@genesislcap/foundation-zero 14.114.2 → 14.115.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.
@@ -808,6 +808,194 @@
808
808
  }
809
809
  ]
810
810
  },
811
+ {
812
+ "kind": "javascript-module",
813
+ "path": "src/accordion/accordion.stories.ts",
814
+ "declarations": [
815
+ {
816
+ "kind": "variable",
817
+ "name": "meta",
818
+ "type": {
819
+ "text": "Meta"
820
+ },
821
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
822
+ },
823
+ {
824
+ "kind": "variable",
825
+ "name": "Primary",
826
+ "type": {
827
+ "text": "StoryObj"
828
+ },
829
+ "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}"
830
+ }
831
+ ],
832
+ "exports": [
833
+ {
834
+ "kind": "js",
835
+ "name": "default",
836
+ "declaration": {
837
+ "name": "meta",
838
+ "module": "src/accordion/accordion.stories.ts"
839
+ }
840
+ },
841
+ {
842
+ "kind": "js",
843
+ "name": "Primary",
844
+ "declaration": {
845
+ "name": "Primary",
846
+ "module": "src/accordion/accordion.stories.ts"
847
+ }
848
+ }
849
+ ]
850
+ },
851
+ {
852
+ "kind": "javascript-module",
853
+ "path": "src/accordion/accordion.styles.ts",
854
+ "declarations": [
855
+ {
856
+ "kind": "function",
857
+ "name": "zeroAccordionStyles",
858
+ "return": {
859
+ "type": {
860
+ "text": "ElementStyles"
861
+ }
862
+ },
863
+ "parameters": [
864
+ {
865
+ "name": "context",
866
+ "type": {
867
+ "text": "ElementDefinitionContext"
868
+ }
869
+ },
870
+ {
871
+ "name": "definition",
872
+ "type": {
873
+ "text": "FoundationElementDefinition"
874
+ }
875
+ }
876
+ ]
877
+ }
878
+ ],
879
+ "exports": [
880
+ {
881
+ "kind": "js",
882
+ "name": "zeroAccordionStyles",
883
+ "declaration": {
884
+ "name": "zeroAccordionStyles",
885
+ "module": "src/accordion/accordion.styles.ts"
886
+ }
887
+ }
888
+ ]
889
+ },
890
+ {
891
+ "kind": "javascript-module",
892
+ "path": "src/accordion/accordion.template.ts",
893
+ "declarations": [
894
+ {
895
+ "kind": "function",
896
+ "name": "zeroAccordionTemplate",
897
+ "return": {
898
+ "type": {
899
+ "text": "ViewTemplate<Accordion>"
900
+ }
901
+ },
902
+ "parameters": [
903
+ {
904
+ "name": "context",
905
+ "type": {
906
+ "text": "ElementDefinitionContext"
907
+ }
908
+ },
909
+ {
910
+ "name": "definition",
911
+ "type": {
912
+ "text": "FoundationElementDefinition"
913
+ }
914
+ }
915
+ ]
916
+ }
917
+ ],
918
+ "exports": [
919
+ {
920
+ "kind": "js",
921
+ "name": "zeroAccordionTemplate",
922
+ "declaration": {
923
+ "name": "zeroAccordionTemplate",
924
+ "module": "src/accordion/accordion.template.ts"
925
+ }
926
+ }
927
+ ]
928
+ },
929
+ {
930
+ "kind": "javascript-module",
931
+ "path": "src/accordion/accordion.ts",
932
+ "declarations": [
933
+ {
934
+ "kind": "class",
935
+ "description": "",
936
+ "name": "Accordion",
937
+ "superclass": {
938
+ "name": "FoundationAccordion",
939
+ "package": "@genesislcap/foundation-ui"
940
+ },
941
+ "tagName": "%%prefix%%-card",
942
+ "customElement": true
943
+ },
944
+ {
945
+ "kind": "variable",
946
+ "name": "zeroAccordion"
947
+ }
948
+ ],
949
+ "exports": [
950
+ {
951
+ "kind": "js",
952
+ "name": "Accordion",
953
+ "declaration": {
954
+ "name": "Accordion",
955
+ "module": "src/accordion/accordion.ts"
956
+ }
957
+ },
958
+ {
959
+ "kind": "js",
960
+ "name": "zeroAccordion",
961
+ "declaration": {
962
+ "name": "zeroAccordion",
963
+ "module": "src/accordion/accordion.ts"
964
+ }
965
+ }
966
+ ]
967
+ },
968
+ {
969
+ "kind": "javascript-module",
970
+ "path": "src/accordion/index.ts",
971
+ "declarations": [],
972
+ "exports": [
973
+ {
974
+ "kind": "js",
975
+ "name": "*",
976
+ "declaration": {
977
+ "name": "*",
978
+ "package": "./accordion"
979
+ }
980
+ },
981
+ {
982
+ "kind": "js",
983
+ "name": "*",
984
+ "declaration": {
985
+ "name": "*",
986
+ "package": "./accordion.styles"
987
+ }
988
+ },
989
+ {
990
+ "kind": "js",
991
+ "name": "*",
992
+ "declaration": {
993
+ "name": "*",
994
+ "package": "./accordion.template"
995
+ }
996
+ }
997
+ ]
998
+ },
811
999
  {
812
1000
  "kind": "javascript-module",
813
1001
  "path": "src/_config/index.ts",
@@ -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",
@@ -1,4 +1,4 @@
1
- import { type ViewTemplate } from '@microsoft/fast-element';
1
+ import type { ViewTemplate } from '@microsoft/fast-element';
2
2
  import type { FoundationElementTemplate, TabsOptions } from '@microsoft/fast-foundation';
3
3
  import { StepperTab } from './stepper-tab';
4
4
  export declare const zeroStepperTabTemplate: FoundationElementTemplate<ViewTemplate<StepperTab>, TabsOptions>;
@@ -1 +1 @@
1
- {"version":3,"file":"stepper-tab.template.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.template.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE7E,OAAO,KAAK,EAAE,yBAAyB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,sBAAsB,EAAE,yBAAyB,CAC5D,YAAY,CAAC,UAAU,CAAC,EACxB,WAAW,CAqDZ,CAAC"}
1
+ {"version":3,"file":"stepper-tab.template.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE5D,OAAO,KAAK,EAAE,yBAAyB,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,sBAAsB,EAAE,yBAAyB,CAC5D,YAAY,CAAC,UAAU,CAAC,EACxB,WAAW,CAqDZ,CAAC"}
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.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.114.2",
70
+ "@genesislcap/genx": "14.115.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.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.1",
86
+ "@genesislcap/foundation-logger": "14.115.1",
87
+ "@genesislcap/foundation-ui": "14.115.1",
88
+ "@genesislcap/foundation-utils": "14.115.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": "02163870a122149dde27eefaec7554e06362e3a1"
105
+ "gitHead": "5cb024728e6fef3451c1e6ccf1e1dd92f26d3f03"
106
106
  }