osocna-react-tailwind 0.0.5 → 0.0.6

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ const n = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcUAAAaDCAYAAAAlpNQ+AAA
13
13
  backgroundAttachment: "unset",
14
14
  backgroundRepeat: "no-repeat",
15
15
  backgroundSize: "cover",
16
- backgroundPosition: "center",
16
+ backgroundPosition: "0px 50px",
17
17
  backgroundColor: "#fafafa",
18
18
  boxShadow: "0px 2px 3px #0005",
19
19
  width: Q,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osocna-react-tailwind",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "A React component library built with Tailwind CSS v4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",