@genesislcap/foundation-zero 14.41.2-bny.2 → 14.41.2-bny.3
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 +6 -6
|
@@ -720,6 +720,37 @@
|
|
|
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
|
+
},
|
|
723
754
|
{
|
|
724
755
|
"kind": "javascript-module",
|
|
725
756
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
@@ -879,37 +910,6 @@
|
|
|
879
910
|
}
|
|
880
911
|
]
|
|
881
912
|
},
|
|
882
|
-
{
|
|
883
|
-
"kind": "javascript-module",
|
|
884
|
-
"path": "src/_config/index.ts",
|
|
885
|
-
"declarations": [],
|
|
886
|
-
"exports": [
|
|
887
|
-
{
|
|
888
|
-
"kind": "js",
|
|
889
|
-
"name": "*",
|
|
890
|
-
"declaration": {
|
|
891
|
-
"name": "*",
|
|
892
|
-
"package": "./styles"
|
|
893
|
-
}
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"kind": "js",
|
|
897
|
-
"name": "*",
|
|
898
|
-
"declaration": {
|
|
899
|
-
"name": "*",
|
|
900
|
-
"package": "./tokens"
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"kind": "js",
|
|
905
|
-
"name": "*",
|
|
906
|
-
"declaration": {
|
|
907
|
-
"name": "*",
|
|
908
|
-
"package": "./values"
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
]
|
|
912
|
-
},
|
|
913
913
|
{
|
|
914
914
|
"kind": "javascript-module",
|
|
915
915
|
"path": "src/anchor/anchor.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.41.2-bny.
|
|
4
|
+
"version": "14.41.2-bny.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"storybook": "storybook dev -p 6006"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@genesislcap/genx": "14.41.2-bny.
|
|
65
|
+
"@genesislcap/genx": "14.41.2-bny.3",
|
|
66
66
|
"@storybook/addon-essentials": "^7.0.0",
|
|
67
67
|
"@storybook/addon-links": "^7.0.0",
|
|
68
68
|
"@storybook/addons": "^7.0.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"storybook": "^7.0.0"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@genesislcap/foundation-comms": "14.41.2-bny.
|
|
79
|
-
"@genesislcap/foundation-ui": "14.41.2-bny.
|
|
80
|
-
"@genesislcap/foundation-utils": "14.41.2-bny.
|
|
78
|
+
"@genesislcap/foundation-comms": "14.41.2-bny.3",
|
|
79
|
+
"@genesislcap/foundation-ui": "14.41.2-bny.3",
|
|
80
|
+
"@genesislcap/foundation-utils": "14.41.2-bny.3",
|
|
81
81
|
"@microsoft/fast-colors": "^5.1.4",
|
|
82
82
|
"@microsoft/fast-components": "^2.21.3",
|
|
83
83
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
96
|
"customElements": "dist/custom-elements.json",
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "58d7ac40ceb46bbf0a1567ec9552ffdf9673c067"
|
|
98
98
|
}
|