@dialpad/dialtone-vue 2.109.0 → 2.110.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 +14 -0
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +1309 -1137
- package/dist/directives.js +1 -1
- package/dist/{emoji-BMxSCSLg.js → emoji-5ohx0_fO.js} +698 -155
- package/dist/emoji-npEzXEju.cjs +1 -0
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +4 -4
- package/dist/{emoji_picker-sjGJ0HVH.js → emoji_picker-Xo-nGBB9.js} +2 -2
- package/dist/{emoji_picker-Qces1MZK.cjs → emoji_picker-h6ZjaaSm.cjs} +1 -1
- package/dist/{emoji_text_wrapper-Tni6PAOS.cjs → emoji_text_wrapper-KiKRUPpa.cjs} +1 -1
- package/dist/{emoji_text_wrapper-uHcCrlwz.js → emoji_text_wrapper-ySpZj2Hd.js} +2 -2
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +4 -4
- package/dist/stack-n8PaTh0Q.cjs +2 -0
- package/dist/{stack-DRdhbSNl.js → stack-spMDaIoR.js} +272 -756
- package/dist/{tooltip-PDBwUvGD.js → tooltip-UOWkfPpb.js} +9 -9
- package/package.json +3 -3
- package/dist/emoji-ZkNhBVKW.cjs +0 -1
- package/dist/stack-153kJjKj.cjs +0 -2
|
@@ -2454,19 +2454,19 @@ export {
|
|
|
2454
2454
|
fr as c,
|
|
2455
2455
|
Gi as d,
|
|
2456
2456
|
Xi as e,
|
|
2457
|
-
|
|
2457
|
+
eo as f,
|
|
2458
2458
|
Zt as g,
|
|
2459
|
-
|
|
2459
|
+
an as h,
|
|
2460
2460
|
Gn as i,
|
|
2461
|
-
|
|
2462
|
-
|
|
2461
|
+
Wn as j,
|
|
2462
|
+
Jt as k,
|
|
2463
2463
|
er as l,
|
|
2464
|
-
|
|
2464
|
+
co as m,
|
|
2465
2465
|
un as n,
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2466
|
+
or as o,
|
|
2467
|
+
uo as p,
|
|
2468
|
+
Mn as q,
|
|
2469
|
+
Fn as r,
|
|
2470
2470
|
ir as s,
|
|
2471
2471
|
ze as t,
|
|
2472
2472
|
po as u,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.110.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"vue-tsc": "^1.8.25",
|
|
75
75
|
"yo": "^4.3.1",
|
|
76
76
|
"yorkie": "^2.0.0",
|
|
77
|
-
"@dialpad/dialtone-css": "^8.22.
|
|
78
|
-
"@dialpad/dialtone-icons": "^4.5.
|
|
77
|
+
"@dialpad/dialtone-css": "^8.22.3",
|
|
78
|
+
"@dialpad/dialtone-icons": "^4.5.1"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@dialpad/dialtone-css": "^7.30.0 || ^8.21.2",
|