@pnkx-lib/ui 1.9.442 → 1.9.443

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.
@@ -13036,6 +13036,7 @@ const DatePicker = (props) => {
13036
13036
  showIcon: false,
13037
13037
  disabled,
13038
13038
  wrapperClassName: twMerge("w-full", wrapperClassName),
13039
+ popperProps: { strategy: "fixed" },
13039
13040
  ...restProps
13040
13041
  }
13041
13042
  ),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.442",
4
+ "version": "1.9.443",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",