@rokkit/themes 1.1.17 → 1.1.18

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
@@ -13,11 +13,12 @@
13
13
  }
14
14
 
15
15
  [data-style='material'] [data-timeline-item][data-completed] [data-timeline-circle] {
16
- @apply bg-primary border-primary text-on-primary shadow-sm;
16
+ @apply border-primary text-on-primary shadow-sm;
17
+ background-color: var(--primary);
17
18
  }
18
19
 
19
20
  [data-style='material'] [data-timeline-item][data-active] [data-timeline-circle] {
20
- @apply border-primary text-primary ring-3 ring-primary/25;
21
+ @apply border-primary text-ink ring-3 ring-primary/25;
21
22
  }
22
23
 
23
24
  /* =============================================================================
@@ -29,7 +30,7 @@
29
30
  }
30
31
 
31
32
  [data-style='material'] [data-timeline-item][data-completed] [data-timeline-connector] {
32
- @apply bg-primary;
33
+ background-color: var(--primary);
33
34
  }
34
35
 
35
36
  /* =============================================================================
@@ -17,7 +17,7 @@
17
17
  ============================================================================= */
18
18
 
19
19
  [data-style='material'] [data-toggle-option] {
20
- @apply text-ink-soft rounded-full;
20
+ @apply text-ink-mute rounded-full;
21
21
  }
22
22
 
23
23
  [data-style='material'] [data-toggle-option]:hover:not(:disabled):not([data-disabled='true']),
@@ -27,7 +27,8 @@
27
27
 
28
28
  /* Selected state */
29
29
  [data-style='material'] [data-toggle-option][data-selected='true'] {
30
- @apply bg-primary bg-none text-on-primary shadow-md;
30
+ @apply bg-none text-on-primary shadow-md;
31
+ background-color: var(--primary);
31
32
  }
32
33
 
33
34
  /* =============================================================================
@@ -35,7 +36,7 @@
35
36
  ============================================================================= */
36
37
 
37
38
  [data-style='material'] [data-toggle-option] [data-toggle-icon] {
38
- @apply text-ink-soft;
39
+ @apply text-ink-mute;
39
40
  }
40
41
 
41
42
  [data-style='material'] [data-toggle-option]:hover:not(:disabled) [data-toggle-icon],
@@ -55,7 +56,7 @@
55
56
  ============================================================================= */
56
57
 
57
58
  [data-style='material'] [data-toggle][data-toggle-variant='button'] {
58
- @apply border-transparent bg-transparent text-ink-soft;
59
+ @apply border-transparent bg-transparent text-ink-mute;
59
60
  background-image: none;
60
61
  }
61
62
 
@@ -65,7 +66,7 @@
65
66
  }
66
67
 
67
68
  [data-style='material'] [data-toggle][data-toggle-variant='button'] [data-toggle-icon] {
68
- @apply text-ink-soft;
69
+ @apply text-ink-mute;
69
70
  }
70
71
 
71
72
  [data-style='material'] [data-toggle][data-toggle-variant='button']:hover:not(:disabled) [data-toggle-icon],
@@ -4,6 +4,17 @@
4
4
  * Material Design inspired with subtle elevation.
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='material'] [data-tree]:not([data-line-style='none']) [data-connector-v],
13
+ [data-style='material'] [data-tree]:not([data-line-style='none']) [data-connector-h],
14
+ [data-style='material'] [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
  ============================================================================= */
@@ -17,7 +28,7 @@
17
28
  ============================================================================= */
18
29
 
19
30
  [data-style='material'] [data-tree-toggle-btn] {
20
- @apply text-ink-soft rounded-full;
31
+ @apply text-ink-mute rounded-full;
21
32
  }
22
33
 
23
34
  [data-style='material'] [data-tree-toggle-btn]:hover {
@@ -73,7 +84,7 @@
73
84
  ============================================================================= */
74
85
 
75
86
  [data-style='material'] [data-tree-item-content] [data-item-icon] {
76
- @apply text-ink-soft;
87
+ @apply text-ink-mute;
77
88
  }
78
89
 
79
90
  [data-style='material'] [data-tree-item-content]:hover:not(:disabled) [data-item-icon] {
@@ -85,7 +96,7 @@
85
96
  }
86
97
 
87
98
  [data-style='material'] [data-tree-item-content] [data-item-description] {
88
- @apply text-ink-soft;
99
+ @apply text-ink-mute;
89
100
  }
90
101
 
91
102
  [data-style='material'] [data-tree-item-content][data-active='true'] [data-item-description] {
@@ -93,7 +104,7 @@
93
104
  }
94
105
 
95
106
  [data-style='material'] [data-tree-item-content] [data-item-badge] {
96
- @apply text-ink-soft bg-paper-mute rounded-full bg-none;
107
+ @apply text-ink-mute bg-paper-mute rounded-full bg-none;
97
108
  }
98
109
 
99
110
  [data-style='material'] [data-tree-item-content][data-active='true'] [data-item-badge] {
@@ -17,22 +17,26 @@
17
17
 
18
18
  [data-style='minimal'] [data-button][data-style='default'][data-variant='primary'],
19
19
  [data-style='minimal'] [data-button]:not([data-style])[data-variant='primary'] {
20
- @apply bg-primary text-on-primary border-transparent bg-none;
20
+ @apply text-on-primary border-transparent bg-none;
21
+ background-color: var(--primary);
21
22
  }
22
23
 
23
24
  [data-style='minimal'] [data-button][data-style='default'][data-variant='secondary'],
24
25
  [data-style='minimal'] [data-button]:not([data-style])[data-variant='secondary'] {
25
- @apply bg-accent text-on-primary border-transparent bg-none;
26
+ @apply text-on-primary border-transparent bg-none;
27
+ background-color: var(--accent);
26
28
  }
27
29
 
28
30
  [data-style='minimal'] [data-button][data-style='default'][data-variant='accent'],
29
31
  [data-style='minimal'] [data-button]:not([data-style])[data-variant='accent'] {
30
- @apply bg-accent text-on-accent border-transparent bg-none;
32
+ @apply text-on-accent border-transparent bg-none;
33
+ background-color: var(--accent);
31
34
  }
32
35
 
33
36
  [data-style='minimal'] [data-button][data-style='default'][data-variant='danger'],
34
37
  [data-style='minimal'] [data-button]:not([data-style])[data-variant='danger'] {
35
- @apply bg-danger text-on-danger border-transparent bg-none;
38
+ @apply text-on-danger border-transparent bg-none;
39
+ background-color: var(--danger);
36
40
  }
37
41
 
38
42
  /* =============================================================================
@@ -21,11 +21,11 @@
21
21
  }
22
22
 
23
23
  [data-style='minimal'] [data-dropdown-trigger] [data-dropdown-icon] {
24
- @apply text-ink-soft;
24
+ @apply text-ink-mute;
25
25
  }
26
26
 
27
27
  [data-style='minimal'] [data-dropdown-trigger] [data-dropdown-arrow] {
28
- @apply text-paper-edge;
28
+ @apply text-ink-mute;
29
29
  }
30
30
 
31
31
  [data-style='minimal'] [data-dropdown-panel] {
@@ -43,7 +43,7 @@
43
43
 
44
44
  [data-style='minimal'] [data-list] a[data-list-item],
45
45
  [data-style='minimal'] [data-list] button[data-list-item] {
46
- @apply text-ink-soft;
46
+ @apply text-ink-mute;
47
47
  }
48
48
 
49
49
  /* Hover and focus — text brightening only, no border */
@@ -81,12 +81,12 @@
81
81
  ============================================================================= */
82
82
 
83
83
  [data-style='minimal'] [data-list] [data-list-item] [data-item-icon] {
84
- @apply text-ink-soft;
84
+ @apply text-ink-mute;
85
85
  }
86
86
 
87
87
  [data-style='minimal'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon],
88
88
  [data-style='minimal'] [data-list] [data-list-item]:focus:not(:disabled) [data-item-icon] {
89
- @apply text-ink-soft;
89
+ @apply text-ink-mute;
90
90
  }
91
91
 
92
92
  [data-style='minimal'] [data-list] [data-list-item][data-active='true'] [data-item-icon] {
@@ -95,12 +95,12 @@
95
95
 
96
96
  /* Literal / kanji icons */
97
97
  [data-style='minimal'] [data-list] [data-list-item] [data-item-icon-literal] {
98
- @apply text-ink-soft;
98
+ @apply text-ink-mute;
99
99
  }
100
100
 
101
101
  [data-style='minimal'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon-literal],
102
102
  [data-style='minimal'] [data-list] [data-list-item]:focus:not(:disabled) [data-item-icon-literal] {
103
- @apply text-ink-soft;
103
+ @apply text-ink-mute;
104
104
  }
105
105
 
106
106
  [data-style='minimal'] [data-list] [data-list-item][data-active='true'] [data-item-icon-literal] {
@@ -108,7 +108,7 @@
108
108
  }
109
109
 
110
110
  [data-style='minimal'] [data-list] [data-list-item] [data-item-description] {
111
- @apply text-ink-soft;
111
+ @apply text-ink-mute;
112
112
  }
113
113
 
114
114
  [data-style='minimal'] [data-list] [data-list-item][data-active='true'] [data-item-description] {
@@ -116,7 +116,7 @@
116
116
  }
117
117
 
118
118
  [data-style='minimal'] [data-list] [data-list-item] [data-item-badge] {
119
- @apply text-ink-soft border-paper-edge border bg-transparent bg-none;
119
+ @apply text-ink-mute border-paper-edge border bg-transparent bg-none;
120
120
  }
121
121
 
122
122
  [data-style='minimal'] [data-list] [data-list-item][data-active='true'] [data-item-badge] {
@@ -128,7 +128,7 @@
128
128
  ============================================================================= */
129
129
 
130
130
  [data-style='minimal'] [data-list] [data-list-group] {
131
- @apply text-ink-soft;
131
+ @apply text-ink-mute;
132
132
  }
133
133
 
134
134
  /* Group hover — text-only, no border */
@@ -26,7 +26,7 @@
26
26
 
27
27
  /* Trigger elements */
28
28
  [data-style='minimal'] [data-menu-trigger] [data-menu-icon] {
29
- @apply text-ink-soft;
29
+ @apply text-ink-mute;
30
30
  }
31
31
 
32
32
  [data-style='minimal'] [data-menu-trigger]:hover:not(:disabled) [data-menu-icon] {
@@ -34,7 +34,7 @@
34
34
  }
35
35
 
36
36
  [data-style='minimal'] [data-menu-trigger] [data-menu-arrow] {
37
- @apply text-paper-edge;
37
+ @apply text-ink-mute;
38
38
  }
39
39
 
40
40
  /* =============================================================================
@@ -60,15 +60,15 @@
60
60
 
61
61
  /* Item elements */
62
62
  [data-style='minimal'] [data-menu-item] [data-item-icon] {
63
- @apply text-ink-soft;
63
+ @apply text-ink-mute;
64
64
  }
65
65
 
66
66
  [data-style='minimal'] [data-menu-item]:hover:not(:disabled) [data-item-icon] {
67
- @apply text-ink-soft;
67
+ @apply text-ink-mute;
68
68
  }
69
69
 
70
70
  [data-style='minimal'] [data-menu-item] [data-item-description] {
71
- @apply text-ink-soft;
71
+ @apply text-ink-mute;
72
72
  }
73
73
 
74
74
  /* =============================================================================
@@ -76,7 +76,7 @@
76
76
  ============================================================================= */
77
77
 
78
78
  [data-style='minimal'] [data-menu-group] {
79
- @apply text-ink-soft;
79
+ @apply text-ink-mute;
80
80
  }
81
81
 
82
82
  /* =============================================================================
@@ -29,7 +29,7 @@
29
29
  ============================================================================= */
30
30
 
31
31
  [data-style='minimal'] [data-select-placeholder] {
32
- @apply text-ink-soft;
32
+ @apply text-ink-mute;
33
33
  }
34
34
 
35
35
  /* =============================================================================
@@ -37,11 +37,11 @@
37
37
  ============================================================================= */
38
38
 
39
39
  [data-style='minimal'] [data-select-arrow] {
40
- @apply text-ink-soft;
40
+ @apply text-ink-mute;
41
41
  }
42
42
 
43
43
  [data-style='minimal'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
44
- @apply text-ink-soft;
44
+ @apply text-ink-mute;
45
45
  }
46
46
 
47
47
  /* =============================================================================
@@ -53,7 +53,7 @@
53
53
  }
54
54
 
55
55
  [data-style='minimal'] [data-select-tag-remove] {
56
- @apply text-ink-soft;
56
+ @apply text-ink-mute;
57
57
  }
58
58
 
59
59
  [data-style='minimal'] [data-select-tag-remove]:hover {
@@ -110,7 +110,7 @@
110
110
 
111
111
  /* Item elements */
112
112
  [data-style='minimal'] [data-select-option] [data-item-description] {
113
- @apply text-ink-soft;
113
+ @apply text-ink-mute;
114
114
  }
115
115
 
116
116
  [data-style='minimal'] [data-select-option][data-selected='true'] [data-item-description] {
@@ -122,7 +122,7 @@
122
122
  ============================================================================= */
123
123
 
124
124
  [data-style='minimal'] [data-select-group-label] {
125
- @apply text-ink-soft;
125
+ @apply text-ink-mute;
126
126
  }
127
127
 
128
128
  /* =============================================================================
@@ -150,9 +150,9 @@
150
150
  }
151
151
 
152
152
  [data-style='minimal'] [data-select-filter-input]::placeholder {
153
- @apply text-ink-soft;
153
+ @apply text-ink-mute;
154
154
  }
155
155
 
156
156
  [data-style='minimal'] [data-select-empty] {
157
- @apply text-ink-soft;
157
+ @apply text-ink-mute;
158
158
  }
@@ -9,7 +9,7 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='minimal'] [data-table-header] th {
12
- @apply text-ink-soft border-paper-edge border-b bg-paper-mute;
12
+ @apply text-ink-mute border-paper-edge border-b bg-paper-mute;
13
13
  }
14
14
 
15
15
  [data-style='minimal'] [data-table-header-cell][data-sortable='true']:hover {
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  [data-style='minimal'] [data-table-sort-icon] {
25
- @apply text-ink-soft;
25
+ @apply text-ink-mute;
26
26
  }
27
27
 
28
28
  [data-style='minimal'] [data-table-header-cell][data-sort-order='ascending'] [data-table-sort-icon],
@@ -83,7 +83,7 @@
83
83
  ============================================================================= */
84
84
 
85
85
  [data-style='minimal'] [data-table-empty] {
86
- @apply text-ink-soft;
86
+ @apply text-ink-mute;
87
87
  }
88
88
 
89
89
  /* =============================================================================
@@ -91,7 +91,7 @@
91
91
  ============================================================================= */
92
92
 
93
93
  [data-style='minimal'] [data-table-cell] [data-cell-icon] {
94
- @apply text-ink-soft;
94
+ @apply text-ink-mute;
95
95
  }
96
96
 
97
97
  [data-style='minimal'] [data-table-row][data-selected='true'] [data-cell-icon] {
@@ -108,7 +108,7 @@
108
108
  }
109
109
 
110
110
  [data-style='minimal'] [data-table-responsive] [data-table-cell]::before {
111
- @apply text-ink-soft;
111
+ @apply text-ink-mute;
112
112
  }
113
113
 
114
114
  /* Disable striped alternating bg in card layout */
@@ -32,7 +32,7 @@
32
32
  ============================================================================= */
33
33
 
34
34
  [data-style='minimal'] [data-tabs-trigger] {
35
- @apply text-ink-soft border-b-[3px] border-b-transparent bg-transparent;
35
+ @apply text-ink-mute border-b-[3px] border-b-transparent bg-transparent;
36
36
  font-weight: 400;
37
37
  transition:
38
38
  color 150ms ease,
@@ -135,7 +135,7 @@
135
135
  }
136
136
 
137
137
  [data-style='minimal'] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon] {
138
- @apply text-ink-soft;
138
+ @apply text-ink-mute;
139
139
  }
140
140
 
141
141
  [data-style='minimal'] [data-tabs-trigger][data-selected] [data-tabs-icon] {
@@ -13,11 +13,11 @@
13
13
  }
14
14
 
15
15
  [data-style='minimal'] [data-timeline-item][data-completed] [data-timeline-circle] {
16
- @apply border-primary text-primary;
16
+ @apply border-primary text-ink;
17
17
  }
18
18
 
19
19
  [data-style='minimal'] [data-timeline-item][data-active] [data-timeline-circle] {
20
- @apply border-primary text-primary border-b-2;
20
+ @apply border-primary text-ink border-b-2;
21
21
  }
22
22
 
23
23
  /* =============================================================================
@@ -29,7 +29,7 @@
29
29
  }
30
30
 
31
31
  [data-style='minimal'] [data-timeline-item][data-completed] [data-timeline-connector] {
32
- @apply bg-primary;
32
+ background-color: var(--primary);
33
33
  }
34
34
 
35
35
  /* =============================================================================
@@ -17,7 +17,7 @@
17
17
  ============================================================================= */
18
18
 
19
19
  [data-style='minimal'] [data-toggle-option] {
20
- @apply text-ink-soft border-0 border-solid border-transparent;
20
+ @apply text-ink-mute border-0 border-solid border-transparent;
21
21
  }
22
22
 
23
23
  [data-style='minimal'] [data-toggle-option]:hover:not(:disabled):not([data-disabled='true']),
@@ -35,7 +35,7 @@
35
35
  ============================================================================= */
36
36
 
37
37
  [data-style='minimal'] [data-toggle-option] [data-toggle-icon] {
38
- @apply text-ink-soft;
38
+ @apply text-ink-mute;
39
39
  }
40
40
 
41
41
  [data-style='minimal'] [data-toggle-option]:hover:not(:disabled) [data-toggle-icon],
@@ -55,7 +55,7 @@
55
55
  ============================================================================= */
56
56
 
57
57
  [data-style='minimal'] [data-toggle][data-toggle-variant='button'] {
58
- @apply border-transparent bg-transparent text-ink-soft;
58
+ @apply border-transparent bg-transparent text-ink-mute;
59
59
  background-image: none;
60
60
  }
61
61
 
@@ -65,7 +65,7 @@
65
65
  }
66
66
 
67
67
  [data-style='minimal'] [data-toggle][data-toggle-variant='button'] [data-toggle-icon] {
68
- @apply text-ink-soft;
68
+ @apply text-ink-mute;
69
69
  }
70
70
 
71
71
  [data-style='minimal'] [data-toggle][data-toggle-variant='button']:hover:not(:disabled) [data-toggle-icon],
@@ -4,6 +4,17 @@
4
4
  * Clean, understated tree with subtle borders.
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='minimal'] [data-tree]:not([data-line-style='none']) [data-connector-v],
13
+ [data-style='minimal'] [data-tree]:not([data-line-style='none']) [data-connector-h],
14
+ [data-style='minimal'] [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
  ============================================================================= */
@@ -17,11 +28,11 @@
17
28
  ============================================================================= */
18
29
 
19
30
  [data-style='minimal'] [data-tree-toggle-btn] {
20
- @apply text-paper-edge;
31
+ @apply text-ink-mute;
21
32
  }
22
33
 
23
34
  [data-style='minimal'] [data-tree-toggle-btn]:hover {
24
- @apply text-ink-soft bg-none;
35
+ @apply text-ink-mute bg-none;
25
36
  }
26
37
 
27
38
  /* =============================================================================
@@ -75,11 +86,11 @@
75
86
  ============================================================================= */
76
87
 
77
88
  [data-style='minimal'] [data-tree-item-content] [data-item-icon] {
78
- @apply text-ink-soft;
89
+ @apply text-ink-mute;
79
90
  }
80
91
 
81
92
  [data-style='minimal'] [data-tree-item-content]:hover:not(:disabled) [data-item-icon] {
82
- @apply text-ink-soft;
93
+ @apply text-ink-mute;
83
94
  }
84
95
 
85
96
  [data-style='minimal'] [data-tree-item-content][data-active='true'] [data-item-icon] {
@@ -87,7 +98,7 @@
87
98
  }
88
99
 
89
100
  [data-style='minimal'] [data-tree-item-content] [data-item-description] {
90
- @apply text-ink-soft;
101
+ @apply text-ink-mute;
91
102
  }
92
103
 
93
104
  [data-style='minimal'] [data-tree-item-content][data-active='true'] [data-item-description] {
@@ -95,7 +106,7 @@
95
106
  }
96
107
 
97
108
  [data-style='minimal'] [data-tree-item-content] [data-item-badge] {
98
- @apply text-ink-soft border-paper-edge border bg-transparent bg-none;
109
+ @apply text-ink-mute border-paper-edge border bg-transparent bg-none;
99
110
  }
100
111
 
101
112
  [data-style='minimal'] [data-tree-item-content][data-active='true'] [data-item-badge] {
@@ -3,7 +3,7 @@
3
3
  */
4
4
 
5
5
  [data-style='rokkit'] [data-avatar] {
6
- @apply bg-paper-edge text-ink-mute;
6
+ @apply bg-paper-edge text-ink;
7
7
  }
8
8
 
9
9
  /* Status dot colors */
@@ -5,7 +5,7 @@
5
5
  /* Default variant */
6
6
  [data-style='rokkit'] [data-badge][data-variant='default'],
7
7
  [data-style='rokkit'] [data-badge]:not([data-variant]) {
8
- @apply bg-ink-soft text-paper-soft;
8
+ @apply bg-ink-mute text-paper-soft;
9
9
  }
10
10
 
11
11
  /* Primary */
@@ -235,7 +235,7 @@
235
235
  [data-button][data-style='ghost']:hover:not(:disabled):not(
236
236
  [data-disabled]
237
237
  )[data-variant='primary'] {
238
- @apply bg-primary;
238
+ background-color: var(--primary);
239
239
  }
240
240
 
241
241
  [data-style='rokkit']
@@ -22,5 +22,5 @@
22
22
  }
23
23
 
24
24
  [data-style='rokkit'] [data-divider-label] {
25
- @apply text-ink-soft;
25
+ @apply text-ink-mute;
26
26
  }
@@ -25,7 +25,7 @@
25
25
  }
26
26
 
27
27
  [data-style='rokkit'] [data-dropdown-trigger] [data-dropdown-icon] {
28
- @apply text-ink-soft;
28
+ @apply text-ink-mute;
29
29
  }
30
30
 
31
31
  [data-style='rokkit'] [data-dropdown-trigger]:hover:not(:disabled) [data-dropdown-icon] {
@@ -33,7 +33,7 @@
33
33
  }
34
34
 
35
35
  [data-style='rokkit'] [data-dropdown-trigger] [data-dropdown-arrow] {
36
- @apply text-ink-soft;
36
+ @apply text-ink-mute;
37
37
  }
38
38
 
39
39
  /* =============================================================================
@@ -54,7 +54,7 @@
54
54
 
55
55
  [data-style='rokkit'] [data-list] [data-list-item] [data-item-icon] {
56
56
  font-size: 1rem;
57
- @apply text-ink-soft;
57
+ @apply text-ink-mute;
58
58
  }
59
59
 
60
60
  [data-style='rokkit'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon],
@@ -79,7 +79,7 @@
79
79
 
80
80
  /* Literal / kanji icons */
81
81
  [data-style='rokkit'] [data-list] [data-list-item] [data-item-icon-literal] {
82
- @apply text-ink-soft;
82
+ @apply text-ink-mute;
83
83
  }
84
84
 
85
85
  [data-style='rokkit'] [data-list] [data-list-item]:hover:not(:disabled) [data-item-icon-literal],
@@ -104,7 +104,7 @@
104
104
 
105
105
  /* Item description */
106
106
  [data-style='rokkit'] [data-list] [data-list-item] [data-item-description] {
107
- @apply text-ink-soft;
107
+ @apply text-ink-mute;
108
108
  }
109
109
 
110
110
  [data-style='rokkit'] [data-list] [data-list-item][data-active='true'] [data-item-description] {
@@ -124,7 +124,7 @@
124
124
 
125
125
  /* Item badge */
126
126
  [data-style='rokkit'] [data-list] [data-list-item] [data-item-badge] {
127
- @apply text-ink-soft from-paper-mute to-paper-mute border-paper-edge border bg-gradient-to-b;
127
+ @apply text-ink-mute from-paper-mute to-paper-mute border-paper-edge border bg-gradient-to-b;
128
128
  }
129
129
 
130
130
  [data-style='rokkit'] [data-list] [data-list-item][data-active='true'] [data-item-badge] {
@@ -157,7 +157,7 @@
157
157
  ============================================================================= */
158
158
 
159
159
  [data-style='rokkit'] [data-list] [data-list-group] {
160
- @apply text-ink-soft mt-2;
160
+ @apply text-ink-mute mt-2;
161
161
  }
162
162
 
163
163
  [data-style='rokkit'] [data-list] [data-list-group]:first-child {
@@ -26,7 +26,7 @@
26
26
 
27
27
  /* Trigger elements */
28
28
  [data-style='rokkit'] [data-menu-trigger] [data-menu-icon] {
29
- @apply text-ink-soft;
29
+ @apply text-ink-mute;
30
30
  }
31
31
 
32
32
  [data-style='rokkit'] [data-menu-trigger]:hover:not(:disabled) [data-menu-icon] {
@@ -34,7 +34,7 @@
34
34
  }
35
35
 
36
36
  [data-style='rokkit'] [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='rokkit'] [data-menu-item] [data-item-icon] {
67
- @apply text-ink-soft;
67
+ @apply text-ink-mute;
68
68
  }
69
69
 
70
70
  [data-style='rokkit'] [data-menu-item]:hover:not(:disabled) [data-item-icon],
@@ -73,7 +73,7 @@
73
73
  }
74
74
 
75
75
  [data-style='rokkit'] [data-menu-item] [data-item-description] {
76
- @apply text-ink-soft;
76
+ @apply text-ink-mute;
77
77
  }
78
78
 
79
79
  /* =============================================================================
@@ -81,7 +81,7 @@
81
81
  ============================================================================= */
82
82
 
83
83
  [data-style='rokkit'] [data-menu-group] {
84
- @apply text-ink-soft;
84
+ @apply text-ink-mute;
85
85
  }
86
86
 
87
87
  /* =============================================================================