@royaloperahouse/harmonic 0.12.0-h → 0.12.0-j

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.
@@ -346,10 +346,10 @@ export declare type ListingRole = {
346
346
  dataROH?: string;
347
347
  };
348
348
  export interface IPeopleListing {
349
- /**
350
- * List of roles to be displayed
351
- */
349
+ /** List of roles to be displayed */
352
350
  roles: ListingRole[];
351
+ /** Custom CSS classes */
352
+ className?: string;
353
353
  }
354
354
  export interface IPagination {
355
355
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/harmonic",
3
- "version": "0.12.0-h",
3
+ "version": "0.12.0-j",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",