@sqrzro/admin 4.0.0-alpha.27 → 4.0.0-alpha.29
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.
|
@@ -100,7 +100,7 @@ const classNameConfig = twx({
|
|
|
100
100
|
states: { isHighlighted: 'text-green-500' },
|
|
101
101
|
},
|
|
102
102
|
title: 'mb-1 font-semibold',
|
|
103
|
-
description: 'mb-2 text-xs italic text-slate-
|
|
103
|
+
description: 'mb-2 text-xs italic text-slate-500',
|
|
104
104
|
},
|
|
105
105
|
definitionList: {
|
|
106
106
|
root: 'flex flex-col gap-4',
|
|
@@ -195,7 +195,7 @@ const classNameConfig = twx({
|
|
|
195
195
|
default: 'mb-1 font-semibold',
|
|
196
196
|
props: { isError: 'text-error' },
|
|
197
197
|
},
|
|
198
|
-
description: 'mb-2 text-xs italic text-slate-
|
|
198
|
+
description: 'mb-2 text-xs italic text-slate-500',
|
|
199
199
|
image: 'h-full w-full object-contain',
|
|
200
200
|
},
|
|
201
201
|
infoPanel: {
|
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.29",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "ISC",
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@heroicons/react": "^2.2.0",
|
|
22
|
-
"next": "^16.2.
|
|
23
|
-
"react": "^19.2.
|
|
24
|
-
"react-dom": "^19.2.
|
|
25
|
-
"tailwindcss": "^4.
|
|
26
|
-
"@sqrzro/addon-auth": "^4.0.0-alpha.
|
|
27
|
-
"@sqrzro/ui": "^4.0.0-alpha.
|
|
22
|
+
"next": "^16.2.10",
|
|
23
|
+
"react": "^19.2.7",
|
|
24
|
+
"react-dom": "^19.2.7",
|
|
25
|
+
"tailwindcss": "^4.3.2",
|
|
26
|
+
"@sqrzro/addon-auth": "^4.0.0-alpha.15",
|
|
27
|
+
"@sqrzro/ui": "^4.0.0-alpha.70"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@types/react": "^19.2.
|
|
30
|
+
"@types/react": "^19.2.17",
|
|
31
31
|
"@types/react-dom": "^19.2.3",
|
|
32
|
-
"concurrently": "^9.2.
|
|
32
|
+
"concurrently": "^9.2.3",
|
|
33
33
|
"cpx": "^1.5.0",
|
|
34
34
|
"rimraf": "^6.1.3",
|
|
35
|
-
"tsc-alias": "^1.
|
|
35
|
+
"tsc-alias": "^1.9.0",
|
|
36
36
|
"typescript": "^5.9.3"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|