@dialpad/dialtone 9.70.0-beta.1 → 9.70.0-beta.2
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/dialtone-default-theme.css +4 -4
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/tokens/tokens-dp-dark.css +3 -3
- package/dist/css/tokens/tokens-dp-light.css +4 -4
- package/dist/css/tokens/tokens-expressive-dark.css +3 -3
- package/dist/css/tokens/tokens-expressive-light.css +4 -4
- package/dist/css/tokens/tokens-expressive-sm-dark.css +3 -3
- package/dist/css/tokens/tokens-expressive-sm-light.css +4 -4
- package/dist/css/tokens/tokens-tmo-dark.css +3 -3
- package/dist/css/tokens/tokens-tmo-light.css +4 -4
- package/dist/tokens/css/tokens-dp-dark.css +3 -3
- package/dist/tokens/css/tokens-dp-light.css +4 -4
- package/dist/tokens/css/tokens-expressive-dark.css +3 -3
- package/dist/tokens/css/tokens-expressive-light.css +4 -4
- package/dist/tokens/css/tokens-expressive-sm-dark.css +3 -3
- package/dist/tokens/css/tokens-expressive-sm-light.css +4 -4
- package/dist/tokens/css/tokens-tmo-dark.css +3 -3
- package/dist/tokens/css/tokens-tmo-light.css +4 -4
- package/dist/tokens/doc.json +9632 -9632
- package/dist/tokens/less/tokens-dp-dark.less +2 -2
- package/dist/tokens/less/tokens-dp-light.less +2 -2
- package/dist/tokens/less/tokens-expressive-dark.less +2 -2
- package/dist/tokens/less/tokens-expressive-light.less +2 -2
- package/dist/tokens/less/tokens-expressive-sm-dark.less +2 -2
- package/dist/tokens/less/tokens-expressive-sm-light.less +2 -2
- package/dist/tokens/less/tokens-tmo-dark.less +2 -2
- package/dist/tokens/less/tokens-tmo-light.less +2 -2
- package/dist/{themes/tmo-dark.cjs → tokens/themes/dp-dark.cjs} +1 -1
- package/dist/{themes/tmo-dark.js → tokens/themes/dp-dark.js} +2 -2
- package/dist/{themes/tmo-light.cjs → tokens/themes/dp-light.cjs} +1 -1
- package/dist/{themes/tmo-light.js → tokens/themes/dp-light.js} +2 -2
- package/dist/{themes → tokens/themes}/expressive-dark.cjs +1 -1
- package/dist/{themes → tokens/themes}/expressive-dark.js +1 -1
- package/dist/{themes → tokens/themes}/expressive-light.cjs +1 -1
- package/dist/{themes → tokens/themes}/expressive-light.js +1 -1
- package/dist/{themes → tokens/themes}/expressive-sm-dark.cjs +1 -1
- package/dist/{themes → tokens/themes}/expressive-sm-dark.js +1 -1
- package/dist/{themes → tokens/themes}/expressive-sm-light.cjs +1 -1
- package/dist/{themes → tokens/themes}/expressive-sm-light.js +1 -1
- package/dist/{themes/dp-dark.cjs → tokens/themes/tmo-dark.cjs} +1 -1
- package/dist/{themes/dp-dark.js → tokens/themes/tmo-dark.js} +2 -2
- package/dist/{themes/dp-light.cjs → tokens/themes/tmo-light.cjs} +1 -1
- package/dist/{themes/dp-light.js → tokens/themes/tmo-light.js} +2 -2
- package/dist/tokens/themes/types/config.d.ts +2 -0
- package/dist/tokens/themes/types/config.d.ts.map +1 -0
- package/dist/{themes → tokens/themes}/types/dp-dark.d.ts.map +1 -1
- package/dist/{themes → tokens/themes}/types/dp-light.d.ts.map +1 -1
- package/dist/tokens/themes/types/expressive-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/expressive-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/expressive-sm-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/expressive-sm-light.d.ts.map +1 -0
- package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts.map +1 -1
- package/dist/{themes → tokens/themes}/types/tmo-light.d.ts.map +1 -1
- package/dist/tokens/tokens-dp-dark.json +1 -1
- package/dist/tokens/tokens-dp-light.json +2 -2
- package/dist/tokens/tokens-expressive-dark.json +1 -1
- package/dist/tokens/tokens-expressive-light.json +2 -2
- package/dist/tokens/tokens-expressive-sm-dark.json +1 -1
- package/dist/tokens/tokens-expressive-sm-light.json +2 -2
- package/dist/tokens/tokens-tmo-dark.json +1 -1
- package/dist/tokens/tokens-tmo-light.json +2 -2
- package/dist/vue2/lib/contact-centers-row.cjs +5 -5
- package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-centers-row.js +5 -5
- package/dist/vue2/lib/contact-centers-row.js.map +1 -1
- package/dist/vue2/lib/contact-row.cjs +9 -2
- package/dist/vue2/lib/contact-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-row.js +9 -2
- package/dist/vue2/lib/contact-row.js.map +1 -1
- package/dist/vue2/style.css +57 -57
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -0
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/lib/contact-centers-row.cjs +5 -5
- package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-centers-row.js +5 -5
- package/dist/vue3/lib/contact-centers-row.js.map +1 -1
- package/dist/vue3/lib/contact-row.cjs +10 -2
- package/dist/vue3/lib/contact-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-row.js +10 -2
- package/dist/vue3/lib/contact-row.js.map +1 -1
- package/dist/vue3/style.css +57 -57
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +7 -7
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -0
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/package.json +5 -6
- package/dist/themes/types/config.d.ts +0 -6
- package/dist/themes/types/config.d.ts.map +0 -1
- package/dist/themes/types/expressive-dark.d.ts.map +0 -1
- package/dist/themes/types/expressive-light.d.ts.map +0 -1
- package/dist/themes/types/expressive-sm-dark.d.ts.map +0 -1
- package/dist/themes/types/expressive-sm-light.d.ts.map +0 -1
- /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark--ozK7f0P.js +0 -0
- /package/dist/{themes → tokens/themes}/chunks/tokens-base-dark-V8E4WaJI.js +0 -0
- /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-LYlvM3eZ.js +0 -0
- /package/dist/{themes → tokens/themes}/chunks/tokens-base-light-ljPrpLe2.js +0 -0
- /package/dist/{themes → tokens/themes}/config.cjs +0 -0
- /package/dist/{themes → tokens/themes}/config.js +0 -0
- /package/dist/{themes → tokens/themes}/types/dp-dark.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/dp-light.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/expressive-dark.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/expressive-light.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/expressive-sm-dark.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/expressive-sm-light.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/tmo-dark.d.ts +0 -0
- /package/dist/{themes → tokens/themes}/types/tmo-light.d.ts +0 -0
|
@@ -347,8 +347,8 @@
|
|
|
347
347
|
@dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);
|
|
348
348
|
@dt-action-color-border-base-outlined-default: #AB7EFF;
|
|
349
349
|
@dt-action-color-border-critical-outlined-default: #FF8585;
|
|
350
|
-
@dt-action-color-border-inverted-outlined-default:
|
|
351
|
-
@dt-action-color-border-muted-outlined-default:
|
|
350
|
+
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 0% / 0.34);
|
|
351
|
+
@dt-action-color-border-muted-outlined-default: hsl(0 0% 100% / 0.36);
|
|
352
352
|
@dt-theme-color-base: #E6E6E6;
|
|
353
353
|
@dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.75);
|
|
354
354
|
@dt-theme-topbar-color-background: #262626;
|
|
@@ -347,8 +347,8 @@
|
|
|
347
347
|
@dt-action-color-background-positive-primary-active: hsl(137 72.5% 31.1%);
|
|
348
348
|
@dt-action-color-border-base-outlined-default: #7C52FF;
|
|
349
349
|
@dt-action-color-border-critical-outlined-default: #EC0E0E;
|
|
350
|
-
@dt-action-color-border-inverted-outlined-default:
|
|
351
|
-
@dt-action-color-border-muted-outlined-default:
|
|
350
|
+
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 100% / 0.38);
|
|
351
|
+
@dt-action-color-border-muted-outlined-default: hsl(0 0% 0% / 0.34);
|
|
352
352
|
@dt-theme-color-base: #000000;
|
|
353
353
|
@dt-theme-topbar-color-foreground: hsl(0 0% 0% / 0.75);
|
|
354
354
|
@dt-theme-topbar-color-background: #F9F9F9;
|
|
@@ -353,8 +353,8 @@
|
|
|
353
353
|
@dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);
|
|
354
354
|
@dt-action-color-border-base-outlined-default: #AB7EFF;
|
|
355
355
|
@dt-action-color-border-critical-outlined-default: #FF8585;
|
|
356
|
-
@dt-action-color-border-inverted-outlined-default:
|
|
357
|
-
@dt-action-color-border-muted-outlined-default:
|
|
356
|
+
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 0% / 0.34);
|
|
357
|
+
@dt-action-color-border-muted-outlined-default: hsl(0 0% 100% / 0.36);
|
|
358
358
|
@dt-theme-color-base: #E6E6E6;
|
|
359
359
|
@dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.75);
|
|
360
360
|
@dt-theme-topbar-color-background: #262626;
|
|
@@ -353,8 +353,8 @@
|
|
|
353
353
|
@dt-action-color-background-positive-primary-active: hsl(137 72.5% 31.1%);
|
|
354
354
|
@dt-action-color-border-base-outlined-default: #7C52FF;
|
|
355
355
|
@dt-action-color-border-critical-outlined-default: #EC0E0E;
|
|
356
|
-
@dt-action-color-border-inverted-outlined-default:
|
|
357
|
-
@dt-action-color-border-muted-outlined-default:
|
|
356
|
+
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 100% / 0.38);
|
|
357
|
+
@dt-action-color-border-muted-outlined-default: hsl(0 0% 0% / 0.34);
|
|
358
358
|
@dt-theme-color-base: #000000;
|
|
359
359
|
@dt-theme-topbar-color-foreground: hsl(0 0% 0% / 0.75);
|
|
360
360
|
@dt-theme-topbar-color-background: #F9F9F9;
|
|
@@ -353,8 +353,8 @@
|
|
|
353
353
|
@dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);
|
|
354
354
|
@dt-action-color-border-base-outlined-default: #AB7EFF;
|
|
355
355
|
@dt-action-color-border-critical-outlined-default: #FF8585;
|
|
356
|
-
@dt-action-color-border-inverted-outlined-default:
|
|
357
|
-
@dt-action-color-border-muted-outlined-default:
|
|
356
|
+
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 0% / 0.34);
|
|
357
|
+
@dt-action-color-border-muted-outlined-default: hsl(0 0% 100% / 0.36);
|
|
358
358
|
@dt-theme-color-base: #E6E6E6;
|
|
359
359
|
@dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.75);
|
|
360
360
|
@dt-theme-topbar-color-background: #262626;
|
|
@@ -353,8 +353,8 @@
|
|
|
353
353
|
@dt-action-color-background-positive-primary-active: hsl(137 72.5% 31.1%);
|
|
354
354
|
@dt-action-color-border-base-outlined-default: #7C52FF;
|
|
355
355
|
@dt-action-color-border-critical-outlined-default: #EC0E0E;
|
|
356
|
-
@dt-action-color-border-inverted-outlined-default:
|
|
357
|
-
@dt-action-color-border-muted-outlined-default:
|
|
356
|
+
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 100% / 0.38);
|
|
357
|
+
@dt-action-color-border-muted-outlined-default: hsl(0 0% 0% / 0.34);
|
|
358
358
|
@dt-theme-color-base: #000000;
|
|
359
359
|
@dt-theme-topbar-color-foreground: hsl(0 0% 0% / 0.75);
|
|
360
360
|
@dt-theme-topbar-color-background: #F9F9F9;
|
|
@@ -347,8 +347,8 @@
|
|
|
347
347
|
@dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);
|
|
348
348
|
@dt-action-color-border-base-outlined-default: #AB7EFF;
|
|
349
349
|
@dt-action-color-border-critical-outlined-default: #FF8585;
|
|
350
|
-
@dt-action-color-border-inverted-outlined-default:
|
|
351
|
-
@dt-action-color-border-muted-outlined-default:
|
|
350
|
+
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 0% / 0.34);
|
|
351
|
+
@dt-action-color-border-muted-outlined-default: hsl(0 0% 100% / 0.36);
|
|
352
352
|
@dt-theme-color-base: #F285BC;
|
|
353
353
|
@dt-theme-topbar-color-foreground: hsl(330 80.7% 73.5% / 0.75);
|
|
354
354
|
@dt-theme-topbar-color-background: #262626;
|
|
@@ -347,8 +347,8 @@
|
|
|
347
347
|
@dt-action-color-background-positive-primary-active: hsl(137 72.5% 31.1%);
|
|
348
348
|
@dt-action-color-border-base-outlined-default: #7C52FF;
|
|
349
349
|
@dt-action-color-border-critical-outlined-default: #EC0E0E;
|
|
350
|
-
@dt-action-color-border-inverted-outlined-default:
|
|
351
|
-
@dt-action-color-border-muted-outlined-default:
|
|
350
|
+
@dt-action-color-border-inverted-outlined-default: hsl(0 0% 100% / 0.38);
|
|
351
|
+
@dt-action-color-border-muted-outlined-default: hsl(0 0% 0% / 0.34);
|
|
352
352
|
@dt-theme-color-base: #E20074;
|
|
353
353
|
@dt-theme-topbar-color-foreground: hsl(329 100% 44.3% / 0.75);
|
|
354
354
|
@dt-theme-topbar-color-background: #F9F9F9;
|