@box/box-ai-content-answers 0.85.6 → 0.85.7

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.
@@ -115,8 +115,8 @@ const ce = (s) => {
115
115
  warningNoticeAriaLabel: _
116
116
  }, V = Object.fromEntries(Object.entries(K).filter(([oe, X]) => X !== void 0));
117
117
  return /* @__PURE__ */ ne(m, {
118
- ...V,
119
- ...s
118
+ ...s,
119
+ ...V
120
120
  });
121
121
  };
122
122
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/box-ai-content-answers",
3
- "version": "0.85.6",
3
+ "version": "0.85.7",
4
4
  "peerDependencies": {
5
5
  "@box/blueprint-web": "^7.8.0",
6
6
  "@box/blueprint-web-assets": "^4.16.0",
@@ -56,5 +56,5 @@
56
56
  "**/*.css"
57
57
  ],
58
58
  "license": "SEE LICENSE IN LICENSE",
59
- "gitHead": "02dbf7e4ab5054878ca9adca63a080ab161ddcca"
59
+ "gitHead": "46bc8d10dd0fef9e6af69ed88e231c9ca822ebd1"
60
60
  }