@dialpad/dialtone-vue 2.94.2 → 2.94.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.
@@ -13432,7 +13432,7 @@ const Hf = {
13432
13432
  };
13433
13433
  var Wf = function() {
13434
13434
  var e = this, a = e._self._c;
13435
- return a("div", { staticClass: "d-d-flex d-ai-center" }, [a("dt-recipe-callbar-button", { staticClass: "dt-recipe--callbar-button-with-popover--main-button", attrs: { "aria-label": e.ariaLabel, disabled: e.disabled, active: e.active, danger: e.danger, "button-class": e.buttonClass, "button-width-size": e.buttonWidthSize, "text-class": e.textClass }, on: { click: e.buttonClick } }, [e._t("icon", null, { slot: "icon" }), e._t("tooltip", null, { slot: "tooltip" }), e._t("default")], 2), e.showArrowButton ? a("dt-popover", e._b({ staticClass: "dt-recipe--callbar-button-with-popover--popover-wrapper", attrs: { id: e.id, open: e.open, placement: e.placement, "initial-focus-element": e.initialFocusElement, "show-close-button": e.showCloseButton, offset: [0, 16], padding: "none", "dialog-class": ["dt-recipe--callbar-button-with-popover--popover", e.contentClass], "header-class": "d-d-flex d-ai-center d-fw-normal d-px12", "open-popover": e.showPopover }, on: { opened: e.onModalIsOpened }, scopedSlots: e._u([{ key: "anchor", fn: function() {
13435
+ return a("div", { staticClass: "d-d-flex d-ai-center" }, [a("dt-recipe-callbar-button", { staticClass: "dt-recipe--callbar-button-with-popover--main-button", attrs: { "aria-label": e.ariaLabel, disabled: e.disabled, active: e.active, danger: e.danger, "button-class": e.buttonClass, "button-width-size": e.buttonWidthSize, "text-class": e.textClass }, on: { click: e.buttonClick } }, [e._t("icon", null, { slot: "icon" }), e._t("tooltip", null, { slot: "tooltip" }), e._t("default")], 2), e.showArrowButton ? a("dt-popover", e._b({ staticClass: "dt-recipe--callbar-button-with-popover--popover-wrapper", attrs: { id: e.id, modal: !1, open: e.open, placement: e.placement, "initial-focus-element": e.initialFocusElement, "show-close-button": e.showCloseButton, offset: [0, 16], padding: "none", "dialog-class": ["dt-recipe--callbar-button-with-popover--popover", e.contentClass], "header-class": "d-d-flex d-ai-center d-fw-normal d-px12", "open-popover": e.showPopover }, on: { opened: e.onModalIsOpened }, scopedSlots: e._u([{ key: "anchor", fn: function() {
13436
13436
  return [a("dt-button", { class: ["dt-recipe--callbar-button-with-popover--arrow", { "d-mln24": !e.isCompactMode }], attrs: { circle: "", importance: "clear", size: "lg", width: "2rem", "aria-label": e.arrowButtonLabel, active: e.open }, on: { click: e.arrowClick }, scopedSlots: e._u([{ key: "icon", fn: function() {
13437
13437
  return [a("dt-icon", { staticClass: "d-fc-black-800", attrs: { name: "chevron-up", size: "200" } })];
13438
13438
  }, proxy: !0 }], null, !1, 1368564783) })];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "2.94.2",
3
+ "version": "2.94.3",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "scripts": {
6
6
  "build": "run-s clean build:main build:typescript build:documentation",