@box/blueprint-web 12.63.0 → 12.63.1

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.
@@ -144,9 +144,9 @@ const RootInner = ({
144
144
  let selectedOption;
145
145
  if (Array.isArray(nextSelectedValue)) {
146
146
  if (isSelectedFromEnter) {
147
- selectedOption = nextSelectedValue.map(value => ({
147
+ selectedOption = nextSelectedValue.map(value => getOptionFromValue(value, options) ?? {
148
148
  value
149
- }));
149
+ });
150
150
  } else {
151
151
  selectedOption = nextSelectedValue.map(nextValue => getOptionFromValue(nextValue, options));
152
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "12.63.0",
3
+ "version": "12.63.1",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@ariakit/react": "0.4.15",
49
49
  "@ariakit/react-core": "0.4.15",
50
- "@box/blueprint-web-assets": "^4.64.0",
50
+ "@box/blueprint-web-assets": "^4.64.8",
51
51
  "@internationalized/date": "^3.7.0",
52
52
  "@radix-ui/react-accordion": "1.1.2",
53
53
  "@radix-ui/react-checkbox": "1.0.4",
@@ -77,7 +77,7 @@
77
77
  "type-fest": "^3.2.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@box/storybook-utils": "^0.13.19",
80
+ "@box/storybook-utils": "^0.14.0",
81
81
  "@types/react": "^18.0.0",
82
82
  "@types/react-dom": "^18.0.0",
83
83
  "react": "^18.3.0",