@channel.io/bezier-tokens 0.3.3-beta.7 → 0.3.3-beta.8
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 +53 -73
- package/dist/beta/cjs/global.js +6 -4
- package/dist/beta/cjs/lightTheme.js +8 -28
- package/dist/beta/css/styles.css +40 -78
- package/dist/beta/esm/darkTheme.mjs +53 -73
- package/dist/beta/esm/global.mjs +6 -4
- package/dist/beta/esm/lightTheme.mjs +8 -28
- package/dist/beta/scss/dark-theme.scss +30 -52
- package/dist/beta/scss/global.scss +8 -4
- package/dist/beta/scss/light-theme.scss +6 -28
- package/dist/types/beta/cjs/darkTheme.d.ts +59 -129
- package/dist/types/beta/cjs/global.d.ts +10 -4
- package/dist/types/beta/cjs/index.d.ts +84 -218
- package/dist/types/beta/cjs/lightTheme.d.ts +15 -85
- package/dist/types/beta/esm/darkTheme.d.mts +59 -129
- package/dist/types/beta/esm/global.d.mts +10 -4
- package/dist/types/beta/esm/index.d.mts +84 -218
- package/dist/types/beta/esm/index.d.mts.map +1 -1
- package/dist/types/beta/esm/lightTheme.d.mts +15 -85
- package/package.json +1 -1
|
@@ -557,11 +557,11 @@ declare const _default: Readonly<{
|
|
|
557
557
|
value: "#1c1c1cff";
|
|
558
558
|
}>;
|
|
559
559
|
"color-text-inverse": Readonly<{
|
|
560
|
-
value: "#
|
|
561
|
-
ref: "color-white-
|
|
560
|
+
value: "#ffff";
|
|
561
|
+
ref: "color-white-100";
|
|
562
562
|
}>;
|
|
563
563
|
"color-text-inverse-hovered": Readonly<{
|
|
564
|
-
value: "#
|
|
564
|
+
value: "#edededff";
|
|
565
565
|
}>;
|
|
566
566
|
"color-icon-action": Readonly<{
|
|
567
567
|
value: "#6157eaff";
|
|
@@ -711,11 +711,11 @@ declare const _default: Readonly<{
|
|
|
711
711
|
value: "#1c1c1cff";
|
|
712
712
|
}>;
|
|
713
713
|
"color-icon-inverse-heavier": Readonly<{
|
|
714
|
-
value: "#
|
|
715
|
-
ref: "color-white-
|
|
714
|
+
value: "#ffff";
|
|
715
|
+
ref: "color-white-100";
|
|
716
716
|
}>;
|
|
717
717
|
"color-icon-inverse-heavier-hovered": Readonly<{
|
|
718
|
-
value: "#
|
|
718
|
+
value: "#edededff";
|
|
719
719
|
}>;
|
|
720
720
|
"color-fill-neutral-heaviest": Readonly<{
|
|
721
721
|
value: "#000000d9";
|
|
@@ -1277,6 +1277,13 @@ declare const _default: Readonly<{
|
|
|
1277
1277
|
"color-fill-absolute-black-transparent-hovered": Readonly<{
|
|
1278
1278
|
value: "#0000000d";
|
|
1279
1279
|
}>;
|
|
1280
|
+
"color-fill-bright": Readonly<{
|
|
1281
|
+
value: "#fdfdffff";
|
|
1282
|
+
ref: "color-grey-25";
|
|
1283
|
+
}>;
|
|
1284
|
+
"color-fill-bright-hovered": Readonly<{
|
|
1285
|
+
value: "#d9d9ffff";
|
|
1286
|
+
}>;
|
|
1280
1287
|
"color-border-neutral": Readonly<{
|
|
1281
1288
|
value: "#00000014";
|
|
1282
1289
|
ref: "color-black-8";
|
|
@@ -1403,83 +1410,6 @@ declare const _default: Readonly<{
|
|
|
1403
1410
|
"color-surface-glass-high-hovered": Readonly<{
|
|
1404
1411
|
value: "#ededede6";
|
|
1405
1412
|
}>;
|
|
1406
|
-
"color-surface-accent-blue": Readonly<{
|
|
1407
|
-
value: "#6157eaff";
|
|
1408
|
-
ref: "color-blue-400";
|
|
1409
|
-
}>;
|
|
1410
|
-
"color-surface-accent-blue-hovered": Readonly<{
|
|
1411
|
-
value: "#5146e4ff";
|
|
1412
|
-
}>;
|
|
1413
|
-
"color-surface-accent-cobalt": Readonly<{
|
|
1414
|
-
value: "#3292e3ff";
|
|
1415
|
-
ref: "color-cobalt-400";
|
|
1416
|
-
}>;
|
|
1417
|
-
"color-surface-accent-cobalt-hovered": Readonly<{
|
|
1418
|
-
value: "#2589ddff";
|
|
1419
|
-
}>;
|
|
1420
|
-
"color-surface-accent-green": Readonly<{
|
|
1421
|
-
value: "#20ab55ff";
|
|
1422
|
-
ref: "color-green-400";
|
|
1423
|
-
}>;
|
|
1424
|
-
"color-surface-accent-green-hovered": Readonly<{
|
|
1425
|
-
value: "#219c50ff";
|
|
1426
|
-
}>;
|
|
1427
|
-
"color-surface-accent-red": Readonly<{
|
|
1428
|
-
value: "#e1535dff";
|
|
1429
|
-
ref: "color-red-400";
|
|
1430
|
-
}>;
|
|
1431
|
-
"color-surface-accent-red-hovered": Readonly<{
|
|
1432
|
-
value: "#da444fff";
|
|
1433
|
-
}>;
|
|
1434
|
-
"color-surface-accent-orange": Readonly<{
|
|
1435
|
-
value: "#e67f2bff";
|
|
1436
|
-
ref: "color-orange-400";
|
|
1437
|
-
}>;
|
|
1438
|
-
"color-surface-accent-orange-hovered": Readonly<{
|
|
1439
|
-
value: "#df751fff";
|
|
1440
|
-
}>;
|
|
1441
|
-
"color-surface-accent-yellow": Readonly<{
|
|
1442
|
-
value: "#edae0dff";
|
|
1443
|
-
ref: "color-yellow-400";
|
|
1444
|
-
}>;
|
|
1445
|
-
"color-surface-accent-yellow-hovered": Readonly<{
|
|
1446
|
-
value: "#d9a010ff";
|
|
1447
|
-
}>;
|
|
1448
|
-
"color-surface-accent-olive": Readonly<{
|
|
1449
|
-
value: "#a9b110ff";
|
|
1450
|
-
ref: "color-olive-400";
|
|
1451
|
-
}>;
|
|
1452
|
-
"color-surface-accent-olive-hovered": Readonly<{
|
|
1453
|
-
value: "#9ba212ff";
|
|
1454
|
-
}>;
|
|
1455
|
-
"color-surface-accent-teal": Readonly<{
|
|
1456
|
-
value: "#09b2acff";
|
|
1457
|
-
ref: "color-teal-400";
|
|
1458
|
-
}>;
|
|
1459
|
-
"color-surface-accent-teal-hovered": Readonly<{
|
|
1460
|
-
value: "#08a5a0ff";
|
|
1461
|
-
}>;
|
|
1462
|
-
"color-surface-accent-navy": Readonly<{
|
|
1463
|
-
value: "#424fabff";
|
|
1464
|
-
ref: "color-navy-400";
|
|
1465
|
-
}>;
|
|
1466
|
-
"color-surface-accent-navy-hovered": Readonly<{
|
|
1467
|
-
value: "#414c9cff";
|
|
1468
|
-
}>;
|
|
1469
|
-
"color-surface-accent-purple": Readonly<{
|
|
1470
|
-
value: "#8e57e7ff";
|
|
1471
|
-
ref: "color-purple-400";
|
|
1472
|
-
}>;
|
|
1473
|
-
"color-surface-accent-purple-hovered": Readonly<{
|
|
1474
|
-
value: "#8247e1ff";
|
|
1475
|
-
}>;
|
|
1476
|
-
"color-surface-accent-pink": Readonly<{
|
|
1477
|
-
value: "#d64bb5ff";
|
|
1478
|
-
ref: "color-pink-400";
|
|
1479
|
-
}>;
|
|
1480
|
-
"color-surface-accent-pink-hovered": Readonly<{
|
|
1481
|
-
value: "#cf3eacff";
|
|
1482
|
-
}>;
|
|
1483
1413
|
"color-dim-absolute-black": Readonly<{
|
|
1484
1414
|
value: "#0006";
|
|
1485
1415
|
ref: "color-black-40";
|
|
@@ -1516,11 +1446,11 @@ declare const _default: Readonly<{
|
|
|
1516
1446
|
value: "#219c50ff";
|
|
1517
1447
|
}>;
|
|
1518
1448
|
"color-gradient-green-heavy": Readonly<{
|
|
1519
|
-
value: "#
|
|
1449
|
+
value: "#51c371ff";
|
|
1520
1450
|
ref: "color-green-300";
|
|
1521
1451
|
}>;
|
|
1522
1452
|
"color-gradient-green-heavy-hovered": Readonly<{
|
|
1523
|
-
value: "#
|
|
1453
|
+
value: "#46ba67ff";
|
|
1524
1454
|
}>;
|
|
1525
1455
|
"color-state-default": Readonly<{
|
|
1526
1456
|
value: "#00000026";
|