@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.
@@ -1,4 +1,4 @@
1
1
  declare function AdminUIProvider({ children }: {
2
2
  children: React.ReactNode;
3
- }): import("react/jsx-runtime").JSX.Element;
3
+ }): import("react").JSX.Element;
4
4
  export default AdminUIProvider;
@@ -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-700',
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-700',
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.27",
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.0",
23
- "react": "^19.2.4",
24
- "react-dom": "^19.2.4",
25
- "tailwindcss": "^4.2.2",
26
- "@sqrzro/addon-auth": "^4.0.0-alpha.14",
27
- "@sqrzro/ui": "^4.0.0-alpha.67"
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.14",
30
+ "@types/react": "^19.2.17",
31
31
  "@types/react-dom": "^19.2.3",
32
- "concurrently": "^9.2.1",
32
+ "concurrently": "^9.2.3",
33
33
  "cpx": "^1.5.0",
34
34
  "rimraf": "^6.1.3",
35
- "tsc-alias": "^1.8.16",
35
+ "tsc-alias": "^1.9.0",
36
36
  "typescript": "^5.9.3"
37
37
  },
38
38
  "scripts": {