@djangocfg/ui-tools 2.1.293 → 2.1.294
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.
|
|
3
|
+
"version": "2.1.294",
|
|
4
4
|
"description": "Heavy React tools with lazy loading - for Electron, Vite, CRA, Next.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ui-tools",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
"check": "tsc --noEmit"
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|
|
94
|
-
"@djangocfg/i18n": "^2.1.
|
|
95
|
-
"@djangocfg/ui-core": "^2.1.
|
|
94
|
+
"@djangocfg/i18n": "^2.1.294",
|
|
95
|
+
"@djangocfg/ui-core": "^2.1.294",
|
|
96
96
|
"consola": "^3.4.2",
|
|
97
97
|
"lodash-es": "^4.18.1",
|
|
98
98
|
"lucide-react": "^0.545.0",
|
|
@@ -140,10 +140,10 @@
|
|
|
140
140
|
"@maplibre/maplibre-gl-geocoder": "^1.7.0"
|
|
141
141
|
},
|
|
142
142
|
"devDependencies": {
|
|
143
|
-
"@djangocfg/i18n": "^2.1.
|
|
143
|
+
"@djangocfg/i18n": "^2.1.294",
|
|
144
144
|
"@djangocfg/playground": "workspace:*",
|
|
145
|
-
"@djangocfg/typescript-config": "^2.1.
|
|
146
|
-
"@djangocfg/ui-core": "^2.1.
|
|
145
|
+
"@djangocfg/typescript-config": "^2.1.294",
|
|
146
|
+
"@djangocfg/ui-core": "^2.1.294",
|
|
147
147
|
"@types/lodash-es": "^4.17.12",
|
|
148
148
|
"@types/mapbox__mapbox-gl-draw": "^1.4.8",
|
|
149
149
|
"@types/node": "^24.7.2",
|
|
@@ -57,7 +57,8 @@ When **Try it** is clicked, a slide-in playground opens from the right. It start
|
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
- Sidebar click → smooth-scroll to that section (no playground).
|
|
60
|
-
- Scrollspy highlights the active section in the sidebar as you read.
|
|
60
|
+
- Scrollspy highlights the active section in the sidebar as you read. The active row also auto-scrolls into view inside the sidebar (`block: 'nearest'`), so it never ends up hidden under the fold.
|
|
61
|
+
- Sidebar list has a `pb-[10vh]` tail so the last endpoint isn't kissed by the bottom edge.
|
|
61
62
|
- Per-endpoint **Try it** loads the endpoint and slides the playground in.
|
|
62
63
|
- Widths are `clamp()`-driven: narrow ≈ `clamp(380px, 30vw, 480px)`, wide ≈ `clamp(720px, 60vw, 1280px)`.
|
|
63
64
|
- Close with `×` or `Esc`. On viewports below 1024px the panel becomes a `ResponsiveSheet` (mobile-friendly bottom drawer).
|