@royaloperahouse/harmonic 0.12.0-c → 0.12.0-d

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.
@@ -150,14 +150,6 @@ export interface IThemePageHeadingProps {
150
150
  * Header Hierarchy for the title. Default is h1.
151
151
  */
152
152
  hierarchy: HeaderHierarchy;
153
- /**
154
- * Character limit for the text
155
- */
156
- copyCharLimit?: number;
157
- /**
158
- * Character limit for the title
159
- */
160
- titleCharLimit?: number;
161
153
  /**
162
154
  * Class name for theme styling
163
155
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.12.0-c",
3
+ "version": "0.12.0-d",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",