@rokkit/themes 1.0.0-next.147 → 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,66 @@
1
+ /**
2
+ * StatusList - shadcn Theme Styles
3
+ */
4
+
5
+ /* ── @rokkit/ui StatusList: icon and text colors by status ── */
6
+
7
+ [data-style='shadcn'] [data-status-item][data-status='pass'] span {
8
+ @apply text-success-z5;
9
+ }
10
+ [data-style='shadcn'] [data-status-item][data-status='fail'] span {
11
+ @apply text-error-z5;
12
+ }
13
+ [data-style='shadcn'] [data-status-item][data-status='warn'] span {
14
+ @apply text-warning-z5;
15
+ }
16
+ [data-style='shadcn'] [data-status-item][data-status='unknown'] span {
17
+ @apply text-surface-z4;
18
+ }
19
+
20
+ [data-style='shadcn'] [data-status-item][data-status='pass'] {
21
+ @apply text-success-z7;
22
+ }
23
+ [data-style='shadcn'] [data-status-item][data-status='fail'] {
24
+ @apply text-error-z7;
25
+ }
26
+ [data-style='shadcn'] [data-status-item][data-status='warn'] {
27
+ @apply text-warning-z7;
28
+ }
29
+ [data-style='shadcn'] [data-status-item][data-status='unknown'] {
30
+ @apply text-surface-z5;
31
+ }
32
+
33
+ /* ── @rokkit/forms StatusList: group headers by severity ── */
34
+
35
+ [data-style='shadcn'] [data-status-group][data-severity='error'] [data-status-header] {
36
+ @apply text-error-z5;
37
+ }
38
+ [data-style='shadcn'] [data-status-group][data-severity='warning'] [data-status-header] {
39
+ @apply text-warning-z5;
40
+ }
41
+ [data-style='shadcn'] [data-status-group][data-severity='info'] [data-status-header] {
42
+ @apply text-info-z5;
43
+ }
44
+ [data-style='shadcn'] [data-status-group][data-severity='success'] [data-status-header] {
45
+ @apply text-success-z5;
46
+ }
47
+
48
+ /* ── @rokkit/forms StatusList: item colors ── */
49
+
50
+ [data-style='shadcn'] [data-status-item][data-status='error'] {
51
+ @apply text-error-z7;
52
+ }
53
+ [data-style='shadcn'] [data-status-item][data-status='warning'] {
54
+ @apply text-warning-z7;
55
+ }
56
+ [data-style='shadcn'] [data-status-item][data-status='info'] {
57
+ @apply text-info-z7;
58
+ }
59
+ [data-style='shadcn'] [data-status-item][data-status='success'] {
60
+ @apply text-success-z7;
61
+ }
62
+
63
+ /* Count badge */
64
+ [data-style='shadcn'] [data-status-count] {
65
+ @apply bg-none text-surface-z6 font-semibold;
66
+ }
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Switch - shadcn Theme Styles
3
+ *
4
+ * Full-pill track (rounded-full), ring-based focus — shadcn signature.
5
+ */
6
+
7
+ [data-style='shadcn'] [data-switch-track] {
8
+ @apply bg-none border-surface-z4 border-2 bg-transparent rounded-full;
9
+ }
10
+
11
+ [data-style='shadcn'] [data-switch] [data-switch-thumb] {
12
+ --switch-thumb-travel: 1rem;
13
+ @apply bg-surface-z5 rounded-full;
14
+ }
15
+
16
+ [data-style='shadcn'] [data-switch]:focus-visible [data-switch-track] {
17
+ @apply ring-primary-z4 ring-2 ring-offset-2;
18
+ }
19
+
20
+ /* On state */
21
+ [data-style='shadcn'] [data-switch][aria-checked='true'] [data-switch-track] {
22
+ @apply bg-none bg-primary-z5 border-primary-z5;
23
+ }
24
+
25
+ [data-style='shadcn'] [data-switch][aria-checked='true'] [data-switch-thumb] {
26
+ @apply bg-surface-z0;
27
+ }
28
+
29
+ [data-style='shadcn'] [data-switch-label] {
30
+ @apply text-surface-z7;
31
+ }
@@ -0,0 +1,89 @@
1
+ /**
2
+ * Table - shadcn Theme Styles
3
+ *
4
+ * Clean table with subtle row borders, bg highlight on hover/selected.
5
+ */
6
+
7
+ /* =============================================================================
8
+ Header
9
+ ============================================================================= */
10
+
11
+ [data-style='shadcn'] [data-table-header] th {
12
+ @apply text-surface-z6 border-surface-z3 border-b;
13
+ }
14
+
15
+ [data-style='shadcn'] [data-table-header-cell][data-sortable='true']:hover {
16
+ @apply text-surface-z8;
17
+ }
18
+
19
+ [data-style='shadcn'] [data-table-header-cell][data-sort-order='ascending'],
20
+ [data-style='shadcn'] [data-table-header-cell][data-sort-order='descending'] {
21
+ @apply text-primary-z7;
22
+ }
23
+
24
+ [data-style='shadcn'] [data-table-sort-icon] {
25
+ @apply text-surface-z5;
26
+ }
27
+
28
+ [data-style='shadcn'] [data-table-header-cell][data-sort-order='ascending'] [data-table-sort-icon],
29
+ [data-style='shadcn']
30
+ [data-table-header-cell][data-sort-order='descending']
31
+ [data-table-sort-icon] {
32
+ @apply text-primary-z6;
33
+ }
34
+
35
+ /* =============================================================================
36
+ Caption
37
+ ============================================================================= */
38
+
39
+ [data-style='shadcn'] [data-table-caption] {
40
+ @apply text-surface-z7;
41
+ }
42
+
43
+ /* =============================================================================
44
+ Rows
45
+ ============================================================================= */
46
+
47
+ [data-style='shadcn'] [data-table-row] {
48
+ @apply text-surface-z7 border-surface-z3 border-b;
49
+ }
50
+
51
+ [data-style='shadcn'] [data-table-row]:hover {
52
+ @apply bg-none bg-surface-z2 text-surface-z9;
53
+ }
54
+
55
+ [data-style='shadcn'] [data-table-row]:focus {
56
+ @apply bg-none bg-surface-z2 text-surface-z9 ring-primary-z4 ring-2 outline-none;
57
+ }
58
+
59
+ [data-style='shadcn'] [data-table-row][data-selected='true'] {
60
+ @apply bg-none bg-primary-z2 text-primary-z8;
61
+ }
62
+
63
+ /* =============================================================================
64
+ Striped
65
+ ============================================================================= */
66
+
67
+ [data-style='shadcn'] [data-striped='true'] [data-table-body] tr:nth-child(even) {
68
+ @apply bg-surface-z1;
69
+ }
70
+
71
+ /* =============================================================================
72
+ Empty
73
+ ============================================================================= */
74
+
75
+ [data-style='shadcn'] [data-table-empty] {
76
+ @apply text-surface-z5;
77
+ }
78
+
79
+ /* =============================================================================
80
+ Cell Icon
81
+ ============================================================================= */
82
+
83
+ [data-style='shadcn'] [data-table-cell] [data-cell-icon] {
84
+ @apply text-surface-z5;
85
+ }
86
+
87
+ [data-style='shadcn'] [data-table-row][data-selected='true'] [data-cell-icon] {
88
+ @apply text-primary-z6;
89
+ }
@@ -0,0 +1,149 @@
1
+ /**
2
+ * Tabs - shadcn Theme Styles
3
+ *
4
+ * Underline-indicator tabs with primary color accent on active.
5
+ * Active tab: thick bottom border in primary color, bolder text.
6
+ */
7
+
8
+ /* =============================================================================
9
+ Tab List
10
+ ============================================================================= */
11
+
12
+ [data-style='shadcn'] [data-tabs-list] {
13
+ @apply border-surface-z3 gap-0 border-0 border-b px-0;
14
+ }
15
+
16
+ [data-style='shadcn'] [data-tabs][data-position='after'] [data-tabs-list] {
17
+ @apply border-t border-b-0;
18
+ }
19
+
20
+ [data-style='shadcn'] [data-tabs][data-orientation='vertical'] [data-tabs-list] {
21
+ @apply border-r border-b-0;
22
+ }
23
+
24
+ [data-style='shadcn']
25
+ [data-tabs][data-orientation='vertical'][data-position='after']
26
+ [data-tabs-list] {
27
+ @apply border-t-0 border-r-0 border-l;
28
+ }
29
+
30
+ /* =============================================================================
31
+ Tab Triggers — default: horizontal/before (bottom border)
32
+ ============================================================================= */
33
+
34
+ [data-style='shadcn'] [data-tabs-trigger] {
35
+ @apply bg-transparent text-surface-z5 border-b-2 border-b-transparent rounded-none;
36
+ font-weight: 400;
37
+ transition: color 150ms ease, border-color 150ms ease;
38
+ }
39
+
40
+ [data-style='shadcn'] [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]) {
41
+ @apply text-surface-z8 border-b-surface-z4;
42
+ }
43
+
44
+ [data-style='shadcn'] [data-tabs-trigger][data-selected] {
45
+ @apply bg-none text-surface-z9 border-b-primary-z5;
46
+ font-weight: 600;
47
+ }
48
+
49
+ /* Reset gradients */
50
+ [data-style='shadcn'] [data-tabs-list]:focus-within [data-tabs-trigger][data-selected] {
51
+ @apply bg-none;
52
+ }
53
+
54
+ [data-style='shadcn']
55
+ [data-tabs][data-orientation='vertical']
56
+ [data-tabs-list]:focus-within
57
+ [data-tabs-trigger][data-selected] {
58
+ @apply bg-none;
59
+ }
60
+
61
+ [data-style='shadcn']
62
+ [data-tabs][data-orientation='vertical'][data-position='after']
63
+ [data-tabs-list]:focus-within
64
+ [data-tabs-trigger][data-selected] {
65
+ @apply bg-none;
66
+ }
67
+
68
+ /* Horizontal after (tabs below content): top border */
69
+ [data-style='shadcn'] [data-tabs][data-position='after'] [data-tabs-trigger] {
70
+ @apply border-b-0 border-t-2 border-t-transparent;
71
+ }
72
+
73
+ [data-style='shadcn']
74
+ [data-tabs][data-position='after']
75
+ [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]) {
76
+ @apply border-t-surface-z4;
77
+ }
78
+
79
+ [data-style='shadcn'] [data-tabs][data-position='after'] [data-tabs-trigger][data-selected] {
80
+ @apply border-t-primary-z5;
81
+ font-weight: 600;
82
+ }
83
+
84
+ [data-style='shadcn']
85
+ [data-tabs][data-position='after']
86
+ [data-tabs-list]:focus-within
87
+ [data-tabs-trigger][data-selected] {
88
+ @apply bg-none;
89
+ }
90
+
91
+ /* Vertical before (tabs on left): right border */
92
+ [data-style='shadcn'] [data-tabs][data-orientation='vertical'] [data-tabs-trigger] {
93
+ @apply border-b-0 border-r-2 border-r-transparent rounded-none rounded-l;
94
+ }
95
+
96
+ [data-style='shadcn']
97
+ [data-tabs][data-orientation='vertical']
98
+ [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]) {
99
+ @apply border-r-surface-z4;
100
+ }
101
+
102
+ [data-style='shadcn'] [data-tabs][data-orientation='vertical'] [data-tabs-trigger][data-selected] {
103
+ @apply border-r-primary-z5;
104
+ font-weight: 600;
105
+ }
106
+
107
+ /* Vertical after (tabs on right): left border */
108
+ [data-style='shadcn']
109
+ [data-tabs][data-orientation='vertical'][data-position='after']
110
+ [data-tabs-trigger] {
111
+ @apply border-t-0 border-b-0 border-r-0 border-l-2 border-l-transparent rounded-none rounded-r;
112
+ }
113
+
114
+ [data-style='shadcn']
115
+ [data-tabs][data-orientation='vertical'][data-position='after']
116
+ [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]) {
117
+ @apply border-t-0 border-b-0 border-r-0 border-l-surface-z4;
118
+ }
119
+
120
+ [data-style='shadcn']
121
+ [data-tabs][data-orientation='vertical'][data-position='after']
122
+ [data-tabs-trigger][data-selected] {
123
+ @apply border-t-0 border-b-0 border-r-0 border-l-primary-z5;
124
+ font-weight: 600;
125
+ }
126
+
127
+ /* =============================================================================
128
+ Tab Icon
129
+ ============================================================================= */
130
+
131
+ [data-style='shadcn'] [data-tabs-trigger] [data-tabs-icon] {
132
+ @apply text-surface-z4;
133
+ }
134
+
135
+ [data-style='shadcn'] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon] {
136
+ @apply text-surface-z6;
137
+ }
138
+
139
+ [data-style='shadcn'] [data-tabs-trigger][data-selected] [data-tabs-icon] {
140
+ @apply text-primary-z5;
141
+ }
142
+
143
+ /* =============================================================================
144
+ Tab Panel
145
+ ============================================================================= */
146
+
147
+ [data-style='shadcn'] [data-tabs-content] {
148
+ @apply text-surface-z8;
149
+ }
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Timeline - shadcn Theme Styles
3
+ *
4
+ * Clean timeline with primary accent on active/completed states.
5
+ */
6
+
7
+ /* =============================================================================
8
+ Circle
9
+ ============================================================================= */
10
+
11
+ [data-style='shadcn'] [data-timeline-circle] {
12
+ @apply border-surface-z3 text-surface-z6;
13
+ }
14
+
15
+ [data-style='shadcn'] [data-timeline-item][data-completed] [data-timeline-circle] {
16
+ @apply border-primary text-primary;
17
+ }
18
+
19
+ [data-style='shadcn'] [data-timeline-item][data-active] [data-timeline-circle] {
20
+ @apply border-primary text-primary border-2;
21
+ }
22
+
23
+ /* =============================================================================
24
+ Connector
25
+ ============================================================================= */
26
+
27
+ [data-style='shadcn'] [data-timeline-connector] {
28
+ @apply bg-surface-z3;
29
+ }
30
+
31
+ [data-style='shadcn'] [data-timeline-item][data-completed] [data-timeline-connector] {
32
+ @apply bg-primary;
33
+ }
34
+
35
+ /* =============================================================================
36
+ Body
37
+ ============================================================================= */
38
+
39
+ [data-style='shadcn'] [data-timeline-title] {
40
+ @apply text-surface-z8;
41
+ }
42
+
43
+ [data-style='shadcn'] [data-timeline-description] {
44
+ @apply text-surface-z6;
45
+ }
@@ -0,0 +1,20 @@
1
+ /**
2
+ * TableOfContents - shadcn Theme Styles
3
+ */
4
+
5
+ [data-style='shadcn'] [data-toc] [data-toc-label] {
6
+ @apply text-surface-z5;
7
+ }
8
+
9
+ [data-style='shadcn'] [data-toc] [data-toc-item] {
10
+ @apply text-surface-z6 rounded-md;
11
+ }
12
+
13
+ [data-style='shadcn'] [data-toc] [data-toc-item]:hover,
14
+ [data-style='shadcn'] [data-toc] [data-toc-item][data-toc-focused] {
15
+ @apply bg-none bg-surface-z3 text-surface-z9 outline-none;
16
+ }
17
+
18
+ [data-style='shadcn'] [data-toc] [data-toc-item][data-toc-active] {
19
+ @apply bg-none bg-primary-z2 text-primary-z7;
20
+ }
@@ -0,0 +1,48 @@
1
+ /**
2
+ * Toggle - shadcn Theme Styles
3
+ *
4
+ * Rounded-md container, flat selected state with primary underline.
5
+ */
6
+
7
+ /* =============================================================================
8
+ Toggle Container
9
+ ============================================================================= */
10
+
11
+ [data-style='shadcn'] [data-toggle] {
12
+ @apply bg-none border-surface-z3 rounded-md border bg-transparent;
13
+ }
14
+
15
+ /* =============================================================================
16
+ Toggle Options
17
+ ============================================================================= */
18
+
19
+ [data-style='shadcn'] [data-toggle-option] {
20
+ @apply text-surface-z6 border-0 border-solid border-transparent rounded-md;
21
+ }
22
+
23
+ [data-style='shadcn'] [data-toggle-option]:hover:not(:disabled):not([data-disabled='true']),
24
+ [data-style='shadcn'] [data-toggle-option]:focus:not(:disabled):not([data-disabled='true']) {
25
+ @apply bg-none bg-surface-z3 text-surface-z8;
26
+ }
27
+
28
+ /* Selected state */
29
+ [data-style='shadcn'] [data-toggle-option][data-selected='true'] {
30
+ @apply bg-none bg-surface-z2 text-surface-z9 border-b-primary-z5 border-b-2;
31
+ }
32
+
33
+ /* =============================================================================
34
+ Toggle Icon
35
+ ============================================================================= */
36
+
37
+ [data-style='shadcn'] [data-toggle-option] [data-toggle-icon] {
38
+ @apply text-surface-z5;
39
+ }
40
+
41
+ [data-style='shadcn'] [data-toggle-option]:hover:not(:disabled) [data-toggle-icon],
42
+ [data-style='shadcn'] [data-toggle-option]:focus:not(:disabled) [data-toggle-icon] {
43
+ @apply text-surface-z7;
44
+ }
45
+
46
+ [data-style='shadcn'] [data-toggle-option][data-selected='true'] [data-toggle-icon] {
47
+ @apply text-primary-z6;
48
+ }
@@ -0,0 +1,85 @@
1
+ /**
2
+ * Toolbar - shadcn Theme Styles
3
+ *
4
+ * Clean, flat toolbar with subtle borders and ring-based focus.
5
+ */
6
+
7
+ /* =============================================================================
8
+ Toolbar Container
9
+ ============================================================================= */
10
+
11
+ [data-style='shadcn'] [data-toolbar] {
12
+ @apply bg-none bg-transparent;
13
+ }
14
+
15
+ /* Position-based borders */
16
+ [data-style='shadcn'] [data-toolbar][data-toolbar-position='top'],
17
+ [data-style='shadcn'] [data-toolbar]:not([data-toolbar-position]) {
18
+ @apply border-surface-z3 border-b;
19
+ }
20
+
21
+ [data-style='shadcn'] [data-toolbar][data-toolbar-position='bottom'] {
22
+ @apply border-surface-z3 border-t;
23
+ }
24
+
25
+ [data-style='shadcn'] [data-toolbar][data-toolbar-position='left'] {
26
+ @apply border-surface-z3 border-r;
27
+ }
28
+
29
+ [data-style='shadcn'] [data-toolbar][data-toolbar-position='right'] {
30
+ @apply border-surface-z3 border-l;
31
+ }
32
+
33
+ /* =============================================================================
34
+ Toolbar Items
35
+ ============================================================================= */
36
+
37
+ [data-style='shadcn'] [data-toolbar-item] {
38
+ @apply text-surface-z6 rounded-md;
39
+ }
40
+
41
+ [data-style='shadcn'] [data-toolbar-item]:hover:not(:disabled):not([data-disabled='true']) {
42
+ @apply bg-none bg-surface-z3 text-surface-z9;
43
+ }
44
+
45
+ [data-style='shadcn']
46
+ [data-toolbar-item]:focus-visible:not(:disabled):not([data-disabled='true']) {
47
+ @apply bg-none text-surface-z9 ring-primary-z4 ring-2 ring-offset-2 outline-none;
48
+ }
49
+
50
+ /* Active/pressed state */
51
+ [data-style='shadcn'] [data-toolbar-item][data-active='true'] {
52
+ @apply bg-none bg-surface-z3 text-primary-z7;
53
+ }
54
+
55
+ [data-style='shadcn'] [data-toolbar-item][data-active='true']:hover:not(:disabled) {
56
+ @apply bg-none bg-surface-z4 text-primary-z8;
57
+ }
58
+
59
+ /* =============================================================================
60
+ Toolbar Icon
61
+ ============================================================================= */
62
+
63
+ [data-style='shadcn'] [data-toolbar-item] [data-toolbar-icon] {
64
+ @apply text-surface-z5;
65
+ }
66
+
67
+ [data-style='shadcn'] [data-toolbar-item]:hover:not(:disabled) [data-toolbar-icon] {
68
+ @apply text-surface-z8;
69
+ }
70
+
71
+ [data-style='shadcn'] [data-toolbar-item][data-active='true'] [data-toolbar-icon] {
72
+ @apply text-primary-z6;
73
+ }
74
+
75
+ /* =============================================================================
76
+ Separator & Divider
77
+ ============================================================================= */
78
+
79
+ [data-style='shadcn'] [data-toolbar-separator] {
80
+ @apply bg-none bg-surface-z3;
81
+ }
82
+
83
+ [data-style='shadcn'] [data-toolbar-divider] {
84
+ @apply bg-none bg-surface-z3;
85
+ }
@@ -0,0 +1,127 @@
1
+ /**
2
+ * Tree - shadcn Theme Styles
3
+ *
4
+ * Subtle bg highlight on hover/active. Rounded-md item content areas.
5
+ */
6
+
7
+ /* =============================================================================
8
+ Tree Container
9
+ ============================================================================= */
10
+
11
+ [data-style='shadcn'] [data-tree]:focus-within {
12
+ @apply outline-none;
13
+ }
14
+
15
+ /* =============================================================================
16
+ Tree Toggle Button
17
+ ============================================================================= */
18
+
19
+ [data-style='shadcn'] [data-tree-toggle-btn] {
20
+ @apply text-surface-z4 rounded-md;
21
+ }
22
+
23
+ [data-style='shadcn'] [data-tree-toggle-btn]:hover {
24
+ @apply bg-none bg-surface-z3 text-surface-z6;
25
+ }
26
+
27
+ /* =============================================================================
28
+ Tree Item Content
29
+ ============================================================================= */
30
+
31
+ [data-style='shadcn'] [data-tree-item-content] {
32
+ @apply text-surface-z7 rounded-md;
33
+ }
34
+
35
+ [data-style='shadcn'] [data-tree-item-content]:hover:not(:disabled),
36
+ [data-style='shadcn'] [data-tree-item-content]:focus:not(:disabled) {
37
+ @apply bg-none bg-surface-z3 text-surface-z9 outline-none;
38
+ }
39
+
40
+ /* Focus visible for keyboard navigation */
41
+ [data-style='shadcn'] [data-tree-item-content]:focus-visible {
42
+ @apply ring-primary-z4 ring-2 ring-offset-2 outline-none;
43
+ }
44
+
45
+ /* Active/selected state */
46
+ [data-style='shadcn'] [data-tree-item-content][data-active='true'] {
47
+ @apply bg-none bg-primary-z2 text-primary-z7;
48
+ }
49
+
50
+ [data-style='shadcn'] [data-tree-item-content][data-active='true']:hover:not(:disabled) {
51
+ @apply bg-none bg-primary-z3 text-primary-z8;
52
+ }
53
+
54
+ /* Reset gradients */
55
+ [data-style='shadcn'] [data-tree]:focus-within [data-tree-item-content][data-active='true'] {
56
+ @apply bg-none bg-primary-z2;
57
+ }
58
+
59
+ [data-style='shadcn'] [data-tree]:focus-within [data-tree-item-content][data-active='true']:hover:not(:disabled) {
60
+ @apply bg-none bg-primary-z3;
61
+ }
62
+
63
+ [data-style='shadcn'] [data-tree]:not(:focus-within) [data-tree-item-content][data-active='true'] {
64
+ @apply bg-none bg-surface-z2;
65
+ }
66
+
67
+ /* =============================================================================
68
+ Item Elements
69
+ ============================================================================= */
70
+
71
+ [data-style='shadcn'] [data-tree-item-content] [data-item-icon] {
72
+ @apply text-surface-z5;
73
+ }
74
+
75
+ [data-style='shadcn'] [data-tree-item-content]:hover:not(:disabled) [data-item-icon] {
76
+ @apply text-surface-z6;
77
+ }
78
+
79
+ [data-style='shadcn'] [data-tree-item-content][data-active='true'] [data-item-icon] {
80
+ @apply text-primary-z5;
81
+ }
82
+
83
+ [data-style='shadcn'] [data-tree-item-content] [data-item-description] {
84
+ @apply text-surface-z5;
85
+ }
86
+
87
+ [data-style='shadcn'] [data-tree-item-content][data-active='true'] [data-item-description] {
88
+ @apply text-primary-z6;
89
+ }
90
+
91
+ [data-style='shadcn'] [data-tree-item-content] [data-item-badge] {
92
+ @apply bg-none text-surface-z6 border-surface-z3 border bg-transparent rounded-md;
93
+ }
94
+
95
+ [data-style='shadcn'] [data-tree-item-content][data-active='true'] [data-item-badge] {
96
+ @apply text-primary-z7 border-primary-z3;
97
+ }
98
+
99
+ [data-style='shadcn'] [data-tree]:focus-within [data-tree-item-content][data-active='true'] [data-item-badge] {
100
+ @apply bg-none;
101
+ }
102
+
103
+ [data-style='shadcn'] [data-tree]:not(:focus-within) [data-tree-item-content][data-active='true'] [data-item-badge] {
104
+ @apply bg-none;
105
+ }
106
+
107
+ /* =============================================================================
108
+ Multi-Selection
109
+ ============================================================================= */
110
+
111
+ [data-style='shadcn'] [data-tree-node][data-selected='true'] [data-tree-item-content] {
112
+ @apply bg-none bg-primary-z2 text-primary-z7;
113
+ }
114
+
115
+ [data-style='shadcn']
116
+ [data-tree]:focus-within
117
+ [data-tree-node][data-selected='true']
118
+ [data-tree-item-content] {
119
+ @apply bg-none bg-primary-z2 text-primary-z7;
120
+ }
121
+
122
+ [data-style='shadcn']
123
+ [data-tree-node][data-selected='true']
124
+ [data-tree-item-content]
125
+ [data-item-icon] {
126
+ @apply text-primary-z5;
127
+ }