@marianmeres/stuic 1.57.0 → 1.58.0

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.
@@ -21,7 +21,7 @@ const _emptyClasses = () => ({
21
21
  asterix: ""
22
22
  });
23
23
  const _PRESET = {
24
- box: "mb-4 grid",
24
+ box: "mb-4 grid gap-4",
25
25
  wrap: `
26
26
  rounded-md border border-gray-300
27
27
  bg-gray-100
@@ -18,7 +18,7 @@ const _emptyClasses = () => ({
18
18
  asterix: ""
19
19
  });
20
20
  const _PRESET = {
21
- box: "mb-4 grid",
21
+ box: "mb-4 grid gap-4",
22
22
  wrap: `
23
23
  flex items-center
24
24
  rounded-md border border-gray-300
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "1.57.0",
3
+ "version": "1.58.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package && node ./scripts/date.js",