hanbiro-react16-sdk 1.0.16 → 1.0.18
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hanbiro-react16-sdk v1.0.
|
|
2
|
+
* hanbiro-react16-sdk v1.0.18
|
|
3
3
|
* Build Date: 2026-04-02
|
|
4
4
|
*/
|
|
5
5
|
var __defProp = Object.defineProperty;
|
|
@@ -7899,6 +7899,7 @@ class ChatAIDraft extends React.Component {
|
|
|
7899
7899
|
}
|
|
7900
7900
|
}
|
|
7901
7901
|
export {
|
|
7902
|
+
AI_LANG_FLAGS,
|
|
7902
7903
|
ChatAIDraft,
|
|
7903
7904
|
CountryFlag,
|
|
7904
7905
|
LoadingCircular,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hanbiro-react16-sdk v1.0.
|
|
2
|
+
* hanbiro-react16-sdk v1.0.18
|
|
3
3
|
* Build Date: 2026-04-02
|
|
4
4
|
*/
|
|
5
5
|
function _regeneratorValues(e) { if (null != e) { var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"], r = 0; if (t) return t.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) return { next: function next() { return e && r >= e.length && (e = void 0), { value: e && e[r++], done: !e }; } }; } throw new TypeError(_typeof(e) + " is not iterable"); }
|
|
@@ -9668,6 +9668,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
9668
9668
|
}
|
|
9669
9669
|
}]);
|
|
9670
9670
|
}(React__namespace.Component);
|
|
9671
|
+
exports2.AI_LANG_FLAGS = AI_LANG_FLAGS;
|
|
9671
9672
|
exports2.ChatAIDraft = ChatAIDraft;
|
|
9672
9673
|
exports2.CountryFlag = CountryFlag;
|
|
9673
9674
|
exports2.LoadingCircular = LoadingCircular;
|
package/dist/index.d.ts
CHANGED