@genesislcap/foundation-zero 14.107.0 → 14.107.1-alpha-afbc4d7.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 +9 -9
|
@@ -808,6 +808,37 @@
|
|
|
808
808
|
}
|
|
809
809
|
]
|
|
810
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
|
+
},
|
|
811
842
|
{
|
|
812
843
|
"kind": "javascript-module",
|
|
813
844
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1168,37 +1199,6 @@
|
|
|
1168
1199
|
}
|
|
1169
1200
|
]
|
|
1170
1201
|
},
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "javascript-module",
|
|
1173
|
-
"path": "src/_config/index.ts",
|
|
1174
|
-
"declarations": [],
|
|
1175
|
-
"exports": [
|
|
1176
|
-
{
|
|
1177
|
-
"kind": "js",
|
|
1178
|
-
"name": "*",
|
|
1179
|
-
"declaration": {
|
|
1180
|
-
"name": "*",
|
|
1181
|
-
"package": "./styles"
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"kind": "js",
|
|
1186
|
-
"name": "*",
|
|
1187
|
-
"declaration": {
|
|
1188
|
-
"name": "*",
|
|
1189
|
-
"package": "./tokens"
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"kind": "js",
|
|
1194
|
-
"name": "*",
|
|
1195
|
-
"declaration": {
|
|
1196
|
-
"name": "*",
|
|
1197
|
-
"package": "./values"
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
]
|
|
1201
|
-
},
|
|
1202
1202
|
{
|
|
1203
1203
|
"kind": "javascript-module",
|
|
1204
1204
|
"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.107.0",
|
|
4
|
+
"version": "14.107.1-alpha-afbc4d7.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"storybook": "storybook dev -p 6006"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "
|
|
69
|
-
"@genesislcap/genx": "14.107.0",
|
|
68
|
+
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
69
|
+
"@genesislcap/genx": "14.107.1-alpha-afbc4d7.0",
|
|
70
70
|
"@storybook/addon-essentials": "^7.1.0",
|
|
71
71
|
"@storybook/addon-links": "^7.1.0",
|
|
72
72
|
"@storybook/addons": "^7.1.0",
|
|
@@ -79,16 +79,16 @@
|
|
|
79
79
|
"storybook": "^7.1.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.107.0",
|
|
83
|
-
"@genesislcap/foundation-logger": "14.107.0",
|
|
84
|
-
"@genesislcap/foundation-ui": "14.107.0",
|
|
85
|
-
"@genesislcap/foundation-utils": "14.107.0",
|
|
82
|
+
"@genesislcap/foundation-comms": "14.107.1-alpha-afbc4d7.0",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.107.1-alpha-afbc4d7.0",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.107.1-alpha-afbc4d7.0",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.107.1-alpha-afbc4d7.0",
|
|
86
86
|
"@microsoft/fast-colors": "^5.1.4",
|
|
87
87
|
"@microsoft/fast-components": "^2.21.3",
|
|
88
88
|
"@microsoft/fast-element": "^1.7.0",
|
|
89
89
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
90
90
|
"@microsoft/fast-web-utilities": "^5.0.2",
|
|
91
|
-
"tslib": "^2.
|
|
91
|
+
"tslib": "^2.6.2"
|
|
92
92
|
},
|
|
93
93
|
"repository": {
|
|
94
94
|
"type": "git",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"access": "public"
|
|
100
100
|
},
|
|
101
101
|
"customElements": "dist/custom-elements.json",
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "bb64624e9bb6cea2cad088305e8c82d088f20da4"
|
|
103
103
|
}
|