@supernova-studio/model 0.53.8 → 0.54.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.mjs CHANGED
@@ -4948,7 +4948,7 @@ var ExporterWorkspaceMembership = z155.object({
4948
4948
 
4949
4949
  // src/feature-flags/feature-flags.ts
4950
4950
  import { z as z156 } from "zod";
4951
- var FlaggedFeature = z156.enum(["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter"]);
4951
+ var FlaggedFeature = z156.enum(["FigmaImporterV2", "ShadowOpacityOptional", "DisableImporter", "VariablesOrder"]);
4952
4952
  var FeatureFlagMap = z156.record(FlaggedFeature, z156.boolean());
4953
4953
  var FeatureFlag = z156.object({
4954
4954
  id: z156.string(),