@vellira-ui/tokens 2.23.0 → 2.25.0
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/css/tokens.css +174 -123
- package/dist/dark/components/button.d.ts +5 -5
- package/dist/dark/components/button.js +4 -4
- package/dist/dark/components/checkbox.d.ts +6 -6
- package/dist/dark/components/dropdown.d.ts +6 -6
- package/dist/dark/components/formField.d.ts +3 -3
- package/dist/dark/components/input.d.ts +8 -7
- package/dist/dark/components/input.d.ts.map +1 -1
- package/dist/dark/components/input.js +2 -1
- package/dist/dark/components/menu.d.ts +3 -3
- package/dist/dark/components/modal.d.ts +3 -3
- package/dist/dark/components/radio.d.ts +21 -5
- package/dist/dark/components/radio.d.ts.map +1 -1
- package/dist/dark/components/radio.js +20 -4
- package/dist/dark/components/select.d.ts +6 -6
- package/dist/dark/components/select.js +4 -4
- package/dist/dark/components/tabs.d.ts +3 -3
- package/dist/dark/components/tooltip.d.ts +1 -1
- package/dist/dark/semantic/border.d.ts +2 -1
- package/dist/dark/semantic/border.d.ts.map +1 -1
- package/dist/dark/semantic/border.js +2 -1
- package/dist/dark/semantic/control.d.ts +7 -2
- package/dist/dark/semantic/control.d.ts.map +1 -1
- package/dist/dark/semantic/control.js +7 -2
- package/dist/dark/semantic/status.d.ts +1 -1
- package/dist/dark/semantic/status.js +1 -1
- package/dist/dark/semantic/surface.d.ts +2 -1
- package/dist/dark/semantic/surface.d.ts.map +1 -1
- package/dist/dark/semantic/surface.js +2 -1
- package/dist/dark/semantic/text.d.ts +1 -1
- package/dist/dark/semantic/text.js +1 -1
- package/dist/dark/theme.d.ts +7 -4
- package/dist/dark/theme.d.ts.map +1 -1
- package/dist/generated/token-types.d.ts +8 -8
- package/dist/generated/token-types.d.ts.map +1 -1
- package/dist/generated/token-types.js +72 -0
- package/dist/highContrast/components/button.d.ts +4 -4
- package/dist/highContrast/components/button.d.ts.map +1 -1
- package/dist/highContrast/components/button.js +4 -5
- package/dist/highContrast/components/checkbox.d.ts +6 -6
- package/dist/highContrast/components/formField.d.ts +1 -1
- package/dist/highContrast/components/formField.js +1 -1
- package/dist/highContrast/components/input.d.ts +3 -2
- package/dist/highContrast/components/input.d.ts.map +1 -1
- package/dist/highContrast/components/input.js +1 -0
- package/dist/highContrast/components/radio.d.ts +24 -8
- package/dist/highContrast/components/radio.d.ts.map +1 -1
- package/dist/highContrast/components/radio.js +23 -7
- package/dist/highContrast/components/select.d.ts +3 -3
- package/dist/highContrast/components/select.js +1 -1
- package/dist/highContrast/components/tabs.d.ts +1 -1
- package/dist/highContrast/components/tooltip.d.ts +1 -1
- package/dist/highContrast/semantic/action.d.ts +1 -1
- package/dist/highContrast/semantic/action.js +7 -7
- package/dist/highContrast/semantic/control.d.ts +11 -6
- package/dist/highContrast/semantic/control.d.ts.map +1 -1
- package/dist/highContrast/semantic/control.js +9 -4
- package/dist/highContrast/semantic/navigation.d.ts +1 -1
- package/dist/highContrast/semantic/status.d.ts +2 -2
- package/dist/highContrast/semantic/status.js +2 -2
- package/dist/highContrast/semantic/surface.d.ts +2 -1
- package/dist/highContrast/semantic/surface.d.ts.map +1 -1
- package/dist/highContrast/semantic/surface.js +2 -1
- package/dist/highContrast/semantic/text.d.ts +2 -1
- package/dist/highContrast/semantic/text.d.ts.map +1 -1
- package/dist/highContrast/semantic/text.js +3 -3
- package/dist/highContrast/theme.d.ts +7 -4
- package/dist/highContrast/theme.d.ts.map +1 -1
- package/dist/index.d.ts +6 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/light/components/checkbox.d.ts +5 -5
- package/dist/light/components/input.d.ts +2 -1
- package/dist/light/components/input.d.ts.map +1 -1
- package/dist/light/components/input.js +2 -1
- package/dist/light/components/radio.d.ts +20 -4
- package/dist/light/components/radio.d.ts.map +1 -1
- package/dist/light/components/radio.js +17 -1
- package/dist/light/components/select.d.ts +5 -5
- package/dist/light/components/select.js +3 -3
- package/dist/light/components/tabs.d.ts +1 -1
- package/dist/light/components/tooltip.d.ts +1 -1
- package/dist/light/semantic/action.js +17 -17
- package/dist/light/semantic/control.d.ts +11 -6
- package/dist/light/semantic/control.d.ts.map +1 -1
- package/dist/light/semantic/control.js +10 -5
- package/dist/light/semantic/status.d.ts +1 -1
- package/dist/light/semantic/status.js +1 -1
- package/dist/light/semantic/text.d.ts +2 -2
- package/dist/light/semantic/text.js +2 -2
- package/dist/light/theme.d.ts +7 -4
- package/dist/light/theme.d.ts.map +1 -1
- package/dist/primitives/colors.d.ts +1 -0
- package/dist/primitives/colors.d.ts.map +1 -1
- package/dist/primitives/colors.js +1 -0
- package/dist/tokens/typography.d.ts +6 -4
- package/dist/tokens/typography.d.ts.map +1 -1
- package/dist/tokens/typography.js +6 -4
- package/package.json +1 -1
|
@@ -77,7 +77,7 @@ export declare const button: {
|
|
|
77
77
|
readonly bg: string;
|
|
78
78
|
};
|
|
79
79
|
readonly hover: {
|
|
80
|
-
readonly bg: "#
|
|
80
|
+
readonly bg: "#3D3754";
|
|
81
81
|
readonly fg: "#3ED5EE";
|
|
82
82
|
readonly border: "#3ED5EE";
|
|
83
83
|
};
|
|
@@ -94,7 +94,7 @@ export declare const button: {
|
|
|
94
94
|
readonly bg: string;
|
|
95
95
|
};
|
|
96
96
|
readonly hover: {
|
|
97
|
-
readonly bg: "#
|
|
97
|
+
readonly bg: "#3D3754";
|
|
98
98
|
readonly fg: "#B4F4FD";
|
|
99
99
|
readonly border: "transparent";
|
|
100
100
|
};
|
|
@@ -212,9 +212,9 @@ export declare const button: {
|
|
|
212
212
|
};
|
|
213
213
|
};
|
|
214
214
|
readonly disabled: {
|
|
215
|
-
readonly bg: "#
|
|
216
|
-
readonly fg: "#
|
|
217
|
-
readonly border: "#
|
|
215
|
+
readonly bg: "#2F2A42";
|
|
216
|
+
readonly fg: "#6B6386";
|
|
217
|
+
readonly border: "#4F4867";
|
|
218
218
|
};
|
|
219
219
|
};
|
|
220
220
|
//# sourceMappingURL=button.d.ts.map
|
|
@@ -61,7 +61,7 @@ export const button = {
|
|
|
61
61
|
border: action.secondary.muted.border,
|
|
62
62
|
},
|
|
63
63
|
hover: {
|
|
64
|
-
bg: surface.
|
|
64
|
+
bg: surface.elevated,
|
|
65
65
|
fg: action.secondary.hover.bg,
|
|
66
66
|
border: action.secondary.hover.border,
|
|
67
67
|
},
|
|
@@ -78,7 +78,7 @@ export const button = {
|
|
|
78
78
|
border: 'transparent',
|
|
79
79
|
},
|
|
80
80
|
hover: {
|
|
81
|
-
bg: surface.
|
|
81
|
+
bg: surface.elevated,
|
|
82
82
|
fg: action.secondary.subtle.bg,
|
|
83
83
|
border: 'transparent',
|
|
84
84
|
},
|
|
@@ -172,8 +172,8 @@ export const button = {
|
|
|
172
172
|
},
|
|
173
173
|
},
|
|
174
174
|
disabled: {
|
|
175
|
-
bg: surface.
|
|
175
|
+
bg: surface.disabled,
|
|
176
176
|
fg: text.disabled,
|
|
177
|
-
border: border.
|
|
177
|
+
border: border.disabled,
|
|
178
178
|
},
|
|
179
179
|
};
|
|
@@ -2,7 +2,7 @@ export declare const checkbox: {
|
|
|
2
2
|
readonly default: {
|
|
3
3
|
readonly bg: "#3D3754";
|
|
4
4
|
readonly fg: "#FFFFFF";
|
|
5
|
-
readonly border: "#
|
|
5
|
+
readonly border: "#958CB0";
|
|
6
6
|
};
|
|
7
7
|
readonly hover: {
|
|
8
8
|
readonly fg: "#FFFFFF";
|
|
@@ -11,9 +11,9 @@ export declare const checkbox: {
|
|
|
11
11
|
};
|
|
12
12
|
readonly checked: {
|
|
13
13
|
readonly default: {
|
|
14
|
-
readonly bg: "#
|
|
14
|
+
readonly bg: "#9B7CFF";
|
|
15
15
|
readonly fg: "#FFFFFF";
|
|
16
|
-
readonly border: "#
|
|
16
|
+
readonly border: "#9B7CFF";
|
|
17
17
|
};
|
|
18
18
|
readonly hover: {
|
|
19
19
|
readonly bg: "#5037C8";
|
|
@@ -30,9 +30,9 @@ export declare const checkbox: {
|
|
|
30
30
|
readonly ring: "#B8A8FF";
|
|
31
31
|
};
|
|
32
32
|
readonly disabled: {
|
|
33
|
-
readonly bg: "#
|
|
34
|
-
readonly fg: "#
|
|
35
|
-
readonly border: "#
|
|
33
|
+
readonly bg: "#242034";
|
|
34
|
+
readonly fg: "#6B6386";
|
|
35
|
+
readonly border: "#958CB0";
|
|
36
36
|
};
|
|
37
37
|
readonly error: {
|
|
38
38
|
readonly fg: "#FB7185";
|
|
@@ -18,15 +18,15 @@ export declare const dropdown: {
|
|
|
18
18
|
readonly ring: "#B8A8FF";
|
|
19
19
|
};
|
|
20
20
|
readonly disabled: {
|
|
21
|
-
readonly bg: "#
|
|
22
|
-
readonly fg: "#
|
|
23
|
-
readonly border: "#
|
|
21
|
+
readonly bg: "#242034";
|
|
22
|
+
readonly fg: "#6B6386";
|
|
23
|
+
readonly border: "#958CB0";
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
readonly content: {
|
|
27
27
|
readonly bg: "#3D3754";
|
|
28
28
|
readonly fg: "#F4F1FB";
|
|
29
|
-
readonly border: "#
|
|
29
|
+
readonly border: "#958CB0";
|
|
30
30
|
};
|
|
31
31
|
readonly item: {
|
|
32
32
|
readonly default: {
|
|
@@ -47,7 +47,7 @@ export declare const dropdown: {
|
|
|
47
47
|
};
|
|
48
48
|
readonly disabled: {
|
|
49
49
|
readonly bg: "transparent";
|
|
50
|
-
readonly fg: "#
|
|
50
|
+
readonly fg: "#6B6386";
|
|
51
51
|
};
|
|
52
52
|
readonly danger: {
|
|
53
53
|
readonly default: {
|
|
@@ -58,7 +58,7 @@ export declare const dropdown: {
|
|
|
58
58
|
readonly fg: "#FB7185";
|
|
59
59
|
};
|
|
60
60
|
readonly active: {
|
|
61
|
-
readonly bg: "#
|
|
61
|
+
readonly bg: "#F43F5E";
|
|
62
62
|
readonly fg: "#FB7185";
|
|
63
63
|
readonly ring: "transparent";
|
|
64
64
|
};
|
|
@@ -26,9 +26,9 @@ export declare const formField: {
|
|
|
26
26
|
readonly fg: "#FB7185";
|
|
27
27
|
};
|
|
28
28
|
readonly disabled: {
|
|
29
|
-
readonly labelFg: "#
|
|
30
|
-
readonly descriptionFg: "#
|
|
31
|
-
readonly helperTextFg: "#
|
|
29
|
+
readonly labelFg: "#6B6386";
|
|
30
|
+
readonly descriptionFg: "#6B6386";
|
|
31
|
+
readonly helperTextFg: "#6B6386";
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=formField.d.ts.map
|
|
@@ -2,7 +2,7 @@ export declare const input: {
|
|
|
2
2
|
readonly default: {
|
|
3
3
|
readonly bg: "transparent";
|
|
4
4
|
readonly fg: "#F4F1FB";
|
|
5
|
-
readonly border: "#
|
|
5
|
+
readonly border: "#958CB0";
|
|
6
6
|
readonly placeholder: "#BBB2D2";
|
|
7
7
|
readonly icon: "#9B7CFF";
|
|
8
8
|
};
|
|
@@ -23,13 +23,13 @@ export declare const input: {
|
|
|
23
23
|
};
|
|
24
24
|
readonly disabled: {
|
|
25
25
|
readonly bg: "#3D3754";
|
|
26
|
-
readonly fg: "#
|
|
27
|
-
readonly border: "#
|
|
28
|
-
readonly placeholder: "#
|
|
26
|
+
readonly fg: "#6B6386";
|
|
27
|
+
readonly border: "#958CB0";
|
|
28
|
+
readonly placeholder: "#6B6386";
|
|
29
29
|
readonly icon: "#D1D5DB";
|
|
30
30
|
};
|
|
31
31
|
readonly error: {
|
|
32
|
-
readonly border: "#
|
|
32
|
+
readonly border: "#F43F5E";
|
|
33
33
|
readonly ring: "#FB7185";
|
|
34
34
|
};
|
|
35
35
|
readonly success: {
|
|
@@ -37,9 +37,9 @@ export declare const input: {
|
|
|
37
37
|
readonly ring: "#34D399";
|
|
38
38
|
};
|
|
39
39
|
readonly readOnly: {
|
|
40
|
-
readonly bg: "#
|
|
40
|
+
readonly bg: "#242034";
|
|
41
41
|
readonly fg: "#BBB2D2";
|
|
42
|
-
readonly border: "#
|
|
42
|
+
readonly border: "#958CB0";
|
|
43
43
|
readonly placeholder: "#6B6386";
|
|
44
44
|
readonly icon: "#9CA3AF";
|
|
45
45
|
};
|
|
@@ -51,6 +51,7 @@ export declare const input: {
|
|
|
51
51
|
readonly danger: "#F43F5E";
|
|
52
52
|
readonly muted: "#9CA3AF";
|
|
53
53
|
readonly inverse: "#1A1A1A";
|
|
54
|
+
readonly brand: "#9B7CFF";
|
|
54
55
|
};
|
|
55
56
|
readonly clearButton: {
|
|
56
57
|
readonly fg: "#FB7185";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/dark/components/input.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/dark/components/input.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsER,CAAC"}
|
|
@@ -8,7 +8,7 @@ export const input = {
|
|
|
8
8
|
default: {
|
|
9
9
|
bg: 'transparent',
|
|
10
10
|
fg: text.primary,
|
|
11
|
-
border: border.
|
|
11
|
+
border: border.default,
|
|
12
12
|
placeholder: text.secondary,
|
|
13
13
|
icon: icons.brand,
|
|
14
14
|
},
|
|
@@ -57,6 +57,7 @@ export const input = {
|
|
|
57
57
|
danger: icons.danger,
|
|
58
58
|
muted: icons.muted,
|
|
59
59
|
inverse: icons.inverse,
|
|
60
|
+
brand: icons.brand,
|
|
60
61
|
},
|
|
61
62
|
clearButton: {
|
|
62
63
|
fg: status.error.fg,
|
|
@@ -16,8 +16,8 @@ export declare const menu: {
|
|
|
16
16
|
readonly ring: "transparent";
|
|
17
17
|
};
|
|
18
18
|
readonly disabled: {
|
|
19
|
-
readonly bg: "#
|
|
20
|
-
readonly fg: "#
|
|
19
|
+
readonly bg: "#242034";
|
|
20
|
+
readonly fg: "#6B6386";
|
|
21
21
|
};
|
|
22
22
|
readonly danger: {
|
|
23
23
|
readonly default: {
|
|
@@ -28,7 +28,7 @@ export declare const menu: {
|
|
|
28
28
|
readonly fg: "#FB7185";
|
|
29
29
|
};
|
|
30
30
|
readonly active: {
|
|
31
|
-
readonly bg: "#
|
|
31
|
+
readonly bg: "#F43F5E";
|
|
32
32
|
readonly fg: "#FB7185";
|
|
33
33
|
};
|
|
34
34
|
};
|
|
@@ -5,7 +5,7 @@ export declare const modal: {
|
|
|
5
5
|
readonly content: {
|
|
6
6
|
readonly bg: "#3D3754";
|
|
7
7
|
readonly fg: "#F4F1FB";
|
|
8
|
-
readonly border: "#
|
|
8
|
+
readonly border: "#958CB0";
|
|
9
9
|
};
|
|
10
10
|
readonly title: {
|
|
11
11
|
readonly fg: "#F4F1FB";
|
|
@@ -19,12 +19,12 @@ export declare const modal: {
|
|
|
19
19
|
readonly fg: "#BBB2D2";
|
|
20
20
|
};
|
|
21
21
|
readonly hover: {
|
|
22
|
-
readonly bg: "#
|
|
22
|
+
readonly bg: "#242034";
|
|
23
23
|
readonly fg: "#F4F1FB";
|
|
24
24
|
};
|
|
25
25
|
readonly disabled: {
|
|
26
26
|
readonly bg: "transparent";
|
|
27
|
-
readonly fg: "#
|
|
27
|
+
readonly fg: "#6B6386";
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
};
|
|
@@ -2,18 +2,23 @@ export declare const radio: {
|
|
|
2
2
|
readonly default: {
|
|
3
3
|
readonly bg: "#3D3754";
|
|
4
4
|
readonly fg: "#F4F1FB";
|
|
5
|
-
readonly border: "#
|
|
5
|
+
readonly border: "#958CB0";
|
|
6
6
|
};
|
|
7
7
|
readonly hover: {
|
|
8
8
|
readonly bg: "#3D3754";
|
|
9
9
|
readonly fg: "#B8A8FF";
|
|
10
10
|
readonly border: "#B8A8FF";
|
|
11
11
|
};
|
|
12
|
+
readonly pressed: {
|
|
13
|
+
readonly bg: "#E9E6FF";
|
|
14
|
+
readonly fg: "#342580";
|
|
15
|
+
readonly border: "#402C9F";
|
|
16
|
+
};
|
|
12
17
|
readonly checked: {
|
|
13
18
|
readonly default: {
|
|
14
19
|
readonly fg: "#B8A8FF";
|
|
15
|
-
readonly bg: "#
|
|
16
|
-
readonly border: "#
|
|
20
|
+
readonly bg: "#9B7CFF";
|
|
21
|
+
readonly border: "#9B7CFF";
|
|
17
22
|
};
|
|
18
23
|
readonly hover: {
|
|
19
24
|
readonly fg: "#B8A8FF";
|
|
@@ -21,17 +26,28 @@ export declare const radio: {
|
|
|
21
26
|
readonly border: "#5037C8";
|
|
22
27
|
};
|
|
23
28
|
readonly pressed: {
|
|
29
|
+
readonly fg: "#B8A8FF";
|
|
24
30
|
readonly bg: "#402C9F";
|
|
25
|
-
readonly fg: "#FFFFFF";
|
|
26
31
|
readonly border: "#402C9F";
|
|
27
32
|
};
|
|
33
|
+
readonly disabled: {
|
|
34
|
+
readonly bg: "#2F2A42";
|
|
35
|
+
readonly fg: "#6B6386";
|
|
36
|
+
readonly border: "#4F4867";
|
|
37
|
+
};
|
|
28
38
|
};
|
|
29
39
|
readonly focus: {
|
|
30
40
|
readonly ring: "#B8A8FF";
|
|
41
|
+
readonly border: "#B8A8FF";
|
|
42
|
+
};
|
|
43
|
+
readonly invalid: {
|
|
44
|
+
readonly bg: "#181521";
|
|
45
|
+
readonly fg: "#FFFFFF";
|
|
46
|
+
readonly border: "#F43F5E";
|
|
31
47
|
};
|
|
32
48
|
readonly disabled: {
|
|
33
49
|
readonly bg: "#2F2A42";
|
|
34
|
-
readonly fg: "#
|
|
50
|
+
readonly fg: "#6B6386";
|
|
35
51
|
readonly border: "#4F4867";
|
|
36
52
|
};
|
|
37
53
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../src/dark/components/radio.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../src/dark/components/radio.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDR,CAAC"}
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import { border } from '../semantic/border.js';
|
|
2
2
|
import { control } from '../semantic/control.js';
|
|
3
3
|
import { focus } from '../semantic/focus.js';
|
|
4
|
+
import { status } from '../semantic/status.js';
|
|
4
5
|
import { surface } from '../semantic/surface.js';
|
|
5
6
|
import { text } from '../semantic/text.js';
|
|
6
7
|
export const radio = {
|
|
7
8
|
default: {
|
|
8
9
|
bg: surface.elevated,
|
|
9
10
|
fg: text.primary,
|
|
10
|
-
border: border.
|
|
11
|
+
border: border.default,
|
|
11
12
|
},
|
|
12
13
|
hover: control.hover,
|
|
14
|
+
pressed: control.active,
|
|
13
15
|
checked: {
|
|
14
16
|
default: {
|
|
15
17
|
...control.selected.default,
|
|
@@ -19,14 +21,28 @@ export const radio = {
|
|
|
19
21
|
...control.selected.hover,
|
|
20
22
|
fg: text.brand,
|
|
21
23
|
},
|
|
22
|
-
pressed:
|
|
24
|
+
pressed: {
|
|
25
|
+
...control.selected.active,
|
|
26
|
+
fg: text.brand,
|
|
27
|
+
},
|
|
28
|
+
disabled: {
|
|
29
|
+
bg: surface.disabled,
|
|
30
|
+
fg: text.disabled,
|
|
31
|
+
border: border.disabled,
|
|
32
|
+
},
|
|
23
33
|
},
|
|
24
34
|
focus: {
|
|
25
35
|
ring: focus.ring,
|
|
36
|
+
border: border.focus,
|
|
37
|
+
},
|
|
38
|
+
invalid: {
|
|
39
|
+
bg: surface.default,
|
|
40
|
+
fg: text.inverse,
|
|
41
|
+
border: status.error.border,
|
|
26
42
|
},
|
|
27
43
|
disabled: {
|
|
28
|
-
bg: surface.
|
|
44
|
+
bg: surface.disabled,
|
|
29
45
|
fg: text.disabled,
|
|
30
|
-
border: border.
|
|
46
|
+
border: border.disabled,
|
|
31
47
|
},
|
|
32
48
|
};
|
|
@@ -3,7 +3,7 @@ export declare const select: {
|
|
|
3
3
|
readonly default: {
|
|
4
4
|
readonly bg: "transparent";
|
|
5
5
|
readonly fg: "#FFFFFF";
|
|
6
|
-
readonly border: "#
|
|
6
|
+
readonly border: "#958CB0";
|
|
7
7
|
};
|
|
8
8
|
readonly hover: {
|
|
9
9
|
readonly bg: "#3D3754";
|
|
@@ -18,7 +18,7 @@ export declare const select: {
|
|
|
18
18
|
};
|
|
19
19
|
readonly disabled: {
|
|
20
20
|
readonly bg: "#2F2A42";
|
|
21
|
-
readonly fg: "#
|
|
21
|
+
readonly fg: "#6B6386";
|
|
22
22
|
readonly border: "#4F4867";
|
|
23
23
|
};
|
|
24
24
|
readonly placeholder: {
|
|
@@ -32,13 +32,13 @@ export declare const select: {
|
|
|
32
32
|
readonly dropdown: {
|
|
33
33
|
readonly bg: "#3D3754";
|
|
34
34
|
readonly fg: "#F4F1FB";
|
|
35
|
-
readonly border: "#
|
|
35
|
+
readonly border: "#3D3754";
|
|
36
36
|
};
|
|
37
37
|
readonly option: {
|
|
38
38
|
readonly default: {
|
|
39
39
|
readonly bg: "transparent";
|
|
40
40
|
readonly fg: "#F4F1FB";
|
|
41
|
-
readonly border: "#
|
|
41
|
+
readonly border: "#958CB0";
|
|
42
42
|
};
|
|
43
43
|
readonly hover: {
|
|
44
44
|
readonly bg: "#6B6386";
|
|
@@ -55,8 +55,8 @@ export declare const select: {
|
|
|
55
55
|
};
|
|
56
56
|
readonly disabled: {
|
|
57
57
|
readonly bg: "transparent";
|
|
58
|
-
readonly fg: "#
|
|
59
|
-
readonly border: "#
|
|
58
|
+
readonly fg: "#6B6386";
|
|
59
|
+
readonly border: "#958CB0";
|
|
60
60
|
};
|
|
61
61
|
};
|
|
62
62
|
};
|
|
@@ -9,7 +9,7 @@ export const select = {
|
|
|
9
9
|
default: {
|
|
10
10
|
bg: 'transparent',
|
|
11
11
|
fg: text.subtle,
|
|
12
|
-
border: border.
|
|
12
|
+
border: border.default,
|
|
13
13
|
},
|
|
14
14
|
hover: control.hover,
|
|
15
15
|
focus: {
|
|
@@ -19,9 +19,9 @@ export const select = {
|
|
|
19
19
|
ring: focus.ring,
|
|
20
20
|
},
|
|
21
21
|
disabled: {
|
|
22
|
-
bg: surface.
|
|
22
|
+
bg: surface.disabled,
|
|
23
23
|
fg: text.disabled,
|
|
24
|
-
border: border.
|
|
24
|
+
border: border.disabled,
|
|
25
25
|
},
|
|
26
26
|
placeholder: {
|
|
27
27
|
fg: text.secondary,
|
|
@@ -34,7 +34,7 @@ export const select = {
|
|
|
34
34
|
dropdown: {
|
|
35
35
|
bg: surface.elevated,
|
|
36
36
|
fg: text.primary,
|
|
37
|
-
border: border.
|
|
37
|
+
border: border.muted,
|
|
38
38
|
},
|
|
39
39
|
option: {
|
|
40
40
|
default: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const tabs: {
|
|
2
2
|
readonly list: {
|
|
3
|
-
readonly border: "#
|
|
3
|
+
readonly border: "#958CB0";
|
|
4
4
|
};
|
|
5
5
|
readonly trigger: {
|
|
6
6
|
readonly default: {
|
|
@@ -23,7 +23,7 @@ export declare const tabs: {
|
|
|
23
23
|
};
|
|
24
24
|
readonly disabled: {
|
|
25
25
|
readonly bg: "transparent";
|
|
26
|
-
readonly fg: "#
|
|
26
|
+
readonly fg: "#6B6386";
|
|
27
27
|
readonly border: "transparent";
|
|
28
28
|
};
|
|
29
29
|
};
|
|
@@ -45,7 +45,7 @@ export declare const tabs: {
|
|
|
45
45
|
};
|
|
46
46
|
readonly disabled: {
|
|
47
47
|
readonly bg: "transparent";
|
|
48
|
-
readonly fg: "#
|
|
48
|
+
readonly fg: "#6B6386";
|
|
49
49
|
readonly border: "transparent";
|
|
50
50
|
};
|
|
51
51
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export declare const border: {
|
|
2
|
-
readonly default: "#
|
|
2
|
+
readonly default: "#958CB0";
|
|
3
3
|
readonly muted: "#3D3754";
|
|
4
4
|
readonly strong: "#2F2A42";
|
|
5
5
|
readonly subtle: "#231F31";
|
|
6
6
|
readonly elevated: "#6B6386";
|
|
7
|
+
readonly disabled: "#4F4867";
|
|
7
8
|
readonly focus: "#B8A8FF";
|
|
8
9
|
};
|
|
9
10
|
//# sourceMappingURL=border.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../src/dark/semantic/border.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../src/dark/semantic/border.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;CAST,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { colors } from '../../primitives/colors.js';
|
|
2
2
|
export const border = {
|
|
3
|
-
default: colors.vellira[
|
|
3
|
+
default: colors.vellira[400],
|
|
4
4
|
muted: colors.vellira[700],
|
|
5
5
|
strong: colors.vellira[800],
|
|
6
6
|
subtle: colors.vellira[900],
|
|
7
7
|
elevated: colors.vellira[500],
|
|
8
|
+
disabled: colors.vellira[600],
|
|
8
9
|
focus: colors.primary[300],
|
|
9
10
|
};
|
|
@@ -9,11 +9,16 @@ export declare const control: {
|
|
|
9
9
|
readonly fg: "#B8A8FF";
|
|
10
10
|
readonly border: "#B8A8FF";
|
|
11
11
|
};
|
|
12
|
+
readonly active: {
|
|
13
|
+
readonly bg: "#E9E6FF";
|
|
14
|
+
readonly fg: "#342580";
|
|
15
|
+
readonly border: "#402C9F";
|
|
16
|
+
};
|
|
12
17
|
readonly selected: {
|
|
13
18
|
readonly default: {
|
|
14
|
-
readonly bg: "#
|
|
19
|
+
readonly bg: "#9B7CFF";
|
|
15
20
|
readonly fg: "#FFFFFF";
|
|
16
|
-
readonly border: "#
|
|
21
|
+
readonly border: "#9B7CFF";
|
|
17
22
|
};
|
|
18
23
|
readonly hover: {
|
|
19
24
|
readonly bg: "#5037C8";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../src/dark/semantic/control.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../src/dark/semantic/control.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCV,CAAC"}
|
|
@@ -13,11 +13,16 @@ export const control = {
|
|
|
13
13
|
fg: text.brand,
|
|
14
14
|
border: colors.primary[300],
|
|
15
15
|
},
|
|
16
|
+
active: {
|
|
17
|
+
bg: colors.primary[100],
|
|
18
|
+
fg: colors.primary[900],
|
|
19
|
+
border: colors.primary[800],
|
|
20
|
+
},
|
|
16
21
|
selected: {
|
|
17
22
|
default: {
|
|
18
|
-
bg: colors.primary[
|
|
23
|
+
bg: colors.primary[400],
|
|
19
24
|
fg: text.inverse,
|
|
20
|
-
border: colors.primary[
|
|
25
|
+
border: colors.primary[400],
|
|
21
26
|
},
|
|
22
27
|
hover: {
|
|
23
28
|
bg: colors.primary[700],
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export declare const surface: {
|
|
2
2
|
readonly default: "#181521";
|
|
3
3
|
readonly muted: "#231F31";
|
|
4
|
-
readonly subtle: "#
|
|
4
|
+
readonly subtle: "#242034";
|
|
5
5
|
readonly elevated: "#3D3754";
|
|
6
6
|
readonly pressed: "#4F4867";
|
|
7
7
|
readonly danger: string;
|
|
8
|
+
readonly disabled: "#2F2A42";
|
|
8
9
|
readonly hover: "#3D3754";
|
|
9
10
|
readonly active: "#6B6386";
|
|
10
11
|
readonly inverse: "#FFFFFF";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surface.d.ts","sourceRoot":"","sources":["../../../src/dark/semantic/surface.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"surface.d.ts","sourceRoot":"","sources":["../../../src/dark/semantic/surface.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO;;;;;;;;;;;CAaV,CAAC"}
|
|
@@ -3,10 +3,11 @@ import { withAlpha } from '../../utils/color.js';
|
|
|
3
3
|
export const surface = {
|
|
4
4
|
default: colors.vellira[950],
|
|
5
5
|
muted: colors.vellira[900],
|
|
6
|
-
subtle: colors.vellira[
|
|
6
|
+
subtle: colors.vellira[850],
|
|
7
7
|
elevated: colors.vellira[700],
|
|
8
8
|
pressed: colors.vellira[600],
|
|
9
9
|
danger: withAlpha(colors.error[800], 0.5),
|
|
10
|
+
disabled: colors.vellira[800],
|
|
10
11
|
hover: colors.vellira[700],
|
|
11
12
|
active: colors.vellira[500],
|
|
12
13
|
inverse: colors.mono[50],
|
|
@@ -2,7 +2,7 @@ export declare const text: {
|
|
|
2
2
|
readonly primary: "#F4F1FB";
|
|
3
3
|
readonly secondary: "#BBB2D2";
|
|
4
4
|
readonly muted: "#6B6386";
|
|
5
|
-
readonly disabled: "#
|
|
5
|
+
readonly disabled: "#6B6386";
|
|
6
6
|
readonly subtle: "#FFFFFF";
|
|
7
7
|
readonly hover: "#9B7CFF";
|
|
8
8
|
readonly inverse: "#FFFFFF";
|
|
@@ -3,7 +3,7 @@ export const text = {
|
|
|
3
3
|
primary: colors.vellira[100],
|
|
4
4
|
secondary: colors.vellira[300],
|
|
5
5
|
muted: colors.vellira[500],
|
|
6
|
-
disabled: colors.vellira[
|
|
6
|
+
disabled: colors.vellira[500],
|
|
7
7
|
subtle: colors.mono[50],
|
|
8
8
|
hover: colors.primary[400],
|
|
9
9
|
inverse: colors.mono[50],
|