@rokkit/themes 1.0.0-next.124 → 1.0.0-next.127
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/README.md +118 -9
- package/package.json +31 -27
- package/src/base/breadcrumbs.css +46 -0
- package/src/base/button.css +243 -0
- package/src/base/card.css +36 -0
- package/src/base/carousel.css +122 -12
- package/src/base/connector.css +106 -0
- package/src/base/display.css +91 -0
- package/src/base/floating-action.css +388 -0
- package/src/base/floating-navigation.css +381 -0
- package/src/base/index.css +36 -0
- package/src/base/input.css +194 -39
- package/src/base/item.css +52 -0
- package/src/base/list.css +258 -0
- package/src/base/menu.css +322 -0
- package/src/base/pill.css +57 -0
- package/src/base/progress.css +28 -15
- package/src/base/range.css +121 -0
- package/src/base/rating.css +40 -0
- package/src/base/reveal.css +37 -0
- package/src/base/search-filter.css +132 -0
- package/src/base/select.css +411 -0
- package/src/base/shine.css +14 -0
- package/src/base/stepper.css +140 -0
- package/src/base/switch.css +152 -0
- package/src/base/table.css +143 -33
- package/src/base/tabs.css +171 -0
- package/src/base/tilt.css +14 -0
- package/src/base/timeline.css +84 -0
- package/src/base/toggle.css +134 -0
- package/src/base/toolbar.css +337 -0
- package/src/base/tree.css +156 -11
- package/src/glass/button.css +152 -0
- package/src/glass/floating-action.css +61 -0
- package/src/glass/floating-navigation.css +74 -0
- package/src/glass/index.css +23 -0
- package/src/glass/input.css +124 -0
- package/src/glass/list.css +122 -0
- package/src/glass/menu.css +92 -0
- package/src/glass/range.css +61 -0
- package/src/glass/search-filter.css +49 -0
- package/src/glass/select.css +178 -0
- package/src/glass/switch.css +28 -0
- package/src/glass/table.css +87 -0
- package/src/glass/tabs.css +58 -0
- package/src/glass/timeline.css +46 -0
- package/src/glass/toggle.css +48 -0
- package/src/glass/toolbar.css +84 -0
- package/src/glass/tree.css +104 -0
- package/src/index.css +18 -0
- package/src/index.js +25 -2
- package/src/material/button.css +153 -0
- package/src/material/floating-action.css +60 -0
- package/src/material/floating-navigation.css +74 -0
- package/src/material/index.css +23 -0
- package/src/material/input.css +118 -40
- package/src/material/list.css +90 -64
- package/src/material/menu.css +92 -0
- package/src/material/range.css +62 -0
- package/src/material/search-filter.css +49 -0
- package/src/material/select.css +170 -0
- package/src/material/switch.css +28 -0
- package/src/material/table.css +87 -0
- package/src/material/tabs.css +62 -0
- package/src/material/timeline.css +46 -0
- package/src/material/toggle.css +48 -0
- package/src/material/toolbar.css +84 -0
- package/src/material/tree.css +100 -0
- package/src/minimal/button.css +152 -0
- package/src/minimal/floating-action.css +59 -0
- package/src/minimal/floating-navigation.css +70 -0
- package/src/minimal/index.css +23 -0
- package/src/minimal/input.css +81 -120
- package/src/minimal/list.css +90 -104
- package/src/minimal/menu.css +88 -0
- package/src/minimal/range.css +61 -0
- package/src/minimal/search-filter.css +49 -0
- package/src/minimal/select.css +168 -0
- package/src/minimal/switch.css +28 -0
- package/src/minimal/table.css +87 -0
- package/src/minimal/tabs.css +53 -31
- package/src/minimal/timeline.css +45 -0
- package/src/minimal/toggle.css +48 -0
- package/src/minimal/toolbar.css +84 -0
- package/src/minimal/tree.css +100 -0
- package/src/rokkit/button.css +225 -0
- package/src/rokkit/connector.css +11 -0
- package/src/rokkit/floating-action.css +65 -0
- package/src/rokkit/floating-navigation.css +83 -0
- package/src/rokkit/index.css +24 -0
- package/src/rokkit/input.css +130 -0
- package/src/rokkit/list.css +141 -0
- package/src/rokkit/menu.css +123 -0
- package/src/rokkit/range.css +62 -0
- package/src/rokkit/search-filter.css +49 -0
- package/src/rokkit/select.css +185 -0
- package/src/rokkit/switch.css +28 -0
- package/src/rokkit/table.css +68 -38
- package/src/rokkit/tabs.css +82 -0
- package/src/rokkit/timeline.css +46 -0
- package/src/rokkit/toggle.css +36 -52
- package/src/rokkit/toolbar.css +84 -0
- package/src/rokkit/tree.css +123 -0
- package/src/base/alert.css +0 -30
- package/src/base/animation.css +0 -37
- package/src/base/atoms.css +0 -58
- package/src/base/core.css +0 -107
- package/src/base/layout.css +0 -65
- package/src/base/molecules.css +0 -109
- package/src/base/organisms.css +0 -66
- package/src/base/scrollbar.css +0 -16
- package/src/base/toggles.css +0 -17
- package/src/base.css +0 -13
- package/src/markdown.css +0 -955
- package/src/material/base.css +0 -12
- package/src/material/form.css +0 -30
- package/src/material.css +0 -9
- package/src/minimal/base.css +0 -8
- package/src/minimal/form.css +0 -87
- package/src/minimal.css +0 -11
- package/src/mixins/mixins.scss +0 -66
- package/src/mixins/palette.scss +0 -48
- package/src/prism.css +0 -102
- package/src/rokkit/alert.css +0 -4
- package/src/rokkit/atoms.css +0 -52
- package/src/rokkit/carousel.css +0 -19
- package/src/rokkit/layout.css +0 -17
- package/src/rokkit/molecules.css +0 -124
- package/src/rokkit/organisms.css +0 -307
- package/src/rokkit.css +0 -11
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Select - Minimal Theme Styles
|
|
3
|
+
*
|
|
4
|
+
* Clean, understated select with subtle borders.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* =============================================================================
|
|
8
|
+
Trigger Button
|
|
9
|
+
============================================================================= */
|
|
10
|
+
|
|
11
|
+
[data-style='minimal'] [data-select-trigger] {
|
|
12
|
+
@apply text-surface-z7 border-surface-z4 border bg-transparent;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
[data-style='minimal'] [data-select-trigger]:hover:not(:disabled) {
|
|
16
|
+
@apply border-surface-z5 text-surface-z8;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[data-style='minimal'] [data-select-trigger]:focus-visible {
|
|
20
|
+
@apply ring-surface-z5 outline-none ring-1;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
[data-style='minimal'] [data-select][data-open='true'] [data-select-trigger] {
|
|
24
|
+
@apply border-surface-z6;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* =============================================================================
|
|
28
|
+
Placeholder
|
|
29
|
+
============================================================================= */
|
|
30
|
+
|
|
31
|
+
[data-style='minimal'] [data-select-placeholder] {
|
|
32
|
+
@apply text-surface-z5;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/* =============================================================================
|
|
36
|
+
Arrow
|
|
37
|
+
============================================================================= */
|
|
38
|
+
|
|
39
|
+
[data-style='minimal'] [data-select-arrow] {
|
|
40
|
+
@apply text-surface-z5;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[data-style='minimal'] [data-select-trigger]:hover:not(:disabled) [data-select-arrow] {
|
|
44
|
+
@apply text-surface-z6;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/* =============================================================================
|
|
48
|
+
Tags (MultiSelect)
|
|
49
|
+
============================================================================= */
|
|
50
|
+
|
|
51
|
+
[data-style='minimal'] [data-select-tag] {
|
|
52
|
+
@apply text-surface-z7 border-surface-z4 border bg-transparent;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
[data-style='minimal'] [data-select-tag-remove] {
|
|
56
|
+
@apply text-surface-z5;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
[data-style='minimal'] [data-select-tag-remove]:hover {
|
|
60
|
+
@apply text-surface-z8;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/* =============================================================================
|
|
64
|
+
Dropdown Panel
|
|
65
|
+
============================================================================= */
|
|
66
|
+
|
|
67
|
+
[data-style='minimal'] [data-select-dropdown] {
|
|
68
|
+
@apply bg-surface-z1 border-surface-z3 border shadow-sm;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/* =============================================================================
|
|
72
|
+
Options
|
|
73
|
+
============================================================================= */
|
|
74
|
+
|
|
75
|
+
[data-style='minimal'] [data-select-option] {
|
|
76
|
+
@apply text-surface-z7 border-0 border-solid border-transparent;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/* Hover and focus */
|
|
80
|
+
[data-style='minimal'] [data-select-option]:hover:not(:disabled),
|
|
81
|
+
[data-style='minimal'] [data-select-option]:focus:not(:disabled) {
|
|
82
|
+
@apply text-surface-z9 border-l-surface-z2 border-l-2 outline-none;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/* Selected state */
|
|
86
|
+
[data-style='minimal'] [data-select-option][data-selected='true'] {
|
|
87
|
+
@apply text-surface-z8 border-primary-z4 border-l-2;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
/* Selected state — full highlight when dropdown has focus */
|
|
91
|
+
[data-style='minimal'] [data-select-dropdown]:focus-within [data-select-option][data-selected='true'] {
|
|
92
|
+
@apply text-primary-z7 border-primary-z4 border-l-2;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/* Check mark */
|
|
96
|
+
[data-style='minimal'] [data-select-check] {
|
|
97
|
+
@apply text-primary-z6;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/* Checkbox */
|
|
101
|
+
[data-style='minimal'] [data-select-checkbox] {
|
|
102
|
+
@apply border-surface-z5 bg-transparent;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
[data-style='minimal'] [data-select-checkbox][data-checked='true'] {
|
|
106
|
+
@apply bg-primary-z5 border-primary-z5 text-white;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/* Item elements */
|
|
110
|
+
/*[data-style='minimal'] [data-select-option] [data-item-icon] {
|
|
111
|
+
@apply text-surface-z5;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
[data-style='minimal'] [data-select-option]:hover:not(:disabled) [data-item-icon] {
|
|
115
|
+
@apply text-surface-z6;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
[data-style='minimal'] [data-select-option][data-selected='true'] [data-item-icon] {
|
|
119
|
+
@apply text-secondary-z7;
|
|
120
|
+
}*/
|
|
121
|
+
|
|
122
|
+
[data-style='minimal'] [data-select-option] [data-item-description] {
|
|
123
|
+
@apply text-surface-z5;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
[data-style='minimal'] [data-select-option][data-selected='true'] [data-item-description] {
|
|
127
|
+
@apply text-primary-z6;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* =============================================================================
|
|
131
|
+
Groups
|
|
132
|
+
============================================================================= */
|
|
133
|
+
|
|
134
|
+
[data-style='minimal'] [data-select-group-label] {
|
|
135
|
+
@apply text-surface-z5;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/* =============================================================================
|
|
139
|
+
Divider
|
|
140
|
+
============================================================================= */
|
|
141
|
+
|
|
142
|
+
[data-style='minimal'] [data-select-divider] {
|
|
143
|
+
@apply bg-surface-z3;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/* =============================================================================
|
|
147
|
+
Filter Input
|
|
148
|
+
============================================================================= */
|
|
149
|
+
|
|
150
|
+
[data-style='minimal'] [data-select-filter] {
|
|
151
|
+
@apply bg-surface-z1;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
[data-style='minimal'] [data-select-filter-input] {
|
|
155
|
+
@apply text-surface-z7 border-surface-z4 border bg-transparent;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
[data-style='minimal'] [data-select-filter-input]:focus {
|
|
159
|
+
@apply border-surface-z6 ring-surface-z5 ring-1;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
[data-style='minimal'] [data-select-filter-input]::placeholder {
|
|
163
|
+
@apply text-surface-z5;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
[data-style='minimal'] [data-select-empty] {
|
|
167
|
+
@apply text-surface-z5;
|
|
168
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Switch - Minimal Theme Styles
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
[data-style='minimal'] [data-switch-track] {
|
|
6
|
+
@apply bg-transparent border-surface-z4 border-2;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
[data-style='minimal'] [data-switch-thumb] {
|
|
10
|
+
@apply bg-surface-z5;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
[data-style='minimal'] [data-switch]:focus-visible [data-switch-track] {
|
|
14
|
+
@apply ring-2 ring-primary-z4 ring-offset-1;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
/* On state */
|
|
18
|
+
[data-style='minimal'] [data-switch][aria-checked='true'] [data-switch-track] {
|
|
19
|
+
@apply border-primary-z4;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
[data-style='minimal'] [data-switch][aria-checked='true'] [data-switch-thumb] {
|
|
23
|
+
@apply bg-primary-z4;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
[data-style='minimal'] [data-switch-label] {
|
|
27
|
+
@apply text-surface-z7;
|
|
28
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Table - Minimal Theme Styles
|
|
3
|
+
*
|
|
4
|
+
* Clean, understated table with subtle borders.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* =============================================================================
|
|
8
|
+
Header
|
|
9
|
+
============================================================================= */
|
|
10
|
+
|
|
11
|
+
[data-style='minimal'] [data-table-header] th {
|
|
12
|
+
@apply text-surface-z6 border-b border-surface-z4;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
[data-style='minimal'] [data-table-header-cell][data-sortable='true']:hover {
|
|
16
|
+
@apply text-surface-z8;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[data-style='minimal'] [data-table-header-cell][data-sort-order='ascending'],
|
|
20
|
+
[data-style='minimal'] [data-table-header-cell][data-sort-order='descending'] {
|
|
21
|
+
@apply text-primary-z7;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
[data-style='minimal'] [data-table-sort-icon] {
|
|
25
|
+
@apply text-surface-z5;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
[data-style='minimal'] [data-table-header-cell][data-sort-order='ascending'] [data-table-sort-icon],
|
|
29
|
+
[data-style='minimal'] [data-table-header-cell][data-sort-order='descending'] [data-table-sort-icon] {
|
|
30
|
+
@apply text-primary-z6;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* =============================================================================
|
|
34
|
+
Caption
|
|
35
|
+
============================================================================= */
|
|
36
|
+
|
|
37
|
+
[data-style='minimal'] [data-table-caption] {
|
|
38
|
+
@apply text-surface-z7;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* =============================================================================
|
|
42
|
+
Rows
|
|
43
|
+
============================================================================= */
|
|
44
|
+
|
|
45
|
+
[data-style='minimal'] [data-table-row] {
|
|
46
|
+
@apply text-surface-z7 border-b border-surface-z3;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
[data-style='minimal'] [data-table-row]:hover {
|
|
50
|
+
@apply text-surface-z9;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
[data-style='minimal'] [data-table-row]:focus {
|
|
54
|
+
@apply text-surface-z9 outline-none ring-1 ring-surface-z5;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
[data-style='minimal'] [data-table-row][data-selected='true'] {
|
|
58
|
+
@apply text-primary-z8 border-l-primary-z4 border-l-2;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/* =============================================================================
|
|
62
|
+
Striped
|
|
63
|
+
============================================================================= */
|
|
64
|
+
|
|
65
|
+
[data-style='minimal'] [data-striped='true'] [data-table-body] tr:nth-child(even) {
|
|
66
|
+
@apply bg-surface-z1;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* =============================================================================
|
|
70
|
+
Empty
|
|
71
|
+
============================================================================= */
|
|
72
|
+
|
|
73
|
+
[data-style='minimal'] [data-table-empty] {
|
|
74
|
+
@apply text-surface-z5;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/* =============================================================================
|
|
78
|
+
Cell Icon
|
|
79
|
+
============================================================================= */
|
|
80
|
+
|
|
81
|
+
[data-style='minimal'] [data-table-cell] [data-cell-icon] {
|
|
82
|
+
@apply text-surface-z5;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
[data-style='minimal'] [data-table-row][data-selected='true'] [data-cell-icon] {
|
|
86
|
+
@apply text-primary-z6;
|
|
87
|
+
}
|
package/src/minimal/tabs.css
CHANGED
|
@@ -1,44 +1,66 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Tabs - Minimal Theme Styles
|
|
3
|
+
*
|
|
4
|
+
* Clean, understated tabs with subtle bottom-border indicators.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* =============================================================================
|
|
8
|
+
Tab List
|
|
9
|
+
============================================================================= */
|
|
10
|
+
|
|
11
|
+
[data-style='minimal'] [data-tabs-list] {
|
|
12
|
+
@apply border-surface-z3 gap-1 border-b;
|
|
12
13
|
}
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
|
|
15
|
+
[data-style='minimal'] [data-tabs][data-position='after'] [data-tabs-list] {
|
|
16
|
+
@apply border-b-0 border-t;
|
|
15
17
|
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
+
|
|
19
|
+
[data-style='minimal'] [data-tabs][data-orientation='vertical'] [data-tabs-list] {
|
|
20
|
+
@apply border-b-0 border-r;
|
|
18
21
|
}
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
|
|
23
|
+
[data-style='minimal'] [data-tabs][data-orientation='vertical'][data-position='after'] [data-tabs-list] {
|
|
24
|
+
@apply border-r-0 border-l;
|
|
21
25
|
}
|
|
22
|
-
|
|
23
|
-
|
|
26
|
+
|
|
27
|
+
/* =============================================================================
|
|
28
|
+
Tab Triggers
|
|
29
|
+
============================================================================= */
|
|
30
|
+
|
|
31
|
+
[data-style='minimal'] [data-tabs-trigger] {
|
|
32
|
+
@apply text-surface-z6 border-b-2 border-b-transparent;
|
|
24
33
|
}
|
|
25
|
-
|
|
26
|
-
|
|
34
|
+
|
|
35
|
+
[data-style='minimal'] [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]) {
|
|
36
|
+
@apply text-surface-z8 border-b-surface-z4;
|
|
27
37
|
}
|
|
28
38
|
|
|
29
|
-
|
|
30
|
-
|
|
39
|
+
/* Selected state */
|
|
40
|
+
[data-style='minimal'] [data-tabs-trigger][data-selected] {
|
|
41
|
+
@apply text-surface-z9 border-b-primary-z4;
|
|
31
42
|
}
|
|
32
|
-
|
|
33
|
-
|
|
43
|
+
|
|
44
|
+
/* =============================================================================
|
|
45
|
+
Tab Icon
|
|
46
|
+
============================================================================= */
|
|
47
|
+
|
|
48
|
+
[data-style='minimal'] [data-tabs-trigger] [data-tabs-icon] {
|
|
49
|
+
@apply text-surface-z5;
|
|
34
50
|
}
|
|
35
|
-
|
|
36
|
-
|
|
51
|
+
|
|
52
|
+
[data-style='minimal'] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon] {
|
|
53
|
+
@apply text-surface-z7;
|
|
37
54
|
}
|
|
38
55
|
|
|
39
|
-
[data-style='minimal']
|
|
40
|
-
@apply
|
|
56
|
+
[data-style='minimal'] [data-tabs-trigger][data-selected] [data-tabs-icon] {
|
|
57
|
+
@apply text-surface-z8;
|
|
41
58
|
}
|
|
42
|
-
|
|
43
|
-
|
|
59
|
+
|
|
60
|
+
/* =============================================================================
|
|
61
|
+
Tab Panel
|
|
62
|
+
============================================================================= */
|
|
63
|
+
|
|
64
|
+
[data-style='minimal'] [data-tabs-content] {
|
|
65
|
+
@apply text-surface-z8;
|
|
44
66
|
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Timeline - Minimal Theme Styles
|
|
3
|
+
*
|
|
4
|
+
* Clean, understated styling with subtle borders.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* =============================================================================
|
|
8
|
+
Circle
|
|
9
|
+
============================================================================= */
|
|
10
|
+
|
|
11
|
+
[data-style='minimal'] [data-timeline-circle] {
|
|
12
|
+
@apply border-surface-z4 text-surface-z6;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
[data-style='minimal'] [data-timeline-item][data-completed] [data-timeline-circle] {
|
|
16
|
+
@apply border-primary text-primary;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[data-style='minimal'] [data-timeline-item][data-active] [data-timeline-circle] {
|
|
20
|
+
@apply border-primary text-primary border-b-2;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/* =============================================================================
|
|
24
|
+
Connector
|
|
25
|
+
============================================================================= */
|
|
26
|
+
|
|
27
|
+
[data-style='minimal'] [data-timeline-connector] {
|
|
28
|
+
@apply bg-surface-z3;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
[data-style='minimal'] [data-timeline-item][data-completed] [data-timeline-connector] {
|
|
32
|
+
@apply bg-primary;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/* =============================================================================
|
|
36
|
+
Body
|
|
37
|
+
============================================================================= */
|
|
38
|
+
|
|
39
|
+
[data-style='minimal'] [data-timeline-title] {
|
|
40
|
+
@apply text-surface-z8;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[data-style='minimal'] [data-timeline-description] {
|
|
44
|
+
@apply text-surface-z6;
|
|
45
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Toggle - Minimal Theme Styles
|
|
3
|
+
*
|
|
4
|
+
* Clean, understated toggle with subtle borders.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* =============================================================================
|
|
8
|
+
Toggle Container
|
|
9
|
+
============================================================================= */
|
|
10
|
+
|
|
11
|
+
[data-style='minimal'] [data-toggle] {
|
|
12
|
+
@apply bg-transparent border-surface-z3 rounded-lg border;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/* =============================================================================
|
|
16
|
+
Toggle Options
|
|
17
|
+
============================================================================= */
|
|
18
|
+
|
|
19
|
+
[data-style='minimal'] [data-toggle-option] {
|
|
20
|
+
@apply text-surface-z6 border-0 border-solid border-transparent;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
[data-style='minimal'] [data-toggle-option]:hover:not(:disabled):not([data-disabled='true']),
|
|
24
|
+
[data-style='minimal'] [data-toggle-option]:focus:not(:disabled):not([data-disabled='true']) {
|
|
25
|
+
@apply text-surface-z8 border-b-surface-z2 border-b-2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* Selected state */
|
|
29
|
+
[data-style='minimal'] [data-toggle-option][data-selected='true'] {
|
|
30
|
+
@apply text-surface-z9 border-b-primary-z4 border-b-2;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* =============================================================================
|
|
34
|
+
Toggle Icon
|
|
35
|
+
============================================================================= */
|
|
36
|
+
|
|
37
|
+
[data-style='minimal'] [data-toggle-option] [data-toggle-icon] {
|
|
38
|
+
@apply text-surface-z5;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
[data-style='minimal'] [data-toggle-option]:hover:not(:disabled) [data-toggle-icon],
|
|
42
|
+
[data-style='minimal'] [data-toggle-option]:focus:not(:disabled) [data-toggle-icon] {
|
|
43
|
+
@apply text-surface-z7;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
[data-style='minimal'] [data-toggle-option][data-selected='true'] [data-toggle-icon] {
|
|
47
|
+
@apply text-surface-z8;
|
|
48
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Toolbar - Minimal Theme Styles
|
|
3
|
+
*
|
|
4
|
+
* Clean, understated styling with subtle borders.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* =============================================================================
|
|
8
|
+
Toolbar Container
|
|
9
|
+
============================================================================= */
|
|
10
|
+
|
|
11
|
+
[data-style='minimal'] [data-toolbar] {
|
|
12
|
+
@apply bg-transparent;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/* Position-based borders */
|
|
16
|
+
[data-style='minimal'] [data-toolbar][data-toolbar-position='top'],
|
|
17
|
+
[data-style='minimal'] [data-toolbar]:not([data-toolbar-position]) {
|
|
18
|
+
@apply border-surface-z3 border-b;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
[data-style='minimal'] [data-toolbar][data-toolbar-position='bottom'] {
|
|
22
|
+
@apply border-surface-z3 border-t;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
[data-style='minimal'] [data-toolbar][data-toolbar-position='left'] {
|
|
26
|
+
@apply border-surface-z3 border-r;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
[data-style='minimal'] [data-toolbar][data-toolbar-position='right'] {
|
|
30
|
+
@apply border-surface-z3 border-l;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* =============================================================================
|
|
34
|
+
Toolbar Items
|
|
35
|
+
============================================================================= */
|
|
36
|
+
|
|
37
|
+
[data-style='minimal'] [data-toolbar-item] {
|
|
38
|
+
@apply text-surface-z6;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
[data-style='minimal'] [data-toolbar-item]:hover:not(:disabled):not([data-disabled='true']) {
|
|
42
|
+
@apply text-surface-z9;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
[data-style='minimal'] [data-toolbar-item]:focus-visible:not(:disabled):not([data-disabled='true']) {
|
|
46
|
+
@apply text-surface-z9 outline-none ring-1 ring-surface-z5;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/* Active/pressed state */
|
|
50
|
+
[data-style='minimal'] [data-toolbar-item][data-active='true'] {
|
|
51
|
+
@apply text-primary-z7;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
[data-style='minimal'] [data-toolbar-item][data-active='true']:hover:not(:disabled) {
|
|
55
|
+
@apply text-primary-z8;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* =============================================================================
|
|
59
|
+
Toolbar Icon
|
|
60
|
+
============================================================================= */
|
|
61
|
+
|
|
62
|
+
[data-style='minimal'] [data-toolbar-item] [data-toolbar-icon] {
|
|
63
|
+
@apply text-surface-z5;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
[data-style='minimal'] [data-toolbar-item]:hover:not(:disabled) [data-toolbar-icon] {
|
|
67
|
+
@apply text-surface-z8;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
[data-style='minimal'] [data-toolbar-item][data-active='true'] [data-toolbar-icon] {
|
|
71
|
+
@apply text-primary-z6;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/* =============================================================================
|
|
75
|
+
Separator & Divider
|
|
76
|
+
============================================================================= */
|
|
77
|
+
|
|
78
|
+
[data-style='minimal'] [data-toolbar-separator] {
|
|
79
|
+
@apply bg-surface-z3;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
[data-style='minimal'] [data-toolbar-divider] {
|
|
83
|
+
@apply bg-surface-z3;
|
|
84
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tree - Minimal Theme Styles
|
|
3
|
+
*
|
|
4
|
+
* Clean, understated tree with subtle borders.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* =============================================================================
|
|
8
|
+
Tree Container
|
|
9
|
+
============================================================================= */
|
|
10
|
+
|
|
11
|
+
[data-style='minimal'] [data-tree]:focus-within {
|
|
12
|
+
@apply outline-none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/* =============================================================================
|
|
16
|
+
Tree Toggle Button
|
|
17
|
+
============================================================================= */
|
|
18
|
+
|
|
19
|
+
[data-style='minimal'] [data-tree-toggle-btn] {
|
|
20
|
+
@apply text-surface-z4;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
[data-style='minimal'] [data-tree-toggle-btn]:hover {
|
|
24
|
+
@apply text-surface-z6;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* =============================================================================
|
|
28
|
+
Tree Item Content
|
|
29
|
+
============================================================================= */
|
|
30
|
+
|
|
31
|
+
[data-style='minimal'] [data-tree-item-content] {
|
|
32
|
+
@apply text-surface-z7;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
[data-style='minimal'] [data-tree-item-content]:hover:not(:disabled),
|
|
36
|
+
[data-style='minimal'] [data-tree-item-content]:focus:not(:disabled) {
|
|
37
|
+
@apply text-surface-z9 outline-none;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* Focus visible for keyboard navigation */
|
|
41
|
+
[data-style='minimal'] [data-tree-item-content]:focus-visible {
|
|
42
|
+
@apply outline-none ring-1 ring-surface-z5;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* Active/selected state */
|
|
46
|
+
[data-style='minimal'] [data-tree-item-content][data-active='true'] {
|
|
47
|
+
@apply text-primary-z7 border-primary-z4 border-l-2;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
[data-style='minimal'] [data-tree-item-content][data-active='true']:hover:not(:disabled) {
|
|
51
|
+
@apply text-primary-z8;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/* =============================================================================
|
|
55
|
+
Item Elements
|
|
56
|
+
============================================================================= */
|
|
57
|
+
|
|
58
|
+
[data-style='minimal'] [data-tree-item-content] [data-item-icon] {
|
|
59
|
+
@apply text-surface-z5;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
[data-style='minimal'] [data-tree-item-content]:hover:not(:disabled) [data-item-icon] {
|
|
63
|
+
@apply text-surface-z6;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
[data-style='minimal'] [data-tree-item-content][data-active='true'] [data-item-icon] {
|
|
67
|
+
@apply text-primary-z5;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
[data-style='minimal'] [data-tree-item-content] [data-item-description] {
|
|
71
|
+
@apply text-surface-z5;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
[data-style='minimal'] [data-tree-item-content][data-active='true'] [data-item-description] {
|
|
75
|
+
@apply text-primary-z6;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
[data-style='minimal'] [data-tree-item-content] [data-item-badge] {
|
|
79
|
+
@apply text-surface-z6 bg-transparent border-surface-z4 border;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
[data-style='minimal'] [data-tree-item-content][data-active='true'] [data-item-badge] {
|
|
83
|
+
@apply text-primary-z7 border-primary-z4;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/* =============================================================================
|
|
87
|
+
Multi-Selection
|
|
88
|
+
============================================================================= */
|
|
89
|
+
|
|
90
|
+
[data-style='minimal'] [data-tree-node][data-selected='true'] [data-tree-item-content] {
|
|
91
|
+
@apply text-primary-z7 border-primary-z3 border-l-2;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
[data-style='minimal'] [data-tree]:focus-within [data-tree-node][data-selected='true'] [data-tree-item-content] {
|
|
95
|
+
@apply text-primary-z7 border-primary-z4 border-l-2;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
[data-style='minimal'] [data-tree-node][data-selected='true'] [data-tree-item-content] [data-item-icon] {
|
|
99
|
+
@apply text-primary-z5;
|
|
100
|
+
}
|