@viglet/viglet-design-system 2026.2.17 → 2026.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viglet/viglet-design-system",
3
- "version": "2026.2.17",
3
+ "version": "2026.2.19",
4
4
  "type": "module",
5
5
  "description": "Viglet Design System - Shared components, hooks, utilities and design tokens for Viglet products",
6
6
  "license": "Apache-2.0",
@@ -14,18 +14,18 @@
14
14
  },
15
15
  "main": "./dist/index.cjs.js",
16
16
  "module": "./dist/index.es.js",
17
- "types": "./dist/index.d.ts",
17
+ "types": "./dist/src/index.d.ts",
18
18
  "exports": {
19
19
  ".": {
20
20
  "import": "./dist/index.es.js",
21
21
  "require": "./dist/index.cjs.js",
22
- "types": "./dist/index.d.ts"
22
+ "types": "./dist/src/index.d.ts"
23
23
  },
24
24
  "./styles": "./dist/viglet-design-system.css",
25
25
  "./i18n": {
26
26
  "import": "./dist/i18n.es.js",
27
27
  "require": "./dist/i18n.cjs.js",
28
- "types": "./dist/i18n/index.d.ts"
28
+ "types": "./dist/src/i18n/index.d.ts"
29
29
  }
30
30
  },
31
31
  "files": [
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "scripts": {
38
38
  "dev": "vite build --watch",
39
- "build": "tsc -b && vite build",
39
+ "build": "tsc -b && node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && vite build",
40
40
  "lint": "eslint .",
41
41
  "prepublishOnly": "npm run build"
42
42
  },
@@ -87,7 +87,7 @@
87
87
  "devDependencies": {
88
88
  "@eslint/js": "^9.39.0",
89
89
  "@tailwindcss/typography": "^0.5.19",
90
- "@tailwindcss/vite": "^4.2.1",
90
+ "@tailwindcss/vite": "^4.2.2",
91
91
  "@types/node": "^25.5.0",
92
92
  "@types/react": "^19.2.14",
93
93
  "@types/react-dom": "^19.2.3",
@@ -100,7 +100,7 @@
100
100
  "tw-animate-css": "^1.4.0",
101
101
  "typescript": "~6.0.2",
102
102
  "typescript-eslint": "^8.58.0",
103
- "vite": "^8.0.2",
103
+ "vite": "^8.0.8",
104
104
  "vite-plugin-dts": "^4.5.4"
105
105
  },
106
106
  "engines": {