@club-employes/utopia 4.209.0 → 4.211.0
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as Stepper } from './Stepper';
|
|
2
|
-
export { type StepperProps } from './types';
|
|
2
|
+
export { type StepperProps, type Step } from './types';
|
|
@@ -17,7 +17,7 @@ export { FilterButton, type FilterButtonProps } from './FilterButton';
|
|
|
17
17
|
export { TextArea, type TextAreaProps } from './TextArea';
|
|
18
18
|
export { Tips, type TipsProps } from './Tips';
|
|
19
19
|
export { SectionTitle, type SectionTitleProps } from './SectionTitle';
|
|
20
|
-
export { Stepper, type StepperProps } from './Stepper';
|
|
20
|
+
export { Stepper, type StepperProps, type Step } from './Stepper';
|
|
21
21
|
export type { ButtonVariant, ButtonSize } from './Button/types';
|
|
22
22
|
export type BadgeVariant = 'default' | 'success' | 'warning' | 'danger';
|
|
23
23
|
export type BadgeSize = 'small' | 'medium';
|
package/dist/index.js
CHANGED
|
@@ -5344,11 +5344,11 @@ const D1 = ["href", "target"], I1 = /* @__PURE__ */ at({
|
|
|
5344
5344
|
const v = P.value, s = T.value, p = A.value;
|
|
5345
5345
|
if (v === 0) return 0;
|
|
5346
5346
|
if (v === 1) return 100;
|
|
5347
|
+
const f = Math.max(1, v - 1);
|
|
5347
5348
|
if (n.variant === "bis-with-substeps") {
|
|
5348
|
-
const l = s < p.length ? (p[s].validSubSteps ?? 0) / Math.max(1, p[s].subSteps ?? 1) : 0, c = (s + l) /
|
|
5349
|
+
const l = s < p.length ? (p[s].validSubSteps ?? 0) / Math.max(1, p[s].subSteps ?? 1) : 0, c = (s + l) / f;
|
|
5349
5350
|
return Math.min(100, c * 100);
|
|
5350
5351
|
}
|
|
5351
|
-
const f = v - 1;
|
|
5352
5352
|
return Math.min(100, s / f * 100);
|
|
5353
5353
|
});
|
|
5354
5354
|
return (v, s) => (I(), G("div", {
|
|
@@ -5446,7 +5446,7 @@ const D1 = ["href", "target"], I1 = /* @__PURE__ */ at({
|
|
|
5446
5446
|
])
|
|
5447
5447
|
], 2));
|
|
5448
5448
|
}
|
|
5449
|
-
}), GF = /* @__PURE__ */ vt(D3, [["__scopeId", "data-v-
|
|
5449
|
+
}), GF = /* @__PURE__ */ vt(D3, [["__scopeId", "data-v-12136d90"]]), I3 = ["aria-pressed"], E3 = /* @__PURE__ */ at({
|
|
5450
5450
|
__name: "FavoriteToggle",
|
|
5451
5451
|
props: {
|
|
5452
5452
|
isFavorite: { type: Boolean }
|
|
@@ -75576,8 +75576,10 @@ const Ij = /* @__PURE__ */ at({
|
|
|
75576
75576
|
filter: W6,
|
|
75577
75577
|
"prevent-on-filter": !0,
|
|
75578
75578
|
scroll: !0,
|
|
75579
|
-
scrollSensitivity:
|
|
75580
|
-
scrollSpeed:
|
|
75579
|
+
scrollSensitivity: 120,
|
|
75580
|
+
scrollSpeed: 15,
|
|
75581
|
+
bubbleScroll: !0,
|
|
75582
|
+
forceFallback: !0,
|
|
75581
75583
|
onStart: b,
|
|
75582
75584
|
onEnd: A
|
|
75583
75585
|
}, {
|
|
@@ -75662,7 +75664,7 @@ const Ij = /* @__PURE__ */ at({
|
|
|
75662
75664
|
_: 1
|
|
75663
75665
|
}, 8, ["modelValue"]));
|
|
75664
75666
|
}
|
|
75665
|
-
}), gG = /* @__PURE__ */ vt(U6, [["__scopeId", "data-v-
|
|
75667
|
+
}), gG = /* @__PURE__ */ vt(U6, [["__scopeId", "data-v-daacee3f"]]), Q6 = { class: "utopia-productsummary" }, K6 = { class: "utopia-productsummary__header" }, q6 = { class: "utopia-productsummary__brand-container" }, _6 = { class: "utopia-productsummary__brand-row" }, $6 = {
|
|
75666
75668
|
key: 0,
|
|
75667
75669
|
class: "utopia-productsummary__address-row"
|
|
75668
75670
|
}, eH = { class: "utopia-productsummary__tips" }, tH = ["innerHTML"], nH = {
|