@fluityy/designsystem 0.2.17 → 0.2.19
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/_headers +5 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluityy/designsystem",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Flui Design System — componentes React com Tailwind v4 e tokens semânticos",
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
"ui"
|
|
13
13
|
],
|
|
14
14
|
"license": "MIT",
|
|
15
|
+
"engines": {
|
|
16
|
+
"node": ">=20"
|
|
17
|
+
},
|
|
15
18
|
"repository": {
|
|
16
19
|
"type": "git",
|
|
17
20
|
"url": "https://github.com/Fluity-AI/designsystem.git"
|
|
@@ -39,6 +42,7 @@
|
|
|
39
42
|
"dev": "vite",
|
|
40
43
|
"prebuild": "npm run tokens",
|
|
41
44
|
"build": "tsc -b && vite build",
|
|
45
|
+
"build:pages": "npm run build",
|
|
42
46
|
"preview": "vite preview",
|
|
43
47
|
"build:lib": "npm run tokens && vite build --config vite.lib.config.ts && node scripts/build-styles.mjs",
|
|
44
48
|
"prepublishOnly": "npm run build:lib"
|