@genesislcap/foundation-zero 14.20.1-alpha-ea89a96.0 → 14.20.1
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/dist/custom-elements.json +2055 -2055
- package/package.json +14 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.20.1
|
|
4
|
+
"version": "14.20.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -11,17 +11,21 @@
|
|
|
11
11
|
"PORT": 4020
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"
|
|
15
|
-
"build
|
|
14
|
+
"api": "npm run cem:analyze",
|
|
15
|
+
"build": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
|
|
16
|
+
"build-storybook": "storybook build",
|
|
16
17
|
"build:rollup": "rollup -c",
|
|
17
18
|
"build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
|
|
19
|
+
"build:tsc": "tsc -b ./tsconfig.json",
|
|
18
20
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
|
19
21
|
"build:webpack:make-federated-types": "make-federated-types",
|
|
20
22
|
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
21
|
-
"
|
|
23
|
+
"cem:analyze": "cem analyze",
|
|
24
|
+
"clean": "genx clean dist tsconfig.tsbuildinfo .rollup.cache storybook-static",
|
|
25
|
+
"copy-files": "copyfiles -u 1 src/**/*.{css,scss,ttf} ./dist/esm",
|
|
22
26
|
"dev": "npm run dev:tsc",
|
|
23
27
|
"dev:rollup": "rollup -c -w --configDev",
|
|
24
|
-
"dev:tsc": "
|
|
28
|
+
"dev:tsc": "tsc -b ./tsconfig.json -w",
|
|
25
29
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
26
30
|
"serve": "genx serve",
|
|
27
31
|
"start": "npm run storybook",
|
|
@@ -30,7 +34,7 @@
|
|
|
30
34
|
},
|
|
31
35
|
"devDependencies": {
|
|
32
36
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
33
|
-
"@genesislcap/genx": "14.20.1
|
|
37
|
+
"@genesislcap/genx": "^14.20.1",
|
|
34
38
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
35
39
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
36
40
|
"@playwright/test": "^1.18.1",
|
|
@@ -92,9 +96,9 @@
|
|
|
92
96
|
"webpack-merge": "^5.7.3"
|
|
93
97
|
},
|
|
94
98
|
"dependencies": {
|
|
95
|
-
"@genesislcap/foundation-comms": "14.20.1
|
|
96
|
-
"@genesislcap/foundation-ui": "14.20.1
|
|
97
|
-
"@genesislcap/foundation-utils": "14.20.1
|
|
99
|
+
"@genesislcap/foundation-comms": "^14.20.1",
|
|
100
|
+
"@genesislcap/foundation-ui": "^14.20.1",
|
|
101
|
+
"@genesislcap/foundation-utils": "^14.20.1",
|
|
98
102
|
"@microsoft/fast-colors": "^5.1.4",
|
|
99
103
|
"@microsoft/fast-components": "^2.21.3",
|
|
100
104
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -107,5 +111,5 @@
|
|
|
107
111
|
"access": "public"
|
|
108
112
|
},
|
|
109
113
|
"customElements": "dist/custom-elements.json",
|
|
110
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "42802f45b0f6761369bb13c84cd8f8e30ce4fba1"
|
|
111
115
|
}
|