@rokkit/themes 1.1.17 → 1.1.19

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 (128) hide show
  1. package/dist/base/stepper.css +11 -5
  2. package/dist/base/table.css +4 -1
  3. package/dist/base/toggle.css +5 -0
  4. package/dist/base.css +20 -6
  5. package/dist/frosted/button.css +8 -8
  6. package/dist/frosted/card.css +4 -4
  7. package/dist/frosted/dropdown.css +2 -2
  8. package/dist/frosted/list.css +5 -5
  9. package/dist/frosted/menu.css +5 -5
  10. package/dist/frosted/message.css +4 -4
  11. package/dist/frosted/select.css +8 -8
  12. package/dist/frosted/table.css +5 -5
  13. package/dist/frosted/tabs.css +2 -2
  14. package/dist/frosted/timeline.css +1 -1
  15. package/dist/frosted/toggle.css +4 -4
  16. package/dist/frosted/tree.css +15 -4
  17. package/dist/frosted.css +63 -52
  18. package/dist/index.css +437 -306
  19. package/dist/material/button.css +14 -10
  20. package/dist/material/dropdown.css +2 -2
  21. package/dist/material/list.css +5 -5
  22. package/dist/material/menu.css +5 -5
  23. package/dist/material/select.css +8 -8
  24. package/dist/material/table.css +5 -5
  25. package/dist/material/tabs.css +4 -3
  26. package/dist/material/timeline.css +4 -3
  27. package/dist/material/toggle.css +6 -5
  28. package/dist/material/tree.css +15 -4
  29. package/dist/material.css +68 -50
  30. package/dist/minimal/button.css +14 -10
  31. package/dist/minimal/card.css +4 -4
  32. package/dist/minimal/dropdown.css +2 -2
  33. package/dist/minimal/list.css +8 -8
  34. package/dist/minimal/menu.css +6 -6
  35. package/dist/minimal/select.css +8 -8
  36. package/dist/minimal/table.css +5 -5
  37. package/dist/minimal/tabs.css +2 -2
  38. package/dist/minimal/timeline.css +3 -3
  39. package/dist/minimal/toggle.css +4 -4
  40. package/dist/minimal/tree.css +17 -6
  41. package/dist/minimal.css +73 -58
  42. package/dist/rokkit/avatar.css +1 -1
  43. package/dist/rokkit/badge.css +7 -7
  44. package/dist/rokkit/button.css +9 -9
  45. package/dist/rokkit/card.css +4 -4
  46. package/dist/rokkit/divider.css +1 -1
  47. package/dist/rokkit/dropdown.css +2 -2
  48. package/dist/rokkit/list.css +5 -5
  49. package/dist/rokkit/menu.css +5 -5
  50. package/dist/rokkit/select.css +24 -13
  51. package/dist/rokkit/table.css +5 -5
  52. package/dist/rokkit/tabs.css +1 -1
  53. package/dist/rokkit/timeline.css +4 -3
  54. package/dist/rokkit/toggle.css +4 -4
  55. package/dist/rokkit/tree.css +17 -6
  56. package/dist/rokkit.css +89 -66
  57. package/dist/zen-sumi/button.css +20 -12
  58. package/dist/zen-sumi/card.css +4 -4
  59. package/dist/zen-sumi/divider.css +29 -0
  60. package/dist/zen-sumi/dropdown.css +4 -4
  61. package/dist/zen-sumi/list.css +9 -9
  62. package/dist/zen-sumi/menu.css +9 -9
  63. package/dist/zen-sumi/select.css +11 -11
  64. package/dist/zen-sumi/table.css +6 -6
  65. package/dist/zen-sumi/tabs.css +3 -3
  66. package/dist/zen-sumi/timeline.css +3 -3
  67. package/dist/zen-sumi/toggle.css +6 -5
  68. package/dist/zen-sumi/tree.css +19 -8
  69. package/dist/zen-sumi.css +124 -74
  70. package/package.json +3 -3
  71. package/src/base/stepper.css +11 -5
  72. package/src/base/table.css +4 -1
  73. package/src/base/toggle.css +5 -0
  74. package/src/frosted/dropdown.css +2 -2
  75. package/src/frosted/list.css +5 -5
  76. package/src/frosted/menu.css +5 -5
  77. package/src/frosted/message.css +4 -4
  78. package/src/frosted/select.css +8 -8
  79. package/src/frosted/table.css +5 -5
  80. package/src/frosted/tabs.css +2 -2
  81. package/src/frosted/timeline.css +1 -1
  82. package/src/frosted/toggle.css +4 -4
  83. package/src/frosted/tree.css +15 -4
  84. package/src/material/button.css +8 -4
  85. package/src/material/dropdown.css +2 -2
  86. package/src/material/list.css +5 -5
  87. package/src/material/menu.css +5 -5
  88. package/src/material/select.css +8 -8
  89. package/src/material/table.css +5 -5
  90. package/src/material/tabs.css +4 -3
  91. package/src/material/timeline.css +4 -3
  92. package/src/material/toggle.css +6 -5
  93. package/src/material/tree.css +15 -4
  94. package/src/minimal/button.css +8 -4
  95. package/src/minimal/dropdown.css +2 -2
  96. package/src/minimal/list.css +8 -8
  97. package/src/minimal/menu.css +6 -6
  98. package/src/minimal/select.css +8 -8
  99. package/src/minimal/table.css +5 -5
  100. package/src/minimal/tabs.css +2 -2
  101. package/src/minimal/timeline.css +3 -3
  102. package/src/minimal/toggle.css +4 -4
  103. package/src/minimal/tree.css +17 -6
  104. package/src/rokkit/avatar.css +1 -1
  105. package/src/rokkit/badge.css +1 -1
  106. package/src/rokkit/button.css +1 -1
  107. package/src/rokkit/divider.css +1 -1
  108. package/src/rokkit/dropdown.css +2 -2
  109. package/src/rokkit/list.css +5 -5
  110. package/src/rokkit/menu.css +5 -5
  111. package/src/rokkit/select.css +24 -13
  112. package/src/rokkit/table.css +5 -5
  113. package/src/rokkit/tabs.css +1 -1
  114. package/src/rokkit/timeline.css +4 -3
  115. package/src/rokkit/toggle.css +4 -4
  116. package/src/rokkit/tree.css +17 -6
  117. package/src/zen-sumi/button.css +16 -8
  118. package/src/zen-sumi/divider.css +29 -0
  119. package/src/zen-sumi/dropdown.css +4 -4
  120. package/src/zen-sumi/index.css +1 -0
  121. package/src/zen-sumi/list.css +9 -9
  122. package/src/zen-sumi/menu.css +9 -9
  123. package/src/zen-sumi/select.css +11 -11
  124. package/src/zen-sumi/table.css +6 -6
  125. package/src/zen-sumi/tabs.css +3 -3
  126. package/src/zen-sumi/timeline.css +3 -3
  127. package/src/zen-sumi/toggle.css +6 -5
  128. package/src/zen-sumi/tree.css +19 -8
@@ -74,8 +74,11 @@
74
74
  padding-inline: 0.375rem;
75
75
  }
76
76
 
77
+ /* Icon-only options are square — min-width matches the height (same treatment
78
+ the `button` variant gets), so a lone icon sits in a square, not a portrait box. */
77
79
  [data-toggle][data-toggle-size='sm']:not([data-toggle-labels='true']) [data-toggle-option] {
78
80
  padding-inline: 0.25rem;
81
+ min-width: var(--control-h-sm);
79
82
  }
80
83
 
81
84
  [data-toggle][data-toggle-size='sm'] [data-toggle-icon] {
@@ -98,6 +101,7 @@
98
101
  [data-toggle][data-toggle-size='md']:not([data-toggle-labels='true']) [data-toggle-option],
99
102
  [data-toggle]:not([data-toggle-size]):not([data-toggle-labels='true']) [data-toggle-option] {
100
103
  padding-inline: 0.375rem;
104
+ min-width: var(--control-h-md);
101
105
  }
102
106
 
103
107
  [data-toggle][data-toggle-size='md'] [data-toggle-icon],
@@ -118,6 +122,7 @@
118
122
 
119
123
  [data-toggle][data-toggle-size='lg']:not([data-toggle-labels='true']) [data-toggle-option] {
120
124
  padding-inline: 0.5rem;
125
+ min-width: var(--control-h-lg);
121
126
  }
122
127
 
123
128
  [data-toggle][data-toggle-size='lg'] [data-toggle-icon] {
@@ -28,11 +28,11 @@
28
28
  }
29
29
 
30
30
  [data-style='frosted'] [data-dropdown-trigger] [data-dropdown-icon] {
31
- @apply text-ink-soft;
31
+ @apply text-ink-mute;
32
32
  }
33
33
 
34
34
  [data-style='frosted'] [data-dropdown-trigger] [data-dropdown-arrow] {
35
- @apply text-ink-soft;
35
+ @apply text-ink-mute;
36
36
  }
37
37
 
38
38
  [data-style='frosted'] [data-dropdown-panel] {
@@ -55,7 +55,7 @@
55
55
  ============================================================================= */
56
56
 
57
57
  [data-style='frosted'] [data-list] [data-list-item] [data-item-icon] {
58
- @apply text-ink-soft;
58
+ @apply text-ink-mute;
59
59
  }
60
60
 
61
61
  [data-style='frosted'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon],
@@ -69,7 +69,7 @@
69
69
 
70
70
  /* Literal / kanji icons */
71
71
  [data-style='frosted'] [data-list] [data-list-item] [data-item-icon-literal] {
72
- @apply text-ink-soft;
72
+ @apply text-ink-mute;
73
73
  }
74
74
 
75
75
  [data-style='frosted'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon-literal],
@@ -93,7 +93,7 @@
93
93
  }
94
94
 
95
95
  [data-style='frosted'] [data-list] [data-list-item] [data-item-description] {
96
- @apply text-ink-soft;
96
+ @apply text-ink-mute;
97
97
  }
98
98
 
99
99
  [data-style='frosted'] [data-list] [data-list-item][data-active='true'] [data-item-description] {
@@ -101,7 +101,7 @@
101
101
  }
102
102
 
103
103
  [data-style='frosted'] [data-list] [data-list-item] [data-item-badge] {
104
- @apply text-ink-soft bg-none;
104
+ @apply text-ink-mute bg-none;
105
105
  background-color: color-mix(in oklch, var(--paper-mute) 15%, transparent);
106
106
  }
107
107
 
@@ -114,7 +114,7 @@
114
114
  ============================================================================= */
115
115
 
116
116
  [data-style='frosted'] [data-list] [data-list-group] {
117
- @apply text-ink-soft;
117
+ @apply text-ink-mute;
118
118
  }
119
119
 
120
120
  [data-style='frosted'] [data-list] [data-list-group]:hover:not(:disabled),
@@ -33,7 +33,7 @@
33
33
 
34
34
  /* Trigger elements */
35
35
  [data-style='frosted'] [data-menu-trigger] [data-menu-icon] {
36
- @apply text-ink-soft;
36
+ @apply text-ink-mute;
37
37
  }
38
38
 
39
39
  [data-style='frosted'] [data-menu-trigger]:hover:not(:disabled) [data-menu-icon] {
@@ -41,7 +41,7 @@
41
41
  }
42
42
 
43
43
  [data-style='frosted'] [data-menu-trigger] [data-menu-arrow] {
44
- @apply text-ink-soft;
44
+ @apply text-ink-mute;
45
45
  }
46
46
 
47
47
  /* =============================================================================
@@ -78,7 +78,7 @@
78
78
 
79
79
  /* Item elements */
80
80
  [data-style='frosted'] [data-menu-item] [data-item-icon] {
81
- @apply text-ink-soft;
81
+ @apply text-ink-mute;
82
82
  }
83
83
 
84
84
  [data-style='frosted'] [data-menu-item]:hover:not(:disabled) [data-item-icon] {
@@ -86,7 +86,7 @@
86
86
  }
87
87
 
88
88
  [data-style='frosted'] [data-menu-item] [data-item-description] {
89
- @apply text-ink-soft;
89
+ @apply text-ink-mute;
90
90
  }
91
91
 
92
92
  /* =============================================================================
@@ -94,7 +94,7 @@
94
94
  ============================================================================= */
95
95
 
96
96
  [data-style='frosted'] [data-menu-group] {
97
- @apply text-ink-soft;
97
+ @apply text-ink-mute;
98
98
  }
99
99
 
100
100
  /* =============================================================================
@@ -4,7 +4,7 @@
4
4
 
5
5
  [data-style='frosted'] [data-message-root][data-type='error'] {
6
6
  @apply border-error/40 text-error backdrop-blur-sm;
7
- background-color: color-mix(in oklch, var(--error-soft) 50%, transparent);
7
+ background-color: var(--error-soft);
8
8
  }
9
9
  [data-style='frosted'] [data-message-root][data-type='error'] [data-message-icon],
10
10
  [data-style='frosted'] [data-message-root][data-type='error'] [data-message-dismiss] {
@@ -13,7 +13,7 @@
13
13
 
14
14
  [data-style='frosted'] [data-message-root][data-type='warning'] {
15
15
  @apply border-warning/40 text-warning backdrop-blur-sm;
16
- background-color: color-mix(in oklch, var(--warning-soft) 50%, transparent);
16
+ background-color: var(--warning-soft);
17
17
  }
18
18
  [data-style='frosted'] [data-message-root][data-type='warning'] [data-message-icon],
19
19
  [data-style='frosted'] [data-message-root][data-type='warning'] [data-message-dismiss] {
@@ -22,7 +22,7 @@
22
22
 
23
23
  [data-style='frosted'] [data-message-root][data-type='info'] {
24
24
  @apply border-info/40 text-info backdrop-blur-sm;
25
- background-color: color-mix(in oklch, var(--info-soft) 50%, transparent);
25
+ background-color: var(--info-soft);
26
26
  }
27
27
  [data-style='frosted'] [data-message-root][data-type='info'] [data-message-icon],
28
28
  [data-style='frosted'] [data-message-root][data-type='info'] [data-message-dismiss] {
@@ -31,7 +31,7 @@
31
31
 
32
32
  [data-style='frosted'] [data-message-root][data-type='success'] {
33
33
  @apply border-success/40 text-success backdrop-blur-sm;
34
- background-color: color-mix(in oklch, var(--success-soft) 50%, transparent);
34
+ background-color: var(--success-soft);
35
35
  }
36
36
  [data-style='frosted'] [data-message-root][data-type='success'] [data-message-icon],
37
37
  [data-style='frosted'] [data-message-root][data-type='success'] [data-message-dismiss] {
@@ -42,7 +42,7 @@
42
42
  ============================================================================= */
43
43
 
44
44
  [data-style='frosted'] [data-select-placeholder] {
45
- @apply text-ink-soft;
45
+ @apply text-ink-mute;
46
46
  }
47
47
 
48
48
  /* =============================================================================
@@ -50,7 +50,7 @@
50
50
  ============================================================================= */
51
51
 
52
52
  [data-style='frosted'] [data-select-arrow] {
53
- @apply text-ink-soft;
53
+ @apply text-ink-mute;
54
54
  }
55
55
 
56
56
  [data-style='frosted'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
@@ -67,7 +67,7 @@
67
67
  }
68
68
 
69
69
  [data-style='frosted'] [data-select-tag-remove] {
70
- @apply text-ink-soft;
70
+ @apply text-ink-mute;
71
71
  }
72
72
 
73
73
  [data-style='frosted'] [data-select-tag-remove]:hover {
@@ -129,7 +129,7 @@
129
129
 
130
130
  /* Item elements */
131
131
  [data-style='frosted'] [data-select-option] [data-item-icon] {
132
- @apply text-ink-soft;
132
+ @apply text-ink-mute;
133
133
  }
134
134
 
135
135
  [data-style='frosted'] [data-select-option]:hover:not(:disabled) [data-item-icon] {
@@ -141,7 +141,7 @@
141
141
  }
142
142
 
143
143
  [data-style='frosted'] [data-select-option] [data-item-description] {
144
- @apply text-ink-soft;
144
+ @apply text-ink-mute;
145
145
  }
146
146
 
147
147
  [data-style='frosted'] [data-select-option][data-selected='true'] [data-item-description] {
@@ -153,7 +153,7 @@
153
153
  ============================================================================= */
154
154
 
155
155
  [data-style='frosted'] [data-select-group-label] {
156
- @apply text-ink-soft;
156
+ @apply text-ink-mute;
157
157
  }
158
158
 
159
159
  /* =============================================================================
@@ -184,9 +184,9 @@
184
184
  }
185
185
 
186
186
  [data-style='frosted'] [data-select-filter-input]::placeholder {
187
- @apply text-ink-soft;
187
+ @apply text-ink-mute;
188
188
  }
189
189
 
190
190
  [data-style='frosted'] [data-select-empty] {
191
- @apply text-ink-soft;
191
+ @apply text-ink-mute;
192
192
  }
@@ -9,7 +9,7 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='frosted'] [data-table-header] th {
12
- @apply text-ink-soft border-b backdrop-blur-sm;
12
+ @apply text-ink-mute border-b backdrop-blur-sm;
13
13
  border-color: color-mix(in oklch, var(--ink-soft) 20%, transparent);
14
14
  background-color: color-mix(in oklch, var(--paper-mute) 80%, transparent);
15
15
  }
@@ -24,7 +24,7 @@
24
24
  }
25
25
 
26
26
  [data-style='frosted'] [data-table-sort-icon] {
27
- @apply text-ink-soft;
27
+ @apply text-ink-mute;
28
28
  }
29
29
 
30
30
  [data-style='frosted'] [data-table-header-cell][data-sort-order='ascending'] [data-table-sort-icon],
@@ -85,7 +85,7 @@
85
85
  ============================================================================= */
86
86
 
87
87
  [data-style='frosted'] [data-table-empty] {
88
- @apply text-ink-soft;
88
+ @apply text-ink-mute;
89
89
  }
90
90
 
91
91
  /* =============================================================================
@@ -93,7 +93,7 @@
93
93
  ============================================================================= */
94
94
 
95
95
  [data-style='frosted'] [data-table-cell] [data-cell-icon] {
96
- @apply text-ink-soft;
96
+ @apply text-ink-mute;
97
97
  }
98
98
 
99
99
  [data-style='frosted'] [data-table-row][data-selected='true'] [data-cell-icon] {
@@ -112,7 +112,7 @@
112
112
  }
113
113
 
114
114
  [data-style='frosted'] [data-table-responsive] [data-table-cell]::before {
115
- @apply text-ink-soft;
115
+ @apply text-ink-mute;
116
116
  }
117
117
 
118
118
  /* Disable striped alternating bg in card layout */
@@ -23,7 +23,7 @@
23
23
  ============================================================================= */
24
24
 
25
25
  [data-style='frosted'] [data-tabs-trigger] {
26
- @apply text-ink-soft bg-transparent;
26
+ @apply text-ink-mute bg-transparent;
27
27
  }
28
28
 
29
29
  [data-style='frosted'] [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]) {
@@ -41,7 +41,7 @@
41
41
  ============================================================================= */
42
42
 
43
43
  [data-style='frosted'] [data-tabs-trigger] [data-tabs-icon] {
44
- @apply text-ink-soft;
44
+ @apply text-ink-mute;
45
45
  }
46
46
 
47
47
  [data-style='frosted'] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon] {
@@ -18,7 +18,7 @@
18
18
  }
19
19
 
20
20
  [data-style='frosted'] [data-timeline-item][data-active] [data-timeline-circle] {
21
- @apply border-primary/60 text-primary ring-3 ring-primary/15;
21
+ @apply border-primary/60 text-ink ring-3 ring-primary/15;
22
22
  }
23
23
 
24
24
  /* =============================================================================
@@ -19,7 +19,7 @@
19
19
  ============================================================================= */
20
20
 
21
21
  [data-style='frosted'] [data-toggle-option] {
22
- @apply text-ink-soft;
22
+ @apply text-ink-mute;
23
23
  }
24
24
 
25
25
  [data-style='frosted'] [data-toggle-option]:hover:not(:disabled):not([data-disabled='true']),
@@ -38,7 +38,7 @@
38
38
  ============================================================================= */
39
39
 
40
40
  [data-style='frosted'] [data-toggle-option] [data-toggle-icon] {
41
- @apply text-ink-soft;
41
+ @apply text-ink-mute;
42
42
  }
43
43
 
44
44
  [data-style='frosted'] [data-toggle-option]:hover:not(:disabled) [data-toggle-icon],
@@ -58,7 +58,7 @@
58
58
  ============================================================================= */
59
59
 
60
60
  [data-style='frosted'] [data-toggle][data-toggle-variant='button'] {
61
- @apply border-transparent bg-transparent text-ink-soft;
61
+ @apply border-transparent bg-transparent text-ink-mute;
62
62
  background-image: none;
63
63
  }
64
64
 
@@ -68,7 +68,7 @@
68
68
  }
69
69
 
70
70
  [data-style='frosted'] [data-toggle][data-toggle-variant='button'] [data-toggle-icon] {
71
- @apply text-ink-soft;
71
+ @apply text-ink-mute;
72
72
  }
73
73
 
74
74
  [data-style='frosted'] [data-toggle][data-toggle-variant='button']:hover:not(:disabled) [data-toggle-icon],
@@ -4,6 +4,17 @@
4
4
  * Glassmorphism styling with blur and transparency.
5
5
  */
6
6
 
7
+ /* =============================================================================
8
+ Connector Lines — hairline tone (mode-aware), not currentColor (which
9
+ renders white in dark mode and greyish in light).
10
+ ============================================================================= */
11
+
12
+ [data-style='frosted'] [data-tree]:not([data-line-style='none']) [data-connector-v],
13
+ [data-style='frosted'] [data-tree]:not([data-line-style='none']) [data-connector-h],
14
+ [data-style='frosted'] [data-tree]:not([data-line-style='none']) [data-connector-corner] {
15
+ @apply border-paper-edge;
16
+ }
17
+
7
18
  /* =============================================================================
8
19
  Tree Container
9
20
  ============================================================================= */
@@ -18,7 +29,7 @@
18
29
  ============================================================================= */
19
30
 
20
31
  [data-style='frosted'] [data-tree-toggle-btn] {
21
- @apply text-ink-soft;
32
+ @apply text-ink-mute;
22
33
  }
23
34
 
24
35
  [data-style='frosted'] [data-tree-toggle-btn]:hover {
@@ -60,7 +71,7 @@
60
71
  ============================================================================= */
61
72
 
62
73
  [data-style='frosted'] [data-tree-item-content] [data-item-icon] {
63
- @apply text-ink-soft;
74
+ @apply text-ink-mute;
64
75
  }
65
76
 
66
77
  [data-style='frosted'] [data-tree-item-content]:hover:not(:disabled) [data-item-icon] {
@@ -72,7 +83,7 @@
72
83
  }
73
84
 
74
85
  [data-style='frosted'] [data-tree-item-content] [data-item-description] {
75
- @apply text-ink-soft;
86
+ @apply text-ink-mute;
76
87
  }
77
88
 
78
89
  [data-style='frosted'] [data-tree-item-content][data-active='true'] [data-item-description] {
@@ -80,7 +91,7 @@
80
91
  }
81
92
 
82
93
  [data-style='frosted'] [data-tree-item-content] [data-item-badge] {
83
- @apply text-ink-soft;
94
+ @apply text-ink-mute;
84
95
  background-color: color-mix(in oklch, var(--paper-mute) 15%, transparent);
85
96
  }
86
97
 
@@ -17,22 +17,26 @@
17
17
 
18
18
  [data-style='material'] [data-button][data-style='default'][data-variant='primary'],
19
19
  [data-style='material'] [data-button]:not([data-style])[data-variant='primary'] {
20
- @apply bg-primary text-on-primary bg-none shadow-md;
20
+ @apply text-on-primary bg-none shadow-md;
21
+ background-color: var(--primary);
21
22
  }
22
23
 
23
24
  [data-style='material'] [data-button][data-style='default'][data-variant='secondary'],
24
25
  [data-style='material'] [data-button]:not([data-style])[data-variant='secondary'] {
25
- @apply bg-accent text-on-primary bg-none shadow-md;
26
+ @apply text-on-primary bg-none shadow-md;
27
+ background-color: var(--accent);
26
28
  }
27
29
 
28
30
  [data-style='material'] [data-button][data-style='default'][data-variant='accent'],
29
31
  [data-style='material'] [data-button]:not([data-style])[data-variant='accent'] {
30
- @apply bg-accent text-on-accent bg-none shadow-md;
32
+ @apply text-on-accent bg-none shadow-md;
33
+ background-color: var(--accent);
31
34
  }
32
35
 
33
36
  [data-style='material'] [data-button][data-style='default'][data-variant='danger'],
34
37
  [data-style='material'] [data-button]:not([data-style])[data-variant='danger'] {
35
- @apply bg-danger text-on-danger bg-none shadow-md;
38
+ @apply text-on-danger bg-none shadow-md;
39
+ background-color: var(--danger);
36
40
  }
37
41
 
38
42
  /* =============================================================================
@@ -21,11 +21,11 @@
21
21
  }
22
22
 
23
23
  [data-style='material'] [data-dropdown-trigger] [data-dropdown-icon] {
24
- @apply text-ink-soft;
24
+ @apply text-ink-mute;
25
25
  }
26
26
 
27
27
  [data-style='material'] [data-dropdown-trigger] [data-dropdown-arrow] {
28
- @apply text-ink-soft;
28
+ @apply text-ink-mute;
29
29
  }
30
30
 
31
31
  [data-style='material'] [data-dropdown-panel] {
@@ -56,7 +56,7 @@
56
56
  ============================================================================= */
57
57
 
58
58
  [data-style='material'] [data-list] [data-list-item] [data-item-icon] {
59
- @apply text-ink-soft;
59
+ @apply text-ink-mute;
60
60
  }
61
61
 
62
62
  [data-style='material'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon],
@@ -70,7 +70,7 @@
70
70
 
71
71
  /* Literal / kanji icons */
72
72
  [data-style='material'] [data-list] [data-list-item] [data-item-icon-literal] {
73
- @apply text-ink-soft;
73
+ @apply text-ink-mute;
74
74
  }
75
75
 
76
76
  [data-style='material'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon-literal],
@@ -83,7 +83,7 @@
83
83
  }
84
84
 
85
85
  [data-style='material'] [data-list] [data-list-item] [data-item-description] {
86
- @apply text-ink-soft;
86
+ @apply text-ink-mute;
87
87
  }
88
88
 
89
89
  [data-style='material'] [data-list] [data-list-item][data-active='true'] [data-item-description] {
@@ -91,7 +91,7 @@
91
91
  }
92
92
 
93
93
  [data-style='material'] [data-list] [data-list-item] [data-item-badge] {
94
- @apply bg-paper-mute text-ink-soft rounded-full bg-none;
94
+ @apply bg-paper-mute text-ink-mute rounded-full bg-none;
95
95
  }
96
96
 
97
97
  [data-style='material'] [data-list] [data-list-item][data-active='true'] [data-item-badge] {
@@ -103,7 +103,7 @@
103
103
  ============================================================================= */
104
104
 
105
105
  [data-style='material'] [data-list] [data-list-group] {
106
- @apply text-ink-soft font-medium;
106
+ @apply text-ink-mute font-medium;
107
107
  }
108
108
 
109
109
  [data-style='material'] [data-list] [data-list-group]:hover:not(:disabled),
@@ -26,7 +26,7 @@
26
26
 
27
27
  /* Trigger elements */
28
28
  [data-style='material'] [data-menu-trigger] [data-menu-icon] {
29
- @apply text-ink-soft;
29
+ @apply text-ink-mute;
30
30
  }
31
31
 
32
32
  [data-style='material'] [data-menu-trigger]:hover:not(:disabled) [data-menu-icon] {
@@ -34,7 +34,7 @@
34
34
  }
35
35
 
36
36
  [data-style='material'] [data-menu-trigger] [data-menu-arrow] {
37
- @apply text-ink-soft;
37
+ @apply text-ink-mute;
38
38
  }
39
39
 
40
40
  /* =============================================================================
@@ -64,7 +64,7 @@
64
64
 
65
65
  /* Item elements */
66
66
  [data-style='material'] [data-menu-item] [data-item-icon] {
67
- @apply text-ink-soft;
67
+ @apply text-ink-mute;
68
68
  }
69
69
 
70
70
  [data-style='material'] [data-menu-item]:hover:not(:disabled) [data-item-icon] {
@@ -72,7 +72,7 @@
72
72
  }
73
73
 
74
74
  [data-style='material'] [data-menu-item] [data-item-description] {
75
- @apply text-ink-soft;
75
+ @apply text-ink-mute;
76
76
  }
77
77
 
78
78
  /* =============================================================================
@@ -80,7 +80,7 @@
80
80
  ============================================================================= */
81
81
 
82
82
  [data-style='material'] [data-menu-group] {
83
- @apply text-ink-soft font-medium;
83
+ @apply text-ink-mute font-medium;
84
84
  }
85
85
 
86
86
  /* =============================================================================
@@ -29,7 +29,7 @@
29
29
  ============================================================================= */
30
30
 
31
31
  [data-style='material'] [data-select-placeholder] {
32
- @apply text-ink-soft;
32
+ @apply text-ink-mute;
33
33
  }
34
34
 
35
35
  /* =============================================================================
@@ -37,7 +37,7 @@
37
37
  ============================================================================= */
38
38
 
39
39
  [data-style='material'] [data-select-arrow] {
40
- @apply text-ink-soft;
40
+ @apply text-ink-mute;
41
41
  }
42
42
 
43
43
  [data-style='material'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
@@ -53,7 +53,7 @@
53
53
  }
54
54
 
55
55
  [data-style='material'] [data-select-tag-remove] {
56
- @apply text-ink-soft rounded-full;
56
+ @apply text-ink-mute rounded-full;
57
57
  }
58
58
 
59
59
  [data-style='material'] [data-select-tag-remove]:hover {
@@ -117,7 +117,7 @@
117
117
 
118
118
  /* Item elements */
119
119
  [data-style='material'] [data-select-option] [data-item-icon] {
120
- @apply text-ink-soft;
120
+ @apply text-ink-mute;
121
121
  }
122
122
 
123
123
  [data-style='material'] [data-select-option]:hover:not(:disabled) [data-item-icon] {
@@ -129,7 +129,7 @@
129
129
  }
130
130
 
131
131
  [data-style='material'] [data-select-option] [data-item-description] {
132
- @apply text-ink-soft;
132
+ @apply text-ink-mute;
133
133
  }
134
134
 
135
135
  [data-style='material'] [data-select-option][data-selected='true'] [data-item-description] {
@@ -141,7 +141,7 @@
141
141
  ============================================================================= */
142
142
 
143
143
  [data-style='material'] [data-select-group-label] {
144
- @apply text-ink-soft font-medium;
144
+ @apply text-ink-mute font-medium;
145
145
  }
146
146
 
147
147
  /* =============================================================================
@@ -169,9 +169,9 @@
169
169
  }
170
170
 
171
171
  [data-style='material'] [data-select-filter-input]::placeholder {
172
- @apply text-ink-soft;
172
+ @apply text-ink-mute;
173
173
  }
174
174
 
175
175
  [data-style='material'] [data-select-empty] {
176
- @apply text-ink-soft;
176
+ @apply text-ink-mute;
177
177
  }
@@ -9,7 +9,7 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='material'] [data-table-header] th {
12
- @apply text-ink-soft bg-paper-mute border-paper-edge border-b font-medium;
12
+ @apply text-ink-mute bg-paper-mute border-paper-edge border-b font-medium;
13
13
  }
14
14
 
15
15
  [data-style='material'] [data-table-header-cell][data-sortable='true']:hover {
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  [data-style='material'] [data-table-sort-icon] {
25
- @apply text-ink-soft;
25
+ @apply text-ink-mute;
26
26
  }
27
27
 
28
28
  [data-style='material']
@@ -85,7 +85,7 @@
85
85
  ============================================================================= */
86
86
 
87
87
  [data-style='material'] [data-table-empty] {
88
- @apply text-ink-soft;
88
+ @apply text-ink-mute;
89
89
  }
90
90
 
91
91
  /* =============================================================================
@@ -93,7 +93,7 @@
93
93
  ============================================================================= */
94
94
 
95
95
  [data-style='material'] [data-table-cell] [data-cell-icon] {
96
- @apply text-ink-soft;
96
+ @apply text-ink-mute;
97
97
  }
98
98
 
99
99
  [data-style='material'] [data-table-row][data-selected='true'] [data-cell-icon] {
@@ -110,7 +110,7 @@
110
110
  }
111
111
 
112
112
  [data-style='material'] [data-table-responsive] [data-table-cell]::before {
113
- @apply text-ink-soft;
113
+ @apply text-ink-mute;
114
114
  }
115
115
 
116
116
  /* Disable striped alternating bg in card layout */
@@ -21,7 +21,7 @@
21
21
  ============================================================================= */
22
22
 
23
23
  [data-style='material'] [data-tabs-trigger] {
24
- @apply text-ink-soft rounded-t-lg bg-transparent;
24
+ @apply text-ink-mute rounded-t-lg bg-transparent;
25
25
  }
26
26
 
27
27
  [data-style='material'] [data-tabs][data-position='after'] [data-tabs-trigger] {
@@ -34,7 +34,8 @@
34
34
 
35
35
  /* Selected state */
36
36
  [data-style='material'] [data-tabs-trigger][data-selected] {
37
- @apply bg-primary text-on-primary shadow-md;
37
+ @apply text-on-primary shadow-md;
38
+ background-color: var(--primary);
38
39
  }
39
40
 
40
41
  /* Reset rokkit gradients bleeding in from body[data-style='rokkit'] ancestor */
@@ -68,7 +69,7 @@
68
69
  ============================================================================= */
69
70
 
70
71
  [data-style='material'] [data-tabs-trigger] [data-tabs-icon] {
71
- @apply text-ink-soft;
72
+ @apply text-ink-mute;
72
73
  }
73
74
 
74
75
  [data-style='material'] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon] {