@kbss-cvut/s-forms 0.7.1-alpha-d450379.0 → 0.7.1-alpha-1996cc2.0
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.
|
@@ -8,6 +8,9 @@ export declare const Typeahead: Story;
|
|
|
8
8
|
export declare const TypeaheadWithTree: Story;
|
|
9
9
|
export declare const DateTimePicker: Story;
|
|
10
10
|
export declare const CheckBox: Story;
|
|
11
|
-
export declare const
|
|
11
|
+
export declare const DateMaskedInput: Story;
|
|
12
|
+
export declare const DateTimeMaskedInput: Story;
|
|
13
|
+
export declare const TimeMaskedInput: Story;
|
|
14
|
+
export declare const MilitaryTimeMaskedInput: Story;
|
|
12
15
|
export declare const SparqlInput: Story;
|
|
13
16
|
export declare const TurtleInput: Story;
|
package/package.json
CHANGED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, any>;
|
|
2
|
-
export default _default;
|
|
3
|
-
export declare const TypeaheadAnswerTree: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, any>;
|