ire-preview 2.2.7 → 2.2.9
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/lib.es.js +2 -2
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -1226,11 +1226,11 @@ const Cube = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$1]
|
|
|
1226
1226
|
createElementVNode("div", _hoisted_25, toDisplayString(Number((H = l.flat) == null ? void 0 : H.price).toLocaleString("fr-FR")), 1),
|
|
1227
1227
|
createElementVNode("div", _hoisted_26, [
|
|
1228
1228
|
createTextVNode(toDisplayString(Number((W = l.flat) == null ? void 0 : W.offer_price).toLocaleString("fr-FR")) + " ", 1),
|
|
1229
|
-
f[8] || (f[8] = createElementVNode("
|
|
1229
|
+
f[8] || (f[8] = createElementVNode("div", { class: "ire-ml-1" }, "$", -1))
|
|
1230
1230
|
])
|
|
1231
1231
|
])) : (openBlock(), createElementBlock("div", _hoisted_23, [
|
|
1232
1232
|
createTextVNode(toDisplayString(Number((I = l.flat) == null ? void 0 : I.price).toLocaleString("fr-FR")) + " ", 1),
|
|
1233
|
-
f[7] || (f[7] = createElementVNode("
|
|
1233
|
+
f[7] || (f[7] = createElementVNode("span", null, "$", -1))
|
|
1234
1234
|
]))
|
|
1235
1235
|
]),
|
|
1236
1236
|
f[9] || (f[9] = createElementVNode("div", { class: "!ire-text-xs ire-text-gray-600" }, "Price", -1))
|