dhre-ui-kit 0.0.158 → 0.0.159
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/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3262,7 +3262,7 @@ const CommonTextInput = (props) => {
|
|
|
3262
3262
|
pointerEvents,
|
|
3263
3263
|
multiline,
|
|
3264
3264
|
numberOfLines: multiline ? 4 : 1,
|
|
3265
|
-
right:
|
|
3265
|
+
right: /* @__PURE__ */ React.createElement(
|
|
3266
3266
|
TextInput$1.Icon,
|
|
3267
3267
|
{
|
|
3268
3268
|
icon: rightIcon ?? "",
|
|
@@ -3271,7 +3271,7 @@ const CommonTextInput = (props) => {
|
|
|
3271
3271
|
onRightIconPress?.();
|
|
3272
3272
|
}
|
|
3273
3273
|
}
|
|
3274
|
-
)
|
|
3274
|
+
),
|
|
3275
3275
|
...props
|
|
3276
3276
|
}
|
|
3277
3277
|
), errorMessage ? /* @__PURE__ */ React.createElement(
|