diff --git a/.flowbite-react/config.json b/.flowbite-react/config.json index d04ad92..3ebc21b 100644 --- a/.flowbite-react/config.json +++ b/.flowbite-react/config.json @@ -2,8 +2,9 @@ "$schema": "https://unpkg.com/flowbite-react/schema.json", "components": [], "dark": true, - "prefix": "", "path": "src/components", + "prefix": "", + "rsc": true, "tsx": true, - "rsc": true + "version": 3 } \ No newline at end of file diff --git a/.flowbite-react/init.tsx b/.flowbite-react/init.tsx new file mode 100644 index 0000000..43ac927 --- /dev/null +++ b/.flowbite-react/init.tsx @@ -0,0 +1,22 @@ +/* eslint-disable */ +// @ts-nocheck +// biome-ignore-all lint: auto-generated file + +// This file is auto-generated by the flowbite-react CLI. +// Do not edit this file directly. +// Instead, edit the .flowbite-react/config.json file. + +import { StoreInit } from "flowbite-react/store/init"; +import React from "react"; + +export const CONFIG = { + dark: true, + prefix: "", + version: 3, +}; + +export function ThemeInit() { + return ; +} + +ThemeInit.displayName = "ThemeInit"; \ No newline at end of file diff --git a/package.json b/package.json index ea91bb4..25d6ab0 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "dev-with-services": "node ./run-all.dev.js", "build": "next build", "start": "next start", - "lint": "next lint", - "postinstall": "flowbite-react patch" + "lint": "next lint" }, "dependencies": { "apexcharts": "^3.52.0", diff --git a/tailwind.config.js b/tailwind.config.js index d5a11ca..83bda1a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,7 +11,7 @@ module.exports = { "./pages/**/*.{js,ts,jsx,tsx,mdx}", "./components/**/*.{js,ts,jsx,tsx,mdx}", "./app/**/*.{js,ts,jsx,tsx,mdx}", - ".flowbite-react\\class-list.json" + ".flowbite-react/class-list.json" ], plugins: [ addIconSelectors(["mdi", "material-symbols", "twemoji", "fa6-brands", "solar"]),