@genesislcap/foundation-zero 14.145.2 → 14.145.3-alpha-595a97d.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.
@@ -677,37 +677,6 @@
677
677
  }
678
678
  ]
679
679
  },
680
- {
681
- "kind": "javascript-module",
682
- "path": "src/_config/index.ts",
683
- "declarations": [],
684
- "exports": [
685
- {
686
- "kind": "js",
687
- "name": "*",
688
- "declaration": {
689
- "name": "*",
690
- "package": "./styles"
691
- }
692
- },
693
- {
694
- "kind": "js",
695
- "name": "*",
696
- "declaration": {
697
- "name": "*",
698
- "package": "./tokens"
699
- }
700
- },
701
- {
702
- "kind": "js",
703
- "name": "*",
704
- "declaration": {
705
- "name": "*",
706
- "package": "./values"
707
- }
708
- }
709
- ]
710
- },
711
680
  {
712
681
  "kind": "javascript-module",
713
682
  "path": "src/_common/colors.hex.ts",
@@ -847,6 +816,37 @@
847
816
  }
848
817
  ]
849
818
  },
819
+ {
820
+ "kind": "javascript-module",
821
+ "path": "src/_config/index.ts",
822
+ "declarations": [],
823
+ "exports": [
824
+ {
825
+ "kind": "js",
826
+ "name": "*",
827
+ "declaration": {
828
+ "name": "*",
829
+ "package": "./styles"
830
+ }
831
+ },
832
+ {
833
+ "kind": "js",
834
+ "name": "*",
835
+ "declaration": {
836
+ "name": "*",
837
+ "package": "./tokens"
838
+ }
839
+ },
840
+ {
841
+ "kind": "js",
842
+ "name": "*",
843
+ "declaration": {
844
+ "name": "*",
845
+ "package": "./values"
846
+ }
847
+ }
848
+ ]
849
+ },
850
850
  {
851
851
  "kind": "javascript-module",
852
852
  "path": "src/accordion/accordion.stories.ts",
@@ -1035,6 +1035,366 @@
1035
1035
  }
1036
1036
  ]
1037
1037
  },
1038
+ {
1039
+ "kind": "javascript-module",
1040
+ "path": "src/accordion-item/accordion-item.styles.ts",
1041
+ "declarations": [
1042
+ {
1043
+ "kind": "function",
1044
+ "name": "zeroAccordionItemStyles",
1045
+ "return": {
1046
+ "type": {
1047
+ "text": "ElementStyles"
1048
+ }
1049
+ },
1050
+ "parameters": [
1051
+ {
1052
+ "name": "context",
1053
+ "type": {
1054
+ "text": "ElementDefinitionContext"
1055
+ }
1056
+ },
1057
+ {
1058
+ "name": "definition",
1059
+ "type": {
1060
+ "text": "FoundationElementDefinition"
1061
+ }
1062
+ }
1063
+ ]
1064
+ }
1065
+ ],
1066
+ "exports": [
1067
+ {
1068
+ "kind": "js",
1069
+ "name": "zeroAccordionItemStyles",
1070
+ "declaration": {
1071
+ "name": "zeroAccordionItemStyles",
1072
+ "module": "src/accordion-item/accordion-item.styles.ts"
1073
+ }
1074
+ }
1075
+ ]
1076
+ },
1077
+ {
1078
+ "kind": "javascript-module",
1079
+ "path": "src/accordion-item/accordion-item.template.ts",
1080
+ "declarations": [
1081
+ {
1082
+ "kind": "function",
1083
+ "name": "zeroAccordionItemTemplate",
1084
+ "return": {
1085
+ "type": {
1086
+ "text": "ViewTemplate<AccordionItem>"
1087
+ }
1088
+ },
1089
+ "parameters": [
1090
+ {
1091
+ "name": "context",
1092
+ "type": {
1093
+ "text": "ElementDefinitionContext"
1094
+ }
1095
+ },
1096
+ {
1097
+ "name": "definition",
1098
+ "type": {
1099
+ "text": "FoundationElementDefinition"
1100
+ }
1101
+ }
1102
+ ]
1103
+ }
1104
+ ],
1105
+ "exports": [
1106
+ {
1107
+ "kind": "js",
1108
+ "name": "zeroAccordionItemTemplate",
1109
+ "declaration": {
1110
+ "name": "zeroAccordionItemTemplate",
1111
+ "module": "src/accordion-item/accordion-item.template.ts"
1112
+ }
1113
+ }
1114
+ ]
1115
+ },
1116
+ {
1117
+ "kind": "javascript-module",
1118
+ "path": "src/accordion-item/accordion-item.ts",
1119
+ "declarations": [
1120
+ {
1121
+ "kind": "class",
1122
+ "description": "",
1123
+ "name": "AccordionItem",
1124
+ "superclass": {
1125
+ "name": "FoundationAccordionItem",
1126
+ "package": "@genesislcap/foundation-ui"
1127
+ },
1128
+ "tagName": "%%prefix%%-card",
1129
+ "customElement": true,
1130
+ "attributes": [
1131
+ {
1132
+ "name": "heading-level",
1133
+ "type": {
1134
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1135
+ },
1136
+ "default": "2",
1137
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1138
+ "fieldName": "headinglevel",
1139
+ "inheritedFrom": {
1140
+ "name": "AccordionItem",
1141
+ "module": "src/accordion-item/accordion-item.ts"
1142
+ }
1143
+ },
1144
+ {
1145
+ "type": {
1146
+ "text": "boolean"
1147
+ },
1148
+ "default": "false",
1149
+ "description": "Expands or collapses the item.",
1150
+ "fieldName": "expanded",
1151
+ "inheritedFrom": {
1152
+ "name": "AccordionItem",
1153
+ "module": "src/accordion-item/accordion-item.ts"
1154
+ }
1155
+ },
1156
+ {
1157
+ "name": "id",
1158
+ "type": {
1159
+ "text": "string"
1160
+ },
1161
+ "description": "The item ID",
1162
+ "fieldName": "id",
1163
+ "inheritedFrom": {
1164
+ "name": "AccordionItem",
1165
+ "module": "src/accordion-item/accordion-item.ts"
1166
+ }
1167
+ }
1168
+ ],
1169
+ "members": [
1170
+ {
1171
+ "kind": "field",
1172
+ "name": "headinglevel",
1173
+ "type": {
1174
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1175
+ },
1176
+ "privacy": "public",
1177
+ "default": "2",
1178
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1179
+ "inheritedFrom": {
1180
+ "name": "AccordionItem",
1181
+ "module": "src/accordion-item/accordion-item.ts"
1182
+ }
1183
+ },
1184
+ {
1185
+ "kind": "field",
1186
+ "name": "expanded",
1187
+ "type": {
1188
+ "text": "boolean"
1189
+ },
1190
+ "privacy": "public",
1191
+ "default": "false",
1192
+ "description": "Expands or collapses the item.",
1193
+ "inheritedFrom": {
1194
+ "name": "AccordionItem",
1195
+ "module": "src/accordion-item/accordion-item.ts"
1196
+ }
1197
+ },
1198
+ {
1199
+ "kind": "field",
1200
+ "name": "id",
1201
+ "type": {
1202
+ "text": "string"
1203
+ },
1204
+ "privacy": "public",
1205
+ "description": "The item ID",
1206
+ "inheritedFrom": {
1207
+ "name": "AccordionItem",
1208
+ "module": "src/accordion-item/accordion-item.ts"
1209
+ }
1210
+ },
1211
+ {
1212
+ "kind": "field",
1213
+ "name": "change",
1214
+ "privacy": "private",
1215
+ "inheritedFrom": {
1216
+ "name": "AccordionItem",
1217
+ "module": "src/accordion-item/accordion-item.ts"
1218
+ }
1219
+ },
1220
+ {
1221
+ "kind": "field",
1222
+ "name": "_presentation",
1223
+ "type": {
1224
+ "text": "ComponentPresentation | null | undefined"
1225
+ },
1226
+ "privacy": "private",
1227
+ "default": "void 0",
1228
+ "inheritedFrom": {
1229
+ "name": "AccordionItem",
1230
+ "module": "src/accordion-item/accordion-item.ts"
1231
+ }
1232
+ },
1233
+ {
1234
+ "kind": "field",
1235
+ "name": "$presentation",
1236
+ "type": {
1237
+ "text": "ComponentPresentation | null"
1238
+ },
1239
+ "privacy": "public",
1240
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1241
+ "inheritedFrom": {
1242
+ "name": "AccordionItem",
1243
+ "module": "src/accordion-item/accordion-item.ts"
1244
+ }
1245
+ },
1246
+ {
1247
+ "kind": "field",
1248
+ "name": "template",
1249
+ "type": {
1250
+ "text": "ElementViewTemplate | void | null"
1251
+ },
1252
+ "privacy": "public",
1253
+ "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.",
1254
+ "inheritedFrom": {
1255
+ "name": "AccordionItem",
1256
+ "module": "src/accordion-item/accordion-item.ts"
1257
+ }
1258
+ },
1259
+ {
1260
+ "kind": "method",
1261
+ "name": "templateChanged",
1262
+ "privacy": "protected",
1263
+ "return": {
1264
+ "type": {
1265
+ "text": "void"
1266
+ }
1267
+ },
1268
+ "inheritedFrom": {
1269
+ "name": "AccordionItem",
1270
+ "module": "src/accordion-item/accordion-item.ts"
1271
+ }
1272
+ },
1273
+ {
1274
+ "kind": "field",
1275
+ "name": "styles",
1276
+ "type": {
1277
+ "text": "ElementStyles | void | null"
1278
+ },
1279
+ "privacy": "public",
1280
+ "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.",
1281
+ "inheritedFrom": {
1282
+ "name": "AccordionItem",
1283
+ "module": "src/accordion-item/accordion-item.ts"
1284
+ }
1285
+ },
1286
+ {
1287
+ "kind": "method",
1288
+ "name": "stylesChanged",
1289
+ "privacy": "protected",
1290
+ "return": {
1291
+ "type": {
1292
+ "text": "void"
1293
+ }
1294
+ },
1295
+ "inheritedFrom": {
1296
+ "name": "AccordionItem",
1297
+ "module": "src/accordion-item/accordion-item.ts"
1298
+ }
1299
+ },
1300
+ {
1301
+ "kind": "method",
1302
+ "name": "compose",
1303
+ "privacy": "public",
1304
+ "static": true,
1305
+ "return": {
1306
+ "type": {
1307
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1308
+ }
1309
+ },
1310
+ "parameters": [
1311
+ {
1312
+ "name": "this",
1313
+ "type": {
1314
+ "text": "K"
1315
+ }
1316
+ },
1317
+ {
1318
+ "name": "elementDefinition",
1319
+ "type": {
1320
+ "text": "T"
1321
+ },
1322
+ "description": "The definition of the element to create the registry\nfunction for."
1323
+ }
1324
+ ],
1325
+ "description": "Defines an element registry function with a set of element definition defaults.",
1326
+ "inheritedFrom": {
1327
+ "name": "AccordionItem",
1328
+ "module": "src/accordion-item/accordion-item.ts"
1329
+ }
1330
+ }
1331
+ ],
1332
+ "events": [
1333
+ {
1334
+ "description": "Fires a custom 'change' event when the button is invoked",
1335
+ "name": "change",
1336
+ "inheritedFrom": {
1337
+ "name": "AccordionItem",
1338
+ "module": "src/accordion-item/accordion-item.ts"
1339
+ }
1340
+ }
1341
+ ]
1342
+ },
1343
+ {
1344
+ "kind": "variable",
1345
+ "name": "zeroAccordionItem"
1346
+ }
1347
+ ],
1348
+ "exports": [
1349
+ {
1350
+ "kind": "js",
1351
+ "name": "AccordionItem",
1352
+ "declaration": {
1353
+ "name": "AccordionItem",
1354
+ "module": "src/accordion-item/accordion-item.ts"
1355
+ }
1356
+ },
1357
+ {
1358
+ "kind": "js",
1359
+ "name": "zeroAccordionItem",
1360
+ "declaration": {
1361
+ "name": "zeroAccordionItem",
1362
+ "module": "src/accordion-item/accordion-item.ts"
1363
+ }
1364
+ }
1365
+ ]
1366
+ },
1367
+ {
1368
+ "kind": "javascript-module",
1369
+ "path": "src/accordion-item/index.ts",
1370
+ "declarations": [],
1371
+ "exports": [
1372
+ {
1373
+ "kind": "js",
1374
+ "name": "*",
1375
+ "declaration": {
1376
+ "name": "*",
1377
+ "package": "./accordion-item"
1378
+ }
1379
+ },
1380
+ {
1381
+ "kind": "js",
1382
+ "name": "*",
1383
+ "declaration": {
1384
+ "name": "*",
1385
+ "package": "./accordion-item.styles"
1386
+ }
1387
+ },
1388
+ {
1389
+ "kind": "js",
1390
+ "name": "*",
1391
+ "declaration": {
1392
+ "name": "*",
1393
+ "package": "./accordion-item.template"
1394
+ }
1395
+ }
1396
+ ]
1397
+ },
1038
1398
  {
1039
1399
  "kind": "javascript-module",
1040
1400
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -1663,366 +2023,6 @@
1663
2023
  }
1664
2024
  ]
1665
2025
  },
1666
- {
1667
- "kind": "javascript-module",
1668
- "path": "src/accordion-item/accordion-item.styles.ts",
1669
- "declarations": [
1670
- {
1671
- "kind": "function",
1672
- "name": "zeroAccordionItemStyles",
1673
- "return": {
1674
- "type": {
1675
- "text": "ElementStyles"
1676
- }
1677
- },
1678
- "parameters": [
1679
- {
1680
- "name": "context",
1681
- "type": {
1682
- "text": "ElementDefinitionContext"
1683
- }
1684
- },
1685
- {
1686
- "name": "definition",
1687
- "type": {
1688
- "text": "FoundationElementDefinition"
1689
- }
1690
- }
1691
- ]
1692
- }
1693
- ],
1694
- "exports": [
1695
- {
1696
- "kind": "js",
1697
- "name": "zeroAccordionItemStyles",
1698
- "declaration": {
1699
- "name": "zeroAccordionItemStyles",
1700
- "module": "src/accordion-item/accordion-item.styles.ts"
1701
- }
1702
- }
1703
- ]
1704
- },
1705
- {
1706
- "kind": "javascript-module",
1707
- "path": "src/accordion-item/accordion-item.template.ts",
1708
- "declarations": [
1709
- {
1710
- "kind": "function",
1711
- "name": "zeroAccordionItemTemplate",
1712
- "return": {
1713
- "type": {
1714
- "text": "ViewTemplate<AccordionItem>"
1715
- }
1716
- },
1717
- "parameters": [
1718
- {
1719
- "name": "context",
1720
- "type": {
1721
- "text": "ElementDefinitionContext"
1722
- }
1723
- },
1724
- {
1725
- "name": "definition",
1726
- "type": {
1727
- "text": "FoundationElementDefinition"
1728
- }
1729
- }
1730
- ]
1731
- }
1732
- ],
1733
- "exports": [
1734
- {
1735
- "kind": "js",
1736
- "name": "zeroAccordionItemTemplate",
1737
- "declaration": {
1738
- "name": "zeroAccordionItemTemplate",
1739
- "module": "src/accordion-item/accordion-item.template.ts"
1740
- }
1741
- }
1742
- ]
1743
- },
1744
- {
1745
- "kind": "javascript-module",
1746
- "path": "src/accordion-item/accordion-item.ts",
1747
- "declarations": [
1748
- {
1749
- "kind": "class",
1750
- "description": "",
1751
- "name": "AccordionItem",
1752
- "superclass": {
1753
- "name": "FoundationAccordionItem",
1754
- "package": "@genesislcap/foundation-ui"
1755
- },
1756
- "tagName": "%%prefix%%-card",
1757
- "customElement": true,
1758
- "attributes": [
1759
- {
1760
- "name": "heading-level",
1761
- "type": {
1762
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1763
- },
1764
- "default": "2",
1765
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1766
- "fieldName": "headinglevel",
1767
- "inheritedFrom": {
1768
- "name": "AccordionItem",
1769
- "module": "src/accordion-item/accordion-item.ts"
1770
- }
1771
- },
1772
- {
1773
- "type": {
1774
- "text": "boolean"
1775
- },
1776
- "default": "false",
1777
- "description": "Expands or collapses the item.",
1778
- "fieldName": "expanded",
1779
- "inheritedFrom": {
1780
- "name": "AccordionItem",
1781
- "module": "src/accordion-item/accordion-item.ts"
1782
- }
1783
- },
1784
- {
1785
- "name": "id",
1786
- "type": {
1787
- "text": "string"
1788
- },
1789
- "description": "The item ID",
1790
- "fieldName": "id",
1791
- "inheritedFrom": {
1792
- "name": "AccordionItem",
1793
- "module": "src/accordion-item/accordion-item.ts"
1794
- }
1795
- }
1796
- ],
1797
- "members": [
1798
- {
1799
- "kind": "field",
1800
- "name": "headinglevel",
1801
- "type": {
1802
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1803
- },
1804
- "privacy": "public",
1805
- "default": "2",
1806
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1807
- "inheritedFrom": {
1808
- "name": "AccordionItem",
1809
- "module": "src/accordion-item/accordion-item.ts"
1810
- }
1811
- },
1812
- {
1813
- "kind": "field",
1814
- "name": "expanded",
1815
- "type": {
1816
- "text": "boolean"
1817
- },
1818
- "privacy": "public",
1819
- "default": "false",
1820
- "description": "Expands or collapses the item.",
1821
- "inheritedFrom": {
1822
- "name": "AccordionItem",
1823
- "module": "src/accordion-item/accordion-item.ts"
1824
- }
1825
- },
1826
- {
1827
- "kind": "field",
1828
- "name": "id",
1829
- "type": {
1830
- "text": "string"
1831
- },
1832
- "privacy": "public",
1833
- "description": "The item ID",
1834
- "inheritedFrom": {
1835
- "name": "AccordionItem",
1836
- "module": "src/accordion-item/accordion-item.ts"
1837
- }
1838
- },
1839
- {
1840
- "kind": "field",
1841
- "name": "change",
1842
- "privacy": "private",
1843
- "inheritedFrom": {
1844
- "name": "AccordionItem",
1845
- "module": "src/accordion-item/accordion-item.ts"
1846
- }
1847
- },
1848
- {
1849
- "kind": "field",
1850
- "name": "_presentation",
1851
- "type": {
1852
- "text": "ComponentPresentation | null | undefined"
1853
- },
1854
- "privacy": "private",
1855
- "default": "void 0",
1856
- "inheritedFrom": {
1857
- "name": "AccordionItem",
1858
- "module": "src/accordion-item/accordion-item.ts"
1859
- }
1860
- },
1861
- {
1862
- "kind": "field",
1863
- "name": "$presentation",
1864
- "type": {
1865
- "text": "ComponentPresentation | null"
1866
- },
1867
- "privacy": "public",
1868
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1869
- "inheritedFrom": {
1870
- "name": "AccordionItem",
1871
- "module": "src/accordion-item/accordion-item.ts"
1872
- }
1873
- },
1874
- {
1875
- "kind": "field",
1876
- "name": "template",
1877
- "type": {
1878
- "text": "ElementViewTemplate | void | null"
1879
- },
1880
- "privacy": "public",
1881
- "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.",
1882
- "inheritedFrom": {
1883
- "name": "AccordionItem",
1884
- "module": "src/accordion-item/accordion-item.ts"
1885
- }
1886
- },
1887
- {
1888
- "kind": "method",
1889
- "name": "templateChanged",
1890
- "privacy": "protected",
1891
- "return": {
1892
- "type": {
1893
- "text": "void"
1894
- }
1895
- },
1896
- "inheritedFrom": {
1897
- "name": "AccordionItem",
1898
- "module": "src/accordion-item/accordion-item.ts"
1899
- }
1900
- },
1901
- {
1902
- "kind": "field",
1903
- "name": "styles",
1904
- "type": {
1905
- "text": "ElementStyles | void | null"
1906
- },
1907
- "privacy": "public",
1908
- "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.",
1909
- "inheritedFrom": {
1910
- "name": "AccordionItem",
1911
- "module": "src/accordion-item/accordion-item.ts"
1912
- }
1913
- },
1914
- {
1915
- "kind": "method",
1916
- "name": "stylesChanged",
1917
- "privacy": "protected",
1918
- "return": {
1919
- "type": {
1920
- "text": "void"
1921
- }
1922
- },
1923
- "inheritedFrom": {
1924
- "name": "AccordionItem",
1925
- "module": "src/accordion-item/accordion-item.ts"
1926
- }
1927
- },
1928
- {
1929
- "kind": "method",
1930
- "name": "compose",
1931
- "privacy": "public",
1932
- "static": true,
1933
- "return": {
1934
- "type": {
1935
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1936
- }
1937
- },
1938
- "parameters": [
1939
- {
1940
- "name": "this",
1941
- "type": {
1942
- "text": "K"
1943
- }
1944
- },
1945
- {
1946
- "name": "elementDefinition",
1947
- "type": {
1948
- "text": "T"
1949
- },
1950
- "description": "The definition of the element to create the registry\nfunction for."
1951
- }
1952
- ],
1953
- "description": "Defines an element registry function with a set of element definition defaults.",
1954
- "inheritedFrom": {
1955
- "name": "AccordionItem",
1956
- "module": "src/accordion-item/accordion-item.ts"
1957
- }
1958
- }
1959
- ],
1960
- "events": [
1961
- {
1962
- "description": "Fires a custom 'change' event when the button is invoked",
1963
- "name": "change",
1964
- "inheritedFrom": {
1965
- "name": "AccordionItem",
1966
- "module": "src/accordion-item/accordion-item.ts"
1967
- }
1968
- }
1969
- ]
1970
- },
1971
- {
1972
- "kind": "variable",
1973
- "name": "zeroAccordionItem"
1974
- }
1975
- ],
1976
- "exports": [
1977
- {
1978
- "kind": "js",
1979
- "name": "AccordionItem",
1980
- "declaration": {
1981
- "name": "AccordionItem",
1982
- "module": "src/accordion-item/accordion-item.ts"
1983
- }
1984
- },
1985
- {
1986
- "kind": "js",
1987
- "name": "zeroAccordionItem",
1988
- "declaration": {
1989
- "name": "zeroAccordionItem",
1990
- "module": "src/accordion-item/accordion-item.ts"
1991
- }
1992
- }
1993
- ]
1994
- },
1995
- {
1996
- "kind": "javascript-module",
1997
- "path": "src/accordion-item/index.ts",
1998
- "declarations": [],
1999
- "exports": [
2000
- {
2001
- "kind": "js",
2002
- "name": "*",
2003
- "declaration": {
2004
- "name": "*",
2005
- "package": "./accordion-item"
2006
- }
2007
- },
2008
- {
2009
- "kind": "js",
2010
- "name": "*",
2011
- "declaration": {
2012
- "name": "*",
2013
- "package": "./accordion-item.styles"
2014
- }
2015
- },
2016
- {
2017
- "kind": "js",
2018
- "name": "*",
2019
- "declaration": {
2020
- "name": "*",
2021
- "package": "./accordion-item.template"
2022
- }
2023
- }
2024
- ]
2025
- },
2026
2026
  {
2027
2027
  "kind": "javascript-module",
2028
2028
  "path": "src/anchor/anchor.stories.ts",
@@ -33927,6 +33927,396 @@
33927
33927
  }
33928
33928
  ]
33929
33929
  },
33930
+ {
33931
+ "kind": "javascript-module",
33932
+ "path": "src/toolbar/index.ts",
33933
+ "declarations": [],
33934
+ "exports": [
33935
+ {
33936
+ "kind": "js",
33937
+ "name": "*",
33938
+ "declaration": {
33939
+ "name": "*",
33940
+ "package": "./toolbar"
33941
+ }
33942
+ },
33943
+ {
33944
+ "kind": "js",
33945
+ "name": "*",
33946
+ "declaration": {
33947
+ "name": "*",
33948
+ "package": "./toolbar.styles"
33949
+ }
33950
+ },
33951
+ {
33952
+ "kind": "js",
33953
+ "name": "*",
33954
+ "declaration": {
33955
+ "name": "*",
33956
+ "package": "./toolbar.template"
33957
+ }
33958
+ }
33959
+ ]
33960
+ },
33961
+ {
33962
+ "kind": "javascript-module",
33963
+ "path": "src/toolbar/toolbar.stories.ts",
33964
+ "declarations": [
33965
+ {
33966
+ "kind": "variable",
33967
+ "name": "meta",
33968
+ "type": {
33969
+ "text": "Meta"
33970
+ },
33971
+ "default": "{\n title: 'Toolbar',\n component: 'zero-toolbar',\n}"
33972
+ },
33973
+ {
33974
+ "kind": "variable",
33975
+ "name": "Primary",
33976
+ "type": {
33977
+ "text": "StoryObj"
33978
+ },
33979
+ "default": "{\n render: () => html`\n <zero-toolbar style=\"height: 300px;\">\n <label slot=\"label\">Zero Toolbar</label>\n <zero-checkbox>Zero Checkbox</zero-checkbox>\n <zero-checkbox>Zero Checkbox</zero-checkbox>\n <zero-select>\n <zero-option value=\"1\">Zero Option 1</zero-option>\n <zero-option value=\"2\">Zero Option 2</zero-option>\n <zero-option value=\"3\">Zero Option 3</zero-option>\n </zero-select>\n <zero-button>Zero Button</zero-button>\n </zero-toolbar>\n `,\n}"
33980
+ }
33981
+ ],
33982
+ "exports": [
33983
+ {
33984
+ "kind": "js",
33985
+ "name": "default",
33986
+ "declaration": {
33987
+ "name": "meta",
33988
+ "module": "src/toolbar/toolbar.stories.ts"
33989
+ }
33990
+ },
33991
+ {
33992
+ "kind": "js",
33993
+ "name": "Primary",
33994
+ "declaration": {
33995
+ "name": "Primary",
33996
+ "module": "src/toolbar/toolbar.stories.ts"
33997
+ }
33998
+ }
33999
+ ]
34000
+ },
34001
+ {
34002
+ "kind": "javascript-module",
34003
+ "path": "src/toolbar/toolbar.styles.ts",
34004
+ "declarations": [
34005
+ {
34006
+ "kind": "function",
34007
+ "name": "zeroToolbarStyles",
34008
+ "return": {
34009
+ "type": {
34010
+ "text": "ElementStyles"
34011
+ }
34012
+ },
34013
+ "parameters": [
34014
+ {
34015
+ "name": "context",
34016
+ "type": {
34017
+ "text": "ElementDefinitionContext"
34018
+ }
34019
+ },
34020
+ {
34021
+ "name": "definition",
34022
+ "type": {
34023
+ "text": "FoundationElementDefinition"
34024
+ }
34025
+ }
34026
+ ]
34027
+ }
34028
+ ],
34029
+ "exports": [
34030
+ {
34031
+ "kind": "js",
34032
+ "name": "zeroToolbarStyles",
34033
+ "declaration": {
34034
+ "name": "zeroToolbarStyles",
34035
+ "module": "src/toolbar/toolbar.styles.ts"
34036
+ }
34037
+ }
34038
+ ]
34039
+ },
34040
+ {
34041
+ "kind": "javascript-module",
34042
+ "path": "src/toolbar/toolbar.template.ts",
34043
+ "declarations": [
34044
+ {
34045
+ "kind": "function",
34046
+ "name": "zeroToolbarTemplate",
34047
+ "return": {
34048
+ "type": {
34049
+ "text": "ViewTemplate<Toolbar>"
34050
+ }
34051
+ },
34052
+ "parameters": [
34053
+ {
34054
+ "name": "context",
34055
+ "type": {
34056
+ "text": "ElementDefinitionContext"
34057
+ }
34058
+ },
34059
+ {
34060
+ "name": "definition",
34061
+ "type": {
34062
+ "text": "FoundationElementDefinition"
34063
+ }
34064
+ }
34065
+ ]
34066
+ }
34067
+ ],
34068
+ "exports": [
34069
+ {
34070
+ "kind": "js",
34071
+ "name": "zeroToolbarTemplate",
34072
+ "declaration": {
34073
+ "name": "zeroToolbarTemplate",
34074
+ "module": "src/toolbar/toolbar.template.ts"
34075
+ }
34076
+ }
34077
+ ]
34078
+ },
34079
+ {
34080
+ "kind": "javascript-module",
34081
+ "path": "src/toolbar/toolbar.ts",
34082
+ "declarations": [
34083
+ {
34084
+ "kind": "class",
34085
+ "description": "",
34086
+ "name": "Toolbar",
34087
+ "superclass": {
34088
+ "name": "FoundationToolbar",
34089
+ "package": "@genesislcap/foundation-ui"
34090
+ },
34091
+ "tagName": "%%prefix%%-toolbar",
34092
+ "customElement": true,
34093
+ "attributes": [
34094
+ {
34095
+ "name": "orientation",
34096
+ "type": {
34097
+ "text": "Orientation"
34098
+ },
34099
+ "description": "The orientation of the toolbar.",
34100
+ "fieldName": "orientation",
34101
+ "inheritedFrom": {
34102
+ "name": "Toolbar",
34103
+ "module": "src/toolbar/toolbar.ts"
34104
+ }
34105
+ }
34106
+ ],
34107
+ "members": [
34108
+ {
34109
+ "kind": "field",
34110
+ "name": "activeIndex",
34111
+ "inheritedFrom": {
34112
+ "name": "Toolbar",
34113
+ "module": "src/toolbar/toolbar.ts"
34114
+ }
34115
+ },
34116
+ {
34117
+ "kind": "field",
34118
+ "name": "orientation",
34119
+ "type": {
34120
+ "text": "Orientation"
34121
+ },
34122
+ "privacy": "public",
34123
+ "description": "The orientation of the toolbar.",
34124
+ "inheritedFrom": {
34125
+ "name": "Toolbar",
34126
+ "module": "src/toolbar/toolbar.ts"
34127
+ }
34128
+ },
34129
+ {
34130
+ "kind": "method",
34131
+ "name": "slottedItemsChanged",
34132
+ "privacy": "protected",
34133
+ "return": {
34134
+ "type": {
34135
+ "text": "void"
34136
+ }
34137
+ },
34138
+ "inheritedFrom": {
34139
+ "name": "Toolbar",
34140
+ "module": "src/toolbar/toolbar.ts"
34141
+ }
34142
+ },
34143
+ {
34144
+ "kind": "field",
34145
+ "name": "childItems",
34146
+ "type": {
34147
+ "text": "Element[]"
34148
+ },
34149
+ "privacy": "public",
34150
+ "inheritedFrom": {
34151
+ "name": "Toolbar",
34152
+ "module": "src/toolbar/toolbar.ts"
34153
+ }
34154
+ },
34155
+ {
34156
+ "kind": "method",
34157
+ "name": "childItemsChanged",
34158
+ "privacy": "protected",
34159
+ "return": {
34160
+ "type": {
34161
+ "text": "void"
34162
+ }
34163
+ },
34164
+ "parameters": [
34165
+ {
34166
+ "name": "prev",
34167
+ "type": {
34168
+ "text": "undefined | Element[]"
34169
+ }
34170
+ },
34171
+ {
34172
+ "name": "next",
34173
+ "type": {
34174
+ "text": "Element[]"
34175
+ }
34176
+ }
34177
+ ],
34178
+ "inheritedFrom": {
34179
+ "name": "Toolbar",
34180
+ "module": "src/toolbar/toolbar.ts"
34181
+ }
34182
+ },
34183
+ {
34184
+ "kind": "field",
34185
+ "name": "_presentation",
34186
+ "type": {
34187
+ "text": "ComponentPresentation | null | undefined"
34188
+ },
34189
+ "privacy": "private",
34190
+ "default": "void 0",
34191
+ "inheritedFrom": {
34192
+ "name": "Toolbar",
34193
+ "module": "src/toolbar/toolbar.ts"
34194
+ }
34195
+ },
34196
+ {
34197
+ "kind": "field",
34198
+ "name": "$presentation",
34199
+ "type": {
34200
+ "text": "ComponentPresentation | null"
34201
+ },
34202
+ "privacy": "public",
34203
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
34204
+ "inheritedFrom": {
34205
+ "name": "Toolbar",
34206
+ "module": "src/toolbar/toolbar.ts"
34207
+ }
34208
+ },
34209
+ {
34210
+ "kind": "field",
34211
+ "name": "template",
34212
+ "type": {
34213
+ "text": "ElementViewTemplate | void | null"
34214
+ },
34215
+ "privacy": "public",
34216
+ "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.",
34217
+ "inheritedFrom": {
34218
+ "name": "Toolbar",
34219
+ "module": "src/toolbar/toolbar.ts"
34220
+ }
34221
+ },
34222
+ {
34223
+ "kind": "method",
34224
+ "name": "templateChanged",
34225
+ "privacy": "protected",
34226
+ "return": {
34227
+ "type": {
34228
+ "text": "void"
34229
+ }
34230
+ },
34231
+ "inheritedFrom": {
34232
+ "name": "Toolbar",
34233
+ "module": "src/toolbar/toolbar.ts"
34234
+ }
34235
+ },
34236
+ {
34237
+ "kind": "field",
34238
+ "name": "styles",
34239
+ "type": {
34240
+ "text": "ElementStyles | void | null"
34241
+ },
34242
+ "privacy": "public",
34243
+ "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.",
34244
+ "inheritedFrom": {
34245
+ "name": "Toolbar",
34246
+ "module": "src/toolbar/toolbar.ts"
34247
+ }
34248
+ },
34249
+ {
34250
+ "kind": "method",
34251
+ "name": "stylesChanged",
34252
+ "privacy": "protected",
34253
+ "return": {
34254
+ "type": {
34255
+ "text": "void"
34256
+ }
34257
+ },
34258
+ "inheritedFrom": {
34259
+ "name": "Toolbar",
34260
+ "module": "src/toolbar/toolbar.ts"
34261
+ }
34262
+ },
34263
+ {
34264
+ "kind": "method",
34265
+ "name": "compose",
34266
+ "privacy": "public",
34267
+ "static": true,
34268
+ "return": {
34269
+ "type": {
34270
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
34271
+ }
34272
+ },
34273
+ "parameters": [
34274
+ {
34275
+ "name": "this",
34276
+ "type": {
34277
+ "text": "K"
34278
+ }
34279
+ },
34280
+ {
34281
+ "name": "elementDefinition",
34282
+ "type": {
34283
+ "text": "T"
34284
+ },
34285
+ "description": "The definition of the element to create the registry\nfunction for."
34286
+ }
34287
+ ],
34288
+ "description": "Defines an element registry function with a set of element definition defaults.",
34289
+ "inheritedFrom": {
34290
+ "name": "Toolbar",
34291
+ "module": "src/toolbar/toolbar.ts"
34292
+ }
34293
+ }
34294
+ ]
34295
+ },
34296
+ {
34297
+ "kind": "variable",
34298
+ "name": "zeroToolbar"
34299
+ }
34300
+ ],
34301
+ "exports": [
34302
+ {
34303
+ "kind": "js",
34304
+ "name": "Toolbar",
34305
+ "declaration": {
34306
+ "name": "Toolbar",
34307
+ "module": "src/toolbar/toolbar.ts"
34308
+ }
34309
+ },
34310
+ {
34311
+ "kind": "js",
34312
+ "name": "zeroToolbar",
34313
+ "declaration": {
34314
+ "name": "zeroToolbar",
34315
+ "module": "src/toolbar/toolbar.ts"
34316
+ }
34317
+ }
34318
+ ]
34319
+ },
33930
34320
  {
33931
34321
  "kind": "javascript-module",
33932
34322
  "path": "src/tooltip/index.ts",
@@ -34753,396 +35143,6 @@
34753
35143
  }
34754
35144
  ]
34755
35145
  },
34756
- {
34757
- "kind": "javascript-module",
34758
- "path": "src/toolbar/index.ts",
34759
- "declarations": [],
34760
- "exports": [
34761
- {
34762
- "kind": "js",
34763
- "name": "*",
34764
- "declaration": {
34765
- "name": "*",
34766
- "package": "./toolbar"
34767
- }
34768
- },
34769
- {
34770
- "kind": "js",
34771
- "name": "*",
34772
- "declaration": {
34773
- "name": "*",
34774
- "package": "./toolbar.styles"
34775
- }
34776
- },
34777
- {
34778
- "kind": "js",
34779
- "name": "*",
34780
- "declaration": {
34781
- "name": "*",
34782
- "package": "./toolbar.template"
34783
- }
34784
- }
34785
- ]
34786
- },
34787
- {
34788
- "kind": "javascript-module",
34789
- "path": "src/toolbar/toolbar.stories.ts",
34790
- "declarations": [
34791
- {
34792
- "kind": "variable",
34793
- "name": "meta",
34794
- "type": {
34795
- "text": "Meta"
34796
- },
34797
- "default": "{\n title: 'Toolbar',\n component: 'zero-toolbar',\n}"
34798
- },
34799
- {
34800
- "kind": "variable",
34801
- "name": "Primary",
34802
- "type": {
34803
- "text": "StoryObj"
34804
- },
34805
- "default": "{\n render: () => html`\n <zero-toolbar style=\"height: 300px;\">\n <label slot=\"label\">Zero Toolbar</label>\n <zero-checkbox>Zero Checkbox</zero-checkbox>\n <zero-checkbox>Zero Checkbox</zero-checkbox>\n <zero-select>\n <zero-option value=\"1\">Zero Option 1</zero-option>\n <zero-option value=\"2\">Zero Option 2</zero-option>\n <zero-option value=\"3\">Zero Option 3</zero-option>\n </zero-select>\n <zero-button>Zero Button</zero-button>\n </zero-toolbar>\n `,\n}"
34806
- }
34807
- ],
34808
- "exports": [
34809
- {
34810
- "kind": "js",
34811
- "name": "default",
34812
- "declaration": {
34813
- "name": "meta",
34814
- "module": "src/toolbar/toolbar.stories.ts"
34815
- }
34816
- },
34817
- {
34818
- "kind": "js",
34819
- "name": "Primary",
34820
- "declaration": {
34821
- "name": "Primary",
34822
- "module": "src/toolbar/toolbar.stories.ts"
34823
- }
34824
- }
34825
- ]
34826
- },
34827
- {
34828
- "kind": "javascript-module",
34829
- "path": "src/toolbar/toolbar.styles.ts",
34830
- "declarations": [
34831
- {
34832
- "kind": "function",
34833
- "name": "zeroToolbarStyles",
34834
- "return": {
34835
- "type": {
34836
- "text": "ElementStyles"
34837
- }
34838
- },
34839
- "parameters": [
34840
- {
34841
- "name": "context",
34842
- "type": {
34843
- "text": "ElementDefinitionContext"
34844
- }
34845
- },
34846
- {
34847
- "name": "definition",
34848
- "type": {
34849
- "text": "FoundationElementDefinition"
34850
- }
34851
- }
34852
- ]
34853
- }
34854
- ],
34855
- "exports": [
34856
- {
34857
- "kind": "js",
34858
- "name": "zeroToolbarStyles",
34859
- "declaration": {
34860
- "name": "zeroToolbarStyles",
34861
- "module": "src/toolbar/toolbar.styles.ts"
34862
- }
34863
- }
34864
- ]
34865
- },
34866
- {
34867
- "kind": "javascript-module",
34868
- "path": "src/toolbar/toolbar.template.ts",
34869
- "declarations": [
34870
- {
34871
- "kind": "function",
34872
- "name": "zeroToolbarTemplate",
34873
- "return": {
34874
- "type": {
34875
- "text": "ViewTemplate<Toolbar>"
34876
- }
34877
- },
34878
- "parameters": [
34879
- {
34880
- "name": "context",
34881
- "type": {
34882
- "text": "ElementDefinitionContext"
34883
- }
34884
- },
34885
- {
34886
- "name": "definition",
34887
- "type": {
34888
- "text": "FoundationElementDefinition"
34889
- }
34890
- }
34891
- ]
34892
- }
34893
- ],
34894
- "exports": [
34895
- {
34896
- "kind": "js",
34897
- "name": "zeroToolbarTemplate",
34898
- "declaration": {
34899
- "name": "zeroToolbarTemplate",
34900
- "module": "src/toolbar/toolbar.template.ts"
34901
- }
34902
- }
34903
- ]
34904
- },
34905
- {
34906
- "kind": "javascript-module",
34907
- "path": "src/toolbar/toolbar.ts",
34908
- "declarations": [
34909
- {
34910
- "kind": "class",
34911
- "description": "",
34912
- "name": "Toolbar",
34913
- "superclass": {
34914
- "name": "FoundationToolbar",
34915
- "package": "@genesislcap/foundation-ui"
34916
- },
34917
- "tagName": "%%prefix%%-toolbar",
34918
- "customElement": true,
34919
- "attributes": [
34920
- {
34921
- "name": "orientation",
34922
- "type": {
34923
- "text": "Orientation"
34924
- },
34925
- "description": "The orientation of the toolbar.",
34926
- "fieldName": "orientation",
34927
- "inheritedFrom": {
34928
- "name": "Toolbar",
34929
- "module": "src/toolbar/toolbar.ts"
34930
- }
34931
- }
34932
- ],
34933
- "members": [
34934
- {
34935
- "kind": "field",
34936
- "name": "activeIndex",
34937
- "inheritedFrom": {
34938
- "name": "Toolbar",
34939
- "module": "src/toolbar/toolbar.ts"
34940
- }
34941
- },
34942
- {
34943
- "kind": "field",
34944
- "name": "orientation",
34945
- "type": {
34946
- "text": "Orientation"
34947
- },
34948
- "privacy": "public",
34949
- "description": "The orientation of the toolbar.",
34950
- "inheritedFrom": {
34951
- "name": "Toolbar",
34952
- "module": "src/toolbar/toolbar.ts"
34953
- }
34954
- },
34955
- {
34956
- "kind": "method",
34957
- "name": "slottedItemsChanged",
34958
- "privacy": "protected",
34959
- "return": {
34960
- "type": {
34961
- "text": "void"
34962
- }
34963
- },
34964
- "inheritedFrom": {
34965
- "name": "Toolbar",
34966
- "module": "src/toolbar/toolbar.ts"
34967
- }
34968
- },
34969
- {
34970
- "kind": "field",
34971
- "name": "childItems",
34972
- "type": {
34973
- "text": "Element[]"
34974
- },
34975
- "privacy": "public",
34976
- "inheritedFrom": {
34977
- "name": "Toolbar",
34978
- "module": "src/toolbar/toolbar.ts"
34979
- }
34980
- },
34981
- {
34982
- "kind": "method",
34983
- "name": "childItemsChanged",
34984
- "privacy": "protected",
34985
- "return": {
34986
- "type": {
34987
- "text": "void"
34988
- }
34989
- },
34990
- "parameters": [
34991
- {
34992
- "name": "prev",
34993
- "type": {
34994
- "text": "undefined | Element[]"
34995
- }
34996
- },
34997
- {
34998
- "name": "next",
34999
- "type": {
35000
- "text": "Element[]"
35001
- }
35002
- }
35003
- ],
35004
- "inheritedFrom": {
35005
- "name": "Toolbar",
35006
- "module": "src/toolbar/toolbar.ts"
35007
- }
35008
- },
35009
- {
35010
- "kind": "field",
35011
- "name": "_presentation",
35012
- "type": {
35013
- "text": "ComponentPresentation | null | undefined"
35014
- },
35015
- "privacy": "private",
35016
- "default": "void 0",
35017
- "inheritedFrom": {
35018
- "name": "Toolbar",
35019
- "module": "src/toolbar/toolbar.ts"
35020
- }
35021
- },
35022
- {
35023
- "kind": "field",
35024
- "name": "$presentation",
35025
- "type": {
35026
- "text": "ComponentPresentation | null"
35027
- },
35028
- "privacy": "public",
35029
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
35030
- "inheritedFrom": {
35031
- "name": "Toolbar",
35032
- "module": "src/toolbar/toolbar.ts"
35033
- }
35034
- },
35035
- {
35036
- "kind": "field",
35037
- "name": "template",
35038
- "type": {
35039
- "text": "ElementViewTemplate | void | null"
35040
- },
35041
- "privacy": "public",
35042
- "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.",
35043
- "inheritedFrom": {
35044
- "name": "Toolbar",
35045
- "module": "src/toolbar/toolbar.ts"
35046
- }
35047
- },
35048
- {
35049
- "kind": "method",
35050
- "name": "templateChanged",
35051
- "privacy": "protected",
35052
- "return": {
35053
- "type": {
35054
- "text": "void"
35055
- }
35056
- },
35057
- "inheritedFrom": {
35058
- "name": "Toolbar",
35059
- "module": "src/toolbar/toolbar.ts"
35060
- }
35061
- },
35062
- {
35063
- "kind": "field",
35064
- "name": "styles",
35065
- "type": {
35066
- "text": "ElementStyles | void | null"
35067
- },
35068
- "privacy": "public",
35069
- "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.",
35070
- "inheritedFrom": {
35071
- "name": "Toolbar",
35072
- "module": "src/toolbar/toolbar.ts"
35073
- }
35074
- },
35075
- {
35076
- "kind": "method",
35077
- "name": "stylesChanged",
35078
- "privacy": "protected",
35079
- "return": {
35080
- "type": {
35081
- "text": "void"
35082
- }
35083
- },
35084
- "inheritedFrom": {
35085
- "name": "Toolbar",
35086
- "module": "src/toolbar/toolbar.ts"
35087
- }
35088
- },
35089
- {
35090
- "kind": "method",
35091
- "name": "compose",
35092
- "privacy": "public",
35093
- "static": true,
35094
- "return": {
35095
- "type": {
35096
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
35097
- }
35098
- },
35099
- "parameters": [
35100
- {
35101
- "name": "this",
35102
- "type": {
35103
- "text": "K"
35104
- }
35105
- },
35106
- {
35107
- "name": "elementDefinition",
35108
- "type": {
35109
- "text": "T"
35110
- },
35111
- "description": "The definition of the element to create the registry\nfunction for."
35112
- }
35113
- ],
35114
- "description": "Defines an element registry function with a set of element definition defaults.",
35115
- "inheritedFrom": {
35116
- "name": "Toolbar",
35117
- "module": "src/toolbar/toolbar.ts"
35118
- }
35119
- }
35120
- ]
35121
- },
35122
- {
35123
- "kind": "variable",
35124
- "name": "zeroToolbar"
35125
- }
35126
- ],
35127
- "exports": [
35128
- {
35129
- "kind": "js",
35130
- "name": "Toolbar",
35131
- "declaration": {
35132
- "name": "Toolbar",
35133
- "module": "src/toolbar/toolbar.ts"
35134
- }
35135
- },
35136
- {
35137
- "kind": "js",
35138
- "name": "zeroToolbar",
35139
- "declaration": {
35140
- "name": "zeroToolbar",
35141
- "module": "src/toolbar/toolbar.ts"
35142
- }
35143
- }
35144
- ]
35145
- },
35146
35146
  {
35147
35147
  "kind": "javascript-module",
35148
35148
  "path": "src/tree-item/index.ts",