@vellira-ui/tokens 2.25.1 → 2.26.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 +1217 -870
- package/dist/dark/components/button.d.ts +53 -53
- package/dist/dark/components/button.d.ts.map +1 -1
- package/dist/dark/components/button.js +58 -60
- package/dist/dark/components/checkbox.d.ts +17 -13
- package/dist/dark/components/checkbox.d.ts.map +1 -1
- package/dist/dark/components/checkbox.js +21 -10
- package/dist/dark/components/contextMenu.d.ts +89 -0
- package/dist/dark/components/contextMenu.d.ts.map +1 -0
- package/dist/dark/components/contextMenu.js +52 -0
- package/dist/dark/components/dropdown.d.ts +33 -13
- package/dist/dark/components/dropdown.d.ts.map +1 -1
- package/dist/dark/components/dropdown.js +30 -27
- package/dist/dark/components/formField.d.ts +2 -2
- package/dist/dark/components/formField.js +1 -1
- package/dist/dark/components/index.d.ts +1 -1
- package/dist/dark/components/index.d.ts.map +1 -1
- package/dist/dark/components/index.js +1 -1
- package/dist/dark/components/input.d.ts +26 -26
- package/dist/dark/components/input.js +11 -11
- package/dist/dark/components/modal.d.ts +21 -4
- package/dist/dark/components/modal.d.ts.map +1 -1
- package/dist/dark/components/modal.js +18 -4
- package/dist/dark/components/radio.d.ts +24 -19
- package/dist/dark/components/radio.d.ts.map +1 -1
- package/dist/dark/components/radio.js +19 -19
- package/dist/dark/components/select.d.ts +24 -14
- package/dist/dark/components/select.d.ts.map +1 -1
- package/dist/dark/components/select.js +31 -24
- package/dist/dark/components/tabs.d.ts +17 -12
- package/dist/dark/components/tabs.d.ts.map +1 -1
- package/dist/dark/components/tabs.js +9 -8
- package/dist/dark/components/tooltip.d.ts +2 -1
- package/dist/dark/components/tooltip.d.ts.map +1 -1
- package/dist/dark/components/tooltip.js +7 -7
- package/dist/dark/semantic/action.d.ts +30 -30
- package/dist/dark/semantic/action.d.ts.map +1 -1
- package/dist/dark/semantic/action.js +45 -45
- package/dist/dark/semantic/border.d.ts +5 -5
- package/dist/dark/semantic/border.d.ts.map +1 -1
- package/dist/dark/semantic/border.js +5 -5
- package/dist/dark/semantic/control.d.ts +21 -16
- package/dist/dark/semantic/control.d.ts.map +1 -1
- package/dist/dark/semantic/control.js +24 -19
- package/dist/dark/semantic/divider.d.ts +3 -3
- package/dist/dark/semantic/divider.js +3 -3
- package/dist/dark/semantic/focus.d.ts +6 -2
- package/dist/dark/semantic/focus.d.ts.map +1 -1
- package/dist/dark/semantic/focus.js +6 -2
- package/dist/dark/semantic/icons.d.ts +10 -11
- package/dist/dark/semantic/icons.d.ts.map +1 -1
- package/dist/dark/semantic/icons.js +10 -11
- package/dist/dark/semantic/index.d.ts +3 -0
- package/dist/dark/semantic/index.d.ts.map +1 -1
- package/dist/dark/semantic/index.js +3 -0
- package/dist/dark/{components → semantic}/menu.d.ts +14 -19
- package/dist/dark/semantic/menu.d.ts.map +1 -0
- package/dist/dark/semantic/menu.js +47 -0
- package/dist/dark/semantic/navigation.d.ts +8 -8
- package/dist/dark/semantic/navigation.d.ts.map +1 -1
- package/dist/dark/semantic/navigation.js +5 -4
- package/dist/dark/semantic/overlay.d.ts +17 -0
- package/dist/dark/semantic/overlay.d.ts.map +1 -0
- package/dist/dark/semantic/overlay.js +19 -0
- package/dist/dark/semantic/shadow.d.ts +8 -0
- package/dist/dark/semantic/shadow.d.ts.map +1 -0
- package/dist/dark/semantic/shadow.js +7 -0
- package/dist/dark/semantic/skeleton.d.ts +2 -2
- package/dist/dark/semantic/skeleton.js +2 -2
- package/dist/dark/semantic/status.d.ts +12 -8
- package/dist/dark/semantic/status.d.ts.map +1 -1
- package/dist/dark/semantic/status.js +12 -8
- package/dist/dark/semantic/surface.d.ts +4 -4
- package/dist/dark/semantic/surface.d.ts.map +1 -1
- package/dist/dark/semantic/surface.js +4 -4
- package/dist/dark/semantic/text.d.ts +6 -5
- package/dist/dark/semantic/text.d.ts.map +1 -1
- package/dist/dark/semantic/text.js +6 -5
- package/dist/generated/token-types.d.ts +5 -5
- package/dist/generated/token-types.d.ts.map +1 -1
- package/dist/generated/token-types.js +565 -132
- package/dist/highContrast/components/button.d.ts +70 -70
- package/dist/highContrast/components/button.d.ts.map +1 -1
- package/dist/highContrast/components/button.js +68 -69
- package/dist/highContrast/components/checkbox.d.ts +19 -15
- package/dist/highContrast/components/checkbox.d.ts.map +1 -1
- package/dist/highContrast/components/checkbox.js +22 -12
- package/dist/highContrast/components/contextMenu.d.ts +89 -0
- package/dist/highContrast/components/contextMenu.d.ts.map +1 -0
- package/dist/highContrast/components/contextMenu.js +52 -0
- package/dist/highContrast/components/dropdown.d.ts +45 -25
- package/dist/highContrast/components/dropdown.d.ts.map +1 -1
- package/dist/highContrast/components/dropdown.js +28 -37
- package/dist/highContrast/components/formField.d.ts +5 -5
- package/dist/highContrast/components/formField.js +2 -2
- package/dist/highContrast/components/index.d.ts +1 -1
- package/dist/highContrast/components/index.d.ts.map +1 -1
- package/dist/highContrast/components/index.js +1 -1
- package/dist/highContrast/components/input.d.ts +29 -29
- package/dist/highContrast/components/input.d.ts.map +1 -1
- package/dist/highContrast/components/input.js +16 -17
- package/dist/highContrast/components/modal.d.ts +22 -5
- package/dist/highContrast/components/modal.d.ts.map +1 -1
- package/dist/highContrast/components/modal.js +19 -6
- package/dist/highContrast/components/radio.d.ts +27 -22
- package/dist/highContrast/components/radio.d.ts.map +1 -1
- package/dist/highContrast/components/radio.js +20 -20
- package/dist/highContrast/components/select.d.ts +27 -17
- package/dist/highContrast/components/select.d.ts.map +1 -1
- package/dist/highContrast/components/select.js +31 -30
- package/dist/highContrast/components/tabs.d.ts +21 -16
- package/dist/highContrast/components/tabs.d.ts.map +1 -1
- package/dist/highContrast/components/tabs.js +18 -15
- package/dist/highContrast/components/tooltip.d.ts +3 -2
- package/dist/highContrast/components/tooltip.d.ts.map +1 -1
- package/dist/highContrast/components/tooltip.js +7 -7
- package/dist/highContrast/semantic/action.d.ts +48 -38
- package/dist/highContrast/semantic/action.d.ts.map +1 -1
- package/dist/highContrast/semantic/action.js +58 -49
- package/dist/highContrast/semantic/border.d.ts +4 -4
- package/dist/highContrast/semantic/border.d.ts.map +1 -1
- package/dist/highContrast/semantic/border.js +4 -4
- package/dist/highContrast/semantic/control.d.ts +23 -28
- package/dist/highContrast/semantic/control.d.ts.map +1 -1
- package/dist/highContrast/semantic/control.js +24 -29
- package/dist/highContrast/semantic/divider.d.ts +2 -2
- package/dist/highContrast/semantic/divider.js +2 -2
- package/dist/highContrast/semantic/focus.d.ts +6 -2
- package/dist/highContrast/semantic/focus.d.ts.map +1 -1
- package/dist/highContrast/semantic/focus.js +6 -2
- package/dist/highContrast/semantic/icons.d.ts +10 -11
- package/dist/highContrast/semantic/icons.d.ts.map +1 -1
- package/dist/highContrast/semantic/icons.js +11 -12
- package/dist/highContrast/semantic/index.d.ts +4 -0
- package/dist/highContrast/semantic/index.d.ts.map +1 -1
- package/dist/highContrast/semantic/index.js +4 -0
- package/dist/highContrast/{components → semantic}/menu.d.ts +20 -25
- package/dist/highContrast/semantic/menu.d.ts.map +1 -0
- package/dist/highContrast/semantic/menu.js +47 -0
- package/dist/highContrast/semantic/navigation.d.ts +14 -25
- package/dist/highContrast/semantic/navigation.d.ts.map +1 -1
- package/dist/highContrast/semantic/navigation.js +12 -23
- package/dist/highContrast/semantic/overlay.d.ts +17 -0
- package/dist/highContrast/semantic/overlay.d.ts.map +1 -0
- package/dist/highContrast/semantic/overlay.js +19 -0
- package/dist/highContrast/semantic/shadow.d.ts +8 -0
- package/dist/highContrast/semantic/shadow.d.ts.map +1 -0
- package/dist/highContrast/semantic/shadow.js +7 -0
- package/dist/highContrast/semantic/skeleton.d.ts +1 -1
- package/dist/highContrast/semantic/skeleton.js +1 -1
- package/dist/highContrast/semantic/status.d.ts +17 -13
- package/dist/highContrast/semantic/status.d.ts.map +1 -1
- package/dist/highContrast/semantic/status.js +17 -13
- package/dist/highContrast/semantic/surface.d.ts +6 -6
- package/dist/highContrast/semantic/surface.d.ts.map +1 -1
- package/dist/highContrast/semantic/surface.js +7 -7
- package/dist/highContrast/semantic/text.d.ts +7 -6
- package/dist/highContrast/semantic/text.d.ts.map +1 -1
- package/dist/highContrast/semantic/text.js +7 -6
- package/dist/light/components/button.d.ts +49 -49
- package/dist/light/components/button.d.ts.map +1 -1
- package/dist/light/components/button.js +62 -64
- package/dist/light/components/checkbox.d.ts +18 -14
- package/dist/light/components/checkbox.d.ts.map +1 -1
- package/dist/light/components/checkbox.js +16 -12
- package/dist/light/components/contextMenu.d.ts +89 -0
- package/dist/light/components/contextMenu.d.ts.map +1 -0
- package/dist/light/components/contextMenu.js +52 -0
- package/dist/light/components/dropdown.d.ts +38 -18
- package/dist/light/components/dropdown.d.ts.map +1 -1
- package/dist/light/components/dropdown.js +21 -31
- package/dist/light/components/formField.d.ts +7 -7
- package/dist/light/components/formField.js +1 -1
- package/dist/light/components/index.d.ts +1 -1
- package/dist/light/components/index.d.ts.map +1 -1
- package/dist/light/components/index.js +1 -1
- package/dist/light/components/input.d.ts +31 -31
- package/dist/light/components/input.d.ts.map +1 -1
- package/dist/light/components/input.js +14 -15
- package/dist/light/components/modal.d.ts +25 -8
- package/dist/light/components/modal.d.ts.map +1 -1
- package/dist/light/components/modal.js +19 -6
- package/dist/light/components/radio.d.ts +23 -18
- package/dist/light/components/radio.d.ts.map +1 -1
- package/dist/light/components/radio.js +21 -21
- package/dist/light/components/select.d.ts +28 -18
- package/dist/light/components/select.d.ts.map +1 -1
- package/dist/light/components/select.js +31 -26
- package/dist/light/components/tabs.d.ts +20 -15
- package/dist/light/components/tabs.d.ts.map +1 -1
- package/dist/light/components/tabs.js +14 -13
- package/dist/light/components/tooltip.d.ts +3 -2
- package/dist/light/components/tooltip.d.ts.map +1 -1
- package/dist/light/components/tooltip.js +7 -7
- package/dist/light/semantic/action.d.ts +30 -28
- package/dist/light/semantic/action.d.ts.map +1 -1
- package/dist/light/semantic/action.js +38 -36
- package/dist/light/semantic/border.d.ts +4 -4
- package/dist/light/semantic/border.d.ts.map +1 -1
- package/dist/light/semantic/border.js +4 -4
- package/dist/light/semantic/control.d.ts +18 -13
- package/dist/light/semantic/control.d.ts.map +1 -1
- package/dist/light/semantic/control.js +18 -13
- package/dist/light/semantic/divider.d.ts +3 -3
- package/dist/light/semantic/divider.js +3 -3
- package/dist/light/semantic/focus.d.ts +6 -2
- package/dist/light/semantic/focus.d.ts.map +1 -1
- package/dist/light/semantic/focus.js +6 -2
- package/dist/light/semantic/icons.d.ts +10 -11
- package/dist/light/semantic/icons.d.ts.map +1 -1
- package/dist/light/semantic/icons.js +10 -11
- package/dist/light/semantic/index.d.ts +3 -0
- package/dist/light/semantic/index.d.ts.map +1 -1
- package/dist/light/semantic/index.js +3 -0
- package/dist/light/{components → semantic}/menu.d.ts +17 -22
- package/dist/light/semantic/menu.d.ts.map +1 -0
- package/dist/light/semantic/menu.js +47 -0
- package/dist/light/semantic/navigation.d.ts +13 -9
- package/dist/light/semantic/navigation.d.ts.map +1 -1
- package/dist/light/semantic/navigation.js +15 -9
- package/dist/light/semantic/overlay.d.ts +17 -0
- package/dist/light/semantic/overlay.d.ts.map +1 -0
- package/dist/light/semantic/overlay.js +19 -0
- package/dist/light/semantic/shadow.d.ts +8 -0
- package/dist/light/semantic/shadow.d.ts.map +1 -0
- package/dist/light/semantic/shadow.js +7 -0
- package/dist/light/semantic/skeleton.d.ts +2 -2
- package/dist/light/semantic/skeleton.js +2 -2
- package/dist/light/semantic/status.d.ts +14 -10
- package/dist/light/semantic/status.d.ts.map +1 -1
- package/dist/light/semantic/status.js +14 -10
- package/dist/light/semantic/surface.d.ts +6 -6
- package/dist/light/semantic/surface.d.ts.map +1 -1
- package/dist/light/semantic/surface.js +7 -7
- package/dist/light/semantic/text.d.ts +7 -5
- package/dist/light/semantic/text.d.ts.map +1 -1
- package/dist/light/semantic/text.js +7 -5
- package/dist/primitives/colors.d.ts +3 -5
- package/dist/primitives/colors.d.ts.map +1 -1
- package/dist/primitives/colors.js +3 -5
- package/package.json +1 -1
- package/dist/dark/components/menu.d.ts.map +0 -1
- package/dist/dark/components/menu.js +0 -47
- package/dist/highContrast/components/menu.d.ts.map +0 -1
- package/dist/highContrast/components/menu.js +0 -48
- package/dist/light/components/menu.d.ts.map +0 -1
- package/dist/light/components/menu.js +0 -48
|
@@ -12,42 +12,42 @@ export declare const button: {
|
|
|
12
12
|
readonly border: "#7C5CFF";
|
|
13
13
|
};
|
|
14
14
|
readonly pressed: {
|
|
15
|
-
readonly bg: "#
|
|
15
|
+
readonly bg: "#5037C8";
|
|
16
16
|
readonly fg: "#FFFFFF";
|
|
17
|
-
readonly border: "#
|
|
17
|
+
readonly border: "#5037C8";
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
readonly outline: {
|
|
21
21
|
readonly default: {
|
|
22
|
+
readonly bg: "transparent";
|
|
22
23
|
readonly fg: "#B8A8FF";
|
|
23
|
-
readonly border: "#
|
|
24
|
-
readonly bg: string;
|
|
24
|
+
readonly border: "#7C5CFF";
|
|
25
25
|
};
|
|
26
26
|
readonly hover: {
|
|
27
|
-
readonly bg: "#
|
|
27
|
+
readonly bg: "#2F2A42";
|
|
28
28
|
readonly fg: "#D4CCFF";
|
|
29
|
-
readonly border: "#
|
|
29
|
+
readonly border: "#9B7CFF";
|
|
30
30
|
};
|
|
31
31
|
readonly pressed: {
|
|
32
32
|
readonly bg: "#3D3754";
|
|
33
|
-
readonly fg: "#
|
|
34
|
-
readonly border: "#
|
|
33
|
+
readonly fg: "#E9E6FF";
|
|
34
|
+
readonly border: "#7C5CFF";
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
readonly ghost: {
|
|
38
38
|
readonly default: {
|
|
39
39
|
readonly fg: "#B8A8FF";
|
|
40
|
+
readonly bg: "transparent";
|
|
40
41
|
readonly border: "transparent";
|
|
41
|
-
readonly bg: string;
|
|
42
42
|
};
|
|
43
43
|
readonly hover: {
|
|
44
|
-
readonly bg: "#
|
|
44
|
+
readonly bg: "#2F2A42";
|
|
45
45
|
readonly fg: "#D4CCFF";
|
|
46
46
|
readonly border: "transparent";
|
|
47
47
|
};
|
|
48
48
|
readonly pressed: {
|
|
49
49
|
readonly bg: "#3D3754";
|
|
50
|
-
readonly fg: "#
|
|
50
|
+
readonly fg: "#E9E6FF";
|
|
51
51
|
readonly border: "transparent";
|
|
52
52
|
};
|
|
53
53
|
};
|
|
@@ -65,42 +65,42 @@ export declare const button: {
|
|
|
65
65
|
readonly border: "#3ED5EE";
|
|
66
66
|
};
|
|
67
67
|
readonly pressed: {
|
|
68
|
-
readonly bg: "#
|
|
68
|
+
readonly bg: "#0F9BB8";
|
|
69
69
|
readonly fg: "#000000";
|
|
70
|
-
readonly border: "#
|
|
70
|
+
readonly border: "#0F9BB8";
|
|
71
71
|
};
|
|
72
72
|
};
|
|
73
73
|
readonly outline: {
|
|
74
74
|
readonly default: {
|
|
75
|
+
readonly bg: "transparent";
|
|
75
76
|
readonly fg: "#79E8F8";
|
|
76
|
-
readonly border: "#
|
|
77
|
-
readonly bg: string;
|
|
77
|
+
readonly border: "#1FBEDB";
|
|
78
78
|
};
|
|
79
79
|
readonly hover: {
|
|
80
|
-
readonly bg: "#
|
|
81
|
-
readonly fg: "#
|
|
80
|
+
readonly bg: "#2F2A42";
|
|
81
|
+
readonly fg: "#B4F4FD";
|
|
82
82
|
readonly border: "#3ED5EE";
|
|
83
83
|
};
|
|
84
84
|
readonly pressed: {
|
|
85
|
-
readonly bg: "#
|
|
86
|
-
readonly fg: "#
|
|
87
|
-
readonly border: "#
|
|
85
|
+
readonly bg: "#3D3754";
|
|
86
|
+
readonly fg: "#D9FBFF";
|
|
87
|
+
readonly border: "#1FBEDB";
|
|
88
88
|
};
|
|
89
89
|
};
|
|
90
90
|
readonly ghost: {
|
|
91
91
|
readonly default: {
|
|
92
92
|
readonly fg: "#79E8F8";
|
|
93
|
+
readonly bg: "transparent";
|
|
93
94
|
readonly border: "transparent";
|
|
94
|
-
readonly bg: string;
|
|
95
95
|
};
|
|
96
96
|
readonly hover: {
|
|
97
|
-
readonly bg: "#
|
|
97
|
+
readonly bg: "#2F2A42";
|
|
98
98
|
readonly fg: "#B4F4FD";
|
|
99
99
|
readonly border: "transparent";
|
|
100
100
|
};
|
|
101
101
|
readonly pressed: {
|
|
102
|
-
readonly bg: "#
|
|
103
|
-
readonly fg: "#
|
|
102
|
+
readonly bg: "#3D3754";
|
|
103
|
+
readonly fg: "#D9FBFF";
|
|
104
104
|
readonly border: "transparent";
|
|
105
105
|
};
|
|
106
106
|
};
|
|
@@ -108,52 +108,52 @@ export declare const button: {
|
|
|
108
108
|
readonly close: {
|
|
109
109
|
readonly solid: {
|
|
110
110
|
readonly default: {
|
|
111
|
-
readonly bg: "#
|
|
111
|
+
readonly bg: "#958CB0";
|
|
112
112
|
readonly fg: "#000000";
|
|
113
|
-
readonly border: "#
|
|
113
|
+
readonly border: "#958CB0";
|
|
114
114
|
};
|
|
115
115
|
readonly hover: {
|
|
116
|
-
readonly bg: "#
|
|
116
|
+
readonly bg: "#BBB2D2";
|
|
117
117
|
readonly fg: "#000000";
|
|
118
|
-
readonly border: "#
|
|
118
|
+
readonly border: "#BBB2D2";
|
|
119
119
|
};
|
|
120
120
|
readonly pressed: {
|
|
121
|
-
readonly bg: "#
|
|
121
|
+
readonly bg: "#6B6386";
|
|
122
122
|
readonly fg: "#000000";
|
|
123
|
-
readonly border: "#
|
|
123
|
+
readonly border: "#6B6386";
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
126
|
readonly outline: {
|
|
127
127
|
readonly default: {
|
|
128
|
+
readonly bg: "transparent";
|
|
128
129
|
readonly fg: "#BBB2D2";
|
|
129
|
-
readonly border: "#
|
|
130
|
-
readonly bg: string;
|
|
130
|
+
readonly border: "#6B6386";
|
|
131
131
|
};
|
|
132
132
|
readonly hover: {
|
|
133
|
-
readonly bg: "#
|
|
134
|
-
readonly fg: "#
|
|
133
|
+
readonly bg: "#2F2A42";
|
|
134
|
+
readonly fg: "#E4DDF4";
|
|
135
135
|
readonly border: "#958CB0";
|
|
136
136
|
};
|
|
137
137
|
readonly pressed: {
|
|
138
138
|
readonly bg: "#3D3754";
|
|
139
|
-
readonly fg: "#
|
|
140
|
-
readonly border: "#
|
|
139
|
+
readonly fg: "#F4F1FB";
|
|
140
|
+
readonly border: "#6B6386";
|
|
141
141
|
};
|
|
142
142
|
};
|
|
143
143
|
readonly ghost: {
|
|
144
144
|
readonly default: {
|
|
145
145
|
readonly fg: "#BBB2D2";
|
|
146
|
+
readonly bg: "transparent";
|
|
146
147
|
readonly border: "transparent";
|
|
147
|
-
readonly bg: string;
|
|
148
148
|
};
|
|
149
149
|
readonly hover: {
|
|
150
|
-
readonly bg: "#
|
|
151
|
-
readonly fg: "#
|
|
150
|
+
readonly bg: "#2F2A42";
|
|
151
|
+
readonly fg: "#E4DDF4";
|
|
152
152
|
readonly border: "transparent";
|
|
153
153
|
};
|
|
154
154
|
readonly pressed: {
|
|
155
155
|
readonly bg: "#3D3754";
|
|
156
|
-
readonly fg: "#
|
|
156
|
+
readonly fg: "#F4F1FB";
|
|
157
157
|
readonly border: "transparent";
|
|
158
158
|
};
|
|
159
159
|
};
|
|
@@ -171,42 +171,42 @@ export declare const button: {
|
|
|
171
171
|
readonly border: "#F43F5E";
|
|
172
172
|
};
|
|
173
173
|
readonly pressed: {
|
|
174
|
-
readonly bg: "#
|
|
174
|
+
readonly bg: "#BE123C";
|
|
175
175
|
readonly fg: "#FFFFFF";
|
|
176
|
-
readonly border: "#
|
|
176
|
+
readonly border: "#BE123C";
|
|
177
177
|
};
|
|
178
178
|
};
|
|
179
179
|
readonly outline: {
|
|
180
180
|
readonly default: {
|
|
181
|
+
readonly bg: "transparent";
|
|
181
182
|
readonly fg: "#FB7185";
|
|
182
183
|
readonly border: "#FB7185";
|
|
183
|
-
readonly bg: string;
|
|
184
184
|
};
|
|
185
185
|
readonly hover: {
|
|
186
186
|
readonly bg: "rgba(251, 113, 133, 0.16)";
|
|
187
|
-
readonly fg: "#
|
|
188
|
-
readonly border: "#
|
|
187
|
+
readonly fg: "#FDA4AF";
|
|
188
|
+
readonly border: "#FB7185";
|
|
189
189
|
};
|
|
190
190
|
readonly pressed: {
|
|
191
|
-
readonly bg:
|
|
192
|
-
readonly fg: "#
|
|
193
|
-
readonly border: "#
|
|
191
|
+
readonly bg: string;
|
|
192
|
+
readonly fg: "#FECDD3";
|
|
193
|
+
readonly border: "#F43F5E";
|
|
194
194
|
};
|
|
195
195
|
};
|
|
196
196
|
readonly ghost: {
|
|
197
197
|
readonly default: {
|
|
198
198
|
readonly fg: "#FB7185";
|
|
199
|
+
readonly bg: "transparent";
|
|
199
200
|
readonly border: "transparent";
|
|
200
|
-
readonly bg: string;
|
|
201
201
|
};
|
|
202
202
|
readonly hover: {
|
|
203
203
|
readonly bg: "rgba(251, 113, 133, 0.16)";
|
|
204
|
-
readonly fg: "#
|
|
204
|
+
readonly fg: "#FDA4AF";
|
|
205
205
|
readonly border: "transparent";
|
|
206
206
|
};
|
|
207
207
|
readonly pressed: {
|
|
208
|
-
readonly bg:
|
|
209
|
-
readonly fg: "#
|
|
208
|
+
readonly bg: string;
|
|
209
|
+
readonly fg: "#FECDD3";
|
|
210
210
|
readonly border: "transparent";
|
|
211
211
|
};
|
|
212
212
|
};
|
|
@@ -214,7 +214,7 @@ export declare const button: {
|
|
|
214
214
|
readonly disabled: {
|
|
215
215
|
readonly bg: "#2F2A42";
|
|
216
216
|
readonly fg: "#6B6386";
|
|
217
|
-
readonly border: "#
|
|
217
|
+
readonly border: "#3D3754";
|
|
218
218
|
};
|
|
219
219
|
};
|
|
220
220
|
//# sourceMappingURL=button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/dark/components/button.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/dark/components/button.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkMT,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { colors } from '../../primitives/colors.js';
|
|
1
2
|
import { action } from '../semantic/action.js';
|
|
2
3
|
import { border } from '../semantic/border.js';
|
|
3
4
|
import { status } from '../semantic/status.js';
|
|
@@ -5,6 +6,7 @@ import { surface } from '../semantic/surface.js';
|
|
|
5
6
|
import { text } from '../semantic/text.js';
|
|
6
7
|
const transparent = {
|
|
7
8
|
bg: 'transparent',
|
|
9
|
+
border: 'transparent',
|
|
8
10
|
};
|
|
9
11
|
export const button = {
|
|
10
12
|
primary: {
|
|
@@ -15,36 +17,35 @@ export const button = {
|
|
|
15
17
|
},
|
|
16
18
|
outline: {
|
|
17
19
|
default: {
|
|
18
|
-
|
|
19
|
-
fg:
|
|
20
|
-
border:
|
|
20
|
+
bg: 'transparent',
|
|
21
|
+
fg: colors.primary[300],
|
|
22
|
+
border: colors.primary[500],
|
|
21
23
|
},
|
|
22
24
|
hover: {
|
|
23
25
|
bg: surface.elevated,
|
|
24
|
-
fg:
|
|
25
|
-
border:
|
|
26
|
+
fg: colors.primary[200],
|
|
27
|
+
border: colors.primary[400],
|
|
26
28
|
},
|
|
27
29
|
pressed: {
|
|
28
|
-
bg: surface.
|
|
29
|
-
fg:
|
|
30
|
-
border:
|
|
30
|
+
bg: surface.active,
|
|
31
|
+
fg: colors.primary[100],
|
|
32
|
+
border: colors.primary[500],
|
|
31
33
|
},
|
|
32
34
|
},
|
|
33
35
|
ghost: {
|
|
34
36
|
default: {
|
|
35
37
|
...transparent,
|
|
36
|
-
fg:
|
|
37
|
-
border: 'transparent',
|
|
38
|
+
fg: colors.primary[300],
|
|
38
39
|
},
|
|
39
40
|
hover: {
|
|
41
|
+
...transparent,
|
|
40
42
|
bg: surface.elevated,
|
|
41
|
-
fg:
|
|
42
|
-
border: 'transparent',
|
|
43
|
+
fg: colors.primary[200],
|
|
43
44
|
},
|
|
44
45
|
pressed: {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
...transparent,
|
|
47
|
+
bg: surface.active,
|
|
48
|
+
fg: colors.primary[100],
|
|
48
49
|
},
|
|
49
50
|
},
|
|
50
51
|
},
|
|
@@ -56,36 +57,35 @@ export const button = {
|
|
|
56
57
|
},
|
|
57
58
|
outline: {
|
|
58
59
|
default: {
|
|
59
|
-
|
|
60
|
-
fg:
|
|
61
|
-
border:
|
|
60
|
+
bg: 'transparent',
|
|
61
|
+
fg: colors.secondary[300],
|
|
62
|
+
border: colors.secondary[500],
|
|
62
63
|
},
|
|
63
64
|
hover: {
|
|
64
65
|
bg: surface.elevated,
|
|
65
|
-
fg:
|
|
66
|
-
border:
|
|
66
|
+
fg: colors.secondary[200],
|
|
67
|
+
border: colors.secondary[400],
|
|
67
68
|
},
|
|
68
69
|
pressed: {
|
|
69
|
-
bg: surface.
|
|
70
|
-
fg:
|
|
71
|
-
border:
|
|
70
|
+
bg: surface.active,
|
|
71
|
+
fg: colors.secondary[100],
|
|
72
|
+
border: colors.secondary[500],
|
|
72
73
|
},
|
|
73
74
|
},
|
|
74
75
|
ghost: {
|
|
75
76
|
default: {
|
|
76
77
|
...transparent,
|
|
77
|
-
fg:
|
|
78
|
-
border: 'transparent',
|
|
78
|
+
fg: colors.secondary[300],
|
|
79
79
|
},
|
|
80
80
|
hover: {
|
|
81
|
+
...transparent,
|
|
81
82
|
bg: surface.elevated,
|
|
82
|
-
fg:
|
|
83
|
-
border: 'transparent',
|
|
83
|
+
fg: colors.secondary[200],
|
|
84
84
|
},
|
|
85
85
|
pressed: {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
...transparent,
|
|
87
|
+
bg: surface.active,
|
|
88
|
+
fg: colors.secondary[100],
|
|
89
89
|
},
|
|
90
90
|
},
|
|
91
91
|
},
|
|
@@ -97,36 +97,35 @@ export const button = {
|
|
|
97
97
|
},
|
|
98
98
|
outline: {
|
|
99
99
|
default: {
|
|
100
|
-
|
|
101
|
-
fg:
|
|
102
|
-
border:
|
|
100
|
+
bg: 'transparent',
|
|
101
|
+
fg: colors.vellira[300],
|
|
102
|
+
border: colors.vellira[500],
|
|
103
103
|
},
|
|
104
104
|
hover: {
|
|
105
105
|
bg: surface.elevated,
|
|
106
|
-
fg:
|
|
107
|
-
border:
|
|
106
|
+
fg: colors.vellira[200],
|
|
107
|
+
border: colors.vellira[400],
|
|
108
108
|
},
|
|
109
109
|
pressed: {
|
|
110
|
-
bg: surface.
|
|
111
|
-
fg:
|
|
112
|
-
border:
|
|
110
|
+
bg: surface.active,
|
|
111
|
+
fg: colors.vellira[100],
|
|
112
|
+
border: colors.vellira[500],
|
|
113
113
|
},
|
|
114
114
|
},
|
|
115
115
|
ghost: {
|
|
116
116
|
default: {
|
|
117
117
|
...transparent,
|
|
118
|
-
fg:
|
|
119
|
-
border: 'transparent',
|
|
118
|
+
fg: colors.vellira[300],
|
|
120
119
|
},
|
|
121
120
|
hover: {
|
|
121
|
+
...transparent,
|
|
122
122
|
bg: surface.elevated,
|
|
123
|
-
fg:
|
|
124
|
-
border: 'transparent',
|
|
123
|
+
fg: colors.vellira[200],
|
|
125
124
|
},
|
|
126
125
|
pressed: {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
126
|
+
...transparent,
|
|
127
|
+
bg: surface.active,
|
|
128
|
+
fg: colors.vellira[100],
|
|
130
129
|
},
|
|
131
130
|
},
|
|
132
131
|
},
|
|
@@ -138,36 +137,35 @@ export const button = {
|
|
|
138
137
|
},
|
|
139
138
|
outline: {
|
|
140
139
|
default: {
|
|
141
|
-
|
|
142
|
-
fg:
|
|
143
|
-
border:
|
|
140
|
+
bg: 'transparent',
|
|
141
|
+
fg: status.error.fg,
|
|
142
|
+
border: status.error.border,
|
|
144
143
|
},
|
|
145
144
|
hover: {
|
|
146
145
|
bg: status.error.bg,
|
|
147
|
-
fg:
|
|
148
|
-
border:
|
|
146
|
+
fg: colors.error[300],
|
|
147
|
+
border: colors.error[400],
|
|
149
148
|
},
|
|
150
149
|
pressed: {
|
|
151
|
-
bg:
|
|
152
|
-
fg:
|
|
153
|
-
border:
|
|
150
|
+
bg: surface.danger,
|
|
151
|
+
fg: colors.error[200],
|
|
152
|
+
border: colors.error[500],
|
|
154
153
|
},
|
|
155
154
|
},
|
|
156
155
|
ghost: {
|
|
157
156
|
default: {
|
|
158
157
|
...transparent,
|
|
159
|
-
fg:
|
|
160
|
-
border: 'transparent',
|
|
158
|
+
fg: status.error.fg,
|
|
161
159
|
},
|
|
162
160
|
hover: {
|
|
161
|
+
...transparent,
|
|
163
162
|
bg: status.error.bg,
|
|
164
|
-
fg:
|
|
165
|
-
border: 'transparent',
|
|
163
|
+
fg: colors.error[300],
|
|
166
164
|
},
|
|
167
165
|
pressed: {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
166
|
+
...transparent,
|
|
167
|
+
bg: surface.danger,
|
|
168
|
+
fg: colors.error[200],
|
|
171
169
|
},
|
|
172
170
|
},
|
|
173
171
|
},
|
|
@@ -1,42 +1,46 @@
|
|
|
1
1
|
export declare const checkbox: {
|
|
2
2
|
readonly default: {
|
|
3
|
-
readonly bg: "#
|
|
4
|
-
readonly fg: "#
|
|
5
|
-
readonly border: "#
|
|
3
|
+
readonly bg: "#2F2A42";
|
|
4
|
+
readonly fg: "#F4F1FB";
|
|
5
|
+
readonly border: "#4F4867";
|
|
6
6
|
};
|
|
7
7
|
readonly hover: {
|
|
8
|
-
readonly
|
|
9
|
-
readonly
|
|
8
|
+
readonly bg: "#2F2A42";
|
|
9
|
+
readonly fg: "#B8A8FF";
|
|
10
10
|
readonly border: "#B8A8FF";
|
|
11
11
|
};
|
|
12
12
|
readonly checked: {
|
|
13
13
|
readonly default: {
|
|
14
|
-
readonly
|
|
14
|
+
readonly labelFg: "#B8A8FF";
|
|
15
|
+
readonly bg: "#7C5CFF";
|
|
15
16
|
readonly fg: "#FFFFFF";
|
|
16
|
-
readonly border: "#
|
|
17
|
+
readonly border: "#7C5CFF";
|
|
17
18
|
};
|
|
18
19
|
readonly hover: {
|
|
19
|
-
readonly
|
|
20
|
+
readonly labelFg: "#9B7CFF";
|
|
21
|
+
readonly bg: "#9B7CFF";
|
|
20
22
|
readonly fg: "#FFFFFF";
|
|
21
|
-
readonly border: "#
|
|
23
|
+
readonly border: "#9B7CFF";
|
|
22
24
|
};
|
|
23
25
|
readonly pressed: {
|
|
24
|
-
readonly
|
|
26
|
+
readonly labelFg: "#7C5CFF";
|
|
27
|
+
readonly bg: "#6346E8";
|
|
25
28
|
readonly fg: "#FFFFFF";
|
|
26
|
-
readonly border: "#
|
|
29
|
+
readonly border: "#6346E8";
|
|
27
30
|
};
|
|
28
31
|
};
|
|
29
32
|
readonly focus: {
|
|
30
33
|
readonly ring: "#B8A8FF";
|
|
31
34
|
};
|
|
32
35
|
readonly disabled: {
|
|
33
|
-
readonly bg: "#
|
|
36
|
+
readonly bg: "#2F2A42";
|
|
34
37
|
readonly fg: "#6B6386";
|
|
35
|
-
readonly border: "#
|
|
38
|
+
readonly border: "#3D3754";
|
|
36
39
|
};
|
|
37
40
|
readonly error: {
|
|
38
41
|
readonly fg: "#FB7185";
|
|
39
42
|
readonly border: "#FB7185";
|
|
43
|
+
readonly ring: "#FB7185";
|
|
40
44
|
};
|
|
41
45
|
};
|
|
42
46
|
//# sourceMappingURL=checkbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/dark/components/checkbox.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/dark/components/checkbox.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CX,CAAC"}
|
|
@@ -7,28 +7,39 @@ import { text } from '../semantic/text.js';
|
|
|
7
7
|
export const checkbox = {
|
|
8
8
|
default: {
|
|
9
9
|
bg: surface.elevated,
|
|
10
|
-
fg: text.
|
|
10
|
+
fg: text.primary,
|
|
11
11
|
border: border.default,
|
|
12
12
|
},
|
|
13
13
|
hover: {
|
|
14
|
-
|
|
15
|
-
fg:
|
|
14
|
+
bg: control.hover.bg,
|
|
15
|
+
fg: control.hover.fg,
|
|
16
|
+
border: control.hover.border,
|
|
16
17
|
},
|
|
17
18
|
checked: {
|
|
18
|
-
default:
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
default: {
|
|
20
|
+
...control.selected.default,
|
|
21
|
+
labelFg: text.brand,
|
|
22
|
+
},
|
|
23
|
+
hover: {
|
|
24
|
+
...control.selected.hover,
|
|
25
|
+
labelFg: text.interactiveHover,
|
|
26
|
+
},
|
|
27
|
+
pressed: {
|
|
28
|
+
...control.selected.active,
|
|
29
|
+
labelFg: text.interactiveActive,
|
|
30
|
+
},
|
|
21
31
|
},
|
|
22
32
|
focus: {
|
|
23
|
-
ring: focus.ring,
|
|
33
|
+
ring: focus.ring.color,
|
|
24
34
|
},
|
|
25
35
|
disabled: {
|
|
26
|
-
bg: surface.
|
|
36
|
+
bg: surface.disabled,
|
|
27
37
|
fg: text.disabled,
|
|
28
|
-
border: border.
|
|
38
|
+
border: border.disabled,
|
|
29
39
|
},
|
|
30
40
|
error: {
|
|
31
41
|
fg: status.error.fg,
|
|
32
|
-
border: status.error.
|
|
42
|
+
border: status.error.border,
|
|
43
|
+
ring: status.error.ring,
|
|
33
44
|
},
|
|
34
45
|
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
export declare const contextMenu: {
|
|
2
|
+
readonly content: {
|
|
3
|
+
readonly bg: "#2F2A42";
|
|
4
|
+
readonly border: "#4F4867";
|
|
5
|
+
readonly shadow: "0 12px 40px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.25)";
|
|
6
|
+
};
|
|
7
|
+
readonly item: {
|
|
8
|
+
readonly default: {
|
|
9
|
+
readonly bg: "transparent";
|
|
10
|
+
readonly fg: "#F4F1FB";
|
|
11
|
+
};
|
|
12
|
+
readonly hover: {
|
|
13
|
+
readonly bg: "#3D3754";
|
|
14
|
+
readonly fg: "#F4F1FB";
|
|
15
|
+
};
|
|
16
|
+
readonly active: {
|
|
17
|
+
readonly ring: "transparent";
|
|
18
|
+
readonly bg: "#3D3754";
|
|
19
|
+
readonly fg: "#F4F1FB";
|
|
20
|
+
};
|
|
21
|
+
readonly pressed: {
|
|
22
|
+
readonly bg: "#4F4867";
|
|
23
|
+
readonly fg: "#F4F1FB";
|
|
24
|
+
};
|
|
25
|
+
readonly focus: {
|
|
26
|
+
readonly ring: {
|
|
27
|
+
readonly color: "#B8A8FF";
|
|
28
|
+
readonly width: "2px";
|
|
29
|
+
readonly shadow: "0 0 8px rgba(184, 168, 255, 0.14)";
|
|
30
|
+
readonly offset: "#181521";
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
readonly disabled: {
|
|
34
|
+
readonly bg: "transparent";
|
|
35
|
+
readonly fg: "#6B6386";
|
|
36
|
+
};
|
|
37
|
+
readonly danger: {
|
|
38
|
+
readonly default: {
|
|
39
|
+
readonly bg: "transparent";
|
|
40
|
+
readonly fg: "#FB7185";
|
|
41
|
+
};
|
|
42
|
+
readonly hover: {
|
|
43
|
+
readonly bg: "rgba(251, 113, 133, 0.16)";
|
|
44
|
+
readonly fg: "#FB7185";
|
|
45
|
+
};
|
|
46
|
+
readonly active: {
|
|
47
|
+
readonly bg: "rgba(251, 113, 133, 0.16)";
|
|
48
|
+
readonly fg: "#FB7185";
|
|
49
|
+
};
|
|
50
|
+
readonly disabled: {
|
|
51
|
+
readonly bg: "transparent";
|
|
52
|
+
readonly fg: "#6B6386";
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
readonly trigger: {
|
|
57
|
+
readonly default: {
|
|
58
|
+
readonly bg: "transparent";
|
|
59
|
+
readonly fg: "#B8A8FF";
|
|
60
|
+
readonly border: "transparent";
|
|
61
|
+
};
|
|
62
|
+
readonly hover: {
|
|
63
|
+
readonly bg: "#3D3754";
|
|
64
|
+
readonly fg: "#9B7CFF";
|
|
65
|
+
readonly border: "transparent";
|
|
66
|
+
readonly ring: "transparent";
|
|
67
|
+
};
|
|
68
|
+
readonly focus: {
|
|
69
|
+
readonly bg: "transparent";
|
|
70
|
+
readonly fg: "#B8A8FF";
|
|
71
|
+
readonly border: "transparent";
|
|
72
|
+
readonly ring: {
|
|
73
|
+
readonly color: "#B8A8FF";
|
|
74
|
+
readonly width: "2px";
|
|
75
|
+
readonly shadow: "0 0 8px rgba(184, 168, 255, 0.14)";
|
|
76
|
+
readonly offset: "#181521";
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
readonly disabled: {
|
|
80
|
+
readonly bg: "transparent";
|
|
81
|
+
readonly fg: "#6B6386";
|
|
82
|
+
readonly border: "transparent";
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
readonly groupLabel: {
|
|
86
|
+
readonly fg: "#BBB2D2";
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
//# sourceMappingURL=contextMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contextMenu.d.ts","sourceRoot":"","sources":["../../../src/dark/components/contextMenu.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Dd,CAAC"}
|