@royaloperahouse/harmonic 0.18.3-a → 0.18.3-b
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/components/atoms/Icons/SvgIcons/Access/Captioned.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Access/FamilyFriendly.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +2 -0
- package/dist/components/molecules/SkipToMain/SkipToMain.style.d.ts +1 -1
- package/dist/components/organisms/Carousels/HighlightsCarousel/helper.d.ts +1 -1
- package/dist/harmonic.cjs.development.js +51 -0
- 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 +51 -0
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/harmonic.esm.js
CHANGED
|
@@ -2175,6 +2175,55 @@ var OpenCaptions = (function (_ref) {
|
|
|
2175
2175
|
}));
|
|
2176
2176
|
});
|
|
2177
2177
|
|
|
2178
|
+
var Captioned = (function (_ref) {
|
|
2179
|
+
var _ref$color = _ref.color,
|
|
2180
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color,
|
|
2181
|
+
ariaLabel = _ref.ariaLabel;
|
|
2182
|
+
return /*#__PURE__*/createElement("svg", {
|
|
2183
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2184
|
+
width: "100%",
|
|
2185
|
+
height: "100%",
|
|
2186
|
+
viewBox: "0 0 25 25",
|
|
2187
|
+
fill: "none",
|
|
2188
|
+
"aria-label": ariaLabel
|
|
2189
|
+
}, /*#__PURE__*/createElement("path", {
|
|
2190
|
+
d: "M21 5V19H3V5H21ZM22 4H2V20H22V4Z",
|
|
2191
|
+
fill: color
|
|
2192
|
+
}), /*#__PURE__*/createElement("path", {
|
|
2193
|
+
d: "M9.23998 12.89C9.23998 13.43 9.12999 13.91 8.87999 14.29C8.53999 14.83 7.92999 15.12 7.17999 15.12C6.33999 15.12 5.63998 14.71 5.23998 13.91C4.98998 13.41 4.85999 12.76 4.85999 12.01C4.85999 10.12 5.68999 8.91 7.18999 8.91C8.28999 8.91 9.06998 9.71 9.06998 10.85C9.06998 10.94 9.06999 11.14 9.03999 11.25L8.06998 11.29C8.08998 11.21 8.09999 11.06 8.09999 10.92C8.09999 10.31 7.79999 9.8 7.18999 9.8C6.35999 9.8 5.92999 10.68 5.92999 12.01C5.92999 12.53 5.98999 12.98 6.11999 13.34C6.28999 13.82 6.59999 14.22 7.18999 14.22C7.93999 14.22 8.30999 13.71 8.34999 12.69L9.24999 12.74V12.88L9.23998 12.89Z",
|
|
2194
|
+
fill: color
|
|
2195
|
+
}), /*#__PURE__*/createElement("path", {
|
|
2196
|
+
d: "M13.31 15L12.94 13.77H10.99L10.62 15H9.59998L11.47 9.05H12.49L14.36 15H13.3H13.31ZM12.27 11.56C12.16 11.21 12.07 10.91 11.97 10.52C11.86 10.92 11.77 11.25 11.67 11.56L11.25 12.92H12.68L12.26 11.56H12.27Z",
|
|
2197
|
+
fill: color
|
|
2198
|
+
}), /*#__PURE__*/createElement("path", {
|
|
2199
|
+
d: "M15.17 15V9.05H17.27C17.88 9.05 18.27 9.21 18.56 9.47C18.93 9.8 19.12 10.29 19.12 10.83C19.12 11.37 18.92 11.86 18.56 12.19C18.27 12.45 17.88 12.61 17.27 12.61H16.23V14.99H15.17V15ZM17.11 11.73C17.52 11.73 17.71 11.64 17.84 11.48C17.98 11.32 18.06 11.09 18.06 10.83C18.06 10.57 17.98 10.35 17.84 10.18C17.71 10.03 17.52 9.93 17.11 9.93H16.23V11.72H17.11V11.73Z",
|
|
2200
|
+
fill: color
|
|
2201
|
+
}));
|
|
2202
|
+
});
|
|
2203
|
+
|
|
2204
|
+
var FamilyFriendly = (function (_ref) {
|
|
2205
|
+
var _ref$color = _ref.color,
|
|
2206
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color,
|
|
2207
|
+
ariaLabel = _ref.ariaLabel;
|
|
2208
|
+
return /*#__PURE__*/createElement("svg", {
|
|
2209
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2210
|
+
width: "100%",
|
|
2211
|
+
height: "100%",
|
|
2212
|
+
viewBox: "0 0 25 25",
|
|
2213
|
+
fill: "none",
|
|
2214
|
+
"aria-label": ariaLabel
|
|
2215
|
+
}, /*#__PURE__*/createElement("path", {
|
|
2216
|
+
d: "M21 5V19H3V5H21ZM22 4H2V20H22V4Z",
|
|
2217
|
+
fill: color
|
|
2218
|
+
}), /*#__PURE__*/createElement("path", {
|
|
2219
|
+
d: "M8.21 15V9.04999H11.57V9.93999H9.28V11.64H10.89V12.49H9.28V15H8.22H8.21Z",
|
|
2220
|
+
fill: color
|
|
2221
|
+
}), /*#__PURE__*/createElement("path", {
|
|
2222
|
+
d: "M12.48 15V9.04999H15.84V9.93999H13.55V11.64H15.16V12.49H13.55V15H12.49H12.48Z",
|
|
2223
|
+
fill: color
|
|
2224
|
+
}));
|
|
2225
|
+
});
|
|
2226
|
+
|
|
2178
2227
|
var Forward10 = (function (_ref) {
|
|
2179
2228
|
var _ref$color = _ref.color,
|
|
2180
2229
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color,
|
|
@@ -2480,6 +2529,7 @@ var IconLibrary = {
|
|
|
2480
2529
|
Clips: Clips,
|
|
2481
2530
|
Clock: Clock,
|
|
2482
2531
|
Close: Close,
|
|
2532
|
+
Captioned: Captioned,
|
|
2483
2533
|
ClosedCaptions: ClosedCaptions,
|
|
2484
2534
|
Confirm: Confirm,
|
|
2485
2535
|
CreditCard: CreditCard,
|
|
@@ -2492,6 +2542,7 @@ var IconLibrary = {
|
|
|
2492
2542
|
Expand12px: Expand12px,
|
|
2493
2543
|
ExternalLink: ExternalLink,
|
|
2494
2544
|
Facebook: Facebook,
|
|
2545
|
+
FamilyFriendly: FamilyFriendly,
|
|
2495
2546
|
Favourite: Favourite,
|
|
2496
2547
|
FavouriteFull: FavouriteFull,
|
|
2497
2548
|
Filter: Filter,
|