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