@genesislcap/foundation-zero 14.83.8-alpha-c2a75d5.0 → 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.
@@ -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,171 +1222,95 @@
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
  ]
1259
+ }
1260
+ ],
1261
+ "exports": [
1262
+ {
1263
+ "kind": "js",
1264
+ "name": "zeroAnchorTemplate",
1265
+ "declaration": {
1266
+ "name": "zeroAnchorTemplate",
1267
+ "module": "src/anchor/anchor.template.ts"
1268
+ }
1269
+ }
1270
+ ]
1271
+ },
1272
+ {
1273
+ "kind": "javascript-module",
1274
+ "path": "src/anchor/anchor.ts",
1275
+ "declarations": [
1276
+ {
1277
+ "kind": "class",
1278
+ "description": "",
1279
+ "name": "Anchor",
1280
+ "superclass": {
1281
+ "name": "FoundationAnchor",
1282
+ "package": "@genesislcap/foundation-ui"
1283
+ },
1284
+ "tagName": "%%prefix%%-anchor",
1285
+ "customElement": true
1376
1286
  },
1377
1287
  {
1378
1288
  "kind": "variable",
1379
- "name": "zeroActionsMenu",
1380
- "description": "The Zero Actions Menu",
1381
- "privacy": "public"
1289
+ "name": "zeroAnchor"
1382
1290
  }
1383
1291
  ],
1384
1292
  "exports": [
1385
1293
  {
1386
1294
  "kind": "js",
1387
- "name": "ActionsMenu",
1295
+ "name": "Anchor",
1388
1296
  "declaration": {
1389
- "name": "ActionsMenu",
1390
- "module": "src/actions-menu/actions-menu.ts"
1297
+ "name": "Anchor",
1298
+ "module": "src/anchor/anchor.ts"
1391
1299
  }
1392
1300
  },
1393
1301
  {
1394
1302
  "kind": "js",
1395
- "name": "zeroActionsMenu",
1303
+ "name": "zeroAnchor",
1396
1304
  "declaration": {
1397
- "name": "zeroActionsMenu",
1398
- "module": "src/actions-menu/actions-menu.ts"
1305
+ "name": "zeroAnchor",
1306
+ "module": "src/anchor/anchor.ts"
1399
1307
  }
1400
1308
  }
1401
1309
  ]
1402
1310
  },
1403
1311
  {
1404
1312
  "kind": "javascript-module",
1405
- "path": "src/actions-menu/index.ts",
1313
+ "path": "src/anchor/index.ts",
1406
1314
  "declarations": [],
1407
1315
  "exports": [
1408
1316
  {
@@ -1410,7 +1318,7 @@
1410
1318
  "name": "*",
1411
1319
  "declaration": {
1412
1320
  "name": "*",
1413
- "package": "./actions-menu"
1321
+ "package": "./anchor"
1414
1322
  }
1415
1323
  },
1416
1324
  {
@@ -1418,14 +1326,22 @@
1418
1326
  "name": "*",
1419
1327
  "declaration": {
1420
1328
  "name": "*",
1421
- "package": "./actions-menu.styles"
1329
+ "package": "./anchor.styles"
1330
+ }
1331
+ },
1332
+ {
1333
+ "kind": "js",
1334
+ "name": "*",
1335
+ "declaration": {
1336
+ "name": "*",
1337
+ "package": "./anchor.template"
1422
1338
  }
1423
1339
  }
1424
1340
  ]
1425
1341
  },
1426
1342
  {
1427
1343
  "kind": "javascript-module",
1428
- "path": "src/anchor/anchor.stories.ts",
1344
+ "path": "src/anchored-region/anchored-region.stories.ts",
1429
1345
  "declarations": [
1430
1346
  {
1431
1347
  "kind": "variable",
@@ -1433,15 +1349,15 @@
1433
1349
  "type": {
1434
1350
  "text": "Meta"
1435
1351
  },
1436
- "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1352
+ "default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
1437
1353
  },
1438
1354
  {
1439
1355
  "kind": "variable",
1440
- "name": "All",
1356
+ "name": "Default",
1441
1357
  "type": {
1442
1358
  "text": "StoryObj"
1443
1359
  },
1444
- "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
1360
+ "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
1445
1361
  }
1446
1362
  ],
1447
1363
  "exports": [
@@ -1450,26 +1366,26 @@
1450
1366
  "name": "default",
1451
1367
  "declaration": {
1452
1368
  "name": "meta",
1453
- "module": "src/anchor/anchor.stories.ts"
1369
+ "module": "src/anchored-region/anchored-region.stories.ts"
1454
1370
  }
1455
1371
  },
1456
1372
  {
1457
1373
  "kind": "js",
1458
- "name": "All",
1374
+ "name": "Default",
1459
1375
  "declaration": {
1460
- "name": "All",
1461
- "module": "src/anchor/anchor.stories.ts"
1376
+ "name": "Default",
1377
+ "module": "src/anchored-region/anchored-region.stories.ts"
1462
1378
  }
1463
1379
  }
1464
1380
  ]
1465
1381
  },
1466
1382
  {
1467
1383
  "kind": "javascript-module",
1468
- "path": "src/anchor/anchor.styles.ts",
1384
+ "path": "src/anchored-region/anchored-region.styles.ts",
1469
1385
  "declarations": [
1470
1386
  {
1471
1387
  "kind": "function",
1472
- "name": "zeroAnchorStyles",
1388
+ "name": "zeroAnchoredRegionStyles",
1473
1389
  "return": {
1474
1390
  "type": {
1475
1391
  "text": "ElementStyles"
@@ -1494,24 +1410,24 @@
1494
1410
  "exports": [
1495
1411
  {
1496
1412
  "kind": "js",
1497
- "name": "zeroAnchorStyles",
1413
+ "name": "zeroAnchoredRegionStyles",
1498
1414
  "declaration": {
1499
- "name": "zeroAnchorStyles",
1500
- "module": "src/anchor/anchor.styles.ts"
1415
+ "name": "zeroAnchoredRegionStyles",
1416
+ "module": "src/anchored-region/anchored-region.styles.ts"
1501
1417
  }
1502
1418
  }
1503
1419
  ]
1504
1420
  },
1505
1421
  {
1506
1422
  "kind": "javascript-module",
1507
- "path": "src/anchor/anchor.template.ts",
1423
+ "path": "src/anchored-region/anchored-region.template.ts",
1508
1424
  "declarations": [
1509
1425
  {
1510
1426
  "kind": "function",
1511
- "name": "zeroAnchorTemplate",
1427
+ "name": "zeroAnchoredRegionTemplate",
1512
1428
  "return": {
1513
1429
  "type": {
1514
- "text": "ViewTemplate<Anchor>"
1430
+ "text": "ViewTemplate<AnchoredRegion>"
1515
1431
  }
1516
1432
  },
1517
1433
  "parameters": [
@@ -1533,56 +1449,56 @@
1533
1449
  "exports": [
1534
1450
  {
1535
1451
  "kind": "js",
1536
- "name": "zeroAnchorTemplate",
1452
+ "name": "zeroAnchoredRegionTemplate",
1537
1453
  "declaration": {
1538
- "name": "zeroAnchorTemplate",
1539
- "module": "src/anchor/anchor.template.ts"
1454
+ "name": "zeroAnchoredRegionTemplate",
1455
+ "module": "src/anchored-region/anchored-region.template.ts"
1540
1456
  }
1541
1457
  }
1542
1458
  ]
1543
1459
  },
1544
1460
  {
1545
1461
  "kind": "javascript-module",
1546
- "path": "src/anchor/anchor.ts",
1462
+ "path": "src/anchored-region/anchored-region.ts",
1547
1463
  "declarations": [
1548
1464
  {
1549
1465
  "kind": "class",
1550
1466
  "description": "",
1551
- "name": "Anchor",
1467
+ "name": "AnchoredRegion",
1552
1468
  "superclass": {
1553
- "name": "FoundationAnchor",
1469
+ "name": "FoundationAnchoredRegion",
1554
1470
  "package": "@genesislcap/foundation-ui"
1555
1471
  },
1556
- "tagName": "%%prefix%%-anchor",
1472
+ "tagName": "%%prefix%%-anchored-region",
1557
1473
  "customElement": true
1558
1474
  },
1559
1475
  {
1560
1476
  "kind": "variable",
1561
- "name": "zeroAnchor"
1477
+ "name": "zeroAnchoredRegion"
1562
1478
  }
1563
1479
  ],
1564
1480
  "exports": [
1565
1481
  {
1566
1482
  "kind": "js",
1567
- "name": "Anchor",
1483
+ "name": "AnchoredRegion",
1568
1484
  "declaration": {
1569
- "name": "Anchor",
1570
- "module": "src/anchor/anchor.ts"
1485
+ "name": "AnchoredRegion",
1486
+ "module": "src/anchored-region/anchored-region.ts"
1571
1487
  }
1572
1488
  },
1573
1489
  {
1574
1490
  "kind": "js",
1575
- "name": "zeroAnchor",
1491
+ "name": "zeroAnchoredRegion",
1576
1492
  "declaration": {
1577
- "name": "zeroAnchor",
1578
- "module": "src/anchor/anchor.ts"
1493
+ "name": "zeroAnchoredRegion",
1494
+ "module": "src/anchored-region/anchored-region.ts"
1579
1495
  }
1580
1496
  }
1581
1497
  ]
1582
1498
  },
1583
1499
  {
1584
1500
  "kind": "javascript-module",
1585
- "path": "src/anchor/index.ts",
1501
+ "path": "src/anchored-region/index.ts",
1586
1502
  "declarations": [],
1587
1503
  "exports": [
1588
1504
  {
@@ -1590,7 +1506,7 @@
1590
1506
  "name": "*",
1591
1507
  "declaration": {
1592
1508
  "name": "*",
1593
- "package": "./anchor"
1509
+ "package": "./anchored-region"
1594
1510
  }
1595
1511
  },
1596
1512
  {
@@ -1598,7 +1514,7 @@
1598
1514
  "name": "*",
1599
1515
  "declaration": {
1600
1516
  "name": "*",
1601
- "package": "./anchor.styles"
1517
+ "package": "./anchored-region.styles"
1602
1518
  }
1603
1519
  },
1604
1520
  {
@@ -1606,14 +1522,14 @@
1606
1522
  "name": "*",
1607
1523
  "declaration": {
1608
1524
  "name": "*",
1609
- "package": "./anchor.template"
1525
+ "package": "./anchored-region.template"
1610
1526
  }
1611
1527
  }
1612
1528
  ]
1613
1529
  },
1614
1530
  {
1615
1531
  "kind": "javascript-module",
1616
- "path": "src/anchored-region/anchored-region.stories.ts",
1532
+ "path": "src/actions-menu/actions-menu.stories.ts",
1617
1533
  "declarations": [
1618
1534
  {
1619
1535
  "kind": "variable",
@@ -1621,15 +1537,23 @@
1621
1537
  "type": {
1622
1538
  "text": "Meta"
1623
1539
  },
1624
- "default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
1540
+ "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1625
1541
  },
1626
1542
  {
1627
1543
  "kind": "variable",
1628
- "name": "Default",
1544
+ "name": "Horizontal",
1629
1545
  "type": {
1630
1546
  "text": "StoryObj"
1631
1547
  },
1632
- "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}"
1633
1557
  }
1634
1558
  ],
1635
1559
  "exports": [
@@ -1638,26 +1562,34 @@
1638
1562
  "name": "default",
1639
1563
  "declaration": {
1640
1564
  "name": "meta",
1641
- "module": "src/anchored-region/anchored-region.stories.ts"
1565
+ "module": "src/actions-menu/actions-menu.stories.ts"
1642
1566
  }
1643
1567
  },
1644
1568
  {
1645
1569
  "kind": "js",
1646
- "name": "Default",
1570
+ "name": "Horizontal",
1647
1571
  "declaration": {
1648
- "name": "Default",
1649
- "module": "src/anchored-region/anchored-region.stories.ts"
1572
+ "name": "Horizontal",
1573
+ "module": "src/actions-menu/actions-menu.stories.ts"
1574
+ }
1575
+ },
1576
+ {
1577
+ "kind": "js",
1578
+ "name": "Vertical",
1579
+ "declaration": {
1580
+ "name": "Vertical",
1581
+ "module": "src/actions-menu/actions-menu.stories.ts"
1650
1582
  }
1651
1583
  }
1652
1584
  ]
1653
1585
  },
1654
1586
  {
1655
1587
  "kind": "javascript-module",
1656
- "path": "src/anchored-region/anchored-region.styles.ts",
1588
+ "path": "src/actions-menu/actions-menu.styles.ts",
1657
1589
  "declarations": [
1658
1590
  {
1659
1591
  "kind": "function",
1660
- "name": "zeroAnchoredRegionStyles",
1592
+ "name": "zeroActionsMenuStyles",
1661
1593
  "return": {
1662
1594
  "type": {
1663
1595
  "text": "ElementStyles"
@@ -1682,95 +1614,171 @@
1682
1614
  "exports": [
1683
1615
  {
1684
1616
  "kind": "js",
1685
- "name": "zeroAnchoredRegionStyles",
1617
+ "name": "zeroActionsMenuStyles",
1686
1618
  "declaration": {
1687
- "name": "zeroAnchoredRegionStyles",
1688
- "module": "src/anchored-region/anchored-region.styles.ts"
1619
+ "name": "zeroActionsMenuStyles",
1620
+ "module": "src/actions-menu/actions-menu.styles.ts"
1689
1621
  }
1690
1622
  }
1691
1623
  ]
1692
1624
  },
1693
1625
  {
1694
1626
  "kind": "javascript-module",
1695
- "path": "src/anchored-region/anchored-region.template.ts",
1627
+ "path": "src/actions-menu/actions-menu.ts",
1696
1628
  "declarations": [
1697
1629
  {
1698
- "kind": "function",
1699
- "name": "zeroAnchoredRegionTemplate",
1700
- "return": {
1701
- "type": {
1702
- "text": "ViewTemplate<AnchoredRegion>"
1703
- }
1630
+ "kind": "class",
1631
+ "description": "",
1632
+ "name": "ActionsMenu",
1633
+ "superclass": {
1634
+ "name": "FoundationActionsMenu",
1635
+ "package": "@genesislcap/foundation-ui"
1704
1636
  },
1705
- "parameters": [
1637
+ "tagName": "%%prefix%%-actions-menu",
1638
+ "customElement": true,
1639
+ "members": [
1706
1640
  {
1707
- "name": "context",
1641
+ "kind": "field",
1642
+ "name": "_presentation",
1708
1643
  "type": {
1709
- "text": "ElementDefinitionContext"
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"
1710
1651
  }
1711
1652
  },
1712
1653
  {
1713
- "name": "definition",
1654
+ "kind": "field",
1655
+ "name": "$presentation",
1714
1656
  "type": {
1715
- "text": "FoundationElementDefinition"
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"
1716
1749
  }
1717
1750
  }
1718
1751
  ]
1719
- }
1720
- ],
1721
- "exports": [
1722
- {
1723
- "kind": "js",
1724
- "name": "zeroAnchoredRegionTemplate",
1725
- "declaration": {
1726
- "name": "zeroAnchoredRegionTemplate",
1727
- "module": "src/anchored-region/anchored-region.template.ts"
1728
- }
1729
- }
1730
- ]
1731
- },
1732
- {
1733
- "kind": "javascript-module",
1734
- "path": "src/anchored-region/anchored-region.ts",
1735
- "declarations": [
1736
- {
1737
- "kind": "class",
1738
- "description": "",
1739
- "name": "AnchoredRegion",
1740
- "superclass": {
1741
- "name": "FoundationAnchoredRegion",
1742
- "package": "@genesislcap/foundation-ui"
1743
- },
1744
- "tagName": "%%prefix%%-anchored-region",
1745
- "customElement": true
1746
1752
  },
1747
1753
  {
1748
1754
  "kind": "variable",
1749
- "name": "zeroAnchoredRegion"
1755
+ "name": "zeroActionsMenu",
1756
+ "description": "The Zero Actions Menu",
1757
+ "privacy": "public"
1750
1758
  }
1751
1759
  ],
1752
1760
  "exports": [
1753
1761
  {
1754
1762
  "kind": "js",
1755
- "name": "AnchoredRegion",
1763
+ "name": "ActionsMenu",
1756
1764
  "declaration": {
1757
- "name": "AnchoredRegion",
1758
- "module": "src/anchored-region/anchored-region.ts"
1765
+ "name": "ActionsMenu",
1766
+ "module": "src/actions-menu/actions-menu.ts"
1759
1767
  }
1760
1768
  },
1761
1769
  {
1762
1770
  "kind": "js",
1763
- "name": "zeroAnchoredRegion",
1771
+ "name": "zeroActionsMenu",
1764
1772
  "declaration": {
1765
- "name": "zeroAnchoredRegion",
1766
- "module": "src/anchored-region/anchored-region.ts"
1773
+ "name": "zeroActionsMenu",
1774
+ "module": "src/actions-menu/actions-menu.ts"
1767
1775
  }
1768
1776
  }
1769
1777
  ]
1770
1778
  },
1771
1779
  {
1772
1780
  "kind": "javascript-module",
1773
- "path": "src/anchored-region/index.ts",
1781
+ "path": "src/actions-menu/index.ts",
1774
1782
  "declarations": [],
1775
1783
  "exports": [
1776
1784
  {
@@ -1778,7 +1786,7 @@
1778
1786
  "name": "*",
1779
1787
  "declaration": {
1780
1788
  "name": "*",
1781
- "package": "./anchored-region"
1789
+ "package": "./actions-menu"
1782
1790
  }
1783
1791
  },
1784
1792
  {
@@ -1786,15 +1794,7 @@
1786
1794
  "name": "*",
1787
1795
  "declaration": {
1788
1796
  "name": "*",
1789
- "package": "./anchored-region.styles"
1790
- }
1791
- },
1792
- {
1793
- "kind": "js",
1794
- "name": "*",
1795
- "declaration": {
1796
- "name": "*",
1797
- "package": "./anchored-region.template"
1797
+ "package": "./actions-menu.styles"
1798
1798
  }
1799
1799
  }
1800
1800
  ]
@@ -15256,441 +15256,140 @@
15256
15256
  },
15257
15257
  {
15258
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
- },
15259
+ "path": "src/_config/tokens/default.ts",
15260
+ "declarations": [],
15261
+ "exports": [
15372
15262
  {
15373
- "kind": "function",
15374
- "name": "shortPinkWebRGBA",
15375
- "parameters": [
15376
- {
15377
- "name": "alpha",
15378
- "default": "1.0",
15379
- "type": {
15380
- "text": "number"
15381
- }
15382
- }
15383
- ]
15263
+ "kind": "js",
15264
+ "name": "accentFillActive",
15265
+ "declaration": {
15266
+ "name": "accentFillActive",
15267
+ "package": "@microsoft/fast-components"
15268
+ }
15384
15269
  },
15385
15270
  {
15386
- "kind": "function",
15387
- "name": "warningYellowWebRGBA",
15388
- "parameters": [
15389
- {
15390
- "name": "alpha",
15391
- "default": "1.0",
15392
- "type": {
15393
- "text": "number"
15394
- }
15395
- }
15396
- ]
15271
+ "kind": "js",
15272
+ "name": "accentFillActiveDelta",
15273
+ "declaration": {
15274
+ "name": "accentFillActiveDelta",
15275
+ "package": "@microsoft/fast-components"
15276
+ }
15397
15277
  },
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
15278
  {
15414
15279
  "kind": "js",
15415
- "name": "whiteWebRGBA",
15280
+ "name": "accentFillFocus",
15416
15281
  "declaration": {
15417
- "name": "whiteWebRGBA",
15418
- "module": "src/_config/styles/colors.ts"
15282
+ "name": "accentFillFocus",
15283
+ "package": "@microsoft/fast-components"
15419
15284
  }
15420
15285
  },
15421
15286
  {
15422
15287
  "kind": "js",
15423
- "name": "blackWebRGBA",
15288
+ "name": "accentFillFocusDelta",
15424
15289
  "declaration": {
15425
- "name": "blackWebRGBA",
15426
- "module": "src/_config/styles/colors.ts"
15290
+ "name": "accentFillFocusDelta",
15291
+ "package": "@microsoft/fast-components"
15427
15292
  }
15428
15293
  },
15429
15294
  {
15430
15295
  "kind": "js",
15431
- "name": "rapidDefaultFillColor",
15296
+ "name": "accentFillHover",
15432
15297
  "declaration": {
15433
- "name": "rapidDefaultFillColor",
15434
- "module": "src/_config/styles/colors.ts"
15298
+ "name": "accentFillHover",
15299
+ "package": "@microsoft/fast-components"
15435
15300
  }
15436
15301
  },
15437
15302
  {
15438
15303
  "kind": "js",
15439
- "name": "rapidDefaultCardFillColor",
15304
+ "name": "accentFillHoverDelta",
15440
15305
  "declaration": {
15441
- "name": "rapidDefaultCardFillColor",
15442
- "module": "src/_config/styles/colors.ts"
15306
+ "name": "accentFillHoverDelta",
15307
+ "package": "@microsoft/fast-components"
15443
15308
  }
15444
15309
  },
15445
15310
  {
15446
15311
  "kind": "js",
15447
- "name": "rapidDefaultCardPalette",
15312
+ "name": "accentFillRest",
15448
15313
  "declaration": {
15449
- "name": "rapidDefaultCardPalette",
15450
- "module": "src/_config/styles/colors.ts"
15314
+ "name": "accentFillRest",
15315
+ "package": "@microsoft/fast-components"
15451
15316
  }
15452
15317
  },
15453
15318
  {
15454
15319
  "kind": "js",
15455
- "name": "primaryBlueWebRGBA",
15320
+ "name": "accentFillRestDelta",
15456
15321
  "declaration": {
15457
- "name": "primaryBlueWebRGBA",
15458
- "module": "src/_config/styles/colors.ts"
15322
+ "name": "accentFillRestDelta",
15323
+ "package": "@microsoft/fast-components"
15459
15324
  }
15460
15325
  },
15461
15326
  {
15462
15327
  "kind": "js",
15463
- "name": "accentBlueSwatch",
15328
+ "name": "accentForegroundActive",
15464
15329
  "declaration": {
15465
- "name": "accentBlueSwatch",
15466
- "module": "src/_config/styles/colors.ts"
15330
+ "name": "accentForegroundActive",
15331
+ "package": "@microsoft/fast-components"
15467
15332
  }
15468
15333
  },
15469
15334
  {
15470
15335
  "kind": "js",
15471
- "name": "accentBluePalette",
15336
+ "name": "accentForegroundActiveDelta",
15472
15337
  "declaration": {
15473
- "name": "accentBluePalette",
15474
- "module": "src/_config/styles/colors.ts"
15338
+ "name": "accentForegroundActiveDelta",
15339
+ "package": "@microsoft/fast-components"
15475
15340
  }
15476
15341
  },
15477
15342
  {
15478
15343
  "kind": "js",
15479
- "name": "primaryPurpleWebRGBA",
15344
+ "name": "accentForegroundFocus",
15480
15345
  "declaration": {
15481
- "name": "primaryPurpleWebRGBA",
15482
- "module": "src/_config/styles/colors.ts"
15346
+ "name": "accentForegroundFocus",
15347
+ "package": "@microsoft/fast-components"
15483
15348
  }
15484
15349
  },
15485
15350
  {
15486
15351
  "kind": "js",
15487
- "name": "secondaryOrangeWebRGBA",
15352
+ "name": "accentForegroundFocusDelta",
15488
15353
  "declaration": {
15489
- "name": "secondaryOrangeWebRGBA",
15490
- "module": "src/_config/styles/colors.ts"
15354
+ "name": "accentForegroundFocusDelta",
15355
+ "package": "@microsoft/fast-components"
15491
15356
  }
15492
15357
  },
15493
15358
  {
15494
15359
  "kind": "js",
15495
- "name": "secondaryTealWebRGBA",
15360
+ "name": "accentForegroundHover",
15496
15361
  "declaration": {
15497
- "name": "secondaryTealWebRGBA",
15498
- "module": "src/_config/styles/colors.ts"
15362
+ "name": "accentForegroundHover",
15363
+ "package": "@microsoft/fast-components"
15499
15364
  }
15500
15365
  },
15501
15366
  {
15502
15367
  "kind": "js",
15503
- "name": "longGreenWebRGBA",
15368
+ "name": "accentForegroundHoverDelta",
15504
15369
  "declaration": {
15505
- "name": "longGreenWebRGBA",
15506
- "module": "src/_config/styles/colors.ts"
15370
+ "name": "accentForegroundHoverDelta",
15371
+ "package": "@microsoft/fast-components"
15507
15372
  }
15508
15373
  },
15509
15374
  {
15510
15375
  "kind": "js",
15511
- "name": "shortPinkWebRGBA",
15376
+ "name": "accentForegroundRest",
15512
15377
  "declaration": {
15513
- "name": "shortPinkWebRGBA",
15514
- "module": "src/_config/styles/colors.ts"
15378
+ "name": "accentForegroundRest",
15379
+ "package": "@microsoft/fast-components"
15515
15380
  }
15516
15381
  },
15517
15382
  {
15518
15383
  "kind": "js",
15519
- "name": "warningYellowWebRGBA",
15384
+ "name": "accentForegroundRestDelta",
15520
15385
  "declaration": {
15521
- "name": "warningYellowWebRGBA",
15522
- "module": "src/_config/styles/colors.ts"
15386
+ "name": "accentForegroundRestDelta",
15387
+ "package": "@microsoft/fast-components"
15523
15388
  }
15524
15389
  },
15525
15390
  {
15526
15391
  "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"
15569
- }
15570
- },
15571
- {
15572
- "kind": "js",
15573
- "name": "accentFillActiveDelta",
15574
- "declaration": {
15575
- "name": "accentFillActiveDelta",
15576
- "package": "@microsoft/fast-components"
15577
- }
15578
- },
15579
- {
15580
- "kind": "js",
15581
- "name": "accentFillFocus",
15582
- "declaration": {
15583
- "name": "accentFillFocus",
15584
- "package": "@microsoft/fast-components"
15585
- }
15586
- },
15587
- {
15588
- "kind": "js",
15589
- "name": "accentFillFocusDelta",
15590
- "declaration": {
15591
- "name": "accentFillFocusDelta",
15592
- "package": "@microsoft/fast-components"
15593
- }
15594
- },
15595
- {
15596
- "kind": "js",
15597
- "name": "accentFillHover",
15598
- "declaration": {
15599
- "name": "accentFillHover",
15600
- "package": "@microsoft/fast-components"
15601
- }
15602
- },
15603
- {
15604
- "kind": "js",
15605
- "name": "accentFillHoverDelta",
15606
- "declaration": {
15607
- "name": "accentFillHoverDelta",
15608
- "package": "@microsoft/fast-components"
15609
- }
15610
- },
15611
- {
15612
- "kind": "js",
15613
- "name": "accentFillRest",
15614
- "declaration": {
15615
- "name": "accentFillRest",
15616
- "package": "@microsoft/fast-components"
15617
- }
15618
- },
15619
- {
15620
- "kind": "js",
15621
- "name": "accentFillRestDelta",
15622
- "declaration": {
15623
- "name": "accentFillRestDelta",
15624
- "package": "@microsoft/fast-components"
15625
- }
15626
- },
15627
- {
15628
- "kind": "js",
15629
- "name": "accentForegroundActive",
15630
- "declaration": {
15631
- "name": "accentForegroundActive",
15632
- "package": "@microsoft/fast-components"
15633
- }
15634
- },
15635
- {
15636
- "kind": "js",
15637
- "name": "accentForegroundActiveDelta",
15638
- "declaration": {
15639
- "name": "accentForegroundActiveDelta",
15640
- "package": "@microsoft/fast-components"
15641
- }
15642
- },
15643
- {
15644
- "kind": "js",
15645
- "name": "accentForegroundFocus",
15646
- "declaration": {
15647
- "name": "accentForegroundFocus",
15648
- "package": "@microsoft/fast-components"
15649
- }
15650
- },
15651
- {
15652
- "kind": "js",
15653
- "name": "accentForegroundFocusDelta",
15654
- "declaration": {
15655
- "name": "accentForegroundFocusDelta",
15656
- "package": "@microsoft/fast-components"
15657
- }
15658
- },
15659
- {
15660
- "kind": "js",
15661
- "name": "accentForegroundHover",
15662
- "declaration": {
15663
- "name": "accentForegroundHover",
15664
- "package": "@microsoft/fast-components"
15665
- }
15666
- },
15667
- {
15668
- "kind": "js",
15669
- "name": "accentForegroundHoverDelta",
15670
- "declaration": {
15671
- "name": "accentForegroundHoverDelta",
15672
- "package": "@microsoft/fast-components"
15673
- }
15674
- },
15675
- {
15676
- "kind": "js",
15677
- "name": "accentForegroundRest",
15678
- "declaration": {
15679
- "name": "accentForegroundRest",
15680
- "package": "@microsoft/fast-components"
15681
- }
15682
- },
15683
- {
15684
- "kind": "js",
15685
- "name": "accentForegroundRestDelta",
15686
- "declaration": {
15687
- "name": "accentForegroundRestDelta",
15688
- "package": "@microsoft/fast-components"
15689
- }
15690
- },
15691
- {
15692
- "kind": "js",
15693
- "name": "accentPalette",
15392
+ "name": "accentPalette",
15694
15393
  "declaration": {
15695
15394
  "name": "accentPalette",
15696
15395
  "package": "@microsoft/fast-components"
@@ -16449,6 +16148,307 @@
16449
16148
  }
16450
16149
  ]
16451
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"
16192
+ },
16193
+ {
16194
+ "kind": "function",
16195
+ "name": "primaryBlueWebRGBA",
16196
+ "parameters": [
16197
+ {
16198
+ "name": "alpha",
16199
+ "default": "1.0",
16200
+ "type": {
16201
+ "text": "number"
16202
+ }
16203
+ }
16204
+ ]
16205
+ },
16206
+ {
16207
+ "kind": "variable",
16208
+ "name": "accentBlueSwatch"
16209
+ },
16210
+ {
16211
+ "kind": "variable",
16212
+ "name": "accentBluePalette"
16213
+ },
16214
+ {
16215
+ "kind": "function",
16216
+ "name": "primaryPurpleWebRGBA",
16217
+ "parameters": [
16218
+ {
16219
+ "name": "alpha",
16220
+ "default": "1.0",
16221
+ "type": {
16222
+ "text": "number"
16223
+ }
16224
+ }
16225
+ ]
16226
+ },
16227
+ {
16228
+ "kind": "function",
16229
+ "name": "secondaryOrangeWebRGBA",
16230
+ "parameters": [
16231
+ {
16232
+ "name": "alpha",
16233
+ "default": "1.0",
16234
+ "type": {
16235
+ "text": "number"
16236
+ }
16237
+ }
16238
+ ]
16239
+ },
16240
+ {
16241
+ "kind": "function",
16242
+ "name": "secondaryTealWebRGBA",
16243
+ "parameters": [
16244
+ {
16245
+ "name": "alpha",
16246
+ "default": "1.0",
16247
+ "type": {
16248
+ "text": "number"
16249
+ }
16250
+ }
16251
+ ]
16252
+ },
16253
+ {
16254
+ "kind": "function",
16255
+ "name": "longGreenWebRGBA",
16256
+ "parameters": [
16257
+ {
16258
+ "name": "alpha",
16259
+ "default": "1.0",
16260
+ "type": {
16261
+ "text": "number"
16262
+ }
16263
+ }
16264
+ ]
16265
+ },
16266
+ {
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
+ ]
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": [
16307
+ {
16308
+ "kind": "js",
16309
+ "name": "whiteWebRGBA",
16310
+ "declaration": {
16311
+ "name": "whiteWebRGBA",
16312
+ "module": "src/_config/styles/colors.ts"
16313
+ }
16314
+ },
16315
+ {
16316
+ "kind": "js",
16317
+ "name": "blackWebRGBA",
16318
+ "declaration": {
16319
+ "name": "blackWebRGBA",
16320
+ "module": "src/_config/styles/colors.ts"
16321
+ }
16322
+ },
16323
+ {
16324
+ "kind": "js",
16325
+ "name": "rapidDefaultFillColor",
16326
+ "declaration": {
16327
+ "name": "rapidDefaultFillColor",
16328
+ "module": "src/_config/styles/colors.ts"
16329
+ }
16330
+ },
16331
+ {
16332
+ "kind": "js",
16333
+ "name": "rapidDefaultCardFillColor",
16334
+ "declaration": {
16335
+ "name": "rapidDefaultCardFillColor",
16336
+ "module": "src/_config/styles/colors.ts"
16337
+ }
16338
+ },
16339
+ {
16340
+ "kind": "js",
16341
+ "name": "rapidDefaultCardPalette",
16342
+ "declaration": {
16343
+ "name": "rapidDefaultCardPalette",
16344
+ "module": "src/_config/styles/colors.ts"
16345
+ }
16346
+ },
16347
+ {
16348
+ "kind": "js",
16349
+ "name": "primaryBlueWebRGBA",
16350
+ "declaration": {
16351
+ "name": "primaryBlueWebRGBA",
16352
+ "module": "src/_config/styles/colors.ts"
16353
+ }
16354
+ },
16355
+ {
16356
+ "kind": "js",
16357
+ "name": "accentBlueSwatch",
16358
+ "declaration": {
16359
+ "name": "accentBlueSwatch",
16360
+ "module": "src/_config/styles/colors.ts"
16361
+ }
16362
+ },
16363
+ {
16364
+ "kind": "js",
16365
+ "name": "accentBluePalette",
16366
+ "declaration": {
16367
+ "name": "accentBluePalette",
16368
+ "module": "src/_config/styles/colors.ts"
16369
+ }
16370
+ },
16371
+ {
16372
+ "kind": "js",
16373
+ "name": "primaryPurpleWebRGBA",
16374
+ "declaration": {
16375
+ "name": "primaryPurpleWebRGBA",
16376
+ "module": "src/_config/styles/colors.ts"
16377
+ }
16378
+ },
16379
+ {
16380
+ "kind": "js",
16381
+ "name": "secondaryOrangeWebRGBA",
16382
+ "declaration": {
16383
+ "name": "secondaryOrangeWebRGBA",
16384
+ "module": "src/_config/styles/colors.ts"
16385
+ }
16386
+ },
16387
+ {
16388
+ "kind": "js",
16389
+ "name": "secondaryTealWebRGBA",
16390
+ "declaration": {
16391
+ "name": "secondaryTealWebRGBA",
16392
+ "module": "src/_config/styles/colors.ts"
16393
+ }
16394
+ },
16395
+ {
16396
+ "kind": "js",
16397
+ "name": "longGreenWebRGBA",
16398
+ "declaration": {
16399
+ "name": "longGreenWebRGBA",
16400
+ "module": "src/_config/styles/colors.ts"
16401
+ }
16402
+ },
16403
+ {
16404
+ "kind": "js",
16405
+ "name": "shortPinkWebRGBA",
16406
+ "declaration": {
16407
+ "name": "shortPinkWebRGBA",
16408
+ "module": "src/_config/styles/colors.ts"
16409
+ }
16410
+ },
16411
+ {
16412
+ "kind": "js",
16413
+ "name": "warningYellowWebRGBA",
16414
+ "declaration": {
16415
+ "name": "warningYellowWebRGBA",
16416
+ "module": "src/_config/styles/colors.ts"
16417
+ }
16418
+ },
16419
+ {
16420
+ "kind": "js",
16421
+ "name": "chartPinkWebRGBA",
16422
+ "declaration": {
16423
+ "name": "chartPinkWebRGBA",
16424
+ "module": "src/_config/styles/colors.ts"
16425
+ }
16426
+ }
16427
+ ]
16428
+ },
16429
+ {
16430
+ "kind": "javascript-module",
16431
+ "path": "src/_config/styles/index.ts",
16432
+ "declarations": [],
16433
+ "exports": [
16434
+ {
16435
+ "kind": "js",
16436
+ "name": "*",
16437
+ "declaration": {
16438
+ "name": "*",
16439
+ "package": "./colors"
16440
+ }
16441
+ },
16442
+ {
16443
+ "kind": "js",
16444
+ "name": "*",
16445
+ "declaration": {
16446
+ "name": "*",
16447
+ "package": "./external/roboto-font"
16448
+ }
16449
+ }
16450
+ ]
16451
+ },
16452
16452
  {
16453
16453
  "kind": "javascript-module",
16454
16454
  "path": "src/_config/values/color.ts",