@genesislcap/foundation-zero 14.162.4 → 14.162.5
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 +305 -305
- package/package.json +12 -12
|
@@ -863,194 +863,6 @@
|
|
|
863
863
|
}
|
|
864
864
|
]
|
|
865
865
|
},
|
|
866
|
-
{
|
|
867
|
-
"kind": "javascript-module",
|
|
868
|
-
"path": "src/accordion/accordion.stories.ts",
|
|
869
|
-
"declarations": [
|
|
870
|
-
{
|
|
871
|
-
"kind": "variable",
|
|
872
|
-
"name": "meta",
|
|
873
|
-
"type": {
|
|
874
|
-
"text": "Meta"
|
|
875
|
-
},
|
|
876
|
-
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "variable",
|
|
880
|
-
"name": "Primary",
|
|
881
|
-
"type": {
|
|
882
|
-
"text": "StoryObj"
|
|
883
|
-
},
|
|
884
|
-
"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}"
|
|
885
|
-
}
|
|
886
|
-
],
|
|
887
|
-
"exports": [
|
|
888
|
-
{
|
|
889
|
-
"kind": "js",
|
|
890
|
-
"name": "default",
|
|
891
|
-
"declaration": {
|
|
892
|
-
"name": "meta",
|
|
893
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
894
|
-
}
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "js",
|
|
898
|
-
"name": "Primary",
|
|
899
|
-
"declaration": {
|
|
900
|
-
"name": "Primary",
|
|
901
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
|
-
]
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"kind": "javascript-module",
|
|
908
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
909
|
-
"declarations": [
|
|
910
|
-
{
|
|
911
|
-
"kind": "function",
|
|
912
|
-
"name": "zeroAccordionStyles",
|
|
913
|
-
"return": {
|
|
914
|
-
"type": {
|
|
915
|
-
"text": "ElementStyles"
|
|
916
|
-
}
|
|
917
|
-
},
|
|
918
|
-
"parameters": [
|
|
919
|
-
{
|
|
920
|
-
"name": "context",
|
|
921
|
-
"type": {
|
|
922
|
-
"text": "ElementDefinitionContext"
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"name": "definition",
|
|
927
|
-
"type": {
|
|
928
|
-
"text": "FoundationElementDefinition"
|
|
929
|
-
}
|
|
930
|
-
}
|
|
931
|
-
]
|
|
932
|
-
}
|
|
933
|
-
],
|
|
934
|
-
"exports": [
|
|
935
|
-
{
|
|
936
|
-
"kind": "js",
|
|
937
|
-
"name": "zeroAccordionStyles",
|
|
938
|
-
"declaration": {
|
|
939
|
-
"name": "zeroAccordionStyles",
|
|
940
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
941
|
-
}
|
|
942
|
-
}
|
|
943
|
-
]
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"kind": "javascript-module",
|
|
947
|
-
"path": "src/accordion/accordion.template.ts",
|
|
948
|
-
"declarations": [
|
|
949
|
-
{
|
|
950
|
-
"kind": "function",
|
|
951
|
-
"name": "zeroAccordionTemplate",
|
|
952
|
-
"return": {
|
|
953
|
-
"type": {
|
|
954
|
-
"text": "ViewTemplate<Accordion>"
|
|
955
|
-
}
|
|
956
|
-
},
|
|
957
|
-
"parameters": [
|
|
958
|
-
{
|
|
959
|
-
"name": "context",
|
|
960
|
-
"type": {
|
|
961
|
-
"text": "ElementDefinitionContext"
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"name": "definition",
|
|
966
|
-
"type": {
|
|
967
|
-
"text": "FoundationElementDefinition"
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
]
|
|
971
|
-
}
|
|
972
|
-
],
|
|
973
|
-
"exports": [
|
|
974
|
-
{
|
|
975
|
-
"kind": "js",
|
|
976
|
-
"name": "zeroAccordionTemplate",
|
|
977
|
-
"declaration": {
|
|
978
|
-
"name": "zeroAccordionTemplate",
|
|
979
|
-
"module": "src/accordion/accordion.template.ts"
|
|
980
|
-
}
|
|
981
|
-
}
|
|
982
|
-
]
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"kind": "javascript-module",
|
|
986
|
-
"path": "src/accordion/accordion.ts",
|
|
987
|
-
"declarations": [
|
|
988
|
-
{
|
|
989
|
-
"kind": "class",
|
|
990
|
-
"description": "",
|
|
991
|
-
"name": "Accordion",
|
|
992
|
-
"superclass": {
|
|
993
|
-
"name": "FoundationAccordion",
|
|
994
|
-
"package": "@genesislcap/foundation-ui"
|
|
995
|
-
},
|
|
996
|
-
"tagName": "%%prefix%%-card",
|
|
997
|
-
"customElement": true
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"kind": "variable",
|
|
1001
|
-
"name": "zeroAccordion"
|
|
1002
|
-
}
|
|
1003
|
-
],
|
|
1004
|
-
"exports": [
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "js",
|
|
1007
|
-
"name": "Accordion",
|
|
1008
|
-
"declaration": {
|
|
1009
|
-
"name": "Accordion",
|
|
1010
|
-
"module": "src/accordion/accordion.ts"
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"kind": "js",
|
|
1015
|
-
"name": "zeroAccordion",
|
|
1016
|
-
"declaration": {
|
|
1017
|
-
"name": "zeroAccordion",
|
|
1018
|
-
"module": "src/accordion/accordion.ts"
|
|
1019
|
-
}
|
|
1020
|
-
}
|
|
1021
|
-
]
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"kind": "javascript-module",
|
|
1025
|
-
"path": "src/accordion/index.ts",
|
|
1026
|
-
"declarations": [],
|
|
1027
|
-
"exports": [
|
|
1028
|
-
{
|
|
1029
|
-
"kind": "js",
|
|
1030
|
-
"name": "*",
|
|
1031
|
-
"declaration": {
|
|
1032
|
-
"name": "*",
|
|
1033
|
-
"package": "./accordion"
|
|
1034
|
-
}
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"kind": "js",
|
|
1038
|
-
"name": "*",
|
|
1039
|
-
"declaration": {
|
|
1040
|
-
"name": "*",
|
|
1041
|
-
"package": "./accordion.styles"
|
|
1042
|
-
}
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"kind": "js",
|
|
1046
|
-
"name": "*",
|
|
1047
|
-
"declaration": {
|
|
1048
|
-
"name": "*",
|
|
1049
|
-
"package": "./accordion.template"
|
|
1050
|
-
}
|
|
1051
|
-
}
|
|
1052
|
-
]
|
|
1053
|
-
},
|
|
1054
866
|
{
|
|
1055
867
|
"kind": "javascript-module",
|
|
1056
868
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1358,31 +1170,219 @@
|
|
|
1358
1170
|
},
|
|
1359
1171
|
{
|
|
1360
1172
|
"kind": "variable",
|
|
1361
|
-
"name": "zeroAccordionItem"
|
|
1173
|
+
"name": "zeroAccordionItem"
|
|
1174
|
+
}
|
|
1175
|
+
],
|
|
1176
|
+
"exports": [
|
|
1177
|
+
{
|
|
1178
|
+
"kind": "js",
|
|
1179
|
+
"name": "AccordionItem",
|
|
1180
|
+
"declaration": {
|
|
1181
|
+
"name": "AccordionItem",
|
|
1182
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"kind": "js",
|
|
1187
|
+
"name": "zeroAccordionItem",
|
|
1188
|
+
"declaration": {
|
|
1189
|
+
"name": "zeroAccordionItem",
|
|
1190
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
]
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"kind": "javascript-module",
|
|
1197
|
+
"path": "src/accordion-item/index.ts",
|
|
1198
|
+
"declarations": [],
|
|
1199
|
+
"exports": [
|
|
1200
|
+
{
|
|
1201
|
+
"kind": "js",
|
|
1202
|
+
"name": "*",
|
|
1203
|
+
"declaration": {
|
|
1204
|
+
"name": "*",
|
|
1205
|
+
"package": "./accordion-item"
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"kind": "js",
|
|
1210
|
+
"name": "*",
|
|
1211
|
+
"declaration": {
|
|
1212
|
+
"name": "*",
|
|
1213
|
+
"package": "./accordion-item.styles"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"kind": "js",
|
|
1218
|
+
"name": "*",
|
|
1219
|
+
"declaration": {
|
|
1220
|
+
"name": "*",
|
|
1221
|
+
"package": "./accordion-item.template"
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
]
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"kind": "javascript-module",
|
|
1228
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
1229
|
+
"declarations": [
|
|
1230
|
+
{
|
|
1231
|
+
"kind": "variable",
|
|
1232
|
+
"name": "meta",
|
|
1233
|
+
"type": {
|
|
1234
|
+
"text": "Meta"
|
|
1235
|
+
},
|
|
1236
|
+
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"kind": "variable",
|
|
1240
|
+
"name": "Primary",
|
|
1241
|
+
"type": {
|
|
1242
|
+
"text": "StoryObj"
|
|
1243
|
+
},
|
|
1244
|
+
"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}"
|
|
1245
|
+
}
|
|
1246
|
+
],
|
|
1247
|
+
"exports": [
|
|
1248
|
+
{
|
|
1249
|
+
"kind": "js",
|
|
1250
|
+
"name": "default",
|
|
1251
|
+
"declaration": {
|
|
1252
|
+
"name": "meta",
|
|
1253
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"kind": "js",
|
|
1258
|
+
"name": "Primary",
|
|
1259
|
+
"declaration": {
|
|
1260
|
+
"name": "Primary",
|
|
1261
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
]
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"kind": "javascript-module",
|
|
1268
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1269
|
+
"declarations": [
|
|
1270
|
+
{
|
|
1271
|
+
"kind": "function",
|
|
1272
|
+
"name": "zeroAccordionStyles",
|
|
1273
|
+
"return": {
|
|
1274
|
+
"type": {
|
|
1275
|
+
"text": "ElementStyles"
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
"parameters": [
|
|
1279
|
+
{
|
|
1280
|
+
"name": "context",
|
|
1281
|
+
"type": {
|
|
1282
|
+
"text": "ElementDefinitionContext"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "definition",
|
|
1287
|
+
"type": {
|
|
1288
|
+
"text": "FoundationElementDefinition"
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
]
|
|
1292
|
+
}
|
|
1293
|
+
],
|
|
1294
|
+
"exports": [
|
|
1295
|
+
{
|
|
1296
|
+
"kind": "js",
|
|
1297
|
+
"name": "zeroAccordionStyles",
|
|
1298
|
+
"declaration": {
|
|
1299
|
+
"name": "zeroAccordionStyles",
|
|
1300
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"kind": "javascript-module",
|
|
1307
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1308
|
+
"declarations": [
|
|
1309
|
+
{
|
|
1310
|
+
"kind": "function",
|
|
1311
|
+
"name": "zeroAccordionTemplate",
|
|
1312
|
+
"return": {
|
|
1313
|
+
"type": {
|
|
1314
|
+
"text": "ViewTemplate<Accordion>"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
"parameters": [
|
|
1318
|
+
{
|
|
1319
|
+
"name": "context",
|
|
1320
|
+
"type": {
|
|
1321
|
+
"text": "ElementDefinitionContext"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "definition",
|
|
1326
|
+
"type": {
|
|
1327
|
+
"text": "FoundationElementDefinition"
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
]
|
|
1331
|
+
}
|
|
1332
|
+
],
|
|
1333
|
+
"exports": [
|
|
1334
|
+
{
|
|
1335
|
+
"kind": "js",
|
|
1336
|
+
"name": "zeroAccordionTemplate",
|
|
1337
|
+
"declaration": {
|
|
1338
|
+
"name": "zeroAccordionTemplate",
|
|
1339
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "javascript-module",
|
|
1346
|
+
"path": "src/accordion/accordion.ts",
|
|
1347
|
+
"declarations": [
|
|
1348
|
+
{
|
|
1349
|
+
"kind": "class",
|
|
1350
|
+
"description": "",
|
|
1351
|
+
"name": "Accordion",
|
|
1352
|
+
"superclass": {
|
|
1353
|
+
"name": "FoundationAccordion",
|
|
1354
|
+
"package": "@genesislcap/foundation-ui"
|
|
1355
|
+
},
|
|
1356
|
+
"tagName": "%%prefix%%-card",
|
|
1357
|
+
"customElement": true
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"kind": "variable",
|
|
1361
|
+
"name": "zeroAccordion"
|
|
1362
1362
|
}
|
|
1363
1363
|
],
|
|
1364
1364
|
"exports": [
|
|
1365
1365
|
{
|
|
1366
1366
|
"kind": "js",
|
|
1367
|
-
"name": "
|
|
1367
|
+
"name": "Accordion",
|
|
1368
1368
|
"declaration": {
|
|
1369
|
-
"name": "
|
|
1370
|
-
"module": "src/accordion
|
|
1369
|
+
"name": "Accordion",
|
|
1370
|
+
"module": "src/accordion/accordion.ts"
|
|
1371
1371
|
}
|
|
1372
1372
|
},
|
|
1373
1373
|
{
|
|
1374
1374
|
"kind": "js",
|
|
1375
|
-
"name": "
|
|
1375
|
+
"name": "zeroAccordion",
|
|
1376
1376
|
"declaration": {
|
|
1377
|
-
"name": "
|
|
1378
|
-
"module": "src/accordion
|
|
1377
|
+
"name": "zeroAccordion",
|
|
1378
|
+
"module": "src/accordion/accordion.ts"
|
|
1379
1379
|
}
|
|
1380
1380
|
}
|
|
1381
1381
|
]
|
|
1382
1382
|
},
|
|
1383
1383
|
{
|
|
1384
1384
|
"kind": "javascript-module",
|
|
1385
|
-
"path": "src/accordion
|
|
1385
|
+
"path": "src/accordion/index.ts",
|
|
1386
1386
|
"declarations": [],
|
|
1387
1387
|
"exports": [
|
|
1388
1388
|
{
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
"name": "*",
|
|
1391
1391
|
"declaration": {
|
|
1392
1392
|
"name": "*",
|
|
1393
|
-
"package": "./accordion
|
|
1393
|
+
"package": "./accordion"
|
|
1394
1394
|
}
|
|
1395
1395
|
},
|
|
1396
1396
|
{
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
"name": "*",
|
|
1399
1399
|
"declaration": {
|
|
1400
1400
|
"name": "*",
|
|
1401
|
-
"package": "./accordion
|
|
1401
|
+
"package": "./accordion.styles"
|
|
1402
1402
|
}
|
|
1403
1403
|
},
|
|
1404
1404
|
{
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
"name": "*",
|
|
1407
1407
|
"declaration": {
|
|
1408
1408
|
"name": "*",
|
|
1409
|
-
"package": "./accordion
|
|
1409
|
+
"package": "./accordion.template"
|
|
1410
1410
|
}
|
|
1411
1411
|
}
|
|
1412
1412
|
]
|
|
@@ -31919,7 +31919,7 @@
|
|
|
31919
31919
|
},
|
|
31920
31920
|
{
|
|
31921
31921
|
"kind": "javascript-module",
|
|
31922
|
-
"path": "src/tab/index.ts",
|
|
31922
|
+
"path": "src/tab-panel/index.ts",
|
|
31923
31923
|
"declarations": [],
|
|
31924
31924
|
"exports": [
|
|
31925
31925
|
{
|
|
@@ -31927,7 +31927,7 @@
|
|
|
31927
31927
|
"name": "*",
|
|
31928
31928
|
"declaration": {
|
|
31929
31929
|
"name": "*",
|
|
31930
|
-
"package": "./tab"
|
|
31930
|
+
"package": "./tab-panel"
|
|
31931
31931
|
}
|
|
31932
31932
|
},
|
|
31933
31933
|
{
|
|
@@ -31935,7 +31935,7 @@
|
|
|
31935
31935
|
"name": "*",
|
|
31936
31936
|
"declaration": {
|
|
31937
31937
|
"name": "*",
|
|
31938
|
-
"package": "./tab.styles"
|
|
31938
|
+
"package": "./tab-panel.styles"
|
|
31939
31939
|
}
|
|
31940
31940
|
},
|
|
31941
31941
|
{
|
|
@@ -31943,18 +31943,18 @@
|
|
|
31943
31943
|
"name": "*",
|
|
31944
31944
|
"declaration": {
|
|
31945
31945
|
"name": "*",
|
|
31946
|
-
"package": "./tab.template"
|
|
31946
|
+
"package": "./tab-panel.template"
|
|
31947
31947
|
}
|
|
31948
31948
|
}
|
|
31949
31949
|
]
|
|
31950
31950
|
},
|
|
31951
31951
|
{
|
|
31952
31952
|
"kind": "javascript-module",
|
|
31953
|
-
"path": "src/tab/tab.styles.ts",
|
|
31953
|
+
"path": "src/tab-panel/tab-panel.styles.ts",
|
|
31954
31954
|
"declarations": [
|
|
31955
31955
|
{
|
|
31956
31956
|
"kind": "function",
|
|
31957
|
-
"name": "
|
|
31957
|
+
"name": "zeroTabPanelStyles",
|
|
31958
31958
|
"return": {
|
|
31959
31959
|
"type": {
|
|
31960
31960
|
"text": "ElementStyles"
|
|
@@ -31979,24 +31979,24 @@
|
|
|
31979
31979
|
"exports": [
|
|
31980
31980
|
{
|
|
31981
31981
|
"kind": "js",
|
|
31982
|
-
"name": "
|
|
31982
|
+
"name": "zeroTabPanelStyles",
|
|
31983
31983
|
"declaration": {
|
|
31984
|
-
"name": "
|
|
31985
|
-
"module": "src/tab/tab.styles.ts"
|
|
31984
|
+
"name": "zeroTabPanelStyles",
|
|
31985
|
+
"module": "src/tab-panel/tab-panel.styles.ts"
|
|
31986
31986
|
}
|
|
31987
31987
|
}
|
|
31988
31988
|
]
|
|
31989
31989
|
},
|
|
31990
31990
|
{
|
|
31991
31991
|
"kind": "javascript-module",
|
|
31992
|
-
"path": "src/tab/tab.template.ts",
|
|
31992
|
+
"path": "src/tab-panel/tab-panel.template.ts",
|
|
31993
31993
|
"declarations": [
|
|
31994
31994
|
{
|
|
31995
31995
|
"kind": "function",
|
|
31996
|
-
"name": "
|
|
31996
|
+
"name": "zeroTabPanelTemplate",
|
|
31997
31997
|
"return": {
|
|
31998
31998
|
"type": {
|
|
31999
|
-
"text": "ViewTemplate<
|
|
31999
|
+
"text": "ViewTemplate<TabPanel>"
|
|
32000
32000
|
}
|
|
32001
32001
|
},
|
|
32002
32002
|
"parameters": [
|
|
@@ -32018,55 +32018,29 @@
|
|
|
32018
32018
|
"exports": [
|
|
32019
32019
|
{
|
|
32020
32020
|
"kind": "js",
|
|
32021
|
-
"name": "
|
|
32021
|
+
"name": "zeroTabPanelTemplate",
|
|
32022
32022
|
"declaration": {
|
|
32023
|
-
"name": "
|
|
32024
|
-
"module": "src/tab/tab.template.ts"
|
|
32023
|
+
"name": "zeroTabPanelTemplate",
|
|
32024
|
+
"module": "src/tab-panel/tab-panel.template.ts"
|
|
32025
32025
|
}
|
|
32026
32026
|
}
|
|
32027
32027
|
]
|
|
32028
32028
|
},
|
|
32029
32029
|
{
|
|
32030
32030
|
"kind": "javascript-module",
|
|
32031
|
-
"path": "src/tab/tab.ts",
|
|
32031
|
+
"path": "src/tab-panel/tab-panel.ts",
|
|
32032
32032
|
"declarations": [
|
|
32033
32033
|
{
|
|
32034
32034
|
"kind": "class",
|
|
32035
32035
|
"description": "",
|
|
32036
|
-
"name": "
|
|
32036
|
+
"name": "TabPanel",
|
|
32037
32037
|
"superclass": {
|
|
32038
|
-
"name": "
|
|
32038
|
+
"name": "FoundationTabPanel",
|
|
32039
32039
|
"package": "@genesislcap/foundation-ui"
|
|
32040
32040
|
},
|
|
32041
|
-
"tagName": "%%prefix%%-tab",
|
|
32041
|
+
"tagName": "%%prefix%%-tab-panel",
|
|
32042
32042
|
"customElement": true,
|
|
32043
|
-
"attributes": [
|
|
32044
|
-
{
|
|
32045
|
-
"type": {
|
|
32046
|
-
"text": "boolean"
|
|
32047
|
-
},
|
|
32048
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
32049
|
-
"fieldName": "disabled",
|
|
32050
|
-
"inheritedFrom": {
|
|
32051
|
-
"name": "Tab",
|
|
32052
|
-
"module": "src/tab/tab.ts"
|
|
32053
|
-
}
|
|
32054
|
-
}
|
|
32055
|
-
],
|
|
32056
32043
|
"members": [
|
|
32057
|
-
{
|
|
32058
|
-
"kind": "field",
|
|
32059
|
-
"name": "disabled",
|
|
32060
|
-
"type": {
|
|
32061
|
-
"text": "boolean"
|
|
32062
|
-
},
|
|
32063
|
-
"privacy": "public",
|
|
32064
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
32065
|
-
"inheritedFrom": {
|
|
32066
|
-
"name": "Tab",
|
|
32067
|
-
"module": "src/tab/tab.ts"
|
|
32068
|
-
}
|
|
32069
|
-
},
|
|
32070
32044
|
{
|
|
32071
32045
|
"kind": "field",
|
|
32072
32046
|
"name": "_presentation",
|
|
@@ -32076,8 +32050,8 @@
|
|
|
32076
32050
|
"privacy": "private",
|
|
32077
32051
|
"default": "void 0",
|
|
32078
32052
|
"inheritedFrom": {
|
|
32079
|
-
"name": "
|
|
32080
|
-
"module": "src/tab/tab.ts"
|
|
32053
|
+
"name": "TabPanel",
|
|
32054
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
32081
32055
|
}
|
|
32082
32056
|
},
|
|
32083
32057
|
{
|
|
@@ -32089,8 +32063,8 @@
|
|
|
32089
32063
|
"privacy": "public",
|
|
32090
32064
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
32091
32065
|
"inheritedFrom": {
|
|
32092
|
-
"name": "
|
|
32093
|
-
"module": "src/tab/tab.ts"
|
|
32066
|
+
"name": "TabPanel",
|
|
32067
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
32094
32068
|
}
|
|
32095
32069
|
},
|
|
32096
32070
|
{
|
|
@@ -32102,8 +32076,8 @@
|
|
|
32102
32076
|
"privacy": "public",
|
|
32103
32077
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
32104
32078
|
"inheritedFrom": {
|
|
32105
|
-
"name": "
|
|
32106
|
-
"module": "src/tab/tab.ts"
|
|
32079
|
+
"name": "TabPanel",
|
|
32080
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
32107
32081
|
}
|
|
32108
32082
|
},
|
|
32109
32083
|
{
|
|
@@ -32116,8 +32090,8 @@
|
|
|
32116
32090
|
}
|
|
32117
32091
|
},
|
|
32118
32092
|
"inheritedFrom": {
|
|
32119
|
-
"name": "
|
|
32120
|
-
"module": "src/tab/tab.ts"
|
|
32093
|
+
"name": "TabPanel",
|
|
32094
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
32121
32095
|
}
|
|
32122
32096
|
},
|
|
32123
32097
|
{
|
|
@@ -32129,8 +32103,8 @@
|
|
|
32129
32103
|
"privacy": "public",
|
|
32130
32104
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
32131
32105
|
"inheritedFrom": {
|
|
32132
|
-
"name": "
|
|
32133
|
-
"module": "src/tab/tab.ts"
|
|
32106
|
+
"name": "TabPanel",
|
|
32107
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
32134
32108
|
}
|
|
32135
32109
|
},
|
|
32136
32110
|
{
|
|
@@ -32143,8 +32117,8 @@
|
|
|
32143
32117
|
}
|
|
32144
32118
|
},
|
|
32145
32119
|
"inheritedFrom": {
|
|
32146
|
-
"name": "
|
|
32147
|
-
"module": "src/tab/tab.ts"
|
|
32120
|
+
"name": "TabPanel",
|
|
32121
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
32148
32122
|
}
|
|
32149
32123
|
},
|
|
32150
32124
|
{
|
|
@@ -32174,39 +32148,39 @@
|
|
|
32174
32148
|
],
|
|
32175
32149
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
32176
32150
|
"inheritedFrom": {
|
|
32177
|
-
"name": "
|
|
32178
|
-
"module": "src/tab/tab.ts"
|
|
32151
|
+
"name": "TabPanel",
|
|
32152
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
32179
32153
|
}
|
|
32180
32154
|
}
|
|
32181
32155
|
]
|
|
32182
32156
|
},
|
|
32183
32157
|
{
|
|
32184
32158
|
"kind": "variable",
|
|
32185
|
-
"name": "
|
|
32159
|
+
"name": "zeroTabPanel"
|
|
32186
32160
|
}
|
|
32187
32161
|
],
|
|
32188
32162
|
"exports": [
|
|
32189
32163
|
{
|
|
32190
32164
|
"kind": "js",
|
|
32191
|
-
"name": "
|
|
32165
|
+
"name": "TabPanel",
|
|
32192
32166
|
"declaration": {
|
|
32193
|
-
"name": "
|
|
32194
|
-
"module": "src/tab/tab.ts"
|
|
32167
|
+
"name": "TabPanel",
|
|
32168
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
32195
32169
|
}
|
|
32196
32170
|
},
|
|
32197
32171
|
{
|
|
32198
32172
|
"kind": "js",
|
|
32199
|
-
"name": "
|
|
32173
|
+
"name": "zeroTabPanel",
|
|
32200
32174
|
"declaration": {
|
|
32201
|
-
"name": "
|
|
32202
|
-
"module": "src/tab/tab.ts"
|
|
32175
|
+
"name": "zeroTabPanel",
|
|
32176
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
32203
32177
|
}
|
|
32204
32178
|
}
|
|
32205
32179
|
]
|
|
32206
32180
|
},
|
|
32207
32181
|
{
|
|
32208
32182
|
"kind": "javascript-module",
|
|
32209
|
-
"path": "src/tab
|
|
32183
|
+
"path": "src/tab/index.ts",
|
|
32210
32184
|
"declarations": [],
|
|
32211
32185
|
"exports": [
|
|
32212
32186
|
{
|
|
@@ -32214,7 +32188,7 @@
|
|
|
32214
32188
|
"name": "*",
|
|
32215
32189
|
"declaration": {
|
|
32216
32190
|
"name": "*",
|
|
32217
|
-
"package": "./tab
|
|
32191
|
+
"package": "./tab"
|
|
32218
32192
|
}
|
|
32219
32193
|
},
|
|
32220
32194
|
{
|
|
@@ -32222,7 +32196,7 @@
|
|
|
32222
32196
|
"name": "*",
|
|
32223
32197
|
"declaration": {
|
|
32224
32198
|
"name": "*",
|
|
32225
|
-
"package": "./tab
|
|
32199
|
+
"package": "./tab.styles"
|
|
32226
32200
|
}
|
|
32227
32201
|
},
|
|
32228
32202
|
{
|
|
@@ -32230,18 +32204,18 @@
|
|
|
32230
32204
|
"name": "*",
|
|
32231
32205
|
"declaration": {
|
|
32232
32206
|
"name": "*",
|
|
32233
|
-
"package": "./tab
|
|
32207
|
+
"package": "./tab.template"
|
|
32234
32208
|
}
|
|
32235
32209
|
}
|
|
32236
32210
|
]
|
|
32237
32211
|
},
|
|
32238
32212
|
{
|
|
32239
32213
|
"kind": "javascript-module",
|
|
32240
|
-
"path": "src/tab
|
|
32214
|
+
"path": "src/tab/tab.styles.ts",
|
|
32241
32215
|
"declarations": [
|
|
32242
32216
|
{
|
|
32243
32217
|
"kind": "function",
|
|
32244
|
-
"name": "
|
|
32218
|
+
"name": "zeroTabStyles",
|
|
32245
32219
|
"return": {
|
|
32246
32220
|
"type": {
|
|
32247
32221
|
"text": "ElementStyles"
|
|
@@ -32266,24 +32240,24 @@
|
|
|
32266
32240
|
"exports": [
|
|
32267
32241
|
{
|
|
32268
32242
|
"kind": "js",
|
|
32269
|
-
"name": "
|
|
32243
|
+
"name": "zeroTabStyles",
|
|
32270
32244
|
"declaration": {
|
|
32271
|
-
"name": "
|
|
32272
|
-
"module": "src/tab
|
|
32245
|
+
"name": "zeroTabStyles",
|
|
32246
|
+
"module": "src/tab/tab.styles.ts"
|
|
32273
32247
|
}
|
|
32274
32248
|
}
|
|
32275
32249
|
]
|
|
32276
32250
|
},
|
|
32277
32251
|
{
|
|
32278
32252
|
"kind": "javascript-module",
|
|
32279
|
-
"path": "src/tab
|
|
32253
|
+
"path": "src/tab/tab.template.ts",
|
|
32280
32254
|
"declarations": [
|
|
32281
32255
|
{
|
|
32282
32256
|
"kind": "function",
|
|
32283
|
-
"name": "
|
|
32257
|
+
"name": "zeroTabTemplate",
|
|
32284
32258
|
"return": {
|
|
32285
32259
|
"type": {
|
|
32286
|
-
"text": "ViewTemplate<
|
|
32260
|
+
"text": "ViewTemplate<Tab>"
|
|
32287
32261
|
}
|
|
32288
32262
|
},
|
|
32289
32263
|
"parameters": [
|
|
@@ -32305,29 +32279,55 @@
|
|
|
32305
32279
|
"exports": [
|
|
32306
32280
|
{
|
|
32307
32281
|
"kind": "js",
|
|
32308
|
-
"name": "
|
|
32282
|
+
"name": "zeroTabTemplate",
|
|
32309
32283
|
"declaration": {
|
|
32310
|
-
"name": "
|
|
32311
|
-
"module": "src/tab
|
|
32284
|
+
"name": "zeroTabTemplate",
|
|
32285
|
+
"module": "src/tab/tab.template.ts"
|
|
32312
32286
|
}
|
|
32313
32287
|
}
|
|
32314
32288
|
]
|
|
32315
32289
|
},
|
|
32316
32290
|
{
|
|
32317
32291
|
"kind": "javascript-module",
|
|
32318
|
-
"path": "src/tab
|
|
32292
|
+
"path": "src/tab/tab.ts",
|
|
32319
32293
|
"declarations": [
|
|
32320
32294
|
{
|
|
32321
32295
|
"kind": "class",
|
|
32322
32296
|
"description": "",
|
|
32323
|
-
"name": "
|
|
32297
|
+
"name": "Tab",
|
|
32324
32298
|
"superclass": {
|
|
32325
|
-
"name": "
|
|
32299
|
+
"name": "FoundationTab",
|
|
32326
32300
|
"package": "@genesislcap/foundation-ui"
|
|
32327
32301
|
},
|
|
32328
|
-
"tagName": "%%prefix%%-tab
|
|
32302
|
+
"tagName": "%%prefix%%-tab",
|
|
32329
32303
|
"customElement": true,
|
|
32304
|
+
"attributes": [
|
|
32305
|
+
{
|
|
32306
|
+
"type": {
|
|
32307
|
+
"text": "boolean"
|
|
32308
|
+
},
|
|
32309
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
32310
|
+
"fieldName": "disabled",
|
|
32311
|
+
"inheritedFrom": {
|
|
32312
|
+
"name": "Tab",
|
|
32313
|
+
"module": "src/tab/tab.ts"
|
|
32314
|
+
}
|
|
32315
|
+
}
|
|
32316
|
+
],
|
|
32330
32317
|
"members": [
|
|
32318
|
+
{
|
|
32319
|
+
"kind": "field",
|
|
32320
|
+
"name": "disabled",
|
|
32321
|
+
"type": {
|
|
32322
|
+
"text": "boolean"
|
|
32323
|
+
},
|
|
32324
|
+
"privacy": "public",
|
|
32325
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
32326
|
+
"inheritedFrom": {
|
|
32327
|
+
"name": "Tab",
|
|
32328
|
+
"module": "src/tab/tab.ts"
|
|
32329
|
+
}
|
|
32330
|
+
},
|
|
32331
32331
|
{
|
|
32332
32332
|
"kind": "field",
|
|
32333
32333
|
"name": "_presentation",
|
|
@@ -32337,8 +32337,8 @@
|
|
|
32337
32337
|
"privacy": "private",
|
|
32338
32338
|
"default": "void 0",
|
|
32339
32339
|
"inheritedFrom": {
|
|
32340
|
-
"name": "
|
|
32341
|
-
"module": "src/tab
|
|
32340
|
+
"name": "Tab",
|
|
32341
|
+
"module": "src/tab/tab.ts"
|
|
32342
32342
|
}
|
|
32343
32343
|
},
|
|
32344
32344
|
{
|
|
@@ -32350,8 +32350,8 @@
|
|
|
32350
32350
|
"privacy": "public",
|
|
32351
32351
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
32352
32352
|
"inheritedFrom": {
|
|
32353
|
-
"name": "
|
|
32354
|
-
"module": "src/tab
|
|
32353
|
+
"name": "Tab",
|
|
32354
|
+
"module": "src/tab/tab.ts"
|
|
32355
32355
|
}
|
|
32356
32356
|
},
|
|
32357
32357
|
{
|
|
@@ -32363,8 +32363,8 @@
|
|
|
32363
32363
|
"privacy": "public",
|
|
32364
32364
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
32365
32365
|
"inheritedFrom": {
|
|
32366
|
-
"name": "
|
|
32367
|
-
"module": "src/tab
|
|
32366
|
+
"name": "Tab",
|
|
32367
|
+
"module": "src/tab/tab.ts"
|
|
32368
32368
|
}
|
|
32369
32369
|
},
|
|
32370
32370
|
{
|
|
@@ -32377,8 +32377,8 @@
|
|
|
32377
32377
|
}
|
|
32378
32378
|
},
|
|
32379
32379
|
"inheritedFrom": {
|
|
32380
|
-
"name": "
|
|
32381
|
-
"module": "src/tab
|
|
32380
|
+
"name": "Tab",
|
|
32381
|
+
"module": "src/tab/tab.ts"
|
|
32382
32382
|
}
|
|
32383
32383
|
},
|
|
32384
32384
|
{
|
|
@@ -32390,8 +32390,8 @@
|
|
|
32390
32390
|
"privacy": "public",
|
|
32391
32391
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
32392
32392
|
"inheritedFrom": {
|
|
32393
|
-
"name": "
|
|
32394
|
-
"module": "src/tab
|
|
32393
|
+
"name": "Tab",
|
|
32394
|
+
"module": "src/tab/tab.ts"
|
|
32395
32395
|
}
|
|
32396
32396
|
},
|
|
32397
32397
|
{
|
|
@@ -32404,8 +32404,8 @@
|
|
|
32404
32404
|
}
|
|
32405
32405
|
},
|
|
32406
32406
|
"inheritedFrom": {
|
|
32407
|
-
"name": "
|
|
32408
|
-
"module": "src/tab
|
|
32407
|
+
"name": "Tab",
|
|
32408
|
+
"module": "src/tab/tab.ts"
|
|
32409
32409
|
}
|
|
32410
32410
|
},
|
|
32411
32411
|
{
|
|
@@ -32435,32 +32435,32 @@
|
|
|
32435
32435
|
],
|
|
32436
32436
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
32437
32437
|
"inheritedFrom": {
|
|
32438
|
-
"name": "
|
|
32439
|
-
"module": "src/tab
|
|
32438
|
+
"name": "Tab",
|
|
32439
|
+
"module": "src/tab/tab.ts"
|
|
32440
32440
|
}
|
|
32441
32441
|
}
|
|
32442
32442
|
]
|
|
32443
32443
|
},
|
|
32444
32444
|
{
|
|
32445
32445
|
"kind": "variable",
|
|
32446
|
-
"name": "
|
|
32446
|
+
"name": "zeroTab"
|
|
32447
32447
|
}
|
|
32448
32448
|
],
|
|
32449
32449
|
"exports": [
|
|
32450
32450
|
{
|
|
32451
32451
|
"kind": "js",
|
|
32452
|
-
"name": "
|
|
32452
|
+
"name": "Tab",
|
|
32453
32453
|
"declaration": {
|
|
32454
|
-
"name": "
|
|
32455
|
-
"module": "src/tab
|
|
32454
|
+
"name": "Tab",
|
|
32455
|
+
"module": "src/tab/tab.ts"
|
|
32456
32456
|
}
|
|
32457
32457
|
},
|
|
32458
32458
|
{
|
|
32459
32459
|
"kind": "js",
|
|
32460
|
-
"name": "
|
|
32460
|
+
"name": "zeroTab",
|
|
32461
32461
|
"declaration": {
|
|
32462
|
-
"name": "
|
|
32463
|
-
"module": "src/tab
|
|
32462
|
+
"name": "zeroTab",
|
|
32463
|
+
"module": "src/tab/tab.ts"
|
|
32464
32464
|
}
|
|
32465
32465
|
}
|
|
32466
32466
|
]
|
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.162.
|
|
4
|
+
"version": "14.162.5",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
70
|
-
"@genesislcap/genx": "14.162.
|
|
71
|
-
"@genesislcap/rollup-builder": "14.162.
|
|
72
|
-
"@genesislcap/ts-builder": "14.162.
|
|
73
|
-
"@genesislcap/uvu-playwright-builder": "14.162.
|
|
74
|
-
"@genesislcap/vite-builder": "14.162.
|
|
75
|
-
"@genesislcap/webpack-builder": "14.162.
|
|
70
|
+
"@genesislcap/genx": "14.162.5",
|
|
71
|
+
"@genesislcap/rollup-builder": "14.162.5",
|
|
72
|
+
"@genesislcap/ts-builder": "14.162.5",
|
|
73
|
+
"@genesislcap/uvu-playwright-builder": "14.162.5",
|
|
74
|
+
"@genesislcap/vite-builder": "14.162.5",
|
|
75
|
+
"@genesislcap/webpack-builder": "14.162.5",
|
|
76
76
|
"@storybook/addon-coverage": "^1.0.1",
|
|
77
77
|
"@storybook/addon-essentials": "^8.0.0",
|
|
78
78
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
"storybook": "^8.0.0"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@genesislcap/foundation-comms": "14.162.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.162.
|
|
94
|
-
"@genesislcap/foundation-ui": "14.162.
|
|
95
|
-
"@genesislcap/foundation-utils": "14.162.
|
|
92
|
+
"@genesislcap/foundation-comms": "14.162.5",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.162.5",
|
|
94
|
+
"@genesislcap/foundation-ui": "14.162.5",
|
|
95
|
+
"@genesislcap/foundation-utils": "14.162.5",
|
|
96
96
|
"@microsoft/fast-colors": "^5.3.1",
|
|
97
97
|
"@microsoft/fast-components": "^2.30.6",
|
|
98
98
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "47733285b6e2d7988941967021ea4a48e9613aba"
|
|
113
113
|
}
|