@genesislcap/foundation-zero 14.105.0 → 14.106.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 +31 -31
- package/package.json +7 -7
|
@@ -669,37 +669,6 @@
|
|
|
669
669
|
}
|
|
670
670
|
]
|
|
671
671
|
},
|
|
672
|
-
{
|
|
673
|
-
"kind": "javascript-module",
|
|
674
|
-
"path": "src/_config/index.ts",
|
|
675
|
-
"declarations": [],
|
|
676
|
-
"exports": [
|
|
677
|
-
{
|
|
678
|
-
"kind": "js",
|
|
679
|
-
"name": "*",
|
|
680
|
-
"declaration": {
|
|
681
|
-
"name": "*",
|
|
682
|
-
"package": "./styles"
|
|
683
|
-
}
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"kind": "js",
|
|
687
|
-
"name": "*",
|
|
688
|
-
"declaration": {
|
|
689
|
-
"name": "*",
|
|
690
|
-
"package": "./tokens"
|
|
691
|
-
}
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"kind": "js",
|
|
695
|
-
"name": "*",
|
|
696
|
-
"declaration": {
|
|
697
|
-
"name": "*",
|
|
698
|
-
"package": "./values"
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
]
|
|
702
|
-
},
|
|
703
672
|
{
|
|
704
673
|
"kind": "javascript-module",
|
|
705
674
|
"path": "src/_common/colors.hex.ts",
|
|
@@ -839,6 +808,37 @@
|
|
|
839
808
|
}
|
|
840
809
|
]
|
|
841
810
|
},
|
|
811
|
+
{
|
|
812
|
+
"kind": "javascript-module",
|
|
813
|
+
"path": "src/_config/index.ts",
|
|
814
|
+
"declarations": [],
|
|
815
|
+
"exports": [
|
|
816
|
+
{
|
|
817
|
+
"kind": "js",
|
|
818
|
+
"name": "*",
|
|
819
|
+
"declaration": {
|
|
820
|
+
"name": "*",
|
|
821
|
+
"package": "./styles"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "js",
|
|
826
|
+
"name": "*",
|
|
827
|
+
"declaration": {
|
|
828
|
+
"name": "*",
|
|
829
|
+
"package": "./tokens"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"kind": "js",
|
|
834
|
+
"name": "*",
|
|
835
|
+
"declaration": {
|
|
836
|
+
"name": "*",
|
|
837
|
+
"package": "./values"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
842
|
{
|
|
843
843
|
"kind": "javascript-module",
|
|
844
844
|
"path": "src/accordion/accordion.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.
|
|
4
|
+
"version": "14.106.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "2.2.0",
|
|
69
|
-
"@genesislcap/genx": "14.
|
|
69
|
+
"@genesislcap/genx": "14.106.1",
|
|
70
70
|
"@storybook/addon-essentials": "^7.1.0",
|
|
71
71
|
"@storybook/addon-links": "^7.1.0",
|
|
72
72
|
"@storybook/addons": "^7.1.0",
|
|
@@ -79,10 +79,10 @@
|
|
|
79
79
|
"storybook": "^7.1.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.106.1",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.106.1",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.106.1",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.106.1",
|
|
86
86
|
"@microsoft/fast-colors": "^5.1.4",
|
|
87
87
|
"@microsoft/fast-components": "^2.21.3",
|
|
88
88
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"access": "public"
|
|
100
100
|
},
|
|
101
101
|
"customElements": "dist/custom-elements.json",
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "abe6f8e19c3146391711a0cb44d5bb101def1093"
|
|
103
103
|
}
|