@opendesign/octopus-ts
Advanced tools
Comparing version 3.1.1 to 3.2.0
@@ -488,2 +488,3 @@ /** | ||
| components['schemas']['EffectBoundedBlur'] | ||
| components['schemas']['EffectBackgroundBlur'] | ||
| components['schemas']['EffectOther'] | ||
@@ -553,2 +554,9 @@ /** Effect type enum. */ | ||
} | ||
/** Background blur effect. */ | ||
EffectBackgroundBlur: components['schemas']['EffectBase'] & { | ||
type: 'BACKGROUND_BLUR' | ||
/** Intensity of the blur (radius). */ | ||
blur: number | ||
filters?: components['schemas']['ImageFilter'][] | ||
} | ||
/** Arbitrary other effect description. */ | ||
@@ -555,0 +563,0 @@ EffectOther: components['schemas']['EffectBase'] & { |
{ | ||
"name": "@opendesign/octopus-ts", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist/octopus.ts", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
28470
681
1