@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.
Files changed (247) hide show
  1. package/dist/css/tokens.css +1217 -870
  2. package/dist/dark/components/button.d.ts +53 -53
  3. package/dist/dark/components/button.d.ts.map +1 -1
  4. package/dist/dark/components/button.js +58 -60
  5. package/dist/dark/components/checkbox.d.ts +17 -13
  6. package/dist/dark/components/checkbox.d.ts.map +1 -1
  7. package/dist/dark/components/checkbox.js +21 -10
  8. package/dist/dark/components/contextMenu.d.ts +89 -0
  9. package/dist/dark/components/contextMenu.d.ts.map +1 -0
  10. package/dist/dark/components/contextMenu.js +52 -0
  11. package/dist/dark/components/dropdown.d.ts +33 -13
  12. package/dist/dark/components/dropdown.d.ts.map +1 -1
  13. package/dist/dark/components/dropdown.js +30 -27
  14. package/dist/dark/components/formField.d.ts +2 -2
  15. package/dist/dark/components/formField.js +1 -1
  16. package/dist/dark/components/index.d.ts +1 -1
  17. package/dist/dark/components/index.d.ts.map +1 -1
  18. package/dist/dark/components/index.js +1 -1
  19. package/dist/dark/components/input.d.ts +26 -26
  20. package/dist/dark/components/input.js +11 -11
  21. package/dist/dark/components/modal.d.ts +21 -4
  22. package/dist/dark/components/modal.d.ts.map +1 -1
  23. package/dist/dark/components/modal.js +18 -4
  24. package/dist/dark/components/radio.d.ts +24 -19
  25. package/dist/dark/components/radio.d.ts.map +1 -1
  26. package/dist/dark/components/radio.js +19 -19
  27. package/dist/dark/components/select.d.ts +24 -14
  28. package/dist/dark/components/select.d.ts.map +1 -1
  29. package/dist/dark/components/select.js +31 -24
  30. package/dist/dark/components/tabs.d.ts +17 -12
  31. package/dist/dark/components/tabs.d.ts.map +1 -1
  32. package/dist/dark/components/tabs.js +9 -8
  33. package/dist/dark/components/tooltip.d.ts +2 -1
  34. package/dist/dark/components/tooltip.d.ts.map +1 -1
  35. package/dist/dark/components/tooltip.js +7 -7
  36. package/dist/dark/semantic/action.d.ts +30 -30
  37. package/dist/dark/semantic/action.d.ts.map +1 -1
  38. package/dist/dark/semantic/action.js +45 -45
  39. package/dist/dark/semantic/border.d.ts +5 -5
  40. package/dist/dark/semantic/border.d.ts.map +1 -1
  41. package/dist/dark/semantic/border.js +5 -5
  42. package/dist/dark/semantic/control.d.ts +21 -16
  43. package/dist/dark/semantic/control.d.ts.map +1 -1
  44. package/dist/dark/semantic/control.js +24 -19
  45. package/dist/dark/semantic/divider.d.ts +3 -3
  46. package/dist/dark/semantic/divider.js +3 -3
  47. package/dist/dark/semantic/focus.d.ts +6 -2
  48. package/dist/dark/semantic/focus.d.ts.map +1 -1
  49. package/dist/dark/semantic/focus.js +6 -2
  50. package/dist/dark/semantic/icons.d.ts +10 -11
  51. package/dist/dark/semantic/icons.d.ts.map +1 -1
  52. package/dist/dark/semantic/icons.js +10 -11
  53. package/dist/dark/semantic/index.d.ts +3 -0
  54. package/dist/dark/semantic/index.d.ts.map +1 -1
  55. package/dist/dark/semantic/index.js +3 -0
  56. package/dist/dark/{components → semantic}/menu.d.ts +14 -19
  57. package/dist/dark/semantic/menu.d.ts.map +1 -0
  58. package/dist/dark/semantic/menu.js +47 -0
  59. package/dist/dark/semantic/navigation.d.ts +8 -8
  60. package/dist/dark/semantic/navigation.d.ts.map +1 -1
  61. package/dist/dark/semantic/navigation.js +5 -4
  62. package/dist/dark/semantic/overlay.d.ts +17 -0
  63. package/dist/dark/semantic/overlay.d.ts.map +1 -0
  64. package/dist/dark/semantic/overlay.js +19 -0
  65. package/dist/dark/semantic/shadow.d.ts +8 -0
  66. package/dist/dark/semantic/shadow.d.ts.map +1 -0
  67. package/dist/dark/semantic/shadow.js +7 -0
  68. package/dist/dark/semantic/skeleton.d.ts +2 -2
  69. package/dist/dark/semantic/skeleton.js +2 -2
  70. package/dist/dark/semantic/status.d.ts +12 -8
  71. package/dist/dark/semantic/status.d.ts.map +1 -1
  72. package/dist/dark/semantic/status.js +12 -8
  73. package/dist/dark/semantic/surface.d.ts +4 -4
  74. package/dist/dark/semantic/surface.d.ts.map +1 -1
  75. package/dist/dark/semantic/surface.js +4 -4
  76. package/dist/dark/semantic/text.d.ts +6 -5
  77. package/dist/dark/semantic/text.d.ts.map +1 -1
  78. package/dist/dark/semantic/text.js +6 -5
  79. package/dist/generated/token-types.d.ts +5 -5
  80. package/dist/generated/token-types.d.ts.map +1 -1
  81. package/dist/generated/token-types.js +565 -132
  82. package/dist/highContrast/components/button.d.ts +70 -70
  83. package/dist/highContrast/components/button.d.ts.map +1 -1
  84. package/dist/highContrast/components/button.js +68 -69
  85. package/dist/highContrast/components/checkbox.d.ts +19 -15
  86. package/dist/highContrast/components/checkbox.d.ts.map +1 -1
  87. package/dist/highContrast/components/checkbox.js +22 -12
  88. package/dist/highContrast/components/contextMenu.d.ts +89 -0
  89. package/dist/highContrast/components/contextMenu.d.ts.map +1 -0
  90. package/dist/highContrast/components/contextMenu.js +52 -0
  91. package/dist/highContrast/components/dropdown.d.ts +45 -25
  92. package/dist/highContrast/components/dropdown.d.ts.map +1 -1
  93. package/dist/highContrast/components/dropdown.js +28 -37
  94. package/dist/highContrast/components/formField.d.ts +5 -5
  95. package/dist/highContrast/components/formField.js +2 -2
  96. package/dist/highContrast/components/index.d.ts +1 -1
  97. package/dist/highContrast/components/index.d.ts.map +1 -1
  98. package/dist/highContrast/components/index.js +1 -1
  99. package/dist/highContrast/components/input.d.ts +29 -29
  100. package/dist/highContrast/components/input.d.ts.map +1 -1
  101. package/dist/highContrast/components/input.js +16 -17
  102. package/dist/highContrast/components/modal.d.ts +22 -5
  103. package/dist/highContrast/components/modal.d.ts.map +1 -1
  104. package/dist/highContrast/components/modal.js +19 -6
  105. package/dist/highContrast/components/radio.d.ts +27 -22
  106. package/dist/highContrast/components/radio.d.ts.map +1 -1
  107. package/dist/highContrast/components/radio.js +20 -20
  108. package/dist/highContrast/components/select.d.ts +27 -17
  109. package/dist/highContrast/components/select.d.ts.map +1 -1
  110. package/dist/highContrast/components/select.js +31 -30
  111. package/dist/highContrast/components/tabs.d.ts +21 -16
  112. package/dist/highContrast/components/tabs.d.ts.map +1 -1
  113. package/dist/highContrast/components/tabs.js +18 -15
  114. package/dist/highContrast/components/tooltip.d.ts +3 -2
  115. package/dist/highContrast/components/tooltip.d.ts.map +1 -1
  116. package/dist/highContrast/components/tooltip.js +7 -7
  117. package/dist/highContrast/semantic/action.d.ts +48 -38
  118. package/dist/highContrast/semantic/action.d.ts.map +1 -1
  119. package/dist/highContrast/semantic/action.js +58 -49
  120. package/dist/highContrast/semantic/border.d.ts +4 -4
  121. package/dist/highContrast/semantic/border.d.ts.map +1 -1
  122. package/dist/highContrast/semantic/border.js +4 -4
  123. package/dist/highContrast/semantic/control.d.ts +23 -28
  124. package/dist/highContrast/semantic/control.d.ts.map +1 -1
  125. package/dist/highContrast/semantic/control.js +24 -29
  126. package/dist/highContrast/semantic/divider.d.ts +2 -2
  127. package/dist/highContrast/semantic/divider.js +2 -2
  128. package/dist/highContrast/semantic/focus.d.ts +6 -2
  129. package/dist/highContrast/semantic/focus.d.ts.map +1 -1
  130. package/dist/highContrast/semantic/focus.js +6 -2
  131. package/dist/highContrast/semantic/icons.d.ts +10 -11
  132. package/dist/highContrast/semantic/icons.d.ts.map +1 -1
  133. package/dist/highContrast/semantic/icons.js +11 -12
  134. package/dist/highContrast/semantic/index.d.ts +4 -0
  135. package/dist/highContrast/semantic/index.d.ts.map +1 -1
  136. package/dist/highContrast/semantic/index.js +4 -0
  137. package/dist/highContrast/{components → semantic}/menu.d.ts +20 -25
  138. package/dist/highContrast/semantic/menu.d.ts.map +1 -0
  139. package/dist/highContrast/semantic/menu.js +47 -0
  140. package/dist/highContrast/semantic/navigation.d.ts +14 -25
  141. package/dist/highContrast/semantic/navigation.d.ts.map +1 -1
  142. package/dist/highContrast/semantic/navigation.js +12 -23
  143. package/dist/highContrast/semantic/overlay.d.ts +17 -0
  144. package/dist/highContrast/semantic/overlay.d.ts.map +1 -0
  145. package/dist/highContrast/semantic/overlay.js +19 -0
  146. package/dist/highContrast/semantic/shadow.d.ts +8 -0
  147. package/dist/highContrast/semantic/shadow.d.ts.map +1 -0
  148. package/dist/highContrast/semantic/shadow.js +7 -0
  149. package/dist/highContrast/semantic/skeleton.d.ts +1 -1
  150. package/dist/highContrast/semantic/skeleton.js +1 -1
  151. package/dist/highContrast/semantic/status.d.ts +17 -13
  152. package/dist/highContrast/semantic/status.d.ts.map +1 -1
  153. package/dist/highContrast/semantic/status.js +17 -13
  154. package/dist/highContrast/semantic/surface.d.ts +6 -6
  155. package/dist/highContrast/semantic/surface.d.ts.map +1 -1
  156. package/dist/highContrast/semantic/surface.js +7 -7
  157. package/dist/highContrast/semantic/text.d.ts +7 -6
  158. package/dist/highContrast/semantic/text.d.ts.map +1 -1
  159. package/dist/highContrast/semantic/text.js +7 -6
  160. package/dist/light/components/button.d.ts +49 -49
  161. package/dist/light/components/button.d.ts.map +1 -1
  162. package/dist/light/components/button.js +62 -64
  163. package/dist/light/components/checkbox.d.ts +18 -14
  164. package/dist/light/components/checkbox.d.ts.map +1 -1
  165. package/dist/light/components/checkbox.js +16 -12
  166. package/dist/light/components/contextMenu.d.ts +89 -0
  167. package/dist/light/components/contextMenu.d.ts.map +1 -0
  168. package/dist/light/components/contextMenu.js +52 -0
  169. package/dist/light/components/dropdown.d.ts +38 -18
  170. package/dist/light/components/dropdown.d.ts.map +1 -1
  171. package/dist/light/components/dropdown.js +21 -31
  172. package/dist/light/components/formField.d.ts +7 -7
  173. package/dist/light/components/formField.js +1 -1
  174. package/dist/light/components/index.d.ts +1 -1
  175. package/dist/light/components/index.d.ts.map +1 -1
  176. package/dist/light/components/index.js +1 -1
  177. package/dist/light/components/input.d.ts +31 -31
  178. package/dist/light/components/input.d.ts.map +1 -1
  179. package/dist/light/components/input.js +14 -15
  180. package/dist/light/components/modal.d.ts +25 -8
  181. package/dist/light/components/modal.d.ts.map +1 -1
  182. package/dist/light/components/modal.js +19 -6
  183. package/dist/light/components/radio.d.ts +23 -18
  184. package/dist/light/components/radio.d.ts.map +1 -1
  185. package/dist/light/components/radio.js +21 -21
  186. package/dist/light/components/select.d.ts +28 -18
  187. package/dist/light/components/select.d.ts.map +1 -1
  188. package/dist/light/components/select.js +31 -26
  189. package/dist/light/components/tabs.d.ts +20 -15
  190. package/dist/light/components/tabs.d.ts.map +1 -1
  191. package/dist/light/components/tabs.js +14 -13
  192. package/dist/light/components/tooltip.d.ts +3 -2
  193. package/dist/light/components/tooltip.d.ts.map +1 -1
  194. package/dist/light/components/tooltip.js +7 -7
  195. package/dist/light/semantic/action.d.ts +30 -28
  196. package/dist/light/semantic/action.d.ts.map +1 -1
  197. package/dist/light/semantic/action.js +38 -36
  198. package/dist/light/semantic/border.d.ts +4 -4
  199. package/dist/light/semantic/border.d.ts.map +1 -1
  200. package/dist/light/semantic/border.js +4 -4
  201. package/dist/light/semantic/control.d.ts +18 -13
  202. package/dist/light/semantic/control.d.ts.map +1 -1
  203. package/dist/light/semantic/control.js +18 -13
  204. package/dist/light/semantic/divider.d.ts +3 -3
  205. package/dist/light/semantic/divider.js +3 -3
  206. package/dist/light/semantic/focus.d.ts +6 -2
  207. package/dist/light/semantic/focus.d.ts.map +1 -1
  208. package/dist/light/semantic/focus.js +6 -2
  209. package/dist/light/semantic/icons.d.ts +10 -11
  210. package/dist/light/semantic/icons.d.ts.map +1 -1
  211. package/dist/light/semantic/icons.js +10 -11
  212. package/dist/light/semantic/index.d.ts +3 -0
  213. package/dist/light/semantic/index.d.ts.map +1 -1
  214. package/dist/light/semantic/index.js +3 -0
  215. package/dist/light/{components → semantic}/menu.d.ts +17 -22
  216. package/dist/light/semantic/menu.d.ts.map +1 -0
  217. package/dist/light/semantic/menu.js +47 -0
  218. package/dist/light/semantic/navigation.d.ts +13 -9
  219. package/dist/light/semantic/navigation.d.ts.map +1 -1
  220. package/dist/light/semantic/navigation.js +15 -9
  221. package/dist/light/semantic/overlay.d.ts +17 -0
  222. package/dist/light/semantic/overlay.d.ts.map +1 -0
  223. package/dist/light/semantic/overlay.js +19 -0
  224. package/dist/light/semantic/shadow.d.ts +8 -0
  225. package/dist/light/semantic/shadow.d.ts.map +1 -0
  226. package/dist/light/semantic/shadow.js +7 -0
  227. package/dist/light/semantic/skeleton.d.ts +2 -2
  228. package/dist/light/semantic/skeleton.js +2 -2
  229. package/dist/light/semantic/status.d.ts +14 -10
  230. package/dist/light/semantic/status.d.ts.map +1 -1
  231. package/dist/light/semantic/status.js +14 -10
  232. package/dist/light/semantic/surface.d.ts +6 -6
  233. package/dist/light/semantic/surface.d.ts.map +1 -1
  234. package/dist/light/semantic/surface.js +7 -7
  235. package/dist/light/semantic/text.d.ts +7 -5
  236. package/dist/light/semantic/text.d.ts.map +1 -1
  237. package/dist/light/semantic/text.js +7 -5
  238. package/dist/primitives/colors.d.ts +3 -5
  239. package/dist/primitives/colors.d.ts.map +1 -1
  240. package/dist/primitives/colors.js +3 -5
  241. package/package.json +1 -1
  242. package/dist/dark/components/menu.d.ts.map +0 -1
  243. package/dist/dark/components/menu.js +0 -47
  244. package/dist/highContrast/components/menu.d.ts.map +0 -1
  245. package/dist/highContrast/components/menu.js +0 -48
  246. package/dist/light/components/menu.d.ts.map +0 -1
  247. package/dist/light/components/menu.js +0 -48
@@ -4,107 +4,109 @@ export const action = {
4
4
  primary: {
5
5
  default: {
6
6
  bg: colors.primary[600],
7
- fg: text.onInverse,
7
+ fg: text.inverse,
8
8
  border: colors.primary[600],
9
9
  },
10
10
  hover: {
11
11
  bg: colors.primary[700],
12
- fg: text.onInverse,
12
+ fg: text.inverse,
13
13
  border: colors.primary[700],
14
14
  },
15
15
  active: {
16
16
  bg: colors.primary[800],
17
- fg: text.onInverse,
17
+ fg: text.inverse,
18
18
  border: colors.primary[800],
19
19
  },
20
20
  muted: {
21
- bg: colors.primary[500],
22
- fg: text.onInverse,
23
- border: colors.primary[500],
21
+ bg: colors.primary[100],
22
+ fg: colors.primary[900],
23
+ border: colors.primary[300],
24
24
  },
25
25
  subtle: {
26
26
  bg: colors.primary[50],
27
27
  fg: colors.primary[900],
28
- border: colors.primary[700],
28
+ border: 'transparent',
29
29
  },
30
30
  },
31
31
  secondary: {
32
32
  default: {
33
33
  bg: colors.secondary[700],
34
- fg: text.onInverse,
34
+ fg: text.inverse,
35
35
  border: colors.secondary[700],
36
36
  },
37
37
  hover: {
38
38
  bg: colors.secondary[800],
39
- fg: text.onInverse,
39
+ fg: text.inverse,
40
40
  border: colors.secondary[800],
41
41
  },
42
42
  active: {
43
43
  bg: colors.secondary[900],
44
- fg: text.onInverse,
44
+ fg: text.inverse,
45
45
  border: colors.secondary[900],
46
46
  },
47
47
  muted: {
48
- bg: colors.secondary[500],
49
- fg: text.onInverse,
50
- border: colors.secondary[500],
48
+ bg: colors.secondary[100],
49
+ fg: colors.secondary[900],
50
+ border: colors.secondary[300],
51
51
  },
52
52
  subtle: {
53
53
  bg: colors.secondary[50],
54
- fg: text.onInverse,
55
- border: colors.secondary[700],
54
+ fg: colors.secondary[900],
55
+ border: 'transparent',
56
56
  },
57
57
  },
58
58
  close: {
59
59
  default: {
60
- bg: colors.grayBlue[200],
61
- fg: text.inverse,
62
- border: colors.grayBlue[200],
60
+ bg: colors.vellira[250],
61
+ fg: colors.vellira[900],
62
+ border: colors.vellira[250],
63
63
  },
64
64
  hover: {
65
- bg: colors.grayBlue[300],
66
- fg: text.inverse,
67
- border: colors.grayBlue[300],
65
+ bg: colors.vellira[300],
66
+ fg: colors.vellira[950],
67
+ border: colors.vellira[300],
68
68
  },
69
69
  active: {
70
- bg: colors.grayBlue[400],
70
+ bg: colors.vellira[400],
71
71
  fg: text.inverse,
72
- border: colors.grayBlue[400],
72
+ border: colors.vellira[400],
73
73
  },
74
74
  muted: {
75
- bg: colors.grayBlue[600],
76
- fg: text.onInverse,
77
- border: colors.grayBlue[600],
75
+ bg: colors.vellira[150],
76
+ fg: colors.vellira[800],
77
+ border: colors.vellira[300],
78
78
  },
79
79
  subtle: {
80
- bg: colors.grayBlue[500],
81
- fg: text.onInverse,
82
- border: colors.grayBlue[500],
80
+ bg: colors.vellira[100],
81
+ fg: colors.vellira[700],
82
+ border: 'transparent',
83
83
  },
84
84
  },
85
85
  danger: {
86
86
  default: {
87
87
  bg: colors.error[700],
88
- fg: text.onInverse,
88
+ fg: text.inverse,
89
89
  border: colors.error[700],
90
90
  },
91
91
  hover: {
92
92
  bg: colors.error[800],
93
- fg: text.onInverse,
93
+ fg: text.inverse,
94
94
  border: colors.error[800],
95
95
  },
96
96
  active: {
97
97
  bg: colors.error[900],
98
- fg: text.onInverse,
98
+ fg: text.inverse,
99
99
  border: colors.error[900],
100
100
  },
101
- subtle: {
102
- bg: colors.error[50],
103
- fg: colors.error[700],
104
- },
105
101
  muted: {
106
102
  bg: colors.error[100],
103
+ fg: colors.error[800],
104
+ border: colors.error[300],
105
+ },
106
+ subtle: {
107
+ bg: colors.error[50],
107
108
  fg: colors.error[700],
109
+ border: 'transparent',
108
110
  },
109
111
  },
110
112
  };
@@ -1,9 +1,9 @@
1
1
  export declare const border: {
2
+ readonly subtle: "#EEE8FA";
3
+ readonly muted: "#E4DDF4";
2
4
  readonly default: "#BBB2D2";
3
- readonly muted: "#EEE8FA";
4
- readonly subtle: "#D4CEE8";
5
- readonly elevated: "#958CB0";
6
- readonly strong: "#4F4867";
5
+ readonly strong: "#6B6386";
6
+ readonly elevated: "#D4CEE8";
7
7
  readonly disabled: "#E4DDF4";
8
8
  readonly focus: "#5037C8";
9
9
  };
@@ -1 +1 @@
1
- {"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/border.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;CAST,CAAC"}
1
+ {"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/border.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;CAUT,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import { colors } from '../../primitives/colors.js';
2
2
  export const border = {
3
+ subtle: colors.vellira[150],
4
+ muted: colors.vellira[200],
3
5
  default: colors.vellira[300],
4
- muted: colors.vellira[150],
5
- subtle: colors.vellira[250],
6
- elevated: colors.vellira[400],
7
- strong: colors.vellira[600],
6
+ strong: colors.vellira[500],
7
+ elevated: colors.vellira[250],
8
8
  disabled: colors.vellira[200],
9
9
  focus: colors.primary[700],
10
10
  };
@@ -1,12 +1,12 @@
1
1
  export declare const control: {
2
2
  readonly default: {
3
- readonly bg: "#F4F1FB";
4
- readonly fg: "#4F4867";
5
- readonly border: "#D4CEE8";
3
+ readonly bg: "#FFFFFF";
4
+ readonly fg: "#3D3754";
5
+ readonly border: "#BBB2D2";
6
6
  };
7
7
  readonly hover: {
8
8
  readonly bg: "#F4F3FF";
9
- readonly fg: "#5037C8";
9
+ readonly fg: "#402C9F";
10
10
  readonly border: "#5037C8";
11
11
  };
12
12
  readonly active: {
@@ -14,6 +14,11 @@ export declare const control: {
14
14
  readonly fg: "#342580";
15
15
  readonly border: "#402C9F";
16
16
  };
17
+ readonly disabled: {
18
+ readonly bg: "#F4F1FB";
19
+ readonly fg: "#958CB0";
20
+ readonly border: "#E4DDF4";
21
+ };
17
22
  readonly selected: {
18
23
  readonly default: {
19
24
  readonly bg: "#6346E8";
@@ -21,19 +26,19 @@ export declare const control: {
21
26
  readonly border: "#6346E8";
22
27
  };
23
28
  readonly hover: {
24
- readonly bg: "#402C9F";
25
- readonly fg: "#5037C8";
26
- readonly border: "#402C9F";
29
+ readonly bg: "#5037C8";
30
+ readonly fg: "#FFFFFF";
31
+ readonly border: "#5037C8";
27
32
  };
28
33
  readonly active: {
29
- readonly bg: "#21164F";
30
- readonly fg: "#0F0F0F";
31
- readonly border: "#21164F";
34
+ readonly bg: "#402C9F";
35
+ readonly fg: "#FFFFFF";
36
+ readonly border: "#402C9F";
32
37
  };
33
38
  readonly muted: {
34
- readonly bg: "#5037C8";
35
- readonly fg: "#0F0F0F";
36
- readonly border: "#7C5CFF";
39
+ readonly bg: "#E9E6FF";
40
+ readonly fg: "#342580";
41
+ readonly border: "#B8A8FF";
37
42
  };
38
43
  };
39
44
  };
@@ -1 +1 @@
1
- {"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/control.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CV,CAAC"}
1
+ {"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/control.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDV,CAAC"}
@@ -4,13 +4,13 @@ import { surface } from './surface.js';
4
4
  import { text } from './text.js';
5
5
  export const control = {
6
6
  default: {
7
- bg: surface.default,
7
+ bg: surface.elevated,
8
8
  fg: text.primary,
9
- border: border.subtle,
9
+ border: border.default,
10
10
  },
11
11
  hover: {
12
12
  bg: colors.primary[50],
13
- fg: colors.primary[700],
13
+ fg: colors.primary[800],
14
14
  border: colors.primary[700],
15
15
  },
16
16
  active: {
@@ -18,26 +18,31 @@ export const control = {
18
18
  fg: colors.primary[900],
19
19
  border: colors.primary[800],
20
20
  },
21
+ disabled: {
22
+ bg: surface.disabled,
23
+ fg: text.disabled,
24
+ border: border.disabled,
25
+ },
21
26
  selected: {
22
27
  default: {
23
28
  bg: colors.primary[600],
24
- fg: text.onInverse,
29
+ fg: colors.mono[50],
25
30
  border: colors.primary[600],
26
31
  },
27
32
  hover: {
28
- bg: colors.primary[800],
29
- fg: text.brand,
30
- border: colors.primary[800],
33
+ bg: colors.primary[700],
34
+ fg: colors.mono[50],
35
+ border: colors.primary[700],
31
36
  },
32
37
  active: {
33
- bg: colors.primary[950],
34
- fg: text.inverse,
35
- border: colors.primary[950],
38
+ bg: colors.primary[800],
39
+ fg: colors.mono[50],
40
+ border: colors.primary[800],
36
41
  },
37
42
  muted: {
38
- bg: colors.primary[700],
39
- fg: text.inverse,
40
- border: colors.primary[500],
43
+ bg: colors.primary[100],
44
+ fg: colors.primary[900],
45
+ border: colors.primary[300],
41
46
  },
42
47
  },
43
48
  };
@@ -1,6 +1,6 @@
1
1
  export declare const divider: {
2
- readonly default: "#E5E7EB";
3
- readonly muted: "#EDF5FF";
4
- readonly strong: "#D1D5DB";
2
+ readonly muted: "#F4F1FB";
3
+ readonly default: "#E4DDF4";
4
+ readonly strong: "#BBB2D2";
5
5
  };
6
6
  //# sourceMappingURL=divider.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { colors } from '../../primitives/colors.js';
2
2
  export const divider = {
3
- default: colors.gray[200],
4
- muted: colors.grayBlue[100],
5
- strong: colors.gray[300],
3
+ muted: colors.vellira[100],
4
+ default: colors.vellira[200],
5
+ strong: colors.vellira[300],
6
6
  };
@@ -1,5 +1,9 @@
1
1
  export declare const focus: {
2
- readonly ring: "#5037C8";
3
- readonly ringOffset: "#FFFFFF";
2
+ readonly ring: {
3
+ readonly color: "#5037C8";
4
+ readonly width: "2px";
5
+ readonly shadow: "0 0 8px rgba(99, 70, 232, 0.14)";
6
+ readonly offset: "#FFFFFF";
7
+ };
4
8
  };
5
9
  //# sourceMappingURL=focus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"focus.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/focus.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;CAGR,CAAC"}
1
+ {"version":3,"file":"focus.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/focus.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;CAOR,CAAC"}
@@ -1,5 +1,9 @@
1
1
  import { colors } from '../../primitives/colors.js';
2
2
  export const focus = {
3
- ring: colors.primary[700],
4
- ringOffset: colors.mono[50],
3
+ ring: {
4
+ color: colors.primary[700],
5
+ width: '2px',
6
+ shadow: '0 0 8px rgba(99, 70, 232, 0.14)',
7
+ offset: colors.mono[50],
8
+ },
5
9
  };
@@ -1,15 +1,14 @@
1
1
  export declare const icons: {
2
- readonly default: "#0F0F0F";
3
- readonly primary: "#7C5CFF";
4
- readonly secondary: "#1FBEDB";
5
- readonly success: "#059669";
6
- readonly muted: "#6B6386";
2
+ readonly default: "#3D3754";
3
+ readonly secondary: "#6B6386";
4
+ readonly muted: "#958CB0";
5
+ readonly subtle: "#958CB0";
7
6
  readonly disabled: "#958CB0";
8
- readonly subtle: "#FFFFFF";
9
- readonly danger: "#E11D48";
10
- readonly hover: "#9B7CFF";
11
- readonly inverse: "#1A1A1A";
12
- readonly onInverse: "#000000";
13
- readonly brand: "#9B7CFF";
7
+ readonly primary: "#5037C8";
8
+ readonly brand: "#5037C8";
9
+ readonly hover: "#402C9F";
10
+ readonly success: "#047857";
11
+ readonly danger: "#BE123C";
12
+ readonly inverse: "#FFFFFF";
14
13
  };
15
14
  //# sourceMappingURL=icons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/icons.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAgBR,CAAC"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/icons.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;CAeR,CAAC"}
@@ -1,15 +1,14 @@
1
1
  import { colors } from '../../primitives/colors.js';
2
2
  export const icons = {
3
- default: colors.mono[900],
4
- primary: colors.primary[500],
5
- secondary: colors.secondary[500],
6
- success: colors.success[600],
7
- muted: colors.vellira[500],
3
+ default: colors.vellira[700],
4
+ secondary: colors.vellira[500],
5
+ muted: colors.vellira[400],
6
+ subtle: colors.vellira[400],
8
7
  disabled: colors.vellira[400],
9
- subtle: colors.mono[50],
10
- danger: colors.error[600],
11
- hover: colors.primary[400],
12
- inverse: colors.mono[800],
13
- onInverse: colors.mono[950],
14
- brand: colors.primary[400],
8
+ primary: colors.primary[700],
9
+ brand: colors.primary[700],
10
+ hover: colors.primary[800],
11
+ success: colors.success[700],
12
+ danger: colors.error[700],
13
+ inverse: colors.mono[50],
15
14
  };
@@ -3,7 +3,10 @@ export { border } from './border.js';
3
3
  export { control } from './control.js';
4
4
  export { divider } from './divider.js';
5
5
  export { focus } from './focus.js';
6
+ export { menu } from './menu.js';
6
7
  export { navigation } from './navigation.js';
8
+ export { overlay } from './overlay.js';
9
+ export { shadow } from './shadow.js';
7
10
  export { skeleton } from './skeleton.js';
8
11
  export { status } from './status.js';
9
12
  export { surface } from './surface.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC"}
@@ -3,7 +3,10 @@ export { border } from './border.js';
3
3
  export { control } from './control.js';
4
4
  export { divider } from './divider.js';
5
5
  export { focus } from './focus.js';
6
+ export { menu } from './menu.js';
6
7
  export { navigation } from './navigation.js';
8
+ export { overlay } from './overlay.js';
9
+ export { shadow } from './shadow.js';
7
10
  export { skeleton } from './skeleton.js';
8
11
  export { status } from './status.js';
9
12
  export { surface } from './surface.js';
@@ -1,27 +1,31 @@
1
1
  export declare const menu: {
2
+ readonly background: "#FFFFFF";
3
+ readonly border: "#E4DDF4";
2
4
  readonly item: {
3
5
  readonly default: {
4
6
  readonly bg: "transparent";
5
- readonly fg: "#4F4867";
7
+ readonly fg: "#3D3754";
6
8
  };
7
9
  readonly hover: {
8
10
  readonly bg: "#F4F1FB";
9
- readonly fg: "#4F4867";
11
+ readonly fg: "#3D3754";
10
12
  };
11
13
  readonly active: {
12
14
  readonly bg: "#EEE8FA";
13
- readonly fg: "#4F4867";
15
+ readonly fg: "#3D3754";
14
16
  };
15
- readonly focus: {
16
- readonly ring: "transparent";
17
+ readonly pressed: {
18
+ readonly bg: "#E4DDF4";
19
+ readonly fg: "#3D3754";
17
20
  };
18
21
  readonly disabled: {
19
- readonly bg: "#FFFFFF";
20
- readonly fg: "#9CA3AF";
22
+ readonly bg: "transparent";
23
+ readonly fg: "#958CB0";
21
24
  };
22
25
  readonly danger: {
23
26
  readonly default: {
24
- readonly fg: "#E11D48";
27
+ readonly bg: "transparent";
28
+ readonly fg: "#BE123C";
25
29
  };
26
30
  readonly hover: {
27
31
  readonly bg: "#FFF1F2";
@@ -29,22 +33,13 @@ export declare const menu: {
29
33
  };
30
34
  readonly active: {
31
35
  readonly bg: "#FFE4E6";
32
- readonly fg: "#BE123C";
36
+ readonly fg: "#9F1239";
37
+ };
38
+ readonly disabled: {
39
+ readonly bg: "transparent";
40
+ readonly fg: "#958CB0";
33
41
  };
34
42
  };
35
43
  };
36
- readonly trigger: {
37
- readonly default: {
38
- readonly fg: "#5037C8";
39
- };
40
- readonly hover: {
41
- readonly bg: "#F4F1FB";
42
- readonly fg: "#342580";
43
- readonly ring: "transparent";
44
- };
45
- };
46
- readonly groupLabel: {
47
- readonly fg: "#958CB0";
48
- };
49
44
  };
50
45
  //# sourceMappingURL=menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/menu.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDP,CAAC"}
@@ -0,0 +1,47 @@
1
+ import { colors } from '../../primitives/colors.js';
2
+ import { status } from './status.js';
3
+ import { text } from './text.js';
4
+ export const menu = {
5
+ background: colors.mono[50],
6
+ border: colors.vellira[200],
7
+ item: {
8
+ default: {
9
+ bg: 'transparent',
10
+ fg: text.primary,
11
+ },
12
+ hover: {
13
+ bg: colors.vellira[100],
14
+ fg: text.primary,
15
+ },
16
+ active: {
17
+ bg: colors.vellira[150],
18
+ fg: text.primary,
19
+ },
20
+ pressed: {
21
+ bg: colors.vellira[200],
22
+ fg: text.primary,
23
+ },
24
+ disabled: {
25
+ bg: 'transparent',
26
+ fg: text.disabled,
27
+ },
28
+ danger: {
29
+ default: {
30
+ bg: 'transparent',
31
+ fg: status.error.fg,
32
+ },
33
+ hover: {
34
+ bg: status.error.bg,
35
+ fg: status.error.fg,
36
+ },
37
+ active: {
38
+ bg: colors.error[100],
39
+ fg: status.error.strong,
40
+ },
41
+ disabled: {
42
+ bg: 'transparent',
43
+ fg: text.disabled,
44
+ },
45
+ },
46
+ },
47
+ };
@@ -1,29 +1,33 @@
1
1
  export declare const navigation: {
2
2
  readonly hover: {
3
3
  readonly bg: "#F4F1FB";
4
- readonly fg: "#4F4867";
4
+ readonly fg: "#3D3754";
5
5
  };
6
6
  readonly active: {
7
7
  readonly bg: "#EEE8FA";
8
- readonly fg: "#4F4867";
8
+ readonly fg: "#3D3754";
9
9
  };
10
10
  readonly brandHover: {
11
11
  readonly bg: "#F4F1FB";
12
- readonly fg: "#342580";
12
+ readonly fg: "#402C9F";
13
13
  };
14
14
  readonly tabHover: {
15
- readonly fg: "#7C5CFF";
15
+ readonly fg: "#402C9F";
16
16
  };
17
17
  readonly tabFocus: {
18
- readonly ring: "#F59E0B";
18
+ readonly ring: "#5037C8";
19
19
  };
20
20
  readonly optionHover: {
21
- readonly bg: "#D1D5DB";
22
- readonly fg: "#4F4867";
21
+ readonly bg: "#F4F1FB";
22
+ readonly fg: "#3D3754";
23
23
  };
24
24
  readonly optionActive: {
25
- readonly bg: "#E5E7EB";
26
- readonly fg: "#4F4867";
25
+ readonly bg: "#EEE8FA";
26
+ readonly fg: "#3D3754";
27
+ };
28
+ readonly triggerHover: {
29
+ readonly bg: "#F4F1FB";
30
+ readonly fg: "#402C9F";
27
31
  };
28
32
  readonly border: "#E4DDF4";
29
33
  };
@@ -1 +1 @@
1
- {"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/navigation.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Bb,CAAC"}
1
+ {"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/light/semantic/navigation.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCb,CAAC"}