funuicss 1.11.22 → 1.11.23

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/css/fun.css +1 -1
  2. package/package.json +1 -1
package/css/fun.css CHANGED
@@ -6496,7 +6496,7 @@ th {
6496
6496
  .modal-content {
6497
6497
  background-color: var(--raiseThemes);
6498
6498
  max-width: 700px;
6499
- width: fit-content;
6499
+ width: 100%;
6500
6500
  border-radius: 10px;
6501
6501
  box-shadow: var(--card);
6502
6502
  height: fit-content ;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.11.22",
2
+ "version": "1.11.23",
3
3
  "name": "funuicss",
4
4
  "description": "React/Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting both seamless functionality and aesthetic appeal—all achieved with minimal lines of code. Unleash the power of simplicity and style in your projects!",
5
5
  "main": "index.js",