@supernova-studio/client 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.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
|
@@ -4240,6 +4240,8 @@ var FigmaExporterProcessedStylesSchema = z125.object({
|
|
|
4240
4240
|
backgroundSize: z125.string().optional(),
|
|
4241
4241
|
backgroundPosition: z125.string().optional(),
|
|
4242
4242
|
backgroundRepeat: z125.string().optional(),
|
|
4243
|
+
// Typed as string to support multiple background blend modes
|
|
4244
|
+
backgroundBlendMode: z125.string().optional(),
|
|
4243
4245
|
backgroundClip: z125.union([z125.literal("border-box"), z125.literal("padding-box"), z125.literal("content-box"), z125.literal("text")]).optional(),
|
|
4244
4246
|
backgroundOrigin: z125.union([z125.literal("border-box"), z125.literal("padding-box"), z125.literal("content-box")]).optional(),
|
|
4245
4247
|
opacity: z125.number().optional(),
|
|
@@ -4315,6 +4317,8 @@ var FigmaExporterProcessedStylesSchema = z125.object({
|
|
|
4315
4317
|
]).optional(),
|
|
4316
4318
|
wordBreak: z125.union([z125.literal("normal"), z125.literal("break-all"), z125.literal("keep-all"), z125.literal("break-word")]).optional(),
|
|
4317
4319
|
textOverflow: z125.union([z125.literal("clip"), z125.literal("ellipsis")]).optional(),
|
|
4320
|
+
WebkitBackgroundClip: z125.literal("text").optional(),
|
|
4321
|
+
WebkitTextFillColor: z125.string().optional(),
|
|
4318
4322
|
WebkitLineClamp: z125.number().optional(),
|
|
4319
4323
|
WebkitBoxOrient: z125.literal("vertical").optional(),
|
|
4320
4324
|
fontFeatureSettings: z125.string().optional(),
|
|
@@ -5838,7 +5842,6 @@ var FlaggedFeature = z208.enum([
|
|
|
5838
5842
|
"ForgeE2BTemplate",
|
|
5839
5843
|
"ForgeOnDemandIterations",
|
|
5840
5844
|
"ForgeAutoRetryOnErrors",
|
|
5841
|
-
"ForgeAiBackendMigrated",
|
|
5842
5845
|
"CustomForgeTemplate",
|
|
5843
5846
|
"ForgeRestartPlaywright"
|
|
5844
5847
|
]);
|