@rokkit/themes 1.0.4 → 1.1.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 (335) hide show
  1. package/README.md +11 -19
  2. package/build.mjs +7 -21
  3. package/package.json +24 -132
  4. package/src/base/carousel.css +2 -2
  5. package/src/base/code-block.css +76 -0
  6. package/src/base/display.css +16 -8
  7. package/src/base/frame.css +36 -0
  8. package/src/base/index.css +2 -0
  9. package/src/base/input.css +57 -14
  10. package/src/base/nav-content.css +3 -3
  11. package/src/base/stepper.css +16 -14
  12. package/src/base/tabs.css +15 -2
  13. package/src/base/typography.css +32 -13
  14. package/src/frosted/button.css +27 -32
  15. package/src/frosted/card.css +8 -12
  16. package/src/frosted/chart.css +6 -6
  17. package/src/frosted/code-block.css +33 -0
  18. package/src/frosted/dropdown.css +9 -14
  19. package/src/frosted/floating-action.css +10 -10
  20. package/src/frosted/floating-navigation.css +13 -13
  21. package/src/frosted/frame.css +17 -0
  22. package/src/frosted/index.css +2 -0
  23. package/src/frosted/input.css +16 -17
  24. package/src/frosted/list.css +46 -21
  25. package/src/frosted/menu.css +13 -17
  26. package/src/frosted/message.css +8 -8
  27. package/src/frosted/range.css +8 -8
  28. package/src/frosted/search-filter.css +8 -8
  29. package/src/frosted/select.css +31 -31
  30. package/src/frosted/status-list.css +17 -17
  31. package/src/frosted/step-indicator.css +8 -9
  32. package/src/frosted/swatch.css +3 -3
  33. package/src/frosted/switch.css +3 -4
  34. package/src/frosted/table.css +16 -16
  35. package/src/frosted/tabs.css +8 -8
  36. package/src/frosted/timeline.css +5 -6
  37. package/src/frosted/toc.css +4 -4
  38. package/src/frosted/toggle.css +7 -7
  39. package/src/frosted/toolbar.css +15 -15
  40. package/src/frosted/tree.css +19 -19
  41. package/src/index.css +2 -0
  42. package/src/index.js +0 -1
  43. package/src/material/button.css +29 -29
  44. package/src/material/card.css +12 -12
  45. package/src/material/chart.css +6 -6
  46. package/src/material/code-block.css +33 -0
  47. package/src/material/dropdown.css +11 -11
  48. package/src/material/floating-action.css +10 -10
  49. package/src/material/floating-navigation.css +13 -13
  50. package/src/material/frame.css +17 -0
  51. package/src/material/index.css +2 -0
  52. package/src/material/input.css +21 -21
  53. package/src/material/list.css +34 -20
  54. package/src/material/menu.css +16 -16
  55. package/src/material/message.css +8 -8
  56. package/src/material/range.css +8 -8
  57. package/src/material/search-filter.css +8 -8
  58. package/src/material/select.css +31 -31
  59. package/src/material/status-list.css +17 -17
  60. package/src/material/step-indicator.css +8 -9
  61. package/src/material/swatch.css +3 -3
  62. package/src/material/switch.css +6 -6
  63. package/src/material/table.css +16 -16
  64. package/src/material/tabs.css +8 -8
  65. package/src/material/timeline.css +5 -6
  66. package/src/material/toc.css +4 -4
  67. package/src/material/toggle.css +7 -7
  68. package/src/material/toolbar.css +11 -11
  69. package/src/material/tree.css +17 -17
  70. package/src/minimal/button.css +30 -30
  71. package/src/minimal/card.css +13 -13
  72. package/src/minimal/chart.css +6 -6
  73. package/src/minimal/code-block.css +33 -0
  74. package/src/minimal/dropdown.css +11 -11
  75. package/src/minimal/floating-action.css +10 -10
  76. package/src/minimal/floating-navigation.css +12 -12
  77. package/src/minimal/frame.css +17 -0
  78. package/src/minimal/index.css +2 -0
  79. package/src/minimal/input.css +24 -24
  80. package/src/minimal/list.css +63 -23
  81. package/src/minimal/menu.css +15 -15
  82. package/src/minimal/message.css +8 -8
  83. package/src/minimal/range.css +7 -7
  84. package/src/minimal/search-filter.css +8 -8
  85. package/src/minimal/select.css +27 -39
  86. package/src/minimal/status-list.css +17 -17
  87. package/src/minimal/step-indicator.css +8 -8
  88. package/src/minimal/swatch.css +3 -3
  89. package/src/minimal/switch.css +6 -6
  90. package/src/minimal/table.css +16 -16
  91. package/src/minimal/tabs.css +14 -14
  92. package/src/minimal/timeline.css +4 -4
  93. package/src/minimal/toc.css +4 -4
  94. package/src/minimal/toggle.css +7 -7
  95. package/src/minimal/toolbar.css +14 -14
  96. package/src/minimal/tree.css +24 -18
  97. package/src/rokkit/avatar.css +6 -6
  98. package/src/rokkit/badge.css +5 -5
  99. package/src/rokkit/button.css +55 -37
  100. package/src/rokkit/card.css +11 -11
  101. package/src/rokkit/chart.css +6 -6
  102. package/src/rokkit/code-block.css +33 -0
  103. package/src/rokkit/connector.css +1 -1
  104. package/src/rokkit/divider.css +5 -5
  105. package/src/rokkit/dropdown.css +11 -11
  106. package/src/rokkit/floating-action.css +11 -11
  107. package/src/rokkit/floating-navigation.css +15 -15
  108. package/src/rokkit/frame.css +17 -0
  109. package/src/rokkit/grid.css +8 -8
  110. package/src/rokkit/index.css +2 -1
  111. package/src/rokkit/input.css +17 -17
  112. package/src/rokkit/list.css +46 -21
  113. package/src/rokkit/menu.css +14 -14
  114. package/src/rokkit/message.css +12 -12
  115. package/src/rokkit/range.css +10 -10
  116. package/src/rokkit/search-filter.css +8 -8
  117. package/src/rokkit/select.css +34 -34
  118. package/src/rokkit/status-list.css +17 -17
  119. package/src/rokkit/step-indicator.css +8 -9
  120. package/src/rokkit/swatch.css +3 -3
  121. package/src/rokkit/switch.css +6 -6
  122. package/src/rokkit/table.css +16 -16
  123. package/src/rokkit/tabs.css +31 -28
  124. package/src/rokkit/timeline.css +5 -6
  125. package/src/rokkit/toc.css +4 -4
  126. package/src/rokkit/toggle.css +21 -10
  127. package/src/rokkit/toolbar.css +15 -15
  128. package/src/rokkit/tooltip.css +1 -1
  129. package/src/rokkit/tree.css +23 -23
  130. package/src/rokkit/upload-progress.css +18 -18
  131. package/src/rokkit/upload-target.css +8 -8
  132. package/src/zen-sumi/button.css +176 -0
  133. package/src/zen-sumi/card.css +104 -0
  134. package/src/zen-sumi/chart.css +41 -0
  135. package/src/zen-sumi/code-block.css +35 -0
  136. package/src/zen-sumi/dropdown.css +53 -0
  137. package/src/zen-sumi/floating-action.css +68 -0
  138. package/src/zen-sumi/floating-navigation.css +74 -0
  139. package/src/zen-sumi/frame.css +20 -0
  140. package/src/zen-sumi/index.css +53 -0
  141. package/src/zen-sumi/input.css +171 -0
  142. package/src/zen-sumi/list.css +128 -0
  143. package/src/zen-sumi/menu.css +91 -0
  144. package/src/zen-sumi/message.css +37 -0
  145. package/src/zen-sumi/range.css +62 -0
  146. package/src/zen-sumi/search-filter.css +49 -0
  147. package/src/zen-sumi/select.css +160 -0
  148. package/src/zen-sumi/status-list.css +66 -0
  149. package/src/zen-sumi/step-indicator.css +40 -0
  150. package/src/zen-sumi/swatch.css +21 -0
  151. package/src/zen-sumi/switch.css +34 -0
  152. package/src/zen-sumi/table.css +118 -0
  153. package/src/zen-sumi/tabs.css +78 -0
  154. package/src/zen-sumi/timeline.css +46 -0
  155. package/src/zen-sumi/toc.css +22 -0
  156. package/src/zen-sumi/toggle.css +59 -0
  157. package/src/zen-sumi/toolbar.css +86 -0
  158. package/src/zen-sumi/tree.css +137 -0
  159. package/dist/ant-design.css +0 -2129
  160. package/dist/base.css +0 -6506
  161. package/dist/bits-ui.css +0 -2113
  162. package/dist/carbon.css +0 -2123
  163. package/dist/daisy-ui.css +0 -2138
  164. package/dist/frosted.css +0 -1953
  165. package/dist/grada-ui.css +0 -1915
  166. package/dist/index.css +0 -27359
  167. package/dist/material.css +0 -1924
  168. package/dist/minimal.css +0 -1978
  169. package/dist/rokkit.css +0 -2471
  170. package/dist/shadcn.css +0 -2099
  171. package/src/ant-design/button.css +0 -190
  172. package/src/ant-design/card.css +0 -100
  173. package/src/ant-design/chart.css +0 -34
  174. package/src/ant-design/connector.css +0 -11
  175. package/src/ant-design/dropdown.css +0 -50
  176. package/src/ant-design/floating-action.css +0 -63
  177. package/src/ant-design/floating-navigation.css +0 -70
  178. package/src/ant-design/grid.css +0 -46
  179. package/src/ant-design/index.css +0 -35
  180. package/src/ant-design/input.css +0 -151
  181. package/src/ant-design/list.css +0 -126
  182. package/src/ant-design/menu.css +0 -88
  183. package/src/ant-design/message.css +0 -35
  184. package/src/ant-design/range.css +0 -61
  185. package/src/ant-design/search-filter.css +0 -49
  186. package/src/ant-design/select.css +0 -158
  187. package/src/ant-design/status-list.css +0 -66
  188. package/src/ant-design/step-indicator.css +0 -38
  189. package/src/ant-design/switch.css +0 -29
  190. package/src/ant-design/table.css +0 -91
  191. package/src/ant-design/tabs.css +0 -153
  192. package/src/ant-design/timeline.css +0 -45
  193. package/src/ant-design/toc.css +0 -18
  194. package/src/ant-design/toggle.css +0 -48
  195. package/src/ant-design/toolbar.css +0 -85
  196. package/src/ant-design/tree.css +0 -137
  197. package/src/ant-design/upload-progress.css +0 -102
  198. package/src/ant-design/upload-target.css +0 -50
  199. package/src/bits-ui/button.css +0 -176
  200. package/src/bits-ui/card.css +0 -99
  201. package/src/bits-ui/chart.css +0 -34
  202. package/src/bits-ui/connector.css +0 -11
  203. package/src/bits-ui/dropdown.css +0 -50
  204. package/src/bits-ui/floating-action.css +0 -63
  205. package/src/bits-ui/floating-navigation.css +0 -70
  206. package/src/bits-ui/grid.css +0 -46
  207. package/src/bits-ui/index.css +0 -35
  208. package/src/bits-ui/input.css +0 -154
  209. package/src/bits-ui/list.css +0 -126
  210. package/src/bits-ui/menu.css +0 -88
  211. package/src/bits-ui/message.css +0 -35
  212. package/src/bits-ui/range.css +0 -61
  213. package/src/bits-ui/search-filter.css +0 -49
  214. package/src/bits-ui/select.css +0 -158
  215. package/src/bits-ui/status-list.css +0 -66
  216. package/src/bits-ui/step-indicator.css +0 -40
  217. package/src/bits-ui/switch.css +0 -29
  218. package/src/bits-ui/table.css +0 -89
  219. package/src/bits-ui/tabs.css +0 -151
  220. package/src/bits-ui/timeline.css +0 -45
  221. package/src/bits-ui/toc.css +0 -18
  222. package/src/bits-ui/toggle.css +0 -48
  223. package/src/bits-ui/toolbar.css +0 -85
  224. package/src/bits-ui/tree.css +0 -135
  225. package/src/bits-ui/upload-progress.css +0 -102
  226. package/src/bits-ui/upload-target.css +0 -50
  227. package/src/carbon/button.css +0 -186
  228. package/src/carbon/card.css +0 -97
  229. package/src/carbon/chart.css +0 -34
  230. package/src/carbon/connector.css +0 -11
  231. package/src/carbon/dropdown.css +0 -50
  232. package/src/carbon/floating-action.css +0 -63
  233. package/src/carbon/floating-navigation.css +0 -70
  234. package/src/carbon/grid.css +0 -46
  235. package/src/carbon/index.css +0 -34
  236. package/src/carbon/input.css +0 -148
  237. package/src/carbon/list.css +0 -124
  238. package/src/carbon/menu.css +0 -88
  239. package/src/carbon/message.css +0 -37
  240. package/src/carbon/range.css +0 -61
  241. package/src/carbon/search-filter.css +0 -49
  242. package/src/carbon/select.css +0 -158
  243. package/src/carbon/status-list.css +0 -66
  244. package/src/carbon/step-indicator.css +0 -40
  245. package/src/carbon/switch.css +0 -31
  246. package/src/carbon/table.css +0 -93
  247. package/src/carbon/tabs.css +0 -151
  248. package/src/carbon/timeline.css +0 -45
  249. package/src/carbon/toc.css +0 -22
  250. package/src/carbon/toggle.css +0 -48
  251. package/src/carbon/toolbar.css +0 -84
  252. package/src/carbon/tree.css +0 -135
  253. package/src/carbon/upload-progress.css +0 -102
  254. package/src/carbon/upload-target.css +0 -50
  255. package/src/daisy-ui/button.css +0 -196
  256. package/src/daisy-ui/card.css +0 -99
  257. package/src/daisy-ui/chart.css +0 -34
  258. package/src/daisy-ui/connector.css +0 -11
  259. package/src/daisy-ui/dropdown.css +0 -50
  260. package/src/daisy-ui/floating-action.css +0 -63
  261. package/src/daisy-ui/floating-navigation.css +0 -70
  262. package/src/daisy-ui/grid.css +0 -46
  263. package/src/daisy-ui/index.css +0 -34
  264. package/src/daisy-ui/input.css +0 -148
  265. package/src/daisy-ui/list.css +0 -127
  266. package/src/daisy-ui/menu.css +0 -88
  267. package/src/daisy-ui/message.css +0 -37
  268. package/src/daisy-ui/range.css +0 -61
  269. package/src/daisy-ui/search-filter.css +0 -49
  270. package/src/daisy-ui/select.css +0 -158
  271. package/src/daisy-ui/status-list.css +0 -66
  272. package/src/daisy-ui/step-indicator.css +0 -37
  273. package/src/daisy-ui/switch.css +0 -31
  274. package/src/daisy-ui/table.css +0 -91
  275. package/src/daisy-ui/tabs.css +0 -153
  276. package/src/daisy-ui/timeline.css +0 -45
  277. package/src/daisy-ui/toc.css +0 -22
  278. package/src/daisy-ui/toggle.css +0 -48
  279. package/src/daisy-ui/toolbar.css +0 -85
  280. package/src/daisy-ui/tree.css +0 -137
  281. package/src/daisy-ui/upload-progress.css +0 -102
  282. package/src/daisy-ui/upload-target.css +0 -50
  283. package/src/grada-ui/button.css +0 -249
  284. package/src/grada-ui/card.css +0 -96
  285. package/src/grada-ui/chart.css +0 -34
  286. package/src/grada-ui/dropdown.css +0 -58
  287. package/src/grada-ui/floating-action.css +0 -66
  288. package/src/grada-ui/floating-navigation.css +0 -69
  289. package/src/grada-ui/index.css +0 -56
  290. package/src/grada-ui/input.css +0 -154
  291. package/src/grada-ui/list.css +0 -124
  292. package/src/grada-ui/menu.css +0 -81
  293. package/src/grada-ui/message.css +0 -48
  294. package/src/grada-ui/range.css +0 -59
  295. package/src/grada-ui/search-filter.css +0 -47
  296. package/src/grada-ui/select.css +0 -190
  297. package/src/grada-ui/status-list.css +0 -66
  298. package/src/grada-ui/step-indicator.css +0 -37
  299. package/src/grada-ui/switch.css +0 -35
  300. package/src/grada-ui/table.css +0 -79
  301. package/src/grada-ui/tabs.css +0 -59
  302. package/src/grada-ui/timeline.css +0 -46
  303. package/src/grada-ui/toc.css +0 -24
  304. package/src/grada-ui/toggle.css +0 -47
  305. package/src/grada-ui/toolbar.css +0 -91
  306. package/src/grada-ui/tree.css +0 -100
  307. package/src/rokkit/stack.css +0 -6
  308. package/src/shadcn/button.css +0 -175
  309. package/src/shadcn/card.css +0 -99
  310. package/src/shadcn/chart.css +0 -34
  311. package/src/shadcn/connector.css +0 -11
  312. package/src/shadcn/dropdown.css +0 -50
  313. package/src/shadcn/floating-action.css +0 -63
  314. package/src/shadcn/floating-navigation.css +0 -70
  315. package/src/shadcn/grid.css +0 -46
  316. package/src/shadcn/index.css +0 -35
  317. package/src/shadcn/input.css +0 -143
  318. package/src/shadcn/list.css +0 -124
  319. package/src/shadcn/menu.css +0 -88
  320. package/src/shadcn/message.css +0 -35
  321. package/src/shadcn/range.css +0 -61
  322. package/src/shadcn/search-filter.css +0 -49
  323. package/src/shadcn/select.css +0 -158
  324. package/src/shadcn/status-list.css +0 -66
  325. package/src/shadcn/step-indicator.css +0 -37
  326. package/src/shadcn/switch.css +0 -31
  327. package/src/shadcn/table.css +0 -89
  328. package/src/shadcn/tabs.css +0 -151
  329. package/src/shadcn/timeline.css +0 -45
  330. package/src/shadcn/toc.css +0 -20
  331. package/src/shadcn/toggle.css +0 -48
  332. package/src/shadcn/toolbar.css +0 -84
  333. package/src/shadcn/tree.css +0 -135
  334. package/src/shadcn/upload-progress.css +0 -102
  335. package/src/shadcn/upload-target.css +0 -50
@@ -3,33 +3,33 @@
3
3
  */
4
4
 
5
5
  [data-style='frosted'] [data-message-root][data-type='error'] {
6
- @apply bg-error-z2/50 border-error-z4/40 text-error-z8 backdrop-blur-sm;
6
+ @apply bg-error-soft/50 border-error/40 text-error backdrop-blur-sm;
7
7
  }
8
8
  [data-style='frosted'] [data-message-root][data-type='error'] [data-message-icon],
9
9
  [data-style='frosted'] [data-message-root][data-type='error'] [data-message-dismiss] {
10
- @apply text-error-z6;
10
+ @apply text-error;
11
11
  }
12
12
 
13
13
  [data-style='frosted'] [data-message-root][data-type='warning'] {
14
- @apply bg-warning-z2/50 border-warning-z4/40 text-warning-z8 backdrop-blur-sm;
14
+ @apply bg-warning-soft/50 border-warning/40 text-warning backdrop-blur-sm;
15
15
  }
16
16
  [data-style='frosted'] [data-message-root][data-type='warning'] [data-message-icon],
17
17
  [data-style='frosted'] [data-message-root][data-type='warning'] [data-message-dismiss] {
18
- @apply text-warning-z6;
18
+ @apply text-warning;
19
19
  }
20
20
 
21
21
  [data-style='frosted'] [data-message-root][data-type='info'] {
22
- @apply bg-info-z2/50 border-info-z4/40 text-info-z8 backdrop-blur-sm;
22
+ @apply bg-info-soft/50 border-info/40 text-info backdrop-blur-sm;
23
23
  }
24
24
  [data-style='frosted'] [data-message-root][data-type='info'] [data-message-icon],
25
25
  [data-style='frosted'] [data-message-root][data-type='info'] [data-message-dismiss] {
26
- @apply text-info-z6;
26
+ @apply text-info;
27
27
  }
28
28
 
29
29
  [data-style='frosted'] [data-message-root][data-type='success'] {
30
- @apply bg-success-z2/50 border-success-z4/40 text-success-z8 backdrop-blur-sm;
30
+ @apply bg-success-soft/50 border-success/40 text-success backdrop-blur-sm;
31
31
  }
32
32
  [data-style='frosted'] [data-message-root][data-type='success'] [data-message-icon],
33
33
  [data-style='frosted'] [data-message-root][data-type='success'] [data-message-dismiss] {
34
- @apply text-success-z6;
34
+ @apply text-success;
35
35
  }
@@ -9,7 +9,7 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='frosted'] [data-range-bar] {
12
- @apply bg-surface-z2/50 border-surface-z5/20 border;
12
+ @apply bg-paper-mute/50 border-ink-soft/20 border;
13
13
  }
14
14
 
15
15
  [data-style='frosted'] [data-range-selected] {
@@ -25,11 +25,11 @@
25
25
  }
26
26
 
27
27
  [data-style='frosted'] [data-range-thumb][data-sliding] {
28
- box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 20%, transparent);
28
+ @apply ring-4 ring-primary/20;
29
29
  }
30
30
 
31
31
  [data-style='frosted'] [data-range-thumb]:focus-visible {
32
- box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary) 20%, transparent);
32
+ @apply ring-4 ring-primary/20;
33
33
  }
34
34
 
35
35
  /* =============================================================================
@@ -37,15 +37,15 @@
37
37
  ============================================================================= */
38
38
 
39
39
  [data-style='frosted'] [data-range-tick] {
40
- @apply text-surface-z6;
40
+ @apply text-ink-soft;
41
41
  }
42
42
 
43
43
  [data-style='frosted'] [data-tick-bar] {
44
- @apply border-surface-z5/40;
44
+ @apply border-ink-soft/40;
45
45
  }
46
46
 
47
47
  [data-style='frosted'] [data-tick-label] {
48
- @apply text-surface-z6;
48
+ @apply text-ink-soft;
49
49
  }
50
50
 
51
51
  /* =============================================================================
@@ -53,9 +53,9 @@
53
53
  ============================================================================= */
54
54
 
55
55
  [data-style='frosted'] [data-range][data-disabled] [data-range-thumb] {
56
- @apply bg-surface-z4/50 border-surface-z4/30;
56
+ @apply bg-paper-edge/50 border-paper-edge/30;
57
57
  }
58
58
 
59
59
  [data-style='frosted'] [data-range][data-disabled] [data-range-selected] {
60
- @apply bg-surface-z4/30;
60
+ @apply bg-paper-edge/30;
61
61
  }
@@ -9,15 +9,15 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='frosted'] [data-search-input] {
12
- @apply text-surface-z8 border-surface-z5/20 bg-surface-z1/50 border backdrop-blur-md;
12
+ @apply text-ink-mute border-ink-soft/20 bg-paper-soft/50 border backdrop-blur-md;
13
13
  }
14
14
 
15
15
  [data-style='frosted'] [data-search-input]:focus {
16
- @apply border-primary-z5/50 ring-surface-z5/30 ring-1;
16
+ @apply border-primary/50 ring-ink-soft/30 ring-1;
17
17
  }
18
18
 
19
19
  [data-style='frosted'] [data-search-input]::placeholder {
20
- @apply text-surface-z5;
20
+ @apply text-ink-soft;
21
21
  }
22
22
 
23
23
  /* =============================================================================
@@ -25,11 +25,11 @@
25
25
  ============================================================================= */
26
26
 
27
27
  [data-style='frosted'] [data-search-clear] {
28
- @apply text-surface-z5;
28
+ @apply text-ink-soft;
29
29
  }
30
30
 
31
31
  [data-style='frosted'] [data-search-clear]:hover {
32
- @apply text-surface-z9;
32
+ @apply text-ink;
33
33
  }
34
34
 
35
35
  /* =============================================================================
@@ -37,13 +37,13 @@
37
37
  ============================================================================= */
38
38
 
39
39
  [data-style='frosted'] [data-search-tag] {
40
- @apply text-surface-z8 bg-surface-z2/15;
40
+ @apply text-ink-mute bg-paper-mute/15;
41
41
  }
42
42
 
43
43
  [data-style='frosted'] [data-search-tag-remove] {
44
- @apply text-surface-z6;
44
+ @apply text-ink-soft;
45
45
  }
46
46
 
47
47
  [data-style='frosted'] [data-search-tag-remove]:hover {
48
- @apply text-surface-z9;
48
+ @apply text-ink;
49
49
  }
@@ -17,19 +17,19 @@
17
17
  ============================================================================= */
18
18
 
19
19
  [data-style='frosted'] [data-select-trigger] {
20
- @apply text-surface-z8 bg-surface-z1/70 border-surface-z5/20 border backdrop-blur-md;
20
+ @apply text-ink-mute bg-paper-soft/70 border-ink-soft/20 border backdrop-blur-md;
21
21
  }
22
22
 
23
23
  [data-style='frosted'] [data-select-trigger]:hover:not(:disabled) {
24
- @apply text-surface-z10 bg-surface-z2/80 border-surface-z5/30;
24
+ @apply text-ink bg-paper-mute/80 border-ink-soft/30;
25
25
  }
26
26
 
27
27
  [data-style='frosted'] [data-select-trigger]:focus-visible {
28
- @apply ring-surface-z5/40 ring-1 outline-none;
28
+ @apply ring-ink-soft/40 ring-1 outline-none;
29
29
  }
30
30
 
31
31
  [data-style='frosted'] [data-select][data-open='true'] [data-select-trigger] {
32
- @apply border-primary-z5/50;
32
+ @apply border-primary/50;
33
33
  }
34
34
 
35
35
  /* =============================================================================
@@ -37,7 +37,7 @@
37
37
  ============================================================================= */
38
38
 
39
39
  [data-style='frosted'] [data-select-placeholder] {
40
- @apply text-surface-z5;
40
+ @apply text-ink-soft;
41
41
  }
42
42
 
43
43
  /* =============================================================================
@@ -45,11 +45,11 @@
45
45
  ============================================================================= */
46
46
 
47
47
  [data-style='frosted'] [data-select-arrow] {
48
- @apply text-surface-z5;
48
+ @apply text-ink-soft;
49
49
  }
50
50
 
51
51
  [data-style='frosted'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
52
- @apply text-surface-z7;
52
+ @apply text-ink-mute;
53
53
  }
54
54
 
55
55
  /* =============================================================================
@@ -57,15 +57,15 @@
57
57
  ============================================================================= */
58
58
 
59
59
  [data-style='frosted'] [data-select-tag] {
60
- @apply text-surface-z8 bg-surface-z2/15;
60
+ @apply text-ink-mute bg-paper-mute/15;
61
61
  }
62
62
 
63
63
  [data-style='frosted'] [data-select-tag-remove] {
64
- @apply text-surface-z6;
64
+ @apply text-ink-soft;
65
65
  }
66
66
 
67
67
  [data-style='frosted'] [data-select-tag-remove]:hover {
68
- @apply text-surface-z9;
68
+ @apply text-ink;
69
69
  }
70
70
 
71
71
  /* =============================================================================
@@ -73,7 +73,7 @@
73
73
  ============================================================================= */
74
74
 
75
75
  [data-style='frosted'] [data-select-dropdown] {
76
- @apply bg-surface-z2/50 border-surface-z5/20 border shadow-lg backdrop-blur-lg;
76
+ @apply bg-paper-mute/50 border-ink-soft/20 border shadow-lg backdrop-blur-lg;
77
77
  }
78
78
 
79
79
  /* =============================================================================
@@ -81,60 +81,60 @@
81
81
  ============================================================================= */
82
82
 
83
83
  [data-style='frosted'] [data-select-option] {
84
- @apply text-surface-z8;
84
+ @apply text-ink-mute;
85
85
  }
86
86
 
87
87
  [data-style='frosted'] [data-select-option]:hover:not(:disabled),
88
88
  [data-style='frosted'] [data-select-option]:focus:not(:disabled) {
89
- @apply text-surface-z10 bg-surface-z2/80;
89
+ @apply text-ink bg-paper-mute/80;
90
90
  }
91
91
 
92
92
  [data-style='frosted'] [data-select-option]:focus-visible {
93
- @apply ring-surface-z5/40 ring-1 outline-none ring-inset;
93
+ @apply ring-ink-soft/40 ring-1 outline-none ring-inset;
94
94
  }
95
95
 
96
96
  [data-style='frosted'] [data-select-option][data-selected='true'] {
97
- @apply text-primary-z9 bg-primary-z5/40;
97
+ @apply text-primary bg-primary/40;
98
98
  }
99
99
 
100
100
  [data-style='frosted'] [data-select-option][data-selected='true']:hover:not(:disabled),
101
101
  [data-style='frosted'] [data-select-option][data-selected='true']:focus:not(:disabled) {
102
- @apply bg-primary-z5/60;
102
+ @apply bg-primary/60;
103
103
  }
104
104
 
105
105
  /* Check mark */
106
106
  [data-style='frosted'] [data-select-check] {
107
- @apply text-primary-z6;
107
+ @apply text-primary;
108
108
  }
109
109
 
110
110
  /* Checkbox */
111
111
  [data-style='frosted'] [data-select-checkbox] {
112
- @apply border-surface-z5/40 bg-surface-z1/70;
112
+ @apply border-ink-soft/40 bg-paper-soft/70;
113
113
  }
114
114
 
115
115
  [data-style='frosted'] [data-select-checkbox][data-checked='true'] {
116
- @apply bg-primary-z5 border-primary-z5 text-white;
116
+ @apply bg-primary border-primary text-on-primary;
117
117
  }
118
118
 
119
119
  /* Item elements */
120
120
  [data-style='frosted'] [data-select-option] [data-item-icon] {
121
- @apply text-surface-z5;
121
+ @apply text-ink-soft;
122
122
  }
123
123
 
124
124
  [data-style='frosted'] [data-select-option]:hover:not(:disabled) [data-item-icon] {
125
- @apply text-surface-z7;
125
+ @apply text-ink-mute;
126
126
  }
127
127
 
128
128
  [data-style='frosted'] [data-select-option][data-selected='true'] [data-item-icon] {
129
- @apply text-primary-z6;
129
+ @apply text-primary;
130
130
  }
131
131
 
132
132
  [data-style='frosted'] [data-select-option] [data-item-description] {
133
- @apply text-surface-z5;
133
+ @apply text-ink-soft;
134
134
  }
135
135
 
136
136
  [data-style='frosted'] [data-select-option][data-selected='true'] [data-item-description] {
137
- @apply text-primary-z7;
137
+ @apply text-primary;
138
138
  }
139
139
 
140
140
  /* =============================================================================
@@ -142,7 +142,7 @@
142
142
  ============================================================================= */
143
143
 
144
144
  [data-style='frosted'] [data-select-group-label] {
145
- @apply text-surface-z5;
145
+ @apply text-ink-soft;
146
146
  }
147
147
 
148
148
  /* =============================================================================
@@ -150,7 +150,7 @@
150
150
  ============================================================================= */
151
151
 
152
152
  [data-style='frosted'] [data-select-divider] {
153
- @apply bg-surface-z5/20;
153
+ @apply bg-ink-soft/20;
154
154
  }
155
155
 
156
156
  /* =============================================================================
@@ -158,21 +158,21 @@
158
158
  ============================================================================= */
159
159
 
160
160
  [data-style='frosted'] [data-select-filter] {
161
- @apply bg-surface-z2/30;
161
+ @apply bg-paper-mute/30;
162
162
  }
163
163
 
164
164
  [data-style='frosted'] [data-select-filter-input] {
165
- @apply text-surface-z8 border-surface-z5/20 bg-surface-z1/50 border;
165
+ @apply text-ink-mute border-ink-soft/20 bg-paper-soft/50 border;
166
166
  }
167
167
 
168
168
  [data-style='frosted'] [data-select-filter-input]:focus {
169
- @apply border-primary-z5/50 ring-surface-z5/30 ring-1;
169
+ @apply border-primary/50 ring-ink-soft/30 ring-1;
170
170
  }
171
171
 
172
172
  [data-style='frosted'] [data-select-filter-input]::placeholder {
173
- @apply text-surface-z5;
173
+ @apply text-ink-soft;
174
174
  }
175
175
 
176
176
  [data-style='frosted'] [data-select-empty] {
177
- @apply text-surface-z5;
177
+ @apply text-ink-soft;
178
178
  }
@@ -5,62 +5,62 @@
5
5
  /* ── @rokkit/ui StatusList: icon and text colors by status ── */
6
6
 
7
7
  [data-style='frosted'] [data-status-item][data-status='pass'] span {
8
- @apply text-success-z6;
8
+ @apply text-success;
9
9
  }
10
10
  [data-style='frosted'] [data-status-item][data-status='fail'] span {
11
- @apply text-error-z6;
11
+ @apply text-error;
12
12
  }
13
13
  [data-style='frosted'] [data-status-item][data-status='warn'] span {
14
- @apply text-warning-z6;
14
+ @apply text-warning;
15
15
  }
16
16
  [data-style='frosted'] [data-status-item][data-status='unknown'] span {
17
- @apply text-surface-z4;
17
+ @apply text-paper-edge;
18
18
  }
19
19
 
20
20
  [data-style='frosted'] [data-status-item][data-status='pass'] {
21
- @apply text-success-z7;
21
+ @apply text-success;
22
22
  }
23
23
  [data-style='frosted'] [data-status-item][data-status='fail'] {
24
- @apply text-error-z7;
24
+ @apply text-error;
25
25
  }
26
26
  [data-style='frosted'] [data-status-item][data-status='warn'] {
27
- @apply text-warning-z7;
27
+ @apply text-warning;
28
28
  }
29
29
  [data-style='frosted'] [data-status-item][data-status='unknown'] {
30
- @apply text-surface-z5;
30
+ @apply text-ink-soft;
31
31
  }
32
32
 
33
33
  /* ── @rokkit/forms StatusList: group headers by severity ── */
34
34
 
35
35
  [data-style='frosted'] [data-status-group][data-severity='error'] [data-status-header] {
36
- @apply text-error-z6;
36
+ @apply text-error;
37
37
  }
38
38
  [data-style='frosted'] [data-status-group][data-severity='warning'] [data-status-header] {
39
- @apply text-warning-z6;
39
+ @apply text-warning;
40
40
  }
41
41
  [data-style='frosted'] [data-status-group][data-severity='info'] [data-status-header] {
42
- @apply text-info-z6;
42
+ @apply text-info;
43
43
  }
44
44
  [data-style='frosted'] [data-status-group][data-severity='success'] [data-status-header] {
45
- @apply text-success-z6;
45
+ @apply text-success;
46
46
  }
47
47
 
48
48
  /* ── @rokkit/forms StatusList: item colors ── */
49
49
 
50
50
  [data-style='frosted'] [data-status-item][data-status='error'] {
51
- @apply text-error-z7;
51
+ @apply text-error;
52
52
  }
53
53
  [data-style='frosted'] [data-status-item][data-status='warning'] {
54
- @apply text-warning-z7;
54
+ @apply text-warning;
55
55
  }
56
56
  [data-style='frosted'] [data-status-item][data-status='info'] {
57
- @apply text-info-z7;
57
+ @apply text-info;
58
58
  }
59
59
  [data-style='frosted'] [data-status-item][data-status='success'] {
60
- @apply text-success-z7;
60
+ @apply text-success;
61
61
  }
62
62
 
63
63
  /* Count badge */
64
64
  [data-style='frosted'] [data-status-count] {
65
- @apply bg-surface-z2/60 text-surface-z7 font-semibold backdrop-blur-sm;
65
+ @apply bg-paper-mute/60 text-ink-mute font-semibold backdrop-blur-sm;
66
66
  }
@@ -3,39 +3,38 @@
3
3
  /* ── Number circles ── */
4
4
 
5
5
  [data-style='frosted'] [data-step-item][data-step-state='complete'] [data-step-number] {
6
- @apply bg-primary-z5/80 border-primary-z4/60 text-on-primary bg-none backdrop-blur-sm;
6
+ @apply bg-primary/80 border-primary/60 text-on-primary bg-none backdrop-blur-sm;
7
7
  }
8
8
 
9
9
  [data-style='frosted'] [data-step-item][data-step-state='current'] [data-step-number] {
10
- @apply bg-surface-z2/60 border-primary-z4/70 text-primary-z7 bg-none backdrop-blur-sm;
11
- box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary-500, #6366f1) 15%, transparent);
10
+ @apply bg-paper-mute/60 border-primary/70 text-primary bg-none backdrop-blur-sm ring-3 ring-primary/15;
12
11
  }
13
12
 
14
13
  [data-style='frosted'] [data-step-item][data-step-state='upcoming'] [data-step-number] {
15
- @apply bg-surface-z1/40 border-surface-z3/50 text-surface-z5 bg-none backdrop-blur-sm;
14
+ @apply bg-paper-soft/40 border-paper-mute/50 text-ink-soft bg-none backdrop-blur-sm;
16
15
  }
17
16
 
18
17
  /* ── Labels ── */
19
18
 
20
19
  [data-style='frosted'] [data-step-item][data-step-state='complete'] [data-step-label] {
21
- @apply text-primary-z7 bg-none;
20
+ @apply text-primary bg-none;
22
21
  }
23
22
 
24
23
  [data-style='frosted'] [data-step-item][data-step-state='current'] [data-step-label] {
25
- @apply text-surface-z9 font-semibold bg-none;
24
+ @apply text-ink font-semibold bg-none;
26
25
  }
27
26
 
28
27
  [data-style='frosted'] [data-step-item][data-step-state='upcoming'] [data-step-label] {
29
- @apply text-surface-z5 bg-none;
28
+ @apply text-ink-soft bg-none;
30
29
  }
31
30
 
32
31
  /* ── Connector lines ── */
33
32
 
34
33
  [data-style='frosted'] [data-step-item][data-step-state='complete']::after {
35
- @apply bg-primary-z4/70;
34
+ @apply bg-primary/70;
36
35
  }
37
36
 
38
37
  [data-style='frosted'] [data-step-item][data-step-state='current']::after,
39
38
  [data-style='frosted'] [data-step-item][data-step-state='upcoming']::after {
40
- @apply bg-surface-z3/50;
39
+ @apply bg-paper-mute/50;
41
40
  }
@@ -5,17 +5,17 @@
5
5
 
6
6
  [data-style='frosted'] [data-swatch-item][data-selected] {
7
7
  background: transparent;
8
- @apply outline-secondary-z5;
8
+ @apply outline-accent;
9
9
  }
10
10
 
11
11
  [data-style='frosted']
12
12
  [data-swatch-item]:hover:not(:disabled):not([data-disabled]):not([data-selected]),
13
13
  [data-style='frosted']
14
14
  [data-swatch-item]:focus-visible:not(:disabled):not([data-disabled]):not([data-selected]) {
15
- @apply outline-primary-z4;
15
+ @apply outline-primary;
16
16
  }
17
17
 
18
18
  [data-style='frosted'] [data-swatch-item][data-selected]:focus-visible {
19
- @apply outline-secondary-z6;
19
+ @apply outline-accent;
20
20
  outline-offset: 3px;
21
21
  }
@@ -5,8 +5,7 @@
5
5
  */
6
6
 
7
7
  [data-style='frosted'] [data-switch-track] {
8
- @apply border backdrop-blur-lg;
9
- background: color-mix(in srgb, var(--color-surface-z4, #888) 25%, transparent);
8
+ @apply border backdrop-blur-lg bg-paper-edge/25;
10
9
  border-color: rgba(255, 255, 255, 0.2);
11
10
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
12
11
  }
@@ -26,7 +25,7 @@
26
25
 
27
26
  /* On state */
28
27
  [data-style='frosted'] [data-switch][aria-checked='true'] [data-switch-track] {
29
- background: color-mix(in srgb, var(--color-primary-500, #6366f1) 55%, transparent);
28
+ @apply bg-primary/55;
30
29
  border-color: rgba(255, 255, 255, 0.28);
31
30
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
32
31
  }
@@ -39,5 +38,5 @@
39
38
  }
40
39
 
41
40
  [data-style='frosted'] [data-switch-label] {
42
- @apply text-surface-z7;
41
+ @apply text-ink-mute;
43
42
  }
@@ -9,25 +9,25 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='frosted'] [data-table-header] th {
12
- @apply text-surface-z6 border-surface-z5/20 border-b bg-surface-z2/80 backdrop-blur-sm;
12
+ @apply text-ink-soft border-ink-soft/20 border-b bg-paper-mute/80 backdrop-blur-sm;
13
13
  }
14
14
 
15
15
  [data-style='frosted'] [data-table-header-cell][data-sortable='true']:hover {
16
- @apply text-surface-z9;
16
+ @apply text-ink;
17
17
  }
18
18
 
19
19
  [data-style='frosted'] [data-table-header-cell][data-sort-order='ascending'],
20
20
  [data-style='frosted'] [data-table-header-cell][data-sort-order='descending'] {
21
- @apply text-primary-z8;
21
+ @apply text-primary;
22
22
  }
23
23
 
24
24
  [data-style='frosted'] [data-table-sort-icon] {
25
- @apply text-surface-z5;
25
+ @apply text-ink-soft;
26
26
  }
27
27
 
28
28
  [data-style='frosted'] [data-table-header-cell][data-sort-order='ascending'] [data-table-sort-icon],
29
29
  [data-style='frosted'] [data-table-header-cell][data-sort-order='descending'] [data-table-sort-icon] {
30
- @apply text-primary-z6;
30
+ @apply text-primary;
31
31
  }
32
32
 
33
33
  /* =============================================================================
@@ -35,7 +35,7 @@
35
35
  ============================================================================= */
36
36
 
37
37
  [data-style='frosted'] [data-table-caption] {
38
- @apply text-surface-z7;
38
+ @apply text-ink-mute;
39
39
  }
40
40
 
41
41
  /* =============================================================================
@@ -43,19 +43,19 @@
43
43
  ============================================================================= */
44
44
 
45
45
  [data-style='frosted'] [data-table-row] {
46
- @apply text-surface-z8 border-surface-z5/10 border-b;
46
+ @apply text-ink-mute border-ink-soft/10 border-b;
47
47
  }
48
48
 
49
49
  [data-style='frosted'] [data-table-row]:hover {
50
- @apply bg-surface-z2/80;
50
+ @apply bg-paper-mute/80;
51
51
  }
52
52
 
53
53
  [data-style='frosted'] [data-table-row]:focus {
54
- @apply bg-surface-z2/80 text-surface-z10 outline-none;
54
+ @apply bg-paper-mute/80 text-ink outline-none;
55
55
  }
56
56
 
57
57
  [data-style='frosted'] [data-table-row][data-selected='true'] {
58
- @apply text-primary-z9 bg-primary-z5/40;
58
+ @apply text-primary bg-primary/40;
59
59
  }
60
60
 
61
61
  /* =============================================================================
@@ -63,7 +63,7 @@
63
63
  ============================================================================= */
64
64
 
65
65
  [data-style='frosted'] [data-table-striped] [data-table-body] tr:nth-child(even) {
66
- @apply bg-surface-z2/30;
66
+ @apply bg-paper-mute/30;
67
67
  }
68
68
 
69
69
  /* =============================================================================
@@ -71,7 +71,7 @@
71
71
  ============================================================================= */
72
72
 
73
73
  [data-style='frosted'] [data-table-empty] {
74
- @apply text-surface-z5;
74
+ @apply text-ink-soft;
75
75
  }
76
76
 
77
77
  /* =============================================================================
@@ -79,11 +79,11 @@
79
79
  ============================================================================= */
80
80
 
81
81
  [data-style='frosted'] [data-table-cell] [data-cell-icon] {
82
- @apply text-surface-z5;
82
+ @apply text-ink-soft;
83
83
  }
84
84
 
85
85
  [data-style='frosted'] [data-table-row][data-selected='true'] [data-cell-icon] {
86
- @apply text-primary-z6;
86
+ @apply text-primary;
87
87
  }
88
88
 
89
89
  /* =============================================================================
@@ -92,11 +92,11 @@
92
92
 
93
93
  @media (max-width: 639px) {
94
94
  [data-style='frosted'] [data-table-responsive] [data-table-row] {
95
- @apply bg-surface-z2/80 border-surface-z5/20 border backdrop-blur-sm;
95
+ @apply bg-paper-mute/80 border-ink-soft/20 border backdrop-blur-sm;
96
96
  }
97
97
 
98
98
  [data-style='frosted'] [data-table-responsive] [data-table-cell]::before {
99
- @apply text-surface-z5;
99
+ @apply text-ink-soft;
100
100
  }
101
101
 
102
102
  /* Disable striped alternating bg in card layout */