@frontify/fondue 12.0.0-beta.304 → 12.0.0-beta.305
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontify/fondue",
|
|
3
|
-
"version": "12.0.0-beta.
|
|
3
|
+
"version": "12.0.0-beta.305",
|
|
4
4
|
"description": "Design system of Frontify",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"./dist/*": "./dist/*"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
|
-
"build": "pnpm clean && pnpm generate:icons && pnpm build:library && pnpm build:extractedThirdPartyStyles",
|
|
32
|
+
"build": "pnpm clean && pnpm generate:icons && pnpm generate:componentsEnum && pnpm build:library && pnpm build:extractedThirdPartyStyles",
|
|
33
33
|
"build:extractedThirdPartyStyles": "concat src/components/**/*.css | postcss > dist/extractedThirdPartyStyles.css",
|
|
34
34
|
"build:library": "vite build",
|
|
35
35
|
"build:storybook": "storybook build",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"component:create": "esno scripts/createNewComponent.ts",
|
|
40
40
|
"generate:icons": "pnpm generate:reactIcons && pnpm generate:iconsEnum",
|
|
41
41
|
"generate:iconsEnum": "esno ./scripts/generateIconEnum.ts && eslint --fix ./src/foundation/Icon/IconEnum.ts",
|
|
42
|
+
"generate:componentsEnum": "esno ./scripts/generateComponentEnum.ts && eslint --fix ./src/components/ComponentEnum.ts",
|
|
42
43
|
"generate:reactIcons": "esno ./scripts/generateReactIcons.ts && eslint --fix ./src/foundation/Icon/Generated/index.ts",
|
|
43
44
|
"lint": "eslint .",
|
|
44
45
|
"lint:fix": "eslint --fix .",
|