digitinary-ui 1.0.245 → 1.0.246

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,5 +1,6 @@
1
1
  import { ElementType, ComponentPropsWithRef, CSSProperties } from 'react';
2
2
  import { AlertColorType, AlertVariantType, ButtonColorType, ButtonType, ButtonVariantType, InputType, PlacementType, SizeType, SwitchColorType, PositionType, ChipColorType, ChipVariantType, RadioColorType, RadioOption, HelperTextColorType, periodType } from './types';
3
+ import type { Moment } from "moment";
3
4
  interface BaseProps {
4
5
  id?: string;
5
6
  className?: string;
@@ -303,8 +304,8 @@ export interface DateProps extends FormProps<string | null> {
303
304
  defaultFormat?: string;
304
305
  acceptSameDay?: boolean;
305
306
  setCheckDateOpened?: (value: boolean) => void;
306
- maxDate?: string | moment.Moment;
307
- minDate?: string | moment.Moment;
307
+ maxDate?: string | Moment;
308
+ minDate?: string | Moment;
308
309
  timeUnit?: timeUnit;
309
310
  allowSameDay?: boolean;
310
311
  dateFormat?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digitinary-ui",
3
- "version": "1.0.245",
3
+ "version": "1.0.246",
4
4
  "description": "Digitinary UI Library",
5
5
  "author": "Digitinary Company",
6
6
  "repository": {