@supernova-studio/model 0.53.7 → 0.54.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 +59 -5
- package/dist/index.d.ts +59 -5
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/elements/data/documentation-block-v2.ts +2 -0
- package/src/feature-flags/feature-flags.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2480,7 +2480,9 @@ var PageBlockItemTableImageNode = z44.object({
|
|
|
2480
2480
|
type: z44.literal("Image"),
|
|
2481
2481
|
id: z44.string(),
|
|
2482
2482
|
caption: PageBlockItemImageValue.shape.caption,
|
|
2483
|
-
|
|
2483
|
+
alt: PageBlockItemImageValue.shape.alt,
|
|
2484
|
+
value: PageBlockItemImageValue.shape.value,
|
|
2485
|
+
alignment: PageBlockItemImageValue.shape.alignment
|
|
2484
2486
|
});
|
|
2485
2487
|
var PageBlockItemTableNode = z44.discriminatedUnion("type", [
|
|
2486
2488
|
PageBlockItemTableRichTextNode,
|
|
@@ -4946,7 +4948,7 @@ var ExporterWorkspaceMembership = z155.object({
|
|
|
4946
4948
|
|
|
4947
4949
|
// src/feature-flags/feature-flags.ts
|
|
4948
4950
|
import { z as z156 } from "zod";
|
|
4949
|
-
var FlaggedFeature = z156.enum(["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter"]);
|
|
4951
|
+
var FlaggedFeature = z156.enum(["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder"]);
|
|
4950
4952
|
var FeatureFlagMap = z156.record(FlaggedFeature, z156.boolean());
|
|
4951
4953
|
var FeatureFlag = z156.object({
|
|
4952
4954
|
id: z156.string(),
|