@genesislcap/foundation-zero 14.83.7 → 14.84.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1109 -1109
  2. package/package.json +7 -7
@@ -784,6 +784,37 @@
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
+ },
787
818
  {
788
819
  "kind": "javascript-module",
789
820
  "path": "src/accordion/accordion.stories.ts",
@@ -972,37 +1003,6 @@
972
1003
  }
973
1004
  ]
974
1005
  },
975
- {
976
- "kind": "javascript-module",
977
- "path": "src/_config/index.ts",
978
- "declarations": [],
979
- "exports": [
980
- {
981
- "kind": "js",
982
- "name": "*",
983
- "declaration": {
984
- "name": "*",
985
- "package": "./styles"
986
- }
987
- },
988
- {
989
- "kind": "js",
990
- "name": "*",
991
- "declaration": {
992
- "name": "*",
993
- "package": "./tokens"
994
- }
995
- },
996
- {
997
- "kind": "js",
998
- "name": "*",
999
- "declaration": {
1000
- "name": "*",
1001
- "package": "./values"
1002
- }
1003
- }
1004
- ]
1005
- },
1006
1006
  {
1007
1007
  "kind": "javascript-module",
1008
1008
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1153,7 +1153,7 @@
1153
1153
  },
1154
1154
  {
1155
1155
  "kind": "javascript-module",
1156
- "path": "src/actions-menu/actions-menu.stories.ts",
1156
+ "path": "src/anchor/anchor.stories.ts",
1157
1157
  "declarations": [
1158
1158
  {
1159
1159
  "kind": "variable",
@@ -1161,23 +1161,15 @@
1161
1161
  "type": {
1162
1162
  "text": "Meta"
1163
1163
  },
1164
- "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1165
- },
1166
- {
1167
- "kind": "variable",
1168
- "name": "Horizontal",
1169
- "type": {
1170
- "text": "StoryObj"
1171
- },
1172
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
1164
+ "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1173
1165
  },
1174
1166
  {
1175
1167
  "kind": "variable",
1176
- "name": "Vertical",
1168
+ "name": "All",
1177
1169
  "type": {
1178
1170
  "text": "StoryObj"
1179
1171
  },
1180
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
1172
+ "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
1181
1173
  }
1182
1174
  ],
1183
1175
  "exports": [
@@ -1186,34 +1178,26 @@
1186
1178
  "name": "default",
1187
1179
  "declaration": {
1188
1180
  "name": "meta",
1189
- "module": "src/actions-menu/actions-menu.stories.ts"
1190
- }
1191
- },
1192
- {
1193
- "kind": "js",
1194
- "name": "Horizontal",
1195
- "declaration": {
1196
- "name": "Horizontal",
1197
- "module": "src/actions-menu/actions-menu.stories.ts"
1181
+ "module": "src/anchor/anchor.stories.ts"
1198
1182
  }
1199
1183
  },
1200
1184
  {
1201
1185
  "kind": "js",
1202
- "name": "Vertical",
1186
+ "name": "All",
1203
1187
  "declaration": {
1204
- "name": "Vertical",
1205
- "module": "src/actions-menu/actions-menu.stories.ts"
1188
+ "name": "All",
1189
+ "module": "src/anchor/anchor.stories.ts"
1206
1190
  }
1207
1191
  }
1208
1192
  ]
1209
1193
  },
1210
1194
  {
1211
1195
  "kind": "javascript-module",
1212
- "path": "src/actions-menu/actions-menu.styles.ts",
1196
+ "path": "src/anchor/anchor.styles.ts",
1213
1197
  "declarations": [
1214
1198
  {
1215
1199
  "kind": "function",
1216
- "name": "zeroActionsMenuStyles",
1200
+ "name": "zeroAnchorStyles",
1217
1201
  "return": {
1218
1202
  "type": {
1219
1203
  "text": "ElementStyles"
@@ -1238,313 +1222,57 @@
1238
1222
  "exports": [
1239
1223
  {
1240
1224
  "kind": "js",
1241
- "name": "zeroActionsMenuStyles",
1225
+ "name": "zeroAnchorStyles",
1242
1226
  "declaration": {
1243
- "name": "zeroActionsMenuStyles",
1244
- "module": "src/actions-menu/actions-menu.styles.ts"
1227
+ "name": "zeroAnchorStyles",
1228
+ "module": "src/anchor/anchor.styles.ts"
1245
1229
  }
1246
1230
  }
1247
1231
  ]
1248
1232
  },
1249
1233
  {
1250
1234
  "kind": "javascript-module",
1251
- "path": "src/actions-menu/actions-menu.ts",
1235
+ "path": "src/anchor/anchor.template.ts",
1252
1236
  "declarations": [
1253
1237
  {
1254
- "kind": "class",
1255
- "description": "",
1256
- "name": "ActionsMenu",
1257
- "superclass": {
1258
- "name": "FoundationActionsMenu",
1259
- "package": "@genesislcap/foundation-ui"
1238
+ "kind": "function",
1239
+ "name": "zeroAnchorTemplate",
1240
+ "return": {
1241
+ "type": {
1242
+ "text": "ViewTemplate<Anchor>"
1243
+ }
1260
1244
  },
1261
- "tagName": "%%prefix%%-actions-menu",
1262
- "customElement": true,
1263
- "members": [
1264
- {
1265
- "kind": "field",
1266
- "name": "_presentation",
1267
- "type": {
1268
- "text": "ComponentPresentation | null | undefined"
1269
- },
1270
- "privacy": "private",
1271
- "default": "void 0",
1272
- "inheritedFrom": {
1273
- "name": "FoundationElement",
1274
- "module": "src/foundation-element/foundation-element.ts"
1275
- }
1276
- },
1277
- {
1278
- "kind": "field",
1279
- "name": "$presentation",
1280
- "type": {
1281
- "text": "ComponentPresentation | null"
1282
- },
1283
- "privacy": "public",
1284
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1285
- "inheritedFrom": {
1286
- "name": "FoundationElement",
1287
- "module": "src/foundation-element/foundation-element.ts"
1288
- }
1289
- },
1245
+ "parameters": [
1290
1246
  {
1291
- "kind": "field",
1292
- "name": "template",
1247
+ "name": "context",
1293
1248
  "type": {
1294
- "text": "ElementViewTemplate | void | null"
1295
- },
1296
- "privacy": "public",
1297
- "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.",
1298
- "inheritedFrom": {
1299
- "name": "FoundationElement",
1300
- "module": "src/foundation-element/foundation-element.ts"
1301
- }
1302
- },
1303
- {
1304
- "kind": "method",
1305
- "name": "templateChanged",
1306
- "privacy": "protected",
1307
- "return": {
1308
- "type": {
1309
- "text": "void"
1310
- }
1311
- },
1312
- "inheritedFrom": {
1313
- "name": "FoundationElement",
1314
- "module": "src/foundation-element/foundation-element.ts"
1249
+ "text": "ElementDefinitionContext"
1315
1250
  }
1316
1251
  },
1317
1252
  {
1318
- "kind": "field",
1319
- "name": "styles",
1253
+ "name": "definition",
1320
1254
  "type": {
1321
- "text": "ElementStyles | void | null"
1322
- },
1323
- "privacy": "public",
1324
- "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.",
1325
- "inheritedFrom": {
1326
- "name": "FoundationElement",
1327
- "module": "src/foundation-element/foundation-element.ts"
1328
- }
1329
- },
1330
- {
1331
- "kind": "method",
1332
- "name": "stylesChanged",
1333
- "privacy": "protected",
1334
- "return": {
1335
- "type": {
1336
- "text": "void"
1337
- }
1338
- },
1339
- "inheritedFrom": {
1340
- "name": "FoundationElement",
1341
- "module": "src/foundation-element/foundation-element.ts"
1342
- }
1343
- },
1344
- {
1345
- "kind": "method",
1346
- "name": "compose",
1347
- "privacy": "public",
1348
- "static": true,
1349
- "return": {
1350
- "type": {
1351
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1352
- }
1353
- },
1354
- "parameters": [
1355
- {
1356
- "name": "this",
1357
- "type": {
1358
- "text": "K"
1359
- }
1360
- },
1361
- {
1362
- "name": "elementDefinition",
1363
- "type": {
1364
- "text": "T"
1365
- },
1366
- "description": "The definition of the element to create the registry\nfunction for."
1367
- }
1368
- ],
1369
- "description": "Defines an element registry function with a set of element definition defaults.",
1370
- "inheritedFrom": {
1371
- "name": "FoundationElement",
1372
- "module": "src/foundation-element/foundation-element.ts"
1255
+ "text": "FoundationElementDefinition"
1373
1256
  }
1374
1257
  }
1375
1258
  ]
1376
- },
1377
- {
1378
- "kind": "variable",
1379
- "name": "zeroActionsMenu",
1380
- "description": "The Zero Actions Menu",
1381
- "privacy": "public"
1382
1259
  }
1383
1260
  ],
1384
1261
  "exports": [
1385
1262
  {
1386
1263
  "kind": "js",
1387
- "name": "ActionsMenu",
1388
- "declaration": {
1389
- "name": "ActionsMenu",
1390
- "module": "src/actions-menu/actions-menu.ts"
1391
- }
1392
- },
1393
- {
1394
- "kind": "js",
1395
- "name": "zeroActionsMenu",
1264
+ "name": "zeroAnchorTemplate",
1396
1265
  "declaration": {
1397
- "name": "zeroActionsMenu",
1398
- "module": "src/actions-menu/actions-menu.ts"
1266
+ "name": "zeroAnchorTemplate",
1267
+ "module": "src/anchor/anchor.template.ts"
1399
1268
  }
1400
1269
  }
1401
1270
  ]
1402
1271
  },
1403
1272
  {
1404
1273
  "kind": "javascript-module",
1405
- "path": "src/actions-menu/index.ts",
1406
- "declarations": [],
1407
- "exports": [
1408
- {
1409
- "kind": "js",
1410
- "name": "*",
1411
- "declaration": {
1412
- "name": "*",
1413
- "package": "./actions-menu"
1414
- }
1415
- },
1416
- {
1417
- "kind": "js",
1418
- "name": "*",
1419
- "declaration": {
1420
- "name": "*",
1421
- "package": "./actions-menu.styles"
1422
- }
1423
- }
1424
- ]
1425
- },
1426
- {
1427
- "kind": "javascript-module",
1428
- "path": "src/anchor/anchor.stories.ts",
1429
- "declarations": [
1430
- {
1431
- "kind": "variable",
1432
- "name": "meta",
1433
- "type": {
1434
- "text": "Meta"
1435
- },
1436
- "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1437
- },
1438
- {
1439
- "kind": "variable",
1440
- "name": "All",
1441
- "type": {
1442
- "text": "StoryObj"
1443
- },
1444
- "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
1445
- }
1446
- ],
1447
- "exports": [
1448
- {
1449
- "kind": "js",
1450
- "name": "default",
1451
- "declaration": {
1452
- "name": "meta",
1453
- "module": "src/anchor/anchor.stories.ts"
1454
- }
1455
- },
1456
- {
1457
- "kind": "js",
1458
- "name": "All",
1459
- "declaration": {
1460
- "name": "All",
1461
- "module": "src/anchor/anchor.stories.ts"
1462
- }
1463
- }
1464
- ]
1465
- },
1466
- {
1467
- "kind": "javascript-module",
1468
- "path": "src/anchor/anchor.styles.ts",
1469
- "declarations": [
1470
- {
1471
- "kind": "function",
1472
- "name": "zeroAnchorStyles",
1473
- "return": {
1474
- "type": {
1475
- "text": "ElementStyles"
1476
- }
1477
- },
1478
- "parameters": [
1479
- {
1480
- "name": "context",
1481
- "type": {
1482
- "text": "ElementDefinitionContext"
1483
- }
1484
- },
1485
- {
1486
- "name": "definition",
1487
- "type": {
1488
- "text": "FoundationElementDefinition"
1489
- }
1490
- }
1491
- ]
1492
- }
1493
- ],
1494
- "exports": [
1495
- {
1496
- "kind": "js",
1497
- "name": "zeroAnchorStyles",
1498
- "declaration": {
1499
- "name": "zeroAnchorStyles",
1500
- "module": "src/anchor/anchor.styles.ts"
1501
- }
1502
- }
1503
- ]
1504
- },
1505
- {
1506
- "kind": "javascript-module",
1507
- "path": "src/anchor/anchor.template.ts",
1508
- "declarations": [
1509
- {
1510
- "kind": "function",
1511
- "name": "zeroAnchorTemplate",
1512
- "return": {
1513
- "type": {
1514
- "text": "ViewTemplate<Anchor>"
1515
- }
1516
- },
1517
- "parameters": [
1518
- {
1519
- "name": "context",
1520
- "type": {
1521
- "text": "ElementDefinitionContext"
1522
- }
1523
- },
1524
- {
1525
- "name": "definition",
1526
- "type": {
1527
- "text": "FoundationElementDefinition"
1528
- }
1529
- }
1530
- ]
1531
- }
1532
- ],
1533
- "exports": [
1534
- {
1535
- "kind": "js",
1536
- "name": "zeroAnchorTemplate",
1537
- "declaration": {
1538
- "name": "zeroAnchorTemplate",
1539
- "module": "src/anchor/anchor.template.ts"
1540
- }
1541
- }
1542
- ]
1543
- },
1544
- {
1545
- "kind": "javascript-module",
1546
- "path": "src/anchor/anchor.ts",
1547
- "declarations": [
1274
+ "path": "src/anchor/anchor.ts",
1275
+ "declarations": [
1548
1276
  {
1549
1277
  "kind": "class",
1550
1278
  "description": "",
@@ -1801,7 +1529,7 @@
1801
1529
  },
1802
1530
  {
1803
1531
  "kind": "javascript-module",
1804
- "path": "src/avatar/avatar.stories.ts",
1532
+ "path": "src/actions-menu/actions-menu.stories.ts",
1805
1533
  "declarations": [
1806
1534
  {
1807
1535
  "kind": "variable",
@@ -1809,15 +1537,23 @@
1809
1537
  "type": {
1810
1538
  "text": "Meta"
1811
1539
  },
1812
- "default": "{\n title: 'Avatar',\n component: 'zero-avatar',\n}"
1540
+ "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1813
1541
  },
1814
1542
  {
1815
1543
  "kind": "variable",
1816
- "name": "Primary",
1544
+ "name": "Horizontal",
1817
1545
  "type": {
1818
1546
  "text": "StoryObj"
1819
1547
  },
1820
- "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
1548
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
1549
+ },
1550
+ {
1551
+ "kind": "variable",
1552
+ "name": "Vertical",
1553
+ "type": {
1554
+ "text": "StoryObj"
1555
+ },
1556
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
1821
1557
  }
1822
1558
  ],
1823
1559
  "exports": [
@@ -1826,68 +1562,37 @@
1826
1562
  "name": "default",
1827
1563
  "declaration": {
1828
1564
  "name": "meta",
1829
- "module": "src/avatar/avatar.stories.ts"
1565
+ "module": "src/actions-menu/actions-menu.stories.ts"
1830
1566
  }
1831
1567
  },
1832
1568
  {
1833
1569
  "kind": "js",
1834
- "name": "Primary",
1570
+ "name": "Horizontal",
1835
1571
  "declaration": {
1836
- "name": "Primary",
1837
- "module": "src/avatar/avatar.stories.ts"
1572
+ "name": "Horizontal",
1573
+ "module": "src/actions-menu/actions-menu.stories.ts"
1838
1574
  }
1839
- }
1840
- ]
1841
- },
1842
- {
1843
- "kind": "javascript-module",
1844
- "path": "src/avatar/avatar.styles.ts",
1845
- "declarations": [
1846
- {
1847
- "kind": "function",
1848
- "name": "zeroAvatarStyles",
1849
- "return": {
1850
- "type": {
1851
- "text": "ElementStyles"
1852
- }
1853
- },
1854
- "parameters": [
1855
- {
1856
- "name": "context",
1857
- "type": {
1858
- "text": "ElementDefinitionContext"
1859
- }
1860
- },
1861
- {
1862
- "name": "definition",
1863
- "type": {
1864
- "text": "FoundationElementDefinition"
1865
- }
1866
- }
1867
- ]
1868
- }
1869
- ],
1870
- "exports": [
1575
+ },
1871
1576
  {
1872
1577
  "kind": "js",
1873
- "name": "zeroAvatarStyles",
1578
+ "name": "Vertical",
1874
1579
  "declaration": {
1875
- "name": "zeroAvatarStyles",
1876
- "module": "src/avatar/avatar.styles.ts"
1580
+ "name": "Vertical",
1581
+ "module": "src/actions-menu/actions-menu.stories.ts"
1877
1582
  }
1878
1583
  }
1879
1584
  ]
1880
1585
  },
1881
1586
  {
1882
1587
  "kind": "javascript-module",
1883
- "path": "src/avatar/avatar.template.ts",
1588
+ "path": "src/actions-menu/actions-menu.styles.ts",
1884
1589
  "declarations": [
1885
1590
  {
1886
1591
  "kind": "function",
1887
- "name": "zeroAvatarTemplate",
1592
+ "name": "zeroActionsMenuStyles",
1888
1593
  "return": {
1889
1594
  "type": {
1890
- "text": "ViewTemplate<Avatar>"
1595
+ "text": "ElementStyles"
1891
1596
  }
1892
1597
  },
1893
1598
  "parameters": [
@@ -1909,72 +1614,179 @@
1909
1614
  "exports": [
1910
1615
  {
1911
1616
  "kind": "js",
1912
- "name": "zeroAvatarTemplate",
1617
+ "name": "zeroActionsMenuStyles",
1913
1618
  "declaration": {
1914
- "name": "zeroAvatarTemplate",
1915
- "module": "src/avatar/avatar.template.ts"
1619
+ "name": "zeroActionsMenuStyles",
1620
+ "module": "src/actions-menu/actions-menu.styles.ts"
1916
1621
  }
1917
1622
  }
1918
1623
  ]
1919
1624
  },
1920
1625
  {
1921
1626
  "kind": "javascript-module",
1922
- "path": "src/avatar/avatar.ts",
1627
+ "path": "src/actions-menu/actions-menu.ts",
1923
1628
  "declarations": [
1924
1629
  {
1925
1630
  "kind": "class",
1926
1631
  "description": "",
1927
- "name": "Avatar",
1632
+ "name": "ActionsMenu",
1928
1633
  "superclass": {
1929
- "name": "FoundationAvatar",
1634
+ "name": "FoundationActionsMenu",
1930
1635
  "package": "@genesislcap/foundation-ui"
1931
1636
  },
1932
- "tagName": "%%prefix%%-avatar",
1933
- "customElement": true
1934
- },
1935
- {
1936
- "kind": "variable",
1937
- "name": "zeroAvatar"
1938
- }
1939
- ],
1940
- "exports": [
1941
- {
1942
- "kind": "js",
1943
- "name": "Avatar",
1944
- "declaration": {
1945
- "name": "Avatar",
1946
- "module": "src/avatar/avatar.ts"
1947
- }
1948
- },
1949
- {
1950
- "kind": "js",
1951
- "name": "zeroAvatar",
1952
- "declaration": {
1953
- "name": "zeroAvatar",
1954
- "module": "src/avatar/avatar.ts"
1955
- }
1956
- }
1957
- ]
1958
- },
1959
- {
1960
- "kind": "javascript-module",
1961
- "path": "src/avatar/index.ts",
1962
- "declarations": [],
1963
- "exports": [
1964
- {
1965
- "kind": "js",
1966
- "name": "*",
1967
- "declaration": {
1968
- "name": "*",
1969
- "package": "./avatar"
1637
+ "tagName": "%%prefix%%-actions-menu",
1638
+ "customElement": true,
1639
+ "members": [
1640
+ {
1641
+ "kind": "field",
1642
+ "name": "_presentation",
1643
+ "type": {
1644
+ "text": "ComponentPresentation | null | undefined"
1645
+ },
1646
+ "privacy": "private",
1647
+ "default": "void 0",
1648
+ "inheritedFrom": {
1649
+ "name": "FoundationElement",
1650
+ "module": "src/foundation-element/foundation-element.ts"
1651
+ }
1652
+ },
1653
+ {
1654
+ "kind": "field",
1655
+ "name": "$presentation",
1656
+ "type": {
1657
+ "text": "ComponentPresentation | null"
1658
+ },
1659
+ "privacy": "public",
1660
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1661
+ "inheritedFrom": {
1662
+ "name": "FoundationElement",
1663
+ "module": "src/foundation-element/foundation-element.ts"
1664
+ }
1665
+ },
1666
+ {
1667
+ "kind": "field",
1668
+ "name": "template",
1669
+ "type": {
1670
+ "text": "ElementViewTemplate | void | null"
1671
+ },
1672
+ "privacy": "public",
1673
+ "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.",
1674
+ "inheritedFrom": {
1675
+ "name": "FoundationElement",
1676
+ "module": "src/foundation-element/foundation-element.ts"
1677
+ }
1678
+ },
1679
+ {
1680
+ "kind": "method",
1681
+ "name": "templateChanged",
1682
+ "privacy": "protected",
1683
+ "return": {
1684
+ "type": {
1685
+ "text": "void"
1686
+ }
1687
+ },
1688
+ "inheritedFrom": {
1689
+ "name": "FoundationElement",
1690
+ "module": "src/foundation-element/foundation-element.ts"
1691
+ }
1692
+ },
1693
+ {
1694
+ "kind": "field",
1695
+ "name": "styles",
1696
+ "type": {
1697
+ "text": "ElementStyles | void | null"
1698
+ },
1699
+ "privacy": "public",
1700
+ "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.",
1701
+ "inheritedFrom": {
1702
+ "name": "FoundationElement",
1703
+ "module": "src/foundation-element/foundation-element.ts"
1704
+ }
1705
+ },
1706
+ {
1707
+ "kind": "method",
1708
+ "name": "stylesChanged",
1709
+ "privacy": "protected",
1710
+ "return": {
1711
+ "type": {
1712
+ "text": "void"
1713
+ }
1714
+ },
1715
+ "inheritedFrom": {
1716
+ "name": "FoundationElement",
1717
+ "module": "src/foundation-element/foundation-element.ts"
1718
+ }
1719
+ },
1720
+ {
1721
+ "kind": "method",
1722
+ "name": "compose",
1723
+ "privacy": "public",
1724
+ "static": true,
1725
+ "return": {
1726
+ "type": {
1727
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1728
+ }
1729
+ },
1730
+ "parameters": [
1731
+ {
1732
+ "name": "this",
1733
+ "type": {
1734
+ "text": "K"
1735
+ }
1736
+ },
1737
+ {
1738
+ "name": "elementDefinition",
1739
+ "type": {
1740
+ "text": "T"
1741
+ },
1742
+ "description": "The definition of the element to create the registry\nfunction for."
1743
+ }
1744
+ ],
1745
+ "description": "Defines an element registry function with a set of element definition defaults.",
1746
+ "inheritedFrom": {
1747
+ "name": "FoundationElement",
1748
+ "module": "src/foundation-element/foundation-element.ts"
1749
+ }
1750
+ }
1751
+ ]
1752
+ },
1753
+ {
1754
+ "kind": "variable",
1755
+ "name": "zeroActionsMenu",
1756
+ "description": "The Zero Actions Menu",
1757
+ "privacy": "public"
1758
+ }
1759
+ ],
1760
+ "exports": [
1761
+ {
1762
+ "kind": "js",
1763
+ "name": "ActionsMenu",
1764
+ "declaration": {
1765
+ "name": "ActionsMenu",
1766
+ "module": "src/actions-menu/actions-menu.ts"
1970
1767
  }
1971
1768
  },
1769
+ {
1770
+ "kind": "js",
1771
+ "name": "zeroActionsMenu",
1772
+ "declaration": {
1773
+ "name": "zeroActionsMenu",
1774
+ "module": "src/actions-menu/actions-menu.ts"
1775
+ }
1776
+ }
1777
+ ]
1778
+ },
1779
+ {
1780
+ "kind": "javascript-module",
1781
+ "path": "src/actions-menu/index.ts",
1782
+ "declarations": [],
1783
+ "exports": [
1972
1784
  {
1973
1785
  "kind": "js",
1974
1786
  "name": "*",
1975
1787
  "declaration": {
1976
1788
  "name": "*",
1977
- "package": "./avatar.styles"
1789
+ "package": "./actions-menu"
1978
1790
  }
1979
1791
  },
1980
1792
  {
@@ -1982,14 +1794,14 @@
1982
1794
  "name": "*",
1983
1795
  "declaration": {
1984
1796
  "name": "*",
1985
- "package": "./avatar.template"
1797
+ "package": "./actions-menu.styles"
1986
1798
  }
1987
1799
  }
1988
1800
  ]
1989
1801
  },
1990
1802
  {
1991
1803
  "kind": "javascript-module",
1992
- "path": "src/badge/badge.stories.ts",
1804
+ "path": "src/avatar/avatar.stories.ts",
1993
1805
  "declarations": [
1994
1806
  {
1995
1807
  "kind": "variable",
@@ -1997,15 +1809,15 @@
1997
1809
  "type": {
1998
1810
  "text": "Meta"
1999
1811
  },
2000
- "default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
1812
+ "default": "{\n title: 'Avatar',\n component: 'zero-avatar',\n}"
2001
1813
  },
2002
1814
  {
2003
1815
  "kind": "variable",
2004
- "name": "All",
1816
+ "name": "Primary",
2005
1817
  "type": {
2006
1818
  "text": "StoryObj"
2007
1819
  },
2008
- "default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
1820
+ "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
2009
1821
  }
2010
1822
  ],
2011
1823
  "exports": [
@@ -2014,26 +1826,26 @@
2014
1826
  "name": "default",
2015
1827
  "declaration": {
2016
1828
  "name": "meta",
2017
- "module": "src/badge/badge.stories.ts"
1829
+ "module": "src/avatar/avatar.stories.ts"
2018
1830
  }
2019
1831
  },
2020
1832
  {
2021
1833
  "kind": "js",
2022
- "name": "All",
1834
+ "name": "Primary",
2023
1835
  "declaration": {
2024
- "name": "All",
2025
- "module": "src/badge/badge.stories.ts"
1836
+ "name": "Primary",
1837
+ "module": "src/avatar/avatar.stories.ts"
2026
1838
  }
2027
1839
  }
2028
1840
  ]
2029
1841
  },
2030
1842
  {
2031
1843
  "kind": "javascript-module",
2032
- "path": "src/badge/badge.styles.ts",
1844
+ "path": "src/avatar/avatar.styles.ts",
2033
1845
  "declarations": [
2034
1846
  {
2035
1847
  "kind": "function",
2036
- "name": "zeroBadgeStyles",
1848
+ "name": "zeroAvatarStyles",
2037
1849
  "return": {
2038
1850
  "type": {
2039
1851
  "text": "ElementStyles"
@@ -2058,24 +1870,24 @@
2058
1870
  "exports": [
2059
1871
  {
2060
1872
  "kind": "js",
2061
- "name": "zeroBadgeStyles",
1873
+ "name": "zeroAvatarStyles",
2062
1874
  "declaration": {
2063
- "name": "zeroBadgeStyles",
2064
- "module": "src/badge/badge.styles.ts"
1875
+ "name": "zeroAvatarStyles",
1876
+ "module": "src/avatar/avatar.styles.ts"
2065
1877
  }
2066
1878
  }
2067
1879
  ]
2068
1880
  },
2069
1881
  {
2070
1882
  "kind": "javascript-module",
2071
- "path": "src/badge/badge.template.ts",
1883
+ "path": "src/avatar/avatar.template.ts",
2072
1884
  "declarations": [
2073
1885
  {
2074
1886
  "kind": "function",
2075
- "name": "zeroBadgeTemplate",
1887
+ "name": "zeroAvatarTemplate",
2076
1888
  "return": {
2077
1889
  "type": {
2078
- "text": "ViewTemplate<Badge>"
1890
+ "text": "ViewTemplate<Avatar>"
2079
1891
  }
2080
1892
  },
2081
1893
  "parameters": [
@@ -2097,56 +1909,56 @@
2097
1909
  "exports": [
2098
1910
  {
2099
1911
  "kind": "js",
2100
- "name": "zeroBadgeTemplate",
1912
+ "name": "zeroAvatarTemplate",
2101
1913
  "declaration": {
2102
- "name": "zeroBadgeTemplate",
2103
- "module": "src/badge/badge.template.ts"
1914
+ "name": "zeroAvatarTemplate",
1915
+ "module": "src/avatar/avatar.template.ts"
2104
1916
  }
2105
1917
  }
2106
1918
  ]
2107
1919
  },
2108
1920
  {
2109
1921
  "kind": "javascript-module",
2110
- "path": "src/badge/badge.ts",
1922
+ "path": "src/avatar/avatar.ts",
2111
1923
  "declarations": [
2112
1924
  {
2113
1925
  "kind": "class",
2114
1926
  "description": "",
2115
- "name": "Badge",
1927
+ "name": "Avatar",
2116
1928
  "superclass": {
2117
- "name": "FoundationBadge",
1929
+ "name": "FoundationAvatar",
2118
1930
  "package": "@genesislcap/foundation-ui"
2119
1931
  },
2120
- "tagName": "%%prefix%%-badge",
1932
+ "tagName": "%%prefix%%-avatar",
2121
1933
  "customElement": true
2122
1934
  },
2123
1935
  {
2124
1936
  "kind": "variable",
2125
- "name": "zeroBadge"
1937
+ "name": "zeroAvatar"
2126
1938
  }
2127
1939
  ],
2128
1940
  "exports": [
2129
1941
  {
2130
1942
  "kind": "js",
2131
- "name": "Badge",
1943
+ "name": "Avatar",
2132
1944
  "declaration": {
2133
- "name": "Badge",
2134
- "module": "src/badge/badge.ts"
1945
+ "name": "Avatar",
1946
+ "module": "src/avatar/avatar.ts"
2135
1947
  }
2136
1948
  },
2137
1949
  {
2138
1950
  "kind": "js",
2139
- "name": "zeroBadge",
1951
+ "name": "zeroAvatar",
2140
1952
  "declaration": {
2141
- "name": "zeroBadge",
2142
- "module": "src/badge/badge.ts"
1953
+ "name": "zeroAvatar",
1954
+ "module": "src/avatar/avatar.ts"
2143
1955
  }
2144
1956
  }
2145
1957
  ]
2146
1958
  },
2147
1959
  {
2148
1960
  "kind": "javascript-module",
2149
- "path": "src/badge/index.ts",
1961
+ "path": "src/avatar/index.ts",
2150
1962
  "declarations": [],
2151
1963
  "exports": [
2152
1964
  {
@@ -2154,7 +1966,7 @@
2154
1966
  "name": "*",
2155
1967
  "declaration": {
2156
1968
  "name": "*",
2157
- "package": "./badge"
1969
+ "package": "./avatar"
2158
1970
  }
2159
1971
  },
2160
1972
  {
@@ -2162,7 +1974,7 @@
2162
1974
  "name": "*",
2163
1975
  "declaration": {
2164
1976
  "name": "*",
2165
- "package": "./badge.styles"
1977
+ "package": "./avatar.styles"
2166
1978
  }
2167
1979
  },
2168
1980
  {
@@ -2170,14 +1982,14 @@
2170
1982
  "name": "*",
2171
1983
  "declaration": {
2172
1984
  "name": "*",
2173
- "package": "./badge.template"
1985
+ "package": "./avatar.template"
2174
1986
  }
2175
1987
  }
2176
1988
  ]
2177
1989
  },
2178
1990
  {
2179
1991
  "kind": "javascript-module",
2180
- "path": "src/banner/banner.stories.ts",
1992
+ "path": "src/badge/badge.stories.ts",
2181
1993
  "declarations": [
2182
1994
  {
2183
1995
  "kind": "variable",
@@ -2185,15 +1997,15 @@
2185
1997
  "type": {
2186
1998
  "text": "Meta"
2187
1999
  },
2188
- "default": "{\n title: 'Banner',\n component: 'zero-banner',\n}"
2000
+ "default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
2189
2001
  },
2190
2002
  {
2191
2003
  "kind": "variable",
2192
- "name": "Primary",
2004
+ "name": "All",
2193
2005
  "type": {
2194
2006
  "text": "StoryObj"
2195
2007
  },
2196
- "default": "{\n args: {\n bannerText: ` Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet.\n Lorem, ipsum dolor.`,\n actionIgnoreActionText: 'Ignore',\n actionDemoText: 'Diagnose',\n actionButtonAppearance: 'lightweight',\n },\n argTypes: {\n actionButtonAppearance: {\n control: 'select',\n options: [...FastAppearanceValues, ...ZeroAppearanceValues],\n },\n },\n render: ({ bannerText, actionButtonAppearance, actionIgnoreActionText, actionDemoText }) => html`\n <zero-banner id=\"banner\">\n <div slot=\"content\">${bannerText}</div>\n <zero-button slot=\"action\" @click=\"${ignoreClick}\" appearance=\"${actionButtonAppearance}\">\n ${actionIgnoreActionText}\n </zero-button>\n <zero-button slot=\"action\" appearance=\"${actionButtonAppearance}\">\n ${actionDemoText}\n </zero-button>\n </zero-banner>\n `,\n}"
2008
+ "default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
2197
2009
  }
2198
2010
  ],
2199
2011
  "exports": [
@@ -2202,44 +2014,232 @@
2202
2014
  "name": "default",
2203
2015
  "declaration": {
2204
2016
  "name": "meta",
2205
- "module": "src/banner/banner.stories.ts"
2017
+ "module": "src/badge/badge.stories.ts"
2206
2018
  }
2207
2019
  },
2208
2020
  {
2209
2021
  "kind": "js",
2210
- "name": "Primary",
2022
+ "name": "All",
2211
2023
  "declaration": {
2212
- "name": "Primary",
2213
- "module": "src/banner/banner.stories.ts"
2024
+ "name": "All",
2025
+ "module": "src/badge/badge.stories.ts"
2214
2026
  }
2215
2027
  }
2216
2028
  ]
2217
2029
  },
2218
2030
  {
2219
2031
  "kind": "javascript-module",
2220
- "path": "src/banner/banner.styles.ts",
2032
+ "path": "src/badge/badge.styles.ts",
2221
2033
  "declarations": [
2222
2034
  {
2223
- "kind": "variable",
2224
- "name": "zeroBannerStyles",
2225
- "default": "css`\n ${foundationBannerStyles}\n .banner {\n background-color: ${neutralLayer1};\n }\n`"
2226
- }
2227
- ],
2228
- "exports": [
2229
- {
2230
- "kind": "js",
2231
- "name": "zeroBannerStyles",
2232
- "declaration": {
2233
- "name": "zeroBannerStyles",
2234
- "module": "src/banner/banner.styles.ts"
2235
- }
2236
- }
2237
- ]
2238
- },
2239
- {
2240
- "kind": "javascript-module",
2241
- "path": "src/banner/banner.ts",
2242
- "declarations": [
2035
+ "kind": "function",
2036
+ "name": "zeroBadgeStyles",
2037
+ "return": {
2038
+ "type": {
2039
+ "text": "ElementStyles"
2040
+ }
2041
+ },
2042
+ "parameters": [
2043
+ {
2044
+ "name": "context",
2045
+ "type": {
2046
+ "text": "ElementDefinitionContext"
2047
+ }
2048
+ },
2049
+ {
2050
+ "name": "definition",
2051
+ "type": {
2052
+ "text": "FoundationElementDefinition"
2053
+ }
2054
+ }
2055
+ ]
2056
+ }
2057
+ ],
2058
+ "exports": [
2059
+ {
2060
+ "kind": "js",
2061
+ "name": "zeroBadgeStyles",
2062
+ "declaration": {
2063
+ "name": "zeroBadgeStyles",
2064
+ "module": "src/badge/badge.styles.ts"
2065
+ }
2066
+ }
2067
+ ]
2068
+ },
2069
+ {
2070
+ "kind": "javascript-module",
2071
+ "path": "src/badge/badge.template.ts",
2072
+ "declarations": [
2073
+ {
2074
+ "kind": "function",
2075
+ "name": "zeroBadgeTemplate",
2076
+ "return": {
2077
+ "type": {
2078
+ "text": "ViewTemplate<Badge>"
2079
+ }
2080
+ },
2081
+ "parameters": [
2082
+ {
2083
+ "name": "context",
2084
+ "type": {
2085
+ "text": "ElementDefinitionContext"
2086
+ }
2087
+ },
2088
+ {
2089
+ "name": "definition",
2090
+ "type": {
2091
+ "text": "FoundationElementDefinition"
2092
+ }
2093
+ }
2094
+ ]
2095
+ }
2096
+ ],
2097
+ "exports": [
2098
+ {
2099
+ "kind": "js",
2100
+ "name": "zeroBadgeTemplate",
2101
+ "declaration": {
2102
+ "name": "zeroBadgeTemplate",
2103
+ "module": "src/badge/badge.template.ts"
2104
+ }
2105
+ }
2106
+ ]
2107
+ },
2108
+ {
2109
+ "kind": "javascript-module",
2110
+ "path": "src/badge/badge.ts",
2111
+ "declarations": [
2112
+ {
2113
+ "kind": "class",
2114
+ "description": "",
2115
+ "name": "Badge",
2116
+ "superclass": {
2117
+ "name": "FoundationBadge",
2118
+ "package": "@genesislcap/foundation-ui"
2119
+ },
2120
+ "tagName": "%%prefix%%-badge",
2121
+ "customElement": true
2122
+ },
2123
+ {
2124
+ "kind": "variable",
2125
+ "name": "zeroBadge"
2126
+ }
2127
+ ],
2128
+ "exports": [
2129
+ {
2130
+ "kind": "js",
2131
+ "name": "Badge",
2132
+ "declaration": {
2133
+ "name": "Badge",
2134
+ "module": "src/badge/badge.ts"
2135
+ }
2136
+ },
2137
+ {
2138
+ "kind": "js",
2139
+ "name": "zeroBadge",
2140
+ "declaration": {
2141
+ "name": "zeroBadge",
2142
+ "module": "src/badge/badge.ts"
2143
+ }
2144
+ }
2145
+ ]
2146
+ },
2147
+ {
2148
+ "kind": "javascript-module",
2149
+ "path": "src/badge/index.ts",
2150
+ "declarations": [],
2151
+ "exports": [
2152
+ {
2153
+ "kind": "js",
2154
+ "name": "*",
2155
+ "declaration": {
2156
+ "name": "*",
2157
+ "package": "./badge"
2158
+ }
2159
+ },
2160
+ {
2161
+ "kind": "js",
2162
+ "name": "*",
2163
+ "declaration": {
2164
+ "name": "*",
2165
+ "package": "./badge.styles"
2166
+ }
2167
+ },
2168
+ {
2169
+ "kind": "js",
2170
+ "name": "*",
2171
+ "declaration": {
2172
+ "name": "*",
2173
+ "package": "./badge.template"
2174
+ }
2175
+ }
2176
+ ]
2177
+ },
2178
+ {
2179
+ "kind": "javascript-module",
2180
+ "path": "src/banner/banner.stories.ts",
2181
+ "declarations": [
2182
+ {
2183
+ "kind": "variable",
2184
+ "name": "meta",
2185
+ "type": {
2186
+ "text": "Meta"
2187
+ },
2188
+ "default": "{\n title: 'Banner',\n component: 'zero-banner',\n}"
2189
+ },
2190
+ {
2191
+ "kind": "variable",
2192
+ "name": "Primary",
2193
+ "type": {
2194
+ "text": "StoryObj"
2195
+ },
2196
+ "default": "{\n args: {\n bannerText: ` Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet.\n Lorem, ipsum dolor.`,\n actionIgnoreActionText: 'Ignore',\n actionDemoText: 'Diagnose',\n actionButtonAppearance: 'lightweight',\n },\n argTypes: {\n actionButtonAppearance: {\n control: 'select',\n options: [...FastAppearanceValues, ...ZeroAppearanceValues],\n },\n },\n render: ({ bannerText, actionButtonAppearance, actionIgnoreActionText, actionDemoText }) => html`\n <zero-banner id=\"banner\">\n <div slot=\"content\">${bannerText}</div>\n <zero-button slot=\"action\" @click=\"${ignoreClick}\" appearance=\"${actionButtonAppearance}\">\n ${actionIgnoreActionText}\n </zero-button>\n <zero-button slot=\"action\" appearance=\"${actionButtonAppearance}\">\n ${actionDemoText}\n </zero-button>\n </zero-banner>\n `,\n}"
2197
+ }
2198
+ ],
2199
+ "exports": [
2200
+ {
2201
+ "kind": "js",
2202
+ "name": "default",
2203
+ "declaration": {
2204
+ "name": "meta",
2205
+ "module": "src/banner/banner.stories.ts"
2206
+ }
2207
+ },
2208
+ {
2209
+ "kind": "js",
2210
+ "name": "Primary",
2211
+ "declaration": {
2212
+ "name": "Primary",
2213
+ "module": "src/banner/banner.stories.ts"
2214
+ }
2215
+ }
2216
+ ]
2217
+ },
2218
+ {
2219
+ "kind": "javascript-module",
2220
+ "path": "src/banner/banner.styles.ts",
2221
+ "declarations": [
2222
+ {
2223
+ "kind": "variable",
2224
+ "name": "zeroBannerStyles",
2225
+ "default": "css`\n ${foundationBannerStyles}\n .banner {\n background-color: ${neutralLayer1};\n }\n`"
2226
+ }
2227
+ ],
2228
+ "exports": [
2229
+ {
2230
+ "kind": "js",
2231
+ "name": "zeroBannerStyles",
2232
+ "declaration": {
2233
+ "name": "zeroBannerStyles",
2234
+ "module": "src/banner/banner.styles.ts"
2235
+ }
2236
+ }
2237
+ ]
2238
+ },
2239
+ {
2240
+ "kind": "javascript-module",
2241
+ "path": "src/banner/banner.ts",
2242
+ "declarations": [
2243
2243
  {
2244
2244
  "kind": "variable",
2245
2245
  "name": "zeroBannerShadowOptions",
@@ -14608,7 +14608,7 @@
14608
14608
  },
14609
14609
  {
14610
14610
  "kind": "javascript-module",
14611
- "path": "src/tree-view/index.ts",
14611
+ "path": "src/tree-item/index.ts",
14612
14612
  "declarations": [],
14613
14613
  "exports": [
14614
14614
  {
@@ -14616,7 +14616,7 @@
14616
14616
  "name": "*",
14617
14617
  "declaration": {
14618
14618
  "name": "*",
14619
- "package": "./tree-view.template"
14619
+ "package": "./tree-item.template"
14620
14620
  }
14621
14621
  },
14622
14622
  {
@@ -14624,7 +14624,7 @@
14624
14624
  "name": "*",
14625
14625
  "declaration": {
14626
14626
  "name": "*",
14627
- "package": "./tree-view.styles"
14627
+ "package": "./tree-item.styles"
14628
14628
  }
14629
14629
  },
14630
14630
  {
@@ -14632,40 +14632,188 @@
14632
14632
  "name": "*",
14633
14633
  "declaration": {
14634
14634
  "name": "*",
14635
- "package": "./tree-view"
14635
+ "package": "./tree-item"
14636
14636
  }
14637
14637
  }
14638
14638
  ]
14639
14639
  },
14640
14640
  {
14641
14641
  "kind": "javascript-module",
14642
- "path": "src/tree-view/tree-view.stories.ts",
14642
+ "path": "src/tree-item/tree-item.styles.ts",
14643
14643
  "declarations": [
14644
14644
  {
14645
- "kind": "variable",
14646
- "name": "meta",
14647
- "type": {
14648
- "text": "Meta"
14649
- },
14650
- "default": "{\n title: 'Tree View',\n component: 'zero-tree-view',\n}"
14651
- },
14652
- {
14653
- "kind": "variable",
14654
- "name": "Primary",
14655
- "type": {
14656
- "text": "StoryObj"
14645
+ "kind": "function",
14646
+ "name": "zeroTreeItemStyles",
14647
+ "return": {
14648
+ "type": {
14649
+ "text": "ElementStyles"
14650
+ }
14657
14651
  },
14658
- "default": "{\n render: () => html`\n <zero-tree-view style=\"width: 200px;\">\n <zero-tree-item>\n Tree item 1\n <zero-tree-item>\n Tree item 2\n <zero-tree-item>Tree item 2</zero-tree-item>\n </zero-tree-item>\n </zero-tree-item>\n <zero-tree-item>Tree item 2</zero-tree-item>\n </zero-tree-view>\n `,\n}"
14652
+ "parameters": [
14653
+ {
14654
+ "name": "context",
14655
+ "type": {
14656
+ "text": "ElementDefinitionContext"
14657
+ }
14658
+ },
14659
+ {
14660
+ "name": "definition",
14661
+ "type": {
14662
+ "text": "FoundationElementDefinition"
14663
+ }
14664
+ }
14665
+ ]
14659
14666
  }
14660
14667
  ],
14661
14668
  "exports": [
14662
14669
  {
14663
14670
  "kind": "js",
14664
- "name": "default",
14671
+ "name": "zeroTreeItemStyles",
14665
14672
  "declaration": {
14666
- "name": "meta",
14667
- "module": "src/tree-view/tree-view.stories.ts"
14668
- }
14673
+ "name": "zeroTreeItemStyles",
14674
+ "module": "src/tree-item/tree-item.styles.ts"
14675
+ }
14676
+ }
14677
+ ]
14678
+ },
14679
+ {
14680
+ "kind": "javascript-module",
14681
+ "path": "src/tree-item/tree-item.template.ts",
14682
+ "declarations": [
14683
+ {
14684
+ "kind": "function",
14685
+ "name": "zeroTreeItemTemplate",
14686
+ "return": {
14687
+ "type": {
14688
+ "text": "ViewTemplate<TreeItem>"
14689
+ }
14690
+ },
14691
+ "parameters": [
14692
+ {
14693
+ "name": "context",
14694
+ "type": {
14695
+ "text": "ElementDefinitionContext"
14696
+ }
14697
+ },
14698
+ {
14699
+ "name": "definition",
14700
+ "type": {
14701
+ "text": "FoundationElementDefinition"
14702
+ }
14703
+ }
14704
+ ]
14705
+ }
14706
+ ],
14707
+ "exports": [
14708
+ {
14709
+ "kind": "js",
14710
+ "name": "zeroTreeItemTemplate",
14711
+ "declaration": {
14712
+ "name": "zeroTreeItemTemplate",
14713
+ "module": "src/tree-item/tree-item.template.ts"
14714
+ }
14715
+ }
14716
+ ]
14717
+ },
14718
+ {
14719
+ "kind": "javascript-module",
14720
+ "path": "src/tree-item/tree-item.ts",
14721
+ "declarations": [
14722
+ {
14723
+ "kind": "class",
14724
+ "description": "",
14725
+ "name": "TreeItem",
14726
+ "superclass": {
14727
+ "name": "FoundationTreeItem",
14728
+ "package": "@genesislcap/foundation-ui"
14729
+ },
14730
+ "tagName": "%%prefix%%-tree-item",
14731
+ "customElement": true
14732
+ },
14733
+ {
14734
+ "kind": "variable",
14735
+ "name": "zeroTreeItem"
14736
+ }
14737
+ ],
14738
+ "exports": [
14739
+ {
14740
+ "kind": "js",
14741
+ "name": "TreeItem",
14742
+ "declaration": {
14743
+ "name": "TreeItem",
14744
+ "module": "src/tree-item/tree-item.ts"
14745
+ }
14746
+ },
14747
+ {
14748
+ "kind": "js",
14749
+ "name": "zeroTreeItem",
14750
+ "declaration": {
14751
+ "name": "zeroTreeItem",
14752
+ "module": "src/tree-item/tree-item.ts"
14753
+ }
14754
+ }
14755
+ ]
14756
+ },
14757
+ {
14758
+ "kind": "javascript-module",
14759
+ "path": "src/tree-view/index.ts",
14760
+ "declarations": [],
14761
+ "exports": [
14762
+ {
14763
+ "kind": "js",
14764
+ "name": "*",
14765
+ "declaration": {
14766
+ "name": "*",
14767
+ "package": "./tree-view.template"
14768
+ }
14769
+ },
14770
+ {
14771
+ "kind": "js",
14772
+ "name": "*",
14773
+ "declaration": {
14774
+ "name": "*",
14775
+ "package": "./tree-view.styles"
14776
+ }
14777
+ },
14778
+ {
14779
+ "kind": "js",
14780
+ "name": "*",
14781
+ "declaration": {
14782
+ "name": "*",
14783
+ "package": "./tree-view"
14784
+ }
14785
+ }
14786
+ ]
14787
+ },
14788
+ {
14789
+ "kind": "javascript-module",
14790
+ "path": "src/tree-view/tree-view.stories.ts",
14791
+ "declarations": [
14792
+ {
14793
+ "kind": "variable",
14794
+ "name": "meta",
14795
+ "type": {
14796
+ "text": "Meta"
14797
+ },
14798
+ "default": "{\n title: 'Tree View',\n component: 'zero-tree-view',\n}"
14799
+ },
14800
+ {
14801
+ "kind": "variable",
14802
+ "name": "Primary",
14803
+ "type": {
14804
+ "text": "StoryObj"
14805
+ },
14806
+ "default": "{\n render: () => html`\n <zero-tree-view style=\"width: 200px;\">\n <zero-tree-item>\n Tree item 1\n <zero-tree-item>\n Tree item 2\n <zero-tree-item>Tree item 2</zero-tree-item>\n </zero-tree-item>\n </zero-tree-item>\n <zero-tree-item>Tree item 2</zero-tree-item>\n </zero-tree-view>\n `,\n}"
14807
+ }
14808
+ ],
14809
+ "exports": [
14810
+ {
14811
+ "kind": "js",
14812
+ "name": "default",
14813
+ "declaration": {
14814
+ "name": "meta",
14815
+ "module": "src/tree-view/tree-view.stories.ts"
14816
+ }
14669
14817
  },
14670
14818
  {
14671
14819
  "kind": "js",
@@ -15027,23 +15175,53 @@
15027
15175
  },
15028
15176
  {
15029
15177
  "kind": "javascript-module",
15030
- "path": "src/tree-item/index.ts",
15031
- "declarations": [],
15178
+ "path": "src/utils/behaviors.ts",
15179
+ "declarations": [
15180
+ {
15181
+ "kind": "function",
15182
+ "name": "appearanceBehavior",
15183
+ "parameters": [
15184
+ {
15185
+ "name": "value",
15186
+ "type": {
15187
+ "text": "string"
15188
+ },
15189
+ "description": "The value of the appearance property"
15190
+ },
15191
+ {
15192
+ "name": "styles",
15193
+ "type": {
15194
+ "text": "ElementStyles"
15195
+ },
15196
+ "description": "The styles to be applied when condition matches"
15197
+ }
15198
+ ],
15199
+ "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
15200
+ "privacy": "public"
15201
+ }
15202
+ ],
15032
15203
  "exports": [
15033
15204
  {
15034
15205
  "kind": "js",
15035
- "name": "*",
15206
+ "name": "appearanceBehavior",
15036
15207
  "declaration": {
15037
- "name": "*",
15038
- "package": "./tree-item.template"
15208
+ "name": "appearanceBehavior",
15209
+ "module": "src/utils/behaviors.ts"
15039
15210
  }
15040
- },
15211
+ }
15212
+ ]
15213
+ },
15214
+ {
15215
+ "kind": "javascript-module",
15216
+ "path": "src/utils/index.ts",
15217
+ "declarations": [],
15218
+ "exports": [
15041
15219
  {
15042
15220
  "kind": "js",
15043
15221
  "name": "*",
15044
15222
  "declaration": {
15045
15223
  "name": "*",
15046
- "package": "./tree-item.styles"
15224
+ "package": "./behaviors"
15047
15225
  }
15048
15226
  },
15049
15227
  {
@@ -15051,521 +15229,42 @@
15051
15229
  "name": "*",
15052
15230
  "declaration": {
15053
15231
  "name": "*",
15054
- "package": "./tree-item"
15232
+ "package": "./logger"
15055
15233
  }
15056
15234
  }
15057
15235
  ]
15058
15236
  },
15059
15237
  {
15060
15238
  "kind": "javascript-module",
15061
- "path": "src/tree-item/tree-item.styles.ts",
15239
+ "path": "src/utils/logger.ts",
15062
15240
  "declarations": [
15063
15241
  {
15064
- "kind": "function",
15065
- "name": "zeroTreeItemStyles",
15066
- "return": {
15067
- "type": {
15068
- "text": "ElementStyles"
15069
- }
15070
- },
15071
- "parameters": [
15072
- {
15073
- "name": "context",
15074
- "type": {
15075
- "text": "ElementDefinitionContext"
15076
- }
15077
- },
15078
- {
15079
- "name": "definition",
15080
- "type": {
15081
- "text": "FoundationElementDefinition"
15082
- }
15083
- }
15084
- ]
15242
+ "kind": "variable",
15243
+ "name": "logger"
15085
15244
  }
15086
15245
  ],
15087
15246
  "exports": [
15088
15247
  {
15089
15248
  "kind": "js",
15090
- "name": "zeroTreeItemStyles",
15249
+ "name": "logger",
15091
15250
  "declaration": {
15092
- "name": "zeroTreeItemStyles",
15093
- "module": "src/tree-item/tree-item.styles.ts"
15251
+ "name": "logger",
15252
+ "module": "src/utils/logger.ts"
15094
15253
  }
15095
15254
  }
15096
15255
  ]
15097
15256
  },
15098
15257
  {
15099
15258
  "kind": "javascript-module",
15100
- "path": "src/tree-item/tree-item.template.ts",
15101
- "declarations": [
15102
- {
15103
- "kind": "function",
15104
- "name": "zeroTreeItemTemplate",
15105
- "return": {
15106
- "type": {
15107
- "text": "ViewTemplate<TreeItem>"
15108
- }
15109
- },
15110
- "parameters": [
15111
- {
15112
- "name": "context",
15113
- "type": {
15114
- "text": "ElementDefinitionContext"
15115
- }
15116
- },
15117
- {
15118
- "name": "definition",
15119
- "type": {
15120
- "text": "FoundationElementDefinition"
15121
- }
15122
- }
15123
- ]
15124
- }
15125
- ],
15259
+ "path": "src/_config/tokens/default.ts",
15260
+ "declarations": [],
15126
15261
  "exports": [
15127
15262
  {
15128
15263
  "kind": "js",
15129
- "name": "zeroTreeItemTemplate",
15264
+ "name": "accentFillActive",
15130
15265
  "declaration": {
15131
- "name": "zeroTreeItemTemplate",
15132
- "module": "src/tree-item/tree-item.template.ts"
15133
- }
15134
- }
15135
- ]
15136
- },
15137
- {
15138
- "kind": "javascript-module",
15139
- "path": "src/tree-item/tree-item.ts",
15140
- "declarations": [
15141
- {
15142
- "kind": "class",
15143
- "description": "",
15144
- "name": "TreeItem",
15145
- "superclass": {
15146
- "name": "FoundationTreeItem",
15147
- "package": "@genesislcap/foundation-ui"
15148
- },
15149
- "tagName": "%%prefix%%-tree-item",
15150
- "customElement": true
15151
- },
15152
- {
15153
- "kind": "variable",
15154
- "name": "zeroTreeItem"
15155
- }
15156
- ],
15157
- "exports": [
15158
- {
15159
- "kind": "js",
15160
- "name": "TreeItem",
15161
- "declaration": {
15162
- "name": "TreeItem",
15163
- "module": "src/tree-item/tree-item.ts"
15164
- }
15165
- },
15166
- {
15167
- "kind": "js",
15168
- "name": "zeroTreeItem",
15169
- "declaration": {
15170
- "name": "zeroTreeItem",
15171
- "module": "src/tree-item/tree-item.ts"
15172
- }
15173
- }
15174
- ]
15175
- },
15176
- {
15177
- "kind": "javascript-module",
15178
- "path": "src/utils/behaviors.ts",
15179
- "declarations": [
15180
- {
15181
- "kind": "function",
15182
- "name": "appearanceBehavior",
15183
- "parameters": [
15184
- {
15185
- "name": "value",
15186
- "type": {
15187
- "text": "string"
15188
- },
15189
- "description": "The value of the appearance property"
15190
- },
15191
- {
15192
- "name": "styles",
15193
- "type": {
15194
- "text": "ElementStyles"
15195
- },
15196
- "description": "The styles to be applied when condition matches"
15197
- }
15198
- ],
15199
- "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
15200
- "privacy": "public"
15201
- }
15202
- ],
15203
- "exports": [
15204
- {
15205
- "kind": "js",
15206
- "name": "appearanceBehavior",
15207
- "declaration": {
15208
- "name": "appearanceBehavior",
15209
- "module": "src/utils/behaviors.ts"
15210
- }
15211
- }
15212
- ]
15213
- },
15214
- {
15215
- "kind": "javascript-module",
15216
- "path": "src/utils/index.ts",
15217
- "declarations": [],
15218
- "exports": [
15219
- {
15220
- "kind": "js",
15221
- "name": "*",
15222
- "declaration": {
15223
- "name": "*",
15224
- "package": "./behaviors"
15225
- }
15226
- },
15227
- {
15228
- "kind": "js",
15229
- "name": "*",
15230
- "declaration": {
15231
- "name": "*",
15232
- "package": "./logger"
15233
- }
15234
- }
15235
- ]
15236
- },
15237
- {
15238
- "kind": "javascript-module",
15239
- "path": "src/utils/logger.ts",
15240
- "declarations": [
15241
- {
15242
- "kind": "variable",
15243
- "name": "logger"
15244
- }
15245
- ],
15246
- "exports": [
15247
- {
15248
- "kind": "js",
15249
- "name": "logger",
15250
- "declaration": {
15251
- "name": "logger",
15252
- "module": "src/utils/logger.ts"
15253
- }
15254
- }
15255
- ]
15256
- },
15257
- {
15258
- "kind": "javascript-module",
15259
- "path": "src/_config/styles/colors.ts",
15260
- "declarations": [
15261
- {
15262
- "kind": "function",
15263
- "name": "whiteWebRGBA",
15264
- "parameters": [
15265
- {
15266
- "name": "alpha",
15267
- "default": "1.0",
15268
- "type": {
15269
- "text": "number"
15270
- }
15271
- }
15272
- ]
15273
- },
15274
- {
15275
- "kind": "function",
15276
- "name": "blackWebRGBA",
15277
- "parameters": [
15278
- {
15279
- "name": "alpha",
15280
- "default": "1.0",
15281
- "type": {
15282
- "text": "number"
15283
- }
15284
- }
15285
- ]
15286
- },
15287
- {
15288
- "kind": "variable",
15289
- "name": "rapidDefaultFillColor"
15290
- },
15291
- {
15292
- "kind": "variable",
15293
- "name": "rapidDefaultCardFillColor"
15294
- },
15295
- {
15296
- "kind": "variable",
15297
- "name": "rapidDefaultCardPalette"
15298
- },
15299
- {
15300
- "kind": "function",
15301
- "name": "primaryBlueWebRGBA",
15302
- "parameters": [
15303
- {
15304
- "name": "alpha",
15305
- "default": "1.0",
15306
- "type": {
15307
- "text": "number"
15308
- }
15309
- }
15310
- ]
15311
- },
15312
- {
15313
- "kind": "variable",
15314
- "name": "accentBlueSwatch"
15315
- },
15316
- {
15317
- "kind": "variable",
15318
- "name": "accentBluePalette"
15319
- },
15320
- {
15321
- "kind": "function",
15322
- "name": "primaryPurpleWebRGBA",
15323
- "parameters": [
15324
- {
15325
- "name": "alpha",
15326
- "default": "1.0",
15327
- "type": {
15328
- "text": "number"
15329
- }
15330
- }
15331
- ]
15332
- },
15333
- {
15334
- "kind": "function",
15335
- "name": "secondaryOrangeWebRGBA",
15336
- "parameters": [
15337
- {
15338
- "name": "alpha",
15339
- "default": "1.0",
15340
- "type": {
15341
- "text": "number"
15342
- }
15343
- }
15344
- ]
15345
- },
15346
- {
15347
- "kind": "function",
15348
- "name": "secondaryTealWebRGBA",
15349
- "parameters": [
15350
- {
15351
- "name": "alpha",
15352
- "default": "1.0",
15353
- "type": {
15354
- "text": "number"
15355
- }
15356
- }
15357
- ]
15358
- },
15359
- {
15360
- "kind": "function",
15361
- "name": "longGreenWebRGBA",
15362
- "parameters": [
15363
- {
15364
- "name": "alpha",
15365
- "default": "1.0",
15366
- "type": {
15367
- "text": "number"
15368
- }
15369
- }
15370
- ]
15371
- },
15372
- {
15373
- "kind": "function",
15374
- "name": "shortPinkWebRGBA",
15375
- "parameters": [
15376
- {
15377
- "name": "alpha",
15378
- "default": "1.0",
15379
- "type": {
15380
- "text": "number"
15381
- }
15382
- }
15383
- ]
15384
- },
15385
- {
15386
- "kind": "function",
15387
- "name": "warningYellowWebRGBA",
15388
- "parameters": [
15389
- {
15390
- "name": "alpha",
15391
- "default": "1.0",
15392
- "type": {
15393
- "text": "number"
15394
- }
15395
- }
15396
- ]
15397
- },
15398
- {
15399
- "kind": "function",
15400
- "name": "chartPinkWebRGBA",
15401
- "parameters": [
15402
- {
15403
- "name": "alpha",
15404
- "default": "1.0",
15405
- "type": {
15406
- "text": "number"
15407
- }
15408
- }
15409
- ]
15410
- }
15411
- ],
15412
- "exports": [
15413
- {
15414
- "kind": "js",
15415
- "name": "whiteWebRGBA",
15416
- "declaration": {
15417
- "name": "whiteWebRGBA",
15418
- "module": "src/_config/styles/colors.ts"
15419
- }
15420
- },
15421
- {
15422
- "kind": "js",
15423
- "name": "blackWebRGBA",
15424
- "declaration": {
15425
- "name": "blackWebRGBA",
15426
- "module": "src/_config/styles/colors.ts"
15427
- }
15428
- },
15429
- {
15430
- "kind": "js",
15431
- "name": "rapidDefaultFillColor",
15432
- "declaration": {
15433
- "name": "rapidDefaultFillColor",
15434
- "module": "src/_config/styles/colors.ts"
15435
- }
15436
- },
15437
- {
15438
- "kind": "js",
15439
- "name": "rapidDefaultCardFillColor",
15440
- "declaration": {
15441
- "name": "rapidDefaultCardFillColor",
15442
- "module": "src/_config/styles/colors.ts"
15443
- }
15444
- },
15445
- {
15446
- "kind": "js",
15447
- "name": "rapidDefaultCardPalette",
15448
- "declaration": {
15449
- "name": "rapidDefaultCardPalette",
15450
- "module": "src/_config/styles/colors.ts"
15451
- }
15452
- },
15453
- {
15454
- "kind": "js",
15455
- "name": "primaryBlueWebRGBA",
15456
- "declaration": {
15457
- "name": "primaryBlueWebRGBA",
15458
- "module": "src/_config/styles/colors.ts"
15459
- }
15460
- },
15461
- {
15462
- "kind": "js",
15463
- "name": "accentBlueSwatch",
15464
- "declaration": {
15465
- "name": "accentBlueSwatch",
15466
- "module": "src/_config/styles/colors.ts"
15467
- }
15468
- },
15469
- {
15470
- "kind": "js",
15471
- "name": "accentBluePalette",
15472
- "declaration": {
15473
- "name": "accentBluePalette",
15474
- "module": "src/_config/styles/colors.ts"
15475
- }
15476
- },
15477
- {
15478
- "kind": "js",
15479
- "name": "primaryPurpleWebRGBA",
15480
- "declaration": {
15481
- "name": "primaryPurpleWebRGBA",
15482
- "module": "src/_config/styles/colors.ts"
15483
- }
15484
- },
15485
- {
15486
- "kind": "js",
15487
- "name": "secondaryOrangeWebRGBA",
15488
- "declaration": {
15489
- "name": "secondaryOrangeWebRGBA",
15490
- "module": "src/_config/styles/colors.ts"
15491
- }
15492
- },
15493
- {
15494
- "kind": "js",
15495
- "name": "secondaryTealWebRGBA",
15496
- "declaration": {
15497
- "name": "secondaryTealWebRGBA",
15498
- "module": "src/_config/styles/colors.ts"
15499
- }
15500
- },
15501
- {
15502
- "kind": "js",
15503
- "name": "longGreenWebRGBA",
15504
- "declaration": {
15505
- "name": "longGreenWebRGBA",
15506
- "module": "src/_config/styles/colors.ts"
15507
- }
15508
- },
15509
- {
15510
- "kind": "js",
15511
- "name": "shortPinkWebRGBA",
15512
- "declaration": {
15513
- "name": "shortPinkWebRGBA",
15514
- "module": "src/_config/styles/colors.ts"
15515
- }
15516
- },
15517
- {
15518
- "kind": "js",
15519
- "name": "warningYellowWebRGBA",
15520
- "declaration": {
15521
- "name": "warningYellowWebRGBA",
15522
- "module": "src/_config/styles/colors.ts"
15523
- }
15524
- },
15525
- {
15526
- "kind": "js",
15527
- "name": "chartPinkWebRGBA",
15528
- "declaration": {
15529
- "name": "chartPinkWebRGBA",
15530
- "module": "src/_config/styles/colors.ts"
15531
- }
15532
- }
15533
- ]
15534
- },
15535
- {
15536
- "kind": "javascript-module",
15537
- "path": "src/_config/styles/index.ts",
15538
- "declarations": [],
15539
- "exports": [
15540
- {
15541
- "kind": "js",
15542
- "name": "*",
15543
- "declaration": {
15544
- "name": "*",
15545
- "package": "./colors"
15546
- }
15547
- },
15548
- {
15549
- "kind": "js",
15550
- "name": "*",
15551
- "declaration": {
15552
- "name": "*",
15553
- "package": "./external/roboto-font"
15554
- }
15555
- }
15556
- ]
15557
- },
15558
- {
15559
- "kind": "javascript-module",
15560
- "path": "src/_config/tokens/default.ts",
15561
- "declarations": [],
15562
- "exports": [
15563
- {
15564
- "kind": "js",
15565
- "name": "accentFillActive",
15566
- "declaration": {
15567
- "name": "accentFillActive",
15568
- "package": "@microsoft/fast-components"
15266
+ "name": "accentFillActive",
15267
+ "package": "@microsoft/fast-components"
15569
15268
  }
15570
15269
  },
15571
15270
  {
@@ -16241,202 +15940,495 @@
16241
15940
  }
16242
15941
  },
16243
15942
  {
16244
- "kind": "js",
16245
- "name": "neutralStrokeFocusDelta",
16246
- "declaration": {
16247
- "name": "neutralStrokeFocusDelta",
16248
- "package": "@microsoft/fast-components"
16249
- }
15943
+ "kind": "js",
15944
+ "name": "neutralStrokeFocusDelta",
15945
+ "declaration": {
15946
+ "name": "neutralStrokeFocusDelta",
15947
+ "package": "@microsoft/fast-components"
15948
+ }
15949
+ },
15950
+ {
15951
+ "kind": "js",
15952
+ "name": "neutralStrokeHover",
15953
+ "declaration": {
15954
+ "name": "neutralStrokeHover",
15955
+ "package": "@microsoft/fast-components"
15956
+ }
15957
+ },
15958
+ {
15959
+ "kind": "js",
15960
+ "name": "neutralStrokeHoverDelta",
15961
+ "declaration": {
15962
+ "name": "neutralStrokeHoverDelta",
15963
+ "package": "@microsoft/fast-components"
15964
+ }
15965
+ },
15966
+ {
15967
+ "kind": "js",
15968
+ "name": "neutralStrokeRest",
15969
+ "declaration": {
15970
+ "name": "neutralStrokeRest",
15971
+ "package": "@microsoft/fast-components"
15972
+ }
15973
+ },
15974
+ {
15975
+ "kind": "js",
15976
+ "name": "neutralStrokeRestDelta",
15977
+ "declaration": {
15978
+ "name": "neutralStrokeRestDelta",
15979
+ "package": "@microsoft/fast-components"
15980
+ }
15981
+ },
15982
+ {
15983
+ "kind": "js",
15984
+ "name": "strokeWidth",
15985
+ "declaration": {
15986
+ "name": "strokeWidth",
15987
+ "package": "@microsoft/fast-components"
15988
+ }
15989
+ },
15990
+ {
15991
+ "kind": "js",
15992
+ "name": "typeRampBaseFontSize",
15993
+ "declaration": {
15994
+ "name": "typeRampBaseFontSize",
15995
+ "package": "@microsoft/fast-components"
15996
+ }
15997
+ },
15998
+ {
15999
+ "kind": "js",
16000
+ "name": "typeRampBaseLineHeight",
16001
+ "declaration": {
16002
+ "name": "typeRampBaseLineHeight",
16003
+ "package": "@microsoft/fast-components"
16004
+ }
16005
+ },
16006
+ {
16007
+ "kind": "js",
16008
+ "name": "typeRampMinus1FontSize",
16009
+ "declaration": {
16010
+ "name": "typeRampMinus1FontSize",
16011
+ "package": "@microsoft/fast-components"
16012
+ }
16013
+ },
16014
+ {
16015
+ "kind": "js",
16016
+ "name": "typeRampMinus1LineHeight",
16017
+ "declaration": {
16018
+ "name": "typeRampMinus1LineHeight",
16019
+ "package": "@microsoft/fast-components"
16020
+ }
16021
+ },
16022
+ {
16023
+ "kind": "js",
16024
+ "name": "typeRampMinus2FontSize",
16025
+ "declaration": {
16026
+ "name": "typeRampMinus2FontSize",
16027
+ "package": "@microsoft/fast-components"
16028
+ }
16029
+ },
16030
+ {
16031
+ "kind": "js",
16032
+ "name": "typeRampMinus2LineHeight",
16033
+ "declaration": {
16034
+ "name": "typeRampMinus2LineHeight",
16035
+ "package": "@microsoft/fast-components"
16036
+ }
16037
+ },
16038
+ {
16039
+ "kind": "js",
16040
+ "name": "typeRampPlus1FontSize",
16041
+ "declaration": {
16042
+ "name": "typeRampPlus1FontSize",
16043
+ "package": "@microsoft/fast-components"
16044
+ }
16045
+ },
16046
+ {
16047
+ "kind": "js",
16048
+ "name": "typeRampPlus1LineHeight",
16049
+ "declaration": {
16050
+ "name": "typeRampPlus1LineHeight",
16051
+ "package": "@microsoft/fast-components"
16052
+ }
16053
+ },
16054
+ {
16055
+ "kind": "js",
16056
+ "name": "typeRampPlus2FontSize",
16057
+ "declaration": {
16058
+ "name": "typeRampPlus2FontSize",
16059
+ "package": "@microsoft/fast-components"
16060
+ }
16061
+ },
16062
+ {
16063
+ "kind": "js",
16064
+ "name": "typeRampPlus2LineHeight",
16065
+ "declaration": {
16066
+ "name": "typeRampPlus2LineHeight",
16067
+ "package": "@microsoft/fast-components"
16068
+ }
16069
+ },
16070
+ {
16071
+ "kind": "js",
16072
+ "name": "typeRampPlus3FontSize",
16073
+ "declaration": {
16074
+ "name": "typeRampPlus3FontSize",
16075
+ "package": "@microsoft/fast-components"
16076
+ }
16077
+ },
16078
+ {
16079
+ "kind": "js",
16080
+ "name": "typeRampPlus3LineHeight",
16081
+ "declaration": {
16082
+ "name": "typeRampPlus3LineHeight",
16083
+ "package": "@microsoft/fast-components"
16084
+ }
16085
+ },
16086
+ {
16087
+ "kind": "js",
16088
+ "name": "typeRampPlus4FontSize",
16089
+ "declaration": {
16090
+ "name": "typeRampPlus4FontSize",
16091
+ "package": "@microsoft/fast-components"
16092
+ }
16093
+ },
16094
+ {
16095
+ "kind": "js",
16096
+ "name": "typeRampPlus4LineHeight",
16097
+ "declaration": {
16098
+ "name": "typeRampPlus4LineHeight",
16099
+ "package": "@microsoft/fast-components"
16100
+ }
16101
+ },
16102
+ {
16103
+ "kind": "js",
16104
+ "name": "typeRampPlus5FontSize",
16105
+ "declaration": {
16106
+ "name": "typeRampPlus5FontSize",
16107
+ "package": "@microsoft/fast-components"
16108
+ }
16109
+ },
16110
+ {
16111
+ "kind": "js",
16112
+ "name": "typeRampPlus5LineHeight",
16113
+ "declaration": {
16114
+ "name": "typeRampPlus5LineHeight",
16115
+ "package": "@microsoft/fast-components"
16116
+ }
16117
+ },
16118
+ {
16119
+ "kind": "js",
16120
+ "name": "typeRampPlus6FontSize",
16121
+ "declaration": {
16122
+ "name": "typeRampPlus6FontSize",
16123
+ "package": "@microsoft/fast-components"
16124
+ }
16125
+ },
16126
+ {
16127
+ "kind": "js",
16128
+ "name": "typeRampPlus6LineHeight",
16129
+ "declaration": {
16130
+ "name": "typeRampPlus6LineHeight",
16131
+ "package": "@microsoft/fast-components"
16132
+ }
16133
+ }
16134
+ ]
16135
+ },
16136
+ {
16137
+ "kind": "javascript-module",
16138
+ "path": "src/_config/tokens/index.ts",
16139
+ "declarations": [],
16140
+ "exports": [
16141
+ {
16142
+ "kind": "js",
16143
+ "name": "*",
16144
+ "declaration": {
16145
+ "name": "*",
16146
+ "package": "./default"
16147
+ }
16148
+ }
16149
+ ]
16150
+ },
16151
+ {
16152
+ "kind": "javascript-module",
16153
+ "path": "src/_config/styles/colors.ts",
16154
+ "declarations": [
16155
+ {
16156
+ "kind": "function",
16157
+ "name": "whiteWebRGBA",
16158
+ "parameters": [
16159
+ {
16160
+ "name": "alpha",
16161
+ "default": "1.0",
16162
+ "type": {
16163
+ "text": "number"
16164
+ }
16165
+ }
16166
+ ]
16167
+ },
16168
+ {
16169
+ "kind": "function",
16170
+ "name": "blackWebRGBA",
16171
+ "parameters": [
16172
+ {
16173
+ "name": "alpha",
16174
+ "default": "1.0",
16175
+ "type": {
16176
+ "text": "number"
16177
+ }
16178
+ }
16179
+ ]
16180
+ },
16181
+ {
16182
+ "kind": "variable",
16183
+ "name": "rapidDefaultFillColor"
16184
+ },
16185
+ {
16186
+ "kind": "variable",
16187
+ "name": "rapidDefaultCardFillColor"
16188
+ },
16189
+ {
16190
+ "kind": "variable",
16191
+ "name": "rapidDefaultCardPalette"
16250
16192
  },
16251
16193
  {
16252
- "kind": "js",
16253
- "name": "neutralStrokeHover",
16254
- "declaration": {
16255
- "name": "neutralStrokeHover",
16256
- "package": "@microsoft/fast-components"
16257
- }
16194
+ "kind": "function",
16195
+ "name": "primaryBlueWebRGBA",
16196
+ "parameters": [
16197
+ {
16198
+ "name": "alpha",
16199
+ "default": "1.0",
16200
+ "type": {
16201
+ "text": "number"
16202
+ }
16203
+ }
16204
+ ]
16258
16205
  },
16259
16206
  {
16260
- "kind": "js",
16261
- "name": "neutralStrokeHoverDelta",
16262
- "declaration": {
16263
- "name": "neutralStrokeHoverDelta",
16264
- "package": "@microsoft/fast-components"
16265
- }
16207
+ "kind": "variable",
16208
+ "name": "accentBlueSwatch"
16266
16209
  },
16267
16210
  {
16268
- "kind": "js",
16269
- "name": "neutralStrokeRest",
16270
- "declaration": {
16271
- "name": "neutralStrokeRest",
16272
- "package": "@microsoft/fast-components"
16273
- }
16211
+ "kind": "variable",
16212
+ "name": "accentBluePalette"
16274
16213
  },
16275
16214
  {
16276
- "kind": "js",
16277
- "name": "neutralStrokeRestDelta",
16278
- "declaration": {
16279
- "name": "neutralStrokeRestDelta",
16280
- "package": "@microsoft/fast-components"
16281
- }
16215
+ "kind": "function",
16216
+ "name": "primaryPurpleWebRGBA",
16217
+ "parameters": [
16218
+ {
16219
+ "name": "alpha",
16220
+ "default": "1.0",
16221
+ "type": {
16222
+ "text": "number"
16223
+ }
16224
+ }
16225
+ ]
16282
16226
  },
16283
16227
  {
16284
- "kind": "js",
16285
- "name": "strokeWidth",
16286
- "declaration": {
16287
- "name": "strokeWidth",
16288
- "package": "@microsoft/fast-components"
16289
- }
16228
+ "kind": "function",
16229
+ "name": "secondaryOrangeWebRGBA",
16230
+ "parameters": [
16231
+ {
16232
+ "name": "alpha",
16233
+ "default": "1.0",
16234
+ "type": {
16235
+ "text": "number"
16236
+ }
16237
+ }
16238
+ ]
16290
16239
  },
16291
16240
  {
16292
- "kind": "js",
16293
- "name": "typeRampBaseFontSize",
16294
- "declaration": {
16295
- "name": "typeRampBaseFontSize",
16296
- "package": "@microsoft/fast-components"
16297
- }
16241
+ "kind": "function",
16242
+ "name": "secondaryTealWebRGBA",
16243
+ "parameters": [
16244
+ {
16245
+ "name": "alpha",
16246
+ "default": "1.0",
16247
+ "type": {
16248
+ "text": "number"
16249
+ }
16250
+ }
16251
+ ]
16298
16252
  },
16299
16253
  {
16300
- "kind": "js",
16301
- "name": "typeRampBaseLineHeight",
16302
- "declaration": {
16303
- "name": "typeRampBaseLineHeight",
16304
- "package": "@microsoft/fast-components"
16305
- }
16254
+ "kind": "function",
16255
+ "name": "longGreenWebRGBA",
16256
+ "parameters": [
16257
+ {
16258
+ "name": "alpha",
16259
+ "default": "1.0",
16260
+ "type": {
16261
+ "text": "number"
16262
+ }
16263
+ }
16264
+ ]
16306
16265
  },
16307
16266
  {
16308
- "kind": "js",
16309
- "name": "typeRampMinus1FontSize",
16310
- "declaration": {
16311
- "name": "typeRampMinus1FontSize",
16312
- "package": "@microsoft/fast-components"
16313
- }
16267
+ "kind": "function",
16268
+ "name": "shortPinkWebRGBA",
16269
+ "parameters": [
16270
+ {
16271
+ "name": "alpha",
16272
+ "default": "1.0",
16273
+ "type": {
16274
+ "text": "number"
16275
+ }
16276
+ }
16277
+ ]
16278
+ },
16279
+ {
16280
+ "kind": "function",
16281
+ "name": "warningYellowWebRGBA",
16282
+ "parameters": [
16283
+ {
16284
+ "name": "alpha",
16285
+ "default": "1.0",
16286
+ "type": {
16287
+ "text": "number"
16288
+ }
16289
+ }
16290
+ ]
16314
16291
  },
16292
+ {
16293
+ "kind": "function",
16294
+ "name": "chartPinkWebRGBA",
16295
+ "parameters": [
16296
+ {
16297
+ "name": "alpha",
16298
+ "default": "1.0",
16299
+ "type": {
16300
+ "text": "number"
16301
+ }
16302
+ }
16303
+ ]
16304
+ }
16305
+ ],
16306
+ "exports": [
16315
16307
  {
16316
16308
  "kind": "js",
16317
- "name": "typeRampMinus1LineHeight",
16309
+ "name": "whiteWebRGBA",
16318
16310
  "declaration": {
16319
- "name": "typeRampMinus1LineHeight",
16320
- "package": "@microsoft/fast-components"
16311
+ "name": "whiteWebRGBA",
16312
+ "module": "src/_config/styles/colors.ts"
16321
16313
  }
16322
16314
  },
16323
16315
  {
16324
16316
  "kind": "js",
16325
- "name": "typeRampMinus2FontSize",
16317
+ "name": "blackWebRGBA",
16326
16318
  "declaration": {
16327
- "name": "typeRampMinus2FontSize",
16328
- "package": "@microsoft/fast-components"
16319
+ "name": "blackWebRGBA",
16320
+ "module": "src/_config/styles/colors.ts"
16329
16321
  }
16330
16322
  },
16331
16323
  {
16332
16324
  "kind": "js",
16333
- "name": "typeRampMinus2LineHeight",
16325
+ "name": "rapidDefaultFillColor",
16334
16326
  "declaration": {
16335
- "name": "typeRampMinus2LineHeight",
16336
- "package": "@microsoft/fast-components"
16327
+ "name": "rapidDefaultFillColor",
16328
+ "module": "src/_config/styles/colors.ts"
16337
16329
  }
16338
16330
  },
16339
16331
  {
16340
16332
  "kind": "js",
16341
- "name": "typeRampPlus1FontSize",
16333
+ "name": "rapidDefaultCardFillColor",
16342
16334
  "declaration": {
16343
- "name": "typeRampPlus1FontSize",
16344
- "package": "@microsoft/fast-components"
16335
+ "name": "rapidDefaultCardFillColor",
16336
+ "module": "src/_config/styles/colors.ts"
16345
16337
  }
16346
16338
  },
16347
16339
  {
16348
16340
  "kind": "js",
16349
- "name": "typeRampPlus1LineHeight",
16341
+ "name": "rapidDefaultCardPalette",
16350
16342
  "declaration": {
16351
- "name": "typeRampPlus1LineHeight",
16352
- "package": "@microsoft/fast-components"
16343
+ "name": "rapidDefaultCardPalette",
16344
+ "module": "src/_config/styles/colors.ts"
16353
16345
  }
16354
16346
  },
16355
16347
  {
16356
16348
  "kind": "js",
16357
- "name": "typeRampPlus2FontSize",
16349
+ "name": "primaryBlueWebRGBA",
16358
16350
  "declaration": {
16359
- "name": "typeRampPlus2FontSize",
16360
- "package": "@microsoft/fast-components"
16351
+ "name": "primaryBlueWebRGBA",
16352
+ "module": "src/_config/styles/colors.ts"
16361
16353
  }
16362
16354
  },
16363
16355
  {
16364
16356
  "kind": "js",
16365
- "name": "typeRampPlus2LineHeight",
16357
+ "name": "accentBlueSwatch",
16366
16358
  "declaration": {
16367
- "name": "typeRampPlus2LineHeight",
16368
- "package": "@microsoft/fast-components"
16359
+ "name": "accentBlueSwatch",
16360
+ "module": "src/_config/styles/colors.ts"
16369
16361
  }
16370
16362
  },
16371
16363
  {
16372
16364
  "kind": "js",
16373
- "name": "typeRampPlus3FontSize",
16365
+ "name": "accentBluePalette",
16374
16366
  "declaration": {
16375
- "name": "typeRampPlus3FontSize",
16376
- "package": "@microsoft/fast-components"
16367
+ "name": "accentBluePalette",
16368
+ "module": "src/_config/styles/colors.ts"
16377
16369
  }
16378
16370
  },
16379
16371
  {
16380
16372
  "kind": "js",
16381
- "name": "typeRampPlus3LineHeight",
16373
+ "name": "primaryPurpleWebRGBA",
16382
16374
  "declaration": {
16383
- "name": "typeRampPlus3LineHeight",
16384
- "package": "@microsoft/fast-components"
16375
+ "name": "primaryPurpleWebRGBA",
16376
+ "module": "src/_config/styles/colors.ts"
16385
16377
  }
16386
16378
  },
16387
16379
  {
16388
16380
  "kind": "js",
16389
- "name": "typeRampPlus4FontSize",
16381
+ "name": "secondaryOrangeWebRGBA",
16390
16382
  "declaration": {
16391
- "name": "typeRampPlus4FontSize",
16392
- "package": "@microsoft/fast-components"
16383
+ "name": "secondaryOrangeWebRGBA",
16384
+ "module": "src/_config/styles/colors.ts"
16393
16385
  }
16394
16386
  },
16395
16387
  {
16396
16388
  "kind": "js",
16397
- "name": "typeRampPlus4LineHeight",
16389
+ "name": "secondaryTealWebRGBA",
16398
16390
  "declaration": {
16399
- "name": "typeRampPlus4LineHeight",
16400
- "package": "@microsoft/fast-components"
16391
+ "name": "secondaryTealWebRGBA",
16392
+ "module": "src/_config/styles/colors.ts"
16401
16393
  }
16402
16394
  },
16403
16395
  {
16404
16396
  "kind": "js",
16405
- "name": "typeRampPlus5FontSize",
16397
+ "name": "longGreenWebRGBA",
16406
16398
  "declaration": {
16407
- "name": "typeRampPlus5FontSize",
16408
- "package": "@microsoft/fast-components"
16399
+ "name": "longGreenWebRGBA",
16400
+ "module": "src/_config/styles/colors.ts"
16409
16401
  }
16410
16402
  },
16411
16403
  {
16412
16404
  "kind": "js",
16413
- "name": "typeRampPlus5LineHeight",
16405
+ "name": "shortPinkWebRGBA",
16414
16406
  "declaration": {
16415
- "name": "typeRampPlus5LineHeight",
16416
- "package": "@microsoft/fast-components"
16407
+ "name": "shortPinkWebRGBA",
16408
+ "module": "src/_config/styles/colors.ts"
16417
16409
  }
16418
16410
  },
16419
16411
  {
16420
16412
  "kind": "js",
16421
- "name": "typeRampPlus6FontSize",
16413
+ "name": "warningYellowWebRGBA",
16422
16414
  "declaration": {
16423
- "name": "typeRampPlus6FontSize",
16424
- "package": "@microsoft/fast-components"
16415
+ "name": "warningYellowWebRGBA",
16416
+ "module": "src/_config/styles/colors.ts"
16425
16417
  }
16426
16418
  },
16427
16419
  {
16428
16420
  "kind": "js",
16429
- "name": "typeRampPlus6LineHeight",
16421
+ "name": "chartPinkWebRGBA",
16430
16422
  "declaration": {
16431
- "name": "typeRampPlus6LineHeight",
16432
- "package": "@microsoft/fast-components"
16423
+ "name": "chartPinkWebRGBA",
16424
+ "module": "src/_config/styles/colors.ts"
16433
16425
  }
16434
16426
  }
16435
16427
  ]
16436
16428
  },
16437
16429
  {
16438
16430
  "kind": "javascript-module",
16439
- "path": "src/_config/tokens/index.ts",
16431
+ "path": "src/_config/styles/index.ts",
16440
16432
  "declarations": [],
16441
16433
  "exports": [
16442
16434
  {
@@ -16444,7 +16436,15 @@
16444
16436
  "name": "*",
16445
16437
  "declaration": {
16446
16438
  "name": "*",
16447
- "package": "./default"
16439
+ "package": "./colors"
16440
+ }
16441
+ },
16442
+ {
16443
+ "kind": "js",
16444
+ "name": "*",
16445
+ "declaration": {
16446
+ "name": "*",
16447
+ "package": "./external/roboto-font"
16448
16448
  }
16449
16449
  }
16450
16450
  ]