@channel.io/bezier-tokens 0.2.8 → 0.2.9
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/alpha/cjs/darkTheme.js +3 -1
- package/dist/alpha/cjs/darkThemeHovered.js +3 -1
- package/dist/alpha/cjs/lightTheme.js +2 -0
- package/dist/alpha/cjs/lightThemeHovered.js +2 -0
- package/dist/alpha/css/styles.css +10 -2
- package/dist/alpha/esm/darkTheme.mjs +3 -1
- package/dist/alpha/esm/darkThemeHovered.mjs +3 -1
- package/dist/alpha/esm/lightTheme.mjs +2 -0
- package/dist/alpha/esm/lightThemeHovered.mjs +2 -0
- package/dist/types/alpha/cjs/darkTheme.d.ts +10 -2
- package/dist/types/alpha/cjs/darkThemeHovered.d.ts +9 -1
- package/dist/types/alpha/cjs/index.d.ts +35 -3
- package/dist/types/alpha/cjs/lightTheme.d.ts +8 -0
- package/dist/types/alpha/cjs/lightThemeHovered.d.ts +8 -0
- package/dist/types/alpha/esm/darkTheme.d.mts +10 -2
- package/dist/types/alpha/esm/darkThemeHovered.d.mts +9 -1
- package/dist/types/alpha/esm/index.d.mts +35 -3
- package/dist/types/alpha/esm/index.d.mts.map +1 -1
- package/dist/types/alpha/esm/lightTheme.d.mts +8 -0
- package/dist/types/alpha/esm/lightThemeHovered.d.mts +8 -0
- package/package.json +1 -1
|
@@ -100,7 +100,7 @@ module.exports = Object.freeze({
|
|
|
100
100
|
"alpha-color-bg-white-white-alpha-lightest": Object.freeze({"value":"#313234cc","ref":"alpha-color-grey-alpha-800-80"}),
|
|
101
101
|
"alpha-color-bg-white-white-alpha-lighter": Object.freeze({"value":"#00000099","ref":"alpha-color-black-60"}),
|
|
102
102
|
"alpha-color-bg-white-white-alpha-light": Object.freeze({"value":"#00000033","ref":"alpha-color-black-20"}),
|
|
103
|
-
"alpha-color-bg-white-white-alpha-transparent": Object.freeze({"value":"#
|
|
103
|
+
"alpha-color-bg-white-white-alpha-transparent": Object.freeze({"value":"#00000000","ref":"alpha-color-black-0"}),
|
|
104
104
|
"alpha-color-bg-blue-normal": Object.freeze({"value":"#7d9efa","ref":"alpha-color-blue-300"}),
|
|
105
105
|
"alpha-color-bg-blue-light": Object.freeze({"value":"#7d9efa73","ref":"alpha-color-blue-300-45"}),
|
|
106
106
|
"alpha-color-bg-blue-lighter": Object.freeze({"value":"#7d9efa4d","ref":"alpha-color-blue-300-30"}),
|
|
@@ -194,11 +194,13 @@ module.exports = Object.freeze({
|
|
|
194
194
|
"alpha-color-bg-absolute-black-light": Object.freeze({"value":"#00000099","ref":"alpha-color-black-60"}),
|
|
195
195
|
"alpha-color-bg-absolute-black-lighter": Object.freeze({"value":"#00000066","ref":"alpha-color-black-40"}),
|
|
196
196
|
"alpha-color-bg-absolute-black-lightest": Object.freeze({"value":"#00000033","ref":"alpha-color-black-20"}),
|
|
197
|
+
"alpha-color-bg-absolute-black-transparent": Object.freeze({"value":"#00000000","ref":"alpha-color-black-0"}),
|
|
197
198
|
"alpha-color-bg-absolute-white-dark": Object.freeze({"value":"#ffffff","ref":"alpha-color-white-100"}),
|
|
198
199
|
"alpha-color-bg-absolute-white-normal": Object.freeze({"value":"#ffffffe6","ref":"alpha-color-white-90"}),
|
|
199
200
|
"alpha-color-bg-absolute-white-light": Object.freeze({"value":"#ffffff99","ref":"alpha-color-white-60"}),
|
|
200
201
|
"alpha-color-bg-absolute-white-lighter": Object.freeze({"value":"#ffffff66","ref":"alpha-color-white-40"}),
|
|
201
202
|
"alpha-color-bg-absolute-white-lightest": Object.freeze({"value":"#ffffff33","ref":"alpha-color-white-20"}),
|
|
203
|
+
"alpha-color-bg-absolute-white-transparent": Object.freeze({"value":"#ffffff00","ref":"alpha-color-white-0"}),
|
|
202
204
|
"alpha-color-surface-lowest": Object.freeze({"value":"#313234","ref":"alpha-color-grey-800"}),
|
|
203
205
|
"alpha-color-surface-lower": Object.freeze({"value":"#2a2b2d","ref":"alpha-color-grey-850"}),
|
|
204
206
|
"alpha-color-surface-normal": Object.freeze({"value":"#242428","ref":"alpha-color-grey-900"}),
|
|
@@ -83,7 +83,7 @@ module.exports = Object.freeze({
|
|
|
83
83
|
"alpha-color-bg-white-white-alpha-lightest-hovered": Object.freeze({"value":"#3b3c3fcc","ref":null}),
|
|
84
84
|
"alpha-color-bg-white-white-alpha-lighter-hovered": Object.freeze({"value":"#0a0a0a99","ref":null}),
|
|
85
85
|
"alpha-color-bg-white-white-alpha-light-hovered": Object.freeze({"value":"#0a0a0a33","ref":null}),
|
|
86
|
-
"alpha-color-bg-white-white-alpha-transparent-hovered": Object.freeze({"value":"#
|
|
86
|
+
"alpha-color-bg-white-white-alpha-transparent-hovered": Object.freeze({"value":"#0a0a0a1a","ref":null}),
|
|
87
87
|
"alpha-color-bg-blue-normal-hovered": Object.freeze({"value":"#93aefbff","ref":null}),
|
|
88
88
|
"alpha-color-bg-blue-light-hovered": Object.freeze({"value":"#93aefb73","ref":null}),
|
|
89
89
|
"alpha-color-bg-blue-lighter-hovered": Object.freeze({"value":"#93aefb4d","ref":null}),
|
|
@@ -177,11 +177,13 @@ module.exports = Object.freeze({
|
|
|
177
177
|
"alpha-color-bg-absolute-black-light-hovered": Object.freeze({"value":"#0a0a0a99","ref":null}),
|
|
178
178
|
"alpha-color-bg-absolute-black-lighter-hovered": Object.freeze({"value":"#0a0a0a66","ref":null}),
|
|
179
179
|
"alpha-color-bg-absolute-black-lightest-hovered": Object.freeze({"value":"#0a0a0a33","ref":null}),
|
|
180
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Object.freeze({"value":"#0a0a0a1a","ref":null}),
|
|
180
181
|
"alpha-color-bg-absolute-white-dark-hovered": Object.freeze({"value":"#c8c8c8ff","ref":null}),
|
|
181
182
|
"alpha-color-bg-absolute-white-normal-hovered": Object.freeze({"value":"#c8c8c8e6","ref":null}),
|
|
182
183
|
"alpha-color-bg-absolute-white-light-hovered": Object.freeze({"value":"#c8c8c899","ref":null}),
|
|
183
184
|
"alpha-color-bg-absolute-white-lighter-hovered": Object.freeze({"value":"#c8c8c866","ref":null}),
|
|
184
185
|
"alpha-color-bg-absolute-white-lightest-hovered": Object.freeze({"value":"#c8c8c833","ref":null}),
|
|
186
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Object.freeze({"value":"#c8c8c81a","ref":null}),
|
|
185
187
|
"alpha-color-surface-lowest-hovered": Object.freeze({"value":"#3b3c3fff","ref":null}),
|
|
186
188
|
"alpha-color-surface-lower-hovered": Object.freeze({"value":"#343538ff","ref":null}),
|
|
187
189
|
"alpha-color-surface-normal-hovered": Object.freeze({"value":"#2e2e33ff","ref":null}),
|
|
@@ -194,11 +194,13 @@ module.exports = Object.freeze({
|
|
|
194
194
|
"alpha-color-bg-absolute-black-light": Object.freeze({"value":"#00000099","ref":"alpha-color-black-60"}),
|
|
195
195
|
"alpha-color-bg-absolute-black-lighter": Object.freeze({"value":"#00000066","ref":"alpha-color-black-40"}),
|
|
196
196
|
"alpha-color-bg-absolute-black-lightest": Object.freeze({"value":"#00000033","ref":"alpha-color-black-20"}),
|
|
197
|
+
"alpha-color-bg-absolute-black-transparent": Object.freeze({"value":"#00000000","ref":"alpha-color-black-0"}),
|
|
197
198
|
"alpha-color-bg-absolute-white-dark": Object.freeze({"value":"#ffffff","ref":"alpha-color-white-100"}),
|
|
198
199
|
"alpha-color-bg-absolute-white-normal": Object.freeze({"value":"#ffffffe6","ref":"alpha-color-white-90"}),
|
|
199
200
|
"alpha-color-bg-absolute-white-light": Object.freeze({"value":"#ffffff99","ref":"alpha-color-white-60"}),
|
|
200
201
|
"alpha-color-bg-absolute-white-lighter": Object.freeze({"value":"#ffffff66","ref":"alpha-color-white-40"}),
|
|
201
202
|
"alpha-color-bg-absolute-white-lightest": Object.freeze({"value":"#ffffff33","ref":"alpha-color-white-20"}),
|
|
203
|
+
"alpha-color-bg-absolute-white-transparent": Object.freeze({"value":"#ffffff00","ref":"alpha-color-white-0"}),
|
|
202
204
|
"alpha-color-surface-lowest": Object.freeze({"value":"#f7f7f8","ref":"alpha-color-grey-100"}),
|
|
203
205
|
"alpha-color-surface-lower": Object.freeze({"value":"#fcfcfc","ref":"alpha-color-grey-50"}),
|
|
204
206
|
"alpha-color-surface-normal": Object.freeze({"value":"#ffffff","ref":"alpha-color-white-100"}),
|
|
@@ -177,11 +177,13 @@ module.exports = Object.freeze({
|
|
|
177
177
|
"alpha-color-bg-absolute-black-light-hovered": Object.freeze({"value":"#14141499","ref":null}),
|
|
178
178
|
"alpha-color-bg-absolute-black-lighter-hovered": Object.freeze({"value":"#14141466","ref":null}),
|
|
179
179
|
"alpha-color-bg-absolute-black-lightest-hovered": Object.freeze({"value":"#14141433","ref":null}),
|
|
180
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Object.freeze({"value":"#1414141a","ref":null}),
|
|
180
181
|
"alpha-color-bg-absolute-white-dark-hovered": Object.freeze({"value":"#edededff","ref":null}),
|
|
181
182
|
"alpha-color-bg-absolute-white-normal-hovered": Object.freeze({"value":"#ededede6","ref":null}),
|
|
182
183
|
"alpha-color-bg-absolute-white-light-hovered": Object.freeze({"value":"#ededed99","ref":null}),
|
|
183
184
|
"alpha-color-bg-absolute-white-lighter-hovered": Object.freeze({"value":"#ededed66","ref":null}),
|
|
184
185
|
"alpha-color-bg-absolute-white-lightest-hovered": Object.freeze({"value":"#ededed33","ref":null}),
|
|
186
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Object.freeze({"value":"#ededed1a","ref":null}),
|
|
185
187
|
"alpha-color-surface-lowest-hovered": Object.freeze({"value":"#e5e5e8ff","ref":null}),
|
|
186
188
|
"alpha-color-surface-lower-hovered": Object.freeze({"value":"#eaeaeaff","ref":null}),
|
|
187
189
|
"alpha-color-surface-normal-hovered": Object.freeze({"value":"#edededff","ref":null}),
|
|
@@ -8,11 +8,13 @@
|
|
|
8
8
|
--alpha-color-surface-normal: var(--alpha-color-grey-900);
|
|
9
9
|
--alpha-color-surface-lower: var(--alpha-color-grey-850);
|
|
10
10
|
--alpha-color-surface-lowest: var(--alpha-color-grey-800);
|
|
11
|
+
--alpha-color-bg-absolute-white-transparent: var(--alpha-color-white-0);
|
|
11
12
|
--alpha-color-bg-absolute-white-lightest: var(--alpha-color-white-20);
|
|
12
13
|
--alpha-color-bg-absolute-white-lighter: var(--alpha-color-white-40);
|
|
13
14
|
--alpha-color-bg-absolute-white-light: var(--alpha-color-white-60);
|
|
14
15
|
--alpha-color-bg-absolute-white-normal: var(--alpha-color-white-90);
|
|
15
16
|
--alpha-color-bg-absolute-white-dark: var(--alpha-color-white-100);
|
|
17
|
+
--alpha-color-bg-absolute-black-transparent: var(--alpha-color-black-0);
|
|
16
18
|
--alpha-color-bg-absolute-black-lightest: var(--alpha-color-black-20);
|
|
17
19
|
--alpha-color-bg-absolute-black-lighter: var(--alpha-color-black-40);
|
|
18
20
|
--alpha-color-bg-absolute-black-light: var(--alpha-color-black-60);
|
|
@@ -106,7 +108,7 @@
|
|
|
106
108
|
--alpha-color-bg-blue-lighter: var(--alpha-color-blue-300-30);
|
|
107
109
|
--alpha-color-bg-blue-light: var(--alpha-color-blue-300-45);
|
|
108
110
|
--alpha-color-bg-blue-normal: var(--alpha-color-blue-300);
|
|
109
|
-
--alpha-color-bg-white-white-alpha-transparent: var(--alpha-color-
|
|
111
|
+
--alpha-color-bg-white-white-alpha-transparent: var(--alpha-color-black-0);
|
|
110
112
|
--alpha-color-bg-white-white-alpha-light: var(--alpha-color-black-20);
|
|
111
113
|
--alpha-color-bg-white-white-alpha-lighter: var(--alpha-color-black-60);
|
|
112
114
|
--alpha-color-bg-white-white-alpha-lightest: var(--alpha-color-grey-alpha-800-80);
|
|
@@ -259,11 +261,13 @@
|
|
|
259
261
|
--alpha-color-surface-normal-hovered: #2e2e33ff;
|
|
260
262
|
--alpha-color-surface-lower-hovered: #343538ff;
|
|
261
263
|
--alpha-color-surface-lowest-hovered: #3b3c3fff;
|
|
264
|
+
--alpha-color-bg-absolute-white-transparent-hovered: #c8c8c81a;
|
|
262
265
|
--alpha-color-bg-absolute-white-lightest-hovered: #c8c8c833;
|
|
263
266
|
--alpha-color-bg-absolute-white-lighter-hovered: #c8c8c866;
|
|
264
267
|
--alpha-color-bg-absolute-white-light-hovered: #c8c8c899;
|
|
265
268
|
--alpha-color-bg-absolute-white-normal-hovered: #c8c8c8e6;
|
|
266
269
|
--alpha-color-bg-absolute-white-dark-hovered: #c8c8c8ff;
|
|
270
|
+
--alpha-color-bg-absolute-black-transparent-hovered: #0a0a0a1a;
|
|
267
271
|
--alpha-color-bg-absolute-black-lightest-hovered: #0a0a0a33;
|
|
268
272
|
--alpha-color-bg-absolute-black-lighter-hovered: #0a0a0a66;
|
|
269
273
|
--alpha-color-bg-absolute-black-light-hovered: #0a0a0a99;
|
|
@@ -357,7 +361,7 @@
|
|
|
357
361
|
--alpha-color-bg-blue-lighter-hovered: #93aefb4d;
|
|
358
362
|
--alpha-color-bg-blue-light-hovered: #93aefb73;
|
|
359
363
|
--alpha-color-bg-blue-normal-hovered: #93aefbff;
|
|
360
|
-
--alpha-color-bg-white-white-alpha-transparent-hovered: #
|
|
364
|
+
--alpha-color-bg-white-white-alpha-transparent-hovered: #0a0a0a1a;
|
|
361
365
|
--alpha-color-bg-white-white-alpha-light-hovered: #0a0a0a33;
|
|
362
366
|
--alpha-color-bg-white-white-alpha-lighter-hovered: #0a0a0a99;
|
|
363
367
|
--alpha-color-bg-white-white-alpha-lightest-hovered: #3b3c3fcc;
|
|
@@ -877,11 +881,13 @@
|
|
|
877
881
|
--alpha-color-surface-normal: var(--alpha-color-white-100);
|
|
878
882
|
--alpha-color-surface-lower: var(--alpha-color-grey-50);
|
|
879
883
|
--alpha-color-surface-lowest: var(--alpha-color-grey-100);
|
|
884
|
+
--alpha-color-bg-absolute-white-transparent: var(--alpha-color-white-0);
|
|
880
885
|
--alpha-color-bg-absolute-white-lightest: var(--alpha-color-white-20);
|
|
881
886
|
--alpha-color-bg-absolute-white-lighter: var(--alpha-color-white-40);
|
|
882
887
|
--alpha-color-bg-absolute-white-light: var(--alpha-color-white-60);
|
|
883
888
|
--alpha-color-bg-absolute-white-normal: var(--alpha-color-white-90);
|
|
884
889
|
--alpha-color-bg-absolute-white-dark: var(--alpha-color-white-100);
|
|
890
|
+
--alpha-color-bg-absolute-black-transparent: var(--alpha-color-black-0);
|
|
885
891
|
--alpha-color-bg-absolute-black-lightest: var(--alpha-color-black-20);
|
|
886
892
|
--alpha-color-bg-absolute-black-lighter: var(--alpha-color-black-40);
|
|
887
893
|
--alpha-color-bg-absolute-black-light: var(--alpha-color-black-60);
|
|
@@ -1128,11 +1134,13 @@
|
|
|
1128
1134
|
--alpha-color-surface-normal-hovered: #edededff;
|
|
1129
1135
|
--alpha-color-surface-lower-hovered: #eaeaeaff;
|
|
1130
1136
|
--alpha-color-surface-lowest-hovered: #e5e5e8ff;
|
|
1137
|
+
--alpha-color-bg-absolute-white-transparent-hovered: #ededed1a;
|
|
1131
1138
|
--alpha-color-bg-absolute-white-lightest-hovered: #ededed33;
|
|
1132
1139
|
--alpha-color-bg-absolute-white-lighter-hovered: #ededed66;
|
|
1133
1140
|
--alpha-color-bg-absolute-white-light-hovered: #ededed99;
|
|
1134
1141
|
--alpha-color-bg-absolute-white-normal-hovered: #ededede6;
|
|
1135
1142
|
--alpha-color-bg-absolute-white-dark-hovered: #edededff;
|
|
1143
|
+
--alpha-color-bg-absolute-black-transparent-hovered: #1414141a;
|
|
1136
1144
|
--alpha-color-bg-absolute-black-lightest-hovered: #14141433;
|
|
1137
1145
|
--alpha-color-bg-absolute-black-lighter-hovered: #14141466;
|
|
1138
1146
|
--alpha-color-bg-absolute-black-light-hovered: #14141499;
|
|
@@ -100,7 +100,7 @@ export default Object.freeze({
|
|
|
100
100
|
"alpha-color-bg-white-white-alpha-lightest": Object.freeze({"value":"#313234cc","ref":"alpha-color-grey-alpha-800-80"}),
|
|
101
101
|
"alpha-color-bg-white-white-alpha-lighter": Object.freeze({"value":"#00000099","ref":"alpha-color-black-60"}),
|
|
102
102
|
"alpha-color-bg-white-white-alpha-light": Object.freeze({"value":"#00000033","ref":"alpha-color-black-20"}),
|
|
103
|
-
"alpha-color-bg-white-white-alpha-transparent": Object.freeze({"value":"#
|
|
103
|
+
"alpha-color-bg-white-white-alpha-transparent": Object.freeze({"value":"#00000000","ref":"alpha-color-black-0"}),
|
|
104
104
|
"alpha-color-bg-blue-normal": Object.freeze({"value":"#7d9efa","ref":"alpha-color-blue-300"}),
|
|
105
105
|
"alpha-color-bg-blue-light": Object.freeze({"value":"#7d9efa73","ref":"alpha-color-blue-300-45"}),
|
|
106
106
|
"alpha-color-bg-blue-lighter": Object.freeze({"value":"#7d9efa4d","ref":"alpha-color-blue-300-30"}),
|
|
@@ -194,11 +194,13 @@ export default Object.freeze({
|
|
|
194
194
|
"alpha-color-bg-absolute-black-light": Object.freeze({"value":"#00000099","ref":"alpha-color-black-60"}),
|
|
195
195
|
"alpha-color-bg-absolute-black-lighter": Object.freeze({"value":"#00000066","ref":"alpha-color-black-40"}),
|
|
196
196
|
"alpha-color-bg-absolute-black-lightest": Object.freeze({"value":"#00000033","ref":"alpha-color-black-20"}),
|
|
197
|
+
"alpha-color-bg-absolute-black-transparent": Object.freeze({"value":"#00000000","ref":"alpha-color-black-0"}),
|
|
197
198
|
"alpha-color-bg-absolute-white-dark": Object.freeze({"value":"#ffffff","ref":"alpha-color-white-100"}),
|
|
198
199
|
"alpha-color-bg-absolute-white-normal": Object.freeze({"value":"#ffffffe6","ref":"alpha-color-white-90"}),
|
|
199
200
|
"alpha-color-bg-absolute-white-light": Object.freeze({"value":"#ffffff99","ref":"alpha-color-white-60"}),
|
|
200
201
|
"alpha-color-bg-absolute-white-lighter": Object.freeze({"value":"#ffffff66","ref":"alpha-color-white-40"}),
|
|
201
202
|
"alpha-color-bg-absolute-white-lightest": Object.freeze({"value":"#ffffff33","ref":"alpha-color-white-20"}),
|
|
203
|
+
"alpha-color-bg-absolute-white-transparent": Object.freeze({"value":"#ffffff00","ref":"alpha-color-white-0"}),
|
|
202
204
|
"alpha-color-surface-lowest": Object.freeze({"value":"#313234","ref":"alpha-color-grey-800"}),
|
|
203
205
|
"alpha-color-surface-lower": Object.freeze({"value":"#2a2b2d","ref":"alpha-color-grey-850"}),
|
|
204
206
|
"alpha-color-surface-normal": Object.freeze({"value":"#242428","ref":"alpha-color-grey-900"}),
|
|
@@ -83,7 +83,7 @@ export default Object.freeze({
|
|
|
83
83
|
"alpha-color-bg-white-white-alpha-lightest-hovered": Object.freeze({"value":"#3b3c3fcc","ref":null}),
|
|
84
84
|
"alpha-color-bg-white-white-alpha-lighter-hovered": Object.freeze({"value":"#0a0a0a99","ref":null}),
|
|
85
85
|
"alpha-color-bg-white-white-alpha-light-hovered": Object.freeze({"value":"#0a0a0a33","ref":null}),
|
|
86
|
-
"alpha-color-bg-white-white-alpha-transparent-hovered": Object.freeze({"value":"#
|
|
86
|
+
"alpha-color-bg-white-white-alpha-transparent-hovered": Object.freeze({"value":"#0a0a0a1a","ref":null}),
|
|
87
87
|
"alpha-color-bg-blue-normal-hovered": Object.freeze({"value":"#93aefbff","ref":null}),
|
|
88
88
|
"alpha-color-bg-blue-light-hovered": Object.freeze({"value":"#93aefb73","ref":null}),
|
|
89
89
|
"alpha-color-bg-blue-lighter-hovered": Object.freeze({"value":"#93aefb4d","ref":null}),
|
|
@@ -177,11 +177,13 @@ export default Object.freeze({
|
|
|
177
177
|
"alpha-color-bg-absolute-black-light-hovered": Object.freeze({"value":"#0a0a0a99","ref":null}),
|
|
178
178
|
"alpha-color-bg-absolute-black-lighter-hovered": Object.freeze({"value":"#0a0a0a66","ref":null}),
|
|
179
179
|
"alpha-color-bg-absolute-black-lightest-hovered": Object.freeze({"value":"#0a0a0a33","ref":null}),
|
|
180
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Object.freeze({"value":"#0a0a0a1a","ref":null}),
|
|
180
181
|
"alpha-color-bg-absolute-white-dark-hovered": Object.freeze({"value":"#c8c8c8ff","ref":null}),
|
|
181
182
|
"alpha-color-bg-absolute-white-normal-hovered": Object.freeze({"value":"#c8c8c8e6","ref":null}),
|
|
182
183
|
"alpha-color-bg-absolute-white-light-hovered": Object.freeze({"value":"#c8c8c899","ref":null}),
|
|
183
184
|
"alpha-color-bg-absolute-white-lighter-hovered": Object.freeze({"value":"#c8c8c866","ref":null}),
|
|
184
185
|
"alpha-color-bg-absolute-white-lightest-hovered": Object.freeze({"value":"#c8c8c833","ref":null}),
|
|
186
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Object.freeze({"value":"#c8c8c81a","ref":null}),
|
|
185
187
|
"alpha-color-surface-lowest-hovered": Object.freeze({"value":"#3b3c3fff","ref":null}),
|
|
186
188
|
"alpha-color-surface-lower-hovered": Object.freeze({"value":"#343538ff","ref":null}),
|
|
187
189
|
"alpha-color-surface-normal-hovered": Object.freeze({"value":"#2e2e33ff","ref":null}),
|
|
@@ -194,11 +194,13 @@ export default Object.freeze({
|
|
|
194
194
|
"alpha-color-bg-absolute-black-light": Object.freeze({"value":"#00000099","ref":"alpha-color-black-60"}),
|
|
195
195
|
"alpha-color-bg-absolute-black-lighter": Object.freeze({"value":"#00000066","ref":"alpha-color-black-40"}),
|
|
196
196
|
"alpha-color-bg-absolute-black-lightest": Object.freeze({"value":"#00000033","ref":"alpha-color-black-20"}),
|
|
197
|
+
"alpha-color-bg-absolute-black-transparent": Object.freeze({"value":"#00000000","ref":"alpha-color-black-0"}),
|
|
197
198
|
"alpha-color-bg-absolute-white-dark": Object.freeze({"value":"#ffffff","ref":"alpha-color-white-100"}),
|
|
198
199
|
"alpha-color-bg-absolute-white-normal": Object.freeze({"value":"#ffffffe6","ref":"alpha-color-white-90"}),
|
|
199
200
|
"alpha-color-bg-absolute-white-light": Object.freeze({"value":"#ffffff99","ref":"alpha-color-white-60"}),
|
|
200
201
|
"alpha-color-bg-absolute-white-lighter": Object.freeze({"value":"#ffffff66","ref":"alpha-color-white-40"}),
|
|
201
202
|
"alpha-color-bg-absolute-white-lightest": Object.freeze({"value":"#ffffff33","ref":"alpha-color-white-20"}),
|
|
203
|
+
"alpha-color-bg-absolute-white-transparent": Object.freeze({"value":"#ffffff00","ref":"alpha-color-white-0"}),
|
|
202
204
|
"alpha-color-surface-lowest": Object.freeze({"value":"#f7f7f8","ref":"alpha-color-grey-100"}),
|
|
203
205
|
"alpha-color-surface-lower": Object.freeze({"value":"#fcfcfc","ref":"alpha-color-grey-50"}),
|
|
204
206
|
"alpha-color-surface-normal": Object.freeze({"value":"#ffffff","ref":"alpha-color-white-100"}),
|
|
@@ -177,11 +177,13 @@ export default Object.freeze({
|
|
|
177
177
|
"alpha-color-bg-absolute-black-light-hovered": Object.freeze({"value":"#14141499","ref":null}),
|
|
178
178
|
"alpha-color-bg-absolute-black-lighter-hovered": Object.freeze({"value":"#14141466","ref":null}),
|
|
179
179
|
"alpha-color-bg-absolute-black-lightest-hovered": Object.freeze({"value":"#14141433","ref":null}),
|
|
180
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Object.freeze({"value":"#1414141a","ref":null}),
|
|
180
181
|
"alpha-color-bg-absolute-white-dark-hovered": Object.freeze({"value":"#edededff","ref":null}),
|
|
181
182
|
"alpha-color-bg-absolute-white-normal-hovered": Object.freeze({"value":"#ededede6","ref":null}),
|
|
182
183
|
"alpha-color-bg-absolute-white-light-hovered": Object.freeze({"value":"#ededed99","ref":null}),
|
|
183
184
|
"alpha-color-bg-absolute-white-lighter-hovered": Object.freeze({"value":"#ededed66","ref":null}),
|
|
184
185
|
"alpha-color-bg-absolute-white-lightest-hovered": Object.freeze({"value":"#ededed33","ref":null}),
|
|
186
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Object.freeze({"value":"#ededed1a","ref":null}),
|
|
185
187
|
"alpha-color-surface-lowest-hovered": Object.freeze({"value":"#e5e5e8ff","ref":null}),
|
|
186
188
|
"alpha-color-surface-lower-hovered": Object.freeze({"value":"#eaeaeaff","ref":null}),
|
|
187
189
|
"alpha-color-surface-normal-hovered": Object.freeze({"value":"#edededff","ref":null}),
|
|
@@ -389,8 +389,8 @@ declare const _exports: Readonly<{
|
|
|
389
389
|
ref: "alpha-color-black-20";
|
|
390
390
|
}>;
|
|
391
391
|
"alpha-color-bg-white-white-alpha-transparent": Readonly<{
|
|
392
|
-
value: "#
|
|
393
|
-
ref: "alpha-color-
|
|
392
|
+
value: "#00000000";
|
|
393
|
+
ref: "alpha-color-black-0";
|
|
394
394
|
}>;
|
|
395
395
|
"alpha-color-bg-blue-normal": Readonly<{
|
|
396
396
|
value: "#7d9efa";
|
|
@@ -764,6 +764,10 @@ declare const _exports: Readonly<{
|
|
|
764
764
|
value: "#00000033";
|
|
765
765
|
ref: "alpha-color-black-20";
|
|
766
766
|
}>;
|
|
767
|
+
"alpha-color-bg-absolute-black-transparent": Readonly<{
|
|
768
|
+
value: "#00000000";
|
|
769
|
+
ref: "alpha-color-black-0";
|
|
770
|
+
}>;
|
|
767
771
|
"alpha-color-bg-absolute-white-dark": Readonly<{
|
|
768
772
|
value: "#ffffff";
|
|
769
773
|
ref: "alpha-color-white-100";
|
|
@@ -784,6 +788,10 @@ declare const _exports: Readonly<{
|
|
|
784
788
|
value: "#ffffff33";
|
|
785
789
|
ref: "alpha-color-white-20";
|
|
786
790
|
}>;
|
|
791
|
+
"alpha-color-bg-absolute-white-transparent": Readonly<{
|
|
792
|
+
value: "#ffffff00";
|
|
793
|
+
ref: "alpha-color-white-0";
|
|
794
|
+
}>;
|
|
787
795
|
"alpha-color-surface-lowest": Readonly<{
|
|
788
796
|
value: "#313234";
|
|
789
797
|
ref: "alpha-color-grey-800";
|
|
@@ -333,7 +333,7 @@ declare const _exports: Readonly<{
|
|
|
333
333
|
ref: null;
|
|
334
334
|
}>;
|
|
335
335
|
"alpha-color-bg-white-white-alpha-transparent-hovered": Readonly<{
|
|
336
|
-
value: "#
|
|
336
|
+
value: "#0a0a0a1a";
|
|
337
337
|
ref: null;
|
|
338
338
|
}>;
|
|
339
339
|
"alpha-color-bg-blue-normal-hovered": Readonly<{
|
|
@@ -708,6 +708,10 @@ declare const _exports: Readonly<{
|
|
|
708
708
|
value: "#0a0a0a33";
|
|
709
709
|
ref: null;
|
|
710
710
|
}>;
|
|
711
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Readonly<{
|
|
712
|
+
value: "#0a0a0a1a";
|
|
713
|
+
ref: null;
|
|
714
|
+
}>;
|
|
711
715
|
"alpha-color-bg-absolute-white-dark-hovered": Readonly<{
|
|
712
716
|
value: "#c8c8c8ff";
|
|
713
717
|
ref: null;
|
|
@@ -728,6 +732,10 @@ declare const _exports: Readonly<{
|
|
|
728
732
|
value: "#c8c8c833";
|
|
729
733
|
ref: null;
|
|
730
734
|
}>;
|
|
735
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Readonly<{
|
|
736
|
+
value: "#c8c8c81a";
|
|
737
|
+
ref: null;
|
|
738
|
+
}>;
|
|
731
739
|
"alpha-color-surface-lowest-hovered": Readonly<{
|
|
732
740
|
value: "#3b3c3fff";
|
|
733
741
|
ref: null;
|
|
@@ -390,8 +390,8 @@ export const tokens: Readonly<{
|
|
|
390
390
|
ref: "alpha-color-black-20";
|
|
391
391
|
}>;
|
|
392
392
|
"alpha-color-bg-white-white-alpha-transparent": Readonly<{
|
|
393
|
-
value: "#
|
|
394
|
-
ref: "alpha-color-
|
|
393
|
+
value: "#00000000";
|
|
394
|
+
ref: "alpha-color-black-0";
|
|
395
395
|
}>;
|
|
396
396
|
"alpha-color-bg-blue-normal": Readonly<{
|
|
397
397
|
value: "#7d9efa";
|
|
@@ -765,6 +765,10 @@ export const tokens: Readonly<{
|
|
|
765
765
|
value: "#00000033";
|
|
766
766
|
ref: "alpha-color-black-20";
|
|
767
767
|
}>;
|
|
768
|
+
"alpha-color-bg-absolute-black-transparent": Readonly<{
|
|
769
|
+
value: "#00000000";
|
|
770
|
+
ref: "alpha-color-black-0";
|
|
771
|
+
}>;
|
|
768
772
|
"alpha-color-bg-absolute-white-dark": Readonly<{
|
|
769
773
|
value: "#ffffff";
|
|
770
774
|
ref: "alpha-color-white-100";
|
|
@@ -785,6 +789,10 @@ export const tokens: Readonly<{
|
|
|
785
789
|
value: "#ffffff33";
|
|
786
790
|
ref: "alpha-color-white-20";
|
|
787
791
|
}>;
|
|
792
|
+
"alpha-color-bg-absolute-white-transparent": Readonly<{
|
|
793
|
+
value: "#ffffff00";
|
|
794
|
+
ref: "alpha-color-white-0";
|
|
795
|
+
}>;
|
|
788
796
|
"alpha-color-surface-lowest": Readonly<{
|
|
789
797
|
value: "#313234";
|
|
790
798
|
ref: "alpha-color-grey-800";
|
|
@@ -1326,7 +1334,7 @@ export const tokens: Readonly<{
|
|
|
1326
1334
|
ref: null;
|
|
1327
1335
|
}>;
|
|
1328
1336
|
"alpha-color-bg-white-white-alpha-transparent-hovered": Readonly<{
|
|
1329
|
-
value: "#
|
|
1337
|
+
value: "#0a0a0a1a";
|
|
1330
1338
|
ref: null;
|
|
1331
1339
|
}>;
|
|
1332
1340
|
"alpha-color-bg-blue-normal-hovered": Readonly<{
|
|
@@ -1701,6 +1709,10 @@ export const tokens: Readonly<{
|
|
|
1701
1709
|
value: "#0a0a0a33";
|
|
1702
1710
|
ref: null;
|
|
1703
1711
|
}>;
|
|
1712
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Readonly<{
|
|
1713
|
+
value: "#0a0a0a1a";
|
|
1714
|
+
ref: null;
|
|
1715
|
+
}>;
|
|
1704
1716
|
"alpha-color-bg-absolute-white-dark-hovered": Readonly<{
|
|
1705
1717
|
value: "#c8c8c8ff";
|
|
1706
1718
|
ref: null;
|
|
@@ -1721,6 +1733,10 @@ export const tokens: Readonly<{
|
|
|
1721
1733
|
value: "#c8c8c833";
|
|
1722
1734
|
ref: null;
|
|
1723
1735
|
}>;
|
|
1736
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Readonly<{
|
|
1737
|
+
value: "#c8c8c81a";
|
|
1738
|
+
ref: null;
|
|
1739
|
+
}>;
|
|
1724
1740
|
"alpha-color-surface-lowest-hovered": Readonly<{
|
|
1725
1741
|
value: "#3b3c3fff";
|
|
1726
1742
|
ref: null;
|
|
@@ -4231,6 +4247,10 @@ export const tokens: Readonly<{
|
|
|
4231
4247
|
value: "#00000033";
|
|
4232
4248
|
ref: "alpha-color-black-20";
|
|
4233
4249
|
}>;
|
|
4250
|
+
"alpha-color-bg-absolute-black-transparent": Readonly<{
|
|
4251
|
+
value: "#00000000";
|
|
4252
|
+
ref: "alpha-color-black-0";
|
|
4253
|
+
}>;
|
|
4234
4254
|
"alpha-color-bg-absolute-white-dark": Readonly<{
|
|
4235
4255
|
value: "#ffffff";
|
|
4236
4256
|
ref: "alpha-color-white-100";
|
|
@@ -4251,6 +4271,10 @@ export const tokens: Readonly<{
|
|
|
4251
4271
|
value: "#ffffff33";
|
|
4252
4272
|
ref: "alpha-color-white-20";
|
|
4253
4273
|
}>;
|
|
4274
|
+
"alpha-color-bg-absolute-white-transparent": Readonly<{
|
|
4275
|
+
value: "#ffffff00";
|
|
4276
|
+
ref: "alpha-color-white-0";
|
|
4277
|
+
}>;
|
|
4254
4278
|
"alpha-color-surface-lowest": Readonly<{
|
|
4255
4279
|
value: "#f7f7f8";
|
|
4256
4280
|
ref: "alpha-color-grey-100";
|
|
@@ -5167,6 +5191,10 @@ export const tokens: Readonly<{
|
|
|
5167
5191
|
value: "#14141433";
|
|
5168
5192
|
ref: null;
|
|
5169
5193
|
}>;
|
|
5194
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Readonly<{
|
|
5195
|
+
value: "#1414141a";
|
|
5196
|
+
ref: null;
|
|
5197
|
+
}>;
|
|
5170
5198
|
"alpha-color-bg-absolute-white-dark-hovered": Readonly<{
|
|
5171
5199
|
value: "#edededff";
|
|
5172
5200
|
ref: null;
|
|
@@ -5187,6 +5215,10 @@ export const tokens: Readonly<{
|
|
|
5187
5215
|
value: "#ededed33";
|
|
5188
5216
|
ref: null;
|
|
5189
5217
|
}>;
|
|
5218
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Readonly<{
|
|
5219
|
+
value: "#ededed1a";
|
|
5220
|
+
ref: null;
|
|
5221
|
+
}>;
|
|
5190
5222
|
"alpha-color-surface-lowest-hovered": Readonly<{
|
|
5191
5223
|
value: "#e5e5e8ff";
|
|
5192
5224
|
ref: null;
|
|
@@ -764,6 +764,10 @@ declare const _exports: Readonly<{
|
|
|
764
764
|
value: "#00000033";
|
|
765
765
|
ref: "alpha-color-black-20";
|
|
766
766
|
}>;
|
|
767
|
+
"alpha-color-bg-absolute-black-transparent": Readonly<{
|
|
768
|
+
value: "#00000000";
|
|
769
|
+
ref: "alpha-color-black-0";
|
|
770
|
+
}>;
|
|
767
771
|
"alpha-color-bg-absolute-white-dark": Readonly<{
|
|
768
772
|
value: "#ffffff";
|
|
769
773
|
ref: "alpha-color-white-100";
|
|
@@ -784,6 +788,10 @@ declare const _exports: Readonly<{
|
|
|
784
788
|
value: "#ffffff33";
|
|
785
789
|
ref: "alpha-color-white-20";
|
|
786
790
|
}>;
|
|
791
|
+
"alpha-color-bg-absolute-white-transparent": Readonly<{
|
|
792
|
+
value: "#ffffff00";
|
|
793
|
+
ref: "alpha-color-white-0";
|
|
794
|
+
}>;
|
|
787
795
|
"alpha-color-surface-lowest": Readonly<{
|
|
788
796
|
value: "#f7f7f8";
|
|
789
797
|
ref: "alpha-color-grey-100";
|
|
@@ -708,6 +708,10 @@ declare const _exports: Readonly<{
|
|
|
708
708
|
value: "#14141433";
|
|
709
709
|
ref: null;
|
|
710
710
|
}>;
|
|
711
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Readonly<{
|
|
712
|
+
value: "#1414141a";
|
|
713
|
+
ref: null;
|
|
714
|
+
}>;
|
|
711
715
|
"alpha-color-bg-absolute-white-dark-hovered": Readonly<{
|
|
712
716
|
value: "#edededff";
|
|
713
717
|
ref: null;
|
|
@@ -728,6 +732,10 @@ declare const _exports: Readonly<{
|
|
|
728
732
|
value: "#ededed33";
|
|
729
733
|
ref: null;
|
|
730
734
|
}>;
|
|
735
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Readonly<{
|
|
736
|
+
value: "#ededed1a";
|
|
737
|
+
ref: null;
|
|
738
|
+
}>;
|
|
731
739
|
"alpha-color-surface-lowest-hovered": Readonly<{
|
|
732
740
|
value: "#e5e5e8ff";
|
|
733
741
|
ref: null;
|
|
@@ -389,8 +389,8 @@ declare const _default: Readonly<{
|
|
|
389
389
|
ref: "alpha-color-black-20";
|
|
390
390
|
}>;
|
|
391
391
|
"alpha-color-bg-white-white-alpha-transparent": Readonly<{
|
|
392
|
-
value: "#
|
|
393
|
-
ref: "alpha-color-
|
|
392
|
+
value: "#00000000";
|
|
393
|
+
ref: "alpha-color-black-0";
|
|
394
394
|
}>;
|
|
395
395
|
"alpha-color-bg-blue-normal": Readonly<{
|
|
396
396
|
value: "#7d9efa";
|
|
@@ -764,6 +764,10 @@ declare const _default: Readonly<{
|
|
|
764
764
|
value: "#00000033";
|
|
765
765
|
ref: "alpha-color-black-20";
|
|
766
766
|
}>;
|
|
767
|
+
"alpha-color-bg-absolute-black-transparent": Readonly<{
|
|
768
|
+
value: "#00000000";
|
|
769
|
+
ref: "alpha-color-black-0";
|
|
770
|
+
}>;
|
|
767
771
|
"alpha-color-bg-absolute-white-dark": Readonly<{
|
|
768
772
|
value: "#ffffff";
|
|
769
773
|
ref: "alpha-color-white-100";
|
|
@@ -784,6 +788,10 @@ declare const _default: Readonly<{
|
|
|
784
788
|
value: "#ffffff33";
|
|
785
789
|
ref: "alpha-color-white-20";
|
|
786
790
|
}>;
|
|
791
|
+
"alpha-color-bg-absolute-white-transparent": Readonly<{
|
|
792
|
+
value: "#ffffff00";
|
|
793
|
+
ref: "alpha-color-white-0";
|
|
794
|
+
}>;
|
|
787
795
|
"alpha-color-surface-lowest": Readonly<{
|
|
788
796
|
value: "#313234";
|
|
789
797
|
ref: "alpha-color-grey-800";
|
|
@@ -333,7 +333,7 @@ declare const _default: Readonly<{
|
|
|
333
333
|
ref: null;
|
|
334
334
|
}>;
|
|
335
335
|
"alpha-color-bg-white-white-alpha-transparent-hovered": Readonly<{
|
|
336
|
-
value: "#
|
|
336
|
+
value: "#0a0a0a1a";
|
|
337
337
|
ref: null;
|
|
338
338
|
}>;
|
|
339
339
|
"alpha-color-bg-blue-normal-hovered": Readonly<{
|
|
@@ -708,6 +708,10 @@ declare const _default: Readonly<{
|
|
|
708
708
|
value: "#0a0a0a33";
|
|
709
709
|
ref: null;
|
|
710
710
|
}>;
|
|
711
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Readonly<{
|
|
712
|
+
value: "#0a0a0a1a";
|
|
713
|
+
ref: null;
|
|
714
|
+
}>;
|
|
711
715
|
"alpha-color-bg-absolute-white-dark-hovered": Readonly<{
|
|
712
716
|
value: "#c8c8c8ff";
|
|
713
717
|
ref: null;
|
|
@@ -728,6 +732,10 @@ declare const _default: Readonly<{
|
|
|
728
732
|
value: "#c8c8c833";
|
|
729
733
|
ref: null;
|
|
730
734
|
}>;
|
|
735
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Readonly<{
|
|
736
|
+
value: "#c8c8c81a";
|
|
737
|
+
ref: null;
|
|
738
|
+
}>;
|
|
731
739
|
"alpha-color-surface-lowest-hovered": Readonly<{
|
|
732
740
|
value: "#3b3c3fff";
|
|
733
741
|
ref: null;
|
|
@@ -390,8 +390,8 @@ export const tokens: Readonly<{
|
|
|
390
390
|
ref: "alpha-color-black-20";
|
|
391
391
|
}>;
|
|
392
392
|
"alpha-color-bg-white-white-alpha-transparent": Readonly<{
|
|
393
|
-
value: "#
|
|
394
|
-
ref: "alpha-color-
|
|
393
|
+
value: "#00000000";
|
|
394
|
+
ref: "alpha-color-black-0";
|
|
395
395
|
}>;
|
|
396
396
|
"alpha-color-bg-blue-normal": Readonly<{
|
|
397
397
|
value: "#7d9efa";
|
|
@@ -765,6 +765,10 @@ export const tokens: Readonly<{
|
|
|
765
765
|
value: "#00000033";
|
|
766
766
|
ref: "alpha-color-black-20";
|
|
767
767
|
}>;
|
|
768
|
+
"alpha-color-bg-absolute-black-transparent": Readonly<{
|
|
769
|
+
value: "#00000000";
|
|
770
|
+
ref: "alpha-color-black-0";
|
|
771
|
+
}>;
|
|
768
772
|
"alpha-color-bg-absolute-white-dark": Readonly<{
|
|
769
773
|
value: "#ffffff";
|
|
770
774
|
ref: "alpha-color-white-100";
|
|
@@ -785,6 +789,10 @@ export const tokens: Readonly<{
|
|
|
785
789
|
value: "#ffffff33";
|
|
786
790
|
ref: "alpha-color-white-20";
|
|
787
791
|
}>;
|
|
792
|
+
"alpha-color-bg-absolute-white-transparent": Readonly<{
|
|
793
|
+
value: "#ffffff00";
|
|
794
|
+
ref: "alpha-color-white-0";
|
|
795
|
+
}>;
|
|
788
796
|
"alpha-color-surface-lowest": Readonly<{
|
|
789
797
|
value: "#313234";
|
|
790
798
|
ref: "alpha-color-grey-800";
|
|
@@ -1326,7 +1334,7 @@ export const tokens: Readonly<{
|
|
|
1326
1334
|
ref: null;
|
|
1327
1335
|
}>;
|
|
1328
1336
|
"alpha-color-bg-white-white-alpha-transparent-hovered": Readonly<{
|
|
1329
|
-
value: "#
|
|
1337
|
+
value: "#0a0a0a1a";
|
|
1330
1338
|
ref: null;
|
|
1331
1339
|
}>;
|
|
1332
1340
|
"alpha-color-bg-blue-normal-hovered": Readonly<{
|
|
@@ -1701,6 +1709,10 @@ export const tokens: Readonly<{
|
|
|
1701
1709
|
value: "#0a0a0a33";
|
|
1702
1710
|
ref: null;
|
|
1703
1711
|
}>;
|
|
1712
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Readonly<{
|
|
1713
|
+
value: "#0a0a0a1a";
|
|
1714
|
+
ref: null;
|
|
1715
|
+
}>;
|
|
1704
1716
|
"alpha-color-bg-absolute-white-dark-hovered": Readonly<{
|
|
1705
1717
|
value: "#c8c8c8ff";
|
|
1706
1718
|
ref: null;
|
|
@@ -1721,6 +1733,10 @@ export const tokens: Readonly<{
|
|
|
1721
1733
|
value: "#c8c8c833";
|
|
1722
1734
|
ref: null;
|
|
1723
1735
|
}>;
|
|
1736
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Readonly<{
|
|
1737
|
+
value: "#c8c8c81a";
|
|
1738
|
+
ref: null;
|
|
1739
|
+
}>;
|
|
1724
1740
|
"alpha-color-surface-lowest-hovered": Readonly<{
|
|
1725
1741
|
value: "#3b3c3fff";
|
|
1726
1742
|
ref: null;
|
|
@@ -4231,6 +4247,10 @@ export const tokens: Readonly<{
|
|
|
4231
4247
|
value: "#00000033";
|
|
4232
4248
|
ref: "alpha-color-black-20";
|
|
4233
4249
|
}>;
|
|
4250
|
+
"alpha-color-bg-absolute-black-transparent": Readonly<{
|
|
4251
|
+
value: "#00000000";
|
|
4252
|
+
ref: "alpha-color-black-0";
|
|
4253
|
+
}>;
|
|
4234
4254
|
"alpha-color-bg-absolute-white-dark": Readonly<{
|
|
4235
4255
|
value: "#ffffff";
|
|
4236
4256
|
ref: "alpha-color-white-100";
|
|
@@ -4251,6 +4271,10 @@ export const tokens: Readonly<{
|
|
|
4251
4271
|
value: "#ffffff33";
|
|
4252
4272
|
ref: "alpha-color-white-20";
|
|
4253
4273
|
}>;
|
|
4274
|
+
"alpha-color-bg-absolute-white-transparent": Readonly<{
|
|
4275
|
+
value: "#ffffff00";
|
|
4276
|
+
ref: "alpha-color-white-0";
|
|
4277
|
+
}>;
|
|
4254
4278
|
"alpha-color-surface-lowest": Readonly<{
|
|
4255
4279
|
value: "#f7f7f8";
|
|
4256
4280
|
ref: "alpha-color-grey-100";
|
|
@@ -5167,6 +5191,10 @@ export const tokens: Readonly<{
|
|
|
5167
5191
|
value: "#14141433";
|
|
5168
5192
|
ref: null;
|
|
5169
5193
|
}>;
|
|
5194
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Readonly<{
|
|
5195
|
+
value: "#1414141a";
|
|
5196
|
+
ref: null;
|
|
5197
|
+
}>;
|
|
5170
5198
|
"alpha-color-bg-absolute-white-dark-hovered": Readonly<{
|
|
5171
5199
|
value: "#edededff";
|
|
5172
5200
|
ref: null;
|
|
@@ -5187,6 +5215,10 @@ export const tokens: Readonly<{
|
|
|
5187
5215
|
value: "#ededed33";
|
|
5188
5216
|
ref: null;
|
|
5189
5217
|
}>;
|
|
5218
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Readonly<{
|
|
5219
|
+
value: "#ededed1a";
|
|
5220
|
+
ref: null;
|
|
5221
|
+
}>;
|
|
5190
5222
|
"alpha-color-surface-lowest-hovered": Readonly<{
|
|
5191
5223
|
value: "#e5e5e8ff";
|
|
5192
5224
|
ref: null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../alpha/esm/index.mjs"],"names":[],"mappings":"AAKA
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../alpha/esm/index.mjs"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAMG"}
|
|
@@ -764,6 +764,10 @@ declare const _default: Readonly<{
|
|
|
764
764
|
value: "#00000033";
|
|
765
765
|
ref: "alpha-color-black-20";
|
|
766
766
|
}>;
|
|
767
|
+
"alpha-color-bg-absolute-black-transparent": Readonly<{
|
|
768
|
+
value: "#00000000";
|
|
769
|
+
ref: "alpha-color-black-0";
|
|
770
|
+
}>;
|
|
767
771
|
"alpha-color-bg-absolute-white-dark": Readonly<{
|
|
768
772
|
value: "#ffffff";
|
|
769
773
|
ref: "alpha-color-white-100";
|
|
@@ -784,6 +788,10 @@ declare const _default: Readonly<{
|
|
|
784
788
|
value: "#ffffff33";
|
|
785
789
|
ref: "alpha-color-white-20";
|
|
786
790
|
}>;
|
|
791
|
+
"alpha-color-bg-absolute-white-transparent": Readonly<{
|
|
792
|
+
value: "#ffffff00";
|
|
793
|
+
ref: "alpha-color-white-0";
|
|
794
|
+
}>;
|
|
787
795
|
"alpha-color-surface-lowest": Readonly<{
|
|
788
796
|
value: "#f7f7f8";
|
|
789
797
|
ref: "alpha-color-grey-100";
|
|
@@ -708,6 +708,10 @@ declare const _default: Readonly<{
|
|
|
708
708
|
value: "#14141433";
|
|
709
709
|
ref: null;
|
|
710
710
|
}>;
|
|
711
|
+
"alpha-color-bg-absolute-black-transparent-hovered": Readonly<{
|
|
712
|
+
value: "#1414141a";
|
|
713
|
+
ref: null;
|
|
714
|
+
}>;
|
|
711
715
|
"alpha-color-bg-absolute-white-dark-hovered": Readonly<{
|
|
712
716
|
value: "#edededff";
|
|
713
717
|
ref: null;
|
|
@@ -728,6 +732,10 @@ declare const _default: Readonly<{
|
|
|
728
732
|
value: "#ededed33";
|
|
729
733
|
ref: null;
|
|
730
734
|
}>;
|
|
735
|
+
"alpha-color-bg-absolute-white-transparent-hovered": Readonly<{
|
|
736
|
+
value: "#ededed1a";
|
|
737
|
+
ref: null;
|
|
738
|
+
}>;
|
|
731
739
|
"alpha-color-surface-lowest-hovered": Readonly<{
|
|
732
740
|
value: "#e5e5e8ff";
|
|
733
741
|
ref: null;
|