@dialpad/dialtone-vue 2.94.3 → 2.95.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.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +31 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +13 -13
- package/dist/dialtone-vue.js +1923 -1804
- package/dist/style.css +1 -1
- package/dist/types/components/avatar/avatar.vue.d.ts +8 -1
- package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar_constants.d.ts +1 -1
- package/dist/types/components/select_menu/select_menu.vue.d.ts +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +127 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts +15 -0
- package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/index.d.ts +3 -0
- package/dist/types/recipes/leftbar/callbox/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -1
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
## [2.95.1](https://github.com/dialpad/dialtone-vue/compare/v2.95.0...v2.95.1) (2023-08-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Avatar:** dynamic icon sizes ([#1146](https://github.com/dialpad/dialtone-vue/issues/1146)) ([7809181](https://github.com/dialpad/dialtone-vue/commit/7809181a41b41ab906cb452220f9301870260cf7))
|
|
7
|
+
* **Avatar:** image events ([#1143](https://github.com/dialpad/dialtone-vue/issues/1143)) ([cfda5af](https://github.com/dialpad/dialtone-vue/commit/cfda5af7dfe875b8d79eb4d6551212aaeedab157))
|
|
8
|
+
* **Contact Info:** avatar's border color ([#1137](https://github.com/dialpad/dialtone-vue/issues/1137)) ([484c6e4](https://github.com/dialpad/dialtone-vue/commit/484c6e4e9fb1547693b134741deca3ac2ce96298))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Code Refactoring
|
|
12
|
+
|
|
13
|
+
* **Callbox:** visuals ([#1139](https://github.com/dialpad/dialtone-vue/issues/1139)) ([1206825](https://github.com/dialpad/dialtone-vue/commit/12068253679ddbacb0cae7ebdb1616f171f3da72))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Documentation
|
|
17
|
+
|
|
18
|
+
* **Chip:** variants story ([#1148](https://github.com/dialpad/dialtone-vue/issues/1148)) ([d7750a2](https://github.com/dialpad/dialtone-vue/commit/d7750a28cb1b5ccfaa8e8f25011be1708576a030))
|
|
19
|
+
|
|
20
|
+
# [2.95.0](https://github.com/dialpad/dialtone-vue/compare/v2.94.3...v2.95.0) (2023-08-23)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **Select Menu:** emit value first ([#1133](https://github.com/dialpad/dialtone-vue/issues/1133)) ([c523990](https://github.com/dialpad/dialtone-vue/commit/c523990259b8d4cc8030820390545eb2fbabf146))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **Callbox:** scaffold component ([#1129](https://github.com/dialpad/dialtone-vue/issues/1129)) ([e4f5040](https://github.com/dialpad/dialtone-vue/commit/e4f50401d1ac158b11bbcd995f7d3e1e383df365))
|
|
31
|
+
|
|
1
32
|
## [2.94.3](https://github.com/dialpad/dialtone-vue/compare/v2.94.2...v2.94.3) (2023-08-23)
|
|
2
33
|
|
|
3
34
|
|