@genesislcap/foundation-zero 14.61.1 → 14.62.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.
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumbItem,\n zeroBreadcrumb,\n zeroButton,\n zeroCard,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDatePicker,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBoundary,\n zeroNotificationListener,\n zeroErrorBanner,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSnackbar,\n zeroSwitch,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumbItem,\n zeroBreadcrumb,\n zeroButton,\n zeroCard,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDatePicker,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBoundary,\n zeroNotificationListener,\n zeroErrorBanner,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSnackbar,\n zeroSwitch,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -122,6 +122,14 @@
122
122
  "package": "./anchored-region"
123
123
  }
124
124
  },
125
+ {
126
+ "kind": "js",
127
+ "name": "*",
128
+ "declaration": {
129
+ "name": "*",
130
+ "package": "./avatar"
131
+ }
132
+ },
125
133
  {
126
134
  "kind": "js",
127
135
  "name": "*",
@@ -760,6 +768,37 @@
760
768
  }
761
769
  ]
762
770
  },
771
+ {
772
+ "kind": "javascript-module",
773
+ "path": "src/_config/index.ts",
774
+ "declarations": [],
775
+ "exports": [
776
+ {
777
+ "kind": "js",
778
+ "name": "*",
779
+ "declaration": {
780
+ "name": "*",
781
+ "package": "./styles"
782
+ }
783
+ },
784
+ {
785
+ "kind": "js",
786
+ "name": "*",
787
+ "declaration": {
788
+ "name": "*",
789
+ "package": "./tokens"
790
+ }
791
+ },
792
+ {
793
+ "kind": "js",
794
+ "name": "*",
795
+ "declaration": {
796
+ "name": "*",
797
+ "package": "./values"
798
+ }
799
+ }
800
+ ]
801
+ },
763
802
  {
764
803
  "kind": "javascript-module",
765
804
  "path": "src/accordion/accordion.stories.ts",
@@ -948,37 +987,6 @@
948
987
  }
949
988
  ]
950
989
  },
951
- {
952
- "kind": "javascript-module",
953
- "path": "src/_config/index.ts",
954
- "declarations": [],
955
- "exports": [
956
- {
957
- "kind": "js",
958
- "name": "*",
959
- "declaration": {
960
- "name": "*",
961
- "package": "./styles"
962
- }
963
- },
964
- {
965
- "kind": "js",
966
- "name": "*",
967
- "declaration": {
968
- "name": "*",
969
- "package": "./tokens"
970
- }
971
- },
972
- {
973
- "kind": "js",
974
- "name": "*",
975
- "declaration": {
976
- "name": "*",
977
- "package": "./values"
978
- }
979
- }
980
- ]
981
- },
982
990
  {
983
991
  "kind": "javascript-module",
984
992
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1662,6 +1670,194 @@
1662
1670
  }
1663
1671
  ]
1664
1672
  },
1673
+ {
1674
+ "kind": "javascript-module",
1675
+ "path": "src/avatar/avatar.stories.ts",
1676
+ "declarations": [
1677
+ {
1678
+ "kind": "variable",
1679
+ "name": "meta",
1680
+ "type": {
1681
+ "text": "Meta"
1682
+ },
1683
+ "default": "{\n title: 'Avatar',\n component: 'zero-avatar',\n}"
1684
+ },
1685
+ {
1686
+ "kind": "variable",
1687
+ "name": "Primary",
1688
+ "type": {
1689
+ "text": "StoryObj"
1690
+ },
1691
+ "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
1692
+ }
1693
+ ],
1694
+ "exports": [
1695
+ {
1696
+ "kind": "js",
1697
+ "name": "default",
1698
+ "declaration": {
1699
+ "name": "meta",
1700
+ "module": "src/avatar/avatar.stories.ts"
1701
+ }
1702
+ },
1703
+ {
1704
+ "kind": "js",
1705
+ "name": "Primary",
1706
+ "declaration": {
1707
+ "name": "Primary",
1708
+ "module": "src/avatar/avatar.stories.ts"
1709
+ }
1710
+ }
1711
+ ]
1712
+ },
1713
+ {
1714
+ "kind": "javascript-module",
1715
+ "path": "src/avatar/avatar.styles.ts",
1716
+ "declarations": [
1717
+ {
1718
+ "kind": "function",
1719
+ "name": "zeroAvatarStyles",
1720
+ "return": {
1721
+ "type": {
1722
+ "text": "ElementStyles"
1723
+ }
1724
+ },
1725
+ "parameters": [
1726
+ {
1727
+ "name": "context",
1728
+ "type": {
1729
+ "text": "ElementDefinitionContext"
1730
+ }
1731
+ },
1732
+ {
1733
+ "name": "definition",
1734
+ "type": {
1735
+ "text": "FoundationElementDefinition"
1736
+ }
1737
+ }
1738
+ ]
1739
+ }
1740
+ ],
1741
+ "exports": [
1742
+ {
1743
+ "kind": "js",
1744
+ "name": "zeroAvatarStyles",
1745
+ "declaration": {
1746
+ "name": "zeroAvatarStyles",
1747
+ "module": "src/avatar/avatar.styles.ts"
1748
+ }
1749
+ }
1750
+ ]
1751
+ },
1752
+ {
1753
+ "kind": "javascript-module",
1754
+ "path": "src/avatar/avatar.template.ts",
1755
+ "declarations": [
1756
+ {
1757
+ "kind": "function",
1758
+ "name": "zeroAvatarTemplate",
1759
+ "return": {
1760
+ "type": {
1761
+ "text": "ViewTemplate<Avatar>"
1762
+ }
1763
+ },
1764
+ "parameters": [
1765
+ {
1766
+ "name": "context",
1767
+ "type": {
1768
+ "text": "ElementDefinitionContext"
1769
+ }
1770
+ },
1771
+ {
1772
+ "name": "definition",
1773
+ "type": {
1774
+ "text": "FoundationElementDefinition"
1775
+ }
1776
+ }
1777
+ ]
1778
+ }
1779
+ ],
1780
+ "exports": [
1781
+ {
1782
+ "kind": "js",
1783
+ "name": "zeroAvatarTemplate",
1784
+ "declaration": {
1785
+ "name": "zeroAvatarTemplate",
1786
+ "module": "src/avatar/avatar.template.ts"
1787
+ }
1788
+ }
1789
+ ]
1790
+ },
1791
+ {
1792
+ "kind": "javascript-module",
1793
+ "path": "src/avatar/avatar.ts",
1794
+ "declarations": [
1795
+ {
1796
+ "kind": "class",
1797
+ "description": "",
1798
+ "name": "Avatar",
1799
+ "superclass": {
1800
+ "name": "FoundationAvatar",
1801
+ "package": "@genesislcap/foundation-ui"
1802
+ },
1803
+ "tagName": "%%prefix%%-avatar",
1804
+ "customElement": true
1805
+ },
1806
+ {
1807
+ "kind": "variable",
1808
+ "name": "zeroAvatar"
1809
+ }
1810
+ ],
1811
+ "exports": [
1812
+ {
1813
+ "kind": "js",
1814
+ "name": "Avatar",
1815
+ "declaration": {
1816
+ "name": "Avatar",
1817
+ "module": "src/avatar/avatar.ts"
1818
+ }
1819
+ },
1820
+ {
1821
+ "kind": "js",
1822
+ "name": "zeroAvatar",
1823
+ "declaration": {
1824
+ "name": "zeroAvatar",
1825
+ "module": "src/avatar/avatar.ts"
1826
+ }
1827
+ }
1828
+ ]
1829
+ },
1830
+ {
1831
+ "kind": "javascript-module",
1832
+ "path": "src/avatar/index.ts",
1833
+ "declarations": [],
1834
+ "exports": [
1835
+ {
1836
+ "kind": "js",
1837
+ "name": "*",
1838
+ "declaration": {
1839
+ "name": "*",
1840
+ "package": "./avatar"
1841
+ }
1842
+ },
1843
+ {
1844
+ "kind": "js",
1845
+ "name": "*",
1846
+ "declaration": {
1847
+ "name": "*",
1848
+ "package": "./avatar.styles"
1849
+ }
1850
+ },
1851
+ {
1852
+ "kind": "js",
1853
+ "name": "*",
1854
+ "declaration": {
1855
+ "name": "*",
1856
+ "package": "./avatar.template"
1857
+ }
1858
+ }
1859
+ ]
1860
+ },
1665
1861
  {
1666
1862
  "kind": "javascript-module",
1667
1863
  "path": "src/badge/badge.stories.ts",
@@ -10378,7 +10574,7 @@
10378
10574
  },
10379
10575
  {
10380
10576
  "kind": "javascript-module",
10381
- "path": "src/text-field/index.ts",
10577
+ "path": "src/text-area/index.ts",
10382
10578
  "declarations": [],
10383
10579
  "exports": [
10384
10580
  {
@@ -10386,7 +10582,7 @@
10386
10582
  "name": "*",
10387
10583
  "declaration": {
10388
10584
  "name": "*",
10389
- "package": "./text-field"
10585
+ "package": "./text-area"
10390
10586
  }
10391
10587
  },
10392
10588
  {
@@ -10394,7 +10590,7 @@
10394
10590
  "name": "*",
10395
10591
  "declaration": {
10396
10592
  "name": "*",
10397
- "package": "./text-field.styles"
10593
+ "package": "./text-area.styles"
10398
10594
  }
10399
10595
  },
10400
10596
  {
@@ -10402,14 +10598,14 @@
10402
10598
  "name": "*",
10403
10599
  "declaration": {
10404
10600
  "name": "*",
10405
- "package": "./text-field.template"
10601
+ "package": "./text-area.template"
10406
10602
  }
10407
10603
  }
10408
10604
  ]
10409
10605
  },
10410
10606
  {
10411
10607
  "kind": "javascript-module",
10412
- "path": "src/text-field/text-field.stories.ts",
10608
+ "path": "src/text-area/text-area.stories.ts",
10413
10609
  "declarations": [
10414
10610
  {
10415
10611
  "kind": "variable",
@@ -10417,7 +10613,7 @@
10417
10613
  "type": {
10418
10614
  "text": "Meta"
10419
10615
  },
10420
- "default": "{\n title: 'Text Field',\n component: 'zero-text-field',\n}"
10616
+ "default": "{\n title: 'Text Area',\n component: 'zero-text-area',\n}"
10421
10617
  },
10422
10618
  {
10423
10619
  "kind": "variable",
@@ -10425,7 +10621,7 @@
10425
10621
  "type": {
10426
10622
  "text": "StoryObj"
10427
10623
  },
10428
- "default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-text-field placeholder=\"Enter text...\">Text Field</zero-text-field>\n <zero-text-field value=\"some value\">Test label</zero-text-field>\n <zero-text-field value=\"disabled\" disabled>Test label 2</zero-text-field>\n <zero-text-field type=\"datetime-local\">Datetime local type</zero-text-field>\n <zero-text-field type=\"datetime-local\" step=\".001\">\n Datetime local with step attr\n </zero-text-field>\n </div>\n `,\n}"
10624
+ "default": "{\n render: () => html`\n <div style=\"height: 200px;\">\n <zero-text-area resize=\"both\" placeholder=\"Enter text...\">Text Area</zero-text-area>\n <zero-text-area value=\"some value\">Test label</zero-text-area>\n <zero-text-area value=\"disabled\" disabled>Test label 2</zero-text-area>\n </div>\n `,\n}"
10429
10625
  }
10430
10626
  ],
10431
10627
  "exports": [
@@ -10434,7 +10630,7 @@
10434
10630
  "name": "default",
10435
10631
  "declaration": {
10436
10632
  "name": "meta",
10437
- "module": "src/text-field/text-field.stories.ts"
10633
+ "module": "src/text-area/text-area.stories.ts"
10438
10634
  }
10439
10635
  },
10440
10636
  {
@@ -10442,18 +10638,18 @@
10442
10638
  "name": "Primary",
10443
10639
  "declaration": {
10444
10640
  "name": "Primary",
10445
- "module": "src/text-field/text-field.stories.ts"
10641
+ "module": "src/text-area/text-area.stories.ts"
10446
10642
  }
10447
10643
  }
10448
10644
  ]
10449
10645
  },
10450
10646
  {
10451
10647
  "kind": "javascript-module",
10452
- "path": "src/text-field/text-field.styles.ts",
10648
+ "path": "src/text-area/text-area.styles.ts",
10453
10649
  "declarations": [
10454
10650
  {
10455
10651
  "kind": "function",
10456
- "name": "zeroTextFieldStyles",
10652
+ "name": "zeroTextAreaStyles",
10457
10653
  "return": {
10458
10654
  "type": {
10459
10655
  "text": "ElementStyles"
@@ -10478,24 +10674,24 @@
10478
10674
  "exports": [
10479
10675
  {
10480
10676
  "kind": "js",
10481
- "name": "zeroTextFieldStyles",
10677
+ "name": "zeroTextAreaStyles",
10482
10678
  "declaration": {
10483
- "name": "zeroTextFieldStyles",
10484
- "module": "src/text-field/text-field.styles.ts"
10679
+ "name": "zeroTextAreaStyles",
10680
+ "module": "src/text-area/text-area.styles.ts"
10485
10681
  }
10486
10682
  }
10487
10683
  ]
10488
10684
  },
10489
10685
  {
10490
10686
  "kind": "javascript-module",
10491
- "path": "src/text-field/text-field.template.ts",
10687
+ "path": "src/text-area/text-area.template.ts",
10492
10688
  "declarations": [
10493
10689
  {
10494
10690
  "kind": "function",
10495
- "name": "zeroTextFieldTemplate",
10691
+ "name": "zeroTextAreaTemplate",
10496
10692
  "return": {
10497
10693
  "type": {
10498
- "text": "ViewTemplate<TextField>"
10694
+ "text": "ViewTemplate<TextArea>"
10499
10695
  }
10500
10696
  },
10501
10697
  "parameters": [
@@ -10517,56 +10713,56 @@
10517
10713
  "exports": [
10518
10714
  {
10519
10715
  "kind": "js",
10520
- "name": "zeroTextFieldTemplate",
10716
+ "name": "zeroTextAreaTemplate",
10521
10717
  "declaration": {
10522
- "name": "zeroTextFieldTemplate",
10523
- "module": "src/text-field/text-field.template.ts"
10718
+ "name": "zeroTextAreaTemplate",
10719
+ "module": "src/text-area/text-area.template.ts"
10524
10720
  }
10525
10721
  }
10526
10722
  ]
10527
10723
  },
10528
10724
  {
10529
10725
  "kind": "javascript-module",
10530
- "path": "src/text-field/text-field.ts",
10726
+ "path": "src/text-area/text-area.ts",
10531
10727
  "declarations": [
10532
10728
  {
10533
10729
  "kind": "class",
10534
10730
  "description": "",
10535
- "name": "TextField",
10731
+ "name": "TextArea",
10536
10732
  "superclass": {
10537
- "name": "FoundationTextField",
10733
+ "name": "FoundationTextArea",
10538
10734
  "package": "@genesislcap/foundation-ui"
10539
10735
  },
10540
- "tagName": "%%prefix%%-text-field",
10736
+ "tagName": "%%prefix%%-text-area",
10541
10737
  "customElement": true
10542
10738
  },
10543
10739
  {
10544
10740
  "kind": "variable",
10545
- "name": "zeroTextField"
10741
+ "name": "zeroTextArea"
10546
10742
  }
10547
10743
  ],
10548
10744
  "exports": [
10549
10745
  {
10550
10746
  "kind": "js",
10551
- "name": "TextField",
10747
+ "name": "TextArea",
10552
10748
  "declaration": {
10553
- "name": "TextField",
10554
- "module": "src/text-field/text-field.ts"
10749
+ "name": "TextArea",
10750
+ "module": "src/text-area/text-area.ts"
10555
10751
  }
10556
10752
  },
10557
10753
  {
10558
10754
  "kind": "js",
10559
- "name": "zeroTextField",
10755
+ "name": "zeroTextArea",
10560
10756
  "declaration": {
10561
- "name": "zeroTextField",
10562
- "module": "src/text-field/text-field.ts"
10757
+ "name": "zeroTextArea",
10758
+ "module": "src/text-area/text-area.ts"
10563
10759
  }
10564
10760
  }
10565
10761
  ]
10566
10762
  },
10567
10763
  {
10568
10764
  "kind": "javascript-module",
10569
- "path": "src/text-area/index.ts",
10765
+ "path": "src/text-field/index.ts",
10570
10766
  "declarations": [],
10571
10767
  "exports": [
10572
10768
  {
@@ -10574,7 +10770,7 @@
10574
10770
  "name": "*",
10575
10771
  "declaration": {
10576
10772
  "name": "*",
10577
- "package": "./text-area"
10773
+ "package": "./text-field"
10578
10774
  }
10579
10775
  },
10580
10776
  {
@@ -10582,7 +10778,7 @@
10582
10778
  "name": "*",
10583
10779
  "declaration": {
10584
10780
  "name": "*",
10585
- "package": "./text-area.styles"
10781
+ "package": "./text-field.styles"
10586
10782
  }
10587
10783
  },
10588
10784
  {
@@ -10590,14 +10786,14 @@
10590
10786
  "name": "*",
10591
10787
  "declaration": {
10592
10788
  "name": "*",
10593
- "package": "./text-area.template"
10789
+ "package": "./text-field.template"
10594
10790
  }
10595
10791
  }
10596
10792
  ]
10597
10793
  },
10598
10794
  {
10599
10795
  "kind": "javascript-module",
10600
- "path": "src/text-area/text-area.stories.ts",
10796
+ "path": "src/text-field/text-field.stories.ts",
10601
10797
  "declarations": [
10602
10798
  {
10603
10799
  "kind": "variable",
@@ -10605,7 +10801,7 @@
10605
10801
  "type": {
10606
10802
  "text": "Meta"
10607
10803
  },
10608
- "default": "{\n title: 'Text Area',\n component: 'zero-text-area',\n}"
10804
+ "default": "{\n title: 'Text Field',\n component: 'zero-text-field',\n}"
10609
10805
  },
10610
10806
  {
10611
10807
  "kind": "variable",
@@ -10613,7 +10809,7 @@
10613
10809
  "type": {
10614
10810
  "text": "StoryObj"
10615
10811
  },
10616
- "default": "{\n render: () => html`\n <div style=\"height: 200px;\">\n <zero-text-area resize=\"both\" placeholder=\"Enter text...\">Text Area</zero-text-area>\n <zero-text-area value=\"some value\">Test label</zero-text-area>\n <zero-text-area value=\"disabled\" disabled>Test label 2</zero-text-area>\n </div>\n `,\n}"
10812
+ "default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-text-field placeholder=\"Enter text...\">Text Field</zero-text-field>\n <zero-text-field value=\"some value\">Test label</zero-text-field>\n <zero-text-field value=\"disabled\" disabled>Test label 2</zero-text-field>\n <zero-text-field type=\"datetime-local\">Datetime local type</zero-text-field>\n <zero-text-field type=\"datetime-local\" step=\".001\">\n Datetime local with step attr\n </zero-text-field>\n </div>\n `,\n}"
10617
10813
  }
10618
10814
  ],
10619
10815
  "exports": [
@@ -10622,7 +10818,7 @@
10622
10818
  "name": "default",
10623
10819
  "declaration": {
10624
10820
  "name": "meta",
10625
- "module": "src/text-area/text-area.stories.ts"
10821
+ "module": "src/text-field/text-field.stories.ts"
10626
10822
  }
10627
10823
  },
10628
10824
  {
@@ -10630,18 +10826,18 @@
10630
10826
  "name": "Primary",
10631
10827
  "declaration": {
10632
10828
  "name": "Primary",
10633
- "module": "src/text-area/text-area.stories.ts"
10829
+ "module": "src/text-field/text-field.stories.ts"
10634
10830
  }
10635
10831
  }
10636
10832
  ]
10637
10833
  },
10638
10834
  {
10639
10835
  "kind": "javascript-module",
10640
- "path": "src/text-area/text-area.styles.ts",
10836
+ "path": "src/text-field/text-field.styles.ts",
10641
10837
  "declarations": [
10642
10838
  {
10643
10839
  "kind": "function",
10644
- "name": "zeroTextAreaStyles",
10840
+ "name": "zeroTextFieldStyles",
10645
10841
  "return": {
10646
10842
  "type": {
10647
10843
  "text": "ElementStyles"
@@ -10666,24 +10862,24 @@
10666
10862
  "exports": [
10667
10863
  {
10668
10864
  "kind": "js",
10669
- "name": "zeroTextAreaStyles",
10865
+ "name": "zeroTextFieldStyles",
10670
10866
  "declaration": {
10671
- "name": "zeroTextAreaStyles",
10672
- "module": "src/text-area/text-area.styles.ts"
10867
+ "name": "zeroTextFieldStyles",
10868
+ "module": "src/text-field/text-field.styles.ts"
10673
10869
  }
10674
10870
  }
10675
10871
  ]
10676
10872
  },
10677
10873
  {
10678
10874
  "kind": "javascript-module",
10679
- "path": "src/text-area/text-area.template.ts",
10875
+ "path": "src/text-field/text-field.template.ts",
10680
10876
  "declarations": [
10681
10877
  {
10682
10878
  "kind": "function",
10683
- "name": "zeroTextAreaTemplate",
10879
+ "name": "zeroTextFieldTemplate",
10684
10880
  "return": {
10685
10881
  "type": {
10686
- "text": "ViewTemplate<TextArea>"
10882
+ "text": "ViewTemplate<TextField>"
10687
10883
  }
10688
10884
  },
10689
10885
  "parameters": [
@@ -10705,49 +10901,49 @@
10705
10901
  "exports": [
10706
10902
  {
10707
10903
  "kind": "js",
10708
- "name": "zeroTextAreaTemplate",
10904
+ "name": "zeroTextFieldTemplate",
10709
10905
  "declaration": {
10710
- "name": "zeroTextAreaTemplate",
10711
- "module": "src/text-area/text-area.template.ts"
10906
+ "name": "zeroTextFieldTemplate",
10907
+ "module": "src/text-field/text-field.template.ts"
10712
10908
  }
10713
10909
  }
10714
10910
  ]
10715
10911
  },
10716
10912
  {
10717
10913
  "kind": "javascript-module",
10718
- "path": "src/text-area/text-area.ts",
10914
+ "path": "src/text-field/text-field.ts",
10719
10915
  "declarations": [
10720
10916
  {
10721
10917
  "kind": "class",
10722
10918
  "description": "",
10723
- "name": "TextArea",
10919
+ "name": "TextField",
10724
10920
  "superclass": {
10725
- "name": "FoundationTextArea",
10921
+ "name": "FoundationTextField",
10726
10922
  "package": "@genesislcap/foundation-ui"
10727
10923
  },
10728
- "tagName": "%%prefix%%-text-area",
10924
+ "tagName": "%%prefix%%-text-field",
10729
10925
  "customElement": true
10730
10926
  },
10731
10927
  {
10732
10928
  "kind": "variable",
10733
- "name": "zeroTextArea"
10929
+ "name": "zeroTextField"
10734
10930
  }
10735
10931
  ],
10736
10932
  "exports": [
10737
10933
  {
10738
10934
  "kind": "js",
10739
- "name": "TextArea",
10935
+ "name": "TextField",
10740
10936
  "declaration": {
10741
- "name": "TextArea",
10742
- "module": "src/text-area/text-area.ts"
10937
+ "name": "TextField",
10938
+ "module": "src/text-field/text-field.ts"
10743
10939
  }
10744
10940
  },
10745
10941
  {
10746
10942
  "kind": "js",
10747
- "name": "zeroTextArea",
10943
+ "name": "zeroTextField",
10748
10944
  "declaration": {
10749
- "name": "zeroTextArea",
10750
- "module": "src/text-area/text-area.ts"
10945
+ "name": "zeroTextField",
10946
+ "module": "src/text-field/text-field.ts"
10751
10947
  }
10752
10948
  }
10753
10949
  ]
@@ -0,0 +1,8 @@
1
+ import { Avatar as FoundationAvatar } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * @tagname %%prefix%%-avatar
4
+ */
5
+ export declare class Avatar extends FoundationAvatar {
6
+ }
7
+ export declare const zeroAvatar: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof Avatar>;
8
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/avatar/avatar.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,IAAI,gBAAgB,EAG3B,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,MAAO,SAAQ,gBAAgB;CAAG;AAE/C,eAAO,MAAM,UAAU,sTAMrB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { Meta, StoryObj } from '@storybook/web-components';
2
+ declare const meta: Meta;
3
+ export default meta;
4
+ export declare const Primary: StoryObj;
5
+ //# sourceMappingURL=avatar.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.stories.d.ts","sourceRoot":"","sources":["../../../src/avatar/avatar.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAGhE,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;AA0BpB,eAAO,MAAM,OAAO,EAAE,QAKrB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ElementStyles } from '@microsoft/fast-element';
2
+ import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
+ export declare const zeroAvatarStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ElementStyles;
4
+ //# sourceMappingURL=avatar.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.styles.d.ts","sourceRoot":"","sources":["../../../src/avatar/avatar.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,gBAAgB,YAClB,wBAAwB,cACrB,2BAA2B,KACtC,aAEF,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { ViewTemplate } from '@microsoft/fast-element';
2
+ import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
3
+ import type { Avatar } from './avatar';
4
+ export declare const zeroAvatarTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<Avatar>;
5
+ //# sourceMappingURL=avatar.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.template.d.ts","sourceRoot":"","sources":["../../../src/avatar/avatar.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEvC,eAAO,MAAM,kBAAkB,YACpB,wBAAwB,cACrB,2BAA2B,KACtC,aAAa,MAAM,CAAkD,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './avatar';
2
+ export * from './avatar.styles';
3
+ export * from './avatar.template';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/avatar/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
@@ -5,6 +5,7 @@ export declare const baseComponents: {
5
5
  zeroActionsMenu: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./actions-menu").ActionsMenu>;
6
6
  zeroAnchor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./anchor").Anchor>;
7
7
  zeroAnchoredRegion: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./anchored-region").AnchoredRegion>;
8
+ zeroAvatar: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./avatar").Avatar>;
8
9
  zeroBadge: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./badge").Badge>;
9
10
  zeroBanner: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
10
11
  baseName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAkE5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAiEJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
1
+ {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAmE5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAkEJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -9,6 +9,7 @@ export * from './accordion-item';
9
9
  export * from './actions-menu';
10
10
  export * from './anchor';
11
11
  export * from './anchored-region';
12
+ export * from './avatar';
12
13
  export * from './badge';
13
14
  export * from './banner';
14
15
  export * from './breadcrumb-item';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { Avatar as FoundationAvatar, defaultAvatarConfig, foundationAvatarShadowOptions, } from '@genesislcap/foundation-ui';
2
+ import { zeroAvatarStyles as styles } from './avatar.styles';
3
+ import { zeroAvatarTemplate as template } from './avatar.template';
4
+ /**
5
+ * @tagname %%prefix%%-avatar
6
+ */
7
+ export class Avatar extends FoundationAvatar {
8
+ }
9
+ export const zeroAvatar = Avatar.compose(Object.assign({ baseName: 'avatar', template,
10
+ styles, shadowOptions: foundationAvatarShadowOptions }, defaultAvatarConfig));
@@ -0,0 +1,30 @@
1
+ import { html } from 'lit-html';
2
+ const meta = {
3
+ title: 'Avatar',
4
+ component: 'zero-avatar',
5
+ };
6
+ export default meta;
7
+ const wrapperStyle = 'display: flex; padding: 10px; gap: 1em; height: 500px; --avatar-fill-accent-primary: var(--accent-fill-rest)';
8
+ const StylesMapperTemplate = {
9
+ render: () => html `
10
+ <zero-card style=${wrapperStyle}>
11
+ <zero-avatar
12
+ src="https://avataaars.io/?avatarStyle=Circle&topType=LongHairStraight&accessoriesType=Blank&hairColor=BrownDark&facialHairType=Blank&clotheType=BlazerShirt&eyeType=Default&eyebrowType=Default&mouthType=Default&skinColor=Light"
13
+ alt="Annie's profile image"
14
+ link="#"
15
+ ></zero-avatar>
16
+ <zero-avatar
17
+ alt="Annie James"
18
+ link="#"
19
+ name="Annie Lennox"
20
+ shape="circle"
21
+ fill="accent-primary"
22
+ >
23
+ AJ
24
+ </zero-avatar>
25
+ </zero-card>
26
+ `,
27
+ };
28
+ export const Primary = Object.assign({ args: {
29
+ anchorText: 'This will show above button',
30
+ } }, StylesMapperTemplate);
@@ -0,0 +1,5 @@
1
+ import { foundationAvatarStyles } from '@genesislcap/foundation-ui';
2
+ import { css } from '@microsoft/fast-element';
3
+ export const zeroAvatarStyles = (context, definition) => css `
4
+ ${foundationAvatarStyles(context, definition)}
5
+ `;
@@ -0,0 +1,2 @@
1
+ import { foundationAvatarTemplate } from '@genesislcap/foundation-ui';
2
+ export const zeroAvatarTemplate = (context, definition) => foundationAvatarTemplate(context, definition);
@@ -0,0 +1,3 @@
1
+ export * from './avatar';
2
+ export * from './avatar.styles';
3
+ export * from './avatar.template';
@@ -4,6 +4,7 @@ import { zeroAccordionItem } from './accordion-item';
4
4
  import { zeroActionsMenu } from './actions-menu';
5
5
  import { zeroAnchor } from './anchor';
6
6
  import { zeroAnchoredRegion } from './anchored-region';
7
+ import { zeroAvatar } from './avatar';
7
8
  import { zeroBadge } from './badge';
8
9
  import { zeroBanner } from './banner';
9
10
  import { zeroBreadcrumb } from './breadcrumb';
@@ -69,6 +70,7 @@ export const baseComponents = {
69
70
  zeroActionsMenu,
70
71
  zeroAnchor,
71
72
  zeroAnchoredRegion,
73
+ zeroAvatar,
72
74
  zeroBadge,
73
75
  zeroBanner,
74
76
  zeroBreadcrumbItem,
package/dist/esm/index.js CHANGED
@@ -9,6 +9,7 @@ export * from './accordion-item';
9
9
  export * from './actions-menu';
10
10
  export * from './anchor';
11
11
  export * from './anchored-region';
12
+ export * from './avatar';
12
13
  export * from './badge';
13
14
  export * from './banner';
14
15
  export * from './breadcrumb-item';
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.61.1",
4
+ "version": "14.62.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -62,22 +62,22 @@
62
62
  "storybook": "storybook dev -p 6006"
63
63
  },
64
64
  "devDependencies": {
65
- "@genesislcap/genx": "14.61.1",
66
- "@storybook/addon-essentials": "^7.0.0",
67
- "@storybook/addon-links": "^7.0.0",
68
- "@storybook/addons": "^7.0.0",
69
- "@storybook/html": "^7.0.0",
70
- "@storybook/theming": "^7.0.0",
71
- "@storybook/web-components": "^7.0.0",
72
- "@storybook/web-components-vite": "^7.0.0",
65
+ "@genesislcap/genx": "14.62.0",
66
+ "@storybook/addon-essentials": "^7.1.0",
67
+ "@storybook/addon-links": "^7.1.0",
68
+ "@storybook/addons": "^7.1.0",
69
+ "@storybook/html": "^7.1.0",
70
+ "@storybook/theming": "^7.1.0",
71
+ "@storybook/web-components": "^7.1.0",
72
+ "@storybook/web-components-vite": "^7.1.0",
73
73
  "lit-html": "^2.4.0",
74
74
  "rimraf": "^3.0.2",
75
- "storybook": "^7.0.0"
75
+ "storybook": "^7.1.0"
76
76
  },
77
77
  "dependencies": {
78
- "@genesislcap/foundation-comms": "14.61.1",
79
- "@genesislcap/foundation-ui": "14.61.1",
80
- "@genesislcap/foundation-utils": "14.61.1",
78
+ "@genesislcap/foundation-comms": "14.62.0",
79
+ "@genesislcap/foundation-ui": "14.62.0",
80
+ "@genesislcap/foundation-utils": "14.62.0",
81
81
  "@microsoft/fast-colors": "^5.1.4",
82
82
  "@microsoft/fast-components": "^2.21.3",
83
83
  "@microsoft/fast-element": "^1.7.0",
@@ -94,5 +94,5 @@
94
94
  "access": "public"
95
95
  },
96
96
  "customElements": "dist/custom-elements.json",
97
- "gitHead": "e6eb274148e662f0c463337f9e6b19a3954c33c1"
97
+ "gitHead": "b857abb0a2aa6e025a83eb174b6654e7c0acfe48"
98
98
  }