@solid-design-system/styles 2.0.0-next.0 → 2.0.0-next.1
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/CHANGELOG.md +6 -0
- package/cdn/modules/chip.css +1 -23
- package/cdn/modules/container.css +1 -116
- package/cdn/modules/copyright.css +1 -128
- package/cdn/modules/display.css +1 -59
- package/cdn/modules/flag.css +1 -22
- package/cdn/modules/footnotes.css +1 -165
- package/cdn/modules/headline.css +1 -137
- package/cdn/modules/hidden-links.css +1 -129
- package/cdn/modules/interactive.css +1 -94
- package/cdn/modules/leadtext.css +1 -38
- package/cdn/modules/list.css +1 -124
- package/cdn/modules/mark.css +1 -4
- package/cdn/modules/media.css +1 -12
- package/cdn/modules/meta.css +1 -46
- package/cdn/modules/pagination.css +1 -291
- package/cdn/modules/paragraph.css +1 -38
- package/cdn/modules/prose.css +1 -74
- package/cdn/modules/status-badge.css +1 -25
- package/cdn/modules/table-cell.css +1 -169
- package/cdn/modules/table.css +1 -30
- package/cdn/solid-styles.css +1 -961
- package/cdn-versioned/modules/chip.css +1 -23
- package/cdn-versioned/modules/container.css +1 -116
- package/cdn-versioned/modules/copyright.css +1 -128
- package/cdn-versioned/modules/display.css +1 -59
- package/cdn-versioned/modules/flag.css +1 -22
- package/cdn-versioned/modules/footnotes.css +1 -165
- package/cdn-versioned/modules/headline.css +1 -137
- package/cdn-versioned/modules/hidden-links.css +1 -129
- package/cdn-versioned/modules/interactive.css +1 -94
- package/cdn-versioned/modules/leadtext.css +1 -38
- package/cdn-versioned/modules/list.css +1 -124
- package/cdn-versioned/modules/mark.css +1 -4
- package/cdn-versioned/modules/media.css +1 -12
- package/cdn-versioned/modules/meta.css +1 -46
- package/cdn-versioned/modules/pagination.css +1 -291
- package/cdn-versioned/modules/paragraph.css +1 -38
- package/cdn-versioned/modules/prose.css +1 -74
- package/cdn-versioned/modules/status-badge.css +1 -25
- package/cdn-versioned/modules/table-cell.css +1 -169
- package/cdn-versioned/modules/table.css +1 -30
- package/cdn-versioned/solid-styles.css +1 -961
- package/dist/modules/chip.css +7 -6
- package/dist/modules/container.css +12 -11
- package/dist/modules/copyright.css +3 -2
- package/dist/modules/display.css +5 -4
- package/dist/modules/flag.css +6 -5
- package/dist/modules/footnotes.css +9 -8
- package/dist/modules/headline.css +6 -5
- package/dist/modules/hidden-links.css +2 -1
- package/dist/modules/interactive.css +12 -23
- package/dist/modules/leadtext.css +4 -3
- package/dist/modules/list.css +5 -4
- package/dist/modules/mark.css +2 -1
- package/dist/modules/media.css +3 -2
- package/dist/modules/meta.css +5 -4
- package/dist/modules/pagination.css +18 -17
- package/dist/modules/paragraph.css +4 -3
- package/dist/modules/prose.css +591 -12
- package/dist/modules/status-badge.css +6 -5
- package/dist/modules/table-cell.css +7 -6
- package/dist/modules/table.css +1 -0
- package/dist/solid-styles.css +635 -72
- package/dist-versioned/modules/chip.css +11 -10
- package/dist-versioned/modules/container.css +38 -37
- package/dist-versioned/modules/copyright.css +9 -8
- package/dist-versioned/modules/display.css +11 -10
- package/dist-versioned/modules/flag.css +10 -9
- package/dist-versioned/modules/footnotes.css +37 -36
- package/dist-versioned/modules/headline.css +34 -33
- package/dist-versioned/modules/hidden-links.css +6 -5
- package/dist-versioned/modules/interactive.css +28 -39
- package/dist-versioned/modules/leadtext.css +7 -6
- package/dist-versioned/modules/list.css +35 -34
- package/dist-versioned/modules/mark.css +3 -2
- package/dist-versioned/modules/media.css +7 -6
- package/dist-versioned/modules/meta.css +12 -11
- package/dist-versioned/modules/pagination.css +78 -77
- package/dist-versioned/modules/paragraph.css +7 -6
- package/dist-versioned/modules/prose.css +606 -27
- package/dist-versioned/modules/status-badge.css +12 -11
- package/dist-versioned/modules/table-cell.css +23 -22
- package/dist-versioned/modules/table.css +3 -2
- package/dist-versioned/solid-styles.css +801 -238
- package/package.json +1 -1
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
|
-
|
|
3
|
+
@layer theme, base, components, utilities;
|
|
4
|
+
.sd-2-0-0-next-1-pagination > :not(ul) {
|
|
4
5
|
position: absolute;
|
|
5
6
|
height: var(--sd-spacing-0\.25);
|
|
6
7
|
width: var(--sd-spacing-0\.25);
|
|
7
8
|
overflow: hidden;
|
|
8
9
|
}
|
|
9
|
-
.sd-2-0-0-next-
|
|
10
|
+
.sd-2-0-0-next-1-pagination ul {
|
|
10
11
|
display: flex;
|
|
11
12
|
align-items: center;
|
|
12
13
|
gap: var(--sd-spacing-2);
|
|
13
14
|
}
|
|
14
|
-
.sd-2-0-0-next-
|
|
15
|
+
.sd-2-0-0-next-1-pagination ul li button {
|
|
15
16
|
all: unset;
|
|
16
17
|
border-style: var(--tw-border-style);
|
|
17
18
|
border-width: 0px;
|
|
@@ -19,46 +20,46 @@
|
|
|
19
20
|
border-style: solid;
|
|
20
21
|
border-color: transparent;
|
|
21
22
|
}
|
|
22
|
-
.sd-2-0-0-next-
|
|
23
|
+
.sd-2-0-0-next-1-pagination ul li button:hover:not([disabled]) {
|
|
23
24
|
cursor: pointer;
|
|
24
25
|
}
|
|
25
|
-
.sd-2-0-0-next-
|
|
26
|
+
.sd-2-0-0-next-1-pagination ul li:has(button) {
|
|
26
27
|
height: 1.875rem;
|
|
27
28
|
}
|
|
28
|
-
.sd-2-0-0-next-
|
|
29
|
+
.sd-2-0-0-next-1-pagination ul li a, .sd-2-0-0-next-1-pagination ul li button {
|
|
29
30
|
display: flex;
|
|
30
31
|
align-items: center;
|
|
31
32
|
justify-content: center;
|
|
32
|
-
color: var(--sd-color-text-primary
|
|
33
|
+
color: var(--sd-color-text-primary);
|
|
33
34
|
text-decoration-line: none;
|
|
34
35
|
transition-property: color;
|
|
35
36
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
36
37
|
transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
|
|
37
38
|
}
|
|
38
|
-
.sd-2-0-0-next-
|
|
39
|
-
color: var(--sd-color-text-primary-500
|
|
39
|
+
.sd-2-0-0-next-1-pagination ul li a:hover:not([disabled]), .sd-2-0-0-next-1-pagination ul li button:hover:not([disabled]) {
|
|
40
|
+
color: var(--sd-color-text-primary-500);
|
|
40
41
|
}
|
|
41
|
-
.sd-2-0-0-next-
|
|
42
|
-
color: var(--sd-color-text-primary-800
|
|
42
|
+
.sd-2-0-0-next-1-pagination ul li a:active:not([disabled]), .sd-2-0-0-next-1-pagination ul li button:active:not([disabled]) {
|
|
43
|
+
color: var(--sd-color-text-primary-800);
|
|
43
44
|
}
|
|
44
|
-
.sd-2-0-0-next-
|
|
45
|
+
.sd-2-0-0-next-1-pagination ul li a:focus-visible, .sd-2-0-0-next-1-pagination ul li button:focus-visible {
|
|
45
46
|
outline-width: 1px;
|
|
46
47
|
outline-style: var(--tw-outline-style);
|
|
47
48
|
outline-width: 2px;
|
|
48
49
|
outline-offset: 2px;
|
|
49
50
|
outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
|
|
50
51
|
}
|
|
51
|
-
.sd-2-0-0-next-
|
|
52
|
+
.sd-2-0-0-next-1-pagination ul li:first-child, .sd-2-0-0-next-1-pagination ul li:last-child {
|
|
52
53
|
height: var(--sd-spacing-12);
|
|
53
54
|
width: var(--sd-spacing-12);
|
|
54
55
|
font-size: var(--sd-text-xl);
|
|
55
56
|
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
56
57
|
}
|
|
57
|
-
.sd-2-0-0-next-
|
|
58
|
+
.sd-2-0-0-next-1-pagination ul li:first-child a, .sd-2-0-0-next-1-pagination ul li:first-child button, .sd-2-0-0-next-1-pagination ul li:last-child a, .sd-2-0-0-next-1-pagination ul li:last-child button {
|
|
58
59
|
height: 100%;
|
|
59
60
|
width: 100%;
|
|
60
61
|
}
|
|
61
|
-
.sd-2-0-0-next-
|
|
62
|
+
.sd-2-0-0-next-1-pagination ul li {
|
|
62
63
|
display: flex;
|
|
63
64
|
height: var(--sd-spacing-8);
|
|
64
65
|
width: var(--sd-spacing-8);
|
|
@@ -66,187 +67,187 @@
|
|
|
66
67
|
justify-content: center;
|
|
67
68
|
text-align: center;
|
|
68
69
|
}
|
|
69
|
-
.sd-2-0-0-next-
|
|
70
|
+
.sd-2-0-0-next-1-pagination ul li:not(:first-child):not(:last-child) a, .sd-2-0-0-next-1-pagination ul li:not(:first-child):not(:last-child) button {
|
|
70
71
|
height: 100%;
|
|
71
72
|
width: 100%;
|
|
72
73
|
border-bottom-style: var(--tw-border-style);
|
|
73
74
|
border-bottom-width: var(--sd-border-width-2);
|
|
74
75
|
border-bottom-color: transparent;
|
|
75
76
|
}
|
|
76
|
-
.sd-2-0-0-next-
|
|
77
|
-
border-bottom-color: var(--sd-color-border-accent
|
|
77
|
+
.sd-2-0-0-next-1-pagination ul li:not(:first-child):not(:last-child) a[aria-current], .sd-2-0-0-next-1-pagination ul li:not(:first-child):not(:last-child) button[aria-current] {
|
|
78
|
+
border-bottom-color: var(--sd-color-border-accent);
|
|
78
79
|
}
|
|
79
|
-
.sd-2-0-0-next-
|
|
80
|
-
color: var(--sd-color-text-black
|
|
80
|
+
.sd-2-0-0-next-1-pagination ul li a[aria-current], .sd-2-0-0-next-1-pagination ul li button[aria-current] {
|
|
81
|
+
color: var(--sd-color-text-black);
|
|
81
82
|
}
|
|
82
|
-
.sd-2-0-0-next-
|
|
83
|
-
color: var(--sd-color-text-black
|
|
83
|
+
.sd-2-0-0-next-1-pagination ul li a[aria-current]:hover:not([disabled]), .sd-2-0-0-next-1-pagination ul li button[aria-current]:hover:not([disabled]) {
|
|
84
|
+
color: var(--sd-color-text-black);
|
|
84
85
|
}
|
|
85
|
-
.sd-2-0-0-next-
|
|
86
|
+
.sd-2-0-0-next-1-pagination ul li:first-child:has(a:not([href])) a, .sd-2-0-0-next-1-pagination ul li:last-child:has(a:not([href])) a, .sd-2-0-0-next-1-pagination ul li:first-child:has(button[disabled]) button, .sd-2-0-0-next-1-pagination ul li:last-child:has(button[disabled]) button {
|
|
86
87
|
cursor: not-allowed;
|
|
87
|
-
color: var(--sd-color-text-neutral-500
|
|
88
|
+
color: var(--sd-color-text-neutral-500);
|
|
88
89
|
}
|
|
89
|
-
.sd-2-0-0-next-
|
|
90
|
-
color: var(--sd-color-text-neutral-500
|
|
90
|
+
.sd-2-0-0-next-1-pagination ul li:first-child:has(a:not([href])) a:hover:not([disabled]), .sd-2-0-0-next-1-pagination ul li:last-child:has(a:not([href])) a:hover:not([disabled]), .sd-2-0-0-next-1-pagination ul li:first-child:has(button[disabled]) button:hover:not([disabled]), .sd-2-0-0-next-1-pagination ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
|
|
91
|
+
color: var(--sd-color-text-neutral-500);
|
|
91
92
|
}
|
|
92
|
-
.sd-2-0-0-next-
|
|
93
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) {
|
|
93
94
|
pointer-events: none;
|
|
94
95
|
position: absolute;
|
|
95
96
|
}
|
|
96
|
-
.sd-2-0-0-next-
|
|
97
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) a, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) button {
|
|
97
98
|
display: none;
|
|
98
99
|
}
|
|
99
|
-
.sd-2-0-0-next-
|
|
100
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current]), .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child) {
|
|
100
101
|
pointer-events: auto !important;
|
|
101
102
|
position: relative !important;
|
|
102
103
|
}
|
|
103
|
-
.sd-2-0-0-next-
|
|
104
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current])::after, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child)::after {
|
|
104
105
|
--tw-content: '...';
|
|
105
106
|
content: var(--tw-content);
|
|
106
107
|
}
|
|
107
|
-
.sd-2-0-0-next-
|
|
108
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2), .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2), .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current]), .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li {
|
|
108
109
|
pointer-events: auto !important;
|
|
109
110
|
position: relative !important;
|
|
110
111
|
}
|
|
111
|
-
.sd-2-0-0-next-
|
|
112
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2)::after, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2)::after, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current])::after, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li::after {
|
|
112
113
|
content: var(--tw-content);
|
|
113
114
|
display: none !important;
|
|
114
115
|
}
|
|
115
|
-
.sd-2-0-0-next-
|
|
116
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) a, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) button, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) a, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) button, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current]) a, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current]) button, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li a, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li button {
|
|
116
117
|
display: flex !important;
|
|
117
118
|
}
|
|
118
|
-
.sd-2-0-0-next-
|
|
119
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) {
|
|
119
120
|
pointer-events: auto;
|
|
120
121
|
position: relative;
|
|
121
122
|
}
|
|
122
|
-
.sd-2-0-0-next-
|
|
123
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6)::after {
|
|
123
124
|
content: var(--tw-content);
|
|
124
125
|
display: none;
|
|
125
126
|
}
|
|
126
|
-
.sd-2-0-0-next-
|
|
127
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) a, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(-n + 6) button {
|
|
127
128
|
display: flex;
|
|
128
129
|
}
|
|
129
|
-
.sd-2-0-0-next-
|
|
130
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(6):not(:last-child) + li {
|
|
130
131
|
pointer-events: none;
|
|
131
132
|
position: relative;
|
|
132
133
|
}
|
|
133
|
-
.sd-2-0-0-next-
|
|
134
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(a[aria-current], button[aria-current]) ~ :nth-child(6):not(:last-child) + li::after {
|
|
134
135
|
--tw-content: '...';
|
|
135
136
|
content: var(--tw-content);
|
|
136
137
|
}
|
|
137
|
-
.sd-2-0-0-next-
|
|
138
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) {
|
|
138
139
|
pointer-events: auto;
|
|
139
140
|
position: relative;
|
|
140
141
|
}
|
|
141
|
-
.sd-2-0-0-next-
|
|
142
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current])::after {
|
|
142
143
|
content: var(--tw-content);
|
|
143
144
|
display: none;
|
|
144
145
|
}
|
|
145
|
-
.sd-2-0-0-next-
|
|
146
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) a, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(-n + 6):has(~ :nth-child(-n + 5) a[aria-current], ~ :nth-child(-n + 5) button[aria-current]) button {
|
|
146
147
|
display: flex;
|
|
147
148
|
}
|
|
148
|
-
.sd-2-0-0-next-
|
|
149
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) {
|
|
149
150
|
pointer-events: auto;
|
|
150
151
|
position: relative;
|
|
151
152
|
}
|
|
152
|
-
.sd-2-0-0-next-
|
|
153
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child)::after {
|
|
153
154
|
content: var(--tw-content);
|
|
154
155
|
display: none;
|
|
155
156
|
}
|
|
156
|
-
.sd-2-0-0-next-
|
|
157
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) a, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 5):has(a[aria-current], button[aria-current]) ~ :nth-last-child(-n + 5):not(:first-child):not(:last-child) button {
|
|
157
158
|
display: flex;
|
|
158
159
|
}
|
|
159
|
-
.sd-2-0-0-next-
|
|
160
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) {
|
|
160
161
|
pointer-events: auto;
|
|
161
162
|
position: relative;
|
|
162
163
|
}
|
|
163
|
-
.sd-2-0-0-next-
|
|
164
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] )::after {
|
|
164
165
|
content: var(--tw-content);
|
|
165
166
|
display: none;
|
|
166
167
|
}
|
|
167
|
-
.sd-2-0-0-next-
|
|
168
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) a, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) button {
|
|
168
169
|
display: flex;
|
|
169
170
|
}
|
|
170
|
-
.sd-2-0-0-next-
|
|
171
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] ) {
|
|
171
172
|
pointer-events: none;
|
|
172
173
|
position: relative;
|
|
173
174
|
}
|
|
174
|
-
.sd-2-0-0-next-
|
|
175
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has( ~ :nth-last-child(-n + 5) a[aria-current], ~ :nth-last-child(-n + 5) button[aria-current] )::after {
|
|
175
176
|
--tw-content: '...';
|
|
176
177
|
content: var(--tw-content);
|
|
177
178
|
}
|
|
178
|
-
.sd-2-0-0-next-
|
|
179
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li {
|
|
179
180
|
pointer-events: auto;
|
|
180
181
|
position: relative;
|
|
181
182
|
}
|
|
182
|
-
.sd-2-0-0-next-
|
|
183
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li::after {
|
|
183
184
|
content: var(--tw-content);
|
|
184
185
|
display: none;
|
|
185
186
|
}
|
|
186
|
-
.sd-2-0-0-next-
|
|
187
|
+
.sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li a, .sd-2-0-0-next-1-pagination:not(.sd-2-0-0-next-1-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li button {
|
|
187
188
|
display: flex;
|
|
188
189
|
}
|
|
189
|
-
.sd-2-0-0-next-
|
|
190
|
+
.sd-2-0-0-next-1-pagination--simple ul li:nth-child(2) {
|
|
190
191
|
position: relative;
|
|
191
192
|
margin-inline-end: calc(var(--sd-spacing-1) * 5);
|
|
192
193
|
width: var(--sd-spacing-8);
|
|
193
194
|
border-bottom-style: var(--tw-border-style);
|
|
194
195
|
border-bottom-width: var(--sd-border-width-2);
|
|
195
|
-
border-bottom-color: var(--sd-color-border-accent
|
|
196
|
+
border-bottom-color: var(--sd-color-border-accent);
|
|
196
197
|
}
|
|
197
|
-
.sd-2-0-0-next-
|
|
198
|
+
.sd-2-0-0-next-1-pagination--simple ul li:nth-child(2)::after {
|
|
198
199
|
content: var(--tw-content);
|
|
199
200
|
position: absolute;
|
|
200
201
|
}
|
|
201
|
-
.sd-2-0-0-next-
|
|
202
|
+
.sd-2-0-0-next-1-pagination--simple ul li:nth-child(2)::after {
|
|
202
203
|
content: var(--tw-content);
|
|
203
204
|
right: calc(18px * -1);
|
|
204
205
|
}
|
|
205
|
-
.sd-2-0-0-next-
|
|
206
|
+
.sd-2-0-0-next-1-pagination--simple ul li:nth-child(2)::after {
|
|
206
207
|
content: var(--tw-content);
|
|
207
208
|
--tw-scale-y: 1.5;
|
|
208
209
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
209
210
|
}
|
|
210
|
-
.sd-2-0-0-next-
|
|
211
|
+
.sd-2-0-0-next-1-pagination--simple ul li:nth-child(2)::after {
|
|
211
212
|
--tw-content: '/';
|
|
212
213
|
content: var(--tw-content);
|
|
213
214
|
}
|
|
214
|
-
.sd-2-0-0-next-
|
|
215
|
+
.sd-2-0-0-next-1-pagination--simple ul li:nth-child(2){
|
|
215
216
|
border-bottom-style: solid;
|
|
216
217
|
}
|
|
217
|
-
.sd-2-0-0-next-
|
|
218
|
+
.sd-2-0-0-next-1-pagination--simple ul li:nth-last-child(2) {
|
|
218
219
|
border-bottom-style: var(--tw-border-style);
|
|
219
220
|
border-bottom-width: var(--sd-border-width-2);
|
|
220
221
|
border-bottom-color: transparent;
|
|
221
222
|
}
|
|
222
|
-
.sd-2-0-0-next-
|
|
223
|
+
.sd-2-0-0-next-1-pagination--inverted ul li::after {
|
|
223
224
|
content: var(--tw-content);
|
|
224
|
-
color: var(--sd-color-text-white
|
|
225
|
+
color: var(--sd-color-text-white);
|
|
225
226
|
}
|
|
226
|
-
.sd-2-0-0-next-
|
|
227
|
-
color: var(--sd-color-text-neutral-600
|
|
227
|
+
.sd-2-0-0-next-1-pagination--inverted ul li:first-child:has(a:not([href])) a, .sd-2-0-0-next-1-pagination--inverted ul li:last-child:has(a:not([href])) a, .sd-2-0-0-next-1-pagination--inverted ul li:first-child:has(button[disabled]) button, .sd-2-0-0-next-1-pagination--inverted ul li:last-child:has(button[disabled]) button {
|
|
228
|
+
color: var(--sd-color-text-neutral-600);
|
|
228
229
|
}
|
|
229
|
-
.sd-2-0-0-next-
|
|
230
|
-
color: var(--sd-color-text-neutral-600
|
|
230
|
+
.sd-2-0-0-next-1-pagination--inverted ul li:first-child:has(a:not([href])) a:hover:not([disabled]), .sd-2-0-0-next-1-pagination--inverted ul li:last-child:has(a:not([href])) a:hover:not([disabled]), .sd-2-0-0-next-1-pagination--inverted ul li:first-child:has(button[disabled]) button:hover:not([disabled]), .sd-2-0-0-next-1-pagination--inverted ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
|
|
231
|
+
color: var(--sd-color-text-neutral-600);
|
|
231
232
|
}
|
|
232
|
-
.sd-2-0-0-next-
|
|
233
|
-
color: var(--sd-color-text-white
|
|
233
|
+
.sd-2-0-0-next-1-pagination--inverted ul li a, .sd-2-0-0-next-1-pagination--inverted ul li a[aria-current], .sd-2-0-0-next-1-pagination--inverted ul li button, .sd-2-0-0-next-1-pagination--inverted ul li button[aria-current] {
|
|
234
|
+
color: var(--sd-color-text-white);
|
|
234
235
|
}
|
|
235
|
-
.sd-2-0-0-next-
|
|
236
|
-
color: var(--sd-color-text-primary-200
|
|
236
|
+
.sd-2-0-0-next-1-pagination--inverted ul li a:hover:not([disabled]), .sd-2-0-0-next-1-pagination--inverted ul li a[aria-current]:hover:not([disabled]), .sd-2-0-0-next-1-pagination--inverted ul li button:hover:not([disabled]), .sd-2-0-0-next-1-pagination--inverted ul li button[aria-current]:hover:not([disabled]) {
|
|
237
|
+
color: var(--sd-color-text-primary-200);
|
|
237
238
|
}
|
|
238
|
-
.sd-2-0-0-next-
|
|
239
|
-
color: var(--sd-color-text-primary-400
|
|
239
|
+
.sd-2-0-0-next-1-pagination--inverted ul li a:active:not([disabled]), .sd-2-0-0-next-1-pagination--inverted ul li a[aria-current]:active:not([disabled]), .sd-2-0-0-next-1-pagination--inverted ul li button:active:not([disabled]), .sd-2-0-0-next-1-pagination--inverted ul li button[aria-current]:active:not([disabled]) {
|
|
240
|
+
color: var(--sd-color-text-primary-400);
|
|
240
241
|
}
|
|
241
|
-
.sd-2-0-0-next-
|
|
242
|
+
.sd-2-0-0-next-1-pagination--inverted ul li a:focus-visible, .sd-2-0-0-next-1-pagination--inverted ul li a[aria-current]:focus-visible, .sd-2-0-0-next-1-pagination--inverted ul li button:focus-visible, .sd-2-0-0-next-1-pagination--inverted ul li button[aria-current]:focus-visible {
|
|
242
243
|
outline-color: var(--color-white, #fff);
|
|
243
244
|
}
|
|
244
|
-
.sd-2-0-0-next-
|
|
245
|
-
color: var(--sd-color-text-white
|
|
245
|
+
.sd-2-0-0-next-1-pagination--inverted.sd-2-0-0-next-1-pagination--simple ul li {
|
|
246
|
+
color: var(--sd-color-text-white);
|
|
246
247
|
}
|
|
247
|
-
.sd-2-0-0-next-
|
|
248
|
+
.sd-2-0-0-next-1-pagination--inverted.sd-2-0-0-next-1-pagination--simple ul li::after {
|
|
248
249
|
content: var(--tw-content);
|
|
249
|
-
color: var(--sd-color-text-white
|
|
250
|
+
color: var(--sd-color-text-white);
|
|
250
251
|
}
|
|
251
252
|
@property --tw-border-style {
|
|
252
253
|
syntax: "*";
|
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
|
-
|
|
3
|
+
@layer theme, base, components, utilities;
|
|
4
|
+
.sd-2-0-0-next-1-paragraph, .sd-2-0-0-next-1-prose p {
|
|
4
5
|
font-size: var(--sd-text-base);
|
|
5
6
|
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
6
7
|
--tw-leading: var(--leading-normal, 1.5);
|
|
7
8
|
line-height: var(--leading-normal, 1.5);
|
|
8
9
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
9
10
|
font-weight: var(--sd-font-weight-normal);
|
|
10
|
-
color: var(--sd-color-text-black
|
|
11
|
+
color: var(--sd-color-text-black);
|
|
11
12
|
}
|
|
12
|
-
.sd-2-0-0-next-
|
|
13
|
+
.sd-2-0-0-next-1-paragraph--size-sm, .sd-2-0-0-next-1-prose p--size-sm {
|
|
13
14
|
font-size: var(--sd-text-sm);
|
|
14
15
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
15
16
|
--tw-leading: var(--leading-normal, 1.5);
|
|
16
17
|
line-height: var(--leading-normal, 1.5);
|
|
17
18
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
18
19
|
font-weight: var(--sd-font-weight-normal);
|
|
19
|
-
color: var(--sd-color-text-black
|
|
20
|
+
color: var(--sd-color-text-black);
|
|
20
21
|
}
|
|
21
|
-
.sd-2-0-0-next-
|
|
22
|
-
color: var(--sd-color-text-white
|
|
22
|
+
.sd-2-0-0-next-1-paragraph--inverted, .sd-2-0-0-next-1-prose--inverted p {
|
|
23
|
+
color: var(--sd-color-text-white);
|
|
23
24
|
}
|
|
24
25
|
@property --tw-leading {
|
|
25
26
|
syntax: "*";
|