ire-preview 2.4.8 → 2.4.10

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.
Files changed (2) hide show
  1. package/dist/lib.es.js +2 -2
  2. package/package.json +1 -1
package/dist/lib.es.js CHANGED
@@ -508,7 +508,7 @@ const tr = (Ne) => {
508
508
  });
509
509
  }, getArea = (Ne) => Number(Ne).toLocaleString(), _hoisted_1$h = {
510
510
  key: 0,
511
- class: "irep-tooltip-1 ire-pointer-events-none ire-absolute !ire-bottom-10 !ire-right-10 ire-w-fit ire-select-none ire-rounded-lg ire-border ire-bg-white ire-p-4"
511
+ class: "irep-tooltip-1 ire-pointer-events-none ire-absolute !ire-bottom-10 !ire-right-10 ire-w-fit ire-select-none ire-rounded-lg ire-border ire-bg-white ire-p-4 ire-text-black"
512
512
  }, _hoisted_2$b = {
513
513
  key: 0,
514
514
  class: "irep-tooltip-1__floor ire-flex ire-items-center ire-gap-3"
@@ -4257,7 +4257,7 @@ const FancyBoxComp = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_r
4257
4257
  }, _hoisted_11 = ["onClick"], _hoisted_12 = { class: "irep-flat-preview__right ire-flex ire-w-full ire-flex-col ire-items-center ire-gap-6 ire-px-6 ire-py-4 lg:ire-w-[380px]" }, _hoisted_13 = {
4258
4258
  key: 1,
4259
4259
  class: "flat-preview__type ire-text-center"
4260
- }, _hoisted_14 = { class: "flat-preview__type-title !ire-text-lg ire-font-medium" }, _hoisted_15 = { class: "flat-preview__type-teaser ire-mt-1 ire-text-gray-600" }, _hoisted_16 = { class: "ire-mt-4 ire-flex ire-w-full ire-flex-wrap ire-items-center ire-justify-center ire-gap-x-16 ire-gap-y-8" }, _hoisted_17 = { class: "flat-preview-price-through-value ire-text-base ire-line-through ire-decoration-black/50" }, _sfc_main$8 = /* @__PURE__ */ defineComponent({
4260
+ }, _hoisted_14 = { class: "flat-preview__type-title !ire-text-lg ire-font-medium ire-text-black" }, _hoisted_15 = { class: "flat-preview__type-teaser ire-mt-1 ire-text-gray-700" }, _hoisted_16 = { class: "ire-mt-4 ire-flex ire-w-full ire-flex-wrap ire-items-center ire-justify-center ire-gap-x-16 ire-gap-y-8" }, _hoisted_17 = { class: "flat-preview-price-through-value ire-text-base ire-line-through ire-decoration-black/50" }, _sfc_main$8 = /* @__PURE__ */ defineComponent({
4261
4261
  __name: "FlatPreview",
4262
4262
  props: {
4263
4263
  flat: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "2.4.8",
3
+ "version": "2.4.10",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,