@evercam/ui 0.0.58-beta.1 → 0.0.58-beta.4

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.
@@ -481,5 +481,20 @@
481
481
  "type": "string|number|boolean",
482
482
  "description": "",
483
483
  "default": null
484
+ },
485
+ "EExpandableMenu/padding": {
486
+ "type": "number",
487
+ "description": "",
488
+ "default": 4
489
+ },
490
+ "EExpandableMenu/direction": {
491
+ "type": "string",
492
+ "description": "",
493
+ "default": "top"
494
+ },
495
+ "EExpandableMenu/is-mobile": {
496
+ "type": "boolean",
497
+ "description": "",
498
+ "default": false
484
499
  }
485
500
  }