@dialpad/dialtone-vue 2.72.1 → 2.72.3
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.common.js +7 -5
- package/dist/dialtone-vue.umd.js +7 -5
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.72.3](https://github.com/dialpad/dialtone-vue/compare/v2.72.2...v2.72.3) (2023-03-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update dialtone icons ([#844](https://github.com/dialpad/dialtone-vue/issues/844)) ([d40ee50](https://github.com/dialpad/dialtone-vue/commit/d40ee50c6bff45c77894f3e1ce79ac88b45edd28))
|
|
7
|
+
|
|
8
|
+
## [2.72.2](https://github.com/dialpad/dialtone-vue/compare/v2.72.1...v2.72.2) (2023-03-20)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **Badge:** export decoration modifiers ([#846](https://github.com/dialpad/dialtone-vue/issues/846)) ([8fa4614](https://github.com/dialpad/dialtone-vue/commit/8fa4614644135965d97e6c494349909ad214aaf4))
|
|
14
|
+
|
|
1
15
|
## [2.72.1](https://github.com/dialpad/dialtone-vue/compare/v2.72.0...v2.72.1) (2023-03-20)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -2229,6 +2229,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2229
2229
|
__webpack_require__.d(__webpack_exports__, {
|
|
2230
2230
|
"AVATAR_KIND_MODIFIERS": () => (/* reexport */ AVATAR_KIND_MODIFIERS),
|
|
2231
2231
|
"AVATAR_SIZE_MODIFIERS": () => (/* reexport */ AVATAR_SIZE_MODIFIERS),
|
|
2232
|
+
"BADGE_DECORATION_MODIFIERS": () => (/* reexport */ BADGE_DECORATION_MODIFIERS),
|
|
2232
2233
|
"BADGE_KIND_MODIFIERS": () => (/* reexport */ BADGE_KIND_MODIFIERS),
|
|
2233
2234
|
"BADGE_TYPE_MODIFIERS": () => (/* reexport */ BADGE_TYPE_MODIFIERS),
|
|
2234
2235
|
"BREADCRUMBS_INVERTED_MODIFIER": () => (/* reexport */ BREADCRUMBS_INVERTED_MODIFIER),
|
|
@@ -3316,9 +3317,9 @@ const BADGE_DECORATION_MODIFIERS = {
|
|
|
3316
3317
|
'magenta-300': 'd-badge--decorate-magenta-300',
|
|
3317
3318
|
'magenta-400': 'd-badge--decorate-magenta-400'
|
|
3318
3319
|
};
|
|
3319
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/icon/icon.vue?vue&type=template&id=
|
|
3320
|
-
var
|
|
3321
|
-
var
|
|
3320
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/icon/icon.vue?vue&type=template&id=38f31ebc&
|
|
3321
|
+
var iconvue_type_template_id_38f31ebc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.currentIcon)?_c(_vm.currentIcon,{tag:"component",class:_vm.iconSize,attrs:{"data-qa":"dt-icon","aria-hidden":_vm.ariaLabel ? 'false' : 'true',"aria-label":_vm.ariaLabel}}):_vm._e()}
|
|
3322
|
+
var iconvue_type_template_id_38f31ebc_staticRenderFns = []
|
|
3322
3323
|
|
|
3323
3324
|
|
|
3324
3325
|
;// CONCATENATED MODULE: external "@dialpad/dialtone-icons"
|
|
@@ -3351,6 +3352,7 @@ const DIALTONE_ICONS = dialtone_icons_namespaceObject;
|
|
|
3351
3352
|
//
|
|
3352
3353
|
//
|
|
3353
3354
|
//
|
|
3355
|
+
//
|
|
3354
3356
|
|
|
3355
3357
|
|
|
3356
3358
|
/**
|
|
@@ -3414,8 +3416,8 @@ const DIALTONE_ICONS = dialtone_icons_namespaceObject;
|
|
|
3414
3416
|
;
|
|
3415
3417
|
var icon_component = normalizeComponent(
|
|
3416
3418
|
icon_iconvue_type_script_lang_js_,
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
+
iconvue_type_template_id_38f31ebc_render,
|
|
3420
|
+
iconvue_type_template_id_38f31ebc_staticRenderFns,
|
|
3419
3421
|
false,
|
|
3420
3422
|
null,
|
|
3421
3423
|
null,
|
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -2239,6 +2239,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2239
2239
|
__webpack_require__.d(__webpack_exports__, {
|
|
2240
2240
|
"AVATAR_KIND_MODIFIERS": () => (/* reexport */ AVATAR_KIND_MODIFIERS),
|
|
2241
2241
|
"AVATAR_SIZE_MODIFIERS": () => (/* reexport */ AVATAR_SIZE_MODIFIERS),
|
|
2242
|
+
"BADGE_DECORATION_MODIFIERS": () => (/* reexport */ BADGE_DECORATION_MODIFIERS),
|
|
2242
2243
|
"BADGE_KIND_MODIFIERS": () => (/* reexport */ BADGE_KIND_MODIFIERS),
|
|
2243
2244
|
"BADGE_TYPE_MODIFIERS": () => (/* reexport */ BADGE_TYPE_MODIFIERS),
|
|
2244
2245
|
"BREADCRUMBS_INVERTED_MODIFIER": () => (/* reexport */ BREADCRUMBS_INVERTED_MODIFIER),
|
|
@@ -3326,9 +3327,9 @@ const BADGE_DECORATION_MODIFIERS = {
|
|
|
3326
3327
|
'magenta-300': 'd-badge--decorate-magenta-300',
|
|
3327
3328
|
'magenta-400': 'd-badge--decorate-magenta-400'
|
|
3328
3329
|
};
|
|
3329
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/icon/icon.vue?vue&type=template&id=
|
|
3330
|
-
var
|
|
3331
|
-
var
|
|
3330
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./components/icon/icon.vue?vue&type=template&id=38f31ebc&
|
|
3331
|
+
var iconvue_type_template_id_38f31ebc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.currentIcon)?_c(_vm.currentIcon,{tag:"component",class:_vm.iconSize,attrs:{"data-qa":"dt-icon","aria-hidden":_vm.ariaLabel ? 'false' : 'true',"aria-label":_vm.ariaLabel}}):_vm._e()}
|
|
3332
|
+
var iconvue_type_template_id_38f31ebc_staticRenderFns = []
|
|
3332
3333
|
|
|
3333
3334
|
|
|
3334
3335
|
;// CONCATENATED MODULE: external "@dialpad/dialtone-icons"
|
|
@@ -3361,6 +3362,7 @@ const DIALTONE_ICONS = dialtone_icons_namespaceObject;
|
|
|
3361
3362
|
//
|
|
3362
3363
|
//
|
|
3363
3364
|
//
|
|
3365
|
+
//
|
|
3364
3366
|
|
|
3365
3367
|
|
|
3366
3368
|
/**
|
|
@@ -3424,8 +3426,8 @@ const DIALTONE_ICONS = dialtone_icons_namespaceObject;
|
|
|
3424
3426
|
;
|
|
3425
3427
|
var icon_component = normalizeComponent(
|
|
3426
3428
|
icon_iconvue_type_script_lang_js_,
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
+
iconvue_type_template_id_38f31ebc_render,
|
|
3430
|
+
iconvue_type_template_id_38f31ebc_staticRenderFns,
|
|
3429
3431
|
false,
|
|
3430
3432
|
null,
|
|
3431
3433
|
null,
|