@dialpad/dialtone-vue 2.103.0 → 2.104.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 +36 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +6 -6
- package/dist/dialtone-vue.js +1846 -3462
- package/dist/directives.cjs +1 -1
- package/dist/directives.js +4 -3
- package/dist/emoji-098966fd.js +911 -0
- package/dist/emoji-d5a5af5e.cjs +1 -0
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +26 -24
- package/dist/style.css +1 -1
- package/dist/tooltip-da61b649.cjs +1 -0
- package/dist/tooltip-fceff4af.js +706 -0
- package/dist/types/common/dates.d.ts.map +1 -1
- package/dist/types/common/storybook_utils.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
- package/dist/types/components/button/button.vue.d.ts +1 -1
- package/dist/types/components/chip/chip.vue.d.ts +1 -1
- package/dist/types/components/description_list/description_list.vue.d.ts +98 -0
- package/dist/types/components/description_list/description_list.vue.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list_constants.d.ts +2 -0
- package/dist/types/components/description_list/description_list_constants.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list_validators.d.ts +2 -0
- package/dist/types/components/description_list/description_list_validators.d.ts.map +1 -0
- package/dist/types/components/description_list/index.d.ts +3 -0
- package/dist/types/components/description_list/index.d.ts.map +1 -0
- package/dist/types/components/icon/icon.vue.d.ts +16 -2
- package/dist/types/components/icon/icon.vue.d.ts.map +1 -1
- package/dist/types/components/icon/icon_constants.d.ts +0 -2
- package/dist/types/components/icon/icon_constants.d.ts.map +1 -1
- package/dist/types/components/input/input.vue.d.ts +1 -1
- package/dist/types/components/modal/modal.vue.d.ts +1 -1
- package/dist/types/components/root_layout/root_layout.vue.d.ts +2 -2
- package/dist/types/components/toast/toast.vue.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts +2 -2
- package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
- package/package.json +13 -6
- package/dist/emoji-9ef04a92.cjs +0 -1
- package/dist/emoji-efd28b85.js +0 -58697
- package/dist/tooltip-92c086de.js +0 -2544
- package/dist/tooltip-9b93ec5a.cjs +0 -25
- package/dist/types/components/plugins/fixDefaultSlot.d.ts +0 -5
- package/dist/types/components/plugins/fixDefaultSlot.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
# [2.104.0](https://github.com/dialpad/dialtone-vue/compare/v2.103.1...v2.104.0) (2023-11-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fix time stamp being too low ([#1281](https://github.com/dialpad/dialtone-vue/issues/1281)) ([56fb699](https://github.com/dialpad/dialtone-vue/commit/56fb699ed00b203527b0bd9f445f57d7a02f6b4e))
|
|
7
|
+
* update dialtone-icons version ([dca9d2f](https://github.com/dialpad/dialtone-vue/commit/dca9d2f184bb9a47714e72c0385e7c92d8263971))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Code Refactoring
|
|
11
|
+
|
|
12
|
+
* **Icon:** update dialtone icons usage ([#1294](https://github.com/dialpad/dialtone-vue/issues/1294)) ([929bb37](https://github.com/dialpad/dialtone-vue/commit/929bb375149bc8456f194f42fe078fa56ea21563))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Documentation
|
|
16
|
+
|
|
17
|
+
* fixed story for buttongroup component aligment ([#1287](https://github.com/dialpad/dialtone-vue/issues/1287)) ([3bb170f](https://github.com/dialpad/dialtone-vue/commit/3bb170fc212a5adac4ccbd00d3aca1880203d3fb))
|
|
18
|
+
* update root layout examples ([#1285](https://github.com/dialpad/dialtone-vue/issues/1285)) ([8c59581](https://github.com/dialpad/dialtone-vue/commit/8c59581972fdcb29bfc6117a9aa42d7830ebe684))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* add description list component ([#1289](https://github.com/dialpad/dialtone-vue/issues/1289)) ([9ef361b](https://github.com/dialpad/dialtone-vue/commit/9ef361b48062ba654c81be072cf7d7396c83e26e))
|
|
24
|
+
|
|
25
|
+
## [2.103.1](https://github.com/dialpad/dialtone-vue/compare/v2.103.0...v2.103.1) (2023-10-27)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* date functions locale global ([2400feb](https://github.com/dialpad/dialtone-vue/commit/2400feb7e7248353063ae5b12c3dae571a66ad6f))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Documentation
|
|
34
|
+
|
|
35
|
+
* document date functions ([#1282](https://github.com/dialpad/dialtone-vue/issues/1282)) ([d3d9b54](https://github.com/dialpad/dialtone-vue/commit/d3d9b54005139fcd670e396b41fb8df5f6ac9afb))
|
|
36
|
+
|
|
1
37
|
# [2.103.0](https://github.com/dialpad/dialtone-vue/compare/v2.102.1...v2.103.0) (2023-10-25)
|
|
2
38
|
|
|
3
39
|
|