@sqrzro/admin 4.0.0-alpha.26 → 4.0.0-alpha.27

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.
@@ -171,7 +171,7 @@ const classNameConfig = twx({
171
171
  root: {
172
172
  default: '',
173
173
  props: {
174
- isEditable: 'grid grid-cols-[30%_1fr] gap-x-4 border-t border-slate-200 py-4',
174
+ isEditable: 'flex grid min-h-[calc(4.5rem+1px)] grid-cols-[30%_1fr] items-center gap-x-4 border-t border-slate-200 py-4',
175
175
  },
176
176
  },
177
177
  label: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sqrzro/admin",
3
3
  "type": "module",
4
- "version": "4.0.0-alpha.26",
4
+ "version": "4.0.0-alpha.27",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "ISC",
@@ -24,7 +24,7 @@
24
24
  "react-dom": "^19.2.4",
25
25
  "tailwindcss": "^4.2.2",
26
26
  "@sqrzro/addon-auth": "^4.0.0-alpha.14",
27
- "@sqrzro/ui": "^4.0.0-alpha.62"
27
+ "@sqrzro/ui": "^4.0.0-alpha.67"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/react": "^19.2.14",