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

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