@arcblock/ux 2.9.91 → 2.10.0
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/ActionButton/index.js +36 -48
- package/lib/ActivityIndicator/index.js +122 -75
- package/lib/Address/compact-text.js +48 -66
- package/lib/Address/did-address.js +114 -87
- package/lib/Address/index.js +15 -27
- package/lib/Address/responsive-did-address.js +48 -50
- package/lib/Alert/index.js +58 -52
- package/lib/AnimationWaiter/index.js +123 -69
- package/lib/Async/index.js +8 -22
- package/lib/Avatar/did-motif.js +38 -52
- package/lib/Avatar/etherscan-blockies.js +4 -10
- package/lib/Avatar/index.js +71 -77
- package/lib/Badge/index.js +49 -56
- package/lib/Blocklet/blocklet.js +181 -97
- package/lib/Blocklet/index.js +4 -24
- package/lib/Blocklet/utils.js +50 -13
- package/lib/BlockletContext/index.js +21 -31
- package/lib/BlockletNFT/index.js +255 -115
- package/lib/Button/index.js +5 -11
- package/lib/Button/wrap.js +45 -56
- package/lib/ButtonGroup/index.js +3 -9
- package/lib/CardSelector/index.js +67 -43
- package/lib/Center/index.js +19 -20
- package/lib/ClickToCopy/copy-button.js +37 -50
- package/lib/ClickToCopy/hook.js +10 -18
- package/lib/ClickToCopy/index.js +54 -66
- package/lib/CodeBlock/LightBox.js +84 -11
- package/lib/CodeBlock/index.js +175 -101
- package/lib/Colors/index.js +3 -20
- package/lib/Colors/themes/default.js +1 -7
- package/lib/Colors/themes/temp.js +1 -7
- package/lib/ContactForm/index.js +95 -60
- package/lib/CookieConsent/index.js +58 -52
- package/lib/CountDown/index.js +90 -59
- package/lib/DID/index.js +80 -96
- package/lib/Datatable/CustomToolbar.js +188 -137
- package/lib/Datatable/DatatableContext.js +14 -21
- package/lib/Datatable/TableSearch.js +99 -58
- package/lib/Datatable/index.js +312 -139
- package/lib/Datatable/utils.js +9 -17
- package/lib/Dialog/confirm.js +46 -58
- package/lib/Dialog/dialog.js +110 -66
- package/lib/Dialog/index.js +4 -27
- package/lib/Dialog/use-confirm.js +40 -65
- package/lib/DidLogo/index.js +14 -22
- package/lib/DriftBot/index.js +34 -19
- package/lib/Earth/index.js +214 -110
- package/lib/Earth/util.js +6 -19
- package/lib/Empty/index.js +33 -38
- package/lib/ErrorBoundary/fallback.js +45 -43
- package/lib/ErrorBoundary/index.js +1 -16
- package/lib/Footer/index.js +96 -48
- package/lib/Header/auto-hidden.js +28 -31
- package/lib/Header/header.js +151 -69
- package/lib/Header/index.js +2 -20
- package/lib/Header/responsive-header.js +67 -60
- package/lib/Icon/image.js +41 -45
- package/lib/Icon/index.js +51 -53
- package/lib/Img/index.js +77 -88
- package/lib/InfoRow/index.js +66 -48
- package/lib/Layout/dashboard/external-link.js +38 -53
- package/lib/Layout/dashboard/full-page.js +27 -41
- package/lib/Layout/dashboard/index.js +177 -132
- package/lib/Layout/dashboard/sidebar.js +164 -61
- package/lib/Layout/dashboard-legacy/header.js +119 -66
- package/lib/Layout/dashboard-legacy/index.js +90 -79
- package/lib/Layout/dashboard-legacy/sidebar.js +95 -62
- package/lib/Layout/index.js +200 -106
- package/lib/LoadingMask/index.js +31 -38
- package/lib/Locale/browser-lang.js +2 -8
- package/lib/Locale/context.js +46 -69
- package/lib/Locale/languages.js +6 -15
- package/lib/Locale/selector.js +116 -92
- package/lib/Locale/util.js +7 -16
- package/lib/Logo/index.js +54 -57
- package/lib/Metric/index.js +103 -40
- package/lib/NFTDisplay/aspect-ratio-container.js +33 -40
- package/lib/NFTDisplay/broken.js +68 -52
- package/lib/NFTDisplay/index.js +140 -129
- package/lib/NFTDisplay/loading.js +14 -13
- package/lib/NFTDisplay/svg-embedder/img.js +18 -33
- package/lib/NFTDisplay/svg-embedder/inline-svg.js +28 -32
- package/lib/NavMenu/index.js +2 -13
- package/lib/NavMenu/nav-menu.js +133 -148
- package/lib/NavMenu/style.js +179 -12
- package/lib/PageScroller/index.js +82 -93
- package/lib/PageScroller/story/FifthComponent.js +4 -10
- package/lib/PageScroller/story/FirstComponent.js +4 -10
- package/lib/PageScroller/story/FourthComponent.js +4 -10
- package/lib/PageScroller/story/FullPage.js +21 -28
- package/lib/PageScroller/story/PageContain.js +23 -30
- package/lib/PageScroller/story/SecondComponent.js +4 -10
- package/lib/PageScroller/story/ThirdComponent.js +4 -10
- package/lib/PageScroller/usePrevValue.js +4 -11
- package/lib/Passport/index.js +2 -9
- package/lib/Passport/passport.js +38 -51
- package/lib/PoweredByArcBlock/index.js +19 -33
- package/lib/PricingTable/PricingPlan.js +90 -34
- package/lib/PricingTable/index.js +28 -26
- package/lib/QRCode/index.js +38 -50
- package/lib/RelativeTime/index.js +44 -59
- package/lib/Result/common.js +85 -107
- package/lib/Result/index.js +22 -34
- package/lib/Result/result.js +35 -41
- package/lib/Result/translations.js +1 -7
- package/lib/Screenshot/BaseScreenshot/index.js +65 -43
- package/lib/Screenshot/BaseScreenshot/shells/Macbook.js +17 -27
- package/lib/Screenshot/BaseScreenshot/shells/Phone.js +14 -25
- package/lib/Screenshot/index.js +103 -92
- package/lib/SessionBlocklet/index.js +125 -143
- package/lib/SessionManager/index.js +2 -9
- package/lib/SessionPermission/index.js +13 -23
- package/lib/SessionUser/components/logged-in.js +139 -158
- package/lib/SessionUser/components/session-user-item.js +44 -58
- package/lib/SessionUser/components/session-user-switch.js +133 -152
- package/lib/SessionUser/components/un-login.js +27 -35
- package/lib/SessionUser/components/user-info.js +62 -74
- package/lib/SessionUser/index.js +26 -34
- package/lib/SessionUser/libs/translation.js +1 -7
- package/lib/SessionUser/libs/utils.js +13 -34
- package/lib/Sparkline/index.js +4 -10
- package/lib/Spinner/index.js +11 -17
- package/lib/SplitButton/index.js +72 -68
- package/lib/Success/index.js +28 -34
- package/lib/Switch/index.js +64 -75
- package/lib/Tabs/index.js +84 -103
- package/lib/Tag/index.js +52 -56
- package/lib/TextCollapse/index.js +57 -50
- package/lib/Theme/index.js +8 -47
- package/lib/Theme/theme-provider.js +19 -26
- package/lib/Theme/theme.js +49 -62
- package/lib/Toast/index.js +41 -73
- package/lib/Typography/index.js +44 -55
- package/lib/Util/constant.js +16 -22
- package/lib/Util/deprecate.js +14 -26
- package/lib/Util/federated.js +16 -38
- package/lib/Util/index.js +63 -113
- package/lib/Util/passport.js +23 -33
- package/lib/Util/wallet.js +5 -14
- package/lib/Video/index.js +34 -34
- package/lib/Wallet/Action.js +72 -49
- package/lib/Wallet/Download.js +132 -115
- package/lib/Wallet/Open.js +26 -25
- package/lib/WalletOSIcon/index.js +33 -42
- package/lib/WebWalletSWKeeper/index.js +42 -55
- package/lib/WechatPrompt/index.js +53 -33
- package/lib/index.js +38 -265
- package/lib/withTheme/index.js +53 -33
- package/lib/withTracker/error_boundary.js +7 -18
- package/lib/withTracker/index.js +25 -34
- package/package.json +9 -316
- package/src/WalletOSIcon/index.jsx +1 -1
- package/es/ActionButton/index.js +0 -99
- package/es/ActivityIndicator/index.js +0 -180
- package/es/Address/compact-text.js +0 -105
- package/es/Address/did-address.js +0 -222
- package/es/Address/index.js +0 -23
- package/es/Address/responsive-did-address.js +0 -87
- package/es/Alert/index.js +0 -134
- package/es/AnimationWaiter/default-animation.json +0 -1
- package/es/AnimationWaiter/index.js +0 -240
- package/es/Async/index.js +0 -38
- package/es/Avatar/did-motif.js +0 -68
- package/es/Avatar/etherscan-blockies.js +0 -83
- package/es/Avatar/index.js +0 -179
- package/es/Badge/index.js +0 -98
- package/es/Blocklet/blocklet.js +0 -298
- package/es/Blocklet/index.js +0 -4
- package/es/Blocklet/utils.js +0 -52
- package/es/BlockletContext/index.js +0 -65
- package/es/BlockletNFT/index.js +0 -412
- package/es/Button/index.js +0 -8
- package/es/Button/wrap.js +0 -140
- package/es/ButtonGroup/index.js +0 -6
- package/es/CardSelector/index.js +0 -149
- package/es/Center/index.js +0 -41
- package/es/ClickToCopy/copy-button.js +0 -72
- package/es/ClickToCopy/hook.js +0 -39
- package/es/ClickToCopy/index.js +0 -92
- package/es/CodeBlock/LightBox.js +0 -85
- package/es/CodeBlock/index.js +0 -222
- package/es/Colors/index.js +0 -3
- package/es/Colors/themes/default.js +0 -77
- package/es/Colors/themes/temp.js +0 -41
- package/es/ContactForm/index.js +0 -230
- package/es/CookieConsent/index.js +0 -113
- package/es/CountDown/index.js +0 -178
- package/es/DID/index.js +0 -249
- package/es/Datatable/CustomToolbar.js +0 -396
- package/es/Datatable/DatatableContext.js +0 -34
- package/es/Datatable/TableSearch.js +0 -166
- package/es/Datatable/index.js +0 -629
- package/es/Datatable/utils.js +0 -132
- package/es/Dialog/confirm.js +0 -123
- package/es/Dialog/dialog.js +0 -201
- package/es/Dialog/index.js +0 -4
- package/es/Dialog/types.d.ts +0 -17
- package/es/Dialog/use-confirm.js +0 -133
- package/es/DidLogo/index.js +0 -31
- package/es/DriftBot/index.js +0 -70
- package/es/Earth/countries.json +0 -8057
- package/es/Earth/index.js +0 -521
- package/es/Earth/util.js +0 -51
- package/es/Empty/index.js +0 -65
- package/es/ErrorBoundary/fallback.js +0 -73
- package/es/ErrorBoundary/index.js +0 -1
- package/es/Footer/index.js +0 -172
- package/es/Header/auto-hidden.js +0 -35
- package/es/Header/header.js +0 -223
- package/es/Header/index.js +0 -2
- package/es/Header/responsive-header.js +0 -146
- package/es/Icon/image.js +0 -65
- package/es/Icon/index.js +0 -84
- package/es/Img/index.js +0 -218
- package/es/InfoRow/index.js +0 -87
- package/es/Layout/dashboard/external-link.js +0 -58
- package/es/Layout/dashboard/full-page.js +0 -53
- package/es/Layout/dashboard/index.js +0 -282
- package/es/Layout/dashboard/sidebar.js +0 -209
- package/es/Layout/dashboard-legacy/header.js +0 -174
- package/es/Layout/dashboard-legacy/index.js +0 -148
- package/es/Layout/dashboard-legacy/sidebar.js +0 -129
- package/es/Layout/index.js +0 -335
- package/es/LoadingMask/index.js +0 -102
- package/es/Locale/browser-lang.js +0 -52
- package/es/Locale/context.js +0 -139
- package/es/Locale/languages.js +0 -60
- package/es/Locale/selector.js +0 -186
- package/es/Locale/util.js +0 -21
- package/es/Logo/images/logo-dark-text.svg +0 -3
- package/es/Logo/images/logo-dark-top.svg +0 -6
- package/es/Logo/images/logo-light-text.svg +0 -3
- package/es/Logo/images/logo-light-top.svg +0 -6
- package/es/Logo/index.js +0 -136
- package/es/Metric/index.js +0 -132
- package/es/NFTDisplay/NFTBroken.svg +0 -34
- package/es/NFTDisplay/README.md +0 -59
- package/es/NFTDisplay/aspect-ratio-container.js +0 -39
- package/es/NFTDisplay/broken.js +0 -132
- package/es/NFTDisplay/demo/data/asset-state-display-url.json +0 -7
- package/es/NFTDisplay/demo/data/asset-state-gzipped-svg-1-1.json +0 -10
- package/es/NFTDisplay/demo/data/asset-state-gzipped-svg-374-130.json +0 -10
- package/es/NFTDisplay/demo/data/asset-state-gzipped-svg-with-foreign-object.json +0 -20
- package/es/NFTDisplay/demo/data/asset-state-svg.json +0 -29
- package/es/NFTDisplay/demo/data/asset-state-url.json +0 -10
- package/es/NFTDisplay/index.js +0 -328
- package/es/NFTDisplay/loading.js +0 -18
- package/es/NFTDisplay/svg-embedder/img.js +0 -45
- package/es/NFTDisplay/svg-embedder/inline-svg.js +0 -39
- package/es/NavMenu/index.js +0 -2
- package/es/NavMenu/nav-menu.js +0 -358
- package/es/NavMenu/style.js +0 -181
- package/es/PageScroller/index.js +0 -286
- package/es/PageScroller/story/FifthComponent.js +0 -9
- package/es/PageScroller/story/FirstComponent.js +0 -9
- package/es/PageScroller/story/FourthComponent.js +0 -12
- package/es/PageScroller/story/FullPage.js +0 -47
- package/es/PageScroller/story/PageContain.js +0 -59
- package/es/PageScroller/story/SecondComponent.js +0 -9
- package/es/PageScroller/story/ThirdComponent.js +0 -9
- package/es/PageScroller/story/index.css +0 -115
- package/es/PageScroller/usePrevValue.js +0 -9
- package/es/Passport/index.js +0 -2
- package/es/Passport/passport.js +0 -103
- package/es/PoweredByArcBlock/index.js +0 -31
- package/es/PricingTable/PricingPlan.js +0 -124
- package/es/PricingTable/index.js +0 -53
- package/es/QRCode/index.js +0 -73
- package/es/RelativeTime/index.js +0 -107
- package/es/Result/common.js +0 -140
- package/es/Result/demo/fixtures/result-image-404.svg +0 -1
- package/es/Result/index.js +0 -33
- package/es/Result/result.js +0 -59
- package/es/Result/translations.js +0 -54
- package/es/Screenshot/BaseScreenshot/index.js +0 -91
- package/es/Screenshot/BaseScreenshot/shells/Macbook.js +0 -51
- package/es/Screenshot/BaseScreenshot/shells/Phone.js +0 -36
- package/es/Screenshot/demo/images/bg-00.jpg +0 -0
- package/es/Screenshot/demo/images/bg-01.jpg +0 -0
- package/es/Screenshot/demo/images/bg-02.jpg +0 -0
- package/es/Screenshot/demo/images/bg-03.jpg +0 -0
- package/es/Screenshot/demo/images/bg-04.jpg +0 -0
- package/es/Screenshot/demo/images/bg-05.jpg +0 -0
- package/es/Screenshot/demo/images/bg-06.jpg +0 -0
- package/es/Screenshot/demo/images/bg-07.jpg +0 -0
- package/es/Screenshot/demo/images/bg-08.jpg +0 -0
- package/es/Screenshot/demo/images/bg-09.jpg +0 -0
- package/es/Screenshot/devices.css +0 -1366
- package/es/Screenshot/index.js +0 -299
- package/es/SessionBlocklet/index.js +0 -173
- package/es/SessionManager/index.js +0 -2
- package/es/SessionPermission/index.js +0 -28
- package/es/SessionUser/components/logged-in.js +0 -229
- package/es/SessionUser/components/session-user-item.js +0 -102
- package/es/SessionUser/components/session-user-switch.js +0 -223
- package/es/SessionUser/components/un-login.js +0 -64
- package/es/SessionUser/components/user-info.js +0 -167
- package/es/SessionUser/index.js +0 -49
- package/es/SessionUser/libs/translation.js +0 -19
- package/es/SessionUser/libs/utils.js +0 -29
- package/es/Sparkline/index.js +0 -193
- package/es/Spinner/index.js +0 -28
- package/es/SplitButton/index.js +0 -145
- package/es/Success/index.js +0 -175
- package/es/Switch/index.js +0 -96
- package/es/Tabs/index.js +0 -214
- package/es/Tag/index.js +0 -108
- package/es/TextCollapse/index.js +0 -92
- package/es/Theme/index.js +0 -16
- package/es/Theme/theme-provider.js +0 -39
- package/es/Theme/theme.js +0 -145
- package/es/Toast/index.js +0 -97
- package/es/Typography/index.js +0 -95
- package/es/Util/constant.js +0 -42
- package/es/Util/deprecate.js +0 -28
- package/es/Util/federated.js +0 -91
- package/es/Util/index.js +0 -363
- package/es/Util/passport.js +0 -62
- package/es/Util/wallet.js +0 -32
- package/es/Video/index.js +0 -89
- package/es/Wallet/Action.js +0 -119
- package/es/Wallet/Download.js +0 -331
- package/es/Wallet/Open.js +0 -45
- package/es/Wallet/images/abtwallet.png +0 -0
- package/es/Wallet/images/android_download.svg +0 -23
- package/es/Wallet/images/app-store.svg +0 -20
- package/es/Wallet/images/google-play.svg +0 -70
- package/es/WalletOSIcon/index.js +0 -82
- package/es/WebWalletSWKeeper/index.js +0 -117
- package/es/WechatPrompt/images/android.png +0 -0
- package/es/WechatPrompt/images/ios.png +0 -0
- package/es/WechatPrompt/index.js +0 -88
- package/es/index.js +0 -38
- package/es/withTheme/index.js +0 -69
- package/es/withTracker/README.md +0 -34
- package/es/withTracker/error_boundary.js +0 -34
- package/es/withTracker/index.js +0 -55
package/lib/BlockletNFT/index.js
CHANGED
@@ -1,40 +1,25 @@
|
|
1
|
-
|
1
|
+
import { useRef } from 'react';
|
2
|
+
import PropTypes from 'prop-types';
|
3
|
+
import Portal from '@mui/material/Portal';
|
4
|
+
import Typography from '@mui/material/Typography';
|
5
|
+
import CircularProgress from '@mui/material/CircularProgress';
|
6
|
+
import useMediaQuery from '@mui/material/useMediaQuery';
|
7
|
+
import Avatar from '../Avatar';
|
8
|
+
import Icon from '../Icon';
|
9
|
+
import Button from '../Button';
|
10
|
+
import Img from '../Img';
|
11
|
+
import { useTheme, styled } from '../Theme';
|
2
12
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = BlockletNFT;
|
7
|
-
var _react = require("react");
|
8
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
9
|
-
var _Portal = _interopRequireDefault(require("@mui/material/Portal"));
|
10
|
-
var _Typography = _interopRequireDefault(require("@mui/material/Typography"));
|
11
|
-
var _CircularProgress = _interopRequireDefault(require("@mui/material/CircularProgress"));
|
12
|
-
var _useMediaQuery = _interopRequireDefault(require("@mui/material/useMediaQuery"));
|
13
|
-
var _Avatar = _interopRequireDefault(require("../Avatar"));
|
14
|
-
var _Icon = _interopRequireDefault(require("../Icon"));
|
15
|
-
var _Button = _interopRequireDefault(require("../Button"));
|
16
|
-
var _Img = _interopRequireDefault(require("../Img"));
|
17
|
-
var _Theme = require("../Theme");
|
18
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
19
|
-
const _excluded = ["title", "did", "description", "cover", "size", "addons", "button", "buttonText", "buttonDisabled", "buttonLoading", "isStickyButton", "onButtonClick", "onMainClick", "onTagClick", "className", "scaleClickZone"];
|
20
|
-
var _templateObject;
|
21
13
|
/**
|
22
14
|
* 美化数字 1000-->1k
|
23
15
|
* @param {*} _size
|
24
16
|
* @param {*} digits
|
25
17
|
* @returns
|
26
18
|
*/
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
function
|
31
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
|
32
|
-
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
33
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
34
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
35
|
-
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
36
|
-
function prettySize(_size) {
|
37
|
-
let digits = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
|
19
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
20
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
21
|
+
import { Fragment as _Fragment } from "react/jsx-runtime";
|
22
|
+
function prettySize(_size, digits = 1) {
|
38
23
|
let size = _size;
|
39
24
|
const list = ['', 'k', 'm', 'b'];
|
40
25
|
let index = 0;
|
@@ -42,14 +27,175 @@ function prettySize(_size) {
|
|
42
27
|
size = (size / 1000).toFixed(digits);
|
43
28
|
index += 1;
|
44
29
|
}
|
45
|
-
return _size &&
|
30
|
+
return _size && `${size}${list[index]}`;
|
46
31
|
}
|
47
|
-
const Div =
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
32
|
+
const Div = styled('div')`
|
33
|
+
&.arcblock-blocklet {
|
34
|
+
padding: 0 16px;
|
35
|
+
background: ${props => props.theme.palette.common.white};
|
36
|
+
overflow: hidden;
|
37
|
+
box-shadow: 0px 0px 8px #f0f0f0;
|
38
|
+
&:hover {
|
39
|
+
box-shadow: 0px 2px 12px #f0f0f0;
|
40
|
+
}
|
41
|
+
}
|
42
|
+
.arcblock-blocklet__content {
|
43
|
+
padding: 16px 0 0 0;
|
44
|
+
}
|
45
|
+
.arcblock-blocklet__content--main {
|
46
|
+
display: flex;
|
47
|
+
align-items: center;
|
48
|
+
cursor: pointer;
|
49
|
+
}
|
50
|
+
.arcblock-blocklet__content--body {
|
51
|
+
overflow: hidden;
|
52
|
+
flex: 1;
|
53
|
+
display: flex;
|
54
|
+
align-items: flex-start;
|
55
|
+
}
|
56
|
+
.arcblock-blocklet__addons {
|
57
|
+
padding: 16px 0;
|
58
|
+
}
|
59
|
+
.arcblock-blocklet__cover {
|
60
|
+
width: 80px;
|
61
|
+
height: 80px;
|
62
|
+
margin-right: 12px;
|
63
|
+
overflow: hidden;
|
64
|
+
border-radius: 12px;
|
65
|
+
/* see: https://stackoverflow.com/questions/49066011/overflow-hidden-with-border-radius-not-working-on-safari */
|
66
|
+
transform: translateZ(0);
|
67
|
+
}
|
68
|
+
.arcblock-blocklet__button--hover {
|
69
|
+
&:not(.Mui-disabled) {
|
70
|
+
position: relative;
|
71
|
+
z-index: 1;
|
72
|
+
&::before {
|
73
|
+
content: '';
|
74
|
+
position: absolute;
|
75
|
+
height: 100%;
|
76
|
+
width: 100%;
|
77
|
+
left: 0;
|
78
|
+
top: 0;
|
79
|
+
transition: opacity 0.3s;
|
80
|
+
}
|
81
|
+
&:hover::before {
|
82
|
+
opacity: 0;
|
83
|
+
}
|
84
|
+
&::after {
|
85
|
+
content: '';
|
86
|
+
position: absolute;
|
87
|
+
height: 100%;
|
88
|
+
width: 100%;
|
89
|
+
top: 0;
|
90
|
+
left: 0;
|
91
|
+
background-color: ${props => props.theme.palette.primary.main};
|
92
|
+
transform: scale(0.1);
|
93
|
+
opacity: 0;
|
94
|
+
z-index: -1;
|
95
|
+
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
|
96
|
+
}
|
97
|
+
&:hover::after {
|
98
|
+
opacity: 1;
|
99
|
+
transform-origin: center;
|
100
|
+
transform: scale(1);
|
101
|
+
}
|
102
|
+
}
|
103
|
+
|
104
|
+
&:not(.Mui-disabled) {
|
105
|
+
background-color: transparent !important;
|
106
|
+
color: ${props => props.theme.palette.primary.main};
|
107
|
+
}
|
108
|
+
&:not(.Mui-disabled) {
|
109
|
+
&:hover {
|
110
|
+
color: ${props => props.theme.palette.common.white};
|
111
|
+
}
|
112
|
+
}
|
113
|
+
}
|
114
|
+
.arcblock-blocklet__info {
|
115
|
+
flex: 1;
|
116
|
+
overflow: hidden;
|
117
|
+
.arcblock-blocklet__button {
|
118
|
+
margin-top: 16px;
|
119
|
+
display: inline-block;
|
120
|
+
}
|
121
|
+
}
|
122
|
+
.arcblock-blocklet__title {
|
123
|
+
margin: 0;
|
124
|
+
font-size: 18px;
|
125
|
+
font-weight: 600;
|
126
|
+
overflow: hidden;
|
127
|
+
text-overflow: ellipsis;
|
128
|
+
white-space: nowrap;
|
129
|
+
}
|
130
|
+
.arcblock-blocklet__describe {
|
131
|
+
margin: 0 0 2px 0;
|
132
|
+
color: #999;
|
133
|
+
font-size: 14px;
|
134
|
+
overflow: hidden;
|
135
|
+
text-overflow: ellipsis;
|
136
|
+
white-space: nowrap;
|
137
|
+
}
|
138
|
+
|
139
|
+
.arcblock-blocklet__addons {
|
140
|
+
display: flex;
|
141
|
+
justify-content: space-between;
|
142
|
+
color: #999;
|
143
|
+
font-size: 14px;
|
144
|
+
position: relative;
|
145
|
+
}
|
146
|
+
.arcblock-blocklet__addons--item {
|
147
|
+
white-space: nowrap;
|
148
|
+
}
|
149
|
+
&.arcblock-blocklet--size-md {
|
150
|
+
&:hover {
|
151
|
+
position: relative;
|
152
|
+
}
|
153
|
+
.arcblock-blocklet__title {
|
154
|
+
height: 2.3em;
|
155
|
+
margin-bottom: 3px;
|
156
|
+
display: -webkit-box;
|
157
|
+
-webkit-box-orient: vertical;
|
158
|
+
-webkit-line-clamp: 2;
|
159
|
+
overflow: hidden;
|
160
|
+
text-overflow: initial;
|
161
|
+
white-space: initial;
|
162
|
+
word-break: break-all;
|
163
|
+
}
|
164
|
+
.arcblock-blocklet__describe {
|
165
|
+
white-space: normal;
|
166
|
+
height: 2.86em;
|
167
|
+
}
|
168
|
+
.arcblock-blocklet__button {
|
169
|
+
margin-top: 5px;
|
170
|
+
}
|
171
|
+
}
|
172
|
+
&.arcblock-blocklet--size-sm,
|
173
|
+
&.arcblock-blocklet--size-xs {
|
174
|
+
.arcblock-blocklet__cover {
|
175
|
+
width: 40px;
|
176
|
+
height: 40px;
|
177
|
+
border-radius: 6px;
|
178
|
+
}
|
179
|
+
.arcblock-blocklet__content {
|
180
|
+
padding: 16px 0;
|
181
|
+
}
|
182
|
+
.arcblock-blocklet__addons {
|
183
|
+
padding: 8px 0;
|
184
|
+
.arcblock-blocklet__addons--item {
|
185
|
+
font-size: 12px;
|
186
|
+
}
|
187
|
+
}
|
188
|
+
}
|
189
|
+
&.arcblock-blocklet--size-xs {
|
190
|
+
.arcblock-blocklet__addons {
|
191
|
+
display: none !important;
|
192
|
+
}
|
193
|
+
}
|
194
|
+
`;
|
195
|
+
function BlockletIcon({
|
196
|
+
name
|
197
|
+
}) {
|
198
|
+
return /*#__PURE__*/_jsx(Icon, {
|
53
199
|
name: name,
|
54
200
|
color: "inherit",
|
55
201
|
size: 15,
|
@@ -59,7 +205,7 @@ function BlockletIcon(_ref) {
|
|
59
205
|
});
|
60
206
|
}
|
61
207
|
BlockletIcon.propTypes = {
|
62
|
-
name:
|
208
|
+
name: PropTypes.string.isRequired
|
63
209
|
};
|
64
210
|
|
65
211
|
/**
|
@@ -89,41 +235,34 @@ BlockletIcon.propTypes = {
|
|
89
235
|
* @param {BlockletNFTProps} props
|
90
236
|
* @returns {JSX.Element}
|
91
237
|
*/
|
92
|
-
function BlockletNFT(
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
e.stopPropagation();
|
121
|
-
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
122
|
-
args[_key - 1] = arguments[_key];
|
123
|
-
}
|
124
|
-
handler(...args);
|
125
|
-
}
|
126
|
-
};
|
238
|
+
export default function BlockletNFT({
|
239
|
+
title,
|
240
|
+
did,
|
241
|
+
description,
|
242
|
+
cover,
|
243
|
+
size,
|
244
|
+
addons,
|
245
|
+
button,
|
246
|
+
buttonText,
|
247
|
+
buttonDisabled,
|
248
|
+
buttonLoading,
|
249
|
+
isStickyButton,
|
250
|
+
onButtonClick,
|
251
|
+
onMainClick,
|
252
|
+
onTagClick,
|
253
|
+
className,
|
254
|
+
scaleClickZone,
|
255
|
+
...rest
|
256
|
+
}) {
|
257
|
+
const wrapHandler = (handler, stopFn = () => false) => (e, ...args) => {
|
258
|
+
if (stopFn()) {
|
259
|
+
e.preventDefault();
|
260
|
+
e.stopPropagation();
|
261
|
+
} else if (handler instanceof Function) {
|
262
|
+
e.preventDefault();
|
263
|
+
e.stopPropagation();
|
264
|
+
handler(...args);
|
265
|
+
}
|
127
266
|
};
|
128
267
|
const _onButtonClick = wrapHandler(onButtonClick, () => {
|
129
268
|
// stop click while custom button or buttonDisabled or buttondLoading
|
@@ -133,63 +272,64 @@ function BlockletNFT(_ref2) {
|
|
133
272
|
return false;
|
134
273
|
});
|
135
274
|
const _onMainClick = wrapHandler(onMainClick);
|
136
|
-
const theme =
|
137
|
-
const isDownSm = (
|
138
|
-
const isDownMd = (
|
139
|
-
const isUpLg = (
|
275
|
+
const theme = useTheme();
|
276
|
+
const isDownSm = useMediaQuery(theme.breakpoints.down('md'));
|
277
|
+
const isDownMd = useMediaQuery(theme.breakpoints.down('lg'));
|
278
|
+
const isUpLg = useMediaQuery(theme.breakpoints.up('lg'));
|
140
279
|
|
141
280
|
// If size is auto, need calculate actual size according to screen size
|
142
281
|
// eslint-disable-next-line no-nested-ternary
|
143
282
|
const actualSize = size === 'auto' ? isDownSm ? 'xs' : isDownMd ? 'sm' : 'md' : size;
|
144
283
|
// eslint-disable-next-line no-nested-ternary
|
145
284
|
const didAvatarSize = size === 'auto' ? isUpLg ? 80 : 40 : size === 'md' ? 80 : 40;
|
146
|
-
const container =
|
147
|
-
return /*#__PURE__*/(
|
285
|
+
const container = useRef(null);
|
286
|
+
return /*#__PURE__*/_jsxs(Div, {
|
287
|
+
...rest,
|
148
288
|
scaleClickZone: scaleClickZone,
|
149
|
-
className:
|
150
|
-
children: [/*#__PURE__*/(
|
289
|
+
className: `${className} arcblock-blocklet arcblock-blocklet--size-${actualSize}`,
|
290
|
+
children: [/*#__PURE__*/_jsx("div", {
|
151
291
|
className: "arcblock-blocklet__content",
|
152
|
-
children: /*#__PURE__*/(
|
292
|
+
children: /*#__PURE__*/_jsx("div", {
|
153
293
|
className: "arcblock-blocklet__content--main",
|
154
294
|
onClick: _onMainClick,
|
155
295
|
ref: container,
|
156
|
-
children: /*#__PURE__*/(
|
296
|
+
children: /*#__PURE__*/_jsxs("div", {
|
157
297
|
className: "arcblock-blocklet__content--body",
|
158
|
-
children: [cover ? /*#__PURE__*/(
|
298
|
+
children: [cover ? /*#__PURE__*/_jsx("div", {
|
159
299
|
className: "arcblock-blocklet__cover",
|
160
|
-
children: /*#__PURE__*/(
|
300
|
+
children: /*#__PURE__*/_jsx(Img, {
|
161
301
|
src: cover
|
162
302
|
})
|
163
|
-
}) : did && /*#__PURE__*/(
|
303
|
+
}) : did && /*#__PURE__*/_jsx("div", {
|
164
304
|
className: "arcblock-blocklet__cover",
|
165
|
-
children: /*#__PURE__*/(
|
305
|
+
children: /*#__PURE__*/_jsx(Avatar, {
|
166
306
|
did: did,
|
167
307
|
size: didAvatarSize
|
168
308
|
})
|
169
|
-
}), /*#__PURE__*/(
|
309
|
+
}), /*#__PURE__*/_jsxs("div", {
|
170
310
|
className: "arcblock-blocklet__info",
|
171
|
-
children: [/*#__PURE__*/(
|
311
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
172
312
|
component: "h3",
|
173
313
|
variant: "h3",
|
174
314
|
className: "arcblock-blocklet__title",
|
175
315
|
title: title,
|
176
316
|
children: title
|
177
|
-
}), description && /*#__PURE__*/(
|
317
|
+
}), description && /*#__PURE__*/_jsx(Typography, {
|
178
318
|
component: "div",
|
179
319
|
variant: "body2",
|
180
320
|
className: "arcblock-blocklet__describe",
|
181
321
|
title: description,
|
182
322
|
children: description
|
183
|
-
}), ['md', 'sm', 'xs'].includes(actualSize) && /*#__PURE__*/(
|
323
|
+
}), ['md', 'sm', 'xs'].includes(actualSize) && /*#__PURE__*/_jsx(Portal, {
|
184
324
|
container: container.current,
|
185
325
|
disablePortal: actualSize === 'md',
|
186
|
-
children: /*#__PURE__*/(
|
326
|
+
children: /*#__PURE__*/_jsx("div", {
|
187
327
|
className: "arcblock-blocklet__button",
|
188
328
|
onClick: _onButtonClick,
|
189
329
|
style: {
|
190
330
|
display: isStickyButton ? 'block' : ''
|
191
331
|
},
|
192
|
-
children: button || onButtonClick && /*#__PURE__*/(
|
332
|
+
children: button || onButtonClick && /*#__PURE__*/_jsxs(Button, {
|
193
333
|
className: "arcblock-blocklet__button--hover",
|
194
334
|
variant: "outlined",
|
195
335
|
color: "primary",
|
@@ -203,7 +343,7 @@ function BlockletNFT(_ref2) {
|
|
203
343
|
minWidth: '54px',
|
204
344
|
fontSize: '13px'
|
205
345
|
},
|
206
|
-
children: [buttonLoading && /*#__PURE__*/(
|
346
|
+
children: [buttonLoading && /*#__PURE__*/_jsx(CircularProgress, {
|
207
347
|
size: actualSize === 'md' ? 15 : 13,
|
208
348
|
style: {
|
209
349
|
marginRight: 3,
|
@@ -216,9 +356,9 @@ function BlockletNFT(_ref2) {
|
|
216
356
|
})]
|
217
357
|
})
|
218
358
|
})
|
219
|
-
}), /*#__PURE__*/(
|
359
|
+
}), /*#__PURE__*/_jsx("div", {
|
220
360
|
className: "arcblock-blocklet__addons",
|
221
|
-
children: addons.map((item, index) => /*#__PURE__*/(
|
361
|
+
children: addons.map((item, index) => /*#__PURE__*/_jsx(Typography, {
|
222
362
|
component: "span",
|
223
363
|
variant: "caption",
|
224
364
|
className: "arcblock-blocklet__addons--item"
|
@@ -226,32 +366,32 @@ function BlockletNFT(_ref2) {
|
|
226
366
|
,
|
227
367
|
|
228
368
|
title: item.title,
|
229
|
-
children: item.empty ? null : /*#__PURE__*/(
|
230
|
-
children: [/*#__PURE__*/(
|
369
|
+
children: item.empty ? null : /*#__PURE__*/_jsxs(_Fragment, {
|
370
|
+
children: [/*#__PURE__*/_jsx(BlockletIcon, {
|
231
371
|
name: item.icon
|
232
372
|
}), item.pretty ? prettySize(item.value) : item.value]
|
233
373
|
})
|
234
374
|
}, index))
|
235
375
|
})]
|
236
|
-
})
|
376
|
+
});
|
237
377
|
}
|
238
378
|
BlockletNFT.propTypes = {
|
239
|
-
title:
|
240
|
-
did:
|
241
|
-
isStickyButton:
|
242
|
-
description:
|
243
|
-
cover:
|
244
|
-
buttonText:
|
245
|
-
buttonDisabled:
|
246
|
-
buttonLoading:
|
247
|
-
button:
|
248
|
-
addons:
|
249
|
-
size:
|
250
|
-
onButtonClick:
|
251
|
-
onMainClick:
|
252
|
-
onTagClick:
|
253
|
-
className:
|
254
|
-
scaleClickZone:
|
379
|
+
title: PropTypes.string.isRequired,
|
380
|
+
did: PropTypes.string,
|
381
|
+
isStickyButton: PropTypes.bool,
|
382
|
+
description: PropTypes.string,
|
383
|
+
cover: PropTypes.string,
|
384
|
+
buttonText: PropTypes.string,
|
385
|
+
buttonDisabled: PropTypes.bool,
|
386
|
+
buttonLoading: PropTypes.bool,
|
387
|
+
button: PropTypes.element,
|
388
|
+
addons: PropTypes.arrayOf(PropTypes.object),
|
389
|
+
size: PropTypes.oneOf(['xs', 'sm', 'md', 'auto']),
|
390
|
+
onButtonClick: PropTypes.func,
|
391
|
+
onMainClick: PropTypes.func,
|
392
|
+
onTagClick: PropTypes.func,
|
393
|
+
className: PropTypes.string,
|
394
|
+
scaleClickZone: PropTypes.number
|
255
395
|
};
|
256
396
|
BlockletNFT.defaultProps = {
|
257
397
|
description: null,
|
package/lib/Button/index.js
CHANGED
@@ -1,14 +1,8 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _Button = _interopRequireDefault(require("@mui/material/Button"));
|
8
|
-
var _wrap = _interopRequireDefault(require("./wrap"));
|
9
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
10
1
|
// @ts-check
|
11
2
|
|
3
|
+
import Button from '@mui/material/Button';
|
4
|
+
import wrap from './wrap';
|
5
|
+
|
12
6
|
/** @type {import('./wrap').ButtonComponent} */
|
13
|
-
const ButtonComponent = (
|
14
|
-
|
7
|
+
const ButtonComponent = wrap(Button);
|
8
|
+
export default ButtonComponent;
|
package/lib/Button/wrap.js
CHANGED
@@ -1,45 +1,31 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = _default;
|
7
|
-
var _react = require("react");
|
8
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
9
|
-
var _CircularProgress = _interopRequireDefault(require("@mui/material/CircularProgress"));
|
10
|
-
var _Colors = _interopRequireDefault(require("../Colors"));
|
11
|
-
var _Util = require("../Util");
|
12
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
13
|
-
const _excluded = ["children", "rounded", "loading", "disabled", "style", "forwardedRef", "color"];
|
14
1
|
/* eslint-disable prefer-destructuring */
|
15
2
|
/* eslint-disable func-names */
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
3
|
+
import { forwardRef } from 'react';
|
4
|
+
import PropTypes from 'prop-types';
|
5
|
+
import CircularProgress from '@mui/material/CircularProgress';
|
6
|
+
import colors from '../Colors';
|
7
|
+
import { mergeProps } from '../Util';
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
24
10
|
const extendedColors = {
|
25
11
|
did: {
|
26
12
|
contained: {
|
27
|
-
backgroundColor:
|
28
|
-
color:
|
13
|
+
backgroundColor: colors.did.primary,
|
14
|
+
color: colors.common.white
|
29
15
|
},
|
30
16
|
outlined: {
|
31
|
-
borderColor:
|
32
|
-
color:
|
17
|
+
borderColor: colors.did.primary,
|
18
|
+
color: colors.did.primary
|
33
19
|
}
|
34
20
|
},
|
35
21
|
reverse: {
|
36
22
|
contained: {
|
37
23
|
backgroundColor: 'rgba(255, 255, 255, 0.9)',
|
38
|
-
color:
|
24
|
+
color: colors.grey[900]
|
39
25
|
},
|
40
26
|
outlined: {
|
41
|
-
borderColor:
|
42
|
-
color:
|
27
|
+
borderColor: colors.grey[900],
|
28
|
+
color: colors.grey[900]
|
43
29
|
}
|
44
30
|
}
|
45
31
|
};
|
@@ -63,7 +49,7 @@ const extendedColors = {
|
|
63
49
|
* @param {import('@mui/material').ExtendButtonBase<import('@mui/material').ButtonTypeMap<{}, "button">>} BaseComponent
|
64
50
|
* @return {ButtonComponent}
|
65
51
|
*/
|
66
|
-
function
|
52
|
+
export default function (BaseComponent) {
|
67
53
|
/**
|
68
54
|
*
|
69
55
|
* @param {ButtonProps} props
|
@@ -73,17 +59,17 @@ function _default(BaseComponent) {
|
|
73
59
|
/**
|
74
60
|
* @type {ButtonProps}
|
75
61
|
*/
|
76
|
-
const newProps =
|
62
|
+
const newProps = mergeProps(props, WrappedComponent, ['style']);
|
77
63
|
const {
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
64
|
+
children,
|
65
|
+
rounded,
|
66
|
+
loading,
|
67
|
+
disabled,
|
68
|
+
style,
|
69
|
+
forwardedRef,
|
70
|
+
color,
|
71
|
+
...rest
|
72
|
+
} = newProps;
|
87
73
|
const isDisabled = disabled || loading;
|
88
74
|
let loadingSize = 16;
|
89
75
|
switch (rest.size) {
|
@@ -104,40 +90,42 @@ function _default(BaseComponent) {
|
|
104
90
|
/**
|
105
91
|
* @type {import('react').CSSProperties}
|
106
92
|
*/
|
107
|
-
const styles = Object.assign({}, style,
|
93
|
+
const styles = Object.assign({}, style, {
|
108
94
|
boxShadow: 'none',
|
109
|
-
textTransform: 'capitalize'
|
110
|
-
|
95
|
+
textTransform: 'capitalize',
|
96
|
+
...matched
|
97
|
+
});
|
111
98
|
let _rest = rest;
|
112
99
|
if (!matched) {
|
113
100
|
// mui button 本身支持的 color 交由 mui 处理
|
114
|
-
_rest =
|
101
|
+
_rest = {
|
102
|
+
..._rest,
|
115
103
|
color
|
116
|
-
}
|
104
|
+
};
|
117
105
|
}
|
118
106
|
if (rounded) {
|
119
107
|
// styles.borderRadius = { small: 16, medium: 18, large: 20 }[rest.size];
|
120
108
|
styles.borderRadius = '100vw';
|
121
109
|
}
|
122
|
-
return /*#__PURE__*/(
|
110
|
+
return /*#__PURE__*/_jsxs(BaseComponent, {
|
123
111
|
style: styles,
|
124
112
|
ref: forwardedRef,
|
125
|
-
disabled: isDisabled
|
126
|
-
|
127
|
-
children: [loading && /*#__PURE__*/(
|
113
|
+
disabled: isDisabled,
|
114
|
+
..._rest,
|
115
|
+
children: [loading && /*#__PURE__*/_jsx(CircularProgress, {
|
128
116
|
size: loadingSize,
|
129
117
|
style: {
|
130
118
|
marginRight: 5
|
131
119
|
}
|
132
120
|
}), children]
|
133
|
-
})
|
121
|
+
});
|
134
122
|
}
|
135
123
|
WrappedComponent.propTypes = {
|
136
|
-
children:
|
137
|
-
style:
|
138
|
-
size:
|
139
|
-
forwardedRef:
|
140
|
-
rounded:
|
124
|
+
children: PropTypes.any.isRequired,
|
125
|
+
style: PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
|
126
|
+
size: PropTypes.oneOf(['large', 'medium', 'small']),
|
127
|
+
forwardedRef: PropTypes.any,
|
128
|
+
rounded: PropTypes.bool
|
141
129
|
};
|
142
130
|
WrappedComponent.defaultProps = {
|
143
131
|
rounded: false,
|
@@ -145,7 +133,8 @@ function _default(BaseComponent) {
|
|
145
133
|
forwardedRef: null,
|
146
134
|
style: {}
|
147
135
|
};
|
148
|
-
return /*#__PURE__*/
|
136
|
+
return /*#__PURE__*/forwardRef((props, ref) => /*#__PURE__*/_jsx(WrappedComponent, {
|
137
|
+
...props,
|
149
138
|
forwardedRef: ref
|
150
|
-
}))
|
139
|
+
}));
|
151
140
|
}
|