@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.
Files changed (2) hide show
  1. package/framer/index.js +2 -1
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceed/ads",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",