@coinbase/cds-common 8.13.1 → 8.13.2
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/CHANGELOG.md +37 -0
- package/dts/accordion/AccordionProvider.d.ts +23 -17
- package/dts/animation/accordion.d.ts +1 -1
- package/dts/animation/border.d.ts +9 -3
- package/dts/animation/carousel.d.ts +1 -1
- package/dts/animation/collapsible.d.ts +4 -4
- package/dts/animation/dot.d.ts +1 -1
- package/dts/animation/drawer.d.ts +8 -8
- package/dts/animation/dropdown.d.ts +19 -19
- package/dts/animation/fullscreenModal.d.ts +1 -1
- package/dts/animation/likeButton.d.ts +1 -1
- package/dts/animation/menu.d.ts +21 -21
- package/dts/animation/modal.d.ts +1 -1
- package/dts/animation/overlay.d.ts +1 -1
- package/dts/animation/paddle.d.ts +1 -1
- package/dts/animation/progress.d.ts +1 -1
- package/dts/animation/rotate.d.ts +1 -1
- package/dts/animation/select.d.ts +1 -1
- package/dts/animation/sparkline.d.ts +3 -3
- package/dts/animation/tabs.d.ts +1 -1
- package/dts/animation/toast.d.ts +1 -1
- package/dts/animation/tooltip.d.ts +7 -4
- package/dts/cards/getCardBodySpacingProps.d.ts +16 -4
- package/dts/color/blendColors.d.ts +12 -9
- package/dts/color/colorToHex.d.ts +1 -1
- package/dts/color/darkenColor.d.ts +1 -1
- package/dts/color/getAccessibleForegroundGradient.d.ts +13 -8
- package/dts/color/getBlendedColor.d.ts +61 -54
- package/dts/color/getContrastRatio.d.ts +1 -1
- package/dts/color/getLuminance.d.ts +1 -1
- package/dts/color/isAccessibleColor.d.ts +11 -6
- package/dts/color/isLightOrDarkColor.d.ts +2 -2
- package/dts/color/overrideAlpha.d.ts +1 -1
- package/dts/core/theme.d.ts +251 -252
- package/dts/dates/DateInputValidationError.d.ts +3 -3
- package/dts/dates/IntlDateFormat.d.ts +29 -32
- package/dts/dates/generateCalendarMonth.d.ts +1 -1
- package/dts/dates/getISOStringLocal.d.ts +1 -1
- package/dts/dates/getMidnightDate.d.ts +1 -1
- package/dts/dates/getTimesFromDatesAndRanges.d.ts +4 -2
- package/dts/dates/useDateInput.d.ts +33 -17
- package/dts/dates/useDateInputValidation.d.ts +48 -39
- package/dts/hooks/useEventHandler.d.ts +12 -3
- package/dts/hooks/useFallbackShape.d.ts +10 -6
- package/dts/hooks/useGroupToggler.d.ts +9 -6
- package/dts/hooks/useHasMounted.d.ts +1 -1
- package/dts/hooks/useIndexCounter.d.ts +21 -14
- package/dts/hooks/useInputVariant.d.ts +1 -1
- package/dts/hooks/useLogo.d.ts +17 -17
- package/dts/hooks/useMergeRefs.d.ts +4 -2
- package/dts/hooks/usePrefixedId.d.ts +9 -3
- package/dts/hooks/usePreviousValue.d.ts +1 -1
- package/dts/hooks/usePreviousValues.d.ts +3 -3
- package/dts/hooks/useRefMap.d.ts +9 -7
- package/dts/hooks/useSort.d.ts +14 -14
- package/dts/hooks/useSubBrandLogo.d.ts +53 -45
- package/dts/hooks/useTimer.d.ts +5 -5
- package/dts/hooks/useToggler.d.ts +7 -7
- package/dts/hooks/useValueChanges.d.ts +6 -6
- package/dts/index.d.ts +1 -1
- package/dts/internal/data/accounts.d.ts +220 -210
- package/dts/internal/data/announcementCards.d.ts +7 -7
- package/dts/internal/data/asset.d.ts +162 -162
- package/dts/internal/data/assets.d.ts +73 -70
- package/dts/internal/data/avatars.d.ts +6 -3
- package/dts/internal/data/dataCards.d.ts +25 -21
- package/dts/internal/data/featureEntryCards.d.ts +19 -16
- package/dts/internal/data/feedImages.d.ts +1 -1
- package/dts/internal/data/iconData.d.ts +2 -2
- package/dts/internal/data/loremIpsum.d.ts +3 -2
- package/dts/internal/data/navigation.d.ts +5 -5
- package/dts/internal/data/prices.d.ts +3 -3
- package/dts/internal/data/product.d.ts +31 -23
- package/dts/internal/data/tabs.d.ts +16 -13
- package/dts/internal/data/users.d.ts +13 -10
- package/dts/internal/utils/storyBuilder.d.ts +136 -95
- package/dts/internal/visualizations/SparklineInteractiveData.d.ts +8 -8
- package/dts/jest/timeTravel.d.ts +1 -1
- package/dts/lottie/lottieUtils.d.ts +7 -4
- package/dts/lottie/useStatusAnimationPoller.d.ts +29 -6
- package/dts/media/getAvatarFallbackColor.d.ts +4 -2
- package/dts/media/remoteImageFallbackSrc.d.ts +5 -3
- package/dts/motion/animatedCaret.d.ts +1 -1
- package/dts/motion/checkbox.d.ts +85 -77
- package/dts/motion/dot.d.ts +85 -77
- package/dts/motion/hint.d.ts +46 -42
- package/dts/motion/switch.d.ts +1 -1
- package/dts/motion/tokens.d.ts +896 -414
- package/dts/motion/utils.d.ts +30 -12
- package/dts/numbers/IntlNumberFormat.d.ts +101 -103
- package/dts/numbers/subscript.d.ts +1 -1
- package/dts/overlays/ModalContext.d.ts +22 -22
- package/dts/overlays/OverlayContentContext.d.ts +10 -10
- package/dts/overlays/PortalContext.d.ts +5 -5
- package/dts/overlays/ToastProvider.d.ts +44 -35
- package/dts/overlays/useAlert.d.ts +3 -3
- package/dts/overlays/useModal.d.ts +3 -3
- package/dts/overlays/useOverlay.d.ts +3 -3
- package/dts/overlays/usePortal.d.ts +2 -2
- package/dts/overlays/usePortalState.d.ts +12 -12
- package/dts/overlays/useToastQueue.d.ts +8 -8
- package/dts/stepper/useStepper.d.ts +27 -23
- package/dts/stepper/utils.d.ts +15 -8
- package/dts/system/EventHandlerProvider.d.ts +13 -11
- package/dts/system/LocaleProvider.d.ts +8 -5
- package/dts/system/RefMapContext.d.ts +3 -3
- package/dts/tabs/TabsContext.d.ts +2 -2
- package/dts/tabs/useTabs.d.ts +27 -22
- package/dts/tokens/accordion.d.ts +4 -4
- package/dts/tokens/appSwitcher.d.ts +1 -1
- package/dts/tokens/avatar.d.ts +12 -12
- package/dts/tokens/banner.d.ts +8 -8
- package/dts/tokens/borderRadius.d.ts +1 -1
- package/dts/tokens/button.d.ts +61 -61
- package/dts/tokens/card.d.ts +16 -16
- package/dts/tokens/cell.d.ts +17 -14
- package/dts/tokens/chip.d.ts +1 -1
- package/dts/tokens/dot.d.ts +4 -4
- package/dts/tokens/drawer.d.ts +1 -1
- package/dts/tokens/illustrations.d.ts +21 -21
- package/dts/tokens/input.d.ts +1 -1
- package/dts/tokens/interactable.d.ts +1 -1
- package/dts/tokens/interactableHeight.d.ts +3 -3
- package/dts/tokens/menu.d.ts +1 -1
- package/dts/tokens/multiContentModule.d.ts +1 -1
- package/dts/tokens/navigation.d.ts +1 -1
- package/dts/tokens/overlays.d.ts +3 -2
- package/dts/tokens/page.d.ts +1 -1
- package/dts/tokens/select.d.ts +1 -1
- package/dts/tokens/sidebar.d.ts +1 -1
- package/dts/tokens/sizing.d.ts +1 -1
- package/dts/tokens/sparkline.d.ts +1 -1
- package/dts/tokens/tags.d.ts +11 -5
- package/dts/tokens/tile.d.ts +1 -1
- package/dts/tokens/toast.d.ts +1 -1
- package/dts/tokens/tooltip.d.ts +1 -1
- package/dts/tokens/zIndex.d.ts +12 -12
- package/dts/tour/TourContext.d.ts +1 -1
- package/dts/tour/useTour.d.ts +83 -77
- package/dts/types/AvatarBaseProps.d.ts +1 -1
- package/dts/types/AvatarSize.d.ts +1 -1
- package/dts/types/BannerBaseProps.d.ts +1 -1
- package/dts/types/BoxBaseProps.d.ts +61 -48
- package/dts/types/ButtonBaseProps.d.ts +8 -2
- package/dts/types/CardHeaderProps.d.ts +9 -9
- package/dts/types/CardMediaProps.d.ts +28 -22
- package/dts/types/CardRemoteImageProps.d.ts +18 -14
- package/dts/types/CdsPlatform.d.ts +1 -1
- package/dts/types/CellBaseProps.d.ts +3 -3
- package/dts/types/Chart.d.ts +18 -16
- package/dts/types/CollapsibleBaseProps.d.ts +1 -1
- package/dts/types/Color.d.ts +3 -3
- package/dts/types/ComponentEventHandlerProps.d.ts +3 -3
- package/dts/types/DimensionStyles.d.ts +18 -18
- package/dts/types/Display.d.ts +9 -2
- package/dts/types/DotBaseProps.d.ts +1 -1
- package/dts/types/DotCountBaseProps.d.ts +1 -1
- package/dts/types/ElevationLevels.d.ts +3 -3
- package/dts/types/FallbackBaseProps.d.ts +8 -8
- package/dts/types/Grid.d.ts +1 -1
- package/dts/types/Helpers.d.ts +6 -2
- package/dts/types/IconButtonBaseProps.d.ts +1 -1
- package/dts/types/IconName.d.ts +1 -1
- package/dts/types/IconSize.d.ts +1 -1
- package/dts/types/IllustrationNames.d.ts +14 -3
- package/dts/types/IllustrationProps.d.ts +15 -3
- package/dts/types/InputBaseProps.d.ts +23 -17
- package/dts/types/LottiePlayer.d.ts +9 -6
- package/dts/types/LottieSource.d.ts +19 -19
- package/dts/types/LottieStatusAnimationProps.d.ts +21 -15
- package/dts/types/Motion.d.ts +58 -21
- package/dts/types/OverlayLifecycleProps.d.ts +17 -17
- package/dts/types/Palette.d.ts +1 -1
- package/dts/types/Placement.d.ts +1 -1
- package/dts/types/Position.d.ts +1 -1
- package/dts/types/ProgressContainerWithButtonsProps.d.ts +5 -5
- package/dts/types/PulseBaseProps.d.ts +1 -1
- package/dts/types/React.d.ts +1 -1
- package/dts/types/Rect.d.ts +5 -5
- package/dts/types/Responsive.d.ts +9 -2
- package/dts/types/ResponsiveProps.d.ts +13 -6
- package/dts/types/SectionHeaderProps.d.ts +15 -13
- package/dts/types/Shape.d.ts +1 -1
- package/dts/types/SharedAccessibilityProps.d.ts +32 -32
- package/dts/types/SharedProps.d.ts +7 -7
- package/dts/types/SpacingProps.d.ts +37 -37
- package/dts/types/SparklineInteractiveHeaderBaseProps.d.ts +7 -2
- package/dts/types/SpreadPropsSafely.d.ts +2 -2
- package/dts/types/StickyFooterProps.d.ts +17 -15
- package/dts/types/TagBaseProps.d.ts +5 -2
- package/dts/types/TextBaseProps.d.ts +7 -7
- package/dts/types/TooltipBaseProps.d.ts +1 -1
- package/dts/types/TypeOrNumber.d.ts +1 -1
- package/dts/types/Visibility.d.ts +2 -2
- package/dts/types/Weight.d.ts +1 -1
- package/dts/types/index.d.ts +1 -1
- package/dts/utils/cell.d.ts +5 -2
- package/dts/utils/chart.d.ts +1 -1
- package/dts/utils/circle.d.ts +1 -1
- package/dts/utils/convertDimensionToAspectRatio.d.ts +12 -2
- package/dts/utils/convertDimensionToSize.d.ts +3 -3
- package/dts/utils/convertSizeWithMultiplier.d.ts +8 -5
- package/dts/utils/debounce.d.ts +5 -2
- package/dts/utils/delay.d.ts +1 -1
- package/dts/utils/flattenNodes.d.ts +6 -2
- package/dts/utils/formatCount.d.ts +1 -1
- package/dts/utils/getAccessibleColor.d.ts +16 -11
- package/dts/utils/getButtonSpacingProps.d.ts +12 -9
- package/dts/utils/getDefaultAspectRatioForIllustration.d.ts +9 -2
- package/dts/utils/getDefaultSizeObjectForIllustration.d.ts +4 -2
- package/dts/utils/getRectWidthVariant.d.ts +5 -2
- package/dts/utils/getWidthInEm.d.ts +1 -1
- package/dts/utils/join.d.ts +5 -2
- package/dts/utils/mergeProps.d.ts +1 -1
- package/dts/utils/mockUtils.d.ts +1 -1
- package/dts/utils/modulate.d.ts +8 -5
- package/dts/utils/parseDotCountMaxOverflow.d.ts +1 -1
- package/dts/visualizations/getProgressCircleParams.d.ts +15 -11
- package/dts/visualizations/getSparklineRange.d.ts +11 -7
- package/dts/visualizations/getSparklineTransform.d.ts +7 -3
- package/dts/visualizations/largestTriangleThreeBucket.d.ts +1 -1
- package/dts/visualizations/useCounter.d.ts +9 -5
- package/dts/visualizations/useDateLookup.d.ts +9 -5
- package/dts/visualizations/useProgressSize.d.ts +1 -1
- package/dts/visualizations/useSparklineArea.d.ts +1 -1
- package/dts/visualizations/useSparklineAreaOpacity.d.ts +1 -1
- package/dts/visualizations/useSparklineCoordinates.d.ts +19 -12
- package/dts/visualizations/useSparklinePath.d.ts +1 -1
- package/dts/visualizations/useSparklinePathGenerator.d.ts +16 -10
- package/dts/visualizations/useTimeseriesPaths.d.ts +6 -6
- package/dts/visualizations/useVisualizationDimensions.d.ts +15 -10
- package/package.json +7 -7
- package/dts/accordion/__tests__/AccordionProvider.test.d.ts +0 -2
- package/dts/accordion/__tests__/AccordionProvider.test.d.ts.map +0 -1
- package/dts/color/__tests__/blendColors.test.d.ts +0 -2
- package/dts/color/__tests__/blendColors.test.d.ts.map +0 -1
- package/dts/color/__tests__/isLightOrDarkColor.test.d.ts +0 -2
- package/dts/color/__tests__/isLightOrDarkColor.test.d.ts.map +0 -1
- package/dts/color/__tests__/overrideAlpha.test.d.ts +0 -2
- package/dts/color/__tests__/overrideAlpha.test.d.ts.map +0 -1
- package/dts/dates/__tests__/IntlDateFormat.test.d.ts +0 -2
- package/dts/dates/__tests__/IntlDateFormat.test.d.ts.map +0 -1
- package/dts/dates/__tests__/useDateInput.test.d.ts +0 -2
- package/dts/dates/__tests__/useDateInput.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useFallbackShape.test.d.ts +0 -2
- package/dts/hooks/__tests__/useFallbackShape.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/usePrefixedId.test.d.ts +0 -2
- package/dts/hooks/__tests__/usePrefixedId.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/usePreviousValue.test.d.ts +0 -2
- package/dts/hooks/__tests__/usePreviousValue.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useRefMap.test.d.ts +0 -2
- package/dts/hooks/__tests__/useRefMap.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useSort.test.d.ts +0 -2
- package/dts/hooks/__tests__/useSort.test.d.ts.map +0 -1
- package/dts/hooks/__tests__/useTimer.test.d.ts +0 -2
- package/dts/hooks/__tests__/useTimer.test.d.ts.map +0 -1
- package/dts/lottie/lottieUtils.test.d.ts +0 -2
- package/dts/lottie/lottieUtils.test.d.ts.map +0 -1
- package/dts/numbers/__tests__/formatToParts.test.d.ts +0 -2
- package/dts/numbers/__tests__/formatToParts.test.d.ts.map +0 -1
- package/dts/numbers/__tests__/subscript.test.d.ts +0 -2
- package/dts/numbers/__tests__/subscript.test.d.ts.map +0 -1
- package/dts/overlays/__tests__/useOverlay.test.d.ts +0 -2
- package/dts/overlays/__tests__/useOverlay.test.d.ts.map +0 -1
- package/dts/overlays/__tests__/useToastQueue.test.d.ts +0 -2
- package/dts/overlays/__tests__/useToastQueue.test.d.ts.map +0 -1
- package/dts/stepper/__tests__/useStepper.test.d.ts +0 -2
- package/dts/stepper/__tests__/useStepper.test.d.ts.map +0 -1
- package/dts/stepper/__tests__/utils.test.d.ts +0 -2
- package/dts/stepper/__tests__/utils.test.d.ts.map +0 -1
- package/dts/system/__tests__/EventHandlerProvider.test.d.ts +0 -2
- package/dts/system/__tests__/EventHandlerProvider.test.d.ts.map +0 -1
- package/dts/tabs/__tests__/TabsContext.test.d.ts +0 -2
- package/dts/tabs/__tests__/TabsContext.test.d.ts.map +0 -1
- package/dts/tabs/__tests__/useTabs.test.d.ts +0 -2
- package/dts/tabs/__tests__/useTabs.test.d.ts.map +0 -1
- package/dts/tour/__tests__/TourContext.test.d.ts +0 -2
- package/dts/tour/__tests__/TourContext.test.d.ts.map +0 -1
- package/dts/tour/__tests__/useTour.test.d.ts +0 -2
- package/dts/tour/__tests__/useTour.test.d.ts.map +0 -1
- package/dts/utils/__tests__/cell.test.d.ts +0 -2
- package/dts/utils/__tests__/cell.test.d.ts.map +0 -1
- package/dts/utils/__tests__/chart.test.d.ts +0 -2
- package/dts/utils/__tests__/chart.test.d.ts.map +0 -1
- package/dts/utils/__tests__/flattenNodes.test.d.ts +0 -2
- package/dts/utils/__tests__/flattenNodes.test.d.ts.map +0 -1
- package/dts/utils/__tests__/formatCount.test.d.ts +0 -2
- package/dts/utils/__tests__/formatCount.test.d.ts.map +0 -1
- package/dts/utils/__tests__/getRectWidthVariant.test.d.ts +0 -2
- package/dts/utils/__tests__/getRectWidthVariant.test.d.ts.map +0 -1
- package/dts/visualizations/__tests__/getSparklineRange.test.d.ts +0 -2
- package/dts/visualizations/__tests__/getSparklineRange.test.d.ts.map +0 -1
- package/dts/visualizations/__tests__/largestTriangleThreeBucket.test.d.ts +0 -2
- package/dts/visualizations/__tests__/largestTriangleThreeBucket.test.d.ts.map +0 -1
- package/dts/visualizations/__tests__/useCounter.test.d.ts +0 -2
- package/dts/visualizations/__tests__/useCounter.test.d.ts.map +0 -1
- package/dts/visualizations/__tests__/useSparklineArea.test.d.ts +0 -2
- package/dts/visualizations/__tests__/useSparklineArea.test.d.ts.map +0 -1
- package/dts/visualizations/__tests__/useSparklineCoordinates.test.d.ts +0 -2
- package/dts/visualizations/__tests__/useSparklineCoordinates.test.d.ts.map +0 -1
- package/dts/visualizations/__tests__/useSparklinePath.test.d.ts +0 -2
- package/dts/visualizations/__tests__/useSparklinePath.test.d.ts.map +0 -1
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
export declare const avatarSizes: readonly [
|
|
2
|
-
export declare const avatars: readonly [
|
|
3
|
-
|
|
1
|
+
export declare const avatarSizes: readonly ['s', 'm', 'l', 'xl', 'xxl', 'xxxl'];
|
|
2
|
+
export declare const avatars: readonly [
|
|
3
|
+
'https://images.unsplash.com/profile-1611475141936-383e23c6cc6dimage?dpr=2&auto=format&fit=crop&w=32&h=32&q=60&crop=faces&bg=fff',
|
|
4
|
+
'https://images.unsplash.com/profile-1628142977790-d9f66dcbc498image?dpr=2&auto=format&fit=crop&w=32&h=32&q=60&crop=faces&bg=fff',
|
|
5
|
+
];
|
|
6
|
+
//# sourceMappingURL=avatars.d.ts.map
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
export declare const dataCards: readonly [
|
|
2
|
-
|
|
3
|
-
readonly
|
|
4
|
-
readonly
|
|
5
|
-
readonly
|
|
6
|
-
readonly
|
|
1
|
+
export declare const dataCards: readonly [
|
|
2
|
+
{
|
|
3
|
+
readonly key: 'card1';
|
|
4
|
+
readonly title: 'Crypto earned';
|
|
5
|
+
readonly description: 'Earn $40 more by learning about new assets';
|
|
6
|
+
readonly startLabel: '$80 earned';
|
|
7
|
+
readonly progressVariant: 'circle';
|
|
7
8
|
readonly progress: 0.8;
|
|
8
|
-
},
|
|
9
|
-
|
|
10
|
-
readonly
|
|
11
|
-
readonly
|
|
12
|
-
readonly
|
|
13
|
-
readonly
|
|
14
|
-
readonly
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
readonly key: 'card2';
|
|
12
|
+
readonly title: 'Cash borrowed';
|
|
13
|
+
readonly description: 'Next payment due on Apr 15, 2021';
|
|
14
|
+
readonly startLabel: '$12,500';
|
|
15
|
+
readonly endLabel: '$35,000 left';
|
|
16
|
+
readonly progressVariant: 'bar';
|
|
15
17
|
readonly progress: 0.6;
|
|
16
|
-
},
|
|
17
|
-
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
readonly key: 'card3';
|
|
21
|
+
readonly title: 'Interest earned';
|
|
22
|
+
readonly description: 'Earn up to 6.45% APY on your crypto';
|
|
23
|
+
readonly startLabel: '$8.1234567';
|
|
24
|
+
readonly endLabel: '2.00% APY';
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
//# sourceMappingURL=dataCards.d.ts.map
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
import type { SpotSquareName } from '@coinbase/cds-illustrations';
|
|
2
|
-
export declare const featureEntryCards: (
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
2
|
+
export declare const featureEntryCards: (
|
|
3
|
+
| {
|
|
4
|
+
key: string;
|
|
5
|
+
title: string;
|
|
6
|
+
description: string;
|
|
7
|
+
spotSquare: SpotSquareName;
|
|
8
|
+
actionLabel: string;
|
|
9
|
+
onActionPress: () => void;
|
|
10
|
+
}
|
|
11
|
+
| {
|
|
12
|
+
key: string;
|
|
13
|
+
title: string;
|
|
14
|
+
description: string;
|
|
15
|
+
spotSquare: SpotSquareName;
|
|
16
|
+
actionLabel?: undefined;
|
|
17
|
+
onActionPress?: undefined;
|
|
18
|
+
}
|
|
19
|
+
)[];
|
|
20
|
+
//# sourceMappingURL=featureEntryCards.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const feedImages: string[];
|
|
2
|
-
//# sourceMappingURL=feedImages.d.ts.map
|
|
2
|
+
//# sourceMappingURL=feedImages.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const iconSizes: readonly [
|
|
2
|
-
//# sourceMappingURL=iconData.d.ts.map
|
|
1
|
+
export declare const iconSizes: readonly ['xs', 's', 'm', 'l'];
|
|
2
|
+
//# sourceMappingURL=iconData.d.ts.map
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export declare const loremIpsum =
|
|
2
|
-
|
|
1
|
+
export declare const loremIpsum =
|
|
2
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent eu justo nulla. Nam eu blandit dui, a dignissim mi. ';
|
|
3
|
+
//# sourceMappingURL=loremIpsum.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const navigationOptions: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
name: string;
|
|
3
|
+
value: string;
|
|
4
|
+
description: string;
|
|
5
|
+
mediaName: string;
|
|
6
6
|
}[];
|
|
7
|
-
//# sourceMappingURL=navigation.d.ts.map
|
|
7
|
+
//# sourceMappingURL=navigation.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const prices: string[];
|
|
2
2
|
export declare const lowPrices: string[];
|
|
3
3
|
export declare const pricesWithScalingFactor: {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
yAxisScalingFactor: number;
|
|
5
|
+
data: string[];
|
|
6
6
|
}[];
|
|
7
|
-
//# sourceMappingURL=prices.d.ts.map
|
|
7
|
+
//# sourceMappingURL=prices.d.ts.map
|
|
@@ -1,25 +1,33 @@
|
|
|
1
1
|
export declare const product: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
},
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
2
|
+
readonly navigationItems: readonly [
|
|
3
|
+
{
|
|
4
|
+
readonly title: 'Assets';
|
|
5
|
+
readonly icon: 'chartPie';
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
readonly title: 'Trade';
|
|
9
|
+
readonly icon: 'trading';
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
readonly title: 'Pay';
|
|
13
|
+
readonly icon: 'pay';
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
readonly title: 'For you';
|
|
17
|
+
readonly icon: 'newsFeed';
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
readonly title: 'Earn';
|
|
21
|
+
readonly icon: 'giftBox';
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
readonly title: 'Borrow';
|
|
25
|
+
readonly icon: 'cash';
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
readonly title: 'DeFi';
|
|
29
|
+
readonly icon: 'defi';
|
|
30
|
+
},
|
|
31
|
+
];
|
|
24
32
|
};
|
|
25
|
-
//# sourceMappingURL=product.d.ts.map
|
|
33
|
+
//# sourceMappingURL=product.d.ts.map
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
export declare const sampleTabs: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
id: string;
|
|
3
|
+
label: string;
|
|
4
|
+
testID: string;
|
|
5
5
|
}[];
|
|
6
|
-
export declare const longTextTabs: (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
6
|
+
export declare const longTextTabs: (
|
|
7
|
+
| {
|
|
8
|
+
id: string;
|
|
9
|
+
label: string;
|
|
10
|
+
testID: string;
|
|
11
|
+
}
|
|
12
|
+
| {
|
|
13
|
+
id: string;
|
|
14
|
+
label: string;
|
|
15
|
+
testID?: undefined;
|
|
16
|
+
}
|
|
17
|
+
)[];
|
|
18
|
+
//# sourceMappingURL=tabs.d.ts.map
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
export declare const users: readonly [
|
|
2
|
-
|
|
3
|
-
readonly
|
|
4
|
-
readonly
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
readonly
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
export declare const users: readonly [
|
|
2
|
+
{
|
|
3
|
+
readonly name: 'Donna';
|
|
4
|
+
readonly role: 'Designer';
|
|
5
|
+
readonly avatar: 'https://ca.slack-edge.com/E01HRQM32TX-U0295824QKD-ab8cab4b59a3-512';
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
readonly name: 'Kat';
|
|
9
|
+
readonly role: 'Engineer';
|
|
10
|
+
readonly avatar: 'https://ca.slack-edge.com/E01HRQM32TX-UBVHL4UGJ-cce1f7d41786-512';
|
|
11
|
+
},
|
|
12
|
+
];
|
|
13
|
+
//# sourceMappingURL=users.d.ts.map
|
|
@@ -1,113 +1,154 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
type ArgType<T> = {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
name?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
defaultValue?: T;
|
|
6
|
+
control?: 'text' | 'select' | 'boolean';
|
|
7
7
|
};
|
|
8
8
|
type ArgTypes<Props> = {
|
|
9
|
-
|
|
9
|
+
[key in keyof Props]?: ArgType<Props[key]>;
|
|
10
10
|
};
|
|
11
|
-
type Parameters<
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
11
|
+
type Parameters<
|
|
12
|
+
Props,
|
|
13
|
+
WrapperProps,
|
|
14
|
+
Wrapper extends React.ComponentType<React.PropsWithChildren<WrapperProps>>,
|
|
15
|
+
> = {
|
|
16
|
+
stories?: Story<Props, WrapperProps>[];
|
|
17
|
+
wrapper?: Wrapper;
|
|
18
|
+
wrapperProps?: WrapperProps;
|
|
19
|
+
percy?: {
|
|
20
|
+
/** Boolean indicating whether or not to skip this story. */
|
|
21
|
+
skip?: boolean;
|
|
22
|
+
/** Story args to use when snapshotting. */
|
|
23
|
+
args?: Props;
|
|
24
|
+
/** An array of additional snapshots to take of this story */
|
|
25
|
+
additionalSnapshots?: {
|
|
26
|
+
args?: Props;
|
|
27
|
+
}[];
|
|
28
|
+
};
|
|
29
|
+
a11y?: {
|
|
30
|
+
/** Boolean indicating whether or not to skip the a11y test for this story. */
|
|
31
|
+
skip?: boolean;
|
|
32
|
+
};
|
|
33
|
+
storyshots?: {
|
|
34
|
+
/** Boolean indicating whether or not to skip the a11y test for this story. */
|
|
35
|
+
disable?: boolean;
|
|
36
|
+
};
|
|
33
37
|
};
|
|
34
38
|
export type Story<Props, WrapperProps, ExampleFnReturnType = React.ReactElement<unknown>> = {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
39
|
+
(args: Props, context: StoryBuilderConfig<Props, WrapperProps>): ExampleFnReturnType;
|
|
40
|
+
/**
|
|
41
|
+
* Override the display name in the UI
|
|
42
|
+
*/
|
|
43
|
+
storyName?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Used to only include certain named exports as stories. Useful when you want to have non-story exports such as mock data or ignore a few stories.
|
|
46
|
+
* @example
|
|
47
|
+
* includeStories: ['SimpleStory', 'ComplexStory']
|
|
48
|
+
* includeStories: /.*Story$/
|
|
49
|
+
*
|
|
50
|
+
* @see [Non-story exports](https://storybook.js.org/docs/formats/component-story-format/#non-story-exports)
|
|
51
|
+
*/
|
|
52
|
+
includeStories?: string[] | RegExp;
|
|
53
|
+
/**
|
|
54
|
+
* Used to exclude certain named exports. Useful when you want to have non-story exports such as mock data or ignore a few stories.
|
|
55
|
+
* @example
|
|
56
|
+
* excludeStories: ['simpleData', 'complexData']
|
|
57
|
+
* excludeStories: /.*Data$/
|
|
58
|
+
*
|
|
59
|
+
* @see [Non-story exports](https://storybook.js.org/docs/formats/component-story-format/#non-story-exports)
|
|
60
|
+
*/
|
|
61
|
+
excludeStories?: string[] | RegExp;
|
|
62
|
+
/**
|
|
63
|
+
* Dynamic data that are provided (and possibly updated by) Storybook and its addons.
|
|
64
|
+
* @see [Arg story inputs](https://storybook.js.org/docs/react/api/csf#args-story-inputs)
|
|
65
|
+
*/
|
|
66
|
+
args?: Partial<Props>;
|
|
67
|
+
/**
|
|
68
|
+
* ArgTypes encode basic metadata for args, such as `name`, `description`, `defaultValue` for an arg. These get automatically filled in by Storybook Docs.
|
|
69
|
+
* @see [Control annotations](https://github.com/storybookjs/storybook/blob/91e9dee33faa8eff0b342a366845de7100415367/addons/controls/README.md#control-annotations)
|
|
70
|
+
*/
|
|
71
|
+
argTypes?: ArgTypes<Props>;
|
|
72
|
+
/**
|
|
73
|
+
* Custom metadata for a story.
|
|
74
|
+
* @see [Parameters](https://storybook.js.org/docs/basics/writing-stories/#parameters)
|
|
75
|
+
*/
|
|
76
|
+
parameters?: Parameters<
|
|
77
|
+
Props,
|
|
78
|
+
WrapperProps,
|
|
79
|
+
React.ComponentType<React.PropsWithChildren<WrapperProps>>
|
|
80
|
+
>;
|
|
81
|
+
/**
|
|
82
|
+
* Wrapper components or Storybook decorators that wrap a story.
|
|
83
|
+
*
|
|
84
|
+
* Decorators defined in Meta will be applied to every story variation.
|
|
85
|
+
* @see [Decorators](https://storybook.js.org/docs/addons/introduction/#1-decorators)
|
|
86
|
+
*/
|
|
87
|
+
decorators?: ((
|
|
88
|
+
story: () => ExampleFnReturnType,
|
|
89
|
+
context: StoryBuilderConfig<Props, WrapperProps>,
|
|
90
|
+
) => ExampleFnReturnType)[];
|
|
80
91
|
};
|
|
81
92
|
export type StoryBuilderConfig<Props, WrapperProps> = {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
93
|
+
args?: Props;
|
|
94
|
+
argTypes?: ArgTypes<Props>;
|
|
95
|
+
parameters?: Parameters<
|
|
96
|
+
Props,
|
|
97
|
+
WrapperProps,
|
|
98
|
+
React.ComponentType<React.PropsWithChildren<WrapperProps>>
|
|
99
|
+
>;
|
|
85
100
|
};
|
|
86
101
|
export declare const baseConfig: {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
};
|
|
102
|
+
args: {
|
|
103
|
+
isDarkMode: boolean;
|
|
104
|
+
};
|
|
105
|
+
argTypes: {
|
|
106
|
+
isDarkMode: {
|
|
107
|
+
control: string;
|
|
108
|
+
description: string;
|
|
95
109
|
};
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}[];
|
|
110
|
+
};
|
|
111
|
+
parameters: {
|
|
112
|
+
percy: {
|
|
113
|
+
additionalSnapshots: {
|
|
114
|
+
prefix: string;
|
|
115
|
+
args: {
|
|
116
|
+
isDarkMode: boolean;
|
|
104
117
|
};
|
|
118
|
+
}[];
|
|
105
119
|
};
|
|
120
|
+
};
|
|
106
121
|
};
|
|
107
122
|
export declare function sanitizeProps<Props>(props: Props): Props;
|
|
108
|
-
export declare function storyBuilder<StoryBuilderArgs, WrapperProps>(
|
|
109
|
-
|
|
110
|
-
|
|
123
|
+
export declare function storyBuilder<StoryBuilderArgs, WrapperProps>(
|
|
124
|
+
builderConfig?: StoryBuilderConfig<StoryBuilderArgs, WrapperProps>,
|
|
125
|
+
): <Props, PropsWithoutChildren extends Omit<Props, 'children'>>(
|
|
126
|
+
Component: React.ComponentType<React.PropsWithChildren<Props>>,
|
|
127
|
+
sharedConfig?: StoryBuilderConfig<PropsWithoutChildren, WrapperProps>,
|
|
128
|
+
) => {
|
|
129
|
+
build: <BuildWrapperProps>(
|
|
130
|
+
args?: PropsWithoutChildren,
|
|
131
|
+
customConfig?: StoryBuilderConfig<PropsWithoutChildren, BuildWrapperProps>,
|
|
132
|
+
) => Story<
|
|
133
|
+
PropsWithoutChildren,
|
|
134
|
+
WrapperProps,
|
|
135
|
+
React.ReactElement<unknown, string | React.JSXElementConstructor<any>>
|
|
136
|
+
>;
|
|
137
|
+
buildSheet: <SheetWrapperProps>(
|
|
138
|
+
args?:
|
|
139
|
+
| PropsWithoutChildren
|
|
140
|
+
| PropsWithoutChildren[]
|
|
141
|
+
| Readonly<PropsWithoutChildren>
|
|
142
|
+
| readonly PropsWithoutChildren[],
|
|
143
|
+
config?: StoryBuilderConfig<
|
|
144
|
+
StoryBuilderConfig<PropsWithoutChildren, WrapperProps>['args'],
|
|
145
|
+
SheetWrapperProps
|
|
146
|
+
>,
|
|
147
|
+
) => Story<
|
|
148
|
+
PropsWithoutChildren,
|
|
149
|
+
WrapperProps,
|
|
150
|
+
React.ReactElement<unknown, string | React.JSXElementConstructor<any>>
|
|
151
|
+
>;
|
|
111
152
|
};
|
|
112
153
|
export {};
|
|
113
|
-
//# sourceMappingURL=storyBuilder.d.ts.map
|
|
154
|
+
//# sourceMappingURL=storyBuilder.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { ChartDataPoint, ChartTimeseries } from '../../types/Chart';
|
|
2
2
|
export type SparklinePeriod = 'hour' | 'day' | 'week' | 'month' | 'year' | 'all';
|
|
3
3
|
export declare const sparklineInteractiveData: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
hour: ChartDataPoint[];
|
|
5
|
+
day: ChartDataPoint[];
|
|
6
|
+
week: ChartDataPoint[];
|
|
7
|
+
month: ChartDataPoint[];
|
|
8
|
+
year: ChartDataPoint[];
|
|
9
|
+
all: ChartDataPoint[];
|
|
10
10
|
};
|
|
11
|
-
export declare const strokeColor =
|
|
11
|
+
export declare const strokeColor = '#F7931A';
|
|
12
12
|
export declare const sparklineInteractiveHoverData: Record<SparklinePeriod, ChartTimeseries[]>;
|
|
13
|
-
//# sourceMappingURL=SparklineInteractiveData.d.ts.map
|
|
13
|
+
//# sourceMappingURL=SparklineInteractiveData.d.ts.map
|
package/dts/jest/timeTravel.d.ts
CHANGED
|
@@ -12,4 +12,4 @@ export declare function timeTravel(time?: number): void;
|
|
|
12
12
|
*/
|
|
13
13
|
export declare function teardown(): void;
|
|
14
14
|
export declare const withTimeTravel: (func: (cb: typeof timeTravel) => void) => void;
|
|
15
|
-
//# sourceMappingURL=timeTravel.d.ts.map
|
|
15
|
+
//# sourceMappingURL=timeTravel.d.ts.map
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import type { LottieMarkersAsMap, LottieSource } from '../types';
|
|
2
2
|
type GetLottieMarkerOptions = {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
/** Convert frames to milliseconds (ms) */
|
|
4
|
+
ms?: boolean;
|
|
5
5
|
};
|
|
6
6
|
export declare function getLottieFrameToMs(frame: number, fr: number): number;
|
|
7
7
|
export declare function getLottieDuration(source: LottieSource): number;
|
|
8
8
|
export declare function getLottieFrameRate(source: LottieSource): number;
|
|
9
|
-
export declare function getLottieMarkers<T extends LottieSource>(
|
|
9
|
+
export declare function getLottieMarkers<T extends LottieSource>(
|
|
10
|
+
source: T,
|
|
11
|
+
opts?: GetLottieMarkerOptions,
|
|
12
|
+
): LottieMarkersAsMap<T>;
|
|
10
13
|
export {};
|
|
11
|
-
//# sourceMappingURL=lottieUtils.d.ts.map
|
|
14
|
+
//# sourceMappingURL=lottieUtils.d.ts.map
|
|
@@ -1,12 +1,35 @@
|
|
|
1
1
|
import type { LottiePlayer } from '../types/LottiePlayer';
|
|
2
2
|
import type { LottieSource } from '../types/LottieSource';
|
|
3
3
|
import type { LottieStatusAnimationType } from '../types/LottieStatusAnimationProps';
|
|
4
|
-
type TradeStatusLottie = LottieSource<
|
|
4
|
+
type TradeStatusLottie = LottieSource<
|
|
5
|
+
| 'loadingStart'
|
|
6
|
+
| 'loadingEnd'
|
|
7
|
+
| 'successCardStart'
|
|
8
|
+
| 'successCardEnd'
|
|
9
|
+
| 'successStart'
|
|
10
|
+
| 'successEnd'
|
|
11
|
+
| 'failureStart'
|
|
12
|
+
| 'failureEnd'
|
|
13
|
+
| 'pendingStart'
|
|
14
|
+
| 'pendingEnd'
|
|
15
|
+
| 'pendingAltStart'
|
|
16
|
+
| 'pendingAltLoopStart'
|
|
17
|
+
| 'pendingAltLoopEnd'
|
|
18
|
+
| 'pendingAltEnd'
|
|
19
|
+
| 'successAltStart'
|
|
20
|
+
| 'successAltEnd'
|
|
21
|
+
| 'failureAltStart'
|
|
22
|
+
| 'failureAltEnd'
|
|
23
|
+
>;
|
|
5
24
|
type UseStatusAnimationPollerParams = {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
25
|
+
status?: LottieStatusAnimationType;
|
|
26
|
+
playMarkers?: LottiePlayer<TradeStatusLottie>['playMarkers'];
|
|
27
|
+
onFinish?: () => void;
|
|
9
28
|
};
|
|
10
|
-
export declare const useStatusAnimationPoller: ({
|
|
29
|
+
export declare const useStatusAnimationPoller: ({
|
|
30
|
+
status,
|
|
31
|
+
playMarkers,
|
|
32
|
+
onFinish,
|
|
33
|
+
}: UseStatusAnimationPollerParams) => () => void;
|
|
11
34
|
export {};
|
|
12
|
-
//# sourceMappingURL=useStatusAnimationPoller.d.ts.map
|
|
35
|
+
//# sourceMappingURL=useStatusAnimationPoller.d.ts.map
|
|
@@ -3,5 +3,7 @@ export declare const rgbToAvatarFallbackColor: (color: string) => AvatarFallback
|
|
|
3
3
|
/**
|
|
4
4
|
* Generates a fallback color for an Avatar based on a unique identifier
|
|
5
5
|
*/
|
|
6
|
-
export declare const getAvatarFallbackColor: (
|
|
7
|
-
|
|
6
|
+
export declare const getAvatarFallbackColor: (
|
|
7
|
+
id: string,
|
|
8
|
+
) => import('@coinbase/cds-common/core/theme').ThemeVars.SpectrumHue;
|
|
9
|
+
//# sourceMappingURL=getAvatarFallbackColor.d.ts.map
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* These are svgs encoded base64 so they can scale for any size Remote Images
|
|
3
3
|
* */
|
|
4
|
-
export declare const remoteImageDarkFallbackSrc =
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
export declare const remoteImageDarkFallbackSrc =
|
|
5
|
+
'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiM4QTkxOUUiLz4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNSIgcj0iMyIgZmlsbD0iIzBBMEIwRCIvPgo8cmVjdCB4PSIxMSIgeT0iNiIgd2lkdGg9IjUiIGhlaWdodD0iNSIgZmlsbD0iIzBBMEIwRCIvPgo8cGF0aCBkPSJNNSAxNUw4LjUgOUwxMiAxNUg1WiIgZmlsbD0iIzBBMEIwRCIvPgo8L3N2Zz4K';
|
|
6
|
+
export declare const remoteImageLightFallbackSrc =
|
|
7
|
+
'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiM1QjYxNkUiLz4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNSIgcj0iMyIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTEiIHk9IjYiIHdpZHRoPSI1IiBoZWlnaHQ9IjUiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik01IDE1TDguNSA5TDEyIDE1SDVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K';
|
|
8
|
+
//# sourceMappingURL=remoteImageFallbackSrc.d.ts.map
|