@royaloperahouse/chord 2.3.2-a-chord-development → 2.3.3-a-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.
@@ -1,5 +1,7 @@
1
1
  import { ITextFieldProps } from '../../../types/formTypes';
2
2
  /**
3
+ * @deprecated
4
+ *
3
5
  * # IMPORTANT
4
6
  * Please use the `<TextField />` component instead of this component if possible.
5
7
  * This component was introduced due to incompatibilities between versions of the Chord library.
@@ -436,6 +436,10 @@ export interface ILogosProps {
436
436
  * Color used to fill logos.
437
437
  */
438
438
  fillColor?: Colors.White | Colors.Black;
439
+ /**
440
+ * Text aligned logo variants.
441
+ */
442
+ align?: 'left' | 'center';
439
443
  }
440
444
  export interface ILogosStyledProps extends StyledProps<any> {
441
445
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "2.3.2-a-chord-development",
3
+ "version": "2.3.3-a-chord-development",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",