@channel.io/bezier-tokens 0.3.3-beta.5 → 0.3.3-beta.7
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.
- package/dist/beta/cjs/darkTheme.js +39 -33
- package/dist/beta/cjs/global.js +13 -12
- package/dist/beta/cjs/lightTheme.js +6 -0
- package/dist/beta/css/styles.css +42 -29
- package/dist/beta/esm/darkTheme.mjs +39 -33
- package/dist/beta/esm/global.mjs +13 -12
- package/dist/beta/esm/lightTheme.mjs +6 -0
- package/dist/beta/scss/dark-theme.scss +27 -19
- package/dist/beta/scss/global.scss +14 -12
- package/dist/beta/scss/light-theme.scss +9 -1
- package/dist/types/beta/cjs/darkTheme.d.ts +56 -35
- package/dist/types/beta/cjs/global.d.ts +15 -12
- package/dist/types/beta/cjs/index.d.ts +92 -47
- package/dist/types/beta/cjs/lightTheme.d.ts +21 -0
- package/dist/types/beta/esm/darkTheme.d.mts +56 -35
- package/dist/types/beta/esm/global.d.mts +15 -12
- package/dist/types/beta/esm/index.d.mts +92 -47
- package/dist/types/beta/esm/index.d.mts.map +1 -1
- package/dist/types/beta/esm/lightTheme.d.mts +21 -0
- package/package.json +1 -1
|
@@ -32,15 +32,15 @@ export const tokens: Readonly<{
|
|
|
32
32
|
ref: "0 dimension-1 0 0 color-border-neutral";
|
|
33
33
|
}>;
|
|
34
34
|
"border-white-high": Readonly<{
|
|
35
|
-
value: "0 0 0 1px #
|
|
35
|
+
value: "0 0 0 1px #242426ff";
|
|
36
36
|
ref: "0 0 0 dimension-1 color-surface-high";
|
|
37
37
|
}>;
|
|
38
38
|
"border-white-higher": Readonly<{
|
|
39
|
-
value: "0 0 0 1px #
|
|
39
|
+
value: "0 0 0 1px #29292dff";
|
|
40
40
|
ref: "0 0 0 dimension-1 color-surface-higher";
|
|
41
41
|
}>;
|
|
42
42
|
"border-white-highest": Readonly<{
|
|
43
|
-
value: "0 0 0 1px #
|
|
43
|
+
value: "0 0 0 1px #313135ff";
|
|
44
44
|
ref: "0 0 0 dimension-1 color-surface-highest";
|
|
45
45
|
}>;
|
|
46
46
|
}>;
|
|
@@ -508,6 +508,13 @@ export const tokens: Readonly<{
|
|
|
508
508
|
"color-text-accent-yellow-hovered": Readonly<{
|
|
509
509
|
value: "#f7c736ff";
|
|
510
510
|
}>;
|
|
511
|
+
"color-text-accent-olive": Readonly<{
|
|
512
|
+
value: "#b7c427ff";
|
|
513
|
+
ref: "color-olive-300";
|
|
514
|
+
}>;
|
|
515
|
+
"color-text-accent-olive-hovered": Readonly<{
|
|
516
|
+
value: "#ccdb25ff";
|
|
517
|
+
}>;
|
|
511
518
|
"color-text-accent-teal": Readonly<{
|
|
512
519
|
value: "#40d3c5ff";
|
|
513
520
|
ref: "color-teal-300";
|
|
@@ -550,6 +557,13 @@ export const tokens: Readonly<{
|
|
|
550
557
|
"color-text-absolute-black-hovered": Readonly<{
|
|
551
558
|
value: "#0a0a0aff";
|
|
552
559
|
}>;
|
|
560
|
+
"color-text-inverse": Readonly<{
|
|
561
|
+
value: "#000000d9";
|
|
562
|
+
ref: "color-black-85";
|
|
563
|
+
}>;
|
|
564
|
+
"color-text-inverse-hovered": Readonly<{
|
|
565
|
+
value: "#0a0a0ad9";
|
|
566
|
+
}>;
|
|
553
567
|
"color-icon-action": Readonly<{
|
|
554
568
|
value: "#6b6effff";
|
|
555
569
|
ref: "color-blue-300";
|
|
@@ -697,6 +711,13 @@ export const tokens: Readonly<{
|
|
|
697
711
|
"color-icon-absolute-black-hovered": Readonly<{
|
|
698
712
|
value: "#0a0a0aff";
|
|
699
713
|
}>;
|
|
714
|
+
"color-icon-inverse-heavier": Readonly<{
|
|
715
|
+
value: "#000000d9";
|
|
716
|
+
ref: "color-black-85";
|
|
717
|
+
}>;
|
|
718
|
+
"color-icon-inverse-heavier-hovered": Readonly<{
|
|
719
|
+
value: "#0a0a0ad9";
|
|
720
|
+
}>;
|
|
700
721
|
"color-fill-neutral-heaviest": Readonly<{
|
|
701
722
|
value: "#ffffffe6";
|
|
702
723
|
ref: "color-white-90";
|
|
@@ -887,25 +908,25 @@ export const tokens: Readonly<{
|
|
|
887
908
|
value: "#f260601a";
|
|
888
909
|
}>;
|
|
889
910
|
"color-fill-grey": Readonly<{
|
|
890
|
-
value: "#
|
|
911
|
+
value: "#242426ff";
|
|
891
912
|
ref: "color-grey-850";
|
|
892
913
|
}>;
|
|
893
914
|
"color-fill-grey-hovered": Readonly<{
|
|
894
|
-
value: "#
|
|
915
|
+
value: "#2e2e31ff";
|
|
895
916
|
}>;
|
|
896
917
|
"color-fill-grey-heavy": Readonly<{
|
|
897
|
-
value: "#
|
|
918
|
+
value: "#29292dff";
|
|
898
919
|
ref: "color-grey-800";
|
|
899
920
|
}>;
|
|
900
921
|
"color-fill-grey-heavy-hovered": Readonly<{
|
|
901
|
-
value: "#
|
|
922
|
+
value: "#333338ff";
|
|
902
923
|
}>;
|
|
903
924
|
"color-fill-grey-heavier": Readonly<{
|
|
904
|
-
value: "#
|
|
925
|
+
value: "#313135ff";
|
|
905
926
|
ref: "color-grey-750";
|
|
906
927
|
}>;
|
|
907
928
|
"color-fill-grey-heavier-hovered": Readonly<{
|
|
908
|
-
value: "#
|
|
929
|
+
value: "#3b3b40ff";
|
|
909
930
|
}>;
|
|
910
931
|
"color-fill-accent-blue": Readonly<{
|
|
911
932
|
value: "#6b6eff2e";
|
|
@@ -1279,32 +1300,32 @@ export const tokens: Readonly<{
|
|
|
1279
1300
|
value: "#ededed66";
|
|
1280
1301
|
}>;
|
|
1281
1302
|
"color-border-detach": Readonly<{
|
|
1282
|
-
value: "#
|
|
1303
|
+
value: "#1d1d20ff";
|
|
1283
1304
|
ref: "color-grey-900";
|
|
1284
1305
|
}>;
|
|
1285
1306
|
"color-border-detach-hovered": Readonly<{
|
|
1286
|
-
value: "#
|
|
1307
|
+
value: "#27272bff";
|
|
1287
1308
|
}>;
|
|
1288
1309
|
"color-border-detach-highest": Readonly<{
|
|
1289
|
-
value: "#
|
|
1290
|
-
ref: "color-grey-
|
|
1310
|
+
value: "#313135ff";
|
|
1311
|
+
ref: "color-grey-750";
|
|
1291
1312
|
}>;
|
|
1292
1313
|
"color-border-detach-highest-hovered": Readonly<{
|
|
1293
|
-
value: "#
|
|
1314
|
+
value: "#3b3b40ff";
|
|
1294
1315
|
}>;
|
|
1295
1316
|
"color-border-detach-higher": Readonly<{
|
|
1296
|
-
value: "#
|
|
1317
|
+
value: "#29292dff";
|
|
1297
1318
|
ref: "color-grey-800";
|
|
1298
1319
|
}>;
|
|
1299
1320
|
"color-border-detach-higher-hovered": Readonly<{
|
|
1300
|
-
value: "#
|
|
1321
|
+
value: "#333338ff";
|
|
1301
1322
|
}>;
|
|
1302
1323
|
"color-border-detach-high": Readonly<{
|
|
1303
|
-
value: "#
|
|
1324
|
+
value: "#242426ff";
|
|
1304
1325
|
ref: "color-grey-850";
|
|
1305
1326
|
}>;
|
|
1306
1327
|
"color-border-detach-high-hovered": Readonly<{
|
|
1307
|
-
value: "#
|
|
1328
|
+
value: "#2e2e31ff";
|
|
1308
1329
|
}>;
|
|
1309
1330
|
"color-border-detach-low": Readonly<{
|
|
1310
1331
|
value: "#1a1a1cff";
|
|
@@ -1321,32 +1342,32 @@ export const tokens: Readonly<{
|
|
|
1321
1342
|
value: "#edededff";
|
|
1322
1343
|
}>;
|
|
1323
1344
|
"color-surface": Readonly<{
|
|
1324
|
-
value: "#
|
|
1345
|
+
value: "#1d1d20ff";
|
|
1325
1346
|
ref: "color-grey-900";
|
|
1326
1347
|
}>;
|
|
1327
1348
|
"color-surface-hovered": Readonly<{
|
|
1328
|
-
value: "#
|
|
1349
|
+
value: "#27272bff";
|
|
1329
1350
|
}>;
|
|
1330
1351
|
"color-surface-highest": Readonly<{
|
|
1331
|
-
value: "#
|
|
1352
|
+
value: "#313135ff";
|
|
1332
1353
|
ref: "color-grey-750";
|
|
1333
1354
|
}>;
|
|
1334
1355
|
"color-surface-highest-hovered": Readonly<{
|
|
1335
|
-
value: "#
|
|
1356
|
+
value: "#3b3b40ff";
|
|
1336
1357
|
}>;
|
|
1337
1358
|
"color-surface-higher": Readonly<{
|
|
1338
|
-
value: "#
|
|
1359
|
+
value: "#29292dff";
|
|
1339
1360
|
ref: "color-grey-800";
|
|
1340
1361
|
}>;
|
|
1341
1362
|
"color-surface-higher-hovered": Readonly<{
|
|
1342
|
-
value: "#
|
|
1363
|
+
value: "#333338ff";
|
|
1343
1364
|
}>;
|
|
1344
1365
|
"color-surface-high": Readonly<{
|
|
1345
|
-
value: "#
|
|
1366
|
+
value: "#242426ff";
|
|
1346
1367
|
ref: "color-grey-850";
|
|
1347
1368
|
}>;
|
|
1348
1369
|
"color-surface-high-hovered": Readonly<{
|
|
1349
|
-
value: "#
|
|
1370
|
+
value: "#2e2e31ff";
|
|
1350
1371
|
}>;
|
|
1351
1372
|
"color-surface-low": Readonly<{
|
|
1352
1373
|
value: "#1a1a1cff";
|
|
@@ -1356,32 +1377,32 @@ export const tokens: Readonly<{
|
|
|
1356
1377
|
value: "#242427ff";
|
|
1357
1378
|
}>;
|
|
1358
1379
|
"color-surface-glass": Readonly<{
|
|
1359
|
-
value: "#
|
|
1380
|
+
value: "#29292de6";
|
|
1360
1381
|
ref: "color-grey-800-90";
|
|
1361
1382
|
}>;
|
|
1362
1383
|
"color-surface-glass-hovered": Readonly<{
|
|
1363
|
-
value: "#
|
|
1384
|
+
value: "#333338e6";
|
|
1364
1385
|
}>;
|
|
1365
1386
|
"color-surface-glass-highest": Readonly<{
|
|
1366
|
-
value: "#
|
|
1367
|
-
ref: "color-grey-
|
|
1387
|
+
value: "#313135e6";
|
|
1388
|
+
ref: "color-grey-750-90";
|
|
1368
1389
|
}>;
|
|
1369
1390
|
"color-surface-glass-highest-hovered": Readonly<{
|
|
1370
|
-
value: "#
|
|
1391
|
+
value: "#3b3b40e6";
|
|
1371
1392
|
}>;
|
|
1372
1393
|
"color-surface-glass-higher": Readonly<{
|
|
1373
|
-
value: "#
|
|
1394
|
+
value: "#29292de6";
|
|
1374
1395
|
ref: "color-grey-800-90";
|
|
1375
1396
|
}>;
|
|
1376
1397
|
"color-surface-glass-higher-hovered": Readonly<{
|
|
1377
|
-
value: "#
|
|
1398
|
+
value: "#333338e6";
|
|
1378
1399
|
}>;
|
|
1379
1400
|
"color-surface-glass-high": Readonly<{
|
|
1380
|
-
value: "#
|
|
1401
|
+
value: "#242426e6";
|
|
1381
1402
|
ref: "color-grey-850-90";
|
|
1382
1403
|
}>;
|
|
1383
1404
|
"color-surface-glass-high-hovered": Readonly<{
|
|
1384
|
-
value: "#
|
|
1405
|
+
value: "#2e2e31e6";
|
|
1385
1406
|
}>;
|
|
1386
1407
|
"color-surface-accent-blue": Readonly<{
|
|
1387
1408
|
value: "#6b6effff";
|
|
@@ -2133,19 +2154,19 @@ export const tokens: Readonly<{
|
|
|
2133
2154
|
value: "#79797eff";
|
|
2134
2155
|
}>;
|
|
2135
2156
|
"color-grey-700": Readonly<{
|
|
2136
|
-
value: "#
|
|
2157
|
+
value: "#3b3b3fff";
|
|
2137
2158
|
}>;
|
|
2138
2159
|
"color-grey-750": Readonly<{
|
|
2139
|
-
value: "#
|
|
2160
|
+
value: "#313135ff";
|
|
2140
2161
|
}>;
|
|
2141
2162
|
"color-grey-800": Readonly<{
|
|
2142
|
-
value: "#
|
|
2163
|
+
value: "#29292dff";
|
|
2143
2164
|
}>;
|
|
2144
2165
|
"color-grey-850": Readonly<{
|
|
2145
|
-
value: "#
|
|
2166
|
+
value: "#242426ff";
|
|
2146
2167
|
}>;
|
|
2147
2168
|
"color-grey-900": Readonly<{
|
|
2148
|
-
value: "#
|
|
2169
|
+
value: "#1d1d20ff";
|
|
2149
2170
|
}>;
|
|
2150
2171
|
"color-grey-950": Readonly<{
|
|
2151
2172
|
value: "#1a1a1cff";
|
|
@@ -2166,28 +2187,31 @@ export const tokens: Readonly<{
|
|
|
2166
2187
|
value: "#efeff0e6";
|
|
2167
2188
|
}>;
|
|
2168
2189
|
"color-grey-700-80": Readonly<{
|
|
2169
|
-
value: "#
|
|
2190
|
+
value: "#3b3b3fcc";
|
|
2170
2191
|
}>;
|
|
2171
2192
|
"color-grey-700-90": Readonly<{
|
|
2172
|
-
value: "#
|
|
2193
|
+
value: "#3b3b3fe6";
|
|
2194
|
+
}>;
|
|
2195
|
+
"color-grey-750-90": Readonly<{
|
|
2196
|
+
value: "#313135e6";
|
|
2173
2197
|
}>;
|
|
2174
2198
|
"color-grey-800-80": Readonly<{
|
|
2175
|
-
value: "#
|
|
2199
|
+
value: "#29292dcc";
|
|
2176
2200
|
}>;
|
|
2177
2201
|
"color-grey-800-90": Readonly<{
|
|
2178
|
-
value: "#
|
|
2202
|
+
value: "#29292de6";
|
|
2179
2203
|
}>;
|
|
2180
2204
|
"color-grey-850-80": Readonly<{
|
|
2181
|
-
value: "#
|
|
2205
|
+
value: "#242426cc";
|
|
2182
2206
|
}>;
|
|
2183
2207
|
"color-grey-850-90": Readonly<{
|
|
2184
|
-
value: "#
|
|
2208
|
+
value: "#242426e6";
|
|
2185
2209
|
}>;
|
|
2186
2210
|
"color-grey-900-0": Readonly<{
|
|
2187
2211
|
value: "#24242800";
|
|
2188
2212
|
}>;
|
|
2189
2213
|
"color-grey-900-90": Readonly<{
|
|
2190
|
-
value: "#
|
|
2214
|
+
value: "#1d1d2000";
|
|
2191
2215
|
}>;
|
|
2192
2216
|
"color-white-0": Readonly<{
|
|
2193
2217
|
value: "#fff0";
|
|
@@ -3035,6 +3059,13 @@ export const tokens: Readonly<{
|
|
|
3035
3059
|
"color-text-accent-yellow-hovered": Readonly<{
|
|
3036
3060
|
value: "#d9a010ff";
|
|
3037
3061
|
}>;
|
|
3062
|
+
"color-text-accent-olive": Readonly<{
|
|
3063
|
+
value: "#b7c427ff";
|
|
3064
|
+
ref: "color-olive-300";
|
|
3065
|
+
}>;
|
|
3066
|
+
"color-text-accent-olive-hovered": Readonly<{
|
|
3067
|
+
value: "#a7b328ff";
|
|
3068
|
+
}>;
|
|
3038
3069
|
"color-text-accent-teal": Readonly<{
|
|
3039
3070
|
value: "#09b2acff";
|
|
3040
3071
|
ref: "color-teal-400";
|
|
@@ -3077,6 +3108,13 @@ export const tokens: Readonly<{
|
|
|
3077
3108
|
"color-text-absolute-black-hovered": Readonly<{
|
|
3078
3109
|
value: "#1c1c1cff";
|
|
3079
3110
|
}>;
|
|
3111
|
+
"color-text-inverse": Readonly<{
|
|
3112
|
+
value: "#fffc";
|
|
3113
|
+
ref: "color-white-80";
|
|
3114
|
+
}>;
|
|
3115
|
+
"color-text-inverse-hovered": Readonly<{
|
|
3116
|
+
value: "#edededcc";
|
|
3117
|
+
}>;
|
|
3080
3118
|
"color-icon-action": Readonly<{
|
|
3081
3119
|
value: "#6157eaff";
|
|
3082
3120
|
ref: "color-blue-400";
|
|
@@ -3224,6 +3262,13 @@ export const tokens: Readonly<{
|
|
|
3224
3262
|
"color-icon-absolute-black-hovered": Readonly<{
|
|
3225
3263
|
value: "#1c1c1cff";
|
|
3226
3264
|
}>;
|
|
3265
|
+
"color-icon-inverse-heavier": Readonly<{
|
|
3266
|
+
value: "#fffc";
|
|
3267
|
+
ref: "color-white-80";
|
|
3268
|
+
}>;
|
|
3269
|
+
"color-icon-inverse-heavier-hovered": Readonly<{
|
|
3270
|
+
value: "#edededcc";
|
|
3271
|
+
}>;
|
|
3227
3272
|
"color-fill-neutral-heaviest": Readonly<{
|
|
3228
3273
|
value: "#000000d9";
|
|
3229
3274
|
ref: "color-black-85";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../beta/esm/index.mjs"],"names":[],"mappings":"AAGA
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../beta/esm/index.mjs"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIG"}
|
|
@@ -507,6 +507,13 @@ declare const _default: Readonly<{
|
|
|
507
507
|
"color-text-accent-yellow-hovered": Readonly<{
|
|
508
508
|
value: "#d9a010ff";
|
|
509
509
|
}>;
|
|
510
|
+
"color-text-accent-olive": Readonly<{
|
|
511
|
+
value: "#b7c427ff";
|
|
512
|
+
ref: "color-olive-300";
|
|
513
|
+
}>;
|
|
514
|
+
"color-text-accent-olive-hovered": Readonly<{
|
|
515
|
+
value: "#a7b328ff";
|
|
516
|
+
}>;
|
|
510
517
|
"color-text-accent-teal": Readonly<{
|
|
511
518
|
value: "#09b2acff";
|
|
512
519
|
ref: "color-teal-400";
|
|
@@ -549,6 +556,13 @@ declare const _default: Readonly<{
|
|
|
549
556
|
"color-text-absolute-black-hovered": Readonly<{
|
|
550
557
|
value: "#1c1c1cff";
|
|
551
558
|
}>;
|
|
559
|
+
"color-text-inverse": Readonly<{
|
|
560
|
+
value: "#fffc";
|
|
561
|
+
ref: "color-white-80";
|
|
562
|
+
}>;
|
|
563
|
+
"color-text-inverse-hovered": Readonly<{
|
|
564
|
+
value: "#edededcc";
|
|
565
|
+
}>;
|
|
552
566
|
"color-icon-action": Readonly<{
|
|
553
567
|
value: "#6157eaff";
|
|
554
568
|
ref: "color-blue-400";
|
|
@@ -696,6 +710,13 @@ declare const _default: Readonly<{
|
|
|
696
710
|
"color-icon-absolute-black-hovered": Readonly<{
|
|
697
711
|
value: "#1c1c1cff";
|
|
698
712
|
}>;
|
|
713
|
+
"color-icon-inverse-heavier": Readonly<{
|
|
714
|
+
value: "#fffc";
|
|
715
|
+
ref: "color-white-80";
|
|
716
|
+
}>;
|
|
717
|
+
"color-icon-inverse-heavier-hovered": Readonly<{
|
|
718
|
+
value: "#edededcc";
|
|
719
|
+
}>;
|
|
699
720
|
"color-fill-neutral-heaviest": Readonly<{
|
|
700
721
|
value: "#000000d9";
|
|
701
722
|
ref: "color-black-85";
|