@dialpad/dialtone 9.9.0 → 9.10.1

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.
Files changed (77) hide show
  1. package/dist/css/dialtone.css +2 -2
  2. package/dist/icons/icons.json +1 -1
  3. package/dist/icons/keywords.json +1 -1
  4. package/dist/icons/svg/{0365-calendar.svg → o365-calendar.svg} +1 -1
  5. package/dist/tokens/android/java/tokens-dark.kt +1 -1
  6. package/dist/tokens/android/java/tokens-light.kt +1 -1
  7. package/dist/tokens/android/res/values/colors-dark.xml +1 -1
  8. package/dist/tokens/android/res/values/colors-light.xml +1 -1
  9. package/dist/tokens/android/res/values/dimens.xml +1 -1
  10. package/dist/tokens/css/variables-dark.css +1 -1
  11. package/dist/tokens/css/variables-light.css +1 -1
  12. package/dist/tokens/ios/tokens-dark.swift +1 -1
  13. package/dist/tokens/ios/tokens-light.swift +1 -1
  14. package/dist/tokens/less/variables-dark.less +1 -1
  15. package/dist/tokens/less/variables-light.less +1 -1
  16. package/dist/vue2/dialtone-vue.cjs +5 -5
  17. package/dist/vue2/dialtone-vue.js +1742 -1298
  18. package/dist/vue2/emoji.cjs +1 -1
  19. package/dist/vue2/emoji.js +3 -3
  20. package/dist/vue2/emoji_picker-3cVhhlbr.js +782 -0
  21. package/dist/vue2/emoji_picker-50hU6Bus.cjs +1 -0
  22. package/dist/vue2/{emoji_text_wrapper-VgRKbImg.js → emoji_text_wrapper-45075bUQ.js} +1 -1
  23. package/dist/vue2/{emoji_text_wrapper-fbV6ZEWh.cjs → emoji_text_wrapper-dc6a_C0K.cjs} +1 -1
  24. package/dist/vue2/index-8ytmeBCH.cjs +1 -0
  25. package/dist/vue2/index-NG2T0qK1.js +139501 -0
  26. package/dist/vue2/message_input.cjs +1 -92
  27. package/dist/vue2/message_input.js +86 -13208
  28. package/dist/vue2/rich_text_editor-E7mcsC-J.cjs +97 -0
  29. package/dist/vue2/rich_text_editor-sxTdV897.js +16483 -0
  30. package/dist/vue2/style.css +1 -1
  31. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +16 -1
  32. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  33. package/dist/vue2/types/components/rich_text_editor/rich_text_editor_constants.d.ts +2 -0
  34. package/dist/vue2/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -1
  35. package/dist/vue2/types/index.d.ts +1 -0
  36. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +518 -0
  37. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
  38. package/dist/vue2/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
  39. package/dist/vue2/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
  40. package/dist/vue2/types/recipes/conversation_view/editor/index.d.ts +2 -0
  41. package/dist/vue2/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
  42. package/dist/vue3/dialtone-vue.cjs +5 -5
  43. package/dist/vue3/dialtone-vue.js +2857 -2264
  44. package/dist/vue3/{emoji-wyzCAeMh.cjs → emoji-3sZLmJtM.cjs} +1 -1
  45. package/dist/vue3/{emoji-WjzabgKs.js → emoji-RvO57rkW.js} +3406 -3406
  46. package/dist/vue3/emoji.cjs +1 -1
  47. package/dist/vue3/emoji.js +3 -3
  48. package/dist/vue3/{emoji_picker-Uhm2r1e3.cjs → emoji_picker-EYanEJrn.cjs} +1 -1
  49. package/dist/vue3/{emoji_picker-J3yCpi0n.js → emoji_picker-ZDMH1VIY.js} +1 -1
  50. package/dist/vue3/{emoji_text_wrapper-PF5FAHE8.cjs → emoji_text_wrapper-p2pyEE4j.cjs} +1 -1
  51. package/dist/vue3/{emoji_text_wrapper-N_7eQTWM.js → emoji_text_wrapper-zvhbHADN.js} +1 -1
  52. package/dist/vue3/message_input.cjs +1 -92
  53. package/dist/vue3/message_input.js +156 -13406
  54. package/dist/vue3/rich_text_editor-VFx2M8I2.cjs +97 -0
  55. package/dist/vue3/rich_text_editor-o1bRsprW.js +16664 -0
  56. package/dist/vue3/style.css +1 -1
  57. package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +16 -1
  58. package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  59. package/dist/vue3/types/components/rich_text_editor/rich_text_editor_constants.d.ts +2 -0
  60. package/dist/vue3/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -1
  61. package/dist/vue3/types/index.d.ts +1 -0
  62. package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +522 -0
  63. package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
  64. package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
  65. package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
  66. package/dist/vue3/types/recipes/conversation_view/editor/index.d.ts +2 -0
  67. package/dist/vue3/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
  68. package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  69. package/package.json +1 -1
  70. package/dist/vue2/emoji-dxiv7Pn5.cjs +0 -1
  71. package/dist/vue2/emoji-eFDb2_CE.js +0 -56678
  72. package/dist/vue2/emoji_picker-1wJCa-sD.js +0 -83604
  73. package/dist/vue2/emoji_picker-abQkp-dE.cjs +0 -1
  74. package/dist/vue2/stack-T6wnw8L8.cjs +0 -2
  75. package/dist/vue2/stack-ksXg6ONX.js +0 -1852
  76. package/dist/vue3/stack--3ERj1r4.cjs +0 -2
  77. package/dist/vue3/stack-tU3sgAgJ.js +0 -1905
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./emoji-dxiv7Pn5.cjs"),t=require("./emoji_text_wrapper-fbV6ZEWh.cjs"),o=require("./emoji_picker-abQkp-dE.cjs");require("./tooltip-RmgCyjmY.cjs");require("vue");exports.DtEmoji=e.DtEmoji;exports.codeToEmojiData=e.codeToEmojiData;Object.defineProperty(exports,"customEmojiAssetUrl",{enumerable:!0,get:()=>e.customEmojiAssetUrl});exports.defaultEmojiAssetUrl=e.defaultEmojiAssetUrl;Object.defineProperty(exports,"emojiFileExtensionLarge",{enumerable:!0,get:()=>e.emojiFileExtensionLarge});Object.defineProperty(exports,"emojiFileExtensionSmall",{enumerable:!0,get:()=>e.emojiFileExtensionSmall});Object.defineProperty(exports,"emojiImageUrlLarge",{enumerable:!0,get:()=>e.emojiImageUrlLarge});Object.defineProperty(exports,"emojiImageUrlSmall",{enumerable:!0,get:()=>e.emojiImageUrlSmall});exports.emojiJson=e.emojiJson;exports.emojiVersion=e.emojiVersion;exports.filterValidShortCodes=e.filterValidShortCodes;exports.findEmojis=e.findEmojis;exports.findShortCodes=e.findShortCodes;exports.getEmojiData=e.getEmojiData;exports.setCustomEmojiJson=e.setCustomEmojiJson;exports.setCustomEmojiUrl=e.setCustomEmojiUrl;exports.setEmojiAssetUrlLarge=e.setEmojiAssetUrlLarge;exports.setEmojiAssetUrlSmall=e.setEmojiAssetUrlSmall;exports.shortcodeToEmojiData=e.shortcodeToEmojiData;exports.stringToUnicode=e.stringToUnicode;exports.unicodeToString=e.unicodeToString;exports.validateCustomEmojiJson=e.validateCustomEmojiJson;exports.DtEmojiTextWrapper=t.DtEmojiTextWrapper;exports.CDN_URL=o.CDN_URL;exports.DtEmojiPicker=o.DtEmojiPicker;exports.EMOJIS_PER_ROW=o.EMOJIS_PER_ROW;exports.EMOJI_PICKER_CATEGORIES=o.EMOJI_PICKER_CATEGORIES;exports.EMOJI_PICKER_SKIN_TONE_MODIFIERS=o.EMOJI_PICKER_SKIN_TONE_MODIFIERS;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-8ytmeBCH.cjs"),t=require("./emoji_text_wrapper-dc6a_C0K.cjs"),o=require("./emoji_picker-50hU6Bus.cjs");require("./tooltip-RmgCyjmY.cjs");require("vue");exports.DtEmoji=e.DtEmoji;exports.codeToEmojiData=e.codeToEmojiData;Object.defineProperty(exports,"customEmojiAssetUrl",{enumerable:!0,get:()=>e.customEmojiAssetUrl});exports.defaultEmojiAssetUrl=e.defaultEmojiAssetUrl;Object.defineProperty(exports,"emojiFileExtensionLarge",{enumerable:!0,get:()=>e.emojiFileExtensionLarge});Object.defineProperty(exports,"emojiFileExtensionSmall",{enumerable:!0,get:()=>e.emojiFileExtensionSmall});Object.defineProperty(exports,"emojiImageUrlLarge",{enumerable:!0,get:()=>e.emojiImageUrlLarge});Object.defineProperty(exports,"emojiImageUrlSmall",{enumerable:!0,get:()=>e.emojiImageUrlSmall});exports.emojiJson=e.emojiJson;exports.emojiVersion=e.emojiVersion;exports.filterValidShortCodes=e.filterValidShortCodes;exports.findEmojis=e.findEmojis;exports.findShortCodes=e.findShortCodes;exports.getEmojiData=e.getEmojiData;exports.setCustomEmojiJson=e.setCustomEmojiJson;exports.setCustomEmojiUrl=e.setCustomEmojiUrl;exports.setEmojiAssetUrlLarge=e.setEmojiAssetUrlLarge;exports.setEmojiAssetUrlSmall=e.setEmojiAssetUrlSmall;exports.shortcodeToEmojiData=e.shortcodeToEmojiData;exports.stringToUnicode=e.stringToUnicode;exports.unicodeToString=e.unicodeToString;exports.validateCustomEmojiJson=e.validateCustomEmojiJson;exports.DtEmojiTextWrapper=t.DtEmojiTextWrapper;exports.CDN_URL=o.CDN_URL;exports.DtEmojiPicker=o.DtEmojiPicker;exports.EMOJIS_PER_ROW=o.EMOJIS_PER_ROW;exports.EMOJI_PICKER_CATEGORIES=o.EMOJI_PICKER_CATEGORIES;exports.EMOJI_PICKER_SKIN_TONE_MODIFIERS=o.EMOJI_PICKER_SKIN_TONE_MODIFIERS;
@@ -1,6 +1,6 @@
1
- import { D as i, o as m, c as t, d as r, g as E, b as j, f as l, a as n, h as d, e as D, q as I, r as C, p as S, i as g, l as U, k as _, j as f, s as p, m as c, n as u, u as O, v as R } from "./emoji-eFDb2_CE.js";
2
- import { D as x } from "./emoji_text_wrapper-VgRKbImg.js";
3
- import { C as A, D as h, E as L, b as M, a as P } from "./emoji_picker-1wJCa-sD.js";
1
+ import { D as i, o as m, c as t, d as r, g as E, b as j, f as l, a as n, h as d, e as D, q as I, r as C, p as S, i as g, l as U, k as _, j as f, s as p, m as c, n as u, u as O, v as R } from "./index-NG2T0qK1.js";
2
+ import { D as x } from "./emoji_text_wrapper-45075bUQ.js";
3
+ import { C as A, D as h, E as L, b as M, a as P } from "./emoji_picker-3cVhhlbr.js";
4
4
  import "./tooltip-UOWkfPpb.js";
5
5
  import "vue";
6
6
  export {