@rokkit/themes 1.0.0-next.146 → 1.0.0-next.148

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 (206) hide show
  1. package/build.mjs +10 -2
  2. package/dist/ant-design.css +2065 -0
  3. package/dist/base.css +229 -4
  4. package/dist/bits-ui.css +2060 -0
  5. package/dist/carbon.css +2072 -0
  6. package/dist/daisy-ui.css +2081 -0
  7. package/dist/glass.css +84 -2
  8. package/dist/grada-ui.css +283 -198
  9. package/dist/index.css +11267 -280
  10. package/dist/material.css +106 -29
  11. package/dist/minimal.css +106 -29
  12. package/dist/rokkit.css +119 -14
  13. package/dist/shadcn.css +2053 -0
  14. package/package.json +28 -2
  15. package/src/ant-design/button.css +183 -0
  16. package/src/ant-design/card.css +100 -0
  17. package/src/ant-design/chart.css +34 -0
  18. package/src/ant-design/connector.css +11 -0
  19. package/src/ant-design/dropdown.css +50 -0
  20. package/src/ant-design/floating-action.css +63 -0
  21. package/src/ant-design/floating-navigation.css +70 -0
  22. package/src/ant-design/grid.css +46 -0
  23. package/src/ant-design/index.css +34 -0
  24. package/src/ant-design/input.css +149 -0
  25. package/src/ant-design/list.css +126 -0
  26. package/src/ant-design/menu.css +88 -0
  27. package/src/ant-design/message.css +35 -0
  28. package/src/ant-design/range.css +61 -0
  29. package/src/ant-design/search-filter.css +49 -0
  30. package/src/ant-design/select.css +158 -0
  31. package/src/ant-design/status-list.css +66 -0
  32. package/src/ant-design/switch.css +29 -0
  33. package/src/ant-design/table.css +89 -0
  34. package/src/ant-design/tabs.css +149 -0
  35. package/src/ant-design/timeline.css +45 -0
  36. package/src/ant-design/toc.css +18 -0
  37. package/src/ant-design/toggle.css +48 -0
  38. package/src/ant-design/toolbar.css +85 -0
  39. package/src/ant-design/tree.css +127 -0
  40. package/src/ant-design/upload-progress.css +102 -0
  41. package/src/ant-design/upload-target.css +50 -0
  42. package/src/base/chart.css +94 -0
  43. package/src/base/index.css +2 -0
  44. package/src/base/input.css +53 -3
  45. package/src/base/swatch.css +79 -0
  46. package/src/base/tree.css +1 -1
  47. package/src/bits-ui/button.css +176 -0
  48. package/src/bits-ui/card.css +99 -0
  49. package/src/bits-ui/chart.css +34 -0
  50. package/src/bits-ui/connector.css +11 -0
  51. package/src/bits-ui/dropdown.css +50 -0
  52. package/src/bits-ui/floating-action.css +63 -0
  53. package/src/bits-ui/floating-navigation.css +70 -0
  54. package/src/bits-ui/grid.css +46 -0
  55. package/src/bits-ui/index.css +34 -0
  56. package/src/bits-ui/input.css +150 -0
  57. package/src/bits-ui/list.css +126 -0
  58. package/src/bits-ui/menu.css +88 -0
  59. package/src/bits-ui/message.css +35 -0
  60. package/src/bits-ui/range.css +61 -0
  61. package/src/bits-ui/search-filter.css +49 -0
  62. package/src/bits-ui/select.css +158 -0
  63. package/src/bits-ui/status-list.css +66 -0
  64. package/src/bits-ui/switch.css +29 -0
  65. package/src/bits-ui/table.css +89 -0
  66. package/src/bits-ui/tabs.css +151 -0
  67. package/src/bits-ui/timeline.css +45 -0
  68. package/src/bits-ui/toc.css +18 -0
  69. package/src/bits-ui/toggle.css +48 -0
  70. package/src/bits-ui/toolbar.css +85 -0
  71. package/src/bits-ui/tree.css +127 -0
  72. package/src/bits-ui/upload-progress.css +102 -0
  73. package/src/bits-ui/upload-target.css +50 -0
  74. package/src/carbon/button.css +183 -0
  75. package/src/carbon/card.css +97 -0
  76. package/src/carbon/chart.css +34 -0
  77. package/src/carbon/connector.css +11 -0
  78. package/src/carbon/dropdown.css +50 -0
  79. package/src/carbon/floating-action.css +63 -0
  80. package/src/carbon/floating-navigation.css +70 -0
  81. package/src/carbon/grid.css +46 -0
  82. package/src/carbon/index.css +33 -0
  83. package/src/carbon/input.css +148 -0
  84. package/src/carbon/list.css +126 -0
  85. package/src/carbon/menu.css +88 -0
  86. package/src/carbon/message.css +37 -0
  87. package/src/carbon/range.css +61 -0
  88. package/src/carbon/search-filter.css +49 -0
  89. package/src/carbon/select.css +158 -0
  90. package/src/carbon/status-list.css +66 -0
  91. package/src/carbon/switch.css +31 -0
  92. package/src/carbon/table.css +93 -0
  93. package/src/carbon/tabs.css +149 -0
  94. package/src/carbon/timeline.css +45 -0
  95. package/src/carbon/toc.css +22 -0
  96. package/src/carbon/toggle.css +48 -0
  97. package/src/carbon/toolbar.css +85 -0
  98. package/src/carbon/tree.css +127 -0
  99. package/src/carbon/upload-progress.css +102 -0
  100. package/src/carbon/upload-target.css +50 -0
  101. package/src/daisy-ui/button.css +195 -0
  102. package/src/daisy-ui/card.css +99 -0
  103. package/src/daisy-ui/chart.css +34 -0
  104. package/src/daisy-ui/connector.css +11 -0
  105. package/src/daisy-ui/dropdown.css +50 -0
  106. package/src/daisy-ui/floating-action.css +63 -0
  107. package/src/daisy-ui/floating-navigation.css +70 -0
  108. package/src/daisy-ui/grid.css +46 -0
  109. package/src/daisy-ui/index.css +33 -0
  110. package/src/daisy-ui/input.css +146 -0
  111. package/src/daisy-ui/list.css +127 -0
  112. package/src/daisy-ui/menu.css +88 -0
  113. package/src/daisy-ui/message.css +37 -0
  114. package/src/daisy-ui/range.css +61 -0
  115. package/src/daisy-ui/search-filter.css +49 -0
  116. package/src/daisy-ui/select.css +158 -0
  117. package/src/daisy-ui/status-list.css +66 -0
  118. package/src/daisy-ui/switch.css +31 -0
  119. package/src/daisy-ui/table.css +89 -0
  120. package/src/daisy-ui/tabs.css +149 -0
  121. package/src/daisy-ui/timeline.css +45 -0
  122. package/src/daisy-ui/toc.css +22 -0
  123. package/src/daisy-ui/toggle.css +48 -0
  124. package/src/daisy-ui/toolbar.css +85 -0
  125. package/src/daisy-ui/tree.css +127 -0
  126. package/src/daisy-ui/upload-progress.css +102 -0
  127. package/src/daisy-ui/upload-target.css +50 -0
  128. package/src/glass/button.css +21 -0
  129. package/src/glass/chart.css +38 -0
  130. package/src/glass/index.css +2 -0
  131. package/src/glass/input.css +2 -0
  132. package/src/glass/swatch.css +19 -0
  133. package/src/glass/tabs.css +2 -2
  134. package/src/grada-ui/button.css +63 -25
  135. package/src/grada-ui/card.css +14 -16
  136. package/src/grada-ui/chart.css +34 -0
  137. package/src/grada-ui/dropdown.css +5 -4
  138. package/src/grada-ui/floating-action.css +6 -5
  139. package/src/grada-ui/floating-navigation.css +10 -9
  140. package/src/grada-ui/index.css +1 -0
  141. package/src/grada-ui/input.css +9 -10
  142. package/src/grada-ui/list.css +10 -7
  143. package/src/grada-ui/menu.css +6 -6
  144. package/src/grada-ui/message.css +7 -7
  145. package/src/grada-ui/range.css +5 -4
  146. package/src/grada-ui/search-filter.css +4 -3
  147. package/src/grada-ui/select.css +17 -13
  148. package/src/grada-ui/status-list.css +9 -8
  149. package/src/grada-ui/switch.css +4 -4
  150. package/src/grada-ui/table.css +10 -12
  151. package/src/grada-ui/tabs.css +7 -9
  152. package/src/grada-ui/timeline.css +8 -6
  153. package/src/grada-ui/toc.css +2 -2
  154. package/src/grada-ui/toggle.css +2 -1
  155. package/src/grada-ui/toolbar.css +10 -8
  156. package/src/grada-ui/tree.css +11 -10
  157. package/src/material/button.css +21 -0
  158. package/src/material/card.css +2 -1
  159. package/src/material/chart.css +38 -0
  160. package/src/material/index.css +2 -0
  161. package/src/material/input.css +18 -13
  162. package/src/material/swatch.css +19 -0
  163. package/src/material/tabs.css +2 -2
  164. package/src/minimal/button.css +21 -0
  165. package/src/minimal/card.css +2 -1
  166. package/src/minimal/chart.css +38 -0
  167. package/src/minimal/index.css +2 -0
  168. package/src/minimal/input.css +2 -1
  169. package/src/minimal/swatch.css +19 -0
  170. package/src/minimal/switch.css +9 -5
  171. package/src/minimal/tabs.css +2 -2
  172. package/src/minimal/toggle.css +3 -3
  173. package/src/rokkit/button.css +36 -0
  174. package/src/rokkit/card.css +2 -1
  175. package/src/rokkit/chart.css +38 -0
  176. package/src/rokkit/index.css +2 -0
  177. package/src/rokkit/list.css +19 -1
  178. package/src/rokkit/swatch.css +18 -0
  179. package/src/rokkit/switch.css +2 -1
  180. package/src/shadcn/button.css +176 -0
  181. package/src/shadcn/card.css +99 -0
  182. package/src/shadcn/chart.css +34 -0
  183. package/src/shadcn/connector.css +11 -0
  184. package/src/shadcn/dropdown.css +50 -0
  185. package/src/shadcn/floating-action.css +63 -0
  186. package/src/shadcn/floating-navigation.css +70 -0
  187. package/src/shadcn/grid.css +46 -0
  188. package/src/shadcn/index.css +34 -0
  189. package/src/shadcn/input.css +141 -0
  190. package/src/shadcn/list.css +126 -0
  191. package/src/shadcn/menu.css +88 -0
  192. package/src/shadcn/message.css +35 -0
  193. package/src/shadcn/range.css +61 -0
  194. package/src/shadcn/search-filter.css +49 -0
  195. package/src/shadcn/select.css +158 -0
  196. package/src/shadcn/status-list.css +66 -0
  197. package/src/shadcn/switch.css +31 -0
  198. package/src/shadcn/table.css +89 -0
  199. package/src/shadcn/tabs.css +149 -0
  200. package/src/shadcn/timeline.css +45 -0
  201. package/src/shadcn/toc.css +20 -0
  202. package/src/shadcn/toggle.css +48 -0
  203. package/src/shadcn/toolbar.css +85 -0
  204. package/src/shadcn/tree.css +127 -0
  205. package/src/shadcn/upload-progress.css +102 -0
  206. package/src/shadcn/upload-target.css +50 -0
@@ -0,0 +1,34 @@
1
+ /**
2
+ * @rokkit/themes - shadcn Theme
3
+ *
4
+ * Clean, flat styling inspired by shadcn/ui. Rounded corners on interactive
5
+ * elements, subtle borders, ring-based focus, no gradients.
6
+ * Use with data-style="shadcn" wrapper.
7
+ */
8
+
9
+ @import './button.css';
10
+ @import './toolbar.css';
11
+ @import './tabs.css';
12
+ @import './toggle.css';
13
+ @import './switch.css';
14
+ @import './list.css';
15
+ @import './tree.css';
16
+ @import './connector.css';
17
+ @import './select.css';
18
+ @import './menu.css';
19
+ @import './dropdown.css';
20
+ @import './floating-action.css';
21
+ @import './input.css';
22
+ @import './table.css';
23
+ @import './search-filter.css';
24
+ @import './range.css';
25
+ @import './timeline.css';
26
+ @import './floating-navigation.css';
27
+ @import './grid.css';
28
+ @import './upload-target.css';
29
+ @import './upload-progress.css';
30
+ @import './toc.css';
31
+ @import './card.css';
32
+ @import './message.css';
33
+ @import './status-list.css';
34
+ @import './chart.css';
@@ -0,0 +1,141 @@
1
+ /**
2
+ * Input - shadcn Theme Styles
3
+ *
4
+ * Rounded-md inputs with full border (not underline-only).
5
+ * Ring-based focus. Labels above in normal weight.
6
+ */
7
+
8
+ /* Input root: full border, rounded-md */
9
+ [data-style='shadcn'] [data-input-root] {
10
+ @apply border-surface-z3 relative flex items-center border bg-transparent rounded-md;
11
+ background-image: none;
12
+ transition: border-color 150ms ease, box-shadow 150ms ease;
13
+ }
14
+
15
+ /* Hover */
16
+ [data-style='shadcn'] [data-input-root]:hover:not(:focus-within) {
17
+ @apply border-surface-z4;
18
+ background-image: none;
19
+ }
20
+
21
+ /* Focus: single ring flush with border, no offset gap */
22
+ [data-style='shadcn'] [data-input-root]:focus-within {
23
+ @apply border-primary-z4 ring-primary-z4/40 ring-2;
24
+ background-image: none;
25
+ }
26
+
27
+ /* Inputs inside wrapper */
28
+ [data-style='shadcn']
29
+ [data-input-root]
30
+ input:not([type='checkbox'], [type='radio'], [type='color']),
31
+ [data-style='shadcn'] [data-input-root] textarea,
32
+ [data-style='shadcn'] [data-input-root] select {
33
+ @apply text-surface-z9 w-full border-none bg-transparent px-3 py-2 outline-none;
34
+ font-size: 0.875rem;
35
+ line-height: 1.25rem;
36
+ transition: color 150ms ease;
37
+ }
38
+
39
+ [data-style='shadcn'] [data-input-root] textarea {
40
+ @apply resize-vertical min-h-20 py-2;
41
+ }
42
+
43
+ /* Select inside input-root */
44
+ [data-style='shadcn'] [data-input-root] [data-select-trigger] {
45
+ @apply text-surface-z9 rounded-none border-none bg-transparent px-3 shadow-none ring-0 focus:outline-none;
46
+ font-size: 0.875rem;
47
+ background-image: none;
48
+ transition: color 150ms ease;
49
+ }
50
+
51
+ [data-style='shadcn'] [data-input-root] [data-select-trigger]:hover:not(:disabled) {
52
+ @apply bg-transparent;
53
+ background-image: none;
54
+ }
55
+
56
+ [data-style='shadcn'] [data-input-root] [data-select][data-open='true'] [data-select-trigger] {
57
+ @apply border-none bg-transparent shadow-none ring-0;
58
+ }
59
+
60
+ /* Labels */
61
+ [data-style='shadcn'] [data-field] > label {
62
+ @apply text-surface-z7 text-sm font-medium;
63
+ transition: color 150ms ease;
64
+ }
65
+
66
+ [data-style='shadcn'] [data-form-root] label {
67
+ @apply text-surface-z7 text-sm font-medium;
68
+ }
69
+
70
+ /* Focused label */
71
+ [data-style='shadcn'] [data-field]:has([data-input-root]:focus-within) > label {
72
+ @apply text-primary-z6;
73
+ }
74
+
75
+ /* Field root */
76
+ [data-style='shadcn'] [data-field-root] {
77
+ @apply gap-1;
78
+ }
79
+
80
+ /* Info field value */
81
+ [data-style='shadcn'] [data-field-info] {
82
+ @apply text-primary-z6;
83
+ }
84
+
85
+ /* Separator */
86
+ [data-style='shadcn'] [data-form-separator] {
87
+ @apply border-surface-z3;
88
+ }
89
+
90
+ /* Disabled state */
91
+ [data-style='shadcn'] [data-field-disabled] [data-input-root] {
92
+ @apply border-surface-z2 cursor-not-allowed opacity-50;
93
+ }
94
+
95
+ /* Error state */
96
+ [data-style='shadcn'] [data-field-state='fail'] [data-input-root] {
97
+ @apply border-danger-z4 ring-danger-z3 ring-2 ring-offset-2;
98
+ background-image: none;
99
+ }
100
+
101
+ [data-style='shadcn'] [data-field-state='fail'] [data-input-root]:hover:not(:focus-within) {
102
+ @apply border-danger-z5;
103
+ }
104
+
105
+ /* Pass state */
106
+ [data-style='shadcn'] [data-field-state='pass'] [data-input-root] {
107
+ @apply border-success-z4 ring-success-z3 ring-2 ring-offset-2;
108
+ background-image: none;
109
+ }
110
+
111
+ /* Description */
112
+ [data-style='shadcn'] [data-description] {
113
+ @apply text-surface-z5 mt-0.5 text-xs;
114
+ }
115
+
116
+ /* Message */
117
+ [data-style='shadcn'] [data-message] {
118
+ @apply text-danger-z5 mt-0.5 text-xs;
119
+ }
120
+
121
+ /* Checkbox */
122
+ [data-style='shadcn'] [data-checkbox-icon] {
123
+ @apply text-surface-z5 text-lg;
124
+ }
125
+
126
+ [data-style='shadcn']
127
+ [data-checkbox-root][data-variant='custom']:has(input:checked)
128
+ [data-checkbox-icon] {
129
+ @apply text-primary-z6;
130
+ }
131
+
132
+ /* Checkbox label */
133
+ [data-style='shadcn'] [data-field-type='checkbox'] [data-field]:has(:focus-within) > label {
134
+ @apply text-primary-z6;
135
+ }
136
+
137
+ /* Placeholders */
138
+ [data-style='shadcn'] [data-input-root] input::placeholder,
139
+ [data-style='shadcn'] [data-input-root] textarea::placeholder {
140
+ @apply text-surface-z4;
141
+ }
@@ -0,0 +1,126 @@
1
+ /**
2
+ * List - shadcn Theme Styles
3
+ *
4
+ * Subtle bg highlight on hover/active. Selected items get bg-surface-z2 fill.
5
+ */
6
+
7
+ /* =============================================================================
8
+ List Container
9
+ ============================================================================= */
10
+
11
+ [data-style='shadcn'] [data-list]:focus-within {
12
+ @apply outline-none;
13
+ }
14
+
15
+ /* =============================================================================
16
+ List Items
17
+ ============================================================================= */
18
+
19
+ [data-style='shadcn'] [data-list] [data-list-item] {
20
+ @apply text-surface-z7 border-0 border-solid border-transparent rounded-md;
21
+ }
22
+
23
+ [data-style='shadcn'] [data-list] a[data-list-item],
24
+ [data-style='shadcn'] [data-list] button[data-list-item] {
25
+ @apply text-surface-z6;
26
+ }
27
+
28
+ /* Hover and focus (keyboard navigation) */
29
+ [data-style='shadcn']
30
+ [data-list]
31
+ [data-list-item]:hover:not(:disabled):not([data-disabled='true']),
32
+ [data-style='shadcn']
33
+ [data-list]
34
+ [data-list-item]:focus:not(:disabled):not([data-disabled='true']) {
35
+ @apply bg-none bg-surface-z3 text-surface-z9 outline-none;
36
+ }
37
+
38
+ /* Active state — muted when list not focused */
39
+ [data-style='shadcn'] [data-list] [data-list-item][data-active='true'] {
40
+ @apply bg-none bg-surface-z2 text-surface-z8;
41
+ }
42
+
43
+ /* Active state — full highlight when list has focus */
44
+ [data-style='shadcn'] [data-list]:focus-within [data-list-item][data-active='true'] {
45
+ @apply bg-none bg-primary-z2 text-primary-z7;
46
+ }
47
+
48
+ /* Active + hover/focus */
49
+ [data-style='shadcn'] [data-list] [data-list-item][data-active='true']:hover:not(:disabled),
50
+ [data-style='shadcn'] [data-list] [data-list-item][data-active='true']:focus:not(:disabled) {
51
+ @apply bg-none bg-primary-z3 text-primary-z8;
52
+ }
53
+
54
+ /* =============================================================================
55
+ Item Elements
56
+ ============================================================================= */
57
+
58
+ [data-style='shadcn'] [data-list] [data-list-item] [data-item-icon] {
59
+ @apply text-surface-z5;
60
+ }
61
+
62
+ [data-style='shadcn'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon],
63
+ [data-style='shadcn'] [data-list] [data-list-item]:focus:not(:disabled) [data-item-icon] {
64
+ @apply text-surface-z6;
65
+ }
66
+
67
+ [data-style='shadcn'] [data-list] [data-list-item][data-active='true'] [data-item-icon] {
68
+ @apply text-primary-z5;
69
+ }
70
+
71
+ [data-style='shadcn'] [data-list] [data-list-item] [data-item-description] {
72
+ @apply text-surface-z5;
73
+ }
74
+
75
+ [data-style='shadcn'] [data-list] [data-list-item][data-active='true'] [data-item-description] {
76
+ @apply text-primary-z6;
77
+ }
78
+
79
+ [data-style='shadcn'] [data-list] [data-list-item] [data-item-badge] {
80
+ @apply bg-none text-surface-z6 border-surface-z3 border bg-transparent rounded-md;
81
+ }
82
+
83
+ [data-style='shadcn'] [data-list] [data-list-item][data-active='true'] [data-item-badge] {
84
+ @apply bg-none text-primary-z7 border-primary-z3;
85
+ }
86
+
87
+ /* =============================================================================
88
+ Groups
89
+ ============================================================================= */
90
+
91
+ [data-style='shadcn'] [data-list] [data-list-group] {
92
+ @apply text-surface-z5;
93
+ }
94
+
95
+ [data-style='shadcn'] [data-list] [data-list-group]:hover:not(:disabled),
96
+ [data-style='shadcn'] [data-list] [data-list-group]:focus:not(:disabled) {
97
+ @apply bg-none bg-surface-z3 text-surface-z7;
98
+ }
99
+
100
+ /* =============================================================================
101
+ Separator
102
+ ============================================================================= */
103
+
104
+ [data-style='shadcn'] [data-list] [data-list-separator] {
105
+ @apply bg-none bg-surface-z3;
106
+ }
107
+
108
+ /* =============================================================================
109
+ Multi-Selection
110
+ ============================================================================= */
111
+
112
+ [data-style='shadcn'] [data-list] [data-list-item][data-selected='true'] {
113
+ @apply bg-none bg-primary-z2 text-primary-z7;
114
+ }
115
+
116
+ [data-style='shadcn'] [data-list]:focus-within [data-list-item][data-selected='true'] {
117
+ @apply bg-none bg-primary-z2 text-primary-z7;
118
+ }
119
+
120
+ [data-style='shadcn'] [data-list] [data-list-item][data-selected='true']:hover:not(:disabled) {
121
+ @apply bg-none bg-primary-z3 text-primary-z8;
122
+ }
123
+
124
+ [data-style='shadcn'] [data-list] [data-list-item][data-selected='true'] [data-item-icon] {
125
+ @apply text-primary-z5;
126
+ }
@@ -0,0 +1,88 @@
1
+ /**
2
+ * Menu - shadcn Theme Styles
3
+ *
4
+ * Rounded-md trigger and items, shadow-md dropdown, bg highlight on hover.
5
+ */
6
+
7
+ /* =============================================================================
8
+ Menu Trigger
9
+ ============================================================================= */
10
+
11
+ [data-style='shadcn'] [data-menu-trigger] {
12
+ @apply bg-none border-surface-z3 text-surface-z7 border bg-transparent rounded-md;
13
+ }
14
+
15
+ [data-style='shadcn'] [data-menu-trigger]:hover:not(:disabled) {
16
+ @apply bg-none bg-surface-z2 text-surface-z9 border-surface-z4;
17
+ }
18
+
19
+ [data-style='shadcn'] [data-menu-trigger]:focus-visible {
20
+ @apply ring-primary-z4 ring-2 ring-offset-2 outline-none;
21
+ }
22
+
23
+ [data-style='shadcn'] [data-menu][data-open='true'] [data-menu-trigger] {
24
+ @apply bg-none border-surface-z5;
25
+ }
26
+
27
+ /* Trigger elements */
28
+ [data-style='shadcn'] [data-menu-trigger] [data-menu-icon] {
29
+ @apply text-surface-z5;
30
+ }
31
+
32
+ [data-style='shadcn'] [data-menu-trigger]:hover:not(:disabled) [data-menu-icon] {
33
+ @apply text-surface-z7;
34
+ }
35
+
36
+ [data-style='shadcn'] [data-menu-trigger] [data-menu-arrow] {
37
+ @apply text-surface-z4;
38
+ }
39
+
40
+ /* =============================================================================
41
+ Menu Dropdown
42
+ ============================================================================= */
43
+
44
+ [data-style='shadcn'] [data-menu-dropdown] {
45
+ @apply bg-none bg-surface-z0 border-surface-z3 border shadow-md rounded-md;
46
+ }
47
+
48
+ /* =============================================================================
49
+ Menu Items
50
+ ============================================================================= */
51
+
52
+ [data-style='shadcn'] [data-menu-item] {
53
+ @apply text-surface-z7 border-0 border-solid border-transparent rounded-md;
54
+ }
55
+
56
+ [data-style='shadcn'] [data-menu-item]:hover:not(:disabled),
57
+ [data-style='shadcn'] [data-menu-item]:focus:not(:disabled) {
58
+ @apply bg-none bg-surface-z3 text-surface-z9 outline-none;
59
+ }
60
+
61
+ /* Item elements */
62
+ [data-style='shadcn'] [data-menu-item] [data-item-icon] {
63
+ @apply text-surface-z5;
64
+ }
65
+
66
+ [data-style='shadcn'] [data-menu-item]:hover:not(:disabled) [data-item-icon] {
67
+ @apply text-surface-z6;
68
+ }
69
+
70
+ [data-style='shadcn'] [data-menu-item] [data-item-description] {
71
+ @apply text-surface-z5;
72
+ }
73
+
74
+ /* =============================================================================
75
+ Groups
76
+ ============================================================================= */
77
+
78
+ [data-style='shadcn'] [data-menu-group] {
79
+ @apply text-surface-z5;
80
+ }
81
+
82
+ /* =============================================================================
83
+ Divider
84
+ ============================================================================= */
85
+
86
+ [data-style='shadcn'] [data-menu-separator] {
87
+ @apply bg-none bg-surface-z3;
88
+ }
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Message - shadcn Theme Styles
3
+ */
4
+
5
+ [data-style='shadcn'] [data-message-root][data-type='error'] {
6
+ @apply bg-error-z1 border-error-z3 text-error-z8;
7
+ }
8
+ [data-style='shadcn'] [data-message-root][data-type='error'] [data-message-icon],
9
+ [data-style='shadcn'] [data-message-root][data-type='error'] [data-message-dismiss] {
10
+ @apply text-error-z5;
11
+ }
12
+
13
+ [data-style='shadcn'] [data-message-root][data-type='warning'] {
14
+ @apply bg-warning-z1 border-warning-z3 text-warning-z8;
15
+ }
16
+ [data-style='shadcn'] [data-message-root][data-type='warning'] [data-message-icon],
17
+ [data-style='shadcn'] [data-message-root][data-type='warning'] [data-message-dismiss] {
18
+ @apply text-warning-z5;
19
+ }
20
+
21
+ [data-style='shadcn'] [data-message-root][data-type='info'] {
22
+ @apply bg-info-z1 border-info-z3 text-info-z8;
23
+ }
24
+ [data-style='shadcn'] [data-message-root][data-type='info'] [data-message-icon],
25
+ [data-style='shadcn'] [data-message-root][data-type='info'] [data-message-dismiss] {
26
+ @apply text-info-z5;
27
+ }
28
+
29
+ [data-style='shadcn'] [data-message-root][data-type='success'] {
30
+ @apply bg-success-z1 border-success-z3 text-success-z8;
31
+ }
32
+ [data-style='shadcn'] [data-message-root][data-type='success'] [data-message-icon],
33
+ [data-style='shadcn'] [data-message-root][data-type='success'] [data-message-dismiss] {
34
+ @apply text-success-z5;
35
+ }
@@ -0,0 +1,61 @@
1
+ /**
2
+ * Range - shadcn Theme Styles
3
+ *
4
+ * Clean track, primary fill, rounded thumb with ring focus.
5
+ */
6
+
7
+ /* =============================================================================
8
+ Track
9
+ ============================================================================= */
10
+
11
+ [data-style='shadcn'] [data-range-bar] {
12
+ @apply bg-surface-z3 rounded-full;
13
+ }
14
+
15
+ [data-style='shadcn'] [data-range-selected] {
16
+ @apply bg-none bg-primary rounded-full;
17
+ }
18
+
19
+ /* =============================================================================
20
+ Thumb
21
+ ============================================================================= */
22
+
23
+ [data-style='shadcn'] [data-range-thumb] {
24
+ @apply bg-surface-z0 border-primary-z5 border-2 rounded-full;
25
+ }
26
+
27
+ [data-style='shadcn'] [data-range-thumb][data-sliding] {
28
+ @apply bg-primary-z5;
29
+ }
30
+
31
+ [data-style='shadcn'] [data-range-thumb]:focus-visible {
32
+ @apply bg-primary-z5 ring-primary-z4 ring-2 ring-offset-2;
33
+ }
34
+
35
+ /* =============================================================================
36
+ Ticks
37
+ ============================================================================= */
38
+
39
+ [data-style='shadcn'] [data-range-tick] {
40
+ @apply text-surface-z6;
41
+ }
42
+
43
+ [data-style='shadcn'] [data-tick-bar] {
44
+ @apply border-surface-z3;
45
+ }
46
+
47
+ [data-style='shadcn'] [data-tick-label] {
48
+ @apply text-surface-z6;
49
+ }
50
+
51
+ /* =============================================================================
52
+ Disabled
53
+ ============================================================================= */
54
+
55
+ [data-style='shadcn'] [data-range][data-disabled] [data-range-thumb] {
56
+ @apply bg-surface-z3 border-surface-z4;
57
+ }
58
+
59
+ [data-style='shadcn'] [data-range][data-disabled] [data-range-selected] {
60
+ @apply bg-surface-z4;
61
+ }
@@ -0,0 +1,49 @@
1
+ /**
2
+ * SearchFilter - shadcn Theme Styles
3
+ *
4
+ * Rounded-md input with ring focus, subtle tags.
5
+ */
6
+
7
+ /* =============================================================================
8
+ Input
9
+ ============================================================================= */
10
+
11
+ [data-style='shadcn'] [data-search-input] {
12
+ @apply text-surface-z7 border-surface-z3 border bg-transparent rounded-md;
13
+ }
14
+
15
+ [data-style='shadcn'] [data-search-input]:focus {
16
+ @apply border-primary-z4 ring-primary-z4 ring-2 ring-offset-2;
17
+ }
18
+
19
+ [data-style='shadcn'] [data-search-input]::placeholder {
20
+ @apply text-surface-z4;
21
+ }
22
+
23
+ /* =============================================================================
24
+ Clear Button
25
+ ============================================================================= */
26
+
27
+ [data-style='shadcn'] [data-search-clear] {
28
+ @apply text-surface-z5;
29
+ }
30
+
31
+ [data-style='shadcn'] [data-search-clear]:hover {
32
+ @apply text-surface-z8;
33
+ }
34
+
35
+ /* =============================================================================
36
+ Tags
37
+ ============================================================================= */
38
+
39
+ [data-style='shadcn'] [data-search-tag] {
40
+ @apply bg-none text-surface-z7 border-surface-z3 border bg-transparent rounded-md;
41
+ }
42
+
43
+ [data-style='shadcn'] [data-search-tag-remove] {
44
+ @apply text-surface-z5;
45
+ }
46
+
47
+ [data-style='shadcn'] [data-search-tag-remove]:hover {
48
+ @apply text-surface-z8;
49
+ }
@@ -0,0 +1,158 @@
1
+ /**
2
+ * Select - shadcn Theme Styles
3
+ *
4
+ * Rounded-md trigger, ring focus, subtle dropdown with bg highlight on hover.
5
+ */
6
+
7
+ /* =============================================================================
8
+ Trigger Button
9
+ ============================================================================= */
10
+
11
+ [data-style='shadcn'] [data-select-trigger] {
12
+ @apply bg-none text-surface-z7 border-surface-z3 border bg-transparent rounded-md;
13
+ }
14
+
15
+ [data-style='shadcn'] [data-select-trigger]:hover:not(:disabled) {
16
+ @apply bg-none bg-surface-z2 border-surface-z4 text-surface-z8;
17
+ }
18
+
19
+ [data-style='shadcn'] [data-select-trigger]:focus-visible {
20
+ @apply ring-primary-z4 ring-2 ring-offset-2 outline-none;
21
+ }
22
+
23
+ [data-style='shadcn'] [data-select][data-open='true'] [data-select-trigger] {
24
+ @apply bg-none border-surface-z5 ring-primary-z4 ring-2 ring-offset-2;
25
+ }
26
+
27
+ /* =============================================================================
28
+ Placeholder
29
+ ============================================================================= */
30
+
31
+ [data-style='shadcn'] [data-select-placeholder] {
32
+ @apply text-surface-z4;
33
+ }
34
+
35
+ /* =============================================================================
36
+ Arrow
37
+ ============================================================================= */
38
+
39
+ [data-style='shadcn'] [data-select-arrow] {
40
+ @apply text-surface-z5;
41
+ }
42
+
43
+ [data-style='shadcn'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
44
+ @apply text-surface-z6;
45
+ }
46
+
47
+ /* =============================================================================
48
+ Tags (MultiSelect)
49
+ ============================================================================= */
50
+
51
+ [data-style='shadcn'] [data-select-tag] {
52
+ @apply bg-none text-surface-z7 border-surface-z3 border bg-transparent rounded-md;
53
+ }
54
+
55
+ [data-style='shadcn'] [data-select-tag-remove] {
56
+ @apply text-surface-z5;
57
+ }
58
+
59
+ [data-style='shadcn'] [data-select-tag-remove]:hover {
60
+ @apply text-surface-z8;
61
+ }
62
+
63
+ /* =============================================================================
64
+ Dropdown Panel
65
+ ============================================================================= */
66
+
67
+ [data-style='shadcn'] [data-select-dropdown] {
68
+ @apply bg-none bg-surface-z0 border-surface-z3 border shadow-md rounded-md;
69
+ }
70
+
71
+ /* =============================================================================
72
+ Options
73
+ ============================================================================= */
74
+
75
+ [data-style='shadcn'] [data-select-option] {
76
+ @apply text-surface-z7 border-0 border-solid border-transparent rounded-md;
77
+ }
78
+
79
+ /* Hover and focus */
80
+ [data-style='shadcn'] [data-select-option]:hover:not(:disabled),
81
+ [data-style='shadcn'] [data-select-option]:focus:not(:disabled) {
82
+ @apply bg-none bg-surface-z3 text-surface-z9 outline-none;
83
+ }
84
+
85
+ /* Selected state */
86
+ [data-style='shadcn'] [data-select-option][data-selected='true'] {
87
+ @apply bg-none bg-surface-z2 text-surface-z8;
88
+ }
89
+
90
+ /* Selected state — full highlight when dropdown has focus */
91
+ [data-style='shadcn']
92
+ [data-select-dropdown]:focus-within
93
+ [data-select-option][data-selected='true'] {
94
+ @apply bg-none bg-primary-z2 text-primary-z7;
95
+ }
96
+
97
+ /* Check mark */
98
+ [data-style='shadcn'] [data-select-check] {
99
+ @apply text-primary-z6;
100
+ }
101
+
102
+ /* Checkbox */
103
+ [data-style='shadcn'] [data-select-checkbox] {
104
+ @apply bg-none border-surface-z4 bg-transparent rounded-md;
105
+ }
106
+
107
+ [data-style='shadcn'] [data-select-checkbox][data-checked='true'] {
108
+ @apply bg-none bg-primary-z5 border-primary-z5 text-white;
109
+ }
110
+
111
+ /* Item description */
112
+ [data-style='shadcn'] [data-select-option] [data-item-description] {
113
+ @apply text-surface-z5;
114
+ }
115
+
116
+ [data-style='shadcn'] [data-select-option][data-selected='true'] [data-item-description] {
117
+ @apply text-primary-z6;
118
+ }
119
+
120
+ /* =============================================================================
121
+ Groups
122
+ ============================================================================= */
123
+
124
+ [data-style='shadcn'] [data-select-group-label] {
125
+ @apply text-surface-z5;
126
+ }
127
+
128
+ /* =============================================================================
129
+ Divider
130
+ ============================================================================= */
131
+
132
+ [data-style='shadcn'] [data-select-divider] {
133
+ @apply bg-none bg-surface-z3;
134
+ }
135
+
136
+ /* =============================================================================
137
+ Filter Input
138
+ ============================================================================= */
139
+
140
+ [data-style='shadcn'] [data-select-filter] {
141
+ @apply bg-surface-z0;
142
+ }
143
+
144
+ [data-style='shadcn'] [data-select-filter-input] {
145
+ @apply text-surface-z7 border-surface-z3 border bg-transparent rounded-md;
146
+ }
147
+
148
+ [data-style='shadcn'] [data-select-filter-input]:focus {
149
+ @apply border-surface-z5 ring-primary-z4 ring-2 ring-offset-2;
150
+ }
151
+
152
+ [data-style='shadcn'] [data-select-filter-input]::placeholder {
153
+ @apply text-surface-z4;
154
+ }
155
+
156
+ [data-style='shadcn'] [data-select-empty] {
157
+ @apply text-surface-z5;
158
+ }