@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.
- package/CHANGELOG.md +9 -0
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-20.10.cjs.js.map +1 -1
- package/dist/index-node-20.10.cjs.web.js +2 -2
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.mjs.map +1 -1
- package/dist/index-node-20.10.es.web.mjs +2 -2
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.js +17 -17
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +18 -18
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-20.10.cjs.js.map +1 -1
- package/dist/linaria-themes-node-20.10.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-20.10.es.mjs.map +1 -1
- package/dist/linaria-themes-node-20.10.es.web.mjs.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -11205,7 +11205,7 @@ function Picker({
|
|
|
11205
11205
|
disabled,
|
|
11206
11206
|
...restToggleProps
|
|
11207
11207
|
})
|
|
11208
|
-
}), /*#__PURE__*/createPortal(
|
|
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(
|
|
12625
|
+
}), /*#__PURE__*/createPortal(/*#__PURE__*/jsx(View, {
|
|
12626
12626
|
ref: refs.setFloating,
|
|
12627
12627
|
"aria-hidden": !isVisible,
|
|
12628
12628
|
paddingX: {
|