@royaloperahouse/chord 0.5.6 → 0.5.7
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 +16 -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 +16 -0
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/atoms/Icons/SvgIcons/Utility/Star.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1636,6 +1636,21 @@ var Refresh = (function (_ref) {
|
|
|
1636
1636
|
}));
|
|
1637
1637
|
});
|
|
1638
1638
|
|
|
1639
|
+
var Star = (function (_ref) {
|
|
1640
|
+
var _ref$color = _ref.color,
|
|
1641
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
1642
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
1643
|
+
width: "100%",
|
|
1644
|
+
height: "100%",
|
|
1645
|
+
viewBox: "0 0 48 46",
|
|
1646
|
+
fill: "none",
|
|
1647
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1648
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1649
|
+
d: "M24 0L30.0248 16.7076L47.7764 17.2746L33.7483 28.1674L38.6946 45.2254L24 35.25L9.30537 45.2254L14.2517 28.1674L0.223587 17.2746L17.9752 16.7076L24 0Z",
|
|
1650
|
+
fill: color
|
|
1651
|
+
}));
|
|
1652
|
+
});
|
|
1653
|
+
|
|
1639
1654
|
var AudioDescription = (function (_ref) {
|
|
1640
1655
|
var _ref$color = _ref.color,
|
|
1641
1656
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
@@ -1968,6 +1983,7 @@ var IconLibrary = {
|
|
|
1968
1983
|
Settings: Settings,
|
|
1969
1984
|
Shift: Shift,
|
|
1970
1985
|
Space: Space,
|
|
1986
|
+
Star: Star,
|
|
1971
1987
|
Subscribe: Subscribe,
|
|
1972
1988
|
Subtitles: Subtitles,
|
|
1973
1989
|
Tick: Tick,
|