@coinbase/cds-mobile 9.2.2 → 9.3.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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
+ ## 9.3.0 (6/11/2026 PST)
12
+
13
+ #### 🚀 Updates
14
+
15
+ - Feat: support tooltip theming. [[#753](https://github.com/coinbase/cds/pull/753)]
16
+
11
17
  ## 9.2.2 (6/10/2026 PST)
12
18
 
13
19
  #### 🐞 Fixes
@@ -1 +1 @@
1
- {"version":3,"file":"InternalTooltip.d.ts","sourceRoot":"","sources":["../../../src/overlays/tooltip/InternalTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAahE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAG3D,eAAO,MAAM,eAAe,kDAmF1B,CAAC"}
1
+ {"version":3,"file":"InternalTooltip.d.ts","sourceRoot":"","sources":["../../../src/overlays/tooltip/InternalTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAahE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAG3D,eAAO,MAAM,eAAe,kDAqG1B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/overlays/tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4E,MAAM,OAAO,CAAC;AACjG,OAAO,EAAE,KAAK,kBAAkB,EAA4C,MAAM,cAAc,CAAC;AAMjG,OAAO,KAAK,EAAiB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGtE,YAAY,EAAE,gBAAgB,EAAE,CAAC;AAEjC,MAAM,MAAM,YAAY,GAAG,gBAAgB,GAAG;IAC5C;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,OAAO,qCAAiB,YAAY,6CA8K/C,CAAC"}
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/overlays/tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4E,MAAM,OAAO,CAAC;AACjG,OAAO,EAAE,KAAK,kBAAkB,EAA4C,MAAM,cAAc,CAAC;AAWjG,OAAO,KAAK,EAAiB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGtE,YAAY,EAAE,gBAAgB,EAAE,CAAC;AAEjC,MAAM,MAAM,YAAY,GAAG,gBAAgB,GAAG;IAC5C;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,OAAO,qCAAiB,YAAY,6CAsM/C,CAAC"}
@@ -6,9 +6,11 @@ import type {
6
6
  SharedAccessibilityProps,
7
7
  SharedProps,
8
8
  } from '@coinbase/cds-common/types';
9
+ import type { BoxBaseProps } from '../../layout/Box';
9
10
  export type TooltipPlacement = Extract<BaseTooltipPlacement, 'bottom' | 'top'>;
10
11
  export type TooltipBaseProps = SharedProps &
11
- ElevationProps & {
12
+ ElevationProps &
13
+ Omit<BoxBaseProps, 'children' | 'gap' | 'opacity' | 'pin'> & {
12
14
  /** Position of tooltip in relation to the subject. */
13
15
  placement?: TooltipPlacement;
14
16
  children: React.ReactElement;
@@ -91,7 +93,8 @@ export type InternalTooltipProps = SharedAccessibilityProps &
91
93
  | 'yShiftByStatusBarHeight'
92
94
  | 'invertColorScheme'
93
95
  | 'elevation'
94
- > & {
96
+ > &
97
+ Omit<BoxBaseProps, 'children' | 'gap' | 'opacity' | 'pin'> & {
95
98
  subjectLayout: SubjectLayout | undefined;
96
99
  opacity: Animated.Value;
97
100
  animateIn: Animated.CompositeAnimation;
@@ -1 +1 @@
1
- {"version":3,"file":"TooltipProps.d.ts","sourceRoot":"","sources":["../../../src/overlays/tooltip/TooltipProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,KAAK,EACV,oBAAoB,EACpB,cAAc,EACd,wBAAwB,EACxB,WAAW,EACZ,MAAM,4BAA4B,CAAC;AAEpC,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,oBAAoB,EAAE,QAAQ,GAAG,KAAK,CAAC,CAAC;AAE/E,MAAM,MAAM,gBAAgB,GAAG,WAAW,GACxC,cAAc,GAAG;IACf,sDAAsD;IACtD,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;IAC7B,gDAAgD;IAChD,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB;;;;OAIG;IACH,GAAG,CAAC,EAAE,SAAS,CAAC,KAAK,CAAC;IACtB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iIAAiI;IACjI,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,wDAAwD;IACxD,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B;;;;;OAKG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,wBAAwB,CAAC,oBAAoB,CAAC,CAAC;IACpE;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,wBAAwB,CAAC,oBAAoB,CAAC,CAAC;IAC9E;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,wBAAwB,CAAC,mBAAmB,CAAC,CAAC;IAC5E;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,wBAAwB,CAAC,mBAAmB,CAAC,CAAC;CACnE,CAAC;AAEJ,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC;AAE5C,kEAAkE;AAClE,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,GACzD,IAAI,CACF,YAAY,EACV,SAAS,GACT,WAAW,GACX,KAAK,GACL,QAAQ,GACR,yBAAyB,GACzB,mBAAmB,GACnB,WAAW,CACd,GAAG;IACF,aAAa,EAAE,aAAa,GAAG,SAAS,CAAC;IACzC,OAAO,EAAE,QAAQ,CAAC,KAAK,CAAC;IACxB,SAAS,EAAE,QAAQ,CAAC,kBAAkB,CAAC;IACvC,UAAU,EAAE,QAAQ,CAAC,KAAK,CAAC;IAC3B,qBAAqB,CAAC,EAAE,SAAS,CAAC,uBAAuB,CAAC,CAAC;IAC3D,kBAAkB,CAAC,EAAE,SAAS,CAAC,oBAAoB,CAAC,CAAC;CACtD,CAAC;AAEJ,MAAM,MAAM,wBAAwB,GAAG;IACrC,aAAa,EAAE,aAAa,GAAG,SAAS,CAAC;IACzC,aAAa,EAAE,eAAe,CAAC;CAChC,GAAG,IAAI,CAAC,YAAY,EAAE,WAAW,GAAG,yBAAyB,CAAC,CAAC"}
1
+ {"version":3,"file":"TooltipProps.d.ts","sourceRoot":"","sources":["../../../src/overlays/tooltip/TooltipProps.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- const _excluded = ["subjectLayout", "content", "placement", "opacity", "animateIn", "translateY", "gap", "yShiftByStatusBarHeight", "testID", "onAccessibilityEscape", "onAccessibilityTap", "elevation"];
1
+ const _excluded = ["subjectLayout", "content", "placement", "opacity", "animateIn", "translateY", "gap", "yShiftByStatusBarHeight", "testID", "onAccessibilityEscape", "onAccessibilityTap", "elevation", "background", "borderRadius", "maxWidth", "paddingX", "paddingY", "color", "font", "fontFamily", "fontSize", "fontWeight", "lineHeight"];
2
2
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
3
  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; }
4
4
  import React, { memo, useEffect, useMemo, useRef } from 'react';
@@ -23,7 +23,18 @@ export const InternalTooltip = /*#__PURE__*/memo(function InternalTooltip(_ref)
23
23
  testID,
24
24
  onAccessibilityEscape,
25
25
  onAccessibilityTap,
26
- elevation
26
+ elevation,
27
+ background = 'bg',
28
+ borderRadius = 200,
29
+ maxWidth = tooltipMaxWidth,
30
+ paddingX = tooltipPaddingX,
31
+ paddingY = tooltipPaddingY,
32
+ color = 'fg',
33
+ font = 'label2',
34
+ fontFamily,
35
+ fontSize,
36
+ fontWeight,
37
+ lineHeight
27
38
  } = _ref,
28
39
  props = _objectWithoutPropertiesLoose(_ref, _excluded);
29
40
  const theme = useTheme();
@@ -61,13 +72,13 @@ export const InternalTooltip = /*#__PURE__*/memo(function InternalTooltip(_ref)
61
72
  style: outerTooltipStyles,
62
73
  children: /*#__PURE__*/_jsx(Box, _extends({
63
74
  animated: true,
64
- background: "bg",
65
- borderRadius: 200,
75
+ background: background,
76
+ borderRadius: borderRadius,
66
77
  elevation: elevation,
67
- maxWidth: tooltipMaxWidth,
78
+ maxWidth: maxWidth,
68
79
  opacity: opacity,
69
- paddingX: tooltipPaddingX,
70
- paddingY: tooltipPaddingY,
80
+ paddingX: paddingX,
81
+ paddingY: paddingY,
71
82
  style: {
72
83
  transform: [{
73
84
  translateY
@@ -76,8 +87,12 @@ export const InternalTooltip = /*#__PURE__*/memo(function InternalTooltip(_ref)
76
87
  testID: testID
77
88
  }, props, {
78
89
  children: typeof content === 'string' ? /*#__PURE__*/_jsx(Text, {
79
- color: "fg",
80
- font: "label2",
90
+ color: color,
91
+ font: font,
92
+ fontFamily: fontFamily,
93
+ fontSize: fontSize,
94
+ fontWeight: fontWeight,
95
+ lineHeight: lineHeight,
81
96
  children: content
82
97
  }) : content
83
98
  }))
@@ -1,6 +1,9 @@
1
+ const _excluded = ["children", "content", "placement", "onCloseTooltip", "onOpenTooltip", "gap", "yShiftByStatusBarHeight", "testID", "accessibilityLabel", "accessibilityHint", "accessibilityLabelForContent", "accessibilityHintForContent", "accessibilityState", "visible", "invertColorScheme", "elevation", "openDelay", "closeDelay", "background", "borderRadius", "maxWidth", "paddingX", "paddingY", "color", "font", "fontFamily", "fontSize", "fontWeight", "lineHeight"];
1
2
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
+ 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; }
2
4
  import React, { Fragment, memo, useCallback, useEffect, useMemo, useRef, useState } from 'react';
3
5
  import { Modal as RNModal, TouchableOpacity, View } from 'react-native';
6
+ import { tooltipMaxWidth, tooltipPaddingX, tooltipPaddingY } from '@coinbase/cds-common/tokens/tooltip';
4
7
  import { useComponentConfig } from '../../hooks/useComponentConfig';
5
8
  import { InvertedThemeProvider } from '../../system/ThemeProvider';
6
9
  import { InternalTooltip } from './InternalTooltip';
@@ -9,25 +12,37 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
12
  export const Tooltip = /*#__PURE__*/memo(_props => {
10
13
  const mergedProps = useComponentConfig('Tooltip', _props);
11
14
  const {
12
- children,
13
- content,
14
- placement = 'top',
15
- onCloseTooltip,
16
- onOpenTooltip,
17
- gap = 1,
18
- yShiftByStatusBarHeight,
19
- testID,
20
- accessibilityLabel,
21
- accessibilityHint,
22
- accessibilityLabelForContent,
23
- accessibilityHintForContent,
24
- accessibilityState,
25
- visible,
26
- invertColorScheme = true,
27
- elevation,
28
- openDelay,
29
- closeDelay
30
- } = mergedProps;
15
+ children,
16
+ content,
17
+ placement = 'top',
18
+ onCloseTooltip,
19
+ onOpenTooltip,
20
+ gap = 1,
21
+ yShiftByStatusBarHeight,
22
+ testID,
23
+ accessibilityLabel,
24
+ accessibilityHint,
25
+ accessibilityLabelForContent,
26
+ accessibilityHintForContent,
27
+ accessibilityState,
28
+ visible,
29
+ invertColorScheme = true,
30
+ elevation,
31
+ openDelay,
32
+ closeDelay,
33
+ background = 'bg',
34
+ borderRadius = 200,
35
+ maxWidth = tooltipMaxWidth,
36
+ paddingX = tooltipPaddingX,
37
+ paddingY = tooltipPaddingY,
38
+ color = 'fg',
39
+ font = 'label2',
40
+ fontFamily,
41
+ fontSize,
42
+ fontWeight,
43
+ lineHeight
44
+ } = mergedProps,
45
+ props = _objectWithoutPropertiesLoose(mergedProps, _excluded);
31
46
  const subjectRef = useRef(null);
32
47
  const [isOpen, setIsOpen] = useState(false);
33
48
  const isVisible = visible !== false && isOpen;
@@ -138,16 +153,27 @@ export const Tooltip = /*#__PURE__*/memo(_props => {
138
153
  }), /*#__PURE__*/_jsx(WrapperComponent, {
139
154
  children: /*#__PURE__*/_jsx(InternalTooltip, _extends({
140
155
  animateIn: animateIn,
156
+ background: background,
157
+ borderRadius: borderRadius,
158
+ color: color,
141
159
  content: content,
142
160
  elevation: elevation,
161
+ font: font,
162
+ fontFamily: fontFamily,
163
+ fontSize: fontSize,
164
+ fontWeight: fontWeight,
143
165
  gap: gap,
166
+ lineHeight: lineHeight,
167
+ maxWidth: maxWidth,
144
168
  opacity: opacity,
169
+ paddingX: paddingX,
170
+ paddingY: paddingY,
145
171
  placement: placement,
146
172
  subjectLayout: subjectLayout,
147
173
  testID: testID,
148
174
  translateY: translateY,
149
175
  yShiftByStatusBarHeight: yShiftByStatusBarHeight
150
- }, accessibilityPropsForContent))
176
+ }, props, accessibilityPropsForContent))
151
177
  })]
152
178
  })]
153
179
  });
@@ -19,6 +19,7 @@ import { SelectChipExample } from './examples/SelectChip';
19
19
  import { TabsExample } from './examples/Tabs';
20
20
  import { TagExample } from './examples/Tag';
21
21
  import { TextInputExample } from './examples/TextInput';
22
+ import { TooltipExample } from './examples/Tooltip';
22
23
  import { Container } from './Container';
23
24
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
25
  export const StickerSheet = /*#__PURE__*/memo(() => {
@@ -91,6 +92,9 @@ export const StickerSheet = /*#__PURE__*/memo(() => {
91
92
  }), /*#__PURE__*/_jsx(Container, {
92
93
  title: "Coachmark",
93
94
  children: /*#__PURE__*/_jsx(CoachmarkExample, {})
95
+ }), /*#__PURE__*/_jsx(Container, {
96
+ title: "Tooltip",
97
+ children: /*#__PURE__*/_jsx(TooltipExample, {})
94
98
  })]
95
99
  })]
96
100
  })
@@ -48,6 +48,8 @@ export const customComponentConfig = {
48
48
  controlColor: props.checked ? 'bgAlternate' : 'fg'
49
49
  }),
50
50
  Tooltip: {
51
+ background: 'bgSecondary',
52
+ font: 'body',
51
53
  invertColorScheme: false
52
54
  },
53
55
  Radio: props => ({
@@ -0,0 +1,20 @@
1
+ import React, { memo } from 'react';
2
+ import { View } from 'react-native';
3
+ import { Button } from '../../../../buttons/Button';
4
+ import { Tooltip } from '../../../../overlays/tooltip/Tooltip';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ export const TooltipExample = /*#__PURE__*/memo(() => {
7
+ return /*#__PURE__*/_jsx(Tooltip, {
8
+ accessibilityHint: "Additional information about this action",
9
+ accessibilityLabel: "Show tooltip",
10
+ content: "Additional information about this action",
11
+ children: /*#__PURE__*/_jsx(View, {
12
+ accessibilityElementsHidden: true,
13
+ pointerEvents: "none",
14
+ children: /*#__PURE__*/_jsx(Button, {
15
+ variant: "secondary",
16
+ children: "Show Tooltip"
17
+ })
18
+ })
19
+ });
20
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mobile",
3
- "version": "9.2.2",
3
+ "version": "9.3.0",
4
4
  "description": "Coinbase Design System - Mobile",
5
5
  "repository": {
6
6
  "type": "git",
@@ -206,7 +206,7 @@
206
206
  "react-native-worklets": "0.5.2"
207
207
  },
208
208
  "dependencies": {
209
- "@coinbase/cds-common": "^9.2.2",
209
+ "@coinbase/cds-common": "^9.3.0",
210
210
  "@coinbase/cds-icons": "^5.19.0",
211
211
  "@coinbase/cds-illustrations": "^4.41.0",
212
212
  "@coinbase/cds-lottie-files": "^3.3.4",