@xsolla/xui-multi-select 0.112.0 → 0.113.0
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.
- package/native/index.js +32 -3
- package/native/index.js.map +1 -1
- package/native/index.mjs +36 -4
- package/native/index.mjs.map +1 -1
- package/package.json +5 -5
- package/web/index.d.ts +89 -0
- package/web/index.js +2 -0
- package/web/index.js.flow +124 -0
- package/web/index.js.map +1 -1
- package/web/index.mjs +2 -0
- package/web/index.mjs.map +1 -1
package/web/index.mjs
CHANGED
|
@@ -188,6 +188,7 @@ var Text = ({
|
|
|
188
188
|
className,
|
|
189
189
|
id,
|
|
190
190
|
role,
|
|
191
|
+
numberOfLines: _numberOfLines,
|
|
191
192
|
...props
|
|
192
193
|
}) => {
|
|
193
194
|
return /* @__PURE__ */ jsx2(
|
|
@@ -977,6 +978,7 @@ var Text2 = ({
|
|
|
977
978
|
className,
|
|
978
979
|
id,
|
|
979
980
|
role,
|
|
981
|
+
numberOfLines: _numberOfLines,
|
|
980
982
|
...props
|
|
981
983
|
}) => {
|
|
982
984
|
return /* @__PURE__ */ jsx2101(
|