@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.
- package/dist/base/stepper.css +11 -5
- package/dist/base/table.css +4 -1
- package/dist/base/toggle.css +5 -0
- package/dist/base.css +20 -6
- package/dist/frosted/button.css +8 -8
- package/dist/frosted/card.css +4 -4
- package/dist/frosted/dropdown.css +2 -2
- package/dist/frosted/list.css +5 -5
- package/dist/frosted/menu.css +5 -5
- package/dist/frosted/message.css +4 -4
- package/dist/frosted/select.css +8 -8
- package/dist/frosted/table.css +5 -5
- package/dist/frosted/tabs.css +2 -2
- package/dist/frosted/timeline.css +1 -1
- package/dist/frosted/toggle.css +4 -4
- package/dist/frosted/tree.css +15 -4
- package/dist/frosted.css +63 -52
- package/dist/index.css +437 -306
- package/dist/material/button.css +14 -10
- package/dist/material/dropdown.css +2 -2
- package/dist/material/list.css +5 -5
- package/dist/material/menu.css +5 -5
- package/dist/material/select.css +8 -8
- package/dist/material/table.css +5 -5
- package/dist/material/tabs.css +4 -3
- package/dist/material/timeline.css +4 -3
- package/dist/material/toggle.css +6 -5
- package/dist/material/tree.css +15 -4
- package/dist/material.css +68 -50
- package/dist/minimal/button.css +14 -10
- package/dist/minimal/card.css +4 -4
- package/dist/minimal/dropdown.css +2 -2
- package/dist/minimal/list.css +8 -8
- package/dist/minimal/menu.css +6 -6
- package/dist/minimal/select.css +8 -8
- package/dist/minimal/table.css +5 -5
- package/dist/minimal/tabs.css +2 -2
- package/dist/minimal/timeline.css +3 -3
- package/dist/minimal/toggle.css +4 -4
- package/dist/minimal/tree.css +17 -6
- package/dist/minimal.css +73 -58
- package/dist/rokkit/avatar.css +1 -1
- package/dist/rokkit/badge.css +7 -7
- package/dist/rokkit/button.css +9 -9
- package/dist/rokkit/card.css +4 -4
- package/dist/rokkit/divider.css +1 -1
- package/dist/rokkit/dropdown.css +2 -2
- package/dist/rokkit/list.css +5 -5
- package/dist/rokkit/menu.css +5 -5
- package/dist/rokkit/select.css +24 -13
- package/dist/rokkit/table.css +5 -5
- package/dist/rokkit/tabs.css +1 -1
- package/dist/rokkit/timeline.css +4 -3
- package/dist/rokkit/toggle.css +4 -4
- package/dist/rokkit/tree.css +17 -6
- package/dist/rokkit.css +89 -66
- package/dist/zen-sumi/button.css +20 -12
- package/dist/zen-sumi/card.css +4 -4
- package/dist/zen-sumi/divider.css +29 -0
- package/dist/zen-sumi/dropdown.css +4 -4
- package/dist/zen-sumi/list.css +9 -9
- package/dist/zen-sumi/menu.css +9 -9
- package/dist/zen-sumi/select.css +11 -11
- package/dist/zen-sumi/table.css +6 -6
- package/dist/zen-sumi/tabs.css +3 -3
- package/dist/zen-sumi/timeline.css +3 -3
- package/dist/zen-sumi/toggle.css +6 -5
- package/dist/zen-sumi/tree.css +19 -8
- package/dist/zen-sumi.css +124 -74
- package/package.json +3 -3
- package/src/base/stepper.css +11 -5
- package/src/base/table.css +4 -1
- package/src/base/toggle.css +5 -0
- package/src/frosted/dropdown.css +2 -2
- package/src/frosted/list.css +5 -5
- package/src/frosted/menu.css +5 -5
- package/src/frosted/message.css +4 -4
- package/src/frosted/select.css +8 -8
- package/src/frosted/table.css +5 -5
- package/src/frosted/tabs.css +2 -2
- package/src/frosted/timeline.css +1 -1
- package/src/frosted/toggle.css +4 -4
- package/src/frosted/tree.css +15 -4
- package/src/material/button.css +8 -4
- package/src/material/dropdown.css +2 -2
- package/src/material/list.css +5 -5
- package/src/material/menu.css +5 -5
- package/src/material/select.css +8 -8
- package/src/material/table.css +5 -5
- package/src/material/tabs.css +4 -3
- package/src/material/timeline.css +4 -3
- package/src/material/toggle.css +6 -5
- package/src/material/tree.css +15 -4
- package/src/minimal/button.css +8 -4
- package/src/minimal/dropdown.css +2 -2
- package/src/minimal/list.css +8 -8
- package/src/minimal/menu.css +6 -6
- package/src/minimal/select.css +8 -8
- package/src/minimal/table.css +5 -5
- package/src/minimal/tabs.css +2 -2
- package/src/minimal/timeline.css +3 -3
- package/src/minimal/toggle.css +4 -4
- package/src/minimal/tree.css +17 -6
- package/src/rokkit/avatar.css +1 -1
- package/src/rokkit/badge.css +1 -1
- package/src/rokkit/button.css +1 -1
- package/src/rokkit/divider.css +1 -1
- package/src/rokkit/dropdown.css +2 -2
- package/src/rokkit/list.css +5 -5
- package/src/rokkit/menu.css +5 -5
- package/src/rokkit/select.css +24 -13
- package/src/rokkit/table.css +5 -5
- package/src/rokkit/tabs.css +1 -1
- package/src/rokkit/timeline.css +4 -3
- package/src/rokkit/toggle.css +4 -4
- package/src/rokkit/tree.css +17 -6
- package/src/zen-sumi/button.css +16 -8
- package/src/zen-sumi/divider.css +29 -0
- package/src/zen-sumi/dropdown.css +4 -4
- package/src/zen-sumi/index.css +1 -0
- package/src/zen-sumi/list.css +9 -9
- package/src/zen-sumi/menu.css +9 -9
- package/src/zen-sumi/select.css +11 -11
- package/src/zen-sumi/table.css +6 -6
- package/src/zen-sumi/tabs.css +3 -3
- package/src/zen-sumi/timeline.css +3 -3
- package/src/zen-sumi/toggle.css +6 -5
- 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
|
|
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-
|
|
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
|
-
|
|
33
|
+
background-color: var(--primary);
|
|
33
34
|
}
|
|
34
35
|
|
|
35
36
|
/* =============================================================================
|
package/src/material/toggle.css
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
============================================================================= */
|
|
18
18
|
|
|
19
19
|
[data-style='material'] [data-toggle-option] {
|
|
20
|
-
@apply text-ink-
|
|
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
|
|
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-
|
|
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-
|
|
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-
|
|
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],
|
package/src/material/tree.css
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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] {
|
package/src/minimal/button.css
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
38
|
+
@apply text-on-danger border-transparent bg-none;
|
|
39
|
+
background-color: var(--danger);
|
|
36
40
|
}
|
|
37
41
|
|
|
38
42
|
/* =============================================================================
|
package/src/minimal/dropdown.css
CHANGED
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
[data-style='minimal'] [data-dropdown-trigger] [data-dropdown-icon] {
|
|
24
|
-
@apply text-ink-
|
|
24
|
+
@apply text-ink-mute;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
[data-style='minimal'] [data-dropdown-trigger] [data-dropdown-arrow] {
|
|
28
|
-
@apply text-
|
|
28
|
+
@apply text-ink-mute;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
[data-style='minimal'] [data-dropdown-panel] {
|
package/src/minimal/list.css
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
131
|
+
@apply text-ink-mute;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
/* Group hover — text-only, no border */
|
package/src/minimal/menu.css
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
67
|
+
@apply text-ink-mute;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
[data-style='minimal'] [data-menu-item] [data-item-description] {
|
|
71
|
-
@apply text-ink-
|
|
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-
|
|
79
|
+
@apply text-ink-mute;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
/* =============================================================================
|
package/src/minimal/select.css
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
============================================================================= */
|
|
30
30
|
|
|
31
31
|
[data-style='minimal'] [data-select-placeholder] {
|
|
32
|
-
@apply text-ink-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
153
|
+
@apply text-ink-mute;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
[data-style='minimal'] [data-select-empty] {
|
|
157
|
-
@apply text-ink-
|
|
157
|
+
@apply text-ink-mute;
|
|
158
158
|
}
|
package/src/minimal/table.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
============================================================================= */
|
|
10
10
|
|
|
11
11
|
[data-style='minimal'] [data-table-header] th {
|
|
12
|
-
@apply text-ink-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
111
|
+
@apply text-ink-mute;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
/* Disable striped alternating bg in card layout */
|
package/src/minimal/tabs.css
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
============================================================================= */
|
|
33
33
|
|
|
34
34
|
[data-style='minimal'] [data-tabs-trigger] {
|
|
35
|
-
@apply text-ink-
|
|
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-
|
|
138
|
+
@apply text-ink-mute;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
[data-style='minimal'] [data-tabs-trigger][data-selected] [data-tabs-icon] {
|
package/src/minimal/timeline.css
CHANGED
|
@@ -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-
|
|
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-
|
|
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
|
-
|
|
32
|
+
background-color: var(--primary);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
/* =============================================================================
|
package/src/minimal/toggle.css
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
============================================================================= */
|
|
18
18
|
|
|
19
19
|
[data-style='minimal'] [data-toggle-option] {
|
|
20
|
-
@apply text-ink-
|
|
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-
|
|
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-
|
|
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-
|
|
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],
|
package/src/minimal/tree.css
CHANGED
|
@@ -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-
|
|
31
|
+
@apply text-ink-mute;
|
|
21
32
|
}
|
|
22
33
|
|
|
23
34
|
[data-style='minimal'] [data-tree-toggle-btn]:hover {
|
|
24
|
-
@apply text-ink-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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] {
|
package/src/rokkit/avatar.css
CHANGED
package/src/rokkit/badge.css
CHANGED
package/src/rokkit/button.css
CHANGED
package/src/rokkit/divider.css
CHANGED
package/src/rokkit/dropdown.css
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
[data-style='rokkit'] [data-dropdown-trigger] [data-dropdown-icon] {
|
|
28
|
-
@apply text-ink-
|
|
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-
|
|
36
|
+
@apply text-ink-mute;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
/* =============================================================================
|
package/src/rokkit/list.css
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
160
|
+
@apply text-ink-mute mt-2;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
[data-style='rokkit'] [data-list] [data-list-group]:first-child {
|
package/src/rokkit/menu.css
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
84
|
+
@apply text-ink-mute;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
/* =============================================================================
|