@dialpad/dialtone-vue 2.95.2 → 2.97.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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +33 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +13 -13
- package/dist/dialtone-vue.js +3701 -3941
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +1 -1
- package/dist/{emoji_text_wrapper-c9124bc7.cjs → emoji_text_wrapper-15660494.cjs} +1 -1
- package/dist/{emoji_text_wrapper-d8a61d64.js → emoji_text_wrapper-fb5b8fa3.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/common/utils.d.ts +16 -0
- package/dist/types/common/utils.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.vue.d.ts +20 -1
- package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar_constants.d.ts +1 -1
- package/dist/types/components/avatar/avatar_constants.d.ts.map +1 -1
- package/dist/types/components/emoji/emoji.vue.d.ts +2 -3
- package/dist/types/index.d.ts +1 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +3 -1
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +123 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +11 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +22 -3
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts +1 -0
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -1
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +19 -2
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +1 -1
- package/package.json +1 -2
package/dist/emoji.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./emoji_text_wrapper-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./emoji_text_wrapper-15660494.cjs");exports.DtEmoji=e.DtEmoji;exports.DtEmojiTextWrapper=e.DtEmojiTextWrapper;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;
|
package/dist/emoji.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as a, b as e, F as i, p as t, o as m, t as r, r as j, s as l, q as E, u as n, m as d, H as g, J as U, G as u, v as c, z as C, y as S, x as f, w as x, B as A, E as D, C as T, A as p } from "./emoji_text_wrapper-
|
|
1
|
+
import { c as a, b as e, F as i, p as t, o as m, t as r, r as j, s as l, q as E, u as n, m as d, H as g, J as U, G as u, v as c, z as C, y as S, x as f, w as x, B as A, E as D, C as T, A as p } from "./emoji_text_wrapper-fb5b8fa3.js";
|
|
2
2
|
export {
|
|
3
3
|
a as DtEmoji,
|
|
4
4
|
e as DtEmojiTextWrapper,
|