@redis-ui/components 41.3.7 → 41.11.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/README.md +330 -0
- package/dist/AppSelectionMenu/components/Item/Item.styles.d.ts +1 -1
- package/dist/Banner/components/Message/Message.style.d.ts +2 -1
- package/dist/Button/TextButton/TextButton.cjs +2 -0
- package/dist/Button/TextButton/TextButton.js +2 -0
- package/dist/Button/TextButton/TextButton.style.cjs +9 -3
- package/dist/Button/TextButton/TextButton.style.d.ts +1 -1
- package/dist/Button/TextButton/TextButton.style.js +9 -3
- package/dist/Button/TextButton/TextButton.types.d.ts +2 -0
- package/dist/Button/ToggleButton/ToggleButton.style.cjs +1 -1
- package/dist/Button/ToggleButton/ToggleButton.style.js +1 -1
- package/dist/Checkbox/components/Label/Label.style.d.ts +2 -1
- package/dist/ChipList/Components/ExtraItem.cjs +8 -7
- package/dist/ChipList/Components/ExtraItem.js +8 -7
- package/dist/ChipList/Components/ExtraItem.style.d.ts +2 -1
- package/dist/Drawer/components/Description/components/Text/Text.style.d.ts +2 -1
- package/dist/Drawer/components/Header/components/Title/Title.style.d.ts +2 -1
- package/dist/Filters/components/MultiSelectFilter/MultiSelectFilter.cjs +2 -2
- package/dist/Filters/components/MultiSelectFilter/MultiSelectFilter.js +2 -2
- package/dist/Filters/components/MultiTreeSelectFilter/MultiTreeSelectFilter.cjs +2 -2
- package/dist/Filters/components/MultiTreeSelectFilter/MultiTreeSelectFilter.js +2 -2
- package/dist/FormField/FormField.context.cjs +4 -0
- package/dist/FormField/FormField.context.d.ts +3 -0
- package/dist/FormField/FormField.context.js +4 -0
- package/dist/FormField/components/AdditionalText/AdditionalText.style.d.ts +2 -1
- package/dist/FormField/components/Nested/Nested.cjs +4 -2
- package/dist/FormField/components/Nested/Nested.js +5 -3
- package/dist/Helpers/css.utils.cjs +4 -0
- package/dist/Helpers/css.utils.js +4 -0
- package/dist/Inputs/Input/Input.d.ts +1 -1
- package/dist/Inputs/NumericInput/NumericInput.d.ts +1 -1
- package/dist/Inputs/QuantityCounter/QuantityCounter.d.ts +1 -1
- package/dist/Inputs/QuantityCounter/components/InputGroup/components/ValueLabel/ValueLabel.style.d.ts +2 -1
- package/dist/Inputs/TextArea/TextArea.d.ts +1 -1
- package/dist/Inputs/TextArea/components/Compose/Compose.style.d.ts +1 -1
- package/dist/Inputs/TextArea/components/TextAreaTag/TextAreaTag.cjs +6 -2
- package/dist/Inputs/TextArea/components/TextAreaTag/TextAreaTag.js +7 -3
- package/dist/Inputs/components/Compose/CommonCompose.cjs +16 -14
- package/dist/Inputs/components/Compose/CommonCompose.js +17 -15
- package/dist/Inputs/components/Compose/Compose.style.d.ts +2 -1
- package/dist/Inputs/components/Context/InputValue.context.cjs +13 -9
- package/dist/Inputs/components/Context/InputValue.context.d.ts +270 -4
- package/dist/Inputs/components/Context/InputValue.context.js +13 -9
- package/dist/Inputs/components/Context/InputValueProvider.cjs +7 -2
- package/dist/Inputs/components/Context/InputValueProvider.js +8 -3
- package/dist/Inputs/components/Context/NumericInputValueProvider.cjs +6 -1
- package/dist/Inputs/components/Context/NumericInputValueProvider.js +7 -2
- package/dist/Inputs/components/InputTag/InputTag.cjs +6 -3
- package/dist/Inputs/components/InputTag/InputTag.js +7 -4
- package/dist/Inputs/components/InputTag/InputTag.style.cjs +1 -1
- package/dist/Inputs/components/InputTag/InputTag.style.js +1 -1
- package/dist/Inputs/components/ResetButton/ResetButton.cjs +7 -4
- package/dist/Inputs/components/ResetButton/ResetButton.js +7 -4
- package/dist/Label/components/Optional/Optional.style.d.ts +2 -1
- package/dist/Label/components/Required/Required.cjs +8 -8
- package/dist/Label/components/Required/Required.js +8 -8
- package/dist/Label/components/Required/Required.style.d.ts +2 -1
- package/dist/Label/components/Text/Text.style.d.ts +2 -1
- package/dist/Layouts/FlexDivider/FlexDivider.cjs +22 -0
- package/dist/Layouts/FlexDivider/FlexDivider.d.ts +2 -0
- package/dist/Layouts/FlexDivider/FlexDivider.js +22 -0
- package/dist/Layouts/FlexDivider/FlexDivider.style.cjs +46 -0
- package/dist/Layouts/FlexDivider/FlexDivider.style.d.ts +6 -0
- package/dist/Layouts/FlexDivider/FlexDivider.style.js +44 -0
- package/dist/Layouts/FlexDivider/FlexDivider.types.d.ts +15 -0
- package/dist/Layouts/FlexGroup/FlexGroup.cjs +20 -0
- package/dist/Layouts/FlexGroup/FlexGroup.d.ts +2 -0
- package/dist/Layouts/FlexGroup/FlexGroup.js +20 -0
- package/dist/Layouts/FlexGroup/FlexGroup.style.cjs +20 -0
- package/dist/Layouts/FlexGroup/FlexGroup.style.d.ts +9 -0
- package/dist/Layouts/FlexGroup/FlexGroup.style.js +18 -0
- package/dist/Layouts/FlexGroup/FlexGroup.types.d.ts +19 -0
- package/dist/Layouts/FlexItem/FlexItem.cjs +16 -0
- package/dist/Layouts/FlexItem/FlexItem.d.ts +2 -0
- package/dist/Layouts/FlexItem/FlexItem.js +16 -0
- package/dist/Layouts/FlexItem/FlexItem.style.cjs +14 -0
- package/dist/Layouts/FlexItem/FlexItem.style.d.ts +5 -0
- package/dist/Layouts/FlexItem/FlexItem.style.js +12 -0
- package/dist/Layouts/FlexItem/FlexItem.types.d.ts +14 -0
- package/dist/Layouts/FlexSplit/FlexSplit.cjs +10 -0
- package/dist/Layouts/FlexSplit/FlexSplit.d.ts +2 -0
- package/dist/Layouts/FlexSplit/FlexSplit.js +10 -0
- package/dist/Layouts/FlexSplit/FlexSplit.style.cjs +27 -0
- package/dist/Layouts/FlexSplit/FlexSplit.style.d.ts +8 -0
- package/dist/Layouts/FlexSplit/FlexSplit.style.js +25 -0
- package/dist/Layouts/FlexSplit/FlexSplit.types.d.ts +8 -0
- package/dist/Layouts/index.d.ts +8 -0
- package/dist/Link/Link.style.d.ts +2 -1
- package/dist/Menu/components/Content/components/Item/Components/SubHead/SubHead.style.d.ts +2 -1
- package/dist/Menu/components/Content/components/Label/components/Text/Text.style.d.ts +2 -1
- package/dist/MidBar/MidBar.cjs +30 -0
- package/dist/MidBar/MidBar.d.ts +22 -0
- package/dist/MidBar/MidBar.js +30 -0
- package/dist/MidBar/MidBar.types.d.ts +6 -0
- package/dist/MidBar/components/Header/Header.cjs +32 -0
- package/dist/MidBar/components/Header/Header.d.ts +15 -0
- package/dist/MidBar/components/Header/Header.js +32 -0
- package/dist/MidBar/components/Header/Header.types.d.ts +13 -0
- package/dist/MidBar/components/Header/components/Compose/Compose.cjs +8 -0
- package/dist/MidBar/components/Header/components/Compose/Compose.d.ts +3 -0
- package/dist/MidBar/components/Header/components/Compose/Compose.js +8 -0
- package/dist/MidBar/components/Header/components/Compose/Compose.style.cjs +31 -0
- package/dist/MidBar/components/Header/components/Compose/Compose.style.d.ts +1 -0
- package/dist/MidBar/components/Header/components/Compose/Compose.style.js +29 -0
- package/dist/MidBar/components/Header/components/Compose/Compose.types.d.ts +2 -0
- package/dist/MidBar/components/Header/components/Group/Group.cjs +12 -0
- package/dist/MidBar/components/Header/components/Group/Group.d.ts +3 -0
- package/dist/MidBar/components/Header/components/Group/Group.js +12 -0
- package/dist/MidBar/components/Header/components/Group/Group.style.cjs +22 -0
- package/dist/MidBar/components/Header/components/Group/Group.style.d.ts +4 -0
- package/dist/MidBar/components/Header/components/Group/Group.style.js +20 -0
- package/dist/MidBar/components/Header/components/Group/Group.types.d.ts +5 -0
- package/dist/MidBar/index.d.ts +2 -0
- package/dist/Modal/components/Content/components/Body/components/Text/Text.style.d.ts +2 -1
- package/dist/Modal/components/Content/components/Description/components/Text/Text.style.d.ts +2 -1
- package/dist/Modal/components/Content/components/Header/components/Title/Title.style.d.ts +2 -1
- package/dist/MoreInfoIcon/MoreInfoIcon.style.cjs +1 -1
- package/dist/MoreInfoIcon/MoreInfoIcon.style.js +1 -1
- package/dist/Pagination/Pagination.d.ts +3 -2
- package/dist/Popover/Popover.d.ts +2 -2
- package/dist/Popover/components/Content/Content.d.ts +1 -1
- package/dist/Popover/components/Content/components/Body/components/BodyText/BodyText.styles.d.ts +2 -1
- package/dist/Popover/components/Content/components/Header/components/HeaderTitle/HeaderTitle.styles.d.ts +2 -1
- package/dist/Popover/components/Content/components/Text/Text.styles.d.ts +2 -1
- package/dist/Popover/components/Content/components/WindowBar/WindowBar.d.ts +1 -1
- package/dist/Popover/components/Content/components/WindowBar/WindowBar.style.d.ts +2 -1
- package/dist/Popover/components/PopoverCard/PopoverCard.d.ts +1 -1
- package/dist/ProgressBar/ProgressBar.styles.d.ts +1 -1
- package/dist/SearchBar/components/SearchSection/components/Actions/components/ColumnSelector/ColumnSelector.cjs +5 -7
- package/dist/SearchBar/components/SearchSection/components/Actions/components/ColumnSelector/ColumnSelector.js +5 -7
- package/dist/SearchBar/components/SearchSection/components/Actions/components/FiltersToggle/FiltersToggle.cjs +11 -9
- package/dist/SearchBar/components/SearchSection/components/Actions/components/FiltersToggle/FiltersToggle.js +11 -9
- package/dist/Section/components/Header/components/CategoryValueList/CategoryValueList.style.d.ts +2 -1
- package/dist/Section/components/Header/components/CategoryValueList/components/CategoryValueChip/CategoryValueChip.style.d.ts +3 -2
- package/dist/Section/components/Header/components/Label/Label.style.d.ts +2 -1
- package/dist/Select/components/Context/Context.cjs +6 -4
- package/dist/Select/components/Context/Context.js +7 -5
- package/dist/Select/components/Trigger/components/Compose/Compose.cjs +5 -0
- package/dist/Select/components/Trigger/components/Compose/Compose.js +6 -1
- package/dist/Select/components/Trigger/components/Compose/Compose.style.cjs +5 -0
- package/dist/Select/components/Trigger/components/Compose/Compose.style.js +5 -0
- package/dist/SideBar/components/Footer/components/Text/Text.style.d.ts +2 -1
- package/dist/SideBar/components/Item/components/Text/Text.style.d.ts +2 -1
- package/dist/Stepper/Stepper.context.cjs +5 -10
- package/dist/Stepper/Stepper.context.d.ts +1 -2
- package/dist/Stepper/Stepper.context.js +5 -10
- package/dist/Stepper/Stepper.d.ts +4 -4
- package/dist/Stepper/components/Compose/Compose.cjs +6 -1
- package/dist/Stepper/components/Compose/Compose.d.ts +2 -2
- package/dist/Stepper/components/Compose/Compose.js +7 -2
- package/dist/Stepper/components/Step/Step.context.cjs +5 -10
- package/dist/Stepper/components/Step/Step.context.d.ts +1 -2
- package/dist/Stepper/components/Step/Step.context.js +5 -10
- package/dist/Stepper/components/Step/Step.d.ts +2 -3
- package/dist/Stepper/components/Step/components/Compose/Compose.cjs +1 -3
- package/dist/Stepper/components/Step/components/Compose/Compose.d.ts +1 -1
- package/dist/Stepper/components/Step/components/Compose/Compose.js +2 -4
- package/dist/Stepper/components/Step/components/Compose/Compose.style.cjs +2 -5
- package/dist/Stepper/components/Step/components/Compose/Compose.style.js +4 -7
- package/dist/Stepper/components/Step/components/Label/Label.style.d.ts +2 -1
- package/dist/Stepper/components/Step/components/Label/Label.types.d.ts +2 -3
- package/dist/Stepper/hooks/useStepperFocusing.cjs +31 -0
- package/dist/Stepper/hooks/useStepperFocusing.d.ts +16 -0
- package/dist/Stepper/hooks/useStepperFocusing.js +31 -0
- package/dist/Stepper/hooks/useStepperInteractive.cjs +30 -37
- package/dist/Stepper/hooks/useStepperInteractive.d.ts +2 -3
- package/dist/Stepper/hooks/useStepperInteractive.js +30 -37
- package/dist/Switch/components/Title/Title.style.d.ts +2 -1
- package/dist/Switch/components/Title/Title.types.d.ts +4 -4
- package/dist/TableHeading/TableHeading.style.cjs +1 -1
- package/dist/TableHeading/TableHeading.style.js +1 -1
- package/dist/Tabs/components/TabBar/utils/theme.utils.d.ts +2 -2
- package/dist/ThemeModeSwitch/ThemeModeSwitch.cjs +64 -0
- package/dist/ThemeModeSwitch/ThemeModeSwitch.d.ts +2 -0
- package/dist/ThemeModeSwitch/ThemeModeSwitch.js +64 -0
- package/dist/ThemeModeSwitch/ThemeModeSwitch.style.cjs +38 -0
- package/dist/ThemeModeSwitch/ThemeModeSwitch.style.d.ts +4 -0
- package/dist/ThemeModeSwitch/ThemeModeSwitch.style.js +36 -0
- package/dist/ThemeModeSwitch/ThemeModeSwitch.types.d.ts +7 -0
- package/dist/ThemeModeSwitch/index.d.ts +3 -0
- package/dist/ThemeModeSwitch/useThemeModeSwitch.cjs +37 -0
- package/dist/ThemeModeSwitch/useThemeModeSwitch.d.ts +8 -0
- package/dist/ThemeModeSwitch/useThemeModeSwitch.js +37 -0
- package/dist/Toast/Toaster.cjs +4 -6
- package/dist/Toast/Toaster.d.ts +2 -1
- package/dist/Toast/Toaster.js +4 -6
- package/dist/Toast/Toaster.style.cjs +2 -2
- package/dist/Toast/Toaster.style.d.ts +2 -2
- package/dist/Toast/Toaster.style.js +3 -3
- package/dist/Toast/components/Content/components/Description/Description.style.d.ts +2 -1
- package/dist/Toast/components/Content/components/Message/Message.style.d.ts +2 -1
- package/dist/Toast/core/core.d.ts +3 -3
- package/dist/Toast/core/mapping.helpers.cjs +18 -2
- package/dist/Toast/core/mapping.helpers.d.ts +4 -3
- package/dist/Toast/core/mapping.helpers.js +22 -6
- package/dist/Toast/core/mapping.types.d.ts +3 -2
- package/dist/Tooltip/components/Content/components/Text/Text.styles.d.ts +2 -1
- package/dist/TreeView/components/TreeItem/components/Checkbox/Checkbox.style.d.ts +2 -1
- package/dist/Typography/Typography.cjs +3 -1
- package/dist/Typography/Typography.d.ts +5 -3
- package/dist/Typography/Typography.js +8 -6
- package/dist/Typography/components/Base/Base.cjs +18 -0
- package/dist/Typography/components/Base/Base.d.ts +4 -0
- package/dist/Typography/components/Base/Base.js +18 -0
- package/dist/Typography/components/Base/Base.style.cjs +16 -0
- package/dist/Typography/components/Base/Base.style.d.ts +3 -0
- package/dist/Typography/components/Base/Base.style.js +14 -0
- package/dist/Typography/components/Base/Base.types.d.ts +7 -0
- package/dist/Typography/components/Body/Body.cjs +11 -12
- package/dist/Typography/components/Body/Body.d.ts +3 -2
- package/dist/Typography/components/Body/Body.js +12 -13
- package/dist/Typography/components/Body/Body.style.cjs +5 -10
- package/dist/Typography/components/Body/Body.style.d.ts +2 -3
- package/dist/Typography/components/Body/Body.style.js +5 -10
- package/dist/Typography/components/Body/Body.types.d.ts +2 -5
- package/dist/Typography/components/Code/Code.cjs +11 -11
- package/dist/Typography/components/Code/Code.d.ts +3 -2
- package/dist/Typography/components/Code/Code.js +12 -12
- package/dist/Typography/components/Code/Code.style.cjs +5 -10
- package/dist/Typography/components/Code/Code.style.d.ts +1 -2
- package/dist/Typography/components/Code/Code.style.js +5 -10
- package/dist/Typography/components/Code/Code.types.d.ts +2 -5
- package/dist/Typography/components/Heading/Heading.cjs +11 -20
- package/dist/Typography/components/Heading/Heading.d.ts +3 -2
- package/dist/Typography/components/Heading/Heading.js +11 -20
- package/dist/Typography/components/Heading/Heading.style.cjs +4 -10
- package/dist/Typography/components/Heading/Heading.style.d.ts +2 -2
- package/dist/Typography/components/Heading/Heading.style.js +4 -10
- package/dist/Typography/components/Heading/Heading.types.d.ts +2 -5
- package/dist/Typography/components/Heading/Heading.utils.cjs +12 -0
- package/dist/Typography/components/Heading/Heading.utils.d.ts +2 -0
- package/dist/Typography/components/Heading/Heading.utils.js +12 -0
- package/dist/Typography/hooks/useEllipsisTooltip.cjs +7 -4
- package/dist/Typography/hooks/useEllipsisTooltip.d.ts +3 -8
- package/dist/Typography/hooks/useEllipsisTooltip.js +7 -4
- package/dist/Typography/index.d.ts +1 -0
- package/dist/index.cjs +1092 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1139 -48
- package/dist/node_modules/clsx/dist/clsx.cjs +17 -0
- package/dist/node_modules/clsx/dist/clsx.js +17 -0
- package/dist/packages/components/node_modules/react-toastify/dist/react-toastify.esm.cjs +320 -0
- package/dist/packages/components/node_modules/react-toastify/dist/react-toastify.esm.js +318 -0
- package/dist/packages/icons/dist/multicolor/LoaderLarge.cjs +2 -2
- package/dist/packages/icons/dist/multicolor/LoaderLarge.js +2 -2
- package/dist/packages/icons/dist/multicolor/dark/LoaderLarge.cjs +3 -8
- package/dist/packages/icons/dist/multicolor/dark/LoaderLarge.js +3 -8
- package/dist/packages/icons/dist/multicolor/light/LoaderLarge.cjs +3 -8
- package/dist/packages/icons/dist/multicolor/light/LoaderLarge.js +3 -8
- package/package.json +4 -4
- package/dist/node_modules/clsx/dist/clsx.m.cjs +0 -15
- package/dist/node_modules/clsx/dist/clsx.m.js +0 -15
- package/dist/node_modules/react-toastify/dist/react-toastify.esm.cjs +0 -300
- package/dist/node_modules/react-toastify/dist/react-toastify.esm.js +0 -298
package/dist/index.cjs
CHANGED
|
@@ -3,7 +3,1081 @@
|
|
|
3
3
|
try {
|
|
4
4
|
if (typeof document != "undefined") {
|
|
5
5
|
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode(".rdp {\n --rdp-cell-size: 40px; /* Size of the day cells. */\n --rdp-caption-font-size: 18px; /* Font size for the caption labels. */\n --rdp-accent-color: #0000ff; /* Accent color for the background of selected days. */\n --rdp-background-color: #e7edff; /* Background color for the hovered/focused elements. */\n --rdp-accent-color-dark: #3003e1; /* Accent color for the background of selected days (to use in dark-mode). */\n --rdp-background-color-dark: #180270; /* Background color for the hovered/focused elements (to use in dark-mode). */\n --rdp-outline: 2px solid var(--rdp-accent-color); /* Outline border for focused elements */\n --rdp-outline-selected: 3px solid var(--rdp-accent-color); /* Outline border for focused _and_ selected elements */\n --rdp-selected-color: #fff; /* Color of selected day text */\n\n margin: 1em;\n}\n\n/* Hide elements for devices that are not screen readers */\n.rdp-vhidden {\n box-sizing: border-box;\n padding: 0;\n margin: 0;\n background: transparent;\n border: 0;\n -moz-appearance: none;\n -webkit-appearance: none;\n appearance: none;\n position: absolute !important;\n top: 0;\n width: 1px !important;\n height: 1px !important;\n padding: 0 !important;\n overflow: hidden !important;\n clip: rect(1px, 1px, 1px, 1px) !important;\n border: 0 !important;\n}\n\n/* Buttons */\n.rdp-button_reset {\n appearance: none;\n position: relative;\n margin: 0;\n padding: 0;\n cursor: default;\n color: inherit;\n background: none;\n font: inherit;\n\n -moz-appearance: none;\n -webkit-appearance: none;\n}\n\n.rdp-button_reset:focus-visible {\n /* Make sure to reset outline only when :focus-visible is supported */\n outline: none;\n}\n\n.rdp-button {\n border: 2px solid transparent;\n}\n\n.rdp-button[disabled]:not(.rdp-day_selected) {\n opacity: 0.25;\n}\n\n.rdp-button:not([disabled]) {\n cursor: pointer;\n}\n\n.rdp-button:focus-visible:not([disabled]) {\n color: inherit;\n background-color: var(--rdp-background-color);\n border: var(--rdp-outline);\n}\n\n.rdp-button:hover:not([disabled]):not(.rdp-day_selected) {\n background-color: var(--rdp-background-color);\n}\n\n.rdp-months {\n display: flex;\n}\n\n.rdp-month {\n margin: 0 1em;\n}\n\n.rdp-month:first-child {\n margin-left: 0;\n}\n\n.rdp-month:last-child {\n margin-right: 0;\n}\n\n.rdp-table {\n margin: 0;\n max-width: calc(var(--rdp-cell-size) * 7);\n border-collapse: collapse;\n}\n\n.rdp-with_weeknumber .rdp-table {\n max-width: calc(var(--rdp-cell-size) * 8);\n border-collapse: collapse;\n}\n\n.rdp-caption {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 0;\n text-align: left;\n}\n\n.rdp-multiple_months .rdp-caption {\n position: relative;\n display: block;\n text-align: center;\n}\n\n.rdp-caption_dropdowns {\n position: relative;\n display: inline-flex;\n}\n\n.rdp-caption_label {\n position: relative;\n z-index: 1;\n display: inline-flex;\n align-items: center;\n margin: 0;\n padding: 0 0.25em;\n white-space: nowrap;\n color: currentColor;\n border: 0;\n border: 2px solid transparent;\n font-family: inherit;\n font-size: var(--rdp-caption-font-size);\n font-weight: bold;\n}\n\n.rdp-nav {\n white-space: nowrap;\n}\n\n.rdp-multiple_months .rdp-caption_start .rdp-nav {\n position: absolute;\n top: 50%;\n left: 0;\n transform: translateY(-50%);\n}\n\n.rdp-multiple_months .rdp-caption_end .rdp-nav {\n position: absolute;\n top: 50%;\n right: 0;\n transform: translateY(-50%);\n}\n\n.rdp-nav_button {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: var(--rdp-cell-size);\n height: var(--rdp-cell-size);\n padding: 0.25em;\n border-radius: 100%;\n}\n\n/* ---------- */\n/* Dropdowns */\n/* ---------- */\n\n.rdp-dropdown_year,\n.rdp-dropdown_month {\n position: relative;\n display: inline-flex;\n align-items: center;\n}\n\n.rdp-dropdown {\n appearance: none;\n position: absolute;\n z-index: 2;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n margin: 0;\n padding: 0;\n cursor: inherit;\n opacity: 0;\n border: none;\n background-color: transparent;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\n.rdp-dropdown[disabled] {\n opacity: unset;\n color: unset;\n}\n\n.rdp-dropdown:focus-visible:not([disabled]) + .rdp-caption_label {\n background-color: var(--rdp-background-color);\n border: var(--rdp-outline);\n border-radius: 6px;\n}\n\n.rdp-dropdown_icon {\n margin: 0 0 0 5px;\n}\n\n.rdp-head {\n border: 0;\n}\n\n.rdp-head_row,\n.rdp-row {\n height: 100%;\n}\n\n.rdp-head_cell {\n vertical-align: middle;\n font-size: 0.75em;\n font-weight: 700;\n text-align: center;\n height: 100%;\n height: var(--rdp-cell-size);\n padding: 0;\n text-transform: uppercase;\n}\n\n.rdp-tbody {\n border: 0;\n}\n\n.rdp-tfoot {\n margin: 0.5em;\n}\n\n.rdp-cell {\n width: var(--rdp-cell-size);\n height: 100%;\n height: var(--rdp-cell-size);\n padding: 0;\n text-align: center;\n}\n\n.rdp-weeknumber {\n font-size: 0.75em;\n}\n\n.rdp-weeknumber,\n.rdp-day {\n display: flex;\n overflow: hidden;\n align-items: center;\n justify-content: center;\n box-sizing: border-box;\n width: var(--rdp-cell-size);\n max-width: var(--rdp-cell-size);\n height: var(--rdp-cell-size);\n margin: 0;\n border: 2px solid transparent;\n border-radius: 100%;\n}\n\n.rdp-day_today:not(.rdp-day_outside) {\n font-weight: bold;\n}\n\n.rdp-day_selected,\n.rdp-day_selected:focus-visible,\n.rdp-day_selected:hover {\n color: var(--rdp-selected-color);\n opacity: 1;\n background-color: var(--rdp-accent-color);\n}\n\n.rdp-day_outside {\n opacity: 0.5;\n}\n\n.rdp-day_selected:focus-visible {\n /* Since the background is the same use again the outline */\n outline: var(--rdp-outline);\n outline-offset: 2px;\n z-index: 1;\n}\n\n.rdp:not([dir='rtl']) .rdp-day_range_start:not(.rdp-day_range_end) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.rdp:not([dir='rtl']) .rdp-day_range_end:not(.rdp-day_range_start) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.rdp[dir='rtl'] .rdp-day_range_start:not(.rdp-day_range_end) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.rdp[dir='rtl'] .rdp-day_range_end:not(.rdp-day_range_start) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.rdp-day_range_end.rdp-day_range_start {\n border-radius: 100%;\n}\n\n.rdp-day_range_middle {\n border-radius: 0;\n}\n\n/*# sourceMappingURL=style.css.map */@keyframes react-loading-skeleton {\n 100% {\n transform: translateX(100%);\n }\n}\n\n.react-loading-skeleton {\n --base-color: #ebebeb;\n --highlight-color: #f5f5f5;\n --animation-duration: 1.5s;\n --animation-direction: normal;\n --pseudo-element-display: block; /* Enable animation */\n\n background-color: var(--base-color);\n\n width: 100%;\n border-radius: 0.25rem;\n display: inline-flex;\n line-height: 1;\n\n position: relative;\n user-select: none;\n overflow: hidden;\n}\n\n.react-loading-skeleton::after {\n content: ' ';\n display: var(--pseudo-element-display);\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: 100%;\n background-repeat: no-repeat;\n background-image: linear-gradient(\n 90deg,\n var(--base-color),\n var(--highlight-color),\n var(--base-color)\n );\n transform: translateX(-100%);\n\n animation-name: react-loading-skeleton;\n animation-direction: var(--animation-direction);\n animation-duration: var(--animation-duration);\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite;\n}\n\n@media (prefers-reduced-motion) {\n .react-loading-skeleton {\n --pseudo-element-display: none; /* Disable animation */\n }\n}\n:root {\n --toastify-color-light: #fff;\n --toastify-color-dark: #121212;\n --toastify-color-info: #3498db;\n --toastify-color-success: #07bc0c;\n --toastify-color-warning: #f1c40f;\n --toastify-color-error: #e74c3c;\n --toastify-color-transparent: rgba(255, 255, 255, 0.7);\n --toastify-icon-color-info: var(--toastify-color-info);\n --toastify-icon-color-success: var(--toastify-color-success);\n --toastify-icon-color-warning: var(--toastify-color-warning);\n --toastify-icon-color-error: var(--toastify-color-error);\n --toastify-toast-width: 320px;\n --toastify-toast-background: #fff;\n --toastify-toast-min-height: 64px;\n --toastify-toast-max-height: 800px;\n --toastify-font-family: sans-serif;\n --toastify-z-index: 9999;\n --toastify-text-color-light: #757575;\n --toastify-text-color-dark: #fff;\n --toastify-text-color-info: #fff;\n --toastify-text-color-success: #fff;\n --toastify-text-color-warning: #fff;\n --toastify-text-color-error: #fff;\n --toastify-spinner-color: #616161;\n --toastify-spinner-color-empty-area: #e0e0e0;\n --toastify-color-progress-light: linear-gradient(\n to right,\n #4cd964,\n #5ac8fa,\n #007aff,\n #34aadc,\n #5856d6,\n #ff2d55\n );\n --toastify-color-progress-dark: #bb86fc;\n --toastify-color-progress-info: var(--toastify-color-info);\n --toastify-color-progress-success: var(--toastify-color-success);\n --toastify-color-progress-warning: var(--toastify-color-warning);\n --toastify-color-progress-error: var(--toastify-color-error);\n}\n\n.Toastify__toast-container {\n z-index: var(--toastify-z-index);\n -webkit-transform: translate3d(0, 0, var(--toastify-z-index));\n position: fixed;\n padding: 4px;\n width: var(--toastify-toast-width);\n box-sizing: border-box;\n color: #fff;\n}\n.Toastify__toast-container--top-left {\n top: 1em;\n left: 1em;\n}\n.Toastify__toast-container--top-center {\n top: 1em;\n left: 50%;\n transform: translateX(-50%);\n}\n.Toastify__toast-container--top-right {\n top: 1em;\n right: 1em;\n}\n.Toastify__toast-container--bottom-left {\n bottom: 1em;\n left: 1em;\n}\n.Toastify__toast-container--bottom-center {\n bottom: 1em;\n left: 50%;\n transform: translateX(-50%);\n}\n.Toastify__toast-container--bottom-right {\n bottom: 1em;\n right: 1em;\n}\n\n@media only screen and (max-width : 480px) {\n .Toastify__toast-container {\n width: 100vw;\n padding: 0;\n left: 0;\n margin: 0;\n }\n .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {\n top: 0;\n transform: translateX(0);\n }\n .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {\n bottom: 0;\n transform: translateX(0);\n }\n .Toastify__toast-container--rtl {\n right: 0;\n left: initial;\n }\n}\n.Toastify__toast {\n position: relative;\n min-height: var(--toastify-toast-min-height);\n box-sizing: border-box;\n margin-bottom: 1rem;\n padding: 8px;\n border-radius: 4px;\n box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);\n display: -ms-flexbox;\n display: flex;\n -ms-flex-pack: justify;\n justify-content: space-between;\n max-height: var(--toastify-toast-max-height);\n overflow: hidden;\n font-family: var(--toastify-font-family);\n cursor: default;\n direction: ltr;\n /* webkit only issue #791 */\n z-index: 0;\n}\n.Toastify__toast--rtl {\n direction: rtl;\n}\n.Toastify__toast--close-on-click {\n cursor: pointer;\n}\n.Toastify__toast-body {\n margin: auto 0;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n padding: 6px;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n}\n.Toastify__toast-body > div:last-child {\n word-break: break-word;\n -ms-flex: 1;\n flex: 1;\n}\n.Toastify__toast-icon {\n -webkit-margin-end: 10px;\n margin-inline-end: 10px;\n width: 20px;\n -ms-flex-negative: 0;\n flex-shrink: 0;\n display: -ms-flexbox;\n display: flex;\n}\n\n.Toastify--animate {\n animation-fill-mode: both;\n animation-duration: 0.7s;\n}\n\n.Toastify--animate-icon {\n animation-fill-mode: both;\n animation-duration: 0.3s;\n}\n\n@media only screen and (max-width : 480px) {\n .Toastify__toast {\n margin-bottom: 0;\n border-radius: 0;\n }\n}\n.Toastify__toast-theme--dark {\n background: var(--toastify-color-dark);\n color: var(--toastify-text-color-dark);\n}\n.Toastify__toast-theme--light {\n background: var(--toastify-color-light);\n color: var(--toastify-text-color-light);\n}\n.Toastify__toast-theme--colored.Toastify__toast--default {\n background: var(--toastify-color-light);\n color: var(--toastify-text-color-light);\n}\n.Toastify__toast-theme--colored.Toastify__toast--info {\n color: var(--toastify-text-color-info);\n background: var(--toastify-color-info);\n}\n.Toastify__toast-theme--colored.Toastify__toast--success {\n color: var(--toastify-text-color-success);\n background: var(--toastify-color-success);\n}\n.Toastify__toast-theme--colored.Toastify__toast--warning {\n color: var(--toastify-text-color-warning);\n background: var(--toastify-color-warning);\n}\n.Toastify__toast-theme--colored.Toastify__toast--error {\n color: var(--toastify-text-color-error);\n background: var(--toastify-color-error);\n}\n\n.Toastify__progress-bar-theme--light {\n background: var(--toastify-color-progress-light);\n}\n.Toastify__progress-bar-theme--dark {\n background: var(--toastify-color-progress-dark);\n}\n.Toastify__progress-bar--info {\n background: var(--toastify-color-progress-info);\n}\n.Toastify__progress-bar--success {\n background: var(--toastify-color-progress-success);\n}\n.Toastify__progress-bar--warning {\n background: var(--toastify-color-progress-warning);\n}\n.Toastify__progress-bar--error {\n background: var(--toastify-color-progress-error);\n}\n.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {\n background: var(--toastify-color-transparent);\n}\n\n.Toastify__close-button {\n color: #fff;\n background: transparent;\n outline: none;\n border: none;\n padding: 0;\n cursor: pointer;\n opacity: 0.7;\n transition: 0.3s ease;\n -ms-flex-item-align: start;\n align-self: flex-start;\n}\n.Toastify__close-button--light {\n color: #000;\n opacity: 0.3;\n}\n.Toastify__close-button > svg {\n fill: currentColor;\n height: 16px;\n width: 14px;\n}\n.Toastify__close-button:hover, .Toastify__close-button:focus {\n opacity: 1;\n}\n\n@keyframes Toastify__trackProgress {\n 0% {\n transform: scaleX(1);\n }\n 100% {\n transform: scaleX(0);\n }\n}\n.Toastify__progress-bar {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 5px;\n z-index: var(--toastify-z-index);\n opacity: 0.7;\n transform-origin: left;\n}\n.Toastify__progress-bar--animated {\n animation: Toastify__trackProgress linear 1 forwards;\n}\n.Toastify__progress-bar--controlled {\n transition: transform 0.2s;\n}\n.Toastify__progress-bar--rtl {\n right: 0;\n left: initial;\n transform-origin: right;\n}\n\n.Toastify__spinner {\n width: 20px;\n height: 20px;\n box-sizing: border-box;\n border: 2px solid;\n border-radius: 100%;\n border-color: var(--toastify-spinner-color-empty-area);\n border-right-color: var(--toastify-spinner-color);\n animation: Toastify__spin 0.65s linear infinite;\n}\n\n@keyframes Toastify__bounceInRight {\n from, 60%, 75%, 90%, to {\n animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\n }\n from {\n opacity: 0;\n transform: translate3d(3000px, 0, 0);\n }\n 60% {\n opacity: 1;\n transform: translate3d(-25px, 0, 0);\n }\n 75% {\n transform: translate3d(10px, 0, 0);\n }\n 90% {\n transform: translate3d(-5px, 0, 0);\n }\n to {\n transform: none;\n }\n}\n@keyframes Toastify__bounceOutRight {\n 20% {\n opacity: 1;\n transform: translate3d(-20px, 0, 0);\n }\n to {\n opacity: 0;\n transform: translate3d(2000px, 0, 0);\n }\n}\n@keyframes Toastify__bounceInLeft {\n from, 60%, 75%, 90%, to {\n animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\n }\n 0% {\n opacity: 0;\n transform: translate3d(-3000px, 0, 0);\n }\n 60% {\n opacity: 1;\n transform: translate3d(25px, 0, 0);\n }\n 75% {\n transform: translate3d(-10px, 0, 0);\n }\n 90% {\n transform: translate3d(5px, 0, 0);\n }\n to {\n transform: none;\n }\n}\n@keyframes Toastify__bounceOutLeft {\n 20% {\n opacity: 1;\n transform: translate3d(20px, 0, 0);\n }\n to {\n opacity: 0;\n transform: translate3d(-2000px, 0, 0);\n }\n}\n@keyframes Toastify__bounceInUp {\n from, 60%, 75%, 90%, to {\n animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\n }\n from {\n opacity: 0;\n transform: translate3d(0, 3000px, 0);\n }\n 60% {\n opacity: 1;\n transform: translate3d(0, -20px, 0);\n }\n 75% {\n transform: translate3d(0, 10px, 0);\n }\n 90% {\n transform: translate3d(0, -5px, 0);\n }\n to {\n transform: translate3d(0, 0, 0);\n }\n}\n@keyframes Toastify__bounceOutUp {\n 20% {\n transform: translate3d(0, -10px, 0);\n }\n 40%, 45% {\n opacity: 1;\n transform: translate3d(0, 20px, 0);\n }\n to {\n opacity: 0;\n transform: translate3d(0, -2000px, 0);\n }\n}\n@keyframes Toastify__bounceInDown {\n from, 60%, 75%, 90%, to {\n animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);\n }\n 0% {\n opacity: 0;\n transform: translate3d(0, -3000px, 0);\n }\n 60% {\n opacity: 1;\n transform: translate3d(0, 25px, 0);\n }\n 75% {\n transform: translate3d(0, -10px, 0);\n }\n 90% {\n transform: translate3d(0, 5px, 0);\n }\n to {\n transform: none;\n }\n}\n@keyframes Toastify__bounceOutDown {\n 20% {\n transform: translate3d(0, 10px, 0);\n }\n 40%, 45% {\n opacity: 1;\n transform: translate3d(0, -20px, 0);\n }\n to {\n opacity: 0;\n transform: translate3d(0, 2000px, 0);\n }\n}\n.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {\n animation-name: Toastify__bounceInLeft;\n}\n.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {\n animation-name: Toastify__bounceInRight;\n}\n.Toastify__bounce-enter--top-center {\n animation-name: Toastify__bounceInDown;\n}\n.Toastify__bounce-enter--bottom-center {\n animation-name: Toastify__bounceInUp;\n}\n\n.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {\n animation-name: Toastify__bounceOutLeft;\n}\n.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {\n animation-name: Toastify__bounceOutRight;\n}\n.Toastify__bounce-exit--top-center {\n animation-name: Toastify__bounceOutUp;\n}\n.Toastify__bounce-exit--bottom-center {\n animation-name: Toastify__bounceOutDown;\n}\n\n@keyframes Toastify__zoomIn {\n from {\n opacity: 0;\n transform: scale3d(0.3, 0.3, 0.3);\n }\n 50% {\n opacity: 1;\n }\n}\n@keyframes Toastify__zoomOut {\n from {\n opacity: 1;\n }\n 50% {\n opacity: 0;\n transform: scale3d(0.3, 0.3, 0.3);\n }\n to {\n opacity: 0;\n }\n}\n.Toastify__zoom-enter {\n animation-name: Toastify__zoomIn;\n}\n\n.Toastify__zoom-exit {\n animation-name: Toastify__zoomOut;\n}\n\n@keyframes Toastify__flipIn {\n from {\n transform: perspective(400px) rotate3d(1, 0, 0, 90deg);\n animation-timing-function: ease-in;\n opacity: 0;\n }\n 40% {\n transform: perspective(400px) rotate3d(1, 0, 0, -20deg);\n animation-timing-function: ease-in;\n }\n 60% {\n transform: perspective(400px) rotate3d(1, 0, 0, 10deg);\n opacity: 1;\n }\n 80% {\n transform: perspective(400px) rotate3d(1, 0, 0, -5deg);\n }\n to {\n transform: perspective(400px);\n }\n}\n@keyframes Toastify__flipOut {\n from {\n transform: perspective(400px);\n }\n 30% {\n transform: perspective(400px) rotate3d(1, 0, 0, -20deg);\n opacity: 1;\n }\n to {\n transform: perspective(400px) rotate3d(1, 0, 0, 90deg);\n opacity: 0;\n }\n}\n.Toastify__flip-enter {\n animation-name: Toastify__flipIn;\n}\n\n.Toastify__flip-exit {\n animation-name: Toastify__flipOut;\n}\n\n@keyframes Toastify__slideInRight {\n from {\n transform: translate3d(110%, 0, 0);\n visibility: visible;\n }\n to {\n transform: translate3d(0, 0, 0);\n }\n}\n@keyframes Toastify__slideInLeft {\n from {\n transform: translate3d(-110%, 0, 0);\n visibility: visible;\n }\n to {\n transform: translate3d(0, 0, 0);\n }\n}\n@keyframes Toastify__slideInUp {\n from {\n transform: translate3d(0, 110%, 0);\n visibility: visible;\n }\n to {\n transform: translate3d(0, 0, 0);\n }\n}\n@keyframes Toastify__slideInDown {\n from {\n transform: translate3d(0, -110%, 0);\n visibility: visible;\n }\n to {\n transform: translate3d(0, 0, 0);\n }\n}\n@keyframes Toastify__slideOutRight {\n from {\n transform: translate3d(0, 0, 0);\n }\n to {\n visibility: hidden;\n transform: translate3d(110%, 0, 0);\n }\n}\n@keyframes Toastify__slideOutLeft {\n from {\n transform: translate3d(0, 0, 0);\n }\n to {\n visibility: hidden;\n transform: translate3d(-110%, 0, 0);\n }\n}\n@keyframes Toastify__slideOutDown {\n from {\n transform: translate3d(0, 0, 0);\n }\n to {\n visibility: hidden;\n transform: translate3d(0, 500px, 0);\n }\n}\n@keyframes Toastify__slideOutUp {\n from {\n transform: translate3d(0, 0, 0);\n }\n to {\n visibility: hidden;\n transform: translate3d(0, -500px, 0);\n }\n}\n.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {\n animation-name: Toastify__slideInLeft;\n}\n.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {\n animation-name: Toastify__slideInRight;\n}\n.Toastify__slide-enter--top-center {\n animation-name: Toastify__slideInDown;\n}\n.Toastify__slide-enter--bottom-center {\n animation-name: Toastify__slideInUp;\n}\n\n.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {\n animation-name: Toastify__slideOutLeft;\n}\n.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {\n animation-name: Toastify__slideOutRight;\n}\n.Toastify__slide-exit--top-center {\n animation-name: Toastify__slideOutUp;\n}\n.Toastify__slide-exit--bottom-center {\n animation-name: Toastify__slideOutDown;\n}\n\n@keyframes Toastify__spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n\n/*# sourceMappingURL=ReactToastify.css.map */"));
|
|
6
|
+
elementStyle.appendChild(document.createTextNode(`.rdp {
|
|
7
|
+
--rdp-cell-size: 40px; /* Size of the day cells. */
|
|
8
|
+
--rdp-caption-font-size: 18px; /* Font size for the caption labels. */
|
|
9
|
+
--rdp-accent-color: #0000ff; /* Accent color for the background of selected days. */
|
|
10
|
+
--rdp-background-color: #e7edff; /* Background color for the hovered/focused elements. */
|
|
11
|
+
--rdp-accent-color-dark: #3003e1; /* Accent color for the background of selected days (to use in dark-mode). */
|
|
12
|
+
--rdp-background-color-dark: #180270; /* Background color for the hovered/focused elements (to use in dark-mode). */
|
|
13
|
+
--rdp-outline: 2px solid var(--rdp-accent-color); /* Outline border for focused elements */
|
|
14
|
+
--rdp-outline-selected: 3px solid var(--rdp-accent-color); /* Outline border for focused _and_ selected elements */
|
|
15
|
+
--rdp-selected-color: #fff; /* Color of selected day text */
|
|
16
|
+
|
|
17
|
+
margin: 1em;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/* Hide elements for devices that are not screen readers */
|
|
21
|
+
.rdp-vhidden {
|
|
22
|
+
box-sizing: border-box;
|
|
23
|
+
padding: 0;
|
|
24
|
+
margin: 0;
|
|
25
|
+
background: transparent;
|
|
26
|
+
border: 0;
|
|
27
|
+
-moz-appearance: none;
|
|
28
|
+
-webkit-appearance: none;
|
|
29
|
+
appearance: none;
|
|
30
|
+
position: absolute !important;
|
|
31
|
+
top: 0;
|
|
32
|
+
width: 1px !important;
|
|
33
|
+
height: 1px !important;
|
|
34
|
+
padding: 0 !important;
|
|
35
|
+
overflow: hidden !important;
|
|
36
|
+
clip: rect(1px, 1px, 1px, 1px) !important;
|
|
37
|
+
border: 0 !important;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* Buttons */
|
|
41
|
+
.rdp-button_reset {
|
|
42
|
+
appearance: none;
|
|
43
|
+
position: relative;
|
|
44
|
+
margin: 0;
|
|
45
|
+
padding: 0;
|
|
46
|
+
cursor: default;
|
|
47
|
+
color: inherit;
|
|
48
|
+
background: none;
|
|
49
|
+
font: inherit;
|
|
50
|
+
|
|
51
|
+
-moz-appearance: none;
|
|
52
|
+
-webkit-appearance: none;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.rdp-button_reset:focus-visible {
|
|
56
|
+
/* Make sure to reset outline only when :focus-visible is supported */
|
|
57
|
+
outline: none;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.rdp-button {
|
|
61
|
+
border: 2px solid transparent;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.rdp-button[disabled]:not(.rdp-day_selected) {
|
|
65
|
+
opacity: 0.25;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.rdp-button:not([disabled]) {
|
|
69
|
+
cursor: pointer;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.rdp-button:focus-visible:not([disabled]) {
|
|
73
|
+
color: inherit;
|
|
74
|
+
background-color: var(--rdp-background-color);
|
|
75
|
+
border: var(--rdp-outline);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.rdp-button:hover:not([disabled]):not(.rdp-day_selected) {
|
|
79
|
+
background-color: var(--rdp-background-color);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.rdp-months {
|
|
83
|
+
display: flex;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.rdp-month {
|
|
87
|
+
margin: 0 1em;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.rdp-month:first-child {
|
|
91
|
+
margin-left: 0;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.rdp-month:last-child {
|
|
95
|
+
margin-right: 0;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.rdp-table {
|
|
99
|
+
margin: 0;
|
|
100
|
+
max-width: calc(var(--rdp-cell-size) * 7);
|
|
101
|
+
border-collapse: collapse;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.rdp-with_weeknumber .rdp-table {
|
|
105
|
+
max-width: calc(var(--rdp-cell-size) * 8);
|
|
106
|
+
border-collapse: collapse;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.rdp-caption {
|
|
110
|
+
display: flex;
|
|
111
|
+
align-items: center;
|
|
112
|
+
justify-content: space-between;
|
|
113
|
+
padding: 0;
|
|
114
|
+
text-align: left;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.rdp-multiple_months .rdp-caption {
|
|
118
|
+
position: relative;
|
|
119
|
+
display: block;
|
|
120
|
+
text-align: center;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.rdp-caption_dropdowns {
|
|
124
|
+
position: relative;
|
|
125
|
+
display: inline-flex;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.rdp-caption_label {
|
|
129
|
+
position: relative;
|
|
130
|
+
z-index: 1;
|
|
131
|
+
display: inline-flex;
|
|
132
|
+
align-items: center;
|
|
133
|
+
margin: 0;
|
|
134
|
+
padding: 0 0.25em;
|
|
135
|
+
white-space: nowrap;
|
|
136
|
+
color: currentColor;
|
|
137
|
+
border: 0;
|
|
138
|
+
border: 2px solid transparent;
|
|
139
|
+
font-family: inherit;
|
|
140
|
+
font-size: var(--rdp-caption-font-size);
|
|
141
|
+
font-weight: bold;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.rdp-nav {
|
|
145
|
+
white-space: nowrap;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.rdp-multiple_months .rdp-caption_start .rdp-nav {
|
|
149
|
+
position: absolute;
|
|
150
|
+
top: 50%;
|
|
151
|
+
left: 0;
|
|
152
|
+
transform: translateY(-50%);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.rdp-multiple_months .rdp-caption_end .rdp-nav {
|
|
156
|
+
position: absolute;
|
|
157
|
+
top: 50%;
|
|
158
|
+
right: 0;
|
|
159
|
+
transform: translateY(-50%);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.rdp-nav_button {
|
|
163
|
+
display: inline-flex;
|
|
164
|
+
align-items: center;
|
|
165
|
+
justify-content: center;
|
|
166
|
+
width: var(--rdp-cell-size);
|
|
167
|
+
height: var(--rdp-cell-size);
|
|
168
|
+
padding: 0.25em;
|
|
169
|
+
border-radius: 100%;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/* ---------- */
|
|
173
|
+
/* Dropdowns */
|
|
174
|
+
/* ---------- */
|
|
175
|
+
|
|
176
|
+
.rdp-dropdown_year,
|
|
177
|
+
.rdp-dropdown_month {
|
|
178
|
+
position: relative;
|
|
179
|
+
display: inline-flex;
|
|
180
|
+
align-items: center;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.rdp-dropdown {
|
|
184
|
+
appearance: none;
|
|
185
|
+
position: absolute;
|
|
186
|
+
z-index: 2;
|
|
187
|
+
top: 0;
|
|
188
|
+
bottom: 0;
|
|
189
|
+
left: 0;
|
|
190
|
+
width: 100%;
|
|
191
|
+
margin: 0;
|
|
192
|
+
padding: 0;
|
|
193
|
+
cursor: inherit;
|
|
194
|
+
opacity: 0;
|
|
195
|
+
border: none;
|
|
196
|
+
background-color: transparent;
|
|
197
|
+
font-family: inherit;
|
|
198
|
+
font-size: inherit;
|
|
199
|
+
line-height: inherit;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.rdp-dropdown[disabled] {
|
|
203
|
+
opacity: unset;
|
|
204
|
+
color: unset;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.rdp-dropdown:focus-visible:not([disabled]) + .rdp-caption_label {
|
|
208
|
+
background-color: var(--rdp-background-color);
|
|
209
|
+
border: var(--rdp-outline);
|
|
210
|
+
border-radius: 6px;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.rdp-dropdown_icon {
|
|
214
|
+
margin: 0 0 0 5px;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.rdp-head {
|
|
218
|
+
border: 0;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.rdp-head_row,
|
|
222
|
+
.rdp-row {
|
|
223
|
+
height: 100%;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.rdp-head_cell {
|
|
227
|
+
vertical-align: middle;
|
|
228
|
+
font-size: 0.75em;
|
|
229
|
+
font-weight: 700;
|
|
230
|
+
text-align: center;
|
|
231
|
+
height: 100%;
|
|
232
|
+
height: var(--rdp-cell-size);
|
|
233
|
+
padding: 0;
|
|
234
|
+
text-transform: uppercase;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.rdp-tbody {
|
|
238
|
+
border: 0;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.rdp-tfoot {
|
|
242
|
+
margin: 0.5em;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.rdp-cell {
|
|
246
|
+
width: var(--rdp-cell-size);
|
|
247
|
+
height: 100%;
|
|
248
|
+
height: var(--rdp-cell-size);
|
|
249
|
+
padding: 0;
|
|
250
|
+
text-align: center;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.rdp-weeknumber {
|
|
254
|
+
font-size: 0.75em;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.rdp-weeknumber,
|
|
258
|
+
.rdp-day {
|
|
259
|
+
display: flex;
|
|
260
|
+
overflow: hidden;
|
|
261
|
+
align-items: center;
|
|
262
|
+
justify-content: center;
|
|
263
|
+
box-sizing: border-box;
|
|
264
|
+
width: var(--rdp-cell-size);
|
|
265
|
+
max-width: var(--rdp-cell-size);
|
|
266
|
+
height: var(--rdp-cell-size);
|
|
267
|
+
margin: 0;
|
|
268
|
+
border: 2px solid transparent;
|
|
269
|
+
border-radius: 100%;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.rdp-day_today:not(.rdp-day_outside) {
|
|
273
|
+
font-weight: bold;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.rdp-day_selected,
|
|
277
|
+
.rdp-day_selected:focus-visible,
|
|
278
|
+
.rdp-day_selected:hover {
|
|
279
|
+
color: var(--rdp-selected-color);
|
|
280
|
+
opacity: 1;
|
|
281
|
+
background-color: var(--rdp-accent-color);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.rdp-day_outside {
|
|
285
|
+
opacity: 0.5;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.rdp-day_selected:focus-visible {
|
|
289
|
+
/* Since the background is the same use again the outline */
|
|
290
|
+
outline: var(--rdp-outline);
|
|
291
|
+
outline-offset: 2px;
|
|
292
|
+
z-index: 1;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.rdp:not([dir='rtl']) .rdp-day_range_start:not(.rdp-day_range_end) {
|
|
296
|
+
border-top-right-radius: 0;
|
|
297
|
+
border-bottom-right-radius: 0;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.rdp:not([dir='rtl']) .rdp-day_range_end:not(.rdp-day_range_start) {
|
|
301
|
+
border-top-left-radius: 0;
|
|
302
|
+
border-bottom-left-radius: 0;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.rdp[dir='rtl'] .rdp-day_range_start:not(.rdp-day_range_end) {
|
|
306
|
+
border-top-left-radius: 0;
|
|
307
|
+
border-bottom-left-radius: 0;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.rdp[dir='rtl'] .rdp-day_range_end:not(.rdp-day_range_start) {
|
|
311
|
+
border-top-right-radius: 0;
|
|
312
|
+
border-bottom-right-radius: 0;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.rdp-day_range_end.rdp-day_range_start {
|
|
316
|
+
border-radius: 100%;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.rdp-day_range_middle {
|
|
320
|
+
border-radius: 0;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
/*# sourceMappingURL=style.css.map */@keyframes react-loading-skeleton {
|
|
324
|
+
100% {
|
|
325
|
+
transform: translateX(100%);
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.react-loading-skeleton {
|
|
330
|
+
--base-color: #ebebeb;
|
|
331
|
+
--highlight-color: #f5f5f5;
|
|
332
|
+
--animation-duration: 1.5s;
|
|
333
|
+
--animation-direction: normal;
|
|
334
|
+
--pseudo-element-display: block; /* Enable animation */
|
|
335
|
+
|
|
336
|
+
background-color: var(--base-color);
|
|
337
|
+
|
|
338
|
+
width: 100%;
|
|
339
|
+
border-radius: 0.25rem;
|
|
340
|
+
display: inline-flex;
|
|
341
|
+
line-height: 1;
|
|
342
|
+
|
|
343
|
+
position: relative;
|
|
344
|
+
user-select: none;
|
|
345
|
+
overflow: hidden;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.react-loading-skeleton::after {
|
|
349
|
+
content: ' ';
|
|
350
|
+
display: var(--pseudo-element-display);
|
|
351
|
+
position: absolute;
|
|
352
|
+
top: 0;
|
|
353
|
+
left: 0;
|
|
354
|
+
right: 0;
|
|
355
|
+
height: 100%;
|
|
356
|
+
background-repeat: no-repeat;
|
|
357
|
+
background-image: linear-gradient(
|
|
358
|
+
90deg,
|
|
359
|
+
var(--base-color),
|
|
360
|
+
var(--highlight-color),
|
|
361
|
+
var(--base-color)
|
|
362
|
+
);
|
|
363
|
+
transform: translateX(-100%);
|
|
364
|
+
|
|
365
|
+
animation-name: react-loading-skeleton;
|
|
366
|
+
animation-direction: var(--animation-direction);
|
|
367
|
+
animation-duration: var(--animation-duration);
|
|
368
|
+
animation-timing-function: ease-in-out;
|
|
369
|
+
animation-iteration-count: infinite;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
@media (prefers-reduced-motion) {
|
|
373
|
+
.react-loading-skeleton {
|
|
374
|
+
--pseudo-element-display: none; /* Disable animation */
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
:root {
|
|
378
|
+
--toastify-color-light: #fff;
|
|
379
|
+
--toastify-color-dark: #121212;
|
|
380
|
+
--toastify-color-info: #3498db;
|
|
381
|
+
--toastify-color-success: #07bc0c;
|
|
382
|
+
--toastify-color-warning: #f1c40f;
|
|
383
|
+
--toastify-color-error: #e74c3c;
|
|
384
|
+
--toastify-color-transparent: rgba(255, 255, 255, 0.7);
|
|
385
|
+
--toastify-icon-color-info: var(--toastify-color-info);
|
|
386
|
+
--toastify-icon-color-success: var(--toastify-color-success);
|
|
387
|
+
--toastify-icon-color-warning: var(--toastify-color-warning);
|
|
388
|
+
--toastify-icon-color-error: var(--toastify-color-error);
|
|
389
|
+
--toastify-toast-width: 320px;
|
|
390
|
+
--toastify-toast-offset: 16px;
|
|
391
|
+
--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
|
|
392
|
+
--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
|
|
393
|
+
--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
|
|
394
|
+
--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
|
|
395
|
+
--toastify-toast-background: #fff;
|
|
396
|
+
--toastify-toast-min-height: 64px;
|
|
397
|
+
--toastify-toast-max-height: 800px;
|
|
398
|
+
--toastify-toast-bd-radius: 6px;
|
|
399
|
+
--toastify-font-family: sans-serif;
|
|
400
|
+
--toastify-z-index: 9999;
|
|
401
|
+
--toastify-text-color-light: #757575;
|
|
402
|
+
--toastify-text-color-dark: #fff;
|
|
403
|
+
--toastify-text-color-info: #fff;
|
|
404
|
+
--toastify-text-color-success: #fff;
|
|
405
|
+
--toastify-text-color-warning: #fff;
|
|
406
|
+
--toastify-text-color-error: #fff;
|
|
407
|
+
--toastify-spinner-color: #616161;
|
|
408
|
+
--toastify-spinner-color-empty-area: #e0e0e0;
|
|
409
|
+
--toastify-color-progress-light: linear-gradient(
|
|
410
|
+
to right,
|
|
411
|
+
#4cd964,
|
|
412
|
+
#5ac8fa,
|
|
413
|
+
#007aff,
|
|
414
|
+
#34aadc,
|
|
415
|
+
#5856d6,
|
|
416
|
+
#ff2d55
|
|
417
|
+
);
|
|
418
|
+
--toastify-color-progress-dark: #bb86fc;
|
|
419
|
+
--toastify-color-progress-info: var(--toastify-color-info);
|
|
420
|
+
--toastify-color-progress-success: var(--toastify-color-success);
|
|
421
|
+
--toastify-color-progress-warning: var(--toastify-color-warning);
|
|
422
|
+
--toastify-color-progress-error: var(--toastify-color-error);
|
|
423
|
+
--toastify-color-progress-bgo: 0.2;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.Toastify__toast-container {
|
|
427
|
+
z-index: var(--toastify-z-index);
|
|
428
|
+
-webkit-transform: translate3d(0, 0, var(--toastify-z-index));
|
|
429
|
+
position: fixed;
|
|
430
|
+
padding: 4px;
|
|
431
|
+
width: var(--toastify-toast-width);
|
|
432
|
+
box-sizing: border-box;
|
|
433
|
+
color: #fff;
|
|
434
|
+
}
|
|
435
|
+
.Toastify__toast-container--top-left {
|
|
436
|
+
top: var(--toastify-toast-top);
|
|
437
|
+
left: var(--toastify-toast-left);
|
|
438
|
+
}
|
|
439
|
+
.Toastify__toast-container--top-center {
|
|
440
|
+
top: var(--toastify-toast-top);
|
|
441
|
+
left: 50%;
|
|
442
|
+
transform: translateX(-50%);
|
|
443
|
+
}
|
|
444
|
+
.Toastify__toast-container--top-right {
|
|
445
|
+
top: var(--toastify-toast-top);
|
|
446
|
+
right: var(--toastify-toast-right);
|
|
447
|
+
}
|
|
448
|
+
.Toastify__toast-container--bottom-left {
|
|
449
|
+
bottom: var(--toastify-toast-bottom);
|
|
450
|
+
left: var(--toastify-toast-left);
|
|
451
|
+
}
|
|
452
|
+
.Toastify__toast-container--bottom-center {
|
|
453
|
+
bottom: var(--toastify-toast-bottom);
|
|
454
|
+
left: 50%;
|
|
455
|
+
transform: translateX(-50%);
|
|
456
|
+
}
|
|
457
|
+
.Toastify__toast-container--bottom-right {
|
|
458
|
+
bottom: var(--toastify-toast-bottom);
|
|
459
|
+
right: var(--toastify-toast-right);
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
@media only screen and (max-width : 480px) {
|
|
463
|
+
.Toastify__toast-container {
|
|
464
|
+
width: 100vw;
|
|
465
|
+
padding: 0;
|
|
466
|
+
left: env(safe-area-inset-left);
|
|
467
|
+
margin: 0;
|
|
468
|
+
}
|
|
469
|
+
.Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
|
|
470
|
+
top: env(safe-area-inset-top);
|
|
471
|
+
transform: translateX(0);
|
|
472
|
+
}
|
|
473
|
+
.Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
|
|
474
|
+
bottom: env(safe-area-inset-bottom);
|
|
475
|
+
transform: translateX(0);
|
|
476
|
+
}
|
|
477
|
+
.Toastify__toast-container--rtl {
|
|
478
|
+
right: env(safe-area-inset-right);
|
|
479
|
+
left: initial;
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
.Toastify__toast {
|
|
483
|
+
--y: 0;
|
|
484
|
+
position: relative;
|
|
485
|
+
-ms-touch-action: none;
|
|
486
|
+
touch-action: none;
|
|
487
|
+
min-height: var(--toastify-toast-min-height);
|
|
488
|
+
box-sizing: border-box;
|
|
489
|
+
margin-bottom: 1rem;
|
|
490
|
+
padding: 8px;
|
|
491
|
+
border-radius: var(--toastify-toast-bd-radius);
|
|
492
|
+
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
|
|
493
|
+
display: -ms-flexbox;
|
|
494
|
+
display: flex;
|
|
495
|
+
-ms-flex-pack: justify;
|
|
496
|
+
justify-content: space-between;
|
|
497
|
+
max-height: var(--toastify-toast-max-height);
|
|
498
|
+
font-family: var(--toastify-font-family);
|
|
499
|
+
cursor: default;
|
|
500
|
+
direction: ltr;
|
|
501
|
+
/* webkit only issue #791 */
|
|
502
|
+
z-index: 0;
|
|
503
|
+
overflow: hidden;
|
|
504
|
+
}
|
|
505
|
+
.Toastify__toast--stacked {
|
|
506
|
+
position: absolute;
|
|
507
|
+
width: 100%;
|
|
508
|
+
transform: translate3d(0, var(--y), 0) scale(var(--s));
|
|
509
|
+
transition: transform 0.3s;
|
|
510
|
+
}
|
|
511
|
+
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
|
|
512
|
+
transition: opacity 0.1s;
|
|
513
|
+
}
|
|
514
|
+
.Toastify__toast--stacked[data-collapsed=false] {
|
|
515
|
+
overflow: visible;
|
|
516
|
+
}
|
|
517
|
+
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
|
|
518
|
+
opacity: 0;
|
|
519
|
+
}
|
|
520
|
+
.Toastify__toast--stacked:after {
|
|
521
|
+
content: "";
|
|
522
|
+
position: absolute;
|
|
523
|
+
left: 0;
|
|
524
|
+
right: 0;
|
|
525
|
+
height: calc(var(--g) * 1px);
|
|
526
|
+
bottom: 100%;
|
|
527
|
+
}
|
|
528
|
+
.Toastify__toast--stacked[data-pos=top] {
|
|
529
|
+
top: 0;
|
|
530
|
+
}
|
|
531
|
+
.Toastify__toast--stacked[data-pos=bot] {
|
|
532
|
+
bottom: 0;
|
|
533
|
+
}
|
|
534
|
+
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
|
|
535
|
+
transform-origin: top;
|
|
536
|
+
}
|
|
537
|
+
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
|
|
538
|
+
transform-origin: bottom;
|
|
539
|
+
}
|
|
540
|
+
.Toastify__toast--stacked:before {
|
|
541
|
+
content: "";
|
|
542
|
+
position: absolute;
|
|
543
|
+
left: 0;
|
|
544
|
+
right: 0;
|
|
545
|
+
bottom: 0;
|
|
546
|
+
height: 100%;
|
|
547
|
+
transform: scaleY(3);
|
|
548
|
+
z-index: -1;
|
|
549
|
+
}
|
|
550
|
+
.Toastify__toast--rtl {
|
|
551
|
+
direction: rtl;
|
|
552
|
+
}
|
|
553
|
+
.Toastify__toast--close-on-click {
|
|
554
|
+
cursor: pointer;
|
|
555
|
+
}
|
|
556
|
+
.Toastify__toast-body {
|
|
557
|
+
margin: auto 0;
|
|
558
|
+
-ms-flex: 1 1 auto;
|
|
559
|
+
flex: 1 1 auto;
|
|
560
|
+
padding: 6px;
|
|
561
|
+
display: -ms-flexbox;
|
|
562
|
+
display: flex;
|
|
563
|
+
-ms-flex-align: center;
|
|
564
|
+
align-items: center;
|
|
565
|
+
}
|
|
566
|
+
.Toastify__toast-body > div:last-child {
|
|
567
|
+
word-break: break-word;
|
|
568
|
+
-ms-flex: 1;
|
|
569
|
+
flex: 1;
|
|
570
|
+
}
|
|
571
|
+
.Toastify__toast-icon {
|
|
572
|
+
-webkit-margin-end: 10px;
|
|
573
|
+
margin-inline-end: 10px;
|
|
574
|
+
width: 20px;
|
|
575
|
+
-ms-flex-negative: 0;
|
|
576
|
+
flex-shrink: 0;
|
|
577
|
+
display: -ms-flexbox;
|
|
578
|
+
display: flex;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.Toastify--animate {
|
|
582
|
+
animation-fill-mode: both;
|
|
583
|
+
animation-duration: 0.5s;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.Toastify--animate-icon {
|
|
587
|
+
animation-fill-mode: both;
|
|
588
|
+
animation-duration: 0.3s;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
@media only screen and (max-width : 480px) {
|
|
592
|
+
.Toastify__toast {
|
|
593
|
+
margin-bottom: 0;
|
|
594
|
+
border-radius: 0;
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
.Toastify__toast-theme--dark {
|
|
598
|
+
background: var(--toastify-color-dark);
|
|
599
|
+
color: var(--toastify-text-color-dark);
|
|
600
|
+
}
|
|
601
|
+
.Toastify__toast-theme--light {
|
|
602
|
+
background: var(--toastify-color-light);
|
|
603
|
+
color: var(--toastify-text-color-light);
|
|
604
|
+
}
|
|
605
|
+
.Toastify__toast-theme--colored.Toastify__toast--default {
|
|
606
|
+
background: var(--toastify-color-light);
|
|
607
|
+
color: var(--toastify-text-color-light);
|
|
608
|
+
}
|
|
609
|
+
.Toastify__toast-theme--colored.Toastify__toast--info {
|
|
610
|
+
color: var(--toastify-text-color-info);
|
|
611
|
+
background: var(--toastify-color-info);
|
|
612
|
+
}
|
|
613
|
+
.Toastify__toast-theme--colored.Toastify__toast--success {
|
|
614
|
+
color: var(--toastify-text-color-success);
|
|
615
|
+
background: var(--toastify-color-success);
|
|
616
|
+
}
|
|
617
|
+
.Toastify__toast-theme--colored.Toastify__toast--warning {
|
|
618
|
+
color: var(--toastify-text-color-warning);
|
|
619
|
+
background: var(--toastify-color-warning);
|
|
620
|
+
}
|
|
621
|
+
.Toastify__toast-theme--colored.Toastify__toast--error {
|
|
622
|
+
color: var(--toastify-text-color-error);
|
|
623
|
+
background: var(--toastify-color-error);
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.Toastify__progress-bar-theme--light {
|
|
627
|
+
background: var(--toastify-color-progress-light);
|
|
628
|
+
}
|
|
629
|
+
.Toastify__progress-bar-theme--dark {
|
|
630
|
+
background: var(--toastify-color-progress-dark);
|
|
631
|
+
}
|
|
632
|
+
.Toastify__progress-bar--info {
|
|
633
|
+
background: var(--toastify-color-progress-info);
|
|
634
|
+
}
|
|
635
|
+
.Toastify__progress-bar--success {
|
|
636
|
+
background: var(--toastify-color-progress-success);
|
|
637
|
+
}
|
|
638
|
+
.Toastify__progress-bar--warning {
|
|
639
|
+
background: var(--toastify-color-progress-warning);
|
|
640
|
+
}
|
|
641
|
+
.Toastify__progress-bar--error {
|
|
642
|
+
background: var(--toastify-color-progress-error);
|
|
643
|
+
}
|
|
644
|
+
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
|
|
645
|
+
background: var(--toastify-color-transparent);
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.Toastify__close-button {
|
|
649
|
+
color: #fff;
|
|
650
|
+
background: transparent;
|
|
651
|
+
outline: none;
|
|
652
|
+
border: none;
|
|
653
|
+
padding: 0;
|
|
654
|
+
cursor: pointer;
|
|
655
|
+
opacity: 0.7;
|
|
656
|
+
transition: 0.3s ease;
|
|
657
|
+
-ms-flex-item-align: start;
|
|
658
|
+
align-self: flex-start;
|
|
659
|
+
z-index: 1;
|
|
660
|
+
}
|
|
661
|
+
.Toastify__close-button--light {
|
|
662
|
+
color: #000;
|
|
663
|
+
opacity: 0.3;
|
|
664
|
+
}
|
|
665
|
+
.Toastify__close-button > svg {
|
|
666
|
+
fill: currentColor;
|
|
667
|
+
height: 16px;
|
|
668
|
+
width: 14px;
|
|
669
|
+
}
|
|
670
|
+
.Toastify__close-button:hover, .Toastify__close-button:focus {
|
|
671
|
+
opacity: 1;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
@keyframes Toastify__trackProgress {
|
|
675
|
+
0% {
|
|
676
|
+
transform: scaleX(1);
|
|
677
|
+
}
|
|
678
|
+
100% {
|
|
679
|
+
transform: scaleX(0);
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
.Toastify__progress-bar {
|
|
683
|
+
position: absolute;
|
|
684
|
+
bottom: 0;
|
|
685
|
+
left: 0;
|
|
686
|
+
width: 100%;
|
|
687
|
+
height: 100%;
|
|
688
|
+
z-index: var(--toastify-z-index);
|
|
689
|
+
opacity: 0.7;
|
|
690
|
+
transform-origin: left;
|
|
691
|
+
border-bottom-left-radius: var(--toastify-toast-bd-radius);
|
|
692
|
+
}
|
|
693
|
+
.Toastify__progress-bar--animated {
|
|
694
|
+
animation: Toastify__trackProgress linear 1 forwards;
|
|
695
|
+
}
|
|
696
|
+
.Toastify__progress-bar--controlled {
|
|
697
|
+
transition: transform 0.2s;
|
|
698
|
+
}
|
|
699
|
+
.Toastify__progress-bar--rtl {
|
|
700
|
+
right: 0;
|
|
701
|
+
left: initial;
|
|
702
|
+
transform-origin: right;
|
|
703
|
+
border-bottom-left-radius: initial;
|
|
704
|
+
border-bottom-right-radius: var(--toastify-toast-bd-radius);
|
|
705
|
+
}
|
|
706
|
+
.Toastify__progress-bar--wrp {
|
|
707
|
+
position: absolute;
|
|
708
|
+
bottom: 0;
|
|
709
|
+
left: 0;
|
|
710
|
+
width: 100%;
|
|
711
|
+
height: 5px;
|
|
712
|
+
border-bottom-left-radius: var(--toastify-toast-bd-radius);
|
|
713
|
+
}
|
|
714
|
+
.Toastify__progress-bar--wrp[data-hidden=true] {
|
|
715
|
+
opacity: 0;
|
|
716
|
+
}
|
|
717
|
+
.Toastify__progress-bar--bg {
|
|
718
|
+
opacity: var(--toastify-color-progress-bgo);
|
|
719
|
+
width: 100%;
|
|
720
|
+
height: 100%;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.Toastify__spinner {
|
|
724
|
+
width: 20px;
|
|
725
|
+
height: 20px;
|
|
726
|
+
box-sizing: border-box;
|
|
727
|
+
border: 2px solid;
|
|
728
|
+
border-radius: 100%;
|
|
729
|
+
border-color: var(--toastify-spinner-color-empty-area);
|
|
730
|
+
border-right-color: var(--toastify-spinner-color);
|
|
731
|
+
animation: Toastify__spin 0.65s linear infinite;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
@keyframes Toastify__bounceInRight {
|
|
735
|
+
from, 60%, 75%, 90%, to {
|
|
736
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
737
|
+
}
|
|
738
|
+
from {
|
|
739
|
+
opacity: 0;
|
|
740
|
+
transform: translate3d(3000px, 0, 0);
|
|
741
|
+
}
|
|
742
|
+
60% {
|
|
743
|
+
opacity: 1;
|
|
744
|
+
transform: translate3d(-25px, 0, 0);
|
|
745
|
+
}
|
|
746
|
+
75% {
|
|
747
|
+
transform: translate3d(10px, 0, 0);
|
|
748
|
+
}
|
|
749
|
+
90% {
|
|
750
|
+
transform: translate3d(-5px, 0, 0);
|
|
751
|
+
}
|
|
752
|
+
to {
|
|
753
|
+
transform: none;
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
@keyframes Toastify__bounceOutRight {
|
|
757
|
+
20% {
|
|
758
|
+
opacity: 1;
|
|
759
|
+
transform: translate3d(-20px, var(--y), 0);
|
|
760
|
+
}
|
|
761
|
+
to {
|
|
762
|
+
opacity: 0;
|
|
763
|
+
transform: translate3d(2000px, var(--y), 0);
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
@keyframes Toastify__bounceInLeft {
|
|
767
|
+
from, 60%, 75%, 90%, to {
|
|
768
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
769
|
+
}
|
|
770
|
+
0% {
|
|
771
|
+
opacity: 0;
|
|
772
|
+
transform: translate3d(-3000px, 0, 0);
|
|
773
|
+
}
|
|
774
|
+
60% {
|
|
775
|
+
opacity: 1;
|
|
776
|
+
transform: translate3d(25px, 0, 0);
|
|
777
|
+
}
|
|
778
|
+
75% {
|
|
779
|
+
transform: translate3d(-10px, 0, 0);
|
|
780
|
+
}
|
|
781
|
+
90% {
|
|
782
|
+
transform: translate3d(5px, 0, 0);
|
|
783
|
+
}
|
|
784
|
+
to {
|
|
785
|
+
transform: none;
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
@keyframes Toastify__bounceOutLeft {
|
|
789
|
+
20% {
|
|
790
|
+
opacity: 1;
|
|
791
|
+
transform: translate3d(20px, var(--y), 0);
|
|
792
|
+
}
|
|
793
|
+
to {
|
|
794
|
+
opacity: 0;
|
|
795
|
+
transform: translate3d(-2000px, var(--y), 0);
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
@keyframes Toastify__bounceInUp {
|
|
799
|
+
from, 60%, 75%, 90%, to {
|
|
800
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
801
|
+
}
|
|
802
|
+
from {
|
|
803
|
+
opacity: 0;
|
|
804
|
+
transform: translate3d(0, 3000px, 0);
|
|
805
|
+
}
|
|
806
|
+
60% {
|
|
807
|
+
opacity: 1;
|
|
808
|
+
transform: translate3d(0, -20px, 0);
|
|
809
|
+
}
|
|
810
|
+
75% {
|
|
811
|
+
transform: translate3d(0, 10px, 0);
|
|
812
|
+
}
|
|
813
|
+
90% {
|
|
814
|
+
transform: translate3d(0, -5px, 0);
|
|
815
|
+
}
|
|
816
|
+
to {
|
|
817
|
+
transform: translate3d(0, 0, 0);
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
@keyframes Toastify__bounceOutUp {
|
|
821
|
+
20% {
|
|
822
|
+
transform: translate3d(0, calc(var(--y) - 10px), 0);
|
|
823
|
+
}
|
|
824
|
+
40%, 45% {
|
|
825
|
+
opacity: 1;
|
|
826
|
+
transform: translate3d(0, calc(var(--y) + 20px), 0);
|
|
827
|
+
}
|
|
828
|
+
to {
|
|
829
|
+
opacity: 0;
|
|
830
|
+
transform: translate3d(0, -2000px, 0);
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
@keyframes Toastify__bounceInDown {
|
|
834
|
+
from, 60%, 75%, 90%, to {
|
|
835
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
836
|
+
}
|
|
837
|
+
0% {
|
|
838
|
+
opacity: 0;
|
|
839
|
+
transform: translate3d(0, -3000px, 0);
|
|
840
|
+
}
|
|
841
|
+
60% {
|
|
842
|
+
opacity: 1;
|
|
843
|
+
transform: translate3d(0, 25px, 0);
|
|
844
|
+
}
|
|
845
|
+
75% {
|
|
846
|
+
transform: translate3d(0, -10px, 0);
|
|
847
|
+
}
|
|
848
|
+
90% {
|
|
849
|
+
transform: translate3d(0, 5px, 0);
|
|
850
|
+
}
|
|
851
|
+
to {
|
|
852
|
+
transform: none;
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
@keyframes Toastify__bounceOutDown {
|
|
856
|
+
20% {
|
|
857
|
+
transform: translate3d(0, calc(var(--y) - 10px), 0);
|
|
858
|
+
}
|
|
859
|
+
40%, 45% {
|
|
860
|
+
opacity: 1;
|
|
861
|
+
transform: translate3d(0, calc(var(--y) + 20px), 0);
|
|
862
|
+
}
|
|
863
|
+
to {
|
|
864
|
+
opacity: 0;
|
|
865
|
+
transform: translate3d(0, 2000px, 0);
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
|
|
869
|
+
animation-name: Toastify__bounceInLeft;
|
|
870
|
+
}
|
|
871
|
+
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
|
|
872
|
+
animation-name: Toastify__bounceInRight;
|
|
873
|
+
}
|
|
874
|
+
.Toastify__bounce-enter--top-center {
|
|
875
|
+
animation-name: Toastify__bounceInDown;
|
|
876
|
+
}
|
|
877
|
+
.Toastify__bounce-enter--bottom-center {
|
|
878
|
+
animation-name: Toastify__bounceInUp;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
|
|
882
|
+
animation-name: Toastify__bounceOutLeft;
|
|
883
|
+
}
|
|
884
|
+
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
|
|
885
|
+
animation-name: Toastify__bounceOutRight;
|
|
886
|
+
}
|
|
887
|
+
.Toastify__bounce-exit--top-center {
|
|
888
|
+
animation-name: Toastify__bounceOutUp;
|
|
889
|
+
}
|
|
890
|
+
.Toastify__bounce-exit--bottom-center {
|
|
891
|
+
animation-name: Toastify__bounceOutDown;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
@keyframes Toastify__zoomIn {
|
|
895
|
+
from {
|
|
896
|
+
opacity: 0;
|
|
897
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
|
898
|
+
}
|
|
899
|
+
50% {
|
|
900
|
+
opacity: 1;
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
@keyframes Toastify__zoomOut {
|
|
904
|
+
from {
|
|
905
|
+
opacity: 1;
|
|
906
|
+
}
|
|
907
|
+
50% {
|
|
908
|
+
opacity: 0;
|
|
909
|
+
transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
|
|
910
|
+
}
|
|
911
|
+
to {
|
|
912
|
+
opacity: 0;
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
.Toastify__zoom-enter {
|
|
916
|
+
animation-name: Toastify__zoomIn;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
.Toastify__zoom-exit {
|
|
920
|
+
animation-name: Toastify__zoomOut;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
@keyframes Toastify__flipIn {
|
|
924
|
+
from {
|
|
925
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
926
|
+
animation-timing-function: ease-in;
|
|
927
|
+
opacity: 0;
|
|
928
|
+
}
|
|
929
|
+
40% {
|
|
930
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
931
|
+
animation-timing-function: ease-in;
|
|
932
|
+
}
|
|
933
|
+
60% {
|
|
934
|
+
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
935
|
+
opacity: 1;
|
|
936
|
+
}
|
|
937
|
+
80% {
|
|
938
|
+
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
939
|
+
}
|
|
940
|
+
to {
|
|
941
|
+
transform: perspective(400px);
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
@keyframes Toastify__flipOut {
|
|
945
|
+
from {
|
|
946
|
+
transform: translate3d(0, var(--y), 0) perspective(400px);
|
|
947
|
+
}
|
|
948
|
+
30% {
|
|
949
|
+
transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
950
|
+
opacity: 1;
|
|
951
|
+
}
|
|
952
|
+
to {
|
|
953
|
+
transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
954
|
+
opacity: 0;
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
.Toastify__flip-enter {
|
|
958
|
+
animation-name: Toastify__flipIn;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.Toastify__flip-exit {
|
|
962
|
+
animation-name: Toastify__flipOut;
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
@keyframes Toastify__slideInRight {
|
|
966
|
+
from {
|
|
967
|
+
transform: translate3d(110%, 0, 0);
|
|
968
|
+
visibility: visible;
|
|
969
|
+
}
|
|
970
|
+
to {
|
|
971
|
+
transform: translate3d(0, var(--y), 0);
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
@keyframes Toastify__slideInLeft {
|
|
975
|
+
from {
|
|
976
|
+
transform: translate3d(-110%, 0, 0);
|
|
977
|
+
visibility: visible;
|
|
978
|
+
}
|
|
979
|
+
to {
|
|
980
|
+
transform: translate3d(0, var(--y), 0);
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
@keyframes Toastify__slideInUp {
|
|
984
|
+
from {
|
|
985
|
+
transform: translate3d(0, 110%, 0);
|
|
986
|
+
visibility: visible;
|
|
987
|
+
}
|
|
988
|
+
to {
|
|
989
|
+
transform: translate3d(0, var(--y), 0);
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
@keyframes Toastify__slideInDown {
|
|
993
|
+
from {
|
|
994
|
+
transform: translate3d(0, -110%, 0);
|
|
995
|
+
visibility: visible;
|
|
996
|
+
}
|
|
997
|
+
to {
|
|
998
|
+
transform: translate3d(0, var(--y), 0);
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
@keyframes Toastify__slideOutRight {
|
|
1002
|
+
from {
|
|
1003
|
+
transform: translate3d(0, var(--y), 0);
|
|
1004
|
+
}
|
|
1005
|
+
to {
|
|
1006
|
+
visibility: hidden;
|
|
1007
|
+
transform: translate3d(110%, var(--y), 0);
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
@keyframes Toastify__slideOutLeft {
|
|
1011
|
+
from {
|
|
1012
|
+
transform: translate3d(0, var(--y), 0);
|
|
1013
|
+
}
|
|
1014
|
+
to {
|
|
1015
|
+
visibility: hidden;
|
|
1016
|
+
transform: translate3d(-110%, var(--y), 0);
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
@keyframes Toastify__slideOutDown {
|
|
1020
|
+
from {
|
|
1021
|
+
transform: translate3d(0, var(--y), 0);
|
|
1022
|
+
}
|
|
1023
|
+
to {
|
|
1024
|
+
visibility: hidden;
|
|
1025
|
+
transform: translate3d(0, 500px, 0);
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
@keyframes Toastify__slideOutUp {
|
|
1029
|
+
from {
|
|
1030
|
+
transform: translate3d(0, var(--y), 0);
|
|
1031
|
+
}
|
|
1032
|
+
to {
|
|
1033
|
+
visibility: hidden;
|
|
1034
|
+
transform: translate3d(0, -500px, 0);
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
|
|
1038
|
+
animation-name: Toastify__slideInLeft;
|
|
1039
|
+
}
|
|
1040
|
+
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
|
|
1041
|
+
animation-name: Toastify__slideInRight;
|
|
1042
|
+
}
|
|
1043
|
+
.Toastify__slide-enter--top-center {
|
|
1044
|
+
animation-name: Toastify__slideInDown;
|
|
1045
|
+
}
|
|
1046
|
+
.Toastify__slide-enter--bottom-center {
|
|
1047
|
+
animation-name: Toastify__slideInUp;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
|
|
1051
|
+
animation-name: Toastify__slideOutLeft;
|
|
1052
|
+
animation-timing-function: ease-in;
|
|
1053
|
+
animation-duration: 0.3s;
|
|
1054
|
+
}
|
|
1055
|
+
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
|
|
1056
|
+
animation-name: Toastify__slideOutRight;
|
|
1057
|
+
animation-timing-function: ease-in;
|
|
1058
|
+
animation-duration: 0.3s;
|
|
1059
|
+
}
|
|
1060
|
+
.Toastify__slide-exit--top-center {
|
|
1061
|
+
animation-name: Toastify__slideOutUp;
|
|
1062
|
+
animation-timing-function: ease-in;
|
|
1063
|
+
animation-duration: 0.3s;
|
|
1064
|
+
}
|
|
1065
|
+
.Toastify__slide-exit--bottom-center {
|
|
1066
|
+
animation-name: Toastify__slideOutDown;
|
|
1067
|
+
animation-timing-function: ease-in;
|
|
1068
|
+
animation-duration: 0.3s;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
@keyframes Toastify__spin {
|
|
1072
|
+
from {
|
|
1073
|
+
transform: rotate(0deg);
|
|
1074
|
+
}
|
|
1075
|
+
to {
|
|
1076
|
+
transform: rotate(360deg);
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
/*# sourceMappingURL=ReactToastify.css.map */`));
|
|
7
1081
|
document.head.appendChild(elementStyle);
|
|
8
1082
|
}
|
|
9
1083
|
} catch (e) {
|
|
@@ -70,10 +1144,15 @@ const Field_context = require("./Inputs/components/Context/Field.context.cjs");
|
|
|
70
1144
|
const FormField = require("./FormField/FormField.cjs");
|
|
71
1145
|
const FormField_context = require("./FormField/FormField.context.cjs");
|
|
72
1146
|
const Label = require("./Label/Label.cjs");
|
|
1147
|
+
const FlexItem = require("./Layouts/FlexItem/FlexItem.cjs");
|
|
1148
|
+
const FlexGroup = require("./Layouts/FlexGroup/FlexGroup.cjs");
|
|
1149
|
+
const FlexSplit = require("./Layouts/FlexSplit/FlexSplit.cjs");
|
|
1150
|
+
const FlexDivider = require("./Layouts/FlexDivider/FlexDivider.cjs");
|
|
73
1151
|
const Link = require("./Link/Link.cjs");
|
|
74
1152
|
const LinkStyler = require("./Link/LinkStyler/LinkStyler.cjs");
|
|
75
1153
|
const Loader = require("./Loader/Loader.cjs");
|
|
76
1154
|
const Menu = require("./Menu/Menu.cjs");
|
|
1155
|
+
const MidBar = require("./MidBar/MidBar.cjs");
|
|
77
1156
|
const Modal = require("./Modal/Modal.cjs");
|
|
78
1157
|
const MoreInfoIcon = require("./MoreInfoIcon/MoreInfoIcon.cjs");
|
|
79
1158
|
const MultiSelect = require("./MultiSelect/MultiSelect.cjs");
|
|
@@ -96,6 +1175,8 @@ const Step_types = require("./Stepper/components/Step/Step.types.cjs");
|
|
|
96
1175
|
const Switch = require("./Switch/Switch.cjs");
|
|
97
1176
|
const TableHeading = require("./TableHeading/TableHeading.cjs");
|
|
98
1177
|
const Tabs = require("./Tabs/Tabs.cjs");
|
|
1178
|
+
const ThemeModeSwitch = require("./ThemeModeSwitch/ThemeModeSwitch.cjs");
|
|
1179
|
+
const useThemeModeSwitch = require("./ThemeModeSwitch/useThemeModeSwitch.cjs");
|
|
99
1180
|
const context = require("./Toast/core/context.cjs");
|
|
100
1181
|
const Toast = require("./Toast/Toast.cjs");
|
|
101
1182
|
const Toaster = require("./Toast/Toaster.cjs");
|
|
@@ -186,15 +1267,23 @@ exports.useFieldDisabled = Field_context.useFieldDisabled;
|
|
|
186
1267
|
exports.FormField = FormField.default;
|
|
187
1268
|
exports.FieldReadonlyProvider = FormField_context.FieldReadonlyProvider;
|
|
188
1269
|
exports.FieldReadonlyTransProvider = FormField_context.FieldReadonlyTransProvider;
|
|
1270
|
+
exports.FieldRequiredProvider = FormField_context.FieldRequiredProvider;
|
|
1271
|
+
exports.FieldRequiredTransProvider = FormField_context.FieldRequiredTransProvider;
|
|
189
1272
|
exports.FieldStatusProvider = FormField_context.FieldStatusProvider;
|
|
190
1273
|
exports.FieldStatusTransProvider = FormField_context.FieldStatusTransProvider;
|
|
191
1274
|
exports.useFieldReadonly = FormField_context.useFieldReadonly;
|
|
1275
|
+
exports.useFieldRequired = FormField_context.useFieldRequired;
|
|
192
1276
|
exports.useFieldStatus = FormField_context.useFieldStatus;
|
|
193
1277
|
exports.Label = Label.default;
|
|
1278
|
+
exports.FlexItem = FlexItem.FlexItem;
|
|
1279
|
+
exports.FlexGroup = FlexGroup.FlexGroup;
|
|
1280
|
+
exports.FlexSplit = FlexSplit.FlexSplit;
|
|
1281
|
+
exports.FlexDivider = FlexDivider.FlexDivider;
|
|
194
1282
|
exports.Link = Link.default;
|
|
195
1283
|
exports.LinkStyler = LinkStyler.LinkStyler;
|
|
196
1284
|
exports.Loader = Loader.default;
|
|
197
1285
|
exports.Menu = Menu.default;
|
|
1286
|
+
exports.MidBar = MidBar.default;
|
|
198
1287
|
exports.Modal = Modal.default;
|
|
199
1288
|
exports.MoreInfoIcon = MoreInfoIcon.default;
|
|
200
1289
|
exports.MultiSelect = MultiSelect.default;
|
|
@@ -217,6 +1306,8 @@ exports.StepperStepState = Step_types.StepperStepState;
|
|
|
217
1306
|
exports.Switch = Switch.default;
|
|
218
1307
|
exports.TableHeading = TableHeading.default;
|
|
219
1308
|
exports.Tabs = Tabs.default;
|
|
1309
|
+
exports.ThemeModeSwitch = ThemeModeSwitch.ThemeModeSwitch;
|
|
1310
|
+
exports.useThemeModeSwitch = useThemeModeSwitch.useThemeModeSwitch;
|
|
220
1311
|
exports.useToastParams = context.useToastParams;
|
|
221
1312
|
exports.Toast = Toast.default;
|
|
222
1313
|
exports.Toaster = Toaster.default;
|