@genesislcap/foundation-zero 14.147.1-alpha-3a79940.0 → 14.147.1-alpha-e9dbeac.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 +913 -913
  2. package/package.json +12 -12
@@ -677,145 +677,6 @@
677
677
  }
678
678
  ]
679
679
  },
680
- {
681
- "kind": "javascript-module",
682
- "path": "src/_common/colors.hex.ts",
683
- "declarations": [],
684
- "exports": []
685
- },
686
- {
687
- "kind": "javascript-module",
688
- "path": "src/_common/colors.ts",
689
- "declarations": [
690
- {
691
- "kind": "variable",
692
- "name": "defaultRapidTextColor"
693
- },
694
- {
695
- "kind": "variable",
696
- "name": "defaultRapidBGColor"
697
- },
698
- {
699
- "kind": "variable",
700
- "name": "defaultRapidLabelColor"
701
- },
702
- {
703
- "kind": "variable",
704
- "name": "defaultRapidActiveBGColor"
705
- },
706
- {
707
- "kind": "variable",
708
- "name": "defaultRapidBorderUnfocusedColor"
709
- },
710
- {
711
- "kind": "variable",
712
- "name": "FastAppearanceValues",
713
- "type": {
714
- "text": "array"
715
- },
716
- "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
717
- },
718
- {
719
- "kind": "variable",
720
- "name": "ZeroAppearanceValues"
721
- }
722
- ],
723
- "exports": [
724
- {
725
- "kind": "js",
726
- "name": "defaultRapidTextColor",
727
- "declaration": {
728
- "name": "defaultRapidTextColor",
729
- "module": "src/_common/colors.ts"
730
- }
731
- },
732
- {
733
- "kind": "js",
734
- "name": "defaultRapidBGColor",
735
- "declaration": {
736
- "name": "defaultRapidBGColor",
737
- "module": "src/_common/colors.ts"
738
- }
739
- },
740
- {
741
- "kind": "js",
742
- "name": "defaultRapidLabelColor",
743
- "declaration": {
744
- "name": "defaultRapidLabelColor",
745
- "module": "src/_common/colors.ts"
746
- }
747
- },
748
- {
749
- "kind": "js",
750
- "name": "defaultRapidActiveBGColor",
751
- "declaration": {
752
- "name": "defaultRapidActiveBGColor",
753
- "module": "src/_common/colors.ts"
754
- }
755
- },
756
- {
757
- "kind": "js",
758
- "name": "defaultRapidBorderUnfocusedColor",
759
- "declaration": {
760
- "name": "defaultRapidBorderUnfocusedColor",
761
- "module": "src/_common/colors.ts"
762
- }
763
- },
764
- {
765
- "kind": "js",
766
- "name": "FastAppearanceValues",
767
- "declaration": {
768
- "name": "FastAppearanceValues",
769
- "module": "src/_common/colors.ts"
770
- }
771
- },
772
- {
773
- "kind": "js",
774
- "name": "ZeroAppearanceValues",
775
- "declaration": {
776
- "name": "ZeroAppearanceValues",
777
- "module": "src/_common/colors.ts"
778
- }
779
- }
780
- ]
781
- },
782
- {
783
- "kind": "javascript-module",
784
- "path": "src/_common/colors.util.ts",
785
- "declarations": [],
786
- "exports": []
787
- },
788
- {
789
- "kind": "javascript-module",
790
- "path": "src/_common/index.ts",
791
- "declarations": [],
792
- "exports": [
793
- {
794
- "kind": "js",
795
- "name": "*",
796
- "declaration": {
797
- "name": "*",
798
- "package": "./colors"
799
- }
800
- },
801
- {
802
- "kind": "js",
803
- "name": "*",
804
- "declaration": {
805
- "name": "*",
806
- "package": "./colors.hex"
807
- }
808
- },
809
- {
810
- "kind": "js",
811
- "name": "*",
812
- "declaration": {
813
- "name": "*",
814
- "package": "./colors.util"
815
- }
816
- }
817
- ]
818
- },
819
680
  {
820
681
  "kind": "javascript-module",
821
682
  "path": "src/_config/index.ts",
@@ -1209,164 +1070,115 @@
1209
1070
  },
1210
1071
  {
1211
1072
  "kind": "javascript-module",
1212
- "path": "src/accordion/accordion.stories.ts",
1073
+ "path": "src/_common/colors.hex.ts",
1074
+ "declarations": [],
1075
+ "exports": []
1076
+ },
1077
+ {
1078
+ "kind": "javascript-module",
1079
+ "path": "src/_common/colors.ts",
1213
1080
  "declarations": [
1214
1081
  {
1215
1082
  "kind": "variable",
1216
- "name": "meta",
1217
- "type": {
1218
- "text": "Meta"
1219
- },
1220
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1083
+ "name": "defaultRapidTextColor"
1221
1084
  },
1222
1085
  {
1223
1086
  "kind": "variable",
1224
- "name": "Primary",
1087
+ "name": "defaultRapidBGColor"
1088
+ },
1089
+ {
1090
+ "kind": "variable",
1091
+ "name": "defaultRapidLabelColor"
1092
+ },
1093
+ {
1094
+ "kind": "variable",
1095
+ "name": "defaultRapidActiveBGColor"
1096
+ },
1097
+ {
1098
+ "kind": "variable",
1099
+ "name": "defaultRapidBorderUnfocusedColor"
1100
+ },
1101
+ {
1102
+ "kind": "variable",
1103
+ "name": "FastAppearanceValues",
1225
1104
  "type": {
1226
- "text": "StoryObj"
1105
+ "text": "array"
1227
1106
  },
1228
- "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
1107
+ "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
1108
+ },
1109
+ {
1110
+ "kind": "variable",
1111
+ "name": "ZeroAppearanceValues"
1229
1112
  }
1230
1113
  ],
1231
1114
  "exports": [
1232
1115
  {
1233
1116
  "kind": "js",
1234
- "name": "default",
1117
+ "name": "defaultRapidTextColor",
1235
1118
  "declaration": {
1236
- "name": "meta",
1237
- "module": "src/accordion/accordion.stories.ts"
1119
+ "name": "defaultRapidTextColor",
1120
+ "module": "src/_common/colors.ts"
1238
1121
  }
1239
1122
  },
1240
1123
  {
1241
1124
  "kind": "js",
1242
- "name": "Primary",
1125
+ "name": "defaultRapidBGColor",
1243
1126
  "declaration": {
1244
- "name": "Primary",
1245
- "module": "src/accordion/accordion.stories.ts"
1127
+ "name": "defaultRapidBGColor",
1128
+ "module": "src/_common/colors.ts"
1246
1129
  }
1247
- }
1248
- ]
1249
- },
1250
- {
1251
- "kind": "javascript-module",
1252
- "path": "src/accordion/accordion.styles.ts",
1253
- "declarations": [
1254
- {
1255
- "kind": "function",
1256
- "name": "zeroAccordionStyles",
1257
- "return": {
1258
- "type": {
1259
- "text": "ElementStyles"
1260
- }
1261
- },
1262
- "parameters": [
1263
- {
1264
- "name": "context",
1265
- "type": {
1266
- "text": "ElementDefinitionContext"
1267
- }
1268
- },
1269
- {
1270
- "name": "definition",
1271
- "type": {
1272
- "text": "FoundationElementDefinition"
1273
- }
1274
- }
1275
- ]
1276
- }
1277
- ],
1278
- "exports": [
1130
+ },
1279
1131
  {
1280
1132
  "kind": "js",
1281
- "name": "zeroAccordionStyles",
1133
+ "name": "defaultRapidLabelColor",
1282
1134
  "declaration": {
1283
- "name": "zeroAccordionStyles",
1284
- "module": "src/accordion/accordion.styles.ts"
1135
+ "name": "defaultRapidLabelColor",
1136
+ "module": "src/_common/colors.ts"
1285
1137
  }
1286
- }
1287
- ]
1288
- },
1289
- {
1290
- "kind": "javascript-module",
1291
- "path": "src/accordion/accordion.template.ts",
1292
- "declarations": [
1293
- {
1294
- "kind": "function",
1295
- "name": "zeroAccordionTemplate",
1296
- "return": {
1297
- "type": {
1298
- "text": "ViewTemplate<Accordion>"
1299
- }
1300
- },
1301
- "parameters": [
1302
- {
1303
- "name": "context",
1304
- "type": {
1305
- "text": "ElementDefinitionContext"
1306
- }
1307
- },
1308
- {
1309
- "name": "definition",
1310
- "type": {
1311
- "text": "FoundationElementDefinition"
1312
- }
1313
- }
1314
- ]
1315
- }
1316
- ],
1317
- "exports": [
1138
+ },
1318
1139
  {
1319
1140
  "kind": "js",
1320
- "name": "zeroAccordionTemplate",
1141
+ "name": "defaultRapidActiveBGColor",
1321
1142
  "declaration": {
1322
- "name": "zeroAccordionTemplate",
1323
- "module": "src/accordion/accordion.template.ts"
1143
+ "name": "defaultRapidActiveBGColor",
1144
+ "module": "src/_common/colors.ts"
1324
1145
  }
1325
- }
1326
- ]
1327
- },
1328
- {
1329
- "kind": "javascript-module",
1330
- "path": "src/accordion/accordion.ts",
1331
- "declarations": [
1332
- {
1333
- "kind": "class",
1334
- "description": "",
1335
- "name": "Accordion",
1336
- "superclass": {
1337
- "name": "FoundationAccordion",
1338
- "package": "@genesislcap/foundation-ui"
1339
- },
1340
- "tagName": "%%prefix%%-card",
1341
- "customElement": true
1342
1146
  },
1343
1147
  {
1344
- "kind": "variable",
1345
- "name": "zeroAccordion"
1346
- }
1347
- ],
1348
- "exports": [
1148
+ "kind": "js",
1149
+ "name": "defaultRapidBorderUnfocusedColor",
1150
+ "declaration": {
1151
+ "name": "defaultRapidBorderUnfocusedColor",
1152
+ "module": "src/_common/colors.ts"
1153
+ }
1154
+ },
1349
1155
  {
1350
1156
  "kind": "js",
1351
- "name": "Accordion",
1157
+ "name": "FastAppearanceValues",
1352
1158
  "declaration": {
1353
- "name": "Accordion",
1354
- "module": "src/accordion/accordion.ts"
1159
+ "name": "FastAppearanceValues",
1160
+ "module": "src/_common/colors.ts"
1355
1161
  }
1356
1162
  },
1357
1163
  {
1358
1164
  "kind": "js",
1359
- "name": "zeroAccordion",
1165
+ "name": "ZeroAppearanceValues",
1360
1166
  "declaration": {
1361
- "name": "zeroAccordion",
1362
- "module": "src/accordion/accordion.ts"
1167
+ "name": "ZeroAppearanceValues",
1168
+ "module": "src/_common/colors.ts"
1363
1169
  }
1364
1170
  }
1365
1171
  ]
1366
1172
  },
1367
1173
  {
1368
1174
  "kind": "javascript-module",
1369
- "path": "src/accordion/index.ts",
1175
+ "path": "src/_common/colors.util.ts",
1176
+ "declarations": [],
1177
+ "exports": []
1178
+ },
1179
+ {
1180
+ "kind": "javascript-module",
1181
+ "path": "src/_common/index.ts",
1370
1182
  "declarations": [],
1371
1183
  "exports": [
1372
1184
  {
@@ -1374,7 +1186,7 @@
1374
1186
  "name": "*",
1375
1187
  "declaration": {
1376
1188
  "name": "*",
1377
- "package": "./accordion"
1189
+ "package": "./colors"
1378
1190
  }
1379
1191
  },
1380
1192
  {
@@ -1382,7 +1194,7 @@
1382
1194
  "name": "*",
1383
1195
  "declaration": {
1384
1196
  "name": "*",
1385
- "package": "./accordion.styles"
1197
+ "package": "./colors.hex"
1386
1198
  }
1387
1199
  },
1388
1200
  {
@@ -1390,7 +1202,7 @@
1390
1202
  "name": "*",
1391
1203
  "declaration": {
1392
1204
  "name": "*",
1393
- "package": "./accordion.template"
1205
+ "package": "./colors.util"
1394
1206
  }
1395
1207
  }
1396
1208
  ]
@@ -2549,6 +2361,194 @@
2549
2361
  }
2550
2362
  ]
2551
2363
  },
2364
+ {
2365
+ "kind": "javascript-module",
2366
+ "path": "src/accordion/accordion.stories.ts",
2367
+ "declarations": [
2368
+ {
2369
+ "kind": "variable",
2370
+ "name": "meta",
2371
+ "type": {
2372
+ "text": "Meta"
2373
+ },
2374
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
2375
+ },
2376
+ {
2377
+ "kind": "variable",
2378
+ "name": "Primary",
2379
+ "type": {
2380
+ "text": "StoryObj"
2381
+ },
2382
+ "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
2383
+ }
2384
+ ],
2385
+ "exports": [
2386
+ {
2387
+ "kind": "js",
2388
+ "name": "default",
2389
+ "declaration": {
2390
+ "name": "meta",
2391
+ "module": "src/accordion/accordion.stories.ts"
2392
+ }
2393
+ },
2394
+ {
2395
+ "kind": "js",
2396
+ "name": "Primary",
2397
+ "declaration": {
2398
+ "name": "Primary",
2399
+ "module": "src/accordion/accordion.stories.ts"
2400
+ }
2401
+ }
2402
+ ]
2403
+ },
2404
+ {
2405
+ "kind": "javascript-module",
2406
+ "path": "src/accordion/accordion.styles.ts",
2407
+ "declarations": [
2408
+ {
2409
+ "kind": "function",
2410
+ "name": "zeroAccordionStyles",
2411
+ "return": {
2412
+ "type": {
2413
+ "text": "ElementStyles"
2414
+ }
2415
+ },
2416
+ "parameters": [
2417
+ {
2418
+ "name": "context",
2419
+ "type": {
2420
+ "text": "ElementDefinitionContext"
2421
+ }
2422
+ },
2423
+ {
2424
+ "name": "definition",
2425
+ "type": {
2426
+ "text": "FoundationElementDefinition"
2427
+ }
2428
+ }
2429
+ ]
2430
+ }
2431
+ ],
2432
+ "exports": [
2433
+ {
2434
+ "kind": "js",
2435
+ "name": "zeroAccordionStyles",
2436
+ "declaration": {
2437
+ "name": "zeroAccordionStyles",
2438
+ "module": "src/accordion/accordion.styles.ts"
2439
+ }
2440
+ }
2441
+ ]
2442
+ },
2443
+ {
2444
+ "kind": "javascript-module",
2445
+ "path": "src/accordion/accordion.template.ts",
2446
+ "declarations": [
2447
+ {
2448
+ "kind": "function",
2449
+ "name": "zeroAccordionTemplate",
2450
+ "return": {
2451
+ "type": {
2452
+ "text": "ViewTemplate<Accordion>"
2453
+ }
2454
+ },
2455
+ "parameters": [
2456
+ {
2457
+ "name": "context",
2458
+ "type": {
2459
+ "text": "ElementDefinitionContext"
2460
+ }
2461
+ },
2462
+ {
2463
+ "name": "definition",
2464
+ "type": {
2465
+ "text": "FoundationElementDefinition"
2466
+ }
2467
+ }
2468
+ ]
2469
+ }
2470
+ ],
2471
+ "exports": [
2472
+ {
2473
+ "kind": "js",
2474
+ "name": "zeroAccordionTemplate",
2475
+ "declaration": {
2476
+ "name": "zeroAccordionTemplate",
2477
+ "module": "src/accordion/accordion.template.ts"
2478
+ }
2479
+ }
2480
+ ]
2481
+ },
2482
+ {
2483
+ "kind": "javascript-module",
2484
+ "path": "src/accordion/accordion.ts",
2485
+ "declarations": [
2486
+ {
2487
+ "kind": "class",
2488
+ "description": "",
2489
+ "name": "Accordion",
2490
+ "superclass": {
2491
+ "name": "FoundationAccordion",
2492
+ "package": "@genesislcap/foundation-ui"
2493
+ },
2494
+ "tagName": "%%prefix%%-card",
2495
+ "customElement": true
2496
+ },
2497
+ {
2498
+ "kind": "variable",
2499
+ "name": "zeroAccordion"
2500
+ }
2501
+ ],
2502
+ "exports": [
2503
+ {
2504
+ "kind": "js",
2505
+ "name": "Accordion",
2506
+ "declaration": {
2507
+ "name": "Accordion",
2508
+ "module": "src/accordion/accordion.ts"
2509
+ }
2510
+ },
2511
+ {
2512
+ "kind": "js",
2513
+ "name": "zeroAccordion",
2514
+ "declaration": {
2515
+ "name": "zeroAccordion",
2516
+ "module": "src/accordion/accordion.ts"
2517
+ }
2518
+ }
2519
+ ]
2520
+ },
2521
+ {
2522
+ "kind": "javascript-module",
2523
+ "path": "src/accordion/index.ts",
2524
+ "declarations": [],
2525
+ "exports": [
2526
+ {
2527
+ "kind": "js",
2528
+ "name": "*",
2529
+ "declaration": {
2530
+ "name": "*",
2531
+ "package": "./accordion"
2532
+ }
2533
+ },
2534
+ {
2535
+ "kind": "js",
2536
+ "name": "*",
2537
+ "declaration": {
2538
+ "name": "*",
2539
+ "package": "./accordion.styles"
2540
+ }
2541
+ },
2542
+ {
2543
+ "kind": "js",
2544
+ "name": "*",
2545
+ "declaration": {
2546
+ "name": "*",
2547
+ "package": "./accordion.template"
2548
+ }
2549
+ }
2550
+ ]
2551
+ },
2552
2552
  {
2553
2553
  "kind": "javascript-module",
2554
2554
  "path": "src/anchored-region/anchored-region.stories.ts",
@@ -32793,6 +32793,362 @@
32793
32793
  }
32794
32794
  ]
32795
32795
  },
32796
+ {
32797
+ "kind": "javascript-module",
32798
+ "path": "src/toast/index.ts",
32799
+ "declarations": [],
32800
+ "exports": [
32801
+ {
32802
+ "kind": "js",
32803
+ "name": "*",
32804
+ "declaration": {
32805
+ "name": "*",
32806
+ "package": "./toast.styles"
32807
+ }
32808
+ },
32809
+ {
32810
+ "kind": "js",
32811
+ "name": "*",
32812
+ "declaration": {
32813
+ "name": "*",
32814
+ "package": "./toast"
32815
+ }
32816
+ },
32817
+ {
32818
+ "kind": "js",
32819
+ "name": "zeroToastTemplate",
32820
+ "declaration": {
32821
+ "name": "foundationToastTemplate",
32822
+ "package": "@genesislcap/foundation-ui"
32823
+ }
32824
+ }
32825
+ ]
32826
+ },
32827
+ {
32828
+ "kind": "javascript-module",
32829
+ "path": "src/toast/toast.stories.ts",
32830
+ "declarations": [
32831
+ {
32832
+ "kind": "variable",
32833
+ "name": "meta",
32834
+ "type": {
32835
+ "text": "Meta"
32836
+ },
32837
+ "default": "{\n title: 'Toast',\n component: 'zero-toast',\n}"
32838
+ },
32839
+ {
32840
+ "kind": "variable",
32841
+ "name": "Primary",
32842
+ "type": {
32843
+ "text": "StoryObj"
32844
+ },
32845
+ "default": "{\n render: () => html`\n <div style=\"position: absolute; right: 0; top: 0; display: flex; flex-direction: column\">\n <zero-toast notify=\"warning\" auto-close=\"true\" close-timeout=\"5000\">\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"content\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet. Lorem, ipsum dolor.</span>\n <span slot=\"date\">Today 14:28</span>\n </zero-toast>\n <zero-toast notify=\"success\">\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"date\">Today 14:28</span>\n </zero-toast>\n <zero-toast>\n <h6 slot=\"top\">Toast title</h6>\n </zero-toast>\n <zero-toast>\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"content\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet. Lorem, ipsum dolor.</span>\n <span slot=\"date\">Today 14:28</span>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\">Close notification</zero-button>\n </foundation-toast>\n </div>\n `,\n}"
32846
+ }
32847
+ ],
32848
+ "exports": [
32849
+ {
32850
+ "kind": "js",
32851
+ "name": "default",
32852
+ "declaration": {
32853
+ "name": "meta",
32854
+ "module": "src/toast/toast.stories.ts"
32855
+ }
32856
+ },
32857
+ {
32858
+ "kind": "js",
32859
+ "name": "Primary",
32860
+ "declaration": {
32861
+ "name": "Primary",
32862
+ "module": "src/toast/toast.stories.ts"
32863
+ }
32864
+ }
32865
+ ]
32866
+ },
32867
+ {
32868
+ "kind": "javascript-module",
32869
+ "path": "src/toast/toast.styles.ts",
32870
+ "declarations": [
32871
+ {
32872
+ "kind": "variable",
32873
+ "name": "zeroToastStyles",
32874
+ "default": "css`\n ${foundationToastStyles}\n .toast {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer3};\n background-color: ${neutralLayer1};\n }\n\n .toast::after {\n background-color: ${primaryBlueWebRGBA(1)};\n }\n\n :host([notify='warning']) .toast::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n\n :host([notify='success']) .toast::after {\n background-color: ${secondaryTealWebRGBA(1)};\n }\n\n :host([notify='critical']) .toast::after {\n background-color: ${warningYellowWebRGBA(1)};\n }\n\n :host([notify='serious']) .toast::after {\n background-color: ${secondaryOrangeWebRGBA(1)};\n }\n`"
32875
+ }
32876
+ ],
32877
+ "exports": [
32878
+ {
32879
+ "kind": "js",
32880
+ "name": "zeroToastStyles",
32881
+ "declaration": {
32882
+ "name": "zeroToastStyles",
32883
+ "module": "src/toast/toast.styles.ts"
32884
+ }
32885
+ }
32886
+ ]
32887
+ },
32888
+ {
32889
+ "kind": "javascript-module",
32890
+ "path": "src/toast/toast.ts",
32891
+ "declarations": [
32892
+ {
32893
+ "kind": "variable",
32894
+ "name": "defaultToastConfig",
32895
+ "default": "foundationConfig"
32896
+ },
32897
+ {
32898
+ "kind": "variable",
32899
+ "name": "zeroToastShadowOptions",
32900
+ "default": "foundationToastShadowOptions"
32901
+ },
32902
+ {
32903
+ "kind": "class",
32904
+ "description": "",
32905
+ "name": "Toast",
32906
+ "superclass": {
32907
+ "name": "FoundationToast",
32908
+ "package": "@genesislcap/foundation-ui"
32909
+ },
32910
+ "tagName": "%%prefix%%-toast",
32911
+ "customElement": true,
32912
+ "attributes": [
32913
+ {
32914
+ "name": "close-timeout",
32915
+ "type": {
32916
+ "text": "number"
32917
+ },
32918
+ "default": "10000",
32919
+ "fieldName": "closeTimeout",
32920
+ "inheritedFrom": {
32921
+ "name": "Toast",
32922
+ "module": "src/toast/toast.ts"
32923
+ }
32924
+ },
32925
+ {
32926
+ "name": "auto-close",
32927
+ "type": {
32928
+ "text": "boolean"
32929
+ },
32930
+ "default": "false",
32931
+ "fieldName": "autoClose",
32932
+ "inheritedFrom": {
32933
+ "name": "Toast",
32934
+ "module": "src/toast/toast.ts"
32935
+ }
32936
+ }
32937
+ ],
32938
+ "members": [
32939
+ {
32940
+ "kind": "field",
32941
+ "name": "toast",
32942
+ "type": {
32943
+ "text": "HTMLElement"
32944
+ },
32945
+ "privacy": "public",
32946
+ "inheritedFrom": {
32947
+ "name": "Toast",
32948
+ "module": "src/toast/toast.ts"
32949
+ }
32950
+ },
32951
+ {
32952
+ "kind": "field",
32953
+ "name": "deleteAnimation",
32954
+ "type": {
32955
+ "text": "string"
32956
+ },
32957
+ "default": "''",
32958
+ "inheritedFrom": {
32959
+ "name": "Toast",
32960
+ "module": "src/toast/toast.ts"
32961
+ }
32962
+ },
32963
+ {
32964
+ "kind": "field",
32965
+ "name": "closeTimeout",
32966
+ "type": {
32967
+ "text": "number"
32968
+ },
32969
+ "default": "10000",
32970
+ "inheritedFrom": {
32971
+ "name": "Toast",
32972
+ "module": "src/toast/toast.ts"
32973
+ }
32974
+ },
32975
+ {
32976
+ "kind": "field",
32977
+ "name": "autoClose",
32978
+ "type": {
32979
+ "text": "boolean"
32980
+ },
32981
+ "default": "false",
32982
+ "inheritedFrom": {
32983
+ "name": "Toast",
32984
+ "module": "src/toast/toast.ts"
32985
+ }
32986
+ },
32987
+ {
32988
+ "kind": "method",
32989
+ "name": "close",
32990
+ "privacy": "public",
32991
+ "description": "Remove the toast from display.",
32992
+ "inheritedFrom": {
32993
+ "name": "Toast",
32994
+ "module": "src/toast/toast.ts"
32995
+ }
32996
+ },
32997
+ {
32998
+ "kind": "field",
32999
+ "name": "_presentation",
33000
+ "type": {
33001
+ "text": "ComponentPresentation | null | undefined"
33002
+ },
33003
+ "privacy": "private",
33004
+ "default": "void 0",
33005
+ "inheritedFrom": {
33006
+ "name": "FoundationElement",
33007
+ "module": "src/foundation-element/foundation-element.ts"
33008
+ }
33009
+ },
33010
+ {
33011
+ "kind": "field",
33012
+ "name": "$presentation",
33013
+ "type": {
33014
+ "text": "ComponentPresentation | null"
33015
+ },
33016
+ "privacy": "public",
33017
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
33018
+ "inheritedFrom": {
33019
+ "name": "FoundationElement",
33020
+ "module": "src/foundation-element/foundation-element.ts"
33021
+ }
33022
+ },
33023
+ {
33024
+ "kind": "field",
33025
+ "name": "template",
33026
+ "type": {
33027
+ "text": "ElementViewTemplate | void | null"
33028
+ },
33029
+ "privacy": "public",
33030
+ "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.",
33031
+ "inheritedFrom": {
33032
+ "name": "FoundationElement",
33033
+ "module": "src/foundation-element/foundation-element.ts"
33034
+ }
33035
+ },
33036
+ {
33037
+ "kind": "method",
33038
+ "name": "templateChanged",
33039
+ "privacy": "protected",
33040
+ "return": {
33041
+ "type": {
33042
+ "text": "void"
33043
+ }
33044
+ },
33045
+ "inheritedFrom": {
33046
+ "name": "FoundationElement",
33047
+ "module": "src/foundation-element/foundation-element.ts"
33048
+ }
33049
+ },
33050
+ {
33051
+ "kind": "field",
33052
+ "name": "styles",
33053
+ "type": {
33054
+ "text": "ElementStyles | void | null"
33055
+ },
33056
+ "privacy": "public",
33057
+ "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.",
33058
+ "inheritedFrom": {
33059
+ "name": "FoundationElement",
33060
+ "module": "src/foundation-element/foundation-element.ts"
33061
+ }
33062
+ },
33063
+ {
33064
+ "kind": "method",
33065
+ "name": "stylesChanged",
33066
+ "privacy": "protected",
33067
+ "return": {
33068
+ "type": {
33069
+ "text": "void"
33070
+ }
33071
+ },
33072
+ "inheritedFrom": {
33073
+ "name": "FoundationElement",
33074
+ "module": "src/foundation-element/foundation-element.ts"
33075
+ }
33076
+ },
33077
+ {
33078
+ "kind": "method",
33079
+ "name": "compose",
33080
+ "privacy": "public",
33081
+ "static": true,
33082
+ "return": {
33083
+ "type": {
33084
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
33085
+ }
33086
+ },
33087
+ "parameters": [
33088
+ {
33089
+ "name": "this",
33090
+ "type": {
33091
+ "text": "K"
33092
+ }
33093
+ },
33094
+ {
33095
+ "name": "elementDefinition",
33096
+ "type": {
33097
+ "text": "T"
33098
+ },
33099
+ "description": "The definition of the element to create the registry\nfunction for."
33100
+ }
33101
+ ],
33102
+ "description": "Defines an element registry function with a set of element definition defaults.",
33103
+ "inheritedFrom": {
33104
+ "name": "FoundationElement",
33105
+ "module": "src/foundation-element/foundation-element.ts"
33106
+ }
33107
+ }
33108
+ ]
33109
+ },
33110
+ {
33111
+ "kind": "variable",
33112
+ "name": "zeroToast",
33113
+ "description": "The Zero Toast",
33114
+ "privacy": "public"
33115
+ }
33116
+ ],
33117
+ "exports": [
33118
+ {
33119
+ "kind": "js",
33120
+ "name": "defaultToastConfig",
33121
+ "declaration": {
33122
+ "name": "defaultToastConfig",
33123
+ "module": "src/toast/toast.ts"
33124
+ }
33125
+ },
33126
+ {
33127
+ "kind": "js",
33128
+ "name": "zeroToastShadowOptions",
33129
+ "declaration": {
33130
+ "name": "zeroToastShadowOptions",
33131
+ "module": "src/toast/toast.ts"
33132
+ }
33133
+ },
33134
+ {
33135
+ "kind": "js",
33136
+ "name": "Toast",
33137
+ "declaration": {
33138
+ "name": "Toast",
33139
+ "module": "src/toast/toast.ts"
33140
+ }
33141
+ },
33142
+ {
33143
+ "kind": "js",
33144
+ "name": "zeroToast",
33145
+ "declaration": {
33146
+ "name": "zeroToast",
33147
+ "module": "src/toast/toast.ts"
33148
+ }
33149
+ }
33150
+ ]
33151
+ },
32796
33152
  {
32797
33153
  "kind": "javascript-module",
32798
33154
  "path": "src/text-field/index.ts",
@@ -33571,362 +33927,6 @@
33571
33927
  }
33572
33928
  ]
33573
33929
  },
33574
- {
33575
- "kind": "javascript-module",
33576
- "path": "src/toast/index.ts",
33577
- "declarations": [],
33578
- "exports": [
33579
- {
33580
- "kind": "js",
33581
- "name": "*",
33582
- "declaration": {
33583
- "name": "*",
33584
- "package": "./toast.styles"
33585
- }
33586
- },
33587
- {
33588
- "kind": "js",
33589
- "name": "*",
33590
- "declaration": {
33591
- "name": "*",
33592
- "package": "./toast"
33593
- }
33594
- },
33595
- {
33596
- "kind": "js",
33597
- "name": "zeroToastTemplate",
33598
- "declaration": {
33599
- "name": "foundationToastTemplate",
33600
- "package": "@genesislcap/foundation-ui"
33601
- }
33602
- }
33603
- ]
33604
- },
33605
- {
33606
- "kind": "javascript-module",
33607
- "path": "src/toast/toast.stories.ts",
33608
- "declarations": [
33609
- {
33610
- "kind": "variable",
33611
- "name": "meta",
33612
- "type": {
33613
- "text": "Meta"
33614
- },
33615
- "default": "{\n title: 'Toast',\n component: 'zero-toast',\n}"
33616
- },
33617
- {
33618
- "kind": "variable",
33619
- "name": "Primary",
33620
- "type": {
33621
- "text": "StoryObj"
33622
- },
33623
- "default": "{\n render: () => html`\n <div style=\"position: absolute; right: 0; top: 0; display: flex; flex-direction: column\">\n <zero-toast notify=\"warning\" auto-close=\"true\" close-timeout=\"5000\">\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"content\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet. Lorem, ipsum dolor.</span>\n <span slot=\"date\">Today 14:28</span>\n </zero-toast>\n <zero-toast notify=\"success\">\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"date\">Today 14:28</span>\n </zero-toast>\n <zero-toast>\n <h6 slot=\"top\">Toast title</h6>\n </zero-toast>\n <zero-toast>\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"content\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet. Lorem, ipsum dolor.</span>\n <span slot=\"date\">Today 14:28</span>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\">Close notification</zero-button>\n </foundation-toast>\n </div>\n `,\n}"
33624
- }
33625
- ],
33626
- "exports": [
33627
- {
33628
- "kind": "js",
33629
- "name": "default",
33630
- "declaration": {
33631
- "name": "meta",
33632
- "module": "src/toast/toast.stories.ts"
33633
- }
33634
- },
33635
- {
33636
- "kind": "js",
33637
- "name": "Primary",
33638
- "declaration": {
33639
- "name": "Primary",
33640
- "module": "src/toast/toast.stories.ts"
33641
- }
33642
- }
33643
- ]
33644
- },
33645
- {
33646
- "kind": "javascript-module",
33647
- "path": "src/toast/toast.styles.ts",
33648
- "declarations": [
33649
- {
33650
- "kind": "variable",
33651
- "name": "zeroToastStyles",
33652
- "default": "css`\n ${foundationToastStyles}\n .toast {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer3};\n background-color: ${neutralLayer1};\n }\n\n .toast::after {\n background-color: ${primaryBlueWebRGBA(1)};\n }\n\n :host([notify='warning']) .toast::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n\n :host([notify='success']) .toast::after {\n background-color: ${secondaryTealWebRGBA(1)};\n }\n\n :host([notify='critical']) .toast::after {\n background-color: ${warningYellowWebRGBA(1)};\n }\n\n :host([notify='serious']) .toast::after {\n background-color: ${secondaryOrangeWebRGBA(1)};\n }\n`"
33653
- }
33654
- ],
33655
- "exports": [
33656
- {
33657
- "kind": "js",
33658
- "name": "zeroToastStyles",
33659
- "declaration": {
33660
- "name": "zeroToastStyles",
33661
- "module": "src/toast/toast.styles.ts"
33662
- }
33663
- }
33664
- ]
33665
- },
33666
- {
33667
- "kind": "javascript-module",
33668
- "path": "src/toast/toast.ts",
33669
- "declarations": [
33670
- {
33671
- "kind": "variable",
33672
- "name": "defaultToastConfig",
33673
- "default": "foundationConfig"
33674
- },
33675
- {
33676
- "kind": "variable",
33677
- "name": "zeroToastShadowOptions",
33678
- "default": "foundationToastShadowOptions"
33679
- },
33680
- {
33681
- "kind": "class",
33682
- "description": "",
33683
- "name": "Toast",
33684
- "superclass": {
33685
- "name": "FoundationToast",
33686
- "package": "@genesislcap/foundation-ui"
33687
- },
33688
- "tagName": "%%prefix%%-toast",
33689
- "customElement": true,
33690
- "attributes": [
33691
- {
33692
- "name": "close-timeout",
33693
- "type": {
33694
- "text": "number"
33695
- },
33696
- "default": "10000",
33697
- "fieldName": "closeTimeout",
33698
- "inheritedFrom": {
33699
- "name": "Toast",
33700
- "module": "src/toast/toast.ts"
33701
- }
33702
- },
33703
- {
33704
- "name": "auto-close",
33705
- "type": {
33706
- "text": "boolean"
33707
- },
33708
- "default": "false",
33709
- "fieldName": "autoClose",
33710
- "inheritedFrom": {
33711
- "name": "Toast",
33712
- "module": "src/toast/toast.ts"
33713
- }
33714
- }
33715
- ],
33716
- "members": [
33717
- {
33718
- "kind": "field",
33719
- "name": "toast",
33720
- "type": {
33721
- "text": "HTMLElement"
33722
- },
33723
- "privacy": "public",
33724
- "inheritedFrom": {
33725
- "name": "Toast",
33726
- "module": "src/toast/toast.ts"
33727
- }
33728
- },
33729
- {
33730
- "kind": "field",
33731
- "name": "deleteAnimation",
33732
- "type": {
33733
- "text": "string"
33734
- },
33735
- "default": "''",
33736
- "inheritedFrom": {
33737
- "name": "Toast",
33738
- "module": "src/toast/toast.ts"
33739
- }
33740
- },
33741
- {
33742
- "kind": "field",
33743
- "name": "closeTimeout",
33744
- "type": {
33745
- "text": "number"
33746
- },
33747
- "default": "10000",
33748
- "inheritedFrom": {
33749
- "name": "Toast",
33750
- "module": "src/toast/toast.ts"
33751
- }
33752
- },
33753
- {
33754
- "kind": "field",
33755
- "name": "autoClose",
33756
- "type": {
33757
- "text": "boolean"
33758
- },
33759
- "default": "false",
33760
- "inheritedFrom": {
33761
- "name": "Toast",
33762
- "module": "src/toast/toast.ts"
33763
- }
33764
- },
33765
- {
33766
- "kind": "method",
33767
- "name": "close",
33768
- "privacy": "public",
33769
- "description": "Remove the toast from display.",
33770
- "inheritedFrom": {
33771
- "name": "Toast",
33772
- "module": "src/toast/toast.ts"
33773
- }
33774
- },
33775
- {
33776
- "kind": "field",
33777
- "name": "_presentation",
33778
- "type": {
33779
- "text": "ComponentPresentation | null | undefined"
33780
- },
33781
- "privacy": "private",
33782
- "default": "void 0",
33783
- "inheritedFrom": {
33784
- "name": "FoundationElement",
33785
- "module": "src/foundation-element/foundation-element.ts"
33786
- }
33787
- },
33788
- {
33789
- "kind": "field",
33790
- "name": "$presentation",
33791
- "type": {
33792
- "text": "ComponentPresentation | null"
33793
- },
33794
- "privacy": "public",
33795
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
33796
- "inheritedFrom": {
33797
- "name": "FoundationElement",
33798
- "module": "src/foundation-element/foundation-element.ts"
33799
- }
33800
- },
33801
- {
33802
- "kind": "field",
33803
- "name": "template",
33804
- "type": {
33805
- "text": "ElementViewTemplate | void | null"
33806
- },
33807
- "privacy": "public",
33808
- "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.",
33809
- "inheritedFrom": {
33810
- "name": "FoundationElement",
33811
- "module": "src/foundation-element/foundation-element.ts"
33812
- }
33813
- },
33814
- {
33815
- "kind": "method",
33816
- "name": "templateChanged",
33817
- "privacy": "protected",
33818
- "return": {
33819
- "type": {
33820
- "text": "void"
33821
- }
33822
- },
33823
- "inheritedFrom": {
33824
- "name": "FoundationElement",
33825
- "module": "src/foundation-element/foundation-element.ts"
33826
- }
33827
- },
33828
- {
33829
- "kind": "field",
33830
- "name": "styles",
33831
- "type": {
33832
- "text": "ElementStyles | void | null"
33833
- },
33834
- "privacy": "public",
33835
- "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.",
33836
- "inheritedFrom": {
33837
- "name": "FoundationElement",
33838
- "module": "src/foundation-element/foundation-element.ts"
33839
- }
33840
- },
33841
- {
33842
- "kind": "method",
33843
- "name": "stylesChanged",
33844
- "privacy": "protected",
33845
- "return": {
33846
- "type": {
33847
- "text": "void"
33848
- }
33849
- },
33850
- "inheritedFrom": {
33851
- "name": "FoundationElement",
33852
- "module": "src/foundation-element/foundation-element.ts"
33853
- }
33854
- },
33855
- {
33856
- "kind": "method",
33857
- "name": "compose",
33858
- "privacy": "public",
33859
- "static": true,
33860
- "return": {
33861
- "type": {
33862
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
33863
- }
33864
- },
33865
- "parameters": [
33866
- {
33867
- "name": "this",
33868
- "type": {
33869
- "text": "K"
33870
- }
33871
- },
33872
- {
33873
- "name": "elementDefinition",
33874
- "type": {
33875
- "text": "T"
33876
- },
33877
- "description": "The definition of the element to create the registry\nfunction for."
33878
- }
33879
- ],
33880
- "description": "Defines an element registry function with a set of element definition defaults.",
33881
- "inheritedFrom": {
33882
- "name": "FoundationElement",
33883
- "module": "src/foundation-element/foundation-element.ts"
33884
- }
33885
- }
33886
- ]
33887
- },
33888
- {
33889
- "kind": "variable",
33890
- "name": "zeroToast",
33891
- "description": "The Zero Toast",
33892
- "privacy": "public"
33893
- }
33894
- ],
33895
- "exports": [
33896
- {
33897
- "kind": "js",
33898
- "name": "defaultToastConfig",
33899
- "declaration": {
33900
- "name": "defaultToastConfig",
33901
- "module": "src/toast/toast.ts"
33902
- }
33903
- },
33904
- {
33905
- "kind": "js",
33906
- "name": "zeroToastShadowOptions",
33907
- "declaration": {
33908
- "name": "zeroToastShadowOptions",
33909
- "module": "src/toast/toast.ts"
33910
- }
33911
- },
33912
- {
33913
- "kind": "js",
33914
- "name": "Toast",
33915
- "declaration": {
33916
- "name": "Toast",
33917
- "module": "src/toast/toast.ts"
33918
- }
33919
- },
33920
- {
33921
- "kind": "js",
33922
- "name": "zeroToast",
33923
- "declaration": {
33924
- "name": "zeroToast",
33925
- "module": "src/toast/toast.ts"
33926
- }
33927
- }
33928
- ]
33929
- },
33930
33930
  {
33931
33931
  "kind": "javascript-module",
33932
33932
  "path": "src/toolbar/index.ts",
@@ -36554,6 +36554,307 @@
36554
36554
  }
36555
36555
  ]
36556
36556
  },
36557
+ {
36558
+ "kind": "javascript-module",
36559
+ "path": "src/_config/styles/colors.ts",
36560
+ "declarations": [
36561
+ {
36562
+ "kind": "function",
36563
+ "name": "whiteWebRGBA",
36564
+ "parameters": [
36565
+ {
36566
+ "name": "alpha",
36567
+ "default": "1.0",
36568
+ "type": {
36569
+ "text": "number"
36570
+ }
36571
+ }
36572
+ ]
36573
+ },
36574
+ {
36575
+ "kind": "function",
36576
+ "name": "blackWebRGBA",
36577
+ "parameters": [
36578
+ {
36579
+ "name": "alpha",
36580
+ "default": "1.0",
36581
+ "type": {
36582
+ "text": "number"
36583
+ }
36584
+ }
36585
+ ]
36586
+ },
36587
+ {
36588
+ "kind": "variable",
36589
+ "name": "rapidDefaultFillColor"
36590
+ },
36591
+ {
36592
+ "kind": "variable",
36593
+ "name": "rapidDefaultCardFillColor"
36594
+ },
36595
+ {
36596
+ "kind": "variable",
36597
+ "name": "rapidDefaultCardPalette"
36598
+ },
36599
+ {
36600
+ "kind": "function",
36601
+ "name": "primaryBlueWebRGBA",
36602
+ "parameters": [
36603
+ {
36604
+ "name": "alpha",
36605
+ "default": "1.0",
36606
+ "type": {
36607
+ "text": "number"
36608
+ }
36609
+ }
36610
+ ]
36611
+ },
36612
+ {
36613
+ "kind": "variable",
36614
+ "name": "accentBlueSwatch"
36615
+ },
36616
+ {
36617
+ "kind": "variable",
36618
+ "name": "accentBluePalette"
36619
+ },
36620
+ {
36621
+ "kind": "function",
36622
+ "name": "primaryPurpleWebRGBA",
36623
+ "parameters": [
36624
+ {
36625
+ "name": "alpha",
36626
+ "default": "1.0",
36627
+ "type": {
36628
+ "text": "number"
36629
+ }
36630
+ }
36631
+ ]
36632
+ },
36633
+ {
36634
+ "kind": "function",
36635
+ "name": "secondaryOrangeWebRGBA",
36636
+ "parameters": [
36637
+ {
36638
+ "name": "alpha",
36639
+ "default": "1.0",
36640
+ "type": {
36641
+ "text": "number"
36642
+ }
36643
+ }
36644
+ ]
36645
+ },
36646
+ {
36647
+ "kind": "function",
36648
+ "name": "secondaryTealWebRGBA",
36649
+ "parameters": [
36650
+ {
36651
+ "name": "alpha",
36652
+ "default": "1.0",
36653
+ "type": {
36654
+ "text": "number"
36655
+ }
36656
+ }
36657
+ ]
36658
+ },
36659
+ {
36660
+ "kind": "function",
36661
+ "name": "longGreenWebRGBA",
36662
+ "parameters": [
36663
+ {
36664
+ "name": "alpha",
36665
+ "default": "1.0",
36666
+ "type": {
36667
+ "text": "number"
36668
+ }
36669
+ }
36670
+ ]
36671
+ },
36672
+ {
36673
+ "kind": "function",
36674
+ "name": "shortPinkWebRGBA",
36675
+ "parameters": [
36676
+ {
36677
+ "name": "alpha",
36678
+ "default": "1.0",
36679
+ "type": {
36680
+ "text": "number"
36681
+ }
36682
+ }
36683
+ ]
36684
+ },
36685
+ {
36686
+ "kind": "function",
36687
+ "name": "warningYellowWebRGBA",
36688
+ "parameters": [
36689
+ {
36690
+ "name": "alpha",
36691
+ "default": "1.0",
36692
+ "type": {
36693
+ "text": "number"
36694
+ }
36695
+ }
36696
+ ]
36697
+ },
36698
+ {
36699
+ "kind": "function",
36700
+ "name": "chartPinkWebRGBA",
36701
+ "parameters": [
36702
+ {
36703
+ "name": "alpha",
36704
+ "default": "1.0",
36705
+ "type": {
36706
+ "text": "number"
36707
+ }
36708
+ }
36709
+ ]
36710
+ }
36711
+ ],
36712
+ "exports": [
36713
+ {
36714
+ "kind": "js",
36715
+ "name": "whiteWebRGBA",
36716
+ "declaration": {
36717
+ "name": "whiteWebRGBA",
36718
+ "module": "src/_config/styles/colors.ts"
36719
+ }
36720
+ },
36721
+ {
36722
+ "kind": "js",
36723
+ "name": "blackWebRGBA",
36724
+ "declaration": {
36725
+ "name": "blackWebRGBA",
36726
+ "module": "src/_config/styles/colors.ts"
36727
+ }
36728
+ },
36729
+ {
36730
+ "kind": "js",
36731
+ "name": "rapidDefaultFillColor",
36732
+ "declaration": {
36733
+ "name": "rapidDefaultFillColor",
36734
+ "module": "src/_config/styles/colors.ts"
36735
+ }
36736
+ },
36737
+ {
36738
+ "kind": "js",
36739
+ "name": "rapidDefaultCardFillColor",
36740
+ "declaration": {
36741
+ "name": "rapidDefaultCardFillColor",
36742
+ "module": "src/_config/styles/colors.ts"
36743
+ }
36744
+ },
36745
+ {
36746
+ "kind": "js",
36747
+ "name": "rapidDefaultCardPalette",
36748
+ "declaration": {
36749
+ "name": "rapidDefaultCardPalette",
36750
+ "module": "src/_config/styles/colors.ts"
36751
+ }
36752
+ },
36753
+ {
36754
+ "kind": "js",
36755
+ "name": "primaryBlueWebRGBA",
36756
+ "declaration": {
36757
+ "name": "primaryBlueWebRGBA",
36758
+ "module": "src/_config/styles/colors.ts"
36759
+ }
36760
+ },
36761
+ {
36762
+ "kind": "js",
36763
+ "name": "accentBlueSwatch",
36764
+ "declaration": {
36765
+ "name": "accentBlueSwatch",
36766
+ "module": "src/_config/styles/colors.ts"
36767
+ }
36768
+ },
36769
+ {
36770
+ "kind": "js",
36771
+ "name": "accentBluePalette",
36772
+ "declaration": {
36773
+ "name": "accentBluePalette",
36774
+ "module": "src/_config/styles/colors.ts"
36775
+ }
36776
+ },
36777
+ {
36778
+ "kind": "js",
36779
+ "name": "primaryPurpleWebRGBA",
36780
+ "declaration": {
36781
+ "name": "primaryPurpleWebRGBA",
36782
+ "module": "src/_config/styles/colors.ts"
36783
+ }
36784
+ },
36785
+ {
36786
+ "kind": "js",
36787
+ "name": "secondaryOrangeWebRGBA",
36788
+ "declaration": {
36789
+ "name": "secondaryOrangeWebRGBA",
36790
+ "module": "src/_config/styles/colors.ts"
36791
+ }
36792
+ },
36793
+ {
36794
+ "kind": "js",
36795
+ "name": "secondaryTealWebRGBA",
36796
+ "declaration": {
36797
+ "name": "secondaryTealWebRGBA",
36798
+ "module": "src/_config/styles/colors.ts"
36799
+ }
36800
+ },
36801
+ {
36802
+ "kind": "js",
36803
+ "name": "longGreenWebRGBA",
36804
+ "declaration": {
36805
+ "name": "longGreenWebRGBA",
36806
+ "module": "src/_config/styles/colors.ts"
36807
+ }
36808
+ },
36809
+ {
36810
+ "kind": "js",
36811
+ "name": "shortPinkWebRGBA",
36812
+ "declaration": {
36813
+ "name": "shortPinkWebRGBA",
36814
+ "module": "src/_config/styles/colors.ts"
36815
+ }
36816
+ },
36817
+ {
36818
+ "kind": "js",
36819
+ "name": "warningYellowWebRGBA",
36820
+ "declaration": {
36821
+ "name": "warningYellowWebRGBA",
36822
+ "module": "src/_config/styles/colors.ts"
36823
+ }
36824
+ },
36825
+ {
36826
+ "kind": "js",
36827
+ "name": "chartPinkWebRGBA",
36828
+ "declaration": {
36829
+ "name": "chartPinkWebRGBA",
36830
+ "module": "src/_config/styles/colors.ts"
36831
+ }
36832
+ }
36833
+ ]
36834
+ },
36835
+ {
36836
+ "kind": "javascript-module",
36837
+ "path": "src/_config/styles/index.ts",
36838
+ "declarations": [],
36839
+ "exports": [
36840
+ {
36841
+ "kind": "js",
36842
+ "name": "*",
36843
+ "declaration": {
36844
+ "name": "*",
36845
+ "package": "./colors"
36846
+ }
36847
+ },
36848
+ {
36849
+ "kind": "js",
36850
+ "name": "*",
36851
+ "declaration": {
36852
+ "name": "*",
36853
+ "package": "./external/roboto-font"
36854
+ }
36855
+ }
36856
+ ]
36857
+ },
36557
36858
  {
36558
36859
  "kind": "javascript-module",
36559
36860
  "path": "src/_config/tokens/custom.ts",
@@ -37514,307 +37815,6 @@
37514
37815
  }
37515
37816
  ]
37516
37817
  },
37517
- {
37518
- "kind": "javascript-module",
37519
- "path": "src/_config/styles/colors.ts",
37520
- "declarations": [
37521
- {
37522
- "kind": "function",
37523
- "name": "whiteWebRGBA",
37524
- "parameters": [
37525
- {
37526
- "name": "alpha",
37527
- "default": "1.0",
37528
- "type": {
37529
- "text": "number"
37530
- }
37531
- }
37532
- ]
37533
- },
37534
- {
37535
- "kind": "function",
37536
- "name": "blackWebRGBA",
37537
- "parameters": [
37538
- {
37539
- "name": "alpha",
37540
- "default": "1.0",
37541
- "type": {
37542
- "text": "number"
37543
- }
37544
- }
37545
- ]
37546
- },
37547
- {
37548
- "kind": "variable",
37549
- "name": "rapidDefaultFillColor"
37550
- },
37551
- {
37552
- "kind": "variable",
37553
- "name": "rapidDefaultCardFillColor"
37554
- },
37555
- {
37556
- "kind": "variable",
37557
- "name": "rapidDefaultCardPalette"
37558
- },
37559
- {
37560
- "kind": "function",
37561
- "name": "primaryBlueWebRGBA",
37562
- "parameters": [
37563
- {
37564
- "name": "alpha",
37565
- "default": "1.0",
37566
- "type": {
37567
- "text": "number"
37568
- }
37569
- }
37570
- ]
37571
- },
37572
- {
37573
- "kind": "variable",
37574
- "name": "accentBlueSwatch"
37575
- },
37576
- {
37577
- "kind": "variable",
37578
- "name": "accentBluePalette"
37579
- },
37580
- {
37581
- "kind": "function",
37582
- "name": "primaryPurpleWebRGBA",
37583
- "parameters": [
37584
- {
37585
- "name": "alpha",
37586
- "default": "1.0",
37587
- "type": {
37588
- "text": "number"
37589
- }
37590
- }
37591
- ]
37592
- },
37593
- {
37594
- "kind": "function",
37595
- "name": "secondaryOrangeWebRGBA",
37596
- "parameters": [
37597
- {
37598
- "name": "alpha",
37599
- "default": "1.0",
37600
- "type": {
37601
- "text": "number"
37602
- }
37603
- }
37604
- ]
37605
- },
37606
- {
37607
- "kind": "function",
37608
- "name": "secondaryTealWebRGBA",
37609
- "parameters": [
37610
- {
37611
- "name": "alpha",
37612
- "default": "1.0",
37613
- "type": {
37614
- "text": "number"
37615
- }
37616
- }
37617
- ]
37618
- },
37619
- {
37620
- "kind": "function",
37621
- "name": "longGreenWebRGBA",
37622
- "parameters": [
37623
- {
37624
- "name": "alpha",
37625
- "default": "1.0",
37626
- "type": {
37627
- "text": "number"
37628
- }
37629
- }
37630
- ]
37631
- },
37632
- {
37633
- "kind": "function",
37634
- "name": "shortPinkWebRGBA",
37635
- "parameters": [
37636
- {
37637
- "name": "alpha",
37638
- "default": "1.0",
37639
- "type": {
37640
- "text": "number"
37641
- }
37642
- }
37643
- ]
37644
- },
37645
- {
37646
- "kind": "function",
37647
- "name": "warningYellowWebRGBA",
37648
- "parameters": [
37649
- {
37650
- "name": "alpha",
37651
- "default": "1.0",
37652
- "type": {
37653
- "text": "number"
37654
- }
37655
- }
37656
- ]
37657
- },
37658
- {
37659
- "kind": "function",
37660
- "name": "chartPinkWebRGBA",
37661
- "parameters": [
37662
- {
37663
- "name": "alpha",
37664
- "default": "1.0",
37665
- "type": {
37666
- "text": "number"
37667
- }
37668
- }
37669
- ]
37670
- }
37671
- ],
37672
- "exports": [
37673
- {
37674
- "kind": "js",
37675
- "name": "whiteWebRGBA",
37676
- "declaration": {
37677
- "name": "whiteWebRGBA",
37678
- "module": "src/_config/styles/colors.ts"
37679
- }
37680
- },
37681
- {
37682
- "kind": "js",
37683
- "name": "blackWebRGBA",
37684
- "declaration": {
37685
- "name": "blackWebRGBA",
37686
- "module": "src/_config/styles/colors.ts"
37687
- }
37688
- },
37689
- {
37690
- "kind": "js",
37691
- "name": "rapidDefaultFillColor",
37692
- "declaration": {
37693
- "name": "rapidDefaultFillColor",
37694
- "module": "src/_config/styles/colors.ts"
37695
- }
37696
- },
37697
- {
37698
- "kind": "js",
37699
- "name": "rapidDefaultCardFillColor",
37700
- "declaration": {
37701
- "name": "rapidDefaultCardFillColor",
37702
- "module": "src/_config/styles/colors.ts"
37703
- }
37704
- },
37705
- {
37706
- "kind": "js",
37707
- "name": "rapidDefaultCardPalette",
37708
- "declaration": {
37709
- "name": "rapidDefaultCardPalette",
37710
- "module": "src/_config/styles/colors.ts"
37711
- }
37712
- },
37713
- {
37714
- "kind": "js",
37715
- "name": "primaryBlueWebRGBA",
37716
- "declaration": {
37717
- "name": "primaryBlueWebRGBA",
37718
- "module": "src/_config/styles/colors.ts"
37719
- }
37720
- },
37721
- {
37722
- "kind": "js",
37723
- "name": "accentBlueSwatch",
37724
- "declaration": {
37725
- "name": "accentBlueSwatch",
37726
- "module": "src/_config/styles/colors.ts"
37727
- }
37728
- },
37729
- {
37730
- "kind": "js",
37731
- "name": "accentBluePalette",
37732
- "declaration": {
37733
- "name": "accentBluePalette",
37734
- "module": "src/_config/styles/colors.ts"
37735
- }
37736
- },
37737
- {
37738
- "kind": "js",
37739
- "name": "primaryPurpleWebRGBA",
37740
- "declaration": {
37741
- "name": "primaryPurpleWebRGBA",
37742
- "module": "src/_config/styles/colors.ts"
37743
- }
37744
- },
37745
- {
37746
- "kind": "js",
37747
- "name": "secondaryOrangeWebRGBA",
37748
- "declaration": {
37749
- "name": "secondaryOrangeWebRGBA",
37750
- "module": "src/_config/styles/colors.ts"
37751
- }
37752
- },
37753
- {
37754
- "kind": "js",
37755
- "name": "secondaryTealWebRGBA",
37756
- "declaration": {
37757
- "name": "secondaryTealWebRGBA",
37758
- "module": "src/_config/styles/colors.ts"
37759
- }
37760
- },
37761
- {
37762
- "kind": "js",
37763
- "name": "longGreenWebRGBA",
37764
- "declaration": {
37765
- "name": "longGreenWebRGBA",
37766
- "module": "src/_config/styles/colors.ts"
37767
- }
37768
- },
37769
- {
37770
- "kind": "js",
37771
- "name": "shortPinkWebRGBA",
37772
- "declaration": {
37773
- "name": "shortPinkWebRGBA",
37774
- "module": "src/_config/styles/colors.ts"
37775
- }
37776
- },
37777
- {
37778
- "kind": "js",
37779
- "name": "warningYellowWebRGBA",
37780
- "declaration": {
37781
- "name": "warningYellowWebRGBA",
37782
- "module": "src/_config/styles/colors.ts"
37783
- }
37784
- },
37785
- {
37786
- "kind": "js",
37787
- "name": "chartPinkWebRGBA",
37788
- "declaration": {
37789
- "name": "chartPinkWebRGBA",
37790
- "module": "src/_config/styles/colors.ts"
37791
- }
37792
- }
37793
- ]
37794
- },
37795
- {
37796
- "kind": "javascript-module",
37797
- "path": "src/_config/styles/index.ts",
37798
- "declarations": [],
37799
- "exports": [
37800
- {
37801
- "kind": "js",
37802
- "name": "*",
37803
- "declaration": {
37804
- "name": "*",
37805
- "package": "./colors"
37806
- }
37807
- },
37808
- {
37809
- "kind": "js",
37810
- "name": "*",
37811
- "declaration": {
37812
- "name": "*",
37813
- "package": "./external/roboto-font"
37814
- }
37815
- }
37816
- ]
37817
- },
37818
37818
  {
37819
37819
  "kind": "javascript-module",
37820
37820
  "path": "src/_config/values/color.ts",