dfh-ui-library 1.12.539 → 1.12.540

Sign up to get free protection for your applications and to get access to all the features.
@@ -227,7 +227,7 @@ export interface CustomDatePickerProps {
227
227
  /**
228
228
  * Set new variant of the input
229
229
  */
230
- inputVariant?: "default" | "large";
230
+ inputVariant?: "default" | "large" | "form";
231
231
  iconType?: string;
232
232
  iconClasses?: string;
233
233
  dateFormat?: string;
package/dist/index.d.ts CHANGED
@@ -206,7 +206,7 @@ interface CustomDatePickerProps {
206
206
  /**
207
207
  * Set new variant of the input
208
208
  */
209
- inputVariant?: "default" | "large";
209
+ inputVariant?: "default" | "large" | "form";
210
210
  iconType?: string;
211
211
  iconClasses?: string;
212
212
  dateFormat?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.539",
3
+ "version": "1.12.540",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { TimelineEventProps } from "../../shared/models/components/common.model";
3
- declare const NoteEvent: React.FC<TimelineEventProps>;
4
- export default NoteEvent;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import { NoteItemProps } from "../../shared/models/components/common.model";
3
- interface NoteViewProps {
4
- notes?: NoteItemProps[];
5
- }
6
- declare const NotesEventView: React.FC<NoteViewProps>;
7
- export default NotesEventView;
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { CustomDatePickerProps } from '../../shared/models/components/common.model';
3
- declare const MonthPicker: React.FC<CustomDatePickerProps>;
4
- export default MonthPicker;
@@ -1 +0,0 @@
1
- export { default } from "./MonthPicker";
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { TimelineEventProps } from "../../shared/models/components/common.model";
3
- declare const NoteEvent: React.FC<TimelineEventProps>;
4
- export default NoteEvent;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import { NoteItemProps } from "../../shared/models/components/common.model";
3
- interface NoteViewProps {
4
- notes?: NoteItemProps[];
5
- }
6
- declare const NotesEventView: React.FC<NoteViewProps>;
7
- export default NotesEventView;
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { CustomDatePickerProps } from '../../shared/models/components/common.model';
3
- declare const MonthPicker: React.FC<CustomDatePickerProps>;
4
- export default MonthPicker;
@@ -1 +0,0 @@
1
- export { default } from "./MonthPicker";