@evercam/ui 0.0.55-beta.23 → 0.0.55-beta.25

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.
@@ -417,6 +417,34 @@
417
417
  "description": "",
418
418
  "default": false
419
419
  },
420
+ "EReadMore/content": {
421
+ "type": "array|string",
422
+ "description": ""
423
+ },
424
+ "EReadMore/max-length": {
425
+ "type": "number",
426
+ "description": ""
427
+ },
428
+ "EReadMore/show-all": {
429
+ "type": "boolean",
430
+ "description": "",
431
+ "default": false
432
+ },
433
+ "EReadMore/expand-text": {
434
+ "type": "string",
435
+ "description": "",
436
+ "default": "see more..."
437
+ },
438
+ "EReadMore/collapse-text": {
439
+ "type": "string",
440
+ "description": "",
441
+ "default": "less"
442
+ },
443
+ "EReadMore/more-text-with-placeholder": {
444
+ "type": "string",
445
+ "description": "",
446
+ "default": "and {count} more..."
447
+ },
420
448
  "EToggleSwitch/options": {
421
449
  "type": "array",
422
450
  "description": ""