@bethinkpl/design-system 35.0.0 → 35.0.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/dist/design-system.css +1 -1
- package/dist/design-system.js +4 -4
- package/dist/design-system.js.map +1 -1
- package/dist/lib/js/components/Toast/Toast.vue.d.ts +2 -8
- package/lib/js/components/Buttons/IconButton/IconButton.vue +2 -1
- package/lib/js/components/Toast/Toast.vue +1 -1
- package/lib/js/utils/device.ts +4 -3
- package/package.json +4 -3
package/dist/design-system.js
CHANGED
|
@@ -8765,7 +8765,7 @@ const ue = /* @__PURE__ */ x(aH, [["render", rH]]), nH = {
|
|
|
8765
8765
|
BOTTOM: "bottom",
|
|
8766
8766
|
LEFT: "left",
|
|
8767
8767
|
RIGHT: "right"
|
|
8768
|
-
}, h9 = () => "ontouchstart" in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0, lH = q({
|
|
8768
|
+
}, h9 = () => typeof window != "undefined" && ("ontouchstart" in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0), lH = q({
|
|
8769
8769
|
name: "Tooltip",
|
|
8770
8770
|
props: {
|
|
8771
8771
|
placement: {
|
|
@@ -9475,7 +9475,7 @@ function EH(e, t, a, r, o, i) {
|
|
|
9475
9475
|
}, 8, ["class", "radius", "type", "state", "elevation", "color"])
|
|
9476
9476
|
], 38);
|
|
9477
9477
|
}
|
|
9478
|
-
const Bt = /* @__PURE__ */ x(MH, [["render", EH], ["__scopeId", "data-v-
|
|
9478
|
+
const Bt = /* @__PURE__ */ x(MH, [["render", EH], ["__scopeId", "data-v-fd37244b"]]), Je = {
|
|
9479
9479
|
DEFAULT: "default",
|
|
9480
9480
|
NEUTRAL: "neutral",
|
|
9481
9481
|
INFO: "info",
|
|
@@ -13669,7 +13669,7 @@ const qV = q({
|
|
|
13669
13669
|
default: pp.CENTER
|
|
13670
13670
|
},
|
|
13671
13671
|
boundariesSelector: {
|
|
13672
|
-
type: [String,
|
|
13672
|
+
type: [String, Object],
|
|
13673
13673
|
default: null
|
|
13674
13674
|
},
|
|
13675
13675
|
color: {
|
|
@@ -13824,7 +13824,7 @@ function KV(e, t, a, r, o, i) {
|
|
|
13824
13824
|
]), 1032, ["loading-bar-color", "loading-bar-time"])
|
|
13825
13825
|
], 6);
|
|
13826
13826
|
}
|
|
13827
|
-
const nce = /* @__PURE__ */ x(qV, [["render", KV], ["__scopeId", "data-v-
|
|
13827
|
+
const nce = /* @__PURE__ */ x(qV, [["render", KV], ["__scopeId", "data-v-15eb93fb"]]), fr = {
|
|
13828
13828
|
ACTIVE: "active",
|
|
13829
13829
|
AWAITING: "awaiting",
|
|
13830
13830
|
SUSPENDED: "suspended",
|