wj-elements 0.1.136 → 0.1.137

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