@pitcher/canvas-ui 2026.1.15-142258-beta → 2026.1.15-144700-beta

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.
@@ -4857,7 +4857,6 @@ export default function useCanvas(): {
4857
4857
  name: string;
4858
4858
  enabled: boolean;
4859
4859
  type: "base" | "app";
4860
- sidebar_name?: string | undefined;
4861
4860
  }[] | undefined;
4862
4861
  sfdc?: {
4863
4862
  use_static_ip_proxy?: boolean | undefined;
@@ -5190,7 +5189,6 @@ export default function useCanvas(): {
5190
5189
  name: string;
5191
5190
  enabled: boolean;
5192
5191
  type: "base" | "app";
5193
- sidebar_name?: string | undefined;
5194
5192
  }[] | undefined;
5195
5193
  sfdc?: {
5196
5194
  use_static_ip_proxy?: boolean | undefined;
@@ -5514,7 +5512,6 @@ export default function useCanvas(): {
5514
5512
  readonly name: string;
5515
5513
  readonly enabled: boolean;
5516
5514
  readonly type: "base" | "app";
5517
- readonly sidebar_name?: string | undefined;
5518
5515
  }[] | undefined;
5519
5516
  readonly sfdc?: {
5520
5517
  readonly use_static_ip_proxy?: boolean | undefined;
@@ -5837,7 +5834,6 @@ export default function useCanvas(): {
5837
5834
  readonly name: string;
5838
5835
  readonly enabled: boolean;
5839
5836
  readonly type: "base" | "app";
5840
- readonly sidebar_name?: string | undefined;
5841
5837
  }[] | undefined;
5842
5838
  readonly sfdc?: {
5843
5839
  readonly use_static_ip_proxy?: boolean | undefined;
@@ -108,7 +108,6 @@ export type OrganizationSettings = {
108
108
  name: string;
109
109
  enabled: boolean;
110
110
  type: 'base' | 'app';
111
- sidebar_name?: string;
112
111
  }[];
113
112
  sfdc?: {
114
113
  use_static_ip_proxy?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitcher/canvas-ui",
3
- "version": "2026.1.15-142258-beta",
3
+ "version": "2026.1.15-144700-beta",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"