quirk-ui 0.0.342 → 0.0.343

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.
@@ -166,7 +166,7 @@ function Gt({
166
166
  gridTemplateColumns: `repeat(${Math.ceil(
167
167
  l / A
168
168
  )}, 1fr)`,
169
- gridTemplateRows: `repeat(${A}, auto)`,
169
+ gridTemplateRows: `repeat(${A}, 1fr)`,
170
170
  width: `${a}px`
171
171
  },
172
172
  children: t.map((n, s) => /* @__PURE__ */ r(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quirk-ui",
3
3
  "private": false,
4
- "version": "0.0.342",
4
+ "version": "0.0.343",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {