@metropolle/design-system 1.0.0-beta.20250821024300.dfbe136 → 1.2025.0-8.22.1358

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +12 -8
package/README.md CHANGED
@@ -79,3 +79,4 @@ npm test
79
79
  ## 📄 License
80
80
 
81
81
  MIT License - see LICENSE file for details.
82
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metropolle/design-system",
3
- "version": "1.0.0-beta.20250821024300.dfbe136",
3
+ "version": "1.2025.08.22.1358",
4
4
  "description": "Sistema de design unificado para a plataforma Metropolle",
5
5
  "type": "module",
6
6
  "main": "dist/react/index.js",
@@ -38,7 +38,12 @@
38
38
  "type-check": "tsc --noEmit",
39
39
  "clean": "rimraf dist",
40
40
  "prebuild": "npm run clean",
41
- "prepare": "npm run build"
41
+ "prepare": "npm run build",
42
+ "version:timestamp": "node scripts/version-timestamp.js timestamp",
43
+ "version:beta": "node scripts/version-timestamp.js beta",
44
+ "version:stable": "node scripts/version-timestamp.js stable",
45
+ "version:dev": "node scripts/version-timestamp.js beta dev",
46
+ "version:prod": "node scripts/version-timestamp.js stable prod"
42
47
  },
43
48
  "keywords": [
44
49
  "design-system",
@@ -66,10 +71,8 @@
66
71
  "@rollup/plugin-typescript": "^11.1.6"
67
72
  },
68
73
  "devDependencies": {
69
- "@storybook/addon-a11y": "^8.4.7",
70
- "@storybook/addon-essentials": "^8.4.7",
71
- "@storybook/react": "^8.4.7",
72
- "@storybook/react-vite": "^8.4.7",
74
+ "@storybook/addon-a11y": "^9.1.2",
75
+ "@storybook/react-vite": "^9.1.2",
73
76
  "@testing-library/jest-dom": "^6.4.2",
74
77
  "@testing-library/react": "^14.2.1",
75
78
  "@types/jest": "^29.5.12",
@@ -89,9 +92,10 @@
89
92
  "react": "^18.2.0",
90
93
  "react-dom": "^18.2.0",
91
94
  "rimraf": "^5.0.5",
92
- "storybook": "^8.4.7",
95
+ "storybook": "^9.1.2",
93
96
  "ts-jest": "^29.1.2",
94
- "typescript": "^5.4.5"
97
+ "typescript": "^5.4.5",
98
+ "@storybook/addon-docs": "^9.1.2"
95
99
  },
96
100
  "publishConfig": {
97
101
  "access": "public"