ingred-ui 25.5.0 → 25.5.2
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.
- package/dist/components/DatePicker/DatePicker.stories.d.ts +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.stories.d.ts +2 -0
- package/dist/index.es.js +139 -139
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +210 -210
- package/dist/index.js.map +1 -1
- package/dist/styles/depth.d.ts +2 -0
- package/package.json +4 -2
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
|
12
12
|
export declare const Example: StoryObj<DatePickerProps>;
|
|
13
|
+
export declare const InConfirmModal: StoryObj<DatePickerProps>;
|
|
13
14
|
export declare const WithPresetButtons: StoryObj<DatePickerProps>;
|
|
14
15
|
export declare const WithPresetButtonsWithDefaultClick: StoryObj<DatePickerProps>;
|
|
15
16
|
export declare const Error: StoryObj<DatePickerProps>;
|
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
|
12
12
|
export declare const Example: StoryObj<DateRangePickerProps>;
|
|
13
|
+
export declare const InConfirmModal: StoryObj<DateRangePickerProps>;
|
|
13
14
|
export declare const WithPresetButtons: StoryObj<DateRangePickerProps>;
|
|
14
15
|
export declare const WithPresetButtonsWithDefaultClick: StoryObj<DateRangePickerProps>;
|
|
15
16
|
export declare const Error: StoryObj<DateRangePickerProps>;
|
|
@@ -20,3 +21,4 @@ export declare const LargeSize: StoryObj<DateRangePickerProps>;
|
|
|
20
21
|
export declare const DarkVariant: StoryObj<DateRangePickerProps>;
|
|
21
22
|
export declare const WithDateFields: StoryObj<DateRangePickerProps>;
|
|
22
23
|
export declare const WithDateFieldsAndPresetButtons: StoryObj<DateRangePickerProps>;
|
|
24
|
+
export declare const WithTimeFields: StoryObj<DateRangePickerProps>;
|