@club-employes/utopia 4.119.0 → 4.121.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.
@@ -8,6 +8,7 @@ export interface PriceTagProps {
8
8
  currency?: string;
9
9
  isSubventioned?: boolean;
10
10
  isDiscounted?: boolean;
11
+ startingFrom?: boolean;
11
12
  language?: 'fr' | 'en';
12
13
  color?: string;
13
14
  size?: TextSize;
@@ -17,5 +17,6 @@ export interface ProductCardProps {
17
17
  currency?: string;
18
18
  subventionName?: string;
19
19
  subventionTooltip?: string;
20
+ startingFrom?: boolean;
20
21
  language?: 'fr' | 'en';
21
22
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2026-01-29T09:02:49.815Z",
2
+ "generated": "2026-01-29T13:13:23.824Z",
3
3
  "count": 1239,
4
4
  "icons": [
5
5
  "Accessibility",
package/dist/index.js CHANGED
@@ -7711,6 +7711,7 @@ const gm = ["for"], bm = {
7711
7711
  currency: { default: "€" },
7712
7712
  isSubventioned: { type: Boolean, default: !1 },
7713
7713
  isDiscounted: { type: Boolean, default: !1 },
7714
+ startingFrom: { type: Boolean },
7714
7715
  language: { default: "fr" },
7715
7716
  color: {},
7716
7717
  size: {},
@@ -7738,7 +7739,7 @@ const gm = ["for"], bm = {
7738
7739
  ]),
7739
7740
  _: 1
7740
7741
  })
7741
- ])) : e.isSubventioned ? (u(), m("div", Zm, [
7742
+ ])) : e.isSubventioned || e.startingFrom ? (u(), m("div", Zm, [
7742
7743
  M(we, { size: "xs" }, {
7743
7744
  default: S(() => [
7744
7745
  Ae(B(r.value.from), 1)
@@ -7804,7 +7805,7 @@ const gm = ["for"], bm = {
7804
7805
  ])
7805
7806
  ]));
7806
7807
  }
7807
- }), XA = /* @__PURE__ */ de(Qm, [["__scopeId", "data-v-d542fa7c"]]), Xm = ["placeholder"], Rm = /* @__PURE__ */ ie({
7808
+ }), XA = /* @__PURE__ */ de(Qm, [["__scopeId", "data-v-a462a471"]]), Xm = ["placeholder"], Rm = /* @__PURE__ */ ie({
7808
7809
  __name: "SearchBox",
7809
7810
  props: {
7810
7811
  modelValue: { default: "" },
@@ -9546,6 +9547,7 @@ const iv = { class: "utopia-filterlocation" }, rv = {
9546
9547
  currency: { default: "€" },
9547
9548
  subventionName: {},
9548
9549
  subventionTooltip: {},
9550
+ startingFrom: { type: Boolean },
9549
9551
  language: { default: "fr" }
9550
9552
  },
9551
9553
  emits: ["toggle-favorite", "card-click"],
@@ -9716,12 +9718,13 @@ const iv = { class: "utopia-filterlocation" }, rv = {
9716
9718
  currency: e.currency,
9717
9719
  isDiscounted: !!e.discount,
9718
9720
  isSubventioned: !!e.subventionName,
9721
+ startingFrom: e.startingFrom,
9719
9722
  language: e.language
9720
- }, null, 8, ["variantCount", "price", "formattedPrice", "formattedOldPrice", "oldPrice", "currency", "isDiscounted", "isSubventioned", "language"])) : P("", !0) : (u(), m("div", vb, B(r.value.comingBackSoon), 1))
9723
+ }, null, 8, ["variantCount", "price", "formattedPrice", "formattedOldPrice", "oldPrice", "currency", "isDiscounted", "isSubventioned", "startingFrom", "language"])) : P("", !0) : (u(), m("div", vb, B(r.value.comingBackSoon), 1))
9721
9724
  ])
9722
9725
  ], 34));
9723
9726
  }
9724
- }), Q5 = /* @__PURE__ */ de(gb, [["__scopeId", "data-v-9f3e6141"]]), bb = { class: "utopia-filterprice" }, yb = { class: "utopia-filterprice--inputs-container" }, hb = { class: "utopia-filterprice--range-slider-container" }, wb = /* @__PURE__ */ ie({
9727
+ }), Q5 = /* @__PURE__ */ de(gb, [["__scopeId", "data-v-42abbaba"]]), bb = { class: "utopia-filterprice" }, yb = { class: "utopia-filterprice--inputs-container" }, hb = { class: "utopia-filterprice--range-slider-container" }, wb = /* @__PURE__ */ ie({
9725
9728
  __name: "FilterPrice",
9726
9729
  props: {
9727
9730
  labelMin: { default: "Prix minimum" },
@@ -30844,8 +30847,9 @@ const Xr = /* @__PURE__ */ ie({
30844
30847
  departmentsLabel: w.value.departmentsLabel,
30845
30848
  orLabel: w.value.orLabel,
30846
30849
  nearMeLabel: w.value.nearMeLabel,
30847
- geolocDisabledLabel: w.value.geolocDisabledLabel
30848
- }, null, 8, ["modelValue", "onUpdate:modelValue", "departments", "maxDistance", "departmentsLabel", "orLabel", "nearMeLabel", "geolocDisabledLabel"])) : P("", !0)
30850
+ geolocDisabledLabel: w.value.geolocDisabledLabel,
30851
+ geolocationEnabled: w.value.geolocationEnabled
30852
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "departments", "maxDistance", "departmentsLabel", "orLabel", "nearMeLabel", "geolocDisabledLabel", "geolocationEnabled"])) : P("", !0)
30849
30853
  ]),
30850
30854
  _: 2
30851
30855
  }, 1032, ["id", "title"]))), 128))
@@ -30952,7 +30956,7 @@ const Xr = /* @__PURE__ */ ie({
30952
30956
  ])
30953
30957
  ]));
30954
30958
  }
30955
- }), V5 = /* @__PURE__ */ de(DP, [["__scopeId", "data-v-627dee65"]]), jP = ["aria-label", "onKeydown"], GP = { class: "utopia-transaction-content" }, SP = { class: "utopia-transaction-main" }, YP = { class: "utopia-transaction-description" }, EP = { class: "utopia-transaction-time" }, LP = { class: "utopia-transaction-status" }, HP = {
30959
+ }), V5 = /* @__PURE__ */ de(DP, [["__scopeId", "data-v-f5bf257b"]]), jP = ["aria-label", "onKeydown"], GP = { class: "utopia-transaction-content" }, SP = { class: "utopia-transaction-main" }, YP = { class: "utopia-transaction-description" }, EP = { class: "utopia-transaction-time" }, LP = { class: "utopia-transaction-status" }, HP = {
30956
30960
  key: 0,
30957
30961
  class: "utopia-transaction-status-indicator"
30958
30962
  }, IP = { class: "utopia-transaction-status-label" }, ZP = { class: "utopia-transaction-details" }, JP = { class: "utopia-transaction-note" }, FP = /* @__PURE__ */ ie({