@ceed/ads 0.0.37 → 0.0.39

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 +7 -1
  2. package/package.json +1 -1
package/framer/index.js CHANGED
@@ -35971,11 +35971,17 @@ 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",
35978
35979
  type: ControlType18.ComponentInstance
35980
+ },
35981
+ loading: {
35982
+ title: "Loading",
35983
+ type: ControlType18.Boolean,
35984
+ defaultValue: false
35979
35985
  }
35980
35986
  };
35981
35987
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceed/ads",
3
- "version": "0.0.37",
3
+ "version": "0.0.39",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",