@coinbase/cds-web 8.36.2 → 8.36.3
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
|
+
## 8.36.3 (1/9/2026 PST)
|
|
12
|
+
|
|
13
|
+
#### 🐞 Fixes
|
|
14
|
+
|
|
15
|
+
- Remove focus ring from inside label for Select. [[#299](https://github.com/coinbase/cds/pull/299)]
|
|
16
|
+
|
|
11
17
|
## 8.36.2 ((1/7/2026, 10:19 AM PST))
|
|
12
18
|
|
|
13
19
|
This is an artificial version bump with no new change.
|
|
@@ -137,6 +137,7 @@ const DefaultSelectControlComponent = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(
|
|
|
137
137
|
const labelNode = useMemo(() => labelVariant === 'inside' ? /*#__PURE__*/_jsx(Pressable, {
|
|
138
138
|
noScaleOnPress: true,
|
|
139
139
|
onClick: () => setOpen(s => !s),
|
|
140
|
+
tabIndex: -1,
|
|
140
141
|
children: /*#__PURE__*/_jsx(InputLabel, {
|
|
141
142
|
className: classNames === null || classNames === void 0 ? void 0 : classNames.controlLabelNode,
|
|
142
143
|
color: "fg",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-web",
|
|
3
|
-
"version": "8.36.
|
|
3
|
+
"version": "8.36.3",
|
|
4
4
|
"description": "Coinbase Design System - Web",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"react-dom": "^18.3.1"
|
|
204
204
|
},
|
|
205
205
|
"dependencies": {
|
|
206
|
-
"@coinbase/cds-common": "^8.36.
|
|
206
|
+
"@coinbase/cds-common": "^8.36.3",
|
|
207
207
|
"@coinbase/cds-icons": "^5.9.0",
|
|
208
208
|
"@coinbase/cds-illustrations": "^4.29.0",
|
|
209
209
|
"@coinbase/cds-lottie-files": "^3.3.4",
|