@solid-design-system/styles 1.1.0 → 1.2.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/cdn/modules/footnotes.css +1 -1
  3. package/cdn/solid-styles.css +1 -1
  4. package/cdn-versioned/modules/chip.css +1 -1
  5. package/cdn-versioned/modules/container.css +1 -1
  6. package/cdn-versioned/modules/copyright.css +1 -1
  7. package/cdn-versioned/modules/display.css +1 -1
  8. package/cdn-versioned/modules/flag.css +1 -1
  9. package/cdn-versioned/modules/footnotes.css +1 -1
  10. package/cdn-versioned/modules/headline.css +1 -1
  11. package/cdn-versioned/modules/hidden-links.css +1 -1
  12. package/cdn-versioned/modules/interactive.css +1 -1
  13. package/cdn-versioned/modules/leadtext.css +1 -1
  14. package/cdn-versioned/modules/list.css +1 -1
  15. package/cdn-versioned/modules/mark.css +1 -1
  16. package/cdn-versioned/modules/media.css +1 -1
  17. package/cdn-versioned/modules/meta.css +1 -1
  18. package/cdn-versioned/modules/paragraph.css +1 -1
  19. package/cdn-versioned/modules/prose.css +1 -1
  20. package/cdn-versioned/modules/status-badge.css +1 -1
  21. package/cdn-versioned/modules/table-cell.css +1 -1
  22. package/cdn-versioned/modules/table.css +1 -1
  23. package/cdn-versioned/solid-styles.css +1 -1
  24. package/dist/modules/footnotes.css +114 -7
  25. package/dist/solid-styles.css +114 -7
  26. package/dist-versioned/modules/chip.css +6 -6
  27. package/dist-versioned/modules/container.css +45 -45
  28. package/dist-versioned/modules/copyright.css +11 -11
  29. package/dist-versioned/modules/display.css +9 -9
  30. package/dist-versioned/modules/flag.css +6 -6
  31. package/dist-versioned/modules/footnotes.css +120 -13
  32. package/dist-versioned/modules/headline.css +67 -67
  33. package/dist-versioned/modules/hidden-links.css +7 -7
  34. package/dist-versioned/modules/interactive.css +38 -38
  35. package/dist-versioned/modules/leadtext.css +8 -8
  36. package/dist-versioned/modules/list.css +47 -47
  37. package/dist-versioned/modules/mark.css +2 -2
  38. package/dist-versioned/modules/media.css +7 -7
  39. package/dist-versioned/modules/meta.css +12 -12
  40. package/dist-versioned/modules/paragraph.css +8 -8
  41. package/dist-versioned/modules/prose.css +231 -231
  42. package/dist-versioned/modules/status-badge.css +8 -8
  43. package/dist-versioned/modules/table-cell.css +23 -23
  44. package/dist-versioned/modules/table.css +4 -4
  45. package/dist-versioned/solid-styles.css +448 -341
  46. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Generates basic styles for chip elements.
3
- * @name sd-1-1-0-chip
3
+ * @name sd-1-2-0-chip
4
4
  * @status stable
5
5
  * @since 1.30.0
6
- * @variant { primary-300 | primary-500 | white } sd-1-1-0-chip--...
6
+ * @variant { primary-300 | primary-500 | white } sd-1-2-0-chip--...
7
7
  */
8
8
 
9
- .sd-1-1-0-chip {
9
+ .sd-1-2-0-chip {
10
10
  display: inline-flex;
11
11
  height: var(--sd-spacing-6, 1.5rem) /* 24px */;
12
12
  align-items: center;
@@ -22,34 +22,34 @@
22
22
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
23
23
  }
24
24
 
25
- .sd-1-1-0-chip--primary-500 {
25
+ .sd-1-2-0-chip--primary-500 {
26
26
 
27
27
  background-color: rgb(var(--sd-color-primary-500, 70 109 175) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
28
28
 
29
29
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
30
30
  }
31
31
 
32
- .sd-1-1-0-chip--primary-300 {
32
+ .sd-1-2-0-chip--primary-300 {
33
33
 
34
34
  background-color: rgb(var(--sd-color-primary-300, 200 213 231) / var(--tw-bg-opacity, 1)) /* Used for chip background */;
35
35
  }
36
36
 
37
- .sd-1-1-0-chip--white {
37
+ .sd-1-2-0-chip--white {
38
38
 
39
39
  background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */;
40
40
  }
41
41
 
42
42
  /**
43
43
  * Container lets users delimit and highlight a piece of content. The user has no interaction with it, it is merely a visual element that influences the flow of the page.
44
- * @name sd-1-1-0-container
44
+ * @name sd-1-2-0-container
45
45
  * @status stable
46
46
  * @since 1.30.0
47
- * @variant { primary-100 | primary | border-neutral-400 | white } sd-1-1-0-container--variant-... Defines the background color and border of sd-1-1-0-container.
48
- * @variant { sm } sd-1-1-0-container--padding-... Defines the padding of sd-1-1-0-container. This makes it adaptable to both small and large screens.
49
- * @variant { top | right | bottom | left } sd-1-1-0-container--triangle-... Defines an optional triangle cut-out for sd-1-1-0-container. This allows for an indentation resembling an arrow on any side of the container. CSS Property `triangle-background` defines the background color of the cut-out.
47
+ * @variant { primary-100 | primary | border-neutral-400 | white } sd-1-2-0-container--variant-... Defines the background color and border of sd-1-2-0-container.
48
+ * @variant { sm } sd-1-2-0-container--padding-... Defines the padding of sd-1-2-0-container. This makes it adaptable to both small and large screens.
49
+ * @variant { top | right | bottom | left } sd-1-2-0-container--triangle-... Defines an optional triangle cut-out for sd-1-2-0-container. This allows for an indentation resembling an arrow on any side of the container. CSS Property `triangle-background` defines the background color of the cut-out.
50
50
  */
51
51
 
52
- .sd-1-1-0-container {
52
+ .sd-1-2-0-container {
53
53
  position: relative;
54
54
 
55
55
  background-color: rgb(var(--sd-color-neutral-100, 246 246 246) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
@@ -59,18 +59,18 @@
59
59
  padding-bottom: var(--sd-spacing-8, 2rem) /* 32px */;
60
60
  }
61
61
 
62
- .sd-1-1-0-container--variant-primary-100 {
62
+ .sd-1-2-0-container--variant-primary-100 {
63
63
 
64
64
  background-color: rgb(var(--sd-color-primary-100, 236 240 249) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
65
65
  }
66
66
 
67
- .sd-1-1-0-container--variant-primary {
67
+ .sd-1-2-0-container--variant-primary {
68
68
 
69
69
  background-color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-bg-opacity, 1)) /* Inverted background color (light mode)
70
70
  Used for button */;
71
71
  }
72
72
 
73
- .sd-1-1-0-container--variant-border-neutral-400 {
73
+ .sd-1-2-0-container--variant-border-neutral-400 {
74
74
  border-style: solid;
75
75
  --tw-border-opacity: 1;
76
76
  border-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
@@ -80,27 +80,27 @@ Used for divider, teaser, container, ... */;
80
80
  border-width: 1px;
81
81
  }
82
82
 
83
- .sd-1-1-0-container--variant-white {
83
+ .sd-1-2-0-container--variant-white {
84
84
 
85
85
  background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */;
86
86
  }
87
87
 
88
- .sd-1-1-0-container--padding-sm {
88
+ .sd-1-2-0-container--padding-sm {
89
89
  padding-left: var(--sd-spacing-6, 1.5rem) /* 24px */;
90
90
  padding-right: var(--sd-spacing-6, 1.5rem) /* 24px */;
91
91
  padding-top: var(--sd-spacing-4, 1rem) /* 16px */;
92
92
  padding-bottom: var(--sd-spacing-4, 1rem) /* 16px */;
93
93
  }
94
94
 
95
- .sd-1-1-0-container {
95
+ .sd-1-2-0-container {
96
96
 
97
97
  --triangle-background: white;
98
98
  }
99
99
 
100
- .sd-1-1-0-container--triangle-top::before,
101
- .sd-1-1-0-container--triangle-right::before,
102
- .sd-1-1-0-container--triangle-bottom::before,
103
- .sd-1-1-0-container--triangle-left::before {
100
+ .sd-1-2-0-container--triangle-top::before,
101
+ .sd-1-2-0-container--triangle-right::before,
102
+ .sd-1-2-0-container--triangle-bottom::before,
103
+ .sd-1-2-0-container--triangle-left::before {
104
104
  position: absolute;
105
105
  display: block;
106
106
  border-style: solid;
@@ -109,38 +109,38 @@ Used for divider, teaser, container, ... */;
109
109
  content: '';
110
110
  }
111
111
 
112
- .sd-1-1-0-container--triangle-top::before {
112
+ .sd-1-2-0-container--triangle-top::before {
113
113
  top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
114
114
  left: calc(50% - 14px);
115
115
  border-top-color: var(--triangle-background);
116
116
  }
117
117
 
118
- .sd-1-1-0-container--triangle-right::before {
118
+ .sd-1-2-0-container--triangle-right::before {
119
119
  right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
120
120
  top: calc(50% - 14px);
121
121
  border-right-color: var(--triangle-background);
122
122
  }
123
123
 
124
- .sd-1-1-0-container--triangle-bottom::before {
124
+ .sd-1-2-0-container--triangle-bottom::before {
125
125
  bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
126
126
  left: calc(50% - 14px);
127
127
  border-bottom-color: var(--triangle-background);
128
128
  }
129
129
 
130
- .sd-1-1-0-container--triangle-left::before {
130
+ .sd-1-2-0-container--triangle-left::before {
131
131
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
132
132
  top: calc(50% - 14px);
133
133
  border-left-color: var(--triangle-background);
134
134
  }
135
135
 
136
- .sd-1-1-0-container--triangle-top-border::after,
137
- .sd-1-1-0-container--triangle-top-border::before,
138
- .sd-1-1-0-container--triangle-right-border::after,
139
- .sd-1-1-0-container--triangle-right-border::before,
140
- .sd-1-1-0-container--triangle-bottom-border::after,
141
- .sd-1-1-0-container--triangle-bottom-border::before,
142
- .sd-1-1-0-container--triangle-left-border::after,
143
- .sd-1-1-0-container--triangle-left-border::before {
136
+ .sd-1-2-0-container--triangle-top-border::after,
137
+ .sd-1-2-0-container--triangle-top-border::before,
138
+ .sd-1-2-0-container--triangle-right-border::after,
139
+ .sd-1-2-0-container--triangle-right-border::before,
140
+ .sd-1-2-0-container--triangle-bottom-border::after,
141
+ .sd-1-2-0-container--triangle-bottom-border::before,
142
+ .sd-1-2-0-container--triangle-left-border::after,
143
+ .sd-1-2-0-container--triangle-left-border::before {
144
144
  position: absolute;
145
145
  display: block;
146
146
  border-style: solid;
@@ -148,98 +148,98 @@ Used for divider, teaser, container, ... */;
148
148
  content: '';
149
149
  }
150
150
 
151
- .sd-1-1-0-container--triangle-top-border::after, .sd-1-1-0-container--triangle-right-border::after, .sd-1-1-0-container--triangle-bottom-border::after, .sd-1-1-0-container--triangle-left-border::after {
151
+ .sd-1-2-0-container--triangle-top-border::after, .sd-1-2-0-container--triangle-right-border::after, .sd-1-2-0-container--triangle-bottom-border::after, .sd-1-2-0-container--triangle-left-border::after {
152
152
  border-width: 14px;
153
153
  }
154
154
 
155
- .sd-1-1-0-container--triangle-top-border::before, .sd-1-1-0-container--triangle-right-border::before, .sd-1-1-0-container--triangle-bottom-border::before, .sd-1-1-0-container--triangle-left-border::before {
155
+ .sd-1-2-0-container--triangle-top-border::before, .sd-1-2-0-container--triangle-right-border::before, .sd-1-2-0-container--triangle-bottom-border::before, .sd-1-2-0-container--triangle-left-border::before {
156
156
  border-width: 15px;
157
157
  }
158
158
 
159
- .sd-1-1-0-container--triangle-top-border::after,
160
- .sd-1-1-0-container--triangle-top-border::before {
159
+ .sd-1-2-0-container--triangle-top-border::after,
160
+ .sd-1-2-0-container--triangle-top-border::before {
161
161
  top: -1px;
162
162
  }
163
163
 
164
- .sd-1-1-0-container--triangle-top-border::before {
164
+ .sd-1-2-0-container--triangle-top-border::before {
165
165
  --tw-border-opacity: 1;
166
166
  border-top-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
167
167
  Used for divider, teaser, container, ... */;
168
168
  left: calc(50% - 15px);
169
169
  }
170
170
 
171
- .sd-1-1-0-container--triangle-top-border::after {
171
+ .sd-1-2-0-container--triangle-top-border::after {
172
172
  left: calc(50% - 14px);
173
173
  border-top-color: var(--triangle-background);
174
174
  }
175
175
 
176
- .sd-1-1-0-container--triangle-right-border::after,
177
- .sd-1-1-0-container--triangle-right-border::before {
176
+ .sd-1-2-0-container--triangle-right-border::after,
177
+ .sd-1-2-0-container--triangle-right-border::before {
178
178
  right: -1px;
179
179
  }
180
180
 
181
- .sd-1-1-0-container--triangle-right-border::before {
181
+ .sd-1-2-0-container--triangle-right-border::before {
182
182
  --tw-border-opacity: 1;
183
183
  border-right-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
184
184
  Used for divider, teaser, container, ... */;
185
185
  top: calc(50% - 15px);
186
186
  }
187
187
 
188
- .sd-1-1-0-container--triangle-right-border::after {
188
+ .sd-1-2-0-container--triangle-right-border::after {
189
189
  top: calc(50% - 14px);
190
190
  border-right-color: var(--triangle-background);
191
191
  }
192
192
 
193
- .sd-1-1-0-container--triangle-bottom-border::after,
194
- .sd-1-1-0-container--triangle-bottom-border::before {
193
+ .sd-1-2-0-container--triangle-bottom-border::after,
194
+ .sd-1-2-0-container--triangle-bottom-border::before {
195
195
  bottom: -1px;
196
196
  }
197
197
 
198
- .sd-1-1-0-container--triangle-bottom-border::before {
198
+ .sd-1-2-0-container--triangle-bottom-border::before {
199
199
  --tw-border-opacity: 1;
200
200
  border-bottom-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
201
201
  Used for divider, teaser, container, ... */;
202
202
  left: calc(50% - 15px);
203
203
  }
204
204
 
205
- .sd-1-1-0-container--triangle-bottom-border::after {
205
+ .sd-1-2-0-container--triangle-bottom-border::after {
206
206
  left: calc(50% - 14px);
207
207
  border-bottom-color: var(--triangle-background);
208
208
  }
209
209
 
210
- .sd-1-1-0-container--triangle-left-border::after,
211
- .sd-1-1-0-container--triangle-left-border::before {
210
+ .sd-1-2-0-container--triangle-left-border::after,
211
+ .sd-1-2-0-container--triangle-left-border::before {
212
212
  left: -1px;
213
213
  }
214
214
 
215
- .sd-1-1-0-container--triangle-left-border::before {
215
+ .sd-1-2-0-container--triangle-left-border::before {
216
216
  --tw-border-opacity: 1;
217
217
  border-left-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
218
218
  Used for divider, teaser, container, ... */;
219
219
  top: calc(50% - 15px);
220
220
  }
221
221
 
222
- .sd-1-1-0-container--triangle-left-border::after {
222
+ .sd-1-2-0-container--triangle-left-border::after {
223
223
  top: calc(50% - 14px);
224
224
  border-left-color: var(--triangle-background);
225
225
  }
226
226
 
227
227
  /**
228
228
  * Generates basic styles for copyright elements.
229
- * @name sd-1-1-0-copyright
229
+ * @name sd-1-2-0-copyright
230
230
  * @status stable
231
231
  * @since 2.5.0
232
- * @variant { vertical } sd-1-1-0-copyright--orientation-... The copyright's orientation.
233
- * @variant { black } sd-1-1-0-copyright--color-... The copyright's text color.
234
- * @boolean sd-1-1-0-copyright--... Removes the shadow.
235
- * @variant { top } sd-1-1-0-copyright--placement-... The copyright's placement.
232
+ * @variant { vertical } sd-1-2-0-copyright--orientation-... The copyright's orientation.
233
+ * @variant { black } sd-1-2-0-copyright--color-... The copyright's text color.
234
+ * @boolean sd-1-2-0-copyright--... Removes the shadow.
235
+ * @variant { top } sd-1-2-0-copyright--placement-... The copyright's placement.
236
236
  */
237
237
 
238
- .sd-1-1-0-copyright {
238
+ .sd-1-2-0-copyright {
239
239
  position: relative;
240
240
  }
241
241
 
242
- .sd-1-1-0-copyright::after {
242
+ .sd-1-2-0-copyright::after {
243
243
  position: absolute;
244
244
  bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
245
245
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
@@ -255,7 +255,7 @@ Used for divider, teaser, container, ... */;
255
255
  content: var(--copyright);
256
256
  }
257
257
 
258
- .sd-1-1-0-copyright--orientation-vertical::after {
258
+ .sd-1-2-0-copyright--orientation-vertical::after {
259
259
  width: -moz-max-content;
260
260
  width: max-content;
261
261
  padding-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
@@ -267,17 +267,17 @@ Used for divider, teaser, container, ... */;
267
267
  transform: rotate(180deg);
268
268
  }
269
269
 
270
- .sd-1-1-0-copyright--color-black::after {
270
+ .sd-1-2-0-copyright--color-black::after {
271
271
 
272
272
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
273
273
  filter: drop-shadow(0 0 transparent);
274
274
  }
275
275
 
276
- .sd-1-1-0-copyright--no-shadow::after {
276
+ .sd-1-2-0-copyright--no-shadow::after {
277
277
  filter: drop-shadow(0 0 transparent);
278
278
  }
279
279
 
280
- .sd-1-1-0-copyright--placement-top::after {
280
+ .sd-1-2-0-copyright--placement-top::after {
281
281
  position: absolute;
282
282
  top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
283
283
  right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
@@ -290,13 +290,13 @@ Used for divider, teaser, container, ... */;
290
290
 
291
291
  /**
292
292
  * Generates basic styles for flag elements.
293
- * @name sd-1-1-0-flag
293
+ * @name sd-1-2-0-flag
294
294
  * @status stable
295
295
  * @since 1.34.0
296
- * @variant { neutral-300 | neutral-500 | white } sd-1-1-0-flag--...
296
+ * @variant { neutral-300 | neutral-500 | white } sd-1-2-0-flag--...
297
297
  */
298
298
 
299
- .sd-1-1-0-flag {
299
+ .sd-1-2-0-flag {
300
300
  display: inline-flex;
301
301
  height: var(--sd-spacing-8, 2rem) /* 32px */;
302
302
  align-items: center;
@@ -311,32 +311,32 @@ Used for divider, teaser, container, ... */;
311
311
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
312
312
  }
313
313
 
314
- .sd-1-1-0-flag--neutral-500 {
314
+ .sd-1-2-0-flag--neutral-500 {
315
315
 
316
316
  background-color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-bg-opacity, 1)) /* Used for disabled state */;
317
317
 
318
318
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
319
319
  }
320
320
 
321
- .sd-1-1-0-flag--neutral-300 {
321
+ .sd-1-2-0-flag--neutral-300 {
322
322
 
323
323
  background-color: rgb(var(--sd-color-neutral-300, 218 218 218) / var(--tw-bg-opacity, 1)) /* Used for flag */;
324
324
  }
325
325
 
326
- .sd-1-1-0-flag--white {
326
+ .sd-1-2-0-flag--white {
327
327
 
328
328
  background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */;
329
329
  }
330
330
 
331
331
  /**
332
332
  * A footnote contains additional information/sources related to the content and usually appears at the bottom of a page or below the content it refers to.
333
- * @name sd-1-1-0-footnotes
333
+ * @name sd-1-2-0-footnotes
334
334
  * @status stable
335
335
  * @since 3.0.0
336
- * @boolean sd-1-1-0-footnotes--inverted Inverts the footnote text.
336
+ * @boolean sd-1-2-0-footnotes--inverted Inverts the footnote text.
337
337
  */
338
338
 
339
- .sd-1-1-0-footnotes {
339
+ .sd-1-2-0-footnotes {
340
340
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
341
341
  margin-bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
342
342
  padding: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
@@ -346,38 +346,145 @@ Used for divider, teaser, container, ... */;
346
346
  color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
347
347
  }
348
348
 
349
- .sd-1-1-0-footnotes:is(ol) li {
349
+ .sd-1-2-0-footnotes :target {
350
+
351
+ background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
352
+ }
353
+
354
+ .sd-1-2-0-footnotes:is(ol) {
355
+ padding-inline-start: var(--sd-spacing-8, 2rem) /* 32px */;
356
+ }
357
+
358
+ .sd-1-2-0-footnotes:is(ol) li {
350
359
  counter-increment: list-item;
351
- display: flex;
352
- gap: var(--sd-spacing-2, 0.5rem) /* 8px */;
360
+ position: relative;
361
+ list-style-type: none;
353
362
  }
354
363
 
355
- .sd-1-1-0-footnotes:is(ol) li::before {
356
- width: var(--sd-spacing-5, 1.25rem) /* 20px */;
364
+ .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker::before, .sd-1-2-0-footnotes:is(ol) li:has(.sd-1-2-0-footnotes--marker:nth-of-type(2))::before, .sd-1-2-0-footnotes:is(ol) li:not(:has(.sd-1-2-0-footnotes--marker))::before {
365
+ position: absolute;
366
+ left: calc(var(--sd-spacing-8, 2rem) /* 32px */ * -1);
357
367
  flex-shrink: 0;
368
+ font-weight: 700;
369
+ line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
370
+ content: '[ ' counter(list-item) ' ]';
371
+ padding-top: 1px;
372
+ font-size: 10px;
373
+ }
374
+
375
+ .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker::after, .sd-1-2-0-footnotes:is(ol) li:has(.sd-1-2-0-footnotes--marker:nth-of-type(2))::after, .sd-1-2-0-footnotes:is(ol) li:not(:has(.sd-1-2-0-footnotes--marker))::after {
376
+ content: none;
377
+ }
378
+
379
+ .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker .sd-1-2-0-footnotes--marker, .sd-1-2-0-footnotes:is(ol) li:has(.sd-1-2-0-footnotes--marker:nth-of-type(2)) .sd-1-2-0-footnotes--marker, .sd-1-2-0-footnotes:is(ol) li:not(:has(.sd-1-2-0-footnotes--marker)) .sd-1-2-0-footnotes--marker {
380
+ display: inline-block;
381
+ counter-increment: footnotes-multiple;
382
+ }
383
+
384
+ .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker .sd-1-2-0-footnotes--marker::before, .sd-1-2-0-footnotes:is(ol) li:has(.sd-1-2-0-footnotes--marker:nth-of-type(2)) .sd-1-2-0-footnotes--marker::before, .sd-1-2-0-footnotes:is(ol) li:not(:has(.sd-1-2-0-footnotes--marker)) .sd-1-2-0-footnotes--marker::before {
385
+ position: relative;
386
+ left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
387
+ vertical-align: super;
388
+ font-weight: 700;
358
389
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
359
- content: counter(list-item);
360
- padding-top: 1px;
361
- font-size: 10px;
390
+ content: counter(footnotes-multiple, lower-alpha);
391
+ }
392
+
393
+ .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker {
394
+ bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
395
+ display: block;
396
+ }
397
+
398
+ .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker:focus-visible {
399
+ outline-width: 0px;
400
+ }
401
+
402
+ .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker:focus-visible::before {
403
+ border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
404
+ outline-style: solid;
405
+ outline-width: 2px;
406
+ outline-offset: 2px;
407
+ outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
362
408
  }
363
409
 
364
- .sd-1-1-0-footnotes:is(ul) {
410
+ .sd-1-2-0-footnotes:is(ul) {
365
411
  list-style: '';
366
412
  }
367
413
 
368
- .sd-1-1-0-footnotes--inverted {
414
+ .sd-1-2-0-footnotes--inverted {
369
415
 
370
416
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
371
417
  Used for inverted pressed interaction text link */;
372
418
  }
373
419
 
420
+ .sd-1-2-0-footnotes--inverted :target {
421
+
422
+ background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
423
+ }
424
+
425
+ .sd-1-2-0-footnotes--inverted .sd-1-2-0-footnotes--marker::before {
426
+
427
+ color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
428
+ outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */ !important;
429
+ }
430
+
431
+ .sd-1-2-0-footnotes--inverted:is(.sd-1-2-0-footnotes--marker) {
432
+ --tw-text-opacity: 1 !important;
433
+ color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */ !important;
434
+ outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */ !important;
435
+ }
436
+
437
+ .sd-1-2-0-footnotes--inverted:is(.sd-1-2-0-footnotes--marker):target {
438
+
439
+ background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
440
+ }
441
+
442
+ .sd-1-2-0-footnotes--marker {
443
+ position: relative;
444
+ bottom: var(--sd-spacing-2, 0.5rem) /* 8px */;
445
+ display: inline-block;
446
+ white-space: nowrap;
447
+ font-weight: 700;
448
+ text-decoration-line: none !important;
449
+ font-size: x-small;
450
+ }
451
+
452
+ .sd-1-2-0-footnotes--marker:target {
453
+
454
+ background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
455
+ }
456
+
457
+ .sd-1-2-0-footnotes--marker::before {
458
+ content: '[ ';
459
+ display: inline-block;
460
+ }
461
+
462
+ .sd-1-2-0-footnotes--marker::after {
463
+ content: ' ]';
464
+ display: inline-block;
465
+ }
466
+
467
+ .sd-1-2-0-footnotes--marker:link,
468
+ .sd-1-2-0-footnotes--marker:visited {
469
+
470
+ color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
471
+ }
472
+
473
+ .sd-1-2-0-footnotes--marker:focus-visible {
474
+ border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
475
+ outline-style: solid;
476
+ outline-width: 2px;
477
+ outline-offset: 2px;
478
+ outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
479
+ }
480
+
374
481
  /**
375
482
  * Hidden links can be used to show links only for keyboard users.
376
- * @name sd-1-1-0-hidden-links
483
+ * @name sd-1-2-0-hidden-links
377
484
  * @status stable
378
485
  * @since 3.15.0
379
- * @boolean sd-1-1-0-hidden-links--multiple Adapts styling for multiple skip links.
380
- * @boolean sd-1-1-0-hidden-links--debug Always show the links for debugging purposes.
486
+ * @boolean sd-1-2-0-hidden-links--multiple Adapts styling for multiple skip links.
487
+ * @boolean sd-1-2-0-hidden-links--debug Always show the links for debugging purposes.
381
488
  */
382
489
 
383
490
  :lang(en) {
@@ -388,7 +495,7 @@ Used for inverted pressed interaction text link */;
388
495
  --sd-hidden-links-title: 'Springe zu';
389
496
  }
390
497
 
391
- .sd-1-1-0-hidden-links:not(:focus-within):not(.sd-1-1-0-hidden-links--debug) {
498
+ .sd-1-2-0-hidden-links:not(:focus-within):not(.sd-1-2-0-hidden-links--debug) {
392
499
  position: absolute;
393
500
  width: 1px;
394
501
  height: 1px;
@@ -400,13 +507,13 @@ Used for inverted pressed interaction text link */;
400
507
  border-width: 0;
401
508
  }
402
509
 
403
- .sd-1-1-0-hidden-links {
510
+ .sd-1-2-0-hidden-links {
404
511
  position: absolute;
405
512
  top: var(--sd-spacing-6, 1.5rem) /* 24px */;
406
513
  left: var(--sd-spacing-6, 1.5rem) /* 24px */;
407
514
  }
408
515
 
409
- .sd-1-1-0-hidden-links--multiple {
516
+ .sd-1-2-0-hidden-links--multiple {
410
517
  display: flex;
411
518
  flex-direction: column;
412
519
 
@@ -420,7 +527,7 @@ Used for inverted pressed interaction text link */;
420
527
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
421
528
  }
422
529
 
423
- .sd-1-1-0-hidden-links--multiple:before {
530
+ .sd-1-2-0-hidden-links--multiple:before {
424
531
  padding-left: var(--sd-spacing-4, 1rem) /* 16px */;
425
532
  padding-right: var(--sd-spacing-4, 1rem) /* 16px */;
426
533
  padding-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
@@ -431,12 +538,12 @@ Used for inverted pressed interaction text link */;
431
538
 
432
539
  /**
433
540
  * The green accent color can be used to highlight parts of the text.
434
- * @name sd-1-1-0-mark
541
+ * @name sd-1-2-0-mark
435
542
  * @status stable
436
543
  * @since 1.7
437
544
  */
438
545
 
439
- mark.sd-1-1-0-mark {
546
+ mark.sd-1-2-0-mark {
440
547
  background-color: transparent;
441
548
 
442
549
  color: rgb(var(--sd-color-accent, 45 157 0) / var(--tw-text-opacity, 1)) /* Used for inverted hover interaction button label */;
@@ -444,16 +551,16 @@ mark.sd-1-1-0-mark {
444
551
 
445
552
  /**
446
553
  * Meta information like file size, date, or whatever is needed.
447
- * @name sd-1-1-0-meta
554
+ * @name sd-1-2-0-meta
448
555
  * @status stable
449
556
  * @since 1.7
450
- * @variant { sm } sd-1-1-0-meta--size-... The size. Small can be used as an alternative in tight spaces.
451
- * @boolean sd-1-1-0-meta--inverted Inverts the meta element.
452
- * @boolean sd-1-1-0-meta--pipe Adds a pipe right from the meta element.
453
- * @boolean sd-1-1-0-meta--light Makes sd-1-1-0-meta light.
557
+ * @variant { sm } sd-1-2-0-meta--size-... The size. Small can be used as an alternative in tight spaces.
558
+ * @boolean sd-1-2-0-meta--inverted Inverts the meta element.
559
+ * @boolean sd-1-2-0-meta--pipe Adds a pipe right from the meta element.
560
+ * @boolean sd-1-2-0-meta--light Makes sd-1-2-0-meta light.
454
561
  */
455
562
 
456
- .sd-1-1-0-meta {
563
+ .sd-1-2-0-meta {
457
564
  font-size: var(--sd-font-size-base, 1rem) /* 16px */;
458
565
  font-weight: 400;
459
566
  line-height: var(--sd-line-height-none, 100%) /* Used for buttons, input fields etc. */;
@@ -461,51 +568,51 @@ mark.sd-1-1-0-mark {
461
568
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
462
569
  }
463
570
 
464
- .sd-1-1-0-meta--size-sm {
571
+ .sd-1-2-0-meta--size-sm {
465
572
  font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
466
573
  }
467
574
 
468
- .sd-1-1-0-meta--light {
575
+ .sd-1-2-0-meta--light {
469
576
 
470
577
  color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
471
578
  }
472
579
 
473
- .sd-1-1-0-meta--inverted {
580
+ .sd-1-2-0-meta--inverted {
474
581
 
475
582
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
476
583
  }
477
584
 
478
- .sd-1-1-0-meta--inverted.sd-1-1-0-meta--light {
585
+ .sd-1-2-0-meta--inverted.sd-1-2-0-meta--light {
479
586
 
480
587
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
481
588
  Used for inverted pressed interaction text link */;
482
589
  }
483
590
 
484
- .sd-1-1-0-meta--pipe::after {
591
+ .sd-1-2-0-meta--pipe::after {
485
592
  content: '|';
486
593
  margin-left: var(--sd-spacing-1, 0.25rem) /* 4px */;
487
594
  margin-right: var(--sd-spacing-1, 0.25rem) /* 4px */;
488
595
  }
489
596
 
490
- .sd-1-1-0-meta--pipe.sd-1-1-0-meta--size-sm::after {
597
+ .sd-1-2-0-meta--pipe.sd-1-2-0-meta--size-sm::after {
491
598
  margin-left: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
492
599
  margin-right: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
493
600
  }
494
601
 
495
602
  /**
496
603
  * Description of the style.
497
- * @name sd-1-1-0-status-badge
604
+ * @name sd-1-2-0-status-badge
498
605
  * @status stable
499
606
  * @since 1.0
500
- * @variant { sucess | warning | error | info } sd-1-1-0-status-badge--...
607
+ * @variant { sucess | warning | error | info } sd-1-2-0-status-badge--...
501
608
  */
502
609
 
503
- .sd-1-1-0-status-badge {
610
+ .sd-1-2-0-status-badge {
504
611
  display: inline-flex;
505
612
  align-items: center;
506
613
  }
507
614
 
508
- .sd-1-1-0-status-badge sd-icon {
615
+ .sd-1-2-0-status-badge sd-icon {
509
616
  margin-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
510
617
  display: flex;
511
618
  height: var(--sd-spacing-3, 0.75rem) /* 12px */;
@@ -516,22 +623,22 @@ Used for inverted pressed interaction text link */;
516
623
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */ !important;
517
624
  }
518
625
 
519
- .sd-1-1-0-status-badge--success sd-icon {
626
+ .sd-1-2-0-status-badge--success sd-icon {
520
627
 
521
628
  background-color: rgb(var(--sd-color-success, 37 136 14) / var(--tw-bg-opacity, 1)) /* Used for success messages */;
522
629
  }
523
630
 
524
- .sd-1-1-0-status-badge--warning sd-icon {
631
+ .sd-1-2-0-status-badge--warning sd-icon {
525
632
 
526
633
  background-color: rgb(var(--sd-color-warning, 187 141 32) / var(--tw-bg-opacity, 1)) /* Used for notifications */;
527
634
  }
528
635
 
529
- .sd-1-1-0-status-badge--error sd-icon {
636
+ .sd-1-2-0-status-badge--error sd-icon {
530
637
 
531
638
  background-color: rgb(var(--sd-color-error, 204 25 55) / var(--tw-bg-opacity, 1)) /* Used for notification, status-badge */;
532
639
  }
533
640
 
534
- .sd-1-1-0-status-badge--info sd-icon {
641
+ .sd-1-2-0-status-badge--info sd-icon {
535
642
 
536
643
  background-color: rgb(var(--sd-color-info, 21 130 213) / var(--tw-bg-opacity, 1)) /* Used for notification, status-badge */;
537
644
  }
@@ -540,23 +647,23 @@ Used for inverted pressed interaction text link */;
540
647
 
541
648
  /**
542
649
  * Prose
543
- * @name sd-1-1-0-prose
650
+ * @name sd-1-2-0-prose
544
651
  * @status stable
545
652
  * @since 3.6.0
546
- * @boolean sd-1-1-0-prose--inverted Inverts the content, but not tables.
547
- * @boolean sd-1-1-0-prose--full-width Overrides the 80ch max-width and makes the prose full width.
653
+ * @boolean sd-1-2-0-prose--inverted Inverts the content, but not tables.
654
+ * @boolean sd-1-2-0-prose--full-width Overrides the 80ch max-width and makes the prose full width.
548
655
  */
549
656
 
550
657
  /**
551
658
  * Display provides larger text sizes that are not used as headlines. The different sizes allow for a more versatile styling of text elements. Display text should not be used as substitute for headlines.
552
- * @name sd-1-1-0-display
659
+ * @name sd-1-2-0-display
553
660
  * @status stable
554
661
  * @since 1.7
555
- * @variant { xl | 3xl } sd-1-1-0-display--size-... The display's size.
556
- * @boolean sd-1-1-0-display--inverted Inverts the display text.
662
+ * @variant { xl | 3xl } sd-1-2-0-display--size-... The display's size.
663
+ * @boolean sd-1-2-0-display--inverted Inverts the display text.
557
664
  */
558
665
 
559
- .sd-1-1-0-display {
666
+ .sd-1-2-0-display {
560
667
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
561
668
  font-weight: 400;
562
669
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -566,12 +673,12 @@ Used for inverted pressed interaction text link */;
566
673
 
567
674
  @media (min-width: 1024px) {
568
675
 
569
- .sd-1-1-0-display {
676
+ .sd-1-2-0-display {
570
677
  font-size: var(--sd-font-size-4xl, 2.5rem) /* 40px */;
571
678
  }
572
679
  }
573
680
 
574
- .sd-1-1-0-display--size-xl {
681
+ .sd-1-2-0-display--size-xl {
575
682
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
576
683
  font-weight: 400;
577
684
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -579,7 +686,7 @@ Used for inverted pressed interaction text link */;
579
686
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
580
687
  }
581
688
 
582
- .sd-1-1-0-display--size-3xl {
689
+ .sd-1-2-0-display--size-3xl {
583
690
  font-size: var(--sd-font-size-2xl, 1.75rem) /* 28px */;
584
691
  font-weight: 400;
585
692
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -589,35 +696,35 @@ Used for inverted pressed interaction text link */;
589
696
 
590
697
  @media (min-width: 1024px) {
591
698
 
592
- .sd-1-1-0-display--size-3xl {
699
+ .sd-1-2-0-display--size-3xl {
593
700
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
594
701
  }
595
702
  }
596
703
 
597
- .sd-1-1-0-display--inverted {
704
+ .sd-1-2-0-display--inverted {
598
705
 
599
706
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
600
707
  }
601
708
 
602
709
  /**
603
710
  * Headlines are vital for displaying content hierarchy and to improve accessibility. A headline can be additionally accompanied by an icon. The icon can be displayed on the left side or inline.
604
- * @name sd-1-1-0-headline
711
+ * @name sd-1-2-0-headline
605
712
  * @status stable
606
713
  * @since 1.16
607
- * @variant { 3xl | xl | lg | base } sd-1-1-0-headline--size-... The headline's size.
608
- * @boolean sd-1-1-0-headline--inverted Inverts the headline text.
609
- * @boolean sd-1-1-0-headline--inline Sets inline behavior. Used exclusively when an sd-icon or other component is present. See usage <a href="#inline">here.</a>
714
+ * @variant { 3xl | xl | lg | base } sd-1-2-0-headline--size-... The headline's size.
715
+ * @boolean sd-1-2-0-headline--inverted Inverts the headline text.
716
+ * @boolean sd-1-2-0-headline--inline Sets inline behavior. Used exclusively when an sd-icon or other component is present. See usage <a href="#inline">here.</a>
610
717
  */
611
718
 
612
- .sd-1-1-0-headline,
613
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5) {
719
+ .sd-1-2-0-headline,
720
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5) {
614
721
  display: flex;
615
722
  font-weight: 700;
616
723
 
617
724
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
618
725
  }
619
726
 
620
- .sd-1-1-0-headline sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5) sd-icon {
727
+ .sd-1-2-0-headline sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5) sd-icon {
621
728
  flex-shrink: 0;
622
729
  font-size: 3rem;
623
730
 
@@ -626,15 +733,15 @@ Used for inverted pressed interaction text link */;
626
733
 
627
734
  @media (min-width: 640px) {
628
735
 
629
- .sd-1-1-0-headline sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5) sd-icon {
736
+ .sd-1-2-0-headline sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5) sd-icon {
630
737
  margin-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
631
738
  }
632
739
  }
633
740
 
634
- .sd-1-1-0-headline.sd-1-1-0-headline,
635
- .sd-1-1-0-headline:is(h1):not(.sd-1-1-0-headline),
636
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline,
637
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-1-0-headline) {
741
+ .sd-1-2-0-headline.sd-1-2-0-headline,
742
+ .sd-1-2-0-headline:is(h1):not(.sd-1-2-0-headline),
743
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline,
744
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-2-0-headline) {
638
745
  gap: var(--sd-spacing-4, 1rem) /* 16px */;
639
746
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
640
747
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -642,29 +749,29 @@ Used for inverted pressed interaction text link */;
642
749
 
643
750
  @media (min-width: 640px) {
644
751
 
645
- .sd-1-1-0-headline.sd-1-1-0-headline,
646
- .sd-1-1-0-headline:is(h1):not(.sd-1-1-0-headline),
647
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline,
648
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-1-0-headline) {
752
+ .sd-1-2-0-headline.sd-1-2-0-headline,
753
+ .sd-1-2-0-headline:is(h1):not(.sd-1-2-0-headline),
754
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline,
755
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-2-0-headline) {
649
756
  font-size: var(--sd-font-size-4xl, 2.5rem) /* 40px */;
650
757
  }
651
758
  }
652
759
 
653
- .sd-1-1-0-headline.sd-1-1-0-headline sd-icon, .sd-1-1-0-headline:is(h1):not(.sd-1-1-0-headline) sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-1-0-headline) sd-icon {
760
+ .sd-1-2-0-headline.sd-1-2-0-headline sd-icon, .sd-1-2-0-headline:is(h1):not(.sd-1-2-0-headline) sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-2-0-headline) sd-icon {
654
761
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
655
762
  }
656
763
 
657
764
  @media (min-width: 640px) {
658
765
 
659
- .sd-1-1-0-headline.sd-1-1-0-headline sd-icon, .sd-1-1-0-headline:is(h1):not(.sd-1-1-0-headline) sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-1-0-headline) sd-icon {
766
+ .sd-1-2-0-headline.sd-1-2-0-headline sd-icon, .sd-1-2-0-headline:is(h1):not(.sd-1-2-0-headline) sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-2-0-headline) sd-icon {
660
767
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
661
768
  }
662
769
  }
663
770
 
664
- .sd-1-1-0-headline.sd-1-1-0-headline--size-3xl,
665
- .sd-1-1-0-headline:is(h2):not(.sd-1-1-0-headline),
666
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-3xl,
667
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-1-0-headline) {
771
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-3xl,
772
+ .sd-1-2-0-headline:is(h2):not(.sd-1-2-0-headline),
773
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-3xl,
774
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-2-0-headline) {
668
775
  gap: var(--sd-spacing-4, 1rem) /* 16px */;
669
776
  font-size: var(--sd-font-size-2xl, 1.75rem) /* 28px */;
670
777
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -672,144 +779,144 @@ Used for inverted pressed interaction text link */;
672
779
 
673
780
  @media (min-width: 640px) {
674
781
 
675
- .sd-1-1-0-headline.sd-1-1-0-headline--size-3xl,
676
- .sd-1-1-0-headline:is(h2):not(.sd-1-1-0-headline),
677
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-3xl,
678
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-1-0-headline) {
782
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-3xl,
783
+ .sd-1-2-0-headline:is(h2):not(.sd-1-2-0-headline),
784
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-3xl,
785
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-2-0-headline) {
679
786
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
680
787
  }
681
788
  }
682
789
 
683
- .sd-1-1-0-headline.sd-1-1-0-headline--size-3xl sd-icon, .sd-1-1-0-headline:is(h2):not(.sd-1-1-0-headline) sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-3xl sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-1-0-headline) sd-icon {
790
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-3xl sd-icon, .sd-1-2-0-headline:is(h2):not(.sd-1-2-0-headline) sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-3xl sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-2-0-headline) sd-icon {
684
791
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
685
792
  }
686
793
 
687
794
  @media (min-width: 640px) {
688
795
 
689
- .sd-1-1-0-headline.sd-1-1-0-headline--size-3xl sd-icon, .sd-1-1-0-headline:is(h2):not(.sd-1-1-0-headline) sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-3xl sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-1-0-headline) sd-icon {
796
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-3xl sd-icon, .sd-1-2-0-headline:is(h2):not(.sd-1-2-0-headline) sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-3xl sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-2-0-headline) sd-icon {
690
797
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
691
798
  }
692
799
  }
693
800
 
694
- .sd-1-1-0-headline.sd-1-1-0-headline--size-xl,
695
- .sd-1-1-0-headline.sd-1-1-0-headline--size-lg,
696
- .sd-1-1-0-headline.sd-1-1-0-headline--size-base,
697
- .sd-1-1-0-headline:is(h3, h4, h5):not(.sd-1-1-0-headline),
698
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-xl,
699
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-lg,
700
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-base,
701
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-1-0-headline) {
801
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-xl,
802
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-lg,
803
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-base,
804
+ .sd-1-2-0-headline:is(h3, h4, h5):not(.sd-1-2-0-headline),
805
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-xl,
806
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-lg,
807
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-base,
808
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-2-0-headline) {
702
809
  gap: var(--sd-spacing-2, 0.5rem) /* 8px */;
703
810
 
704
811
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
705
812
  }
706
813
 
707
- .sd-1-1-0-headline.sd-1-1-0-headline--size-xl sd-icon, .sd-1-1-0-headline.sd-1-1-0-headline--size-lg sd-icon, .sd-1-1-0-headline.sd-1-1-0-headline--size-base sd-icon, .sd-1-1-0-headline:is(h3, h4, h5):not(.sd-1-1-0-headline) sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-xl sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-lg sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-base sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-1-0-headline) sd-icon {
814
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-xl sd-icon, .sd-1-2-0-headline.sd-1-2-0-headline--size-lg sd-icon, .sd-1-2-0-headline.sd-1-2-0-headline--size-base sd-icon, .sd-1-2-0-headline:is(h3, h4, h5):not(.sd-1-2-0-headline) sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-xl sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-lg sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-base sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-2-0-headline) sd-icon {
708
815
  font-size: 2rem;
709
816
  }
710
817
 
711
- .sd-1-1-0-headline.sd-1-1-0-headline--size-xl,
712
- .sd-1-1-0-headline:is(h3):not(.sd-1-1-0-headline),
713
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-xl,
714
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-1-0-headline) {
818
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-xl,
819
+ .sd-1-2-0-headline:is(h3):not(.sd-1-2-0-headline),
820
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-xl,
821
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-2-0-headline) {
715
822
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
716
823
  }
717
824
 
718
- .sd-1-1-0-headline.sd-1-1-0-headline--size-xl sd-icon, .sd-1-1-0-headline:is(h3):not(.sd-1-1-0-headline) sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-xl sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-1-0-headline) sd-icon {
825
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-xl sd-icon, .sd-1-2-0-headline:is(h3):not(.sd-1-2-0-headline) sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-xl sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-2-0-headline) sd-icon {
719
826
  margin-top: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
720
827
  }
721
828
 
722
829
  @media (min-width: 640px) {
723
830
 
724
- .sd-1-1-0-headline.sd-1-1-0-headline--size-xl sd-icon, .sd-1-1-0-headline:is(h3):not(.sd-1-1-0-headline) sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-xl sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-1-0-headline) sd-icon {
831
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-xl sd-icon, .sd-1-2-0-headline:is(h3):not(.sd-1-2-0-headline) sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-xl sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-2-0-headline) sd-icon {
725
832
  margin-top: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
726
833
  }
727
834
  }
728
835
 
729
- .sd-1-1-0-headline.sd-1-1-0-headline--size-lg,
730
- .sd-1-1-0-headline.sd-1-1-0-headline--size-base,
731
- .sd-1-1-0-headline:is(h4, h5):not(.sd-1-1-0-headline),
732
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-lg,
733
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-base,
734
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-1-1-0-headline) {
836
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-lg,
837
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-base,
838
+ .sd-1-2-0-headline:is(h4, h5):not(.sd-1-2-0-headline),
839
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-lg,
840
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-base,
841
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-1-2-0-headline) {
735
842
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
736
843
  }
737
844
 
738
- .sd-1-1-0-headline.sd-1-1-0-headline--size-lg,
739
- .sd-1-1-0-headline:is(h4),
740
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-lg,
741
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h4) {
845
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-lg,
846
+ .sd-1-2-0-headline:is(h4),
847
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-lg,
848
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h4) {
742
849
  font-size: var(--sd-font-size-lg, 1.25rem) /* 20px */;
743
850
  }
744
851
 
745
- .sd-1-1-0-headline.sd-1-1-0-headline--size-lg sd-icon, .sd-1-1-0-headline:is(h4) sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-lg sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
852
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-lg sd-icon, .sd-1-2-0-headline:is(h4) sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-lg sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
746
853
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
747
854
  }
748
855
 
749
856
  @media (min-width: 640px) {
750
857
 
751
- .sd-1-1-0-headline.sd-1-1-0-headline--size-lg sd-icon, .sd-1-1-0-headline:is(h4) sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-lg sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
858
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-lg sd-icon, .sd-1-2-0-headline:is(h4) sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-lg sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
752
859
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
753
860
  }
754
861
  }
755
862
 
756
- .sd-1-1-0-headline.sd-1-1-0-headline--size-base,
757
- .sd-1-1-0-headline:is(h5):not(.sd-1-1-0-headline),
758
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-base,
759
- .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-1-0-headline) {
863
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-base,
864
+ .sd-1-2-0-headline:is(h5):not(.sd-1-2-0-headline),
865
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-base,
866
+ .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-2-0-headline) {
760
867
  font-size: var(--sd-font-size-base, 1rem) /* 16px */;
761
868
  }
762
869
 
763
- .sd-1-1-0-headline.sd-1-1-0-headline--size-base sd-icon, .sd-1-1-0-headline:is(h5):not(.sd-1-1-0-headline) sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-base sd-icon, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-1-0-headline) sd-icon {
870
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-base sd-icon, .sd-1-2-0-headline:is(h5):not(.sd-1-2-0-headline) sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-base sd-icon, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-2-0-headline) sd-icon {
764
871
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
765
872
  }
766
873
 
767
- .sd-1-1-0-headline.sd-1-1-0-headline--size-base mark, .sd-1-1-0-headline:is(h5):not(.sd-1-1-0-headline) mark, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5).sd-1-1-0-headline--size-base mark, .sd-1-1-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-1-0-headline) mark {
874
+ .sd-1-2-0-headline.sd-1-2-0-headline--size-base mark, .sd-1-2-0-headline:is(h5):not(.sd-1-2-0-headline) mark, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5).sd-1-2-0-headline--size-base mark, .sd-1-2-0-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-2-0-headline) mark {
768
875
  color: inherit;
769
876
  }
770
877
 
771
- .sd-1-1-0-headline--inline {
878
+ .sd-1-2-0-headline--inline {
772
879
  display: inline-block;
773
880
  }
774
881
 
775
- .sd-1-1-0-headline--inline sd-icon {
882
+ .sd-1-2-0-headline--inline sd-icon {
776
883
  margin-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
777
884
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
778
885
  vertical-align: middle;
779
886
  }
780
887
 
781
- .sd-1-1-0-headline--inline:is(.sd-1-1-0-headline--size-xl, .sd-1-1-0-headline--size-lg, .sd-1-1-0-headline--size-base) sd-icon {
888
+ .sd-1-2-0-headline--inline:is(.sd-1-2-0-headline--size-xl, .sd-1-2-0-headline--size-lg, .sd-1-2-0-headline--size-base) sd-icon {
782
889
  margin-right: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
783
890
  }
784
891
 
785
- .sd-1-1-0-headline--inverted:not(#_),
786
- .sd-1-1-0-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-1-0-headline):not(#_) {
892
+ .sd-1-2-0-headline--inverted:not(#_),
893
+ .sd-1-2-0-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-2-0-headline):not(#_) {
787
894
 
788
895
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
789
896
  }
790
897
 
791
- .sd-1-1-0-headline--inverted:not(#_) sd-icon, .sd-1-1-0-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-1-0-headline):not(#_) sd-icon {
898
+ .sd-1-2-0-headline--inverted:not(#_) sd-icon, .sd-1-2-0-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-2-0-headline):not(#_) sd-icon {
792
899
 
793
900
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
794
901
  }
795
902
 
796
903
  /**
797
904
  * Generates basic styles for interactive elements.
798
- * @name sd-1-1-0-interactive
905
+ * @name sd-1-2-0-interactive
799
906
  * @status stable
800
907
  * @since 1.11
801
- * @boolean sd-1-1-0-interactive--disabled Makes an element look disabled.
802
- * @boolean sd-1-1-0-interactive--inverted Inverts the colors of an element.
803
- * @boolean sd-1-1-0-interactive--reset Resets the default browser styles of e.g., a button.
908
+ * @boolean sd-1-2-0-interactive--disabled Makes an element look disabled.
909
+ * @boolean sd-1-2-0-interactive--inverted Inverts the colors of an element.
910
+ * @boolean sd-1-2-0-interactive--reset Resets the default browser styles of e.g., a button.
804
911
  */
805
912
 
806
- .sd-1-1-0-prose a--reset, .sd-1-1-0-interactive--reset {
913
+ .sd-1-2-0-prose a--reset, .sd-1-2-0-interactive--reset {
807
914
  all: unset;
808
915
  outline: revert;
809
916
  }
810
917
 
811
- .sd-1-1-0-prose a,
812
- .sd-1-1-0-interactive {
918
+ .sd-1-2-0-prose a,
919
+ .sd-1-2-0-interactive {
813
920
  cursor: pointer;
814
921
 
815
922
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
@@ -819,80 +926,80 @@ Used for inverted pressed interaction text link */;
819
926
  transition-duration: 150ms;
820
927
  }
821
928
 
822
- .sd-1-1-0-prose a:hover:not([disabled]),
823
- .sd-1-1-0-interactive:hover:not([disabled]) {
929
+ .sd-1-2-0-prose a:hover:not([disabled]),
930
+ .sd-1-2-0-interactive:hover:not([disabled]) {
824
931
 
825
932
  color: rgb(var(--sd-color-primary-500, 70 109 175) / var(--tw-text-opacity, 1)) /* Used for hover interaction */;
826
933
  }
827
934
 
828
- .sd-1-1-0-prose a:active:not([disabled]),
829
- .sd-1-1-0-interactive:active:not([disabled]) {
935
+ .sd-1-2-0-prose a:active:not([disabled]),
936
+ .sd-1-2-0-interactive:active:not([disabled]) {
830
937
 
831
938
  color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-text-opacity, 1)) /* Used for pressed interaction */;
832
939
  }
833
940
 
834
- .sd-1-1-0-prose a:is(.sd-1-1-0-interactive), .sd-1-1-0-interactive:is(.sd-1-1-0-interactive) {
941
+ .sd-1-2-0-prose a:is(.sd-1-2-0-interactive), .sd-1-2-0-interactive:is(.sd-1-2-0-interactive) {
835
942
  text-decoration-line: none;
836
943
  }
837
944
 
838
- .sd-1-1-0-prose a:focus-visible, .sd-1-1-0-interactive:focus-visible {
945
+ .sd-1-2-0-prose a:focus-visible, .sd-1-2-0-interactive:focus-visible {
839
946
  outline-style: solid;
840
947
  outline-width: 2px;
841
948
  outline-offset: 2px;
842
949
  outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
843
950
  }
844
951
 
845
- .sd-1-1-0-prose a--disabled,
846
- .sd-1-1-0-prose a[disabled],
847
- .sd-1-1-0-prose a[href=''],
848
- .sd-1-1-0-interactive--disabled,
849
- .sd-1-1-0-interactive[disabled],
850
- .sd-1-1-0-interactive[href=''] {
952
+ .sd-1-2-0-prose a--disabled,
953
+ .sd-1-2-0-prose a[disabled],
954
+ .sd-1-2-0-prose a[href=''],
955
+ .sd-1-2-0-interactive--disabled,
956
+ .sd-1-2-0-interactive[disabled],
957
+ .sd-1-2-0-interactive[href=''] {
851
958
  cursor: not-allowed;
852
959
 
853
960
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
854
961
  }
855
962
 
856
- .sd-1-1-0-prose a--disabled:hover:not([disabled]),
857
- .sd-1-1-0-prose a[disabled]:hover:not([disabled]),
858
- .sd-1-1-0-prose a[href='']:hover:not([disabled]),
859
- .sd-1-1-0-interactive--disabled:hover:not([disabled]),
860
- .sd-1-1-0-interactive[disabled]:hover:not([disabled]),
861
- .sd-1-1-0-interactive[href='']:hover:not([disabled]) {
963
+ .sd-1-2-0-prose a--disabled:hover:not([disabled]),
964
+ .sd-1-2-0-prose a[disabled]:hover:not([disabled]),
965
+ .sd-1-2-0-prose a[href='']:hover:not([disabled]),
966
+ .sd-1-2-0-interactive--disabled:hover:not([disabled]),
967
+ .sd-1-2-0-interactive[disabled]:hover:not([disabled]),
968
+ .sd-1-2-0-interactive[href='']:hover:not([disabled]) {
862
969
 
863
970
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
864
971
  }
865
972
 
866
- .sd-1-1-0-prose a--disabled:active:not([disabled]),
867
- .sd-1-1-0-prose a[disabled]:active:not([disabled]),
868
- .sd-1-1-0-prose a[href='']:active:not([disabled]),
869
- .sd-1-1-0-interactive--disabled:active:not([disabled]),
870
- .sd-1-1-0-interactive[disabled]:active:not([disabled]),
871
- .sd-1-1-0-interactive[href='']:active:not([disabled]) {
973
+ .sd-1-2-0-prose a--disabled:active:not([disabled]),
974
+ .sd-1-2-0-prose a[disabled]:active:not([disabled]),
975
+ .sd-1-2-0-prose a[href='']:active:not([disabled]),
976
+ .sd-1-2-0-interactive--disabled:active:not([disabled]),
977
+ .sd-1-2-0-interactive[disabled]:active:not([disabled]),
978
+ .sd-1-2-0-interactive[href='']:active:not([disabled]) {
872
979
 
873
980
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
874
981
  }
875
982
 
876
- .sd-1-1-0-prose--inverted a,
877
- .sd-1-1-0-interactive--inverted {
983
+ .sd-1-2-0-prose--inverted a,
984
+ .sd-1-2-0-interactive--inverted {
878
985
 
879
986
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
880
987
  }
881
988
 
882
- .sd-1-1-0-prose--inverted a:hover:not([disabled]),
883
- .sd-1-1-0-interactive--inverted:hover:not([disabled]) {
989
+ .sd-1-2-0-prose--inverted a:hover:not([disabled]),
990
+ .sd-1-2-0-interactive--inverted:hover:not([disabled]) {
884
991
 
885
992
  color: rgb(var(--sd-color-primary-200, 224 233 243) / var(--tw-text-opacity, 1)) /* Used for inverted hover interaction text link and inverted pressed interaction button label */;
886
993
  }
887
994
 
888
- .sd-1-1-0-prose--inverted a:active:not([disabled]),
889
- .sd-1-1-0-interactive--inverted:active:not([disabled]) {
995
+ .sd-1-2-0-prose--inverted a:active:not([disabled]),
996
+ .sd-1-2-0-interactive--inverted:active:not([disabled]) {
890
997
 
891
998
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
892
999
  Used for inverted pressed interaction text link */;
893
1000
  }
894
1001
 
895
- .sd-1-1-0-prose--inverted a:focus-visible, .sd-1-1-0-interactive--inverted:focus-visible {
1002
+ .sd-1-2-0-prose--inverted a:focus-visible, .sd-1-2-0-interactive--inverted:focus-visible {
896
1003
  outline-style: solid;
897
1004
  outline-width: 2px;
898
1005
  outline-offset: 2px;
@@ -901,15 +1008,15 @@ Used for inverted pressed interaction text link */;
901
1008
 
902
1009
  /**
903
1010
  * Leadtext is used for text that should be highlighted and a focal point of the page.
904
- * @name sd-1-1-0-leadtext
1011
+ * @name sd-1-2-0-leadtext
905
1012
  * @status stable
906
1013
  * @since 1.7
907
- * @variant { lg } sd-1-1-0-leadtext--size-... The leadtext's size.
908
- * @boolean sd-1-1-0-leadtext--inverted Inverts the leadtext text.
1014
+ * @variant { lg } sd-1-2-0-leadtext--size-... The leadtext's size.
1015
+ * @boolean sd-1-2-0-leadtext--inverted Inverts the leadtext text.
909
1016
  */
910
1017
 
911
- .sd-1-1-0-prose > .sd-1-1-0-leadtext,
912
- .sd-1-1-0-leadtext {
1018
+ .sd-1-2-0-prose > .sd-1-2-0-leadtext,
1019
+ .sd-1-2-0-leadtext {
913
1020
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
914
1021
  font-weight: 400;
915
1022
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -917,7 +1024,7 @@ Used for inverted pressed interaction text link */;
917
1024
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
918
1025
  }
919
1026
 
920
- .sd-1-1-0-prose > .sd-1-1-0-leadtext--size-lg, .sd-1-1-0-leadtext--size-lg {
1027
+ .sd-1-2-0-prose > .sd-1-2-0-leadtext--size-lg, .sd-1-2-0-leadtext--size-lg {
921
1028
  font-size: var(--sd-font-size-lg, 1.25rem) /* 20px */;
922
1029
  font-weight: 400;
923
1030
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -925,111 +1032,111 @@ Used for inverted pressed interaction text link */;
925
1032
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
926
1033
  }
927
1034
 
928
- .sd-1-1-0-prose--inverted > .sd-1-1-0-leadtext,
929
- .sd-1-1-0-leadtext--inverted {
1035
+ .sd-1-2-0-prose--inverted > .sd-1-2-0-leadtext,
1036
+ .sd-1-2-0-leadtext--inverted {
930
1037
 
931
1038
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
932
1039
  }
933
1040
 
934
1041
  /**
935
1042
  * Generates basic styles for list elements.
936
- * @name sd-1-1-0-list
1043
+ * @name sd-1-2-0-list
937
1044
  * @status stable
938
1045
  * @since 1.39.0
939
- * @boolean sd-1-1-0-list--inverted Inverts the list text.
1046
+ * @boolean sd-1-2-0-list--inverted Inverts the list text.
940
1047
  */
941
1048
 
942
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon),
943
- .sd-1-1-0-prose > :is(ol, ul) {
1049
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon),
1050
+ .sd-1-2-0-prose > :is(ol, ul) {
944
1051
  padding-top: var(--sd-spacing-4, 1rem) /* 16px */;
945
1052
  padding-bottom: var(--sd-spacing-4, 1rem) /* 16px */;
946
1053
  text-align: left;
947
1054
  }
948
1055
 
949
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon) li:not(:first-child), .sd-1-1-0-prose > :is(ol, ul) li:not(:first-child) {
1056
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon) li:not(:first-child), .sd-1-2-0-prose > :is(ol, ul) li:not(:first-child) {
950
1057
  margin-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
951
1058
  }
952
1059
 
953
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon) ol,
954
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon) ul,
955
- .sd-1-1-0-prose > :is(ol, ul) ol,
956
- .sd-1-1-0-prose > :is(ol, ul) ul {
1060
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon) ol,
1061
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon) ul,
1062
+ .sd-1-2-0-prose > :is(ol, ul) ol,
1063
+ .sd-1-2-0-prose > :is(ol, ul) ul {
957
1064
  padding-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
958
1065
  }
959
1066
 
960
1067
  /* Counter handling for ordered lists. */
961
1068
 
962
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon):is(ol) > li, .sd-1-1-0-list:not(.sd-1-1-0-list--icon) ol > li, .sd-1-1-0-prose > :is(ol, ul):is(ol) > li, .sd-1-1-0-prose > :is(ol, ul) ol > li {
1069
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon):is(ol) > li, .sd-1-2-0-list:not(.sd-1-2-0-list--icon) ol > li, .sd-1-2-0-prose > :is(ol, ul):is(ol) > li, .sd-1-2-0-prose > :is(ol, ul) ol > li {
963
1070
  counter-increment: item;
964
1071
  }
965
1072
 
966
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon):is(ol) > li:before, .sd-1-1-0-list:not(.sd-1-1-0-list--icon) ol > li:before, .sd-1-1-0-prose > :is(ol, ul):is(ol) > li:before, .sd-1-1-0-prose > :is(ol, ul) ol > li:before {
1073
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon):is(ol) > li:before, .sd-1-2-0-list:not(.sd-1-2-0-list--icon) ol > li:before, .sd-1-2-0-prose > :is(ol, ul):is(ol) > li:before, .sd-1-2-0-prose > :is(ol, ul) ol > li:before {
967
1074
  content: counters(item, '.') '. ';
968
1075
  }
969
1076
 
970
1077
  /* Add second level */
971
1078
 
972
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon):is(ol),
973
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon):is(ol) > li > ol,
974
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon) ol > li > ol,
975
- .sd-1-1-0-prose > :is(ol, ul):is(ol),
976
- .sd-1-1-0-prose > :is(ol, ul):is(ol) > li > ol,
977
- .sd-1-1-0-prose > :is(ol, ul) ol > li > ol {
1079
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon):is(ol),
1080
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon):is(ol) > li > ol,
1081
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon) ol > li > ol,
1082
+ .sd-1-2-0-prose > :is(ol, ul):is(ol),
1083
+ .sd-1-2-0-prose > :is(ol, ul):is(ol) > li > ol,
1084
+ .sd-1-2-0-prose > :is(ol, ul) ol > li > ol {
978
1085
  counter-reset: item;
979
1086
  }
980
1087
 
981
1088
  /* Ordered lists inside unordered lists. */
982
1089
 
983
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon):is(ul) > li > ol,
984
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon) ul > li > ol,
985
- .sd-1-1-0-prose > :is(ol, ul):is(ul) > li > ol,
986
- .sd-1-1-0-prose > :is(ol, ul) ul > li > ol {
1090
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon):is(ul) > li > ol,
1091
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon) ul > li > ol,
1092
+ .sd-1-2-0-prose > :is(ol, ul):is(ul) > li > ol,
1093
+ .sd-1-2-0-prose > :is(ol, ul) ul > li > ol {
987
1094
  counter-set: item 0;
988
1095
  }
989
1096
 
990
1097
  /* Styling */
991
1098
 
992
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon) li, .sd-1-1-0-prose > :is(ol, ul) li {
1099
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon) li, .sd-1-2-0-prose > :is(ol, ul) li {
993
1100
  display: table;
994
1101
  }
995
1102
 
996
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon) li:before, .sd-1-1-0-prose > :is(ol, ul) li:before {
1103
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon) li:before, .sd-1-2-0-prose > :is(ol, ul) li:before {
997
1104
  display: table-cell;
998
1105
  padding-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
999
1106
  }
1000
1107
 
1001
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon):is(ul),
1002
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon) ul,
1003
- .sd-1-1-0-prose > :is(ol, ul):is(ul),
1004
- .sd-1-1-0-prose > :is(ol, ul) ul {
1108
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon):is(ul),
1109
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon) ul,
1110
+ .sd-1-2-0-prose > :is(ol, ul):is(ul),
1111
+ .sd-1-2-0-prose > :is(ol, ul) ul {
1005
1112
  list-style-type: '';
1006
1113
  }
1007
1114
 
1008
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon):is(ul):not(.sd-1-1-0-list--icon) > li:before, .sd-1-1-0-list:not(.sd-1-1-0-list--icon) ul > li:before, .sd-1-1-0-prose > :is(ol, ul):is(ul):not(.sd-1-1-0-list--icon) > li:before, .sd-1-1-0-prose > :is(ol, ul) ul > li:before {
1115
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon):is(ul):not(.sd-1-2-0-list--icon) > li:before, .sd-1-2-0-list:not(.sd-1-2-0-list--icon) ul > li:before, .sd-1-2-0-prose > :is(ol, ul):is(ul):not(.sd-1-2-0-list--icon) > li:before, .sd-1-2-0-prose > :is(ol, ul) ul > li:before {
1009
1116
  content: '\2022';
1010
1117
  }
1011
1118
 
1012
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon):is(ul):not(.sd-1-1-0-list--icon) > li > ul > li:before, .sd-1-1-0-list:not(.sd-1-1-0-list--icon) ul > li > ul > li:before, .sd-1-1-0-prose > :is(ol, ul):is(ul):not(.sd-1-1-0-list--icon) > li > ul > li:before, .sd-1-1-0-prose > :is(ol, ul) ul > li > ul > li:before {
1119
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon):is(ul):not(.sd-1-2-0-list--icon) > li > ul > li:before, .sd-1-2-0-list:not(.sd-1-2-0-list--icon) ul > li > ul > li:before, .sd-1-2-0-prose > :is(ol, ul):is(ul):not(.sd-1-2-0-list--icon) > li > ul > li:before, .sd-1-2-0-prose > :is(ol, ul) ul > li > ul > li:before {
1013
1120
  content: '\002B1D';
1014
1121
  }
1015
1122
 
1016
- .sd-1-1-0-list:not(.sd-1-1-0-list--icon):is(ul):not(.sd-1-1-0-list--icon) > li > ul > li > ul > li:before, .sd-1-1-0-list:not(.sd-1-1-0-list--icon) ul > li > ul > li > ul > li:before, .sd-1-1-0-prose > :is(ol, ul):is(ul):not(.sd-1-1-0-list--icon) > li > ul > li > ul > li:before, .sd-1-1-0-prose > :is(ol, ul) ul > li > ul > li > ul > li:before {
1123
+ .sd-1-2-0-list:not(.sd-1-2-0-list--icon):is(ul):not(.sd-1-2-0-list--icon) > li > ul > li > ul > li:before, .sd-1-2-0-list:not(.sd-1-2-0-list--icon) ul > li > ul > li > ul > li:before, .sd-1-2-0-prose > :is(ol, ul):is(ul):not(.sd-1-2-0-list--icon) > li > ul > li > ul > li:before, .sd-1-2-0-prose > :is(ol, ul) ul > li > ul > li > ul > li:before {
1017
1124
  content: '\2010';
1018
1125
  }
1019
1126
 
1020
- .sd-1-1-0-list--icon {
1127
+ .sd-1-2-0-list--icon {
1021
1128
  padding-top: var(--sd-spacing-4, 1rem) /* 16px */;
1022
1129
  padding-bottom: var(--sd-spacing-4, 1rem) /* 16px */;
1023
1130
  text-align: left;
1024
1131
  }
1025
1132
 
1026
- .sd-1-1-0-list--icon li sd-icon:first-of-type,
1027
- .sd-1-1-0-list--icon li .sd-1-1-0-list--icon__icon:first-of-type {
1133
+ .sd-1-2-0-list--icon li sd-icon:first-of-type,
1134
+ .sd-1-2-0-list--icon li .sd-1-2-0-list--icon__icon:first-of-type {
1028
1135
 
1029
1136
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1030
1137
  }
1031
1138
 
1032
- .sd-1-1-0-list--icon {
1139
+ .sd-1-2-0-list--icon {
1033
1140
  list-style-type: '';
1034
1141
  }
1035
1142
 
@@ -1037,19 +1144,19 @@ Used for inverted pressed interaction text link */;
1037
1144
  styles without affecting semantics is to set list-style-type to an empty string.
1038
1145
  https://www.matuzo.at/blog/2023/removing-list-styles-without-affecting-semantics */
1039
1146
 
1040
- .sd-1-1-0-list--icon > li:first-of-type {
1147
+ .sd-1-2-0-list--icon > li:first-of-type {
1041
1148
  padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1042
1149
  }
1043
1150
 
1044
- .sd-1-1-0-list--icon li {
1151
+ .sd-1-2-0-list--icon li {
1045
1152
  position: relative;
1046
1153
  padding-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
1047
1154
  padding-left: var(--sd-spacing-10, 2.5rem) /* 40px */;
1048
1155
  line-height: 32px;
1049
1156
  }
1050
1157
 
1051
- .sd-1-1-0-list--icon li > sd-icon:first-of-type,
1052
- .sd-1-1-0-list--icon li > .sd-1-1-0-list--icon__icon:first-of-type {
1158
+ .sd-1-2-0-list--icon li > sd-icon:first-of-type,
1159
+ .sd-1-2-0-list--icon li > .sd-1-2-0-list--icon__icon:first-of-type {
1053
1160
  position: absolute;
1054
1161
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1055
1162
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
@@ -1057,44 +1164,44 @@ Used for inverted pressed interaction text link */;
1057
1164
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
1058
1165
  }
1059
1166
 
1060
- .sd-1-1-0-list--icon.sd-1-1-0-list--horizontal {
1167
+ .sd-1-2-0-list--icon.sd-1-2-0-list--horizontal {
1061
1168
  display: flex;
1062
1169
  }
1063
1170
 
1064
- .sd-1-1-0-list--icon.sd-1-1-0-list--horizontal li {
1171
+ .sd-1-2-0-list--icon.sd-1-2-0-list--horizontal li {
1065
1172
  display: flex;
1066
1173
  padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1067
1174
  }
1068
1175
 
1069
- .sd-1-1-0-list--icon.sd-1-1-0-list--horizontal li:not(:last-child) {
1176
+ .sd-1-2-0-list--icon.sd-1-2-0-list--horizontal li:not(:last-child) {
1070
1177
  margin-right: var(--sd-spacing-8, 2rem) /* 32px */;
1071
1178
  }
1072
1179
 
1073
- .sd-1-1-0-list--inverted,
1074
- .sd-1-1-0-prose--inverted > :is(ol, ul) {
1180
+ .sd-1-2-0-list--inverted,
1181
+ .sd-1-2-0-prose--inverted > :is(ol, ul) {
1075
1182
 
1076
1183
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1077
1184
  }
1078
1185
 
1079
- .sd-1-1-0-list--inverted li > sd-icon:first-of-type,
1080
- .sd-1-1-0-list--inverted li > .sd-1-1-0-list--icon__icon:first-of-type,
1081
- .sd-1-1-0-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type,
1082
- .sd-1-1-0-prose--inverted > :is(ol, ul) li > .sd-1-1-0-list--icon__icon:first-of-type {
1186
+ .sd-1-2-0-list--inverted li > sd-icon:first-of-type,
1187
+ .sd-1-2-0-list--inverted li > .sd-1-2-0-list--icon__icon:first-of-type,
1188
+ .sd-1-2-0-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type,
1189
+ .sd-1-2-0-prose--inverted > :is(ol, ul) li > .sd-1-2-0-list--icon__icon:first-of-type {
1083
1190
 
1084
1191
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1085
1192
  }
1086
1193
 
1087
1194
  /**
1088
1195
  * A paragraph is used to display blocks of text. It uses the base font size and can contain bold and/or link styles.
1089
- * @name sd-1-1-0-paragraph
1196
+ * @name sd-1-2-0-paragraph
1090
1197
  * @status stable
1091
1198
  * @since 1.7
1092
- * @variant { sm } sd-1-1-0-paragraph--size-... The paragraph's font size.
1093
- * @boolean sd-1-1-0-paragraph--inverted Inverts the paragraph text.
1199
+ * @variant { sm } sd-1-2-0-paragraph--size-... The paragraph's font size.
1200
+ * @boolean sd-1-2-0-paragraph--inverted Inverts the paragraph text.
1094
1201
  */
1095
1202
 
1096
- .sd-1-1-0-paragraph,
1097
- .sd-1-1-0-prose p {
1203
+ .sd-1-2-0-paragraph,
1204
+ .sd-1-2-0-prose p {
1098
1205
  font-size: var(--sd-font-size-base, 1rem) /* 16px */;
1099
1206
  font-weight: 400;
1100
1207
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -1102,7 +1209,7 @@ Used for inverted pressed interaction text link */;
1102
1209
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
1103
1210
  }
1104
1211
 
1105
- .sd-1-1-0-paragraph--size-sm, .sd-1-1-0-prose p--size-sm {
1212
+ .sd-1-2-0-paragraph--size-sm, .sd-1-2-0-prose p--size-sm {
1106
1213
  font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
1107
1214
  font-weight: 400;
1108
1215
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -1110,35 +1217,35 @@ Used for inverted pressed interaction text link */;
1110
1217
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
1111
1218
  }
1112
1219
 
1113
- .sd-1-1-0-paragraph--inverted,
1114
- .sd-1-1-0-prose--inverted p {
1220
+ .sd-1-2-0-paragraph--inverted,
1221
+ .sd-1-2-0-prose--inverted p {
1115
1222
 
1116
1223
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1117
1224
  }
1118
1225
 
1119
1226
  /**
1120
1227
  * Generates basic styles for media elements.
1121
- * @name sd-1-1-0-media
1228
+ * @name sd-1-2-0-media
1122
1229
  * @status stable
1123
1230
  * @since 2.5.0
1124
- * @boolean sd-1-1-0-media--inverted Inverts the figcaption text.
1231
+ * @boolean sd-1-2-0-media--inverted Inverts the figcaption text.
1125
1232
  */
1126
1233
 
1127
- .sd-1-1-0-prose figure,
1128
- figure.sd-1-1-0-media {
1234
+ .sd-1-2-0-prose figure,
1235
+ figure.sd-1-2-0-media {
1129
1236
  margin: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1130
1237
  }
1131
1238
 
1132
- .sd-1-1-0-prose figure figcaption, figure.sd-1-1-0-media figcaption {
1239
+ .sd-1-2-0-prose figure figcaption, figure.sd-1-2-0-media figcaption {
1133
1240
 
1134
1241
  color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
1135
1242
  }
1136
1243
 
1137
- .sd-1-1-0-prose figure figcaption:last-child, figure.sd-1-1-0-media figcaption:last-child {
1244
+ .sd-1-2-0-prose figure figcaption:last-child, figure.sd-1-2-0-media figcaption:last-child {
1138
1245
  margin-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
1139
1246
  }
1140
1247
 
1141
- .sd-1-1-0-prose--inverted figure figcaption, figure.sd-1-1-0-media--inverted figcaption {
1248
+ .sd-1-2-0-prose--inverted figure figcaption, figure.sd-1-2-0-media--inverted figcaption {
1142
1249
 
1143
1250
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
1144
1251
  Used for inverted pressed interaction text link */;
@@ -1146,18 +1253,18 @@ Used for inverted pressed interaction text link */;
1146
1253
 
1147
1254
  /**
1148
1255
  * A table cell is a single cell inside a table, used to display discrete data elements.
1149
- * @name sd-1-1-0-table-cell
1256
+ * @name sd-1-2-0-table-cell
1150
1257
  * @status stable
1151
1258
  * @since 1.13
1152
- * @boolean sd-1-1-0-table-cell--divider Displays a divider to the right.
1153
- * @variant { white | primary-100 | neutral-100 } sd-1-1-0-table-cell--bg-... Applies the selected background-color to the table cell. If not selected, a transparent background-color is used per default.
1154
- * @boolean sd-1-1-0-table-cell--shadow-active Displays the table shadow.
1155
- * @variant { top | left | right | bottom } sd-1-1-0-table-cell--shadow-... Applies the selected shadow to the table cell.
1259
+ * @boolean sd-1-2-0-table-cell--divider Displays a divider to the right.
1260
+ * @variant { white | primary-100 | neutral-100 } sd-1-2-0-table-cell--bg-... Applies the selected background-color to the table cell. If not selected, a transparent background-color is used per default.
1261
+ * @boolean sd-1-2-0-table-cell--shadow-active Displays the table shadow.
1262
+ * @variant { top | left | right | bottom } sd-1-2-0-table-cell--shadow-... Applies the selected shadow to the table cell.
1156
1263
  */
1157
1264
 
1158
- .sd-1-1-0-prose td,
1159
- .sd-1-1-0-prose th,
1160
- .sd-1-1-0-table-cell {
1265
+ .sd-1-2-0-prose td,
1266
+ .sd-1-2-0-prose th,
1267
+ .sd-1-2-0-table-cell {
1161
1268
  border-top-width: 1px;
1162
1269
  border-bottom-width: 1px;
1163
1270
  border-left-width: 0px;
@@ -1174,11 +1281,11 @@ Used for divider, teaser, container, ... */;
1174
1281
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
1175
1282
  }
1176
1283
 
1177
- .sd-1-1-0-table-cell--divider {
1284
+ .sd-1-2-0-table-cell--divider {
1178
1285
  border-right-width: 1px;
1179
1286
  }
1180
1287
 
1181
- .sd-1-1-0-table-cell--shadow-top:after, .sd-1-1-0-table-cell--shadow-bottom:after, .sd-1-1-0-table-cell--shadow-left:after, .sd-1-1-0-table-cell--shadow-right:after {
1288
+ .sd-1-2-0-table-cell--shadow-top:after, .sd-1-2-0-table-cell--shadow-bottom:after, .sd-1-2-0-table-cell--shadow-left:after, .sd-1-2-0-table-cell--shadow-right:after {
1182
1289
  pointer-events: none;
1183
1290
  position: absolute;
1184
1291
  --tw-gradient-from: rgb(0 0 0 / var(--sd-opacity-10, 0.1)) var(--tw-gradient-from-position);
@@ -1193,7 +1300,7 @@ Used for divider, teaser, container, ... */;
1193
1300
  content: var(--tw-content);
1194
1301
  }
1195
1302
 
1196
- .sd-1-1-0-table-cell--shadow-top:after, .sd-1-1-0-table-cell--shadow-bottom:after {
1303
+ .sd-1-2-0-table-cell--shadow-top:after, .sd-1-2-0-table-cell--shadow-bottom:after {
1197
1304
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1198
1305
  right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1199
1306
  height: var(--sd-spacing-2-5, 0.625rem) /* 10px */;
@@ -1201,7 +1308,7 @@ Used for divider, teaser, container, ... */;
1201
1308
 
1202
1309
  /* fix that shows line on top of table-cell */
1203
1310
 
1204
- .sd-1-1-0-table-cell--shadow-top:before, .sd-1-1-0-table-cell--shadow-bottom:before {
1311
+ .sd-1-2-0-table-cell--shadow-top:before, .sd-1-2-0-table-cell--shadow-bottom:before {
1205
1312
  position: absolute;
1206
1313
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1207
1314
  display: block;
@@ -1215,66 +1322,66 @@ Used for divider, teaser, container, ... */;
1215
1322
  content: var(--tw-content);
1216
1323
  }
1217
1324
 
1218
- .sd-1-1-0-table-cell--shadow-left:after, .sd-1-1-0-table-cell--shadow-right:after {
1325
+ .sd-1-2-0-table-cell--shadow-left:after, .sd-1-2-0-table-cell--shadow-right:after {
1219
1326
  top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1220
1327
  bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1221
1328
  width: var(--sd-spacing-2-5, 0.625rem) /* 10px */;
1222
1329
  }
1223
1330
 
1224
- .sd-1-1-0-table-cell.sd-1-1-0-table-cell--shadow-active:after {
1331
+ .sd-1-2-0-table-cell.sd-1-2-0-table-cell--shadow-active:after {
1225
1332
  opacity: 100%;
1226
1333
  }
1227
1334
 
1228
- .sd-1-1-0-table-cell--shadow-top:after {
1335
+ .sd-1-2-0-table-cell--shadow-top:after {
1229
1336
  top: -10px;
1230
1337
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
1231
1338
  }
1232
1339
 
1233
1340
  /* fix that shows line on top of table-cell */
1234
1341
 
1235
- .sd-1-1-0-table-cell--shadow-top:before {
1342
+ .sd-1-2-0-table-cell--shadow-top:before {
1236
1343
  bottom: -1px;
1237
1344
  }
1238
1345
 
1239
- .sd-1-1-0-table-cell--shadow-bottom:after {
1346
+ .sd-1-2-0-table-cell--shadow-bottom:after {
1240
1347
  bottom: -10px;
1241
1348
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
1242
1349
  }
1243
1350
 
1244
1351
  /* fix that shows line on top of table-cell */
1245
1352
 
1246
- .sd-1-1-0-table-cell--shadow-bottom:before {
1353
+ .sd-1-2-0-table-cell--shadow-bottom:before {
1247
1354
  top: -1px;
1248
1355
  }
1249
1356
 
1250
- .sd-1-1-0-table-cell--shadow-left:after {
1357
+ .sd-1-2-0-table-cell--shadow-left:after {
1251
1358
  left: -10px;
1252
1359
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
1253
1360
  }
1254
1361
 
1255
- .sd-1-1-0-table-cell--shadow-right:after {
1362
+ .sd-1-2-0-table-cell--shadow-right:after {
1256
1363
  right: -10px;
1257
1364
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
1258
1365
  }
1259
1366
 
1260
- .sd-1-1-0-table-cell--bg-white {
1367
+ .sd-1-2-0-table-cell--bg-white {
1261
1368
 
1262
1369
  background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */;
1263
1370
  }
1264
1371
 
1265
- .sd-1-1-0-table-cell--bg-primary-100 {
1372
+ .sd-1-2-0-table-cell--bg-primary-100 {
1266
1373
 
1267
1374
  background-color: rgb(var(--sd-color-primary-100, 236 240 249) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
1268
1375
  }
1269
1376
 
1270
- .sd-1-1-0-table-cell--bg-neutral-100 {
1377
+ .sd-1-2-0-table-cell--bg-neutral-100 {
1271
1378
 
1272
1379
  background-color: rgb(var(--sd-color-neutral-100, 246 246 246) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
1273
1380
  }
1274
1381
 
1275
1382
  /**
1276
1383
  * A table is organized structured content, used for scanning, comparing, and analyzing the data.
1277
- * @name sd-1-1-0-table
1384
+ * @name sd-1-2-0-table
1278
1385
  * @status stable
1279
1386
  * @since 1.13
1280
1387
  */
@@ -1283,8 +1390,8 @@ Used for divider, teaser, container, ... */;
1283
1390
  * Remove inherited styles from table before applying our styles.
1284
1391
  */
1285
1392
 
1286
- .sd-1-1-0-table,
1287
- .sd-1-1-0-prose table {
1393
+ .sd-1-2-0-table,
1394
+ .sd-1-2-0-prose table {
1288
1395
  all: unset;
1289
1396
  display: table;
1290
1397
  border-collapse: collapse;
@@ -1293,13 +1400,13 @@ Used for divider, teaser, container, ... */;
1293
1400
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
1294
1401
  }
1295
1402
 
1296
- .sd-1-1-0-table thead tr:first-of-type, .sd-1-1-0-table tfoot tr:first-of-type, .sd-1-1-0-prose table thead tr:first-of-type, .sd-1-1-0-prose table tfoot tr:first-of-type {
1403
+ .sd-1-2-0-table thead tr:first-of-type, .sd-1-2-0-table tfoot tr:first-of-type, .sd-1-2-0-prose table thead tr:first-of-type, .sd-1-2-0-prose table tfoot tr:first-of-type {
1297
1404
  position: relative;
1298
1405
  }
1299
1406
 
1300
1407
  /* plop:style */
1301
1408
 
1302
- .sd-1-1-0-prose {
1409
+ .sd-1-2-0-prose {
1303
1410
  /* Optimize for reading. */
1304
1411
  max-width: 80ch;
1305
1412
  text-align: left;
@@ -1307,67 +1414,67 @@ Used for divider, teaser, container, ... */;
1307
1414
 
1308
1415
  /* Add default spacings */
1309
1416
 
1310
- .sd-1-1-0-prose > *:not(:first-child) {
1417
+ .sd-1-2-0-prose > *:not(:first-child) {
1311
1418
  margin-top: var(--sd-spacing-4, 1rem) /* 16px */;
1312
1419
  }
1313
1420
 
1314
1421
  /* First element has no margin-top */
1315
1422
 
1316
- .sd-1-1-0-prose > *:first-child {
1423
+ .sd-1-2-0-prose > *:first-child {
1317
1424
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1318
1425
  }
1319
1426
 
1320
1427
  /* headings after a heading have a smaller margin-top */
1321
1428
 
1322
- .sd-1-1-0-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
1429
+ .sd-1-2-0-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
1323
1430
  /* :not(#_) is a hack to raise specifity, see https://stackoverflow.com/a/61781795 */
1324
1431
  margin-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
1325
1432
  }
1326
1433
 
1327
1434
  /* Headlines after other non-headlines have a larger margin-top */
1328
1435
 
1329
- .sd-1-1-0-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
1436
+ .sd-1-2-0-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
1330
1437
  margin-top: var(--sd-spacing-8, 2rem) /* 32px */;
1331
1438
  }
1332
1439
 
1333
1440
  /* Images and figures lead to a bigger margin-top for the next element */
1334
1441
 
1335
- .sd-1-1-0-prose > figure + *:not(#_),
1336
- .sd-1-1-0-prose > img + *:not(#_) {
1442
+ .sd-1-2-0-prose > figure + *:not(#_),
1443
+ .sd-1-2-0-prose > img + *:not(#_) {
1337
1444
  margin-top: var(--sd-spacing-6, 1.5rem) /* 24px */;
1338
1445
  }
1339
1446
 
1340
1447
  /* Add styles for elements that are not based on existing CSS styles */
1341
1448
 
1342
- .sd-1-1-0-prose hr {
1449
+ .sd-1-2-0-prose hr {
1343
1450
  height: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1344
1451
  border-top-width: 1px;
1345
1452
  --tw-border-opacity: 1;
1346
1453
  border-color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-border-opacity, 1)) /* Used for disabled state */;
1347
1454
  }
1348
1455
 
1349
- .sd-1-1-0-prose pre {
1456
+ .sd-1-2-0-prose pre {
1350
1457
  overflow: auto;
1351
1458
  }
1352
1459
 
1353
- .sd-1-1-0-prose blockquote,
1354
- .sd-1-1-0-prose blockquote > * {
1460
+ .sd-1-2-0-prose blockquote,
1461
+ .sd-1-2-0-prose blockquote > * {
1355
1462
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
1356
1463
  }
1357
1464
 
1358
- .sd-1-1-0-prose blockquote:has(*) *:first-child::before, .sd-1-1-0-prose blockquote:not(:has(*))::before {
1465
+ .sd-1-2-0-prose blockquote:has(*) *:first-child::before, .sd-1-2-0-prose blockquote:not(:has(*))::before {
1359
1466
  content: open-quote;
1360
1467
  display: inline;
1361
1468
  }
1362
1469
 
1363
- .sd-1-1-0-prose blockquote:has(*) *:first-child::after, .sd-1-1-0-prose blockquote:not(:has(*))::after {
1470
+ .sd-1-2-0-prose blockquote:has(*) *:first-child::after, .sd-1-2-0-prose blockquote:not(:has(*))::after {
1364
1471
  content: close-quote;
1365
1472
  display: inline;
1366
1473
  }
1367
1474
 
1368
1475
  /* Fixes for other elements */
1369
1476
 
1370
- .sd-1-1-0-prose > :is(ul, ol):not(#_) {
1477
+ .sd-1-2-0-prose > :is(ul, ol):not(#_) {
1371
1478
  /* ul and ol have padding that has to be reset */
1372
1479
  padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
1373
1480
  padding-bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
@@ -1375,18 +1482,18 @@ Used for divider, teaser, container, ... */;
1375
1482
 
1376
1483
  /* Inverted styles */
1377
1484
 
1378
- .sd-1-1-0-prose--inverted hr {
1485
+ .sd-1-2-0-prose--inverted hr {
1379
1486
  --tw-border-opacity: 1;
1380
1487
  border-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-border-opacity, 1)) /* Used for buttons, inverted focus state */;
1381
1488
  }
1382
1489
 
1383
- .sd-1-1-0-prose--inverted pre {
1490
+ .sd-1-2-0-prose--inverted pre {
1384
1491
 
1385
1492
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
1386
1493
  }
1387
1494
 
1388
1495
  /* Full width styles */
1389
1496
 
1390
- .sd-1-1-0-prose--full-width {
1497
+ .sd-1-2-0-prose--full-width {
1391
1498
  max-width: unset;
1392
1499
  }