@universityofmaryland/web-elements-library 1.2.0 → 1.2.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/README.md +204 -0
- package/dist/atomic/text-lockup/small.d.ts +2 -1
- package/dist/atomic/text-lockup/small.d.ts.map +1 -1
- package/dist/composite/card/overlay/color.d.ts.map +1 -1
- package/dist/composite/card/overlay/image.d.ts.map +1 -1
- package/dist/composite/carousel/cards/index.d.ts +6 -8
- package/dist/composite/carousel/cards/index.d.ts.map +1 -1
- package/dist/composite/carousel/default/index.d.ts +6 -8
- package/dist/composite/carousel/default/index.d.ts.map +1 -1
- package/dist/composite/carousel/elements/blocks.d.ts.map +1 -1
- package/dist/composite/carousel/thumbnail/index.d.ts +6 -8
- package/dist/composite/carousel/thumbnail/index.d.ts.map +1 -1
- package/dist/composite/footer/_types.d.ts +7 -0
- package/dist/composite/footer/_types.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/call-to-action.d.ts +8 -0
- package/dist/composite/footer/elements/main-section/call-to-action.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/campaign.d.ts +8 -0
- package/dist/composite/footer/elements/main-section/campaign.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/index.d.ts +10 -0
- package/dist/composite/footer/elements/main-section/index.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/row-links/index.d.ts +10 -0
- package/dist/composite/footer/elements/main-section/row-links/index.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/row-links/link-columns.d.ts +7 -0
- package/dist/composite/footer/elements/main-section/row-links/link-columns.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/row-logo/contact.d.ts +16 -0
- package/dist/composite/footer/elements/main-section/row-logo/contact.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/row-logo/index.d.ts +9 -0
- package/dist/composite/footer/elements/main-section/row-logo/index.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/row-logo/logo.d.ts +9 -0
- package/dist/composite/footer/elements/main-section/row-logo/logo.d.ts.map +1 -0
- package/dist/composite/footer/elements/main-section/social.d.ts +11 -0
- package/dist/composite/footer/elements/main-section/social.d.ts.map +1 -0
- package/dist/composite/footer/elements/utility-section/index.d.ts +7 -0
- package/dist/composite/footer/elements/utility-section/index.d.ts.map +1 -0
- package/dist/composite/footer/globals.d.ts +38 -0
- package/dist/composite/footer/globals.d.ts.map +1 -0
- package/dist/composite/footer/index.d.ts +2 -0
- package/dist/composite/footer/index.d.ts.map +1 -0
- package/dist/composite/footer/options.d.ts +11 -0
- package/dist/composite/footer/options.d.ts.map +1 -0
- package/dist/composite/hero/expand.d.ts +7 -9
- package/dist/composite/hero/expand.d.ts.map +1 -1
- package/dist/composite/index.d.ts +1 -0
- package/dist/composite/index.d.ts.map +1 -1
- package/dist/composite/layout/box/logo.d.ts +4 -4
- package/dist/composite/layout/box/logo.d.ts.map +1 -1
- package/dist/composite/layout/image/expand.d.ts +3 -3
- package/dist/composite/layout/image/expand.d.ts.map +1 -1
- package/dist/composite/layout/image/index.d.ts +1 -10
- package/dist/composite/layout/image/index.d.ts.map +1 -1
- package/dist/composite/layout/index.d.ts +2 -2
- package/dist/composite/layout/index.d.ts.map +1 -1
- package/dist/composite/layout/scroll-top/index.d.ts +5 -7
- package/dist/composite/layout/scroll-top/index.d.ts.map +1 -1
- package/dist/composite/layout/section-intro/index.d.ts +2 -27
- package/dist/composite/layout/section-intro/index.d.ts.map +1 -1
- package/dist/composite/layout/section-intro/small.d.ts +5 -7
- package/dist/composite/layout/section-intro/small.d.ts.map +1 -1
- package/dist/composite/layout/section-intro/wide.d.ts +3 -3
- package/dist/composite/layout/section-intro/wide.d.ts.map +1 -1
- package/dist/composite/layout/sticky-columns/index.d.ts +7 -9
- package/dist/composite/layout/sticky-columns/index.d.ts.map +1 -1
- package/dist/composite/navigation/elements/breadcrumb/index.d.ts +10 -0
- package/dist/composite/navigation/elements/breadcrumb/index.d.ts.map +1 -0
- package/dist/composite/navigation/elements/drawer/index.d.ts.map +1 -1
- package/dist/composite/navigation/elements/index.d.ts +6 -39
- package/dist/composite/navigation/elements/index.d.ts.map +1 -1
- package/dist/composite/navigation/elements/sticky/index.d.ts +6 -6
- package/dist/composite/navigation/elements/sticky/index.d.ts.map +1 -1
- package/dist/composite/navigation/index.d.ts +1 -1
- package/dist/composite/navigation/index.d.ts.map +1 -1
- package/dist/composite/quote/elements/image.d.ts +5 -3
- package/dist/composite/quote/elements/image.d.ts.map +1 -1
- package/dist/composite/quote/elements/index.d.ts +11 -7
- package/dist/composite/quote/elements/index.d.ts.map +1 -1
- package/dist/composite/quote/elements/text.d.ts +5 -3
- package/dist/composite/quote/elements/text.d.ts.map +1 -1
- package/dist/composite/quote/featured.d.ts +3 -3
- package/dist/composite/quote/featured.d.ts.map +1 -1
- package/dist/composite/quote/inline.d.ts +3 -3
- package/dist/composite/quote/inline.d.ts.map +1 -1
- package/dist/composite/tabs/standard.d.ts +6 -8
- package/dist/composite/tabs/standard.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +54 -394
- package/dist/model/elements/actions.d.ts +5 -0
- package/dist/model/elements/actions.d.ts.map +1 -1
- package/dist/utilities/markup/create.d.ts +5 -0
- package/dist/utilities/markup/create.d.ts.map +1 -1
- package/dist/utilities/styles/index.d.ts +0 -1
- package/dist/utilities/styles/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/composite/person/elements/contact.d.ts +0 -17
- package/dist/composite/person/elements/contact.d.ts.map +0 -1
- package/dist/composite/person/elements/image.d.ts +0 -11
- package/dist/composite/person/elements/image.d.ts.map +0 -1
- package/dist/composite/person/elements/text.d.ts +0 -27
- package/dist/composite/person/elements/text.d.ts.map +0 -1
- package/dist/layout/carousel-full-screen.d.ts +0 -16
- package/dist/layout/carousel-full-screen.d.ts.map +0 -1
- package/dist/layout/carousel-overlay.d.ts +0 -13
- package/dist/layout/carousel-overlay.d.ts.map +0 -1
- package/dist/layout/modal.d.ts +0 -17
- package/dist/layout/modal.d.ts.map +0 -1
- package/dist/macros/animations/carousel-blocks.d.ts +0 -42
- package/dist/macros/animations/carousel-blocks.d.ts.map +0 -1
- package/dist/macros/animations/carousel-image.d.ts +0 -20
- package/dist/macros/animations/carousel-image.d.ts.map +0 -1
- package/dist/macros/animations/indicator.d.ts +0 -15
- package/dist/macros/animations/indicator.d.ts.map +0 -1
- package/dist/macros/animations/overlay-brand.d.ts +0 -16
- package/dist/macros/animations/overlay-brand.d.ts.map +0 -1
- package/dist/macros/brand/fearless-scroll-chevrons.d.ts +0 -6
- package/dist/macros/brand/fearless-scroll-chevrons.d.ts.map +0 -1
- package/dist/macros/index.d.ts +0 -9
- package/dist/macros/index.d.ts.map +0 -1
- package/dist/macros/text-lockup/small.d.ts +0 -22
- package/dist/macros/text-lockup/small.d.ts.map +0 -1
|
@@ -14,10 +14,6 @@
|
|
|
14
14
|
!*** ./source/index.ts ***!
|
|
15
15
|
\*************************/
|
|
16
16
|
|
|
17
|
-
/*!******************************!*\
|
|
18
|
-
!*** ../styles/dist/root.js ***!
|
|
19
|
-
\******************************/
|
|
20
|
-
|
|
21
17
|
/*!*******************************!*\
|
|
22
18
|
!*** ../styles/dist/index.js ***!
|
|
23
19
|
\*******************************/
|
|
@@ -54,34 +50,6 @@
|
|
|
54
50
|
!*** ./source/utilities/index.ts ***!
|
|
55
51
|
\***********************************/
|
|
56
52
|
|
|
57
|
-
/*!************************************!*\
|
|
58
|
-
!*** ../styles/dist/token/font.js ***!
|
|
59
|
-
\************************************/
|
|
60
|
-
|
|
61
|
-
/*!*************************************!*\
|
|
62
|
-
!*** ../styles/dist/token/color.js ***!
|
|
63
|
-
\*************************************/
|
|
64
|
-
|
|
65
|
-
/*!*************************************!*\
|
|
66
|
-
!*** ../styles/dist/token/index.js ***!
|
|
67
|
-
\*************************************/
|
|
68
|
-
|
|
69
|
-
/*!*************************************!*\
|
|
70
|
-
!*** ../styles/dist/token/media.js ***!
|
|
71
|
-
\*************************************/
|
|
72
|
-
|
|
73
|
-
/*!**************************************!*\
|
|
74
|
-
!*** ../styles/dist/element/form.js ***!
|
|
75
|
-
\**************************************/
|
|
76
|
-
|
|
77
|
-
/*!**************************************!*\
|
|
78
|
-
!*** ../styles/dist/element/list.js ***!
|
|
79
|
-
\**************************************/
|
|
80
|
-
|
|
81
|
-
/*!**************************************!*\
|
|
82
|
-
!*** ../styles/dist/layout/index.js ***!
|
|
83
|
-
\**************************************/
|
|
84
|
-
|
|
85
53
|
/*!**************************************!*\
|
|
86
54
|
!*** ./source/atomic/events/meta.ts ***!
|
|
87
55
|
\**************************************/
|
|
@@ -94,22 +62,6 @@
|
|
|
94
62
|
!*** ./terminal-highlight (ignored) ***!
|
|
95
63
|
\**************************************/
|
|
96
64
|
|
|
97
|
-
/*!***************************************!*\
|
|
98
|
-
!*** ../styles/dist/element/embed.js ***!
|
|
99
|
-
\***************************************/
|
|
100
|
-
|
|
101
|
-
/*!***************************************!*\
|
|
102
|
-
!*** ../styles/dist/element/index.js ***!
|
|
103
|
-
\***************************************/
|
|
104
|
-
|
|
105
|
-
/*!***************************************!*\
|
|
106
|
-
!*** ../styles/dist/element/table.js ***!
|
|
107
|
-
\***************************************/
|
|
108
|
-
|
|
109
|
-
/*!***************************************!*\
|
|
110
|
-
!*** ../styles/dist/token/spacing.js ***!
|
|
111
|
-
\***************************************/
|
|
112
|
-
|
|
113
65
|
/*!***************************************!*\
|
|
114
66
|
!*** ./source/atomic/actions/icon.ts ***!
|
|
115
67
|
\***************************************/
|
|
@@ -142,14 +94,6 @@
|
|
|
142
94
|
!*** ./source/model/elements/text.ts ***!
|
|
143
95
|
\***************************************/
|
|
144
96
|
|
|
145
|
-
/*!****************************************!*\
|
|
146
|
-
!*** ../styles/dist/animation/line.js ***!
|
|
147
|
-
\****************************************/
|
|
148
|
-
|
|
149
|
-
/*!****************************************!*\
|
|
150
|
-
!*** ../styles/dist/web-components.js ***!
|
|
151
|
-
\****************************************/
|
|
152
|
-
|
|
153
97
|
/*!****************************************!*\
|
|
154
98
|
!*** ./source/atomic/actions/index.ts ***!
|
|
155
99
|
\****************************************/
|
|
@@ -198,22 +142,6 @@
|
|
|
198
142
|
!*** ./source/utilities/markup/get.ts ***!
|
|
199
143
|
\****************************************/
|
|
200
144
|
|
|
201
|
-
/*!*****************************************!*\
|
|
202
|
-
!*** ../styles/dist/animation/index.js ***!
|
|
203
|
-
\*****************************************/
|
|
204
|
-
|
|
205
|
-
/*!*****************************************!*\
|
|
206
|
-
!*** ../styles/dist/layout/grid/gap.js ***!
|
|
207
|
-
\*****************************************/
|
|
208
|
-
|
|
209
|
-
/*!*****************************************!*\
|
|
210
|
-
!*** ../styles/dist/typography/sans.js ***!
|
|
211
|
-
\*****************************************/
|
|
212
|
-
|
|
213
|
-
/*!*****************************************!*\
|
|
214
|
-
!*** ../styles/dist/utilities/index.js ***!
|
|
215
|
-
\*****************************************/
|
|
216
|
-
|
|
217
145
|
/*!*****************************************!*\
|
|
218
146
|
!*** ./source/composite/alert/index.ts ***!
|
|
219
147
|
\*****************************************/
|
|
@@ -255,35 +183,15 @@
|
|
|
255
183
|
\*****************************************/
|
|
256
184
|
|
|
257
185
|
/*!******************************************!*\
|
|
258
|
-
!***
|
|
259
|
-
\******************************************/
|
|
260
|
-
|
|
261
|
-
/*!******************************************!*\
|
|
262
|
-
!*** ../styles/dist/layout/grid/base.js ***!
|
|
263
|
-
\******************************************/
|
|
264
|
-
|
|
265
|
-
/*!******************************************!*\
|
|
266
|
-
!*** ../styles/dist/typography/index.js ***!
|
|
267
|
-
\******************************************/
|
|
268
|
-
|
|
269
|
-
/*!******************************************!*\
|
|
270
|
-
!*** ../styles/dist/typography/serif.js ***!
|
|
271
|
-
\******************************************/
|
|
272
|
-
|
|
273
|
-
/*!******************************************!*\
|
|
274
|
-
!*** ../styles/dist/typography/stats.js ***!
|
|
275
|
-
\******************************************/
|
|
276
|
-
|
|
277
|
-
/*!******************************************!*\
|
|
278
|
-
!*** ../styles/dist/utilities/create.js ***!
|
|
186
|
+
!*** ./source/composite/banner/index.ts ***!
|
|
279
187
|
\******************************************/
|
|
280
188
|
|
|
281
189
|
/*!******************************************!*\
|
|
282
|
-
!*** ./source/composite/banner/
|
|
190
|
+
!*** ./source/composite/banner/promo.ts ***!
|
|
283
191
|
\******************************************/
|
|
284
192
|
|
|
285
193
|
/*!******************************************!*\
|
|
286
|
-
!*** ./source/composite/
|
|
194
|
+
!*** ./source/composite/footer/index.ts ***!
|
|
287
195
|
\******************************************/
|
|
288
196
|
|
|
289
197
|
/*!******************************************!*\
|
|
@@ -362,38 +270,6 @@
|
|
|
362
270
|
!*** ../../node_modules/cssesc/cssesc.js ***!
|
|
363
271
|
\*******************************************/
|
|
364
272
|
|
|
365
|
-
/*!*******************************************!*\
|
|
366
|
-
!*** ../styles/dist/element/asset/gif.js ***!
|
|
367
|
-
\*******************************************/
|
|
368
|
-
|
|
369
|
-
/*!*******************************************!*\
|
|
370
|
-
!*** ../styles/dist/element/field/set.js ***!
|
|
371
|
-
\*******************************************/
|
|
372
|
-
|
|
373
|
-
/*!*******************************************!*\
|
|
374
|
-
!*** ../styles/dist/element/text/code.js ***!
|
|
375
|
-
\*******************************************/
|
|
376
|
-
|
|
377
|
-
/*!*******************************************!*\
|
|
378
|
-
!*** ../styles/dist/element/text/line.js ***!
|
|
379
|
-
\*******************************************/
|
|
380
|
-
|
|
381
|
-
/*!*******************************************!*\
|
|
382
|
-
!*** ../styles/dist/element/text/link.js ***!
|
|
383
|
-
\*******************************************/
|
|
384
|
-
|
|
385
|
-
/*!*******************************************!*\
|
|
386
|
-
!*** ../styles/dist/element/text/rich.js ***!
|
|
387
|
-
\*******************************************/
|
|
388
|
-
|
|
389
|
-
/*!*******************************************!*\
|
|
390
|
-
!*** ../styles/dist/layout/grid/child.js ***!
|
|
391
|
-
\*******************************************/
|
|
392
|
-
|
|
393
|
-
/*!*******************************************!*\
|
|
394
|
-
!*** ../styles/dist/layout/grid/index.js ***!
|
|
395
|
-
\*******************************************/
|
|
396
|
-
|
|
397
273
|
/*!*******************************************!*\
|
|
398
274
|
!*** ./source/atomic/animations/index.ts ***!
|
|
399
275
|
\*******************************************/
|
|
@@ -459,63 +335,27 @@
|
|
|
459
335
|
\*******************************************/
|
|
460
336
|
|
|
461
337
|
/*!********************************************!*\
|
|
462
|
-
!***
|
|
463
|
-
\********************************************/
|
|
464
|
-
|
|
465
|
-
/*!********************************************!*\
|
|
466
|
-
!*** ../styles/dist/element/event/meta.js ***!
|
|
467
|
-
\********************************************/
|
|
468
|
-
|
|
469
|
-
/*!********************************************!*\
|
|
470
|
-
!*** ../styles/dist/element/event/sign.js ***!
|
|
471
|
-
\********************************************/
|
|
472
|
-
|
|
473
|
-
/*!********************************************!*\
|
|
474
|
-
!*** ../styles/dist/element/field/file.js ***!
|
|
475
|
-
\********************************************/
|
|
476
|
-
|
|
477
|
-
/*!********************************************!*\
|
|
478
|
-
!*** ../styles/dist/element/text/index.js ***!
|
|
479
|
-
\********************************************/
|
|
480
|
-
|
|
481
|
-
/*!********************************************!*\
|
|
482
|
-
!*** ../styles/dist/element/text/label.js ***!
|
|
483
|
-
\********************************************/
|
|
484
|
-
|
|
485
|
-
/*!********************************************!*\
|
|
486
|
-
!*** ../styles/dist/element/text/quote.js ***!
|
|
487
|
-
\********************************************/
|
|
488
|
-
|
|
489
|
-
/*!********************************************!*\
|
|
490
|
-
!*** ../styles/dist/layout/grid/border.js ***!
|
|
491
|
-
\********************************************/
|
|
492
|
-
|
|
493
|
-
/*!********************************************!*\
|
|
494
|
-
!*** ../styles/dist/layout/grid/inline.js ***!
|
|
495
|
-
\********************************************/
|
|
496
|
-
|
|
497
|
-
/*!********************************************!*\
|
|
498
|
-
!*** ../styles/dist/layout/grid/offset.js ***!
|
|
338
|
+
!*** ./source/atomic/text-lockup/index.ts ***!
|
|
499
339
|
\********************************************/
|
|
500
340
|
|
|
501
341
|
/*!********************************************!*\
|
|
502
|
-
!***
|
|
342
|
+
!*** ./source/atomic/text-lockup/small.ts ***!
|
|
503
343
|
\********************************************/
|
|
504
344
|
|
|
505
345
|
/*!********************************************!*\
|
|
506
|
-
!*** ./source/
|
|
346
|
+
!*** ./source/composite/accordion/item.ts ***!
|
|
507
347
|
\********************************************/
|
|
508
348
|
|
|
509
349
|
/*!********************************************!*\
|
|
510
|
-
!*** ./source/
|
|
350
|
+
!*** ./source/composite/carousel/index.ts ***!
|
|
511
351
|
\********************************************/
|
|
512
352
|
|
|
513
353
|
/*!********************************************!*\
|
|
514
|
-
!*** ./source/composite/
|
|
354
|
+
!*** ./source/composite/footer/globals.ts ***!
|
|
515
355
|
\********************************************/
|
|
516
356
|
|
|
517
357
|
/*!********************************************!*\
|
|
518
|
-
!*** ./source/composite/
|
|
358
|
+
!*** ./source/composite/footer/options.ts ***!
|
|
519
359
|
\********************************************/
|
|
520
360
|
|
|
521
361
|
/*!********************************************!*\
|
|
@@ -542,54 +382,6 @@
|
|
|
542
382
|
!*** ../../node_modules/postcss-js/sync.js ***!
|
|
543
383
|
\*********************************************/
|
|
544
384
|
|
|
545
|
-
/*!*********************************************!*\
|
|
546
|
-
!*** ../styles/dist/accessibility/index.js ***!
|
|
547
|
-
\*********************************************/
|
|
548
|
-
|
|
549
|
-
/*!*********************************************!*\
|
|
550
|
-
!*** ../styles/dist/element/action/icon.js ***!
|
|
551
|
-
\*********************************************/
|
|
552
|
-
|
|
553
|
-
/*!*********************************************!*\
|
|
554
|
-
!*** ../styles/dist/element/asset/image.js ***!
|
|
555
|
-
\*********************************************/
|
|
556
|
-
|
|
557
|
-
/*!*********************************************!*\
|
|
558
|
-
!*** ../styles/dist/element/asset/index.js ***!
|
|
559
|
-
\*********************************************/
|
|
560
|
-
|
|
561
|
-
/*!*********************************************!*\
|
|
562
|
-
!*** ../styles/dist/element/event/index.js ***!
|
|
563
|
-
\*********************************************/
|
|
564
|
-
|
|
565
|
-
/*!*********************************************!*\
|
|
566
|
-
!*** ../styles/dist/element/field/_base.js ***!
|
|
567
|
-
\*********************************************/
|
|
568
|
-
|
|
569
|
-
/*!*********************************************!*\
|
|
570
|
-
!*** ../styles/dist/element/field/index.js ***!
|
|
571
|
-
\*********************************************/
|
|
572
|
-
|
|
573
|
-
/*!*********************************************!*\
|
|
574
|
-
!*** ../styles/dist/element/field/input.js ***!
|
|
575
|
-
\*********************************************/
|
|
576
|
-
|
|
577
|
-
/*!*********************************************!*\
|
|
578
|
-
!*** ../styles/dist/element/field/radio.js ***!
|
|
579
|
-
\*********************************************/
|
|
580
|
-
|
|
581
|
-
/*!*********************************************!*\
|
|
582
|
-
!*** ../styles/dist/typography/campaign.js ***!
|
|
583
|
-
\*********************************************/
|
|
584
|
-
|
|
585
|
-
/*!*********************************************!*\
|
|
586
|
-
!*** ../styles/dist/typography/elements.js ***!
|
|
587
|
-
\*********************************************/
|
|
588
|
-
|
|
589
|
-
/*!*********************************************!*\
|
|
590
|
-
!*** ../styles/dist/utilities/transform.js ***!
|
|
591
|
-
\*********************************************/
|
|
592
|
-
|
|
593
385
|
/*!*********************************************!*\
|
|
594
386
|
!*** ./source/atomic/assets/image/index.ts ***!
|
|
595
387
|
\*********************************************/
|
|
@@ -646,42 +438,6 @@
|
|
|
646
438
|
!*** ../../node_modules/postcss/lib/rule.js ***!
|
|
647
439
|
\**********************************************/
|
|
648
440
|
|
|
649
|
-
/*!**********************************************!*\
|
|
650
|
-
!*** ../styles/dist/animation/transition.js ***!
|
|
651
|
-
\**********************************************/
|
|
652
|
-
|
|
653
|
-
/*!**********************************************!*\
|
|
654
|
-
!*** ../styles/dist/element/action/_base.js ***!
|
|
655
|
-
\**********************************************/
|
|
656
|
-
|
|
657
|
-
/*!**********************************************!*\
|
|
658
|
-
!*** ../styles/dist/element/action/index.js ***!
|
|
659
|
-
\**********************************************/
|
|
660
|
-
|
|
661
|
-
/*!**********************************************!*\
|
|
662
|
-
!*** ../styles/dist/element/field/_state.js ***!
|
|
663
|
-
\**********************************************/
|
|
664
|
-
|
|
665
|
-
/*!**********************************************!*\
|
|
666
|
-
!*** ../styles/dist/element/field/select.js ***!
|
|
667
|
-
\**********************************************/
|
|
668
|
-
|
|
669
|
-
/*!**********************************************!*\
|
|
670
|
-
!*** ../styles/dist/element/text/caption.js ***!
|
|
671
|
-
\**********************************************/
|
|
672
|
-
|
|
673
|
-
/*!**********************************************!*\
|
|
674
|
-
!*** ../styles/dist/element/text/cluster.js ***!
|
|
675
|
-
\**********************************************/
|
|
676
|
-
|
|
677
|
-
/*!**********************************************!*\
|
|
678
|
-
!*** ../styles/dist/layout/grid/masonary.js ***!
|
|
679
|
-
\**********************************************/
|
|
680
|
-
|
|
681
|
-
/*!**********************************************!*\
|
|
682
|
-
!*** ../styles/dist/layout/space/columns.js ***!
|
|
683
|
-
\**********************************************/
|
|
684
|
-
|
|
685
441
|
/*!**********************************************!*\
|
|
686
442
|
!*** ./source/atomic/buttons/video-state.ts ***!
|
|
687
443
|
\**********************************************/
|
|
@@ -730,18 +486,6 @@
|
|
|
730
486
|
!*** ../../node_modules/postcss/lib/parse.js ***!
|
|
731
487
|
\***********************************************/
|
|
732
488
|
|
|
733
|
-
/*!***********************************************!*\
|
|
734
|
-
!*** ../styles/dist/element/action/button.js ***!
|
|
735
|
-
\***********************************************/
|
|
736
|
-
|
|
737
|
-
/*!***********************************************!*\
|
|
738
|
-
!*** ../styles/dist/layout/background/box.js ***!
|
|
739
|
-
\***********************************************/
|
|
740
|
-
|
|
741
|
-
/*!***********************************************!*\
|
|
742
|
-
!*** ../styles/dist/layout/space/vertical.js ***!
|
|
743
|
-
\***********************************************/
|
|
744
|
-
|
|
745
489
|
/*!***********************************************!*\
|
|
746
490
|
!*** ./source/atomic/layout/overlay/index.ts ***!
|
|
747
491
|
\***********************************************/
|
|
@@ -778,38 +522,6 @@
|
|
|
778
522
|
!*** ../../node_modules/postcss/lib/result.js ***!
|
|
779
523
|
\************************************************/
|
|
780
524
|
|
|
781
|
-
/*!************************************************!*\
|
|
782
|
-
!*** ../styles/dist/element/action/outline.js ***!
|
|
783
|
-
\************************************************/
|
|
784
|
-
|
|
785
|
-
/*!************************************************!*\
|
|
786
|
-
!*** ../styles/dist/element/action/primary.js ***!
|
|
787
|
-
\************************************************/
|
|
788
|
-
|
|
789
|
-
/*!************************************************!*\
|
|
790
|
-
!*** ../styles/dist/element/field/checkbox.js ***!
|
|
791
|
-
\************************************************/
|
|
792
|
-
|
|
793
|
-
/*!************************************************!*\
|
|
794
|
-
!*** ../styles/dist/element/field/textarea.js ***!
|
|
795
|
-
\************************************************/
|
|
796
|
-
|
|
797
|
-
/*!************************************************!*\
|
|
798
|
-
!*** ../styles/dist/layout/alignment/block.js ***!
|
|
799
|
-
\************************************************/
|
|
800
|
-
|
|
801
|
-
/*!************************************************!*\
|
|
802
|
-
!*** ../styles/dist/layout/alignment/index.js ***!
|
|
803
|
-
\************************************************/
|
|
804
|
-
|
|
805
|
-
/*!************************************************!*\
|
|
806
|
-
!*** ../styles/dist/layout/background/full.js ***!
|
|
807
|
-
\************************************************/
|
|
808
|
-
|
|
809
|
-
/*!************************************************!*\
|
|
810
|
-
!*** ../styles/dist/layout/background/wrap.js ***!
|
|
811
|
-
\************************************************/
|
|
812
|
-
|
|
813
525
|
/*!************************************************!*\
|
|
814
526
|
!*** ./source/composite/card/overlay/color.ts ***!
|
|
815
527
|
\************************************************/
|
|
@@ -854,30 +566,6 @@
|
|
|
854
566
|
!*** ../../node_modules/postcss/lib/warning.js ***!
|
|
855
567
|
\*************************************************/
|
|
856
568
|
|
|
857
|
-
/*!*************************************************!*\
|
|
858
|
-
!*** ../styles/dist/element/composite/index.js ***!
|
|
859
|
-
\*************************************************/
|
|
860
|
-
|
|
861
|
-
/*!*************************************************!*\
|
|
862
|
-
!*** ../styles/dist/element/text/decoration.js ***!
|
|
863
|
-
\*************************************************/
|
|
864
|
-
|
|
865
|
-
/*!*************************************************!*\
|
|
866
|
-
!*** ../styles/dist/layout/alignment/inline.js ***!
|
|
867
|
-
\*************************************************/
|
|
868
|
-
|
|
869
|
-
/*!*************************************************!*\
|
|
870
|
-
!*** ../styles/dist/layout/background/index.js ***!
|
|
871
|
-
\*************************************************/
|
|
872
|
-
|
|
873
|
-
/*!*************************************************!*\
|
|
874
|
-
!*** ../styles/dist/layout/grid/border-dark.js ***!
|
|
875
|
-
\*************************************************/
|
|
876
|
-
|
|
877
|
-
/*!*************************************************!*\
|
|
878
|
-
!*** ../styles/dist/layout/space/horizontal.js ***!
|
|
879
|
-
\*************************************************/
|
|
880
|
-
|
|
881
569
|
/*!*************************************************!*\
|
|
882
570
|
!*** ./source/atomic/animations/brand/index.ts ***!
|
|
883
571
|
\*************************************************/
|
|
@@ -926,10 +614,6 @@
|
|
|
926
614
|
!*** ../../node_modules/postcss/lib/tokenize.js ***!
|
|
927
615
|
\**************************************************/
|
|
928
616
|
|
|
929
|
-
/*!**************************************************!*\
|
|
930
|
-
!*** ../styles/dist/element/action/secondary.js ***!
|
|
931
|
-
\**************************************************/
|
|
932
|
-
|
|
933
617
|
/*!**************************************************!*\
|
|
934
618
|
!*** ./source/atomic/assets/image/background.ts ***!
|
|
935
619
|
\**************************************************/
|
|
@@ -978,14 +662,6 @@
|
|
|
978
662
|
!*** ../../node_modules/postcss/lib/warn-once.js ***!
|
|
979
663
|
\***************************************************/
|
|
980
664
|
|
|
981
|
-
/*!***************************************************!*\
|
|
982
|
-
!*** ../styles/dist/animation/nested-elements.js ***!
|
|
983
|
-
\***************************************************/
|
|
984
|
-
|
|
985
|
-
/*!***************************************************!*\
|
|
986
|
-
!*** ../styles/dist/layout/background/quarter.js ***!
|
|
987
|
-
\***************************************************/
|
|
988
|
-
|
|
989
665
|
/*!***************************************************!*\
|
|
990
666
|
!*** ./source/atomic/animations/actions/index.ts ***!
|
|
991
667
|
\***************************************************/
|
|
@@ -1006,10 +682,6 @@
|
|
|
1006
682
|
!*** ../../node_modules/util-deprecate/browser.js ***!
|
|
1007
683
|
\****************************************************/
|
|
1008
684
|
|
|
1009
|
-
/*!****************************************************!*\
|
|
1010
|
-
!*** ../styles/dist/typography/font-face/index.js ***!
|
|
1011
|
-
\****************************************************/
|
|
1012
|
-
|
|
1013
685
|
/*!****************************************************!*\
|
|
1014
686
|
!*** ./source/atomic/text-lockup/small-scaling.ts ***!
|
|
1015
687
|
\****************************************************/
|
|
@@ -1046,18 +718,6 @@
|
|
|
1046
718
|
!*** ../../node_modules/postcss/lib/stringifier.js ***!
|
|
1047
719
|
\*****************************************************/
|
|
1048
720
|
|
|
1049
|
-
/*!*****************************************************!*\
|
|
1050
|
-
!*** ../styles/dist/accessibility/screen-reader.js ***!
|
|
1051
|
-
\*****************************************************/
|
|
1052
|
-
|
|
1053
|
-
/*!*****************************************************!*\
|
|
1054
|
-
!*** ../styles/dist/element/composite/card/list.js ***!
|
|
1055
|
-
\*****************************************************/
|
|
1056
|
-
|
|
1057
|
-
/*!*****************************************************!*\
|
|
1058
|
-
!*** ../styles/dist/layout/background/highlight.js ***!
|
|
1059
|
-
\*****************************************************/
|
|
1060
|
-
|
|
1061
721
|
/*!*****************************************************!*\
|
|
1062
722
|
!*** ./source/composite/carousel/elements/image.ts ***!
|
|
1063
723
|
\*****************************************************/
|
|
@@ -1086,18 +746,6 @@
|
|
|
1086
746
|
!*** ../../node_modules/postcss/lib/previous-map.js ***!
|
|
1087
747
|
\******************************************************/
|
|
1088
748
|
|
|
1089
|
-
/*!******************************************************!*\
|
|
1090
|
-
!*** ../styles/dist/element/composite/card/block.js ***!
|
|
1091
|
-
\******************************************************/
|
|
1092
|
-
|
|
1093
|
-
/*!******************************************************!*\
|
|
1094
|
-
!*** ../styles/dist/element/composite/card/index.js ***!
|
|
1095
|
-
\******************************************************/
|
|
1096
|
-
|
|
1097
|
-
/*!******************************************************!*\
|
|
1098
|
-
!*** ../styles/dist/element/composite/person/bio.js ***!
|
|
1099
|
-
\******************************************************/
|
|
1100
|
-
|
|
1101
749
|
/*!******************************************************!*\
|
|
1102
750
|
!*** ./source/composite/carousel/elements/blocks.ts ***!
|
|
1103
751
|
\******************************************************/
|
|
@@ -1162,10 +810,6 @@
|
|
|
1162
810
|
!*** ../../node_modules/postcss/lib/no-work-result.js ***!
|
|
1163
811
|
\********************************************************/
|
|
1164
812
|
|
|
1165
|
-
/*!********************************************************!*\
|
|
1166
|
-
!*** ../styles/dist/element/composite/person/index.js ***!
|
|
1167
|
-
\********************************************************/
|
|
1168
|
-
|
|
1169
813
|
/*!********************************************************!*\
|
|
1170
814
|
!*** ./source/atomic/animations/brand/chevron-flow.ts ***!
|
|
1171
815
|
\********************************************************/
|
|
@@ -1182,10 +826,6 @@
|
|
|
1182
826
|
!*** ../../node_modules/postcss-nesting/dist/index.cjs ***!
|
|
1183
827
|
\*********************************************************/
|
|
1184
828
|
|
|
1185
|
-
/*!*********************************************************!*\
|
|
1186
|
-
!*** ../styles/dist/typography/font-face/interstate.js ***!
|
|
1187
|
-
\*********************************************************/
|
|
1188
|
-
|
|
1189
829
|
/*!*********************************************************!*\
|
|
1190
830
|
!*** ./source/composite/layout/sticky-columns/index.ts ***!
|
|
1191
831
|
\*********************************************************/
|
|
@@ -1206,10 +846,6 @@
|
|
|
1206
846
|
!*** ../../node_modules/postcss/lib/css-syntax-error.js ***!
|
|
1207
847
|
\**********************************************************/
|
|
1208
848
|
|
|
1209
|
-
/*!**********************************************************!*\
|
|
1210
|
-
!*** ../styles/dist/typography/font-face/crimson-pro.js ***!
|
|
1211
|
-
\**********************************************************/
|
|
1212
|
-
|
|
1213
849
|
/*!**********************************************************!*\
|
|
1214
850
|
!*** ./source/atomic/animations/brand/chevron-scroll.ts ***!
|
|
1215
851
|
\**********************************************************/
|
|
@@ -1222,26 +858,14 @@
|
|
|
1222
858
|
!*** ./source/composite/carousel/elements/full-screen.ts ***!
|
|
1223
859
|
\***********************************************************/
|
|
1224
860
|
|
|
861
|
+
/*!***********************************************************!*\
|
|
862
|
+
!*** ./source/composite/footer/assets/visual-default.jpg ***!
|
|
863
|
+
\***********************************************************/
|
|
864
|
+
|
|
1225
865
|
/*!************************************************************!*\
|
|
1226
866
|
!*** ./source/composite/navigation/elements/item/index.ts ***!
|
|
1227
867
|
\************************************************************/
|
|
1228
868
|
|
|
1229
|
-
/*!*************************************************************!*\
|
|
1230
|
-
!*** ../styles/dist/element/composite/card/overlay/icon.js ***!
|
|
1231
|
-
\*************************************************************/
|
|
1232
|
-
|
|
1233
|
-
/*!**************************************************************!*\
|
|
1234
|
-
!*** ../styles/dist/element/composite/card/overlay/color.js ***!
|
|
1235
|
-
\**************************************************************/
|
|
1236
|
-
|
|
1237
|
-
/*!**************************************************************!*\
|
|
1238
|
-
!*** ../styles/dist/element/composite/card/overlay/image.js ***!
|
|
1239
|
-
\**************************************************************/
|
|
1240
|
-
|
|
1241
|
-
/*!**************************************************************!*\
|
|
1242
|
-
!*** ../styles/dist/element/composite/card/overlay/index.js ***!
|
|
1243
|
-
\**************************************************************/
|
|
1244
|
-
|
|
1245
869
|
/*!**************************************************************!*\
|
|
1246
870
|
!*** ./source/composite/navigation/elements/drawer/index.ts ***!
|
|
1247
871
|
\**************************************************************/
|
|
@@ -1254,10 +878,6 @@
|
|
|
1254
878
|
!*** ./source/composite/navigation/elements/sticky/index.ts ***!
|
|
1255
879
|
\**************************************************************/
|
|
1256
880
|
|
|
1257
|
-
/*!***************************************************************!*\
|
|
1258
|
-
!*** ../styles/dist/typography/font-face/barlow-condensed.js ***!
|
|
1259
|
-
\***************************************************************/
|
|
1260
|
-
|
|
1261
881
|
/*!***************************************************************!*\
|
|
1262
882
|
!*** ./source/composite/navigation/elements/slider/action.ts ***!
|
|
1263
883
|
\***************************************************************/
|
|
@@ -1270,18 +890,34 @@
|
|
|
1270
890
|
!*** ../../node_modules/postcss-selector-parser/dist/index.js ***!
|
|
1271
891
|
\****************************************************************/
|
|
1272
892
|
|
|
893
|
+
/*!****************************************************************!*\
|
|
894
|
+
!*** ./source/composite/footer/elements/main-section/index.ts ***!
|
|
895
|
+
\****************************************************************/
|
|
896
|
+
|
|
1273
897
|
/*!*****************************************************************!*\
|
|
1274
898
|
!*** ../../node_modules/postcss-selector-parser/dist/parser.js ***!
|
|
1275
899
|
\*****************************************************************/
|
|
1276
900
|
|
|
901
|
+
/*!*****************************************************************!*\
|
|
902
|
+
!*** ./source/composite/footer/elements/main-section/social.ts ***!
|
|
903
|
+
\*****************************************************************/
|
|
904
|
+
|
|
1277
905
|
/*!******************************************************************!*\
|
|
1278
|
-
!***
|
|
906
|
+
!*** ./source/composite/navigation/elements/breadcrumb/index.ts ***!
|
|
1279
907
|
\******************************************************************/
|
|
1280
908
|
|
|
1281
909
|
/*!*******************************************************************!*\
|
|
1282
910
|
!*** ../../node_modules/postcss-selector-parser/dist/tokenize.js ***!
|
|
1283
911
|
\*******************************************************************/
|
|
1284
912
|
|
|
913
|
+
/*!*******************************************************************!*\
|
|
914
|
+
!*** ./source/composite/footer/elements/main-section/campaign.ts ***!
|
|
915
|
+
\*******************************************************************/
|
|
916
|
+
|
|
917
|
+
/*!*******************************************************************!*\
|
|
918
|
+
!*** ./source/composite/footer/elements/utility-section/index.ts ***!
|
|
919
|
+
\*******************************************************************/
|
|
920
|
+
|
|
1285
921
|
/*!*******************************************************************!*\
|
|
1286
922
|
!*** ./source/composite/navigation/elements/menu-button/index.ts ***!
|
|
1287
923
|
\*******************************************************************/
|
|
@@ -1326,6 +962,10 @@
|
|
|
1326
962
|
!*** ../../node_modules/postcss-selector-parser/dist/sortAscending.js ***!
|
|
1327
963
|
\************************************************************************/
|
|
1328
964
|
|
|
965
|
+
/*!************************************************************************!*\
|
|
966
|
+
!*** ./source/composite/footer/elements/main-section/row-logo/logo.ts ***!
|
|
967
|
+
\************************************************************************/
|
|
968
|
+
|
|
1329
969
|
/*!*************************************************************************!*\
|
|
1330
970
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/node.js ***!
|
|
1331
971
|
\*************************************************************************/
|
|
@@ -1334,6 +974,14 @@
|
|
|
1334
974
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/root.js ***!
|
|
1335
975
|
\*************************************************************************/
|
|
1336
976
|
|
|
977
|
+
/*!*************************************************************************!*\
|
|
978
|
+
!*** ./source/composite/footer/elements/main-section/call-to-action.ts ***!
|
|
979
|
+
\*************************************************************************/
|
|
980
|
+
|
|
981
|
+
/*!*************************************************************************!*\
|
|
982
|
+
!*** ./source/composite/footer/elements/main-section/row-logo/index.ts ***!
|
|
983
|
+
\*************************************************************************/
|
|
984
|
+
|
|
1337
985
|
/*!**************************************************************************!*\
|
|
1338
986
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/index.js ***!
|
|
1339
987
|
\**************************************************************************/
|
|
@@ -1342,6 +990,10 @@
|
|
|
1342
990
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/types.js ***!
|
|
1343
991
|
\**************************************************************************/
|
|
1344
992
|
|
|
993
|
+
/*!**************************************************************************!*\
|
|
994
|
+
!*** ./source/composite/footer/elements/main-section/row-links/index.ts ***!
|
|
995
|
+
\**************************************************************************/
|
|
996
|
+
|
|
1345
997
|
/*!***************************************************************************!*\
|
|
1346
998
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/guards.js ***!
|
|
1347
999
|
\***************************************************************************/
|
|
@@ -1354,6 +1006,10 @@
|
|
|
1354
1006
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/string.js ***!
|
|
1355
1007
|
\***************************************************************************/
|
|
1356
1008
|
|
|
1009
|
+
/*!***************************************************************************!*\
|
|
1010
|
+
!*** ./source/composite/footer/elements/main-section/row-logo/contact.ts ***!
|
|
1011
|
+
\***************************************************************************/
|
|
1012
|
+
|
|
1357
1013
|
/*!****************************************************************************!*\
|
|
1358
1014
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/comment.js ***!
|
|
1359
1015
|
\****************************************************************************/
|
|
@@ -1401,3 +1057,7 @@
|
|
|
1401
1057
|
/*!*********************************************************************************!*\
|
|
1402
1058
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/constructors.js ***!
|
|
1403
1059
|
\*********************************************************************************/
|
|
1060
|
+
|
|
1061
|
+
/*!*********************************************************************************!*\
|
|
1062
|
+
!*** ./source/composite/footer/elements/main-section/row-links/link-columns.ts ***!
|
|
1063
|
+
\*********************************************************************************/
|