@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
|
@@ -11212,7 +11212,7 @@ function Picker({
|
|
|
11212
11212
|
disabled,
|
|
11213
11213
|
...restToggleProps
|
|
11214
11214
|
})
|
|
11215
|
-
}), /*#__PURE__*/reactDom.createPortal(
|
|
11215
|
+
}), /*#__PURE__*/reactDom.createPortal(/*#__PURE__*/jsxRuntime.jsx(View, {
|
|
11216
11216
|
ref: refMemo,
|
|
11217
11217
|
testID: testID,
|
|
11218
11218
|
...menuProps,
|
|
@@ -12629,7 +12629,7 @@ function Tooltip({
|
|
|
12629
12629
|
onFocus: handleToggleTooltip,
|
|
12630
12630
|
onBlur: handleToggleTooltip,
|
|
12631
12631
|
width: '100%'
|
|
12632
|
-
}), /*#__PURE__*/reactDom.createPortal(
|
|
12632
|
+
}), /*#__PURE__*/reactDom.createPortal(/*#__PURE__*/jsxRuntime.jsx(View, {
|
|
12633
12633
|
ref: refs.setFloating,
|
|
12634
12634
|
"aria-hidden": !isVisible,
|
|
12635
12635
|
paddingX: {
|