@universityofmaryland/web-elements-library 1.1.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/animations/actions/index.d.ts +2 -0
- package/dist/atomic/animations/actions/index.d.ts.map +1 -0
- package/dist/atomic/animations/actions/indicator.d.ts +13 -0
- package/dist/atomic/animations/actions/indicator.d.ts.map +1 -0
- package/dist/atomic/animations/brand/chevron-flow.d.ts +14 -0
- package/dist/atomic/animations/brand/chevron-flow.d.ts.map +1 -0
- package/dist/atomic/animations/brand/chevron-scroll.d.ts +6 -0
- package/dist/atomic/animations/brand/chevron-scroll.d.ts.map +1 -0
- package/dist/atomic/animations/brand/index.d.ts +3 -0
- package/dist/atomic/animations/brand/index.d.ts.map +1 -0
- package/dist/atomic/animations/index.d.ts +3 -0
- package/dist/atomic/animations/index.d.ts.map +1 -0
- package/dist/atomic/buttons/fullscreen.d.ts.map +1 -1
- package/dist/atomic/index.d.ts +2 -0
- package/dist/atomic/index.d.ts.map +1 -1
- package/dist/atomic/layout/index.d.ts +2 -0
- package/dist/atomic/layout/index.d.ts.map +1 -0
- package/dist/atomic/layout/overlay/index.d.ts +2 -0
- package/dist/atomic/layout/overlay/index.d.ts.map +1 -0
- package/dist/{layout → atomic/layout/overlay}/modal.d.ts +2 -2
- package/dist/atomic/layout/overlay/modal.d.ts.map +1 -0
- package/dist/atomic/text-lockup/contact.d.ts +14 -0
- package/dist/atomic/text-lockup/contact.d.ts.map +1 -0
- package/dist/atomic/text-lockup/index.d.ts +2 -0
- package/dist/atomic/text-lockup/index.d.ts.map +1 -1
- package/dist/atomic/text-lockup/person.d.ts +14 -0
- package/dist/atomic/text-lockup/person.d.ts.map +1 -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/{macros/animations/carousel-blocks.d.ts → composite/carousel/elements/blocks.d.ts} +1 -1
- package/dist/composite/carousel/elements/blocks.d.ts.map +1 -0
- package/dist/composite/carousel/elements/full-screen.d.ts +14 -0
- package/dist/composite/carousel/elements/full-screen.d.ts.map +1 -0
- package/dist/composite/carousel/elements/image.d.ts +18 -0
- package/dist/composite/carousel/elements/image.d.ts.map +1 -0
- package/dist/composite/carousel/elements/index.d.ts +5 -0
- package/dist/composite/carousel/elements/index.d.ts.map +1 -0
- package/dist/composite/carousel/elements/overlay.d.ts +11 -0
- package/dist/composite/carousel/elements/overlay.d.ts.map +1 -0
- package/dist/composite/carousel/image/multiple.d.ts +5 -7
- package/dist/composite/carousel/image/multiple.d.ts.map +1 -1
- package/dist/composite/carousel/image/standard.d.ts +5 -7
- package/dist/composite/carousel/image/standard.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/brand/video.d.ts.map +1 -1
- 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/person/_types.d.ts +29 -0
- package/dist/composite/person/_types.d.ts.map +1 -0
- package/dist/composite/person/bio/full.d.ts +2 -6
- package/dist/composite/person/bio/full.d.ts.map +1 -1
- package/dist/composite/person/bio/small.d.ts +2 -6
- package/dist/composite/person/bio/small.d.ts.map +1 -1
- package/dist/composite/person/block.d.ts +4 -6
- package/dist/composite/person/block.d.ts.map +1 -1
- package/dist/composite/person/hero.d.ts +13 -10
- package/dist/composite/person/hero.d.ts.map +1 -1
- package/dist/composite/person/index.d.ts +0 -1
- package/dist/composite/person/index.d.ts.map +1 -1
- package/dist/composite/person/list.d.ts +4 -6
- package/dist/composite/person/list.d.ts.map +1 -1
- package/dist/composite/person/tabular.d.ts +4 -6
- package/dist/composite/person/tabular.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.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +94 -410
- package/dist/layout/index.d.ts +0 -2
- package/dist/layout/index.d.ts.map +1 -1
- package/dist/model/elements/actions.d.ts +10 -0
- package/dist/model/elements/actions.d.ts.map +1 -1
- package/dist/model/elements/composite/card/block.d.ts +37 -1
- package/dist/model/elements/composite/card/block.d.ts.map +1 -1
- package/dist/model/elements/composite/card/list.d.ts +24 -2
- package/dist/model/elements/composite/card/list.d.ts.map +1 -1
- package/dist/model/elements/composite/index.d.ts +1 -0
- package/dist/model/elements/composite/index.d.ts.map +1 -1
- package/dist/model/elements/composite/person/bio.d.ts +8 -0
- package/dist/model/elements/composite/person/bio.d.ts.map +1 -0
- package/dist/model/elements/composite/person/index.d.ts +2 -0
- package/dist/model/elements/composite/person/index.d.ts.map +1 -0
- package/dist/model/elements/headline.d.ts +5 -0
- package/dist/model/elements/headline.d.ts.map +1 -1
- package/dist/model/elements/index.d.ts +10 -0
- package/dist/model/elements/index.d.ts.map +1 -1
- package/dist/model/elements/layout.d.ts +10 -0
- package/dist/model/elements/layout.d.ts.map +1 -1
- package/dist/model/elements/text.d.ts +10 -0
- package/dist/model/elements/text.d.ts.map +1 -1
- package/dist/model/modifiers/_types.d.ts +1 -0
- package/dist/model/modifiers/_types.d.ts.map +1 -1
- package/dist/model/modifiers/index.d.ts.map +1 -1
- package/dist/model/modifiers/style.d.ts +3 -1
- package/dist/model/modifiers/style.d.ts.map +1 -1
- package/dist/utilities/assets/logos.d.ts +1 -1
- package/dist/utilities/assets/logos.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/index.d.ts +0 -33
- package/dist/composite/person/elements/index.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/list.d.ts +0 -16
- package/dist/layout/list.d.ts.map +0 -1
- package/dist/layout/modal.d.ts.map +0 -1
- 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,18 +14,10 @@
|
|
|
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
|
\*******************************/
|
|
24
20
|
|
|
25
|
-
/*!*******************************!*\
|
|
26
|
-
!*** ./source/layout/list.ts ***!
|
|
27
|
-
\*******************************/
|
|
28
|
-
|
|
29
21
|
/*!*******************************!*\
|
|
30
22
|
!*** ./source/model/index.ts ***!
|
|
31
23
|
\*******************************/
|
|
@@ -46,14 +38,6 @@
|
|
|
46
38
|
!*** ./source/layout/index.ts ***!
|
|
47
39
|
\********************************/
|
|
48
40
|
|
|
49
|
-
/*!********************************!*\
|
|
50
|
-
!*** ./source/layout/modal.ts ***!
|
|
51
|
-
\********************************/
|
|
52
|
-
|
|
53
|
-
/*!********************************!*\
|
|
54
|
-
!*** ./source/macros/index.ts ***!
|
|
55
|
-
\********************************/
|
|
56
|
-
|
|
57
41
|
/*!**********************************!*\
|
|
58
42
|
!*** ./source/utilities/date.ts ***!
|
|
59
43
|
\**********************************/
|
|
@@ -66,34 +50,6 @@
|
|
|
66
50
|
!*** ./source/utilities/index.ts ***!
|
|
67
51
|
\***********************************/
|
|
68
52
|
|
|
69
|
-
/*!************************************!*\
|
|
70
|
-
!*** ../styles/dist/token/font.js ***!
|
|
71
|
-
\************************************/
|
|
72
|
-
|
|
73
|
-
/*!*************************************!*\
|
|
74
|
-
!*** ../styles/dist/token/color.js ***!
|
|
75
|
-
\*************************************/
|
|
76
|
-
|
|
77
|
-
/*!*************************************!*\
|
|
78
|
-
!*** ../styles/dist/token/index.js ***!
|
|
79
|
-
\*************************************/
|
|
80
|
-
|
|
81
|
-
/*!*************************************!*\
|
|
82
|
-
!*** ../styles/dist/token/media.js ***!
|
|
83
|
-
\*************************************/
|
|
84
|
-
|
|
85
|
-
/*!**************************************!*\
|
|
86
|
-
!*** ../styles/dist/element/form.js ***!
|
|
87
|
-
\**************************************/
|
|
88
|
-
|
|
89
|
-
/*!**************************************!*\
|
|
90
|
-
!*** ../styles/dist/element/list.js ***!
|
|
91
|
-
\**************************************/
|
|
92
|
-
|
|
93
|
-
/*!**************************************!*\
|
|
94
|
-
!*** ../styles/dist/layout/index.js ***!
|
|
95
|
-
\**************************************/
|
|
96
|
-
|
|
97
53
|
/*!**************************************!*\
|
|
98
54
|
!*** ./source/atomic/events/meta.ts ***!
|
|
99
55
|
\**************************************/
|
|
@@ -106,22 +62,6 @@
|
|
|
106
62
|
!*** ./terminal-highlight (ignored) ***!
|
|
107
63
|
\**************************************/
|
|
108
64
|
|
|
109
|
-
/*!***************************************!*\
|
|
110
|
-
!*** ../styles/dist/element/embed.js ***!
|
|
111
|
-
\***************************************/
|
|
112
|
-
|
|
113
|
-
/*!***************************************!*\
|
|
114
|
-
!*** ../styles/dist/element/index.js ***!
|
|
115
|
-
\***************************************/
|
|
116
|
-
|
|
117
|
-
/*!***************************************!*\
|
|
118
|
-
!*** ../styles/dist/element/table.js ***!
|
|
119
|
-
\***************************************/
|
|
120
|
-
|
|
121
|
-
/*!***************************************!*\
|
|
122
|
-
!*** ../styles/dist/token/spacing.js ***!
|
|
123
|
-
\***************************************/
|
|
124
|
-
|
|
125
65
|
/*!***************************************!*\
|
|
126
66
|
!*** ./source/atomic/actions/icon.ts ***!
|
|
127
67
|
\***************************************/
|
|
@@ -138,6 +78,10 @@
|
|
|
138
78
|
!*** ./source/atomic/events/index.ts ***!
|
|
139
79
|
\***************************************/
|
|
140
80
|
|
|
81
|
+
/*!***************************************!*\
|
|
82
|
+
!*** ./source/atomic/layout/index.ts ***!
|
|
83
|
+
\***************************************/
|
|
84
|
+
|
|
141
85
|
/*!***************************************!*\
|
|
142
86
|
!*** ./source/composite/card/list.ts ***!
|
|
143
87
|
\***************************************/
|
|
@@ -150,14 +94,6 @@
|
|
|
150
94
|
!*** ./source/model/elements/text.ts ***!
|
|
151
95
|
\***************************************/
|
|
152
96
|
|
|
153
|
-
/*!****************************************!*\
|
|
154
|
-
!*** ../styles/dist/animation/line.js ***!
|
|
155
|
-
\****************************************/
|
|
156
|
-
|
|
157
|
-
/*!****************************************!*\
|
|
158
|
-
!*** ../styles/dist/web-components.js ***!
|
|
159
|
-
\****************************************/
|
|
160
|
-
|
|
161
97
|
/*!****************************************!*\
|
|
162
98
|
!*** ./source/atomic/actions/index.ts ***!
|
|
163
99
|
\****************************************/
|
|
@@ -206,22 +142,6 @@
|
|
|
206
142
|
!*** ./source/utilities/markup/get.ts ***!
|
|
207
143
|
\****************************************/
|
|
208
144
|
|
|
209
|
-
/*!*****************************************!*\
|
|
210
|
-
!*** ../styles/dist/animation/index.js ***!
|
|
211
|
-
\*****************************************/
|
|
212
|
-
|
|
213
|
-
/*!*****************************************!*\
|
|
214
|
-
!*** ../styles/dist/layout/grid/gap.js ***!
|
|
215
|
-
\*****************************************/
|
|
216
|
-
|
|
217
|
-
/*!*****************************************!*\
|
|
218
|
-
!*** ../styles/dist/typography/sans.js ***!
|
|
219
|
-
\*****************************************/
|
|
220
|
-
|
|
221
|
-
/*!*****************************************!*\
|
|
222
|
-
!*** ../styles/dist/utilities/index.js ***!
|
|
223
|
-
\*****************************************/
|
|
224
|
-
|
|
225
145
|
/*!*****************************************!*\
|
|
226
146
|
!*** ./source/composite/alert/index.ts ***!
|
|
227
147
|
\*****************************************/
|
|
@@ -263,35 +183,15 @@
|
|
|
263
183
|
\*****************************************/
|
|
264
184
|
|
|
265
185
|
/*!******************************************!*\
|
|
266
|
-
!***
|
|
267
|
-
\******************************************/
|
|
268
|
-
|
|
269
|
-
/*!******************************************!*\
|
|
270
|
-
!*** ../styles/dist/layout/grid/base.js ***!
|
|
271
|
-
\******************************************/
|
|
272
|
-
|
|
273
|
-
/*!******************************************!*\
|
|
274
|
-
!*** ../styles/dist/typography/index.js ***!
|
|
275
|
-
\******************************************/
|
|
276
|
-
|
|
277
|
-
/*!******************************************!*\
|
|
278
|
-
!*** ../styles/dist/typography/serif.js ***!
|
|
279
|
-
\******************************************/
|
|
280
|
-
|
|
281
|
-
/*!******************************************!*\
|
|
282
|
-
!*** ../styles/dist/typography/stats.js ***!
|
|
283
|
-
\******************************************/
|
|
284
|
-
|
|
285
|
-
/*!******************************************!*\
|
|
286
|
-
!*** ../styles/dist/utilities/create.js ***!
|
|
186
|
+
!*** ./source/composite/banner/index.ts ***!
|
|
287
187
|
\******************************************/
|
|
288
188
|
|
|
289
189
|
/*!******************************************!*\
|
|
290
|
-
!*** ./source/composite/banner/
|
|
190
|
+
!*** ./source/composite/banner/promo.ts ***!
|
|
291
191
|
\******************************************/
|
|
292
192
|
|
|
293
193
|
/*!******************************************!*\
|
|
294
|
-
!*** ./source/composite/
|
|
194
|
+
!*** ./source/composite/footer/index.ts ***!
|
|
295
195
|
\******************************************/
|
|
296
196
|
|
|
297
197
|
/*!******************************************!*\
|
|
@@ -371,35 +271,7 @@
|
|
|
371
271
|
\*******************************************/
|
|
372
272
|
|
|
373
273
|
/*!*******************************************!*\
|
|
374
|
-
!***
|
|
375
|
-
\*******************************************/
|
|
376
|
-
|
|
377
|
-
/*!*******************************************!*\
|
|
378
|
-
!*** ../styles/dist/element/field/set.js ***!
|
|
379
|
-
\*******************************************/
|
|
380
|
-
|
|
381
|
-
/*!*******************************************!*\
|
|
382
|
-
!*** ../styles/dist/element/text/code.js ***!
|
|
383
|
-
\*******************************************/
|
|
384
|
-
|
|
385
|
-
/*!*******************************************!*\
|
|
386
|
-
!*** ../styles/dist/element/text/line.js ***!
|
|
387
|
-
\*******************************************/
|
|
388
|
-
|
|
389
|
-
/*!*******************************************!*\
|
|
390
|
-
!*** ../styles/dist/element/text/link.js ***!
|
|
391
|
-
\*******************************************/
|
|
392
|
-
|
|
393
|
-
/*!*******************************************!*\
|
|
394
|
-
!*** ../styles/dist/element/text/rich.js ***!
|
|
395
|
-
\*******************************************/
|
|
396
|
-
|
|
397
|
-
/*!*******************************************!*\
|
|
398
|
-
!*** ../styles/dist/layout/grid/child.js ***!
|
|
399
|
-
\*******************************************/
|
|
400
|
-
|
|
401
|
-
/*!*******************************************!*\
|
|
402
|
-
!*** ../styles/dist/layout/grid/index.js ***!
|
|
274
|
+
!*** ./source/atomic/animations/index.ts ***!
|
|
403
275
|
\*******************************************/
|
|
404
276
|
|
|
405
277
|
/*!*******************************************!*\
|
|
@@ -426,10 +298,6 @@
|
|
|
426
298
|
!*** ./source/composite/tabs/standard.ts ***!
|
|
427
299
|
\*******************************************/
|
|
428
300
|
|
|
429
|
-
/*!*******************************************!*\
|
|
430
|
-
!*** ./source/layout/carousel-overlay.ts ***!
|
|
431
|
-
\*******************************************/
|
|
432
|
-
|
|
433
301
|
/*!*******************************************!*\
|
|
434
302
|
!*** ./source/model/elements/headline.ts ***!
|
|
435
303
|
\*******************************************/
|
|
@@ -467,63 +335,27 @@
|
|
|
467
335
|
\*******************************************/
|
|
468
336
|
|
|
469
337
|
/*!********************************************!*\
|
|
470
|
-
!***
|
|
471
|
-
\********************************************/
|
|
472
|
-
|
|
473
|
-
/*!********************************************!*\
|
|
474
|
-
!*** ../styles/dist/element/event/meta.js ***!
|
|
475
|
-
\********************************************/
|
|
476
|
-
|
|
477
|
-
/*!********************************************!*\
|
|
478
|
-
!*** ../styles/dist/element/event/sign.js ***!
|
|
479
|
-
\********************************************/
|
|
480
|
-
|
|
481
|
-
/*!********************************************!*\
|
|
482
|
-
!*** ../styles/dist/element/field/file.js ***!
|
|
483
|
-
\********************************************/
|
|
484
|
-
|
|
485
|
-
/*!********************************************!*\
|
|
486
|
-
!*** ../styles/dist/element/text/index.js ***!
|
|
487
|
-
\********************************************/
|
|
488
|
-
|
|
489
|
-
/*!********************************************!*\
|
|
490
|
-
!*** ../styles/dist/element/text/label.js ***!
|
|
491
|
-
\********************************************/
|
|
492
|
-
|
|
493
|
-
/*!********************************************!*\
|
|
494
|
-
!*** ../styles/dist/element/text/quote.js ***!
|
|
495
|
-
\********************************************/
|
|
496
|
-
|
|
497
|
-
/*!********************************************!*\
|
|
498
|
-
!*** ../styles/dist/layout/grid/border.js ***!
|
|
499
|
-
\********************************************/
|
|
500
|
-
|
|
501
|
-
/*!********************************************!*\
|
|
502
|
-
!*** ../styles/dist/layout/grid/inline.js ***!
|
|
503
|
-
\********************************************/
|
|
504
|
-
|
|
505
|
-
/*!********************************************!*\
|
|
506
|
-
!*** ../styles/dist/layout/grid/offset.js ***!
|
|
338
|
+
!*** ./source/atomic/text-lockup/index.ts ***!
|
|
507
339
|
\********************************************/
|
|
508
340
|
|
|
509
341
|
/*!********************************************!*\
|
|
510
|
-
!***
|
|
342
|
+
!*** ./source/atomic/text-lockup/small.ts ***!
|
|
511
343
|
\********************************************/
|
|
512
344
|
|
|
513
345
|
/*!********************************************!*\
|
|
514
|
-
!*** ./source/
|
|
346
|
+
!*** ./source/composite/accordion/item.ts ***!
|
|
515
347
|
\********************************************/
|
|
516
348
|
|
|
517
349
|
/*!********************************************!*\
|
|
518
|
-
!*** ./source/
|
|
350
|
+
!*** ./source/composite/carousel/index.ts ***!
|
|
519
351
|
\********************************************/
|
|
520
352
|
|
|
521
353
|
/*!********************************************!*\
|
|
522
|
-
!*** ./source/composite/
|
|
354
|
+
!*** ./source/composite/footer/globals.ts ***!
|
|
523
355
|
\********************************************/
|
|
524
356
|
|
|
525
357
|
/*!********************************************!*\
|
|
526
|
-
!*** ./source/composite/
|
|
358
|
+
!*** ./source/composite/footer/options.ts ***!
|
|
527
359
|
\********************************************/
|
|
528
360
|
|
|
529
361
|
/*!********************************************!*\
|
|
@@ -542,10 +374,6 @@
|
|
|
542
374
|
!*** ./source/composite/social/sharing.ts ***!
|
|
543
375
|
\********************************************/
|
|
544
376
|
|
|
545
|
-
/*!********************************************!*\
|
|
546
|
-
!*** ./source/macros/text-lockup/small.ts ***!
|
|
547
|
-
\********************************************/
|
|
548
|
-
|
|
549
377
|
/*!********************************************!*\
|
|
550
378
|
!*** ./source/model/elements/rich-text.ts ***!
|
|
551
379
|
\********************************************/
|
|
@@ -555,55 +383,15 @@
|
|
|
555
383
|
\*********************************************/
|
|
556
384
|
|
|
557
385
|
/*!*********************************************!*\
|
|
558
|
-
!***
|
|
559
|
-
\*********************************************/
|
|
560
|
-
|
|
561
|
-
/*!*********************************************!*\
|
|
562
|
-
!*** ../styles/dist/element/asset/image.js ***!
|
|
563
|
-
\*********************************************/
|
|
564
|
-
|
|
565
|
-
/*!*********************************************!*\
|
|
566
|
-
!*** ../styles/dist/element/asset/index.js ***!
|
|
567
|
-
\*********************************************/
|
|
568
|
-
|
|
569
|
-
/*!*********************************************!*\
|
|
570
|
-
!*** ../styles/dist/element/event/index.js ***!
|
|
571
|
-
\*********************************************/
|
|
572
|
-
|
|
573
|
-
/*!*********************************************!*\
|
|
574
|
-
!*** ../styles/dist/element/field/_base.js ***!
|
|
575
|
-
\*********************************************/
|
|
576
|
-
|
|
577
|
-
/*!*********************************************!*\
|
|
578
|
-
!*** ../styles/dist/element/field/index.js ***!
|
|
579
|
-
\*********************************************/
|
|
580
|
-
|
|
581
|
-
/*!*********************************************!*\
|
|
582
|
-
!*** ../styles/dist/element/field/input.js ***!
|
|
583
|
-
\*********************************************/
|
|
584
|
-
|
|
585
|
-
/*!*********************************************!*\
|
|
586
|
-
!*** ../styles/dist/element/field/radio.js ***!
|
|
587
|
-
\*********************************************/
|
|
588
|
-
|
|
589
|
-
/*!*********************************************!*\
|
|
590
|
-
!*** ../styles/dist/typography/campaign.js ***!
|
|
591
|
-
\*********************************************/
|
|
592
|
-
|
|
593
|
-
/*!*********************************************!*\
|
|
594
|
-
!*** ../styles/dist/typography/elements.js ***!
|
|
595
|
-
\*********************************************/
|
|
596
|
-
|
|
597
|
-
/*!*********************************************!*\
|
|
598
|
-
!*** ../styles/dist/utilities/transform.js ***!
|
|
386
|
+
!*** ./source/atomic/assets/image/index.ts ***!
|
|
599
387
|
\*********************************************/
|
|
600
388
|
|
|
601
389
|
/*!*********************************************!*\
|
|
602
|
-
!*** ./source/atomic/
|
|
390
|
+
!*** ./source/atomic/buttons/fullscreen.ts ***!
|
|
603
391
|
\*********************************************/
|
|
604
392
|
|
|
605
393
|
/*!*********************************************!*\
|
|
606
|
-
!*** ./source/atomic/
|
|
394
|
+
!*** ./source/atomic/text-lockup/person.ts ***!
|
|
607
395
|
\*********************************************/
|
|
608
396
|
|
|
609
397
|
/*!*********************************************!*\
|
|
@@ -651,43 +439,11 @@
|
|
|
651
439
|
\**********************************************/
|
|
652
440
|
|
|
653
441
|
/*!**********************************************!*\
|
|
654
|
-
!***
|
|
655
|
-
\**********************************************/
|
|
656
|
-
|
|
657
|
-
/*!**********************************************!*\
|
|
658
|
-
!*** ../styles/dist/element/action/_base.js ***!
|
|
659
|
-
\**********************************************/
|
|
660
|
-
|
|
661
|
-
/*!**********************************************!*\
|
|
662
|
-
!*** ../styles/dist/element/action/index.js ***!
|
|
663
|
-
\**********************************************/
|
|
664
|
-
|
|
665
|
-
/*!**********************************************!*\
|
|
666
|
-
!*** ../styles/dist/element/field/_state.js ***!
|
|
667
|
-
\**********************************************/
|
|
668
|
-
|
|
669
|
-
/*!**********************************************!*\
|
|
670
|
-
!*** ../styles/dist/element/field/select.js ***!
|
|
671
|
-
\**********************************************/
|
|
672
|
-
|
|
673
|
-
/*!**********************************************!*\
|
|
674
|
-
!*** ../styles/dist/element/text/caption.js ***!
|
|
675
|
-
\**********************************************/
|
|
676
|
-
|
|
677
|
-
/*!**********************************************!*\
|
|
678
|
-
!*** ../styles/dist/element/text/cluster.js ***!
|
|
679
|
-
\**********************************************/
|
|
680
|
-
|
|
681
|
-
/*!**********************************************!*\
|
|
682
|
-
!*** ../styles/dist/layout/grid/masonary.js ***!
|
|
683
|
-
\**********************************************/
|
|
684
|
-
|
|
685
|
-
/*!**********************************************!*\
|
|
686
|
-
!*** ../styles/dist/layout/space/columns.js ***!
|
|
442
|
+
!*** ./source/atomic/buttons/video-state.ts ***!
|
|
687
443
|
\**********************************************/
|
|
688
444
|
|
|
689
445
|
/*!**********************************************!*\
|
|
690
|
-
!*** ./source/atomic/
|
|
446
|
+
!*** ./source/atomic/text-lockup/contact.ts ***!
|
|
691
447
|
\**********************************************/
|
|
692
448
|
|
|
693
449
|
/*!**********************************************!*\
|
|
@@ -731,15 +487,11 @@
|
|
|
731
487
|
\***********************************************/
|
|
732
488
|
|
|
733
489
|
/*!***********************************************!*\
|
|
734
|
-
!***
|
|
735
|
-
\***********************************************/
|
|
736
|
-
|
|
737
|
-
/*!***********************************************!*\
|
|
738
|
-
!*** ../styles/dist/layout/background/box.js ***!
|
|
490
|
+
!*** ./source/atomic/layout/overlay/index.ts ***!
|
|
739
491
|
\***********************************************/
|
|
740
492
|
|
|
741
493
|
/*!***********************************************!*\
|
|
742
|
-
!***
|
|
494
|
+
!*** ./source/atomic/layout/overlay/modal.ts ***!
|
|
743
495
|
\***********************************************/
|
|
744
496
|
|
|
745
497
|
/*!***********************************************!*\
|
|
@@ -754,14 +506,6 @@
|
|
|
754
506
|
!*** ./source/composite/pathway/highlight.ts ***!
|
|
755
507
|
\***********************************************/
|
|
756
508
|
|
|
757
|
-
/*!***********************************************!*\
|
|
758
|
-
!*** ./source/layout/carousel-full-screen.ts ***!
|
|
759
|
-
\***********************************************/
|
|
760
|
-
|
|
761
|
-
/*!***********************************************!*\
|
|
762
|
-
!*** ./source/macros/animations/indicator.ts ***!
|
|
763
|
-
\***********************************************/
|
|
764
|
-
|
|
765
509
|
/*!***********************************************!*\
|
|
766
510
|
!*** ./source/utilities/performance/index.ts ***!
|
|
767
511
|
\***********************************************/
|
|
@@ -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
|
\************************************************/
|
|
@@ -855,27 +567,7 @@
|
|
|
855
567
|
\*************************************************/
|
|
856
568
|
|
|
857
569
|
/*!*************************************************!*\
|
|
858
|
-
!***
|
|
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 ***!
|
|
570
|
+
!*** ./source/atomic/animations/brand/index.ts ***!
|
|
879
571
|
\*************************************************/
|
|
880
572
|
|
|
881
573
|
/*!*************************************************!*\
|
|
@@ -922,10 +614,6 @@
|
|
|
922
614
|
!*** ../../node_modules/postcss/lib/tokenize.js ***!
|
|
923
615
|
\**************************************************/
|
|
924
616
|
|
|
925
|
-
/*!**************************************************!*\
|
|
926
|
-
!*** ../styles/dist/element/action/secondary.js ***!
|
|
927
|
-
\**************************************************/
|
|
928
|
-
|
|
929
617
|
/*!**************************************************!*\
|
|
930
618
|
!*** ./source/atomic/assets/image/background.ts ***!
|
|
931
619
|
\**************************************************/
|
|
@@ -946,10 +634,6 @@
|
|
|
946
634
|
!*** ./source/composite/media/inline/wrapped.ts ***!
|
|
947
635
|
\**************************************************/
|
|
948
636
|
|
|
949
|
-
/*!**************************************************!*\
|
|
950
|
-
!*** ./source/composite/person/elements/text.ts ***!
|
|
951
|
-
\**************************************************/
|
|
952
|
-
|
|
953
637
|
/*!**************************************************!*\
|
|
954
638
|
!*** ./source/composite/quote/elements/image.ts ***!
|
|
955
639
|
\**************************************************/
|
|
@@ -979,11 +663,7 @@
|
|
|
979
663
|
\***************************************************/
|
|
980
664
|
|
|
981
665
|
/*!***************************************************!*\
|
|
982
|
-
!***
|
|
983
|
-
\***************************************************/
|
|
984
|
-
|
|
985
|
-
/*!***************************************************!*\
|
|
986
|
-
!*** ../styles/dist/layout/background/quarter.js ***!
|
|
666
|
+
!*** ./source/atomic/animations/actions/index.ts ***!
|
|
987
667
|
\***************************************************/
|
|
988
668
|
|
|
989
669
|
/*!***************************************************!*\
|
|
@@ -994,18 +674,6 @@
|
|
|
994
674
|
!*** ./source/composite/pathway/elements/text.ts ***!
|
|
995
675
|
\***************************************************/
|
|
996
676
|
|
|
997
|
-
/*!***************************************************!*\
|
|
998
|
-
!*** ./source/composite/person/elements/image.ts ***!
|
|
999
|
-
\***************************************************/
|
|
1000
|
-
|
|
1001
|
-
/*!***************************************************!*\
|
|
1002
|
-
!*** ./source/composite/person/elements/index.ts ***!
|
|
1003
|
-
\***************************************************/
|
|
1004
|
-
|
|
1005
|
-
/*!***************************************************!*\
|
|
1006
|
-
!*** ./source/macros/animations/overlay-brand.ts ***!
|
|
1007
|
-
\***************************************************/
|
|
1008
|
-
|
|
1009
677
|
/*!****************************************************!*\
|
|
1010
678
|
!*** ../../node_modules/postcss-js/objectifier.js ***!
|
|
1011
679
|
\****************************************************/
|
|
@@ -1014,10 +682,6 @@
|
|
|
1014
682
|
!*** ../../node_modules/util-deprecate/browser.js ***!
|
|
1015
683
|
\****************************************************/
|
|
1016
684
|
|
|
1017
|
-
/*!****************************************************!*\
|
|
1018
|
-
!*** ../styles/dist/typography/font-face/index.js ***!
|
|
1019
|
-
\****************************************************/
|
|
1020
|
-
|
|
1021
685
|
/*!****************************************************!*\
|
|
1022
686
|
!*** ./source/atomic/text-lockup/small-scaling.ts ***!
|
|
1023
687
|
\****************************************************/
|
|
@@ -1038,10 +702,6 @@
|
|
|
1038
702
|
!*** ./source/composite/pathway/elements/index.ts ***!
|
|
1039
703
|
\****************************************************/
|
|
1040
704
|
|
|
1041
|
-
/*!****************************************************!*\
|
|
1042
|
-
!*** ./source/macros/animations/carousel-image.ts ***!
|
|
1043
|
-
\****************************************************/
|
|
1044
|
-
|
|
1045
705
|
/*!*****************************************************!*\
|
|
1046
706
|
!*** ../../node_modules/camelcase-css/index-es5.js ***!
|
|
1047
707
|
\*****************************************************/
|
|
@@ -1059,15 +719,11 @@
|
|
|
1059
719
|
\*****************************************************/
|
|
1060
720
|
|
|
1061
721
|
/*!*****************************************************!*\
|
|
1062
|
-
!***
|
|
1063
|
-
\*****************************************************/
|
|
1064
|
-
|
|
1065
|
-
/*!*****************************************************!*\
|
|
1066
|
-
!*** ../styles/dist/element/composite/card/list.js ***!
|
|
722
|
+
!*** ./source/composite/carousel/elements/image.ts ***!
|
|
1067
723
|
\*****************************************************/
|
|
1068
724
|
|
|
1069
725
|
/*!*****************************************************!*\
|
|
1070
|
-
!***
|
|
726
|
+
!*** ./source/composite/carousel/elements/index.ts ***!
|
|
1071
727
|
\*****************************************************/
|
|
1072
728
|
|
|
1073
729
|
/*!*****************************************************!*\
|
|
@@ -1082,14 +738,6 @@
|
|
|
1082
738
|
!*** ./source/composite/layout/scroll-top/index.ts ***!
|
|
1083
739
|
\*****************************************************/
|
|
1084
740
|
|
|
1085
|
-
/*!*****************************************************!*\
|
|
1086
|
-
!*** ./source/composite/person/elements/contact.ts ***!
|
|
1087
|
-
\*****************************************************/
|
|
1088
|
-
|
|
1089
|
-
/*!*****************************************************!*\
|
|
1090
|
-
!*** ./source/macros/animations/carousel-blocks.ts ***!
|
|
1091
|
-
\*****************************************************/
|
|
1092
|
-
|
|
1093
741
|
/*!******************************************************!*\
|
|
1094
742
|
!*** ../../node_modules/nanoid/non-secure/index.cjs ***!
|
|
1095
743
|
\******************************************************/
|
|
@@ -1099,11 +747,7 @@
|
|
|
1099
747
|
\******************************************************/
|
|
1100
748
|
|
|
1101
749
|
/*!******************************************************!*\
|
|
1102
|
-
!***
|
|
1103
|
-
\******************************************************/
|
|
1104
|
-
|
|
1105
|
-
/*!******************************************************!*\
|
|
1106
|
-
!*** ../styles/dist/element/composite/card/index.js ***!
|
|
750
|
+
!*** ./source/composite/carousel/elements/blocks.ts ***!
|
|
1107
751
|
\******************************************************/
|
|
1108
752
|
|
|
1109
753
|
/*!******************************************************!*\
|
|
@@ -1130,6 +774,14 @@
|
|
|
1130
774
|
!*** ../../node_modules/postcss/lib/map-generator.js ***!
|
|
1131
775
|
\*******************************************************/
|
|
1132
776
|
|
|
777
|
+
/*!*******************************************************!*\
|
|
778
|
+
!*** ./source/atomic/animations/actions/indicator.ts ***!
|
|
779
|
+
\*******************************************************/
|
|
780
|
+
|
|
781
|
+
/*!*******************************************************!*\
|
|
782
|
+
!*** ./source/composite/carousel/elements/overlay.ts ***!
|
|
783
|
+
\*******************************************************/
|
|
784
|
+
|
|
1133
785
|
/*!*******************************************************!*\
|
|
1134
786
|
!*** ./source/composite/layout/section-intro/wide.ts ***!
|
|
1135
787
|
\*******************************************************/
|
|
@@ -1150,10 +802,18 @@
|
|
|
1150
802
|
!*** ./source/model/elements/composite/card/index.ts ***!
|
|
1151
803
|
\*******************************************************/
|
|
1152
804
|
|
|
805
|
+
/*!*******************************************************!*\
|
|
806
|
+
!*** ./source/model/elements/composite/person/bio.ts ***!
|
|
807
|
+
\*******************************************************/
|
|
808
|
+
|
|
1153
809
|
/*!********************************************************!*\
|
|
1154
810
|
!*** ../../node_modules/postcss/lib/no-work-result.js ***!
|
|
1155
811
|
\********************************************************/
|
|
1156
812
|
|
|
813
|
+
/*!********************************************************!*\
|
|
814
|
+
!*** ./source/atomic/animations/brand/chevron-flow.ts ***!
|
|
815
|
+
\********************************************************/
|
|
816
|
+
|
|
1157
817
|
/*!********************************************************!*\
|
|
1158
818
|
!*** ./source/composite/layout/section-intro/index.ts ***!
|
|
1159
819
|
\********************************************************/
|
|
@@ -1166,10 +826,6 @@
|
|
|
1166
826
|
!*** ../../node_modules/postcss-nesting/dist/index.cjs ***!
|
|
1167
827
|
\*********************************************************/
|
|
1168
828
|
|
|
1169
|
-
/*!*********************************************************!*\
|
|
1170
|
-
!*** ../styles/dist/typography/font-face/interstate.js ***!
|
|
1171
|
-
\*********************************************************/
|
|
1172
|
-
|
|
1173
829
|
/*!*********************************************************!*\
|
|
1174
830
|
!*** ./source/composite/layout/sticky-columns/index.ts ***!
|
|
1175
831
|
\*********************************************************/
|
|
@@ -1179,11 +835,11 @@
|
|
|
1179
835
|
\*********************************************************/
|
|
1180
836
|
|
|
1181
837
|
/*!*********************************************************!*\
|
|
1182
|
-
!*** ./source/
|
|
838
|
+
!*** ./source/model/elements/composite/card/overlay.ts ***!
|
|
1183
839
|
\*********************************************************/
|
|
1184
840
|
|
|
1185
841
|
/*!*********************************************************!*\
|
|
1186
|
-
!*** ./source/model/elements/composite/
|
|
842
|
+
!*** ./source/model/elements/composite/person/index.ts ***!
|
|
1187
843
|
\*********************************************************/
|
|
1188
844
|
|
|
1189
845
|
/*!**********************************************************!*\
|
|
@@ -1191,33 +847,25 @@
|
|
|
1191
847
|
\**********************************************************/
|
|
1192
848
|
|
|
1193
849
|
/*!**********************************************************!*\
|
|
1194
|
-
!***
|
|
850
|
+
!*** ./source/atomic/animations/brand/chevron-scroll.ts ***!
|
|
1195
851
|
\**********************************************************/
|
|
1196
852
|
|
|
1197
853
|
/*!***********************************************************!*\
|
|
1198
854
|
!*** ../../node_modules/picocolors/picocolors.browser.js ***!
|
|
1199
855
|
\***********************************************************/
|
|
1200
856
|
|
|
857
|
+
/*!***********************************************************!*\
|
|
858
|
+
!*** ./source/composite/carousel/elements/full-screen.ts ***!
|
|
859
|
+
\***********************************************************/
|
|
860
|
+
|
|
861
|
+
/*!***********************************************************!*\
|
|
862
|
+
!*** ./source/composite/footer/assets/visual-default.jpg ***!
|
|
863
|
+
\***********************************************************/
|
|
864
|
+
|
|
1201
865
|
/*!************************************************************!*\
|
|
1202
866
|
!*** ./source/composite/navigation/elements/item/index.ts ***!
|
|
1203
867
|
\************************************************************/
|
|
1204
868
|
|
|
1205
|
-
/*!*************************************************************!*\
|
|
1206
|
-
!*** ../styles/dist/element/composite/card/overlay/icon.js ***!
|
|
1207
|
-
\*************************************************************/
|
|
1208
|
-
|
|
1209
|
-
/*!**************************************************************!*\
|
|
1210
|
-
!*** ../styles/dist/element/composite/card/overlay/color.js ***!
|
|
1211
|
-
\**************************************************************/
|
|
1212
|
-
|
|
1213
|
-
/*!**************************************************************!*\
|
|
1214
|
-
!*** ../styles/dist/element/composite/card/overlay/image.js ***!
|
|
1215
|
-
\**************************************************************/
|
|
1216
|
-
|
|
1217
|
-
/*!**************************************************************!*\
|
|
1218
|
-
!*** ../styles/dist/element/composite/card/overlay/index.js ***!
|
|
1219
|
-
\**************************************************************/
|
|
1220
|
-
|
|
1221
869
|
/*!**************************************************************!*\
|
|
1222
870
|
!*** ./source/composite/navigation/elements/drawer/index.ts ***!
|
|
1223
871
|
\**************************************************************/
|
|
@@ -1230,10 +878,6 @@
|
|
|
1230
878
|
!*** ./source/composite/navigation/elements/sticky/index.ts ***!
|
|
1231
879
|
\**************************************************************/
|
|
1232
880
|
|
|
1233
|
-
/*!***************************************************************!*\
|
|
1234
|
-
!*** ../styles/dist/typography/font-face/barlow-condensed.js ***!
|
|
1235
|
-
\***************************************************************/
|
|
1236
|
-
|
|
1237
881
|
/*!***************************************************************!*\
|
|
1238
882
|
!*** ./source/composite/navigation/elements/slider/action.ts ***!
|
|
1239
883
|
\***************************************************************/
|
|
@@ -1246,18 +890,34 @@
|
|
|
1246
890
|
!*** ../../node_modules/postcss-selector-parser/dist/index.js ***!
|
|
1247
891
|
\****************************************************************/
|
|
1248
892
|
|
|
893
|
+
/*!****************************************************************!*\
|
|
894
|
+
!*** ./source/composite/footer/elements/main-section/index.ts ***!
|
|
895
|
+
\****************************************************************/
|
|
896
|
+
|
|
1249
897
|
/*!*****************************************************************!*\
|
|
1250
898
|
!*** ../../node_modules/postcss-selector-parser/dist/parser.js ***!
|
|
1251
899
|
\*****************************************************************/
|
|
1252
900
|
|
|
901
|
+
/*!*****************************************************************!*\
|
|
902
|
+
!*** ./source/composite/footer/elements/main-section/social.ts ***!
|
|
903
|
+
\*****************************************************************/
|
|
904
|
+
|
|
1253
905
|
/*!******************************************************************!*\
|
|
1254
|
-
!***
|
|
906
|
+
!*** ./source/composite/navigation/elements/breadcrumb/index.ts ***!
|
|
1255
907
|
\******************************************************************/
|
|
1256
908
|
|
|
1257
909
|
/*!*******************************************************************!*\
|
|
1258
910
|
!*** ../../node_modules/postcss-selector-parser/dist/tokenize.js ***!
|
|
1259
911
|
\*******************************************************************/
|
|
1260
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
|
+
|
|
1261
921
|
/*!*******************************************************************!*\
|
|
1262
922
|
!*** ./source/composite/navigation/elements/menu-button/index.ts ***!
|
|
1263
923
|
\*******************************************************************/
|
|
@@ -1302,6 +962,10 @@
|
|
|
1302
962
|
!*** ../../node_modules/postcss-selector-parser/dist/sortAscending.js ***!
|
|
1303
963
|
\************************************************************************/
|
|
1304
964
|
|
|
965
|
+
/*!************************************************************************!*\
|
|
966
|
+
!*** ./source/composite/footer/elements/main-section/row-logo/logo.ts ***!
|
|
967
|
+
\************************************************************************/
|
|
968
|
+
|
|
1305
969
|
/*!*************************************************************************!*\
|
|
1306
970
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/node.js ***!
|
|
1307
971
|
\*************************************************************************/
|
|
@@ -1310,6 +974,14 @@
|
|
|
1310
974
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/root.js ***!
|
|
1311
975
|
\*************************************************************************/
|
|
1312
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
|
+
|
|
1313
985
|
/*!**************************************************************************!*\
|
|
1314
986
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/index.js ***!
|
|
1315
987
|
\**************************************************************************/
|
|
@@ -1318,6 +990,10 @@
|
|
|
1318
990
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/types.js ***!
|
|
1319
991
|
\**************************************************************************/
|
|
1320
992
|
|
|
993
|
+
/*!**************************************************************************!*\
|
|
994
|
+
!*** ./source/composite/footer/elements/main-section/row-links/index.ts ***!
|
|
995
|
+
\**************************************************************************/
|
|
996
|
+
|
|
1321
997
|
/*!***************************************************************************!*\
|
|
1322
998
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/guards.js ***!
|
|
1323
999
|
\***************************************************************************/
|
|
@@ -1330,6 +1006,10 @@
|
|
|
1330
1006
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/string.js ***!
|
|
1331
1007
|
\***************************************************************************/
|
|
1332
1008
|
|
|
1009
|
+
/*!***************************************************************************!*\
|
|
1010
|
+
!*** ./source/composite/footer/elements/main-section/row-logo/contact.ts ***!
|
|
1011
|
+
\***************************************************************************/
|
|
1012
|
+
|
|
1333
1013
|
/*!****************************************************************************!*\
|
|
1334
1014
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/comment.js ***!
|
|
1335
1015
|
\****************************************************************************/
|
|
@@ -1377,3 +1057,7 @@
|
|
|
1377
1057
|
/*!*********************************************************************************!*\
|
|
1378
1058
|
!*** ../../node_modules/postcss-selector-parser/dist/selectors/constructors.js ***!
|
|
1379
1059
|
\*********************************************************************************/
|
|
1060
|
+
|
|
1061
|
+
/*!*********************************************************************************!*\
|
|
1062
|
+
!*** ./source/composite/footer/elements/main-section/row-links/link-columns.ts ***!
|
|
1063
|
+
\*********************************************************************************/
|