wj-elements 0.1.129 → 0.1.130

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