@royaloperahouse/chord 2.2.0-c-chord-development → 2.2.0-d-chord-development

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.
@@ -505,11 +505,11 @@ export interface IReadMoreProps {
505
505
  /**
506
506
  * Intro text to be truncated
507
507
  */
508
- introText?: ReactNode;
508
+ introText: ReactNode;
509
509
  /**
510
510
  * Component to be wrapped in ReadMore comp
511
511
  */
512
- fullText?: ReactNode;
512
+ fullText: ReactNode;
513
513
  /**
514
514
  * Set init open
515
515
  */
@@ -517,11 +517,11 @@ export interface IReadMoreProps {
517
517
  /**
518
518
  * Custom text for link when closed
519
519
  */
520
- showMoreText?: string;
520
+ showMoreText: string;
521
521
  /**
522
522
  * Custom text for link when opened
523
523
  */
524
- hideText?: string;
524
+ hideText: string;
525
525
  /**
526
526
  * Character limit
527
527
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "2.2.0-c-chord-development",
3
+ "version": "2.2.0-d-chord-development",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -112,4 +112,4 @@
112
112
  "dependencies": {
113
113
  "moment": "^2.29.4"
114
114
  }
115
- }
115
+ }