@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.
- package/framer/index.js +5 -0
- 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
|
},
|