@randstad-uca/design-system 1.0.74 → 1.0.76
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/package.json
CHANGED
|
@@ -97,6 +97,11 @@ declare const _default: {
|
|
|
97
97
|
description: string;
|
|
98
98
|
defaultValue: boolean;
|
|
99
99
|
};
|
|
100
|
+
showInternalError: {
|
|
101
|
+
control: string;
|
|
102
|
+
description: string;
|
|
103
|
+
defaultValue: boolean;
|
|
104
|
+
};
|
|
100
105
|
onFilesChanged: {
|
|
101
106
|
action: string;
|
|
102
107
|
};
|
|
@@ -110,6 +115,7 @@ export declare const Default: StoryFn;
|
|
|
110
115
|
export declare const RequiredField: StoryFn;
|
|
111
116
|
export declare const OptionalField: StoryFn;
|
|
112
117
|
export declare const WithHelperAndValidate: StoryFn;
|
|
118
|
+
export declare const WithoutInternalErrors: StoryFn;
|
|
113
119
|
export declare const MultipleFiles: StoryFn;
|
|
114
120
|
export declare const Disabled: StoryFn;
|
|
115
121
|
export declare const WithValue: StoryFn;
|