@ceed/ads 0.0.76 → 0.0.77
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 +10 -0
- package/package.json +1 -1
package/framer/index.js
CHANGED
|
@@ -42709,6 +42709,16 @@ var textareaPropertyControls = {
|
|
|
42709
42709
|
type: ControlType26.Enum,
|
|
42710
42710
|
options: ["sm", "md", "lg"],
|
|
42711
42711
|
defaultValue: "md"
|
|
42712
|
+
},
|
|
42713
|
+
minRows: {
|
|
42714
|
+
title: "Min Rows",
|
|
42715
|
+
type: ControlType26.Number,
|
|
42716
|
+
defaultValue: void 0
|
|
42717
|
+
},
|
|
42718
|
+
maxRows: {
|
|
42719
|
+
title: "Max Rows",
|
|
42720
|
+
type: ControlType26.Number,
|
|
42721
|
+
defaultValue: void 0
|
|
42712
42722
|
}
|
|
42713
42723
|
};
|
|
42714
42724
|
|