@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/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(