@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.
Files changed (2) hide show
  1. package/framer/index.js +10 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceed/ads",
3
- "version": "0.0.76",
3
+ "version": "0.0.77",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",