@royaloperahouse/chord 0.7.11 → 0.7.12

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.
@@ -19,6 +19,10 @@ export interface ITickboxProps {
19
19
  * Callback called when tickbox change
20
20
  */
21
21
  onChange?: (checked: boolean) => void;
22
+ /**
23
+ * Data label for tickbox
24
+ */
25
+ dataLabel?: string;
22
26
  }
23
27
  export interface TickboxLabelProps {
24
28
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "0.7.11",
3
+ "version": "0.7.12",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",