hanbiro-react16-sdk 1.0.24 → 1.0.25

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.
@@ -151,8 +151,8 @@ class ChatAIDraft extends React.Component {
151
151
  lang,
152
152
  tone: TONE_OPTIONS[2],
153
153
  // Neutral
154
- length: LENGTH_OPTIONS[1],
155
- // Medium
154
+ length: LENGTH_OPTIONS[2],
155
+ // Long
156
156
  conversationId: ""
157
157
  };
158
158
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hanbiro-react16-sdk v1.0.24
2
+ * hanbiro-react16-sdk v1.0.25
3
3
  * Build Date: 2026-05-21
4
4
  */
5
5
  @charset "UTF-8";
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hanbiro-react16-sdk v1.0.24
2
+ * hanbiro-react16-sdk v1.0.25
3
3
  * Build Date: 2026-05-21
4
4
  */
5
5
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
@@ -7022,8 +7022,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
7022
7022
  lang: lang,
7023
7023
  tone: TONE_OPTIONS[2],
7024
7024
  // Neutral
7025
- length: LENGTH_OPTIONS[1],
7026
- // Medium
7025
+ length: LENGTH_OPTIONS[2],
7026
+ // Long
7027
7027
  conversationId: ""
7028
7028
  };
7029
7029
  return _this11;
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * hanbiro-react16-sdk v1.0.24
2
+ * hanbiro-react16-sdk v1.0.25
3
3
  * Build Date: 2026-05-21
4
4
  */
5
5
  /* empty css */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanbiro-react16-sdk",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "React 16.2.0 compatible UI components for Hanbiro",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/hanbiro-react16-sdk.umd.js",