@useinsider/ab-components 0.0.35 → 0.0.36

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/dist/index.d.ts CHANGED
@@ -225,6 +225,7 @@ export declare interface InTextAreaProps {
225
225
  theme?: 'grey' | 'white';
226
226
  rowLength?: number;
227
227
  preventXss?: boolean;
228
+ maxLength?: number;
228
229
  }
229
230
 
230
231
  declare interface MenuItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/ab-components",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"