@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.
- package/dist/components/molecules/BodyContent/BodyContent.style.d.ts +1 -1
- package/dist/harmonic.cjs.development.js +6 -10
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +6 -10
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/types/editorial.d.ts +0 -8
- package/package.json +1 -1
|
@@ -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
|
*/
|