@coinbase/cds-mobile 9.6.6 → 9.6.8

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,16 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
+ ## 9.6.8 ((7/22/2026, 06:23 AM PST))
12
+
13
+ This is an artificial version bump with no new change.
14
+
15
+ ## 9.6.7 (7/20/2026 PST)
16
+
17
+ #### 🐞 Fixes
18
+
19
+ - Fix: TextInput inside labelVariant padding. [[#797](https://github.com/coinbase/cds/pull/797)]
20
+
11
21
  ## 9.6.6 (7/14/2026 PST)
12
22
 
13
23
  #### 🐞 Fixes
@@ -18,12 +18,14 @@ const CoachmarkExamples = () => {
18
18
  gap: 3,
19
19
  children: [/*#__PURE__*/_jsx(Coachmark, {
20
20
  action: /*#__PURE__*/_jsx(Button, {
21
+ variant: "secondary",
21
22
  children: "Next"
22
23
  }),
23
24
  content: "Add up to 3 lines of body copy. Deliver your message with clarity and impact",
24
25
  title: "Basic"
25
26
  }), /*#__PURE__*/_jsx(Coachmark, {
26
27
  action: /*#__PURE__*/_jsx(Button, {
28
+ variant: "secondary",
27
29
  children: "Next"
28
30
  }),
29
31
  checkbox: /*#__PURE__*/_jsx(Checkbox, {
@@ -35,6 +37,7 @@ const CoachmarkExamples = () => {
35
37
  title: "With checkbox"
36
38
  }), /*#__PURE__*/_jsx(Coachmark, {
37
39
  action: /*#__PURE__*/_jsx(Button, {
40
+ variant: "secondary",
38
41
  children: "Next"
39
42
  }),
40
43
  closeButtonAccessibilityLabel: "Close",
@@ -43,6 +46,7 @@ const CoachmarkExamples = () => {
43
46
  title: "Dismissible"
44
47
  }), /*#__PURE__*/_jsx(Coachmark, {
45
48
  action: /*#__PURE__*/_jsx(Button, {
49
+ variant: "secondary",
46
50
  children: "Next"
47
51
  }),
48
52
  closeButtonAccessibilityLabel: "Close",
@@ -73,6 +77,7 @@ const CoachmarkExamples = () => {
73
77
  title: "Rich Content"
74
78
  }), /*#__PURE__*/_jsx(Coachmark, {
75
79
  action: /*#__PURE__*/_jsx(Button, {
80
+ variant: "secondary",
76
81
  children: "Next"
77
82
  }),
78
83
  content: "This SpotRectangle is in a Box with bgPrimary background.",
@@ -88,6 +93,7 @@ const CoachmarkExamples = () => {
88
93
  title: "With a SpotRectangle"
89
94
  }), /*#__PURE__*/_jsx(Coachmark, {
90
95
  action: /*#__PURE__*/_jsx(Button, {
96
+ variant: "secondary",
91
97
  children: "Done"
92
98
  }),
93
99
  content: "Add up to 3 lines of body copy. Deliver your message with clarity and impact",
@@ -125,6 +125,7 @@ export const InputStack = /*#__PURE__*/memo(function InputStack(_props) {
125
125
  children: startNode
126
126
  }), !!labelNode && labelVariant === 'inside' ? /*#__PURE__*/_jsxs(VStack, {
127
127
  flexGrow: 1,
128
+ paddingY: 1,
128
129
  children: [labelNode, inputNode]
129
130
  }) : inputNode, !!endNode && /*#__PURE__*/_jsx(_Fragment, {
130
131
  children: endNode
@@ -91,7 +91,7 @@ export const TextInput = /*#__PURE__*/memo(_ref => {
91
91
  const containerSpacing = useMemo(() => _extends({}, !!start && {
92
92
  paddingStart: theme.space[0.5]
93
93
  }, labelVariant === 'inside' && hasLabel && !compact && {
94
- paddingBottom: theme.space[1],
94
+ paddingBottom: 0,
95
95
  paddingTop: 0
96
96
  }), [start, theme.space, labelVariant, hasLabel, compact]);
97
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mobile",
3
- "version": "9.6.6",
3
+ "version": "9.6.8",
4
4
  "description": "Coinbase Design System - Mobile",
5
5
  "repository": {
6
6
  "type": "git",
@@ -206,8 +206,8 @@
206
206
  "react-native-worklets": "0.5.2"
207
207
  },
208
208
  "dependencies": {
209
- "@coinbase/cds-common": "^9.6.6",
210
- "@coinbase/cds-icons": "^5.20.0",
209
+ "@coinbase/cds-common": "^9.6.8",
210
+ "@coinbase/cds-icons": "^5.21.0",
211
211
  "@coinbase/cds-illustrations": "^4.44.0",
212
212
  "@coinbase/cds-lottie-files": "^3.3.4",
213
213
  "@coinbase/cds-utils": "^2.3.5",