mautourco-components 0.2.24 → 0.2.25
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mautourco-components",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.25",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Bibliothèque de composants Motorco pour le redesign",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"build": "vite build && npm run build-storybook && npx cpx2 \"storybook-static/**\" build/storybook",
|
|
55
55
|
"build:css": "node scripts/build-css.js",
|
|
56
56
|
"build:css:copy": "node scripts/copy-css-to-components.js",
|
|
57
|
-
"build:package": "npm run build-tokens && npm run build:css && tsc --build tsconfig.build.json && npm run build:css:copy",
|
|
57
|
+
"build:package": "npm run build-tokens && npm run build:css && tsc --build tsconfig.build.json && tsc-alias -p tsconfig.build.json && npm run build:css:copy",
|
|
58
58
|
"prepublishOnly": "npm run build:package",
|
|
59
59
|
"test": "vitest",
|
|
60
60
|
"build-tokens": "style-dictionary build --config style-dictionary.config.js && node scripts/fix-font-weight-tokens.js",
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"storybook": "^9.1.5",
|
|
106
106
|
"style-dictionary": "^5.0.4",
|
|
107
107
|
"tailwindcss": "^3.4.17",
|
|
108
|
+
"tsc-alias": "^1.8.10",
|
|
108
109
|
"vite": "^7.2.6",
|
|
109
110
|
"vitest": "^2.1.8"
|
|
110
111
|
}
|