@dialpad/dialtone-vue 2.90.0-dialtone8.2 → 2.90.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 +159 -55
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +10 -10
- package/dist/dialtone-vue.js +26 -17
- package/dist/style.css +1 -1
- package/package.json +40 -40
package/dist/dialtone-vue.js
CHANGED
|
@@ -878,7 +878,7 @@ const Xs = {
|
|
|
878
878
|
},
|
|
879
879
|
overlayClasses() {
|
|
880
880
|
return [
|
|
881
|
-
"d-bgc-
|
|
881
|
+
"d-bgc-black-900 d-o70 d-ps-absolute d-w100p d-h100p d-d-flex d-ai-center d-bar-circle d-zi-base",
|
|
882
882
|
this.overlayClass
|
|
883
883
|
];
|
|
884
884
|
},
|
|
@@ -969,7 +969,7 @@ const Xs = {
|
|
|
969
969
|
};
|
|
970
970
|
var Zs = function() {
|
|
971
971
|
var e = this, a = e._self._c;
|
|
972
|
-
return a("div", { class: e.avatarClasses, attrs: { id: e.id, "data-qa": "dt-avatar" } }, [a("div", { ref: "canvas", class: [e.canvasClass, "d-avatar__canvas"] }, [e.showDefaultSlot ? e._t("default") : e._e(), e.showInitials ? a("span", { staticClass: "d-ps-absolute d-zi-base", class: e.AVATAR_KIND_MODIFIERS.initials }, [e._v(" " + e._s(e.formattedInitials) + " ")]) : e._e()], 2), e.overlayIcon || e.overlayText ? a("div", { class: e.overlayClasses }, [e.overlayIcon ? a("dt-icon", { staticClass: "d-fc-
|
|
972
|
+
return a("div", { class: e.avatarClasses, attrs: { id: e.id, "data-qa": "dt-avatar" } }, [a("div", { ref: "canvas", class: [e.canvasClass, "d-avatar__canvas"] }, [e.showDefaultSlot ? e._t("default") : e._e(), e.showInitials ? a("span", { staticClass: "d-ps-absolute d-zi-base", class: e.AVATAR_KIND_MODIFIERS.initials }, [e._v(" " + e._s(e.formattedInitials) + " ")]) : e._e()], 2), e.overlayIcon || e.overlayText ? a("div", { class: e.overlayClasses }, [e.overlayIcon ? a("dt-icon", { staticClass: "d-fc-white d-w100p", attrs: { name: e.overlayIcon } }) : e.overlayText ? a("p", { staticClass: "d-fs-200 d-fw-bold d-fc-white d-w100p d-ta-center" }, [e._v(" " + e._s(e.overlayText) + " ")]) : e._e()], 1) : e._e(), e.showGroup ? a("span", { staticClass: "d-avatar__count d-zi-base", attrs: { "data-qa": "dt-avatar-count" } }, [e._v(e._s(e.formattedGroup))]) : e._e(), e.presence && !e.showGroup ? a("dt-presence", e._b({ staticClass: "d-zi-base", class: [
|
|
973
973
|
"d-avatar__presence",
|
|
974
974
|
e.AVATAR_PRESENCE_SIZE_MODIFIERS[e.size]
|
|
975
975
|
], attrs: { presence: e.presence, "data-qa": "dt-presence" } }, "dt-presence", e.presenceProps, !1)) : e._e()], 1);
|
|
@@ -2440,11 +2440,20 @@ const oh = hl.exports, vl = {
|
|
|
2440
2440
|
NONE: "none"
|
|
2441
2441
|
};
|
|
2442
2442
|
const gl = {
|
|
2443
|
-
name: "
|
|
2443
|
+
name: "DtItemLayout",
|
|
2444
|
+
props: {
|
|
2445
|
+
/**
|
|
2446
|
+
* Set this prop to render layout as a specific HTML element.
|
|
2447
|
+
*/
|
|
2448
|
+
as: {
|
|
2449
|
+
type: String,
|
|
2450
|
+
default: "div"
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2444
2453
|
};
|
|
2445
2454
|
var _l = function() {
|
|
2446
2455
|
var e = this, a = e._self._c;
|
|
2447
|
-
return a("
|
|
2456
|
+
return a(e.as, { tag: "component", staticClass: "dt-item-layout" }, [e.$slots.left ? a("section", { staticClass: "dt-item-layout--left", attrs: { "data-qa": "dt-item-layout-left-wrapper" } }, [e._t("left")], 2) : e._e(), a("section", { staticClass: "dt-item-layout--content", attrs: { "data-qa": "dt-item-layout-content-wrapper" } }, [e.$slots.default ? a("div", { staticClass: "dt-item-layout--title", attrs: { "data-qa": "dt-item-layout-title-wrapper" } }, [e._t("default")], 2) : e._e(), e.$slots.subtitle ? a("div", { class: ["dt-item-layout--subtitle", { "d-mtn2": e.$slots.default }], attrs: { "data-qa": "dt-item-layout-subtitle-wrapper" } }, [e._t("subtitle")], 2) : e._e(), e.$slots.bottom ? a("div", { staticClass: "dt-item-layout--bottom", attrs: { "data-qa": "dt-item-layout-bottom-wrapper" } }, [e._t("bottom")], 2) : e._e()]), e.$slots.right ? a("section", { staticClass: "dt-item-layout--right", attrs: { "data-qa": "dt-item-layout-right-wrapper" } }, [e._t("right")], 2) : e._e(), e._t("selected")], 2);
|
|
2448
2457
|
}, bl = [], yl = /* @__PURE__ */ Bt(
|
|
2449
2458
|
gl,
|
|
2450
2459
|
_l,
|
|
@@ -2459,7 +2468,7 @@ const wr = yl.exports;
|
|
|
2459
2468
|
const wl = {
|
|
2460
2469
|
name: "DtListItem",
|
|
2461
2470
|
components: {
|
|
2462
|
-
|
|
2471
|
+
DtItemLayout: wr,
|
|
2463
2472
|
DtIcon: ln
|
|
2464
2473
|
},
|
|
2465
2474
|
/**
|
|
@@ -2581,7 +2590,7 @@ const wl = {
|
|
|
2581
2590
|
};
|
|
2582
2591
|
},
|
|
2583
2592
|
/**
|
|
2584
|
-
* For keyboard navigation, whether
|
|
2593
|
+
* For keyboard navigation, whether this item is currently highlighted.
|
|
2585
2594
|
* An injected highlightId will override the default mouseover highlight.
|
|
2586
2595
|
*/
|
|
2587
2596
|
isHighlighted() {
|
|
@@ -2591,7 +2600,7 @@ const wl = {
|
|
|
2591
2600
|
return this.navigationType === v5.TAB;
|
|
2592
2601
|
},
|
|
2593
2602
|
/**
|
|
2594
|
-
* Whether
|
|
2603
|
+
* Whether to apply hover styles.
|
|
2595
2604
|
*/
|
|
2596
2605
|
isHoverable() {
|
|
2597
2606
|
return this.navigationType !== v5.NONE;
|
|
@@ -5293,6 +5302,7 @@ let jd = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Hd
|
|
|
5293
5302
|
return e;
|
|
5294
5303
|
};
|
|
5295
5304
|
function na(t) {
|
|
5305
|
+
"@babel/helpers - typeof";
|
|
5296
5306
|
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? na = function(e) {
|
|
5297
5307
|
return typeof e;
|
|
5298
5308
|
} : na = function(e) {
|
|
@@ -5841,7 +5851,7 @@ const Qd = {
|
|
|
5841
5851
|
};
|
|
5842
5852
|
},
|
|
5843
5853
|
calculatedMaxHeight() {
|
|
5844
|
-
return this.isOutsideViewport && this.modal ? "calc(100vh - var(--
|
|
5854
|
+
return this.isOutsideViewport && this.modal ? "calc(100vh - var(--space-300))" : this.maxHeight;
|
|
5845
5855
|
},
|
|
5846
5856
|
labelledBy() {
|
|
5847
5857
|
return this.ariaLabelledby || !this.ariaLabel && pn("DtPopover__anchor");
|
|
@@ -10554,6 +10564,7 @@ var ku = function() {
|
|
|
10554
10564
|
);
|
|
10555
10565
|
const kh = $u.exports;
|
|
10556
10566
|
function H5(t) {
|
|
10567
|
+
"@babel/helpers - typeof";
|
|
10557
10568
|
return H5 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
10558
10569
|
return typeof e;
|
|
10559
10570
|
} : function(e) {
|
|
@@ -11920,8 +11931,7 @@ const cs = 0, us = "MMMM", Fa = (t) => t ? new Date(t) : /* @__PURE__ */ new Dat
|
|
|
11920
11931
|
}, rf = (t, e) => {
|
|
11921
11932
|
const a = [1, 2, 3, 4, 5, 6, 7].map((S) => new Intl.DateTimeFormat(t, { weekday: "short", timeZone: "UTC" }).format(/* @__PURE__ */ new Date(`2017-01-0${S}T00:00:00+00:00`)).slice(0, 2)), n = a.slice(0, e), v = a.slice(e + 1, a.length);
|
|
11922
11933
|
return [a[e]].concat(...v).concat(...n);
|
|
11923
|
-
}, sf = (t, e) => ds(new Date(2e3, t, 1), e)
|
|
11924
|
-
const of = {
|
|
11934
|
+
}, sf = (t, e) => ds(new Date(2e3, t, 1), e), of = {
|
|
11925
11935
|
name: "DtDatepickerMonthYearPicker",
|
|
11926
11936
|
components: { DtIcon: ln },
|
|
11927
11937
|
props: {
|
|
@@ -12085,8 +12095,7 @@ var lf = function() {
|
|
|
12085
12095
|
null,
|
|
12086
12096
|
null
|
|
12087
12097
|
);
|
|
12088
|
-
const uf = cf.exports
|
|
12089
|
-
const pf = {
|
|
12098
|
+
const uf = cf.exports, pf = {
|
|
12090
12099
|
name: "DtDatepickerCalendar",
|
|
12091
12100
|
props: {
|
|
12092
12101
|
calendarDays: {
|
|
@@ -12216,8 +12225,7 @@ var ff = function() {
|
|
|
12216
12225
|
null,
|
|
12217
12226
|
null
|
|
12218
12227
|
);
|
|
12219
|
-
const mf = vf.exports
|
|
12220
|
-
const gf = {
|
|
12228
|
+
const mf = vf.exports, gf = {
|
|
12221
12229
|
name: "DtDatepicker",
|
|
12222
12230
|
components: { MonthYearPicker: uf, Calendar: mf },
|
|
12223
12231
|
props: {
|
|
@@ -13505,7 +13513,7 @@ var Hf = function() {
|
|
|
13505
13513
|
var e = this, a = e._self._c;
|
|
13506
13514
|
return a("dt-list-item", { attrs: { id: e.id, role: e.role, "element-type": "div", "data-qa": "contact-info" }, scopedSlots: e._u([{ key: "left", fn: function() {
|
|
13507
13515
|
return [e.showAvatar ? a("div", { staticClass: "d-ps-relative", attrs: { "data-qa": "contact-info-left" } }, [e.avatarList ? a("div", { staticClass: "d-mrn4 d-d-flex d-fd-row" }, e._l(e.avatarList, function(n, v) {
|
|
13508
|
-
return a("div", { key: v }, [a("dt-avatar", { attrs: { size: e.avatarSize, seed: n.seed, initials: n.initials, "overlay-icon": n.icon, "overlay-text": n.text, "overlay-class": "d-mn4 d-ba d-baw4 d-bc-
|
|
13516
|
+
return a("div", { key: v }, [a("dt-avatar", { attrs: { size: e.avatarSize, seed: n.seed, initials: n.initials, "overlay-icon": n.icon, "overlay-text": n.text, "overlay-class": "d-mn4 d-ba d-baw4 d-bc-white d-box-unset", "avatar-class": ["d-ba d-baw4 d-bc-white d-bar-pill", { "d-mln24": v > 0 }] } }, [n.src ? a("img", { attrs: { "data-qa": "dt-contact-avatar", src: n.src, alt: n.initials } }) : n.initials ? a("div", [e._v(" " + e._s(n.initials) + " ")]) : a("dt-icon", { attrs: { name: e.avatarIcon } })], 1)], 1);
|
|
13509
13517
|
}), 0) : a("dt-avatar", { attrs: { size: e.avatarSize, initials: e.avatarInitials, seed: e.avatarSeed, presence: e.presence } }, [e.avatarSrc ? a("img", { attrs: { "data-qa": "dt-contact-avatar", src: e.avatarSrc, initials: e.avatarInitials, seed: e.avatarSeed, alt: e.avatarInitials } }) : e.avatarInitials ? a("div", [e._v(" " + e._s(e.avatarInitials) + " ")]) : a("dt-icon", { attrs: { name: e.avatarIcon } })], 1)], 1) : e._e()];
|
|
13510
13518
|
}, proxy: !0 }, { key: "default", fn: function() {
|
|
13511
13519
|
return [a("div", { attrs: { "data-qa": "contact-info-header" } }, [e._t("header")], 2)];
|
|
@@ -13700,7 +13708,7 @@ const Jf = {
|
|
|
13700
13708
|
};
|
|
13701
13709
|
var e1 = function() {
|
|
13702
13710
|
var e = this, a = e._self._c;
|
|
13703
|
-
return a("div", e._g({ staticClass: "d-d-flex d-fd-column d-ai-center d-c-pointer ivr_node__width" }, e.$listeners), [e.dtmfKey ? a("div", { staticClass: "ivr-connector d-w24 d-h24 d-bar-circle d-mbn12 d-fc-
|
|
13711
|
+
return a("div", e._g({ staticClass: "d-d-flex d-fd-column d-ai-center d-c-pointer ivr_node__width" }, e.$listeners), [e.dtmfKey ? a("div", { staticClass: "ivr-connector d-w24 d-h24 d-bar-circle d-mbn12 d-fc-white d-fs-200", class: { "d-mbn16": e.isSelected }, attrs: { "data-qa": "dt-top-connector-dtmf" } }, [e._v(" " + e._s(e.dtmfKey) + " ")]) : e._e(), e.$slots.connector ? e._t("connector") : e._e(), !e.dtmfKey && !e.$slots.connector ? a("div", { staticClass: "ivr-connector d-w8 d-h8 d-bar-circle d-mbn4", class: { "d-mbn8": e.isSelected }, attrs: { "data-qa": "dt-top-connector" } }) : e._e(), a("dt-card", { attrs: { "content-class": "d-bt d-bc-black-300 d-px12 d-pt8 d-pb12", "container-class": [
|
|
13704
13712
|
"d-w100p",
|
|
13705
13713
|
{ "d-ba d-bar8 d-baw4": e.isSelected },
|
|
13706
13714
|
e.headerColor
|
|
@@ -13815,7 +13823,7 @@ var l1 = function() {
|
|
|
13815
13823
|
d1,
|
|
13816
13824
|
!1,
|
|
13817
13825
|
null,
|
|
13818
|
-
"
|
|
13826
|
+
"5f15fa46",
|
|
13819
13827
|
null,
|
|
13820
13828
|
null
|
|
13821
13829
|
);
|
|
@@ -14793,6 +14801,7 @@ export {
|
|
|
14793
14801
|
es as DtInputGroup,
|
|
14794
14802
|
x6 as DtInputGroupMixin,
|
|
14795
14803
|
Zi as DtInputMixin,
|
|
14804
|
+
wr as DtItemLayout,
|
|
14796
14805
|
wi as DtKeyboardListNavigationMixin,
|
|
14797
14806
|
Th as DtKeyboardShortcut,
|
|
14798
14807
|
z5 as DtLazyShow,
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.d-avatar--image-loaded{background-color:transparent;background-image:unset}.dt-default-list-item{min-height:28px;font-size:var(--fs-200);line-height:var(--lh-300);padding:var(--space-300) var(--space-400)}.dt-default-list-item--content{flex-grow:1}.dt-default-list-item--subtitle{font-size:var(--fs-100);color:var(--fc-tertiary)}.dt-default-list-item,.dt-default-list-item--right,.dt-default-list-item--left{display:flex;align-items:center;min-width:32px}.dt-default-list-item--right{padding-left:var(--space-400);align-self:flex-start}.dt-default-list-item--left{padding-right:var(--space-400);justify-content:flex-end;align-self:flex-start}.dt-default-list-item--bottom{margin-top:var(--space-200)}.dt-list-item{list-style:none}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--size-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--bgc-moderate-opaque)}.dt-list-item--highlighted:active{background-color:var(--bgc-bold-opaque)}.dt-list-item--selected-icon{margin-left:var(--space-400)}.dt-list-item :focus-visible{outline:none;box-shadow:var(--bs-focus-ring)}.dt-empty-list-item{display:flex;align-items:center;justify-content:center;font-size:var(--dt-font-size-200);line-height:var(--lh4);padding:var(--dt-space-300) var(--dt-space-450)}.enter-active,.leave-active{overflow:hidden;transition:height var(--td300) var(--ttf-quint)}.tippy-box[data-popper-reference-hidden] .d-popover__dialog,.tippy-box[data-popper-escaped] .d-popover__dialog{visibility:hidden;pointer-events:none}.d-context-menu-list{width:var(--dt-size-850)}.dt-list-item[role=menuitem]{border-radius:var(--dt-size-300)}.dt-list-separator{border-top:var(--dt-size-100) solid var(--dt-color-border-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.tippy-box[data-popper-reference-hidden] .d-tooltip,.tippy-box[data-popper-escaped] .d-tooltip{visibility:hidden;pointer-events:none}.d-datepicker__month-year-picker{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;margin-bottom:20px}.d-datepicker__month-year-picker>div{display:inline-flex}.d-datepicker__month-year-picker button{border:none;background-color:transparent;cursor:pointer;color:var(--primary-color);display:inline-flex;align-items:center;padding:0}.d-datepicker__week-day{display:flex;justify-content:space-between;margin-bottom:16px}.d-datepicker__week-day>div{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.d-datepicker__week-day>div p{color:var(--black-600);margin:0}.d-datepicker__week{margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.d-datepicker__day{border:none;background-color:transparent;cursor:pointer;padding:0;width:24px;height:24px;font-size:12px;border-radius:50px}.d-datepicker__day--disabled{color:var(--black-300)}.d-datepicker__day--selected{color:#fff;background:#7C52FF}.d-datepicker__day:focus{box-shadow:var(--bs-focus-ring)}.d-datepicker{width:308px;padding:16px}.d-datepicker p{font-family:inherit;margin:0;display:flex;font-style:normal;font-weight:400;font-size:12px;text-transform:uppercase}.d-datepicker--body{padding:0 8px}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--lh-300)}.dt-recipe-callbar-button--circle{border-radius:var(--dt-size-radius-circle)}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset;opacity:.5}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle{margin-top:var(--dt-space-350-negative);margin-left:calc(var(--dt-space-300-negative) * 5);width:var(--dt-size-500);height:var(--dt-size-500);padding:var(--dt-space-400);border-radius:var(--dt-size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--dt-color-surface-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header .d-btn{color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--button .d-tab--selected:after,.dt-recipe--callbar-button-with-popover--button .d-tab--selected:hover:after{--tab--bgc: var(--dt-color-surface-contrast)}.dt-recipe--callbar-button-with-popover--button .tab-group{display:flex;flex-direction:column;height:100%}.dt-recipe--callbar-button-with-popover--button .tab-content{flex:1 1 100%;overflow-y:auto}.d-top-banner-info__left{margin:var(--dt-space-300) 0 var(--dt-space-300) var(--dt-space-500);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--dt-size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--dt-size-300);margin:var(--dt-space-300) var(--dt-space-500) var(--dt-space-300) 0;min-width:20%}.ivr_node__width{width:280px}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base1);display:flex;justify-content:center;align-items:center;border-color:var(--dt-color-purple-600);background-color:var(--dt-color-purple-600)}.dt-chip-content{font-variant-numeric:tabular-nums}.d-btn[data-v-2e6fad60]:active{--bgo: 85% !important}.settings-menu-button[data-v-2e6fad60]:hover{background-color:hsla(var(--theme-topbar-color-hsl) / .05)}.settings-menu-button[data-v-2e6fad60]:focus-visible{color:var(--theme-topbar-color-hsl);box-shadow:0 0 0 var(--dt-size-200) hsla(var(--theme-sidebar-color-hsl) / .15)}.dt-leftbar-row{--leftbar-row-color-foreground: var(--theme-sidebar-color);--leftbar-row-color-background: var(--theme-sidebar-row-color-background);--leftbar-row-radius: 100em;--leftbar-row-opacity: 100%;--leftbar-row-alpha-color-foreground: var(--theme-sidebar-icon-color);--leftbar-row-alpha-width: calc(var(--dt-size-300) * 10);--leftbar-row-alpha-height: calc(var(--dt-size-300) * 9);--leftbar-row-omega-min-width: 0;--leftbar-row-omega-height: var(--leftbar-row-alpha-height);--leftbar-row-omega-visibility: visible;--leftbar-row-omega-display: inline-flex;--leftbar-row-description-font-weight: var(--dt-font-weight-normal);--leftbar-row-description-font-size: var(--dt-font-size-200);--leftbar-row-description-line-height: var(--lh-200);--leftbar-row-status-color-foreground: var(--theme-sidebar-status-color);--leftbar-row-status-font-size: var(--dt-font-size-100);--leftbar-row-status-line-height: var(--lh-100);--leftbar-row-action-position-right: var(--dt-size-400);--leftbar-row-action-position-bottom: 50%;--leftbar-row-action-width: var(--dt-size-550);--leftbar-row-action-height: var(--leftbar-row-action-width);position:relative;opacity:var(--leftbar-row-opacity);display:flex;background-color:var(--theme-sidebar-row-color-background);border-radius:var(--leftbar-row-radius);transition-duration:var(--td200);transition-property:background-color,border,box-shadow;transition-timing-function:var(--ttf-out-quint);cursor:pointer}.dt-leftbar-row:not(.dt-leftbar-row--no-action):hover{--leftbar-row-omega-display: none;--leftbar-row-omega-min-width: var(--leftbar-row-alpha-width)}.dt-leftbar-row:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action{display:inline-flex}.dt-leftbar-row:hover{--leftbar-row-color-background: var(--theme-sidebar-row-color-background-hover)}.dt-leftbar-row:hover .d-presence{--presence-color-border-base: var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row:hover .d-avatar__count{--avatar-count-color-shadow: var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread{--leftbar-row-description-font-weight: var(--dt-font-weight-bold);--leftbar-row-alpha-color-foreground: var(--leftbar-row-color-foreground)}.dt-leftbar-row--has-unread .dt-leftbar-row__action{display:none}.dt-leftbar-row--muted{--leftbar-row-opacity: 60%}.dt-leftbar-row--selected{--leftbar-row-color-background: var(--theme-sidebar-selected-row-color-background);--leftbar-row-color-foreground: var(--theme-sidebar-selected-row-color)}.dt-leftbar-row--selected .d-avatar__count{--avatar-count-color-shadow: var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--action-focused{--leftbar-row-omega-display: none;--leftbar-row-omega-min-width: var(--leftbar-row-alpha-width)}.dt-leftbar-row__is-typing{--is-typing-size-shape: var(--dt-size-550);height:var(--is-typing-size-shape);width:var(--is-typing-size-shape);position:absolute;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:var(--dt-size-radius-pill);opacity:.75}.dt-leftbar-row__is-typing span{transition:all .5s ease;background:var(--dt-color-surface-strong);height:4px;width:4px;display:inline-block;padding:0;opacity:.3;border-radius:var(--dt-size-radius-pill);animation:wave 1.5s ease infinite}.dt-leftbar-row__is-typing span:nth-child(1){animation-delay:0ms}.dt-leftbar-row__is-typing span:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary{display:flex;align-items:center;flex:1;width:100%;text-align:left;background-color:var(--leftbar-row-color-background);color:var(--leftbar-row-color-foreground);text-decoration:none;appearance:none;font-size:inherit;line-height:inherit;margin:0;border:0;padding:0;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__primary:active{--leftbar-row-color-background: var(--theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary:focus-visible{box-shadow:var(--dt-shadow-focus-inset)}.dt-leftbar-row__action-button{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row:hover .dt-leftbar-row__action-button,.dt-leftbar-row__action-button:focus-visible{opacity:1}.dt-leftbar-row__alpha{color:var(--leftbar-row-alpha-color-foreground);display:flex;box-sizing:border-box;justify-content:center;align-items:center;padding-left:var(--dt-space-400);padding-right:var(--dt-space-400);width:var(--leftbar-row-alpha-width);height:var(--leftbar-row-alpha-height);border-radius:var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius)}.dt-leftbar-row__label{flex:0 1;min-width:0}.dt-leftbar-row__omega{position:absolute;display:flex;right:var(--leftbar-row-action-position-right);top:var(--leftbar-row-action-position-bottom);transform:translateY(calc(var(--leftbar-row-action-position-bottom) * -1));gap:var(--dt-space-300);justify-content:end;align-items:center;box-sizing:border-box;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__unread-badge{display:var(--leftbar-row-omega-display)}.dt-leftbar-row__active-voice{color:var(--dt-color-foreground-success);-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd{padding-top:var(--dt-space-200);padding-right:var(--dt-space-300);color:var(--dt-color-foreground-tertiary);font-size:var(--dt-font-size-100);line-height:var(--lh-400);font-weight:var(--dt-font-weight-medium)}.dt-leftbar-row__description{display:block;font-weight:var(--leftbar-row-description-font-weight);font-size:var(--leftbar-row-description-font-size);line-height:var(--leftbar-row-description-line-height);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row__status{display:block;color:var(--leftbar-row-status-color-foreground);font-size:var(--leftbar-row-status-font-size);line-height:var(--leftbar-row-status-line-height);padding-bottom:var(--dt-space-100);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row__meta-context~.dt-leftbar-row__meta-custom:not(:empty):before{content:" • ";color:var(--theme-sidebar-status-color)}.dt-leftbar-row__icon-cc{border-radius:var(--dt-size-200);width:calc(var(--dt-size-300) * 3.5);height:calc(var(--dt-size-300) * 3.5)}.opacity-pulsate{-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@-webkit-keyframes opacity-pulsate{0%,to{opacity:.2}50%{opacity:1}}@-moz-keyframes opacity-pulsate{0%,to{opacity:.2}50%{opacity:1}}@keyframes opacity-pulsate{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave{0%,50%,to{transform:translate(0)}10%{transform:translateY(-5px);opacity:90%}}.dt-leftbar-unread-pill{display:flex;align-items:center;justify-content:center;padding:var(--dt-space-200) var(--dt-space-500) var(--dt-space-200) var(--dt-space-400);gap:var(--dt-space-300);font-size:var(--dt-font-size-100);box-shadow:var(--dt-shadow-medium);border-radius:var(--dt-size-radius-pill);border:none;line-height:var(--lh-600);cursor:pointer}.dt-leftbar-unread-pill--mentions{font-weight:var(--dt-font-weight-bold);background-color:var(--theme-mention-color-background);color:var(--theme-mention-color-foreground)}.dt-leftbar-unread-pill--messages{background-color:var(--dt-color-surface-primary);color:var(--dt-color-foreground-primary)}content-text-wrapper-class:not(img){line-height:1.6rem}.feed-item-row{transition-duration:2s!important}.skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}50%{fill:var(--placeholder-to-color, var(--dt-color-black-100));background:var(--placeholder-to-color, var(--dt-color-black-100))}90%{fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}}
|
|
1
|
+
.d-avatar--image-loaded{background-color:transparent;background-image:unset}.dt-item-layout{min-height:calc(var(--size-550) + var(--size-300));padding:var(--space-300) var(--space-400);font-size:var(--fs-200);line-height:var(--lh-300)}.dt-item-layout--content{flex-grow:1}.dt-item-layout--subtitle{color:var(--fc-tertiary);font-size:var(--fs-100)}.dt-item-layout,.dt-item-layout--right,.dt-item-layout--left{display:flex;align-items:center;min-width:var(--size-600)}.dt-item-layout--right{padding-left:var(--space-400)}.dt-item-layout--left{justify-content:flex-end;padding-right:var(--space-400)}.dt-item-layout--bottom{margin-top:var(--space-200)}.dt-list-item{list-style:none}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--size-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--bgc-moderate-opaque)}.dt-list-item--highlighted:active{background-color:var(--bgc-bold-opaque)}.dt-list-item--selected-icon{margin-left:var(--space-400)}.dt-list-item :focus-visible{outline:none;box-shadow:var(--bs-focus-ring)}.dt-empty-list-item{display:flex;align-items:center;justify-content:center;font-size:var(--fs-200);line-height:var(--lh4);padding:var(--space-300) var(--space-450)}.enter-active,.leave-active{overflow:hidden;transition:height var(--td300) var(--ttf-quint)}.tippy-box[data-popper-reference-hidden] .d-popover__dialog,.tippy-box[data-popper-escaped] .d-popover__dialog{visibility:hidden;pointer-events:none}.d-context-menu-list{width:var(--size-850)}.dt-list-item[role=menuitem]{border-radius:var(--size-300)}.dt-list-separator{border-top:var(--size-100) solid var(--bc-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.tippy-box[data-popper-reference-hidden] .d-tooltip,.tippy-box[data-popper-escaped] .d-tooltip{visibility:hidden;pointer-events:none}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--lh-300)}.dt-recipe-callbar-button--circle{border-radius:var(--br-circle)}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset;opacity:.5}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle{margin-top:var(--space-350-negative);margin-left:calc(var(--space-300-negative) * 5);width:var(--size-500);height:var(--size-500);padding:var(--space-400);border-radius:var(--size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--bgc-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--bgc-contrast);color:var(--fc-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header .d-btn{color:var(--fc-primary-inverted)}.dt-recipe--callbar-button-with-popover--button .d-tab--selected:after,.dt-recipe--callbar-button-with-popover--button .d-tab--selected:hover:after{--tab--bgc: var(--bgc-contrast)}.dt-recipe--callbar-button-with-popover--button .tab-group{display:flex;flex-direction:column;height:100%}.dt-recipe--callbar-button-with-popover--button .tab-content{flex:1 1 100%;overflow-y:auto}.d-top-banner-info__left{margin:var(--space-300) 0 var(--space-300) var(--space-500);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--size-300);margin:var(--space-300) var(--space-500) var(--space-300) 0;min-width:20%}.ivr_node__width{width:280px}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base1);display:flex;justify-content:center;align-items:center;border-color:var(--purple-600);background-color:var(--purple-600)}.dt-chip-content{font-variant-numeric:tabular-nums}.d-btn[data-v-5f15fa46]:active{--bgo: 85% !important}.settings-menu-button[data-v-5f15fa46]:hover{background-color:hsla(var(--theme-topbar-color-hsl) / .05)}.settings-menu-button[data-v-5f15fa46]:focus-visible{color:var(--theme-topbar-color-hsl);box-shadow:0 0 0 var(--size-200) hsla(var(--theme-sidebar-color-hsl) / .15)}.dt-leftbar-row{--leftbar-row-color-foreground: var(--theme-sidebar-color);--leftbar-row-color-background: var(--theme-sidebar-row-color-background);--leftbar-row-radius: 100em;--leftbar-row-opacity: 100%;--leftbar-row-alpha-color-foreground: var(--theme-sidebar-icon-color);--leftbar-row-alpha-width: calc(var(--size-300) * 10);--leftbar-row-alpha-height: calc(var(--size-300) * 9);--leftbar-row-omega-min-width: 0;--leftbar-row-omega-height: var(--leftbar-row-alpha-height);--leftbar-row-omega-display: inline-flex;--leftbar-row-description-font-weight: var(--fw-normal);--leftbar-row-description-font-size: var(--fs-200);--leftbar-row-description-line-height: var(--lh-200);--leftbar-row-status-color-foreground: var(--theme-sidebar-status-color);--leftbar-row-status-font-size: var(--fs-100);--leftbar-row-status-line-height: var(--lh-100);--leftbar-row-action-position-right: var(--size-400);--leftbar-row-action-position-bottom: 50%;--leftbar-row-action-width: var(--size-550);--leftbar-row-action-height: var(--leftbar-row-action-width);position:relative;opacity:var(--leftbar-row-opacity);display:flex;background-color:var(--theme-sidebar-row-color-background);border-radius:var(--leftbar-row-radius);transition-duration:var(--td200);transition-property:background-color,border,box-shadow;transition-timing-function:var(--ttf-out-quint);cursor:pointer}.dt-leftbar-row:not(.dt-leftbar-row--no-action):hover{--leftbar-row-omega-display: none;--leftbar-row-omega-min-width: var(--leftbar-row-alpha-width)}.dt-leftbar-row:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action{display:inline-flex}.dt-leftbar-row:hover{--leftbar-row-color-background: var(--theme-sidebar-row-color-background-hover)}.dt-leftbar-row:hover .d-presence{--presence-color-border-base: var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row:hover .d-avatar__count{--avatar-count-color-shadow: var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread{--leftbar-row-description-font-weight: var(--fw-bold);--leftbar-row-alpha-color-foreground: var(--leftbar-row-color-foreground)}.dt-leftbar-row--has-unread .dt-leftbar-row__action{display:none}.dt-leftbar-row--muted{--leftbar-row-opacity: 60%}.dt-leftbar-row--selected{--leftbar-row-color-background: var(--theme-sidebar-selected-row-color-background);--leftbar-row-color-foreground: var(--theme-sidebar-selected-row-color)}.dt-leftbar-row--selected .d-avatar__count{--avatar-count-color-shadow: var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--action-focused{--leftbar-row-omega-display: none;--leftbar-row-omega-min-width: var(--leftbar-row-alpha-width)}.dt-leftbar-row__is-typing{--is-typing-size-shape: var(--size-550);height:var(--is-typing-size-shape);width:var(--is-typing-size-shape);position:absolute;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:var(--br-pill);opacity:.75}.dt-leftbar-row__is-typing span{transition:all .5s ease;background:var(--bgc-strong);height:4px;width:4px;display:inline-block;padding:0;opacity:.3;border-radius:var(--br-pill);animation:wave 1.5s ease infinite}.dt-leftbar-row__is-typing span:nth-child(1){animation-delay:0ms}.dt-leftbar-row__is-typing span:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary{display:flex;align-items:center;flex:1;width:100%;text-align:left;background-color:var(--leftbar-row-color-background);color:var(--leftbar-row-color-foreground);text-decoration:none;appearance:none;font-size:inherit;line-height:inherit;margin:0;border:0;padding:0;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__primary:active{--leftbar-row-color-background: var(--theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary:focus-visible{box-shadow:var(--bs-focus-ring-inset)}.dt-leftbar-row__action-button{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row:hover .dt-leftbar-row__action-button,.dt-leftbar-row__action-button:focus-visible{opacity:1}.dt-leftbar-row__alpha{color:var(--leftbar-row-alpha-color-foreground);display:flex;box-sizing:border-box;justify-content:center;align-items:center;padding-left:var(--space-400);padding-right:var(--space-400);width:var(--leftbar-row-alpha-width);height:var(--leftbar-row-alpha-height);border-radius:var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius)}.dt-leftbar-row__label{flex:0 1;min-width:0}.dt-leftbar-row__omega{position:absolute;display:flex;right:var(--leftbar-row-action-position-right);top:var(--leftbar-row-action-position-bottom);transform:translateY(calc(var(--leftbar-row-action-position-bottom) * -1));gap:var(--space-300);justify-content:end;align-items:center;box-sizing:border-box;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__unread-badge{display:var(--leftbar-row-omega-display)}.dt-leftbar-row__active-voice{color:var(--fc-success);-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd{padding-top:var(--space-200);padding-right:var(--space-300);color:var(--fc-tertiary);font-size:var(--fs-100);line-height:var(--lh-400);font-weight:var(--fw-medium)}.dt-leftbar-row__description{display:block;font-weight:var(--leftbar-row-description-font-weight);font-size:var(--leftbar-row-description-font-size);line-height:var(--leftbar-row-description-line-height);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row__status{display:block;color:var(--leftbar-row-status-color-foreground);font-size:var(--leftbar-row-status-font-size);line-height:var(--leftbar-row-status-line-height);padding-bottom:var(--space-100);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row__meta-context~.dt-leftbar-row__meta-custom:not(:empty):before{content:" • ";color:var(--theme-sidebar-status-color)}.dt-leftbar-row__icon-cc{border-radius:var(--size-200);width:calc(var(--size-300) * 3.5);height:calc(var(--size-300) * 3.5)}.opacity-pulsate{-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@-webkit-keyframes opacity-pulsate{0%,to{opacity:.2}50%{opacity:1}}@-moz-keyframes opacity-pulsate{0%,to{opacity:.2}50%{opacity:1}}@keyframes opacity-pulsate{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave{0%,50%,to{transform:translate(0)}10%{transform:translateY(-5px);opacity:90%}}.dt-leftbar-unread-pill{display:flex;align-items:center;justify-content:center;padding:var(--space-200) var(--space-500) var(--space-200) var(--space-400);gap:var(--space-300);font-size:var(--fs-100);box-shadow:var(--bs-md);border-radius:var(--br-pill);border:none;line-height:var(--lh-600);cursor:pointer}.dt-leftbar-unread-pill--mentions{font-weight:var(--fw-bold);background-color:var(--theme-mention-color-background);color:var(--theme-mention-color-foreground)}.dt-leftbar-unread-pill--messages{background-color:var(--bgc-primary);color:var(--fc-primary)}content-text-wrapper-class:not(img){line-height:1.6rem}.feed-item-row{transition-duration:2s!important}.skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color, var(--black-300));background:var(--placeholder-from-color, var(--black-300))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color, var(--black-300));background:var(--placeholder-from-color, var(--black-300))}50%{fill:var(--placeholder-to-color, var(--black-100));background:var(--placeholder-to-color, var(--black-100))}90%{fill:var(--placeholder-from-color, var(--black-300));background:var(--placeholder-from-color, var(--black-300))}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "2.90.
|
|
3
|
+
"version": "2.90.1",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run clean && npm run build:main && npm run build:documentation",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@dialpad/dialtone-icons": "^0.8.1",
|
|
35
35
|
"@linusborg/vue-simple-portal": "^0.1.5",
|
|
36
|
-
"@tiptap/extension-document": "^2.0.
|
|
37
|
-
"@tiptap/extension-paragraph": "^2.0.
|
|
36
|
+
"@tiptap/extension-document": "^2.0.3",
|
|
37
|
+
"@tiptap/extension-paragraph": "^2.0.3",
|
|
38
38
|
"@tiptap/extension-placeholder": "^2.0.3",
|
|
39
|
-
"@tiptap/extension-text": "^2.0.
|
|
40
|
-
"@tiptap/pm": "^2.0.
|
|
41
|
-
"@tiptap/vue-2": "^2.0.
|
|
39
|
+
"@tiptap/extension-text": "^2.0.3",
|
|
40
|
+
"@tiptap/pm": "^2.0.3",
|
|
41
|
+
"@tiptap/vue-2": "^2.0.3",
|
|
42
42
|
"date-fns": "^2.30.0",
|
|
43
43
|
"emoji-regex": "^10.2.1",
|
|
44
44
|
"emoji-toolkit": "^6.6.0",
|
|
@@ -46,67 +46,67 @@
|
|
|
46
46
|
"tippy.js": "^6.3.7"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@commitlint/cli": "^17.
|
|
50
|
-
"@commitlint/config-conventional": "^17.
|
|
49
|
+
"@commitlint/cli": "^17.6.6",
|
|
50
|
+
"@commitlint/config-conventional": "^17.6.6",
|
|
51
51
|
"@dialpad/conventional-changelog-angular": "^1.1.1",
|
|
52
|
-
"@dialpad/dialtone": "^
|
|
52
|
+
"@dialpad/dialtone": "^7.27.2",
|
|
53
53
|
"@dialpad/semantic-release-changelog-json": "^1.0.0",
|
|
54
|
-
"@percy/cli": "^1.
|
|
54
|
+
"@percy/cli": "^1.26.1",
|
|
55
55
|
"@percy/storybook": "^4.3.6",
|
|
56
|
-
"@semantic-release/changelog": "^6.0.
|
|
56
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
57
57
|
"@semantic-release/git": "^10.0.1",
|
|
58
|
-
"@storybook/addon-a11y": "^7.0.
|
|
59
|
-
"@storybook/addon-essentials": "^7.0.
|
|
60
|
-
"@storybook/addon-links": "^7.0.
|
|
61
|
-
"@storybook/addon-styling": "^1.
|
|
62
|
-
"@storybook/blocks": "^7.0.
|
|
63
|
-
"@storybook/manager-api": "^7.0.
|
|
64
|
-
"@storybook/test-runner": "^0.
|
|
65
|
-
"@storybook/testing-library": "^0.
|
|
66
|
-
"@storybook/theming": "^7.0.
|
|
67
|
-
"@storybook/vue": "^7.0.
|
|
68
|
-
"@storybook/vue-vite": "^7.0.
|
|
58
|
+
"@storybook/addon-a11y": "^7.0.25",
|
|
59
|
+
"@storybook/addon-essentials": "^7.0.25",
|
|
60
|
+
"@storybook/addon-links": "^7.0.25",
|
|
61
|
+
"@storybook/addon-styling": "^1.3.2",
|
|
62
|
+
"@storybook/blocks": "^7.0.25",
|
|
63
|
+
"@storybook/manager-api": "^7.0.25",
|
|
64
|
+
"@storybook/test-runner": "^0.11.0",
|
|
65
|
+
"@storybook/testing-library": "^0.2.0",
|
|
66
|
+
"@storybook/theming": "^7.0.25",
|
|
67
|
+
"@storybook/vue": "^7.0.25",
|
|
68
|
+
"@storybook/vue-vite": "^7.0.25",
|
|
69
69
|
"@vitejs/plugin-vue2": "^2.2.0",
|
|
70
70
|
"@vue/test-utils": "1.3",
|
|
71
|
-
"axe-core": "^4.
|
|
71
|
+
"axe-core": "^4.7.2",
|
|
72
72
|
"axe-playwright": "^1.2.3",
|
|
73
|
-
"c8": "^
|
|
73
|
+
"c8": "^8.0.0",
|
|
74
74
|
"chai": "^4.3.7",
|
|
75
|
-
"eslint": "8.
|
|
75
|
+
"eslint": "8.44",
|
|
76
76
|
"eslint-config-semistandard": "^17.0.0",
|
|
77
|
-
"eslint-config-standard": "^17.
|
|
77
|
+
"eslint-config-standard": "^17.1.0",
|
|
78
78
|
"eslint-plugin-import": "^2.27.5",
|
|
79
79
|
"eslint-plugin-node": "^11.1.0",
|
|
80
80
|
"eslint-plugin-promise": "^6.1.1",
|
|
81
81
|
"eslint-plugin-storybook": "^0.6.12",
|
|
82
|
-
"eslint-plugin-vitest": "^0.
|
|
82
|
+
"eslint-plugin-vitest": "^0.2.6",
|
|
83
83
|
"eslint-plugin-vitest-globals": "^1.3.1",
|
|
84
|
-
"eslint-plugin-vue": "^9.
|
|
84
|
+
"eslint-plugin-vue": "^9.15.1",
|
|
85
85
|
"eslint-plugin-vuejs-accessibility": "^2.1.0",
|
|
86
|
-
"jsdom": "^22.
|
|
86
|
+
"jsdom": "^22.1.0",
|
|
87
87
|
"less": "^4.1.3",
|
|
88
|
-
"lint-staged": "^13.
|
|
89
|
-
"macos-release": "^3.
|
|
90
|
-
"markdownlint": "^0.
|
|
91
|
-
"markdownlint-cli": "^0.
|
|
88
|
+
"lint-staged": "^13.2.3",
|
|
89
|
+
"macos-release": "^3.2.0",
|
|
90
|
+
"markdownlint": "^0.29.0",
|
|
91
|
+
"markdownlint-cli": "^0.35.0",
|
|
92
92
|
"npm-run-all": "^4.1.5",
|
|
93
93
|
"null-loader": "^4.0.1",
|
|
94
94
|
"react": "^18.2.0",
|
|
95
95
|
"react-dom": "^18.2.0",
|
|
96
|
-
"semantic-release": "^
|
|
97
|
-
"sinon": "^15.0
|
|
96
|
+
"semantic-release": "^21.0.6",
|
|
97
|
+
"sinon": "^15.2.0",
|
|
98
98
|
"source-map-support": "^0.5.21",
|
|
99
|
-
"storybook": "^7.0.
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"vitest": "^0.31.0",
|
|
99
|
+
"storybook": "^7.0.25",
|
|
100
|
+
"vite": "^4.3.9",
|
|
101
|
+
"vitest": "^0.32.4",
|
|
103
102
|
"vue": "^2.7.14",
|
|
104
103
|
"vue-cli-plugin-webpack-bundle-analyzer": "~4.0.0",
|
|
105
|
-
"vue-docgen-api": "^4.
|
|
104
|
+
"vue-docgen-api": "^4.73.0",
|
|
106
105
|
"yo": "^4.3.1",
|
|
107
106
|
"yorkie": "^2.0.0"
|
|
108
107
|
},
|
|
109
108
|
"peerDependencies": {
|
|
109
|
+
"@dialpad/dialtone": ">=7.27",
|
|
110
110
|
"vue": ">=2.6"
|
|
111
111
|
},
|
|
112
112
|
"bugs": {
|