ire-preview 3.2.12 → 3.2.15
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 +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -1334,7 +1334,7 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_ren
|
|
|
1334
1334
|
}, [
|
|
1335
1335
|
renderSlot(_e.$slots, "icon"),
|
|
1336
1336
|
createElementVNode("div", {
|
|
1337
|
-
class: normalizeClass(["flat-preview-button-text ire-w-full ire-text-center ire-transition-all group-hover:ire-text-white", {
|
|
1337
|
+
class: normalizeClass(["flat-preview-button-text ire-w-full ire-text-center ire-text-sm ire-transition-all group-hover:ire-text-white", {
|
|
1338
1338
|
"ire-text-white": Be.active,
|
|
1339
1339
|
"ire-text-black": !Be.active
|
|
1340
1340
|
}])
|