Skip to content

Commit

Permalink
Release v0.12.1 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
bexsoft authored Nov 13, 2023
1 parent 4ac4874 commit 4c4b18d
Show file tree
Hide file tree
Showing 8 changed files with 5,135 additions and 4,770 deletions.
5,067 changes: 2,625 additions & 2,442 deletions dist/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export interface DateTimeInputMain {
label?: string;
required?: boolean;
tooltip?: string;
name: string;
disabled?: boolean;
openPickerIcon?: "arrow" | React.ReactNode;
displayFormat?: string;
Expand Down Expand Up @@ -36,7 +35,7 @@ export interface TimeSelectorProps {
value: DateTime | null;
onChange: (value: DateTime | null) => void;
completeCallback?: () => void;
timeFormat: "12h" | "24h";
timeFormat?: "12h" | "24h";
secondsSelector: boolean;
}
export interface DateSelectorProps {
Expand Down
Loading

0 comments on commit 4c4b18d

Please sign in to comment.