@clickhouse/click-ui 0.0.194 → 0.0.195

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.
@@ -7956,7 +7956,7 @@ DropdownTrigger.displayName = "DropdownTrigger";
7956
7956
  Dropdown.Trigger = DropdownTrigger;
7957
7957
  const DropdownMenuContent = styled(GenericMenuPanel).withConfig({
7958
7958
  componentId: "sc-18bhwbw-2"
7959
- })(["min-width:", ";flex-direction:column;z-index:1;overflow-y:scroll;max-height:calc( (var(--radix-", "-content-available-height) - 100px) );"], ({
7959
+ })(["min-width:", ";flex-direction:column;z-index:1;overflow-y:auto;max-height:calc( (var(--radix-", "-content-available-height) - 100px) );"], ({
7960
7960
  theme: theme2
7961
7961
  }) => theme2.click.genericMenu.item.size.minWidth, ({
7962
7962
  $type
@@ -7971,7 +7971,7 @@ var __publicField = (obj, key, value) => {
7971
7971
  Dropdown.Trigger = DropdownTrigger;
7972
7972
  const DropdownMenuContent = styledComponents.styled(GenericMenuPanel).withConfig({
7973
7973
  componentId: "sc-18bhwbw-2"
7974
- })(["min-width:", ";flex-direction:column;z-index:1;overflow-y:scroll;max-height:calc( (var(--radix-", "-content-available-height) - 100px) );"], ({
7974
+ })(["min-width:", ";flex-direction:column;z-index:1;overflow-y:auto;max-height:calc( (var(--radix-", "-content-available-height) - 100px) );"], ({
7975
7975
  theme: theme2
7976
7976
  }) => theme2.click.genericMenu.item.size.minWidth, ({
7977
7977
  $type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.194",
3
+ "version": "0.0.195",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",