@clickhouse/click-ui 0.0.150 → 0.0.151

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.
@@ -37623,7 +37623,7 @@ const SidebarCollapsibleTitle = ({
37623
37623
  children,
37624
37624
  open: open2,
37625
37625
  onOpenChange,
37626
- iconDir,
37626
+ iconDir = "start",
37627
37627
  icon,
37628
37628
  selected,
37629
37629
  type = "main",
@@ -37640,7 +37640,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
37640
37640
  children,
37641
37641
  open: open2,
37642
37642
  onOpenChange,
37643
- iconDir,
37643
+ iconDir = "start",
37644
37644
  icon,
37645
37645
  selected,
37646
37646
  type = "main",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.150",
3
+ "version": "0.0.151",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",