@dialpad/dialtone 9.17.0 → 9.18.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.css +2 -2
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/dialtone-vue.cjs +2 -2
- package/dist/vue2/dialtone-vue.js +84 -67
- package/dist/vue2/message_input.cjs +1 -1
- package/dist/vue2/message_input.js +1 -1
- package/dist/vue2/{rich_text_editor-MzdHNizj.cjs → rich_text_editor-Ty4BjcSP.cjs} +14 -14
- package/dist/vue2/{rich_text_editor-trHmm1VD.js → rich_text_editor-vihc4pHS.js} +1055 -1055
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +17 -1
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue3/dialtone-vue.cjs +2 -2
- package/dist/vue3/dialtone-vue.js +127 -110
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +1 -1
- package/dist/vue3/{rich_text_editor-NWAFxCaY.js → rich_text_editor-BgXaC2KF.js} +3 -2
- package/dist/vue3/{rich_text_editor-2jqjuGrZ.cjs → rich_text_editor-mAENLkE_.cjs} +1 -1
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +18 -1
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/css/dialtone.css
CHANGED
|
@@ -7464,7 +7464,7 @@ body {
|
|
|
7464
7464
|
}
|
|
7465
7465
|
/**
|
|
7466
7466
|
* Do not edit directly
|
|
7467
|
-
* Generated on Thu, 07 Mar 2024
|
|
7467
|
+
* Generated on Thu, 07 Mar 2024 23:59:22 GMT
|
|
7468
7468
|
*/
|
|
7469
7469
|
|
|
7470
7470
|
.dialtone-theme-light {
|
|
@@ -8261,7 +8261,7 @@ body {
|
|
|
8261
8261
|
|
|
8262
8262
|
/**
|
|
8263
8263
|
* Do not edit directly
|
|
8264
|
-
* Generated on Thu, 07 Mar 2024
|
|
8264
|
+
* Generated on Thu, 07 Mar 2024 23:59:22 GMT
|
|
8265
8265
|
*/
|
|
8266
8266
|
|
|
8267
8267
|
.dialtone-theme-dark {
|