@ceed/ads 0.0.85 → 0.0.86

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
@@ -45687,6 +45687,11 @@ var currencyInputPropertyControls = {
45687
45687
  type: ControlType10.Boolean,
45688
45688
  defaultValue: false
45689
45689
  },
45690
+ value: {
45691
+ title: "Value",
45692
+ type: ControlType10.Number,
45693
+ defaultValue: void 0
45694
+ },
45690
45695
  onChange: {
45691
45696
  type: ControlType10.EventHandler
45692
45697
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceed/ads",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",