From cbad39586f608314480725b3b2907e91acdac0a0 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Fri, 6 Jun 2025 12:52:09 +0200 Subject: [PATCH 01/32] Initial commit --- src/brnd/brnd-admin.json | 177 +++++++++++++++++ src/brnd/brnd-config.json | 14 ++ src/brnd/brnd-sportcenter-today.js | 298 +++++++++++++++++++++++++++++ src/brnd/brnd.js | 134 +++++++++++++ src/brnd/brnd.scss | 9 + src/brnd/helper.js | 37 ++++ src/brnd/icon-calendar-plus.svg | 3 + src/brnd/icon-check.svg | 3 + src/brnd/icon-exclamation.svg | 3 + src/brnd/lang/da.json | 86 +++++++++ src/index.js | 11 ++ src/slides.js | 114 ++++++++++- webpack.config.js | 1 + 13 files changed, 889 insertions(+), 1 deletion(-) create mode 100644 src/brnd/brnd-admin.json create mode 100644 src/brnd/brnd-config.json create mode 100644 src/brnd/brnd-sportcenter-today.js create mode 100644 src/brnd/brnd.js create mode 100644 src/brnd/brnd.scss create mode 100644 src/brnd/helper.js create mode 100644 src/brnd/icon-calendar-plus.svg create mode 100644 src/brnd/icon-check.svg create mode 100644 src/brnd/icon-exclamation.svg create mode 100644 src/brnd/lang/da.json diff --git a/src/brnd/brnd-admin.json b/src/brnd/brnd-admin.json new file mode 100644 index 00000000..4705a43e --- /dev/null +++ b/src/brnd/brnd-admin.json @@ -0,0 +1,177 @@ +[ + { + "key": "brnd-form-1", + "input": "header", + "text": "Skabelon: BRND sportcenter dagsprogram", + "name": "header1", + "formGroupClasses": "h4 mb-3" + }, + { + "key": "brnd-form-2", + "input": "header-h3", + "text": "Opsæt feed", + "name": "header2", + "formGroupClasses": "h5 mb-3" + }, + { + "key": "brnd-form-3", + "input": "feed", + "text": "Opsæt feed", + "name": "feed", + "supportedFeedOutputType": "brnd-booking", + "formGroupClasses": "mb-3" + }, + { + "key": "brnd-form-4", + "input": "header-h3", + "text": "Konfigurér slide", + "name": "header2", + "formGroupClasses": "h5 mb-3" + }, + { + "key": "brnd-form-sportcenterid", + "input": "input", + "name": "sportcenterid", + "type": "text", + "label": "Sport center ID", + "helpText": "Hvert anlæg har en ID streng. Kontakt BRND support for at få en oversigt.", + "formGroupClasses": "col-md-6" + }, + { + "key": "calendar-form-layout", + "input": "select", + "name": "layout", + "label": "Vælg layout", + "required": true, + "formGroupClasses": "col-md-6 mb-3", + "options": [ + { + "key": "layout1", + "title": "Dagsprogram", + "value": "sportcenter-today" + } + ] + }, + { + "key": "brnd-form-form-14", + "input": "select", + "required": true, + "label": "Tekststørrelse", + "formGroupClasses": "col-md-6 mb-3", + "options": [ + { + "key": "fontsize1", + "title": "xs", + "value": "font-size-xs" + }, + { + "key": "fontsize2", + "title": "s", + "value": "font-size-s" + }, + { + "key": "fontsize3", + "title": "m", + "value": "font-size-m" + }, + { + "key": "fontsize4", + "title": "l", + "value": "font-size-lg" + }, + { + "key": "fontsize5", + "title": "xl", + "value": "font-size-xl" + } + ], + "name": "fontSize" + }, + { + "key": "brnd-form-title", + "input": "input", + "name": "title", + "type": "text", + "label": "Overskrift", + "helpText": "Her kan du skrive overskrift.", + "formGroupClasses": "col-md-6" + }, + { + "key": "brnd-form-subtitle", + "input": "input", + "name": "subTitle", + "type": "text", + "label": "Underoverskrift", + "helpText": "Her kan du skrive underoverskrift.", + "formGroupClasses": "col-md-6" + }, + { + "key": "brnd-form-resource-available-text", + "input": "input", + "name": "resourceAvailableText", + "type": "text", + "label": "Tekst når resursen er ledig", + "helpText": "Her kan du skrive tekst, som vises når resursen er ledig.", + "formGroupClasses": "col-md-6" + }, + { + "key": "brnd-form-resource-unavailable-text", + "input": "input", + "name": "resourceUnavailableText", + "type": "text", + "label": "Begivenhedstitel fallback", + "helpText": "Her kan du skrive tekst på begivenheder, hvor der ikke er sat en titel.", + "formGroupClasses": "col-md-6" + }, + { + "key": "brnd-form-footer-text", + "input": "input", + "name": "footerText", + "type": "text", + "label": "Footer tekst", + "helpText": "Her kan du skrive tekst til footeren.", + "formGroupClasses": "col-md-6" + }, + { + "key": "brnd-form-hide-grid", + "input": "checkbox", + "label": "Skjul grid", + "name": "hideGrid", + "formGroupClasses": "col-md-6 mb-3" + }, + { + "key": "brnd-form-has-date-and-time", + "input": "checkbox", + "label": "Vis dato og tidspunkt", + "name": "hasDateAndTime", + "formGroupClasses": "col-md-6 mb-3" + }, + { + "key": "brnd-form-date-as-box", + "input": "checkbox", + "label": "Dato og tidspunkt som boks", + "name": "dateAsBox", + "formGroupClasses": "col-md-6 mb-3" + }, + { + "key": "brnd-form-image", + "multipleImages": false, + "input": "image", + "name": "image", + "label": "Baggrundsbillede" + }, + { + "key": "form-media-contain", + "input": "checkbox", + "name": "mediaContain", + "label": "Deaktivér billedbeskæring", + "helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring" + }, + { + "key": "brnd-form-display-headers", + "input": "checkbox", + "label": "Vis tabeloverskrifter", + "name": "displayHeaders", + "formGroupClasses": "col-md-6 mb-3" + } +] diff --git a/src/brnd/brnd-config.json b/src/brnd/brnd-config.json new file mode 100644 index 00000000..892d1cf5 --- /dev/null +++ b/src/brnd/brnd-config.json @@ -0,0 +1,14 @@ +{ + "title": "BRND sportcenter dagsprogram", + "icon": "", + "id": "01FRJPF4XATRN8PBZ35XN84PS6", + "description": "Viser alle dagens bookinger i et ænlæg.", + "resources": { + "component": "https://display-templates.local.itkdev.dk/build/brnd.js", + "admin": "https://display-templates.local.itkdev.dk/build/brnd-admin.json", + "schema": "https://display-templates.local.itkdev.dk/build/brnd-schema.json", + "assets": [], + "options": {}, + "content": {} + } +} diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js new file mode 100644 index 00000000..0aba6bf7 --- /dev/null +++ b/src/brnd/brnd-sportcenter-today.js @@ -0,0 +1,298 @@ +import React, { Fragment, useEffect, useState } from "react"; +import { FormattedMessage } from "react-intl"; +import PropTypes from "prop-types"; +import dayjs from "dayjs"; +import localeDa from "dayjs/locale/da"; +import localizedFormat from "dayjs/plugin/localizedFormat"; +import styled from "styled-components"; + +/** + * Todays bookings for sportcenter. + * + * @param {object} props - The props. + * @param {object} props.content - The content. + * @param {Array} props.bookings - The bookings. + * @param {Array} props.templateClasses - The template classes. + * @param {object} props.templateRootStyle - The template root style. + * @param {Function} props.getTitle - Function to get title for event. + * @returns {JSX.Element} - The component. + */ +function BrndSportcenterToday({ + content, + bookings, + templateClasses = [], + templateRootStyle = {}, + getTitle, +}) { + const [currentDate, setCurrentDate] = useState(new Date()); + const { + title = "", + hasDateAndTime, + displayHeaders = true, + hideGrid = false, + dateAsBox = false /* TODO: Add this to the configuration of the slide */, + mediaContain, + } = content; + + /** Imports language strings, sets localized formats. */ + useEffect(() => { + dayjs.extend(localizedFormat); + }, []); + + const borderStyle = {}; + if (hideGrid) { + borderStyle["--border"] = 0; + } + + let counterForOrder = 0; + + /** + * Capitalize the datestring, as it starts with the weekday. + * + * @param {string} s The string to capitalize. + * @returns {string} The capitalized string. + */ + const capitalize = (s) => { + return s.charAt(0).toUpperCase() + s.slice(1); + }; + + // Sort events by datetime and filter away events that are done. + const getSortedBookings = (data) => { + const now = dayjs(); + + return data + .filter((e) => { + const startDate = dayjs(e.startTime * 1000); + + return e.endTime > now.unix() && startDate.date() === now.date(); + }) + .sort((a, b) => a.startTime - b.startTime); + }; + + useEffect(() => { + let dateAndTimeInterval = null; + + if (hasDateAndTime) { + dateAndTimeInterval = setInterval(() => setCurrentDate(new Date()), 1000); + } + + return function cleanup() { + if (dateAndTimeInterval !== null) { + clearInterval(dateAndTimeInterval); + } + }; + }, [hasDateAndTime]); + + return ( + +
+ {title} + {hasDateAndTime && ( + <> + {!dateAsBox && ( + + {currentDate && + capitalize( + dayjs().locale(localeDa).format("dddd D. MMMM HH:mm") + )} + + )} + {dateAsBox && ( + + + {currentDate && + capitalize(dayjs().locale(localeDa).format("ddd"))} + + + {currentDate && + capitalize(dayjs().locale(localeDa).format("D"))} + + + {currentDate && + capitalize(dayjs().locale(localeDa).format("MMM"))} + + + )} + + )} +
+ + + {displayHeaders !== false && ( + + + + + + + + + + + + )} + + {bookings?.length > 0 && + getSortedBookings(bookings).map((entry) => { + const returnFragment = ( + + + {dayjs(entry.startTime * 1000) + .locale(localeDa) + .format("LT")} + {entry.endTime && ( + <> + - + {dayjs(entry.endTime * 1000) + .locale(localeDa) + .format("LT")} + + )} + + + {getTitle(entry.title)} + + + {entry.resourceTitle ?? entry.resourceId ?? ""} + + + ); + counterForOrder += 3; + return returnFragment; + })} + + +
+ ); +} + +const Wrapper = styled.div` + font-family: var(--font-family-base); + font-size: var(--font-size-base); + overflow: hidden; + height: 100%; + background-repeat: no-repeat; + background-size: cover; + /* + --bg-color is local to this template file and is populated from configuration. + --background-color serves as fallback to the global variable, that will serve a light og dark background color depending on the user preferences. + */ + background-color: var(--bg-color, var(--background-color)); + background-image: var(--bg-image, none); + color: var(--text-color); + display: grid; + grid-template-areas: + "header" + "content"; + grid-template-rows: 1fr 9fr; + padding: var(--padding-size-base); +`; + +const Header = styled.div` + padding: var(--padding-size-base); + grid-area: header; + display: flex; + justify-content: space-between; + align-content: center; +`; + +const HeaderTitle = styled.div` + font-size: var(--h1-font-size); +`; + +const HeaderDate = styled.div` + font-size: var(--h3-font-size); + font-weight: var(--font-weight-light); +`; + +const HeaderDateBox = styled.div` + padding: var(--padding-size-base) calc(var(--padding-size-base) * 2); + background-color: var(--color-primary); + line-height: 1; +`; + +const Weekday = styled.div``; + +const DateNumber = styled.div` + font-size: var(--h3-font-size); + font-weight: var(--font-weight-bold); +`; + +const Month = styled.div``; + +const Content = styled.div` + grid-area: content; +`; + +const ContentItemsWrapper = styled.div` + display: grid; + grid-template-columns: 1fr 1fr 1fr; +`; + +const ContentItem = styled.div` + padding: var(--padding-size-base); + border-bottom: var(--border); + border-left: var(--border); + + // Remove border left. + &:nth-of-type(3n + 1) { + border-left: 0; + } + + // Remove border from bottom. + &:nth-last-child(-n + 3) { + border-bottom: 0; + } +`; + +const ContentHeaderItem = styled.div` + padding: var(--padding-size-base); + font-size: var(--h3-font-size); + font-weight: var(--font-weight-bold); + border-bottom: var(--border); + border-left: var(--border); + + // Remove border left. + &:nth-of-type(3n + 1) { + border-left: 0; + } +`; + +BrndSportcenterToday.propTypes = { + templateClasses: PropTypes.arrayOf(PropTypes.string), + templateRootStyle: PropTypes.shape({}), + bookings: PropTypes.arrayOf( + PropTypes.shape({ + bookingcode: PropTypes.string.isRequired, + remarks: PropTypes.string, + startTime: PropTypes.number.isRequired, + endTime: PropTypes.number, + complex: PropTypes.string.isRequired, + area: PropTypes.string.isRequired, + facility: PropTypes.string.isRequired, + activity: PropTypes.string.isRequired, + team: PropTypes.string, + status: PropTypes.string.isRequired, + checkIn: PropTypes.bool, + bookingBy: PropTypes.string.isRequired, + changingRooms: PropTypes.string, + }) + ).isRequired, + content: PropTypes.shape({ + title: PropTypes.string, + hasDateAndTime: PropTypes.bool, + displayHeaders: PropTypes.bool, + dateAsBox: PropTypes.bool, + resourceUnavailableText: PropTypes.string, + hideGrid: PropTypes.bool, + mediaContain: PropTypes.bool, + }).isRequired, + getTitle: PropTypes.func.isRequired, +}; + +export default BrndSportcenterToday; diff --git a/src/brnd/brnd.js b/src/brnd/brnd.js new file mode 100644 index 00000000..8093527c --- /dev/null +++ b/src/brnd/brnd.js @@ -0,0 +1,134 @@ +import React, { useEffect, Fragment, useState } from "react"; +import PropTypes from "prop-types"; +import dayjs from "dayjs"; +import localizedFormat from "dayjs/plugin/localizedFormat"; +import { FormattedMessage, IntlProvider } from "react-intl"; +import BaseSlideExecution from "../base-slide-execution"; +import da from "./lang/da.json"; +import { getFirstMediaUrlFromField, ThemeStyles } from "../slide-util"; +import BrndSportcenterToday from "./brnd-sportcenter-today"; +import GlobalStyles from "../GlobalStyles"; +import "./brnd.scss"; + +/** + * Brnd component. + * + * @param {object} props Props. + * @param {object} props.slide The slide. + * @param {object} props.content The slide content. + * @param {string} props.run Whether or not the slide should start running. + * @param {Function} props.slideDone Function to invoke when the slide is done playing. + * @param {string} props.executionId Unique id for the instance. + * @returns {JSX.Element} The component. + */ +function Brnd({ slide, content, run, slideDone, executionId }) { + const [translations, setTranslations] = useState(); + + const { + layout = "sportcenter-today", + duration = 15000, + fontSize, + resourceUnavailableText, + } = content; + const { feedData = [] } = slide; + + const classes = ["template-brnd", fontSize]; + const rootStyle = {}; + + const imageUrl = getFirstMediaUrlFromField(slide.mediaData, content.image); + + if (imageUrl) { + rootStyle["--bg-image"] = `url("${imageUrl}")`; + } + + /** Setup slide run function. */ + const slideExecution = new BaseSlideExecution(slide, slideDone); + useEffect(() => { + if (run) { + slideExecution.start(duration); + } + + return function cleanup() { + slideExecution.stop(); + }; + }, [run]); + + /** Imports language strings, sets localized formats. */ + useEffect(() => { + dayjs.extend(localizedFormat); + + setTranslations(da); + }, []); + + const getTitle = (eventTitle) => { + if (!eventTitle || eventTitle === "") { + if (resourceUnavailableText) { + return resourceUnavailableText; + } + + return ; + } + + return eventTitle; + }; + + return ( + <> + + {layout === "sportcenter-today" && ( + + )} + + + + + + ); +} + +Brnd.propTypes = { + run: PropTypes.string.isRequired, + slideDone: PropTypes.func.isRequired, + slide: PropTypes.shape({ + theme: PropTypes.shape({ + cssStyles: PropTypes.string, + }), + mediaData: PropTypes.shape({ + url: PropTypes.string, + assets: PropTypes.shape({ uri: PropTypes.string }), + }), + feedData: PropTypes.arrayOf( + PropTypes.shape({ + bookingcode: PropTypes.string.isRequired, + remarks: PropTypes.string, + startTime: PropTypes.number.isRequired, + endTime: PropTypes.number, + complex: PropTypes.string.isRequired, + area: PropTypes.string.isRequired, + facility: PropTypes.string.isRequired, + activity: PropTypes.string.isRequired, + team: PropTypes.string, + status: PropTypes.string.isRequired, + checkIn: PropTypes.bool, + bookingBy: PropTypes.string.isRequired, + changingRooms: PropTypes.string, + }) + ), + }).isRequired, + content: PropTypes.shape({ + duration: PropTypes.number.isRequired, + layout: PropTypes.string, + image: PropTypes.arrayOf(PropTypes.string), + fontSize: PropTypes.string, + resourceUnavailableText: PropTypes.string, + }).isRequired, + executionId: PropTypes.string.isRequired, +}; + +export default Brnd; diff --git a/src/brnd/brnd.scss b/src/brnd/brnd.scss new file mode 100644 index 00000000..679b44c2 --- /dev/null +++ b/src/brnd/brnd.scss @@ -0,0 +1,9 @@ +.template-brnd { + background-position: center; + background-repeat: no-repeat; + background-size: cover; + + &.media-contain { + background-size: contain; + } +} diff --git a/src/brnd/helper.js b/src/brnd/helper.js new file mode 100644 index 00000000..838b56ac --- /dev/null +++ b/src/brnd/helper.js @@ -0,0 +1,37 @@ +import dayjs from "dayjs"; +import localeDa from "dayjs/locale/da"; + +const renderTimeOfDayFromUnixTimestamp = (unixTimestamp) => + dayjs(unixTimestamp * 1000) + .locale(localeDa) + .format("HH:mm"); + +const timeCountdownString = (seconds) => { + if (seconds <= 0) return ""; + + const daysUntil = Math.floor(seconds / (60 * 60 * 24)); + const hoursUntil = Math.floor( + (seconds - daysUntil * 60 * 60 * 24) / (60 * 60) + ); + const minutesUntil = Math.floor((seconds - hoursUntil * 60 * 60) / 60); + const secondsUntil = seconds % 60; + + // TODO: Translate strings. + const textEnd = " til næste begivenhed"; + + if (daysUntil > 0) { + return `${daysUntil} dag${daysUntil > 1 ? "e" : ""} ${textEnd}`; + } + if (hoursUntil > 0) { + return `${hoursUntil} time${hoursUntil > 1 ? "r" : ""} ${textEnd}`; + } + if (minutesUntil > 0) { + return `${minutesUntil} minut${minutesUntil > 1 ? "ter" : ""} ${textEnd}`; + } + if (secondsUntil > 0) { + return `Mindre end et minut ${textEnd}`; + } + return ""; +}; + +export { renderTimeOfDayFromUnixTimestamp, timeCountdownString }; diff --git a/src/brnd/icon-calendar-plus.svg b/src/brnd/icon-calendar-plus.svg new file mode 100644 index 00000000..f07b230e --- /dev/null +++ b/src/brnd/icon-calendar-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/brnd/icon-check.svg b/src/brnd/icon-check.svg new file mode 100644 index 00000000..ecd4186b --- /dev/null +++ b/src/brnd/icon-check.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/brnd/icon-exclamation.svg b/src/brnd/icon-exclamation.svg new file mode 100644 index 00000000..84d5b78a --- /dev/null +++ b/src/brnd/icon-exclamation.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/brnd/lang/da.json b/src/brnd/lang/da.json new file mode 100644 index 00000000..b06472c1 --- /dev/null +++ b/src/brnd/lang/da.json @@ -0,0 +1,86 @@ +{ + "coming_events": [ + { + "type": 0, + "value": "Kommende begivenheder" + } + ], + "instant_booking_available": [ + { + "type": 0, + "value": "Lokalet er ledigt" + } + ], + "instant_booked_available_text": [ + { + "type": 0, + "value": "Straksbook lokalet. Vælg varighed." + } + ], + "instant_booked_not_available": [ + { + "type": 0, + "value": "Straksbooking ikke tilgængeligt" + } + ], + "instant_booking_processing": [ + { + "type": 0, + "value": "Booker lokale..." + } + ], + "instant_booking_error": [ + { + "type": 0, + "value": "Straksbooking fejlede. Prøv igen lidt senere." + } + ], + "instant_booking_checking": [ + { + "type": 0, + "value": "Undersøger om lokalet kan straksbookes..." + } + ], + "instant_booked_until": [ + { + "type": 0, + "value": "Lokalet er straksbooket indtil" + } + ], + "room_in_use": [ + { + "type": 0, + "value": "Optaget" + } + ], + "room_available": [ + { + "type": 0, + "value": "Ledigt" + } + ], + "what": [ + { + "type": 0, + "value": "Hvad" + } + ], + "where": [ + { + "type": 0, + "value": "Hvor" + } + ], + "when": [ + { + "type": 0, + "value": "Hvornår" + } + ], + "unavailable": [ + { + "type": 0, + "value": "Optaget" + } + ] +} diff --git a/src/index.js b/src/index.js index 2586177a..12542dfc 100644 --- a/src/index.js +++ b/src/index.js @@ -30,6 +30,7 @@ import Travel from "./travel/travel"; import VimeoPlayer from "./vimeo-player/vimeo-player"; import "./index.css"; import NewsFeed from "./news-feed/news-feed"; +import Brnd from "./brnd/brnd"; export const renderScreen = (screen) => { const gridTemplateAreas = { @@ -209,6 +210,16 @@ export const renderSlide = (slide) => { executionId="SLIDE_ID" /> ); + case "brnd": + return ( + + ); default: return
Slide type not found!
; } diff --git a/src/slides.js b/src/slides.js index 85d31990..12943a6c 100644 --- a/src/slides.js +++ b/src/slides.js @@ -619,7 +619,7 @@ const slides = [ duration: 5000, image: ["/v1/media/00000000000000000000000001"], title: "Overskrift", - text: "Da dadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aadadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aa", + text: "Da dadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aadadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aa da dadadad dad aa", fontPlacement: "bottom", fontSize: "font-size-s", mediaContain: true, @@ -1600,6 +1600,118 @@ const slides = [ }, ], }, + { + id: "slide27-brnd-sportcenter-today", + type: "brnd-booking", + themeFile: "themes/brnd.css", + feedData: [ + { + bookingcode: "BKN-389928", + remarks: "", + startTime: dayjs().subtract(30, "minutes").unix(), + endTime: dayjs().add(2, "hour").unix(), + complex: "Humlehøj Hallen", + area: "Svømmehal", + facility: "Svømmehal", + activity: "Svømning", + team: "", + status: "Tildelt tid", + checkIn: false, + bookingBy: "Humlehøj-Hallerne", + changingRooms: "", + }, + { + bookingcode: "BKN-363980", + remarks: "", + startTime: dayjs().add(1, "hour").add(30, "minutes").unix(), + endTime: dayjs().add(2, "hour").unix(), + complex: "Humlehøj Hallen", + area: "Svømmehal", + facility: "Svømmehal", + activity: "Svømning", + team: "", + status: "Tildelt tid", + checkIn: false, + bookingBy: "Offentlig svømning", + changingRooms: "", + }, + { + bookingcode: "BKN-389984", + remarks: "Ekstratræning", + startTime: dayjs().add(2, "hour").unix(), + endTime: dayjs().add(3, "hour").unix(), + complex: "Humlehøj Hallen", + area: "Hal 1", + facility: "Hal 1", + activity: "Fodbold", + team: "", + status: "Tildelt tid", + checkIn: false, + bookingBy: "Dybbøl Fodbold Boys", + changingRooms: "", + }, + { + bookingcode: "BKN-364281", + remarks: "", + startTime: dayjs().add(3, "hour").add(15, "minutes").unix(), + endTime: dayjs().add(4, "hour").unix(), + complex: "Humlehøj Hallen", + area: "Motionsrum", + facility: "Motionsrum", + activity: "Styrketræning", + team: "", + status: "Tildelt tid", + checkIn: false, + bookingBy: "Aahoo", + changingRooms: "", + }, + { + bookingcode: "BKN-355806", + remarks: "", + startTime: dayjs().add(1, "hour").add(15, "minutes").unix(), + endTime: dayjs().add(2, "hour").unix(), + complex: "Humlehøj Hallen", + area: "Spring- og klatrecenter", + facility: "Klatrevæg", + activity: "Klatring", + team: "", + status: "Tildelt tid", + checkIn: false, + bookingBy: "Sønderborg Klatreklub", + changingRooms: "", + }, + { + bookingcode: "BKN-306748", + remarks: "", + startTime: dayjs().add(5, "hour").unix(), + endTime: dayjs().add(8, "hour").unix(), + complex: "Humlehøj Hallen", + area: "Spring- og klatrecenter", + facility: "Klatrevæg", + activity: "Klatring", + team: "", + status: "Aflyst", + checkIn: false, + bookingBy: "Sønderborg Klatreklub", + changingRooms: "", + }, + { + bookingcode: "BKN-395955", + remarks: "Bestyrelsesmøde", + startTime: dayjs().add(3, "hour").add(15, "minutes").unix(), + endTime: dayjs().add(4, "hour").unix(), + complex: "Humlehøj Hallen", + area: "Mødelokaler", + facility: "Mødelokale 1", + activity: "Møder", + team: "", + status: "Tildelt tid", + checkIn: false, + bookingBy: "Kultur, Idræt og Fritid", + changingRooms: "", + }, + ], + }, ]; export default slides; diff --git a/webpack.config.js b/webpack.config.js index 54880eff..2aae885e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -55,6 +55,7 @@ const entry = devMode __dirname, "./src/vimeo-player/vimeo-player.js" ), + brnd: path.resolve(__dirname, "./src/brnd/brnd.js"), }; const timestamp = new Date().getTime().toString(); From 407ec59fdb741601af6e2964071d3c1fbd0dd8e1 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 12 Jun 2025 13:45:02 +0200 Subject: [PATCH 02/32] Brnd template added --- build/brnd-admin.json | 177 ++++++++++++++++++++++++++ build/brnd-config-develop.json | 14 ++ build/brnd-config-main.json | 14 ++ build/brnd.js | 2 + src/brnd/brnd-sportcenter-today.js | 65 ++++++---- src/brnd/brnd.js | 6 +- src/slides.js | 24 +++- src/themes/brnd-sportcenter-today.css | 42 ++++++ 8 files changed, 315 insertions(+), 29 deletions(-) create mode 100644 build/brnd-admin.json create mode 100644 build/brnd-config-develop.json create mode 100644 build/brnd-config-main.json create mode 100644 build/brnd.js create mode 100644 src/themes/brnd-sportcenter-today.css diff --git a/build/brnd-admin.json b/build/brnd-admin.json new file mode 100644 index 00000000..4705a43e --- /dev/null +++ b/build/brnd-admin.json @@ -0,0 +1,177 @@ +[ + { + "key": "brnd-form-1", + "input": "header", + "text": "Skabelon: BRND sportcenter dagsprogram", + "name": "header1", + "formGroupClasses": "h4 mb-3" + }, + { + "key": "brnd-form-2", + "input": "header-h3", + "text": "Opsæt feed", + "name": "header2", + "formGroupClasses": "h5 mb-3" + }, + { + "key": "brnd-form-3", + "input": "feed", + "text": "Opsæt feed", + "name": "feed", + "supportedFeedOutputType": "brnd-booking", + "formGroupClasses": "mb-3" + }, + { + "key": "brnd-form-4", + "input": "header-h3", + "text": "Konfigurér slide", + "name": "header2", + "formGroupClasses": "h5 mb-3" + }, + { + "key": "brnd-form-sportcenterid", + "input": "input", + "name": "sportcenterid", + "type": "text", + "label": "Sport center ID", + "helpText": "Hvert anlæg har en ID streng. Kontakt BRND support for at få en oversigt.", + "formGroupClasses": "col-md-6" + }, + { + "key": "calendar-form-layout", + "input": "select", + "name": "layout", + "label": "Vælg layout", + "required": true, + "formGroupClasses": "col-md-6 mb-3", + "options": [ + { + "key": "layout1", + "title": "Dagsprogram", + "value": "sportcenter-today" + } + ] + }, + { + "key": "brnd-form-form-14", + "input": "select", + "required": true, + "label": "Tekststørrelse", + "formGroupClasses": "col-md-6 mb-3", + "options": [ + { + "key": "fontsize1", + "title": "xs", + "value": "font-size-xs" + }, + { + "key": "fontsize2", + "title": "s", + "value": "font-size-s" + }, + { + "key": "fontsize3", + "title": "m", + "value": "font-size-m" + }, + { + "key": "fontsize4", + "title": "l", + "value": "font-size-lg" + }, + { + "key": "fontsize5", + "title": "xl", + "value": "font-size-xl" + } + ], + "name": "fontSize" + }, + { + "key": "brnd-form-title", + "input": "input", + "name": "title", + "type": "text", + "label": "Overskrift", + "helpText": "Her kan du skrive overskrift.", + "formGroupClasses": "col-md-6" + }, + { + "key": "brnd-form-subtitle", + "input": "input", + "name": "subTitle", + "type": "text", + "label": "Underoverskrift", + "helpText": "Her kan du skrive underoverskrift.", + "formGroupClasses": "col-md-6" + }, + { + "key": "brnd-form-resource-available-text", + "input": "input", + "name": "resourceAvailableText", + "type": "text", + "label": "Tekst når resursen er ledig", + "helpText": "Her kan du skrive tekst, som vises når resursen er ledig.", + "formGroupClasses": "col-md-6" + }, + { + "key": "brnd-form-resource-unavailable-text", + "input": "input", + "name": "resourceUnavailableText", + "type": "text", + "label": "Begivenhedstitel fallback", + "helpText": "Her kan du skrive tekst på begivenheder, hvor der ikke er sat en titel.", + "formGroupClasses": "col-md-6" + }, + { + "key": "brnd-form-footer-text", + "input": "input", + "name": "footerText", + "type": "text", + "label": "Footer tekst", + "helpText": "Her kan du skrive tekst til footeren.", + "formGroupClasses": "col-md-6" + }, + { + "key": "brnd-form-hide-grid", + "input": "checkbox", + "label": "Skjul grid", + "name": "hideGrid", + "formGroupClasses": "col-md-6 mb-3" + }, + { + "key": "brnd-form-has-date-and-time", + "input": "checkbox", + "label": "Vis dato og tidspunkt", + "name": "hasDateAndTime", + "formGroupClasses": "col-md-6 mb-3" + }, + { + "key": "brnd-form-date-as-box", + "input": "checkbox", + "label": "Dato og tidspunkt som boks", + "name": "dateAsBox", + "formGroupClasses": "col-md-6 mb-3" + }, + { + "key": "brnd-form-image", + "multipleImages": false, + "input": "image", + "name": "image", + "label": "Baggrundsbillede" + }, + { + "key": "form-media-contain", + "input": "checkbox", + "name": "mediaContain", + "label": "Deaktivér billedbeskæring", + "helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring" + }, + { + "key": "brnd-form-display-headers", + "input": "checkbox", + "label": "Vis tabeloverskrifter", + "name": "displayHeaders", + "formGroupClasses": "col-md-6 mb-3" + } +] diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json new file mode 100644 index 00000000..b043ebdf --- /dev/null +++ b/build/brnd-config-develop.json @@ -0,0 +1,14 @@ +{ + "title": "BRND sportcenter dagsprogram", + "icon": "", + "id": "01FRJPF4XATRN8PBZ35XN84PS6", + "description": "Viser alle dagens bookinger i et ænlæg.", + "resources": { + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1749728558705", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1749728558705", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1749728558705", + "assets": [], + "options": {}, + "content": {} + } +} \ No newline at end of file diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json new file mode 100644 index 00000000..b043ebdf --- /dev/null +++ b/build/brnd-config-main.json @@ -0,0 +1,14 @@ +{ + "title": "BRND sportcenter dagsprogram", + "icon": "", + "id": "01FRJPF4XATRN8PBZ35XN84PS6", + "description": "Viser alle dagens bookinger i et ænlæg.", + "resources": { + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1749728558705", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1749728558705", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1749728558705", + "assets": [], + "options": {}, + "content": {} + } +} \ No newline at end of file diff --git a/build/brnd.js b/build/brnd.js new file mode 100644 index 00000000..75544802 --- /dev/null +++ b/build/brnd.js @@ -0,0 +1,2 @@ +/*! For license information please see brnd.js.LICENSE.txt */ +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const i=o},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-oklch-ch: 0.25 29;--color-red-oklch-l: 50%;--color-red-oklch-c: 0.25;--color-red-oklch-h: 29;--color-red-50: oklch(95% calc(var(--color-red-oklch-c) - 0.20) var(--color-red-oklch-h));--color-red-100: oklch(90% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-200: oklch(85% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-300: oklch(80% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-400: oklch(70% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-500: oklch(60% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-600: oklch(var(--color-red-oklch-l) var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-700: oklch(40% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-800: oklch(30% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-900: oklch(20% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-950: oklch(15% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-green-oklch-l: 50%;--color-green-oklch-c: 0.17;--color-green-oklch-h: 142;--color-green-50: oklch(95% calc(var(--color-green-oklch-c) - 0.15) var(--color-green-oklch-h));--color-green-100: oklch(90% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-200: oklch(85% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-300: oklch(80% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-400: oklch(70% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-500: oklch(60% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-600: oklch(var(--color-green-oklch-l) var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-700: oklch(40% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-800: oklch(30% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-900: oklch(20% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-950: oklch(15% var(--color-green-oklch-c) var(--color-green-oklch-h));--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const i=o},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),o=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(o,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,o=s}return!n&&o&&(y=o),o||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new _(r)},k=v;k.l=T,k.i=S,k.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(k.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return k},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||o}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var o=d(r);o&&o!==p&&e(t,o,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case i:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case o:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=i,t.Lazy=g,t.Memo=m,t.Portal=o,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===i},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===o},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,o=60107,i=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),o=b("react.fragment"),i=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===v||e===i||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case o:case a:case i:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var o=r?r.call(n,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,o=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),i=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ho});const e=require("react");var t=r.n(e),o=r(5556),i=r.n(o),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(U,(function(e,r,n,o,i,a){if(r)t.minimumIntegerDigits=n.length;else{if(o&&i)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(z.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(z,(function(e,r,n,o,i,a){return"*"===n?t.minimumFractionDigits=r.length:o&&"#"===o[0]?t.maximumFractionDigits=o.length:i&&a?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var i=o.options[0];"w"===i?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=f(f({},t),G(i)))}else if(F.test(o.stem))t=f(f({},t),G(o.stem));else{var a=$(o.stem);a&&(t=f(f({},t),a));var s=Y(o.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,oe=!!String.prototype.trimStart,ie=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;ti;){if((r=e[i++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,o=e.charCodeAt(t);return o<55296||o>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?o:n-56320+(o-55296<<10)+65536}},de=oe?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=ie?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var o=this.char();if(123===o){if((i=this.parseArgument(e,r)).err)return i;n.push(i.val)}else{if(125===o&&e>0)break;if(35!==o||"plural"!==t&&"selectordinal"!==t){if(60===o&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===o&&!this.ignoreTag&&ye(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i;n.push(i.val)}else{var i;if((i=this.parseLiteral(e,t)).err)return i;n.push(i.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var i=o.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:i,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var o=this.tryParseQuote(t);if(o)n+=o;else{var i=this.tryParseUnquoted(e,t);if(i)n+=i;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var o,i=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(i,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===o?"H":o}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(o=null==l?void 0:l.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var k=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:k},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:k},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(i,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,o=t;n=48&&a<=57))break;o=!0,i=10*i+(a-48),this.bump()}var s=Q(n,this.clonePosition());return o?ae(i*=r)?{val:i,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,O(e)||I(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else w(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:P(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Me,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function ke(e,t,r,n){var o,i=null==(o=n)||"number"==typeof o||"boolean"==typeof o?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function _e(e,t,r){var n=Array.prototype.slice.call(arguments,3),o=r(n),i=t.get(o);return void 0===i&&(i=e.apply(this,n),t.set(o,i)),i}function we(e,t,r,n,o){return r.bind(t,e,n,o)}function Ce(e,t){return we(e,this,1===e.length?ke:_e,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Oe(){this.cache=Object.create(null)}Oe.prototype.get=function(e){return this.cache[e]},Oe.prototype.set=function(e,t){this.cache[e]=t};var Ie,Me={create:function(){return new Oe}},Pe={variadic:function(e,t){return we(e,this,_e,t.cache.create(),t.serializer)},monadic:function(e,t){return we(e,this,ke,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Ie||(Ie={}));var He,Ne=function(e){function t(t,r,n){var o=e.call(this,t)||this;return o.code=r,o.originalMessage=n,o}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,o){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Ie.INVALID_VALUE,o)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Ie.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Ie.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,o,i,a){if(1===e.length&&k(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,o){var i=this,a=o?o instanceof Error?o:new Error(String(o)):void 0;return(i=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,o){var i=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,o)||this;return i.descriptor=n,i}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var o,i=e&&e[t];if(i&&(o=i[r]),o)return o;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),o=r.length;if(n.length!==o)return!1;for(var i=0;id)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,o=n;e>=o;)(o<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(o),this.groupSizes.set(r),this.length=o;for(var i=n;i=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),o=n+r,i=n;i=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,o=r.split(","),i=0,a=o.length;i=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),i=void 0!==o?o.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,i),n},_r=function(){function e(e){var t=this.element=kr(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Mr=/(a)(d)/gi,Pr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Pr(t%52)+r;return(Pr(t%52)+r).replace(Mr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(i,"."+a,void 0,n);t.insertRules(n,a,s)}o.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}o.push(m)}}return o.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,o,i=void 0===e?nr:e,a=i.options,s=void 0===a?nr:a,l=i.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,o,i,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(o[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,i){return 0===n&&-1!==Fr.indexOf(i[r.length])||i.match(o)?e:"."+t};function p(e,i,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=i&&a?a+" "+i+" { "+l+" }":l;return t=s,r=i,n=new RegExp("\\"+r+"\\b","g"),o=new RegExp("(\\"+r+"\\b){2,}"),u(a||!i?"":i,c)}return u.use([].concat(c,[function(e,t,o){2===e&&o.length&&o[0].lastIndexOf(r)>0&&(o[0]=o[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Ir),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),o=n[0],i=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:o})}),[r.disableVendorPrefixes,o]);return(0,e.useEffect)((function(){qt()(o,r.stylisPlugins)||i(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var o,i=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(o[r]=e[r]);return o}(n,["componentId"]),i=t&&t+"-"+(hn(e)?e:cn(ir(e)));return yn(e,Qt({},r,{attrs:p,componentId:i}),o)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=i?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var o=function(){return t(r,n,on.apply(void 0,arguments))};return o.withConfig=function(o){return e(t,r,Qt({},n,{},o))},o.attrs=function(o){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,o).filter(Boolean)}))},o}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Ir.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var o=n(rn(this.rules,t,r,n).join(""),""),i=this.componentId+e;r.insertRules(i,i,o)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Ir.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),o=Ar();return o&&(n.nonce=o),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Ir({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function kn(e){var r=e.id,n=e.css,o=void 0===n?null:n;if(!o)return t().createElement(t().Fragment,null);var i,a,s=o.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(i=["",""],a||(a=i.slice(0)),An=Object.freeze(Object.defineProperties(i,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}kn.propTypes={id:i().string.isRequired,css:i().string};var _n,wn,Cn,Rn,On,In,Mn,Pn,Hn,Nn,Ln,Bn,Dn=r(2706),xn=r.n(Dn);function zn(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Fn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,o,i,a;return t().createElement(e.Fragment,{key:r.id},t().createElement(Jn,{className:"content-item-time"},s()(1e3*r.startTime).locale(xn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(xn()).format("LT"))),t().createElement(Jn,{className:"content-item-booking-by"},h(r.bookingBy)),t().createElement(Jn,{className:"content-item-facility"},h(r.facility)),t().createElement(Jn,{className:"content-item-activity"},h(r.activity)),t().createElement(Jn,{className:"content-item-team"},null!==(n=null!==(o=r.team)&&void 0!==o?o:r.team)&&void 0!==n?n:""),t().createElement(Jn,{className:"content-item-remarks"},null!==(i=null!==(a=r.remarks)&&void 0!==a?a:r.remarks)&&void 0!==i?i:""))})))))}var jn=Tn.div(_n||(_n=zn(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n /*\n --bg-color is local to this template file and is populated from configuration.\n --background-color serves as fallback to the global variable, that will serve a light og dark background color depending on the user preferences.\n */\n background-color: var(--bg-color, var(--background-color));\n background-image: var(--bg-image, none);\n color: var(--text-color);\n display: grid;\n grid-template-areas:\n "header"\n "content";\n grid-template-rows: 1fr 9fr;\n padding: var(--padding-size-base);\n']))),Gn=Tn.div(wn||(wn=zn(["\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: space-between;\n align-content: center;\n"]))),$n=Tn.div(Cn||(Cn=zn(["\n font-size: var(--h1-font-size);\n"]))),Yn=Tn.div(Rn||(Rn=zn(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Vn=Tn.div(On||(On=zn(["\n padding: var(--padding-size-base) calc(var(--padding-size-base) * 2);\n background-color: var(--color-primary);\n line-height: 1;\n"]))),qn=Tn.div(In||(In=zn([""]))),Xn=Tn.div(Mn||(Mn=zn(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-bold);\n"]))),Wn=Tn.div(Pn||(Pn=zn([""]))),Zn=Tn.div(Hn||(Hn=zn(["\n grid-area: content;\n"]))),Kn=Tn.div(Nn||(Nn=zn(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;\n"]))),Jn=Tn.div(Ln||(Ln=zn(["\n padding: var(--padding-size-base);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n\n // Remove border from bottom.\n &:nth-last-child(-n + 6) {\n border-bottom: 0;\n }\n"]))),Qn=Tn.div(Bn||(Bn=zn(["\n padding: var(--padding-size-base);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-bold);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n"])));Un.propTypes={templateClasses:i().arrayOf(i().string),templateRootStyle:i().shape({}),bookings:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string})).isRequired,content:i().shape({title:i().string,hasDateAndTime:i().bool,displayHeaders:i().bool,dateAsBox:i().bool,resourceUnavailableText:i().string,hideGrid:i().bool,mediaContain:i().bool}).isRequired,getTitle:i().func.isRequired};const eo=Un;var to,ro,no,oo=r(5072),io=r.n(oo),ao=r(8070);io()(ao.A,{insert:"head",singleton:!1}),ao.A.locals;const so=Sn(to||(ro=[""],no||(no=ro.slice(0)),to=Object.freeze(Object.defineProperties(ro,{raw:{value:Object.freeze(no)}}))));var lo=r(1612);function co(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(o.mediaData,i.image);k&&(A["--bg-image"]='url("'.concat(k,'")'));var _=new Gt(o,l);return(0,e.useEffect)((function(){return a&&_.start(v),function(){_.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),console.log("Brnd layout:",m),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(eo,{bookings:S,content:i,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(it,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(kn,{id:u,css:null==o||null===(n=o.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(so,null))}io()(lo.A,{insert:"head",singleton:!1}),lo.A.locals,uo.propTypes={run:i().string.isRequired,slideDone:i().func.isRequired,slide:i().shape({theme:i().shape({cssStyles:i().string}),mediaData:i().shape({url:i().string,assets:i().shape({uri:i().string})}),feedData:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string}))}).isRequired,content:i().shape({duration:i().number.isRequired,layout:i().string,image:i().arrayOf(i().string),fontSize:i().string,resourceUnavailableText:i().string}).isRequired,executionId:i().string.isRequired};const ho=uo})();var o=exports;for(var i in n)o[i]=n[i];n.__esModule&&Object.defineProperty(o,"__esModule",{value:!0})})(); \ No newline at end of file diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index 0aba6bf7..dd9dfda2 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -29,7 +29,6 @@ function BrndSportcenterToday({ title = "", hasDateAndTime, displayHeaders = true, - hideGrid = false, dateAsBox = false /* TODO: Add this to the configuration of the slide */, mediaContain, } = content; @@ -39,10 +38,10 @@ function BrndSportcenterToday({ dayjs.extend(localizedFormat); }, []); - const borderStyle = {}; - if (hideGrid) { - borderStyle["--border"] = 0; - } + const borderStyle = { + "--border-bottom": "1px solid #ccc", + "--border-left": 0, + }; let counterForOrder = 0; @@ -85,7 +84,7 @@ function BrndSportcenterToday({ return ( {displayHeaders !== false && ( - - + + + + + + + + - - + + - - + + + + + )} @@ -154,11 +162,20 @@ function BrndSportcenterToday({ )} - - {getTitle(entry.title)} + + {getTitle(entry.bookingBy)} + + + {getTitle(entry.facility)} + + + {getTitle(entry.activity)} + + + {entry.team ?? entry.team ?? ""} - - {entry.resourceTitle ?? entry.resourceId ?? ""} + + {entry.remarks ?? entry.remarks ?? ""} ); @@ -231,21 +248,21 @@ const Content = styled.div` const ContentItemsWrapper = styled.div` display: grid; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; `; const ContentItem = styled.div` padding: var(--padding-size-base); - border-bottom: var(--border); - border-left: var(--border); + border-bottom: var(--border-bottom, 1px solid #ccc); + border-left: var(--border-left, 0); // Remove border left. - &:nth-of-type(3n + 1) { + &:nth-of-type(6n + 1) { border-left: 0; } // Remove border from bottom. - &:nth-last-child(-n + 3) { + &:nth-last-child(-n + 6) { border-bottom: 0; } `; @@ -254,11 +271,11 @@ const ContentHeaderItem = styled.div` padding: var(--padding-size-base); font-size: var(--h3-font-size); font-weight: var(--font-weight-bold); - border-bottom: var(--border); - border-left: var(--border); + border-bottom: var(--border-bottom, 1px solid #ccc); + border-left: var(--border-left, 0); // Remove border left. - &:nth-of-type(3n + 1) { + &:nth-of-type(6n + 1) { border-left: 0; } `; diff --git a/src/brnd/brnd.js b/src/brnd/brnd.js index 8093527c..7a73c44e 100644 --- a/src/brnd/brnd.js +++ b/src/brnd/brnd.js @@ -65,13 +65,14 @@ function Brnd({ slide, content, run, slideDone, executionId }) { if (resourceUnavailableText) { return resourceUnavailableText; } - return ; } - return eventTitle; }; + // Add this line to debug the layout value + console.log("Brnd layout:", layout); + return ( <> @@ -85,7 +86,6 @@ function Brnd({ slide, content, run, slideDone, executionId }) { /> )} - diff --git a/src/slides.js b/src/slides.js index 12943a6c..24d9d55b 100644 --- a/src/slides.js +++ b/src/slides.js @@ -1602,8 +1602,8 @@ const slides = [ }, { id: "slide27-brnd-sportcenter-today", - type: "brnd-booking", - themeFile: "themes/brnd.css", + type: "brnd", + themeFile: "themes/brnd-sportcenter-today.css", feedData: [ { bookingcode: "BKN-389928", @@ -1711,6 +1711,26 @@ const slides = [ changingRooms: "", }, ], + mediaData: { + "/v1/media/00000000000000000000000001": { + assets: { + uri: "/fixtures/images/mountain1.jpeg", + }, + }, + }, + content: { + duration: 5000, + layout: "sportcenter-today", + hasDateAndTime: true, + title: "Aktiviteter i dag", + resourceAvailableText: "Lokalet er frit.", + displayHeaders: true, + resourceUnavailableText: "Det er optaget", + // image: ["/v1/media/00000000000000000000000001"], + footerText: "Se mere på localhost/events", + dateAsBox: false, + fontSize: "font-size-m", + }, }, ]; diff --git a/src/themes/brnd-sportcenter-today.css b/src/themes/brnd-sportcenter-today.css new file mode 100644 index 00000000..7d5ff07a --- /dev/null +++ b/src/themes/brnd-sportcenter-today.css @@ -0,0 +1,42 @@ +/* +* Brnd Sportcenter Today theme file +* +* #SLIDE_ID should always encapsulate all your theme styling +* #SLIDE_ID will be replaced at runtime with the given slide execution id to make sure the theme styling +* only applies to the given slide. +*/ + +#SLIDE_ID { + --color-primary: hsla(125, 49%, 42%, 1); + --color-grey-100: hsl(0, 100%, 900%); +} + +/* +* Styling for Calendar multiple +*/ +#SLIDE_ID .brnd-sportcenter-today { + /* Remove borders */ + --border: 0px; + /* Reduce space between items */ + --content-item-padding: calc(var(--padding) * 0.5); + padding: 0; + color: black; + background-color: var(--color-grey-100); +} + +#SLIDE_ID .brnd-sportcenter-today .header { + color: white; + background-color: var(--color-primary); + align-items: center; +} + +#SLIDE_ID .brnd-sportcenter-today .header-title { + font-size: var(--h3-font-size); +} + +#SLIDE_ID .brnd-sportcenter-today .content-item, +#SLIDE_ID .brnd-sportcenter-today .content-item-time, +#SLIDE_ID .brnd-sportcenter-today .content-item-title, +#SLIDE_ID .brnd-sportcenter-today .content-item-resource { + padding-bottom: var(--content-item-padding); +} From 40c188b49a84d28c570982abf6a3184d8a10481a Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 12 Jun 2025 15:07:37 +0200 Subject: [PATCH 03/32] Remove configuration options --- build/brnd-admin.json | 71 +---------------- build/brnd-config-develop.json | 6 +- build/brnd-config-main.json | 6 +- build/brnd.js | 2 +- src/brnd/brnd-admin.json | 71 +---------------- src/brnd/brnd-sportcenter-today.js | 117 +++++++---------------------- src/brnd/brnd.js | 1 - src/slides.js | 6 -- 8 files changed, 44 insertions(+), 236 deletions(-) diff --git a/build/brnd-admin.json b/build/brnd-admin.json index 4705a43e..36ff8dc1 100644 --- a/build/brnd-admin.json +++ b/build/brnd-admin.json @@ -2,7 +2,7 @@ { "key": "brnd-form-1", "input": "header", - "text": "Skabelon: BRND sportcenter dagsprogram", + "text": "Skabelon: BRND", "name": "header1", "formGroupClasses": "h4 mb-3" }, @@ -33,7 +33,8 @@ "input": "input", "name": "sportcenterid", "type": "text", - "label": "Sport center ID", + "label": "Sportcenter ID", + "required": true, "helpText": "Hvert anlæg har en ID streng. Kontakt BRND support for at få en oversigt.", "formGroupClasses": "col-md-6" }, @@ -47,7 +48,7 @@ "options": [ { "key": "layout1", - "title": "Dagsprogram", + "title": "Sportcenter Dagsprogram", "value": "sportcenter-today" } ] @@ -96,63 +97,6 @@ "helpText": "Her kan du skrive overskrift.", "formGroupClasses": "col-md-6" }, - { - "key": "brnd-form-subtitle", - "input": "input", - "name": "subTitle", - "type": "text", - "label": "Underoverskrift", - "helpText": "Her kan du skrive underoverskrift.", - "formGroupClasses": "col-md-6" - }, - { - "key": "brnd-form-resource-available-text", - "input": "input", - "name": "resourceAvailableText", - "type": "text", - "label": "Tekst når resursen er ledig", - "helpText": "Her kan du skrive tekst, som vises når resursen er ledig.", - "formGroupClasses": "col-md-6" - }, - { - "key": "brnd-form-resource-unavailable-text", - "input": "input", - "name": "resourceUnavailableText", - "type": "text", - "label": "Begivenhedstitel fallback", - "helpText": "Her kan du skrive tekst på begivenheder, hvor der ikke er sat en titel.", - "formGroupClasses": "col-md-6" - }, - { - "key": "brnd-form-footer-text", - "input": "input", - "name": "footerText", - "type": "text", - "label": "Footer tekst", - "helpText": "Her kan du skrive tekst til footeren.", - "formGroupClasses": "col-md-6" - }, - { - "key": "brnd-form-hide-grid", - "input": "checkbox", - "label": "Skjul grid", - "name": "hideGrid", - "formGroupClasses": "col-md-6 mb-3" - }, - { - "key": "brnd-form-has-date-and-time", - "input": "checkbox", - "label": "Vis dato og tidspunkt", - "name": "hasDateAndTime", - "formGroupClasses": "col-md-6 mb-3" - }, - { - "key": "brnd-form-date-as-box", - "input": "checkbox", - "label": "Dato og tidspunkt som boks", - "name": "dateAsBox", - "formGroupClasses": "col-md-6 mb-3" - }, { "key": "brnd-form-image", "multipleImages": false, @@ -166,12 +110,5 @@ "name": "mediaContain", "label": "Deaktivér billedbeskæring", "helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring" - }, - { - "key": "brnd-form-display-headers", - "input": "checkbox", - "label": "Vis tabeloverskrifter", - "name": "displayHeaders", - "formGroupClasses": "col-md-6 mb-3" } ] diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index b043ebdf..5d7be0c0 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1749728558705", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1749728558705", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1749728558705", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1749733509888", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1749733509888", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1749733509888", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index b043ebdf..5d7be0c0 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1749728558705", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1749728558705", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1749728558705", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1749733509888", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1749733509888", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1749733509888", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index 75544802..31dd0831 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const i=o},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-oklch-ch: 0.25 29;--color-red-oklch-l: 50%;--color-red-oklch-c: 0.25;--color-red-oklch-h: 29;--color-red-50: oklch(95% calc(var(--color-red-oklch-c) - 0.20) var(--color-red-oklch-h));--color-red-100: oklch(90% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-200: oklch(85% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-300: oklch(80% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-400: oklch(70% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-500: oklch(60% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-600: oklch(var(--color-red-oklch-l) var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-700: oklch(40% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-800: oklch(30% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-900: oklch(20% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-950: oklch(15% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-green-oklch-l: 50%;--color-green-oklch-c: 0.17;--color-green-oklch-h: 142;--color-green-50: oklch(95% calc(var(--color-green-oklch-c) - 0.15) var(--color-green-oklch-h));--color-green-100: oklch(90% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-200: oklch(85% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-300: oklch(80% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-400: oklch(70% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-500: oklch(60% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-600: oklch(var(--color-green-oklch-l) var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-700: oklch(40% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-800: oklch(30% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-900: oklch(20% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-950: oklch(15% var(--color-green-oklch-c) var(--color-green-oklch-h));--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const i=o},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),o=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(o,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,o=s}return!n&&o&&(y=o),o||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new _(r)},k=v;k.l=T,k.i=S,k.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(k.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return k},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||o}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var o=d(r);o&&o!==p&&e(t,o,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case i:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case o:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=i,t.Lazy=g,t.Memo=m,t.Portal=o,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===i},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===o},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,o=60107,i=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),o=b("react.fragment"),i=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===v||e===i||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case o:case a:case i:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var o=r?r.call(n,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,o=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),i=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ho});const e=require("react");var t=r.n(e),o=r(5556),i=r.n(o),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(U,(function(e,r,n,o,i,a){if(r)t.minimumIntegerDigits=n.length;else{if(o&&i)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(z.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(z,(function(e,r,n,o,i,a){return"*"===n?t.minimumFractionDigits=r.length:o&&"#"===o[0]?t.maximumFractionDigits=o.length:i&&a?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var i=o.options[0];"w"===i?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=f(f({},t),G(i)))}else if(F.test(o.stem))t=f(f({},t),G(o.stem));else{var a=$(o.stem);a&&(t=f(f({},t),a));var s=Y(o.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,oe=!!String.prototype.trimStart,ie=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;ti;){if((r=e[i++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,o=e.charCodeAt(t);return o<55296||o>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?o:n-56320+(o-55296<<10)+65536}},de=oe?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=ie?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var o=this.char();if(123===o){if((i=this.parseArgument(e,r)).err)return i;n.push(i.val)}else{if(125===o&&e>0)break;if(35!==o||"plural"!==t&&"selectordinal"!==t){if(60===o&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===o&&!this.ignoreTag&&ye(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i;n.push(i.val)}else{var i;if((i=this.parseLiteral(e,t)).err)return i;n.push(i.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var i=o.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:i,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var o=this.tryParseQuote(t);if(o)n+=o;else{var i=this.tryParseUnquoted(e,t);if(i)n+=i;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var o,i=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(i,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===o?"H":o}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(o=null==l?void 0:l.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var k=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:k},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:k},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(i,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,o=t;n=48&&a<=57))break;o=!0,i=10*i+(a-48),this.bump()}var s=Q(n,this.clonePosition());return o?ae(i*=r)?{val:i,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,O(e)||I(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else w(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:P(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Me,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function ke(e,t,r,n){var o,i=null==(o=n)||"number"==typeof o||"boolean"==typeof o?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function _e(e,t,r){var n=Array.prototype.slice.call(arguments,3),o=r(n),i=t.get(o);return void 0===i&&(i=e.apply(this,n),t.set(o,i)),i}function we(e,t,r,n,o){return r.bind(t,e,n,o)}function Ce(e,t){return we(e,this,1===e.length?ke:_e,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Oe(){this.cache=Object.create(null)}Oe.prototype.get=function(e){return this.cache[e]},Oe.prototype.set=function(e,t){this.cache[e]=t};var Ie,Me={create:function(){return new Oe}},Pe={variadic:function(e,t){return we(e,this,_e,t.cache.create(),t.serializer)},monadic:function(e,t){return we(e,this,ke,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Ie||(Ie={}));var He,Ne=function(e){function t(t,r,n){var o=e.call(this,t)||this;return o.code=r,o.originalMessage=n,o}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,o){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Ie.INVALID_VALUE,o)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Ie.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Ie.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,o,i,a){if(1===e.length&&k(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,o){var i=this,a=o?o instanceof Error?o:new Error(String(o)):void 0;return(i=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,o){var i=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,o)||this;return i.descriptor=n,i}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var o,i=e&&e[t];if(i&&(o=i[r]),o)return o;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),o=r.length;if(n.length!==o)return!1;for(var i=0;id)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,o=n;e>=o;)(o<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(o),this.groupSizes.set(r),this.length=o;for(var i=n;i=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),o=n+r,i=n;i=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,o=r.split(","),i=0,a=o.length;i=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),i=void 0!==o?o.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,i),n},_r=function(){function e(e){var t=this.element=kr(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Mr=/(a)(d)/gi,Pr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Pr(t%52)+r;return(Pr(t%52)+r).replace(Mr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(i,"."+a,void 0,n);t.insertRules(n,a,s)}o.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}o.push(m)}}return o.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,o,i=void 0===e?nr:e,a=i.options,s=void 0===a?nr:a,l=i.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,o,i,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(o[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,i){return 0===n&&-1!==Fr.indexOf(i[r.length])||i.match(o)?e:"."+t};function p(e,i,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=i&&a?a+" "+i+" { "+l+" }":l;return t=s,r=i,n=new RegExp("\\"+r+"\\b","g"),o=new RegExp("(\\"+r+"\\b){2,}"),u(a||!i?"":i,c)}return u.use([].concat(c,[function(e,t,o){2===e&&o.length&&o[0].lastIndexOf(r)>0&&(o[0]=o[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Ir),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),o=n[0],i=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:o})}),[r.disableVendorPrefixes,o]);return(0,e.useEffect)((function(){qt()(o,r.stylisPlugins)||i(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var o,i=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(o[r]=e[r]);return o}(n,["componentId"]),i=t&&t+"-"+(hn(e)?e:cn(ir(e)));return yn(e,Qt({},r,{attrs:p,componentId:i}),o)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=i?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var o=function(){return t(r,n,on.apply(void 0,arguments))};return o.withConfig=function(o){return e(t,r,Qt({},n,{},o))},o.attrs=function(o){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,o).filter(Boolean)}))},o}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Ir.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var o=n(rn(this.rules,t,r,n).join(""),""),i=this.componentId+e;r.insertRules(i,i,o)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Ir.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),o=Ar();return o&&(n.nonce=o),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Ir({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function kn(e){var r=e.id,n=e.css,o=void 0===n?null:n;if(!o)return t().createElement(t().Fragment,null);var i,a,s=o.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(i=["",""],a||(a=i.slice(0)),An=Object.freeze(Object.defineProperties(i,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}kn.propTypes={id:i().string.isRequired,css:i().string};var _n,wn,Cn,Rn,On,In,Mn,Pn,Hn,Nn,Ln,Bn,Dn=r(2706),xn=r.n(Dn);function zn(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Fn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,o,i,a;return t().createElement(e.Fragment,{key:r.id},t().createElement(Jn,{className:"content-item-time"},s()(1e3*r.startTime).locale(xn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(xn()).format("LT"))),t().createElement(Jn,{className:"content-item-booking-by"},h(r.bookingBy)),t().createElement(Jn,{className:"content-item-facility"},h(r.facility)),t().createElement(Jn,{className:"content-item-activity"},h(r.activity)),t().createElement(Jn,{className:"content-item-team"},null!==(n=null!==(o=r.team)&&void 0!==o?o:r.team)&&void 0!==n?n:""),t().createElement(Jn,{className:"content-item-remarks"},null!==(i=null!==(a=r.remarks)&&void 0!==a?a:r.remarks)&&void 0!==i?i:""))})))))}var jn=Tn.div(_n||(_n=zn(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n /*\n --bg-color is local to this template file and is populated from configuration.\n --background-color serves as fallback to the global variable, that will serve a light og dark background color depending on the user preferences.\n */\n background-color: var(--bg-color, var(--background-color));\n background-image: var(--bg-image, none);\n color: var(--text-color);\n display: grid;\n grid-template-areas:\n "header"\n "content";\n grid-template-rows: 1fr 9fr;\n padding: var(--padding-size-base);\n']))),Gn=Tn.div(wn||(wn=zn(["\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: space-between;\n align-content: center;\n"]))),$n=Tn.div(Cn||(Cn=zn(["\n font-size: var(--h1-font-size);\n"]))),Yn=Tn.div(Rn||(Rn=zn(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Vn=Tn.div(On||(On=zn(["\n padding: var(--padding-size-base) calc(var(--padding-size-base) * 2);\n background-color: var(--color-primary);\n line-height: 1;\n"]))),qn=Tn.div(In||(In=zn([""]))),Xn=Tn.div(Mn||(Mn=zn(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-bold);\n"]))),Wn=Tn.div(Pn||(Pn=zn([""]))),Zn=Tn.div(Hn||(Hn=zn(["\n grid-area: content;\n"]))),Kn=Tn.div(Nn||(Nn=zn(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;\n"]))),Jn=Tn.div(Ln||(Ln=zn(["\n padding: var(--padding-size-base);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n\n // Remove border from bottom.\n &:nth-last-child(-n + 6) {\n border-bottom: 0;\n }\n"]))),Qn=Tn.div(Bn||(Bn=zn(["\n padding: var(--padding-size-base);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-bold);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n"])));Un.propTypes={templateClasses:i().arrayOf(i().string),templateRootStyle:i().shape({}),bookings:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string})).isRequired,content:i().shape({title:i().string,hasDateAndTime:i().bool,displayHeaders:i().bool,dateAsBox:i().bool,resourceUnavailableText:i().string,hideGrid:i().bool,mediaContain:i().bool}).isRequired,getTitle:i().func.isRequired};const eo=Un;var to,ro,no,oo=r(5072),io=r.n(oo),ao=r(8070);io()(ao.A,{insert:"head",singleton:!1}),ao.A.locals;const so=Sn(to||(ro=[""],no||(no=ro.slice(0)),to=Object.freeze(Object.defineProperties(ro,{raw:{value:Object.freeze(no)}}))));var lo=r(1612);function co(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(o.mediaData,i.image);k&&(A["--bg-image"]='url("'.concat(k,'")'));var _=new Gt(o,l);return(0,e.useEffect)((function(){return a&&_.start(v),function(){_.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),console.log("Brnd layout:",m),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(eo,{bookings:S,content:i,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(it,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(kn,{id:u,css:null==o||null===(n=o.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(so,null))}io()(lo.A,{insert:"head",singleton:!1}),lo.A.locals,uo.propTypes={run:i().string.isRequired,slideDone:i().func.isRequired,slide:i().shape({theme:i().shape({cssStyles:i().string}),mediaData:i().shape({url:i().string,assets:i().shape({uri:i().string})}),feedData:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string}))}).isRequired,content:i().shape({duration:i().number.isRequired,layout:i().string,image:i().arrayOf(i().string),fontSize:i().string,resourceUnavailableText:i().string}).isRequired,executionId:i().string.isRequired};const ho=uo})();var o=exports;for(var i in n)o[i]=n[i];n.__esModule&&Object.defineProperty(o,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const i=o},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-oklch-ch: 0.25 29;--color-red-oklch-l: 50%;--color-red-oklch-c: 0.25;--color-red-oklch-h: 29;--color-red-50: oklch(95% calc(var(--color-red-oklch-c) - 0.20) var(--color-red-oklch-h));--color-red-100: oklch(90% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-200: oklch(85% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-300: oklch(80% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-400: oklch(70% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-500: oklch(60% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-600: oklch(var(--color-red-oklch-l) var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-700: oklch(40% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-800: oklch(30% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-900: oklch(20% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-950: oklch(15% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-green-oklch-l: 50%;--color-green-oklch-c: 0.17;--color-green-oklch-h: 142;--color-green-50: oklch(95% calc(var(--color-green-oklch-c) - 0.15) var(--color-green-oklch-h));--color-green-100: oklch(90% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-200: oklch(85% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-300: oklch(80% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-400: oklch(70% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-500: oklch(60% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-600: oklch(var(--color-green-oklch-l) var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-700: oklch(40% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-800: oklch(30% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-900: oklch(20% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-950: oklch(15% var(--color-green-oklch-c) var(--color-green-oklch-h));--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const i=o},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),o=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(o,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,o=s}return!n&&o&&(y=o),o||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new _(r)},k=v;k.l=T,k.i=S,k.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(k.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return k},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(e){return n.isMemo(e)?a:s[e.$$typeof]||o}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var l=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var o=d(r);o&&o!==p&&e(t,o,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=c(t),m=c(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case i:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case l:case f:case g:case m:case c:return e;default:return t}}case o:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=l,t.ContextProvider=c,t.Element=n,t.ForwardRef=f,t.Fragment=i,t.Lazy=g,t.Memo=m,t.Portal=o,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===l},t.isContextProvider=function(e){return S(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===i},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===o},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===c||e.$$typeof===l||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,o=60107,i=60108,a=60114,s=60109,c=60110,l=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),o=b("react.fragment"),i=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),c=b("react.context"),l=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===v||e===i||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===c||e.$$typeof===l||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case o:case a:case i:case u:case h:return e;default:switch(e=e&&e.$$typeof){case c:case l:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var o=r?r.call(n,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),c=0;c{"use strict";var n,o=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),i=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>no});const e=require("react");var t=r.n(e),o=r(5556),i=r.n(o),a=r(4353),s=r.n(a),c=r(5750),l=r.n(c),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(U,(function(e,r,n,o,i,a){if(r)t.minimumIntegerDigits=n.length;else{if(o&&i)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(z.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(z,(function(e,r,n,o,i,a){return"*"===n?t.minimumFractionDigits=r.length:o&&"#"===o[0]?t.maximumFractionDigits=o.length:i&&a?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var i=o.options[0];"w"===i?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=f(f({},t),G(i)))}else if(F.test(o.stem))t=f(f({},t),G(o.stem));else{var a=$(o.stem);a&&(t=f(f({},t),a));var s=Y(o.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,oe=!!String.prototype.trimStart,ie=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var ce,le=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;ti;){if((r=e[i++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,o=e.charCodeAt(t);return o<55296||o>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?o:n-56320+(o-55296<<10)+65536}},de=oe?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=ie?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ce=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else ce=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var o=this.char();if(123===o){if((i=this.parseArgument(e,r)).err)return i;n.push(i.val)}else{if(125===o&&e>0)break;if(35!==o||"plural"!==t&&"selectordinal"!==t){if(60===o&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===o&&!this.ignoreTag&&ye(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i;n.push(i.val)}else{var i;if((i=this.parseLiteral(e,t)).err)return i;n.push(i.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var i=o.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:i,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var o=this.tryParseQuote(t);if(o)n+=o;else{var i=this.tryParseUnquoted(e,t);if(i)n+=i;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=ce(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var o,i=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(i,s));case"number":case"date":case"time":this.bumpSpace();var c=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));c={style:p,styleLocation:Q(l,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(c&&le(null==c?void 0:c.style,"::",0)){var h=de(c.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,c.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),c=Z(t);for("H"!=c&&"k"!=c||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=c+r}else r+="J"===o?"H":o}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(o=null==c?void 0:c.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var k=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:k},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:k},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(i,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,o=t;n=48&&a<=57))break;o=!0,i=10*i+(a-48),this.bump()}var s=Q(n,this.clonePosition());return o?ae(i*=r)?{val:i,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(le(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,O(e)||I(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else w(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function ke(e,t,r,n){var o,i=null==(o=n)||"number"==typeof o||"boolean"==typeof o?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function _e(e,t,r){var n=Array.prototype.slice.call(arguments,3),o=r(n),i=t.get(o);return void 0===i&&(i=e.apply(this,n),t.set(o,i)),i}function we(e,t,r,n,o){return r.bind(t,e,n,o)}function Ce(e,t){return we(e,this,1===e.length?ke:_e,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Oe(){this.cache=Object.create(null)}Oe.prototype.get=function(e){return this.cache[e]},Oe.prototype.set=function(e,t){this.cache[e]=t};var Ie,Pe={create:function(){return new Oe}},Me={variadic:function(e,t){return we(e,this,_e,t.cache.create(),t.serializer)},monadic:function(e,t){return we(e,this,ke,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Ie||(Ie={}));var He,Ne=function(e){function t(t,r,n){var o=e.call(this,t)||this;return o.code=r,o.originalMessage=n,o}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,o){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Ie.INVALID_VALUE,o)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Ie.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Ie.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,o,i,a){if(1===e.length&&k(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],c=0,l=e;c0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,o){var i=this,a=o?o instanceof Error?o:new Error(String(o)):void 0;return(i=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,o){var i=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,o)||this;return i.descriptor=n,i}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var o,i=e&&e[t];if(i&&(o=i[r]),o)return o;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),o=r.length;if(n.length!==o)return!1;for(var i=0;id)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0c.charCodeAt(8))break;case 115:a=a.replace(c,"-webkit-"+c)+";"+a;break;case 207:case 102:a=a.replace(c,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,o=n;e>=o;)(o<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(o),this.groupSizes.set(r),this.length=o;for(var i=n;i=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),o=n+r,i=n;i=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,o=r.split(","),i=0,a=o.length;i=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),i=void 0!==o?o.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,i),n},_r=function(){function e(e){var t=this.element=kr(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(l+=e+",")})),n+=""+s+c+'{content:"'+l+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(i,"."+a,void 0,n);t.insertRules(n,a,s)}o.push(a),this.staticRulesId=a}else{for(var c=this.rules.length,l=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}o.push(m)}}return o.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,o,i=void 0===e?nr:e,a=i.options,s=void 0===a?nr:a,c=i.plugins,l=void 0===c?rr:c,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,o,i,a,s,c,l,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===l)return n+"/*|*/";break;case 3:switch(l){case 102:case 112:return e(o[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,i){return 0===n&&-1!==Fr.indexOf(i[r.length])||i.match(o)?e:"."+t};function p(e,i,a,s){void 0===s&&(s="&");var c=e.replace(zr,""),l=i&&a?a+" "+i+" { "+c+" }":c;return t=s,r=i,n=new RegExp("\\"+r+"\\b","g"),o=new RegExp("(\\"+r+"\\b){2,}"),u(a||!i?"":i,l)}return u.use([].concat(l,[function(e,t,o){2===e&&o.length&&o[0].lastIndexOf(r)>0&&(o[0]=o[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=l.length?l.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Ir),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),o=n[0],i=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),c=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:o})}),[r.disableVendorPrefixes,o]);return(0,e.useEffect)((function(){qt()(o,r.stylisPlugins)||i(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:c},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var o,i=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,cn=/(^-|-$)/g;function ln(e){return e.replace(sn,"-").replace(cn,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(o[r]=e[r]);return o}(n,["componentId"]),i=t&&t+"-"+(hn(e)?e:ln(ir(e)));return yn(e,Qt({},r,{attrs:p,componentId:i}),o)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=i?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var o=function(){return t(r,n,on.apply(void 0,arguments))};return o.withConfig=function(o){return e(t,r,Qt({},n,{},o))},o.attrs=function(o){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,o).filter(Boolean)}))},o}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Ir.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var o=n(rn(this.rules,t,r,n).join(""),""),i=this.componentId+e;r.insertRules(i,i,o)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Ir.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),o=Ar();return o&&(n.nonce=o),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Ir({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function kn(e){var r=e.id,n=e.css,o=void 0===n?null:n;if(!o)return t().createElement(t().Fragment,null);var i,a,s=o.replaceAll("#SLIDE_ID","#".concat(r)),c=Sn(An||(i=["",""],a||(a=i.slice(0)),An=Object.freeze(Object.defineProperties(i,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(c,null)}kn.propTypes={id:i().string.isRequired,css:i().string};var _n,wn,Cn,Rn,On,In,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(i).map((function(r){var n,o,i,a;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:"content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item-team"},null!==(n=null!==(o=r.team)&&void 0!==o?o:r.team)&&void 0!==n?n:""),t().createElement($n,{className:"content-item-remarks"},null!==(i=null!==(a=r.remarks)&&void 0!==a?a:r.remarks)&&void 0!==i?i:""))})))))}var xn=Tn.div(_n||(_n=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n /*\n --bg-color is local to this template file and is populated from configuration.\n --background-color serves as fallback to the global variable, that will serve a light og dark background color depending on the user preferences.\n */\n background-color: var(--bg-color, var(--background-color));\n background-image: var(--bg-image, none);\n color: var(--text-color);\n display: grid;\n grid-template-areas:\n "header"\n "content";\n grid-template-rows: 1fr 9fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(wn||(wn=Ln(["\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: space-between;\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h1-font-size);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),jn=Tn.div(On||(On=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(In||(In=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n\n // Remove border from bottom.\n &:nth-last-child(-n + 6) {\n border-bottom: 0;\n }\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-bold);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n"])));Dn.propTypes={templateClasses:i().arrayOf(i().string),templateRootStyle:i().shape({}),bookings:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string})).isRequired,content:i().shape({title:i().string,mediaContain:i().bool}).isRequired,getTitle:i().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var eo=r(1612);function to(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(o.mediaData,i.image);k&&(A["--bg-image"]='url("'.concat(k,'")'));var _=new Gt(o,c);return(0,e.useEffect)((function(){return a&&_.start(v),function(){_.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(l()),d($t)}),[]),console.log("Brnd layout:",m),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S,content:i,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(it,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(kn,{id:u,css:null==o||null===(n=o.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(eo.A,{insert:"head",singleton:!1}),eo.A.locals,ro.propTypes={run:i().string.isRequired,slideDone:i().func.isRequired,slide:i().shape({theme:i().shape({cssStyles:i().string}),mediaData:i().shape({url:i().string,assets:i().shape({uri:i().string})}),feedData:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string}))}).isRequired,content:i().shape({duration:i().number.isRequired,layout:i().string,image:i().arrayOf(i().string),fontSize:i().string}).isRequired,executionId:i().string.isRequired};const no=ro})();var o=exports;for(var i in n)o[i]=n[i];n.__esModule&&Object.defineProperty(o,"__esModule",{value:!0})})(); \ No newline at end of file diff --git a/src/brnd/brnd-admin.json b/src/brnd/brnd-admin.json index 4705a43e..36ff8dc1 100644 --- a/src/brnd/brnd-admin.json +++ b/src/brnd/brnd-admin.json @@ -2,7 +2,7 @@ { "key": "brnd-form-1", "input": "header", - "text": "Skabelon: BRND sportcenter dagsprogram", + "text": "Skabelon: BRND", "name": "header1", "formGroupClasses": "h4 mb-3" }, @@ -33,7 +33,8 @@ "input": "input", "name": "sportcenterid", "type": "text", - "label": "Sport center ID", + "label": "Sportcenter ID", + "required": true, "helpText": "Hvert anlæg har en ID streng. Kontakt BRND support for at få en oversigt.", "formGroupClasses": "col-md-6" }, @@ -47,7 +48,7 @@ "options": [ { "key": "layout1", - "title": "Dagsprogram", + "title": "Sportcenter Dagsprogram", "value": "sportcenter-today" } ] @@ -96,63 +97,6 @@ "helpText": "Her kan du skrive overskrift.", "formGroupClasses": "col-md-6" }, - { - "key": "brnd-form-subtitle", - "input": "input", - "name": "subTitle", - "type": "text", - "label": "Underoverskrift", - "helpText": "Her kan du skrive underoverskrift.", - "formGroupClasses": "col-md-6" - }, - { - "key": "brnd-form-resource-available-text", - "input": "input", - "name": "resourceAvailableText", - "type": "text", - "label": "Tekst når resursen er ledig", - "helpText": "Her kan du skrive tekst, som vises når resursen er ledig.", - "formGroupClasses": "col-md-6" - }, - { - "key": "brnd-form-resource-unavailable-text", - "input": "input", - "name": "resourceUnavailableText", - "type": "text", - "label": "Begivenhedstitel fallback", - "helpText": "Her kan du skrive tekst på begivenheder, hvor der ikke er sat en titel.", - "formGroupClasses": "col-md-6" - }, - { - "key": "brnd-form-footer-text", - "input": "input", - "name": "footerText", - "type": "text", - "label": "Footer tekst", - "helpText": "Her kan du skrive tekst til footeren.", - "formGroupClasses": "col-md-6" - }, - { - "key": "brnd-form-hide-grid", - "input": "checkbox", - "label": "Skjul grid", - "name": "hideGrid", - "formGroupClasses": "col-md-6 mb-3" - }, - { - "key": "brnd-form-has-date-and-time", - "input": "checkbox", - "label": "Vis dato og tidspunkt", - "name": "hasDateAndTime", - "formGroupClasses": "col-md-6 mb-3" - }, - { - "key": "brnd-form-date-as-box", - "input": "checkbox", - "label": "Dato og tidspunkt som boks", - "name": "dateAsBox", - "formGroupClasses": "col-md-6 mb-3" - }, { "key": "brnd-form-image", "multipleImages": false, @@ -166,12 +110,5 @@ "name": "mediaContain", "label": "Deaktivér billedbeskæring", "helpText": "Billedet vil blive vist ubeskåret med tomme områder omkring" - }, - { - "key": "brnd-form-display-headers", - "input": "checkbox", - "label": "Vis tabeloverskrifter", - "name": "displayHeaders", - "formGroupClasses": "col-md-6 mb-3" } ] diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index dd9dfda2..bac79c2c 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -27,9 +27,6 @@ function BrndSportcenterToday({ const [currentDate, setCurrentDate] = useState(new Date()); const { title = "", - hasDateAndTime, - displayHeaders = true, - dateAsBox = false /* TODO: Add this to the configuration of the slide */, mediaContain, } = content; @@ -43,8 +40,6 @@ function BrndSportcenterToday({ "--border-left": 0, }; - let counterForOrder = 0; - /** * Capitalize the datestring, as it starts with the weekday. * @@ -69,18 +64,9 @@ function BrndSportcenterToday({ }; useEffect(() => { - let dateAndTimeInterval = null; - - if (hasDateAndTime) { - dateAndTimeInterval = setInterval(() => setCurrentDate(new Date()), 1000); - } - - return function cleanup() { - if (dateAndTimeInterval !== null) { - clearInterval(dateAndTimeInterval); - } - }; - }, [hasDateAndTime]); + const dateAndTimeInterval = setInterval(() => setCurrentDate(new Date()), 1000); + return () => clearInterval(dateAndTimeInterval); + }, []); return (
{title} - {hasDateAndTime && ( - <> - {!dateAsBox && ( - - {currentDate && - capitalize( - dayjs().locale(localeDa).format("dddd D. MMMM HH:mm") - )} - + + {currentDate && + capitalize( + dayjs().locale(localeDa).format("dddd D. MMMM HH:mm") )} - {dateAsBox && ( - - - {currentDate && - capitalize(dayjs().locale(localeDa).format("ddd"))} - - - {currentDate && - capitalize(dayjs().locale(localeDa).format("D"))} - - - {currentDate && - capitalize(dayjs().locale(localeDa).format("MMM"))} - - - )} - - )} +
- {displayHeaders !== false && ( - - - - - - - - - - - - - - - - - - - - - )} + + + + + + + + + + + + + + + + + + + + {bookings?.length > 0 && getSortedBookings(bookings).map((entry) => { const returnFragment = ( - + {dayjs(entry.startTime * 1000) .locale(localeDa) @@ -179,7 +141,6 @@ function BrndSportcenterToday({ ); - counterForOrder += 3; return returnFragment; })} @@ -227,21 +188,6 @@ const HeaderDate = styled.div` font-weight: var(--font-weight-light); `; -const HeaderDateBox = styled.div` - padding: var(--padding-size-base) calc(var(--padding-size-base) * 2); - background-color: var(--color-primary); - line-height: 1; -`; - -const Weekday = styled.div``; - -const DateNumber = styled.div` - font-size: var(--h3-font-size); - font-weight: var(--font-weight-bold); -`; - -const Month = styled.div``; - const Content = styled.div` grid-area: content; `; @@ -302,11 +248,6 @@ BrndSportcenterToday.propTypes = { ).isRequired, content: PropTypes.shape({ title: PropTypes.string, - hasDateAndTime: PropTypes.bool, - displayHeaders: PropTypes.bool, - dateAsBox: PropTypes.bool, - resourceUnavailableText: PropTypes.string, - hideGrid: PropTypes.bool, mediaContain: PropTypes.bool, }).isRequired, getTitle: PropTypes.func.isRequired, diff --git a/src/brnd/brnd.js b/src/brnd/brnd.js index 7a73c44e..979907b7 100644 --- a/src/brnd/brnd.js +++ b/src/brnd/brnd.js @@ -126,7 +126,6 @@ Brnd.propTypes = { layout: PropTypes.string, image: PropTypes.arrayOf(PropTypes.string), fontSize: PropTypes.string, - resourceUnavailableText: PropTypes.string, }).isRequired, executionId: PropTypes.string.isRequired, }; diff --git a/src/slides.js b/src/slides.js index 24d9d55b..f003d389 100644 --- a/src/slides.js +++ b/src/slides.js @@ -1721,14 +1721,8 @@ const slides = [ content: { duration: 5000, layout: "sportcenter-today", - hasDateAndTime: true, title: "Aktiviteter i dag", - resourceAvailableText: "Lokalet er frit.", - displayHeaders: true, - resourceUnavailableText: "Det er optaget", // image: ["/v1/media/00000000000000000000000001"], - footerText: "Se mere på localhost/events", - dateAsBox: false, fontSize: "font-size-m", }, }, From 81624a50dd331b6ff5f35445028b3a8a3084ee8e Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Tue, 24 Jun 2025 12:23:21 +0200 Subject: [PATCH 04/32] Debugging --- src/brnd/brnd.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/brnd/brnd.js b/src/brnd/brnd.js index 979907b7..680017d5 100644 --- a/src/brnd/brnd.js +++ b/src/brnd/brnd.js @@ -72,6 +72,7 @@ function Brnd({ slide, content, run, slideDone, executionId }) { // Add this line to debug the layout value console.log("Brnd layout:", layout); + console.log("FeedData:", feedData); return ( <> From 076b7e52e2889a02fd5957c18a7a0b328117de4b Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Tue, 24 Jun 2025 12:32:06 +0200 Subject: [PATCH 05/32] Debugging --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 5d7be0c0..814b9440 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1749733509888", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1749733509888", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1749733509888", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1750761067871", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1750761067871", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1750761067871", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 5d7be0c0..814b9440 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1749733509888", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1749733509888", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1749733509888", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1750761067871", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1750761067871", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1750761067871", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index 31dd0831..04843a17 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const i=o},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-oklch-ch: 0.25 29;--color-red-oklch-l: 50%;--color-red-oklch-c: 0.25;--color-red-oklch-h: 29;--color-red-50: oklch(95% calc(var(--color-red-oklch-c) - 0.20) var(--color-red-oklch-h));--color-red-100: oklch(90% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-200: oklch(85% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-300: oklch(80% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-400: oklch(70% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-500: oklch(60% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-600: oklch(var(--color-red-oklch-l) var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-700: oklch(40% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-800: oklch(30% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-900: oklch(20% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-950: oklch(15% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-green-oklch-l: 50%;--color-green-oklch-c: 0.17;--color-green-oklch-h: 142;--color-green-50: oklch(95% calc(var(--color-green-oklch-c) - 0.15) var(--color-green-oklch-h));--color-green-100: oklch(90% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-200: oklch(85% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-300: oklch(80% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-400: oklch(70% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-500: oklch(60% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-600: oklch(var(--color-green-oklch-l) var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-700: oklch(40% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-800: oklch(30% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-900: oklch(20% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-950: oklch(15% var(--color-green-oklch-c) var(--color-green-oklch-h));--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const i=o},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),o=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(o,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,o=s}return!n&&o&&(y=o),o||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new _(r)},k=v;k.l=T,k.i=S,k.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(k.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return k},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(e){return n.isMemo(e)?a:s[e.$$typeof]||o}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var l=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var o=d(r);o&&o!==p&&e(t,o,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=c(t),m=c(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case i:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case l:case f:case g:case m:case c:return e;default:return t}}case o:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=l,t.ContextProvider=c,t.Element=n,t.ForwardRef=f,t.Fragment=i,t.Lazy=g,t.Memo=m,t.Portal=o,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===l},t.isContextProvider=function(e){return S(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===i},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===o},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===c||e.$$typeof===l||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,o=60107,i=60108,a=60114,s=60109,c=60110,l=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),o=b("react.fragment"),i=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),c=b("react.context"),l=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===v||e===i||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===c||e.$$typeof===l||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case o:case a:case i:case u:case h:return e;default:switch(e=e&&e.$$typeof){case c:case l:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var o=r?r.call(n,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),c=0;c{"use strict";var n,o=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),i=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>no});const e=require("react");var t=r.n(e),o=r(5556),i=r.n(o),a=r(4353),s=r.n(a),c=r(5750),l=r.n(c),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(U,(function(e,r,n,o,i,a){if(r)t.minimumIntegerDigits=n.length;else{if(o&&i)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(z.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(z,(function(e,r,n,o,i,a){return"*"===n?t.minimumFractionDigits=r.length:o&&"#"===o[0]?t.maximumFractionDigits=o.length:i&&a?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var i=o.options[0];"w"===i?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=f(f({},t),G(i)))}else if(F.test(o.stem))t=f(f({},t),G(o.stem));else{var a=$(o.stem);a&&(t=f(f({},t),a));var s=Y(o.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,oe=!!String.prototype.trimStart,ie=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var ce,le=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;ti;){if((r=e[i++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,o=e.charCodeAt(t);return o<55296||o>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?o:n-56320+(o-55296<<10)+65536}},de=oe?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=ie?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ce=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else ce=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var o=this.char();if(123===o){if((i=this.parseArgument(e,r)).err)return i;n.push(i.val)}else{if(125===o&&e>0)break;if(35!==o||"plural"!==t&&"selectordinal"!==t){if(60===o&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===o&&!this.ignoreTag&&ye(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i;n.push(i.val)}else{var i;if((i=this.parseLiteral(e,t)).err)return i;n.push(i.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var i=o.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:i,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var o=this.tryParseQuote(t);if(o)n+=o;else{var i=this.tryParseUnquoted(e,t);if(i)n+=i;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=ce(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var o,i=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(i,s));case"number":case"date":case"time":this.bumpSpace();var c=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));c={style:p,styleLocation:Q(l,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(c&&le(null==c?void 0:c.style,"::",0)){var h=de(c.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,c.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),c=Z(t);for("H"!=c&&"k"!=c||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=c+r}else r+="J"===o?"H":o}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(o=null==c?void 0:c.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var k=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:k},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:k},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(i,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,o=t;n=48&&a<=57))break;o=!0,i=10*i+(a-48),this.bump()}var s=Q(n,this.clonePosition());return o?ae(i*=r)?{val:i,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(le(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,O(e)||I(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else w(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function ke(e,t,r,n){var o,i=null==(o=n)||"number"==typeof o||"boolean"==typeof o?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function _e(e,t,r){var n=Array.prototype.slice.call(arguments,3),o=r(n),i=t.get(o);return void 0===i&&(i=e.apply(this,n),t.set(o,i)),i}function we(e,t,r,n,o){return r.bind(t,e,n,o)}function Ce(e,t){return we(e,this,1===e.length?ke:_e,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Oe(){this.cache=Object.create(null)}Oe.prototype.get=function(e){return this.cache[e]},Oe.prototype.set=function(e,t){this.cache[e]=t};var Ie,Pe={create:function(){return new Oe}},Me={variadic:function(e,t){return we(e,this,_e,t.cache.create(),t.serializer)},monadic:function(e,t){return we(e,this,ke,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Ie||(Ie={}));var He,Ne=function(e){function t(t,r,n){var o=e.call(this,t)||this;return o.code=r,o.originalMessage=n,o}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,o){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Ie.INVALID_VALUE,o)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Ie.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Ie.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,o,i,a){if(1===e.length&&k(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],c=0,l=e;c0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,o){var i=this,a=o?o instanceof Error?o:new Error(String(o)):void 0;return(i=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,o){var i=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,o)||this;return i.descriptor=n,i}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var o,i=e&&e[t];if(i&&(o=i[r]),o)return o;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),o=r.length;if(n.length!==o)return!1;for(var i=0;id)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0c.charCodeAt(8))break;case 115:a=a.replace(c,"-webkit-"+c)+";"+a;break;case 207:case 102:a=a.replace(c,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,o=n;e>=o;)(o<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(o),this.groupSizes.set(r),this.length=o;for(var i=n;i=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),o=n+r,i=n;i=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,o=r.split(","),i=0,a=o.length;i=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),i=void 0!==o?o.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,i),n},_r=function(){function e(e){var t=this.element=kr(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(l+=e+",")})),n+=""+s+c+'{content:"'+l+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(i,"."+a,void 0,n);t.insertRules(n,a,s)}o.push(a),this.staticRulesId=a}else{for(var c=this.rules.length,l=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}o.push(m)}}return o.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,o,i=void 0===e?nr:e,a=i.options,s=void 0===a?nr:a,c=i.plugins,l=void 0===c?rr:c,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,o,i,a,s,c,l,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===l)return n+"/*|*/";break;case 3:switch(l){case 102:case 112:return e(o[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,i){return 0===n&&-1!==Fr.indexOf(i[r.length])||i.match(o)?e:"."+t};function p(e,i,a,s){void 0===s&&(s="&");var c=e.replace(zr,""),l=i&&a?a+" "+i+" { "+c+" }":c;return t=s,r=i,n=new RegExp("\\"+r+"\\b","g"),o=new RegExp("(\\"+r+"\\b){2,}"),u(a||!i?"":i,l)}return u.use([].concat(l,[function(e,t,o){2===e&&o.length&&o[0].lastIndexOf(r)>0&&(o[0]=o[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=l.length?l.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Ir),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),o=n[0],i=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),c=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:o})}),[r.disableVendorPrefixes,o]);return(0,e.useEffect)((function(){qt()(o,r.stylisPlugins)||i(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:c},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var o,i=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,cn=/(^-|-$)/g;function ln(e){return e.replace(sn,"-").replace(cn,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(o[r]=e[r]);return o}(n,["componentId"]),i=t&&t+"-"+(hn(e)?e:ln(ir(e)));return yn(e,Qt({},r,{attrs:p,componentId:i}),o)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=i?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var o=function(){return t(r,n,on.apply(void 0,arguments))};return o.withConfig=function(o){return e(t,r,Qt({},n,{},o))},o.attrs=function(o){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,o).filter(Boolean)}))},o}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Ir.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var o=n(rn(this.rules,t,r,n).join(""),""),i=this.componentId+e;r.insertRules(i,i,o)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Ir.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),o=Ar();return o&&(n.nonce=o),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Ir({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function kn(e){var r=e.id,n=e.css,o=void 0===n?null:n;if(!o)return t().createElement(t().Fragment,null);var i,a,s=o.replaceAll("#SLIDE_ID","#".concat(r)),c=Sn(An||(i=["",""],a||(a=i.slice(0)),An=Object.freeze(Object.defineProperties(i,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(c,null)}kn.propTypes={id:i().string.isRequired,css:i().string};var _n,wn,Cn,Rn,On,In,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(i).map((function(r){var n,o,i,a;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:"content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item-team"},null!==(n=null!==(o=r.team)&&void 0!==o?o:r.team)&&void 0!==n?n:""),t().createElement($n,{className:"content-item-remarks"},null!==(i=null!==(a=r.remarks)&&void 0!==a?a:r.remarks)&&void 0!==i?i:""))})))))}var xn=Tn.div(_n||(_n=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n /*\n --bg-color is local to this template file and is populated from configuration.\n --background-color serves as fallback to the global variable, that will serve a light og dark background color depending on the user preferences.\n */\n background-color: var(--bg-color, var(--background-color));\n background-image: var(--bg-image, none);\n color: var(--text-color);\n display: grid;\n grid-template-areas:\n "header"\n "content";\n grid-template-rows: 1fr 9fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(wn||(wn=Ln(["\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: space-between;\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h1-font-size);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),jn=Tn.div(On||(On=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(In||(In=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n\n // Remove border from bottom.\n &:nth-last-child(-n + 6) {\n border-bottom: 0;\n }\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-bold);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n"])));Dn.propTypes={templateClasses:i().arrayOf(i().string),templateRootStyle:i().shape({}),bookings:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string})).isRequired,content:i().shape({title:i().string,mediaContain:i().bool}).isRequired,getTitle:i().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var eo=r(1612);function to(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(o.mediaData,i.image);k&&(A["--bg-image"]='url("'.concat(k,'")'));var _=new Gt(o,c);return(0,e.useEffect)((function(){return a&&_.start(v),function(){_.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(l()),d($t)}),[]),console.log("Brnd layout:",m),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S,content:i,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(it,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(kn,{id:u,css:null==o||null===(n=o.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(eo.A,{insert:"head",singleton:!1}),eo.A.locals,ro.propTypes={run:i().string.isRequired,slideDone:i().func.isRequired,slide:i().shape({theme:i().shape({cssStyles:i().string}),mediaData:i().shape({url:i().string,assets:i().shape({uri:i().string})}),feedData:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string}))}).isRequired,content:i().shape({duration:i().number.isRequired,layout:i().string,image:i().arrayOf(i().string),fontSize:i().string}).isRequired,executionId:i().string.isRequired};const no=ro})();var o=exports;for(var i in n)o[i]=n[i];n.__esModule&&Object.defineProperty(o,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const i=o},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-oklch-ch: 0.25 29;--color-red-oklch-l: 50%;--color-red-oklch-c: 0.25;--color-red-oklch-h: 29;--color-red-50: oklch(95% calc(var(--color-red-oklch-c) - 0.20) var(--color-red-oklch-h));--color-red-100: oklch(90% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-200: oklch(85% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-300: oklch(80% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-400: oklch(70% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-500: oklch(60% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-600: oklch(var(--color-red-oklch-l) var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-700: oklch(40% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-800: oklch(30% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-900: oklch(20% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-950: oklch(15% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-green-oklch-l: 50%;--color-green-oklch-c: 0.17;--color-green-oklch-h: 142;--color-green-50: oklch(95% calc(var(--color-green-oklch-c) - 0.15) var(--color-green-oklch-h));--color-green-100: oklch(90% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-200: oklch(85% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-300: oklch(80% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-400: oklch(70% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-500: oklch(60% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-600: oklch(var(--color-green-oklch-l) var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-700: oklch(40% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-800: oklch(30% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-900: oklch(20% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-950: oklch(15% var(--color-green-oklch-c) var(--color-green-oklch-h));--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const i=o},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),o=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(o,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,o=s}return!n&&o&&(y=o),o||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new _(r)},k=v;k.l=T,k.i=S,k.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(k.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return k},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(e){return n.isMemo(e)?a:s[e.$$typeof]||o}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var l=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var o=d(r);o&&o!==p&&e(t,o,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=c(t),m=c(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case i:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case l:case f:case g:case m:case c:return e;default:return t}}case o:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=l,t.ContextProvider=c,t.Element=n,t.ForwardRef=f,t.Fragment=i,t.Lazy=g,t.Memo=m,t.Portal=o,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===l},t.isContextProvider=function(e){return S(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===i},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===o},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===c||e.$$typeof===l||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,o=60107,i=60108,a=60114,s=60109,c=60110,l=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),o=b("react.fragment"),i=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),c=b("react.context"),l=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===v||e===i||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===c||e.$$typeof===l||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case o:case a:case i:case u:case h:return e;default:switch(e=e&&e.$$typeof){case c:case l:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var o=r?r.call(n,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),c=0;c{"use strict";var n,o=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),i=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>no});const e=require("react");var t=r.n(e),o=r(5556),i=r.n(o),a=r(4353),s=r.n(a),c=r(5750),l=r.n(c),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(U,(function(e,r,n,o,i,a){if(r)t.minimumIntegerDigits=n.length;else{if(o&&i)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(z.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(z,(function(e,r,n,o,i,a){return"*"===n?t.minimumFractionDigits=r.length:o&&"#"===o[0]?t.maximumFractionDigits=o.length:i&&a?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var i=o.options[0];"w"===i?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=f(f({},t),G(i)))}else if(F.test(o.stem))t=f(f({},t),G(o.stem));else{var a=$(o.stem);a&&(t=f(f({},t),a));var s=Y(o.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,oe=!!String.prototype.trimStart,ie=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var ce,le=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;ti;){if((r=e[i++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,o=e.charCodeAt(t);return o<55296||o>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?o:n-56320+(o-55296<<10)+65536}},de=oe?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=ie?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ce=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else ce=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var o=this.char();if(123===o){if((i=this.parseArgument(e,r)).err)return i;n.push(i.val)}else{if(125===o&&e>0)break;if(35!==o||"plural"!==t&&"selectordinal"!==t){if(60===o&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===o&&!this.ignoreTag&&ye(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i;n.push(i.val)}else{var i;if((i=this.parseLiteral(e,t)).err)return i;n.push(i.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var i=o.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:i,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var o=this.tryParseQuote(t);if(o)n+=o;else{var i=this.tryParseUnquoted(e,t);if(i)n+=i;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=ce(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var o,i=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(i,s));case"number":case"date":case"time":this.bumpSpace();var c=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));c={style:p,styleLocation:Q(l,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(c&&le(null==c?void 0:c.style,"::",0)){var h=de(c.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,c.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),c=Z(t);for("H"!=c&&"k"!=c||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=c+r}else r+="J"===o?"H":o}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(o=null==c?void 0:c.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var k=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:k},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:k},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(i,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,o=t;n=48&&a<=57))break;o=!0,i=10*i+(a-48),this.bump()}var s=Q(n,this.clonePosition());return o?ae(i*=r)?{val:i,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(le(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,O(e)||I(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else w(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function ke(e,t,r,n){var o,i=null==(o=n)||"number"==typeof o||"boolean"==typeof o?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function _e(e,t,r){var n=Array.prototype.slice.call(arguments,3),o=r(n),i=t.get(o);return void 0===i&&(i=e.apply(this,n),t.set(o,i)),i}function we(e,t,r,n,o){return r.bind(t,e,n,o)}function Ce(e,t){return we(e,this,1===e.length?ke:_e,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Oe(){this.cache=Object.create(null)}Oe.prototype.get=function(e){return this.cache[e]},Oe.prototype.set=function(e,t){this.cache[e]=t};var Ie,Pe={create:function(){return new Oe}},Me={variadic:function(e,t){return we(e,this,_e,t.cache.create(),t.serializer)},monadic:function(e,t){return we(e,this,ke,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Ie||(Ie={}));var He,Ne=function(e){function t(t,r,n){var o=e.call(this,t)||this;return o.code=r,o.originalMessage=n,o}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,o){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Ie.INVALID_VALUE,o)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Ie.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Ie.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,o,i,a){if(1===e.length&&k(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],c=0,l=e;c0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,o){var i=this,a=o?o instanceof Error?o:new Error(String(o)):void 0;return(i=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,o){var i=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,o)||this;return i.descriptor=n,i}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var o,i=e&&e[t];if(i&&(o=i[r]),o)return o;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),o=r.length;if(n.length!==o)return!1;for(var i=0;id)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0c.charCodeAt(8))break;case 115:a=a.replace(c,"-webkit-"+c)+";"+a;break;case 207:case 102:a=a.replace(c,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,o=n;e>=o;)(o<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(o),this.groupSizes.set(r),this.length=o;for(var i=n;i=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),o=n+r,i=n;i=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,o=r.split(","),i=0,a=o.length;i=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),i=void 0!==o?o.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,i),n},_r=function(){function e(e){var t=this.element=kr(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(l+=e+",")})),n+=""+s+c+'{content:"'+l+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(i,"."+a,void 0,n);t.insertRules(n,a,s)}o.push(a),this.staticRulesId=a}else{for(var c=this.rules.length,l=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}o.push(m)}}return o.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,o,i=void 0===e?nr:e,a=i.options,s=void 0===a?nr:a,c=i.plugins,l=void 0===c?rr:c,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,o,i,a,s,c,l,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===l)return n+"/*|*/";break;case 3:switch(l){case 102:case 112:return e(o[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,i){return 0===n&&-1!==Fr.indexOf(i[r.length])||i.match(o)?e:"."+t};function p(e,i,a,s){void 0===s&&(s="&");var c=e.replace(zr,""),l=i&&a?a+" "+i+" { "+c+" }":c;return t=s,r=i,n=new RegExp("\\"+r+"\\b","g"),o=new RegExp("(\\"+r+"\\b){2,}"),u(a||!i?"":i,l)}return u.use([].concat(l,[function(e,t,o){2===e&&o.length&&o[0].lastIndexOf(r)>0&&(o[0]=o[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=l.length?l.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Ir),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),o=n[0],i=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),c=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:o})}),[r.disableVendorPrefixes,o]);return(0,e.useEffect)((function(){qt()(o,r.stylisPlugins)||i(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:c},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var o,i=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,cn=/(^-|-$)/g;function ln(e){return e.replace(sn,"-").replace(cn,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(o[r]=e[r]);return o}(n,["componentId"]),i=t&&t+"-"+(hn(e)?e:ln(ir(e)));return yn(e,Qt({},r,{attrs:p,componentId:i}),o)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=i?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var o=function(){return t(r,n,on.apply(void 0,arguments))};return o.withConfig=function(o){return e(t,r,Qt({},n,{},o))},o.attrs=function(o){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,o).filter(Boolean)}))},o}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Ir.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var o=n(rn(this.rules,t,r,n).join(""),""),i=this.componentId+e;r.insertRules(i,i,o)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Ir.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),o=Ar();return o&&(n.nonce=o),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Ir({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function kn(e){var r=e.id,n=e.css,o=void 0===n?null:n;if(!o)return t().createElement(t().Fragment,null);var i,a,s=o.replaceAll("#SLIDE_ID","#".concat(r)),c=Sn(An||(i=["",""],a||(a=i.slice(0)),An=Object.freeze(Object.defineProperties(i,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(c,null)}kn.propTypes={id:i().string.isRequired,css:i().string};var _n,wn,Cn,Rn,On,In,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(i).map((function(r){var n,o,i,a;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:"content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item-team"},null!==(n=null!==(o=r.team)&&void 0!==o?o:r.team)&&void 0!==n?n:""),t().createElement($n,{className:"content-item-remarks"},null!==(i=null!==(a=r.remarks)&&void 0!==a?a:r.remarks)&&void 0!==i?i:""))})))))}var xn=Tn.div(_n||(_n=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n /*\n --bg-color is local to this template file and is populated from configuration.\n --background-color serves as fallback to the global variable, that will serve a light og dark background color depending on the user preferences.\n */\n background-color: var(--bg-color, var(--background-color));\n background-image: var(--bg-image, none);\n color: var(--text-color);\n display: grid;\n grid-template-areas:\n "header"\n "content";\n grid-template-rows: 1fr 9fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(wn||(wn=Ln(["\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: space-between;\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h1-font-size);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),jn=Tn.div(On||(On=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(In||(In=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n\n // Remove border from bottom.\n &:nth-last-child(-n + 6) {\n border-bottom: 0;\n }\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-bold);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n"])));Dn.propTypes={templateClasses:i().arrayOf(i().string),templateRootStyle:i().shape({}),bookings:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string})).isRequired,content:i().shape({title:i().string,mediaContain:i().bool}).isRequired,getTitle:i().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var eo=r(1612);function to(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(o.mediaData,i.image);k&&(A["--bg-image"]='url("'.concat(k,'")'));var _=new Gt(o,c);return(0,e.useEffect)((function(){return a&&_.start(v),function(){_.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(l()),d($t)}),[]),console.log("Brnd layout:",m),console.log("FeedData:",S),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S,content:i,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(it,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(kn,{id:u,css:null==o||null===(n=o.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(eo.A,{insert:"head",singleton:!1}),eo.A.locals,ro.propTypes={run:i().string.isRequired,slideDone:i().func.isRequired,slide:i().shape({theme:i().shape({cssStyles:i().string}),mediaData:i().shape({url:i().string,assets:i().shape({uri:i().string})}),feedData:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string}))}).isRequired,content:i().shape({duration:i().number.isRequired,layout:i().string,image:i().arrayOf(i().string),fontSize:i().string}).isRequired,executionId:i().string.isRequired};const no=ro})();var o=exports;for(var i in n)o[i]=n[i];n.__esModule&&Object.defineProperty(o,"__esModule",{value:!0})})(); \ No newline at end of file From 4643a48d62d2786cf889491efa32dcb14eb03e0c Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Fri, 27 Jun 2025 11:59:05 +0200 Subject: [PATCH 06/32] Remove sportcenterid from template config --- src/brnd/brnd-admin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/brnd/brnd-admin.json b/src/brnd/brnd-admin.json index 36ff8dc1..5cdd39a4 100644 --- a/src/brnd/brnd-admin.json +++ b/src/brnd/brnd-admin.json @@ -27,16 +27,6 @@ "text": "Konfigurér slide", "name": "header2", "formGroupClasses": "h5 mb-3" - }, - { - "key": "brnd-form-sportcenterid", - "input": "input", - "name": "sportcenterid", - "type": "text", - "label": "Sportcenter ID", - "required": true, - "helpText": "Hvert anlæg har en ID streng. Kontakt BRND support for at få en oversigt.", - "formGroupClasses": "col-md-6" }, { "key": "calendar-form-layout", From 06ee0064a310e8c236ceeb595e5b266c0084bdd9 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Fri, 27 Jun 2025 12:05:50 +0200 Subject: [PATCH 07/32] Remove sportcenterid from template config --- build/brnd-admin.json | 10 ---------- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/build/brnd-admin.json b/build/brnd-admin.json index 36ff8dc1..5cdd39a4 100644 --- a/build/brnd-admin.json +++ b/build/brnd-admin.json @@ -27,16 +27,6 @@ "text": "Konfigurér slide", "name": "header2", "formGroupClasses": "h5 mb-3" - }, - { - "key": "brnd-form-sportcenterid", - "input": "input", - "name": "sportcenterid", - "type": "text", - "label": "Sportcenter ID", - "required": true, - "helpText": "Hvert anlæg har en ID streng. Kontakt BRND support for at få en oversigt.", - "formGroupClasses": "col-md-6" }, { "key": "calendar-form-layout", diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 814b9440..0c0e62a5 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1750761067871", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1750761067871", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1750761067871", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751018279667", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751018279667", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751018279667", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 814b9440..0c0e62a5 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1750761067871", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1750761067871", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1750761067871", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751018279667", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751018279667", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751018279667", "assets": [], "options": {}, "content": {} From ed3f713cb00a28080895352d9226f66d6df5a1d2 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Fri, 27 Jun 2025 12:44:46 +0200 Subject: [PATCH 08/32] New build --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 0c0e62a5..96947c41 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751018279667", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751018279667", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751018279667", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751020622465", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751020622465", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751020622465", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 0c0e62a5..96947c41 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751018279667", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751018279667", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751018279667", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751020622465", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751020622465", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751020622465", "assets": [], "options": {}, "content": {} From 165ab7f4204c2e533845c9848ff42b3baf19c28c Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Tue, 1 Jul 2025 08:18:57 +0200 Subject: [PATCH 09/32] Bookings in feedData --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- src/brnd/brnd.js | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 96947c41..ea97c92e 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751020622465", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751020622465", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751020622465", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751350575160", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751350575160", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751350575160", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 96947c41..ea97c92e 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751020622465", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751020622465", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751020622465", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751350575160", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751350575160", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751350575160", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index 04843a17..9257597f 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const i=o},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-oklch-ch: 0.25 29;--color-red-oklch-l: 50%;--color-red-oklch-c: 0.25;--color-red-oklch-h: 29;--color-red-50: oklch(95% calc(var(--color-red-oklch-c) - 0.20) var(--color-red-oklch-h));--color-red-100: oklch(90% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-200: oklch(85% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-300: oklch(80% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-400: oklch(70% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-500: oklch(60% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-600: oklch(var(--color-red-oklch-l) var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-700: oklch(40% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-800: oklch(30% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-900: oklch(20% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-950: oklch(15% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-green-oklch-l: 50%;--color-green-oklch-c: 0.17;--color-green-oklch-h: 142;--color-green-50: oklch(95% calc(var(--color-green-oklch-c) - 0.15) var(--color-green-oklch-h));--color-green-100: oklch(90% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-200: oklch(85% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-300: oklch(80% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-400: oklch(70% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-500: oklch(60% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-600: oklch(var(--color-green-oklch-l) var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-700: oklch(40% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-800: oklch(30% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-900: oklch(20% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-950: oklch(15% var(--color-green-oklch-c) var(--color-green-oklch-h));--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const i=o},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),o=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(o,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,o=s}return!n&&o&&(y=o),o||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new _(r)},k=v;k.l=T,k.i=S,k.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(k.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return k},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(e){return n.isMemo(e)?a:s[e.$$typeof]||o}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var l=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var o=d(r);o&&o!==p&&e(t,o,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=c(t),m=c(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case i:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case l:case f:case g:case m:case c:return e;default:return t}}case o:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=l,t.ContextProvider=c,t.Element=n,t.ForwardRef=f,t.Fragment=i,t.Lazy=g,t.Memo=m,t.Portal=o,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===l},t.isContextProvider=function(e){return S(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===i},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===o},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===c||e.$$typeof===l||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,o=60107,i=60108,a=60114,s=60109,c=60110,l=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),o=b("react.fragment"),i=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),c=b("react.context"),l=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===v||e===i||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===c||e.$$typeof===l||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case o:case a:case i:case u:case h:return e;default:switch(e=e&&e.$$typeof){case c:case l:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var o=r?r.call(n,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),c=0;c{"use strict";var n,o=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),i=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>no});const e=require("react");var t=r.n(e),o=r(5556),i=r.n(o),a=r(4353),s=r.n(a),c=r(5750),l=r.n(c),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(U,(function(e,r,n,o,i,a){if(r)t.minimumIntegerDigits=n.length;else{if(o&&i)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(z.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(z,(function(e,r,n,o,i,a){return"*"===n?t.minimumFractionDigits=r.length:o&&"#"===o[0]?t.maximumFractionDigits=o.length:i&&a?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var i=o.options[0];"w"===i?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=f(f({},t),G(i)))}else if(F.test(o.stem))t=f(f({},t),G(o.stem));else{var a=$(o.stem);a&&(t=f(f({},t),a));var s=Y(o.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,oe=!!String.prototype.trimStart,ie=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var ce,le=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;ti;){if((r=e[i++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,o=e.charCodeAt(t);return o<55296||o>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?o:n-56320+(o-55296<<10)+65536}},de=oe?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=ie?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ce=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else ce=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var o=this.char();if(123===o){if((i=this.parseArgument(e,r)).err)return i;n.push(i.val)}else{if(125===o&&e>0)break;if(35!==o||"plural"!==t&&"selectordinal"!==t){if(60===o&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===o&&!this.ignoreTag&&ye(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i;n.push(i.val)}else{var i;if((i=this.parseLiteral(e,t)).err)return i;n.push(i.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var i=o.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:i,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var o=this.tryParseQuote(t);if(o)n+=o;else{var i=this.tryParseUnquoted(e,t);if(i)n+=i;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=ce(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var o,i=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(i,s));case"number":case"date":case"time":this.bumpSpace();var c=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));c={style:p,styleLocation:Q(l,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(c&&le(null==c?void 0:c.style,"::",0)){var h=de(c.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,c.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),c=Z(t);for("H"!=c&&"k"!=c||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=c+r}else r+="J"===o?"H":o}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(o=null==c?void 0:c.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var k=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:k},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:k},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(i,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,o=t;n=48&&a<=57))break;o=!0,i=10*i+(a-48),this.bump()}var s=Q(n,this.clonePosition());return o?ae(i*=r)?{val:i,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(le(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,O(e)||I(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else w(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function ke(e,t,r,n){var o,i=null==(o=n)||"number"==typeof o||"boolean"==typeof o?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function _e(e,t,r){var n=Array.prototype.slice.call(arguments,3),o=r(n),i=t.get(o);return void 0===i&&(i=e.apply(this,n),t.set(o,i)),i}function we(e,t,r,n,o){return r.bind(t,e,n,o)}function Ce(e,t){return we(e,this,1===e.length?ke:_e,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Oe(){this.cache=Object.create(null)}Oe.prototype.get=function(e){return this.cache[e]},Oe.prototype.set=function(e,t){this.cache[e]=t};var Ie,Pe={create:function(){return new Oe}},Me={variadic:function(e,t){return we(e,this,_e,t.cache.create(),t.serializer)},monadic:function(e,t){return we(e,this,ke,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Ie||(Ie={}));var He,Ne=function(e){function t(t,r,n){var o=e.call(this,t)||this;return o.code=r,o.originalMessage=n,o}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,o){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Ie.INVALID_VALUE,o)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Ie.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Ie.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,o,i,a){if(1===e.length&&k(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],c=0,l=e;c0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,o){var i=this,a=o?o instanceof Error?o:new Error(String(o)):void 0;return(i=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,o){var i=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,o)||this;return i.descriptor=n,i}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var o,i=e&&e[t];if(i&&(o=i[r]),o)return o;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),o=r.length;if(n.length!==o)return!1;for(var i=0;id)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0c.charCodeAt(8))break;case 115:a=a.replace(c,"-webkit-"+c)+";"+a;break;case 207:case 102:a=a.replace(c,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,o=n;e>=o;)(o<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(o),this.groupSizes.set(r),this.length=o;for(var i=n;i=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),o=n+r,i=n;i=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,o=r.split(","),i=0,a=o.length;i=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),i=void 0!==o?o.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,i),n},_r=function(){function e(e){var t=this.element=kr(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(l+=e+",")})),n+=""+s+c+'{content:"'+l+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(i,"."+a,void 0,n);t.insertRules(n,a,s)}o.push(a),this.staticRulesId=a}else{for(var c=this.rules.length,l=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}o.push(m)}}return o.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,o,i=void 0===e?nr:e,a=i.options,s=void 0===a?nr:a,c=i.plugins,l=void 0===c?rr:c,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,o,i,a,s,c,l,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===l)return n+"/*|*/";break;case 3:switch(l){case 102:case 112:return e(o[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,i){return 0===n&&-1!==Fr.indexOf(i[r.length])||i.match(o)?e:"."+t};function p(e,i,a,s){void 0===s&&(s="&");var c=e.replace(zr,""),l=i&&a?a+" "+i+" { "+c+" }":c;return t=s,r=i,n=new RegExp("\\"+r+"\\b","g"),o=new RegExp("(\\"+r+"\\b){2,}"),u(a||!i?"":i,l)}return u.use([].concat(l,[function(e,t,o){2===e&&o.length&&o[0].lastIndexOf(r)>0&&(o[0]=o[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=l.length?l.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Ir),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),o=n[0],i=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),c=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:o})}),[r.disableVendorPrefixes,o]);return(0,e.useEffect)((function(){qt()(o,r.stylisPlugins)||i(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:c},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var o,i=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,cn=/(^-|-$)/g;function ln(e){return e.replace(sn,"-").replace(cn,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(o[r]=e[r]);return o}(n,["componentId"]),i=t&&t+"-"+(hn(e)?e:ln(ir(e)));return yn(e,Qt({},r,{attrs:p,componentId:i}),o)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=i?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var o=function(){return t(r,n,on.apply(void 0,arguments))};return o.withConfig=function(o){return e(t,r,Qt({},n,{},o))},o.attrs=function(o){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,o).filter(Boolean)}))},o}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Ir.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var o=n(rn(this.rules,t,r,n).join(""),""),i=this.componentId+e;r.insertRules(i,i,o)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Ir.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),o=Ar();return o&&(n.nonce=o),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Ir({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function kn(e){var r=e.id,n=e.css,o=void 0===n?null:n;if(!o)return t().createElement(t().Fragment,null);var i,a,s=o.replaceAll("#SLIDE_ID","#".concat(r)),c=Sn(An||(i=["",""],a||(a=i.slice(0)),An=Object.freeze(Object.defineProperties(i,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(c,null)}kn.propTypes={id:i().string.isRequired,css:i().string};var _n,wn,Cn,Rn,On,In,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(i).map((function(r){var n,o,i,a;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:"content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item-team"},null!==(n=null!==(o=r.team)&&void 0!==o?o:r.team)&&void 0!==n?n:""),t().createElement($n,{className:"content-item-remarks"},null!==(i=null!==(a=r.remarks)&&void 0!==a?a:r.remarks)&&void 0!==i?i:""))})))))}var xn=Tn.div(_n||(_n=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n /*\n --bg-color is local to this template file and is populated from configuration.\n --background-color serves as fallback to the global variable, that will serve a light og dark background color depending on the user preferences.\n */\n background-color: var(--bg-color, var(--background-color));\n background-image: var(--bg-image, none);\n color: var(--text-color);\n display: grid;\n grid-template-areas:\n "header"\n "content";\n grid-template-rows: 1fr 9fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(wn||(wn=Ln(["\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: space-between;\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h1-font-size);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),jn=Tn.div(On||(On=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(In||(In=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n\n // Remove border from bottom.\n &:nth-last-child(-n + 6) {\n border-bottom: 0;\n }\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-bold);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n"])));Dn.propTypes={templateClasses:i().arrayOf(i().string),templateRootStyle:i().shape({}),bookings:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string})).isRequired,content:i().shape({title:i().string,mediaContain:i().bool}).isRequired,getTitle:i().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var eo=r(1612);function to(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(o.mediaData,i.image);k&&(A["--bg-image"]='url("'.concat(k,'")'));var _=new Gt(o,c);return(0,e.useEffect)((function(){return a&&_.start(v),function(){_.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(l()),d($t)}),[]),console.log("Brnd layout:",m),console.log("FeedData:",S),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S,content:i,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(it,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(kn,{id:u,css:null==o||null===(n=o.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(eo.A,{insert:"head",singleton:!1}),eo.A.locals,ro.propTypes={run:i().string.isRequired,slideDone:i().func.isRequired,slide:i().shape({theme:i().shape({cssStyles:i().string}),mediaData:i().shape({url:i().string,assets:i().shape({uri:i().string})}),feedData:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string}))}).isRequired,content:i().shape({duration:i().number.isRequired,layout:i().string,image:i().arrayOf(i().string),fontSize:i().string}).isRequired,executionId:i().string.isRequired};const no=ro})();var o=exports;for(var i in n)o[i]=n[i];n.__esModule&&Object.defineProperty(o,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const i=o},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-oklch-ch: 0.25 29;--color-red-oklch-l: 50%;--color-red-oklch-c: 0.25;--color-red-oklch-h: 29;--color-red-50: oklch(95% calc(var(--color-red-oklch-c) - 0.20) var(--color-red-oklch-h));--color-red-100: oklch(90% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-200: oklch(85% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-300: oklch(80% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-400: oklch(70% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-500: oklch(60% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-600: oklch(var(--color-red-oklch-l) var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-700: oklch(40% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-800: oklch(30% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-900: oklch(20% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-950: oklch(15% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-green-oklch-l: 50%;--color-green-oklch-c: 0.17;--color-green-oklch-h: 142;--color-green-50: oklch(95% calc(var(--color-green-oklch-c) - 0.15) var(--color-green-oklch-h));--color-green-100: oklch(90% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-200: oklch(85% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-300: oklch(80% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-400: oklch(70% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-500: oklch(60% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-600: oklch(var(--color-green-oklch-l) var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-700: oklch(40% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-800: oklch(30% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-900: oklch(20% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-950: oklch(15% var(--color-green-oklch-c) var(--color-green-oklch-h));--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const i=o},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),o=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(o,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,o=s}return!n&&o&&(y=o),o||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new _(r)},k=v;k.l=T,k.i=S,k.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(k.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return k},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(e){return n.isMemo(e)?a:s[e.$$typeof]||o}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var l=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var o=d(r);o&&o!==p&&e(t,o,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=c(t),m=c(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case i:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case l:case f:case g:case m:case c:return e;default:return t}}case o:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=l,t.ContextProvider=c,t.Element=n,t.ForwardRef=f,t.Fragment=i,t.Lazy=g,t.Memo=m,t.Portal=o,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===l},t.isContextProvider=function(e){return S(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===i},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===o},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===c||e.$$typeof===l||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,o=60107,i=60108,a=60114,s=60109,c=60110,l=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),o=b("react.fragment"),i=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),c=b("react.context"),l=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===v||e===i||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===c||e.$$typeof===l||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case o:case a:case i:case u:case h:return e;default:switch(e=e&&e.$$typeof){case c:case l:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var o=r?r.call(n,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),c=0;c{"use strict";var n,o=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),i=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>no});const e=require("react");var t=r.n(e),o=r(5556),i=r.n(o),a=r(4353),s=r.n(a),c=r(5750),l=r.n(c),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(U,(function(e,r,n,o,i,a){if(r)t.minimumIntegerDigits=n.length;else{if(o&&i)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(z.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(z,(function(e,r,n,o,i,a){return"*"===n?t.minimumFractionDigits=r.length:o&&"#"===o[0]?t.maximumFractionDigits=o.length:i&&a?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var i=o.options[0];"w"===i?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=f(f({},t),G(i)))}else if(F.test(o.stem))t=f(f({},t),G(o.stem));else{var a=$(o.stem);a&&(t=f(f({},t),a));var s=Y(o.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,oe=!!String.prototype.trimStart,ie=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var ce,le=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;ti;){if((r=e[i++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,o=e.charCodeAt(t);return o<55296||o>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?o:n-56320+(o-55296<<10)+65536}},de=oe?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=ie?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ce=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else ce=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var o=this.char();if(123===o){if((i=this.parseArgument(e,r)).err)return i;n.push(i.val)}else{if(125===o&&e>0)break;if(35!==o||"plural"!==t&&"selectordinal"!==t){if(60===o&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===o&&!this.ignoreTag&&ye(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i;n.push(i.val)}else{var i;if((i=this.parseLiteral(e,t)).err)return i;n.push(i.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var i=o.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:i,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var o=this.tryParseQuote(t);if(o)n+=o;else{var i=this.tryParseUnquoted(e,t);if(i)n+=i;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=ce(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var o,i=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(i,s));case"number":case"date":case"time":this.bumpSpace();var c=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));c={style:p,styleLocation:Q(l,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(c&&le(null==c?void 0:c.style,"::",0)){var h=de(c.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,c.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),c=Z(t);for("H"!=c&&"k"!=c||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=c+r}else r+="J"===o?"H":o}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(o=null==c?void 0:c.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var k=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:k},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:k},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(i,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,o=t;n=48&&a<=57))break;o=!0,i=10*i+(a-48),this.bump()}var s=Q(n,this.clonePosition());return o?ae(i*=r)?{val:i,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(le(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,O(e)||I(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else w(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function ke(e,t,r,n){var o,i=null==(o=n)||"number"==typeof o||"boolean"==typeof o?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function _e(e,t,r){var n=Array.prototype.slice.call(arguments,3),o=r(n),i=t.get(o);return void 0===i&&(i=e.apply(this,n),t.set(o,i)),i}function we(e,t,r,n,o){return r.bind(t,e,n,o)}function Ce(e,t){return we(e,this,1===e.length?ke:_e,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Oe(){this.cache=Object.create(null)}Oe.prototype.get=function(e){return this.cache[e]},Oe.prototype.set=function(e,t){this.cache[e]=t};var Ie,Pe={create:function(){return new Oe}},Me={variadic:function(e,t){return we(e,this,_e,t.cache.create(),t.serializer)},monadic:function(e,t){return we(e,this,ke,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Ie||(Ie={}));var He,Ne=function(e){function t(t,r,n){var o=e.call(this,t)||this;return o.code=r,o.originalMessage=n,o}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,o){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Ie.INVALID_VALUE,o)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Ie.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Ie.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,o,i,a){if(1===e.length&&k(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],c=0,l=e;c0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,o){var i=this,a=o?o instanceof Error?o:new Error(String(o)):void 0;return(i=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,o){var i=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,o)||this;return i.descriptor=n,i}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var o,i=e&&e[t];if(i&&(o=i[r]),o)return o;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),o=r.length;if(n.length!==o)return!1;for(var i=0;id)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0c.charCodeAt(8))break;case 115:a=a.replace(c,"-webkit-"+c)+";"+a;break;case 207:case 102:a=a.replace(c,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,o=n;e>=o;)(o<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(o),this.groupSizes.set(r),this.length=o;for(var i=n;i=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),o=n+r,i=n;i=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,o=r.split(","),i=0,a=o.length;i=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),i=void 0!==o?o.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,i),n},_r=function(){function e(e){var t=this.element=kr(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(l+=e+",")})),n+=""+s+c+'{content:"'+l+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(i,"."+a,void 0,n);t.insertRules(n,a,s)}o.push(a),this.staticRulesId=a}else{for(var c=this.rules.length,l=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}o.push(m)}}return o.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,o,i=void 0===e?nr:e,a=i.options,s=void 0===a?nr:a,c=i.plugins,l=void 0===c?rr:c,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,o,i,a,s,c,l,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===l)return n+"/*|*/";break;case 3:switch(l){case 102:case 112:return e(o[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,i){return 0===n&&-1!==Fr.indexOf(i[r.length])||i.match(o)?e:"."+t};function p(e,i,a,s){void 0===s&&(s="&");var c=e.replace(zr,""),l=i&&a?a+" "+i+" { "+c+" }":c;return t=s,r=i,n=new RegExp("\\"+r+"\\b","g"),o=new RegExp("(\\"+r+"\\b){2,}"),u(a||!i?"":i,l)}return u.use([].concat(l,[function(e,t,o){2===e&&o.length&&o[0].lastIndexOf(r)>0&&(o[0]=o[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=l.length?l.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Ir),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),o=n[0],i=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),c=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:o})}),[r.disableVendorPrefixes,o]);return(0,e.useEffect)((function(){qt()(o,r.stylisPlugins)||i(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:c},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var o,i=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,cn=/(^-|-$)/g;function ln(e){return e.replace(sn,"-").replace(cn,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(o[r]=e[r]);return o}(n,["componentId"]),i=t&&t+"-"+(hn(e)?e:ln(ir(e)));return yn(e,Qt({},r,{attrs:p,componentId:i}),o)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=i?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var o=function(){return t(r,n,on.apply(void 0,arguments))};return o.withConfig=function(o){return e(t,r,Qt({},n,{},o))},o.attrs=function(o){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,o).filter(Boolean)}))},o}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Ir.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var o=n(rn(this.rules,t,r,n).join(""),""),i=this.componentId+e;r.insertRules(i,i,o)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Ir.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),o=Ar();return o&&(n.nonce=o),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Ir({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function kn(e){var r=e.id,n=e.css,o=void 0===n?null:n;if(!o)return t().createElement(t().Fragment,null);var i,a,s=o.replaceAll("#SLIDE_ID","#".concat(r)),c=Sn(An||(i=["",""],a||(a=i.slice(0)),An=Object.freeze(Object.defineProperties(i,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(c,null)}kn.propTypes={id:i().string.isRequired,css:i().string};var _n,wn,Cn,Rn,On,In,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(i).map((function(r){var n,o,i,a;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:"content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item-team"},null!==(n=null!==(o=r.team)&&void 0!==o?o:r.team)&&void 0!==n?n:""),t().createElement($n,{className:"content-item-remarks"},null!==(i=null!==(a=r.remarks)&&void 0!==a?a:r.remarks)&&void 0!==i?i:""))})))))}var xn=Tn.div(_n||(_n=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n /*\n --bg-color is local to this template file and is populated from configuration.\n --background-color serves as fallback to the global variable, that will serve a light og dark background color depending on the user preferences.\n */\n background-color: var(--bg-color, var(--background-color));\n background-image: var(--bg-image, none);\n color: var(--text-color);\n display: grid;\n grid-template-areas:\n "header"\n "content";\n grid-template-rows: 1fr 9fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(wn||(wn=Ln(["\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: space-between;\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h1-font-size);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),jn=Tn.div(On||(On=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(In||(In=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n\n // Remove border from bottom.\n &:nth-last-child(-n + 6) {\n border-bottom: 0;\n }\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-bold);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n"])));Dn.propTypes={templateClasses:i().arrayOf(i().string),templateRootStyle:i().shape({}),bookings:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string})).isRequired,content:i().shape({title:i().string,mediaContain:i().bool}).isRequired,getTitle:i().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var eo=r(1612);function to(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(o.mediaData,i.image);k&&(A["--bg-image"]='url("'.concat(k,'")'));var _=new Gt(o,c);return(0,e.useEffect)((function(){return a&&_.start(v),function(){_.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(l()),d($t)}),[]),console.log("Brnd layout:",m),console.log("FeedData:",S.bookings),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:i,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(it,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(kn,{id:u,css:null==o||null===(n=o.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(eo.A,{insert:"head",singleton:!1}),eo.A.locals,ro.propTypes={run:i().string.isRequired,slideDone:i().func.isRequired,slide:i().shape({theme:i().shape({cssStyles:i().string}),mediaData:i().shape({url:i().string,assets:i().shape({uri:i().string})}),feedData:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string}))}).isRequired,content:i().shape({duration:i().number.isRequired,layout:i().string,image:i().arrayOf(i().string),fontSize:i().string}).isRequired,executionId:i().string.isRequired};const no=ro})();var o=exports;for(var i in n)o[i]=n[i];n.__esModule&&Object.defineProperty(o,"__esModule",{value:!0})})(); \ No newline at end of file diff --git a/src/brnd/brnd.js b/src/brnd/brnd.js index 680017d5..2f8b8782 100644 --- a/src/brnd/brnd.js +++ b/src/brnd/brnd.js @@ -72,14 +72,14 @@ function Brnd({ slide, content, run, slideDone, executionId }) { // Add this line to debug the layout value console.log("Brnd layout:", layout); - console.log("FeedData:", feedData); + console.log("FeedData:", feedData.bookings); return ( <> {layout === "sportcenter-today" && ( Date: Tue, 16 Sep 2025 14:23:05 +0200 Subject: [PATCH 10/32] Styling and formatting --- src/brnd/brnd-sportcenter-today.js | 96 ++++-------- src/brnd/brnd.js | 5 - src/brnd/lang/da.json | 2 +- src/fixtures/images/centerhallen.png | Bin 0 -> 132057 bytes src/slides.js | 218 +++++++++++++------------- src/themes/brnd-sportcenter-today.css | 47 +++--- 6 files changed, 165 insertions(+), 203 deletions(-) create mode 100644 src/fixtures/images/centerhallen.png diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index bac79c2c..6d6e187c 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -27,7 +27,6 @@ function BrndSportcenterToday({ const [currentDate, setCurrentDate] = useState(new Date()); const { title = "", - mediaContain, } = content; /** Imports language strings, sets localized formats. */ @@ -35,11 +34,6 @@ function BrndSportcenterToday({ dayjs.extend(localizedFormat); }, []); - const borderStyle = { - "--border-bottom": "1px solid #ccc", - "--border-left": 0, - }; - /** * Capitalize the datestring, as it starts with the weekday. * @@ -72,11 +66,9 @@ function BrndSportcenterToday({ -
- {title} +
{currentDate && capitalize( @@ -85,33 +77,32 @@ function BrndSportcenterToday({
- - - + {title} + + + + - + - + - + - - - - + - + {bookings?.length > 0 && getSortedBookings(bookings).map((entry) => { const returnFragment = ( - + {dayjs(entry.startTime * 1000) .locale(localeDa) .format("LT")} @@ -124,19 +115,16 @@ function BrndSportcenterToday({ )} - + {getTitle(entry.bookingBy)} - + {getTitle(entry.facility)} - + {getTitle(entry.activity)} - - {entry.team ?? entry.team ?? ""} - - + {entry.remarks ?? entry.remarks ?? ""} @@ -156,36 +144,37 @@ const Wrapper = styled.div` height: 100%; background-repeat: no-repeat; background-size: cover; - /* - --bg-color is local to this template file and is populated from configuration. - --background-color serves as fallback to the global variable, that will serve a light og dark background color depending on the user preferences. - */ - background-color: var(--bg-color, var(--background-color)); - background-image: var(--bg-image, none); color: var(--text-color); display: grid; grid-template-areas: "header" + "title" "content"; - grid-template-rows: 1fr 9fr; + grid-template-rows: auto auto 1fr; padding: var(--padding-size-base); `; const Header = styled.div` + background-repeat: no-repeat; + background-size: cover; + background-image: var(--bg-image, none); padding: var(--padding-size-base); grid-area: header; display: flex; - justify-content: space-between; + justify-content: flex-end; // Aligns HeaderDate to the right align-content: center; `; -const HeaderTitle = styled.div` - font-size: var(--h1-font-size); +const HeaderDate = styled.div` + font-size: var(--h3-font-size); + font-weight: var(--font-weight-light); `; -const HeaderDate = styled.div` +const Title = styled.div` font-size: var(--h3-font-size); font-weight: var(--font-weight-light); + padding: var(--padding-size-base); + text-align: center; `; const Content = styled.div` @@ -194,36 +183,19 @@ const Content = styled.div` const ContentItemsWrapper = styled.div` display: grid; - grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; + grid-template-columns: 1fr 1fr 1fr 1fr 1fr; `; const ContentItem = styled.div` padding: var(--padding-size-base); - border-bottom: var(--border-bottom, 1px solid #ccc); - border-left: var(--border-left, 0); - - // Remove border left. - &:nth-of-type(6n + 1) { - border-left: 0; - } - - // Remove border from bottom. - &:nth-last-child(-n + 6) { - border-bottom: 0; - } + border-bottom: 1px solid var(--color-grey-600); `; const ContentHeaderItem = styled.div` padding: var(--padding-size-base); - font-size: var(--h3-font-size); font-weight: var(--font-weight-bold); - border-bottom: var(--border-bottom, 1px solid #ccc); - border-left: var(--border-left, 0); - - // Remove border left. - &:nth-of-type(6n + 1) { - border-left: 0; - } + border-bottom: 1px solid var(--color-grey-600); + border-top: 1px solid var(--color-grey-600); `; BrndSportcenterToday.propTypes = { @@ -239,7 +211,6 @@ BrndSportcenterToday.propTypes = { area: PropTypes.string.isRequired, facility: PropTypes.string.isRequired, activity: PropTypes.string.isRequired, - team: PropTypes.string, status: PropTypes.string.isRequired, checkIn: PropTypes.bool, bookingBy: PropTypes.string.isRequired, @@ -248,7 +219,6 @@ BrndSportcenterToday.propTypes = { ).isRequired, content: PropTypes.shape({ title: PropTypes.string, - mediaContain: PropTypes.bool, }).isRequired, getTitle: PropTypes.func.isRequired, }; diff --git a/src/brnd/brnd.js b/src/brnd/brnd.js index 2f8b8782..fe1bf6f5 100644 --- a/src/brnd/brnd.js +++ b/src/brnd/brnd.js @@ -70,10 +70,6 @@ function Brnd({ slide, content, run, slideDone, executionId }) { return eventTitle; }; - // Add this line to debug the layout value - console.log("Brnd layout:", layout); - console.log("FeedData:", feedData.bookings); - return ( <> @@ -114,7 +110,6 @@ Brnd.propTypes = { area: PropTypes.string.isRequired, facility: PropTypes.string.isRequired, activity: PropTypes.string.isRequired, - team: PropTypes.string, status: PropTypes.string.isRequired, checkIn: PropTypes.bool, bookingBy: PropTypes.string.isRequired, diff --git a/src/brnd/lang/da.json b/src/brnd/lang/da.json index b06472c1..00109f33 100644 --- a/src/brnd/lang/da.json +++ b/src/brnd/lang/da.json @@ -74,7 +74,7 @@ "when": [ { "type": 0, - "value": "Hvornår" + "value": "Aktiviteter i dag" } ], "unavailable": [ diff --git a/src/fixtures/images/centerhallen.png b/src/fixtures/images/centerhallen.png new file mode 100644 index 0000000000000000000000000000000000000000..b69a170d698a7f825cf8d73ce1e265fa470818b0 GIT binary patch literal 132057 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
{currentDate && - capitalize( - dayjs().locale(localeDa).format("dddd D. MMMM HH:mm") - )} + capitalize(dayjs().locale(localeDa).format("dddd D. MMMM HH:mm"))}
diff --git a/src/brnd/brnd.js b/src/brnd/brnd.js index fe1bf6f5..59396693 100644 --- a/src/brnd/brnd.js +++ b/src/brnd/brnd.js @@ -122,6 +122,7 @@ Brnd.propTypes = { layout: PropTypes.string, image: PropTypes.arrayOf(PropTypes.string), fontSize: PropTypes.string, + resourceUnavailableText: PropTypes.string, }).isRequired, executionId: PropTypes.string.isRequired, }; diff --git a/src/slides.js b/src/slides.js index c84ec0b8..2b9f6d34 100644 --- a/src/slides.js +++ b/src/slides.js @@ -1724,4 +1724,4 @@ const slides = [ }, ]; -export default slides; \ No newline at end of file +export default slides; From e3bc54aa03dd12b2bafec98df618845cd349bca4 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Tue, 7 Oct 2025 10:59:04 +0200 Subject: [PATCH 31/32] Add BRND bookings template to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da5b395c..e913cafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +- [#309](https://github.com/os2display/display-templates/pull/193) + - Template to display BRND bookings. + ## [2.5.2] - 2025-09-25 - [#189](https://github.com/os2display/display-templates/pull/189) From ff29b59fc2a87ecc98d73f1175db1374eb7b7b35 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Tue, 7 Oct 2025 11:04:55 +0200 Subject: [PATCH 32/32] Brnd build files --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index e17a3719..8039f95d 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192928959", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192928959", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192928959", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1759827805963", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1759827805963", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1759827805963", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index e17a3719..8039f95d 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192928959", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192928959", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192928959", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1759827805963", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1759827805963", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1759827805963", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index 8c613250..e98bbfdc 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else k(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Ce(e,t){return ke(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return ke(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return ke(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,kn,Cn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: 0;\n']))),zn=Tn.div(kn||(kn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n color: var(--color-black);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n background-color: var(--bg-dark);\n font-size: var(--h4-font-size);\n font-weight: var(--font-weight-light);\n text-align: center;\n text-transform: uppercase;\n padding: calc(var(--padding-size-base) * 0.7);\n"]))),jn=Tn.div(In||(In=Ln(["\n background-color: var(--bg-dark);\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n border-bottom: 1px solid var(--color-grey-600);\n padding: calc(var(--padding-size-base) * 0.7);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n color: var(--color-red);\n padding: calc(var(--padding-size-base) * 0.7);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else k(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Ce(e,t){return ke(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return ke(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return ke(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,kn,Cn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: 0;\n']))),zn=Tn.div(kn||(kn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n color: var(--color-black);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n background-color: var(--bg-dark);\n font-size: var(--h4-font-size);\n font-weight: var(--font-weight-light);\n text-align: center;\n text-transform: uppercase;\n padding: calc(var(--padding-size-base) * 0.7);\n"]))),jn=Tn.div(In||(In=Ln(["\n background-color: var(--bg-dark);\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n border-bottom: 1px solid var(--color-grey-600);\n padding: calc(var(--padding-size-base) * 0.7);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n color: var(--color-red);\n padding: calc(var(--padding-size-base) * 0.7);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string,resourceUnavailableText:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file

vLNl+ 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 Date: Tue, 16 Sep 2025 14:33:38 +0200 Subject: [PATCH 11/32] Brnd build --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index ea97c92e..720d5807 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751350575160", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751350575160", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751350575160", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758025890010", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758025890010", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758025890010", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index ea97c92e..720d5807 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1751350575160", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1751350575160", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1751350575160", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758025890010", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758025890010", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758025890010", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index 9257597f..ae883a68 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const i=o},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var n=r(6314),o=r.n(n)()((function(e){return e[1]}));o.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-oklch-ch: 0.25 29;--color-red-oklch-l: 50%;--color-red-oklch-c: 0.25;--color-red-oklch-h: 29;--color-red-50: oklch(95% calc(var(--color-red-oklch-c) - 0.20) var(--color-red-oklch-h));--color-red-100: oklch(90% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-200: oklch(85% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-300: oklch(80% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-400: oklch(70% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-500: oklch(60% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-600: oklch(var(--color-red-oklch-l) var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-700: oklch(40% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-800: oklch(30% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-900: oklch(20% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-red-950: oklch(15% var(--color-red-oklch-c) var(--color-red-oklch-h));--color-green-oklch-l: 50%;--color-green-oklch-c: 0.17;--color-green-oklch-h: 142;--color-green-50: oklch(95% calc(var(--color-green-oklch-c) - 0.15) var(--color-green-oklch-h));--color-green-100: oklch(90% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-200: oklch(85% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-300: oklch(80% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-400: oklch(70% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-500: oklch(60% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-600: oklch(var(--color-green-oklch-l) var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-700: oklch(40% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-800: oklch(30% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-900: oklch(20% var(--color-green-oklch-c) var(--color-green-oklch-h));--color-green-950: oklch(15% var(--color-green-oklch-c) var(--color-green-oklch-h));--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const i=o},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),o=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(o,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,o=s}return!n&&o&&(y=o),o||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new _(r)},k=v;k.l=T,k.i=S,k.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var _=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(k.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return k},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(e){return n.isMemo(e)?a:s[e.$$typeof]||o}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var l=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var o=d(r);o&&o!==p&&e(t,o,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=c(t),m=c(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case i:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case l:case f:case g:case m:case c:return e;default:return t}}case o:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=l,t.ContextProvider=c,t.Element=n,t.ForwardRef=f,t.Fragment=i,t.Lazy=g,t.Memo=m,t.Portal=o,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===l},t.isContextProvider=function(e){return S(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===i},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===o},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===c||e.$$typeof===l||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,o=60107,i=60108,a=60114,s=60109,c=60110,l=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),o=b("react.fragment"),i=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),c=b("react.context"),l=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===v||e===i||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===c||e.$$typeof===l||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case o:case a:case i:case u:case h:return e;default:switch(e=e&&e.$$typeof){case c:case l:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var o=r?r.call(n,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),c=0;c{"use strict";var n,o=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),i=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>no});const e=require("react");var t=r.n(e),o=r(5556),i=r.n(o),a=r(4353),s=r.n(a),c=r(5750),l=r.n(c),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(U,(function(e,r,n,o,i,a){if(r)t.minimumIntegerDigits=n.length;else{if(o&&i)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(z.test(o.stem)){if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");o.stem.replace(z,(function(e,r,n,o,i,a){return"*"===n?t.minimumFractionDigits=r.length:o&&"#"===o[0]?t.maximumFractionDigits=o.length:i&&a?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var i=o.options[0];"w"===i?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=f(f({},t),G(i)))}else if(F.test(o.stem))t=f(f({},t),G(o.stem));else{var a=$(o.stem);a&&(t=f(f({},t),a));var s=Y(o.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,oe=!!String.prototype.trimStart,ie=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var ce,le=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;ti;){if((r=e[i++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,o=e.charCodeAt(t);return o<55296||o>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?o:n-56320+(o-55296<<10)+65536}},de=oe?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=ie?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ce=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else ce=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var o=this.char();if(123===o){if((i=this.parseArgument(e,r)).err)return i;n.push(i.val)}else{if(125===o&&e>0)break;if(35!==o||"plural"!==t&&"selectordinal"!==t){if(60===o&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===o&&!this.ignoreTag&&ye(this.peek()||0)){if((i=this.parseTag(e,t)).err)return i;n.push(i.val)}else{var i;if((i=this.parseLiteral(e,t)).err)return i;n.push(i.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var i=o.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:i,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var o=this.tryParseQuote(t);if(o)n+=o;else{var i=this.tryParseUnquoted(e,t);if(i)n+=i;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=ce(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var o,i=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(i,s));case"number":case"date":case"time":this.bumpSpace();var c=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));c={style:p,styleLocation:Q(l,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(c&&le(null==c?void 0:c.style,"::",0)){var h=de(c.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,c.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),c=Z(t);for("H"!=c&&"k"!=c||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=c+r}else r+="J"===o?"H":o}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(o=null==c?void 0:c.style)&&void 0!==o?o:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var k=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:k},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:k},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(i,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,o=t;n=48&&a<=57))break;o=!0,i=10*i+(a-48),this.bump()}var s=Q(n,this.clonePosition());return o?ae(i*=r)?{val:i,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(le(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,O(e)||I(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else w(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function ke(e,t,r,n){var o,i=null==(o=n)||"number"==typeof o||"boolean"==typeof o?n:r(n),a=t.get(i);return void 0===a&&(a=e.call(this,n),t.set(i,a)),a}function _e(e,t,r){var n=Array.prototype.slice.call(arguments,3),o=r(n),i=t.get(o);return void 0===i&&(i=e.apply(this,n),t.set(o,i)),i}function we(e,t,r,n,o){return r.bind(t,e,n,o)}function Ce(e,t){return we(e,this,1===e.length?ke:_e,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Oe(){this.cache=Object.create(null)}Oe.prototype.get=function(e){return this.cache[e]},Oe.prototype.set=function(e,t){this.cache[e]=t};var Ie,Pe={create:function(){return new Oe}},Me={variadic:function(e,t){return we(e,this,_e,t.cache.create(),t.serializer)},monadic:function(e,t){return we(e,this,ke,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Ie||(Ie={}));var He,Ne=function(e){function t(t,r,n){var o=e.call(this,t)||this;return o.code=r,o.originalMessage=n,o}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,o){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Ie.INVALID_VALUE,o)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Ie.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Ie.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,o,i,a){if(1===e.length&&k(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],c=0,l=e;c0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,o){var i=this,a=o?o instanceof Error?o:new Error(String(o)):void 0;return(i=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,o){var i=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,o)||this;return i.descriptor=n,i}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var o,i=e&&e[t];if(i&&(o=i[r]),o)return o;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),o=r.length;if(n.length!==o)return!1;for(var i=0;id)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0c.charCodeAt(8))break;case 115:a=a.replace(c,"-webkit-"+c)+";"+a;break;case 207:case 102:a=a.replace(c,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,o=n;e>=o;)(o<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(o),this.groupSizes.set(r),this.length=o;for(var i=n;i=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),o=n+r,i=n;i=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,o=r.split(","),i=0,a=o.length;i=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),i=void 0!==o?o.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,i),n},_r=function(){function e(e){var t=this.element=kr(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(l+=e+",")})),n+=""+s+c+'{content:"'+l+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(i,"."+a,void 0,n);t.insertRules(n,a,s)}o.push(a),this.staticRulesId=a}else{for(var c=this.rules.length,l=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}o.push(m)}}return o.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,o,i=void 0===e?nr:e,a=i.options,s=void 0===a?nr:a,c=i.plugins,l=void 0===c?rr:c,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,o,i,a,s,c,l,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===l)return n+"/*|*/";break;case 3:switch(l){case 102:case 112:return e(o[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,i){return 0===n&&-1!==Fr.indexOf(i[r.length])||i.match(o)?e:"."+t};function p(e,i,a,s){void 0===s&&(s="&");var c=e.replace(zr,""),l=i&&a?a+" "+i+" { "+c+" }":c;return t=s,r=i,n=new RegExp("\\"+r+"\\b","g"),o=new RegExp("(\\"+r+"\\b){2,}"),u(a||!i?"":i,l)}return u.use([].concat(l,[function(e,t,o){2===e&&o.length&&o[0].lastIndexOf(r)>0&&(o[0]=o[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=l.length?l.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Ir),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),o=n[0],i=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),c=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:o})}),[r.disableVendorPrefixes,o]);return(0,e.useEffect)((function(){qt()(o,r.stylisPlugins)||i(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:c},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var o,i=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,cn=/(^-|-$)/g;function ln(e){return e.replace(sn,"-").replace(cn,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(o[r]=e[r]);return o}(n,["componentId"]),i=t&&t+"-"+(hn(e)?e:ln(ir(e)));return yn(e,Qt({},r,{attrs:p,componentId:i}),o)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=i?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var o=function(){return t(r,n,on.apply(void 0,arguments))};return o.withConfig=function(o){return e(t,r,Qt({},n,{},o))},o.attrs=function(o){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,o).filter(Boolean)}))},o}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Ir.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var o=n(rn(this.rules,t,r,n).join(""),""),i=this.componentId+e;r.insertRules(i,i,o)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Ir.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),o=Ar();return o&&(n.nonce=o),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Ir({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function kn(e){var r=e.id,n=e.css,o=void 0===n?null:n;if(!o)return t().createElement(t().Fragment,null);var i,a,s=o.replaceAll("#SLIDE_ID","#".concat(r)),c=Sn(An||(i=["",""],a||(a=i.slice(0)),An=Object.freeze(Object.defineProperties(i,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(c,null)}kn.propTypes={id:i().string.isRequired,css:i().string};var _n,wn,Cn,Rn,On,In,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(i).map((function(r){var n,o,i,a;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:"content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item-team"},null!==(n=null!==(o=r.team)&&void 0!==o?o:r.team)&&void 0!==n?n:""),t().createElement($n,{className:"content-item-remarks"},null!==(i=null!==(a=r.remarks)&&void 0!==a?a:r.remarks)&&void 0!==i?i:""))})))))}var xn=Tn.div(_n||(_n=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n /*\n --bg-color is local to this template file and is populated from configuration.\n --background-color serves as fallback to the global variable, that will serve a light og dark background color depending on the user preferences.\n */\n background-color: var(--bg-color, var(--background-color));\n background-image: var(--bg-image, none);\n color: var(--text-color);\n display: grid;\n grid-template-areas:\n "header"\n "content";\n grid-template-rows: 1fr 9fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(wn||(wn=Ln(["\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: space-between;\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h1-font-size);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),jn=Tn.div(On||(On=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(In||(In=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n\n // Remove border from bottom.\n &:nth-last-child(-n + 6) {\n border-bottom: 0;\n }\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-bold);\n border-bottom: var(--border-bottom, 1px solid #ccc);\n border-left: var(--border-left, 0);\n\n // Remove border left.\n &:nth-of-type(6n + 1) {\n border-left: 0;\n }\n"])));Dn.propTypes={templateClasses:i().arrayOf(i().string),templateRootStyle:i().shape({}),bookings:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string})).isRequired,content:i().shape({title:i().string,mediaContain:i().bool}).isRequired,getTitle:i().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var eo=r(1612);function to(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(o.mediaData,i.image);k&&(A["--bg-image"]='url("'.concat(k,'")'));var _=new Gt(o,c);return(0,e.useEffect)((function(){return a&&_.start(v),function(){_.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(l()),d($t)}),[]),console.log("Brnd layout:",m),console.log("FeedData:",S.bookings),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:i,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(it,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(kn,{id:u,css:null==o||null===(n=o.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(eo.A,{insert:"head",singleton:!1}),eo.A.locals,ro.propTypes={run:i().string.isRequired,slideDone:i().func.isRequired,slide:i().shape({theme:i().shape({cssStyles:i().string}),mediaData:i().shape({url:i().string,assets:i().shape({uri:i().string})}),feedData:i().arrayOf(i().shape({bookingcode:i().string.isRequired,remarks:i().string,startTime:i().number.isRequired,endTime:i().number,complex:i().string.isRequired,area:i().string.isRequired,facility:i().string.isRequired,activity:i().string.isRequired,team:i().string,status:i().string.isRequired,checkIn:i().bool,bookingBy:i().string.isRequired,changingRooms:i().string}))}).isRequired,content:i().shape({duration:i().number.isRequired,layout:i().string,image:i().arrayOf(i().string),fontSize:i().string}).isRequired,executionId:i().string.isRequired};const no=ro})();var o=exports;for(var i in n)o[i]=n[i];n.__esModule&&Object.defineProperty(o,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else C(e)&&H(e.style)||(k(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:ke)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Ce(e,t,r,n,i){return r.bind(t,e,n,i)}function ke(e,t){return Ce(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return Ce(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return Ce(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,Cn,kn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n color: var(--text-color);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(Cn||(Cn=Ln(["\n background-repeat: no-repeat;\n background-size: cover;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(kn||(kn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file From 49a4a4ef1080d1a71065be7522f59091d26eace7 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 11:27:09 +0200 Subject: [PATCH 12/32] Font color white --- src/brnd/brnd-sportcenter-today.js | 2 +- src/themes/brnd-sportcenter-today.css | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index 6d6e187c..dcfd0048 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -144,7 +144,7 @@ const Wrapper = styled.div` height: 100%; background-repeat: no-repeat; background-size: cover; - color: var(--text-color); + color: var(--color-white); display: grid; grid-template-areas: "header" diff --git a/src/themes/brnd-sportcenter-today.css b/src/themes/brnd-sportcenter-today.css index 3d2631de..d3e8e86b 100644 --- a/src/themes/brnd-sportcenter-today.css +++ b/src/themes/brnd-sportcenter-today.css @@ -19,13 +19,11 @@ font-weight: var(--font-weight-light); text-transform: uppercase; padding: calc(var(--padding-size-base) * 0.7); - color: white; background-color: var(--bg-dark); display: grid; } #SLIDE_ID .brnd-sportcenter-today .schedule { - color: white; background-color: var(--bg-dark); } From 00d7c6e8efe89df8228756164d1d8b9a6c3a37ff Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 11:40:53 +0200 Subject: [PATCH 13/32] Brnd build --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 720d5807..8f0f50ea 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758025890010", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758025890010", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758025890010", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758188398754", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758188398754", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758188398754", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 720d5807..8f0f50ea 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758025890010", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758025890010", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758025890010", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758188398754", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758188398754", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758188398754", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index ae883a68..991bb285 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else C(e)&&H(e.style)||(k(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:ke)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Ce(e,t,r,n,i){return r.bind(t,e,n,i)}function ke(e,t){return Ce(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return Ce(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return Ce(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,Cn,kn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n color: var(--text-color);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(Cn||(Cn=Ln(["\n background-repeat: no-repeat;\n background-size: cover;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(kn||(kn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else C(e)&&H(e.style)||(k(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:ke)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Ce(e,t,r,n,i){return r.bind(t,e,n,i)}function ke(e,t){return Ce(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return Ce(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return Ce(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,Cn,kn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(Cn||(Cn=Ln(["\n background-repeat: no-repeat;\n background-size: cover;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(kn||(kn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file From 2f0608b4894e2170d4980abbe64981ea04e0acb5 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:15:24 +0200 Subject: [PATCH 14/32] Header background style --- src/brnd/brnd-sportcenter-today.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index dcfd0048..689f55ab 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -156,8 +156,9 @@ const Wrapper = styled.div` const Header = styled.div` background-repeat: no-repeat; - background-size: cover; + background-size: contain; background-image: var(--bg-image, none); + background-color: var(--color-white); padding: var(--padding-size-base); grid-area: header; display: flex; From 919c8db3408a178f8f5bbafc7338fa569d765c2e Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:16:26 +0200 Subject: [PATCH 15/32] Brnd build --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 8f0f50ea..8a45a719 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758188398754", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758188398754", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758188398754", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758190557431", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758190557431", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758190557431", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 8f0f50ea..8a45a719 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758188398754", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758188398754", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758188398754", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758190557431", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758190557431", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758190557431", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index 991bb285..df31b5b9 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else C(e)&&H(e.style)||(k(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:ke)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Ce(e,t,r,n,i){return r.bind(t,e,n,i)}function ke(e,t){return Ce(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return Ce(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return Ce(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,Cn,kn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(Cn||(Cn=Ln(["\n background-repeat: no-repeat;\n background-size: cover;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(kn||(kn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else C(e)&&H(e.style)||(k(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:ke)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Ce(e,t,r,n,i){return r.bind(t,e,n,i)}function ke(e,t){return Ce(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return Ce(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return Ce(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,Cn,kn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(Cn||(Cn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n background-color: var(--color-white);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(kn||(kn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file From 7b64aeed5b483caf6e9d7be999127ab09a7df16a Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:19:53 +0200 Subject: [PATCH 16/32] Background color --- src/brnd/brnd-sportcenter-today.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index 689f55ab..3a36c7e9 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -144,6 +144,7 @@ const Wrapper = styled.div` height: 100%; background-repeat: no-repeat; background-size: cover; + background-size: var(--color-white); color: var(--color-white); display: grid; grid-template-areas: @@ -158,7 +159,6 @@ const Header = styled.div` background-repeat: no-repeat; background-size: contain; background-image: var(--bg-image, none); - background-color: var(--color-white); padding: var(--padding-size-base); grid-area: header; display: flex; From ceb5afef92326f4bdcc9cf16196ad93c6baa4f15 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:22:07 +0200 Subject: [PATCH 17/32] Brnd build --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 8a45a719..54a33c7e 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758190557431", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758190557431", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758190557431", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758190898235", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758190898235", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758190898235", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 8a45a719..54a33c7e 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758190557431", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758190557431", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758190557431", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758190898235", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758190898235", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758190898235", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index df31b5b9..512a31be 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else C(e)&&H(e.style)||(k(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:ke)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Ce(e,t,r,n,i){return r.bind(t,e,n,i)}function ke(e,t){return Ce(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return Ce(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return Ce(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,Cn,kn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(Cn||(Cn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n background-color: var(--color-white);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(kn||(kn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else C(e)&&H(e.style)||(k(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:ke)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Ce(e,t,r,n,i){return r.bind(t,e,n,i)}function ke(e,t){return Ce(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return Ce(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return Ce(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,Cn,kn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-size: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(Cn||(Cn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(kn||(kn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file From 72dbf1e68aae90d852d7ce91f8fa52e93d269cf9 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:24:06 +0200 Subject: [PATCH 18/32] Background color --- src/brnd/brnd-sportcenter-today.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index 3a36c7e9..27224236 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -144,7 +144,7 @@ const Wrapper = styled.div` height: 100%; background-repeat: no-repeat; background-size: cover; - background-size: var(--color-white); + background-color: var(--color-white); color: var(--color-white); display: grid; grid-template-areas: From 3654a4dc178e7018806dd811d3a32b230ab292ab Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:24:45 +0200 Subject: [PATCH 19/32] Brnd build --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 54a33c7e..97441a9b 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758190898235", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758190898235", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758190898235", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191062004", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191062004", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191062004", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 54a33c7e..97441a9b 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758190898235", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758190898235", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758190898235", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191062004", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191062004", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191062004", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index 512a31be..f0ec90ba 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else C(e)&&H(e.style)||(k(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:ke)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Ce(e,t,r,n,i){return r.bind(t,e,n,i)}function ke(e,t){return Ce(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return Ce(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return Ce(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,Cn,kn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-size: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(Cn||(Cn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(kn||(kn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else C(e)&&H(e.style)||(k(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:ke)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Ce(e,t,r,n,i){return r.bind(t,e,n,i)}function ke(e,t){return Ce(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return Ce(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return Ce(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,Cn,kn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(Cn||(Cn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(kn||(kn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file From 67abf22b23a775b8bf8fd076135af7d872a8e13f Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:33:54 +0200 Subject: [PATCH 20/32] Background --- src/brnd/brnd-sportcenter-today.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index 27224236..e07a5dd3 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -172,6 +172,7 @@ const HeaderDate = styled.div` `; const Title = styled.div` + background-color: var(--bg-dark); font-size: var(--h3-font-size); font-weight: var(--font-weight-light); padding: var(--padding-size-base); @@ -179,6 +180,7 @@ const Title = styled.div` `; const Content = styled.div` + background-color: var(--bg-dark); grid-area: content; `; From f66c1e027ae6564386154d59f50bea34ba7d2517 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:34:33 +0200 Subject: [PATCH 21/32] Brnd build --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 97441a9b..b3879350 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191062004", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191062004", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191062004", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191649338", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191649338", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191649338", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 97441a9b..b3879350 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191062004", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191062004", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191062004", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191649338", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191649338", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191649338", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index f0ec90ba..1274b1bd 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else C(e)&&H(e.style)||(k(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:ke)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function Ce(e,t,r,n,i){return r.bind(t,e,n,i)}function ke(e,t){return Ce(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return Ce(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return Ce(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,Cn,kn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(Cn||(Cn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(kn||(kn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else k(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Ce(e,t){return ke(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return ke(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return ke(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,kn,Cn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(kn||(kn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n background-color: var(--bg-dark);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n background-color: var(--bg-dark);\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file From 51db3be13a566b1a6cfc6c4a5ce6d52a6247add8 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:35:38 +0200 Subject: [PATCH 22/32] Brnd build --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index b3879350..6c47f474 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191649338", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191649338", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191649338", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191694675", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191694675", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191694675", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index b3879350..6c47f474 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191649338", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191649338", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191649338", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191694675", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191694675", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191694675", "assets": [], "options": {}, "content": {} From d0ae8df267a759ff9da7965454a7ddb261f01e8d Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:41:31 +0200 Subject: [PATCH 23/32] Colors --- src/brnd/brnd-sportcenter-today.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index e07a5dd3..00e4b753 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -152,7 +152,7 @@ const Wrapper = styled.div` "title" "content"; grid-template-rows: auto auto 1fr; - padding: var(--padding-size-base); + padding: 0; `; const Header = styled.div` @@ -160,6 +160,7 @@ const Header = styled.div` background-size: contain; background-image: var(--bg-image, none); padding: var(--padding-size-base); + color: var(--color-black); grid-area: header; display: flex; justify-content: flex-end; // Aligns HeaderDate to the right From e85903de28c96cda70d97f453c0a3f407a79ae7e Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:42:12 +0200 Subject: [PATCH 24/32] Colors --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 6c47f474..b4f27079 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191694675", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191694675", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191694675", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192103331", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192103331", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192103331", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 6c47f474..b4f27079 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758191694675", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758191694675", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758191694675", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192103331", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192103331", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192103331", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index 1274b1bd..e329cb04 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else k(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Ce(e,t){return ke(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return ke(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return ke(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,kn,Cn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: var(--padding-size-base);\n']))),zn=Tn.div(kn||(kn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n background-color: var(--bg-dark);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n background-color: var(--bg-dark);\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else k(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Ce(e,t){return ke(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return ke(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return ke(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,kn,Cn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: 0;\n']))),zn=Tn.div(kn||(kn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n color: var(--color-black);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n background-color: var(--bg-dark);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n background-color: var(--bg-dark);\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file From d454a069fcf222fd1dcebeecec78dfab292f4025 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:50:47 +0200 Subject: [PATCH 25/32] Styling --- src/brnd/brnd-sportcenter-today.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index 00e4b753..a6cfb8b0 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -174,10 +174,11 @@ const HeaderDate = styled.div` const Title = styled.div` background-color: var(--bg-dark); - font-size: var(--h3-font-size); + font-size: var(--h4-font-size); font-weight: var(--font-weight-light); - padding: var(--padding-size-base); text-align: center; + text-transform: uppercase; + padding: calc(var(--padding-size-base) * 0.7); `; const Content = styled.div` @@ -191,15 +192,16 @@ const ContentItemsWrapper = styled.div` `; const ContentItem = styled.div` - padding: var(--padding-size-base); border-bottom: 1px solid var(--color-grey-600); + padding: calc(var(--padding-size-base) * 0.7); `; const ContentHeaderItem = styled.div` - padding: var(--padding-size-base); - font-weight: var(--font-weight-bold); border-bottom: 1px solid var(--color-grey-600); border-top: 1px solid var(--color-grey-600); + color: var(--color-red); + font-size: var(--font-size-base); + padding: calc(var(--padding-size-base) * 0.7); `; BrndSportcenterToday.propTypes = { From be858d7fba7b8c87e6f8fbb51adc0f5f2391db19 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:51:27 +0200 Subject: [PATCH 26/32] Brnd build --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index b4f27079..9d466b4f 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192103331", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192103331", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192103331", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192656064", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192656064", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192656064", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index b4f27079..9d466b4f 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192103331", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192103331", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192103331", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192656064", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192656064", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192656064", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index e329cb04..b350dad3 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else k(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Ce(e,t){return ke(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return ke(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return ke(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,kn,Cn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: 0;\n']))),zn=Tn.div(kn||(kn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n color: var(--color-black);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n background-color: var(--bg-dark);\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n padding: var(--padding-size-base);\n text-align: center;\n"]))),jn=Tn.div(In||(In=Ln(["\n background-color: var(--bg-dark);\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n padding: var(--padding-size-base);\n border-bottom: 1px solid var(--color-grey-600);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n padding: var(--padding-size-base);\n font-weight: var(--font-weight-bold);\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else k(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Ce(e,t){return ke(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return ke(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return ke(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,kn,Cn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: 0;\n']))),zn=Tn.div(kn||(kn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n color: var(--color-black);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n background-color: var(--bg-dark);\n font-size: var(--h4-font-size);\n font-weight: var(--font-weight-light);\n text-align: center;\n text-transform: uppercase;\n padding: calc(var(--padding-size-base) * 0.7);\n"]))),jn=Tn.div(In||(In=Ln(["\n background-color: var(--bg-dark);\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n border-bottom: 1px solid var(--color-grey-600);\n padding: calc(var(--padding-size-base) * 0.7);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n color: var(--color-red);\n font-size: var(--font-size-base);\n padding: calc(var(--padding-size-base) * 0.7);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file From 58f3d80d6dd752d8bd8545d85820f5e62f421ea6 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:55:14 +0200 Subject: [PATCH 27/32] Font size --- src/brnd/brnd-sportcenter-today.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index a6cfb8b0..c32f4882 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -200,7 +200,6 @@ const ContentHeaderItem = styled.div` border-bottom: 1px solid var(--color-grey-600); border-top: 1px solid var(--color-grey-600); color: var(--color-red); - font-size: var(--font-size-base); padding: calc(var(--padding-size-base) * 0.7); `; From 79f038ed96290f97c792229c7f6136d87d5867f9 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:55:56 +0200 Subject: [PATCH 28/32] Brnd build --- build/brnd-config-develop.json | 6 +++--- build/brnd-config-main.json | 6 +++--- build/brnd.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/brnd-config-develop.json b/build/brnd-config-develop.json index 9d466b4f..e17a3719 100644 --- a/build/brnd-config-develop.json +++ b/build/brnd-config-develop.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192656064", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192656064", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192656064", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192928959", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192928959", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192928959", "assets": [], "options": {}, "content": {} diff --git a/build/brnd-config-main.json b/build/brnd-config-main.json index 9d466b4f..e17a3719 100644 --- a/build/brnd-config-main.json +++ b/build/brnd-config-main.json @@ -4,9 +4,9 @@ "id": "01FRJPF4XATRN8PBZ35XN84PS6", "description": "Viser alle dagens bookinger i et ænlæg.", "resources": { - "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192656064", - "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192656064", - "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192656064", + "component": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd.js?ts=1758192928959", + "admin": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-admin.json?ts=1758192928959", + "schema": "https://raw.githubusercontent.com/os2display/display-templates/refs/heads/feature/brnd/build/brnd-schema.json?ts=1758192928959", "assets": [], "options": {}, "content": {} diff --git a/build/brnd.js b/build/brnd.js index b350dad3..8c613250 100644 --- a/build/brnd.js +++ b/build/brnd.js @@ -1,2 +1,2 @@ /*! For license information please see brnd.js.LICENSE.txt */ -(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else k(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Ce(e,t){return ke(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return ke(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return ke(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,kn,Cn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: 0;\n']))),zn=Tn.div(kn||(kn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n color: var(--color-black);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n background-color: var(--bg-dark);\n font-size: var(--h4-font-size);\n font-weight: var(--font-weight-light);\n text-align: center;\n text-transform: uppercase;\n padding: calc(var(--padding-size-base) * 0.7);\n"]))),jn=Tn.div(In||(In=Ln(["\n background-color: var(--bg-dark);\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n border-bottom: 1px solid var(--color-grey-600);\n padding: calc(var(--padding-size-base) * 0.7);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n color: var(--color-red);\n font-size: var(--font-size-base);\n padding: calc(var(--padding-size-base) * 0.7);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file +(()=>{var e={1612:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,".template-brnd{background-position:center;background-repeat:no-repeat;background-size:cover}.template-brnd.media-contain{background-size:contain}",""]);const o=i},8070:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(6314),i=r.n(n)()((function(e){return e[1]}));i.push([e.id,'.slide{--color-white: #fff;--color-grey-100: hsl(0deg 0% 95%);--color-grey-200: hsl(0deg 0% 85%);--color-grey-300: hsl(0deg 0% 80%);--color-grey-400: hsl(0deg 0% 75%);--color-grey-500: hsl(0deg 0% 70%);--color-grey-600: hsl(0deg 0% 40%);--color-grey-700: hsl(0deg 0% 30%);--color-grey-800: hsl(0deg 0% 20%);--color-grey-900: hsl(0deg 0% 10%);--color-black: #000;--color-blue: hsl(219deg 89% 57%);--color-indigo: indigo;--color-purple: purple;--color-pink: pink;--color-red: red;--color-orange: orange;--color-yellow: yellow;--color-green: green;--color-teal: teal;--color-cyan: cyan;--color-gray: var(--color-grey-500);--color-gray-dark: var(--color-grey-900);--color-primary: var(--color-blue);--color-secondary: var(--color-orange);--color-success: var(--color-green);--color-info: var(--color-teal);--color-warning: var(--color-yellow);--color-danger: var(--color-red);--color-light: var(--color-white);--color-dark: var(--color-black);--bg-light: var(--color-light);--bg-dark: var(--color-dark);--bg-primary: var(--color-primary);--bg-secondary: var(--color-secondary);--bg-transparent: transparent;--text-light: var(--color-light);--text-dark: var(--color-dark);--color-red-hsl-h: 0deg;--color-red-hsl-s: 84%;--color-red-hsl-l: 50%;--color-red-50: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 95%);--color-red-100: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 90%);--color-red-200: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 85%);--color-red-300: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 80%);--color-red-400: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 70%);--color-red-500: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 60%);--color-red-600: hsl( var(--color-red-hsl-h) var(--color-red-hsl-s) var(--color-red-hsl-l) );--color-red-700: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 40%);--color-red-800: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 30%);--color-red-900: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 20%);--color-red-950: hsl(var(--color-red-hsl-h) var(--color-red-hsl-s) 15%);--color-green-hsl-h: 142deg;--color-green-hsl-s: 76%;--color-green-hsl-l: 50%;--color-green-50: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 95%);--color-green-100: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 90%);--color-green-200: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 85%);--color-green-300: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 80%);--color-green-400: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 70%);--color-green-500: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 60%);--color-green-600: hsl( var(--color-green-hsl-h) var(--color-green-hsl-s) var(--color-green-hsl-l) );--color-green-700: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 40%);--color-green-800: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 30%);--color-green-900: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 20%);--color-green-950: hsl(var(--color-green-hsl-h) var(--color-green-hsl-s) 15%);--font-family-base: system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--line-height-base: 1.5;--line-height-sm: 1.25;--line-height-lg: 2;--font-size-base: 1rem;--font-size-multiplier-050: 0.5;--font-size-multiplier-075: 0.75;--font-size-multiplier-090: 0.9;--font-size-multiplier-125: 1.25;--font-size-multiplier-150: 1.5;--font-size-multiplier-175: 1.75;--font-size-multiplier-200: 2;--font-size-multiplier-250: 2.5;--font-size-xs: calc(var(--font-size-base) * var(--font-size-multiplier-050));--font-size-sm: calc(var(--font-size-base) * var(--font-size-multiplier-075));--font-size-m: calc(var(--font-size-base) * 1);--font-size-lg: calc(var(--font-size-base) * var(--font-size-multiplier-125));--font-size-xl: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125));--h6-font-size: calc(var(--font-size-base));--spacer: 12px;--margin-size-base: calc(var(--spacer) * 3);--padding-size-base: calc(var(--spacer) * 3);--box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--border-size: 1px;--border-style: solid;--border-color: var(--color-grey-900);--border: var(--border-size) var(--border-style) var(--border-color);--border-radius-sm: 3px;--border-radius-md: 5px;--border-radius-lg: 7px;--background-color: var(--bg-light, hsl(0deg, 0%, 100%));--background-color-secondary: var(--color-grey-100, hsl(0deg, 0%, 95%));--text-color: var(--text-dark, hsl(0deg, 0%, 0%))}*,*::before,*::after{box-sizing:border-box}html{font-size:1.125rem;height:100%;background-color:var(--background-color);color:var(--text-color)}body{margin:0;height:100%}@keyframes h1-underline{0%{opacity:0;width:100%}40%{opacity:1;width:100%;margin-top:.938em;height:.375em}70%{opacity:1;width:100%;margin-top:.625em;height:.2em}100%{opacity:1;width:5em;margin-top:.625em}}.color-scheme-dark .slide{--background-color: var(--bg-dark, hsl(0deg, 0%, 10%));--background-color-secondary: var(--bg-dark-secondary, hsl(0deg, 0%, 20%));--text-color: var(--text-light, hsl(0deg, 0%, 100%));--border-color: var(--color-light);--color-grey-100: hsl(0deg 0% 10%);--color-grey-200: hsl(0deg 0% 15%);--color-grey-300: hsl(0deg 0% 20%);--color-grey-400: hsl(0deg 0% 25%);--color-grey-500: hsl(0deg 0% 30%);--color-grey-600: hsl(0deg 0% 45%);--color-grey-700: hsl(0deg 0% 60%);--color-grey-800: hsl(0deg 0% 75%);--color-grey-900: hsl(0deg 0% 90%)}@media screen and (min-width: 1921px)and (orientation: landscape){.slide{--font-size-base: 2rem;--spacer: 24px}}@media screen and (min-width: 1081px)and (orientation: portrait){.slide{--font-size-base: 2rem;--spacer: 24px}}.slide .font-size-xs{--font-size-base: var(--font-size-xs);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-s{--font-size-base: var(--font-size-sm);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-m{--font-size-base: var(--font-size-m);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-lg{--font-size-base: var(--font-size-lg);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide .font-size-xl{--font-size-base: var(--font-size-xl);--h1-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-250));--h2-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-200));--h3-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-175));--h4-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-150));--h5-font-size: calc(var(--font-size-base) * var(--font-size-multiplier-125))}.slide h1{font-size:var(--h1-font-size)}.slide h2{font-size:var(--h2-font-size)}.slide h3{font-size:var(--h3-font-size)}.slide h4{font-size:var(--h4-font-size)}.slide h5{font-size:var(--h5-font-size)}.slide h6{font-size:var(--h6-font-size)}',""]);const o=i},6314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(n)for(var o=0;o=t?e:""+Array(t+1-n.length).join(r)+e},v={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),i=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(i,2,"0")},m:function e(t,r){if(t.date()1)return e(a[0])}else{var s=t.name;b[s]=t,i=s}return!n&&i&&(y=i),i||!n&&y},A=function(e,t){if(S(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new w(r)},_=v;_.l=T,_.i=S,_.w=function(e,t){return A(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var w=function(){function m(e){this.$L=T(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[E]=!0}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(_.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return _},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var r=A(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return A(e){"use strict";var n=r(3404),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return n.isMemo(e)?a:s[e.$$typeof]||i}s[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[n.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,d=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,r,n){if("string"!=typeof r){if(p){var i=d(r);i&&i!==p&&e(t,i,n)}var a=u(r);h&&(a=a.concat(h(r)));for(var s=l(t),m=l(r),g=0;g{"use strict";var r="function"==typeof Symbol&&Symbol.for,n=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,a=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,c=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,h=r?Symbol.for("react.concurrent_mode"):60111,f=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,p=r?Symbol.for("react.suspense_list"):60120,m=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case u:case h:case o:case s:case a:case d:return e;default:switch(e=e&&e.$$typeof){case c:case f:case g:case m:case l:return e;default:return t}}case i:return t}}}function T(e){return S(e)===h}t.AsyncMode=u,t.ConcurrentMode=h,t.ContextConsumer=c,t.ContextProvider=l,t.Element=n,t.ForwardRef=f,t.Fragment=o,t.Lazy=g,t.Memo=m,t.Portal=i,t.Profiler=s,t.StrictMode=a,t.Suspense=d,t.isAsyncMode=function(e){return T(e)||S(e)===u},t.isConcurrentMode=T,t.isContextConsumer=function(e){return S(e)===c},t.isContextProvider=function(e){return S(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return S(e)===f},t.isFragment=function(e){return S(e)===o},t.isLazy=function(e){return S(e)===g},t.isMemo=function(e){return S(e)===m},t.isPortal=function(e){return S(e)===i},t.isProfiler=function(e){return S(e)===s},t.isStrictMode=function(e){return S(e)===a},t.isSuspense=function(e){return S(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===h||e===s||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===E||e.$$typeof===v)},t.typeOf=S},3404:(e,t,r)=>{"use strict";e.exports=r(3072)},2694:(e,t,r)=>{"use strict";var n=r(6925);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,r,i,o,a){if(a!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var r={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return r.PropTypes=r,r}},5556:(e,t,r)=>{e.exports=r(2694)()},6925:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2799:(e,t)=>{"use strict";var r=60103,n=60106,i=60107,o=60108,a=60114,s=60109,l=60110,c=60112,u=60113,h=60120,f=60115,d=60116,p=60121,m=60122,g=60117,v=60129,y=60131;if("function"==typeof Symbol&&Symbol.for){var b=Symbol.for;r=b("react.element"),n=b("react.portal"),i=b("react.fragment"),o=b("react.strict_mode"),a=b("react.profiler"),s=b("react.provider"),l=b("react.context"),c=b("react.forward_ref"),u=b("react.suspense"),h=b("react.suspense_list"),f=b("react.memo"),d=b("react.lazy"),p=b("react.block"),m=b("react.server.block"),g=b("react.fundamental"),v=b("react.debug_trace_mode"),y=b("react.legacy_hidden")}t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===a||e===v||e===o||e===u||e===h||e===y||"object"==typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===f||e.$$typeof===s||e.$$typeof===l||e.$$typeof===c||e.$$typeof===g||e.$$typeof===p||e[0]===m)},t.typeOf=function(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case i:case a:case o:case u:case h:return e;default:switch(e=e&&e.$$typeof){case l:case c:case d:case f:case s:return e;default:return t}}case n:return t}}}},4363:(e,t,r)=>{"use strict";e.exports=r(2799)},2833:e=>{e.exports=function(e,t,r,n){var i=r?r.call(n,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),l=0;l{"use strict";var n,i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),o=[];function a(e){for(var t=-1,r=0;r{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var n={};(()=>{"use strict";r.r(n),r.d(n,{default:()=>ni});const e=require("react");var t=r.n(e),i=r(5556),o=r.n(i),a=r(4353),s=r.n(a),l=r(5750),c=r.n(l),u=function(e,t){return u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},u(e,t)};function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}u(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var f=function(){return f=Object.assign||function(e){for(var t,r=1,n=arguments.length;r1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(U,(function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(j.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(z.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(z,(function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var o=i.options[0];"w"===o?t=f(f({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=f(f({},t),G(o)))}else if(F.test(i.stem))t=f(f({},t),G(i.stem));else{var a=$(i.stem);a&&(t=f(f({},t),a));var s=Y(i.stem);s&&(t=f(f({},t),s))}}return t}var X,W={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};function Z(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(W[r||""]||W[n||""]||W["".concat(n,"-001")]||W["001"])[0]}var K=new RegExp("^".concat(L.source,"*")),J=new RegExp("".concat(L.source,"*$"));function Q(e,t){return{start:e,end:t}}var ee=!!String.prototype.startsWith,te=!!String.fromCodePoint,re=!!Object.fromEntries,ne=!!String.prototype.codePointAt,ie=!!String.prototype.trimStart,oe=!!String.prototype.trimEnd,ae=Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},se=!0;try{se="a"===(null===(X=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===X?void 0:X[0])}catch(ar){se=!1}var le,ce=ee?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ue=te?String.fromCodePoint:function(){for(var e=[],t=0;to;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},he=re?Object.fromEntries:function(e){for(var t={},r=0,n=e;r=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},de=ie?function(e){return e.trimStart()}:function(e){return e.replace(K,"")},pe=oe?function(e){return e.trimEnd()}:function(e){return e.replace(J,"")};function me(e,t){return new RegExp(e,t)}if(se){var ge=me("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");le=function(e,t){var r;return ge.lastIndex=t,null!==(r=ge.exec(e)[1])&&void 0!==r?r:""}}else le=function(e,t){for(var r=[];;){var n=fe(e,t);if(void 0===n||be(n)||Ee(n))break;r.push(n),t+=n>=65536?2:1}return ue.apply(void 0,r)};var ve=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(m.UNMATCHED_CLOSING_TAG,Q(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ye(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:g.pound,location:Q(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:g.literal,value:"<".concat(n,"/>"),location:Q(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("")?{val:{type:g.tag,value:n,children:o,location:Q(r,this.clonePosition())},err:null}:this.error(m.INVALID_TAG,Q(a,this.clonePosition())))}return this.error(m.UNCLOSED_TAG,Q(r,this.clonePosition()))}return this.error(m.INVALID_TAG,Q(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Q(r,this.clonePosition());return{val:{type:g.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ye(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ue.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ue(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(m.EMPTY_ARGUMENT,Q(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:g.argument,value:n,location:Q(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(m.MALFORMED_ARGUMENT,Q(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=le(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Q(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(m.EXPECT_ARGUMENT_TYPE,Q(o,s));case"number":case"date":case"time":this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((S=this.parseSimpleArgStyleIfPossible()).err)return S;if(0===(p=pe(S.val)).length)return this.error(m.EXPECT_ARGUMENT_STYLE,Q(this.clonePosition(),this.clonePosition()));l={style:p,styleLocation:Q(c,this.clonePosition())}}if((T=this.tryParseArgumentClose(n)).err)return T;var u=Q(n,this.clonePosition());if(l&&ce(null==l?void 0:l.style,"::",0)){var h=de(l.style.slice(2));if("number"===a)return(S=this.parseNumberSkeletonFromString(h,l.styleLocation)).err?S:{val:{type:g.number,value:r,location:u,style:S.val},err:null};if(0===h.length)return this.error(m.EXPECT_DATE_TIME_SKELETON,u);var d=h;this.locale&&(d=function(e,t){for(var r="",n=0;n>1),l=Z(t);for("H"!=l&&"k"!=l||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=l+r}else r+="J"===i?"H":i}return r}(h,this.locale));var p={type:v.dateTime,pattern:d,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?D(d):{}};return{val:{type:"date"===a?g.date:g.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?g.number:"date"===a?g.date:g.time,value:r,location:u,style:null!==(i=null==l?void 0:l.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var y=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,Q(y,f({},y)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),E=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Q(this.clonePosition(),this.clonePosition()));var S;if(this.bumpSpace(),(S=this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return S;this.bumpSpace(),b=this.parseIdentifierIfPossible(),E=S.val}var T,A=this.tryParsePluralOrSelectOptions(e,a,t,b);if(A.err)return A;if((T=this.tryParseArgumentClose(n)).err)return T;var _=Q(n,this.clonePosition());return"select"===a?{val:{type:g.select,value:r,options:he(A.val),location:_},err:null}:{val:{type:g.plural,value:r,options:he(A.val),offset:E,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(m.INVALID_ARGUMENT_TYPE,Q(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,Q(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Q(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=e.split(x).filter((function(e){return e.length>0})),r=[],n=0,i=t;n=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Q(n,this.clonePosition());return i?ae(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=fe(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(ce(this.message,e,this.offset())){for(var t=0;t=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&be(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ye(e){return e>=97&&e<=122||e>=65&&e<=90}function be(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ee(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function Se(e){e.forEach((function(e){if(delete e.location,I(e)||O(e))for(var t in e.options)delete e.options[t].location,Se(e.options[t].value);else k(e)&&H(e.style)||(C(e)||R(e))&&N(e.style)?delete e.style.location:M(e)&&Se(e.children)}))}function Te(e,t){void 0===t&&(t={}),t=f({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ve(e,t).parse();if(r.err){var n=SyntaxError(m[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||Se(r.val),r.val}function Ae(e,t){var r=t&&t.cache?t.cache:Pe,n=t&&t.serializer?t.serializer:Re;return(t&&t.strategy?t.strategy:Ce)(e,{cache:r,serializer:n})}function _e(e,t,r,n){var i,o=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:r(n),a=t.get(o);return void 0===a&&(a=e.call(this,n),t.set(o,a)),a}function we(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return void 0===o&&(o=e.apply(this,n),t.set(i,o)),o}function ke(e,t,r,n,i){return r.bind(t,e,n,i)}function Ce(e,t){return ke(e,this,1===e.length?_e:we,t.cache.create(),t.serializer)}var Re=function(){return JSON.stringify(arguments)};function Ie(){this.cache=Object.create(null)}Ie.prototype.get=function(e){return this.cache[e]},Ie.prototype.set=function(e,t){this.cache[e]=t};var Oe,Pe={create:function(){return new Ie}},Me={variadic:function(e,t){return ke(e,this,we,t.cache.create(),t.serializer)},monadic:function(e,t){return ke(e,this,_e,t.cache.create(),t.serializer)}};!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(Oe||(Oe={}));var He,Ne=function(e){function t(t,r,n){var i=e.call(this,t)||this;return i.code=r,i.originalMessage=n,i}return h(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Le=function(e){function t(t,r,n,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),Oe.INVALID_VALUE,i)||this}return h(t,e),t}(Ne),Be=function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),Oe.INVALID_VALUE,n)||this}return h(t,e),t}(Ne),De=function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),Oe.MISSING_VALUE,r)||this}return h(t,e),t}(Ne);function xe(e){return"function"==typeof e}function ze(e,t,r,n,i,o,a){if(1===e.length&&_(e[0]))return[{type:He.literal,value:e[0].value}];for(var s=[],l=0,c=e;l0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=Te,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();!function(e){e.FORMAT_ERROR="FORMAT_ERROR",e.UNSUPPORTED_FORMATTER="UNSUPPORTED_FORMATTER",e.INVALID_CONFIG="INVALID_CONFIG",e.MISSING_DATA="MISSING_DATA",e.MISSING_TRANSLATION="MISSING_TRANSLATION"}(Ue||(Ue={}));var Ge=function(e){function t(r,n,i){var o=this,a=i?i instanceof Error?i:new Error(String(i)):void 0;return(o=e.call(this,"[@formatjs/intl Error ".concat(r,"] ").concat(n," \n").concat(a?"\n".concat(a.message,"\n").concat(a.stack):""))||this).code=r,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(o,t),o}return h(t,e),t}(Error),$e=function(e){function t(t,r){return e.call(this,Ue.UNSUPPORTED_FORMATTER,t,r)||this}return h(t,e),t}(Ge),Ye=function(e){function t(t,r){return e.call(this,Ue.INVALID_CONFIG,t,r)||this}return h(t,e),t}(Ge),Ve=function(e){function t(t,r){return e.call(this,Ue.MISSING_DATA,t,r)||this}return h(t,e),t}(Ge),qe=function(e){function t(t,r,n){return e.call(this,Ue.FORMAT_ERROR,"".concat(t," \nLocale: ").concat(r,"\n"),n)||this}return h(t,e),t}(Ge),Xe=function(e){function t(t,r,n,i){var o=e.call(this,"".concat(t," \nMessageID: ").concat(null==n?void 0:n.id,"\nDefault Message: ").concat(null==n?void 0:n.defaultMessage,"\nDescription: ").concat(null==n?void 0:n.description," \n"),r,i)||this;return o.descriptor=n,o}return h(t,e),t}(qe),We=function(e){function t(t,r){var n=e.call(this,Ue.MISSING_TRANSLATION,'Missing message: "'.concat(t.id,'" for locale "').concat(r,'", using ').concat(t.defaultMessage?"default message":"id"," as fallback."))||this;return n.descriptor=t,n}return h(t,e),t}(Ge);function Ze(e,t,r){return void 0===r&&(r={}),t.reduce((function(t,n){return n in e?t[n]=e[n]:n in r&&(t[n]=r[n]),t}),{})}var Ke={formats:{},messages:{},timeZone:void 0,defaultLocale:"en",defaultFormats:{},fallbackOnEmptyString:!0,onError:function(e){},onWarn:function(e){}};function Je(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Qe(e,t,r,n){var i,o=e&&e[t];if(o&&(i=o[r]),i)return i;n(new $e("No ".concat(t," format named: ").concat(r)))}function et(e){A(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}var tt=f(f({},Ke),{textComponent:e.Fragment});function rt(e,t){if(e===t)return!0;if(!e||!t)return!1;var r=Object.keys(e),n=Object.keys(t),i=r.length;if(n.length!==i)return!1;for(var o=0;od)&&(z=(j=j.replace(" ",":")).length),0n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(g,"$1"+e.trim());case 58:return e.trim()+t.replace(g,"$1"+e.trim());default:if(0<1*r&&0l.charCodeAt(8))break;case 115:a=a.replace(l,"-webkit-"+l)+";"+a;break;case 207:case 102:a=a.replace(l,"-webkit-"+(102n.charCodeAt(0)&&(n=n.trim()),n=[n],01?t-1:0),n=1;n0?" Args: "+r.join(", "):""))}var fr=function(){function e(e){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=e}var t=e.prototype;return t.indexOfGroup=function(e){for(var t=0,r=0;r=this.groupSizes.length){for(var r=this.groupSizes,n=r.length,i=n;e>=i;)(i<<=1)<0&&hr(16,""+e);this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var o=n;o=this.length||0===this.groupSizes[e])return t;for(var r=this.groupSizes[e],n=this.indexOfGroup(e),i=n+r,o=n;o=mr&&(mr=t+1),dr.set(e,t),pr.set(t,e)},br="style["+sr+'][data-styled-version="5.3.11"]',Er=new RegExp("^"+sr+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),Sr=function(e,t,r){for(var n,i=r.split(","),o=0,a=i.length;o=0;r--){var n=t[r];if(n&&1===n.nodeType&&n.hasAttribute(sr))return n}}(r),o=void 0!==i?i.nextSibling:null;n.setAttribute(sr,"active"),n.setAttribute("data-styled-version","5.3.11");var a=Ar();return a&&n.setAttribute("nonce",a),r.insertBefore(n,o),n},wr=function(){function e(e){var t=this.element=_r(e);t.appendChild(document.createTextNode("")),this.sheet=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets,r=0,n=t.length;r=0){var r=document.createTextNode(t),n=this.nodes[e];return this.element.insertBefore(r,n||null),this.length++,!0}return!1},t.deleteRule=function(e){this.element.removeChild(this.nodes[e]),this.length--},t.getRule=function(e){return e0&&(c+=e+",")})),n+=""+s+l+'{content:"'+c+'"}/*!sc*/\n'}}}return n}(this)},e}(),Pr=/(a)(d)/gi,Mr=function(e){return String.fromCharCode(e+(e>25?39:97))};function Hr(e){var t,r="";for(t=Math.abs(e);t>52;t=t/52|0)r=Mr(t%52)+r;return(Mr(t%52)+r).replace(Pr,"$1-$2")}var Nr=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Lr=function(e){return Nr(5381,e)};function Br(e){for(var t=0;t>>0);if(!t.hasNameForId(n,a)){var s=r(o,"."+a,void 0,n);t.insertRules(n,a,s)}i.push(a),this.staticRulesId=a}else{for(var l=this.rules.length,c=Nr(this.baseHash,r.hash),u="",h=0;h>>0);if(!t.hasNameForId(n,m)){var g=r(u,"."+m,void 0,n);t.insertRules(n,m,g)}i.push(m)}}return i.join(" ")},e}(),zr=/^\s*\/\/.*$/gm,Fr=[":","[",".","#"];function Ur(e){var t,r,n,i,o=void 0===e?nr:e,a=o.options,s=void 0===a?nr:a,l=o.plugins,c=void 0===l?rr:l,u=new Xt(s),h=[],f=function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(r,n,i,o,a,s,l,c,u,h){switch(r){case 1:if(0===u&&64===n.charCodeAt(0))return e(n+";"),"";break;case 2:if(0===c)return n+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(i[0]+n),"";default:return n+(0===h?"/*|*/":"")}case-2:n.split("/*|*/}").forEach(t)}}}((function(e){h.push(e)})),d=function(e,n,o){return 0===n&&-1!==Fr.indexOf(o[r.length])||o.match(i)?e:"."+t};function p(e,o,a,s){void 0===s&&(s="&");var l=e.replace(zr,""),c=o&&a?a+" "+o+" { "+l+" }":l;return t=s,r=o,n=new RegExp("\\"+r+"\\b","g"),i=new RegExp("(\\"+r+"\\b){2,}"),u(a||!o?"":o,c)}return u.use([].concat(c,[function(e,t,i){2===e&&i.length&&i[0].lastIndexOf(r)>0&&(i[0]=i[0].replace(n,d))},f,function(e){if(-2===e){var t=h;return h=[],t}}])),p.hash=c.length?c.reduce((function(e,t){return t.name||hr(15),Nr(e,t.name)}),5381).toString():"",p}var jr=t().createContext(),Gr=(jr.Consumer,t().createContext()),$r=(Gr.Consumer,new Or),Yr=Ur();function Vr(){return(0,e.useContext)(jr)||$r}function qr(){return(0,e.useContext)(Gr)||Yr}function Xr(r){var n=(0,e.useState)(r.stylisPlugins),i=n[0],o=n[1],a=Vr(),s=(0,e.useMemo)((function(){var e=a;return r.sheet?e=r.sheet:r.target&&(e=e.reconstructWithOptions({target:r.target},!1)),r.disableCSSOMInjection&&(e=e.reconstructWithOptions({useCSSOMInjection:!1})),e}),[r.disableCSSOMInjection,r.sheet,r.target]),l=(0,e.useMemo)((function(){return Ur({options:{prefix:!r.disableVendorPrefixes},plugins:i})}),[r.disableVendorPrefixes,i]);return(0,e.useEffect)((function(){qt()(i,r.stylisPlugins)||o(r.stylisPlugins)}),[r.stylisPlugins]),t().createElement(jr.Provider,{value:s},t().createElement(Gr.Provider,{value:l},r.children))}var Wr=function(){function e(e,t){var r=this;this.inject=function(e,t){void 0===t&&(t=Yr);var n=r.name+t.hash;e.hasNameForId(r.id,n)||e.insertRules(r.id,n,t(r.rules,n,"@keyframes"))},this.toString=function(){return hr(12,String(r.name))},this.name=e,this.id="sc-keyframes-"+e,this.rules=t}return e.prototype.getName=function(e){return void 0===e&&(e=Yr),this.name+e.hash},e}(),Zr=/([A-Z])/,Kr=/([A-Z])/g,Jr=/^ms-/,Qr=function(e){return"-"+e.toLowerCase()};function en(e){return Zr.test(e)?e.replace(Kr,Qr).replace(Jr,"-ms-"):e}var tn=function(e){return null==e||!1===e||""===e};function rn(e,t,r,n){if(Array.isArray(e)){for(var i,o=[],a=0,s=e.length;a1?t-1:0),n=1;n?@[\\\]^`{|}~-]+/g,ln=/(^-|-$)/g;function cn(e){return e.replace(sn,"-").replace(ln,"")}var un=function(e){return Hr(Lr(e)>>>0)};function hn(e){return"string"==typeof e&&!0}var fn=function(e){return"function"==typeof e||"object"==typeof e&&null!==e&&!Array.isArray(e)},dn=function(e){return"__proto__"!==e&&"constructor"!==e&&"prototype"!==e};function pn(e,t,r){var n=e[r];fn(t)&&fn(n)?mn(n,t):e[r]=t}function mn(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n=0||(i[r]=e[r]);return i}(n,["componentId"]),o=t&&t+"-"+(hn(e)?e:cn(or(e)));return yn(e,Qt({},r,{attrs:p,componentId:o}),i)},Object.defineProperty(g,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(e){this._foldedDefaultProps=o?mn({},r.defaultProps,e):e}}),Object.defineProperty(g,"toString",{value:function(){return"."+g.styledComponentId}}),a&&b()(g,r,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),g}var bn=function(e){return function e(t,r,n){if(void 0===n&&(n=nr),!(0,Yt.isValidElementType)(r))return hr(1,String(r));var i=function(){return t(r,n,on.apply(void 0,arguments))};return i.withConfig=function(i){return e(t,r,Qt({},n,{},i))},i.attrs=function(i){return e(t,r,Qt({},n,{attrs:Array.prototype.concat(n.attrs,i).filter(Boolean)}))},i}(yn,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","textPath","tspan"].forEach((function(e){bn[e]=bn(e)}));var En=function(){function e(e,t){this.rules=e,this.componentId=t,this.isStatic=Br(e),Or.registerId(this.componentId+1)}var t=e.prototype;return t.createStyles=function(e,t,r,n){var i=n(rn(this.rules,t,r,n).join(""),""),o=this.componentId+e;r.insertRules(o,o,i)},t.removeStyles=function(e,t){t.clearRules(this.componentId+e)},t.renderStyles=function(e,t,r,n){e>2&&Or.registerId(this.componentId+e),this.removeStyles(e,r),this.createStyles(e,t,r,n)},e}();function Sn(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o"+t+""},this.getStyleTags=function(){return e.sealed?hr(2):e._emitSheetCSS()},this.getStyleElement=function(){var r;if(e.sealed)return hr(2);var n=((r={})[sr]="",r["data-styled-version"]="5.3.11",r.dangerouslySetInnerHTML={__html:e.instance.toString()},r),i=Ar();return i&&(n.nonce=i),[t().createElement("style",Qt({},n,{key:"sc-0-0"}))]},this.seal=function(){e.sealed=!0},this.instance=new Or({isServer:!0}),this.sealed=!1}.prototype;e.collectStyles=function(e){return this.sealed?hr(2):t().createElement(Xr,{sheet:this.instance},e)},e.interleaveWithNodeStream=function(e){return hr(3)}}();const Tn=bn;var An;function _n(e){var r=e.id,n=e.css,i=void 0===n?null:n;if(!i)return t().createElement(t().Fragment,null);var o,a,s=i.replaceAll("#SLIDE_ID","#".concat(r)),l=Sn(An||(o=["",""],a||(a=o.slice(0)),An=Object.freeze(Object.defineProperties(o,{raw:{value:Object.freeze(a)}}))),s);return t().createElement(l,null)}_n.propTypes={id:o().string.isRequired,css:o().string};var wn,kn,Cn,Rn,In,On,Pn,Mn,Hn=r(2706),Nn=r.n(Hn);function Ln(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function Bn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0&&function(e){var t=s()();return e.filter((function(e){var r=s()(1e3*e.startTime);return e.endTime>t.unix()&&r.date()===t.date()})).sort((function(e,t){return e.startTime-t.startTime}))}(o).map((function(r){var n,i;return t().createElement(e.Fragment,{key:r.bookingcode},t().createElement($n,{className:"content-item content-item-time"},s()(1e3*r.startTime).locale(Nn()).format("LT"),r.endTime&&t().createElement(t().Fragment,null,t().createElement("span",null," - "),s()(1e3*r.endTime).locale(Nn()).format("LT"))),t().createElement($n,{className:" content-item content-item-booking-by"},f(r.bookingBy)),t().createElement($n,{className:"content-item content-item-facility"},f(r.facility)),t().createElement($n,{className:"content-item content-item-activity"},f(r.activity)),t().createElement($n,{className:"content-item content-item-remarks"},null!==(n=null!==(i=r.remarks)&&void 0!==i?i:r.remarks)&&void 0!==n?n:""))})))))}var xn=Tn.div(wn||(wn=Ln(['\n font-family: var(--font-family-base);\n font-size: var(--font-size-base);\n overflow: hidden;\n height: 100%;\n background-repeat: no-repeat;\n background-size: cover;\n background-color: var(--color-white);\n color: var(--color-white);\n display: grid;\n grid-template-areas:\n "header"\n "title"\n "content";\n grid-template-rows: auto auto 1fr;\n padding: 0;\n']))),zn=Tn.div(kn||(kn=Ln(["\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--bg-image, none);\n padding: var(--padding-size-base);\n color: var(--color-black);\n grid-area: header;\n display: flex;\n justify-content: flex-end; // Aligns HeaderDate to the right\n align-content: center;\n"]))),Fn=Tn.div(Cn||(Cn=Ln(["\n font-size: var(--h3-font-size);\n font-weight: var(--font-weight-light);\n"]))),Un=Tn.div(Rn||(Rn=Ln(["\n background-color: var(--bg-dark);\n font-size: var(--h4-font-size);\n font-weight: var(--font-weight-light);\n text-align: center;\n text-transform: uppercase;\n padding: calc(var(--padding-size-base) * 0.7);\n"]))),jn=Tn.div(In||(In=Ln(["\n background-color: var(--bg-dark);\n grid-area: content;\n"]))),Gn=Tn.div(On||(On=Ln(["\n display: grid;\n grid-template-columns: 1fr 1fr 1fr 1fr 1fr;\n"]))),$n=Tn.div(Pn||(Pn=Ln(["\n border-bottom: 1px solid var(--color-grey-600);\n padding: calc(var(--padding-size-base) * 0.7);\n"]))),Yn=Tn.div(Mn||(Mn=Ln(["\n border-bottom: 1px solid var(--color-grey-600);\n border-top: 1px solid var(--color-grey-600);\n color: var(--color-red);\n padding: calc(var(--padding-size-base) * 0.7);\n"])));Dn.propTypes={templateClasses:o().arrayOf(o().string),templateRootStyle:o().shape({}),bookings:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string})).isRequired,content:o().shape({title:o().string}).isRequired,getTitle:o().func.isRequired};const Vn=Dn;var qn,Xn,Wn,Zn=r(5072),Kn=r.n(Zn),Jn=r(8070);Kn()(Jn.A,{insert:"head",singleton:!1}),Jn.A.locals;const Qn=Sn(qn||(Xn=[""],Wn||(Wn=Xn.slice(0)),qn=Object.freeze(Object.defineProperties(Xn,{raw:{value:Object.freeze(Wn)}}))));var ei=r(1612);function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r0){var r,n=e[t[0]];return null!=n&&null!==(r=n.assets)&&void 0!==r&&r.uri?n.assets.uri:null!=n&&n.url?n.url:null}return null}(i.mediaData,o.image);_&&(A["--bg-image"]='url("'.concat(_,'")'));var w=new Gt(i,l);return(0,e.useEffect)((function(){return a&&w.start(v),function(){w.stop()}}),[a]),(0,e.useEffect)((function(){s().extend(c()),d($t)}),[]),t().createElement(t().Fragment,null,t().createElement(Dt,{messages:f,locale:"da",defaultLocale:"da"},"sportcenter-today"===m&&t().createElement(Vn,{bookings:S.bookings,content:o,templateClasses:T,templateRootStyle:A,getTitle:function(e){return e&&""!==e?e:b||t().createElement(ot,{id:"unavailable",defaultMessage:"Unavailable"})}})),t().createElement(_n,{id:u,css:null==i||null===(n=i.theme)||void 0===n?void 0:n.cssStyles}),t().createElement(Qn,null))}Kn()(ei.A,{insert:"head",singleton:!1}),ei.A.locals,ri.propTypes={run:o().string.isRequired,slideDone:o().func.isRequired,slide:o().shape({theme:o().shape({cssStyles:o().string}),mediaData:o().shape({url:o().string,assets:o().shape({uri:o().string})}),feedData:o().arrayOf(o().shape({bookingcode:o().string.isRequired,remarks:o().string,startTime:o().number.isRequired,endTime:o().number,complex:o().string.isRequired,area:o().string.isRequired,facility:o().string.isRequired,activity:o().string.isRequired,status:o().string.isRequired,checkIn:o().bool,bookingBy:o().string.isRequired,changingRooms:o().string}))}).isRequired,content:o().shape({duration:o().number.isRequired,layout:o().string,image:o().arrayOf(o().string),fontSize:o().string}).isRequired,executionId:o().string.isRequired};const ni=ri})();var i=exports;for(var o in n)i[o]=n[o];n.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})(); \ No newline at end of file From afb376d2a4375f3ec65aa8ed2136e5a01a818ed1 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Thu, 18 Sep 2025 12:58:36 +0200 Subject: [PATCH 29/32] Remove theme styling --- src/themes/brnd-sportcenter-today.css | 41 --------------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/themes/brnd-sportcenter-today.css diff --git a/src/themes/brnd-sportcenter-today.css b/src/themes/brnd-sportcenter-today.css deleted file mode 100644 index d3e8e86b..00000000 --- a/src/themes/brnd-sportcenter-today.css +++ /dev/null @@ -1,41 +0,0 @@ -/* -* Brnd Sportcenter Today theme file -* -* #SLIDE_ID should always encapsulate all your theme styling -* #SLIDE_ID will be replaced at runtime with the given slide execution id to make sure the theme styling -* only applies to the given slide. -*/ - -#SLIDE_ID .brnd-sportcenter-today { - padding: 0; -} - -#SLIDE_ID .brnd-sportcenter-today .header { - background-size: contain; -} - -#SLIDE_ID .brnd-sportcenter-today .title{ - font-size: var(--h4-font-size); - font-weight: var(--font-weight-light); - text-transform: uppercase; - padding: calc(var(--padding-size-base) * 0.7); - background-color: var(--bg-dark); - display: grid; -} - -#SLIDE_ID .brnd-sportcenter-today .schedule { - background-color: var(--bg-dark); -} - -#SLIDE_ID .brnd-sportcenter-today .schedule-header { - color: var(--color-red); - font-size: var(--font-size-base); -} - -#SLIDE_ID .brnd-sportcenter-today .schedule-header-item { - padding: calc(var(--padding-size-base) * 0.7); -} - -#SLIDE_ID .brnd-sportcenter-today .content-item { - padding: calc(var(--padding-size-base) * 0.7); -} From 72dfb862521d9ca5a89c889f95e79ad8eabb13b2 Mon Sep 17 00:00:00 2001 From: Agnete Moos Date: Tue, 7 Oct 2025 10:56:37 +0200 Subject: [PATCH 30/32] Fix ESLint errors --- src/brnd/brnd-sportcenter-today.js | 13 ++++++------- src/brnd/brnd.js | 1 + src/slides.js | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/brnd/brnd-sportcenter-today.js b/src/brnd/brnd-sportcenter-today.js index c32f4882..94786fcf 100644 --- a/src/brnd/brnd-sportcenter-today.js +++ b/src/brnd/brnd-sportcenter-today.js @@ -25,9 +25,7 @@ function BrndSportcenterToday({ getTitle, }) { const [currentDate, setCurrentDate] = useState(new Date()); - const { - title = "", - } = content; + const { title = "" } = content; /** Imports language strings, sets localized formats. */ useEffect(() => { @@ -58,7 +56,10 @@ function BrndSportcenterToday({ }; useEffect(() => { - const dateAndTimeInterval = setInterval(() => setCurrentDate(new Date()), 1000); + const dateAndTimeInterval = setInterval( + () => setCurrentDate(new Date()), + 1000 + ); return () => clearInterval(dateAndTimeInterval); }, []); @@ -71,9 +72,7 @@ function BrndSportcenterToday({