@solid-design-system/styles 1.5.4 → 2.0.0-next.0

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