@genesislcap/foundation-zero 14.114.1 → 14.114.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.
@@ -1199,194 +1199,6 @@
1199
1199
  }
1200
1200
  ]
1201
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"
1298
- }
1299
- },
1300
- {
1301
- "name": "definition",
1302
- "type": {
1303
- "text": "FoundationElementDefinition"
1304
- }
1305
- }
1306
- ]
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
- },
1335
- {
1336
- "kind": "variable",
1337
- "name": "zeroAccordion"
1338
- }
1339
- ],
1340
- "exports": [
1341
- {
1342
- "kind": "js",
1343
- "name": "Accordion",
1344
- "declaration": {
1345
- "name": "Accordion",
1346
- "module": "src/accordion/accordion.ts"
1347
- }
1348
- },
1349
- {
1350
- "kind": "js",
1351
- "name": "zeroAccordion",
1352
- "declaration": {
1353
- "name": "zeroAccordion",
1354
- "module": "src/accordion/accordion.ts"
1355
- }
1356
- }
1357
- ]
1358
- },
1359
- {
1360
- "kind": "javascript-module",
1361
- "path": "src/accordion/index.ts",
1362
- "declarations": [],
1363
- "exports": [
1364
- {
1365
- "kind": "js",
1366
- "name": "*",
1367
- "declaration": {
1368
- "name": "*",
1369
- "package": "./accordion"
1370
- }
1371
- },
1372
- {
1373
- "kind": "js",
1374
- "name": "*",
1375
- "declaration": {
1376
- "name": "*",
1377
- "package": "./accordion.styles"
1378
- }
1379
- },
1380
- {
1381
- "kind": "js",
1382
- "name": "*",
1383
- "declaration": {
1384
- "name": "*",
1385
- "package": "./accordion.template"
1386
- }
1387
- }
1388
- ]
1389
- },
1390
1202
  {
1391
1203
  "kind": "javascript-module",
1392
1204
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -2541,6 +2353,194 @@
2541
2353
  }
2542
2354
  ]
2543
2355
  },
2356
+ {
2357
+ "kind": "javascript-module",
2358
+ "path": "src/accordion/accordion.stories.ts",
2359
+ "declarations": [
2360
+ {
2361
+ "kind": "variable",
2362
+ "name": "meta",
2363
+ "type": {
2364
+ "text": "Meta"
2365
+ },
2366
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
2367
+ },
2368
+ {
2369
+ "kind": "variable",
2370
+ "name": "Primary",
2371
+ "type": {
2372
+ "text": "StoryObj"
2373
+ },
2374
+ "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}"
2375
+ }
2376
+ ],
2377
+ "exports": [
2378
+ {
2379
+ "kind": "js",
2380
+ "name": "default",
2381
+ "declaration": {
2382
+ "name": "meta",
2383
+ "module": "src/accordion/accordion.stories.ts"
2384
+ }
2385
+ },
2386
+ {
2387
+ "kind": "js",
2388
+ "name": "Primary",
2389
+ "declaration": {
2390
+ "name": "Primary",
2391
+ "module": "src/accordion/accordion.stories.ts"
2392
+ }
2393
+ }
2394
+ ]
2395
+ },
2396
+ {
2397
+ "kind": "javascript-module",
2398
+ "path": "src/accordion/accordion.styles.ts",
2399
+ "declarations": [
2400
+ {
2401
+ "kind": "function",
2402
+ "name": "zeroAccordionStyles",
2403
+ "return": {
2404
+ "type": {
2405
+ "text": "ElementStyles"
2406
+ }
2407
+ },
2408
+ "parameters": [
2409
+ {
2410
+ "name": "context",
2411
+ "type": {
2412
+ "text": "ElementDefinitionContext"
2413
+ }
2414
+ },
2415
+ {
2416
+ "name": "definition",
2417
+ "type": {
2418
+ "text": "FoundationElementDefinition"
2419
+ }
2420
+ }
2421
+ ]
2422
+ }
2423
+ ],
2424
+ "exports": [
2425
+ {
2426
+ "kind": "js",
2427
+ "name": "zeroAccordionStyles",
2428
+ "declaration": {
2429
+ "name": "zeroAccordionStyles",
2430
+ "module": "src/accordion/accordion.styles.ts"
2431
+ }
2432
+ }
2433
+ ]
2434
+ },
2435
+ {
2436
+ "kind": "javascript-module",
2437
+ "path": "src/accordion/accordion.template.ts",
2438
+ "declarations": [
2439
+ {
2440
+ "kind": "function",
2441
+ "name": "zeroAccordionTemplate",
2442
+ "return": {
2443
+ "type": {
2444
+ "text": "ViewTemplate<Accordion>"
2445
+ }
2446
+ },
2447
+ "parameters": [
2448
+ {
2449
+ "name": "context",
2450
+ "type": {
2451
+ "text": "ElementDefinitionContext"
2452
+ }
2453
+ },
2454
+ {
2455
+ "name": "definition",
2456
+ "type": {
2457
+ "text": "FoundationElementDefinition"
2458
+ }
2459
+ }
2460
+ ]
2461
+ }
2462
+ ],
2463
+ "exports": [
2464
+ {
2465
+ "kind": "js",
2466
+ "name": "zeroAccordionTemplate",
2467
+ "declaration": {
2468
+ "name": "zeroAccordionTemplate",
2469
+ "module": "src/accordion/accordion.template.ts"
2470
+ }
2471
+ }
2472
+ ]
2473
+ },
2474
+ {
2475
+ "kind": "javascript-module",
2476
+ "path": "src/accordion/accordion.ts",
2477
+ "declarations": [
2478
+ {
2479
+ "kind": "class",
2480
+ "description": "",
2481
+ "name": "Accordion",
2482
+ "superclass": {
2483
+ "name": "FoundationAccordion",
2484
+ "package": "@genesislcap/foundation-ui"
2485
+ },
2486
+ "tagName": "%%prefix%%-card",
2487
+ "customElement": true
2488
+ },
2489
+ {
2490
+ "kind": "variable",
2491
+ "name": "zeroAccordion"
2492
+ }
2493
+ ],
2494
+ "exports": [
2495
+ {
2496
+ "kind": "js",
2497
+ "name": "Accordion",
2498
+ "declaration": {
2499
+ "name": "Accordion",
2500
+ "module": "src/accordion/accordion.ts"
2501
+ }
2502
+ },
2503
+ {
2504
+ "kind": "js",
2505
+ "name": "zeroAccordion",
2506
+ "declaration": {
2507
+ "name": "zeroAccordion",
2508
+ "module": "src/accordion/accordion.ts"
2509
+ }
2510
+ }
2511
+ ]
2512
+ },
2513
+ {
2514
+ "kind": "javascript-module",
2515
+ "path": "src/accordion/index.ts",
2516
+ "declarations": [],
2517
+ "exports": [
2518
+ {
2519
+ "kind": "js",
2520
+ "name": "*",
2521
+ "declaration": {
2522
+ "name": "*",
2523
+ "package": "./accordion"
2524
+ }
2525
+ },
2526
+ {
2527
+ "kind": "js",
2528
+ "name": "*",
2529
+ "declaration": {
2530
+ "name": "*",
2531
+ "package": "./accordion.styles"
2532
+ }
2533
+ },
2534
+ {
2535
+ "kind": "js",
2536
+ "name": "*",
2537
+ "declaration": {
2538
+ "name": "*",
2539
+ "package": "./accordion.template"
2540
+ }
2541
+ }
2542
+ ]
2543
+ },
2544
2544
  {
2545
2545
  "kind": "javascript-module",
2546
2546
  "path": "src/anchored-region/anchored-region.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.114.1",
4
+ "version": "14.114.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.114.1",
70
+ "@genesislcap/genx": "14.114.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.114.1",
86
- "@genesislcap/foundation-logger": "14.114.1",
87
- "@genesislcap/foundation-ui": "14.114.1",
88
- "@genesislcap/foundation-utils": "14.114.1",
85
+ "@genesislcap/foundation-comms": "14.114.2",
86
+ "@genesislcap/foundation-logger": "14.114.2",
87
+ "@genesislcap/foundation-ui": "14.114.2",
88
+ "@genesislcap/foundation-utils": "14.114.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": "c3a8894c9125182a29e5f26fd70baa08ecdc143b"
105
+ "gitHead": "02163870a122149dde27eefaec7554e06362e3a1"
106
106
  }