@rokkit/themes 1.0.5 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/build.mjs +4 -2
  2. package/package.json +3 -2
  3. package/src/base/carousel.css +2 -1
  4. package/src/base/code-block.css +76 -0
  5. package/src/base/display.css +16 -8
  6. package/src/base/frame.css +36 -0
  7. package/src/base/index.css +2 -0
  8. package/src/base/input.css +49 -10
  9. package/src/base/nav-content.css +3 -3
  10. package/src/base/stepper.css +14 -7
  11. package/src/base/tabs.css +15 -2
  12. package/src/base/typography.css +32 -13
  13. package/src/frosted/button.css +27 -27
  14. package/src/frosted/card.css +8 -8
  15. package/src/frosted/chart.css +6 -6
  16. package/src/frosted/code-block.css +33 -0
  17. package/src/frosted/dropdown.css +9 -9
  18. package/src/frosted/floating-action.css +10 -10
  19. package/src/frosted/floating-navigation.css +13 -13
  20. package/src/frosted/frame.css +17 -0
  21. package/src/frosted/index.css +2 -0
  22. package/src/frosted/input.css +16 -16
  23. package/src/frosted/list.css +25 -25
  24. package/src/frosted/menu.css +13 -13
  25. package/src/frosted/message.css +8 -8
  26. package/src/frosted/range.css +8 -8
  27. package/src/frosted/search-filter.css +8 -8
  28. package/src/frosted/select.css +31 -31
  29. package/src/frosted/status-list.css +17 -17
  30. package/src/frosted/step-indicator.css +8 -8
  31. package/src/frosted/swatch.css +3 -3
  32. package/src/frosted/switch.css +3 -3
  33. package/src/frosted/table.css +16 -16
  34. package/src/frosted/tabs.css +8 -8
  35. package/src/frosted/timeline.css +5 -5
  36. package/src/frosted/toc.css +4 -4
  37. package/src/frosted/toggle.css +7 -7
  38. package/src/frosted/toolbar.css +15 -15
  39. package/src/frosted/tree.css +19 -19
  40. package/src/material/button.css +29 -29
  41. package/src/material/card.css +12 -12
  42. package/src/material/chart.css +6 -6
  43. package/src/material/code-block.css +33 -0
  44. package/src/material/dropdown.css +11 -11
  45. package/src/material/floating-action.css +10 -10
  46. package/src/material/floating-navigation.css +13 -13
  47. package/src/material/frame.css +17 -0
  48. package/src/material/index.css +2 -0
  49. package/src/material/input.css +21 -21
  50. package/src/material/list.css +23 -23
  51. package/src/material/menu.css +16 -16
  52. package/src/material/message.css +8 -8
  53. package/src/material/range.css +8 -8
  54. package/src/material/search-filter.css +8 -8
  55. package/src/material/select.css +31 -31
  56. package/src/material/status-list.css +17 -17
  57. package/src/material/step-indicator.css +8 -8
  58. package/src/material/swatch.css +3 -3
  59. package/src/material/switch.css +6 -6
  60. package/src/material/table.css +16 -16
  61. package/src/material/tabs.css +7 -7
  62. package/src/material/timeline.css +5 -5
  63. package/src/material/toc.css +4 -4
  64. package/src/material/toggle.css +6 -6
  65. package/src/material/toolbar.css +11 -11
  66. package/src/material/tree.css +17 -17
  67. package/src/minimal/button.css +30 -30
  68. package/src/minimal/card.css +13 -13
  69. package/src/minimal/chart.css +6 -6
  70. package/src/minimal/code-block.css +33 -0
  71. package/src/minimal/dropdown.css +11 -11
  72. package/src/minimal/floating-action.css +10 -10
  73. package/src/minimal/floating-navigation.css +12 -12
  74. package/src/minimal/frame.css +17 -0
  75. package/src/minimal/index.css +2 -0
  76. package/src/minimal/input.css +24 -24
  77. package/src/minimal/list.css +52 -26
  78. package/src/minimal/menu.css +15 -15
  79. package/src/minimal/message.css +8 -8
  80. package/src/minimal/range.css +7 -7
  81. package/src/minimal/search-filter.css +8 -8
  82. package/src/minimal/select.css +27 -27
  83. package/src/minimal/status-list.css +17 -17
  84. package/src/minimal/step-indicator.css +8 -8
  85. package/src/minimal/swatch.css +3 -3
  86. package/src/minimal/switch.css +6 -6
  87. package/src/minimal/table.css +16 -16
  88. package/src/minimal/tabs.css +14 -14
  89. package/src/minimal/timeline.css +4 -4
  90. package/src/minimal/toc.css +4 -4
  91. package/src/minimal/toggle.css +7 -7
  92. package/src/minimal/toolbar.css +14 -14
  93. package/src/minimal/tree.css +24 -18
  94. package/src/rokkit/avatar.css +6 -6
  95. package/src/rokkit/badge.css +5 -5
  96. package/src/rokkit/button.css +55 -37
  97. package/src/rokkit/card.css +11 -11
  98. package/src/rokkit/chart.css +6 -6
  99. package/src/rokkit/code-block.css +33 -0
  100. package/src/rokkit/connector.css +1 -1
  101. package/src/rokkit/divider.css +5 -5
  102. package/src/rokkit/dropdown.css +11 -11
  103. package/src/rokkit/floating-action.css +11 -11
  104. package/src/rokkit/floating-navigation.css +15 -15
  105. package/src/rokkit/frame.css +17 -0
  106. package/src/rokkit/grid.css +8 -8
  107. package/src/rokkit/index.css +2 -0
  108. package/src/rokkit/input.css +17 -17
  109. package/src/rokkit/list.css +24 -24
  110. package/src/rokkit/menu.css +14 -14
  111. package/src/rokkit/message.css +12 -12
  112. package/src/rokkit/range.css +10 -10
  113. package/src/rokkit/search-filter.css +8 -8
  114. package/src/rokkit/select.css +34 -34
  115. package/src/rokkit/status-list.css +17 -17
  116. package/src/rokkit/step-indicator.css +8 -8
  117. package/src/rokkit/swatch.css +3 -3
  118. package/src/rokkit/switch.css +6 -6
  119. package/src/rokkit/table.css +16 -16
  120. package/src/rokkit/tabs.css +31 -28
  121. package/src/rokkit/timeline.css +5 -5
  122. package/src/rokkit/toc.css +4 -4
  123. package/src/rokkit/toggle.css +21 -10
  124. package/src/rokkit/toolbar.css +15 -15
  125. package/src/rokkit/tooltip.css +1 -1
  126. package/src/rokkit/tree.css +23 -23
  127. package/src/rokkit/upload-progress.css +18 -18
  128. package/src/rokkit/upload-target.css +8 -8
  129. package/src/zen-sumi/button.css +29 -29
  130. package/src/zen-sumi/card.css +12 -12
  131. package/src/zen-sumi/chart.css +6 -6
  132. package/src/zen-sumi/code-block.css +35 -0
  133. package/src/zen-sumi/dropdown.css +10 -10
  134. package/src/zen-sumi/floating-action.css +7 -7
  135. package/src/zen-sumi/floating-navigation.css +11 -11
  136. package/src/zen-sumi/frame.css +20 -0
  137. package/src/zen-sumi/index.css +2 -0
  138. package/src/zen-sumi/input.css +49 -23
  139. package/src/zen-sumi/list.css +20 -20
  140. package/src/zen-sumi/menu.css +14 -14
  141. package/src/zen-sumi/message.css +8 -8
  142. package/src/zen-sumi/range.css +7 -7
  143. package/src/zen-sumi/search-filter.css +8 -8
  144. package/src/zen-sumi/select.css +26 -26
  145. package/src/zen-sumi/status-list.css +17 -17
  146. package/src/zen-sumi/step-indicator.css +8 -8
  147. package/src/zen-sumi/swatch.css +3 -3
  148. package/src/zen-sumi/switch.css +5 -5
  149. package/src/zen-sumi/table.css +16 -16
  150. package/src/zen-sumi/tabs.css +8 -8
  151. package/src/zen-sumi/timeline.css +4 -4
  152. package/src/zen-sumi/toc.css +4 -4
  153. package/src/zen-sumi/toggle.css +18 -10
  154. package/src/zen-sumi/toolbar.css +14 -14
  155. package/src/zen-sumi/tree.css +16 -16
@@ -9,7 +9,7 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='material'] [data-toolbar] {
12
- @apply bg-surface-z1 bg-none shadow-sm;
12
+ @apply bg-paper-soft bg-none shadow-sm;
13
13
  }
14
14
 
15
15
  /* Position-based borders removed - using shadows instead */
@@ -35,25 +35,25 @@
35
35
  ============================================================================= */
36
36
 
37
37
  [data-style='material'] [data-toolbar-item] {
38
- @apply text-surface-z7 rounded-full;
38
+ @apply text-ink-mute rounded-full;
39
39
  }
40
40
 
41
41
  [data-style='material'] [data-toolbar-item]:hover:not(:disabled):not([data-disabled='true']) {
42
- @apply bg-surface-z2 text-surface-z9 bg-none;
42
+ @apply bg-paper-mute text-ink bg-none;
43
43
  }
44
44
 
45
45
  [data-style='material']
46
46
  [data-toolbar-item]:focus-visible:not(:disabled):not([data-disabled='true']) {
47
- @apply bg-surface-z2 text-surface-z9 ring-primary-z4 bg-none ring-2 outline-none;
47
+ @apply bg-paper-mute text-ink ring-primary bg-none ring-2 outline-none;
48
48
  }
49
49
 
50
50
  /* Active/pressed state */
51
51
  [data-style='material'] [data-toolbar-item][data-active='true'] {
52
- @apply bg-primary-z2 text-primary-z8 bg-none;
52
+ @apply bg-primary text-primary bg-none;
53
53
  }
54
54
 
55
55
  [data-style='material'] [data-toolbar-item][data-active='true']:hover:not(:disabled) {
56
- @apply bg-primary-z3 text-primary-z9 bg-none;
56
+ @apply bg-primary text-primary bg-none;
57
57
  }
58
58
 
59
59
  /* =============================================================================
@@ -61,15 +61,15 @@
61
61
  ============================================================================= */
62
62
 
63
63
  [data-style='material'] [data-toolbar-item] [data-toolbar-icon] {
64
- @apply text-surface-z6;
64
+ @apply text-ink-soft;
65
65
  }
66
66
 
67
67
  [data-style='material'] [data-toolbar-item]:hover:not(:disabled) [data-toolbar-icon] {
68
- @apply text-surface-z8;
68
+ @apply text-ink-mute;
69
69
  }
70
70
 
71
71
  [data-style='material'] [data-toolbar-item][data-active='true'] [data-toolbar-icon] {
72
- @apply text-primary-z7;
72
+ @apply text-primary;
73
73
  }
74
74
 
75
75
  /* =============================================================================
@@ -77,9 +77,9 @@
77
77
  ============================================================================= */
78
78
 
79
79
  [data-style='material'] [data-toolbar-separator] {
80
- @apply bg-surface-z3 bg-none;
80
+ @apply bg-paper-mute bg-none;
81
81
  }
82
82
 
83
83
  [data-style='material'] [data-toolbar-divider] {
84
- @apply bg-surface-z3 bg-none;
84
+ @apply bg-paper-mute bg-none;
85
85
  }
@@ -17,11 +17,11 @@
17
17
  ============================================================================= */
18
18
 
19
19
  [data-style='material'] [data-tree-toggle-btn] {
20
- @apply text-surface-z5 rounded-full;
20
+ @apply text-ink-soft rounded-full;
21
21
  }
22
22
 
23
23
  [data-style='material'] [data-tree-toggle-btn]:hover {
24
- @apply bg-surface-z2 text-surface-z7 bg-none;
24
+ @apply bg-paper-mute text-ink-mute bg-none;
25
25
  }
26
26
 
27
27
  /* =============================================================================
@@ -29,26 +29,26 @@
29
29
  ============================================================================= */
30
30
 
31
31
  [data-style='material'] [data-tree-item-content] {
32
- @apply text-surface-z8;
32
+ @apply text-ink-mute;
33
33
  }
34
34
 
35
35
  [data-style='material'] [data-tree-item-content]:hover:not(:disabled),
36
36
  [data-style='material'] [data-tree-item-content]:focus:not(:disabled) {
37
- @apply bg-surface-z2 text-surface-z10 bg-none outline-none;
37
+ @apply bg-paper-mute text-ink bg-none outline-none;
38
38
  }
39
39
 
40
40
  /* Focus visible for keyboard navigation */
41
41
  [data-style='material'] [data-tree-item-content]:focus-visible {
42
- @apply ring-primary-z4 ring-2 outline-none ring-inset;
42
+ @apply ring-primary ring-2 outline-none ring-inset;
43
43
  }
44
44
 
45
45
  /* Active/selected state */
46
46
  [data-style='material'] [data-tree-item-content][data-active='true'] {
47
- @apply bg-primary-z2 text-primary-z9;
47
+ @apply bg-primary text-primary;
48
48
  }
49
49
 
50
50
  [data-style='material'] [data-tree-item-content][data-active='true']:hover:not(:disabled) {
51
- @apply bg-primary-z3;
51
+ @apply bg-primary;
52
52
  }
53
53
 
54
54
  /* Reset rokkit gradients bleeding in from body[data-style='rokkit'] ancestor */
@@ -73,31 +73,31 @@
73
73
  ============================================================================= */
74
74
 
75
75
  [data-style='material'] [data-tree-item-content] [data-item-icon] {
76
- @apply text-surface-z5;
76
+ @apply text-ink-soft;
77
77
  }
78
78
 
79
79
  [data-style='material'] [data-tree-item-content]:hover:not(:disabled) [data-item-icon] {
80
- @apply text-surface-z7;
80
+ @apply text-ink-mute;
81
81
  }
82
82
 
83
83
  [data-style='material'] [data-tree-item-content][data-active='true'] [data-item-icon] {
84
- @apply text-primary-z6;
84
+ @apply text-primary;
85
85
  }
86
86
 
87
87
  [data-style='material'] [data-tree-item-content] [data-item-description] {
88
- @apply text-surface-z5;
88
+ @apply text-ink-soft;
89
89
  }
90
90
 
91
91
  [data-style='material'] [data-tree-item-content][data-active='true'] [data-item-description] {
92
- @apply text-primary-z7;
92
+ @apply text-primary;
93
93
  }
94
94
 
95
95
  [data-style='material'] [data-tree-item-content] [data-item-badge] {
96
- @apply text-surface-z6 bg-surface-z2 rounded-full bg-none;
96
+ @apply text-ink-soft bg-paper-mute rounded-full bg-none;
97
97
  }
98
98
 
99
99
  [data-style='material'] [data-tree-item-content][data-active='true'] [data-item-badge] {
100
- @apply text-primary-z8 bg-primary-z2;
100
+ @apply text-primary bg-primary;
101
101
  }
102
102
 
103
103
  [data-style='material']
@@ -119,16 +119,16 @@
119
119
  ============================================================================= */
120
120
 
121
121
  [data-style='material'] [data-tree-node][data-selected='true'] [data-tree-node-row] {
122
- @apply bg-primary-z2;
122
+ @apply bg-primary;
123
123
  }
124
124
 
125
125
  [data-style='material'] [data-tree-node][data-selected='true'] [data-tree-item-content] {
126
- @apply text-primary-z9;
126
+ @apply text-primary;
127
127
  }
128
128
 
129
129
  [data-style='material']
130
130
  [data-tree-node][data-selected='true']
131
131
  [data-tree-item-content]
132
132
  [data-item-icon] {
133
- @apply text-primary-z6;
133
+ @apply text-primary;
134
134
  }
@@ -12,27 +12,27 @@
12
12
  [data-style='minimal'] [data-button]:not([data-style])[data-variant='default'],
13
13
  [data-style='minimal'] [data-button][data-style='default']:not([data-variant]),
14
14
  [data-style='minimal'] [data-button]:not([data-style]):not([data-variant]) {
15
- @apply bg-surface-z2 border-surface-z4 text-surface-z8 border bg-none;
15
+ @apply bg-paper-mute border-paper-edge text-ink-mute border bg-none;
16
16
  }
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-z5 text-on-primary border-transparent bg-none;
20
+ @apply bg-primary text-on-primary border-transparent bg-none;
21
21
  }
22
22
 
23
23
  [data-style='minimal'] [data-button][data-style='default'][data-variant='secondary'],
24
24
  [data-style='minimal'] [data-button]:not([data-style])[data-variant='secondary'] {
25
- @apply bg-secondary-z4 text-on-secondary border-transparent bg-none;
25
+ @apply bg-accent text-on-primary border-transparent bg-none;
26
26
  }
27
27
 
28
28
  [data-style='minimal'] [data-button][data-style='default'][data-variant='accent'],
29
29
  [data-style='minimal'] [data-button]:not([data-style])[data-variant='accent'] {
30
- @apply bg-accent-z4 text-on-accent border-transparent bg-none;
30
+ @apply bg-accent text-on-accent border-transparent bg-none;
31
31
  }
32
32
 
33
33
  [data-style='minimal'] [data-button][data-style='default'][data-variant='danger'],
34
34
  [data-style='minimal'] [data-button]:not([data-style])[data-variant='danger'] {
35
- @apply bg-danger-z4 text-on-danger border-transparent bg-none;
35
+ @apply bg-danger text-on-danger border-transparent bg-none;
36
36
  }
37
37
 
38
38
  /* =============================================================================
@@ -41,23 +41,23 @@
41
41
 
42
42
  [data-style='minimal'] [data-button][data-style='outline'][data-variant='default'],
43
43
  [data-style='minimal'] [data-button][data-style='outline']:not([data-variant]) {
44
- @apply border-surface-z4 text-surface-z7 border bg-transparent;
44
+ @apply border-paper-edge text-ink-mute border bg-transparent;
45
45
  }
46
46
 
47
47
  [data-style='minimal'] [data-button][data-style='outline'][data-variant='primary'] {
48
- @apply border-primary-z4 text-primary-z6 border bg-transparent;
48
+ @apply border-primary text-primary border bg-transparent;
49
49
  }
50
50
 
51
51
  [data-style='minimal'] [data-button][data-style='outline'][data-variant='secondary'] {
52
- @apply border-secondary-z4 text-secondary-z6 border bg-transparent;
52
+ @apply border-accent text-accent border bg-transparent;
53
53
  }
54
54
 
55
55
  [data-style='minimal'] [data-button][data-style='outline'][data-variant='accent'] {
56
- @apply border-accent-z4 text-accent-z6 border bg-transparent;
56
+ @apply border-accent text-accent border bg-transparent;
57
57
  }
58
58
 
59
59
  [data-style='minimal'] [data-button][data-style='outline'][data-variant='danger'] {
60
- @apply border-danger-z4 text-danger-z4 border bg-transparent;
60
+ @apply border-danger text-danger border bg-transparent;
61
61
  }
62
62
 
63
63
  /* =============================================================================
@@ -70,23 +70,23 @@
70
70
 
71
71
  [data-style='minimal'] [data-button][data-style='ghost'][data-variant='default'],
72
72
  [data-style='minimal'] [data-button][data-style='ghost']:not([data-variant]) {
73
- @apply text-surface-z7;
73
+ @apply text-ink-mute;
74
74
  }
75
75
 
76
76
  [data-style='minimal'] [data-button][data-style='ghost'][data-variant='primary'] {
77
- @apply text-primary-z6;
77
+ @apply text-primary;
78
78
  }
79
79
 
80
80
  [data-style='minimal'] [data-button][data-style='ghost'][data-variant='secondary'] {
81
- @apply text-secondary-z6;
81
+ @apply text-accent;
82
82
  }
83
83
 
84
84
  [data-style='minimal'] [data-button][data-style='ghost'][data-variant='accent'] {
85
- @apply text-accent-z6;
85
+ @apply text-accent;
86
86
  }
87
87
 
88
88
  [data-style='minimal'] [data-button][data-style='ghost'][data-variant='danger'] {
89
- @apply text-danger-z4;
89
+ @apply text-danger;
90
90
  }
91
91
 
92
92
  /* =============================================================================
@@ -95,23 +95,23 @@
95
95
 
96
96
  [data-style='minimal'] [data-button][data-style='gradient'][data-variant='default'],
97
97
  [data-style='minimal'] [data-button][data-style='gradient']:not([data-variant]) {
98
- @apply from-surface-z3 to-surface-z1 text-surface-z10 bg-gradient-to-br;
98
+ @apply from-paper-mute to-paper-soft text-ink bg-gradient-to-br;
99
99
  }
100
100
 
101
101
  [data-style='minimal'] [data-button][data-style='gradient'][data-variant='primary'] {
102
- @apply from-primary-z5 to-primary-z3 text-on-primary bg-gradient-to-br;
102
+ @apply from-primary to-primary text-on-primary bg-gradient-to-br;
103
103
  }
104
104
 
105
105
  [data-style='minimal'] [data-button][data-style='gradient'][data-variant='secondary'] {
106
- @apply from-secondary-z5 to-secondary-z3 text-on-secondary bg-gradient-to-br;
106
+ @apply from-accent to-accent text-on-primary bg-gradient-to-br;
107
107
  }
108
108
 
109
109
  [data-style='minimal'] [data-button][data-style='gradient'][data-variant='accent'] {
110
- @apply from-accent-z5 to-accent-z3 text-on-accent bg-gradient-to-br;
110
+ @apply from-accent to-accent text-on-accent bg-gradient-to-br;
111
111
  }
112
112
 
113
113
  [data-style='minimal'] [data-button][data-style='gradient'][data-variant='danger'] {
114
- @apply from-danger-z5 to-danger-z3 text-on-danger bg-gradient-to-br;
114
+ @apply from-danger to-danger text-on-danger bg-gradient-to-br;
115
115
  }
116
116
 
117
117
  [data-style='minimal']
@@ -125,27 +125,27 @@
125
125
 
126
126
  [data-style='minimal'] [data-button][data-style='link'][data-variant='default'],
127
127
  [data-style='minimal'] [data-button][data-style='link']:not([data-variant]) {
128
- @apply text-surface-z7;
128
+ @apply text-ink-mute;
129
129
  }
130
130
 
131
131
  [data-style='minimal'] [data-button][data-style='link'][data-variant='primary'] {
132
- @apply text-primary-z6;
132
+ @apply text-primary;
133
133
  }
134
134
 
135
135
  [data-style='minimal'] [data-button][data-style='link'][data-variant='secondary'] {
136
- @apply text-secondary-z6;
136
+ @apply text-accent;
137
137
  }
138
138
 
139
139
  [data-style='minimal'] [data-button][data-style='link'][data-variant='accent'] {
140
- @apply text-accent-z6;
140
+ @apply text-accent;
141
141
  }
142
142
 
143
143
  [data-style='minimal'] [data-button][data-style='link'][data-variant='danger'] {
144
- @apply text-danger-z4;
144
+ @apply text-danger;
145
145
  }
146
146
 
147
147
  [data-style='minimal'] [data-button][data-style='link']:hover:not(:disabled):not([data-disabled]) {
148
- @apply text-surface-z9;
148
+ @apply text-ink;
149
149
  }
150
150
 
151
151
  /* =============================================================================
@@ -155,16 +155,16 @@
155
155
  [data-style='minimal']
156
156
  [data-button][data-style='default']:hover:not(:disabled):not([data-disabled]),
157
157
  [data-style='minimal'] [data-button]:not([data-style]):hover:not(:disabled):not([data-disabled]) {
158
- @apply bg-surface-z3 border-surface-z5 bg-none;
158
+ @apply bg-paper-mute border-ink-soft bg-none;
159
159
  }
160
160
 
161
161
  [data-style='minimal']
162
162
  [data-button][data-style='outline']:hover:not(:disabled):not([data-disabled]) {
163
- @apply bg-surface-z1 border-surface-z5 bg-none;
163
+ @apply bg-paper-soft border-ink-soft bg-none;
164
164
  }
165
165
 
166
166
  [data-style='minimal'] [data-button][data-style='ghost']:hover:not(:disabled):not([data-disabled]) {
167
- @apply bg-surface-z2;
167
+ @apply bg-paper-mute;
168
168
  }
169
169
 
170
170
  /* =============================================================================
@@ -172,5 +172,5 @@
172
172
  ============================================================================= */
173
173
 
174
174
  [data-style='minimal'] [data-button]:focus-visible {
175
- @apply ring-surface-z5 ring-1 outline-none;
175
+ @apply ring-ink-soft ring-1 outline-none;
176
176
  }
@@ -9,7 +9,7 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='minimal'] [data-card] {
12
- @apply bg-surface-z1 border-surface-z4 text-surface-z9 border bg-none shadow-sm;
12
+ @apply bg-paper-soft border-paper-edge text-ink border bg-none shadow-sm;
13
13
  }
14
14
 
15
15
  /* Interactive cards (buttons) */
@@ -21,11 +21,11 @@
21
21
  }
22
22
 
23
23
  [data-style='minimal'] [data-card][data-card-interactive]:hover {
24
- @apply border-surface-z6 shadow;
24
+ @apply border-ink-soft shadow;
25
25
  }
26
26
 
27
27
  [data-style='minimal'] [data-card][data-card-interactive]:active {
28
- @apply bg-surface-z2;
28
+ @apply bg-paper-mute;
29
29
  }
30
30
 
31
31
  /* =============================================================================
@@ -33,15 +33,15 @@
33
33
  ============================================================================= */
34
34
 
35
35
  [data-style='minimal'] [data-card-header] {
36
- @apply border-surface-z3 border-b;
36
+ @apply border-paper-mute border-b;
37
37
  }
38
38
 
39
39
  [data-style='minimal'] [data-card-body] {
40
- @apply text-surface-z8;
40
+ @apply text-ink-mute;
41
41
  }
42
42
 
43
43
  [data-style='minimal'] [data-card-footer] {
44
- @apply border-surface-z3 text-surface-z7 border-t;
44
+ @apply border-paper-mute text-ink-mute border-t;
45
45
  }
46
46
 
47
47
  /* =============================================================================
@@ -49,7 +49,7 @@
49
49
  ============================================================================= */
50
50
 
51
51
  [data-style='minimal'] [data-card][data-card-interactive]:focus-visible {
52
- @apply ring-surface-z5 ring-1 outline-none;
52
+ @apply ring-ink-soft ring-1 outline-none;
53
53
  }
54
54
 
55
55
  /* =============================================================================
@@ -67,12 +67,12 @@
67
67
 
68
68
  /* Primary — solid primary fill */
69
69
  [data-style='minimal'] [data-card][data-variant='primary'] {
70
- @apply bg-primary-z5 border-primary-z6 text-on-primary border bg-none;
70
+ @apply bg-primary border-primary text-on-primary border bg-none;
71
71
  }
72
72
 
73
73
  [data-style='minimal'] [data-card][data-variant='primary'] [data-card-header],
74
74
  [data-style='minimal'] [data-card][data-variant='primary'] [data-card-footer] {
75
- @apply border-primary-z4/40;
75
+ @apply border-primary/40;
76
76
  }
77
77
 
78
78
  [data-style='minimal'] [data-card][data-variant='primary'] [data-card-body] {
@@ -81,19 +81,19 @@
81
81
 
82
82
  /* Secondary — solid secondary fill */
83
83
  [data-style='minimal'] [data-card][data-variant='secondary'] {
84
- @apply bg-secondary-z4 border-secondary-z5 text-on-secondary border bg-none;
84
+ @apply bg-accent border-accent text-on-primary border bg-none;
85
85
  }
86
86
 
87
87
  [data-style='minimal'] [data-card][data-variant='secondary'] [data-card-header],
88
88
  [data-style='minimal'] [data-card][data-variant='secondary'] [data-card-footer] {
89
- @apply border-secondary-z3/40;
89
+ @apply border-accent/40;
90
90
  }
91
91
 
92
92
  [data-style='minimal'] [data-card][data-variant='secondary'] [data-card-body] {
93
- @apply text-on-secondary/80;
93
+ @apply text-on-primary/80;
94
94
  }
95
95
 
96
96
  /* Tertiary — recessed surface, lighter border */
97
97
  [data-style='minimal'] [data-card][data-variant='tertiary'] {
98
- @apply bg-surface-z0 border-surface-z3 text-surface-z7 border bg-none shadow-none;
98
+ @apply bg-paper border-paper-mute text-ink-mute border bg-none shadow-none;
99
99
  }
@@ -4,25 +4,25 @@
4
4
 
5
5
  [data-style='minimal'] [data-chart-axis-line],
6
6
  [data-style='minimal'] [data-chart-tick] line {
7
- @apply stroke-surface-z3;
7
+ @apply stroke-paper-mute;
8
8
  }
9
9
 
10
10
  [data-style='minimal'] [data-chart-tick-label] {
11
- @apply fill-surface-z5;
11
+ @apply fill-ink-soft;
12
12
  }
13
13
 
14
14
  [data-style='minimal'] [data-chart-grid-line] {
15
- @apply stroke-surface-z3;
15
+ @apply stroke-paper-mute;
16
16
  stroke-opacity: 0.5;
17
17
  stroke-dasharray: 2 4;
18
18
  }
19
19
 
20
20
  [data-style='minimal'] [data-chart-legend-label] {
21
- @apply fill-surface-z5;
21
+ @apply fill-ink-soft;
22
22
  }
23
23
 
24
24
  [data-style='minimal'] [data-chart-legend-item]:hover {
25
- @apply text-surface-z8;
25
+ @apply text-ink-mute;
26
26
  }
27
27
 
28
28
  [data-style='minimal'] [data-plot-element='bar'][data-dimmed],
@@ -34,5 +34,5 @@
34
34
  }
35
35
 
36
36
  [data-style='minimal'] [data-facet-title] {
37
- @apply text-surface-z5;
37
+ @apply text-ink-soft;
38
38
  }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * CodeBlock — minimal theme.
3
+ * Frame supplies the chrome; this adds typography + muted tokens for
4
+ * the title row, lang chip, action buttons, and pre/code body.
5
+ */
6
+
7
+ [data-style='minimal'] [data-code-block-icon] {
8
+ @apply text-ink-soft;
9
+ }
10
+
11
+ [data-style='minimal'] [data-code-block-filename] {
12
+ font: 500 11.5px var(--font-mono);
13
+ @apply text-ink-mute;
14
+ }
15
+
16
+ [data-style='minimal'] [data-code-block-lang] {
17
+ font: 500 10px var(--font-mono);
18
+ @apply text-ink-soft border-paper-edge border;
19
+ }
20
+
21
+ [data-style='minimal'] [data-code-block-actions] button {
22
+ font: 500 11px var(--font-mono);
23
+ @apply text-ink-soft;
24
+ }
25
+
26
+ [data-style='minimal'] [data-code-block-actions] button:hover {
27
+ @apply bg-paper-mute text-ink;
28
+ }
29
+
30
+ [data-style='minimal'] [data-code-block-body] pre {
31
+ font: 400 12px/1.65 var(--font-mono);
32
+ @apply text-ink;
33
+ }
@@ -5,46 +5,46 @@
5
5
  */
6
6
 
7
7
  [data-style='minimal'] [data-dropdown-trigger] {
8
- @apply border-surface-z4 text-surface-z7 border bg-transparent bg-none;
8
+ @apply border-paper-edge text-ink-mute border bg-transparent bg-none;
9
9
  }
10
10
 
11
11
  [data-style='minimal'] [data-dropdown-trigger]:hover:not(:disabled) {
12
- @apply text-surface-z9 border-surface-z5 bg-none;
12
+ @apply text-ink border-ink-soft bg-none;
13
13
  }
14
14
 
15
15
  [data-style='minimal'] [data-dropdown-trigger]:focus-visible {
16
- @apply ring-surface-z5 ring-1 outline-none;
16
+ @apply ring-ink-soft ring-1 outline-none;
17
17
  }
18
18
 
19
19
  [data-style='minimal'] [data-dropdown][data-open='true'] [data-dropdown-trigger] {
20
- @apply border-surface-z6 bg-none;
20
+ @apply border-ink-soft bg-none;
21
21
  }
22
22
 
23
23
  [data-style='minimal'] [data-dropdown-trigger] [data-dropdown-icon] {
24
- @apply text-surface-z5;
24
+ @apply text-ink-soft;
25
25
  }
26
26
 
27
27
  [data-style='minimal'] [data-dropdown-trigger] [data-dropdown-arrow] {
28
- @apply text-surface-z4;
28
+ @apply text-paper-edge;
29
29
  }
30
30
 
31
31
  [data-style='minimal'] [data-dropdown-panel] {
32
- @apply bg-surface-z1 border-surface-z3 border bg-none shadow-sm;
32
+ @apply bg-paper-soft border-paper-mute border bg-none shadow-sm;
33
33
  }
34
34
 
35
35
  [data-style='minimal'] [data-dropdown-option] {
36
- @apply text-surface-z7;
36
+ @apply text-ink-mute;
37
37
  }
38
38
 
39
39
  [data-style='minimal'] [data-dropdown-option]:hover:not(:disabled),
40
40
  [data-style='minimal'] [data-dropdown-option]:focus:not(:disabled) {
41
- @apply text-surface-z9 border-l-secondary-z4 border-l-2 bg-none outline-none;
41
+ @apply text-ink border-l-accent border-l-2 bg-none outline-none;
42
42
  }
43
43
 
44
44
  [data-style='minimal'] [data-dropdown-option][data-active='true'] {
45
- @apply text-surface-z10 border-l-primary-z5 border-l-2 bg-none;
45
+ @apply text-ink border-l-primary border-l-2 bg-none;
46
46
  }
47
47
 
48
48
  [data-style='minimal'] [data-dropdown-separator] {
49
- @apply bg-surface-z3 bg-none;
49
+ @apply bg-paper-mute bg-none;
50
50
  }
@@ -9,19 +9,19 @@
9
9
  ============================================================================= */
10
10
 
11
11
  [data-style='minimal'] [data-fab-trigger] {
12
- @apply bg-surface-z1 text-surface-z8 border-surface-z4 border bg-none;
12
+ @apply bg-paper-soft text-ink-mute border-paper-edge border bg-none;
13
13
  }
14
14
 
15
15
  [data-style='minimal'] [data-fab-trigger]:hover:not(:disabled) {
16
- @apply bg-surface-z2 text-surface-z10 border-surface-z5 bg-none;
16
+ @apply bg-paper-mute text-ink border-ink-soft bg-none;
17
17
  }
18
18
 
19
19
  [data-style='minimal'] [data-fab-trigger]:focus-visible {
20
- @apply ring-surface-z5 ring-1 outline-none;
20
+ @apply ring-ink-soft ring-1 outline-none;
21
21
  }
22
22
 
23
23
  [data-style='minimal'] [data-fab][data-open='true'] [data-fab-trigger] {
24
- @apply bg-surface-z3 border-surface-z5 bg-none;
24
+ @apply bg-paper-mute border-ink-soft bg-none;
25
25
  transform: rotate(45deg);
26
26
  }
27
27
 
@@ -34,24 +34,24 @@
34
34
  ============================================================================= */
35
35
 
36
36
  [data-style='minimal'] [data-fab-item] {
37
- @apply bg-surface-z1 text-surface-z7 border-surface-z4 border bg-none;
37
+ @apply bg-paper-soft text-ink-mute border-paper-edge border bg-none;
38
38
  }
39
39
 
40
40
  [data-style='minimal'] [data-fab-item]:hover:not(:disabled) {
41
- @apply bg-surface-z2 text-surface-z9 border-surface-z5 bg-none;
41
+ @apply bg-paper-mute text-ink border-ink-soft bg-none;
42
42
  }
43
43
 
44
44
  [data-style='minimal'] [data-fab-item]:focus-visible {
45
- @apply ring-surface-z5 ring-1 outline-none;
45
+ @apply ring-ink-soft ring-1 outline-none;
46
46
  }
47
47
 
48
48
  /* Item icon */
49
49
  [data-style='minimal'] [data-fab-item] [data-fab-item-icon] {
50
- @apply text-surface-z6;
50
+ @apply text-ink-soft;
51
51
  }
52
52
 
53
53
  [data-style='minimal'] [data-fab-item]:hover:not(:disabled) [data-fab-item-icon] {
54
- @apply text-surface-z8;
54
+ @apply text-ink-mute;
55
55
  }
56
56
 
57
57
  /* =============================================================================
@@ -59,5 +59,5 @@
59
59
  ============================================================================= */
60
60
 
61
61
  [data-style='minimal'] [data-fab-backdrop] {
62
- @apply bg-surface-z10/20;
62
+ @apply bg-ink/20;
63
63
  }