forlogic-core 1.11.7 → 1.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +164 -25
- package/dist/README.md +217 -78
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/dist/tailwind/index.esm.js +3 -0
- package/dist/tailwind/index.js +3 -0
- package/package.json +11 -8
|
@@ -67,6 +67,9 @@ const forlogicTailwindPreset = {
|
|
|
67
67
|
"accent-foreground": "hsl(var(--sidebar-accent-foreground))",
|
|
68
68
|
border: "hsl(var(--sidebar-border))",
|
|
69
69
|
ring: "hsl(var(--sidebar-ring))"
|
|
70
|
+
},
|
|
71
|
+
table: {
|
|
72
|
+
stripe: "hsl(var(--table-stripe))"
|
|
70
73
|
}
|
|
71
74
|
},
|
|
72
75
|
borderRadius: {
|
package/dist/tailwind/index.js
CHANGED
|
@@ -69,6 +69,9 @@ const forlogicTailwindPreset = {
|
|
|
69
69
|
"accent-foreground": "hsl(var(--sidebar-accent-foreground))",
|
|
70
70
|
border: "hsl(var(--sidebar-border))",
|
|
71
71
|
ring: "hsl(var(--sidebar-ring))"
|
|
72
|
+
},
|
|
73
|
+
table: {
|
|
74
|
+
stripe: "hsl(var(--table-stripe))"
|
|
72
75
|
}
|
|
73
76
|
},
|
|
74
77
|
borderRadius: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "forlogic-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"@hookform/resolvers": "^3.10.0",
|
|
53
53
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
54
54
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
55
|
-
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
56
55
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
57
56
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
58
57
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
@@ -82,25 +81,29 @@
|
|
|
82
81
|
"@rollup/plugin-terser": "^0.4.4",
|
|
83
82
|
"@supabase/supabase-js": "^2.57.2",
|
|
84
83
|
"@tanstack/react-query": "^5.83.0",
|
|
84
|
+
"@tiptap/extension-color": "^3.14.0",
|
|
85
|
+
"@tiptap/extension-highlight": "^3.14.0",
|
|
86
|
+
"@tiptap/extension-link": "^3.14.0",
|
|
87
|
+
"@tiptap/extension-text-style": "^3.14.0",
|
|
88
|
+
"@tiptap/extension-underline": "^3.14.0",
|
|
89
|
+
"@tiptap/react": "^3.14.0",
|
|
90
|
+
"@tiptap/starter-kit": "^3.14.0",
|
|
85
91
|
"class-variance-authority": "^0.7.1",
|
|
86
92
|
"clsx": "^2.1.1",
|
|
87
93
|
"date-fns": "^3.6.0",
|
|
88
|
-
"embla-carousel-react": "^8.6.0",
|
|
89
94
|
"exceljs": "^4.4.0",
|
|
90
|
-
"file-saver": "^2.0.5",
|
|
91
95
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
92
|
-
"input-otp": "^1.4.2",
|
|
93
96
|
"lucide-react": "^0.553.0",
|
|
94
97
|
"next-themes": "^0.3.0",
|
|
95
|
-
"quill": "^2.0.3",
|
|
96
98
|
"react": "^18.3.1",
|
|
97
99
|
"react-day-picker": "^8.10.1",
|
|
98
100
|
"react-dom": "^18.3.1",
|
|
99
101
|
"react-hook-form": "^7.61.1",
|
|
102
|
+
"react-is": "^19.2.3",
|
|
100
103
|
"react-markdown": "^10.1.0",
|
|
101
|
-
"react-quill": "^2.0.0",
|
|
102
104
|
"react-resizable-panels": "^3.0.6",
|
|
103
105
|
"react-router-dom": "^6.30.1",
|
|
106
|
+
"recharts": "^3.6.0",
|
|
104
107
|
"remark-gfm": "^4.0.1",
|
|
105
108
|
"rollup": "^4.50.1",
|
|
106
109
|
"rollup-plugin-copy": "^3.5.0",
|
|
@@ -137,6 +140,6 @@
|
|
|
137
140
|
"tsx": "^4.20.6",
|
|
138
141
|
"typescript": "^5.8.3",
|
|
139
142
|
"typescript-eslint": "^8.38.0",
|
|
140
|
-
"vite": "^
|
|
143
|
+
"vite": "^7.3.0"
|
|
141
144
|
}
|
|
142
145
|
}
|