tntd 3.0.0-beta.1 → 3.0.0-beta.2
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/es/_util/context.js +5 -7
- package/es/_util/defaultRenderEmpty.js +21 -10
- package/es/_util/hooks/useFlexGapSupport.js +7 -8
- package/es/_util/hooks/useForceUpdate.js +3 -4
- package/es/_util/motion.js +36 -27
- package/es/_util/reactNode.js +10 -9
- package/es/_util/responsiveObserve.js +51 -50
- package/es/_util/styleChecker.js +19 -20
- package/es/_util/type.js +1 -2
- package/es/_util/warning.js +3 -4
- package/es/actions/index.js +22 -8
- package/es/affix/index.js +1 -2
- package/es/affix/style/index.js +1 -2
- package/es/alert/alert.js +51 -39
- package/es/alert/index.js +1 -2
- package/es/alert/style/index.js +1 -2
- package/es/anchor/index.js +1 -2
- package/es/anchor/style/index.js +1 -2
- package/es/array-input/icon.js +24 -6
- package/es/array-input/index.js +203 -119
- package/es/auth-context/index.js +1 -2
- package/es/auto-complete/index.js +1 -2
- package/es/auto-complete/style/index.js +1 -2
- package/es/avatar/index.js +1 -2
- package/es/avatar/style/index.js +1 -2
- package/es/back-top/index.js +1 -2
- package/es/back-top/style/index.js +1 -2
- package/es/badge/index.js +1 -2
- package/es/badge/style/index.js +1 -2
- package/es/breadcrumb/index.js +1 -2
- package/es/breadcrumb/style/index.js +1 -2
- package/es/breadcrumb/style/index.less +2 -1
- package/es/button/button.js +52 -32
- package/es/button/index.js +1 -2
- package/es/button/style/index.js +1 -2
- package/es/calendar/index.js +1 -2
- package/es/calendar/style/index.js +1 -2
- package/es/card/card.js +19 -15
- package/es/card/index.js +1 -2
- package/es/card/style/index.js +1 -2
- package/es/carousel/index.js +1 -2
- package/es/carousel/style/index.js +1 -2
- package/es/cascader/index.js +1 -2
- package/es/cascader/style/index.js +1 -2
- package/es/cascader/style/index.less +2 -2
- package/es/check-card/group.js +186 -138
- package/es/check-card/index.js +150 -107
- package/es/checkbox/checkbox-group.js +5 -0
- package/es/checkbox/checkbox-group.js.map +1 -0
- package/es/checkbox/checkbox.js +33 -22
- package/es/checkbox/index.js +1 -2
- package/es/checkbox/style/index.js +1 -2
- package/es/col/index.js +1 -2
- package/es/col/style/index.js +1 -2
- package/es/collapse/index.js +1 -2
- package/es/collapse/style/index.js +1 -2
- package/es/collapse/style/index.less +2 -1
- package/es/color-picker/ColorPicker.js +128 -81
- package/es/color-picker/index.js +8 -5
- package/es/columns/index.js +66 -30
- package/es/columns/style/index.js +1 -2
- package/es/comment/index.js +1 -2
- package/es/comment/style/index.js +1 -2
- package/es/config-provider/DisabledContext.js +9 -5
- package/es/config-provider/SizeContext.js +7 -3
- package/es/config-provider/config-provider.js +1 -2
- package/es/config-provider/index.js +1 -2
- package/es/config-provider/style/index.js +1 -2
- package/es/connect/index.js +23 -20
- package/es/date-picker/DatePicker.js +90 -42
- package/es/date-picker/index.js +4 -5
- package/es/date-picker/style/Picker.less +2 -1
- package/es/date-picker/style/index.js +1 -2
- package/es/descriptions/descriptions.js +93 -51
- package/es/descriptions/index.js +1 -2
- package/es/descriptions/style/index.js +1 -2
- package/es/development-login/LoginModal.js +81 -46
- package/es/development-login/index.js +17 -8
- package/es/divider/index.js +1 -2
- package/es/divider/style/index.js +1 -2
- package/es/drawer/drawer.js +108 -55
- package/es/drawer/drawer.less +20 -0
- package/es/drawer/index.js +1 -2
- package/es/drawer/style/drawer.less +4 -2
- package/es/drawer/style/index.js +1 -2
- package/es/dropdown/index.js +1 -2
- package/es/dropdown/style/index.js +1 -2
- package/es/dropdown/style/index.less +2 -1
- package/es/ellipsis/Svg/CopySVG.js +63 -16
- package/es/ellipsis/Svg/TickSVG.js +41 -11
- package/es/ellipsis/index.js +139 -102
- package/es/empty/empty.js +58 -48
- package/es/empty/empty.stories.js +5 -6
- package/es/empty/index.js +1 -2
- package/es/empty/style/index.js +1 -2
- package/es/exception/exception.js +32 -19
- package/es/exception/index.js +1 -2
- package/es/form/form.js +61 -46
- package/es/form/index.js +1 -2
- package/es/form/style/index.js +1 -2
- package/es/grid/RowContext.js +3 -0
- package/es/grid/RowContext.js.map +1 -0
- package/es/grid/col.js +103 -0
- package/es/grid/col.js.map +1 -0
- package/es/grid/hooks/useBreakpoint.js +18 -0
- package/es/grid/hooks/useBreakpoint.js.map +1 -0
- package/es/grid/index.js +1 -2
- package/es/grid/row.js +154 -0
- package/es/grid/row.js.map +1 -0
- package/es/grid/style/index.js +1 -2
- package/es/grid/style/rtl.less +69 -0
- package/es/grid-v4/RowContext.js +1 -2
- package/es/grid-v4/col.js +89 -64
- package/es/grid-v4/hooks/useBreakpoint.js +13 -14
- package/es/grid-v4/index.js +4 -3
- package/es/grid-v4/row.js +136 -123
- package/es/grid-v4/style/index.js +1 -2
- package/es/handle/index.js +131 -91
- package/es/icon/IconFont.js +46 -46
- package/es/icon/components/Icon.js +89 -71
- package/es/icon/components/index.js +1 -2
- package/es/icon/components/utils.js +64 -64
- package/es/icon/index.js +92 -78
- package/es/icon/index.js.map +1 -1
- package/es/icon/style/index.js +1 -1
- package/es/icon/style/index.js.map +1 -1
- package/es/icon/style/style.less +3 -1
- package/es/icon/twoTonePrimaryColor.js +6 -7
- package/es/icon/utils.js +48 -54
- package/es/icon-list/index.js +1 -120
- package/es/icon-old/index.js +1 -2
- package/es/icon-old/style/index.js +1 -2
- package/es/img/Contain.js +60 -39
- package/es/img/Cover.js +98 -72
- package/es/img/index.js +48 -32
- package/es/index.js +1 -2
- package/es/input/index.js +1 -2
- package/es/input/input.js +83 -46
- package/es/input/style/index.js +1 -2
- package/es/input/style/mixin.less +1 -1
- package/es/input-number/index.js +1 -2
- package/es/input-number/inputNumber.js +17 -15
- package/es/input-number/style/index.js +1 -2
- package/es/label/index.js +115 -98
- package/es/layout/index.js +1 -2
- package/es/layout/style/index.js +1 -2
- package/es/list/index.js +1 -2
- package/es/list/style/index.js +1 -2
- package/es/loading-button/index.js +33 -28
- package/es/locale/default.js +3 -4
- package/es/locale/en_US.js +52 -53
- package/es/locale/index.js +1 -2
- package/es/locale/zh_CN.js +45 -46
- package/es/locale-provider/index.js +2 -3
- package/es/locale-provider/style/index.js +1 -2
- package/es/mentions/index.js +1 -2
- package/es/mentions/style/index.js +1 -2
- package/es/menu/index.js +1 -2
- package/es/menu/style/index.js +1 -2
- package/es/message/index.js +1 -2
- package/es/message/style/index.js +1 -2
- package/es/modal/index.js +1 -2
- package/es/modal/modal.js +153 -61
- package/es/modal/modal.less +18 -0
- package/es/modal/style/confirm.less +1 -1
- package/es/modal/style/index.js +1 -2
- package/es/modal/style/modal.less +5 -1
- package/es/notification/assets/index.js +1 -2
- package/es/notification/assets/svg-error-tip.js +140 -30
- package/es/notification/assets/svg-success-tip.js +157 -34
- package/es/notification/index.js +1 -2
- package/es/notification/notification.js +71 -15
- package/es/notification/style/index.js +1 -2
- package/es/notification/style/index.less +4 -2
- package/es/page/Box.js +49 -33
- package/es/page/index.js +119 -84
- package/es/page/utils.js +12 -14
- package/es/page-header/index.js +1 -2
- package/es/page-header/style/index.js +1 -2
- package/es/pagination/index.js +1 -2
- package/es/pagination/style/index.js +1 -2
- package/es/popconfirm/index.js +1 -2
- package/es/popconfirm/index.less +10 -4
- package/es/popconfirm/popconfirm.js +36 -23
- package/es/popconfirm/popconfirm.js.map +1 -1
- package/es/popconfirm/style/index.js +1 -2
- package/es/popover/index.js +1 -2
- package/es/popover/index.less +6 -0
- package/es/popover/popover.js +25 -19
- package/es/popover/popover.js.map +1 -1
- package/es/popover/style/index.js +1 -2
- package/es/popover/style/index.less +2 -1
- package/es/prev-locale.js +49 -47
- package/es/preview-text/index.js +247 -177
- package/es/progress/index.js +1 -2
- package/es/progress/progress.js +115 -71
- package/es/progress/style/index.js +1 -2
- package/es/query-form/Field/Checkbox.js +20 -17
- package/es/query-form/Field/Composition/FieldPopover.js +270 -196
- package/es/query-form/Field/Composition/Select.js +101 -68
- package/es/query-form/Field/Composition/Select.js.map +1 -1
- package/es/query-form/Field/Composition/index.js +246 -202
- package/es/query-form/Field/Composition/index.js.map +1 -1
- package/es/query-form/Field/Composition/index.less +3 -3
- package/es/query-form/Field/Composition/utils.js +15 -16
- package/es/query-form/Field/Select.js +54 -39
- package/es/query-form/Field/SelectInput.js +65 -45
- package/es/query-form/Field/fieldsMap.js +19 -20
- package/es/query-form/Field/index.js +108 -67
- package/es/query-form/createActions.js +46 -46
- package/es/query-form/index.js +311 -232
- package/es/query-form/useForm.js +3 -4
- package/es/query-list-scene/List.js +321 -255
- package/es/query-list-scene/QueryForm.js +132 -94
- package/es/query-list-scene/QueryListScene.js +29 -21
- package/es/query-list-scene/Title.js +6 -4
- package/es/query-list-scene/Toolbar.js +21 -15
- package/es/query-list-scene/createActions.js +60 -60
- package/es/query-list-scene/index.js +1 -2
- package/es/query-list-scene/useActions.js +3 -4
- package/es/radio/index.js +1 -2
- package/es/radio/radio-group.js +5 -0
- package/es/radio/radio-group.js.map +1 -0
- package/es/radio/radio.js +33 -22
- package/es/radio/style/index.js +1 -2
- package/es/rate/index.js +1 -2
- package/es/rate/style/index.js +1 -2
- package/es/render-empty/index.js +1 -2
- package/es/render-empty/render-empty.js +19 -16
- package/es/result/index.js +1 -2
- package/es/result/style/index.js +1 -2
- package/es/row/index.js +1 -2
- package/es/row/style/index.js +1 -2
- package/es/segmented/index.js +55 -38
- package/es/select/index.js +1 -2
- package/es/select/select.js +41 -27
- package/es/select/style/index.js +1 -2
- package/es/select/style/index.less +2 -1
- package/es/skeleton/index.js +1 -2
- package/es/skeleton/style/index.js +1 -2
- package/es/slider/index.js +1 -2
- package/es/slider/style/index.js +1 -2
- package/es/spin/index.js +1 -2
- package/es/spin/style/index.js +1 -2
- package/es/statistic/index.js +1 -2
- package/es/statistic/style/index.js +1 -2
- package/es/steps/index.js +1 -2
- package/es/steps/stepStyle/small.less +5 -0
- package/es/steps/steps.js +76 -44
- package/es/steps/style/index.js +1 -2
- package/es/style/index.js +1 -2
- package/es/style/mixins/iconfont.less +3 -2
- package/es/style/themes/default.less +4 -3
- package/es/style/v2-compatible-reset.js +1 -2
- package/es/svg-components/illustration-403.js +206 -58
- package/es/svg-components/illustration-404.js +290 -75
- package/es/svg-components/illustration-500.js +321 -83
- package/es/svg-components/illustration-empty.js +54 -15
- package/es/svg-components/illustration-failure.js +112 -36
- package/es/svg-components/illustration-no-access.js +114 -35
- package/es/svg-components/illustration-no-chart.js +134 -37
- package/es/svg-components/illustration-no-result.js +92 -32
- package/es/svg-components/illustration-offline.js +131 -43
- package/es/svg-components/illustration-success.js +137 -43
- package/es/svg-components/index.js +1 -2
- package/es/switch/index.js +1 -2
- package/es/switch/style/index.js +1 -2
- package/es/switch/switch.js +39 -30
- package/es/table/assets/image-loading-background.js +45 -17
- package/es/table/assets/image-loading.js +26 -5
- package/es/table/constants.js +1 -2
- package/es/table/context.js +1 -2
- package/es/table/hooks/index.js +1 -2
- package/es/table/hooks/use-column-setting.js +13 -16
- package/es/table/index.js +1 -2
- package/es/table/style/index.js +1 -2
- package/es/table/style/index.less +2 -4
- package/es/table/table.js +189 -155
- package/es/table/table.stories.js +148 -139
- package/es/table/total-shower.js +8 -4
- package/es/table/utils.js +17 -18
- package/es/tabs/index.js +1 -2
- package/es/tabs/style/index.js +1 -2
- package/es/tabs/tabPane.js +1 -2
- package/es/tabs/tabs.js +54 -43
- package/es/tag/index.js +1 -2
- package/es/tag/style/index.js +1 -2
- package/es/tag/tag.js +140 -110
- package/es/tag/tag.less +2 -1
- package/es/time-picker/TimePicker.js +28 -20
- package/es/time-picker/index.js +1 -2
- package/es/time-picker/style/index.js +1 -2
- package/es/time-picker/style/index.less +2 -1
- package/es/timeline/index.js +1 -2
- package/es/timeline/style/index.js +1 -2
- package/es/timeline/style/index.less +1 -1
- package/es/title/index.js +32 -20
- package/es/tntd-action/Action.js +56 -35
- package/es/tntd-action/index.js +57 -53
- package/es/tntd-action/index.less +17 -0
- package/es/tntd-cascader/AntdCascader/component/DisabledContext.js +9 -5
- package/es/tntd-cascader/AntdCascader/component/FormItemInputContext.js +1 -2
- package/es/tntd-cascader/AntdCascader/component/SizeContext.js +1 -2
- package/es/tntd-cascader/AntdCascader/component/context.js +5 -7
- package/es/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +22 -10
- package/es/tntd-cascader/AntdCascader/component/getIcons.js +72 -50
- package/es/tntd-cascader/AntdCascader/component/useCompactItemContext.js +22 -20
- package/es/tntd-cascader/AntdCascader/config/utils.js +17 -18
- package/es/tntd-cascader/AntdCascader/config/warning.js +9 -10
- package/es/tntd-cascader/AntdCascader/index.js +189 -118
- package/es/tntd-cascader/AntdCascader/interface.js +1 -2
- package/es/tntd-cascader/index.js +1 -2
- package/es/tntd-cascader/rc-cascader/Cascader.js +256 -239
- package/es/tntd-cascader/rc-cascader/OptionList/Checkbox.js +21 -11
- package/es/tntd-cascader/rc-cascader/OptionList/Column.js +175 -116
- package/es/tntd-cascader/rc-cascader/OptionList/index.js +179 -128
- package/es/tntd-cascader/rc-cascader/OptionList/useActive.js +21 -19
- package/es/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +144 -137
- package/es/tntd-cascader/rc-cascader/context.js +1 -2
- package/es/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +44 -37
- package/es/tntd-cascader/rc-cascader/hooks/useEntities.js +25 -24
- package/es/tntd-cascader/rc-cascader/hooks/useMissingValues.js +15 -17
- package/es/tntd-cascader/rc-cascader/hooks/useRefFunc.js +7 -8
- package/es/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +20 -21
- package/es/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +51 -41
- package/es/tntd-cascader/rc-cascader/index.js +1 -2
- package/es/tntd-cascader/rc-cascader/utils/commonUtil.js +33 -27
- package/es/tntd-cascader/rc-cascader/utils/treeUtil.js +29 -32
- package/es/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +26 -23
- package/es/tntd-form/ErrorList.js +75 -41
- package/es/tntd-form/Form.js +118 -97
- package/es/tntd-form/FormItem/ItemHolder.js +126 -117
- package/es/tntd-form/FormItem/index.js +232 -206
- package/es/tntd-form/FormItemInput.js +72 -31
- package/es/tntd-form/FormItemLabel.js +87 -62
- package/es/tntd-form/FormList.js +33 -27
- package/es/tntd-form/context.js +29 -24
- package/es/tntd-form/hooks/useDebounce.js +11 -12
- package/es/tntd-form/hooks/useForm.js +33 -28
- package/es/tntd-form/hooks/useFormInstance.js +5 -4
- package/es/tntd-form/hooks/useFormItemStatus.js +8 -5
- package/es/tntd-form/hooks/useFrameState.js +32 -33
- package/es/tntd-form/hooks/useItemRef.js +15 -14
- package/es/tntd-form/index.js +1 -2
- package/es/tntd-form/interface.js +1 -2
- package/es/tntd-form/style/index.js +1 -2
- package/es/tntd-form/util.js +10 -13
- package/es/tntd-form/validateMessagesContext.js +1 -2
- package/es/tntd-icon/fonts/iconfont.js +36 -53
- package/es/tntd-icon/index.js +23 -17
- package/es/tntd-layout/ActionsContext.js +1 -2
- package/es/tntd-layout/AppList.js +135 -77
- package/es/tntd-layout/Application.js +42 -29
- package/es/tntd-layout/Avatar.js +80 -42
- package/es/tntd-layout/CompatibleLanguage.js +93 -56
- package/es/tntd-layout/EnterpriseLayout/Avatar.js +93 -47
- package/es/tntd-layout/EnterpriseLayout/Language.js +56 -34
- package/es/tntd-layout/EnterpriseLayout/Theme.js +45 -24
- package/es/tntd-layout/EnterpriseLayout/index.js +17 -9
- package/es/tntd-layout/GlobalNavigation/NavigationPopup.js +212 -153
- package/es/tntd-layout/GlobalNavigation/index.js +84 -50
- package/es/tntd-layout/Header.js +59 -26
- package/es/tntd-layout/HeaderActions.js +84 -34
- package/es/tntd-layout/HeaderNavs.js +46 -35
- package/es/tntd-layout/HeaderTabs.js +176 -140
- package/es/tntd-layout/Iconfont.js +1 -2
- package/es/tntd-layout/Language.js +55 -33
- package/es/tntd-layout/Layout.js +176 -78
- package/es/tntd-layout/Logo.js +52 -40
- package/es/tntd-layout/OrgAppList.js +208 -139
- package/es/tntd-layout/SideMenu.js +230 -160
- package/es/tntd-layout/Theme.js +47 -29
- package/es/tntd-layout/createActions.js +28 -29
- package/es/tntd-layout/images/index.js +31 -32
- package/es/tntd-layout/index.js +91 -60
- package/es/tntd-layout/paaslayout/CompactSideMenu.js +109 -65
- package/es/tntd-layout/paaslayout/Header.js +37 -14
- package/es/tntd-layout/paaslayout/Logo.js +2 -3
- package/es/tntd-layout/paaslayout/SideMenu.js +109 -63
- package/es/tntd-layout/paaslayout/index.js +159 -79
- package/es/tntd-layout/storage.js +18 -11
- package/es/tntd-modal/index.js +73 -32
- package/es/tntd-rc-select/_util/DisabledContext.js +9 -5
- package/es/tntd-rc-select/_util/FormItemInputContext.js +1 -2
- package/es/tntd-rc-select/_util/PurePanel.js +59 -48
- package/es/tntd-rc-select/_util/SizeContext.js +1 -2
- package/es/tntd-rc-select/_util/context.js +5 -7
- package/es/tntd-rc-select/_util/defaultRenderEmpty.js +21 -10
- package/es/tntd-rc-select/_util/getIcons.js +72 -50
- package/es/tntd-rc-select/_util/interface.js +1 -2
- package/es/tntd-rc-select/_util/motion.js +36 -27
- package/es/tntd-rc-select/_util/type.js +1 -2
- package/es/tntd-rc-select/_util/useCompactItemContext.js +22 -20
- package/es/tntd-rc-select/_util/warning.js +9 -10
- package/es/tntd-rc-select/index.js +131 -76
- package/es/tntd-second-page/index.js +47 -24
- package/es/tntd-select/DropDownWrap.js +73 -52
- package/es/tntd-select/index.js +592 -505
- package/es/tooltip/index.js +1 -2
- package/es/tooltip/index.less +5 -0
- package/es/tooltip/style/index.js +1 -2
- package/es/tooltip/tooltip.js +24 -19
- package/es/tooltip/tooltip.js.map +1 -1
- package/es/transfer/index.js +1 -2
- package/es/transfer/style/index.js +1 -2
- package/es/tree/index.js +1 -2
- package/es/tree/style/index.js +1 -2
- package/es/tree-select/index.js +1 -2
- package/es/tree-select/style/index.js +1 -2
- package/es/typography/index.js +1 -2
- package/es/typography/style/index.js +1 -2
- package/es/upload/index.js +4 -3
- package/es/upload/style/index.js +1 -2
- package/es/utils/checkAuth.js +24 -21
- package/es/utils/findMenuInfoByPath.js +33 -30
- package/es/utils/index.js +71 -65
- package/es/utils/lang.js +68 -115
- package/es/utils/simple-template.js +2 -3
- package/es/version/index.js +1 -2
- package/es/version/style/index.js +1 -2
- package/es/water-mark/index.js +98 -87
- package/lib/_util/context.js +15 -16
- package/lib/_util/defaultRenderEmpty.js +34 -39
- package/lib/_util/defaultRenderEmpty.js.map +1 -1
- package/lib/_util/hooks/useFlexGapSupport.js +25 -33
- package/lib/_util/hooks/useForceUpdate.js +21 -29
- package/lib/_util/motion.js +50 -36
- package/lib/_util/reactNode.js +19 -37
- package/lib/_util/responsiveObserve.js +67 -58
- package/lib/_util/styleChecker.js +37 -32
- package/lib/_util/type.js +16 -6
- package/lib/_util/warning.js +17 -30
- package/lib/actions/index.js +30 -14
- package/lib/affix/index.d.ts +2 -2
- package/lib/affix/index.js +21 -21
- package/lib/affix/index.js.map +1 -1
- package/lib/affix/style/index.js +2 -3
- package/lib/alert/alert.d.ts +3 -3
- package/lib/alert/alert.js +78 -76
- package/lib/alert/alert.js.map +1 -1
- package/lib/alert/index.d.ts +1 -1
- package/lib/alert/index.js +21 -22
- package/lib/alert/index.js.map +1 -1
- package/lib/alert/style/index.js +2 -3
- package/lib/anchor/index.d.ts +2 -2
- package/lib/anchor/index.js +21 -21
- package/lib/anchor/index.js.map +1 -1
- package/lib/anchor/style/index.js +2 -4
- package/lib/array-input/icon.js +31 -12
- package/lib/array-input/index.js +252 -150
- package/lib/auth-context/index.js +9 -4
- package/lib/auto-complete/index.d.ts +2 -2
- package/lib/auto-complete/index.js +21 -21
- package/lib/auto-complete/index.js.map +1 -1
- package/lib/auto-complete/style/index.js +2 -4
- package/lib/avatar/index.d.ts +2 -2
- package/lib/avatar/index.js +21 -21
- package/lib/avatar/index.js.map +1 -1
- package/lib/avatar/style/index.js +2 -3
- package/lib/back-top/index.d.ts +2 -2
- package/lib/back-top/index.js +21 -21
- package/lib/back-top/index.js.map +1 -1
- package/lib/back-top/style/index.js +2 -3
- package/lib/badge/index.d.ts +2 -2
- package/lib/badge/index.js +21 -21
- package/lib/badge/index.js.map +1 -1
- package/lib/badge/style/index.js +2 -3
- package/lib/breadcrumb/index.d.ts +2 -2
- package/lib/breadcrumb/index.js +21 -21
- package/lib/breadcrumb/index.js.map +1 -1
- package/lib/breadcrumb/style/index.js +2 -3
- package/lib/breadcrumb/style/index.less +2 -1
- package/lib/button/button.d.ts +3 -3
- package/lib/button/button.js +81 -69
- package/lib/button/button.js.map +1 -1
- package/lib/button/index.js +19 -19
- package/lib/button/style/index.js +2 -3
- package/lib/calendar/index.d.ts +2 -2
- package/lib/calendar/index.js +21 -21
- package/lib/calendar/index.js.map +1 -1
- package/lib/calendar/style/index.js +2 -4
- package/lib/card/card.d.ts +3 -3
- package/lib/card/card.js +42 -51
- package/lib/card/card.js.map +1 -1
- package/lib/card/index.js +19 -19
- package/lib/card/style/index.js +2 -4
- package/lib/carousel/index.d.ts +2 -2
- package/lib/carousel/index.js +21 -21
- package/lib/carousel/index.js.map +1 -1
- package/lib/carousel/style/index.js +2 -3
- package/lib/cascader/index.d.ts +2 -2
- package/lib/cascader/index.js +26 -25
- package/lib/cascader/index.js.map +1 -1
- package/lib/cascader/style/index.js +2 -4
- package/lib/cascader/style/index.less +2 -2
- package/lib/check-card/group.js +224 -172
- package/lib/check-card/index.js +167 -141
- package/lib/checkbox/check.png +0 -0
- package/lib/checkbox/checkbox-group.d.ts +8 -0
- package/lib/checkbox/checkbox-group.d.ts.map +1 -0
- package/lib/checkbox/checkbox-group.js +12 -0
- package/lib/checkbox/checkbox-group.js.map +1 -0
- package/lib/checkbox/checkbox.d.ts +3 -3
- package/lib/checkbox/checkbox.js +58 -61
- package/lib/checkbox/checkbox.js.map +1 -1
- package/lib/checkbox/index.js +21 -21
- package/lib/checkbox/style/index.js +2 -3
- package/lib/col/index.d.ts +2 -2
- package/lib/col/index.js +21 -21
- package/lib/col/index.js.map +1 -1
- package/lib/col/style/index.js +2 -5
- package/lib/collapse/index.d.ts +2 -2
- package/lib/collapse/index.js +23 -23
- package/lib/collapse/index.js.map +1 -1
- package/lib/collapse/style/index.js +2 -3
- package/lib/collapse/style/index.less +2 -1
- package/lib/color-picker/ColorPicker.js +154 -114
- package/lib/color-picker/index.js +18 -14
- package/lib/color-picker/index.js.map +1 -1
- package/lib/columns/index.js +78 -42
- package/lib/columns/style/index.js +1 -2
- package/lib/comment/index.d.ts +2 -2
- package/lib/comment/index.js +21 -21
- package/lib/comment/index.js.map +1 -1
- package/lib/comment/style/index.js +2 -3
- package/lib/config-provider/DisabledContext.js +17 -32
- package/lib/config-provider/SizeContext.js +18 -29
- package/lib/config-provider/config-provider.d.ts +1 -1
- package/lib/config-provider/config-provider.js +12 -8
- package/lib/config-provider/config-provider.js.map +1 -1
- package/lib/config-provider/index.d.ts +3 -3
- package/lib/config-provider/index.js +34 -23
- package/lib/config-provider/index.js.map +1 -1
- package/lib/config-provider/style/index.js +2 -3
- package/lib/connect/index.js +41 -29
- package/lib/date-picker/DatePicker.d.ts +3 -3
- package/lib/date-picker/DatePicker.js +122 -71
- package/lib/date-picker/DatePicker.js.map +1 -1
- package/lib/date-picker/index.d.ts +1 -1
- package/lib/date-picker/index.js +14 -12
- package/lib/date-picker/index.js.map +1 -1
- package/lib/date-picker/style/Picker.less +2 -1
- package/lib/date-picker/style/index.js +2 -5
- package/lib/descriptions/descriptions.d.ts +4 -4
- package/lib/descriptions/descriptions.js +117 -89
- package/lib/descriptions/descriptions.js.map +1 -1
- package/lib/descriptions/index.js +22 -22
- package/lib/descriptions/index.js.map +1 -1
- package/lib/descriptions/style/index.js +2 -3
- package/lib/development-login/LoginModal.js +110 -80
- package/lib/development-login/index.js +42 -34
- package/lib/divider/index.d.ts +2 -2
- package/lib/divider/index.js +21 -21
- package/lib/divider/index.js.map +1 -1
- package/lib/divider/style/index.js +2 -3
- package/lib/drawer/drawer.d.ts +2 -2
- package/lib/drawer/drawer.js +127 -90
- package/lib/drawer/drawer.js.map +1 -1
- package/lib/drawer/drawer.less +20 -0
- package/lib/drawer/index.d.ts +1 -1
- package/lib/drawer/index.js +20 -19
- package/lib/drawer/index.js.map +1 -1
- package/lib/drawer/style/drawer.less +4 -2
- package/lib/drawer/style/index.js +2 -4
- package/lib/dropdown/index.d.ts +2 -2
- package/lib/dropdown/index.js +21 -21
- package/lib/dropdown/index.js.map +1 -1
- package/lib/dropdown/style/index.js +2 -4
- package/lib/dropdown/style/index.less +2 -1
- package/lib/ellipsis/Svg/CopySVG.js +70 -21
- package/lib/ellipsis/Svg/TickSVG.js +48 -16
- package/lib/ellipsis/index.js +178 -137
- package/lib/empty/empty.d.ts +2 -2
- package/lib/empty/empty.js +86 -75
- package/lib/empty/empty.js.map +1 -1
- package/lib/empty/empty.stories.js +18 -19
- package/lib/empty/index.js +19 -19
- package/lib/empty/style/index.js +2 -3
- package/lib/exception/exception.js +45 -31
- package/lib/exception/exception.js.map +1 -1
- package/lib/exception/index.js +18 -18
- package/lib/form/form.d.ts +4 -4
- package/lib/form/form.js +88 -83
- package/lib/form/form.js.map +1 -1
- package/lib/form/index.js +19 -19
- package/lib/form/style/index.js +2 -4
- package/lib/grid/RowContext.d.ts +9 -0
- package/lib/grid/RowContext.d.ts.map +1 -0
- package/lib/grid/RowContext.js +9 -0
- package/lib/grid/RowContext.js.map +1 -0
- package/lib/grid/col.d.ts +29 -0
- package/lib/grid/col.d.ts.map +1 -0
- package/lib/grid/col.js +100 -0
- package/lib/grid/col.js.map +1 -0
- package/lib/grid/hooks/useBreakpoint.d.ts +4 -0
- package/lib/grid/hooks/useBreakpoint.d.ts.map +1 -0
- package/lib/grid/hooks/useBreakpoint.js +28 -0
- package/lib/grid/hooks/useBreakpoint.js.map +1 -0
- package/lib/grid/index.d.ts +2 -2
- package/lib/grid/index.js +21 -21
- package/lib/grid/index.js.map +1 -1
- package/lib/grid/row.d.ts +21 -0
- package/lib/grid/row.d.ts.map +1 -0
- package/lib/grid/row.js +183 -0
- package/lib/grid/row.js.map +1 -0
- package/lib/grid/style/index.js +2 -3
- package/lib/grid/style/rtl.less +69 -0
- package/lib/grid-v4/RowContext.js +8 -5
- package/lib/grid-v4/col.js +90 -96
- package/lib/grid-v4/hooks/useBreakpoint.js +26 -22
- package/lib/grid-v4/index.js +25 -15
- package/lib/grid-v4/row.js +172 -158
- package/lib/grid-v4/style/index.js +2 -4
- package/lib/handle/index.js +164 -126
- package/lib/handle/index.js.map +1 -1
- package/lib/icon/IconFont.js +56 -77
- package/lib/icon/components/Icon.js +128 -98
- package/lib/icon/components/index.js +12 -8
- package/lib/icon/components/utils.js +100 -94
- package/lib/icon/index.d.ts +1 -1
- package/lib/icon/index.d.ts.map +1 -1
- package/lib/icon/index.js +116 -118
- package/lib/icon/index.js.map +1 -1
- package/lib/icon/style/index.d.ts +1 -0
- package/lib/icon/style/index.d.ts.map +1 -1
- package/lib/icon/style/index.js +2 -2
- package/lib/icon/style/index.js.map +1 -1
- package/lib/icon/style/style.less +3 -1
- package/lib/icon/twoTonePrimaryColor.js +14 -15
- package/lib/icon/utils.js +63 -68
- package/lib/icon-list/index.js +6 -121
- package/lib/icon-old/index.d.ts +2 -2
- package/lib/icon-old/index.js +21 -21
- package/lib/icon-old/index.js.map +1 -1
- package/lib/icon-old/style/index.js +2 -3
- package/lib/img/Contain.js +67 -45
- package/lib/img/Cover.js +115 -79
- package/lib/img/index.js +72 -61
- package/lib/index.js +669 -203
- package/lib/input/index.js +18 -18
- package/lib/input/input.d.ts +5 -5
- package/lib/input/input.js +87 -91
- package/lib/input/input.js.map +1 -1
- package/lib/input/style/index.js +2 -4
- package/lib/input/style/mixin.less +1 -1
- package/lib/input-number/index.js +21 -21
- package/lib/input-number/inputNumber.d.ts +3 -3
- package/lib/input-number/inputNumber.js +42 -52
- package/lib/input-number/inputNumber.js.map +1 -1
- package/lib/input-number/style/index.js +2 -3
- package/lib/label/index.d.ts +2 -2
- package/lib/label/index.js +128 -138
- package/lib/label/index.js.map +1 -1
- package/lib/layout/index.d.ts +2 -2
- package/lib/layout/index.js +21 -21
- package/lib/layout/index.js.map +1 -1
- package/lib/layout/style/index.js +2 -3
- package/lib/list/index.d.ts +2 -2
- package/lib/list/index.js +21 -21
- package/lib/list/index.js.map +1 -1
- package/lib/list/style/index.js +2 -4
- package/lib/loading-button/index.js +56 -56
- package/lib/locale/default.js +11 -10
- package/lib/locale/default.js.map +1 -1
- package/lib/locale/en_US.js +60 -58
- package/lib/locale/en_US.js.map +1 -1
- package/lib/locale/index.js +36 -18
- package/lib/locale/zh_CN.js +52 -51
- package/lib/locale/zh_CN.js.map +1 -1
- package/lib/locale-provider/index.d.ts +2 -2
- package/lib/locale-provider/index.js +25 -25
- package/lib/locale-provider/index.js.map +1 -1
- package/lib/locale-provider/style/index.js +2 -3
- package/lib/mentions/index.d.ts +2 -2
- package/lib/mentions/index.js +21 -21
- package/lib/mentions/index.js.map +1 -1
- package/lib/mentions/style/index.js +2 -4
- package/lib/menu/index.d.ts +2 -2
- package/lib/menu/index.js +21 -21
- package/lib/menu/index.js.map +1 -1
- package/lib/menu/style/index.js +2 -5
- package/lib/message/index.d.ts +2 -2
- package/lib/message/index.js +21 -21
- package/lib/message/index.js.map +1 -1
- package/lib/message/style/index.js +2 -3
- package/lib/modal/index.js +20 -20
- package/lib/modal/index.js.map +1 -1
- package/lib/modal/modal.d.ts +4 -4
- package/lib/modal/modal.js +167 -99
- package/lib/modal/modal.js.map +1 -1
- package/lib/modal/modal.less +18 -0
- package/lib/modal/style/confirm.less +1 -1
- package/lib/modal/style/index.js +2 -4
- package/lib/modal/style/modal.less +5 -1
- package/lib/notification/assets/index.js +19 -10
- package/lib/notification/assets/svg-error-tip.js +150 -56
- package/lib/notification/assets/svg-success-tip.js +167 -60
- package/lib/notification/index.d.ts +1 -1
- package/lib/notification/index.js +21 -22
- package/lib/notification/index.js.map +1 -1
- package/lib/notification/notification.d.ts +2 -2
- package/lib/notification/notification.js +102 -40
- package/lib/notification/notification.js.map +1 -1
- package/lib/notification/style/index.js +2 -3
- package/lib/notification/style/index.less +4 -2
- package/lib/page/Box.js +63 -40
- package/lib/page/index.js +143 -95
- package/lib/page/utils.js +21 -18
- package/lib/page-header/index.d.ts +2 -2
- package/lib/page-header/index.js +21 -21
- package/lib/page-header/index.js.map +1 -1
- package/lib/page-header/style/index.js +2 -4
- package/lib/pagination/index.d.ts +2 -2
- package/lib/pagination/index.js +21 -21
- package/lib/pagination/index.js.map +1 -1
- package/lib/pagination/style/index.js +2 -4
- package/lib/popconfirm/index.js +21 -21
- package/lib/popconfirm/index.less +10 -4
- package/lib/popconfirm/popconfirm.d.ts +5 -3
- package/lib/popconfirm/popconfirm.d.ts.map +1 -1
- package/lib/popconfirm/popconfirm.js +57 -45
- package/lib/popconfirm/popconfirm.js.map +1 -1
- package/lib/popconfirm/style/index.js +2 -5
- package/lib/popover/index.js +22 -22
- package/lib/popover/index.less +6 -0
- package/lib/popover/popover.d.ts +3 -2
- package/lib/popover/popover.d.ts.map +1 -1
- package/lib/popover/popover.js +50 -42
- package/lib/popover/popover.js.map +1 -1
- package/lib/popover/style/index.js +2 -5
- package/lib/popover/style/index.less +2 -1
- package/lib/prev-locale.js +65 -56
- package/lib/preview-text/index.d.ts +5 -5
- package/lib/preview-text/index.js +261 -209
- package/lib/preview-text/index.js.map +1 -1
- package/lib/progress/index.js +21 -21
- package/lib/progress/progress.d.ts +2 -2
- package/lib/progress/progress.js +141 -100
- package/lib/progress/progress.js.map +1 -1
- package/lib/progress/style/index.js +2 -3
- package/lib/query-form/Field/Checkbox.js +26 -23
- package/lib/query-form/Field/Composition/FieldPopover.js +308 -227
- package/lib/query-form/Field/Composition/Select.js +128 -99
- package/lib/query-form/Field/Composition/Select.js.map +1 -1
- package/lib/query-form/Field/Composition/index.js +302 -231
- package/lib/query-form/Field/Composition/index.js.map +1 -1
- package/lib/query-form/Field/Composition/index.less +3 -3
- package/lib/query-form/Field/Composition/utils.js +23 -21
- package/lib/query-form/Field/Select.js +77 -69
- package/lib/query-form/Field/SelectInput.js +85 -74
- package/lib/query-form/Field/fieldsMap.d.ts +2 -2
- package/lib/query-form/Field/fieldsMap.js +33 -34
- package/lib/query-form/Field/index.js +138 -96
- package/lib/query-form/createActions.js +53 -51
- package/lib/query-form/index.js +362 -271
- package/lib/query-form/useForm.js +11 -11
- package/lib/query-list-scene/List.js +355 -289
- package/lib/query-list-scene/QueryForm.js +156 -103
- package/lib/query-list-scene/QueryListScene.js +62 -31
- package/lib/query-list-scene/Title.js +14 -9
- package/lib/query-list-scene/Toolbar.js +29 -21
- package/lib/query-list-scene/createActions.js +79 -65
- package/lib/query-list-scene/index.js +24 -24
- package/lib/query-list-scene/useActions.js +11 -11
- package/lib/radio/index.js +21 -21
- package/lib/radio/radio-group.d.ts +8 -0
- package/lib/radio/radio-group.d.ts.map +1 -0
- package/lib/radio/radio-group.js +12 -0
- package/lib/radio/radio-group.js.map +1 -0
- package/lib/radio/radio.d.ts +3 -3
- package/lib/radio/radio.js +60 -62
- package/lib/radio/radio.js.map +1 -1
- package/lib/radio/style/index.js +2 -3
- package/lib/rate/index.d.ts +2 -2
- package/lib/rate/index.js +21 -21
- package/lib/rate/index.js.map +1 -1
- package/lib/rate/style/index.js +2 -4
- package/lib/render-empty/index.js +7 -4
- package/lib/render-empty/render-empty.js +27 -22
- package/lib/render-empty/render-empty.js.map +1 -1
- package/lib/result/index.d.ts +2 -2
- package/lib/result/index.js +21 -21
- package/lib/result/index.js.map +1 -1
- package/lib/result/style/index.js +2 -3
- package/lib/row/index.d.ts +2 -2
- package/lib/row/index.js +21 -21
- package/lib/row/index.js.map +1 -1
- package/lib/row/style/index.js +2 -5
- package/lib/segmented/index.js +67 -69
- package/lib/select/index.d.ts +1 -1
- package/lib/select/index.js +20 -19
- package/lib/select/index.js.map +1 -1
- package/lib/select/select.d.ts +2 -2
- package/lib/select/select.js +56 -65
- package/lib/select/select.js.map +1 -1
- package/lib/select/style/index.js +2 -4
- package/lib/select/style/index.less +2 -1
- package/lib/skeleton/index.d.ts +2 -2
- package/lib/skeleton/index.js +21 -21
- package/lib/skeleton/index.js.map +1 -1
- package/lib/skeleton/style/index.js +2 -3
- package/lib/slider/index.d.ts +2 -2
- package/lib/slider/index.js +21 -21
- package/lib/slider/index.js.map +1 -1
- package/lib/slider/style/index.js +2 -4
- package/lib/spin/index.d.ts +2 -2
- package/lib/spin/index.js +21 -21
- package/lib/spin/index.js.map +1 -1
- package/lib/spin/style/index.js +2 -3
- package/lib/statistic/index.d.ts +2 -2
- package/lib/statistic/index.js +21 -21
- package/lib/statistic/index.js.map +1 -1
- package/lib/statistic/style/index.js +2 -3
- package/lib/steps/index.js +20 -20
- package/lib/steps/stepStyle/small.less +5 -0
- package/lib/steps/steps.d.ts +3 -3
- package/lib/steps/steps.js +98 -70
- package/lib/steps/steps.js.map +1 -1
- package/lib/steps/style/index.js +2 -11
- package/lib/style/index.js +2 -3
- package/lib/style/mixins/iconfont.less +3 -2
- package/lib/style/themes/default.less +4 -3
- package/lib/style/v2-compatible-reset.js +2 -3
- package/lib/svg-components/illustration-403.js +216 -84
- package/lib/svg-components/illustration-404.js +300 -101
- package/lib/svg-components/illustration-500.js +331 -109
- package/lib/svg-components/illustration-empty.js +64 -41
- package/lib/svg-components/illustration-failure.js +122 -62
- package/lib/svg-components/illustration-no-access.js +124 -61
- package/lib/svg-components/illustration-no-chart.js +144 -63
- package/lib/svg-components/illustration-no-result.js +102 -58
- package/lib/svg-components/illustration-offline.js +141 -69
- package/lib/svg-components/illustration-success.js +147 -69
- package/lib/svg-components/index.js +75 -26
- package/lib/switch/index.js +21 -21
- package/lib/switch/style/index.js +2 -3
- package/lib/switch/switch.d.ts +3 -3
- package/lib/switch/switch.js +65 -66
- package/lib/switch/switch.js.map +1 -1
- package/lib/table/assets/image-loading-background.js +55 -43
- package/lib/table/assets/image-loading.js +36 -31
- package/lib/table/constants.js +5 -3
- package/lib/table/context.js +6 -4
- package/lib/table/hooks/index.js +14 -16
- package/lib/table/hooks/use-column-setting.d.ts +1 -1
- package/lib/table/hooks/use-column-setting.js +37 -21
- package/lib/table/hooks/use-column-setting.js.map +1 -1
- package/lib/table/index.js +19 -19
- package/lib/table/style/index.js +2 -5
- package/lib/table/style/index.less +2 -4
- package/lib/table/table.d.ts +3 -3
- package/lib/table/table.js +225 -201
- package/lib/table/table.js.map +1 -1
- package/lib/table/table.stories.js +177 -154
- package/lib/table/total-shower.d.ts +2 -2
- package/lib/table/total-shower.js +14 -11
- package/lib/table/total-shower.js.map +1 -1
- package/lib/table/utils.d.ts +1 -1
- package/lib/table/utils.js +24 -25
- package/lib/table/utils.js.map +1 -1
- package/lib/tabs/index.js +19 -19
- package/lib/tabs/style/index.js +2 -3
- package/lib/tabs/tabPane.js +1 -2
- package/lib/tabs/tabs.d.ts +3 -3
- package/lib/tabs/tabs.js +81 -79
- package/lib/tabs/tabs.js.map +1 -1
- package/lib/tag/index.js +20 -20
- package/lib/tag/style/index.js +2 -3
- package/lib/tag/tag.d.ts +4 -4
- package/lib/tag/tag.js +161 -151
- package/lib/tag/tag.js.map +1 -1
- package/lib/tag/tag.less +2 -1
- package/lib/time-picker/TimePicker.d.ts +2 -2
- package/lib/time-picker/TimePicker.js +51 -43
- package/lib/time-picker/TimePicker.js.map +1 -1
- package/lib/time-picker/index.d.ts +1 -1
- package/lib/time-picker/index.js +10 -9
- package/lib/time-picker/style/index.js +2 -3
- package/lib/time-picker/style/index.less +2 -1
- package/lib/timeline/index.d.ts +2 -2
- package/lib/timeline/index.js +21 -21
- package/lib/timeline/index.js.map +1 -1
- package/lib/timeline/style/index.js +2 -3
- package/lib/timeline/style/index.less +1 -1
- package/lib/title/index.js +41 -27
- package/lib/tntd-action/Action.js +80 -68
- package/lib/tntd-action/Action.js.map +1 -1
- package/lib/tntd-action/index.js +77 -84
- package/lib/tntd-action/index.less +17 -0
- package/lib/tntd-cascader/AntdCascader/component/DisabledContext.js +17 -32
- package/lib/tntd-cascader/AntdCascader/component/FormItemInputContext.js +8 -26
- package/lib/tntd-cascader/AntdCascader/component/SizeContext.js +8 -26
- package/lib/tntd-cascader/AntdCascader/component/context.js +15 -16
- package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +35 -39
- package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/component/getIcons.js +81 -75
- package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js +29 -51
- package/lib/tntd-cascader/AntdCascader/config/utils.js +27 -29
- package/lib/tntd-cascader/AntdCascader/config/warning.js +18 -35
- package/lib/tntd-cascader/AntdCascader/index.js +213 -162
- package/lib/tntd-cascader/AntdCascader/interface.js +13 -7
- package/lib/tntd-cascader/img/no-data-s.png +0 -0
- package/lib/tntd-cascader/index.js +12 -8
- package/lib/tntd-cascader/rc-cascader/Cascader.js +322 -284
- package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js +29 -41
- package/lib/tntd-cascader/rc-cascader/OptionList/Column.js +196 -152
- package/lib/tntd-cascader/rc-cascader/OptionList/index.js +220 -163
- package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js +39 -49
- package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +178 -167
- package/lib/tntd-cascader/rc-cascader/context.js +10 -27
- package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +62 -64
- package/lib/tntd-cascader/rc-cascader/hooks/useEntities.js +39 -50
- package/lib/tntd-cascader/rc-cascader/hooks/useMissingValues.js +26 -42
- package/lib/tntd-cascader/rc-cascader/hooks/useRefFunc.js +16 -33
- package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +30 -51
- package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +73 -66
- package/lib/tntd-cascader/rc-cascader/index.js +8 -7
- package/lib/tntd-cascader/rc-cascader/utils/commonUtil.js +46 -38
- package/lib/tntd-cascader/rc-cascader/utils/treeUtil.js +42 -39
- package/lib/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +33 -30
- package/lib/tntd-form/ErrorList.js +99 -77
- package/lib/tntd-form/Form.js +166 -139
- package/lib/tntd-form/FormItem/ItemHolder.js +151 -155
- package/lib/tntd-form/FormItem/index.js +287 -252
- package/lib/tntd-form/FormItemInput.js +87 -62
- package/lib/tntd-form/FormItemLabel.js +95 -94
- package/lib/tntd-form/FormList.js +49 -58
- package/lib/tntd-form/context.js +44 -61
- package/lib/tntd-form/hooks/useDebounce.js +28 -37
- package/lib/tntd-form/hooks/useForm.js +56 -57
- package/lib/tntd-form/hooks/useFormInstance.js +11 -8
- package/lib/tntd-form/hooks/useFormItemStatus.js +17 -13
- package/lib/tntd-form/hooks/useFrameState.js +52 -63
- package/lib/tntd-form/hooks/useItemRef.js +24 -41
- package/lib/tntd-form/index.js +23 -42
- package/lib/tntd-form/interface.js +6 -4
- package/lib/tntd-form/style/index.js +2 -4
- package/lib/tntd-form/util.js +18 -19
- package/lib/tntd-form/validateMessagesContext.js +7 -4
- package/lib/tntd-icon/fonts/iconfont.js +36 -53
- package/lib/tntd-icon/index.js +37 -25
- package/lib/tntd-layout/ActionsContext.js +7 -4
- package/lib/tntd-layout/AppList.js +173 -225
- package/lib/tntd-layout/Application.js +75 -112
- package/lib/tntd-layout/Avatar.js +100 -136
- package/lib/tntd-layout/CompatibleLanguage.js +128 -181
- package/lib/tntd-layout/EnterpriseLayout/Avatar.js +117 -147
- package/lib/tntd-layout/EnterpriseLayout/Language.js +72 -90
- package/lib/tntd-layout/EnterpriseLayout/Theme.js +69 -103
- package/lib/tntd-layout/EnterpriseLayout/index.js +27 -17
- package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js +283 -277
- package/lib/tntd-layout/GlobalNavigation/index.js +108 -116
- package/lib/tntd-layout/Header.js +76 -132
- package/lib/tntd-layout/HeaderActions.js +105 -108
- package/lib/tntd-layout/HeaderNavs.js +74 -107
- package/lib/tntd-layout/HeaderTabs.js +220 -316
- package/lib/tntd-layout/Iconfont.js +11 -8
- package/lib/tntd-layout/Language.js +69 -77
- package/lib/tntd-layout/Layout.js +214 -172
- package/lib/tntd-layout/Logo.js +69 -141
- package/lib/tntd-layout/OrgAppList.js +238 -389
- package/lib/tntd-layout/SideMenu.js +267 -409
- package/lib/tntd-layout/Theme.js +75 -94
- package/lib/tntd-layout/createActions.js +45 -35
- package/lib/tntd-layout/images/avatar/empty.png +0 -0
- package/lib/tntd-layout/images/avatar/female1.png +0 -0
- package/lib/tntd-layout/images/avatar/female2.png +0 -0
- package/lib/tntd-layout/images/avatar/female3.png +0 -0
- package/lib/tntd-layout/images/avatar/female4.png +0 -0
- package/lib/tntd-layout/images/avatar/female5.png +0 -0
- package/lib/tntd-layout/images/avatar/female6.png +0 -0
- package/lib/tntd-layout/images/avatar/male1.png +0 -0
- package/lib/tntd-layout/images/avatar/male2.png +0 -0
- package/lib/tntd-layout/images/avatar/male3.png +0 -0
- package/lib/tntd-layout/images/avatar/male4.png +0 -0
- package/lib/tntd-layout/images/avatar/male5.png +0 -0
- package/lib/tntd-layout/images/avatar/male6.png +0 -0
- package/lib/tntd-layout/images/index.js +66 -67
- package/lib/tntd-layout/index.js +133 -96
- package/lib/tntd-layout/paaslayout/CompactSideMenu.js +131 -183
- package/lib/tntd-layout/paaslayout/Header.js +51 -76
- package/lib/tntd-layout/paaslayout/Logo.js +15 -27
- package/lib/tntd-layout/paaslayout/SideMenu.js +131 -148
- package/lib/tntd-layout/paaslayout/index.js +205 -142
- package/lib/tntd-layout/storage.js +61 -46
- package/lib/tntd-modal/index.js +94 -62
- package/lib/tntd-rc-select/_util/DisabledContext.js +17 -32
- package/lib/tntd-rc-select/_util/FormItemInputContext.js +8 -26
- package/lib/tntd-rc-select/_util/PurePanel.js +84 -78
- package/lib/tntd-rc-select/_util/SizeContext.js +8 -26
- package/lib/tntd-rc-select/_util/context.js +15 -16
- package/lib/tntd-rc-select/_util/defaultRenderEmpty.js +34 -39
- package/lib/tntd-rc-select/_util/defaultRenderEmpty.js.map +1 -1
- package/lib/tntd-rc-select/_util/getIcons.js +81 -75
- package/lib/tntd-rc-select/_util/interface.js +13 -7
- package/lib/tntd-rc-select/_util/motion.js +50 -36
- package/lib/tntd-rc-select/_util/type.js +16 -6
- package/lib/tntd-rc-select/_util/useCompactItemContext.js +29 -51
- package/lib/tntd-rc-select/_util/warning.js +18 -35
- package/lib/tntd-rc-select/img/no-data-s.png +0 -0
- package/lib/tntd-rc-select/index.js +149 -123
- package/lib/tntd-second-page/index.js +60 -33
- package/lib/tntd-second-page/index.js.map +1 -1
- package/lib/tntd-select/DropDownWrap.js +99 -78
- package/lib/tntd-select/index.d.ts +2 -2
- package/lib/tntd-select/index.js +634 -542
- package/lib/tooltip/index.js +22 -22
- package/lib/tooltip/index.less +5 -0
- package/lib/tooltip/style/index.js +2 -3
- package/lib/tooltip/tooltip.d.ts +3 -2
- package/lib/tooltip/tooltip.d.ts.map +1 -1
- package/lib/tooltip/tooltip.js +48 -42
- package/lib/tooltip/tooltip.js.map +1 -1
- package/lib/transfer/index.d.ts +2 -2
- package/lib/transfer/index.js +21 -21
- package/lib/transfer/index.js.map +1 -1
- package/lib/transfer/style/index.js +2 -4
- package/lib/tree/index.d.ts +2 -2
- package/lib/tree/index.js +21 -21
- package/lib/tree/index.js.map +1 -1
- package/lib/tree/style/index.js +2 -3
- package/lib/tree-select/index.d.ts +4 -4
- package/lib/tree-select/index.js +27 -26
- package/lib/tree-select/index.js.map +1 -1
- package/lib/tree-select/style/index.js +2 -5
- package/lib/typography/index.d.ts +2 -2
- package/lib/typography/index.js +21 -21
- package/lib/typography/index.js.map +1 -1
- package/lib/typography/style/index.js +2 -4
- package/lib/upload/index.d.ts +1 -1
- package/lib/upload/index.js +30 -25
- package/lib/upload/index.js.map +1 -1
- package/lib/upload/style/index.js +2 -4
- package/lib/utils/checkAuth.js +33 -24
- package/lib/utils/findMenuInfoByPath.js +40 -35
- package/lib/utils/index.js +147 -94
- package/lib/utils/lang.js +83 -129
- package/lib/utils/simple-template.js +11 -7
- package/lib/version/index.d.ts +2 -2
- package/lib/version/index.js +21 -21
- package/lib/version/index.js.map +1 -1
- package/lib/version/style/index.js +2 -4
- package/lib/water-mark/index.js +129 -118
- package/package.json +1 -2
- package/themes/common/css2.x.css +35 -1
- package/themes/common/css3.x.css +35 -1
- package/themes/default/colorsVar.less +1 -1
- package/themes/default/lessToCssVar.less +39 -0
- package/themes/default/lessVars2.x.less +4 -4
- package/themes/default/lessVars3.x.less +4 -4
- package/themes/default/variables.less +1 -1
- package/themes/default/variablesVar.less +5 -5
|
@@ -1,35 +1,145 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
function SvgErrorTip(props, svgRef) {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
3
|
+
return React.createElement("svg", Object.assign({
|
|
4
|
+
width: "50",
|
|
5
|
+
height: "48",
|
|
6
|
+
viewBox: "0 0 50 48",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
ref: svgRef
|
|
10
|
+
}, props), React.createElement("circle", {
|
|
11
|
+
cx: "24.8724",
|
|
12
|
+
cy: "23.8267",
|
|
13
|
+
r: "23.4",
|
|
14
|
+
fill: "#F5F5F5"
|
|
15
|
+
}), React.createElement("mask", {
|
|
16
|
+
id: "mask0_404_2372",
|
|
17
|
+
"mask-type": "luminance",
|
|
18
|
+
maskUnits: "userSpaceOnUse",
|
|
19
|
+
x: "1",
|
|
20
|
+
y: "0",
|
|
21
|
+
width: "48",
|
|
22
|
+
height: "48"
|
|
23
|
+
}, React.createElement("circle", {
|
|
24
|
+
cx: "24.8724",
|
|
25
|
+
cy: "23.8267",
|
|
26
|
+
r: "23.4",
|
|
27
|
+
fill: "white"
|
|
28
|
+
})), React.createElement("g", {
|
|
29
|
+
mask: "url(#mask0_404_2372)"
|
|
30
|
+
}, React.createElement("circle", {
|
|
31
|
+
cx: "18.1124",
|
|
32
|
+
cy: "16.0267",
|
|
33
|
+
r: "9.70667",
|
|
34
|
+
fill: "white"
|
|
35
|
+
}), React.createElement("path", {
|
|
36
|
+
"fill-rule": "evenodd",
|
|
37
|
+
"clip-rule": "evenodd",
|
|
38
|
+
d: "M27.819 16.0267C27.819 10.6658 23.4732 6.32001 18.1124 6.32001C12.7515 6.32001 8.4057 10.6658 8.4057 16.0267C8.4057 21.3875 12.7515 25.7333 18.1124 25.7333C23.4732 25.7333 27.819 21.3875 27.819 16.0267ZM8.61371 16.0267C8.61371 10.7807 12.8664 6.528 18.1124 6.528C23.3583 6.528 27.611 10.7807 27.611 16.0267C27.611 21.2726 23.3583 25.5253 18.1124 25.5253C12.8664 25.5253 8.61371 21.2726 8.61371 16.0267Z",
|
|
39
|
+
fill: "#18263C"
|
|
40
|
+
}), React.createElement("path", {
|
|
41
|
+
"fill-rule": "evenodd",
|
|
42
|
+
"clip-rule": "evenodd",
|
|
43
|
+
d: "M41.5724 34.1929C41.5724 34.1929 40.5022 31.3215 33.9734 27.8925C27.4446 24.4634 31.5365 13.8424 33.3765 13.8424C34.5977 13.8424 34.4296 13.9061 34.9541 13.5533C35.074 13.4727 35.8855 12.6754 35.922 12.5336C35.9327 12.4924 36.5204 11.9389 36.5458 11.5565C36.5919 10.8619 35.5041 10.2475 34.8971 10.0759C33.5985 9.70886 32.374 11.7544 32.374 11.7544C32.374 11.7544 30.1091 13.2214 29.647 13.5533C24.9807 16.9048 22.3553 27.775 29.5524 31.7972C40.9535 38.1688 33.3765 27.8925 33.3765 27.8925",
|
|
44
|
+
fill: "white"
|
|
45
|
+
}), React.createElement("path", {
|
|
46
|
+
d: "M41.6664 34.168C41.2019 32.9217 39.9887 31.6064 38.0268 30.218L37.7343 30.0143L37.4312 29.8095C37.277 29.7069 37.1187 29.6039 36.9565 29.5004L36.6266 29.2931C36.2355 29.0505 35.8226 28.8058 35.3879 28.5589L35.01 28.3468L34.6213 28.1336L34.222 27.9193C34.1545 27.8835 34.0866 27.8476 34.0183 27.8117C31.1604 26.3107 30.1181 23.2648 30.6362 19.6075C30.6927 19.2087 30.7687 18.812 30.8601 18.4245L30.9233 18.1676C30.9451 18.0824 30.9676 17.9978 30.9908 17.9139L31.0624 17.6638L31.1377 17.4178C31.1762 17.296 31.2161 17.1758 31.2571 17.0577L31.3406 16.824L31.4269 16.5961C31.4415 16.5587 31.4563 16.5215 31.4711 16.4845L31.5611 16.2661L31.6534 16.0546C31.6689 16.02 31.6845 15.9856 31.7002 15.9516L31.7951 15.7513L31.8915 15.5591L31.9891 15.3754C32.447 14.5389 32.9354 13.9962 33.331 13.9597L33.373 13.9578L34.035 13.962L34.1861 13.9616L34.2868 13.9587L34.3691 13.9531C34.3817 13.9519 34.3937 13.9506 34.4054 13.9491L34.4667 13.9398L34.5146 13.9308L34.5576 13.9198C34.5855 13.9113 34.6129 13.9001 34.6455 13.8833L34.699 13.8534L34.7645 13.8129L35.0087 13.6509L35.0348 13.632L35.1035 13.5751L35.1903 13.4969L35.2904 13.402L35.3992 13.2949L35.512 13.1803C35.5309 13.1608 35.5497 13.1412 35.5685 13.1216L35.6785 13.0044L35.7808 12.8912L35.8707 12.7866C35.9529 12.6879 36.0094 12.6091 36.0193 12.5709C36.0185 12.5737 36.0212 12.5725 36.0267 12.5678L36.0679 12.5265L36.1592 12.4249L36.2643 12.301L36.3125 12.2412C36.399 12.1313 36.4709 12.0269 36.5263 11.9269C36.597 11.7993 36.6389 11.6822 36.646 11.5748C36.6897 10.9177 35.7975 10.2347 34.9219 9.98719C34.0239 9.73337 33.1641 10.2835 32.3458 11.6063L32.2941 11.6916L30.844 12.6354L29.9551 13.224L29.7172 13.3859L29.5829 13.4802C27.2119 15.1831 25.3849 18.7758 25.0439 22.4254C24.6612 26.522 26.1441 30.0249 29.4981 31.8993L29.9522 32.1505L30.3912 32.3879L30.815 32.6117C31.3006 32.8648 31.7552 33.0899 32.1788 33.2872L32.5342 33.4494C37.4039 35.6254 37.8002 33.7892 33.6084 28.0488L33.4567 27.8421L33.2893 27.9655L33.4369 28.1666L33.7211 28.5587C33.9057 28.8156 34.0803 29.0637 34.2452 29.3028L34.485 29.6549L34.7101 29.9936C37.5395 34.3107 36.6157 35.2528 31.8469 32.9064L31.4724 32.7194C31.4088 32.6872 31.3445 32.6544 31.2795 32.6211L30.8823 32.4147L30.47 32.1953L30.0424 31.963C29.8973 31.8834 29.7497 31.8016 29.5996 31.7177C26.3241 29.8872 24.8754 26.4651 25.251 22.4448C25.5812 18.9106 27.3269 15.4305 29.5906 13.7325L29.7328 13.6287L29.9699 13.4651L30.5363 13.0868L31.8006 12.2595L32.4271 11.853L32.4598 11.8191C33.2548 10.4911 34.0555 9.95842 34.8654 10.1873C35.656 10.4108 36.4733 11.0366 36.4385 11.561C36.4337 11.633 36.4015 11.723 36.3443 11.8262C36.295 11.9152 36.2291 12.0108 36.149 12.1126L36.0454 12.2362L35.8831 12.4286L35.8379 12.4864C35.8322 12.4942 35.8275 12.501 35.8241 12.5065L35.8179 12.519C35.8141 12.5337 35.7898 12.5675 35.7515 12.614L35.6841 12.6925L35.6001 12.7853L35.4532 12.9412L35.3483 13.0493L35.1919 13.2059L35.0952 13.2997L35.0099 13.3795L34.9409 13.4407C34.921 13.4574 34.9047 13.4702 34.8926 13.4783L34.6611 13.6322L34.6022 13.6687C34.5935 13.6739 34.5854 13.6786 34.5777 13.6829L34.536 13.7042C34.517 13.713 34.5002 13.719 34.483 13.7237L34.4475 13.7318L34.4066 13.7388C34.388 13.7418 34.3681 13.7443 34.346 13.7463L34.272 13.7512L34.179 13.7537L33.373 13.7498C32.5873 13.7498 31.5703 15.3375 30.9295 17.3807L30.8545 17.628L30.7833 17.8793C30.6333 18.4276 30.5121 19.0006 30.4302 19.5783C29.901 23.3139 30.9733 26.4474 33.9216 27.9959L34.1265 28.1041L34.528 28.3196L34.9186 28.534C35.0469 28.6052 35.1735 28.6763 35.2982 28.7472L35.6668 28.9593C38.8744 30.8276 40.7977 32.561 41.4367 34.1508L41.4715 34.2406L41.6664 34.168Z",
|
|
47
|
+
fill: "#18263C"
|
|
48
|
+
}), React.createElement("path", {
|
|
49
|
+
"fill-rule": "evenodd",
|
|
50
|
+
"clip-rule": "evenodd",
|
|
51
|
+
d: "M39.0596 18.8L39.9524 23.1056L34.7524 24.3467L35.9079 19.8617L39.0596 18.8Z",
|
|
52
|
+
fill: "white"
|
|
53
|
+
}), React.createElement("path", {
|
|
54
|
+
"fill-rule": "evenodd",
|
|
55
|
+
"clip-rule": "evenodd",
|
|
56
|
+
d: "M39.1116 18.7093L35.8858 19.7959L35.8408 19.8443L34.6565 24.4408L40.0339 23.1574L39.1116 18.7093ZM35.9659 19.9152L39.0079 18.8905L39.8711 23.0536L34.8486 24.2523L35.9659 19.9152Z",
|
|
57
|
+
fill: "#18263C"
|
|
58
|
+
}), React.createElement("path", {
|
|
59
|
+
"fill-rule": "evenodd",
|
|
60
|
+
"clip-rule": "evenodd",
|
|
61
|
+
d: "M39.259 19.0717C39.259 19.0717 34.6635 20.9134 33.0486 20.4345C31.4337 19.9557 30.645 15.13 31.0393 14.2278C31.4337 13.3256 36.8507 11.1874 37.8 13.8528C38.7493 16.5183 39.259 19.0717 39.259 19.0717Z",
|
|
62
|
+
fill: "white"
|
|
63
|
+
}), React.createElement("path", {
|
|
64
|
+
"fill-rule": "evenodd",
|
|
65
|
+
"clip-rule": "evenodd",
|
|
66
|
+
d: "M39.2518 18.692C38.9162 17.1033 38.454 15.4825 37.8653 13.8296L37.8367 13.7538C37.3688 12.5844 35.9999 12.2626 34.1976 12.6345C33.4807 12.7825 32.7492 13.0383 32.1622 13.3202L31.9906 13.4055C31.462 13.6775 31.0783 13.9657 30.9758 14.2C30.8556 14.4751 30.8406 15.0752 30.9159 15.7966L30.9426 16.0282C30.9476 16.0674 30.9528 16.1068 30.9582 16.1465L30.9938 16.3875C31.0066 16.4687 31.0204 16.5506 31.0351 16.633L31.082 16.8816C31.0903 16.9232 31.0988 16.9648 31.1076 17.0065L31.1628 17.257C31.1821 17.3405 31.2022 17.4239 31.2233 17.507C31.6347 19.1291 32.2679 20.2753 33.0289 20.501C33.5141 20.6448 34.1917 20.6357 35.0631 20.4741L35.2948 20.4285C35.3341 20.4203 35.3738 20.4118 35.4139 20.403L35.6588 20.347C35.7419 20.3272 35.8265 20.3062 35.9125 20.2841L36.175 20.2143C36.3529 20.1654 36.5367 20.112 36.7264 20.0539L37.0153 19.9633C37.1131 19.932 37.2123 19.8995 37.313 19.8658L37.6196 19.7615L37.9349 19.6502L38.2592 19.532L38.5922 19.4069L38.9341 19.2749L39.3383 19.1146L39.2518 18.692ZM33.4768 12.962C33.7236 12.8871 33.9757 12.8219 34.2256 12.7703C36.0068 12.4027 37.3263 12.7293 37.7347 13.8761C38.3595 15.6303 38.8412 17.3479 39.1797 19.0288L39.1798 19.0288L39.191 19.0852C39.1873 19.0664 39.1835 19.0476 39.1797 19.0288L38.8823 19.1463L38.5369 19.2795L38.2007 19.4057L37.8736 19.5248L37.5557 19.6367L37.247 19.7415C37.1963 19.7584 37.146 19.775 37.096 19.7913L36.8011 19.8855C36.7527 19.9006 36.7047 19.9154 36.6571 19.9299L36.3759 20.0134C36.3298 20.0267 36.2841 20.0398 36.2387 20.0525L35.9714 20.1254L35.7132 20.1912C35.5441 20.2326 35.3812 20.2694 35.2244 20.3014L34.9938 20.3459L34.7725 20.3833C34.0862 20.4905 33.5386 20.491 33.1304 20.3852L33.0683 20.368C32.3719 20.1615 31.7575 19.0493 31.3577 17.4729L31.3274 17.3506C31.3077 17.269 31.2887 17.1872 31.2707 17.1054L31.2193 16.8602C31.2112 16.8194 31.2033 16.7787 31.1956 16.7381L31.1523 16.4959L31.1144 16.2575C31.1027 16.1788 31.092 16.1009 31.0822 16.0242L31.0556 15.7977C30.9805 15.0923 30.9921 14.5091 31.1029 14.2556C31.2112 14.0078 31.7129 13.6725 32.3802 13.3718L32.5661 13.2907L32.7592 13.2119L32.9585 13.136C32.9921 13.1236 33.026 13.1113 33.0601 13.0992L33.2666 13.0285L33.4768 12.962Z",
|
|
67
|
+
fill: "#18263C"
|
|
68
|
+
}), React.createElement("path", {
|
|
69
|
+
"fill-rule": "evenodd",
|
|
70
|
+
"clip-rule": "evenodd",
|
|
71
|
+
d: "M35.3561 15.3561C34.3107 14.6792 34.3661 16.416 34.3661 16.416H33.6477C33.6477 16.416 33.5641 14.3132 31.0038 14.3132C28.4434 14.3132 29.7729 9.4012 31.1659 9.14629C31.741 9.04106 31.6262 9.09899 31.5101 9.26371C31.345 9.49798 31.169 9.61462 31.9282 9.61462C33.2212 9.61462 36.8148 9.63432 39.3249 10.7786C41.835 11.923 39.5751 18.2464 39.5751 18.2464L36.9446 18.8L35.3561 17.3964C35.3561 17.3964 36.4014 16.033 35.3561 15.3561Z",
|
|
72
|
+
fill: "#18263C"
|
|
73
|
+
}), React.createElement("path", {
|
|
74
|
+
"fill-rule": "evenodd",
|
|
75
|
+
"clip-rule": "evenodd",
|
|
76
|
+
d: "M33.5969 22.5239C33.5969 22.5239 34.0785 21.7188 32.5521 21.9871C31.0258 22.2555 26.0857 27.2045 26.0857 28.4804C26.0857 29.7563 28.8217 33.36 29.3604 33.36C29.8991 33.36 33.5969 22.5239 33.5969 22.5239Z",
|
|
77
|
+
fill: "#D6DAE1"
|
|
78
|
+
}), React.createElement("path", {
|
|
79
|
+
"fill-rule": "evenodd",
|
|
80
|
+
"clip-rule": "evenodd",
|
|
81
|
+
d: "M33.6564 22.5595C33.8348 22.2613 33.8263 22.0375 33.6082 21.9255C33.4163 21.8269 33.0631 21.8269 32.5401 21.9189C32.2419 21.9713 31.8196 22.1954 31.3315 22.5327L31.1566 22.6563C31.127 22.6777 31.0972 22.6994 31.0672 22.7215L30.8852 22.8582L30.6991 23.0029C30.6678 23.0276 30.6363 23.0527 30.6047 23.078L30.4136 23.2336L30.2199 23.3957L30.0242 23.5639C29.9914 23.5924 29.9586 23.6211 29.9257 23.65L29.728 23.826C29.6949 23.8558 29.6619 23.8857 29.6288 23.9158L29.4304 24.0984L29.2321 24.2848L29.0347 24.4743L28.8386 24.6664L28.6445 24.8604L28.4528 25.0559L28.2643 25.2522C28.2331 25.285 28.2022 25.3178 28.1713 25.3505L27.9885 25.5471L27.8101 25.7431L27.6368 25.9379C27.6084 25.9702 27.5802 26.0025 27.5522 26.0347L27.3876 26.2268L27.2295 26.4162L27.0784 26.6026L26.935 26.7852L26.7997 26.9636C26.7779 26.993 26.7565 27.0221 26.7354 27.051L26.6135 27.2219C26.2426 27.7543 26.0164 28.201 26.0164 28.4805C26.0164 28.7668 26.1733 29.2052 26.4206 29.705L26.5175 29.8951L26.622 30.09C26.6761 30.1884 26.7327 30.2882 26.7916 30.3888L26.912 30.5907C26.9325 30.6245 26.9532 30.6583 26.9741 30.6921L27.1016 30.8952C27.1232 30.929 27.145 30.9628 27.1669 30.9966L27.2998 31.1983L27.4355 31.3979L27.5729 31.5942C27.5959 31.6266 27.619 31.6588 27.6421 31.6908L27.7809 31.8802C27.8041 31.9113 27.8272 31.9422 27.8503 31.9728L27.9887 32.1529L28.1258 32.3256L28.2609 32.4897L28.3931 32.6442L28.5218 32.7881L28.6461 32.9201L28.7653 33.0394C29.0173 33.2832 29.2275 33.4294 29.3604 33.4294C29.4437 33.4294 29.5506 33.3191 29.6874 33.0916L29.7437 32.9943L29.8033 32.8843L29.8662 32.7617L29.9326 32.6262L30.0025 32.4778L30.0761 32.3164L30.1934 32.0497L30.3633 31.6475L30.5493 31.1915L30.724 30.7513L30.8728 30.3688L31.0829 29.8186L31.3643 29.0663L31.4827 28.7453L31.7932 27.8927L32.2628 26.579L32.6976 25.3417L33.2425 23.7685L33.6564 22.5595ZM31.4581 22.6113C31.9062 22.3053 32.2916 22.1033 32.5642 22.0554C33.0587 21.9684 33.3884 21.9684 33.5448 22.0488C33.675 22.1156 33.6801 22.2498 33.5313 22.5015L33.1973 23.477L32.645 25.0734L32.2043 26.3296L31.7938 27.4821L31.4136 28.5311L31.2348 29.0168L31.0081 29.624L30.7949 30.1852L30.5472 30.8219L30.3743 31.2546L30.1972 31.6839L30.0735 31.9741L29.9579 32.2364L29.8856 32.3958L29.7845 32.611L29.7222 32.7386L29.6639 32.8532L29.5846 33.0006L29.5373 33.0824L29.4944 33.1508L29.4562 33.2058C29.4144 33.2621 29.3822 33.2907 29.3604 33.2907C29.2162 33.2907 28.9488 33.0666 28.6276 32.7122L28.5047 32.5734L28.3777 32.4235C28.3562 32.3976 28.3345 32.3714 28.3128 32.3447L28.1809 32.1801L28.0468 32.0072L27.9113 31.827L27.7752 31.6406C27.7525 31.6091 27.7298 31.5773 27.7072 31.5454L27.5718 31.3518L27.4378 31.1548L27.3062 30.9554C27.2845 30.922 27.2629 30.8886 27.2414 30.8552L27.1147 30.6543L26.9923 30.4539L26.8749 30.255L26.7636 30.0587L26.6589 29.8661L26.5619 29.6783C26.5464 29.6474 26.5312 29.6168 26.5164 29.5865L26.4322 29.408C26.2599 29.0289 26.1551 28.7029 26.1551 28.4804C26.1551 28.2556 26.3174 27.9089 26.592 27.4904L26.7001 27.3302C26.719 27.303 26.7383 27.2755 26.758 27.2478L26.8808 27.0786C26.902 27.05 26.9237 27.0211 26.9457 26.992L27.0819 26.8152C27.1053 26.7853 27.129 26.7553 27.1531 26.7251L27.3013 26.5419L27.4569 26.3552L27.6192 26.1656L27.7876 25.9737L27.9616 25.7801L28.1405 25.5853L28.3238 25.39L28.5109 25.1947L28.7012 25.0001L28.8941 24.8066L29.0891 24.615L29.2854 24.4257L29.4827 24.2395L29.6802 24.0568L29.8774 23.8782C29.9102 23.8488 29.943 23.8196 29.9757 23.7907L30.1713 23.6194L30.3652 23.4538L30.5567 23.2944L30.7452 23.1419L30.9302 22.9967L31.1111 22.8594L31.2873 22.7308L31.4581 22.6113Z",
|
|
82
|
+
fill: "#18263C"
|
|
83
|
+
}), React.createElement("path", {
|
|
84
|
+
"fill-rule": "evenodd",
|
|
85
|
+
"clip-rule": "evenodd",
|
|
86
|
+
d: "M40.974 22.631C38.348 21.5895 36.4432 23.9031 34.1198 22.0355C31.7964 20.1679 22.8802 41.4206 24.809 43.1183C26.7379 44.8161 39.7808 48.8441 43.4807 47.2267C47.1805 45.6092 45.1524 25.1075 45.1524 25.1075C45.1524 25.1075 42.4034 23.16 40.974 22.631Z",
|
|
87
|
+
fill: "#D6DAE1"
|
|
88
|
+
}), React.createElement("path", {
|
|
89
|
+
"fill-rule": "evenodd",
|
|
90
|
+
"clip-rule": "evenodd",
|
|
91
|
+
d: "M36.5608 22.7055C35.6536 22.7837 34.9186 22.5886 34.1632 21.9814C33.7882 21.6799 33.2711 21.8957 32.6357 22.5645L32.5189 22.691C32.4795 22.7349 32.4397 22.7804 32.3995 22.8275L32.2775 22.9738C32.2364 23.0242 32.1949 23.0762 32.153 23.1298L32.0261 23.2955C32.0047 23.3239 31.9833 23.3527 31.9617 23.3819L31.8311 23.5619C31.8091 23.5926 31.7871 23.6238 31.7649 23.6554L31.6307 23.8494C31.6081 23.8826 31.5855 23.9161 31.5627 23.95L31.425 24.158L31.2521 24.427C30.7682 25.1917 30.253 26.1051 29.7276 27.1229L29.5018 27.5653C29.4641 27.64 29.4264 27.7153 29.3886 27.791L29.1617 28.2512C29.086 28.4064 29.0102 28.5634 28.9344 28.7221L28.7072 29.2032L28.4804 29.6935C28.4427 29.7759 28.4049 29.8587 28.3673 29.9419L28.1418 30.4447C28.0293 30.698 27.9174 30.954 27.8061 31.2124L27.7301 31.3896L27.5061 31.9185L27.2883 32.4429L27.1468 32.7897L26.94 33.3052L26.806 33.6456L26.6108 34.1505L26.4227 34.6484L26.3015 34.976L26.1258 35.4607L25.9579 35.9366L25.8504 36.2487L25.6958 36.7087L25.5494 37.1583L25.4565 37.4521L25.3674 37.7408L25.2822 38.0242L25.1618 38.4392L25.0866 38.7088L24.9813 39.1023L24.9164 39.3569L24.8557 39.6053L24.7993 39.8472L24.7472 40.0825L24.6995 40.3109L24.6364 40.6403L24.6 40.8509C24.5944 40.8854 24.5889 40.9196 24.5836 40.9534L24.5541 41.1527C24.5496 41.1853 24.5453 41.2176 24.5412 41.2495L24.5188 41.4372L24.5012 41.6169C24.4962 41.6754 24.4919 41.7326 24.4885 41.7884L24.4807 41.9516C24.4754 42.1105 24.4775 42.2566 24.4874 42.3892L24.4998 42.5172C24.5374 42.8257 24.6238 43.0476 24.7632 43.1703C24.8991 43.2899 25.0884 43.4204 25.3242 43.5593L25.4882 43.6531C25.5451 43.6847 25.6042 43.7168 25.6655 43.7491L25.8557 43.8473C25.8884 43.8639 25.9217 43.8805 25.9555 43.8972L26.1641 43.9982C26.1999 44.0152 26.2361 44.0322 26.2729 44.0494L26.4989 44.1529L26.7361 44.2578L26.9838 44.3639L27.2416 44.4712L27.5092 44.5793L27.786 44.6882L28.0715 44.7976L28.3654 44.9075L28.6672 45.0175L28.9764 45.1276L29.2925 45.2375L29.6151 45.3471L29.9438 45.4562L30.2781 45.5647L30.6175 45.6723L30.9616 45.779L31.4856 45.9367L32.0176 46.0912L32.3759 46.192L32.7366 46.2911L33.0993 46.388L33.4635 46.4828L33.8831 46.5888L34.2981 46.6902C34.3668 46.7067 34.4353 46.723 34.5037 46.7391L34.9111 46.8336C34.9785 46.8489 35.0458 46.864 35.1128 46.879L35.5121 46.9663L35.9059 47.0488L36.2937 47.1265L36.6755 47.1992L37.051 47.267L37.42 47.3297C37.4809 47.3398 37.5415 47.3496 37.6019 47.3592L37.9606 47.4143C38.079 47.4318 38.1963 47.4484 38.3123 47.4642L38.6566 47.5089C38.7133 47.5159 38.7698 47.5227 38.8259 47.5293L39.1588 47.566C39.2685 47.5774 39.3768 47.5878 39.4838 47.5974L39.8007 47.6233L40.1093 47.6438C40.16 47.6468 40.2104 47.6495 40.2604 47.652L40.5561 47.6641C41.8182 47.7046 42.8297 47.5868 43.5084 47.2901C44.8394 46.7083 45.6217 44.3613 45.8611 40.2426L45.8859 39.7687C45.9383 38.6455 45.9529 37.3985 45.9297 36.0278L45.9174 35.4328C45.915 35.3324 45.9124 35.2313 45.9096 35.1296L45.8904 34.5118L45.8666 33.8789C45.8579 33.6654 45.8484 33.4494 45.8381 33.2308L45.8051 32.5676C45.7992 32.4558 45.7931 32.3433 45.7869 32.2303L45.7469 31.5443L45.7023 30.8431L45.6532 30.1268L45.5994 29.3952C45.59 29.2721 45.5805 29.1482 45.5708 29.0238L45.5101 28.2695L45.4448 27.5001L45.3749 26.7154C45.3629 26.5834 45.3507 26.4507 45.3383 26.3174L45.2615 25.51L45.2214 25.1006L45.1924 25.0508L44.8531 24.8123L44.5241 24.5849L44.2054 24.3686L43.897 24.1634L43.5989 23.9693L43.3112 23.7863C43.2169 23.7271 43.1244 23.6698 43.0337 23.6144L42.7665 23.4535L42.5096 23.3038L42.263 23.1652C41.7801 22.899 41.359 22.6995 40.9995 22.5664L40.9012 22.5285C40.0559 22.212 39.3714 22.2057 38.2051 22.4193L37.9271 22.4725L37.6717 22.5243L37.3048 22.597L37.0228 22.6476L36.9017 22.6664L36.7315 22.6885L36.5608 22.7055ZM31.4718 24.3406L31.5427 24.2314C31.5663 24.1954 31.5897 24.1599 31.613 24.1247L31.7515 23.9188C31.7744 23.8853 31.7971 23.8522 31.8198 23.8195L31.9543 23.6287C31.9765 23.5977 31.9986 23.5672 32.0205 23.5371L32.1509 23.3614L32.2784 23.1961C32.2994 23.1693 32.3203 23.1431 32.341 23.1172L32.4641 22.9673L32.5842 22.8279C33.2363 22.0895 33.7492 21.8265 34.0764 22.0895C34.8611 22.7203 35.6315 22.9249 36.5727 22.8437L36.6319 22.8384L36.8039 22.8196C36.823 22.8173 36.8421 22.8148 36.8614 22.8122L36.9803 22.7949L37.1774 22.7618L37.4114 22.7177L37.9525 22.6089L38.2256 22.5566C39.4149 22.3385 40.0858 22.3533 40.9499 22.696L41.0399 22.7302C41.3746 22.8607 41.7615 23.047 42.2006 23.2892L42.4453 23.4269L42.7003 23.5756L42.9657 23.7354L43.2414 23.9063L43.5274 24.0882C43.6244 24.1507 43.7232 24.2151 43.8237 24.2813L44.1304 24.4853C44.1824 24.5203 44.2348 24.5557 44.2876 24.5915L44.6097 24.8122C44.6643 24.8499 44.7193 24.8881 44.7747 24.9267L45.0867 25.1457L45.1232 25.5212L45.1981 26.3078L45.2685 27.0799L45.3346 27.8377C45.3452 27.9628 45.3557 28.0872 45.3659 28.2111L45.4254 28.9472L45.4805 29.6688L45.5312 30.376L45.5776 31.0688L45.6195 31.7471L45.6571 32.4109L45.6903 33.0603L45.7192 33.6952L45.7437 34.3157L45.7638 34.9217C45.7668 35.0215 45.7696 35.1207 45.7722 35.2193L45.7858 35.8037L45.795 36.3736L45.7998 36.929C45.8025 37.4771 45.7986 38.0036 45.7882 38.5084L45.7756 39.0059C45.7658 39.3328 45.753 39.65 45.7374 39.9576L45.7118 40.4117C45.4708 44.2844 44.7401 46.5257 43.525 47.1295L43.4529 47.1631C42.6624 47.5087 41.3943 47.6043 39.7915 47.4834L39.4771 47.4573L39.1546 47.4259C39.0457 47.4145 38.9356 47.4023 38.8242 47.3891L38.4861 47.3472C38.3722 47.3323 38.257 47.3166 38.1406 47.3L37.7879 47.2477C37.7285 47.2385 37.6688 47.2291 37.6089 47.2196L37.2458 47.1597L36.876 47.0947C36.7517 47.0723 36.6263 47.049 36.4999 47.0249L36.1176 46.9501C35.9891 46.9244 35.8597 46.8978 35.7293 46.8705L35.3354 46.7861L34.9359 46.697C34.8689 46.6817 34.8017 46.6663 34.7342 46.6507L34.327 46.5545C34.2587 46.5381 34.1902 46.5215 34.1215 46.5047L33.707 46.4017L33.1357 46.2543L32.5953 46.1088L32.0596 45.9589L31.706 45.8569L31.1818 45.701L31.009 45.6484L30.6666 45.5423L30.3289 45.4353L29.9963 45.3274L29.508 45.1644L29.1902 45.0553L28.7263 44.8913L28.4261 44.782L28.1339 44.673L27.8499 44.5644L27.5748 44.4564L27.3089 44.3492C27.2654 44.3314 27.2222 44.3136 27.1795 44.2959L26.9283 44.1901L26.6875 44.0856C26.6483 44.0683 26.6095 44.0511 26.5712 44.0339L26.3468 43.9315L26.134 43.8308C26.0995 43.8141 26.0655 43.7976 26.032 43.7811L25.8373 43.6832C25.8059 43.667 25.775 43.651 25.7447 43.635L25.5692 43.5403C25.541 43.5247 25.5134 43.5092 25.4864 43.4938L25.3311 43.4027C25.1333 43.2829 24.9729 43.1702 24.8549 43.0663C24.6586 42.8935 24.5829 42.4838 24.6133 41.8846L24.6236 41.724C24.6257 41.6965 24.628 41.6687 24.6305 41.6405L24.6479 41.4673L24.67 41.2861L24.6967 41.0968L24.728 40.8998L24.7637 40.6953L24.8039 40.4833L24.8484 40.2642L24.8973 40.038L24.9504 39.805L25.0077 39.5654L25.1015 39.1939L25.1691 38.9385L25.2406 38.6771L25.3162 38.4098L25.3956 38.137L25.4788 37.8588L25.5659 37.5753L25.6566 37.2868L25.751 36.9933L25.8489 36.6953L26.0025 36.2398L26.1639 35.7748L26.3328 35.3009L26.5091 34.8189L26.6926 34.3293L26.8831 33.8327L27.0139 33.498L27.1476 33.1608L27.3536 32.6504L27.566 32.1352L27.7845 31.6157L27.9335 31.2673L28.1563 30.755L28.3807 30.2497C28.4182 30.1661 28.4557 30.0828 28.4933 29.9998L28.7192 29.5064C28.7569 29.4249 28.7946 29.3437 28.8324 29.263L29.059 28.7831C29.0968 28.704 29.1346 28.6253 29.1724 28.547L29.3989 28.0826C29.4366 28.0061 29.4743 27.9301 29.512 27.8545L29.7376 27.4073C29.7751 27.3337 29.8125 27.2607 29.85 27.1882L30.0738 26.7598C30.557 25.8461 31.0287 25.0278 31.4718 24.3406Z",
|
|
92
|
+
fill: "#18263C"
|
|
93
|
+
})), React.createElement("path", {
|
|
94
|
+
d: "M0.598846 39.0694C0.591741 39.066 0.584637 39.0625 0.577212 39.0552C0.534352 39.0213 0.525589 38.9672 0.557677 38.9329L2.48849 36.8945C2.52058 36.8603 2.58018 36.8598 2.62304 36.8936C2.6659 36.9275 2.67466 36.9816 2.64257 37.0159L0.711761 39.0543C0.684362 39.0834 0.63792 39.0885 0.598846 39.0694Z",
|
|
95
|
+
fill: "black"
|
|
96
|
+
}), React.createElement("path", {
|
|
97
|
+
"fill-rule": "evenodd",
|
|
98
|
+
"clip-rule": "evenodd",
|
|
99
|
+
d: "M43.5541 14.0018L44.876 11.2285L46.3274 11.9547L43.5541 14.0018Z",
|
|
100
|
+
fill: "white"
|
|
101
|
+
}), React.createElement("path", {
|
|
102
|
+
"fill-rule": "evenodd",
|
|
103
|
+
"clip-rule": "evenodd",
|
|
104
|
+
d: "M46.3584 11.8927L44.907 11.1665C44.8723 11.1492 44.8301 11.1637 44.8134 11.1987L43.4915 13.972C43.4604 14.0372 43.5372 14.1005 43.5952 14.0576L46.3686 12.0105C46.4102 11.9797 46.4047 11.9158 46.3584 11.8927ZM43.7361 13.7813L44.9085 11.3217L46.1953 11.9659L43.7361 13.7813Z",
|
|
105
|
+
fill: "#18263C"
|
|
106
|
+
}), React.createElement("path", {
|
|
107
|
+
"fill-rule": "evenodd",
|
|
108
|
+
"clip-rule": "evenodd",
|
|
109
|
+
d: "M49.8613 15.3718L49.5174 13.9851C49.5062 13.9401 49.4547 13.9185 49.4148 13.9421L47.6787 14.9694C47.6232 15.0022 47.6387 15.0864 47.7022 15.0974L49.7822 15.4568C49.8315 15.4653 49.8734 15.4204 49.8613 15.3718ZM47.9116 14.9926L49.4054 14.1089L49.7011 15.3018L47.9116 14.9926Z",
|
|
110
|
+
fill: "#18263C"
|
|
111
|
+
}), React.createElement("path", {
|
|
112
|
+
"fill-rule": "evenodd",
|
|
113
|
+
"clip-rule": "evenodd",
|
|
114
|
+
d: "M44.4654 26.7931C44.4654 26.7931 41.2668 27.6608 40.0832 35.44C39.8351 37.0708 40.0799 38.552 38.2012 40.3867C36.3225 42.2215 21.2323 44.5078 21.2323 44.5078C21.2323 44.5078 17.8453 45.2555 18.9475 45.9416C19.9463 46.5635 18.9475 47.2267 21.2323 47.2267C23.1651 47.2267 23.1717 46.2941 23.7589 46.3625C41.2627 48.4013 47.7784 44.1067 48.5566 34.8665C49.3348 25.6262 44.4654 26.7931 44.4654 26.7931Z",
|
|
115
|
+
fill: "white"
|
|
116
|
+
}), React.createElement("path", {
|
|
117
|
+
"fill-rule": "evenodd",
|
|
118
|
+
"clip-rule": "evenodd",
|
|
119
|
+
d: "M23.7468 46.4658C40.4891 48.4159 47.8317 44.7132 48.6602 34.8752C48.6707 34.7508 48.6804 34.6278 48.6893 34.5061L48.7138 34.1454C48.7175 34.086 48.721 34.0269 48.7243 33.9681L48.7419 33.6199L48.7549 33.2799C48.7814 32.4403 48.7647 31.6788 48.7045 30.9956L48.6782 30.7264C48.6734 30.6823 48.6684 30.6385 48.6633 30.595L48.6299 30.3385C48.2083 27.3519 46.814 26.1233 44.4412 26.6919L44.3574 26.7159C42.8548 27.1681 41.6929 28.733 40.8622 31.406L40.7713 31.7076C40.7414 31.8096 40.712 31.9132 40.6831 32.0183L40.5976 32.3381C40.5836 32.3922 40.5697 32.4466 40.5559 32.5014L40.4745 32.8349L40.3958 33.1775L40.3198 33.5292C40.3073 33.5886 40.295 33.6483 40.2828 33.7085L40.2109 34.0738C40.1285 34.5054 40.0517 34.9556 39.9804 35.4244L39.9682 35.5069L39.9455 35.6754L39.9239 35.8566L39.9021 36.0603L39.8636 36.4494L39.8346 36.722C39.6514 38.3161 39.2905 39.1775 38.1285 40.3123C37.9688 40.4683 37.7342 40.6272 37.425 40.789L37.277 40.8639L37.1183 40.9391C37.0637 40.9643 37.0073 40.9895 36.9491 41.0148L36.7692 41.0909C36.7384 41.1036 36.7071 41.1164 36.6753 41.1291L36.4796 41.2058L36.2732 41.2829L36.0563 41.3604L35.8288 41.4383L35.5907 41.5166L35.3419 41.5953L35.0826 41.6744L34.6739 41.7938L34.2413 41.914L33.9396 41.9947L33.4674 42.1164L33.1394 42.198L32.8007 42.28L32.273 42.4038L31.908 42.4868L31.3407 42.6119L30.7496 42.7379L30.1347 42.8648L29.4962 42.9925L28.8339 43.1211L28.1479 43.2505L27.4381 43.3807L26.7047 43.5118L25.6899 43.6878L25.1667 43.7763L24.3622 43.9098L23.5341 44.0441L22.393 44.2245L21.2099 44.4062L20.9327 44.4691L20.6712 44.5317C20.6289 44.5421 20.5873 44.5525 20.5463 44.563L20.3082 44.6254C20.2801 44.633 20.2523 44.6406 20.2248 44.6482C20.2149 44.651 20.2049 44.6537 20.1951 44.6565L19.9804 44.7187L19.7813 44.7808L19.5977 44.8428C19.3048 44.9461 19.0765 45.049 18.9123 45.152C18.4678 45.4309 18.4584 45.7596 18.8926 46.0299L18.9448 46.0637C18.9784 46.0864 19.0098 46.1095 19.0392 46.1329C19.1948 46.2571 19.2629 46.3454 19.3551 46.5389L19.4341 46.7124C19.6237 47.1117 19.9109 47.2785 20.7362 47.3199L20.9215 47.3269L21.1241 47.3303L21.2323 47.3307C22.0574 47.3307 22.5937 47.1733 23.0246 46.8787C23.0333 46.8727 23.0432 46.8657 23.0542 46.8577L23.1303 46.8006L23.4511 46.5522L23.4695 46.5395C23.5667 46.4769 23.647 46.4542 23.7468 46.4658ZM44.4917 26.8935L44.5836 26.8725C46.5567 26.4369 47.7974 27.3558 48.3017 29.6571L48.3468 29.8769C48.397 30.138 48.4383 30.4157 48.4708 30.71L48.4965 30.9663C48.5239 31.2701 48.5426 31.5905 48.5524 31.9275L48.5586 32.2204C48.5593 32.2699 48.5598 32.3197 48.5601 32.3699L48.5599 32.6751C48.5595 32.7266 48.5589 32.7785 48.5582 32.8307L48.5514 33.1481C48.55 33.2017 48.5483 33.2556 48.5465 33.3099L48.5333 33.6395L48.5157 33.9773L48.4939 34.3234L48.4677 34.6775L48.453 34.8577C47.6364 44.5538 40.4111 48.1974 23.7709 46.2592C23.6193 46.2415 23.4921 46.2775 23.3568 46.3646C23.3507 46.3685 23.3428 46.3741 23.3333 46.3809L23.2157 46.4704L23.0189 46.6238L22.9072 46.7069C22.5118 46.9773 22.0165 47.1227 21.2323 47.1227L21.0279 47.1213L20.8425 47.117C20.8131 47.116 20.7845 47.1149 20.7566 47.1137L20.5976 47.1046C20.5473 47.101 20.4998 47.0968 20.4548 47.092L20.3272 47.0758C19.9458 47.018 19.7753 46.9009 19.6571 46.6913L19.6214 46.622L19.5437 46.4512C19.4378 46.2284 19.3552 46.1189 19.1689 45.9703C19.1185 45.9301 19.0632 45.8911 19.0025 45.8533L18.9616 45.8269C18.7029 45.6528 18.7209 45.5177 19.0229 45.3282C19.1148 45.2705 19.2304 45.2121 19.3695 45.1532L19.5163 45.0941L19.6787 45.0347L19.8567 44.9749L20.0501 44.9148C20.1507 44.8847 20.257 44.8545 20.3692 44.8242L20.6011 44.7634C20.6411 44.7533 20.6816 44.7431 20.7228 44.733L20.9777 44.6719L21.2479 44.6106L22.1443 44.4734L23.3022 44.2918L24.1427 44.1565L24.6897 44.0668L25.4904 43.9329L26.2671 43.7998L27.02 43.6675L27.7489 43.5361L28.454 43.4054L29.1351 43.2755L29.7925 43.1465L30.4259 43.0182L31.0356 42.8907L31.6214 42.764L31.9986 42.6799L32.5447 42.5545L32.8955 42.4713L33.2358 42.3885L33.7263 42.2648L34.1931 42.1419L34.491 42.0604L34.7784 41.9793L35.0552 41.8984L35.3214 41.8179L35.5771 41.7377L35.8223 41.6579L36.0568 41.5784L36.2809 41.4992L36.4943 41.4203C36.529 41.4072 36.5633 41.3941 36.5971 41.381L36.7948 41.3026L36.9819 41.2245L37.1585 41.1468C37.187 41.1338 37.2151 41.1209 37.2428 41.108L37.4036 41.0307C37.7924 40.8379 38.0824 40.6481 38.2738 40.4611C39.441 39.3212 39.8306 38.4358 40.0247 36.884L40.0561 36.6113L40.0976 36.1941L40.1305 35.8808L40.1517 35.7022C40.1553 35.6738 40.159 35.646 40.1627 35.6184L40.186 35.4556C40.2165 35.255 40.2481 35.0579 40.2806 34.8643L40.347 34.4817C40.3583 34.4187 40.3697 34.3561 40.3812 34.2939L40.4516 33.9253L40.5246 33.5659C40.599 33.2113 40.6774 32.8705 40.7597 32.5437L40.8434 32.2216C41.6793 29.0996 42.8995 27.3256 44.4917 26.8935Z",
|
|
120
|
+
fill: "#18263C"
|
|
121
|
+
}), React.createElement("path", {
|
|
122
|
+
"fill-rule": "evenodd",
|
|
123
|
+
"clip-rule": "evenodd",
|
|
124
|
+
d: "M48.6766 35.44H40.0832C40.0832 35.44 37.3325 25.04 43.7623 25.04C50.1922 25.04 48.6766 35.44 48.6766 35.44Z",
|
|
125
|
+
fill: "#D6DAE1"
|
|
126
|
+
}), React.createElement("path", {
|
|
127
|
+
"fill-rule": "evenodd",
|
|
128
|
+
"clip-rule": "evenodd",
|
|
129
|
+
d: "M48.9832 33.2758C49.3635 27.751 47.6249 24.9707 43.7623 24.9707C39.9379 24.9707 38.5157 27.6938 39.4858 33.0977L39.5557 33.4703C39.6783 34.0982 39.8318 34.7607 40.0162 35.4578L40.0298 35.5094H48.7365L48.7748 35.242C48.8518 34.69 48.9117 34.1601 48.9544 33.6524L48.9832 33.2758ZM39.6001 32.9523C38.6944 27.77 40.0429 25.1693 43.6364 25.1104L43.7623 25.1093C47.9955 25.1093 49.6131 28.5327 48.6079 35.43L48.6164 35.3705H40.1369L40.0455 35.0167C39.9453 34.6194 39.8556 34.234 39.7763 33.8606L39.7006 33.4913C39.6886 33.4304 39.6768 33.3699 39.6654 33.3096L39.6001 32.9523Z",
|
|
130
|
+
fill: "#18263C"
|
|
131
|
+
}), React.createElement("path", {
|
|
132
|
+
"fill-rule": "evenodd",
|
|
133
|
+
"clip-rule": "evenodd",
|
|
134
|
+
d: "M20.6892 19.9417L17.9182 17.3233L15.3251 20.0943L13.9523 18.7977L16.5454 16.0267L14.1049 13.7133L15.4014 12.3405L17.8419 14.6539L20.1554 12.2134L21.5282 13.5099L19.2402 15.9504L21.9858 18.5689L20.6892 19.9417Z",
|
|
135
|
+
fill: "#EF4444"
|
|
136
|
+
}), React.createElement("path", {
|
|
137
|
+
"fill-rule": "evenodd",
|
|
138
|
+
"clip-rule": "evenodd",
|
|
139
|
+
d: "M20.1527 12.1154L21.626 13.5069L19.3375 15.9476L22.0836 18.5664L20.692 20.0397L17.9211 17.4213L15.3282 20.1925L13.8546 18.8007L16.4474 16.0294L14.0069 13.716L15.3987 12.2423L17.8393 14.5554L20.1527 12.1154ZM21.4304 13.513L20.1577 12.3111L17.8445 14.7519L15.4039 12.4383L14.2027 13.7103L16.6431 16.0238L14.0502 18.7945L15.3221 19.9957L17.9152 17.225L20.6861 19.8435L21.888 18.5712L19.1426 15.9531L21.4304 13.513Z",
|
|
140
|
+
fill: "#18263C"
|
|
141
|
+
}));
|
|
31
142
|
}
|
|
32
143
|
const ForwardRef = React.forwardRef(SvgErrorTip);
|
|
33
144
|
const MemoForwardRef = React.memo(ForwardRef);
|
|
34
|
-
export default MemoForwardRef;
|
|
35
|
-
//# sourceMappingURL=svg-error-tip.js.map
|
|
145
|
+
export default MemoForwardRef;
|
|
@@ -1,39 +1,162 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
function SvgSuccessTip(props, svgRef) {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
3
|
+
return React.createElement("svg", Object.assign({
|
|
4
|
+
width: "47",
|
|
5
|
+
height: "46",
|
|
6
|
+
viewBox: "0 0 47 46",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
ref: svgRef
|
|
10
|
+
}, props), React.createElement("circle", {
|
|
11
|
+
cx: "22.949",
|
|
12
|
+
cy: "22.949",
|
|
13
|
+
r: "22.949",
|
|
14
|
+
fill: "#F5F5F5"
|
|
15
|
+
}), React.createElement("mask", {
|
|
16
|
+
id: "mask0_5468_45539",
|
|
17
|
+
"mask-type": "luminance",
|
|
18
|
+
maskUnits: "userSpaceOnUse",
|
|
19
|
+
x: "0",
|
|
20
|
+
y: "0",
|
|
21
|
+
width: "46",
|
|
22
|
+
height: "46"
|
|
23
|
+
}, React.createElement("circle", {
|
|
24
|
+
cx: "22.949",
|
|
25
|
+
cy: "22.949",
|
|
26
|
+
r: "22.949",
|
|
27
|
+
fill: "white"
|
|
28
|
+
})), React.createElement("g", {
|
|
29
|
+
mask: "url(#mask0_5468_45539)"
|
|
30
|
+
}, React.createElement("ellipse", {
|
|
31
|
+
cx: "16.3193",
|
|
32
|
+
cy: "15.2994",
|
|
33
|
+
rx: "9.51959",
|
|
34
|
+
ry: "9.51958",
|
|
35
|
+
fill: "white"
|
|
36
|
+
}), React.createElement("path", {
|
|
37
|
+
"fill-rule": "evenodd",
|
|
38
|
+
"clip-rule": "evenodd",
|
|
39
|
+
d: "M25.8389 15.2994C25.8389 10.0418 21.5768 5.77979 16.3193 5.77979C11.0617 5.77979 6.79968 10.0418 6.79968 15.2994C6.79968 20.5569 11.0617 24.819 16.3193 24.819C21.5768 24.819 25.8389 20.5569 25.8389 15.2994ZM7.00369 15.2994C7.00369 10.1545 11.1744 5.98376 16.3193 5.98376C21.4641 5.98376 25.6349 10.1545 25.6349 15.2994C25.6349 20.4442 21.4641 24.615 16.3193 24.615C11.1744 24.615 7.00369 20.4442 7.00369 15.2994Z",
|
|
40
|
+
fill: "#18263C"
|
|
41
|
+
}), React.createElement("path", {
|
|
42
|
+
"fill-rule": "evenodd",
|
|
43
|
+
"clip-rule": "evenodd",
|
|
44
|
+
d: "M20.9682 10.9535L21.6998 11.6931L16.0999 18.2358L15.2557 19.2314L14.4959 18.2358L11.7664 14.5946L12.498 13.855L15.2557 15.9601L20.9682 10.9535H20.9682Z",
|
|
45
|
+
fill: "#07C790"
|
|
46
|
+
}), React.createElement("path", {
|
|
47
|
+
"fill-rule": "evenodd",
|
|
48
|
+
"clip-rule": "evenodd",
|
|
49
|
+
d: "M20.9716 10.8602L21.7923 11.6898L16.1519 18.2797L15.253 19.3398L14.4416 18.2766L11.6769 14.5885L12.4918 13.7647L15.2528 15.8719L20.9716 10.8602ZM21.6075 11.6963L20.9646 11.0466L15.2589 16.048L12.5044 13.9453L11.8557 14.6008L14.5501 18.1946L15.2586 19.1226L16.0484 18.1917L21.6075 11.6963Z",
|
|
50
|
+
fill: "#1A1A1A"
|
|
51
|
+
}), React.createElement("path", {
|
|
52
|
+
d: "M7.81958 22.0991H11.5594V25.1845C11.5594 26.2172 10.7222 27.0544 9.6895 27.0544C8.65677 27.0544 7.81958 26.2172 7.81958 25.1845V22.0991Z",
|
|
53
|
+
fill: "white"
|
|
54
|
+
}), React.createElement("path", {
|
|
55
|
+
"fill-rule": "evenodd",
|
|
56
|
+
"clip-rule": "evenodd",
|
|
57
|
+
d: "M11.5594 25.1845V22.0991H7.81958V25.1845C7.81958 26.2172 8.65677 27.0544 9.6895 27.0544C10.7222 27.0544 11.5594 26.2172 11.5594 25.1845ZM8.02355 22.3026H11.3554V25.1843L11.3538 25.2585C11.315 26.1442 10.5847 26.8503 9.68947 26.8503L9.61527 26.8486C8.72964 26.8098 8.02355 26.0795 8.02355 25.1843V22.3026Z",
|
|
58
|
+
fill: "#18263C"
|
|
59
|
+
}), React.createElement("path", {
|
|
60
|
+
d: "M7.81958 23.3145H11.5594V25.1844C11.5594 26.2171 10.7222 27.0543 9.6895 27.0543C8.65677 27.0543 7.81958 26.2171 7.81958 25.1844V23.3145Z",
|
|
61
|
+
fill: "white"
|
|
62
|
+
}), React.createElement("path", {
|
|
63
|
+
"fill-rule": "evenodd",
|
|
64
|
+
"clip-rule": "evenodd",
|
|
65
|
+
d: "M11.5594 25.1844V23.3145H7.81958V25.1844C7.81958 26.2171 8.65677 27.0543 9.6895 27.0543C10.7222 27.0543 11.5594 26.2171 11.5594 25.1844ZM8.02355 23.5181H11.3554V25.1844L11.3538 25.2586C11.315 26.1442 10.5847 26.8503 9.68947 26.8503L9.61527 26.8487C8.72964 26.8098 8.02355 26.0796 8.02355 25.1844V23.5181Z",
|
|
66
|
+
fill: "#18263C"
|
|
67
|
+
}), React.createElement("path", {
|
|
68
|
+
"fill-rule": "evenodd",
|
|
69
|
+
"clip-rule": "evenodd",
|
|
70
|
+
d: "M9.47705 28.5588V26.8989H9.90203V28.5588H9.47705Z",
|
|
71
|
+
fill: "#18263C"
|
|
72
|
+
}), React.createElement("path", {
|
|
73
|
+
"fill-rule": "evenodd",
|
|
74
|
+
"clip-rule": "evenodd",
|
|
75
|
+
d: "M36.8628 18.0192L37.7384 22.2418L32.6386 23.459L33.7719 19.0604L36.8628 18.0192Z",
|
|
76
|
+
fill: "white"
|
|
77
|
+
}), React.createElement("path", {
|
|
78
|
+
"fill-rule": "evenodd",
|
|
79
|
+
"clip-rule": "evenodd",
|
|
80
|
+
d: "M36.9138 17.9302L33.7502 18.9959L33.706 19.0434L32.5446 23.5513L37.8184 22.2926L36.9138 17.9302ZM33.8288 19.1129L36.8121 18.1079L37.6587 22.1908L32.733 23.3664L33.8288 19.1129Z",
|
|
81
|
+
fill: "#18263C"
|
|
82
|
+
}), React.createElement("path", {
|
|
83
|
+
"fill-rule": "evenodd",
|
|
84
|
+
"clip-rule": "evenodd",
|
|
85
|
+
d: "M37.0583 18.2857C37.0583 18.2857 32.5513 20.0918 30.9676 19.6222C29.3839 19.1526 28.6103 14.42 28.9971 13.5351C29.3839 12.6503 34.6964 10.5533 35.6274 13.1674C36.5585 15.7815 37.0583 18.2857 37.0583 18.2857Z",
|
|
86
|
+
fill: "white"
|
|
87
|
+
}), React.createElement("path", {
|
|
88
|
+
"fill-rule": "evenodd",
|
|
89
|
+
"clip-rule": "evenodd",
|
|
90
|
+
d: "M37.0513 17.9133C36.7221 16.3552 36.2689 14.7657 35.6915 13.1446L35.6634 13.0703C35.2045 11.9234 33.862 11.6078 32.0944 11.9726C31.3914 12.1177 30.674 12.3686 30.0983 12.645L29.9301 12.7287C29.4116 12.9955 29.0352 13.2781 28.9348 13.5079C28.8169 13.7777 28.8022 14.3663 28.876 15.0737L28.9022 15.3008C28.9071 15.3393 28.9122 15.378 28.9175 15.4169L28.9524 15.6532C28.965 15.7328 28.9785 15.8132 28.9929 15.894L29.0389 16.1378C29.0471 16.1786 29.0554 16.2194 29.064 16.2603L29.1181 16.506C29.137 16.5878 29.1568 16.6696 29.1775 16.7511C29.581 18.3419 30.2019 19.4661 30.9483 19.6874C31.4241 19.8285 32.0887 19.8196 32.9433 19.661L33.1705 19.6163C33.2091 19.6083 33.248 19.6 33.2874 19.5914L33.5275 19.5364C33.609 19.517 33.6919 19.4964 33.7763 19.4747L34.0337 19.4062C34.2082 19.3583 34.3885 19.3059 34.5745 19.2489L34.8578 19.1601C34.9537 19.1294 35.0511 19.0975 35.1498 19.0645L35.4505 18.9621L35.7598 18.853L36.0778 18.7371L36.4044 18.6144L36.7397 18.485L37.1361 18.3278L37.0513 17.9133ZM31.3875 12.2937C31.6296 12.2202 31.8768 12.1563 32.1219 12.1057C33.8688 11.7452 35.1628 12.0655 35.5634 13.1901C36.1761 14.9106 36.6485 16.595 36.9806 18.2435L36.9807 18.2435L36.9917 18.2989C36.988 18.2804 36.9843 18.262 36.9806 18.2435L36.6889 18.3587L36.3501 18.4894L36.0204 18.6132L35.6996 18.7299L35.3878 18.8397L35.0851 18.9425C35.0353 18.9591 34.986 18.9754 34.937 18.9913L34.6478 19.0837C34.6003 19.0985 34.5532 19.113 34.5065 19.1273L34.2307 19.2092C34.1855 19.2222 34.1407 19.235 34.0962 19.2475L33.834 19.319L33.5808 19.3835C33.415 19.4242 33.2552 19.4602 33.1015 19.4916L32.8753 19.5352L32.6583 19.5719C31.9852 19.6771 31.4481 19.6776 31.0478 19.5738L30.9869 19.5569C30.3039 19.3544 29.7014 18.2637 29.3093 16.7176L29.2796 16.5977C29.2602 16.5177 29.2417 16.4374 29.224 16.3572L29.1736 16.1167C29.1656 16.0768 29.1578 16.0368 29.1503 15.997L29.1078 15.7595L29.0707 15.5256C29.0592 15.4484 29.0487 15.3721 29.0391 15.2969L29.013 15.0747C28.9394 14.3829 28.9507 13.8109 29.0594 13.5623C29.1656 13.3193 29.6577 12.9904 30.3121 12.6955L30.4944 12.6161L30.6838 12.5388L30.8792 12.4643C30.9122 12.4521 30.9454 12.4401 30.9789 12.4283L31.1814 12.3589L31.3875 12.2937Z",
|
|
91
|
+
fill: "#18263C"
|
|
92
|
+
}), React.createElement("path", {
|
|
93
|
+
"fill-rule": "evenodd",
|
|
94
|
+
"clip-rule": "evenodd",
|
|
95
|
+
d: "M33.2306 14.6417C32.2054 13.9778 32.2597 15.6812 32.2597 15.6812H31.5552C31.5552 15.6812 31.4732 13.6189 28.9622 13.6189C26.4512 13.6189 27.7551 8.80157 29.1212 8.55158C29.6852 8.44838 29.5726 8.5052 29.4587 8.66673C29.2969 8.89649 29.1242 9.01088 29.8688 9.01088C31.1369 9.01088 34.6612 9.0302 37.1229 10.1525C39.5846 11.2747 37.3683 17.4763 37.3683 17.4763L34.7885 18.0192L33.2306 16.6427C33.2306 16.6427 34.2558 15.3055 33.2306 14.6417Z",
|
|
96
|
+
fill: "#18263C"
|
|
97
|
+
}), React.createElement("path", {
|
|
98
|
+
"fill-rule": "evenodd",
|
|
99
|
+
"clip-rule": "evenodd",
|
|
100
|
+
d: "M30.5986 22.439C30.5986 22.439 27.7826 23.4886 24.4196 29.8915C21.0567 36.2944 10.6404 32.2814 10.6404 30.4769C10.6404 29.2793 10.7028 29.4441 10.3568 28.9297C10.2777 28.8121 9.49581 28.0163 9.35673 27.9804C9.3163 27.97 8.77351 27.3936 8.39852 27.3687C7.71722 27.3235 7.11469 28.3903 6.94644 28.9856C6.58644 30.2592 8.59254 31.4601 8.59254 31.4601C8.59254 31.4601 10.0313 33.6814 10.3568 34.1345C13.6437 38.7109 24.9541 41.3968 28.8987 34.3384",
|
|
101
|
+
fill: "white"
|
|
102
|
+
}), React.createElement("path", {
|
|
103
|
+
d: "M30.563 22.3434C29.4601 22.7545 28.3019 23.7636 27.0857 25.3707L26.8879 25.6366C26.7558 25.8173 26.6229 26.005 26.4894 26.1997L26.2886 26.497C26.1879 26.6483 26.0869 26.8035 25.9855 26.9626L25.7821 27.2861L25.5777 27.6201C25.5435 27.6766 25.5093 27.7336 25.4751 27.791L25.2691 28.1407L25.0621 28.5009L24.8541 28.8716C24.7845 28.9969 24.7148 29.1239 24.645 29.2527L24.4348 29.6444C24.3997 29.7105 24.3645 29.7771 24.3293 29.8441C22.8572 32.647 19.87 33.6692 16.2832 33.1611C16.0224 33.1241 15.7626 33.0787 15.5058 33.0259L15.25 32.9708L14.9966 32.911C14.8707 32.88 14.7458 32.8474 14.6222 32.8132L14.377 32.7431C14.1337 32.671 13.8964 32.5935 13.6673 32.5115L13.4409 32.4282L13.2204 32.3422C13.003 32.2551 12.795 32.1643 12.5986 32.0712L12.4061 31.9773L12.2217 31.8822C11.351 31.4195 10.7813 30.9201 10.7443 30.5182L10.7424 30.477L10.7465 29.8277L10.7461 29.6795L10.7433 29.5808L10.7378 29.5001C10.7366 29.4878 10.7353 29.476 10.7338 29.4645L10.7247 29.4044L10.7159 29.3574L10.7051 29.3152C10.703 29.3084 10.7008 29.3016 10.6983 29.2947L10.6807 29.2521C10.6772 29.2446 10.6734 29.237 10.6693 29.229L10.64 29.1765L10.6003 29.1123L10.4414 28.8728C10.4212 28.8426 10.3824 28.7961 10.3311 28.7392L10.2456 28.647L10.146 28.544L9.97986 28.3792L9.86461 28.2692L9.75105 28.1645L9.64369 28.0697C9.52382 27.9666 9.42588 27.893 9.38222 27.8817L9.37001 27.8644L9.29368 27.7928L9.14817 27.6668L9.05888 27.5942C8.95114 27.5093 8.84875 27.4388 8.75068 27.3845C8.62551 27.3151 8.51067 27.274 8.4053 27.267C7.76088 27.2242 7.09103 28.0992 6.84831 28.9579C6.59938 29.8386 7.13891 30.6818 8.43618 31.4844L8.52018 31.5353L9.44547 32.9573L10.0228 33.829L10.2075 34.0998L10.274 34.1941C11.9401 36.5137 15.6214 38.3381 19.3713 38.7011C23.5245 39.1031 27.0574 37.7115 28.9144 34.517L28.9878 34.3883L28.8097 34.2887C27.0174 37.4958 23.5254 38.8983 19.391 38.498C15.7543 38.146 12.1836 36.3995 10.5187 34.1827L10.4197 34.047L10.2257 33.7651L9.72983 33.0187L9.15077 32.1328L8.67817 31.4047L8.64495 31.3726C7.34247 30.5929 6.8201 29.8077 7.04461 29.0134C7.26377 28.238 7.87747 27.4364 8.39178 27.4706C8.46238 27.4753 8.55062 27.5068 8.65183 27.5629C8.73912 27.6113 8.8329 27.6759 8.93271 27.7544L9.20789 27.9867L9.27353 28.04C9.29258 28.0549 9.30827 28.0664 9.31903 28.0731L9.33129 28.0793C9.34213 28.082 9.36347 28.0961 9.39269 28.1188L9.46089 28.1751C9.47376 28.1861 9.4873 28.198 9.50144 28.2105L9.5925 28.2928L9.74539 28.4368L9.9553 28.6429L10.097 28.788L10.1753 28.8716L10.2352 28.9394C10.2516 28.9588 10.2642 28.9748 10.2722 28.9867L10.4231 29.2138L10.4589 29.2715C10.4639 29.28 10.4685 29.2879 10.4727 29.2955L10.4937 29.3364C10.4966 29.3426 10.4991 29.3486 10.5015 29.3544L10.5129 29.3884L10.5208 29.4232L10.5276 29.4633C10.5306 29.4815 10.533 29.501 10.535 29.5227L10.5397 29.5953L10.5422 29.6866L10.5384 30.477C10.5384 30.9701 11.1762 31.5562 12.1607 32.079L12.3493 32.1762C12.8306 32.4173 13.384 32.6423 13.9797 32.8352L14.2201 32.9106C14.3414 32.9474 14.4642 32.9829 14.5883 33.0168L14.8381 33.0827C15.2991 33.1996 15.7752 33.2951 16.2546 33.3631C19.9181 33.882 22.9913 32.8304 24.5099 29.939L24.616 29.7381L24.8274 29.3442L25.0376 28.9612L25.2468 28.5889L25.4548 28.2274C25.6276 27.9306 25.7993 27.6451 25.9698 27.3707L26.1738 27.0469C26.3095 26.8346 26.4443 26.6294 26.5784 26.4315L26.779 26.1399C28.1126 24.232 29.3695 23.0417 30.5462 22.5687L30.6343 22.5346L30.563 22.3434Z",
|
|
104
|
+
fill: "#18263C"
|
|
105
|
+
}), React.createElement("path", {
|
|
106
|
+
"fill-rule": "evenodd",
|
|
107
|
+
"clip-rule": "evenodd",
|
|
108
|
+
d: "M31.5054 21.6714C31.5054 21.6714 31.9777 20.8818 30.4808 21.145C28.9838 21.4082 24.139 26.2618 24.139 27.5131C24.139 28.7644 26.8222 32.2987 27.3505 32.2987C27.8788 32.2987 31.5054 21.6714 31.5054 21.6714Z",
|
|
109
|
+
fill: "#D6DAE1"
|
|
110
|
+
}), React.createElement("path", {
|
|
111
|
+
"fill-rule": "evenodd",
|
|
112
|
+
"clip-rule": "evenodd",
|
|
113
|
+
d: "M31.5637 21.7063C31.7387 21.4138 31.7303 21.1943 31.5164 21.0844C31.3283 20.9878 30.9819 20.9878 30.469 21.078C30.1765 21.1294 29.7623 21.3491 29.2836 21.6799L29.1121 21.8012C29.0831 21.8221 29.0538 21.8435 29.0244 21.8651L28.8459 21.9992L28.6634 22.1411C28.6327 22.1653 28.6018 22.1899 28.5709 22.2148L28.3835 22.3674L28.1935 22.5264L28.0015 22.6912C27.9694 22.7192 27.9372 22.7473 27.905 22.7757L27.711 22.9484C27.6786 22.9775 27.6462 23.0069 27.6138 23.0364L27.4191 23.2155L27.2247 23.3983L27.0311 23.5841L26.8388 23.7725L26.6484 23.9628L26.4604 24.1545L26.2755 24.3471C26.245 24.3792 26.2146 24.4113 26.1844 24.4435L26.005 24.6362L25.8301 24.8284L25.6601 25.0195C25.6323 25.0512 25.6046 25.0829 25.5772 25.1145L25.4158 25.3028L25.2607 25.4887L25.1125 25.6714L24.9718 25.8505L24.8392 26.0255C24.8178 26.0543 24.7968 26.0828 24.7761 26.1112L24.6566 26.2788C24.2928 26.801 24.071 27.239 24.071 27.5131C24.071 27.7939 24.2248 28.2238 24.4674 28.714L24.5624 28.9005L24.6649 29.0916C24.7179 29.1881 24.7735 29.286 24.8312 29.3846L24.9493 29.5827C24.9694 29.6158 24.9897 29.649 25.0102 29.6821L25.1353 29.8813C25.1565 29.9144 25.1778 29.9476 25.1993 29.9807L25.3297 30.1786L25.4627 30.3743L25.5975 30.5668C25.6201 30.5985 25.6427 30.6301 25.6654 30.6615L25.8015 30.8473C25.8242 30.8778 25.8469 30.9081 25.8696 30.9381L26.0053 31.1148L26.1397 31.2841L26.2722 31.4451L26.4019 31.5966L26.5281 31.7377L26.65 31.8672L26.7668 31.9842C27.014 32.2233 27.2202 32.3666 27.3505 32.3666C27.4322 32.3666 27.5371 32.2585 27.6712 32.0353L27.7264 31.9399L27.7849 31.8321L27.8466 31.7118L27.9117 31.5789L27.9803 31.4334L28.0524 31.2751L28.1675 31.0135L28.3341 30.6191L28.5165 30.1718L28.6879 29.7402L28.8338 29.365L29.0398 28.8254L29.3158 28.0876L29.4319 27.7728L29.7364 26.9366L30.197 25.6483L30.6234 24.4348L31.1578 22.892L31.5637 21.7063ZM29.4078 21.7571C29.8472 21.457 30.2251 21.2589 30.4925 21.2119C30.9775 21.1266 31.3009 21.1266 31.4543 21.2054C31.5819 21.271 31.5869 21.4025 31.441 21.6494L31.1134 22.6061L30.5718 24.1718L30.1396 25.4037L29.737 26.5341L29.3641 27.5628L29.1887 28.0391L28.9664 28.6346L28.7573 29.185L28.5145 29.8094L28.3448 30.2338L28.1711 30.6549L28.0498 30.9394L27.9365 31.1967L27.8656 31.353L27.7664 31.5641L27.7053 31.6892L27.6482 31.8016L27.5704 31.9462L27.524 32.0264L27.4819 32.0935L27.4445 32.1474C27.4034 32.2026 27.3718 32.2306 27.3505 32.2306C27.2091 32.2306 26.9469 32.0109 26.6318 31.6634L26.5113 31.5272L26.3867 31.3802C26.3656 31.3548 26.3444 31.3291 26.3231 31.3029L26.1937 31.1415L26.0622 30.9719L25.9293 30.7952L25.7958 30.6124C25.7736 30.5814 25.7514 30.5503 25.7291 30.519L25.5963 30.3291L25.465 30.1359L25.3358 29.9404C25.3145 29.9076 25.2934 29.8749 25.2724 29.8421L25.1481 29.6451L25.028 29.4486L24.9129 29.2535L24.8037 29.061L24.7011 28.8721L24.6059 28.6879C24.5907 28.6576 24.5758 28.6276 24.5613 28.5979L24.4787 28.4228C24.3097 28.051 24.2069 27.7313 24.2069 27.5131C24.2069 27.2926 24.3661 26.9526 24.6354 26.5422L24.7415 26.3851C24.76 26.3584 24.7789 26.3314 24.7982 26.3042L24.9187 26.1383C24.9395 26.1102 24.9607 26.0819 24.9823 26.0534L25.1159 25.88C25.1388 25.8507 25.1621 25.8212 25.1857 25.7916L25.3311 25.6119L25.4837 25.4289L25.6428 25.2429L25.808 25.0547L25.9786 24.8648L26.1541 24.6738L26.3339 24.4823L26.5174 24.2907L26.704 24.0998L26.8932 23.9101L27.0844 23.7222L27.277 23.5366L27.4704 23.3539L27.6641 23.1747L27.8575 22.9996C27.8897 22.9708 27.9218 22.9421 27.9539 22.9137L28.1458 22.7458L28.3359 22.5834L28.5237 22.4271L28.7086 22.2774L28.89 22.135L29.0674 22.0005L29.2402 21.8743L29.4078 21.7571Z",
|
|
114
|
+
fill: "#18263C"
|
|
115
|
+
}), React.createElement("path", {
|
|
116
|
+
"fill-rule": "evenodd",
|
|
117
|
+
"clip-rule": "evenodd",
|
|
118
|
+
d: "M38.7404 21.7763C36.165 20.7549 34.2969 23.0239 32.0183 21.1923C29.7396 19.3607 20.9953 40.2038 22.887 41.8688C24.7786 43.5339 37.5702 47.4842 41.1987 45.898C44.8273 44.3117 42.8382 24.2051 42.8382 24.2051C42.8382 24.2051 40.1422 22.2951 38.7404 21.7763Z",
|
|
119
|
+
fill: "#D6DAE1"
|
|
120
|
+
}), React.createElement("path", {
|
|
121
|
+
"fill-rule": "evenodd",
|
|
122
|
+
"clip-rule": "evenodd",
|
|
123
|
+
d: "M34.4121 21.8495C33.5224 21.9262 32.8017 21.7349 32.0608 21.1393C31.693 20.8437 31.1859 21.0553 30.5627 21.7112L30.4481 21.8353C30.4095 21.8783 30.3705 21.9229 30.331 21.9692L30.2114 22.1126C30.1712 22.162 30.1305 22.213 30.0894 22.2656L29.9649 22.4281C29.9439 22.456 29.9229 22.4842 29.9017 22.5129L29.7736 22.6893C29.7521 22.7195 29.7304 22.7501 29.7087 22.7811L29.5771 22.9714C29.555 23.0039 29.5327 23.0367 29.5104 23.07L29.3754 23.274L29.2058 23.5378C28.7312 24.2878 28.226 25.1836 27.7107 26.1817L27.4893 26.6156C27.4523 26.6889 27.4153 26.7627 27.3782 26.837L27.1557 27.2883C27.0814 27.4405 27.0071 27.5945 26.9328 27.7502L26.7099 28.2219L26.4875 28.7028C26.4505 28.7837 26.4135 28.8649 26.3766 28.9464L26.1554 29.4395C26.0451 29.6879 25.9353 29.9391 25.8262 30.1924L25.7517 30.3662L25.5319 30.885L25.3184 31.3992L25.1796 31.7394L24.9768 32.2449L24.8454 32.5787L24.6539 33.074L24.4695 33.5622L24.3506 33.8835L24.1783 34.3588L24.0136 34.8256L23.9082 35.1317L23.7565 35.5828L23.613 36.0238L23.5219 36.3118L23.4345 36.595L23.351 36.873L23.2329 37.28L23.1591 37.5444L23.0559 37.9302L22.9922 38.18L22.9327 38.4236L22.8773 38.6608L22.8263 38.8916L22.7795 39.1156L22.7176 39.4387L22.6819 39.6452C22.6764 39.679 22.671 39.7125 22.6658 39.7457L22.6369 39.9412C22.6348 39.9566 22.6327 39.972 22.6306 39.9873C22.6284 40.0037 22.6263 40.0199 22.6242 40.0361L22.6023 40.2202L22.585 40.3964C22.5801 40.4538 22.5759 40.5099 22.5726 40.5646L22.5649 40.7246C22.5597 40.8805 22.5618 41.0238 22.5714 41.1538L22.5836 41.2793C22.6205 41.5819 22.7052 41.7995 22.842 41.9199C22.9752 42.0372 23.1609 42.1652 23.3921 42.3014L23.5529 42.3933C23.6088 42.4244 23.6667 42.4558 23.7268 42.4876L23.9134 42.5838C23.9455 42.6001 23.9781 42.6164 24.0112 42.6327L24.2159 42.7318C24.2369 42.7418 24.258 42.7518 24.2794 42.7618C24.2937 42.7685 24.3081 42.7752 24.3225 42.782L24.5442 42.8835L24.7768 42.9864L25.0197 43.0905L25.2726 43.1957L25.535 43.3017L25.8065 43.4085L26.0865 43.5158L26.3748 43.6235L26.6707 43.7315L26.9739 43.8394L27.2839 43.9472L27.6004 44.0547L27.9227 44.1617L28.2506 44.2681L28.5834 44.3737L28.9209 44.4783L29.4348 44.6329L29.9565 44.7844L30.3079 44.8834L30.6617 44.9805L31.0174 45.0756L31.3746 45.1685L31.7861 45.2724L32.193 45.3719C32.2605 45.3881 32.3277 45.4041 32.3947 45.4199L32.7942 45.5125C32.8604 45.5276 32.9263 45.5424 32.9921 45.5571L33.3837 45.6427L33.7699 45.7236L34.1503 45.7998L34.5247 45.8711L34.8929 45.9376L35.2548 45.9991C35.3145 46.009 35.374 46.0186 35.4332 46.028L35.785 46.0821C35.9011 46.0992 36.0161 46.1155 36.1299 46.131L36.4675 46.1748C36.5232 46.1817 36.5786 46.1884 36.6336 46.1948L36.9601 46.2308C37.0677 46.242 37.1739 46.2522 37.2789 46.2616L37.5897 46.2871L37.8923 46.3072C37.942 46.31 37.9914 46.3127 38.0405 46.3152L38.3305 46.3271C39.5682 46.3668 40.5603 46.2513 41.2259 45.9603C42.5313 45.3896 43.2985 43.0879 43.5332 39.0486L43.5576 38.5839C43.609 37.4822 43.6232 36.2593 43.6005 34.915L43.5885 34.3315C43.5861 34.233 43.5835 34.1339 43.5807 34.0341L43.5619 33.4283L43.5386 32.8076C43.5301 32.5982 43.5208 32.3863 43.5107 32.172L43.4783 31.5215C43.4725 31.4119 43.4666 31.3016 43.4604 31.1907L43.4212 30.5179L43.3775 29.8303L43.3293 29.1277L43.2766 28.4103C43.2674 28.2895 43.258 28.1681 43.2485 28.046L43.189 27.3063L43.125 26.5516L43.0564 25.7821C43.0446 25.6526 43.0326 25.5225 43.0205 25.3918L42.9452 24.5999L42.9058 24.1984L42.8775 24.1496L42.5447 23.9157L42.222 23.6927L41.9094 23.4805L41.607 23.2793L41.3147 23.0889L41.0324 22.9094C40.94 22.8514 40.8493 22.7952 40.7603 22.7408L40.4983 22.5831L40.2463 22.4363L40.0045 22.3003C39.5309 22.0393 39.1179 21.8436 38.7654 21.7131L38.669 21.6759C37.8399 21.3655 37.1686 21.3594 36.0248 21.5689L35.7521 21.621L35.5017 21.6717L35.1419 21.7431L34.8652 21.7927L34.7465 21.8112L34.5795 21.8328L34.4121 21.8495ZM29.4213 23.453L29.4908 23.3459C29.5139 23.3106 29.5368 23.2758 29.5597 23.2413L29.6955 23.0393C29.718 23.0065 29.7403 22.974 29.7625 22.942L29.8944 22.7548C29.9162 22.7245 29.9378 22.6945 29.9594 22.665L30.0872 22.4927L30.2122 22.3305C30.2328 22.3043 30.2533 22.2786 30.2737 22.2532L30.3944 22.1062L30.5122 21.9694C31.1517 21.2453 31.6547 20.9874 31.9756 21.2453C32.7452 21.864 33.5008 22.0646 34.4238 21.985L34.4818 21.9797L34.6506 21.9614L34.707 21.9541L34.8236 21.9371L35.0168 21.9046L35.2463 21.8614L35.777 21.7547L36.0448 21.7034C37.2112 21.4895 37.8692 21.504 38.7167 21.8401L38.8049 21.8736C39.1331 22.0016 39.5126 22.1844 39.9432 22.4219L40.1832 22.5569L40.4333 22.7028L40.6936 22.8595L40.9639 23.0271L41.2444 23.2055C41.3396 23.2668 41.4365 23.3299 41.5351 23.3948L41.8358 23.595C41.8868 23.6292 41.9382 23.664 41.99 23.6991L42.306 23.9156C42.3595 23.9525 42.4134 23.99 42.4677 24.0279L42.7737 24.2426L42.8096 24.6108L42.8829 25.3823L42.952 26.1396L43.0168 26.8827C43.0272 27.0054 43.0375 27.1274 43.0476 27.2489L43.1059 27.9708L43.1599 28.6786L43.2097 29.3721L43.2551 30.0515L43.2963 30.7167L43.3331 31.3678L43.3657 32.0047L43.394 32.6274L43.418 33.2359L43.4377 33.8302C43.4407 33.9281 43.4434 34.0254 43.446 34.1221L43.4593 34.6952L43.4683 35.2541L43.4731 35.7988C43.4757 36.3364 43.4719 36.8527 43.4617 37.3477L43.4493 37.8357C43.4397 38.1562 43.4272 38.4673 43.4119 38.769L43.3867 39.2143C43.1504 43.0125 42.4338 45.2105 41.2421 45.8027L41.1714 45.8357C40.3962 46.1746 39.1525 46.2684 37.5805 46.1498L37.2722 46.1242L36.9559 46.0934C36.8492 46.0822 36.7412 46.0702 36.6319 46.0573L36.3003 46.0162C36.1886 46.0016 36.0756 45.9861 35.9615 45.9699L35.6156 45.9186C35.5573 45.9096 35.4988 45.9004 35.44 45.891L35.0839 45.8323L34.7213 45.7686C34.5994 45.7466 34.4764 45.7237 34.3524 45.7001L33.9775 45.6268C33.8515 45.6015 33.7246 45.5755 33.5967 45.5487L33.2103 45.4659L32.8186 45.3785C32.7528 45.3636 32.6869 45.3484 32.6207 45.3331L32.2214 45.2388C32.1544 45.2227 32.0872 45.2064 32.0198 45.19L31.6133 45.089L31.0531 44.9444L30.523 44.8017L29.9977 44.6547L29.6509 44.5546L29.1368 44.4017L28.9674 44.3501L28.6316 44.2461L28.3004 44.1411L27.9742 44.0353L27.4953 43.8755L27.1836 43.7685L26.7286 43.6077L26.4343 43.5005L26.1476 43.3936L25.8692 43.287L25.5993 43.1811L25.3385 43.0759C25.2959 43.0585 25.2536 43.0411 25.2117 43.0237L24.9653 42.92L24.7292 42.8175C24.6907 42.8005 24.6526 42.7836 24.615 42.7667L24.395 42.6663L24.1863 42.5675C24.1524 42.5512 24.1191 42.535 24.0863 42.5188L23.8953 42.4228C23.8645 42.4069 23.8342 42.3912 23.8045 42.3755L23.6323 42.2827C23.6047 42.2674 23.5777 42.2522 23.5512 42.2371L23.3988 42.1477C23.2048 42.0303 23.0476 41.9197 22.9318 41.8178C22.7393 41.6483 22.6651 41.2466 22.6949 40.6588L22.705 40.5013C22.7071 40.4744 22.7093 40.4471 22.7118 40.4195L22.7289 40.2497L22.7505 40.0719L22.7767 39.8863L22.8074 39.6931L22.8424 39.4925L22.8818 39.2846L22.9255 39.0697L22.9734 38.8479L23.0255 38.6194L23.0817 38.3844L23.1737 38.02L23.24 37.7695L23.3102 37.5132L23.3842 37.2511L23.4621 36.9835L23.5438 36.7107L23.6291 36.4326L23.7181 36.1497L23.8106 35.8619L23.9067 35.5696L24.0574 35.1228L24.2156 34.6668L24.3813 34.2021L24.5542 33.7294L24.7341 33.2492L24.921 32.7621L25.0492 32.434L25.1804 32.1032L25.3824 31.6027L25.5907 31.0973L25.805 30.5879L25.9511 30.2462L26.1697 29.7438L26.3897 29.2482C26.4265 29.1662 26.4633 29.0845 26.5001 29.0032L26.7217 28.5192C26.7587 28.4393 26.7957 28.3597 26.8327 28.2805L27.0549 27.8099C27.092 27.7323 27.1291 27.6551 27.1661 27.5783L27.3883 27.1229C27.4253 27.0479 27.4622 26.9733 27.4992 26.8992L27.7204 26.4606C27.7572 26.3885 27.7939 26.3168 27.8306 26.2458L28.0501 25.8256C28.5241 24.9295 28.9867 24.127 29.4213 23.453Z",
|
|
124
|
+
fill: "#18263C"
|
|
125
|
+
})), React.createElement("path", {
|
|
126
|
+
"fill-rule": "evenodd",
|
|
127
|
+
"clip-rule": "evenodd",
|
|
128
|
+
d: "M42.5044 25.8582C42.5044 25.8582 39.3674 26.7093 38.2066 34.3385C37.9633 35.9379 38.2033 37.3906 36.3608 39.1899C34.5183 40.9893 19.719 43.2316 19.719 43.2316C19.719 43.2316 16.3973 43.9648 17.4783 44.6378C18.4578 45.2476 17.4783 45.898 19.719 45.898C21.6145 45.898 21.621 44.9835 22.1969 45.0505C39.3634 47.05 45.7535 42.8382 46.5167 33.776C47.2798 24.7138 42.5044 25.8582 42.5044 25.8582Z",
|
|
129
|
+
fill: "white"
|
|
130
|
+
}), React.createElement("path", {
|
|
131
|
+
"fill-rule": "evenodd",
|
|
132
|
+
"clip-rule": "evenodd",
|
|
133
|
+
d: "M22.1851 45.1519C38.6047 47.0644 45.8058 43.4331 46.6183 33.7847C46.6286 33.6627 46.6381 33.542 46.6469 33.4227L46.6709 33.069C46.6745 33.0107 46.678 32.9527 46.6812 32.8951L46.6985 32.5535L46.7112 32.2201C46.7372 31.3968 46.7208 30.6499 46.6618 29.9798L46.6359 29.7159C46.6313 29.6726 46.6264 29.6296 46.6213 29.587L46.5886 29.3354C46.1751 26.4064 44.8077 25.2015 42.4806 25.7591L42.3984 25.7826C40.9248 26.2262 39.7853 27.7609 38.9706 30.3824L38.8815 30.6782C38.8522 30.7782 38.8233 30.8798 38.795 30.9829L38.7111 31.2965C38.6974 31.3495 38.6837 31.4029 38.6702 31.4567L38.5903 31.7837L38.5132 32.1197L38.4386 32.4646C38.4264 32.5229 38.4143 32.5815 38.4024 32.6404L38.3318 32.9988C38.2511 33.422 38.1757 33.8635 38.1058 34.3233L38.0938 34.4043L38.0716 34.5695L38.0504 34.7472L38.029 34.947L37.9913 35.3286L37.9629 35.5959C37.7832 37.1593 37.4292 38.0041 36.2896 39.117C36.133 39.27 35.9029 39.4258 35.5997 39.5845L35.4545 39.6579L35.2989 39.7318C35.2453 39.7565 35.19 39.7812 35.1329 39.806L34.9565 39.8806C34.9263 39.8931 34.8956 39.9056 34.8644 39.9181L34.6725 39.9933L34.4701 40.0689L34.2573 40.1449L34.0342 40.2213L33.8007 40.2981L33.5567 40.3753L33.3024 40.4529L32.9015 40.5699L32.4773 40.6879L32.1815 40.767L31.7183 40.8863L31.3966 40.9664L31.0645 41.0468L30.547 41.1682L30.189 41.2496L29.6326 41.3723L29.0529 41.4959L28.4499 41.6203L27.8236 41.7456L27.1741 41.8717L26.5013 41.9986L25.8053 42.1263L25.086 42.2548L24.0907 42.4274L23.5776 42.5143L22.7887 42.6452L21.9764 42.7769L20.8574 42.9538L19.6971 43.1321L19.4252 43.1937L19.1688 43.2551C19.1273 43.2653 19.0865 43.2755 19.0463 43.2857L18.8128 43.3469C18.7752 43.3571 18.7382 43.3673 18.7018 43.3775L18.4913 43.4385L18.296 43.4994L18.116 43.5602C17.8287 43.6615 17.6047 43.7624 17.4438 43.8634C17.0079 44.137 16.9986 44.4594 17.4244 44.7244L17.4756 44.7576C17.5086 44.7799 17.5394 44.8024 17.5682 44.8254C17.7208 44.9472 17.7876 45.0338 17.878 45.2236L17.9555 45.3938C18.1414 45.7853 18.4231 45.9489 19.2325 45.9895L19.4142 45.9964L19.613 45.9997L19.7191 46.0001C20.5282 46.0001 21.0542 45.8458 21.4768 45.5568C21.4853 45.551 21.4951 45.5441 21.5058 45.5363L21.5805 45.4803L21.8951 45.2367L21.9131 45.2242C22.0084 45.1628 22.0872 45.1405 22.1851 45.1519ZM42.5302 25.9568L42.6203 25.9363C44.5553 25.5091 45.7722 26.4102 46.2668 28.6672L46.311 28.8827C46.3602 29.1388 46.4007 29.4112 46.4326 29.6998L46.4578 29.9512C46.4847 30.2491 46.503 30.5633 46.5126 30.8938L46.5187 31.1811C46.5194 31.2296 46.5199 31.2785 46.5202 31.3277L46.52 31.627C46.5196 31.6775 46.519 31.7284 46.5183 31.7796L46.5117 32.0909C46.5102 32.1434 46.5086 32.1963 46.5068 32.2495L46.4938 32.5728L46.4766 32.9041L46.4552 33.2435L46.4295 33.5908L46.4151 33.7675C45.6142 43.2768 38.5282 46.8501 22.2087 44.9493C22.0601 44.932 21.9353 44.9673 21.8026 45.0527C21.7967 45.0565 21.7889 45.0619 21.7796 45.0686L21.6642 45.1565L21.4713 45.3068L21.3617 45.3884C20.9739 45.6536 20.4881 45.7961 19.7191 45.7961L19.5186 45.7948L19.3368 45.7906C19.308 45.7896 19.2799 45.7885 19.2525 45.7873L19.0966 45.7784C19.0473 45.7749 19.0007 45.7708 18.9566 45.7661L18.8314 45.7501C18.4574 45.6935 18.2901 45.5786 18.1743 45.373L18.1392 45.3051L18.063 45.1376C17.9591 44.919 17.8781 44.8117 17.6954 44.6659C17.646 44.6265 17.5918 44.5883 17.5322 44.5512L17.4921 44.5253C17.2384 44.3545 17.2561 44.2221 17.5522 44.0362C17.6424 43.9796 17.7558 43.9224 17.8921 43.8646L18.0361 43.8067L18.1954 43.7484L18.3699 43.6897L18.5596 43.6308C18.6583 43.6013 18.7626 43.5717 18.8726 43.5419L19.1 43.4824C19.1392 43.4724 19.179 43.4625 19.2194 43.4525L19.4694 43.3926L19.7344 43.3325L20.6135 43.1979L21.7491 43.0198L22.5734 42.8871L23.1099 42.7991L23.8951 42.6678L24.6568 42.5373L25.3952 42.4076L26.1101 42.2786L26.8015 42.1505L27.4696 42.0231L28.1142 41.8965L28.7355 41.7707L29.3334 41.6457L29.9079 41.5214L30.2779 41.439L30.8134 41.316L31.1575 41.2344L31.4912 41.1532L31.9723 41.0319L32.43 40.9114L32.7222 40.8315L33.0041 40.7518L33.2755 40.6726L33.5366 40.5936L33.7874 40.515L34.0278 40.4367L34.2579 40.3587L34.4776 40.281L34.6869 40.2036C34.721 40.1908 34.7546 40.1779 34.7878 40.1651L34.9816 40.0882L35.1651 40.0116L35.3383 39.9354C35.3663 39.9227 35.3939 39.91 35.421 39.8974L35.5787 39.8216C35.9599 39.6325 36.2444 39.4463 36.4321 39.263C37.5769 38.145 37.9589 37.2767 38.1492 35.7548L38.1801 35.4873L38.2208 35.0782L38.253 34.7709L38.2739 34.5958C38.2774 34.5679 38.2809 34.5406 38.2846 34.5136L38.3075 34.354C38.3374 34.1572 38.3683 33.9639 38.4002 33.774L38.4653 33.3988C38.4764 33.337 38.4876 33.2756 38.4989 33.2146L38.5679 32.8531L38.6395 32.5007C38.7125 32.1528 38.7893 31.8187 38.8701 31.4982L38.9522 31.1822C39.7719 28.1204 40.9687 26.3806 42.5302 25.9568Z",
|
|
134
|
+
fill: "#18263C"
|
|
135
|
+
}), React.createElement("path", {
|
|
136
|
+
"fill-rule": "evenodd",
|
|
137
|
+
"clip-rule": "evenodd",
|
|
138
|
+
d: "M46.6343 34.3385H38.2066C38.2066 34.3385 35.5088 24.139 41.8148 24.139C48.1207 24.139 46.6343 34.3385 46.6343 34.3385Z",
|
|
139
|
+
fill: "#D6DAE1"
|
|
140
|
+
}), React.createElement("path", {
|
|
141
|
+
"fill-rule": "evenodd",
|
|
142
|
+
"clip-rule": "evenodd",
|
|
143
|
+
d: "M46.9352 32.216C47.3081 26.7977 45.603 24.071 41.8149 24.071C38.0642 24.071 36.6693 26.7416 37.6208 32.0413L37.6893 32.4067C37.8096 33.0225 37.9601 33.6723 38.1409 34.3559L38.1543 34.4065H46.6932L46.7308 34.1443C46.8063 33.6029 46.865 33.0833 46.9069 32.5854L46.9352 32.216ZM37.7329 31.8988C36.8446 26.8164 38.1671 24.2658 41.6914 24.208L41.8148 24.207C45.9665 24.207 47.5529 27.5643 46.5671 34.3287L46.5754 34.2704H38.2593L38.1696 33.9235C38.0714 33.5337 37.9834 33.1558 37.9057 32.7896L37.8314 32.4274C37.8196 32.3677 37.8081 32.3083 37.7969 32.2492L37.7329 31.8988Z",
|
|
144
|
+
fill: "#18263C"
|
|
145
|
+
}), React.createElement("path", {
|
|
146
|
+
d: "M43.1014 7.101C43.0933 7.09704 43.0851 7.09307 43.0766 7.0847C43.0276 7.04599 43.0176 6.98402 43.0543 6.94485L45.2635 4.61254C45.3002 4.57337 45.3684 4.57281 45.4174 4.61152C45.4665 4.65024 45.4765 4.71221 45.4398 4.75138L43.2306 7.08368C43.1992 7.11701 43.1461 7.12281 43.1014 7.101Z",
|
|
147
|
+
fill: "black"
|
|
148
|
+
}), React.createElement("circle", {
|
|
149
|
+
cx: "7.59869",
|
|
150
|
+
cy: "3.28766",
|
|
151
|
+
r: "1.01996",
|
|
152
|
+
fill: "#07C790"
|
|
153
|
+
}), React.createElement("path", {
|
|
154
|
+
"fill-rule": "evenodd",
|
|
155
|
+
"clip-rule": "evenodd",
|
|
156
|
+
d: "M45.522 15.9701C45.5342 15.9762 45.5481 15.9808 45.5619 15.9808C45.5649 15.9808 45.568 15.9804 45.5711 15.98C45.5742 15.9797 45.5772 15.9793 45.5803 15.9793C45.6002 15.9731 45.6171 15.9609 45.6279 15.944L46.9494 13.7828C46.9602 13.7644 46.9648 13.7444 46.9586 13.7245C46.9525 13.7045 46.9402 13.6876 46.9233 13.6769L44.7622 12.3553C44.7253 12.3339 44.6793 12.3446 44.6563 12.3814L43.3347 14.5426C43.3132 14.5794 43.324 14.627 43.3608 14.6485L45.522 15.9701ZM45.5358 15.7981L43.5066 14.5564L44.7468 12.5257L46.7775 13.7674L45.5358 15.7981Z",
|
|
157
|
+
fill: "black"
|
|
158
|
+
}));
|
|
35
159
|
}
|
|
36
160
|
const ForwardRef = React.forwardRef(SvgSuccessTip);
|
|
37
161
|
const MemoForwardRef = React.memo(ForwardRef);
|
|
38
|
-
export default MemoForwardRef;
|
|
39
|
-
//# sourceMappingURL=svg-success-tip.js.map
|
|
162
|
+
export default MemoForwardRef;
|
package/es/notification/index.js
CHANGED