@genesislcap/foundation-zero 14.131.0 → 14.133.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.
@@ -808,225 +808,6 @@
808
808
  }
809
809
  ]
810
810
  },
811
- {
812
- "kind": "javascript-module",
813
- "path": "src/_config/index.ts",
814
- "declarations": [],
815
- "exports": [
816
- {
817
- "kind": "js",
818
- "name": "*",
819
- "declaration": {
820
- "name": "*",
821
- "package": "./styles"
822
- }
823
- },
824
- {
825
- "kind": "js",
826
- "name": "*",
827
- "declaration": {
828
- "name": "*",
829
- "package": "./tokens"
830
- }
831
- },
832
- {
833
- "kind": "js",
834
- "name": "*",
835
- "declaration": {
836
- "name": "*",
837
- "package": "./values"
838
- }
839
- }
840
- ]
841
- },
842
- {
843
- "kind": "javascript-module",
844
- "path": "src/accordion/accordion.stories.ts",
845
- "declarations": [
846
- {
847
- "kind": "variable",
848
- "name": "meta",
849
- "type": {
850
- "text": "Meta"
851
- },
852
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
853
- },
854
- {
855
- "kind": "variable",
856
- "name": "Primary",
857
- "type": {
858
- "text": "StoryObj"
859
- },
860
- "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
861
- }
862
- ],
863
- "exports": [
864
- {
865
- "kind": "js",
866
- "name": "default",
867
- "declaration": {
868
- "name": "meta",
869
- "module": "src/accordion/accordion.stories.ts"
870
- }
871
- },
872
- {
873
- "kind": "js",
874
- "name": "Primary",
875
- "declaration": {
876
- "name": "Primary",
877
- "module": "src/accordion/accordion.stories.ts"
878
- }
879
- }
880
- ]
881
- },
882
- {
883
- "kind": "javascript-module",
884
- "path": "src/accordion/accordion.styles.ts",
885
- "declarations": [
886
- {
887
- "kind": "function",
888
- "name": "zeroAccordionStyles",
889
- "return": {
890
- "type": {
891
- "text": "ElementStyles"
892
- }
893
- },
894
- "parameters": [
895
- {
896
- "name": "context",
897
- "type": {
898
- "text": "ElementDefinitionContext"
899
- }
900
- },
901
- {
902
- "name": "definition",
903
- "type": {
904
- "text": "FoundationElementDefinition"
905
- }
906
- }
907
- ]
908
- }
909
- ],
910
- "exports": [
911
- {
912
- "kind": "js",
913
- "name": "zeroAccordionStyles",
914
- "declaration": {
915
- "name": "zeroAccordionStyles",
916
- "module": "src/accordion/accordion.styles.ts"
917
- }
918
- }
919
- ]
920
- },
921
- {
922
- "kind": "javascript-module",
923
- "path": "src/accordion/accordion.template.ts",
924
- "declarations": [
925
- {
926
- "kind": "function",
927
- "name": "zeroAccordionTemplate",
928
- "return": {
929
- "type": {
930
- "text": "ViewTemplate<Accordion>"
931
- }
932
- },
933
- "parameters": [
934
- {
935
- "name": "context",
936
- "type": {
937
- "text": "ElementDefinitionContext"
938
- }
939
- },
940
- {
941
- "name": "definition",
942
- "type": {
943
- "text": "FoundationElementDefinition"
944
- }
945
- }
946
- ]
947
- }
948
- ],
949
- "exports": [
950
- {
951
- "kind": "js",
952
- "name": "zeroAccordionTemplate",
953
- "declaration": {
954
- "name": "zeroAccordionTemplate",
955
- "module": "src/accordion/accordion.template.ts"
956
- }
957
- }
958
- ]
959
- },
960
- {
961
- "kind": "javascript-module",
962
- "path": "src/accordion/accordion.ts",
963
- "declarations": [
964
- {
965
- "kind": "class",
966
- "description": "",
967
- "name": "Accordion",
968
- "superclass": {
969
- "name": "FoundationAccordion",
970
- "package": "@genesislcap/foundation-ui"
971
- },
972
- "tagName": "%%prefix%%-card",
973
- "customElement": true
974
- },
975
- {
976
- "kind": "variable",
977
- "name": "zeroAccordion"
978
- }
979
- ],
980
- "exports": [
981
- {
982
- "kind": "js",
983
- "name": "Accordion",
984
- "declaration": {
985
- "name": "Accordion",
986
- "module": "src/accordion/accordion.ts"
987
- }
988
- },
989
- {
990
- "kind": "js",
991
- "name": "zeroAccordion",
992
- "declaration": {
993
- "name": "zeroAccordion",
994
- "module": "src/accordion/accordion.ts"
995
- }
996
- }
997
- ]
998
- },
999
- {
1000
- "kind": "javascript-module",
1001
- "path": "src/accordion/index.ts",
1002
- "declarations": [],
1003
- "exports": [
1004
- {
1005
- "kind": "js",
1006
- "name": "*",
1007
- "declaration": {
1008
- "name": "*",
1009
- "package": "./accordion"
1010
- }
1011
- },
1012
- {
1013
- "kind": "js",
1014
- "name": "*",
1015
- "declaration": {
1016
- "name": "*",
1017
- "package": "./accordion.styles"
1018
- }
1019
- },
1020
- {
1021
- "kind": "js",
1022
- "name": "*",
1023
- "declaration": {
1024
- "name": "*",
1025
- "package": "./accordion.template"
1026
- }
1027
- }
1028
- ]
1029
- },
1030
811
  {
1031
812
  "kind": "javascript-module",
1032
813
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1387,6 +1168,37 @@
1387
1168
  }
1388
1169
  ]
1389
1170
  },
1171
+ {
1172
+ "kind": "javascript-module",
1173
+ "path": "src/_config/index.ts",
1174
+ "declarations": [],
1175
+ "exports": [
1176
+ {
1177
+ "kind": "js",
1178
+ "name": "*",
1179
+ "declaration": {
1180
+ "name": "*",
1181
+ "package": "./styles"
1182
+ }
1183
+ },
1184
+ {
1185
+ "kind": "js",
1186
+ "name": "*",
1187
+ "declaration": {
1188
+ "name": "*",
1189
+ "package": "./tokens"
1190
+ }
1191
+ },
1192
+ {
1193
+ "kind": "js",
1194
+ "name": "*",
1195
+ "declaration": {
1196
+ "name": "*",
1197
+ "package": "./values"
1198
+ }
1199
+ }
1200
+ ]
1201
+ },
1390
1202
  {
1391
1203
  "kind": "javascript-module",
1392
1204
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -1968,33 +1780,213 @@
1968
1780
  },
1969
1781
  {
1970
1782
  "kind": "variable",
1971
- "name": "zeroActionsMenu",
1972
- "description": "The Zero Actions Menu",
1973
- "privacy": "public"
1783
+ "name": "zeroActionsMenu",
1784
+ "description": "The Zero Actions Menu",
1785
+ "privacy": "public"
1786
+ }
1787
+ ],
1788
+ "exports": [
1789
+ {
1790
+ "kind": "js",
1791
+ "name": "ActionsMenu",
1792
+ "declaration": {
1793
+ "name": "ActionsMenu",
1794
+ "module": "src/actions-menu/actions-menu.ts"
1795
+ }
1796
+ },
1797
+ {
1798
+ "kind": "js",
1799
+ "name": "zeroActionsMenu",
1800
+ "declaration": {
1801
+ "name": "zeroActionsMenu",
1802
+ "module": "src/actions-menu/actions-menu.ts"
1803
+ }
1804
+ }
1805
+ ]
1806
+ },
1807
+ {
1808
+ "kind": "javascript-module",
1809
+ "path": "src/actions-menu/index.ts",
1810
+ "declarations": [],
1811
+ "exports": [
1812
+ {
1813
+ "kind": "js",
1814
+ "name": "*",
1815
+ "declaration": {
1816
+ "name": "*",
1817
+ "package": "./actions-menu"
1818
+ }
1819
+ },
1820
+ {
1821
+ "kind": "js",
1822
+ "name": "*",
1823
+ "declaration": {
1824
+ "name": "*",
1825
+ "package": "./actions-menu.styles"
1826
+ }
1827
+ }
1828
+ ]
1829
+ },
1830
+ {
1831
+ "kind": "javascript-module",
1832
+ "path": "src/accordion/accordion.stories.ts",
1833
+ "declarations": [
1834
+ {
1835
+ "kind": "variable",
1836
+ "name": "meta",
1837
+ "type": {
1838
+ "text": "Meta"
1839
+ },
1840
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1841
+ },
1842
+ {
1843
+ "kind": "variable",
1844
+ "name": "Primary",
1845
+ "type": {
1846
+ "text": "StoryObj"
1847
+ },
1848
+ "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}"
1849
+ }
1850
+ ],
1851
+ "exports": [
1852
+ {
1853
+ "kind": "js",
1854
+ "name": "default",
1855
+ "declaration": {
1856
+ "name": "meta",
1857
+ "module": "src/accordion/accordion.stories.ts"
1858
+ }
1859
+ },
1860
+ {
1861
+ "kind": "js",
1862
+ "name": "Primary",
1863
+ "declaration": {
1864
+ "name": "Primary",
1865
+ "module": "src/accordion/accordion.stories.ts"
1866
+ }
1867
+ }
1868
+ ]
1869
+ },
1870
+ {
1871
+ "kind": "javascript-module",
1872
+ "path": "src/accordion/accordion.styles.ts",
1873
+ "declarations": [
1874
+ {
1875
+ "kind": "function",
1876
+ "name": "zeroAccordionStyles",
1877
+ "return": {
1878
+ "type": {
1879
+ "text": "ElementStyles"
1880
+ }
1881
+ },
1882
+ "parameters": [
1883
+ {
1884
+ "name": "context",
1885
+ "type": {
1886
+ "text": "ElementDefinitionContext"
1887
+ }
1888
+ },
1889
+ {
1890
+ "name": "definition",
1891
+ "type": {
1892
+ "text": "FoundationElementDefinition"
1893
+ }
1894
+ }
1895
+ ]
1896
+ }
1897
+ ],
1898
+ "exports": [
1899
+ {
1900
+ "kind": "js",
1901
+ "name": "zeroAccordionStyles",
1902
+ "declaration": {
1903
+ "name": "zeroAccordionStyles",
1904
+ "module": "src/accordion/accordion.styles.ts"
1905
+ }
1906
+ }
1907
+ ]
1908
+ },
1909
+ {
1910
+ "kind": "javascript-module",
1911
+ "path": "src/accordion/accordion.template.ts",
1912
+ "declarations": [
1913
+ {
1914
+ "kind": "function",
1915
+ "name": "zeroAccordionTemplate",
1916
+ "return": {
1917
+ "type": {
1918
+ "text": "ViewTemplate<Accordion>"
1919
+ }
1920
+ },
1921
+ "parameters": [
1922
+ {
1923
+ "name": "context",
1924
+ "type": {
1925
+ "text": "ElementDefinitionContext"
1926
+ }
1927
+ },
1928
+ {
1929
+ "name": "definition",
1930
+ "type": {
1931
+ "text": "FoundationElementDefinition"
1932
+ }
1933
+ }
1934
+ ]
1935
+ }
1936
+ ],
1937
+ "exports": [
1938
+ {
1939
+ "kind": "js",
1940
+ "name": "zeroAccordionTemplate",
1941
+ "declaration": {
1942
+ "name": "zeroAccordionTemplate",
1943
+ "module": "src/accordion/accordion.template.ts"
1944
+ }
1945
+ }
1946
+ ]
1947
+ },
1948
+ {
1949
+ "kind": "javascript-module",
1950
+ "path": "src/accordion/accordion.ts",
1951
+ "declarations": [
1952
+ {
1953
+ "kind": "class",
1954
+ "description": "",
1955
+ "name": "Accordion",
1956
+ "superclass": {
1957
+ "name": "FoundationAccordion",
1958
+ "package": "@genesislcap/foundation-ui"
1959
+ },
1960
+ "tagName": "%%prefix%%-card",
1961
+ "customElement": true
1962
+ },
1963
+ {
1964
+ "kind": "variable",
1965
+ "name": "zeroAccordion"
1974
1966
  }
1975
1967
  ],
1976
1968
  "exports": [
1977
1969
  {
1978
1970
  "kind": "js",
1979
- "name": "ActionsMenu",
1971
+ "name": "Accordion",
1980
1972
  "declaration": {
1981
- "name": "ActionsMenu",
1982
- "module": "src/actions-menu/actions-menu.ts"
1973
+ "name": "Accordion",
1974
+ "module": "src/accordion/accordion.ts"
1983
1975
  }
1984
1976
  },
1985
1977
  {
1986
1978
  "kind": "js",
1987
- "name": "zeroActionsMenu",
1979
+ "name": "zeroAccordion",
1988
1980
  "declaration": {
1989
- "name": "zeroActionsMenu",
1990
- "module": "src/actions-menu/actions-menu.ts"
1981
+ "name": "zeroAccordion",
1982
+ "module": "src/accordion/accordion.ts"
1991
1983
  }
1992
1984
  }
1993
1985
  ]
1994
1986
  },
1995
1987
  {
1996
1988
  "kind": "javascript-module",
1997
- "path": "src/actions-menu/index.ts",
1989
+ "path": "src/accordion/index.ts",
1998
1990
  "declarations": [],
1999
1991
  "exports": [
2000
1992
  {
@@ -2002,7 +1994,7 @@
2002
1994
  "name": "*",
2003
1995
  "declaration": {
2004
1996
  "name": "*",
2005
- "package": "./actions-menu"
1997
+ "package": "./accordion"
2006
1998
  }
2007
1999
  },
2008
2000
  {
@@ -2010,7 +2002,15 @@
2010
2002
  "name": "*",
2011
2003
  "declaration": {
2012
2004
  "name": "*",
2013
- "package": "./actions-menu.styles"
2005
+ "package": "./accordion.styles"
2006
+ }
2007
+ },
2008
+ {
2009
+ "kind": "js",
2010
+ "name": "*",
2011
+ "declaration": {
2012
+ "name": "*",
2013
+ "package": "./accordion.template"
2014
2014
  }
2015
2015
  }
2016
2016
  ]
@@ -29216,7 +29216,7 @@
29216
29216
  },
29217
29217
  {
29218
29218
  "kind": "javascript-module",
29219
- "path": "src/tab-panel/index.ts",
29219
+ "path": "src/tab/index.ts",
29220
29220
  "declarations": [],
29221
29221
  "exports": [
29222
29222
  {
@@ -29224,7 +29224,7 @@
29224
29224
  "name": "*",
29225
29225
  "declaration": {
29226
29226
  "name": "*",
29227
- "package": "./tab-panel"
29227
+ "package": "./tab"
29228
29228
  }
29229
29229
  },
29230
29230
  {
@@ -29232,7 +29232,7 @@
29232
29232
  "name": "*",
29233
29233
  "declaration": {
29234
29234
  "name": "*",
29235
- "package": "./tab-panel.styles"
29235
+ "package": "./tab.styles"
29236
29236
  }
29237
29237
  },
29238
29238
  {
@@ -29240,18 +29240,18 @@
29240
29240
  "name": "*",
29241
29241
  "declaration": {
29242
29242
  "name": "*",
29243
- "package": "./tab-panel.template"
29243
+ "package": "./tab.template"
29244
29244
  }
29245
29245
  }
29246
29246
  ]
29247
29247
  },
29248
29248
  {
29249
29249
  "kind": "javascript-module",
29250
- "path": "src/tab-panel/tab-panel.styles.ts",
29250
+ "path": "src/tab/tab.styles.ts",
29251
29251
  "declarations": [
29252
29252
  {
29253
29253
  "kind": "function",
29254
- "name": "zeroTabPanelStyles",
29254
+ "name": "zeroTabStyles",
29255
29255
  "return": {
29256
29256
  "type": {
29257
29257
  "text": "ElementStyles"
@@ -29276,24 +29276,24 @@
29276
29276
  "exports": [
29277
29277
  {
29278
29278
  "kind": "js",
29279
- "name": "zeroTabPanelStyles",
29279
+ "name": "zeroTabStyles",
29280
29280
  "declaration": {
29281
- "name": "zeroTabPanelStyles",
29282
- "module": "src/tab-panel/tab-panel.styles.ts"
29281
+ "name": "zeroTabStyles",
29282
+ "module": "src/tab/tab.styles.ts"
29283
29283
  }
29284
29284
  }
29285
29285
  ]
29286
29286
  },
29287
29287
  {
29288
29288
  "kind": "javascript-module",
29289
- "path": "src/tab-panel/tab-panel.template.ts",
29289
+ "path": "src/tab/tab.template.ts",
29290
29290
  "declarations": [
29291
29291
  {
29292
29292
  "kind": "function",
29293
- "name": "zeroTabPanelTemplate",
29293
+ "name": "zeroTabTemplate",
29294
29294
  "return": {
29295
29295
  "type": {
29296
- "text": "ViewTemplate<TabPanel>"
29296
+ "text": "ViewTemplate<Tab>"
29297
29297
  }
29298
29298
  },
29299
29299
  "parameters": [
@@ -29315,29 +29315,55 @@
29315
29315
  "exports": [
29316
29316
  {
29317
29317
  "kind": "js",
29318
- "name": "zeroTabPanelTemplate",
29318
+ "name": "zeroTabTemplate",
29319
29319
  "declaration": {
29320
- "name": "zeroTabPanelTemplate",
29321
- "module": "src/tab-panel/tab-panel.template.ts"
29320
+ "name": "zeroTabTemplate",
29321
+ "module": "src/tab/tab.template.ts"
29322
29322
  }
29323
29323
  }
29324
29324
  ]
29325
29325
  },
29326
29326
  {
29327
29327
  "kind": "javascript-module",
29328
- "path": "src/tab-panel/tab-panel.ts",
29328
+ "path": "src/tab/tab.ts",
29329
29329
  "declarations": [
29330
29330
  {
29331
29331
  "kind": "class",
29332
29332
  "description": "",
29333
- "name": "TabPanel",
29333
+ "name": "Tab",
29334
29334
  "superclass": {
29335
- "name": "FoundationTabPanel",
29335
+ "name": "FoundationTab",
29336
29336
  "package": "@genesislcap/foundation-ui"
29337
29337
  },
29338
- "tagName": "%%prefix%%-tab-panel",
29338
+ "tagName": "%%prefix%%-tab",
29339
29339
  "customElement": true,
29340
+ "attributes": [
29341
+ {
29342
+ "type": {
29343
+ "text": "boolean"
29344
+ },
29345
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
29346
+ "fieldName": "disabled",
29347
+ "inheritedFrom": {
29348
+ "name": "Tab",
29349
+ "module": "src/tab/tab.ts"
29350
+ }
29351
+ }
29352
+ ],
29340
29353
  "members": [
29354
+ {
29355
+ "kind": "field",
29356
+ "name": "disabled",
29357
+ "type": {
29358
+ "text": "boolean"
29359
+ },
29360
+ "privacy": "public",
29361
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
29362
+ "inheritedFrom": {
29363
+ "name": "Tab",
29364
+ "module": "src/tab/tab.ts"
29365
+ }
29366
+ },
29341
29367
  {
29342
29368
  "kind": "field",
29343
29369
  "name": "_presentation",
@@ -29347,8 +29373,8 @@
29347
29373
  "privacy": "private",
29348
29374
  "default": "void 0",
29349
29375
  "inheritedFrom": {
29350
- "name": "TabPanel",
29351
- "module": "src/tab-panel/tab-panel.ts"
29376
+ "name": "Tab",
29377
+ "module": "src/tab/tab.ts"
29352
29378
  }
29353
29379
  },
29354
29380
  {
@@ -29360,8 +29386,8 @@
29360
29386
  "privacy": "public",
29361
29387
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
29362
29388
  "inheritedFrom": {
29363
- "name": "TabPanel",
29364
- "module": "src/tab-panel/tab-panel.ts"
29389
+ "name": "Tab",
29390
+ "module": "src/tab/tab.ts"
29365
29391
  }
29366
29392
  },
29367
29393
  {
@@ -29373,8 +29399,8 @@
29373
29399
  "privacy": "public",
29374
29400
  "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.",
29375
29401
  "inheritedFrom": {
29376
- "name": "TabPanel",
29377
- "module": "src/tab-panel/tab-panel.ts"
29402
+ "name": "Tab",
29403
+ "module": "src/tab/tab.ts"
29378
29404
  }
29379
29405
  },
29380
29406
  {
@@ -29387,8 +29413,8 @@
29387
29413
  }
29388
29414
  },
29389
29415
  "inheritedFrom": {
29390
- "name": "TabPanel",
29391
- "module": "src/tab-panel/tab-panel.ts"
29416
+ "name": "Tab",
29417
+ "module": "src/tab/tab.ts"
29392
29418
  }
29393
29419
  },
29394
29420
  {
@@ -29400,8 +29426,8 @@
29400
29426
  "privacy": "public",
29401
29427
  "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.",
29402
29428
  "inheritedFrom": {
29403
- "name": "TabPanel",
29404
- "module": "src/tab-panel/tab-panel.ts"
29429
+ "name": "Tab",
29430
+ "module": "src/tab/tab.ts"
29405
29431
  }
29406
29432
  },
29407
29433
  {
@@ -29414,8 +29440,8 @@
29414
29440
  }
29415
29441
  },
29416
29442
  "inheritedFrom": {
29417
- "name": "TabPanel",
29418
- "module": "src/tab-panel/tab-panel.ts"
29443
+ "name": "Tab",
29444
+ "module": "src/tab/tab.ts"
29419
29445
  }
29420
29446
  },
29421
29447
  {
@@ -29445,39 +29471,39 @@
29445
29471
  ],
29446
29472
  "description": "Defines an element registry function with a set of element definition defaults.",
29447
29473
  "inheritedFrom": {
29448
- "name": "TabPanel",
29449
- "module": "src/tab-panel/tab-panel.ts"
29474
+ "name": "Tab",
29475
+ "module": "src/tab/tab.ts"
29450
29476
  }
29451
29477
  }
29452
29478
  ]
29453
29479
  },
29454
29480
  {
29455
29481
  "kind": "variable",
29456
- "name": "zeroTabPanel"
29482
+ "name": "zeroTab"
29457
29483
  }
29458
29484
  ],
29459
29485
  "exports": [
29460
29486
  {
29461
29487
  "kind": "js",
29462
- "name": "TabPanel",
29488
+ "name": "Tab",
29463
29489
  "declaration": {
29464
- "name": "TabPanel",
29465
- "module": "src/tab-panel/tab-panel.ts"
29490
+ "name": "Tab",
29491
+ "module": "src/tab/tab.ts"
29466
29492
  }
29467
29493
  },
29468
29494
  {
29469
29495
  "kind": "js",
29470
- "name": "zeroTabPanel",
29496
+ "name": "zeroTab",
29471
29497
  "declaration": {
29472
- "name": "zeroTabPanel",
29473
- "module": "src/tab-panel/tab-panel.ts"
29498
+ "name": "zeroTab",
29499
+ "module": "src/tab/tab.ts"
29474
29500
  }
29475
29501
  }
29476
29502
  ]
29477
29503
  },
29478
29504
  {
29479
29505
  "kind": "javascript-module",
29480
- "path": "src/tab/index.ts",
29506
+ "path": "src/tab-panel/index.ts",
29481
29507
  "declarations": [],
29482
29508
  "exports": [
29483
29509
  {
@@ -29485,7 +29511,7 @@
29485
29511
  "name": "*",
29486
29512
  "declaration": {
29487
29513
  "name": "*",
29488
- "package": "./tab"
29514
+ "package": "./tab-panel"
29489
29515
  }
29490
29516
  },
29491
29517
  {
@@ -29493,7 +29519,7 @@
29493
29519
  "name": "*",
29494
29520
  "declaration": {
29495
29521
  "name": "*",
29496
- "package": "./tab.styles"
29522
+ "package": "./tab-panel.styles"
29497
29523
  }
29498
29524
  },
29499
29525
  {
@@ -29501,18 +29527,18 @@
29501
29527
  "name": "*",
29502
29528
  "declaration": {
29503
29529
  "name": "*",
29504
- "package": "./tab.template"
29530
+ "package": "./tab-panel.template"
29505
29531
  }
29506
29532
  }
29507
29533
  ]
29508
29534
  },
29509
29535
  {
29510
29536
  "kind": "javascript-module",
29511
- "path": "src/tab/tab.styles.ts",
29537
+ "path": "src/tab-panel/tab-panel.styles.ts",
29512
29538
  "declarations": [
29513
29539
  {
29514
29540
  "kind": "function",
29515
- "name": "zeroTabStyles",
29541
+ "name": "zeroTabPanelStyles",
29516
29542
  "return": {
29517
29543
  "type": {
29518
29544
  "text": "ElementStyles"
@@ -29537,24 +29563,24 @@
29537
29563
  "exports": [
29538
29564
  {
29539
29565
  "kind": "js",
29540
- "name": "zeroTabStyles",
29566
+ "name": "zeroTabPanelStyles",
29541
29567
  "declaration": {
29542
- "name": "zeroTabStyles",
29543
- "module": "src/tab/tab.styles.ts"
29568
+ "name": "zeroTabPanelStyles",
29569
+ "module": "src/tab-panel/tab-panel.styles.ts"
29544
29570
  }
29545
29571
  }
29546
29572
  ]
29547
29573
  },
29548
29574
  {
29549
29575
  "kind": "javascript-module",
29550
- "path": "src/tab/tab.template.ts",
29576
+ "path": "src/tab-panel/tab-panel.template.ts",
29551
29577
  "declarations": [
29552
29578
  {
29553
29579
  "kind": "function",
29554
- "name": "zeroTabTemplate",
29580
+ "name": "zeroTabPanelTemplate",
29555
29581
  "return": {
29556
29582
  "type": {
29557
- "text": "ViewTemplate<Tab>"
29583
+ "text": "ViewTemplate<TabPanel>"
29558
29584
  }
29559
29585
  },
29560
29586
  "parameters": [
@@ -29576,55 +29602,29 @@
29576
29602
  "exports": [
29577
29603
  {
29578
29604
  "kind": "js",
29579
- "name": "zeroTabTemplate",
29605
+ "name": "zeroTabPanelTemplate",
29580
29606
  "declaration": {
29581
- "name": "zeroTabTemplate",
29582
- "module": "src/tab/tab.template.ts"
29607
+ "name": "zeroTabPanelTemplate",
29608
+ "module": "src/tab-panel/tab-panel.template.ts"
29583
29609
  }
29584
29610
  }
29585
29611
  ]
29586
29612
  },
29587
29613
  {
29588
29614
  "kind": "javascript-module",
29589
- "path": "src/tab/tab.ts",
29615
+ "path": "src/tab-panel/tab-panel.ts",
29590
29616
  "declarations": [
29591
29617
  {
29592
29618
  "kind": "class",
29593
29619
  "description": "",
29594
- "name": "Tab",
29620
+ "name": "TabPanel",
29595
29621
  "superclass": {
29596
- "name": "FoundationTab",
29622
+ "name": "FoundationTabPanel",
29597
29623
  "package": "@genesislcap/foundation-ui"
29598
29624
  },
29599
- "tagName": "%%prefix%%-tab",
29625
+ "tagName": "%%prefix%%-tab-panel",
29600
29626
  "customElement": true,
29601
- "attributes": [
29602
- {
29603
- "type": {
29604
- "text": "boolean"
29605
- },
29606
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
29607
- "fieldName": "disabled",
29608
- "inheritedFrom": {
29609
- "name": "Tab",
29610
- "module": "src/tab/tab.ts"
29611
- }
29612
- }
29613
- ],
29614
29627
  "members": [
29615
- {
29616
- "kind": "field",
29617
- "name": "disabled",
29618
- "type": {
29619
- "text": "boolean"
29620
- },
29621
- "privacy": "public",
29622
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
29623
- "inheritedFrom": {
29624
- "name": "Tab",
29625
- "module": "src/tab/tab.ts"
29626
- }
29627
- },
29628
29628
  {
29629
29629
  "kind": "field",
29630
29630
  "name": "_presentation",
@@ -29634,8 +29634,8 @@
29634
29634
  "privacy": "private",
29635
29635
  "default": "void 0",
29636
29636
  "inheritedFrom": {
29637
- "name": "Tab",
29638
- "module": "src/tab/tab.ts"
29637
+ "name": "TabPanel",
29638
+ "module": "src/tab-panel/tab-panel.ts"
29639
29639
  }
29640
29640
  },
29641
29641
  {
@@ -29647,8 +29647,8 @@
29647
29647
  "privacy": "public",
29648
29648
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
29649
29649
  "inheritedFrom": {
29650
- "name": "Tab",
29651
- "module": "src/tab/tab.ts"
29650
+ "name": "TabPanel",
29651
+ "module": "src/tab-panel/tab-panel.ts"
29652
29652
  }
29653
29653
  },
29654
29654
  {
@@ -29660,8 +29660,8 @@
29660
29660
  "privacy": "public",
29661
29661
  "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.",
29662
29662
  "inheritedFrom": {
29663
- "name": "Tab",
29664
- "module": "src/tab/tab.ts"
29663
+ "name": "TabPanel",
29664
+ "module": "src/tab-panel/tab-panel.ts"
29665
29665
  }
29666
29666
  },
29667
29667
  {
@@ -29674,8 +29674,8 @@
29674
29674
  }
29675
29675
  },
29676
29676
  "inheritedFrom": {
29677
- "name": "Tab",
29678
- "module": "src/tab/tab.ts"
29677
+ "name": "TabPanel",
29678
+ "module": "src/tab-panel/tab-panel.ts"
29679
29679
  }
29680
29680
  },
29681
29681
  {
@@ -29687,8 +29687,8 @@
29687
29687
  "privacy": "public",
29688
29688
  "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.",
29689
29689
  "inheritedFrom": {
29690
- "name": "Tab",
29691
- "module": "src/tab/tab.ts"
29690
+ "name": "TabPanel",
29691
+ "module": "src/tab-panel/tab-panel.ts"
29692
29692
  }
29693
29693
  },
29694
29694
  {
@@ -29701,8 +29701,8 @@
29701
29701
  }
29702
29702
  },
29703
29703
  "inheritedFrom": {
29704
- "name": "Tab",
29705
- "module": "src/tab/tab.ts"
29704
+ "name": "TabPanel",
29705
+ "module": "src/tab-panel/tab-panel.ts"
29706
29706
  }
29707
29707
  },
29708
29708
  {
@@ -29732,32 +29732,32 @@
29732
29732
  ],
29733
29733
  "description": "Defines an element registry function with a set of element definition defaults.",
29734
29734
  "inheritedFrom": {
29735
- "name": "Tab",
29736
- "module": "src/tab/tab.ts"
29735
+ "name": "TabPanel",
29736
+ "module": "src/tab-panel/tab-panel.ts"
29737
29737
  }
29738
29738
  }
29739
29739
  ]
29740
29740
  },
29741
29741
  {
29742
29742
  "kind": "variable",
29743
- "name": "zeroTab"
29743
+ "name": "zeroTabPanel"
29744
29744
  }
29745
29745
  ],
29746
29746
  "exports": [
29747
29747
  {
29748
29748
  "kind": "js",
29749
- "name": "Tab",
29749
+ "name": "TabPanel",
29750
29750
  "declaration": {
29751
- "name": "Tab",
29752
- "module": "src/tab/tab.ts"
29751
+ "name": "TabPanel",
29752
+ "module": "src/tab-panel/tab-panel.ts"
29753
29753
  }
29754
29754
  },
29755
29755
  {
29756
29756
  "kind": "js",
29757
- "name": "zeroTab",
29757
+ "name": "zeroTabPanel",
29758
29758
  "declaration": {
29759
- "name": "zeroTab",
29760
- "module": "src/tab/tab.ts"
29759
+ "name": "zeroTabPanel",
29760
+ "module": "src/tab-panel/tab-panel.ts"
29761
29761
  }
29762
29762
  }
29763
29763
  ]
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.131.0",
4
+ "version": "14.133.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.131.0",
70
+ "@genesislcap/genx": "14.133.0",
71
71
  "@storybook/addon-coverage": "^1.0.0",
72
72
  "@storybook/addon-essentials": "^7.6.7",
73
73
  "@storybook/addon-links": "^7.6.7",
@@ -84,10 +84,10 @@
84
84
  "storybook": "^7.6.7"
85
85
  },
86
86
  "dependencies": {
87
- "@genesislcap/foundation-comms": "14.131.0",
88
- "@genesislcap/foundation-logger": "14.131.0",
89
- "@genesislcap/foundation-ui": "14.131.0",
90
- "@genesislcap/foundation-utils": "14.131.0",
87
+ "@genesislcap/foundation-comms": "14.133.0",
88
+ "@genesislcap/foundation-logger": "14.133.0",
89
+ "@genesislcap/foundation-ui": "14.133.0",
90
+ "@genesislcap/foundation-utils": "14.133.0",
91
91
  "@microsoft/fast-colors": "^5.3.1",
92
92
  "@microsoft/fast-components": "^2.30.6",
93
93
  "@microsoft/fast-element": "^1.12.0",
@@ -104,5 +104,5 @@
104
104
  "access": "public"
105
105
  },
106
106
  "customElements": "dist/custom-elements.json",
107
- "gitHead": "9700c4db04186e6579ff05be972fbab156dd0272"
107
+ "gitHead": "75534e45567b7f439b5ed104151172fc4405a9c0"
108
108
  }