@supernova-studio/client 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.d.mts +81 -0
- package/dist/index.d.ts +81 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -148,6 +148,7 @@ var FeaturesSummary = z7.object({
|
|
|
148
148
|
designSystemAccessModes: featureToggleSchema,
|
|
149
149
|
designSystemRoles: featureToggleSchema,
|
|
150
150
|
documentationPageRedirects: featureToggleSchema,
|
|
151
|
+
designSystemAdoption: featureToggleSchema,
|
|
151
152
|
analytics: featureLimitedSchema,
|
|
152
153
|
designSystemFileSize: featureLimitedSchema,
|
|
153
154
|
forgeActiveProjects: featureLimitedSchema,
|
|
@@ -3020,7 +3021,6 @@ var GradientLayerValue = z68.object({
|
|
|
3020
3021
|
to: Point2D,
|
|
3021
3022
|
type: GradientType,
|
|
3022
3023
|
aspectRatio: nullishToOptional(z68.number()),
|
|
3023
|
-
// z.number(),
|
|
3024
3024
|
stops: z68.array(GradientStop).min(2)
|
|
3025
3025
|
});
|
|
3026
3026
|
var GradientLayerData = tokenAliasOrValue(GradientLayerValue);
|