@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.
Files changed (98) hide show
  1. package/dist/css/tokens.css +174 -123
  2. package/dist/dark/components/button.d.ts +5 -5
  3. package/dist/dark/components/button.js +4 -4
  4. package/dist/dark/components/checkbox.d.ts +6 -6
  5. package/dist/dark/components/dropdown.d.ts +6 -6
  6. package/dist/dark/components/formField.d.ts +3 -3
  7. package/dist/dark/components/input.d.ts +8 -7
  8. package/dist/dark/components/input.d.ts.map +1 -1
  9. package/dist/dark/components/input.js +2 -1
  10. package/dist/dark/components/menu.d.ts +3 -3
  11. package/dist/dark/components/modal.d.ts +3 -3
  12. package/dist/dark/components/radio.d.ts +21 -5
  13. package/dist/dark/components/radio.d.ts.map +1 -1
  14. package/dist/dark/components/radio.js +20 -4
  15. package/dist/dark/components/select.d.ts +6 -6
  16. package/dist/dark/components/select.js +4 -4
  17. package/dist/dark/components/tabs.d.ts +3 -3
  18. package/dist/dark/components/tooltip.d.ts +1 -1
  19. package/dist/dark/semantic/border.d.ts +2 -1
  20. package/dist/dark/semantic/border.d.ts.map +1 -1
  21. package/dist/dark/semantic/border.js +2 -1
  22. package/dist/dark/semantic/control.d.ts +7 -2
  23. package/dist/dark/semantic/control.d.ts.map +1 -1
  24. package/dist/dark/semantic/control.js +7 -2
  25. package/dist/dark/semantic/status.d.ts +1 -1
  26. package/dist/dark/semantic/status.js +1 -1
  27. package/dist/dark/semantic/surface.d.ts +2 -1
  28. package/dist/dark/semantic/surface.d.ts.map +1 -1
  29. package/dist/dark/semantic/surface.js +2 -1
  30. package/dist/dark/semantic/text.d.ts +1 -1
  31. package/dist/dark/semantic/text.js +1 -1
  32. package/dist/dark/theme.d.ts +7 -4
  33. package/dist/dark/theme.d.ts.map +1 -1
  34. package/dist/generated/token-types.d.ts +8 -8
  35. package/dist/generated/token-types.d.ts.map +1 -1
  36. package/dist/generated/token-types.js +72 -0
  37. package/dist/highContrast/components/button.d.ts +4 -4
  38. package/dist/highContrast/components/button.d.ts.map +1 -1
  39. package/dist/highContrast/components/button.js +4 -5
  40. package/dist/highContrast/components/checkbox.d.ts +6 -6
  41. package/dist/highContrast/components/formField.d.ts +1 -1
  42. package/dist/highContrast/components/formField.js +1 -1
  43. package/dist/highContrast/components/input.d.ts +3 -2
  44. package/dist/highContrast/components/input.d.ts.map +1 -1
  45. package/dist/highContrast/components/input.js +1 -0
  46. package/dist/highContrast/components/radio.d.ts +24 -8
  47. package/dist/highContrast/components/radio.d.ts.map +1 -1
  48. package/dist/highContrast/components/radio.js +23 -7
  49. package/dist/highContrast/components/select.d.ts +3 -3
  50. package/dist/highContrast/components/select.js +1 -1
  51. package/dist/highContrast/components/tabs.d.ts +1 -1
  52. package/dist/highContrast/components/tooltip.d.ts +1 -1
  53. package/dist/highContrast/semantic/action.d.ts +1 -1
  54. package/dist/highContrast/semantic/action.js +7 -7
  55. package/dist/highContrast/semantic/control.d.ts +11 -6
  56. package/dist/highContrast/semantic/control.d.ts.map +1 -1
  57. package/dist/highContrast/semantic/control.js +9 -4
  58. package/dist/highContrast/semantic/navigation.d.ts +1 -1
  59. package/dist/highContrast/semantic/status.d.ts +2 -2
  60. package/dist/highContrast/semantic/status.js +2 -2
  61. package/dist/highContrast/semantic/surface.d.ts +2 -1
  62. package/dist/highContrast/semantic/surface.d.ts.map +1 -1
  63. package/dist/highContrast/semantic/surface.js +2 -1
  64. package/dist/highContrast/semantic/text.d.ts +2 -1
  65. package/dist/highContrast/semantic/text.d.ts.map +1 -1
  66. package/dist/highContrast/semantic/text.js +3 -3
  67. package/dist/highContrast/theme.d.ts +7 -4
  68. package/dist/highContrast/theme.d.ts.map +1 -1
  69. package/dist/index.d.ts +6 -4
  70. package/dist/index.d.ts.map +1 -1
  71. package/dist/light/components/checkbox.d.ts +5 -5
  72. package/dist/light/components/input.d.ts +2 -1
  73. package/dist/light/components/input.d.ts.map +1 -1
  74. package/dist/light/components/input.js +2 -1
  75. package/dist/light/components/radio.d.ts +20 -4
  76. package/dist/light/components/radio.d.ts.map +1 -1
  77. package/dist/light/components/radio.js +17 -1
  78. package/dist/light/components/select.d.ts +5 -5
  79. package/dist/light/components/select.js +3 -3
  80. package/dist/light/components/tabs.d.ts +1 -1
  81. package/dist/light/components/tooltip.d.ts +1 -1
  82. package/dist/light/semantic/action.js +17 -17
  83. package/dist/light/semantic/control.d.ts +11 -6
  84. package/dist/light/semantic/control.d.ts.map +1 -1
  85. package/dist/light/semantic/control.js +10 -5
  86. package/dist/light/semantic/status.d.ts +1 -1
  87. package/dist/light/semantic/status.js +1 -1
  88. package/dist/light/semantic/text.d.ts +2 -2
  89. package/dist/light/semantic/text.js +2 -2
  90. package/dist/light/theme.d.ts +7 -4
  91. package/dist/light/theme.d.ts.map +1 -1
  92. package/dist/primitives/colors.d.ts +1 -0
  93. package/dist/primitives/colors.d.ts.map +1 -1
  94. package/dist/primitives/colors.js +1 -0
  95. package/dist/tokens/typography.d.ts +6 -4
  96. package/dist/tokens/typography.d.ts.map +1 -1
  97. package/dist/tokens/typography.js +6 -4
  98. 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: "#231F31";
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: "#231F31";
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: "#231F31";
216
- readonly fg: "#958CB0";
217
- readonly border: "#3D3754";
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.muted,
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.muted,
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.muted,
175
+ bg: surface.disabled,
176
176
  fg: text.disabled,
177
- border: border.muted,
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: "#4F4867";
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: "#6346E8";
14
+ readonly bg: "#9B7CFF";
15
15
  readonly fg: "#FFFFFF";
16
- readonly border: "#6346E8";
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: "#2F2A42";
34
- readonly fg: "#958CB0";
35
- readonly border: "#4F4867";
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: "#2F2A42";
22
- readonly fg: "#958CB0";
23
- readonly border: "#4F4867";
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: "#4F4867";
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: "#958CB0";
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: "#FB7185";
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: "#958CB0";
30
- readonly descriptionFg: "#958CB0";
31
- readonly helperTextFg: "#958CB0";
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: "#6B6386";
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: "#958CB0";
27
- readonly border: "#4F4867";
28
- readonly placeholder: "#958CB0";
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: "#FB7185";
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: "#2F2A42";
40
+ readonly bg: "#242034";
41
41
  readonly fg: "#BBB2D2";
42
- readonly border: "#4F4867";
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqER,CAAC"}
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.elevated,
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: "#2F2A42";
20
- readonly fg: "#958CB0";
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: "#FB7185";
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: "#4F4867";
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: "#2F2A42";
22
+ readonly bg: "#242034";
23
23
  readonly fg: "#F4F1FB";
24
24
  };
25
25
  readonly disabled: {
26
26
  readonly bg: "transparent";
27
- readonly fg: "#958CB0";
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: "#231F31";
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: "#6346E8";
16
- readonly border: "#6346E8";
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: "#958CB0";
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":"AAMA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BR,CAAC"}
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.subtle,
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: control.selected.active,
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.subtle,
44
+ bg: surface.disabled,
29
45
  fg: text.disabled,
30
- border: border.default,
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: "#231F31";
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: "#958CB0";
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: "#4F4867";
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: "#4F4867";
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: "#958CB0";
59
- readonly border: "#4F4867";
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.subtle,
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.subtle,
22
+ bg: surface.disabled,
23
23
  fg: text.disabled,
24
- border: border.default,
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.default,
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: "#4F4867";
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: "#958CB0";
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: "#958CB0";
48
+ readonly fg: "#6B6386";
49
49
  readonly border: "transparent";
50
50
  };
51
51
  };
@@ -2,7 +2,7 @@ export declare const tooltip: {
2
2
  readonly content: {
3
3
  readonly bg: "#FFFFFF";
4
4
  readonly fg: "#000000";
5
- readonly border: "#4F4867";
5
+ readonly border: "#958CB0";
6
6
  };
7
7
  readonly arrow: {
8
8
  readonly bg: "#FFFFFF";
@@ -1,9 +1,10 @@
1
1
  export declare const border: {
2
- readonly default: "#4F4867";
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;;;;;;;CAQT,CAAC"}
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[600],
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: "#6346E8";
19
+ readonly bg: "#9B7CFF";
15
20
  readonly fg: "#FFFFFF";
16
- readonly border: "#6346E8";
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCV,CAAC"}
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[600],
23
+ bg: colors.primary[400],
19
24
  fg: text.inverse,
20
- border: colors.primary[600],
25
+ border: colors.primary[400],
21
26
  },
22
27
  hover: {
23
28
  bg: colors.primary[700],
@@ -8,7 +8,7 @@ export declare const status: {
8
8
  readonly error: {
9
9
  readonly fg: "#FB7185";
10
10
  readonly bg: "rgba(251, 113, 133, 0.16)";
11
- readonly border: "#FB7185";
11
+ readonly border: "#F43F5E";
12
12
  readonly strong: "#E11D48";
13
13
  };
14
14
  readonly warning: {
@@ -9,7 +9,7 @@ export const status = {
9
9
  error: {
10
10
  fg: colors.error[400],
11
11
  bg: 'rgba(251, 113, 133, 0.16)',
12
- border: colors.error[400],
12
+ border: colors.error[500],
13
13
  strong: colors.error[600],
14
14
  },
15
15
  warning: {
@@ -1,10 +1,11 @@
1
1
  export declare const surface: {
2
2
  readonly default: "#181521";
3
3
  readonly muted: "#231F31";
4
- readonly subtle: "#2F2A42";
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;;;;;;;;;;CAYV,CAAC"}
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[800],
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: "#958CB0";
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[400],
6
+ disabled: colors.vellira[500],
7
7
  subtle: colors.mono[50],
8
8
  hover: colors.primary[400],
9
9
  inverse: colors.mono[50],