@genesislcap/foundation-zero 14.84.0 → 14.85.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/anchor/anchor.stories.ts",
1156
+ "path": "src/actions-menu/actions-menu.stories.ts",
1157
1157
  "declarations": [
1158
1158
  {
1159
1159
  "kind": "variable",
@@ -1161,15 +1161,23 @@
1161
1161
  "type": {
1162
1162
  "text": "Meta"
1163
1163
  },
1164
- "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1164
+ "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1165
1165
  },
1166
1166
  {
1167
1167
  "kind": "variable",
1168
- "name": "All",
1168
+ "name": "Horizontal",
1169
1169
  "type": {
1170
1170
  "text": "StoryObj"
1171
1171
  },
1172
- "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
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}"
1173
+ },
1174
+ {
1175
+ "kind": "variable",
1176
+ "name": "Vertical",
1177
+ "type": {
1178
+ "text": "StoryObj"
1179
+ },
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}"
1173
1181
  }
1174
1182
  ],
1175
1183
  "exports": [
@@ -1178,26 +1186,34 @@
1178
1186
  "name": "default",
1179
1187
  "declaration": {
1180
1188
  "name": "meta",
1181
- "module": "src/anchor/anchor.stories.ts"
1189
+ "module": "src/actions-menu/actions-menu.stories.ts"
1182
1190
  }
1183
1191
  },
1184
1192
  {
1185
1193
  "kind": "js",
1186
- "name": "All",
1194
+ "name": "Horizontal",
1187
1195
  "declaration": {
1188
- "name": "All",
1189
- "module": "src/anchor/anchor.stories.ts"
1196
+ "name": "Horizontal",
1197
+ "module": "src/actions-menu/actions-menu.stories.ts"
1198
+ }
1199
+ },
1200
+ {
1201
+ "kind": "js",
1202
+ "name": "Vertical",
1203
+ "declaration": {
1204
+ "name": "Vertical",
1205
+ "module": "src/actions-menu/actions-menu.stories.ts"
1190
1206
  }
1191
1207
  }
1192
1208
  ]
1193
1209
  },
1194
1210
  {
1195
1211
  "kind": "javascript-module",
1196
- "path": "src/anchor/anchor.styles.ts",
1212
+ "path": "src/actions-menu/actions-menu.styles.ts",
1197
1213
  "declarations": [
1198
1214
  {
1199
1215
  "kind": "function",
1200
- "name": "zeroAnchorStyles",
1216
+ "name": "zeroActionsMenuStyles",
1201
1217
  "return": {
1202
1218
  "type": {
1203
1219
  "text": "ElementStyles"
@@ -1222,95 +1238,171 @@
1222
1238
  "exports": [
1223
1239
  {
1224
1240
  "kind": "js",
1225
- "name": "zeroAnchorStyles",
1241
+ "name": "zeroActionsMenuStyles",
1226
1242
  "declaration": {
1227
- "name": "zeroAnchorStyles",
1228
- "module": "src/anchor/anchor.styles.ts"
1243
+ "name": "zeroActionsMenuStyles",
1244
+ "module": "src/actions-menu/actions-menu.styles.ts"
1229
1245
  }
1230
1246
  }
1231
1247
  ]
1232
1248
  },
1233
1249
  {
1234
1250
  "kind": "javascript-module",
1235
- "path": "src/anchor/anchor.template.ts",
1251
+ "path": "src/actions-menu/actions-menu.ts",
1236
1252
  "declarations": [
1237
1253
  {
1238
- "kind": "function",
1239
- "name": "zeroAnchorTemplate",
1240
- "return": {
1241
- "type": {
1242
- "text": "ViewTemplate<Anchor>"
1243
- }
1254
+ "kind": "class",
1255
+ "description": "",
1256
+ "name": "ActionsMenu",
1257
+ "superclass": {
1258
+ "name": "FoundationActionsMenu",
1259
+ "package": "@genesislcap/foundation-ui"
1244
1260
  },
1245
- "parameters": [
1261
+ "tagName": "%%prefix%%-actions-menu",
1262
+ "customElement": true,
1263
+ "members": [
1246
1264
  {
1247
- "name": "context",
1265
+ "kind": "field",
1266
+ "name": "_presentation",
1248
1267
  "type": {
1249
- "text": "ElementDefinitionContext"
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"
1250
1275
  }
1251
1276
  },
1252
1277
  {
1253
- "name": "definition",
1278
+ "kind": "field",
1279
+ "name": "$presentation",
1254
1280
  "type": {
1255
- "text": "FoundationElementDefinition"
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
+ },
1290
+ {
1291
+ "kind": "field",
1292
+ "name": "template",
1293
+ "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"
1315
+ }
1316
+ },
1317
+ {
1318
+ "kind": "field",
1319
+ "name": "styles",
1320
+ "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"
1256
1373
  }
1257
1374
  }
1258
1375
  ]
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
1286
1376
  },
1287
1377
  {
1288
1378
  "kind": "variable",
1289
- "name": "zeroAnchor"
1379
+ "name": "zeroActionsMenu",
1380
+ "description": "The Zero Actions Menu",
1381
+ "privacy": "public"
1290
1382
  }
1291
1383
  ],
1292
1384
  "exports": [
1293
1385
  {
1294
1386
  "kind": "js",
1295
- "name": "Anchor",
1387
+ "name": "ActionsMenu",
1296
1388
  "declaration": {
1297
- "name": "Anchor",
1298
- "module": "src/anchor/anchor.ts"
1389
+ "name": "ActionsMenu",
1390
+ "module": "src/actions-menu/actions-menu.ts"
1299
1391
  }
1300
1392
  },
1301
1393
  {
1302
1394
  "kind": "js",
1303
- "name": "zeroAnchor",
1395
+ "name": "zeroActionsMenu",
1304
1396
  "declaration": {
1305
- "name": "zeroAnchor",
1306
- "module": "src/anchor/anchor.ts"
1397
+ "name": "zeroActionsMenu",
1398
+ "module": "src/actions-menu/actions-menu.ts"
1307
1399
  }
1308
1400
  }
1309
1401
  ]
1310
1402
  },
1311
1403
  {
1312
1404
  "kind": "javascript-module",
1313
- "path": "src/anchor/index.ts",
1405
+ "path": "src/actions-menu/index.ts",
1314
1406
  "declarations": [],
1315
1407
  "exports": [
1316
1408
  {
@@ -1318,15 +1410,7 @@
1318
1410
  "name": "*",
1319
1411
  "declaration": {
1320
1412
  "name": "*",
1321
- "package": "./anchor"
1322
- }
1323
- },
1324
- {
1325
- "kind": "js",
1326
- "name": "*",
1327
- "declaration": {
1328
- "name": "*",
1329
- "package": "./anchor.styles"
1413
+ "package": "./actions-menu"
1330
1414
  }
1331
1415
  },
1332
1416
  {
@@ -1334,14 +1418,14 @@
1334
1418
  "name": "*",
1335
1419
  "declaration": {
1336
1420
  "name": "*",
1337
- "package": "./anchor.template"
1421
+ "package": "./actions-menu.styles"
1338
1422
  }
1339
1423
  }
1340
1424
  ]
1341
1425
  },
1342
1426
  {
1343
1427
  "kind": "javascript-module",
1344
- "path": "src/anchored-region/anchored-region.stories.ts",
1428
+ "path": "src/anchor/anchor.stories.ts",
1345
1429
  "declarations": [
1346
1430
  {
1347
1431
  "kind": "variable",
@@ -1349,15 +1433,15 @@
1349
1433
  "type": {
1350
1434
  "text": "Meta"
1351
1435
  },
1352
- "default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
1436
+ "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1353
1437
  },
1354
1438
  {
1355
1439
  "kind": "variable",
1356
- "name": "Default",
1440
+ "name": "All",
1357
1441
  "type": {
1358
1442
  "text": "StoryObj"
1359
1443
  },
1360
- "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
1444
+ "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
1361
1445
  }
1362
1446
  ],
1363
1447
  "exports": [
@@ -1366,26 +1450,26 @@
1366
1450
  "name": "default",
1367
1451
  "declaration": {
1368
1452
  "name": "meta",
1369
- "module": "src/anchored-region/anchored-region.stories.ts"
1453
+ "module": "src/anchor/anchor.stories.ts"
1370
1454
  }
1371
1455
  },
1372
1456
  {
1373
1457
  "kind": "js",
1374
- "name": "Default",
1458
+ "name": "All",
1375
1459
  "declaration": {
1376
- "name": "Default",
1377
- "module": "src/anchored-region/anchored-region.stories.ts"
1460
+ "name": "All",
1461
+ "module": "src/anchor/anchor.stories.ts"
1378
1462
  }
1379
1463
  }
1380
1464
  ]
1381
1465
  },
1382
1466
  {
1383
1467
  "kind": "javascript-module",
1384
- "path": "src/anchored-region/anchored-region.styles.ts",
1468
+ "path": "src/anchor/anchor.styles.ts",
1385
1469
  "declarations": [
1386
1470
  {
1387
1471
  "kind": "function",
1388
- "name": "zeroAnchoredRegionStyles",
1472
+ "name": "zeroAnchorStyles",
1389
1473
  "return": {
1390
1474
  "type": {
1391
1475
  "text": "ElementStyles"
@@ -1410,24 +1494,24 @@
1410
1494
  "exports": [
1411
1495
  {
1412
1496
  "kind": "js",
1413
- "name": "zeroAnchoredRegionStyles",
1497
+ "name": "zeroAnchorStyles",
1414
1498
  "declaration": {
1415
- "name": "zeroAnchoredRegionStyles",
1416
- "module": "src/anchored-region/anchored-region.styles.ts"
1499
+ "name": "zeroAnchorStyles",
1500
+ "module": "src/anchor/anchor.styles.ts"
1417
1501
  }
1418
1502
  }
1419
1503
  ]
1420
1504
  },
1421
1505
  {
1422
1506
  "kind": "javascript-module",
1423
- "path": "src/anchored-region/anchored-region.template.ts",
1507
+ "path": "src/anchor/anchor.template.ts",
1424
1508
  "declarations": [
1425
1509
  {
1426
1510
  "kind": "function",
1427
- "name": "zeroAnchoredRegionTemplate",
1511
+ "name": "zeroAnchorTemplate",
1428
1512
  "return": {
1429
1513
  "type": {
1430
- "text": "ViewTemplate<AnchoredRegion>"
1514
+ "text": "ViewTemplate<Anchor>"
1431
1515
  }
1432
1516
  },
1433
1517
  "parameters": [
@@ -1449,56 +1533,56 @@
1449
1533
  "exports": [
1450
1534
  {
1451
1535
  "kind": "js",
1452
- "name": "zeroAnchoredRegionTemplate",
1536
+ "name": "zeroAnchorTemplate",
1453
1537
  "declaration": {
1454
- "name": "zeroAnchoredRegionTemplate",
1455
- "module": "src/anchored-region/anchored-region.template.ts"
1538
+ "name": "zeroAnchorTemplate",
1539
+ "module": "src/anchor/anchor.template.ts"
1456
1540
  }
1457
1541
  }
1458
1542
  ]
1459
1543
  },
1460
1544
  {
1461
1545
  "kind": "javascript-module",
1462
- "path": "src/anchored-region/anchored-region.ts",
1546
+ "path": "src/anchor/anchor.ts",
1463
1547
  "declarations": [
1464
1548
  {
1465
1549
  "kind": "class",
1466
1550
  "description": "",
1467
- "name": "AnchoredRegion",
1551
+ "name": "Anchor",
1468
1552
  "superclass": {
1469
- "name": "FoundationAnchoredRegion",
1553
+ "name": "FoundationAnchor",
1470
1554
  "package": "@genesislcap/foundation-ui"
1471
1555
  },
1472
- "tagName": "%%prefix%%-anchored-region",
1556
+ "tagName": "%%prefix%%-anchor",
1473
1557
  "customElement": true
1474
1558
  },
1475
1559
  {
1476
1560
  "kind": "variable",
1477
- "name": "zeroAnchoredRegion"
1561
+ "name": "zeroAnchor"
1478
1562
  }
1479
1563
  ],
1480
1564
  "exports": [
1481
1565
  {
1482
1566
  "kind": "js",
1483
- "name": "AnchoredRegion",
1567
+ "name": "Anchor",
1484
1568
  "declaration": {
1485
- "name": "AnchoredRegion",
1486
- "module": "src/anchored-region/anchored-region.ts"
1569
+ "name": "Anchor",
1570
+ "module": "src/anchor/anchor.ts"
1487
1571
  }
1488
1572
  },
1489
1573
  {
1490
1574
  "kind": "js",
1491
- "name": "zeroAnchoredRegion",
1575
+ "name": "zeroAnchor",
1492
1576
  "declaration": {
1493
- "name": "zeroAnchoredRegion",
1494
- "module": "src/anchored-region/anchored-region.ts"
1577
+ "name": "zeroAnchor",
1578
+ "module": "src/anchor/anchor.ts"
1495
1579
  }
1496
1580
  }
1497
1581
  ]
1498
1582
  },
1499
1583
  {
1500
1584
  "kind": "javascript-module",
1501
- "path": "src/anchored-region/index.ts",
1585
+ "path": "src/anchor/index.ts",
1502
1586
  "declarations": [],
1503
1587
  "exports": [
1504
1588
  {
@@ -1506,7 +1590,7 @@
1506
1590
  "name": "*",
1507
1591
  "declaration": {
1508
1592
  "name": "*",
1509
- "package": "./anchored-region"
1593
+ "package": "./anchor"
1510
1594
  }
1511
1595
  },
1512
1596
  {
@@ -1514,7 +1598,7 @@
1514
1598
  "name": "*",
1515
1599
  "declaration": {
1516
1600
  "name": "*",
1517
- "package": "./anchored-region.styles"
1601
+ "package": "./anchor.styles"
1518
1602
  }
1519
1603
  },
1520
1604
  {
@@ -1522,14 +1606,14 @@
1522
1606
  "name": "*",
1523
1607
  "declaration": {
1524
1608
  "name": "*",
1525
- "package": "./anchored-region.template"
1609
+ "package": "./anchor.template"
1526
1610
  }
1527
1611
  }
1528
1612
  ]
1529
1613
  },
1530
1614
  {
1531
1615
  "kind": "javascript-module",
1532
- "path": "src/actions-menu/actions-menu.stories.ts",
1616
+ "path": "src/anchored-region/anchored-region.stories.ts",
1533
1617
  "declarations": [
1534
1618
  {
1535
1619
  "kind": "variable",
@@ -1537,23 +1621,15 @@
1537
1621
  "type": {
1538
1622
  "text": "Meta"
1539
1623
  },
1540
- "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1541
- },
1542
- {
1543
- "kind": "variable",
1544
- "name": "Horizontal",
1545
- "type": {
1546
- "text": "StoryObj"
1547
- },
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}"
1624
+ "default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
1549
1625
  },
1550
1626
  {
1551
1627
  "kind": "variable",
1552
- "name": "Vertical",
1628
+ "name": "Default",
1553
1629
  "type": {
1554
1630
  "text": "StoryObj"
1555
1631
  },
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}"
1632
+ "default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
1557
1633
  }
1558
1634
  ],
1559
1635
  "exports": [
@@ -1562,34 +1638,26 @@
1562
1638
  "name": "default",
1563
1639
  "declaration": {
1564
1640
  "name": "meta",
1565
- "module": "src/actions-menu/actions-menu.stories.ts"
1566
- }
1567
- },
1568
- {
1569
- "kind": "js",
1570
- "name": "Horizontal",
1571
- "declaration": {
1572
- "name": "Horizontal",
1573
- "module": "src/actions-menu/actions-menu.stories.ts"
1641
+ "module": "src/anchored-region/anchored-region.stories.ts"
1574
1642
  }
1575
1643
  },
1576
1644
  {
1577
1645
  "kind": "js",
1578
- "name": "Vertical",
1646
+ "name": "Default",
1579
1647
  "declaration": {
1580
- "name": "Vertical",
1581
- "module": "src/actions-menu/actions-menu.stories.ts"
1648
+ "name": "Default",
1649
+ "module": "src/anchored-region/anchored-region.stories.ts"
1582
1650
  }
1583
1651
  }
1584
1652
  ]
1585
1653
  },
1586
1654
  {
1587
1655
  "kind": "javascript-module",
1588
- "path": "src/actions-menu/actions-menu.styles.ts",
1656
+ "path": "src/anchored-region/anchored-region.styles.ts",
1589
1657
  "declarations": [
1590
1658
  {
1591
1659
  "kind": "function",
1592
- "name": "zeroActionsMenuStyles",
1660
+ "name": "zeroAnchoredRegionStyles",
1593
1661
  "return": {
1594
1662
  "type": {
1595
1663
  "text": "ElementStyles"
@@ -1614,171 +1682,95 @@
1614
1682
  "exports": [
1615
1683
  {
1616
1684
  "kind": "js",
1617
- "name": "zeroActionsMenuStyles",
1685
+ "name": "zeroAnchoredRegionStyles",
1618
1686
  "declaration": {
1619
- "name": "zeroActionsMenuStyles",
1620
- "module": "src/actions-menu/actions-menu.styles.ts"
1687
+ "name": "zeroAnchoredRegionStyles",
1688
+ "module": "src/anchored-region/anchored-region.styles.ts"
1621
1689
  }
1622
1690
  }
1623
1691
  ]
1624
1692
  },
1625
1693
  {
1626
1694
  "kind": "javascript-module",
1627
- "path": "src/actions-menu/actions-menu.ts",
1695
+ "path": "src/anchored-region/anchored-region.template.ts",
1628
1696
  "declarations": [
1629
1697
  {
1630
- "kind": "class",
1631
- "description": "",
1632
- "name": "ActionsMenu",
1633
- "superclass": {
1634
- "name": "FoundationActionsMenu",
1635
- "package": "@genesislcap/foundation-ui"
1698
+ "kind": "function",
1699
+ "name": "zeroAnchoredRegionTemplate",
1700
+ "return": {
1701
+ "type": {
1702
+ "text": "ViewTemplate<AnchoredRegion>"
1703
+ }
1636
1704
  },
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
- },
1705
+ "parameters": [
1666
1706
  {
1667
- "kind": "field",
1668
- "name": "template",
1707
+ "name": "context",
1669
1708
  "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"
1709
+ "text": "ElementDefinitionContext"
1691
1710
  }
1692
1711
  },
1693
1712
  {
1694
- "kind": "field",
1695
- "name": "styles",
1713
+ "name": "definition",
1696
1714
  "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"
1715
+ "text": "FoundationElementDefinition"
1749
1716
  }
1750
1717
  }
1751
1718
  ]
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
1752
1746
  },
1753
1747
  {
1754
1748
  "kind": "variable",
1755
- "name": "zeroActionsMenu",
1756
- "description": "The Zero Actions Menu",
1757
- "privacy": "public"
1749
+ "name": "zeroAnchoredRegion"
1758
1750
  }
1759
1751
  ],
1760
1752
  "exports": [
1761
1753
  {
1762
1754
  "kind": "js",
1763
- "name": "ActionsMenu",
1755
+ "name": "AnchoredRegion",
1764
1756
  "declaration": {
1765
- "name": "ActionsMenu",
1766
- "module": "src/actions-menu/actions-menu.ts"
1757
+ "name": "AnchoredRegion",
1758
+ "module": "src/anchored-region/anchored-region.ts"
1767
1759
  }
1768
1760
  },
1769
1761
  {
1770
1762
  "kind": "js",
1771
- "name": "zeroActionsMenu",
1763
+ "name": "zeroAnchoredRegion",
1772
1764
  "declaration": {
1773
- "name": "zeroActionsMenu",
1774
- "module": "src/actions-menu/actions-menu.ts"
1765
+ "name": "zeroAnchoredRegion",
1766
+ "module": "src/anchored-region/anchored-region.ts"
1775
1767
  }
1776
1768
  }
1777
1769
  ]
1778
1770
  },
1779
1771
  {
1780
1772
  "kind": "javascript-module",
1781
- "path": "src/actions-menu/index.ts",
1773
+ "path": "src/anchored-region/index.ts",
1782
1774
  "declarations": [],
1783
1775
  "exports": [
1784
1776
  {
@@ -1786,7 +1778,7 @@
1786
1778
  "name": "*",
1787
1779
  "declaration": {
1788
1780
  "name": "*",
1789
- "package": "./actions-menu"
1781
+ "package": "./anchored-region"
1790
1782
  }
1791
1783
  },
1792
1784
  {
@@ -1794,12 +1786,20 @@
1794
1786
  "name": "*",
1795
1787
  "declaration": {
1796
1788
  "name": "*",
1797
- "package": "./actions-menu.styles"
1789
+ "package": "./anchored-region.styles"
1798
1790
  }
1799
- }
1800
- ]
1801
- },
1802
- {
1791
+ },
1792
+ {
1793
+ "kind": "js",
1794
+ "name": "*",
1795
+ "declaration": {
1796
+ "name": "*",
1797
+ "package": "./anchored-region.template"
1798
+ }
1799
+ }
1800
+ ]
1801
+ },
1802
+ {
1803
1803
  "kind": "javascript-module",
1804
1804
  "path": "src/avatar/avatar.stories.ts",
1805
1805
  "declarations": [
@@ -15256,128 +15256,429 @@
15256
15256
  },
15257
15257
  {
15258
15258
  "kind": "javascript-module",
15259
- "path": "src/_config/tokens/default.ts",
15260
- "declarations": [],
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
+ ],
15261
15412
  "exports": [
15262
15413
  {
15263
15414
  "kind": "js",
15264
- "name": "accentFillActive",
15415
+ "name": "whiteWebRGBA",
15265
15416
  "declaration": {
15266
- "name": "accentFillActive",
15267
- "package": "@microsoft/fast-components"
15417
+ "name": "whiteWebRGBA",
15418
+ "module": "src/_config/styles/colors.ts"
15268
15419
  }
15269
15420
  },
15270
15421
  {
15271
15422
  "kind": "js",
15272
- "name": "accentFillActiveDelta",
15423
+ "name": "blackWebRGBA",
15273
15424
  "declaration": {
15274
- "name": "accentFillActiveDelta",
15275
- "package": "@microsoft/fast-components"
15425
+ "name": "blackWebRGBA",
15426
+ "module": "src/_config/styles/colors.ts"
15276
15427
  }
15277
15428
  },
15278
15429
  {
15279
15430
  "kind": "js",
15280
- "name": "accentFillFocus",
15431
+ "name": "rapidDefaultFillColor",
15281
15432
  "declaration": {
15282
- "name": "accentFillFocus",
15283
- "package": "@microsoft/fast-components"
15433
+ "name": "rapidDefaultFillColor",
15434
+ "module": "src/_config/styles/colors.ts"
15284
15435
  }
15285
15436
  },
15286
15437
  {
15287
15438
  "kind": "js",
15288
- "name": "accentFillFocusDelta",
15439
+ "name": "rapidDefaultCardFillColor",
15289
15440
  "declaration": {
15290
- "name": "accentFillFocusDelta",
15291
- "package": "@microsoft/fast-components"
15441
+ "name": "rapidDefaultCardFillColor",
15442
+ "module": "src/_config/styles/colors.ts"
15292
15443
  }
15293
15444
  },
15294
15445
  {
15295
15446
  "kind": "js",
15296
- "name": "accentFillHover",
15447
+ "name": "rapidDefaultCardPalette",
15297
15448
  "declaration": {
15298
- "name": "accentFillHover",
15299
- "package": "@microsoft/fast-components"
15449
+ "name": "rapidDefaultCardPalette",
15450
+ "module": "src/_config/styles/colors.ts"
15300
15451
  }
15301
15452
  },
15302
15453
  {
15303
15454
  "kind": "js",
15304
- "name": "accentFillHoverDelta",
15455
+ "name": "primaryBlueWebRGBA",
15305
15456
  "declaration": {
15306
- "name": "accentFillHoverDelta",
15307
- "package": "@microsoft/fast-components"
15457
+ "name": "primaryBlueWebRGBA",
15458
+ "module": "src/_config/styles/colors.ts"
15308
15459
  }
15309
15460
  },
15310
15461
  {
15311
15462
  "kind": "js",
15312
- "name": "accentFillRest",
15463
+ "name": "accentBlueSwatch",
15313
15464
  "declaration": {
15314
- "name": "accentFillRest",
15315
- "package": "@microsoft/fast-components"
15465
+ "name": "accentBlueSwatch",
15466
+ "module": "src/_config/styles/colors.ts"
15316
15467
  }
15317
15468
  },
15318
15469
  {
15319
15470
  "kind": "js",
15320
- "name": "accentFillRestDelta",
15471
+ "name": "accentBluePalette",
15321
15472
  "declaration": {
15322
- "name": "accentFillRestDelta",
15323
- "package": "@microsoft/fast-components"
15473
+ "name": "accentBluePalette",
15474
+ "module": "src/_config/styles/colors.ts"
15324
15475
  }
15325
15476
  },
15326
15477
  {
15327
15478
  "kind": "js",
15328
- "name": "accentForegroundActive",
15479
+ "name": "primaryPurpleWebRGBA",
15329
15480
  "declaration": {
15330
- "name": "accentForegroundActive",
15331
- "package": "@microsoft/fast-components"
15481
+ "name": "primaryPurpleWebRGBA",
15482
+ "module": "src/_config/styles/colors.ts"
15332
15483
  }
15333
15484
  },
15334
15485
  {
15335
15486
  "kind": "js",
15336
- "name": "accentForegroundActiveDelta",
15487
+ "name": "secondaryOrangeWebRGBA",
15337
15488
  "declaration": {
15338
- "name": "accentForegroundActiveDelta",
15339
- "package": "@microsoft/fast-components"
15489
+ "name": "secondaryOrangeWebRGBA",
15490
+ "module": "src/_config/styles/colors.ts"
15340
15491
  }
15341
15492
  },
15342
15493
  {
15343
15494
  "kind": "js",
15344
- "name": "accentForegroundFocus",
15495
+ "name": "secondaryTealWebRGBA",
15345
15496
  "declaration": {
15346
- "name": "accentForegroundFocus",
15347
- "package": "@microsoft/fast-components"
15497
+ "name": "secondaryTealWebRGBA",
15498
+ "module": "src/_config/styles/colors.ts"
15348
15499
  }
15349
15500
  },
15350
15501
  {
15351
15502
  "kind": "js",
15352
- "name": "accentForegroundFocusDelta",
15503
+ "name": "longGreenWebRGBA",
15353
15504
  "declaration": {
15354
- "name": "accentForegroundFocusDelta",
15355
- "package": "@microsoft/fast-components"
15505
+ "name": "longGreenWebRGBA",
15506
+ "module": "src/_config/styles/colors.ts"
15356
15507
  }
15357
15508
  },
15358
15509
  {
15359
15510
  "kind": "js",
15360
- "name": "accentForegroundHover",
15511
+ "name": "shortPinkWebRGBA",
15361
15512
  "declaration": {
15362
- "name": "accentForegroundHover",
15363
- "package": "@microsoft/fast-components"
15513
+ "name": "shortPinkWebRGBA",
15514
+ "module": "src/_config/styles/colors.ts"
15364
15515
  }
15365
15516
  },
15366
15517
  {
15367
15518
  "kind": "js",
15368
- "name": "accentForegroundHoverDelta",
15519
+ "name": "warningYellowWebRGBA",
15369
15520
  "declaration": {
15370
- "name": "accentForegroundHoverDelta",
15371
- "package": "@microsoft/fast-components"
15521
+ "name": "warningYellowWebRGBA",
15522
+ "module": "src/_config/styles/colors.ts"
15372
15523
  }
15373
15524
  },
15374
15525
  {
15375
15526
  "kind": "js",
15376
- "name": "accentForegroundRest",
15527
+ "name": "chartPinkWebRGBA",
15377
15528
  "declaration": {
15378
- "name": "accentForegroundRest",
15379
- "package": "@microsoft/fast-components"
15380
- }
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
+ }
15381
15682
  },
15382
15683
  {
15383
15684
  "kind": "js",
@@ -16148,307 +16449,6 @@
16148
16449
  }
16149
16450
  ]
16150
16451
  },
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",