@overmap-ai/blocks 1.0.46 → 1.0.47

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.
@@ -1,7 +1,7 @@
1
1
  import { ComponentProps } from 'react';
2
2
  import { DayPicker as ReactDayPicker } from 'react-day-picker';
3
3
  import { DayPickerVariantProps } from './typings';
4
- export type DayPickerProps = Omit<ComponentProps<typeof ReactDayPicker>, "captionLayout" | "hideNavigation"> & DayPickerVariantProps;
4
+ export type DayPickerProps = ComponentProps<typeof ReactDayPicker> & DayPickerVariantProps;
5
5
  /**
6
6
  * Date picker component built on react-day-picker with consistent styling.
7
7
  * Supports single/multiple date selection, date ranges, and custom styling variants.
package/dist/blocks.js CHANGED
@@ -1718,22 +1718,19 @@ const Vo = (n) => {
1718
1718
  () => t ? { ...It, ...t } : It,
1719
1719
  [t]
1720
1720
  );
1721
- return (
1722
- /* @ts-expect-error REASON: Omit causing invalid typescript errors */
1723
- /* @__PURE__ */ i(
1724
- Ds,
1725
- {
1726
- "data-accent-color": s,
1727
- showOutsideDays: l,
1728
- components: f,
1729
- classNames: p,
1730
- startMonth: d,
1731
- endMonth: m,
1732
- hideNavigation: !1,
1733
- captionLayout: "dropdown",
1734
- ...g
1735
- }
1736
- )
1721
+ return /* @__PURE__ */ i(
1722
+ Ds,
1723
+ {
1724
+ "data-accent-color": s,
1725
+ showOutsideDays: l,
1726
+ components: f,
1727
+ classNames: p,
1728
+ startMonth: d,
1729
+ endMonth: m,
1730
+ hideNavigation: !1,
1731
+ captionLayout: "dropdown",
1732
+ ...g
1733
+ }
1737
1734
  );
1738
1735
  });
1739
1736
  $o.displayName = "DayPicker";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overmap-ai/blocks",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "A collection of React components for building Overmap's UI.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Wôrdn Inc.",