@emeraldemperaur/vector-sigma 1.4.11 → 1.4.12

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.
@@ -5,10 +5,7 @@ export interface DatePickerProps {
5
5
  inputtype?: DatePickerDesign;
6
6
  alias: string;
7
7
  inputLabel?: string;
8
- icon?: React.ReactNode;
9
8
  width: number;
10
- defaultValue?: string;
11
- value?: string;
12
9
  newRow?: boolean;
13
10
  placeholder?: string;
14
11
  readOnly?: boolean;
@@ -5,10 +5,7 @@ export interface DateRangePickerProps {
5
5
  inputtype?: DateRangePickerDesign;
6
6
  alias: string;
7
7
  inputLabel?: string;
8
- icon?: React.ReactNode;
9
8
  width: number;
10
- defaultValue?: string;
11
- value?: string;
12
9
  newRow?: boolean;
13
10
  placeholder?: string;
14
11
  readOnly?: boolean;
@@ -5,10 +5,7 @@ export interface DateTimePickerProps {
5
5
  inputtype?: DateTimePickerDesign;
6
6
  alias: string;
7
7
  inputLabel?: string;
8
- icon?: React.ReactNode;
9
8
  width: number;
10
- defaultValue?: string;
11
- value?: string;
12
9
  newRow?: boolean;
13
10
  placeholder?: string;
14
11
  readOnly?: boolean;
@@ -21,4 +18,4 @@ export interface DateTimePickerProps {
21
18
  className?: string;
22
19
  style?: React.CSSProperties;
23
20
  }
24
- export declare const DateTimePicker: ({ inputtype, alias, readOnly, newRow, isHinted, hintText, hintUrl, errorText, width, inputLabel, placeholder, value, minDate, maxDate, className, style, ...props }: DateTimePickerProps) => React.JSX.Element;
21
+ export declare const DateTimePicker: ({ inputtype, alias, readOnly, newRow, isHinted, hintText, hintUrl, errorText, width, inputLabel, placeholder, minDate, maxDate, className, style, ...props }: DateTimePickerProps) => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeraldemperaur/vector-sigma",
3
- "version": "1.4.11",
3
+ "version": "1.4.12",
4
4
  "description": "Dynamic Form Orchestrator: NPM Package",
5
5
  "repository": {
6
6
  "type": "git",