@djangocfg/ui-core 2.1.160 → 2.1.161
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/ui-core",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.161",
|
|
4
4
|
"description": "Pure React UI component library without Next.js dependencies - for Electron, Vite, CRA apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ui-components",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"playground": "playground dev"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@djangocfg/i18n": "^2.1.
|
|
79
|
+
"@djangocfg/i18n": "^2.1.161",
|
|
80
80
|
"react-device-detect": "^2.2.3",
|
|
81
81
|
"consola": "^3.4.2",
|
|
82
82
|
"lucide-react": "^0.545.0",
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
"vaul": "1.1.2"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
|
-
"@djangocfg/i18n": "^2.1.
|
|
141
|
+
"@djangocfg/i18n": "^2.1.161",
|
|
142
142
|
"@djangocfg/playground": "workspace:*",
|
|
143
|
-
"@djangocfg/typescript-config": "^2.1.
|
|
143
|
+
"@djangocfg/typescript-config": "^2.1.161",
|
|
144
144
|
"@types/node": "^24.7.2",
|
|
145
145
|
"@types/react": "^19.1.0",
|
|
146
146
|
"@types/react-dom": "^19.1.0",
|
|
@@ -360,7 +360,7 @@ export function LanguageSelect({
|
|
|
360
360
|
value={search}
|
|
361
361
|
onValueChange={setSearch}
|
|
362
362
|
/>
|
|
363
|
-
<CommandList className="max-h-[300px]">
|
|
363
|
+
<CommandList className="max-h-[300px] overflow-y-auto">
|
|
364
364
|
{filteredLanguages.length === 0 ? (
|
|
365
365
|
<CommandEmpty>{resolvedEmptyText}</CommandEmpty>
|
|
366
366
|
) : (
|