@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.
@@ -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 #2a2a2dff";
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 #303035ff";
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 #37373cff";
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: "#2a2a2dff";
911
+ value: "#242426ff";
891
912
  ref: "color-grey-850";
892
913
  }>;
893
914
  "color-fill-grey-hovered": Readonly<{
894
- value: "#343438ff";
915
+ value: "#2e2e31ff";
895
916
  }>;
896
917
  "color-fill-grey-heavy": Readonly<{
897
- value: "#303035ff";
918
+ value: "#29292dff";
898
919
  ref: "color-grey-800";
899
920
  }>;
900
921
  "color-fill-grey-heavy-hovered": Readonly<{
901
- value: "#3a3a40ff";
922
+ value: "#333338ff";
902
923
  }>;
903
924
  "color-fill-grey-heavier": Readonly<{
904
- value: "#37373cff";
925
+ value: "#313135ff";
905
926
  ref: "color-grey-750";
906
927
  }>;
907
928
  "color-fill-grey-heavier-hovered": Readonly<{
908
- value: "#414147ff";
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: "#242428ff";
1303
+ value: "#1d1d20ff";
1283
1304
  ref: "color-grey-900";
1284
1305
  }>;
1285
1306
  "color-border-detach-hovered": Readonly<{
1286
- value: "#2e2e33ff";
1307
+ value: "#27272bff";
1287
1308
  }>;
1288
1309
  "color-border-detach-highest": Readonly<{
1289
- value: "#454549ff";
1290
- ref: "color-grey-700";
1310
+ value: "#313135ff";
1311
+ ref: "color-grey-750";
1291
1312
  }>;
1292
1313
  "color-border-detach-highest-hovered": Readonly<{
1293
- value: "#4f4f54ff";
1314
+ value: "#3b3b40ff";
1294
1315
  }>;
1295
1316
  "color-border-detach-higher": Readonly<{
1296
- value: "#303035ff";
1317
+ value: "#29292dff";
1297
1318
  ref: "color-grey-800";
1298
1319
  }>;
1299
1320
  "color-border-detach-higher-hovered": Readonly<{
1300
- value: "#3a3a40ff";
1321
+ value: "#333338ff";
1301
1322
  }>;
1302
1323
  "color-border-detach-high": Readonly<{
1303
- value: "#2a2a2dff";
1324
+ value: "#242426ff";
1304
1325
  ref: "color-grey-850";
1305
1326
  }>;
1306
1327
  "color-border-detach-high-hovered": Readonly<{
1307
- value: "#343438ff";
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: "#242428ff";
1345
+ value: "#1d1d20ff";
1325
1346
  ref: "color-grey-900";
1326
1347
  }>;
1327
1348
  "color-surface-hovered": Readonly<{
1328
- value: "#2e2e33ff";
1349
+ value: "#27272bff";
1329
1350
  }>;
1330
1351
  "color-surface-highest": Readonly<{
1331
- value: "#37373cff";
1352
+ value: "#313135ff";
1332
1353
  ref: "color-grey-750";
1333
1354
  }>;
1334
1355
  "color-surface-highest-hovered": Readonly<{
1335
- value: "#414147ff";
1356
+ value: "#3b3b40ff";
1336
1357
  }>;
1337
1358
  "color-surface-higher": Readonly<{
1338
- value: "#303035ff";
1359
+ value: "#29292dff";
1339
1360
  ref: "color-grey-800";
1340
1361
  }>;
1341
1362
  "color-surface-higher-hovered": Readonly<{
1342
- value: "#3a3a40ff";
1363
+ value: "#333338ff";
1343
1364
  }>;
1344
1365
  "color-surface-high": Readonly<{
1345
- value: "#2a2a2dff";
1366
+ value: "#242426ff";
1346
1367
  ref: "color-grey-850";
1347
1368
  }>;
1348
1369
  "color-surface-high-hovered": Readonly<{
1349
- value: "#343438ff";
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: "#303035e6";
1380
+ value: "#29292de6";
1360
1381
  ref: "color-grey-800-90";
1361
1382
  }>;
1362
1383
  "color-surface-glass-hovered": Readonly<{
1363
- value: "#3a3a40e6";
1384
+ value: "#333338e6";
1364
1385
  }>;
1365
1386
  "color-surface-glass-highest": Readonly<{
1366
- value: "#454549e6";
1367
- ref: "color-grey-700-90";
1387
+ value: "#313135e6";
1388
+ ref: "color-grey-750-90";
1368
1389
  }>;
1369
1390
  "color-surface-glass-highest-hovered": Readonly<{
1370
- value: "#4f4f54e6";
1391
+ value: "#3b3b40e6";
1371
1392
  }>;
1372
1393
  "color-surface-glass-higher": Readonly<{
1373
- value: "#303035e6";
1394
+ value: "#29292de6";
1374
1395
  ref: "color-grey-800-90";
1375
1396
  }>;
1376
1397
  "color-surface-glass-higher-hovered": Readonly<{
1377
- value: "#3a3a40e6";
1398
+ value: "#333338e6";
1378
1399
  }>;
1379
1400
  "color-surface-glass-high": Readonly<{
1380
- value: "#2a2a2de6";
1401
+ value: "#242426e6";
1381
1402
  ref: "color-grey-850-90";
1382
1403
  }>;
1383
1404
  "color-surface-glass-high-hovered": Readonly<{
1384
- value: "#343438e6";
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: "#454549ff";
2157
+ value: "#3b3b3fff";
2137
2158
  }>;
2138
2159
  "color-grey-750": Readonly<{
2139
- value: "#37373cff";
2160
+ value: "#313135ff";
2140
2161
  }>;
2141
2162
  "color-grey-800": Readonly<{
2142
- value: "#303035ff";
2163
+ value: "#29292dff";
2143
2164
  }>;
2144
2165
  "color-grey-850": Readonly<{
2145
- value: "#2a2a2dff";
2166
+ value: "#242426ff";
2146
2167
  }>;
2147
2168
  "color-grey-900": Readonly<{
2148
- value: "#242428ff";
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: "#454549cc";
2190
+ value: "#3b3b3fcc";
2170
2191
  }>;
2171
2192
  "color-grey-700-90": Readonly<{
2172
- value: "#454549e6";
2193
+ value: "#3b3b3fe6";
2194
+ }>;
2195
+ "color-grey-750-90": Readonly<{
2196
+ value: "#313135e6";
2173
2197
  }>;
2174
2198
  "color-grey-800-80": Readonly<{
2175
- value: "#303035cc";
2199
+ value: "#29292dcc";
2176
2200
  }>;
2177
2201
  "color-grey-800-90": Readonly<{
2178
- value: "#303035e6";
2202
+ value: "#29292de6";
2179
2203
  }>;
2180
2204
  "color-grey-850-80": Readonly<{
2181
- value: "#2a2a2dcc";
2205
+ value: "#242426cc";
2182
2206
  }>;
2183
2207
  "color-grey-850-90": Readonly<{
2184
- value: "#2a2a2de6";
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: "#242428e6";
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";
@@ -507,6 +507,13 @@ declare const _exports: 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 _exports: 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 _exports: 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";
@@ -31,15 +31,15 @@ declare const _default: Readonly<{
31
31
  ref: "0 dimension-1 0 0 color-border-neutral";
32
32
  }>;
33
33
  "border-white-high": Readonly<{
34
- value: "0 0 0 1px #2a2a2dff";
34
+ value: "0 0 0 1px #242426ff";
35
35
  ref: "0 0 0 dimension-1 color-surface-high";
36
36
  }>;
37
37
  "border-white-higher": Readonly<{
38
- value: "0 0 0 1px #303035ff";
38
+ value: "0 0 0 1px #29292dff";
39
39
  ref: "0 0 0 dimension-1 color-surface-higher";
40
40
  }>;
41
41
  "border-white-highest": Readonly<{
42
- value: "0 0 0 1px #37373cff";
42
+ value: "0 0 0 1px #313135ff";
43
43
  ref: "0 0 0 dimension-1 color-surface-highest";
44
44
  }>;
45
45
  }>;
@@ -507,6 +507,13 @@ declare const _default: Readonly<{
507
507
  "color-text-accent-yellow-hovered": Readonly<{
508
508
  value: "#f7c736ff";
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: "#ccdb25ff";
516
+ }>;
510
517
  "color-text-accent-teal": Readonly<{
511
518
  value: "#40d3c5ff";
512
519
  ref: "color-teal-300";
@@ -549,6 +556,13 @@ declare const _default: Readonly<{
549
556
  "color-text-absolute-black-hovered": Readonly<{
550
557
  value: "#0a0a0aff";
551
558
  }>;
559
+ "color-text-inverse": Readonly<{
560
+ value: "#000000d9";
561
+ ref: "color-black-85";
562
+ }>;
563
+ "color-text-inverse-hovered": Readonly<{
564
+ value: "#0a0a0ad9";
565
+ }>;
552
566
  "color-icon-action": Readonly<{
553
567
  value: "#6b6effff";
554
568
  ref: "color-blue-300";
@@ -696,6 +710,13 @@ declare const _default: Readonly<{
696
710
  "color-icon-absolute-black-hovered": Readonly<{
697
711
  value: "#0a0a0aff";
698
712
  }>;
713
+ "color-icon-inverse-heavier": Readonly<{
714
+ value: "#000000d9";
715
+ ref: "color-black-85";
716
+ }>;
717
+ "color-icon-inverse-heavier-hovered": Readonly<{
718
+ value: "#0a0a0ad9";
719
+ }>;
699
720
  "color-fill-neutral-heaviest": Readonly<{
700
721
  value: "#ffffffe6";
701
722
  ref: "color-white-90";
@@ -886,25 +907,25 @@ declare const _default: Readonly<{
886
907
  value: "#f260601a";
887
908
  }>;
888
909
  "color-fill-grey": Readonly<{
889
- value: "#2a2a2dff";
910
+ value: "#242426ff";
890
911
  ref: "color-grey-850";
891
912
  }>;
892
913
  "color-fill-grey-hovered": Readonly<{
893
- value: "#343438ff";
914
+ value: "#2e2e31ff";
894
915
  }>;
895
916
  "color-fill-grey-heavy": Readonly<{
896
- value: "#303035ff";
917
+ value: "#29292dff";
897
918
  ref: "color-grey-800";
898
919
  }>;
899
920
  "color-fill-grey-heavy-hovered": Readonly<{
900
- value: "#3a3a40ff";
921
+ value: "#333338ff";
901
922
  }>;
902
923
  "color-fill-grey-heavier": Readonly<{
903
- value: "#37373cff";
924
+ value: "#313135ff";
904
925
  ref: "color-grey-750";
905
926
  }>;
906
927
  "color-fill-grey-heavier-hovered": Readonly<{
907
- value: "#414147ff";
928
+ value: "#3b3b40ff";
908
929
  }>;
909
930
  "color-fill-accent-blue": Readonly<{
910
931
  value: "#6b6eff2e";
@@ -1278,32 +1299,32 @@ declare const _default: Readonly<{
1278
1299
  value: "#ededed66";
1279
1300
  }>;
1280
1301
  "color-border-detach": Readonly<{
1281
- value: "#242428ff";
1302
+ value: "#1d1d20ff";
1282
1303
  ref: "color-grey-900";
1283
1304
  }>;
1284
1305
  "color-border-detach-hovered": Readonly<{
1285
- value: "#2e2e33ff";
1306
+ value: "#27272bff";
1286
1307
  }>;
1287
1308
  "color-border-detach-highest": Readonly<{
1288
- value: "#454549ff";
1289
- ref: "color-grey-700";
1309
+ value: "#313135ff";
1310
+ ref: "color-grey-750";
1290
1311
  }>;
1291
1312
  "color-border-detach-highest-hovered": Readonly<{
1292
- value: "#4f4f54ff";
1313
+ value: "#3b3b40ff";
1293
1314
  }>;
1294
1315
  "color-border-detach-higher": Readonly<{
1295
- value: "#303035ff";
1316
+ value: "#29292dff";
1296
1317
  ref: "color-grey-800";
1297
1318
  }>;
1298
1319
  "color-border-detach-higher-hovered": Readonly<{
1299
- value: "#3a3a40ff";
1320
+ value: "#333338ff";
1300
1321
  }>;
1301
1322
  "color-border-detach-high": Readonly<{
1302
- value: "#2a2a2dff";
1323
+ value: "#242426ff";
1303
1324
  ref: "color-grey-850";
1304
1325
  }>;
1305
1326
  "color-border-detach-high-hovered": Readonly<{
1306
- value: "#343438ff";
1327
+ value: "#2e2e31ff";
1307
1328
  }>;
1308
1329
  "color-border-detach-low": Readonly<{
1309
1330
  value: "#1a1a1cff";
@@ -1320,32 +1341,32 @@ declare const _default: Readonly<{
1320
1341
  value: "#edededff";
1321
1342
  }>;
1322
1343
  "color-surface": Readonly<{
1323
- value: "#242428ff";
1344
+ value: "#1d1d20ff";
1324
1345
  ref: "color-grey-900";
1325
1346
  }>;
1326
1347
  "color-surface-hovered": Readonly<{
1327
- value: "#2e2e33ff";
1348
+ value: "#27272bff";
1328
1349
  }>;
1329
1350
  "color-surface-highest": Readonly<{
1330
- value: "#37373cff";
1351
+ value: "#313135ff";
1331
1352
  ref: "color-grey-750";
1332
1353
  }>;
1333
1354
  "color-surface-highest-hovered": Readonly<{
1334
- value: "#414147ff";
1355
+ value: "#3b3b40ff";
1335
1356
  }>;
1336
1357
  "color-surface-higher": Readonly<{
1337
- value: "#303035ff";
1358
+ value: "#29292dff";
1338
1359
  ref: "color-grey-800";
1339
1360
  }>;
1340
1361
  "color-surface-higher-hovered": Readonly<{
1341
- value: "#3a3a40ff";
1362
+ value: "#333338ff";
1342
1363
  }>;
1343
1364
  "color-surface-high": Readonly<{
1344
- value: "#2a2a2dff";
1365
+ value: "#242426ff";
1345
1366
  ref: "color-grey-850";
1346
1367
  }>;
1347
1368
  "color-surface-high-hovered": Readonly<{
1348
- value: "#343438ff";
1369
+ value: "#2e2e31ff";
1349
1370
  }>;
1350
1371
  "color-surface-low": Readonly<{
1351
1372
  value: "#1a1a1cff";
@@ -1355,32 +1376,32 @@ declare const _default: Readonly<{
1355
1376
  value: "#242427ff";
1356
1377
  }>;
1357
1378
  "color-surface-glass": Readonly<{
1358
- value: "#303035e6";
1379
+ value: "#29292de6";
1359
1380
  ref: "color-grey-800-90";
1360
1381
  }>;
1361
1382
  "color-surface-glass-hovered": Readonly<{
1362
- value: "#3a3a40e6";
1383
+ value: "#333338e6";
1363
1384
  }>;
1364
1385
  "color-surface-glass-highest": Readonly<{
1365
- value: "#454549e6";
1366
- ref: "color-grey-700-90";
1386
+ value: "#313135e6";
1387
+ ref: "color-grey-750-90";
1367
1388
  }>;
1368
1389
  "color-surface-glass-highest-hovered": Readonly<{
1369
- value: "#4f4f54e6";
1390
+ value: "#3b3b40e6";
1370
1391
  }>;
1371
1392
  "color-surface-glass-higher": Readonly<{
1372
- value: "#303035e6";
1393
+ value: "#29292de6";
1373
1394
  ref: "color-grey-800-90";
1374
1395
  }>;
1375
1396
  "color-surface-glass-higher-hovered": Readonly<{
1376
- value: "#3a3a40e6";
1397
+ value: "#333338e6";
1377
1398
  }>;
1378
1399
  "color-surface-glass-high": Readonly<{
1379
- value: "#2a2a2de6";
1400
+ value: "#242426e6";
1380
1401
  ref: "color-grey-850-90";
1381
1402
  }>;
1382
1403
  "color-surface-glass-high-hovered": Readonly<{
1383
- value: "#343438e6";
1404
+ value: "#2e2e31e6";
1384
1405
  }>;
1385
1406
  "color-surface-accent-blue": Readonly<{
1386
1407
  value: "#6b6effff";
@@ -550,19 +550,19 @@ declare const _default: Readonly<{
550
550
  value: "#79797eff";
551
551
  }>;
552
552
  "color-grey-700": Readonly<{
553
- value: "#454549ff";
553
+ value: "#3b3b3fff";
554
554
  }>;
555
555
  "color-grey-750": Readonly<{
556
- value: "#37373cff";
556
+ value: "#313135ff";
557
557
  }>;
558
558
  "color-grey-800": Readonly<{
559
- value: "#303035ff";
559
+ value: "#29292dff";
560
560
  }>;
561
561
  "color-grey-850": Readonly<{
562
- value: "#2a2a2dff";
562
+ value: "#242426ff";
563
563
  }>;
564
564
  "color-grey-900": Readonly<{
565
- value: "#242428ff";
565
+ value: "#1d1d20ff";
566
566
  }>;
567
567
  "color-grey-950": Readonly<{
568
568
  value: "#1a1a1cff";
@@ -583,28 +583,31 @@ declare const _default: Readonly<{
583
583
  value: "#efeff0e6";
584
584
  }>;
585
585
  "color-grey-700-80": Readonly<{
586
- value: "#454549cc";
586
+ value: "#3b3b3fcc";
587
587
  }>;
588
588
  "color-grey-700-90": Readonly<{
589
- value: "#454549e6";
589
+ value: "#3b3b3fe6";
590
+ }>;
591
+ "color-grey-750-90": Readonly<{
592
+ value: "#313135e6";
590
593
  }>;
591
594
  "color-grey-800-80": Readonly<{
592
- value: "#303035cc";
595
+ value: "#29292dcc";
593
596
  }>;
594
597
  "color-grey-800-90": Readonly<{
595
- value: "#303035e6";
598
+ value: "#29292de6";
596
599
  }>;
597
600
  "color-grey-850-80": Readonly<{
598
- value: "#2a2a2dcc";
601
+ value: "#242426cc";
599
602
  }>;
600
603
  "color-grey-850-90": Readonly<{
601
- value: "#2a2a2de6";
604
+ value: "#242426e6";
602
605
  }>;
603
606
  "color-grey-900-0": Readonly<{
604
607
  value: "#24242800";
605
608
  }>;
606
609
  "color-grey-900-90": Readonly<{
607
- value: "#242428e6";
610
+ value: "#1d1d2000";
608
611
  }>;
609
612
  "color-white-0": Readonly<{
610
613
  value: "#fff0";