@ceed/ads 0.0.37 → 0.0.38
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/framer/index.js +2 -1
- package/package.json +1 -1
package/framer/index.js
CHANGED
|
@@ -35971,7 +35971,8 @@ var skeletonPropertyControls = {
|
|
|
35971
35971
|
variant: {
|
|
35972
35972
|
title: "Variant",
|
|
35973
35973
|
type: ControlType18.Enum,
|
|
35974
|
-
options: ["circular", "rectangular"]
|
|
35974
|
+
options: ["circular", "rectangular"],
|
|
35975
|
+
defaultValue: "rectangular"
|
|
35975
35976
|
},
|
|
35976
35977
|
target: {
|
|
35977
35978
|
title: "Target",
|