@dialpad/dialtone 9.126.3 → 9.126.4
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-tmo-dark.css +46 -46
- package/dist/css/tokens/tokens-tmo-light.css +50 -50
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-tmo-dark.css +46 -46
- package/dist/tokens/css/tokens-tmo-light.css +50 -50
- package/dist/tokens/doc.json +17632 -17677
- package/dist/tokens/less/tokens-tmo-dark.less +9 -9
- package/dist/tokens/less/tokens-tmo-light.less +9 -9
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +1 -1
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +1 -1
- package/dist/tokens/tokens-tmo-dark.json +9 -9
- package/dist/tokens/tokens-tmo-light.json +9 -9
- package/dist/vue2/localization/ja-JP.cjs +16 -0
- package/dist/vue2/localization/ja-JP.cjs.map +1 -1
- package/dist/vue2/localization/ja-JP.js +16 -0
- package/dist/vue2/localization/ja-JP.js.map +1 -1
- package/package.json +4 -4
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
@dt-color-surface-warning-opaque: hsl(35.7 88.3% 26.9% / 0.55);
|
|
80
80
|
@dt-color-surface-success-opaque: hsl(155 100% 15.5% / 0.28);
|
|
81
81
|
@dt-color-surface-info-opaque: hsl(211 100% 8.04% / 0.4);
|
|
82
|
-
@dt-color-surface-brand-opaque: hsl(329 100%
|
|
82
|
+
@dt-color-surface-brand-opaque: hsl(329 100% 14.7% / 0.8);
|
|
83
83
|
@dt-color-surface-critical-subtle-opaque: hsl(344 93.1% 5.69% / 0.6);
|
|
84
84
|
@dt-color-surface-warning-subtle-opaque: hsl(35.7 91.3% 9.02% / 0.7);
|
|
85
85
|
@dt-color-surface-success-subtle-opaque: hsl(157 100% 4.12% / 0.6);
|
|
86
86
|
@dt-color-surface-info-subtle-opaque: hsl(211 91.3% 4.51% / 0.7);
|
|
87
|
-
@dt-color-surface-brand-subtle-opaque: hsl(
|
|
87
|
+
@dt-color-surface-brand-subtle-opaque: hsl(328 100% 10.4% / 0.9);
|
|
88
88
|
@dt-color-surface-primary-inverted: #ffffff; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
89
89
|
@dt-color-surface-secondary-inverted: #F9F9F9;
|
|
90
90
|
@dt-color-surface-moderate-inverted: #E6E6E6;
|
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
@dt-color-surface-warning-inverted: #FFF4CC; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
96
96
|
@dt-color-surface-success-inverted: #EDF9EB; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
97
97
|
@dt-color-surface-info-inverted: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
|
|
98
|
-
@dt-color-surface-brand-inverted: #
|
|
98
|
+
@dt-color-surface-brand-inverted: #FFCCE6;
|
|
99
99
|
@dt-color-surface-critical-subtle-inverted: #FFF2F3; // A softer version of the Critical surface.
|
|
100
100
|
@dt-color-surface-warning-subtle-inverted: #fffae5; // A softer version of the default warning surface.
|
|
101
101
|
@dt-color-surface-success-subtle-inverted: #f6fcf5; // A softer version of the default success surface.
|
|
102
102
|
@dt-color-surface-info-subtle-inverted: #f5f9fd; // A softer version of the default informational surface.
|
|
103
|
-
@dt-color-surface-brand-subtle-inverted: #
|
|
103
|
+
@dt-color-surface-brand-subtle-inverted: #FFF0F8;
|
|
104
104
|
@dt-color-surface-critical-strong-inverted: #D90A45;
|
|
105
105
|
@dt-color-surface-warning-strong-inverted: #FFBD48;
|
|
106
106
|
@dt-color-surface-success-strong-inverted: #31B237; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
107
107
|
@dt-color-surface-info-strong-inverted: #1768C6;
|
|
108
|
-
@dt-color-surface-brand-strong-inverted: #
|
|
108
|
+
@dt-color-surface-brand-strong-inverted: #E20074;
|
|
109
109
|
@dt-color-surface-primary-opaque-inverted: hsl(0 0% 100% / 0.85); // Secondary surface as opaque background color.
|
|
110
110
|
@dt-color-surface-secondary-opaque-inverted: hsl(0 0% 0% / 0.04);
|
|
111
111
|
@dt-color-surface-moderate-opaque-inverted: hsl(0 0% 0% / 0.11);
|
|
@@ -116,12 +116,12 @@
|
|
|
116
116
|
@dt-color-surface-warning-opaque-inverted: hsl(46.1 100% 80.6% / 0.5);
|
|
117
117
|
@dt-color-surface-success-opaque-inverted: hsl(85.1 100% 83.1% / 0.3); // Success surface as opaque background color.
|
|
118
118
|
@dt-color-surface-info-opaque-inverted: hsl(210 61.5% 94.9% / 0.6); // Info surface as opaque background color.
|
|
119
|
-
@dt-color-surface-brand-opaque-inverted: hsl(
|
|
119
|
+
@dt-color-surface-brand-opaque-inverted: hsl(329 94% 86.9% / 0.8);
|
|
120
120
|
@dt-color-surface-critical-subtle-opaque-inverted: hsl(358 100% 94.9% / 0.8);
|
|
121
121
|
@dt-color-surface-warning-subtle-opaque-inverted: hsl(48.5 100% 94.9% / 0.7); // Warning subtle surface as opaque background color
|
|
122
122
|
@dt-color-surface-success-subtle-opaque-inverted: hsl(111 53.8% 97.5% / 0.66); // Success subtle surface as opaque background color.
|
|
123
123
|
@dt-color-surface-info-subtle-opaque-inverted: hsl(210 66.7% 97.6% / 0.66); // Info surface as opaque background color.
|
|
124
|
-
@dt-color-surface-brand-subtle-opaque-inverted: hsl(
|
|
124
|
+
@dt-color-surface-brand-subtle-opaque-inverted: hsl(329 94% 86.9% / 0.25);
|
|
125
125
|
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); // Background color for a modal-like backdrop.
|
|
126
126
|
@dt-color-surface-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%);
|
|
127
127
|
@dt-color-border-subtle: hsl(0 0% 100% / 0.14);
|
|
@@ -412,8 +412,8 @@
|
|
|
412
412
|
@dt-action-color-foreground-positive-active: #DBFFA9;
|
|
413
413
|
@dt-action-color-foreground-positive-primary-default: #000000;
|
|
414
414
|
@dt-action-color-background-base-default: transparent;
|
|
415
|
-
@dt-action-color-background-base-hover: hsl(329 100%
|
|
416
|
-
@dt-action-color-background-base-active: hsl(329 100%
|
|
415
|
+
@dt-action-color-background-base-hover: hsl(329 100% 14.7% / 0.8);
|
|
416
|
+
@dt-action-color-background-base-active: hsl(329 100% 14.7% / 0.3);
|
|
417
417
|
@dt-action-color-background-base-primary-default: #FFB2DA;
|
|
418
418
|
@dt-action-color-background-base-primary-hover: #FFCCE6;
|
|
419
419
|
@dt-action-color-background-base-primary-active: #FFB2DA;
|
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
@dt-color-surface-warning-opaque: hsl(46.1 100% 80.6% / 0.5); // Warning surface as opaque background color
|
|
80
80
|
@dt-color-surface-success-opaque: hsl(85.1 100% 83.1% / 0.25); // Success surface as opaque background color.
|
|
81
81
|
@dt-color-surface-info-opaque: hsl(201 100% 87.1% / 0.35); // Info surface as opaque background color.
|
|
82
|
-
@dt-color-surface-brand-opaque: hsl(329
|
|
82
|
+
@dt-color-surface-brand-opaque: hsl(329 94% 86.9% / 0.8);
|
|
83
83
|
@dt-color-surface-critical-subtle-opaque: hsl(358 100% 94.9% / 0.5); // Critical subtle surface as opaque background color.
|
|
84
84
|
@dt-color-surface-warning-subtle-opaque: hsl(47.1 100% 90% / 0.5); // Warning subtle surface as opaque background color
|
|
85
85
|
@dt-color-surface-success-subtle-opaque: hsl(111 53.8% 94.9% / 0.5); // Success subtle surface as opaque background color.
|
|
86
86
|
@dt-color-surface-info-subtle-opaque: hsl(210 61.5% 94.9% / 0.5); // Info surface as opaque background color.
|
|
87
|
-
@dt-color-surface-brand-subtle-opaque: hsl(329
|
|
87
|
+
@dt-color-surface-brand-subtle-opaque: hsl(329 94% 86.9% / 0.25);
|
|
88
88
|
@dt-color-surface-primary-inverted: #000000; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
|
|
89
89
|
@dt-color-surface-secondary-inverted: #252525; // For adjacent or complementary regions.
|
|
90
90
|
@dt-color-surface-moderate-inverted: #3A3A3A; // A tertiary surface level, prominent without being too overpowering.
|
|
@@ -95,17 +95,17 @@
|
|
|
95
95
|
@dt-color-surface-warning-inverted: #2C1B02; // Background surface color highlighting messaging or elements that may require user's attention.
|
|
96
96
|
@dt-color-surface-success-inverted: #012717; // Background surface color containing messaging or elements expressing a positive or successful state.
|
|
97
97
|
@dt-color-surface-info-inverted: #001429; // Background surface color containing messaging or elements communicated as generally informational.
|
|
98
|
-
@dt-color-surface-brand-inverted: #
|
|
98
|
+
@dt-color-surface-brand-inverted: #3D001F;
|
|
99
99
|
@dt-color-surface-critical-subtle-inverted: #1C0108; // A softer version of the Critical surface.
|
|
100
100
|
@dt-color-surface-warning-subtle-inverted: #201301; // A softer version of the default warning surface.
|
|
101
101
|
@dt-color-surface-success-subtle-inverted: #00150D; // A softer version of the default success surface.
|
|
102
102
|
@dt-color-surface-info-subtle-inverted: #010B16; // A softer version of the default informational surface.
|
|
103
|
-
@dt-color-surface-brand-subtle-inverted: #
|
|
103
|
+
@dt-color-surface-brand-subtle-inverted: #2E0018;
|
|
104
104
|
@dt-color-surface-critical-strong-inverted: #FF716F; // A contrasting critical surface, most likely paired with inverted foreground colors.
|
|
105
105
|
@dt-color-surface-warning-strong-inverted: #FFDB80; // A contrasting warning surface, most likely paired with inverted foreground colors.
|
|
106
106
|
@dt-color-surface-success-strong-inverted: #AEFB3C; // A contrasting positive state surface, most likely paired with inverted foreground colors.
|
|
107
107
|
@dt-color-surface-info-strong-inverted: #4AA9EA; // A contrasting informational surface, most likely paired with inverted foreground colors.
|
|
108
|
-
@dt-color-surface-brand-strong-inverted: #
|
|
108
|
+
@dt-color-surface-brand-strong-inverted: #FFB2DA;
|
|
109
109
|
@dt-color-surface-primary-opaque-inverted: hsl(0 0% 0% / 0.85); // Secondary surface as opaque background color.
|
|
110
110
|
@dt-color-surface-secondary-opaque-inverted: hsl(0 0% 100% / 0.15); // Secondary surface as opaque background color.
|
|
111
111
|
@dt-color-surface-moderate-opaque-inverted: hsl(0 0% 100% / 0.23); // Moderate surface as opaque background color.
|
|
@@ -116,12 +116,12 @@
|
|
|
116
116
|
@dt-color-surface-warning-opaque-inverted: hsl(34.9 90.8% 17.1% / 0.35); // Warning surface as opaque background color
|
|
117
117
|
@dt-color-surface-success-opaque-inverted: hsl(155 100% 15.5% / 0.3); // Success surface as opaque background color.
|
|
118
118
|
@dt-color-surface-info-opaque-inverted: hsl(211 100% 8.04% / 0.6); // Info surface as opaque background color.
|
|
119
|
-
@dt-color-surface-brand-opaque-inverted: hsl(
|
|
119
|
+
@dt-color-surface-brand-opaque-inverted: hsl(329 100% 14.7% / 0.8);
|
|
120
120
|
@dt-color-surface-critical-subtle-opaque-inverted: hsl(344 93.1% 5.69% / 0.6); // Critical subtle surface as opaque background color.
|
|
121
121
|
@dt-color-surface-warning-subtle-opaque-inverted: hsl(34.8 93.9% 6.47% / 0.7); // Warning subtle surface as opaque background color
|
|
122
122
|
@dt-color-surface-success-subtle-opaque-inverted: hsl(157 100% 4.12% / 0.66); // Success subtle surface as opaque background color.
|
|
123
123
|
@dt-color-surface-info-subtle-opaque-inverted: hsl(211 91.3% 4.51% / 0.66); // Info surface as opaque background color.
|
|
124
|
-
@dt-color-surface-brand-subtle-opaque-inverted: hsl(
|
|
124
|
+
@dt-color-surface-brand-subtle-opaque-inverted: hsl(328 100% 10.4% / 0.9);
|
|
125
125
|
@dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); // Background color for a modal-like backdrop.
|
|
126
126
|
@dt-color-surface-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 70.08%, #FB7328 90.02%, #F3960F 97.29%, #F3960F 100%);
|
|
127
127
|
@dt-color-border-subtle: hsl(0 0% 11% / 0.11);
|
|
@@ -412,8 +412,8 @@
|
|
|
412
412
|
@dt-action-color-foreground-positive-active: #004F2E;
|
|
413
413
|
@dt-action-color-foreground-positive-primary-default: #ffffff;
|
|
414
414
|
@dt-action-color-background-base-default: transparent;
|
|
415
|
-
@dt-action-color-background-base-hover: hsl(329
|
|
416
|
-
@dt-action-color-background-base-active: hsl(329
|
|
415
|
+
@dt-action-color-background-base-hover: hsl(329 94% 86.9% / 0.8);
|
|
416
|
+
@dt-action-color-background-base-active: hsl(329 94% 77.3% / 0.8);
|
|
417
417
|
@dt-action-color-background-base-primary-default: #E20074;
|
|
418
418
|
@dt-action-color-background-base-primary-hover: #A80056;
|
|
419
419
|
@dt-action-color-background-base-primary-active: #7A003F;
|