@rokkit/themes 1.0.4 → 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.
- package/README.md +11 -19
- package/build.mjs +7 -21
- package/package.json +24 -132
- package/src/base/carousel.css +2 -2
- package/src/base/code-block.css +76 -0
- package/src/base/display.css +16 -8
- package/src/base/frame.css +36 -0
- package/src/base/index.css +2 -0
- package/src/base/input.css +57 -14
- package/src/base/nav-content.css +3 -3
- package/src/base/stepper.css +16 -14
- package/src/base/tabs.css +15 -2
- package/src/base/typography.css +32 -13
- package/src/frosted/button.css +27 -32
- package/src/frosted/card.css +8 -12
- package/src/frosted/chart.css +6 -6
- package/src/frosted/code-block.css +33 -0
- package/src/frosted/dropdown.css +9 -14
- package/src/frosted/floating-action.css +10 -10
- package/src/frosted/floating-navigation.css +13 -13
- package/src/frosted/frame.css +17 -0
- package/src/frosted/index.css +2 -0
- package/src/frosted/input.css +16 -17
- package/src/frosted/list.css +46 -21
- package/src/frosted/menu.css +13 -17
- package/src/frosted/message.css +8 -8
- package/src/frosted/range.css +8 -8
- package/src/frosted/search-filter.css +8 -8
- package/src/frosted/select.css +31 -31
- package/src/frosted/status-list.css +17 -17
- package/src/frosted/step-indicator.css +8 -9
- package/src/frosted/swatch.css +3 -3
- package/src/frosted/switch.css +3 -4
- package/src/frosted/table.css +16 -16
- package/src/frosted/tabs.css +8 -8
- package/src/frosted/timeline.css +5 -6
- package/src/frosted/toc.css +4 -4
- package/src/frosted/toggle.css +7 -7
- package/src/frosted/toolbar.css +15 -15
- package/src/frosted/tree.css +19 -19
- package/src/index.css +2 -0
- package/src/index.js +0 -1
- package/src/material/button.css +29 -29
- package/src/material/card.css +12 -12
- package/src/material/chart.css +6 -6
- package/src/material/code-block.css +33 -0
- package/src/material/dropdown.css +11 -11
- package/src/material/floating-action.css +10 -10
- package/src/material/floating-navigation.css +13 -13
- package/src/material/frame.css +17 -0
- package/src/material/index.css +2 -0
- package/src/material/input.css +21 -21
- package/src/material/list.css +34 -20
- package/src/material/menu.css +16 -16
- package/src/material/message.css +8 -8
- package/src/material/range.css +8 -8
- package/src/material/search-filter.css +8 -8
- package/src/material/select.css +31 -31
- package/src/material/status-list.css +17 -17
- package/src/material/step-indicator.css +8 -9
- package/src/material/swatch.css +3 -3
- package/src/material/switch.css +6 -6
- package/src/material/table.css +16 -16
- package/src/material/tabs.css +8 -8
- package/src/material/timeline.css +5 -6
- package/src/material/toc.css +4 -4
- package/src/material/toggle.css +7 -7
- package/src/material/toolbar.css +11 -11
- package/src/material/tree.css +17 -17
- package/src/minimal/button.css +30 -30
- package/src/minimal/card.css +13 -13
- package/src/minimal/chart.css +6 -6
- package/src/minimal/code-block.css +33 -0
- package/src/minimal/dropdown.css +11 -11
- package/src/minimal/floating-action.css +10 -10
- package/src/minimal/floating-navigation.css +12 -12
- package/src/minimal/frame.css +17 -0
- package/src/minimal/index.css +2 -0
- package/src/minimal/input.css +24 -24
- package/src/minimal/list.css +63 -23
- package/src/minimal/menu.css +15 -15
- package/src/minimal/message.css +8 -8
- package/src/minimal/range.css +7 -7
- package/src/minimal/search-filter.css +8 -8
- package/src/minimal/select.css +27 -39
- package/src/minimal/status-list.css +17 -17
- package/src/minimal/step-indicator.css +8 -8
- package/src/minimal/swatch.css +3 -3
- package/src/minimal/switch.css +6 -6
- package/src/minimal/table.css +16 -16
- package/src/minimal/tabs.css +14 -14
- package/src/minimal/timeline.css +4 -4
- package/src/minimal/toc.css +4 -4
- package/src/minimal/toggle.css +7 -7
- package/src/minimal/toolbar.css +14 -14
- package/src/minimal/tree.css +24 -18
- package/src/rokkit/avatar.css +6 -6
- package/src/rokkit/badge.css +5 -5
- package/src/rokkit/button.css +55 -37
- package/src/rokkit/card.css +11 -11
- package/src/rokkit/chart.css +6 -6
- package/src/rokkit/code-block.css +33 -0
- package/src/rokkit/connector.css +1 -1
- package/src/rokkit/divider.css +5 -5
- package/src/rokkit/dropdown.css +11 -11
- package/src/rokkit/floating-action.css +11 -11
- package/src/rokkit/floating-navigation.css +15 -15
- package/src/rokkit/frame.css +17 -0
- package/src/rokkit/grid.css +8 -8
- package/src/rokkit/index.css +2 -1
- package/src/rokkit/input.css +17 -17
- package/src/rokkit/list.css +46 -21
- package/src/rokkit/menu.css +14 -14
- package/src/rokkit/message.css +12 -12
- package/src/rokkit/range.css +10 -10
- package/src/rokkit/search-filter.css +8 -8
- package/src/rokkit/select.css +34 -34
- package/src/rokkit/status-list.css +17 -17
- package/src/rokkit/step-indicator.css +8 -9
- package/src/rokkit/swatch.css +3 -3
- package/src/rokkit/switch.css +6 -6
- package/src/rokkit/table.css +16 -16
- package/src/rokkit/tabs.css +31 -28
- package/src/rokkit/timeline.css +5 -6
- package/src/rokkit/toc.css +4 -4
- package/src/rokkit/toggle.css +21 -10
- package/src/rokkit/toolbar.css +15 -15
- package/src/rokkit/tooltip.css +1 -1
- package/src/rokkit/tree.css +23 -23
- package/src/rokkit/upload-progress.css +18 -18
- package/src/rokkit/upload-target.css +8 -8
- package/src/zen-sumi/button.css +176 -0
- package/src/zen-sumi/card.css +104 -0
- package/src/zen-sumi/chart.css +41 -0
- package/src/zen-sumi/code-block.css +35 -0
- package/src/zen-sumi/dropdown.css +53 -0
- package/src/zen-sumi/floating-action.css +68 -0
- package/src/zen-sumi/floating-navigation.css +74 -0
- package/src/zen-sumi/frame.css +20 -0
- package/src/zen-sumi/index.css +53 -0
- package/src/zen-sumi/input.css +171 -0
- package/src/zen-sumi/list.css +128 -0
- package/src/zen-sumi/menu.css +91 -0
- package/src/zen-sumi/message.css +37 -0
- package/src/zen-sumi/range.css +62 -0
- package/src/zen-sumi/search-filter.css +49 -0
- package/src/zen-sumi/select.css +160 -0
- package/src/zen-sumi/status-list.css +66 -0
- package/src/zen-sumi/step-indicator.css +40 -0
- package/src/zen-sumi/swatch.css +21 -0
- package/src/zen-sumi/switch.css +34 -0
- package/src/zen-sumi/table.css +118 -0
- package/src/zen-sumi/tabs.css +78 -0
- package/src/zen-sumi/timeline.css +46 -0
- package/src/zen-sumi/toc.css +22 -0
- package/src/zen-sumi/toggle.css +59 -0
- package/src/zen-sumi/toolbar.css +86 -0
- package/src/zen-sumi/tree.css +137 -0
- package/dist/ant-design.css +0 -2129
- package/dist/base.css +0 -6506
- package/dist/bits-ui.css +0 -2113
- package/dist/carbon.css +0 -2123
- package/dist/daisy-ui.css +0 -2138
- package/dist/frosted.css +0 -1953
- package/dist/grada-ui.css +0 -1915
- package/dist/index.css +0 -27359
- package/dist/material.css +0 -1924
- package/dist/minimal.css +0 -1978
- package/dist/rokkit.css +0 -2471
- package/dist/shadcn.css +0 -2099
- package/src/ant-design/button.css +0 -190
- package/src/ant-design/card.css +0 -100
- package/src/ant-design/chart.css +0 -34
- package/src/ant-design/connector.css +0 -11
- package/src/ant-design/dropdown.css +0 -50
- package/src/ant-design/floating-action.css +0 -63
- package/src/ant-design/floating-navigation.css +0 -70
- package/src/ant-design/grid.css +0 -46
- package/src/ant-design/index.css +0 -35
- package/src/ant-design/input.css +0 -151
- package/src/ant-design/list.css +0 -126
- package/src/ant-design/menu.css +0 -88
- package/src/ant-design/message.css +0 -35
- package/src/ant-design/range.css +0 -61
- package/src/ant-design/search-filter.css +0 -49
- package/src/ant-design/select.css +0 -158
- package/src/ant-design/status-list.css +0 -66
- package/src/ant-design/step-indicator.css +0 -38
- package/src/ant-design/switch.css +0 -29
- package/src/ant-design/table.css +0 -91
- package/src/ant-design/tabs.css +0 -153
- package/src/ant-design/timeline.css +0 -45
- package/src/ant-design/toc.css +0 -18
- package/src/ant-design/toggle.css +0 -48
- package/src/ant-design/toolbar.css +0 -85
- package/src/ant-design/tree.css +0 -137
- package/src/ant-design/upload-progress.css +0 -102
- package/src/ant-design/upload-target.css +0 -50
- package/src/bits-ui/button.css +0 -176
- package/src/bits-ui/card.css +0 -99
- package/src/bits-ui/chart.css +0 -34
- package/src/bits-ui/connector.css +0 -11
- package/src/bits-ui/dropdown.css +0 -50
- package/src/bits-ui/floating-action.css +0 -63
- package/src/bits-ui/floating-navigation.css +0 -70
- package/src/bits-ui/grid.css +0 -46
- package/src/bits-ui/index.css +0 -35
- package/src/bits-ui/input.css +0 -154
- package/src/bits-ui/list.css +0 -126
- package/src/bits-ui/menu.css +0 -88
- package/src/bits-ui/message.css +0 -35
- package/src/bits-ui/range.css +0 -61
- package/src/bits-ui/search-filter.css +0 -49
- package/src/bits-ui/select.css +0 -158
- package/src/bits-ui/status-list.css +0 -66
- package/src/bits-ui/step-indicator.css +0 -40
- package/src/bits-ui/switch.css +0 -29
- package/src/bits-ui/table.css +0 -89
- package/src/bits-ui/tabs.css +0 -151
- package/src/bits-ui/timeline.css +0 -45
- package/src/bits-ui/toc.css +0 -18
- package/src/bits-ui/toggle.css +0 -48
- package/src/bits-ui/toolbar.css +0 -85
- package/src/bits-ui/tree.css +0 -135
- package/src/bits-ui/upload-progress.css +0 -102
- package/src/bits-ui/upload-target.css +0 -50
- package/src/carbon/button.css +0 -186
- package/src/carbon/card.css +0 -97
- package/src/carbon/chart.css +0 -34
- package/src/carbon/connector.css +0 -11
- package/src/carbon/dropdown.css +0 -50
- package/src/carbon/floating-action.css +0 -63
- package/src/carbon/floating-navigation.css +0 -70
- package/src/carbon/grid.css +0 -46
- package/src/carbon/index.css +0 -34
- package/src/carbon/input.css +0 -148
- package/src/carbon/list.css +0 -124
- package/src/carbon/menu.css +0 -88
- package/src/carbon/message.css +0 -37
- package/src/carbon/range.css +0 -61
- package/src/carbon/search-filter.css +0 -49
- package/src/carbon/select.css +0 -158
- package/src/carbon/status-list.css +0 -66
- package/src/carbon/step-indicator.css +0 -40
- package/src/carbon/switch.css +0 -31
- package/src/carbon/table.css +0 -93
- package/src/carbon/tabs.css +0 -151
- package/src/carbon/timeline.css +0 -45
- package/src/carbon/toc.css +0 -22
- package/src/carbon/toggle.css +0 -48
- package/src/carbon/toolbar.css +0 -84
- package/src/carbon/tree.css +0 -135
- package/src/carbon/upload-progress.css +0 -102
- package/src/carbon/upload-target.css +0 -50
- package/src/daisy-ui/button.css +0 -196
- package/src/daisy-ui/card.css +0 -99
- package/src/daisy-ui/chart.css +0 -34
- package/src/daisy-ui/connector.css +0 -11
- package/src/daisy-ui/dropdown.css +0 -50
- package/src/daisy-ui/floating-action.css +0 -63
- package/src/daisy-ui/floating-navigation.css +0 -70
- package/src/daisy-ui/grid.css +0 -46
- package/src/daisy-ui/index.css +0 -34
- package/src/daisy-ui/input.css +0 -148
- package/src/daisy-ui/list.css +0 -127
- package/src/daisy-ui/menu.css +0 -88
- package/src/daisy-ui/message.css +0 -37
- package/src/daisy-ui/range.css +0 -61
- package/src/daisy-ui/search-filter.css +0 -49
- package/src/daisy-ui/select.css +0 -158
- package/src/daisy-ui/status-list.css +0 -66
- package/src/daisy-ui/step-indicator.css +0 -37
- package/src/daisy-ui/switch.css +0 -31
- package/src/daisy-ui/table.css +0 -91
- package/src/daisy-ui/tabs.css +0 -153
- package/src/daisy-ui/timeline.css +0 -45
- package/src/daisy-ui/toc.css +0 -22
- package/src/daisy-ui/toggle.css +0 -48
- package/src/daisy-ui/toolbar.css +0 -85
- package/src/daisy-ui/tree.css +0 -137
- package/src/daisy-ui/upload-progress.css +0 -102
- package/src/daisy-ui/upload-target.css +0 -50
- package/src/grada-ui/button.css +0 -249
- package/src/grada-ui/card.css +0 -96
- package/src/grada-ui/chart.css +0 -34
- package/src/grada-ui/dropdown.css +0 -58
- package/src/grada-ui/floating-action.css +0 -66
- package/src/grada-ui/floating-navigation.css +0 -69
- package/src/grada-ui/index.css +0 -56
- package/src/grada-ui/input.css +0 -154
- package/src/grada-ui/list.css +0 -124
- package/src/grada-ui/menu.css +0 -81
- package/src/grada-ui/message.css +0 -48
- package/src/grada-ui/range.css +0 -59
- package/src/grada-ui/search-filter.css +0 -47
- package/src/grada-ui/select.css +0 -190
- package/src/grada-ui/status-list.css +0 -66
- package/src/grada-ui/step-indicator.css +0 -37
- package/src/grada-ui/switch.css +0 -35
- package/src/grada-ui/table.css +0 -79
- package/src/grada-ui/tabs.css +0 -59
- package/src/grada-ui/timeline.css +0 -46
- package/src/grada-ui/toc.css +0 -24
- package/src/grada-ui/toggle.css +0 -47
- package/src/grada-ui/toolbar.css +0 -91
- package/src/grada-ui/tree.css +0 -100
- package/src/rokkit/stack.css +0 -6
- package/src/shadcn/button.css +0 -175
- package/src/shadcn/card.css +0 -99
- package/src/shadcn/chart.css +0 -34
- package/src/shadcn/connector.css +0 -11
- package/src/shadcn/dropdown.css +0 -50
- package/src/shadcn/floating-action.css +0 -63
- package/src/shadcn/floating-navigation.css +0 -70
- package/src/shadcn/grid.css +0 -46
- package/src/shadcn/index.css +0 -35
- package/src/shadcn/input.css +0 -143
- package/src/shadcn/list.css +0 -124
- package/src/shadcn/menu.css +0 -88
- package/src/shadcn/message.css +0 -35
- package/src/shadcn/range.css +0 -61
- package/src/shadcn/search-filter.css +0 -49
- package/src/shadcn/select.css +0 -158
- package/src/shadcn/status-list.css +0 -66
- package/src/shadcn/step-indicator.css +0 -37
- package/src/shadcn/switch.css +0 -31
- package/src/shadcn/table.css +0 -89
- package/src/shadcn/tabs.css +0 -151
- package/src/shadcn/timeline.css +0 -45
- package/src/shadcn/toc.css +0 -20
- package/src/shadcn/toggle.css +0 -48
- package/src/shadcn/toolbar.css +0 -84
- package/src/shadcn/tree.css +0 -135
- package/src/shadcn/upload-progress.css +0 -102
- package/src/shadcn/upload-target.css +0 -50
package/src/frosted/tabs.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
============================================================================= */
|
|
10
10
|
|
|
11
11
|
[data-style='frosted'] [data-tabs-list] {
|
|
12
|
-
@apply bg-
|
|
12
|
+
@apply bg-paper-soft/70 border-ink-soft/20 rounded-t-lg border-0 border-b px-0 backdrop-blur-md;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
[data-style='frosted'] [data-tabs][data-position='after'] [data-tabs-list] {
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
============================================================================= */
|
|
22
22
|
|
|
23
23
|
[data-style='frosted'] [data-tabs-trigger] {
|
|
24
|
-
@apply text-
|
|
24
|
+
@apply text-ink-soft bg-transparent;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
[data-style='frosted'] [data-tabs-trigger]:hover:not(:disabled):not([data-disabled]) {
|
|
28
|
-
@apply text-
|
|
28
|
+
@apply text-ink-mute bg-paper-mute/15;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
/* Selected state */
|
|
32
32
|
[data-style='frosted'] [data-tabs-trigger][data-selected] {
|
|
33
|
-
@apply bg-primary
|
|
33
|
+
@apply bg-primary/40 text-primary border-primary/50 border backdrop-blur-sm;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/* =============================================================================
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
============================================================================= */
|
|
39
39
|
|
|
40
40
|
[data-style='frosted'] [data-tabs-trigger] [data-tabs-icon] {
|
|
41
|
-
@apply text-
|
|
41
|
+
@apply text-ink-soft;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
[data-style='frosted'] [data-tabs-trigger]:hover:not(:disabled) [data-tabs-icon] {
|
|
45
|
-
@apply text-
|
|
45
|
+
@apply text-ink-mute;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
[data-style='frosted'] [data-tabs-trigger][data-selected] [data-tabs-icon] {
|
|
49
|
-
@apply text-primary
|
|
49
|
+
@apply text-primary;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
/* =============================================================================
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
============================================================================= */
|
|
55
55
|
|
|
56
56
|
[data-style='frosted'] [data-tabs-content] {
|
|
57
|
-
@apply text-
|
|
57
|
+
@apply text-ink-mute;
|
|
58
58
|
}
|
package/src/frosted/timeline.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
============================================================================= */
|
|
10
10
|
|
|
11
11
|
[data-style='frosted'] [data-timeline-circle] {
|
|
12
|
-
@apply border-
|
|
12
|
+
@apply border-ink-soft/30 text-ink-soft;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
[data-style='frosted'] [data-timeline-item][data-completed] [data-timeline-circle] {
|
|
@@ -17,8 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
[data-style='frosted'] [data-timeline-item][data-active] [data-timeline-circle] {
|
|
20
|
-
@apply border-primary/60 text-primary;
|
|
21
|
-
box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary) 15%, transparent);
|
|
20
|
+
@apply border-primary/60 text-primary ring-3 ring-primary/15;
|
|
22
21
|
}
|
|
23
22
|
|
|
24
23
|
/* =============================================================================
|
|
@@ -26,7 +25,7 @@
|
|
|
26
25
|
============================================================================= */
|
|
27
26
|
|
|
28
27
|
[data-style='frosted'] [data-timeline-connector] {
|
|
29
|
-
@apply bg-
|
|
28
|
+
@apply bg-ink-soft/20;
|
|
30
29
|
}
|
|
31
30
|
|
|
32
31
|
[data-style='frosted'] [data-timeline-item][data-completed] [data-timeline-connector] {
|
|
@@ -38,9 +37,9 @@
|
|
|
38
37
|
============================================================================= */
|
|
39
38
|
|
|
40
39
|
[data-style='frosted'] [data-timeline-title] {
|
|
41
|
-
@apply text-
|
|
40
|
+
@apply text-ink-mute;
|
|
42
41
|
}
|
|
43
42
|
|
|
44
43
|
[data-style='frosted'] [data-timeline-description] {
|
|
45
|
-
@apply text-
|
|
44
|
+
@apply text-ink-soft;
|
|
46
45
|
}
|
package/src/frosted/toc.css
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/* TableOfContents — Glass theme */
|
|
2
2
|
|
|
3
3
|
[data-style='frosted'] [data-toc] [data-toc-label] {
|
|
4
|
-
@apply text-
|
|
4
|
+
@apply text-ink-soft;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
[data-style='frosted'] [data-toc] [data-toc-item] {
|
|
8
|
-
@apply text-
|
|
8
|
+
@apply text-ink-mute;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
[data-style='frosted'] [data-toc] [data-toc-item]:hover,
|
|
12
12
|
[data-style='frosted'] [data-toc] [data-toc-item][data-toc-focused] {
|
|
13
|
-
@apply text-
|
|
13
|
+
@apply text-ink bg-paper-mute/15 outline-none;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
[data-style='frosted'] [data-toc] [data-toc-item][data-toc-active] {
|
|
17
|
-
@apply text-primary
|
|
17
|
+
@apply text-primary border-l-primary;
|
|
18
18
|
}
|
package/src/frosted/toggle.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
============================================================================= */
|
|
10
10
|
|
|
11
11
|
[data-style='frosted'] [data-toggle] {
|
|
12
|
-
@apply bg-
|
|
12
|
+
@apply bg-paper-soft/70 border-ink-soft/20 rounded-lg border backdrop-blur-md;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/* =============================================================================
|
|
@@ -17,17 +17,17 @@
|
|
|
17
17
|
============================================================================= */
|
|
18
18
|
|
|
19
19
|
[data-style='frosted'] [data-toggle-option] {
|
|
20
|
-
@apply text-
|
|
20
|
+
@apply text-ink-soft;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
[data-style='frosted'] [data-toggle-option]:hover:not(:disabled):not([data-disabled='true']),
|
|
24
24
|
[data-style='frosted'] [data-toggle-option]:focus:not(:disabled):not([data-disabled='true']) {
|
|
25
|
-
@apply text-
|
|
25
|
+
@apply text-ink-mute bg-paper-mute/15;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
/* Selected state */
|
|
29
29
|
[data-style='frosted'] [data-toggle-option][data-selected='true'] {
|
|
30
|
-
@apply bg-primary
|
|
30
|
+
@apply bg-primary/40 text-primary border-primary/50 border backdrop-blur-sm;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
/* =============================================================================
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
============================================================================= */
|
|
36
36
|
|
|
37
37
|
[data-style='frosted'] [data-toggle-option] [data-toggle-icon] {
|
|
38
|
-
@apply text-
|
|
38
|
+
@apply text-ink-soft;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
[data-style='frosted'] [data-toggle-option]:hover:not(:disabled) [data-toggle-icon],
|
|
42
42
|
[data-style='frosted'] [data-toggle-option]:focus:not(:disabled) [data-toggle-icon] {
|
|
43
|
-
@apply text-
|
|
43
|
+
@apply text-ink-mute;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
[data-style='frosted'] [data-toggle-option][data-selected='true'] [data-toggle-icon] {
|
|
47
|
-
@apply text-primary
|
|
47
|
+
@apply text-primary;
|
|
48
48
|
}
|
package/src/frosted/toolbar.css
CHANGED
|
@@ -9,25 +9,25 @@
|
|
|
9
9
|
============================================================================= */
|
|
10
10
|
|
|
11
11
|
[data-style='frosted'] [data-toolbar] {
|
|
12
|
-
@apply bg-
|
|
12
|
+
@apply bg-paper-soft/70 backdrop-blur-md;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/* Position-based borders */
|
|
16
16
|
[data-style='frosted'] [data-toolbar][data-toolbar-position='top'],
|
|
17
17
|
[data-style='frosted'] [data-toolbar]:not([data-toolbar-position]) {
|
|
18
|
-
@apply border-
|
|
18
|
+
@apply border-ink-soft/20 border-b;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
[data-style='frosted'] [data-toolbar][data-toolbar-position='bottom'] {
|
|
22
|
-
@apply border-
|
|
22
|
+
@apply border-ink-soft/20 border-t;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
[data-style='frosted'] [data-toolbar][data-toolbar-position='left'] {
|
|
26
|
-
@apply border-
|
|
26
|
+
@apply border-ink-soft/20 border-r;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
[data-style='frosted'] [data-toolbar][data-toolbar-position='right'] {
|
|
30
|
-
@apply border-
|
|
30
|
+
@apply border-ink-soft/20 border-l;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
/* =============================================================================
|
|
@@ -35,24 +35,24 @@
|
|
|
35
35
|
============================================================================= */
|
|
36
36
|
|
|
37
37
|
[data-style='frosted'] [data-toolbar-item] {
|
|
38
|
-
@apply text-
|
|
38
|
+
@apply text-ink-mute;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
[data-style='frosted'] [data-toolbar-item]:hover:not(:disabled):not([data-disabled='true']) {
|
|
42
|
-
@apply text-
|
|
42
|
+
@apply text-ink bg-paper-mute/15;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
[data-style='frosted'] [data-toolbar-item]:focus-visible:not(:disabled):not([data-disabled='true']) {
|
|
46
|
-
@apply text-
|
|
46
|
+
@apply text-ink ring-ink-soft/40 bg-paper-mute/15 ring-1 outline-none;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/* Active/pressed state */
|
|
50
50
|
[data-style='frosted'] [data-toolbar-item][data-active='true'] {
|
|
51
|
-
@apply bg-primary
|
|
51
|
+
@apply bg-primary/30 text-primary;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
[data-style='frosted'] [data-toolbar-item][data-active='true']:hover:not(:disabled) {
|
|
55
|
-
@apply bg-primary
|
|
55
|
+
@apply bg-primary/40 text-primary;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
/* =============================================================================
|
|
@@ -60,15 +60,15 @@
|
|
|
60
60
|
============================================================================= */
|
|
61
61
|
|
|
62
62
|
[data-style='frosted'] [data-toolbar-item] [data-toolbar-icon] {
|
|
63
|
-
@apply text-
|
|
63
|
+
@apply text-ink-soft;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
[data-style='frosted'] [data-toolbar-item]:hover:not(:disabled) [data-toolbar-icon] {
|
|
67
|
-
@apply text-
|
|
67
|
+
@apply text-ink;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
[data-style='frosted'] [data-toolbar-item][data-active='true'] [data-toolbar-icon] {
|
|
71
|
-
@apply text-primary
|
|
71
|
+
@apply text-primary;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
/* =============================================================================
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
============================================================================= */
|
|
77
77
|
|
|
78
78
|
[data-style='frosted'] [data-toolbar-separator] {
|
|
79
|
-
@apply bg-
|
|
79
|
+
@apply bg-ink-soft/20;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
[data-style='frosted'] [data-toolbar-divider] {
|
|
83
|
-
@apply bg-
|
|
83
|
+
@apply bg-ink-soft/20;
|
|
84
84
|
}
|
package/src/frosted/tree.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
============================================================================= */
|
|
10
10
|
|
|
11
11
|
[data-style='frosted'] [data-tree]:focus-within {
|
|
12
|
-
@apply ring-
|
|
12
|
+
@apply ring-ink-soft/40 rounded ring-1;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/* =============================================================================
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
============================================================================= */
|
|
18
18
|
|
|
19
19
|
[data-style='frosted'] [data-tree-toggle-btn] {
|
|
20
|
-
@apply text-
|
|
20
|
+
@apply text-ink-soft;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
[data-style='frosted'] [data-tree-toggle-btn]:hover {
|
|
24
|
-
@apply text-
|
|
24
|
+
@apply text-ink-mute bg-paper-mute/15;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
/* =============================================================================
|
|
@@ -29,26 +29,26 @@
|
|
|
29
29
|
============================================================================= */
|
|
30
30
|
|
|
31
31
|
[data-style='frosted'] [data-tree-item-content] {
|
|
32
|
-
@apply text-
|
|
32
|
+
@apply text-ink-mute;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
[data-style='frosted'] [data-tree-item-content]:hover:not(:disabled),
|
|
36
36
|
[data-style='frosted'] [data-tree-item-content]:focus:not(:disabled) {
|
|
37
|
-
@apply text-
|
|
37
|
+
@apply text-ink bg-paper-mute/15 outline-none;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
/* Focus visible for keyboard navigation */
|
|
41
41
|
[data-style='frosted'] [data-tree-item-content]:focus-visible {
|
|
42
|
-
@apply ring-
|
|
42
|
+
@apply ring-ink-soft/40 ring-1 outline-none;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
/* Active/selected state */
|
|
46
46
|
[data-style='frosted'] [data-tree-item-content][data-active='true'] {
|
|
47
|
-
@apply bg-primary
|
|
47
|
+
@apply bg-primary/30 text-primary;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
[data-style='frosted'] [data-tree-item-content][data-active='true']:hover:not(:disabled) {
|
|
51
|
-
@apply bg-primary
|
|
51
|
+
@apply bg-primary/40;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
/* =============================================================================
|
|
@@ -56,31 +56,31 @@
|
|
|
56
56
|
============================================================================= */
|
|
57
57
|
|
|
58
58
|
[data-style='frosted'] [data-tree-item-content] [data-item-icon] {
|
|
59
|
-
@apply text-
|
|
59
|
+
@apply text-ink-soft;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
[data-style='frosted'] [data-tree-item-content]:hover:not(:disabled) [data-item-icon] {
|
|
63
|
-
@apply text-
|
|
63
|
+
@apply text-ink-mute;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
[data-style='frosted'] [data-tree-item-content][data-active='true'] [data-item-icon] {
|
|
67
|
-
@apply text-primary
|
|
67
|
+
@apply text-primary;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
[data-style='frosted'] [data-tree-item-content] [data-item-description] {
|
|
71
|
-
@apply text-
|
|
71
|
+
@apply text-ink-soft;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
[data-style='frosted'] [data-tree-item-content][data-active='true'] [data-item-description] {
|
|
75
|
-
@apply text-primary
|
|
75
|
+
@apply text-primary;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
[data-style='frosted'] [data-tree-item-content] [data-item-badge] {
|
|
79
|
-
@apply text-
|
|
79
|
+
@apply text-ink-soft bg-paper-mute/15;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
[data-style='frosted'] [data-tree-item-content][data-active='true'] [data-item-badge] {
|
|
83
|
-
@apply text-primary
|
|
83
|
+
@apply text-primary bg-primary/25;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
/* =============================================================================
|
|
@@ -88,23 +88,23 @@
|
|
|
88
88
|
============================================================================= */
|
|
89
89
|
|
|
90
90
|
[data-style='frosted'] [data-tree-node][data-selected='true'] [data-tree-node-row] {
|
|
91
|
-
@apply bg-primary
|
|
91
|
+
@apply bg-primary/20;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
[data-style='frosted']
|
|
95
95
|
[data-tree]:focus-within
|
|
96
96
|
[data-tree-node][data-selected='true']
|
|
97
97
|
[data-tree-node-row] {
|
|
98
|
-
@apply bg-primary
|
|
98
|
+
@apply bg-primary/30;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
[data-style='frosted'] [data-tree-node][data-selected='true'] [data-tree-item-content] {
|
|
102
|
-
@apply text-primary
|
|
102
|
+
@apply text-primary;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
[data-style='frosted']
|
|
106
106
|
[data-tree-node][data-selected='true']
|
|
107
107
|
[data-tree-item-content]
|
|
108
108
|
[data-item-icon] {
|
|
109
|
-
@apply text-primary
|
|
109
|
+
@apply text-primary;
|
|
110
110
|
}
|
package/src/index.css
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* - minimal: Use data-style="minimal" wrapper (clean + subtle)
|
|
10
10
|
* - material: Use data-style="material" wrapper (elevation + shadows)
|
|
11
11
|
* - frosted: Use data-style="frosted" wrapper (frosted glass + blur)
|
|
12
|
+
* - zen-sumi: Use data-style="zen-sumi" wrapper (ink on paper)
|
|
12
13
|
*/
|
|
13
14
|
|
|
14
15
|
@import './base/index.css';
|
|
@@ -16,3 +17,4 @@
|
|
|
16
17
|
@import './minimal/index.css';
|
|
17
18
|
@import './material/index.css';
|
|
18
19
|
@import './frosted/index.css';
|
|
20
|
+
@import './zen-sumi/index.css';
|
package/src/index.js
CHANGED
package/src/material/button.css
CHANGED
|
@@ -12,27 +12,27 @@
|
|
|
12
12
|
[data-style='material'] [data-button]:not([data-style])[data-variant='default'],
|
|
13
13
|
[data-style='material'] [data-button][data-style='default']:not([data-variant]),
|
|
14
14
|
[data-style='material'] [data-button]:not([data-style]):not([data-variant]) {
|
|
15
|
-
@apply bg-
|
|
15
|
+
@apply bg-paper-mute text-ink-mute bg-none shadow-sm;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
[data-style='material'] [data-button][data-style='default'][data-variant='primary'],
|
|
19
19
|
[data-style='material'] [data-button]:not([data-style])[data-variant='primary'] {
|
|
20
|
-
@apply bg-primary
|
|
20
|
+
@apply bg-primary text-on-primary bg-none shadow-md;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
[data-style='material'] [data-button][data-style='default'][data-variant='secondary'],
|
|
24
24
|
[data-style='material'] [data-button]:not([data-style])[data-variant='secondary'] {
|
|
25
|
-
@apply bg-
|
|
25
|
+
@apply bg-accent text-on-primary bg-none shadow-md;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
[data-style='material'] [data-button][data-style='default'][data-variant='accent'],
|
|
29
29
|
[data-style='material'] [data-button]:not([data-style])[data-variant='accent'] {
|
|
30
|
-
@apply bg-accent
|
|
30
|
+
@apply bg-accent text-on-accent bg-none shadow-md;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
[data-style='material'] [data-button][data-style='default'][data-variant='danger'],
|
|
34
34
|
[data-style='material'] [data-button]:not([data-style])[data-variant='danger'] {
|
|
35
|
-
@apply bg-danger
|
|
35
|
+
@apply bg-danger text-on-danger bg-none shadow-md;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
/* =============================================================================
|
|
@@ -41,23 +41,23 @@
|
|
|
41
41
|
|
|
42
42
|
[data-style='material'] [data-button][data-style='outline'][data-variant='default'],
|
|
43
43
|
[data-style='material'] [data-button][data-style='outline']:not([data-variant]) {
|
|
44
|
-
@apply border-
|
|
44
|
+
@apply border-paper-edge text-ink-mute border bg-transparent;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
[data-style='material'] [data-button][data-style='outline'][data-variant='primary'] {
|
|
48
|
-
@apply border-primary
|
|
48
|
+
@apply border-primary text-primary border bg-transparent;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
[data-style='material'] [data-button][data-style='outline'][data-variant='secondary'] {
|
|
52
|
-
@apply border-
|
|
52
|
+
@apply border-accent text-accent border bg-transparent;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
[data-style='material'] [data-button][data-style='outline'][data-variant='accent'] {
|
|
56
|
-
@apply border-accent
|
|
56
|
+
@apply border-accent text-accent border bg-transparent;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
[data-style='material'] [data-button][data-style='outline'][data-variant='danger'] {
|
|
60
|
-
@apply border-danger
|
|
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='material'] [data-button][data-style='ghost'][data-variant='default'],
|
|
72
72
|
[data-style='material'] [data-button][data-style='ghost']:not([data-variant]) {
|
|
73
|
-
@apply text-
|
|
73
|
+
@apply text-ink-mute;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
[data-style='material'] [data-button][data-style='ghost'][data-variant='primary'] {
|
|
77
|
-
@apply text-primary
|
|
77
|
+
@apply text-primary;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
[data-style='material'] [data-button][data-style='ghost'][data-variant='secondary'] {
|
|
81
|
-
@apply text-
|
|
81
|
+
@apply text-accent;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
[data-style='material'] [data-button][data-style='ghost'][data-variant='accent'] {
|
|
85
|
-
@apply text-accent
|
|
85
|
+
@apply text-accent;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
[data-style='material'] [data-button][data-style='ghost'][data-variant='danger'] {
|
|
89
|
-
@apply text-danger
|
|
89
|
+
@apply text-danger;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
/* =============================================================================
|
|
@@ -95,23 +95,23 @@
|
|
|
95
95
|
|
|
96
96
|
[data-style='material'] [data-button][data-style='gradient'][data-variant='default'],
|
|
97
97
|
[data-style='material'] [data-button][data-style='gradient']:not([data-variant]) {
|
|
98
|
-
@apply from-
|
|
98
|
+
@apply from-paper-mute to-paper-soft text-ink bg-gradient-to-br shadow-md;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
[data-style='material'] [data-button][data-style='gradient'][data-variant='primary'] {
|
|
102
|
-
@apply from-primary
|
|
102
|
+
@apply from-primary to-primary text-on-primary bg-gradient-to-br shadow-md;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
[data-style='material'] [data-button][data-style='gradient'][data-variant='secondary'] {
|
|
106
|
-
@apply from-
|
|
106
|
+
@apply from-accent to-accent text-on-primary bg-gradient-to-br shadow-md;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
[data-style='material'] [data-button][data-style='gradient'][data-variant='accent'] {
|
|
110
|
-
@apply from-accent
|
|
110
|
+
@apply from-accent to-accent text-on-accent bg-gradient-to-br shadow-md;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
[data-style='material'] [data-button][data-style='gradient'][data-variant='danger'] {
|
|
114
|
-
@apply from-danger
|
|
114
|
+
@apply from-danger to-danger text-on-danger bg-gradient-to-br shadow-md;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
[data-style='material']
|
|
@@ -126,27 +126,27 @@
|
|
|
126
126
|
|
|
127
127
|
[data-style='material'] [data-button][data-style='link'][data-variant='default'],
|
|
128
128
|
[data-style='material'] [data-button][data-style='link']:not([data-variant]) {
|
|
129
|
-
@apply text-
|
|
129
|
+
@apply text-ink-mute;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
[data-style='material'] [data-button][data-style='link'][data-variant='primary'] {
|
|
133
|
-
@apply text-primary
|
|
133
|
+
@apply text-primary;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
[data-style='material'] [data-button][data-style='link'][data-variant='secondary'] {
|
|
137
|
-
@apply text-
|
|
137
|
+
@apply text-accent;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
[data-style='material'] [data-button][data-style='link'][data-variant='accent'] {
|
|
141
|
-
@apply text-accent
|
|
141
|
+
@apply text-accent;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
[data-style='material'] [data-button][data-style='link'][data-variant='danger'] {
|
|
145
|
-
@apply text-danger
|
|
145
|
+
@apply text-danger;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
[data-style='material'] [data-button][data-style='link']:hover:not(:disabled):not([data-disabled]) {
|
|
149
|
-
@apply text-primary
|
|
149
|
+
@apply text-primary;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
/* =============================================================================
|
|
@@ -161,12 +161,12 @@
|
|
|
161
161
|
|
|
162
162
|
[data-style='material']
|
|
163
163
|
[data-button][data-style='outline']:hover:not(:disabled):not([data-disabled]) {
|
|
164
|
-
@apply bg-
|
|
164
|
+
@apply bg-paper-soft;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
[data-style='material']
|
|
168
168
|
[data-button][data-style='ghost']:hover:not(:disabled):not([data-disabled]) {
|
|
169
|
-
@apply bg-
|
|
169
|
+
@apply bg-paper-mute;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
/* =============================================================================
|
|
@@ -174,5 +174,5 @@
|
|
|
174
174
|
============================================================================= */
|
|
175
175
|
|
|
176
176
|
[data-style='material'] [data-button]:focus-visible {
|
|
177
|
-
@apply ring-primary
|
|
177
|
+
@apply ring-primary ring-2 ring-offset-2 outline-none;
|
|
178
178
|
}
|
package/src/material/card.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
============================================================================= */
|
|
10
10
|
|
|
11
11
|
[data-style='material'] [data-card] {
|
|
12
|
-
@apply bg-
|
|
12
|
+
@apply bg-paper-soft border-paper-edge text-ink border bg-none shadow-sm;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/* Interactive cards (buttons) */
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
============================================================================= */
|
|
34
34
|
|
|
35
35
|
[data-style='material'] [data-card-header] {
|
|
36
|
-
@apply border-
|
|
36
|
+
@apply border-paper-mute border-b;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
[data-style='material'] [data-card-body] {
|
|
40
|
-
@apply text-
|
|
40
|
+
@apply text-ink-mute;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
[data-style='material'] [data-card-footer] {
|
|
44
|
-
@apply border-
|
|
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='material'] [data-card][data-card-interactive]:focus-visible {
|
|
52
|
-
@apply ring-primary
|
|
52
|
+
@apply ring-primary ring-2 ring-offset-2 outline-none;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
/* =============================================================================
|
|
@@ -67,33 +67,33 @@
|
|
|
67
67
|
|
|
68
68
|
/* Primary — tonal primary container (Material You style) */
|
|
69
69
|
[data-style='material'] [data-card][data-variant='primary'] {
|
|
70
|
-
@apply bg-primary
|
|
70
|
+
@apply bg-primary border-primary text-primary border bg-none shadow-sm;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
[data-style='material'] [data-card][data-variant='primary'] [data-card-header],
|
|
74
74
|
[data-style='material'] [data-card][data-variant='primary'] [data-card-footer] {
|
|
75
|
-
@apply border-primary
|
|
75
|
+
@apply border-primary;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
[data-style='material'] [data-card][data-variant='primary'] [data-card-body] {
|
|
79
|
-
@apply text-primary
|
|
79
|
+
@apply text-primary;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
/* Secondary — tonal secondary container */
|
|
83
83
|
[data-style='material'] [data-card][data-variant='secondary'] {
|
|
84
|
-
@apply bg-
|
|
84
|
+
@apply bg-accent-soft border-accent text-accent border bg-none shadow-sm;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
[data-style='material'] [data-card][data-variant='secondary'] [data-card-header],
|
|
88
88
|
[data-style='material'] [data-card][data-variant='secondary'] [data-card-footer] {
|
|
89
|
-
@apply border-
|
|
89
|
+
@apply border-accent-soft;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
[data-style='material'] [data-card][data-variant='secondary'] [data-card-body] {
|
|
93
|
-
@apply text-
|
|
93
|
+
@apply text-accent;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
/* Tertiary — elevated surface with no color accent */
|
|
97
97
|
[data-style='material'] [data-card][data-variant='tertiary'] {
|
|
98
|
-
@apply bg-
|
|
98
|
+
@apply bg-paper-mute border-paper-mute text-ink-mute border bg-none shadow-none;
|
|
99
99
|
}
|