@metropolle/design-system 1.0.0-beta.2025.9.26.2310.211a282 → 1.0.0-beta.2025.9.30.1300.746e606

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metropolle/design-system",
3
- "version": "1.0.0-beta.2025.09.26.2310.211a282",
3
+ "version": "1.0.0-beta.2025.09.30.1300.746e606",
4
4
  "description": "Sistema de design unificado para a plataforma Metropolle",
5
5
  "type": "module",
6
6
  "main": "dist/react/index.js",
@@ -29,7 +29,7 @@
29
29
  "scripts": {
30
30
  "build": "npm run clean && npm run build:tokens && npm run build:react && npm run build:types && npm run build:css && echo '✔️ Build completed successfully'",
31
31
  "build:tokens": "node scripts/build-tokens.js",
32
- "build:react": "npx rollup -c rollup.react.config.js --silent",
32
+ "build:react": "rollup -c rollup.react.config.js --silent",
33
33
  "build:types": "tsc -p tsconfig.react.json && node scripts/build-types.js",
34
34
  "build:css": "npx postcss \"src/css/**/*.css\" --base src/css --dir dist/css",
35
35
  "build:storybook": "storybook build",