@sqrzro/admin 4.0.0-alpha.22 → 4.0.0-alpha.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.
@@ -288,8 +288,8 @@ const classNameConfig = twx({
288
288
  default: 'pointer-events-none absolute left-1 top-1/2 h-4 w-4 -translate-y-1/2 translate-x-0 transform rounded-full bg-white shadow-md transition-transform duration-100',
289
289
  states: { isChecked: 'translate-x-full' },
290
290
  },
291
- // label: 'flex min-h-6 flex-col justify-center',
292
- // details: 'mt-1 block text-xs text-slate-500',
291
+ label: 'flex min-h-6 flex-col justify-center gap-1 font-semibold',
292
+ details: 'text-xs font-normal text-slate-500',
293
293
  },
294
294
  table: {
295
295
  root: 'page-content-block rounded bg-white p-6 shadow',
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.22",
4
+ "version": "4.0.0-alpha.23",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "ISC",
@@ -23,8 +23,8 @@
23
23
  "react": "^19.2.4",
24
24
  "react-dom": "^19.2.4",
25
25
  "tailwindcss": "^4.2.1",
26
- "@sqrzro/addon-auth": "^4.0.0-alpha.12",
27
- "@sqrzro/ui": "^4.0.0-alpha.52"
26
+ "@sqrzro/addon-auth": "^4.0.0-alpha.13",
27
+ "@sqrzro/ui": "^4.0.0-alpha.56"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/react": "^19.2.14",