wj-elements 0.7.6 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/dist/animations.js +28 -51
  2. package/dist/animations.js.map +1 -1
  3. package/dist/base-path.js +19 -31
  4. package/dist/base-path.js.map +1 -1
  5. package/dist/custom-elements.json +9053 -9048
  6. package/dist/dark.css +1 -302
  7. package/dist/date.js +16 -36
  8. package/dist/date.js.map +1 -1
  9. package/dist/element-utils.js +20 -81
  10. package/dist/element-utils.js.map +1 -1
  11. package/dist/event.js +49 -165
  12. package/dist/event.js.map +1 -1
  13. package/dist/form-associated-element-BjeJn7j8.js +101 -0
  14. package/dist/{form-associated-element-DEQ4y-jn.js.map → form-associated-element-BjeJn7j8.js.map} +1 -1
  15. package/dist/icon-DmsqtDpL.js +102 -0
  16. package/dist/{icon-CReYMzAK.js.map → icon-DmsqtDpL.js.map} +1 -1
  17. package/dist/light.css +1 -731
  18. package/dist/localize.js +36 -111
  19. package/dist/localize.js.map +1 -1
  20. package/dist/packages/wje-accordion-item/accordion-item.element.d.ts +3 -2
  21. package/dist/packages/wje-img/img.element.d.ts +4 -4
  22. package/dist/permissions.js +14 -41
  23. package/dist/permissions.js.map +1 -1
  24. package/dist/popup.element-CbkhthPP.js +806 -0
  25. package/dist/{popup.element-CwXvVFK7.js.map → popup.element-CbkhthPP.js.map} +1 -1
  26. package/dist/router-links-CNsJ-elb.js +105 -0
  27. package/dist/{router-links-wjqCnncc.js.map → router-links-CNsJ-elb.js.map} +1 -1
  28. package/dist/skeleton.css +1 -197
  29. package/dist/styles.css +1 -866
  30. package/dist/universal-service.js +48 -109
  31. package/dist/universal-service.js.map +1 -1
  32. package/dist/utils.js +11 -18
  33. package/dist/utils.js.map +1 -1
  34. package/dist/web-types.json +698 -698
  35. package/dist/wje-accordion-item.js +33 -106
  36. package/dist/wje-accordion-item.js.map +1 -1
  37. package/dist/wje-accordion.js +19 -84
  38. package/dist/wje-accordion.js.map +1 -1
  39. package/dist/wje-animation.js +37 -4258
  40. package/dist/wje-animation.js.map +1 -1
  41. package/dist/wje-aside.js +9 -34
  42. package/dist/wje-aside.js.map +1 -1
  43. package/dist/wje-avatar.js +36 -126
  44. package/dist/wje-avatar.js.map +1 -1
  45. package/dist/wje-badge.js +10 -52
  46. package/dist/wje-badge.js.map +1 -1
  47. package/dist/wje-breadcrumb.js +205 -668
  48. package/dist/wje-breadcrumb.js.map +1 -1
  49. package/dist/wje-breadcrumbs.js +177 -633
  50. package/dist/wje-breadcrumbs.js.map +1 -1
  51. package/dist/wje-button-group.js +48 -153
  52. package/dist/wje-button-group.js.map +1 -1
  53. package/dist/wje-button.js +92 -413
  54. package/dist/wje-button.js.map +1 -1
  55. package/dist/wje-card-content.js +7 -30
  56. package/dist/wje-card-content.js.map +1 -1
  57. package/dist/wje-card-controls.js +7 -30
  58. package/dist/wje-card-controls.js.map +1 -1
  59. package/dist/wje-card-header.js +7 -30
  60. package/dist/wje-card-header.js.map +1 -1
  61. package/dist/wje-card-subtitle.js +7 -34
  62. package/dist/wje-card-subtitle.js.map +1 -1
  63. package/dist/wje-card-title.js +7 -34
  64. package/dist/wje-card-title.js.map +1 -1
  65. package/dist/wje-card.js +15 -71
  66. package/dist/wje-card.js.map +1 -1
  67. package/dist/wje-carousel-item.js +12 -56
  68. package/dist/wje-carousel-item.js.map +1 -1
  69. package/dist/wje-carousel.js +154 -509
  70. package/dist/wje-carousel.js.map +1 -1
  71. package/dist/wje-checkbox.js +50 -227
  72. package/dist/wje-checkbox.js.map +1 -1
  73. package/dist/wje-chip.js +43 -160
  74. package/dist/wje-chip.js.map +1 -1
  75. package/dist/wje-col.js +7 -20
  76. package/dist/wje-col.js.map +1 -1
  77. package/dist/wje-color-picker.js +445 -1464
  78. package/dist/wje-color-picker.js.map +1 -1
  79. package/dist/wje-container.js +9 -35
  80. package/dist/wje-container.js.map +1 -1
  81. package/dist/wje-copy-button.js +64 -204
  82. package/dist/wje-copy-button.js.map +1 -1
  83. package/dist/wje-dialog.js +85 -553
  84. package/dist/wje-dialog.js.map +1 -1
  85. package/dist/wje-divider.js +7 -34
  86. package/dist/wje-divider.js.map +1 -1
  87. package/dist/wje-dropdown.js +78 -305
  88. package/dist/wje-dropdown.js.map +1 -1
  89. package/dist/wje-element.js +191 -700
  90. package/dist/wje-element.js.map +1 -1
  91. package/dist/wje-file-upload-item.js +51 -156
  92. package/dist/wje-file-upload-item.js.map +1 -1
  93. package/dist/wje-file-upload.js +181 -619
  94. package/dist/wje-file-upload.js.map +1 -1
  95. package/dist/wje-footer.js +7 -31
  96. package/dist/wje-footer.js.map +1 -1
  97. package/dist/wje-form.js +7 -32
  98. package/dist/wje-form.js.map +1 -1
  99. package/dist/wje-format-digital.js +26 -118
  100. package/dist/wje-format-digital.js.map +1 -1
  101. package/dist/wje-grid.js +7 -33
  102. package/dist/wje-grid.js.map +1 -1
  103. package/dist/wje-header.js +9 -35
  104. package/dist/wje-header.js.map +1 -1
  105. package/dist/wje-icon-library.js +12 -18
  106. package/dist/wje-icon-library.js.map +1 -1
  107. package/dist/wje-icon-picker.js +65 -320
  108. package/dist/wje-icon-picker.js.map +1 -1
  109. package/dist/wje-icon.js +1 -1
  110. package/dist/wje-img-comparer.js +37 -114
  111. package/dist/wje-img-comparer.js.map +1 -1
  112. package/dist/wje-img.js +50 -197
  113. package/dist/wje-img.js.map +1 -1
  114. package/dist/wje-infinite-scroll.js +94 -346
  115. package/dist/wje-infinite-scroll.js.map +1 -1
  116. package/dist/wje-input-file.js +23 -84
  117. package/dist/wje-input-file.js.map +1 -1
  118. package/dist/wje-input.js +78 -392
  119. package/dist/wje-input.js.map +1 -1
  120. package/dist/wje-item.js +11 -64
  121. package/dist/wje-item.js.map +1 -1
  122. package/dist/wje-kanban.js +124 -401
  123. package/dist/wje-kanban.js.map +1 -1
  124. package/dist/wje-label.js +9 -32
  125. package/dist/wje-label.js.map +1 -1
  126. package/dist/wje-level-indicator.js +38 -157
  127. package/dist/wje-level-indicator.js.map +1 -1
  128. package/dist/wje-list.js +10 -40
  129. package/dist/wje-list.js.map +1 -1
  130. package/dist/wje-main.js +7 -31
  131. package/dist/wje-main.js.map +1 -1
  132. package/dist/wje-masonry.js +66 -211
  133. package/dist/wje-masonry.js.map +1 -1
  134. package/dist/wje-master.js +45 -161
  135. package/dist/wje-master.js.map +1 -1
  136. package/dist/wje-menu-button.js +10 -38
  137. package/dist/wje-menu-button.js.map +1 -1
  138. package/dist/wje-menu-item.js +127 -577
  139. package/dist/wje-menu-item.js.map +1 -1
  140. package/dist/wje-menu-label.js +9 -35
  141. package/dist/wje-menu-label.js.map +1 -1
  142. package/dist/wje-menu.js +14 -49
  143. package/dist/wje-menu.js.map +1 -1
  144. package/dist/wje-option.js +48 -279
  145. package/dist/wje-option.js.map +1 -1
  146. package/dist/wje-options.js +130 -384
  147. package/dist/wje-options.js.map +1 -1
  148. package/dist/wje-orgchart-group.js +16 -52
  149. package/dist/wje-orgchart-group.js.map +1 -1
  150. package/dist/wje-orgchart-item.js +24 -93
  151. package/dist/wje-orgchart-item.js.map +1 -1
  152. package/dist/wje-orgchart.js +18 -68
  153. package/dist/wje-orgchart.js.map +1 -1
  154. package/dist/wje-pagination.js +113 -397
  155. package/dist/wje-pagination.js.map +1 -1
  156. package/dist/wje-popup.js +3 -3
  157. package/dist/wje-popup.js.map +1 -1
  158. package/dist/wje-progress-bar.js +53 -205
  159. package/dist/wje-progress-bar.js.map +1 -1
  160. package/dist/wje-qr-code.js +398 -2980
  161. package/dist/wje-qr-code.js.map +1 -1
  162. package/dist/wje-radio-group.js +52 -190
  163. package/dist/wje-radio-group.js.map +1 -1
  164. package/dist/wje-radio.js +24 -118
  165. package/dist/wje-radio.js.map +1 -1
  166. package/dist/wje-rate.js +62 -266
  167. package/dist/wje-rate.js.map +1 -1
  168. package/dist/wje-relative-time.js +24 -99
  169. package/dist/wje-relative-time.js.map +1 -1
  170. package/dist/wje-reorder-dropzone.js +9 -31
  171. package/dist/wje-reorder-dropzone.js.map +1 -1
  172. package/dist/wje-reorder-handle.js +67 -204
  173. package/dist/wje-reorder-handle.js.map +1 -1
  174. package/dist/wje-reorder-item.js +14 -44
  175. package/dist/wje-reorder-item.js.map +1 -1
  176. package/dist/wje-reorder.js +61 -246
  177. package/dist/wje-reorder.js.map +1 -1
  178. package/dist/wje-route.js +6 -24
  179. package/dist/wje-route.js.map +1 -1
  180. package/dist/wje-router-link.js +11 -39
  181. package/dist/wje-router-link.js.map +1 -1
  182. package/dist/wje-router-outlet.js +76 -172
  183. package/dist/wje-router-outlet.js.map +1 -1
  184. package/dist/wje-routerx.js +537 -1331
  185. package/dist/wje-routerx.js.map +1 -1
  186. package/dist/wje-row.js +9 -31
  187. package/dist/wje-row.js.map +1 -1
  188. package/dist/wje-select.js +326 -1152
  189. package/dist/wje-select.js.map +1 -1
  190. package/dist/wje-slider.js +44 -225
  191. package/dist/wje-slider.js.map +1 -1
  192. package/dist/wje-sliding-container.js +295 -1319
  193. package/dist/wje-sliding-container.js.map +1 -1
  194. package/dist/wje-split-view.js +35 -121
  195. package/dist/wje-split-view.js.map +1 -1
  196. package/dist/wje-status.js +14 -45
  197. package/dist/wje-status.js.map +1 -1
  198. package/dist/wje-step.js +9 -32
  199. package/dist/wje-step.js.map +1 -1
  200. package/dist/wje-stepper.js +109 -357
  201. package/dist/wje-stepper.js.map +1 -1
  202. package/dist/wje-store.js +67 -360
  203. package/dist/wje-store.js.map +1 -1
  204. package/dist/wje-tab-group.js +85 -314
  205. package/dist/wje-tab-group.js.map +1 -1
  206. package/dist/wje-tab-panel.js +7 -28
  207. package/dist/wje-tab-panel.js.map +1 -1
  208. package/dist/wje-tab.js +21 -198
  209. package/dist/wje-tab.js.map +1 -1
  210. package/dist/wje-textarea.js +64 -264
  211. package/dist/wje-textarea.js.map +1 -1
  212. package/dist/wje-thumbnail.js +10 -51
  213. package/dist/wje-thumbnail.js.map +1 -1
  214. package/dist/wje-toast.js +127 -632
  215. package/dist/wje-toast.js.map +1 -1
  216. package/dist/wje-toggle.js +52 -177
  217. package/dist/wje-toggle.js.map +1 -1
  218. package/dist/wje-toolbar-action.js +128 -456
  219. package/dist/wje-toolbar-action.js.map +1 -1
  220. package/dist/wje-toolbar.js +75 -270
  221. package/dist/wje-toolbar.js.map +1 -1
  222. package/dist/wje-tooltip.js +50 -161
  223. package/dist/wje-tooltip.js.map +1 -1
  224. package/dist/wje-tree-item.js +70 -301
  225. package/dist/wje-tree-item.js.map +1 -1
  226. package/dist/wje-tree.js +145 -489
  227. package/dist/wje-tree.js.map +1 -1
  228. package/dist/wje-visually-hidden.js +7 -34
  229. package/dist/wje-visually-hidden.js.map +1 -1
  230. package/package.json +4 -2
  231. package/dist/form-associated-element-DEQ4y-jn.js +0 -245
  232. package/dist/icon-CReYMzAK.js +0 -245
  233. package/dist/popup.element-CwXvVFK7.js +0 -2133
  234. package/dist/router-links-wjqCnncc.js +0 -156
package/dist/styles.css CHANGED
@@ -1,866 +1 @@
1
- /*
2
- [ Standard Element ]
3
- */
4
-
5
- html {
6
- height: 100%;
7
- font-size: 100%;
8
- -ms-text-size-adjust: 100%;
9
- -webkit-text-size-adjust: 100%;
10
- }
11
- body {
12
- color: var(--wje-color-contrast-8);
13
- font-family: var(--wje-font-family);
14
- font-size: var(--wje-font-size);
15
- font-weight: normal;
16
- letter-spacing: 0.01em;
17
- -webkit-font-smoothing: antialiased;
18
- -webkit-text-size-adjust: 100%;
19
- -ms-text-size-adjust: 100%;
20
- -webkit-font-feature-settings: 'kern' 1;
21
- -moz-font-feature-settings: 'kern' 1;
22
- margin: 0;
23
- padding: 0 !important;
24
- }
25
- /* Headings
26
- ------------------------------------
27
- */
28
- h1,
29
- h2,
30
- h3,
31
- h4,
32
- h5,
33
- h6 {
34
- margin: 0.625rem 0;
35
- font-family: var(--wje-font-family);
36
- -webkit-font-smoothing: antialiased;
37
- -webkit-text-size-adjust: 100%;
38
- -ms-text-size-adjust: 100%;
39
- font-weight: 500;
40
- color: inherit;
41
- display: inline-block;
42
- }
43
- h1 {
44
- font-size: var(--wje-font-size-2x-large);
45
- line-height: 44px;
46
- letter-spacing: -0.0141279em;
47
- }
48
- h2 {
49
- font-size: var(--wje-font-size-x-large);
50
- line-height: 34px;
51
- letter-spacing: -0.021em;
52
- }
53
- h3 {
54
- font-size: var(--wje-font-size-large);
55
- line-height: 28px;
56
- letter-spacing: -0.0114923em;
57
- }
58
- h4 {
59
- font-size: var(--wje-font-size-large);
60
- line-height: 26px;
61
- letter-spacing: -0.00865734em;
62
- }
63
- h5 {
64
- font-size: var(--wje-font-size-medium);
65
- line-height: 24px;
66
- letter-spacing: -0.00630069em;
67
- }
68
- h3 small,
69
- h4 small,
70
- h5 small {
71
- font-weight: 300;
72
- }
73
- h1.block,
74
- h2.block,
75
- h3.block,
76
- h4.block,
77
- h5.block,
78
- h6.block {
79
- padding-bottom: 0.625rem;
80
- }
81
- /* Lins and Others
82
- ------------------------------------
83
- */
84
- a {
85
- text-shadow: none !important;
86
- color: var(--wje-color-primary-11);
87
- transition:
88
- color 0.1s linear 0s,
89
- background-color 0.1s linear 0s,
90
- opacity 0.2s linear 0s !important;
91
- font-weight: 500;
92
- }
93
- a:focus,
94
- a:hover,
95
- a:active {
96
- color: var(--wje-color-primary);
97
- }
98
-
99
- a,
100
- a:focus,
101
- a:hover,
102
- a:active {
103
- outline: 0 !important;
104
- text-decoration: none;
105
- }
106
-
107
- a.no-style {
108
- color: inherit;
109
- font-weight: normal;
110
- }
111
-
112
- br {
113
- line-height: normal;
114
- clear: both;
115
- }
116
-
117
- p {
118
- display: block;
119
- color: inherit;
120
- font-size: var(--wje-font-size);
121
- font-weight: normal;
122
- letter-spacing: 0.00177646em;
123
- line-height: 21px;
124
- margin: 0 0 0.625rem 0;
125
- font-style: normal;
126
- white-space: normal;
127
- }
128
-
129
- small,
130
- .small {
131
- line-height: 18px;
132
- font-size: 85.714%;
133
- }
134
-
135
- label {
136
- &.inline {
137
- display: inline-block;
138
- position: relative;
139
- top: 0;
140
- font-size: 13px;
141
- }
142
- }
143
-
144
- ul,
145
- ol {
146
- margin-bottom: 0.625rem;
147
- & > li {
148
- padding-left: 3px;
149
- line-height: 24px;
150
- }
151
- &.lg-icon {
152
- & > li {
153
- font-size: 21px;
154
- & span {
155
- font-size: 14px;
156
- }
157
- }
158
- }
159
- &.no-style {
160
- list-style: none;
161
- padding-left: 5px;
162
- }
163
- }
164
-
165
- address {
166
- margin-bottom: 0;
167
- a {
168
- color: var(--wje-color-contrast-8);
169
- }
170
- }
171
-
172
- blockquote {
173
- padding: 4px 0 0 18px;
174
- border-left: 0;
175
- &:before {
176
- content: '\e95d';
177
- font-size: 20px;
178
- margin-right: 6px;
179
- float: left;
180
- position: relative;
181
- top: -12px;
182
- }
183
- p {
184
- font-size: 16px;
185
- margin-bottom: 4px;
186
- }
187
- small {
188
- line-height: 29px;
189
- color: var(--wje-color-contrast-8);
190
- &:before {
191
- content: '—';
192
- margin-right: 6px;
193
- }
194
- }
195
- &.pull-right {
196
- border-right: 0;
197
- &:before {
198
- float: right;
199
- content: '';
200
- margin-left: 6px;
201
- margin-right: 0;
202
- }
203
- small {
204
- padding-right: 30px;
205
- &:after {
206
- content: '';
207
- }
208
- }
209
- }
210
- }
211
- hr {
212
- border-color: var(--wje-border-color);
213
- &.double {
214
- border-width: 2px;
215
- }
216
- &.dotted {
217
- border-style: dotted none none;
218
- }
219
- }
220
-
221
- .ff-sup {
222
- font-feature-settings:
223
- 'kern' 1,
224
- 'sups' 1;
225
- -webkit-font-feature-settings:
226
- 'kern' 1,
227
- 'sups' 1;
228
- -moz-font-feature-settings:
229
- 'kern' 1,
230
- 'sups' 1;
231
- }
232
-
233
- .ff-sub {
234
- font-feature-settings:
235
- 'kern' 1,
236
- 'subs' 1;
237
- -webkit-font-feature-settings:
238
- 'kern' 1,
239
- 'subs' 1;
240
- -moz-font-feature-settings:
241
- 'kern' 1,
242
- 'subs' 1;
243
- }
244
-
245
- /* Standard HTML Typography tags
246
- ------------------------------------
247
- */
248
-
249
- code {
250
- color: var(--wje-color-contrast-6);
251
- background-color: var(--wje-color);
252
- font-size: 97%;
253
- position: relative;
254
- line-height: inherit;
255
- border-radius: 3px;
256
- padding: 5px 7px;
257
- margin: 0;
258
- &:hover {
259
- color: var(--wje-color-complete);
260
- }
261
- &.code-sm {
262
- padding: 3px 6px;
263
- }
264
- }
265
-
266
- figcaption {
267
- font-size: 13px;
268
- margin-top: 0.625rem;
269
- font-weight: 400;
270
- display: block;
271
- letter-spacing: 0.008em;
272
- text-align: center;
273
- color: var(--wje-color-contrast-6);
274
- line-height: 1.46;
275
- }
276
-
277
- em {
278
- font-style: italic !important;
279
- font-family: inherit;
280
- font-weight: inherit;
281
- }
282
-
283
- ins {
284
- font-family: var(--wje-font-family);
285
- border-bottom: 1px solid #d0d0d0;
286
- text-decoration: none;
287
- color: var(--wje-color-contrast-8);
288
- font-weight: normal;
289
- font-size: 94%;
290
- }
291
-
292
- cite {
293
- font-family: var(--wje-font-family);
294
- font-weight: 300;
295
- color: var(--wje-color-contrast-6);
296
- text-decoration: none;
297
- font-style: normal;
298
- hanging-punctuation: first;
299
- }
300
-
301
- sup {
302
- top: -0.28em;
303
- font-size: 70%;
304
- }
305
-
306
- sub {
307
- bottom: 0.03em;
308
- }
309
-
310
- var {
311
- font-family: var(--wje-font-family);
312
- font-feature-settings:
313
- 'calt' 1,
314
- 'tnum' 1,
315
- 'frac' 1,
316
- 'case' 1,
317
- 'ss01' 1,
318
- 'cv11' 1;
319
- }
320
-
321
- abbr {
322
- text-decoration: none;
323
- letter-spacing: 0.01em;
324
- background-color: transparent;
325
- border-bottom: 2px solid #ffba5a;
326
- transition-property: color, background, border;
327
- transition-duration: 0.15s;
328
- transition-timing-function: linear;
329
- color: var(--wje-color-contrast-8);
330
- }
331
-
332
- q {
333
- font-family: var(--wje-font-family);
334
- font-weight: 500;
335
- font-size: 20px;
336
- hanging-punctuation: first;
337
-
338
- &:before {
339
- content: '\201C';
340
- color: rgba(0, 0, 0, 0.44);
341
- font-size: 35px;
342
- }
343
-
344
- &:after {
345
- content: '\201D';
346
- font-size: 35px;
347
- color: rgba(0, 0, 0, 0.44);
348
- }
349
- }
350
- audio {
351
- margin-top: 42px;
352
- }
353
- hr {
354
- clear: both;
355
- margin-bottom: 42px;
356
- margin-top: 42px;
357
- border: 0;
358
- border-bottom: 1px solid rgba(0, 0, 0, 0.13);
359
- }
360
- address {
361
- font-family: var(--wje-font-family);
362
- font-style: normal;
363
- margin: 0 0 1.75em;
364
- font-size: 14px;
365
- line-height: 24px;
366
- margin-top: 24px;
367
- }
368
- abbr {
369
- text-decoration: none;
370
- letter-spacing: 0.01em;
371
- background-color: transparent;
372
- border-bottom: 2px solid #ffba5a;
373
- transition-property: color, background, border;
374
- transition-duration: 0.15s;
375
- transition-timing-function: linear;
376
- color: var(--wje-color-contrast-8);
377
- }
378
-
379
- acronym {
380
- text-decoration: none;
381
- text-transform: uppercase;
382
- letter-spacing: 0.06em;
383
- background-color: transparent;
384
- border-bottom: 2px solid #ffba5a;
385
- transition-property: color, background, border;
386
- transition-duration: 0.15s;
387
- transition-timing-function: linear;
388
- color: var(--wje-color-contrast-8);
389
- }
390
-
391
- pre {
392
- tab-size: 4;
393
- font-size: 85.714%;
394
- overflow-x: auto;
395
- font-family: monospace, monospace;
396
- line-height: 1.7;
397
- counter-reset: line;
398
- background-color: var(--wje-color-contrast-3) er;
399
- color: var(--wje-color-contrast-8);
400
- margin-inline: 0;
401
- padding: 1rem 1.25rem;
402
- border-radius: 3px;
403
- margin-top: 1rem;
404
- margin-bottom: 1rem;
405
- }
406
-
407
- dt {
408
- font-weight: 700;
409
- margin-bottom: 5px;
410
- }
411
-
412
- dd {
413
- margin: 0 0 1.75em;
414
- }
415
-
416
- kbd {
417
- font-size: 85.714%;
418
- font-family: var(--wje-font-family);
419
- position: relative;
420
- line-height: 34px;
421
- top: -3px;
422
- letter-spacing: 0.01em;
423
- padding: 5px 7px;
424
- margin: 0;
425
- color: rgba(0, 0, 0, 0.53);
426
- background-color: #fff;
427
- border-radius: 3px;
428
- box-shadow:
429
- 0 2px 0 1px #c7c7c7,
430
- 0 1px 0 1px rgba(0, 0, 0, 0.15),
431
- 0 0 0 1px #ececec;
432
- }
433
-
434
- /* Types
435
- ------------------------------------
436
- */
437
-
438
- .overline {
439
- text-transform: uppercase;
440
- display: inline-block;
441
- letter-spacing: 0.06em;
442
- font-size: 11px;
443
- }
444
-
445
- /* Font Sizes
446
- ------------------------------------
447
- */
448
-
449
- .small-text {
450
- font-size: 12px !important;
451
- letter-spacing: 0.00849077em;
452
- line-height: 18px;
453
- a {
454
- text-decoration: underline;
455
- }
456
- }
457
- .normal-text {
458
- font-size: 13px !important;
459
- }
460
- .large-text {
461
- font-size: 15px !important;
462
- }
463
-
464
- /* Font Weights
465
- ------------------------------------
466
- */
467
-
468
- .normal {
469
- font-weight: normal !important;
470
- }
471
- .semi-bold {
472
- font-weight: 500 !important;
473
- }
474
- .bold {
475
- font-weight: 600 !important;
476
- }
477
- .light {
478
- font-weight: 300 !important;
479
- }
480
-
481
- /* Misc
482
- ------------------------------------
483
- */
484
-
485
- .all-caps {
486
- text-transform: uppercase;
487
- letter-spacing: 0.07em !important;
488
- }
489
- .text-uppercase {
490
- text-transform: uppercase !important;
491
- letter-spacing: 0.07em !important;
492
- }
493
- .muted {
494
- color: var(--wje-color-contrast-6);
495
- }
496
- .hint-text {
497
- opacity: 0.76 !important;
498
- }
499
- .no-decoration {
500
- text-decoration: none !important;
501
- }
502
-
503
- .text-ellipsis {
504
- white-space: nowrap;
505
- overflow: hidden;
506
- text-overflow: ellipsis;
507
- }
508
-
509
- /* Gradients
510
- ------------------------------------
511
- */
512
- .gradient-grey {
513
- background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
514
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
515
- }
516
- .gradient-black {
517
- background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
518
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
519
- }
520
-
521
- /* Other Colors
522
- ------------------------------------
523
- */
524
- .bg-black {
525
- background-color: var(--wje-color-black) !important;
526
- color: var(--wje-color-contrast-0);
527
- }
528
- .bg-white {
529
- background-color: var(--wje-color-contrast-0) !important;
530
- color: var(--wje-color-contrast-8);
531
- }
532
- .bg-transparent {
533
- background-color: transparent !important;
534
- }
535
-
536
- /* Text Colors */
537
- .link {
538
- opacity: 0.7;
539
- &:hover {
540
- opacity: 1;
541
- }
542
- }
543
-
544
- /* Text Aligngments
545
- ------------------------------------
546
- */
547
-
548
- .text-right {
549
- text-align: right !important;
550
- }
551
- .text-left {
552
- text-align: left !important;
553
- }
554
- .text-center {
555
- text-align: center !important;
556
- }
557
-
558
- /* Strokes
559
- ------------------------------------
560
- */
561
-
562
- .stroke-primary {
563
- stroke: var(--wje-color-primary) !important;
564
- }
565
- .stroke-complete {
566
- stroke: var(--wje-color-complete) !important;
567
- }
568
- .stroke-success {
569
- stroke: var(--wje-color-success) !important;
570
- }
571
- .stroke-info {
572
- stroke: var(--wje-color-info) !important;
573
- }
574
- .stroke-warning {
575
- stroke: var(--wje-color-warning) !important;
576
- }
577
- .stroke-danger {
578
- stroke: var(--wje-color-danger) !important;
579
- }
580
-
581
- /* Font Sizes
582
- ------------------------------------
583
- tracking =a+b×e(c × z)
584
-
585
- a, b and c are constants
586
- a = -0.0223
587
- b = 0.185
588
- c = -0.1745
589
- z = font size
590
-
591
- */
592
- .fs-x-small {
593
- font-size: var(--wje-font-size-x-small) !important;
594
- letter-spacing: 0.0180093em;
595
- line-height: 15px;
596
- }
597
- .fs-small {
598
- font-size: var(--wje-font-size-small) !important;
599
- letter-spacing: 0.00849077em;
600
- line-height: 18px;
601
- }
602
- .fs {
603
- font-size: var(--wje-font-size) !important;
604
- letter-spacing: 0.00177646em;
605
- line-height: 22px;
606
- }
607
-
608
- .fs-medium {
609
- font-size: var(--wje-font-size-medium) !important;
610
- letter-spacing: -0.00295978em;
611
- line-height: 24px;
612
- }
613
-
614
- .fs-large {
615
- font-size: var(--wje-font-size-large) !important;
616
- letter-spacing: normal;
617
- line-height: normal;
618
- }
619
-
620
- .fs-x-large {
621
- font-size: var(--wje-font-size-x-large) !important;
622
- letter-spacing: normal;
623
- line-height: normal;
624
- }
625
-
626
- .fs-2x-large {
627
- font-size: var(--wje-font-size-2x-large) !important;
628
- letter-spacing: normal;
629
- line-height: normal;
630
- }
631
-
632
- .fs-3x-large {
633
- font-size: var(--wje-font-size-3x-large) !important;
634
- letter-spacing: normal;
635
- line-height: normal;
636
- }
637
-
638
- .fs-4x-large {
639
- font-size: var(--wje-font-size-4x-large) !important;
640
- letter-spacing: normal;
641
- line-height: normal;
642
- }
643
-
644
- /* Line-heights
645
- ------------------------------------
646
- */
647
- .lh-normal {
648
- line-height: normal;
649
- }
650
- .lh-10 {
651
- line-height: 10px;
652
- }
653
- .lh-11 {
654
- line-height: 11px;
655
- }
656
- .lh-12 {
657
- line-height: 12px;
658
- }
659
- .lh-13 {
660
- line-height: 13px;
661
- }
662
- .lh-14 {
663
- line-height: 14px;
664
- }
665
- .lh-15 {
666
- line-height: 15px;
667
- }
668
- .lh-16 {
669
- line-height: 16px;
670
- }
671
-
672
- /* Font Faces
673
- ------------------------------------
674
- */
675
-
676
- .font-arial {
677
- font-family: Arial, sans-serif !important;
678
- }
679
- .font-montserrat {
680
- font-family: var(--wje-font-family-secondary) !important;
681
- }
682
- .font-heading {
683
- font-family: var(--wje-font-family-secondary);
684
- }
685
- .font-secondary {
686
- font-family: var(--wje-font-family-secondary);
687
- }
688
-
689
- /* Wells
690
- ------------------------------------
691
- */
692
- .well {
693
- background-color: var(--wje-color-contrast-3);
694
- -webkit-border-radius: 3px;
695
- -moz-border-radius: 3px;
696
- border-radius: 3px;
697
- -webkit-box-shadow: none !important;
698
- -moz-box-shadow: none !important;
699
- box-shadow: none !important;
700
- border: none;
701
- background-image: none;
702
- &.well-large {
703
- padding: 24px;
704
- width: auto;
705
- }
706
- &.well-small {
707
- padding: 13px;
708
- width: auto;
709
- }
710
- &.green {
711
- background-color: var(--wje-color-complete);
712
- color: var(--wje-color-contrast-0);
713
- border: none;
714
- }
715
- }
716
- .overflow-ellipsis {
717
- text-overflow: ellipsis;
718
- overflow: hidden;
719
- white-space: nowrap;
720
- }
721
-
722
-
723
- .alert {
724
- & > p,
725
- & > ul {
726
- margin-bottom: 0;
727
- }
728
- }
729
- .table {
730
- & > tbody {
731
- & > tr {
732
- & > td,
733
- & > th {
734
- line-height: 1.42857143;
735
- }
736
- }
737
- }
738
- & > tfoot {
739
- & > tr {
740
- & > td,
741
- & > th {
742
- line-height: 1.42857143;
743
- }
744
- }
745
- }
746
- & > thead {
747
- & > tr {
748
- & > td,
749
- & > th {
750
- line-height: 1.42857143;
751
- }
752
- }
753
- }
754
- }
755
-
756
- /* For Windows : Fixes
757
- ------------------------------------
758
- */
759
-
760
- .line-clamp-2 {
761
- display: -webkit-box;
762
- -webkit-line-clamp: 2;
763
- -webkit-box-orient: vertical;
764
- overflow: hidden;
765
- }
766
-
767
- .line-clamp-3 {
768
- display: -webkit-box;
769
- -webkit-line-clamp: 3;
770
- -webkit-box-orient: vertical;
771
- overflow: hidden;
772
- }
773
-
774
- .line-clamp-5 {
775
- display: -webkit-box;
776
- -webkit-line-clamp: 5;
777
- -webkit-box-orient: vertical;
778
- overflow: hidden;
779
- }
780
-
781
- .text-separator {
782
- display: block;
783
- text-align: center;
784
- margin: 1.5rem 0;
785
- width: 100%;
786
- background: linear-gradient(
787
- to top,
788
- transparent 0%,
789
- transparent calc(50% - 1px),
790
- var(--wje-border-color) calc(50% - 1px),
791
- var(--wje-border-color) calc(50% + 1px),
792
- transparent calc(50% + 1px),
793
- transparent 100%
794
- );
795
- }
796
-
797
- .text-separator::before {
798
- background: #fff;
799
- content: attr(data-text);
800
- padding: 0 1rem;
801
- text-transform: uppercase;
802
- }
803
-
804
- .wje-toast-stack {
805
- position: fixed;
806
- top: 0;
807
- right: 0;
808
- margin: 0.5rem;
809
- width: min(var(--wje-toast-stack-width, 300px), calc(100vw - 1rem));
810
- max-width: calc(100vw - 1rem);
811
- max-height: calc(100vh - 1rem);
812
- overflow: auto;
813
- z-index: 9999;
814
- display: flex;
815
- flex-direction: column;
816
- align-items: stretch;
817
- gap: var(--wje-spacing-medium);
818
- }
819
-
820
- .wje-toast-stack[data-position='top-start'] {
821
- left: 0;
822
- right: auto;
823
- }
824
-
825
- .wje-toast-stack[data-position='top-center'] {
826
- left: 50%;
827
- right: auto;
828
- transform: translateX(-50%);
829
- }
830
-
831
- .wje-toast-stack[data-position='bottom-start'],
832
- .wje-toast-stack[data-position='bottom-center'],
833
- .wje-toast-stack[data-position='bottom-end'] {
834
- top: auto;
835
- bottom: 0;
836
- }
837
-
838
- .wje-toast-stack[data-position='bottom-start'] {
839
- left: 0;
840
- right: auto;
841
- }
842
-
843
- .wje-toast-stack[data-position='bottom-center'] {
844
- left: 50%;
845
- right: auto;
846
- transform: translateX(-50%);
847
- }
848
-
849
- .wje-toast-stack[data-stacked='true'] {
850
- overflow: visible;
851
- padding-block: 1rem;
852
- }
853
-
854
- .wje-toast-stack[data-stacked='true'] > wje-toast {
855
- margin: 0;
856
- }
857
-
858
- .wje-toast-stack[data-stacked='true'][data-expanded='true'] {
859
- overflow: auto;
860
- }
861
-
862
- .wje-toast-stack[data-stacked='true'][data-expanded='true'] > wje-toast {
863
- --wje-toast-stack-scale: 1 !important;
864
- --wje-toast-stack-shift: 0px !important;
865
- --wje-toast-stack-opacity: 1 !important;
866
- }
1
+ html{height:100%;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{color:var(--wje-color-contrast-8);font-family:var(--wje-font-family);font-size:var(--wje-font-size);font-weight:400;letter-spacing:.01em;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-feature-settings:"kern" 1;-moz-font-feature-settings:"kern" 1;margin:0;padding:0!important}h1,h2,h3,h4,h5,h6{margin:.625rem 0;font-family:var(--wje-font-family);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-weight:500;color:inherit;display:inline-block}h1{font-size:var(--wje-font-size-2x-large);line-height:44px;letter-spacing:-.0141279em}h2{font-size:var(--wje-font-size-x-large);line-height:34px;letter-spacing:-.021em}h3{font-size:var(--wje-font-size-large);line-height:28px;letter-spacing:-.0114923em}h4{font-size:var(--wje-font-size-large);line-height:26px;letter-spacing:-.00865734em}h5{font-size:var(--wje-font-size-medium);line-height:24px;letter-spacing:-.00630069em}h3 small,h4 small,h5 small{font-weight:300}h1.block,h2.block,h3.block,h4.block,h5.block,h6.block{padding-bottom:.625rem}a{text-shadow:none!important;color:var(--wje-color-primary-11);transition:color .1s linear 0s,background-color .1s linear 0s,opacity .2s linear 0s!important;font-weight:500}a:focus,a:hover,a:active{color:var(--wje-color-primary)}a,a:focus,a:hover,a:active{outline:0!important;text-decoration:none}a.no-style{color:inherit;font-weight:400}br{line-height:normal;clear:both}p{display:block;color:inherit;font-size:var(--wje-font-size);font-weight:400;letter-spacing:.00177646em;line-height:21px;margin:0 0 .625rem;font-style:normal;white-space:normal}small,.small{line-height:18px;font-size:85.714%}label.inline{display:inline-block;position:relative;top:0;font-size:13px}ul,ol{margin-bottom:.625rem}ul>li,ol>li{padding-left:3px;line-height:24px}ul.lg-icon>li,ol.lg-icon>li{font-size:21px}ul.lg-icon>li span,ol.lg-icon>li span{font-size:14px}ul.no-style,ol.no-style{list-style:none;padding-left:5px}address{margin-bottom:0}address a{color:var(--wje-color-contrast-8)}blockquote{padding:4px 0 0 18px;border-left:0}blockquote:before{content:"";font-size:20px;margin-right:6px;float:left;position:relative;top:-12px}blockquote p{font-size:16px;margin-bottom:4px}blockquote small{line-height:29px;color:var(--wje-color-contrast-8)}blockquote small:before{content:"—";margin-right:6px}blockquote.pull-right{border-right:0}blockquote.pull-right:before{float:right;content:"";margin-left:6px;margin-right:0}blockquote.pull-right small{padding-right:30px}blockquote.pull-right small:after{content:""}hr{border-color:var(--wje-border-color)}hr.double{border-width:2px}hr.dotted{border-style:dotted none none}.ff-sup{font-feature-settings:"kern" 1,"sups" 1;-webkit-font-feature-settings:"kern" 1,"sups" 1;-moz-font-feature-settings:"kern" 1,"sups" 1}.ff-sub{font-feature-settings:"kern" 1,"subs" 1;-webkit-font-feature-settings:"kern" 1,"subs" 1;-moz-font-feature-settings:"kern" 1,"subs" 1}code{color:var(--wje-color-contrast-6);background-color:var(--wje-color);font-size:97%;position:relative;line-height:inherit;border-radius:3px;padding:5px 7px;margin:0}code:hover{color:var(--wje-color-complete)}code.code-sm{padding:3px 6px}figcaption{font-size:13px;margin-top:.625rem;font-weight:400;display:block;letter-spacing:.008em;text-align:center;color:var(--wje-color-contrast-6);line-height:1.46}em{font-style:italic!important;font-family:inherit;font-weight:inherit}ins{font-family:var(--wje-font-family);border-bottom:1px solid #d0d0d0;text-decoration:none;color:var(--wje-color-contrast-8);font-weight:400;font-size:94%}cite{font-family:var(--wje-font-family);font-weight:300;color:var(--wje-color-contrast-6);text-decoration:none;font-style:normal;hanging-punctuation:first}sup{top:-.28em;font-size:70%}sub{bottom:.03em}var{font-family:var(--wje-font-family);font-feature-settings:"calt" 1,"tnum" 1,"frac" 1,"case" 1,"ss01" 1,"cv11" 1}q{font-family:var(--wje-font-family);font-weight:500;font-size:20px;hanging-punctuation:first}q:before{content:"“";color:#00000070;font-size:35px}q:after{content:"”";font-size:35px;color:#00000070}audio{margin-top:42px}hr{clear:both;margin-bottom:42px;margin-top:42px;border:0;border-bottom:1px solid rgba(0,0,0,.13)}address{font-family:var(--wje-font-family);font-style:normal;margin:24px 0 1.75em;font-size:14px;line-height:24px}abbr{text-decoration:none;letter-spacing:.01em;background-color:transparent;border-bottom:2px solid #ffba5a;transition-property:color,background,border;transition-duration:.15s;transition-timing-function:linear;color:var(--wje-color-contrast-8)}acronym{text-decoration:none;text-transform:uppercase;letter-spacing:.06em;background-color:transparent;border-bottom:2px solid #ffba5a;transition-property:color,background,border;transition-duration:.15s;transition-timing-function:linear;color:var(--wje-color-contrast-8)}pre{-moz-tab-size:4;tab-size:4;font-size:85.714%;overflow-x:auto;font-family:monospace,monospace;line-height:1.7;counter-reset:line;background-color:var(--wje-color-contrast-3) er;color:var(--wje-color-contrast-8);margin-inline:0;padding:1rem 1.25rem;border-radius:3px;margin-top:1rem;margin-bottom:1rem}dt{font-weight:700;margin-bottom:5px}dd{margin:0 0 1.75em}kbd{font-size:85.714%;font-family:var(--wje-font-family);position:relative;line-height:34px;top:-3px;letter-spacing:.01em;padding:5px 7px;margin:0;color:#00000087;background-color:#fff;border-radius:3px;box-shadow:0 2px 0 1px #c7c7c7,0 1px 0 1px #00000026,0 0 0 1px #ececec}.overline{text-transform:uppercase;display:inline-block;letter-spacing:.06em;font-size:11px}.small-text{font-size:12px!important;letter-spacing:.00849077em;line-height:18px}.small-text a{text-decoration:underline}.normal-text{font-size:13px!important}.large-text{font-size:15px!important}.normal{font-weight:400!important}.semi-bold{font-weight:500!important}.bold{font-weight:600!important}.light{font-weight:300!important}.all-caps{text-transform:uppercase;letter-spacing:.07em!important}.text-uppercase{text-transform:uppercase!important;letter-spacing:.07em!important}.muted{color:var(--wje-color-contrast-6)}.hint-text{opacity:.76!important}.no-decoration{text-decoration:none!important}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gradient-grey,.gradient-black{background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 75%);background:linear-gradient(to bottom,#0000,#000c 75%)}.bg-black{background-color:var(--wje-color-black)!important;color:var(--wje-color-contrast-0)}.bg-white{background-color:var(--wje-color-contrast-0)!important;color:var(--wje-color-contrast-8)}.bg-transparent{background-color:transparent!important}.link{opacity:.7}.link:hover{opacity:1}.text-right{text-align:right!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.stroke-primary{stroke:var(--wje-color-primary)!important}.stroke-complete{stroke:var(--wje-color-complete)!important}.stroke-success{stroke:var(--wje-color-success)!important}.stroke-info{stroke:var(--wje-color-info)!important}.stroke-warning{stroke:var(--wje-color-warning)!important}.stroke-danger{stroke:var(--wje-color-danger)!important}.fs-x-small{font-size:var(--wje-font-size-x-small)!important;letter-spacing:.0180093em;line-height:15px}.fs-small{font-size:var(--wje-font-size-small)!important;letter-spacing:.00849077em;line-height:18px}.fs{font-size:var(--wje-font-size)!important;letter-spacing:.00177646em;line-height:22px}.fs-medium{font-size:var(--wje-font-size-medium)!important;letter-spacing:-.00295978em;line-height:24px}.fs-large{font-size:var(--wje-font-size-large)!important;letter-spacing:normal;line-height:normal}.fs-x-large{font-size:var(--wje-font-size-x-large)!important;letter-spacing:normal;line-height:normal}.fs-2x-large{font-size:var(--wje-font-size-2x-large)!important;letter-spacing:normal;line-height:normal}.fs-3x-large{font-size:var(--wje-font-size-3x-large)!important;letter-spacing:normal;line-height:normal}.fs-4x-large{font-size:var(--wje-font-size-4x-large)!important;letter-spacing:normal;line-height:normal}.lh-normal{line-height:normal}.lh-10{line-height:10px}.lh-11{line-height:11px}.lh-12{line-height:12px}.lh-13{line-height:13px}.lh-14{line-height:14px}.lh-15{line-height:15px}.lh-16{line-height:16px}.font-arial{font-family:Arial,sans-serif!important}.font-montserrat{font-family:var(--wje-font-family-secondary)!important}.font-heading,.font-secondary{font-family:var(--wje-font-family-secondary)}.well{background-color:var(--wje-color-contrast-3);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;border:none;background-image:none}.well.well-large{padding:24px;width:auto}.well.well-small{padding:13px;width:auto}.well.green{background-color:var(--wje-color-complete);color:var(--wje-color-contrast-0);border:none}.overflow-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.alert>p,.alert>ul{margin-bottom:0}.table>tbody>tr>td,.table>tbody>tr>th{line-height:1.42857143}.table>tfoot>tr>td,.table>tfoot>tr>th{line-height:1.42857143}.table>thead>tr>td,.table>thead>tr>th{line-height:1.42857143}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-5{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.text-separator{display:block;text-align:center;margin:1.5rem 0;width:100%;background:linear-gradient(to top,transparent 0%,transparent calc(50% - 1px),var(--wje-border-color) calc(50% - 1px),var(--wje-border-color) calc(50% + 1px),transparent calc(50% + 1px),transparent 100%)}.text-separator:before{background:#fff;content:attr(data-text);padding:0 1rem;text-transform:uppercase}.wje-toast-stack{position:fixed;top:0;right:0;margin:.5rem;width:min(var(--wje-toast-stack-width, 300px),calc(100vw - 1rem));max-width:calc(100vw - 1rem);max-height:calc(100vh - 1rem);overflow:auto;z-index:9999;display:flex;flex-direction:column;align-items:stretch;gap:var(--wje-spacing-medium)}.wje-toast-stack[data-position=top-start]{left:0;right:auto}.wje-toast-stack[data-position=top-center]{left:50%;right:auto;transform:translate(-50%)}.wje-toast-stack[data-position=bottom-start],.wje-toast-stack[data-position=bottom-center],.wje-toast-stack[data-position=bottom-end]{top:auto;bottom:0}.wje-toast-stack[data-position=bottom-start]{left:0;right:auto}.wje-toast-stack[data-position=bottom-center]{left:50%;right:auto;transform:translate(-50%)}.wje-toast-stack[data-stacked=true]{overflow:visible;padding-block:1rem}.wje-toast-stack[data-stacked=true]>wje-toast{margin:0}.wje-toast-stack[data-stacked=true][data-expanded=true]{overflow:auto}.wje-toast-stack[data-stacked=true][data-expanded=true]>wje-toast{--wje-toast-stack-scale: 1 !important;--wje-toast-stack-shift: 0px !important;--wje-toast-stack-opacity: 1 !important}