@dialpad/dialtone 9.100.0 → 9.101.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/css/tokens/tokens-base-deca-dark.css +392 -287
- package/dist/css/tokens/tokens-base-deca-light.css +351 -246
- package/dist/css/tokens/tokens-deca-dark.css +868 -574
- package/dist/css/tokens/tokens-deca-light.css +825 -531
- package/dist/tokens/css/tokens-base-deca-dark.css +392 -287
- package/dist/tokens/css/tokens-base-deca-light.css +351 -246
- package/dist/tokens/css/tokens-deca-dark.css +868 -574
- package/dist/tokens/css/tokens-deca-light.css +825 -531
- package/dist/tokens/doc.json +22446 -18133
- package/dist/tokens/less/tokens-base-deca-dark.less +78 -63
- package/dist/tokens/less/tokens-base-deca-light.less +66 -51
- package/dist/tokens/less/tokens-deca-dark.less +122 -80
- package/dist/tokens/less/tokens-deca-light.less +102 -60
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
- package/dist/tokens/themes/dp-deca-dark.js +1 -1
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +2 -2
- package/dist/tokens/tokens-base-deca-dark.json +78 -63
- package/dist/tokens/tokens-base-deca-light.json +66 -51
- package/dist/tokens/tokens-deca-dark.json +120 -78
- package/dist/tokens/tokens-deca-light.json +91 -49
- package/package.json +3 -3
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"dtColorForegroundPrimary": "#E6E6E6",
|
|
4
4
|
"dtColorForegroundSecondary": "#c7c7c7",
|
|
5
5
|
"dtColorForegroundTertiary": "#B0B0B0",
|
|
6
|
-
"dtColorForegroundMuted": "#
|
|
6
|
+
"dtColorForegroundMuted": "#ffffff",
|
|
7
7
|
"dtColorForegroundPlaceholder": "#808080",
|
|
8
8
|
"dtColorForegroundDisabled": "#808080",
|
|
9
9
|
"dtColorForegroundCritical": "#FF716F",
|
|
10
10
|
"dtColorForegroundCriticalStrong": "#FFABA4",
|
|
11
11
|
"dtColorForegroundSuccess": "#AEFB3C",
|
|
12
12
|
"dtColorForegroundSuccessStrong": "#DBFFA9",
|
|
13
|
-
"dtColorForegroundWarning": "#
|
|
13
|
+
"dtColorForegroundWarning": "#FFBD48",
|
|
14
14
|
"dtColorForegroundPrimaryInverted": "#171717",
|
|
15
15
|
"dtColorForegroundSecondaryInverted": "#3d3d3d",
|
|
16
16
|
"dtColorForegroundTertiaryInverted": "#555555",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"dtColorForegroundPlaceholderInverted": "#555555",
|
|
19
19
|
"dtColorForegroundDisabledInverted": "#555555",
|
|
20
20
|
"dtColorForegroundCriticalInverted": "#FF1356",
|
|
21
|
-
"dtColorForegroundCriticalStrongInverted": "#
|
|
21
|
+
"dtColorForegroundCriticalStrongInverted": "#AF0032",
|
|
22
22
|
"dtColorForegroundSuccessInverted": "#008E52",
|
|
23
23
|
"dtColorForegroundSuccessStrongInverted": "#004F2E",
|
|
24
24
|
"dtColorForegroundWarningInverted": "#815008",
|
|
25
|
-
"dtColorLinkPrimary": "#
|
|
25
|
+
"dtColorLinkPrimary": "#C2A3FF",
|
|
26
26
|
"dtColorLinkCritical": "#FF716F",
|
|
27
27
|
"dtColorLinkSuccess": "#AEFB3C",
|
|
28
|
-
"dtColorLinkWarning": "#
|
|
28
|
+
"dtColorLinkWarning": "#FFBD48",
|
|
29
29
|
"dtColorLinkMuted": "#c7c7c7",
|
|
30
30
|
"dtColorLinkDisabled": "#808080",
|
|
31
31
|
"dtColorLinkPrimaryInverted": "#7C52FF",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"dtColorLinkPrimaryHover": "#DAC7FF",
|
|
38
38
|
"dtColorLinkCriticalHover": "#FFABA4",
|
|
39
39
|
"dtColorLinkSuccessHover": "#DBFFA9",
|
|
40
|
-
"dtColorLinkWarningHover": "#
|
|
40
|
+
"dtColorLinkWarningHover": "#FFE89C",
|
|
41
41
|
"dtColorLinkMutedHover": "#E6E6E6",
|
|
42
42
|
"dtColorLinkDisabledHover": "#808080",
|
|
43
43
|
"dtColorLinkPrimaryInvertedHover": "#5023DD",
|
|
44
|
-
"dtColorLinkCriticalInvertedHover": "#
|
|
44
|
+
"dtColorLinkCriticalInvertedHover": "#AF0032",
|
|
45
45
|
"dtColorLinkSuccessInvertedHover": "#004F2E",
|
|
46
46
|
"dtColorLinkWarningInvertedHover": "#533204",
|
|
47
47
|
"dtColorLinkMutedInvertedHover": "#171717",
|
|
@@ -52,37 +52,74 @@
|
|
|
52
52
|
"dtColorSurfaceStrongOpaque": "#E6E6E6",
|
|
53
53
|
"dtColorSurfaceContrastOpaque": "#ffffff",
|
|
54
54
|
"dtColorSurfaceBackdrop": "#000000",
|
|
55
|
-
"dtColorSurfaceCriticalOpaque": "#
|
|
56
|
-
"dtColorSurfaceCriticalSubtleOpaque": "#
|
|
55
|
+
"dtColorSurfaceCriticalOpaque": "#93173A",
|
|
56
|
+
"dtColorSurfaceCriticalSubtleOpaque": "#1C0108",
|
|
57
57
|
"dtColorSurfaceWarningOpaque": "#533204",
|
|
58
|
-
"dtColorSurfaceWarningSubtleOpaque": "#
|
|
59
|
-
"dtColorSurfaceSuccessOpaque": "#
|
|
60
|
-
"dtColorSurfaceSuccessSubtleOpaque": "#
|
|
61
|
-
"dtColorSurfaceInfoOpaque": "#
|
|
62
|
-
"dtColorSurfaceInfoSubtleOpaque": "#
|
|
58
|
+
"dtColorSurfaceWarningSubtleOpaque": "#201301",
|
|
59
|
+
"dtColorSurfaceSuccessOpaque": "#004F2E",
|
|
60
|
+
"dtColorSurfaceSuccessSubtleOpaque": "#00150D",
|
|
61
|
+
"dtColorSurfaceInfoOpaque": "#001429",
|
|
62
|
+
"dtColorSurfaceInfoSubtleOpaque": "#010B16",
|
|
63
63
|
"dtColorSurfacePrimary": "#171717",
|
|
64
64
|
"dtColorSurfaceSecondary": "#1f1f1f",
|
|
65
65
|
"dtColorSurfaceModerate": "#3d3d3d",
|
|
66
66
|
"dtColorSurfaceBold": "#555555",
|
|
67
67
|
"dtColorSurfaceStrong": "#B0B0B0",
|
|
68
|
-
"dtColorSurfaceContrast": "#
|
|
69
|
-
"dtColorSurfaceCritical": "#
|
|
70
|
-
"dtColorSurfaceCriticalSubtle": "#
|
|
71
|
-
"dtColorSurfaceCriticalStrong": "#
|
|
72
|
-
"dtColorSurfaceWarning": "#
|
|
73
|
-
"dtColorSurfaceWarningSubtle": "#
|
|
68
|
+
"dtColorSurfaceContrast": "#ffffff",
|
|
69
|
+
"dtColorSurfaceCritical": "#380010",
|
|
70
|
+
"dtColorSurfaceCriticalSubtle": "#1C0108",
|
|
71
|
+
"dtColorSurfaceCriticalStrong": "#FF716F",
|
|
72
|
+
"dtColorSurfaceWarning": "#2C1B02",
|
|
73
|
+
"dtColorSurfaceWarningSubtle": "#201301",
|
|
74
74
|
"dtColorSurfaceWarningStrong": "#FFDB80",
|
|
75
|
-
"dtColorSurfaceSuccess": "#
|
|
76
|
-
"dtColorSurfaceSuccessSubtle": "#
|
|
77
|
-
"dtColorSurfaceSuccessStrong": "#
|
|
78
|
-
"dtColorSurfaceInfo": "#
|
|
79
|
-
"dtColorSurfaceInfoSubtle": "#
|
|
80
|
-
"dtColorSurfaceInfoStrong": "#
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
75
|
+
"dtColorSurfaceSuccess": "#012717",
|
|
76
|
+
"dtColorSurfaceSuccessSubtle": "#00150D",
|
|
77
|
+
"dtColorSurfaceSuccessStrong": "#AEFB3C",
|
|
78
|
+
"dtColorSurfaceInfo": "#001429",
|
|
79
|
+
"dtColorSurfaceInfoSubtle": "#010B16",
|
|
80
|
+
"dtColorSurfaceInfoStrong": "#4AA9EA",
|
|
81
|
+
"dtColorSurfaceSecondaryInverted": "#F9F9F9",
|
|
82
|
+
"dtColorSurfaceModerateInverted": "#E6E6E6",
|
|
83
|
+
"dtColorSurfaceBoldInverted": "#D4D4D4",
|
|
84
|
+
"dtColorSurfaceStrongInverted": "#555555",
|
|
85
|
+
"dtColorSurfaceContrastInverted": "#171717",
|
|
86
|
+
"dtColorSurfacePrimaryInverted": "#ffffff",
|
|
87
|
+
"dtColorSurfaceCriticalInverted": "#FFE5E6",
|
|
88
|
+
"dtColorSurfaceCriticalSubtleInverted": "#FFF2F3",
|
|
89
|
+
"dtColorSurfaceCriticalStrongInverted": "#D90A45",
|
|
90
|
+
"dtColorSurfaceWarningInverted": "#FFF4CC",
|
|
91
|
+
"dtColorSurfaceWarningSubtleInverted": "#fffae5",
|
|
92
|
+
"dtColorSurfaceWarningStrongInverted": "#FFBD48",
|
|
93
|
+
"dtColorSurfaceSuccessInverted": "#EDF9EB",
|
|
94
|
+
"dtColorSurfaceSuccessSubtleInverted": "#f6fcf5",
|
|
95
|
+
"dtColorSurfaceSuccessStrongInverted": "#31B237",
|
|
96
|
+
"dtColorSurfaceInfoInverted": "#EAF2FA",
|
|
97
|
+
"dtColorSurfaceBrand": "#1D0155",
|
|
98
|
+
"dtColorSurfaceBrandInverted": "#F5F0FF",
|
|
99
|
+
"dtColorSurfaceInfoSubtleInverted": "#f5f9fd",
|
|
100
|
+
"dtColorSurfaceBrandSubtle": "#0E002A",
|
|
101
|
+
"dtColorSurfaceBrandSubtleInverted": "#f9f6ff",
|
|
102
|
+
"dtColorSurfaceInfoStrongInverted": "#1768C6",
|
|
103
|
+
"dtColorSurfaceBrandStrong": "#AB7EFF",
|
|
104
|
+
"dtColorSurfaceBrandStrongInverted": "#7C52FF",
|
|
105
|
+
"dtColorSurfacePrimaryOpaque": "#ffffff",
|
|
106
|
+
"dtColorSurfaceSecondaryOpaqueInverted": "#000000",
|
|
107
|
+
"dtColorSurfaceModerateOpaqueInverted": "#000000",
|
|
108
|
+
"dtColorSurfaceBoldOpaqueInverted": "#000000",
|
|
109
|
+
"dtColorSurfaceStrongOpaqueInverted": "#000000",
|
|
110
|
+
"dtColorSurfaceContrastOpaqueInverted": "#000000",
|
|
111
|
+
"dtColorSurfaceCriticalOpaqueInverted": "#FFABA4",
|
|
112
|
+
"dtColorSurfaceCriticalSubtleOpaqueInverted": "#FFE5E6",
|
|
113
|
+
"dtColorSurfaceWarningOpaqueInverted": "#FFE89C",
|
|
114
|
+
"dtColorSurfaceWarningSubtleOpaqueInverted": "#fffae5",
|
|
115
|
+
"dtColorSurfaceSuccessOpaqueInverted": "#DBFFA9",
|
|
116
|
+
"dtColorSurfaceSuccessSubtleOpaqueInverted": "#f6fcf5",
|
|
117
|
+
"dtColorSurfaceInfoOpaqueInverted": "#EAF2FA",
|
|
118
|
+
"dtColorSurfaceBrandOpaque": "#1D0155",
|
|
119
|
+
"dtColorSurfaceBrandOpaqueInverted": "#F5F0FF",
|
|
120
|
+
"dtColorSurfaceInfoSubtleOpaqueInverted": "#f5f9fd",
|
|
121
|
+
"dtColorSurfaceBrandSubtleOpaque": "#0E002A",
|
|
122
|
+
"dtColorSurfaceBrandSubtleOpaqueInverted": "#f9f6ff",
|
|
86
123
|
"dtColorBorderSubtle": "#ffffff",
|
|
87
124
|
"dtColorBorderDefault": "#ffffff",
|
|
88
125
|
"dtColorBorderModerate": "#ffffff",
|
|
@@ -91,33 +128,33 @@
|
|
|
91
128
|
"dtColorBorderDefaultInverted": "#000000",
|
|
92
129
|
"dtColorBorderModerateInverted": "#000000",
|
|
93
130
|
"dtColorBorderBoldInverted": "#000000",
|
|
94
|
-
"dtColorBorderFocus": "#
|
|
131
|
+
"dtColorBorderFocus": "#1768C6",
|
|
95
132
|
"dtColorBorderCritical": "#FF716F",
|
|
96
|
-
"dtColorBorderSuccess": "#
|
|
97
|
-
"dtColorBorderWarning": "#
|
|
98
|
-
"dtColorBorderBrand": "#
|
|
133
|
+
"dtColorBorderSuccess": "#D1FF76",
|
|
134
|
+
"dtColorBorderWarning": "#FFDB80",
|
|
135
|
+
"dtColorBorderBrand": "#C2A3FF",
|
|
99
136
|
"dtColorBorderAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
100
137
|
"dtColorBorderAccent": "#FF1BA4",
|
|
101
|
-
"dtColorBorderCriticalSubtle": "#
|
|
138
|
+
"dtColorBorderCriticalSubtle": "#93173A",
|
|
102
139
|
"dtColorBorderCriticalStrong": "#FFABA4",
|
|
103
|
-
"dtColorBorderSuccessSubtle": "#
|
|
140
|
+
"dtColorBorderSuccessSubtle": "#52C926",
|
|
104
141
|
"dtColorBorderSuccessStrong": "#AEFB3C",
|
|
105
|
-
"dtColorBorderWarningSubtle": "#
|
|
142
|
+
"dtColorBorderWarningSubtle": "#FF9E0E",
|
|
106
143
|
"dtColorBorderWarningStrong": "#FFE89C",
|
|
107
|
-
"dtColorBorderBrandSubtle": "#
|
|
144
|
+
"dtColorBorderBrandSubtle": "#7C52FF",
|
|
108
145
|
"dtColorBorderBrandStrong": "#DAC7FF",
|
|
109
|
-
"dtColorBorderCriticalInverted": "#
|
|
110
|
-
"dtColorBorderSuccessInverted": "#
|
|
111
|
-
"dtColorBorderWarningInverted": "#
|
|
146
|
+
"dtColorBorderCriticalInverted": "#FF1356",
|
|
147
|
+
"dtColorBorderSuccessInverted": "#31B237",
|
|
148
|
+
"dtColorBorderWarningInverted": "#FF9E0E",
|
|
112
149
|
"dtColorBorderBrandInverted": "#7C52FF",
|
|
113
150
|
"dtColorBorderCriticalSubtleInverted": "#FF716F",
|
|
114
|
-
"dtColorBorderCriticalStrongInverted": "#
|
|
115
|
-
"dtColorBorderSuccessSubtleInverted": "#
|
|
151
|
+
"dtColorBorderCriticalStrongInverted": "#93173A",
|
|
152
|
+
"dtColorBorderSuccessSubtleInverted": "#D1FF76",
|
|
116
153
|
"dtColorBorderSuccessStrongInverted": "#004F2E",
|
|
117
|
-
"dtColorBorderWarningSubtleInverted": "#
|
|
118
|
-
"dtColorBorderWarningStrongInverted": "#
|
|
119
|
-
"dtColorBorderBrandSubtleInverted": "#
|
|
120
|
-
"dtColorBorderBrandStrongInverted": "#
|
|
154
|
+
"dtColorBorderWarningSubtleInverted": "#FFDB80",
|
|
155
|
+
"dtColorBorderWarningStrongInverted": "#D57F00",
|
|
156
|
+
"dtColorBorderBrandSubtleInverted": "#C2A3FF",
|
|
157
|
+
"dtColorBorderBrandStrongInverted": "#5023DD",
|
|
121
158
|
"dtTypographyBodyMdFontFamily": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
|
122
159
|
"dtTypographyBodyMdFontWeight": "400",
|
|
123
160
|
"dtTypographyBodyMdLineHeight": "1.6",
|
|
@@ -339,15 +376,15 @@
|
|
|
339
376
|
"dtInputsColorForegroundPlaceholder": "#808080",
|
|
340
377
|
"dtInputsColorForegroundDisabled": "#808080",
|
|
341
378
|
"dtInputsColorBorderDefault": "#ffffff",
|
|
342
|
-
"dtInputsColorBorderFocus": "#
|
|
379
|
+
"dtInputsColorBorderFocus": "#1768C6",
|
|
343
380
|
"dtInputsColorBorderCritical": "#FF716F",
|
|
344
|
-
"dtInputsColorBorderSuccess": "#
|
|
345
|
-
"dtInputsColorBorderWarning": "#
|
|
381
|
+
"dtInputsColorBorderSuccess": "#D1FF76",
|
|
382
|
+
"dtInputsColorBorderWarning": "#FFDB80",
|
|
346
383
|
"dtInputsColorBorderDisabled": "transparent",
|
|
347
384
|
"dtInputsColorBackgroundDefault": "#E6E6E6",
|
|
348
385
|
"dtInputsColorBackgroundFocus": "#171717",
|
|
349
386
|
"dtInputsColorBackgroundDisabled": "#E6E6E6",
|
|
350
|
-
"dtActionColorForegroundBaseDefault": "#
|
|
387
|
+
"dtActionColorForegroundBaseDefault": "#C2A3FF",
|
|
351
388
|
"dtActionColorForegroundBaseHover": "#DAC7FF",
|
|
352
389
|
"dtActionColorForegroundBaseActive": "#DAC7FF",
|
|
353
390
|
"dtActionColorForegroundBasePrimaryDefault": "#000000",
|
|
@@ -358,7 +395,7 @@
|
|
|
358
395
|
"dtActionColorForegroundInvertedDefault": "#171717",
|
|
359
396
|
"dtActionColorForegroundInvertedHover": "#171717",
|
|
360
397
|
"dtActionColorForegroundInvertedActive": "#171717",
|
|
361
|
-
"dtActionColorForegroundInvertedPrimaryDefault": "#
|
|
398
|
+
"dtActionColorForegroundInvertedPrimaryDefault": "#C2A3FF",
|
|
362
399
|
"dtActionColorForegroundInvertedPrimaryHover": "#DAC7FF",
|
|
363
400
|
"dtActionColorForegroundInvertedPrimaryActive": "#DAC7FF",
|
|
364
401
|
"dtActionColorForegroundMutedDefault": "#c7c7c7",
|
|
@@ -370,34 +407,34 @@
|
|
|
370
407
|
"dtActionColorForegroundPositiveActive": "#DBFFA9",
|
|
371
408
|
"dtActionColorForegroundPositivePrimaryDefault": "#000000",
|
|
372
409
|
"dtActionColorBackgroundBaseDefault": "transparent",
|
|
373
|
-
"dtActionColorBackgroundBaseHover": "#
|
|
374
|
-
"dtActionColorBackgroundBaseActive": "#
|
|
375
|
-
"dtActionColorBackgroundBasePrimaryDefault": "#
|
|
376
|
-
"dtActionColorBackgroundBasePrimaryHover": "#
|
|
377
|
-
"dtActionColorBackgroundBasePrimaryActive": "#
|
|
410
|
+
"dtActionColorBackgroundBaseHover": "#9568FF",
|
|
411
|
+
"dtActionColorBackgroundBaseActive": "#9568FF",
|
|
412
|
+
"dtActionColorBackgroundBasePrimaryDefault": "#AB7EFF",
|
|
413
|
+
"dtActionColorBackgroundBasePrimaryHover": "#C2A3FF",
|
|
414
|
+
"dtActionColorBackgroundBasePrimaryActive": "#AB7EFF",
|
|
378
415
|
"dtActionColorBackgroundCriticalDefault": "transparent",
|
|
379
|
-
"dtActionColorBackgroundCriticalHover": "#
|
|
380
|
-
"dtActionColorBackgroundCriticalActive": "#
|
|
416
|
+
"dtActionColorBackgroundCriticalHover": "#93173A",
|
|
417
|
+
"dtActionColorBackgroundCriticalActive": "#93173A",
|
|
381
418
|
"dtActionColorBackgroundCriticalPrimaryDefault": "#FF716F",
|
|
382
419
|
"dtActionColorBackgroundCriticalPrimaryHover": "#FFABA4",
|
|
383
420
|
"dtActionColorBackgroundCriticalPrimaryActive": "#FF716F",
|
|
384
421
|
"dtActionColorBackgroundInvertedDefault": "transparent",
|
|
385
|
-
"dtActionColorBackgroundInvertedHover": "#
|
|
386
|
-
"dtActionColorBackgroundInvertedActive": "#
|
|
422
|
+
"dtActionColorBackgroundInvertedHover": "#D4D4D4",
|
|
423
|
+
"dtActionColorBackgroundInvertedActive": "#c7c7c7",
|
|
387
424
|
"dtActionColorBackgroundInvertedPrimaryDefault": "#171717",
|
|
388
|
-
"dtActionColorBackgroundInvertedPrimaryHover": "#
|
|
389
|
-
"dtActionColorBackgroundInvertedPrimaryActive": "#
|
|
425
|
+
"dtActionColorBackgroundInvertedPrimaryHover": "#1D0155",
|
|
426
|
+
"dtActionColorBackgroundInvertedPrimaryActive": "#3A1D95",
|
|
390
427
|
"dtActionColorBackgroundMutedDefault": "transparent",
|
|
391
428
|
"dtActionColorBackgroundMutedHover": "#E6E6E6",
|
|
392
429
|
"dtActionColorBackgroundMutedActive": "#E6E6E6",
|
|
393
430
|
"dtActionColorBackgroundDisabledDefault": "#E6E6E6",
|
|
394
431
|
"dtActionColorBackgroundPositiveDefault": "transparent",
|
|
395
|
-
"dtActionColorBackgroundPositiveHover": "#
|
|
432
|
+
"dtActionColorBackgroundPositiveHover": "#004F2E",
|
|
396
433
|
"dtActionColorBackgroundPositiveActive": "#004F2E",
|
|
397
434
|
"dtActionColorBackgroundPositivePrimaryDefault": "#AEFB3C",
|
|
398
435
|
"dtActionColorBackgroundPositivePrimaryHover": "#D1FF76",
|
|
399
436
|
"dtActionColorBackgroundPositivePrimaryActive": "#AEFB3C",
|
|
400
|
-
"dtActionColorBorderBaseOutlinedDefault": "#
|
|
437
|
+
"dtActionColorBorderBaseOutlinedDefault": "#C2A3FF",
|
|
401
438
|
"dtActionColorBorderCriticalOutlinedDefault": "#FF716F",
|
|
402
439
|
"dtActionColorBorderInvertedOutlinedDefault": "#000000",
|
|
403
440
|
"dtActionColorBorderMutedOutlinedDefault": "#ffffff",
|
|
@@ -433,14 +470,14 @@
|
|
|
433
470
|
"dtThemeSidebarSelectedRowColorForeground": "#E6E6E6",
|
|
434
471
|
"dtThemeSidebarSelectedRowColorBackground": "#E6E6E6",
|
|
435
472
|
"dtThemeSidebarSectionColorForeground": "#B0B0B0",
|
|
436
|
-
"dtThemePresenceColorBackgroundAvailable": "#
|
|
473
|
+
"dtThemePresenceColorBackgroundAvailable": "#84EE0B",
|
|
437
474
|
"dtThemePresenceColorBackgroundBusyUnavailable": "#FF415B",
|
|
438
|
-
"dtThemePresenceColorBackgroundBusy": "#
|
|
475
|
+
"dtThemePresenceColorBackgroundBusy": "#FFBD48",
|
|
439
476
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
440
477
|
"dtThemeMentionColorForeground": "#000000",
|
|
441
478
|
"dtThemeMentionColorForegroundStrong": "#171717",
|
|
442
|
-
"dtThemeMentionColorBackground": "#
|
|
443
|
-
"dtThemeMentionColorBackgroundStrong": "#
|
|
479
|
+
"dtThemeMentionColorBackground": "#AB7EFF",
|
|
480
|
+
"dtThemeMentionColorBackgroundStrong": "#F5F0FF",
|
|
444
481
|
"dtAvatarColorForeground": "#000000",
|
|
445
482
|
"dtAvatarColorBackground100": "#1aa340",
|
|
446
483
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -466,14 +503,15 @@
|
|
|
466
503
|
"dtBadgeColorBackgroundSuccess": "#004F2E",
|
|
467
504
|
"dtBadgeColorBackgroundWarning": "#533204",
|
|
468
505
|
"dtBadgeColorBackgroundCritical": "#640823",
|
|
469
|
-
"dtBadgeColorBackgroundBulletin": "#
|
|
470
|
-
"dtBadgeColorBackgroundBulletinSubtle": "#
|
|
506
|
+
"dtBadgeColorBackgroundBulletin": "#AB7EFF",
|
|
507
|
+
"dtBadgeColorBackgroundBulletinSubtle": "#3A1D95",
|
|
471
508
|
"dtBadgeColorBackgroundAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
472
|
-
"dtBadgeColorForegroundDefault": "#
|
|
509
|
+
"dtBadgeColorForegroundDefault": "#ffffff",
|
|
473
510
|
"dtBadgeColorForegroundBulletin": "#000000",
|
|
474
511
|
"dtBadgeColorForegroundBulletinSubtle": "#E6E6E6",
|
|
512
|
+
"dtBadgeColorForegroundAi": "#ffffff",
|
|
475
513
|
"dtBadgeColorBorderDefault": "#ffffff",
|
|
476
|
-
"dtBadgeColorBorderBulletinSubtle": "#
|
|
514
|
+
"dtBadgeColorBorderBulletinSubtle": "#9568FF",
|
|
477
515
|
"dtButtonFontSizeXs": "12px",
|
|
478
516
|
"dtButtonFontSizeSm": "12px",
|
|
479
517
|
"dtButtonFontSizeMd": "15px",
|
|
@@ -498,8 +536,10 @@
|
|
|
498
536
|
"dtCheckboxSizeHeight": "1rem",
|
|
499
537
|
"dtCheckboxSizeRadius": "0.25rem",
|
|
500
538
|
"dtCheckboxColorBorderUnchecked": "#ffffff",
|
|
501
|
-
"dtCheckboxColorBorderChecked": "#
|
|
502
|
-
"dtCheckboxColorBackgroundChecked": "#
|
|
539
|
+
"dtCheckboxColorBorderChecked": "#C2A3FF",
|
|
540
|
+
"dtCheckboxColorBackgroundChecked": "#AB7EFF",
|
|
541
|
+
"dtCheckboxColorForegroundDefault": "transparent",
|
|
542
|
+
"dtCheckboxColorForegroundChecked": "#171717",
|
|
503
543
|
"dtIconSize100": "12px",
|
|
504
544
|
"dtIconSize200": "14px",
|
|
505
545
|
"dtIconSize300": "18px",
|
|
@@ -520,6 +560,8 @@
|
|
|
520
560
|
"dtRadioSizeHeight": "1rem",
|
|
521
561
|
"dtRadioSizeRadius": "50%",
|
|
522
562
|
"dtRadioColorBorderUnchecked": "#ffffff",
|
|
523
|
-
"dtRadioColorBorderChecked": "#
|
|
524
|
-
"dtRadioColorBackgroundChecked": "#
|
|
563
|
+
"dtRadioColorBorderChecked": "#C2A3FF",
|
|
564
|
+
"dtRadioColorBackgroundChecked": "#AB7EFF",
|
|
565
|
+
"dtRadioColorForegroundDefault": "transparent",
|
|
566
|
+
"dtRadioColorForegroundChecked": "#171717"
|
|
525
567
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"dtColorForegroundMuted": "#000000",
|
|
7
7
|
"dtColorForegroundPlaceholder": "#808080",
|
|
8
8
|
"dtColorForegroundDisabled": "#808080",
|
|
9
|
-
"dtColorForegroundCritical": "#
|
|
9
|
+
"dtColorForegroundCritical": "#FF1356",
|
|
10
10
|
"dtColorForegroundCriticalStrong": "#AF0032",
|
|
11
11
|
"dtColorForegroundSuccess": "#008E52",
|
|
12
12
|
"dtColorForegroundSuccessStrong": "#004F2E",
|
|
@@ -17,21 +17,21 @@
|
|
|
17
17
|
"dtColorForegroundMutedInverted": "#F9F9F9",
|
|
18
18
|
"dtColorForegroundPlaceholderInverted": "#AAAAAA",
|
|
19
19
|
"dtColorForegroundDisabledInverted": "#AAAAAA",
|
|
20
|
-
"dtColorForegroundCriticalInverted": "#
|
|
21
|
-
"dtColorForegroundCriticalStrongInverted": "#
|
|
20
|
+
"dtColorForegroundCriticalInverted": "#FFABA4",
|
|
21
|
+
"dtColorForegroundCriticalStrongInverted": "#FFE5E6",
|
|
22
22
|
"dtColorForegroundSuccessInverted": "#AEFB3C",
|
|
23
|
-
"dtColorForegroundSuccessStrongInverted": "#
|
|
24
|
-
"dtColorForegroundWarningInverted": "#
|
|
23
|
+
"dtColorForegroundSuccessStrongInverted": "#DBFFA9",
|
|
24
|
+
"dtColorForegroundWarningInverted": "#FF9E0E",
|
|
25
25
|
"dtColorLinkPrimary": "#7C52FF",
|
|
26
|
-
"dtColorLinkCritical": "#
|
|
26
|
+
"dtColorLinkCritical": "#FF1356",
|
|
27
27
|
"dtColorLinkSuccess": "#008E52",
|
|
28
28
|
"dtColorLinkWarning": "#815008",
|
|
29
29
|
"dtColorLinkMuted": "#3A3A3A",
|
|
30
30
|
"dtColorLinkDisabled": "#808080",
|
|
31
|
-
"dtColorLinkPrimaryInverted": "#
|
|
32
|
-
"dtColorLinkCriticalInverted": "#
|
|
31
|
+
"dtColorLinkPrimaryInverted": "#C2A3FF",
|
|
32
|
+
"dtColorLinkCriticalInverted": "#FFABA4",
|
|
33
33
|
"dtColorLinkSuccessInverted": "#AEFB3C",
|
|
34
|
-
"dtColorLinkWarningInverted": "#
|
|
34
|
+
"dtColorLinkWarningInverted": "#FF9E0E",
|
|
35
35
|
"dtColorLinkMutedInverted": "#E9E9E9",
|
|
36
36
|
"dtColorLinkDisabledInverted": "#AAAAAA",
|
|
37
37
|
"dtColorLinkPrimaryHover": "#5023DD",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"dtColorLinkMutedHover": "#1C1C1C",
|
|
42
42
|
"dtColorLinkDisabledHover": "#808080",
|
|
43
43
|
"dtColorLinkPrimaryInvertedHover": "#DAC7FF",
|
|
44
|
-
"dtColorLinkCriticalInvertedHover": "#
|
|
45
|
-
"dtColorLinkSuccessInvertedHover": "#
|
|
46
|
-
"dtColorLinkWarningInvertedHover": "#
|
|
44
|
+
"dtColorLinkCriticalInvertedHover": "#FFE5E6",
|
|
45
|
+
"dtColorLinkSuccessInvertedHover": "#DBFFA9",
|
|
46
|
+
"dtColorLinkWarningInvertedHover": "#FFDB80",
|
|
47
47
|
"dtColorLinkMutedInvertedHover": "#F9F9F9",
|
|
48
48
|
"dtColorLinkDisabledInvertedHover": "#AAAAAA",
|
|
49
49
|
"dtColorSurfaceSecondaryOpaque": "#1C1C1C",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dtColorSurfaceContrastOpaque": "#1C1C1C",
|
|
54
54
|
"dtColorSurfaceBackdrop": "#000000",
|
|
55
55
|
"dtColorSurfaceCriticalOpaque": "#FFABA4",
|
|
56
|
-
"dtColorSurfaceCriticalSubtleOpaque": "#
|
|
56
|
+
"dtColorSurfaceCriticalSubtleOpaque": "#FFE5E6",
|
|
57
57
|
"dtColorSurfaceWarningOpaque": "#FFE89C",
|
|
58
58
|
"dtColorSurfaceWarningSubtleOpaque": "#FFF4CC",
|
|
59
59
|
"dtColorSurfaceSuccessOpaque": "#DBFFA9",
|
|
@@ -67,22 +67,59 @@
|
|
|
67
67
|
"dtColorSurfaceStrong": "#535353",
|
|
68
68
|
"dtColorSurfaceContrast": "#252525",
|
|
69
69
|
"dtColorSurfaceCritical": "#FFE5E6",
|
|
70
|
-
"dtColorSurfaceCriticalSubtle": "#
|
|
71
|
-
"dtColorSurfaceCriticalStrong": "#
|
|
70
|
+
"dtColorSurfaceCriticalSubtle": "#FFF2F3",
|
|
71
|
+
"dtColorSurfaceCriticalStrong": "#D90A45",
|
|
72
72
|
"dtColorSurfaceWarning": "#FFF4CC",
|
|
73
|
-
"dtColorSurfaceWarningSubtle": "#
|
|
74
|
-
"dtColorSurfaceWarningStrong": "#
|
|
73
|
+
"dtColorSurfaceWarningSubtle": "#fffae5",
|
|
74
|
+
"dtColorSurfaceWarningStrong": "#FFBD48",
|
|
75
75
|
"dtColorSurfaceSuccess": "#EDF9EB",
|
|
76
|
-
"dtColorSurfaceSuccessSubtle": "#
|
|
76
|
+
"dtColorSurfaceSuccessSubtle": "#f6fcf5",
|
|
77
77
|
"dtColorSurfaceSuccessStrong": "#008E52",
|
|
78
78
|
"dtColorSurfaceInfo": "#EAF2FA",
|
|
79
|
-
"dtColorSurfaceInfoSubtle": "#
|
|
79
|
+
"dtColorSurfaceInfoSubtle": "#f5f9fd",
|
|
80
80
|
"dtColorSurfaceInfoStrong": "#1768C6",
|
|
81
|
+
"dtColorSurfaceSecondaryInverted": "#252525",
|
|
82
|
+
"dtColorSurfaceModerateInverted": "#3A3A3A",
|
|
83
|
+
"dtColorSurfaceBoldInverted": "#535353",
|
|
84
|
+
"dtColorSurfaceStrongInverted": "#AAAAAA",
|
|
85
|
+
"dtColorSurfaceContrastInverted": "#F9F9F9",
|
|
86
|
+
"dtColorSurfacePrimaryInverted": "#000000",
|
|
87
|
+
"dtColorSurfaceCriticalInverted": "#380010",
|
|
88
|
+
"dtColorSurfaceCriticalSubtleInverted": "#1C0108",
|
|
89
|
+
"dtColorSurfaceCriticalStrongInverted": "#FF716F",
|
|
90
|
+
"dtColorSurfaceWarningInverted": "#2C1B02",
|
|
91
|
+
"dtColorSurfaceWarningSubtleInverted": "#201301",
|
|
92
|
+
"dtColorSurfaceWarningStrongInverted": "#FFDB80",
|
|
93
|
+
"dtColorSurfaceSuccessInverted": "#012717",
|
|
94
|
+
"dtColorSurfaceSuccessSubtleInverted": "#00150D",
|
|
95
|
+
"dtColorSurfaceSuccessStrongInverted": "#AEFB3C",
|
|
96
|
+
"dtColorSurfaceInfoInverted": "#001429",
|
|
81
97
|
"dtColorSurfaceBrand": "#F5F0FF",
|
|
82
|
-
"
|
|
98
|
+
"dtColorSurfaceBrandInverted": "#1D0155",
|
|
99
|
+
"dtColorSurfaceInfoSubtleInverted": "#010B16",
|
|
100
|
+
"dtColorSurfaceBrandSubtle": "#f9f6ff",
|
|
101
|
+
"dtColorSurfaceBrandSubtleInverted": "#0E002A",
|
|
102
|
+
"dtColorSurfaceInfoStrongInverted": "#4AA9EA",
|
|
83
103
|
"dtColorSurfaceBrandStrong": "#7C52FF",
|
|
104
|
+
"dtColorSurfaceBrandStrongInverted": "#AB7EFF",
|
|
105
|
+
"dtColorSurfacePrimaryOpaque": "#000000",
|
|
106
|
+
"dtColorSurfaceSecondaryOpaqueInverted": "#ffffff",
|
|
107
|
+
"dtColorSurfaceModerateOpaqueInverted": "#ffffff",
|
|
108
|
+
"dtColorSurfaceBoldOpaqueInverted": "#ffffff",
|
|
109
|
+
"dtColorSurfaceStrongOpaqueInverted": "#ffffff",
|
|
110
|
+
"dtColorSurfaceContrastOpaqueInverted": "#ffffff",
|
|
111
|
+
"dtColorSurfaceCriticalOpaqueInverted": "#640823",
|
|
112
|
+
"dtColorSurfaceCriticalSubtleOpaqueInverted": "#1C0108",
|
|
113
|
+
"dtColorSurfaceWarningOpaqueInverted": "#533204",
|
|
114
|
+
"dtColorSurfaceWarningSubtleOpaqueInverted": "#201301",
|
|
115
|
+
"dtColorSurfaceSuccessOpaqueInverted": "#004F2E",
|
|
116
|
+
"dtColorSurfaceSuccessSubtleOpaqueInverted": "#00150D",
|
|
117
|
+
"dtColorSurfaceInfoOpaqueInverted": "#001429",
|
|
84
118
|
"dtColorSurfaceBrandOpaque": "#DAC7FF",
|
|
119
|
+
"dtColorSurfaceBrandOpaqueInverted": "#1D0155",
|
|
120
|
+
"dtColorSurfaceInfoSubtleOpaqueInverted": "#010B16",
|
|
85
121
|
"dtColorSurfaceBrandSubtleOpaque": "#DAC7FF",
|
|
122
|
+
"dtColorSurfaceBrandSubtleOpaqueInverted": "#0E002A",
|
|
86
123
|
"dtColorBorderSubtle": "#1C1C1C",
|
|
87
124
|
"dtColorBorderDefault": "#1C1C1C",
|
|
88
125
|
"dtColorBorderModerate": "#1C1C1C",
|
|
@@ -91,33 +128,33 @@
|
|
|
91
128
|
"dtColorBorderDefaultInverted": "#ffffff",
|
|
92
129
|
"dtColorBorderModerateInverted": "#ffffff",
|
|
93
130
|
"dtColorBorderBoldInverted": "#ffffff",
|
|
94
|
-
"dtColorBorderFocus": "#
|
|
131
|
+
"dtColorBorderFocus": "#2C83D5",
|
|
95
132
|
"dtColorBorderCritical": "#FF1356",
|
|
96
|
-
"dtColorBorderSuccess": "#
|
|
97
|
-
"dtColorBorderWarning": "#
|
|
133
|
+
"dtColorBorderSuccess": "#2EA834",
|
|
134
|
+
"dtColorBorderWarning": "#FF9E0E",
|
|
98
135
|
"dtColorBorderBrand": "#7C52FF",
|
|
99
136
|
"dtColorBorderAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
100
137
|
"dtColorBorderAccent": "#FF1BA4",
|
|
101
138
|
"dtColorBorderCriticalSubtle": "#FF716F",
|
|
102
|
-
"dtColorBorderCriticalStrong": "#
|
|
103
|
-
"dtColorBorderSuccessSubtle": "#
|
|
139
|
+
"dtColorBorderCriticalStrong": "#93173A",
|
|
140
|
+
"dtColorBorderSuccessSubtle": "#D1FF76",
|
|
104
141
|
"dtColorBorderSuccessStrong": "#004F2E",
|
|
105
|
-
"dtColorBorderWarningSubtle": "#
|
|
106
|
-
"dtColorBorderWarningStrong": "#
|
|
107
|
-
"dtColorBorderBrandSubtle": "#
|
|
108
|
-
"dtColorBorderBrandStrong": "#
|
|
142
|
+
"dtColorBorderWarningSubtle": "#FFDB80",
|
|
143
|
+
"dtColorBorderWarningStrong": "#D57F00",
|
|
144
|
+
"dtColorBorderBrandSubtle": "#C2A3FF",
|
|
145
|
+
"dtColorBorderBrandStrong": "#5023DD",
|
|
109
146
|
"dtColorBorderCriticalInverted": "#FF716F",
|
|
110
|
-
"dtColorBorderSuccessInverted": "#
|
|
111
|
-
"dtColorBorderWarningInverted": "#
|
|
112
|
-
"dtColorBorderBrandInverted": "#
|
|
113
|
-
"dtColorBorderCriticalSubtleInverted": "#
|
|
147
|
+
"dtColorBorderSuccessInverted": "#52C926",
|
|
148
|
+
"dtColorBorderWarningInverted": "#EA8F07",
|
|
149
|
+
"dtColorBorderBrandInverted": "#AB7EFF",
|
|
150
|
+
"dtColorBorderCriticalSubtleInverted": "#640823",
|
|
114
151
|
"dtColorBorderCriticalStrongInverted": "#FFABA4",
|
|
115
|
-
"dtColorBorderSuccessSubtleInverted": "#
|
|
116
|
-
"dtColorBorderSuccessStrongInverted": "#
|
|
117
|
-
"dtColorBorderWarningSubtleInverted": "#
|
|
118
|
-
"dtColorBorderWarningStrongInverted": "#
|
|
119
|
-
"dtColorBorderBrandSubtleInverted": "#
|
|
120
|
-
"dtColorBorderBrandStrongInverted": "#
|
|
152
|
+
"dtColorBorderSuccessSubtleInverted": "#004F2E",
|
|
153
|
+
"dtColorBorderSuccessStrongInverted": "#84EE0B",
|
|
154
|
+
"dtColorBorderWarningSubtleInverted": "#815008",
|
|
155
|
+
"dtColorBorderWarningStrongInverted": "#FFDB80",
|
|
156
|
+
"dtColorBorderBrandSubtleInverted": "#7C52FF",
|
|
157
|
+
"dtColorBorderBrandStrongInverted": "#DAC7FF",
|
|
121
158
|
"dtTypographyBodyMdFontFamily": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
|
122
159
|
"dtTypographyBodyMdFontWeight": "400",
|
|
123
160
|
"dtTypographyBodyMdLineHeight": "1.6",
|
|
@@ -339,10 +376,10 @@
|
|
|
339
376
|
"dtInputsColorForegroundPlaceholder": "#808080",
|
|
340
377
|
"dtInputsColorForegroundDisabled": "#808080",
|
|
341
378
|
"dtInputsColorBorderDefault": "#1C1C1C",
|
|
342
|
-
"dtInputsColorBorderFocus": "#
|
|
379
|
+
"dtInputsColorBorderFocus": "#2C83D5",
|
|
343
380
|
"dtInputsColorBorderCritical": "#FF1356",
|
|
344
|
-
"dtInputsColorBorderSuccess": "#
|
|
345
|
-
"dtInputsColorBorderWarning": "#
|
|
381
|
+
"dtInputsColorBorderSuccess": "#2EA834",
|
|
382
|
+
"dtInputsColorBorderWarning": "#FF9E0E",
|
|
346
383
|
"dtInputsColorBorderDisabled": "transparent",
|
|
347
384
|
"dtInputsColorBackgroundDefault": "#1C1C1C",
|
|
348
385
|
"dtInputsColorBackgroundFocus": "#F9F9F9",
|
|
@@ -351,7 +388,7 @@
|
|
|
351
388
|
"dtActionColorForegroundBaseHover": "#5023DD",
|
|
352
389
|
"dtActionColorForegroundBaseActive": "#5023DD",
|
|
353
390
|
"dtActionColorForegroundBasePrimaryDefault": "#ffffff",
|
|
354
|
-
"dtActionColorForegroundCriticalDefault": "#
|
|
391
|
+
"dtActionColorForegroundCriticalDefault": "#FF1356",
|
|
355
392
|
"dtActionColorForegroundCriticalHover": "#AF0032",
|
|
356
393
|
"dtActionColorForegroundCriticalActive": "#AF0032",
|
|
357
394
|
"dtActionColorForegroundCriticalPrimaryDefault": "#ffffff",
|
|
@@ -379,7 +416,7 @@
|
|
|
379
416
|
"dtActionColorBackgroundCriticalHover": "#FFABA4",
|
|
380
417
|
"dtActionColorBackgroundCriticalActive": "#FFABA4",
|
|
381
418
|
"dtActionColorBackgroundCriticalPrimaryDefault": "#FF1356",
|
|
382
|
-
"dtActionColorBackgroundCriticalPrimaryHover": "#
|
|
419
|
+
"dtActionColorBackgroundCriticalPrimaryHover": "#D90A45",
|
|
383
420
|
"dtActionColorBackgroundCriticalPrimaryActive": "#AF0032",
|
|
384
421
|
"dtActionColorBackgroundInvertedDefault": "transparent",
|
|
385
422
|
"dtActionColorBackgroundInvertedHover": "#535353",
|
|
@@ -394,9 +431,9 @@
|
|
|
394
431
|
"dtActionColorBackgroundPositiveDefault": "transparent",
|
|
395
432
|
"dtActionColorBackgroundPositiveHover": "#DBFFA9",
|
|
396
433
|
"dtActionColorBackgroundPositiveActive": "#DBFFA9",
|
|
397
|
-
"dtActionColorBackgroundPositivePrimaryDefault": "#
|
|
434
|
+
"dtActionColorBackgroundPositivePrimaryDefault": "#2EA834",
|
|
398
435
|
"dtActionColorBackgroundPositivePrimaryHover": "#008E52",
|
|
399
|
-
"dtActionColorBackgroundPositivePrimaryActive": "#
|
|
436
|
+
"dtActionColorBackgroundPositivePrimaryActive": "#008E52",
|
|
400
437
|
"dtActionColorBorderBaseOutlinedDefault": "#7C52FF",
|
|
401
438
|
"dtActionColorBorderCriticalOutlinedDefault": "#FF1356",
|
|
402
439
|
"dtActionColorBorderInvertedOutlinedDefault": "#ffffff",
|
|
@@ -433,7 +470,7 @@
|
|
|
433
470
|
"dtThemeSidebarSelectedRowColorForeground": "#1C1C1C",
|
|
434
471
|
"dtThemeSidebarSelectedRowColorBackground": "#1C1C1C",
|
|
435
472
|
"dtThemeSidebarSectionColorForeground": "#535353",
|
|
436
|
-
"dtThemePresenceColorBackgroundAvailable": "#
|
|
473
|
+
"dtThemePresenceColorBackgroundAvailable": "#52C926",
|
|
437
474
|
"dtThemePresenceColorBackgroundBusyUnavailable": "#FF1356",
|
|
438
475
|
"dtThemePresenceColorBackgroundBusy": "#FF9E0E",
|
|
439
476
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
@@ -469,9 +506,10 @@
|
|
|
469
506
|
"dtBadgeColorBackgroundBulletin": "#7C52FF",
|
|
470
507
|
"dtBadgeColorBackgroundBulletinSubtle": "#DAC7FF",
|
|
471
508
|
"dtBadgeColorBackgroundAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
472
|
-
"dtBadgeColorForegroundDefault": "#
|
|
509
|
+
"dtBadgeColorForegroundDefault": "#000000",
|
|
473
510
|
"dtBadgeColorForegroundBulletin": "#ffffff",
|
|
474
511
|
"dtBadgeColorForegroundBulletinSubtle": "#3A1D95",
|
|
512
|
+
"dtBadgeColorForegroundAi": "#ffffff",
|
|
475
513
|
"dtBadgeColorBorderDefault": "#1C1C1C",
|
|
476
514
|
"dtBadgeColorBorderBulletinSubtle": "#7C52FF",
|
|
477
515
|
"dtButtonFontSizeXs": "12px",
|
|
@@ -500,6 +538,8 @@
|
|
|
500
538
|
"dtCheckboxColorBorderUnchecked": "#1C1C1C",
|
|
501
539
|
"dtCheckboxColorBorderChecked": "#7C52FF",
|
|
502
540
|
"dtCheckboxColorBackgroundChecked": "#7C52FF",
|
|
541
|
+
"dtCheckboxColorForegroundDefault": "transparent",
|
|
542
|
+
"dtCheckboxColorForegroundChecked": "#F9F9F9",
|
|
503
543
|
"dtIconSize100": "12px",
|
|
504
544
|
"dtIconSize200": "14px",
|
|
505
545
|
"dtIconSize300": "18px",
|
|
@@ -521,5 +561,7 @@
|
|
|
521
561
|
"dtRadioSizeRadius": "50%",
|
|
522
562
|
"dtRadioColorBorderUnchecked": "#1C1C1C",
|
|
523
563
|
"dtRadioColorBorderChecked": "#7C52FF",
|
|
524
|
-
"dtRadioColorBackgroundChecked": "#7C52FF"
|
|
564
|
+
"dtRadioColorBackgroundChecked": "#7C52FF",
|
|
565
|
+
"dtRadioColorForegroundDefault": "transparent",
|
|
566
|
+
"dtRadioColorForegroundChecked": "#F9F9F9"
|
|
525
567
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.101.0",
|
|
4
4
|
"description": "Dialpad's Dialtone design system monorepo",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"overlayscrollbars": "2.10.0",
|
|
77
77
|
"regex-combined-emojis": "1.6.0",
|
|
78
78
|
"tippy.js": "6.3.7",
|
|
79
|
+
"@dialpad/dialtone-tokens": "1.41.0",
|
|
79
80
|
"@dialpad/dialtone-emojis": "1.1.0",
|
|
80
|
-
"@dialpad/dialtone-icons": "4.34.0"
|
|
81
|
-
"@dialpad/dialtone-tokens": "1.40.0"
|
|
81
|
+
"@dialpad/dialtone-icons": "4.34.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@commitlint/cli": "^18.4.3",
|