@tecsinapse/cortex-react 1.15.2 → 1.15.3-beta.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.
|
@@ -11,7 +11,7 @@ const SelectPopover = ({ children }) => {
|
|
|
11
11
|
return /* @__PURE__ */ jsxRuntime.jsx(react.FloatingPortal, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
12
12
|
index.Popover.Content,
|
|
13
13
|
{
|
|
14
|
-
className: "bg-white max-h-[30vh] overflow-y-
|
|
14
|
+
className: "bg-white max-h-[30vh] overflow-y-auto gap-y-mili flex flex-col p-0",
|
|
15
15
|
style: {
|
|
16
16
|
width: triggerWidth ? `${triggerWidth}px` : "auto",
|
|
17
17
|
zIndex: 9999
|
|
@@ -9,7 +9,7 @@ const SelectPopover = ({ children }) => {
|
|
|
9
9
|
return /* @__PURE__ */ jsx(FloatingPortal, { children: /* @__PURE__ */ jsx(
|
|
10
10
|
Popover.Content,
|
|
11
11
|
{
|
|
12
|
-
className: "bg-white max-h-[30vh] overflow-y-
|
|
12
|
+
className: "bg-white max-h-[30vh] overflow-y-auto gap-y-mili flex flex-col p-0",
|
|
13
13
|
style: {
|
|
14
14
|
width: triggerWidth ? `${triggerWidth}px` : "auto",
|
|
15
15
|
zIndex: 9999
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tecsinapse/cortex-react",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.3-beta.0",
|
|
4
4
|
"description": "React components based in @tecsinapse/cortex-core",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"react-icons": ">=5.2.0",
|
|
49
49
|
"tailwind": ">=3.3.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "0252dd38008a15383d05be15d73736f15cdb33ce"
|
|
52
52
|
}
|