react-miui 0.35.0 → 0.36.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.
- package/CHANGELOG.md +4 -0
- package/dist/components/layout/header/HeaderIconAction.d.ts.map +1 -1
- package/dist/components/layout/header/HeaderIconAction.js +13 -3
- package/dist/components/layout/header/HeaderIconAction.js.map +1 -1
- package/dist/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
- package/dist/components/layout/header/HeaderIconAction.styled.js +11 -17
- package/dist/components/layout/header/HeaderIconAction.styled.js.map +1 -1
- package/dist/components/layout/list/Item.d.ts.map +1 -1
- package/dist/components/layout/list/Item.js +17 -7
- package/dist/components/layout/list/Item.js.map +1 -1
- package/dist/components/layout/list/Item.styled.d.ts.map +1 -1
- package/dist/components/layout/list/Item.styled.js +2 -1
- package/dist/components/layout/list/Item.styled.js.map +1 -1
- package/dist/components/ui/button/Button.d.ts +94 -1
- package/dist/components/ui/button/Button.d.ts.map +1 -1
- package/dist/components/ui/button/Button.js +59 -2
- package/dist/components/ui/button/Button.js.map +1 -1
- package/dist/components/ui/button/Button.styled.d.ts +2 -2
- package/dist/components/ui/button/Button.styled.d.ts.map +1 -1
- package/dist/components/ui/button/Button.styled.js +4 -3
- package/dist/components/ui/button/Button.styled.js.map +1 -1
- package/dist/components/ui/directionPad/Button.d.ts.map +1 -1
- package/dist/components/ui/directionPad/Button.js +7 -2
- package/dist/components/ui/directionPad/Button.js.map +1 -1
- package/dist/components/ui/directionPad/Button.styled.d.ts.map +1 -1
- package/dist/components/ui/directionPad/Button.styled.js +2 -1
- package/dist/components/ui/directionPad/Button.styled.js.map +1 -1
- package/dist/components/ui/directionPad/Middle.d.ts.map +1 -1
- package/dist/components/ui/directionPad/Middle.js +7 -1
- package/dist/components/ui/directionPad/Middle.js.map +1 -1
- package/dist/components/ui/directionPad/Middle.styled.d.ts.map +1 -1
- package/dist/components/ui/directionPad/Middle.styled.js +2 -1
- package/dist/components/ui/directionPad/Middle.styled.js.map +1 -1
- package/dist/components/ui/modal/ModalButtons.d.ts +179 -1
- package/dist/components/ui/modal/ModalButtons.d.ts.map +1 -1
- package/dist/components/ui/modal/ModalButtons.js +63 -2
- package/dist/components/ui/modal/ModalButtons.js.map +1 -1
- package/dist/components/ui/modal/ModalButtons.styled.d.ts +90 -91
- package/dist/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
- package/dist/components/ui/modal/ModalButtons.styled.js +5 -7
- package/dist/components/ui/modal/ModalButtons.styled.js.map +1 -1
- package/dist/components/ui/pop/Pop.styled.d.ts.map +1 -1
- package/dist/components/ui/pop/Pop.styled.js +15 -17
- package/dist/components/ui/pop/Pop.styled.js.map +1 -1
- package/dist/components/ui/pop/PopOption.d.ts.map +1 -1
- package/dist/components/ui/pop/PopOption.js +7 -2
- package/dist/components/ui/pop/PopOption.js.map +1 -1
- package/dist/components/ui/toolButton/ToolButton.d.ts +94 -1
- package/dist/components/ui/toolButton/ToolButton.d.ts.map +1 -1
- package/dist/components/ui/toolButton/ToolButton.js +59 -2
- package/dist/components/ui/toolButton/ToolButton.js.map +1 -1
- package/dist/components/ui/toolButton/ToolButton.styled.d.ts +2 -2
- package/dist/components/ui/toolButton/ToolButton.styled.d.ts.map +1 -1
- package/dist/components/ui/toolButton/ToolButton.styled.js +20 -25
- package/dist/components/ui/toolButton/ToolButton.styled.js.map +1 -1
- package/dist/utils/useRipple.d.ts +15 -0
- package/dist/utils/useRipple.d.ts.map +1 -0
- package/dist/utils/useRipple.js +120 -0
- package/dist/utils/useRipple.js.map +1 -0
- package/dist/utils/useRipple.styled.d.ts +28 -0
- package/dist/utils/useRipple.styled.d.ts.map +1 -0
- package/dist/utils/useRipple.styled.js +36 -0
- package/dist/utils/useRipple.styled.js.map +1 -0
- package/docs/classes/index.Pop.html +7 -7
- package/docs/documents/Test.html +2 -2
- package/docs/enums/index.ICON.html +2 -2
- package/docs/functions/index.Action.html +3 -3
- package/docs/functions/index.Button.html +3 -9
- package/docs/functions/index.Card.html +2 -2
- package/docs/functions/index.Checkbox.html +3 -3
- package/docs/functions/index.Choice.html +2 -2
- package/docs/functions/index.ColorPicker.html +3 -3
- package/docs/functions/index.CoveringLoader.html +3 -3
- package/docs/functions/index.DirectionPad.html +2 -2
- package/docs/functions/index.Drawer.html +2 -2
- package/docs/functions/index.EqualActions.html +2 -2
- package/docs/functions/index.FullLoader.html +3 -3
- package/docs/functions/index.Gap.html +2 -2
- package/docs/functions/index.HandleEsc.html +3 -3
- package/docs/functions/index.Header.html +3 -3
- package/docs/functions/index.HeaderIconAction.html +3 -3
- package/docs/functions/index.Icon-1.html +2 -2
- package/docs/functions/index.If.html +3 -3
- package/docs/functions/index.Input.html +1 -1
- package/docs/functions/index.KeyValue.html +2 -2
- package/docs/functions/index.Label.html +2 -2
- package/docs/functions/index.Line.html +3 -3
- package/docs/functions/index.List.html +2 -2
- package/docs/functions/index.Loader.html +3 -3
- package/docs/functions/index.Loading.html +3 -3
- package/docs/functions/index.Message.html +3 -3
- package/docs/functions/index.Modal.html +2 -2
- package/docs/functions/index.ModalButtons.html +3 -3
- package/docs/functions/index.PopLoader.html +3 -3
- package/docs/functions/index.PopOption.html +2 -2
- package/docs/functions/index.Progress.html +2 -2
- package/docs/functions/index.SearchContainer.html +2 -2
- package/docs/functions/index.Section.html +4 -4
- package/docs/functions/index.Select.html +2 -2
- package/docs/functions/index.Selector.html +2 -2
- package/docs/functions/index.Spacer.html +2 -2
- package/docs/functions/index.Stats.html +2 -2
- package/docs/functions/index.StickyHeader.html +4 -4
- package/docs/functions/index.Table.html +2 -2
- package/docs/functions/index.TextArea.html +2 -2
- package/docs/functions/index.TimePicker.html +2 -2
- package/docs/functions/index.ToasterProvider.html +3 -3
- package/docs/functions/index.Toggle.html +3 -3
- package/docs/functions/index.ToolButton.html +3 -9
- package/docs/functions/index.Tooltip.html +3 -3
- package/docs/functions/index.TooltipProvider.html +2 -2
- package/docs/functions/index.borderPxToRem.html +1 -1
- package/docs/functions/index.createTheme.html +1 -1
- package/docs/functions/index.css.html +1 -1
- package/docs/functions/index.dimensionsPxToRem.html +1 -1
- package/docs/functions/index.fontPxToRem.html +1 -1
- package/docs/functions/index.getCssText.html +1 -1
- package/docs/functions/index.globalCss.html +2 -2
- package/docs/functions/index.injectGlobalStyles.html +1 -1
- package/docs/functions/index.keyframes.html +1 -1
- package/docs/functions/index.pxToRem.html +1 -1
- package/docs/functions/index.styled.html +1 -1
- package/docs/functions/index.toast.html +2 -2
- package/docs/functions/index.useToaster.html +1 -1
- package/docs/index.html +2 -2
- package/docs/interfaces/index.IconProps.html +2 -2
- package/docs/interfaces/index.InputCustomProps.html +3 -3
- package/docs/interfaces/index.LoaderProps.html +6 -6
- package/docs/interfaces/index.StickyHeaderProps.html +4 -4
- package/docs/interfaces/index.ToasterProviderProps.html +3 -3
- package/docs/interfaces/index.TooltipProps.html +14 -14
- package/docs/interfaces/index.TooltipProviderProps.html +5 -5
- package/docs/modules/index.html +1 -1
- package/docs/modules.html +1 -1
- package/docs/types/index.ActionProps.html +1 -1
- package/docs/types/index.CardProps.html +1 -1
- package/docs/types/index.CheckboxProps.html +2 -2
- package/docs/types/index.ChoiceProps.html +1 -1
- package/docs/types/index.ColorPickerProps.html +1 -1
- package/docs/types/index.DirectionPadProps.html +1 -1
- package/docs/types/index.DrawerFrom.html +1 -1
- package/docs/types/index.DrawerProps.html +2 -2
- package/docs/types/index.EqualActionsProps.html +1 -1
- package/docs/types/index.HeaderProps.html +1 -1
- package/docs/types/index.InputProps.html +1 -1
- package/docs/types/index.KeyValueProps.html +1 -1
- package/docs/types/index.LabelProps.html +1 -1
- package/docs/types/index.OverwriteProps.html +1 -1
- package/docs/types/index.ProgressProps.html +2 -2
- package/docs/types/index.SelectProps.html +1 -1
- package/docs/types/index.SelectorProps.html +1 -1
- package/docs/types/index.Stat.html +1 -1
- package/docs/types/index.StatsProps.html +1 -1
- package/docs/types/index.TextAreaProps.html +1 -1
- package/docs/types/index.ThemeCSS.html +1 -1
- package/docs/types/index.TimePickerProps.html +1 -1
- package/docs/types/index.ToggleProps.html +2 -2
- package/docs/variables/index.ActionBadgeSelector.html +1 -1
- package/docs/variables/index.ActionCircleSelector.html +1 -1
- package/docs/variables/index.CheckboxCheckmarkWrapperSelector.html +1 -1
- package/docs/variables/index.CheckboxTextLabelSelector.html +1 -1
- package/docs/variables/index.ChoiceItemSelector.html +1 -1
- package/docs/variables/index.ColorPickerColorDisplaySelector.html +1 -1
- package/docs/variables/index.DirectionPadButtonDotSelector.html +1 -1
- package/docs/variables/index.DirectionPadButtonSelector.html +1 -1
- package/docs/variables/index.DirectionPadLineSelector.html +1 -1
- package/docs/variables/index.DirectionPadMiddleSelector.html +1 -1
- package/docs/variables/index.DrawerContentSelector.html +1 -1
- package/docs/variables/index.HeaderAfterSelector.html +1 -1
- package/docs/variables/index.HeaderBeforeSelector.html +1 -1
- package/docs/variables/index.HeaderContentsSelector.html +1 -1
- package/docs/variables/index.HeaderIconActionIconSelector.html +1 -1
- package/docs/variables/index.InputContainerSelector.html +1 -1
- package/docs/variables/index.InputInputSelector.html +1 -1
- package/docs/variables/index.InputLabelSelector.html +1 -1
- package/docs/variables/index.InputPrefixSelector.html +1 -1
- package/docs/variables/index.InputSuffixSelector.html +1 -1
- package/docs/variables/index.KeyValueIconSelector.html +1 -1
- package/docs/variables/index.KeyValueItemSelector.html +1 -1
- package/docs/variables/index.KeyValueKeySelector.html +1 -1
- package/docs/variables/index.KeyValuePairSelector.html +1 -1
- package/docs/variables/index.KeyValueValueSelector.html +1 -1
- package/docs/variables/index.LabelTextSelector.html +1 -1
- package/docs/variables/index.ListItemInnerContainerClassNameSelector.html +1 -1
- package/docs/variables/index.ModalContainerSelector.html +1 -1
- package/docs/variables/index.ModalRemovePaddingSelector.html +1 -1
- package/docs/variables/index.ModalTitleSelector.html +1 -1
- package/docs/variables/index.PopListSelector.html +1 -1
- package/docs/variables/index.PopOptionButtonSelector.html +1 -1
- package/docs/variables/index.PopOptionIconSelector.html +1 -1
- package/docs/variables/index.PopOverlaySelector.html +1 -1
- package/docs/variables/index.ProgressBackgroundSelector.html +1 -1
- package/docs/variables/index.ProgressValueSelector.html +1 -1
- package/docs/variables/index.SelectorItemSelector.html +1 -1
- package/docs/variables/index.StatsItemSelector.html +1 -1
- package/docs/variables/index.StatsLabelSelector.html +1 -1
- package/docs/variables/index.StatsSeparatorSelector.html +1 -1
- package/docs/variables/index.StatsValueSelector.html +1 -1
- package/docs/variables/index.TextAreaLabelSelector.html +1 -1
- package/docs/variables/index.TextAreaTextAreaSelector.html +1 -1
- package/docs/variables/index.TextAreaWrapperSelector.html +1 -1
- package/docs/variables/index.ToggleStyledToggleSelector.html +1 -1
- package/docs/variables/index.TooltipContentSelector.html +1 -1
- package/docs/variables/index.config.html +1 -1
- package/docs/variables/index.cssReset.html +2 -2
- package/docs/variables/index.darkTheme.html +1 -1
- package/docs/variables/index.miuiScrollbars.html +1 -1
- package/docs/variables/index.theme.html +1 -1
- package/esm/components/layout/header/HeaderIconAction.d.ts.map +1 -1
- package/esm/components/layout/header/HeaderIconAction.js +13 -3
- package/esm/components/layout/header/HeaderIconAction.js.map +1 -1
- package/esm/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
- package/esm/components/layout/header/HeaderIconAction.styled.js +11 -17
- package/esm/components/layout/header/HeaderIconAction.styled.js.map +1 -1
- package/esm/components/layout/list/Item.d.ts.map +1 -1
- package/esm/components/layout/list/Item.js +18 -8
- package/esm/components/layout/list/Item.js.map +1 -1
- package/esm/components/layout/list/Item.styled.d.ts.map +1 -1
- package/esm/components/layout/list/Item.styled.js +2 -1
- package/esm/components/layout/list/Item.styled.js.map +1 -1
- package/esm/components/ui/button/Button.d.ts +94 -1
- package/esm/components/ui/button/Button.d.ts.map +1 -1
- package/esm/components/ui/button/Button.js +15 -1
- package/esm/components/ui/button/Button.js.map +1 -1
- package/esm/components/ui/button/Button.styled.d.ts +2 -2
- package/esm/components/ui/button/Button.styled.d.ts.map +1 -1
- package/esm/components/ui/button/Button.styled.js +3 -2
- package/esm/components/ui/button/Button.styled.js.map +1 -1
- package/esm/components/ui/directionPad/Button.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Button.js +7 -2
- package/esm/components/ui/directionPad/Button.js.map +1 -1
- package/esm/components/ui/directionPad/Button.styled.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Button.styled.js +2 -1
- package/esm/components/ui/directionPad/Button.styled.js.map +1 -1
- package/esm/components/ui/directionPad/Middle.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Middle.js +7 -1
- package/esm/components/ui/directionPad/Middle.js.map +1 -1
- package/esm/components/ui/directionPad/Middle.styled.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Middle.styled.js +2 -1
- package/esm/components/ui/directionPad/Middle.styled.js.map +1 -1
- package/esm/components/ui/modal/ModalButtons.d.ts +179 -1
- package/esm/components/ui/modal/ModalButtons.d.ts.map +1 -1
- package/esm/components/ui/modal/ModalButtons.js +19 -1
- package/esm/components/ui/modal/ModalButtons.js.map +1 -1
- package/esm/components/ui/modal/ModalButtons.styled.d.ts +90 -91
- package/esm/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
- package/esm/components/ui/modal/ModalButtons.styled.js +3 -6
- package/esm/components/ui/modal/ModalButtons.styled.js.map +1 -1
- package/esm/components/ui/pop/Pop.styled.d.ts.map +1 -1
- package/esm/components/ui/pop/Pop.styled.js +15 -17
- package/esm/components/ui/pop/Pop.styled.js.map +1 -1
- package/esm/components/ui/pop/PopOption.d.ts.map +1 -1
- package/esm/components/ui/pop/PopOption.js +7 -2
- package/esm/components/ui/pop/PopOption.js.map +1 -1
- package/esm/components/ui/toolButton/ToolButton.d.ts +94 -1
- package/esm/components/ui/toolButton/ToolButton.d.ts.map +1 -1
- package/esm/components/ui/toolButton/ToolButton.js +15 -1
- package/esm/components/ui/toolButton/ToolButton.js.map +1 -1
- package/esm/components/ui/toolButton/ToolButton.styled.d.ts +2 -2
- package/esm/components/ui/toolButton/ToolButton.styled.d.ts.map +1 -1
- package/esm/components/ui/toolButton/ToolButton.styled.js +19 -24
- package/esm/components/ui/toolButton/ToolButton.styled.js.map +1 -1
- package/esm/utils/useRipple.d.ts +15 -0
- package/esm/utils/useRipple.d.ts.map +1 -0
- package/esm/utils/useRipple.js +84 -0
- package/esm/utils/useRipple.js.map +1 -0
- package/esm/utils/useRipple.styled.d.ts +28 -0
- package/esm/utils/useRipple.styled.d.ts.map +1 -0
- package/esm/utils/useRipple.styled.js +33 -0
- package/esm/utils/useRipple.styled.js.map +1 -0
- package/package.json +1 -1
- package/src/components/layout/header/HeaderIconAction.styled.ts +11 -18
- package/src/components/layout/header/HeaderIconAction.tsx +32 -5
- package/src/components/layout/list/Item.styled.ts +2 -1
- package/src/components/layout/list/Item.tsx +38 -5
- package/src/components/ui/button/Button.styled.ts +3 -2
- package/src/components/ui/button/Button.tsx +33 -1
- package/src/components/ui/directionPad/Button.styled.ts +2 -1
- package/src/components/ui/directionPad/Button.tsx +13 -1
- package/src/components/ui/directionPad/Middle.styled.ts +2 -1
- package/src/components/ui/directionPad/Middle.tsx +13 -1
- package/src/components/ui/modal/ModalButtons.styled.ts +4 -7
- package/src/components/ui/modal/ModalButtons.tsx +38 -1
- package/src/components/ui/pop/Pop.styled.ts +15 -18
- package/src/components/ui/pop/PopOption.tsx +15 -1
- package/src/components/ui/toolButton/ToolButton.styled.ts +20 -26
- package/src/components/ui/toolButton/ToolButton.tsx +33 -0
- package/src/utils/useRipple.styled.ts +56 -0
- package/src/utils/useRipple.tsx +139 -0
- package/src/components/ui/toolButton/ToolButton.ts +0 -1
|
@@ -1,27 +1,24 @@
|
|
|
1
1
|
import { dimensionsPxToRem, fontPxToRem, styled } from "../../../theme";
|
|
2
|
+
import { rippleHostStyles } from "../../../utils/useRipple.styled";
|
|
2
3
|
|
|
3
4
|
/**
|
|
4
5
|
* Small buttons for toolbars
|
|
5
6
|
*/
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
7
|
+
const StyledToolButton = styled("button", rippleHostStyles, {
|
|
8
|
+
height: dimensionsPxToRem(79),
|
|
9
|
+
borderRadius: dimensionsPxToRem(10),
|
|
10
|
+
fontWeight: "bold",
|
|
11
|
+
fontSize: fontPxToRem(23),
|
|
12
|
+
display: "flex",
|
|
13
|
+
alignItems: "center",
|
|
14
|
+
justifyContent: "center",
|
|
15
|
+
paddingInline: dimensionsPxToRem(16),
|
|
16
|
+
background: "white",
|
|
17
|
+
boxSizing: "border-box",
|
|
18
|
+
border: `${dimensionsPxToRem(6)} solid transparent`,
|
|
19
|
+
color: "$toolButtonText",
|
|
18
20
|
|
|
19
|
-
|
|
20
|
-
"&:hover": {
|
|
21
|
-
background: "#ffffffcc",
|
|
22
|
-
},
|
|
23
|
-
|
|
24
|
-
"variants": {
|
|
21
|
+
variants: {
|
|
25
22
|
inline: {
|
|
26
23
|
true: {
|
|
27
24
|
width: "auto",
|
|
@@ -30,19 +27,16 @@ const ToolButton = styled("button", {
|
|
|
30
27
|
},
|
|
31
28
|
variant: {
|
|
32
29
|
secondary: {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"&:hover": {
|
|
37
|
-
background: "#ffffff22",
|
|
38
|
-
},
|
|
39
|
-
"color": "white",
|
|
30
|
+
border: `${dimensionsPxToRem(6)} solid #ffffff42`,
|
|
31
|
+
background: "none",
|
|
32
|
+
color: "white",
|
|
40
33
|
},
|
|
41
34
|
secondaryOnLight: {
|
|
42
35
|
"border": `${dimensionsPxToRem(6)} solid $border`,
|
|
43
36
|
"background": "none",
|
|
44
37
|
"color": "$text",
|
|
45
38
|
|
|
39
|
+
// emphasize border on hover (more than just the universal tint overlay)
|
|
46
40
|
"&:hover": {
|
|
47
41
|
borderColor: "$buttonBorder",
|
|
48
42
|
},
|
|
@@ -52,5 +46,5 @@ const ToolButton = styled("button", {
|
|
|
52
46
|
});
|
|
53
47
|
|
|
54
48
|
export {
|
|
55
|
-
|
|
49
|
+
StyledToolButton,
|
|
56
50
|
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, { forwardRef } from "react";
|
|
2
|
+
|
|
3
|
+
import { useForwardedRef } from "@bedrock-layout/use-forwarded-ref";
|
|
4
|
+
|
|
5
|
+
import { useRipple } from "../../../utils/useRipple";
|
|
6
|
+
import { StyledToolButton } from "./ToolButton.styled";
|
|
7
|
+
|
|
8
|
+
type Props = React.ComponentProps<typeof StyledToolButton>;
|
|
9
|
+
|
|
10
|
+
const ToolButton = forwardRef<HTMLButtonElement, Props>((props, ref) => {
|
|
11
|
+
const { children, onPointerDown, onKeyDown, ...rest } = props;
|
|
12
|
+
const innerRef = useForwardedRef(ref);
|
|
13
|
+
const ripple = useRipple({ ref: innerRef, onPointerDown, onKeyDown });
|
|
14
|
+
|
|
15
|
+
return (
|
|
16
|
+
<StyledToolButton
|
|
17
|
+
ref={innerRef}
|
|
18
|
+
onPointerDown={ripple.onPointerDown}
|
|
19
|
+
onKeyDown={ripple.onKeyDown}
|
|
20
|
+
{...rest}
|
|
21
|
+
>
|
|
22
|
+
{children}
|
|
23
|
+
{ripple.ripples}
|
|
24
|
+
</StyledToolButton>
|
|
25
|
+
);
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
ToolButton.displayName = "ToolButton";
|
|
29
|
+
ToolButton.toString = () => StyledToolButton.toString();
|
|
30
|
+
|
|
31
|
+
export {
|
|
32
|
+
ToolButton,
|
|
33
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { keyframes } from "../theme";
|
|
2
|
+
|
|
3
|
+
const rippleKeyframes = keyframes({
|
|
4
|
+
"0%": { transform: "scale(0)", opacity: 0.35 },
|
|
5
|
+
"100%": { transform: "scale(1)", opacity: 0 },
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Use with Stitches `styled(...)` definition to make the element a ripple host.
|
|
10
|
+
* Pair with `useRipple()` which provides handlers and rendered ripple spans.
|
|
11
|
+
*
|
|
12
|
+
* Sets `position: relative` and `overflow: hidden` on the host.
|
|
13
|
+
*
|
|
14
|
+
* To disable the effect for an element or whole subtree, set the CSS variable
|
|
15
|
+
* `--miui-ripple: 0` on the element or any ancestor. The hover/active overlay
|
|
16
|
+
* opacity is multiplied by this var and the JS hook skips ripple creation when
|
|
17
|
+
* it reads `0`.
|
|
18
|
+
*/
|
|
19
|
+
const rippleHostStyles = {
|
|
20
|
+
"position": "relative",
|
|
21
|
+
"overflow": "hidden",
|
|
22
|
+
"WebkitTapHighlightColor": "transparent",
|
|
23
|
+
"transition": "box-shadow 150ms ease-out",
|
|
24
|
+
|
|
25
|
+
// Subtle hover/active overlay so interactive elements look clickable.
|
|
26
|
+
// Scoped to `a`/`button` so non-interactive hosts (e.g. List.Item rendered
|
|
27
|
+
// as <div>) don't get false affordances. `:active` also serves as the
|
|
28
|
+
// minimal feedback for users with `prefers-reduced-motion: reduce`,
|
|
29
|
+
// who don't see the ripple.
|
|
30
|
+
"&:where(a, button):hover:not(:disabled):not([aria-disabled='true'])": {
|
|
31
|
+
boxShadow: "inset 0 0 0 9999px color-mix(in srgb, currentColor calc(6% * var(--miui-ripple, 1)), transparent)",
|
|
32
|
+
},
|
|
33
|
+
"&:where(a, button):active:not(:disabled):not([aria-disabled='true'])": {
|
|
34
|
+
boxShadow: "inset 0 0 0 9999px color-mix(in srgb, currentColor calc(12% * var(--miui-ripple, 1)), transparent)",
|
|
35
|
+
},
|
|
36
|
+
|
|
37
|
+
"@media (prefers-reduced-motion: reduce)": {
|
|
38
|
+
transition: "none",
|
|
39
|
+
},
|
|
40
|
+
|
|
41
|
+
"& > span[data-miui-ripple]": {
|
|
42
|
+
position: "absolute",
|
|
43
|
+
pointerEvents: "none",
|
|
44
|
+
borderRadius: "50%",
|
|
45
|
+
backgroundColor: "currentColor",
|
|
46
|
+
transform: "scale(0)",
|
|
47
|
+
opacity: 0,
|
|
48
|
+
animationName: String(rippleKeyframes),
|
|
49
|
+
animationTimingFunction: "ease-out",
|
|
50
|
+
animationFillMode: "forwards",
|
|
51
|
+
},
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export {
|
|
55
|
+
rippleHostStyles,
|
|
56
|
+
};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import React, { useCallback, useRef, useState } from "react";
|
|
2
|
+
|
|
3
|
+
type Ripple = {
|
|
4
|
+
id: number;
|
|
5
|
+
x: number;
|
|
6
|
+
y: number;
|
|
7
|
+
size: number;
|
|
8
|
+
duration: number;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
const HALF = 2;
|
|
12
|
+
const RIPPLE_SPEED_PX_PER_MS = 1.5;
|
|
13
|
+
const RIPPLE_MIN_DURATION_MS = 250;
|
|
14
|
+
|
|
15
|
+
const prefersReducedMotion = (): boolean => {
|
|
16
|
+
if (typeof window === "undefined") {
|
|
17
|
+
return false;
|
|
18
|
+
}
|
|
19
|
+
return window.matchMedia("(prefers-reduced-motion: reduce)").matches;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
const isDisabled = (el: HTMLElement): boolean => {
|
|
23
|
+
if ("disabled" in el && (el as HTMLButtonElement).disabled) {
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
return el.getAttribute("aria-disabled") === "true";
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
const isRippleDisabledByCssVar = (el: HTMLElement): boolean => {
|
|
30
|
+
if (typeof window === "undefined") {
|
|
31
|
+
return false;
|
|
32
|
+
}
|
|
33
|
+
return window.getComputedStyle(el).getPropertyValue("--miui-ripple").trim() === "0";
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
type UseRippleArgs<T extends HTMLElement> = {
|
|
37
|
+
ref: React.RefObject<T | null>;
|
|
38
|
+
onPointerDown?: React.PointerEventHandler<T> | undefined;
|
|
39
|
+
onKeyDown?: React.KeyboardEventHandler<T> | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* If true, the ripple always emanates from the element's center,
|
|
42
|
+
* regardless of pointer position.
|
|
43
|
+
*/
|
|
44
|
+
fromCenter?: boolean | undefined;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
type UseRippleResult<T extends HTMLElement> = {
|
|
48
|
+
onPointerDown: React.PointerEventHandler<T>;
|
|
49
|
+
onKeyDown: React.KeyboardEventHandler<T>;
|
|
50
|
+
ripples: React.ReactNode;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Adds an Android-style ripple effect to an element.
|
|
55
|
+
*
|
|
56
|
+
* Pair with `rippleHostStyles` spread into the host's styled definition.
|
|
57
|
+
*
|
|
58
|
+
* - Triggered by pointer (mouse/touch/pen) and keyboard (Enter/Space — emanates from center).
|
|
59
|
+
* - Skipped when the host is `disabled` / `aria-disabled` or when `prefers-reduced-motion: reduce`.
|
|
60
|
+
* - Ripple duration scales with size (constant px/ms) so big and small elements feel the same.
|
|
61
|
+
*/
|
|
62
|
+
// eslint-disable-next-line max-lines-per-function
|
|
63
|
+
const useRipple = <T extends HTMLElement>(args: UseRippleArgs<T>): UseRippleResult<T> => {
|
|
64
|
+
const { ref, onPointerDown, onKeyDown, fromCenter = false } = args;
|
|
65
|
+
const [ripples, setRipples] = useState<Ripple[]>([]);
|
|
66
|
+
const idCounter = useRef(0);
|
|
67
|
+
|
|
68
|
+
const addRippleAt = useCallback((clientX: number, clientY: number) => {
|
|
69
|
+
const el = ref.current;
|
|
70
|
+
if (!el || isDisabled(el) || prefersReducedMotion() || isRippleDisabledByCssVar(el)) {
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
const rect = el.getBoundingClientRect();
|
|
74
|
+
const x = clientX - rect.left;
|
|
75
|
+
const y = clientY - rect.top;
|
|
76
|
+
const maxX = Math.max(x, rect.width - x);
|
|
77
|
+
const maxY = Math.max(y, rect.height - y);
|
|
78
|
+
const size = Math.hypot(maxX, maxY) * HALF;
|
|
79
|
+
const duration = Math.max(RIPPLE_MIN_DURATION_MS, size / RIPPLE_SPEED_PX_PER_MS);
|
|
80
|
+
idCounter.current += 1;
|
|
81
|
+
const id = idCounter.current;
|
|
82
|
+
setRipples((arr) => [...arr, { id, x, y, size, duration }]);
|
|
83
|
+
}, [ref]);
|
|
84
|
+
|
|
85
|
+
const handlePointerDown = useCallback<React.PointerEventHandler<T>>((evt) => {
|
|
86
|
+
if (fromCenter) {
|
|
87
|
+
const el = ref.current;
|
|
88
|
+
if (el) {
|
|
89
|
+
const rect = el.getBoundingClientRect();
|
|
90
|
+
addRippleAt(rect.left + (rect.width / HALF), rect.top + (rect.height / HALF));
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
else {
|
|
94
|
+
addRippleAt(evt.clientX, evt.clientY);
|
|
95
|
+
}
|
|
96
|
+
onPointerDown?.(evt);
|
|
97
|
+
}, [addRippleAt, onPointerDown, fromCenter, ref]);
|
|
98
|
+
|
|
99
|
+
const handleKeyDown = useCallback<React.KeyboardEventHandler<T>>((evt) => {
|
|
100
|
+
if (!evt.repeat && (evt.key === "Enter" || evt.key === " ")) {
|
|
101
|
+
const el = ref.current;
|
|
102
|
+
if (el) {
|
|
103
|
+
const rect = el.getBoundingClientRect();
|
|
104
|
+
addRippleAt(rect.left + (rect.width / HALF), rect.top + (rect.height / HALF));
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
onKeyDown?.(evt);
|
|
108
|
+
}, [addRippleAt, ref, onKeyDown]);
|
|
109
|
+
|
|
110
|
+
const handleAnimationEnd = useCallback<React.AnimationEventHandler<HTMLSpanElement>>((evt) => {
|
|
111
|
+
const id = Number(evt.currentTarget.dataset.rippleId);
|
|
112
|
+
setRipples((arr) => arr.filter((r) => r.id !== id));
|
|
113
|
+
}, []);
|
|
114
|
+
|
|
115
|
+
const elements = ripples.map((r) => (
|
|
116
|
+
<span
|
|
117
|
+
key={r.id}
|
|
118
|
+
data-miui-ripple={true}
|
|
119
|
+
data-ripple-id={r.id}
|
|
120
|
+
aria-hidden={true}
|
|
121
|
+
style={{
|
|
122
|
+
left: `${String(r.x - (r.size / HALF))}px`,
|
|
123
|
+
top: `${String(r.y - (r.size / HALF))}px`,
|
|
124
|
+
width: `${String(r.size)}px`,
|
|
125
|
+
height: `${String(r.size)}px`,
|
|
126
|
+
animationDuration: `${String(r.duration)}ms`,
|
|
127
|
+
}}
|
|
128
|
+
onAnimationEnd={handleAnimationEnd}
|
|
129
|
+
/>
|
|
130
|
+
));
|
|
131
|
+
|
|
132
|
+
return {
|
|
133
|
+
onPointerDown: handlePointerDown,
|
|
134
|
+
onKeyDown: handleKeyDown,
|
|
135
|
+
ripples: elements,
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
export { useRipple };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ToolButton } from "./ToolButton.styled";
|