wj-elements 0.1.128 → 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.
- package/README.md +8 -4
- package/dist/assets/tags.json +3252 -22012
- package/dist/dark.css +211 -203
- package/dist/{infinite-scroll.element-DcO1E5Es.js → infinite-scroll.element-BmojLp3Z.js} +54 -44
- package/dist/light.css +511 -496
- package/dist/{list.element-TZXMx1rt.js → list.element-Ce1vIm1O.js} +3 -9
- package/dist/localize.js +4 -4
- package/dist/{popup.element-l8v-dMoK.js → popup.element-4DNn6DjX.js} +44 -53
- package/dist/{router-links-I2vcmVCs.js → router-links-CJnOdbas.js} +30 -77
- package/dist/styles.css +485 -473
- package/dist/wje-accordion-item.js +13 -11
- package/dist/wje-accordion.js +51 -14
- package/dist/wje-animation.js +149 -25
- package/dist/wje-aside.js +7 -12
- package/dist/wje-avatar.js +12 -15
- package/dist/wje-badge.js +24 -19
- package/dist/wje-breadcrumb.js +36 -44
- package/dist/wje-breadcrumbs.js +84 -27
- package/dist/wje-button-group.js +17 -23
- package/dist/wje-button.js +117 -66
- package/dist/wje-card-content.js +10 -13
- package/dist/wje-card-controls.js +10 -13
- package/dist/wje-card-header.js +5 -9
- package/dist/wje-card-subtitle.js +5 -8
- package/dist/wje-card-title.js +5 -8
- package/dist/wje-card.js +13 -14
- package/dist/wje-carousel-item.js +26 -1
- package/dist/wje-carousel.js +141 -24
- package/dist/wje-checkbox.js +300 -51
- package/dist/wje-chip.js +31 -12
- package/dist/wje-col.js +11 -15
- package/dist/wje-color-picker.js +92 -64
- package/dist/wje-container.js +6 -10
- package/dist/wje-copy-button.js +14 -18
- package/dist/wje-dialog.js +89 -5
- package/dist/wje-divider.js +2 -5
- package/dist/wje-dropdown.js +57 -24
- package/dist/wje-element.js +393 -218
- package/dist/wje-fetchAndParseCSS.js +2 -1
- package/dist/wje-file-upload-item.js +12 -19
- package/dist/wje-file-upload.js +117 -68
- package/dist/wje-footer.js +3 -10
- package/dist/wje-form.js +23 -1
- package/dist/wje-format-digital.js +5 -13
- package/dist/wje-grid.js +24 -3
- package/dist/wje-header.js +3 -10
- package/dist/wje-icon-picker.js +15 -31
- package/dist/wje-icon.js +10 -10
- package/dist/wje-img-comparer.js +8 -18
- package/dist/wje-img.js +5 -11
- package/dist/wje-infinite-scroll.js +1 -1
- package/dist/wje-input-file.js +20 -17
- package/dist/wje-input.js +51 -62
- package/dist/wje-item.js +31 -4
- package/dist/wje-kanban.js +37 -53
- package/dist/wje-label.js +4 -21
- package/dist/wje-list.js +1 -1
- package/dist/wje-main.js +4 -11
- package/dist/wje-masonry.js +21 -26
- package/dist/wje-master.js +201 -348
- package/dist/wje-menu-button.js +5 -13
- package/dist/wje-menu-item.js +211 -30
- package/dist/wje-menu-label.js +4 -11
- package/dist/wje-menu.js +6 -15
- package/dist/wje-option.js +19 -26
- package/dist/wje-options.js +148 -48
- package/dist/wje-orgchart-group.js +10 -17
- package/dist/wje-orgchart-item.js +13 -157
- package/dist/wje-orgchart.js +4 -10
- package/dist/wje-popup.js +1 -1
- package/dist/wje-progress-bar.js +17 -27
- package/dist/wje-qr-code.js +29 -13
- package/dist/wje-radio-group.js +21 -43
- package/dist/wje-radio.js +46 -8
- package/dist/wje-rate.js +38 -58
- package/dist/wje-relative-time.js +51 -43
- package/dist/wje-reorder-dropzone.js +20 -2
- package/dist/wje-reorder-handle.js +62 -3
- package/dist/wje-reorder-item.js +20 -2
- package/dist/wje-reorder.js +93 -36
- package/dist/wje-route.js +3 -9
- package/dist/wje-router-link.js +10 -14
- package/dist/wje-router-outlet.js +35 -37
- package/dist/wje-routerx.js +231 -338
- package/dist/wje-row.js +8 -20
- package/dist/wje-select.js +80 -104
- package/dist/wje-slider.js +17 -33
- package/dist/wje-sliding-container.js +127 -55
- package/dist/wje-split-view.js +15 -21
- package/dist/wje-status.js +9 -13
- package/dist/wje-step.js +18 -0
- package/dist/wje-stepper.js +65 -4734
- package/dist/wje-store.js +193 -90
- package/dist/wje-tab-group.js +7 -16
- package/dist/wje-tab-panel.js +4 -13
- package/dist/wje-tab.js +6 -14
- package/dist/wje-textarea.js +128 -42
- package/dist/wje-thumbnail.js +10 -23
- package/dist/wje-toast.js +38 -74
- package/dist/wje-toggle.js +24 -29
- package/dist/wje-toolbar-action.js +11 -15
- package/dist/wje-toolbar.js +11 -16
- package/dist/wje-tooltip.js +35 -23
- package/dist/wje-visually-hidden.js +10 -14
- package/package.json +22 -4
package/dist/light.css
CHANGED
|
@@ -6,502 +6,517 @@
|
|
|
6
6
|
:host,
|
|
7
7
|
.wje-theme-light,
|
|
8
8
|
.light {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
9
|
+
* {
|
|
10
|
+
box-sizing: border-box !important;
|
|
11
|
+
}
|
|
12
|
+
color-scheme: light;
|
|
13
|
+
|
|
14
|
+
--wje-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif,
|
|
15
|
+
'Apple Color Emoji', 'Segoe UI Emoji';
|
|
16
|
+
--wje-font-family-secondary: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
|
17
|
+
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
|
18
|
+
--wje-force-mac-font-family: -apple-system, BlinkMacSystemFont, 'Inter UI', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
|
|
19
|
+
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
|
20
|
+
|
|
21
|
+
/* Line Heights */
|
|
22
|
+
--wje-line-height-denser: 1.2;
|
|
23
|
+
--wje-line-height-dense: 1.4;
|
|
24
|
+
--wje-line-height-normal: 1.5;
|
|
25
|
+
--wje-line-height-loose: 1.6;
|
|
26
|
+
--wje-line-height-looser: 1.8;
|
|
27
|
+
|
|
28
|
+
/* Font Sizes (rem) */
|
|
29
|
+
--wje-font-size-2x-small: 0.5rem; /* 8px */
|
|
30
|
+
--wje-font-size-x-small: 0.625rem; /* 10px */
|
|
31
|
+
--wje-font-size-small: 0.75rem; /* 12px */
|
|
32
|
+
--wje-font-size: 0.875rem; /* 14px */
|
|
33
|
+
--wje-font-size-medium: 1rem; /* 16px */
|
|
34
|
+
--wje-font-size-large: 1.25rem; /* 20px */
|
|
35
|
+
--wje-font-size-x-large: 1.5rem; /* 24px */
|
|
36
|
+
--wje-font-size-2x-large: 2.25rem; /* 36px */
|
|
37
|
+
--wje-font-size-3x-large: 3rem; /* 48px */
|
|
38
|
+
--wje-font-size-4x-large: 4.5rem; /* 72px */
|
|
39
|
+
|
|
40
|
+
/* Spacing (Padding/Margin) */
|
|
41
|
+
--wje-spacing-4x-small: 0.125rem; /* 2px */
|
|
42
|
+
--wje-spacing-3x-small: 0.25rem; /* 4px */
|
|
43
|
+
--wje-spacing-2x-small: 0.375rem; /* 6px */
|
|
44
|
+
--wje-spacing-x-small: 0.5rem; /* 8px */
|
|
45
|
+
--wje-spacing-small: 0.75rem; /* 12px */
|
|
46
|
+
--wje-spacing-medium: 1rem; /* 16px */
|
|
47
|
+
--wje-spacing-large: 1.5rem; /* 24px */
|
|
48
|
+
--wje-spacing-x-large: 2rem; /* 32px */
|
|
49
|
+
--wje-spacing-2x-large: 2.5rem; /* 40px */
|
|
50
|
+
--wje-spacing-3x-large: 3rem; /* 48px */
|
|
51
|
+
--wje-spacing-4x-large: 4.5rem; /* 72px */
|
|
52
|
+
|
|
53
|
+
/* Font Weights */
|
|
54
|
+
--wje-font-weight-light: 300;
|
|
55
|
+
--wje-font-weight-normal: 400;
|
|
56
|
+
--wje-font-weight-medium: 500;
|
|
57
|
+
--wje-font-weight-semibold: 600;
|
|
58
|
+
--wje-font-weight-bold: 700;
|
|
59
|
+
|
|
60
|
+
/* Border Radius */
|
|
61
|
+
--wje-border-radius-small: 0.125rem; /* 2px */
|
|
62
|
+
--wje-border-radius-medium: 0.25rem; /* 4px */
|
|
63
|
+
--wje-border-radius-large: 0.5rem; /* 8px */
|
|
64
|
+
--wje-border-radius-x-large: 1rem; /* 16px */
|
|
65
|
+
--wje-border-radius-circle: 50%; /* Circle */
|
|
66
|
+
--wje-border-radius-pill: 50rem; /* Pill */
|
|
67
|
+
|
|
68
|
+
/* Shadows */
|
|
69
|
+
--wje-shadow-small: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
70
|
+
--wje-shadow-medium: 2px 2px 11px 0px hsla(0, 0%, 0%, 0.08);
|
|
71
|
+
--wje-shadow-large: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
72
|
+
--wje-shadow-x-large: 0 8px 16px rgba(0, 0, 0, 0.1);
|
|
73
|
+
--wje-shadow-2x-large: 0 16px 32px rgba(0, 0, 0, 0.1);
|
|
74
|
+
|
|
75
|
+
/* Letter Spacing */
|
|
76
|
+
--wje-letter-spacing-tightest: -0.05em;
|
|
77
|
+
--wje-letter-spacing-tighter: -0.025em;
|
|
78
|
+
--wje-letter-spacing-normal: 0em;
|
|
79
|
+
--wje-letter-spacing-wider: 0.025em;
|
|
80
|
+
--wje-letter-spacing-widest: 0.05em;
|
|
81
|
+
|
|
82
|
+
/* Transitions */
|
|
83
|
+
--wje-transition-fast: 0.2s ease-in-out;
|
|
84
|
+
--wje-transition-medium: 0.4s ease-in-out;
|
|
85
|
+
--wje-transition-slow: 0.6s ease-in-out;
|
|
86
|
+
|
|
87
|
+
/* Size */
|
|
88
|
+
--wje-size-4x-small: 0.125rem; /* 2px */
|
|
89
|
+
--wje-size-3x-small: 0.25rem; /* 4px */
|
|
90
|
+
--wje-size-2x-small: 0.5rem; /* 8px */
|
|
91
|
+
--wje-size-x-small: 0.625rem; /* 10px */
|
|
92
|
+
--wje-size-small: 0.75rem; /* 12px */
|
|
93
|
+
--wje-size-medium: 0.875rem; /* 14px */
|
|
94
|
+
--wje-size: 1rem; /* 16px */
|
|
95
|
+
--wje-size-large: 1.25rem; /* 20px */
|
|
96
|
+
--wje-size-x-large: 1.5rem; /* 24px */
|
|
97
|
+
--wje-size-2x-large: 2.25rem; /* 36px */
|
|
98
|
+
--wje-size-3x-large: 3rem; /* 48px */
|
|
99
|
+
--wje-size-4x-large: 4.5rem; /* 72px */
|
|
100
|
+
--wje-size-5x-large: 9rem; /* 144px */
|
|
101
|
+
|
|
102
|
+
--wje-border-width: 1px;
|
|
103
|
+
--wje-border-style: solid;
|
|
104
|
+
|
|
105
|
+
--wje-backdrop: rgb(0, 0, 0);
|
|
106
|
+
--wje-backdrop-opacity: 0.3;
|
|
107
|
+
|
|
108
|
+
/* Colors */
|
|
109
|
+
--wje-color: hsl(0, 0%, 29%);
|
|
110
|
+
--wje-color-dark: hsl(0, 0%, 29%);
|
|
111
|
+
--wje-color-light: hsl(0 0% 95%);
|
|
112
|
+
--wje-background: var(--wje-color-contrast-0);
|
|
113
|
+
--wje-border-color: var(--wje-color-contrast-3);
|
|
114
|
+
|
|
115
|
+
--wje-card-background: var(--wje-color-contrast-0);
|
|
116
|
+
--wje-card-color: var(--wje-color);
|
|
117
|
+
|
|
118
|
+
--wje-color-menu: hsl(220, 15%, 15%);
|
|
119
|
+
--wje-color-contrast: hsl(0, 0%, 95%);
|
|
120
|
+
|
|
121
|
+
--wje-color-white: #fff;
|
|
122
|
+
--wje-color-black: #000;
|
|
123
|
+
|
|
124
|
+
/* Color - Basic*/
|
|
125
|
+
--wje-color-primary: var(--wje-color-primary-11);
|
|
126
|
+
--wje-color-complete: var(--wje-color-complete-11);
|
|
127
|
+
--wje-color-success: var(--wje-color-success-11);
|
|
128
|
+
--wje-color-warning: var(--wje-color-warning-11);
|
|
129
|
+
--wje-color-danger: var(--wje-color-danger-11);
|
|
130
|
+
--wje-color-info: var(--wje-color-info-11);
|
|
131
|
+
|
|
132
|
+
/* Primary */
|
|
133
|
+
--wje-color-primary-1: hsla(261, 70%, 96%, 1);
|
|
134
|
+
--wje-color-primary-2: hsla(260, 66%, 92%, 1);
|
|
135
|
+
--wje-color-primary-3: hsla(260, 64%, 88%, 1);
|
|
136
|
+
--wje-color-primary-4: hsla(260, 61%, 84%, 1);
|
|
137
|
+
--wje-color-primary-5: hsla(260, 63%, 80%, 1);
|
|
138
|
+
--wje-color-primary-6: hsla(259, 61%, 76%, 1);
|
|
139
|
+
--wje-color-primary-7: hsla(258, 61%, 72%, 1);
|
|
140
|
+
--wje-color-primary-8: hsla(257, 61%, 68%, 1);
|
|
141
|
+
--wje-color-primary-9: hsla(254, 67%, 62%, 1);
|
|
142
|
+
--wje-color-primary-10: hsla(254, 59%, 45%, 1);
|
|
143
|
+
--wje-color-primary-11: hsla(254, 59%, 35%, 1);
|
|
144
|
+
|
|
145
|
+
/* Complete */
|
|
146
|
+
--wje-color-complete-1: hsla(233, 90%, 96%, 1);
|
|
147
|
+
--wje-color-complete-2: hsla(229, 89%, 93%, 1);
|
|
148
|
+
--wje-color-complete-3: hsla(229, 86%, 89%, 1);
|
|
149
|
+
--wje-color-complete-4: hsla(229, 86%, 86%, 1);
|
|
150
|
+
--wje-color-complete-5: hsla(228, 85%, 82%, 1);
|
|
151
|
+
--wje-color-complete-6: hsla(226, 82%, 78%, 1);
|
|
152
|
+
--wje-color-complete-7: hsla(225, 83%, 74%, 1);
|
|
153
|
+
--wje-color-complete-8: hsla(223, 83%, 70%, 1);
|
|
154
|
+
--wje-color-complete-9: hsla(211, 100%, 60%, 1);
|
|
155
|
+
--wje-color-complete-10: hsla(211, 100%, 45%, 1);
|
|
156
|
+
--wje-color-complete-11: hsla(211, 100%, 28%, 1);
|
|
157
|
+
|
|
158
|
+
/* Success */
|
|
159
|
+
--wje-color-success-1: hsla(147, 44%, 95%, 1);
|
|
160
|
+
--wje-color-success-2: hsla(149, 41%, 90%, 1);
|
|
161
|
+
--wje-color-success-3: hsla(149, 40%, 85%, 1);
|
|
162
|
+
--wje-color-success-4: hsla(150, 41%, 80%, 1);
|
|
163
|
+
--wje-color-success-5: hsla(149, 42%, 75%, 1);
|
|
164
|
+
--wje-color-success-6: hsla(150, 41%, 70%, 1);
|
|
165
|
+
--wje-color-success-7: hsla(151, 42%, 65%, 1);
|
|
166
|
+
--wje-color-success-8: hsla(152, 42%, 59%, 1);
|
|
167
|
+
--wje-color-success-9: hsla(158, 67%, 45%, 1);
|
|
168
|
+
--wje-color-success-10: hsla(158, 74%, 30%, 1);
|
|
169
|
+
--wje-color-success-11: hsla(158, 93%, 23%, 1);
|
|
170
|
+
|
|
171
|
+
/* Warning */
|
|
172
|
+
--wje-color-warning-1: hsla(45, 100%, 96%, 1);
|
|
173
|
+
--wje-color-warning-2: hsla(47, 100%, 93%, 1);
|
|
174
|
+
--wje-color-warning-3: hsla(46, 100%, 90%, 1);
|
|
175
|
+
--wje-color-warning-4: hsla(46, 100%, 87%, 1);
|
|
176
|
+
--wje-color-warning-5: hsla(46, 100%, 84%, 1);
|
|
177
|
+
--wje-color-warning-6: hsla(46, 100%, 81%, 1);
|
|
178
|
+
--wje-color-warning-7: hsla(46, 100%, 77%, 1);
|
|
179
|
+
--wje-color-warning-8: hsla(47, 100%, 74%, 1);
|
|
180
|
+
--wje-color-warning-9: hsla(47, 100%, 67%, 1);
|
|
181
|
+
--wje-color-warning-10: hsla(47, 100%, 53%, 1);
|
|
182
|
+
--wje-color-warning-11: hsla(47, 75%, 38%, 1);
|
|
183
|
+
|
|
184
|
+
/* Danger */
|
|
185
|
+
--wje-color-danger-1: hsla(9, 100%, 96%, 1);
|
|
186
|
+
--wje-color-danger-2: hsla(12, 100%, 91%, 1);
|
|
187
|
+
--wje-color-danger-3: hsla(11, 94%, 87%, 1);
|
|
188
|
+
--wje-color-danger-4: hsla(10, 91%, 83%, 1);
|
|
189
|
+
--wje-color-danger-5: hsla(9, 87%, 79%, 1);
|
|
190
|
+
--wje-color-danger-6: hsla(10, 82%, 74%, 1);
|
|
191
|
+
--wje-color-danger-7: hsla(8, 80%, 70%, 1);
|
|
192
|
+
--wje-color-danger-8: hsla(8, 77%, 65%, 1);
|
|
193
|
+
--wje-color-danger-9: hsla(3, 78%, 59%, 1);
|
|
194
|
+
--wje-color-danger-10: hsla(3, 68%, 41%, 1);
|
|
195
|
+
--wje-color-danger-11: hsla(3, 81%, 31%, 1);
|
|
196
|
+
|
|
197
|
+
/* Info */
|
|
198
|
+
--wje-color-info-1: hsla(210, 5%, 92%, 1);
|
|
199
|
+
--wje-color-info-2: hsla(204, 6%, 85%, 1);
|
|
200
|
+
--wje-color-info-3: hsla(210, 7%, 78%, 1);
|
|
201
|
+
--wje-color-info-4: hsla(203, 5%, 71%, 1);
|
|
202
|
+
--wje-color-info-5: hsla(213, 6%, 65%, 1);
|
|
203
|
+
--wje-color-info-6: hsla(203, 6%, 58%, 1);
|
|
204
|
+
--wje-color-info-7: hsla(208, 6%, 52%, 1);
|
|
205
|
+
--wje-color-info-8: hsla(210, 7%, 45%, 1);
|
|
206
|
+
--wje-color-info-9: hsla(207, 20%, 35%, 1);
|
|
207
|
+
--wje-color-info-10: hsla(207, 16%, 27%, 1);
|
|
208
|
+
--wje-color-info-11: hsla(207, 36%, 16%, 1);
|
|
209
|
+
|
|
210
|
+
/* Contrast */
|
|
211
|
+
--wje-color-contrast-0: hsla(0, 0%, 100%, 1);
|
|
212
|
+
--wje-color-contrast-1: hsla(0, 0%, 98%, 1);
|
|
213
|
+
--wje-color-contrast-2: hsla(240, 5%, 96%, 1);
|
|
214
|
+
--wje-color-contrast-3: hsla(240, 6%, 90%, 1);
|
|
215
|
+
--wje-color-contrast-4: hsla(240, 5%, 84%, 1);
|
|
216
|
+
--wje-color-contrast-5: hsla(240, 5%, 65%, 1);
|
|
217
|
+
--wje-color-contrast-6: hsla(240, 4%, 46%, 1);
|
|
218
|
+
--wje-color-contrast-7: hsla(240, 5%, 34%, 1);
|
|
219
|
+
--wje-color-contrast-8: hsla(240, 5%, 26%, 1);
|
|
220
|
+
--wje-color-contrast-9: hsla(240, 4%, 16%, 1);
|
|
221
|
+
--wje-color-contrast-10: hsla(240, 6%, 10%, 1);
|
|
222
|
+
--wje-color-contrast-11: hsla(240, 7%, 8%, 1);
|
|
223
|
+
|
|
224
|
+
/*
|
|
222
225
|
[ Elements ]
|
|
223
226
|
*/
|
|
224
227
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
228
|
+
/* Avatar */
|
|
229
|
+
--wje-avatar-size: var(--wje-size-x-large);
|
|
230
|
+
--wje-avatar-font-size: var(--wje-font-size-x-small);
|
|
231
|
+
--wje-avatar-font-weight: var(--wje-font-weight-normal);
|
|
232
|
+
--wje-avatar-color: var(--wje-color-contrast-11);
|
|
233
|
+
--wje-avatar-background-color: var(--wje-color-contrast-3);
|
|
234
|
+
--wje-avatar-border-radius: var(--wje-border-radius-circle);
|
|
235
|
+
--wje-avatar-border-color: transparent;
|
|
236
|
+
--wje-avatar-border-width: 1px;
|
|
237
|
+
--wje-avatar-border-style: solid;
|
|
238
|
+
|
|
239
|
+
/* Badge */
|
|
240
|
+
--wje-badge-border-radius: var(--wje-border-radius-pill);
|
|
241
|
+
|
|
242
|
+
/* Breadcrumb */
|
|
243
|
+
--wje-breadcrumb-a: var(--wje-color-contrast-8);
|
|
244
|
+
--wje-breadcrumb-a-hover: var(--wje-color-contrast-6);
|
|
245
|
+
|
|
246
|
+
/* Button */
|
|
247
|
+
--wje-button-border-radius: var(--wje-border-radius-medium);
|
|
248
|
+
--wje-button-border-width: 1px;
|
|
249
|
+
--wje-button-border-style: solid;
|
|
250
|
+
--wje-button-border-color: var(--wje-color-contrast-1);
|
|
251
|
+
--wje-button-margin-inline: 0;
|
|
252
|
+
--wje-button-outline-width: 0.5rem;
|
|
253
|
+
|
|
254
|
+
/* Card */
|
|
255
|
+
--wje-card-border-radius: var(--wje-border-radius-large);
|
|
256
|
+
--wje-card-border-color: transparent;
|
|
257
|
+
--wje-card-shadow: var(--wje-shadow-x-large);
|
|
258
|
+
|
|
259
|
+
/* Card - Header */
|
|
260
|
+
--wje-card-header-padding: 1rem 1rem 0.5rem;
|
|
261
|
+
|
|
262
|
+
/* Card - Controls */
|
|
263
|
+
--wje-card-controls-font-size: var(--wje-font-size-small);
|
|
264
|
+
--wje-card-controls-font-family: var(--wje-font-family-secondary);
|
|
265
|
+
|
|
266
|
+
/* Card - Subtitle */
|
|
267
|
+
--wje-card-subtitle-font-size: var(--wje-font-size-small);
|
|
268
|
+
--wje-card-subtitle-font-family: var(--wje-font-family-secondary);
|
|
269
|
+
--wje-card-subtitle-padding: 0;
|
|
270
|
+
|
|
271
|
+
/* Card - Content */
|
|
272
|
+
--wje-card-content-padding: 0 1rem 1rem;
|
|
273
|
+
|
|
274
|
+
/* Card - Title*/
|
|
275
|
+
--wje-card-title-font-size: var(--wje-font-size-x-large);
|
|
276
|
+
--wje-card-title-font-weight: var(--wje-font-weight-medium);
|
|
277
|
+
--wje-card-title-margin: 0;
|
|
278
|
+
--wje-card-title-padding: 0;
|
|
279
|
+
--wje-card-title-line-height: 1.2;
|
|
280
|
+
|
|
281
|
+
/* Carousel */
|
|
282
|
+
--wje-scroll-hint: 0px;
|
|
283
|
+
--wje-carousel-width: 100%;
|
|
284
|
+
--wje-carousel-height: auto;
|
|
285
|
+
--wje-carousel-size: 100%;
|
|
286
|
+
|
|
287
|
+
/* Carousel - Item */
|
|
288
|
+
--wje-carousel-item-aspect-ratio: inherit;
|
|
289
|
+
|
|
290
|
+
/* Container */
|
|
291
|
+
--wje-container-indent: 0;
|
|
292
|
+
|
|
293
|
+
/* Color Picker */
|
|
294
|
+
--wje-color-picker-value: #ff0000;
|
|
295
|
+
--wje-color-picker-area: transparent;
|
|
296
|
+
--wje-color-picker-swatch: transparent;
|
|
297
|
+
--wje-color-picker-size: 1rem;
|
|
298
|
+
--wje-color-picker-radius: 4px;
|
|
299
|
+
|
|
300
|
+
/* Checkbox */
|
|
301
|
+
--wje-checkbox-interminate: url('data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgd2lkdGg9IjI0IiAgaGVpZ2h0PSIyNCIgIHZpZXdCb3g9IjAgMCAyNCAyNCIgIGZpbGw9Im5vbmUiICBzdHJva2U9ImN1cnJlbnRDb2xvciIgIHN0cm9rZS13aWR0aD0iMiIgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgIHN0cm9rZS1saW5lam9pbj0icm91bmQiICBjbGFzcz0iaWNvbiBpY29uLXRhYmxlciBpY29ucy10YWJsZXItb3V0bGluZSBpY29uLXRhYmxlci1taW51cyI+PHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTUgMTJsMTQgMCIgLz48L3N2Zz4=');
|
|
302
|
+
--wje-checkbox-checkmark: url('data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgd2lkdGg9IjI0IiAgaGVpZ2h0PSIyNCIgIHZpZXdCb3g9IjAgMCAyNCAyNCIgIGZpbGw9Im5vbmUiICBzdHJva2U9ImN1cnJlbnRDb2xvciIgIHN0cm9rZS13aWR0aD0iMiIgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgIHN0cm9rZS1saW5lam9pbj0icm91bmQiICBjbGFzcz0iaWNvbiBpY29uLXRhYmxlciBpY29ucy10YWJsZXItb3V0bGluZSBpY29uLXRhYmxlci1jaGVjayI+PHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTUgMTJsNSA1bDEwIC0xMCIgLz48L3N2Zz4=');
|
|
303
|
+
--wje-checkbox-margin-top: 0;
|
|
304
|
+
--wje-checkbox-margin-bottom: var(--wje-spacing-x-small);
|
|
305
|
+
--wje-checkbox-margin-inline: 0;
|
|
306
|
+
--wje-checkbox-size: var(--wje-font-size-medium);
|
|
307
|
+
--wje-checkbox-border-radius: var(--wje-border-radius-medium);
|
|
308
|
+
|
|
309
|
+
/* Chip */
|
|
310
|
+
--wje-chip-border-radius: 100px;
|
|
311
|
+
--wje-chip-margin: 0;
|
|
312
|
+
|
|
313
|
+
/* Dialog */
|
|
314
|
+
--wje-dialog-width: 600px;
|
|
315
|
+
--wje-dialog-height: 600px;
|
|
316
|
+
--wje-dialog-border-radius: var(--wje-border-radius-medium);
|
|
317
|
+
--wje-dialog-border-width: var(--wje-border-width);
|
|
318
|
+
--wje-dialog-border-style: var(--wje-border-style);
|
|
319
|
+
--wje-dialog-border-color: var(--wje-border-color);
|
|
320
|
+
--wje-dialog-margin-top: auto;
|
|
321
|
+
--wje-dialog-margin-start: auto;
|
|
322
|
+
--wje-dialog-margin-end: auto;
|
|
323
|
+
--wje-dialog-margin-bottom: auto;
|
|
324
|
+
--wje-dialog-padding: var(--wje-spacing-medium);
|
|
325
|
+
--wje-dialog-padding-inline: var(--wje-spacing-medium);
|
|
326
|
+
--wje-dialog-padding-top: var(--wje-spacing-medium);
|
|
327
|
+
--wje-dialog-padding-bottom: var(--wje-spacing-medium);
|
|
328
|
+
|
|
329
|
+
/* Divider */
|
|
330
|
+
--wje-divider-border-width: var(--wje-border-width, 1px);
|
|
331
|
+
--wje-divider-border-style: var(--wje-border-style);
|
|
332
|
+
--wje-divider-border-color: var(--wje-border-color);
|
|
333
|
+
--wje-divider-spacing: 0;
|
|
334
|
+
|
|
335
|
+
/* File Upload - Item */
|
|
336
|
+
--wje-file-upload-item-border-width: 1px;
|
|
337
|
+
--wje-file-upload-item-border-style: solid;
|
|
338
|
+
--wje-file-upload-item-border-color: var(--wje-border-color);
|
|
339
|
+
|
|
340
|
+
/* Icon */
|
|
341
|
+
--wje-icon-stroke: 2;
|
|
342
|
+
--wje-icon-size: var(--wje-size);
|
|
343
|
+
--wje-icon-color: currentColor;
|
|
344
|
+
|
|
345
|
+
/* Infinite Scroll */
|
|
346
|
+
--wje-infinite-scroll-width: 100%;
|
|
347
|
+
--wje-infinite-scroll-height: 300px;
|
|
348
|
+
--wje-infinite-scroll-loading-bg: rgba(0, 0, 0, 0);
|
|
349
|
+
|
|
350
|
+
/* Img - Comparer */
|
|
351
|
+
--wje-img-compare-divider-area: 12px;
|
|
352
|
+
--wje-img-compare-divider-background: white;
|
|
353
|
+
--wje-img-compare-divider-size: 2px;
|
|
354
|
+
--wje-img-compare-divider-left: 50%;
|
|
355
|
+
--wje-img-compare-position: 50%;
|
|
356
|
+
--wje-img-compare-clip-path: inset(0 calc(100% - var(--wje-img-compare-position)) 0 0);
|
|
357
|
+
|
|
358
|
+
/* Input */
|
|
359
|
+
--wje-input-font-family: var(--wje-font-family);
|
|
360
|
+
--wje-input-background-color: var(--wje-background);
|
|
361
|
+
--wje-input-color: var(--wje-color);
|
|
362
|
+
--wje-input-color-invalid: var(--wje-color-danger);
|
|
363
|
+
--wje-input-border-color: var(--wje-border-color);
|
|
364
|
+
--wje-input-border-color-focus: var(--wje-color-primary);
|
|
365
|
+
--wje-input-border-width: 1px;
|
|
366
|
+
--wje-input-border-style: solid;
|
|
367
|
+
--wje-input-border-radius: 4px;
|
|
368
|
+
--wje-input-margin-bottom: 0.5rem;
|
|
369
|
+
--wje-input-line-height: 20px;
|
|
370
|
+
--wje-input-slot-padding-inline: 0.5rem;
|
|
371
|
+
|
|
372
|
+
/* Item */
|
|
373
|
+
--wje-item-color: var(--wje-color);
|
|
374
|
+
--wje-item-border-width: 0 0 1px 0;
|
|
375
|
+
--wje-item-border-style: solid;
|
|
376
|
+
--wje-item-border-color: var(--wje-border-color);
|
|
377
|
+
--wje-item-border-radius: 0;
|
|
378
|
+
--wje-item-background: transparent;
|
|
379
|
+
--wje-item-background-hover: var(--wje-color-contrast-3);
|
|
380
|
+
--wje-item-padding-top: 0px;
|
|
381
|
+
--wje-item-padding-bottom: 0px;
|
|
382
|
+
--wje-item-padding-end: 0px;
|
|
383
|
+
--wje-item-padding-start: 0px;
|
|
384
|
+
--wje-item-inner-border-width: 0 0 1px 0;
|
|
385
|
+
--wje-item-inner-padding-top: 0px;
|
|
386
|
+
--wje-item-inner-padding-bottom: 0px;
|
|
387
|
+
--wje-item-inner-padding-start: 0px;
|
|
388
|
+
--wje-item-inner-padding-end: 0px;
|
|
389
|
+
--wje-item-inner-box-shadow: none;
|
|
390
|
+
--wje-item-min-height: 40px;
|
|
391
|
+
--wje-item-transition: var(--wje-transition-fast);
|
|
392
|
+
|
|
393
|
+
/* List */
|
|
394
|
+
--wje-list-inset-padding: 1rem;
|
|
395
|
+
--wje-list-border-radius: var(--wje-border-radius-medium);
|
|
396
|
+
--wje-list-background: var(--wje-background);
|
|
397
|
+
|
|
398
|
+
/* Menu */
|
|
399
|
+
--wje-menu-background: var(--wje-background);
|
|
400
|
+
--wje-menu-border-width: 1px;
|
|
401
|
+
--wje-menu-border-style: solid;
|
|
402
|
+
--wje-menu-border-color: var(--wje-border-color);
|
|
403
|
+
--wje-menu-border-radius: var(--wje-border-radius-medium);
|
|
404
|
+
--wje-menu-padding-top: var(--wje-spacing-x-small);
|
|
405
|
+
--wje-menu-padding-bottom: var(--wje-spacing-x-small);
|
|
406
|
+
--wje-menu-padding-inline: 0;
|
|
407
|
+
--wje-menu-margin-top: 9;
|
|
408
|
+
--wje-menu-margin-bottom: 0;
|
|
409
|
+
--wje-menu-margin-inline: 0;
|
|
410
|
+
--wje-menu-collapse-width: 65px;
|
|
411
|
+
--wje-menu-z-index: 8;
|
|
412
|
+
--wje-menu-shadow: var(--wje-shadow-medium);
|
|
413
|
+
|
|
414
|
+
/* Menu - Item */
|
|
415
|
+
--wje-menu-item-color: var(--wje-color);
|
|
416
|
+
--wje-menu-item-background: transparent;
|
|
417
|
+
--wje-menu-item-color-hover: var(--wje-color-contrast-8);
|
|
418
|
+
--wje-menu-item-background-hover: var(--wje-border-color);
|
|
419
|
+
--wje-menu-item-color-focus: var(--wje-color-contrast-8);
|
|
420
|
+
--wje-menu-item-background-focus: var(--wje-border-color);
|
|
421
|
+
--wje-menu-item-color-active: var(--wje-color-contrast-8);
|
|
422
|
+
--wje-menu-item-background-active: var(--wje-border-color);
|
|
423
|
+
--wje-menu-item-padding-top: var(--wje-spacing-x-small);
|
|
424
|
+
--wje-menu-item-padding-bottom: var(--wje-spacing-x-small);
|
|
425
|
+
--wje-menu-item-line-height: 1.8rem;
|
|
426
|
+
--wje-menu-submenu-offset: 0;
|
|
427
|
+
--wje-menu-item-icon-visibility: hidden;
|
|
428
|
+
--wje-menu-item-check-icon-display: flex;
|
|
429
|
+
--wje-menu-item-check-icon-width: 1.5rem;
|
|
430
|
+
|
|
431
|
+
/* Menu - Label */
|
|
432
|
+
--wje-menu-label-font-size: var(--wje-font-size-small);
|
|
433
|
+
--wje-menu-label-weight: var(--wje-font-weight-semibold);
|
|
434
|
+
|
|
435
|
+
/* Option */
|
|
436
|
+
--wje-option-padding-top: var(--wje-spacing-x-small);
|
|
437
|
+
--wje-option-padding-bottom: var(--wje-spacing-x-small);
|
|
438
|
+
--wje-option-highlighted: var(--wje-color-contrast-3);
|
|
439
|
+
|
|
440
|
+
/* Orgchart */
|
|
441
|
+
--wje-orgchart-height-line: 10px;
|
|
442
|
+
--wje-orgchart-border-radius: var(--wje-border-radius-large);
|
|
443
|
+
|
|
444
|
+
/* Orgchart - Item */
|
|
445
|
+
--wje-orgchart-item-width: 75px;
|
|
446
|
+
--wje-orgchart-item-border-radius: var(--wje-border-radius-large);
|
|
447
|
+
--wje-orgchart-item-height-line: 10px;
|
|
448
|
+
--wje-orgchart-item-background: var(--wje-color-contrast-0);
|
|
449
|
+
|
|
450
|
+
--wje-orgchart-item-highlight-background: var(--wje-color-complete-2);
|
|
451
|
+
--wje-orgchart-item-boss-background: var(--wje-color-complete-2);
|
|
452
|
+
--wje-orgchart-item-hover-background: var(--wje-color-contrast-3);
|
|
453
|
+
|
|
454
|
+
--wje-orgchart-item-highlight-border: 1px solid var(--wje-color-complete-3);
|
|
455
|
+
--wje-orgchart-item-boss-border: 1px solid var(--wje-border-color);
|
|
456
|
+
--wje-orgchart-item-hover-border: 1px solid var(--wje-color-danger-3);
|
|
457
|
+
|
|
458
|
+
--wje-orgchart-item-expander-size: 0.75rem;
|
|
459
|
+
|
|
460
|
+
/* Orgchart - Group */
|
|
461
|
+
--wje-orgchart-group-width: auto;
|
|
462
|
+
--wje-orgchart-group-border-radius: var(--wje-border-radius-large);
|
|
463
|
+
--wje-orgchart-group-height-line: 10px;
|
|
464
|
+
--wje-orgchart-group-padding: 0.25rem 0;
|
|
465
|
+
|
|
466
|
+
/* Rate */
|
|
467
|
+
--wje-rate-gap: 0.25rem;
|
|
468
|
+
--wje-rate-color: var(--wje-color-contrast-11);
|
|
469
|
+
--wje-rate-selected-color: var(--wje-color-danger-9);
|
|
470
|
+
|
|
471
|
+
/* Status */
|
|
472
|
+
--wje-status-size: var(--wje-size-small);
|
|
473
|
+
|
|
474
|
+
/*Stepper*/
|
|
475
|
+
--wje-stepper-margin: 1.25rem;
|
|
476
|
+
--wje-stepper-justify: start;
|
|
477
|
+
--wje-stepper-grow: initial;
|
|
478
|
+
|
|
479
|
+
/* Tab */
|
|
480
|
+
--wje-tab-font-family: var(--wje-font-family-secondary);
|
|
481
|
+
--wje-tab-font-size: var(--wje-font-size-x-small);
|
|
482
|
+
--wje-tab-line-height: var(--wje-line-height-looser);
|
|
483
|
+
--wje-tab-text-transfrom: uppercase;
|
|
484
|
+
--wje-tab-font-weight: var(--wje-font-weight-medium);
|
|
485
|
+
--wje-tab-letter-spacing: var(--wje-letter-spacing-widest);
|
|
486
|
+
--wje-tab-padding-inline: var(--wje-spacing-medium);
|
|
487
|
+
--wje-tab-padding-top: var(--wje-spacing-small);
|
|
488
|
+
--wje-tab-padding-bottom: var(--wje-spacing-small);
|
|
489
|
+
--wje-tab-color-active: var(--wje-color-primary-9);
|
|
490
|
+
--wje-tab-color-hover: var(--wje-color-primary-1);
|
|
491
|
+
--wje-tab-border-radius: 0;
|
|
492
|
+
|
|
493
|
+
/* Textarea */
|
|
494
|
+
--wje-textarea-font-family: var(--wje-font-family);
|
|
495
|
+
--wje-textarea-background-color: var(--wje-background);
|
|
496
|
+
--wje-textarea-color: var(--wje-color);
|
|
497
|
+
--wje-textarea-color-invalid: var(--wje-color-danger);
|
|
498
|
+
--wje-textarea-border-width: 1px;
|
|
499
|
+
--wje-textarea-border-style: solid;
|
|
500
|
+
--wje-textarea-border-color: var(--wje-border-color);
|
|
501
|
+
--wje-textarea-border-color-focus: var(--wje-color-primary);
|
|
502
|
+
--wje-textarea-border-radius: var(--wje-border-radius-medium);
|
|
503
|
+
--wje-textarea-margin-bottom: var(--wje-spacing-x-small);
|
|
504
|
+
--wje-textarea-line-height: 20px;
|
|
505
|
+
--wje-textarea-padding: var(--wje-spacing-x-small);
|
|
506
|
+
|
|
507
|
+
/* Thumbnail */
|
|
508
|
+
--wje-thumbnail-width: 48px;
|
|
509
|
+
--wje-thumbnail-height: 48px;
|
|
510
|
+
--wje-thumbnail-border-radius: var(--wje-border-radius-medium);
|
|
511
|
+
|
|
512
|
+
/* Tooltip */
|
|
513
|
+
--wje-tooltip-arrow-color: var(--wje-color-contrast-11);
|
|
514
|
+
--wje-tooltip-background: var(--wje-color-contrast-11);
|
|
515
|
+
--wje-tooltip-color: var(--wje-color-contrast-1);
|
|
516
|
+
--wje-tooltip-font-size: var(--wje-font-size-small);
|
|
517
|
+
--wje-tooltip-font-weight: var(--wje-font-weight-normal);
|
|
518
|
+
--wje-tooltip-line-height: var(--wje-line-height-normal);
|
|
519
|
+
--wje-tooltip-shadow: var(--wje-shadow-medium);
|
|
520
|
+
--wje-tooltip-spacing: var(--wje-spacing-x-small);
|
|
521
|
+
--wje-tooltip-border-radius: var(--wje-border-radius-medium);
|
|
522
|
+
}
|