@genesislcap/foundation-zero 14.113.0 → 14.113.1

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.
@@ -839,194 +839,6 @@
839
839
  }
840
840
  ]
841
841
  },
842
- {
843
- "kind": "javascript-module",
844
- "path": "src/accordion/accordion.stories.ts",
845
- "declarations": [
846
- {
847
- "kind": "variable",
848
- "name": "meta",
849
- "type": {
850
- "text": "Meta"
851
- },
852
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
853
- },
854
- {
855
- "kind": "variable",
856
- "name": "Primary",
857
- "type": {
858
- "text": "StoryObj"
859
- },
860
- "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}"
861
- }
862
- ],
863
- "exports": [
864
- {
865
- "kind": "js",
866
- "name": "default",
867
- "declaration": {
868
- "name": "meta",
869
- "module": "src/accordion/accordion.stories.ts"
870
- }
871
- },
872
- {
873
- "kind": "js",
874
- "name": "Primary",
875
- "declaration": {
876
- "name": "Primary",
877
- "module": "src/accordion/accordion.stories.ts"
878
- }
879
- }
880
- ]
881
- },
882
- {
883
- "kind": "javascript-module",
884
- "path": "src/accordion/accordion.styles.ts",
885
- "declarations": [
886
- {
887
- "kind": "function",
888
- "name": "zeroAccordionStyles",
889
- "return": {
890
- "type": {
891
- "text": "ElementStyles"
892
- }
893
- },
894
- "parameters": [
895
- {
896
- "name": "context",
897
- "type": {
898
- "text": "ElementDefinitionContext"
899
- }
900
- },
901
- {
902
- "name": "definition",
903
- "type": {
904
- "text": "FoundationElementDefinition"
905
- }
906
- }
907
- ]
908
- }
909
- ],
910
- "exports": [
911
- {
912
- "kind": "js",
913
- "name": "zeroAccordionStyles",
914
- "declaration": {
915
- "name": "zeroAccordionStyles",
916
- "module": "src/accordion/accordion.styles.ts"
917
- }
918
- }
919
- ]
920
- },
921
- {
922
- "kind": "javascript-module",
923
- "path": "src/accordion/accordion.template.ts",
924
- "declarations": [
925
- {
926
- "kind": "function",
927
- "name": "zeroAccordionTemplate",
928
- "return": {
929
- "type": {
930
- "text": "ViewTemplate<Accordion>"
931
- }
932
- },
933
- "parameters": [
934
- {
935
- "name": "context",
936
- "type": {
937
- "text": "ElementDefinitionContext"
938
- }
939
- },
940
- {
941
- "name": "definition",
942
- "type": {
943
- "text": "FoundationElementDefinition"
944
- }
945
- }
946
- ]
947
- }
948
- ],
949
- "exports": [
950
- {
951
- "kind": "js",
952
- "name": "zeroAccordionTemplate",
953
- "declaration": {
954
- "name": "zeroAccordionTemplate",
955
- "module": "src/accordion/accordion.template.ts"
956
- }
957
- }
958
- ]
959
- },
960
- {
961
- "kind": "javascript-module",
962
- "path": "src/accordion/accordion.ts",
963
- "declarations": [
964
- {
965
- "kind": "class",
966
- "description": "",
967
- "name": "Accordion",
968
- "superclass": {
969
- "name": "FoundationAccordion",
970
- "package": "@genesislcap/foundation-ui"
971
- },
972
- "tagName": "%%prefix%%-card",
973
- "customElement": true
974
- },
975
- {
976
- "kind": "variable",
977
- "name": "zeroAccordion"
978
- }
979
- ],
980
- "exports": [
981
- {
982
- "kind": "js",
983
- "name": "Accordion",
984
- "declaration": {
985
- "name": "Accordion",
986
- "module": "src/accordion/accordion.ts"
987
- }
988
- },
989
- {
990
- "kind": "js",
991
- "name": "zeroAccordion",
992
- "declaration": {
993
- "name": "zeroAccordion",
994
- "module": "src/accordion/accordion.ts"
995
- }
996
- }
997
- ]
998
- },
999
- {
1000
- "kind": "javascript-module",
1001
- "path": "src/accordion/index.ts",
1002
- "declarations": [],
1003
- "exports": [
1004
- {
1005
- "kind": "js",
1006
- "name": "*",
1007
- "declaration": {
1008
- "name": "*",
1009
- "package": "./accordion"
1010
- }
1011
- },
1012
- {
1013
- "kind": "js",
1014
- "name": "*",
1015
- "declaration": {
1016
- "name": "*",
1017
- "package": "./accordion.styles"
1018
- }
1019
- },
1020
- {
1021
- "kind": "js",
1022
- "name": "*",
1023
- "declaration": {
1024
- "name": "*",
1025
- "package": "./accordion.template"
1026
- }
1027
- }
1028
- ]
1029
- },
1030
842
  {
1031
843
  "kind": "javascript-module",
1032
844
  "path": "src/accordion-item/accordion-item.styles.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.113.0",
4
+ "version": "14.113.1",
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.113.0",
70
+ "@genesislcap/genx": "14.113.1",
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.113.0",
86
- "@genesislcap/foundation-logger": "14.113.0",
87
- "@genesislcap/foundation-ui": "14.113.0",
88
- "@genesislcap/foundation-utils": "14.113.0",
85
+ "@genesislcap/foundation-comms": "14.113.1",
86
+ "@genesislcap/foundation-logger": "14.113.1",
87
+ "@genesislcap/foundation-ui": "14.113.1",
88
+ "@genesislcap/foundation-utils": "14.113.1",
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": "df9615f43db021677cd2b7090d80478f456a5def"
105
+ "gitHead": "5455e9a59f965fcb9b0313666c13a8bce854a55f"
106
106
  }