@redis-ui/components 43.0.2 → 44.0.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.
- package/dist/Badge/Badge.types.cjs +1 -1
- package/dist/Badge/Badge.types.d.ts +1 -1
- package/dist/Badge/Badge.types.js +1 -1
- package/dist/Badge/BadgeIcon.cjs +1 -0
- package/dist/Badge/BadgeIcon.js +2 -1
- package/dist/BoxSelectionGroup/components/Item/components/Compose/Compose.style.cjs +1 -1
- package/dist/BoxSelectionGroup/components/Item/components/Compose/Compose.style.js +1 -1
- package/dist/Button/Button.style.cjs +4 -0
- package/dist/Button/Button.style.js +4 -0
- package/dist/ButtonGroup/components/Button/Button.style.cjs +1 -1
- package/dist/ButtonGroup/components/Button/Button.style.js +1 -1
- package/dist/Drawer/Drawer.cjs +12 -2
- package/dist/Drawer/Drawer.js +12 -2
- package/dist/Drawer/components/Content/Content.style.cjs +1 -1
- package/dist/Drawer/components/Content/Content.style.js +1 -1
- package/dist/Drawer/components/Overlay/Overlay.style.cjs +1 -1
- package/dist/Drawer/components/Overlay/Overlay.style.js +1 -1
- package/dist/Drawer/hooks/useReducedMotionLifecycleSync.cjs +41 -0
- package/dist/Drawer/hooks/useReducedMotionLifecycleSync.d.ts +15 -0
- package/dist/Drawer/hooks/useReducedMotionLifecycleSync.js +41 -0
- package/dist/HighlightedIcon/HighlightedIcon.cjs +26 -0
- package/dist/HighlightedIcon/HighlightedIcon.d.ts +3 -0
- package/dist/HighlightedIcon/HighlightedIcon.js +26 -0
- package/dist/HighlightedIcon/HighlightedIcon.style.cjs +49 -0
- package/dist/HighlightedIcon/HighlightedIcon.style.d.ts +5 -0
- package/dist/HighlightedIcon/HighlightedIcon.style.js +47 -0
- package/dist/HighlightedIcon/HighlightedIcon.types.d.ts +8 -0
- package/dist/HighlightedIcon/index.d.ts +3 -0
- package/dist/Inputs/components/Compose/Compose.style.cjs +1 -1
- package/dist/Inputs/components/Compose/Compose.style.js +1 -1
- package/dist/Loader/Loader.cjs +2 -2
- package/dist/Loader/Loader.js +2 -2
- package/dist/Loader/Loader.types.d.ts +2 -1
- package/dist/Loader/index.d.ts +1 -0
- package/dist/Menu/components/Trigger/components/Arrow/Arrow.style.cjs +1 -1
- package/dist/Menu/components/Trigger/components/Arrow/Arrow.style.js +1 -1
- package/dist/Popover/components/Content/components/WindowBar/WindowBar.types.d.ts +3 -2
- package/dist/Popover/components/Content/components/WindowBar/components/Compose/Compose.style.d.ts +2 -3
- package/dist/Popover/components/Content/components/WindowBar/components/Compose/Compose.types.d.ts +2 -2
- package/dist/ProgressBar/ProgressBar.style.cjs +1 -1
- package/dist/ProgressBar/ProgressBar.style.js +1 -1
- package/dist/SearchBar/components/FiltersSection/FiltersSection.style.cjs +1 -1
- package/dist/SearchBar/components/FiltersSection/FiltersSection.style.js +1 -1
- package/dist/SearchBar/components/SearchSection/components/Actions/components/ColumnSelector/ColumnSelector.cjs +2 -0
- package/dist/SearchBar/components/SearchSection/components/Actions/components/ColumnSelector/ColumnSelector.js +2 -0
- package/dist/Section/components/Header/components/CollapseButton/CollapseButton.style.cjs +1 -1
- package/dist/Section/components/Header/components/CollapseButton/CollapseButton.style.js +1 -1
- package/dist/Select/components/Trigger/components/Arrow/Arrow.style.cjs +1 -1
- package/dist/Select/components/Trigger/components/Arrow/Arrow.style.js +1 -1
- package/dist/Select/components/Trigger/components/Compose/Compose.style.cjs +1 -1
- package/dist/Select/components/Trigger/components/Compose/Compose.style.js +1 -1
- package/dist/SideBar/SideBar.cjs +3 -1
- package/dist/SideBar/SideBar.js +3 -1
- package/dist/SideBar/SideBar.style.cjs +1 -1
- package/dist/SideBar/SideBar.style.js +1 -1
- package/dist/SideBar/components/Button/Button.style.cjs +3 -3
- package/dist/SideBar/components/Button/Button.style.js +3 -3
- package/dist/SideBar/components/Divider/Divider.style.cjs +1 -1
- package/dist/SideBar/components/Divider/Divider.style.js +1 -1
- package/dist/SideBar/components/Header/Header.style.cjs +4 -0
- package/dist/SideBar/components/Header/Header.style.js +4 -0
- package/dist/SideBar/components/Item/Item.style.cjs +1 -1
- package/dist/SideBar/components/Item/Item.style.js +1 -1
- package/dist/SideBar/components/Item/components/Text/Text.style.cjs +1 -1
- package/dist/SideBar/components/Item/components/Text/Text.style.js +1 -1
- package/dist/SideBar/components/SideBarLogo/SideBarLogo.style.cjs +1 -1
- package/dist/SideBar/components/SideBarLogo/SideBarLogo.style.js +1 -1
- package/dist/Stepper/Stepper.cjs +14 -5
- package/dist/Stepper/Stepper.d.ts +2 -0
- package/dist/Stepper/Stepper.js +14 -5
- package/dist/Stepper/Stepper.utils.cjs +12 -0
- package/dist/Stepper/Stepper.utils.d.ts +2 -0
- package/dist/Stepper/Stepper.utils.js +12 -0
- package/dist/Stepper/components/Compose/Compose.d.ts +1 -0
- package/dist/Stepper/components/Step/Step.cjs +2 -0
- package/dist/Stepper/components/Step/Step.d.ts +1 -0
- package/dist/Stepper/components/Step/Step.js +2 -0
- package/dist/Stepper/components/Step/components/Compose/Compose.cjs +2 -9
- package/dist/Stepper/components/Step/components/Compose/Compose.js +2 -9
- package/dist/Stepper/components/Step/components/Icon/Icon.style.cjs +1 -1
- package/dist/Stepper/components/Step/components/Icon/Icon.style.js +1 -1
- package/dist/Stepper/components/Step/components/Separator/Separator.cjs +15 -0
- package/dist/Stepper/components/Step/components/Separator/Separator.d.ts +3 -0
- package/dist/Stepper/components/Step/components/Separator/Separator.js +15 -0
- package/dist/Stepper/components/Step/components/Separator/Separator.style.cjs +24 -0
- package/dist/Stepper/components/Step/components/Separator/Separator.style.d.ts +1 -0
- package/dist/Stepper/components/Step/components/Separator/Separator.style.js +22 -0
- package/dist/Stepper/components/Step/components/Separator/Separator.types.d.ts +5 -0
- package/dist/Switch/components/Switcher/Switcher.style.cjs +3 -0
- package/dist/Switch/components/Switcher/Switcher.style.js +3 -0
- package/dist/ThemeModeSwitch/ThemeModeSwitch.style.cjs +1 -1
- package/dist/ThemeModeSwitch/ThemeModeSwitch.style.js +1 -1
- package/dist/Toast/Toaster.cjs +30 -4
- package/dist/Toast/Toaster.js +30 -4
- package/dist/Toast/Toaster.style.cjs +1 -1
- package/dist/Toast/Toaster.style.js +1 -1
- package/dist/Toast/components/ReducedMotionTransition/ReducedMotionTransition.cjs +22 -0
- package/dist/Toast/components/ReducedMotionTransition/ReducedMotionTransition.d.ts +3 -0
- package/dist/Toast/components/ReducedMotionTransition/ReducedMotionTransition.js +22 -0
- package/dist/Toast/core/mapping.helpers.cjs +9 -0
- package/dist/Toast/core/mapping.helpers.js +9 -0
- package/dist/index.cjs +4 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +74 -70
- package/package.json +3 -3
- package/skills/redis-ui-components/SKILL.md +0 -2
- package/skills/redis-ui-components/references/ActionIconButton.md +96 -0
- package/skills/redis-ui-components/references/AppBar.md +161 -0
- package/skills/redis-ui-components/references/AppSelectionMenu.md +184 -0
- package/skills/redis-ui-components/references/AutoCompleteSelect.md +193 -0
- package/skills/redis-ui-components/references/Badge.md +77 -0
- package/skills/redis-ui-components/references/Banner.md +563 -0
- package/skills/redis-ui-components/references/BoxSelectionGroup.md +487 -0
- package/skills/redis-ui-components/references/Breadcrumbs.md +214 -0
- package/skills/redis-ui-components/references/ButtonGroup.md +126 -0
- package/skills/redis-ui-components/references/Card.md +56 -0
- package/skills/redis-ui-components/references/Checkbox.md +171 -0
- package/skills/redis-ui-components/references/Chip.md +154 -0
- package/skills/redis-ui-components/references/ChipList.md +307 -0
- package/skills/redis-ui-components/references/CopyToClipboardButton.md +47 -0
- package/skills/redis-ui-components/references/CountryFlag.md +57 -0
- package/skills/redis-ui-components/references/Drawer.md +298 -0
- package/skills/redis-ui-components/references/Filters.md +162 -0
- package/skills/redis-ui-components/references/FormField.md +678 -0
- package/skills/redis-ui-components/references/IconButton.md +63 -0
- package/skills/redis-ui-components/references/Input.md +295 -0
- package/skills/redis-ui-components/references/KeyValueList.md +501 -0
- package/skills/redis-ui-components/references/Label.md +238 -0
- package/skills/redis-ui-components/references/Link.md +402 -0
- package/skills/redis-ui-components/references/Loader.md +106 -0
- package/skills/redis-ui-components/references/Menu.md +988 -0
- package/skills/redis-ui-components/references/MidBar.md +358 -0
- package/skills/redis-ui-components/references/Modal.md +525 -0
- package/skills/redis-ui-components/references/MoreInfoIcon.md +119 -0
- package/skills/redis-ui-components/references/MultiSelect.md +558 -0
- package/skills/redis-ui-components/references/NumericInput.md +322 -0
- package/skills/redis-ui-components/references/Overflow.md +127 -0
- package/skills/redis-ui-components/references/Pagination.md +151 -0
- package/skills/redis-ui-components/references/PasswordInput.md +262 -0
- package/skills/redis-ui-components/references/Popover.md +868 -0
- package/skills/redis-ui-components/references/ProfileIcon.md +65 -0
- package/skills/redis-ui-components/references/ProgressBar.md +103 -0
- package/skills/redis-ui-components/references/QuantityCounter.md +555 -0
- package/skills/redis-ui-components/references/RadioGroup.md +265 -0
- package/skills/redis-ui-components/references/ScreenReaderAnnounce.md +147 -0
- package/skills/redis-ui-components/references/SearchBar.md +242 -0
- package/skills/redis-ui-components/references/SearchInput.md +213 -0
- package/skills/redis-ui-components/references/Section.md +349 -0
- package/skills/redis-ui-components/references/SideBar.md +468 -0
- package/skills/redis-ui-components/references/Slider.md +398 -0
- package/skills/redis-ui-components/references/Stepper.md +288 -0
- package/skills/redis-ui-components/references/Switch.md +193 -0
- package/skills/redis-ui-components/references/Tabs.md +383 -0
- package/skills/redis-ui-components/references/TextArea.md +139 -0
- package/skills/redis-ui-components/references/TextButton.md +217 -0
- package/skills/redis-ui-components/references/Toast.md +399 -0
- package/skills/redis-ui-components/references/ToggleButton.md +163 -0
- package/skills/redis-ui-components/references/Tooltip.md +636 -0
- package/skills/redis-ui-components/references/Typography.md +323 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const jsxRuntime = require("../../../../../node_modules/react/jsx-runtime.cjs");
|
|
4
|
+
const Separator_style = require("./Separator.style.cjs");
|
|
5
|
+
const Separator = ({
|
|
6
|
+
state,
|
|
7
|
+
...restProps
|
|
8
|
+
}) => {
|
|
9
|
+
return jsxRuntime.jsxRuntimeExports.jsx(Separator_style.Separator, {
|
|
10
|
+
...restProps,
|
|
11
|
+
"data-state": state,
|
|
12
|
+
"aria-hidden": true
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
exports.default = Separator;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { j as jsxRuntimeExports } from "../../../../../node_modules/react/jsx-runtime.js";
|
|
2
|
+
import { Separator as Separator$1 } from "./Separator.style.js";
|
|
3
|
+
const Separator = ({
|
|
4
|
+
state,
|
|
5
|
+
...restProps
|
|
6
|
+
}) => {
|
|
7
|
+
return jsxRuntimeExports.jsx(Separator$1, {
|
|
8
|
+
...restProps,
|
|
9
|
+
"data-state": state,
|
|
10
|
+
"aria-hidden": true
|
|
11
|
+
});
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
Separator as default
|
|
15
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const _styled = require("styled-components");
|
|
4
|
+
const redisUiStyles = require("@redislabsdev/redis-ui-styles");
|
|
5
|
+
const Step_types = require("../../Step.types.cjs");
|
|
6
|
+
const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
|
|
7
|
+
const _styled__default = /* @__PURE__ */ _interopDefault(_styled);
|
|
8
|
+
const Separator = _styled__default.default.div.withConfig({
|
|
9
|
+
displayName: "Separatorstyle__Separator",
|
|
10
|
+
componentId: "RedisUI__sc-89iwun-0"
|
|
11
|
+
})(["width:1.6rem;height:", ";transition:background-color 0.3s ease;", ""], () => redisUiStyles.useTheme().components.stepper.step.separator.height, () => {
|
|
12
|
+
const {
|
|
13
|
+
states
|
|
14
|
+
} = redisUiStyles.useTheme().components.stepper.step;
|
|
15
|
+
return Object.values(Step_types.StepperStepState).map((state) => {
|
|
16
|
+
const theme = states[state].separator;
|
|
17
|
+
return _styled.css`
|
|
18
|
+
&[data-state='${state}'] {
|
|
19
|
+
background-color: ${theme.bgColor};
|
|
20
|
+
}
|
|
21
|
+
`;
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
exports.Separator = Separator;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Separator: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import _styled, { css } from "styled-components";
|
|
2
|
+
import { useTheme } from "@redislabsdev/redis-ui-styles";
|
|
3
|
+
import { StepperStepState } from "../../Step.types.js";
|
|
4
|
+
const Separator = _styled.div.withConfig({
|
|
5
|
+
displayName: "Separatorstyle__Separator",
|
|
6
|
+
componentId: "RedisUI__sc-89iwun-0"
|
|
7
|
+
})(["width:1.6rem;height:", ";transition:background-color 0.3s ease;", ""], () => useTheme().components.stepper.step.separator.height, () => {
|
|
8
|
+
const {
|
|
9
|
+
states
|
|
10
|
+
} = useTheme().components.stepper.step;
|
|
11
|
+
return Object.values(StepperStepState).map((state) => {
|
|
12
|
+
const theme = states[state].separator;
|
|
13
|
+
return css`
|
|
14
|
+
&[data-state='${state}'] {
|
|
15
|
+
background-color: ${theme.bgColor};
|
|
16
|
+
}
|
|
17
|
+
`;
|
|
18
|
+
});
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
Separator
|
|
22
|
+
};
|
|
@@ -110,6 +110,9 @@ const SwitcherCompose = _styled__default.default(index.Root).attrs(() => {
|
|
|
110
110
|
border-radius: ${style.borderRadius};
|
|
111
111
|
padding: 0;
|
|
112
112
|
transition: all 0.3s ease, outline-offset 0ms, outline 0ms;
|
|
113
|
+
@media (prefers-reduced-motion: reduce) {
|
|
114
|
+
transition: none;
|
|
115
|
+
}
|
|
113
116
|
cursor: pointer;
|
|
114
117
|
overflow: hidden;
|
|
115
118
|
${redisUiStyles.getFocusStyle()};
|
|
@@ -106,6 +106,9 @@ const SwitcherCompose = _styled(Root).attrs(() => {
|
|
|
106
106
|
border-radius: ${style.borderRadius};
|
|
107
107
|
padding: 0;
|
|
108
108
|
transition: all 0.3s ease, outline-offset 0ms, outline 0ms;
|
|
109
|
+
@media (prefers-reduced-motion: reduce) {
|
|
110
|
+
transition: none;
|
|
111
|
+
}
|
|
109
112
|
cursor: pointer;
|
|
110
113
|
overflow: hidden;
|
|
111
114
|
${getFocusStyle()};
|
|
@@ -7,7 +7,7 @@ const _styled__default = /* @__PURE__ */ _interopDefault(_styled);
|
|
|
7
7
|
const ThemeModeSwitch = _styled__default.default.button.withConfig({
|
|
8
8
|
displayName: "ThemeModeSwitchstyle__ThemeModeSwitch",
|
|
9
9
|
componentId: "RedisUI__sc-6b0pvc-0"
|
|
10
|
-
})(["all:unset;cursor:pointer;box-sizing:border-box;transition:all ", "ms ease,outline 0ms,outline-offset 0ms;&[data-mounting]{transition:none;}", " ", ""], ({
|
|
10
|
+
})(["all:unset;cursor:pointer;box-sizing:border-box;transition:all ", "ms ease,outline 0ms,outline-offset 0ms;&[data-mounting]{transition:none;}@media (prefers-reduced-motion:reduce){transition:none;}", " ", ""], ({
|
|
11
11
|
$durationMs
|
|
12
12
|
}) => $durationMs, () => {
|
|
13
13
|
const theme = redisUiStyles.useTheme().components.themeModeSwitch;
|
|
@@ -3,7 +3,7 @@ import { useTheme, getFocusStyle } from "@redislabsdev/redis-ui-styles";
|
|
|
3
3
|
const ThemeModeSwitch = _styled.button.withConfig({
|
|
4
4
|
displayName: "ThemeModeSwitchstyle__ThemeModeSwitch",
|
|
5
5
|
componentId: "RedisUI__sc-6b0pvc-0"
|
|
6
|
-
})(["all:unset;cursor:pointer;box-sizing:border-box;transition:all ", "ms ease,outline 0ms,outline-offset 0ms;&[data-mounting]{transition:none;}", " ", ""], ({
|
|
6
|
+
})(["all:unset;cursor:pointer;box-sizing:border-box;transition:all ", "ms ease,outline 0ms,outline-offset 0ms;&[data-mounting]{transition:none;}@media (prefers-reduced-motion:reduce){transition:none;}", " ", ""], ({
|
|
7
7
|
$durationMs
|
|
8
8
|
}) => $durationMs, () => {
|
|
9
9
|
const theme = useTheme().components.themeModeSwitch;
|
package/dist/Toast/Toaster.cjs
CHANGED
|
@@ -2,11 +2,37 @@
|
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const jsxRuntime = require("../node_modules/react/jsx-runtime.cjs");
|
|
4
4
|
const React = require("react");
|
|
5
|
+
const redisUiStyles = require("@redislabsdev/redis-ui-styles");
|
|
6
|
+
const ReducedMotionTransition = require("./components/ReducedMotionTransition/ReducedMotionTransition.cjs");
|
|
5
7
|
const Toaster_style = require("./Toaster.style.cjs");
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
8
|
+
const getReducedMotionStyle = (style, autoClose) => {
|
|
9
|
+
if (typeof autoClose !== "number") {
|
|
10
|
+
return style;
|
|
11
|
+
}
|
|
12
|
+
return {
|
|
13
|
+
...style,
|
|
14
|
+
"--redis-ui-toast-progress-duration": `${autoClose}ms`
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
const Toaster = React.forwardRef((props, ref) => {
|
|
18
|
+
const {
|
|
19
|
+
autoClose,
|
|
20
|
+
style,
|
|
21
|
+
...restProps
|
|
22
|
+
} = props;
|
|
23
|
+
const prefersReducedMotion = redisUiStyles.usePrefersReducedMotion();
|
|
24
|
+
const reducedMotionProps = prefersReducedMotion ? {
|
|
25
|
+
transition: ReducedMotionTransition.default,
|
|
26
|
+
style: getReducedMotionStyle(style, autoClose)
|
|
27
|
+
} : void 0;
|
|
28
|
+
return jsxRuntime.jsxRuntimeExports.jsx(Toaster_style.ToasterContainer, {
|
|
29
|
+
ref,
|
|
30
|
+
autoClose,
|
|
31
|
+
style: prefersReducedMotion ? void 0 : style,
|
|
32
|
+
...restProps,
|
|
33
|
+
...reducedMotionProps
|
|
34
|
+
});
|
|
35
|
+
});
|
|
10
36
|
Toaster.displayName = "Toaster";
|
|
11
37
|
const Toaster$1 = Toaster;
|
|
12
38
|
exports.default = Toaster$1;
|
package/dist/Toast/Toaster.js
CHANGED
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
import { j as jsxRuntimeExports } from "../node_modules/react/jsx-runtime.js";
|
|
2
2
|
import { forwardRef } from "react";
|
|
3
|
+
import { usePrefersReducedMotion } from "@redislabsdev/redis-ui-styles";
|
|
4
|
+
import ReducedMotionTransition from "./components/ReducedMotionTransition/ReducedMotionTransition.js";
|
|
3
5
|
import { ToasterContainer } from "./Toaster.style.js";
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
6
|
+
const getReducedMotionStyle = (style, autoClose) => {
|
|
7
|
+
if (typeof autoClose !== "number") {
|
|
8
|
+
return style;
|
|
9
|
+
}
|
|
10
|
+
return {
|
|
11
|
+
...style,
|
|
12
|
+
"--redis-ui-toast-progress-duration": `${autoClose}ms`
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
const Toaster = forwardRef((props, ref) => {
|
|
16
|
+
const {
|
|
17
|
+
autoClose,
|
|
18
|
+
style,
|
|
19
|
+
...restProps
|
|
20
|
+
} = props;
|
|
21
|
+
const prefersReducedMotion = usePrefersReducedMotion();
|
|
22
|
+
const reducedMotionProps = prefersReducedMotion ? {
|
|
23
|
+
transition: ReducedMotionTransition,
|
|
24
|
+
style: getReducedMotionStyle(style, autoClose)
|
|
25
|
+
} : void 0;
|
|
26
|
+
return jsxRuntimeExports.jsx(ToasterContainer, {
|
|
27
|
+
ref,
|
|
28
|
+
autoClose,
|
|
29
|
+
style: prefersReducedMotion ? void 0 : style,
|
|
30
|
+
...restProps,
|
|
31
|
+
...reducedMotionProps
|
|
32
|
+
});
|
|
33
|
+
});
|
|
8
34
|
Toaster.displayName = "Toaster";
|
|
9
35
|
const Toaster$1 = Toaster;
|
|
10
36
|
export {
|
|
@@ -9,5 +9,5 @@ const _styled__default = /* @__PURE__ */ _interopDefault(_styled);
|
|
|
9
9
|
const ToasterContainer = _styled__default.default(reactToastify_esm.ToastContainer).withConfig({
|
|
10
10
|
displayName: "Toasterstyle__ToasterContainer",
|
|
11
11
|
componentId: "RedisUI__sc-zfvdgq-0"
|
|
12
|
-
})(["--toastify-toast-min-height:auto;--toastify-toast-width:auto;--toastify-font-family:inherit
|
|
12
|
+
})(["--toastify-toast-min-height:auto;--toastify-toast-width:auto;--toastify-font-family:inherit;@media (prefers-reduced-motion:reduce){& .Toastify__progress-bar--animated{animation-duration:var(--redis-ui-toast-progress-duration,0.01ms) !important;}}& .Toastify__toast,& .Toastify__toast-body{padding:0;margin-bottom:", ";overflow:visible;background:none;color:black;box-shadow:none;}& .Toastify__toast-body{margin:0;}& .Toastify__progress-bar{visibility:hidden !important;}& .Toastify__close-button{display:none;}"], () => redisUiStyles.useTheme().components.toast.toaster.gap);
|
|
13
13
|
exports.ToasterContainer = ToasterContainer;
|
|
@@ -5,7 +5,7 @@ import { useTheme } from "@redislabsdev/redis-ui-styles";
|
|
|
5
5
|
const ToasterContainer = _styled(Q).withConfig({
|
|
6
6
|
displayName: "Toasterstyle__ToasterContainer",
|
|
7
7
|
componentId: "RedisUI__sc-zfvdgq-0"
|
|
8
|
-
})(["--toastify-toast-min-height:auto;--toastify-toast-width:auto;--toastify-font-family:inherit
|
|
8
|
+
})(["--toastify-toast-min-height:auto;--toastify-toast-width:auto;--toastify-font-family:inherit;@media (prefers-reduced-motion:reduce){& .Toastify__progress-bar--animated{animation-duration:var(--redis-ui-toast-progress-duration,0.01ms) !important;}}& .Toastify__toast,& .Toastify__toast-body{padding:0;margin-bottom:", ";overflow:visible;background:none;color:black;box-shadow:none;}& .Toastify__toast-body{margin:0;}& .Toastify__progress-bar{visibility:hidden !important;}& .Toastify__close-button{display:none;}"], () => useTheme().components.toast.toaster.gap);
|
|
9
9
|
export {
|
|
10
10
|
ToasterContainer
|
|
11
11
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const jsxRuntime = require("../../../node_modules/react/jsx-runtime.cjs");
|
|
4
|
+
const React = require("react");
|
|
5
|
+
const ReducedMotionTransition = ({
|
|
6
|
+
children,
|
|
7
|
+
done,
|
|
8
|
+
isIn,
|
|
9
|
+
playToast
|
|
10
|
+
}) => {
|
|
11
|
+
React.useLayoutEffect(() => {
|
|
12
|
+
if (isIn) {
|
|
13
|
+
playToast();
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
done();
|
|
17
|
+
}, [done, isIn, playToast]);
|
|
18
|
+
return jsxRuntime.jsxRuntimeExports.jsx(jsxRuntime.jsxRuntimeExports.Fragment, {
|
|
19
|
+
children
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
exports.default = ReducedMotionTransition;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { j as jsxRuntimeExports } from "../../../node_modules/react/jsx-runtime.js";
|
|
2
|
+
import { useLayoutEffect } from "react";
|
|
3
|
+
const ReducedMotionTransition = ({
|
|
4
|
+
children,
|
|
5
|
+
done,
|
|
6
|
+
isIn,
|
|
7
|
+
playToast
|
|
8
|
+
}) => {
|
|
9
|
+
useLayoutEffect(() => {
|
|
10
|
+
if (isIn) {
|
|
11
|
+
playToast();
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
done();
|
|
15
|
+
}, [done, isIn, playToast]);
|
|
16
|
+
return jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {
|
|
17
|
+
children
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
ReducedMotionTransition as default
|
|
22
|
+
};
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const reactToastify_esm = require("../../packages/components/node_modules/react-toastify/dist/react-toastify.esm.cjs");
|
|
4
|
+
const getProgressDurationStyle = (autoClose) => {
|
|
5
|
+
if (typeof autoClose !== "number") {
|
|
6
|
+
return void 0;
|
|
7
|
+
}
|
|
8
|
+
return {
|
|
9
|
+
"--redis-ui-toast-progress-duration": `${autoClose}ms`
|
|
10
|
+
};
|
|
11
|
+
};
|
|
4
12
|
const extractContextProps = (props) => ({
|
|
5
13
|
variant: "informative",
|
|
6
14
|
liveRole: "alert",
|
|
@@ -22,6 +30,7 @@ const cleanupOptions = (options) => ({
|
|
|
22
30
|
// use dummy theme (later custom themes can be used)
|
|
23
31
|
role: "group",
|
|
24
32
|
// mark main container as group
|
|
33
|
+
progressStyle: getProgressDurationStyle(options == null ? void 0 : options.autoClose),
|
|
25
34
|
...(options == null ? void 0 : options.role) ? {
|
|
26
35
|
liveRole: options == null ? void 0 : options.role
|
|
27
36
|
} : {}
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { toast as B } from "../../packages/components/node_modules/react-toastify/dist/react-toastify.esm.js";
|
|
2
|
+
const getProgressDurationStyle = (autoClose) => {
|
|
3
|
+
if (typeof autoClose !== "number") {
|
|
4
|
+
return void 0;
|
|
5
|
+
}
|
|
6
|
+
return {
|
|
7
|
+
"--redis-ui-toast-progress-duration": `${autoClose}ms`
|
|
8
|
+
};
|
|
9
|
+
};
|
|
2
10
|
const extractContextProps = (props) => ({
|
|
3
11
|
variant: "informative",
|
|
4
12
|
liveRole: "alert",
|
|
@@ -20,6 +28,7 @@ const cleanupOptions = (options) => ({
|
|
|
20
28
|
// use dummy theme (later custom themes can be used)
|
|
21
29
|
role: "group",
|
|
22
30
|
// mark main container as group
|
|
31
|
+
progressStyle: getProgressDurationStyle(options == null ? void 0 : options.autoClose),
|
|
23
32
|
...(options == null ? void 0 : options.role) ? {
|
|
24
33
|
liveRole: options == null ? void 0 : options.role
|
|
25
34
|
} : {}
|
package/dist/index.cjs
CHANGED
|
@@ -1134,6 +1134,8 @@ const SelfContained = require("./Helpers/SelfContained.cjs");
|
|
|
1134
1134
|
const RestylableElement = require("./Helpers/RestylableElement.cjs");
|
|
1135
1135
|
const Popper_context = require("./Helpers/contexts/Popper/Popper.context.cjs");
|
|
1136
1136
|
const useScrollable = require("./Helpers/hooks/useScrollable.cjs");
|
|
1137
|
+
const HighlightedIcon = require("./HighlightedIcon/HighlightedIcon.cjs");
|
|
1138
|
+
const HighlightedIcon_style = require("./HighlightedIcon/HighlightedIcon.style.cjs");
|
|
1137
1139
|
const Input = require("./Inputs/Input/Input.cjs");
|
|
1138
1140
|
const NumericInput = require("./Inputs/NumericInput/NumericInput.cjs");
|
|
1139
1141
|
const PasswordInput = require("./Inputs/PasswordInput/PasswordInput.cjs");
|
|
@@ -1257,6 +1259,8 @@ exports.RestylableElement = RestylableElement.RestylableElement;
|
|
|
1257
1259
|
exports.PopperProvider = Popper_context.PopperProvider;
|
|
1258
1260
|
exports.usePopperContext = Popper_context.usePopperContext;
|
|
1259
1261
|
exports.useScrollable = useScrollable.useScrollable;
|
|
1262
|
+
exports.HighlightedIcon = HighlightedIcon.default;
|
|
1263
|
+
exports.HighlightedIconStyles = HighlightedIcon_style;
|
|
1260
1264
|
exports.Input = Input.default;
|
|
1261
1265
|
exports.NumericInput = NumericInput.default;
|
|
1262
1266
|
exports.PasswordInput = PasswordInput.default;
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1132,66 +1132,68 @@ import { SelfContained } from "./Helpers/SelfContained.js";
|
|
|
1132
1132
|
import { RestylableElement } from "./Helpers/RestylableElement.js";
|
|
1133
1133
|
import { PopperProvider, usePopperContext } from "./Helpers/contexts/Popper/Popper.context.js";
|
|
1134
1134
|
import { useScrollable } from "./Helpers/hooks/useScrollable.js";
|
|
1135
|
-
import { default as default26 } from "./
|
|
1136
|
-
import
|
|
1137
|
-
import { default as
|
|
1138
|
-
import { default as
|
|
1139
|
-
import { default as
|
|
1140
|
-
import { default as
|
|
1135
|
+
import { default as default26 } from "./HighlightedIcon/HighlightedIcon.js";
|
|
1136
|
+
import * as HighlightedIcon_style from "./HighlightedIcon/HighlightedIcon.style.js";
|
|
1137
|
+
import { default as default27 } from "./Inputs/Input/Input.js";
|
|
1138
|
+
import { default as default28 } from "./Inputs/NumericInput/NumericInput.js";
|
|
1139
|
+
import { default as default29 } from "./Inputs/PasswordInput/PasswordInput.js";
|
|
1140
|
+
import { default as default30 } from "./Inputs/SearchInput/SearchInput.js";
|
|
1141
|
+
import { default as default31 } from "./Inputs/TextArea/TextArea.js";
|
|
1142
|
+
import { default as default32 } from "./Inputs/QuantityCounter/QuantityCounter.js";
|
|
1141
1143
|
import { getClosestDivisibleNumber } from "./Inputs/hooks/numericInput/numericInput.utils.js";
|
|
1142
1144
|
import { ContextProvider, useInputValueApi, useInputValueProps } from "./Inputs/components/Context/InputValue.context.js";
|
|
1143
1145
|
import { ErrorContentProvider, FieldDisabledProvider, FieldDisabledTransProvider, useErrorContent, useFieldDisabled } from "./Inputs/components/Context/Field.context.js";
|
|
1144
|
-
import { default as
|
|
1146
|
+
import { default as default33 } from "./FormField/FormField.js";
|
|
1145
1147
|
import { FieldAdditionTextIdProvider, FieldAdditionTextIdTransProvider, FieldReadonlyProvider, FieldReadonlyTransProvider, FieldRequiredProvider, FieldRequiredTransProvider, FieldStatusProvider, FieldStatusTransProvider, useFieldAdditionTextId, useFieldReadonly, useFieldRequired, useFieldStatus } from "./FormField/FormField.context.js";
|
|
1146
1148
|
import { KeyValueList } from "./KeyValueList/KeyValueList.js";
|
|
1147
1149
|
import { useKeyValueList } from "./KeyValueList/hooks/useKeyValueList.js";
|
|
1148
|
-
import { default as
|
|
1150
|
+
import { default as default34 } from "./Label/Label.js";
|
|
1149
1151
|
import { FlexItem } from "./Layouts/FlexItem/FlexItem.js";
|
|
1150
1152
|
import { FlexGroup } from "./Layouts/FlexGroup/FlexGroup.js";
|
|
1151
1153
|
import { FlexSplit } from "./Layouts/FlexSplit/FlexSplit.js";
|
|
1152
1154
|
import { FlexDivider } from "./Layouts/FlexDivider/FlexDivider.js";
|
|
1153
|
-
import { default as
|
|
1155
|
+
import { default as default35 } from "./Link/Link.js";
|
|
1154
1156
|
import { LinkStyler } from "./Link/LinkStyler/LinkStyler.js";
|
|
1155
|
-
import { default as
|
|
1156
|
-
import { default as
|
|
1157
|
-
import { default as
|
|
1158
|
-
import { default as
|
|
1159
|
-
import { default as
|
|
1160
|
-
import { default as
|
|
1157
|
+
import { default as default36 } from "./Loader/Loader.js";
|
|
1158
|
+
import { default as default37 } from "./Menu/Menu.js";
|
|
1159
|
+
import { default as default38 } from "./MidBar/MidBar.js";
|
|
1160
|
+
import { default as default39 } from "./Modal/Modal.js";
|
|
1161
|
+
import { default as default40 } from "./MoreInfoIcon/MoreInfoIcon.js";
|
|
1162
|
+
import { default as default41 } from "./MultiSelect/MultiSelect.js";
|
|
1161
1163
|
import { useMultiSelectContext } from "./MultiSelect/components/Context/Context.js";
|
|
1162
1164
|
import { Overflow } from "./Overflow/Overflow.js";
|
|
1163
1165
|
import { usePaginationContext } from "./Pagination/Pagination.context.js";
|
|
1164
1166
|
import { Pagination } from "./Pagination/Pagination.js";
|
|
1165
|
-
import { default as
|
|
1166
|
-
import { default as
|
|
1167
|
+
import { default as default42 } from "./Popover/Popover.js";
|
|
1168
|
+
import { default as default43 } from "./RadioGroup/RadioGroup.js";
|
|
1167
1169
|
import { ScreenReaderAnnounce } from "./ScreenReaderAnnounce/ScreenReaderAnnounce.js";
|
|
1168
|
-
import { default as
|
|
1169
|
-
import { default as
|
|
1170
|
-
import { default as
|
|
1171
|
-
import { default as
|
|
1170
|
+
import { default as default44 } from "./SearchBar/SearchBar.js";
|
|
1171
|
+
import { default as default45 } from "./Section/Section.js";
|
|
1172
|
+
import { default as default46 } from "./Section/components/Header/components/CategoryValueList/CategoryValueList.js";
|
|
1173
|
+
import { default as default47 } from "./Select/Select.js";
|
|
1172
1174
|
import { useSelectContext } from "./Select/components/Context/Context.js";
|
|
1173
|
-
import { default as
|
|
1174
|
-
import { default as
|
|
1175
|
-
import { default as
|
|
1175
|
+
import { default as default48 } from "./SideBar/SideBar.js";
|
|
1176
|
+
import { default as default49 } from "./Skeleton/Skeleton.js";
|
|
1177
|
+
import { default as default50 } from "./Stepper/Stepper.js";
|
|
1176
1178
|
import { StepperStepState } from "./Stepper/components/Step/Step.types.js";
|
|
1177
|
-
import { default as
|
|
1178
|
-
import { default as
|
|
1179
|
-
import { default as
|
|
1179
|
+
import { default as default51 } from "./Switch/Switch.js";
|
|
1180
|
+
import { default as default52 } from "./TableHeading/TableHeading.js";
|
|
1181
|
+
import { default as default53 } from "./Tabs/Tabs.js";
|
|
1180
1182
|
import { ThemeModeSwitch } from "./ThemeModeSwitch/ThemeModeSwitch.js";
|
|
1181
1183
|
import { useThemeModeSwitch } from "./ThemeModeSwitch/useThemeModeSwitch.js";
|
|
1182
1184
|
import { useToastParams } from "./Toast/core/context.js";
|
|
1183
|
-
import { default as
|
|
1184
|
-
import { default as
|
|
1185
|
+
import { default as default54 } from "./Toast/Toast.js";
|
|
1186
|
+
import { default as default55 } from "./Toast/Toaster.js";
|
|
1185
1187
|
import { toast } from "./Toast/core/core.js";
|
|
1186
|
-
import { default as
|
|
1187
|
-
import { default as
|
|
1188
|
-
import { default as
|
|
1189
|
-
import { default as
|
|
1190
|
-
import { default as
|
|
1188
|
+
import { default as default56 } from "./Tooltip/Tooltip.js";
|
|
1189
|
+
import { default as default57 } from "./Tooltip/Provider/Provider.js";
|
|
1190
|
+
import { default as default58 } from "./Tooltip/components/TooltipCard/TooltipCard.js";
|
|
1191
|
+
import { default as default59 } from "./TreeView/TreeView.js";
|
|
1192
|
+
import { default as default60 } from "./Typography/Typography.js";
|
|
1191
1193
|
import { useEllipsisTooltip } from "./Typography/hooks/useEllipsisTooltip.js";
|
|
1192
1194
|
import { typographyColors } from "./Typography/Typography.types.js";
|
|
1193
1195
|
import { ProgressBar } from "./ProgressBar/ProgressBar.js";
|
|
1194
|
-
import { default as
|
|
1196
|
+
import { default as default61 } from "./ProfileIcon/ProfileIcon.js";
|
|
1195
1197
|
import * as ProfileIcon_style from "./ProfileIcon/ProfileIcon.style.js";
|
|
1196
1198
|
import { Slider } from "./Slider/Slider.js";
|
|
1197
1199
|
export {
|
|
@@ -1211,7 +1213,7 @@ export {
|
|
|
1211
1213
|
Button_style as ButtonStyles,
|
|
1212
1214
|
IconButton_style as ButtonWithIconStyles,
|
|
1213
1215
|
default17 as Card,
|
|
1214
|
-
|
|
1216
|
+
default46 as CategoryValueList,
|
|
1215
1217
|
default18 as Checkbox,
|
|
1216
1218
|
default19 as Chip,
|
|
1217
1219
|
ChipContainer,
|
|
@@ -1237,62 +1239,64 @@ export {
|
|
|
1237
1239
|
FlexGroup,
|
|
1238
1240
|
FlexItem,
|
|
1239
1241
|
FlexSplit,
|
|
1240
|
-
|
|
1242
|
+
default33 as FormField,
|
|
1243
|
+
default26 as HighlightedIcon,
|
|
1244
|
+
HighlightedIcon_style as HighlightedIconStyles,
|
|
1241
1245
|
default12 as IconButton,
|
|
1242
|
-
|
|
1246
|
+
default27 as Input,
|
|
1243
1247
|
KeyValueList,
|
|
1244
|
-
|
|
1245
|
-
|
|
1248
|
+
default34 as Label,
|
|
1249
|
+
default35 as Link,
|
|
1246
1250
|
LinkStyler,
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1251
|
+
default36 as Loader,
|
|
1252
|
+
default37 as Menu,
|
|
1253
|
+
default38 as MidBar,
|
|
1254
|
+
default39 as Modal,
|
|
1255
|
+
default40 as MoreInfoIcon,
|
|
1252
1256
|
default9 as MultiBoxSelectionGroup,
|
|
1253
|
-
|
|
1254
|
-
|
|
1257
|
+
default41 as MultiSelect,
|
|
1258
|
+
default28 as NumericInput,
|
|
1255
1259
|
Overflow,
|
|
1256
1260
|
Pagination,
|
|
1257
|
-
|
|
1258
|
-
|
|
1261
|
+
default29 as PasswordInput,
|
|
1262
|
+
default42 as Popover,
|
|
1259
1263
|
PopperProvider,
|
|
1260
|
-
|
|
1264
|
+
default61 as ProfileIcon,
|
|
1261
1265
|
ProfileIcon_style as ProfileIconStyles,
|
|
1262
1266
|
ProgressBar,
|
|
1263
|
-
|
|
1264
|
-
|
|
1267
|
+
default32 as QuantityCounter,
|
|
1268
|
+
default43 as RadioGroup,
|
|
1265
1269
|
default23 as RangeDatePicker,
|
|
1266
1270
|
RestylableElement,
|
|
1267
1271
|
ScreenReaderAnnounce,
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
+
default44 as SearchBar,
|
|
1273
|
+
default30 as SearchInput,
|
|
1274
|
+
default45 as Section,
|
|
1275
|
+
default47 as Select,
|
|
1272
1276
|
SelfContained,
|
|
1273
1277
|
SharedIdProvider,
|
|
1274
1278
|
SharedIdTransProvider,
|
|
1275
|
-
|
|
1276
|
-
|
|
1279
|
+
default48 as SideBar,
|
|
1280
|
+
default49 as Skeleton,
|
|
1277
1281
|
Slider,
|
|
1278
|
-
|
|
1282
|
+
default50 as Stepper,
|
|
1279
1283
|
StepperStepState,
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
+
default51 as Switch,
|
|
1285
|
+
default52 as TableHeading,
|
|
1286
|
+
default53 as Tabs,
|
|
1287
|
+
default31 as TextArea,
|
|
1284
1288
|
default11 as TextButton,
|
|
1285
1289
|
TextButton_style as TextButtonStyles,
|
|
1286
1290
|
ThemeModeSwitch,
|
|
1287
|
-
|
|
1288
|
-
|
|
1291
|
+
default54 as Toast,
|
|
1292
|
+
default55 as Toaster,
|
|
1289
1293
|
default14 as ToggleButton,
|
|
1290
1294
|
ToggleButton_style as ToggleButtonStyles,
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1295
|
+
default56 as Tooltip,
|
|
1296
|
+
default58 as TooltipCard,
|
|
1297
|
+
default57 as TooltipProvider,
|
|
1298
|
+
default59 as TreeView,
|
|
1299
|
+
default60 as Typography,
|
|
1296
1300
|
actionIconButtonSizes,
|
|
1297
1301
|
badgeVariants,
|
|
1298
1302
|
bannerVariants,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redis-ui/components",
|
|
3
3
|
"license": "UNLICENSED",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "44.0.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"repository": "git@github.com:redislabsdev/redis-ui.git",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"test": "vitest"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@redis-ui/icons": "^6.
|
|
32
|
-
"@redis-ui/styles": "^
|
|
31
|
+
"@redis-ui/icons": "^6.9.2",
|
|
32
|
+
"@redis-ui/styles": "^15.0.0",
|
|
33
33
|
"react": "^17.0.0 || ^18.0.0",
|
|
34
34
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
35
35
|
"styled-components": "^5.0.0"
|
|
@@ -66,7 +66,6 @@ Always check the relevant component reference before using a component. The refe
|
|
|
66
66
|
- [RadioGroup](./references/RadioGroup.md)
|
|
67
67
|
- [Switch](./references/Switch.md)
|
|
68
68
|
- [FormField](./references/FormField.md)
|
|
69
|
-
- [DatePicker](./references/DatePicker.md)
|
|
70
69
|
|
|
71
70
|
### Layout
|
|
72
71
|
|
|
@@ -105,7 +104,6 @@ Always check the relevant component reference before using a component. The refe
|
|
|
105
104
|
- [Link](./references/Link.md)
|
|
106
105
|
- [Loader](./references/Loader.md)
|
|
107
106
|
- [ProgressBar](./references/ProgressBar.md)
|
|
108
|
-
- [Skeleton](./references/Skeleton.md)
|
|
109
107
|
- [Typography](./references/Typography.md)
|
|
110
108
|
- [MoreInfoIcon](./references/MoreInfoIcon.md)
|
|
111
109
|
|