@rabbitio/ui-kit 1.0.0-beta.8 → 1.0.0-beta.80
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/.gitlab-ci.yml +29 -0
- package/.husky/commit-msg +19 -0
- package/.husky/pre-push +1 -0
- package/CHANGELOG.md +0 -0
- package/README.md +27 -18
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/clover.xml +16372 -0
- package/coverage/coverage-final.json +154 -0
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +1151 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/coverage/ui-kit/index.html +116 -0
- package/coverage/ui-kit/index.js.html +88 -0
- package/coverage/ui-kit/src/common-apis/adapters/axiosAdapter.js.html +190 -0
- package/coverage/ui-kit/src/common-apis/adapters/index.html +131 -0
- package/coverage/ui-kit/src/common-apis/adapters/qrUtils.js.html +139 -0
- package/coverage/ui-kit/src/common-apis/amountUtils.js.html +1162 -0
- package/coverage/ui-kit/src/common-apis/errorUtils.js.html +211 -0
- package/coverage/ui-kit/src/common-apis/external-apis/apiGroups.js.html +250 -0
- package/coverage/ui-kit/src/common-apis/external-apis/index.html +131 -0
- package/coverage/ui-kit/src/common-apis/external-apis/ipAddressProviders.js.html +352 -0
- package/coverage/ui-kit/src/common-apis/fiatCurrenciesService.js.html +544 -0
- package/coverage/ui-kit/src/common-apis/globalConstants.jsx.html +94 -0
- package/coverage/ui-kit/src/common-apis/index.html +161 -0
- package/coverage/ui-kit/src/common-apis/models/blockchain.js.html +115 -0
- package/coverage/ui-kit/src/common-apis/models/coin.js.html +544 -0
- package/coverage/ui-kit/src/common-apis/models/index.html +146 -0
- package/coverage/ui-kit/src/common-apis/models/protocol.js.html +100 -0
- package/coverage/ui-kit/src/common-apis/utils/cache.js.html +811 -0
- package/coverage/ui-kit/src/common-apis/utils/emailAPI.js.html +133 -0
- package/coverage/ui-kit/src/common-apis/utils/index.html +161 -0
- package/coverage/ui-kit/src/common-apis/utils/logging/index.html +131 -0
- package/coverage/ui-kit/src/common-apis/utils/logging/logger.js.html +208 -0
- package/coverage/ui-kit/src/common-apis/utils/logging/logsStorage.js.html +268 -0
- package/coverage/ui-kit/src/common-apis/utils/postponeExecution.js.html +118 -0
- package/coverage/ui-kit/src/common-apis/utils/safeStringify.js.html +235 -0
- package/coverage/ui-kit/src/index.html +116 -0
- package/coverage/ui-kit/src/index.js.html +337 -0
- package/coverage/ui-kit/src/robust-api-caller/cacheAndConcurrentRequestsResolver.js.html +1570 -0
- package/coverage/ui-kit/src/robust-api-caller/cachedRobustExternalApiCallerService.js.html +526 -0
- package/coverage/ui-kit/src/robust-api-caller/cancelProcessing.js.html +172 -0
- package/coverage/ui-kit/src/robust-api-caller/concurrentCalculationsMetadataHolder.js.html +310 -0
- package/coverage/ui-kit/src/robust-api-caller/externalApiProvider.js.html +553 -0
- package/coverage/ui-kit/src/robust-api-caller/externalServicesStatsCollector.js.html +319 -0
- package/coverage/ui-kit/src/robust-api-caller/index.html +206 -0
- package/coverage/ui-kit/src/robust-api-caller/robustExternalAPICallerService.js.html +997 -0
- package/coverage/ui-kit/src/swaps-lib/external-apis/index.html +146 -0
- package/coverage/ui-kit/src/swaps-lib/external-apis/letsExchangeSwapProvider.js.html +1513 -0
- package/coverage/ui-kit/src/swaps-lib/external-apis/swapProvider.js.html +1558 -0
- package/coverage/ui-kit/src/swaps-lib/external-apis/swapspaceSwapProvider.js.html +1735 -0
- package/coverage/ui-kit/src/swaps-lib/models/baseSwapCreationInfo.js.html +223 -0
- package/coverage/ui-kit/src/swaps-lib/models/existingSwap.js.html +304 -0
- package/coverage/ui-kit/src/swaps-lib/models/existingSwapWithFiatData.js.html +469 -0
- package/coverage/ui-kit/src/swaps-lib/models/index.html +146 -0
- package/coverage/ui-kit/src/swaps-lib/services/index.html +116 -0
- package/coverage/ui-kit/src/swaps-lib/services/publicSwapService.js.html +2098 -0
- package/coverage/ui-kit/src/swaps-lib/utils/index.html +116 -0
- package/coverage/ui-kit/src/swaps-lib/utils/swapUtils.js.html +670 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/arrowIcon.jsx.html +124 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/arrowTosca.jsx.html +127 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/arrowWhite.jsx.html +127 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/darkRectangle.jsx.html +106 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/determinedError.jsx.html +439 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/failedValidationIcon.jsx.html +202 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/index.html +251 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/infoIcon.jsx.html +133 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/noticeQuestionIcon.jsx.html +247 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/successfulValidationIcon.jsx.html +163 -0
- package/coverage/ui-kit/src/ui-kit/assets/wrappedImages/walletIcon.jsx.html +151 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/AssetIcon/AssetIcon.jsx.html +256 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/AssetIcon/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/AssetSelection/AssetSelection.jsx.html +289 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/AssetSelection/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/BackgroundTitle/BackgroundTitle.jsx.html +187 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/BackgroundTitle/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/InformationMessage/InformationMessage.jsx.html +238 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/InformationMessage/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/Input/Input.jsx.html +634 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/Input/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/LoadingDots/LoadingDots.jsx.html +196 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/LoadingDots/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/NoticeIcon/NoticeIcon.jsx.html +277 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/NoticeIcon/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/QrCode/QrCode.jsx.html +235 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/QrCode/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/RateSelector/RateSelector.jsx.html +175 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/RateSelector/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/SupportChat/SupportChat.jsx.html +217 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/SupportChat/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/Textarea/Textarea.jsx.html +529 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/Textarea/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/TitleBox/TitleBox.jsx.html +508 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/TitleBox/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/Tooltip/Tooltip.jsx.html +316 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/Tooltip/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/TwoLinesOfText/LinesOfText.jsx.html +313 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/TwoLinesOfText/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/Validation/Validation.jsx.html +208 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/Validation/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/Button/Button.jsx.html +712 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/Button/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/Close/Close.jsx.html +259 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/Close/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/LinkButton/LinkButton.jsx.html +421 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/LinkButton/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx.html +415 -0
- package/coverage/ui-kit/src/ui-kit/components/atoms/buttons/RadioButtonWithText/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/molecules/AmountInput/AmountInput.jsx.html +1060 -0
- package/coverage/ui-kit/src/ui-kit/components/molecules/AmountInput/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/molecules/CoinPicker/CoinPicker.jsx.html +1618 -0
- package/coverage/ui-kit/src/ui-kit/components/molecules/CoinPicker/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/molecules/LineWithIconLink/LineWithIconLink.jsx.html +190 -0
- package/coverage/ui-kit/src/ui-kit/components/molecules/LineWithIconLink/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/molecules/TitledLineWithIconLink/TitledLineWithIconLink.jsx.html +181 -0
- package/coverage/ui-kit/src/ui-kit/components/molecules/TitledLineWithIconLink/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx.html +283 -0
- package/coverage/ui-kit/src/ui-kit/components/organisms/CoinPickerDialogStep/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/Dialog.jsx.html +1567 -0
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/DialogButtons/DialogButtons.jsx.html +451 -0
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/DialogButtons/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx.html +1699 -0
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/organisms/Dialog/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx.html +4075 -0
- package/coverage/ui-kit/src/ui-kit/components/organisms/SwapForm/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/components/templates/DeterminedErrorDialogStep/DeterminedErrorDialogStep.jsx.html +316 -0
- package/coverage/ui-kit/src/ui-kit/components/templates/DeterminedErrorDialogStep/index.html +116 -0
- package/coverage/ui-kit/src/ui-kit/hooks/index.html +146 -0
- package/coverage/ui-kit/src/ui-kit/hooks/useCallHandlingErrors.js.html +151 -0
- package/coverage/ui-kit/src/ui-kit/hooks/useIsHydrated.js.html +121 -0
- package/coverage/ui-kit/src/ui-kit/hooks/useReferredState.js.html +157 -0
- package/coverage/ui-kit/src/ui-kit/utils/index.html +161 -0
- package/coverage/ui-kit/src/ui-kit/utils/inputValueProviders.js.html +235 -0
- package/coverage/ui-kit/src/ui-kit/utils/textUtils.js.html +139 -0
- package/coverage/ui-kit/src/ui-kit/utils/uiUtils.js.html +121 -0
- package/coverage/ui-kit/src/ui-kit/utils/urlQueryUtils.js.html +271 -0
- package/coverage/ui-kit/stories/atoms/BackgroundTitle.stories.jsx.html +202 -0
- package/coverage/ui-kit/stories/atoms/LinesOfText.stories.jsx.html +283 -0
- package/coverage/ui-kit/stories/atoms/LoadingDots.stories.jsx.html +226 -0
- package/coverage/ui-kit/stories/atoms/QrCode.stories.jsx.html +175 -0
- package/coverage/ui-kit/stories/atoms/RateSelector.stories.jsx.html +136 -0
- package/coverage/ui-kit/stories/atoms/Validation.stories.jsx.html +178 -0
- package/coverage/ui-kit/stories/atoms/buttons/Button.stories.jsx.html +883 -0
- package/coverage/ui-kit/stories/atoms/buttons/Close.stories.jsx.html +211 -0
- package/coverage/ui-kit/stories/atoms/buttons/LinkButton.stories.jsx.html +301 -0
- package/coverage/ui-kit/stories/atoms/buttons/index.html +146 -0
- package/coverage/ui-kit/stories/atoms/index.html +191 -0
- package/coverage/ui-kit/stories/molecules/LineWithIconLink.stories.jsx.html +154 -0
- package/coverage/ui-kit/stories/molecules/TitledLineWithIconLink.stories.jsx.html +160 -0
- package/coverage/ui-kit/stories/molecules/index.html +131 -0
- package/coverage/ui-kit/stories/organisms/Dialog/Dialog.stories.jsx.html +523 -0
- package/coverage/ui-kit/stories/organisms/Dialog/DialogButtons/DialogButtons.stories.jsx.html +328 -0
- package/coverage/ui-kit/stories/organisms/Dialog/DialogButtons/index.html +116 -0
- package/coverage/ui-kit/stories/organisms/Dialog/DialogStep/DialogStep.stories.jsx.html +337 -0
- package/coverage/ui-kit/stories/organisms/Dialog/DialogStep/index.html +116 -0
- package/coverage/ui-kit/stories/organisms/Dialog/index.html +116 -0
- package/coverage/ui-kit/stories/stubs/exampleContent.jsx.html +145 -0
- package/coverage/ui-kit/stories/stubs/index.html +116 -0
- package/coverage/ui-kit/stories/templates/DeterminedErrorDialogStep.stories.jsx.html +190 -0
- package/coverage/ui-kit/stories/templates/index.html +116 -0
- package/coverage/ui-kit/storybook-static/138.56b7edc4.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/312.6f62bbd9.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/341.57a15f57.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/595.2e40d981.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/607.3ea32459.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/609.949af3f6.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/693.1acf0184.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/797.c87cdf19.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/862.c15e3c9c.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/87.0a1bfeb1.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/893.e21210d8.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/996.10688684.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/atoms-BackgroundTitle-stories.1a5386a1.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/atoms-LinesOfText-stories.7043a48b.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/atoms-LoadingDots-stories.662d6a83.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/atoms-QrCode-stories.e10363b6.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/atoms-RateSelector-stories.da7b9f1f.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/atoms-Validation-stories.d561b311.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/atoms-buttons-Button-stories.d336c1a5.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/atoms-buttons-Close-stories.0a902a7c.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/atoms-buttons-LinkButton-stories.ca93ab6b.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/index.html +536 -0
- package/coverage/ui-kit/storybook-static/main.75ff1c31.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/molecules-LineWithIconLink-stories.2d2d5753.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/molecules-TitledLineWithIconLink-stories.1383fe3f.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/organisms-Dialog-Dialog-stories.4e6da717.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/organisms-Dialog-DialogButtons-DialogButtons-stories.b79c32a3.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/organisms-Dialog-DialogStep-DialogStep-stories.74896048.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/addon-backgrounds/dist/index.html +116 -0
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/addon-backgrounds/dist/preview.js.html +118 -0
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/components/dist/formatter-SWP5E3XI.mjs.html +118 -0
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/components/dist/index.html +116 -0
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/buffer/index.html +116 -0
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/buffer/index.js.html +118 -0
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/markdown-to-jsx/dist/index.html +116 -0
- package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/markdown-to-jsx/dist/index.modern.js.html +118 -0
- package/coverage/ui-kit/storybook-static/runtime~main.b108a22d.iframe.bundle.js.html +85 -0
- package/coverage/ui-kit/storybook-static/sb-addons/actions-9/index.html +116 -0
- package/coverage/ui-kit/storybook-static/sb-addons/actions-9/manager-bundle.js.html +94 -0
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-backgrounds-2/index.html +116 -0
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-backgrounds-2/manager-bundle.js.html +121 -0
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-controls-1/index.html +116 -0
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.html +274 -0
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-measure-4/index.html +116 -0
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-measure-4/manager-bundle.js.html +94 -0
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-outline-5/index.html +116 -0
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-outline-5/manager-bundle.js.html +94 -0
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-toolbars-3/index.html +116 -0
- package/coverage/ui-kit/storybook-static/sb-addons/essentials-toolbars-3/manager-bundle.js.html +94 -0
- package/coverage/ui-kit/storybook-static/sb-addons/interactions-7/index.html +116 -0
- package/coverage/ui-kit/storybook-static/sb-addons/interactions-7/manager-bundle.js.html +121 -0
- package/coverage/ui-kit/storybook-static/sb-addons/links-0/index.html +116 -0
- package/coverage/ui-kit/storybook-static/sb-addons/links-0/manager-bundle.js.html +94 -0
- package/coverage/ui-kit/storybook-static/sb-addons/onboarding-6/index.html +116 -0
- package/coverage/ui-kit/storybook-static/sb-addons/onboarding-6/manager-bundle.js.html +1588 -0
- package/coverage/ui-kit/storybook-static/sb-addons/viewport-8/index.html +116 -0
- package/coverage/ui-kit/storybook-static/sb-addons/viewport-8/manager-bundle.js.html +94 -0
- package/coverage/ui-kit/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-LVYLGZW2.js.html +88 -0
- package/coverage/ui-kit/storybook-static/sb-manager/chunk-2IXBUOFS.js.html +106 -0
- package/coverage/ui-kit/storybook-static/sb-manager/chunk-INSKDKQB.js.html +1129 -0
- package/coverage/ui-kit/storybook-static/sb-manager/chunk-NGTUFCUO.js.html +112 -0
- package/coverage/ui-kit/storybook-static/sb-manager/chunk-UUEAOBSN.js.html +1303 -0
- package/coverage/ui-kit/storybook-static/sb-manager/chunk-ZEU7PDD3.js.html +88 -0
- package/coverage/ui-kit/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js.html +553 -0
- package/coverage/ui-kit/storybook-static/sb-manager/globals-module-info.js.html +88 -0
- package/coverage/ui-kit/storybook-static/sb-manager/globals.js.html +88 -0
- package/coverage/ui-kit/storybook-static/sb-manager/index.html +281 -0
- package/coverage/ui-kit/storybook-static/sb-manager/index.js.html +88 -0
- package/coverage/ui-kit/storybook-static/sb-manager/runtime.js.html +88 -0
- package/coverage/ui-kit/storybook-static/sb-manager/syntaxhighlighter-V7JZZA35-DXZCI2WR.js.html +88 -0
- package/coverage/ui-kit/storybook-static/sb-preview/globals.js.html +88 -0
- package/coverage/ui-kit/storybook-static/sb-preview/index.html +131 -0
- package/coverage/ui-kit/storybook-static/sb-preview/runtime.js.html +421 -0
- package/coverage/ui-kit/storybook-static/templates-DeterminedErrorDialogStep-stories.3cc14214.iframe.bundle.js.html +85 -0
- package/dist/global.css +197 -0
- package/dist/global.css.map +1 -0
- package/dist/index.cjs +10864 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2212 -8491
- package/dist/index.css.map +1 -1
- package/dist/index.modern.js +8354 -22
- package/dist/index.modern.js.map +1 -1
- package/dist/index.module.js +10784 -23
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +10855 -25
- package/dist/index.umd.js.map +1 -1
- package/index.js +1 -1
- package/package.json +36 -9
- package/src/common-apis/adapters/axiosAdapter.js +35 -0
- package/src/common-apis/adapters/qrUtils.js +18 -0
- package/src/common-apis/amountUtils.js +359 -0
- package/src/common-apis/errorUtils.js +42 -0
- package/src/common-apis/external-apis/apiGroups.js +55 -0
- package/src/common-apis/external-apis/ipAddressProviders.js +89 -0
- package/src/common-apis/fiatCurrenciesService.js +153 -0
- package/src/common-apis/globalConstants.jsx +3 -0
- package/src/common-apis/models/blockchain.js +10 -0
- package/src/common-apis/models/coin.js +153 -0
- package/src/common-apis/models/protocol.js +5 -0
- package/src/common-apis/tests/amountUtils/composeRateText.test.js +152 -0
- package/src/common-apis/tests/integration/external-apis/ipAddressProviders/getClientIpAddress.test.js +12 -0
- package/src/common-apis/utils/cache.js +242 -0
- package/src/common-apis/utils/emailAPI.js +16 -0
- package/src/common-apis/utils/logging/logger.js +41 -0
- package/src/common-apis/utils/logging/logsStorage.js +61 -0
- package/src/common-apis/utils/postponeExecution.js +11 -0
- package/src/common-apis/utils/safeStringify.js +50 -0
- package/src/index.js +84 -0
- package/src/robust-api-caller/cacheAndConcurrentRequestsResolver.js +495 -0
- package/src/robust-api-caller/cachedRobustExternalApiCallerService.js +147 -0
- package/src/robust-api-caller/cancelProcessing.js +29 -0
- package/src/robust-api-caller/concurrentCalculationsMetadataHolder.js +75 -0
- package/src/robust-api-caller/externalApiProvider.js +156 -0
- package/src/robust-api-caller/externalServicesStatsCollector.js +78 -0
- package/src/robust-api-caller/robustExternalAPICallerService.js +304 -0
- package/src/robust-api-caller/tests/robustExternalAPICallerService/robustExternalAPICallerService/callExternalAPI/_performCallAttempt.test.js +533 -0
- package/src/robust-api-caller/tests/robustExternalAPICallerService/robustExternalAPICallerService/callExternalAPI/callExternalAPI.test.js +532 -0
- package/src/robust-api-caller/tests/robustExternalAPICallerService/robustExternalAPICallerService/constructor.test.js +19 -0
- package/src/swaps-lib/external-apis/letsExchangeSwapProvider.js +476 -0
- package/src/swaps-lib/external-apis/swapProvider.js +491 -0
- package/src/swaps-lib/external-apis/swapspaceSwapProvider.js +550 -0
- package/src/swaps-lib/models/baseSwapCreationInfo.js +46 -0
- package/src/swaps-lib/models/existingSwap.js +73 -0
- package/src/swaps-lib/models/existingSwapWithFiatData.js +128 -0
- package/src/swaps-lib/services/publicSwapService.js +671 -0
- package/src/swaps-lib/test/external-apis/swapProvider/getAllSupportedCurrencies.test.js +63 -0
- package/src/swaps-lib/test/external-apis/swapProvider/getDepositCurrencies.test.js +73 -0
- package/src/swaps-lib/test/external-apis/swapProvider/getWithdrawalCurrencies.test.js +102 -0
- package/src/swaps-lib/test/external-apis/swapProvider/removeProtocolNameFromCoinName.test.js +152 -0
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/_fetchSupportedCurrenciesIfNeeded.test.js +538 -0
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/createSwap.test.js +1249 -0
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/getSwapInfo.test.js +1700 -0
- package/src/swaps-lib/test/utils/swapUtils/safeHandleRequestsLimitExceeding.test.js +80 -0
- package/src/swaps-lib/utils/swapUtils.js +195 -0
- package/{styles → src/ui-kit/assets/styles}/_functions.scss +5 -0
- package/{styles → src/ui-kit/assets/styles}/_mixins.scss +2 -2
- package/{styles → src/ui-kit/assets/styles}/_placeholder.scss +3 -3
- package/{styles → src/ui-kit/assets/styles}/_variables.scss +17 -15
- package/src/ui-kit/assets/styles/fonts/NunitoSans-Bold.ttf +0 -0
- package/src/ui-kit/assets/styles/fonts/NunitoSans-ExtraBold.ttf +0 -0
- package/src/ui-kit/assets/styles/fonts/NunitoSans-Light.ttf +0 -0
- package/src/ui-kit/assets/styles/fonts/NunitoSans-Regular.ttf +0 -0
- package/src/ui-kit/assets/styles/fonts/NunitoSans-SemiBold.ttf +0 -0
- package/src/ui-kit/assets/styles/global.scss +165 -0
- package/src/ui-kit/assets/styles/index.scss +10 -0
- package/src/ui-kit/assets/wrappedImages/arrowIcon.jsx +13 -0
- package/src/ui-kit/assets/wrappedImages/arrowTosca.jsx +14 -0
- package/src/ui-kit/assets/wrappedImages/arrowWhite.jsx +14 -0
- package/src/ui-kit/assets/wrappedImages/darkRectangle.jsx +7 -0
- package/src/ui-kit/assets/wrappedImages/determinedError.jsx +118 -0
- package/src/ui-kit/assets/wrappedImages/failedValidationIcon.jsx +39 -0
- package/src/ui-kit/assets/wrappedImages/infoIcon.jsx +16 -0
- package/src/ui-kit/assets/wrappedImages/noticeQuestionIcon.jsx +54 -0
- package/src/ui-kit/assets/wrappedImages/successfulValidationIcon.jsx +26 -0
- package/src/ui-kit/assets/wrappedImages/walletIcon.jsx +22 -0
- package/src/ui-kit/components/atoms/AssetIcon/AssetIcon.jsx +57 -0
- package/{stories → src/ui-kit/components}/atoms/AssetIcon/asset-icon.module.scss +1 -1
- package/src/ui-kit/components/atoms/AssetSelection/AssetSelection.jsx +68 -0
- package/src/ui-kit/components/atoms/AssetSelection/asset-selection.module.scss +56 -0
- package/src/ui-kit/components/atoms/BackgroundTitle/BackgroundTitle.jsx +34 -0
- package/src/ui-kit/components/atoms/BackgroundTitle/background-title.module.scss +52 -0
- package/src/ui-kit/components/atoms/InformationMessage/InformationMessage.jsx +51 -0
- package/src/ui-kit/components/atoms/InformationMessage/information-message.module.scss +38 -0
- package/src/ui-kit/components/atoms/Input/Input.jsx +183 -0
- package/src/ui-kit/components/atoms/Input/input.module.scss +107 -0
- package/{stories → src/ui-kit/components}/atoms/LoadingDots/LoadingDots.jsx +8 -28
- package/{stories → src/ui-kit/components}/atoms/LoadingDots/LoadingDots.module.scss +3 -2
- package/src/ui-kit/components/atoms/NoticeIcon/NoticeIcon.jsx +64 -0
- package/src/ui-kit/components/atoms/NoticeIcon/notice-icon.module.scss +14 -0
- package/src/ui-kit/components/atoms/QrCode/QrCode.jsx +50 -0
- package/src/ui-kit/components/atoms/QrCode/qr-code.module.scss +15 -0
- package/src/ui-kit/components/atoms/RateSelector/RateSelector.jsx +30 -0
- package/src/ui-kit/components/atoms/RateSelector/rate-selector.module.scss +47 -0
- package/{stories → src/ui-kit/components}/atoms/SupportChat/SupportChat.jsx +5 -1
- package/src/ui-kit/components/atoms/Textarea/Textarea.jsx +148 -0
- package/src/ui-kit/components/atoms/Textarea/textarea.module.scss +71 -0
- package/src/ui-kit/components/atoms/TitleBox/TitleBox.jsx +141 -0
- package/src/ui-kit/components/atoms/TitleBox/title-box.module.scss +32 -0
- package/src/ui-kit/components/atoms/Tooltip/Tooltip.jsx +77 -0
- package/src/ui-kit/components/atoms/Tooltip/tooltip.module.scss +237 -0
- package/src/ui-kit/components/atoms/TwoLinesOfText/LinesOfText.jsx +76 -0
- package/src/ui-kit/components/atoms/TwoLinesOfText/lines-of-text.module.scss +65 -0
- package/src/ui-kit/components/atoms/Validation/Validation.jsx +41 -0
- package/src/ui-kit/components/atoms/Validation/validation.module.scss +15 -0
- package/{stories → src/ui-kit/components}/atoms/buttons/Button/Button.jsx +24 -50
- package/{stories → src/ui-kit/components}/atoms/buttons/Button/Button.module.scss +1 -1
- package/src/ui-kit/components/atoms/buttons/Close/Close.jsx +58 -0
- package/src/ui-kit/components/atoms/buttons/Close/close.module.scss +75 -0
- package/src/ui-kit/components/atoms/buttons/LinkButton/LinkButton.jsx +112 -0
- package/src/ui-kit/components/atoms/buttons/LinkButton/link-button.module.scss +49 -0
- package/src/ui-kit/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx +110 -0
- package/src/ui-kit/components/atoms/buttons/RadioButtonWithText/radio-button-with-text.module.scss +86 -0
- package/src/ui-kit/components/molecules/AmountInput/AmountInput.jsx +325 -0
- package/src/ui-kit/components/molecules/AmountInput/amount-input.module.scss +199 -0
- package/src/ui-kit/components/molecules/CoinPicker/CoinPicker.jsx +511 -0
- package/src/ui-kit/components/molecules/CoinPicker/coin-picker.module.scss +207 -0
- package/src/ui-kit/components/molecules/LineWithIconLink/LineWithIconLink.jsx +35 -0
- package/src/ui-kit/components/molecules/LineWithIconLink/line-with-icon-link.module.scss +25 -0
- package/src/ui-kit/components/molecules/TitledLineWithIconLink/TitledLineWithIconLink.jsx +32 -0
- package/src/ui-kit/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx +66 -0
- package/src/ui-kit/components/organisms/Dialog/Dialog.jsx +494 -0
- package/src/ui-kit/components/organisms/Dialog/DialogButtons/DialogButtons.jsx +122 -0
- package/src/ui-kit/components/organisms/Dialog/DialogButtons/dialog-buttons.module.scss +25 -0
- package/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx +538 -0
- package/src/ui-kit/components/organisms/Dialog/DialogStep/dialog-step.module.scss +381 -0
- package/src/ui-kit/components/organisms/Dialog/dialog.module.scss +226 -0
- package/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx +1330 -0
- package/src/ui-kit/components/organisms/SwapForm/swap-form.module.scss +134 -0
- package/src/ui-kit/components/templates/DeterminedErrorDialogStep/DeterminedErrorDialogStep.jsx +77 -0
- package/src/ui-kit/hooks/useCallHandlingErrors.js +22 -0
- package/src/ui-kit/hooks/useIsHydrated.js +12 -0
- package/src/ui-kit/hooks/useReferredState.js +24 -0
- package/src/ui-kit/tests/utils/inputValueProviders/provideFormatOfFloatValueByInputString.test.js +132 -0
- package/src/ui-kit/tests/utils/urlQueryUtils/getQueryParameterValues.test.js +65 -0
- package/src/ui-kit/tests/utils/urlQueryUtils/saveQueryParameterAndValues.test.js +104 -0
- package/src/ui-kit/utils/inputValueProviders.js +50 -0
- package/src/ui-kit/utils/textUtils.js +18 -0
- package/src/ui-kit/utils/uiUtils.js +12 -0
- package/src/ui-kit/utils/urlQueryUtils.js +62 -0
- package/stories/stubs/exampleContent.jsx +20 -0
- package/stories/atoms/AssetIcon/AssetIcon.jsx +0 -55
- package/stories/index.js +0 -4
- package/styles/_global-classes.scss +0 -433
- package/styles/fonts/NunitoSans-Bold.ttf +0 -0
- package/styles/fonts/NunitoSans-ExtraBold.ttf +0 -0
- package/styles/fonts/NunitoSans-Light.ttf +0 -0
- package/styles/fonts/NunitoSans-Regular.ttf +0 -0
- package/styles/fonts/NunitoSans-SemiBold.ttf +0 -0
- package/styles/global-styles-index.scss +0 -74
- package/styles/index.scss +0 -33
- /package/{styles → src/ui-kit/assets/styles}/colors/_light-colors.scss +0 -0
- /package/{styles → src/ui-kit/assets/styles}/colors/_solid-colors.scss +0 -0
- /package/{styles → src/ui-kit/assets/styles}/size/_margin-size.scss +0 -0
- /package/{styles → src/ui-kit/assets/styles}/size/_padding-size.scss +0 -0
|
@@ -0,0 +1,536 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for ui-kit/storybook-static</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../index.html">All files</a> ui-kit/storybook-static</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">0% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>0/29</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">0% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/29</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">0% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>0/29</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">0% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>0/29</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line low'></div>
|
|
65
|
+
<div class="pad1">
|
|
66
|
+
<table class="coverage-summary">
|
|
67
|
+
<thead>
|
|
68
|
+
<tr>
|
|
69
|
+
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
70
|
+
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
71
|
+
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
72
|
+
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
73
|
+
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
74
|
+
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
75
|
+
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
76
|
+
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
77
|
+
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
78
|
+
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
79
|
+
</tr>
|
|
80
|
+
</thead>
|
|
81
|
+
<tbody><tr>
|
|
82
|
+
<td class="file low" data-value="138.56b7edc4.iframe.bundle.js"><a href="138.56b7edc4.iframe.bundle.js.html">138.56b7edc4.iframe.bundle.js</a></td>
|
|
83
|
+
<td data-value="0" class="pic low">
|
|
84
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
85
|
+
</td>
|
|
86
|
+
<td data-value="0" class="pct low">0%</td>
|
|
87
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
88
|
+
<td data-value="0" class="pct low">0%</td>
|
|
89
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
90
|
+
<td data-value="0" class="pct low">0%</td>
|
|
91
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
92
|
+
<td data-value="0" class="pct low">0%</td>
|
|
93
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
94
|
+
</tr>
|
|
95
|
+
|
|
96
|
+
<tr>
|
|
97
|
+
<td class="file low" data-value="312.6f62bbd9.iframe.bundle.js"><a href="312.6f62bbd9.iframe.bundle.js.html">312.6f62bbd9.iframe.bundle.js</a></td>
|
|
98
|
+
<td data-value="0" class="pic low">
|
|
99
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
100
|
+
</td>
|
|
101
|
+
<td data-value="0" class="pct low">0%</td>
|
|
102
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
103
|
+
<td data-value="0" class="pct low">0%</td>
|
|
104
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
105
|
+
<td data-value="0" class="pct low">0%</td>
|
|
106
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
107
|
+
<td data-value="0" class="pct low">0%</td>
|
|
108
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
109
|
+
</tr>
|
|
110
|
+
|
|
111
|
+
<tr>
|
|
112
|
+
<td class="file low" data-value="341.57a15f57.iframe.bundle.js"><a href="341.57a15f57.iframe.bundle.js.html">341.57a15f57.iframe.bundle.js</a></td>
|
|
113
|
+
<td data-value="0" class="pic low">
|
|
114
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
115
|
+
</td>
|
|
116
|
+
<td data-value="0" class="pct low">0%</td>
|
|
117
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
118
|
+
<td data-value="0" class="pct low">0%</td>
|
|
119
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
120
|
+
<td data-value="0" class="pct low">0%</td>
|
|
121
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
122
|
+
<td data-value="0" class="pct low">0%</td>
|
|
123
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
124
|
+
</tr>
|
|
125
|
+
|
|
126
|
+
<tr>
|
|
127
|
+
<td class="file low" data-value="595.2e40d981.iframe.bundle.js"><a href="595.2e40d981.iframe.bundle.js.html">595.2e40d981.iframe.bundle.js</a></td>
|
|
128
|
+
<td data-value="0" class="pic low">
|
|
129
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
130
|
+
</td>
|
|
131
|
+
<td data-value="0" class="pct low">0%</td>
|
|
132
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
133
|
+
<td data-value="0" class="pct low">0%</td>
|
|
134
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
135
|
+
<td data-value="0" class="pct low">0%</td>
|
|
136
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
137
|
+
<td data-value="0" class="pct low">0%</td>
|
|
138
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
139
|
+
</tr>
|
|
140
|
+
|
|
141
|
+
<tr>
|
|
142
|
+
<td class="file low" data-value="607.3ea32459.iframe.bundle.js"><a href="607.3ea32459.iframe.bundle.js.html">607.3ea32459.iframe.bundle.js</a></td>
|
|
143
|
+
<td data-value="0" class="pic low">
|
|
144
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
145
|
+
</td>
|
|
146
|
+
<td data-value="0" class="pct low">0%</td>
|
|
147
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
148
|
+
<td data-value="0" class="pct low">0%</td>
|
|
149
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
150
|
+
<td data-value="0" class="pct low">0%</td>
|
|
151
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
152
|
+
<td data-value="0" class="pct low">0%</td>
|
|
153
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
154
|
+
</tr>
|
|
155
|
+
|
|
156
|
+
<tr>
|
|
157
|
+
<td class="file low" data-value="609.949af3f6.iframe.bundle.js"><a href="609.949af3f6.iframe.bundle.js.html">609.949af3f6.iframe.bundle.js</a></td>
|
|
158
|
+
<td data-value="0" class="pic low">
|
|
159
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
160
|
+
</td>
|
|
161
|
+
<td data-value="0" class="pct low">0%</td>
|
|
162
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
163
|
+
<td data-value="0" class="pct low">0%</td>
|
|
164
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
165
|
+
<td data-value="0" class="pct low">0%</td>
|
|
166
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
167
|
+
<td data-value="0" class="pct low">0%</td>
|
|
168
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
169
|
+
</tr>
|
|
170
|
+
|
|
171
|
+
<tr>
|
|
172
|
+
<td class="file low" data-value="693.1acf0184.iframe.bundle.js"><a href="693.1acf0184.iframe.bundle.js.html">693.1acf0184.iframe.bundle.js</a></td>
|
|
173
|
+
<td data-value="0" class="pic low">
|
|
174
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
175
|
+
</td>
|
|
176
|
+
<td data-value="0" class="pct low">0%</td>
|
|
177
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
178
|
+
<td data-value="0" class="pct low">0%</td>
|
|
179
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
180
|
+
<td data-value="0" class="pct low">0%</td>
|
|
181
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
182
|
+
<td data-value="0" class="pct low">0%</td>
|
|
183
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
184
|
+
</tr>
|
|
185
|
+
|
|
186
|
+
<tr>
|
|
187
|
+
<td class="file low" data-value="797.c87cdf19.iframe.bundle.js"><a href="797.c87cdf19.iframe.bundle.js.html">797.c87cdf19.iframe.bundle.js</a></td>
|
|
188
|
+
<td data-value="0" class="pic low">
|
|
189
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
190
|
+
</td>
|
|
191
|
+
<td data-value="0" class="pct low">0%</td>
|
|
192
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
193
|
+
<td data-value="0" class="pct low">0%</td>
|
|
194
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
195
|
+
<td data-value="0" class="pct low">0%</td>
|
|
196
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
197
|
+
<td data-value="0" class="pct low">0%</td>
|
|
198
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
199
|
+
</tr>
|
|
200
|
+
|
|
201
|
+
<tr>
|
|
202
|
+
<td class="file low" data-value="862.c15e3c9c.iframe.bundle.js"><a href="862.c15e3c9c.iframe.bundle.js.html">862.c15e3c9c.iframe.bundle.js</a></td>
|
|
203
|
+
<td data-value="0" class="pic low">
|
|
204
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
205
|
+
</td>
|
|
206
|
+
<td data-value="0" class="pct low">0%</td>
|
|
207
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
208
|
+
<td data-value="0" class="pct low">0%</td>
|
|
209
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
210
|
+
<td data-value="0" class="pct low">0%</td>
|
|
211
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
212
|
+
<td data-value="0" class="pct low">0%</td>
|
|
213
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
214
|
+
</tr>
|
|
215
|
+
|
|
216
|
+
<tr>
|
|
217
|
+
<td class="file low" data-value="87.0a1bfeb1.iframe.bundle.js"><a href="87.0a1bfeb1.iframe.bundle.js.html">87.0a1bfeb1.iframe.bundle.js</a></td>
|
|
218
|
+
<td data-value="0" class="pic low">
|
|
219
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
220
|
+
</td>
|
|
221
|
+
<td data-value="0" class="pct low">0%</td>
|
|
222
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
223
|
+
<td data-value="0" class="pct low">0%</td>
|
|
224
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
225
|
+
<td data-value="0" class="pct low">0%</td>
|
|
226
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
227
|
+
<td data-value="0" class="pct low">0%</td>
|
|
228
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
229
|
+
</tr>
|
|
230
|
+
|
|
231
|
+
<tr>
|
|
232
|
+
<td class="file low" data-value="893.e21210d8.iframe.bundle.js"><a href="893.e21210d8.iframe.bundle.js.html">893.e21210d8.iframe.bundle.js</a></td>
|
|
233
|
+
<td data-value="0" class="pic low">
|
|
234
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
235
|
+
</td>
|
|
236
|
+
<td data-value="0" class="pct low">0%</td>
|
|
237
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
238
|
+
<td data-value="0" class="pct low">0%</td>
|
|
239
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
240
|
+
<td data-value="0" class="pct low">0%</td>
|
|
241
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
242
|
+
<td data-value="0" class="pct low">0%</td>
|
|
243
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
244
|
+
</tr>
|
|
245
|
+
|
|
246
|
+
<tr>
|
|
247
|
+
<td class="file low" data-value="996.10688684.iframe.bundle.js"><a href="996.10688684.iframe.bundle.js.html">996.10688684.iframe.bundle.js</a></td>
|
|
248
|
+
<td data-value="0" class="pic low">
|
|
249
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
250
|
+
</td>
|
|
251
|
+
<td data-value="0" class="pct low">0%</td>
|
|
252
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
253
|
+
<td data-value="0" class="pct low">0%</td>
|
|
254
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
255
|
+
<td data-value="0" class="pct low">0%</td>
|
|
256
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
257
|
+
<td data-value="0" class="pct low">0%</td>
|
|
258
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
259
|
+
</tr>
|
|
260
|
+
|
|
261
|
+
<tr>
|
|
262
|
+
<td class="file low" data-value="atoms-BackgroundTitle-stories.1a5386a1.iframe.bundle.js"><a href="atoms-BackgroundTitle-stories.1a5386a1.iframe.bundle.js.html">atoms-BackgroundTitle-stories.1a5386a1.iframe.bundle.js</a></td>
|
|
263
|
+
<td data-value="0" class="pic low">
|
|
264
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
265
|
+
</td>
|
|
266
|
+
<td data-value="0" class="pct low">0%</td>
|
|
267
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
268
|
+
<td data-value="0" class="pct low">0%</td>
|
|
269
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
270
|
+
<td data-value="0" class="pct low">0%</td>
|
|
271
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
272
|
+
<td data-value="0" class="pct low">0%</td>
|
|
273
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
274
|
+
</tr>
|
|
275
|
+
|
|
276
|
+
<tr>
|
|
277
|
+
<td class="file low" data-value="atoms-LinesOfText-stories.7043a48b.iframe.bundle.js"><a href="atoms-LinesOfText-stories.7043a48b.iframe.bundle.js.html">atoms-LinesOfText-stories.7043a48b.iframe.bundle.js</a></td>
|
|
278
|
+
<td data-value="0" class="pic low">
|
|
279
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
280
|
+
</td>
|
|
281
|
+
<td data-value="0" class="pct low">0%</td>
|
|
282
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
283
|
+
<td data-value="0" class="pct low">0%</td>
|
|
284
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
285
|
+
<td data-value="0" class="pct low">0%</td>
|
|
286
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
287
|
+
<td data-value="0" class="pct low">0%</td>
|
|
288
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
289
|
+
</tr>
|
|
290
|
+
|
|
291
|
+
<tr>
|
|
292
|
+
<td class="file low" data-value="atoms-LoadingDots-stories.662d6a83.iframe.bundle.js"><a href="atoms-LoadingDots-stories.662d6a83.iframe.bundle.js.html">atoms-LoadingDots-stories.662d6a83.iframe.bundle.js</a></td>
|
|
293
|
+
<td data-value="0" class="pic low">
|
|
294
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
295
|
+
</td>
|
|
296
|
+
<td data-value="0" class="pct low">0%</td>
|
|
297
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
298
|
+
<td data-value="0" class="pct low">0%</td>
|
|
299
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
300
|
+
<td data-value="0" class="pct low">0%</td>
|
|
301
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
302
|
+
<td data-value="0" class="pct low">0%</td>
|
|
303
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
304
|
+
</tr>
|
|
305
|
+
|
|
306
|
+
<tr>
|
|
307
|
+
<td class="file low" data-value="atoms-QrCode-stories.e10363b6.iframe.bundle.js"><a href="atoms-QrCode-stories.e10363b6.iframe.bundle.js.html">atoms-QrCode-stories.e10363b6.iframe.bundle.js</a></td>
|
|
308
|
+
<td data-value="0" class="pic low">
|
|
309
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
310
|
+
</td>
|
|
311
|
+
<td data-value="0" class="pct low">0%</td>
|
|
312
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
313
|
+
<td data-value="0" class="pct low">0%</td>
|
|
314
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
315
|
+
<td data-value="0" class="pct low">0%</td>
|
|
316
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
317
|
+
<td data-value="0" class="pct low">0%</td>
|
|
318
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
319
|
+
</tr>
|
|
320
|
+
|
|
321
|
+
<tr>
|
|
322
|
+
<td class="file low" data-value="atoms-RateSelector-stories.da7b9f1f.iframe.bundle.js"><a href="atoms-RateSelector-stories.da7b9f1f.iframe.bundle.js.html">atoms-RateSelector-stories.da7b9f1f.iframe.bundle.js</a></td>
|
|
323
|
+
<td data-value="0" class="pic low">
|
|
324
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
325
|
+
</td>
|
|
326
|
+
<td data-value="0" class="pct low">0%</td>
|
|
327
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
328
|
+
<td data-value="0" class="pct low">0%</td>
|
|
329
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
330
|
+
<td data-value="0" class="pct low">0%</td>
|
|
331
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
332
|
+
<td data-value="0" class="pct low">0%</td>
|
|
333
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
334
|
+
</tr>
|
|
335
|
+
|
|
336
|
+
<tr>
|
|
337
|
+
<td class="file low" data-value="atoms-Validation-stories.d561b311.iframe.bundle.js"><a href="atoms-Validation-stories.d561b311.iframe.bundle.js.html">atoms-Validation-stories.d561b311.iframe.bundle.js</a></td>
|
|
338
|
+
<td data-value="0" class="pic low">
|
|
339
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
340
|
+
</td>
|
|
341
|
+
<td data-value="0" class="pct low">0%</td>
|
|
342
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
343
|
+
<td data-value="0" class="pct low">0%</td>
|
|
344
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
345
|
+
<td data-value="0" class="pct low">0%</td>
|
|
346
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
347
|
+
<td data-value="0" class="pct low">0%</td>
|
|
348
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
349
|
+
</tr>
|
|
350
|
+
|
|
351
|
+
<tr>
|
|
352
|
+
<td class="file low" data-value="atoms-buttons-Button-stories.d336c1a5.iframe.bundle.js"><a href="atoms-buttons-Button-stories.d336c1a5.iframe.bundle.js.html">atoms-buttons-Button-stories.d336c1a5.iframe.bundle.js</a></td>
|
|
353
|
+
<td data-value="0" class="pic low">
|
|
354
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
355
|
+
</td>
|
|
356
|
+
<td data-value="0" class="pct low">0%</td>
|
|
357
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
358
|
+
<td data-value="0" class="pct low">0%</td>
|
|
359
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
360
|
+
<td data-value="0" class="pct low">0%</td>
|
|
361
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
362
|
+
<td data-value="0" class="pct low">0%</td>
|
|
363
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
364
|
+
</tr>
|
|
365
|
+
|
|
366
|
+
<tr>
|
|
367
|
+
<td class="file low" data-value="atoms-buttons-Close-stories.0a902a7c.iframe.bundle.js"><a href="atoms-buttons-Close-stories.0a902a7c.iframe.bundle.js.html">atoms-buttons-Close-stories.0a902a7c.iframe.bundle.js</a></td>
|
|
368
|
+
<td data-value="0" class="pic low">
|
|
369
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
370
|
+
</td>
|
|
371
|
+
<td data-value="0" class="pct low">0%</td>
|
|
372
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
373
|
+
<td data-value="0" class="pct low">0%</td>
|
|
374
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
375
|
+
<td data-value="0" class="pct low">0%</td>
|
|
376
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
377
|
+
<td data-value="0" class="pct low">0%</td>
|
|
378
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
379
|
+
</tr>
|
|
380
|
+
|
|
381
|
+
<tr>
|
|
382
|
+
<td class="file low" data-value="atoms-buttons-LinkButton-stories.ca93ab6b.iframe.bundle.js"><a href="atoms-buttons-LinkButton-stories.ca93ab6b.iframe.bundle.js.html">atoms-buttons-LinkButton-stories.ca93ab6b.iframe.bundle.js</a></td>
|
|
383
|
+
<td data-value="0" class="pic low">
|
|
384
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
385
|
+
</td>
|
|
386
|
+
<td data-value="0" class="pct low">0%</td>
|
|
387
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
388
|
+
<td data-value="0" class="pct low">0%</td>
|
|
389
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
390
|
+
<td data-value="0" class="pct low">0%</td>
|
|
391
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
392
|
+
<td data-value="0" class="pct low">0%</td>
|
|
393
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
394
|
+
</tr>
|
|
395
|
+
|
|
396
|
+
<tr>
|
|
397
|
+
<td class="file low" data-value="main.75ff1c31.iframe.bundle.js"><a href="main.75ff1c31.iframe.bundle.js.html">main.75ff1c31.iframe.bundle.js</a></td>
|
|
398
|
+
<td data-value="0" class="pic low">
|
|
399
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
400
|
+
</td>
|
|
401
|
+
<td data-value="0" class="pct low">0%</td>
|
|
402
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
403
|
+
<td data-value="0" class="pct low">0%</td>
|
|
404
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
405
|
+
<td data-value="0" class="pct low">0%</td>
|
|
406
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
407
|
+
<td data-value="0" class="pct low">0%</td>
|
|
408
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
409
|
+
</tr>
|
|
410
|
+
|
|
411
|
+
<tr>
|
|
412
|
+
<td class="file low" data-value="molecules-LineWithIconLink-stories.2d2d5753.iframe.bundle.js"><a href="molecules-LineWithIconLink-stories.2d2d5753.iframe.bundle.js.html">molecules-LineWithIconLink-stories.2d2d5753.iframe.bundle.js</a></td>
|
|
413
|
+
<td data-value="0" class="pic low">
|
|
414
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
415
|
+
</td>
|
|
416
|
+
<td data-value="0" class="pct low">0%</td>
|
|
417
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
418
|
+
<td data-value="0" class="pct low">0%</td>
|
|
419
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
420
|
+
<td data-value="0" class="pct low">0%</td>
|
|
421
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
422
|
+
<td data-value="0" class="pct low">0%</td>
|
|
423
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
424
|
+
</tr>
|
|
425
|
+
|
|
426
|
+
<tr>
|
|
427
|
+
<td class="file low" data-value="molecules-TitledLineWithIconLink-stories.1383fe3f.iframe.bundle.js"><a href="molecules-TitledLineWithIconLink-stories.1383fe3f.iframe.bundle.js.html">molecules-TitledLineWithIconLink-stories.1383fe3f.iframe.bundle.js</a></td>
|
|
428
|
+
<td data-value="0" class="pic low">
|
|
429
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
430
|
+
</td>
|
|
431
|
+
<td data-value="0" class="pct low">0%</td>
|
|
432
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
433
|
+
<td data-value="0" class="pct low">0%</td>
|
|
434
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
435
|
+
<td data-value="0" class="pct low">0%</td>
|
|
436
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
437
|
+
<td data-value="0" class="pct low">0%</td>
|
|
438
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
439
|
+
</tr>
|
|
440
|
+
|
|
441
|
+
<tr>
|
|
442
|
+
<td class="file low" data-value="organisms-Dialog-Dialog-stories.4e6da717.iframe.bundle.js"><a href="organisms-Dialog-Dialog-stories.4e6da717.iframe.bundle.js.html">organisms-Dialog-Dialog-stories.4e6da717.iframe.bundle.js</a></td>
|
|
443
|
+
<td data-value="0" class="pic low">
|
|
444
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
445
|
+
</td>
|
|
446
|
+
<td data-value="0" class="pct low">0%</td>
|
|
447
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
448
|
+
<td data-value="0" class="pct low">0%</td>
|
|
449
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
450
|
+
<td data-value="0" class="pct low">0%</td>
|
|
451
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
452
|
+
<td data-value="0" class="pct low">0%</td>
|
|
453
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
454
|
+
</tr>
|
|
455
|
+
|
|
456
|
+
<tr>
|
|
457
|
+
<td class="file low" data-value="organisms-Dialog-DialogButtons-DialogButtons-stories.b79c32a3.iframe.bundle.js"><a href="organisms-Dialog-DialogButtons-DialogButtons-stories.b79c32a3.iframe.bundle.js.html">organisms-Dialog-DialogButtons-DialogButtons-stories.b79c32a3.iframe.bundle.js</a></td>
|
|
458
|
+
<td data-value="0" class="pic low">
|
|
459
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
460
|
+
</td>
|
|
461
|
+
<td data-value="0" class="pct low">0%</td>
|
|
462
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
463
|
+
<td data-value="0" class="pct low">0%</td>
|
|
464
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
465
|
+
<td data-value="0" class="pct low">0%</td>
|
|
466
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
467
|
+
<td data-value="0" class="pct low">0%</td>
|
|
468
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
469
|
+
</tr>
|
|
470
|
+
|
|
471
|
+
<tr>
|
|
472
|
+
<td class="file low" data-value="organisms-Dialog-DialogStep-DialogStep-stories.74896048.iframe.bundle.js"><a href="organisms-Dialog-DialogStep-DialogStep-stories.74896048.iframe.bundle.js.html">organisms-Dialog-DialogStep-DialogStep-stories.74896048.iframe.bundle.js</a></td>
|
|
473
|
+
<td data-value="0" class="pic low">
|
|
474
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
475
|
+
</td>
|
|
476
|
+
<td data-value="0" class="pct low">0%</td>
|
|
477
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
478
|
+
<td data-value="0" class="pct low">0%</td>
|
|
479
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
480
|
+
<td data-value="0" class="pct low">0%</td>
|
|
481
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
482
|
+
<td data-value="0" class="pct low">0%</td>
|
|
483
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
484
|
+
</tr>
|
|
485
|
+
|
|
486
|
+
<tr>
|
|
487
|
+
<td class="file low" data-value="runtime~main.b108a22d.iframe.bundle.js"><a href="runtime~main.b108a22d.iframe.bundle.js.html">runtime~main.b108a22d.iframe.bundle.js</a></td>
|
|
488
|
+
<td data-value="0" class="pic low">
|
|
489
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
490
|
+
</td>
|
|
491
|
+
<td data-value="0" class="pct low">0%</td>
|
|
492
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
493
|
+
<td data-value="0" class="pct low">0%</td>
|
|
494
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
495
|
+
<td data-value="0" class="pct low">0%</td>
|
|
496
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
497
|
+
<td data-value="0" class="pct low">0%</td>
|
|
498
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
499
|
+
</tr>
|
|
500
|
+
|
|
501
|
+
<tr>
|
|
502
|
+
<td class="file low" data-value="templates-DeterminedErrorDialogStep-stories.3cc14214.iframe.bundle.js"><a href="templates-DeterminedErrorDialogStep-stories.3cc14214.iframe.bundle.js.html">templates-DeterminedErrorDialogStep-stories.3cc14214.iframe.bundle.js</a></td>
|
|
503
|
+
<td data-value="0" class="pic low">
|
|
504
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
505
|
+
</td>
|
|
506
|
+
<td data-value="0" class="pct low">0%</td>
|
|
507
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
508
|
+
<td data-value="0" class="pct low">0%</td>
|
|
509
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
510
|
+
<td data-value="0" class="pct low">0%</td>
|
|
511
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
512
|
+
<td data-value="0" class="pct low">0%</td>
|
|
513
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
514
|
+
</tr>
|
|
515
|
+
|
|
516
|
+
</tbody>
|
|
517
|
+
</table>
|
|
518
|
+
</div>
|
|
519
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
520
|
+
</div><!-- /wrapper -->
|
|
521
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
522
|
+
Code coverage generated by
|
|
523
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
524
|
+
at 2024-07-05T22:41:43.517Z
|
|
525
|
+
</div>
|
|
526
|
+
<script src="../../prettify.js"></script>
|
|
527
|
+
<script>
|
|
528
|
+
window.onload = function () {
|
|
529
|
+
prettyPrint();
|
|
530
|
+
};
|
|
531
|
+
</script>
|
|
532
|
+
<script src="../../sorter.js"></script>
|
|
533
|
+
<script src="../../block-navigation.js"></script>
|
|
534
|
+
</body>
|
|
535
|
+
</html>
|
|
536
|
+
|