boreal-ui 0.0.882 → 0.0.883
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/dist/core/{Footer-Cwi11hLk.cjs → Footer-Dz2WLlmG.cjs} +221 -92
- package/dist/core/Footer-Dz2WLlmG.cjs.map +1 -0
- package/dist/core/{Footer-Dwh-2P5I.js → Footer-GVH6PVkB.js} +221 -92
- package/dist/core/Footer-GVH6PVkB.js.map +1 -0
- package/dist/core/Footer.cjs.js +1 -1
- package/dist/core/Footer.css +4 -1
- package/dist/core/Footer.js +1 -1
- package/dist/core/index.cjs.js +1 -1
- package/dist/core/index.js +1 -1
- package/dist/next/{Footer-Dzwh3OnQ.js → Footer-DLnIK3R3.js} +271 -142
- package/dist/next/Footer-DLnIK3R3.js.map +1 -0
- package/dist/next/Footer.css +98 -96
- package/dist/next/Footer.js +1 -1
- package/dist/next/index.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/Footer/Footer.types.d.ts +92 -0
- package/dist/types/components/Footer/Footer.types.d.ts.map +1 -1
- package/dist/types/components/Footer/FooterBase.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/core/Footer-Cwi11hLk.cjs.map +0 -1
- package/dist/core/Footer-Dwh-2P5I.js.map +0 -1
- package/dist/next/Footer-Dzwh3OnQ.js.map +0 -1
package/dist/next/Footer.css
CHANGED
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
* 9. skeleton-loading
|
|
120
120
|
* - Creates a sweeping shimmer effect for skeleton loaders.
|
|
121
121
|
*/
|
|
122
|
-
@keyframes _fade-
|
|
122
|
+
@keyframes _fade-in_apmcr_1 {
|
|
123
123
|
from {
|
|
124
124
|
opacity: 0;
|
|
125
125
|
}
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
opacity: 1;
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
-
@keyframes _slide-
|
|
130
|
+
@keyframes _slide-up_apmcr_1 {
|
|
131
131
|
from {
|
|
132
132
|
transform: translateY(100%);
|
|
133
133
|
opacity: 0;
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
opacity: 1;
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
|
-
@keyframes _spin-
|
|
140
|
+
@keyframes _spin-3d_apmcr_1 {
|
|
141
141
|
0% {
|
|
142
142
|
transform: rotateX(0deg) rotateY(0deg);
|
|
143
143
|
}
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
transform: rotateX(360deg) rotateY(360deg);
|
|
146
146
|
}
|
|
147
147
|
}
|
|
148
|
-
@keyframes
|
|
148
|
+
@keyframes _spin_apmcr_1 {
|
|
149
149
|
0% {
|
|
150
150
|
transform: rotate(0deg);
|
|
151
151
|
}
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
transform: rotate(360deg);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
@keyframes
|
|
156
|
+
@keyframes _pulse_apmcr_1 {
|
|
157
157
|
0% {
|
|
158
158
|
transform: scale(1);
|
|
159
159
|
}
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
transform: scale(1);
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
@keyframes _fade-in-
|
|
167
|
+
@keyframes _fade-in-up_apmcr_1 {
|
|
168
168
|
from {
|
|
169
169
|
opacity: 0;
|
|
170
170
|
transform: translateY(-5px);
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
transform: translateY(0);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
@keyframes _progress-
|
|
177
|
+
@keyframes _progress-grow_apmcr_1 {
|
|
178
178
|
from {
|
|
179
179
|
width: 0;
|
|
180
180
|
}
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
width: 100%;
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
|
-
@keyframes _indeterminate-
|
|
185
|
+
@keyframes _indeterminate-move_apmcr_1 {
|
|
186
186
|
0% {
|
|
187
187
|
transform: translateX(-100%);
|
|
188
188
|
}
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
transform: translateX(100%);
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
@keyframes _skeleton-
|
|
196
|
+
@keyframes _skeleton-loading_apmcr_1 {
|
|
197
197
|
0% {
|
|
198
198
|
left: -100%;
|
|
199
199
|
}
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
left: 100%;
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
._footer_apmcr_204 {
|
|
205
205
|
display: flex;
|
|
206
206
|
justify-content: center;
|
|
207
207
|
width: 100%;
|
|
@@ -211,65 +211,65 @@
|
|
|
211
211
|
line-height: var(--line-height-body);
|
|
212
212
|
letter-spacing: var(--letter-spacing-body);
|
|
213
213
|
}
|
|
214
|
-
.
|
|
214
|
+
._footer_apmcr_204._primary_apmcr_214 {
|
|
215
215
|
background-color: var(--primary-color);
|
|
216
216
|
color: var(--text-color-primary);
|
|
217
217
|
}
|
|
218
|
-
.
|
|
218
|
+
._footer_apmcr_204._secondary_apmcr_218 {
|
|
219
219
|
background-color: var(--secondary-color);
|
|
220
220
|
color: var(--text-color-secondary);
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
._footer_apmcr_204._tertiary_apmcr_222 {
|
|
223
223
|
background-color: var(--tertiary-color);
|
|
224
224
|
color: var(--text-color-primary);
|
|
225
225
|
}
|
|
226
|
-
.
|
|
226
|
+
._footer_apmcr_204._quaternary_apmcr_226 {
|
|
227
227
|
background-color: var(--quaternary-color);
|
|
228
228
|
color: var(--text-color-primary);
|
|
229
229
|
}
|
|
230
|
-
.
|
|
230
|
+
._footer_apmcr_204._clear_apmcr_230 {
|
|
231
231
|
background-color: transparent;
|
|
232
232
|
color: var(--text-color-primary);
|
|
233
233
|
}
|
|
234
|
-
.
|
|
234
|
+
._footer_apmcr_204._roundNone_apmcr_234 {
|
|
235
235
|
border-top-left-radius: var(--border-radius-none);
|
|
236
236
|
border-top-right-radius: var(--border-radius-none);
|
|
237
237
|
}
|
|
238
|
-
.
|
|
238
|
+
._footer_apmcr_204._roundSmall_apmcr_238 {
|
|
239
239
|
border-top-left-radius: var(--border-radius-sm);
|
|
240
240
|
border-top-right-radius: var(--border-radius-sm);
|
|
241
241
|
}
|
|
242
|
-
.
|
|
242
|
+
._footer_apmcr_204._roundMedium_apmcr_242 {
|
|
243
243
|
border-top-left-radius: var(--border-radius-md);
|
|
244
244
|
border-top-right-radius: var(--border-radius-md);
|
|
245
245
|
}
|
|
246
|
-
.
|
|
246
|
+
._footer_apmcr_204._roundLarge_apmcr_246 {
|
|
247
247
|
border-top-left-radius: var(--border-radius-lg);
|
|
248
248
|
border-top-right-radius: var(--border-radius-lg);
|
|
249
249
|
}
|
|
250
|
-
.
|
|
250
|
+
._footer_apmcr_204._roundFull_apmcr_250 {
|
|
251
251
|
border-top-left-radius: var(--border-radius-full);
|
|
252
252
|
border-top-right-radius: var(--border-radius-full);
|
|
253
253
|
}
|
|
254
|
-
.
|
|
254
|
+
._footer_apmcr_204._shadowNone_apmcr_254 {
|
|
255
255
|
box-shadow: var(--box-shadow-none);
|
|
256
256
|
}
|
|
257
|
-
.
|
|
257
|
+
._footer_apmcr_204._shadowLight_apmcr_257 {
|
|
258
258
|
box-shadow: var(--box-shadow-light);
|
|
259
259
|
}
|
|
260
|
-
.
|
|
260
|
+
._footer_apmcr_204._shadowMedium_apmcr_260 {
|
|
261
261
|
box-shadow: var(--box-shadow-medium);
|
|
262
262
|
}
|
|
263
|
-
.
|
|
263
|
+
._footer_apmcr_204._shadowStrong_apmcr_263 {
|
|
264
264
|
box-shadow: var(--box-shadow-heavy);
|
|
265
265
|
}
|
|
266
|
-
.
|
|
266
|
+
._footer_apmcr_204._shadowIntense_apmcr_266 {
|
|
267
267
|
box-shadow: var(--box-shadow-intense);
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
._footer_apmcr_204._attachmentStatic_apmcr_269 {
|
|
270
270
|
position: static;
|
|
271
271
|
}
|
|
272
|
-
.
|
|
272
|
+
._footer_apmcr_204._attachmentSticky_apmcr_272 {
|
|
273
273
|
position: sticky;
|
|
274
274
|
bottom: 0;
|
|
275
275
|
left: 0;
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
width: 100%;
|
|
278
278
|
padding-bottom: env(safe-area-inset-bottom, 0);
|
|
279
279
|
}
|
|
280
|
-
.
|
|
280
|
+
._footer_apmcr_204._attachmentFixed_apmcr_280 {
|
|
281
281
|
position: fixed;
|
|
282
282
|
bottom: 0;
|
|
283
283
|
left: 0;
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
padding-bottom: env(safe-area-inset-bottom, 0);
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
-
.
|
|
289
|
+
._content_apmcr_289 {
|
|
290
290
|
display: flex;
|
|
291
291
|
align-items: center;
|
|
292
292
|
justify-content: space-between;
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
padding: var(--spacing-md);
|
|
298
298
|
}
|
|
299
299
|
@media (width <= 1023.98px) {
|
|
300
|
-
.
|
|
300
|
+
._content_apmcr_289 {
|
|
301
301
|
flex-direction: column;
|
|
302
302
|
align-items: center;
|
|
303
303
|
justify-content: center;
|
|
@@ -306,11 +306,11 @@
|
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
.
|
|
309
|
+
._left_apmcr_309 {
|
|
310
310
|
display: flex;
|
|
311
311
|
align-items: center;
|
|
312
312
|
}
|
|
313
|
-
.
|
|
313
|
+
._left_apmcr_309 p {
|
|
314
314
|
margin: 0;
|
|
315
315
|
color: var(--text-color-primary);
|
|
316
316
|
font-family: var(--font-family-body);
|
|
@@ -320,12 +320,12 @@
|
|
|
320
320
|
letter-spacing: var(--letter-spacing-body);
|
|
321
321
|
}
|
|
322
322
|
@media (min-width: 1024px) {
|
|
323
|
-
.
|
|
323
|
+
._left_apmcr_309 p {
|
|
324
324
|
font-size: var(--font-size-body);
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
327
|
@media (width <= 1023.98px) {
|
|
328
|
-
.
|
|
328
|
+
._left_apmcr_309 {
|
|
329
329
|
flex-direction: column;
|
|
330
330
|
align-items: center;
|
|
331
331
|
justify-content: center;
|
|
@@ -334,35 +334,35 @@
|
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
.
|
|
337
|
+
._links_apmcr_337 {
|
|
338
338
|
display: flex;
|
|
339
339
|
align-items: center;
|
|
340
340
|
justify-content: center;
|
|
341
341
|
gap: var(--spacing-md);
|
|
342
342
|
padding-left: var(--spacing-lg);
|
|
343
343
|
}
|
|
344
|
-
.
|
|
344
|
+
._links_apmcr_337 ul {
|
|
345
345
|
display: flex;
|
|
346
346
|
gap: var(--spacing-md);
|
|
347
347
|
padding: 0;
|
|
348
348
|
margin: 0;
|
|
349
349
|
list-style: none;
|
|
350
350
|
}
|
|
351
|
-
.
|
|
351
|
+
._links_apmcr_337 li {
|
|
352
352
|
display: inline;
|
|
353
353
|
}
|
|
354
354
|
@media (width <= 1023.98px) {
|
|
355
|
-
.
|
|
355
|
+
._links_apmcr_337 {
|
|
356
356
|
padding-left: 0;
|
|
357
357
|
}
|
|
358
|
-
.
|
|
358
|
+
._links_apmcr_337 ul {
|
|
359
359
|
flex-direction: column;
|
|
360
360
|
align-items: center;
|
|
361
361
|
gap: var(--spacing-xs);
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
364
|
|
|
365
|
-
.
|
|
365
|
+
._link_apmcr_337 {
|
|
366
366
|
color: var(--text-color-primary);
|
|
367
367
|
font-family: var(--font-family-ui);
|
|
368
368
|
font-size: var(--font-size-label);
|
|
@@ -372,17 +372,17 @@
|
|
|
372
372
|
text-decoration: none;
|
|
373
373
|
transition: color 160ms ease, transform 160ms ease, text-decoration-color 160ms ease;
|
|
374
374
|
}
|
|
375
|
-
.
|
|
375
|
+
._link_apmcr_337:hover {
|
|
376
376
|
color: var(--text-color);
|
|
377
377
|
text-decoration: underline;
|
|
378
378
|
}
|
|
379
|
-
.
|
|
379
|
+
._link_apmcr_337:focus-visible {
|
|
380
380
|
border-radius: 4px;
|
|
381
381
|
outline: 2px solid var(--focus-outline-color, var(--text-color));
|
|
382
382
|
outline-offset: 2px;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
-
.
|
|
385
|
+
._logo_apmcr_385 {
|
|
386
386
|
display: inline-flex;
|
|
387
387
|
align-items: center;
|
|
388
388
|
justify-content: center;
|
|
@@ -390,60 +390,60 @@
|
|
|
390
390
|
margin-right: var(--spacing-lg);
|
|
391
391
|
color: currentcolor;
|
|
392
392
|
}
|
|
393
|
-
.
|
|
393
|
+
._logo_apmcr_385 img {
|
|
394
394
|
max-height: 100%;
|
|
395
395
|
}
|
|
396
|
-
.
|
|
396
|
+
._logo_apmcr_385 svg {
|
|
397
397
|
width: 1em;
|
|
398
398
|
height: 1em;
|
|
399
399
|
}
|
|
400
400
|
@media (width <= 1023.98px) {
|
|
401
|
-
.
|
|
401
|
+
._logo_apmcr_385 {
|
|
402
402
|
margin: auto;
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
405
|
|
|
406
|
-
.
|
|
406
|
+
._social_apmcr_406 {
|
|
407
407
|
display: flex;
|
|
408
408
|
flex-wrap: wrap;
|
|
409
409
|
gap: var(--spacing-xs);
|
|
410
410
|
margin-left: auto;
|
|
411
411
|
}
|
|
412
412
|
@media (width <= 1023.98px) {
|
|
413
|
-
.
|
|
413
|
+
._social_apmcr_406 {
|
|
414
414
|
justify-content: center;
|
|
415
415
|
margin-left: 0;
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
|
|
419
|
-
.
|
|
419
|
+
._themeToggle_apmcr_419 {
|
|
420
420
|
display: flex;
|
|
421
421
|
align-items: center;
|
|
422
422
|
justify-content: center;
|
|
423
423
|
margin-left: auto;
|
|
424
424
|
}
|
|
425
425
|
@media (width <= 1023.98px) {
|
|
426
|
-
.
|
|
426
|
+
._themeToggle_apmcr_419 {
|
|
427
427
|
margin-top: var(--spacing-xs);
|
|
428
428
|
margin-left: 0;
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
.
|
|
431
|
+
._themeToggle_apmcr_419:focus-visible {
|
|
432
432
|
border-radius: 6px;
|
|
433
433
|
outline: 2px solid var(--focus-outline-color, var(--primary-color));
|
|
434
434
|
outline-offset: 2px;
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
-
.
|
|
437
|
+
._copyright_apmcr_437 p {
|
|
438
438
|
margin: 0;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
-
.
|
|
441
|
+
._layoutColumns_apmcr_441 {
|
|
442
442
|
display: block;
|
|
443
443
|
border-top: 1px solid var(--border-color);
|
|
444
444
|
}
|
|
445
445
|
|
|
446
|
-
.
|
|
446
|
+
._layoutColumns_apmcr_441 ._content_apmcr_289 {
|
|
447
447
|
display: grid;
|
|
448
448
|
grid-template-columns: minmax(16rem, 1.25fr) minmax(18rem, 2fr) minmax(9rem, 0.75fr);
|
|
449
449
|
align-items: start;
|
|
@@ -454,55 +454,57 @@
|
|
|
454
454
|
padding: clamp(var(--spacing-lg), 5vw, 3.75rem) 0;
|
|
455
455
|
}
|
|
456
456
|
@media (width <= 1023.98px) {
|
|
457
|
-
.
|
|
457
|
+
._layoutColumns_apmcr_441 ._content_apmcr_289 {
|
|
458
458
|
grid-template-columns: 1fr 1fr;
|
|
459
459
|
align-items: start;
|
|
460
460
|
text-align: left;
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
@media (width <= 479.98px) {
|
|
464
|
-
.
|
|
464
|
+
._layoutColumns_apmcr_441 ._content_apmcr_289 {
|
|
465
465
|
grid-template-columns: 1fr;
|
|
466
466
|
gap: var(--spacing-xl);
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
-
.
|
|
470
|
+
._brand_apmcr_470 {
|
|
471
471
|
max-width: 20rem;
|
|
472
472
|
}
|
|
473
473
|
@media (width <= 1023.98px) {
|
|
474
|
-
.
|
|
474
|
+
._brand_apmcr_470 {
|
|
475
475
|
grid-column: 1/-1;
|
|
476
476
|
max-width: none;
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
.
|
|
480
|
+
._brandLink_apmcr_480 {
|
|
481
481
|
display: inline-flex;
|
|
482
482
|
justify-content: center;
|
|
483
|
-
align-items:
|
|
483
|
+
align-items: baseline;
|
|
484
484
|
gap: var(--spacing-sm);
|
|
485
485
|
color: var(--text-color);
|
|
486
486
|
text-decoration: none;
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
._brandLink_apmcr_480:focus-visible {
|
|
489
489
|
border-radius: 6px;
|
|
490
490
|
outline: 2px solid var(--focus-outline-color, var(--text-color));
|
|
491
491
|
outline-offset: 4px;
|
|
492
492
|
}
|
|
493
|
-
.
|
|
493
|
+
._brandLink_apmcr_480 ._logo_apmcr_385 {
|
|
494
494
|
width: 2rem;
|
|
495
495
|
height: 2rem;
|
|
496
496
|
max-height: none;
|
|
497
497
|
margin-right: 0.2rem;
|
|
498
498
|
color: currentcolor;
|
|
499
|
+
flex-shrink: 0;
|
|
499
500
|
}
|
|
500
|
-
.
|
|
501
|
+
._brandLink_apmcr_480 ._logo_apmcr_385 svg {
|
|
502
|
+
display: block;
|
|
501
503
|
width: 100%;
|
|
502
504
|
height: 100%;
|
|
503
505
|
}
|
|
504
506
|
|
|
505
|
-
.
|
|
507
|
+
._brandTitle_apmcr_507 {
|
|
506
508
|
color: var(--text-color);
|
|
507
509
|
font-family: var(--font-family-heading);
|
|
508
510
|
font-size: clamp(1.35rem, 3vw, 1.85rem);
|
|
@@ -511,7 +513,7 @@
|
|
|
511
513
|
letter-spacing: -0.04em;
|
|
512
514
|
}
|
|
513
515
|
|
|
514
|
-
.
|
|
516
|
+
._brandDescription_apmcr_516 {
|
|
515
517
|
max-width: 19rem;
|
|
516
518
|
margin: var(--spacing-sm) 0 0;
|
|
517
519
|
color: var(--text-color);
|
|
@@ -519,26 +521,26 @@
|
|
|
519
521
|
line-height: 1.55;
|
|
520
522
|
}
|
|
521
523
|
|
|
522
|
-
.
|
|
524
|
+
._sections_apmcr_524 {
|
|
523
525
|
display: grid;
|
|
524
526
|
grid-template-columns: repeat(2, minmax(9rem, 1fr));
|
|
525
527
|
gap: clamp(var(--spacing-lg), 5vw, 4rem);
|
|
526
528
|
}
|
|
527
529
|
@media (width <= 1023.98px) {
|
|
528
|
-
.
|
|
530
|
+
._sections_apmcr_524 {
|
|
529
531
|
grid-template-columns: 1fr;
|
|
530
532
|
}
|
|
531
533
|
}
|
|
532
534
|
|
|
533
|
-
.
|
|
534
|
-
.
|
|
535
|
+
._section_apmcr_524,
|
|
536
|
+
._actionGroup_apmcr_536 {
|
|
535
537
|
display: flex;
|
|
536
538
|
flex-direction: column;
|
|
537
539
|
align-items: flex-start;
|
|
538
540
|
gap: var(--spacing-xs);
|
|
539
541
|
}
|
|
540
542
|
|
|
541
|
-
.
|
|
543
|
+
._sectionTitle_apmcr_543 {
|
|
542
544
|
margin: 0 0 0.15rem;
|
|
543
545
|
color: var(--text-color);
|
|
544
546
|
font-family: var(--font-family-ui);
|
|
@@ -548,7 +550,7 @@
|
|
|
548
550
|
letter-spacing: 0.08em;
|
|
549
551
|
}
|
|
550
552
|
|
|
551
|
-
.
|
|
553
|
+
._sectionList_apmcr_553 {
|
|
552
554
|
display: flex;
|
|
553
555
|
flex-direction: column;
|
|
554
556
|
gap: var(--spacing-xs);
|
|
@@ -557,20 +559,20 @@
|
|
|
557
559
|
list-style: none;
|
|
558
560
|
}
|
|
559
561
|
|
|
560
|
-
.
|
|
562
|
+
._actions_apmcr_562 {
|
|
561
563
|
display: flex;
|
|
562
564
|
flex-direction: column;
|
|
563
565
|
align-items: flex-start;
|
|
564
566
|
gap: var(--spacing-md);
|
|
565
567
|
}
|
|
566
|
-
.
|
|
568
|
+
._actions_apmcr_562 ._social_apmcr_406 {
|
|
567
569
|
margin-left: 0;
|
|
568
570
|
}
|
|
569
|
-
.
|
|
571
|
+
._actions_apmcr_562 ._themeToggle_apmcr_419 {
|
|
570
572
|
margin-left: 0;
|
|
571
573
|
}
|
|
572
574
|
|
|
573
|
-
.
|
|
575
|
+
._bottom_apmcr_575 {
|
|
574
576
|
width: 100%;
|
|
575
577
|
min-height: 4.5rem;
|
|
576
578
|
border-top: 1px solid var(--border-color);
|
|
@@ -582,18 +584,18 @@
|
|
|
582
584
|
font-size: var(--font-size-body-sm);
|
|
583
585
|
}
|
|
584
586
|
@media (width <= 479.98px) {
|
|
585
|
-
.
|
|
587
|
+
._bottom_apmcr_575 {
|
|
586
588
|
min-height: unset;
|
|
587
589
|
flex-direction: column;
|
|
588
590
|
align-items: flex-start;
|
|
589
591
|
}
|
|
590
592
|
}
|
|
591
593
|
|
|
592
|
-
.
|
|
594
|
+
._bottomCopyright_apmcr_594 {
|
|
593
595
|
margin: 0;
|
|
594
596
|
}
|
|
595
597
|
|
|
596
|
-
.
|
|
598
|
+
._bottomEnd_apmcr_598 {
|
|
597
599
|
display: inline-flex;
|
|
598
600
|
align-items: center;
|
|
599
601
|
gap: var(--spacing-2xs, 0.35rem);
|
|
@@ -603,75 +605,75 @@
|
|
|
603
605
|
white-space: nowrap;
|
|
604
606
|
}
|
|
605
607
|
|
|
606
|
-
.
|
|
608
|
+
._roundNone_apmcr_234 {
|
|
607
609
|
border-top-left-radius: var(--border-radius-none);
|
|
608
610
|
border-top-right-radius: var(--border-radius-none);
|
|
609
611
|
}
|
|
610
612
|
|
|
611
|
-
.
|
|
613
|
+
._roundSmall_apmcr_238 {
|
|
612
614
|
border-top-left-radius: var(--border-radius-sm);
|
|
613
615
|
border-top-right-radius: var(--border-radius-sm);
|
|
614
616
|
}
|
|
615
617
|
|
|
616
|
-
.
|
|
618
|
+
._roundMedium_apmcr_242 {
|
|
617
619
|
border-top-left-radius: var(--border-radius-md);
|
|
618
620
|
border-top-right-radius: var(--border-radius-md);
|
|
619
621
|
}
|
|
620
622
|
|
|
621
|
-
.
|
|
623
|
+
._roundLarge_apmcr_246 {
|
|
622
624
|
border-top-left-radius: var(--border-radius-lg);
|
|
623
625
|
border-top-right-radius: var(--border-radius-lg);
|
|
624
626
|
}
|
|
625
627
|
|
|
626
|
-
.
|
|
628
|
+
._roundFull_apmcr_250 {
|
|
627
629
|
border-top-left-radius: var(--border-radius-full);
|
|
628
630
|
border-top-right-radius: var(--border-radius-full);
|
|
629
631
|
}
|
|
630
632
|
|
|
631
|
-
.
|
|
633
|
+
._shadowNone_apmcr_254 {
|
|
632
634
|
box-shadow: var(--box-shadow-none);
|
|
633
635
|
}
|
|
634
636
|
|
|
635
|
-
.
|
|
637
|
+
._shadowLight_apmcr_257 {
|
|
636
638
|
box-shadow: var(--box-shadow-light);
|
|
637
639
|
}
|
|
638
640
|
|
|
639
|
-
.
|
|
641
|
+
._shadowMedium_apmcr_260 {
|
|
640
642
|
box-shadow: var(--box-shadow-medium);
|
|
641
643
|
}
|
|
642
644
|
|
|
643
|
-
.
|
|
645
|
+
._shadowStrong_apmcr_263 {
|
|
644
646
|
box-shadow: var(--box-shadow-heavy);
|
|
645
647
|
}
|
|
646
648
|
|
|
647
|
-
.
|
|
649
|
+
._shadowIntense_apmcr_266 {
|
|
648
650
|
box-shadow: var(--box-shadow-intense);
|
|
649
651
|
}
|
|
650
652
|
|
|
651
653
|
@media (prefers-reduced-motion: reduce) {
|
|
652
|
-
.
|
|
653
|
-
.
|
|
654
|
+
._footer_apmcr_204,
|
|
655
|
+
._footer_apmcr_204 * {
|
|
654
656
|
transition: none !important;
|
|
655
657
|
animation: none !important;
|
|
656
658
|
}
|
|
657
659
|
}
|
|
658
660
|
@media (forced-colors: active) {
|
|
659
|
-
.
|
|
661
|
+
._footer_apmcr_204 {
|
|
660
662
|
color: CanvasText;
|
|
661
663
|
background: Canvas;
|
|
662
664
|
border-top: 1px solid ButtonText;
|
|
663
665
|
outline-color: Highlight;
|
|
664
666
|
}
|
|
665
|
-
.
|
|
667
|
+
._link_apmcr_337 {
|
|
666
668
|
color: LinkText;
|
|
667
669
|
text-decoration-color: LinkText;
|
|
668
670
|
}
|
|
669
|
-
.
|
|
670
|
-
.
|
|
671
|
+
._layoutColumns_apmcr_441,
|
|
672
|
+
._bottom_apmcr_575 {
|
|
671
673
|
border-color: ButtonText;
|
|
672
674
|
}
|
|
673
|
-
.
|
|
674
|
-
.
|
|
675
|
+
._brandTitle_apmcr_507,
|
|
676
|
+
._sectionTitle_apmcr_543 {
|
|
675
677
|
color: Highlight;
|
|
676
678
|
}
|
|
677
679
|
}
|
package/dist/next/Footer.js
CHANGED
package/dist/next/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import { S } from "./ScrollToTop-C7ThHvxg.js";
|
|
|
12
12
|
import { T as T2 } from "./TextInput-DCFXyo_f.js";
|
|
13
13
|
import { T as T3 } from "./TextArea-CQgoM2yj.js";
|
|
14
14
|
import { S as S2 } from "./Select-D4bH7djH.js";
|
|
15
|
-
import { F, U } from "./Footer-
|
|
15
|
+
import { F, U } from "./Footer-DLnIK3R3.js";
|
|
16
16
|
import { F as F2 } from "./FileUpload-BmxLHgMN.js";
|
|
17
17
|
import { T as T4 } from "./TagInput-D3LFnSXr.js";
|
|
18
18
|
import { R } from "./RadioButton-BN63UX0c.js";
|