flexible-multi-calendar-datepicker 1.0.6 → 1.0.7
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/README.md +2 -1
- package/dist/index.cjs +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,7 +46,8 @@ automatically for the active calendar.
|
|
|
46
46
|
- Width- and height-aware responsive sizing on mobile, tablet and desktop
|
|
47
47
|
- Consistent `rem`-based typography, spacing and corner radius
|
|
48
48
|
- Responsive placement without covering the trigger element
|
|
49
|
-
- Automatic repositioning on resize and orientation changes
|
|
49
|
+
- Automatic repositioning on resize and orientation changes
|
|
50
|
+
- Stable calendar scale while scrolling, with bottom-first and automatic top placement
|
|
50
51
|
- Stays open and tracks its trigger during page, container and mobile visual-viewport scrolling
|
|
51
52
|
- Portal rendering to avoid clipping by parent containers
|
|
52
53
|
- Outside-click and Escape-key closing
|