@dialpad/dialtone 9.63.0 → 9.64.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/dialtone-default-theme.css +96 -17
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +84 -17
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-dp-dark.css +12 -0
- package/dist/css/tokens/tokens-dp-light.css +12 -0
- package/dist/css/tokens/tokens-expressive-dark.css +12 -0
- package/dist/css/tokens/tokens-expressive-light.css +12 -0
- package/dist/css/tokens/tokens-expressive-sm-dark.css +12 -0
- package/dist/css/tokens/tokens-expressive-sm-light.css +12 -0
- package/dist/css/tokens/tokens-tmo-dark.css +12 -0
- package/dist/css/tokens/tokens-tmo-light.css +12 -0
- package/dist/themes/dp-dark.cjs +1 -1
- package/dist/themes/dp-dark.js +1 -1
- package/dist/themes/dp-light.cjs +1 -1
- package/dist/themes/dp-light.js +1 -1
- package/dist/themes/expressive-dark.cjs +1 -1
- package/dist/themes/expressive-dark.js +1 -1
- package/dist/themes/expressive-light.cjs +1 -1
- package/dist/themes/expressive-light.js +1 -1
- package/dist/themes/expressive-sm-dark.cjs +1 -1
- package/dist/themes/expressive-sm-dark.js +1 -1
- package/dist/themes/expressive-sm-light.cjs +1 -1
- package/dist/themes/expressive-sm-light.js +1 -1
- package/dist/themes/tmo-dark.cjs +1 -1
- package/dist/themes/tmo-dark.js +1 -1
- package/dist/themes/tmo-light.cjs +1 -1
- package/dist/themes/tmo-light.js +1 -1
- package/dist/tokens/css/tokens-dp-dark.css +12 -0
- package/dist/tokens/css/tokens-dp-light.css +12 -0
- package/dist/tokens/css/tokens-expressive-dark.css +12 -0
- package/dist/tokens/css/tokens-expressive-light.css +12 -0
- package/dist/tokens/css/tokens-expressive-sm-dark.css +12 -0
- package/dist/tokens/css/tokens-expressive-sm-light.css +12 -0
- package/dist/tokens/css/tokens-tmo-dark.css +12 -0
- package/dist/tokens/css/tokens-tmo-light.css +12 -0
- package/dist/tokens/doc.json +8274 -7922
- package/dist/tokens/less/tokens-dp-dark.less +2 -0
- package/dist/tokens/less/tokens-dp-light.less +2 -0
- package/dist/tokens/less/tokens-expressive-dark.less +2 -0
- package/dist/tokens/less/tokens-expressive-light.less +2 -0
- package/dist/tokens/less/tokens-expressive-sm-dark.less +2 -0
- package/dist/tokens/less/tokens-expressive-sm-light.less +2 -0
- package/dist/tokens/less/tokens-tmo-dark.less +2 -0
- package/dist/tokens/less/tokens-tmo-light.less +2 -0
- package/dist/tokens/tokens-dp-dark.json +2 -0
- package/dist/tokens/tokens-dp-light.json +2 -0
- package/dist/tokens/tokens-expressive-dark.json +2 -0
- package/dist/tokens/tokens-expressive-light.json +2 -0
- package/dist/tokens/tokens-expressive-sm-dark.json +2 -0
- package/dist/tokens/tokens-expressive-sm-light.json +2 -0
- package/dist/tokens/tokens-tmo-dark.json +2 -0
- package/dist/tokens/tokens-tmo-light.json +2 -0
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +3 -0
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +3 -0
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/lib/button.cjs +2 -8
- package/dist/vue2/lib/button.cjs.map +1 -1
- package/dist/vue2/lib/button.js +2 -8
- package/dist/vue2/lib/button.js.map +1 -1
- package/dist/vue2/lib/general-row.cjs +2 -2
- package/dist/vue2/lib/general-row.cjs.map +1 -1
- package/dist/vue2/lib/general-row.js +2 -2
- package/dist/vue2/lib/general-row.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor.cjs +1 -9
- package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor.js +1 -9
- package/dist/vue2/lib/rich-text-editor.js.map +1 -1
- package/dist/vue2/lib/split-button.cjs +512 -0
- package/dist/vue2/lib/split-button.cjs.map +1 -0
- package/dist/vue2/lib/split-button.js +512 -0
- package/dist/vue2/lib/split-button.js.map +1 -0
- package/dist/vue2/style.css +65 -65
- package/dist/vue2/types/components/button/button.vue.d.ts +2 -14
- package/dist/vue2/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/split_button/index.d.ts +3 -0
- package/dist/vue2/types/components/split_button/index.d.ts.map +1 -0
- package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts +183 -0
- package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts +136 -0
- package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/split_button/split_button.vue.d.ts +347 -0
- package/dist/vue2/types/components/split_button/split_button.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/split_button/split_button_constants.d.ts +12 -0
- package/dist/vue2/types/components/split_button/split_button_constants.d.ts.map +1 -0
- package/dist/vue2/types/index.d.ts +1 -0
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +3 -0
- package/dist/vue3/dialtone-vue.cjs.map +1 -1
- package/dist/vue3/dialtone-vue.js +3 -0
- package/dist/vue3/dialtone-vue.js.map +1 -1
- package/dist/vue3/lib/button.cjs +3 -9
- package/dist/vue3/lib/button.cjs.map +1 -1
- package/dist/vue3/lib/button.js +3 -9
- package/dist/vue3/lib/button.js.map +1 -1
- package/dist/vue3/lib/general-row.cjs +3 -3
- package/dist/vue3/lib/general-row.cjs.map +1 -1
- package/dist/vue3/lib/general-row.js +3 -3
- package/dist/vue3/lib/general-row.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor.cjs +1 -9
- package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor.js +1 -9
- package/dist/vue3/lib/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/split-button.cjs +544 -0
- package/dist/vue3/lib/split-button.cjs.map +1 -0
- package/dist/vue3/lib/split-button.js +544 -0
- package/dist/vue3/lib/split-button.js.map +1 -0
- package/dist/vue3/style.css +65 -65
- package/dist/vue3/types/components/button/button.vue.d.ts +4 -16
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/index.d.ts +3 -0
- package/dist/vue3/types/components/split_button/index.d.ts.map +1 -0
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +183 -0
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +136 -0
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +348 -0
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/split_button/split_button_constants.d.ts +12 -0
- package/dist/vue3/types/components/split_button/split_button_constants.d.ts.map +1 -0
- package/dist/vue3/types/index.d.ts +1 -0
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/package.json +2 -2
|
@@ -386,7 +386,9 @@
|
|
|
386
386
|
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
387
387
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
388
388
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
389
|
+
@dt-theme-mention-color-foreground-strong: #000000;
|
|
389
390
|
@dt-theme-mention-color-background: #7C52FF;
|
|
391
|
+
@dt-theme-mention-color-background-strong: #DAC7FF;
|
|
390
392
|
@dt-avatar-color-foreground: #000000;
|
|
391
393
|
@dt-avatar-color-background-100: #1aa340;
|
|
392
394
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -386,7 +386,9 @@
|
|
|
386
386
|
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
387
387
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
388
388
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
389
|
+
@dt-theme-mention-color-foreground-strong: #ffffff;
|
|
389
390
|
@dt-theme-mention-color-background: #7C52FF;
|
|
391
|
+
@dt-theme-mention-color-background-strong: #3A1D95;
|
|
390
392
|
@dt-avatar-color-foreground: #000000;
|
|
391
393
|
@dt-avatar-color-background-100: #1aa340;
|
|
392
394
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -392,7 +392,9 @@
|
|
|
392
392
|
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
393
393
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
394
394
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
395
|
+
@dt-theme-mention-color-foreground-strong: #000000;
|
|
395
396
|
@dt-theme-mention-color-background: #7C52FF;
|
|
397
|
+
@dt-theme-mention-color-background-strong: #DAC7FF;
|
|
396
398
|
@dt-avatar-color-foreground: #000000;
|
|
397
399
|
@dt-avatar-color-background-100: #1aa340;
|
|
398
400
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -392,7 +392,9 @@
|
|
|
392
392
|
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
393
393
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
394
394
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
395
|
+
@dt-theme-mention-color-foreground-strong: #ffffff;
|
|
395
396
|
@dt-theme-mention-color-background: #7C52FF;
|
|
397
|
+
@dt-theme-mention-color-background-strong: #3A1D95;
|
|
396
398
|
@dt-avatar-color-foreground: #000000;
|
|
397
399
|
@dt-avatar-color-background-100: #1aa340;
|
|
398
400
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -392,7 +392,9 @@
|
|
|
392
392
|
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
393
393
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
394
394
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
395
|
+
@dt-theme-mention-color-foreground-strong: #000000;
|
|
395
396
|
@dt-theme-mention-color-background: #7C52FF;
|
|
397
|
+
@dt-theme-mention-color-background-strong: #DAC7FF;
|
|
396
398
|
@dt-avatar-color-foreground: #000000;
|
|
397
399
|
@dt-avatar-color-background-100: #1aa340;
|
|
398
400
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -392,7 +392,9 @@
|
|
|
392
392
|
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
393
393
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
394
394
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
395
|
+
@dt-theme-mention-color-foreground-strong: #ffffff;
|
|
395
396
|
@dt-theme-mention-color-background: #7C52FF;
|
|
397
|
+
@dt-theme-mention-color-background-strong: #3A1D95;
|
|
396
398
|
@dt-avatar-color-foreground: #000000;
|
|
397
399
|
@dt-avatar-color-background-100: #1aa340;
|
|
398
400
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -386,7 +386,9 @@
|
|
|
386
386
|
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
387
387
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
388
388
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
389
|
+
@dt-theme-mention-color-foreground-strong: #000000;
|
|
389
390
|
@dt-theme-mention-color-background: #E20074;
|
|
391
|
+
@dt-theme-mention-color-background-strong: #FFCEE7;
|
|
390
392
|
@dt-avatar-color-foreground: #000000;
|
|
391
393
|
@dt-avatar-color-background-100: #1aa340;
|
|
392
394
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -386,7 +386,9 @@
|
|
|
386
386
|
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
387
387
|
@dt-theme-presence-color-background-offline: #ffffff;
|
|
388
388
|
@dt-theme-mention-color-foreground: #ffffff;
|
|
389
|
+
@dt-theme-mention-color-foreground-strong: #ffffff;
|
|
389
390
|
@dt-theme-mention-color-background: #E20074;
|
|
391
|
+
@dt-theme-mention-color-background-strong: #770141;
|
|
390
392
|
@dt-avatar-color-foreground: #000000;
|
|
391
393
|
@dt-avatar-color-background-100: #1aa340;
|
|
392
394
|
@dt-avatar-color-background-200: #aaff83;
|
|
@@ -384,7 +384,9 @@
|
|
|
384
384
|
"dtThemePresenceColorBackgroundBusy": "#F6AB3C",
|
|
385
385
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
386
386
|
"dtThemeMentionColorForeground": "#ffffff",
|
|
387
|
+
"dtThemeMentionColorForegroundStrong": "#000000",
|
|
387
388
|
"dtThemeMentionColorBackground": "#7C52FF",
|
|
389
|
+
"dtThemeMentionColorBackgroundStrong": "#DAC7FF",
|
|
388
390
|
"dtAvatarColorForeground": "#000000",
|
|
389
391
|
"dtAvatarColorBackground100": "#1aa340",
|
|
390
392
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -384,7 +384,9 @@
|
|
|
384
384
|
"dtThemePresenceColorBackgroundBusy": "#F6AB3C",
|
|
385
385
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
386
386
|
"dtThemeMentionColorForeground": "#ffffff",
|
|
387
|
+
"dtThemeMentionColorForegroundStrong": "#ffffff",
|
|
387
388
|
"dtThemeMentionColorBackground": "#7C52FF",
|
|
389
|
+
"dtThemeMentionColorBackgroundStrong": "#3A1D95",
|
|
388
390
|
"dtAvatarColorForeground": "#000000",
|
|
389
391
|
"dtAvatarColorBackground100": "#1aa340",
|
|
390
392
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -390,7 +390,9 @@
|
|
|
390
390
|
"dtThemePresenceColorBackgroundBusy": "#F6AB3C",
|
|
391
391
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
392
392
|
"dtThemeMentionColorForeground": "#ffffff",
|
|
393
|
+
"dtThemeMentionColorForegroundStrong": "#000000",
|
|
393
394
|
"dtThemeMentionColorBackground": "#7C52FF",
|
|
395
|
+
"dtThemeMentionColorBackgroundStrong": "#DAC7FF",
|
|
394
396
|
"dtAvatarColorForeground": "#000000",
|
|
395
397
|
"dtAvatarColorBackground100": "#1aa340",
|
|
396
398
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -390,7 +390,9 @@
|
|
|
390
390
|
"dtThemePresenceColorBackgroundBusy": "#F6AB3C",
|
|
391
391
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
392
392
|
"dtThemeMentionColorForeground": "#ffffff",
|
|
393
|
+
"dtThemeMentionColorForegroundStrong": "#ffffff",
|
|
393
394
|
"dtThemeMentionColorBackground": "#7C52FF",
|
|
395
|
+
"dtThemeMentionColorBackgroundStrong": "#3A1D95",
|
|
394
396
|
"dtAvatarColorForeground": "#000000",
|
|
395
397
|
"dtAvatarColorBackground100": "#1aa340",
|
|
396
398
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -390,7 +390,9 @@
|
|
|
390
390
|
"dtThemePresenceColorBackgroundBusy": "#F6AB3C",
|
|
391
391
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
392
392
|
"dtThemeMentionColorForeground": "#ffffff",
|
|
393
|
+
"dtThemeMentionColorForegroundStrong": "#000000",
|
|
393
394
|
"dtThemeMentionColorBackground": "#7C52FF",
|
|
395
|
+
"dtThemeMentionColorBackgroundStrong": "#DAC7FF",
|
|
394
396
|
"dtAvatarColorForeground": "#000000",
|
|
395
397
|
"dtAvatarColorBackground100": "#1aa340",
|
|
396
398
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -390,7 +390,9 @@
|
|
|
390
390
|
"dtThemePresenceColorBackgroundBusy": "#F6AB3C",
|
|
391
391
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
392
392
|
"dtThemeMentionColorForeground": "#ffffff",
|
|
393
|
+
"dtThemeMentionColorForegroundStrong": "#ffffff",
|
|
393
394
|
"dtThemeMentionColorBackground": "#7C52FF",
|
|
395
|
+
"dtThemeMentionColorBackgroundStrong": "#3A1D95",
|
|
394
396
|
"dtAvatarColorForeground": "#000000",
|
|
395
397
|
"dtAvatarColorBackground100": "#1aa340",
|
|
396
398
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -384,7 +384,9 @@
|
|
|
384
384
|
"dtThemePresenceColorBackgroundBusy": "#F6AB3C",
|
|
385
385
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
386
386
|
"dtThemeMentionColorForeground": "#ffffff",
|
|
387
|
+
"dtThemeMentionColorForegroundStrong": "#000000",
|
|
387
388
|
"dtThemeMentionColorBackground": "#E20074",
|
|
389
|
+
"dtThemeMentionColorBackgroundStrong": "#FFCEE7",
|
|
388
390
|
"dtAvatarColorForeground": "#000000",
|
|
389
391
|
"dtAvatarColorBackground100": "#1aa340",
|
|
390
392
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -384,7 +384,9 @@
|
|
|
384
384
|
"dtThemePresenceColorBackgroundBusy": "#F6AB3C",
|
|
385
385
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
386
386
|
"dtThemeMentionColorForeground": "#ffffff",
|
|
387
|
+
"dtThemeMentionColorForegroundStrong": "#ffffff",
|
|
387
388
|
"dtThemeMentionColorBackground": "#E20074",
|
|
389
|
+
"dtThemeMentionColorBackgroundStrong": "#770141",
|
|
388
390
|
"dtAvatarColorForeground": "#000000",
|
|
389
391
|
"dtAvatarColorBackground100": "#1aa340",
|
|
390
392
|
"dtAvatarColorBackground200": "#aaff83",
|