@genesislcap/foundation-zero 14.114.2 → 14.115.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.
@@ -669,6 +669,37 @@
669
669
  }
670
670
  ]
671
671
  },
672
+ {
673
+ "kind": "javascript-module",
674
+ "path": "src/_config/index.ts",
675
+ "declarations": [],
676
+ "exports": [
677
+ {
678
+ "kind": "js",
679
+ "name": "*",
680
+ "declaration": {
681
+ "name": "*",
682
+ "package": "./styles"
683
+ }
684
+ },
685
+ {
686
+ "kind": "js",
687
+ "name": "*",
688
+ "declaration": {
689
+ "name": "*",
690
+ "package": "./tokens"
691
+ }
692
+ },
693
+ {
694
+ "kind": "js",
695
+ "name": "*",
696
+ "declaration": {
697
+ "name": "*",
698
+ "package": "./values"
699
+ }
700
+ }
701
+ ]
702
+ },
672
703
  {
673
704
  "kind": "javascript-module",
674
705
  "path": "src/_common/colors.hex.ts",
@@ -810,7 +841,164 @@
810
841
  },
811
842
  {
812
843
  "kind": "javascript-module",
813
- "path": "src/_config/index.ts",
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",
814
1002
  "declarations": [],
815
1003
  "exports": [
816
1004
  {
@@ -818,7 +1006,7 @@
818
1006
  "name": "*",
819
1007
  "declaration": {
820
1008
  "name": "*",
821
- "package": "./styles"
1009
+ "package": "./accordion"
822
1010
  }
823
1011
  },
824
1012
  {
@@ -826,7 +1014,7 @@
826
1014
  "name": "*",
827
1015
  "declaration": {
828
1016
  "name": "*",
829
- "package": "./tokens"
1017
+ "package": "./accordion.styles"
830
1018
  }
831
1019
  },
832
1020
  {
@@ -834,7 +1022,7 @@
834
1022
  "name": "*",
835
1023
  "declaration": {
836
1024
  "name": "*",
837
- "package": "./values"
1025
+ "package": "./accordion.template"
838
1026
  }
839
1027
  }
840
1028
  ]
@@ -2353,194 +2541,6 @@
2353
2541
  }
2354
2542
  ]
2355
2543
  },
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.2",
4
+ "version": "14.115.0",
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.2",
70
+ "@genesislcap/genx": "14.115.0",
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.2",
86
- "@genesislcap/foundation-logger": "14.114.2",
87
- "@genesislcap/foundation-ui": "14.114.2",
88
- "@genesislcap/foundation-utils": "14.114.2",
85
+ "@genesislcap/foundation-comms": "14.115.0",
86
+ "@genesislcap/foundation-logger": "14.115.0",
87
+ "@genesislcap/foundation-ui": "14.115.0",
88
+ "@genesislcap/foundation-utils": "14.115.0",
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": "02163870a122149dde27eefaec7554e06362e3a1"
105
+ "gitHead": "51edda70c230e7bd0d1a168126a9a9d9efddba63"
106
106
  }