@channel.io/bezier-tokens 0.3.3-beta.6 → 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 +90 -106
- package/dist/beta/cjs/global.js +19 -16
- package/dist/beta/cjs/lightTheme.js +8 -24
- package/dist/beta/css/styles.css +74 -103
- package/dist/beta/esm/darkTheme.mjs +90 -106
- package/dist/beta/esm/global.mjs +19 -16
- package/dist/beta/esm/lightTheme.mjs +8 -24
- package/dist/beta/scss/dark-theme.scss +55 -71
- package/dist/beta/scss/global.scss +22 -16
- package/dist/beta/scss/light-theme.scss +11 -27
- package/dist/types/beta/cjs/darkTheme.d.ts +108 -164
- package/dist/types/beta/cjs/global.d.ts +25 -16
- package/dist/types/beta/cjs/index.d.ts +156 -259
- package/dist/types/beta/cjs/lightTheme.d.ts +23 -79
- package/dist/types/beta/esm/darkTheme.d.mts +108 -164
- package/dist/types/beta/esm/global.d.mts +25 -16
- package/dist/types/beta/esm/index.d.mts +156 -259
- package/dist/types/beta/esm/index.d.mts.map +1 -1
- package/dist/types/beta/esm/lightTheme.d.mts +23 -79
- package/package.json +1 -1
|
@@ -556,6 +556,13 @@ declare const _exports: Readonly<{
|
|
|
556
556
|
"color-text-absolute-black-hovered": Readonly<{
|
|
557
557
|
value: "#1c1c1cff";
|
|
558
558
|
}>;
|
|
559
|
+
"color-text-inverse": Readonly<{
|
|
560
|
+
value: "#ffff";
|
|
561
|
+
ref: "color-white-100";
|
|
562
|
+
}>;
|
|
563
|
+
"color-text-inverse-hovered": Readonly<{
|
|
564
|
+
value: "#edededff";
|
|
565
|
+
}>;
|
|
559
566
|
"color-icon-action": Readonly<{
|
|
560
567
|
value: "#6157eaff";
|
|
561
568
|
ref: "color-blue-400";
|
|
@@ -703,6 +710,13 @@ declare const _exports: Readonly<{
|
|
|
703
710
|
"color-icon-absolute-black-hovered": Readonly<{
|
|
704
711
|
value: "#1c1c1cff";
|
|
705
712
|
}>;
|
|
713
|
+
"color-icon-inverse-heavier": Readonly<{
|
|
714
|
+
value: "#ffff";
|
|
715
|
+
ref: "color-white-100";
|
|
716
|
+
}>;
|
|
717
|
+
"color-icon-inverse-heavier-hovered": Readonly<{
|
|
718
|
+
value: "#edededff";
|
|
719
|
+
}>;
|
|
706
720
|
"color-fill-neutral-heaviest": Readonly<{
|
|
707
721
|
value: "#000000d9";
|
|
708
722
|
ref: "color-black-85";
|
|
@@ -1263,6 +1277,13 @@ declare const _exports: Readonly<{
|
|
|
1263
1277
|
"color-fill-absolute-black-transparent-hovered": Readonly<{
|
|
1264
1278
|
value: "#0000000d";
|
|
1265
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
|
+
}>;
|
|
1266
1287
|
"color-border-neutral": Readonly<{
|
|
1267
1288
|
value: "#00000014";
|
|
1268
1289
|
ref: "color-black-8";
|
|
@@ -1389,83 +1410,6 @@ declare const _exports: Readonly<{
|
|
|
1389
1410
|
"color-surface-glass-high-hovered": Readonly<{
|
|
1390
1411
|
value: "#ededede6";
|
|
1391
1412
|
}>;
|
|
1392
|
-
"color-surface-accent-blue": Readonly<{
|
|
1393
|
-
value: "#6157eaff";
|
|
1394
|
-
ref: "color-blue-400";
|
|
1395
|
-
}>;
|
|
1396
|
-
"color-surface-accent-blue-hovered": Readonly<{
|
|
1397
|
-
value: "#5146e4ff";
|
|
1398
|
-
}>;
|
|
1399
|
-
"color-surface-accent-cobalt": Readonly<{
|
|
1400
|
-
value: "#3292e3ff";
|
|
1401
|
-
ref: "color-cobalt-400";
|
|
1402
|
-
}>;
|
|
1403
|
-
"color-surface-accent-cobalt-hovered": Readonly<{
|
|
1404
|
-
value: "#2589ddff";
|
|
1405
|
-
}>;
|
|
1406
|
-
"color-surface-accent-green": Readonly<{
|
|
1407
|
-
value: "#20ab55ff";
|
|
1408
|
-
ref: "color-green-400";
|
|
1409
|
-
}>;
|
|
1410
|
-
"color-surface-accent-green-hovered": Readonly<{
|
|
1411
|
-
value: "#219c50ff";
|
|
1412
|
-
}>;
|
|
1413
|
-
"color-surface-accent-red": Readonly<{
|
|
1414
|
-
value: "#e1535dff";
|
|
1415
|
-
ref: "color-red-400";
|
|
1416
|
-
}>;
|
|
1417
|
-
"color-surface-accent-red-hovered": Readonly<{
|
|
1418
|
-
value: "#da444fff";
|
|
1419
|
-
}>;
|
|
1420
|
-
"color-surface-accent-orange": Readonly<{
|
|
1421
|
-
value: "#e67f2bff";
|
|
1422
|
-
ref: "color-orange-400";
|
|
1423
|
-
}>;
|
|
1424
|
-
"color-surface-accent-orange-hovered": Readonly<{
|
|
1425
|
-
value: "#df751fff";
|
|
1426
|
-
}>;
|
|
1427
|
-
"color-surface-accent-yellow": Readonly<{
|
|
1428
|
-
value: "#edae0dff";
|
|
1429
|
-
ref: "color-yellow-400";
|
|
1430
|
-
}>;
|
|
1431
|
-
"color-surface-accent-yellow-hovered": Readonly<{
|
|
1432
|
-
value: "#d9a010ff";
|
|
1433
|
-
}>;
|
|
1434
|
-
"color-surface-accent-olive": Readonly<{
|
|
1435
|
-
value: "#a9b110ff";
|
|
1436
|
-
ref: "color-olive-400";
|
|
1437
|
-
}>;
|
|
1438
|
-
"color-surface-accent-olive-hovered": Readonly<{
|
|
1439
|
-
value: "#9ba212ff";
|
|
1440
|
-
}>;
|
|
1441
|
-
"color-surface-accent-teal": Readonly<{
|
|
1442
|
-
value: "#09b2acff";
|
|
1443
|
-
ref: "color-teal-400";
|
|
1444
|
-
}>;
|
|
1445
|
-
"color-surface-accent-teal-hovered": Readonly<{
|
|
1446
|
-
value: "#08a5a0ff";
|
|
1447
|
-
}>;
|
|
1448
|
-
"color-surface-accent-navy": Readonly<{
|
|
1449
|
-
value: "#424fabff";
|
|
1450
|
-
ref: "color-navy-400";
|
|
1451
|
-
}>;
|
|
1452
|
-
"color-surface-accent-navy-hovered": Readonly<{
|
|
1453
|
-
value: "#414c9cff";
|
|
1454
|
-
}>;
|
|
1455
|
-
"color-surface-accent-purple": Readonly<{
|
|
1456
|
-
value: "#8e57e7ff";
|
|
1457
|
-
ref: "color-purple-400";
|
|
1458
|
-
}>;
|
|
1459
|
-
"color-surface-accent-purple-hovered": Readonly<{
|
|
1460
|
-
value: "#8247e1ff";
|
|
1461
|
-
}>;
|
|
1462
|
-
"color-surface-accent-pink": Readonly<{
|
|
1463
|
-
value: "#d64bb5ff";
|
|
1464
|
-
ref: "color-pink-400";
|
|
1465
|
-
}>;
|
|
1466
|
-
"color-surface-accent-pink-hovered": Readonly<{
|
|
1467
|
-
value: "#cf3eacff";
|
|
1468
|
-
}>;
|
|
1469
1413
|
"color-dim-absolute-black": Readonly<{
|
|
1470
1414
|
value: "#0006";
|
|
1471
1415
|
ref: "color-black-40";
|
|
@@ -1502,11 +1446,11 @@ declare const _exports: Readonly<{
|
|
|
1502
1446
|
value: "#219c50ff";
|
|
1503
1447
|
}>;
|
|
1504
1448
|
"color-gradient-green-heavy": Readonly<{
|
|
1505
|
-
value: "#
|
|
1449
|
+
value: "#51c371ff";
|
|
1506
1450
|
ref: "color-green-300";
|
|
1507
1451
|
}>;
|
|
1508
1452
|
"color-gradient-green-heavy-hovered": Readonly<{
|
|
1509
|
-
value: "#
|
|
1453
|
+
value: "#46ba67ff";
|
|
1510
1454
|
}>;
|
|
1511
1455
|
"color-state-default": Readonly<{
|
|
1512
1456
|
value: "#00000026";
|