@rabbitio/ui-kit 1.0.0-beta.76 → 1.0.0-beta.78
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/coverage/clover.xml +66 -11
- package/coverage/coverage-final.json +8 -8
- package/coverage/index.html +13 -13
- package/coverage/ui-kit/index.html +1 -1
- package/coverage/ui-kit/index.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/adapters/axiosAdapter.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/adapters/index.html +1 -1
- package/coverage/ui-kit/src/common-apis/adapters/qrUtils.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/amountUtils.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/errorUtils.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/external-apis/apiGroups.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/external-apis/index.html +1 -1
- package/coverage/ui-kit/src/common-apis/external-apis/ipAddressProviders.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/fiatCurrenciesService.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/globalConstants.jsx.html +1 -1
- package/coverage/ui-kit/src/common-apis/index.html +1 -1
- package/coverage/ui-kit/src/common-apis/models/blockchain.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/models/coin.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/models/index.html +1 -1
- package/coverage/ui-kit/src/common-apis/models/protocol.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/utils/cache.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/utils/emailAPI.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/utils/index.html +1 -1
- package/coverage/ui-kit/src/common-apis/utils/logging/index.html +1 -1
- package/coverage/ui-kit/src/common-apis/utils/logging/logger.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/utils/logging/logsStorage.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/utils/postponeExecution.js.html +1 -1
- package/coverage/ui-kit/src/common-apis/utils/safeStringify.js.html +1 -1
- package/coverage/ui-kit/src/index.html +1 -1
- package/coverage/ui-kit/src/index.js.html +1 -1
- package/coverage/ui-kit/src/robust-api-caller/cacheAndConcurrentRequestsResolver.js.html +1 -1
- package/coverage/ui-kit/src/robust-api-caller/cachedRobustExternalApiCallerService.js.html +1 -1
- package/coverage/ui-kit/src/robust-api-caller/cancelProcessing.js.html +1 -1
- package/coverage/ui-kit/src/robust-api-caller/concurrentCalculationsMetadataHolder.js.html +1 -1
- package/coverage/ui-kit/src/robust-api-caller/externalApiProvider.js.html +1 -1
- package/coverage/ui-kit/src/robust-api-caller/externalServicesStatsCollector.js.html +1 -1
- package/coverage/ui-kit/src/robust-api-caller/index.html +1 -1
- package/coverage/ui-kit/src/robust-api-caller/robustExternalAPICallerService.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/external-apis/index.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/external-apis/letsExchangeSwapProvider.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/external-apis/swapProvider.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/external-apis/swapspaceSwapProvider.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/models/baseSwapCreationInfo.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/models/existingSwap.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/models/existingSwapWithFiatData.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/models/index.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/services/index.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/services/publicSwapService.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/utils/index.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/utils/swapUtils.js.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/arrowIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/arrowTosca.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/arrowWhite.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/darkRectangle.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/determinedError.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/failedValidationIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/infoIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/noticeQuestionIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/successfulValidationIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/walletIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/AssetIcon/AssetIcon.jsx.html +11 -5
- package/coverage/ui-kit/src/ui-kit/components/atoms/AssetIcon/index.html +5 -5
- package/coverage/ui-kit/src/ui-kit/components/atoms/AssetSelection/AssetSelection.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/AssetSelection/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/BackgroundTitle/BackgroundTitle.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/BackgroundTitle/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/InformationMessage/InformationMessage.jsx.html +2 -2
- package/coverage/ui-kit/src/ui-kit/components/atoms/InformationMessage/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/Input/Input.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/Input/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/LoadingDots/LoadingDots.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/LoadingDots/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/NoticeIcon/NoticeIcon.jsx.html +7 -4
- package/coverage/ui-kit/src/ui-kit/components/atoms/NoticeIcon/index.html +5 -5
- package/coverage/ui-kit/src/ui-kit/components/atoms/QrCode/QrCode.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/QrCode/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/RateSelector/RateSelector.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/RateSelector/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/SupportChat/SupportChat.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/SupportChat/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/Textarea/Textarea.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/Textarea/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/TitleBox/TitleBox.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/TitleBox/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/Tooltip/Tooltip.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/Tooltip/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/TwoLinesOfText/LinesOfText.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/TwoLinesOfText/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/Validation/Validation.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/Validation/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/Button/Button.jsx.html +3 -3
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/Button/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/Close/Close.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/Close/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/LinkButton/LinkButton.jsx.html +2 -2
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/LinkButton/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/RadioButtonWithText/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/molecules/AmountInput/AmountInput.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/molecules/AmountInput/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/molecules/CoinPicker/CoinPicker.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/molecules/CoinPicker/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/molecules/LineWithIconLink/LineWithIconLink.jsx.html +2 -2
- package/coverage/ui-kit/src/ui-kit/components/molecules/LineWithIconLink/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/molecules/TitledLineWithIconLink/TitledLineWithIconLink.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/molecules/TitledLineWithIconLink/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/organisms/CoinPickerDialogStep/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/Dialog.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/DialogButtons/DialogButtons.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/DialogButtons/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx.html +14 -5
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/index.html +5 -5
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx.html +205 -58
- package/coverage/ui-kit/src/ui-kit/components/organisms/SwapForm/index.html +5 -5
- package/coverage/ui-kit/src/ui-kit/components/templates/DeterminedErrorDialogStep/DeterminedErrorDialogStep.jsx.html +1 -1
- package/coverage/ui-kit/src/ui-kit/components/templates/DeterminedErrorDialogStep/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/hooks/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/hooks/useCallHandlingErrors.js.html +1 -1
- package/coverage/ui-kit/src/ui-kit/hooks/useIsHydrated.js.html +1 -1
- package/coverage/ui-kit/src/ui-kit/hooks/useReferredState.js.html +1 -1
- package/coverage/ui-kit/src/ui-kit/utils/index.html +1 -1
- package/coverage/ui-kit/src/ui-kit/utils/inputValueProviders.js.html +1 -1
- package/coverage/ui-kit/src/ui-kit/utils/textUtils.js.html +1 -1
- package/coverage/ui-kit/src/ui-kit/utils/uiUtils.js.html +1 -1
- package/coverage/ui-kit/src/ui-kit/utils/urlQueryUtils.js.html +1 -1
- package/coverage/ui-kit/stories/atoms/BackgroundTitle.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/LinesOfText.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/LoadingDots.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/QrCode.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/RateSelector.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/Validation.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/buttons/Button.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/buttons/Close.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/buttons/LinkButton.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/buttons/index.html +1 -1
- package/coverage/ui-kit/stories/atoms/index.html +1 -1
- package/coverage/ui-kit/stories/molecules/LineWithIconLink.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/molecules/TitledLineWithIconLink.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/molecules/index.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/Dialog.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/DialogButtons/DialogButtons.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/DialogButtons/index.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/DialogStep/DialogStep.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/DialogStep/index.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/index.html +1 -1
- package/coverage/ui-kit/stories/stubs/exampleContent.jsx.html +1 -1
- package/coverage/ui-kit/stories/stubs/index.html +1 -1
- package/coverage/ui-kit/stories/templates/DeterminedErrorDialogStep.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/templates/index.html +1 -1
- package/coverage/ui-kit/storybook-static/124.c2d01e5e.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/138.56b7edc4.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/312.6f62bbd9.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/341.57a15f57.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/370.73bb343e.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/595.2e40d981.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/607.3ea32459.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/609.8c79ec77.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/666.09fdc1d7.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/797.c87cdf19.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/822.4bc0ebce.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/833.08e3ebb6.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/862.bf6bfe62.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/87.0a1bfeb1.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/893.4b09f929.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/996.846a677b.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/atoms-BackgroundTitle-stories.1a5386a1.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/atoms-LinesOfText-stories.7043a48b.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/atoms-LoadingDots-stories.091245c7.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/atoms-QrCode-stories.e10363b6.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/atoms-RateSelector-stories.af208e9a.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/atoms-Validation-stories.d561b311.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/atoms-buttons-Button-stories.e8e6b930.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/atoms-buttons-Close-stories.0a902a7c.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/atoms-buttons-LinkButton-stories.ca93ab6b.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/index.html +1 -1
- package/coverage/ui-kit/storybook-static/main.41f410f2.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/molecules-LineWithIconLink-stories.9721a18c.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/molecules-TitledLineWithIconLink-stories.1383fe3f.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/organisms-Dialog-Dialog-stories.4e6da717.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/organisms-Dialog-DialogButtons-DialogButtons-stories.6f45ae6e.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/organisms-Dialog-DialogStep-DialogStep-stories.74896048.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/addon-backgrounds/dist/index.html +1 -1
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/addon-backgrounds/dist/preview.js.html +1 -1
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/components/dist/formatter-SWP5E3XI.mjs.html +1 -1
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/components/dist/index.html +1 -1
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/buffer/index.html +1 -1
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/buffer/index.js.html +1 -1
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/markdown-to-jsx/dist/index.html +1 -1
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/markdown-to-jsx/dist/index.modern.js.html +1 -1
- package/coverage/ui-kit/storybook-static/runtime~main.ad918f38.iframe.bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/actions-9/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/actions-9/manager-bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-backgrounds-2/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-backgrounds-2/manager-bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-controls-1/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-measure-4/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-measure-4/manager-bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-outline-5/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-outline-5/manager-bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-toolbars-3/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-toolbars-3/manager-bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/interactions-7/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/interactions-7/manager-bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/links-0/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/links-0/manager-bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/onboarding-6/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/onboarding-6/manager-bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/viewport-8/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-addons/viewport-8/manager-bundle.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-LVYLGZW2.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/chunk-2IXBUOFS.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/chunk-INSKDKQB.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/chunk-NGTUFCUO.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/chunk-UUEAOBSN.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/chunk-ZEU7PDD3.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/globals-module-info.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/globals.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/index.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/runtime.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-manager/syntaxhighlighter-V7JZZA35-DXZCI2WR.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-preview/globals.js.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-preview/index.html +1 -1
- package/coverage/ui-kit/storybook-static/sb-preview/runtime.js.html +1 -1
- package/coverage/ui-kit/storybook-static/templates-DeterminedErrorDialogStep-stories.3cc14214.iframe.bundle.js.html +1 -1
- package/dist/index.cjs +197 -137
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +4686 -74669
- package/dist/index.css.map +1 -1
- package/dist/index.modern.js +132 -79
- package/dist/index.modern.js.map +1 -1
- package/dist/index.module.js +197 -137
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +197 -137
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/ui-kit/assets/styles/_global-classes.scss +0 -344
- package/src/ui-kit/components/atoms/AssetIcon/AssetIcon.jsx +2 -0
- package/src/ui-kit/components/atoms/InformationMessage/InformationMessage.jsx +1 -1
- package/src/ui-kit/components/atoms/LoadingDots/LoadingDots.module.scss +2 -1
- package/src/ui-kit/components/atoms/NoticeIcon/NoticeIcon.jsx +1 -0
- package/src/ui-kit/components/atoms/Validation/validation.module.scss +1 -1
- package/src/ui-kit/components/atoms/buttons/Button/Button.jsx +2 -2
- package/src/ui-kit/components/atoms/buttons/LinkButton/LinkButton.jsx +1 -1
- package/src/ui-kit/components/molecules/LineWithIconLink/LineWithIconLink.jsx +1 -1
- package/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx +4 -1
- package/src/ui-kit/components/organisms/Dialog/DialogStep/dialog-step.module.scss +4 -4
- package/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx +103 -54
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1719867635182" clover="3.2.0">
|
|
3
|
+
<project timestamp="1719867635183" name="All files">
|
|
4
|
+
<metrics statements="15694" coveredstatements="2870" conditionals="610" coveredconditionals="395" methods="315" coveredmethods="85" elements="16619" coveredelements="3350" complexity="0" loc="15694" ncloc="15694" packages="70" files="157" classes="157"/>
|
|
5
5
|
<package name="ui-kit">
|
|
6
6
|
<metrics statements="1" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
7
7
|
<file name="index.js" path="/home/rocketman/Vault/Development/Rabbit/ui-kit/index.js">
|
|
@@ -5835,9 +5835,9 @@
|
|
|
5835
5835
|
</file>
|
|
5836
5836
|
</package>
|
|
5837
5837
|
<package name="ui-kit.src.ui-kit.components.atoms.AssetIcon">
|
|
5838
|
-
<metrics statements="
|
|
5838
|
+
<metrics statements="57" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
5839
5839
|
<file name="AssetIcon.jsx" path="/home/rocketman/Vault/Development/Rabbit/ui-kit/src/ui-kit/components/atoms/AssetIcon/AssetIcon.jsx">
|
|
5840
|
-
<metrics statements="
|
|
5840
|
+
<metrics statements="57" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
5841
5841
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
5842
5842
|
<line num="2" count="0" type="stmt"/>
|
|
5843
5843
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -5893,6 +5893,8 @@
|
|
|
5893
5893
|
<line num="53" count="0" type="stmt"/>
|
|
5894
5894
|
<line num="54" count="0" type="stmt"/>
|
|
5895
5895
|
<line num="55" count="0" type="stmt"/>
|
|
5896
|
+
<line num="56" count="0" type="stmt"/>
|
|
5897
|
+
<line num="57" count="0" type="stmt"/>
|
|
5896
5898
|
</file>
|
|
5897
5899
|
</package>
|
|
5898
5900
|
<package name="ui-kit.src.ui-kit.components.atoms.AssetSelection">
|
|
@@ -6299,9 +6301,9 @@
|
|
|
6299
6301
|
</file>
|
|
6300
6302
|
</package>
|
|
6301
6303
|
<package name="ui-kit.src.ui-kit.components.atoms.NoticeIcon">
|
|
6302
|
-
<metrics statements="
|
|
6304
|
+
<metrics statements="64" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
6303
6305
|
<file name="NoticeIcon.jsx" path="/home/rocketman/Vault/Development/Rabbit/ui-kit/src/ui-kit/components/atoms/NoticeIcon/NoticeIcon.jsx">
|
|
6304
|
-
<metrics statements="
|
|
6306
|
+
<metrics statements="64" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
6305
6307
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
6306
6308
|
<line num="2" count="0" type="stmt"/>
|
|
6307
6309
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -6365,6 +6367,7 @@
|
|
|
6365
6367
|
<line num="61" count="0" type="stmt"/>
|
|
6366
6368
|
<line num="62" count="0" type="stmt"/>
|
|
6367
6369
|
<line num="63" count="0" type="stmt"/>
|
|
6370
|
+
<line num="64" count="0" type="stmt"/>
|
|
6368
6371
|
</file>
|
|
6369
6372
|
</package>
|
|
6370
6373
|
<package name="ui-kit.src.ui-kit.components.atoms.QrCode">
|
|
@@ -9163,9 +9166,9 @@
|
|
|
9163
9166
|
</file>
|
|
9164
9167
|
</package>
|
|
9165
9168
|
<package name="ui-kit.src.ui-kit.components.organisms.Dialog.DialogStep">
|
|
9166
|
-
<metrics statements="
|
|
9169
|
+
<metrics statements="538" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
9167
9170
|
<file name="DialogStep.jsx" path="/home/rocketman/Vault/Development/Rabbit/ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx">
|
|
9168
|
-
<metrics statements="
|
|
9171
|
+
<metrics statements="538" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
9169
9172
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
9170
9173
|
<line num="2" count="0" type="stmt"/>
|
|
9171
9174
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -9701,12 +9704,15 @@
|
|
|
9701
9704
|
<line num="533" count="0" type="stmt"/>
|
|
9702
9705
|
<line num="534" count="0" type="stmt"/>
|
|
9703
9706
|
<line num="535" count="0" type="stmt"/>
|
|
9707
|
+
<line num="536" count="0" type="stmt"/>
|
|
9708
|
+
<line num="537" count="0" type="stmt"/>
|
|
9709
|
+
<line num="538" count="0" type="stmt"/>
|
|
9704
9710
|
</file>
|
|
9705
9711
|
</package>
|
|
9706
9712
|
<package name="ui-kit.src.ui-kit.components.organisms.SwapForm">
|
|
9707
|
-
<metrics statements="
|
|
9713
|
+
<metrics statements="1330" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
9708
9714
|
<file name="SwapForm.jsx" path="/home/rocketman/Vault/Development/Rabbit/ui-kit/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx">
|
|
9709
|
-
<metrics statements="
|
|
9715
|
+
<metrics statements="1330" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
9710
9716
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
9711
9717
|
<line num="2" count="0" type="stmt"/>
|
|
9712
9718
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -10988,6 +10994,55 @@
|
|
|
10988
10994
|
<line num="1279" count="0" type="stmt"/>
|
|
10989
10995
|
<line num="1280" count="0" type="stmt"/>
|
|
10990
10996
|
<line num="1281" count="0" type="stmt"/>
|
|
10997
|
+
<line num="1282" count="0" type="stmt"/>
|
|
10998
|
+
<line num="1283" count="0" type="stmt"/>
|
|
10999
|
+
<line num="1284" count="0" type="stmt"/>
|
|
11000
|
+
<line num="1285" count="0" type="stmt"/>
|
|
11001
|
+
<line num="1286" count="0" type="stmt"/>
|
|
11002
|
+
<line num="1287" count="0" type="stmt"/>
|
|
11003
|
+
<line num="1288" count="0" type="stmt"/>
|
|
11004
|
+
<line num="1289" count="0" type="stmt"/>
|
|
11005
|
+
<line num="1290" count="0" type="stmt"/>
|
|
11006
|
+
<line num="1291" count="0" type="stmt"/>
|
|
11007
|
+
<line num="1292" count="0" type="stmt"/>
|
|
11008
|
+
<line num="1293" count="0" type="stmt"/>
|
|
11009
|
+
<line num="1294" count="0" type="stmt"/>
|
|
11010
|
+
<line num="1295" count="0" type="stmt"/>
|
|
11011
|
+
<line num="1296" count="0" type="stmt"/>
|
|
11012
|
+
<line num="1297" count="0" type="stmt"/>
|
|
11013
|
+
<line num="1298" count="0" type="stmt"/>
|
|
11014
|
+
<line num="1299" count="0" type="stmt"/>
|
|
11015
|
+
<line num="1300" count="0" type="stmt"/>
|
|
11016
|
+
<line num="1301" count="0" type="stmt"/>
|
|
11017
|
+
<line num="1302" count="0" type="stmt"/>
|
|
11018
|
+
<line num="1303" count="0" type="stmt"/>
|
|
11019
|
+
<line num="1304" count="0" type="stmt"/>
|
|
11020
|
+
<line num="1305" count="0" type="stmt"/>
|
|
11021
|
+
<line num="1306" count="0" type="stmt"/>
|
|
11022
|
+
<line num="1307" count="0" type="stmt"/>
|
|
11023
|
+
<line num="1308" count="0" type="stmt"/>
|
|
11024
|
+
<line num="1309" count="0" type="stmt"/>
|
|
11025
|
+
<line num="1310" count="0" type="stmt"/>
|
|
11026
|
+
<line num="1311" count="0" type="stmt"/>
|
|
11027
|
+
<line num="1312" count="0" type="stmt"/>
|
|
11028
|
+
<line num="1313" count="0" type="stmt"/>
|
|
11029
|
+
<line num="1314" count="0" type="stmt"/>
|
|
11030
|
+
<line num="1315" count="0" type="stmt"/>
|
|
11031
|
+
<line num="1316" count="0" type="stmt"/>
|
|
11032
|
+
<line num="1317" count="0" type="stmt"/>
|
|
11033
|
+
<line num="1318" count="0" type="stmt"/>
|
|
11034
|
+
<line num="1319" count="0" type="stmt"/>
|
|
11035
|
+
<line num="1320" count="0" type="stmt"/>
|
|
11036
|
+
<line num="1321" count="0" type="stmt"/>
|
|
11037
|
+
<line num="1322" count="0" type="stmt"/>
|
|
11038
|
+
<line num="1323" count="0" type="stmt"/>
|
|
11039
|
+
<line num="1324" count="0" type="stmt"/>
|
|
11040
|
+
<line num="1325" count="0" type="stmt"/>
|
|
11041
|
+
<line num="1326" count="0" type="stmt"/>
|
|
11042
|
+
<line num="1327" count="0" type="stmt"/>
|
|
11043
|
+
<line num="1328" count="0" type="stmt"/>
|
|
11044
|
+
<line num="1329" count="0" type="stmt"/>
|
|
11045
|
+
<line num="1330" count="0" type="stmt"/>
|
|
10991
11046
|
</file>
|
|
10992
11047
|
</package>
|
|
10993
11048
|
<package name="ui-kit.src.ui-kit.components.templates.DeterminedErrorDialogStep">
|