@bbki.ng/components 1.5.40 → 1.5.43
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -939,7 +939,7 @@ var Img = (props) => {
|
|
|
939
939
|
})
|
|
940
940
|
}), /* @__PURE__ */ import_react19.default.createElement("img", {
|
|
941
941
|
src: emptyDataURL,
|
|
942
|
-
className: (0, import_classnames10.default)("lqip-blur", "absolute", "h-full", "w-full", "transition-opacity", {
|
|
942
|
+
className: (0, import_classnames10.default)("lqip-blur", "absolute", "h-full", "w-full", "duration-500", "transition-opacity", {
|
|
943
943
|
"opacity-100": !decoded,
|
|
944
944
|
"opacity-0": decoded
|
|
945
945
|
}),
|
package/dist/index.mjs
CHANGED
|
@@ -881,7 +881,7 @@ var Img = (props) => {
|
|
|
881
881
|
})
|
|
882
882
|
}), /* @__PURE__ */ React18.createElement("img", {
|
|
883
883
|
src: emptyDataURL,
|
|
884
|
-
className: classnames("lqip-blur", "absolute", "h-full", "w-full", "transition-opacity", {
|
|
884
|
+
className: classnames("lqip-blur", "absolute", "h-full", "w-full", "duration-500", "transition-opacity", {
|
|
885
885
|
"opacity-100": !decoded,
|
|
886
886
|
"opacity-0": decoded
|
|
887
887
|
}),
|