@genesislcap/foundation-zero 14.114.2-alpha-a278302.0 → 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.
@@ -808,194 +808,6 @@
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
- },
999
811
  {
1000
812
  "kind": "javascript-module",
1001
813
  "path": "src/_config/index.ts",
@@ -2543,7 +2355,7 @@
2543
2355
  },
2544
2356
  {
2545
2357
  "kind": "javascript-module",
2546
- "path": "src/anchored-region/anchored-region.stories.ts",
2358
+ "path": "src/accordion/accordion.stories.ts",
2547
2359
  "declarations": [
2548
2360
  {
2549
2361
  "kind": "variable",
@@ -2551,15 +2363,15 @@
2551
2363
  "type": {
2552
2364
  "text": "Meta"
2553
2365
  },
2554
- "default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
2366
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
2555
2367
  },
2556
2368
  {
2557
2369
  "kind": "variable",
2558
- "name": "Default",
2370
+ "name": "Primary",
2559
2371
  "type": {
2560
2372
  "text": "StoryObj"
2561
2373
  },
2562
- "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
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}"
2563
2375
  }
2564
2376
  ],
2565
2377
  "exports": [
@@ -2568,26 +2380,26 @@
2568
2380
  "name": "default",
2569
2381
  "declaration": {
2570
2382
  "name": "meta",
2571
- "module": "src/anchored-region/anchored-region.stories.ts"
2383
+ "module": "src/accordion/accordion.stories.ts"
2572
2384
  }
2573
2385
  },
2574
2386
  {
2575
2387
  "kind": "js",
2576
- "name": "Default",
2388
+ "name": "Primary",
2577
2389
  "declaration": {
2578
- "name": "Default",
2579
- "module": "src/anchored-region/anchored-region.stories.ts"
2390
+ "name": "Primary",
2391
+ "module": "src/accordion/accordion.stories.ts"
2580
2392
  }
2581
2393
  }
2582
2394
  ]
2583
2395
  },
2584
2396
  {
2585
2397
  "kind": "javascript-module",
2586
- "path": "src/anchored-region/anchored-region.styles.ts",
2398
+ "path": "src/accordion/accordion.styles.ts",
2587
2399
  "declarations": [
2588
2400
  {
2589
2401
  "kind": "function",
2590
- "name": "zeroAnchoredRegionStyles",
2402
+ "name": "zeroAccordionStyles",
2591
2403
  "return": {
2592
2404
  "type": {
2593
2405
  "text": "ElementStyles"
@@ -2612,24 +2424,24 @@
2612
2424
  "exports": [
2613
2425
  {
2614
2426
  "kind": "js",
2615
- "name": "zeroAnchoredRegionStyles",
2427
+ "name": "zeroAccordionStyles",
2616
2428
  "declaration": {
2617
- "name": "zeroAnchoredRegionStyles",
2618
- "module": "src/anchored-region/anchored-region.styles.ts"
2429
+ "name": "zeroAccordionStyles",
2430
+ "module": "src/accordion/accordion.styles.ts"
2619
2431
  }
2620
2432
  }
2621
2433
  ]
2622
2434
  },
2623
2435
  {
2624
2436
  "kind": "javascript-module",
2625
- "path": "src/anchored-region/anchored-region.template.ts",
2437
+ "path": "src/accordion/accordion.template.ts",
2626
2438
  "declarations": [
2627
2439
  {
2628
2440
  "kind": "function",
2629
- "name": "zeroAnchoredRegionTemplate",
2441
+ "name": "zeroAccordionTemplate",
2630
2442
  "return": {
2631
2443
  "type": {
2632
- "text": "ViewTemplate<AnchoredRegion>"
2444
+ "text": "ViewTemplate<Accordion>"
2633
2445
  }
2634
2446
  },
2635
2447
  "parameters": [
@@ -2651,50 +2463,238 @@
2651
2463
  "exports": [
2652
2464
  {
2653
2465
  "kind": "js",
2654
- "name": "zeroAnchoredRegionTemplate",
2466
+ "name": "zeroAccordionTemplate",
2655
2467
  "declaration": {
2656
- "name": "zeroAnchoredRegionTemplate",
2657
- "module": "src/anchored-region/anchored-region.template.ts"
2468
+ "name": "zeroAccordionTemplate",
2469
+ "module": "src/accordion/accordion.template.ts"
2658
2470
  }
2659
2471
  }
2660
2472
  ]
2661
2473
  },
2662
2474
  {
2663
2475
  "kind": "javascript-module",
2664
- "path": "src/anchored-region/anchored-region.ts",
2476
+ "path": "src/accordion/accordion.ts",
2665
2477
  "declarations": [
2666
2478
  {
2667
2479
  "kind": "class",
2668
2480
  "description": "",
2669
- "name": "AnchoredRegion",
2481
+ "name": "Accordion",
2670
2482
  "superclass": {
2671
- "name": "FoundationAnchoredRegion",
2483
+ "name": "FoundationAccordion",
2672
2484
  "package": "@genesislcap/foundation-ui"
2673
2485
  },
2674
- "tagName": "%%prefix%%-anchored-region",
2675
- "customElement": true,
2676
- "attributes": [
2677
- {
2678
- "name": "anchor",
2679
- "type": {
2680
- "text": "string"
2681
- },
2682
- "default": "\"\"",
2683
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2684
- "fieldName": "anchor",
2685
- "inheritedFrom": {
2686
- "name": "AnchoredRegion",
2687
- "module": "src/anchored-region/anchored-region.ts"
2688
- }
2689
- },
2690
- {
2691
- "name": "viewport",
2692
- "type": {
2693
- "text": "string"
2694
- },
2695
- "default": "\"\"",
2696
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2697
- "fieldName": "viewport",
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
+ {
2545
+ "kind": "javascript-module",
2546
+ "path": "src/anchored-region/anchored-region.stories.ts",
2547
+ "declarations": [
2548
+ {
2549
+ "kind": "variable",
2550
+ "name": "meta",
2551
+ "type": {
2552
+ "text": "Meta"
2553
+ },
2554
+ "default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
2555
+ },
2556
+ {
2557
+ "kind": "variable",
2558
+ "name": "Default",
2559
+ "type": {
2560
+ "text": "StoryObj"
2561
+ },
2562
+ "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
2563
+ }
2564
+ ],
2565
+ "exports": [
2566
+ {
2567
+ "kind": "js",
2568
+ "name": "default",
2569
+ "declaration": {
2570
+ "name": "meta",
2571
+ "module": "src/anchored-region/anchored-region.stories.ts"
2572
+ }
2573
+ },
2574
+ {
2575
+ "kind": "js",
2576
+ "name": "Default",
2577
+ "declaration": {
2578
+ "name": "Default",
2579
+ "module": "src/anchored-region/anchored-region.stories.ts"
2580
+ }
2581
+ }
2582
+ ]
2583
+ },
2584
+ {
2585
+ "kind": "javascript-module",
2586
+ "path": "src/anchored-region/anchored-region.styles.ts",
2587
+ "declarations": [
2588
+ {
2589
+ "kind": "function",
2590
+ "name": "zeroAnchoredRegionStyles",
2591
+ "return": {
2592
+ "type": {
2593
+ "text": "ElementStyles"
2594
+ }
2595
+ },
2596
+ "parameters": [
2597
+ {
2598
+ "name": "context",
2599
+ "type": {
2600
+ "text": "ElementDefinitionContext"
2601
+ }
2602
+ },
2603
+ {
2604
+ "name": "definition",
2605
+ "type": {
2606
+ "text": "FoundationElementDefinition"
2607
+ }
2608
+ }
2609
+ ]
2610
+ }
2611
+ ],
2612
+ "exports": [
2613
+ {
2614
+ "kind": "js",
2615
+ "name": "zeroAnchoredRegionStyles",
2616
+ "declaration": {
2617
+ "name": "zeroAnchoredRegionStyles",
2618
+ "module": "src/anchored-region/anchored-region.styles.ts"
2619
+ }
2620
+ }
2621
+ ]
2622
+ },
2623
+ {
2624
+ "kind": "javascript-module",
2625
+ "path": "src/anchored-region/anchored-region.template.ts",
2626
+ "declarations": [
2627
+ {
2628
+ "kind": "function",
2629
+ "name": "zeroAnchoredRegionTemplate",
2630
+ "return": {
2631
+ "type": {
2632
+ "text": "ViewTemplate<AnchoredRegion>"
2633
+ }
2634
+ },
2635
+ "parameters": [
2636
+ {
2637
+ "name": "context",
2638
+ "type": {
2639
+ "text": "ElementDefinitionContext"
2640
+ }
2641
+ },
2642
+ {
2643
+ "name": "definition",
2644
+ "type": {
2645
+ "text": "FoundationElementDefinition"
2646
+ }
2647
+ }
2648
+ ]
2649
+ }
2650
+ ],
2651
+ "exports": [
2652
+ {
2653
+ "kind": "js",
2654
+ "name": "zeroAnchoredRegionTemplate",
2655
+ "declaration": {
2656
+ "name": "zeroAnchoredRegionTemplate",
2657
+ "module": "src/anchored-region/anchored-region.template.ts"
2658
+ }
2659
+ }
2660
+ ]
2661
+ },
2662
+ {
2663
+ "kind": "javascript-module",
2664
+ "path": "src/anchored-region/anchored-region.ts",
2665
+ "declarations": [
2666
+ {
2667
+ "kind": "class",
2668
+ "description": "",
2669
+ "name": "AnchoredRegion",
2670
+ "superclass": {
2671
+ "name": "FoundationAnchoredRegion",
2672
+ "package": "@genesislcap/foundation-ui"
2673
+ },
2674
+ "tagName": "%%prefix%%-anchored-region",
2675
+ "customElement": true,
2676
+ "attributes": [
2677
+ {
2678
+ "name": "anchor",
2679
+ "type": {
2680
+ "text": "string"
2681
+ },
2682
+ "default": "\"\"",
2683
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2684
+ "fieldName": "anchor",
2685
+ "inheritedFrom": {
2686
+ "name": "AnchoredRegion",
2687
+ "module": "src/anchored-region/anchored-region.ts"
2688
+ }
2689
+ },
2690
+ {
2691
+ "name": "viewport",
2692
+ "type": {
2693
+ "text": "string"
2694
+ },
2695
+ "default": "\"\"",
2696
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2697
+ "fieldName": "viewport",
2698
2698
  "inheritedFrom": {
2699
2699
  "name": "AnchoredRegion",
2700
2700
  "module": "src/anchored-region/anchored-region.ts"
@@ -6841,7 +6841,7 @@
6841
6841
  },
6842
6842
  {
6843
6843
  "kind": "javascript-module",
6844
- "path": "src/card/card.stories.ts",
6844
+ "path": "src/calendar/calendar.stories.ts",
6845
6845
  "declarations": [
6846
6846
  {
6847
6847
  "kind": "variable",
@@ -6849,7 +6849,7 @@
6849
6849
  "type": {
6850
6850
  "text": "Meta"
6851
6851
  },
6852
- "default": "{\n title: 'Card',\n component: 'zero-card',\n}"
6852
+ "default": "{\n title: 'Calendar',\n component: 'zero-calendar',\n}"
6853
6853
  },
6854
6854
  {
6855
6855
  "kind": "variable",
@@ -6857,7 +6857,7 @@
6857
6857
  "type": {
6858
6858
  "text": "StoryObj"
6859
6859
  },
6860
- "default": "{\n args: {\n cardFillColor: '#2f353a',\n cardHeading: 'Card 1',\n cardText: 'This is a Rapid Card (and the only one with without extra fui elements!)',\n },\n render: ({ cardFillColor, cardHeading, cardText }) => html`\n <div style=\"${wrapperStyle} --zero-card-fill-color:${cardFillColor};\">\n <zero-card style=\"${cardStyle}\">\n <h6>${cardHeading}</h6>\n <span>${cardText}</span>\n </zero-card>\n </div>\n `,\n}"
6860
+ "default": "{\n args: {},\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-calendar\n id=\"zCalendar\"\n month=\"${new Date().getMonth() + 1}\"\n year=\"${new Date().getFullYear()}\"\n month-format=\"short\"\n weekday-format=\"narrow\"\n disabled-dates=\"${new Date().getMonth() + 1}-${new Date().getDate() > 1\n ? new Date().getDate() - 1\n : new Date().getDate() + 2}-${new Date().getFullYear()}\"\n selected-dates=\"${new Date().getMonth() +\n 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n <div\n slot=\"${new Date().getMonth() + 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n Test slot\n </div>\n </zero-calendar>\n </div>\n `,\n}"
6861
6861
  }
6862
6862
  ],
6863
6863
  "exports": [
@@ -6866,7 +6866,7 @@
6866
6866
  "name": "default",
6867
6867
  "declaration": {
6868
6868
  "name": "meta",
6869
- "module": "src/card/card.stories.ts"
6869
+ "module": "src/calendar/calendar.stories.ts"
6870
6870
  }
6871
6871
  },
6872
6872
  {
@@ -6874,60 +6874,46 @@
6874
6874
  "name": "Primary",
6875
6875
  "declaration": {
6876
6876
  "name": "Primary",
6877
- "module": "src/card/card.stories.ts"
6877
+ "module": "src/calendar/calendar.stories.ts"
6878
6878
  }
6879
6879
  }
6880
6880
  ]
6881
6881
  },
6882
6882
  {
6883
6883
  "kind": "javascript-module",
6884
- "path": "src/card/card.styles.ts",
6884
+ "path": "src/calendar/calendar.styles.ts",
6885
6885
  "declarations": [
6886
6886
  {
6887
6887
  "kind": "function",
6888
- "name": "zeroCardStyles",
6888
+ "name": "zeroCalendarStyles",
6889
6889
  "return": {
6890
6890
  "type": {
6891
6891
  "text": "ElementStyles"
6892
6892
  }
6893
- },
6894
- "parameters": [
6895
- {
6896
- "name": "context",
6897
- "type": {
6898
- "text": "ElementDefinitionContext"
6899
- }
6900
- },
6901
- {
6902
- "name": "definition",
6903
- "type": {
6904
- "text": "FoundationElementDefinition"
6905
- }
6906
- }
6907
- ]
6893
+ }
6908
6894
  }
6909
6895
  ],
6910
6896
  "exports": [
6911
6897
  {
6912
6898
  "kind": "js",
6913
- "name": "zeroCardStyles",
6899
+ "name": "zeroCalendarStyles",
6914
6900
  "declaration": {
6915
- "name": "zeroCardStyles",
6916
- "module": "src/card/card.styles.ts"
6901
+ "name": "zeroCalendarStyles",
6902
+ "module": "src/calendar/calendar.styles.ts"
6917
6903
  }
6918
6904
  }
6919
6905
  ]
6920
6906
  },
6921
6907
  {
6922
6908
  "kind": "javascript-module",
6923
- "path": "src/card/card.template.ts",
6909
+ "path": "src/calendar/calendar.template.ts",
6924
6910
  "declarations": [
6925
6911
  {
6926
6912
  "kind": "function",
6927
- "name": "zeroCardTemplate",
6913
+ "name": "zeroCalendarTemplate",
6928
6914
  "return": {
6929
6915
  "type": {
6930
- "text": "ViewTemplate<Card>"
6916
+ "text": "ViewTemplate<Calendar>"
6931
6917
  }
6932
6918
  },
6933
6919
  "parameters": [
@@ -6949,29 +6935,161 @@
6949
6935
  "exports": [
6950
6936
  {
6951
6937
  "kind": "js",
6952
- "name": "zeroCardTemplate",
6938
+ "name": "zeroCalendarTemplate",
6953
6939
  "declaration": {
6954
- "name": "zeroCardTemplate",
6955
- "module": "src/card/card.template.ts"
6940
+ "name": "zeroCalendarTemplate",
6941
+ "module": "src/calendar/calendar.template.ts"
6956
6942
  }
6957
6943
  }
6958
6944
  ]
6959
6945
  },
6960
6946
  {
6961
6947
  "kind": "javascript-module",
6962
- "path": "src/card/card.ts",
6948
+ "path": "src/calendar/calendar.ts",
6963
6949
  "declarations": [
6964
6950
  {
6965
6951
  "kind": "class",
6966
6952
  "description": "",
6967
- "name": "Card",
6953
+ "name": "Calendar",
6968
6954
  "superclass": {
6969
- "name": "FoundationCard",
6955
+ "name": "FoundationCalendar",
6970
6956
  "package": "@genesislcap/foundation-ui"
6971
6957
  },
6972
- "tagName": "%%prefix%%-card",
6958
+ "tagName": "%%prefix%%-calendar",
6973
6959
  "customElement": true,
6974
6960
  "members": [
6961
+ {
6962
+ "kind": "field",
6963
+ "name": "today",
6964
+ "type": {
6965
+ "text": "any"
6966
+ },
6967
+ "default": "new Day(null, lang)",
6968
+ "inheritedFrom": {
6969
+ "name": "Calendar",
6970
+ "module": "src/date-picker/calendar.ts"
6971
+ }
6972
+ },
6973
+ {
6974
+ "kind": "field",
6975
+ "name": "year",
6976
+ "type": {
6977
+ "text": "number"
6978
+ },
6979
+ "inheritedFrom": {
6980
+ "name": "Calendar",
6981
+ "module": "src/date-picker/calendar.ts"
6982
+ }
6983
+ },
6984
+ {
6985
+ "kind": "field",
6986
+ "name": "month",
6987
+ "type": {
6988
+ "text": "any"
6989
+ },
6990
+ "default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)",
6991
+ "inheritedFrom": {
6992
+ "name": "Calendar",
6993
+ "module": "src/date-picker/calendar.ts"
6994
+ }
6995
+ },
6996
+ {
6997
+ "kind": "field",
6998
+ "name": "lang",
6999
+ "type": {
7000
+ "text": "string"
7001
+ },
7002
+ "default": "lang",
7003
+ "inheritedFrom": {
7004
+ "name": "Calendar",
7005
+ "module": "src/date-picker/calendar.ts"
7006
+ }
7007
+ },
7008
+ {
7009
+ "kind": "field",
7010
+ "name": "weekDays",
7011
+ "inheritedFrom": {
7012
+ "name": "Calendar",
7013
+ "module": "src/date-picker/calendar.ts"
7014
+ }
7015
+ },
7016
+ {
7017
+ "kind": "method",
7018
+ "name": "getMonth",
7019
+ "parameters": [
7020
+ {
7021
+ "name": "monthNumber"
7022
+ }
7023
+ ],
7024
+ "inheritedFrom": {
7025
+ "name": "Calendar",
7026
+ "module": "src/date-picker/calendar.ts"
7027
+ }
7028
+ },
7029
+ {
7030
+ "kind": "method",
7031
+ "name": "getPreviousMonth",
7032
+ "inheritedFrom": {
7033
+ "name": "Calendar",
7034
+ "module": "src/date-picker/calendar.ts"
7035
+ }
7036
+ },
7037
+ {
7038
+ "kind": "method",
7039
+ "name": "getNextMonth",
7040
+ "inheritedFrom": {
7041
+ "name": "Calendar",
7042
+ "module": "src/date-picker/calendar.ts"
7043
+ }
7044
+ },
7045
+ {
7046
+ "kind": "method",
7047
+ "name": "goToDate",
7048
+ "parameters": [
7049
+ {
7050
+ "name": "monthNumber"
7051
+ },
7052
+ {
7053
+ "name": "year"
7054
+ }
7055
+ ],
7056
+ "inheritedFrom": {
7057
+ "name": "Calendar",
7058
+ "module": "src/date-picker/calendar.ts"
7059
+ }
7060
+ },
7061
+ {
7062
+ "kind": "method",
7063
+ "name": "goToNextYear",
7064
+ "inheritedFrom": {
7065
+ "name": "Calendar",
7066
+ "module": "src/date-picker/calendar.ts"
7067
+ }
7068
+ },
7069
+ {
7070
+ "kind": "method",
7071
+ "name": "goToPreviousYear",
7072
+ "inheritedFrom": {
7073
+ "name": "Calendar",
7074
+ "module": "src/date-picker/calendar.ts"
7075
+ }
7076
+ },
7077
+ {
7078
+ "kind": "method",
7079
+ "name": "goToNextMonth",
7080
+ "inheritedFrom": {
7081
+ "name": "Calendar",
7082
+ "module": "src/date-picker/calendar.ts"
7083
+ }
7084
+ },
7085
+ {
7086
+ "kind": "method",
7087
+ "name": "goToPreviousMonth",
7088
+ "inheritedFrom": {
7089
+ "name": "Calendar",
7090
+ "module": "src/date-picker/calendar.ts"
7091
+ }
7092
+ },
6975
7093
  {
6976
7094
  "kind": "field",
6977
7095
  "name": "_presentation",
@@ -6981,8 +7099,8 @@
6981
7099
  "privacy": "private",
6982
7100
  "default": "void 0",
6983
7101
  "inheritedFrom": {
6984
- "name": "Card",
6985
- "module": "src/card/card.ts"
7102
+ "name": "Calendar",
7103
+ "module": "src/date-picker/calendar.ts"
6986
7104
  }
6987
7105
  },
6988
7106
  {
@@ -6994,8 +7112,8 @@
6994
7112
  "privacy": "public",
6995
7113
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
6996
7114
  "inheritedFrom": {
6997
- "name": "Card",
6998
- "module": "src/card/card.ts"
7115
+ "name": "Calendar",
7116
+ "module": "src/date-picker/calendar.ts"
6999
7117
  }
7000
7118
  },
7001
7119
  {
@@ -7007,8 +7125,8 @@
7007
7125
  "privacy": "public",
7008
7126
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
7009
7127
  "inheritedFrom": {
7010
- "name": "Card",
7011
- "module": "src/card/card.ts"
7128
+ "name": "Calendar",
7129
+ "module": "src/date-picker/calendar.ts"
7012
7130
  }
7013
7131
  },
7014
7132
  {
@@ -7021,8 +7139,8 @@
7021
7139
  }
7022
7140
  },
7023
7141
  "inheritedFrom": {
7024
- "name": "Card",
7025
- "module": "src/card/card.ts"
7142
+ "name": "Calendar",
7143
+ "module": "src/date-picker/calendar.ts"
7026
7144
  }
7027
7145
  },
7028
7146
  {
@@ -7034,8 +7152,8 @@
7034
7152
  "privacy": "public",
7035
7153
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
7036
7154
  "inheritedFrom": {
7037
- "name": "Card",
7038
- "module": "src/card/card.ts"
7155
+ "name": "Calendar",
7156
+ "module": "src/date-picker/calendar.ts"
7039
7157
  }
7040
7158
  },
7041
7159
  {
@@ -7048,8 +7166,8 @@
7048
7166
  }
7049
7167
  },
7050
7168
  "inheritedFrom": {
7051
- "name": "Card",
7052
- "module": "src/card/card.ts"
7169
+ "name": "Calendar",
7170
+ "module": "src/date-picker/calendar.ts"
7053
7171
  }
7054
7172
  },
7055
7173
  {
@@ -7079,39 +7197,39 @@
7079
7197
  ],
7080
7198
  "description": "Defines an element registry function with a set of element definition defaults.",
7081
7199
  "inheritedFrom": {
7082
- "name": "Card",
7083
- "module": "src/card/card.ts"
7200
+ "name": "Calendar",
7201
+ "module": "src/date-picker/calendar.ts"
7084
7202
  }
7085
7203
  }
7086
7204
  ]
7087
7205
  },
7088
7206
  {
7089
7207
  "kind": "variable",
7090
- "name": "zeroCard"
7208
+ "name": "zeroCalendar"
7091
7209
  }
7092
7210
  ],
7093
7211
  "exports": [
7094
7212
  {
7095
7213
  "kind": "js",
7096
- "name": "Card",
7214
+ "name": "Calendar",
7097
7215
  "declaration": {
7098
- "name": "Card",
7099
- "module": "src/card/card.ts"
7216
+ "name": "Calendar",
7217
+ "module": "src/calendar/calendar.ts"
7100
7218
  }
7101
7219
  },
7102
7220
  {
7103
7221
  "kind": "js",
7104
- "name": "zeroCard",
7222
+ "name": "zeroCalendar",
7105
7223
  "declaration": {
7106
- "name": "zeroCard",
7107
- "module": "src/card/card.ts"
7224
+ "name": "zeroCalendar",
7225
+ "module": "src/calendar/calendar.ts"
7108
7226
  }
7109
7227
  }
7110
7228
  ]
7111
7229
  },
7112
7230
  {
7113
7231
  "kind": "javascript-module",
7114
- "path": "src/card/index.ts",
7232
+ "path": "src/calendar/index.ts",
7115
7233
  "declarations": [],
7116
7234
  "exports": [
7117
7235
  {
@@ -7119,7 +7237,7 @@
7119
7237
  "name": "*",
7120
7238
  "declaration": {
7121
7239
  "name": "*",
7122
- "package": "./card"
7240
+ "package": "./calendar"
7123
7241
  }
7124
7242
  },
7125
7243
  {
@@ -7127,7 +7245,7 @@
7127
7245
  "name": "*",
7128
7246
  "declaration": {
7129
7247
  "name": "*",
7130
- "package": "./card.styles"
7248
+ "package": "./calendar.styles"
7131
7249
  }
7132
7250
  },
7133
7251
  {
@@ -7135,14 +7253,14 @@
7135
7253
  "name": "*",
7136
7254
  "declaration": {
7137
7255
  "name": "*",
7138
- "package": "./card.template"
7256
+ "package": "./calendar.template"
7139
7257
  }
7140
7258
  }
7141
7259
  ]
7142
7260
  },
7143
7261
  {
7144
7262
  "kind": "javascript-module",
7145
- "path": "src/calendar/calendar.stories.ts",
7263
+ "path": "src/card/card.stories.ts",
7146
7264
  "declarations": [
7147
7265
  {
7148
7266
  "kind": "variable",
@@ -7150,7 +7268,7 @@
7150
7268
  "type": {
7151
7269
  "text": "Meta"
7152
7270
  },
7153
- "default": "{\n title: 'Calendar',\n component: 'zero-calendar',\n}"
7271
+ "default": "{\n title: 'Card',\n component: 'zero-card',\n}"
7154
7272
  },
7155
7273
  {
7156
7274
  "kind": "variable",
@@ -7158,7 +7276,7 @@
7158
7276
  "type": {
7159
7277
  "text": "StoryObj"
7160
7278
  },
7161
- "default": "{\n args: {},\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-calendar\n id=\"zCalendar\"\n month=\"${new Date().getMonth() + 1}\"\n year=\"${new Date().getFullYear()}\"\n month-format=\"short\"\n weekday-format=\"narrow\"\n disabled-dates=\"${new Date().getMonth() + 1}-${new Date().getDate() > 1\n ? new Date().getDate() - 1\n : new Date().getDate() + 2}-${new Date().getFullYear()}\"\n selected-dates=\"${new Date().getMonth() +\n 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n <div\n slot=\"${new Date().getMonth() + 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n Test slot\n </div>\n </zero-calendar>\n </div>\n `,\n}"
7279
+ "default": "{\n args: {\n cardFillColor: '#2f353a',\n cardHeading: 'Card 1',\n cardText: 'This is a Rapid Card (and the only one with without extra fui elements!)',\n },\n render: ({ cardFillColor, cardHeading, cardText }) => html`\n <div style=\"${wrapperStyle} --zero-card-fill-color:${cardFillColor};\">\n <zero-card style=\"${cardStyle}\">\n <h6>${cardHeading}</h6>\n <span>${cardText}</span>\n </zero-card>\n </div>\n `,\n}"
7162
7280
  }
7163
7281
  ],
7164
7282
  "exports": [
@@ -7167,7 +7285,7 @@
7167
7285
  "name": "default",
7168
7286
  "declaration": {
7169
7287
  "name": "meta",
7170
- "module": "src/calendar/calendar.stories.ts"
7288
+ "module": "src/card/card.stories.ts"
7171
7289
  }
7172
7290
  },
7173
7291
  {
@@ -7175,46 +7293,60 @@
7175
7293
  "name": "Primary",
7176
7294
  "declaration": {
7177
7295
  "name": "Primary",
7178
- "module": "src/calendar/calendar.stories.ts"
7296
+ "module": "src/card/card.stories.ts"
7179
7297
  }
7180
7298
  }
7181
7299
  ]
7182
7300
  },
7183
7301
  {
7184
7302
  "kind": "javascript-module",
7185
- "path": "src/calendar/calendar.styles.ts",
7303
+ "path": "src/card/card.styles.ts",
7186
7304
  "declarations": [
7187
7305
  {
7188
7306
  "kind": "function",
7189
- "name": "zeroCalendarStyles",
7307
+ "name": "zeroCardStyles",
7190
7308
  "return": {
7191
7309
  "type": {
7192
7310
  "text": "ElementStyles"
7193
7311
  }
7194
- }
7312
+ },
7313
+ "parameters": [
7314
+ {
7315
+ "name": "context",
7316
+ "type": {
7317
+ "text": "ElementDefinitionContext"
7318
+ }
7319
+ },
7320
+ {
7321
+ "name": "definition",
7322
+ "type": {
7323
+ "text": "FoundationElementDefinition"
7324
+ }
7325
+ }
7326
+ ]
7195
7327
  }
7196
7328
  ],
7197
7329
  "exports": [
7198
7330
  {
7199
7331
  "kind": "js",
7200
- "name": "zeroCalendarStyles",
7332
+ "name": "zeroCardStyles",
7201
7333
  "declaration": {
7202
- "name": "zeroCalendarStyles",
7203
- "module": "src/calendar/calendar.styles.ts"
7334
+ "name": "zeroCardStyles",
7335
+ "module": "src/card/card.styles.ts"
7204
7336
  }
7205
7337
  }
7206
7338
  ]
7207
7339
  },
7208
7340
  {
7209
7341
  "kind": "javascript-module",
7210
- "path": "src/calendar/calendar.template.ts",
7342
+ "path": "src/card/card.template.ts",
7211
7343
  "declarations": [
7212
7344
  {
7213
7345
  "kind": "function",
7214
- "name": "zeroCalendarTemplate",
7346
+ "name": "zeroCardTemplate",
7215
7347
  "return": {
7216
7348
  "type": {
7217
- "text": "ViewTemplate<Calendar>"
7349
+ "text": "ViewTemplate<Card>"
7218
7350
  }
7219
7351
  },
7220
7352
  "parameters": [
@@ -7236,161 +7368,29 @@
7236
7368
  "exports": [
7237
7369
  {
7238
7370
  "kind": "js",
7239
- "name": "zeroCalendarTemplate",
7371
+ "name": "zeroCardTemplate",
7240
7372
  "declaration": {
7241
- "name": "zeroCalendarTemplate",
7242
- "module": "src/calendar/calendar.template.ts"
7373
+ "name": "zeroCardTemplate",
7374
+ "module": "src/card/card.template.ts"
7243
7375
  }
7244
7376
  }
7245
7377
  ]
7246
7378
  },
7247
7379
  {
7248
7380
  "kind": "javascript-module",
7249
- "path": "src/calendar/calendar.ts",
7381
+ "path": "src/card/card.ts",
7250
7382
  "declarations": [
7251
7383
  {
7252
7384
  "kind": "class",
7253
7385
  "description": "",
7254
- "name": "Calendar",
7386
+ "name": "Card",
7255
7387
  "superclass": {
7256
- "name": "FoundationCalendar",
7388
+ "name": "FoundationCard",
7257
7389
  "package": "@genesislcap/foundation-ui"
7258
7390
  },
7259
- "tagName": "%%prefix%%-calendar",
7391
+ "tagName": "%%prefix%%-card",
7260
7392
  "customElement": true,
7261
7393
  "members": [
7262
- {
7263
- "kind": "field",
7264
- "name": "today",
7265
- "type": {
7266
- "text": "any"
7267
- },
7268
- "default": "new Day(null, lang)",
7269
- "inheritedFrom": {
7270
- "name": "Calendar",
7271
- "module": "src/date-picker/calendar.ts"
7272
- }
7273
- },
7274
- {
7275
- "kind": "field",
7276
- "name": "year",
7277
- "type": {
7278
- "text": "number"
7279
- },
7280
- "inheritedFrom": {
7281
- "name": "Calendar",
7282
- "module": "src/date-picker/calendar.ts"
7283
- }
7284
- },
7285
- {
7286
- "kind": "field",
7287
- "name": "month",
7288
- "type": {
7289
- "text": "any"
7290
- },
7291
- "default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)",
7292
- "inheritedFrom": {
7293
- "name": "Calendar",
7294
- "module": "src/date-picker/calendar.ts"
7295
- }
7296
- },
7297
- {
7298
- "kind": "field",
7299
- "name": "lang",
7300
- "type": {
7301
- "text": "string"
7302
- },
7303
- "default": "lang",
7304
- "inheritedFrom": {
7305
- "name": "Calendar",
7306
- "module": "src/date-picker/calendar.ts"
7307
- }
7308
- },
7309
- {
7310
- "kind": "field",
7311
- "name": "weekDays",
7312
- "inheritedFrom": {
7313
- "name": "Calendar",
7314
- "module": "src/date-picker/calendar.ts"
7315
- }
7316
- },
7317
- {
7318
- "kind": "method",
7319
- "name": "getMonth",
7320
- "parameters": [
7321
- {
7322
- "name": "monthNumber"
7323
- }
7324
- ],
7325
- "inheritedFrom": {
7326
- "name": "Calendar",
7327
- "module": "src/date-picker/calendar.ts"
7328
- }
7329
- },
7330
- {
7331
- "kind": "method",
7332
- "name": "getPreviousMonth",
7333
- "inheritedFrom": {
7334
- "name": "Calendar",
7335
- "module": "src/date-picker/calendar.ts"
7336
- }
7337
- },
7338
- {
7339
- "kind": "method",
7340
- "name": "getNextMonth",
7341
- "inheritedFrom": {
7342
- "name": "Calendar",
7343
- "module": "src/date-picker/calendar.ts"
7344
- }
7345
- },
7346
- {
7347
- "kind": "method",
7348
- "name": "goToDate",
7349
- "parameters": [
7350
- {
7351
- "name": "monthNumber"
7352
- },
7353
- {
7354
- "name": "year"
7355
- }
7356
- ],
7357
- "inheritedFrom": {
7358
- "name": "Calendar",
7359
- "module": "src/date-picker/calendar.ts"
7360
- }
7361
- },
7362
- {
7363
- "kind": "method",
7364
- "name": "goToNextYear",
7365
- "inheritedFrom": {
7366
- "name": "Calendar",
7367
- "module": "src/date-picker/calendar.ts"
7368
- }
7369
- },
7370
- {
7371
- "kind": "method",
7372
- "name": "goToPreviousYear",
7373
- "inheritedFrom": {
7374
- "name": "Calendar",
7375
- "module": "src/date-picker/calendar.ts"
7376
- }
7377
- },
7378
- {
7379
- "kind": "method",
7380
- "name": "goToNextMonth",
7381
- "inheritedFrom": {
7382
- "name": "Calendar",
7383
- "module": "src/date-picker/calendar.ts"
7384
- }
7385
- },
7386
- {
7387
- "kind": "method",
7388
- "name": "goToPreviousMonth",
7389
- "inheritedFrom": {
7390
- "name": "Calendar",
7391
- "module": "src/date-picker/calendar.ts"
7392
- }
7393
- },
7394
7394
  {
7395
7395
  "kind": "field",
7396
7396
  "name": "_presentation",
@@ -7400,8 +7400,8 @@
7400
7400
  "privacy": "private",
7401
7401
  "default": "void 0",
7402
7402
  "inheritedFrom": {
7403
- "name": "Calendar",
7404
- "module": "src/date-picker/calendar.ts"
7403
+ "name": "Card",
7404
+ "module": "src/card/card.ts"
7405
7405
  }
7406
7406
  },
7407
7407
  {
@@ -7413,8 +7413,8 @@
7413
7413
  "privacy": "public",
7414
7414
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7415
7415
  "inheritedFrom": {
7416
- "name": "Calendar",
7417
- "module": "src/date-picker/calendar.ts"
7416
+ "name": "Card",
7417
+ "module": "src/card/card.ts"
7418
7418
  }
7419
7419
  },
7420
7420
  {
@@ -7426,8 +7426,8 @@
7426
7426
  "privacy": "public",
7427
7427
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
7428
7428
  "inheritedFrom": {
7429
- "name": "Calendar",
7430
- "module": "src/date-picker/calendar.ts"
7429
+ "name": "Card",
7430
+ "module": "src/card/card.ts"
7431
7431
  }
7432
7432
  },
7433
7433
  {
@@ -7440,8 +7440,8 @@
7440
7440
  }
7441
7441
  },
7442
7442
  "inheritedFrom": {
7443
- "name": "Calendar",
7444
- "module": "src/date-picker/calendar.ts"
7443
+ "name": "Card",
7444
+ "module": "src/card/card.ts"
7445
7445
  }
7446
7446
  },
7447
7447
  {
@@ -7453,8 +7453,8 @@
7453
7453
  "privacy": "public",
7454
7454
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
7455
7455
  "inheritedFrom": {
7456
- "name": "Calendar",
7457
- "module": "src/date-picker/calendar.ts"
7456
+ "name": "Card",
7457
+ "module": "src/card/card.ts"
7458
7458
  }
7459
7459
  },
7460
7460
  {
@@ -7467,8 +7467,8 @@
7467
7467
  }
7468
7468
  },
7469
7469
  "inheritedFrom": {
7470
- "name": "Calendar",
7471
- "module": "src/date-picker/calendar.ts"
7470
+ "name": "Card",
7471
+ "module": "src/card/card.ts"
7472
7472
  }
7473
7473
  },
7474
7474
  {
@@ -7498,39 +7498,39 @@
7498
7498
  ],
7499
7499
  "description": "Defines an element registry function with a set of element definition defaults.",
7500
7500
  "inheritedFrom": {
7501
- "name": "Calendar",
7502
- "module": "src/date-picker/calendar.ts"
7501
+ "name": "Card",
7502
+ "module": "src/card/card.ts"
7503
7503
  }
7504
7504
  }
7505
7505
  ]
7506
7506
  },
7507
7507
  {
7508
7508
  "kind": "variable",
7509
- "name": "zeroCalendar"
7509
+ "name": "zeroCard"
7510
7510
  }
7511
7511
  ],
7512
7512
  "exports": [
7513
7513
  {
7514
7514
  "kind": "js",
7515
- "name": "Calendar",
7515
+ "name": "Card",
7516
7516
  "declaration": {
7517
- "name": "Calendar",
7518
- "module": "src/calendar/calendar.ts"
7517
+ "name": "Card",
7518
+ "module": "src/card/card.ts"
7519
7519
  }
7520
7520
  },
7521
7521
  {
7522
7522
  "kind": "js",
7523
- "name": "zeroCalendar",
7523
+ "name": "zeroCard",
7524
7524
  "declaration": {
7525
- "name": "zeroCalendar",
7526
- "module": "src/calendar/calendar.ts"
7525
+ "name": "zeroCard",
7526
+ "module": "src/card/card.ts"
7527
7527
  }
7528
7528
  }
7529
7529
  ]
7530
7530
  },
7531
7531
  {
7532
7532
  "kind": "javascript-module",
7533
- "path": "src/calendar/index.ts",
7533
+ "path": "src/card/index.ts",
7534
7534
  "declarations": [],
7535
7535
  "exports": [
7536
7536
  {
@@ -7538,7 +7538,7 @@
7538
7538
  "name": "*",
7539
7539
  "declaration": {
7540
7540
  "name": "*",
7541
- "package": "./calendar"
7541
+ "package": "./card"
7542
7542
  }
7543
7543
  },
7544
7544
  {
@@ -7546,7 +7546,7 @@
7546
7546
  "name": "*",
7547
7547
  "declaration": {
7548
7548
  "name": "*",
7549
- "package": "./calendar.styles"
7549
+ "package": "./card.styles"
7550
7550
  }
7551
7551
  },
7552
7552
  {
@@ -7554,7 +7554,7 @@
7554
7554
  "name": "*",
7555
7555
  "declaration": {
7556
7556
  "name": "*",
7557
- "package": "./calendar.template"
7557
+ "package": "./card.template"
7558
7558
  }
7559
7559
  }
7560
7560
  ]