@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/dist/chord.esm.js
CHANGED
|
@@ -1628,6 +1628,21 @@ var Refresh = (function (_ref) {
|
|
|
1628
1628
|
}));
|
|
1629
1629
|
});
|
|
1630
1630
|
|
|
1631
|
+
var Star = (function (_ref) {
|
|
1632
|
+
var _ref$color = _ref.color,
|
|
1633
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
1634
|
+
return /*#__PURE__*/createElement("svg", {
|
|
1635
|
+
width: "100%",
|
|
1636
|
+
height: "100%",
|
|
1637
|
+
viewBox: "0 0 48 46",
|
|
1638
|
+
fill: "none",
|
|
1639
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1640
|
+
}, /*#__PURE__*/createElement("path", {
|
|
1641
|
+
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",
|
|
1642
|
+
fill: color
|
|
1643
|
+
}));
|
|
1644
|
+
});
|
|
1645
|
+
|
|
1631
1646
|
var AudioDescription = (function (_ref) {
|
|
1632
1647
|
var _ref$color = _ref.color,
|
|
1633
1648
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
@@ -1960,6 +1975,7 @@ var IconLibrary = {
|
|
|
1960
1975
|
Settings: Settings,
|
|
1961
1976
|
Shift: Shift,
|
|
1962
1977
|
Space: Space,
|
|
1978
|
+
Star: Star,
|
|
1963
1979
|
Subscribe: Subscribe,
|
|
1964
1980
|
Subtitles: Subtitles,
|
|
1965
1981
|
Tick: Tick,
|