@clickhouse/click-ui 0.0.185 → 0.0.186
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/click-ui.es.js +2 -2
- package/dist/click-ui.umd.js +2 -2
- package/package.json +1 -1
package/dist/click-ui.es.js
CHANGED
|
@@ -7774,7 +7774,7 @@ const Arrow$1 = styled.svg.withConfig({
|
|
|
7774
7774
|
`);
|
|
7775
7775
|
const GenericMenuItem = styled.div.withConfig({
|
|
7776
7776
|
componentId: "sc-1fv0ktx-3"
|
|
7777
|
-
})(["display:flex;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;align-items:center;justify-content:flex-start;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;outline:none;&[aria-selected]{outline:none;}", ';position:relative;&:hover .dropdown-arrow,&[data-state="open"] .dropdown-arrow{left:0.5rem;}&[hidden]{display:none;}'], ({
|
|
7777
|
+
})(["display:flex;width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available;width:stretch;align-items:center;justify-content:flex-start;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;outline:none;&[aria-selected]{outline:none;}", ';position:relative;&:hover .dropdown-arrow,&[data-state="open"] .dropdown-arrow{left:0.5rem;}&[hidden]{display:none;}'], ({
|
|
7778
7778
|
theme: theme2
|
|
7779
7779
|
}) => `
|
|
7780
7780
|
padding: ${theme2.click.genericMenu.item.space.y} ${theme2.click.genericMenu.item.space.x};
|
|
@@ -34129,7 +34129,7 @@ const HiddenSelectElement = styled.select.withConfig({
|
|
|
34129
34129
|
})(["visibility:hidden;position:absolute;z-index:-1;height:0;"]);
|
|
34130
34130
|
const SelectGroupContainer = styled.div.withConfig({
|
|
34131
34131
|
componentId: "sc-oudbwg-10"
|
|
34132
|
-
})(["display:flex;flex-direction:column;
|
|
34132
|
+
})(["display:flex;flex-direction:column;justify-content:center;width:-webkit-fill-available;width:fill-available;width:stretch;overflow:hidden;background:transparent;&[aria-selected]{outline:none;}", ";&[hidden]{display:none;}"], ({
|
|
34133
34133
|
theme: theme2
|
|
34134
34134
|
}) => `
|
|
34135
34135
|
font: ${theme2.click.genericMenu.item.typography.sectionHeader.default};
|
package/dist/click-ui.umd.js
CHANGED
|
@@ -7790,7 +7790,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7790
7790
|
`);
|
|
7791
7791
|
const GenericMenuItem = styledComponents.styled.div.withConfig({
|
|
7792
7792
|
componentId: "sc-1fv0ktx-3"
|
|
7793
|
-
})(["display:flex;width:100%;width:-webkit-fill-available;width:fill-available;width:stretch;align-items:center;justify-content:flex-start;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;outline:none;&[aria-selected]{outline:none;}", ';position:relative;&:hover .dropdown-arrow,&[data-state="open"] .dropdown-arrow{left:0.5rem;}&[hidden]{display:none;}'], ({
|
|
7793
|
+
})(["display:flex;width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available;width:stretch;align-items:center;justify-content:flex-start;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;outline:none;&[aria-selected]{outline:none;}", ';position:relative;&:hover .dropdown-arrow,&[data-state="open"] .dropdown-arrow{left:0.5rem;}&[hidden]{display:none;}'], ({
|
|
7794
7794
|
theme: theme2
|
|
7795
7795
|
}) => `
|
|
7796
7796
|
padding: ${theme2.click.genericMenu.item.space.y} ${theme2.click.genericMenu.item.space.x};
|
|
@@ -34145,7 +34145,7 @@ var __publicField = (obj, key, value) => {
|
|
|
34145
34145
|
})(["visibility:hidden;position:absolute;z-index:-1;height:0;"]);
|
|
34146
34146
|
const SelectGroupContainer = styledComponents.styled.div.withConfig({
|
|
34147
34147
|
componentId: "sc-oudbwg-10"
|
|
34148
|
-
})(["display:flex;flex-direction:column;
|
|
34148
|
+
})(["display:flex;flex-direction:column;justify-content:center;width:-webkit-fill-available;width:fill-available;width:stretch;overflow:hidden;background:transparent;&[aria-selected]{outline:none;}", ";&[hidden]{display:none;}"], ({
|
|
34149
34149
|
theme: theme2
|
|
34150
34150
|
}) => `
|
|
34151
34151
|
font: ${theme2.click.genericMenu.item.typography.sectionHeader.default};
|