mayak-common-library 0.0.741 → 0.0.743
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1292,7 +1292,7 @@ declare const ToggleSort: FC<ToggleSortProps>;
|
|
|
1292
1292
|
|
|
1293
1293
|
declare const StyledButton: _emotion_styled.StyledComponent<_mui_material.ButtonOwnProps & Omit<_mui_material.ButtonBaseOwnProps, "classes"> & _mui_material_OverridableComponent.CommonProps & Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
1294
1294
|
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
|
1295
|
-
}, "style" | "children" | "className" | "tabIndex" | "color" | "href" | "sx" | "disabled" | "action" | "size" | "classes" | "
|
|
1295
|
+
}, "style" | "children" | "className" | "tabIndex" | "color" | "href" | "sx" | "disabled" | "action" | "size" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant"> & {
|
|
1296
1296
|
theme?: _emotion_react.Theme;
|
|
1297
1297
|
}, {}, {}>;
|
|
1298
1298
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1292,7 +1292,7 @@ declare const ToggleSort: FC<ToggleSortProps>;
|
|
|
1292
1292
|
|
|
1293
1293
|
declare const StyledButton: _emotion_styled.StyledComponent<_mui_material.ButtonOwnProps & Omit<_mui_material.ButtonBaseOwnProps, "classes"> & _mui_material_OverridableComponent.CommonProps & Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
1294
1294
|
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
|
1295
|
-
}, "style" | "children" | "className" | "tabIndex" | "color" | "href" | "sx" | "disabled" | "action" | "size" | "classes" | "
|
|
1295
|
+
}, "style" | "children" | "className" | "tabIndex" | "color" | "href" | "sx" | "disabled" | "action" | "size" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "startIcon" | "variant"> & {
|
|
1296
1296
|
theme?: _emotion_react.Theme;
|
|
1297
1297
|
}, {}, {}>;
|
|
1298
1298
|
|