@aloudata/aloudata-design 2.19.4 → 3.0.0-beta.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/AMenu/index.d.ts +34 -3
- package/dist/AMenu/index.js +53 -2
- package/dist/AMenu/index.js.map +1 -0
- package/dist/AProgress/index.d.ts +17 -2
- package/dist/AProgress/index.js +82 -2
- package/dist/AProgress/index.js.map +1 -0
- package/dist/Alert/index.d.ts +16 -3
- package/dist/Alert/index.js +91 -2
- package/dist/Alert/index.js.map +1 -0
- package/dist/App/index.d.ts +6 -2
- package/dist/App/index.js +22 -31
- package/dist/App/index.js.map +1 -0
- package/dist/Avatar/component/Avatar/helper.d.ts +1 -1
- package/dist/Avatar/component/Avatar/helper.js +49 -82
- package/dist/Avatar/component/Avatar/helper.js.map +1 -0
- package/dist/Avatar/component/Avatar/index.d.ts +7 -69
- package/dist/Avatar/component/Avatar/index.js +71 -66
- package/dist/Avatar/component/Avatar/index.js.map +1 -0
- package/dist/Avatar/component/Avatar/type.d.ts +10 -1
- package/dist/Avatar/component/Avatar/type.js +19 -15
- package/dist/Avatar/component/Avatar/type.js.map +1 -0
- package/dist/Avatar/index.d.ts +14 -1
- package/dist/Avatar/index.js +32 -4
- package/dist/Avatar/index.js.map +1 -0
- package/dist/Badge/index.d.ts +2 -2
- package/dist/Badge/index.js +46 -24
- package/dist/Badge/index.js.map +1 -0
- package/dist/Breadcrumb/index.d.ts +20 -4
- package/dist/Breadcrumb/index.js +62 -31
- package/dist/Breadcrumb/index.js.map +1 -0
- package/dist/Button/index.d.ts +17 -39
- package/dist/Button/index.js +175 -94
- package/dist/Button/index.js.map +1 -0
- package/dist/Card/index.d.ts +35 -2
- package/dist/Card/index.js +72 -2
- package/dist/Card/index.js.map +1 -0
- package/dist/Carousel/index.d.ts +34 -3
- package/dist/Carousel/index.js +103 -2
- package/dist/Carousel/index.js.map +1 -0
- package/dist/Checkbox/component/CheckboxGroup/index.d.ts +1 -4
- package/dist/Checkbox/component/CheckboxGroup/index.js +2 -22
- package/dist/Checkbox/index.d.ts +6 -6
- package/dist/Checkbox/index.js +110 -37
- package/dist/Checkbox/index.js.map +1 -0
- package/dist/Checkbox/type.d.ts +24 -83
- package/dist/Checkbox/type.js +2 -5
- package/dist/Col/index.d.ts +21 -3
- package/dist/Col/index.js +111 -2
- package/dist/Col/index.js.map +1 -0
- package/dist/Collapse/index.d.ts +42 -5
- package/dist/Collapse/index.js +130 -19
- package/dist/Collapse/index.js.map +1 -0
- package/dist/ColorPicker/ComplexColorPicker/ColorAlphaInput.d.ts +2 -2
- package/dist/ColorPicker/ComplexColorPicker/ColorAlphaInput.js +29 -42
- package/dist/ColorPicker/ComplexColorPicker/ColorAlphaInput.js.map +1 -0
- package/dist/ColorPicker/ComplexColorPicker/ColorHexInput.d.ts +2 -2
- package/dist/ColorPicker/ComplexColorPicker/ColorHexInput.js +29 -44
- package/dist/ColorPicker/ComplexColorPicker/ColorHexInput.js.map +1 -0
- package/dist/ColorPicker/ComplexColorPicker/ColorHsbInput.d.ts +2 -2
- package/dist/ColorPicker/ComplexColorPicker/ColorHsbInput.js +54 -72
- package/dist/ColorPicker/ComplexColorPicker/ColorHsbInput.js.map +1 -0
- package/dist/ColorPicker/ComplexColorPicker/ColorInput.d.ts +3 -3
- package/dist/ColorPicker/ComplexColorPicker/ColorInput.js +74 -74
- package/dist/ColorPicker/ComplexColorPicker/ColorInput.js.map +1 -0
- package/dist/ColorPicker/ComplexColorPicker/ColorRgbInput.d.ts +2 -2
- package/dist/ColorPicker/ComplexColorPicker/ColorRgbInput.js +51 -63
- package/dist/ColorPicker/ComplexColorPicker/ColorRgbInput.js.map +1 -0
- package/dist/ColorPicker/ComplexColorPicker/ColorSteppers.d.ts +2 -3
- package/dist/ColorPicker/ComplexColorPicker/ColorSteppers.js +27 -44
- package/dist/ColorPicker/ComplexColorPicker/ColorSteppers.js.map +1 -0
- package/dist/ColorPicker/ComplexColorPicker/index.d.ts +1 -2
- package/dist/ColorPicker/ComplexColorPicker/index.js +72 -89
- package/dist/ColorPicker/ComplexColorPicker/index.js.map +1 -0
- package/dist/ColorPicker/color.d.ts +2 -2
- package/dist/ColorPicker/color.js +72 -125
- package/dist/ColorPicker/color.js.map +1 -0
- package/dist/ColorPicker/constant.js +47 -3
- package/dist/ColorPicker/constant.js.map +1 -0
- package/dist/ColorPicker/hooks/useColor.d.ts +2 -2
- package/dist/ColorPicker/hooks/useColor.js +21 -31
- package/dist/ColorPicker/hooks/useColor.js.map +1 -0
- package/dist/ColorPicker/index.d.ts +3 -3
- package/dist/ColorPicker/index.js +159 -204
- package/dist/ColorPicker/index.js.map +1 -0
- package/dist/ColorPicker/interface.d.ts +8 -5
- package/dist/ColorPicker/interface.js +9 -6
- package/dist/ColorPicker/interface.js.map +1 -0
- package/dist/ColorPicker/util.d.ts +3 -3
- package/dist/ColorPicker/util.js +20 -61
- package/dist/ColorPicker/util.js.map +1 -0
- package/dist/ConfigProvider/DisabledContext.d.ts +3 -0
- package/dist/ConfigProvider/DisabledContext.js +7 -0
- package/dist/ConfigProvider/DisabledContext.js.map +1 -0
- package/dist/ConfigProvider/getUserList.d.ts +1 -1
- package/dist/ConfigProvider/getUserList.js +12 -24
- package/dist/ConfigProvider/getUserList.js.map +1 -0
- package/dist/ConfigProvider/hooks/useGetUserList.d.ts +4 -4
- package/dist/ConfigProvider/hooks/useGetUserList.js +14 -14
- package/dist/ConfigProvider/hooks/useGetUserList.js.map +1 -0
- package/dist/ConfigProvider/index.d.ts +33 -13
- package/dist/ConfigProvider/index.js +34 -44
- package/dist/ConfigProvider/index.js.map +1 -0
- package/dist/ConfigProvider/sizeContext.js +12 -12
- package/dist/ConfigProvider/sizeContext.js.map +1 -0
- package/dist/DataPreviewTable/components/Body/Cell.d.ts +3 -3
- package/dist/DataPreviewTable/components/Body/Cell.js +35 -37
- package/dist/DataPreviewTable/components/Body/Cell.js.map +1 -0
- package/dist/DataPreviewTable/components/Body/Error.d.ts +2 -2
- package/dist/DataPreviewTable/components/Body/Error.js +21 -19
- package/dist/DataPreviewTable/components/Body/Error.js.map +1 -0
- package/dist/DataPreviewTable/components/Body/index.d.ts +2 -2
- package/dist/DataPreviewTable/components/Body/index.js +37 -51
- package/dist/DataPreviewTable/components/Body/index.js.map +1 -0
- package/dist/DataPreviewTable/components/DragBar/Mask.d.ts +1 -2
- package/dist/DataPreviewTable/components/DragBar/Mask.js +31 -29
- package/dist/DataPreviewTable/components/DragBar/Mask.js.map +1 -0
- package/dist/DataPreviewTable/components/DragBar/index.d.ts +2 -2
- package/dist/DataPreviewTable/components/DragBar/index.js +58 -76
- package/dist/DataPreviewTable/components/DragBar/index.js.map +1 -0
- package/dist/DataPreviewTable/components/Header/index.d.ts +1 -2
- package/dist/DataPreviewTable/components/Header/index.js +43 -50
- package/dist/DataPreviewTable/components/Header/index.js.map +1 -0
- package/dist/DataPreviewTable/constant.js +2 -6
- package/dist/DataPreviewTable/constant.js.map +1 -0
- package/dist/DataPreviewTable/hooks/useDirection.js +164 -215
- package/dist/DataPreviewTable/hooks/useDirection.js.map +1 -0
- package/dist/DataPreviewTable/index.d.ts +2 -2
- package/dist/DataPreviewTable/index.js +105 -131
- package/dist/DataPreviewTable/index.js.map +1 -0
- package/dist/DataPreviewTable/interface.d.ts +1 -1
- package/dist/DataPreviewTable/interface.js +14 -9
- package/dist/DataPreviewTable/interface.js.map +1 -0
- package/dist/DataPreviewTable/utils/findRange.js +41 -63
- package/dist/DataPreviewTable/utils/findRange.js.map +1 -0
- package/dist/DataPreviewTable/utils/getColumnOffsetsFromWidths.js +13 -8
- package/dist/DataPreviewTable/utils/getColumnOffsetsFromWidths.js.map +1 -0
- package/dist/DataPreviewTable/utils/getColumnRange.js +11 -21
- package/dist/DataPreviewTable/utils/getColumnRange.js.map +1 -0
- package/dist/DataPreviewTable/utils/getRowRange.js +15 -22
- package/dist/DataPreviewTable/utils/getRowRange.js.map +1 -0
- package/dist/DataPreviewTable/utils/getTableLayout.js +19 -17
- package/dist/DataPreviewTable/utils/getTableLayout.js.map +1 -0
- package/dist/DatePicker/index.d.ts +39 -67
- package/dist/DatePicker/index.js +77 -206
- package/dist/DatePicker/index.js.map +1 -0
- package/dist/Divider/index.d.ts +1 -2
- package/dist/Divider/index.js +34 -19
- package/dist/Divider/index.js.map +1 -0
- package/dist/DoubleCircleIcon/index.d.ts +6 -7
- package/dist/DoubleCircleIcon/index.js +2 -34
- package/dist/Drawer/index.d.ts +27 -3
- package/dist/Drawer/index.js +93 -2
- package/dist/Drawer/index.js.map +1 -0
- package/dist/Dropdown/index.d.ts +4 -5
- package/dist/Dropdown/index.js +145 -189
- package/dist/Dropdown/index.js.map +1 -0
- package/dist/Empty/image/Data.d.ts +1 -2
- package/dist/Empty/image/Data.js +267 -219
- package/dist/Empty/image/Data.js.map +1 -0
- package/dist/Empty/image/Search.d.ts +1 -2
- package/dist/Empty/image/Search.js +15 -10
- package/dist/Empty/image/Search.js.map +1 -0
- package/dist/Empty/image/SearchSmall.d.ts +1 -2
- package/dist/Empty/image/SearchSmall.js +34 -27
- package/dist/Empty/image/SearchSmall.js.map +1 -0
- package/dist/Empty/image/User.d.ts +1 -2
- package/dist/Empty/image/User.js +249 -196
- package/dist/Empty/image/User.js.map +1 -0
- package/dist/Empty/image/WorkBook.d.ts +1 -2
- package/dist/Empty/image/WorkBook.js +246 -202
- package/dist/Empty/image/WorkBook.js.map +1 -0
- package/dist/Empty/index.js +62 -70
- package/dist/Empty/index.js.map +1 -0
- package/dist/Form/FormItemContext.d.ts +27 -0
- package/dist/Form/FormItemContext.js +8 -0
- package/dist/Form/FormItemContext.js.map +1 -0
- package/dist/Form/hooks/useFormItemStatus.d.ts +6 -0
- package/dist/Form/hooks/useFormItemStatus.js +2 -0
- package/dist/Form/index.d.ts +95 -19
- package/dist/Form/index.js +257 -60
- package/dist/Form/index.js.map +1 -0
- package/dist/HighlightText/index.d.ts +2 -2
- package/dist/HighlightText/index.js +27 -28
- package/dist/HighlightText/index.js.map +1 -0
- package/dist/Icon/components/AlertTriangleDuotone.d.ts +1 -1
- package/dist/Icon/components/AlertTriangleDuotone.js +35 -35
- package/dist/Icon/components/AlertTriangleDuotone.js.map +1 -0
- package/dist/Icon/components/AlertTriangleLine.d.ts +1 -1
- package/dist/Icon/components/AlertTriangleLine.js +35 -35
- package/dist/Icon/components/AlertTriangleLine.js.map +1 -0
- package/dist/Icon/components/ArrowDownFill.d.ts +1 -1
- package/dist/Icon/components/ArrowDownFill.js +35 -35
- package/dist/Icon/components/ArrowDownFill.js.map +1 -0
- package/dist/Icon/components/ArrowDownLightLine.d.ts +1 -1
- package/dist/Icon/components/ArrowDownLightLine.js +35 -35
- package/dist/Icon/components/ArrowDownLightLine.js.map +1 -0
- package/dist/Icon/components/ArrowDownRightFill.js +35 -35
- package/dist/Icon/components/ArrowDownRightFill.js.map +1 -0
- package/dist/Icon/components/ArrowRightLightLine.d.ts +1 -1
- package/dist/Icon/components/ArrowRightLightLine.js +35 -35
- package/dist/Icon/components/ArrowRightLightLine.js.map +1 -0
- package/dist/Icon/components/AttentionCircleFill.d.ts +1 -1
- package/dist/Icon/components/AttentionCircleFill.js +35 -35
- package/dist/Icon/components/AttentionCircleFill.js.map +1 -0
- package/dist/Icon/components/AttentionTriangleFill.d.ts +1 -1
- package/dist/Icon/components/AttentionTriangleFill.js +35 -35
- package/dist/Icon/components/AttentionTriangleFill.js.map +1 -0
- package/dist/Icon/components/AttentionTriangleLightLine.d.ts +1 -1
- package/dist/Icon/components/AttentionTriangleLightLine.js +35 -35
- package/dist/Icon/components/AttentionTriangleLightLine.js.map +1 -0
- package/dist/Icon/components/CancelCircleDuotone.d.ts +1 -1
- package/dist/Icon/components/CancelCircleDuotone.js +39 -38
- package/dist/Icon/components/CancelCircleDuotone.js.map +1 -0
- package/dist/Icon/components/CancelledCircleFill.js +35 -35
- package/dist/Icon/components/CancelledCircleFill.js.map +1 -0
- package/dist/Icon/components/CheckCircleDuotone.d.ts +1 -1
- package/dist/Icon/components/CheckCircleDuotone.js +39 -38
- package/dist/Icon/components/CheckCircleDuotone.js.map +1 -0
- package/dist/Icon/components/CheckCircleFill.d.ts +1 -1
- package/dist/Icon/components/CheckCircleFill.js +35 -35
- package/dist/Icon/components/CheckCircleFill.js.map +1 -0
- package/dist/Icon/components/CheckCircleLightLine.d.ts +1 -1
- package/dist/Icon/components/CheckCircleLightLine.js +37 -38
- package/dist/Icon/components/CheckCircleLightLine.js.map +1 -0
- package/dist/Icon/components/CheckLightLine.d.ts +1 -1
- package/dist/Icon/components/CheckLightLine.js +35 -35
- package/dist/Icon/components/CheckLightLine.js.map +1 -0
- package/dist/Icon/components/ChevronDownLine.d.ts +1 -1
- package/dist/Icon/components/ChevronDownLine.js +35 -35
- package/dist/Icon/components/ChevronDownLine.js.map +1 -0
- package/dist/Icon/components/ChevronLeftLine.d.ts +1 -1
- package/dist/Icon/components/ChevronLeftLine.js +35 -35
- package/dist/Icon/components/ChevronLeftLine.js.map +1 -0
- package/dist/Icon/components/ChevronRightLine.d.ts +1 -1
- package/dist/Icon/components/ChevronRightLine.js +35 -35
- package/dist/Icon/components/ChevronRightLine.js.map +1 -0
- package/dist/Icon/components/CircleLightLine.d.ts +1 -1
- package/dist/Icon/components/CircleLightLine.js +37 -38
- package/dist/Icon/components/CircleLightLine.js.map +1 -0
- package/dist/Icon/components/CloseCircleFill.d.ts +1 -1
- package/dist/Icon/components/CloseCircleFill.js +35 -35
- package/dist/Icon/components/CloseCircleFill.js.map +1 -0
- package/dist/Icon/components/CloseCircleLightLine.d.ts +1 -1
- package/dist/Icon/components/CloseCircleLightLine.js +35 -35
- package/dist/Icon/components/CloseCircleLightLine.js.map +1 -0
- package/dist/Icon/components/CloseCircleRightFill.js +35 -35
- package/dist/Icon/components/CloseCircleRightFill.js.map +1 -0
- package/dist/Icon/components/CloseLLine.d.ts +1 -1
- package/dist/Icon/components/CloseLLine.js +35 -35
- package/dist/Icon/components/CloseLLine.js.map +1 -0
- package/dist/Icon/components/CloseLightLine.d.ts +1 -1
- package/dist/Icon/components/CloseLightLine.js +35 -35
- package/dist/Icon/components/CloseLightLine.js.map +1 -0
- package/dist/Icon/components/CloseMLine.d.ts +1 -1
- package/dist/Icon/components/CloseMLine.js +35 -35
- package/dist/Icon/components/CloseMLine.js.map +1 -0
- package/dist/Icon/components/DangerFill.d.ts +1 -1
- package/dist/Icon/components/DangerFill.js +35 -35
- package/dist/Icon/components/DangerFill.js.map +1 -0
- package/dist/Icon/components/DragLightLine.d.ts +1 -1
- package/dist/Icon/components/DragLightLine.js +35 -35
- package/dist/Icon/components/DragLightLine.js.map +1 -0
- package/dist/Icon/components/DragLine.d.ts +1 -1
- package/dist/Icon/components/DragLine.js +35 -35
- package/dist/Icon/components/DragLine.js.map +1 -0
- package/dist/Icon/components/Ellipsis.js +35 -35
- package/dist/Icon/components/Ellipsis.js.map +1 -0
- package/dist/Icon/components/EyeOffLine.d.ts +1 -1
- package/dist/Icon/components/EyeOffLine.js +35 -35
- package/dist/Icon/components/EyeOffLine.js.map +1 -0
- package/dist/Icon/components/EyeOnLine.d.ts +1 -1
- package/dist/Icon/components/EyeOnLine.js +45 -42
- package/dist/Icon/components/EyeOnLine.js.map +1 -0
- package/dist/Icon/components/FoldDownFill.d.ts +1 -1
- package/dist/Icon/components/FoldDownFill.js +36 -38
- package/dist/Icon/components/FoldDownFill.js.map +1 -0
- package/dist/Icon/components/FoldUpFill.d.ts +1 -1
- package/dist/Icon/components/FoldUpFill.js +36 -38
- package/dist/Icon/components/FoldUpFill.js.map +1 -0
- package/dist/Icon/components/InProgressFill.js +37 -38
- package/dist/Icon/components/InProgressFill.js.map +1 -0
- package/dist/Icon/components/InfoCircleDuotone.d.ts +1 -1
- package/dist/Icon/components/InfoCircleDuotone.js +35 -35
- package/dist/Icon/components/InfoCircleDuotone.js.map +1 -0
- package/dist/Icon/components/InfoCircleLine.d.ts +1 -1
- package/dist/Icon/components/InfoCircleLine.js +35 -35
- package/dist/Icon/components/InfoCircleLine.js.map +1 -0
- package/dist/Icon/components/InformationCircleFill.d.ts +1 -1
- package/dist/Icon/components/InformationCircleFill.js +35 -35
- package/dist/Icon/components/InformationCircleFill.js.map +1 -0
- package/dist/Icon/components/InformationCircleLightLine.d.ts +1 -1
- package/dist/Icon/components/InformationCircleLightLine.js +37 -38
- package/dist/Icon/components/InformationCircleLightLine.js.map +1 -0
- package/dist/Icon/components/Loading2Line.d.ts +1 -1
- package/dist/Icon/components/Loading2Line.js +35 -35
- package/dist/Icon/components/Loading2Line.js.map +1 -0
- package/dist/Icon/components/LoadingDuotone.js +38 -39
- package/dist/Icon/components/LoadingDuotone.js.map +1 -0
- package/dist/Icon/components/LoadingLine.d.ts +1 -1
- package/dist/Icon/components/LoadingLine.js +35 -35
- package/dist/Icon/components/LoadingLine.js.map +1 -0
- package/dist/Icon/components/MoreVerticalLine.d.ts +1 -1
- package/dist/Icon/components/MoreVerticalLine.js +35 -35
- package/dist/Icon/components/MoreVerticalLine.js.map +1 -0
- package/dist/Icon/components/SearchLine.d.ts +1 -1
- package/dist/Icon/components/SearchLine.js +35 -35
- package/dist/Icon/components/SearchLine.js.map +1 -0
- package/dist/Icon/components/SignLightLine.d.ts +1 -1
- package/dist/Icon/components/SignLightLine.js +35 -35
- package/dist/Icon/components/SignLightLine.js.map +1 -0
- package/dist/Icon/components/SortAscendingOrderColor.js +37 -36
- package/dist/Icon/components/SortAscendingOrderColor.js.map +1 -0
- package/dist/Icon/components/SortColor.js +33 -33
- package/dist/Icon/components/SortColor.js.map +1 -0
- package/dist/Icon/components/SortDescendingOrderColor.js +37 -36
- package/dist/Icon/components/SortDescendingOrderColor.js.map +1 -0
- package/dist/Icon/components/TimesLightLine.d.ts +1 -1
- package/dist/Icon/components/TimesLightLine.js +35 -35
- package/dist/Icon/components/TimesLightLine.js.map +1 -0
- package/dist/Icon/components/TrashLightLine.d.ts +1 -1
- package/dist/Icon/components/TrashLightLine.js +37 -38
- package/dist/Icon/components/TrashLightLine.js.map +1 -0
- package/dist/Icon/components/TriangleLightLine.d.ts +1 -1
- package/dist/Icon/components/TriangleLightLine.js +35 -35
- package/dist/Icon/components/TriangleLightLine.js.map +1 -0
- package/dist/Icon/components/User.d.ts +1 -1
- package/dist/Icon/components/User.js +42 -41
- package/dist/Icon/components/User.js.map +1 -0
- package/dist/Icon/components/UserGroup.d.ts +1 -1
- package/dist/Icon/components/UserGroup.js +40 -39
- package/dist/Icon/components/UserGroup.js.map +1 -0
- package/dist/Icon/components/createFromScripts.js +2 -29
- package/dist/Icon/index.d.ts +52 -52
- package/dist/Icon/index.js +52 -52
- package/dist/IconButton/index.d.ts +1 -1
- package/dist/IconButton/index.js +92 -106
- package/dist/IconButton/index.js.map +1 -0
- package/dist/Input/components/Input/index.d.ts +19 -53
- package/dist/Input/components/Input/index.js +115 -62
- package/dist/Input/components/Input/index.js.map +1 -0
- package/dist/Input/components/Password/index.d.ts +4 -13
- package/dist/Input/components/Password/index.js +34 -37
- package/dist/Input/components/Password/index.js.map +1 -0
- package/dist/Input/components/TextArea/index.d.ts +16 -44
- package/dist/Input/components/TextArea/index.js +78 -44
- package/dist/Input/components/TextArea/index.js.map +1 -0
- package/dist/Input/index.d.ts +6 -7
- package/dist/Input/index.js +11 -7
- package/dist/Input/index.js.map +1 -0
- package/dist/InputNumber/index.d.ts +2 -3
- package/dist/InputNumber/index.js +123 -44
- package/dist/InputNumber/index.js.map +1 -0
- package/dist/InputNumber/type.d.ts +7 -126
- package/dist/InputNumber/type.js +2 -1
- package/dist/InputSearch/index.d.ts +3 -2
- package/dist/InputSearch/index.js +107 -154
- package/dist/InputSearch/index.js.map +1 -0
- package/dist/Layout/index.d.ts +28 -3
- package/dist/Layout/index.js +74 -2
- package/dist/Layout/index.js.map +1 -0
- package/dist/List/Item.d.ts +1 -1
- package/dist/List/Item.js +56 -73
- package/dist/List/Item.js.map +1 -0
- package/dist/List/index.d.ts +2 -2
- package/dist/List/index.js +93 -129
- package/dist/List/index.js.map +1 -0
- package/dist/LogicTree/DisplayLogicTree.d.ts +3 -3
- package/dist/LogicTree/DisplayLogicTree.js +16 -14
- package/dist/LogicTree/DisplayLogicTree.js.map +1 -0
- package/dist/LogicTree/components/DisplayLogicItem/index.d.ts +2 -2
- package/dist/LogicTree/components/DisplayLogicItem/index.js +69 -85
- package/dist/LogicTree/components/DisplayLogicItem/index.js.map +1 -0
- package/dist/LogicTree/components/LogicItem/index.d.ts +1 -2
- package/dist/LogicTree/components/LogicItem/index.js +296 -388
- package/dist/LogicTree/components/LogicItem/index.js.map +1 -0
- package/dist/LogicTree/helper.d.ts +1 -1
- package/dist/LogicTree/helper.js +119 -182
- package/dist/LogicTree/helper.js.map +1 -0
- package/dist/LogicTree/index.d.ts +5 -6
- package/dist/LogicTree/index.js +100 -143
- package/dist/LogicTree/index.js.map +1 -0
- package/dist/LogicTree/type.js +14 -9
- package/dist/LogicTree/type.js.map +1 -0
- package/dist/MemberPicker/components/MemberSelection.d.ts +2 -2
- package/dist/MemberPicker/components/MemberSelection.js +138 -169
- package/dist/MemberPicker/components/MemberSelection.js.map +1 -0
- package/dist/MemberPicker/components/MultipleOption.d.ts +1 -2
- package/dist/MemberPicker/components/MultipleOption.js +66 -70
- package/dist/MemberPicker/components/MultipleOption.js.map +1 -0
- package/dist/MemberPicker/components/NickLabel.d.ts +1 -1
- package/dist/MemberPicker/components/NickLabel.js +25 -23
- package/dist/MemberPicker/components/NickLabel.js.map +1 -0
- package/dist/MemberPicker/components/Panel.d.ts +2 -2
- package/dist/MemberPicker/components/Panel.js +158 -192
- package/dist/MemberPicker/components/Panel.js.map +1 -0
- package/dist/MemberPicker/components/PanelWrapper.d.ts +3 -3
- package/dist/MemberPicker/components/PanelWrapper.js +99 -151
- package/dist/MemberPicker/components/PanelWrapper.js.map +1 -0
- package/dist/MemberPicker/components/SelectedMemberTags.d.ts +2 -2
- package/dist/MemberPicker/components/SelectedMemberTags.js +81 -82
- package/dist/MemberPicker/components/SelectedMemberTags.js.map +1 -0
- package/dist/MemberPicker/components/SelectorFooter.d.ts +2 -2
- package/dist/MemberPicker/components/SelectorFooter.js +36 -43
- package/dist/MemberPicker/components/SelectorFooter.js.map +1 -0
- package/dist/MemberPicker/components/SingleOption.d.ts +1 -2
- package/dist/MemberPicker/components/SingleOption.js +62 -66
- package/dist/MemberPicker/components/SingleOption.js.map +1 -0
- package/dist/MemberPicker/components/UserGroupSelection.d.ts +2 -2
- package/dist/MemberPicker/components/UserGroupSelection.js +163 -229
- package/dist/MemberPicker/components/UserGroupSelection.js.map +1 -0
- package/dist/MemberPicker/index.d.ts +3 -3
- package/dist/MemberPicker/index.js +279 -380
- package/dist/MemberPicker/index.js.map +1 -0
- package/dist/MemberPicker/interface.d.ts +2 -2
- package/dist/MemberPicker/interface.js +11 -6
- package/dist/MemberPicker/interface.js.map +1 -0
- package/dist/MemberPicker/tests/mockPort.js +2 -147
- package/dist/MemberPicker/utils/getUsersWithUserId.js +10 -23
- package/dist/MemberPicker/utils/getUsersWithUserId.js.map +1 -0
- package/dist/MemberPicker/utils/index.d.ts +1 -2
- package/dist/MemberPicker/utils/index.js +18 -14
- package/dist/MemberPicker/utils/index.js.map +1 -0
- package/dist/Menu/index.d.ts +2 -2
- package/dist/Menu/index.js +113 -125
- package/dist/Menu/index.js.map +1 -0
- package/dist/Modal/index.d.ts +69 -25
- package/dist/Modal/index.js +329 -339
- package/dist/Modal/index.js.map +1 -0
- package/dist/OverflowCount/index.d.ts +2 -17
- package/dist/OverflowCount/index.js +88 -75
- package/dist/OverflowCount/index.js.map +1 -0
- package/dist/Pagination/PageSizeChanger.d.ts +1 -1
- package/dist/Pagination/PageSizeChanger.js +30 -49
- package/dist/Pagination/PageSizeChanger.js.map +1 -0
- package/dist/Pagination/index.d.ts +2 -3
- package/dist/Pagination/index.js +144 -196
- package/dist/Pagination/index.js.map +1 -0
- package/dist/Pagination/types.js +2 -1
- package/dist/Popconfirm/index.d.ts +17 -5
- package/dist/Popconfirm/index.js +100 -50
- package/dist/Popconfirm/index.js.map +1 -0
- package/dist/Popover/index.d.ts +22 -4
- package/dist/Popover/index.js +92 -17
- package/dist/Popover/index.js.map +1 -0
- package/dist/Progress/index.d.ts +1 -1
- package/dist/Progress/index.js +46 -74
- package/dist/Progress/index.js.map +1 -0
- package/dist/Radio/components/Group/index.d.ts +3 -3
- package/dist/Radio/components/Group/index.js +51 -63
- package/dist/Radio/components/Group/index.js.map +1 -0
- package/dist/Radio/components/Radio/index.d.ts +1 -2
- package/dist/Radio/components/Radio/index.js +84 -109
- package/dist/Radio/components/Radio/index.js.map +1 -0
- package/dist/Radio/index.d.ts +4 -5
- package/dist/Radio/index.js +9 -4
- package/dist/Radio/index.js.map +1 -0
- package/dist/Radio/interface/radio.js +2 -1
- package/dist/Radio/interface/radioGroup.d.ts +1 -1
- package/dist/Radio/interface/radioGroup.js +2 -1
- package/dist/RenameInput/index.d.ts +2 -2
- package/dist/RenameInput/index.js +94 -129
- package/dist/RenameInput/index.js.map +1 -0
- package/dist/Result/index.d.ts +5 -5
- package/dist/Result/index.js +122 -116
- package/dist/Result/index.js.map +1 -0
- package/dist/Result/noFound.d.ts +1 -1
- package/dist/Result/noFound.js +36 -33
- package/dist/Result/noFound.js.map +1 -0
- package/dist/Result/serverError.d.ts +1 -1
- package/dist/Result/serverError.js +36 -33
- package/dist/Result/serverError.js.map +1 -0
- package/dist/Result/unauthorized.d.ts +1 -1
- package/dist/Result/unauthorized.js +36 -34
- package/dist/Result/unauthorized.js.map +1 -0
- package/dist/Row/index.d.ts +11 -2
- package/dist/Row/index.js +42 -2
- package/dist/Row/index.js.map +1 -0
- package/dist/ScrollArea/index.d.ts +1 -1
- package/dist/ScrollArea/index.js +44 -58
- package/dist/ScrollArea/index.js.map +1 -0
- package/dist/{AldSelect → Select}/BaseSelect.d.ts +13 -3
- package/dist/Select/BaseSelect.js +206 -0
- package/dist/Select/BaseSelect.js.map +1 -0
- package/dist/{AldSelect → Select}/SelectTrigger.d.ts +3 -3
- package/dist/Select/SelectTrigger.js +60 -0
- package/dist/Select/SelectTrigger.js.map +1 -0
- package/dist/{AldSelect → Select}/Selector/MultipleResponsiveSelectedSection.d.ts +2 -2
- package/dist/Select/Selector/MultipleResponsiveSelectedSection.js +48 -0
- package/dist/Select/Selector/MultipleResponsiveSelectedSection.js.map +1 -0
- package/dist/{AldSelect → Select}/Selector/MultipleSelector.d.ts +3 -3
- package/dist/Select/Selector/MultipleSelector.js +128 -0
- package/dist/Select/Selector/MultipleSelector.js.map +1 -0
- package/dist/{AldSelect → Select}/Selector/index.d.ts +2 -2
- package/dist/Select/Selector/index.js +25 -0
- package/dist/Select/Selector/index.js.map +1 -0
- package/dist/{AldSelect → Select}/components/PopupContent.d.ts +2 -2
- package/dist/Select/components/PopupContent.js +25 -0
- package/dist/Select/components/PopupContent.js.map +1 -0
- package/dist/{AldSelect → Select}/components/SearchBox.d.ts +2 -2
- package/dist/Select/components/SearchBox.js +23 -0
- package/dist/Select/components/SearchBox.js.map +1 -0
- package/dist/{AldSelect → Select}/components/Suffix.d.ts +2 -2
- package/dist/Select/components/Suffix.js +36 -0
- package/dist/Select/components/Suffix.js.map +1 -0
- package/dist/Select/hooks/useCache.js +35 -0
- package/dist/Select/hooks/useCache.js.map +1 -0
- package/dist/Select/hooks/useDisplayMenu.js +42 -0
- package/dist/Select/hooks/useDisplayMenu.js.map +1 -0
- package/dist/{AldSelect → Select}/hooks/useLayoutEffect.d.ts +2 -1
- package/dist/Select/hooks/useLayoutEffect.js +2 -0
- package/dist/{AldSelect → Select}/hooks/useOptions.d.ts +1 -1
- package/dist/Select/hooks/useOptions.js +60 -0
- package/dist/Select/hooks/useOptions.js.map +1 -0
- package/dist/{AldSelect → Select}/index.d.ts +2 -2
- package/dist/Select/index.js +151 -0
- package/dist/Select/index.js.map +1 -0
- package/dist/{AldSelect → Select}/interface.d.ts +2 -2
- package/dist/Select/interface.js +2 -0
- package/dist/{AldSelect → Select}/utils/commonUtil.d.ts +0 -1
- package/dist/Select/utils/commonUtil.js +38 -0
- package/dist/Select/utils/commonUtil.js.map +1 -0
- package/dist/Select/utils/getWidthStyle.js +11 -0
- package/dist/Select/utils/getWidthStyle.js.map +1 -0
- package/dist/Select/utils/keyUtil.js +2 -0
- package/dist/{AldSelect → Select}/utils/valueUtil.d.ts +2 -3
- package/dist/Select/utils/valueUtil.js +16 -0
- package/dist/Select/utils/valueUtil.js.map +1 -0
- package/dist/Skeleton/index.d.ts +56 -2
- package/dist/Skeleton/index.js +130 -2
- package/dist/Skeleton/index.js.map +1 -0
- package/dist/Slider/index.d.ts +34 -4
- package/dist/Slider/index.js +98 -8
- package/dist/Slider/index.js.map +1 -0
- package/dist/Space/CompactContext.d.ts +20 -0
- package/dist/Space/CompactContext.js +24 -0
- package/dist/Space/CompactContext.js.map +1 -0
- package/dist/Space/index.d.ts +28 -3
- package/dist/Space/index.js +64 -2
- package/dist/Space/index.js.map +1 -0
- package/dist/Spin/CustomIcon/index.d.ts +3 -3
- package/dist/Spin/CustomIcon/index.js +27 -38
- package/dist/Spin/CustomIcon/index.js.map +1 -0
- package/dist/Spin/index.d.ts +2 -2
- package/dist/Spin/index.js +47 -62
- package/dist/Spin/index.js.map +1 -0
- package/dist/StatusLight/index.d.ts +2 -2
- package/dist/StatusLight/index.js +73 -58
- package/dist/StatusLight/index.js.map +1 -0
- package/dist/Steps/components/CustomDot/index.d.ts +4 -2
- package/dist/Steps/components/CustomDot/index.js +2 -8
- package/dist/Steps/components/ProcessIcon/index.d.ts +1 -2
- package/dist/Steps/components/ProcessIcon/index.js +39 -24
- package/dist/Steps/components/ProcessIcon/index.js.map +1 -0
- package/dist/Steps/components/Step/index.d.ts +2 -14
- package/dist/Steps/components/Step/index.js +28 -41
- package/dist/Steps/components/Step/index.js.map +1 -0
- package/dist/Steps/index.d.ts +13 -33
- package/dist/Steps/index.js +79 -30
- package/dist/Steps/index.js.map +1 -0
- package/dist/Steps/matchMedia.mock.js +2 -18
- package/dist/Switch/index.d.ts +5 -36
- package/dist/Switch/index.js +62 -67
- package/dist/Switch/index.js.map +1 -0
- package/dist/Switch/test/index.js +2 -43
- package/dist/Table/components/Cell.d.ts +1 -2
- package/dist/Table/components/Cell.js +40 -41
- package/dist/Table/components/Cell.js.map +1 -0
- package/dist/Table/components/DndWrapper.d.ts +1 -1
- package/dist/Table/components/DndWrapper.js +27 -35
- package/dist/Table/components/DndWrapper.js.map +1 -0
- package/dist/Table/components/ErrorBoundary.d.ts +4 -2
- package/dist/Table/components/ErrorBoundary.js +33 -61
- package/dist/Table/components/ErrorBoundary.js.map +1 -0
- package/dist/Table/components/ExpandCell.d.ts +2 -2
- package/dist/Table/components/ExpandCell.js +61 -62
- package/dist/Table/components/ExpandCell.js.map +1 -0
- package/dist/Table/components/Footer/index.d.ts +1 -2
- package/dist/Table/components/Footer/index.js +75 -81
- package/dist/Table/components/Footer/index.js.map +1 -0
- package/dist/Table/components/Header.d.ts +1 -2
- package/dist/Table/components/Header.js +62 -68
- package/dist/Table/components/Header.js.map +1 -0
- package/dist/Table/helper.d.ts +6 -7
- package/dist/Table/helper.js +101 -155
- package/dist/Table/helper.js.map +1 -0
- package/dist/Table/hooks/useExpandable.d.ts +1 -1
- package/dist/Table/hooks/useExpandable.js +125 -172
- package/dist/Table/hooks/useExpandable.js.map +1 -0
- package/dist/Table/hooks/useFixed.d.ts +1 -2
- package/dist/Table/hooks/useFixed.js +45 -54
- package/dist/Table/hooks/useFixed.js.map +1 -0
- package/dist/Table/hooks/useRowDnd.d.ts +1 -1
- package/dist/Table/hooks/useRowDnd.js +156 -260
- package/dist/Table/hooks/useRowDnd.js.map +1 -0
- package/dist/Table/hooks/useRowSelection.d.ts +1 -1
- package/dist/Table/hooks/useRowSelection.js +268 -389
- package/dist/Table/hooks/useRowSelection.js.map +1 -0
- package/dist/Table/hooks/useScroll.d.ts +3 -4
- package/dist/Table/hooks/useScroll.js +92 -137
- package/dist/Table/hooks/useScroll.js.map +1 -0
- package/dist/Table/index.d.ts +3 -3
- package/dist/Table/index.js +442 -514
- package/dist/Table/index.js.map +1 -0
- package/dist/Table/tests/helper.d.ts +1 -1
- package/dist/Table/tests/helper.js +2 -41
- package/dist/Table/types.d.ts +1 -1
- package/dist/Table/types.js +2 -1
- package/dist/Tabs/TabPane.d.ts +2 -14
- package/dist/Tabs/TabPane.js +13 -6
- package/dist/Tabs/TabPane.js.map +1 -0
- package/dist/Tabs/index.d.ts +26 -52
- package/dist/Tabs/index.js +187 -78
- package/dist/Tabs/index.js.map +1 -0
- package/dist/Tag/index.d.ts +3 -3
- package/dist/Tag/index.js +119 -144
- package/dist/Tag/index.js.map +1 -0
- package/dist/TextLink/index.d.ts +10 -2
- package/dist/TextLink/index.js +49 -24
- package/dist/TextLink/index.js.map +1 -0
- package/dist/Tooltip/index.d.ts +2 -47
- package/dist/Tooltip/index.js +124 -34
- package/dist/Tooltip/index.js.map +1 -0
- package/dist/Tour/index.d.ts +29 -3
- package/dist/Tour/index.js +79 -2
- package/dist/Tour/index.js.map +1 -0
- package/dist/Tree/DirectoryTree.d.ts +3 -4
- package/dist/Tree/DirectoryTree.js +91 -161
- package/dist/Tree/DirectoryTree.js.map +1 -0
- package/dist/Tree/Tree.d.ts +3 -4
- package/dist/Tree/Tree.js +2 -205
- package/dist/Tree/Tree2.js +146 -0
- package/dist/Tree/Tree2.js.map +1 -0
- package/dist/Tree/index.d.ts +7 -10
- package/dist/Tree/index.js +10 -6
- package/dist/Tree/index.js.map +1 -0
- package/dist/Tree/utils/dictUtil.d.ts +1 -1
- package/dist/Tree/utils/dictUtil.js +49 -69
- package/dist/Tree/utils/dictUtil.js.map +1 -0
- package/dist/Tree/utils/dropIndicator.d.ts +1 -2
- package/dist/Tree/utils/dropIndicator.js +31 -35
- package/dist/Tree/utils/dropIndicator.js.map +1 -0
- package/dist/Tree/utils/iconUtil.d.ts +1 -1
- package/dist/Tree/utils/iconUtil.js +61 -65
- package/dist/Tree/utils/iconUtil.js.map +1 -0
- package/dist/Typography/index.d.ts +53 -2
- package/dist/Typography/index.js +85 -2
- package/dist/Typography/index.js.map +1 -0
- package/dist/Upload/index.d.ts +78 -4
- package/dist/Upload/index.js +334 -2
- package/dist/Upload/index.js.map +1 -0
- package/dist/User/index.d.ts +4 -2
- package/dist/User/index.js +31 -26
- package/dist/User/index.js.map +1 -0
- package/dist/Watermark/index.d.ts +2 -2
- package/dist/Watermark/index.js +61 -4
- package/dist/Watermark/index.js.map +1 -0
- package/dist/_utils/SimpleOverflow.d.ts +14 -0
- package/dist/_utils/SimpleOverflow.js +61 -0
- package/dist/_utils/SimpleOverflow.js.map +1 -0
- package/dist/_utils/getUniqId.js +12 -11
- package/dist/_utils/getUniqId.js.map +1 -0
- package/dist/_utils/hooks/useControlledState.js +2 -42
- package/dist/_utils/hooks/useId.js +15 -18
- package/dist/_utils/hooks/useId.js.map +1 -0
- package/dist/_utils/motion.d.ts +2 -3
- package/dist/_utils/motion.js +28 -49
- package/dist/_utils/motion.js.map +1 -0
- package/dist/_utils/prefixCls.d.ts +1 -3
- package/dist/_utils/prefixCls.js +13 -14
- package/dist/_utils/prefixCls.js.map +1 -0
- package/dist/_utils/reactNode.js +17 -15
- package/dist/_utils/reactNode.js.map +1 -0
- package/dist/_utils/statusUtils.d.ts +3 -0
- package/dist/_utils/statusUtils.js +2 -0
- package/dist/_utils/type.js +2 -22
- package/dist/aloudata-design.css +2 -0
- package/dist/index.d.ts +123 -113
- package/dist/index.js +71 -70
- package/dist/lib/utils.d.ts +2 -0
- package/dist/lib/utils.js +10 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/locale/default.d.ts +3 -2
- package/dist/locale/default.js +18 -17
- package/dist/locale/default.js.map +1 -0
- package/dist/locale/en_US.js +61 -69
- package/dist/locale/en_US.js.map +1 -0
- package/dist/locale/zh_CN.js +61 -69
- package/dist/locale/zh_CN.js.map +1 -0
- package/dist/message/index.js +91 -81
- package/dist/message/index.js.map +1 -0
- package/dist/notification/index.d.ts +1 -1
- package/dist/notification/index.js +209 -218
- package/dist/notification/index.js.map +1 -0
- package/dist/select_structure.png +0 -0
- package/dist/select_use_tip1.png +0 -0
- package/dist/select_use_tip2.png +0 -0
- package/dist/select_use_tip3.png +0 -0
- package/dist/select_use_tip4.png +0 -0
- package/package.json +58 -56
- package/dist/AMenu/style/index.d.ts +0 -2
- package/dist/AMenu/style/index.js +0 -2
- package/dist/AMenu/style/index.less +0 -1
- package/dist/AProgress/style/index.d.ts +0 -2
- package/dist/AProgress/style/index.js +0 -2
- package/dist/AProgress/style/index.less +0 -1
- package/dist/AldSelect/BaseSelect.js +0 -275
- package/dist/AldSelect/SelectTrigger.js +0 -76
- package/dist/AldSelect/Selector/MultipleResponsiveSelectedSection.js +0 -52
- package/dist/AldSelect/Selector/MultipleSelector.js +0 -171
- package/dist/AldSelect/Selector/index.js +0 -30
- package/dist/AldSelect/components/PopupContent.js +0 -28
- package/dist/AldSelect/components/SearchBox.js +0 -23
- package/dist/AldSelect/components/Suffix.js +0 -37
- package/dist/AldSelect/hooks/useCache.js +0 -50
- package/dist/AldSelect/hooks/useDisplayMenu.js +0 -61
- package/dist/AldSelect/hooks/useLayoutEffect.js +0 -17
- package/dist/AldSelect/hooks/useOptions.js +0 -74
- package/dist/AldSelect/index.js +0 -259
- package/dist/AldSelect/interface.js +0 -1
- package/dist/AldSelect/style/color.less +0 -71
- package/dist/AldSelect/style/index.d.ts +0 -1
- package/dist/AldSelect/style/index.js +0 -1
- package/dist/AldSelect/style/index.less +0 -180
- package/dist/AldSelect/style/size.less +0 -72
- package/dist/AldSelect/utils/commonUtil.js +0 -46
- package/dist/AldSelect/utils/getWidthStyle.js +0 -18
- package/dist/AldSelect/utils/keyUtil.js +0 -10
- package/dist/AldSelect/utils/valueUtil.js +0 -131
- package/dist/Alert/style/index.d.ts +0 -2
- package/dist/Alert/style/index.js +0 -2
- package/dist/Alert/style/index.less +0 -1
- package/dist/App/style/index.d.ts +0 -2
- package/dist/App/style/index.js +0 -2
- package/dist/App/style/index.less +0 -1
- package/dist/Avatar/style/index.d.ts +0 -2
- package/dist/Avatar/style/index.js +0 -2
- package/dist/Avatar/style/index.less +0 -23
- package/dist/Badge/style/index.d.ts +0 -2
- package/dist/Badge/style/index.js +0 -2
- package/dist/Badge/style/index.less +0 -50
- package/dist/Breadcrumb/style/index.d.ts +0 -2
- package/dist/Breadcrumb/style/index.js +0 -2
- package/dist/Breadcrumb/style/index.less +0 -37
- package/dist/Button/style/index.d.ts +0 -2
- package/dist/Button/style/index.js +0 -2
- package/dist/Button/style/index.less +0 -24
- package/dist/Button/style/reset.less +0 -9
- package/dist/Button/style/size.less +0 -102
- package/dist/Button/style/type.less +0 -286
- package/dist/Button/style/variables.less +0 -124
- package/dist/Card/style/index.d.ts +0 -2
- package/dist/Card/style/index.js +0 -2
- package/dist/Card/style/index.less +0 -1
- package/dist/Carousel/style/index.d.ts +0 -2
- package/dist/Carousel/style/index.js +0 -2
- package/dist/Carousel/style/index.less +0 -1
- package/dist/Checkbox/style/index.d.ts +0 -2
- package/dist/Checkbox/style/index.js +0 -2
- package/dist/Checkbox/style/index.less +0 -235
- package/dist/Col/style/index.d.ts +0 -2
- package/dist/Col/style/index.js +0 -2
- package/dist/Col/style/index.less +0 -1
- package/dist/Collapse/style/index.d.ts +0 -2
- package/dist/Collapse/style/index.js +0 -2
- package/dist/Collapse/style/index.less +0 -107
- package/dist/ColorPicker/alpha.svg +0 -54
- package/dist/ColorPicker/style/complex.less +0 -199
- package/dist/ColorPicker/style/index.d.ts +0 -2
- package/dist/ColorPicker/style/index.js +0 -2
- package/dist/ColorPicker/style/index.less +0 -190
- package/dist/ConfigProvider/defaultRenderEmpty.d.ts +0 -4
- package/dist/ConfigProvider/defaultRenderEmpty.js +0 -34
- package/dist/ConfigProvider/style/index.d.ts +0 -2
- package/dist/ConfigProvider/style/index.js +0 -2
- package/dist/ConfigProvider/style/index.less +0 -1
- package/dist/DONT-USE-THIS-FILE-NAME +0 -7
- package/dist/DataPreviewTable/style/index.d.ts +0 -2
- package/dist/DataPreviewTable/style/index.js +0 -2
- package/dist/DataPreviewTable/style/index.less +0 -158
- package/dist/DatePicker/style/index.d.ts +0 -2
- package/dist/DatePicker/style/index.js +0 -2
- package/dist/DatePicker/style/index.less +0 -14
- package/dist/Divider/style/index.d.ts +0 -2
- package/dist/Divider/style/index.js +0 -2
- package/dist/Divider/style/index.less +0 -40
- package/dist/DoubleCircleIcon/style/index.less +0 -55
- package/dist/Drawer/style/index.d.ts +0 -2
- package/dist/Drawer/style/index.js +0 -2
- package/dist/Drawer/style/index.less +0 -1
- package/dist/Dropdown/style/index.d.ts +0 -2
- package/dist/Dropdown/style/index.js +0 -2
- package/dist/Dropdown/style/index.less +0 -24
- package/dist/Empty/style/index.d.ts +0 -1
- package/dist/Empty/style/index.js +0 -1
- package/dist/Empty/style/index.less +0 -74
- package/dist/Form/style/index.d.ts +0 -3
- package/dist/Form/style/index.js +0 -3
- package/dist/Form/style/index.less +0 -130
- package/dist/HighlightText/style/index.d.ts +0 -2
- package/dist/HighlightText/style/index.js +0 -2
- package/dist/HighlightText/style/index.less +0 -5
- package/dist/Icon/antdIconfont.d.ts +0 -4
- package/dist/Icon/antdIconfont.js +0 -2
- package/dist/Icon/index.less +0 -24
- package/dist/Icon/style/index.d.ts +0 -2
- package/dist/Icon/style/index.js +0 -2
- package/dist/Icon/style/index.less +0 -24
- package/dist/Icon/svg/Arrow-Right-light-line.svg +0 -5
- package/dist/Icon/svg/Cancelled-Circle-fill.svg +0 -6
- package/dist/Icon/svg/Close-Circle-light-line.svg +0 -5
- package/dist/Icon/svg/In-Progress-fill.svg +0 -8
- package/dist/Icon/svg/Loading-duotone.svg +0 -7
- package/dist/Icon/svg/Sign-light-line.svg +0 -3
- package/dist/Icon/svg/Sort-Ascending-order-Color.svg +0 -5
- package/dist/Icon/svg/Sort-Color.svg +0 -5
- package/dist/Icon/svg/Sort-Descending-order-Color.svg +0 -5
- package/dist/Icon/svg/Times-light-line.svg +0 -5
- package/dist/Icon/svg/Trash-light-line.svg +0 -8
- package/dist/Icon/svg/alert-triangle-duotone.svg +0 -5
- package/dist/Icon/svg/alert-triangle-line.svg +0 -5
- package/dist/Icon/svg/arrow-down-fill.svg +0 -5
- package/dist/Icon/svg/arrow-down-light-line.svg +0 -5
- package/dist/Icon/svg/arrow-down-right-fill.svg +0 -5
- package/dist/Icon/svg/attention-circle-fill.svg +0 -5
- package/dist/Icon/svg/attention-triangle-fill.svg +0 -5
- package/dist/Icon/svg/attention-triangle-light-line.svg +0 -5
- package/dist/Icon/svg/cancel-circle-duotone.svg +0 -8
- package/dist/Icon/svg/check-circle-duotone.svg +0 -8
- package/dist/Icon/svg/check-circle-fill.svg +0 -5
- package/dist/Icon/svg/check-circle-light-line.svg +0 -8
- package/dist/Icon/svg/check-light-line.svg +0 -5
- package/dist/Icon/svg/chevron-down-line.svg +0 -7
- package/dist/Icon/svg/chevron-left-line.svg +0 -7
- package/dist/Icon/svg/chevron-right-line.svg +0 -7
- package/dist/Icon/svg/circle-light-line.svg +0 -9
- package/dist/Icon/svg/close-L-line.svg +0 -3
- package/dist/Icon/svg/close-circle-fill.svg +0 -5
- package/dist/Icon/svg/close-circle-right-fill.svg +0 -5
- package/dist/Icon/svg/close-light-line.svg +0 -5
- package/dist/Icon/svg/close-m-line.svg +0 -7
- package/dist/Icon/svg/danger-fill.svg +0 -5
- package/dist/Icon/svg/drag-light-line.svg +0 -5
- package/dist/Icon/svg/drag-line.svg +0 -7
- package/dist/Icon/svg/ellipsis.svg +0 -6
- package/dist/Icon/svg/eye-off-line.svg +0 -7
- package/dist/Icon/svg/eye-on-line.svg +0 -15
- package/dist/Icon/svg/fold-down-fill.svg +0 -8
- package/dist/Icon/svg/fold-up-fill.svg +0 -8
- package/dist/Icon/svg/info-circle-duotone.svg +0 -5
- package/dist/Icon/svg/info-circle-line.svg +0 -5
- package/dist/Icon/svg/information-circle-fill.svg +0 -5
- package/dist/Icon/svg/information-circle-light-line.svg +0 -9
- package/dist/Icon/svg/loading-2-line.svg +0 -8
- package/dist/Icon/svg/loading-line.svg +0 -7
- package/dist/Icon/svg/more-vertical-line.svg +0 -7
- package/dist/Icon/svg/search-line.svg +0 -7
- package/dist/Icon/svg/triangle-light-line.svg +0 -5
- package/dist/Icon/svg/user.svg +0 -4
- package/dist/Icon/svg/userGroup.svg +0 -7
- package/dist/IconButton/style/index.d.ts +0 -2
- package/dist/IconButton/style/index.js +0 -2
- package/dist/IconButton/style/index.less +0 -148
- package/dist/Input/style/index.d.ts +0 -2
- package/dist/Input/style/index.js +0 -2
- package/dist/Input/style/index.less +0 -13
- package/dist/Input/style/reset.less +0 -22
- package/dist/Input/style/size.less +0 -82
- package/dist/Input/style/status.less +0 -99
- package/dist/InputNumber/style/index.d.ts +0 -2
- package/dist/InputNumber/style/index.js +0 -2
- package/dist/InputNumber/style/index.less +0 -330
- package/dist/InputSearch/style/index.d.ts +0 -2
- package/dist/InputSearch/style/index.js +0 -2
- package/dist/InputSearch/style/index.less +0 -91
- package/dist/Layout/style/index.d.ts +0 -2
- package/dist/Layout/style/index.js +0 -2
- package/dist/Layout/style/index.less +0 -1
- package/dist/List/style/index.d.ts +0 -2
- package/dist/List/style/index.js +0 -2
- package/dist/List/style/index.less +0 -120
- package/dist/LogicTree/style/DisplayLogicItem.less +0 -54
- package/dist/LogicTree/style/LoginItem.less +0 -206
- package/dist/LogicTree/style/index.d.ts +0 -2
- package/dist/LogicTree/style/index.js +0 -2
- package/dist/LogicTree/style/index.less +0 -12
- package/dist/MemberPicker/assets/default_user_photo.svg +0 -7
- package/dist/MemberPicker/style/index.d.ts +0 -2
- package/dist/MemberPicker/style/index.js +0 -2
- package/dist/MemberPicker/style/index.less +0 -365
- package/dist/Menu/style/index.d.ts +0 -2
- package/dist/Menu/style/index.js +0 -2
- package/dist/Menu/style/index.less +0 -146
- package/dist/Modal/style/index.d.ts +0 -2
- package/dist/Modal/style/index.js +0 -2
- package/dist/Modal/style/index.less +0 -7
- package/dist/Modal/style/modal.less +0 -191
- package/dist/Modal/style/modalConfirm.less +0 -89
- package/dist/Modal/style/polyfill/animate.less +0 -244
- package/dist/Modal/style/polyfill/index.less +0 -54
- package/dist/OverflowCount/style/index.d.ts +0 -2
- package/dist/OverflowCount/style/index.js +0 -2
- package/dist/OverflowCount/style/index.less +0 -52
- package/dist/Pagination/style/index.d.ts +0 -2
- package/dist/Pagination/style/index.js +0 -2
- package/dist/Pagination/style/index.less +0 -45
- package/dist/Popconfirm/style/index.d.ts +0 -2
- package/dist/Popconfirm/style/index.js +0 -2
- package/dist/Popconfirm/style/index.less +0 -81
- package/dist/Popover/style/index.d.ts +0 -2
- package/dist/Popover/style/index.js +0 -2
- package/dist/Popover/style/index.less +0 -73
- package/dist/Progress/style/index.d.ts +0 -2
- package/dist/Progress/style/index.js +0 -2
- package/dist/Progress/style/index.less +0 -57
- package/dist/Radio/style/index.d.ts +0 -2
- package/dist/Radio/style/index.js +0 -2
- package/dist/Radio/style/index.less +0 -603
- package/dist/RenameInput/style/index.d.ts +0 -2
- package/dist/RenameInput/style/index.js +0 -2
- package/dist/RenameInput/style/index.less +0 -66
- package/dist/Result/style/index.d.ts +0 -2
- package/dist/Result/style/index.js +0 -2
- package/dist/Result/style/index.less +0 -104
- package/dist/Row/style/index.d.ts +0 -2
- package/dist/Row/style/index.js +0 -2
- package/dist/Row/style/index.less +0 -1
- package/dist/ScrollArea/style/index.d.ts +0 -2
- package/dist/ScrollArea/style/index.js +0 -2
- package/dist/ScrollArea/style/index.less +0 -54
- package/dist/Skeleton/style/index.d.ts +0 -2
- package/dist/Skeleton/style/index.js +0 -2
- package/dist/Skeleton/style/index.less +0 -91
- package/dist/Slider/style/index.d.ts +0 -2
- package/dist/Slider/style/index.js +0 -2
- package/dist/Slider/style/index.less +0 -68
- package/dist/Space/style/index.d.ts +0 -2
- package/dist/Space/style/index.js +0 -2
- package/dist/Space/style/index.less +0 -1
- package/dist/Spin/style/customIcon.less +0 -69
- package/dist/Spin/style/index.d.ts +0 -2
- package/dist/Spin/style/index.js +0 -2
- package/dist/Spin/style/index.less +0 -24
- package/dist/StatusLight/style/index.d.ts +0 -2
- package/dist/StatusLight/style/index.js +0 -2
- package/dist/StatusLight/style/index.less +0 -99
- package/dist/Steps/style/index.d.ts +0 -2
- package/dist/Steps/style/index.js +0 -2
- package/dist/Steps/style/index.less +0 -350
- package/dist/Switch/style/index.d.ts +0 -2
- package/dist/Switch/style/index.js +0 -2
- package/dist/Switch/style/index.less +0 -212
- package/dist/Switch/style/status.less +0 -12
- package/dist/Table/style/index.d.ts +0 -2
- package/dist/Table/style/index.js +0 -2
- package/dist/Table/style/index.less +0 -421
- package/dist/Tabs/style/index.d.ts +0 -2
- package/dist/Tabs/style/index.js +0 -2
- package/dist/Tabs/style/index.less +0 -262
- package/dist/Tag/style/index.d.ts +0 -2
- package/dist/Tag/style/index.js +0 -2
- package/dist/Tag/style/index.less +0 -69
- package/dist/TextLink/style/index.d.ts +0 -2
- package/dist/TextLink/style/index.js +0 -2
- package/dist/TextLink/style/index.less +0 -15
- package/dist/TextLink/style/size.less +0 -37
- package/dist/TextLink/style/type.less +0 -60
- package/dist/Tooltip/style/index.d.ts +0 -2
- package/dist/Tooltip/style/index.js +0 -2
- package/dist/Tooltip/style/index.less +0 -25
- package/dist/Tour/style/index.d.ts +0 -2
- package/dist/Tour/style/index.js +0 -2
- package/dist/Tour/style/index.less +0 -1
- package/dist/Tree/demo/asyncLoad/index.d.ts +0 -3
- package/dist/Tree/demo/asyncLoad/index.js +0 -76
- package/dist/Tree/demo/basic/index.d.ts +0 -3
- package/dist/Tree/demo/basic/index.js +0 -42
- package/dist/Tree/demo/directoryTree/index.d.ts +0 -3
- package/dist/Tree/demo/directoryTree/index.js +0 -40
- package/dist/Tree/demo/drag/index.d.ts +0 -3
- package/dist/Tree/demo/drag/index.js +0 -118
- package/dist/Tree/demo/filter/index.d.ts +0 -3
- package/dist/Tree/demo/filter/index.js +0 -64
- package/dist/Tree/style/checkbox.less +0 -237
- package/dist/Tree/style/directory.less +0 -68
- package/dist/Tree/style/indent.less +0 -11
- package/dist/Tree/style/index.d.ts +0 -2
- package/dist/Tree/style/index.js +0 -2
- package/dist/Tree/style/index.less +0 -173
- package/dist/Tree/style/mixin.less +0 -322
- package/dist/Tree/style/reset.less +0 -26
- package/dist/Tree/style/rtl.less +0 -68
- package/dist/Tree/style/var.less +0 -42
- package/dist/Typography/style/index.d.ts +0 -2
- package/dist/Typography/style/index.js +0 -2
- package/dist/Typography/style/index.less +0 -1
- package/dist/Upload/style/index.d.ts +0 -2
- package/dist/Upload/style/index.js +0 -2
- package/dist/Upload/style/index.less +0 -1
- package/dist/User/style/index.d.ts +0 -2
- package/dist/User/style/index.js +0 -2
- package/dist/User/style/index.less +0 -49
- package/dist/Watermark/style/index.d.ts +0 -2
- package/dist/Watermark/style/index.js +0 -2
- package/dist/Watermark/style/index.less +0 -1
- package/dist/_utils/hooks/usePrefixCls.d.ts +0 -2
- package/dist/_utils/hooks/usePrefixCls.js +0 -10
- package/dist/_utils/transformIconToBase64Url.d.ts +0 -2
- package/dist/_utils/transformIconToBase64Url.js +0 -6
- package/dist/ald.min.css +0 -5
- package/dist/index.less +0 -64
- package/dist/message/style/index.d.ts +0 -2
- package/dist/message/style/index.js +0 -2
- package/dist/message/style/index.less +0 -73
- package/dist/notification/demo/index.d.ts +0 -3
- package/dist/notification/demo/index.js +0 -43
- package/dist/notification/style/index.d.ts +0 -2
- package/dist/notification/style/index.js +0 -2
- package/dist/notification/style/index.less +0 -53
- package/dist/style/color/bezierEasing.less +0 -110
- package/dist/style/color/colorPalette.less +0 -84
- package/dist/style/color/colors.less +0 -162
- package/dist/style/color/tinyColor.less +0 -1184
- package/dist/style/components/toastify.css +0 -855
- package/dist/style/core/index.less +0 -2
- package/dist/style/core/motion/fade.less +0 -34
- package/dist/style/core/motion/move.less +0 -129
- package/dist/style/core/motion/other.less +0 -48
- package/dist/style/core/motion/slide.less +0 -131
- package/dist/style/core/motion/zoom.less +0 -179
- package/dist/style/core/motion.less +0 -22
- package/dist/style/index.d.ts +0 -1
- package/dist/style/index.js +0 -1
- package/dist/style/index.less +0 -31
- package/dist/style/mixins/index.less +0 -27
- package/dist/style/mixins/motion.less +0 -33
- package/dist/style/themes/default/default.less +0 -24
- package/dist/style/themes/default/index.less +0 -34
- package/dist/style/themes/default/scrollBar.less +0 -21
- package/dist/style/themes/default/themeColor.module.less +0 -437
- package/dist/style/themes/default/themeColor.module.less.d.ts +0 -182
- package/dist/style/var/default.css +0 -1271
- /package/dist/{AldSelect → Select}/hooks/useCache.d.ts +0 -0
- /package/dist/{AldSelect → Select}/hooks/useDisplayMenu.d.ts +0 -0
- /package/dist/{AldSelect → Select}/utils/getWidthStyle.d.ts +0 -0
- /package/dist/{AldSelect → Select}/utils/keyUtil.d.ts +0 -0
|
@@ -1,855 +0,0 @@
|
|
|
1
|
-
/* stylelint-disable selector-class-pattern, keyframes-name-pattern */
|
|
2
|
-
:root {
|
|
3
|
-
--toastify-color-light: var(--background-default);
|
|
4
|
-
--toastify-color-dark: var(--background-inverted);
|
|
5
|
-
--toastify-color-info: var(--background-informative-strong);
|
|
6
|
-
--toastify-color-success: var(--background-positive-strong);
|
|
7
|
-
--toastify-color-warning: var(--background-warning-strong);
|
|
8
|
-
--toastify-color-error: var(--background-negative-strong);
|
|
9
|
-
--toastify-color-transparent: var(--global-white-alpha-800);
|
|
10
|
-
--toastify-icon-color-info: var(--toastify-color-info);
|
|
11
|
-
--toastify-icon-color-success: var(--toastify-color-success);
|
|
12
|
-
--toastify-icon-color-warning: var(--toastify-color-warning);
|
|
13
|
-
--toastify-icon-color-error: var(--toastify-color-error);
|
|
14
|
-
--toastify-toast-width: 360px;
|
|
15
|
-
--toastify-toast-offset: 16px;
|
|
16
|
-
--toastify-toast-top: max(
|
|
17
|
-
var(--toastify-toast-offset),
|
|
18
|
-
env(safe-area-inset-top)
|
|
19
|
-
);
|
|
20
|
-
--toastify-toast-right: max(
|
|
21
|
-
var(--toastify-toast-offset),
|
|
22
|
-
env(safe-area-inset-right)
|
|
23
|
-
);
|
|
24
|
-
--toastify-toast-left: max(
|
|
25
|
-
var(--toastify-toast-offset),
|
|
26
|
-
env(safe-area-inset-left)
|
|
27
|
-
);
|
|
28
|
-
--toastify-toast-bottom: max(
|
|
29
|
-
var(--toastify-toast-offset),
|
|
30
|
-
env(safe-area-inset-bottom)
|
|
31
|
-
);
|
|
32
|
-
--toastify-toast-background: var(--background-default);
|
|
33
|
-
--toastify-toast-min-height: 48px;
|
|
34
|
-
--toastify-toast-max-height: 800px;
|
|
35
|
-
--toastify-toast-bd-radius: 6px;
|
|
36
|
-
--toastify-font-family: sans-serif;
|
|
37
|
-
--toastify-z-index: 9999;
|
|
38
|
-
--toastify-text-color-light: var(--content-secondary);
|
|
39
|
-
--toastify-text-color-dark: var(--content-inverted-primary);
|
|
40
|
-
--toastify-text-color-info: var(--content-inverted-primary);
|
|
41
|
-
--toastify-text-color-success: var(--content-inverted-primary);
|
|
42
|
-
--toastify-text-color-warning: var(--content-inverted-primary);
|
|
43
|
-
--toastify-text-color-error: var(--content-inverted-primary);
|
|
44
|
-
--toastify-spinner-color: var(--alias-colors-icon-subtle);
|
|
45
|
-
--toastify-spinner-color-empty-area: var(--border-default);
|
|
46
|
-
--toastify-color-progress-light: linear-gradient(
|
|
47
|
-
to right,
|
|
48
|
-
var(--data-visualisation-graphical-teal),
|
|
49
|
-
var(--data-visualisation-graphical-cyan),
|
|
50
|
-
var(--data-visualisation-graphical-blue),
|
|
51
|
-
var(--data-visualisation-graphical-violet),
|
|
52
|
-
var(--data-visualisation-graphical-pink),
|
|
53
|
-
var(--data-visualisation-graphical-orange)
|
|
54
|
-
);
|
|
55
|
-
--toastify-color-progress-dark: var(--data-visualisation-graphical-purple);
|
|
56
|
-
--toastify-color-progress-info: var(--toastify-color-info);
|
|
57
|
-
--toastify-color-progress-success: var(--toastify-color-success);
|
|
58
|
-
--toastify-color-progress-warning: var(--toastify-color-warning);
|
|
59
|
-
--toastify-color-progress-error: var(--toastify-color-error);
|
|
60
|
-
--toastify-color-progress-bgo: 0.2;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.Toastify__toast-container {
|
|
64
|
-
z-index: var(--toastify-z-index);
|
|
65
|
-
transform: translate3d(0, 0, var(--toastify-z-index));
|
|
66
|
-
position: fixed;
|
|
67
|
-
box-sizing: border-box;
|
|
68
|
-
color: var(--content-inverted-primary);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.Toastify__toast-container--top-left {
|
|
72
|
-
top: var(--toastify-toast-top);
|
|
73
|
-
left: var(--toastify-toast-left);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.Toastify__toast-container--top-center {
|
|
77
|
-
top: var(--toastify-toast-top);
|
|
78
|
-
left: 50%;
|
|
79
|
-
transform: translateX(-50%);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.Toastify__toast-container--top-right {
|
|
83
|
-
top: var(--toastify-toast-top);
|
|
84
|
-
right: var(--toastify-toast-right);
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.Toastify__toast-container--bottom-left {
|
|
88
|
-
bottom: var(--toastify-toast-bottom);
|
|
89
|
-
left: var(--toastify-toast-left);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.Toastify__toast-container--bottom-center {
|
|
93
|
-
bottom: var(--toastify-toast-bottom);
|
|
94
|
-
left: 50%;
|
|
95
|
-
transform: translateX(-50%);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.Toastify__toast-container--bottom-right {
|
|
99
|
-
bottom: var(--toastify-toast-bottom);
|
|
100
|
-
right: var(--toastify-toast-right);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
@media only screen and (max-width: 480px) {
|
|
104
|
-
.Toastify__toast-container {
|
|
105
|
-
width: 100vw;
|
|
106
|
-
padding: 0;
|
|
107
|
-
left: env(safe-area-inset-left);
|
|
108
|
-
margin: 0;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.Toastify__toast-container--top-left,
|
|
112
|
-
.Toastify__toast-container--top-center,
|
|
113
|
-
.Toastify__toast-container--top-right {
|
|
114
|
-
top: env(safe-area-inset-top);
|
|
115
|
-
transform: translateX(0);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.Toastify__toast-container--bottom-left,
|
|
119
|
-
.Toastify__toast-container--bottom-center,
|
|
120
|
-
.Toastify__toast-container--bottom-right {
|
|
121
|
-
bottom: env(safe-area-inset-bottom);
|
|
122
|
-
transform: translateX(0);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.Toastify__toast-container--rtl {
|
|
126
|
-
right: env(safe-area-inset-right);
|
|
127
|
-
left: initial;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.Toastify__toast {
|
|
132
|
-
--y: 0;
|
|
133
|
-
|
|
134
|
-
position: relative;
|
|
135
|
-
touch-action: none;
|
|
136
|
-
min-height: var(--toastify-toast-min-height);
|
|
137
|
-
box-sizing: border-box;
|
|
138
|
-
margin-bottom: 1rem;
|
|
139
|
-
border-radius: var(--toastify-toast-bd-radius);
|
|
140
|
-
box-shadow: 0 4px 12px var(--semantic-neutral-alpha-100);
|
|
141
|
-
display: flexbox;
|
|
142
|
-
display: flex;
|
|
143
|
-
-ms-flex-pack: justify;
|
|
144
|
-
justify-content: space-between;
|
|
145
|
-
max-height: var(--toastify-toast-max-height);
|
|
146
|
-
font-family: var(--toastify-font-family);
|
|
147
|
-
cursor: default;
|
|
148
|
-
direction: ltr;
|
|
149
|
-
|
|
150
|
-
/* webkit only issue #791 */
|
|
151
|
-
z-index: 0;
|
|
152
|
-
overflow: hidden;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.Toastify__toast--stacked {
|
|
156
|
-
position: absolute;
|
|
157
|
-
width: 100%;
|
|
158
|
-
transform: translate3d(0, var(--y), 0) scale(var(--s));
|
|
159
|
-
transition: transform 0.3s;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
|
|
163
|
-
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
|
|
164
|
-
transition: opacity 0.1s;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.Toastify__toast--stacked[data-collapsed='false'] {
|
|
168
|
-
overflow: visible;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
|
|
172
|
-
opacity: 0;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.Toastify__toast--stacked::after {
|
|
176
|
-
content: '';
|
|
177
|
-
position: absolute;
|
|
178
|
-
left: 0;
|
|
179
|
-
right: 0;
|
|
180
|
-
height: calc(var(--g) * 1px);
|
|
181
|
-
bottom: 100%;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.Toastify__toast--stacked[data-pos='top'] {
|
|
185
|
-
top: 0;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.Toastify__toast--stacked[data-pos='bot'] {
|
|
189
|
-
bottom: 0;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked::before {
|
|
193
|
-
transform-origin: top;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked::before {
|
|
197
|
-
transform-origin: bottom;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.Toastify__toast--stacked::before {
|
|
201
|
-
content: '';
|
|
202
|
-
position: absolute;
|
|
203
|
-
left: 0;
|
|
204
|
-
right: 0;
|
|
205
|
-
bottom: 0;
|
|
206
|
-
height: 100%;
|
|
207
|
-
transform: scaleY(3);
|
|
208
|
-
z-index: -1;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.Toastify__toast--rtl {
|
|
212
|
-
direction: rtl;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.Toastify__toast--close-on-click {
|
|
216
|
-
cursor: pointer;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.Toastify__toast-body {
|
|
220
|
-
margin: auto 0;
|
|
221
|
-
flex: 1 1 auto;
|
|
222
|
-
display: flexbox;
|
|
223
|
-
display: flex;
|
|
224
|
-
-ms-flex-align: center;
|
|
225
|
-
align-items: center;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.Toastify__toast-body > div:last-child {
|
|
229
|
-
word-break: break-word;
|
|
230
|
-
flex: 1;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.Toastify__toast-icon {
|
|
234
|
-
-webkit-margin-end: 10px;
|
|
235
|
-
margin-inline-end: 10px;
|
|
236
|
-
-ms-flex-negative: 0;
|
|
237
|
-
flex-shrink: 0;
|
|
238
|
-
display: flexbox;
|
|
239
|
-
display: flex;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.Toastify--animate {
|
|
243
|
-
animation-fill-mode: both;
|
|
244
|
-
animation-duration: 0.5s;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.Toastify--animate-icon {
|
|
248
|
-
animation-fill-mode: both;
|
|
249
|
-
animation-duration: 0.3s;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
@media only screen and (max-width: 480px) {
|
|
253
|
-
.Toastify__toast {
|
|
254
|
-
margin-bottom: 0;
|
|
255
|
-
border-radius: 0;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.Toastify__toast-theme--dark {
|
|
260
|
-
background: var(--toastify-color-dark);
|
|
261
|
-
color: var(--toastify-text-color-dark);
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.Toastify__toast-theme--light {
|
|
265
|
-
background: var(--toastify-color-light);
|
|
266
|
-
color: var(--toastify-text-color-light);
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.Toastify__toast-theme--colored.Toastify__toast--default {
|
|
270
|
-
background: var(--toastify-color-light);
|
|
271
|
-
color: var(--toastify-text-color-light);
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.Toastify__toast-theme--colored.Toastify__toast--info {
|
|
275
|
-
color: var(--toastify-text-color-info);
|
|
276
|
-
background: var(--toastify-color-info);
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.Toastify__toast-theme--colored.Toastify__toast--success {
|
|
280
|
-
color: var(--toastify-text-color-success);
|
|
281
|
-
background: var(--toastify-color-success);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.Toastify__toast-theme--colored.Toastify__toast--warning {
|
|
285
|
-
color: var(--toastify-text-color-warning);
|
|
286
|
-
background: var(--toastify-color-warning);
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.Toastify__toast-theme--colored.Toastify__toast--error {
|
|
290
|
-
color: var(--toastify-text-color-error);
|
|
291
|
-
background: var(--toastify-color-error);
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.Toastify__progress-bar-theme--light {
|
|
295
|
-
background: var(--toastify-color-progress-light);
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.Toastify__progress-bar-theme--dark {
|
|
299
|
-
background: var(--toastify-color-progress-dark);
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.Toastify__progress-bar--info {
|
|
303
|
-
background: var(--toastify-color-progress-info);
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.Toastify__progress-bar--success {
|
|
307
|
-
background: var(--toastify-color-progress-success);
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.Toastify__progress-bar--warning {
|
|
311
|
-
background: var(--toastify-color-progress-warning);
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.Toastify__progress-bar--error {
|
|
315
|
-
background: var(--toastify-color-progress-error);
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
|
|
319
|
-
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
|
|
320
|
-
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
|
|
321
|
-
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
|
|
322
|
-
background: var(--toastify-color-transparent);
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.Toastify__close-button {
|
|
326
|
-
color: var(--content-inverted-primary);
|
|
327
|
-
background: transparent;
|
|
328
|
-
outline: none;
|
|
329
|
-
border: none;
|
|
330
|
-
padding: 0;
|
|
331
|
-
cursor: pointer;
|
|
332
|
-
opacity: 0.7;
|
|
333
|
-
transition: 0.3s ease;
|
|
334
|
-
-ms-flex-item-align: start;
|
|
335
|
-
align-self: flex-start;
|
|
336
|
-
z-index: 1;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.Toastify__close-button--light {
|
|
340
|
-
color: var(--content-primary);
|
|
341
|
-
opacity: 0.3;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.Toastify__close-button > svg {
|
|
345
|
-
fill: currentcolor;
|
|
346
|
-
height: 16px;
|
|
347
|
-
width: 14px;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.Toastify__close-button:hover,
|
|
351
|
-
.Toastify__close-button:focus {
|
|
352
|
-
opacity: 1;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
@keyframes Toastify__trackProgress {
|
|
356
|
-
0% {
|
|
357
|
-
transform: scaleX(1);
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
100% {
|
|
361
|
-
transform: scaleX(0);
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
.Toastify__progress-bar {
|
|
366
|
-
position: absolute;
|
|
367
|
-
bottom: 0;
|
|
368
|
-
left: 0;
|
|
369
|
-
width: 100%;
|
|
370
|
-
height: 100%;
|
|
371
|
-
z-index: var(--toastify-z-index);
|
|
372
|
-
opacity: 0.7;
|
|
373
|
-
transform-origin: left;
|
|
374
|
-
border-bottom-left-radius: var(--toastify-toast-bd-radius);
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.Toastify__progress-bar--animated {
|
|
378
|
-
animation: Toastify__trackProgress linear 1 forwards;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.Toastify__progress-bar--controlled {
|
|
382
|
-
transition: transform 0.2s;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
.Toastify__progress-bar--rtl {
|
|
386
|
-
right: 0;
|
|
387
|
-
left: initial;
|
|
388
|
-
transform-origin: right;
|
|
389
|
-
border-bottom-left-radius: initial;
|
|
390
|
-
border-bottom-right-radius: var(--toastify-toast-bd-radius);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.Toastify__progress-bar--wrp {
|
|
394
|
-
position: absolute;
|
|
395
|
-
bottom: 0;
|
|
396
|
-
left: 0;
|
|
397
|
-
width: 100%;
|
|
398
|
-
height: 5px;
|
|
399
|
-
border-bottom-left-radius: var(--toastify-toast-bd-radius);
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.Toastify__progress-bar--wrp[data-hidden='true'] {
|
|
403
|
-
opacity: 0;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.Toastify__progress-bar--bg {
|
|
407
|
-
opacity: var(--toastify-color-progress-bgo);
|
|
408
|
-
width: 100%;
|
|
409
|
-
height: 100%;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.Toastify__spinner {
|
|
413
|
-
width: 20px;
|
|
414
|
-
height: 20px;
|
|
415
|
-
box-sizing: border-box;
|
|
416
|
-
border: 2px solid;
|
|
417
|
-
border-radius: 100%;
|
|
418
|
-
border-color: var(--toastify-spinner-color-empty-area);
|
|
419
|
-
border-right-color: var(--toastify-spinner-color);
|
|
420
|
-
animation: Toastify__spin 0.65s linear infinite;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
@keyframes Toastify__bounceInRight {
|
|
424
|
-
from,
|
|
425
|
-
60%,
|
|
426
|
-
75%,
|
|
427
|
-
90%,
|
|
428
|
-
to {
|
|
429
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
from {
|
|
433
|
-
opacity: 0;
|
|
434
|
-
transform: translate3d(3000px, 0, 0);
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
60% {
|
|
438
|
-
opacity: 1;
|
|
439
|
-
transform: translate3d(-25px, 0, 0);
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
75% {
|
|
443
|
-
transform: translate3d(10px, 0, 0);
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
90% {
|
|
447
|
-
transform: translate3d(-5px, 0, 0);
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
to {
|
|
451
|
-
transform: none;
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
@keyframes Toastify__bounceOutRight {
|
|
455
|
-
20% {
|
|
456
|
-
opacity: 1;
|
|
457
|
-
transform: translate3d(-20px, var(--y), 0);
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
to {
|
|
461
|
-
opacity: 0;
|
|
462
|
-
transform: translate3d(2000px, var(--y), 0);
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
@keyframes Toastify__bounceInLeft {
|
|
466
|
-
from,
|
|
467
|
-
60%,
|
|
468
|
-
75%,
|
|
469
|
-
90%,
|
|
470
|
-
to {
|
|
471
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
0% {
|
|
475
|
-
opacity: 0;
|
|
476
|
-
transform: translate3d(-3000px, 0, 0);
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
60% {
|
|
480
|
-
opacity: 1;
|
|
481
|
-
transform: translate3d(25px, 0, 0);
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
75% {
|
|
485
|
-
transform: translate3d(-10px, 0, 0);
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
90% {
|
|
489
|
-
transform: translate3d(5px, 0, 0);
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
to {
|
|
493
|
-
transform: none;
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
@keyframes Toastify__bounceOutLeft {
|
|
497
|
-
20% {
|
|
498
|
-
opacity: 1;
|
|
499
|
-
transform: translate3d(20px, var(--y), 0);
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
to {
|
|
503
|
-
opacity: 0;
|
|
504
|
-
transform: translate3d(-2000px, var(--y), 0);
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
@keyframes Toastify__bounceInUp {
|
|
508
|
-
from,
|
|
509
|
-
60%,
|
|
510
|
-
75%,
|
|
511
|
-
90%,
|
|
512
|
-
to {
|
|
513
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
from {
|
|
517
|
-
opacity: 0;
|
|
518
|
-
transform: translate3d(0, 3000px, 0);
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
60% {
|
|
522
|
-
opacity: 1;
|
|
523
|
-
transform: translate3d(0, -20px, 0);
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
75% {
|
|
527
|
-
transform: translate3d(0, 10px, 0);
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
90% {
|
|
531
|
-
transform: translate3d(0, -5px, 0);
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
to {
|
|
535
|
-
transform: translate3d(0, 0, 0);
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
@keyframes Toastify__bounceOutUp {
|
|
539
|
-
20% {
|
|
540
|
-
transform: translate3d(0, calc(var(--y) - 10px), 0);
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
40%,
|
|
544
|
-
45% {
|
|
545
|
-
opacity: 1;
|
|
546
|
-
transform: translate3d(0, calc(var(--y) + 20px), 0);
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
to {
|
|
550
|
-
opacity: 0;
|
|
551
|
-
transform: translate3d(0, -2000px, 0);
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
@keyframes Toastify__bounceInDown {
|
|
555
|
-
from,
|
|
556
|
-
60%,
|
|
557
|
-
75%,
|
|
558
|
-
90%,
|
|
559
|
-
to {
|
|
560
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
0% {
|
|
564
|
-
opacity: 0;
|
|
565
|
-
transform: translate3d(0, -3000px, 0);
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
60% {
|
|
569
|
-
opacity: 1;
|
|
570
|
-
transform: translate3d(0, 25px, 0);
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
75% {
|
|
574
|
-
transform: translate3d(0, -10px, 0);
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
90% {
|
|
578
|
-
transform: translate3d(0, 5px, 0);
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
to {
|
|
582
|
-
transform: none;
|
|
583
|
-
}
|
|
584
|
-
}
|
|
585
|
-
@keyframes Toastify__bounceOutDown {
|
|
586
|
-
20% {
|
|
587
|
-
transform: translate3d(0, calc(var(--y) - 10px), 0);
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
40%,
|
|
591
|
-
45% {
|
|
592
|
-
opacity: 1;
|
|
593
|
-
transform: translate3d(0, calc(var(--y) + 20px), 0);
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
to {
|
|
597
|
-
opacity: 0;
|
|
598
|
-
transform: translate3d(0, 2000px, 0);
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.Toastify__bounce-enter--top-left,
|
|
603
|
-
.Toastify__bounce-enter--bottom-left {
|
|
604
|
-
animation-name: Toastify__bounceInLeft;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
.Toastify__bounce-enter--top-right,
|
|
608
|
-
.Toastify__bounce-enter--bottom-right {
|
|
609
|
-
animation-name: Toastify__bounceInRight;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
.Toastify__bounce-enter--top-center {
|
|
613
|
-
animation-name: Toastify__bounceInDown;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
.Toastify__bounce-enter--bottom-center {
|
|
617
|
-
animation-name: Toastify__bounceInUp;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.Toastify__bounce-exit--top-left,
|
|
621
|
-
.Toastify__bounce-exit--bottom-left {
|
|
622
|
-
animation-name: Toastify__bounceOutLeft;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
.Toastify__bounce-exit--top-right,
|
|
626
|
-
.Toastify__bounce-exit--bottom-right {
|
|
627
|
-
animation-name: Toastify__bounceOutRight;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
.Toastify__bounce-exit--top-center {
|
|
631
|
-
animation-name: Toastify__bounceOutUp;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
.Toastify__bounce-exit--bottom-center {
|
|
635
|
-
animation-name: Toastify__bounceOutDown;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
@keyframes Toastify__zoomIn {
|
|
639
|
-
from {
|
|
640
|
-
opacity: 0;
|
|
641
|
-
transform: scale3d(0.3, 0.3, 0.3);
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
50% {
|
|
645
|
-
opacity: 1;
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
@keyframes Toastify__zoomOut {
|
|
649
|
-
from {
|
|
650
|
-
opacity: 1;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
50% {
|
|
654
|
-
opacity: 0;
|
|
655
|
-
transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
to {
|
|
659
|
-
opacity: 0;
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.Toastify__zoom-enter {
|
|
664
|
-
animation-name: Toastify__zoomIn;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
.Toastify__zoom-exit {
|
|
668
|
-
animation-name: Toastify__zoomOut;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
@keyframes Toastify__flipIn {
|
|
672
|
-
from {
|
|
673
|
-
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
674
|
-
animation-timing-function: ease-in;
|
|
675
|
-
opacity: 0;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
40% {
|
|
679
|
-
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
680
|
-
animation-timing-function: ease-in;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
60% {
|
|
684
|
-
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
685
|
-
opacity: 1;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
80% {
|
|
689
|
-
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
to {
|
|
693
|
-
transform: perspective(400px);
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
@keyframes Toastify__flipOut {
|
|
697
|
-
from {
|
|
698
|
-
transform: translate3d(0, var(--y), 0) perspective(400px);
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
30% {
|
|
702
|
-
transform: translate3d(0, var(--y), 0) perspective(400px)
|
|
703
|
-
rotate3d(1, 0, 0, -20deg);
|
|
704
|
-
opacity: 1;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
to {
|
|
708
|
-
transform: translate3d(0, var(--y), 0) perspective(400px)
|
|
709
|
-
rotate3d(1, 0, 0, 90deg);
|
|
710
|
-
opacity: 0;
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
.Toastify__flip-enter {
|
|
715
|
-
animation-name: Toastify__flipIn;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
.Toastify__flip-exit {
|
|
719
|
-
animation-name: Toastify__flipOut;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
@keyframes Toastify__slideInRight {
|
|
723
|
-
from {
|
|
724
|
-
transform: translate3d(110%, 0, 0);
|
|
725
|
-
visibility: visible;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
to {
|
|
729
|
-
transform: translate3d(0, var(--y), 0);
|
|
730
|
-
}
|
|
731
|
-
}
|
|
732
|
-
@keyframes Toastify__slideInLeft {
|
|
733
|
-
from {
|
|
734
|
-
transform: translate3d(-110%, 0, 0);
|
|
735
|
-
visibility: visible;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
to {
|
|
739
|
-
transform: translate3d(0, var(--y), 0);
|
|
740
|
-
}
|
|
741
|
-
}
|
|
742
|
-
@keyframes Toastify__slideInUp {
|
|
743
|
-
from {
|
|
744
|
-
transform: translate3d(0, 110%, 0);
|
|
745
|
-
visibility: visible;
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
to {
|
|
749
|
-
transform: translate3d(0, var(--y), 0);
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
@keyframes Toastify__slideInDown {
|
|
753
|
-
from {
|
|
754
|
-
transform: translate3d(0, -110%, 0);
|
|
755
|
-
visibility: visible;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
to {
|
|
759
|
-
transform: translate3d(0, var(--y), 0);
|
|
760
|
-
}
|
|
761
|
-
}
|
|
762
|
-
@keyframes Toastify__slideOutRight {
|
|
763
|
-
from {
|
|
764
|
-
transform: translate3d(0, var(--y), 0);
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
to {
|
|
768
|
-
visibility: hidden;
|
|
769
|
-
transform: translate3d(110%, var(--y), 0);
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
@keyframes Toastify__slideOutLeft {
|
|
773
|
-
from {
|
|
774
|
-
transform: translate3d(0, var(--y), 0);
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
to {
|
|
778
|
-
visibility: hidden;
|
|
779
|
-
transform: translate3d(-110%, var(--y), 0);
|
|
780
|
-
}
|
|
781
|
-
}
|
|
782
|
-
@keyframes Toastify__slideOutDown {
|
|
783
|
-
from {
|
|
784
|
-
transform: translate3d(0, var(--y), 0);
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
to {
|
|
788
|
-
visibility: hidden;
|
|
789
|
-
transform: translate3d(0, 500px, 0);
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
@keyframes Toastify__slideOutUp {
|
|
793
|
-
from {
|
|
794
|
-
transform: translate3d(0, var(--y), 0);
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
to {
|
|
798
|
-
visibility: hidden;
|
|
799
|
-
transform: translate3d(0, -500px, 0);
|
|
800
|
-
}
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
.Toastify__slide-enter--top-left,
|
|
804
|
-
.Toastify__slide-enter--bottom-left {
|
|
805
|
-
animation-name: Toastify__slideInLeft;
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
.Toastify__slide-enter--top-right,
|
|
809
|
-
.Toastify__slide-enter--bottom-right {
|
|
810
|
-
animation-name: Toastify__slideInRight;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
.Toastify__slide-enter--top-center {
|
|
814
|
-
animation-name: Toastify__slideInDown;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
.Toastify__slide-enter--bottom-center {
|
|
818
|
-
animation-name: Toastify__slideInUp;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
.Toastify__slide-exit--top-left,
|
|
822
|
-
.Toastify__slide-exit--bottom-left {
|
|
823
|
-
animation-name: Toastify__slideOutLeft;
|
|
824
|
-
animation-timing-function: ease-in;
|
|
825
|
-
animation-duration: 0.3s;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
.Toastify__slide-exit--top-right,
|
|
829
|
-
.Toastify__slide-exit--bottom-right {
|
|
830
|
-
animation-name: Toastify__slideOutRight;
|
|
831
|
-
animation-timing-function: ease-in;
|
|
832
|
-
animation-duration: 0.3s;
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
.Toastify__slide-exit--top-center {
|
|
836
|
-
animation-name: Toastify__slideOutUp;
|
|
837
|
-
animation-timing-function: ease-in;
|
|
838
|
-
animation-duration: 0.3s;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
.Toastify__slide-exit--bottom-center {
|
|
842
|
-
animation-name: Toastify__slideOutDown;
|
|
843
|
-
animation-timing-function: ease-in;
|
|
844
|
-
animation-duration: 0.3s;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
@keyframes Toastify__spin {
|
|
848
|
-
from {
|
|
849
|
-
transform: rotate(0deg);
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
to {
|
|
853
|
-
transform: rotate(360deg);
|
|
854
|
-
}
|
|
855
|
-
}
|