osocna-react-tailwind 0.1.15 → 0.1.16

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -94,7 +94,8 @@ const Ot = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArwAAAVsCAYAAADaI07iAA
94
94
  backgroundSize: "102%",
95
95
  backgroundPosition: "center",
96
96
  boxShadow: "0px 2px 3px #0005",
97
- width: "300px",
97
+ width: "100%",
98
+ maxWidth: "300px",
98
99
  height: "425px",
99
100
  padding: "10px"
100
101
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osocna-react-tailwind",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "A React component library built with Tailwind CSS v4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",