@ornikar/kitt-universal 25.59.0 → 25.59.1
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/definitions/Picker/Picker.web.d.ts.map +1 -1
- package/dist/index-node-20.10.cjs.web.js +1 -0
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.web.mjs +1 -0
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.web.js +1 -0
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.es.web.js
CHANGED
|
@@ -11389,6 +11389,7 @@ function Picker(_ref) {
|
|
|
11389
11389
|
left: 0,
|
|
11390
11390
|
width: isItemsWidthFixed ? '100%' : itemsWidth,
|
|
11391
11391
|
maxWidth: isItemsWidthFixed ? 'kitt.picker.maxWidthFixed' : undefined,
|
|
11392
|
+
zIndex: 1,
|
|
11392
11393
|
_web: {
|
|
11393
11394
|
style: {
|
|
11394
11395
|
transform: "translate3d(".concat(tooltipX, "px, ").concat(tooltipY, "px, 0)"),
|