@genesislcap/foundation-zero 14.78.4-alpha-eb53ceb.0 → 14.78.4-alpha-278b642.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.
@@ -784,6 +784,225 @@
784
784
  }
785
785
  ]
786
786
  },
787
+ {
788
+ "kind": "javascript-module",
789
+ "path": "src/_config/index.ts",
790
+ "declarations": [],
791
+ "exports": [
792
+ {
793
+ "kind": "js",
794
+ "name": "*",
795
+ "declaration": {
796
+ "name": "*",
797
+ "package": "./styles"
798
+ }
799
+ },
800
+ {
801
+ "kind": "js",
802
+ "name": "*",
803
+ "declaration": {
804
+ "name": "*",
805
+ "package": "./tokens"
806
+ }
807
+ },
808
+ {
809
+ "kind": "js",
810
+ "name": "*",
811
+ "declaration": {
812
+ "name": "*",
813
+ "package": "./values"
814
+ }
815
+ }
816
+ ]
817
+ },
818
+ {
819
+ "kind": "javascript-module",
820
+ "path": "src/accordion/accordion.stories.ts",
821
+ "declarations": [
822
+ {
823
+ "kind": "variable",
824
+ "name": "meta",
825
+ "type": {
826
+ "text": "Meta"
827
+ },
828
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
829
+ },
830
+ {
831
+ "kind": "variable",
832
+ "name": "Primary",
833
+ "type": {
834
+ "text": "StoryObj"
835
+ },
836
+ "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}"
837
+ }
838
+ ],
839
+ "exports": [
840
+ {
841
+ "kind": "js",
842
+ "name": "default",
843
+ "declaration": {
844
+ "name": "meta",
845
+ "module": "src/accordion/accordion.stories.ts"
846
+ }
847
+ },
848
+ {
849
+ "kind": "js",
850
+ "name": "Primary",
851
+ "declaration": {
852
+ "name": "Primary",
853
+ "module": "src/accordion/accordion.stories.ts"
854
+ }
855
+ }
856
+ ]
857
+ },
858
+ {
859
+ "kind": "javascript-module",
860
+ "path": "src/accordion/accordion.styles.ts",
861
+ "declarations": [
862
+ {
863
+ "kind": "function",
864
+ "name": "zeroAccordionStyles",
865
+ "return": {
866
+ "type": {
867
+ "text": "ElementStyles"
868
+ }
869
+ },
870
+ "parameters": [
871
+ {
872
+ "name": "context",
873
+ "type": {
874
+ "text": "ElementDefinitionContext"
875
+ }
876
+ },
877
+ {
878
+ "name": "definition",
879
+ "type": {
880
+ "text": "FoundationElementDefinition"
881
+ }
882
+ }
883
+ ]
884
+ }
885
+ ],
886
+ "exports": [
887
+ {
888
+ "kind": "js",
889
+ "name": "zeroAccordionStyles",
890
+ "declaration": {
891
+ "name": "zeroAccordionStyles",
892
+ "module": "src/accordion/accordion.styles.ts"
893
+ }
894
+ }
895
+ ]
896
+ },
897
+ {
898
+ "kind": "javascript-module",
899
+ "path": "src/accordion/accordion.template.ts",
900
+ "declarations": [
901
+ {
902
+ "kind": "function",
903
+ "name": "zeroAccordionTemplate",
904
+ "return": {
905
+ "type": {
906
+ "text": "ViewTemplate<Accordion>"
907
+ }
908
+ },
909
+ "parameters": [
910
+ {
911
+ "name": "context",
912
+ "type": {
913
+ "text": "ElementDefinitionContext"
914
+ }
915
+ },
916
+ {
917
+ "name": "definition",
918
+ "type": {
919
+ "text": "FoundationElementDefinition"
920
+ }
921
+ }
922
+ ]
923
+ }
924
+ ],
925
+ "exports": [
926
+ {
927
+ "kind": "js",
928
+ "name": "zeroAccordionTemplate",
929
+ "declaration": {
930
+ "name": "zeroAccordionTemplate",
931
+ "module": "src/accordion/accordion.template.ts"
932
+ }
933
+ }
934
+ ]
935
+ },
936
+ {
937
+ "kind": "javascript-module",
938
+ "path": "src/accordion/accordion.ts",
939
+ "declarations": [
940
+ {
941
+ "kind": "class",
942
+ "description": "",
943
+ "name": "Accordion",
944
+ "superclass": {
945
+ "name": "FoundationAccordion",
946
+ "package": "@genesislcap/foundation-ui"
947
+ },
948
+ "tagName": "%%prefix%%-card",
949
+ "customElement": true
950
+ },
951
+ {
952
+ "kind": "variable",
953
+ "name": "zeroAccordion"
954
+ }
955
+ ],
956
+ "exports": [
957
+ {
958
+ "kind": "js",
959
+ "name": "Accordion",
960
+ "declaration": {
961
+ "name": "Accordion",
962
+ "module": "src/accordion/accordion.ts"
963
+ }
964
+ },
965
+ {
966
+ "kind": "js",
967
+ "name": "zeroAccordion",
968
+ "declaration": {
969
+ "name": "zeroAccordion",
970
+ "module": "src/accordion/accordion.ts"
971
+ }
972
+ }
973
+ ]
974
+ },
975
+ {
976
+ "kind": "javascript-module",
977
+ "path": "src/accordion/index.ts",
978
+ "declarations": [],
979
+ "exports": [
980
+ {
981
+ "kind": "js",
982
+ "name": "*",
983
+ "declaration": {
984
+ "name": "*",
985
+ "package": "./accordion"
986
+ }
987
+ },
988
+ {
989
+ "kind": "js",
990
+ "name": "*",
991
+ "declaration": {
992
+ "name": "*",
993
+ "package": "./accordion.styles"
994
+ }
995
+ },
996
+ {
997
+ "kind": "js",
998
+ "name": "*",
999
+ "declaration": {
1000
+ "name": "*",
1001
+ "package": "./accordion.template"
1002
+ }
1003
+ }
1004
+ ]
1005
+ },
787
1006
  {
788
1007
  "kind": "javascript-module",
789
1008
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1582,38 +1801,7 @@
1582
1801
  },
1583
1802
  {
1584
1803
  "kind": "javascript-module",
1585
- "path": "src/_config/index.ts",
1586
- "declarations": [],
1587
- "exports": [
1588
- {
1589
- "kind": "js",
1590
- "name": "*",
1591
- "declaration": {
1592
- "name": "*",
1593
- "package": "./styles"
1594
- }
1595
- },
1596
- {
1597
- "kind": "js",
1598
- "name": "*",
1599
- "declaration": {
1600
- "name": "*",
1601
- "package": "./tokens"
1602
- }
1603
- },
1604
- {
1605
- "kind": "js",
1606
- "name": "*",
1607
- "declaration": {
1608
- "name": "*",
1609
- "package": "./values"
1610
- }
1611
- }
1612
- ]
1613
- },
1614
- {
1615
- "kind": "javascript-module",
1616
- "path": "src/accordion/accordion.stories.ts",
1804
+ "path": "src/avatar/avatar.stories.ts",
1617
1805
  "declarations": [
1618
1806
  {
1619
1807
  "kind": "variable",
@@ -1621,7 +1809,7 @@
1621
1809
  "type": {
1622
1810
  "text": "Meta"
1623
1811
  },
1624
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1812
+ "default": "{\n title: 'Avatar',\n component: 'zero-avatar',\n}"
1625
1813
  },
1626
1814
  {
1627
1815
  "kind": "variable",
@@ -1629,195 +1817,7 @@
1629
1817
  "type": {
1630
1818
  "text": "StoryObj"
1631
1819
  },
1632
- "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}"
1633
- }
1634
- ],
1635
- "exports": [
1636
- {
1637
- "kind": "js",
1638
- "name": "default",
1639
- "declaration": {
1640
- "name": "meta",
1641
- "module": "src/accordion/accordion.stories.ts"
1642
- }
1643
- },
1644
- {
1645
- "kind": "js",
1646
- "name": "Primary",
1647
- "declaration": {
1648
- "name": "Primary",
1649
- "module": "src/accordion/accordion.stories.ts"
1650
- }
1651
- }
1652
- ]
1653
- },
1654
- {
1655
- "kind": "javascript-module",
1656
- "path": "src/accordion/accordion.styles.ts",
1657
- "declarations": [
1658
- {
1659
- "kind": "function",
1660
- "name": "zeroAccordionStyles",
1661
- "return": {
1662
- "type": {
1663
- "text": "ElementStyles"
1664
- }
1665
- },
1666
- "parameters": [
1667
- {
1668
- "name": "context",
1669
- "type": {
1670
- "text": "ElementDefinitionContext"
1671
- }
1672
- },
1673
- {
1674
- "name": "definition",
1675
- "type": {
1676
- "text": "FoundationElementDefinition"
1677
- }
1678
- }
1679
- ]
1680
- }
1681
- ],
1682
- "exports": [
1683
- {
1684
- "kind": "js",
1685
- "name": "zeroAccordionStyles",
1686
- "declaration": {
1687
- "name": "zeroAccordionStyles",
1688
- "module": "src/accordion/accordion.styles.ts"
1689
- }
1690
- }
1691
- ]
1692
- },
1693
- {
1694
- "kind": "javascript-module",
1695
- "path": "src/accordion/accordion.template.ts",
1696
- "declarations": [
1697
- {
1698
- "kind": "function",
1699
- "name": "zeroAccordionTemplate",
1700
- "return": {
1701
- "type": {
1702
- "text": "ViewTemplate<Accordion>"
1703
- }
1704
- },
1705
- "parameters": [
1706
- {
1707
- "name": "context",
1708
- "type": {
1709
- "text": "ElementDefinitionContext"
1710
- }
1711
- },
1712
- {
1713
- "name": "definition",
1714
- "type": {
1715
- "text": "FoundationElementDefinition"
1716
- }
1717
- }
1718
- ]
1719
- }
1720
- ],
1721
- "exports": [
1722
- {
1723
- "kind": "js",
1724
- "name": "zeroAccordionTemplate",
1725
- "declaration": {
1726
- "name": "zeroAccordionTemplate",
1727
- "module": "src/accordion/accordion.template.ts"
1728
- }
1729
- }
1730
- ]
1731
- },
1732
- {
1733
- "kind": "javascript-module",
1734
- "path": "src/accordion/accordion.ts",
1735
- "declarations": [
1736
- {
1737
- "kind": "class",
1738
- "description": "",
1739
- "name": "Accordion",
1740
- "superclass": {
1741
- "name": "FoundationAccordion",
1742
- "package": "@genesislcap/foundation-ui"
1743
- },
1744
- "tagName": "%%prefix%%-card",
1745
- "customElement": true
1746
- },
1747
- {
1748
- "kind": "variable",
1749
- "name": "zeroAccordion"
1750
- }
1751
- ],
1752
- "exports": [
1753
- {
1754
- "kind": "js",
1755
- "name": "Accordion",
1756
- "declaration": {
1757
- "name": "Accordion",
1758
- "module": "src/accordion/accordion.ts"
1759
- }
1760
- },
1761
- {
1762
- "kind": "js",
1763
- "name": "zeroAccordion",
1764
- "declaration": {
1765
- "name": "zeroAccordion",
1766
- "module": "src/accordion/accordion.ts"
1767
- }
1768
- }
1769
- ]
1770
- },
1771
- {
1772
- "kind": "javascript-module",
1773
- "path": "src/accordion/index.ts",
1774
- "declarations": [],
1775
- "exports": [
1776
- {
1777
- "kind": "js",
1778
- "name": "*",
1779
- "declaration": {
1780
- "name": "*",
1781
- "package": "./accordion"
1782
- }
1783
- },
1784
- {
1785
- "kind": "js",
1786
- "name": "*",
1787
- "declaration": {
1788
- "name": "*",
1789
- "package": "./accordion.styles"
1790
- }
1791
- },
1792
- {
1793
- "kind": "js",
1794
- "name": "*",
1795
- "declaration": {
1796
- "name": "*",
1797
- "package": "./accordion.template"
1798
- }
1799
- }
1800
- ]
1801
- },
1802
- {
1803
- "kind": "javascript-module",
1804
- "path": "src/avatar/avatar.stories.ts",
1805
- "declarations": [
1806
- {
1807
- "kind": "variable",
1808
- "name": "meta",
1809
- "type": {
1810
- "text": "Meta"
1811
- },
1812
- "default": "{\n title: 'Avatar',\n component: 'zero-avatar',\n}"
1813
- },
1814
- {
1815
- "kind": "variable",
1816
- "name": "Primary",
1817
- "type": {
1818
- "text": "StoryObj"
1819
- },
1820
- "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
1820
+ "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
1821
1821
  }
1822
1822
  ],
1823
1823
  "exports": [
@@ -10039,7 +10039,7 @@
10039
10039
  },
10040
10040
  {
10041
10041
  "kind": "javascript-module",
10042
- "path": "src/multiselect/index.ts",
10042
+ "path": "src/notification-listener/index.ts",
10043
10043
  "declarations": [],
10044
10044
  "exports": [
10045
10045
  {
@@ -10047,122 +10047,32 @@
10047
10047
  "name": "*",
10048
10048
  "declaration": {
10049
10049
  "name": "*",
10050
- "package": "./multiselect"
10051
- }
10052
- },
10053
- {
10054
- "kind": "js",
10055
- "name": "*",
10056
- "declaration": {
10057
- "name": "*",
10058
- "package": "./multiselect.styles"
10059
- }
10060
- },
10061
- {
10062
- "kind": "js",
10063
- "name": "*",
10064
- "declaration": {
10065
- "name": "*",
10066
- "package": "./multiselect.template"
10050
+ "package": "./notification-listener"
10067
10051
  }
10068
10052
  }
10069
10053
  ]
10070
10054
  },
10071
10055
  {
10072
10056
  "kind": "javascript-module",
10073
- "path": "src/multiselect/multiselect.stories.ts",
10057
+ "path": "src/notification-listener/notification-listener.ts",
10074
10058
  "declarations": [
10075
10059
  {
10076
10060
  "kind": "variable",
10077
- "name": "meta",
10061
+ "name": "zeroErrorBoundaryShadowOptions",
10078
10062
  "type": {
10079
- "text": "Meta"
10063
+ "text": "ShadowRootInit"
10080
10064
  },
10081
- "default": "{\n title: 'Multiselect',\n component: 'zero-multiselect',\n}"
10065
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
10082
10066
  },
10083
10067
  {
10084
- "kind": "variable",
10085
- "name": "Primary",
10086
- "type": {
10087
- "text": "StoryObj"
10068
+ "kind": "class",
10069
+ "description": "",
10070
+ "name": "NotificationListener",
10071
+ "superclass": {
10072
+ "name": "FoundationNotificationListener",
10073
+ "package": "@genesislcap/foundation-ui"
10088
10074
  },
10089
- "default": "{\n render: ({ name, text, countries, search }) => html`\n <div style=\"min-height: 400px;\">\n <zero-multiselect name=\"${name}\" .options=\"${countries}\" search=\"${search}\">\n ${text}\n </zero-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Multiselect',\n search: true,\n countries: [\n 'Afghanistan',\n 'Aland Islands',\n 'Albania',\n 'Algeria',\n 'American Samoa',\n 'Andorra',\n 'Angola',\n 'Anguilla',\n 'Antarctica',\n 'Antigua and Barbuda',\n 'Argentina',\n 'Armenia',\n 'Aruba',\n 'Australia',\n 'Austria',\n 'Azerbaijan',\n 'Bahamas',\n 'Bahrain',\n 'Bangladesh',\n 'Barbados',\n 'Belarus',\n 'Belgium',\n 'Belize',\n 'Benin',\n 'Bermuda',\n 'Bhutan',\n 'Bolivia',\n 'Bonaire, Sint Eustatius and Saba',\n 'Bosnia and Herzegovina',\n 'Botswana',\n 'Bouvet Island',\n 'Brazil',\n 'British Indian Ocean Territory',\n 'Brunei Darussalam',\n 'Bulgaria',\n 'Burkina Faso',\n 'Burundi',\n 'Cambodia',\n 'Cameroon',\n 'Canada',\n 'Cape Verde',\n 'Cayman Islands',\n 'Central African Republic',\n 'Chad',\n ],\n },\n}"
10090
- }
10091
- ],
10092
- "exports": [
10093
- {
10094
- "kind": "js",
10095
- "name": "default",
10096
- "declaration": {
10097
- "name": "meta",
10098
- "module": "src/multiselect/multiselect.stories.ts"
10099
- }
10100
- },
10101
- {
10102
- "kind": "js",
10103
- "name": "Primary",
10104
- "declaration": {
10105
- "name": "Primary",
10106
- "module": "src/multiselect/multiselect.stories.ts"
10107
- }
10108
- }
10109
- ]
10110
- },
10111
- {
10112
- "kind": "javascript-module",
10113
- "path": "src/multiselect/multiselect.styles.ts",
10114
- "declarations": [
10115
- {
10116
- "kind": "variable",
10117
- "name": "multiselectStyles",
10118
- "default": "css`\n ${foundationMultiselectStyles}\n\n :host {\n --primary-gradient-angle: -113.5deg;\n }\n\n #display-field {\n background: ${defaultRapidBGColor};\n }\n\n #display-field:focus {\n outline: none;\n background:\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n top/100% 1px,\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n bottom/100% 1px;\n background-origin: border-box;\n background-repeat: no-repeat;\n border: 1px solid transparent;\n border-right-color: ${PrimaryRapidColorHEX.blue};\n border-left-color: ${PrimaryRapidColorHEX.purple};\n }\n\n ::slotted(zero-checkbox),\n zero-checkbox {\n border-bottom: 1px solid rgb(46 48 52);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(zero-checkbox:hover),\n zero-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n ::slotted(zero-checkbox)::part(label),\n zero-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n color: ${defaultRapidLabelColor};\n }\n`"
10119
- }
10120
- ],
10121
- "exports": [
10122
- {
10123
- "kind": "js",
10124
- "name": "multiselectStyles",
10125
- "declaration": {
10126
- "name": "multiselectStyles",
10127
- "module": "src/multiselect/multiselect.styles.ts"
10128
- }
10129
- }
10130
- ]
10131
- },
10132
- {
10133
- "kind": "javascript-module",
10134
- "path": "src/multiselect/multiselect.template.ts",
10135
- "declarations": [
10136
- {
10137
- "kind": "variable",
10138
- "name": "multiselectTemplate",
10139
- "default": "html<Multiselect>`\n ${getPrefixedMultiselect('zero')}\n`"
10140
- }
10141
- ],
10142
- "exports": [
10143
- {
10144
- "kind": "js",
10145
- "name": "multiselectTemplate",
10146
- "declaration": {
10147
- "name": "multiselectTemplate",
10148
- "module": "src/multiselect/multiselect.template.ts"
10149
- }
10150
- }
10151
- ]
10152
- },
10153
- {
10154
- "kind": "javascript-module",
10155
- "path": "src/multiselect/multiselect.ts",
10156
- "declarations": [
10157
- {
10158
- "kind": "class",
10159
- "description": "",
10160
- "name": "Multiselect",
10161
- "superclass": {
10162
- "name": "FoundationMultiselect",
10163
- "package": "@genesislcap/foundation-ui"
10164
- },
10165
- "tagName": "%%prefix%%-multiselect",
10075
+ "tagName": "%%prefix%%-notification-listener",
10166
10076
  "customElement": true,
10167
10077
  "members": [
10168
10078
  {
@@ -10280,90 +10190,162 @@
10280
10190
  },
10281
10191
  {
10282
10192
  "kind": "variable",
10283
- "name": "defaultMultiselectConfig",
10284
- "default": "foundationMultiselectConfig"
10193
+ "name": "zeroNotificationListener"
10194
+ }
10195
+ ],
10196
+ "exports": [
10197
+ {
10198
+ "kind": "js",
10199
+ "name": "zeroErrorBoundaryShadowOptions",
10200
+ "declaration": {
10201
+ "name": "zeroErrorBoundaryShadowOptions",
10202
+ "module": "src/notification-listener/notification-listener.ts"
10203
+ }
10285
10204
  },
10286
10205
  {
10287
- "kind": "variable",
10288
- "name": "zeroMultiselectShadowOptions",
10289
- "default": "foundationMultiselectShadowOptions"
10206
+ "kind": "js",
10207
+ "name": "NotificationListener",
10208
+ "declaration": {
10209
+ "name": "NotificationListener",
10210
+ "module": "src/notification-listener/notification-listener.ts"
10211
+ }
10290
10212
  },
10291
10213
  {
10292
- "kind": "variable",
10293
- "name": "zeroMultiselect"
10214
+ "kind": "js",
10215
+ "name": "zeroNotificationListener",
10216
+ "declaration": {
10217
+ "name": "zeroNotificationListener",
10218
+ "module": "src/notification-listener/notification-listener.ts"
10219
+ }
10294
10220
  }
10295
- ],
10221
+ ]
10222
+ },
10223
+ {
10224
+ "kind": "javascript-module",
10225
+ "path": "src/multiselect/index.ts",
10226
+ "declarations": [],
10296
10227
  "exports": [
10297
10228
  {
10298
10229
  "kind": "js",
10299
- "name": "Multiselect",
10230
+ "name": "*",
10300
10231
  "declaration": {
10301
- "name": "Multiselect",
10302
- "module": "src/multiselect/multiselect.ts"
10232
+ "name": "*",
10233
+ "package": "./multiselect"
10303
10234
  }
10304
10235
  },
10305
10236
  {
10306
10237
  "kind": "js",
10307
- "name": "defaultMultiselectConfig",
10238
+ "name": "*",
10308
10239
  "declaration": {
10309
- "name": "defaultMultiselectConfig",
10310
- "module": "src/multiselect/multiselect.ts"
10240
+ "name": "*",
10241
+ "package": "./multiselect.styles"
10311
10242
  }
10312
10243
  },
10313
10244
  {
10314
10245
  "kind": "js",
10315
- "name": "zeroMultiselectShadowOptions",
10246
+ "name": "*",
10316
10247
  "declaration": {
10317
- "name": "zeroMultiselectShadowOptions",
10318
- "module": "src/multiselect/multiselect.ts"
10248
+ "name": "*",
10249
+ "package": "./multiselect.template"
10319
10250
  }
10251
+ }
10252
+ ]
10253
+ },
10254
+ {
10255
+ "kind": "javascript-module",
10256
+ "path": "src/multiselect/multiselect.stories.ts",
10257
+ "declarations": [
10258
+ {
10259
+ "kind": "variable",
10260
+ "name": "meta",
10261
+ "type": {
10262
+ "text": "Meta"
10263
+ },
10264
+ "default": "{\n title: 'Multiselect',\n component: 'zero-multiselect',\n}"
10320
10265
  },
10266
+ {
10267
+ "kind": "variable",
10268
+ "name": "Primary",
10269
+ "type": {
10270
+ "text": "StoryObj"
10271
+ },
10272
+ "default": "{\n render: ({ name, text, countries, search }) => html`\n <div style=\"min-height: 400px;\">\n <zero-multiselect name=\"${name}\" .options=\"${countries}\" search=\"${search}\">\n ${text}\n </zero-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Multiselect',\n search: true,\n countries: [\n 'Afghanistan',\n 'Aland Islands',\n 'Albania',\n 'Algeria',\n 'American Samoa',\n 'Andorra',\n 'Angola',\n 'Anguilla',\n 'Antarctica',\n 'Antigua and Barbuda',\n 'Argentina',\n 'Armenia',\n 'Aruba',\n 'Australia',\n 'Austria',\n 'Azerbaijan',\n 'Bahamas',\n 'Bahrain',\n 'Bangladesh',\n 'Barbados',\n 'Belarus',\n 'Belgium',\n 'Belize',\n 'Benin',\n 'Bermuda',\n 'Bhutan',\n 'Bolivia',\n 'Bonaire, Sint Eustatius and Saba',\n 'Bosnia and Herzegovina',\n 'Botswana',\n 'Bouvet Island',\n 'Brazil',\n 'British Indian Ocean Territory',\n 'Brunei Darussalam',\n 'Bulgaria',\n 'Burkina Faso',\n 'Burundi',\n 'Cambodia',\n 'Cameroon',\n 'Canada',\n 'Cape Verde',\n 'Cayman Islands',\n 'Central African Republic',\n 'Chad',\n ],\n },\n}"
10273
+ }
10274
+ ],
10275
+ "exports": [
10321
10276
  {
10322
10277
  "kind": "js",
10323
- "name": "zeroMultiselect",
10278
+ "name": "default",
10324
10279
  "declaration": {
10325
- "name": "zeroMultiselect",
10326
- "module": "src/multiselect/multiselect.ts"
10280
+ "name": "meta",
10281
+ "module": "src/multiselect/multiselect.stories.ts"
10282
+ }
10283
+ },
10284
+ {
10285
+ "kind": "js",
10286
+ "name": "Primary",
10287
+ "declaration": {
10288
+ "name": "Primary",
10289
+ "module": "src/multiselect/multiselect.stories.ts"
10327
10290
  }
10328
10291
  }
10329
10292
  ]
10330
10293
  },
10331
10294
  {
10332
10295
  "kind": "javascript-module",
10333
- "path": "src/notification-listener/index.ts",
10334
- "declarations": [],
10296
+ "path": "src/multiselect/multiselect.styles.ts",
10297
+ "declarations": [
10298
+ {
10299
+ "kind": "variable",
10300
+ "name": "multiselectStyles",
10301
+ "default": "css`\n ${foundationMultiselectStyles}\n\n :host {\n --primary-gradient-angle: -113.5deg;\n }\n\n #display-field {\n background: ${defaultRapidBGColor};\n }\n\n #display-field:focus {\n outline: none;\n background:\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n top/100% 1px,\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n bottom/100% 1px;\n background-origin: border-box;\n background-repeat: no-repeat;\n border: 1px solid transparent;\n border-right-color: ${PrimaryRapidColorHEX.blue};\n border-left-color: ${PrimaryRapidColorHEX.purple};\n }\n\n ::slotted(zero-checkbox),\n zero-checkbox {\n border-bottom: 1px solid rgb(46 48 52);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(zero-checkbox:hover),\n zero-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n ::slotted(zero-checkbox)::part(label),\n zero-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n color: ${defaultRapidLabelColor};\n }\n`"
10302
+ }
10303
+ ],
10335
10304
  "exports": [
10336
10305
  {
10337
10306
  "kind": "js",
10338
- "name": "*",
10307
+ "name": "multiselectStyles",
10339
10308
  "declaration": {
10340
- "name": "*",
10341
- "package": "./notification-listener"
10309
+ "name": "multiselectStyles",
10310
+ "module": "src/multiselect/multiselect.styles.ts"
10342
10311
  }
10343
10312
  }
10344
10313
  ]
10345
10314
  },
10346
10315
  {
10347
10316
  "kind": "javascript-module",
10348
- "path": "src/notification-listener/notification-listener.ts",
10317
+ "path": "src/multiselect/multiselect.template.ts",
10349
10318
  "declarations": [
10350
10319
  {
10351
10320
  "kind": "variable",
10352
- "name": "zeroErrorBoundaryShadowOptions",
10353
- "type": {
10354
- "text": "ShadowRootInit"
10355
- },
10356
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
10357
- },
10321
+ "name": "multiselectTemplate",
10322
+ "default": "html<Multiselect>`\n ${getPrefixedMultiselect('zero')}\n`"
10323
+ }
10324
+ ],
10325
+ "exports": [
10326
+ {
10327
+ "kind": "js",
10328
+ "name": "multiselectTemplate",
10329
+ "declaration": {
10330
+ "name": "multiselectTemplate",
10331
+ "module": "src/multiselect/multiselect.template.ts"
10332
+ }
10333
+ }
10334
+ ]
10335
+ },
10336
+ {
10337
+ "kind": "javascript-module",
10338
+ "path": "src/multiselect/multiselect.ts",
10339
+ "declarations": [
10358
10340
  {
10359
10341
  "kind": "class",
10360
10342
  "description": "",
10361
- "name": "NotificationListener",
10343
+ "name": "Multiselect",
10362
10344
  "superclass": {
10363
- "name": "FoundationNotificationListener",
10345
+ "name": "FoundationMultiselect",
10364
10346
  "package": "@genesislcap/foundation-ui"
10365
10347
  },
10366
- "tagName": "%%prefix%%-notification-listener",
10348
+ "tagName": "%%prefix%%-multiselect",
10367
10349
  "customElement": true,
10368
10350
  "members": [
10369
10351
  {
@@ -10481,32 +10463,50 @@
10481
10463
  },
10482
10464
  {
10483
10465
  "kind": "variable",
10484
- "name": "zeroNotificationListener"
10466
+ "name": "defaultMultiselectConfig",
10467
+ "default": "foundationMultiselectConfig"
10468
+ },
10469
+ {
10470
+ "kind": "variable",
10471
+ "name": "zeroMultiselectShadowOptions",
10472
+ "default": "foundationMultiselectShadowOptions"
10473
+ },
10474
+ {
10475
+ "kind": "variable",
10476
+ "name": "zeroMultiselect"
10485
10477
  }
10486
10478
  ],
10487
10479
  "exports": [
10488
10480
  {
10489
10481
  "kind": "js",
10490
- "name": "zeroErrorBoundaryShadowOptions",
10482
+ "name": "Multiselect",
10491
10483
  "declaration": {
10492
- "name": "zeroErrorBoundaryShadowOptions",
10493
- "module": "src/notification-listener/notification-listener.ts"
10484
+ "name": "Multiselect",
10485
+ "module": "src/multiselect/multiselect.ts"
10494
10486
  }
10495
10487
  },
10496
10488
  {
10497
10489
  "kind": "js",
10498
- "name": "NotificationListener",
10490
+ "name": "defaultMultiselectConfig",
10499
10491
  "declaration": {
10500
- "name": "NotificationListener",
10501
- "module": "src/notification-listener/notification-listener.ts"
10492
+ "name": "defaultMultiselectConfig",
10493
+ "module": "src/multiselect/multiselect.ts"
10502
10494
  }
10503
10495
  },
10504
10496
  {
10505
10497
  "kind": "js",
10506
- "name": "zeroNotificationListener",
10498
+ "name": "zeroMultiselectShadowOptions",
10507
10499
  "declaration": {
10508
- "name": "zeroNotificationListener",
10509
- "module": "src/notification-listener/notification-listener.ts"
10500
+ "name": "zeroMultiselectShadowOptions",
10501
+ "module": "src/multiselect/multiselect.ts"
10502
+ }
10503
+ },
10504
+ {
10505
+ "kind": "js",
10506
+ "name": "zeroMultiselect",
10507
+ "declaration": {
10508
+ "name": "zeroMultiselect",
10509
+ "module": "src/multiselect/multiselect.ts"
10510
10510
  }
10511
10511
  }
10512
10512
  ]
@@ -12620,7 +12620,7 @@
12620
12620
  },
12621
12621
  {
12622
12622
  "kind": "javascript-module",
12623
- "path": "src/snackbar/index.ts",
12623
+ "path": "src/switch/index.ts",
12624
12624
  "declarations": [],
12625
12625
  "exports": [
12626
12626
  {
@@ -12628,7 +12628,7 @@
12628
12628
  "name": "*",
12629
12629
  "declaration": {
12630
12630
  "name": "*",
12631
- "package": "./snackbar.styles"
12631
+ "package": "./switch"
12632
12632
  }
12633
12633
  },
12634
12634
  {
@@ -12636,14 +12636,22 @@
12636
12636
  "name": "*",
12637
12637
  "declaration": {
12638
12638
  "name": "*",
12639
- "package": "./snackbar"
12639
+ "package": "./switch.styles"
12640
+ }
12641
+ },
12642
+ {
12643
+ "kind": "js",
12644
+ "name": "*",
12645
+ "declaration": {
12646
+ "name": "*",
12647
+ "package": "./switch.template"
12640
12648
  }
12641
12649
  }
12642
12650
  ]
12643
12651
  },
12644
12652
  {
12645
12653
  "kind": "javascript-module",
12646
- "path": "src/snackbar/snackbar.stories.ts",
12654
+ "path": "src/switch/switch.stories.ts",
12647
12655
  "declarations": [
12648
12656
  {
12649
12657
  "kind": "variable",
@@ -12651,7 +12659,7 @@
12651
12659
  "type": {
12652
12660
  "text": "Meta"
12653
12661
  },
12654
- "default": "{\n title: 'Snackbar',\n component: 'zero-snackbar',\n}"
12662
+ "default": "{\n title: 'Switch',\n component: 'zero-switch',\n}"
12655
12663
  },
12656
12664
  {
12657
12665
  "kind": "variable",
@@ -12659,7 +12667,7 @@
12659
12667
  "type": {
12660
12668
  "text": "StoryObj"
12661
12669
  },
12662
- "default": "{\n args: {\n errorText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n },\n render: ({ errorText }) => html`\n <div id=\"zero-snackbar\" style=\"width: 100%;\">\n <zero-button @click=\"${() => showError(errorText)}\">Show Zero Snackbar</zero-button>\n </div>\n `,\n}"
12670
+ "default": "{\n render: () => html`\n <zero-switch checked></zero-switch>\n `,\n}"
12663
12671
  }
12664
12672
  ],
12665
12673
  "exports": [
@@ -12668,7 +12676,7 @@
12668
12676
  "name": "default",
12669
12677
  "declaration": {
12670
12678
  "name": "meta",
12671
- "module": "src/snackbar/snackbar.stories.ts"
12679
+ "module": "src/switch/switch.stories.ts"
12672
12680
  }
12673
12681
  },
12674
12682
  {
@@ -12676,18 +12684,198 @@
12676
12684
  "name": "Primary",
12677
12685
  "declaration": {
12678
12686
  "name": "Primary",
12679
- "module": "src/snackbar/snackbar.stories.ts"
12687
+ "module": "src/switch/switch.stories.ts"
12680
12688
  }
12681
12689
  }
12682
12690
  ]
12683
12691
  },
12684
12692
  {
12685
12693
  "kind": "javascript-module",
12686
- "path": "src/snackbar/snackbar.styles.ts",
12694
+ "path": "src/switch/switch.styles.ts",
12687
12695
  "declarations": [
12688
12696
  {
12689
- "kind": "variable",
12690
- "name": "zeroSnackbarStyles",
12697
+ "kind": "function",
12698
+ "name": "zeroSwitchStyles",
12699
+ "return": {
12700
+ "type": {
12701
+ "text": "ElementStyles"
12702
+ }
12703
+ },
12704
+ "parameters": [
12705
+ {
12706
+ "name": "context",
12707
+ "type": {
12708
+ "text": "ElementDefinitionContext"
12709
+ }
12710
+ },
12711
+ {
12712
+ "name": "definition",
12713
+ "type": {
12714
+ "text": "SwitchOptions"
12715
+ }
12716
+ }
12717
+ ]
12718
+ }
12719
+ ],
12720
+ "exports": [
12721
+ {
12722
+ "kind": "js",
12723
+ "name": "zeroSwitchStyles",
12724
+ "declaration": {
12725
+ "name": "zeroSwitchStyles",
12726
+ "module": "src/switch/switch.styles.ts"
12727
+ }
12728
+ }
12729
+ ]
12730
+ },
12731
+ {
12732
+ "kind": "javascript-module",
12733
+ "path": "src/switch/switch.template.ts",
12734
+ "declarations": [
12735
+ {
12736
+ "kind": "function",
12737
+ "name": "zeroSwitchTemplate",
12738
+ "return": {
12739
+ "type": {
12740
+ "text": "ViewTemplate<Switch>"
12741
+ }
12742
+ },
12743
+ "parameters": [
12744
+ {
12745
+ "name": "context",
12746
+ "type": {
12747
+ "text": "ElementDefinitionContext"
12748
+ }
12749
+ },
12750
+ {
12751
+ "name": "definition",
12752
+ "type": {
12753
+ "text": "SwitchOptions"
12754
+ }
12755
+ }
12756
+ ]
12757
+ }
12758
+ ],
12759
+ "exports": [
12760
+ {
12761
+ "kind": "js",
12762
+ "name": "zeroSwitchTemplate",
12763
+ "declaration": {
12764
+ "name": "zeroSwitchTemplate",
12765
+ "module": "src/switch/switch.template.ts"
12766
+ }
12767
+ }
12768
+ ]
12769
+ },
12770
+ {
12771
+ "kind": "javascript-module",
12772
+ "path": "src/switch/switch.ts",
12773
+ "declarations": [
12774
+ {
12775
+ "kind": "class",
12776
+ "description": "",
12777
+ "name": "Switch",
12778
+ "superclass": {
12779
+ "name": "FoundationSwitch",
12780
+ "package": "@genesislcap/foundation-ui"
12781
+ },
12782
+ "tagName": "%%prefix%%-switch",
12783
+ "customElement": true
12784
+ },
12785
+ {
12786
+ "kind": "variable",
12787
+ "name": "zeroSwitch"
12788
+ }
12789
+ ],
12790
+ "exports": [
12791
+ {
12792
+ "kind": "js",
12793
+ "name": "Switch",
12794
+ "declaration": {
12795
+ "name": "Switch",
12796
+ "module": "src/switch/switch.ts"
12797
+ }
12798
+ },
12799
+ {
12800
+ "kind": "js",
12801
+ "name": "zeroSwitch",
12802
+ "declaration": {
12803
+ "name": "zeroSwitch",
12804
+ "module": "src/switch/switch.ts"
12805
+ }
12806
+ }
12807
+ ]
12808
+ },
12809
+ {
12810
+ "kind": "javascript-module",
12811
+ "path": "src/snackbar/index.ts",
12812
+ "declarations": [],
12813
+ "exports": [
12814
+ {
12815
+ "kind": "js",
12816
+ "name": "*",
12817
+ "declaration": {
12818
+ "name": "*",
12819
+ "package": "./snackbar.styles"
12820
+ }
12821
+ },
12822
+ {
12823
+ "kind": "js",
12824
+ "name": "*",
12825
+ "declaration": {
12826
+ "name": "*",
12827
+ "package": "./snackbar"
12828
+ }
12829
+ }
12830
+ ]
12831
+ },
12832
+ {
12833
+ "kind": "javascript-module",
12834
+ "path": "src/snackbar/snackbar.stories.ts",
12835
+ "declarations": [
12836
+ {
12837
+ "kind": "variable",
12838
+ "name": "meta",
12839
+ "type": {
12840
+ "text": "Meta"
12841
+ },
12842
+ "default": "{\n title: 'Snackbar',\n component: 'zero-snackbar',\n}"
12843
+ },
12844
+ {
12845
+ "kind": "variable",
12846
+ "name": "Primary",
12847
+ "type": {
12848
+ "text": "StoryObj"
12849
+ },
12850
+ "default": "{\n args: {\n errorText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n },\n render: ({ errorText }) => html`\n <div id=\"zero-snackbar\" style=\"width: 100%;\">\n <zero-button @click=\"${() => showError(errorText)}\">Show Zero Snackbar</zero-button>\n </div>\n `,\n}"
12851
+ }
12852
+ ],
12853
+ "exports": [
12854
+ {
12855
+ "kind": "js",
12856
+ "name": "default",
12857
+ "declaration": {
12858
+ "name": "meta",
12859
+ "module": "src/snackbar/snackbar.stories.ts"
12860
+ }
12861
+ },
12862
+ {
12863
+ "kind": "js",
12864
+ "name": "Primary",
12865
+ "declaration": {
12866
+ "name": "Primary",
12867
+ "module": "src/snackbar/snackbar.stories.ts"
12868
+ }
12869
+ }
12870
+ ]
12871
+ },
12872
+ {
12873
+ "kind": "javascript-module",
12874
+ "path": "src/snackbar/snackbar.styles.ts",
12875
+ "declarations": [
12876
+ {
12877
+ "kind": "variable",
12878
+ "name": "zeroSnackbarStyles",
12691
12879
  "default": "css`\n ${foundationSnackbarStyles}\n .snackbar {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer2};\n background-color: ${neutralLayer1};\n }\n\n :host([type='error']) .snackbar::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n`"
12692
12880
  }
12693
12881
  ],
@@ -12893,194 +13081,6 @@
12893
13081
  }
12894
13082
  ]
12895
13083
  },
12896
- {
12897
- "kind": "javascript-module",
12898
- "path": "src/switch/index.ts",
12899
- "declarations": [],
12900
- "exports": [
12901
- {
12902
- "kind": "js",
12903
- "name": "*",
12904
- "declaration": {
12905
- "name": "*",
12906
- "package": "./switch"
12907
- }
12908
- },
12909
- {
12910
- "kind": "js",
12911
- "name": "*",
12912
- "declaration": {
12913
- "name": "*",
12914
- "package": "./switch.styles"
12915
- }
12916
- },
12917
- {
12918
- "kind": "js",
12919
- "name": "*",
12920
- "declaration": {
12921
- "name": "*",
12922
- "package": "./switch.template"
12923
- }
12924
- }
12925
- ]
12926
- },
12927
- {
12928
- "kind": "javascript-module",
12929
- "path": "src/switch/switch.stories.ts",
12930
- "declarations": [
12931
- {
12932
- "kind": "variable",
12933
- "name": "meta",
12934
- "type": {
12935
- "text": "Meta"
12936
- },
12937
- "default": "{\n title: 'Switch',\n component: 'zero-switch',\n}"
12938
- },
12939
- {
12940
- "kind": "variable",
12941
- "name": "Primary",
12942
- "type": {
12943
- "text": "StoryObj"
12944
- },
12945
- "default": "{\n render: () => html`\n <zero-switch checked></zero-switch>\n `,\n}"
12946
- }
12947
- ],
12948
- "exports": [
12949
- {
12950
- "kind": "js",
12951
- "name": "default",
12952
- "declaration": {
12953
- "name": "meta",
12954
- "module": "src/switch/switch.stories.ts"
12955
- }
12956
- },
12957
- {
12958
- "kind": "js",
12959
- "name": "Primary",
12960
- "declaration": {
12961
- "name": "Primary",
12962
- "module": "src/switch/switch.stories.ts"
12963
- }
12964
- }
12965
- ]
12966
- },
12967
- {
12968
- "kind": "javascript-module",
12969
- "path": "src/switch/switch.styles.ts",
12970
- "declarations": [
12971
- {
12972
- "kind": "function",
12973
- "name": "zeroSwitchStyles",
12974
- "return": {
12975
- "type": {
12976
- "text": "ElementStyles"
12977
- }
12978
- },
12979
- "parameters": [
12980
- {
12981
- "name": "context",
12982
- "type": {
12983
- "text": "ElementDefinitionContext"
12984
- }
12985
- },
12986
- {
12987
- "name": "definition",
12988
- "type": {
12989
- "text": "SwitchOptions"
12990
- }
12991
- }
12992
- ]
12993
- }
12994
- ],
12995
- "exports": [
12996
- {
12997
- "kind": "js",
12998
- "name": "zeroSwitchStyles",
12999
- "declaration": {
13000
- "name": "zeroSwitchStyles",
13001
- "module": "src/switch/switch.styles.ts"
13002
- }
13003
- }
13004
- ]
13005
- },
13006
- {
13007
- "kind": "javascript-module",
13008
- "path": "src/switch/switch.template.ts",
13009
- "declarations": [
13010
- {
13011
- "kind": "function",
13012
- "name": "zeroSwitchTemplate",
13013
- "return": {
13014
- "type": {
13015
- "text": "ViewTemplate<Switch>"
13016
- }
13017
- },
13018
- "parameters": [
13019
- {
13020
- "name": "context",
13021
- "type": {
13022
- "text": "ElementDefinitionContext"
13023
- }
13024
- },
13025
- {
13026
- "name": "definition",
13027
- "type": {
13028
- "text": "SwitchOptions"
13029
- }
13030
- }
13031
- ]
13032
- }
13033
- ],
13034
- "exports": [
13035
- {
13036
- "kind": "js",
13037
- "name": "zeroSwitchTemplate",
13038
- "declaration": {
13039
- "name": "zeroSwitchTemplate",
13040
- "module": "src/switch/switch.template.ts"
13041
- }
13042
- }
13043
- ]
13044
- },
13045
- {
13046
- "kind": "javascript-module",
13047
- "path": "src/switch/switch.ts",
13048
- "declarations": [
13049
- {
13050
- "kind": "class",
13051
- "description": "",
13052
- "name": "Switch",
13053
- "superclass": {
13054
- "name": "FoundationSwitch",
13055
- "package": "@genesislcap/foundation-ui"
13056
- },
13057
- "tagName": "%%prefix%%-switch",
13058
- "customElement": true
13059
- },
13060
- {
13061
- "kind": "variable",
13062
- "name": "zeroSwitch"
13063
- }
13064
- ],
13065
- "exports": [
13066
- {
13067
- "kind": "js",
13068
- "name": "Switch",
13069
- "declaration": {
13070
- "name": "Switch",
13071
- "module": "src/switch/switch.ts"
13072
- }
13073
- },
13074
- {
13075
- "kind": "js",
13076
- "name": "zeroSwitch",
13077
- "declaration": {
13078
- "name": "zeroSwitch",
13079
- "module": "src/switch/switch.ts"
13080
- }
13081
- }
13082
- ]
13083
- },
13084
13084
  {
13085
13085
  "kind": "javascript-module",
13086
13086
  "path": "src/tab/index.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.78.4-alpha-eb53ceb.0",
4
+ "version": "14.78.4-alpha-278b642.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -62,7 +62,7 @@
62
62
  "storybook": "storybook dev -p 6006"
63
63
  },
64
64
  "devDependencies": {
65
- "@genesislcap/genx": "14.78.4-alpha-eb53ceb.0",
65
+ "@genesislcap/genx": "14.78.4-alpha-278b642.0",
66
66
  "@storybook/addon-essentials": "^7.1.0",
67
67
  "@storybook/addon-links": "^7.1.0",
68
68
  "@storybook/addons": "^7.1.0",
@@ -75,9 +75,9 @@
75
75
  "storybook": "^7.1.0"
76
76
  },
77
77
  "dependencies": {
78
- "@genesislcap/foundation-comms": "14.78.4-alpha-eb53ceb.0",
79
- "@genesislcap/foundation-ui": "14.78.4-alpha-eb53ceb.0",
80
- "@genesislcap/foundation-utils": "14.78.4-alpha-eb53ceb.0",
78
+ "@genesislcap/foundation-comms": "14.78.4-alpha-278b642.0",
79
+ "@genesislcap/foundation-ui": "14.78.4-alpha-278b642.0",
80
+ "@genesislcap/foundation-utils": "14.78.4-alpha-278b642.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": "64d2a166990eb161648f7867a7df1990fdb45a7b"
97
+ "gitHead": "32a0ea8c850e80a26cba53e607e68d0246bcafc0"
98
98
  }