@televet/kibble-ui 4.0.0-beta.124 → 4.0.0-beta.126
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/dist/chunks/{theme.provider-C2SyH4Og.js → theme.provider-BsaXkXoO.js} +5 -2
- package/dist/chunks/{theme.provider-C2SyH4Og.js.map → theme.provider-BsaXkXoO.js.map} +1 -1
- package/dist/chunks/{theme.provider-h0MhVrWb.js → theme.provider-C7jbnR4l.js} +2 -2
- package/dist/chunks/{theme.provider-h0MhVrWb.js.map → theme.provider-C7jbnR4l.js.map} +1 -1
- package/dist/cjs/chakra/index.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/theme/index.cjs +1 -1
- package/dist/esm/chakra/index.js +23 -22
- package/dist/esm/index.js +1 -1
- package/dist/esm/theme/index.js +1 -1
- package/dist/types/chakra/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -11707,7 +11707,7 @@ const mi = (e) => /* @__PURE__ */ n.jsx(zt, { attribute: "class", disableTransit
|
|
|
11707
11707
|
triggerItem: de
|
|
11708
11708
|
}
|
|
11709
11709
|
}), Ge = "8px 12px 8px 20px !important", Is = i({
|
|
11710
|
-
slots: ["trigger", "clearTrigger", "item", "itemGroupLabel", "valueText", "content"],
|
|
11710
|
+
slots: ["trigger", "clearTrigger", "item", "itemGroupLabel", "valueText", "content", "positioner"],
|
|
11711
11711
|
base: {
|
|
11712
11712
|
content: {
|
|
11713
11713
|
borderRadius: "base",
|
|
@@ -11732,6 +11732,9 @@ const mi = (e) => /* @__PURE__ */ n.jsx(zt, { attribute: "class", disableTransit
|
|
|
11732
11732
|
alignItems: "center",
|
|
11733
11733
|
display: "flex",
|
|
11734
11734
|
gap: 2
|
|
11735
|
+
},
|
|
11736
|
+
positioner: {
|
|
11737
|
+
zIndex: "1401 !important"
|
|
11735
11738
|
}
|
|
11736
11739
|
},
|
|
11737
11740
|
variants: {
|
|
@@ -12265,4 +12268,4 @@ export {
|
|
|
12265
12268
|
Ls as k,
|
|
12266
12269
|
Fs as s
|
|
12267
12270
|
};
|
|
12268
|
-
//# sourceMappingURL=theme.provider-
|
|
12271
|
+
//# sourceMappingURL=theme.provider-BsaXkXoO.js.map
|