@zimbra/x-ui 5.5.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css-variables.css +5 -4
- package/icons.less +153 -153
- package/package.json +4 -1
- package/palette.css +30 -30
package/css-variables.css
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
--gray-light: #999999;
|
|
16
16
|
--gray-lighter: #d9d9d9;
|
|
17
17
|
--gray-lightest: #f2f2f2;
|
|
18
|
-
--gray-placeholder: var(--gray-
|
|
18
|
+
--gray-placeholder: var(--gray-dark);
|
|
19
19
|
--warm-gray: var(--gray-light);
|
|
20
20
|
--off-white: #fafafa;
|
|
21
21
|
--translucent-white: rgba(255, 255, 255, 0.7);
|
|
@@ -31,14 +31,15 @@
|
|
|
31
31
|
--text-color-light: #ffffff;
|
|
32
32
|
--dialog-title-fg: #000000;
|
|
33
33
|
--background-gray: var(--gray-lightest);
|
|
34
|
-
--link-color: var(--brand-primary-
|
|
34
|
+
--link-color: var(--brand-primary-600);
|
|
35
35
|
--link-hover-color: var(--brand-primary-800);
|
|
36
36
|
--link-hover-decoration: underline;
|
|
37
37
|
--item-hover-bg: #ffffff;
|
|
38
38
|
--item-selected-bg: var(--brand-primary-100);
|
|
39
39
|
--border-color: var(--gray-lighter);
|
|
40
40
|
--hr-border: var(--gray-lighter);
|
|
41
|
-
--
|
|
41
|
+
--input-border-color: var(--gray);
|
|
42
|
+
--placeholder-color: var(--gray-dark);
|
|
42
43
|
--app-menu-active-color: var(--gray-lightest);
|
|
43
44
|
--list-active-bg: var(--brand-primary-50);
|
|
44
45
|
--list-hover-bg: var(--gray-lightest);
|
|
@@ -63,7 +64,7 @@
|
|
|
63
64
|
--file-type-default: #949cae;
|
|
64
65
|
--file-type-media: #bc0e67;
|
|
65
66
|
--file-type-code: #00b4ca;
|
|
66
|
-
--toast-success-color: var(--brand-success-
|
|
67
|
+
--toast-success-color: var(--brand-success-500);
|
|
67
68
|
--toast-failure-color: var(--brand-danger-500);
|
|
68
69
|
--toast-warning-color: var(--brand-warning-500);
|
|
69
70
|
--font-family-sans-serif: "Roboto", Helvetica, Arial, sans-serif;
|
package/icons.less
CHANGED
|
@@ -28,463 +28,463 @@
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
.zimbra-icon-add-event:before {
|
|
31
|
-
content:
|
|
31
|
+
content: var(--zimbra-icon-add-event);
|
|
32
32
|
}
|
|
33
33
|
.zimbra-icon-folder-add:before {
|
|
34
|
-
content:
|
|
34
|
+
content: var(--zimbra-icon-folder-add);
|
|
35
35
|
}
|
|
36
36
|
.zimbra-icon-add-note:before {
|
|
37
|
-
content:
|
|
37
|
+
content: var(--zimbra-icon-add-note);
|
|
38
38
|
}
|
|
39
39
|
.zimbra-icon-plus:before {
|
|
40
|
-
content:
|
|
40
|
+
content: var(--zimbra-icon-plus);
|
|
41
41
|
}
|
|
42
42
|
.zimbra-icon-archive:before {
|
|
43
|
-
content:
|
|
43
|
+
content: var(--zimbra-icon-archive);
|
|
44
44
|
}
|
|
45
45
|
.zimbra-icon-caret-down:before {
|
|
46
|
-
content:
|
|
46
|
+
content: var(--zimbra-icon-caret-down);
|
|
47
47
|
}
|
|
48
48
|
.zimbra-icon-user-o:before {
|
|
49
|
-
content:
|
|
49
|
+
content: var(--zimbra-icon-user-o);
|
|
50
50
|
}
|
|
51
51
|
.zimbra-icon-user:before {
|
|
52
|
-
content:
|
|
52
|
+
content: var(--zimbra-icon-user);
|
|
53
53
|
}
|
|
54
54
|
.zimbra-icon-bold:before {
|
|
55
|
-
content:
|
|
55
|
+
content: var(--zimbra-icon-bold);
|
|
56
56
|
}
|
|
57
57
|
.zimbra-icon-list-ul:before {
|
|
58
|
-
content:
|
|
58
|
+
content: var(--zimbra-icon-list-ul);
|
|
59
59
|
}
|
|
60
60
|
.zimbra-icon-calendar-alt-o:before {
|
|
61
|
-
content:
|
|
61
|
+
content: var(--zimbra-icon-calendar-alt-o);
|
|
62
62
|
}
|
|
63
63
|
.zimbra-icon-calendar-o:before {
|
|
64
|
-
content:
|
|
64
|
+
content: var(--zimbra-icon-calendar-o);
|
|
65
65
|
}
|
|
66
66
|
.zimbra-icon-align-center:before {
|
|
67
|
-
content:
|
|
67
|
+
content: var(--zimbra-icon-align-center);
|
|
68
68
|
}
|
|
69
69
|
.zimbra-icon-chat:before {
|
|
70
|
-
content:
|
|
70
|
+
content: var(--zimbra-icon-chat);
|
|
71
71
|
}
|
|
72
72
|
.zimbra-icon-check-square:before {
|
|
73
|
-
content:
|
|
73
|
+
content: var(--zimbra-icon-check-square);
|
|
74
74
|
}
|
|
75
75
|
.zimbra-icon-square-o:before {
|
|
76
|
-
content:
|
|
76
|
+
content: var(--zimbra-icon-square-o);
|
|
77
77
|
}
|
|
78
78
|
.zimbra-icon-check:before {
|
|
79
|
-
content:
|
|
79
|
+
content: var(--zimbra-icon-check);
|
|
80
80
|
}
|
|
81
81
|
.zimbra-icon-close-circle:before {
|
|
82
|
-
content:
|
|
82
|
+
content: var(--zimbra-icon-close-circle);
|
|
83
83
|
}
|
|
84
84
|
.zimbra-icon-close:before {
|
|
85
|
-
content:
|
|
85
|
+
content: var(--zimbra-icon-close);
|
|
86
86
|
}
|
|
87
87
|
.zimbra-icon-collapse-items:before {
|
|
88
|
-
content:
|
|
88
|
+
content: var(--zimbra-icon-collapse-items);
|
|
89
89
|
}
|
|
90
90
|
.zimbra-icon-angle-double-left:before {
|
|
91
|
-
content:
|
|
91
|
+
content: var(--zimbra-icon-angle-double-left);
|
|
92
92
|
}
|
|
93
93
|
.zimbra-icon-pencil:before {
|
|
94
|
-
content:
|
|
94
|
+
content: var(--zimbra-icon-pencil);
|
|
95
95
|
}
|
|
96
96
|
.zimbra-icon-address-book:before {
|
|
97
|
-
content:
|
|
97
|
+
content: var(--zimbra-icon-address-book);
|
|
98
98
|
}
|
|
99
99
|
.zimbra-icon-arrows-alt-inverse:before {
|
|
100
|
-
content:
|
|
100
|
+
content: var(--zimbra-icon-arrows-alt-inverse);
|
|
101
101
|
}
|
|
102
102
|
.zimbra-icon-file-word-o:before {
|
|
103
|
-
content:
|
|
103
|
+
content: var(--zimbra-icon-file-word-o);
|
|
104
104
|
}
|
|
105
105
|
.zimbra-icon-chevron-right:before {
|
|
106
|
-
content:
|
|
106
|
+
content: var(--zimbra-icon-chevron-right);
|
|
107
107
|
}
|
|
108
108
|
.zimbra-icon-download:before {
|
|
109
|
-
content:
|
|
109
|
+
content: var(--zimbra-icon-download);
|
|
110
110
|
}
|
|
111
111
|
.zimbra-icon-angle-right:before {
|
|
112
|
-
content:
|
|
112
|
+
content: var(--zimbra-icon-angle-right);
|
|
113
113
|
}
|
|
114
114
|
.zimbra-icon-smile-o:before {
|
|
115
|
-
content:
|
|
115
|
+
content: var(--zimbra-icon-smile-o);
|
|
116
116
|
}
|
|
117
117
|
.zimbra-icon-expand-items:before {
|
|
118
|
-
content:
|
|
118
|
+
content: var(--zimbra-icon-expand-items);
|
|
119
119
|
}
|
|
120
120
|
.zimbra-icon-angle-double-right:before {
|
|
121
|
-
content:
|
|
121
|
+
content: var(--zimbra-icon-angle-double-right);
|
|
122
122
|
}
|
|
123
123
|
.zimbra-icon-facebook-official:before {
|
|
124
|
-
content:
|
|
124
|
+
content: var(--zimbra-icon-facebook-official);
|
|
125
125
|
}
|
|
126
126
|
.zimbra-icon-mail-forward:before {
|
|
127
|
-
content:
|
|
127
|
+
content: var(--zimbra-icon-mail-forward);
|
|
128
128
|
}
|
|
129
129
|
.zimbra-icon-expand:before {
|
|
130
|
-
content:
|
|
130
|
+
content: var(--zimbra-icon-expand);
|
|
131
131
|
}
|
|
132
132
|
.zimbra-icon-GIF:before {
|
|
133
|
-
content:
|
|
133
|
+
content: var(--zimbra-icon-GIF);
|
|
134
134
|
}
|
|
135
135
|
.zimbra-icon-grid:before {
|
|
136
|
-
content:
|
|
136
|
+
content: var(--zimbra-icon-grid);
|
|
137
137
|
}
|
|
138
138
|
.zimbra-icon-question-circle:before {
|
|
139
|
-
content:
|
|
139
|
+
content: var(--zimbra-icon-question-circle);
|
|
140
140
|
}
|
|
141
141
|
.zimbra-icon-home:before {
|
|
142
|
-
content:
|
|
142
|
+
content: var(--zimbra-icon-home);
|
|
143
143
|
}
|
|
144
144
|
.zimbra-icon-image:before {
|
|
145
|
-
content:
|
|
145
|
+
content: var(--zimbra-icon-image);
|
|
146
146
|
}
|
|
147
147
|
.zimbra-icon-arrows-alt:before {
|
|
148
|
-
content:
|
|
148
|
+
content: var(--zimbra-icon-arrows-alt);
|
|
149
149
|
}
|
|
150
150
|
.zimbra-icon-indent:before {
|
|
151
|
-
content:
|
|
151
|
+
content: var(--zimbra-icon-indent);
|
|
152
152
|
}
|
|
153
153
|
.zimbra-icon-italic:before {
|
|
154
|
-
content:
|
|
154
|
+
content: var(--zimbra-icon-italic);
|
|
155
155
|
}
|
|
156
156
|
.zimbra-icon-align-left:before {
|
|
157
|
-
content:
|
|
157
|
+
content: var(--zimbra-icon-align-left);
|
|
158
158
|
}
|
|
159
159
|
.zimbra-icon-link:before {
|
|
160
|
-
content:
|
|
160
|
+
content: var(--zimbra-icon-link);
|
|
161
161
|
}
|
|
162
162
|
.zimbra-icon-mobile-phone:before {
|
|
163
|
-
content:
|
|
163
|
+
content: var(--zimbra-icon-mobile-phone);
|
|
164
164
|
}
|
|
165
165
|
.zimbra-icon-ellipsis-h:before {
|
|
166
|
-
content:
|
|
166
|
+
content: var(--zimbra-icon-ellipsis-h);
|
|
167
167
|
}
|
|
168
168
|
.zimbra-icon-folder-move:before {
|
|
169
|
-
content:
|
|
169
|
+
content: var(--zimbra-icon-folder-move);
|
|
170
170
|
}
|
|
171
171
|
.zimbra-icon-angle-left:before {
|
|
172
|
-
content:
|
|
172
|
+
content: var(--zimbra-icon-angle-left);
|
|
173
173
|
}
|
|
174
174
|
.zimbra-icon-angle-down:before {
|
|
175
|
-
content:
|
|
175
|
+
content: var(--zimbra-icon-angle-down);
|
|
176
176
|
}
|
|
177
177
|
.zimbra-icon-angle-up:before {
|
|
178
|
-
content:
|
|
178
|
+
content: var(--zimbra-icon-angle-up);
|
|
179
179
|
}
|
|
180
180
|
.zimbra-icon-book:before {
|
|
181
|
-
content:
|
|
181
|
+
content: var(--zimbra-icon-book);
|
|
182
182
|
}
|
|
183
183
|
.zimbra-icon-list-ol:before {
|
|
184
|
-
content:
|
|
184
|
+
content: var(--zimbra-icon-list-ol);
|
|
185
185
|
}
|
|
186
186
|
.zimbra-icon-external-link:before {
|
|
187
|
-
content:
|
|
187
|
+
content: var(--zimbra-icon-external-link);
|
|
188
188
|
}
|
|
189
189
|
.zimbra-icon-outdent:before {
|
|
190
|
-
content:
|
|
190
|
+
content: var(--zimbra-icon-outdent);
|
|
191
191
|
}
|
|
192
192
|
.zimbra-icon-file-pdf-o:before {
|
|
193
|
-
content:
|
|
193
|
+
content: var(--zimbra-icon-file-pdf-o);
|
|
194
194
|
}
|
|
195
195
|
.zimbra-icon-multimedia-active:before {
|
|
196
|
-
content:
|
|
196
|
+
content: var(--zimbra-icon-multimedia-active);
|
|
197
197
|
}
|
|
198
198
|
.zimbra-icon-multimedia:before {
|
|
199
|
-
content:
|
|
199
|
+
content: var(--zimbra-icon-multimedia);
|
|
200
200
|
}
|
|
201
201
|
.zimbra-icon-file-powerpoint-o:before {
|
|
202
|
-
content:
|
|
202
|
+
content: var(--zimbra-icon-file-powerpoint-o);
|
|
203
203
|
}
|
|
204
204
|
.zimbra-icon-print:before {
|
|
205
|
-
content:
|
|
205
|
+
content: var(--zimbra-icon-print);
|
|
206
206
|
}
|
|
207
207
|
.zimbra-icon-radio:before {
|
|
208
|
-
content:
|
|
208
|
+
content: var(--zimbra-icon-radio);
|
|
209
209
|
}
|
|
210
210
|
.zimbra-icon-radio-active:before {
|
|
211
|
-
content:
|
|
211
|
+
content: var(--zimbra-icon-radio-active);
|
|
212
212
|
}
|
|
213
213
|
.zimbra-icon-mail-reply-all:before {
|
|
214
|
-
content:
|
|
214
|
+
content: var(--zimbra-icon-mail-reply-all);
|
|
215
215
|
}
|
|
216
216
|
.zimbra-icon-mail-reply:before {
|
|
217
|
-
content:
|
|
217
|
+
content: var(--zimbra-icon-mail-reply);
|
|
218
218
|
}
|
|
219
219
|
.zimbra-icon-align-right:before {
|
|
220
|
-
content:
|
|
220
|
+
content: var(--zimbra-icon-align-right);
|
|
221
221
|
}
|
|
222
222
|
.zimbra-icon-search:before {
|
|
223
|
-
content:
|
|
223
|
+
content: var(--zimbra-icon-search);
|
|
224
224
|
}
|
|
225
225
|
.zimbra-icon-cog:before {
|
|
226
|
-
content:
|
|
226
|
+
content: var(--zimbra-icon-cog);
|
|
227
227
|
}
|
|
228
228
|
.zimbra-icon-music:before {
|
|
229
|
-
content:
|
|
229
|
+
content: var(--zimbra-icon-music);
|
|
230
230
|
}
|
|
231
231
|
.zimbra-icon-shield:before {
|
|
232
|
-
content:
|
|
232
|
+
content: var(--zimbra-icon-shield);
|
|
233
233
|
}
|
|
234
234
|
.zimbra-icon-star:before {
|
|
235
|
-
content:
|
|
235
|
+
content: var(--zimbra-icon-star);
|
|
236
236
|
}
|
|
237
237
|
.zimbra-icon-alarm:before {
|
|
238
|
-
content:
|
|
238
|
+
content: var(--zimbra-icon-alarm);
|
|
239
239
|
}
|
|
240
240
|
.zimbra-icon-arrow-left:before {
|
|
241
|
-
content:
|
|
241
|
+
content: var(--zimbra-icon-arrow-left);
|
|
242
242
|
}
|
|
243
243
|
.zimbra-icon-address-book-sync:before {
|
|
244
|
-
content:
|
|
244
|
+
content: var(--zimbra-icon-address-book-sync);
|
|
245
245
|
}
|
|
246
246
|
.zimbra-icon-adn:before {
|
|
247
|
-
content:
|
|
247
|
+
content: var(--zimbra-icon-adn);
|
|
248
248
|
}
|
|
249
249
|
.zimbra-icon-font:before {
|
|
250
|
-
content:
|
|
250
|
+
content: var(--zimbra-icon-font);
|
|
251
251
|
}
|
|
252
252
|
.zimbra-icon-trash:before {
|
|
253
|
-
content:
|
|
253
|
+
content: var(--zimbra-icon-trash);
|
|
254
254
|
}
|
|
255
255
|
.zimbra-icon-twitter:before {
|
|
256
|
-
content:
|
|
256
|
+
content: var(--zimbra-icon-twitter);
|
|
257
257
|
}
|
|
258
258
|
.zimbra-icon-underline:before {
|
|
259
|
-
content:
|
|
259
|
+
content: var(--zimbra-icon-underline);
|
|
260
260
|
}
|
|
261
261
|
.zimbra-icon-arrow-down:before {
|
|
262
|
-
content:
|
|
262
|
+
content: var(--zimbra-icon-arrow-down);
|
|
263
263
|
}
|
|
264
264
|
.zimbra-icon-users:before {
|
|
265
|
-
content:
|
|
265
|
+
content: var(--zimbra-icon-users);
|
|
266
266
|
}
|
|
267
267
|
.zimbra-icon-play-circle-o:before {
|
|
268
|
-
content:
|
|
268
|
+
content: var(--zimbra-icon-play-circle-o);
|
|
269
269
|
}
|
|
270
270
|
.zimbra-icon-file-excel-o:before {
|
|
271
|
-
content:
|
|
271
|
+
content: var(--zimbra-icon-file-excel-o);
|
|
272
272
|
}
|
|
273
273
|
.zimbra-icon-file-archive-o:before {
|
|
274
|
-
content:
|
|
274
|
+
content: var(--zimbra-icon-file-archive-o);
|
|
275
275
|
}
|
|
276
276
|
.zimbra-icon-clock:before {
|
|
277
|
-
content:
|
|
277
|
+
content: var(--zimbra-icon-clock);
|
|
278
278
|
}
|
|
279
279
|
.zimbra-icon-check-circle:before {
|
|
280
|
-
content:
|
|
280
|
+
content: var(--zimbra-icon-check-circle);
|
|
281
281
|
}
|
|
282
282
|
.zimbra-icon-minus:before {
|
|
283
|
-
content:
|
|
283
|
+
content: var(--zimbra-icon-minus);
|
|
284
284
|
}
|
|
285
285
|
.zimbra-icon-camera:before {
|
|
286
|
-
content:
|
|
286
|
+
content: var(--zimbra-icon-camera);
|
|
287
287
|
}
|
|
288
288
|
.zimbra-icon-minus-square:before {
|
|
289
|
-
content:
|
|
289
|
+
content: var(--zimbra-icon-minus-square);
|
|
290
290
|
}
|
|
291
291
|
.zimbra-icon-paperclip:before {
|
|
292
|
-
content:
|
|
292
|
+
content: var(--zimbra-icon-paperclip);
|
|
293
293
|
}
|
|
294
294
|
.zimbra-icon-arrow-up:before {
|
|
295
|
-
content:
|
|
295
|
+
content: var(--zimbra-icon-arrow-up);
|
|
296
296
|
}
|
|
297
297
|
.zimbra-icon-bell:before {
|
|
298
|
-
content:
|
|
298
|
+
content: var(--zimbra-icon-bell);
|
|
299
299
|
}
|
|
300
300
|
.zimbra-icon-calendar-range:before {
|
|
301
|
-
content:
|
|
301
|
+
content: var(--zimbra-icon-calendar-range);
|
|
302
302
|
}
|
|
303
303
|
.zimbra-icon-trash-forever:before {
|
|
304
|
-
content:
|
|
304
|
+
content: var(--zimbra-icon-trash-forever);
|
|
305
305
|
}
|
|
306
306
|
.zimbra-icon-user-circle-o:before {
|
|
307
|
-
content:
|
|
307
|
+
content: var(--zimbra-icon-user-circle-o);
|
|
308
308
|
}
|
|
309
309
|
.zimbra-icon-add-contact:before {
|
|
310
|
-
content:
|
|
310
|
+
content: var(--zimbra-icon-add-contact);
|
|
311
311
|
}
|
|
312
312
|
.zimbra-icon-envelope:before {
|
|
313
|
-
content:
|
|
313
|
+
content: var(--zimbra-icon-envelope);
|
|
314
314
|
}
|
|
315
315
|
.zimbra-icon-add-circle:before {
|
|
316
|
-
content:
|
|
316
|
+
content: var(--zimbra-icon-add-circle);
|
|
317
317
|
}
|
|
318
318
|
.zimbra-icon-text-options:before {
|
|
319
|
-
content:
|
|
319
|
+
content: var(--zimbra-icon-text-options);
|
|
320
320
|
}
|
|
321
321
|
.zimbra-icon-assign-list:before {
|
|
322
|
-
content:
|
|
322
|
+
content: var(--zimbra-icon-assign-list);
|
|
323
323
|
}
|
|
324
324
|
.zimbra-icon-bars:before {
|
|
325
|
-
content:
|
|
325
|
+
content: var(--zimbra-icon-bars);
|
|
326
326
|
}
|
|
327
327
|
.zimbra-icon-restore:before {
|
|
328
|
-
content:
|
|
328
|
+
content: var(--zimbra-icon-restore);
|
|
329
329
|
}
|
|
330
330
|
.zimbra-icon-remove-list:before {
|
|
331
|
-
content:
|
|
331
|
+
content: var(--zimbra-icon-remove-list);
|
|
332
332
|
}
|
|
333
333
|
.zimbra-icon-lock:before {
|
|
334
|
-
content:
|
|
334
|
+
content: var(--zimbra-icon-lock);
|
|
335
335
|
}
|
|
336
336
|
.zimbra-icon-repeat:before {
|
|
337
|
-
content:
|
|
337
|
+
content: var(--zimbra-icon-repeat);
|
|
338
338
|
}
|
|
339
339
|
.zimbra-icon-refresh:before {
|
|
340
|
-
content:
|
|
340
|
+
content: var(--zimbra-icon-refresh);
|
|
341
341
|
}
|
|
342
342
|
.zimbra-icon-chevron-left:before {
|
|
343
|
-
content:
|
|
343
|
+
content: var(--zimbra-icon-chevron-left);
|
|
344
344
|
}
|
|
345
345
|
.zimbra-icon-bell-slash:before {
|
|
346
|
-
content:
|
|
346
|
+
content: var(--zimbra-icon-bell-slash);
|
|
347
347
|
}
|
|
348
348
|
.zimbra-icon-warning:before {
|
|
349
|
-
content:
|
|
349
|
+
content: var(--zimbra-icon-warning);
|
|
350
350
|
}
|
|
351
351
|
.zimbra-icon-encrypted:before {
|
|
352
|
-
content:
|
|
352
|
+
content: var(--zimbra-icon-encrypted);
|
|
353
353
|
}
|
|
354
354
|
.zimbra-icon-search-plus:before {
|
|
355
|
-
content:
|
|
355
|
+
content: var(--zimbra-icon-search-plus);
|
|
356
356
|
}
|
|
357
357
|
.zimbra-icon-search-minus:before {
|
|
358
|
-
content:
|
|
358
|
+
content: var(--zimbra-icon-search-minus);
|
|
359
359
|
}
|
|
360
360
|
.zimbra-icon-rotate_right:before {
|
|
361
|
-
content:
|
|
361
|
+
content: var(--zimbra-icon-rotate_right);
|
|
362
362
|
}
|
|
363
363
|
.zimbra-icon-rotate_left:before {
|
|
364
|
-
content:
|
|
364
|
+
content: var(--zimbra-icon-rotate_left);
|
|
365
365
|
}
|
|
366
366
|
.zimbra-icon-not-signed:before {
|
|
367
|
-
content:
|
|
367
|
+
content: var(--zimbra-icon-not-signed);
|
|
368
368
|
}
|
|
369
369
|
.zimbra-icon-signed:before {
|
|
370
|
-
content:
|
|
370
|
+
content: var(--zimbra-icon-signed);
|
|
371
371
|
}
|
|
372
372
|
.zimbra-icon-cloud:before {
|
|
373
|
-
content:
|
|
373
|
+
content: var(--zimbra-icon-cloud);
|
|
374
374
|
}
|
|
375
375
|
.zimbra-icon-videocam:before {
|
|
376
|
-
content:
|
|
376
|
+
content: var(--zimbra-icon-videocam);
|
|
377
377
|
}
|
|
378
378
|
.zimbra-icon-location:before {
|
|
379
|
-
content:
|
|
379
|
+
content: var(--zimbra-icon-location);
|
|
380
380
|
}
|
|
381
381
|
.zimbra-icon-verified:before {
|
|
382
|
-
content:
|
|
382
|
+
content: var(--zimbra-icon-verified);
|
|
383
383
|
}
|
|
384
384
|
.zimbra-icon-not-verified:before {
|
|
385
|
-
content:
|
|
385
|
+
content: var(--zimbra-icon-not-verified);
|
|
386
386
|
}
|
|
387
387
|
.zimbra-icon-outline-user-circle-o:before {
|
|
388
|
-
content:
|
|
388
|
+
content: var(--zimbra-icon-outline-user-circle-o);
|
|
389
389
|
}
|
|
390
390
|
.zimbra-icon-web:before {
|
|
391
|
-
content:
|
|
391
|
+
content: var(--zimbra-icon-web);
|
|
392
392
|
}
|
|
393
393
|
.zimbra-icon-code:before {
|
|
394
|
-
content:
|
|
394
|
+
content: var(--zimbra-icon-code);
|
|
395
395
|
}
|
|
396
396
|
.zimbra-icon-check-square-o:before {
|
|
397
|
-
content:
|
|
397
|
+
content: var(--zimbra-icon-check-square-o);
|
|
398
398
|
}
|
|
399
399
|
.zimbra-icon-about:before {
|
|
400
|
-
content:
|
|
400
|
+
content: var(--zimbra-icon-about);
|
|
401
401
|
}
|
|
402
402
|
.zimbra-icon-language:before {
|
|
403
|
-
content:
|
|
403
|
+
content: var(--zimbra-icon-language);
|
|
404
404
|
}
|
|
405
405
|
.zimbra-icon-copy-to-clipboard:before {
|
|
406
|
-
content:
|
|
406
|
+
content: var(--zimbra-icon-copy-to-clipboard);
|
|
407
407
|
}
|
|
408
408
|
.zimbra-icon-priority-high:before {
|
|
409
|
-
content:
|
|
409
|
+
content: var(--zimbra-icon-priority-high);
|
|
410
410
|
}
|
|
411
411
|
.zimbra-icon-priority-low:before {
|
|
412
|
-
content:
|
|
412
|
+
content: var(--zimbra-icon-priority-low);
|
|
413
413
|
}
|
|
414
414
|
.zimbra-icon-send-feedback:before {
|
|
415
|
-
content:
|
|
415
|
+
content: var(--zimbra-icon-send-feedback);
|
|
416
416
|
}
|
|
417
417
|
.zimbra-icon-drag:before {
|
|
418
|
-
content:
|
|
418
|
+
content: var(--zimbra-icon-drag);
|
|
419
419
|
}
|
|
420
420
|
.zimbra-icon-label:before {
|
|
421
|
-
content:
|
|
421
|
+
content: var(--zimbra-icon-label);
|
|
422
422
|
}
|
|
423
423
|
.zimbra-icon-install-as-app:before {
|
|
424
|
-
content:
|
|
424
|
+
content: var(--zimbra-icon-install-as-app);
|
|
425
425
|
}
|
|
426
426
|
.zimbra-icon-dashboard:before {
|
|
427
|
-
content:
|
|
427
|
+
content: var(--zimbra-icon-dashboard);
|
|
428
428
|
}
|
|
429
429
|
.zimbra-icon-share:before {
|
|
430
|
-
content:
|
|
430
|
+
content: var(--zimbra-icon-share);
|
|
431
431
|
}
|
|
432
432
|
.zimbra-icon-arrow-up-thin:before {
|
|
433
|
-
content:
|
|
433
|
+
content: var(--zimbra-icon-arrow-up-thin);
|
|
434
434
|
}
|
|
435
435
|
.zimbra-icon-arrow-right-thin:before {
|
|
436
|
-
content:
|
|
436
|
+
content: var(--zimbra-icon-arrow-right-thin);
|
|
437
437
|
}
|
|
438
438
|
.zimbra-icon-arrow-down-thin:before {
|
|
439
|
-
content:
|
|
439
|
+
content: var(--zimbra-icon-arrow-down-thin);
|
|
440
440
|
}
|
|
441
441
|
.zimbra-icon-arrow-left-thin:before {
|
|
442
|
-
content:
|
|
442
|
+
content: var(--zimbra-icon-arrow-left-thin);
|
|
443
443
|
}
|
|
444
444
|
.zimbra-icon-collapse:before {
|
|
445
|
-
content:
|
|
445
|
+
content: var(--zimbra-icon-collapse);
|
|
446
446
|
}
|
|
447
447
|
.zimbra-icon-email-24px:before {
|
|
448
|
-
content:
|
|
448
|
+
content: var(--zimbra-icon-email-24px);
|
|
449
449
|
}
|
|
450
450
|
.zimbra-icon-pin:before {
|
|
451
|
-
content:
|
|
451
|
+
content: var(--zimbra-icon-pin);
|
|
452
452
|
color: #626262;
|
|
453
453
|
}
|
|
454
454
|
.zimbra-icon-pin-outline:before {
|
|
455
|
-
content:
|
|
455
|
+
content: var(--zimbra-icon-pin-outline);
|
|
456
456
|
}
|
|
457
457
|
.zimbra-icon-preview-right:before {
|
|
458
|
-
content:
|
|
458
|
+
content: var(--zimbra-icon-preview-right);
|
|
459
459
|
}
|
|
460
460
|
.zimbra-icon-preview-bottom:before {
|
|
461
|
-
content:
|
|
461
|
+
content: var(--zimbra-icon-preview-bottom);
|
|
462
462
|
}
|
|
463
463
|
.zimbra-icon-preview-none:before {
|
|
464
|
-
content:
|
|
464
|
+
content: var(--zimbra-icon-preview-none);
|
|
465
465
|
}
|
|
466
466
|
.zimbra-icon-briefcase:before {
|
|
467
|
-
content:
|
|
467
|
+
content: var(--zimbra-icon-briefcase);
|
|
468
468
|
}
|
|
469
469
|
.zimbra-icon-folder:before {
|
|
470
|
-
content:
|
|
470
|
+
content: var(--zimbra-icon-folder)
|
|
471
471
|
}
|
|
472
472
|
.zimbra-icon-integration:before {
|
|
473
|
-
content:
|
|
473
|
+
content: var(--zimbra-icon-integration)
|
|
474
474
|
}
|
|
475
475
|
.zimbra-icon-up-to-parent:before {
|
|
476
|
-
content:
|
|
476
|
+
content: var(--zimbra-icon-up-to-parent)
|
|
477
477
|
}
|
|
478
478
|
.zimbra-icon-notes:before {
|
|
479
|
-
content:
|
|
479
|
+
content: var(--zimbra-icon-notes);
|
|
480
480
|
}
|
|
481
481
|
.zimbra-icon-zimbra-window-minimize:before {
|
|
482
|
-
content:
|
|
482
|
+
content: var(--zimbra-icon-zimbra-window-minimize);
|
|
483
483
|
}
|
|
484
484
|
.zimbra-icon-zimbra-window-restore:before {
|
|
485
|
-
content:
|
|
485
|
+
content: var(--zimbra-icon-zimbra-window-restore);
|
|
486
486
|
}
|
|
487
487
|
.zimbra-icon-zimbra-make-current:before {
|
|
488
|
-
content:
|
|
488
|
+
content: var(--zimbra-icon-zimbra-make-current);
|
|
489
489
|
}
|
|
490
490
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zimbra/x-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "LESS mixins, CSS variables, and icons used by the Zimbra X client and Zimbra X compatible zimlets",
|
|
5
5
|
"main": "index.less",
|
|
6
6
|
"keywords": [
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
"build": "npm run generateIconVariablesFile",
|
|
13
13
|
"prepublishOnly": "npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags"
|
|
14
14
|
},
|
|
15
|
+
"engines": {
|
|
16
|
+
"node": ">=14.5.0"
|
|
17
|
+
},
|
|
15
18
|
"repository": "Zimbra/zm-x-ui",
|
|
16
19
|
"license": "BSD-3-Clause"
|
|
17
20
|
}
|
package/palette.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--brand-primary-50: #
|
|
3
|
-
--brand-primary-100: #
|
|
4
|
-
--brand-primary-200: #
|
|
5
|
-
--brand-primary-300: #
|
|
6
|
-
--brand-primary-400: #
|
|
7
|
-
--brand-primary-500: #
|
|
8
|
-
--brand-primary-600: #
|
|
9
|
-
--brand-primary-700: #
|
|
10
|
-
--brand-primary-800: #
|
|
11
|
-
--brand-primary-900: #
|
|
2
|
+
--brand-primary-50: #d9eaf2;
|
|
3
|
+
--brand-primary-100: #b3d6e5;
|
|
4
|
+
--brand-primary-200: #80bbd4;
|
|
5
|
+
--brand-primary-300: #4d9fc2;
|
|
6
|
+
--brand-primary-400: #1f86b2;
|
|
7
|
+
--brand-primary-500: #0076a8;
|
|
8
|
+
--brand-primary-600: #00648f;
|
|
9
|
+
--brand-primary-700: #004f71;
|
|
10
|
+
--brand-primary-800: #004461;
|
|
11
|
+
--brand-primary-900: #00374f;
|
|
12
12
|
--brand-secondary-50: #fde6de;
|
|
13
13
|
--brand-secondary-100: #fbcebd;
|
|
14
14
|
--brand-secondary-200: #f8ad92;
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
--brand-tertiary-700: #034879;
|
|
30
30
|
--brand-tertiary-800: #033f69;
|
|
31
31
|
--brand-tertiary-900: #023558;
|
|
32
|
-
--brand-success-50: #
|
|
33
|
-
--brand-success-100: #
|
|
34
|
-
--brand-success-200: #
|
|
35
|
-
--brand-success-300: #
|
|
36
|
-
--brand-success-400: #
|
|
37
|
-
--brand-success-500: #
|
|
38
|
-
--brand-success-600: #
|
|
39
|
-
--brand-success-700: #
|
|
40
|
-
--brand-success-800: #
|
|
41
|
-
--brand-success-900: #
|
|
32
|
+
--brand-success-50: #e0ede6;
|
|
33
|
+
--brand-success-100: #c0dbcc;
|
|
34
|
+
--brand-success-200: #96c3aa;
|
|
35
|
+
--brand-success-300: #6caa88;
|
|
36
|
+
--brand-success-400: #469569;
|
|
37
|
+
--brand-success-500: #2d8655;
|
|
38
|
+
--brand-success-600: #277349;
|
|
39
|
+
--brand-success-700: #1f5d3b;
|
|
40
|
+
--brand-success-800: #1b5133;
|
|
41
|
+
--brand-success-900: #16442b;
|
|
42
42
|
--brand-info-50: #e6f6fa;
|
|
43
43
|
--brand-info-100: #ceecf5;
|
|
44
44
|
--brand-info-200: #ade0ef;
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
--brand-warning-700: #d7980d;
|
|
60
60
|
--brand-warning-800: #cb8e08;
|
|
61
61
|
--brand-warning-900: #bf8404;
|
|
62
|
-
--brand-danger-50: #
|
|
63
|
-
--brand-danger-100: #
|
|
64
|
-
--brand-danger-200: #
|
|
65
|
-
--brand-danger-300: #
|
|
66
|
-
--brand-danger-400: #
|
|
67
|
-
--brand-danger-500: #
|
|
68
|
-
--brand-danger-600: #
|
|
69
|
-
--brand-danger-700: #
|
|
70
|
-
--brand-danger-800: #
|
|
71
|
-
--brand-danger-900: #
|
|
62
|
+
--brand-danger-50: #fbdede;
|
|
63
|
+
--brand-danger-100: #f7bcbc;
|
|
64
|
+
--brand-danger-200: #f19090;
|
|
65
|
+
--brand-danger-300: #eb6464;
|
|
66
|
+
--brand-danger-400: #e63c3c;
|
|
67
|
+
--brand-danger-500: #e32121;
|
|
68
|
+
--brand-danger-600: #cd1d1d;
|
|
69
|
+
--brand-danger-700: #b41919;
|
|
70
|
+
--brand-danger-800: #a61717;
|
|
71
|
+
--brand-danger-900: #971414;
|
|
72
72
|
}
|