@coinbase/cds-web 8.41.0 → 8.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dts/alpha/data-card/DataCard.d.ts +25 -0
  3. package/dts/alpha/data-card/DataCard.d.ts.map +1 -0
  4. package/dts/alpha/data-card/DataCardLayout.d.ts +44 -0
  5. package/dts/alpha/data-card/DataCardLayout.d.ts.map +1 -0
  6. package/dts/alpha/data-card/__figma__/DataCard.figma.d.ts +2 -0
  7. package/dts/alpha/data-card/__figma__/DataCard.figma.d.ts.map +1 -0
  8. package/dts/alpha/data-card/index.d.ts +3 -0
  9. package/dts/alpha/data-card/index.d.ts.map +1 -0
  10. package/dts/alpha/index.d.ts +1 -0
  11. package/dts/alpha/index.d.ts.map +1 -1
  12. package/dts/cards/AnnouncementCard.d.ts +1 -1
  13. package/dts/cards/AnnouncementCard.d.ts.map +1 -1
  14. package/dts/cards/CardRoot.d.ts +35 -0
  15. package/dts/cards/CardRoot.d.ts.map +1 -0
  16. package/dts/cards/ContainedAssetCard.d.ts +27 -0
  17. package/dts/cards/ContainedAssetCard.d.ts.map +1 -1
  18. package/dts/cards/ContentCard/ContentCard.d.ts +3 -3
  19. package/dts/cards/ContentCard/ContentCard.d.ts.map +1 -1
  20. package/dts/cards/ContentCard/ContentCardBody.d.ts +58 -3
  21. package/dts/cards/ContentCard/ContentCardBody.d.ts.map +1 -1
  22. package/dts/cards/ContentCard/ContentCardFooter.d.ts +1 -1
  23. package/dts/cards/ContentCard/ContentCardFooter.d.ts.map +1 -1
  24. package/dts/cards/ContentCard/ContentCardHeader.d.ts +39 -5
  25. package/dts/cards/ContentCard/ContentCardHeader.d.ts.map +1 -1
  26. package/dts/cards/DataCard.d.ts +35 -0
  27. package/dts/cards/DataCard.d.ts.map +1 -1
  28. package/dts/cards/FeatureEntryCard.d.ts +2 -2
  29. package/dts/cards/FeatureEntryCard.d.ts.map +1 -1
  30. package/dts/cards/FloatingAssetCard.d.ts +25 -0
  31. package/dts/cards/FloatingAssetCard.d.ts.map +1 -1
  32. package/dts/cards/MediaCard/MediaCardLayout.d.ts +46 -0
  33. package/dts/cards/MediaCard/MediaCardLayout.d.ts.map +1 -0
  34. package/dts/cards/MediaCard/__figma__/MediaCard.figma.d.ts +2 -0
  35. package/dts/cards/MediaCard/__figma__/MediaCard.figma.d.ts.map +1 -0
  36. package/dts/cards/MediaCard/index.d.ts +26 -0
  37. package/dts/cards/MediaCard/index.d.ts.map +1 -0
  38. package/dts/cards/MessagingCard/MessagingCardLayout.d.ts +68 -0
  39. package/dts/cards/MessagingCard/MessagingCardLayout.d.ts.map +1 -0
  40. package/dts/cards/MessagingCard/__figma__/MessagingCard.figma.d.ts +2 -0
  41. package/dts/cards/MessagingCard/__figma__/MessagingCard.figma.d.ts.map +1 -0
  42. package/dts/cards/MessagingCard/index.d.ts +23 -0
  43. package/dts/cards/MessagingCard/index.d.ts.map +1 -0
  44. package/dts/cards/NudgeCard.d.ts +27 -0
  45. package/dts/cards/NudgeCard.d.ts.map +1 -1
  46. package/dts/cards/UpsellCard.d.ts +27 -0
  47. package/dts/cards/UpsellCard.d.ts.map +1 -1
  48. package/dts/cards/index.d.ts +3 -0
  49. package/dts/cards/index.d.ts.map +1 -1
  50. package/dts/carousel/Carousel.d.ts +77 -9
  51. package/dts/carousel/Carousel.d.ts.map +1 -1
  52. package/dts/carousel/CarouselContext.d.ts +18 -0
  53. package/dts/carousel/CarouselContext.d.ts.map +1 -1
  54. package/dts/carousel/CarouselItem.d.ts +2 -0
  55. package/dts/carousel/CarouselItem.d.ts.map +1 -1
  56. package/dts/carousel/DefaultCarouselNavigation.d.ts +20 -0
  57. package/dts/carousel/DefaultCarouselNavigation.d.ts.map +1 -1
  58. package/dts/carousel/DefaultCarouselPagination.d.ts.map +1 -1
  59. package/dts/carousel/__figma__/Carousel.figma.d.ts +2 -0
  60. package/dts/carousel/__figma__/Carousel.figma.d.ts.map +1 -0
  61. package/esm/alpha/data-card/DataCard.js +62 -0
  62. package/esm/alpha/data-card/DataCardLayout.js +83 -0
  63. package/esm/alpha/data-card/__figma__/DataCard.figma.js +29 -0
  64. package/esm/alpha/data-card/index.js +1 -0
  65. package/esm/alpha/index.js +1 -0
  66. package/esm/cards/AnnouncementCard.js +1 -1
  67. package/esm/cards/{CardRemoteImage.js → CardRoot.js} +31 -13
  68. package/esm/cards/ContainedAssetCard.js +28 -0
  69. package/esm/cards/ContentCard/ContentCard.js +8 -7
  70. package/esm/cards/ContentCard/ContentCardBody.js +77 -20
  71. package/esm/cards/ContentCard/ContentCardFooter.js +5 -6
  72. package/esm/cards/ContentCard/ContentCardHeader.js +65 -27
  73. package/esm/cards/DataCard.js +35 -0
  74. package/esm/cards/FeatureEntryCard.js +2 -2
  75. package/esm/cards/FloatingAssetCard.js +26 -0
  76. package/esm/cards/MediaCard/MediaCardLayout.js +77 -0
  77. package/esm/cards/MediaCard/__figma__/MediaCard.figma.js +50 -0
  78. package/esm/cards/MediaCard/index.js +61 -0
  79. package/esm/cards/MessagingCard/MessagingCardLayout.js +195 -0
  80. package/esm/cards/MessagingCard/__figma__/MessagingCard.figma.js +42 -0
  81. package/esm/cards/MessagingCard/index.js +70 -0
  82. package/esm/cards/NudgeCard.js +27 -0
  83. package/esm/cards/UpsellCard.js +27 -0
  84. package/esm/cards/index.js +6 -1
  85. package/esm/carousel/Carousel.css +2 -1
  86. package/esm/carousel/Carousel.js +301 -91
  87. package/esm/carousel/CarouselContext.js +8 -0
  88. package/esm/carousel/CarouselItem.css +1 -0
  89. package/esm/carousel/CarouselItem.js +15 -8
  90. package/esm/carousel/DefaultCarouselNavigation.js +18 -2
  91. package/esm/carousel/DefaultCarouselPagination.css +3 -2
  92. package/esm/carousel/DefaultCarouselPagination.js +138 -86
  93. package/esm/carousel/__figma__/Carousel.figma.js +15 -0
  94. package/package.json +7 -3
  95. package/dts/cards/CardRemoteImage.d.ts +0 -8
  96. package/dts/cards/CardRemoteImage.d.ts.map +0 -1
@@ -1,4 +1,5 @@
1
- const _excluded = ["id", "isActive"];
1
+ const _excluded = ["isActive"],
2
+ _excluded2 = ["isActive", "className"];
2
3
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
4
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
5
  function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
@@ -6,113 +7,164 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
6
7
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
8
  function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
8
9
  function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
9
- import React, { memo, useCallback } from 'react';
10
- import { useRefMap } from '@coinbase/cds-common/hooks/useRefMap';
11
- import { RefMapContext, useRefMapContext } from '@coinbase/cds-common/system/RefMapContext';
10
+ import React, { memo, useCallback, useEffect, useRef, useState } from 'react';
11
+ import { motion } from 'framer-motion';
12
12
  import { cx } from '../cx';
13
13
  import { HStack } from '../layout/HStack';
14
14
  import { Pressable } from '../system/Pressable';
15
+ import { useCarouselAutoplayContext } from './CarouselContext';
15
16
  import { jsx as _jsx } from "react/jsx-runtime";
17
+ const MotionPressable = motion(Pressable);
18
+ const INDICATOR_ACTIVE_WIDTH = 24;
19
+ const INDICATOR_INACTIVE_WIDTH = 4;
20
+ const INDICATOR_HEIGHT = 4;
21
+ const animationConfig = {
22
+ type: 'spring',
23
+ stiffness: 900,
24
+ damping: 120,
25
+ mass: 4,
26
+ clamp: true
27
+ };
16
28
  const defaultPaginationCss = "defaultPaginationCss-dyqwmgi";
17
- const dotCss = "dotCss-dea8kmz";
18
- const PaginationDot = /*#__PURE__*/memo(function PressableWithRef(_ref) {
29
+ const pillCss = "pillCss-pea8kmz";
30
+ const dotCss = "dotCss-d1eoinf6";
31
+ const PaginationPill = /*#__PURE__*/memo(function PaginationPill(_ref) {
19
32
  let {
20
- id,
21
33
  isActive
22
34
  } = _ref,
23
35
  props = _objectWithoutProperties(_ref, _excluded);
24
- const {
25
- registerRef
26
- } = useRefMapContext();
27
- const refCallback = useCallback(ref => registerRef(id, ref), [registerRef, id]);
28
36
  return /*#__PURE__*/_jsx(Pressable, _objectSpread({
29
- ref: refCallback,
37
+ "aria-current": isActive ? 'true' : undefined,
30
38
  background: isActive ? 'bgPrimary' : 'bgLine',
31
39
  borderColor: "transparent",
32
- "data-active": isActive,
33
- tabIndex: isActive ? undefined : -1
40
+ "data-active": isActive
34
41
  }, props));
35
42
  });
36
- export const DefaultCarouselPagination = /*#__PURE__*/memo(function DefaultCarouselPagination(_ref2) {
43
+ const PaginationDot = /*#__PURE__*/memo(function PaginationDot(_ref2) {
44
+ let {
45
+ isActive,
46
+ className
47
+ } = _ref2,
48
+ props = _objectWithoutProperties(_ref2, _excluded2);
49
+ const autoplayContext = useCarouselAutoplayContext();
50
+ const {
51
+ isPlaying,
52
+ isEnabled,
53
+ interval,
54
+ getRemainingTime
55
+ } = autoplayContext;
56
+ const showProgress = isActive && isEnabled;
57
+
58
+ // Track the progress width as a percentage string for animation
59
+ const [progressState, setProgressState] = useState({
60
+ width: '0%',
61
+ duration: 0
62
+ });
63
+
64
+ // Use a ref to track the last paused progress so we can resume from it
65
+ const lastProgressRef = useRef(0);
66
+ useEffect(() => {
67
+ if (!showProgress) {
68
+ setProgressState({
69
+ width: '0%',
70
+ duration: 0
71
+ });
72
+ lastProgressRef.current = 0;
73
+ return;
74
+ }
75
+ const remainingTime = getRemainingTime();
76
+ const currentProgress = 1 - remainingTime / interval;
77
+ if (isPlaying) {
78
+ lastProgressRef.current = currentProgress;
79
+ setProgressState({
80
+ width: '100%',
81
+ duration: remainingTime / 1000
82
+ });
83
+ } else {
84
+ setProgressState({
85
+ width: "".concat(currentProgress * 100, "%"),
86
+ duration: 0
87
+ });
88
+ lastProgressRef.current = currentProgress;
89
+ }
90
+ }, [isPlaying, showProgress, interval, getRemainingTime]);
91
+ return /*#__PURE__*/_jsx(MotionPressable, _objectSpread(_objectSpread({
92
+ animate: {
93
+ width: isActive ? INDICATOR_ACTIVE_WIDTH : INDICATOR_INACTIVE_WIDTH,
94
+ backgroundColor: isActive && !showProgress ? 'var(--color-bgPrimary)' : 'var(--color-bgLine)'
95
+ },
96
+ "aria-current": isActive ? 'true' : undefined,
97
+ borderColor: "transparent",
98
+ borderWidth: 0,
99
+ className: cx(dotCss, className),
100
+ "data-active": isActive,
101
+ initial: false,
102
+ transition: animationConfig
103
+ }, props), {}, {
104
+ children: showProgress && /*#__PURE__*/_jsx(motion.div, {
105
+ animate: {
106
+ width: progressState.width
107
+ },
108
+ initial: false,
109
+ style: {
110
+ height: '100%',
111
+ background: 'var(--color-bgPrimary)',
112
+ borderRadius: 'var(--borderRadius-100)'
113
+ },
114
+ transition: {
115
+ duration: progressState.duration,
116
+ ease: 'linear'
117
+ }
118
+ })
119
+ }));
120
+ });
121
+ const defaultPaginationAccessibilityLabel = pageIndex => "Go to page ".concat(pageIndex + 1);
122
+ export const DefaultCarouselPagination = /*#__PURE__*/memo(function DefaultCarouselPagination(_ref3) {
37
123
  let {
38
124
  totalPages,
39
125
  activePageIndex,
40
126
  onClickPage,
41
- paginationAccessibilityLabel = 'Go to page',
127
+ paginationAccessibilityLabel = defaultPaginationAccessibilityLabel,
42
128
  className,
43
129
  classNames,
44
130
  style,
45
131
  styles,
46
- testID = 'carousel-pagination'
47
- } = _ref2;
48
- const paginationRefMap = useRefMap();
49
- const getPaginationKeyDownHandler = useCallback(pageIndex => {
50
- const lastIndex = totalPages - 1;
51
- const nextIndex = pageIndex < lastIndex ? pageIndex + 1 : 0;
52
- const prevIndex = pageIndex !== 0 ? pageIndex - 1 : lastIndex;
53
- return function handleKeyDown(e) {
54
- var _paginationRefMap$get, _paginationRefMap$get2;
55
- switch (e.key) {
56
- case 'ArrowRight':
57
- e.preventDefault();
58
- (_paginationRefMap$get = paginationRefMap.getRef("".concat(testID, "-").concat(nextIndex))) === null || _paginationRefMap$get === void 0 || _paginationRefMap$get.focus();
59
- break;
60
- case 'ArrowLeft':
61
- e.preventDefault();
62
- (_paginationRefMap$get2 = paginationRefMap.getRef("".concat(testID, "-").concat(prevIndex))) === null || _paginationRefMap$get2 === void 0 || _paginationRefMap$get2.focus();
63
- break;
64
- case 'Home':
65
- {
66
- var _paginationRefMap$get3;
67
- e.preventDefault();
68
- (_paginationRefMap$get3 = paginationRefMap.getRef("".concat(testID, "-0"))) === null || _paginationRefMap$get3 === void 0 || _paginationRefMap$get3.focus();
69
- break;
70
- }
71
- case 'End':
72
- {
73
- var _paginationRefMap$get4;
74
- e.preventDefault();
75
- (_paginationRefMap$get4 = paginationRefMap.getRef("".concat(testID, "-").concat(lastIndex))) === null || _paginationRefMap$get4 === void 0 || _paginationRefMap$get4.focus();
76
- break;
77
- }
78
- case ' ':
79
- case 'Enter':
80
- e.preventDefault();
81
- onClickPage === null || onClickPage === void 0 || onClickPage(pageIndex);
82
- break;
83
- default:
84
- break;
85
- }
86
- };
87
- }, [paginationRefMap, testID, totalPages, onClickPage]);
88
- return /*#__PURE__*/_jsx(RefMapContext.Provider, {
89
- value: paginationRefMap,
90
- children: /*#__PURE__*/_jsx(HStack, {
91
- className: cx(defaultPaginationCss, className, classNames === null || classNames === void 0 ? void 0 : classNames.root),
92
- gap: 0.5,
93
- justifyContent: "center",
94
- style: _objectSpread(_objectSpread({}, style), styles === null || styles === void 0 ? void 0 : styles.root),
95
- children: totalPages > 0 ? Array.from({
96
- length: totalPages
97
- }, (_, index) => /*#__PURE__*/_jsx(PaginationDot, {
98
- accessibilityLabel: typeof paginationAccessibilityLabel === 'function' ? paginationAccessibilityLabel(index) : "".concat(paginationAccessibilityLabel, " ").concat(index + 1),
99
- className: cx(dotCss, classNames === null || classNames === void 0 ? void 0 : classNames.dot),
100
- id: "".concat(testID, "-").concat(index),
101
- isActive: index === activePageIndex,
102
- onClick: () => onClickPage === null || onClickPage === void 0 ? void 0 : onClickPage(index),
103
- onKeyDown: getPaginationKeyDownHandler(index),
104
- style: styles === null || styles === void 0 ? void 0 : styles.dot,
105
- testID: "".concat(testID, "-").concat(index)
106
- }, index)) : /*#__PURE__*/_jsx(Pressable, {
107
- disabled: true,
108
- "aria-hidden": "true",
109
- background: "bgLine",
110
- borderColor: "transparent",
111
- className: cx(dotCss, classNames === null || classNames === void 0 ? void 0 : classNames.dot),
112
- style: _objectSpread({
113
- opacity: 0
114
- }, styles === null || styles === void 0 ? void 0 : styles.dot)
115
- })
132
+ testID = 'carousel-pagination',
133
+ variant = 'pill'
134
+ } = _ref3;
135
+ const isDot = variant === 'dot';
136
+ const getAccessibilityLabel = useCallback(index => typeof paginationAccessibilityLabel === 'function' ? paginationAccessibilityLabel(index) : paginationAccessibilityLabel, [paginationAccessibilityLabel]);
137
+ return /*#__PURE__*/_jsx(HStack, {
138
+ className: cx(defaultPaginationCss, className, classNames === null || classNames === void 0 ? void 0 : classNames.root),
139
+ gap: 0.5,
140
+ justifyContent: "center",
141
+ style: _objectSpread(_objectSpread({}, style), styles === null || styles === void 0 ? void 0 : styles.root),
142
+ children: totalPages > 0 ? Array.from({
143
+ length: totalPages
144
+ }, (_, index) => isDot ? /*#__PURE__*/_jsx(PaginationDot, {
145
+ accessibilityLabel: getAccessibilityLabel(index),
146
+ className: classNames === null || classNames === void 0 ? void 0 : classNames.dot,
147
+ isActive: index === activePageIndex,
148
+ onClick: () => onClickPage === null || onClickPage === void 0 ? void 0 : onClickPage(index),
149
+ style: styles === null || styles === void 0 ? void 0 : styles.dot,
150
+ testID: "".concat(testID, "-").concat(index)
151
+ }, index) : /*#__PURE__*/_jsx(PaginationPill, {
152
+ accessibilityLabel: getAccessibilityLabel(index),
153
+ className: cx(pillCss, classNames === null || classNames === void 0 ? void 0 : classNames.dot),
154
+ isActive: index === activePageIndex,
155
+ onClick: () => onClickPage === null || onClickPage === void 0 ? void 0 : onClickPage(index),
156
+ style: styles === null || styles === void 0 ? void 0 : styles.dot,
157
+ testID: "".concat(testID, "-").concat(index)
158
+ }, index)) : /*#__PURE__*/_jsx(Pressable, {
159
+ disabled: true,
160
+ "aria-hidden": "true",
161
+ background: "bgLine",
162
+ borderColor: "transparent",
163
+ className: cx(isDot ? dotCss : pillCss, classNames === null || classNames === void 0 ? void 0 : classNames.dot),
164
+ style: _objectSpread({
165
+ opacity: 0,
166
+ width: isDot ? INDICATOR_INACTIVE_WIDTH : undefined
167
+ }, styles === null || styles === void 0 ? void 0 : styles.dot)
116
168
  })
117
169
  });
118
170
  });
@@ -0,0 +1,15 @@
1
+ import figma from '@figma/code-connect/react';
2
+ import { Carousel, CarouselItem } from '../';
3
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
4
+ figma.connect(Carousel, 'https://www.figma.com/design/k5CtyJccNQUGMI5bI4lJ2g/%E2%9C%A8-CDS-Components?node-id=48671-10433', {
5
+ imports: ["import { Carousel, CarouselItem } from '@coinbase/cds-web/carousel'"],
6
+ example: () => /*#__PURE__*/_jsxs(Carousel, {
7
+ children: [/*#__PURE__*/_jsx(CarouselItem, {
8
+ id: "1"
9
+ }), /*#__PURE__*/_jsx(CarouselItem, {
10
+ id: "2"
11
+ }), /*#__PURE__*/_jsx(CarouselItem, {
12
+ id: "3"
13
+ })]
14
+ })
15
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-web",
3
- "version": "8.41.0",
3
+ "version": "8.43.0",
4
4
  "description": "Coinbase Design System - Web",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,6 +32,10 @@
32
32
  "types": "./dts/alpha/combobox/index.d.ts",
33
33
  "default": "./esm/alpha/combobox/index.js"
34
34
  },
35
+ "./alpha/data-card": {
36
+ "types": "./dts/alpha/data-card/index.d.ts",
37
+ "default": "./esm/alpha/data-card/index.js"
38
+ },
35
39
  "./alpha/select": {
36
40
  "types": "./dts/alpha/select/index.d.ts",
37
41
  "default": "./esm/alpha/select/index.js"
@@ -203,8 +207,8 @@
203
207
  "react-dom": "^18.3.1"
204
208
  },
205
209
  "dependencies": {
206
- "@coinbase/cds-common": "^8.41.0",
207
- "@coinbase/cds-icons": "^5.10.0",
210
+ "@coinbase/cds-common": "^8.43.0",
211
+ "@coinbase/cds-icons": "^5.11.0",
208
212
  "@coinbase/cds-illustrations": "^4.31.0",
209
213
  "@coinbase/cds-lottie-files": "^3.3.4",
210
214
  "@coinbase/cds-utils": "^2.3.5",
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import type { CardRemoteImageProps } from '@coinbase/cds-common/types';
3
- export type { CardRemoteImageProps };
4
- /**
5
- * @deprecated render a <RemoteImage resizeMode="cover" {...props} /> instead
6
- */
7
- export declare const CardRemoteImage: React.NamedExoticComponent<CardRemoteImageProps>;
8
- //# sourceMappingURL=CardRemoteImage.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CardRemoteImage.d.ts","sourceRoot":"","sources":["../../src/cards/CardRemoteImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AACpC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAIvE,YAAY,EAAE,oBAAoB,EAAE,CAAC;AAErC;;GAEG;AACH,eAAO,MAAM,eAAe,kDAM1B,CAAC"}