@supernova-studio/model 1.74.0 → 1.74.1

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.mjs CHANGED
@@ -4767,6 +4767,8 @@ var FigmaExporterProcessedStylesSchema = z125.object({
4767
4767
  backgroundSize: z125.string().optional(),
4768
4768
  backgroundPosition: z125.string().optional(),
4769
4769
  backgroundRepeat: z125.string().optional(),
4770
+ // Typed as string to support multiple background blend modes
4771
+ backgroundBlendMode: z125.string().optional(),
4770
4772
  backgroundClip: z125.union([z125.literal("border-box"), z125.literal("padding-box"), z125.literal("content-box"), z125.literal("text")]).optional(),
4771
4773
  backgroundOrigin: z125.union([z125.literal("border-box"), z125.literal("padding-box"), z125.literal("content-box")]).optional(),
4772
4774
  opacity: z125.number().optional(),
@@ -4842,6 +4844,8 @@ var FigmaExporterProcessedStylesSchema = z125.object({
4842
4844
  ]).optional(),
4843
4845
  wordBreak: z125.union([z125.literal("normal"), z125.literal("break-all"), z125.literal("keep-all"), z125.literal("break-word")]).optional(),
4844
4846
  textOverflow: z125.union([z125.literal("clip"), z125.literal("ellipsis")]).optional(),
4847
+ WebkitBackgroundClip: z125.literal("text").optional(),
4848
+ WebkitTextFillColor: z125.string().optional(),
4845
4849
  WebkitLineClamp: z125.number().optional(),
4846
4850
  WebkitBoxOrient: z125.literal("vertical").optional(),
4847
4851
  fontFeatureSettings: z125.string().optional(),
@@ -6698,7 +6702,6 @@ var FlaggedFeature = z208.enum([
6698
6702
  "ForgeE2BTemplate",
6699
6703
  "ForgeOnDemandIterations",
6700
6704
  "ForgeAutoRetryOnErrors",
6701
- "ForgeAiBackendMigrated",
6702
6705
  "CustomForgeTemplate",
6703
6706
  "ForgeRestartPlaywright"
6704
6707
  ]);