@supernova-studio/model 1.87.0 → 1.87.2
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 +12 -5
- package/dist/index.d.ts +12 -5
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -48959,6 +48959,7 @@ declare const PageBlockItemStorybookValue: z$1.ZodObject<{
|
|
|
48959
48959
|
showProperties: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
48960
48960
|
showDescription: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
48961
48961
|
showDefaults: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
48962
|
+
showThemeSwitcher: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
48962
48963
|
}, "strip", z$1.ZodTypeAny, {
|
|
48963
48964
|
value?: {
|
|
48964
48965
|
entityId?: string | undefined;
|
|
@@ -48978,6 +48979,7 @@ declare const PageBlockItemStorybookValue: z$1.ZodObject<{
|
|
|
48978
48979
|
showProperties?: boolean | undefined;
|
|
48979
48980
|
showDescription?: boolean | undefined;
|
|
48980
48981
|
showDefaults?: boolean | undefined;
|
|
48982
|
+
showThemeSwitcher?: boolean | undefined;
|
|
48981
48983
|
}, {
|
|
48982
48984
|
value?: {
|
|
48983
48985
|
entityId?: string | undefined;
|
|
@@ -48997,6 +48999,7 @@ declare const PageBlockItemStorybookValue: z$1.ZodObject<{
|
|
|
48997
48999
|
showProperties?: boolean | undefined;
|
|
48998
49000
|
showDescription?: boolean | undefined;
|
|
48999
49001
|
showDefaults?: boolean | undefined;
|
|
49002
|
+
showThemeSwitcher?: boolean | undefined;
|
|
49000
49003
|
}>;
|
|
49001
49004
|
type PageBlockItemStorybookValue = z$1.infer<typeof PageBlockItemStorybookValue>;
|
|
49002
49005
|
declare const PageBlockItemTextValue: z$1.ZodObject<{
|
|
@@ -155585,31 +155588,32 @@ type PulsarContributionConfigurationProperty = z$1.infer<typeof PulsarContributi
|
|
|
155585
155588
|
|
|
155586
155589
|
declare const FeatureFlagDefaults: {
|
|
155587
155590
|
readonly DocumentationIgnoreSnapshotsOnPublish: string;
|
|
155591
|
+
readonly DSVersionRoomYJSStorageVersion: 1;
|
|
155588
155592
|
};
|
|
155589
155593
|
type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
|
|
155590
155594
|
type FeatureFlagDefaultsTypes = {
|
|
155591
155595
|
[K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
|
|
155592
155596
|
};
|
|
155593
|
-
declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize"]>;
|
|
155597
|
+
declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion"]>;
|
|
155594
155598
|
type FlaggedFeature = z$1.infer<typeof FlaggedFeature>;
|
|
155595
|
-
declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize"]>, z$1.ZodBoolean>;
|
|
155599
|
+
declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion"]>, z$1.ZodBoolean>;
|
|
155596
155600
|
type FeatureFlagMap = z$1.infer<typeof FeatureFlagMap>;
|
|
155597
155601
|
declare const FeatureFlag: z$1.ZodObject<{
|
|
155598
155602
|
id: z$1.ZodString;
|
|
155599
|
-
feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize"]>;
|
|
155603
|
+
feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion"]>;
|
|
155600
155604
|
createdAt: z$1.ZodDate;
|
|
155601
155605
|
enabled: z$1.ZodBoolean;
|
|
155602
155606
|
designSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
155603
155607
|
data: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
|
|
155604
155608
|
}, "strip", z$1.ZodTypeAny, {
|
|
155605
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize";
|
|
155609
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize" | "DSVersionRoomYJSStorageVersion";
|
|
155606
155610
|
id: string;
|
|
155607
155611
|
createdAt: Date;
|
|
155608
155612
|
enabled: boolean;
|
|
155609
155613
|
data?: Record<string, any> | null | undefined;
|
|
155610
155614
|
designSystemId?: string | undefined;
|
|
155611
155615
|
}, {
|
|
155612
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize";
|
|
155616
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize" | "DSVersionRoomYJSStorageVersion";
|
|
155613
155617
|
id: string;
|
|
155614
155618
|
createdAt: Date;
|
|
155615
155619
|
enabled: boolean;
|
|
@@ -167418,6 +167422,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
167418
167422
|
isDraftFeatureAdopted: boolean;
|
|
167419
167423
|
}>;
|
|
167420
167424
|
pageHashes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
167425
|
+
storageVersion: z$1.ZodUnion<[z$1.ZodLiteral<1>, z$1.ZodLiteral<2>]>;
|
|
167421
167426
|
}, "strip", z$1.ZodTypeAny, {
|
|
167422
167427
|
groups: {
|
|
167423
167428
|
id: string;
|
|
@@ -167664,6 +167669,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
167664
167669
|
approvalRequiredForPublishing: boolean;
|
|
167665
167670
|
isDraftFeatureAdopted: boolean;
|
|
167666
167671
|
};
|
|
167672
|
+
storageVersion: 1 | 2;
|
|
167667
167673
|
pageHashes?: Record<string, string> | undefined;
|
|
167668
167674
|
}, {
|
|
167669
167675
|
groups: {
|
|
@@ -169063,6 +169069,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
169063
169069
|
approvalRequiredForPublishing: boolean;
|
|
169064
169070
|
isDraftFeatureAdopted: boolean;
|
|
169065
169071
|
};
|
|
169072
|
+
storageVersion: 1 | 2;
|
|
169066
169073
|
pageHashes?: Record<string, string> | undefined;
|
|
169067
169074
|
}>;
|
|
169068
169075
|
type DesignSystemVersionRoomInitialState = z$1.infer<typeof DesignSystemVersionRoomInitialState>;
|
package/dist/index.d.ts
CHANGED
|
@@ -48959,6 +48959,7 @@ declare const PageBlockItemStorybookValue: z$1.ZodObject<{
|
|
|
48959
48959
|
showProperties: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
48960
48960
|
showDescription: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
48961
48961
|
showDefaults: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
48962
|
+
showThemeSwitcher: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
48962
48963
|
}, "strip", z$1.ZodTypeAny, {
|
|
48963
48964
|
value?: {
|
|
48964
48965
|
entityId?: string | undefined;
|
|
@@ -48978,6 +48979,7 @@ declare const PageBlockItemStorybookValue: z$1.ZodObject<{
|
|
|
48978
48979
|
showProperties?: boolean | undefined;
|
|
48979
48980
|
showDescription?: boolean | undefined;
|
|
48980
48981
|
showDefaults?: boolean | undefined;
|
|
48982
|
+
showThemeSwitcher?: boolean | undefined;
|
|
48981
48983
|
}, {
|
|
48982
48984
|
value?: {
|
|
48983
48985
|
entityId?: string | undefined;
|
|
@@ -48997,6 +48999,7 @@ declare const PageBlockItemStorybookValue: z$1.ZodObject<{
|
|
|
48997
48999
|
showProperties?: boolean | undefined;
|
|
48998
49000
|
showDescription?: boolean | undefined;
|
|
48999
49001
|
showDefaults?: boolean | undefined;
|
|
49002
|
+
showThemeSwitcher?: boolean | undefined;
|
|
49000
49003
|
}>;
|
|
49001
49004
|
type PageBlockItemStorybookValue = z$1.infer<typeof PageBlockItemStorybookValue>;
|
|
49002
49005
|
declare const PageBlockItemTextValue: z$1.ZodObject<{
|
|
@@ -155585,31 +155588,32 @@ type PulsarContributionConfigurationProperty = z$1.infer<typeof PulsarContributi
|
|
|
155585
155588
|
|
|
155586
155589
|
declare const FeatureFlagDefaults: {
|
|
155587
155590
|
readonly DocumentationIgnoreSnapshotsOnPublish: string;
|
|
155591
|
+
readonly DSVersionRoomYJSStorageVersion: 1;
|
|
155588
155592
|
};
|
|
155589
155593
|
type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
|
|
155590
155594
|
type FeatureFlagDefaultsTypes = {
|
|
155591
155595
|
[K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
|
|
155592
155596
|
};
|
|
155593
|
-
declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize"]>;
|
|
155597
|
+
declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion"]>;
|
|
155594
155598
|
type FlaggedFeature = z$1.infer<typeof FlaggedFeature>;
|
|
155595
|
-
declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize"]>, z$1.ZodBoolean>;
|
|
155599
|
+
declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion"]>, z$1.ZodBoolean>;
|
|
155596
155600
|
type FeatureFlagMap = z$1.infer<typeof FeatureFlagMap>;
|
|
155597
155601
|
declare const FeatureFlag: z$1.ZodObject<{
|
|
155598
155602
|
id: z$1.ZodString;
|
|
155599
|
-
feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize"]>;
|
|
155603
|
+
feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate", "ForgeRestartPlaywright", "ForgeCopyTemplatePreset", "ForgeSandboxTimeout", "ForgeFileUploadBatchSize", "DSVersionRoomYJSStorageVersion"]>;
|
|
155600
155604
|
createdAt: z$1.ZodDate;
|
|
155601
155605
|
enabled: z$1.ZodBoolean;
|
|
155602
155606
|
designSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
155603
155607
|
data: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
|
|
155604
155608
|
}, "strip", z$1.ZodTypeAny, {
|
|
155605
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize";
|
|
155609
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize" | "DSVersionRoomYJSStorageVersion";
|
|
155606
155610
|
id: string;
|
|
155607
155611
|
createdAt: Date;
|
|
155608
155612
|
enabled: boolean;
|
|
155609
155613
|
data?: Record<string, any> | null | undefined;
|
|
155610
155614
|
designSystemId?: string | undefined;
|
|
155611
155615
|
}, {
|
|
155612
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize";
|
|
155616
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate" | "ForgeRestartPlaywright" | "ForgeCopyTemplatePreset" | "ForgeSandboxTimeout" | "ForgeFileUploadBatchSize" | "DSVersionRoomYJSStorageVersion";
|
|
155613
155617
|
id: string;
|
|
155614
155618
|
createdAt: Date;
|
|
155615
155619
|
enabled: boolean;
|
|
@@ -167418,6 +167422,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
167418
167422
|
isDraftFeatureAdopted: boolean;
|
|
167419
167423
|
}>;
|
|
167420
167424
|
pageHashes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
167425
|
+
storageVersion: z$1.ZodUnion<[z$1.ZodLiteral<1>, z$1.ZodLiteral<2>]>;
|
|
167421
167426
|
}, "strip", z$1.ZodTypeAny, {
|
|
167422
167427
|
groups: {
|
|
167423
167428
|
id: string;
|
|
@@ -167664,6 +167669,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
167664
167669
|
approvalRequiredForPublishing: boolean;
|
|
167665
167670
|
isDraftFeatureAdopted: boolean;
|
|
167666
167671
|
};
|
|
167672
|
+
storageVersion: 1 | 2;
|
|
167667
167673
|
pageHashes?: Record<string, string> | undefined;
|
|
167668
167674
|
}, {
|
|
167669
167675
|
groups: {
|
|
@@ -169063,6 +169069,7 @@ declare const DesignSystemVersionRoomInitialState: z$1.ZodObject<{
|
|
|
169063
169069
|
approvalRequiredForPublishing: boolean;
|
|
169064
169070
|
isDraftFeatureAdopted: boolean;
|
|
169065
169071
|
};
|
|
169072
|
+
storageVersion: 1 | 2;
|
|
169066
169073
|
pageHashes?: Record<string, string> | undefined;
|
|
169067
169074
|
}>;
|
|
169068
169075
|
type DesignSystemVersionRoomInitialState = z$1.infer<typeof DesignSystemVersionRoomInitialState>;
|
package/dist/index.js
CHANGED
|
@@ -2898,7 +2898,8 @@ var PageBlockItemStorybookValue = _zod.z.object({
|
|
|
2898
2898
|
showFooter: _zod.z.boolean().optional(),
|
|
2899
2899
|
showProperties: _zod.z.boolean().optional(),
|
|
2900
2900
|
showDescription: _zod.z.boolean().optional(),
|
|
2901
|
-
showDefaults: _zod.z.boolean().optional()
|
|
2901
|
+
showDefaults: _zod.z.boolean().optional(),
|
|
2902
|
+
showThemeSwitcher: _zod.z.boolean().optional()
|
|
2902
2903
|
});
|
|
2903
2904
|
var PageBlockItemTextValue = _zod.z.object({
|
|
2904
2905
|
value: _zod.z.string()
|
|
@@ -6166,7 +6167,8 @@ var DesignSystemVersionRoomInitialState = _zod.z.object({
|
|
|
6166
6167
|
groupSnapshots: _zod.z.array(ElementGroupSnapshot),
|
|
6167
6168
|
pageApprovals: _zod.z.array(DocumentationPageApproval),
|
|
6168
6169
|
internalSettings: DesignSystemVersionRoomInternalSettings,
|
|
6169
|
-
pageHashes: _zod.z.record(_zod.z.string()).optional()
|
|
6170
|
+
pageHashes: _zod.z.record(_zod.z.string()).optional(),
|
|
6171
|
+
storageVersion: _zod.z.literal(1).or(_zod.z.literal(2))
|
|
6170
6172
|
});
|
|
6171
6173
|
var DesignSystemVersionRoomUpdate = _zod.z.object({
|
|
6172
6174
|
pages: _zod.z.array(DocumentationPageV2),
|
|
@@ -6710,10 +6712,12 @@ var FlaggedFeature = _zod.z.enum([
|
|
|
6710
6712
|
"ForgeRestartPlaywright",
|
|
6711
6713
|
"ForgeCopyTemplatePreset",
|
|
6712
6714
|
"ForgeSandboxTimeout",
|
|
6713
|
-
"ForgeFileUploadBatchSize"
|
|
6715
|
+
"ForgeFileUploadBatchSize",
|
|
6716
|
+
"DSVersionRoomYJSStorageVersion"
|
|
6714
6717
|
]);
|
|
6715
6718
|
var FeatureFlagDefaults = {
|
|
6716
|
-
DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3"
|
|
6719
|
+
DocumentationIgnoreSnapshotsOnPublish: "route-bff+route-p3",
|
|
6720
|
+
DSVersionRoomYJSStorageVersion: 1
|
|
6717
6721
|
};
|
|
6718
6722
|
var FeatureFlagMap = _zod.z.record(FlaggedFeature, _zod.z.boolean());
|
|
6719
6723
|
var FeatureFlag = _zod.z.object({
|