@dialpad/dialtone-vue 2.104.1 → 2.105.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 (29) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +40 -0
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +6 -6
  5. package/dist/dialtone-vue.js +9611 -3270
  6. package/dist/directives.cjs +1 -1
  7. package/dist/directives.js +2 -2
  8. package/dist/{emoji-ee881dc6.js → emoji--HwFbqwW.js} +2 -3
  9. package/dist/emoji-c9hpZE0O.cjs +1 -0
  10. package/dist/emoji.cjs +1 -1
  11. package/dist/emoji.js +2 -2
  12. package/dist/style.css +1 -1
  13. package/dist/{tooltip-4c644605.js → tooltip_constants-IjzmwQZI.js} +28 -29
  14. package/dist/{tooltip-7199e960.cjs → tooltip_constants-eQzi1S-l.cjs} +2 -2
  15. package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
  16. package/dist/types/components/dropdown/dropdown.vue.d.ts +1 -1
  17. package/dist/types/components/icon/icon.vue.d.ts +1 -1
  18. package/dist/types/components/icon/icon.vue.d.ts.map +1 -1
  19. package/dist/types/components/lazy_show/lazy_show.vue.d.ts +1 -1
  20. package/dist/types/components/notice/index.d.ts +3 -0
  21. package/dist/types/components/popover/popover.vue.d.ts +1 -1
  22. package/dist/types/components/toast/index.d.ts +1 -1
  23. package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
  24. package/dist/types/components/tooltip/tooltip.vue.d.ts +2 -2
  25. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
  26. package/package.json +17 -18
  27. package/dist/emoji-93ca59dc.cjs +0 -1
  28. /package/dist/{_plugin-vue2_normalizer-d59b995e.cjs → _plugin-vue2_normalizer-1P4G3Z0k.cjs} +0 -0
  29. /package/dist/{_plugin-vue2_normalizer-71e2aa87.js → _plugin-vue2_normalizer-u6G_3nkj.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,43 @@
1
+ ## [2.105.1](https://github.com/dialpad/dialtone-vue/compare/v2.105.0...v2.105.1) (2023-11-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * dialbot reference ([a4c4ca6](https://github.com/dialpad/dialtone-vue/commit/a4c4ca61a04151005c24e84523e7d54142e2ea31))
7
+
8
+ # [2.105.0](https://github.com/dialpad/dialtone-vue/compare/v2.104.3...v2.105.0) (2023-11-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * select events ([f9c8eb5](https://github.com/dialpad/dialtone-vue/commit/f9c8eb5b65e34cbf3ae7bbccfb9cd53cddfa78ea))
14
+ * test ([ce80137](https://github.com/dialpad/dialtone-vue/commit/ce80137f3b809247b728358a174ea8ef93248723))
15
+
16
+
17
+ ### Documentation
18
+
19
+ * fix not working stories ([#1302](https://github.com/dialpad/dialtone-vue/issues/1302)) ([594497d](https://github.com/dialpad/dialtone-vue/commit/594497dd7d8cc45c450f99e9f55b6d82ef83ec3f))
20
+ * **Tooltip:** add sticky popper variation ([#1298](https://github.com/dialpad/dialtone-vue/issues/1298)) ([7435500](https://github.com/dialpad/dialtone-vue/commit/7435500d4cbd3b3ad4690b3b87469b4d27000026))
21
+
22
+
23
+ ### Features
24
+
25
+ * upgrade vite to v5 and node to v20 ([#1308](https://github.com/dialpad/dialtone-vue/issues/1308)) ([a524db4](https://github.com/dialpad/dialtone-vue/commit/a524db492ff57072fd7eba89494b841cedf34639))
26
+
27
+ ## [2.104.3](https://github.com/dialpad/dialtone-vue/compare/v2.104.2...v2.104.3) (2023-11-08)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * **Dt Icon:** import default module ([02e4c56](https://github.com/dialpad/dialtone-vue/commit/02e4c561f3fcb38ad6fa476335b8920e3db0a12e))
33
+
34
+ ## [2.104.2](https://github.com/dialpad/dialtone-vue/compare/v2.104.1...v2.104.2) (2023-11-08)
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * remove dialtone-icons from external deps ([21ef620](https://github.com/dialpad/dialtone-vue/commit/21ef6203b45e7a6de88e4ad05684f1453f6bc412))
40
+
1
41
  ## [2.104.1](https://github.com/dialpad/dialtone-vue/compare/v2.104.0...v2.104.1) (2023-11-08)
2
42
 
3
43