@royaloperahouse/harmonic 0.18.3-b → 0.18.3-c
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/dist/components/atoms/Icons/SvgIcons/Access/TouchTour.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +1 -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 +34 -10
- 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 +34 -10
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -77,6 +77,7 @@ export declare const IconLibrary: {
|
|
|
77
77
|
Tick: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
78
78
|
Tickets: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
79
79
|
Tiktok: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
80
|
+
TouchTour: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
80
81
|
Trailer: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
81
82
|
Twitter: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
82
83
|
User: ({ color, ariaLabel }: import("../../../../types/iconTypes").IconSVGProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
interface FocusableTabProps {
|
|
2
2
|
hide?: boolean;
|
|
3
3
|
}
|
|
4
|
-
export declare const FocusableTab: import("styled-components").StyledComponent<({ title, titleLink, onClick, onFocus, onReset, selected, iconName, iconDirection, withIcon, withTextInMobile, trimText, className, role, ariaLabel, color, dataTestId, isOpen, }: import("../../../types/types").ITabProps) => import("react").JSX.Element, any, FocusableTabProps, never>;
|
|
4
|
+
export declare const FocusableTab: import("styled-components").StyledComponent<({ title, titleLink, onClick, onFocus, onReset, selected, iconName, iconDirection, withIcon, withTextInMobile, trimText, className, role, ariaLabel, tabLinkId, color, dataTestId, isOpen, }: import("../../../types/types").ITabProps) => import("react").JSX.Element, any, FocusableTabProps, never>;
|
|
5
5
|
export declare const HiddenBlock: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
6
|
export {};
|
|
@@ -279,7 +279,7 @@ export declare const processSlideLinks: (links: EditorialLink[]) => {
|
|
|
279
279
|
onTransitionEnd?: ((event: import("react").TransitionEvent<HTMLAnchorElement>) => void) | undefined;
|
|
280
280
|
onTransitionEndCapture?: ((event: import("react").TransitionEvent<HTMLAnchorElement>) => void) | undefined;
|
|
281
281
|
text: string;
|
|
282
|
-
iconName?: "AddToMyList" | "Arrow" | "ArrowPagination" | "AudioDescription" | "Back10" | "BalletAndDance" | "Basket" | "BasketFull" | "BritishSignLanguage" | "BookTickets" | "CarouselArrow" | "ChooseDates" | "Cinema" | "Clips" | "Clock" | "Close" | "Captioned" | "ClosedCaptions" | "Confirm" | "CreditCard" | "Delete" | "Detract" | "DropdownArrow" | "EditMyList" | "Email" | "Expand" | "Expand12px" | "ExternalLink" | "Facebook" | "FamilyFriendly" | "Favourite" | "FavouriteFull" | "Filter" | "FindAScreening" | "Forward10" | "FullScreen" | "GridView" | "Home" | "Info" | "Instagram" | "LastPageArrow" | "List" | "ListView" | "LiveStream" | "Location" | "Menu" | "Minimise" | "Muted" | "NavLogoMobile" | "NavLogoNoCrest" | "NavLogoWithCrest" | "OnMyList" | "OpenCaptions" | "OperaAndMusic" | "Pause" | "PDF" | "Phone" | "Play" | "Print" | "Refresh" | "RelaxedPerformance" | "Reminder" | "Remove" | "Remove12px" | "Restart" | "Search" | "Seat" | "Secure" | "Settings" | "Shift" | "Space" | "Standing" | "Star" | "Subscribe" | "Subtitles" | "Tick" | "Tickets" | "Tiktok" | "Trailer" | "Twitter" | "User" | "UserSignedIn" | "Volume" | "Watch" | "Wheelchair" | "X" | "Youtube" | undefined;
|
|
282
|
+
iconName?: "AddToMyList" | "Arrow" | "ArrowPagination" | "AudioDescription" | "Back10" | "BalletAndDance" | "Basket" | "BasketFull" | "BritishSignLanguage" | "BookTickets" | "CarouselArrow" | "ChooseDates" | "Cinema" | "Clips" | "Clock" | "Close" | "Captioned" | "ClosedCaptions" | "Confirm" | "CreditCard" | "Delete" | "Detract" | "DropdownArrow" | "EditMyList" | "Email" | "Expand" | "Expand12px" | "ExternalLink" | "Facebook" | "FamilyFriendly" | "Favourite" | "FavouriteFull" | "Filter" | "FindAScreening" | "Forward10" | "FullScreen" | "GridView" | "Home" | "Info" | "Instagram" | "LastPageArrow" | "List" | "ListView" | "LiveStream" | "Location" | "Menu" | "Minimise" | "Muted" | "NavLogoMobile" | "NavLogoNoCrest" | "NavLogoWithCrest" | "OnMyList" | "OpenCaptions" | "OperaAndMusic" | "Pause" | "PDF" | "Phone" | "Play" | "Print" | "Refresh" | "RelaxedPerformance" | "Reminder" | "Remove" | "Remove12px" | "Restart" | "Search" | "Seat" | "Secure" | "Settings" | "Shift" | "Space" | "Standing" | "Star" | "Subscribe" | "Subtitles" | "Tick" | "Tickets" | "Tiktok" | "TouchTour" | "Trailer" | "Twitter" | "User" | "UserSignedIn" | "Volume" | "Watch" | "Wheelchair" | "X" | "Youtube" | undefined;
|
|
283
283
|
iconDirection?: "left" | "right" | "up" | "down" | "reverse" | undefined;
|
|
284
284
|
textColor?: "primary" | "primary-red" | "primary-black" | "base-white" | "base-black" | "base-dark-grey" | "base-mid-grey" | "base-light-grey" | "base-transparent" | "state-error" | "state-medium" | "state-good" | "state-focused" | "state-disabled" | "rbo-red-hovered" | "rbo-red-pressed" | "rbo-black-hovered" | "rbo-black-pressed" | "black-hovered" | "black-pressed" | "white-hovered" | "white-pressed" | "secondary-yellow" | "secondary-pink" | "secondary-orange" | "secondary-blue" | undefined;
|
|
285
285
|
backgroundColor?: "primary" | "primary-red" | "primary-black" | "base-white" | "base-black" | "base-dark-grey" | "base-mid-grey" | "base-light-grey" | "base-transparent" | "state-error" | "state-medium" | "state-good" | "state-focused" | "state-disabled" | "rbo-red-hovered" | "rbo-red-pressed" | "rbo-black-hovered" | "rbo-black-pressed" | "black-hovered" | "black-pressed" | "white-hovered" | "white-pressed" | "secondary-yellow" | "secondary-pink" | "secondary-orange" | "secondary-blue" | undefined;
|
|
@@ -2018,7 +2018,7 @@ var AudioDescription = (function (_ref) {
|
|
|
2018
2018
|
return /*#__PURE__*/React.createElement("svg", {
|
|
2019
2019
|
width: "100%",
|
|
2020
2020
|
height: "100%",
|
|
2021
|
-
viewBox: "0 0
|
|
2021
|
+
viewBox: "0 0 25 25",
|
|
2022
2022
|
fill: "none",
|
|
2023
2023
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2024
2024
|
"aria-label": ariaLabel
|
|
@@ -2026,10 +2026,10 @@ var AudioDescription = (function (_ref) {
|
|
|
2026
2026
|
d: "M21 5V19H3V5H21ZM22 4H2V20H22V4Z",
|
|
2027
2027
|
fill: color
|
|
2028
2028
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2029
|
-
d: "
|
|
2029
|
+
d: "M10.8194 15.0008L10.4494 13.7708H8.49937L8.12937 15.0008H7.10938L8.97937 9.05078H9.99937L11.8694 15.0008H10.8094H10.8194ZM9.76938 11.5608C9.65938 11.2108 9.56938 10.9108 9.46938 10.5208C9.35938 10.9208 9.26937 11.2508 9.16937 11.5608L8.74937 12.9208H10.1794L9.75938 11.5608H9.76938Z",
|
|
2030
2030
|
fill: color
|
|
2031
2031
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2032
|
-
d: "M12.
|
|
2032
|
+
d: "M12.6797 15.0008V9.05078H14.3797C15.1197 9.05078 15.5597 9.21078 15.9097 9.49078C16.5697 10.0208 16.8497 10.9508 16.8497 12.0208C16.8497 13.0908 16.5697 14.0308 15.9097 14.5508C15.5597 14.8308 15.1197 14.9908 14.3797 14.9908H12.6797V15.0008ZM14.1197 14.1108C14.6597 14.1108 14.9197 14.0908 15.1597 13.9108C15.6997 13.5108 15.7797 12.5308 15.7797 12.0208C15.7797 11.5108 15.6997 10.5308 15.1597 10.1308C14.9197 9.95078 14.6697 9.93078 14.1197 9.93078H13.7397V14.0908H14.1197V14.1108Z",
|
|
2033
2033
|
fill: color
|
|
2034
2034
|
}));
|
|
2035
2035
|
});
|
|
@@ -2069,16 +2069,16 @@ var BritishSignLanguage = (function (_ref) {
|
|
|
2069
2069
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2070
2070
|
"aria-label": ariaLabel
|
|
2071
2071
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2072
|
-
d: "M21
|
|
2072
|
+
d: "M21 5V19H3V5H21ZM22 4H2V20H22V4Z",
|
|
2073
2073
|
fill: color
|
|
2074
2074
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2075
|
-
d: "M5.
|
|
2075
|
+
d: "M5.32031 14.9988V9.04883H7.52031C8.18031 9.04883 8.62031 9.28883 8.91031 9.66883C9.11031 9.91883 9.23031 10.2588 9.23031 10.6088C9.23031 11.1788 8.93031 11.7488 8.34031 11.9388C8.95031 12.1288 9.40031 12.6688 9.40031 13.3988C9.40031 13.9288 9.17031 14.3488 8.85031 14.6288C8.58031 14.8688 8.23031 14.9988 7.55031 14.9988H5.32031ZM7.31031 11.5688C7.68031 11.5688 7.85031 11.4888 7.97031 11.3488C8.10031 11.1988 8.17031 10.9788 8.17031 10.7588C8.17031 10.5188 8.10031 10.3088 7.97031 10.1588C7.85031 10.0188 7.68031 9.93883 7.31031 9.93883H6.38031V11.5688H7.31031ZM7.45031 14.1088C7.86031 14.1088 8.04031 14.0088 8.17031 13.8188C8.27031 13.6788 8.33031 13.4788 8.33031 13.2788C8.33031 13.0588 8.27031 12.8488 8.17031 12.7188C8.04031 12.5288 7.86031 12.4288 7.45031 12.4288H6.38031V14.1088H7.45031Z",
|
|
2076
2076
|
fill: color
|
|
2077
2077
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2078
|
-
d: "M13.
|
|
2078
|
+
d: "M13.0719 11.0897C13.1019 10.9497 13.1219 10.7697 13.1219 10.5997C13.1219 10.0897 12.7919 9.78969 12.2419 9.78969C11.6919 9.78969 11.3919 10.1297 11.3919 10.5797C11.3919 11.2597 12.2819 11.3997 13.0519 11.7397C13.6919 12.0197 14.2519 12.4197 14.2519 13.3897C14.2519 14.4897 13.3419 15.1197 12.2319 15.1197C11.1219 15.1197 10.1719 14.5097 10.1719 13.3897C10.1719 13.1597 10.2119 12.9097 10.2619 12.7897L11.2319 12.7097C11.1919 12.8497 11.1519 13.1097 11.1519 13.3097C11.1519 13.8997 11.6319 14.2697 12.2519 14.2697C12.7219 14.2697 13.2119 13.9697 13.2119 13.4097C13.2119 12.6397 12.4119 12.5397 11.6719 12.2497C10.9619 11.9697 10.3519 11.5597 10.3519 10.6097C10.3519 9.65969 11.1619 8.92969 12.2119 8.92969C13.2619 8.92969 14.0919 9.59969 14.0919 10.5597C14.0919 10.7097 14.0619 10.8997 14.0319 10.9997L13.0719 11.0897Z",
|
|
2079
2079
|
fill: color
|
|
2080
2080
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2081
|
-
d: "M15.
|
|
2081
|
+
d: "M15.3281 14.9988V9.04883H16.3881V14.1088H18.7681V14.9988H15.3281Z",
|
|
2082
2082
|
fill: color
|
|
2083
2083
|
}));
|
|
2084
2084
|
});
|
|
@@ -2201,6 +2201,29 @@ var FamilyFriendly = (function (_ref) {
|
|
|
2201
2201
|
}));
|
|
2202
2202
|
});
|
|
2203
2203
|
|
|
2204
|
+
var TouchTour = (function (_ref) {
|
|
2205
|
+
var _ref$color = _ref.color,
|
|
2206
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color,
|
|
2207
|
+
ariaLabel = _ref.ariaLabel;
|
|
2208
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
2209
|
+
width: "100%",
|
|
2210
|
+
height: "100%",
|
|
2211
|
+
viewBox: "0 0 25 25",
|
|
2212
|
+
fill: "none",
|
|
2213
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2214
|
+
"aria-label": ariaLabel
|
|
2215
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2216
|
+
d: "M21 5V19H3V5H21ZM22 4H2V20H22V4Z",
|
|
2217
|
+
fill: color
|
|
2218
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2219
|
+
d: "M8.91 15V9.94H7.38V9.05H11.5V9.94H9.97001V15H8.91Z",
|
|
2220
|
+
fill: color
|
|
2221
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2222
|
+
d: "M14.03 15V9.94H12.5V9.05H16.62V9.94H15.09V15H14.03Z",
|
|
2223
|
+
fill: color
|
|
2224
|
+
}));
|
|
2225
|
+
});
|
|
2226
|
+
|
|
2204
2227
|
var Forward10 = (function (_ref) {
|
|
2205
2228
|
var _ref$color = _ref.color,
|
|
2206
2229
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color,
|
|
@@ -2348,13 +2371,13 @@ var RelaxedPerformance = (function (_ref) {
|
|
|
2348
2371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2349
2372
|
"aria-label": ariaLabel
|
|
2350
2373
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2351
|
-
d: "M21
|
|
2374
|
+
d: "M21 5V19H3V5H21ZM22 4H2V20H22V4Z",
|
|
2352
2375
|
fill: color
|
|
2353
2376
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2354
|
-
d: "
|
|
2377
|
+
d: "M10.3678 15.0008C10.2278 14.7508 10.2378 14.3408 10.2278 13.9408L10.2078 13.4208C10.2078 13.0508 10.1278 12.8608 9.99781 12.7308C9.85781 12.5908 9.64781 12.5808 9.36781 12.5808H8.56781V15.0008H7.50781V9.05078H9.64781C10.2578 9.05078 10.6478 9.21078 10.9378 9.47078C11.2878 9.78078 11.4978 10.2408 11.4978 10.7408C11.4978 11.4408 11.0078 12.1308 10.1478 12.1908C10.7578 12.2608 11.1478 12.6408 11.1978 13.4008L11.2278 13.9308C11.2578 14.2908 11.2578 14.5208 11.3078 14.6908C11.3378 14.7908 11.3878 14.9108 11.4978 14.9608V14.9908H10.3678V15.0008ZM9.48781 11.7308C9.89781 11.7308 10.0878 11.6408 10.2178 11.4808C10.3578 11.3208 10.4378 11.0908 10.4378 10.8308C10.4378 10.5708 10.3578 10.3508 10.2178 10.1808C10.0878 10.0308 9.89781 9.93078 9.48781 9.93078H8.56781V11.7208H9.48781V11.7308Z",
|
|
2355
2378
|
fill: color
|
|
2356
2379
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2357
|
-
d: "
|
|
2380
|
+
d: "M12.6016 15.0008V9.05078H14.7016C15.3116 9.05078 15.7016 9.21078 15.9916 9.47078C16.3616 9.80078 16.5516 10.2908 16.5516 10.8308C16.5516 11.3708 16.3516 11.8608 15.9916 12.1908C15.7016 12.4508 15.3116 12.6108 14.7016 12.6108H13.6616V14.9908H12.6016V15.0008ZM14.5416 11.7308C14.9516 11.7308 15.1416 11.6408 15.2716 11.4808C15.4116 11.3208 15.4916 11.0908 15.4916 10.8308C15.4916 10.5708 15.4116 10.3508 15.2716 10.1808C15.1416 10.0308 14.9516 9.93078 14.5416 9.93078H13.6616V11.7208H14.5416V11.7308Z",
|
|
2358
2381
|
fill: color
|
|
2359
2382
|
}));
|
|
2360
2383
|
});
|
|
@@ -2568,6 +2591,7 @@ var IconLibrary = {
|
|
|
2568
2591
|
Tick: Tick,
|
|
2569
2592
|
Tickets: Tickets,
|
|
2570
2593
|
Tiktok: Tiktok,
|
|
2594
|
+
TouchTour: TouchTour,
|
|
2571
2595
|
Trailer: Trailer,
|
|
2572
2596
|
Twitter: Twitter,
|
|
2573
2597
|
User: User,
|