@dialpad/dialtone-vue 2.103.1 → 2.104.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 (43) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +31 -0
  3. package/dist/component-documentation.json +1 -1
  4. package/dist/dialtone-vue.cjs +6 -6
  5. package/dist/dialtone-vue.js +2353 -2273
  6. package/dist/directives.cjs +1 -1
  7. package/dist/directives.js +1 -1
  8. package/dist/emoji-93ca59dc.cjs +1 -0
  9. package/dist/{emoji-efd28b85.js → emoji-ee881dc6.js} +230 -10224
  10. package/dist/emoji.cjs +1 -1
  11. package/dist/emoji.js +6 -6
  12. package/dist/style.css +1 -1
  13. package/dist/{tooltip-92c086de.js → tooltip-4c644605.js} +14 -16
  14. package/dist/{tooltip-9b93ec5a.cjs → tooltip-7199e960.cjs} +6 -6
  15. package/dist/types/common/storybook_utils.d.ts.map +1 -1
  16. package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
  17. package/dist/types/components/button/button.vue.d.ts +1 -1
  18. package/dist/types/components/chip/chip.vue.d.ts +1 -1
  19. package/dist/types/components/description_list/description_list.vue.d.ts +98 -0
  20. package/dist/types/components/description_list/description_list.vue.d.ts.map +1 -0
  21. package/dist/types/components/description_list/description_list_constants.d.ts +2 -0
  22. package/dist/types/components/description_list/description_list_constants.d.ts.map +1 -0
  23. package/dist/types/components/description_list/description_list_validators.d.ts +2 -0
  24. package/dist/types/components/description_list/description_list_validators.d.ts.map +1 -0
  25. package/dist/types/components/description_list/index.d.ts +3 -0
  26. package/dist/types/components/description_list/index.d.ts.map +1 -0
  27. package/dist/types/components/icon/icon.vue.d.ts +16 -2
  28. package/dist/types/components/icon/icon.vue.d.ts.map +1 -1
  29. package/dist/types/components/icon/icon_constants.d.ts +0 -2
  30. package/dist/types/components/icon/icon_constants.d.ts.map +1 -1
  31. package/dist/types/components/input/input.vue.d.ts +1 -1
  32. package/dist/types/components/modal/modal.vue.d.ts +1 -1
  33. package/dist/types/components/root_layout/root_layout.vue.d.ts +2 -2
  34. package/dist/types/components/toast/toast.vue.d.ts +1 -1
  35. package/dist/types/components/tooltip/tooltip.vue.d.ts +2 -2
  36. package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +1 -1
  37. package/dist/types/index.d.ts +1 -0
  38. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
  39. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
  40. package/package.json +8 -4
  41. package/dist/emoji-9ef04a92.cjs +0 -1
  42. package/dist/types/components/plugins/fixDefaultSlot.d.ts +0 -5
  43. package/dist/types/components/plugins/fixDefaultSlot.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## [2.104.1](https://github.com/dialpad/dialtone-vue/compare/v2.104.0...v2.104.1) (2023-11-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * external dependencies ([ff0d577](https://github.com/dialpad/dialtone-vue/commit/ff0d577488bf77265eafa482863b96b95948f091))
7
+
8
+ # [2.104.0](https://github.com/dialpad/dialtone-vue/compare/v2.103.1...v2.104.0) (2023-11-08)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fix time stamp being too low ([#1281](https://github.com/dialpad/dialtone-vue/issues/1281)) ([56fb699](https://github.com/dialpad/dialtone-vue/commit/56fb699ed00b203527b0bd9f445f57d7a02f6b4e))
14
+ * update dialtone-icons version ([dca9d2f](https://github.com/dialpad/dialtone-vue/commit/dca9d2f184bb9a47714e72c0385e7c92d8263971))
15
+
16
+
17
+ ### Code Refactoring
18
+
19
+ * **Icon:** update dialtone icons usage ([#1294](https://github.com/dialpad/dialtone-vue/issues/1294)) ([929bb37](https://github.com/dialpad/dialtone-vue/commit/929bb375149bc8456f194f42fe078fa56ea21563))
20
+
21
+
22
+ ### Documentation
23
+
24
+ * fixed story for buttongroup component aligment ([#1287](https://github.com/dialpad/dialtone-vue/issues/1287)) ([3bb170f](https://github.com/dialpad/dialtone-vue/commit/3bb170fc212a5adac4ccbd00d3aca1880203d3fb))
25
+ * update root layout examples ([#1285](https://github.com/dialpad/dialtone-vue/issues/1285)) ([8c59581](https://github.com/dialpad/dialtone-vue/commit/8c59581972fdcb29bfc6117a9aa42d7830ebe684))
26
+
27
+
28
+ ### Features
29
+
30
+ * add description list component ([#1289](https://github.com/dialpad/dialtone-vue/issues/1289)) ([9ef361b](https://github.com/dialpad/dialtone-vue/commit/9ef361b48062ba654c81be072cf7d7396c83e26e))
31
+
1
32
  ## [2.103.1](https://github.com/dialpad/dialtone-vue/compare/v2.103.0...v2.103.1) (2023-10-27)
2
33
 
3
34