@devopness/ui-react 2.153.0 → 2.153.1

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.
@@ -36,15 +36,15 @@ type ButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
36
36
  /**
37
37
  * The button component has a 15px margin on its sides, to remove activate the "noMargin" property
38
38
  */
39
- noMargin?: boolean;
39
+ $noMargin?: boolean;
40
40
  /**
41
41
  * The button component has a 10px margin on its sides, to remove activate the "noIconMargin" property
42
42
  */
43
- noIconMargin?: boolean;
43
+ $noIconMargin?: boolean;
44
44
  /**
45
45
  * The button component has a 15px padding on its sides, to remove activate the "noPadding" property
46
46
  */
47
- noPadding?: boolean;
47
+ $noPadding?: boolean;
48
48
  /**
49
49
  * It should be true if the button is wrapped in a tooltip
50
50
  */
@@ -59,6 +59,6 @@ type ButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
59
59
  iconColor?: ReturnType<typeof getColor>;
60
60
  };
61
61
  /** Primary UI component for user interaction */
62
- declare const Button: ({ type, typeSize, buttonType, color, backgroundColor, borderColor, disabled, tabIndex, loading: isLoading, icon, children, revertOrientation, noMargin, noIconMargin, noPointerEvents, iconSize, iconColor, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
62
+ declare const Button: ({ type, typeSize, buttonType, color, backgroundColor, borderColor, disabled, tabIndex, loading: isLoading, icon, children, revertOrientation, $noMargin: noMargin, $noIconMargin, noPointerEvents, iconSize, iconColor, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
63
63
  export type { ButtonProps };
64
64
  export { Button };
@@ -5,17 +5,17 @@ type CustomButton = {
5
5
  borderColor?: string;
6
6
  };
7
7
  type StyledProps = {
8
- noMargin?: boolean;
9
- noPadding?: boolean;
10
- size: NonNullable<ButtonProps['typeSize']>;
11
- variant?: string;
12
- custom?: CustomButton;
8
+ $noMargin?: boolean;
9
+ $noPadding?: boolean;
10
+ $size: NonNullable<ButtonProps['typeSize']>;
11
+ $variant?: string;
12
+ $custom?: CustomButton;
13
13
  icon?: boolean;
14
14
  alignEnd?: boolean;
15
15
  reversed: boolean;
16
16
  noPointerEvents?: boolean;
17
17
  };
18
- declare const ContentIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<ButtonProps, "noIconMargin"> & {
18
+ declare const ContentIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<ButtonProps, "$noIconMargin"> & {
19
19
  reversed: ButtonProps["revertOrientation"];
20
20
  size: Required<ButtonProps["iconSize"]>;
21
21
  }>> & string;
@@ -1,6 +1,6 @@
1
1
  declare const StyledTabs: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('@mui/material').TabsOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
2
  ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
3
- }, "value" | "className" | "style" | "aria-label" | "aria-labelledby" | "children" | "onChange" | "variant" | "action" | "orientation" | "classes" | "sx" | "slots" | "slotProps" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar">, never>> & string & Omit<import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material').TabsTypeMap<{}, "div">>, keyof import('react').Component<any, {}, any>>;
3
+ }, "value" | "className" | "style" | "aria-label" | "aria-labelledby" | "children" | "onChange" | "action" | "orientation" | "classes" | "sx" | "slots" | "slotProps" | "variant" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar">, never>> & string & Omit<import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material').TabsTypeMap<{}, "div">>, keyof import('react').Component<any, {}, any>>;
4
4
  declare const StyledTab: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('@mui/material').TabOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
5
  ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
6
6
  }, "disabled" | "value" | "className" | "style" | "tabIndex" | "children" | "icon" | "label" | "action" | "classes" | "sx" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "iconPosition" | "wrapped">, never>> & string & Omit<import('@mui/material').ExtendButtonBase<import('@mui/material').TabTypeMap<{}, "div">>, keyof import('react').Component<any, {}, any>>;