@supernova-studio/model 1.60.1 → 1.60.3
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 +10 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -73280,6 +73280,9 @@ declare const Theme: z$1.ZodObject<{
|
|
|
73280
73280
|
designSystemVersionId: z$1.ZodString;
|
|
73281
73281
|
createdAt: z$1.ZodDate;
|
|
73282
73282
|
updatedAt: z$1.ZodDate;
|
|
73283
|
+
} & {
|
|
73284
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
73285
|
+
sortOrder: z$1.ZodNumber;
|
|
73283
73286
|
} & {
|
|
73284
73287
|
brandPersistentId: z$1.ZodString;
|
|
73285
73288
|
} & {
|
|
@@ -75648,6 +75651,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
75648
75651
|
designSystemVersionId: string;
|
|
75649
75652
|
codeName: string;
|
|
75650
75653
|
brandPersistentId: string;
|
|
75654
|
+
sortOrder: number;
|
|
75651
75655
|
meta: {
|
|
75652
75656
|
name: string;
|
|
75653
75657
|
description?: string | undefined;
|
|
@@ -76020,6 +76024,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76020
76024
|
referenceResolutionFailed?: boolean | undefined;
|
|
76021
76025
|
} | undefined;
|
|
76022
76026
|
})[];
|
|
76027
|
+
parentPersistentId?: string | undefined;
|
|
76023
76028
|
origin?: {
|
|
76024
76029
|
sources: {
|
|
76025
76030
|
sourceId: string;
|
|
@@ -76037,6 +76042,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76037
76042
|
designSystemVersionId: string;
|
|
76038
76043
|
codeName: string;
|
|
76039
76044
|
brandPersistentId: string;
|
|
76045
|
+
sortOrder: number;
|
|
76040
76046
|
meta: {
|
|
76041
76047
|
name: string;
|
|
76042
76048
|
description?: string | undefined;
|
|
@@ -76409,6 +76415,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76409
76415
|
referenceResolutionFailed?: boolean | undefined;
|
|
76410
76416
|
} | null | undefined;
|
|
76411
76417
|
})[];
|
|
76418
|
+
parentPersistentId?: string | undefined;
|
|
76412
76419
|
origin?: {
|
|
76413
76420
|
sources: {
|
|
76414
76421
|
sourceId: string;
|
|
@@ -142363,6 +142370,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142363
142370
|
}, {
|
|
142364
142371
|
value: string;
|
|
142365
142372
|
}>>;
|
|
142373
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
142366
142374
|
/**
|
|
142367
142375
|
* ID of Select element property definition's option that corresponds to this collection.
|
|
142368
142376
|
*
|
|
@@ -142401,6 +142409,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142401
142409
|
backgroundColor?: {
|
|
142402
142410
|
value: string;
|
|
142403
142411
|
} | undefined;
|
|
142412
|
+
parentPersistentId?: string | undefined;
|
|
142404
142413
|
origin?: {
|
|
142405
142414
|
id: string;
|
|
142406
142415
|
sourceId: string;
|
|
@@ -142418,6 +142427,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142418
142427
|
backgroundColor?: {
|
|
142419
142428
|
value: string;
|
|
142420
142429
|
} | undefined;
|
|
142430
|
+
parentPersistentId?: string | undefined;
|
|
142421
142431
|
origin?: {
|
|
142422
142432
|
id: string;
|
|
142423
142433
|
sourceId: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -73280,6 +73280,9 @@ declare const Theme: z$1.ZodObject<{
|
|
|
73280
73280
|
designSystemVersionId: z$1.ZodString;
|
|
73281
73281
|
createdAt: z$1.ZodDate;
|
|
73282
73282
|
updatedAt: z$1.ZodDate;
|
|
73283
|
+
} & {
|
|
73284
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
73285
|
+
sortOrder: z$1.ZodNumber;
|
|
73283
73286
|
} & {
|
|
73284
73287
|
brandPersistentId: z$1.ZodString;
|
|
73285
73288
|
} & {
|
|
@@ -75648,6 +75651,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
75648
75651
|
designSystemVersionId: string;
|
|
75649
75652
|
codeName: string;
|
|
75650
75653
|
brandPersistentId: string;
|
|
75654
|
+
sortOrder: number;
|
|
75651
75655
|
meta: {
|
|
75652
75656
|
name: string;
|
|
75653
75657
|
description?: string | undefined;
|
|
@@ -76020,6 +76024,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76020
76024
|
referenceResolutionFailed?: boolean | undefined;
|
|
76021
76025
|
} | undefined;
|
|
76022
76026
|
})[];
|
|
76027
|
+
parentPersistentId?: string | undefined;
|
|
76023
76028
|
origin?: {
|
|
76024
76029
|
sources: {
|
|
76025
76030
|
sourceId: string;
|
|
@@ -76037,6 +76042,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76037
76042
|
designSystemVersionId: string;
|
|
76038
76043
|
codeName: string;
|
|
76039
76044
|
brandPersistentId: string;
|
|
76045
|
+
sortOrder: number;
|
|
76040
76046
|
meta: {
|
|
76041
76047
|
name: string;
|
|
76042
76048
|
description?: string | undefined;
|
|
@@ -76409,6 +76415,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76409
76415
|
referenceResolutionFailed?: boolean | undefined;
|
|
76410
76416
|
} | null | undefined;
|
|
76411
76417
|
})[];
|
|
76418
|
+
parentPersistentId?: string | undefined;
|
|
76412
76419
|
origin?: {
|
|
76413
76420
|
sources: {
|
|
76414
76421
|
sourceId: string;
|
|
@@ -142363,6 +142370,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142363
142370
|
}, {
|
|
142364
142371
|
value: string;
|
|
142365
142372
|
}>>;
|
|
142373
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
142366
142374
|
/**
|
|
142367
142375
|
* ID of Select element property definition's option that corresponds to this collection.
|
|
142368
142376
|
*
|
|
@@ -142401,6 +142409,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142401
142409
|
backgroundColor?: {
|
|
142402
142410
|
value: string;
|
|
142403
142411
|
} | undefined;
|
|
142412
|
+
parentPersistentId?: string | undefined;
|
|
142404
142413
|
origin?: {
|
|
142405
142414
|
id: string;
|
|
142406
142415
|
sourceId: string;
|
|
@@ -142418,6 +142427,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142418
142427
|
backgroundColor?: {
|
|
142419
142428
|
value: string;
|
|
142420
142429
|
} | undefined;
|
|
142430
|
+
parentPersistentId?: string | undefined;
|
|
142421
142431
|
origin?: {
|
|
142422
142432
|
id: string;
|
|
142423
142433
|
sourceId: string;
|
package/dist/index.js
CHANGED
|
@@ -3762,7 +3762,7 @@ var ThemeOriginSource = _zod.z.object({
|
|
|
3762
3762
|
var ThemeOrigin = _zod.z.object({
|
|
3763
3763
|
sources: _zod.z.array(ThemeOriginSource)
|
|
3764
3764
|
});
|
|
3765
|
-
var Theme =
|
|
3765
|
+
var Theme = DesignElementGroupableBase.extend(DesignElementBrandedPart.shape).extend({
|
|
3766
3766
|
origin: ThemeOrigin.optional(),
|
|
3767
3767
|
overrides: _zod.z.array(ThemeOverride),
|
|
3768
3768
|
codeName: _zod.z.string()
|
|
@@ -4105,6 +4105,7 @@ var Collection = _zod.z.object({
|
|
|
4105
4105
|
name: _zod.z.string(),
|
|
4106
4106
|
description: _zod.z.string(),
|
|
4107
4107
|
backgroundColor: ColorTokenInlineData.optional(),
|
|
4108
|
+
parentPersistentId: _zod.z.string().optional(),
|
|
4108
4109
|
/**
|
|
4109
4110
|
* ID of Select element property definition's option that corresponds to this collection.
|
|
4110
4111
|
*
|