@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.
- package/dist/css/dialtone.css +2 -2
- package/dist/icons/icons.json +1 -1
- package/dist/icons/keywords.json +1 -1
- package/dist/icons/svg/{0365-calendar.svg → o365-calendar.svg} +1 -1
- 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 +5 -5
- package/dist/vue2/dialtone-vue.js +1742 -1298
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +3 -3
- package/dist/vue2/emoji_picker-3cVhhlbr.js +782 -0
- package/dist/vue2/emoji_picker-50hU6Bus.cjs +1 -0
- package/dist/vue2/{emoji_text_wrapper-VgRKbImg.js → emoji_text_wrapper-45075bUQ.js} +1 -1
- package/dist/vue2/{emoji_text_wrapper-fbV6ZEWh.cjs → emoji_text_wrapper-dc6a_C0K.cjs} +1 -1
- package/dist/vue2/index-8ytmeBCH.cjs +1 -0
- package/dist/vue2/index-NG2T0qK1.js +139501 -0
- package/dist/vue2/message_input.cjs +1 -92
- package/dist/vue2/message_input.js +86 -13208
- package/dist/vue2/rich_text_editor-E7mcsC-J.cjs +97 -0
- package/dist/vue2/rich_text_editor-sxTdV897.js +16483 -0
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +16 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor_constants.d.ts +2 -0
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -1
- package/dist/vue2/types/index.d.ts +1 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +518 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
- package/dist/vue2/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/editor/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
- package/dist/vue3/dialtone-vue.cjs +5 -5
- package/dist/vue3/dialtone-vue.js +2857 -2264
- package/dist/vue3/{emoji-wyzCAeMh.cjs → emoji-3sZLmJtM.cjs} +1 -1
- package/dist/vue3/{emoji-WjzabgKs.js → emoji-RvO57rkW.js} +3406 -3406
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +3 -3
- package/dist/vue3/{emoji_picker-Uhm2r1e3.cjs → emoji_picker-EYanEJrn.cjs} +1 -1
- package/dist/vue3/{emoji_picker-J3yCpi0n.js → emoji_picker-ZDMH1VIY.js} +1 -1
- package/dist/vue3/{emoji_text_wrapper-PF5FAHE8.cjs → emoji_text_wrapper-p2pyEE4j.cjs} +1 -1
- package/dist/vue3/{emoji_text_wrapper-N_7eQTWM.js → emoji_text_wrapper-zvhbHADN.js} +1 -1
- package/dist/vue3/message_input.cjs +1 -92
- package/dist/vue3/message_input.js +156 -13406
- package/dist/vue3/rich_text_editor-VFx2M8I2.cjs +97 -0
- package/dist/vue3/rich_text_editor-o1bRsprW.js +16664 -0
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +16 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor_constants.d.ts +2 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -1
- package/dist/vue3/types/index.d.ts +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +522 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts +8 -0
- package/dist/vue3/types/recipes/conversation_view/editor/editor_constants.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/editor/index.d.ts +2 -0
- package/dist/vue3/types/recipes/conversation_view/editor/index.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/vue2/emoji-dxiv7Pn5.cjs +0 -1
- package/dist/vue2/emoji-eFDb2_CE.js +0 -56678
- package/dist/vue2/emoji_picker-1wJCa-sD.js +0 -83604
- package/dist/vue2/emoji_picker-abQkp-dE.cjs +0 -1
- package/dist/vue2/stack-T6wnw8L8.cjs +0 -2
- package/dist/vue2/stack-ksXg6ONX.js +0 -1852
- package/dist/vue3/stack--3ERj1r4.cjs +0 -2
- package/dist/vue3/stack-tU3sgAgJ.js +0 -1905
package/dist/vue2/emoji.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./
|
|
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;
|
package/dist/vue2/emoji.js
CHANGED
|
@@ -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 "./
|
|
2
|
-
import { D as x } from "./emoji_text_wrapper-
|
|
3
|
-
import { C as A, D as h, E as L, b as M, a as P } from "./emoji_picker-
|
|
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 {
|