@blockscout/ui-toolkit 0.0.1-alpha.1 → 0.0.1-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/chakra/accordion.d.ts +1 -1
- package/dist/chakra/drawer.d.ts +1 -1
- package/dist/chakra/popover.d.ts +1 -2
- package/dist/chakra/select.d.ts +4 -1
- package/dist/components/AdaptiveTabs/index.d.ts +3 -0
- package/dist/components/Hint/Hint.d.ts +11 -0
- package/dist/components/RoutedTabs/index.d.ts +3 -0
- package/dist/components/buttons/BackToButton.d.ts +7 -0
- package/dist/components/buttons/ClearButton.d.ts +6 -0
- package/dist/components/{Filter → filters}/FilterInput.d.ts +2 -3
- package/dist/components/forms/components/FormFieldError.d.ts +7 -0
- package/dist/components/forms/components/index.d.ts +1 -0
- package/dist/components/forms/fields/FormFieldAddress.d.ts +5 -0
- package/dist/components/forms/fields/FormFieldCheckbox.d.ts +9 -0
- package/dist/components/forms/fields/FormFieldColor.d.ts +9 -0
- package/dist/components/forms/fields/FormFieldEmail.d.ts +5 -0
- package/dist/components/forms/fields/FormFieldSelect.d.ts +7 -0
- package/dist/components/forms/fields/FormFieldSelectAsync.d.ts +7 -0
- package/dist/components/forms/fields/FormFieldText.d.ts +8 -0
- package/dist/components/forms/fields/FormFieldUrl.d.ts +4 -0
- package/dist/components/forms/fields/image/FormFieldImagePreview.d.ts +13 -0
- package/dist/components/forms/fields/image/useImageField.d.ts +25 -0
- package/dist/components/forms/fields/index.d.ts +10 -0
- package/dist/components/forms/fields/types.d.ts +19 -0
- package/dist/components/forms/inputs/file/DragAndDropArea.d.ts +11 -0
- package/dist/components/forms/inputs/file/FileInput.d.ts +13 -0
- package/dist/components/forms/inputs/file/FileSnippet.d.ts +11 -0
- package/dist/components/forms/inputs/file/utils.d.ts +2 -0
- package/dist/components/forms/inputs/index.d.ts +3 -0
- package/dist/components/forms/utils/getFormFieldErrorText.d.ts +2 -0
- package/dist/components/forms/utils/index.d.ts +1 -0
- package/dist/components/forms/validators/address.d.ts +3 -0
- package/dist/components/forms/validators/color.d.ts +2 -0
- package/dist/components/forms/validators/email.d.ts +2 -0
- package/dist/components/forms/validators/index.d.ts +7 -0
- package/dist/components/forms/validators/signature.d.ts +1 -0
- package/dist/components/forms/validators/text.d.ts +1 -0
- package/dist/components/forms/validators/transaction.d.ts +2 -0
- package/dist/components/forms/validators/url.d.ts +3 -0
- package/dist/components/truncation/TruncatedTextTooltip.d.ts +8 -0
- package/dist/hooks/useClipboard.d.ts +1 -1
- package/dist/hooks/useFirstMountState.d.ts +1 -0
- package/dist/hooks/useIsSticky.d.ts +2 -0
- package/dist/hooks/useUpdateEffect.d.ts +2 -0
- package/dist/hooks/useViewportSize.d.ts +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +10479 -0
- package/dist/package/src/index.d.ts +29 -11
- package/dist/theme/recipes/alert.recipe.d.ts +6 -46
- package/dist/theme/recipes/badge.recipe.d.ts +11 -44
- package/dist/theme/recipes/button.recipe.d.ts +17 -20
- package/dist/theme/recipes/close-button.recipe.d.ts +0 -3
- package/dist/theme/recipes/dialog.recipe.d.ts +1 -1
- package/dist/theme/recipes/drawer.recipe.d.ts +1 -1
- package/dist/theme/recipes/index.d.ts +47 -147
- package/dist/theme/recipes/link.recipe.d.ts +1 -9
- package/dist/theme/recipes/list.recipe.d.ts +1 -1
- package/dist/theme/recipes/menu.recipe.d.ts +1 -1
- package/dist/theme/recipes/select.recipe.d.ts +1 -1
- package/dist/theme/recipes/skeleton.recipe.d.ts +5 -6
- package/dist/theme/recipes/table.recipe.d.ts +1 -1
- package/dist/theme/recipes/tag.recipe.d.ts +0 -12
- package/dist/theme/recipes/toast.recipe.d.ts +1 -1
- package/dist/theme/theme.d.ts +1 -0
- package/dist/utils/consts.d.ts +15 -0
- package/dist/utils/guards.d.ts +2 -0
- package/dist/utils/htmlEntities.d.ts +26 -0
- package/dist/utils/isBrowser.d.ts +1 -0
- package/dist/utils/regexp.d.ts +6 -0
- package/dist/utils/url.d.ts +6 -0
- package/package.json +17 -28
- package/dist/_virtual/Button.js +0 -4
- package/dist/_virtual/Element.js +0 -4
- package/dist/_virtual/Link.js +0 -4
- package/dist/_virtual/_commonjsHelpers.js +0 -4
- package/dist/_virtual/animate-scroll.js +0 -4
- package/dist/_virtual/cancel-events.js +0 -4
- package/dist/_virtual/index.js +0 -5
- package/dist/_virtual/index2.js +0 -4
- package/dist/_virtual/index3.js +0 -4
- package/dist/_virtual/index4.js +0 -4
- package/dist/_virtual/jsx-runtime.js +0 -5
- package/dist/_virtual/jsx-runtime2.js +0 -4
- package/dist/_virtual/passive-event-listeners.js +0 -4
- package/dist/_virtual/react-is.development.js +0 -4
- package/dist/_virtual/react-is.production.min.js +0 -4
- package/dist/_virtual/react-jsx-runtime.development.js +0 -4
- package/dist/_virtual/react-jsx-runtime.production.min.js +0 -4
- package/dist/_virtual/scroll-element.js +0 -4
- package/dist/_virtual/scroll-events.js +0 -4
- package/dist/_virtual/scroll-hash.js +0 -4
- package/dist/_virtual/scroll-link.js +0 -4
- package/dist/_virtual/scroll-spy.js +0 -4
- package/dist/_virtual/scroller.js +0 -4
- package/dist/_virtual/smooth.js +0 -4
- package/dist/_virtual/utils.js +0 -4
- package/dist/chakra/accordion.js +0 -61
- package/dist/chakra/alert.js +0 -45
- package/dist/chakra/avatar.js +0 -36
- package/dist/chakra/badge.js +0 -18
- package/dist/chakra/button.js +0 -65
- package/dist/chakra/checkbox.js +0 -33
- package/dist/chakra/close-button.js +0 -13
- package/dist/chakra/collapsible.js +0 -58
- package/dist/chakra/color-mode.js +0 -35
- package/dist/chakra/dialog.js +0 -47
- package/dist/chakra/drawer.js +0 -39
- package/dist/chakra/field.js +0 -65
- package/dist/chakra/heading.js +0 -12
- package/dist/chakra/icon-button.js +0 -44
- package/dist/chakra/image.js +0 -30
- package/dist/chakra/input-group.js +0 -47
- package/dist/chakra/input.js +0 -5
- package/dist/chakra/link.js +0 -68
- package/dist/chakra/menu.js +0 -63
- package/dist/chakra/pin-input.js +0 -15
- package/dist/chakra/popover.js +0 -69
- package/dist/chakra/progress-circle.js +0 -17
- package/dist/chakra/provider.js +0 -10
- package/dist/chakra/radio.js +0 -17
- package/dist/chakra/rating.js +0 -21
- package/dist/chakra/select.js +0 -185
- package/dist/chakra/skeleton.js +0 -40
- package/dist/chakra/slider.js +0 -39
- package/dist/chakra/switch.js +0 -19
- package/dist/chakra/table.js +0 -66
- package/dist/chakra/tabs.js +0 -29
- package/dist/chakra/tag.js +0 -51
- package/dist/chakra/textarea.js +0 -5
- package/dist/chakra/toaster.js +0 -31
- package/dist/chakra/tooltip.js +0 -85
- package/dist/chakra.d.ts +0 -1
- package/dist/chakra.js +0 -155
- package/dist/components/ButtonBackTo.d.ts +0 -8
- package/dist/components/ButtonBackTo.js +0 -22
- package/dist/components/Filter/FilterInput.js +0 -48
- package/dist/components/TruncatedTextTooltip.d.ts +0 -9
- package/dist/components/TruncatedTextTooltip.js +0 -49
- package/dist/components/index.d.ts +0 -1
- package/dist/components.d.ts +0 -2
- package/dist/components.js +0 -1
- package/dist/configs/app/api.js +0 -23
- package/dist/configs/app/app.js +0 -19
- package/dist/configs/app/chain.js +0 -30
- package/dist/configs/app/features/account.js +0 -13
- package/dist/configs/app/features/addressMetadata.js +0 -15
- package/dist/configs/app/features/addressProfileAPI.js +0 -25
- package/dist/configs/app/features/addressVerification.js +0 -17
- package/dist/configs/app/features/adsBanner.js +0 -50
- package/dist/configs/app/features/adsText.js +0 -16
- package/dist/configs/app/features/advancedFilter.js +0 -11
- package/dist/configs/app/features/beaconChain.js +0 -15
- package/dist/configs/app/features/blockchainInteraction.js +0 -15
- package/dist/configs/app/features/bridgedTokens.js +0 -16
- package/dist/configs/app/features/celo.js +0 -13
- package/dist/configs/app/features/csvExport.js +0 -14
- package/dist/configs/app/features/dataAvailability.js +0 -11
- package/dist/configs/app/features/deFiDropdown.js +0 -12
- package/dist/configs/app/features/easterEggBadge.js +0 -12
- package/dist/configs/app/features/externalTxs.js +0 -14
- package/dist/configs/app/features/faultProofSystem.js +0 -12
- package/dist/configs/app/features/gasTracker.js +0 -17
- package/dist/configs/app/features/getGasButton.js +0 -17
- package/dist/configs/app/features/googleAnalytics.js +0 -12
- package/dist/configs/app/features/graphqlApiDocs.js +0 -12
- package/dist/configs/app/features/growthBook.js +0 -12
- package/dist/configs/app/features/index.js +0 -92
- package/dist/configs/app/features/marketplace.js +0 -46
- package/dist/configs/app/features/metasuites.js +0 -11
- package/dist/configs/app/features/mixpanel.js +0 -12
- package/dist/configs/app/features/mudFramework.js +0 -12
- package/dist/configs/app/features/multichainButton.js +0 -18
- package/dist/configs/app/features/nameService.js +0 -15
- package/dist/configs/app/features/pools.js +0 -15
- package/dist/configs/app/features/publicTagsSubmission.js +0 -17
- package/dist/configs/app/features/restApiDocs.js +0 -12
- package/dist/configs/app/features/rewards.js +0 -17
- package/dist/configs/app/features/rollbar.js +0 -20
- package/dist/configs/app/features/rollup.js +0 -37
- package/dist/configs/app/features/safe.js +0 -23
- package/dist/configs/app/features/saveOnGas.js +0 -13
- package/dist/configs/app/features/sol2uml.js +0 -16
- package/dist/configs/app/features/stats.js +0 -16
- package/dist/configs/app/features/suave.js +0 -11
- package/dist/configs/app/features/txInterpretation.js +0 -16
- package/dist/configs/app/features/userOps.js +0 -11
- package/dist/configs/app/features/validators.js +0 -16
- package/dist/configs/app/features/verifiedTokens.js +0 -15
- package/dist/configs/app/features/web3Wallet.js +0 -24
- package/dist/configs/app/features/xStarScore.js +0 -12
- package/dist/configs/app/index.js +0 -19
- package/dist/configs/app/meta.js +0 -16
- package/dist/configs/app/services.js +0 -9
- package/dist/configs/app/ui/views/address.js +0 -36
- package/dist/configs/app/ui/views/block.js +0 -11
- package/dist/configs/app/ui/views/index.js +0 -12
- package/dist/configs/app/ui/views/nft.js +0 -10
- package/dist/configs/app/ui/views/token.js +0 -7
- package/dist/configs/app/ui/views/tx.js +0 -15
- package/dist/configs/app/ui.js +0 -128
- package/dist/configs/app/utils.js +0 -45
- package/dist/hooks/useClipboard.js +0 -27
- package/dist/hooks/useDisclosure.js +0 -17
- package/dist/hooks/useViewportSize.js +0 -17
- package/dist/hooks.d.ts +0 -1
- package/dist/hooks.js +0 -8
- package/dist/icons/arrows/east-mini.svg.js +0 -4
- package/dist/icons/arrows/east.svg.js +0 -4
- package/dist/icons/check.svg.js +0 -4
- package/dist/icons/close.svg.js +0 -4
- package/dist/icons/info_filled.svg.js +0 -4
- package/dist/icons/link_external.svg.js +0 -4
- package/dist/icons/star_filled.svg.js +0 -4
- package/dist/icons/star_outline.svg.js +0 -4
- package/dist/lib/consts.js +0 -10
- package/dist/lib/hooks/useFirstMountState.js +0 -8
- package/dist/lib/hooks/useIsMobile.js +0 -7
- package/dist/lib/hooks/useUpdateEffect.js +0 -12
- package/dist/lib/html-entities.js +0 -5
- package/dist/lib/isBrowser.js +0 -6
- package/dist/lib/regexp.js +0 -4
- package/dist/lib/settings/colorTheme.js +0 -33
- package/dist/lib/stripTrailingSlash.js +0 -4
- package/dist/node_modules/@uidotdev/usehooks/index.js +0 -51
- package/dist/node_modules/bignumber.js/bignumber.js +0 -627
- package/dist/node_modules/es-toolkit/dist/function/debounce.js +0 -30
- package/dist/node_modules/es-toolkit/dist/function/throttle.js +0 -11
- package/dist/node_modules/lodash.throttle/index.js +0 -95
- package/dist/node_modules/object-assign/index.js +0 -54
- package/dist/node_modules/prop-types/checkPropTypes.js +0 -54
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -52
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -329
- package/dist/node_modules/prop-types/index.js +0 -17
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -10
- package/dist/node_modules/prop-types/lib/has.js +0 -7
- package/dist/node_modules/react-icons/lib/iconBase.js +0 -108
- package/dist/node_modules/react-icons/lib/iconContext.js +0 -12
- package/dist/node_modules/react-icons/lu/index.js +0 -12
- package/dist/node_modules/react-is/cjs/react-is.development.js +0 -95
- package/dist/node_modules/react-is/cjs/react-is.production.min.js +0 -78
- package/dist/node_modules/react-is/index.js +0 -10
- package/dist/node_modules/react-scroll/modules/components/Button.js +0 -58
- package/dist/node_modules/react-scroll/modules/components/Element.js +0 -72
- package/dist/node_modules/react-scroll/modules/components/Link.js +0 -49
- package/dist/node_modules/react-scroll/modules/index.js +0 -26
- package/dist/node_modules/react-scroll/modules/mixins/Helpers.js +0 -192
- package/dist/node_modules/react-scroll/modules/mixins/animate-scroll.js +0 -132
- package/dist/node_modules/react-scroll/modules/mixins/cancel-events.js +0 -20
- package/dist/node_modules/react-scroll/modules/mixins/passive-event-listeners.js +0 -27
- package/dist/node_modules/react-scroll/modules/mixins/scroll-element.js +0 -98
- package/dist/node_modules/react-scroll/modules/mixins/scroll-events.js +0 -23
- package/dist/node_modules/react-scroll/modules/mixins/scroll-hash.js +0 -61
- package/dist/node_modules/react-scroll/modules/mixins/scroll-link.js +0 -171
- package/dist/node_modules/react-scroll/modules/mixins/scroll-spy.js +0 -79
- package/dist/node_modules/react-scroll/modules/mixins/scroller.js +0 -62
- package/dist/node_modules/react-scroll/modules/mixins/smooth.js +0 -72
- package/dist/node_modules/react-scroll/modules/mixins/utils.js +0 -55
- package/dist/package/node_modules/react/cjs/react-jsx-runtime.development.js +0 -604
- package/dist/package/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -28
- package/dist/package/node_modules/react/jsx-runtime.js +0 -10
- package/dist/theme/foundations/animations.js +0 -15
- package/dist/theme/foundations/animations.ts +0 -12
- package/dist/theme/foundations/borders.js +0 -12
- package/dist/theme/foundations/borders.ts +0 -13
- package/dist/theme/foundations/breakpoints.js +0 -11
- package/dist/theme/foundations/breakpoints.ts +0 -10
- package/dist/theme/foundations/colors.js +0 -163
- package/dist/theme/foundations/colors.ts +0 -162
- package/dist/theme/foundations/durations.js +0 -12
- package/dist/theme/foundations/durations.ts +0 -15
- package/dist/theme/foundations/semanticTokens.js +0 -474
- package/dist/theme/foundations/semanticTokens.ts +0 -475
- package/dist/theme/foundations/shadows.js +0 -16
- package/dist/theme/foundations/shadows.ts +0 -19
- package/dist/theme/foundations/typography.js +0 -92
- package/dist/theme/foundations/typography.ts +0 -93
- package/dist/theme/foundations/zIndex.js +0 -24
- package/dist/theme/foundations/zIndex.ts +0 -20
- package/dist/theme/globalCss.js +0 -51
- package/dist/theme/globalCss.ts +0 -57
- package/dist/theme/globals/address-entity.js +0 -34
- package/dist/theme/globals/address-entity.ts +0 -33
- package/dist/theme/globals/recaptcha.js +0 -21
- package/dist/theme/globals/recaptcha.ts +0 -20
- package/dist/theme/globals/scrollbar.js +0 -33
- package/dist/theme/globals/scrollbar.ts +0 -32
- package/dist/theme/index.d.ts +0 -1
- package/dist/theme/index.ts +0 -1
- package/dist/theme/recipes/accordion.recipe.js +0 -143
- package/dist/theme/recipes/accordion.recipe.ts +0 -145
- package/dist/theme/recipes/alert.recipe.js +0 -134
- package/dist/theme/recipes/alert.recipe.ts +0 -138
- package/dist/theme/recipes/badge.recipe.js +0 -119
- package/dist/theme/recipes/badge.recipe.ts +0 -117
- package/dist/theme/recipes/button.recipe.js +0 -272
- package/dist/theme/recipes/button.recipe.ts +0 -270
- package/dist/theme/recipes/checkbox.recipe.js +0 -53
- package/dist/theme/recipes/checkbox.recipe.ts +0 -56
- package/dist/theme/recipes/checkmark.recipe.js +0 -73
- package/dist/theme/recipes/checkmark.recipe.ts +0 -73
- package/dist/theme/recipes/close-button.recipe.js +0 -39
- package/dist/theme/recipes/close-button.recipe.ts +0 -37
- package/dist/theme/recipes/dialog.recipe.js +0 -210
- package/dist/theme/recipes/dialog.recipe.ts +0 -213
- package/dist/theme/recipes/drawer.recipe.js +0 -168
- package/dist/theme/recipes/drawer.recipe.ts +0 -173
- package/dist/theme/recipes/field.recipe.js +0 -174
- package/dist/theme/recipes/field.recipe.ts +0 -175
- package/dist/theme/recipes/index.js +0 -69
- package/dist/theme/recipes/index.ts +0 -68
- package/dist/theme/recipes/input.recipe.js +0 -116
- package/dist/theme/recipes/input.recipe.ts +0 -119
- package/dist/theme/recipes/link.recipe.js +0 -88
- package/dist/theme/recipes/link.recipe.ts +0 -86
- package/dist/theme/recipes/list.recipe.js +0 -65
- package/dist/theme/recipes/list.recipe.ts +0 -67
- package/dist/theme/recipes/menu.recipe.js +0 -104
- package/dist/theme/recipes/menu.recipe.ts +0 -105
- package/dist/theme/recipes/pin-input.recipe.js +0 -34
- package/dist/theme/recipes/pin-input.recipe.ts +0 -35
- package/dist/theme/recipes/popover.recipe.js +0 -72
- package/dist/theme/recipes/popover.recipe.ts +0 -70
- package/dist/theme/recipes/progress-circle.recipe.js +0 -74
- package/dist/theme/recipes/progress-circle.recipe.ts +0 -74
- package/dist/theme/recipes/radio-group.recipe.js +0 -69
- package/dist/theme/recipes/radio-group.recipe.ts +0 -73
- package/dist/theme/recipes/radiomark.recipe.js +0 -87
- package/dist/theme/recipes/radiomark.recipe.ts +0 -91
- package/dist/theme/recipes/rating-group.recipe.js +0 -84
- package/dist/theme/recipes/rating-group.recipe.ts +0 -93
- package/dist/theme/recipes/select.recipe.js +0 -275
- package/dist/theme/recipes/select.recipe.ts +0 -277
- package/dist/theme/recipes/skeleton.recipe.js +0 -54
- package/dist/theme/recipes/skeleton.recipe.ts +0 -55
- package/dist/theme/recipes/spinner.recipe.js +0 -33
- package/dist/theme/recipes/spinner.recipe.ts +0 -31
- package/dist/theme/recipes/stat.recipe.js +0 -101
- package/dist/theme/recipes/stat.recipe.ts +0 -101
- package/dist/theme/recipes/switch.recipe.js +0 -125
- package/dist/theme/recipes/switch.recipe.ts +0 -130
- package/dist/theme/recipes/table.recipe.js +0 -83
- package/dist/theme/recipes/table.recipe.ts +0 -84
- package/dist/theme/recipes/tabs.recipe.js +0 -216
- package/dist/theme/recipes/tabs.recipe.ts +0 -219
- package/dist/theme/recipes/tag.recipe.js +0 -157
- package/dist/theme/recipes/tag.recipe.ts +0 -158
- package/dist/theme/recipes/textarea.recipe.js +0 -86
- package/dist/theme/recipes/textarea.recipe.ts +0 -86
- package/dist/theme/recipes/toast.recipe.js +0 -98
- package/dist/theme/recipes/toast.recipe.ts +0 -97
- package/dist/theme/recipes/tooltip.recipe.js +0 -87
- package/dist/theme/recipes/tooltip.recipe.ts +0 -85
- package/dist/theme/theme.js +0 -40
- package/dist/theme/theme.ts +0 -41
- package/dist/theme/utils/entries.js +0 -11
- package/dist/theme/utils/entries.ts +0 -12
- package/dist/theme.d.ts +0 -2
- package/dist/theme.js +0 -4
- package/dist/types/client/adProviders.js +0 -12
- package/dist/types/client/contract.js +0 -13
- package/dist/types/client/gasTracker.js +0 -7
- package/dist/types/client/navigation.js +0 -4
- package/dist/types/client/rollup.js +0 -11
- package/dist/types/client/txInterpretation.js +0 -8
- package/dist/types/client/validators.js +0 -8
- package/dist/types/client/wallets.js +0 -8
- package/dist/types/homepage.js +0 -15
- package/dist/types/views/address.js +0 -14
- package/dist/types/views/block.js +0 -12
- package/dist/types/views/tx.js +0 -16
- package/dist/ui/shared/forms/validators/url.js +0 -12
- package/dist/utils/getComponentDisplayName.js +0 -7
- package/dist/utils/index.d.ts +0 -1
- package/dist/utils.d.ts +0 -2
- package/dist/utils.js +0 -4
|
@@ -1,604 +0,0 @@
|
|
|
1
|
-
import { __exports as m } from "../../../../_virtual/react-jsx-runtime.development.js";
|
|
2
|
-
import ir from "react";
|
|
3
|
-
/**
|
|
4
|
-
* @license React
|
|
5
|
-
* react-jsx-runtime.development.js
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the MIT license found in the
|
|
10
|
-
* LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
var Ee;
|
|
13
|
-
function sr() {
|
|
14
|
-
return Ee ? m : (Ee = 1, process.env.NODE_ENV !== "production" && function() {
|
|
15
|
-
var ye = ir, k = Symbol.for("react.element"), Re = Symbol.for("react.portal"), T = Symbol.for("react.fragment"), U = Symbol.for("react.strict_mode"), B = Symbol.for("react.profiler"), K = Symbol.for("react.provider"), N = Symbol.for("react.context"), C = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), D = Symbol.for("react.suspense_list"), O = Symbol.for("react.memo"), F = Symbol.for("react.lazy"), _e = Symbol.for("react.offscreen"), G = Symbol.iterator, me = "@@iterator";
|
|
16
|
-
function Te(e) {
|
|
17
|
-
if (e === null || typeof e != "object")
|
|
18
|
-
return null;
|
|
19
|
-
var r = G && e[G] || e[me];
|
|
20
|
-
return typeof r == "function" ? r : null;
|
|
21
|
-
}
|
|
22
|
-
var h = ye.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
23
|
-
function f(e) {
|
|
24
|
-
{
|
|
25
|
-
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
26
|
-
t[n - 1] = arguments[n];
|
|
27
|
-
Ce("error", e, t);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
function Ce(e, r, t) {
|
|
31
|
-
{
|
|
32
|
-
var n = h.ReactDebugCurrentFrame, o = n.getStackAddendum();
|
|
33
|
-
o !== "" && (r += "%s", t = t.concat([o]));
|
|
34
|
-
var u = t.map(function(i) {
|
|
35
|
-
return String(i);
|
|
36
|
-
});
|
|
37
|
-
u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
var Oe = !1, Pe = !1, Se = !1, we = !1, je = !1, J;
|
|
41
|
-
J = Symbol.for("react.module.reference");
|
|
42
|
-
function ke(e) {
|
|
43
|
-
return !!(typeof e == "string" || typeof e == "function" || e === T || e === B || je || e === U || e === x || e === D || we || e === _e || Oe || Pe || Se || typeof e == "object" && e !== null && (e.$$typeof === F || e.$$typeof === O || e.$$typeof === K || e.$$typeof === N || e.$$typeof === C || // This needs to include all possible module reference object
|
|
44
|
-
// types supported by any Flight configuration anywhere since
|
|
45
|
-
// we don't know which Flight build this will end up being used
|
|
46
|
-
// with.
|
|
47
|
-
e.$$typeof === J || e.getModuleId !== void 0));
|
|
48
|
-
}
|
|
49
|
-
function xe(e, r, t) {
|
|
50
|
-
var n = e.displayName;
|
|
51
|
-
if (n)
|
|
52
|
-
return n;
|
|
53
|
-
var o = r.displayName || r.name || "";
|
|
54
|
-
return o !== "" ? t + "(" + o + ")" : t;
|
|
55
|
-
}
|
|
56
|
-
function q(e) {
|
|
57
|
-
return e.displayName || "Context";
|
|
58
|
-
}
|
|
59
|
-
function p(e) {
|
|
60
|
-
if (e == null)
|
|
61
|
-
return null;
|
|
62
|
-
if (typeof e.tag == "number" && f("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
63
|
-
return e.displayName || e.name || null;
|
|
64
|
-
if (typeof e == "string")
|
|
65
|
-
return e;
|
|
66
|
-
switch (e) {
|
|
67
|
-
case T:
|
|
68
|
-
return "Fragment";
|
|
69
|
-
case Re:
|
|
70
|
-
return "Portal";
|
|
71
|
-
case B:
|
|
72
|
-
return "Profiler";
|
|
73
|
-
case U:
|
|
74
|
-
return "StrictMode";
|
|
75
|
-
case x:
|
|
76
|
-
return "Suspense";
|
|
77
|
-
case D:
|
|
78
|
-
return "SuspenseList";
|
|
79
|
-
}
|
|
80
|
-
if (typeof e == "object")
|
|
81
|
-
switch (e.$$typeof) {
|
|
82
|
-
case N:
|
|
83
|
-
var r = e;
|
|
84
|
-
return q(r) + ".Consumer";
|
|
85
|
-
case K:
|
|
86
|
-
var t = e;
|
|
87
|
-
return q(t._context) + ".Provider";
|
|
88
|
-
case C:
|
|
89
|
-
return xe(e, e.render, "ForwardRef");
|
|
90
|
-
case O:
|
|
91
|
-
var n = e.displayName || null;
|
|
92
|
-
return n !== null ? n : p(e.type) || "Memo";
|
|
93
|
-
case F: {
|
|
94
|
-
var o = e, u = o._payload, i = o._init;
|
|
95
|
-
try {
|
|
96
|
-
return p(i(u));
|
|
97
|
-
} catch {
|
|
98
|
-
return null;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
return null;
|
|
103
|
-
}
|
|
104
|
-
var g = Object.assign, R = 0, z, X, H, Z, Q, ee, re;
|
|
105
|
-
function te() {
|
|
106
|
-
}
|
|
107
|
-
te.__reactDisabledLog = !0;
|
|
108
|
-
function De() {
|
|
109
|
-
{
|
|
110
|
-
if (R === 0) {
|
|
111
|
-
z = console.log, X = console.info, H = console.warn, Z = console.error, Q = console.group, ee = console.groupCollapsed, re = console.groupEnd;
|
|
112
|
-
var e = {
|
|
113
|
-
configurable: !0,
|
|
114
|
-
enumerable: !0,
|
|
115
|
-
value: te,
|
|
116
|
-
writable: !0
|
|
117
|
-
};
|
|
118
|
-
Object.defineProperties(console, {
|
|
119
|
-
info: e,
|
|
120
|
-
log: e,
|
|
121
|
-
warn: e,
|
|
122
|
-
error: e,
|
|
123
|
-
group: e,
|
|
124
|
-
groupCollapsed: e,
|
|
125
|
-
groupEnd: e
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
R++;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
function Fe() {
|
|
132
|
-
{
|
|
133
|
-
if (R--, R === 0) {
|
|
134
|
-
var e = {
|
|
135
|
-
configurable: !0,
|
|
136
|
-
enumerable: !0,
|
|
137
|
-
writable: !0
|
|
138
|
-
};
|
|
139
|
-
Object.defineProperties(console, {
|
|
140
|
-
log: g({}, e, {
|
|
141
|
-
value: z
|
|
142
|
-
}),
|
|
143
|
-
info: g({}, e, {
|
|
144
|
-
value: X
|
|
145
|
-
}),
|
|
146
|
-
warn: g({}, e, {
|
|
147
|
-
value: H
|
|
148
|
-
}),
|
|
149
|
-
error: g({}, e, {
|
|
150
|
-
value: Z
|
|
151
|
-
}),
|
|
152
|
-
group: g({}, e, {
|
|
153
|
-
value: Q
|
|
154
|
-
}),
|
|
155
|
-
groupCollapsed: g({}, e, {
|
|
156
|
-
value: ee
|
|
157
|
-
}),
|
|
158
|
-
groupEnd: g({}, e, {
|
|
159
|
-
value: re
|
|
160
|
-
})
|
|
161
|
-
});
|
|
162
|
-
}
|
|
163
|
-
R < 0 && f("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
var A = h.ReactCurrentDispatcher, I;
|
|
167
|
-
function P(e, r, t) {
|
|
168
|
-
{
|
|
169
|
-
if (I === void 0)
|
|
170
|
-
try {
|
|
171
|
-
throw Error();
|
|
172
|
-
} catch (o) {
|
|
173
|
-
var n = o.stack.trim().match(/\n( *(at )?)/);
|
|
174
|
-
I = n && n[1] || "";
|
|
175
|
-
}
|
|
176
|
-
return `
|
|
177
|
-
` + I + e;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
var W = !1, S;
|
|
181
|
-
{
|
|
182
|
-
var Ae = typeof WeakMap == "function" ? WeakMap : Map;
|
|
183
|
-
S = new Ae();
|
|
184
|
-
}
|
|
185
|
-
function ne(e, r) {
|
|
186
|
-
if (!e || W)
|
|
187
|
-
return "";
|
|
188
|
-
{
|
|
189
|
-
var t = S.get(e);
|
|
190
|
-
if (t !== void 0)
|
|
191
|
-
return t;
|
|
192
|
-
}
|
|
193
|
-
var n;
|
|
194
|
-
W = !0;
|
|
195
|
-
var o = Error.prepareStackTrace;
|
|
196
|
-
Error.prepareStackTrace = void 0;
|
|
197
|
-
var u;
|
|
198
|
-
u = A.current, A.current = null, De();
|
|
199
|
-
try {
|
|
200
|
-
if (r) {
|
|
201
|
-
var i = function() {
|
|
202
|
-
throw Error();
|
|
203
|
-
};
|
|
204
|
-
if (Object.defineProperty(i.prototype, "props", {
|
|
205
|
-
set: function() {
|
|
206
|
-
throw Error();
|
|
207
|
-
}
|
|
208
|
-
}), typeof Reflect == "object" && Reflect.construct) {
|
|
209
|
-
try {
|
|
210
|
-
Reflect.construct(i, []);
|
|
211
|
-
} catch (v) {
|
|
212
|
-
n = v;
|
|
213
|
-
}
|
|
214
|
-
Reflect.construct(e, [], i);
|
|
215
|
-
} else {
|
|
216
|
-
try {
|
|
217
|
-
i.call();
|
|
218
|
-
} catch (v) {
|
|
219
|
-
n = v;
|
|
220
|
-
}
|
|
221
|
-
e.call(i.prototype);
|
|
222
|
-
}
|
|
223
|
-
} else {
|
|
224
|
-
try {
|
|
225
|
-
throw Error();
|
|
226
|
-
} catch (v) {
|
|
227
|
-
n = v;
|
|
228
|
-
}
|
|
229
|
-
e();
|
|
230
|
-
}
|
|
231
|
-
} catch (v) {
|
|
232
|
-
if (v && n && typeof v.stack == "string") {
|
|
233
|
-
for (var a = v.stack.split(`
|
|
234
|
-
`), c = n.stack.split(`
|
|
235
|
-
`), s = a.length - 1, l = c.length - 1; s >= 1 && l >= 0 && a[s] !== c[l]; )
|
|
236
|
-
l--;
|
|
237
|
-
for (; s >= 1 && l >= 0; s--, l--)
|
|
238
|
-
if (a[s] !== c[l]) {
|
|
239
|
-
if (s !== 1 || l !== 1)
|
|
240
|
-
do
|
|
241
|
-
if (s--, l--, l < 0 || a[s] !== c[l]) {
|
|
242
|
-
var d = `
|
|
243
|
-
` + a[s].replace(" at new ", " at ");
|
|
244
|
-
return e.displayName && d.includes("<anonymous>") && (d = d.replace("<anonymous>", e.displayName)), typeof e == "function" && S.set(e, d), d;
|
|
245
|
-
}
|
|
246
|
-
while (s >= 1 && l >= 0);
|
|
247
|
-
break;
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
} finally {
|
|
251
|
-
W = !1, A.current = u, Fe(), Error.prepareStackTrace = o;
|
|
252
|
-
}
|
|
253
|
-
var y = e ? e.displayName || e.name : "", b = y ? P(y) : "";
|
|
254
|
-
return typeof e == "function" && S.set(e, b), b;
|
|
255
|
-
}
|
|
256
|
-
function Ie(e, r, t) {
|
|
257
|
-
return ne(e, !1);
|
|
258
|
-
}
|
|
259
|
-
function We(e) {
|
|
260
|
-
var r = e.prototype;
|
|
261
|
-
return !!(r && r.isReactComponent);
|
|
262
|
-
}
|
|
263
|
-
function w(e, r, t) {
|
|
264
|
-
if (e == null)
|
|
265
|
-
return "";
|
|
266
|
-
if (typeof e == "function")
|
|
267
|
-
return ne(e, We(e));
|
|
268
|
-
if (typeof e == "string")
|
|
269
|
-
return P(e);
|
|
270
|
-
switch (e) {
|
|
271
|
-
case x:
|
|
272
|
-
return P("Suspense");
|
|
273
|
-
case D:
|
|
274
|
-
return P("SuspenseList");
|
|
275
|
-
}
|
|
276
|
-
if (typeof e == "object")
|
|
277
|
-
switch (e.$$typeof) {
|
|
278
|
-
case C:
|
|
279
|
-
return Ie(e.render);
|
|
280
|
-
case O:
|
|
281
|
-
return w(e.type, r, t);
|
|
282
|
-
case F: {
|
|
283
|
-
var n = e, o = n._payload, u = n._init;
|
|
284
|
-
try {
|
|
285
|
-
return w(u(o), r, t);
|
|
286
|
-
} catch {
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
return "";
|
|
291
|
-
}
|
|
292
|
-
var _ = Object.prototype.hasOwnProperty, ae = {}, ie = h.ReactDebugCurrentFrame;
|
|
293
|
-
function j(e) {
|
|
294
|
-
if (e) {
|
|
295
|
-
var r = e._owner, t = w(e.type, e._source, r ? r.type : null);
|
|
296
|
-
ie.setExtraStackFrame(t);
|
|
297
|
-
} else
|
|
298
|
-
ie.setExtraStackFrame(null);
|
|
299
|
-
}
|
|
300
|
-
function Ye(e, r, t, n, o) {
|
|
301
|
-
{
|
|
302
|
-
var u = Function.call.bind(_);
|
|
303
|
-
for (var i in e)
|
|
304
|
-
if (u(e, i)) {
|
|
305
|
-
var a = void 0;
|
|
306
|
-
try {
|
|
307
|
-
if (typeof e[i] != "function") {
|
|
308
|
-
var c = Error((n || "React class") + ": " + t + " type `" + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[i] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
309
|
-
throw c.name = "Invariant Violation", c;
|
|
310
|
-
}
|
|
311
|
-
a = e[i](r, i, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
312
|
-
} catch (s) {
|
|
313
|
-
a = s;
|
|
314
|
-
}
|
|
315
|
-
a && !(a instanceof Error) && (j(o), f("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, i, typeof a), j(null)), a instanceof Error && !(a.message in ae) && (ae[a.message] = !0, j(o), f("Failed %s type: %s", t, a.message), j(null));
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
var $e = Array.isArray;
|
|
320
|
-
function Y(e) {
|
|
321
|
-
return $e(e);
|
|
322
|
-
}
|
|
323
|
-
function Me(e) {
|
|
324
|
-
{
|
|
325
|
-
var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
326
|
-
return t;
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
function Ve(e) {
|
|
330
|
-
try {
|
|
331
|
-
return oe(e), !1;
|
|
332
|
-
} catch {
|
|
333
|
-
return !0;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
function oe(e) {
|
|
337
|
-
return "" + e;
|
|
338
|
-
}
|
|
339
|
-
function ue(e) {
|
|
340
|
-
if (Ve(e))
|
|
341
|
-
return f("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Me(e)), oe(e);
|
|
342
|
-
}
|
|
343
|
-
var se = h.ReactCurrentOwner, Le = {
|
|
344
|
-
key: !0,
|
|
345
|
-
ref: !0,
|
|
346
|
-
__self: !0,
|
|
347
|
-
__source: !0
|
|
348
|
-
}, le, fe;
|
|
349
|
-
function Ue(e) {
|
|
350
|
-
if (_.call(e, "ref")) {
|
|
351
|
-
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
352
|
-
if (r && r.isReactWarning)
|
|
353
|
-
return !1;
|
|
354
|
-
}
|
|
355
|
-
return e.ref !== void 0;
|
|
356
|
-
}
|
|
357
|
-
function Be(e) {
|
|
358
|
-
if (_.call(e, "key")) {
|
|
359
|
-
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
360
|
-
if (r && r.isReactWarning)
|
|
361
|
-
return !1;
|
|
362
|
-
}
|
|
363
|
-
return e.key !== void 0;
|
|
364
|
-
}
|
|
365
|
-
function Ke(e, r) {
|
|
366
|
-
typeof e.ref == "string" && se.current;
|
|
367
|
-
}
|
|
368
|
-
function Ne(e, r) {
|
|
369
|
-
{
|
|
370
|
-
var t = function() {
|
|
371
|
-
le || (le = !0, f("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
372
|
-
};
|
|
373
|
-
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
374
|
-
get: t,
|
|
375
|
-
configurable: !0
|
|
376
|
-
});
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
function Ge(e, r) {
|
|
380
|
-
{
|
|
381
|
-
var t = function() {
|
|
382
|
-
fe || (fe = !0, f("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
383
|
-
};
|
|
384
|
-
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
385
|
-
get: t,
|
|
386
|
-
configurable: !0
|
|
387
|
-
});
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
var Je = function(e, r, t, n, o, u, i) {
|
|
391
|
-
var a = {
|
|
392
|
-
// This tag allows us to uniquely identify this as a React Element
|
|
393
|
-
$$typeof: k,
|
|
394
|
-
// Built-in properties that belong on the element
|
|
395
|
-
type: e,
|
|
396
|
-
key: r,
|
|
397
|
-
ref: t,
|
|
398
|
-
props: i,
|
|
399
|
-
// Record the component responsible for creating this element.
|
|
400
|
-
_owner: u
|
|
401
|
-
};
|
|
402
|
-
return a._store = {}, Object.defineProperty(a._store, "validated", {
|
|
403
|
-
configurable: !1,
|
|
404
|
-
enumerable: !1,
|
|
405
|
-
writable: !0,
|
|
406
|
-
value: !1
|
|
407
|
-
}), Object.defineProperty(a, "_self", {
|
|
408
|
-
configurable: !1,
|
|
409
|
-
enumerable: !1,
|
|
410
|
-
writable: !1,
|
|
411
|
-
value: n
|
|
412
|
-
}), Object.defineProperty(a, "_source", {
|
|
413
|
-
configurable: !1,
|
|
414
|
-
enumerable: !1,
|
|
415
|
-
writable: !1,
|
|
416
|
-
value: o
|
|
417
|
-
}), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
|
|
418
|
-
};
|
|
419
|
-
function qe(e, r, t, n, o) {
|
|
420
|
-
{
|
|
421
|
-
var u, i = {}, a = null, c = null;
|
|
422
|
-
t !== void 0 && (ue(t), a = "" + t), Be(r) && (ue(r.key), a = "" + r.key), Ue(r) && (c = r.ref, Ke(r, o));
|
|
423
|
-
for (u in r)
|
|
424
|
-
_.call(r, u) && !Le.hasOwnProperty(u) && (i[u] = r[u]);
|
|
425
|
-
if (e && e.defaultProps) {
|
|
426
|
-
var s = e.defaultProps;
|
|
427
|
-
for (u in s)
|
|
428
|
-
i[u] === void 0 && (i[u] = s[u]);
|
|
429
|
-
}
|
|
430
|
-
if (a || c) {
|
|
431
|
-
var l = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
432
|
-
a && Ne(i, l), c && Ge(i, l);
|
|
433
|
-
}
|
|
434
|
-
return Je(e, a, c, o, n, se.current, i);
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
var $ = h.ReactCurrentOwner, ce = h.ReactDebugCurrentFrame;
|
|
438
|
-
function E(e) {
|
|
439
|
-
if (e) {
|
|
440
|
-
var r = e._owner, t = w(e.type, e._source, r ? r.type : null);
|
|
441
|
-
ce.setExtraStackFrame(t);
|
|
442
|
-
} else
|
|
443
|
-
ce.setExtraStackFrame(null);
|
|
444
|
-
}
|
|
445
|
-
var M;
|
|
446
|
-
M = !1;
|
|
447
|
-
function V(e) {
|
|
448
|
-
return typeof e == "object" && e !== null && e.$$typeof === k;
|
|
449
|
-
}
|
|
450
|
-
function ve() {
|
|
451
|
-
{
|
|
452
|
-
if ($.current) {
|
|
453
|
-
var e = p($.current.type);
|
|
454
|
-
if (e)
|
|
455
|
-
return `
|
|
456
|
-
|
|
457
|
-
Check the render method of \`` + e + "`.";
|
|
458
|
-
}
|
|
459
|
-
return "";
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
function ze(e) {
|
|
463
|
-
return "";
|
|
464
|
-
}
|
|
465
|
-
var de = {};
|
|
466
|
-
function Xe(e) {
|
|
467
|
-
{
|
|
468
|
-
var r = ve();
|
|
469
|
-
if (!r) {
|
|
470
|
-
var t = typeof e == "string" ? e : e.displayName || e.name;
|
|
471
|
-
t && (r = `
|
|
472
|
-
|
|
473
|
-
Check the top-level render call using <` + t + ">.");
|
|
474
|
-
}
|
|
475
|
-
return r;
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
function pe(e, r) {
|
|
479
|
-
{
|
|
480
|
-
if (!e._store || e._store.validated || e.key != null)
|
|
481
|
-
return;
|
|
482
|
-
e._store.validated = !0;
|
|
483
|
-
var t = Xe(r);
|
|
484
|
-
if (de[t])
|
|
485
|
-
return;
|
|
486
|
-
de[t] = !0;
|
|
487
|
-
var n = "";
|
|
488
|
-
e && e._owner && e._owner !== $.current && (n = " It was passed a child from " + p(e._owner.type) + "."), E(e), f('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), E(null);
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
function ge(e, r) {
|
|
492
|
-
{
|
|
493
|
-
if (typeof e != "object")
|
|
494
|
-
return;
|
|
495
|
-
if (Y(e))
|
|
496
|
-
for (var t = 0; t < e.length; t++) {
|
|
497
|
-
var n = e[t];
|
|
498
|
-
V(n) && pe(n, r);
|
|
499
|
-
}
|
|
500
|
-
else if (V(e))
|
|
501
|
-
e._store && (e._store.validated = !0);
|
|
502
|
-
else if (e) {
|
|
503
|
-
var o = Te(e);
|
|
504
|
-
if (typeof o == "function" && o !== e.entries)
|
|
505
|
-
for (var u = o.call(e), i; !(i = u.next()).done; )
|
|
506
|
-
V(i.value) && pe(i.value, r);
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
function He(e) {
|
|
511
|
-
{
|
|
512
|
-
var r = e.type;
|
|
513
|
-
if (r == null || typeof r == "string")
|
|
514
|
-
return;
|
|
515
|
-
var t;
|
|
516
|
-
if (typeof r == "function")
|
|
517
|
-
t = r.propTypes;
|
|
518
|
-
else if (typeof r == "object" && (r.$$typeof === C || // Note: Memo only checks outer props here.
|
|
519
|
-
// Inner props are checked in the reconciler.
|
|
520
|
-
r.$$typeof === O))
|
|
521
|
-
t = r.propTypes;
|
|
522
|
-
else
|
|
523
|
-
return;
|
|
524
|
-
if (t) {
|
|
525
|
-
var n = p(r);
|
|
526
|
-
Ye(t, e.props, "prop", n, e);
|
|
527
|
-
} else if (r.PropTypes !== void 0 && !M) {
|
|
528
|
-
M = !0;
|
|
529
|
-
var o = p(r);
|
|
530
|
-
f("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", o || "Unknown");
|
|
531
|
-
}
|
|
532
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && f("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
function Ze(e) {
|
|
536
|
-
{
|
|
537
|
-
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
538
|
-
var n = r[t];
|
|
539
|
-
if (n !== "children" && n !== "key") {
|
|
540
|
-
E(e), f("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), E(null);
|
|
541
|
-
break;
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
e.ref !== null && (E(e), f("Invalid attribute `ref` supplied to `React.Fragment`."), E(null));
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
var be = {};
|
|
548
|
-
function he(e, r, t, n, o, u) {
|
|
549
|
-
{
|
|
550
|
-
var i = ke(e);
|
|
551
|
-
if (!i) {
|
|
552
|
-
var a = "";
|
|
553
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
554
|
-
var c = ze();
|
|
555
|
-
c ? a += c : a += ve();
|
|
556
|
-
var s;
|
|
557
|
-
e === null ? s = "null" : Y(e) ? s = "array" : e !== void 0 && e.$$typeof === k ? (s = "<" + (p(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : s = typeof e, f("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", s, a);
|
|
558
|
-
}
|
|
559
|
-
var l = qe(e, r, t, o, u);
|
|
560
|
-
if (l == null)
|
|
561
|
-
return l;
|
|
562
|
-
if (i) {
|
|
563
|
-
var d = r.children;
|
|
564
|
-
if (d !== void 0)
|
|
565
|
-
if (n)
|
|
566
|
-
if (Y(d)) {
|
|
567
|
-
for (var y = 0; y < d.length; y++)
|
|
568
|
-
ge(d[y], e);
|
|
569
|
-
Object.freeze && Object.freeze(d);
|
|
570
|
-
} else
|
|
571
|
-
f("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
572
|
-
else
|
|
573
|
-
ge(d, e);
|
|
574
|
-
}
|
|
575
|
-
if (_.call(r, "key")) {
|
|
576
|
-
var b = p(e), v = Object.keys(r).filter(function(ar) {
|
|
577
|
-
return ar !== "key";
|
|
578
|
-
}), L = v.length > 0 ? "{key: someKey, " + v.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
579
|
-
if (!be[b + L]) {
|
|
580
|
-
var nr = v.length > 0 ? "{" + v.join(": ..., ") + ": ...}" : "{}";
|
|
581
|
-
f(`A props object containing a "key" prop is being spread into JSX:
|
|
582
|
-
let props = %s;
|
|
583
|
-
<%s {...props} />
|
|
584
|
-
React keys must be passed directly to JSX without using spread:
|
|
585
|
-
let props = %s;
|
|
586
|
-
<%s key={someKey} {...props} />`, L, b, nr, b), be[b + L] = !0;
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
return e === T ? Ze(l) : He(l), l;
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
function Qe(e, r, t) {
|
|
593
|
-
return he(e, r, t, !0);
|
|
594
|
-
}
|
|
595
|
-
function er(e, r, t) {
|
|
596
|
-
return he(e, r, t, !1);
|
|
597
|
-
}
|
|
598
|
-
var rr = er, tr = Qe;
|
|
599
|
-
m.Fragment = T, m.jsx = rr, m.jsxs = tr;
|
|
600
|
-
}(), m);
|
|
601
|
-
}
|
|
602
|
-
export {
|
|
603
|
-
sr as __require
|
|
604
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { __exports as t } from "../../../../_virtual/react-jsx-runtime.production.min.js";
|
|
2
|
-
import R from "react";
|
|
3
|
-
/**
|
|
4
|
-
* @license React
|
|
5
|
-
* react-jsx-runtime.production.min.js
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the MIT license found in the
|
|
10
|
-
* LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
var p;
|
|
13
|
-
function v() {
|
|
14
|
-
if (p) return t;
|
|
15
|
-
p = 1;
|
|
16
|
-
var s = R, m = Symbol.for("react.element"), l = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, a = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, d = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
17
|
-
function u(o, r, i) {
|
|
18
|
-
var e, n = {}, _ = null, f = null;
|
|
19
|
-
i !== void 0 && (_ = "" + i), r.key !== void 0 && (_ = "" + r.key), r.ref !== void 0 && (f = r.ref);
|
|
20
|
-
for (e in r) c.call(r, e) && !d.hasOwnProperty(e) && (n[e] = r[e]);
|
|
21
|
-
if (o && o.defaultProps) for (e in r = o.defaultProps, r) n[e] === void 0 && (n[e] = r[e]);
|
|
22
|
-
return { $$typeof: m, type: o, key: _, ref: f, props: n, _owner: a.current };
|
|
23
|
-
}
|
|
24
|
-
return t.Fragment = l, t.jsx = u, t.jsxs = u, t;
|
|
25
|
-
}
|
|
26
|
-
export {
|
|
27
|
-
v as __require
|
|
28
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { __module as e } from "../../../_virtual/jsx-runtime2.js";
|
|
2
|
-
import { __require as i } from "./cjs/react-jsx-runtime.production.min.js";
|
|
3
|
-
import { __require as t } from "./cjs/react-jsx-runtime.development.js";
|
|
4
|
-
var r;
|
|
5
|
-
function m() {
|
|
6
|
-
return r ? e.exports : (r = 1, process.env.NODE_ENV === "production" ? e.exports = i() : e.exports = t(), e.exports);
|
|
7
|
-
}
|
|
8
|
-
export {
|
|
9
|
-
m as __require
|
|
10
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { ThemingConfig } from '@chakra-ui/react';
|
|
2
|
-
|
|
3
|
-
import type { ExcludeUndefined } from 'types/utils';
|
|
4
|
-
|
|
5
|
-
export const radii: ExcludeUndefined<ThemingConfig['tokens']>['radii'] = {
|
|
6
|
-
none: { value: '0' },
|
|
7
|
-
sm: { value: '4px' },
|
|
8
|
-
base: { value: '8px' },
|
|
9
|
-
md: { value: '12px' },
|
|
10
|
-
lg: { value: '16px' },
|
|
11
|
-
xl: { value: '24px' },
|
|
12
|
-
full: { value: '9999px' },
|
|
13
|
-
};
|