@genesislcap/foundation-zero 14.77.2 → 14.78.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.
@@ -932,225 +932,6 @@
932
932
  }
933
933
  ]
934
934
  },
935
- {
936
- "kind": "javascript-module",
937
- "path": "src/_config/index.ts",
938
- "declarations": [],
939
- "exports": [
940
- {
941
- "kind": "js",
942
- "name": "*",
943
- "declaration": {
944
- "name": "*",
945
- "package": "./styles"
946
- }
947
- },
948
- {
949
- "kind": "js",
950
- "name": "*",
951
- "declaration": {
952
- "name": "*",
953
- "package": "./tokens"
954
- }
955
- },
956
- {
957
- "kind": "js",
958
- "name": "*",
959
- "declaration": {
960
- "name": "*",
961
- "package": "./values"
962
- }
963
- }
964
- ]
965
- },
966
- {
967
- "kind": "javascript-module",
968
- "path": "src/accordion/accordion.stories.ts",
969
- "declarations": [
970
- {
971
- "kind": "variable",
972
- "name": "meta",
973
- "type": {
974
- "text": "Meta"
975
- },
976
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
977
- },
978
- {
979
- "kind": "variable",
980
- "name": "Primary",
981
- "type": {
982
- "text": "StoryObj"
983
- },
984
- "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}"
985
- }
986
- ],
987
- "exports": [
988
- {
989
- "kind": "js",
990
- "name": "default",
991
- "declaration": {
992
- "name": "meta",
993
- "module": "src/accordion/accordion.stories.ts"
994
- }
995
- },
996
- {
997
- "kind": "js",
998
- "name": "Primary",
999
- "declaration": {
1000
- "name": "Primary",
1001
- "module": "src/accordion/accordion.stories.ts"
1002
- }
1003
- }
1004
- ]
1005
- },
1006
- {
1007
- "kind": "javascript-module",
1008
- "path": "src/accordion/accordion.styles.ts",
1009
- "declarations": [
1010
- {
1011
- "kind": "function",
1012
- "name": "zeroAccordionStyles",
1013
- "return": {
1014
- "type": {
1015
- "text": "ElementStyles"
1016
- }
1017
- },
1018
- "parameters": [
1019
- {
1020
- "name": "context",
1021
- "type": {
1022
- "text": "ElementDefinitionContext"
1023
- }
1024
- },
1025
- {
1026
- "name": "definition",
1027
- "type": {
1028
- "text": "FoundationElementDefinition"
1029
- }
1030
- }
1031
- ]
1032
- }
1033
- ],
1034
- "exports": [
1035
- {
1036
- "kind": "js",
1037
- "name": "zeroAccordionStyles",
1038
- "declaration": {
1039
- "name": "zeroAccordionStyles",
1040
- "module": "src/accordion/accordion.styles.ts"
1041
- }
1042
- }
1043
- ]
1044
- },
1045
- {
1046
- "kind": "javascript-module",
1047
- "path": "src/accordion/accordion.template.ts",
1048
- "declarations": [
1049
- {
1050
- "kind": "function",
1051
- "name": "zeroAccordionTemplate",
1052
- "return": {
1053
- "type": {
1054
- "text": "ViewTemplate<Accordion>"
1055
- }
1056
- },
1057
- "parameters": [
1058
- {
1059
- "name": "context",
1060
- "type": {
1061
- "text": "ElementDefinitionContext"
1062
- }
1063
- },
1064
- {
1065
- "name": "definition",
1066
- "type": {
1067
- "text": "FoundationElementDefinition"
1068
- }
1069
- }
1070
- ]
1071
- }
1072
- ],
1073
- "exports": [
1074
- {
1075
- "kind": "js",
1076
- "name": "zeroAccordionTemplate",
1077
- "declaration": {
1078
- "name": "zeroAccordionTemplate",
1079
- "module": "src/accordion/accordion.template.ts"
1080
- }
1081
- }
1082
- ]
1083
- },
1084
- {
1085
- "kind": "javascript-module",
1086
- "path": "src/accordion/accordion.ts",
1087
- "declarations": [
1088
- {
1089
- "kind": "class",
1090
- "description": "",
1091
- "name": "Accordion",
1092
- "superclass": {
1093
- "name": "FoundationAccordion",
1094
- "package": "@genesislcap/foundation-ui"
1095
- },
1096
- "tagName": "%%prefix%%-card",
1097
- "customElement": true
1098
- },
1099
- {
1100
- "kind": "variable",
1101
- "name": "zeroAccordion"
1102
- }
1103
- ],
1104
- "exports": [
1105
- {
1106
- "kind": "js",
1107
- "name": "Accordion",
1108
- "declaration": {
1109
- "name": "Accordion",
1110
- "module": "src/accordion/accordion.ts"
1111
- }
1112
- },
1113
- {
1114
- "kind": "js",
1115
- "name": "zeroAccordion",
1116
- "declaration": {
1117
- "name": "zeroAccordion",
1118
- "module": "src/accordion/accordion.ts"
1119
- }
1120
- }
1121
- ]
1122
- },
1123
- {
1124
- "kind": "javascript-module",
1125
- "path": "src/accordion/index.ts",
1126
- "declarations": [],
1127
- "exports": [
1128
- {
1129
- "kind": "js",
1130
- "name": "*",
1131
- "declaration": {
1132
- "name": "*",
1133
- "package": "./accordion"
1134
- }
1135
- },
1136
- {
1137
- "kind": "js",
1138
- "name": "*",
1139
- "declaration": {
1140
- "name": "*",
1141
- "package": "./accordion.styles"
1142
- }
1143
- },
1144
- {
1145
- "kind": "js",
1146
- "name": "*",
1147
- "declaration": {
1148
- "name": "*",
1149
- "package": "./accordion.template"
1150
- }
1151
- }
1152
- ]
1153
- },
1154
935
  {
1155
936
  "kind": "javascript-module",
1156
937
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -1423,6 +1204,225 @@
1423
1204
  }
1424
1205
  ]
1425
1206
  },
1207
+ {
1208
+ "kind": "javascript-module",
1209
+ "path": "src/_config/index.ts",
1210
+ "declarations": [],
1211
+ "exports": [
1212
+ {
1213
+ "kind": "js",
1214
+ "name": "*",
1215
+ "declaration": {
1216
+ "name": "*",
1217
+ "package": "./styles"
1218
+ }
1219
+ },
1220
+ {
1221
+ "kind": "js",
1222
+ "name": "*",
1223
+ "declaration": {
1224
+ "name": "*",
1225
+ "package": "./tokens"
1226
+ }
1227
+ },
1228
+ {
1229
+ "kind": "js",
1230
+ "name": "*",
1231
+ "declaration": {
1232
+ "name": "*",
1233
+ "package": "./values"
1234
+ }
1235
+ }
1236
+ ]
1237
+ },
1238
+ {
1239
+ "kind": "javascript-module",
1240
+ "path": "src/accordion/accordion.stories.ts",
1241
+ "declarations": [
1242
+ {
1243
+ "kind": "variable",
1244
+ "name": "meta",
1245
+ "type": {
1246
+ "text": "Meta"
1247
+ },
1248
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1249
+ },
1250
+ {
1251
+ "kind": "variable",
1252
+ "name": "Primary",
1253
+ "type": {
1254
+ "text": "StoryObj"
1255
+ },
1256
+ "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}"
1257
+ }
1258
+ ],
1259
+ "exports": [
1260
+ {
1261
+ "kind": "js",
1262
+ "name": "default",
1263
+ "declaration": {
1264
+ "name": "meta",
1265
+ "module": "src/accordion/accordion.stories.ts"
1266
+ }
1267
+ },
1268
+ {
1269
+ "kind": "js",
1270
+ "name": "Primary",
1271
+ "declaration": {
1272
+ "name": "Primary",
1273
+ "module": "src/accordion/accordion.stories.ts"
1274
+ }
1275
+ }
1276
+ ]
1277
+ },
1278
+ {
1279
+ "kind": "javascript-module",
1280
+ "path": "src/accordion/accordion.styles.ts",
1281
+ "declarations": [
1282
+ {
1283
+ "kind": "function",
1284
+ "name": "zeroAccordionStyles",
1285
+ "return": {
1286
+ "type": {
1287
+ "text": "ElementStyles"
1288
+ }
1289
+ },
1290
+ "parameters": [
1291
+ {
1292
+ "name": "context",
1293
+ "type": {
1294
+ "text": "ElementDefinitionContext"
1295
+ }
1296
+ },
1297
+ {
1298
+ "name": "definition",
1299
+ "type": {
1300
+ "text": "FoundationElementDefinition"
1301
+ }
1302
+ }
1303
+ ]
1304
+ }
1305
+ ],
1306
+ "exports": [
1307
+ {
1308
+ "kind": "js",
1309
+ "name": "zeroAccordionStyles",
1310
+ "declaration": {
1311
+ "name": "zeroAccordionStyles",
1312
+ "module": "src/accordion/accordion.styles.ts"
1313
+ }
1314
+ }
1315
+ ]
1316
+ },
1317
+ {
1318
+ "kind": "javascript-module",
1319
+ "path": "src/accordion/accordion.template.ts",
1320
+ "declarations": [
1321
+ {
1322
+ "kind": "function",
1323
+ "name": "zeroAccordionTemplate",
1324
+ "return": {
1325
+ "type": {
1326
+ "text": "ViewTemplate<Accordion>"
1327
+ }
1328
+ },
1329
+ "parameters": [
1330
+ {
1331
+ "name": "context",
1332
+ "type": {
1333
+ "text": "ElementDefinitionContext"
1334
+ }
1335
+ },
1336
+ {
1337
+ "name": "definition",
1338
+ "type": {
1339
+ "text": "FoundationElementDefinition"
1340
+ }
1341
+ }
1342
+ ]
1343
+ }
1344
+ ],
1345
+ "exports": [
1346
+ {
1347
+ "kind": "js",
1348
+ "name": "zeroAccordionTemplate",
1349
+ "declaration": {
1350
+ "name": "zeroAccordionTemplate",
1351
+ "module": "src/accordion/accordion.template.ts"
1352
+ }
1353
+ }
1354
+ ]
1355
+ },
1356
+ {
1357
+ "kind": "javascript-module",
1358
+ "path": "src/accordion/accordion.ts",
1359
+ "declarations": [
1360
+ {
1361
+ "kind": "class",
1362
+ "description": "",
1363
+ "name": "Accordion",
1364
+ "superclass": {
1365
+ "name": "FoundationAccordion",
1366
+ "package": "@genesislcap/foundation-ui"
1367
+ },
1368
+ "tagName": "%%prefix%%-card",
1369
+ "customElement": true
1370
+ },
1371
+ {
1372
+ "kind": "variable",
1373
+ "name": "zeroAccordion"
1374
+ }
1375
+ ],
1376
+ "exports": [
1377
+ {
1378
+ "kind": "js",
1379
+ "name": "Accordion",
1380
+ "declaration": {
1381
+ "name": "Accordion",
1382
+ "module": "src/accordion/accordion.ts"
1383
+ }
1384
+ },
1385
+ {
1386
+ "kind": "js",
1387
+ "name": "zeroAccordion",
1388
+ "declaration": {
1389
+ "name": "zeroAccordion",
1390
+ "module": "src/accordion/accordion.ts"
1391
+ }
1392
+ }
1393
+ ]
1394
+ },
1395
+ {
1396
+ "kind": "javascript-module",
1397
+ "path": "src/accordion/index.ts",
1398
+ "declarations": [],
1399
+ "exports": [
1400
+ {
1401
+ "kind": "js",
1402
+ "name": "*",
1403
+ "declaration": {
1404
+ "name": "*",
1405
+ "package": "./accordion"
1406
+ }
1407
+ },
1408
+ {
1409
+ "kind": "js",
1410
+ "name": "*",
1411
+ "declaration": {
1412
+ "name": "*",
1413
+ "package": "./accordion.styles"
1414
+ }
1415
+ },
1416
+ {
1417
+ "kind": "js",
1418
+ "name": "*",
1419
+ "declaration": {
1420
+ "name": "*",
1421
+ "package": "./accordion.template"
1422
+ }
1423
+ }
1424
+ ]
1425
+ },
1426
1426
  {
1427
1427
  "kind": "javascript-module",
1428
1428
  "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.77.2",
4
+ "version": "14.78.0",
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.77.2",
65
+ "@genesislcap/genx": "14.78.0",
66
66
  "@storybook/addon-essentials": "^7.1.0",
67
67
  "@storybook/addon-links": "^7.1.0",
68
68
  "@storybook/addons": "^7.1.0",
@@ -75,9 +75,9 @@
75
75
  "storybook": "^7.1.0"
76
76
  },
77
77
  "dependencies": {
78
- "@genesislcap/foundation-comms": "14.77.2",
79
- "@genesislcap/foundation-ui": "14.77.2",
80
- "@genesislcap/foundation-utils": "14.77.2",
78
+ "@genesislcap/foundation-comms": "14.78.0",
79
+ "@genesislcap/foundation-ui": "14.78.0",
80
+ "@genesislcap/foundation-utils": "14.78.0",
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": "b47f3a7923044c6a2075e35d8bb066bddb9f9bad"
97
+ "gitHead": "584ca63fcfc3786d84e4c062252f8a1a28be3a87"
98
98
  }