@dialpad/dialtone-vue 2.83.4 → 2.84.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 +20 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +13 -13
- package/dist/dialtone-vue.js +2429 -2714
- package/dist/emoji.js +1 -1
- package/dist/{emoji_text_wrapper-1b295e1b.js → emoji_text_wrapper-366de285.js} +3 -3
- package/package.json +4 -5
package/dist/emoji.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as a, b as e, E as i, o as t, m, s as r, q as l, r as j, p as E, t as n, l as d, G as g, H as U, F as u, u as c, y as C, x as S, w as f, v as x, A, C as D, B as T, z as p } from "./emoji_text_wrapper-
|
|
1
|
+
import { c as a, b as e, E as i, o as t, m, s as r, q as l, r as j, p as E, t as n, l as d, G as g, H as U, F as u, u as c, y as C, x as S, w as f, v as x, A, C as D, B as T, z as p } from "./emoji_text_wrapper-366de285.js";
|
|
2
2
|
export {
|
|
3
3
|
a as DtEmoji,
|
|
4
4
|
e as DtEmojiTextWrapper,
|
|
@@ -58168,8 +58168,8 @@ const yj = {
|
|
|
58168
58168
|
props: {
|
|
58169
58169
|
/**
|
|
58170
58170
|
* Supports shortcode ex: :smile: or unicode ex: 😄. Will display the resulting emoji.
|
|
58171
|
-
*
|
|
58172
|
-
*
|
|
58171
|
+
* <a class="d-link" href="https://emojipedia.org/joypixels/" target="_blank">JoyPixels</a>
|
|
58172
|
+
* for all supported shortcode/unicode or the docs for setting up custom emojis.
|
|
58173
58173
|
*/
|
|
58174
58174
|
code: {
|
|
58175
58175
|
type: String,
|
|
@@ -58177,7 +58177,7 @@ const yj = {
|
|
|
58177
58177
|
},
|
|
58178
58178
|
/**
|
|
58179
58179
|
* The size of the emoji. Can be any of the icon size utility classes from
|
|
58180
|
-
* <a href="https://dialpad.design/components/icon.html" target="_blank"> Dialpad Icon Size</a>
|
|
58180
|
+
* <a class="d-link" href="https://dialpad.design/components/icon.html" target="_blank"> Dialpad Icon Size</a>
|
|
58181
58181
|
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
58182
58182
|
*/
|
|
58183
58183
|
size: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.84.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run clean && npm run build:main && npm run build:documentation",
|
|
@@ -40,14 +40,13 @@
|
|
|
40
40
|
"@tiptap/vue-2": "^2.0.2",
|
|
41
41
|
"emoji-regex": "^10.2.1",
|
|
42
42
|
"emoji-toolkit": "^6.6.0",
|
|
43
|
-
"seedrandom": "^3.0.5",
|
|
44
43
|
"tippy.js": "^6.3.7"
|
|
45
44
|
},
|
|
46
45
|
"devDependencies": {
|
|
47
46
|
"@commitlint/cli": "^17.4.2",
|
|
48
47
|
"@commitlint/config-conventional": "^17.4.2",
|
|
49
48
|
"@dialpad/conventional-changelog-angular": "^1.1.1",
|
|
50
|
-
"@dialpad/dialtone": "^7.
|
|
49
|
+
"@dialpad/dialtone": "^7.27.0",
|
|
51
50
|
"@dialpad/semantic-release-changelog-json": "^1.0.0",
|
|
52
51
|
"@percy/cli": "^1.24.0",
|
|
53
52
|
"@percy/storybook": "^4.3.6",
|
|
@@ -104,7 +103,7 @@
|
|
|
104
103
|
"yorkie": "^2.0.0"
|
|
105
104
|
},
|
|
106
105
|
"peerDependencies": {
|
|
107
|
-
"@dialpad/dialtone": ">=7.
|
|
106
|
+
"@dialpad/dialtone": ">=7.27",
|
|
108
107
|
"vue": ">=2.6"
|
|
109
108
|
},
|
|
110
109
|
"bugs": {
|
|
@@ -134,7 +133,7 @@
|
|
|
134
133
|
],
|
|
135
134
|
"engineStrict": true,
|
|
136
135
|
"engines": {
|
|
137
|
-
"node": ">=
|
|
136
|
+
"node": ">= 12.20"
|
|
138
137
|
},
|
|
139
138
|
"type": "module",
|
|
140
139
|
"main": "./dist/dialtone-vue.cjs",
|