@solid-design-system/styles 1.5.4 → 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 +15 -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 +9 -10
|
@@ -1,237 +1,138 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
.sd-1-5-4-headline,
|
|
12
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5) {
|
|
13
|
-
|
|
14
|
-
display: flex;
|
|
15
|
-
|
|
16
|
-
font-weight: 700;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.sd-1-5-4-headline sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
24
|
-
|
|
1
|
+
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
3
|
+
.sd-2-0-0-next-0-headline, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5) {
|
|
4
|
+
display: flex;
|
|
5
|
+
--tw-font-weight: var(--sd-font-weight-bold);
|
|
6
|
+
font-weight: var(--sd-font-weight-bold);
|
|
7
|
+
color: var(--sd-color-text-primary, var(--sd-color-primary));
|
|
8
|
+
}
|
|
9
|
+
.sd-2-0-0-next-0-headline sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
25
10
|
flex-shrink: 0;
|
|
26
|
-
|
|
27
11
|
font-size: 3rem;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
@media (min-width: 640px) {
|
|
35
|
-
|
|
36
|
-
.sd-1-5-4-headline sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
37
|
-
|
|
38
|
-
margin-top: var(--sd-spacing-2, 0.5rem) /* 8px */
|
|
12
|
+
color: var(--sd-color-text-primary, var(--sd-color-primary));
|
|
13
|
+
}
|
|
14
|
+
@media (width >= 40rem) {
|
|
15
|
+
.sd-2-0-0-next-0-headline sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
16
|
+
margin-top: var(--sd-spacing-2)
|
|
17
|
+
}
|
|
39
18
|
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@media (min-width: 640px) {
|
|
55
|
-
|
|
56
|
-
.sd-1-5-4-headline.sd-1-5-4-headline,
|
|
57
|
-
.sd-1-5-4-headline:is(h1):not(.sd-1-5-4-headline),
|
|
58
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline,
|
|
59
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-4-headline) {
|
|
60
|
-
|
|
61
|
-
font-size: var(--sd-font-size-4xl, 2.5rem) /* 40px */
|
|
19
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline, .sd-2-0-0-next-0-headline:is(h1):not(.sd-2-0-0-next-0-headline), .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-2-0-0-next-0-headline) {
|
|
20
|
+
gap: var(--sd-spacing-4);
|
|
21
|
+
font-size: var(--sd-text-3xl);
|
|
22
|
+
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
23
|
+
--tw-leading: var(--leading-tight, 1.25);
|
|
24
|
+
line-height: var(--leading-tight, 1.25);
|
|
25
|
+
}
|
|
26
|
+
@media (width >= 40rem) {
|
|
27
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline, .sd-2-0-0-next-0-headline:is(h1):not(.sd-2-0-0-next-0-headline), .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-2-0-0-next-0-headline) {
|
|
28
|
+
font-size: var(--sd-text-4xl);
|
|
29
|
+
line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
|
|
30
|
+
}
|
|
62
31
|
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
.sd-1-5-4-headline.sd-1-5-4-headline sd-icon, .sd-1-5-4-headline:is(h1):not(.sd-1-5-4-headline) sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-4-headline) sd-icon {
|
|
66
|
-
|
|
67
|
-
margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1)
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
@media (min-width: 640px) {
|
|
71
|
-
|
|
72
|
-
.sd-1-5-4-headline.sd-1-5-4-headline sd-icon, .sd-1-5-4-headline:is(h1):not(.sd-1-5-4-headline) sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-4-headline) sd-icon {
|
|
73
|
-
|
|
74
|
-
margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */
|
|
32
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline sd-icon, .sd-2-0-0-next-0-headline:is(h1):not(.sd-2-0-0-next-0-headline) sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-2-0-0-next-0-headline) sd-icon {
|
|
33
|
+
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
75
34
|
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
.sd-1-5-4-headline:is(h2):not(.sd-1-5-4-headline),
|
|
80
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-3xl,
|
|
81
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-4-headline) {
|
|
82
|
-
|
|
83
|
-
gap: var(--sd-spacing-4, 1rem) /* 16px */;
|
|
84
|
-
|
|
85
|
-
font-size: var(--sd-font-size-2xl, 1.75rem) /* 28px */;
|
|
86
|
-
|
|
87
|
-
line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
@media (min-width: 640px) {
|
|
91
|
-
|
|
92
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-3xl,
|
|
93
|
-
.sd-1-5-4-headline:is(h2):not(.sd-1-5-4-headline),
|
|
94
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-3xl,
|
|
95
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-4-headline) {
|
|
96
|
-
|
|
97
|
-
font-size: var(--sd-font-size-3xl, 2rem) /* 32px */
|
|
35
|
+
@media (width >= 40rem) {
|
|
36
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline sd-icon, .sd-2-0-0-next-0-headline:is(h1):not(.sd-2-0-0-next-0-headline) sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-2-0-0-next-0-headline) sd-icon {
|
|
37
|
+
margin-top: calc(var(--sd-spacing-1) * 0)
|
|
98
38
|
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
39
|
+
}
|
|
40
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-3xl, .sd-2-0-0-next-0-headline:is(h2):not(.sd-2-0-0-next-0-headline), .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-3xl, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-2-0-0-next-0-headline) {
|
|
41
|
+
gap: var(--sd-spacing-4);
|
|
42
|
+
font-size: var(--sd-text-2xl);
|
|
43
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
|
|
44
|
+
--tw-leading: var(--leading-tight, 1.25);
|
|
45
|
+
line-height: var(--leading-tight, 1.25);
|
|
46
|
+
}
|
|
47
|
+
@media (width >= 40rem) {
|
|
48
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-3xl, .sd-2-0-0-next-0-headline:is(h2):not(.sd-2-0-0-next-0-headline), .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-3xl, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-2-0-0-next-0-headline) {
|
|
49
|
+
font-size: var(--sd-text-3xl);
|
|
50
|
+
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
|
|
51
|
+
}
|
|
111
52
|
}
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-xl,
|
|
115
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-lg,
|
|
116
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-base,
|
|
117
|
-
.sd-1-5-4-headline:is(h3, h4, h5):not(.sd-1-5-4-headline),
|
|
118
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-xl,
|
|
119
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-lg,
|
|
120
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-base,
|
|
121
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-5-4-headline) {
|
|
122
|
-
|
|
123
|
-
gap: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-xl sd-icon, .sd-1-5-4-headline.sd-1-5-4-headline--size-lg sd-icon, .sd-1-5-4-headline.sd-1-5-4-headline--size-base sd-icon, .sd-1-5-4-headline:is(h3, h4, h5):not(.sd-1-5-4-headline) sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-xl sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-lg sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-base sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-5-4-headline) sd-icon {
|
|
131
|
-
|
|
132
|
-
font-size: 2rem
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-xl,
|
|
136
|
-
.sd-1-5-4-headline:is(h3):not(.sd-1-5-4-headline),
|
|
137
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-xl,
|
|
138
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-4-headline) {
|
|
139
|
-
|
|
140
|
-
font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-xl sd-icon, .sd-1-5-4-headline:is(h3):not(.sd-1-5-4-headline) sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-xl sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-4-headline) sd-icon {
|
|
144
|
-
|
|
145
|
-
margin-top: var(--sd-spacing-0-5, 0.125rem) /* 2px */
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
@media (min-width: 640px) {
|
|
149
|
-
|
|
150
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-xl sd-icon, .sd-1-5-4-headline:is(h3):not(.sd-1-5-4-headline) sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-xl sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-4-headline) sd-icon {
|
|
151
|
-
|
|
152
|
-
margin-top: var(--sd-spacing-0-5, 0.125rem) /* 2px */
|
|
53
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-3xl sd-icon, .sd-2-0-0-next-0-headline:is(h2):not(.sd-2-0-0-next-0-headline) sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-3xl sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-2-0-0-next-0-headline) sd-icon {
|
|
54
|
+
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
153
55
|
}
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-base,
|
|
158
|
-
.sd-1-5-4-headline:is(h4, h5):not(.sd-1-5-4-headline),
|
|
159
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-lg,
|
|
160
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-base,
|
|
161
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-1-5-4-headline) {
|
|
162
|
-
|
|
163
|
-
line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-lg,
|
|
167
|
-
.sd-1-5-4-headline:is(h4),
|
|
168
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-lg,
|
|
169
|
-
.sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h4) {
|
|
170
|
-
|
|
171
|
-
font-size: var(--sd-font-size-lg, 1.25rem) /* 20px */
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-lg sd-icon, .sd-1-5-4-headline:is(h4) sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-lg sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
|
175
|
-
|
|
176
|
-
margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
@media (min-width: 640px) {
|
|
180
|
-
|
|
181
|
-
.sd-1-5-4-headline.sd-1-5-4-headline--size-lg sd-icon, .sd-1-5-4-headline:is(h4) sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5).sd-1-5-4-headline--size-lg sd-icon, .sd-1-5-4-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
|
182
|
-
|
|
183
|
-
margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */
|
|
56
|
+
@media (width >= 40rem) {
|
|
57
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-3xl sd-icon, .sd-2-0-0-next-0-headline:is(h2):not(.sd-2-0-0-next-0-headline) sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-3xl sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-2-0-0-next-0-headline) sd-icon {
|
|
58
|
+
margin-top: calc(var(--sd-spacing-1) * 0)
|
|
184
59
|
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.sd-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
.sd-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
60
|
+
}
|
|
61
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-xl, .sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-lg, .sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-base, .sd-2-0-0-next-0-headline:is(h3, h4, h5):not(.sd-2-0-0-next-0-headline), .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-xl, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-lg, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-base, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-2-0-0-next-0-headline) {
|
|
62
|
+
gap: var(--sd-spacing-2);
|
|
63
|
+
color: var(--sd-color-text-black, var(--sd-color-black));
|
|
64
|
+
}
|
|
65
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-xl sd-icon, .sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-lg sd-icon, .sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-base sd-icon, .sd-2-0-0-next-0-headline:is(h3, h4, h5):not(.sd-2-0-0-next-0-headline) sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-xl sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-lg sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-base sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-2-0-0-next-0-headline) sd-icon {
|
|
66
|
+
font-size: 2rem;
|
|
67
|
+
}
|
|
68
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-xl, .sd-2-0-0-next-0-headline:is(h3):not(.sd-2-0-0-next-0-headline), .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-xl, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-2-0-0-next-0-headline) {
|
|
69
|
+
font-size: var(--sd-text-xl);
|
|
70
|
+
line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
|
|
71
|
+
}
|
|
72
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-xl sd-icon, .sd-2-0-0-next-0-headline:is(h3):not(.sd-2-0-0-next-0-headline) sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-xl sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-2-0-0-next-0-headline) sd-icon {
|
|
73
|
+
margin-top: var(--sd-spacing-0\.5);
|
|
74
|
+
}
|
|
75
|
+
@media (width >= 40rem) {
|
|
76
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-xl sd-icon, .sd-2-0-0-next-0-headline:is(h3):not(.sd-2-0-0-next-0-headline) sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-xl sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-2-0-0-next-0-headline) sd-icon {
|
|
77
|
+
margin-top: var(--sd-spacing-0\.5)
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-lg, .sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-base, .sd-2-0-0-next-0-headline:is(h4, h5):not(.sd-2-0-0-next-0-headline), .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-lg, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-base, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-2-0-0-next-0-headline) {
|
|
81
|
+
--tw-leading: var(--leading-normal, 1.5);
|
|
82
|
+
line-height: var(--leading-normal, 1.5);
|
|
83
|
+
}
|
|
84
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-lg, .sd-2-0-0-next-0-headline:is(h4), .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-lg, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h4) {
|
|
85
|
+
font-size: var(--sd-text-lg);
|
|
86
|
+
line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
|
|
87
|
+
}
|
|
88
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-lg sd-icon, .sd-2-0-0-next-0-headline:is(h4) sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-lg sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
|
89
|
+
margin-top: calc(var(--sd-spacing-1) * 0);
|
|
90
|
+
}
|
|
91
|
+
@media (width >= 40rem) {
|
|
92
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-lg sd-icon, .sd-2-0-0-next-0-headline:is(h4) sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-lg sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
|
|
93
|
+
margin-top: calc(var(--sd-spacing-1) * 0)
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-base, .sd-2-0-0-next-0-headline:is(h5):not(.sd-2-0-0-next-0-headline), .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-base, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-2-0-0-next-0-headline) {
|
|
97
|
+
font-size: var(--sd-text-base);
|
|
98
|
+
line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
|
|
99
|
+
}
|
|
100
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-base sd-icon, .sd-2-0-0-next-0-headline:is(h5):not(.sd-2-0-0-next-0-headline) sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-base sd-icon, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-2-0-0-next-0-headline) sd-icon {
|
|
101
|
+
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
102
|
+
}
|
|
103
|
+
.sd-2-0-0-next-0-headline.sd-2-0-0-next-0-headline--size-base mark, .sd-2-0-0-next-0-headline:is(h5):not(.sd-2-0-0-next-0-headline) mark, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5).sd-2-0-0-next-0-headline--size-base mark, .sd-2-0-0-next-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-2-0-0-next-0-headline) mark {
|
|
104
|
+
color: inherit;
|
|
105
|
+
}
|
|
106
|
+
.sd-2-0-0-next-0-headline--inline {
|
|
107
|
+
display: inline-block;
|
|
108
|
+
}
|
|
109
|
+
.sd-2-0-0-next-0-headline--inline sd-icon {
|
|
110
|
+
margin-top: calc(var(--sd-spacing-1) * -1);
|
|
111
|
+
margin-right: var(--sd-spacing-2);
|
|
112
|
+
vertical-align: middle;
|
|
113
|
+
}
|
|
114
|
+
.sd-2-0-0-next-0-headline--inline:is(.sd-2-0-0-next-0-headline--size-xl, .sd-2-0-0-next-0-headline--size-lg, .sd-2-0-0-next-0-headline--size-base) sd-icon {
|
|
115
|
+
margin-right: var(--sd-spacing-0\.5);
|
|
116
|
+
}
|
|
117
|
+
.sd-2-0-0-next-0-headline--inverted:not(#_), .sd-2-0-0-next-0-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-2-0-0-next-0-headline):not(#_) {
|
|
118
|
+
color: var(--sd-color-text-white, var(--sd-color-white));
|
|
119
|
+
}
|
|
120
|
+
.sd-2-0-0-next-0-headline--inverted:not(#_) sd-icon, .sd-2-0-0-next-0-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-2-0-0-next-0-headline):not(#_) sd-icon {
|
|
121
|
+
color: var(--sd-color-text-white, var(--sd-color-white));
|
|
122
|
+
}
|
|
123
|
+
@property --tw-font-weight {
|
|
124
|
+
syntax: "*";
|
|
125
|
+
inherits: false;
|
|
126
|
+
}
|
|
127
|
+
@property --tw-leading {
|
|
128
|
+
syntax: "*";
|
|
129
|
+
inherits: false;
|
|
130
|
+
}
|
|
131
|
+
@layer properties {
|
|
132
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
133
|
+
*, ::before, ::after, ::backdrop {
|
|
134
|
+
--tw-font-weight: initial;
|
|
135
|
+
--tw-leading: initial;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
237
138
|
}
|
|
@@ -1,57 +1,130 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* @name sd-1-5-4-hidden-links
|
|
4
|
-
* @status stable
|
|
5
|
-
* @since 3.15.0
|
|
6
|
-
* @boolean sd-1-5-4-hidden-links--multiple Adapts styling for multiple skip links.
|
|
7
|
-
* @boolean sd-1-5-4-hidden-links--debug Always show the links for debugging purposes.
|
|
8
|
-
*/
|
|
9
|
-
|
|
1
|
+
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
10
3
|
:lang(en) {
|
|
11
4
|
--sd-hidden-links-title: 'Jump to';
|
|
12
5
|
}
|
|
13
|
-
|
|
14
6
|
:lang(de) {
|
|
15
7
|
--sd-hidden-links-title: 'Springe zu';
|
|
16
8
|
}
|
|
17
|
-
|
|
18
|
-
|
|
9
|
+
.sd-2-0-0-next-0-hidden-links:not(:focus-within):not(.sd-2-0-0-next-0-hidden-links--debug) {
|
|
10
|
+
position: absolute;
|
|
11
|
+
width: 1px;
|
|
12
|
+
height: 1px;
|
|
13
|
+
padding: 0;
|
|
14
|
+
margin: -1px;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
clip-path: inset(50%);
|
|
17
|
+
white-space: nowrap;
|
|
18
|
+
border-width: 0;
|
|
19
|
+
}
|
|
20
|
+
.sd-2-0-0-next-0-hidden-links{
|
|
19
21
|
position: absolute;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
display: flex;
|
|
38
|
-
flex-direction: column;
|
|
39
|
-
|
|
40
|
-
background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode)
Used for inverted button */;
|
|
41
|
-
padding-left: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
|
42
|
-
padding-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
|
43
|
-
padding-top: var(--sd-spacing-4, 1rem) /* 16px */;
|
|
44
|
-
padding-bottom: var(--sd-spacing-4, 1rem) /* 16px */;
|
|
45
|
-
--tw-shadow: var(--sd-shadow, 0px 1px 3px 0px rgb(81 81 81 / 75%));
|
|
46
|
-
--tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color);
|
|
47
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.sd-1-5-4-hidden-links--multiple:before {
|
|
51
|
-
padding-left: var(--sd-spacing-4, 1rem) /* 16px */;
|
|
52
|
-
padding-right: var(--sd-spacing-4, 1rem) /* 16px */;
|
|
53
|
-
padding-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
|
54
|
-
padding-bottom: var(--sd-spacing-2, 0.5rem) /* 8px */;
|
|
55
|
-
font-weight: 700;
|
|
22
|
+
top: var(--sd-spacing-6);
|
|
23
|
+
left: var(--sd-spacing-6);
|
|
24
|
+
}
|
|
25
|
+
.sd-2-0-0-next-0-hidden-links--multiple {
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
background-color: var(--sd-color-background-white, var(--sd-color-white));
|
|
29
|
+
padding-inline: var(--sd-spacing-2);
|
|
30
|
+
padding-block: var(--sd-spacing-4);
|
|
31
|
+
--tw-shadow: var(--sd-shadow);
|
|
32
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
33
|
+
}
|
|
34
|
+
.sd-2-0-0-next-0-hidden-links--multiple:before {
|
|
35
|
+
padding-inline: var(--sd-spacing-4);
|
|
36
|
+
padding-block: var(--sd-spacing-2);
|
|
37
|
+
--tw-font-weight: var(--sd-font-weight-bold);
|
|
38
|
+
font-weight: var(--sd-font-weight-bold);
|
|
56
39
|
content: var(--sd-hidden-links-title);
|
|
40
|
+
}
|
|
41
|
+
@property --tw-shadow {
|
|
42
|
+
syntax: "*";
|
|
43
|
+
inherits: false;
|
|
44
|
+
initial-value: 0 0 #0000;
|
|
45
|
+
}
|
|
46
|
+
@property --tw-shadow-color {
|
|
47
|
+
syntax: "*";
|
|
48
|
+
inherits: false;
|
|
49
|
+
}
|
|
50
|
+
@property --tw-shadow-alpha {
|
|
51
|
+
syntax: "<percentage>";
|
|
52
|
+
inherits: false;
|
|
53
|
+
initial-value: 100%;
|
|
54
|
+
}
|
|
55
|
+
@property --tw-inset-shadow {
|
|
56
|
+
syntax: "*";
|
|
57
|
+
inherits: false;
|
|
58
|
+
initial-value: 0 0 #0000;
|
|
59
|
+
}
|
|
60
|
+
@property --tw-inset-shadow-color {
|
|
61
|
+
syntax: "*";
|
|
62
|
+
inherits: false;
|
|
63
|
+
}
|
|
64
|
+
@property --tw-inset-shadow-alpha {
|
|
65
|
+
syntax: "<percentage>";
|
|
66
|
+
inherits: false;
|
|
67
|
+
initial-value: 100%;
|
|
68
|
+
}
|
|
69
|
+
@property --tw-ring-color {
|
|
70
|
+
syntax: "*";
|
|
71
|
+
inherits: false;
|
|
72
|
+
}
|
|
73
|
+
@property --tw-ring-shadow {
|
|
74
|
+
syntax: "*";
|
|
75
|
+
inherits: false;
|
|
76
|
+
initial-value: 0 0 #0000;
|
|
77
|
+
}
|
|
78
|
+
@property --tw-inset-ring-color {
|
|
79
|
+
syntax: "*";
|
|
80
|
+
inherits: false;
|
|
81
|
+
}
|
|
82
|
+
@property --tw-inset-ring-shadow {
|
|
83
|
+
syntax: "*";
|
|
84
|
+
inherits: false;
|
|
85
|
+
initial-value: 0 0 #0000;
|
|
86
|
+
}
|
|
87
|
+
@property --tw-ring-inset {
|
|
88
|
+
syntax: "*";
|
|
89
|
+
inherits: false;
|
|
90
|
+
}
|
|
91
|
+
@property --tw-ring-offset-width {
|
|
92
|
+
syntax: "<length>";
|
|
93
|
+
inherits: false;
|
|
94
|
+
initial-value: 0px;
|
|
95
|
+
}
|
|
96
|
+
@property --tw-ring-offset-color {
|
|
97
|
+
syntax: "*";
|
|
98
|
+
inherits: false;
|
|
99
|
+
initial-value: #fff;
|
|
100
|
+
}
|
|
101
|
+
@property --tw-ring-offset-shadow {
|
|
102
|
+
syntax: "*";
|
|
103
|
+
inherits: false;
|
|
104
|
+
initial-value: 0 0 #0000;
|
|
105
|
+
}
|
|
106
|
+
@property --tw-font-weight {
|
|
107
|
+
syntax: "*";
|
|
108
|
+
inherits: false;
|
|
109
|
+
}
|
|
110
|
+
@layer properties {
|
|
111
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
112
|
+
*, ::before, ::after, ::backdrop {
|
|
113
|
+
--tw-shadow: 0 0 #0000;
|
|
114
|
+
--tw-shadow-color: initial;
|
|
115
|
+
--tw-shadow-alpha: 100%;
|
|
116
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
117
|
+
--tw-inset-shadow-color: initial;
|
|
118
|
+
--tw-inset-shadow-alpha: 100%;
|
|
119
|
+
--tw-ring-color: initial;
|
|
120
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
121
|
+
--tw-inset-ring-color: initial;
|
|
122
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
123
|
+
--tw-ring-inset: initial;
|
|
124
|
+
--tw-ring-offset-width: 0px;
|
|
125
|
+
--tw-ring-offset-color: #fff;
|
|
126
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
127
|
+
--tw-font-weight: initial;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
57
130
|
}
|