@ornikar/kitt-universal 25.59.1 → 25.60.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.
@@ -11205,7 +11205,7 @@ function Picker({
11205
11205
  disabled,
11206
11206
  ...restToggleProps
11207
11207
  })
11208
- }), /*#__PURE__*/createPortal( /*#__PURE__*/jsx(View, {
11208
+ }), /*#__PURE__*/createPortal(/*#__PURE__*/jsx(View, {
11209
11209
  ref: refMemo,
11210
11210
  testID: testID,
11211
11211
  ...menuProps,
@@ -12622,7 +12622,7 @@ function Tooltip({
12622
12622
  onFocus: handleToggleTooltip,
12623
12623
  onBlur: handleToggleTooltip,
12624
12624
  width: '100%'
12625
- }), /*#__PURE__*/createPortal( /*#__PURE__*/jsx(View, {
12625
+ }), /*#__PURE__*/createPortal(/*#__PURE__*/jsx(View, {
12626
12626
  ref: refs.setFloating,
12627
12627
  "aria-hidden": !isVisible,
12628
12628
  paddingX: {