@mdspl/mds-shared-ui 1.3.4 → 1.3.7
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/index.cjs +4 -4
- package/dist/index.d.ts +1 -2
- package/dist/index.js +826 -811
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -301,8 +301,7 @@ export declare const MDSButton: ({ onClick, size, variant, label, leftIcon, righ
|
|
|
301
301
|
|
|
302
302
|
export declare const MDSCheckbox: ({ value, onChange, size, label, helperText, isDisabled, required, errorText, }: IMDSCheckboxTypes) => JSX_2.Element;
|
|
303
303
|
|
|
304
|
-
export declare function MDSCombobox<T>({ label, size, width,
|
|
305
|
-
items, itemToString, itemToValue, renderItem, value, loading, placeholder, onSelect, visible, }: IMDSComboboxTypes<T>): JSX_2.Element | null;
|
|
304
|
+
export declare function MDSCombobox<T>({ label, size, width, items, itemToString, itemToValue, renderItem, value, loading, placeholder, onSelect, visible, }: IMDSComboboxTypes<T>): JSX_2.Element | null;
|
|
306
305
|
|
|
307
306
|
export declare function MDSConfirmActionDialog({ open, onClose, onConfirm, title, description, confirmLabel, cancelLabel, icon, isLoading, confirmButtonColorScheme, }: ConfirmActionDialogProps): JSX_2.Element;
|
|
308
307
|
|