@royaloperahouse/harmonic 0.6.1-b → 0.6.2-a
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/harmonic.cjs.development.js +2 -2
- 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 +2 -2
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/harmonic.esm.js
CHANGED
|
@@ -8781,9 +8781,9 @@ var HotFilters = function HotFilters(_ref) {
|
|
|
8781
8781
|
return handleClick(index, _onClick);
|
|
8782
8782
|
},
|
|
8783
8783
|
iconName: isSelected ? 'Confirm' : undefined,
|
|
8784
|
-
backgroundColor: isSelected ? '
|
|
8784
|
+
backgroundColor: isSelected ? 'base-black' : 'base-white',
|
|
8785
8785
|
textColor: isSelected ? 'base-white' : 'base-black',
|
|
8786
|
-
hoveredColor:
|
|
8786
|
+
hoveredColor: "base-black",
|
|
8787
8787
|
pressedColor: "black-pressed"
|
|
8788
8788
|
}, rest), text);
|
|
8789
8789
|
})));
|