@sqrzro/admin 4.0.0-alpha.24 → 4.0.0-alpha.25

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.
@@ -80,6 +80,16 @@ const classNameConfig = twx({
80
80
  },
81
81
  },
82
82
  },
83
+ colorInput: {
84
+ root: {
85
+ default: 'text-md flex min-h-10 w-36 items-center gap-2 rounded border border-slate-300 bg-white pl-2',
86
+ states: { isError: 'border-red-500' },
87
+ },
88
+ icon: 'h-6 w-6 rounded-full border border-slate-300',
89
+ label: 'block leading-none',
90
+ placeholder: 'block leading-none text-slate-400',
91
+ clear: 'mr-2 h-4 w-4 flex-none rounded-full border border-slate-500 text-slate-600',
92
+ },
83
93
  container: {
84
94
  root: 'mx-auto w-full max-w-6xl px-8',
85
95
  },
@@ -4,6 +4,7 @@ const iconConfig = {
4
4
  'appNavigation.menu': ChevronDownIcon,
5
5
  'calendar.next': ChevronRightIcon,
6
6
  'calendar.previous': ChevronLeftIcon,
7
+ 'colorInput.clear': XMarkIcon,
7
8
  'csvInput.success': CheckCircleIcon,
8
9
  'csvInput.upload': ArrowUpTrayIcon,
9
10
  'dropdown.control': ChevronDownIcon,
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.24",
4
+ "version": "4.0.0-alpha.25",
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.2",
26
- "@sqrzro/addon-auth": "^4.0.0-alpha.13",
27
- "@sqrzro/ui": "^4.0.0-alpha.57"
26
+ "@sqrzro/addon-auth": "^4.0.0-alpha.14",
27
+ "@sqrzro/ui": "^4.0.0-alpha.61"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/react": "^19.2.14",