@supernova-studio/client 0.12.0 → 0.13.0
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 +76 -16
- package/dist/index.d.ts +76 -16
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -882,7 +882,10 @@ var PageBlockImageAlignment = z33.enum(["Left", "Center", "Stretch"]);
|
|
|
882
882
|
var PageBlockTableCellAlignment = z33.enum(["Left", "Center", "Right"]);
|
|
883
883
|
var PageBlockPreviewContainerSize = z33.enum(["Centered", "NaturalHeight"]);
|
|
884
884
|
var PageBlockThemeDisplayMode = z33.enum(["Split", "Override"]);
|
|
885
|
-
var PageBlockColorV2 = z33.
|
|
885
|
+
var PageBlockColorV2 = z33.object({
|
|
886
|
+
value: z33.string(),
|
|
887
|
+
referencedTokenId: z33.string().optional()
|
|
888
|
+
});
|
|
886
889
|
var PageBlockAppearanceV2 = z33.object({
|
|
887
890
|
itemBackgroundColor: PageBlockColorV2.optional(),
|
|
888
891
|
numberOfColumns: z33.number().optional()
|