@genesislcap/foundation-zero 14.14.0 → 14.14.1-alpha-27f3f53.0
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 +31 -31
- package/package.json +7 -7
|
@@ -720,37 +720,6 @@
|
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
722
|
},
|
|
723
|
-
{
|
|
724
|
-
"kind": "javascript-module",
|
|
725
|
-
"path": "src/_config/index.ts",
|
|
726
|
-
"declarations": [],
|
|
727
|
-
"exports": [
|
|
728
|
-
{
|
|
729
|
-
"kind": "js",
|
|
730
|
-
"name": "*",
|
|
731
|
-
"declaration": {
|
|
732
|
-
"name": "*",
|
|
733
|
-
"package": "./styles"
|
|
734
|
-
}
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"kind": "js",
|
|
738
|
-
"name": "*",
|
|
739
|
-
"declaration": {
|
|
740
|
-
"name": "*",
|
|
741
|
-
"package": "./tokens"
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"kind": "js",
|
|
746
|
-
"name": "*",
|
|
747
|
-
"declaration": {
|
|
748
|
-
"name": "*",
|
|
749
|
-
"package": "./values"
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
]
|
|
753
|
-
},
|
|
754
723
|
{
|
|
755
724
|
"kind": "javascript-module",
|
|
756
725
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
@@ -1399,6 +1368,37 @@
|
|
|
1399
1368
|
}
|
|
1400
1369
|
]
|
|
1401
1370
|
},
|
|
1371
|
+
{
|
|
1372
|
+
"kind": "javascript-module",
|
|
1373
|
+
"path": "src/_config/index.ts",
|
|
1374
|
+
"declarations": [],
|
|
1375
|
+
"exports": [
|
|
1376
|
+
{
|
|
1377
|
+
"kind": "js",
|
|
1378
|
+
"name": "*",
|
|
1379
|
+
"declaration": {
|
|
1380
|
+
"name": "*",
|
|
1381
|
+
"package": "./styles"
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"kind": "js",
|
|
1386
|
+
"name": "*",
|
|
1387
|
+
"declaration": {
|
|
1388
|
+
"name": "*",
|
|
1389
|
+
"package": "./tokens"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"kind": "js",
|
|
1394
|
+
"name": "*",
|
|
1395
|
+
"declaration": {
|
|
1396
|
+
"name": "*",
|
|
1397
|
+
"package": "./values"
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1402
1402
|
{
|
|
1403
1403
|
"kind": "javascript-module",
|
|
1404
1404
|
"path": "src/banner/banner.stories.ts",
|
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.14.0",
|
|
4
|
+
"version": "14.14.1-alpha-27f3f53.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -21,8 +21,7 @@
|
|
|
21
21
|
"build:webpack:make-federated-types": "make-federated-types",
|
|
22
22
|
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
23
23
|
"cem:analyze": "cem analyze",
|
|
24
|
-
"clean": "
|
|
25
|
-
"clean:dist": "node ../../../../build/clean dist tsconfig.tsbuildinfo .rollup.cache storybook-static",
|
|
24
|
+
"clean": "genx clean dist tsconfig.tsbuildinfo .rollup.cache storybook-static",
|
|
26
25
|
"copy-files": "copyfiles -u 1 src/**/*.{css,scss,ttf} ./dist/esm",
|
|
27
26
|
"dev": "npm run dev:tsc",
|
|
28
27
|
"dev:rollup": "rollup -c -w --configDev",
|
|
@@ -35,6 +34,7 @@
|
|
|
35
34
|
},
|
|
36
35
|
"devDependencies": {
|
|
37
36
|
"@custom-elements-manifest/analyzer": "^0.8.1",
|
|
37
|
+
"@genesislcap/genx": "14.14.1-alpha-27f3f53.0",
|
|
38
38
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
39
39
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
40
40
|
"@playwright/test": "^1.18.1",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"webpack-merge": "^5.7.3"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@genesislcap/foundation-comms": "
|
|
101
|
-
"@genesislcap/foundation-ui": "
|
|
102
|
-
"@genesislcap/foundation-utils": "
|
|
100
|
+
"@genesislcap/foundation-comms": "14.14.1-alpha-27f3f53.0",
|
|
101
|
+
"@genesislcap/foundation-ui": "14.14.1-alpha-27f3f53.0",
|
|
102
|
+
"@genesislcap/foundation-utils": "14.14.1-alpha-27f3f53.0",
|
|
103
103
|
"@microsoft/fast-colors": "^5.1.4",
|
|
104
104
|
"@microsoft/fast-components": "^2.21.3",
|
|
105
105
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"access": "public"
|
|
113
113
|
},
|
|
114
114
|
"customElements": "dist/custom-elements.json",
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "bb3c12fccf7a2a870fa303a5fd2b19231c8bcc21"
|
|
116
116
|
}
|