@solid-design-system/styles 1.5.2 → 1.5.3

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 (48) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/cdn/modules/pagination.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/pagination.css +1 -1
  19. package/cdn-versioned/modules/paragraph.css +1 -1
  20. package/cdn-versioned/modules/prose.css +1 -1
  21. package/cdn-versioned/modules/status-badge.css +1 -1
  22. package/cdn-versioned/modules/table-cell.css +1 -1
  23. package/cdn-versioned/modules/table.css +1 -1
  24. package/cdn-versioned/solid-styles.css +1 -1
  25. package/dist/modules/pagination.css +5 -1
  26. package/dist/solid-styles.css +5 -1
  27. package/dist-versioned/modules/chip.css +6 -6
  28. package/dist-versioned/modules/container.css +45 -45
  29. package/dist-versioned/modules/copyright.css +11 -11
  30. package/dist-versioned/modules/display.css +9 -9
  31. package/dist-versioned/modules/flag.css +6 -6
  32. package/dist-versioned/modules/footnotes.css +26 -26
  33. package/dist-versioned/modules/headline.css +67 -67
  34. package/dist-versioned/modules/hidden-links.css +7 -7
  35. package/dist-versioned/modules/interactive.css +41 -41
  36. package/dist-versioned/modules/leadtext.css +8 -8
  37. package/dist-versioned/modules/list.css +47 -47
  38. package/dist-versioned/modules/mark.css +2 -2
  39. package/dist-versioned/modules/media.css +7 -7
  40. package/dist-versioned/modules/meta.css +12 -12
  41. package/dist-versioned/modules/pagination.css +114 -110
  42. package/dist-versioned/modules/paragraph.css +8 -8
  43. package/dist-versioned/modules/prose.css +234 -234
  44. package/dist-versioned/modules/status-badge.css +8 -8
  45. package/dist-versioned/modules/table-cell.css +23 -23
  46. package/dist-versioned/modules/table.css +4 -4
  47. package/dist-versioned/solid-styles.css +471 -467
  48. package/package.json +1 -1
@@ -1,22 +1,22 @@
1
1
  /**
2
2
  * Prose
3
- * @name sd-1-5-2-prose
3
+ * @name sd-1-5-3-prose
4
4
  * @status stable
5
5
  * @since 3.6.0
6
- * @boolean sd-1-5-2-prose--inverted Inverts the content, but not tables.
7
- * @boolean sd-1-5-2-prose--full-width Overrides the 80ch max-width and makes the prose full width.
6
+ * @boolean sd-1-5-3-prose--inverted Inverts the content, but not tables.
7
+ * @boolean sd-1-5-3-prose--full-width Overrides the 80ch max-width and makes the prose full width.
8
8
  */
9
9
 
10
10
  /**
11
11
  * 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.
12
- * @name sd-1-5-2-display
12
+ * @name sd-1-5-3-display
13
13
  * @status stable
14
14
  * @since 1.7
15
- * @variant { xl | 3xl } sd-1-5-2-display--size-... The display's size.
16
- * @boolean sd-1-5-2-display--inverted Inverts the display text.
15
+ * @variant { xl | 3xl } sd-1-5-3-display--size-... The display's size.
16
+ * @boolean sd-1-5-3-display--inverted Inverts the display text.
17
17
  */
18
18
 
19
- .sd-1-5-2-display {
19
+ .sd-1-5-3-display {
20
20
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
21
21
  font-weight: 400;
22
22
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -26,12 +26,12 @@
26
26
 
27
27
  @media (min-width: 1024px) {
28
28
 
29
- .sd-1-5-2-display {
29
+ .sd-1-5-3-display {
30
30
  font-size: var(--sd-font-size-4xl, 2.5rem) /* 40px */;
31
31
  }
32
32
  }
33
33
 
34
- .sd-1-5-2-display--size-xl {
34
+ .sd-1-5-3-display--size-xl {
35
35
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
36
36
  font-weight: 400;
37
37
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -39,7 +39,7 @@
39
39
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
40
40
  }
41
41
 
42
- .sd-1-5-2-display--size-3xl {
42
+ .sd-1-5-3-display--size-3xl {
43
43
  font-size: var(--sd-font-size-2xl, 1.75rem) /* 28px */;
44
44
  font-weight: 400;
45
45
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -49,35 +49,35 @@
49
49
 
50
50
  @media (min-width: 1024px) {
51
51
 
52
- .sd-1-5-2-display--size-3xl {
52
+ .sd-1-5-3-display--size-3xl {
53
53
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
54
54
  }
55
55
  }
56
56
 
57
- .sd-1-5-2-display--inverted {
57
+ .sd-1-5-3-display--inverted {
58
58
 
59
59
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
60
60
  }
61
61
 
62
62
  /**
63
63
  * 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.
64
- * @name sd-1-5-2-headline
64
+ * @name sd-1-5-3-headline
65
65
  * @status stable
66
66
  * @since 1.16
67
- * @variant { 3xl | xl | lg | base } sd-1-5-2-headline--size-... The headline's size.
68
- * @boolean sd-1-5-2-headline--inverted Inverts the headline text.
69
- * @boolean sd-1-5-2-headline--inline Sets inline behavior. Used exclusively when an sd-icon or other component is present. See usage <a href="#inline">here.</a>
67
+ * @variant { 3xl | xl | lg | base } sd-1-5-3-headline--size-... The headline's size.
68
+ * @boolean sd-1-5-3-headline--inverted Inverts the headline text.
69
+ * @boolean sd-1-5-3-headline--inline Sets inline behavior. Used exclusively when an sd-icon or other component is present. See usage <a href="#inline">here.</a>
70
70
  */
71
71
 
72
- .sd-1-5-2-headline,
73
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5) {
72
+ .sd-1-5-3-headline,
73
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5) {
74
74
  display: flex;
75
75
  font-weight: 700;
76
76
 
77
77
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
78
78
  }
79
79
 
80
- .sd-1-5-2-headline sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5) sd-icon {
80
+ .sd-1-5-3-headline sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5) sd-icon {
81
81
  flex-shrink: 0;
82
82
  font-size: 3rem;
83
83
 
@@ -86,15 +86,15 @@
86
86
 
87
87
  @media (min-width: 640px) {
88
88
 
89
- .sd-1-5-2-headline sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5) sd-icon {
89
+ .sd-1-5-3-headline sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5) sd-icon {
90
90
  margin-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
91
91
  }
92
92
  }
93
93
 
94
- .sd-1-5-2-headline.sd-1-5-2-headline,
95
- .sd-1-5-2-headline:is(h1):not(.sd-1-5-2-headline),
96
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline,
97
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-2-headline) {
94
+ .sd-1-5-3-headline.sd-1-5-3-headline,
95
+ .sd-1-5-3-headline:is(h1):not(.sd-1-5-3-headline),
96
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline,
97
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-3-headline) {
98
98
  gap: var(--sd-spacing-4, 1rem) /* 16px */;
99
99
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
100
100
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -102,29 +102,29 @@
102
102
 
103
103
  @media (min-width: 640px) {
104
104
 
105
- .sd-1-5-2-headline.sd-1-5-2-headline,
106
- .sd-1-5-2-headline:is(h1):not(.sd-1-5-2-headline),
107
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline,
108
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-2-headline) {
105
+ .sd-1-5-3-headline.sd-1-5-3-headline,
106
+ .sd-1-5-3-headline:is(h1):not(.sd-1-5-3-headline),
107
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline,
108
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-3-headline) {
109
109
  font-size: var(--sd-font-size-4xl, 2.5rem) /* 40px */;
110
110
  }
111
111
  }
112
112
 
113
- .sd-1-5-2-headline.sd-1-5-2-headline sd-icon, .sd-1-5-2-headline:is(h1):not(.sd-1-5-2-headline) sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-2-headline) sd-icon {
113
+ .sd-1-5-3-headline.sd-1-5-3-headline sd-icon, .sd-1-5-3-headline:is(h1):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-3-headline) sd-icon {
114
114
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
115
115
  }
116
116
 
117
117
  @media (min-width: 640px) {
118
118
 
119
- .sd-1-5-2-headline.sd-1-5-2-headline sd-icon, .sd-1-5-2-headline:is(h1):not(.sd-1-5-2-headline) sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-2-headline) sd-icon {
119
+ .sd-1-5-3-headline.sd-1-5-3-headline sd-icon, .sd-1-5-3-headline:is(h1):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h1):not(.sd-1-5-3-headline) sd-icon {
120
120
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
121
121
  }
122
122
  }
123
123
 
124
- .sd-1-5-2-headline.sd-1-5-2-headline--size-3xl,
125
- .sd-1-5-2-headline:is(h2):not(.sd-1-5-2-headline),
126
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-3xl,
127
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-2-headline) {
124
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-3xl,
125
+ .sd-1-5-3-headline:is(h2):not(.sd-1-5-3-headline),
126
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-3xl,
127
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-3-headline) {
128
128
  gap: var(--sd-spacing-4, 1rem) /* 16px */;
129
129
  font-size: var(--sd-font-size-2xl, 1.75rem) /* 28px */;
130
130
  line-height: var(--sd-line-height-tight, 120%) /* Used for display and large titles */;
@@ -132,144 +132,144 @@
132
132
 
133
133
  @media (min-width: 640px) {
134
134
 
135
- .sd-1-5-2-headline.sd-1-5-2-headline--size-3xl,
136
- .sd-1-5-2-headline:is(h2):not(.sd-1-5-2-headline),
137
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-3xl,
138
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-2-headline) {
135
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-3xl,
136
+ .sd-1-5-3-headline:is(h2):not(.sd-1-5-3-headline),
137
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-3xl,
138
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-3-headline) {
139
139
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
140
140
  }
141
141
  }
142
142
 
143
- .sd-1-5-2-headline.sd-1-5-2-headline--size-3xl sd-icon, .sd-1-5-2-headline:is(h2):not(.sd-1-5-2-headline) sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-3xl sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-2-headline) sd-icon {
143
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-3xl sd-icon, .sd-1-5-3-headline:is(h2):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-3xl sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-3-headline) sd-icon {
144
144
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
145
145
  }
146
146
 
147
147
  @media (min-width: 640px) {
148
148
 
149
- .sd-1-5-2-headline.sd-1-5-2-headline--size-3xl sd-icon, .sd-1-5-2-headline:is(h2):not(.sd-1-5-2-headline) sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-3xl sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-2-headline) sd-icon {
149
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-3xl sd-icon, .sd-1-5-3-headline:is(h2):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-3xl sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h2):not(.sd-1-5-3-headline) sd-icon {
150
150
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
151
151
  }
152
152
  }
153
153
 
154
- .sd-1-5-2-headline.sd-1-5-2-headline--size-xl,
155
- .sd-1-5-2-headline.sd-1-5-2-headline--size-lg,
156
- .sd-1-5-2-headline.sd-1-5-2-headline--size-base,
157
- .sd-1-5-2-headline:is(h3, h4, h5):not(.sd-1-5-2-headline),
158
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-xl,
159
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-lg,
160
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-base,
161
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-5-2-headline) {
154
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-xl,
155
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-lg,
156
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-base,
157
+ .sd-1-5-3-headline:is(h3, h4, h5):not(.sd-1-5-3-headline),
158
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-xl,
159
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg,
160
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base,
161
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-5-3-headline) {
162
162
  gap: var(--sd-spacing-2, 0.5rem) /* 8px */;
163
163
 
164
164
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
165
165
  }
166
166
 
167
- .sd-1-5-2-headline.sd-1-5-2-headline--size-xl sd-icon, .sd-1-5-2-headline.sd-1-5-2-headline--size-lg sd-icon, .sd-1-5-2-headline.sd-1-5-2-headline--size-base sd-icon, .sd-1-5-2-headline:is(h3, h4, h5):not(.sd-1-5-2-headline) sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-xl sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-lg sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-base sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-5-2-headline) sd-icon {
167
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-headline.sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-headline.sd-1-5-3-headline--size-base sd-icon, .sd-1-5-3-headline:is(h3, h4, h5):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-1-5-3-headline) sd-icon {
168
168
  font-size: 2rem;
169
169
  }
170
170
 
171
- .sd-1-5-2-headline.sd-1-5-2-headline--size-xl,
172
- .sd-1-5-2-headline:is(h3):not(.sd-1-5-2-headline),
173
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-xl,
174
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-2-headline) {
171
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-xl,
172
+ .sd-1-5-3-headline:is(h3):not(.sd-1-5-3-headline),
173
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-xl,
174
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-3-headline) {
175
175
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
176
176
  }
177
177
 
178
- .sd-1-5-2-headline.sd-1-5-2-headline--size-xl sd-icon, .sd-1-5-2-headline:is(h3):not(.sd-1-5-2-headline) sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-xl sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-2-headline) sd-icon {
178
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-headline:is(h3):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-3-headline) sd-icon {
179
179
  margin-top: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
180
180
  }
181
181
 
182
182
  @media (min-width: 640px) {
183
183
 
184
- .sd-1-5-2-headline.sd-1-5-2-headline--size-xl sd-icon, .sd-1-5-2-headline:is(h3):not(.sd-1-5-2-headline) sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-xl sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-2-headline) sd-icon {
184
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-headline:is(h3):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-xl sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h3):not(.sd-1-5-3-headline) sd-icon {
185
185
  margin-top: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
186
186
  }
187
187
  }
188
188
 
189
- .sd-1-5-2-headline.sd-1-5-2-headline--size-lg,
190
- .sd-1-5-2-headline.sd-1-5-2-headline--size-base,
191
- .sd-1-5-2-headline:is(h4, h5):not(.sd-1-5-2-headline),
192
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-lg,
193
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-base,
194
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-1-5-2-headline) {
189
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-lg,
190
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-base,
191
+ .sd-1-5-3-headline:is(h4, h5):not(.sd-1-5-3-headline),
192
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg,
193
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base,
194
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h4, h5):not(.sd-1-5-3-headline) {
195
195
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
196
196
  }
197
197
 
198
- .sd-1-5-2-headline.sd-1-5-2-headline--size-lg,
199
- .sd-1-5-2-headline:is(h4),
200
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-lg,
201
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h4) {
198
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-lg,
199
+ .sd-1-5-3-headline:is(h4),
200
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg,
201
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h4) {
202
202
  font-size: var(--sd-font-size-lg, 1.25rem) /* 20px */;
203
203
  }
204
204
 
205
- .sd-1-5-2-headline.sd-1-5-2-headline--size-lg sd-icon, .sd-1-5-2-headline:is(h4) sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-lg sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
205
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-headline:is(h4) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
206
206
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
207
207
  }
208
208
 
209
209
  @media (min-width: 640px) {
210
210
 
211
- .sd-1-5-2-headline.sd-1-5-2-headline--size-lg sd-icon, .sd-1-5-2-headline:is(h4) sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-lg sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
211
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-headline:is(h4) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-lg sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h4) sd-icon {
212
212
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
213
213
  }
214
214
  }
215
215
 
216
- .sd-1-5-2-headline.sd-1-5-2-headline--size-base,
217
- .sd-1-5-2-headline:is(h5):not(.sd-1-5-2-headline),
218
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-base,
219
- .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-2-headline) {
216
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-base,
217
+ .sd-1-5-3-headline:is(h5):not(.sd-1-5-3-headline),
218
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base,
219
+ .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-3-headline) {
220
220
  font-size: var(--sd-font-size-base, 1rem) /* 16px */;
221
221
  }
222
222
 
223
- .sd-1-5-2-headline.sd-1-5-2-headline--size-base sd-icon, .sd-1-5-2-headline:is(h5):not(.sd-1-5-2-headline) sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-base sd-icon, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-2-headline) sd-icon {
223
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-base sd-icon, .sd-1-5-3-headline:is(h5):not(.sd-1-5-3-headline) sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base sd-icon, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-3-headline) sd-icon {
224
224
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
225
225
  }
226
226
 
227
- .sd-1-5-2-headline.sd-1-5-2-headline--size-base mark, .sd-1-5-2-headline:is(h5):not(.sd-1-5-2-headline) mark, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5).sd-1-5-2-headline--size-base mark, .sd-1-5-2-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-2-headline) mark {
227
+ .sd-1-5-3-headline.sd-1-5-3-headline--size-base mark, .sd-1-5-3-headline:is(h5):not(.sd-1-5-3-headline) mark, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5).sd-1-5-3-headline--size-base mark, .sd-1-5-3-prose :is(h1, h2, h3, h4, h5):is(h5):not(.sd-1-5-3-headline) mark {
228
228
  color: inherit;
229
229
  }
230
230
 
231
- .sd-1-5-2-headline--inline {
231
+ .sd-1-5-3-headline--inline {
232
232
  display: inline-block;
233
233
  }
234
234
 
235
- .sd-1-5-2-headline--inline sd-icon {
235
+ .sd-1-5-3-headline--inline sd-icon {
236
236
  margin-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
237
237
  margin-top: calc(var(--sd-spacing-1, 0.25rem) /* 4px */ * -1);
238
238
  vertical-align: middle;
239
239
  }
240
240
 
241
- .sd-1-5-2-headline--inline:is(.sd-1-5-2-headline--size-xl, .sd-1-5-2-headline--size-lg, .sd-1-5-2-headline--size-base) sd-icon {
241
+ .sd-1-5-3-headline--inline:is(.sd-1-5-3-headline--size-xl, .sd-1-5-3-headline--size-lg, .sd-1-5-3-headline--size-base) sd-icon {
242
242
  margin-right: var(--sd-spacing-0-5, 0.125rem) /* 2px */;
243
243
  }
244
244
 
245
- .sd-1-5-2-headline--inverted:not(#_),
246
- .sd-1-5-2-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-5-2-headline):not(#_) {
245
+ .sd-1-5-3-headline--inverted:not(#_),
246
+ .sd-1-5-3-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-5-3-headline):not(#_) {
247
247
 
248
248
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
249
249
  }
250
250
 
251
- .sd-1-5-2-headline--inverted:not(#_) sd-icon, .sd-1-5-2-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-5-2-headline):not(#_) sd-icon {
251
+ .sd-1-5-3-headline--inverted:not(#_) sd-icon, .sd-1-5-3-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-1-5-3-headline):not(#_) sd-icon {
252
252
 
253
253
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
254
254
  }
255
255
 
256
256
  /**
257
257
  * Generates basic styles for interactive elements.
258
- * @name sd-1-5-2-interactive
258
+ * @name sd-1-5-3-interactive
259
259
  * @status stable
260
260
  * @since 1.11
261
- * @boolean sd-1-5-2-interactive--disabled Makes an element look disabled.
262
- * @boolean sd-1-5-2-interactive--inverted Inverts the colors of an element.
263
- * @boolean sd-1-5-2-interactive--reset Resets the default browser styles of e.g., a button.
261
+ * @boolean sd-1-5-3-interactive--disabled Makes an element look disabled.
262
+ * @boolean sd-1-5-3-interactive--inverted Inverts the colors of an element.
263
+ * @boolean sd-1-5-3-interactive--reset Resets the default browser styles of e.g., a button.
264
264
  */
265
265
 
266
- .sd-1-5-2-prose a--reset, .sd-1-5-2-interactive--reset {
266
+ .sd-1-5-3-prose a--reset, .sd-1-5-3-interactive--reset {
267
267
  all: unset;
268
268
  outline: revert;
269
269
  }
270
270
 
271
- .sd-1-5-2-prose a,
272
- .sd-1-5-2-interactive {
271
+ .sd-1-5-3-prose a,
272
+ .sd-1-5-3-interactive {
273
273
  cursor: pointer;
274
274
 
275
275
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
@@ -283,95 +283,95 @@ Smooth transitions eg. for buttons or dropdowns */;
283
283
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
284
284
  }
285
285
 
286
- .sd-1-5-2-prose a:hover:not([disabled]),
287
- .sd-1-5-2-interactive:hover:not([disabled]) {
286
+ .sd-1-5-3-prose a:hover:not([disabled]),
287
+ .sd-1-5-3-interactive:hover:not([disabled]) {
288
288
 
289
289
  color: rgb(var(--sd-color-primary-500, 70 109 175) / var(--tw-text-opacity, 1)) /* Used for hover interaction */;
290
290
  }
291
291
 
292
- .sd-1-5-2-prose a:active:not([disabled]),
293
- .sd-1-5-2-interactive:active:not([disabled]) {
292
+ .sd-1-5-3-prose a:active:not([disabled]),
293
+ .sd-1-5-3-interactive:active:not([disabled]) {
294
294
 
295
295
  color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-text-opacity, 1)) /* Used for pressed interaction */;
296
296
  }
297
297
 
298
- .sd-1-5-2-prose a:is(.sd-1-5-2-interactive), .sd-1-5-2-interactive:is(.sd-1-5-2-interactive) {
298
+ .sd-1-5-3-prose a:is(.sd-1-5-3-interactive), .sd-1-5-3-interactive:is(.sd-1-5-3-interactive) {
299
299
  text-decoration-line: none;
300
300
  }
301
301
 
302
- .sd-1-5-2-prose a:focus-visible, .sd-1-5-2-interactive:focus-visible {
302
+ .sd-1-5-3-prose a:focus-visible, .sd-1-5-3-interactive:focus-visible {
303
303
  outline-style: solid;
304
304
  outline-width: 2px;
305
305
  outline-offset: 2px;
306
306
  outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
307
307
  }
308
308
 
309
- .sd-1-5-2-prose a--disabled,
310
- .sd-1-5-2-prose a[disabled],
311
- .sd-1-5-2-prose a[href=''],
312
- .sd-1-5-2-interactive--disabled,
313
- .sd-1-5-2-interactive[disabled],
314
- .sd-1-5-2-interactive[href=''] {
309
+ .sd-1-5-3-prose a--disabled,
310
+ .sd-1-5-3-prose a[disabled],
311
+ .sd-1-5-3-prose a[href=''],
312
+ .sd-1-5-3-interactive--disabled,
313
+ .sd-1-5-3-interactive[disabled],
314
+ .sd-1-5-3-interactive[href=''] {
315
315
  cursor: not-allowed;
316
316
 
317
317
  color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
318
318
  }
319
319
 
320
- .sd-1-5-2-prose a--disabled:hover:not([disabled]),
321
- .sd-1-5-2-prose a[disabled]:hover:not([disabled]),
322
- .sd-1-5-2-prose a[href='']:hover:not([disabled]),
323
- .sd-1-5-2-interactive--disabled:hover:not([disabled]),
324
- .sd-1-5-2-interactive[disabled]:hover:not([disabled]),
325
- .sd-1-5-2-interactive[href='']:hover:not([disabled]) {
320
+ .sd-1-5-3-prose a--disabled:hover:not([disabled]),
321
+ .sd-1-5-3-prose a[disabled]:hover:not([disabled]),
322
+ .sd-1-5-3-prose a[href='']:hover:not([disabled]),
323
+ .sd-1-5-3-interactive--disabled:hover:not([disabled]),
324
+ .sd-1-5-3-interactive[disabled]:hover:not([disabled]),
325
+ .sd-1-5-3-interactive[href='']:hover:not([disabled]) {
326
326
 
327
327
  color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
328
328
  }
329
329
 
330
- .sd-1-5-2-prose a--disabled:active:not([disabled]),
331
- .sd-1-5-2-prose a[disabled]:active:not([disabled]),
332
- .sd-1-5-2-prose a[href='']:active:not([disabled]),
333
- .sd-1-5-2-interactive--disabled:active:not([disabled]),
334
- .sd-1-5-2-interactive[disabled]:active:not([disabled]),
335
- .sd-1-5-2-interactive[href='']:active:not([disabled]) {
330
+ .sd-1-5-3-prose a--disabled:active:not([disabled]),
331
+ .sd-1-5-3-prose a[disabled]:active:not([disabled]),
332
+ .sd-1-5-3-prose a[href='']:active:not([disabled]),
333
+ .sd-1-5-3-interactive--disabled:active:not([disabled]),
334
+ .sd-1-5-3-interactive[disabled]:active:not([disabled]),
335
+ .sd-1-5-3-interactive[href='']:active:not([disabled]) {
336
336
 
337
337
  color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-text-opacity, 1)) /* Used for disabled state */;
338
338
  }
339
339
 
340
- .sd-1-5-2-prose a--disabled.sd-1-5-2-interactive--inverted, .sd-1-5-2-prose a[disabled].sd-1-5-2-interactive--inverted, .sd-1-5-2-prose a[href=''].sd-1-5-2-interactive--inverted, .sd-1-5-2-interactive--disabled.sd-1-5-2-interactive--inverted, .sd-1-5-2-interactive[disabled].sd-1-5-2-interactive--inverted, .sd-1-5-2-interactive[href=''].sd-1-5-2-interactive--inverted {
340
+ .sd-1-5-3-prose a--disabled.sd-1-5-3-interactive--inverted, .sd-1-5-3-prose a[disabled].sd-1-5-3-interactive--inverted, .sd-1-5-3-prose a[href=''].sd-1-5-3-interactive--inverted, .sd-1-5-3-interactive--disabled.sd-1-5-3-interactive--inverted, .sd-1-5-3-interactive[disabled].sd-1-5-3-interactive--inverted, .sd-1-5-3-interactive[href=''].sd-1-5-3-interactive--inverted {
341
341
 
342
342
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
343
343
  }
344
344
 
345
- .sd-1-5-2-prose a--disabled.sd-1-5-2-interactive--inverted:hover:not([disabled]), .sd-1-5-2-prose a[disabled].sd-1-5-2-interactive--inverted:hover:not([disabled]), .sd-1-5-2-prose a[href=''].sd-1-5-2-interactive--inverted:hover:not([disabled]), .sd-1-5-2-interactive--disabled.sd-1-5-2-interactive--inverted:hover:not([disabled]), .sd-1-5-2-interactive[disabled].sd-1-5-2-interactive--inverted:hover:not([disabled]), .sd-1-5-2-interactive[href=''].sd-1-5-2-interactive--inverted:hover:not([disabled]) {
345
+ .sd-1-5-3-prose a--disabled.sd-1-5-3-interactive--inverted:hover:not([disabled]), .sd-1-5-3-prose a[disabled].sd-1-5-3-interactive--inverted:hover:not([disabled]), .sd-1-5-3-prose a[href=''].sd-1-5-3-interactive--inverted:hover:not([disabled]), .sd-1-5-3-interactive--disabled.sd-1-5-3-interactive--inverted:hover:not([disabled]), .sd-1-5-3-interactive[disabled].sd-1-5-3-interactive--inverted:hover:not([disabled]), .sd-1-5-3-interactive[href=''].sd-1-5-3-interactive--inverted:hover:not([disabled]) {
346
346
 
347
347
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
348
348
  }
349
349
 
350
- .sd-1-5-2-prose a--disabled.sd-1-5-2-interactive--inverted:active:not([disabled]), .sd-1-5-2-prose a[disabled].sd-1-5-2-interactive--inverted:active:not([disabled]), .sd-1-5-2-prose a[href=''].sd-1-5-2-interactive--inverted:active:not([disabled]), .sd-1-5-2-interactive--disabled.sd-1-5-2-interactive--inverted:active:not([disabled]), .sd-1-5-2-interactive[disabled].sd-1-5-2-interactive--inverted:active:not([disabled]), .sd-1-5-2-interactive[href=''].sd-1-5-2-interactive--inverted:active:not([disabled]) {
350
+ .sd-1-5-3-prose a--disabled.sd-1-5-3-interactive--inverted:active:not([disabled]), .sd-1-5-3-prose a[disabled].sd-1-5-3-interactive--inverted:active:not([disabled]), .sd-1-5-3-prose a[href=''].sd-1-5-3-interactive--inverted:active:not([disabled]), .sd-1-5-3-interactive--disabled.sd-1-5-3-interactive--inverted:active:not([disabled]), .sd-1-5-3-interactive[disabled].sd-1-5-3-interactive--inverted:active:not([disabled]), .sd-1-5-3-interactive[href=''].sd-1-5-3-interactive--inverted:active:not([disabled]) {
351
351
 
352
352
  color: rgb(var(--sd-color-neutral-600, 136 136 136) / var(--tw-text-opacity, 1)) /* Used for inverted disabled state */;
353
353
  }
354
354
 
355
- .sd-1-5-2-prose--inverted a,
356
- .sd-1-5-2-interactive--inverted {
355
+ .sd-1-5-3-prose--inverted a,
356
+ .sd-1-5-3-interactive--inverted {
357
357
 
358
358
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
359
359
  }
360
360
 
361
- .sd-1-5-2-prose--inverted a:hover:not([disabled]),
362
- .sd-1-5-2-interactive--inverted:hover:not([disabled]) {
361
+ .sd-1-5-3-prose--inverted a:hover:not([disabled]),
362
+ .sd-1-5-3-interactive--inverted:hover:not([disabled]) {
363
363
 
364
364
  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 */;
365
365
  }
366
366
 
367
- .sd-1-5-2-prose--inverted a:active:not([disabled]),
368
- .sd-1-5-2-interactive--inverted:active:not([disabled]) {
367
+ .sd-1-5-3-prose--inverted a:active:not([disabled]),
368
+ .sd-1-5-3-interactive--inverted:active:not([disabled]) {
369
369
 
370
370
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
371
371
  Used for inverted pressed interaction text link */;
372
372
  }
373
373
 
374
- .sd-1-5-2-prose--inverted a:focus-visible, .sd-1-5-2-interactive--inverted:focus-visible {
374
+ .sd-1-5-3-prose--inverted a:focus-visible, .sd-1-5-3-interactive--inverted:focus-visible {
375
375
  outline-style: solid;
376
376
  outline-width: 2px;
377
377
  outline-offset: 2px;
@@ -380,15 +380,15 @@ Used for inverted pressed interaction text link */;
380
380
 
381
381
  /**
382
382
  * Leadtext is used for text that should be highlighted and a focal point of the page.
383
- * @name sd-1-5-2-leadtext
383
+ * @name sd-1-5-3-leadtext
384
384
  * @status stable
385
385
  * @since 1.7
386
- * @variant { lg } sd-1-5-2-leadtext--size-... The leadtext's size.
387
- * @boolean sd-1-5-2-leadtext--inverted Inverts the leadtext text.
386
+ * @variant { lg } sd-1-5-3-leadtext--size-... The leadtext's size.
387
+ * @boolean sd-1-5-3-leadtext--inverted Inverts the leadtext text.
388
388
  */
389
389
 
390
- .sd-1-5-2-prose > .sd-1-5-2-leadtext,
391
- .sd-1-5-2-leadtext {
390
+ .sd-1-5-3-prose > .sd-1-5-3-leadtext,
391
+ .sd-1-5-3-leadtext {
392
392
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
393
393
  font-weight: 400;
394
394
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -396,7 +396,7 @@ Used for inverted pressed interaction text link */;
396
396
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
397
397
  }
398
398
 
399
- .sd-1-5-2-prose > .sd-1-5-2-leadtext--size-lg, .sd-1-5-2-leadtext--size-lg {
399
+ .sd-1-5-3-prose > .sd-1-5-3-leadtext--size-lg, .sd-1-5-3-leadtext--size-lg {
400
400
  font-size: var(--sd-font-size-lg, 1.25rem) /* 20px */;
401
401
  font-weight: 400;
402
402
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -404,22 +404,22 @@ Used for inverted pressed interaction text link */;
404
404
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
405
405
  }
406
406
 
407
- .sd-1-5-2-prose--inverted > .sd-1-5-2-leadtext,
408
- .sd-1-5-2-leadtext--inverted {
407
+ .sd-1-5-3-prose--inverted > .sd-1-5-3-leadtext,
408
+ .sd-1-5-3-leadtext--inverted {
409
409
 
410
410
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
411
411
  }
412
412
 
413
413
  /**
414
414
  * Generates basic styles for list elements.
415
- * @name sd-1-5-2-list
415
+ * @name sd-1-5-3-list
416
416
  * @status stable
417
417
  * @since 1.39.0
418
- * @boolean sd-1-5-2-list--inverted Inverts the list text.
418
+ * @boolean sd-1-5-3-list--inverted Inverts the list text.
419
419
  */
420
420
 
421
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon),
422
- .sd-1-5-2-prose > :is(ol, ul) {
421
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon),
422
+ .sd-1-5-3-prose > :is(ol, ul) {
423
423
  list-style-position: revert;
424
424
  list-style-type: revert;
425
425
  padding: revert;
@@ -433,14 +433,14 @@ Used for inverted pressed interaction text link */;
433
433
  */
434
434
  }
435
435
 
436
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon) li:not(:first-child), .sd-1-5-2-prose > :is(ol, ul) li:not(:first-child) {
436
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon) li:not(:first-child), .sd-1-5-3-prose > :is(ol, ul) li:not(:first-child) {
437
437
  margin-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
438
438
  }
439
439
 
440
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon) ul,
441
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon) ol,
442
- .sd-1-5-2-prose > :is(ol, ul) ul,
443
- .sd-1-5-2-prose > :is(ol, ul) ol {
440
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul,
441
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ol,
442
+ .sd-1-5-3-prose > :is(ol, ul) ul,
443
+ .sd-1-5-3-prose > :is(ol, ul) ol {
444
444
  all: revert;
445
445
  padding-left: 1.4em;
446
446
  padding-top: 0.75em;
@@ -448,8 +448,8 @@ Used for inverted pressed interaction text link */;
448
448
 
449
449
  @supports not (-webkit-hyphens: none) {
450
450
 
451
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon),
452
- .sd-1-5-2-prose > :is(ol, ul) {
451
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon),
452
+ .sd-1-5-3-prose > :is(ol, ul) {
453
453
  /* Safari automatically adds some spacing. This adds it for other browsers. */
454
454
 
455
455
  /*
@@ -463,38 +463,38 @@ Used for inverted pressed interaction text link */;
463
463
  */
464
464
  /* Level 1 */
465
465
  }
466
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon) li, .sd-1-5-2-prose > :is(ol, ul) li {
466
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon) li, .sd-1-5-3-prose > :is(ol, ul) li {
467
467
  padding-left: 0.3em;
468
468
  }
469
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ol):not(.sd-1-5-2-list--icon), .sd-1-5-2-prose > :is(ol, ul):is(ol):not(.sd-1-5-2-list--icon) {
469
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon), .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) {
470
470
  counter-reset: item;
471
471
  }
472
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ol):not(.sd-1-5-2-list--icon) > li, .sd-1-5-2-prose > :is(ol, ul):is(ol):not(.sd-1-5-2-list--icon) > li {
472
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li {
473
473
  counter-increment: item;
474
474
  }
475
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ol):not(.sd-1-5-2-list--icon) > li::marker, .sd-1-5-2-prose > :is(ol, ul):is(ol):not(.sd-1-5-2-list--icon) > li::marker {
475
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li::marker, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li::marker {
476
476
  content: counters(item, '.', decimal) '. ';
477
477
  }
478
478
  /* Level 2 */
479
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ol):not(.sd-1-5-2-list--icon) > li > ol, .sd-1-5-2-prose > :is(ol, ul):is(ol):not(.sd-1-5-2-list--icon) > li > ol {
479
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol {
480
480
  padding-left: 1.9em;
481
481
  counter-reset: subitem;
482
482
  }
483
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ol):not(.sd-1-5-2-list--icon) > li > ol > li, .sd-1-5-2-prose > :is(ol, ul):is(ol):not(.sd-1-5-2-list--icon) > li > ol > li {
483
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li {
484
484
  counter-increment: subitem;
485
485
  }
486
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ol):not(.sd-1-5-2-list--icon) > li > ol > li::marker, .sd-1-5-2-prose > :is(ol, ul):is(ol):not(.sd-1-5-2-list--icon) > li > ol > li::marker {
486
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li::marker, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li::marker {
487
487
  content: counters(item, '.', decimal) '.' counters(subitem, '.', decimal) '. ';
488
488
  }
489
489
  /* Level 3 */
490
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ol):not(.sd-1-5-2-list--icon) > li > ol > li > ol, .sd-1-5-2-prose > :is(ol, ul):is(ol):not(.sd-1-5-2-list--icon) > li > ol > li > ol {
490
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol {
491
491
  padding-left: 2.7em;
492
492
  counter-reset: subsubitem;
493
493
  }
494
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ol):not(.sd-1-5-2-list--icon) > li > ol > li > ol > li, .sd-1-5-2-prose > :is(ol, ul):is(ol):not(.sd-1-5-2-list--icon) > li > ol > li > ol > li {
494
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol > li, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol > li {
495
495
  counter-increment: subsubitem;
496
496
  }
497
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ol):not(.sd-1-5-2-list--icon) > li > ol > li > ol > li::marker, .sd-1-5-2-prose > :is(ol, ul):is(ol):not(.sd-1-5-2-list--icon) > li > ol > li > ol > li::marker {
497
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol > li::marker, .sd-1-5-3-prose > :is(ol, ul):is(ol):not(.sd-1-5-3-list--icon) > li > ol > li > ol > li::marker {
498
498
  content: counters(item, '.', decimal) '.' counters(subitem, '.', decimal) '.'
499
499
  counters(subsubitem, '.', decimal) '. ';
500
500
  }
@@ -502,35 +502,35 @@ Used for inverted pressed interaction text link */;
502
502
 
503
503
  /* Level 1 */
504
504
 
505
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ul):not(.sd-1-5-2-list--icon),
506
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon) ul,
507
- .sd-1-5-2-prose > :is(ol, ul):is(ul):not(.sd-1-5-2-list--icon),
508
- .sd-1-5-2-prose > :is(ol, ul) ul {
505
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon),
506
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul,
507
+ .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon),
508
+ .sd-1-5-3-prose > :is(ol, ul) ul {
509
509
  padding-left: 0.5em;
510
510
  }
511
511
 
512
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ul):not(.sd-1-5-2-list--icon) > li, .sd-1-5-2-list:not(.sd-1-5-2-list--icon) ul > li, .sd-1-5-2-prose > :is(ol, ul):is(ul):not(.sd-1-5-2-list--icon) > li, .sd-1-5-2-prose > :is(ol, ul) ul > li {
512
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon) > li, .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul > li, .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon) > li, .sd-1-5-3-prose > :is(ol, ul) ul > li {
513
513
  padding-left: 0.75em;
514
514
  list-style-type: '\2022'; /* • */
515
515
  }
516
516
 
517
517
  /* Level 2 */
518
518
 
519
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ul):not(.sd-1-5-2-list--icon) > li > ul, .sd-1-5-2-list:not(.sd-1-5-2-list--icon) ul > li > ul, .sd-1-5-2-prose > :is(ol, ul):is(ul):not(.sd-1-5-2-list--icon) > li > ul, .sd-1-5-2-prose > :is(ol, ul) ul > li > ul {
519
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon) > li > ul, .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul > li > ul, .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon) > li > ul, .sd-1-5-3-prose > :is(ol, ul) ul > li > ul {
520
520
  padding-left: 0.3em;
521
521
  }
522
522
 
523
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ul):not(.sd-1-5-2-list--icon) > li > ul > li, .sd-1-5-2-list:not(.sd-1-5-2-list--icon) ul > li > ul > li, .sd-1-5-2-prose > :is(ol, ul):is(ul):not(.sd-1-5-2-list--icon) > li > ul > li, .sd-1-5-2-prose > :is(ol, ul) ul > li > ul > li {
523
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li, .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul > li > ul > li, .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li, .sd-1-5-3-prose > :is(ol, ul) ul > li > ul > li {
524
524
  list-style-type: '\002B1D'; /* · */
525
525
  }
526
526
 
527
527
  /* Level 3 */
528
528
 
529
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ul):not(.sd-1-5-2-list--icon) > li > ul > li > ul, .sd-1-5-2-list:not(.sd-1-5-2-list--icon) ul > li > ul > li > ul, .sd-1-5-2-prose > :is(ol, ul):is(ul):not(.sd-1-5-2-list--icon) > li > ul > li > ul, .sd-1-5-2-prose > :is(ol, ul) ul > li > ul > li > ul {
529
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li > ul, .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul > li > ul > li > ul, .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li > ul, .sd-1-5-3-prose > :is(ol, ul) ul > li > ul > li > ul {
530
530
  padding-left: 0.4em;
531
531
  }
532
532
 
533
- .sd-1-5-2-list:not(.sd-1-5-2-list--icon):is(ul):not(.sd-1-5-2-list--icon) > li > ul > li > ul > li, .sd-1-5-2-list:not(.sd-1-5-2-list--icon) ul > li > ul > li > ul > li, .sd-1-5-2-prose > :is(ol, ul):is(ul):not(.sd-1-5-2-list--icon) > li > ul > li > ul > li, .sd-1-5-2-prose > :is(ol, ul) ul > li > ul > li > ul > li {
533
+ .sd-1-5-3-list:not(.sd-1-5-3-list--icon):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li > ul > li, .sd-1-5-3-list:not(.sd-1-5-3-list--icon) ul > li > ul > li > ul > li, .sd-1-5-3-prose > :is(ol, ul):is(ul):not(.sd-1-5-3-list--icon) > li > ul > li > ul > li, .sd-1-5-3-prose > :is(ol, ul) ul > li > ul > li > ul > li {
534
534
  list-style-type: '\2010'; /* - */
535
535
  }
536
536
 
@@ -538,19 +538,19 @@ Used for inverted pressed interaction text link */;
538
538
  * Icon lists
539
539
  */
540
540
 
541
- .sd-1-5-2-list--icon {
541
+ .sd-1-5-3-list--icon {
542
542
  padding-top: var(--sd-spacing-4, 1rem) /* 16px */;
543
543
  padding-bottom: var(--sd-spacing-4, 1rem) /* 16px */;
544
544
  text-align: left;
545
545
  }
546
546
 
547
- .sd-1-5-2-list--icon li sd-icon:first-of-type,
548
- .sd-1-5-2-list--icon li .sd-1-5-2-list--icon__icon:first-of-type {
547
+ .sd-1-5-3-list--icon li sd-icon:first-of-type,
548
+ .sd-1-5-3-list--icon li .sd-1-5-3-list--icon__icon:first-of-type {
549
549
 
550
550
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
551
551
  }
552
552
 
553
- .sd-1-5-2-list--icon {
553
+ .sd-1-5-3-list--icon {
554
554
  list-style-type: '';
555
555
  }
556
556
 
@@ -558,19 +558,19 @@ Used for inverted pressed interaction text link */;
558
558
  styles without affecting semantics is to set list-style-type to an empty string.
559
559
  https://www.matuzo.at/blog/2023/removing-list-styles-without-affecting-semantics */
560
560
 
561
- .sd-1-5-2-list--icon > li:first-of-type {
561
+ .sd-1-5-3-list--icon > li:first-of-type {
562
562
  padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
563
563
  }
564
564
 
565
- .sd-1-5-2-list--icon li {
565
+ .sd-1-5-3-list--icon li {
566
566
  position: relative;
567
567
  padding-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
568
568
  padding-left: var(--sd-spacing-10, 2.5rem) /* 40px */;
569
569
  line-height: 32px;
570
570
  }
571
571
 
572
- .sd-1-5-2-list--icon li > sd-icon:first-of-type,
573
- .sd-1-5-2-list--icon li > .sd-1-5-2-list--icon__icon:first-of-type {
572
+ .sd-1-5-3-list--icon li > sd-icon:first-of-type,
573
+ .sd-1-5-3-list--icon li > .sd-1-5-3-list--icon__icon:first-of-type {
574
574
  position: absolute;
575
575
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
576
576
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
@@ -578,16 +578,16 @@ Used for inverted pressed interaction text link */;
578
578
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
579
579
  }
580
580
 
581
- .sd-1-5-2-list--icon.sd-1-5-2-list--horizontal {
581
+ .sd-1-5-3-list--icon.sd-1-5-3-list--horizontal {
582
582
  display: flex;
583
583
  }
584
584
 
585
- .sd-1-5-2-list--icon.sd-1-5-2-list--horizontal li {
585
+ .sd-1-5-3-list--icon.sd-1-5-3-list--horizontal li {
586
586
  display: flex;
587
587
  padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
588
588
  }
589
589
 
590
- .sd-1-5-2-list--icon.sd-1-5-2-list--horizontal li:not(:last-child) {
590
+ .sd-1-5-3-list--icon.sd-1-5-3-list--horizontal li:not(:last-child) {
591
591
  margin-right: var(--sd-spacing-8, 2rem) /* 32px */;
592
592
  }
593
593
 
@@ -595,31 +595,31 @@ Used for inverted pressed interaction text link */;
595
595
  * Inverted
596
596
  */
597
597
 
598
- .sd-1-5-2-list--inverted,
599
- .sd-1-5-2-prose--inverted > :is(ol, ul) {
598
+ .sd-1-5-3-list--inverted,
599
+ .sd-1-5-3-prose--inverted > :is(ol, ul) {
600
600
 
601
601
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
602
602
  }
603
603
 
604
- .sd-1-5-2-list--inverted li > sd-icon:first-of-type,
605
- .sd-1-5-2-list--inverted li > .sd-1-5-2-list--icon__icon:first-of-type,
606
- .sd-1-5-2-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type,
607
- .sd-1-5-2-prose--inverted > :is(ol, ul) li > .sd-1-5-2-list--icon__icon:first-of-type {
604
+ .sd-1-5-3-list--inverted li > sd-icon:first-of-type,
605
+ .sd-1-5-3-list--inverted li > .sd-1-5-3-list--icon__icon:first-of-type,
606
+ .sd-1-5-3-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type,
607
+ .sd-1-5-3-prose--inverted > :is(ol, ul) li > .sd-1-5-3-list--icon__icon:first-of-type {
608
608
 
609
609
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
610
610
  }
611
611
 
612
612
  /**
613
613
  * A paragraph is used to display blocks of text. It uses the base font size and can contain bold and/or link styles.
614
- * @name sd-1-5-2-paragraph
614
+ * @name sd-1-5-3-paragraph
615
615
  * @status stable
616
616
  * @since 1.7
617
- * @variant { sm } sd-1-5-2-paragraph--size-... The paragraph's font size.
618
- * @boolean sd-1-5-2-paragraph--inverted Inverts the paragraph text.
617
+ * @variant { sm } sd-1-5-3-paragraph--size-... The paragraph's font size.
618
+ * @boolean sd-1-5-3-paragraph--inverted Inverts the paragraph text.
619
619
  */
620
620
 
621
- .sd-1-5-2-paragraph,
622
- .sd-1-5-2-prose p {
621
+ .sd-1-5-3-paragraph,
622
+ .sd-1-5-3-prose p {
623
623
  font-size: var(--sd-font-size-base, 1rem) /* 16px */;
624
624
  font-weight: 400;
625
625
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -627,7 +627,7 @@ Used for inverted pressed interaction text link */;
627
627
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
628
628
  }
629
629
 
630
- .sd-1-5-2-paragraph--size-sm, .sd-1-5-2-prose p--size-sm {
630
+ .sd-1-5-3-paragraph--size-sm, .sd-1-5-3-prose p--size-sm {
631
631
  font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
632
632
  font-weight: 400;
633
633
  line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
@@ -635,35 +635,35 @@ Used for inverted pressed interaction text link */;
635
635
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
636
636
  }
637
637
 
638
- .sd-1-5-2-paragraph--inverted,
639
- .sd-1-5-2-prose--inverted p {
638
+ .sd-1-5-3-paragraph--inverted,
639
+ .sd-1-5-3-prose--inverted p {
640
640
 
641
641
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
642
642
  }
643
643
 
644
644
  /**
645
645
  * Generates basic styles for media elements.
646
- * @name sd-1-5-2-media
646
+ * @name sd-1-5-3-media
647
647
  * @status stable
648
648
  * @since 2.5.0
649
- * @boolean sd-1-5-2-media--inverted Inverts the figcaption text.
649
+ * @boolean sd-1-5-3-media--inverted Inverts the figcaption text.
650
650
  */
651
651
 
652
- .sd-1-5-2-prose figure,
653
- figure.sd-1-5-2-media {
652
+ .sd-1-5-3-prose figure,
653
+ figure.sd-1-5-3-media {
654
654
  margin: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
655
655
  }
656
656
 
657
- .sd-1-5-2-prose figure figcaption, figure.sd-1-5-2-media figcaption {
657
+ .sd-1-5-3-prose figure figcaption, figure.sd-1-5-3-media figcaption {
658
658
 
659
659
  color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
660
660
  }
661
661
 
662
- .sd-1-5-2-prose figure figcaption:last-child, figure.sd-1-5-2-media figcaption:last-child {
662
+ .sd-1-5-3-prose figure figcaption:last-child, figure.sd-1-5-3-media figcaption:last-child {
663
663
  margin-top: var(--sd-spacing-3, 0.75rem) /* 12px */;
664
664
  }
665
665
 
666
- .sd-1-5-2-prose--inverted figure figcaption, figure.sd-1-5-2-media--inverted figcaption {
666
+ .sd-1-5-3-prose--inverted figure figcaption, figure.sd-1-5-3-media--inverted figcaption {
667
667
 
668
668
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
669
669
  Used for inverted pressed interaction text link */;
@@ -671,18 +671,18 @@ Used for inverted pressed interaction text link */;
671
671
 
672
672
  /**
673
673
  * A table cell is a single cell inside a table, used to display discrete data elements.
674
- * @name sd-1-5-2-table-cell
674
+ * @name sd-1-5-3-table-cell
675
675
  * @status stable
676
676
  * @since 1.13
677
- * @boolean sd-1-5-2-table-cell--divider Displays a divider to the right.
678
- * @variant { white | primary-100 | neutral-100 } sd-1-5-2-table-cell--bg-... Applies the selected background-color to the table cell. If not selected, a transparent background-color is used per default.
679
- * @boolean sd-1-5-2-table-cell--shadow-active Displays the table shadow.
680
- * @variant { top | left | right | bottom } sd-1-5-2-table-cell--shadow-... Applies the selected shadow to the table cell.
677
+ * @boolean sd-1-5-3-table-cell--divider Displays a divider to the right.
678
+ * @variant { white | primary-100 | neutral-100 } sd-1-5-3-table-cell--bg-... Applies the selected background-color to the table cell. If not selected, a transparent background-color is used per default.
679
+ * @boolean sd-1-5-3-table-cell--shadow-active Displays the table shadow.
680
+ * @variant { top | left | right | bottom } sd-1-5-3-table-cell--shadow-... Applies the selected shadow to the table cell.
681
681
  */
682
682
 
683
- .sd-1-5-2-prose td,
684
- .sd-1-5-2-prose th,
685
- .sd-1-5-2-table-cell {
683
+ .sd-1-5-3-prose td,
684
+ .sd-1-5-3-prose th,
685
+ .sd-1-5-3-table-cell {
686
686
  border-top-width: 1px;
687
687
  border-bottom-width: 1px;
688
688
  border-left-width: 0px;
@@ -699,11 +699,11 @@ Used for divider, teaser, container, ... */;
699
699
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
700
700
  }
701
701
 
702
- .sd-1-5-2-table-cell--divider {
702
+ .sd-1-5-3-table-cell--divider {
703
703
  border-right-width: 1px;
704
704
  }
705
705
 
706
- .sd-1-5-2-table-cell--shadow-top:after, .sd-1-5-2-table-cell--shadow-bottom:after, .sd-1-5-2-table-cell--shadow-left:after, .sd-1-5-2-table-cell--shadow-right:after {
706
+ .sd-1-5-3-table-cell--shadow-top:after, .sd-1-5-3-table-cell--shadow-bottom:after, .sd-1-5-3-table-cell--shadow-left:after, .sd-1-5-3-table-cell--shadow-right:after {
707
707
  pointer-events: none;
708
708
  position: absolute;
709
709
  --tw-gradient-from: rgb(0 0 0 / var(--sd-opacity-10, 0.1)) var(--tw-gradient-from-position);
@@ -718,7 +718,7 @@ Used for divider, teaser, container, ... */;
718
718
  content: var(--tw-content);
719
719
  }
720
720
 
721
- .sd-1-5-2-table-cell--shadow-top:after, .sd-1-5-2-table-cell--shadow-bottom:after {
721
+ .sd-1-5-3-table-cell--shadow-top:after, .sd-1-5-3-table-cell--shadow-bottom:after {
722
722
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
723
723
  right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
724
724
  height: var(--sd-spacing-2-5, 0.625rem) /* 10px */;
@@ -726,7 +726,7 @@ Used for divider, teaser, container, ... */;
726
726
 
727
727
  /* fix that shows line on top of table-cell */
728
728
 
729
- .sd-1-5-2-table-cell--shadow-top:before, .sd-1-5-2-table-cell--shadow-bottom:before {
729
+ .sd-1-5-3-table-cell--shadow-top:before, .sd-1-5-3-table-cell--shadow-bottom:before {
730
730
  position: absolute;
731
731
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
732
732
  display: block;
@@ -740,66 +740,66 @@ Used for divider, teaser, container, ... */;
740
740
  content: var(--tw-content);
741
741
  }
742
742
 
743
- .sd-1-5-2-table-cell--shadow-left:after, .sd-1-5-2-table-cell--shadow-right:after {
743
+ .sd-1-5-3-table-cell--shadow-left:after, .sd-1-5-3-table-cell--shadow-right:after {
744
744
  top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
745
745
  bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
746
746
  width: var(--sd-spacing-2-5, 0.625rem) /* 10px */;
747
747
  }
748
748
 
749
- .sd-1-5-2-table-cell.sd-1-5-2-table-cell--shadow-active:after {
749
+ .sd-1-5-3-table-cell.sd-1-5-3-table-cell--shadow-active:after {
750
750
  opacity: 100%;
751
751
  }
752
752
 
753
- .sd-1-5-2-table-cell--shadow-top:after {
753
+ .sd-1-5-3-table-cell--shadow-top:after {
754
754
  top: -10px;
755
755
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
756
756
  }
757
757
 
758
758
  /* fix that shows line on top of table-cell */
759
759
 
760
- .sd-1-5-2-table-cell--shadow-top:before {
760
+ .sd-1-5-3-table-cell--shadow-top:before {
761
761
  bottom: -1px;
762
762
  }
763
763
 
764
- .sd-1-5-2-table-cell--shadow-bottom:after {
764
+ .sd-1-5-3-table-cell--shadow-bottom:after {
765
765
  bottom: -10px;
766
766
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
767
767
  }
768
768
 
769
769
  /* fix that shows line on top of table-cell */
770
770
 
771
- .sd-1-5-2-table-cell--shadow-bottom:before {
771
+ .sd-1-5-3-table-cell--shadow-bottom:before {
772
772
  top: -1px;
773
773
  }
774
774
 
775
- .sd-1-5-2-table-cell--shadow-left:after {
775
+ .sd-1-5-3-table-cell--shadow-left:after {
776
776
  left: -10px;
777
777
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
778
778
  }
779
779
 
780
- .sd-1-5-2-table-cell--shadow-right:after {
780
+ .sd-1-5-3-table-cell--shadow-right:after {
781
781
  right: -10px;
782
782
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
783
783
  }
784
784
 
785
- .sd-1-5-2-table-cell--bg-white {
785
+ .sd-1-5-3-table-cell--bg-white {
786
786
 
787
787
  background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */;
788
788
  }
789
789
 
790
- .sd-1-5-2-table-cell--bg-primary-100 {
790
+ .sd-1-5-3-table-cell--bg-primary-100 {
791
791
 
792
792
  background-color: rgb(var(--sd-color-primary-100, 236 240 249) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
793
793
  }
794
794
 
795
- .sd-1-5-2-table-cell--bg-neutral-100 {
795
+ .sd-1-5-3-table-cell--bg-neutral-100 {
796
796
 
797
797
  background-color: rgb(var(--sd-color-neutral-100, 246 246 246) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */;
798
798
  }
799
799
 
800
800
  /**
801
801
  * A table is organized structured content, used for scanning, comparing, and analyzing the data.
802
- * @name sd-1-5-2-table
802
+ * @name sd-1-5-3-table
803
803
  * @status stable
804
804
  * @since 1.13
805
805
  */
@@ -808,8 +808,8 @@ Used for divider, teaser, container, ... */;
808
808
  * Remove inherited styles from table before applying our styles.
809
809
  */
810
810
 
811
- .sd-1-5-2-table,
812
- .sd-1-5-2-prose table {
811
+ .sd-1-5-3-table,
812
+ .sd-1-5-3-prose table {
813
813
  all: unset;
814
814
  display: table;
815
815
  border-collapse: collapse;
@@ -818,13 +818,13 @@ Used for divider, teaser, container, ... */;
818
818
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
819
819
  }
820
820
 
821
- .sd-1-5-2-table thead tr:first-of-type, .sd-1-5-2-table tfoot tr:first-of-type, .sd-1-5-2-prose table thead tr:first-of-type, .sd-1-5-2-prose table tfoot tr:first-of-type {
821
+ .sd-1-5-3-table thead tr:first-of-type, .sd-1-5-3-table tfoot tr:first-of-type, .sd-1-5-3-prose table thead tr:first-of-type, .sd-1-5-3-prose table tfoot tr:first-of-type {
822
822
  position: relative;
823
823
  }
824
824
 
825
825
  /* plop:style */
826
826
 
827
- .sd-1-5-2-prose {
827
+ .sd-1-5-3-prose {
828
828
  /* Optimize for reading. */
829
829
  max-width: 80ch;
830
830
  text-align: left;
@@ -832,67 +832,67 @@ Used for divider, teaser, container, ... */;
832
832
 
833
833
  /* Add default spacings */
834
834
 
835
- .sd-1-5-2-prose > *:not(:first-child) {
835
+ .sd-1-5-3-prose > *:not(:first-child) {
836
836
  margin-top: var(--sd-spacing-4, 1rem) /* 16px */;
837
837
  }
838
838
 
839
839
  /* First element has no margin-top */
840
840
 
841
- .sd-1-5-2-prose > *:first-child {
841
+ .sd-1-5-3-prose > *:first-child {
842
842
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
843
843
  }
844
844
 
845
845
  /* headings after a heading have a smaller margin-top */
846
846
 
847
- .sd-1-5-2-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
847
+ .sd-1-5-3-prose > :is(h1, h2, h3, h4, h5):not(#_) + :is(h1, h2, h3, h4, h5) {
848
848
  /* :not(#_) is a hack to raise specifity, see https://stackoverflow.com/a/61781795 */
849
849
  margin-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
850
850
  }
851
851
 
852
852
  /* Headlines after other non-headlines have a larger margin-top */
853
853
 
854
- .sd-1-5-2-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
854
+ .sd-1-5-3-prose > *:not(:is(h1, h2, h3, h4, h5)) + :is(h1, h2, h3, h4, h5):not(#_) {
855
855
  margin-top: var(--sd-spacing-8, 2rem) /* 32px */;
856
856
  }
857
857
 
858
858
  /* Images and figures lead to a bigger margin-top for the next element */
859
859
 
860
- .sd-1-5-2-prose > figure + *:not(#_),
861
- .sd-1-5-2-prose > img + *:not(#_) {
860
+ .sd-1-5-3-prose > figure + *:not(#_),
861
+ .sd-1-5-3-prose > img + *:not(#_) {
862
862
  margin-top: var(--sd-spacing-6, 1.5rem) /* 24px */;
863
863
  }
864
864
 
865
865
  /* Add styles for elements that are not based on existing CSS styles */
866
866
 
867
- .sd-1-5-2-prose hr {
867
+ .sd-1-5-3-prose hr {
868
868
  height: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
869
869
  border-top-width: 1px;
870
870
  --tw-border-opacity: 1;
871
871
  border-color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-border-opacity, 1)) /* Used for disabled state */;
872
872
  }
873
873
 
874
- .sd-1-5-2-prose pre {
874
+ .sd-1-5-3-prose pre {
875
875
  overflow: auto;
876
876
  }
877
877
 
878
- .sd-1-5-2-prose blockquote,
879
- .sd-1-5-2-prose blockquote > * {
878
+ .sd-1-5-3-prose blockquote,
879
+ .sd-1-5-3-prose blockquote > * {
880
880
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
881
881
  }
882
882
 
883
- .sd-1-5-2-prose blockquote:has(*) *:first-child::before, .sd-1-5-2-prose blockquote:not(:has(*))::before {
883
+ .sd-1-5-3-prose blockquote:has(*) *:first-child::before, .sd-1-5-3-prose blockquote:not(:has(*))::before {
884
884
  content: open-quote;
885
885
  display: inline;
886
886
  }
887
887
 
888
- .sd-1-5-2-prose blockquote:has(*) *:first-child::after, .sd-1-5-2-prose blockquote:not(:has(*))::after {
888
+ .sd-1-5-3-prose blockquote:has(*) *:first-child::after, .sd-1-5-3-prose blockquote:not(:has(*))::after {
889
889
  content: close-quote;
890
890
  display: inline;
891
891
  }
892
892
 
893
893
  /* Fixes for other elements */
894
894
 
895
- .sd-1-5-2-prose > :is(ul, ol):not(#_) {
895
+ .sd-1-5-3-prose > :is(ul, ol):not(#_) {
896
896
  /* ul and ol have padding that has to be reset */
897
897
  padding-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
898
898
  padding-bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
@@ -900,18 +900,18 @@ Used for divider, teaser, container, ... */;
900
900
 
901
901
  /* Inverted styles */
902
902
 
903
- .sd-1-5-2-prose--inverted hr {
903
+ .sd-1-5-3-prose--inverted hr {
904
904
  --tw-border-opacity: 1;
905
905
  border-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-border-opacity, 1)) /* Used for buttons, inverted focus state */;
906
906
  }
907
907
 
908
- .sd-1-5-2-prose--inverted pre {
908
+ .sd-1-5-3-prose--inverted pre {
909
909
 
910
910
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
911
911
  }
912
912
 
913
913
  /* Full width styles */
914
914
 
915
- .sd-1-5-2-prose--full-width {
915
+ .sd-1-5-3-prose--full-width {
916
916
  max-width: unset;
917
917
  }