@arcblock/ux 2.13.70 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ActionButton/ActionButton.stories.d.ts +18 -0
- package/lib/ActionButton/index.d.ts +2 -2
- package/lib/ActionButton/index.js +43 -94
- package/lib/ActivityIndicator/ActivityIndicator.stories.d.ts +8 -0
- package/lib/ActivityIndicator/index.d.ts +2 -8
- package/lib/ActivityIndicator/index.js +41 -114
- package/lib/Address/Address.stories.d.ts +16 -0
- package/lib/Address/compact-text.d.ts +4 -14
- package/lib/Address/compact-text.js +40 -98
- package/lib/Address/did-address.d.ts +5 -4
- package/lib/Address/did-address.js +94 -151
- package/lib/Address/index.d.ts +4 -2
- package/lib/Address/index.js +13 -20
- package/lib/Address/responsive-did-address.d.ts +5 -4
- package/lib/Address/responsive-did-address.js +80 -114
- package/lib/Alert/Alert.stories.d.ts +28 -0
- package/lib/Alert/index.d.ts +2 -2
- package/lib/Alert/index.js +56 -102
- package/lib/AnimationWaiter/AnimationWaiter.stories.d.ts +21 -0
- package/lib/AnimationWaiter/{dark-animation.json → dark-animation.json.js} +27 -1
- package/lib/AnimationWaiter/{default-animation.json → default-animation.json.js} +29 -1
- package/lib/AnimationWaiter/index.d.ts +3 -25
- package/lib/AnimationWaiter/index.js +107 -198
- package/lib/Async/index.d.ts +2 -4
- package/lib/Async/index.js +15 -29
- package/lib/Avatar/Avatar.stories.d.ts +11 -0
- package/lib/Avatar/did-motif.d.ts +5 -15
- package/lib/Avatar/did-motif.js +30 -65
- package/lib/Avatar/etherscan-blockies.js +42 -75
- package/lib/Avatar/index.d.ts +3 -19
- package/lib/Avatar/index.js +114 -180
- package/lib/Badge/Badge.stories.d.ts +13 -0
- package/lib/Badge/index.d.ts +3 -3
- package/lib/Badge/index.js +43 -83
- package/lib/Blocklet/Blocklet.stories.d.ts +17 -0
- package/lib/Blocklet/blocklet.d.ts +2 -28
- package/lib/Blocklet/blocklet.js +108 -191
- package/lib/Blocklet/index.d.ts +2 -3
- package/lib/Blocklet/index.js +7 -4
- package/lib/Blocklet/utils.d.ts +1 -1
- package/lib/Blocklet/utils.js +10 -10
- package/lib/BlockletContext/index.d.ts +3 -3
- package/lib/BlockletContext/index.js +32 -57
- package/lib/BlockletNFT/BlockletNFT.stories.d.ts +17 -0
- package/lib/BlockletNFT/index.d.ts +3 -38
- package/lib/BlockletNFT/index.js +123 -245
- package/lib/BlockletV2/Blocklet.stories.d.ts +18 -0
- package/lib/BlockletV2/blocklet.d.ts +2 -2
- package/lib/BlockletV2/blocklet.js +188 -213
- package/lib/BlockletV2/components/icon-text.d.ts +2 -2
- package/lib/BlockletV2/components/icon-text.js +43 -33
- package/lib/BlockletV2/components/tooltip-icon.js +46 -36
- package/lib/BlockletV2/index.d.ts +3 -3
- package/lib/BlockletV2/index.js +9 -5
- package/lib/BlockletV2/utils.d.ts +1 -1
- package/lib/BlockletV2/utils.js +13 -25
- package/lib/Button/Button.stories.d.ts +19 -0
- package/lib/Button/index.d.ts +1 -1
- package/lib/Button/index.js +6 -8
- package/lib/Button/wrap.d.ts +3 -3
- package/lib/Button/wrap.js +48 -131
- package/lib/ButtonGroup/index.d.ts +2 -2
- package/lib/ButtonGroup/index.js +6 -16
- package/lib/CardSelector/index.js +51 -94
- package/lib/Center/Center.stories.d.ts +18 -0
- package/lib/Center/index.js +15 -18
- package/lib/ClickToCopy/ClickToCopy.stories.d.ts +16 -0
- package/lib/ClickToCopy/copy-button.d.ts +3 -2
- package/lib/ClickToCopy/copy-button.js +19 -58
- package/lib/ClickToCopy/hook.d.ts +2 -2
- package/lib/ClickToCopy/hook.js +23 -32
- package/lib/ClickToCopy/index.d.ts +3 -14
- package/lib/ClickToCopy/index.js +23 -75
- package/lib/CloseButton/index.d.ts +1 -1
- package/lib/CloseButton/index.js +34 -28
- package/lib/CodeBlock/CodeBlock.stories.d.ts +20 -0
- package/lib/CodeBlock/LightBox.d.ts +4 -4
- package/lib/CodeBlock/LightBox.js +5 -4
- package/lib/CodeBlock/index.d.ts +1 -2
- package/lib/CodeBlock/index.js +96 -127
- package/lib/Colors/Colors.stories.d.ts +34 -0
- package/lib/Colors/index.js +8 -4
- package/lib/Colors/themes/default.d.ts +1 -1
- package/lib/Colors/themes/default.js +5 -7
- package/lib/Colors/themes/did-connect.js +43 -44
- package/lib/Colors/themes/temp.js +38 -39
- package/lib/Config/Config.stories.d.ts +14 -0
- package/lib/Config/config-provider.d.ts +8 -8
- package/lib/Config/config-provider.js +50 -44
- package/lib/Config/index.js +7 -2
- package/lib/Config/theme-mode-toggle.js +12 -27
- package/lib/ContactForm/ContactForm.stories.d.ts +23 -0
- package/lib/ContactForm/index.d.ts +2 -1
- package/lib/ContactForm/index.js +137 -164
- package/lib/CookieConsent/CookieConsent.stories.d.ts +18 -0
- package/lib/CookieConsent/index.d.ts +2 -2
- package/lib/CookieConsent/index.js +44 -73
- package/lib/CountDown/CountDown.stories.d.ts +14 -0
- package/lib/CountDown/index.d.ts +2 -2
- package/lib/CountDown/index.js +52 -124
- package/lib/DID/DID.stories.d.ts +15 -0
- package/lib/DID/index.d.ts +3 -1
- package/lib/DID/index.js +262 -327
- package/lib/DIDConnect/app-icon.js +26 -31
- package/lib/DIDConnect/app-info-item.js +76 -82
- package/lib/DIDConnect/auth-apps/auth-apps-info.js +71 -63
- package/lib/DIDConnect/auth-apps/index.d.ts +2 -2
- package/lib/DIDConnect/auth-apps/index.js +184 -183
- package/lib/DIDConnect/did-connect-container.js +231 -247
- package/lib/DIDConnect/did-connect-footer.js +66 -68
- package/lib/DIDConnect/did-connect-logo.js +10 -11
- package/lib/DIDConnect/index.js +22 -10
- package/lib/DIDConnect/landing-page.d.ts +1 -1
- package/lib/DIDConnect/landing-page.js +165 -189
- package/lib/DIDConnect/powered-by.js +55 -46
- package/lib/DIDConnect/request-storage-access-api-dialog.d.ts +5 -2
- package/lib/DIDConnect/request-storage-access-api-dialog.js +230 -292
- package/lib/DIDConnect/with-container.js +200 -236
- package/lib/DIDConnect/with-ux-theme.js +15 -22
- package/lib/Datatable/CustomToolbar.d.ts +1 -15
- package/lib/Datatable/CustomToolbar.js +232 -313
- package/lib/Datatable/Datatable.stories.d.ts +32 -0
- package/lib/Datatable/DatatableContext.js +23 -35
- package/lib/Datatable/TableSearch.d.ts +5 -13
- package/lib/Datatable/TableSearch.js +81 -113
- package/lib/Datatable/index.d.ts +12 -13
- package/lib/Datatable/index.js +226 -479
- package/lib/Datatable/utils.js +55 -120
- package/lib/Dialog/Dialog.stories.d.ts +20 -0
- package/lib/Dialog/confirm.d.ts +4 -25
- package/lib/Dialog/confirm.js +99 -125
- package/lib/Dialog/dialog.d.ts +30 -23
- package/lib/Dialog/dialog.js +62 -148
- package/lib/Dialog/index.d.ts +3 -3
- package/lib/Dialog/index.js +8 -4
- package/lib/Dialog/use-confirm.d.ts +3 -3
- package/lib/Dialog/use-confirm.js +91 -171
- package/lib/DidLogo/Logo.stories.d.ts +8 -0
- package/lib/DidLogo/index.js +19 -19
- package/lib/DriftBot/index.js +23 -33
- package/lib/Earth/Earth.stories.d.ts +18 -0
- package/lib/Earth/countries.json.js +13 -0
- package/lib/Earth/index.js +234 -334
- package/lib/Earth/util.js +36 -45
- package/lib/Empty/Empty.stories.d.ts +17 -0
- package/lib/Empty/index.d.ts +3 -11
- package/lib/Empty/index.js +17 -50
- package/lib/ErrorBoundary/ErrorBoundary.stories.d.ts +12 -0
- package/lib/ErrorBoundary/fallback.js +54 -71
- package/lib/ErrorBoundary/index.js +6 -1
- package/lib/Footer/Footer.stories.d.ts +12 -0
- package/lib/Footer/index.d.ts +1 -12
- package/lib/Footer/index.js +53 -100
- package/lib/Header/Header.stories.d.ts +21 -0
- package/lib/Header/addon-button.js +24 -31
- package/lib/Header/auto-hidden.d.ts +1 -1
- package/lib/Header/auto-hidden.js +9 -16
- package/lib/Header/header-addons.d.ts +1 -1
- package/lib/Header/header-addons.js +40 -37
- package/lib/Header/header.d.ts +2 -1
- package/lib/Header/header.js +64 -109
- package/lib/Header/index.js +8 -3
- package/lib/Header/responsive-header.d.ts +1 -1
- package/lib/Header/responsive-header.js +74 -112
- package/lib/Icon/Icon.stories.d.ts +23 -0
- package/lib/Icon/image.d.ts +1 -1
- package/lib/Icon/image.js +32 -33
- package/lib/Icon/index.d.ts +4 -4
- package/lib/Icon/index.js +30 -53
- package/lib/Img/Img.stories.d.ts +13 -0
- package/lib/Img/index.d.ts +6 -32
- package/lib/Img/index.js +126 -204
- package/lib/InfoRow/InfoRow.stories.d.ts +14 -0
- package/lib/InfoRow/index.js +27 -41
- package/lib/Layout/Layout.stories.d.ts +23 -0
- package/lib/Layout/dashboard/external-link.d.ts +1 -1
- package/lib/Layout/dashboard/external-link.js +23 -44
- package/lib/Layout/dashboard/full-page.d.ts +1 -1
- package/lib/Layout/dashboard/full-page.js +31 -48
- package/lib/Layout/dashboard/index.d.ts +4 -4
- package/lib/Layout/dashboard/index.js +134 -211
- package/lib/Layout/dashboard/sidebar.js +44 -78
- package/lib/Layout/dashboard-legacy/header.d.ts +1 -1
- package/lib/Layout/dashboard-legacy/header.js +70 -87
- package/lib/Layout/dashboard-legacy/index.d.ts +2 -2
- package/lib/Layout/dashboard-legacy/index.js +82 -90
- package/lib/Layout/dashboard-legacy/sidebar.d.ts +1 -1
- package/lib/Layout/dashboard-legacy/sidebar.js +44 -76
- package/lib/Layout/index.d.ts +2 -2
- package/lib/Layout/index.js +129 -189
- package/lib/LoadingMask/index.js +91 -82
- package/lib/Locale/LocaleSelector.stories.d.ts +22 -0
- package/lib/Locale/browser-lang.js +23 -52
- package/lib/Locale/context.d.ts +3 -3
- package/lib/Locale/context.js +71 -123
- package/lib/Locale/languages.js +32 -34
- package/lib/Locale/selector.d.ts +2 -2
- package/lib/Locale/selector.js +104 -139
- package/lib/Locale/util.d.ts +1 -1
- package/lib/Locale/util.js +9 -24
- package/lib/Logo/Logo.stories.d.ts +22 -0
- package/lib/Logo/images/logo-dark-text.svg.js +5 -0
- package/lib/Logo/images/logo-dark-top.svg.js +5 -0
- package/lib/Logo/images/logo-light-text.svg.js +5 -0
- package/lib/Logo/images/logo-light-top.svg.js +5 -0
- package/lib/Logo/index.d.ts +1 -1
- package/lib/Logo/index.js +27 -107
- package/lib/Metric/Metric.stories.d.ts +14 -0
- package/lib/Metric/index.js +50 -53
- package/lib/MuiWrap/index.js +11 -19
- package/lib/NFTDisplay/NFTBroken.svg.js +108 -0
- package/lib/NFTDisplay/NFTDisplay.stories.d.ts +15 -0
- package/lib/NFTDisplay/aspect-ratio-container.js +9 -20
- package/lib/NFTDisplay/broken.js +14 -286
- package/lib/NFTDisplay/displayApi.d.ts +1 -1
- package/lib/NFTDisplay/displayApi.js +17 -44
- package/lib/NFTDisplay/index.d.ts +2 -2
- package/lib/NFTDisplay/index.js +160 -343
- package/lib/NFTDisplay/loading.js +9 -9
- package/lib/NFTDisplay/render-svg.js +15 -22
- package/lib/NFTDisplay/svg-embedder/img.js +13 -29
- package/lib/NFTDisplay/svg-embedder/inline-svg.d.ts +1 -1
- package/lib/NFTDisplay/svg-embedder/inline-svg.js +10 -20
- package/lib/NavMenu/NavMenu.stories.d.ts +17 -0
- package/lib/NavMenu/images/OCAP.svg.js +5 -0
- package/lib/NavMenu/images/abt-network.svg.js +7 -0
- package/lib/NavMenu/images/ai-kit.svg.js +7 -0
- package/lib/NavMenu/images/aigne.svg.js +7 -0
- package/lib/NavMenu/images/aistro.svg.js +5 -0
- package/lib/NavMenu/images/arcsphere.svg.js +10 -0
- package/lib/NavMenu/images/blocklet-framework.svg.js +7 -0
- package/lib/NavMenu/images/blocklet-launcher.svg.js +5 -0
- package/lib/NavMenu/images/blocklet-server.svg.js +7 -0
- package/lib/NavMenu/images/blocklet-store.svg.js +5 -0
- package/lib/NavMenu/images/creator-studio.svg.js +7 -0
- package/lib/NavMenu/images/did-connect.svg.js +5 -0
- package/lib/NavMenu/images/did-name-service.svg.js +5 -0
- package/lib/NavMenu/images/did-wallet.svg.js +7 -0
- package/lib/NavMenu/images/did.svg.js +5 -0
- package/lib/NavMenu/images/nft-studio.svg.js +5 -0
- package/lib/NavMenu/images/vc.svg.js +5 -0
- package/lib/NavMenu/images/web3-kit.svg.js +7 -0
- package/lib/NavMenu/index.js +6 -3
- package/lib/NavMenu/nav-menu-context.js +15 -18
- package/lib/NavMenu/nav-menu.d.ts +17 -7
- package/lib/NavMenu/nav-menu.js +219 -355
- package/lib/NavMenu/products.js +264 -1652
- package/lib/NavMenu/style.d.ts +5 -5
- package/lib/NavMenu/style.js +156 -172
- package/lib/NavMenu/sub-container.d.ts +1 -1
- package/lib/NavMenu/sub-container.js +63 -104
- package/lib/NavMenu/sub-item-group.js +15 -33
- package/lib/PageScroller/index.d.ts +1 -1
- package/lib/PageScroller/index.js +116 -252
- package/lib/PageScroller/story/FifthComponent.js +7 -9
- package/lib/PageScroller/story/FirstComponent.js +7 -9
- package/lib/PageScroller/story/FourthComponent.js +7 -12
- package/lib/PageScroller/story/FullPage.js +52 -45
- package/lib/PageScroller/story/PageContain.js +55 -57
- package/lib/PageScroller/story/PageScroller.stories.d.ts +13 -0
- package/lib/PageScroller/story/SecondComponent.js +7 -9
- package/lib/PageScroller/story/ThirdComponent.js +7 -9
- package/lib/PageScroller/usePrevValue.js +10 -8
- package/lib/Passport/index.d.ts +1 -1
- package/lib/Passport/index.js +4 -2
- package/lib/Passport/passport.d.ts +1 -1
- package/lib/Passport/passport.js +123 -100
- package/lib/PhoneInput/PhoneInput.stories.d.ts +12 -0
- package/lib/PhoneInput/country-select.d.ts +2 -2
- package/lib/PhoneInput/country-select.js +111 -159
- package/lib/PhoneInput/index.js +166 -218
- package/lib/PoweredByArcBlock/index.d.ts +1 -1
- package/lib/PoweredByArcBlock/index.js +16 -22
- package/lib/PricingTable/PricingPlan.js +20 -55
- package/lib/PricingTable/PricingTable.stories.d.ts +8 -0
- package/lib/PricingTable/index.d.ts +1 -1
- package/lib/PricingTable/index.js +34 -37
- package/lib/QRCode/QRCode.stories.d.ts +13 -0
- package/lib/QRCode/index.d.ts +1 -1
- package/lib/QRCode/index.js +31 -49
- package/lib/RelativeTime/RelativeTime.stories.d.ts +20 -0
- package/lib/RelativeTime/index.d.ts +3 -3
- package/lib/RelativeTime/index.js +163 -261
- package/lib/Result/Result.stories.d.ts +21 -0
- package/lib/Result/common.d.ts +2 -2
- package/lib/Result/common.js +97 -129
- package/lib/Result/index.d.ts +1 -1
- package/lib/Result/index.js +21 -22
- package/lib/Result/result.js +45 -32
- package/lib/Result/translations.d.ts +1 -1
- package/lib/Result/translations.js +28 -25
- package/lib/Screenshot/BaseScreenshot/index.d.ts +1 -1
- package/lib/Screenshot/BaseScreenshot/index.js +23 -44
- package/lib/Screenshot/BaseScreenshot/shells/Macbook.js +23 -41
- package/lib/Screenshot/BaseScreenshot/shells/Phone.js +24 -26
- package/lib/Screenshot/Screenshot.stories.d.ts +13 -0
- package/lib/Screenshot/demo/images/bg-01.jpg +0 -0
- package/lib/Screenshot/demo/images/bg-02.jpg +0 -0
- package/lib/Screenshot/demo/images/bg-03.jpg +0 -0
- package/lib/Screenshot/index.d.ts +1 -2
- package/lib/Screenshot/index.js +83 -188
- package/lib/SessionBlocklet/index.d.ts +2 -2
- package/lib/SessionBlocklet/index.js +147 -162
- package/lib/SessionManager/SessionManager.stories.d.ts +9 -0
- package/lib/SessionManager/index.d.ts +1 -1
- package/lib/SessionManager/index.js +4 -2
- package/lib/SessionPermission/index.d.ts +1 -0
- package/lib/SessionPermission/index.js +12 -20
- package/lib/SessionUser/components/did-space.js +65 -117
- package/lib/SessionUser/components/logged-in.d.ts +3 -4
- package/lib/SessionUser/components/logged-in.js +215 -292
- package/lib/SessionUser/components/quick-login-item.js +125 -120
- package/lib/SessionUser/components/session-user-item.d.ts +4 -2
- package/lib/SessionUser/components/session-user-item.js +85 -89
- package/lib/SessionUser/components/session-user-switch.d.ts +1 -1
- package/lib/SessionUser/components/session-user-switch.js +187 -187
- package/lib/SessionUser/components/un-login.js +196 -222
- package/lib/SessionUser/components/user-info.d.ts +1 -1
- package/lib/SessionUser/components/user-info.js +163 -150
- package/lib/SessionUser/images/did-spaces.svg.js +5 -0
- package/lib/SessionUser/index.d.ts +1 -1
- package/lib/SessionUser/index.js +27 -30
- package/lib/SessionUser/libs/translation.d.ts +1 -1
- package/lib/SessionUser/libs/translation.js +25 -24
- package/lib/SessionUser/libs/utils.js +33 -23
- package/lib/SharedBridge/index.d.ts +6 -5
- package/lib/SharedBridge/index.js +76 -93
- package/lib/Sparkline/Sparkline.stories.d.ts +12 -0
- package/lib/Sparkline/index.js +67 -183
- package/lib/Spinner/Spinner.stories.d.ts +18 -0
- package/lib/Spinner/index.d.ts +1 -1
- package/lib/Spinner/index.js +10 -20
- package/lib/SplitButton/SplitButton.stories.d.ts +15 -0
- package/lib/SplitButton/index.d.ts +3 -5
- package/lib/SplitButton/index.js +39 -83
- package/lib/Success/index.js +174 -160
- package/lib/Switch/Switch.stories.d.ts +13 -0
- package/lib/Switch/index.d.ts +3 -7
- package/lib/Switch/index.js +51 -87
- package/lib/Tabs/Tabs.stories.d.ts +14 -0
- package/lib/Tabs/index.d.ts +2 -2
- package/lib/Tabs/index.js +169 -186
- package/lib/Tag/Tag.stories.d.ts +13 -0
- package/lib/Tag/index.d.ts +7 -4
- package/lib/Tag/index.js +40 -88
- package/lib/TextCollapse/TextCollapse.stories.d.ts +28 -0
- package/lib/TextCollapse/index.js +34 -51
- package/lib/Theme/Theme.stories.d.ts +10 -0
- package/lib/Theme/index.d.ts +1 -2
- package/lib/Theme/index.js +25 -17
- package/lib/Theme/theme-provider.d.ts +4 -15
- package/lib/Theme/theme-provider.js +111 -232
- package/lib/Theme/theme.d.ts +1 -8
- package/lib/Theme/theme.js +118 -166
- package/lib/Toast/Toast.stories.d.ts +15 -0
- package/lib/Toast/index.d.ts +1 -1
- package/lib/Toast/index.js +46 -67
- package/lib/Typography/index.d.ts +1 -1
- package/lib/Typography/index.js +73 -109
- package/lib/UserCard/Cards/avatar-only.d.ts +1 -1
- package/lib/UserCard/Cards/avatar-only.js +28 -36
- package/lib/UserCard/Cards/basic-info.d.ts +1 -2
- package/lib/UserCard/Cards/basic-info.js +34 -42
- package/lib/UserCard/Cards/index.d.ts +1 -1
- package/lib/UserCard/Cards/index.js +13 -21
- package/lib/UserCard/Cards/name-only.js +12 -18
- package/lib/UserCard/Container/card.d.ts +2 -2
- package/lib/UserCard/Container/card.js +34 -41
- package/lib/UserCard/Container/dialog.d.ts +1 -1
- package/lib/UserCard/Container/dialog.js +27 -27
- package/lib/UserCard/Content/basic.d.ts +1 -2
- package/lib/UserCard/Content/basic.js +227 -307
- package/lib/UserCard/Content/clock.d.ts +2 -0
- package/lib/UserCard/Content/clock.js +85 -71
- package/lib/UserCard/Content/minimal.d.ts +1 -1
- package/lib/UserCard/Content/minimal.js +81 -71
- package/lib/UserCard/Content/shorten-label.js +11 -35
- package/lib/UserCard/Content/tooltip-avatar.d.ts +1 -1
- package/lib/UserCard/Content/tooltip-avatar.js +43 -51
- package/lib/UserCard/UserCard.stories.d.ts +18 -0
- package/lib/UserCard/components.d.ts +1 -1
- package/lib/UserCard/components.js +53 -66
- package/lib/UserCard/index.d.ts +1 -2
- package/lib/UserCard/index.js +59 -111
- package/lib/UserCard/types.d.ts +1 -1
- package/lib/UserCard/types.js +10 -37
- package/lib/UserCard/utils.js +70 -125
- package/lib/Util/WebWalletOpener.stories.d.ts +5 -0
- package/lib/Util/constant.js +47 -46
- package/lib/Util/deprecate.js +11 -26
- package/lib/Util/federated.d.ts +6 -6
- package/lib/Util/federated.js +77 -92
- package/lib/Util/iframe.js +14 -21
- package/lib/Util/index.d.ts +5 -5
- package/lib/Util/index.js +278 -479
- package/lib/Util/logger.d.ts +1 -1
- package/lib/Util/logger.js +17 -25
- package/lib/Util/passport.js +72 -87
- package/lib/Util/security.js +28 -40
- package/lib/Util/style.d.ts +1 -1
- package/lib/Util/style.js +4 -14
- package/lib/Util/wallet.js +16 -30
- package/lib/VerificationCode/index.d.ts +1 -1
- package/lib/VerificationCode/index.js +69 -64
- package/lib/Video/Video.stories.d.ts +6 -0
- package/lib/Video/index.d.ts +1 -9
- package/lib/Video/index.js +26 -60
- package/lib/Wallet/Action.d.ts +1 -10
- package/lib/Wallet/Action.js +37 -65
- package/lib/Wallet/Action.stories.d.ts +8 -0
- package/lib/Wallet/Download.d.ts +3 -16
- package/lib/Wallet/Download.js +41 -440
- package/lib/Wallet/Download.stories.d.ts +9 -0
- package/lib/Wallet/Open.d.ts +1 -1
- package/lib/Wallet/Open.js +27 -27
- package/lib/Wallet/OpenInWallet.stories.d.ts +5 -0
- package/lib/Wallet/images/android_download.svg.js +5 -0
- package/lib/Wallet/images/app-store.svg.js +5 -0
- package/lib/Wallet/images/google-play.svg.js +5 -0
- package/lib/WalletOSIcon/index.js +15 -73
- package/lib/WebWalletSWKeeper/index.js +39 -106
- package/lib/WechatPrompt/images/android.png +0 -0
- package/lib/WechatPrompt/images/ios.png +0 -0
- package/lib/WechatPrompt/index.js +26 -61
- package/lib/hooks/use-blocklet-logo.d.ts +2 -2
- package/lib/hooks/use-blocklet-logo.js +22 -30
- package/lib/hooks/use-clock.d.ts +1 -3
- package/lib/hooks/use-clock.js +34 -67
- package/lib/hooks/use-location-state.js +55 -79
- package/lib/hooks/use-mobile.js +8 -7
- package/lib/index.d.ts +35 -35
- package/lib/index.js +81 -38
- package/lib/ux.css +1 -0
- package/lib/withTheme/index.d.ts +1 -3
- package/lib/withTheme/index.js +28 -37
- package/lib/withTracker/error_boundary.d.ts +1 -1
- package/lib/withTracker/error_boundary.js +15 -29
- package/lib/withTracker/index.js +21 -48
- package/package.json +48 -57
- package/src/ActionButton/ActionButton.stories.jsx +61 -0
- package/src/ActionButton/index.jsx +30 -14
- package/src/ActivityIndicator/ActivityIndicator.stories.jsx +9 -0
- package/src/ActivityIndicator/index.jsx +2 -11
- package/src/Address/Address.stories.jsx +38 -0
- package/src/Address/compact-text.jsx +9 -11
- package/src/Address/did-address.tsx +8 -4
- package/src/Address/index.tsx +12 -9
- package/src/Address/responsive-did-address.tsx +94 -89
- package/src/Alert/Alert.stories.jsx +100 -0
- package/src/Alert/index.jsx +24 -12
- package/src/AnimationWaiter/AnimationWaiter.stories.jsx +35 -0
- package/src/AnimationWaiter/index.jsx +10 -23
- package/src/Async/index.tsx +2 -2
- package/src/Avatar/Avatar.stories.jsx +11 -0
- package/src/Avatar/did-motif.jsx +1 -8
- package/src/Avatar/index.jsx +36 -13
- package/src/Badge/Badge.stories.jsx +41 -0
- package/src/Badge/index.jsx +22 -18
- package/src/Blocklet/Blocklet.stories.jsx +21 -0
- package/src/Blocklet/blocklet.jsx +13 -30
- package/src/BlockletContext/index.tsx +2 -2
- package/src/BlockletNFT/BlockletNFT.stories.jsx +21 -0
- package/src/BlockletNFT/index.jsx +14 -38
- package/src/BlockletV2/Blocklet.stories.jsx +34 -0
- package/src/BlockletV2/blocklet.tsx +69 -29
- package/src/BlockletV2/components/icon-text.tsx +15 -5
- package/src/Button/Button.stories.jsx +24 -0
- package/src/Button/index.js +1 -1
- package/src/Button/wrap.jsx +20 -13
- package/src/ButtonGroup/index.js +1 -1
- package/src/Center/Center.stories.jsx +20 -0
- package/src/ClickToCopy/ClickToCopy.stories.jsx +24 -0
- package/src/ClickToCopy/copy-button.tsx +4 -4
- package/src/ClickToCopy/index.tsx +28 -12
- package/src/CodeBlock/CodeBlock.stories.jsx +22 -0
- package/src/CodeBlock/index.tsx +1 -2
- package/src/Colors/Colors.stories.jsx +211 -0
- package/src/Colors/themes/did-connect.ts +0 -2
- package/src/Config/Config.stories.jsx +16 -0
- package/src/Config/theme-mode-toggle.tsx +4 -2
- package/src/ContactForm/ContactForm.stories.jsx +32 -0
- package/src/ContactForm/index.tsx +2 -2
- package/src/CookieConsent/CookieConsent.stories.jsx +33 -0
- package/src/CookieConsent/index.tsx +1 -1
- package/src/CountDown/CountDown.stories.jsx +15 -0
- package/src/CountDown/index.tsx +11 -6
- package/src/DID/DID.stories.jsx +37 -0
- package/src/DID/index.tsx +8 -3
- package/src/DIDConnect/app-info-item.tsx +2 -2
- package/src/DIDConnect/did-connect-container.tsx +17 -18
- package/src/DIDConnect/request-storage-access-api-dialog.tsx +210 -183
- package/src/DIDConnect/with-container.tsx +17 -18
- package/src/Datatable/CustomToolbar.jsx +32 -34
- package/src/Datatable/Datatable.stories.jsx +92 -0
- package/src/Datatable/DatatableContext.jsx +2 -2
- package/src/Datatable/TableSearch.jsx +10 -12
- package/src/Datatable/index.jsx +36 -58
- package/src/Datatable/utils.js +7 -7
- package/src/Dialog/Dialog.stories.jsx +21 -0
- package/src/Dialog/confirm.jsx +11 -21
- package/src/Dialog/dialog.jsx +9 -20
- package/src/Dialog/use-confirm.jsx +4 -3
- package/src/DidLogo/Logo.stories.jsx +8 -0
- package/src/DriftBot/index.tsx +4 -6
- package/src/Earth/Earth.stories.jsx +39 -0
- package/src/Earth/index.tsx +1 -1
- package/src/Empty/Empty.stories.jsx +23 -0
- package/src/Empty/index.jsx +1 -6
- package/src/ErrorBoundary/ErrorBoundary.stories.jsx +13 -0
- package/src/ErrorBoundary/fallback.tsx +5 -1
- package/src/Footer/Footer.stories.jsx +13 -0
- package/src/Footer/index.tsx +10 -18
- package/src/Header/Header.stories.jsx +30 -0
- package/src/Header/auto-hidden.tsx +1 -1
- package/src/Header/header.tsx +21 -4
- package/src/Header/responsive-header.tsx +11 -13
- package/src/Icon/Icon.stories.jsx +45 -0
- package/src/Icon/index.tsx +12 -24
- package/src/Img/Img.stories.jsx +17 -0
- package/src/Img/index.jsx +14 -30
- package/src/InfoRow/InfoRow.stories.jsx +14 -0
- package/src/InfoRow/index.tsx +5 -5
- package/src/Layout/Layout.stories.jsx +24 -0
- package/src/Layout/dashboard/full-page.tsx +4 -4
- package/src/Layout/dashboard/index.tsx +24 -21
- package/src/Layout/dashboard/sidebar.tsx +1 -1
- package/src/Layout/dashboard-legacy/header.tsx +25 -14
- package/src/Layout/dashboard-legacy/index.tsx +7 -7
- package/src/Layout/dashboard-legacy/sidebar.tsx +1 -3
- package/src/Layout/index.tsx +8 -6
- package/src/Locale/LocaleSelector.stories.jsx +44 -0
- package/src/Locale/context.tsx +2 -2
- package/src/Locale/selector.tsx +10 -17
- package/src/Logo/Logo.stories.jsx +23 -0
- package/src/Metric/Metric.stories.jsx +29 -0
- package/src/NFTDisplay/NFTDisplay.stories.jsx +30 -0
- package/src/NFTDisplay/broken.tsx +1 -1
- package/src/NFTDisplay/displayApi.ts +1 -0
- package/src/NFTDisplay/index.tsx +0 -1
- package/src/NavMenu/NavMenu.stories.jsx +17 -0
- package/src/NavMenu/nav-menu-context.tsx +3 -3
- package/src/NavMenu/nav-menu.tsx +138 -125
- package/src/NavMenu/products.tsx +7 -1
- package/src/NavMenu/style.ts +1 -1
- package/src/PageScroller/index.tsx +2 -2
- package/src/PageScroller/story/PageScroller.stories.jsx +18 -0
- package/src/PageScroller/usePrevValue.ts +1 -1
- package/src/PhoneInput/PhoneInput.stories.jsx +12 -0
- package/src/PhoneInput/country-select.tsx +107 -103
- package/src/PhoneInput/index.tsx +12 -4
- package/src/PricingTable/PricingPlan.tsx +1 -4
- package/src/PricingTable/PricingTable.stories.jsx +38 -0
- package/src/PricingTable/index.tsx +16 -4
- package/src/QRCode/QRCode.stories.jsx +13 -0
- package/src/RelativeTime/RelativeTime.stories.jsx +20 -0
- package/src/RelativeTime/index.tsx +20 -5
- package/src/Result/Result.stories.jsx +61 -0
- package/src/Result/common.tsx +1 -2
- package/src/Result/result.tsx +22 -6
- package/src/Screenshot/Screenshot.stories.jsx +44 -0
- package/src/Screenshot/index.tsx +33 -15
- package/src/SessionManager/SessionManager.stories.jsx +9 -0
- package/src/SessionPermission/index.tsx +1 -0
- package/src/SessionUser/components/logged-in.tsx +0 -2
- package/src/SessionUser/components/quick-login-item.tsx +3 -3
- package/src/SessionUser/components/session-user-item.tsx +68 -70
- package/src/SessionUser/components/session-user-switch.tsx +9 -1
- package/src/SessionUser/components/un-login.tsx +8 -1
- package/src/SharedBridge/index.tsx +106 -111
- package/src/Sparkline/Sparkline.stories.jsx +13 -0
- package/src/Spinner/Spinner.stories.jsx +98 -0
- package/src/Spinner/index.tsx +1 -1
- package/src/SplitButton/SplitButton.stories.jsx +32 -0
- package/src/SplitButton/index.tsx +15 -9
- package/src/Switch/Switch.stories.jsx +16 -0
- package/src/Switch/index.jsx +2 -6
- package/src/Tabs/Tabs.stories.jsx +18 -0
- package/src/Tabs/index.tsx +3 -3
- package/src/Tag/Tag.stories.jsx +15 -0
- package/src/Tag/index.jsx +20 -11
- package/src/TextCollapse/TextCollapse.stories.jsx +73 -0
- package/src/TextCollapse/index.tsx +1 -1
- package/src/Theme/Theme.stories.jsx +10 -0
- package/src/Theme/theme-provider.tsx +10 -18
- package/src/Theme/theme.ts +7 -2
- package/src/Toast/Toast.stories.jsx +28 -0
- package/src/Toast/index.tsx +2 -2
- package/src/Typography/index.tsx +6 -2
- package/src/UserCard/Cards/basic-info.tsx +9 -5
- package/src/UserCard/Container/card.tsx +2 -2
- package/src/UserCard/Content/basic.tsx +43 -14
- package/src/UserCard/Content/clock.tsx +13 -6
- package/src/UserCard/Content/minimal.tsx +23 -7
- package/src/UserCard/Content/tooltip-avatar.tsx +14 -11
- package/src/UserCard/UserCard.stories.jsx +18 -0
- package/src/UserCard/components.tsx +6 -3
- package/src/UserCard/index.tsx +0 -1
- package/src/Util/WebWalletOpener.stories.jsx +5 -0
- package/src/Util/index.ts +37 -3
- package/src/VerificationCode/index.tsx +16 -14
- package/src/Video/Video.stories.jsx +6 -0
- package/src/Video/index.tsx +16 -8
- package/src/Wallet/Action.stories.jsx +8 -0
- package/src/Wallet/Action.tsx +20 -9
- package/src/Wallet/Download.stories.jsx +9 -0
- package/src/Wallet/Download.tsx +36 -14
- package/src/Wallet/Open.tsx +1 -1
- package/src/Wallet/OpenInWallet.stories.jsx +5 -0
- package/src/WechatPrompt/index.tsx +1 -2
- package/src/hooks/use-clock.tsx +2 -1
- package/src/withTheme/index.tsx +1 -4
- package/vite.config.mjs +34 -0
- package/babel.config.es.js +0 -28
- package/lib/Dialog/types.d.ts +0 -20
- package/lib/Earth/countries.json +0 -8057
- package/lib/Header/demo/images/boards.svg +0 -3
- package/lib/Header/demo/images/chatbot.svg +0 -3
- package/lib/Header/demo/images/gallery.svg +0 -3
- package/lib/Logo/images/logo-dark-text.svg +0 -3
- package/lib/Logo/images/logo-dark-top.svg +0 -6
- package/lib/Logo/images/logo-light-text.svg +0 -3
- package/lib/Logo/images/logo-light-top.svg +0 -6
- package/lib/NFTDisplay/NFTBroken.svg +0 -34
- package/lib/NFTDisplay/README.md +0 -59
- package/lib/NFTDisplay/demo/data/asset-state-bad-url.json +0 -7
- package/lib/NFTDisplay/demo/data/asset-state-did-space-svg.json +0 -7
- package/lib/NFTDisplay/demo/data/asset-state-did-space.json +0 -7
- package/lib/NFTDisplay/demo/data/asset-state-display-url.json +0 -7
- package/lib/NFTDisplay/demo/data/asset-state-gzipped-svg-1-1.json +0 -10
- package/lib/NFTDisplay/demo/data/asset-state-gzipped-svg-374-130.json +0 -10
- package/lib/NFTDisplay/demo/data/asset-state-gzipped-svg-with-foreign-object.json +0 -20
- package/lib/NFTDisplay/demo/data/asset-state-svg.json +0 -29
- package/lib/NFTDisplay/demo/data/asset-state-url.json +0 -10
- package/lib/NavMenu/images/OCAP.svg +0 -16
- package/lib/NavMenu/images/abt-network.svg +0 -18
- package/lib/NavMenu/images/ai-kit.svg +0 -46
- package/lib/NavMenu/images/aigne.svg +0 -8
- package/lib/NavMenu/images/aistro.svg +0 -14
- package/lib/NavMenu/images/arcsphere.svg +0 -13
- package/lib/NavMenu/images/blocklet-framework.svg +0 -25
- package/lib/NavMenu/images/blocklet-launcher.svg +0 -9
- package/lib/NavMenu/images/blocklet-server.svg +0 -19
- package/lib/NavMenu/images/blocklet-store.svg +0 -11
- package/lib/NavMenu/images/creator-studio.svg +0 -42
- package/lib/NavMenu/images/did-connect.svg +0 -26
- package/lib/NavMenu/images/did-name-service.svg +0 -3
- package/lib/NavMenu/images/did-wallet.svg +0 -33
- package/lib/NavMenu/images/did.svg +0 -3
- package/lib/NavMenu/images/nft-studio.svg +0 -19
- package/lib/NavMenu/images/vc.svg +0 -7
- package/lib/NavMenu/images/web3-kit.svg +0 -56
- package/lib/PageScroller/story/index.css +0 -115
- package/lib/Result/demo/fixtures/result-image-404.svg +0 -1
- package/lib/Screenshot/devices.css +0 -1366
- package/lib/SessionUser/images/did-spaces.svg +0 -17
- package/lib/Wallet/images/android_download.svg +0 -22
- package/lib/Wallet/images/app-store.svg +0 -30
- package/lib/Wallet/images/google-play.svg +0 -69
- package/lib/global.d.ts +0 -28
- package/lib/type.d.ts +0 -44
- package/lib/withTracker/README.md +0 -37
- /package/src/PageScroller/story/{FifthComponent.js → FifthComponent.jsx} +0 -0
- /package/src/PageScroller/story/{FirstComponent.js → FirstComponent.jsx} +0 -0
- /package/src/PageScroller/story/{FourthComponent.js → FourthComponent.jsx} +0 -0
- /package/src/PageScroller/story/{FullPage.js → FullPage.jsx} +0 -0
- /package/src/PageScroller/story/{PageContain.js → PageContain.jsx} +0 -0
- /package/src/PageScroller/story/{SecondComponent.js → SecondComponent.jsx} +0 -0
- /package/src/PageScroller/story/{ThirdComponent.js → ThirdComponent.jsx} +0 -0
@@ -1,89 +1,65 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
function notifyIfChanged() {
|
10
|
-
if (!isBrowser) return;
|
11
|
-
const currentHref = window.location.href;
|
12
|
-
if (currentHref !== lastHref) {
|
13
|
-
lastHref = currentHref;
|
14
|
-
subscribers.forEach(cb => cb(window.location));
|
15
|
-
}
|
1
|
+
import { useState as f, useEffect as p } from "react";
|
2
|
+
const i = /* @__PURE__ */ new Set();
|
3
|
+
let h = !1, c = "";
|
4
|
+
const r = typeof window < "u";
|
5
|
+
function n() {
|
6
|
+
if (!r) return;
|
7
|
+
const t = window.location.href;
|
8
|
+
t !== c && (c = t, i.forEach((e) => e(window.location)));
|
16
9
|
}
|
17
|
-
function
|
18
|
-
if (!
|
19
|
-
|
20
|
-
const
|
21
|
-
history.pushState = function
|
22
|
-
const
|
23
|
-
|
24
|
-
return result;
|
10
|
+
function d() {
|
11
|
+
if (!r || h) return;
|
12
|
+
h = !0;
|
13
|
+
const t = history.pushState;
|
14
|
+
history.pushState = function(...s) {
|
15
|
+
const a = t.apply(this, s);
|
16
|
+
return n(), a;
|
25
17
|
};
|
26
|
-
const
|
27
|
-
history.replaceState = function
|
28
|
-
const
|
29
|
-
|
30
|
-
|
31
|
-
};
|
32
|
-
window.addEventListener('popstate', notifyIfChanged);
|
33
|
-
window.addEventListener('hashchange', notifyIfChanged);
|
18
|
+
const e = history.replaceState;
|
19
|
+
history.replaceState = function(...s) {
|
20
|
+
const a = e.apply(this, s);
|
21
|
+
return n(), a;
|
22
|
+
}, window.addEventListener("popstate", n), window.addEventListener("hashchange", n);
|
34
23
|
}
|
35
|
-
function
|
36
|
-
|
37
|
-
|
38
|
-
subscribers.add(callback);
|
39
|
-
}
|
40
|
-
return () => {
|
41
|
-
subscribers.delete(callback);
|
24
|
+
function l(t) {
|
25
|
+
return r && (d(), i.add(t)), () => {
|
26
|
+
i.delete(t);
|
42
27
|
};
|
43
28
|
}
|
44
|
-
function
|
29
|
+
function u(t) {
|
45
30
|
return {
|
46
|
-
href:
|
47
|
-
origin:
|
48
|
-
host:
|
49
|
-
hostname:
|
50
|
-
pathname:
|
51
|
-
port:
|
52
|
-
protocol:
|
53
|
-
search:
|
54
|
-
hash:
|
31
|
+
href: t.href,
|
32
|
+
origin: t.origin,
|
33
|
+
host: t.host,
|
34
|
+
hostname: t.hostname,
|
35
|
+
pathname: t.pathname,
|
36
|
+
port: t.port,
|
37
|
+
protocol: t.protocol,
|
38
|
+
search: t.search,
|
39
|
+
hash: t.hash
|
55
40
|
};
|
56
41
|
}
|
57
|
-
const
|
58
|
-
href:
|
59
|
-
origin:
|
60
|
-
host:
|
61
|
-
hostname:
|
62
|
-
port:
|
63
|
-
protocol:
|
64
|
-
pathname:
|
65
|
-
search:
|
66
|
-
hash:
|
42
|
+
const w = {
|
43
|
+
href: "",
|
44
|
+
origin: "",
|
45
|
+
host: "",
|
46
|
+
hostname: "",
|
47
|
+
port: "",
|
48
|
+
protocol: "",
|
49
|
+
pathname: "",
|
50
|
+
search: "",
|
51
|
+
hash: ""
|
67
52
|
};
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
}
|
77
|
-
return extractLocation(window.location);
|
78
|
-
});
|
79
|
-
useEffect(() => {
|
80
|
-
if (!isBrowser) {
|
81
|
-
return undefined;
|
82
|
-
}
|
83
|
-
return subscribeUrlChange(newLocation => {
|
84
|
-
setLocation(extractLocation(newLocation));
|
85
|
-
});
|
86
|
-
}, []);
|
87
|
-
return location;
|
53
|
+
function y() {
|
54
|
+
const [t, e] = f(() => r ? u(window.location) : w);
|
55
|
+
return p(() => {
|
56
|
+
if (r)
|
57
|
+
return l((o) => {
|
58
|
+
e(u(o));
|
59
|
+
});
|
60
|
+
}, []), t;
|
88
61
|
}
|
89
|
-
export
|
62
|
+
export {
|
63
|
+
y as default,
|
64
|
+
y as useLocationState
|
65
|
+
};
|
package/lib/hooks/use-mobile.js
CHANGED
@@ -1,7 +1,8 @@
|
|
1
|
-
import { useTheme, useMediaQuery } from
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
1
|
+
import { useTheme as t, useMediaQuery as r } from "@mui/material";
|
2
|
+
function u({ key: e = "sm" } = {}) {
|
3
|
+
const o = t();
|
4
|
+
return r(o.breakpoints.down(e));
|
5
|
+
}
|
6
|
+
export {
|
7
|
+
u as default
|
8
|
+
};
|
package/lib/index.d.ts
CHANGED
@@ -1,38 +1,38 @@
|
|
1
|
-
import ActionButton from './ActionButton';
|
2
|
-
import ActivityIndicator from './ActivityIndicator';
|
3
|
-
import Address from './Address';
|
4
|
-
import Alert from './Alert';
|
5
|
-
import AnimationWaiter from './AnimationWaiter';
|
6
|
-
import Async from './Async';
|
7
|
-
import Avatar from './Avatar';
|
8
|
-
import Badge from './Badge';
|
9
|
-
import Button from './Button';
|
10
|
-
import ClickToCopy from './ClickToCopy';
|
11
|
-
import CodeBlock from './CodeBlock';
|
12
|
-
import ContactForm from './ContactForm';
|
13
|
-
import CountDown from './CountDown';
|
14
|
-
import Earth from './Earth';
|
15
|
-
import Footer from './Footer';
|
16
|
-
import Icon from './Icon';
|
17
|
-
import LocaleSelector from './Locale/selector';
|
18
|
-
import Logo from './Logo';
|
19
|
-
import RelativeTime from './RelativeTime';
|
20
|
-
import SessionManager from './SessionManager';
|
21
|
-
import Datatable from './Datatable';
|
22
|
-
import Dialog from './Dialog';
|
23
|
-
import DidLogo from './DidLogo';
|
24
|
-
import Tabs from './Tabs';
|
25
|
-
import Tag from './Tag';
|
26
|
-
import TextCollapse from './TextCollapse';
|
1
|
+
import { default as ActionButton } from './ActionButton';
|
2
|
+
import { default as ActivityIndicator } from './ActivityIndicator';
|
3
|
+
import { default as Address } from './Address';
|
4
|
+
import { default as Alert } from './Alert';
|
5
|
+
import { default as AnimationWaiter } from './AnimationWaiter';
|
6
|
+
import { default as Async } from './Async';
|
7
|
+
import { default as Avatar } from './Avatar';
|
8
|
+
import { default as Badge } from './Badge';
|
9
|
+
import { default as Button } from './Button';
|
10
|
+
import { default as ClickToCopy } from './ClickToCopy';
|
11
|
+
import { default as CodeBlock } from './CodeBlock';
|
12
|
+
import { default as ContactForm } from './ContactForm';
|
13
|
+
import { default as CountDown } from './CountDown';
|
14
|
+
import { default as Earth } from './Earth';
|
15
|
+
import { default as Footer } from './Footer';
|
16
|
+
import { default as Icon } from './Icon';
|
17
|
+
import { default as LocaleSelector } from './Locale/selector';
|
18
|
+
import { default as Logo } from './Logo';
|
19
|
+
import { default as RelativeTime } from './RelativeTime';
|
20
|
+
import { default as SessionManager } from './SessionManager';
|
21
|
+
import { default as Datatable } from './Datatable';
|
22
|
+
import { default as Dialog } from './Dialog';
|
23
|
+
import { default as DidLogo } from './DidLogo';
|
24
|
+
import { default as Tabs } from './Tabs';
|
25
|
+
import { default as Tag } from './Tag';
|
26
|
+
import { default as TextCollapse } from './TextCollapse';
|
27
|
+
import { default as Toast } from './Toast';
|
28
|
+
import { default as Video } from './Video';
|
29
|
+
import { default as WebWalletSWKeeper } from './WebWalletSWKeeper';
|
30
|
+
import { default as WalletAction } from './Wallet/Action';
|
31
|
+
import { default as WalletDownload } from './Wallet/Download';
|
32
|
+
import { default as WechatPrompt } from './WechatPrompt';
|
33
|
+
import { default as withTheme } from './withTheme';
|
34
|
+
import { default as withTracker } from './withTracker';
|
35
|
+
import { default as Img } from './Img';
|
27
36
|
import * as Theme from './Theme';
|
28
|
-
import Toast from './Toast';
|
29
37
|
import * as Util from './Util';
|
30
|
-
import Video from './Video';
|
31
|
-
import WebWalletSWKeeper from './WebWalletSWKeeper';
|
32
|
-
import WalletAction from './Wallet/Action';
|
33
|
-
import WalletDownload from './Wallet/Download';
|
34
|
-
import WechatPrompt from './WechatPrompt';
|
35
|
-
import withTheme from './withTheme';
|
36
|
-
import withTracker from './withTracker';
|
37
|
-
import Img from './Img';
|
38
38
|
export { ActionButton, ActivityIndicator, Address, Alert, AnimationWaiter, Async, Avatar, Badge, Button, ClickToCopy, CodeBlock, ContactForm, CountDown, Earth, Footer, Icon, LocaleSelector, Logo, Tabs, RelativeTime, SessionManager, Datatable, Dialog, DidLogo, Tag, TextCollapse, Theme, Toast, Util, Video, WebWalletSWKeeper, WalletAction, WalletDownload, WechatPrompt, withTheme, withTracker, Img, };
|
package/lib/index.js
CHANGED
@@ -1,38 +1,81 @@
|
|
1
|
-
import
|
2
|
-
import
|
3
|
-
import
|
4
|
-
import
|
5
|
-
import
|
6
|
-
import
|
7
|
-
import
|
8
|
-
import
|
9
|
-
import
|
10
|
-
import
|
11
|
-
import
|
12
|
-
import
|
13
|
-
import
|
14
|
-
import
|
15
|
-
import
|
16
|
-
import
|
17
|
-
import
|
18
|
-
import
|
19
|
-
import
|
20
|
-
import
|
21
|
-
import
|
22
|
-
import
|
23
|
-
import
|
24
|
-
import
|
25
|
-
import
|
26
|
-
import
|
27
|
-
import
|
28
|
-
import
|
29
|
-
import
|
30
|
-
import
|
31
|
-
import
|
32
|
-
import
|
33
|
-
import
|
34
|
-
import
|
35
|
-
import
|
36
|
-
import
|
37
|
-
import
|
38
|
-
|
1
|
+
import { default as s } from "./ActionButton/index.js";
|
2
|
+
import { default as x } from "./ActivityIndicator/index.js";
|
3
|
+
import { default as i } from "./Address/index.js";
|
4
|
+
import { default as c } from "./Alert/index.js";
|
5
|
+
import { default as A } from "./AnimationWaiter/index.js";
|
6
|
+
import { default as W } from "./Async/index.js";
|
7
|
+
import { default as C } from "./Avatar/index.js";
|
8
|
+
import { default as w } from "./Badge/index.js";
|
9
|
+
import { default as b } from "./Button/index.js";
|
10
|
+
import { default as v } from "./ClickToCopy/index.js";
|
11
|
+
import { default as I } from "./CodeBlock/index.js";
|
12
|
+
import { default as S } from "./ContactForm/index.js";
|
13
|
+
import { default as E } from "./CountDown/index.js";
|
14
|
+
import { default as M } from "./Earth/index.js";
|
15
|
+
import { default as R } from "./Footer/index.js";
|
16
|
+
import { default as V } from "./Icon/index.js";
|
17
|
+
import { default as j } from "./Locale/selector.js";
|
18
|
+
import { default as z } from "./Logo/index.js";
|
19
|
+
import { default as H } from "./RelativeTime/index.js";
|
20
|
+
import { default as N } from "./SessionUser/index.js";
|
21
|
+
import { default as Q } from "./Datatable/index.js";
|
22
|
+
import { default as Y } from "./Dialog/dialog.js";
|
23
|
+
import "./Dialog/confirm.js";
|
24
|
+
import "react/jsx-runtime";
|
25
|
+
import "react";
|
26
|
+
import "ahooks";
|
27
|
+
import "lodash/noop";
|
28
|
+
import { default as _ } from "./DidLogo/index.js";
|
29
|
+
import { default as to } from "./Tabs/index.js";
|
30
|
+
import { default as ao } from "./Tag/index.js";
|
31
|
+
import { default as fo } from "./TextCollapse/index.js";
|
32
|
+
import * as f from "./Theme/index.js";
|
33
|
+
import { default as mo } from "./Toast/index.js";
|
34
|
+
import * as l from "./Util/index.js";
|
35
|
+
import { default as so } from "./Video/index.js";
|
36
|
+
import { default as uo } from "./WebWalletSWKeeper/index.js";
|
37
|
+
import { default as no } from "./Wallet/Action.js";
|
38
|
+
import { default as To } from "./Wallet/Download.js";
|
39
|
+
import { default as go } from "./WechatPrompt/index.js";
|
40
|
+
import { default as ho } from "./withTheme/index.js";
|
41
|
+
import { default as Do } from "./withTracker/index.js";
|
42
|
+
import { default as Bo } from "./Img/index.js";
|
43
|
+
export {
|
44
|
+
s as ActionButton,
|
45
|
+
x as ActivityIndicator,
|
46
|
+
i as Address,
|
47
|
+
c as Alert,
|
48
|
+
A as AnimationWaiter,
|
49
|
+
W as Async,
|
50
|
+
C as Avatar,
|
51
|
+
w as Badge,
|
52
|
+
b as Button,
|
53
|
+
v as ClickToCopy,
|
54
|
+
I as CodeBlock,
|
55
|
+
S as ContactForm,
|
56
|
+
E as CountDown,
|
57
|
+
Q as Datatable,
|
58
|
+
Y as Dialog,
|
59
|
+
_ as DidLogo,
|
60
|
+
M as Earth,
|
61
|
+
R as Footer,
|
62
|
+
V as Icon,
|
63
|
+
Bo as Img,
|
64
|
+
j as LocaleSelector,
|
65
|
+
z as Logo,
|
66
|
+
H as RelativeTime,
|
67
|
+
N as SessionManager,
|
68
|
+
to as Tabs,
|
69
|
+
ao as Tag,
|
70
|
+
fo as TextCollapse,
|
71
|
+
f as Theme,
|
72
|
+
mo as Toast,
|
73
|
+
l as Util,
|
74
|
+
so as Video,
|
75
|
+
no as WalletAction,
|
76
|
+
To as WalletDownload,
|
77
|
+
uo as WebWalletSWKeeper,
|
78
|
+
go as WechatPrompt,
|
79
|
+
ho as withTheme,
|
80
|
+
Do as withTracker
|
81
|
+
};
|
package/lib/ux.css
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
/*! Devices.css v0.1.15 | MIT License | github.com/picturepan2/devices.css */.device,.device:before,.device:after,.device *,.device *:before,.device *:after{box-sizing:border-box;display:block}.device{position:relative;transform:scale(1);z-index:1}.device .device-frame{z-index:1}.device .device-content{background-color:#fff;background-position:center center;background-size:cover;object-fit:cover;position:relative}.device-iphone-x{height:694px;width:342px}.device-iphone-x .device-frame{background:#222;border-radius:54px;box-shadow:inset 0 0 2px 2px #c8cacb,inset 0 0 0 6px #e2e3e4;height:694px;padding:22px;width:342px}.device-iphone-x .device-content{border-radius:32px;height:650px;width:300px}.device-iphone-x .device-stripe:after,.device-iphone-x .device-stripe:before{border:solid rgba(51,51,51,.25);border-width:0 6px;content:"";height:5px;left:0;position:absolute;width:100%;z-index:9}.device-iphone-x .device-stripe:after{top:68px}.device-iphone-x .device-stripe:before{bottom:68px}.device-iphone-x .device-header{background:#222;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:24px;left:50%;margin-left:-82px;position:absolute;top:22px;width:164px}.device-iphone-x .device-header:after,.device-iphone-x .device-header:before{content:"";height:6px;position:absolute;top:0;width:6px}.device-iphone-x .device-header:after{background:radial-gradient(circle at bottom left,transparent 0,transparent 75%,#222 75%,#222 100%);left:-6px}.device-iphone-x .device-header:before{background:radial-gradient(circle at bottom right,transparent 0,transparent 75%,#222 75%,#222 100%);right:-6px}.device-iphone-x .device-sensors:after,.device-iphone-x .device-sensors:before{content:"";position:absolute}.device-iphone-x .device-sensors:after{background:#444;border-radius:2.5px;height:5px;left:50%;margin-left:-20px;top:26px;width:40px}.device-iphone-x .device-sensors:before{background:#444;border-radius:50%;height:11px;left:50%;margin-left:30px;top:23px;width:11px}.device-iphone-x .device-btns{background:#c8cacb;height:26px;left:-2px;position:absolute;top:92px;width:3px}.device-iphone-x .device-btns:after,.device-iphone-x .device-btns:before{background:#c8cacb;content:"";height:50px;left:0;position:absolute;width:3px}.device-iphone-x .device-btns:after{top:48px}.device-iphone-x .device-btns:before{top:112px}.device-iphone-x .device-power{background:#c8cacb;height:80px;position:absolute;right:-2px;top:160px;width:3px}.device-iphone-8{height:698px;width:336px}.device-iphone-8 .device-frame{background:#fff;border-radius:54px;box-shadow:inset 0 0 0 2px #c8cacb,inset 0 0 0 6px #e2e3e4;height:698px;padding:82px 18px;width:336px}.device-iphone-8 .device-content{border:2px solid #222;border-radius:4px;height:534px;width:300px}.device-iphone-8 .device-stripe:after,.device-iphone-8 .device-stripe:before{border:solid rgba(51,51,51,.15);border-width:0 6px;content:"";height:5px;left:0;position:absolute;width:100%;z-index:9}.device-iphone-8 .device-stripe:after{top:55px}.device-iphone-8 .device-stripe:before{bottom:55px}.device-iphone-8 .device-header{border:2px solid #c8cacb;border-radius:50%;bottom:20px;height:46px;left:50%;margin-left:-23px;position:absolute;width:46px}.device-iphone-8 .device-sensors{background:#666;border-radius:2.5px;height:5px;left:50%;margin-left:-30px;position:absolute;top:41.5px;width:60px}.device-iphone-8 .device-sensors:after,.device-iphone-8 .device-sensors:before{background:#666;border-radius:50%;content:"";position:absolute}.device-iphone-8 .device-sensors:after{height:8px;left:50%;margin-left:-4px;top:-20px;width:8px}.device-iphone-8 .device-sensors:before{height:10px;left:-34px;margin-top:-5px;top:50%;width:10px}.device-iphone-8 .device-btns{background:#c8cacb;height:24px;left:-2px;position:absolute;top:82px;width:3px}.device-iphone-8 .device-btns:after,.device-iphone-8 .device-btns:before{background:#c8cacb;content:"";height:45px;left:0;position:absolute;width:3px}.device-iphone-8 .device-btns:after{top:50px}.device-iphone-8 .device-btns:before{top:106px}.device-iphone-8 .device-power{background:#c8cacb;height:80px;position:absolute;right:-2px;top:160px;width:3px}.device-iphone-8.device-gold .device-frame{box-shadow:inset 0 0 0 2px #e4b08a,inset 0 0 0 6px #f7e8dd}.device-iphone-8.device-gold .device-header{border-color:#e4b08a}.device-iphone-8.device-gold .device-btns,.device-iphone-8.device-gold .device-btns:after,.device-iphone-8.device-gold .device-btns:before{background:#e4b08a}.device-iphone-8.device-gold .device-power{background:#e4b08a}.device-iphone-8.device-spacegray .device-frame{background:#222;box-shadow:inset 0 0 0 2px #74747a,inset 0 0 0 6px #9b9ba0}.device-iphone-8.device-spacegray .device-stripe:after,.device-iphone-8.device-spacegray .device-stripe:before{border-color:#cccccc59}.device-iphone-8.device-spacegray .device-btns,.device-iphone-8.device-spacegray .device-btns:after,.device-iphone-8.device-spacegray .device-btns:before{background:#74747a}.device-google-pixel-2-xl{height:744px;width:360px}.device-google-pixel-2-xl .device-frame{background:#121212;border-radius:36px;box-shadow:inset 0 0 0 2px #cfcfcf,inset 0 0 0 6px #9c9c9c;height:740px;padding:50px 20px;width:360px}.device-google-pixel-2-xl .device-content{border-radius:24px;height:640px;width:320px}.device-google-pixel-2-xl .device-header{height:740px;left:50%;margin-left:-135px;position:absolute;top:0;width:270px}.device-google-pixel-2-xl .device-header:after,.device-google-pixel-2-xl .device-header:before{background:#333;border-radius:2.5px;content:"";height:5px;left:50%;margin-left:-65px;margin-top:-2.5px;position:absolute;width:130px}.device-google-pixel-2-xl .device-header:after{top:20px}.device-google-pixel-2-xl .device-header:before{bottom:26px}.device-google-pixel-2-xl .device-sensors{background:#333;border-radius:5px;height:12px;left:45px;margin-top:-6px;position:absolute;top:32px;width:12px}.device-google-pixel-2-xl .device-btns{background:#cfcfcf;height:94px;position:absolute;right:-2px;top:274px;width:3px}.device-google-pixel-2-xl .device-power{background:#cfcfcf;height:48px;position:absolute;right:-2px;top:174px;width:3px}.device-google-pixel{height:744px;width:360px}.device-google-pixel .device-frame{background:#f7f7f8;border-radius:54px;box-shadow:inset 0 0 0 2px #c8cacb,inset 0 0 0 6px #e2e3e4,inset 0 0 0 10px #fff;height:744px;padding:82px 18px 86px;width:360px}.device-google-pixel .device-content{border:2px solid #222;border-radius:2px;height:576px;width:324px}.device-google-pixel .device-stripe{border-top:6px solid rgba(51,51,51,.15);bottom:0;left:254px;position:absolute;top:0;width:8px}.device-google-pixel .device-stripe:after,.device-google-pixel .device-stripe:before{border:solid rgba(51,51,51,.15);border-width:0 6px;content:"";height:10px;left:-254px;position:absolute;width:360px;z-index:9}.device-google-pixel .device-stripe:after{top:60px}.device-google-pixel .device-stripe:before{bottom:46px}.device-google-pixel .device-sensors{background:#ddd;border-radius:2.5px;height:5px;left:50%;margin-left:-39px;margin-top:-2.5px;position:absolute;top:41px;width:78px}.device-google-pixel .device-sensors:after,.device-google-pixel .device-sensors:before{background:#333;border-radius:6px;content:"";position:absolute}.device-google-pixel .device-sensors:after{height:12px;left:50%;margin-left:-14px;top:21.5px;width:28px}.device-google-pixel .device-sensors:before{height:10px;left:-81px;margin-top:-5px;top:50%;width:10px}.device-google-pixel .device-btns{background:#c8cacb;height:102px;position:absolute;right:-2px;top:298px;width:3px}.device-google-pixel .device-power{background:#c8cacb;height:50px;position:absolute;right:-2px;top:184px;width:3px}.device-google-pixel.device-black .device-frame{background:#211d1c;box-shadow:inset 0 0 0 2px #363635,inset 0 0 0 6px #6a6967,inset 0 0 0 10px #3d3533}.device-google-pixel.device-black .device-stripe,.device-google-pixel.device-black .device-stripe:after,.device-google-pixel.device-black .device-stripe:before{border-color:#0d0d0d59}.device-google-pixel.device-black .device-sensors{background:#444}.device-google-pixel.device-black .device-sensors:after{background:#0d0d0d}.device-google-pixel.device-black .device-btns,.device-google-pixel.device-black .device-btns:after,.device-google-pixel.device-black .device-btns:before{background:#363635}.device-google-pixel.device-black .device-power{background:#363635}.device-google-pixel.device-blue .device-frame{box-shadow:inset 0 0 0 2px #2a5aff,inset 0 0 0 6px #7695ff,inset 0 0 0 10px #fff}.device-google-pixel.device-blue .device-btns,.device-google-pixel.device-blue .device-btns:after,.device-google-pixel.device-blue .device-btns:before{background:#2a5aff}.device-google-pixel.device-blue .device-power{background:#2a5aff}.device-galaxy-s8{height:686px;width:316px}.device-galaxy-s8 .device-frame{background:#222;border:solid #cfcfcf;border-radius:46px;border-width:4px 0;box-shadow:inset 0 0 0 2px #9c9c9c;height:686px;padding:40px 8px 34px;width:316px}.device-galaxy-s8 .device-content{border:2px solid #222;border-radius:28px;height:617px;width:300px}.device-galaxy-s8 .device-stripe:after,.device-galaxy-s8 .device-stripe:before{border:solid rgba(51,51,51,.15);border-width:4px 0;content:"";height:686px;position:absolute;top:0;width:5px;z-index:9}.device-galaxy-s8 .device-stripe:after{left:40px}.device-galaxy-s8 .device-stripe:before{right:40px}.device-galaxy-s8 .device-sensors{background:#666;border-radius:2.5px;height:4px;left:50%;margin-left:-20px;margin-top:-2px;position:absolute;top:26px;width:40px}.device-galaxy-s8 .device-sensors:after,.device-galaxy-s8 .device-sensors:before{background:#666;border-radius:50%;content:"";position:absolute;top:50%}.device-galaxy-s8 .device-sensors:after{box-shadow:-160px 0 #333,-145px 0 #333,-200px 0 #333;height:6px;margin-top:-3px;right:-75px;width:6px}.device-galaxy-s8 .device-sensors:before{box-shadow:155px 0 #666;height:10px;left:-75px;margin-top:-5px;width:10px}.device-galaxy-s8 .device-btns{background:#9c9c9c;border-radius:2px 0 0 2px;height:98px;left:-2px;position:absolute;top:120px;width:3px}.device-galaxy-s8 .device-btns:after{background:#9c9c9c;border-radius:2px 0 0 2px;content:"";height:45px;left:0;position:absolute;top:138px;width:3px}.device-galaxy-s8 .device-power{background:#9c9c9c;border-radius:0 2px 2px 0;height:46px;position:absolute;right:-2px;top:218px;width:3px}.device-galaxy-s8.device-blue .device-frame{border-color:#a3c5e8;box-shadow:inset 0 0 0 2px #5192d4}.device-galaxy-s8.device-blue .device-stripe:after,.device-galaxy-s8.device-blue .device-stripe:before{border-color:#ffffff59}.device-galaxy-s8.device-blue .device-btns,.device-galaxy-s8.device-blue .device-btns:after{background:#5192d4}.device-galaxy-s8.device-blue .device-power{background:#5192d4}.device-ipad-pro{height:804px;width:560px}.device-ipad-pro .device-frame{background:#fff;border-radius:38px;box-shadow:inset 0 0 0 2px #c8cacb,inset 0 0 0 6px #e2e3e4;height:804px;padding:62px 25px;width:560px}.device-ipad-pro .device-content{border:2px solid #222;border-radius:2px;height:680px;width:510px}.device-ipad-pro .device-header{border:2px solid #c8cacb;border-radius:50%;bottom:17px;height:34px;left:50%;margin-left:-17px;position:absolute;width:34px}.device-ipad-pro .device-sensors{background:#666;border-radius:50%;height:10px;left:50%;margin-left:-5px;margin-top:-5px;position:absolute;top:34px;width:10px}.device-ipad-pro.device-gold .device-frame{box-shadow:inset 0 0 0 2px #e4b08a,inset 0 0 0 6px #f7e8dd}.device-ipad-pro.device-gold .device-header{border-color:#e4b08a}.device-ipad-pro.device-rosegold .device-frame{box-shadow:inset 0 0 0 2px #f6a69a,inset 0 0 0 6px #facfc9}.device-ipad-pro.device-rosegold .device-header{border-color:#f6a69a}.device-ipad-pro.device-spacegray .device-frame{background:#222;box-shadow:inset 0 0 0 2px #818187,inset 0 0 0 6px #9b9ba0}.device-ipad-pro.device-spacegray .device-header{border-color:#818187}.device-surface-pro{height:394px;width:561px}.device-surface-pro .device-frame{background:#0d0d0d;border-radius:10px;box-shadow:inset 0 0 0 2px #c8c8c8;height:394px;margin:0 auto;padding:26px 24px;width:561px}.device-surface-pro .device-content{border:2px solid #121212;border-radius:2px;height:342px;width:513px}.device-surface-pro .device-btns:after,.device-surface-pro .device-btns:before{background:#c8c8c8;content:"";height:2px;position:absolute;top:-2px}.device-surface-pro .device-btns:after{left:48px;width:26px}.device-surface-pro .device-btns:before{left:94px;width:48px}.device-surface-pro .device-sensors{background:#333;border-radius:50%;height:6px;left:50%;margin-left:-3px;margin-top:-3px;position:absolute;top:14px;width:6px}.device-surface-book{height:424px;width:728px}.device-surface-book .device-frame{background:#0d0d0d;border-radius:12px;box-shadow:inset 0 0 0 2px #c8c8c8;height:408px;margin:0 auto;padding:24px 22px;position:relative;width:584px}.device-surface-book .device-content{border:2px solid #121212;border-radius:2px;height:360px;width:540px}.device-surface-book .device-btns:after,.device-surface-book .device-btns:before{background:#c8c8c8;content:"";height:2px;position:absolute;top:-2px}.device-surface-book .device-btns:after{left:122px;width:20px}.device-surface-book .device-btns:before{left:168px;width:44px}.device-surface-book .device-power{background:linear-gradient(to bottom,#eee,#c8c8c8);border:solid #c8c8c8;border-radius:2px;border-width:0 2px;height:12px;margin-top:4px;position:relative;width:728px}.device-surface-book .device-power:after,.device-surface-book .device-power:before{content:"";position:absolute}.device-surface-book .device-power:after{background:radial-gradient(circle at center,#eee 0,#eee 95%,#a2a1a1);border-radius:0 0 6px 6px;height:8px;left:50%;margin-left:-125px;top:0;width:250px;z-index:1}.device-surface-book .device-power:before{background:linear-gradient(to bottom,#eee,#c8c8c8);border-radius:2px 2px 0 0;bottom:12px;height:8px;left:50%;margin-left:-292px;width:584px}.device-macbook-pro{height:444px;width:740px}.device-macbook-pro .device-frame{background:#0d0d0d;border-radius:20px;box-shadow:inset 0 0 0 2px #c8cacb;height:428px;margin:0 auto;padding:29px 19px 39px;position:relative;width:614px}.device-macbook-pro .device-frame:after{background:#272626;border-radius:0 0 20px 20px;bottom:2px;content:"";height:26px;left:2px;position:absolute;width:610px}.device-macbook-pro .device-frame:before{bottom:10px;color:#c8cacb;content:"MacBook Pro";font-size:12px;height:16px;left:50%;line-height:16px;margin-left:-100px;position:absolute;text-align:center;width:200px;z-index:1}.device-macbook-pro .device-content{border:2px solid #121212;border-radius:2px;height:360px;width:576px}.device-macbook-pro .device-power{background:#e2e3e4;border:solid #d5d6d8;border-radius:2px 2px 0 0;border-width:2px 4px 0 4px;height:14px;margin-top:-10px;position:relative;width:740px;z-index:9}.device-macbook-pro .device-power:after,.device-macbook-pro .device-power:before{content:"";position:absolute}.device-macbook-pro .device-power:after{background:#d5d6d8;border-radius:0 0 10px 10px;box-shadow:inset 0 0 4px 2px #babdbf;height:10px;left:50%;margin-left:-60px;top:-2px;width:120px}.device-macbook-pro .device-power:before{background:#a0a3a7;border-radius:0 0 180px 180px/0 0 12px 12px;box-shadow:inset 0 -2px 6px #474a4d;height:12px;left:-4px;margin:0 auto;top:10px;width:740px}.device-macbook-pro.device-spacegray .device-frame{box-shadow:inset 0 0 0 2px #767a7d}.device-macbook-pro.device-spacegray .device-power{background:#909496;border-color:#767a7d}.device-macbook-pro.device-spacegray .device-power:after{background:#83878a;box-shadow:inset 0 0 4px 2px #6a6d70}.device-macbook-pro.device-spacegray .device-power:before{background:#515456;box-shadow:inset 0 -2px 6px #000}.device-macbook{height:432px;width:740px}.device-macbook .device-frame{background:#0d0d0d;border-radius:20px;box-shadow:inset 0 0 0 2px #c8cacb;height:428px;margin:0 auto;padding:29px 19px 39px;position:relative;width:614px}.device-macbook .device-frame:after{background:#272626;border-radius:0 0 20px 20px;bottom:2px;content:"";height:26px;left:2px;position:absolute;width:610px}.device-macbook .device-frame:before{bottom:10px;color:#c8cacb;content:"MacBook";font-size:12px;height:16px;left:50%;line-height:16px;margin-left:-100px;position:absolute;text-align:center;width:200px;z-index:1}.device-macbook .device-content{border:2px solid #121212;border-radius:2px;height:360px;width:576px}.device-macbook .device-power{background:#e2e3e4;border:solid #d5d6d8;border-radius:2px 2px 0 0;border-width:0 4px;height:4px;margin-top:-10px;position:relative;width:740px;z-index:9}.device-macbook .device-power:after,.device-macbook .device-power:before{content:"";position:absolute}.device-macbook .device-power:after{background:radial-gradient(circle at center,#e2e3e4 0,#e2e3e4 85%,#a0a3a7);border:solid #adb0b3;border-width:0 2px;height:4px;left:50%;margin-left:-60px;width:120px}.device-macbook .device-power:before{background:#a0a3a7;border-radius:0 0 180px 180px/0 0 10px 10px;box-shadow:inset 0 -2px 6px #474a4d;height:10px;left:-4px;margin:0 auto;top:4px;width:740px}.device-macbook.device-gold .device-frame{box-shadow:inset 0 0 0 2px #edccb4}.device-macbook.device-gold .device-power{background:#f7e8dd;border-color:#edccb4}.device-macbook.device-gold .device-power:after{background:radial-gradient(circle at center,#f7e8dd 0,#f7e8dd 85%,#dfa276);border-color:#e4b08a}.device-macbook.device-gold .device-power:before{background:#edccb4;box-shadow:inset 0 -2px 6px #83491f}.device-macbook.device-rosegold .device-frame{box-shadow:inset 0 0 0 2px #f6a69a}.device-macbook.device-rosegold .device-power{background:#facfc9;border-color:#f6a69a}.device-macbook.device-rosegold .device-power:after{background:radial-gradient(circle at center,#facfc9 0,#facfc9 85%,#ef6754);border-color:#f6a69a}.device-macbook.device-rosegold .device-power:before{background:#f6a69a;box-shadow:inset 0 -2px 6px #851b0c}.device-macbook.device-spacegray .device-frame{box-shadow:inset 0 0 0 2px #767a7d}.device-macbook.device-spacegray .device-power{background:#909496;border-color:#767a7d}.device-macbook.device-spacegray .device-power:after{background:radial-gradient(circle at center,#909496 0,#909496 85%,#515456);border-color:#5d6163}.device-macbook.device-spacegray .device-power:before{background:#515456;box-shadow:inset 0 -2px 6px #000}.device-surface-studio{height:506px;width:640px}.device-surface-studio .device-frame{background:#0d0d0d;border-radius:10px;box-shadow:inset 0 0 0 2px #000;height:440px;padding:20px;width:640px}.device-surface-studio .device-content{border:2px solid #121212;border-radius:2px;height:400px;width:600px}.device-surface-studio .device-stripe{background:#444;border-radius:0 0 2px 2px;bottom:0;height:4px;left:50%;margin-left:-117px;position:absolute;width:234px}.device-surface-studio .device-stripe:after,.device-surface-studio .device-stripe:before{content:"";left:50%;position:absolute;top:-75px}.device-surface-studio .device-stripe:after{border:6px solid #d5d6d8;border-radius:0 0 18px 18px;border-top:0;box-shadow:inset 0 0 0 4px #c8cacb;height:60px;margin-left:-140px;width:280px;z-index:-1}.device-surface-studio .device-stripe:before{border:15px solid #e2e3e4;border-radius:0 0 4px 4px;border-top:0;height:70px;margin-left:-150px;width:300px;z-index:-2}.device-surface-studio .device-power{background:#eff0f0;border:solid #e2e3e4;border-radius:0 0 2px 2px;border-width:0 4px 2px 4px;height:32px;margin:30px auto 0;position:relative;width:250px}.device-surface-studio .device-power:after{background:#adb0b3;content:"";height:2px;left:-4px;position:absolute;top:4px;width:250px}.device-imac-pro{height:484px;width:624px}.device-imac-pro .device-frame{background:#0d0d0d;border-radius:18px;box-shadow:inset 0 0 0 2px #080808;height:428px;padding:24px 24px 80px;position:relative;width:624px}.device-imac-pro .device-frame:after{background:#2f2e33;border-radius:0 0 18px 18px;bottom:2px;content:"";height:54px;left:2px;position:absolute;width:620px}.device-imac-pro .device-frame:before{bottom:15px;color:#0d0d0d;content:"";font-size:24px;height:24px;left:50%;line-height:24px;margin-left:-100px;position:absolute;text-align:center;width:200px;z-index:9}.device-imac-pro .device-content{border:2px solid #121212;border-radius:2px;height:324px;width:576px}.device-imac-pro .device-power:after,.device-imac-pro .device-power:before{content:""}.device-imac-pro .device-power:after{background:#222225;border-radius:2px;height:6px;margin:0 auto;position:relative;width:180px}.device-imac-pro .device-power:before{border:solid transparent;border-bottom-color:#333;border-width:0 8px 50px 8px;height:50px;margin:0 auto;position:relative;width:130px}.device-apple-watch{height:234px;width:200px}.device-apple-watch .device-frame{background:#0d0d0d;border-radius:40px;box-shadow:inset 0 0 2px 2px #adb0b3,inset 0 0 0 6px #e2e3e4,inset 0 0 0 8px #e2e3e4;height:234px;padding:32px;position:relative;width:200px}.device-apple-watch .device-frame:after{border-radius:30px;box-shadow:inset 0 0 25px #ffffffbf;content:"";height:216px;left:9px;position:absolute;top:9px;width:182px}.device-apple-watch .device-content{border:2px solid #121212;border-radius:2px;height:170px;width:136px}.device-apple-watch .device-btns{background:#e2e3e4;border-left:2px solid #adb0b3;border-radius:8px 4px 4px 8px/20px 4px 4px 20px;box-shadow:inset 0 0 2px 2px #adb0b3;height:44px;position:absolute;right:-10px;top:52px;width:16px;z-index:9}.device-apple-watch .device-btns:after{background:#e2e3e4;border-radius:4px 2px 2px 4px/10px 2px 2px 10px;box-shadow:inset 0 0 1px 2px #adb0b3;content:"";height:66px;position:absolute;right:6px;top:68px;width:8px}.device-apple-watch .device-btns:before{background:#adb0b3;box-shadow:0 -16px #adb0b3,0 -12px #adb0b3,0 -8px #adb0b3,0 -4px #adb0b3,0 4px #adb0b3,0 8px #adb0b3,0 12px #adb0b3,0 16px #adb0b3;content:"";height:2px;margin-top:-1px;position:absolute;right:0;top:50%;width:6px}html,body{margin:0;height:100%;width:100%;overflow:hidden}.links{display:flex;flex-direction:column;margin-left:50px}.links .link{margin-top:20px}.component{height:100%;width:100%;display:flex}.component.first-component{background-color:gray;position:relative}.first-component--inside-scroller{position:absolute;right:20px;top:100px}.component.second-component{background-color:red}.component.third-component{background-color:#00f}.component.fourth-component{background-color:#ff0}.component.fifth-component{background-color:purple}h2{margin:auto;text-align:center}.pagination-additional-class{margin:0;position:fixed;top:20px;display:flex;justify-content:center;width:100%}.pagination-additional-class>li:not(:last-of-type)>a,.pagination-additional-class>li:not(:last-of-type)>span{margin-right:50px}.demo-page-contain{display:flex;justify-content:center;align-items:center;height:100vh;flex-direction:column}.demo-page-contain__hint{margin-bottom:20px}@media (max-width: 768px){.pagination-additional-class>li:not(:last-of-type)>a,.pagination-additional-class>li:not(:last-of-type)>span{margin-right:5px}}.demo-page-full{position:relative}.progress{position:absolute;left:0;bottom:0;width:0;overflow:hidden;transition:all .2s linear}.progress,.progress:before{height:6px}.progress:before{display:block;width:100%;background-color:#4e6af6;content:"";transform-origin:0 100%;transform:skew(45deg)}.progress[style*="100%"]:before{transform:none}
|
package/lib/withTheme/index.d.ts
CHANGED
@@ -1,6 +1,4 @@
|
|
1
|
-
import { Breakpoint,
|
2
|
-
import { type PaletteOptions } from '@mui/material/styles/createPalette';
|
3
|
-
import { type TypographyOptions } from '@mui/material/styles/createTypography';
|
1
|
+
import { Breakpoint, PaletteMode, PaletteOptions, TypographyOptions } from '@mui/material';
|
4
2
|
declare function withTheme<P extends object>(Component: React.ComponentType<P>, { mode, pageWidth, palette, typography, }?: {
|
5
3
|
mode?: PaletteMode;
|
6
4
|
pageWidth?: Breakpoint;
|
package/lib/withTheme/index.js
CHANGED
@@ -1,33 +1,28 @@
|
|
1
|
-
import {
|
2
|
-
import { useEffect } from
|
3
|
-
import {
|
4
|
-
import CssBaseline from
|
5
|
-
import { createTheme
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
1
|
+
import { jsxs as c, jsx as e } from "react/jsx-runtime";
|
2
|
+
import { useEffect as p } from "react";
|
3
|
+
import { css as f, Global as h } from "@emotion/react";
|
4
|
+
import { CssBaseline as d } from "@mui/material";
|
5
|
+
import { createTheme as y } from "../Theme/theme.js";
|
6
|
+
import u from "../Theme/theme-provider.js";
|
7
|
+
function S(r, {
|
8
|
+
mode: i = "light",
|
9
|
+
pageWidth: n = "md",
|
10
|
+
palette: s,
|
11
|
+
typography: a
|
11
12
|
} = {}) {
|
12
|
-
const
|
13
|
-
|
14
|
-
|
15
|
-
palette,
|
16
|
-
typography
|
17
|
-
});
|
18
|
-
const globalStyles = css`
|
19
|
-
font-family: ${theme.typography.fontFamily};
|
20
|
-
color: ${theme.typography.color.main};
|
13
|
+
const o = y({ mode: i, pageWidth: n, palette: s, typography: a }), m = f`
|
14
|
+
font-family: ${o.typography.fontFamily};
|
15
|
+
color: ${o.typography.color.main};
|
21
16
|
|
22
17
|
a,
|
23
18
|
a:hover,
|
24
19
|
a:active {
|
25
20
|
text-decoration: none;
|
26
|
-
color: ${
|
21
|
+
color: ${o.palette.primary.dark};
|
27
22
|
}
|
28
23
|
|
29
24
|
a:hover {
|
30
|
-
color: ${
|
25
|
+
color: ${o.palette.primary.main};
|
31
26
|
}
|
32
27
|
|
33
28
|
.section--latest-post {
|
@@ -48,21 +43,17 @@ function withTheme(Component, {
|
|
48
43
|
}
|
49
44
|
}
|
50
45
|
`;
|
51
|
-
return function
|
52
|
-
|
53
|
-
const
|
54
|
-
|
55
|
-
|
56
|
-
}
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
children: [/*#__PURE__*/_jsx(CssBaseline, {}), /*#__PURE__*/_jsx(Global, {
|
61
|
-
styles: globalStyles
|
62
|
-
}), /*#__PURE__*/_jsx(Component, {
|
63
|
-
...props
|
64
|
-
})]
|
65
|
-
});
|
46
|
+
return function(l) {
|
47
|
+
return p(() => {
|
48
|
+
const t = document.querySelector("#jss-server-side");
|
49
|
+
t && t.parentNode && t.parentNode.removeChild(t);
|
50
|
+
}, []), /* @__PURE__ */ c(u, { theme: o, children: [
|
51
|
+
/* @__PURE__ */ e(d, {}),
|
52
|
+
/* @__PURE__ */ e(h, { styles: m }),
|
53
|
+
/* @__PURE__ */ e(r, { ...l })
|
54
|
+
] });
|
66
55
|
};
|
67
56
|
}
|
68
|
-
export
|
57
|
+
export {
|
58
|
+
S as default
|
59
|
+
};
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { Component } from 'react';
|
1
2
|
export default class ErrorBoundary extends Component<any, any, any> {
|
2
3
|
constructor(props: any);
|
3
4
|
state: {
|
@@ -6,4 +7,3 @@ export default class ErrorBoundary extends Component<any, any, any> {
|
|
6
7
|
componentDidCatch(error: any, info: any): void;
|
7
8
|
render(): any;
|
8
9
|
}
|
9
|
-
import { Component } from 'react';
|
@@ -1,34 +1,20 @@
|
|
1
|
-
import { jsx as
|
2
|
-
|
3
|
-
import
|
4
|
-
import
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
super(props);
|
9
|
-
this.state = {
|
10
|
-
error: null
|
11
|
-
};
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
2
|
+
import { Component as s } from "react";
|
3
|
+
import * as t from "@sentry/browser";
|
4
|
+
import i from "../Alert/index.js";
|
5
|
+
class m extends s {
|
6
|
+
constructor(r) {
|
7
|
+
super(r), this.state = { error: null };
|
12
8
|
}
|
13
|
-
componentDidCatch(
|
14
|
-
this.setState({
|
15
|
-
|
16
|
-
});
|
17
|
-
Sentry.withScope(scope => {
|
18
|
-
scope.setExtras(info);
|
19
|
-
Sentry.captureException(error);
|
9
|
+
componentDidCatch(r, e) {
|
10
|
+
this.setState({ error: r }), t.withScope((o) => {
|
11
|
+
o.setExtras(e), t.captureException(r);
|
20
12
|
});
|
21
13
|
}
|
22
14
|
render() {
|
23
|
-
|
24
|
-
return /*#__PURE__*/_jsx(Alert, {
|
25
|
-
type: "error",
|
26
|
-
variant: "icon",
|
27
|
-
children: "Oops! We encountered an error, please try reload this application."
|
28
|
-
});
|
29
|
-
}
|
30
|
-
|
31
|
-
// eslint-disable-next-line react/prop-types
|
32
|
-
return this.props.children;
|
15
|
+
return this.state.error ? /* @__PURE__ */ n(i, { type: "error", variant: "icon", children: "Oops! We encountered an error, please try reload this application." }) : this.props.children;
|
33
16
|
}
|
34
|
-
}
|
17
|
+
}
|
18
|
+
export {
|
19
|
+
m as default
|
20
|
+
};
|
package/lib/withTracker/index.js
CHANGED
@@ -1,50 +1,23 @@
|
|
1
|
-
import { jsx as
|
2
|
-
import { useLocation } from
|
3
|
-
import { useMount, useDeepCompareEffect } from
|
4
|
-
import
|
5
|
-
|
6
|
-
|
7
|
-
const
|
8
|
-
|
9
|
-
|
10
|
-
}
|
11
|
-
if (trackingId) {
|
12
|
-
ReactGA.send({
|
13
|
-
hitType: 'pageview',
|
14
|
-
page,
|
15
|
-
title
|
16
|
-
});
|
17
|
-
}
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
2
|
+
import { useLocation as f } from "react-router-dom";
|
3
|
+
import { useMount as d, useDeepCompareEffect as u } from "ahooks";
|
4
|
+
import a from "react-ga4";
|
5
|
+
const w = (c) => {
|
6
|
+
var i;
|
7
|
+
const n = ((i = window.blocklet) == null ? void 0 : i.GA_MEASUREMENT_ID) || "", r = (o, e = document.title) => {
|
8
|
+
!process.env.NODE_ENV || process.env.NODE_ENV === "development" || n && a.send({ hitType: "pageview", page: o, title: e });
|
9
|
+
}, p = (o, e, t, s) => {
|
10
|
+
n && a.event({ category: o, action: e, label: t, value: s, transport: "beacon" });
|
18
11
|
};
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
transport: 'beacon'
|
27
|
-
});
|
28
|
-
}
|
12
|
+
return n && a.initialize(n), window.trackPage = r, window.trackEvent = p, function(e) {
|
13
|
+
const t = f();
|
14
|
+
return d(() => {
|
15
|
+
r(t.pathname);
|
16
|
+
}), u(() => {
|
17
|
+
r(t.pathname);
|
18
|
+
}, [t.pathname]), /* @__PURE__ */ m(c, { ...e });
|
29
19
|
};
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
// @ts-ignore
|
35
|
-
window.trackPage = trackPage;
|
36
|
-
// @ts-ignore
|
37
|
-
window.trackEvent = trackEvent;
|
38
|
-
return function TrackedComponent(props) {
|
39
|
-
const location = useLocation();
|
40
|
-
useMount(() => {
|
41
|
-
trackPage(location.pathname);
|
42
|
-
});
|
43
|
-
useDeepCompareEffect(() => {
|
44
|
-
trackPage(location.pathname);
|
45
|
-
}, [location.pathname]);
|
46
|
-
return /*#__PURE__*/_jsx(WrappedComponent, {
|
47
|
-
...props
|
48
|
-
});
|
49
|
-
};
|
50
|
-
};
|
20
|
+
};
|
21
|
+
export {
|
22
|
+
w as default
|
23
|
+
};
|