@dialpad/dialtone-vue 2.101.1 → 2.102.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.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [2.102.1](https://github.com/dialpad/dialtone-vue/compare/v2.102.0...v2.102.1) (2023-10-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * export directives in production build ([#1270](https://github.com/dialpad/dialtone-vue/issues/1270)) ([78c5e2d](https://github.com/dialpad/dialtone-vue/commit/78c5e2d95ed2cf159b29a2a2ed0b3ec8b0e530ba))
7
+
8
+ # [2.102.0](https://github.com/dialpad/dialtone-vue/compare/v2.101.1...v2.102.0) (2023-10-20)
9
+
10
+
11
+ ### Features
12
+
13
+ * add avatar slot to feed-item-row ([#1266](https://github.com/dialpad/dialtone-vue/issues/1266)) ([c457b28](https://github.com/dialpad/dialtone-vue/commit/c457b285508b97b9158f381886a611363453d3b8))
14
+ * **Dt Tooltip Directive:** add dt-tooltip directive ([#1256](https://github.com/dialpad/dialtone-vue/issues/1256)) ([f67c0cf](https://github.com/dialpad/dialtone-vue/commit/f67c0cf3414497edbf34370dd8d912ef4b543e28))
15
+ * update dialtone-icons ([81ad182](https://github.com/dialpad/dialtone-vue/commit/81ad1824d755dc1cbb768440079eb2e7f396c108))
16
+
1
17
  ## [2.101.1](https://github.com/dialpad/dialtone-vue/compare/v2.101.0...v2.101.1) (2023-10-16)
2
18
 
3
19
 
@@ -0,0 +1,32 @@
1
+ function v(r, a, d, h, i, t, f, u) {
2
+ var e = typeof r == "function" ? r.options : r;
3
+ a && (e.render = a, e.staticRenderFns = d, e._compiled = !0), h && (e.functional = !0), t && (e._scopeId = "data-v-" + t);
4
+ var o;
5
+ if (f ? (o = function(n) {
6
+ n = n || // cached call
7
+ this.$vnode && this.$vnode.ssrContext || // stateful
8
+ this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !n && typeof __VUE_SSR_CONTEXT__ < "u" && (n = __VUE_SSR_CONTEXT__), i && i.call(this, n), n && n._registeredComponents && n._registeredComponents.add(f);
9
+ }, e._ssrRegister = o) : i && (o = u ? function() {
10
+ i.call(
11
+ this,
12
+ (e.functional ? this.parent : this).$root.$options.shadowRoot
13
+ );
14
+ } : i), o)
15
+ if (e.functional) {
16
+ e._injectStyles = o;
17
+ var l = e.render;
18
+ e.render = function(p, _) {
19
+ return o.call(_), l(p, _);
20
+ };
21
+ } else {
22
+ var s = e.beforeCreate;
23
+ e.beforeCreate = s ? [].concat(s, o) : [o];
24
+ }
25
+ return {
26
+ exports: r,
27
+ options: e
28
+ };
29
+ }
30
+ export {
31
+ v as n
32
+ };
@@ -0,0 +1 @@
1
+ "use strict";function C(r,t,d,u,i,a,f,h){var e=typeof r=="function"?r.options:r;t&&(e.render=t,e.staticRenderFns=d,e._compiled=!0),u&&(e.functional=!0),a&&(e._scopeId="data-v-"+a);var o;if(f?(o=function(n){n=n||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!n&&typeof __VUE_SSR_CONTEXT__<"u"&&(n=__VUE_SSR_CONTEXT__),i&&i.call(this,n),n&&n._registeredComponents&&n._registeredComponents.add(f)},e._ssrRegister=o):i&&(o=h?function(){i.call(this,(e.functional?this.parent:this).$root.$options.shadowRoot)}:i),o)if(e.functional){e._injectStyles=o;var l=e.render;e.render=function(p,_){return o.call(_),l(p,_)}}else{var s=e.beforeCreate;e.beforeCreate=s?[].concat(s,o):[o]}return{exports:r,options:e}}exports.normalizeComponent=C;