@genesislcap/foundation-zero 14.120.1 → 14.120.2
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 +436 -436
- package/package.json +7 -7
|
@@ -808,6 +808,194 @@
|
|
|
808
808
|
}
|
|
809
809
|
]
|
|
810
810
|
},
|
|
811
|
+
{
|
|
812
|
+
"kind": "javascript-module",
|
|
813
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
814
|
+
"declarations": [
|
|
815
|
+
{
|
|
816
|
+
"kind": "variable",
|
|
817
|
+
"name": "meta",
|
|
818
|
+
"type": {
|
|
819
|
+
"text": "Meta"
|
|
820
|
+
},
|
|
821
|
+
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"kind": "variable",
|
|
825
|
+
"name": "Primary",
|
|
826
|
+
"type": {
|
|
827
|
+
"text": "StoryObj"
|
|
828
|
+
},
|
|
829
|
+
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
830
|
+
}
|
|
831
|
+
],
|
|
832
|
+
"exports": [
|
|
833
|
+
{
|
|
834
|
+
"kind": "js",
|
|
835
|
+
"name": "default",
|
|
836
|
+
"declaration": {
|
|
837
|
+
"name": "meta",
|
|
838
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"kind": "js",
|
|
843
|
+
"name": "Primary",
|
|
844
|
+
"declaration": {
|
|
845
|
+
"name": "Primary",
|
|
846
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
]
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"kind": "javascript-module",
|
|
853
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
854
|
+
"declarations": [
|
|
855
|
+
{
|
|
856
|
+
"kind": "function",
|
|
857
|
+
"name": "zeroAccordionStyles",
|
|
858
|
+
"return": {
|
|
859
|
+
"type": {
|
|
860
|
+
"text": "ElementStyles"
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"parameters": [
|
|
864
|
+
{
|
|
865
|
+
"name": "context",
|
|
866
|
+
"type": {
|
|
867
|
+
"text": "ElementDefinitionContext"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "definition",
|
|
872
|
+
"type": {
|
|
873
|
+
"text": "FoundationElementDefinition"
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
]
|
|
877
|
+
}
|
|
878
|
+
],
|
|
879
|
+
"exports": [
|
|
880
|
+
{
|
|
881
|
+
"kind": "js",
|
|
882
|
+
"name": "zeroAccordionStyles",
|
|
883
|
+
"declaration": {
|
|
884
|
+
"name": "zeroAccordionStyles",
|
|
885
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
]
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"kind": "javascript-module",
|
|
892
|
+
"path": "src/accordion/accordion.template.ts",
|
|
893
|
+
"declarations": [
|
|
894
|
+
{
|
|
895
|
+
"kind": "function",
|
|
896
|
+
"name": "zeroAccordionTemplate",
|
|
897
|
+
"return": {
|
|
898
|
+
"type": {
|
|
899
|
+
"text": "ViewTemplate<Accordion>"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
"parameters": [
|
|
903
|
+
{
|
|
904
|
+
"name": "context",
|
|
905
|
+
"type": {
|
|
906
|
+
"text": "ElementDefinitionContext"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"name": "definition",
|
|
911
|
+
"type": {
|
|
912
|
+
"text": "FoundationElementDefinition"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
}
|
|
917
|
+
],
|
|
918
|
+
"exports": [
|
|
919
|
+
{
|
|
920
|
+
"kind": "js",
|
|
921
|
+
"name": "zeroAccordionTemplate",
|
|
922
|
+
"declaration": {
|
|
923
|
+
"name": "zeroAccordionTemplate",
|
|
924
|
+
"module": "src/accordion/accordion.template.ts"
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
]
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"kind": "javascript-module",
|
|
931
|
+
"path": "src/accordion/accordion.ts",
|
|
932
|
+
"declarations": [
|
|
933
|
+
{
|
|
934
|
+
"kind": "class",
|
|
935
|
+
"description": "",
|
|
936
|
+
"name": "Accordion",
|
|
937
|
+
"superclass": {
|
|
938
|
+
"name": "FoundationAccordion",
|
|
939
|
+
"package": "@genesislcap/foundation-ui"
|
|
940
|
+
},
|
|
941
|
+
"tagName": "%%prefix%%-card",
|
|
942
|
+
"customElement": true
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"kind": "variable",
|
|
946
|
+
"name": "zeroAccordion"
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"exports": [
|
|
950
|
+
{
|
|
951
|
+
"kind": "js",
|
|
952
|
+
"name": "Accordion",
|
|
953
|
+
"declaration": {
|
|
954
|
+
"name": "Accordion",
|
|
955
|
+
"module": "src/accordion/accordion.ts"
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"kind": "js",
|
|
960
|
+
"name": "zeroAccordion",
|
|
961
|
+
"declaration": {
|
|
962
|
+
"name": "zeroAccordion",
|
|
963
|
+
"module": "src/accordion/accordion.ts"
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
]
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"kind": "javascript-module",
|
|
970
|
+
"path": "src/accordion/index.ts",
|
|
971
|
+
"declarations": [],
|
|
972
|
+
"exports": [
|
|
973
|
+
{
|
|
974
|
+
"kind": "js",
|
|
975
|
+
"name": "*",
|
|
976
|
+
"declaration": {
|
|
977
|
+
"name": "*",
|
|
978
|
+
"package": "./accordion"
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"kind": "js",
|
|
983
|
+
"name": "*",
|
|
984
|
+
"declaration": {
|
|
985
|
+
"name": "*",
|
|
986
|
+
"package": "./accordion.styles"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "js",
|
|
991
|
+
"name": "*",
|
|
992
|
+
"declaration": {
|
|
993
|
+
"name": "*",
|
|
994
|
+
"package": "./accordion.template"
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
]
|
|
998
|
+
},
|
|
811
999
|
{
|
|
812
1000
|
"kind": "javascript-module",
|
|
813
1001
|
"path": "src/_config/index.ts",
|
|
@@ -1123,242 +1311,54 @@
|
|
|
1123
1311
|
"type": {
|
|
1124
1312
|
"text": "T"
|
|
1125
1313
|
},
|
|
1126
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1127
|
-
}
|
|
1128
|
-
],
|
|
1129
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1130
|
-
"inheritedFrom": {
|
|
1131
|
-
"name": "AccordionItem",
|
|
1132
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1133
|
-
}
|
|
1134
|
-
}
|
|
1135
|
-
],
|
|
1136
|
-
"events": [
|
|
1137
|
-
{
|
|
1138
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1139
|
-
"name": "change",
|
|
1140
|
-
"inheritedFrom": {
|
|
1141
|
-
"name": "AccordionItem",
|
|
1142
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
]
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
"kind": "variable",
|
|
1149
|
-
"name": "zeroAccordionItem"
|
|
1150
|
-
}
|
|
1151
|
-
],
|
|
1152
|
-
"exports": [
|
|
1153
|
-
{
|
|
1154
|
-
"kind": "js",
|
|
1155
|
-
"name": "AccordionItem",
|
|
1156
|
-
"declaration": {
|
|
1157
|
-
"name": "AccordionItem",
|
|
1158
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1159
|
-
}
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"kind": "js",
|
|
1163
|
-
"name": "zeroAccordionItem",
|
|
1164
|
-
"declaration": {
|
|
1165
|
-
"name": "zeroAccordionItem",
|
|
1166
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1167
|
-
}
|
|
1168
|
-
}
|
|
1169
|
-
]
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "javascript-module",
|
|
1173
|
-
"path": "src/accordion-item/index.ts",
|
|
1174
|
-
"declarations": [],
|
|
1175
|
-
"exports": [
|
|
1176
|
-
{
|
|
1177
|
-
"kind": "js",
|
|
1178
|
-
"name": "*",
|
|
1179
|
-
"declaration": {
|
|
1180
|
-
"name": "*",
|
|
1181
|
-
"package": "./accordion-item"
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"kind": "js",
|
|
1186
|
-
"name": "*",
|
|
1187
|
-
"declaration": {
|
|
1188
|
-
"name": "*",
|
|
1189
|
-
"package": "./accordion-item.styles"
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"kind": "js",
|
|
1194
|
-
"name": "*",
|
|
1195
|
-
"declaration": {
|
|
1196
|
-
"name": "*",
|
|
1197
|
-
"package": "./accordion-item.template"
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
]
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"kind": "javascript-module",
|
|
1204
|
-
"path": "src/accordion/accordion.stories.ts",
|
|
1205
|
-
"declarations": [
|
|
1206
|
-
{
|
|
1207
|
-
"kind": "variable",
|
|
1208
|
-
"name": "meta",
|
|
1209
|
-
"type": {
|
|
1210
|
-
"text": "Meta"
|
|
1211
|
-
},
|
|
1212
|
-
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
"kind": "variable",
|
|
1216
|
-
"name": "Primary",
|
|
1217
|
-
"type": {
|
|
1218
|
-
"text": "StoryObj"
|
|
1219
|
-
},
|
|
1220
|
-
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
1221
|
-
}
|
|
1222
|
-
],
|
|
1223
|
-
"exports": [
|
|
1224
|
-
{
|
|
1225
|
-
"kind": "js",
|
|
1226
|
-
"name": "default",
|
|
1227
|
-
"declaration": {
|
|
1228
|
-
"name": "meta",
|
|
1229
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
1230
|
-
}
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"kind": "js",
|
|
1234
|
-
"name": "Primary",
|
|
1235
|
-
"declaration": {
|
|
1236
|
-
"name": "Primary",
|
|
1237
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
1238
|
-
}
|
|
1239
|
-
}
|
|
1240
|
-
]
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"kind": "javascript-module",
|
|
1244
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1245
|
-
"declarations": [
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "function",
|
|
1248
|
-
"name": "zeroAccordionStyles",
|
|
1249
|
-
"return": {
|
|
1250
|
-
"type": {
|
|
1251
|
-
"text": "ElementStyles"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
"parameters": [
|
|
1255
|
-
{
|
|
1256
|
-
"name": "context",
|
|
1257
|
-
"type": {
|
|
1258
|
-
"text": "ElementDefinitionContext"
|
|
1259
|
-
}
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"name": "definition",
|
|
1263
|
-
"type": {
|
|
1264
|
-
"text": "FoundationElementDefinition"
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
]
|
|
1268
|
-
}
|
|
1269
|
-
],
|
|
1270
|
-
"exports": [
|
|
1271
|
-
{
|
|
1272
|
-
"kind": "js",
|
|
1273
|
-
"name": "zeroAccordionStyles",
|
|
1274
|
-
"declaration": {
|
|
1275
|
-
"name": "zeroAccordionStyles",
|
|
1276
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1277
|
-
}
|
|
1278
|
-
}
|
|
1279
|
-
]
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"kind": "javascript-module",
|
|
1283
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1284
|
-
"declarations": [
|
|
1285
|
-
{
|
|
1286
|
-
"kind": "function",
|
|
1287
|
-
"name": "zeroAccordionTemplate",
|
|
1288
|
-
"return": {
|
|
1289
|
-
"type": {
|
|
1290
|
-
"text": "ViewTemplate<Accordion>"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
"parameters": [
|
|
1294
|
-
{
|
|
1295
|
-
"name": "context",
|
|
1296
|
-
"type": {
|
|
1297
|
-
"text": "ElementDefinitionContext"
|
|
1314
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1318
|
+
"inheritedFrom": {
|
|
1319
|
+
"name": "AccordionItem",
|
|
1320
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1298
1321
|
}
|
|
1299
|
-
}
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"events": [
|
|
1300
1325
|
{
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1303
|
-
|
|
1326
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1327
|
+
"name": "change",
|
|
1328
|
+
"inheritedFrom": {
|
|
1329
|
+
"name": "AccordionItem",
|
|
1330
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1304
1331
|
}
|
|
1305
1332
|
}
|
|
1306
1333
|
]
|
|
1307
|
-
}
|
|
1308
|
-
],
|
|
1309
|
-
"exports": [
|
|
1310
|
-
{
|
|
1311
|
-
"kind": "js",
|
|
1312
|
-
"name": "zeroAccordionTemplate",
|
|
1313
|
-
"declaration": {
|
|
1314
|
-
"name": "zeroAccordionTemplate",
|
|
1315
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"kind": "javascript-module",
|
|
1322
|
-
"path": "src/accordion/accordion.ts",
|
|
1323
|
-
"declarations": [
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "class",
|
|
1326
|
-
"description": "",
|
|
1327
|
-
"name": "Accordion",
|
|
1328
|
-
"superclass": {
|
|
1329
|
-
"name": "FoundationAccordion",
|
|
1330
|
-
"package": "@genesislcap/foundation-ui"
|
|
1331
|
-
},
|
|
1332
|
-
"tagName": "%%prefix%%-card",
|
|
1333
|
-
"customElement": true
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
1336
|
"kind": "variable",
|
|
1337
|
-
"name": "
|
|
1337
|
+
"name": "zeroAccordionItem"
|
|
1338
1338
|
}
|
|
1339
1339
|
],
|
|
1340
1340
|
"exports": [
|
|
1341
1341
|
{
|
|
1342
1342
|
"kind": "js",
|
|
1343
|
-
"name": "
|
|
1343
|
+
"name": "AccordionItem",
|
|
1344
1344
|
"declaration": {
|
|
1345
|
-
"name": "
|
|
1346
|
-
"module": "src/accordion/accordion.ts"
|
|
1345
|
+
"name": "AccordionItem",
|
|
1346
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1347
1347
|
}
|
|
1348
1348
|
},
|
|
1349
1349
|
{
|
|
1350
1350
|
"kind": "js",
|
|
1351
|
-
"name": "
|
|
1351
|
+
"name": "zeroAccordionItem",
|
|
1352
1352
|
"declaration": {
|
|
1353
|
-
"name": "
|
|
1354
|
-
"module": "src/accordion/accordion.ts"
|
|
1353
|
+
"name": "zeroAccordionItem",
|
|
1354
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1355
1355
|
}
|
|
1356
1356
|
}
|
|
1357
1357
|
]
|
|
1358
1358
|
},
|
|
1359
1359
|
{
|
|
1360
1360
|
"kind": "javascript-module",
|
|
1361
|
-
"path": "src/accordion/index.ts",
|
|
1361
|
+
"path": "src/accordion-item/index.ts",
|
|
1362
1362
|
"declarations": [],
|
|
1363
1363
|
"exports": [
|
|
1364
1364
|
{
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
"name": "*",
|
|
1367
1367
|
"declaration": {
|
|
1368
1368
|
"name": "*",
|
|
1369
|
-
"package": "./accordion"
|
|
1369
|
+
"package": "./accordion-item"
|
|
1370
1370
|
}
|
|
1371
1371
|
},
|
|
1372
1372
|
{
|
|
@@ -1374,7 +1374,7 @@
|
|
|
1374
1374
|
"name": "*",
|
|
1375
1375
|
"declaration": {
|
|
1376
1376
|
"name": "*",
|
|
1377
|
-
"package": "./accordion.styles"
|
|
1377
|
+
"package": "./accordion-item.styles"
|
|
1378
1378
|
}
|
|
1379
1379
|
},
|
|
1380
1380
|
{
|
|
@@ -1382,7 +1382,7 @@
|
|
|
1382
1382
|
"name": "*",
|
|
1383
1383
|
"declaration": {
|
|
1384
1384
|
"name": "*",
|
|
1385
|
-
"package": "./accordion.template"
|
|
1385
|
+
"package": "./accordion-item.template"
|
|
1386
1386
|
}
|
|
1387
1387
|
}
|
|
1388
1388
|
]
|
|
@@ -11520,17 +11520,205 @@
|
|
|
11520
11520
|
},
|
|
11521
11521
|
{
|
|
11522
11522
|
"kind": "js",
|
|
11523
|
-
"name": "zeroDialogTemplate",
|
|
11523
|
+
"name": "zeroDialogTemplate",
|
|
11524
|
+
"declaration": {
|
|
11525
|
+
"name": "foundationDialogTemplate",
|
|
11526
|
+
"package": "@genesislcap/foundation-ui"
|
|
11527
|
+
}
|
|
11528
|
+
}
|
|
11529
|
+
]
|
|
11530
|
+
},
|
|
11531
|
+
{
|
|
11532
|
+
"kind": "javascript-module",
|
|
11533
|
+
"path": "src/disclosure/disclosure.stories.ts",
|
|
11534
|
+
"declarations": [
|
|
11535
|
+
{
|
|
11536
|
+
"kind": "variable",
|
|
11537
|
+
"name": "meta",
|
|
11538
|
+
"type": {
|
|
11539
|
+
"text": "Meta"
|
|
11540
|
+
},
|
|
11541
|
+
"default": "{\n title: 'Disclosure',\n component: 'zero-disclosure',\n}"
|
|
11542
|
+
},
|
|
11543
|
+
{
|
|
11544
|
+
"kind": "variable",
|
|
11545
|
+
"name": "Primary",
|
|
11546
|
+
"type": {
|
|
11547
|
+
"text": "StoryObj"
|
|
11548
|
+
},
|
|
11549
|
+
"default": "{\n argTypes: {\n fastAppearance: {\n control: 'select',\n options: FastAppearanceValues,\n },\n },\n args: {\n disclosureTitle: 'Open Disclosure',\n disclosureText: `Created by writer Gardner Fox and artist Harry Lampert, the original Flashfirst appeared\n in Flash Comics #1 (cover date January 1940/release monthNovember 1939). Nicknamed the\n \"Scarlet Speedster\", all incarnations of theFlash possess \"super speed\", which includes\n the ability to run, move, andthink extremely fast, use superhuman reflexes, and seemingly\n violatecertain laws of physics.`,\n disclosureEndSlot: '⚡️',\n fastAppearance: 'lightweight',\n },\n render: ({ fastAppearance, disclosureTitle, disclosureText, disclosureEndSlot }) => html`\n <zero-disclosure appearance=\"${fastAppearance}\" title=\"${disclosureTitle}\">\n <span slot=\"end\">${disclosureEndSlot}</span>\n <div>${disclosureText}</div>\n </zero-disclosure>\n `,\n}"
|
|
11550
|
+
}
|
|
11551
|
+
],
|
|
11552
|
+
"exports": [
|
|
11553
|
+
{
|
|
11554
|
+
"kind": "js",
|
|
11555
|
+
"name": "default",
|
|
11556
|
+
"declaration": {
|
|
11557
|
+
"name": "meta",
|
|
11558
|
+
"module": "src/disclosure/disclosure.stories.ts"
|
|
11559
|
+
}
|
|
11560
|
+
},
|
|
11561
|
+
{
|
|
11562
|
+
"kind": "js",
|
|
11563
|
+
"name": "Primary",
|
|
11564
|
+
"declaration": {
|
|
11565
|
+
"name": "Primary",
|
|
11566
|
+
"module": "src/disclosure/disclosure.stories.ts"
|
|
11567
|
+
}
|
|
11568
|
+
}
|
|
11569
|
+
]
|
|
11570
|
+
},
|
|
11571
|
+
{
|
|
11572
|
+
"kind": "javascript-module",
|
|
11573
|
+
"path": "src/disclosure/disclosure.styles.ts",
|
|
11574
|
+
"declarations": [
|
|
11575
|
+
{
|
|
11576
|
+
"kind": "function",
|
|
11577
|
+
"name": "zeroDisclosureStyles",
|
|
11578
|
+
"return": {
|
|
11579
|
+
"type": {
|
|
11580
|
+
"text": "ElementStyles"
|
|
11581
|
+
}
|
|
11582
|
+
},
|
|
11583
|
+
"parameters": [
|
|
11584
|
+
{
|
|
11585
|
+
"name": "context",
|
|
11586
|
+
"type": {
|
|
11587
|
+
"text": "ElementDefinitionContext"
|
|
11588
|
+
}
|
|
11589
|
+
},
|
|
11590
|
+
{
|
|
11591
|
+
"name": "definition",
|
|
11592
|
+
"type": {
|
|
11593
|
+
"text": "FoundationElementDefinition"
|
|
11594
|
+
}
|
|
11595
|
+
}
|
|
11596
|
+
]
|
|
11597
|
+
}
|
|
11598
|
+
],
|
|
11599
|
+
"exports": [
|
|
11600
|
+
{
|
|
11601
|
+
"kind": "js",
|
|
11602
|
+
"name": "zeroDisclosureStyles",
|
|
11603
|
+
"declaration": {
|
|
11604
|
+
"name": "zeroDisclosureStyles",
|
|
11605
|
+
"module": "src/disclosure/disclosure.styles.ts"
|
|
11606
|
+
}
|
|
11607
|
+
}
|
|
11608
|
+
]
|
|
11609
|
+
},
|
|
11610
|
+
{
|
|
11611
|
+
"kind": "javascript-module",
|
|
11612
|
+
"path": "src/disclosure/disclosure.template.ts",
|
|
11613
|
+
"declarations": [
|
|
11614
|
+
{
|
|
11615
|
+
"kind": "function",
|
|
11616
|
+
"name": "zeroDisclosureTemplate",
|
|
11617
|
+
"return": {
|
|
11618
|
+
"type": {
|
|
11619
|
+
"text": "ViewTemplate<Disclosure>"
|
|
11620
|
+
}
|
|
11621
|
+
},
|
|
11622
|
+
"parameters": [
|
|
11623
|
+
{
|
|
11624
|
+
"name": "context",
|
|
11625
|
+
"type": {
|
|
11626
|
+
"text": "ElementDefinitionContext"
|
|
11627
|
+
}
|
|
11628
|
+
},
|
|
11629
|
+
{
|
|
11630
|
+
"name": "definition",
|
|
11631
|
+
"type": {
|
|
11632
|
+
"text": "FoundationElementDefinition"
|
|
11633
|
+
}
|
|
11634
|
+
}
|
|
11635
|
+
]
|
|
11636
|
+
}
|
|
11637
|
+
],
|
|
11638
|
+
"exports": [
|
|
11639
|
+
{
|
|
11640
|
+
"kind": "js",
|
|
11641
|
+
"name": "zeroDisclosureTemplate",
|
|
11642
|
+
"declaration": {
|
|
11643
|
+
"name": "zeroDisclosureTemplate",
|
|
11644
|
+
"module": "src/disclosure/disclosure.template.ts"
|
|
11645
|
+
}
|
|
11646
|
+
}
|
|
11647
|
+
]
|
|
11648
|
+
},
|
|
11649
|
+
{
|
|
11650
|
+
"kind": "javascript-module",
|
|
11651
|
+
"path": "src/disclosure/disclosure.ts",
|
|
11652
|
+
"declarations": [
|
|
11653
|
+
{
|
|
11654
|
+
"kind": "class",
|
|
11655
|
+
"description": "",
|
|
11656
|
+
"name": "Disclosure",
|
|
11657
|
+
"superclass": {
|
|
11658
|
+
"name": "FoundationDisclosure",
|
|
11659
|
+
"package": "@genesislcap/foundation-ui"
|
|
11660
|
+
},
|
|
11661
|
+
"tagName": "%%prefix%%-disclosure",
|
|
11662
|
+
"customElement": true
|
|
11663
|
+
},
|
|
11664
|
+
{
|
|
11665
|
+
"kind": "variable",
|
|
11666
|
+
"name": "zeroDisclosure"
|
|
11667
|
+
}
|
|
11668
|
+
],
|
|
11669
|
+
"exports": [
|
|
11670
|
+
{
|
|
11671
|
+
"kind": "js",
|
|
11672
|
+
"name": "Disclosure",
|
|
11673
|
+
"declaration": {
|
|
11674
|
+
"name": "Disclosure",
|
|
11675
|
+
"module": "src/disclosure/disclosure.ts"
|
|
11676
|
+
}
|
|
11677
|
+
},
|
|
11678
|
+
{
|
|
11679
|
+
"kind": "js",
|
|
11680
|
+
"name": "zeroDisclosure",
|
|
11681
|
+
"declaration": {
|
|
11682
|
+
"name": "zeroDisclosure",
|
|
11683
|
+
"module": "src/disclosure/disclosure.ts"
|
|
11684
|
+
}
|
|
11685
|
+
}
|
|
11686
|
+
]
|
|
11687
|
+
},
|
|
11688
|
+
{
|
|
11689
|
+
"kind": "javascript-module",
|
|
11690
|
+
"path": "src/disclosure/index.ts",
|
|
11691
|
+
"declarations": [],
|
|
11692
|
+
"exports": [
|
|
11693
|
+
{
|
|
11694
|
+
"kind": "js",
|
|
11695
|
+
"name": "*",
|
|
11696
|
+
"declaration": {
|
|
11697
|
+
"name": "*",
|
|
11698
|
+
"package": "./disclosure"
|
|
11699
|
+
}
|
|
11700
|
+
},
|
|
11701
|
+
{
|
|
11702
|
+
"kind": "js",
|
|
11703
|
+
"name": "*",
|
|
11704
|
+
"declaration": {
|
|
11705
|
+
"name": "*",
|
|
11706
|
+
"package": "./disclosure.styles"
|
|
11707
|
+
}
|
|
11708
|
+
},
|
|
11709
|
+
{
|
|
11710
|
+
"kind": "js",
|
|
11711
|
+
"name": "*",
|
|
11524
11712
|
"declaration": {
|
|
11525
|
-
"name": "
|
|
11526
|
-
"package": "
|
|
11713
|
+
"name": "*",
|
|
11714
|
+
"package": "./disclosure.template"
|
|
11527
11715
|
}
|
|
11528
11716
|
}
|
|
11529
11717
|
]
|
|
11530
11718
|
},
|
|
11531
11719
|
{
|
|
11532
11720
|
"kind": "javascript-module",
|
|
11533
|
-
"path": "src/
|
|
11721
|
+
"path": "src/divider/divider.stories.ts",
|
|
11534
11722
|
"declarations": [
|
|
11535
11723
|
{
|
|
11536
11724
|
"kind": "variable",
|
|
@@ -11538,7 +11726,7 @@
|
|
|
11538
11726
|
"type": {
|
|
11539
11727
|
"text": "Meta"
|
|
11540
11728
|
},
|
|
11541
|
-
"default": "{\n title: '
|
|
11729
|
+
"default": "{\n title: 'Divider',\n component: 'zero-divider',\n}"
|
|
11542
11730
|
},
|
|
11543
11731
|
{
|
|
11544
11732
|
"kind": "variable",
|
|
@@ -11546,7 +11734,7 @@
|
|
|
11546
11734
|
"type": {
|
|
11547
11735
|
"text": "StoryObj"
|
|
11548
11736
|
},
|
|
11549
|
-
"default": "{\n argTypes: {\n
|
|
11737
|
+
"default": "{\n argTypes: {\n orientation: {\n control: 'select',\n options: ['horizontal', 'vertical'],\n },\n role: {\n control: 'select',\n options: ['separator', 'presentation'],\n },\n },\n args: {\n orientation: 'horizontal',\n role: 'separator',\n },\n render: ({ orientation, role }) => html`\n <div\n style=\"display: flex; justify-content:center; width: 100%; ${orientation === 'vertical'\n ? 'flex-direction: row;'\n : 'flex-direction: column;'}\"\n >\n <zero-button style=\"flex: 1;\"></zero-button>\n <zero-divider orientation=\"${orientation}\" role=\"${role}\"></zero-divider>\n <zero-button style=\"flex: 1;\"></zero-button>\n </div>\n `,\n}"
|
|
11550
11738
|
}
|
|
11551
11739
|
],
|
|
11552
11740
|
"exports": [
|
|
@@ -11555,7 +11743,7 @@
|
|
|
11555
11743
|
"name": "default",
|
|
11556
11744
|
"declaration": {
|
|
11557
11745
|
"name": "meta",
|
|
11558
|
-
"module": "src/
|
|
11746
|
+
"module": "src/divider/divider.stories.ts"
|
|
11559
11747
|
}
|
|
11560
11748
|
},
|
|
11561
11749
|
{
|
|
@@ -11563,18 +11751,18 @@
|
|
|
11563
11751
|
"name": "Primary",
|
|
11564
11752
|
"declaration": {
|
|
11565
11753
|
"name": "Primary",
|
|
11566
|
-
"module": "src/
|
|
11754
|
+
"module": "src/divider/divider.stories.ts"
|
|
11567
11755
|
}
|
|
11568
11756
|
}
|
|
11569
11757
|
]
|
|
11570
11758
|
},
|
|
11571
11759
|
{
|
|
11572
11760
|
"kind": "javascript-module",
|
|
11573
|
-
"path": "src/
|
|
11761
|
+
"path": "src/divider/divider.styles.ts",
|
|
11574
11762
|
"declarations": [
|
|
11575
11763
|
{
|
|
11576
11764
|
"kind": "function",
|
|
11577
|
-
"name": "
|
|
11765
|
+
"name": "zeroDividerStyles",
|
|
11578
11766
|
"return": {
|
|
11579
11767
|
"type": {
|
|
11580
11768
|
"text": "ElementStyles"
|
|
@@ -11599,24 +11787,24 @@
|
|
|
11599
11787
|
"exports": [
|
|
11600
11788
|
{
|
|
11601
11789
|
"kind": "js",
|
|
11602
|
-
"name": "
|
|
11790
|
+
"name": "zeroDividerStyles",
|
|
11603
11791
|
"declaration": {
|
|
11604
|
-
"name": "
|
|
11605
|
-
"module": "src/
|
|
11792
|
+
"name": "zeroDividerStyles",
|
|
11793
|
+
"module": "src/divider/divider.styles.ts"
|
|
11606
11794
|
}
|
|
11607
11795
|
}
|
|
11608
11796
|
]
|
|
11609
11797
|
},
|
|
11610
11798
|
{
|
|
11611
11799
|
"kind": "javascript-module",
|
|
11612
|
-
"path": "src/
|
|
11800
|
+
"path": "src/divider/divider.template.ts",
|
|
11613
11801
|
"declarations": [
|
|
11614
11802
|
{
|
|
11615
11803
|
"kind": "function",
|
|
11616
|
-
"name": "
|
|
11804
|
+
"name": "zeroDividerTemplate",
|
|
11617
11805
|
"return": {
|
|
11618
11806
|
"type": {
|
|
11619
|
-
"text": "ViewTemplate<
|
|
11807
|
+
"text": "ViewTemplate<Divider>"
|
|
11620
11808
|
}
|
|
11621
11809
|
},
|
|
11622
11810
|
"parameters": [
|
|
@@ -11638,56 +11826,56 @@
|
|
|
11638
11826
|
"exports": [
|
|
11639
11827
|
{
|
|
11640
11828
|
"kind": "js",
|
|
11641
|
-
"name": "
|
|
11829
|
+
"name": "zeroDividerTemplate",
|
|
11642
11830
|
"declaration": {
|
|
11643
|
-
"name": "
|
|
11644
|
-
"module": "src/
|
|
11831
|
+
"name": "zeroDividerTemplate",
|
|
11832
|
+
"module": "src/divider/divider.template.ts"
|
|
11645
11833
|
}
|
|
11646
11834
|
}
|
|
11647
11835
|
]
|
|
11648
11836
|
},
|
|
11649
11837
|
{
|
|
11650
11838
|
"kind": "javascript-module",
|
|
11651
|
-
"path": "src/
|
|
11839
|
+
"path": "src/divider/divider.ts",
|
|
11652
11840
|
"declarations": [
|
|
11653
11841
|
{
|
|
11654
11842
|
"kind": "class",
|
|
11655
11843
|
"description": "",
|
|
11656
|
-
"name": "
|
|
11844
|
+
"name": "Divider",
|
|
11657
11845
|
"superclass": {
|
|
11658
|
-
"name": "
|
|
11846
|
+
"name": "FoundationDivider",
|
|
11659
11847
|
"package": "@genesislcap/foundation-ui"
|
|
11660
11848
|
},
|
|
11661
|
-
"tagName": "%%prefix%%-
|
|
11849
|
+
"tagName": "%%prefix%%-divider",
|
|
11662
11850
|
"customElement": true
|
|
11663
11851
|
},
|
|
11664
11852
|
{
|
|
11665
11853
|
"kind": "variable",
|
|
11666
|
-
"name": "
|
|
11854
|
+
"name": "zeroDivider"
|
|
11667
11855
|
}
|
|
11668
11856
|
],
|
|
11669
11857
|
"exports": [
|
|
11670
11858
|
{
|
|
11671
11859
|
"kind": "js",
|
|
11672
|
-
"name": "
|
|
11860
|
+
"name": "Divider",
|
|
11673
11861
|
"declaration": {
|
|
11674
|
-
"name": "
|
|
11675
|
-
"module": "src/
|
|
11862
|
+
"name": "Divider",
|
|
11863
|
+
"module": "src/divider/divider.ts"
|
|
11676
11864
|
}
|
|
11677
11865
|
},
|
|
11678
11866
|
{
|
|
11679
11867
|
"kind": "js",
|
|
11680
|
-
"name": "
|
|
11868
|
+
"name": "zeroDivider",
|
|
11681
11869
|
"declaration": {
|
|
11682
|
-
"name": "
|
|
11683
|
-
"module": "src/
|
|
11870
|
+
"name": "zeroDivider",
|
|
11871
|
+
"module": "src/divider/divider.ts"
|
|
11684
11872
|
}
|
|
11685
11873
|
}
|
|
11686
11874
|
]
|
|
11687
11875
|
},
|
|
11688
11876
|
{
|
|
11689
11877
|
"kind": "javascript-module",
|
|
11690
|
-
"path": "src/
|
|
11878
|
+
"path": "src/divider/index.ts",
|
|
11691
11879
|
"declarations": [],
|
|
11692
11880
|
"exports": [
|
|
11693
11881
|
{
|
|
@@ -11695,7 +11883,7 @@
|
|
|
11695
11883
|
"name": "*",
|
|
11696
11884
|
"declaration": {
|
|
11697
11885
|
"name": "*",
|
|
11698
|
-
"package": "./
|
|
11886
|
+
"package": "./divider"
|
|
11699
11887
|
}
|
|
11700
11888
|
},
|
|
11701
11889
|
{
|
|
@@ -11703,7 +11891,7 @@
|
|
|
11703
11891
|
"name": "*",
|
|
11704
11892
|
"declaration": {
|
|
11705
11893
|
"name": "*",
|
|
11706
|
-
"package": "./
|
|
11894
|
+
"package": "./divider.styles"
|
|
11707
11895
|
}
|
|
11708
11896
|
},
|
|
11709
11897
|
{
|
|
@@ -11711,7 +11899,7 @@
|
|
|
11711
11899
|
"name": "*",
|
|
11712
11900
|
"declaration": {
|
|
11713
11901
|
"name": "*",
|
|
11714
|
-
"package": "./
|
|
11902
|
+
"package": "./divider.template"
|
|
11715
11903
|
}
|
|
11716
11904
|
}
|
|
11717
11905
|
]
|
|
@@ -12220,194 +12408,6 @@
|
|
|
12220
12408
|
}
|
|
12221
12409
|
]
|
|
12222
12410
|
},
|
|
12223
|
-
{
|
|
12224
|
-
"kind": "javascript-module",
|
|
12225
|
-
"path": "src/divider/divider.stories.ts",
|
|
12226
|
-
"declarations": [
|
|
12227
|
-
{
|
|
12228
|
-
"kind": "variable",
|
|
12229
|
-
"name": "meta",
|
|
12230
|
-
"type": {
|
|
12231
|
-
"text": "Meta"
|
|
12232
|
-
},
|
|
12233
|
-
"default": "{\n title: 'Divider',\n component: 'zero-divider',\n}"
|
|
12234
|
-
},
|
|
12235
|
-
{
|
|
12236
|
-
"kind": "variable",
|
|
12237
|
-
"name": "Primary",
|
|
12238
|
-
"type": {
|
|
12239
|
-
"text": "StoryObj"
|
|
12240
|
-
},
|
|
12241
|
-
"default": "{\n argTypes: {\n orientation: {\n control: 'select',\n options: ['horizontal', 'vertical'],\n },\n role: {\n control: 'select',\n options: ['separator', 'presentation'],\n },\n },\n args: {\n orientation: 'horizontal',\n role: 'separator',\n },\n render: ({ orientation, role }) => html`\n <div\n style=\"display: flex; justify-content:center; width: 100%; ${orientation === 'vertical'\n ? 'flex-direction: row;'\n : 'flex-direction: column;'}\"\n >\n <zero-button style=\"flex: 1;\"></zero-button>\n <zero-divider orientation=\"${orientation}\" role=\"${role}\"></zero-divider>\n <zero-button style=\"flex: 1;\"></zero-button>\n </div>\n `,\n}"
|
|
12242
|
-
}
|
|
12243
|
-
],
|
|
12244
|
-
"exports": [
|
|
12245
|
-
{
|
|
12246
|
-
"kind": "js",
|
|
12247
|
-
"name": "default",
|
|
12248
|
-
"declaration": {
|
|
12249
|
-
"name": "meta",
|
|
12250
|
-
"module": "src/divider/divider.stories.ts"
|
|
12251
|
-
}
|
|
12252
|
-
},
|
|
12253
|
-
{
|
|
12254
|
-
"kind": "js",
|
|
12255
|
-
"name": "Primary",
|
|
12256
|
-
"declaration": {
|
|
12257
|
-
"name": "Primary",
|
|
12258
|
-
"module": "src/divider/divider.stories.ts"
|
|
12259
|
-
}
|
|
12260
|
-
}
|
|
12261
|
-
]
|
|
12262
|
-
},
|
|
12263
|
-
{
|
|
12264
|
-
"kind": "javascript-module",
|
|
12265
|
-
"path": "src/divider/divider.styles.ts",
|
|
12266
|
-
"declarations": [
|
|
12267
|
-
{
|
|
12268
|
-
"kind": "function",
|
|
12269
|
-
"name": "zeroDividerStyles",
|
|
12270
|
-
"return": {
|
|
12271
|
-
"type": {
|
|
12272
|
-
"text": "ElementStyles"
|
|
12273
|
-
}
|
|
12274
|
-
},
|
|
12275
|
-
"parameters": [
|
|
12276
|
-
{
|
|
12277
|
-
"name": "context",
|
|
12278
|
-
"type": {
|
|
12279
|
-
"text": "ElementDefinitionContext"
|
|
12280
|
-
}
|
|
12281
|
-
},
|
|
12282
|
-
{
|
|
12283
|
-
"name": "definition",
|
|
12284
|
-
"type": {
|
|
12285
|
-
"text": "FoundationElementDefinition"
|
|
12286
|
-
}
|
|
12287
|
-
}
|
|
12288
|
-
]
|
|
12289
|
-
}
|
|
12290
|
-
],
|
|
12291
|
-
"exports": [
|
|
12292
|
-
{
|
|
12293
|
-
"kind": "js",
|
|
12294
|
-
"name": "zeroDividerStyles",
|
|
12295
|
-
"declaration": {
|
|
12296
|
-
"name": "zeroDividerStyles",
|
|
12297
|
-
"module": "src/divider/divider.styles.ts"
|
|
12298
|
-
}
|
|
12299
|
-
}
|
|
12300
|
-
]
|
|
12301
|
-
},
|
|
12302
|
-
{
|
|
12303
|
-
"kind": "javascript-module",
|
|
12304
|
-
"path": "src/divider/divider.template.ts",
|
|
12305
|
-
"declarations": [
|
|
12306
|
-
{
|
|
12307
|
-
"kind": "function",
|
|
12308
|
-
"name": "zeroDividerTemplate",
|
|
12309
|
-
"return": {
|
|
12310
|
-
"type": {
|
|
12311
|
-
"text": "ViewTemplate<Divider>"
|
|
12312
|
-
}
|
|
12313
|
-
},
|
|
12314
|
-
"parameters": [
|
|
12315
|
-
{
|
|
12316
|
-
"name": "context",
|
|
12317
|
-
"type": {
|
|
12318
|
-
"text": "ElementDefinitionContext"
|
|
12319
|
-
}
|
|
12320
|
-
},
|
|
12321
|
-
{
|
|
12322
|
-
"name": "definition",
|
|
12323
|
-
"type": {
|
|
12324
|
-
"text": "FoundationElementDefinition"
|
|
12325
|
-
}
|
|
12326
|
-
}
|
|
12327
|
-
]
|
|
12328
|
-
}
|
|
12329
|
-
],
|
|
12330
|
-
"exports": [
|
|
12331
|
-
{
|
|
12332
|
-
"kind": "js",
|
|
12333
|
-
"name": "zeroDividerTemplate",
|
|
12334
|
-
"declaration": {
|
|
12335
|
-
"name": "zeroDividerTemplate",
|
|
12336
|
-
"module": "src/divider/divider.template.ts"
|
|
12337
|
-
}
|
|
12338
|
-
}
|
|
12339
|
-
]
|
|
12340
|
-
},
|
|
12341
|
-
{
|
|
12342
|
-
"kind": "javascript-module",
|
|
12343
|
-
"path": "src/divider/divider.ts",
|
|
12344
|
-
"declarations": [
|
|
12345
|
-
{
|
|
12346
|
-
"kind": "class",
|
|
12347
|
-
"description": "",
|
|
12348
|
-
"name": "Divider",
|
|
12349
|
-
"superclass": {
|
|
12350
|
-
"name": "FoundationDivider",
|
|
12351
|
-
"package": "@genesislcap/foundation-ui"
|
|
12352
|
-
},
|
|
12353
|
-
"tagName": "%%prefix%%-divider",
|
|
12354
|
-
"customElement": true
|
|
12355
|
-
},
|
|
12356
|
-
{
|
|
12357
|
-
"kind": "variable",
|
|
12358
|
-
"name": "zeroDivider"
|
|
12359
|
-
}
|
|
12360
|
-
],
|
|
12361
|
-
"exports": [
|
|
12362
|
-
{
|
|
12363
|
-
"kind": "js",
|
|
12364
|
-
"name": "Divider",
|
|
12365
|
-
"declaration": {
|
|
12366
|
-
"name": "Divider",
|
|
12367
|
-
"module": "src/divider/divider.ts"
|
|
12368
|
-
}
|
|
12369
|
-
},
|
|
12370
|
-
{
|
|
12371
|
-
"kind": "js",
|
|
12372
|
-
"name": "zeroDivider",
|
|
12373
|
-
"declaration": {
|
|
12374
|
-
"name": "zeroDivider",
|
|
12375
|
-
"module": "src/divider/divider.ts"
|
|
12376
|
-
}
|
|
12377
|
-
}
|
|
12378
|
-
]
|
|
12379
|
-
},
|
|
12380
|
-
{
|
|
12381
|
-
"kind": "javascript-module",
|
|
12382
|
-
"path": "src/divider/index.ts",
|
|
12383
|
-
"declarations": [],
|
|
12384
|
-
"exports": [
|
|
12385
|
-
{
|
|
12386
|
-
"kind": "js",
|
|
12387
|
-
"name": "*",
|
|
12388
|
-
"declaration": {
|
|
12389
|
-
"name": "*",
|
|
12390
|
-
"package": "./divider"
|
|
12391
|
-
}
|
|
12392
|
-
},
|
|
12393
|
-
{
|
|
12394
|
-
"kind": "js",
|
|
12395
|
-
"name": "*",
|
|
12396
|
-
"declaration": {
|
|
12397
|
-
"name": "*",
|
|
12398
|
-
"package": "./divider.styles"
|
|
12399
|
-
}
|
|
12400
|
-
},
|
|
12401
|
-
{
|
|
12402
|
-
"kind": "js",
|
|
12403
|
-
"name": "*",
|
|
12404
|
-
"declaration": {
|
|
12405
|
-
"name": "*",
|
|
12406
|
-
"package": "./divider.template"
|
|
12407
|
-
}
|
|
12408
|
-
}
|
|
12409
|
-
]
|
|
12410
|
-
},
|
|
12411
12411
|
{
|
|
12412
12412
|
"kind": "javascript-module",
|
|
12413
12413
|
"path": "src/error-banner/error-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.120.
|
|
4
|
+
"version": "14.120.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
70
|
-
"@genesislcap/genx": "14.120.
|
|
70
|
+
"@genesislcap/genx": "14.120.2",
|
|
71
71
|
"@storybook/addon-coverage": "^1.0.0",
|
|
72
72
|
"@storybook/addon-essentials": "^7.5.3",
|
|
73
73
|
"@storybook/addon-links": "^7.5.3",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"storybook": "^7.5.3"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@genesislcap/foundation-comms": "14.120.
|
|
86
|
-
"@genesislcap/foundation-logger": "14.120.
|
|
87
|
-
"@genesislcap/foundation-ui": "14.120.
|
|
88
|
-
"@genesislcap/foundation-utils": "14.120.
|
|
85
|
+
"@genesislcap/foundation-comms": "14.120.2",
|
|
86
|
+
"@genesislcap/foundation-logger": "14.120.2",
|
|
87
|
+
"@genesislcap/foundation-ui": "14.120.2",
|
|
88
|
+
"@genesislcap/foundation-utils": "14.120.2",
|
|
89
89
|
"@microsoft/fast-colors": "^5.1.4",
|
|
90
90
|
"@microsoft/fast-components": "^2.21.3",
|
|
91
91
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
104
|
"customElements": "dist/custom-elements.json",
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "eba2e50179b4df4d928164f4ad8776be0227b4d9"
|
|
106
106
|
}
|