@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/dist/chord.esm.js
CHANGED
|
@@ -734,6 +734,36 @@ var EditMyList = (function (_ref) {
|
|
|
734
734
|
}));
|
|
735
735
|
});
|
|
736
736
|
|
|
737
|
+
var Favourite = (function (_ref) {
|
|
738
|
+
var _ref$color = _ref.color,
|
|
739
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
740
|
+
return /*#__PURE__*/createElement("svg", {
|
|
741
|
+
width: "100%",
|
|
742
|
+
height: "100%",
|
|
743
|
+
viewBox: "0 0 24 24",
|
|
744
|
+
fill: "none",
|
|
745
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
746
|
+
}, /*#__PURE__*/createElement("path", {
|
|
747
|
+
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",
|
|
748
|
+
fill: color
|
|
749
|
+
}));
|
|
750
|
+
});
|
|
751
|
+
|
|
752
|
+
var FavouriteFull = (function (_ref) {
|
|
753
|
+
var _ref$color = _ref.color,
|
|
754
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
755
|
+
return /*#__PURE__*/createElement("svg", {
|
|
756
|
+
width: "100%",
|
|
757
|
+
height: "100%",
|
|
758
|
+
viewBox: "0 0 24 24",
|
|
759
|
+
fill: "none",
|
|
760
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
761
|
+
}, /*#__PURE__*/createElement("path", {
|
|
762
|
+
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",
|
|
763
|
+
fill: color
|
|
764
|
+
}));
|
|
765
|
+
});
|
|
766
|
+
|
|
737
767
|
var Filter = (function (_ref) {
|
|
738
768
|
var _ref$color = _ref.color,
|
|
739
769
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
@@ -1897,6 +1927,8 @@ var IconLibrary = {
|
|
|
1897
1927
|
Expand: Expand,
|
|
1898
1928
|
ExternalLink: ExternalLink,
|
|
1899
1929
|
Facebook: Facebook,
|
|
1930
|
+
Favourite: Favourite,
|
|
1931
|
+
FavouriteFull: FavouriteFull,
|
|
1900
1932
|
Filter: Filter,
|
|
1901
1933
|
FindAScreening: FindAScreening,
|
|
1902
1934
|
Forward10: Forward10,
|