@clickhouse/click-ui 0.0.121 → 0.0.122

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.
@@ -79,7 +79,7 @@ export interface FlyoutFooterProps extends Omit<ContainerProps<"div">, "orientai
79
79
  interface FlyoutButtonProps extends Omit<ButtonProps, "children"> {
80
80
  children?: never;
81
81
  }
82
- interface FlyoutCodeBlockProps {
82
+ interface FlyoutCodeBlockProps extends ContainerProps {
83
83
  language?: string;
84
84
  statement: string;
85
85
  showLineNumbers?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.121",
3
+ "version": "0.0.122",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",