@dialpad/dialtone-vue 3.46.0 → 3.46.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.
|
@@ -1184,6 +1184,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1184
1184
|
"DtNotice": () => (/* reexport */ notice),
|
|
1185
1185
|
"DtPagination": () => (/* reexport */ pagination),
|
|
1186
1186
|
"DtPopover": () => (/* reexport */ popover),
|
|
1187
|
+
"DtPresence": () => (/* reexport */ presence),
|
|
1187
1188
|
"DtRadio": () => (/* reexport */ radio_radio),
|
|
1188
1189
|
"DtRadioGroup": () => (/* reexport */ radio_group),
|
|
1189
1190
|
"DtRecipeCallbarButton": () => (/* reexport */ callbar_button),
|
|
@@ -1233,6 +1234,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1233
1234
|
"POPOVER_INITIAL_FOCUS_STRINGS": () => (/* reexport */ POPOVER_INITIAL_FOCUS_STRINGS),
|
|
1234
1235
|
"POPOVER_PADDING_CLASSES": () => (/* reexport */ POPOVER_PADDING_CLASSES),
|
|
1235
1236
|
"POPOVER_ROLES": () => (/* reexport */ POPOVER_ROLES),
|
|
1237
|
+
"PRESENCE_STATES": () => (/* reexport */ PRESENCE_STATES),
|
|
1238
|
+
"PRESENCE_STATES_LIST": () => (/* reexport */ PRESENCE_STATES_LIST),
|
|
1236
1239
|
"ROOT_LAYOUT_SIDEBAR_POSITIONS": () => (/* reexport */ ROOT_LAYOUT_SIDEBAR_POSITIONS),
|
|
1237
1240
|
"SELECT_SIZE_MODIFIERS": () => (/* reexport */ SELECT_SIZE_MODIFIERS),
|
|
1238
1241
|
"SELECT_STATE_MODIFIERS": () => (/* reexport */ SELECT_STATE_MODIFIERS),
|
|
@@ -20786,6 +20789,7 @@ const grouped_chip_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(group
|
|
|
20786
20789
|
|
|
20787
20790
|
|
|
20788
20791
|
|
|
20792
|
+
|
|
20789
20793
|
|
|
20790
20794
|
|
|
20791
20795
|
/// Recipes
|
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -1194,6 +1194,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1194
1194
|
"DtNotice": () => (/* reexport */ notice),
|
|
1195
1195
|
"DtPagination": () => (/* reexport */ pagination),
|
|
1196
1196
|
"DtPopover": () => (/* reexport */ popover),
|
|
1197
|
+
"DtPresence": () => (/* reexport */ presence),
|
|
1197
1198
|
"DtRadio": () => (/* reexport */ radio_radio),
|
|
1198
1199
|
"DtRadioGroup": () => (/* reexport */ radio_group),
|
|
1199
1200
|
"DtRecipeCallbarButton": () => (/* reexport */ callbar_button),
|
|
@@ -1243,6 +1244,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1243
1244
|
"POPOVER_INITIAL_FOCUS_STRINGS": () => (/* reexport */ POPOVER_INITIAL_FOCUS_STRINGS),
|
|
1244
1245
|
"POPOVER_PADDING_CLASSES": () => (/* reexport */ POPOVER_PADDING_CLASSES),
|
|
1245
1246
|
"POPOVER_ROLES": () => (/* reexport */ POPOVER_ROLES),
|
|
1247
|
+
"PRESENCE_STATES": () => (/* reexport */ PRESENCE_STATES),
|
|
1248
|
+
"PRESENCE_STATES_LIST": () => (/* reexport */ PRESENCE_STATES_LIST),
|
|
1246
1249
|
"ROOT_LAYOUT_SIDEBAR_POSITIONS": () => (/* reexport */ ROOT_LAYOUT_SIDEBAR_POSITIONS),
|
|
1247
1250
|
"SELECT_SIZE_MODIFIERS": () => (/* reexport */ SELECT_SIZE_MODIFIERS),
|
|
1248
1251
|
"SELECT_STATE_MODIFIERS": () => (/* reexport */ SELECT_STATE_MODIFIERS),
|
|
@@ -20796,6 +20799,7 @@ const grouped_chip_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(group
|
|
|
20796
20799
|
|
|
20797
20800
|
|
|
20798
20801
|
|
|
20802
|
+
|
|
20799
20803
|
|
|
20800
20804
|
|
|
20801
20805
|
/// Recipes
|