@supernova-studio/client 0.54.6 → 0.54.8

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.
package/dist/index.d.mts CHANGED
@@ -20570,6 +20570,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
20570
20570
  }[];
20571
20571
  } | null | undefined;
20572
20572
  columnId?: string | null | undefined;
20573
+ swatches?: {
20574
+ id: string;
20575
+ selectedThemeIds: string[];
20576
+ }[] | null | undefined;
20573
20577
  blacklistedElementProperties?: string[] | null | undefined;
20574
20578
  userMetadata?: string | null | undefined;
20575
20579
  } & {
@@ -21137,6 +21141,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21137
21141
  }[];
21138
21142
  } | null | undefined;
21139
21143
  columnId?: string | null | undefined;
21144
+ swatches?: {
21145
+ id: string;
21146
+ selectedThemeIds: string[];
21147
+ }[] | null | undefined;
21140
21148
  blacklistedElementProperties?: string[] | null | undefined;
21141
21149
  userMetadata?: string | null | undefined;
21142
21150
  } & {
@@ -21928,6 +21936,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21928
21936
  }[];
21929
21937
  } | null | undefined;
21930
21938
  columnId?: string | null | undefined;
21939
+ swatches?: {
21940
+ id: string;
21941
+ selectedThemeIds: string[];
21942
+ }[] | null | undefined;
21931
21943
  blacklistedElementProperties?: string[] | null | undefined;
21932
21944
  userMetadata?: string | null | undefined;
21933
21945
  } & {
@@ -22148,6 +22160,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22148
22160
  }[];
22149
22161
  } | null | undefined;
22150
22162
  columnId?: string | null | undefined;
22163
+ swatches?: {
22164
+ id: string;
22165
+ selectedThemeIds: string[];
22166
+ }[] | null | undefined;
22151
22167
  blacklistedElementProperties?: string[] | null | undefined;
22152
22168
  userMetadata?: string | null | undefined;
22153
22169
  } & any)[] | null | undefined;
@@ -22486,6 +22502,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22486
22502
  }[];
22487
22503
  } | null | undefined;
22488
22504
  columnId?: string | null | undefined;
22505
+ swatches?: {
22506
+ id: string;
22507
+ selectedThemeIds: string[];
22508
+ }[] | null | undefined;
22489
22509
  blacklistedElementProperties?: string[] | null | undefined;
22490
22510
  userMetadata?: string | null | undefined;
22491
22511
  } & {
@@ -22706,6 +22726,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22706
22726
  }[];
22707
22727
  } | null | undefined;
22708
22728
  columnId?: string | null | undefined;
22729
+ swatches?: {
22730
+ id: string;
22731
+ selectedThemeIds: string[];
22732
+ }[] | null | undefined;
22709
22733
  blacklistedElementProperties?: string[] | null | undefined;
22710
22734
  userMetadata?: string | null | undefined;
22711
22735
  } & any)[] | null | undefined;
package/dist/index.d.ts CHANGED
@@ -20570,6 +20570,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
20570
20570
  }[];
20571
20571
  } | null | undefined;
20572
20572
  columnId?: string | null | undefined;
20573
+ swatches?: {
20574
+ id: string;
20575
+ selectedThemeIds: string[];
20576
+ }[] | null | undefined;
20573
20577
  blacklistedElementProperties?: string[] | null | undefined;
20574
20578
  userMetadata?: string | null | undefined;
20575
20579
  } & {
@@ -21137,6 +21141,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21137
21141
  }[];
21138
21142
  } | null | undefined;
21139
21143
  columnId?: string | null | undefined;
21144
+ swatches?: {
21145
+ id: string;
21146
+ selectedThemeIds: string[];
21147
+ }[] | null | undefined;
21140
21148
  blacklistedElementProperties?: string[] | null | undefined;
21141
21149
  userMetadata?: string | null | undefined;
21142
21150
  } & {
@@ -21928,6 +21936,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
21928
21936
  }[];
21929
21937
  } | null | undefined;
21930
21938
  columnId?: string | null | undefined;
21939
+ swatches?: {
21940
+ id: string;
21941
+ selectedThemeIds: string[];
21942
+ }[] | null | undefined;
21931
21943
  blacklistedElementProperties?: string[] | null | undefined;
21932
21944
  userMetadata?: string | null | undefined;
21933
21945
  } & {
@@ -22148,6 +22160,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22148
22160
  }[];
22149
22161
  } | null | undefined;
22150
22162
  columnId?: string | null | undefined;
22163
+ swatches?: {
22164
+ id: string;
22165
+ selectedThemeIds: string[];
22166
+ }[] | null | undefined;
22151
22167
  blacklistedElementProperties?: string[] | null | undefined;
22152
22168
  userMetadata?: string | null | undefined;
22153
22169
  } & any)[] | null | undefined;
@@ -22486,6 +22502,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22486
22502
  }[];
22487
22503
  } | null | undefined;
22488
22504
  columnId?: string | null | undefined;
22505
+ swatches?: {
22506
+ id: string;
22507
+ selectedThemeIds: string[];
22508
+ }[] | null | undefined;
22489
22509
  blacklistedElementProperties?: string[] | null | undefined;
22490
22510
  userMetadata?: string | null | undefined;
22491
22511
  } & {
@@ -22706,6 +22726,10 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
22706
22726
  }[];
22707
22727
  } | null | undefined;
22708
22728
  columnId?: string | null | undefined;
22729
+ swatches?: {
22730
+ id: string;
22731
+ selectedThemeIds: string[];
22732
+ }[] | null | undefined;
22709
22733
  blacklistedElementProperties?: string[] | null | undefined;
22710
22734
  userMetadata?: string | null | undefined;
22711
22735
  } & any)[] | null | undefined;
package/dist/index.js CHANGED
@@ -1679,6 +1679,10 @@ var PageBlockTheme = _zod.z.object({
1679
1679
  themeIds: _zod.z.array(_zod.z.string()),
1680
1680
  type: PageBlockThemeType
1681
1681
  });
1682
+ var PageBlockSwatch = _zod.z.object({
1683
+ id: _zod.z.string(),
1684
+ selectedThemeIds: _zod.z.string().array()
1685
+ });
1682
1686
  var PageBlockUrlPreview = _zod.z.object({
1683
1687
  title: nullishToOptional(_zod.z.string()),
1684
1688
  description: nullishToOptional(_zod.z.string()),
@@ -1850,6 +1854,7 @@ var PageBlockBaseV1 = _zod.z.object({
1850
1854
  columnId: nullishToOptional(_zod.z.string()),
1851
1855
  // Token spreadsheet
1852
1856
  theme: nullishToOptional(PageBlockTheme),
1857
+ swatches: nullishToOptional(PageBlockSwatch.array()),
1853
1858
  blacklistedElementProperties: nullishToOptional(_zod.z.array(_zod.z.string())),
1854
1859
  // Arbitrary
1855
1860
  userMetadata: nullishToOptional(_zod.z.string())
@@ -2316,9 +2321,14 @@ var PageBlockItemStorybookValue = _zod.z.object({
2316
2321
  var PageBlockItemTextValue = _zod.z.object({
2317
2322
  value: _zod.z.string()
2318
2323
  });
2324
+ var PageBlockItemSwatch = _zod.z.object({
2325
+ id: _zod.z.string(),
2326
+ selectedThemeIds: _zod.z.string().array()
2327
+ });
2319
2328
  var PageBlockItemTokenValue = _zod.z.object({
2320
2329
  selectedPropertyIds: _zod.z.array(_zod.z.string()).optional(),
2321
2330
  selectedThemeIds: _zod.z.array(_zod.z.string()).optional(),
2331
+ swatches: _zod.z.array(PageBlockItemSwatch).optional(),
2322
2332
  themeDisplayMode: PageBlockThemeDisplayMode.optional(),
2323
2333
  value: _zod.z.array(
2324
2334
  _zod.z.object({