@solid-design-system/styles 1.3.1 → 1.3.2

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