@krosoft/react 0.0.171 → 0.0.173
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/dist/tailwind/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tailwind/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tailwind/index.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyFD,CAAC;AAEnB,eAAe,aAAa,CAAC"}
|
package/dist/tailwind/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import r from "tailwindcss-animate";
|
|
2
|
+
const a = {
|
|
2
3
|
// [class*='dark'] is the CSS equivalent of ".dark*" — matches any class containing "dark"
|
|
3
4
|
// (e.g. "dark", "dark-temporal", "dark-forest"…). CSS has no .dark* wildcard syntax.
|
|
4
5
|
darkMode: ["class", "[class*='dark']"],
|
|
@@ -80,8 +81,14 @@ const r = {
|
|
|
80
81
|
progress: "progress 1.5s ease-in-out infinite"
|
|
81
82
|
}
|
|
82
83
|
}
|
|
83
|
-
}
|
|
84
|
+
},
|
|
85
|
+
// Les composants shadcn du package utilisent `animate-in`, `fade-in-0`,
|
|
86
|
+
// `zoom-in-95`, `slide-in-from-*`… Sans ce plugin, ces classes ne sont pas
|
|
87
|
+
// générées et les overlays (dialog, popover, select, dropdown) s'affichent
|
|
88
|
+
// sans transition. Le plugin est porté par le preset pour que les projets
|
|
89
|
+
// consommateurs n'aient rien à déclarer de leur côté.
|
|
90
|
+
plugins: [r]
|
|
84
91
|
};
|
|
85
92
|
export {
|
|
86
|
-
|
|
93
|
+
a as default
|
|
87
94
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@krosoft/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.173",
|
|
4
4
|
"description": "Krosoft shared React package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -86,12 +86,13 @@
|
|
|
86
86
|
"recharts": "^3.9.2",
|
|
87
87
|
"sonner": "^2.0.7",
|
|
88
88
|
"tailwind-merge": "^2.6.1",
|
|
89
|
+
"tailwindcss-animate": "^1.0.7",
|
|
89
90
|
"vaul": "^1.1.2",
|
|
90
91
|
"zod": "^4.4.3"
|
|
91
92
|
},
|
|
92
93
|
"devDependencies": {
|
|
93
94
|
"@krosoft/core": "^0.0.50",
|
|
94
|
-
"@krosoft/tooling-eslint-react": "^0.0.
|
|
95
|
+
"@krosoft/tooling-eslint-react": "^0.0.26",
|
|
95
96
|
"@krosoft/tooling-prettier": "^0.0.18",
|
|
96
97
|
"@krosoft/tooling-tsconfig-react": "^0.0.10",
|
|
97
98
|
"@storybook/addon-docs": "^10.5.0",
|
|
@@ -103,7 +104,7 @@
|
|
|
103
104
|
"@types/react": "^19.2.17",
|
|
104
105
|
"@types/react-dom": "^19.2.3",
|
|
105
106
|
"autoprefixer": "^10.5.2",
|
|
106
|
-
"eslint-plugin-storybook": "10.5.
|
|
107
|
+
"eslint-plugin-storybook": "10.5.6",
|
|
107
108
|
"jsdom": "^29.1.1",
|
|
108
109
|
"next-themes": "^0.4.6",
|
|
109
110
|
"prettier": "^3.9.6",
|