@commercetools-frontend/ui-kit 15.13.1 → 15.14.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/dist/commercetools-frontend-ui-kit.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-ui-kit.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-ui-kit.esm.js +1 -1
- package/materials/custom-properties.css +123 -10
- package/materials/custom-properties.json +75 -10
- package/materials/internals/definition.yaml +316 -26
- package/package.json +35 -35
|
@@ -80,7 +80,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
|
|
|
80
80
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
81
81
|
|
|
82
82
|
// NOTE: This string will be replaced on build time with the package version.
|
|
83
|
-
var version = "15.
|
|
83
|
+
var version = "15.14.0";
|
|
84
84
|
|
|
85
85
|
exports.i18n = i18n__namespace;
|
|
86
86
|
Object.defineProperty(exports, 'AccessibleHidden', {
|
|
@@ -80,7 +80,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
|
|
|
80
80
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
81
81
|
|
|
82
82
|
// NOTE: This string will be replaced on build time with the package version.
|
|
83
|
-
var version = "15.
|
|
83
|
+
var version = "15.14.0";
|
|
84
84
|
|
|
85
85
|
exports.i18n = i18n__namespace;
|
|
86
86
|
Object.defineProperty(exports, 'AccessibleHidden', {
|
|
@@ -33,6 +33,6 @@ export { useDataTableSortingState, usePaginationState, useRowSelection, useSorti
|
|
|
33
33
|
export { customProperties, designTokens } from '@commercetools-uikit/design-system';
|
|
34
34
|
|
|
35
35
|
// NOTE: This string will be replaced on build time with the package version.
|
|
36
|
-
var version = "15.
|
|
36
|
+
var version = "15.14.0";
|
|
37
37
|
|
|
38
38
|
export { version };
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
--color-accent-20: hsl(195, 35.2941176471%, 20%);
|
|
17
17
|
--color-accent-30: hsl(195, 35.2941176471%, 30%);
|
|
18
18
|
--color-accent-40: hsl(195, 35.2941176471%, 40%);
|
|
19
|
+
--color-accent-60: hsl(195, 35.2941176471%, 60%);
|
|
19
20
|
--color-accent-90: hsl(195, 35.2941176471%, 90%);
|
|
20
21
|
--color-accent-95: hsl(195, 35.2941176471%, 95%);
|
|
21
22
|
--color-accent-98: hsl(195, 35.2941176471%, 98%);
|
|
@@ -174,6 +175,7 @@
|
|
|
174
175
|
89.0196078431%,
|
|
175
176
|
95%
|
|
176
177
|
);
|
|
178
|
+
--background-color-for-tag-when-hovered: hsl(0, 0%, 95%);
|
|
177
179
|
--background-color-for-collapsible-panel-header-icon-when-disabled: hsl(
|
|
178
180
|
195,
|
|
179
181
|
35.2941176471%,
|
|
@@ -183,16 +185,30 @@
|
|
|
183
185
|
--background-color-for-avatar: hsl(0, 0%, 60%);
|
|
184
186
|
--background-color-for-avatar-when-highlighted: #ccc;
|
|
185
187
|
--background-color-for-stamp-as-positive: hsl(172.9608938547486, 100%, 85%);
|
|
186
|
-
--background-color-for-localized-
|
|
188
|
+
--background-color-for-localized-input-label: hsl(195, 35.2941176471%, 98%);
|
|
189
|
+
--background-color-for-localized-input-label-when-readonly: hsl(
|
|
187
190
|
195,
|
|
188
191
|
35.2941176471%,
|
|
189
|
-
|
|
192
|
+
95%
|
|
190
193
|
);
|
|
191
|
-
--background-color-for-localized-
|
|
194
|
+
--background-color-for-localized-input-label-when-disabled: hsl(
|
|
192
195
|
195,
|
|
193
196
|
35.2941176471%,
|
|
194
197
|
98%
|
|
195
198
|
);
|
|
199
|
+
--background-color-for-localized-rich-text-body-button-when-active: hsl(
|
|
200
|
+
195,
|
|
201
|
+
35.2941176471%,
|
|
202
|
+
30%
|
|
203
|
+
);
|
|
204
|
+
--background-color-for-localized-rich-text-body-button: hsl(0, 0%, 90%);
|
|
205
|
+
--background-color-for-rich-text-dropdown-when-hovered: hsl(0, 0%, 90%);
|
|
206
|
+
--background-color-for-rich-text-more-styles-dropdown-when-hovered: hsl(
|
|
207
|
+
0,
|
|
208
|
+
0%,
|
|
209
|
+
90%
|
|
210
|
+
);
|
|
211
|
+
--background-color-for-rich-text-button: hsl(195, 35.2941176471%, 30%);
|
|
196
212
|
--background-color-for-tooltip: #213c45;
|
|
197
213
|
--background-color-for-view-switcher: #fff;
|
|
198
214
|
--background-color-for-view-switcher-when-disabled: hsl(
|
|
@@ -215,6 +231,27 @@
|
|
|
215
231
|
--background-color-for-checkbox-input-icon-when-readonly: #fff;
|
|
216
232
|
--background-color-for-checkbox-input-icon-when-error: #fff;
|
|
217
233
|
--background-color-for-checkbox-input-icon-when-hovered: #fff;
|
|
234
|
+
--background-color-for-primary-action-dropdown-when-active: hsl(0, 0%, 95%);
|
|
235
|
+
--background-color-for-primary-action-dropdown-when-disabled: hsl(
|
|
236
|
+
195,
|
|
237
|
+
35.2941176471%,
|
|
238
|
+
98%
|
|
239
|
+
);
|
|
240
|
+
--background-color-for-toggle-input-track: hsl(0, 0%, 60%);
|
|
241
|
+
--background-color-for-toggle-input-track-when-disabled: #ccc;
|
|
242
|
+
--background-color-for-toggle-input-thumb-when-disabled: hsl(
|
|
243
|
+
195,
|
|
244
|
+
35.2941176471%,
|
|
245
|
+
95%
|
|
246
|
+
);
|
|
247
|
+
--background-color-for-toggle-input-track-when-checked: #00b39e;
|
|
248
|
+
--background-color-for-toggle-input-thumb-when-checked: #fff;
|
|
249
|
+
--background-color-for-toggle-input-track-when-checked-and-disabled: hsl(
|
|
250
|
+
172.9608938547486,
|
|
251
|
+
100%,
|
|
252
|
+
25%
|
|
253
|
+
);
|
|
254
|
+
--background-color-for-toggle-input-thumb-when-checked-and-disabled: #ccc;
|
|
218
255
|
--border-for-button-as-secondary: none;
|
|
219
256
|
--border-for-button-as-secondary-when-hovered: none;
|
|
220
257
|
--border-for-button-as-secondary-when-active: none;
|
|
@@ -224,6 +261,7 @@
|
|
|
224
261
|
--border-for-view-switcher: none;
|
|
225
262
|
--border-for-select-input-tag: none;
|
|
226
263
|
--border-for-radio-input-option: 1px;
|
|
264
|
+
--border-for-calendar-menu-when-focused: 1px solid var(--color-primary);
|
|
227
265
|
--border-color-for-input: hsl(0, 0%, 60%);
|
|
228
266
|
--border-color-for-input-when-focused: #00b39e;
|
|
229
267
|
--border-color-for-input-when-disabled: #ccc;
|
|
@@ -249,8 +287,8 @@
|
|
|
249
287
|
--border-color-for-stamp-as-information: #078cdf;
|
|
250
288
|
--border-color-for-stamp-as-primary: hsl(172.9608938547486, 100%, 25%);
|
|
251
289
|
--border-color-for-stamp-as-secondary: hsl(0, 0%, 60%);
|
|
252
|
-
--border-color-for-localized-
|
|
253
|
-
--border-color-for-localized-
|
|
290
|
+
--border-color-for-localized-input-label: #ccc;
|
|
291
|
+
--border-color-for-localized-input-label-when-readonly: #ccc;
|
|
254
292
|
--border-color-for-content-notification-when-error: #e60050;
|
|
255
293
|
--border-color-for-content-notification-when-info: #078cdf;
|
|
256
294
|
--border-color-for-content-notification-when-warning: #f16d0e;
|
|
@@ -269,8 +307,9 @@
|
|
|
269
307
|
--border-color-for-radio-input-when-readonly: #ccc;
|
|
270
308
|
--border-color-for-radio-input-when-checked: #ccc;
|
|
271
309
|
--border-color-for-radio-input-when-focused: #00b39e;
|
|
310
|
+
--border-color-for-primary-action-dropdown-menu: #ccc;
|
|
272
311
|
--border-radius-for-button-as-big: 6px;
|
|
273
|
-
--border-radius-for-button-as-
|
|
312
|
+
--border-radius-for-button-as-medium: 4px;
|
|
274
313
|
--border-radius-for-button-as-icon-as-big: 6px;
|
|
275
314
|
--border-radius-for-button-as-icon-as-medium: 4px;
|
|
276
315
|
--border-radius-for-button-as-icon-as-small: 2px;
|
|
@@ -284,6 +323,11 @@
|
|
|
284
323
|
var(--border-radius-6) 0;
|
|
285
324
|
--border-radius-for-content-notification-icon: var(--border-radius-6) 0 0
|
|
286
325
|
var(--border-radius-6);
|
|
326
|
+
--border-radius-for-primary-action-dropdown: var(--border-radius-6) 0 0
|
|
327
|
+
var(--border-radius-6);
|
|
328
|
+
--border-radius-for-primary-action-dropdown-icon: 0 var(--border-radius-6)
|
|
329
|
+
var(--border-radius-6) 0;
|
|
330
|
+
--border-radius-for-primary-action-dropdown-menu: 6px;
|
|
287
331
|
--border-width-for-input: 1px;
|
|
288
332
|
--border-width-for-input-when-warning: 1px;
|
|
289
333
|
--border-width-for-input-when-error: 1px;
|
|
@@ -293,6 +337,7 @@
|
|
|
293
337
|
--border-width-for-content-notification-icon: 0px;
|
|
294
338
|
--border-left-width-for-content-notification: 1px;
|
|
295
339
|
--border-width-for-checkbox-input-icon: 1px;
|
|
340
|
+
--border-for-primary-action-dropdown-icon: 0px 0px 0px 1px;
|
|
296
341
|
--box-shadow-for-datetime-input-when-hovered: inset 0 0 0 2px;
|
|
297
342
|
--box-shadow-for-view-switcher: 0 1px 1px 0 rgba(0, 0, 0, 0.24),
|
|
298
343
|
0 -1px 1px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -300,7 +345,9 @@
|
|
|
300
345
|
inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.2),
|
|
301
346
|
inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.25);
|
|
302
347
|
--box-shadow-for-select-input-when-focused: inset 0 0 0 2px;
|
|
348
|
+
--box-shadow-for-calendar-menu-when-focused: none;
|
|
303
349
|
--font-color-for-text: #1a1a1a;
|
|
350
|
+
--font-color-for-text-when-disabled: #ccc;
|
|
304
351
|
--font-color-for-input: #1a1a1a;
|
|
305
352
|
--font-color-for-input-when-disabled: hsl(0, 0%, 60%);
|
|
306
353
|
--font-color-for-input-when-error: #e60050;
|
|
@@ -312,8 +359,17 @@
|
|
|
312
359
|
--font-color-for-tag-remove-icon-when-hovered: #f16d0e;
|
|
313
360
|
--font-color-for-tag-when-disabled: hsl(0, 0%, 60%);
|
|
314
361
|
--font-color-for-text-when-inverted: #fff;
|
|
362
|
+
--font-color-for-link-as-inverted: #fff;
|
|
363
|
+
--font-color-for-link-as-primary: #00b39e;
|
|
364
|
+
--font-color-for-link-as-secondary: #1a1a1a;
|
|
365
|
+
--font-color-for-link-as-primary-when-active: hsl(
|
|
366
|
+
172.9608938547486,
|
|
367
|
+
100%,
|
|
368
|
+
25%
|
|
369
|
+
);
|
|
370
|
+
--font-color-for-link-as-secondary-when-active: #00b39e;
|
|
315
371
|
--font-color-for-table-header: #fff;
|
|
316
|
-
--font-color-for-localized-
|
|
372
|
+
--font-color-for-localized-input-label: hsl(0, 0%, 60%);
|
|
317
373
|
--font-color-for-view-switcher: #1a1a1a;
|
|
318
374
|
--font-color-for-view-switcher-when-disabled: hsl(0, 0%, 60%);
|
|
319
375
|
--font-color-for-view-switcher-when-selected: #1a1a1a;
|
|
@@ -341,8 +397,29 @@
|
|
|
341
397
|
--font-color-for-radio-input-when-error: #e60050;
|
|
342
398
|
--font-color-for-radio-input-when-readonly: hsl(0, 0%, 60%);
|
|
343
399
|
--font-color-for-radio-input-when-warning: #f16d0e;
|
|
400
|
+
--font-color-for-flat-button-as-primary: #00b39e;
|
|
401
|
+
--font-color-for-flat-button-as-primary-when-hovered: hsl(
|
|
402
|
+
172.9608938547486,
|
|
403
|
+
100%,
|
|
404
|
+
25%
|
|
405
|
+
);
|
|
406
|
+
--font-color-for-flat-button-as-critical: #e60050;
|
|
407
|
+
--font-color-for-flat-button-as-critical-when-hovered: hsl(
|
|
408
|
+
339.1304347826087,
|
|
409
|
+
100%,
|
|
410
|
+
25%
|
|
411
|
+
);
|
|
412
|
+
--font-color-for-flat-button-as-secondary: #1a1a1a;
|
|
413
|
+
--font-color-for-flat-button-as-inverted: #fff;
|
|
414
|
+
--font-color-for-flat-button-icon-when-disabled: hsl(0, 0%, 60%);
|
|
415
|
+
--font-color-for-secondary-icon-button-as-primary: #00b39e;
|
|
416
|
+
--font-color-for-secondary-icon-button-as-primary-when-hovered: hsl(
|
|
417
|
+
172.9608938547486,
|
|
418
|
+
100%,
|
|
419
|
+
25%
|
|
420
|
+
);
|
|
344
421
|
--height-for-button-as-big: 32px;
|
|
345
|
-
--height-for-button-as-
|
|
422
|
+
--height-for-button-as-medium: 24px;
|
|
346
423
|
--height-for-button-as-icon-as-big: 32px;
|
|
347
424
|
--height-for-button-as-icon-as-medium: 24px;
|
|
348
425
|
--height-for-button-as-icon-as-small: 16px;
|
|
@@ -352,6 +429,7 @@
|
|
|
352
429
|
--height-for-select-input-tag: 26px;
|
|
353
430
|
--height-for-radio-input-option: 16px;
|
|
354
431
|
--height-for-radio-input-option-when-checked: 8px;
|
|
432
|
+
--height-for-primary-action-dropdown: 32px;
|
|
355
433
|
--width-for-avatar-as-medium: 48px;
|
|
356
434
|
--min-width-for-money-input-currency-dropdown: 72px;
|
|
357
435
|
--placeholder-font-color-for-input: hsl(0, 0%, 60%);
|
|
@@ -372,7 +450,7 @@
|
|
|
372
450
|
--font-size-for-avatar-as-small: 1rem;
|
|
373
451
|
--font-size-for-avatar-as-medium: 1.5rem;
|
|
374
452
|
--font-size-for-avatar-as-big: 3rem;
|
|
375
|
-
--font-size-for-localized-
|
|
453
|
+
--font-size-for-localized-input-label: 1rem;
|
|
376
454
|
--font-size-for-content-notification: 1rem;
|
|
377
455
|
--font-size-for-select-input-tag: 0.9231rem;
|
|
378
456
|
--icon-color-for-datetime-input-icon: #1a1a1a;
|
|
@@ -384,6 +462,8 @@
|
|
|
384
462
|
--line-height-for-text-as-h5: inherit;
|
|
385
463
|
--line-height-for-text-as-body: inherit;
|
|
386
464
|
--line-height-for-text-as-detail: inherit;
|
|
465
|
+
--line-height-for-select-input-options: inherit;
|
|
466
|
+
--line-height-for-table-header: inherit;
|
|
387
467
|
--font-weight-for-text-as-h1: 300;
|
|
388
468
|
--font-weight-for-text-as-h2: 300;
|
|
389
469
|
--font-weight-for-text-as-h3: 300;
|
|
@@ -393,6 +473,7 @@
|
|
|
393
473
|
--font-weight-for-text-as-detail: 400;
|
|
394
474
|
--font-weight-for-button: 400;
|
|
395
475
|
--font-weight-for-table-header: 400;
|
|
476
|
+
--font-weight-for-text-as-bold: 700;
|
|
396
477
|
--margin-for-table-header: 8px;
|
|
397
478
|
--margin-for-table-as-condensed: 8px;
|
|
398
479
|
--margin-for-view-switcher-icon: 0 var(--spacing-10) 0 0;
|
|
@@ -403,6 +484,11 @@
|
|
|
403
484
|
--margin-right-for-search-input-icon: 8px;
|
|
404
485
|
--margin-right-for-clear-input-icon: 4px;
|
|
405
486
|
--margin-left-for-radio-input-label: 8px;
|
|
487
|
+
--margin-right-for-primary-action-dropdown: 4px;
|
|
488
|
+
--margin-top-for-primary-action-dropdown: none;
|
|
489
|
+
--margin-for-localized-rich-text-body-button: none;
|
|
490
|
+
--margin-for-rich-text-divider: 0 var(--spacing-10);
|
|
491
|
+
--margin-for-rich-text-dropdown-item-label: 0 0 0 var(--spacing-10);
|
|
406
492
|
--padding-for-stamp: var(--spacing-10) var(--spacing-20);
|
|
407
493
|
--padding-for-stamp-as-condensed: 1px var(--spacing-10);
|
|
408
494
|
--padding-for-tag: 5px var(--spacing-20);
|
|
@@ -423,6 +509,16 @@
|
|
|
423
509
|
--padding-for-input: 8px;
|
|
424
510
|
--padding-for-multiline-input: var(--spacing-10) var(--spacing-20);
|
|
425
511
|
--padding-for-localized-rich-text-input-label: 0 var(--spacing-20);
|
|
512
|
+
--padding-for-localized-rich-text-dropdown-button: 3px var(--spacing-20);
|
|
513
|
+
--padding-for-localized-rich-text-dropdown-item: var(--spacing-10)
|
|
514
|
+
var(--spacing-20);
|
|
515
|
+
--padding-for-localized-rich-text-body-button: var(--spacing-10);
|
|
516
|
+
--padding-for-localized-input-label: 0 var(--spacing-20);
|
|
517
|
+
--padding-for-rich-text-input: none;
|
|
518
|
+
--padding-for-rich-text-toolbar: var(--spacing-10) 7px;
|
|
519
|
+
--padding-left-for-rich-text-toolbar: 3px;
|
|
520
|
+
--padding-for-rich-text-editor-container: 6px var(--spacing-20)
|
|
521
|
+
var(--spacing-10);
|
|
426
522
|
--padding-for-localized-multiline-text-input-label: 0 var(--spacing-20);
|
|
427
523
|
--padding-for-tag-remove-icon: 0 var(--spacing-10);
|
|
428
524
|
--padding-for-tooltip: var(--spacing-10) var(--spacing-20);
|
|
@@ -439,6 +535,10 @@
|
|
|
439
535
|
--padding-for-select-input-menu: inherit;
|
|
440
536
|
--padding-for-money-input-currency-dropdown: 0 var(--spacing-20);
|
|
441
537
|
--padding-for-selectable-search-input-dropdown: 0 var(--spacing-20);
|
|
538
|
+
--padding-for-primary-action-dropdown: 0 var(--spacing-20);
|
|
539
|
+
--padding-for-primary-action-dropdown-icon: 0 var(--spacing-10);
|
|
540
|
+
--padding-for-button-as-medium: 0 var(--spacing-20);
|
|
541
|
+
--padding-for-button-as-big: 0 var(--spacing-30);
|
|
442
542
|
--shadow-for-button: 0 -1px 1.5px 0 rgba(0, 0, 0, 0.12),
|
|
443
543
|
0 1px 1px 0 rgba(0, 0, 0, 0.24);
|
|
444
544
|
--shadow-for-button-when-focused: 0 1px 9.5px 0 rgba(0, 0, 0, 0.12),
|
|
@@ -461,6 +561,20 @@
|
|
|
461
561
|
0 1px 4.75px rgba(0, 0, 0, 0.12);
|
|
462
562
|
--shadow-for-select-input-menu: 0 -1px 1.5px 0 rgba(0, 0, 0, 0.12),
|
|
463
563
|
0 1px 1px 0 rgba(0, 0, 0, 0.24);
|
|
564
|
+
--shadow-for-primary-action-dropdown: 0 -1px 1.5px 0 rgba(0, 0, 0, 0.12),
|
|
565
|
+
0 1px 1px 0 rgba(0, 0, 0, 0.24);
|
|
566
|
+
--shadow-for-primary-action-dropdown-when-hovered: 0 1px 9.5px 0
|
|
567
|
+
rgba(0, 0, 0, 0.12),
|
|
568
|
+
0 2px 4px 0 rgba(0, 0, 0, 0.24);
|
|
569
|
+
--shadow-for-primary-action-dropdown-when-active: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.1),
|
|
570
|
+
inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.2),
|
|
571
|
+
inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.25);
|
|
572
|
+
--shadow-for-primary-action-dropdown-menu: 0 1px 3px rgba(0, 0, 0, 0.12),
|
|
573
|
+
0 1px 2px rgba(0, 0, 0, 0.24);
|
|
574
|
+
--shadow-for-toggle-input-thumb: 0 -1px 1.5px 0 rgba(0, 0, 0, 0.12),
|
|
575
|
+
0 1px 1px 0 rgba(0, 0, 0, 0.24);
|
|
576
|
+
--shadow-for-tag-when-hovered: 0 1px 3px rgba(0, 0, 0, 0.12),
|
|
577
|
+
0 1px 2px rgba(0, 0, 0, 0.24);
|
|
464
578
|
--font-size-m: 1rem;
|
|
465
579
|
--big-button-height: 32px;
|
|
466
580
|
--small-button-height: 24px;
|
|
@@ -471,5 +585,4 @@
|
|
|
471
585
|
--shadow-box-tag-hover: 0 1px 3px rgba(0, 0, 0, 0.12),
|
|
472
586
|
0 1px 2px rgba(0, 0, 0, 0.24);
|
|
473
587
|
--size-height-tag: 26px;
|
|
474
|
-
--standard-input-height: 32px;
|
|
475
588
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"--color-accent-20": "hsl(195, 35.2941176471%, 20%)",
|
|
10
10
|
"--color-accent-30": "hsl(195, 35.2941176471%, 30%)",
|
|
11
11
|
"--color-accent-40": "hsl(195, 35.2941176471%, 40%)",
|
|
12
|
+
"--color-accent-60": "hsl(195, 35.2941176471%, 60%)",
|
|
12
13
|
"--color-accent-90": "hsl(195, 35.2941176471%, 90%)",
|
|
13
14
|
"--color-accent-95": "hsl(195, 35.2941176471%, 95%)",
|
|
14
15
|
"--color-accent-98": "hsl(195, 35.2941176471%, 98%)",
|
|
@@ -150,13 +151,20 @@
|
|
|
150
151
|
"--background-color-for-table-header": "#213c45",
|
|
151
152
|
"--background-color-for-tag": "hsl(0, 0%, 95%)",
|
|
152
153
|
"--background-color-for-tag-warning": "hsl(25.110132158590307, 89.0196078431%, 95%)",
|
|
154
|
+
"--background-color-for-tag-when-hovered": "hsl(0, 0%, 95%)",
|
|
153
155
|
"--background-color-for-collapsible-panel-header-icon-when-disabled": "hsl(195, 35.2941176471%, 98%)",
|
|
154
156
|
"--background-color-for-select-input-option-when-hovered": "hsl(0, 0%, 90%)",
|
|
155
157
|
"--background-color-for-avatar": "hsl(0, 0%, 60%)",
|
|
156
158
|
"--background-color-for-avatar-when-highlighted": "#ccc",
|
|
157
159
|
"--background-color-for-stamp-as-positive": "hsl(172.9608938547486, 100%, 85%)",
|
|
158
|
-
"--background-color-for-localized-
|
|
159
|
-
"--background-color-for-localized-
|
|
160
|
+
"--background-color-for-localized-input-label": "hsl(195, 35.2941176471%, 98%)",
|
|
161
|
+
"--background-color-for-localized-input-label-when-readonly": "hsl(195, 35.2941176471%, 95%)",
|
|
162
|
+
"--background-color-for-localized-input-label-when-disabled": "hsl(195, 35.2941176471%, 98%)",
|
|
163
|
+
"--background-color-for-localized-rich-text-body-button-when-active": "hsl(195, 35.2941176471%, 30%)",
|
|
164
|
+
"--background-color-for-localized-rich-text-body-button": "hsl(0, 0%, 90%)",
|
|
165
|
+
"--background-color-for-rich-text-dropdown-when-hovered": "hsl(0, 0%, 90%)",
|
|
166
|
+
"--background-color-for-rich-text-more-styles-dropdown-when-hovered": "hsl(0, 0%, 90%)",
|
|
167
|
+
"--background-color-for-rich-text-button": "hsl(195, 35.2941176471%, 30%)",
|
|
160
168
|
"--background-color-for-tooltip": "#213c45",
|
|
161
169
|
"--background-color-for-view-switcher": "#fff",
|
|
162
170
|
"--background-color-for-view-switcher-when-disabled": "hsl(195, 35.2941176471%, 98%)",
|
|
@@ -175,6 +183,15 @@
|
|
|
175
183
|
"--background-color-for-checkbox-input-icon-when-readonly": "#fff",
|
|
176
184
|
"--background-color-for-checkbox-input-icon-when-error": "#fff",
|
|
177
185
|
"--background-color-for-checkbox-input-icon-when-hovered": "#fff",
|
|
186
|
+
"--background-color-for-primary-action-dropdown-when-active": "hsl(0, 0%, 95%)",
|
|
187
|
+
"--background-color-for-primary-action-dropdown-when-disabled": "hsl(195, 35.2941176471%, 98%)",
|
|
188
|
+
"--background-color-for-toggle-input-track": "hsl(0, 0%, 60%)",
|
|
189
|
+
"--background-color-for-toggle-input-track-when-disabled": "#ccc",
|
|
190
|
+
"--background-color-for-toggle-input-thumb-when-disabled": "hsl(195, 35.2941176471%, 95%)",
|
|
191
|
+
"--background-color-for-toggle-input-track-when-checked": "#00b39e",
|
|
192
|
+
"--background-color-for-toggle-input-thumb-when-checked": "#fff",
|
|
193
|
+
"--background-color-for-toggle-input-track-when-checked-and-disabled": "hsl(172.9608938547486, 100%, 25%)",
|
|
194
|
+
"--background-color-for-toggle-input-thumb-when-checked-and-disabled": "#ccc",
|
|
178
195
|
"--border-for-button-as-secondary": "none",
|
|
179
196
|
"--border-for-button-as-secondary-when-hovered": "none",
|
|
180
197
|
"--border-for-button-as-secondary-when-active": "none",
|
|
@@ -183,6 +200,7 @@
|
|
|
183
200
|
"--border-for-view-switcher": "none",
|
|
184
201
|
"--border-for-select-input-tag": "none",
|
|
185
202
|
"--border-for-radio-input-option": "1px",
|
|
203
|
+
"--border-for-calendar-menu-when-focused": "1px solid var(--color-primary)",
|
|
186
204
|
"--border-color-for-input": "hsl(0, 0%, 60%)",
|
|
187
205
|
"--border-color-for-input-when-focused": "#00b39e",
|
|
188
206
|
"--border-color-for-input-when-disabled": "#ccc",
|
|
@@ -208,8 +226,8 @@
|
|
|
208
226
|
"--border-color-for-stamp-as-information": "#078cdf",
|
|
209
227
|
"--border-color-for-stamp-as-primary": "hsl(172.9608938547486, 100%, 25%)",
|
|
210
228
|
"--border-color-for-stamp-as-secondary": "hsl(0, 0%, 60%)",
|
|
211
|
-
"--border-color-for-localized-
|
|
212
|
-
"--border-color-for-localized-
|
|
229
|
+
"--border-color-for-localized-input-label": "#ccc",
|
|
230
|
+
"--border-color-for-localized-input-label-when-readonly": "#ccc",
|
|
213
231
|
"--border-color-for-content-notification-when-error": "#e60050",
|
|
214
232
|
"--border-color-for-content-notification-when-info": "#078cdf",
|
|
215
233
|
"--border-color-for-content-notification-when-warning": "#f16d0e",
|
|
@@ -228,8 +246,9 @@
|
|
|
228
246
|
"--border-color-for-radio-input-when-readonly": "#ccc",
|
|
229
247
|
"--border-color-for-radio-input-when-checked": "#ccc",
|
|
230
248
|
"--border-color-for-radio-input-when-focused": "#00b39e",
|
|
249
|
+
"--border-color-for-primary-action-dropdown-menu": "#ccc",
|
|
231
250
|
"--border-radius-for-button-as-big": "6px",
|
|
232
|
-
"--border-radius-for-button-as-
|
|
251
|
+
"--border-radius-for-button-as-medium": "4px",
|
|
233
252
|
"--border-radius-for-button-as-icon-as-big": "6px",
|
|
234
253
|
"--border-radius-for-button-as-icon-as-medium": "4px",
|
|
235
254
|
"--border-radius-for-button-as-icon-as-small": "2px",
|
|
@@ -241,6 +260,9 @@
|
|
|
241
260
|
"--border-radius-for-view-switcher": "6px",
|
|
242
261
|
"--border-radius-for-content-notification": "0 var(--border-radius-6) var(--border-radius-6) 0",
|
|
243
262
|
"--border-radius-for-content-notification-icon": "var(--border-radius-6) 0 0 var(--border-radius-6)",
|
|
263
|
+
"--border-radius-for-primary-action-dropdown": "var(--border-radius-6) 0 0 var(--border-radius-6)",
|
|
264
|
+
"--border-radius-for-primary-action-dropdown-icon": "0 var(--border-radius-6) var(--border-radius-6) 0",
|
|
265
|
+
"--border-radius-for-primary-action-dropdown-menu": "6px",
|
|
244
266
|
"--border-width-for-input": "1px",
|
|
245
267
|
"--border-width-for-input-when-warning": "1px",
|
|
246
268
|
"--border-width-for-input-when-error": "1px",
|
|
@@ -250,11 +272,14 @@
|
|
|
250
272
|
"--border-width-for-content-notification-icon": "0px",
|
|
251
273
|
"--border-left-width-for-content-notification": "1px",
|
|
252
274
|
"--border-width-for-checkbox-input-icon": "1px",
|
|
275
|
+
"--border-for-primary-action-dropdown-icon": "0px 0px 0px 1px",
|
|
253
276
|
"--box-shadow-for-datetime-input-when-hovered": "inset 0 0 0 2px",
|
|
254
277
|
"--box-shadow-for-view-switcher": "0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 -1px 1px 0 rgba(0, 0, 0, 0.12)",
|
|
255
278
|
"--box-shadow-for-view-switcher-when-selected": "inset 0 -1px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.2), inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.25)",
|
|
256
279
|
"--box-shadow-for-select-input-when-focused": "inset 0 0 0 2px",
|
|
280
|
+
"--box-shadow-for-calendar-menu-when-focused": "none",
|
|
257
281
|
"--font-color-for-text": "#1a1a1a",
|
|
282
|
+
"--font-color-for-text-when-disabled": "#ccc",
|
|
258
283
|
"--font-color-for-input": "#1a1a1a",
|
|
259
284
|
"--font-color-for-input-when-disabled": "hsl(0, 0%, 60%)",
|
|
260
285
|
"--font-color-for-input-when-error": "#e60050",
|
|
@@ -266,8 +291,13 @@
|
|
|
266
291
|
"--font-color-for-tag-remove-icon-when-hovered": "#f16d0e",
|
|
267
292
|
"--font-color-for-tag-when-disabled": "hsl(0, 0%, 60%)",
|
|
268
293
|
"--font-color-for-text-when-inverted": "#fff",
|
|
294
|
+
"--font-color-for-link-as-inverted": "#fff",
|
|
295
|
+
"--font-color-for-link-as-primary": "#00b39e",
|
|
296
|
+
"--font-color-for-link-as-secondary": "#1a1a1a",
|
|
297
|
+
"--font-color-for-link-as-primary-when-active": "hsl(172.9608938547486, 100%, 25%)",
|
|
298
|
+
"--font-color-for-link-as-secondary-when-active": "#00b39e",
|
|
269
299
|
"--font-color-for-table-header": "#fff",
|
|
270
|
-
"--font-color-for-localized-
|
|
300
|
+
"--font-color-for-localized-input-label": "hsl(0, 0%, 60%)",
|
|
271
301
|
"--font-color-for-view-switcher": "#1a1a1a",
|
|
272
302
|
"--font-color-for-view-switcher-when-disabled": "hsl(0, 0%, 60%)",
|
|
273
303
|
"--font-color-for-view-switcher-when-selected": "#1a1a1a",
|
|
@@ -295,8 +325,17 @@
|
|
|
295
325
|
"--font-color-for-radio-input-when-error": "#e60050",
|
|
296
326
|
"--font-color-for-radio-input-when-readonly": "hsl(0, 0%, 60%)",
|
|
297
327
|
"--font-color-for-radio-input-when-warning": "#f16d0e",
|
|
328
|
+
"--font-color-for-flat-button-as-primary": "#00b39e",
|
|
329
|
+
"--font-color-for-flat-button-as-primary-when-hovered": "hsl(172.9608938547486, 100%, 25%)",
|
|
330
|
+
"--font-color-for-flat-button-as-critical": "#e60050",
|
|
331
|
+
"--font-color-for-flat-button-as-critical-when-hovered": "hsl(339.1304347826087, 100%, 25%)",
|
|
332
|
+
"--font-color-for-flat-button-as-secondary": "#1a1a1a",
|
|
333
|
+
"--font-color-for-flat-button-as-inverted": "#fff",
|
|
334
|
+
"--font-color-for-flat-button-icon-when-disabled": "hsl(0, 0%, 60%)",
|
|
335
|
+
"--font-color-for-secondary-icon-button-as-primary": "#00b39e",
|
|
336
|
+
"--font-color-for-secondary-icon-button-as-primary-when-hovered": "hsl(172.9608938547486, 100%, 25%)",
|
|
298
337
|
"--height-for-button-as-big": "32px",
|
|
299
|
-
"--height-for-button-as-
|
|
338
|
+
"--height-for-button-as-medium": "24px",
|
|
300
339
|
"--height-for-button-as-icon-as-big": "32px",
|
|
301
340
|
"--height-for-button-as-icon-as-medium": "24px",
|
|
302
341
|
"--height-for-button-as-icon-as-small": "16px",
|
|
@@ -306,6 +345,7 @@
|
|
|
306
345
|
"--height-for-select-input-tag": "26px",
|
|
307
346
|
"--height-for-radio-input-option": "16px",
|
|
308
347
|
"--height-for-radio-input-option-when-checked": "8px",
|
|
348
|
+
"--height-for-primary-action-dropdown": "32px",
|
|
309
349
|
"--width-for-avatar-as-medium": "48px",
|
|
310
350
|
"--min-width-for-money-input-currency-dropdown": "72px",
|
|
311
351
|
"--placeholder-font-color-for-input": "hsl(0, 0%, 60%)",
|
|
@@ -326,7 +366,7 @@
|
|
|
326
366
|
"--font-size-for-avatar-as-small": "1rem",
|
|
327
367
|
"--font-size-for-avatar-as-medium": "1.5rem",
|
|
328
368
|
"--font-size-for-avatar-as-big": "3rem",
|
|
329
|
-
"--font-size-for-localized-
|
|
369
|
+
"--font-size-for-localized-input-label": "1rem",
|
|
330
370
|
"--font-size-for-content-notification": "1rem",
|
|
331
371
|
"--font-size-for-select-input-tag": "0.9231rem",
|
|
332
372
|
"--icon-color-for-datetime-input-icon": "#1a1a1a",
|
|
@@ -338,6 +378,8 @@
|
|
|
338
378
|
"--line-height-for-text-as-h5": "inherit",
|
|
339
379
|
"--line-height-for-text-as-body": "inherit",
|
|
340
380
|
"--line-height-for-text-as-detail": "inherit",
|
|
381
|
+
"--line-height-for-select-input-options": "inherit",
|
|
382
|
+
"--line-height-for-table-header": "inherit",
|
|
341
383
|
"--font-weight-for-text-as-h1": "300",
|
|
342
384
|
"--font-weight-for-text-as-h2": "300",
|
|
343
385
|
"--font-weight-for-text-as-h3": "300",
|
|
@@ -347,6 +389,7 @@
|
|
|
347
389
|
"--font-weight-for-text-as-detail": "400",
|
|
348
390
|
"--font-weight-for-button": "400",
|
|
349
391
|
"--font-weight-for-table-header": "400",
|
|
392
|
+
"--font-weight-for-text-as-bold": "700",
|
|
350
393
|
"--margin-for-table-header": "8px",
|
|
351
394
|
"--margin-for-table-as-condensed": "8px",
|
|
352
395
|
"--margin-for-view-switcher-icon": "0 var(--spacing-10) 0 0",
|
|
@@ -357,6 +400,11 @@
|
|
|
357
400
|
"--margin-right-for-search-input-icon": "8px",
|
|
358
401
|
"--margin-right-for-clear-input-icon": "4px",
|
|
359
402
|
"--margin-left-for-radio-input-label": "8px",
|
|
403
|
+
"--margin-right-for-primary-action-dropdown": "4px",
|
|
404
|
+
"--margin-top-for-primary-action-dropdown": "none",
|
|
405
|
+
"--margin-for-localized-rich-text-body-button": "none",
|
|
406
|
+
"--margin-for-rich-text-divider": "0 var(--spacing-10)",
|
|
407
|
+
"--margin-for-rich-text-dropdown-item-label": "0 0 0 var(--spacing-10)",
|
|
360
408
|
"--padding-for-stamp": "var(--spacing-10) var(--spacing-20)",
|
|
361
409
|
"--padding-for-stamp-as-condensed": "1px var(--spacing-10)",
|
|
362
410
|
"--padding-for-tag": "5px var(--spacing-20)",
|
|
@@ -376,6 +424,14 @@
|
|
|
376
424
|
"--padding-for-input": "8px",
|
|
377
425
|
"--padding-for-multiline-input": "var(--spacing-10) var(--spacing-20)",
|
|
378
426
|
"--padding-for-localized-rich-text-input-label": "0 var(--spacing-20)",
|
|
427
|
+
"--padding-for-localized-rich-text-dropdown-button": "3px var(--spacing-20)",
|
|
428
|
+
"--padding-for-localized-rich-text-dropdown-item": "var(--spacing-10) var(--spacing-20)",
|
|
429
|
+
"--padding-for-localized-rich-text-body-button": "var(--spacing-10)",
|
|
430
|
+
"--padding-for-localized-input-label": "0 var(--spacing-20)",
|
|
431
|
+
"--padding-for-rich-text-input": "none",
|
|
432
|
+
"--padding-for-rich-text-toolbar": "var(--spacing-10) 7px",
|
|
433
|
+
"--padding-left-for-rich-text-toolbar": "3px",
|
|
434
|
+
"--padding-for-rich-text-editor-container": "6px var(--spacing-20) var(--spacing-10)",
|
|
379
435
|
"--padding-for-localized-multiline-text-input-label": "0 var(--spacing-20)",
|
|
380
436
|
"--padding-for-tag-remove-icon": "0 var(--spacing-10)",
|
|
381
437
|
"--padding-for-tooltip": "var(--spacing-10) var(--spacing-20)",
|
|
@@ -391,6 +447,10 @@
|
|
|
391
447
|
"--padding-for-select-input-menu": "inherit",
|
|
392
448
|
"--padding-for-money-input-currency-dropdown": "0 var(--spacing-20)",
|
|
393
449
|
"--padding-for-selectable-search-input-dropdown": "0 var(--spacing-20)",
|
|
450
|
+
"--padding-for-primary-action-dropdown": "0 var(--spacing-20)",
|
|
451
|
+
"--padding-for-primary-action-dropdown-icon": "0 var(--spacing-10)",
|
|
452
|
+
"--padding-for-button-as-medium": "0 var(--spacing-20)",
|
|
453
|
+
"--padding-for-button-as-big": "0 var(--spacing-30)",
|
|
394
454
|
"--shadow-for-button": "0 -1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24)",
|
|
395
455
|
"--shadow-for-button-when-focused": "0 1px 9.5px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24)",
|
|
396
456
|
"--shadow-for-button-when-hovered": "0 1px 9.5px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24)",
|
|
@@ -404,6 +464,12 @@
|
|
|
404
464
|
"--shadow-for-input-when-warning": "none",
|
|
405
465
|
"--shadow-for-tooltip": "0 2px 2px rgba(0, 0, 0, 0.24), 0 1px 4.75px rgba(0, 0, 0, 0.12)",
|
|
406
466
|
"--shadow-for-select-input-menu": "0 -1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24)",
|
|
467
|
+
"--shadow-for-primary-action-dropdown": "0 -1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24)",
|
|
468
|
+
"--shadow-for-primary-action-dropdown-when-hovered": "0 1px 9.5px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24)",
|
|
469
|
+
"--shadow-for-primary-action-dropdown-when-active": "inset 0 -1px 3px 0 rgba(0, 0, 0, 0.1), inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.2), inset 0 1px 1.5px 0 rgba(0, 0, 0, 0.25)",
|
|
470
|
+
"--shadow-for-primary-action-dropdown-menu": "0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)",
|
|
471
|
+
"--shadow-for-toggle-input-thumb": "0 -1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24)",
|
|
472
|
+
"--shadow-for-tag-when-hovered": "0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)",
|
|
407
473
|
"--font-size-m": "1rem",
|
|
408
474
|
"--big-button-height": "32px",
|
|
409
475
|
"--small-button-height": "24px",
|
|
@@ -412,6 +478,5 @@
|
|
|
412
478
|
"--font-size-default": "1rem",
|
|
413
479
|
"--font-size-small": "0.9231rem",
|
|
414
480
|
"--shadow-box-tag-hover": "0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)",
|
|
415
|
-
"--size-height-tag": "26px"
|
|
416
|
-
"--standard-input-height": "32px"
|
|
481
|
+
"--size-height-tag": "26px"
|
|
417
482
|
}
|
|
@@ -46,6 +46,7 @@ choiceGroupsByTheme:
|
|
|
46
46
|
color-accent-20: 'hsl(195, 35.2941176471%, 20%)'
|
|
47
47
|
color-accent-30: 'hsl(195, 35.2941176471%, 30%)'
|
|
48
48
|
color-accent-40: 'hsl(195, 35.2941176471%, 40%)'
|
|
49
|
+
color-accent-60: 'hsl(195, 35.2941176471%, 60%)'
|
|
49
50
|
color-accent-90: 'hsl(195, 35.2941176471%, 90%)'
|
|
50
51
|
color-accent-95: 'hsl(195, 35.2941176471%, 95%)'
|
|
51
52
|
color-accent-98: 'hsl(195, 35.2941176471%, 98%)'
|
|
@@ -261,6 +262,8 @@ states:
|
|
|
261
262
|
description: 'When the element is condensed'
|
|
262
263
|
checked:
|
|
263
264
|
description: 'When the element is checked'
|
|
265
|
+
checked-and-disabled:
|
|
266
|
+
description: 'When the element is checked and disabled'
|
|
264
267
|
|
|
265
268
|
variants:
|
|
266
269
|
h1:
|
|
@@ -289,6 +292,8 @@ variants:
|
|
|
289
292
|
description: 'To differentiate component primary type'
|
|
290
293
|
secondary:
|
|
291
294
|
description: 'To differentiate component secondary type'
|
|
295
|
+
inverted:
|
|
296
|
+
description: 'To differentiate component inverted type'
|
|
292
297
|
urgent:
|
|
293
298
|
description: 'To differentiate component urgent type'
|
|
294
299
|
info:
|
|
@@ -301,6 +306,10 @@ variants:
|
|
|
301
306
|
description: 'To differentiate component positive style'
|
|
302
307
|
information:
|
|
303
308
|
description: 'To differentiate component information style'
|
|
309
|
+
critical:
|
|
310
|
+
description: 'To differentiate component critical style'
|
|
311
|
+
bold:
|
|
312
|
+
description: 'When the element is bold'
|
|
304
313
|
|
|
305
314
|
componentGroups:
|
|
306
315
|
button:
|
|
@@ -357,10 +366,30 @@ componentGroups:
|
|
|
357
366
|
description: 'Avatar elements'
|
|
358
367
|
multiline-input:
|
|
359
368
|
description: 'Multiline input elements'
|
|
369
|
+
localized-input-label:
|
|
370
|
+
description: 'Localized multiline text input label elements'
|
|
360
371
|
localized-rich-text-input-label:
|
|
361
372
|
description: 'Localized rich text input label elements'
|
|
362
373
|
localized-multiline-text-input-label:
|
|
363
374
|
description: 'Localized multiline text input label elements'
|
|
375
|
+
localized-rich-text-body-button:
|
|
376
|
+
description: 'Localized rich text input button elements'
|
|
377
|
+
localized-rich-text-dropdown-button:
|
|
378
|
+
description: 'Localized rich text input dropdown elements'
|
|
379
|
+
localized-rich-text-dropdown-item:
|
|
380
|
+
description: 'Localized rich text input dropdown item elements'
|
|
381
|
+
rich-text-input:
|
|
382
|
+
description: 'rich text input elements'
|
|
383
|
+
rich-text-editor-container:
|
|
384
|
+
description: 'Rich text editor container elements'
|
|
385
|
+
rich-text-divider:
|
|
386
|
+
description: 'Rich text divider elements'
|
|
387
|
+
rich-text-dropdown:
|
|
388
|
+
description: 'Rich text dropdown elements'
|
|
389
|
+
rich-text-dropdown-item-label:
|
|
390
|
+
description: 'Rich text dropdown item label elements'
|
|
391
|
+
rich-text-more-styles-dropdown:
|
|
392
|
+
description: 'Rich text more styles dropdown elements'
|
|
364
393
|
tooltip:
|
|
365
394
|
description: 'Tooltip elements'
|
|
366
395
|
view-switcher:
|
|
@@ -405,6 +434,28 @@ componentGroups:
|
|
|
405
434
|
description: 'Selectable select input dropdown elements'
|
|
406
435
|
selectable-search-input-dropdown:
|
|
407
436
|
description: 'Selectable search input dropdown elements'
|
|
437
|
+
primary-action-dropdown:
|
|
438
|
+
description: 'Primary action dropdown elements'
|
|
439
|
+
primary-action-dropdown-icon:
|
|
440
|
+
description: 'Primary action dropdown icon elements'
|
|
441
|
+
primary-action-dropdown-menu:
|
|
442
|
+
description: 'Primary action dropdown menu elements'
|
|
443
|
+
toggle-input-track:
|
|
444
|
+
description: 'Toggle input track pseudo-elements'
|
|
445
|
+
toggle-input-thumb:
|
|
446
|
+
description: 'Toggle input thumb pseudo-elements'
|
|
447
|
+
rich-text-toolbar:
|
|
448
|
+
description: 'Rich text tool bar element'
|
|
449
|
+
rich-text-button:
|
|
450
|
+
description: 'Rich text button element'
|
|
451
|
+
calendar-menu:
|
|
452
|
+
description: 'Calendar menu element'
|
|
453
|
+
flat-button:
|
|
454
|
+
description: 'Flat button elements'
|
|
455
|
+
flat-button-icon:
|
|
456
|
+
description: 'Flat button icon elements'
|
|
457
|
+
secondary-icon-button:
|
|
458
|
+
description: 'Secondary icon button elements'
|
|
408
459
|
|
|
409
460
|
decisionGroupsByTheme:
|
|
410
461
|
default:
|
|
@@ -470,6 +521,8 @@ decisionGroupsByTheme:
|
|
|
470
521
|
background-color-for-tag-warning:
|
|
471
522
|
description: ''
|
|
472
523
|
choice: color-warning-95
|
|
524
|
+
background-color-for-tag-when-hovered:
|
|
525
|
+
choice: color-neutral-95
|
|
473
526
|
background-color-for-collapsible-panel-header-icon-when-disabled:
|
|
474
527
|
choice: color-accent-98
|
|
475
528
|
background-color-for-select-input-option-when-hovered:
|
|
@@ -484,12 +537,22 @@ decisionGroupsByTheme:
|
|
|
484
537
|
background-color-for-stamp-as-positive:
|
|
485
538
|
description: ''
|
|
486
539
|
choice: color-primary-85
|
|
487
|
-
background-color-for-localized-
|
|
488
|
-
description: ''
|
|
540
|
+
background-color-for-localized-input-label:
|
|
489
541
|
choice: color-accent-98
|
|
490
|
-
background-color-for-localized-
|
|
491
|
-
|
|
542
|
+
background-color-for-localized-input-label-when-readonly:
|
|
543
|
+
choice: color-accent-95
|
|
544
|
+
background-color-for-localized-input-label-when-disabled:
|
|
492
545
|
choice: color-accent-98
|
|
546
|
+
background-color-for-localized-rich-text-body-button-when-active:
|
|
547
|
+
choice: color-accent-30
|
|
548
|
+
background-color-for-localized-rich-text-body-button:
|
|
549
|
+
choice: color-neutral-90
|
|
550
|
+
background-color-for-rich-text-dropdown-when-hovered:
|
|
551
|
+
choice: color-neutral-90
|
|
552
|
+
background-color-for-rich-text-more-styles-dropdown-when-hovered:
|
|
553
|
+
choice: color-neutral-90
|
|
554
|
+
background-color-for-rich-text-button:
|
|
555
|
+
choice: color-accent-30
|
|
493
556
|
background-color-for-tooltip:
|
|
494
557
|
choice: color-accent
|
|
495
558
|
background-color-for-view-switcher:
|
|
@@ -526,6 +589,24 @@ decisionGroupsByTheme:
|
|
|
526
589
|
choice: color-surface
|
|
527
590
|
background-color-for-checkbox-input-icon-when-hovered:
|
|
528
591
|
choice: color-surface
|
|
592
|
+
background-color-for-primary-action-dropdown-when-active:
|
|
593
|
+
choice: color-neutral-95
|
|
594
|
+
background-color-for-primary-action-dropdown-when-disabled:
|
|
595
|
+
choice: color-accent-98
|
|
596
|
+
background-color-for-toggle-input-track:
|
|
597
|
+
choice: color-neutral-60
|
|
598
|
+
background-color-for-toggle-input-track-when-disabled:
|
|
599
|
+
choice: color-neutral
|
|
600
|
+
background-color-for-toggle-input-thumb-when-disabled:
|
|
601
|
+
choice: color-accent-95
|
|
602
|
+
background-color-for-toggle-input-track-when-checked:
|
|
603
|
+
choice: color-primary
|
|
604
|
+
background-color-for-toggle-input-thumb-when-checked:
|
|
605
|
+
choice: color-surface
|
|
606
|
+
background-color-for-toggle-input-track-when-checked-and-disabled:
|
|
607
|
+
choice: color-primary-25
|
|
608
|
+
background-color-for-toggle-input-thumb-when-checked-and-disabled:
|
|
609
|
+
choice: color-neutral
|
|
529
610
|
|
|
530
611
|
borders:
|
|
531
612
|
label: Borders
|
|
@@ -547,6 +628,8 @@ decisionGroupsByTheme:
|
|
|
547
628
|
choice: 'none'
|
|
548
629
|
border-for-radio-input-option:
|
|
549
630
|
choice: border-width-1
|
|
631
|
+
border-for-calendar-menu-when-focused:
|
|
632
|
+
choice: '1px solid var(--color-primary)'
|
|
550
633
|
|
|
551
634
|
borderColors:
|
|
552
635
|
label: Border Colors
|
|
@@ -612,9 +695,9 @@ decisionGroupsByTheme:
|
|
|
612
695
|
choice: color-primary-25
|
|
613
696
|
border-color-for-stamp-as-secondary:
|
|
614
697
|
choice: color-neutral-60
|
|
615
|
-
border-color-for-localized-
|
|
698
|
+
border-color-for-localized-input-label:
|
|
616
699
|
choice: color-neutral
|
|
617
|
-
border-color-for-localized-
|
|
700
|
+
border-color-for-localized-input-label-when-readonly:
|
|
618
701
|
choice: color-neutral
|
|
619
702
|
border-color-for-content-notification-when-error:
|
|
620
703
|
choice: color-error
|
|
@@ -652,6 +735,8 @@ decisionGroupsByTheme:
|
|
|
652
735
|
choice: color-neutral
|
|
653
736
|
border-color-for-radio-input-when-focused:
|
|
654
737
|
choice: color-primary
|
|
738
|
+
border-color-for-primary-action-dropdown-menu:
|
|
739
|
+
choice: color-neutral
|
|
655
740
|
|
|
656
741
|
borderRadiuses:
|
|
657
742
|
label: Border Radius
|
|
@@ -659,7 +744,7 @@ decisionGroupsByTheme:
|
|
|
659
744
|
decisions:
|
|
660
745
|
border-radius-for-button-as-big:
|
|
661
746
|
choice: border-radius-6
|
|
662
|
-
border-radius-for-button-as-
|
|
747
|
+
border-radius-for-button-as-medium:
|
|
663
748
|
choice: border-radius-4
|
|
664
749
|
border-radius-for-button-as-icon-as-big:
|
|
665
750
|
choice: border-radius-6
|
|
@@ -685,6 +770,12 @@ decisionGroupsByTheme:
|
|
|
685
770
|
choice: '0 var(--border-radius-6) var(--border-radius-6) 0'
|
|
686
771
|
border-radius-for-content-notification-icon:
|
|
687
772
|
choice: 'var(--border-radius-6) 0 0 var(--border-radius-6)'
|
|
773
|
+
border-radius-for-primary-action-dropdown:
|
|
774
|
+
choice: 'var(--border-radius-6) 0 0 var(--border-radius-6)'
|
|
775
|
+
border-radius-for-primary-action-dropdown-icon:
|
|
776
|
+
choice: '0 var(--border-radius-6) var(--border-radius-6) 0'
|
|
777
|
+
border-radius-for-primary-action-dropdown-menu:
|
|
778
|
+
choice: border-radius-6
|
|
688
779
|
|
|
689
780
|
borderWidths:
|
|
690
781
|
label: Border width
|
|
@@ -708,6 +799,8 @@ decisionGroupsByTheme:
|
|
|
708
799
|
choice: border-width-1
|
|
709
800
|
border-width-for-checkbox-input-icon:
|
|
710
801
|
choice: border-width-1
|
|
802
|
+
border-for-primary-action-dropdown-icon:
|
|
803
|
+
choice: '0px 0px 0px 1px'
|
|
711
804
|
|
|
712
805
|
boxShadows:
|
|
713
806
|
label: Box shadows
|
|
@@ -721,6 +814,8 @@ decisionGroupsByTheme:
|
|
|
721
814
|
choice: shadow-9
|
|
722
815
|
box-shadow-for-select-input-when-focused:
|
|
723
816
|
choice: 'inset 0 0 0 2px'
|
|
817
|
+
box-shadow-for-calendar-menu-when-focused:
|
|
818
|
+
choice: 'none'
|
|
724
819
|
|
|
725
820
|
fontColors:
|
|
726
821
|
label: Font Colors
|
|
@@ -729,6 +824,8 @@ decisionGroupsByTheme:
|
|
|
729
824
|
font-color-for-text:
|
|
730
825
|
description: ''
|
|
731
826
|
choice: color-solid
|
|
827
|
+
font-color-for-text-when-disabled:
|
|
828
|
+
choice: color-neutral
|
|
732
829
|
font-color-for-input:
|
|
733
830
|
description: ''
|
|
734
831
|
choice: color-solid
|
|
@@ -759,9 +856,19 @@ decisionGroupsByTheme:
|
|
|
759
856
|
font-color-for-text-when-inverted:
|
|
760
857
|
description: ''
|
|
761
858
|
choice: color-surface
|
|
859
|
+
font-color-for-link-as-inverted:
|
|
860
|
+
choice: color-surface
|
|
861
|
+
font-color-for-link-as-primary:
|
|
862
|
+
choice: color-primary
|
|
863
|
+
font-color-for-link-as-secondary:
|
|
864
|
+
choice: color-solid
|
|
865
|
+
font-color-for-link-as-primary-when-active:
|
|
866
|
+
choice: color-primary-25
|
|
867
|
+
font-color-for-link-as-secondary-when-active:
|
|
868
|
+
choice: color-primary
|
|
762
869
|
font-color-for-table-header:
|
|
763
870
|
choice: color-surface
|
|
764
|
-
font-color-for-localized-
|
|
871
|
+
font-color-for-localized-input-label:
|
|
765
872
|
choice: color-neutral-60
|
|
766
873
|
font-color-for-view-switcher:
|
|
767
874
|
choice: color-solid
|
|
@@ -817,6 +924,24 @@ decisionGroupsByTheme:
|
|
|
817
924
|
choice: color-neutral-60
|
|
818
925
|
font-color-for-radio-input-when-warning:
|
|
819
926
|
choice: color-warning
|
|
927
|
+
font-color-for-flat-button-as-primary:
|
|
928
|
+
choice: color-primary
|
|
929
|
+
font-color-for-flat-button-as-primary-when-hovered:
|
|
930
|
+
choice: color-primary-25
|
|
931
|
+
font-color-for-flat-button-as-critical:
|
|
932
|
+
choice: color-error
|
|
933
|
+
font-color-for-flat-button-as-critical-when-hovered:
|
|
934
|
+
choice: color-error-25
|
|
935
|
+
font-color-for-flat-button-as-secondary:
|
|
936
|
+
choice: color-solid
|
|
937
|
+
font-color-for-flat-button-as-inverted:
|
|
938
|
+
choice: color-surface
|
|
939
|
+
font-color-for-flat-button-icon-when-disabled:
|
|
940
|
+
choice: color-neutral-60
|
|
941
|
+
font-color-for-secondary-icon-button-as-primary:
|
|
942
|
+
choice: color-primary
|
|
943
|
+
font-color-for-secondary-icon-button-as-primary-when-hovered:
|
|
944
|
+
choice: color-primary-25
|
|
820
945
|
|
|
821
946
|
heights:
|
|
822
947
|
label: Height
|
|
@@ -824,7 +949,7 @@ decisionGroupsByTheme:
|
|
|
824
949
|
decisions:
|
|
825
950
|
height-for-button-as-big:
|
|
826
951
|
choice: '32px'
|
|
827
|
-
height-for-button-as-
|
|
952
|
+
height-for-button-as-medium:
|
|
828
953
|
choice: '24px'
|
|
829
954
|
height-for-button-as-icon-as-big:
|
|
830
955
|
choice: '32px'
|
|
@@ -844,6 +969,8 @@ decisionGroupsByTheme:
|
|
|
844
969
|
choice: '16px'
|
|
845
970
|
height-for-radio-input-option-when-checked:
|
|
846
971
|
choice: '8px'
|
|
972
|
+
height-for-primary-action-dropdown:
|
|
973
|
+
choice: '32px'
|
|
847
974
|
|
|
848
975
|
widths:
|
|
849
976
|
label: Width
|
|
@@ -916,8 +1043,8 @@ decisionGroupsByTheme:
|
|
|
916
1043
|
choice: font-size-60
|
|
917
1044
|
font-size-for-avatar-as-big:
|
|
918
1045
|
choice: font-size-78
|
|
919
|
-
font-size-for-localized-
|
|
920
|
-
choice: font-size-
|
|
1046
|
+
font-size-for-localized-input-label:
|
|
1047
|
+
choice: font-size-30
|
|
921
1048
|
font-size-for-content-notification:
|
|
922
1049
|
choice: font-size-30
|
|
923
1050
|
font-size-for-select-input-tag:
|
|
@@ -957,6 +1084,10 @@ decisionGroupsByTheme:
|
|
|
957
1084
|
line-height-for-text-as-detail:
|
|
958
1085
|
description: ''
|
|
959
1086
|
choice: 'inherit'
|
|
1087
|
+
line-height-for-select-input-options:
|
|
1088
|
+
choice: 'inherit'
|
|
1089
|
+
line-height-for-table-header:
|
|
1090
|
+
choice: 'inherit'
|
|
960
1091
|
|
|
961
1092
|
fontWeights:
|
|
962
1093
|
label: Font Weights
|
|
@@ -987,6 +1118,8 @@ decisionGroupsByTheme:
|
|
|
987
1118
|
choice: font-weight-400
|
|
988
1119
|
font-weight-for-table-header:
|
|
989
1120
|
choice: font-weight-400
|
|
1121
|
+
font-weight-for-text-as-bold:
|
|
1122
|
+
choice: font-weight-700
|
|
990
1123
|
|
|
991
1124
|
margins:
|
|
992
1125
|
label: Margins
|
|
@@ -1012,7 +1145,16 @@ decisionGroupsByTheme:
|
|
|
1012
1145
|
choice: spacing-10
|
|
1013
1146
|
margin-left-for-radio-input-label:
|
|
1014
1147
|
choice: spacing-20
|
|
1015
|
-
|
|
1148
|
+
margin-right-for-primary-action-dropdown:
|
|
1149
|
+
choice: spacing-10
|
|
1150
|
+
margin-top-for-primary-action-dropdown:
|
|
1151
|
+
choice: 'none'
|
|
1152
|
+
margin-for-localized-rich-text-body-button:
|
|
1153
|
+
choice: 'none'
|
|
1154
|
+
margin-for-rich-text-divider:
|
|
1155
|
+
choice: '0 var(--spacing-10)'
|
|
1156
|
+
margin-for-rich-text-dropdown-item-label:
|
|
1157
|
+
choice: '0 0 0 var(--spacing-10)'
|
|
1016
1158
|
paddings:
|
|
1017
1159
|
label: Paddings
|
|
1018
1160
|
prefix: padding
|
|
@@ -1055,6 +1197,22 @@ decisionGroupsByTheme:
|
|
|
1055
1197
|
choice: 'var(--spacing-10) var(--spacing-20)'
|
|
1056
1198
|
padding-for-localized-rich-text-input-label:
|
|
1057
1199
|
choice: '0 var(--spacing-20)'
|
|
1200
|
+
padding-for-localized-rich-text-dropdown-button:
|
|
1201
|
+
choice: '3px var(--spacing-20)'
|
|
1202
|
+
padding-for-localized-rich-text-dropdown-item:
|
|
1203
|
+
choice: 'var(--spacing-10) var(--spacing-20)'
|
|
1204
|
+
padding-for-localized-rich-text-body-button:
|
|
1205
|
+
choice: 'var(--spacing-10)'
|
|
1206
|
+
padding-for-localized-input-label:
|
|
1207
|
+
choice: '0 var(--spacing-20)'
|
|
1208
|
+
padding-for-rich-text-input:
|
|
1209
|
+
choice: 'none'
|
|
1210
|
+
padding-for-rich-text-toolbar:
|
|
1211
|
+
choice: 'var(--spacing-10) 7px'
|
|
1212
|
+
padding-left-for-rich-text-toolbar:
|
|
1213
|
+
choice: '3px'
|
|
1214
|
+
padding-for-rich-text-editor-container:
|
|
1215
|
+
choice: '6px var(--spacing-20) var(--spacing-10)'
|
|
1058
1216
|
padding-for-localized-multiline-text-input-label:
|
|
1059
1217
|
choice: '0 var(--spacing-20)'
|
|
1060
1218
|
padding-for-tag-remove-icon:
|
|
@@ -1085,6 +1243,14 @@ decisionGroupsByTheme:
|
|
|
1085
1243
|
choice: '0 var(--spacing-20)'
|
|
1086
1244
|
padding-for-selectable-search-input-dropdown:
|
|
1087
1245
|
choice: '0 var(--spacing-20)'
|
|
1246
|
+
padding-for-primary-action-dropdown:
|
|
1247
|
+
choice: '0 var(--spacing-20)'
|
|
1248
|
+
padding-for-primary-action-dropdown-icon:
|
|
1249
|
+
choice: '0 var(--spacing-10)'
|
|
1250
|
+
padding-for-button-as-medium:
|
|
1251
|
+
choice: '0 var(--spacing-20)'
|
|
1252
|
+
padding-for-button-as-big:
|
|
1253
|
+
choice: '0 var(--spacing-30)'
|
|
1088
1254
|
|
|
1089
1255
|
shadows:
|
|
1090
1256
|
label: Shadows
|
|
@@ -1118,6 +1284,18 @@ decisionGroupsByTheme:
|
|
|
1118
1284
|
choice: shadow-15
|
|
1119
1285
|
shadow-for-select-input-menu:
|
|
1120
1286
|
choice: shadow-7
|
|
1287
|
+
shadow-for-primary-action-dropdown:
|
|
1288
|
+
choice: shadow-7
|
|
1289
|
+
shadow-for-primary-action-dropdown-when-hovered:
|
|
1290
|
+
choice: shadow-8
|
|
1291
|
+
shadow-for-primary-action-dropdown-when-active:
|
|
1292
|
+
choice: shadow-9
|
|
1293
|
+
shadow-for-primary-action-dropdown-menu:
|
|
1294
|
+
choice: shadow-1
|
|
1295
|
+
shadow-for-toggle-input-thumb:
|
|
1296
|
+
choice: shadow-7
|
|
1297
|
+
shadow-for-tag-when-hovered:
|
|
1298
|
+
choice: '0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)'
|
|
1121
1299
|
|
|
1122
1300
|
test:
|
|
1123
1301
|
alignItems:
|
|
@@ -1154,9 +1332,9 @@ decisionGroupsByTheme:
|
|
|
1154
1332
|
background-color-for-button-when-disabled:
|
|
1155
1333
|
choice: color-neutral-95
|
|
1156
1334
|
background-color-for-table-cell-when-hovered:
|
|
1157
|
-
choice: color-neutral-
|
|
1335
|
+
choice: color-neutral-98
|
|
1158
1336
|
background-color-for-table-header:
|
|
1159
|
-
choice: color-
|
|
1337
|
+
choice: color-neutral-95
|
|
1160
1338
|
background-color-for-collapsible-panel-header-icon-when-disabled:
|
|
1161
1339
|
choice: color-surface
|
|
1162
1340
|
background-color-for-input-when-hovered:
|
|
@@ -1176,10 +1354,22 @@ decisionGroupsByTheme:
|
|
|
1176
1354
|
background-color-for-stamp-as-positive:
|
|
1177
1355
|
description: ''
|
|
1178
1356
|
choice: color-primary-95
|
|
1179
|
-
background-color-for-localized-
|
|
1357
|
+
background-color-for-localized-input-label:
|
|
1180
1358
|
choice: color-surface
|
|
1181
|
-
background-color-for-localized-
|
|
1359
|
+
background-color-for-localized-input-label-when-readonly:
|
|
1360
|
+
choice: color-neutral-95
|
|
1361
|
+
background-color-for-localized-input-label-when-disabled:
|
|
1362
|
+
choice: color-neutral-95
|
|
1363
|
+
background-color-for-localized-rich-text-body-button-when-active:
|
|
1364
|
+
choice: color-accent-20
|
|
1365
|
+
background-color-for-localized-rich-text-body-button:
|
|
1366
|
+
choice: color-neutral-95
|
|
1367
|
+
background-color-for-rich-text-dropdown-when-hovered:
|
|
1182
1368
|
choice: color-neutral-95
|
|
1369
|
+
background-color-for-rich-text-more-styles-dropdown-when-hovered:
|
|
1370
|
+
choice: color-info-95
|
|
1371
|
+
background-color-for-rich-text-button:
|
|
1372
|
+
choice: color-accent-20
|
|
1183
1373
|
background-color-for-tooltip:
|
|
1184
1374
|
choice: color-accent-10
|
|
1185
1375
|
background-color-for-view-switcher-when-disabled:
|
|
@@ -1216,6 +1406,26 @@ decisionGroupsByTheme:
|
|
|
1216
1406
|
choice: color-error
|
|
1217
1407
|
background-color-for-checkbox-input-icon-when-hovered:
|
|
1218
1408
|
choice: color-neutral-90
|
|
1409
|
+
background-color-for-primary-action-dropdown-when-active:
|
|
1410
|
+
choice: color-neutral-90
|
|
1411
|
+
background-color-for-primary-action-dropdown-when-disabled:
|
|
1412
|
+
choice: color-neutral-95
|
|
1413
|
+
background-color-for-toggle-input-track:
|
|
1414
|
+
choice: color-neutral
|
|
1415
|
+
background-color-for-toggle-input-track-when-disabled:
|
|
1416
|
+
choice: color-neutral-90
|
|
1417
|
+
background-color-for-toggle-input-thumb-when-disabled:
|
|
1418
|
+
choice: color-neutral-60
|
|
1419
|
+
background-color-for-toggle-input-track-when-checked:
|
|
1420
|
+
choice: color-primary-40
|
|
1421
|
+
background-color-for-toggle-input-thumb-when-checked:
|
|
1422
|
+
choice: color-primary-25
|
|
1423
|
+
background-color-for-toggle-input-track-when-checked-and-disabled:
|
|
1424
|
+
choice: color-accent-90
|
|
1425
|
+
background-color-for-toggle-input-thumb-when-checked-and-disabled:
|
|
1426
|
+
choice: color-accent-60
|
|
1427
|
+
background-color-for-tag-when-hovered:
|
|
1428
|
+
choice: color-neutral-90
|
|
1219
1429
|
|
|
1220
1430
|
borders:
|
|
1221
1431
|
label: Borders
|
|
@@ -1237,6 +1447,8 @@ decisionGroupsByTheme:
|
|
|
1237
1447
|
choice: '1px solid var(--color-neutral-85)'
|
|
1238
1448
|
border-for-radio-input-option:
|
|
1239
1449
|
choice: border-width-2
|
|
1450
|
+
border-for-calendar-menu-when-focused:
|
|
1451
|
+
choice: 'none'
|
|
1240
1452
|
|
|
1241
1453
|
borderColors:
|
|
1242
1454
|
label: Border Colors
|
|
@@ -1282,10 +1494,12 @@ decisionGroupsByTheme:
|
|
|
1282
1494
|
choice: color-primary-85
|
|
1283
1495
|
border-color-for-stamp-as-secondary:
|
|
1284
1496
|
choice: color-neutral-85
|
|
1285
|
-
border-color-for-localized-
|
|
1286
|
-
choice: color-
|
|
1497
|
+
border-color-for-localized-input-label-when-readonly:
|
|
1498
|
+
choice: color-surface
|
|
1287
1499
|
border-color-for-tag:
|
|
1288
1500
|
choice: color-neutral
|
|
1501
|
+
border-color-for-tag-when-focused:
|
|
1502
|
+
choice: color-neutral
|
|
1289
1503
|
border-color-for-tag-when-hovered:
|
|
1290
1504
|
choice: color-neutral
|
|
1291
1505
|
border-color-for-content-notification-when-error:
|
|
@@ -1324,6 +1538,8 @@ decisionGroupsByTheme:
|
|
|
1324
1538
|
choice: color-primary
|
|
1325
1539
|
border-color-for-radio-input-when-focused:
|
|
1326
1540
|
choice: color-neutral-60
|
|
1541
|
+
border-color-for-primary-action-dropdown-menu:
|
|
1542
|
+
choice: color-surface
|
|
1327
1543
|
|
|
1328
1544
|
borderRadiuses:
|
|
1329
1545
|
label: Border radiuses
|
|
@@ -1331,7 +1547,7 @@ decisionGroupsByTheme:
|
|
|
1331
1547
|
decisions:
|
|
1332
1548
|
border-radius-for-button-as-big:
|
|
1333
1549
|
choice: border-radius-4
|
|
1334
|
-
border-radius-for-button-as-
|
|
1550
|
+
border-radius-for-button-as-medium:
|
|
1335
1551
|
choice: border-radius-4
|
|
1336
1552
|
border-radius-for-button-as-icon-as-big:
|
|
1337
1553
|
choice: border-radius-4
|
|
@@ -1353,6 +1569,12 @@ decisionGroupsByTheme:
|
|
|
1353
1569
|
choice: '0 var(--border-radius-4) var(--border-radius-4) 0'
|
|
1354
1570
|
border-radius-for-content-notification-icon:
|
|
1355
1571
|
choice: 'var(--border-radius-4) 0 0 var(--border-radius-4)'
|
|
1572
|
+
border-radius-for-primary-action-dropdown:
|
|
1573
|
+
choice: 'var(--border-radius-4) 0 0 var(--border-radius-4)'
|
|
1574
|
+
border-radius-for-primary-action-dropdown-icon:
|
|
1575
|
+
choice: '0 var(--border-radius-4) var(--border-radius-4) 0'
|
|
1576
|
+
border-radius-for-primary-action-dropdown-menu:
|
|
1577
|
+
choice: border-radius-4
|
|
1356
1578
|
|
|
1357
1579
|
borderWidths:
|
|
1358
1580
|
label: Border width
|
|
@@ -1368,6 +1590,8 @@ decisionGroupsByTheme:
|
|
|
1368
1590
|
choice: border-width-2
|
|
1369
1591
|
border-width-for-checkbox-input-icon:
|
|
1370
1592
|
choice: border-width-2
|
|
1593
|
+
border-for-primary-action-dropdown-icon:
|
|
1594
|
+
choice: '1px 1px 1px 0px'
|
|
1371
1595
|
|
|
1372
1596
|
boxShadows:
|
|
1373
1597
|
label: Box shadows
|
|
@@ -1381,13 +1605,17 @@ decisionGroupsByTheme:
|
|
|
1381
1605
|
choice: shadow-0
|
|
1382
1606
|
box-shadow-for-select-input-when-focused:
|
|
1383
1607
|
choice: 'inset 0 0 0 1px'
|
|
1608
|
+
box-shadow-for-calendar-menu-when-focused:
|
|
1609
|
+
choice: '0 2px 5px 0px rgba(0, 0, 0, 0.15)'
|
|
1384
1610
|
|
|
1385
1611
|
fontColors:
|
|
1386
1612
|
label: Font Colors
|
|
1387
1613
|
prefix: font-color
|
|
1388
1614
|
decisions:
|
|
1615
|
+
font-color-for-text-when-disabled:
|
|
1616
|
+
choice: color-neutral-60
|
|
1389
1617
|
font-color-for-table-header:
|
|
1390
|
-
choice: color-
|
|
1618
|
+
choice: color-solid
|
|
1391
1619
|
font-color-for-input-when-readonly:
|
|
1392
1620
|
choice: color-neutral-40
|
|
1393
1621
|
font-color-for-tag-remove-icon:
|
|
@@ -1432,6 +1660,18 @@ decisionGroupsByTheme:
|
|
|
1432
1660
|
choice: color-neutral-60
|
|
1433
1661
|
font-color-for-checkbox-input-label-when-readonly:
|
|
1434
1662
|
choice: color-neutral-40
|
|
1663
|
+
font-color-for-flat-button-as-primary:
|
|
1664
|
+
choice: color-primary-25
|
|
1665
|
+
font-color-for-flat-button-as-primary-when-hovered:
|
|
1666
|
+
choice: color-primary
|
|
1667
|
+
font-color-for-link-as-primary:
|
|
1668
|
+
choice: color-primary-25
|
|
1669
|
+
font-color-for-link-as-primary-when-active:
|
|
1670
|
+
choice: color-primary
|
|
1671
|
+
font-color-for-secondary-icon-button-as-primary:
|
|
1672
|
+
choice: color-primary-25
|
|
1673
|
+
font-color-for-secondary-icon-button-as-primary-when-hovered:
|
|
1674
|
+
choice: color-primary
|
|
1435
1675
|
|
|
1436
1676
|
fontSizes:
|
|
1437
1677
|
label: Font Sizes
|
|
@@ -1469,7 +1709,7 @@ decisionGroupsByTheme:
|
|
|
1469
1709
|
choice: font-size-30
|
|
1470
1710
|
font-size-for-avatar-as-big:
|
|
1471
1711
|
choice: font-size-80
|
|
1472
|
-
font-size-for-localized-
|
|
1712
|
+
font-size-for-localized-input-label:
|
|
1473
1713
|
choice: font-size-30
|
|
1474
1714
|
font-size-for-select-input-tag:
|
|
1475
1715
|
choice: font-size-30
|
|
@@ -1499,6 +1739,10 @@ decisionGroupsByTheme:
|
|
|
1499
1739
|
line-height-for-text-as-detail:
|
|
1500
1740
|
description: ''
|
|
1501
1741
|
choice: line-height-20
|
|
1742
|
+
line-height-for-select-input-options:
|
|
1743
|
+
choice: line-height-40
|
|
1744
|
+
line-height-for-table-header:
|
|
1745
|
+
choice: '26px'
|
|
1502
1746
|
|
|
1503
1747
|
fontWeights:
|
|
1504
1748
|
label: Font Weights
|
|
@@ -1529,6 +1773,8 @@ decisionGroupsByTheme:
|
|
|
1529
1773
|
choice: font-weight-500
|
|
1530
1774
|
font-weight-for-table-header:
|
|
1531
1775
|
choice: font-weight-600
|
|
1776
|
+
font-weight-for-text-as-bold:
|
|
1777
|
+
choice: font-weight-600
|
|
1532
1778
|
|
|
1533
1779
|
heights:
|
|
1534
1780
|
label: Heights
|
|
@@ -1536,7 +1782,7 @@ decisionGroupsByTheme:
|
|
|
1536
1782
|
decisions:
|
|
1537
1783
|
height-for-button-as-big:
|
|
1538
1784
|
choice: '40px'
|
|
1539
|
-
height-for-button-as-
|
|
1785
|
+
height-for-button-as-medium:
|
|
1540
1786
|
choice: '32px'
|
|
1541
1787
|
height-for-button-as-icon-as-big:
|
|
1542
1788
|
choice: '40px'
|
|
@@ -1556,6 +1802,8 @@ decisionGroupsByTheme:
|
|
|
1556
1802
|
choice: '18px'
|
|
1557
1803
|
height-for-radio-input-option-when-checked:
|
|
1558
1804
|
choice: '10px'
|
|
1805
|
+
height-for-primary-action-dropdown:
|
|
1806
|
+
choice: '40px'
|
|
1559
1807
|
|
|
1560
1808
|
iconColors:
|
|
1561
1809
|
label: Icon colors
|
|
@@ -1604,7 +1852,16 @@ decisionGroupsByTheme:
|
|
|
1604
1852
|
choice: spacing-20
|
|
1605
1853
|
margin-left-for-radio-input-label:
|
|
1606
1854
|
choice: spacing-10
|
|
1607
|
-
|
|
1855
|
+
margin-right-for-primary-action-dropdown:
|
|
1856
|
+
choice: spacing-20
|
|
1857
|
+
margin-top-for-primary-action-dropdown:
|
|
1858
|
+
choice: spacing-20
|
|
1859
|
+
margin-for-localized-rich-text-body-button:
|
|
1860
|
+
choice: '0 2px var(--spacing-20) 2px'
|
|
1861
|
+
margin-for-rich-text-divider:
|
|
1862
|
+
choice: 'var(--spacing-10) 2px'
|
|
1863
|
+
margin-for-rich-text-dropdown-item-label:
|
|
1864
|
+
choice: '0 0 0 var(--spacing-20)'
|
|
1608
1865
|
paddings:
|
|
1609
1866
|
label: Paddings
|
|
1610
1867
|
prefix: padding
|
|
@@ -1646,8 +1903,22 @@ decisionGroupsByTheme:
|
|
|
1646
1903
|
padding-for-multiline-input:
|
|
1647
1904
|
choice: spacing-20
|
|
1648
1905
|
padding-for-localized-rich-text-input-label:
|
|
1649
|
-
choice: spacing-20
|
|
1650
|
-
padding-for-localized-
|
|
1906
|
+
choice: 'var(--spacing-20) 12px'
|
|
1907
|
+
padding-for-localized-rich-text-dropdown-button:
|
|
1908
|
+
choice: '5px var(--spacing-20)'
|
|
1909
|
+
padding-for-localized-rich-text-dropdown-item:
|
|
1910
|
+
choice: 'var(--spacing-20) var(--spacing-30)'
|
|
1911
|
+
padding-for-localized-rich-text-body-button:
|
|
1912
|
+
choice: 'var(--spacing-20)'
|
|
1913
|
+
padding-for-rich-text-input:
|
|
1914
|
+
choice: 'var(--spacing-20) var(--spacing-30)'
|
|
1915
|
+
padding-for-rich-text-toolbar:
|
|
1916
|
+
choice: 'none'
|
|
1917
|
+
padding-left-for-rich-text-toolbar:
|
|
1918
|
+
choice: 'none'
|
|
1919
|
+
padding-for-rich-text-editor-container:
|
|
1920
|
+
choice: 'var(--spacing-20) 0 0'
|
|
1921
|
+
padding-for-localized-input-label:
|
|
1651
1922
|
choice: '0 12px'
|
|
1652
1923
|
padding-for-tag-remove-icon:
|
|
1653
1924
|
choice: '0 12px'
|
|
@@ -1677,6 +1948,14 @@ decisionGroupsByTheme:
|
|
|
1677
1948
|
choice: '0 12px'
|
|
1678
1949
|
padding-for-selectable-search-input-dropdown:
|
|
1679
1950
|
choice: '0 12px'
|
|
1951
|
+
padding-for-primary-action-dropdown:
|
|
1952
|
+
choice: '0 var(--spacing-30)'
|
|
1953
|
+
padding-for-primary-action-dropdown-icon:
|
|
1954
|
+
choice: '0 var(--spacing-20)'
|
|
1955
|
+
padding-for-button-as-medium:
|
|
1956
|
+
choice: '0 var(--spacing-30)'
|
|
1957
|
+
padding-for-button-as-big:
|
|
1958
|
+
choice: '0 var(--spacing-30)'
|
|
1680
1959
|
|
|
1681
1960
|
shadows:
|
|
1682
1961
|
label: Shadows
|
|
@@ -1706,6 +1985,18 @@ decisionGroupsByTheme:
|
|
|
1706
1985
|
choice: '0px 1px 2px 0px rgba(0, 0, 0, 0.25)'
|
|
1707
1986
|
shadow-for-select-input-menu:
|
|
1708
1987
|
choice: '0 2px 5px 0px rgba(0, 0, 0, 0.15)'
|
|
1988
|
+
shadow-for-primary-action-dropdown:
|
|
1989
|
+
choice: shadow-0
|
|
1990
|
+
shadow-for-primary-action-dropdown-when-hovered:
|
|
1991
|
+
choice: shadow-0
|
|
1992
|
+
shadow-for-primary-action-dropdown-when-active:
|
|
1993
|
+
choice: shadow-0
|
|
1994
|
+
shadow-for-primary-action-dropdown-menu:
|
|
1995
|
+
choice: '0 2px 5px 0px rgba(0, 0, 0, 0.15)'
|
|
1996
|
+
shadow-for-toggle-input-thumb:
|
|
1997
|
+
choice: '0px 1px 5px rgba(0, 0, 0, 0.2)'
|
|
1998
|
+
shadow-for-tag-when-hovered:
|
|
1999
|
+
choice: shadow-0
|
|
1709
2000
|
|
|
1710
2001
|
# These tokens are deprecated as they don't follow our naming patterns.
|
|
1711
2002
|
# Ideally they should be replaced with new tokens and not be used anymore.
|
|
@@ -1728,4 +2019,3 @@ plainTokens:
|
|
|
1728
2019
|
font-size-small: 0.9231rem
|
|
1729
2020
|
shadow-box-tag-hover: '0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)'
|
|
1730
2021
|
size-height-tag: 26px
|
|
1731
|
-
standard-input-height: 32px
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/ui-kit",
|
|
3
3
|
"description": "A preset of all the UI-Kit components.",
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.14.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,40 +24,40 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.20.13",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
-
"@commercetools-uikit/accessible-hidden": "15.
|
|
28
|
-
"@commercetools-uikit/avatar": "15.
|
|
29
|
-
"@commercetools-uikit/buttons": "15.
|
|
30
|
-
"@commercetools-uikit/card": "15.
|
|
31
|
-
"@commercetools-uikit/collapsible": "15.
|
|
32
|
-
"@commercetools-uikit/collapsible-motion": "15.
|
|
33
|
-
"@commercetools-uikit/collapsible-panel": "15.
|
|
34
|
-
"@commercetools-uikit/constraints": "15.
|
|
35
|
-
"@commercetools-uikit/data-table": "15.
|
|
36
|
-
"@commercetools-uikit/data-table-manager": "15.
|
|
37
|
-
"@commercetools-uikit/design-system": "15.
|
|
38
|
-
"@commercetools-uikit/field-errors": "15.
|
|
39
|
-
"@commercetools-uikit/field-label": "15.
|
|
40
|
-
"@commercetools-uikit/fields": "15.
|
|
41
|
-
"@commercetools-uikit/grid": "15.
|
|
42
|
-
"@commercetools-uikit/hooks": "15.
|
|
43
|
-
"@commercetools-uikit/i18n": "15.
|
|
44
|
-
"@commercetools-uikit/icons": "15.
|
|
45
|
-
"@commercetools-uikit/inputs": "15.
|
|
46
|
-
"@commercetools-uikit/label": "15.
|
|
47
|
-
"@commercetools-uikit/link": "15.
|
|
48
|
-
"@commercetools-uikit/loading-spinner": "15.
|
|
49
|
-
"@commercetools-uikit/messages": "15.
|
|
50
|
-
"@commercetools-uikit/notifications": "15.
|
|
51
|
-
"@commercetools-uikit/pagination": "15.
|
|
52
|
-
"@commercetools-uikit/primary-action-dropdown": "15.
|
|
53
|
-
"@commercetools-uikit/selectable-search-input": "15.
|
|
54
|
-
"@commercetools-uikit/spacings": "15.
|
|
55
|
-
"@commercetools-uikit/stamp": "15.
|
|
56
|
-
"@commercetools-uikit/tag": "15.
|
|
57
|
-
"@commercetools-uikit/text": "15.
|
|
58
|
-
"@commercetools-uikit/tooltip": "15.
|
|
59
|
-
"@commercetools-uikit/utils": "15.
|
|
60
|
-
"@commercetools-uikit/view-switcher": "15.
|
|
27
|
+
"@commercetools-uikit/accessible-hidden": "15.14.0",
|
|
28
|
+
"@commercetools-uikit/avatar": "15.14.0",
|
|
29
|
+
"@commercetools-uikit/buttons": "15.14.0",
|
|
30
|
+
"@commercetools-uikit/card": "15.14.0",
|
|
31
|
+
"@commercetools-uikit/collapsible": "15.14.0",
|
|
32
|
+
"@commercetools-uikit/collapsible-motion": "15.14.0",
|
|
33
|
+
"@commercetools-uikit/collapsible-panel": "15.14.0",
|
|
34
|
+
"@commercetools-uikit/constraints": "15.14.0",
|
|
35
|
+
"@commercetools-uikit/data-table": "15.14.0",
|
|
36
|
+
"@commercetools-uikit/data-table-manager": "15.14.0",
|
|
37
|
+
"@commercetools-uikit/design-system": "15.14.0",
|
|
38
|
+
"@commercetools-uikit/field-errors": "15.14.0",
|
|
39
|
+
"@commercetools-uikit/field-label": "15.14.0",
|
|
40
|
+
"@commercetools-uikit/fields": "15.14.0",
|
|
41
|
+
"@commercetools-uikit/grid": "15.14.0",
|
|
42
|
+
"@commercetools-uikit/hooks": "15.14.0",
|
|
43
|
+
"@commercetools-uikit/i18n": "15.14.0",
|
|
44
|
+
"@commercetools-uikit/icons": "15.14.0",
|
|
45
|
+
"@commercetools-uikit/inputs": "15.14.0",
|
|
46
|
+
"@commercetools-uikit/label": "15.14.0",
|
|
47
|
+
"@commercetools-uikit/link": "15.14.0",
|
|
48
|
+
"@commercetools-uikit/loading-spinner": "15.14.0",
|
|
49
|
+
"@commercetools-uikit/messages": "15.14.0",
|
|
50
|
+
"@commercetools-uikit/notifications": "15.14.0",
|
|
51
|
+
"@commercetools-uikit/pagination": "15.14.0",
|
|
52
|
+
"@commercetools-uikit/primary-action-dropdown": "15.14.0",
|
|
53
|
+
"@commercetools-uikit/selectable-search-input": "15.14.0",
|
|
54
|
+
"@commercetools-uikit/spacings": "15.14.0",
|
|
55
|
+
"@commercetools-uikit/stamp": "15.14.0",
|
|
56
|
+
"@commercetools-uikit/tag": "15.14.0",
|
|
57
|
+
"@commercetools-uikit/text": "15.14.0",
|
|
58
|
+
"@commercetools-uikit/tooltip": "15.14.0",
|
|
59
|
+
"@commercetools-uikit/utils": "15.14.0",
|
|
60
|
+
"@commercetools-uikit/view-switcher": "15.14.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"moment": "2.29.4",
|