@royaloperahouse/chord 2.4.10-a-chord-development → 2.4.10-b-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.
@@ -12,6 +12,10 @@ export interface FilterConfig {
12
12
  * Array of params of fitler items which will be disabled when this item is toggled on.
13
13
  */
14
14
  disableIfActive: string[];
15
+ /**
16
+ * Optional: id for use in filtering logic in parent component. Not used in the component itself.
17
+ */
18
+ id?: string;
15
19
  }
16
20
  export interface IToggleProps extends AnchorHTMLAttributes<HTMLElement> {
17
21
  isToggleOn: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royaloperahouse/chord",
3
- "version": "2.4.10-a-chord-development",
3
+ "version": "2.4.10-b-chord-development",
4
4
  "author": "Royal Opera House",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",