@sqrzro/admin 4.0.0-alpha.4 → 4.0.0-alpha.5
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.
- package/dist/config.js +7 -0
- package/package.json +3 -3
package/dist/config.js
CHANGED
|
@@ -90,6 +90,13 @@ const classNames = twx({
|
|
|
90
90
|
states: { isFocused: 'show-open' },
|
|
91
91
|
},
|
|
92
92
|
},
|
|
93
|
+
reference: {
|
|
94
|
+
root: { default: 'flex items-center gap-2', props: { isTitle: 'gap-4' } },
|
|
95
|
+
reference: {
|
|
96
|
+
default: 'rounded bg-slate-200 px-2 py-1 text-[70%]',
|
|
97
|
+
props: { isTitle: 'bg-slate-50 text-[60%] text-slate-800' },
|
|
98
|
+
},
|
|
99
|
+
},
|
|
93
100
|
rootLayout: {
|
|
94
101
|
root: 'bg-slate-50 font-sans text-sm text-slate-800',
|
|
95
102
|
},
|
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.5",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "ISC",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"next": "^16.1.6",
|
|
13
13
|
"react": "^19.2.4",
|
|
14
14
|
"react-dom": "^19.2.1",
|
|
15
|
-
"@sqrzro/auth": "^4.0.0-alpha.
|
|
16
|
-
"@sqrzro/ui": "^4.0.0-alpha.
|
|
15
|
+
"@sqrzro/auth": "^4.0.0-alpha.10",
|
|
16
|
+
"@sqrzro/ui": "^4.0.0-alpha.20"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/react": "^19.2.7",
|