@algolia/satellite 2.3.0-rc.3 → 2.3.0-rc.4

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.
@@ -41,7 +41,8 @@ var ChatPrompt = exports.ChatPrompt = /*#__PURE__*/(0, _react.forwardRef)(functi
41
41
  placeholders = _ref$placeholders === void 0 ? [] : _ref$placeholders,
42
42
  _ref$status = _ref.status,
43
43
  status = _ref$status === void 0 ? "ready" : _ref$status,
44
- autoFocusOnTyping = _ref.autoFocusOnTyping,
44
+ _ref$autoFocusOnTypin = _ref.autoFocusOnTyping,
45
+ autoFocusOnTyping = _ref$autoFocusOnTypin === void 0 ? false : _ref$autoFocusOnTypin,
45
46
  defaultValue = _ref.defaultValue,
46
47
  valueProp = _ref.value,
47
48
  propsLocale = _ref.locale,
@@ -36,7 +36,8 @@ export var ChatPrompt = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {
36
36
  placeholders = _ref$placeholders === void 0 ? [] : _ref$placeholders,
37
37
  _ref$status = _ref.status,
38
38
  status = _ref$status === void 0 ? "ready" : _ref$status,
39
- autoFocusOnTyping = _ref.autoFocusOnTyping,
39
+ _ref$autoFocusOnTypin = _ref.autoFocusOnTyping,
40
+ autoFocusOnTyping = _ref$autoFocusOnTypin === void 0 ? false : _ref$autoFocusOnTypin,
40
41
  defaultValue = _ref.defaultValue,
41
42
  valueProp = _ref.value,
42
43
  propsLocale = _ref.locale,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/satellite",
3
- "version": "2.3.0-rc.3",
3
+ "version": "2.3.0-rc.4",
4
4
  "description": "Algolia design system React components",
5
5
  "sideEffects": false,
6
6
  "scripts": {