@sqrzro/admin 4.0.0-alpha.22 → 4.0.0-alpha.24
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
|
-
|
|
292
|
-
|
|
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.
|
|
4
|
+
"version": "4.0.0-alpha.24",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "ISC",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@heroicons/react": "^2.2.0",
|
|
22
|
-
"next": "^16.
|
|
22
|
+
"next": "^16.2.0",
|
|
23
23
|
"react": "^19.2.4",
|
|
24
24
|
"react-dom": "^19.2.4",
|
|
25
|
-
"tailwindcss": "^4.2.
|
|
26
|
-
"@sqrzro/addon-auth": "^4.0.0-alpha.
|
|
27
|
-
"@sqrzro/ui": "^4.0.0-alpha.
|
|
25
|
+
"tailwindcss": "^4.2.2",
|
|
26
|
+
"@sqrzro/addon-auth": "^4.0.0-alpha.13",
|
|
27
|
+
"@sqrzro/ui": "^4.0.0-alpha.57"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/react": "^19.2.14",
|