@royaloperahouse/chord 0.5.5 → 0.5.6
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/CHANGELOG.md +3 -0
- package/dist/chord.cjs.development.js +32 -0
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +32 -0
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/atoms/Icons/SvgIcons/Actions/Favourite.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Actions/FavouriteFull.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -742,6 +742,36 @@ var EditMyList = (function (_ref) {
|
|
|
742
742
|
}));
|
|
743
743
|
});
|
|
744
744
|
|
|
745
|
+
var Favourite = (function (_ref) {
|
|
746
|
+
var _ref$color = _ref.color,
|
|
747
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
748
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
749
|
+
width: "100%",
|
|
750
|
+
height: "100%",
|
|
751
|
+
viewBox: "0 0 24 24",
|
|
752
|
+
fill: "none",
|
|
753
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
754
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
755
|
+
d: "M12 4.69994L13.88 8.51994L14.12 8.98994L14.64 9.06994L18.85 9.67994L15.8 12.6799L15.43 13.0499L15.51 13.5599L16.23 17.7599L12.47 15.7599L12 15.5099L11.53 15.7499L7.77 17.7499L8.49 13.5499L8.57 13.0399L8.2 12.6699L5.15 9.66994L9.36 9.05994L9.88 8.97994L10.12 8.50994L12 4.69994ZM12 2.43994L9.22 8.07994L3 8.99994L7.5 13.3899L6.44 19.5799L12 16.6399L17.56 19.5599L16.5 13.3699L21 8.99994L14.78 8.09994L12 2.43994Z",
|
|
756
|
+
fill: color
|
|
757
|
+
}));
|
|
758
|
+
});
|
|
759
|
+
|
|
760
|
+
var FavouriteFull = (function (_ref) {
|
|
761
|
+
var _ref$color = _ref.color,
|
|
762
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
763
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
764
|
+
width: "100%",
|
|
765
|
+
height: "100%",
|
|
766
|
+
viewBox: "0 0 24 24",
|
|
767
|
+
fill: "none",
|
|
768
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
769
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
770
|
+
d: "M9.22 8.07994L12 2.43994L14.78 8.09994L21 8.99994L16.5 13.3699L17.56 19.5599L12 16.6399L6.44 19.5799L7.5 13.3899L3 8.99994L9.22 8.07994Z",
|
|
771
|
+
fill: color
|
|
772
|
+
}));
|
|
773
|
+
});
|
|
774
|
+
|
|
745
775
|
var Filter = (function (_ref) {
|
|
746
776
|
var _ref$color = _ref.color,
|
|
747
777
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
@@ -1905,6 +1935,8 @@ var IconLibrary = {
|
|
|
1905
1935
|
Expand: Expand,
|
|
1906
1936
|
ExternalLink: ExternalLink,
|
|
1907
1937
|
Facebook: Facebook,
|
|
1938
|
+
Favourite: Favourite,
|
|
1939
|
+
FavouriteFull: FavouriteFull,
|
|
1908
1940
|
Filter: Filter,
|
|
1909
1941
|
FindAScreening: FindAScreening,
|
|
1910
1942
|
Forward10: Forward10,
|