@supernova-studio/model 1.73.0 → 1.74.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 +30 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4706,6 +4706,13 @@ var FigmaExporterProcessedStylesSchema = z125.object({
|
|
|
4706
4706
|
z125.literal("center"),
|
|
4707
4707
|
z125.literal("baseline")
|
|
4708
4708
|
]).optional(),
|
|
4709
|
+
justifySelf: z125.union([
|
|
4710
|
+
z125.literal("auto"),
|
|
4711
|
+
z125.literal("stretch"),
|
|
4712
|
+
z125.literal("flex-start"),
|
|
4713
|
+
z125.literal("flex-end"),
|
|
4714
|
+
z125.literal("center")
|
|
4715
|
+
]).optional(),
|
|
4709
4716
|
flexGrow: z125.number().optional(),
|
|
4710
4717
|
flexShrink: z125.number().optional(),
|
|
4711
4718
|
flexBasis: z125.string().optional(),
|