@gsk_poc/untitled-ui-base 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +44 -0
- package/components/application/app-navigation/base-components/featured-cards.demo.tsx +86 -0
- package/components/application/app-navigation/base-components/featured-cards.story.tsx +49 -0
- package/components/application/app-navigation/header-navigation.demo.tsx +59 -0
- package/components/application/app-navigation/header-navigation.story.tsx +23 -0
- package/components/application/app-navigation/sidebar-navigation.demo.tsx +409 -0
- package/components/application/app-navigation/sidebar-navigation.story.tsx +47 -0
- package/components/application/carousel/carousel.demo.tsx +107 -0
- package/components/application/carousel/carousel.story.tsx +21 -0
- package/components/application/charts/activity-gauges.demo.tsx +251 -0
- package/components/application/charts/activity-gauges.story.tsx +27 -0
- package/components/application/charts/bar-charts.demo.tsx +506 -0
- package/components/application/charts/bar-charts.story.tsx +36 -0
- package/components/application/charts/line-charts.demo.tsx +604 -0
- package/components/application/charts/line-charts.story.tsx +43 -0
- package/components/application/charts/pie-charts.demo.tsx +193 -0
- package/components/application/charts/pie-charts.story.tsx +30 -0
- package/components/application/charts/progress-circles.demo.tsx +110 -0
- package/components/application/charts/progress-circles.story.tsx +33 -0
- package/components/application/charts/radar-charts.demo.tsx +203 -0
- package/components/application/charts/radar-charts.story.tsx +18 -0
- package/components/application/date-picker/date-picker.demo.tsx +217 -0
- package/components/application/date-picker/date-picker.story.tsx +44 -0
- package/components/application/file-upload/file-upload.demo.tsx +292 -0
- package/components/application/file-upload/file-upload.story.tsx +70 -0
- package/components/application/loading-indicator/loading-indicator.demo.tsx +73 -0
- package/components/application/loading-indicator/loading-indicator.story.tsx +22 -0
- package/components/application/pagination/pagination.demo.tsx +104 -0
- package/components/application/pagination/pagination.story.tsx +54 -0
- package/components/application/table/table.demo.tsx +1038 -0
- package/components/application/table/table.story.tsx +119 -0
- package/components/application/tabs/tabs.demo.tsx +322 -0
- package/components/application/tabs/tabs.story.tsx +43 -0
- package/components/base/avatar/avatar.demo.tsx +865 -0
- package/components/base/avatar/avatar.story.tsx +27 -0
- package/components/base/badges/badge-groups.demo.tsx +357 -0
- package/components/base/badges/badge-groups.story.tsx +25 -0
- package/components/base/badges/badges.demo.tsx +497 -0
- package/components/base/badges/badges.story.tsx +83 -0
- package/components/base/button-group/button-group.demo.tsx +131 -0
- package/components/base/button-group/button-group.story.tsx +16 -0
- package/components/base/buttons/app-store-buttons.demo.tsx +129 -0
- package/components/base/buttons/app-store-buttons.story.tsx +13 -0
- package/components/base/buttons/buttons.demo.tsx +1022 -0
- package/components/base/buttons/buttons.story.tsx +42 -0
- package/components/base/buttons/social-buttons.demo.tsx +432 -0
- package/components/base/buttons/social-buttons.story.tsx +20 -0
- package/components/base/checkbox/checkbox.demo.tsx +62 -0
- package/components/base/checkbox/checkbox.story.tsx +18 -0
- package/components/base/dropdown/dropdown.demo.tsx +137 -0
- package/components/base/dropdown/dropdown.story.tsx +22 -0
- package/components/base/input/inputs.demo.tsx +758 -0
- package/components/base/input/inputs.story.tsx +52 -0
- package/components/base/pin-input/pin-input.demo.tsx +126 -0
- package/components/base/pin-input/pin-input.story.tsx +22 -0
- package/components/base/progress-indicators/progress-indicators.demo.tsx +54 -0
- package/components/base/progress-indicators/progress-indicators.story.tsx +57 -0
- package/components/base/radio-buttons/radio-buttons.demo.tsx +77 -0
- package/components/base/radio-buttons/radio-buttons.story.tsx +19 -0
- package/components/base/select/select.demo.tsx +936 -0
- package/components/base/select/select.story.tsx +43 -0
- package/components/base/slider/slider.demo.tsx +19 -0
- package/components/base/slider/slider.story.tsx +26 -0
- package/components/base/tags/tags.demo.tsx +341 -0
- package/components/base/tags/tags.story.tsx +28 -0
- package/components/base/textarea/textarea.demo.tsx +25 -0
- package/components/base/textarea/textarea.story.tsx +15 -0
- package/components/base/toggle/toggle.demo.tsx +76 -0
- package/components/base/toggle/toggle.story.tsx +23 -0
- package/components/base/tooltip/tooltip.demo.tsx +125 -0
- package/components/base/tooltip/tooltip.story.tsx +21 -0
- package/components/foundations/featured-icon/featured-icon.demo.tsx +160 -0
- package/components/foundations/featured-icon/featured-icon.story.tsx +25 -0
- package/components/shared-assets/credit-card/credit-card.demo.tsx +106 -0
- package/components/shared-assets/credit-card/credit-card.story.tsx +41 -0
- package/dist/index.d.mts +1417 -0
- package/dist/index.d.ts +1417 -0
- package/dist/index.js +10435 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +10345 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +126 -0
- package/styles/globals.css +65 -0
- package/styles/theme.css +430 -0
- package/styles/tokens-mapped.css +233 -0
- package/styles/tokens.css +807 -0
- package/styles/typography.css +430 -0
- package/tokens/design-tokens.dtcg.json +3515 -0
|
@@ -0,0 +1,430 @@
|
|
|
1
|
+
.prose:not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
2
|
+
--tw-prose-body: var(--color-text-tertiary);
|
|
3
|
+
--tw-prose-headings: var(--color-text-primary);
|
|
4
|
+
--tw-prose-lead: var(--color-text-tertiary);
|
|
5
|
+
--tw-prose-links: var(--color-text-tertiary);
|
|
6
|
+
--tw-prose-bold: var(--color-text-primary);
|
|
7
|
+
--tw-prose-counters: var(--color-text-tertiary);
|
|
8
|
+
--tw-prose-bullets: var(--color-text-tertiary);
|
|
9
|
+
--tw-prose-hr: var(--color-border-secondary);
|
|
10
|
+
--tw-prose-quotes: var(--color-text-primary);
|
|
11
|
+
--tw-prose-quote-borders: var(--color-fg-brand-primary_alt);
|
|
12
|
+
--tw-prose-captions: var(--color-text-tertiary);
|
|
13
|
+
--tw-prose-code: var(--color-text-tertiary);
|
|
14
|
+
--tw-prose-pre-code: var(--color-text-tertiary);
|
|
15
|
+
--tw-prose-pre-bg: var(--color-bg-primary);
|
|
16
|
+
--tw-prose-th-borders: var(--color-border-primary);
|
|
17
|
+
--tw-prose-td-borders: var(--color-border-secondary);
|
|
18
|
+
|
|
19
|
+
/* Base */
|
|
20
|
+
color: var(--tw-prose-body);
|
|
21
|
+
font-size: var(--text-md);
|
|
22
|
+
line-height: var(--text-md--line-height);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.prose :not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
26
|
+
/* Text */
|
|
27
|
+
&:where(p) {
|
|
28
|
+
margin-top: calc(var(--spacing) * 4);
|
|
29
|
+
margin-bottom: calc(var(--spacing) * 4);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&:where([class~="lead"]) {
|
|
33
|
+
font-size: var(--text-md);
|
|
34
|
+
line-height: var(--text-md--line-height);
|
|
35
|
+
margin-top: 1.2em;
|
|
36
|
+
margin-bottom: 1.2em;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/* Lists */
|
|
40
|
+
&:where(ol) {
|
|
41
|
+
list-style-type: decimal;
|
|
42
|
+
|
|
43
|
+
margin-top: calc(var(--spacing) * 4);
|
|
44
|
+
margin-bottom: calc(var(--spacing) * 4);
|
|
45
|
+
padding-inline-start: calc(var(--spacing) * 5.75);
|
|
46
|
+
}
|
|
47
|
+
&:where(ul) {
|
|
48
|
+
list-style-type: disc;
|
|
49
|
+
|
|
50
|
+
margin-top: calc(var(--spacing) * 4);
|
|
51
|
+
margin-bottom: calc(var(--spacing) * 4);
|
|
52
|
+
padding-inline-start: calc(var(--spacing) * 5.75);
|
|
53
|
+
}
|
|
54
|
+
&:where(li) {
|
|
55
|
+
margin-top: calc(var(--spacing) * 2);
|
|
56
|
+
margin-bottom: calc(var(--spacing) * 2);
|
|
57
|
+
}
|
|
58
|
+
&:where(ol > li) {
|
|
59
|
+
padding-inline-start: 1px;
|
|
60
|
+
margin-top: 0;
|
|
61
|
+
margin-bottom: 0;
|
|
62
|
+
}
|
|
63
|
+
&:where(ul > li) {
|
|
64
|
+
padding-inline-start: 1px;
|
|
65
|
+
margin-top: 0;
|
|
66
|
+
margin-bottom: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* Horizontal rules */
|
|
70
|
+
&:where(hr) {
|
|
71
|
+
margin-top: calc(var(--spacing) * 8);
|
|
72
|
+
margin-bottom: calc(var(--spacing) * 8);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/* Quotes */
|
|
76
|
+
&:where(blockquote) {
|
|
77
|
+
color: var(--tw-prose-quotes);
|
|
78
|
+
|
|
79
|
+
border-left-width: 2px;
|
|
80
|
+
border-left-color: var(--tw-prose-quote-borders);
|
|
81
|
+
|
|
82
|
+
padding-inline-start: 0;
|
|
83
|
+
margin-top: calc(var(--spacing) * 10);
|
|
84
|
+
margin-bottom: calc(var(--spacing) * 10);
|
|
85
|
+
}
|
|
86
|
+
&:where(blockquote p) {
|
|
87
|
+
margin: 0;
|
|
88
|
+
font-weight: 500;
|
|
89
|
+
font-style: italic;
|
|
90
|
+
|
|
91
|
+
font-size: var(--text-xl);
|
|
92
|
+
line-height: var(--text-xl--line-height);
|
|
93
|
+
}
|
|
94
|
+
&:where(blockquote p:first-of-type::before) {
|
|
95
|
+
content: open-quote;
|
|
96
|
+
}
|
|
97
|
+
&:where(blockquote p:last-of-type::after) {
|
|
98
|
+
content: close-quote;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/* Headings */
|
|
102
|
+
&:where(h1) {
|
|
103
|
+
color: var(--tw-prose-headings);
|
|
104
|
+
font-weight: 600;
|
|
105
|
+
|
|
106
|
+
font-size: var(--text-display-sm);
|
|
107
|
+
line-height: var(--text-display-sm--line-height);
|
|
108
|
+
margin-bottom: calc(var(--spacing) * 5);
|
|
109
|
+
margin-top: calc(var(--spacing) * 10);
|
|
110
|
+
}
|
|
111
|
+
&:where(h2) {
|
|
112
|
+
color: var(--tw-prose-headings);
|
|
113
|
+
font-weight: 600;
|
|
114
|
+
|
|
115
|
+
font-size: var(--text-display-xs);
|
|
116
|
+
line-height: var(--text-display-xs--line-height);
|
|
117
|
+
margin-bottom: calc(var(--spacing) * 4);
|
|
118
|
+
margin-top: calc(var(--spacing) * 8);
|
|
119
|
+
}
|
|
120
|
+
&:where(h3) {
|
|
121
|
+
color: var(--tw-prose-headings);
|
|
122
|
+
font-weight: 600;
|
|
123
|
+
|
|
124
|
+
font-size: var(--text-xl);
|
|
125
|
+
line-height: var(--text-xl--line-height);
|
|
126
|
+
margin-bottom: calc(var(--spacing) * 3);
|
|
127
|
+
margin-top: calc(var(--spacing) * 8);
|
|
128
|
+
}
|
|
129
|
+
&:where(h4) {
|
|
130
|
+
color: var(--tw-prose-headings);
|
|
131
|
+
font-weight: 600;
|
|
132
|
+
|
|
133
|
+
font-size: var(--text-lg);
|
|
134
|
+
line-height: var(--text-lg--line-height);
|
|
135
|
+
margin-bottom: calc(var(--spacing) * 2);
|
|
136
|
+
margin-top: calc(var(--spacing) * 5);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
&:where(h2 + *) {
|
|
140
|
+
margin-top: 0;
|
|
141
|
+
}
|
|
142
|
+
&:where(h3 + *) {
|
|
143
|
+
margin-top: 0;
|
|
144
|
+
}
|
|
145
|
+
&:where(h4 + *) {
|
|
146
|
+
margin-top: 0;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
&:where(h1 strong) {
|
|
150
|
+
font-weight: 900;
|
|
151
|
+
color: inherit;
|
|
152
|
+
}
|
|
153
|
+
&:where(h2 strong) {
|
|
154
|
+
font-weight: 800;
|
|
155
|
+
color: inherit;
|
|
156
|
+
}
|
|
157
|
+
&:where(h3 strong) {
|
|
158
|
+
font-weight: 700;
|
|
159
|
+
color: inherit;
|
|
160
|
+
}
|
|
161
|
+
&:where(h4 strong) {
|
|
162
|
+
font-weight: 700;
|
|
163
|
+
color: inherit;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* Media */
|
|
167
|
+
|
|
168
|
+
&:where(img) {
|
|
169
|
+
border-radius: var(--radius-xl);
|
|
170
|
+
width: 100%;
|
|
171
|
+
object-fit: cover;
|
|
172
|
+
|
|
173
|
+
margin-top: calc(var(--spacing) * 8);
|
|
174
|
+
margin-bottom: calc(var(--spacing) * 8);
|
|
175
|
+
}
|
|
176
|
+
&:where(video) {
|
|
177
|
+
margin-top: calc(var(--spacing) * 8);
|
|
178
|
+
margin-bottom: calc(var(--spacing) * 8);
|
|
179
|
+
}
|
|
180
|
+
&:where(figure) {
|
|
181
|
+
margin-top: calc(var(--spacing) * 10);
|
|
182
|
+
margin-bottom: calc(var(--spacing) * 10);
|
|
183
|
+
}
|
|
184
|
+
&:where(figure > *) {
|
|
185
|
+
margin-top: 0;
|
|
186
|
+
margin-bottom: 0;
|
|
187
|
+
}
|
|
188
|
+
&:where(figure:has(> blockquote)) {
|
|
189
|
+
border-left-width: 2px;
|
|
190
|
+
border-left-color: var(--tw-prose-quote-borders);
|
|
191
|
+
padding-top: calc(var(--spacing) * 2);
|
|
192
|
+
padding-bottom: calc(var(--spacing) * 2);
|
|
193
|
+
|
|
194
|
+
padding-inline-start: calc(var(--spacing) * 4);
|
|
195
|
+
}
|
|
196
|
+
&:where(figure:has(> blockquote) blockquote) {
|
|
197
|
+
padding-inline-start: 0;
|
|
198
|
+
border: none;
|
|
199
|
+
}
|
|
200
|
+
&:where(img + figcaption) {
|
|
201
|
+
display: flex;
|
|
202
|
+
align-items: center;
|
|
203
|
+
gap: calc(var(--spacing) * 1.5);
|
|
204
|
+
}
|
|
205
|
+
&:where(figcaption) {
|
|
206
|
+
color: var(--tw-prose-captions);
|
|
207
|
+
|
|
208
|
+
font-size: var(--text-sm);
|
|
209
|
+
line-height: var(--text-sm--line-height);
|
|
210
|
+
margin-top: calc(var(--spacing) * 3);
|
|
211
|
+
}
|
|
212
|
+
&:where(cite) {
|
|
213
|
+
font-style: normal;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/* Inline elements */
|
|
217
|
+
&:where(a:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a)) {
|
|
218
|
+
font-weight: 400;
|
|
219
|
+
text-decoration: underline;
|
|
220
|
+
text-underline-offset: 3px;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
&:where(a:focus-visible) {
|
|
224
|
+
border-radius: var(--radius-sm);
|
|
225
|
+
outline: 2px solid var(--color-focus-ring);
|
|
226
|
+
outline-offset: 2px;
|
|
227
|
+
}
|
|
228
|
+
&:where(:is(h1, h2, h3) a) {
|
|
229
|
+
color: var(--tw-prose-headings);
|
|
230
|
+
font-weight: inherit;
|
|
231
|
+
text-decoration: none;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
/* Inline code element */
|
|
235
|
+
&:where(code:not(pre code)) {
|
|
236
|
+
font-size: 0.875rem;
|
|
237
|
+
line-height: 1.25rem;
|
|
238
|
+
font-weight: 700;
|
|
239
|
+
border-radius: 6px;
|
|
240
|
+
padding: calc(var(--spacing) * 0.5) calc(var(--spacing) * 1.5);
|
|
241
|
+
margin: calc(var(--spacing) * -0.5) 0px;
|
|
242
|
+
background: var(--color-bg-secondary);
|
|
243
|
+
box-shadow: 0 0 0 1px var(--color-border-secondary);
|
|
244
|
+
|
|
245
|
+
&::before,
|
|
246
|
+
&::after {
|
|
247
|
+
content: "";
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.prose.prose-centered-quote :not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
253
|
+
&:where(blockquote) {
|
|
254
|
+
padding-inline-start: 0px !important;
|
|
255
|
+
border-left: none;
|
|
256
|
+
text-align: center;
|
|
257
|
+
}
|
|
258
|
+
&:where(figure:has(> blockquote)) {
|
|
259
|
+
border-left: none;
|
|
260
|
+
padding-inline-start: 0px !important;
|
|
261
|
+
padding-top: 0px !important;
|
|
262
|
+
padding-bottom: 0px !important;
|
|
263
|
+
text-align: center;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.prose.prose-minimal-quote :not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
268
|
+
&:where(blockquote) {
|
|
269
|
+
border-left: none;
|
|
270
|
+
padding-inline-start: 0px !important;
|
|
271
|
+
}
|
|
272
|
+
&:where(figure:has(> blockquote)) {
|
|
273
|
+
border-left: none;
|
|
274
|
+
padding-inline-start: 0px !important;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.prose.md\:prose-lg:not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
279
|
+
@media (width >= 48rem /* 768px */) {
|
|
280
|
+
/* Base */
|
|
281
|
+
font-size: var(--text-lg);
|
|
282
|
+
line-height: var(--text-lg--line-height);
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.prose.md\:prose-lg :not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
287
|
+
@media (width >= 48rem /* 768px */) {
|
|
288
|
+
/* Text */
|
|
289
|
+
&:where(p) {
|
|
290
|
+
margin-top: calc(var(--spacing) * 4.5);
|
|
291
|
+
margin-bottom: calc(var(--spacing) * 4.5);
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
&:where([class~="lead"]) {
|
|
295
|
+
font-size: var(--text-xl);
|
|
296
|
+
line-height: var(--text-xl--line-height);
|
|
297
|
+
margin-top: 1.09em;
|
|
298
|
+
margin-bottom: 1.09em;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
/* Lists */
|
|
302
|
+
&:where(ol) {
|
|
303
|
+
margin-top: calc(var(--spacing) * 4.5);
|
|
304
|
+
margin-bottom: calc(var(--spacing) * 4.5);
|
|
305
|
+
padding-inline-start: calc(var(--spacing) * 6.5);
|
|
306
|
+
}
|
|
307
|
+
&:where(ul) {
|
|
308
|
+
margin-top: calc(var(--spacing) * 4.5);
|
|
309
|
+
margin-bottom: calc(var(--spacing) * 4.5);
|
|
310
|
+
padding-inline-start: calc(var(--spacing) * 6.5);
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
&:where(ol > li) {
|
|
314
|
+
padding-inline-start: 1px;
|
|
315
|
+
margin-top: 0;
|
|
316
|
+
margin-bottom: 0;
|
|
317
|
+
}
|
|
318
|
+
&:where(ul > li) {
|
|
319
|
+
padding-inline-start: 1px;
|
|
320
|
+
margin-top: 0;
|
|
321
|
+
margin-bottom: 0;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
/* Horizontal rules */
|
|
325
|
+
&:where(hr) {
|
|
326
|
+
margin-top: calc(var(--spacing) * 8);
|
|
327
|
+
margin-bottom: calc(var(--spacing) * 8);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
/* Quotes */
|
|
331
|
+
&:where(blockquote) {
|
|
332
|
+
padding-inline-start: 0;
|
|
333
|
+
margin-top: calc(var(--spacing) * 12);
|
|
334
|
+
margin-bottom: calc(var(--spacing) * 12);
|
|
335
|
+
}
|
|
336
|
+
&:where(blockquote p) {
|
|
337
|
+
margin: 0;
|
|
338
|
+
|
|
339
|
+
font-size: var(--text-display-xs);
|
|
340
|
+
line-height: var(--text-display-xs--line-height);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
/* Headings */
|
|
344
|
+
&:where(h1) {
|
|
345
|
+
font-size: var(--text-display-md);
|
|
346
|
+
line-height: var(--text-display-md--line-height);
|
|
347
|
+
margin-bottom: calc(var(--spacing) * 6);
|
|
348
|
+
margin-top: calc(var(--spacing) * 12);
|
|
349
|
+
}
|
|
350
|
+
&:where(h2) {
|
|
351
|
+
font-size: var(--text-display-sm);
|
|
352
|
+
line-height: var(--text-display-sm--line-height);
|
|
353
|
+
margin-bottom: calc(var(--spacing) * 5);
|
|
354
|
+
margin-top: calc(var(--spacing) * 10);
|
|
355
|
+
}
|
|
356
|
+
&:where(h3) {
|
|
357
|
+
font-size: var(--text-display-xs);
|
|
358
|
+
line-height: var(--text-display-xs--line-height);
|
|
359
|
+
margin-bottom: calc(var(--spacing) * 4);
|
|
360
|
+
margin-top: calc(var(--spacing) * 8);
|
|
361
|
+
}
|
|
362
|
+
&:where(h4) {
|
|
363
|
+
font-size: var(--text-xl);
|
|
364
|
+
line-height: var(--text-xl--line-height);
|
|
365
|
+
margin-bottom: calc(var(--spacing) * 3);
|
|
366
|
+
margin-top: calc(var(--spacing) * 8);
|
|
367
|
+
}
|
|
368
|
+
&:where(h2 + *) {
|
|
369
|
+
margin-top: 0;
|
|
370
|
+
}
|
|
371
|
+
&:where(h3 + *) {
|
|
372
|
+
margin-top: 0;
|
|
373
|
+
}
|
|
374
|
+
&:where(h4 + *) {
|
|
375
|
+
margin-top: 0;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
&:where(figure) {
|
|
379
|
+
margin-top: calc(var(--spacing) * 12);
|
|
380
|
+
margin-bottom: calc(var(--spacing) * 12);
|
|
381
|
+
}
|
|
382
|
+
&:where(figure > *) {
|
|
383
|
+
margin-top: 0;
|
|
384
|
+
margin-bottom: 0;
|
|
385
|
+
}
|
|
386
|
+
&:where(figure:has(> blockquote)) {
|
|
387
|
+
padding-inline-start: calc(var(--spacing) * 5);
|
|
388
|
+
}
|
|
389
|
+
&:where(figure > blockquote + figcaption) {
|
|
390
|
+
font-size: var(--text-md);
|
|
391
|
+
line-height: var(--text-md--line-height);
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
&:where(figcaption) {
|
|
395
|
+
margin-top: calc(var(--spacing) * 4);
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
/* Inline elements */
|
|
399
|
+
&:where(a:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a)) {
|
|
400
|
+
font-weight: 400;
|
|
401
|
+
text-decoration: underline;
|
|
402
|
+
text-underline-offset: 3px;
|
|
403
|
+
}
|
|
404
|
+
&:where(:is(h1, h2, h3) a) {
|
|
405
|
+
color: var(--tw-prose-headings);
|
|
406
|
+
font-weight: inherit;
|
|
407
|
+
text-decoration: none;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
/* Inline code element */
|
|
411
|
+
&:where(code:not(pre code)) {
|
|
412
|
+
font-size: 0.875rem;
|
|
413
|
+
line-height: 1.25rem;
|
|
414
|
+
font-weight: 700;
|
|
415
|
+
border-radius: 6px;
|
|
416
|
+
padding: calc(var(--spacing) * 0.5) calc(var(--spacing) * 1.5);
|
|
417
|
+
margin: calc(var(--spacing) * -0.5) 0px;
|
|
418
|
+
background: var(--color-bg-secondary);
|
|
419
|
+
box-shadow: 0 0 0 1px var(--color-border-secondary);
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
/* Remove top margin from first element */
|
|
425
|
+
.prose > :first-child:not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
426
|
+
margin-top: 0;
|
|
427
|
+
}
|
|
428
|
+
.prose > :last-child:not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
|
429
|
+
margin-bottom: 0;
|
|
430
|
+
}
|