@bbki.ng/components 1.5.41 → 1.5.42

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 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-300", "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-300", "transition-opacity", {
885
885
  "opacity-100": !decoded,
886
886
  "opacity-0": decoded
887
887
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/components",
3
- "version": "1.5.41",
3
+ "version": "1.5.42",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",