@djangocfg/ui-tools 2.1.123 → 2.1.124

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-tools",
3
- "version": "2.1.123",
3
+ "version": "2.1.124",
4
4
  "description": "Heavy React tools with lazy loading - for Electron, Vite, CRA, Next.js apps",
5
5
  "keywords": [
6
6
  "ui-tools",
@@ -62,8 +62,8 @@
62
62
  "check": "tsc --noEmit"
63
63
  },
64
64
  "peerDependencies": {
65
- "@djangocfg/i18n": "^2.1.123",
66
- "@djangocfg/ui-core": "^2.1.123",
65
+ "@djangocfg/i18n": "^2.1.124",
66
+ "@djangocfg/ui-core": "^2.1.124",
67
67
  "lucide-react": "^0.545.0",
68
68
  "react": "^19.0.0",
69
69
  "react-dom": "^19.0.0",
@@ -95,10 +95,10 @@
95
95
  "@maplibre/maplibre-gl-geocoder": "^1.7.0"
96
96
  },
97
97
  "devDependencies": {
98
- "@djangocfg/i18n": "^2.1.123",
98
+ "@djangocfg/i18n": "^2.1.124",
99
99
  "@djangocfg/playground": "workspace:*",
100
- "@djangocfg/typescript-config": "^2.1.123",
101
- "@djangocfg/ui-core": "^2.1.123",
100
+ "@djangocfg/typescript-config": "^2.1.124",
101
+ "@djangocfg/ui-core": "^2.1.124",
102
102
  "@types/mapbox__mapbox-gl-draw": "^1.4.8",
103
103
  "@types/node": "^24.7.2",
104
104
  "@types/react": "^19.1.0",
@@ -268,7 +268,7 @@ export const GalleryCompact = memo(function GalleryCompact({
268
268
  opts={{
269
269
  loop: true,
270
270
  }}
271
- className="absolute inset-0"
271
+ className="w-full h-full"
272
272
  >
273
273
  <CarouselContent className="-ml-0 h-full">
274
274
  {images.map((image, index) => {