@solid-design-system/styles 1.5.5 → 2.0.0-next.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/CHANGELOG.md +6 -0
- package/cdn/modules/chip.css +24 -1
- package/cdn/modules/container.css +117 -1
- package/cdn/modules/copyright.css +129 -1
- package/cdn/modules/display.css +60 -1
- package/cdn/modules/flag.css +23 -1
- package/cdn/modules/footnotes.css +166 -1
- package/cdn/modules/headline.css +138 -1
- package/cdn/modules/hidden-links.css +130 -1
- package/cdn/modules/interactive.css +95 -1
- package/cdn/modules/leadtext.css +39 -1
- package/cdn/modules/list.css +125 -1
- package/cdn/modules/mark.css +5 -1
- package/cdn/modules/media.css +13 -1
- package/cdn/modules/meta.css +47 -1
- package/cdn/modules/pagination.css +292 -1
- package/cdn/modules/paragraph.css +39 -1
- package/cdn/modules/prose.css +75 -1
- package/cdn/modules/status-badge.css +26 -1
- package/cdn/modules/table-cell.css +170 -1
- package/cdn/modules/table.css +31 -1
- package/cdn/solid-styles.css +962 -1
- package/cdn-versioned/modules/chip.css +24 -1
- package/cdn-versioned/modules/container.css +117 -1
- package/cdn-versioned/modules/copyright.css +129 -1
- package/cdn-versioned/modules/display.css +60 -1
- package/cdn-versioned/modules/flag.css +23 -1
- package/cdn-versioned/modules/footnotes.css +166 -1
- package/cdn-versioned/modules/headline.css +138 -1
- package/cdn-versioned/modules/hidden-links.css +130 -1
- package/cdn-versioned/modules/interactive.css +95 -1
- package/cdn-versioned/modules/leadtext.css +39 -1
- package/cdn-versioned/modules/list.css +125 -1
- package/cdn-versioned/modules/mark.css +5 -1
- package/cdn-versioned/modules/media.css +13 -1
- package/cdn-versioned/modules/meta.css +47 -1
- package/cdn-versioned/modules/pagination.css +292 -1
- package/cdn-versioned/modules/paragraph.css +39 -1
- package/cdn-versioned/modules/prose.css +75 -1
- package/cdn-versioned/modules/status-badge.css +26 -1
- package/cdn-versioned/modules/table-cell.css +170 -1
- package/cdn-versioned/modules/table.css +31 -1
- package/cdn-versioned/solid-styles.css +962 -1
- package/dist/modules/chip.css +19 -56
- package/dist/modules/container.css +54 -121
- package/dist/modules/copyright.css +106 -49
- package/dist/modules/display.css +52 -62
- package/dist/modules/flag.css +18 -54
- package/dist/modules/footnotes.css +106 -119
- package/dist/modules/headline.css +113 -212
- package/dist/modules/hidden-links.css +117 -44
- package/dist/modules/interactive.css +76 -105
- package/dist/modules/leadtext.css +35 -39
- package/dist/modules/list.css +70 -143
- package/dist/modules/mark.css +3 -13
- package/dist/modules/media.css +9 -29
- package/dist/modules/meta.css +36 -38
- package/dist/modules/pagination.css +246 -384
- package/dist/modules/paragraph.css +35 -24
- package/dist/modules/prose.css +49 -891
- package/dist/modules/status-badge.css +18 -53
- package/dist/modules/table-cell.css +153 -169
- package/dist/modules/table.css +24 -17
- package/dist/solid-styles.css +709 -1781
- package/dist-versioned/modules/chip.css +23 -60
- package/dist-versioned/modules/container.css +76 -143
- package/dist-versioned/modules/copyright.css +112 -55
- package/dist-versioned/modules/display.css +54 -64
- package/dist-versioned/modules/flag.css +22 -58
- package/dist-versioned/modules/footnotes.css +134 -147
- package/dist-versioned/modules/headline.css +128 -227
- package/dist-versioned/modules/hidden-links.css +121 -48
- package/dist-versioned/modules/interactive.css +82 -111
- package/dist-versioned/modules/leadtext.css +36 -40
- package/dist-versioned/modules/list.css +92 -165
- package/dist-versioned/modules/mark.css +4 -14
- package/dist-versioned/modules/media.css +13 -33
- package/dist-versioned/modules/meta.css +42 -44
- package/dist-versioned/modules/pagination.css +273 -411
- package/dist-versioned/modules/paragraph.css +36 -25
- package/dist-versioned/modules/prose.css +57 -899
- package/dist-versioned/modules/status-badge.css +24 -59
- package/dist-versioned/modules/table-cell.css +169 -185
- package/dist-versioned/modules/table.css +25 -18
- package/dist-versioned/solid-styles.css +825 -1897
- package/package.json +4 -5
|
@@ -1,430 +1,292 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.sd-1-5-5-pagination ul {
|
|
18
|
-
display: flex;
|
|
19
|
-
align-items: center;
|
|
20
|
-
gap: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.sd-1-5-5-pagination ul li button {
|
|
1
|
+
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
3
|
+
.sd-2-0-0-next-0-pagination > :not(ul) {
|
|
4
|
+
position: absolute;
|
|
5
|
+
height: var(--sd-spacing-0\.25);
|
|
6
|
+
width: var(--sd-spacing-0\.25);
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
}
|
|
9
|
+
.sd-2-0-0-next-0-pagination ul {
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
gap: var(--sd-spacing-2);
|
|
13
|
+
}
|
|
14
|
+
.sd-2-0-0-next-0-pagination ul li button {
|
|
24
15
|
all: unset;
|
|
16
|
+
border-style: var(--tw-border-style);
|
|
25
17
|
border-width: 0px;
|
|
18
|
+
--tw-border-style: solid;
|
|
26
19
|
border-style: solid;
|
|
27
20
|
border-color: transparent;
|
|
28
21
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
.sd-1-5-5-pagination ul li:has(button) {
|
|
22
|
+
.sd-2-0-0-next-0-pagination ul li button:hover:not([disabled]) {
|
|
23
|
+
cursor: pointer;
|
|
24
|
+
}
|
|
25
|
+
.sd-2-0-0-next-0-pagination ul li:has(button) {
|
|
35
26
|
height: 1.875rem;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.sd-1-5-5-pagination ul li a,
|
|
39
|
-
.sd-1-5-5-pagination ul li button {
|
|
27
|
+
}
|
|
28
|
+
.sd-2-0-0-next-0-pagination ul li a, .sd-2-0-0-next-0-pagination ul li button {
|
|
40
29
|
display: flex;
|
|
41
30
|
align-items: center;
|
|
42
31
|
justify-content: center;
|
|
43
|
-
|
|
44
|
-
color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
|
|
32
|
+
color: var(--sd-color-text-primary, var(--sd-color-primary));
|
|
45
33
|
text-decoration-line: none;
|
|
46
34
|
transition-property: color;
|
|
47
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
48
|
-
transition-duration: 150ms;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
.sd-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
height: var(--sd-spacing-12, 3rem) /* 48px */;
|
|
75
|
-
width: var(--sd-spacing-12, 3rem) /* 48px */;
|
|
76
|
-
font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.sd-1-5-5-pagination ul li:first-child a,
|
|
80
|
-
.sd-1-5-5-pagination ul li:first-child button,
|
|
81
|
-
.sd-1-5-5-pagination ul li:last-child a,
|
|
82
|
-
.sd-1-5-5-pagination ul li:last-child button {
|
|
83
|
-
height: 100%;
|
|
84
|
-
width: 100%;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
/* Numbers */
|
|
88
|
-
|
|
89
|
-
.sd-1-5-5-pagination ul li {
|
|
35
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
36
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
|
|
37
|
+
}
|
|
38
|
+
.sd-2-0-0-next-0-pagination ul li a:hover:not([disabled]), .sd-2-0-0-next-0-pagination ul li button:hover:not([disabled]) {
|
|
39
|
+
color: var(--sd-color-text-primary-500, var(--sd-color-primary-500));
|
|
40
|
+
}
|
|
41
|
+
.sd-2-0-0-next-0-pagination ul li a:active:not([disabled]), .sd-2-0-0-next-0-pagination ul li button:active:not([disabled]) {
|
|
42
|
+
color: var(--sd-color-text-primary-800, var(--sd-color-primary-800));
|
|
43
|
+
}
|
|
44
|
+
.sd-2-0-0-next-0-pagination ul li a:focus-visible, .sd-2-0-0-next-0-pagination ul li button:focus-visible {
|
|
45
|
+
outline-width: 1px;
|
|
46
|
+
outline-style: var(--tw-outline-style);
|
|
47
|
+
outline-width: 2px;
|
|
48
|
+
outline-offset: 2px;
|
|
49
|
+
outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
|
|
50
|
+
}
|
|
51
|
+
.sd-2-0-0-next-0-pagination ul li:first-child, .sd-2-0-0-next-0-pagination ul li:last-child {
|
|
52
|
+
height: var(--sd-spacing-12);
|
|
53
|
+
width: var(--sd-spacing-12);
|
|
54
|
+
font-size: var(--sd-text-xl);
|
|
55
|
+
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
56
|
+
}
|
|
57
|
+
.sd-2-0-0-next-0-pagination ul li:first-child a, .sd-2-0-0-next-0-pagination ul li:first-child button, .sd-2-0-0-next-0-pagination ul li:last-child a, .sd-2-0-0-next-0-pagination ul li:last-child button {
|
|
58
|
+
height: 100%;
|
|
59
|
+
width: 100%;
|
|
60
|
+
}
|
|
61
|
+
.sd-2-0-0-next-0-pagination ul li {
|
|
90
62
|
display: flex;
|
|
91
|
-
height: var(--sd-spacing-8
|
|
92
|
-
width: var(--sd-spacing-8
|
|
63
|
+
height: var(--sd-spacing-8);
|
|
64
|
+
width: var(--sd-spacing-8);
|
|
93
65
|
align-items: center;
|
|
94
66
|
justify-content: center;
|
|
95
67
|
text-align: center;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.sd-1-5-5-pagination ul li a[aria-current]:hover:not([disabled]),
|
|
119
|
-
.sd-1-5-5-pagination ul li button[aria-current]:hover:not([disabled]) {
|
|
120
|
-
|
|
121
|
-
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
/* Previous and next arrow when it has no href */
|
|
125
|
-
|
|
126
|
-
.sd-1-5-5-pagination ul li:first-child:has(a:not([href])) a,
|
|
127
|
-
.sd-1-5-5-pagination ul li:last-child:has(a:not([href])) a,
|
|
128
|
-
.sd-1-5-5-pagination ul li:first-child:has(button[disabled]) button,
|
|
129
|
-
.sd-1-5-5-pagination ul li:last-child:has(button[disabled]) button {
|
|
68
|
+
}
|
|
69
|
+
.sd-2-0-0-next-0-pagination ul li:not(:first-child):not(:last-child) a, .sd-2-0-0-next-0-pagination ul li:not(:first-child):not(:last-child) button {
|
|
70
|
+
height: 100%;
|
|
71
|
+
width: 100%;
|
|
72
|
+
border-bottom-style: var(--tw-border-style);
|
|
73
|
+
border-bottom-width: var(--sd-border-width-2);
|
|
74
|
+
border-bottom-color: transparent;
|
|
75
|
+
}
|
|
76
|
+
.sd-2-0-0-next-0-pagination ul li:not(:first-child):not(:last-child) a[aria-current], .sd-2-0-0-next-0-pagination ul li:not(:first-child):not(:last-child) button[aria-current] {
|
|
77
|
+
border-bottom-color: var(--sd-color-border-accent, var(--sd-color-accent));
|
|
78
|
+
}
|
|
79
|
+
.sd-2-0-0-next-0-pagination ul li a[aria-current], .sd-2-0-0-next-0-pagination ul li button[aria-current] {
|
|
80
|
+
color: var(--sd-color-text-black, var(--sd-color-black));
|
|
81
|
+
}
|
|
82
|
+
.sd-2-0-0-next-0-pagination ul li a[aria-current]:hover:not([disabled]), .sd-2-0-0-next-0-pagination ul li button[aria-current]:hover:not([disabled]) {
|
|
83
|
+
color: var(--sd-color-text-black, var(--sd-color-black));
|
|
84
|
+
}
|
|
85
|
+
.sd-2-0-0-next-0-pagination ul li:first-child:has(a:not([href])) a, .sd-2-0-0-next-0-pagination ul li:last-child:has(a:not([href])) a, .sd-2-0-0-next-0-pagination ul li:first-child:has(button[disabled]) button, .sd-2-0-0-next-0-pagination ul li:last-child:has(button[disabled]) button {
|
|
130
86
|
cursor: not-allowed;
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
.sd-1-5-5-pagination ul li:first-child:has(a:not([href])) a:hover:not([disabled]),
|
|
136
|
-
.sd-1-5-5-pagination ul li:last-child:has(a:not([href])) a:hover:not([disabled]),
|
|
137
|
-
.sd-1-5-5-pagination ul li:first-child:has(button[disabled]) button:hover:not([disabled]),
|
|
138
|
-
.sd-1-5-5-pagination ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
|
|
139
|
-
|
|
140
|
-
color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
/* Numbers */
|
|
144
|
-
|
|
145
|
-
/* Number which is not current */
|
|
146
|
-
|
|
147
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) {
|
|
148
|
-
pointer-events: none;
|
|
149
|
-
position: absolute;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) a,
|
|
153
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) button {
|
|
154
|
-
display: none;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
/* Apply ellipsis to (n + 2 && n - 1) */
|
|
158
|
-
|
|
159
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current]), .sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child) {
|
|
160
|
-
pointer-events: auto !important;
|
|
161
|
-
position: relative !important;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(+ li + li a[aria-current], + li + li button[aria-current])::after, .sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child)::after {
|
|
165
|
-
--tw-content: '...';
|
|
166
|
-
content: var(--tw-content);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2),
|
|
170
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2),
|
|
171
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(
|
|
172
|
-
+ li a[aria-current],
|
|
173
|
-
+ li button[aria-current]),
|
|
174
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(
|
|
175
|
-
a[aria-current],
|
|
176
|
-
button[aria-current]) + li {
|
|
177
|
-
pointer-events: auto !important;
|
|
178
|
-
position: relative !important;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2)::after,
|
|
182
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2)::after,
|
|
183
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(
|
|
184
|
-
+ li a[aria-current],
|
|
185
|
-
+ li button[aria-current])::after,
|
|
186
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(
|
|
187
|
-
a[aria-current],
|
|
188
|
-
button[aria-current]) + li::after {
|
|
189
|
-
content: var(--tw-content) !important;
|
|
190
|
-
display: none !important;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) a,
|
|
194
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) button,
|
|
195
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) a,
|
|
196
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) button,
|
|
197
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(
|
|
198
|
-
+ li a[aria-current],
|
|
199
|
-
+ li button[aria-current]) a,
|
|
200
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(
|
|
201
|
-
+ li a[aria-current],
|
|
202
|
-
+ li button[aria-current]) button,
|
|
203
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(
|
|
204
|
-
a[aria-current],
|
|
205
|
-
button[aria-current]) + li a,
|
|
206
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):has(
|
|
207
|
-
a[aria-current],
|
|
208
|
-
button[aria-current]) + li button {
|
|
209
|
-
display: flex !important;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
/* When one of the first 4 pages is selected */
|
|
213
|
-
|
|
214
|
-
/* Show until the 5th page (forward) */
|
|
215
|
-
|
|
216
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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) {
|
|
217
|
-
pointer-events: auto;
|
|
218
|
-
position: relative;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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 {
|
|
222
|
-
content: var(--tw-content);
|
|
223
|
-
display: none;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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,
|
|
227
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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 {
|
|
228
|
-
display: flex;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
/* Show ellipsis on the 6th */
|
|
232
|
-
|
|
233
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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 {
|
|
234
|
-
pointer-events: none;
|
|
235
|
-
position: relative;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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 {
|
|
239
|
-
--tw-content: '...';
|
|
240
|
-
content: var(--tw-content);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
/* When one of the first 4 pages is selected, show until the 5th page (backward) */
|
|
244
|
-
|
|
245
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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]) {
|
|
246
|
-
pointer-events: auto;
|
|
247
|
-
position: relative;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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 {
|
|
251
|
-
content: var(--tw-content);
|
|
252
|
-
display: none;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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,
|
|
256
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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 {
|
|
257
|
-
display: flex;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
/* When one of the last 4 pages is selected, show the last 4 pages (forward) */
|
|
261
|
-
|
|
262
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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) {
|
|
263
|
-
pointer-events: auto;
|
|
264
|
-
position: relative;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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 {
|
|
268
|
-
content: var(--tw-content);
|
|
269
|
-
display: none;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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,
|
|
273
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-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 {
|
|
274
|
-
display: flex;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
/* When one of the last 4 pages is selected, show the last 4 pages (backward) */
|
|
278
|
-
|
|
279
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
|
|
280
|
-
~ :nth-last-child(-n + 5) a[aria-current],
|
|
281
|
-
~ :nth-last-child(-n + 5) button[aria-current]
|
|
282
|
-
) {
|
|
283
|
-
pointer-events: auto;
|
|
284
|
-
position: relative;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
|
|
288
|
-
~ :nth-last-child(-n + 5) a[aria-current],
|
|
289
|
-
~ :nth-last-child(-n + 5) button[aria-current]
|
|
290
|
-
)::after {
|
|
291
|
-
content: var(--tw-content);
|
|
292
|
-
display: none;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
|
|
296
|
-
~ :nth-last-child(-n + 5) a[aria-current],
|
|
297
|
-
~ :nth-last-child(-n + 5) button[aria-current]
|
|
298
|
-
) a,
|
|
299
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(-n + 6):has(
|
|
300
|
-
~ :nth-last-child(-n + 5) a[aria-current],
|
|
301
|
-
~ :nth-last-child(-n + 5) button[aria-current]
|
|
302
|
-
) button {
|
|
303
|
-
display: flex;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
/* Show ellipsis on the 6th to last */
|
|
307
|
-
|
|
308
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has(
|
|
309
|
-
~ :nth-last-child(-n + 5) a[aria-current],
|
|
310
|
-
~ :nth-last-child(-n + 5) button[aria-current]
|
|
311
|
-
) {
|
|
312
|
-
pointer-events: none;
|
|
313
|
-
position: relative;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(7):has(
|
|
317
|
-
~ :nth-last-child(-n + 5) a[aria-current],
|
|
318
|
-
~ :nth-last-child(-n + 5) button[aria-current]
|
|
319
|
-
)::after {
|
|
320
|
-
--tw-content: '...';
|
|
321
|
-
content: var(--tw-content);
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
/* When it only has 5 numbers + 2 prev & next buttons */
|
|
325
|
-
|
|
326
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li {
|
|
327
|
-
pointer-events: auto;
|
|
328
|
-
position: relative;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li::after {
|
|
332
|
-
content: var(--tw-content);
|
|
333
|
-
display: none;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li a,
|
|
337
|
-
.sd-1-5-5-pagination:not(.sd-1-5-5-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li button {
|
|
338
|
-
display: flex;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.sd-1-5-5-pagination--simple ul li:nth-child(2) {
|
|
342
|
-
position: relative;
|
|
343
|
-
margin-inline-end: var(--sd-spacing-5, 1.25rem) /* 20px */;
|
|
344
|
-
width: var(--sd-spacing-8, 2rem) /* 32px */;
|
|
345
|
-
border-bottom-width: 2px;
|
|
346
|
-
--tw-border-opacity: 1;
|
|
347
|
-
border-bottom-color: rgb(var(--sd-color-accent, 45 157 0) / var(--tw-border-opacity, 1)) /* Used to highlight active/selected elements
|
|
348
|
-
*/;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.sd-1-5-5-pagination--simple ul li:nth-child(2)::after {
|
|
352
|
-
position: absolute;
|
|
353
|
-
right: -18px;
|
|
354
|
-
--tw-scale-y: 1.5;
|
|
355
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
356
|
-
--tw-content: '/';
|
|
357
|
-
content: var(--tw-content);
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.sd-1-5-5-pagination--simple ul li:nth-child(2) {
|
|
361
|
-
|
|
362
|
-
border-bottom-style: solid;
|
|
87
|
+
color: var(--sd-color-text-neutral-500, var(--sd-color-neutral-500));
|
|
88
|
+
}
|
|
89
|
+
.sd-2-0-0-next-0-pagination ul li:first-child:has(a:not([href])) a:hover:not([disabled]), .sd-2-0-0-next-0-pagination ul li:last-child:has(a:not([href])) a:hover:not([disabled]), .sd-2-0-0-next-0-pagination ul li:first-child:has(button[disabled]) button:hover:not([disabled]), .sd-2-0-0-next-0-pagination ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
|
|
90
|
+
color: var(--sd-color-text-neutral-500, var(--sd-color-neutral-500));
|
|
363
91
|
}
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
.sd-
|
|
418
|
-
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
92
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) {
|
|
93
|
+
pointer-events: none;
|
|
94
|
+
position: absolute;
|
|
95
|
+
}
|
|
96
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) a, .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) button {
|
|
97
|
+
display: none;
|
|
98
|
+
}
|
|
99
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child) {
|
|
100
|
+
pointer-events: auto !important;
|
|
101
|
+
position: relative !important;
|
|
102
|
+
}
|
|
103
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):has(a[aria-current], button[aria-current]) + li + li:not(:last-child)::after {
|
|
104
|
+
--tw-content: '...';
|
|
105
|
+
content: var(--tw-content);
|
|
106
|
+
}
|
|
107
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2), .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2), .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):has( + li a[aria-current], + li button[aria-current]), .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li {
|
|
108
|
+
pointer-events: auto !important;
|
|
109
|
+
position: relative !important;
|
|
110
|
+
}
|
|
111
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2)::after, .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2)::after, .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li::after {
|
|
112
|
+
content: var(--tw-content);
|
|
113
|
+
display: none !important;
|
|
114
|
+
}
|
|
115
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) a, .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):nth-child(2) button, .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) a, .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):nth-last-child(2) button, .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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-0-pagination:not(.sd-2-0-0-next-0-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-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li a, .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul li:not(:first-child):not(:last-child):has( a[aria-current], button[aria-current]) + li button {
|
|
116
|
+
display: flex !important;
|
|
117
|
+
}
|
|
118
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
pointer-events: auto;
|
|
120
|
+
position: relative;
|
|
121
|
+
}
|
|
122
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
content: var(--tw-content);
|
|
124
|
+
display: none;
|
|
125
|
+
}
|
|
126
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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-0-pagination:not(.sd-2-0-0-next-0-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
|
+
display: flex;
|
|
128
|
+
}
|
|
129
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
pointer-events: none;
|
|
131
|
+
position: relative;
|
|
132
|
+
}
|
|
133
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
--tw-content: '...';
|
|
135
|
+
content: var(--tw-content);
|
|
136
|
+
}
|
|
137
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
pointer-events: auto;
|
|
139
|
+
position: relative;
|
|
140
|
+
}
|
|
141
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
content: var(--tw-content);
|
|
143
|
+
display: none;
|
|
144
|
+
}
|
|
145
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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-0-pagination:not(.sd-2-0-0-next-0-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
|
+
display: flex;
|
|
147
|
+
}
|
|
148
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
pointer-events: auto;
|
|
150
|
+
position: relative;
|
|
151
|
+
}
|
|
152
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
content: var(--tw-content);
|
|
154
|
+
display: none;
|
|
155
|
+
}
|
|
156
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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-0-pagination:not(.sd-2-0-0-next-0-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
|
+
display: flex;
|
|
158
|
+
}
|
|
159
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
pointer-events: auto;
|
|
161
|
+
position: relative;
|
|
162
|
+
}
|
|
163
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
content: var(--tw-content);
|
|
165
|
+
display: none;
|
|
166
|
+
}
|
|
167
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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-0-pagination:not(.sd-2-0-0-next-0-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
|
+
display: flex;
|
|
169
|
+
}
|
|
170
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
pointer-events: none;
|
|
172
|
+
position: relative;
|
|
173
|
+
}
|
|
174
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-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
|
+
--tw-content: '...';
|
|
176
|
+
content: var(--tw-content);
|
|
177
|
+
}
|
|
178
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li {
|
|
179
|
+
pointer-events: auto;
|
|
180
|
+
position: relative;
|
|
181
|
+
}
|
|
182
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li::after {
|
|
183
|
+
content: var(--tw-content);
|
|
184
|
+
display: none;
|
|
185
|
+
}
|
|
186
|
+
.sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li a, .sd-2-0-0-next-0-pagination:not(.sd-2-0-0-next-0-pagination--simple) ul:has(> li:last-child:nth-child(-n + 9)) li button {
|
|
187
|
+
display: flex;
|
|
188
|
+
}
|
|
189
|
+
.sd-2-0-0-next-0-pagination--simple ul li:nth-child(2) {
|
|
190
|
+
position: relative;
|
|
191
|
+
margin-inline-end: calc(var(--sd-spacing-1) * 5);
|
|
192
|
+
width: var(--sd-spacing-8);
|
|
193
|
+
border-bottom-style: var(--tw-border-style);
|
|
194
|
+
border-bottom-width: var(--sd-border-width-2);
|
|
195
|
+
border-bottom-color: var(--sd-color-border-accent, var(--sd-color-accent));
|
|
196
|
+
}
|
|
197
|
+
.sd-2-0-0-next-0-pagination--simple ul li:nth-child(2)::after {
|
|
198
|
+
content: var(--tw-content);
|
|
199
|
+
position: absolute;
|
|
200
|
+
}
|
|
201
|
+
.sd-2-0-0-next-0-pagination--simple ul li:nth-child(2)::after {
|
|
202
|
+
content: var(--tw-content);
|
|
203
|
+
right: calc(18px * -1);
|
|
204
|
+
}
|
|
205
|
+
.sd-2-0-0-next-0-pagination--simple ul li:nth-child(2)::after {
|
|
206
|
+
content: var(--tw-content);
|
|
207
|
+
--tw-scale-y: 1.5;
|
|
208
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
209
|
+
}
|
|
210
|
+
.sd-2-0-0-next-0-pagination--simple ul li:nth-child(2)::after {
|
|
211
|
+
--tw-content: '/';
|
|
212
|
+
content: var(--tw-content);
|
|
213
|
+
}
|
|
214
|
+
.sd-2-0-0-next-0-pagination--simple ul li:nth-child(2){
|
|
215
|
+
border-bottom-style: solid;
|
|
424
216
|
}
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
217
|
+
.sd-2-0-0-next-0-pagination--simple ul li:nth-last-child(2) {
|
|
218
|
+
border-bottom-style: var(--tw-border-style);
|
|
219
|
+
border-bottom-width: var(--sd-border-width-2);
|
|
220
|
+
border-bottom-color: transparent;
|
|
221
|
+
}
|
|
222
|
+
.sd-2-0-0-next-0-pagination--inverted ul li::after {
|
|
223
|
+
content: var(--tw-content);
|
|
224
|
+
color: var(--sd-color-text-white, var(--sd-color-white));
|
|
225
|
+
}
|
|
226
|
+
.sd-2-0-0-next-0-pagination--inverted ul li:first-child:has(a:not([href])) a, .sd-2-0-0-next-0-pagination--inverted ul li:last-child:has(a:not([href])) a, .sd-2-0-0-next-0-pagination--inverted ul li:first-child:has(button[disabled]) button, .sd-2-0-0-next-0-pagination--inverted ul li:last-child:has(button[disabled]) button {
|
|
227
|
+
color: var(--sd-color-text-neutral-600, var(--sd-color-neutral-600));
|
|
228
|
+
}
|
|
229
|
+
.sd-2-0-0-next-0-pagination--inverted ul li:first-child:has(a:not([href])) a:hover:not([disabled]), .sd-2-0-0-next-0-pagination--inverted ul li:last-child:has(a:not([href])) a:hover:not([disabled]), .sd-2-0-0-next-0-pagination--inverted ul li:first-child:has(button[disabled]) button:hover:not([disabled]), .sd-2-0-0-next-0-pagination--inverted ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
|
|
230
|
+
color: var(--sd-color-text-neutral-600, var(--sd-color-neutral-600));
|
|
231
|
+
}
|
|
232
|
+
.sd-2-0-0-next-0-pagination--inverted ul li a, .sd-2-0-0-next-0-pagination--inverted ul li a[aria-current], .sd-2-0-0-next-0-pagination--inverted ul li button, .sd-2-0-0-next-0-pagination--inverted ul li button[aria-current] {
|
|
233
|
+
color: var(--sd-color-text-white, var(--sd-color-white));
|
|
234
|
+
}
|
|
235
|
+
.sd-2-0-0-next-0-pagination--inverted ul li a:hover:not([disabled]), .sd-2-0-0-next-0-pagination--inverted ul li a[aria-current]:hover:not([disabled]), .sd-2-0-0-next-0-pagination--inverted ul li button:hover:not([disabled]), .sd-2-0-0-next-0-pagination--inverted ul li button[aria-current]:hover:not([disabled]) {
|
|
236
|
+
color: var(--sd-color-text-primary-200, var(--sd-color-primary-200));
|
|
237
|
+
}
|
|
238
|
+
.sd-2-0-0-next-0-pagination--inverted ul li a:active:not([disabled]), .sd-2-0-0-next-0-pagination--inverted ul li a[aria-current]:active:not([disabled]), .sd-2-0-0-next-0-pagination--inverted ul li button:active:not([disabled]), .sd-2-0-0-next-0-pagination--inverted ul li button[aria-current]:active:not([disabled]) {
|
|
239
|
+
color: var(--sd-color-text-primary-400, var(--sd-color-primary-400));
|
|
240
|
+
}
|
|
241
|
+
.sd-2-0-0-next-0-pagination--inverted ul li a:focus-visible, .sd-2-0-0-next-0-pagination--inverted ul li a[aria-current]:focus-visible, .sd-2-0-0-next-0-pagination--inverted ul li button:focus-visible, .sd-2-0-0-next-0-pagination--inverted ul li button[aria-current]:focus-visible {
|
|
242
|
+
outline-color: var(--color-white, #fff);
|
|
243
|
+
}
|
|
244
|
+
.sd-2-0-0-next-0-pagination--inverted.sd-2-0-0-next-0-pagination--simple ul li {
|
|
245
|
+
color: var(--sd-color-text-white, var(--sd-color-white));
|
|
246
|
+
}
|
|
247
|
+
.sd-2-0-0-next-0-pagination--inverted.sd-2-0-0-next-0-pagination--simple ul li::after {
|
|
248
|
+
content: var(--tw-content);
|
|
249
|
+
color: var(--sd-color-text-white, var(--sd-color-white));
|
|
250
|
+
}
|
|
251
|
+
@property --tw-border-style {
|
|
252
|
+
syntax: "*";
|
|
253
|
+
inherits: false;
|
|
254
|
+
initial-value: solid;
|
|
255
|
+
}
|
|
256
|
+
@property --tw-outline-style {
|
|
257
|
+
syntax: "*";
|
|
258
|
+
inherits: false;
|
|
259
|
+
initial-value: solid;
|
|
260
|
+
}
|
|
261
|
+
@property --tw-content {
|
|
262
|
+
syntax: "*";
|
|
263
|
+
initial-value: "";
|
|
264
|
+
inherits: false;
|
|
265
|
+
}
|
|
266
|
+
@property --tw-scale-x {
|
|
267
|
+
syntax: "*";
|
|
268
|
+
inherits: false;
|
|
269
|
+
initial-value: 1;
|
|
270
|
+
}
|
|
271
|
+
@property --tw-scale-y {
|
|
272
|
+
syntax: "*";
|
|
273
|
+
inherits: false;
|
|
274
|
+
initial-value: 1;
|
|
275
|
+
}
|
|
276
|
+
@property --tw-scale-z {
|
|
277
|
+
syntax: "*";
|
|
278
|
+
inherits: false;
|
|
279
|
+
initial-value: 1;
|
|
280
|
+
}
|
|
281
|
+
@layer properties {
|
|
282
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
283
|
+
*, ::before, ::after, ::backdrop {
|
|
284
|
+
--tw-border-style: solid;
|
|
285
|
+
--tw-outline-style: solid;
|
|
286
|
+
--tw-content: "";
|
|
287
|
+
--tw-scale-x: 1;
|
|
288
|
+
--tw-scale-y: 1;
|
|
289
|
+
--tw-scale-z: 1;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
430
292
|
}
|