@supernova-studio/model 1.92.2 → 1.92.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.mjs CHANGED
@@ -155,6 +155,7 @@ var FeaturesSummary = z7.object({
155
155
  designSystemAccessModes: featureToggleSchema,
156
156
  designSystemRoles: featureToggleSchema,
157
157
  documentationPageRedirects: featureToggleSchema,
158
+ designSystemAdoption: featureToggleSchema,
158
159
  analytics: featureLimitedSchema,
159
160
  designSystemFileSize: featureLimitedSchema,
160
161
  forgeActiveProjects: featureLimitedSchema,
@@ -3235,7 +3236,6 @@ var GradientLayerValue = z68.object({
3235
3236
  to: Point2D,
3236
3237
  type: GradientType,
3237
3238
  aspectRatio: nullishToOptional(z68.number()),
3238
- // z.number(),
3239
3239
  stops: z68.array(GradientStop).min(2)
3240
3240
  });
3241
3241
  var GradientLayerData = tokenAliasOrValue(GradientLayerValue);