From 8762e4be0f23c54594af31c37915dfd831fb9999 Mon Sep 17 00:00:00 2001 From: Alex <33497058+bexsoft@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:52:10 -0600 Subject: [PATCH] Release v2.4.2 (#968) Signed-off-by: Benjamin Perez Co-authored-by: Benjamin Perez --- dist/esm/index.js | 24099 ++++++++++++++++++++-------------------- dist/esm/index.js.map | 2 +- package.json | 4 +- yarn.lock | 1384 +-- 4 files changed, 12390 insertions(+), 13099 deletions(-) diff --git a/dist/esm/index.js b/dist/esm/index.js index 1ac01d62..7c7332e4 100644 --- a/dist/esm/index.js +++ b/dist/esm/index.js @@ -1054,12 +1054,11 @@ var an = function (e, t) { return n && n == r ? e : void 0; }, ln = an; -var Cn = function (e, t, n) { - var r = null == e ? void 0 : ln(e, t); - return void 0 === r ? n : r; - }, - sn = B(Cn); -const cn = { +var Cn = B(function (e, t, n) { + var r = null == e ? void 0 : ln(e, t); + return void 0 === r ? n : r; +}); +const sn = { white: "#fff", sectionOneBG: "#fff", defaultFontColor: "#000", @@ -1145,7 +1144,7 @@ const cn = { disabledOnSwitchBG: "#a9d3c5", sliderDisabledBG: "#dbdbdb", }, - dn = { + cn = { dark: "#181F2A", sectionOneBG: "#283140", defaultFontColor: "#C4C9D0", @@ -1226,7 +1225,7 @@ const cn = { mutedText: "#767a80", disabledSliderBullet: "#939393", }, - un = { + dn = { white: "#FFF", fontColor: "#1D2125", mainBackgroundColor: "#F3F4F6", @@ -1278,7 +1277,7 @@ const cn = { neutralColorBorder: "#D6DAE1", buttonNeutralColorTextHover: "#000000E0", }, - mn = { + un = { bgColor: b["Color/Neutral/colorBgBase"].lightMode, fontColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, borderColor: b["Color/Neutral/Border/colorBorderMinimal"].lightMode, @@ -1585,19 +1584,19 @@ const cn = { }, }, login: { - formBG: un.white, + formBG: dn.white, bgFilter: "none", - promoBG: cn.promoBG, - formBorder: un.disabledGrey, + promoBG: sn.promoBG, + formBorder: dn.disabledGrey, formShadow: "0px 2px 8px 0px rgba(156, 163, 175, 0.15)", - promoHeader: un.white, - promoText: un.white, - footerElements: un.fontColor, - footerDivider: un.fontColor, - }, - pageHeader: { color: cn.headerColor }, - tooltip: { background: cn.tooltipBG, color: cn.tooltipColor }, - commonInput: { labelColor: un.fontColor }, + promoHeader: dn.white, + promoText: dn.white, + footerElements: dn.fontColor, + footerDivider: dn.fontColor, + }, + pageHeader: { color: sn.headerColor }, + tooltip: { background: sn.tooltipBG, color: sn.tooltipColor }, + commonInput: { labelColor: dn.fontColor }, checkbox: { checkBoxBorder: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, checkBoxBackground: b["Color/Neutral/Bg/colorBgFields"].lightMode, @@ -1667,9 +1666,9 @@ const cn = { buttonBG: "linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)", activeBG: "linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)", hoverBG: "linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)", - disabledBG: un.disabledBlue, - color: un.white, - disabledColor: un.disabledBlueText, + disabledBG: dn.disabledBlue, + color: dn.white, + disabledColor: dn.disabledBlueText, }, dataTable: { border: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, @@ -1681,24 +1680,24 @@ const cn = { hoverColor: b["Color/Brand/Control/colorBgActive"].lightMode, titleColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, actionButton: { - border: un.plainIconButtonBorder, - background: un.plainIconButtonBG, - iconColor: un.plainIconButtonColor, - hoverBorder: un.plainIconButtonBorder, - hoverBackground: un.plainIconButtonBG, - hoverIconColor: un.plainIconButtonColor, - activeBorder: un.plainIconButtonBorder, - activeBackground: un.plainIconButtonBG, - activeIconColor: un.plainIconButtonColor, + border: dn.plainIconButtonBorder, + background: dn.plainIconButtonBG, + iconColor: dn.plainIconButtonColor, + hoverBorder: dn.plainIconButtonBorder, + hoverBackground: dn.plainIconButtonBG, + hoverIconColor: dn.plainIconButtonColor, + activeBorder: dn.plainIconButtonBorder, + activeBackground: dn.plainIconButtonBG, + activeIconColor: dn.plainIconButtonColor, disabledBackground: "transparent", - disabledBorder: un.disabledSecondary, - disabledIconColor: un.disabledSecondaryText, + disabledBorder: dn.disabledSecondary, + disabledIconColor: dn.disabledSecondaryText, }, }, backLink: { - color: cn.backLinkColor, - arrow: cn.backLinkArrow, - hover: cn.backLinkHover, + color: sn.backLinkColor, + arrow: sn.backLinkArrow, + hover: sn.backLinkHover, }, inputBox: { border: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, @@ -1720,43 +1719,43 @@ const cn = { hoverColor: b["Color/Neutral/Text/colorTextLabel"].lightMode, }, actionsList: { - containerBorderColor: cn.actionsListBorder, - backgroundColor: cn.iconButtonBG, - disabledOptionsTextColor: cn.disabledActionsColor, - optionsBorder: cn.headerBorder, - optionsHoverTextColor: cn.defaultFontColor, - optionsTextColor: cn.optionTextColor, - titleColor: cn.defaultFontColor, + containerBorderColor: sn.actionsListBorder, + backgroundColor: sn.iconButtonBG, + disabledOptionsTextColor: sn.disabledActionsColor, + optionsBorder: sn.headerBorder, + optionsHoverTextColor: sn.defaultFontColor, + optionsTextColor: sn.optionTextColor, + titleColor: sn.defaultFontColor, }, screenTitle: { subtitleColor: b["Color/Neutral/Text/colorTextTertiary"].lightMode, titleColor: b["Color/Neutral/Text/colorTextHeading"].lightMode, }, modalBox: { - closeColor: un.modalCloseColor, - closeHoverBG: cn.modalCloseHoverBG, - closeHoverColor: cn.defaultFontColor, - containerColor: un.white, - overlayColor: un.modalOverlayBG, - titleColor: un.modalTitleColor, - border: un.modalBorderColor, + closeColor: dn.modalCloseColor, + closeHoverBG: sn.modalCloseHoverBG, + closeHoverColor: sn.defaultFontColor, + containerColor: dn.white, + overlayColor: dn.modalOverlayBG, + titleColor: dn.modalTitleColor, + border: dn.modalBorderColor, iconColor: { - default: un.modalTitleColor, - accept: un.green, - delete: un.danger, + default: dn.modalTitleColor, + accept: dn.green, + delete: dn.danger, }, }, switchButton: { - bulletBGColor: un.white, - bulletBorderColor: un.white, - disabledBulletBGColor: un.disabledGrey, - disabledBulletBorderColor: un.disabledGrey, - offLabelColor: un.mutedText, - onLabelColor: un.fontColor, - onBackgroundColor: un.switchBG, - switchBackground: un.menuSelectionColor, - disabledBackground: un.disabledSecondary, - disabledOnBackground: un.disabledBlueText, + bulletBGColor: dn.white, + bulletBorderColor: dn.white, + disabledBulletBGColor: dn.disabledGrey, + disabledBulletBorderColor: dn.disabledGrey, + offLabelColor: dn.mutedText, + onLabelColor: dn.fontColor, + onBackgroundColor: dn.switchBG, + switchBackground: dn.menuSelectionColor, + disabledBackground: dn.disabledSecondary, + disabledOnBackground: dn.disabledBlueText, }, dropdownSelector: { hoverText: b["Color/Neutral/Text/colorTextHeading"].lightMode, @@ -1772,42 +1771,42 @@ const cn = { dangerHoverText: b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, }, readBox: { - borderColor: un.borderColor, - backgroundColor: un.disabledGrey, - textColor: un.mutedText, + borderColor: dn.borderColor, + backgroundColor: dn.disabledGrey, + textColor: dn.mutedText, }, menu: { vertical: { - background: cn.menuBackground, - textColor: cn.menuCommonColor, - hoverSelectedIconBorder: cn.white, - iconBorderColor: cn.menuIconBorder, - iconBGColor: cn.menuIconBG, - dropArrowColor: cn.menuDropArrowColor, - dropArrowBackground: cn.menuDropArrowBackground, - hoverSelectedBackground: cn.menuSelectedOption, - hoverSelectedColor: cn.white, - notificationColor: cn.mainRed, - sectionDividerColor: cn.menuColorDivider, - sectionLabelColor: cn.white, - menuCollapseColor: cn.menuCollapseColor, + background: sn.menuBackground, + textColor: sn.menuCommonColor, + hoverSelectedIconBorder: sn.white, + iconBorderColor: sn.menuIconBorder, + iconBGColor: sn.menuIconBG, + dropArrowColor: sn.menuDropArrowColor, + dropArrowBackground: sn.menuDropArrowBackground, + hoverSelectedBackground: sn.menuSelectedOption, + hoverSelectedColor: sn.white, + notificationColor: sn.mainRed, + sectionDividerColor: sn.menuColorDivider, + sectionLabelColor: sn.white, + menuCollapseColor: sn.menuCollapseColor, }, horizontal: { - menuHeaderBackground: cn.menuBackground, - textColor: cn.optionTextColor, - hoverSelectedIconBorder: cn.defaultFontColor, - iconBorderColor: cn.menuIconBorder, - iconBGColor: cn.boxBackground, - dropArrowColor: cn.menuDropArrowColor, - dropArrowBackground: cn.boxBackground, - hoverSelectedBackground: cn.mainBlue, - hoverSelectedColor: cn.defaultFontColor, - notificationColor: cn.lightRed, - sectionDividerColor: cn.menuColorDivider, - barBackground: cn.boxBackground, - dropBackground: cn.boxBackground, - dropHoverSelectedColor: cn.white, - noOptionsBar: cn.bulletColor, + menuHeaderBackground: sn.menuBackground, + textColor: sn.optionTextColor, + hoverSelectedIconBorder: sn.defaultFontColor, + iconBorderColor: sn.menuIconBorder, + iconBGColor: sn.boxBackground, + dropArrowColor: sn.menuDropArrowColor, + dropArrowBackground: sn.boxBackground, + hoverSelectedBackground: sn.mainBlue, + hoverSelectedColor: sn.defaultFontColor, + notificationColor: sn.lightRed, + sectionDividerColor: sn.menuColorDivider, + barBackground: sn.boxBackground, + dropBackground: sn.boxBackground, + dropHoverSelectedColor: sn.white, + noOptionsBar: sn.bulletColor, }, }, tabs: { @@ -1847,18 +1846,18 @@ const cn = { }, }, codeEditor: { - backgroundColor: cn.white, - textColor: cn.defaultFontColor, - helpToolsBarBG: un.mainBackgroundColor, - comment: cn.codeEditorComment, - entityTag: cn.codeEditorEntityTag, - entity: cn.codeEditorEntity, - sublimelinterGutterMark: cn.codeEditorSublimelinterGutterMark, - constant: cn.codeEditorConstant, - string: cn.codeEditorString, - keyword: cn.codeEditorKeyword, - markupBold: cn.codeEditorMarkupBold, - codeEditorRegexp: cn.codeEditorRegexp, + backgroundColor: sn.white, + textColor: sn.defaultFontColor, + helpToolsBarBG: dn.mainBackgroundColor, + comment: sn.codeEditorComment, + entityTag: sn.codeEditorEntityTag, + entity: sn.codeEditorEntity, + sublimelinterGutterMark: sn.codeEditorSublimelinterGutterMark, + constant: sn.codeEditorConstant, + string: sn.codeEditorString, + keyword: sn.codeEditorKeyword, + markupBold: sn.codeEditorMarkupBold, + codeEditorRegexp: sn.codeEditorRegexp, }, tag: { primary: { @@ -1878,34 +1877,34 @@ const cn = { }, }, snackbar: { - error: { backgroundColor: un.lightRed, labelColor: un.fontColor }, + error: { backgroundColor: dn.lightRed, labelColor: dn.fontColor }, default: { - backgroundColor: un.disabledBlueRegular, - labelColor: un.fontColor, + backgroundColor: dn.disabledBlueRegular, + labelColor: dn.fontColor, }, - success: { backgroundColor: un.lightGreen, labelColor: un.fontColor }, - warning: { backgroundColor: un.lightOrange, labelColor: un.fontColor }, + success: { backgroundColor: dn.lightGreen, labelColor: dn.fontColor }, + warning: { backgroundColor: dn.lightOrange, labelColor: dn.fontColor }, }, informativeMessage: { error: { - backgroundColor: un.lightRed, - borderColor: un.lightRed, - textColor: un.fontColor, + backgroundColor: dn.lightRed, + borderColor: dn.lightRed, + textColor: dn.fontColor, }, default: { - backgroundColor: un.disabledBlueRegular, - borderColor: un.disabledBlueRegular, - textColor: un.fontColor, + backgroundColor: dn.disabledBlueRegular, + borderColor: dn.disabledBlueRegular, + textColor: dn.fontColor, }, success: { - backgroundColor: un.lightGreen, - borderColor: un.lightGreen, - textColor: un.fontColor, + backgroundColor: dn.lightGreen, + borderColor: dn.lightGreen, + textColor: dn.fontColor, }, warning: { - backgroundColor: un.lightOrange, - borderColor: un.lightOrange, - textColor: un.fontColor, + backgroundColor: dn.lightOrange, + borderColor: dn.lightOrange, + textColor: dn.fontColor, }, }, notificationCount: { @@ -1931,32 +1930,32 @@ const cn = { }, }, wizard: { - stepsBackground: cn.boxBackground, + stepsBackground: sn.boxBackground, vertical: { - stepLabelColor: cn.defaultFontColor, - selectedStepBG: cn.borderColor, - selectedStepLabelColor: cn.defaultFontColor, - disabledLabelColor: cn.disabledInnerGrey, + stepLabelColor: sn.defaultFontColor, + selectedStepBG: sn.borderColor, + selectedStepLabelColor: sn.defaultFontColor, + disabledLabelColor: sn.disabledInnerGrey, }, modal: { - stepLabelColor: un.modalCloseColor, - selectedStepBG: un.switchBG, - selectedStepLabelColor: un.switchBG, - disabledLabelColor: un.disabledGreyText, - borderColor: un.defaultButtonPressed, - buttonHoverBG: un.modalBorderColor, + stepLabelColor: dn.modalCloseColor, + selectedStepBG: dn.switchBG, + selectedStepLabelColor: dn.switchBG, + disabledLabelColor: dn.disabledGreyText, + borderColor: dn.defaultButtonPressed, + buttonHoverBG: dn.modalBorderColor, }, }, slider: { - bulletBG: cn.bulletColor, - railBG: cn.borderColor, - disabledRail: cn.sliderDisabledBG, - disabledBullet: cn.disabledInnerGrey, + bulletBG: sn.bulletColor, + railBG: sn.borderColor, + disabledRail: sn.sliderDisabledBG, + disabledBullet: sn.disabledInnerGrey, }, valuePair: { - labelColor: un.modalTitleColor, - textColor: un.modalTitleColor, - linkColor: un.modalCloseColor, + labelColor: dn.modalTitleColor, + textColor: dn.modalTitleColor, + linkColor: dn.modalCloseColor, }, buttonGroup: { border: b["Color/Neutral/Border/colorBorderSubtle"].lightMode, @@ -2132,7 +2131,7 @@ const cn = { disabled: b["Color/Neutral/Text/colorTextDisabled"].lightMode, }, }, - pn = { + mn = { bgColor: b["Color/Neutral/colorBgBase"].darkMode, fontColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, borderColor: b["Color/Neutral/Border/colorBorderMinimal"].darkMode, @@ -2443,17 +2442,17 @@ const cn = { }, }, login: { - formBG: dn.sectionOneBG, - promoBG: dn.promoBG, + formBG: cn.sectionOneBG, + promoBG: cn.promoBG, bgFilter: "grayscale(50%)", - promoHeader: dn.logoLabel, - promoText: dn.logoLabel, - footerElements: dn.footerColor, - footerDivider: dn.footerDivider, - }, - pageHeader: { color: un.headerLabelText }, - tooltip: { background: dn.tooltipBG, color: dn.tooltipColor }, - commonInput: { labelColor: dn.labelColor }, + promoHeader: cn.logoLabel, + promoText: cn.logoLabel, + footerElements: cn.footerColor, + footerDivider: cn.footerDivider, + }, + pageHeader: { color: dn.headerLabelText }, + tooltip: { background: cn.tooltipBG, color: cn.tooltipColor }, + commonInput: { labelColor: cn.labelColor }, checkbox: { checkBoxBorder: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, checkBoxBackground: b["Color/Neutral/Bg/colorBgFields"].darkMode, @@ -2517,11 +2516,11 @@ const cn = { descriptionColor: b["Color/Neutral/Text/colorTextDescription"].darkMode, }, iconButton: { - buttonBG: dn.iconButtonBG, - activeBG: dn.iconButtonActive, - hoverBG: dn.iconButtonHover, - disabledBG: dn.iconButtonDisabled, - color: dn.iconButtonColor, + buttonBG: cn.iconButtonBG, + activeBG: cn.iconButtonActive, + hoverBG: cn.iconButtonHover, + disabledBG: cn.iconButtonDisabled, + color: cn.iconButtonColor, }, dataTable: { border: b["Color/Neutral/Border/colorBorderSubtle"].darkMode, @@ -2533,36 +2532,36 @@ const cn = { hoverColor: b["Color/Brand/Control/colorBgActive"].darkMode, titleColor: b["Color/Neutral/Text/colorTextLabel"].darkMode, actionButton: { - border: un.plainIconButtonBorder, - background: un.plainIconButtonBG, - iconColor: un.plainIconButtonColor, - hoverBorder: un.plainIconButtonBorder, - hoverBackground: un.plainIconButtonBG, - hoverIconColor: un.plainIconButtonColor, - activeBorder: un.plainIconButtonBorder, - activeBackground: un.plainIconButtonBG, - activeIconColor: un.plainIconButtonColor, + border: dn.plainIconButtonBorder, + background: dn.plainIconButtonBG, + iconColor: dn.plainIconButtonColor, + hoverBorder: dn.plainIconButtonBorder, + hoverBackground: dn.plainIconButtonBG, + hoverIconColor: dn.plainIconButtonColor, + activeBorder: dn.plainIconButtonBorder, + activeBackground: dn.plainIconButtonBG, + activeIconColor: dn.plainIconButtonColor, disabledBackground: "transparent", - disabledBorder: un.disabledSecondary, - disabledIconColor: un.disabledSecondaryText, + disabledBorder: dn.disabledSecondary, + disabledIconColor: dn.disabledSecondaryText, }, }, backLink: { - color: dn.backLinkColor, - arrow: dn.backLinkArrow, - hover: dn.backLinkHover, + color: cn.backLinkColor, + arrow: cn.backLinkArrow, + hover: cn.backLinkHover, }, inputBox: { - border: dn.borderColor, - hoverBorder: dn.mainWhite, - color: dn.mainGrey, - backgroundColor: dn.dark, - error: dn.mainRed, - placeholderColor: dn.placeholder, - disabledBorder: dn.disabledGrey, - disabledBackground: dn.disabledInnerGrey, - disabledPlaceholder: dn.disabledGrey, - disabledText: dn.disabledBGGrey, + border: cn.borderColor, + hoverBorder: cn.mainWhite, + color: cn.mainGrey, + backgroundColor: cn.dark, + error: cn.mainRed, + placeholderColor: cn.placeholder, + disabledBorder: cn.disabledGrey, + disabledBackground: cn.disabledInnerGrey, + disabledPlaceholder: cn.disabledGrey, + disabledText: cn.disabledBGGrey, }, breadcrumbs: { elementsColor: b["Color/Neutral/Text/colorTextDescription"].darkMode, @@ -2571,42 +2570,42 @@ const cn = { hoverColor: b["Color/Brand/Neutral/colorPrimaryText"].darkMode, }, actionsList: { - containerBorderColor: dn.bulletColor, - backgroundColor: dn.sectionOneBG, - disabledOptionsTextColor: dn.disabledGrey, - optionsBorder: dn.bulletColor, - optionsHoverTextColor: dn.hoverWhite, - optionsTextColor: dn.defaultFontColor, - titleColor: dn.defaultFontColor, + containerBorderColor: cn.bulletColor, + backgroundColor: cn.sectionOneBG, + disabledOptionsTextColor: cn.disabledGrey, + optionsBorder: cn.bulletColor, + optionsHoverTextColor: cn.hoverWhite, + optionsTextColor: cn.defaultFontColor, + titleColor: cn.defaultFontColor, }, screenTitle: { subtitleColor: b["Color/Neutral/Text/colorTextTertiary"].darkMode, titleColor: b["Color/Neutral/Text/colorTextHeading"].darkMode, }, modalBox: { - closeColor: dn.modalCloseColor, - closeHoverBG: dn.modalCloseHoverBG, - closeHoverColor: dn.defaultFontColor, - containerColor: dn.boxBackground, - overlayColor: dn.modalOverlayBG, - titleColor: dn.defaultFontColor, + closeColor: cn.modalCloseColor, + closeHoverBG: cn.modalCloseHoverBG, + closeHoverColor: cn.defaultFontColor, + containerColor: cn.boxBackground, + overlayColor: cn.modalOverlayBG, + titleColor: cn.defaultFontColor, iconColor: { - default: dn.mainGrey, - accept: dn.mainGreen, - delete: dn.mainRed, + default: cn.mainGrey, + accept: cn.mainGreen, + delete: cn.mainRed, }, }, switchButton: { - bulletBGColor: dn.bulletBGColor, - bulletBorderColor: dn.mainWhite, - disabledBulletBGColor: dn.disabledBulletBG, - disabledBulletBorderColor: dn.backLinkArrow, - offLabelColor: dn.hoverGrey, - onLabelColor: dn.hoverWhite, - onBackgroundColor: dn.mainGreen, - switchBackground: dn.backLinkArrow, - disabledBackground: dn.disabledSwitchBG, - disabledOnBackground: dn.disabledOnSwitchBG, + bulletBGColor: cn.bulletBGColor, + bulletBorderColor: cn.mainWhite, + disabledBulletBGColor: cn.disabledBulletBG, + disabledBulletBorderColor: cn.backLinkArrow, + offLabelColor: cn.hoverGrey, + onLabelColor: cn.hoverWhite, + onBackgroundColor: cn.mainGreen, + switchBackground: cn.backLinkArrow, + disabledBackground: cn.disabledSwitchBG, + disabledOnBackground: cn.disabledOnSwitchBG, }, dropdownSelector: { hoverText: b["Color/Neutral/Text/colorTextHeading"].darkMode, @@ -2622,42 +2621,42 @@ const cn = { dangerHoverText: b["Color/Brand/Error/colorPrimaryTextHover"].darkMode, }, readBox: { - borderColor: dn.headerBorder, - backgroundColor: dn.boxBackground, - textColor: dn.readBoxTextColor, + borderColor: cn.headerBorder, + backgroundColor: cn.boxBackground, + textColor: cn.readBoxTextColor, }, menu: { vertical: { - background: dn.menuBackground, - textColor: dn.menuCommonColor, - hoverSelectedIconBorder: dn.menuHoverSelectedBorderIcon, - iconBorderColor: dn.menuIconBorder, - iconBGColor: dn.menuIconBG, - dropArrowColor: dn.menuDropArrowColor, - dropArrowBackground: dn.menuDropArrowBackground, - hoverSelectedBackground: dn.menuSelectedOption, - hoverSelectedColor: dn.headerColor, - notificationColor: dn.mainRed, - sectionDividerColor: dn.menuColorDivider, - sectionLabelColor: dn.headerColor, - menuCollapseColor: dn.menuCollapseColor, + background: cn.menuBackground, + textColor: cn.menuCommonColor, + hoverSelectedIconBorder: cn.menuHoverSelectedBorderIcon, + iconBorderColor: cn.menuIconBorder, + iconBGColor: cn.menuIconBG, + dropArrowColor: cn.menuDropArrowColor, + dropArrowBackground: cn.menuDropArrowBackground, + hoverSelectedBackground: cn.menuSelectedOption, + hoverSelectedColor: cn.headerColor, + notificationColor: cn.mainRed, + sectionDividerColor: cn.menuColorDivider, + sectionLabelColor: cn.headerColor, + menuCollapseColor: cn.menuCollapseColor, }, horizontal: { - menuHeaderBackground: dn.menuBackground, - textColor: dn.defaultFontColor, - hoverSelectedIconBorder: dn.defaultFontColor, - iconBorderColor: dn.menuIconBorder, - iconBGColor: dn.boxBackground, - dropArrowColor: dn.menuDropArrowColor, - dropArrowBackground: dn.boxBackground, - hoverSelectedBackground: dn.mainGrey, - hoverSelectedColor: dn.headerColor, - notificationColor: dn.mainRed, - sectionDividerColor: dn.menuColorDivider, - barBackground: dn.boxBackground, - dropBackground: dn.boxBackground, - dropHoverSelectedColor: dn.dark, - noOptionsBar: dn.mainGrey, + menuHeaderBackground: cn.menuBackground, + textColor: cn.defaultFontColor, + hoverSelectedIconBorder: cn.defaultFontColor, + iconBorderColor: cn.menuIconBorder, + iconBGColor: cn.boxBackground, + dropArrowColor: cn.menuDropArrowColor, + dropArrowBackground: cn.boxBackground, + hoverSelectedBackground: cn.mainGrey, + hoverSelectedColor: cn.headerColor, + notificationColor: cn.mainRed, + sectionDividerColor: cn.menuColorDivider, + barBackground: cn.boxBackground, + dropBackground: cn.boxBackground, + dropHoverSelectedColor: cn.dark, + noOptionsBar: cn.mainGrey, }, }, tabs: { @@ -2697,18 +2696,18 @@ const cn = { }, }, codeEditor: { - backgroundColor: dn.boxBackground, - textColor: dn.mainWhite, - helpToolsBarBG: dn.boxBackground, - comment: dn.codeEditorComment, - entityTag: dn.codeEditorEntityTag, - entity: dn.codeEditorEntity, - sublimelinterGutterMark: dn.codeEditorSublimelinterGutterMark, - constant: dn.codeEditorConstant, - string: dn.codeEditorString, - keyword: dn.codeEditorKeyword, - markupBold: dn.codeEditorMarkupBold, - codeEditorRegexp: dn.codeEditorRegexp, + backgroundColor: cn.boxBackground, + textColor: cn.mainWhite, + helpToolsBarBG: cn.boxBackground, + comment: cn.codeEditorComment, + entityTag: cn.codeEditorEntityTag, + entity: cn.codeEditorEntity, + sublimelinterGutterMark: cn.codeEditorSublimelinterGutterMark, + constant: cn.codeEditorConstant, + string: cn.codeEditorString, + keyword: cn.codeEditorKeyword, + markupBold: cn.codeEditorMarkupBold, + codeEditorRegexp: cn.codeEditorRegexp, }, tag: { primary: { @@ -2728,31 +2727,31 @@ const cn = { }, }, snackbar: { - error: { backgroundColor: dn.mainRed, labelColor: dn.mainWhite }, - default: { backgroundColor: dn.mainGrey, labelColor: dn.dark }, - success: { backgroundColor: dn.mainGreen, labelColor: dn.dark }, - warning: { backgroundColor: dn.mainOrange, labelColor: dn.dark }, + error: { backgroundColor: cn.mainRed, labelColor: cn.mainWhite }, + default: { backgroundColor: cn.mainGrey, labelColor: cn.dark }, + success: { backgroundColor: cn.mainGreen, labelColor: cn.dark }, + warning: { backgroundColor: cn.mainOrange, labelColor: cn.dark }, }, informativeMessage: { error: { - backgroundColor: dn.mainRed, - borderColor: dn.mainRed, - textColor: dn.mainWhite, + backgroundColor: cn.mainRed, + borderColor: cn.mainRed, + textColor: cn.mainWhite, }, default: { - backgroundColor: dn.mainGrey, - borderColor: dn.mainGrey, - textColor: dn.dark, + backgroundColor: cn.mainGrey, + borderColor: cn.mainGrey, + textColor: cn.dark, }, success: { - backgroundColor: dn.mainGreen, - borderColor: dn.mainGreen, - textColor: dn.dark, + backgroundColor: cn.mainGreen, + borderColor: cn.mainGreen, + textColor: cn.dark, }, warning: { - backgroundColor: dn.mainOrange, - borderColor: dn.mainOrange, - textColor: dn.dark, + backgroundColor: cn.mainOrange, + borderColor: cn.mainOrange, + textColor: cn.dark, }, }, notificationCount: { @@ -2778,25 +2777,25 @@ const cn = { }, }, wizard: { - stepsBackground: dn.boxBackground, + stepsBackground: cn.boxBackground, vertical: { - stepLabelColor: dn.defaultFontColor, - selectedStepBG: dn.borderColor, - selectedStepLabelColor: dn.dark, - disabledLabelColor: dn.disabledGrey, + stepLabelColor: cn.defaultFontColor, + selectedStepBG: cn.borderColor, + selectedStepLabelColor: cn.dark, + disabledLabelColor: cn.disabledGrey, }, modal: { - stepLabelColor: dn.defaultFontColor, - selectedStepBG: dn.borderColor, - selectedStepLabelColor: dn.mainWhite, - disabledLabelColor: dn.disabledGrey, + stepLabelColor: cn.defaultFontColor, + selectedStepBG: cn.borderColor, + selectedStepLabelColor: cn.mainWhite, + disabledLabelColor: cn.disabledGrey, }, }, slider: { - bulletBG: dn.defaultFontColor, - railBG: dn.footerDivider, - disabledRail: dn.disabledSwitchBG, - disabledBullet: dn.disabledSliderBullet, + bulletBG: cn.defaultFontColor, + railBG: cn.footerDivider, + disabledRail: cn.disabledSwitchBG, + disabledBullet: cn.disabledSliderBullet, }, pill: { default: { @@ -2971,43 +2970,43 @@ const cn = { disabled: b["Color/Neutral/Text/colorTextDisabled"].darkMode, }, }, - gn = require("../assets/fonts/Geist/Geist-Black.woff2"), - hn = require("../assets/fonts/Geist/Geist-Bold.woff2"), - fn = require("../assets/fonts/Geist/Geist-Light.woff2"), - vn = require("../assets/fonts/Geist/Geist-Regular.woff2"), - En = require("../assets/fonts/Geist/Geist-Thin.woff2"), - wn = require("../assets/fonts/Geist/Geist-SemiBold.woff2"), - Ln = require("../assets/fonts/Geist/Geist-Medium.woff2"), - bn = require("../assets/fonts/Geist/Geist-UltraLight.woff2"), - Mn = p` - ${({ theme: e }) => `\n /* Fonts */\n @font-face {\n font-family: "Geist";\n src: url(${hn}) format("woff2");\n font-weight: bold;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${Ln}) format("woff2");\n font-weight: 500;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${wn}) format("woff2");\n font-weight: 600;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${fn}) format("woff2");\n font-weight: 300;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${bn}) format("woff2");\n font-weight: 200;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${gn}) format("woff2");\n font-weight: 900;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${vn}) format("woff2");\n font-weight: normal;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${En}) format("woff2");\n font-weight: 100;\n font-style: normal;\n font-display: swap;\n }\n \n /* Main Page styling */\n \n *, *::before, *::after {\n box-sizing: inherit;\n outline:0;\n }\n \n html {\n box-sizing: border-box;\n -webkit-text-size-adjust: 100%;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n \n body {\n background-color: ${sn(e, "bgColor", un.mainBackgroundColor)};\n color: ${sn(e, "fontColor", un.fontColor)};\n minHeight: 100vh;\n font-family: 'Geist', sans-serif;\n margin: 0;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-weight: 400;\n font-size: 14px;\n line-height: 1.5;\n transition: background-color 0s\n }\n \n fieldset, section {\n border: 1px solid ${sn(e, "borderColor", un.borderColor)};\n border-radius: 3px;\n background-color: transparent;\n padding: 25px;\n }\n \n a {\n color: ${sn(e, "linkColor", un.linkColor)};\n }\n \n a:hover {\n color: ${sn(e, "linkColor", un.linkColor)};\n }\n \n hr {\n border-top: 0;\n border-left: 0;\n border-right: 0;\n border-bottom: 1px solid ${sn(e, "borderColor", un.borderColor)};\n background-color: transparent;\n }\n \n ul {\n padding-left: 20px;\n list-style: none;\n \n li:not([class*="Mui"])::before {\n content: '■';\n color: ${sn(e, "bulletColor", cn.bulletColor)};\n font-size: 20px;\n display: inline-block;\n width: 1em;\n margin-left: -1em;\n }\n \n ul {\n list-style: none;\n li:not([class*="Mui"])::before {\n content: "○";\n color: ${sn(e, "bulletColor", cn.bulletColor)},\n font-size: 20px;\n display: inline-block;\n width: 1em;\n margin-left: -1em;\n }\n }\n }\n \n button:active, button:focus, input: active, input:focus {\n outline: 0;\n }\n \n .min-icon {\n width: 26px;\n }\n \n #root: {\n height: 100%;\n width: 100%;\n display: flex;\n flex-flow: column;\n align-items: stretch;\n }\n \n #preload {\n display: none;\n }\n \n #loader-block {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100vh;\n justify-content: center;\n align-items: center;\n }\n \n .muted {\n color: ${sn(e, "mutedText", un.mutedText)};\n font-size: 14px;\n }\n \n .error {\n color: ${sn(e, "signalColors.danger", un.danger)};\n }\n \n /* Text Vars */\n .SM_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .SM_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 600;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .Base_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .Base_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px; \n letter-spacing: 0.16px;\n }\n .LG_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 16px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n letter-spacing: 0.16px;\n }\n .LG_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n letter-spacing: 0.16px;\n }\n .XL_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 20px;\n font-style: 400;\n font-weight: 84;\n line-height: 28px;\n }\n .XL_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 20px;\n font-style: normal;\n font-weight: 600;\n line-height: 28px;\n }\n `} + pn = require("../assets/fonts/Geist/Geist-Black.woff2"), + gn = require("../assets/fonts/Geist/Geist-Bold.woff2"), + hn = require("../assets/fonts/Geist/Geist-Light.woff2"), + fn = require("../assets/fonts/Geist/Geist-Regular.woff2"), + vn = require("../assets/fonts/Geist/Geist-Thin.woff2"), + En = require("../assets/fonts/Geist/Geist-SemiBold.woff2"), + wn = require("../assets/fonts/Geist/Geist-Medium.woff2"), + Ln = require("../assets/fonts/Geist/Geist-UltraLight.woff2"), + bn = p` + ${({ theme: e }) => `\n /* Fonts */\n @font-face {\n font-family: "Geist";\n src: url(${gn}) format("woff2");\n font-weight: bold;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${wn}) format("woff2");\n font-weight: 500;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${En}) format("woff2");\n font-weight: 600;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${hn}) format("woff2");\n font-weight: 300;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${Ln}) format("woff2");\n font-weight: 200;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${pn}) format("woff2");\n font-weight: 900;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${fn}) format("woff2");\n font-weight: normal;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: "Geist";\n src: url(${vn}) format("woff2");\n font-weight: 100;\n font-style: normal;\n font-display: swap;\n }\n \n /* Main Page styling */\n \n *, *::before, *::after {\n box-sizing: inherit;\n outline:0;\n }\n \n html {\n box-sizing: border-box;\n -webkit-text-size-adjust: 100%;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n \n body {\n background-color: ${Cn(e, "bgColor", dn.mainBackgroundColor)};\n color: ${Cn(e, "fontColor", dn.fontColor)};\n minHeight: 100vh;\n font-family: 'Geist', sans-serif;\n margin: 0;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-weight: 400;\n font-size: 14px;\n line-height: 1.5;\n transition: background-color 0s\n }\n \n fieldset, section {\n border: 1px solid ${Cn(e, "borderColor", dn.borderColor)};\n border-radius: 3px;\n background-color: transparent;\n padding: 25px;\n }\n \n a {\n color: ${Cn(e, "linkColor", dn.linkColor)};\n }\n \n a:hover {\n color: ${Cn(e, "linkColor", dn.linkColor)};\n }\n \n hr {\n border-top: 0;\n border-left: 0;\n border-right: 0;\n border-bottom: 1px solid ${Cn(e, "borderColor", dn.borderColor)};\n background-color: transparent;\n }\n \n ul {\n padding-left: 20px;\n list-style: none;\n \n li:not([class*="Mui"])::before {\n content: '■';\n color: ${Cn(e, "bulletColor", sn.bulletColor)};\n font-size: 20px;\n display: inline-block;\n width: 1em;\n margin-left: -1em;\n }\n \n ul {\n list-style: none;\n li:not([class*="Mui"])::before {\n content: "○";\n color: ${Cn(e, "bulletColor", sn.bulletColor)},\n font-size: 20px;\n display: inline-block;\n width: 1em;\n margin-left: -1em;\n }\n }\n }\n \n button:active, button:focus, input: active, input:focus {\n outline: 0;\n }\n \n .min-icon {\n width: 26px;\n }\n \n #root: {\n height: 100%;\n width: 100%;\n display: flex;\n flex-flow: column;\n align-items: stretch;\n }\n \n #preload {\n display: none;\n }\n \n #loader-block {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100vh;\n justify-content: center;\n align-items: center;\n }\n \n .muted {\n color: ${Cn(e, "mutedText", dn.mutedText)};\n font-size: 14px;\n }\n \n .error {\n color: ${Cn(e, "signalColors.danger", dn.danger)};\n }\n \n /* Text Vars */\n .SM_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .SM_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 600;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .Base_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .Base_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px; \n letter-spacing: 0.16px;\n }\n .LG_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 16px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n letter-spacing: 0.16px;\n }\n .LG_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n letter-spacing: 0.16px;\n }\n .XL_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 20px;\n font-style: 400;\n font-weight: 84;\n line-height: 28px;\n }\n .XL_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 20px;\n font-style: normal;\n font-weight: 600;\n line-height: 28px;\n }\n `} `; -function Hn(e) { +function Mn(e) { var t = Object.create(null); return function (n) { return void 0 === t[n] && (t[n] = e(n)), t[n]; }; } -var yn = +var Hn = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, - Rn = Hn(function (e) { + yn = Mn(function (e) { return ( - yn.test(e) || + Hn.test(e) || (111 === e.charCodeAt(0) && 110 === e.charCodeAt(1) && e.charCodeAt(2) < 91) ); }); -const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { - let o = e ? pn : mn; +const Rn = ({ darkMode: e = !1, children: n, customTheme: r }) => { + let o = e ? mn : un; r && (o = r); return t.createElement( g, - { shouldForwardProp: (e, t) => "string" != typeof t || Rn(e) }, + { shouldForwardProp: (e, t) => "string" != typeof t || yn(e) }, t.createElement(h, { theme: o }, n), ); }, - Tn = m.div( + xn = m.div( ({ theme: e, sx: t, @@ -3020,15 +3019,15 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { return ( n && (l = { - border: `${sn(e, "box.border", un.disabledGrey)} 1px solid`, + border: `${Cn(e, "box.border", dn.disabledGrey)} 1px solid`, borderRadius: o || 16, padding: r || 24, - boxShadow: sn(e, "box.shadow", "none"), - backgroundColor: sn(e, "box.backgroundColor", un.white), + boxShadow: Cn(e, "box.shadow", "none"), + backgroundColor: Cn(e, "box.backgroundColor", dn.white), }), { backgroundColor: a - ? sn(e, "boxBackground", "#FBFAFA") + ? Cn(e, "boxBackground", "#FBFAFA") : "transparent", ...l, ...V(t, e), @@ -3036,7 +3035,7 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ); }, ), - Nn = t.forwardRef( + Tn = t.forwardRef( ( { sx: e, @@ -3050,7 +3049,7 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { C, ) => t.createElement( - Tn, + xn, { ...i, sx: e, @@ -3063,7 +3062,7 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { n, ), ), - Sn = (t) => + Nn = (t) => e.createElement( "svg", { @@ -3080,7 +3079,7 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { fill: "currentColor", }), ), - Vn = (t) => + Sn = (t) => e.createElement( "svg", { @@ -3097,12 +3096,12 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { fill: "currentColor", }), ), - _n = m.div(({ theme: e, sx: t }) => ({ - borderBottom: `1px solid ${sn(e, "borderColor", cn.borderColor)}`, + Vn = m.div(({ theme: e, sx: t }) => ({ + borderBottom: `1px solid ${Cn(e, "borderColor", sn.borderColor)}`, borderRadius: 2, ...V(t, e), })), - An = m.div(({ theme: e }) => ({ + _n = m.div(({ theme: e }) => ({ display: "flex", alignItems: "center", justifyContent: "space-between", @@ -3120,7 +3119,7 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { color: e.colors["Color/Neutral/Text/colorTextDisabled"], }, })), - kn = m.div(({ theme: e, expanded: t, backgroundColor: n }) => ({ + An = m.div(({ theme: e, expanded: t, backgroundColor: n }) => ({ borderTop: 0, display: "grid", gridTemplateRows: t ? "1fr" : "0fr", @@ -3140,7 +3139,7 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { "& > div:last-of-type": { marginBottom: 36 }, }, })), - In = ({ + kn = ({ title: e, expanded: n, children: r, @@ -3151,24 +3150,24 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { sx: C, }) => t.createElement( - _n, + Vn, { id: l, sx: C }, t.createElement( - An, + _n, { onClick: () => (a ? null : o()), className: "accordionTitle " + (a ? "disabled" : ""), }, e, - n ? t.createElement(Vn, null) : t.createElement(Sn, null), + n ? t.createElement(Sn, null) : t.createElement(Nn, null), ), t.createElement( - kn, + An, { className: "accordionContent", expanded: n, backgroundColor: i }, - t.createElement(Nn, { className: "expandSubContainer" }, r), + t.createElement(Tn, { className: "expandSubContainer" }, r), ), ), - Zn = f` + In = f` from { opacity: 0; } @@ -3176,21 +3175,21 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { opacity: 1; } `, - Bn = m.span( + Zn = m.span( { display: "inline-flex", position: "relative" }, v` &:hover { & .tooltipElement { display: block; - animation: ${Zn} 1s; + animation: ${In} 1s; } } `, ), - On = m.div(({ theme: e, placement: t }) => { + Bn = m.div(({ theme: e, placement: t }) => { const n = "6px", - r = sn(e, "tooltip.background", "#737373"), - o = sn(e, "tooltip.color", "#FFFFFF"); + r = Cn(e, "tooltip.background", "#737373"), + o = Cn(e, "tooltip.color", "#FFFFFF"); let a = {}; const l = { content: "' '", @@ -3255,7 +3254,7 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ...a, }; }), - Dn = ({ placement: e, content: n, anchorEl: r }) => { + On = ({ placement: e, content: n, anchorEl: r }) => { let o = {}, a = e; if (r) { @@ -3289,9 +3288,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { o = { top: t.top - t.height / 2 - 10, left: t.left + t.width / 2 }; } } - return t.createElement(On, { placement: a, style: o }, n); + return t.createElement(Bn, { placement: a, style: o }, n); }, - Pn = ({ + Dn = ({ children: e, tooltip: n, errorProps: r, @@ -3305,7 +3304,7 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { a, null, t.createElement( - Bn, + Zn, { onPointerEnter: (e) => { s(e.currentTarget), d(!0); @@ -3317,17 +3316,17 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { r ? l(e, { ...r }) : e, c && w( - t.createElement(Dn, { placement: i, content: n, anchorEl: C }), + t.createElement(On, { placement: i, content: n, anchorEl: C }), document.body, ), ), ); }, - Fn = m.button(({ theme: e }) => ({ + Pn = m.button(({ theme: e }) => ({ display: "inline-flex", alignItems: "center", justifyContent: "flex-start", - color: sn(e, "actionsList.optionsTextColor", "#5E5E5E"), + color: Cn(e, "actionsList.optionsTextColor", "#5E5E5E"), width: "100%", height: 22, margin: 0, @@ -3340,21 +3339,21 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { cursor: "pointer", "&:hover": { backgroundColor: "transparent", - color: sn(e, "actionsList.optionsHoverTextColor", "#000"), + color: Cn(e, "actionsList.optionsHoverTextColor", "#000"), }, "& svg": { width: 11, marginRight: 8 }, "&:disabled": { - color: sn(e, "actionsList.disabledOptionsTextColor", "#EBEBEB"), + color: Cn(e, "actionsList.disabledOptionsTextColor", "#EBEBEB"), cursor: "not-allowed", }, "& .buttonIcon": { width: 11 }, })), - Un = ({ icon: e, label: n, ...r }) => t.createElement(Fn, { ...r }, e, n), - Gn = m.div(({ theme: e, sx: t }) => ({ + Fn = ({ icon: e, label: n, ...r }) => t.createElement(Pn, { ...r }, e, n), + Un = m.div(({ theme: e, sx: t }) => ({ "& .titleLabel": { fontSize: 14, fontWeight: "700", - color: sn(e, "actionsList.titleColor", "#000"), + color: Cn(e, "actionsList.titleColor", "#000"), padding: "12px 30px 8px 22px", whiteSpace: "nowrap", textOverflow: "ellipsis", @@ -3362,8 +3361,8 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { alignItems: "center", }, "& .objectActions": { - backgroundColor: sn(e, "actionsList.backgroundColor", "#F8F8F8"), - border: `${sn(e, "actionsList.containerBorderColor", "#F1F1F1")} 1px solid`, + backgroundColor: Cn(e, "actionsList.backgroundColor", "#F8F8F8"), + border: `${Cn(e, "actionsList.containerBorderColor", "#F1F1F1")} 1px solid`, borderRadius: 3, margin: "8px 22px", padding: 0, @@ -3372,12 +3371,12 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { listStyle: "none", padding: 6, margin: 0, - borderBottom: `${sn(e, "actionsList.optionsBorder", "#E5E5E5")} 1px solid`, + borderBottom: `${Cn(e, "actionsList.optionsBorder", "#E5E5E5")} 1px solid`, fontSize: 14, "&:first-of-type": { padding: 10, fontWeight: "bold", - color: sn(e, "actionsList.titleColor", "#000"), + color: Cn(e, "actionsList.titleColor", "#000"), }, "&:last-of-type": { borderBottom: 0 }, "&::before": { content: "' '!important" }, @@ -3385,9 +3384,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }, ...V(t, e), })), - zn = ({ sx: e, items: n, title: r }) => + Gn = ({ sx: e, items: n, title: r }) => t.createElement( - Gn, + Un, { sx: e }, t.createElement("div", { className: "titleLabel" }, r), t.createElement( @@ -3399,9 +3398,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { "li", { key: `action-element-${n.toString()}` }, t.createElement( - Pn, + Dn, { tooltip: e.tooltip || "" }, - t.createElement(Un, { + t.createElement(Fn, { label: e.label, icon: e.icon, onClick: e.action, @@ -3413,29 +3412,29 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - $n = m.svg((e) => ({ fill: sn(e, "theme.logoColor", "#C51C3F") })), - Wn = ({ width: e, onClick: n }) => + zn = m.svg((e) => ({ fill: Cn(e, "theme.logoColor", "#C51C3F") })), + $n = ({ width: e, onClick: n }) => t.createElement( - $n, + zn, { viewBox: "0 0 162.612 24.465", width: e, onClick: n }, t.createElement("path", { d: "M52.751.414h9.108v23.63h-9.108zM41.711.74l-18.488 9.92a.919.919 0 0 1-.856 0L3.879.74A2.808 2.808 0 0 0 2.558.414h-.023A2.4 2.4 0 0 0 0 2.641v21.376h9.1V13.842a.918.918 0 0 1 1.385-.682l10.361 5.568a3.634 3.634 0 0 0 3.336.028l10.933-5.634a.917.917 0 0 1 1.371.69v10.205h9.1V2.641A2.4 2.4 0 0 0 43.055.414h-.023a2.808 2.808 0 0 0-1.321.326zm65.564-.326h-9.237v10.755a.913.913 0 0 1-1.338.706L72.762.675a2.824 2.824 0 0 0-1.191-.261h-.016a2.4 2.4 0 0 0-2.535 2.227v21.377h9.163V13.275a.914.914 0 0 1 1.337-.707l24.032 11.2a2.813 2.813 0 0 0 1.188.26 2.4 2.4 0 0 0 2.535-2.227zm7.161 23.63V.414h4.191v23.63zm28.856.421c-11.274 0-19.272-4.7-19.272-12.232C124.02 4.741 132.066 0 143.292 0s19.32 4.7 19.32 12.233-7.902 12.232-19.32 12.232zm0-21.333c-8.383 0-14.84 3.217-14.84 9.1 0 5.926 6.457 9.1 14.84 9.1s14.887-3.174 14.887-9.1c0-5.883-6.504-9.1-14.887-9.1z", }), ), - jn = m.svg((e) => { - let t = sn(e, "theme.logoLabelColor", "#000"); + Wn = m.svg((e) => { + let t = Cn(e, "theme.logoLabelColor", "#000"); return ( - e.inverse && (t = sn(e, "theme.logoLabelInverse", "#fff")), + e.inverse && (t = Cn(e, "theme.logoLabelInverse", "#fff")), { - "& .minioSection": { fill: sn(e, "theme.logoColor", "#C51C3F") }, + "& .minioSection": { fill: Cn(e, "theme.logoColor", "#C51C3F") }, "& .minioApplicationName": { fill: t }, } ); }), - qn = ({ ...e }) => t.createElement(jn, { ...e }), - Yn = ({ inverse: e, onClick: n }) => + jn = ({ ...e }) => t.createElement(Wn, { ...e }), + qn = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 184.538 51", inverse: e, onClick: n }, t.createElement( "g", @@ -3485,9 +3484,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - Kn = ({ inverse: e, onClick: n }) => + Yn = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 184.538 52", inverse: e, onClick: n }, t.createElement("path", { d: "m22.19,31.57h-3.13c-.19-.9-.51-1.69-.96-2.37-.46-.68-1.01-1.25-1.66-1.72-.65-.47-1.37-.82-2.16-1.05-.79-.24-1.61-.35-2.47-.35-1.56,0-2.98.4-4.24,1.19s-2.27,1.95-3.01,3.49c-.74,1.54-1.12,3.42-1.12,5.66s.37,4.12,1.12,5.66c.74,1.54,1.75,2.7,3.01,3.49,1.27.79,2.68,1.19,4.24,1.19.86,0,1.68-.12,2.47-.35.79-.24,1.51-.59,2.16-1.05.65-.47,1.21-1.04,1.66-1.73.46-.68.78-1.47.96-2.36h3.13c-.24,1.32-.66,2.5-1.29,3.54-.62,1.04-1.4,1.93-2.32,2.65-.92.73-1.96,1.28-3.11,1.66s-2.37.57-3.68.57c-2.2,0-4.16-.54-5.88-1.61s-3.06-2.61-4.05-4.59c-.98-1.98-1.48-4.34-1.48-7.06s.49-5.08,1.48-7.06c.98-1.98,2.33-3.51,4.05-4.59,1.71-1.08,3.67-1.61,5.88-1.61,1.3,0,2.53.19,3.68.57s2.18.93,3.11,1.66c.92.73,1.7,1.61,2.32,2.65.62,1.04,1.05,2.22,1.29,3.55h0Z", @@ -3533,97 +3532,166 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { className: "minioSection", }), ), + Kn = ({ inverse: e, onClick: n }) => + t.createElement( + jn, + { viewBox: "0 0 184.45 55", inverse: e, onClick: n }, + t.createElement( + "g", + { transform: "translate(-31.65 -18.133)" }, + t.createElement( + "g", + { transform: "translate(-995 -63.754)" }, + t.createElement( + "g", + { transform: "translate(1025.5 81.887)" }, + t.createElement( + "g", + { transform: "translate(0 0)" }, + t.createElement( + "g", + { transform: "translate(0 0)" }, + t.createElement("path", { + d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", + transform: "translate(0 32.612)", + className: "minioApplicationName", + }), + t.createElement( + "g", + { transform: "translate(2.003)" }, + t.createElement( + "g", + { transform: "translate(0 0.129)" }, + t.createElement("rect", { + width: "2.49", + height: "7.352", + transform: "translate(14.42)", + className: "minioSection", + }), + t.createElement("path", { + d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", + transform: "translate(-226.403 -365.23)", + className: "minioSection", + }), + t.createElement("path", { + d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", + transform: "translate(-228.498 -365.23)", + className: "minioSection", + }), + ), + t.createElement("path", { + d: "M261.159,372.582V365.23H262.3v7.352Z", + transform: "translate(-229.877 -365.101)", + className: "minioSection", + }), + t.createElement("path", { + d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", + transform: "translate(-230.168 -365.087)", + className: "minioSection", + }), + ), + ), + ), + ), + t.createElement( + "g", + { transform: "translate(1168.671 120.754)" }, + t.createElement( + "g", + { transform: "translate(-65 0)" }, + t.createElement("path", { + d: "M106.959,1769.479l-3.274,14.286h31.641a2.814,2.814,0,0,1-2.121-1.012,2.15,2.15,0,0,1-.209-.356c-.038-.092-.073-.185-.109-.28a2.832,2.832,0,0,1-.115-.985,7.182,7.182,0,0,1,1.312-3.389,18.271,18.271,0,0,1,3.616-3.945c.343-.284.7-.566,1.068-.839.458-.337.92-.648,1.383-.938a17.592,17.592,0,0,1,4.907-2.2,18.957,18.957,0,0,0-4.651,2.351l-.171.118a20.8,20.8,0,0,0-2.389,1.924c-2.254,2.119-3.445,4.315-2.9,5.6a1.6,1.6,0,0,0,.138.253c.582.856,2.024,1,3.851.544.124-.031.249-.067.377-.1a14.878,14.878,0,0,0,1.842-.677c.153-.068.309-.137.465-.212l.047-.023c2.015-1,3.563-2.153,3.9-2.845a.43.43,0,0,0,.041-.379c-.239-.485-1.912-.157-3.939.72-.163.07-.328.143-.494.221.136-.125.277-.252.421-.377.23-.2.468-.391.721-.582a14.277,14.277,0,0,1,1.191-.812c1.847-1.394,2.781-2.712,2.586-3.2a.343.343,0,0,0-.235-.194,3.4,3.4,0,0,0-1.942.374,14.514,14.514,0,0,0-2.333,1.25l-.112.073-.021.012-.394.262.226-.415a7.126,7.126,0,0,1,1.565-1.853,11.116,11.116,0,0,1,1.686-1.206c.233-.136.465-.262.7-.376s.476-.22.709-.312a8.2,8.2,0,0,1,1.98-.649c-.051,0-1.677.175-1.677.175H106.959Zm25.5.021a19.123,19.123,0,0,0,.8,5.76q.165.612.362,1.242.123.388.253.765c-.051.075-.1.149-.15.224a7.909,7.909,0,0,0-1.339,3.277,20.169,20.169,0,0,1-.712-3.562q-.059-.546-.091-1.08a15.688,15.688,0,0,1,.877-6.625Zm-15.424,1.833h3.533a1.217,1.217,0,0,1,.691.168.394.394,0,0,1,.185.435l-.415,1.874h-1.227l.4-1.824h-3.071L116.03,1777l-.4,1.815H118.7l0-.011.615-2.778h-1.442l.138-.626h2.668l-.765,3.466a.488.488,0,0,1-.053.138.765.765,0,0,1-.327.294,1.621,1.621,0,0,1-.765.168h-3.477a1.214,1.214,0,0,1-.691-.168.388.388,0,0,1-.185-.432l1.533-6.928a.664.664,0,0,1,.377-.435c.008,0,.016,0,.024-.009a1.6,1.6,0,0,1,.688-.159Zm5.454,0h4.38a1.215,1.215,0,0,1,.688.168.392.392,0,0,1,.188.435l-.818,3.695a.663.663,0,0,1-.38.433,1.612,1.612,0,0,1-.762.171h-3.183l-.615,2.774-.1.456h-1.2l.091-.412Zm6.051,0h1.2l-1.359,6.14-.3,1.341h2.871c.03.22.065.437.1.65h-4.319l.341-1.542Zm-5,.653-.8,3.6h2.992l.794-3.6Zm-6.38,8.485h.035a.85.85,0,0,1,.359.07.428.428,0,0,1,.221.218.532.532,0,0,1,.029.315l-.009.044h-.344l0-.041a.271.271,0,0,0-.032-.188l-.015-.018a.2.2,0,0,0-.029-.024.426.426,0,0,0-.221-.047.511.511,0,0,0-.291.068.258.258,0,0,0-.118.153.113.113,0,0,0,.024.109l0,0a.81.81,0,0,0,.291.1,2,2,0,0,1,.38.12.448.448,0,0,1,.218.209.458.458,0,0,1,.024.291.665.665,0,0,1-.156.291.789.789,0,0,1-.3.212,1,1,0,0,1-.382.076.955.955,0,0,1-.412-.076.473.473,0,0,1-.238-.244.6.6,0,0,1-.029-.356l.009-.041h.338l0,.041a.373.373,0,0,0,.021.189.23.23,0,0,0,.118.112.543.543,0,0,0,.235.047.649.649,0,0,0,.224-.038.4.4,0,0,0,.156-.094.261.261,0,0,0,.068-.126.138.138,0,0,0-.009-.1.214.214,0,0,0-.109-.08l-.288-.085a1.274,1.274,0,0,1-.332-.118.411.411,0,0,1-.18-.194.418.418,0,0,1-.015-.256.622.622,0,0,1,.144-.28.72.72,0,0,1,.288-.2A1.01,1.01,0,0,1,117.169,1780.47Zm3.089.006c.019,0,.036,0,.056,0l.212.023.071.006-.1.262-.021.041-.162-.015a.186.186,0,0,0-.106.023l-.006.006-.012.012a.279.279,0,0,0-.044.112l-.012.047h.253l-.065.292h-.247l-.25,1.121h-.341s.222-1,.25-1.121h-.2l.065-.292h.194c.009-.04.024-.091.024-.091a.717.717,0,0,1,.071-.209.441.441,0,0,1,.162-.159.491.491,0,0,1,.209-.059Zm.815.015-.112.5h.221l-.065.292H120.9c-.018.081-.159.709-.159.709s-.012.076-.012.1c0,0,0,0,0,0s0,0,0,0h0l.035,0,.162-.012-.018.262,0,.047-.232.026a.375.375,0,0,1-.209-.047.209.209,0,0,1-.094-.135.221.221,0,0,1-.006-.047,1.206,1.206,0,0,1,.035-.239s.124-.554.15-.671h-.162l.065-.292h.162c.015-.068.068-.3.068-.3l.274-.144.112-.059Zm-10.841.011h1.324l-.074.329h-.968l-.1.436h.838l-.074.329h-.838c-.018.082-.179.809-.179.809h-.356Zm1.774.465a.331.331,0,0,1,.041,0,.4.4,0,0,1,.238.079l.047.032-.182.3-.05-.035a.214.214,0,0,0-.118-.036.185.185,0,0,0-.1.036.258.258,0,0,0-.088.1.93.93,0,0,0-.088.241l-.159.724H111.2l.315-1.413h.318s-.011.043-.015.059c.015-.012.031-.027.044-.035A.358.358,0,0,1,112.006,1780.968Zm1.012,0c.021,0,.041,0,.062,0a.5.5,0,0,1,.432.2.545.545,0,0,1,.091.317,1.064,1.064,0,0,1-.026.227l-.026.1h-.959c0,.02,0,.041,0,.059a.28.28,0,0,0,.047.173.216.216,0,0,0,.053.053.261.261,0,0,0,.144.038.339.339,0,0,0,.188-.056.5.5,0,0,0,.153-.167h.365l-.032.07a.806.806,0,0,1-.288.329.779.779,0,0,1-.427.121.531.531,0,0,1-.459-.2.644.644,0,0,1-.065-.536.975.975,0,0,1,.3-.541.76.76,0,0,1,.45-.191Zm1.533,0c.021,0,.041,0,.062,0a.5.5,0,0,1,.432.2.545.545,0,0,1,.091.317,1.04,1.04,0,0,1-.026.224l-.026.106h-.959l0,.038s0,.012,0,.018v0c0,.013,0,.028,0,.041a.254.254,0,0,0,.044.132.227.227,0,0,0,.015.021.239.239,0,0,0,.182.071.336.336,0,0,0,.188-.056.5.5,0,0,0,.153-.167h.368l-.035.07a.806.806,0,0,1-.288.329.779.779,0,0,1-.427.121.49.49,0,0,1-.55-.52c0-.02,0-.041,0-.062a1.067,1.067,0,0,1,.024-.153.975.975,0,0,1,.3-.541A.768.768,0,0,1,114.551,1780.968Zm4.175,0c.021,0,.04,0,.062,0a.523.523,0,0,1,.444.2.627.627,0,0,1,.071.529,1.086,1.086,0,0,1-.171.415.811.811,0,0,1-.644.326.516.516,0,0,1-.444-.2.528.528,0,0,1-.094-.321,1.011,1.011,0,0,1,.026-.227.925.925,0,0,1,.341-.568.794.794,0,0,1,.409-.153Zm5.169,0c.025,0,.048,0,.074,0a.748.748,0,0,1,.282.041.31.31,0,0,1,.159.124.337.337,0,0,1,.044.179l-.035.215-.065.291a3.187,3.187,0,0,0-.071.377.377.377,0,0,0,.015.135l.024.077h-.347l-.015-.045a.417.417,0,0,1-.006-.07,1.03,1.03,0,0,1-.191.1.83.83,0,0,1-.271.047.446.446,0,0,1-.35-.123.313.313,0,0,1-.079-.218.474.474,0,0,1,.012-.1.492.492,0,0,1,.091-.2.55.55,0,0,1,.159-.141.71.71,0,0,1,.191-.077l.209-.035a2.331,2.331,0,0,0,.368-.068.185.185,0,0,1,.006-.021.188.188,0,0,0,0-.129l-.006-.006-.012-.012a.29.29,0,0,0-.177-.041.391.391,0,0,0-.206.044.382.382,0,0,0-.127.159h-.356l.032-.071a.75.75,0,0,1,.156-.241.648.648,0,0,1,.247-.144A.974.974,0,0,1,123.895,1780.968Zm1.492,0a.331.331,0,0,1,.041,0,.4.4,0,0,1,.241.079l.044.032-.182.3-.05-.035a.207.207,0,0,0-.115-.036.2.2,0,0,0-.106.036.259.259,0,0,0-.085.1.965.965,0,0,0-.088.241l-.162.724h-.341l.315-1.413h.318s-.008.043-.012.059a.536.536,0,0,1,.044-.035A.342.342,0,0,1,125.386,1780.968Zm1.009,0c.02,0,.041,0,.062,0a.5.5,0,0,1,.432.2.538.538,0,0,1,.091.317,1.077,1.077,0,0,1-.029.227l-.024.1h-.959c0,.02-.006.041-.006.059a.286.286,0,0,0,.047.173.251.251,0,0,0,.018.021l.012.012a.246.246,0,0,0,.171.059.339.339,0,0,0,.188-.056.508.508,0,0,0,.153-.167h.368l-.035.07a.813.813,0,0,1-.288.329.779.779,0,0,1-.427.121.525.525,0,0,1-.456-.2.647.647,0,0,1-.068-.536.972.972,0,0,1,.3-.541A.77.77,0,0,1,126.4,1780.968Zm-5.151.026h.35s.043.838.044.85c.014-.03.025-.055.026-.059l.385-.792h.321s.029.828.029.833l.438-.833h.347l-.765,1.413h-.315s-.03-.766-.032-.809l-.394.809h-.324Zm-8.22.268a.374.374,0,0,0-.224.088.433.433,0,0,0-.121.167h.58c0-.01,0-.023,0-.032a.244.244,0,0,0-.026-.123.207.207,0,0,0-.194-.1Zm1.533,0a.374.374,0,0,0-.224.088.443.443,0,0,0-.121.167h.58c0-.01,0-.023,0-.032a.234.234,0,0,0-.026-.123.244.244,0,0,0-.029-.038.219.219,0,0,0-.165-.062Zm11.856,0a.381.381,0,0,0-.232.088.454.454,0,0,0-.121.167h.577c0-.01,0-.023,0-.032a.234.234,0,0,0-.027-.123.21.21,0,0,0-.194-.1Zm-7.708.006a.39.39,0,0,0-.218.106.637.637,0,0,0-.174.341.779.779,0,0,0-.021.168.289.289,0,0,0,.038.159.316.316,0,0,0,.024.03.229.229,0,0,0,.174.068.372.372,0,0,0,.259-.109.654.654,0,0,0,.174-.347.419.419,0,0,0-.018-.317.213.213,0,0,0-.194-.1C118.734,1781.267,118.72,1781.266,118.705,1781.267Zm5.316.515a2.16,2.16,0,0,1-.288.056.968.968,0,0,0-.188.042.208.208,0,0,0-.079.056.173.173,0,0,0-.041.077.2.2,0,0,0,0,.032s0,0,0,0,0,.007,0,.009a.113.113,0,0,0,0,.015l0,.006a.087.087,0,0,0,0,.009l.006.009.009.012a.185.185,0,0,0,.138.038.465.465,0,0,0,.212-.047.409.409,0,0,0,.156-.135A.545.545,0,0,0,124.021,1781.782Zm-17.969-2.359,7.9-8.152h1.289l-1.906,8.152H112.27l.541-2.347H109.5l-2.249,2.347h-1.2m4.254-3.186h2.707l.5-2.047q.3-1.217.582-2.029-.559.7-1.479,1.662l-2.309,2.413", + transform: "translate(-103.684 -1768.875)", + className: "minioApplicationName", + }), + t.createElement("path", { + d: "M627.829,1776.9a3.183,3.183,0,0,1-2.4-1.149,2.464,2.464,0,0,1-.241-.411c-.045-.107-.084-.207-.123-.307l.439-.17c.038.1.075.193.114.287a2,2,0,0,0,.19.323,2.685,2.685,0,0,0,2.04.958h1.032a9.027,9.027,0,0,0,1-.141,12.945,12.945,0,0,0,1.935-.55c.524-.191,1.054-.415,1.575-.666a22.265,22.265,0,0,0,3.559-2.154c.377-.278.756-.574,1.124-.881q.494-.411.947-.834a9.057,9.057,0,0,0,1.807-2.317c.348-.7.407-1.259.167-1.576a.989.989,0,0,0-.749-.326l-.622-.048.5-.375c1.786-1.34,2.8-2.927,2.457-3.858a1,1,0,0,0-.638-.59,2.032,2.032,0,0,0-.516-.106h-.549a8.415,8.415,0,0,0-2.824.8l-.207-.423a8.932,8.932,0,0,1,3.014-.845h.585a2.509,2.509,0,0,1,.656.133,1.455,1.455,0,0,1,.921.871c.387,1.063-.5,2.665-2.216,4.081a1.2,1.2,0,0,1,.564.4,1.959,1.959,0,0,1-.121,2.07,9.408,9.408,0,0,1-1.9,2.449q-.466.435-.97.854c-.376.313-.761.615-1.146.9a22.77,22.77,0,0,1-3.635,2.2c-.535.257-1.079.487-1.617.683a13.4,13.4,0,0,1-2.006.569,9.406,9.406,0,0,1-1.07.148Z", + transform: "translate(-596.283 -1761.542)", + className: "minioApplicationName", + }), + ), + ), + ), + t.createElement("path", { + d: "M.969,0V-8h.969V-.859H5.656V0ZM9.225-8V0H8.256V-8ZM18.7-5.5h-.969a2.034,2.034,0,0,0-.3-.734,2.072,2.072,0,0,0-.516-.533,2.24,2.24,0,0,0-.67-.326,2.668,2.668,0,0,0-.766-.109,2.431,2.431,0,0,0-1.314.367,2.536,2.536,0,0,0-.934,1.082A4.007,4.007,0,0,0,12.887-4a4.007,4.007,0,0,0,.346,1.754,2.536,2.536,0,0,0,.934,1.082A2.431,2.431,0,0,0,15.481-.8a2.668,2.668,0,0,0,.766-.109,2.24,2.24,0,0,0,.67-.326,2.06,2.06,0,0,0,.516-.535,2.053,2.053,0,0,0,.3-.732H18.7a3.227,3.227,0,0,1-.4,1.1,2.973,2.973,0,0,1-.719.822,3.129,3.129,0,0,1-.963.514,3.614,3.614,0,0,1-1.139.176,3.353,3.353,0,0,1-1.82-.5,3.431,3.431,0,0,1-1.254-1.422A4.874,4.874,0,0,1,11.95-4a4.874,4.874,0,0,1,.457-2.187,3.431,3.431,0,0,1,1.254-1.422,3.353,3.353,0,0,1,1.82-.5,3.614,3.614,0,0,1,1.139.176,3.129,3.129,0,0,1,.963.514,2.984,2.984,0,0,1,.719.82A3.208,3.208,0,0,1,18.7-5.5ZM21.362,0V-8h4.828v.859H22.331v2.7h3.609v.859H22.331V-.859h3.922V0ZM35.384-8V0h-.937L30.087-6.281h-.078V0h-.969V-8h.938l4.375,6.3h.078V-8ZM42.8-6a1.226,1.226,0,0,0-.57-.922A2.188,2.188,0,0,0,41-7.25a2.317,2.317,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.221,7.221,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,43.506-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273L40.328-3.8a3.666,3.666,0,0,1-1.484-.77A1.69,1.69,0,0,1,38.3-5.875a1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,43.734-6Zm3.741,6V-8h4.828v.859H47.506v2.7h3.609v.859H47.506V-.859h3.922V0Z", + transform: "translate(164 68)", + className: "minioApplicationName", + }), + ), + ), Xn = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, + { viewBox: "0 0 184.45 51", inverse: e, onClick: n }, + t.createElement( + "g", + { transform: "translate(-31.65 -18.133)" }, + t.createElement( + "g", + { transform: "translate(-995 -63.754)" }, + t.createElement( + "g", + { transform: "translate(1025.5 81.887)" }, + t.createElement( + "g", + { transform: "translate(0 0)" }, + t.createElement( + "g", + { transform: "translate(0 0)" }, + t.createElement("path", { + d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", + transform: "translate(0 32.612)", + className: "minioApplicationName", + }), + t.createElement( + "g", + { transform: "translate(2.003)" }, + t.createElement( + "g", + { transform: "translate(0 0.129)" }, + t.createElement("rect", { + width: "2.49", + height: "7.352", + transform: "translate(14.42)", + className: "minioSection", + }), + t.createElement("path", { + d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", + transform: "translate(-226.403 -365.23)", + className: "minioSection", + }), + t.createElement("path", { + d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", + transform: "translate(-228.498 -365.23)", + className: "minioSection", + }), + ), + t.createElement("path", { + d: "M261.159,372.582V365.23H262.3v7.352Z", + transform: "translate(-229.877 -365.101)", + className: "minioSection", + }), + t.createElement("path", { + d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", + transform: "translate(-230.168 -365.087)", + className: "minioSection", + }), + ), + ), + ), + ), + ), + t.createElement("path", { + d: "M.969,0V-8H5.8v.859H1.938v2.7H5.547v.859H1.938V-.859H5.859V0ZM14.991-8V0h-.937L9.694-6.281H9.616V0H8.647V-8h.938l4.375,6.3h.078V-8Zm2.6.859V-8h6v.859H21.075V0h-.969V-7.141ZM26.191,0V-8h4.828v.859H27.159v2.7h3.609v.859H27.159V-.859h3.922V0Zm7.678,0V-8h2.7a3.277,3.277,0,0,1,1.539.318A2.054,2.054,0,0,1,39-6.809a2.69,2.69,0,0,1,.289,1.262A2.643,2.643,0,0,1,39-4.293a2.026,2.026,0,0,1-.887.857,3.3,3.3,0,0,1-1.527.311H34.4V-4h2.156a2.415,2.415,0,0,0,1.033-.187,1.194,1.194,0,0,0,.57-.533,1.787,1.787,0,0,0,.178-.826,1.856,1.856,0,0,0-.18-.84,1.235,1.235,0,0,0-.574-.557,2.345,2.345,0,0,0-1.043-.2h-1.7V0Zm3.766-3.594L39.6,0H38.478L36.541-3.594ZM42,0V-8h2.7a3.116,3.116,0,0,1,1.541.338,2.141,2.141,0,0,1,.889.912,2.809,2.809,0,0,1,.289,1.281,2.849,2.849,0,0,1-.287,1.285,2.149,2.149,0,0,1-.885.92,3.057,3.057,0,0,1-1.531.342H42.781v-.859h1.906A2.084,2.084,0,0,0,45.723-4a1.337,1.337,0,0,0,.568-.6,2.013,2.013,0,0,0,.178-.861,2,2,0,0,0-.178-.859,1.3,1.3,0,0,0-.572-.6,2.173,2.173,0,0,0-1.047-.217h-1.7V0Zm8.084,0V-8h2.7a3.277,3.277,0,0,1,1.539.318,2.054,2.054,0,0,1,.891.873,2.69,2.69,0,0,1,.289,1.262,2.643,2.643,0,0,1-.289,1.254,2.026,2.026,0,0,1-.887.857,3.3,3.3,0,0,1-1.527.311H50.616V-4h2.156a2.415,2.415,0,0,0,1.033-.187,1.194,1.194,0,0,0,.57-.533,1.787,1.787,0,0,0,.178-.826,1.856,1.856,0,0,0-.18-.84,1.235,1.235,0,0,0-.574-.557,2.345,2.345,0,0,0-1.043-.2h-1.7V0ZM53.85-3.594,55.819,0H54.694L52.756-3.594ZM59.184-8V0h-.969V-8ZM66.6-6a1.226,1.226,0,0,0-.57-.922A2.188,2.188,0,0,0,64.8-7.25a2.318,2.318,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.22,7.22,0,0,1,.7.227,3.308,3.308,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,67.306-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273L64.128-3.8a3.666,3.666,0,0,1-1.484-.77A1.69,1.69,0,0,1,62.1-5.875a1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,67.534-6Zm3.741,6V-8h4.828v.859H71.306v2.7h3.609v.859H71.306V-.859h3.922V0ZM82.209,0V-8h.969V-.859H86.9V0Zm8.256-8V0H89.5V-8Zm9.475,2.5h-.969a2.034,2.034,0,0,0-.3-.734,2.072,2.072,0,0,0-.516-.533,2.24,2.24,0,0,0-.67-.326,2.668,2.668,0,0,0-.766-.109,2.431,2.431,0,0,0-1.314.367,2.536,2.536,0,0,0-.934,1.082A4.007,4.007,0,0,0,94.128-4a4.007,4.007,0,0,0,.346,1.754,2.536,2.536,0,0,0,.934,1.082A2.431,2.431,0,0,0,96.722-.8a2.668,2.668,0,0,0,.766-.109,2.24,2.24,0,0,0,.67-.326,2.06,2.06,0,0,0,.516-.535,2.053,2.053,0,0,0,.3-.732h.969a3.227,3.227,0,0,1-.4,1.1,2.973,2.973,0,0,1-.719.822,3.129,3.129,0,0,1-.963.514,3.614,3.614,0,0,1-1.139.176,3.353,3.353,0,0,1-1.82-.5,3.431,3.431,0,0,1-1.254-1.422A4.874,4.874,0,0,1,93.191-4a4.874,4.874,0,0,1,.457-2.187A3.431,3.431,0,0,1,94.9-7.609a3.353,3.353,0,0,1,1.82-.5,3.614,3.614,0,0,1,1.139.176,3.129,3.129,0,0,1,.963.514,2.984,2.984,0,0,1,.719.82A3.208,3.208,0,0,1,99.941-5.5ZM102.6,0V-8h4.828v.859h-3.859v2.7h3.609v.859h-3.609V-.859h3.922V0Zm14.022-8V0h-.937l-4.359-6.281h-.078V0h-.969V-8h.938l4.375,6.3h.078V-8Zm7.412,2a1.226,1.226,0,0,0-.57-.922,2.188,2.188,0,0,0-1.227-.328,2.317,2.317,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.22,7.22,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,124.746-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273l-.984-.281a3.666,3.666,0,0,1-1.484-.77,1.69,1.69,0,0,1-.547-1.309,1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,124.975-6Zm3.741,6V-8h4.828v.859h-3.859v2.7h3.609v.859h-3.609V-.859h3.922V0Z", + transform: "translate(83 68)", + className: "minioApplicationName", + }), + ), + ), + Qn = ({ inverse: e, onClick: n }) => + t.createElement( + jn, { viewBox: "0 0 184.45 55", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(-31.65 -18.133)" }, - t.createElement( - "g", - { transform: "translate(-995 -63.754)" }, - t.createElement( - "g", - { transform: "translate(1025.5 81.887)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement("path", { - d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", - transform: "translate(0 32.612)", - className: "minioApplicationName", - }), - t.createElement( - "g", - { transform: "translate(2.003)" }, - t.createElement( - "g", - { transform: "translate(0 0.129)" }, - t.createElement("rect", { - width: "2.49", - height: "7.352", - transform: "translate(14.42)", - className: "minioSection", - }), - t.createElement("path", { - d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", - transform: "translate(-226.403 -365.23)", - className: "minioSection", - }), - t.createElement("path", { - d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", - transform: "translate(-228.498 -365.23)", - className: "minioSection", - }), - ), - t.createElement("path", { - d: "M261.159,372.582V365.23H262.3v7.352Z", - transform: "translate(-229.877 -365.101)", - className: "minioSection", - }), - t.createElement("path", { - d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", - transform: "translate(-230.168 -365.087)", - className: "minioSection", - }), - ), - ), - ), - ), - t.createElement( - "g", - { transform: "translate(1168.671 120.754)" }, - t.createElement( - "g", - { transform: "translate(-65 0)" }, - t.createElement("path", { - d: "M106.959,1769.479l-3.274,14.286h31.641a2.814,2.814,0,0,1-2.121-1.012,2.15,2.15,0,0,1-.209-.356c-.038-.092-.073-.185-.109-.28a2.832,2.832,0,0,1-.115-.985,7.182,7.182,0,0,1,1.312-3.389,18.271,18.271,0,0,1,3.616-3.945c.343-.284.7-.566,1.068-.839.458-.337.92-.648,1.383-.938a17.592,17.592,0,0,1,4.907-2.2,18.957,18.957,0,0,0-4.651,2.351l-.171.118a20.8,20.8,0,0,0-2.389,1.924c-2.254,2.119-3.445,4.315-2.9,5.6a1.6,1.6,0,0,0,.138.253c.582.856,2.024,1,3.851.544.124-.031.249-.067.377-.1a14.878,14.878,0,0,0,1.842-.677c.153-.068.309-.137.465-.212l.047-.023c2.015-1,3.563-2.153,3.9-2.845a.43.43,0,0,0,.041-.379c-.239-.485-1.912-.157-3.939.72-.163.07-.328.143-.494.221.136-.125.277-.252.421-.377.23-.2.468-.391.721-.582a14.277,14.277,0,0,1,1.191-.812c1.847-1.394,2.781-2.712,2.586-3.2a.343.343,0,0,0-.235-.194,3.4,3.4,0,0,0-1.942.374,14.514,14.514,0,0,0-2.333,1.25l-.112.073-.021.012-.394.262.226-.415a7.126,7.126,0,0,1,1.565-1.853,11.116,11.116,0,0,1,1.686-1.206c.233-.136.465-.262.7-.376s.476-.22.709-.312a8.2,8.2,0,0,1,1.98-.649c-.051,0-1.677.175-1.677.175H106.959Zm25.5.021a19.123,19.123,0,0,0,.8,5.76q.165.612.362,1.242.123.388.253.765c-.051.075-.1.149-.15.224a7.909,7.909,0,0,0-1.339,3.277,20.169,20.169,0,0,1-.712-3.562q-.059-.546-.091-1.08a15.688,15.688,0,0,1,.877-6.625Zm-15.424,1.833h3.533a1.217,1.217,0,0,1,.691.168.394.394,0,0,1,.185.435l-.415,1.874h-1.227l.4-1.824h-3.071L116.03,1777l-.4,1.815H118.7l0-.011.615-2.778h-1.442l.138-.626h2.668l-.765,3.466a.488.488,0,0,1-.053.138.765.765,0,0,1-.327.294,1.621,1.621,0,0,1-.765.168h-3.477a1.214,1.214,0,0,1-.691-.168.388.388,0,0,1-.185-.432l1.533-6.928a.664.664,0,0,1,.377-.435c.008,0,.016,0,.024-.009a1.6,1.6,0,0,1,.688-.159Zm5.454,0h4.38a1.215,1.215,0,0,1,.688.168.392.392,0,0,1,.188.435l-.818,3.695a.663.663,0,0,1-.38.433,1.612,1.612,0,0,1-.762.171h-3.183l-.615,2.774-.1.456h-1.2l.091-.412Zm6.051,0h1.2l-1.359,6.14-.3,1.341h2.871c.03.22.065.437.1.65h-4.319l.341-1.542Zm-5,.653-.8,3.6h2.992l.794-3.6Zm-6.38,8.485h.035a.85.85,0,0,1,.359.07.428.428,0,0,1,.221.218.532.532,0,0,1,.029.315l-.009.044h-.344l0-.041a.271.271,0,0,0-.032-.188l-.015-.018a.2.2,0,0,0-.029-.024.426.426,0,0,0-.221-.047.511.511,0,0,0-.291.068.258.258,0,0,0-.118.153.113.113,0,0,0,.024.109l0,0a.81.81,0,0,0,.291.1,2,2,0,0,1,.38.12.448.448,0,0,1,.218.209.458.458,0,0,1,.024.291.665.665,0,0,1-.156.291.789.789,0,0,1-.3.212,1,1,0,0,1-.382.076.955.955,0,0,1-.412-.076.473.473,0,0,1-.238-.244.6.6,0,0,1-.029-.356l.009-.041h.338l0,.041a.373.373,0,0,0,.021.189.23.23,0,0,0,.118.112.543.543,0,0,0,.235.047.649.649,0,0,0,.224-.038.4.4,0,0,0,.156-.094.261.261,0,0,0,.068-.126.138.138,0,0,0-.009-.1.214.214,0,0,0-.109-.08l-.288-.085a1.274,1.274,0,0,1-.332-.118.411.411,0,0,1-.18-.194.418.418,0,0,1-.015-.256.622.622,0,0,1,.144-.28.72.72,0,0,1,.288-.2A1.01,1.01,0,0,1,117.169,1780.47Zm3.089.006c.019,0,.036,0,.056,0l.212.023.071.006-.1.262-.021.041-.162-.015a.186.186,0,0,0-.106.023l-.006.006-.012.012a.279.279,0,0,0-.044.112l-.012.047h.253l-.065.292h-.247l-.25,1.121h-.341s.222-1,.25-1.121h-.2l.065-.292h.194c.009-.04.024-.091.024-.091a.717.717,0,0,1,.071-.209.441.441,0,0,1,.162-.159.491.491,0,0,1,.209-.059Zm.815.015-.112.5h.221l-.065.292H120.9c-.018.081-.159.709-.159.709s-.012.076-.012.1c0,0,0,0,0,0s0,0,0,0h0l.035,0,.162-.012-.018.262,0,.047-.232.026a.375.375,0,0,1-.209-.047.209.209,0,0,1-.094-.135.221.221,0,0,1-.006-.047,1.206,1.206,0,0,1,.035-.239s.124-.554.15-.671h-.162l.065-.292h.162c.015-.068.068-.3.068-.3l.274-.144.112-.059Zm-10.841.011h1.324l-.074.329h-.968l-.1.436h.838l-.074.329h-.838c-.018.082-.179.809-.179.809h-.356Zm1.774.465a.331.331,0,0,1,.041,0,.4.4,0,0,1,.238.079l.047.032-.182.3-.05-.035a.214.214,0,0,0-.118-.036.185.185,0,0,0-.1.036.258.258,0,0,0-.088.1.93.93,0,0,0-.088.241l-.159.724H111.2l.315-1.413h.318s-.011.043-.015.059c.015-.012.031-.027.044-.035A.358.358,0,0,1,112.006,1780.968Zm1.012,0c.021,0,.041,0,.062,0a.5.5,0,0,1,.432.2.545.545,0,0,1,.091.317,1.064,1.064,0,0,1-.026.227l-.026.1h-.959c0,.02,0,.041,0,.059a.28.28,0,0,0,.047.173.216.216,0,0,0,.053.053.261.261,0,0,0,.144.038.339.339,0,0,0,.188-.056.5.5,0,0,0,.153-.167h.365l-.032.07a.806.806,0,0,1-.288.329.779.779,0,0,1-.427.121.531.531,0,0,1-.459-.2.644.644,0,0,1-.065-.536.975.975,0,0,1,.3-.541.76.76,0,0,1,.45-.191Zm1.533,0c.021,0,.041,0,.062,0a.5.5,0,0,1,.432.2.545.545,0,0,1,.091.317,1.04,1.04,0,0,1-.026.224l-.026.106h-.959l0,.038s0,.012,0,.018v0c0,.013,0,.028,0,.041a.254.254,0,0,0,.044.132.227.227,0,0,0,.015.021.239.239,0,0,0,.182.071.336.336,0,0,0,.188-.056.5.5,0,0,0,.153-.167h.368l-.035.07a.806.806,0,0,1-.288.329.779.779,0,0,1-.427.121.49.49,0,0,1-.55-.52c0-.02,0-.041,0-.062a1.067,1.067,0,0,1,.024-.153.975.975,0,0,1,.3-.541A.768.768,0,0,1,114.551,1780.968Zm4.175,0c.021,0,.04,0,.062,0a.523.523,0,0,1,.444.2.627.627,0,0,1,.071.529,1.086,1.086,0,0,1-.171.415.811.811,0,0,1-.644.326.516.516,0,0,1-.444-.2.528.528,0,0,1-.094-.321,1.011,1.011,0,0,1,.026-.227.925.925,0,0,1,.341-.568.794.794,0,0,1,.409-.153Zm5.169,0c.025,0,.048,0,.074,0a.748.748,0,0,1,.282.041.31.31,0,0,1,.159.124.337.337,0,0,1,.044.179l-.035.215-.065.291a3.187,3.187,0,0,0-.071.377.377.377,0,0,0,.015.135l.024.077h-.347l-.015-.045a.417.417,0,0,1-.006-.07,1.03,1.03,0,0,1-.191.1.83.83,0,0,1-.271.047.446.446,0,0,1-.35-.123.313.313,0,0,1-.079-.218.474.474,0,0,1,.012-.1.492.492,0,0,1,.091-.2.55.55,0,0,1,.159-.141.71.71,0,0,1,.191-.077l.209-.035a2.331,2.331,0,0,0,.368-.068.185.185,0,0,1,.006-.021.188.188,0,0,0,0-.129l-.006-.006-.012-.012a.29.29,0,0,0-.177-.041.391.391,0,0,0-.206.044.382.382,0,0,0-.127.159h-.356l.032-.071a.75.75,0,0,1,.156-.241.648.648,0,0,1,.247-.144A.974.974,0,0,1,123.895,1780.968Zm1.492,0a.331.331,0,0,1,.041,0,.4.4,0,0,1,.241.079l.044.032-.182.3-.05-.035a.207.207,0,0,0-.115-.036.2.2,0,0,0-.106.036.259.259,0,0,0-.085.1.965.965,0,0,0-.088.241l-.162.724h-.341l.315-1.413h.318s-.008.043-.012.059a.536.536,0,0,1,.044-.035A.342.342,0,0,1,125.386,1780.968Zm1.009,0c.02,0,.041,0,.062,0a.5.5,0,0,1,.432.2.538.538,0,0,1,.091.317,1.077,1.077,0,0,1-.029.227l-.024.1h-.959c0,.02-.006.041-.006.059a.286.286,0,0,0,.047.173.251.251,0,0,0,.018.021l.012.012a.246.246,0,0,0,.171.059.339.339,0,0,0,.188-.056.508.508,0,0,0,.153-.167h.368l-.035.07a.813.813,0,0,1-.288.329.779.779,0,0,1-.427.121.525.525,0,0,1-.456-.2.647.647,0,0,1-.068-.536.972.972,0,0,1,.3-.541A.77.77,0,0,1,126.4,1780.968Zm-5.151.026h.35s.043.838.044.85c.014-.03.025-.055.026-.059l.385-.792h.321s.029.828.029.833l.438-.833h.347l-.765,1.413h-.315s-.03-.766-.032-.809l-.394.809h-.324Zm-8.22.268a.374.374,0,0,0-.224.088.433.433,0,0,0-.121.167h.58c0-.01,0-.023,0-.032a.244.244,0,0,0-.026-.123.207.207,0,0,0-.194-.1Zm1.533,0a.374.374,0,0,0-.224.088.443.443,0,0,0-.121.167h.58c0-.01,0-.023,0-.032a.234.234,0,0,0-.026-.123.244.244,0,0,0-.029-.038.219.219,0,0,0-.165-.062Zm11.856,0a.381.381,0,0,0-.232.088.454.454,0,0,0-.121.167h.577c0-.01,0-.023,0-.032a.234.234,0,0,0-.027-.123.21.21,0,0,0-.194-.1Zm-7.708.006a.39.39,0,0,0-.218.106.637.637,0,0,0-.174.341.779.779,0,0,0-.021.168.289.289,0,0,0,.038.159.316.316,0,0,0,.024.03.229.229,0,0,0,.174.068.372.372,0,0,0,.259-.109.654.654,0,0,0,.174-.347.419.419,0,0,0-.018-.317.213.213,0,0,0-.194-.1C118.734,1781.267,118.72,1781.266,118.705,1781.267Zm5.316.515a2.16,2.16,0,0,1-.288.056.968.968,0,0,0-.188.042.208.208,0,0,0-.079.056.173.173,0,0,0-.041.077.2.2,0,0,0,0,.032s0,0,0,0,0,.007,0,.009a.113.113,0,0,0,0,.015l0,.006a.087.087,0,0,0,0,.009l.006.009.009.012a.185.185,0,0,0,.138.038.465.465,0,0,0,.212-.047.409.409,0,0,0,.156-.135A.545.545,0,0,0,124.021,1781.782Zm-17.969-2.359,7.9-8.152h1.289l-1.906,8.152H112.27l.541-2.347H109.5l-2.249,2.347h-1.2m4.254-3.186h2.707l.5-2.047q.3-1.217.582-2.029-.559.7-1.479,1.662l-2.309,2.413", - transform: "translate(-103.684 -1768.875)", - className: "minioApplicationName", - }), - t.createElement("path", { - d: "M627.829,1776.9a3.183,3.183,0,0,1-2.4-1.149,2.464,2.464,0,0,1-.241-.411c-.045-.107-.084-.207-.123-.307l.439-.17c.038.1.075.193.114.287a2,2,0,0,0,.19.323,2.685,2.685,0,0,0,2.04.958h1.032a9.027,9.027,0,0,0,1-.141,12.945,12.945,0,0,0,1.935-.55c.524-.191,1.054-.415,1.575-.666a22.265,22.265,0,0,0,3.559-2.154c.377-.278.756-.574,1.124-.881q.494-.411.947-.834a9.057,9.057,0,0,0,1.807-2.317c.348-.7.407-1.259.167-1.576a.989.989,0,0,0-.749-.326l-.622-.048.5-.375c1.786-1.34,2.8-2.927,2.457-3.858a1,1,0,0,0-.638-.59,2.032,2.032,0,0,0-.516-.106h-.549a8.415,8.415,0,0,0-2.824.8l-.207-.423a8.932,8.932,0,0,1,3.014-.845h.585a2.509,2.509,0,0,1,.656.133,1.455,1.455,0,0,1,.921.871c.387,1.063-.5,2.665-2.216,4.081a1.2,1.2,0,0,1,.564.4,1.959,1.959,0,0,1-.121,2.07,9.408,9.408,0,0,1-1.9,2.449q-.466.435-.97.854c-.376.313-.761.615-1.146.9a22.77,22.77,0,0,1-3.635,2.2c-.535.257-1.079.487-1.617.683a13.4,13.4,0,0,1-2.006.569,9.406,9.406,0,0,1-1.07.148Z", - transform: "translate(-596.283 -1761.542)", - className: "minioApplicationName", - }), - ), - ), - ), - t.createElement("path", { - d: "M.969,0V-8h.969V-.859H5.656V0ZM9.225-8V0H8.256V-8ZM18.7-5.5h-.969a2.034,2.034,0,0,0-.3-.734,2.072,2.072,0,0,0-.516-.533,2.24,2.24,0,0,0-.67-.326,2.668,2.668,0,0,0-.766-.109,2.431,2.431,0,0,0-1.314.367,2.536,2.536,0,0,0-.934,1.082A4.007,4.007,0,0,0,12.887-4a4.007,4.007,0,0,0,.346,1.754,2.536,2.536,0,0,0,.934,1.082A2.431,2.431,0,0,0,15.481-.8a2.668,2.668,0,0,0,.766-.109,2.24,2.24,0,0,0,.67-.326,2.06,2.06,0,0,0,.516-.535,2.053,2.053,0,0,0,.3-.732H18.7a3.227,3.227,0,0,1-.4,1.1,2.973,2.973,0,0,1-.719.822,3.129,3.129,0,0,1-.963.514,3.614,3.614,0,0,1-1.139.176,3.353,3.353,0,0,1-1.82-.5,3.431,3.431,0,0,1-1.254-1.422A4.874,4.874,0,0,1,11.95-4a4.874,4.874,0,0,1,.457-2.187,3.431,3.431,0,0,1,1.254-1.422,3.353,3.353,0,0,1,1.82-.5,3.614,3.614,0,0,1,1.139.176,3.129,3.129,0,0,1,.963.514,2.984,2.984,0,0,1,.719.82A3.208,3.208,0,0,1,18.7-5.5ZM21.362,0V-8h4.828v.859H22.331v2.7h3.609v.859H22.331V-.859h3.922V0ZM35.384-8V0h-.937L30.087-6.281h-.078V0h-.969V-8h.938l4.375,6.3h.078V-8ZM42.8-6a1.226,1.226,0,0,0-.57-.922A2.188,2.188,0,0,0,41-7.25a2.317,2.317,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.221,7.221,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,43.506-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273L40.328-3.8a3.666,3.666,0,0,1-1.484-.77A1.69,1.69,0,0,1,38.3-5.875a1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,43.734-6Zm3.741,6V-8h4.828v.859H47.506v2.7h3.609v.859H47.506V-.859h3.922V0Z", - transform: "translate(164 68)", - className: "minioApplicationName", - }), - ), - ), - Qn = ({ inverse: e, onClick: n }) => - t.createElement( - qn, - { viewBox: "0 0 184.45 51", inverse: e, onClick: n }, t.createElement( "g", { transform: "translate(-31.65 -18.133)" }, @@ -3682,80 +3750,11 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - t.createElement("path", { - d: "M.969,0V-8H5.8v.859H1.938v2.7H5.547v.859H1.938V-.859H5.859V0ZM14.991-8V0h-.937L9.694-6.281H9.616V0H8.647V-8h.938l4.375,6.3h.078V-8Zm2.6.859V-8h6v.859H21.075V0h-.969V-7.141ZM26.191,0V-8h4.828v.859H27.159v2.7h3.609v.859H27.159V-.859h3.922V0Zm7.678,0V-8h2.7a3.277,3.277,0,0,1,1.539.318A2.054,2.054,0,0,1,39-6.809a2.69,2.69,0,0,1,.289,1.262A2.643,2.643,0,0,1,39-4.293a2.026,2.026,0,0,1-.887.857,3.3,3.3,0,0,1-1.527.311H34.4V-4h2.156a2.415,2.415,0,0,0,1.033-.187,1.194,1.194,0,0,0,.57-.533,1.787,1.787,0,0,0,.178-.826,1.856,1.856,0,0,0-.18-.84,1.235,1.235,0,0,0-.574-.557,2.345,2.345,0,0,0-1.043-.2h-1.7V0Zm3.766-3.594L39.6,0H38.478L36.541-3.594ZM42,0V-8h2.7a3.116,3.116,0,0,1,1.541.338,2.141,2.141,0,0,1,.889.912,2.809,2.809,0,0,1,.289,1.281,2.849,2.849,0,0,1-.287,1.285,2.149,2.149,0,0,1-.885.92,3.057,3.057,0,0,1-1.531.342H42.781v-.859h1.906A2.084,2.084,0,0,0,45.723-4a1.337,1.337,0,0,0,.568-.6,2.013,2.013,0,0,0,.178-.861,2,2,0,0,0-.178-.859,1.3,1.3,0,0,0-.572-.6,2.173,2.173,0,0,0-1.047-.217h-1.7V0Zm8.084,0V-8h2.7a3.277,3.277,0,0,1,1.539.318,2.054,2.054,0,0,1,.891.873,2.69,2.69,0,0,1,.289,1.262,2.643,2.643,0,0,1-.289,1.254,2.026,2.026,0,0,1-.887.857,3.3,3.3,0,0,1-1.527.311H50.616V-4h2.156a2.415,2.415,0,0,0,1.033-.187,1.194,1.194,0,0,0,.57-.533,1.787,1.787,0,0,0,.178-.826,1.856,1.856,0,0,0-.18-.84,1.235,1.235,0,0,0-.574-.557,2.345,2.345,0,0,0-1.043-.2h-1.7V0ZM53.85-3.594,55.819,0H54.694L52.756-3.594ZM59.184-8V0h-.969V-8ZM66.6-6a1.226,1.226,0,0,0-.57-.922A2.188,2.188,0,0,0,64.8-7.25a2.318,2.318,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.22,7.22,0,0,1,.7.227,3.308,3.308,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,67.306-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273L64.128-3.8a3.666,3.666,0,0,1-1.484-.77A1.69,1.69,0,0,1,62.1-5.875a1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,67.534-6Zm3.741,6V-8h4.828v.859H71.306v2.7h3.609v.859H71.306V-.859h3.922V0ZM82.209,0V-8h.969V-.859H86.9V0Zm8.256-8V0H89.5V-8Zm9.475,2.5h-.969a2.034,2.034,0,0,0-.3-.734,2.072,2.072,0,0,0-.516-.533,2.24,2.24,0,0,0-.67-.326,2.668,2.668,0,0,0-.766-.109,2.431,2.431,0,0,0-1.314.367,2.536,2.536,0,0,0-.934,1.082A4.007,4.007,0,0,0,94.128-4a4.007,4.007,0,0,0,.346,1.754,2.536,2.536,0,0,0,.934,1.082A2.431,2.431,0,0,0,96.722-.8a2.668,2.668,0,0,0,.766-.109,2.24,2.24,0,0,0,.67-.326,2.06,2.06,0,0,0,.516-.535,2.053,2.053,0,0,0,.3-.732h.969a3.227,3.227,0,0,1-.4,1.1,2.973,2.973,0,0,1-.719.822,3.129,3.129,0,0,1-.963.514,3.614,3.614,0,0,1-1.139.176,3.353,3.353,0,0,1-1.82-.5,3.431,3.431,0,0,1-1.254-1.422A4.874,4.874,0,0,1,93.191-4a4.874,4.874,0,0,1,.457-2.187A3.431,3.431,0,0,1,94.9-7.609a3.353,3.353,0,0,1,1.82-.5,3.614,3.614,0,0,1,1.139.176,3.129,3.129,0,0,1,.963.514,2.984,2.984,0,0,1,.719.82A3.208,3.208,0,0,1,99.941-5.5ZM102.6,0V-8h4.828v.859h-3.859v2.7h3.609v.859h-3.609V-.859h3.922V0Zm14.022-8V0h-.937l-4.359-6.281h-.078V0h-.969V-8h.938l4.375,6.3h.078V-8Zm7.412,2a1.226,1.226,0,0,0-.57-.922,2.188,2.188,0,0,0-1.227-.328,2.317,2.317,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.22,7.22,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,124.746-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273l-.984-.281a3.666,3.666,0,0,1-1.484-.77,1.69,1.69,0,0,1-.547-1.309,1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,124.975-6Zm3.741,6V-8h4.828v.859h-3.859v2.7h3.609v.859h-3.609V-.859h3.922V0Z", - transform: "translate(83 68)", - className: "minioApplicationName", - }), ), ), Jn = ({ inverse: e, onClick: n }) => t.createElement( - qn, - { viewBox: "0 0 184.45 55", inverse: e, onClick: n }, - t.createElement( - "g", - { transform: "translate(-31.65 -18.133)" }, - t.createElement( - "g", - { transform: "translate(-995 -63.754)" }, - t.createElement( - "g", - { transform: "translate(1025.5 81.887)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement( - "g", - { transform: "translate(0 0)" }, - t.createElement("path", { - d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", - transform: "translate(0 32.612)", - className: "minioApplicationName", - }), - t.createElement( - "g", - { transform: "translate(2.003)" }, - t.createElement( - "g", - { transform: "translate(0 0.129)" }, - t.createElement("rect", { - width: "2.49", - height: "7.352", - transform: "translate(14.42)", - className: "minioSection", - }), - t.createElement("path", { - d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", - transform: "translate(-226.403 -365.23)", - className: "minioSection", - }), - t.createElement("path", { - d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", - transform: "translate(-228.498 -365.23)", - className: "minioSection", - }), - ), - t.createElement("path", { - d: "M261.159,372.582V365.23H262.3v7.352Z", - transform: "translate(-229.877 -365.101)", - className: "minioSection", - }), - t.createElement("path", { - d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", - transform: "translate(-230.168 -365.087)", - className: "minioSection", - }), - ), - ), - ), - ), - ), - ), - ), - er = ({ inverse: e, onClick: n }) => - t.createElement( - qn, + jn, { viewBox: "0 0 184.538 51", inverse: e, onClick: n }, t.createElement( "g", @@ -3822,9 +3821,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - tr = ({ inverse: e }) => + er = ({ inverse: e }) => t.createElement( - qn, + jn, { viewBox: "0 0 219 51", inverse: e }, t.createElement( "g", @@ -3886,9 +3885,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - nr = ({ inverse: e, onClick: n }) => + tr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 184.538 50.008", inverse: e, onClick: n }, t.createElement( "g", @@ -3942,9 +3941,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - rr = ({ inverse: e, onClick: n }) => + nr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 249.2 51", inverse: e, onClick: n }, t.createElement( "g", @@ -4054,9 +4053,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - or = ({ inverse: e, onClick: n }) => + rr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 208.7 51", inverse: e, onClick: n }, t.createElement( "g", @@ -4136,9 +4135,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - ar = ({ inverse: e, onClick: n }) => + or = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 149.6 41.2", inverse: e, onClick: n }, t.createElement( "g", @@ -4213,9 +4212,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - lr = ({ inverse: e, onClick: n }) => + ar = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 184.538 51", inverse: e, onClick: n }, t.createElement( "g", @@ -4265,9 +4264,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - ir = ({ inverse: e, onClick: n }) => + lr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 184.538 51", inverse: e, onClick: n }, t.createElement( "g", @@ -4321,9 +4320,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - Cr = ({ inverse: e, onClick: n }) => + ir = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 184.538 51", inverse: e, onClick: n }, t.createElement( "g", @@ -4365,9 +4364,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - sr = ({ inverse: e, onClick: n }) => + Cr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 288.6 51", inverse: e, onClick: n }, t.createElement( "g", @@ -4445,9 +4444,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - cr = ({ inverse: e, onClick: n }) => + sr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 174.3 51", inverse: e, onClick: n }, t.createElement( "g", @@ -4493,9 +4492,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - dr = ({ inverse: e, onClick: n }) => + cr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 482.6 67.4", inverse: e, onClick: n }, t.createElement( "g", @@ -4626,9 +4625,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - ur = ({ inverse: e, onClick: n }) => + dr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 252.6 117.4", inverse: e, onClick: n }, t.createElement( "g", @@ -4755,9 +4754,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - mr = ({ inverse: e, onClick: n }) => + ur = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 327.6 51", inverse: e, onClick: n }, t.createElement( "g", @@ -4843,9 +4842,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - pr = ({ inverse: e, onClick: n }) => + mr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 167.8 51", inverse: e, onClick: n }, t.createElement( "g", @@ -4903,9 +4902,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - gr = ({ inverse: e, onClick: n }) => + pr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 161.2 51", inverse: e, onClick: n }, t.createElement( "g", @@ -4963,9 +4962,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - hr = ({ inverse: e, onClick: n }) => + gr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 154.498 50.008", inverse: e, onClick: n }, t.createElement( "g", @@ -5019,9 +5018,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - fr = ({ inverse: e, onClick: n }) => + hr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 189.7 49.96", inverse: e, onClick: n }, t.createElement( "g", @@ -5091,9 +5090,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - vr = ({ inverse: e, onClick: n }) => + fr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 184.538 50.008", inverse: e, onClick: n }, t.createElement( "g", @@ -5147,9 +5146,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { ), ), ), - Er = ({ inverse: e, onClick: n }) => + vr = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 665.85156 145.5", inverse: e, onClick: n }, t.createElement( "g", @@ -5219,9 +5218,9 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - wr = ({ inverse: e, onClick: n }) => + Er = ({ inverse: e, onClick: n }) => t.createElement( - qn, + jn, { viewBox: "0 0 189.7 49.96", inverse: e, onClick: n }, t.createElement( "g", @@ -5291,7 +5290,7 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { }), ), ), - Lr = ({ + wr = ({ applicationName: e, subVariant: n = "simple", inverse: r, @@ -5301,101 +5300,101 @@ const xn = ({ darkMode: e = !1, children: n, customTheme: r }) => { case "console": switch (n) { case "standard": - return t.createElement(er, { inverse: !!r, onClick: o }); + return t.createElement(Jn, { inverse: !!r, onClick: o }); case "enterprise": - return t.createElement(Qn, { inverse: !!r, onClick: o }); - case "AGPL": return t.createElement(Xn, { inverse: !!r, onClick: o }); + case "AGPL": + return t.createElement(Kn, { inverse: !!r, onClick: o }); default: - return t.createElement(Jn, { inverse: !!r, onClick: o }); + return t.createElement(Qn, { inverse: !!r, onClick: o }); } case "directpv": - return t.createElement(nr, { inverse: !!r, onClick: o }); + return t.createElement(tr, { inverse: !!r, onClick: o }); case "subnet": - return t.createElement(vr, { inverse: !!r, onClick: o }); + return t.createElement(fr, { inverse: !!r, onClick: o }); case "kes": - return t.createElement(ir, { inverse: !!r, onClick: o }); + return t.createElement(lr, { inverse: !!r, onClick: o }); case "operator": - return t.createElement(hr, { inverse: !!r, onClick: o }); + return t.createElement(gr, { inverse: !!r, onClick: o }); case "subnetops": - return t.createElement(Er, { inverse: !!r, onClick: o }); + return t.createElement(vr, { inverse: !!r, onClick: o }); case "cloud": - return t.createElement(Kn, { inverse: !!r, onClick: o }); + return t.createElement(Yn, { inverse: !!r, onClick: o }); case "releases": - return t.createElement(fr, { inverse: !!r, onClick: o }); + return t.createElement(hr, { inverse: !!r, onClick: o }); case "vmbroker": - return t.createElement(wr, { inverse: !!r, onClick: o }); + return t.createElement(Er, { inverse: !!r, onClick: o }); case "eureka": return "new" === n - ? t.createElement(ar, { inverse: !!r, onClick: o }) - : t.createElement(or, { inverse: !!r, onClick: o }); + ? t.createElement(or, { inverse: !!r, onClick: o }) + : t.createElement(rr, { inverse: !!r, onClick: o }); case "kms": - return t.createElement(Cr, { inverse: !!r, onClick: o }); + return t.createElement(ir, { inverse: !!r, onClick: o }); case "loadbalancer": - return t.createElement(sr, { inverse: !!r, onClick: o }); + return t.createElement(Cr, { inverse: !!r, onClick: o }); case "index": - return t.createElement(lr, { inverse: !!r, onClick: o }); + return t.createElement(ar, { inverse: !!r, onClick: o }); case "cache": - return t.createElement(Yn, { inverse: !!r, onClick: o }); + return t.createElement(qn, { inverse: !!r, onClick: o }); case "monitor": - return t.createElement(pr, { inverse: !!r, onClick: o }); + return t.createElement(mr, { inverse: !!r, onClick: o }); case "observe": - return t.createElement(gr, { inverse: !!r, onClick: o }); + return t.createElement(pr, { inverse: !!r, onClick: o }); case "missioncontrol": - return t.createElement(mr, { inverse: !!r, onClick: o }); + return t.createElement(ur, { inverse: !!r, onClick: o }); case "globalconsole": - return t.createElement(tr, { inverse: !!r, onClick: o }); + return t.createElement(er, { inverse: !!r, onClick: o }); case "enterprise": - return t.createElement(rr, { inverse: !!r, onClick: o }); + return t.createElement(nr, { inverse: !!r, onClick: o }); case "minio": switch (n) { case "enterprise": - return t.createElement(cr, { inverse: !!r, onClick: o }); + return t.createElement(sr, { inverse: !!r, onClick: o }); case "enterpriseos": - return t.createElement(dr, { inverse: !!r, onClick: o }); + return t.createElement(cr, { inverse: !!r, onClick: o }); case "enterpriseosvertical": - return t.createElement(ur, { inverse: !!r, onClick: o }); + return t.createElement(dr, { inverse: !!r, onClick: o }); default: - return t.createElement(Wn, { onClick: o }); + return t.createElement($n, { onClick: o }); } } }; -var br = F, - Mr = /\s/; -var Hr = function (e) { - for (var t = e.length; t-- && Mr.test(e.charAt(t)); ); +var Lr = F, + br = /\s/; +var Mr = function (e) { + for (var t = e.length; t-- && br.test(e.charAt(t)); ); return t; }, - yr = Hr, - Rr = /^\s+/; -var xr = function (e) { - return e ? e.slice(0, yr(e) + 1).replace(Rr, "") : e; + Hr = Mr, + yr = /^\s+/; +var Rr = function (e) { + return e ? e.slice(0, Hr(e) + 1).replace(yr, "") : e; }, - Tr = se, - Nr = re, - Sr = /^[-+]0x[0-9a-f]+$/i, - Vr = /^0b[01]+$/i, - _r = /^0o[0-7]+$/i, - Ar = parseInt; -var kr = se, - Ir = function () { - return br.Date.now(); + xr = se, + Tr = re, + Nr = /^[-+]0x[0-9a-f]+$/i, + Sr = /^0b[01]+$/i, + Vr = /^0o[0-7]+$/i, + _r = parseInt; +var Ar = se, + kr = function () { + return Lr.Date.now(); }, - Zr = function (e) { + Ir = function (e) { if ("number" == typeof e) return e; - if (Nr(e)) return NaN; - if (Tr(e)) { + if (Tr(e)) return NaN; + if (xr(e)) { var t = "function" == typeof e.valueOf ? e.valueOf() : e; - e = Tr(t) ? t + "" : t; + e = xr(t) ? t + "" : t; } if ("string" != typeof e) return 0 === e ? e : +e; - e = xr(e); - var n = Vr.test(e); - return n || _r.test(e) ? Ar(e.slice(2), n ? 2 : 8) : Sr.test(e) ? NaN : +e; + e = Rr(e); + var n = Sr.test(e); + return n || Vr.test(e) ? _r(e.slice(2), n ? 2 : 8) : Nr.test(e) ? NaN : +e; }, - Br = Math.max, - Or = Math.min; -var Dr = B(function (e, t, n) { + Zr = Math.max, + Br = Math.min; +var Or = B(function (e, t, n) { var r, o, a, @@ -5417,13 +5416,13 @@ var Dr = B(function (e, t, n) { return void 0 === C || n >= t || n < 0 || (d && e - s >= a); } function g() { - var e = Ir(); + var e = kr(); if (p(e)) return h(e); i = setTimeout( g, (function (e) { var n = t - (e - C); - return d ? Or(n, a - (e - s)) : n; + return d ? Br(n, a - (e - s)) : n; })(e), ); } @@ -5431,7 +5430,7 @@ var Dr = B(function (e, t, n) { return (i = void 0), u && r ? m(e) : ((r = o = void 0), l); } function f() { - var e = Ir(), + var e = kr(), n = p(e); if (((r = arguments), (o = this), (C = e), n)) { if (void 0 === i) @@ -5443,21 +5442,21 @@ var Dr = B(function (e, t, n) { return void 0 === i && (i = setTimeout(g, t)), l; } return ( - (t = Zr(t) || 0), - kr(n) && + (t = Ir(t) || 0), + Ar(n) && ((c = !!n.leading), - (a = (d = "maxWait" in n) ? Br(Zr(n.maxWait) || 0, t) : a), + (a = (d = "maxWait" in n) ? Zr(Ir(n.maxWait) || 0, t) : a), (u = "trailing" in n ? !!n.trailing : u)), (f.cancel = function () { void 0 !== i && clearTimeout(i), (s = 0), (r = C = o = i = void 0); }), (f.flush = function () { - return void 0 === i ? l : h(Ir()); + return void 0 === i ? l : h(kr()); }), f ); }); -const Pr = m.div(() => ({ +const Dr = m.div(() => ({ position: "fixed", top: 0, left: 0, @@ -5467,12 +5466,12 @@ const Pr = m.div(() => ({ zIndex: 5e3, overscrollBehavior: "contain", })), - Fr = ({ children: e, ...n }) => t.createElement(Pr, { ...n }, e), - Ur = m.div(({ theme: e, sx: t, useAnchorWidth: n, forSelectInput: r }) => ({ + Pr = ({ children: e, ...n }) => t.createElement(Dr, { ...n }, e), + Fr = m.div(({ theme: e, sx: t, useAnchorWidth: n, forSelectInput: r }) => ({ position: "absolute", display: "grid", gridTemplateColumns: "100%", - backgroundColor: sn(e, "dropdownSelector.backgroundColor", un.white), + backgroundColor: Cn(e, "dropdownSelector.backgroundColor", dn.white), padding: 8, minWidth: n ? 160 : 0, overflowX: "hidden", @@ -5480,7 +5479,7 @@ const Pr = m.div(() => ({ borderRadius: R.borderRadiusSM, border: r ? 0 - : `1px solid ${sn(e, "dropdownSelector.border", un.disabledGrey)}`, + : `1px solid ${Cn(e, "dropdownSelector.border", dn.disabledGrey)}`, boxShadow: M["boxShadow-03"], "& ul": { padding: 0, @@ -5491,7 +5490,7 @@ const Pr = m.div(() => ({ }, ...V(t, e), })), - Gr = m.div(({ theme: e, icon: t, indicator: n }) => { + Ur = m.div(({ theme: e, icon: t, indicator: n }) => { let r = ""; return ( t && (r += "16px "), @@ -5501,7 +5500,7 @@ const Pr = m.div(() => ({ cursor: "pointer", listStyle: "none", width: "100%", - color: sn(e, "dropdownSelector.optionTextColor", "#000"), + color: Cn(e, "dropdownSelector.optionTextColor", "#000"), padding: "6px 10px", fontSize: 14, fontWeight: 400, @@ -5522,30 +5521,30 @@ const Pr = m.div(() => ({ textOverflow: "ellipsis", }, "&.selected": { - backgroundColor: sn(e, "dropdownSelector.selectedBGColor", "#D5D7D8"), - color: sn(e, "dropdownSelector.optionTextColor", "#000"), + backgroundColor: Cn(e, "dropdownSelector.selectedBGColor", "#D5D7D8"), + color: Cn(e, "dropdownSelector.optionTextColor", "#000"), }, "&.disabled": { cursor: "not-allowed", - color: sn(e, "dropdownSelector.disabledText", "#E6EBEB"), + color: Cn(e, "dropdownSelector.disabledText", "#E6EBEB"), "&:hover": { - backgroundColor: sn(e, "dropdownSelector.backgroundColor", "#fff"), - color: sn(e, "dropdownSelector.disabledText", "#E6EBEB"), + backgroundColor: Cn(e, "dropdownSelector.backgroundColor", "#fff"), + color: Cn(e, "dropdownSelector.disabledText", "#E6EBEB"), }, }, "&.danger:not(.disabled)": { - color: sn( + color: Cn( e, "dropdownSelector.dangerText", b["Color/Brand/Error/colorPrimaryText"].lightMode, ), "&:hover": { - backgroundColor: sn( + backgroundColor: Cn( e, "dropdownSelector.dangerHoverBG", b["Color/Brand/Error/colorPrimaryBgHover"].lightMode, ), - color: sn( + color: Cn( e, "dropdownSelector.dangerHoverText", b["Color/Brand/Error/colorPrimaryTextHover"].lightMode, @@ -5553,13 +5552,13 @@ const Pr = m.div(() => ({ }, }, "&.hovered:not(.disabled)": { - backgroundColor: sn(e, "dropdownSelector.hoverBG", "#E6EAEB"), - color: sn(e, "dropdownSelector.hoverText", "#000"), + backgroundColor: Cn(e, "dropdownSelector.hoverBG", "#E6EAEB"), + color: Cn(e, "dropdownSelector.hoverText", "#000"), }, } ); }), - zr = (e, t, n) => { + Gr = (e, t, n) => { if (!e) return { top: 0, left: 0, width: 0 }; const r = e.getBoundingClientRect(), o = { top: r.top + r.height }; @@ -5575,7 +5574,7 @@ const Pr = m.div(() => ({ o ); }, - $r = ({ + zr = ({ id: e, options: n, selectedOption: a = "", @@ -5611,11 +5610,11 @@ const Pr = m.div(() => ({ h(0); }, [n]), r(() => { - p(C ? zr(s, u, c) : null); + p(C ? Gr(s, u, c) : null); }, [s, u, C, c]), r(() => { - const e = Dr((e) => { - e && e.getBoundingClientRect() && p(zr(e, u, c)); + const e = Or((e) => { + e && e.getBoundingClientRect() && p(Gr(e, u, c)); }, 300); window.addEventListener("resize", () => { i(); @@ -5631,14 +5630,14 @@ const Pr = m.div(() => ({ ), w( t.createElement( - Fr, + Pr, { onClick: i }, t.createElement( - Ur, + Fr, { id: e, sx: m, useAnchorWidth: c, forSelectInput: d }, n.map((e, n) => t.createElement( - Gr, + Ur, { className: `${a === e.value ? "selected" : ""} ${e.disabled ? "disabled" : ""} ${n === g ? "hovered" : ""} ${e.danger ? "danger" : ""}`, onClick: f, @@ -5651,7 +5650,7 @@ const Pr = m.div(() => ({ indicator: e.indicator, }, e.icon, - t.createElement(Nn, { className: "truncate" }, e.label), + t.createElement(Tn, { className: "truncate" }, e.label), e.indicator, ), ), @@ -5662,7 +5661,7 @@ const Pr = m.div(() => ({ : null ); }, - Wr = f`0% { + $r = f`0% { transform: translate(139.785027px, 140.086989px) rotate(45.236493deg); animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); } @@ -5688,7 +5687,7 @@ const Pr = m.div(() => ({ 100% { transform: translate(139.785027px, 140.086989px) rotate(160.887995deg); }`, - jr = f` + Wr = f` 0% { transform: scale(1, 0.995019); } @@ -5711,7 +5710,7 @@ const Pr = m.div(() => ({ transform: scale(1, 1); } `, - qr = f` + jr = f` 0% { opacity: 1; } @@ -5740,7 +5739,7 @@ const Pr = m.div(() => ({ opacity: 0; } `, - Yr = f` + qr = f` 0% { d: path("M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z"); } @@ -5763,7 +5762,7 @@ const Pr = m.div(() => ({ d: path("M84.281285,246.076032C107.50521,254.051555,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,86.465691,239.82846,53.85604,207.193233C41.31604,204.283233,32.439249,213.928672,40.474905,219.54755C40.474905,219.54755,61.310295,238.187372,84.281285,246.076032Z"); } `, - Kr = f` + Yr = f` 0% { d: path("M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z"); } @@ -5786,7 +5785,7 @@ const Pr = m.div(() => ({ d: path("M241.985702,180.287452C255.201364,145.393106,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,189.760952,38.146938,199.370952,46.756938C229.706596,66.855753,234.126292,101.544407,234.194759,127.574104C235.798839,155.047874,216.192342,185.901625,205.13,201.21C199.980012,208.336696,214.039151,220.128533,219.270001,215.35C219.270001,215.35,237.299554,192.660656,241.985702,180.287452Z"); } `, - Xr = f` + Kr = f` 0% { d: path("M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z"); } @@ -5809,7 +5808,7 @@ const Pr = m.div(() => ({ d: path("M154.601291,1.547478C127.732134,-3.659063,101.676041,0.16217,89.834975,4.047622C73.018778,9.565582,43.015709,29.967817,36.85,38.21C28.01,47.52,41.568561,62.002759,50.57,52.76C67.005248,35.884138,77.788003,22.937369,100.935291,18.024709C148.028227,8.029949,175.904245,24.591662,199.370952,46.756938C210.775532,51.88401,219.463487,39.878796,215.289997,35.759998C189.664787,10.470596,154.601291,1.547478,154.601291,1.547478Z"); } `, - Qr = f` + Xr = f` 0% { d: path("M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z"); } @@ -5835,7 +5834,7 @@ const Pr = m.div(() => ({ d: path("M36.436007,38.11681C-7.498754,85.801617,-0.826469,134.911183,5.658972,158.164678C15.873566,192.855226,35.43893,215.965329,40.28,219.33C49.84,227.9,63.271136,215.585685,53.661136,206.975685C38.384036,191.128398,25.999041,166.121323,22.77,152.4C12.429986,121.009925,27.020185,73.061168,50.245766,52.61587C65.058304,39.576508,51.054205,23.186387,36.436019,38.116819L36.436007,38.11681Z"); } `, - Jr = f` + Qr = f` 0% { transform: translate(139.784999px, 140.086986px) scale(1, 1); } @@ -5855,7 +5854,7 @@ const Pr = m.div(() => ({ transform: translate(139.784999px, 140.086986px) scale(1.001075, 1.001075); } `, - eo = f` + Jr = f` 0% { opacity: 0; } @@ -5872,7 +5871,7 @@ const Pr = m.div(() => ({ opacity: 1; } `, - to = f`0% { + eo = f`0% { transform: translate(139.785004px, 140.086979px) rotate(0deg); } 10% { @@ -5884,7 +5883,7 @@ const Pr = m.div(() => ({ 100% { transform: translate(139.785004px, 140.086979px) rotate(90.041277deg); }`, - no = f` + to = f` 0% { opacity: 0; } @@ -5904,50 +5903,50 @@ const Pr = m.div(() => ({ opacity: 0; } `, - ro = m.svg( + no = m.svg( { width: 40, height: 40 }, v` path { - fill: ${(e) => sn(e, "theme.loaderColor", "#113053")}; + fill: ${(e) => Cn(e, "theme.loaderColor", "#113053")}; } #section1 { - animation: ${Wr} 3000ms linear infinite normal forwards; + animation: ${$r} 3000ms linear infinite normal forwards; } #section2 { - animation: ${jr} 3000ms linear infinite normal forwards; + animation: ${Wr} 3000ms linear infinite normal forwards; } #section3 { - animation: ${qr} 3000ms linear infinite normal forwards; + animation: ${jr} 3000ms linear infinite normal forwards; } #section4 { - animation: ${Yr} 3000ms linear infinite normal forwards; + animation: ${qr} 3000ms linear infinite normal forwards; } #section5 { - animation: ${Kr} 3000ms linear infinite normal forwards; + animation: ${Yr} 3000ms linear infinite normal forwards; } #section6 { - animation: ${Xr} 3000ms linear infinite normal forwards; + animation: ${Kr} 3000ms linear infinite normal forwards; } #section7 { - animation: ${Qr} 3000ms linear infinite normal forwards; + animation: ${Xr} 3000ms linear infinite normal forwards; } #section8 { - animation: ${Jr} 3000ms linear infinite normal forwards; + animation: ${Qr} 3000ms linear infinite normal forwards; } #section9 { - animation: ${eo} 3000ms linear infinite normal forwards; + animation: ${Jr} 3000ms linear infinite normal forwards; } #section10 { - animation: ${to} 3000ms linear infinite normal forwards; + animation: ${eo} 3000ms linear infinite normal forwards; } #section11 { - animation: ${no} 3000ms linear infinite normal forwards; + animation: ${to} 3000ms linear infinite normal forwards; } `, ), - oo = (e) => + ro = (e) => t.createElement( - ro, + no, { viewBox: "0 0 280 280", shapeRendering: "geometricPrecision", @@ -6040,7 +6039,7 @@ const Pr = m.div(() => ({ ), ), ), - ao = m.button( + oo = m.button( ({ theme: e, fullWidth: t, @@ -6066,7 +6065,7 @@ const Pr = m.div(() => ({ o && ((a && "" !== a.trim()) || i) && (u = { - [`@media (max-width: ${sn(H, "md", 0)}px)`]: { + [`@media (max-width: ${Cn(H, "md", 0)}px)`]: { padding: "0 14px", "& .button-label": { display: "none" }, }, @@ -6097,12 +6096,12 @@ const Pr = m.div(() => ({ margin: 0, padding: m, transition: "all 0.2s linear", - background: sn(e, `buttons.${n}.enabled.background`, "#fff"), - borderColor: sn(e, `buttons.${n}.enabled.border`, "#000"), + background: Cn(e, `buttons.${n}.enabled.background`, "#fff"), + borderColor: Cn(e, `buttons.${n}.enabled.border`, "#000"), borderWidth: 1, borderStyle: "solid", - color: sn(e, `buttons.${n}.enabled.text`, "#000"), - boxShadow: sn(e, `buttons.${n}.enabled.shadow`, "none"), + color: Cn(e, `buttons.${n}.enabled.text`, "#000"), + boxShadow: Cn(e, `buttons.${n}.enabled.shadow`, "none"), "& .button-label": { whiteSpace: t ? "normal" : "nowrap", ...d }, "& .buttonIcon": { display: "flex", @@ -6113,43 +6112,43 @@ const Pr = m.div(() => ({ justifyContent: "center", alignItems: "center", "& > svg": { - fill: sn(e, `buttons.${n}.enabled.text`, "#000"), - color: sn(e, `buttons.${n}.enabled.text`, "#000"), + fill: Cn(e, `buttons.${n}.enabled.text`, "#000"), + color: Cn(e, `buttons.${n}.enabled.text`, "#000"), width: 16, height: 16, }, }, "&:disabled": { cursor: "not-allowed", - background: sn(e, `buttons.${n}.disabled.background`, "#fff"), - borderColor: sn(e, `buttons.${n}.disabled.border`, "#000"), + background: Cn(e, `buttons.${n}.disabled.background`, "#fff"), + borderColor: Cn(e, `buttons.${n}.disabled.border`, "#000"), borderWeight: 1, borderStyle: "solid", - color: sn(e, `buttons.${n}.disabled.text`, "#000"), - boxShadow: sn(e, `buttons.${n}.disabled.shadow`, "none"), + color: Cn(e, `buttons.${n}.disabled.text`, "#000"), + boxShadow: Cn(e, `buttons.${n}.disabled.shadow`, "none"), "& .buttonIcon > svg": { - fill: sn(e, `buttons.${n}.disabled.text`, "#000"), - color: sn(e, `buttons.${n}.disabled.text`, "#000"), + fill: Cn(e, `buttons.${n}.disabled.text`, "#000"), + color: Cn(e, `buttons.${n}.disabled.text`, "#000"), }, }, "&:hover:not(:disabled),&.hover:not(:disabled)": { - background: sn(e, `buttons.${n}.hover.background`, "#fff"), - borderColor: sn(e, `buttons.${n}.hover.border`, "#000"), - color: sn(e, `buttons.${n}.hover.text`, "#000"), - boxShadow: sn(e, `buttons.${n}.hover.shadow`, "none"), + background: Cn(e, `buttons.${n}.hover.background`, "#fff"), + borderColor: Cn(e, `buttons.${n}.hover.border`, "#000"), + color: Cn(e, `buttons.${n}.hover.text`, "#000"), + boxShadow: Cn(e, `buttons.${n}.hover.shadow`, "none"), "& .buttonIcon > svg": { - fill: sn(e, `buttons.${n}.hover.text`, "#000"), - color: sn(e, `buttons.${n}.hover.text`, "#000"), + fill: Cn(e, `buttons.${n}.hover.text`, "#000"), + color: Cn(e, `buttons.${n}.hover.text`, "#000"), }, }, "&:active:not(:disabled),&.active:not(:disabled)": { - background: sn(e, `buttons.${n}.pressed.background`, "#fff"), - borderColor: sn(e, `buttons.${n}.pressed.border`, "#000"), - color: sn(e, `buttons.${n}.pressed.text`, "#000"), - boxShadow: sn(e, `buttons.${n}.pressed.shadow`, "none"), + background: Cn(e, `buttons.${n}.pressed.background`, "#fff"), + borderColor: Cn(e, `buttons.${n}.pressed.border`, "#000"), + color: Cn(e, `buttons.${n}.pressed.text`, "#000"), + boxShadow: Cn(e, `buttons.${n}.pressed.shadow`, "none"), "& .buttonIcon > svg": { - fill: sn(e, `buttons.${n}.pressed.text`, "#000"), - color: sn(e, `buttons.${n}.pressed.text`, "#000"), + fill: Cn(e, `buttons.${n}.pressed.text`, "#000"), + color: Cn(e, `buttons.${n}.pressed.text`, "#000"), }, }, ...u, @@ -6158,7 +6157,7 @@ const Pr = m.div(() => ({ ); }, ), - lo = ({ + ao = ({ label: e, variant: n = "secondary", icon: r, @@ -6182,9 +6181,9 @@ const Pr = m.div(() => ({ r && (v = t.createElement("span", { className: "buttonIcon" }, r)), l && (E = t.createElement("span", { className: "buttonIcon" }, l)), g - ? t.createElement(oo, null) + ? t.createElement(ro, null) : t.createElement( - ao, + oo, { onClick: i, disabled: C || !1, @@ -6219,7 +6218,7 @@ const Pr = m.div(() => ({ ) ); }, - io = (t) => + lo = (t) => e.createElement( "svg", { @@ -6236,7 +6235,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - Co = (t) => + io = (t) => e.createElement( "svg", { @@ -6253,7 +6252,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - so = (t) => + Co = (t) => e.createElement( "svg", { @@ -6270,7 +6269,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - co = (t) => + so = (t) => e.createElement( "svg", { @@ -6287,7 +6286,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - uo = (t) => + co = (t) => e.createElement( "svg", { @@ -6304,7 +6303,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - mo = (t) => + uo = (t) => e.createElement( "svg", { @@ -6333,7 +6332,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - po = m.div((e) => { + mo = m.div((e) => { let t = { boxSizing: "border-box" }; if (e.container) t = { @@ -6347,34 +6346,34 @@ const Pr = m.div(() => ({ else if (e.item) { const n = Object.keys(H); n.forEach((r, o) => { - const a = sn(e, r, !1); + const a = Cn(e, r, !1); if (!!a) { let l = {}; if ( ("number" == typeof a && - (l = { flexBasis: T(sn(e, r, 12)), width: T(sn(e, r, 12)) }), + (l = { flexBasis: T(Cn(e, r, 12)), width: T(Cn(e, r, 12)) }), "hidden" === a) ) { let e = ""; - n[o + 1] && (e = `and (max-width: ${sn(H, n[o + 1], 0)}px)`), + n[o + 1] && (e = `and (max-width: ${Cn(H, n[o + 1], 0)}px)`), (t = { ...t, - [`@media (min-width: ${sn(H, r, 0)}px) ${e}`]: { + [`@media (min-width: ${Cn(H, r, 0)}px) ${e}`]: { display: "none", }, }); } t = { ...t, - [`@media (min-width: ${sn(H, r, 0)}px)`]: { flexGrow: "1", ...l }, + [`@media (min-width: ${Cn(H, r, 0)}px)`]: { flexGrow: "1", ...l }, }; } }); } return { ...t, ...V(e.sx, e.theme) }; }), - go = (e) => t.createElement(po, { ...e }, e.children), - ho = f` + po = (e) => t.createElement(mo, { ...e }, e.children), + go = f` from { opacity: 0; } @@ -6382,21 +6381,21 @@ const Pr = m.div(() => ({ opacity: 1; } `, - fo = m.span( + ho = m.span( { display: "inline-flex", position: "relative" }, v` &:hover { & .tooltipElement { display: block; - animation: ${ho} 1s; + animation: ${go} 1s; } } `, ), - vo = m.div(({ theme: e, placement: t }) => { + fo = m.div(({ theme: e, placement: t }) => { const n = "6px", - r = sn(e, "tooltip.background", "#737373"), - o = sn(e, "tooltip.color", "#FFFFFF"); + r = Cn(e, "tooltip.background", "#737373"), + o = Cn(e, "tooltip.color", "#FFFFFF"); let a = {}; const l = { content: "' '", @@ -6461,9 +6460,9 @@ const Pr = m.div(() => ({ ...a, }; }), - Eo = m.div(({ theme: e, placement: t }) => { + vo = m.div(({ theme: e, placement: t }) => { const n = "6px", - r = sn(e, "tooltip.background", "#737373"); + r = Cn(e, "tooltip.background", "#737373"); let o = {}; const a = { content: "' '", @@ -6514,10 +6513,10 @@ const Pr = m.div(() => ({ } return { position: "fixed", color: r, zIndex: 10001, ...o }; }), - wo = m.div(({ theme: e }) => ({ - border: `1px solid ${sn(e, "borderColor", "#E2E2E2")}`, + Eo = m.div(({ theme: e }) => ({ + border: `1px solid ${Cn(e, "borderColor", "#E2E2E2")}`, borderRadius: 2, - backgroundColor: sn(e, "boxBackground", "#FBFAFA"), + backgroundColor: Cn(e, "boxBackground", "#FBFAFA"), paddingLeft: 10, paddingTop: 5, paddingBottom: 5, @@ -6536,7 +6535,7 @@ const Pr = m.div(() => ({ color: "black", }, })), - Lo = ({ children: e, content: n, placement: l }) => { + wo = ({ children: e, content: n, placement: l }) => { const [C, s] = o(null), [c, d] = o(!1), [u, m] = o(!1), @@ -6562,7 +6561,7 @@ const Pr = m.div(() => ({ a, null, t.createElement( - fo, + ho, { ref: g, onPointerEnter: (e) => { @@ -6629,16 +6628,16 @@ const Pr = m.div(() => ({ } } return t.createElement( - Eo, + vo, { placement: o, style: r, onClick: p }, - t.createElement(so, { + t.createElement(Co, { style: { width: 12, height: 12 }, }), ); }, { placement: l, - content: t.createElement(so, null), + content: t.createElement(Co, null), anchorEl: C, }, ), @@ -6694,7 +6693,7 @@ const Pr = m.div(() => ({ } } return t.createElement( - vo, + fo, { placement: a, style: o, onClick: p }, n, ); @@ -6702,13 +6701,13 @@ const Pr = m.div(() => ({ { placement: l, content: t.createElement( - wo, + Eo, { className: "helpbox-container", ref: g }, t.createElement( - go, + po, { container: !0 }, t.createElement( - go, + po, { item: !0, xs: 12, className: "helpText" }, n, ), @@ -6724,7 +6723,7 @@ const Pr = m.div(() => ({ : t.createElement(a, null, e) ); }, - bo = m.label(({ theme: e, inputSizeMode: t, orientation: n, sx: r }) => { + Lo = m.label(({ theme: e, inputSizeMode: t, orientation: n, sx: r }) => { let o = "initial"; if ("horizontal" === n && t) switch (t) { @@ -6735,7 +6734,7 @@ const Pr = m.div(() => ({ o = "38px"; } return { - color: sn(e, "commonInput.labelColor", un.fontColor), + color: Cn(e, "commonInput.labelColor", dn.fontColor), textAlign: "left", alignItems: "flex-start", display: "flex", @@ -6751,7 +6750,7 @@ const Pr = m.div(() => ({ ...V(r, e), }; }), - Mo = ({ + bo = ({ children: e, sx: n, noMinWidth: r, @@ -6763,15 +6762,15 @@ const Pr = m.div(() => ({ ...s }) => t.createElement( - bo, + Lo, { sx: n, htmlFor: o, inputSizeMode: C, orientation: i, ...s }, t.createElement( "span", { className: "Base_Normal " + (r ? "noMinWidthLabel" : "") }, - a ? t.createElement(Lo, { placement: l, content: a }, e) : e, + a ? t.createElement(wo, { placement: l, content: a }, e) : e, ), ), - Ho = m.input( + Mo = m.input( ({ theme: e, startIcon: t, @@ -6827,7 +6826,7 @@ const Pr = m.div(() => ({ borderColor: e.colors["Color/Neutral/Border/colorBorderSubtle"], backgroundColor: e.colors["Color/Neutral/Bg/colorBgShell"], "&:placeholder": { - color: sn(e, "inputBox.disabledPlaceholder", "#E6EBEB"), + color: Cn(e, "inputBox.disabledPlaceholder", "#E6EBEB"), }, }, "&::-webkit-outer-spin-button, &::-webkit-inner-spin-button": { @@ -6849,7 +6848,7 @@ const Pr = m.div(() => ({ ); }, ), - yo = m.div(({ theme: e, sizeMode: t, sx: n }) => ({ + Ho = m.div(({ theme: e, sizeMode: t, sx: n }) => ({ display: "flex", flexGrow: 1, width: "100%", @@ -6908,12 +6907,12 @@ const Pr = m.div(() => ({ "& svg": { width: 16, height: 16, - color: sn(e, "inputBox.color", "#07193E"), + color: Cn(e, "inputBox.color", "#07193E"), }, }, ...V(n, e), })), - Ro = t.forwardRef( + yo = t.forwardRef( ( { id: e, @@ -6948,13 +6947,13 @@ const Pr = m.div(() => ({ V = a; "password" !== a || l || - ((S = T ? t.createElement(uo, null) : t.createElement(co, null)), + ((S = T ? t.createElement(co, null) : t.createElement(so, null)), (V = T ? "text" : "password")); const [_, A] = o(!1); return ( b || "error" !== g || _ || !p || ((p = ""), (g = "normal")), t.createElement( - yo, + Ho, { sx: (e) => ({ "& .accessoryIcon": { @@ -6982,7 +6981,7 @@ const Pr = m.div(() => ({ }, "" !== c && t.createElement( - Mo, + bo, { htmlFor: e, noMinWidth: i, @@ -6997,27 +6996,27 @@ const Pr = m.div(() => ({ d ? "*" : "", "" !== n && t.createElement( - Nn, + Tn, { className: "tooltipContainer" }, t.createElement( - Pn, + Dn, { tooltip: n, placement: "top" }, t.createElement( - Nn, + Tn, { className: n }, - t.createElement(so, null), + t.createElement(Co, null), ), ), ), ), t.createElement( - Nn, + Tn, { className: "textBoxContainer" }, t.createElement( - Nn, + Tn, { sx: { position: "relative" } }, - u && t.createElement(Nn, { className: "startOverlayIcon" }, u), - t.createElement(Ho, { + u && t.createElement(Tn, { className: "startOverlayIcon" }, u), + t.createElement(Mo, { id: e, fullWidth: !0, type: V, @@ -7038,20 +7037,20 @@ const Pr = m.div(() => ({ ...R, }), "error" === g && - t.createElement(io, { className: "accessoryIcon errorState" }), + t.createElement(lo, { className: "accessoryIcon errorState" }), "warning" === g && - t.createElement(mo, { + t.createElement(uo, { className: "accessoryIcon warningState", }), "success" === g && - t.createElement(Co, { + t.createElement(io, { className: "accessoryIcon successState", }), S && t.createElement( - Nn, + Tn, { className: "overlayAction" }, - t.createElement(lo, { + t.createElement(ao, { onClick: C ? (e) => { C(e); @@ -7062,11 +7061,11 @@ const Pr = m.div(() => ({ icon: S, }), ), - s && t.createElement(Nn, { className: "overlayAction" }, s), + s && t.createElement(Tn, { className: "overlayAction" }, s), ), void 0 !== p && t.createElement( - Nn, + Tn, { sx: (e) => ({ color: e.colors["Color/Neutral/Text/colorTextLabel"], @@ -7084,7 +7083,7 @@ const Pr = m.div(() => ({ ); }, ), - xo = m.div(({ theme: e, sx: t }) => ({ + Ro = m.div(({ theme: e, sx: t }) => ({ display: "flex", flexGrow: 1, width: "100%", @@ -7092,7 +7091,7 @@ const Pr = m.div(() => ({ position: "relative", ...V(t, e), })), - To = ({ + xo = ({ id: e, label: n = "", required: a, @@ -7140,7 +7139,7 @@ const Pr = m.div(() => ({ : null; }, [m, S]); return t.createElement( - xo, + Ro, { sx: u, className: `inputItem ${l}`, @@ -7149,7 +7148,7 @@ const Pr = m.div(() => ({ }, id: `${e}-Autocomplete`, }, - t.createElement(Ro, { + t.createElement(yo, { label: n, required: a, tooltip: s, @@ -7169,7 +7168,7 @@ const Pr = m.div(() => ({ orientation: L, state: b, readOnly: M, - overlayIcon: R ? t.createElement(Vn, null) : t.createElement(Sn, null), + overlayIcon: R ? t.createElement(Sn, null) : t.createElement(Nn, null), overlayAction: () => { g || x(!R); }, @@ -7188,7 +7187,7 @@ const Pr = m.div(() => ({ ref: y, }), R && - t.createElement($r, { + t.createElement(zr, { id: `${e}-options-Autocomplete`, options: k, selectedOption: d, @@ -7208,7 +7207,7 @@ const Pr = m.div(() => ({ }), ); }, - No = (t) => + To = (t) => e.createElement( "svg", { @@ -7225,7 +7224,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - So = m.button(({ theme: e, sx: t }) => ({ + No = m.button(({ theme: e, sx: t }) => ({ display: "flex", alignItems: "center", textDecoration: "none", @@ -7237,7 +7236,7 @@ const Pr = m.div(() => ({ border: 0, cursor: "pointer", "& .label": { - color: sn(e, "backLink.color", "#073052"), + color: Cn(e, "backLink.color", "#073052"), fontSize: 14, fontWeight: 600, lineHeight: 1, @@ -7245,7 +7244,7 @@ const Pr = m.div(() => ({ marginRight: 10, }, "&:hover .icon": { - background: sn(e, "backLink.hover", "#eaedee"), + background: Cn(e, "backLink.hover", "#eaedee"), borderRadius: "2px", }, "& .icon": { @@ -7259,19 +7258,19 @@ const Pr = m.div(() => ({ width: "17px", height: "11px", margin: "auto", - color: sn(e, "backLink.arrow", "#081C42"), + color: Cn(e, "backLink.arrow", "#081C42"), }, }, ...V(t, e), })), - Vo = ({ label: e, sx: n, ...r }) => + So = ({ label: e, sx: n, ...r }) => t.createElement( - So, + No, { sx: n, ...r }, - t.createElement("span", { className: "icon" }, t.createElement(No, null)), + t.createElement("span", { className: "icon" }, t.createElement(To, null)), t.createElement("span", { className: "label" }, e), ), - _o = (t) => + Vo = (t) => e.createElement( "svg", { @@ -7288,7 +7287,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - Ao = (t) => + _o = (t) => e.createElement( "svg", { @@ -7305,7 +7304,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - ko = (t) => + Ao = (t) => e.createElement( "svg", { @@ -7322,7 +7321,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - Io = m.span( + ko = m.span( ({ theme: e, color: t, @@ -7332,25 +7331,25 @@ const Pr = m.div(() => ({ isNumber: a, sx: l, }) => { - let i = sn( + let i = Cn( e, "bold" === r ? `badge.${t}.subtleLabel` : `badge.${t}.boldLabel`, b["Color/Brand/Neutral/colorPrimaryText"].lightMode, ), - C = sn( + C = Cn( e, "bold" === r ? `badge.${t}.subtleBG` : `badge.${t}.boldBG`, b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, ), - s = sn( + s = Cn( e, "bold" === r ? `badge.${t}.subtleBG` : `badge.${t}.boldBG`, b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, ); ("dot" !== o && "minimal" !== r) || ((C = "transparent"), - (i = sn(e, `badge.${t}.minimalColor`)), - (s = "dot" === o ? "transparent" : sn(e, `badge.${t}.minimalColor`))); + (i = Cn(e, `badge.${t}.minimalColor`)), + (s = "dot" === o ? "transparent" : Cn(e, `badge.${t}.minimalColor`))); let c = "small" === n ? "0 6px" : `${y.sizeXXS}px ${y.sizeXS}px`; return ( "small" === n && a && (c = "0"), @@ -7398,7 +7397,7 @@ const Pr = m.div(() => ({ ); }, ), - Zo = ({ + Io = ({ children: e, color: r = "none", sx: o, @@ -7416,19 +7415,19 @@ const Pr = m.div(() => ({ if ("boolean" == typeof c) switch (r) { case "none": - e = t.createElement(_o, null); + e = t.createElement(Vo, null); break; case "info": - e = t.createElement(ko, null); + e = t.createElement(Ao, null); break; case "success": - e = t.createElement(Co, null); + e = t.createElement(io, null); break; case "warning": - e = t.createElement(io, null); + e = t.createElement(lo, null); break; case "danger": - e = t.createElement(Ao, null); + e = t.createElement(_o, null); break; default: e = null; @@ -7438,7 +7437,7 @@ const Pr = m.div(() => ({ return e; }, [c, r]); return t.createElement( - Io, + ko, { id: l, color: r, @@ -7453,7 +7452,7 @@ const Pr = m.div(() => ({ t.createElement("span", null, i, e), ); }, - Bo = m.div(({ theme: e, sx: t }) => ({ + Zo = m.div(({ theme: e, sx: t }) => ({ display: "flex", alignItems: "center", justifyContent: "center", @@ -7464,13 +7463,13 @@ const Pr = m.div(() => ({ minHeight: 60, minWidth: 60, borderRadius: 12, - backgroundColor: sn( + backgroundColor: Cn( e, "boxedIcon.bgColor", b["Color/Neutral/Bg/colorBgSections"].lightMode, ), "& svg": { - color: sn( + color: Cn( e, "boxedIcon.iconColor", b["Color/Neutral/Icon/colorIcon"].lightMode, @@ -7482,8 +7481,8 @@ const Pr = m.div(() => ({ }, ...V(t, e), })), - Oo = ({ sx: e, children: n }) => t.createElement(Bo, { sx: e }, n), - Do = (e, t, n, r) => { + Bo = ({ sx: e, children: n }) => t.createElement(Zo, { sx: e }, n), + Oo = (e, t, n, r) => { let o = "4px 10px"; return ( t && (o = n && !r ? "6px" : "4px 12px"), @@ -7496,39 +7495,39 @@ const Pr = m.div(() => ({ borderRadius: 4, cursor: "pointer", width: "100%", - color: sn(e, "dropdownOptions.optionLabel", un.colorTextLabel), - backgroundColor: sn(e, "dropdownOptions.optionBG", "transparent"), + color: Cn(e, "dropdownOptions.optionLabel", dn.colorTextLabel), + backgroundColor: Cn(e, "dropdownOptions.optionBG", "transparent"), padding: o, fontWeight: 400, height: 28, boxShadow: "none", textDecoration: "none", "&:hover:not(:disabled)": { - backgroundColor: sn( + backgroundColor: Cn( e, "dropdownOptions.hoverOptionBG", - un.colorBgHover, + dn.colorBgHover, ), - color: sn(e, "dropdownOptions.optionLabel", un.colorTextLabel), + color: Cn(e, "dropdownOptions.optionLabel", dn.colorTextLabel), }, "&:active:not(:disabled)": { - backgroundColor: sn( + backgroundColor: Cn( e, "dropdownOptions.activeOptionBG", - un.colorBgHover, + dn.colorBgHover, ), }, "&:disabled": { - color: sn(e, "dropdownOptions.disabledLabel", un.disabledGreyText), + color: Cn(e, "dropdownOptions.disabledLabel", dn.disabledGreyText), cursor: "not-allowed", }, "&.danger": { - color: sn(e, "dropdownOptions.dangerLabel", un.errorColorPrimaryText), + color: Cn(e, "dropdownOptions.dangerLabel", dn.errorColorPrimaryText), "&:hover:not(:disabled)": { - color: sn( + color: Cn( e, "dropdownOptions.dangerLabel", - un.errorColorPrimaryText, + dn.errorColorPrimaryText, ), }, }, @@ -7546,18 +7545,18 @@ const Pr = m.div(() => ({ } ); }, - Po = m.div(({ theme: e, sx: t, forInputOptions: n }) => ({ + Do = m.div(({ theme: e, sx: t, forInputOptions: n }) => ({ position: "absolute", display: "grid", gridTemplateColumns: "100%", - backgroundColor: sn(e, "dropdownSelector.backgroundColor", un.white), + backgroundColor: Cn(e, "dropdownSelector.backgroundColor", dn.white), padding: 8, maxHeight: 450, minWidth: n ? "initial" : 180, overflowX: "hidden", overflowY: "auto", borderRadius: R.borderRadiusSM, - border: `1px solid ${sn(e, "dropdownSelector.border", un.disabledGrey)}`, + border: `1px solid ${Cn(e, "dropdownSelector.border", dn.disabledGrey)}`, boxShadow: "0px 2px 8px 0px rgba(156, 163, 175, 0.15), 0px 4px 12px 0px rgba(156, 163, 175, 0.25)", marginTop: n ? 0 : 10, @@ -7568,7 +7567,7 @@ const Pr = m.div(() => ({ flexDirection: "column", width: "100%", }, - "& button": Do(e), + "& button": Oo(e), "&::-webkit-scrollbar": { width: 5 }, "&::-webkit-scrollbar-thumb": { background: b["Color/Base/Shark/3"].lightMode, @@ -7580,7 +7579,7 @@ const Pr = m.div(() => ({ }, ...V(t, e), })), - Fo = (e, t) => { + Po = (e, t) => { if (!e) return { top: 0, left: 0, width: 0 }; const n = e.getBoundingClientRect(), r = { top: n.top + n.height }; @@ -7596,7 +7595,7 @@ const Pr = m.div(() => ({ } return r; }, - Uo = ({ + Fo = ({ hideTriggerAction: e, open: n, anchorEl: a = null, @@ -7608,11 +7607,11 @@ const Pr = m.div(() => ({ return ( _(e), r(() => { - c(n ? Fo(a, l) : null); + c(n ? Po(a, l) : null); }, [a, l, n]), r(() => { - const t = Dr((e) => { - e && e.getBoundingClientRect() && c(Fo(e, l)); + const t = Or((e) => { + e && e.getBoundingClientRect() && c(Po(e, l)); }, 300); window.addEventListener("resize", () => { e(); @@ -7628,16 +7627,16 @@ const Pr = m.div(() => ({ ), w( t.createElement( - Fr, + Pr, { onClick: e }, - t.createElement(Po, { sx: s, forInputOptions: i }, C), + t.createElement(Do, { sx: s, forInputOptions: i }, C), ), document.body, )) : null ); }, - Go = ({ + Uo = ({ id: e, icon: n, iconLocation: r, @@ -7659,12 +7658,12 @@ const Pr = m.div(() => ({ return ( m && (L = f - ? t.createElement(Vn, { style: { fill: "none" } }) - : t.createElement(Sn, { style: { fill: "none" } })), + ? t.createElement(Sn, { style: { fill: "none" } }) + : t.createElement(Nn, { style: { fill: "none" } })), t.createElement( a, null, - t.createElement(lo, { + t.createElement(ao, { id: e, icon: n, iconLocation: r, @@ -7682,7 +7681,7 @@ const Pr = m.div(() => ({ }), f && t.createElement( - Uo, + Fo, { open: f, hideTriggerAction: () => { @@ -7697,11 +7696,11 @@ const Pr = m.div(() => ({ ) ); }, - zo = m.button( + Go = m.button( ({ theme: e, inButtonGroup: t = !1, icon: n, parentChildren: r }) => - Do(e, t, n, r), + Oo(e, t, n, r), ), - $o = ({ + zo = ({ children: e, icon: n, sx: r, @@ -7711,7 +7710,7 @@ const Pr = m.div(() => ({ ...i }) => t.createElement( - zo, + Go, { id: a, sx: r, @@ -7725,14 +7724,14 @@ const Pr = m.div(() => ({ n && t.createElement("span", { className: "menu-icon" }, n), t.createElement("span", { className: "menu-option" }, e), ), - Wo = m.button(({ theme: e }) => ({ + $o = m.button(({ theme: e }) => ({ cursor: "pointer", display: "inline-flex", boxSizing: "border-box", border: 0, backgroundColor: "transparent", padding: "2px 4px", - color: sn( + color: Cn( e, "breadcrumbs.elementsColor", b["Color/Neutral/Text/colorTextDescription"].lightMode, @@ -7753,7 +7752,7 @@ const Pr = m.div(() => ({ height: 16, minWidth: 16, minHeight: 16, - color: sn( + color: Cn( e, "breadcrumbs.elementsColor", b["Color/Neutral/Text/colorTextHeading"].lightMode, @@ -7761,13 +7760,13 @@ const Pr = m.div(() => ({ }, "&.current": { cursor: "default", - color: sn( + color: Cn( e, "breadcrumbs.selectedColor", b["Color/Neutral/Text/colorTextDescription"].lightMode, ), "& .button-icon svg": { - color: sn( + color: Cn( e, "breadcrumbs.selectedColor", b["Color/Neutral/Text/colorTextDescription"].lightMode, @@ -7775,19 +7774,19 @@ const Pr = m.div(() => ({ }, }, "&:not(.current):hover": { - backgroundColor: sn( + backgroundColor: Cn( e, "breadcrumbs.hoverBG", b["Color/Brand/Control/colorBgHover"].lightMode, ), - color: sn( + color: Cn( e, "breadcrumbs.hoverColor", b["Color/Neutral/Text/colorTextLabel"].lightMode, ), textDecoration: "underline", "& .button-icon svg": { - color: sn( + color: Cn( e, "breadcrumbs.hoverColor", b["Color/Neutral/Text/colorTextLabel"].lightMode, @@ -7795,7 +7794,7 @@ const Pr = m.div(() => ({ }, }, })), - jo = ({ + Wo = ({ label: e, icon: n, iconLocation: r = "start", @@ -7814,7 +7813,7 @@ const Pr = m.div(() => ({ n && (m = t.createElement("span", { className: "buttonIcon" }, n)), d && (p = t.createElement( - Go, + Uo, { id: `expand-breadcrumb-${e}`, className: "breadcrumbElement", @@ -7831,25 +7830,25 @@ const Pr = m.div(() => ({ gap: 4, transitionDuration: "0s", "& .button-label": { display: "none", marginLeft: 0 }, - color: sn( + color: Cn( e, "breadcrumbs.elementsColor", b["Color/Neutral/Text/colorTextDescription"].lightMode, ), "&:hover": { - backgroundColor: sn( + backgroundColor: Cn( e, "breadcrumbs.hoverBG", b["Color/Brand/Control/colorBgHover"].lightMode, ), - color: sn( + color: Cn( e, "breadcrumbs.hoverColor", b["Color/Neutral/Text/colorTextLabel"].lightMode, ), textDecoration: "underline", "& .button-icon svg": { - color: sn( + color: Cn( e, "breadcrumbs.hoverColor", b["Color/Neutral/Text/colorTextLabel"].lightMode, @@ -7857,7 +7856,7 @@ const Pr = m.div(() => ({ }, }, "& .buttonIcon > svg": { - color: sn( + color: Cn( e, "breadcrumbs.elementsColor", b["Color/Neutral/Text/colorTextDescription"].lightMode, @@ -7870,7 +7869,7 @@ const Pr = m.div(() => ({ }, d.map((e, n) => t.createElement( - $o, + zo, { key: `expand-opt-${e.label}-${n}`, id: `expandOption-${e.label}`, @@ -7889,7 +7888,7 @@ const Pr = m.div(() => ({ a, null, t.createElement( - Wo, + $o, { onClick: o, disabled: i || !1, @@ -7925,7 +7924,7 @@ const Pr = m.div(() => ({ ) ); }, - qo = (t) => + jo = (t) => e.createElement( "svg", { @@ -7942,7 +7941,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - Yo = (t) => + qo = (t) => e.createElement( "svg", { @@ -7959,7 +7958,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - Ko = m.div(({ theme: e, sx: t }) => ({ + Yo = m.div(({ theme: e, sx: t }) => ({ boxSizing: "border-box", flexBasis: "100%", width: "100%", @@ -7984,7 +7983,7 @@ const Pr = m.div(() => ({ justifyContent: "center", width: 12, minWidth: 12, - color: sn( + color: Cn( e, "elementsColor", b["Color/Neutral/Text/colorTextHeading"].lightMode, @@ -7997,13 +7996,13 @@ const Pr = m.div(() => ({ padding: "2px 4px", }, "& svg": { - color: sn( + color: Cn( e, "elementsColor", b["Color/Neutral/Text/colorTextHeading"].lightMode, ), "&:hover": { - color: sn( + color: Cn( e, "hoverColor", b["Color/Brand/Control/colorBgHover"].lightMode, @@ -8015,7 +8014,7 @@ const Pr = m.div(() => ({ "& .slashSpacingStyle": { margin: "0 5px" }, ...V(t, e), })), - Xo = ({ + Ko = ({ sx: e, goBackFunction: n, options: r, @@ -8029,15 +8028,15 @@ const Pr = m.div(() => ({ const d = (e) => { l && l(e.to), e.onClick && e.onClick(e.to); }, - u = () => t.createElement(Nn, { className: "divider" }, "/"); + u = () => t.createElement(Tn, { className: "divider" }, "/"); if (s && r.length > o - 1) { const e = r.slice(1, -1 * o); c = t.createElement( - Go, + Uo, { id: "breadcrumbs-expand", className: "breadcrumbElement", - icon: t.createElement(Yo, null), + icon: t.createElement(qo, null), variant: "secondary-ghost", sx: { height: 20, padding: "2px 4px", borderRadius: 2 }, dropArrow: !1, @@ -8045,7 +8044,7 @@ const Pr = m.div(() => ({ }, e.map((e, n) => t.createElement( - $o, + zo, { key: `expandOption-${e.label}-${n}`, id: `expandOption-${e.label}`, @@ -8058,26 +8057,26 @@ const Pr = m.div(() => ({ } const m = s ? r.slice(-1 * o) : r; return t.createElement( - Ko, + Yo, { className: "breadcrumbs-bar", sx: e }, n && - t.createElement(lo, { + t.createElement(ao, { id: "back-button", - icon: t.createElement(qo, null), + icon: t.createElement(jo, null), onClick: n, iconLocation: "start", compact: !0, sx: { width: 28, height: 28 }, }), t.createElement( - Nn, + Tn, { className: "breadcrumbsList" }, s ? t.createElement( a, null, t.createElement( - jo, + Wo, { id: `breadcrumb-option-${r[0].label}`, onClick: () => d(r[0]), @@ -8095,7 +8094,7 @@ const Pr = m.div(() => ({ a, { key: `expandOption-${e.label}-${n}` }, 0 !== n && t.createElement(u, null), - t.createElement(jo, { + t.createElement(Wo, { id: `breadcrumb-option-${e.label}`, onClick: () => d(e), onClickOption: l, @@ -8116,7 +8115,7 @@ const Pr = m.div(() => ({ a, { key: `expandOption-${e.label}-${n}` }, 0 !== n && t.createElement(u, null), - t.createElement(jo, { + t.createElement(Wo, { id: `breadcrumb-option-${e.label}`, onClick: () => { d(e); @@ -8135,18 +8134,18 @@ const Pr = m.div(() => ({ ), ); }, - Qo = m.div(({ theme: e, sx: t }) => ({ + Xo = m.div(({ theme: e, sx: t }) => ({ display: "inline-flex", flexDirection: "row", - border: `1px solid ${sn(e, "buttonGroup.border", b["Color/Neutral/Border/colorBorderMinimal"].lightMode)}`, - backgroundColor: sn(e, "buttonGroup.background", un.bgColorBgShell), + border: `1px solid ${Cn(e, "buttonGroup.border", b["Color/Neutral/Border/colorBorderMinimal"].lightMode)}`, + backgroundColor: Cn(e, "buttonGroup.background", dn.bgColorBgShell), borderRadius: 4, overflow: "hidden", width: "initial", height: 28, boxSizing: "border-box", "& > *:not(:last-child)": { - borderRight: `1px solid ${sn(e, "buttonGroup.border", b["Color/Neutral/Border/colorBorderMinimal"].lightMode)}`, + borderRight: `1px solid ${Cn(e, "buttonGroup.border", b["Color/Neutral/Border/colorBorderMinimal"].lightMode)}`, }, "& button": { display: "flex", @@ -8162,7 +8161,7 @@ const Pr = m.div(() => ({ letterSpacing: "0.16px", fontFamily: "'Geist', sans-serif", boxSizing: "border-box", - color: sn( + color: Cn( e, "buttonGroup.labelColor", b["Color/Neutral/Text/colorTextSecondary"].lightMode, @@ -8176,7 +8175,7 @@ const Pr = m.div(() => ({ height: 16, minWidth: 16, minHeight: 16, - color: sn( + color: Cn( e, "buttonGroup.labelColor", b["Color/Neutral/Text/colorTextSecondary"].lightMode, @@ -8184,13 +8183,13 @@ const Pr = m.div(() => ({ }, }, "&.button-secondary": { - color: sn( + color: Cn( e, "buttonGroup.secondaryLabelColor", b["Color/Brand/Error/colorPrimary"].lightMode, ), "& .buttonIcon > svg": { - color: sn( + color: Cn( e, "buttonGroup.secondaryLabelColor", b["Color/Brand/Error/colorPrimary"].lightMode, @@ -8200,18 +8199,18 @@ const Pr = m.div(() => ({ "& .button-label, & .menu-option": { whiteSpace: "nowrap" }, "&:disabled": { cursor: "not-allowed", - color: sn( + color: Cn( e, "buttonGroup.disabledLabelColor", b["Color/Neutral/Text/colorTextDisabled"].lightMode, ), - backgroundColor: sn( + backgroundColor: Cn( e, "buttonGroup.disabledBackground", b["Color/Neutral/Bg/colorBgDisabled"].lightMode, ), "& .buttonIcon > svg": { - color: sn( + color: Cn( e, "buttonGroup.disabledLabelColor", b["Color/Neutral/Text/colorTextDisabled"].lightMode, @@ -8219,37 +8218,37 @@ const Pr = m.div(() => ({ }, }, "&:hover:not(:disabled)": { - background: sn( + background: Cn( e, "buttonGroup.hoverBackground", b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, ), - color: sn( + color: Cn( e, "buttonGroup.hoverLabelColor", b["Color/Neutral/Text/colorTextSecondary"].lightMode, ), - borderColor: sn( + borderColor: Cn( e, "buttonGroup.border", b["Color/Neutral/Border/colorBorderMinimal"].lightMode, ), boxShadow: "none", "& .buttonIcon > svg": { - color: sn( + color: Cn( e, "buttonGroup.hoverLabelColor", b["Color/Neutral/Text/colorTextSecondary"].lightMode, ), }, "&.button-secondary": { - color: sn( + color: Cn( e, "buttonGroup.secondaryLabelColor", b["Color/Brand/Error/colorPrimary"].lightMode, ), "& .buttonIcon > svg": { - color: sn( + color: Cn( e, "buttonGroup.secondaryLabelColor", b["Color/Brand/Error/colorPrimary"].lightMode, @@ -8258,24 +8257,24 @@ const Pr = m.div(() => ({ }, }, "&:active": { - backgroundColor: sn( + backgroundColor: Cn( e, "buttonGroup.activeBackground", b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, ), - color: sn( + color: Cn( e, "buttonGroup.activeLabelColor", b["Color/Neutral/Text/colorTextSecondary"].lightMode, ), - borderColor: sn( + borderColor: Cn( e, "buttonGroup.border", b["Color/Neutral/Border/colorBorderMinimal"].lightMode, ), boxShadow: "none", "& .buttonIcon > svg": { - color: sn( + color: Cn( e, "buttonGroup.activeLabelColor", b["Color/Neutral/Text/colorTextSecondary"].lightMode, @@ -8283,36 +8282,36 @@ const Pr = m.div(() => ({ }, }, "&.selected:not(:disabled)": { - backgroundColor: sn( + backgroundColor: Cn( e, "buttonGroup.selectedBackground", b["Color/Brand/Control/colorBgActive"].lightMode, ), - color: sn( + color: Cn( e, "buttonGroup.selectedLabelColor", b["Color/Brand/Info/colorPrimaryActive"].lightMode, ), "& .buttonIcon > svg": { - color: sn( + color: Cn( e, "buttonGroup.selectedLabelColor", b["Color/Brand/Info/colorPrimaryActive"].lightMode, ), }, "&:hover": { - backgroundColor: sn( + backgroundColor: Cn( e, "buttonGroup.selectedBackground", b["Color/Brand/Control/colorBgActive"].lightMode, ), - color: sn( + color: Cn( e, "buttonGroup.selectedLabelColor", b["Color/Brand/Info/colorPrimaryActive"].lightMode, ), "& .buttonIcon > svg": { - color: sn( + color: Cn( e, "buttonGroup.selectedLabelColor", b["Color/Brand/Info/colorPrimaryActive"].lightMode, @@ -8323,15 +8322,15 @@ const Pr = m.div(() => ({ }, ...V(t, e), })), - Jo = ({ sx: e, children: n, isLoading: r, ...o }) => + Qo = ({ sx: e, children: n, isLoading: r, ...o }) => r - ? t.createElement(oo, null) + ? t.createElement(ro, null) : t.createElement( - Qo, + Xo, { ...o, sx: e }, t.Children.map(n, (e) => (s(e) ? l(e, { inButtonGroup: !0 }) : e)), ), - ea = m.div(({ sx: e, theme: t }) => ({ + Jo = m.div(({ sx: e, theme: t }) => ({ position: "relative", display: "flex", flexWrap: "wrap", @@ -8346,9 +8345,9 @@ const Pr = m.div(() => ({ }, ...V(e, t), })), - ta = ({ children: e, sx: n, className: r }) => - t.createElement(ea, { sx: n, className: r }, e), - na = (t) => + ea = ({ children: e, sx: n, className: r }) => + t.createElement(Jo, { sx: n, className: r }, e), + ta = (t) => e.createElement( "svg", { @@ -8365,7 +8364,7 @@ const Pr = m.div(() => ({ fill: "currentColor", }), ), - ra = m.label(({ sx: e, theme: t }) => ({ + na = m.label(({ sx: e, theme: t }) => ({ position: "relative", "& input": { display: "none" }, "& .checkbox": { @@ -8374,15 +8373,15 @@ const Pr = m.div(() => ({ width: 16, height: 16, borderRadius: 4, - border: `1px solid ${sn(t, "checkbox.checkBoxBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode)}`, - backgroundColor: sn( + border: `1px solid ${Cn(t, "checkbox.checkBoxBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode)}`, + backgroundColor: Cn( t, "checkbox.checkBoxBackground", b["Color/Neutral/Bg/colorBgFields"].lightMode, ), boxSizing: "border-box", "&:hover:not(:disabled)": { - borderColor: sn( + borderColor: Cn( t, "checkbox.checkBoxHoverBorder", b["Color/Neutral/Border/colorBorderBold"].lightMode, @@ -8391,12 +8390,12 @@ const Pr = m.div(() => ({ "& .icon-overlay": { display: "none" }, }, "input:checked ~ .checkbox": { - borderColor: sn( + borderColor: Cn( t, "checkbox.checkBoxActiveBorder", b["Color/Brand/Primary/colorPrimary"].lightMode, ), - backgroundColor: sn( + backgroundColor: Cn( t, "checkbox.checkBoxActiveColor", b["Color/Brand/Primary/colorPrimary"].lightMode, @@ -8415,12 +8414,12 @@ const Pr = m.div(() => ({ }, "& .icon-overlay": { display: "block" }, "&:hover": { - borderColor: sn( + borderColor: Cn( t, "checkbox.checkBoxActiveHoverBorder", b["Color/Brand/Primary/colorPrimaryHover"].lightMode, ), - backgroundColor: sn( + backgroundColor: Cn( t, "checkbox.checkBoxActiveHoverBackground", b["Color/Brand/Primary/colorPrimaryHover"].lightMode, @@ -8429,19 +8428,19 @@ const Pr = m.div(() => ({ }, "input:disabled": { "& ~ .checkbox": { - border: `1px solid ${sn(t, "checkbox.disabledBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode)}`, - backgroundColor: sn( + border: `1px solid ${Cn(t, "checkbox.disabledBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode)}`, + backgroundColor: Cn( t, "checkbox.disabledBackground", b["Color/Neutral/Bg/colorBgDisabled"].lightMode, ), "&:hover": { - borderColor: sn( + borderColor: Cn( t, "checkbox.disabledBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode, ), - backgroundColor: sn( + backgroundColor: Cn( t, "checkbox.disabledBackground", b["Color/Neutral/Bg/colorBgDisabled"].lightMode, @@ -8450,7 +8449,7 @@ const Pr = m.div(() => ({ }, }, "& .icon-overlay": { - color: sn( + color: Cn( t, "checkbox.checkBoxActiveCheckboxColor", b["Color/Neutral/Text/colorTextLightSolid"].lightMode, @@ -8459,7 +8458,7 @@ const Pr = m.div(() => ({ width: 14, height: 14, "&.disabled": { - color: sn( + color: Cn( t, "checkbox.disabledColor", b["Color/Neutral/Text/colorTextDisabled"].lightMode, @@ -8468,7 +8467,7 @@ const Pr = m.div(() => ({ }, ...V(e, t), })), - oa = ({ + ra = ({ tooltip: e, label: n, id: r, @@ -8482,7 +8481,7 @@ const Pr = m.div(() => ({ ...d }) => t.createElement( - ta, + ea, { className: `inputItem ${l || ""}`, sx: { @@ -8494,7 +8493,7 @@ const Pr = m.div(() => ({ }, }, t.createElement( - ra, + na, { sx: a, onClick: (e) => e.stopPropagation() }, t.createElement("input", { type: "checkbox", @@ -8506,14 +8505,14 @@ const Pr = m.div(() => ({ t.createElement( "span", { className: "checkbox" }, - t.createElement(na, { + t.createElement(ta, { className: (c ? "disabled" : "") + " icon-overlay", }), ), ), "" !== n && t.createElement( - Mo, + bo, { htmlFor: r, noMinWidth: !0, @@ -8529,16 +8528,16 @@ const Pr = m.div(() => ({ "div", { className: "tooltipContainer" }, t.createElement( - Pn, + Dn, { tooltip: e, placement: "top" }, - t.createElement(so, null), + t.createElement(Co, null), ), ), ), ); -function aa() { +function oa() { return ( - (aa = Object.assign + (oa = Object.assign ? Object.assign.bind() : function (e) { for (var t = 1; t < arguments.length; t++) { @@ -8547,10 +8546,10 @@ function aa() { } return e; }), - aa.apply(null, arguments) + oa.apply(null, arguments) ); } -function la(e, t) { +function aa(e, t) { if (null == e) return {}; var n = {}; for (var r in e) @@ -8560,95 +8559,95 @@ function la(e, t) { } return n; } -class ia { +class la { constructor(e, t, n) { (this.property = e), (this.normal = t), n && (this.space = n); } } -function Ca(e, t) { +function ia(e, t) { const n = {}, r = {}; let o = -1; for (; ++o < e.length; ) Object.assign(n, e[o].property), Object.assign(r, e[o].normal); - return new ia(n, r, t); + return new la(n, r, t); } -function sa(e) { +function Ca(e) { return e.toLowerCase(); } -(ia.prototype.property = {}), - (ia.prototype.normal = {}), - (ia.prototype.space = null); -let ca = class { +(la.prototype.property = {}), + (la.prototype.normal = {}), + (la.prototype.space = null); +let sa = class { constructor(e, t) { (this.property = e), (this.attribute = t); } }; -(ca.prototype.space = null), - (ca.prototype.boolean = !1), - (ca.prototype.booleanish = !1), - (ca.prototype.overloadedBoolean = !1), - (ca.prototype.number = !1), - (ca.prototype.commaSeparated = !1), - (ca.prototype.spaceSeparated = !1), - (ca.prototype.commaOrSpaceSeparated = !1), - (ca.prototype.mustUseProperty = !1), - (ca.prototype.defined = !1); -let da = 0; -const ua = Ea(), - ma = Ea(), - pa = Ea(), - ga = Ea(), - ha = Ea(), - fa = Ea(), - va = Ea(); -function Ea() { - return 2 ** ++da; -} -var wa = Object.freeze({ +(sa.prototype.space = null), + (sa.prototype.boolean = !1), + (sa.prototype.booleanish = !1), + (sa.prototype.overloadedBoolean = !1), + (sa.prototype.number = !1), + (sa.prototype.commaSeparated = !1), + (sa.prototype.spaceSeparated = !1), + (sa.prototype.commaOrSpaceSeparated = !1), + (sa.prototype.mustUseProperty = !1), + (sa.prototype.defined = !1); +let ca = 0; +const da = va(), + ua = va(), + ma = va(), + pa = va(), + ga = va(), + ha = va(), + fa = va(); +function va() { + return 2 ** ++ca; +} +var Ea = Object.freeze({ __proto__: null, - boolean: ua, - booleanish: ma, - commaOrSpaceSeparated: va, - commaSeparated: fa, - number: ga, - overloadedBoolean: pa, - spaceSeparated: ha, + boolean: da, + booleanish: ua, + commaOrSpaceSeparated: fa, + commaSeparated: ha, + number: pa, + overloadedBoolean: ma, + spaceSeparated: ga, }); -const La = Object.keys(wa); -class ba extends ca { +const wa = Object.keys(Ea); +class La extends sa { constructor(e, t, n, r) { let o = -1; - if ((super(e, t), Ma(this, "space", r), "number" == typeof n)) - for (; ++o < La.length; ) { - const e = La[o]; - Ma(this, La[o], (n & wa[e]) === wa[e]); + if ((super(e, t), ba(this, "space", r), "number" == typeof n)) + for (; ++o < wa.length; ) { + const e = wa[o]; + ba(this, wa[o], (n & Ea[e]) === Ea[e]); } } } -function Ma(e, t, n) { +function ba(e, t, n) { n && (e[t] = n); } -ba.prototype.defined = !0; -const Ha = {}.hasOwnProperty; -function ya(e) { +La.prototype.defined = !0; +const Ma = {}.hasOwnProperty; +function Ha(e) { const t = {}, n = {}; let r; for (r in e.properties) - if (Ha.call(e.properties, r)) { + if (Ma.call(e.properties, r)) { const o = e.properties[r], - a = new ba(r, e.transform(e.attributes || {}, r), o, e.space); + a = new La(r, e.transform(e.attributes || {}, r), o, e.space); e.mustUseProperty && e.mustUseProperty.includes(r) && (a.mustUseProperty = !0), (t[r] = a), - (n[sa(r)] = r), - (n[sa(a.attribute)] = r); + (n[Ca(r)] = r), + (n[Ca(a.attribute)] = r); } - return new ia(t, n, e.space); + return new la(t, n, e.space); } -const Ra = ya({ +const ya = Ha({ space: "xlink", transform: (e, t) => "xlink:" + t.slice(5).toLowerCase(), properties: { @@ -8661,79 +8660,79 @@ const Ra = ya({ xLinkType: null, }, }), - xa = ya({ + Ra = Ha({ space: "xml", transform: (e, t) => "xml:" + t.slice(3).toLowerCase(), properties: { xmlLang: null, xmlBase: null, xmlSpace: null }, }); -function Ta(e, t) { +function xa(e, t) { return t in e ? e[t] : t; } -function Na(e, t) { - return Ta(e, t.toLowerCase()); +function Ta(e, t) { + return xa(e, t.toLowerCase()); } -const Sa = ya({ +const Na = Ha({ space: "xmlns", attributes: { xmlnsxlink: "xmlns:xlink" }, - transform: Na, + transform: Ta, properties: { xmlns: null, xmlnsXLink: null }, }), - Va = ya({ + Sa = Ha({ transform: (e, t) => "role" === t ? t : "aria-" + t.slice(4).toLowerCase(), properties: { ariaActiveDescendant: null, - ariaAtomic: ma, + ariaAtomic: ua, ariaAutoComplete: null, - ariaBusy: ma, - ariaChecked: ma, - ariaColCount: ga, - ariaColIndex: ga, - ariaColSpan: ga, - ariaControls: ha, + ariaBusy: ua, + ariaChecked: ua, + ariaColCount: pa, + ariaColIndex: pa, + ariaColSpan: pa, + ariaControls: ga, ariaCurrent: null, - ariaDescribedBy: ha, + ariaDescribedBy: ga, ariaDetails: null, - ariaDisabled: ma, - ariaDropEffect: ha, + ariaDisabled: ua, + ariaDropEffect: ga, ariaErrorMessage: null, - ariaExpanded: ma, - ariaFlowTo: ha, - ariaGrabbed: ma, + ariaExpanded: ua, + ariaFlowTo: ga, + ariaGrabbed: ua, ariaHasPopup: null, - ariaHidden: ma, + ariaHidden: ua, ariaInvalid: null, ariaKeyShortcuts: null, ariaLabel: null, - ariaLabelledBy: ha, - ariaLevel: ga, + ariaLabelledBy: ga, + ariaLevel: pa, ariaLive: null, - ariaModal: ma, - ariaMultiLine: ma, - ariaMultiSelectable: ma, + ariaModal: ua, + ariaMultiLine: ua, + ariaMultiSelectable: ua, ariaOrientation: null, - ariaOwns: ha, + ariaOwns: ga, ariaPlaceholder: null, - ariaPosInSet: ga, - ariaPressed: ma, - ariaReadOnly: ma, + ariaPosInSet: pa, + ariaPressed: ua, + ariaReadOnly: ua, ariaRelevant: null, - ariaRequired: ma, - ariaRoleDescription: ha, - ariaRowCount: ga, - ariaRowIndex: ga, - ariaRowSpan: ga, - ariaSelected: ma, - ariaSetSize: ga, + ariaRequired: ua, + ariaRoleDescription: ga, + ariaRowCount: pa, + ariaRowIndex: pa, + ariaRowSpan: pa, + ariaSelected: ua, + ariaSetSize: pa, ariaSort: null, - ariaValueMax: ga, - ariaValueMin: ga, - ariaValueNow: ga, + ariaValueMax: pa, + ariaValueMin: pa, + ariaValueNow: pa, ariaValueText: null, role: null, }, }), - _a = ya({ + Va = Ha({ space: "html", attributes: { acceptcharset: "accept-charset", @@ -8741,49 +8740,49 @@ const Sa = ya({ htmlfor: "for", httpequiv: "http-equiv", }, - transform: Na, + transform: Ta, mustUseProperty: ["checked", "multiple", "muted", "selected"], properties: { abbr: null, - accept: fa, - acceptCharset: ha, - accessKey: ha, + accept: ha, + acceptCharset: ga, + accessKey: ga, action: null, allow: null, - allowFullScreen: ua, - allowPaymentRequest: ua, - allowUserMedia: ua, + allowFullScreen: da, + allowPaymentRequest: da, + allowUserMedia: da, alt: null, as: null, - async: ua, + async: da, autoCapitalize: null, - autoComplete: ha, - autoFocus: ua, - autoPlay: ua, - blocking: ha, + autoComplete: ga, + autoFocus: da, + autoPlay: da, + blocking: ga, capture: null, charSet: null, - checked: ua, + checked: da, cite: null, - className: ha, - cols: ga, + className: ga, + cols: pa, colSpan: null, content: null, - contentEditable: ma, - controls: ua, - controlsList: ha, - coords: ga | fa, + contentEditable: ua, + controls: da, + controlsList: ga, + coords: pa | ha, crossOrigin: null, data: null, dateTime: null, decoding: null, - default: ua, - defer: ua, + default: da, + defer: da, dir: null, dirName: null, - disabled: ua, - download: pa, - draggable: ma, + disabled: da, + download: ma, + draggable: ua, encType: null, enterKeyHint: null, fetchPriority: null, @@ -8791,50 +8790,50 @@ const Sa = ya({ formAction: null, formEncType: null, formMethod: null, - formNoValidate: ua, + formNoValidate: da, formTarget: null, - headers: ha, - height: ga, - hidden: ua, - high: ga, + headers: ga, + height: pa, + hidden: da, + high: pa, href: null, hrefLang: null, - htmlFor: ha, - httpEquiv: ha, + htmlFor: ga, + httpEquiv: ga, id: null, imageSizes: null, imageSrcSet: null, - inert: ua, + inert: da, inputMode: null, integrity: null, is: null, - isMap: ua, + isMap: da, itemId: null, - itemProp: ha, - itemRef: ha, - itemScope: ua, - itemType: ha, + itemProp: ga, + itemRef: ga, + itemScope: da, + itemType: ga, kind: null, label: null, lang: null, language: null, list: null, loading: null, - loop: ua, - low: ga, + loop: da, + low: pa, manifest: null, max: null, - maxLength: ga, + maxLength: pa, media: null, method: null, min: null, - minLength: ga, - multiple: ua, - muted: ua, + minLength: pa, + multiple: da, + muted: da, name: null, nonce: null, - noModule: ua, - noValidate: ua, + noModule: da, + noValidate: da, onAbort: null, onAfterPrint: null, onAuxClick: null, @@ -8923,65 +8922,65 @@ const Sa = ya({ onVolumeChange: null, onWaiting: null, onWheel: null, - open: ua, - optimum: ga, + open: da, + optimum: pa, pattern: null, - ping: ha, + ping: ga, placeholder: null, - playsInline: ua, + playsInline: da, popover: null, popoverTarget: null, popoverTargetAction: null, poster: null, preload: null, - readOnly: ua, + readOnly: da, referrerPolicy: null, - rel: ha, - required: ua, - reversed: ua, - rows: ga, - rowSpan: ga, - sandbox: ha, + rel: ga, + required: da, + reversed: da, + rows: pa, + rowSpan: pa, + sandbox: ga, scope: null, - scoped: ua, - seamless: ua, - selected: ua, - shadowRootClonable: ua, - shadowRootDelegatesFocus: ua, + scoped: da, + seamless: da, + selected: da, + shadowRootClonable: da, + shadowRootDelegatesFocus: da, shadowRootMode: null, shape: null, - size: ga, + size: pa, sizes: null, slot: null, - span: ga, - spellCheck: ma, + span: pa, + spellCheck: ua, src: null, srcDoc: null, srcLang: null, srcSet: null, - start: ga, + start: pa, step: null, style: null, - tabIndex: ga, + tabIndex: pa, target: null, title: null, translate: null, type: null, - typeMustMatch: ua, + typeMustMatch: da, useMap: null, - value: ma, - width: ga, + value: ua, + width: pa, wrap: null, writingSuggestions: null, align: null, aLink: null, - archive: ha, + archive: ga, axis: null, background: null, bgColor: null, - border: ga, + border: pa, borderColor: null, - bottomMargin: ga, + bottomMargin: pa, cellPadding: null, cellSpacing: null, char: null, @@ -8992,53 +8991,53 @@ const Sa = ya({ codeBase: null, codeType: null, color: null, - compact: ua, - declare: ua, + compact: da, + declare: da, event: null, face: null, frame: null, frameBorder: null, - hSpace: ga, - leftMargin: ga, + hSpace: pa, + leftMargin: pa, link: null, longDesc: null, lowSrc: null, - marginHeight: ga, - marginWidth: ga, - noResize: ua, - noHref: ua, - noShade: ua, - noWrap: ua, + marginHeight: pa, + marginWidth: pa, + noResize: da, + noHref: da, + noShade: da, + noWrap: da, object: null, profile: null, prompt: null, rev: null, - rightMargin: ga, + rightMargin: pa, rules: null, scheme: null, - scrolling: ma, + scrolling: ua, standby: null, summary: null, text: null, - topMargin: ga, + topMargin: pa, valueType: null, version: null, vAlign: null, vLink: null, - vSpace: ga, + vSpace: pa, allowTransparency: null, autoCorrect: null, autoSave: null, - disablePictureInPicture: ua, - disableRemotePlayback: ua, + disablePictureInPicture: da, + disableRemotePlayback: da, prefix: null, property: null, - results: ga, + results: pa, security: null, unselectable: null, }, }), - Aa = ya({ + _a = Ha({ space: "svg", attributes: { accentHeight: "accent-height", @@ -9214,31 +9213,31 @@ const Sa = ya({ playbackOrder: "playbackorder", timelineBegin: "timelinebegin", }, - transform: Ta, + transform: xa, properties: { - about: va, - accentHeight: ga, + about: fa, + accentHeight: pa, accumulate: null, additive: null, alignmentBaseline: null, - alphabetic: ga, - amplitude: ga, + alphabetic: pa, + amplitude: pa, arabicForm: null, - ascent: ga, + ascent: pa, attributeName: null, attributeType: null, - azimuth: ga, + azimuth: pa, bandwidth: null, baselineShift: null, baseFrequency: null, baseProfile: null, bbox: null, begin: null, - bias: ga, + bias: pa, by: null, calcMode: null, - capHeight: ga, - className: ha, + capHeight: pa, + className: ga, clip: null, clipPath: null, clipPathUnits: null, @@ -9258,26 +9257,26 @@ const Sa = ya({ d: null, dataType: null, defaultAction: null, - descent: ga, - diffuseConstant: ga, + descent: pa, + diffuseConstant: pa, direction: null, display: null, dur: null, - divisor: ga, + divisor: pa, dominantBaseline: null, - download: ua, + download: da, dx: null, dy: null, edgeMode: null, editable: null, - elevation: ga, + elevation: pa, enableBackground: null, end: null, event: null, - exponent: ga, + exponent: pa, externalResourcesRequired: null, fill: null, - fillOpacity: ga, + fillOpacity: pa, fillRule: null, filter: null, filterRes: null, @@ -9298,37 +9297,37 @@ const Sa = ya({ from: null, fx: null, fy: null, - g1: fa, - g2: fa, - glyphName: fa, + g1: ha, + g2: ha, + glyphName: ha, glyphOrientationHorizontal: null, glyphOrientationVertical: null, glyphRef: null, gradientTransform: null, gradientUnits: null, handler: null, - hanging: ga, + hanging: pa, hatchContentUnits: null, hatchUnits: null, height: null, href: null, hrefLang: null, - horizAdvX: ga, - horizOriginX: ga, - horizOriginY: ga, + horizAdvX: pa, + horizOriginX: pa, + horizOriginY: pa, id: null, - ideographic: ga, + ideographic: pa, imageRendering: null, initialVisibility: null, in: null, in2: null, - intercept: ga, - k: ga, - k1: ga, - k2: ga, - k3: ga, - k4: ga, - kernelMatrix: va, + intercept: pa, + k: pa, + k1: pa, + k2: pa, + k3: pa, + k4: pa, + kernelMatrix: fa, kernelUnitLength: null, keyPoints: null, keySplines: null, @@ -9338,7 +9337,7 @@ const Sa = ya({ lengthAdjust: null, letterSpacing: null, lightingColor: null, - limitingConeAngle: ga, + limitingConeAngle: pa, local: null, markerEnd: null, markerMid: null, @@ -9354,7 +9353,7 @@ const Sa = ya({ media: null, mediaCharacterEncoding: null, mediaContentEncodings: null, - mediaSize: ga, + mediaSize: pa, mediaTime: null, method: null, min: null, @@ -9460,43 +9459,43 @@ const Sa = ya({ origin: null, overflow: null, overlay: null, - overlinePosition: ga, - overlineThickness: ga, + overlinePosition: pa, + overlineThickness: pa, paintOrder: null, panose1: null, path: null, - pathLength: ga, + pathLength: pa, patternContentUnits: null, patternTransform: null, patternUnits: null, phase: null, - ping: ha, + ping: ga, pitch: null, playbackOrder: null, pointerEvents: null, points: null, - pointsAtX: ga, - pointsAtY: ga, - pointsAtZ: ga, + pointsAtX: pa, + pointsAtY: pa, + pointsAtZ: pa, preserveAlpha: null, preserveAspectRatio: null, primitiveUnits: null, propagate: null, - property: va, + property: fa, r: null, radius: null, referrerPolicy: null, refX: null, refY: null, - rel: va, - rev: va, + rel: fa, + rev: fa, renderingIntent: null, repeatCount: null, repeatDur: null, - requiredExtensions: va, - requiredFeatures: va, - requiredFonts: va, - requiredFormats: va, + requiredExtensions: fa, + requiredFeatures: fa, + requiredFonts: fa, + requiredFormats: fa, resource: null, restart: null, result: null, @@ -9509,8 +9508,8 @@ const Sa = ya({ side: null, slope: null, snapshotTime: null, - specularConstant: ga, - specularExponent: ga, + specularConstant: pa, + specularExponent: pa, spreadMethod: null, spacing: null, startOffset: null, @@ -9520,30 +9519,30 @@ const Sa = ya({ stitchTiles: null, stopColor: null, stopOpacity: null, - strikethroughPosition: ga, - strikethroughThickness: ga, + strikethroughPosition: pa, + strikethroughThickness: pa, string: null, stroke: null, - strokeDashArray: va, + strokeDashArray: fa, strokeDashOffset: null, strokeLineCap: null, strokeLineJoin: null, - strokeMiterLimit: ga, - strokeOpacity: ga, + strokeMiterLimit: pa, + strokeOpacity: pa, strokeWidth: null, style: null, - surfaceScale: ga, + surfaceScale: pa, syncBehavior: null, syncBehaviorDefault: null, syncMaster: null, syncTolerance: null, syncToleranceDefault: null, - systemLanguage: va, - tabIndex: ga, + systemLanguage: fa, + tabIndex: pa, tableValues: null, target: null, - targetX: ga, - targetY: ga, + targetX: pa, + targetY: pa, textAnchor: null, textDecoration: null, textRendering: null, @@ -9552,28 +9551,28 @@ const Sa = ya({ title: null, transformBehavior: null, type: null, - typeOf: va, + typeOf: fa, to: null, transform: null, transformOrigin: null, u1: null, u2: null, - underlinePosition: ga, - underlineThickness: ga, + underlinePosition: pa, + underlineThickness: pa, unicode: null, unicodeBidi: null, unicodeRange: null, - unitsPerEm: ga, + unitsPerEm: pa, values: null, - vAlphabetic: ga, - vMathematical: ga, + vAlphabetic: pa, + vMathematical: pa, vectorEffect: null, - vHanging: ga, - vIdeographic: ga, + vHanging: pa, + vIdeographic: pa, version: null, - vertAdvY: ga, - vertOriginX: ga, - vertOriginY: ga, + vertAdvY: pa, + vertOriginX: pa, + vertOriginY: pa, viewBox: null, viewTarget: null, visibility: null, @@ -9585,7 +9584,7 @@ const Sa = ya({ x1: null, x2: null, xChannelSelector: null, - xHeight: ga, + xHeight: pa, y: null, y1: null, y2: null, @@ -9594,38 +9593,38 @@ const Sa = ya({ zoomAndPan: null, }, }), - ka = /^data[-\w.:]+$/i, - Ia = /-[a-z]/g, - Za = /[A-Z]/g; -function Ba(e, t) { - const n = sa(t); + Aa = /^data[-\w.:]+$/i, + ka = /-[a-z]/g, + Ia = /[A-Z]/g; +function Za(e, t) { + const n = Ca(t); let r = t, - o = ca; + o = sa; if (n in e.normal) return e.property[e.normal[n]]; - if (n.length > 4 && "data" === n.slice(0, 4) && ka.test(t)) { + if (n.length > 4 && "data" === n.slice(0, 4) && Aa.test(t)) { if ("-" === t.charAt(4)) { - const e = t.slice(5).replace(Ia, Da); + const e = t.slice(5).replace(ka, Oa); r = "data" + e.charAt(0).toUpperCase() + e.slice(1); } else { const e = t.slice(4); - if (!Ia.test(e)) { - let n = e.replace(Za, Oa); + if (!ka.test(e)) { + let n = e.replace(Ia, Ba); "-" !== n.charAt(0) && (n = "-" + n), (t = "data" + n); } } - o = ba; + o = La; } return new o(r, t); } -function Oa(e) { +function Ba(e) { return "-" + e.toLowerCase(); } -function Da(e) { +function Oa(e) { return e.charAt(1).toUpperCase(); } -const Pa = Ca([xa, Ra, Sa, Va, _a], "html"), - Fa = Ca([xa, Ra, Sa, Va, Aa], "svg"); -function Ua(e) { +const Da = ia([Ra, ya, Na, Sa, Va], "html"), + Pa = ia([Ra, ya, Na, Sa, _a], "svg"); +function Fa(e) { const t = [], n = String(e || ""); let r = n.indexOf(","), @@ -9638,23 +9637,23 @@ function Ua(e) { } return t; } -function Ga(e, t) { +function Ua(e, t) { const n = t || {}; return ("" === e[e.length - 1] ? [...e, ""] : e) .join((n.padRight ? " " : "") + "," + (!1 === n.padLeft ? "" : " ")) .trim(); } -const za = /[#.]/g; -function $a(e) { +const Ga = /[#.]/g; +function za(e) { const t = String(e || "").trim(); return t ? t.split(/[ \t\n\r\f]+/g) : []; } -function Wa(e) { +function $a(e) { return e.join(" ").trim(); } -const ja = new Set(["button", "menu", "reset", "submit"]), - qa = {}.hasOwnProperty; -function Ya(e, t, n) { +const Wa = new Set(["button", "menu", "reset", "submit"]), + ja = {}.hasOwnProperty; +function qa(e, t, n) { const r = n && (function (e) { @@ -9678,8 +9677,8 @@ function Ya(e, t, n) { a, l = 0; for (; l < n.length; ) { - za.lastIndex = l; - const e = za.exec(n), + Ga.lastIndex = l; + const e = Ga.exec(n), t = n.slice(l, e ? e.index : n.length); t && (o @@ -9700,19 +9699,19 @@ function Ya(e, t, n) { }; })(n, t)), (l.tagName = l.tagName.toLowerCase()), - r && qa.call(r, l.tagName) && (l.tagName = r[l.tagName]), + r && ja.call(r, l.tagName) && (l.tagName = r[l.tagName]), (function (e, t) { if (null == e || "object" != typeof e || Array.isArray(e)) return !1; if ("input" === t || !e.type || "string" != typeof e.type) return !0; if ("children" in e && Array.isArray(e.children)) return !1; - if ("button" === t) return ja.has(e.type.toLowerCase()); + if ("button" === t) return Wa.has(e.type.toLowerCase()); return !("value" in e); })(o, l.tagName)) ) { let t; - for (t in o) qa.call(o, t) && Ka(e, l.properties, t, o[t]); + for (t in o) ja.call(o, t) && Ya(e, l.properties, t, o[t]); } else a.unshift(o); - for (; ++i < a.length; ) Xa(l.children, a[i]); + for (; ++i < a.length; ) Ka(l.children, a[i]); return ( "element" === l.type && "template" === l.tagName && @@ -9722,8 +9721,8 @@ function Ya(e, t, n) { ); }; } -function Ka(e, t, n, r) { - const o = Ba(e, n); +function Ya(e, t, n, r) { + const o = Za(e, n); let a, l = -1; if (null != r) { @@ -9736,26 +9735,26 @@ function Ka(e, t, n, r) { ? r : "string" == typeof r ? o.spaceSeparated - ? $a(r) + ? za(r) : o.commaSeparated - ? Ua(r) + ? Fa(r) : o.commaOrSpaceSeparated - ? $a(Ua(r).join(" ")) - : Qa(o, o.property, r) + ? za(Fa(r).join(" ")) + : Xa(o, o.property, r) : Array.isArray(r) ? r.concat() : "style" === o.property ? (function (e) { const t = []; let n; - for (n in e) qa.call(e, n) && t.push([n, e[n]].join(": ")); + for (n in e) ja.call(e, n) && t.push([n, e[n]].join(": ")); return t.join("; "); })(r) : String(r); if (Array.isArray(a)) { const e = []; for (; ++l < a.length; ) { - const t = Qa(o, o.property, a[l]); + const t = Xa(o, o.property, a[l]); e[l] = t; } a = e; @@ -9767,28 +9766,28 @@ function Ka(e, t, n, r) { t[o.property] = a; } } -function Xa(e, t) { +function Ka(e, t) { let n = -1; if (null == t); else if ("string" == typeof t || "number" == typeof t) e.push({ type: "text", value: String(t) }); - else if (Array.isArray(t)) for (; ++n < t.length; ) Xa(e, t[n]); + else if (Array.isArray(t)) for (; ++n < t.length; ) Ka(e, t[n]); else { if ("object" != typeof t || !("type" in t)) throw new Error("Expected node, nodes, or string, got `" + t + "`"); - "root" === t.type ? Xa(e, t.children) : e.push(t); + "root" === t.type ? Ka(e, t.children) : e.push(t); } } -function Qa(e, t, n) { +function Xa(e, t, n) { if ("string" == typeof n) { if (e.number && n && !Number.isNaN(Number(n))) return Number(n); - if ((e.boolean || e.overloadedBoolean) && ("" === n || sa(n) === sa(t))) + if ((e.boolean || e.overloadedBoolean) && ("" === n || Ca(n) === Ca(t))) return !0; } return n; } -const Ja = Ya(Pa, "div"), - el = Ya(Fa, "g", [ +const Qa = qa(Da, "div"), + Ja = qa(Pa, "g", [ "altGlyph", "altGlyphDef", "altGlyphItem", @@ -9829,12 +9828,12 @@ const Ja = Ya(Pa, "div"), "textArea", "textPath", ]); -function tl(e, t) { +function el(e, t) { const n = e.indexOf("\r", t), r = e.indexOf("\n", t); return -1 === r ? n : -1 === n || n + 1 === r ? r : n < r ? n : r; } -const nl = { +const tl = { html: "http://www.w3.org/1999/xhtml", mathml: "http://www.w3.org/1998/Math/MathML", svg: "http://www.w3.org/2000/svg", @@ -9842,14 +9841,14 @@ const nl = { xml: "http://www.w3.org/XML/1998/namespace", xmlns: "http://www.w3.org/2000/xmlns/", }, - rl = {}.hasOwnProperty, - ol = Object.prototype; -function al(e, t) { + nl = {}.hasOwnProperty, + rl = Object.prototype; +function ol(e, t) { let n; switch (t.nodeName) { case "#comment": { const r = t; - return (n = { type: "comment", value: r.data }), il(e, r, n), n; + return (n = { type: "comment", value: r.data }), ll(e, r, n), n; } case "#document": case "#document-fragment": { @@ -9858,7 +9857,7 @@ function al(e, t) { if ( ((n = { type: "root", - children: ll(e, t.childNodes), + children: al(e, t.childNodes), data: { quirksMode: o }, }), e.file && e.location) @@ -9878,7 +9877,7 @@ function al(e, t) { ) { for (; n.length < e.line; ) { const e = n[n.length - 1], - r = tl(t, e), + r = el(t, e), o = -1 === r ? t.length + 1 : r + 1; if (e === o) break; n.push(o); @@ -9893,7 +9892,7 @@ function al(e, t) { for (;;) { let o = n[r]; if (void 0 === o) { - const e = tl(t, n[r - 1]); + const e = el(t, n[r - 1]); (o = -1 === e ? t.length + 1 : e + 1), (n[r] = o); } if (o > e) @@ -9915,31 +9914,31 @@ function al(e, t) { return n; } case "#documentType": - return (n = { type: "doctype" }), il(e, t, n), n; + return (n = { type: "doctype" }), ll(e, t, n), n; case "#text": { const r = t; - return (n = { type: "text", value: r.value }), il(e, r, n), n; + return (n = { type: "text", value: r.value }), ll(e, r, n), n; } default: return ( (n = (function (e, t) { const n = e.schema; - e.schema = t.namespaceURI === nl.svg ? Fa : Pa; + e.schema = t.namespaceURI === tl.svg ? Pa : Da; let r = -1; const o = {}; for (; ++r < t.attrs.length; ) { const e = t.attrs[r], n = (e.prefix ? e.prefix + ":" : "") + e.name; - rl.call(ol, n) || (o[n] = e.value); + nl.call(rl, n) || (o[n] = e.value); } - const a = "svg" === e.schema.space ? el : Ja, - l = a(t.tagName, o, ll(e, t.childNodes)); - if ((il(e, t, l), "template" === l.tagName)) { + const a = "svg" === e.schema.space ? Ja : Qa, + l = a(t.tagName, o, al(e, t.childNodes)); + if ((ll(e, t, l), "template" === l.tagName)) { const n = t, r = n.sourceCodeLocation, - o = r && r.startTag && Cl(r.startTag), - a = r && r.endTag && Cl(r.endTag), - i = al(e, n.content); + o = r && r.startTag && il(r.startTag), + a = r && r.endTag && il(r.endTag), + i = ol(e, n.content); o && a && e.file && (i.position = { start: o.end, end: a.start }), (l.content = i); } @@ -9949,19 +9948,19 @@ function al(e, t) { ); } } -function ll(e, t) { +function al(e, t) { let n = -1; const r = []; for (; ++n < t.length; ) { - const o = al(e, t[n]); + const o = ol(e, t[n]); r.push(o); } return r; } -function il(e, t, n) { +function ll(e, t, n) { if ("sourceCodeLocation" in t && t.sourceCodeLocation && e.file) { const r = (function (e, t, n) { - const r = Cl(n); + const r = il(n); if ("element" === t.type) { const o = t.children[t.children.length - 1]; if ( @@ -9977,11 +9976,11 @@ function il(e, t, n) { let o; if (n.attrs) for (o in n.attrs) - rl.call(n.attrs, o) && - (r[Ba(e.schema, o).property] = Cl(n.attrs[o])); + nl.call(n.attrs, o) && + (r[Za(e.schema, o).property] = il(n.attrs[o])); n.startTag; - const a = Cl(n.startTag), - l = n.endTag ? Cl(n.endTag) : void 0, + const a = il(n.startTag), + l = n.endTag ? il(n.endTag) : void 0, i = { opening: a }; l && (i.closing = l), (i.properties = r), (t.data = { position: i }); } @@ -9991,26 +9990,26 @@ function il(e, t, n) { r && ((e.location = !0), (n.position = r)); } } -function Cl(e) { - const t = sl({ +function il(e) { + const t = Cl({ line: e.startLine, column: e.startCol, offset: e.startOffset, }), - n = sl({ line: e.endLine, column: e.endCol, offset: e.endOffset }); + n = Cl({ line: e.endLine, column: e.endCol, offset: e.endOffset }); return t || n ? { start: t, end: n } : void 0; } -function sl(e) { +function Cl(e) { return e.line && e.column ? e : void 0; } -const cl = new Set([ +const sl = new Set([ 65534, 65535, 131070, 131071, 196606, 196607, 262142, 262143, 327678, 327679, 393214, 393215, 458750, 458751, 524286, 524287, 589822, 589823, 655358, 655359, 720894, 720895, 786430, 786431, 851966, 851967, 917502, 917503, 983038, 983039, 1048574, 1048575, 1114110, 1114111, ]), - dl = "�"; -var ul; + cl = "�"; +var dl; !(function (e) { (e[(e.EOF = -1)] = "EOF"), (e[(e.NULL = 0)] = "NULL"), @@ -10044,17 +10043,17 @@ var ul; (e[(e.LATIN_SMALL_X = 120)] = "LATIN_SMALL_X"), (e[(e.LATIN_SMALL_Z = 122)] = "LATIN_SMALL_Z"), (e[(e.REPLACEMENT_CHARACTER = 65533)] = "REPLACEMENT_CHARACTER"); -})((ul = ul || (ul = {}))); -const ml = "--", - pl = "[CDATA[", - gl = "doctype", - hl = "script", - fl = "public", - vl = "system"; -function El(e) { +})((dl = dl || (dl = {}))); +const ul = "--", + ml = "[CDATA[", + pl = "doctype", + gl = "script", + hl = "public", + fl = "system"; +function vl(e) { return e >= 55296 && e <= 57343; } -function wl(e) { +function El(e) { return ( (32 !== e && 10 !== e && @@ -10066,10 +10065,10 @@ function wl(e) { (e >= 127 && e <= 159) ); } -function Ll(e) { - return (e >= 64976 && e <= 65007) || cl.has(e); +function wl(e) { + return (e >= 64976 && e <= 65007) || sl.has(e); } -var bl; +var Ll; !(function (e) { (e.controlCharacterInInputStream = "control-character-in-input-stream"), (e.noncharacterInInputStream = "noncharacter-in-input-stream"), @@ -10153,8 +10152,8 @@ var bl; (e.nestedNoscriptInHead = "nested-noscript-in-head"), (e.eofInElementThatCanContainOnlyText = "eof-in-element-that-can-contain-only-text"); -})((bl = bl || (bl = {}))); -class Ml { +})((Ll = Ll || (Ll = {}))); +class bl { constructor(e) { (this.handler = e), (this.html = ""), @@ -10207,8 +10206,8 @@ class Ml { })(t) ) return this.pos++, this._addGap(), 1024 * (e - 55296) + 9216 + t; - } else if (!this.lastChunkWritten) return (this.endOfChunkHit = !0), ul.EOF; - return this._err(bl.surrogateInInputStream), e; + } else if (!this.lastChunkWritten) return (this.endOfChunkHit = !0), dl.EOF; + return this._err(Ll.surrogateInInputStream), e; } willDropParsedChunk() { return this.pos > this.bufferWaterline; @@ -10247,9 +10246,9 @@ class Ml { peek(e) { const t = this.pos + e; if (t >= this.html.length) - return (this.endOfChunkHit = !this.lastChunkWritten), ul.EOF; + return (this.endOfChunkHit = !this.lastChunkWritten), dl.EOF; const n = this.html.charCodeAt(t); - return n === ul.CARRIAGE_RETURN ? ul.LINE_FEED : n; + return n === dl.CARRIAGE_RETURN ? dl.LINE_FEED : n; } advance() { if ( @@ -10258,29 +10257,29 @@ class Ml { ((this.isEol = !1), this.line++, (this.lineStartPos = this.pos)), this.pos >= this.html.length) ) - return (this.endOfChunkHit = !this.lastChunkWritten), ul.EOF; + return (this.endOfChunkHit = !this.lastChunkWritten), dl.EOF; let e = this.html.charCodeAt(this.pos); - if (e === ul.CARRIAGE_RETURN) - return (this.isEol = !0), (this.skipNextNewLine = !0), ul.LINE_FEED; - if (e === ul.LINE_FEED && ((this.isEol = !0), this.skipNextNewLine)) + if (e === dl.CARRIAGE_RETURN) + return (this.isEol = !0), (this.skipNextNewLine = !0), dl.LINE_FEED; + if (e === dl.LINE_FEED && ((this.isEol = !0), this.skipNextNewLine)) return ( this.line--, (this.skipNextNewLine = !1), this._addGap(), this.advance() ); - (this.skipNextNewLine = !1), El(e) && (e = this._processSurrogate(e)); + (this.skipNextNewLine = !1), vl(e) && (e = this._processSurrogate(e)); return ( null === this.handler.onParseError || (e > 31 && e < 127) || - e === ul.LINE_FEED || - e === ul.CARRIAGE_RETURN || + e === dl.LINE_FEED || + e === dl.CARRIAGE_RETURN || (e > 159 && e < 64976) || this._checkForProblematicCharacters(e), e ); } _checkForProblematicCharacters(e) { - wl(e) - ? this._err(bl.controlCharacterInInputStream) - : Ll(e) && this._err(bl.noncharacterInInputStream); + El(e) + ? this._err(Ll.controlCharacterInInputStream) + : wl(e) && this._err(Ll.noncharacterInInputStream); } retreat(e) { for (this.pos -= e; this.pos < this.lastGapPos; ) @@ -10288,8 +10287,8 @@ class Ml { this.isEol = !1; } } -var Hl; -function yl(e, t) { +var Ml; +function Hl(e, t) { for (let n = e.attrs.length - 1; n >= 0; n--) if (e.attrs[n].name === t) return e.attrs[n].value; return null; @@ -10304,17 +10303,17 @@ function yl(e, t) { (e[(e.DOCTYPE = 6)] = "DOCTYPE"), (e[(e.EOF = 7)] = "EOF"), (e[(e.HIBERNATION = 8)] = "HIBERNATION"); -})((Hl = Hl || (Hl = {}))); -var Rl, - xl = new Uint16Array( +})((Ml = Ml || (Ml = {}))); +var yl, + Rl = new Uint16Array( 'ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌' .split("") .map((e) => e.charCodeAt(0)), ), - Tl = new Uint16Array( + xl = new Uint16Array( "Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0)), ); -const Nl = new Map([ +const Tl = new Map([ [0, 65533], [128, 8364], [130, 8218], @@ -10344,9 +10343,9 @@ const Nl = new Map([ [158, 382], [159, 376], ]), - Sl = - null !== (Rl = String.fromCodePoint) && void 0 !== Rl - ? Rl + Nl = + null !== (yl = String.fromCodePoint) && void 0 !== yl + ? yl : function (e) { let t = ""; return ( @@ -10358,7 +10357,7 @@ const Nl = new Map([ t ); }; -var Vl; +var Sl; !(function (e) { (e[(e.NUM = 35)] = "NUM"), (e[(e.SEMI = 59)] = "SEMI"), @@ -10372,19 +10371,19 @@ var Vl; (e[(e.UPPER_A = 65)] = "UPPER_A"), (e[(e.UPPER_F = 70)] = "UPPER_F"), (e[(e.UPPER_Z = 90)] = "UPPER_Z"); -})(Vl || (Vl = {})); -var _l, Al, kl, Il, Zl, Bl, Ol, Dl; -function Pl(e) { - return e >= Vl.ZERO && e <= Vl.NINE; +})(Sl || (Sl = {})); +var Vl, _l, Al, kl, Il, Zl, Bl, Ol; +function Dl(e) { + return e >= Sl.ZERO && e <= Sl.NINE; } -function Fl(e) { +function Pl(e) { return ( - e === Vl.EQUALS || + e === Sl.EQUALS || (function (e) { return ( - (e >= Vl.UPPER_A && e <= Vl.UPPER_Z) || - (e >= Vl.LOWER_A && e <= Vl.LOWER_Z) || - Pl(e) + (e >= Sl.UPPER_A && e <= Sl.UPPER_Z) || + (e >= Sl.LOWER_A && e <= Sl.LOWER_Z) || + Dl(e) ); })(e) ); @@ -10393,34 +10392,34 @@ function Fl(e) { (e[(e.VALUE_LENGTH = 49152)] = "VALUE_LENGTH"), (e[(e.BRANCH_LENGTH = 16256)] = "BRANCH_LENGTH"), (e[(e.JUMP_TABLE = 127)] = "JUMP_TABLE"); -})(_l || (_l = {})), +})(Vl || (Vl = {})), (function (e) { (e[(e.EntityStart = 0)] = "EntityStart"), (e[(e.NumericStart = 1)] = "NumericStart"), (e[(e.NumericDecimal = 2)] = "NumericDecimal"), (e[(e.NumericHex = 3)] = "NumericHex"), (e[(e.NamedEntity = 4)] = "NamedEntity"); - })(Al || (Al = {})), + })(_l || (_l = {})), (function (e) { (e[(e.Legacy = 0)] = "Legacy"), (e[(e.Strict = 1)] = "Strict"), (e[(e.Attribute = 2)] = "Attribute"); - })(kl || (kl = {})); -class Ul { + })(Al || (Al = {})); +class Fl { constructor(e, t, n) { (this.decodeTree = e), (this.emitCodePoint = t), (this.errors = n), - (this.state = Al.EntityStart), + (this.state = _l.EntityStart), (this.consumed = 1), (this.result = 0), (this.treeIndex = 0), (this.excess = 1), - (this.decodeMode = kl.Strict); + (this.decodeMode = Al.Strict); } startEntity(e) { (this.decodeMode = e), - (this.state = Al.EntityStart), + (this.state = _l.EntityStart), (this.result = 0), (this.treeIndex = 0), (this.excess = 1), @@ -10428,30 +10427,30 @@ class Ul { } write(e, t) { switch (this.state) { - case Al.EntityStart: - return e.charCodeAt(t) === Vl.NUM - ? ((this.state = Al.NumericStart), + case _l.EntityStart: + return e.charCodeAt(t) === Sl.NUM + ? ((this.state = _l.NumericStart), (this.consumed += 1), this.stateNumericStart(e, t + 1)) - : ((this.state = Al.NamedEntity), this.stateNamedEntity(e, t)); - case Al.NumericStart: + : ((this.state = _l.NamedEntity), this.stateNamedEntity(e, t)); + case _l.NumericStart: return this.stateNumericStart(e, t); - case Al.NumericDecimal: + case _l.NumericDecimal: return this.stateNumericDecimal(e, t); - case Al.NumericHex: + case _l.NumericHex: return this.stateNumericHex(e, t); - case Al.NamedEntity: + case _l.NamedEntity: return this.stateNamedEntity(e, t); } } stateNumericStart(e, t) { return t >= e.length ? -1 - : (32 | e.charCodeAt(t)) === Vl.LOWER_X - ? ((this.state = Al.NumericHex), + : (32 | e.charCodeAt(t)) === Sl.LOWER_X + ? ((this.state = _l.NumericHex), (this.consumed += 1), this.stateNumericHex(e, t + 1)) - : ((this.state = Al.NumericDecimal), this.stateNumericDecimal(e, t)); + : ((this.state = _l.NumericDecimal), this.stateNumericDecimal(e, t)); } addToNumericResult(e, t, n, r) { if (t !== n) { @@ -10467,10 +10466,10 @@ class Ul { const o = e.charCodeAt(t); if ( !( - Pl(o) || + Dl(o) || ((r = o), - (r >= Vl.UPPER_A && r <= Vl.UPPER_F) || - (r >= Vl.LOWER_A && r <= Vl.LOWER_F)) + (r >= Sl.UPPER_A && r <= Sl.UPPER_F) || + (r >= Sl.LOWER_A && r <= Sl.LOWER_F)) ) ) return ( @@ -10485,7 +10484,7 @@ class Ul { const n = t; for (; t < e.length; ) { const r = e.charCodeAt(t); - if (!Pl(r)) + if (!Dl(r)) return ( this.addToNumericResult(e, n, t, 10), this.emitNumericEntity(r, 2) ); @@ -10502,22 +10501,22 @@ class Ul { n.absenceOfDigitsInNumericCharacterReference(this.consumed), 0 ); - if (e === Vl.SEMI) this.consumed += 1; - else if (this.decodeMode === kl.Strict) return 0; + if (e === Sl.SEMI) this.consumed += 1; + else if (this.decodeMode === Al.Strict) return 0; return ( this.emitCodePoint( (function (e) { var t; return (e >= 55296 && e <= 57343) || e > 1114111 ? 65533 - : null !== (t = Nl.get(e)) && void 0 !== t + : null !== (t = Tl.get(e)) && void 0 !== t ? t : e; })(this.result), this.consumed, ), this.errors && - (e !== Vl.SEMI && this.errors.missingSemicolonAfterCharacterReference(), + (e !== Sl.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed ); @@ -10525,27 +10524,27 @@ class Ul { stateNamedEntity(e, t) { const { decodeTree: n } = this; let r = n[this.treeIndex], - o = (r & _l.VALUE_LENGTH) >> 14; + o = (r & Vl.VALUE_LENGTH) >> 14; for (; t < e.length; t++, this.excess++) { const a = e.charCodeAt(t); if ( - ((this.treeIndex = zl(n, r, this.treeIndex + Math.max(1, o), a)), + ((this.treeIndex = Gl(n, r, this.treeIndex + Math.max(1, o), a)), this.treeIndex < 0) ) return 0 === this.result || - (this.decodeMode === kl.Attribute && (0 === o || Fl(a))) + (this.decodeMode === Al.Attribute && (0 === o || Pl(a))) ? 0 : this.emitNotTerminatedNamedEntity(); if ( - ((r = n[this.treeIndex]), (o = (r & _l.VALUE_LENGTH) >> 14), 0 !== o) + ((r = n[this.treeIndex]), (o = (r & Vl.VALUE_LENGTH) >> 14), 0 !== o) ) { - if (a === Vl.SEMI) + if (a === Sl.SEMI) return this.emitNamedEntityData( this.treeIndex, o, this.consumed + this.excess, ); - this.decodeMode !== kl.Strict && + this.decodeMode !== Al.Strict && ((this.result = this.treeIndex), (this.consumed += this.excess), (this.excess = 0)); @@ -10556,7 +10555,7 @@ class Ul { emitNotTerminatedNamedEntity() { var e; const { result: t, decodeTree: n } = this, - r = (n[t] & _l.VALUE_LENGTH) >> 14; + r = (n[t] & Vl.VALUE_LENGTH) >> 14; return ( this.emitNamedEntityData(t, r, this.consumed), null === (e = this.errors) || @@ -10568,7 +10567,7 @@ class Ul { emitNamedEntityData(e, t, n) { const { decodeTree: r } = this; return ( - this.emitCodePoint(1 === t ? r[e] & ~_l.VALUE_LENGTH : r[e + 1], n), + this.emitCodePoint(1 === t ? r[e] & ~Vl.VALUE_LENGTH : r[e + 1], n), 3 === t && this.emitCodePoint(r[e + 2], n), n ); @@ -10576,30 +10575,30 @@ class Ul { end() { var e; switch (this.state) { - case Al.NamedEntity: + case _l.NamedEntity: return 0 === this.result || - (this.decodeMode === kl.Attribute && this.result !== this.treeIndex) + (this.decodeMode === Al.Attribute && this.result !== this.treeIndex) ? 0 : this.emitNotTerminatedNamedEntity(); - case Al.NumericDecimal: + case _l.NumericDecimal: return this.emitNumericEntity(0, 2); - case Al.NumericHex: + case _l.NumericHex: return this.emitNumericEntity(0, 3); - case Al.NumericStart: + case _l.NumericStart: return ( null === (e = this.errors) || void 0 === e || e.absenceOfDigitsInNumericCharacterReference(this.consumed), 0 ); - case Al.EntityStart: + case _l.EntityStart: return 0; } } } -function Gl(e) { +function Ul(e) { let t = ""; - const n = new Ul(e, (e) => (t += Sl(e))); + const n = new Fl(e, (e) => (t += Nl(e))); return function (e, r) { let o = 0, a = 0; @@ -10616,9 +10615,9 @@ function Gl(e) { return (t = ""), l; }; } -function zl(e, t, n, r) { - const o = (t & _l.BRANCH_LENGTH) >> 7, - a = t & _l.JUMP_TABLE; +function Gl(e, t, n, r) { + const o = (t & Vl.BRANCH_LENGTH) >> 7, + a = t & Vl.JUMP_TABLE; if (0 === o) return 0 !== a && r === a ? n : -1; if (a) { const t = r - a; @@ -10637,8 +10636,8 @@ function zl(e, t, n, r) { } return -1; } -Gl(xl), - Gl(Tl), +Ul(Rl), + Ul(xl), (function (e) { (e.HTML = "http://www.w3.org/1999/xhtml"), (e.MATHML = "http://www.w3.org/1998/Math/MathML"), @@ -10646,7 +10645,7 @@ Gl(xl), (e.XLINK = "http://www.w3.org/1999/xlink"), (e.XML = "http://www.w3.org/XML/1998/namespace"), (e.XMLNS = "http://www.w3.org/2000/xmlns/"); - })((Il = Il || (Il = {}))), + })((kl = kl || (kl = {}))), (function (e) { (e.TYPE = "type"), (e.ACTION = "action"), @@ -10656,12 +10655,12 @@ Gl(xl), (e.COLOR = "color"), (e.FACE = "face"), (e.SIZE = "size"); - })((Zl = Zl || (Zl = {}))), + })((Il = Il || (Il = {}))), (function (e) { (e.NO_QUIRKS = "no-quirks"), (e.QUIRKS = "quirks"), (e.LIMITED_QUIRKS = "limited-quirks"); - })((Bl = Bl || (Bl = {}))), + })((Zl = Zl || (Zl = {}))), (function (e) { (e.A = "a"), (e.ADDRESS = "address"), @@ -10785,7 +10784,7 @@ Gl(xl), (e.VAR = "var"), (e.WBR = "wbr"), (e.XMP = "xmp"); - })((Ol = Ol || (Ol = {}))), + })((Bl = Bl || (Bl = {}))), (function (e) { (e[(e.UNKNOWN = 0)] = "UNKNOWN"), (e[(e.A = 1)] = "A"), @@ -10910,253 +10909,253 @@ Gl(xl), (e[(e.VAR = 120)] = "VAR"), (e[(e.WBR = 121)] = "WBR"), (e[(e.XMP = 122)] = "XMP"); - })((Dl = Dl || (Dl = {}))); -const $l = new Map([ - [Ol.A, Dl.A], - [Ol.ADDRESS, Dl.ADDRESS], - [Ol.ANNOTATION_XML, Dl.ANNOTATION_XML], - [Ol.APPLET, Dl.APPLET], - [Ol.AREA, Dl.AREA], - [Ol.ARTICLE, Dl.ARTICLE], - [Ol.ASIDE, Dl.ASIDE], - [Ol.B, Dl.B], - [Ol.BASE, Dl.BASE], - [Ol.BASEFONT, Dl.BASEFONT], - [Ol.BGSOUND, Dl.BGSOUND], - [Ol.BIG, Dl.BIG], - [Ol.BLOCKQUOTE, Dl.BLOCKQUOTE], - [Ol.BODY, Dl.BODY], - [Ol.BR, Dl.BR], - [Ol.BUTTON, Dl.BUTTON], - [Ol.CAPTION, Dl.CAPTION], - [Ol.CENTER, Dl.CENTER], - [Ol.CODE, Dl.CODE], - [Ol.COL, Dl.COL], - [Ol.COLGROUP, Dl.COLGROUP], - [Ol.DD, Dl.DD], - [Ol.DESC, Dl.DESC], - [Ol.DETAILS, Dl.DETAILS], - [Ol.DIALOG, Dl.DIALOG], - [Ol.DIR, Dl.DIR], - [Ol.DIV, Dl.DIV], - [Ol.DL, Dl.DL], - [Ol.DT, Dl.DT], - [Ol.EM, Dl.EM], - [Ol.EMBED, Dl.EMBED], - [Ol.FIELDSET, Dl.FIELDSET], - [Ol.FIGCAPTION, Dl.FIGCAPTION], - [Ol.FIGURE, Dl.FIGURE], - [Ol.FONT, Dl.FONT], - [Ol.FOOTER, Dl.FOOTER], - [Ol.FOREIGN_OBJECT, Dl.FOREIGN_OBJECT], - [Ol.FORM, Dl.FORM], - [Ol.FRAME, Dl.FRAME], - [Ol.FRAMESET, Dl.FRAMESET], - [Ol.H1, Dl.H1], - [Ol.H2, Dl.H2], - [Ol.H3, Dl.H3], - [Ol.H4, Dl.H4], - [Ol.H5, Dl.H5], - [Ol.H6, Dl.H6], - [Ol.HEAD, Dl.HEAD], - [Ol.HEADER, Dl.HEADER], - [Ol.HGROUP, Dl.HGROUP], - [Ol.HR, Dl.HR], - [Ol.HTML, Dl.HTML], - [Ol.I, Dl.I], - [Ol.IMG, Dl.IMG], - [Ol.IMAGE, Dl.IMAGE], - [Ol.INPUT, Dl.INPUT], - [Ol.IFRAME, Dl.IFRAME], - [Ol.KEYGEN, Dl.KEYGEN], - [Ol.LABEL, Dl.LABEL], - [Ol.LI, Dl.LI], - [Ol.LINK, Dl.LINK], - [Ol.LISTING, Dl.LISTING], - [Ol.MAIN, Dl.MAIN], - [Ol.MALIGNMARK, Dl.MALIGNMARK], - [Ol.MARQUEE, Dl.MARQUEE], - [Ol.MATH, Dl.MATH], - [Ol.MENU, Dl.MENU], - [Ol.META, Dl.META], - [Ol.MGLYPH, Dl.MGLYPH], - [Ol.MI, Dl.MI], - [Ol.MO, Dl.MO], - [Ol.MN, Dl.MN], - [Ol.MS, Dl.MS], - [Ol.MTEXT, Dl.MTEXT], - [Ol.NAV, Dl.NAV], - [Ol.NOBR, Dl.NOBR], - [Ol.NOFRAMES, Dl.NOFRAMES], - [Ol.NOEMBED, Dl.NOEMBED], - [Ol.NOSCRIPT, Dl.NOSCRIPT], - [Ol.OBJECT, Dl.OBJECT], - [Ol.OL, Dl.OL], - [Ol.OPTGROUP, Dl.OPTGROUP], - [Ol.OPTION, Dl.OPTION], - [Ol.P, Dl.P], - [Ol.PARAM, Dl.PARAM], - [Ol.PLAINTEXT, Dl.PLAINTEXT], - [Ol.PRE, Dl.PRE], - [Ol.RB, Dl.RB], - [Ol.RP, Dl.RP], - [Ol.RT, Dl.RT], - [Ol.RTC, Dl.RTC], - [Ol.RUBY, Dl.RUBY], - [Ol.S, Dl.S], - [Ol.SCRIPT, Dl.SCRIPT], - [Ol.SECTION, Dl.SECTION], - [Ol.SELECT, Dl.SELECT], - [Ol.SOURCE, Dl.SOURCE], - [Ol.SMALL, Dl.SMALL], - [Ol.SPAN, Dl.SPAN], - [Ol.STRIKE, Dl.STRIKE], - [Ol.STRONG, Dl.STRONG], - [Ol.STYLE, Dl.STYLE], - [Ol.SUB, Dl.SUB], - [Ol.SUMMARY, Dl.SUMMARY], - [Ol.SUP, Dl.SUP], - [Ol.TABLE, Dl.TABLE], - [Ol.TBODY, Dl.TBODY], - [Ol.TEMPLATE, Dl.TEMPLATE], - [Ol.TEXTAREA, Dl.TEXTAREA], - [Ol.TFOOT, Dl.TFOOT], - [Ol.TD, Dl.TD], - [Ol.TH, Dl.TH], - [Ol.THEAD, Dl.THEAD], - [Ol.TITLE, Dl.TITLE], - [Ol.TR, Dl.TR], - [Ol.TRACK, Dl.TRACK], - [Ol.TT, Dl.TT], - [Ol.U, Dl.U], - [Ol.UL, Dl.UL], - [Ol.SVG, Dl.SVG], - [Ol.VAR, Dl.VAR], - [Ol.WBR, Dl.WBR], - [Ol.XMP, Dl.XMP], + })((Ol = Ol || (Ol = {}))); +const zl = new Map([ + [Bl.A, Ol.A], + [Bl.ADDRESS, Ol.ADDRESS], + [Bl.ANNOTATION_XML, Ol.ANNOTATION_XML], + [Bl.APPLET, Ol.APPLET], + [Bl.AREA, Ol.AREA], + [Bl.ARTICLE, Ol.ARTICLE], + [Bl.ASIDE, Ol.ASIDE], + [Bl.B, Ol.B], + [Bl.BASE, Ol.BASE], + [Bl.BASEFONT, Ol.BASEFONT], + [Bl.BGSOUND, Ol.BGSOUND], + [Bl.BIG, Ol.BIG], + [Bl.BLOCKQUOTE, Ol.BLOCKQUOTE], + [Bl.BODY, Ol.BODY], + [Bl.BR, Ol.BR], + [Bl.BUTTON, Ol.BUTTON], + [Bl.CAPTION, Ol.CAPTION], + [Bl.CENTER, Ol.CENTER], + [Bl.CODE, Ol.CODE], + [Bl.COL, Ol.COL], + [Bl.COLGROUP, Ol.COLGROUP], + [Bl.DD, Ol.DD], + [Bl.DESC, Ol.DESC], + [Bl.DETAILS, Ol.DETAILS], + [Bl.DIALOG, Ol.DIALOG], + [Bl.DIR, Ol.DIR], + [Bl.DIV, Ol.DIV], + [Bl.DL, Ol.DL], + [Bl.DT, Ol.DT], + [Bl.EM, Ol.EM], + [Bl.EMBED, Ol.EMBED], + [Bl.FIELDSET, Ol.FIELDSET], + [Bl.FIGCAPTION, Ol.FIGCAPTION], + [Bl.FIGURE, Ol.FIGURE], + [Bl.FONT, Ol.FONT], + [Bl.FOOTER, Ol.FOOTER], + [Bl.FOREIGN_OBJECT, Ol.FOREIGN_OBJECT], + [Bl.FORM, Ol.FORM], + [Bl.FRAME, Ol.FRAME], + [Bl.FRAMESET, Ol.FRAMESET], + [Bl.H1, Ol.H1], + [Bl.H2, Ol.H2], + [Bl.H3, Ol.H3], + [Bl.H4, Ol.H4], + [Bl.H5, Ol.H5], + [Bl.H6, Ol.H6], + [Bl.HEAD, Ol.HEAD], + [Bl.HEADER, Ol.HEADER], + [Bl.HGROUP, Ol.HGROUP], + [Bl.HR, Ol.HR], + [Bl.HTML, Ol.HTML], + [Bl.I, Ol.I], + [Bl.IMG, Ol.IMG], + [Bl.IMAGE, Ol.IMAGE], + [Bl.INPUT, Ol.INPUT], + [Bl.IFRAME, Ol.IFRAME], + [Bl.KEYGEN, Ol.KEYGEN], + [Bl.LABEL, Ol.LABEL], + [Bl.LI, Ol.LI], + [Bl.LINK, Ol.LINK], + [Bl.LISTING, Ol.LISTING], + [Bl.MAIN, Ol.MAIN], + [Bl.MALIGNMARK, Ol.MALIGNMARK], + [Bl.MARQUEE, Ol.MARQUEE], + [Bl.MATH, Ol.MATH], + [Bl.MENU, Ol.MENU], + [Bl.META, Ol.META], + [Bl.MGLYPH, Ol.MGLYPH], + [Bl.MI, Ol.MI], + [Bl.MO, Ol.MO], + [Bl.MN, Ol.MN], + [Bl.MS, Ol.MS], + [Bl.MTEXT, Ol.MTEXT], + [Bl.NAV, Ol.NAV], + [Bl.NOBR, Ol.NOBR], + [Bl.NOFRAMES, Ol.NOFRAMES], + [Bl.NOEMBED, Ol.NOEMBED], + [Bl.NOSCRIPT, Ol.NOSCRIPT], + [Bl.OBJECT, Ol.OBJECT], + [Bl.OL, Ol.OL], + [Bl.OPTGROUP, Ol.OPTGROUP], + [Bl.OPTION, Ol.OPTION], + [Bl.P, Ol.P], + [Bl.PARAM, Ol.PARAM], + [Bl.PLAINTEXT, Ol.PLAINTEXT], + [Bl.PRE, Ol.PRE], + [Bl.RB, Ol.RB], + [Bl.RP, Ol.RP], + [Bl.RT, Ol.RT], + [Bl.RTC, Ol.RTC], + [Bl.RUBY, Ol.RUBY], + [Bl.S, Ol.S], + [Bl.SCRIPT, Ol.SCRIPT], + [Bl.SECTION, Ol.SECTION], + [Bl.SELECT, Ol.SELECT], + [Bl.SOURCE, Ol.SOURCE], + [Bl.SMALL, Ol.SMALL], + [Bl.SPAN, Ol.SPAN], + [Bl.STRIKE, Ol.STRIKE], + [Bl.STRONG, Ol.STRONG], + [Bl.STYLE, Ol.STYLE], + [Bl.SUB, Ol.SUB], + [Bl.SUMMARY, Ol.SUMMARY], + [Bl.SUP, Ol.SUP], + [Bl.TABLE, Ol.TABLE], + [Bl.TBODY, Ol.TBODY], + [Bl.TEMPLATE, Ol.TEMPLATE], + [Bl.TEXTAREA, Ol.TEXTAREA], + [Bl.TFOOT, Ol.TFOOT], + [Bl.TD, Ol.TD], + [Bl.TH, Ol.TH], + [Bl.THEAD, Ol.THEAD], + [Bl.TITLE, Ol.TITLE], + [Bl.TR, Ol.TR], + [Bl.TRACK, Ol.TRACK], + [Bl.TT, Ol.TT], + [Bl.U, Ol.U], + [Bl.UL, Ol.UL], + [Bl.SVG, Ol.SVG], + [Bl.VAR, Ol.VAR], + [Bl.WBR, Ol.WBR], + [Bl.XMP, Ol.XMP], ]); -function Wl(e) { +function $l(e) { var t; - return null !== (t = $l.get(e)) && void 0 !== t ? t : Dl.UNKNOWN; -} -const jl = Dl, - ql = { - [Il.HTML]: new Set([ - jl.ADDRESS, - jl.APPLET, - jl.AREA, - jl.ARTICLE, - jl.ASIDE, - jl.BASE, - jl.BASEFONT, - jl.BGSOUND, - jl.BLOCKQUOTE, - jl.BODY, - jl.BR, - jl.BUTTON, - jl.CAPTION, - jl.CENTER, - jl.COL, - jl.COLGROUP, - jl.DD, - jl.DETAILS, - jl.DIR, - jl.DIV, - jl.DL, - jl.DT, - jl.EMBED, - jl.FIELDSET, - jl.FIGCAPTION, - jl.FIGURE, - jl.FOOTER, - jl.FORM, - jl.FRAME, - jl.FRAMESET, - jl.H1, - jl.H2, - jl.H3, - jl.H4, - jl.H5, - jl.H6, - jl.HEAD, - jl.HEADER, - jl.HGROUP, - jl.HR, - jl.HTML, - jl.IFRAME, - jl.IMG, - jl.INPUT, - jl.LI, - jl.LINK, - jl.LISTING, - jl.MAIN, - jl.MARQUEE, - jl.MENU, - jl.META, - jl.NAV, - jl.NOEMBED, - jl.NOFRAMES, - jl.NOSCRIPT, - jl.OBJECT, - jl.OL, - jl.P, - jl.PARAM, - jl.PLAINTEXT, - jl.PRE, - jl.SCRIPT, - jl.SECTION, - jl.SELECT, - jl.SOURCE, - jl.STYLE, - jl.SUMMARY, - jl.TABLE, - jl.TBODY, - jl.TD, - jl.TEMPLATE, - jl.TEXTAREA, - jl.TFOOT, - jl.TH, - jl.THEAD, - jl.TITLE, - jl.TR, - jl.TRACK, - jl.UL, - jl.WBR, - jl.XMP, + return null !== (t = zl.get(e)) && void 0 !== t ? t : Ol.UNKNOWN; +} +const Wl = Ol, + jl = { + [kl.HTML]: new Set([ + Wl.ADDRESS, + Wl.APPLET, + Wl.AREA, + Wl.ARTICLE, + Wl.ASIDE, + Wl.BASE, + Wl.BASEFONT, + Wl.BGSOUND, + Wl.BLOCKQUOTE, + Wl.BODY, + Wl.BR, + Wl.BUTTON, + Wl.CAPTION, + Wl.CENTER, + Wl.COL, + Wl.COLGROUP, + Wl.DD, + Wl.DETAILS, + Wl.DIR, + Wl.DIV, + Wl.DL, + Wl.DT, + Wl.EMBED, + Wl.FIELDSET, + Wl.FIGCAPTION, + Wl.FIGURE, + Wl.FOOTER, + Wl.FORM, + Wl.FRAME, + Wl.FRAMESET, + Wl.H1, + Wl.H2, + Wl.H3, + Wl.H4, + Wl.H5, + Wl.H6, + Wl.HEAD, + Wl.HEADER, + Wl.HGROUP, + Wl.HR, + Wl.HTML, + Wl.IFRAME, + Wl.IMG, + Wl.INPUT, + Wl.LI, + Wl.LINK, + Wl.LISTING, + Wl.MAIN, + Wl.MARQUEE, + Wl.MENU, + Wl.META, + Wl.NAV, + Wl.NOEMBED, + Wl.NOFRAMES, + Wl.NOSCRIPT, + Wl.OBJECT, + Wl.OL, + Wl.P, + Wl.PARAM, + Wl.PLAINTEXT, + Wl.PRE, + Wl.SCRIPT, + Wl.SECTION, + Wl.SELECT, + Wl.SOURCE, + Wl.STYLE, + Wl.SUMMARY, + Wl.TABLE, + Wl.TBODY, + Wl.TD, + Wl.TEMPLATE, + Wl.TEXTAREA, + Wl.TFOOT, + Wl.TH, + Wl.THEAD, + Wl.TITLE, + Wl.TR, + Wl.TRACK, + Wl.UL, + Wl.WBR, + Wl.XMP, ]), - [Il.MATHML]: new Set([ - jl.MI, - jl.MO, - jl.MN, - jl.MS, - jl.MTEXT, - jl.ANNOTATION_XML, + [kl.MATHML]: new Set([ + Wl.MI, + Wl.MO, + Wl.MN, + Wl.MS, + Wl.MTEXT, + Wl.ANNOTATION_XML, ]), - [Il.SVG]: new Set([jl.TITLE, jl.FOREIGN_OBJECT, jl.DESC]), - [Il.XLINK]: new Set(), - [Il.XML]: new Set(), - [Il.XMLNS]: new Set(), + [kl.SVG]: new Set([Wl.TITLE, Wl.FOREIGN_OBJECT, Wl.DESC]), + [kl.XLINK]: new Set(), + [kl.XML]: new Set(), + [kl.XMLNS]: new Set(), }; -function Yl(e) { +function ql(e) { return ( - e === jl.H1 || - e === jl.H2 || - e === jl.H3 || - e === jl.H4 || - e === jl.H5 || - e === jl.H6 + e === Wl.H1 || + e === Wl.H2 || + e === Wl.H3 || + e === Wl.H4 || + e === Wl.H5 || + e === Wl.H6 ); } new Set([ - Ol.STYLE, - Ol.SCRIPT, - Ol.XMP, - Ol.IFRAME, - Ol.NOEMBED, - Ol.NOFRAMES, - Ol.PLAINTEXT, + Bl.STYLE, + Bl.SCRIPT, + Bl.XMP, + Bl.IFRAME, + Bl.NOEMBED, + Bl.NOFRAMES, + Bl.PLAINTEXT, ]); -const Kl = new Map([ +const Yl = new Map([ [128, 8364], [130, 8218], [131, 402], @@ -11185,7 +11184,7 @@ const Kl = new Map([ [158, 382], [159, 376], ]); -var Xl; +var Kl; !(function (e) { (e[(e.DATA = 0)] = "DATA"), (e[(e.RCDATA = 1)] = "RCDATA"), @@ -11292,52 +11291,52 @@ var Xl; (e[(e.DECIMAL_CHARACTER_REFERENCE = 77)] = "DECIMAL_CHARACTER_REFERENCE"), (e[(e.NUMERIC_CHARACTER_REFERENCE_END = 78)] = "NUMERIC_CHARACTER_REFERENCE_END"); -})(Xl || (Xl = {})); -const Ql = { - DATA: Xl.DATA, - RCDATA: Xl.RCDATA, - RAWTEXT: Xl.RAWTEXT, - SCRIPT_DATA: Xl.SCRIPT_DATA, - PLAINTEXT: Xl.PLAINTEXT, - CDATA_SECTION: Xl.CDATA_SECTION, +})(Kl || (Kl = {})); +const Xl = { + DATA: Kl.DATA, + RCDATA: Kl.RCDATA, + RAWTEXT: Kl.RAWTEXT, + SCRIPT_DATA: Kl.SCRIPT_DATA, + PLAINTEXT: Kl.PLAINTEXT, + CDATA_SECTION: Kl.CDATA_SECTION, }; +function Ql(e) { + return e >= dl.DIGIT_0 && e <= dl.DIGIT_9; +} function Jl(e) { - return e >= ul.DIGIT_0 && e <= ul.DIGIT_9; + return e >= dl.LATIN_CAPITAL_A && e <= dl.LATIN_CAPITAL_Z; } function ei(e) { - return e >= ul.LATIN_CAPITAL_A && e <= ul.LATIN_CAPITAL_Z; -} -function ti(e) { return ( (function (e) { - return e >= ul.LATIN_SMALL_A && e <= ul.LATIN_SMALL_Z; - })(e) || ei(e) + return e >= dl.LATIN_SMALL_A && e <= dl.LATIN_SMALL_Z; + })(e) || Jl(e) ); } +function ti(e) { + return ei(e) || Ql(e); +} function ni(e) { - return ti(e) || Jl(e); + return e >= dl.LATIN_CAPITAL_A && e <= dl.LATIN_CAPITAL_F; } function ri(e) { - return e >= ul.LATIN_CAPITAL_A && e <= ul.LATIN_CAPITAL_F; + return e >= dl.LATIN_SMALL_A && e <= dl.LATIN_SMALL_F; } function oi(e) { - return e >= ul.LATIN_SMALL_A && e <= ul.LATIN_SMALL_F; -} -function ai(e) { return e + 32; } -function li(e) { +function ai(e) { return ( - e === ul.SPACE || - e === ul.LINE_FEED || - e === ul.TABULATION || - e === ul.FORM_FEED + e === dl.SPACE || + e === dl.LINE_FEED || + e === dl.TABULATION || + e === dl.FORM_FEED ); } -function ii(e) { - return li(e) || e === ul.SOLIDUS || e === ul.GREATER_THAN_SIGN; +function li(e) { + return ai(e) || e === dl.SOLIDUS || e === dl.GREATER_THAN_SIGN; } -class Ci { +class ii { constructor(e, t) { (this.options = e), (this.handler = t), @@ -11346,14 +11345,14 @@ class Ci { (this.inForeignNode = !1), (this.lastStartTagName = ""), (this.active = !1), - (this.state = Xl.DATA), - (this.returnState = Xl.DATA), + (this.state = Kl.DATA), + (this.returnState = Kl.DATA), (this.charRefCode = -1), (this.consumedAfterSnapshot = -1), (this.currentCharacterToken = null), (this.currentToken = null), (this.currentAttr = { name: "", value: "" }), - (this.preprocessor = new Ml(t)), + (this.preprocessor = new bl(t)), (this.currentLocation = this.getCurrentLocation(-1)); } _err(e) { @@ -11430,9 +11429,9 @@ class Ci { } _createStartTagToken() { this.currentToken = { - type: Hl.START_TAG, + type: Ml.START_TAG, tagName: "", - tagID: Dl.UNKNOWN, + tagID: Ol.UNKNOWN, selfClosing: !1, ackSelfClosing: !1, attrs: [], @@ -11441,9 +11440,9 @@ class Ci { } _createEndTagToken() { this.currentToken = { - type: Hl.END_TAG, + type: Ml.END_TAG, tagName: "", - tagID: Dl.UNKNOWN, + tagID: Ol.UNKNOWN, selfClosing: !1, ackSelfClosing: !1, attrs: [], @@ -11452,14 +11451,14 @@ class Ci { } _createCommentToken(e) { this.currentToken = { - type: Hl.COMMENT, + type: Ml.COMMENT, data: "", location: this.getCurrentLocation(e), }; } _createDoctypeToken(e) { this.currentToken = { - type: Hl.DOCTYPE, + type: Ml.DOCTYPE, name: e, forceQuirks: !1, publicId: null, @@ -11481,7 +11480,7 @@ class Ci { _leaveAttrName() { var e, t; const n = this.currentToken; - if (null === yl(n, this.currentAttr.name)) { + if (null === Hl(n, this.currentAttr.name)) { if ( (n.attrs.push(this.currentAttr), n.location && this.currentLocation) ) { @@ -11491,7 +11490,7 @@ class Ci { this.currentLocation), this._leaveAttrValue(); } - } else this._err(bl.duplicateAttribute); + } else this._err(Ll.duplicateAttribute); } _leaveAttrValue() { this.currentLocation && @@ -11511,11 +11510,11 @@ class Ci { emitCurrentTagToken() { const e = this.currentToken; this.prepareToken(e), - (e.tagID = Wl(e.tagName)), - e.type === Hl.START_TAG + (e.tagID = $l(e.tagName)), + e.type === Ml.START_TAG ? ((this.lastStartTagName = e.tagName), this.handler.onStartTag(e)) - : (e.attrs.length > 0 && this._err(bl.endTagWithAttributes), - e.selfClosing && this._err(bl.endTagWithTrailingSolidus), + : (e.attrs.length > 0 && this._err(Ll.endTagWithAttributes), + e.selfClosing && this._err(Ll.endTagWithTrailingSolidus), this.handler.onEndTag(e)), this.preprocessor.dropParsedChunk(); } @@ -11539,13 +11538,13 @@ class Ci { (this.currentCharacterToken.location.endOffset = e.startOffset)), this.currentCharacterToken.type) ) { - case Hl.CHARACTER: + case Ml.CHARACTER: this.handler.onCharacter(this.currentCharacterToken); break; - case Hl.NULL_CHARACTER: + case Ml.NULL_CHARACTER: this.handler.onNullCharacter(this.currentCharacterToken); break; - case Hl.WHITESPACE_CHARACTER: + case Ml.WHITESPACE_CHARACTER: this.handler.onWhitespaceCharacter(this.currentCharacterToken); } this.currentCharacterToken = null; @@ -11558,7 +11557,7 @@ class Ci { (e.endCol = e.startCol), (e.endOffset = e.startOffset)), this._emitCurrentCharacterToken(e), - this.handler.onEof({ type: Hl.EOF, location: e }), + this.handler.onEof({ type: Ml.EOF, location: e }), (this.active = !1); } _appendCharToCurrentCharacterToken(e, t) { @@ -11572,42 +11571,42 @@ class Ci { this._createCharacterToken(e, t); } _emitCodePoint(e) { - const t = li(e) - ? Hl.WHITESPACE_CHARACTER - : e === ul.NULL - ? Hl.NULL_CHARACTER - : Hl.CHARACTER; + const t = ai(e) + ? Ml.WHITESPACE_CHARACTER + : e === dl.NULL + ? Ml.NULL_CHARACTER + : Ml.CHARACTER; this._appendCharToCurrentCharacterToken(t, String.fromCodePoint(e)); } _emitChars(e) { - this._appendCharToCurrentCharacterToken(Hl.CHARACTER, e); + this._appendCharToCurrentCharacterToken(Ml.CHARACTER, e); } _matchNamedCharacterReference(e) { let t = null, n = 0, r = !1; for ( - let a = 0, l = xl[0]; - a >= 0 && ((a = zl(xl, l, a + 1, e)), !(a < 0)); + let a = 0, l = Rl[0]; + a >= 0 && ((a = Gl(Rl, l, a + 1, e)), !(a < 0)); e = this._consume() ) { - (n += 1), (l = xl[a]); - const i = l & _l.VALUE_LENGTH; + (n += 1), (l = Rl[a]); + const i = l & Vl.VALUE_LENGTH; if (i) { const l = (i >> 14) - 1; if ( - (e !== ul.SEMICOLON && + (e !== dl.SEMICOLON && this._isCharacterReferenceInAttribute() && - ((o = this.preprocessor.peek(1)) === ul.EQUALS_SIGN || ni(o)) - ? ((t = [ul.AMPERSAND]), (a += l)) + ((o = this.preprocessor.peek(1)) === dl.EQUALS_SIGN || ti(o)) + ? ((t = [dl.AMPERSAND]), (a += l)) : ((t = 0 === l - ? [xl[a] & ~_l.VALUE_LENGTH] + ? [Rl[a] & ~Vl.VALUE_LENGTH] : 1 === l - ? [xl[++a]] - : [xl[++a], xl[++a]]), + ? [Rl[++a]] + : [Rl[++a], Rl[++a]]), (n = 0), - (r = e !== ul.SEMICOLON)), + (r = e !== dl.SEMICOLON)), 0 === l) ) { this._consume(); @@ -11620,16 +11619,16 @@ class Ci { this._unconsume(n), r && !this.preprocessor.endOfChunkHit && - this._err(bl.missingSemicolonAfterCharacterReference), + this._err(Ll.missingSemicolonAfterCharacterReference), this._unconsume(1), t ); } _isCharacterReferenceInAttribute() { return ( - this.returnState === Xl.ATTRIBUTE_VALUE_DOUBLE_QUOTED || - this.returnState === Xl.ATTRIBUTE_VALUE_SINGLE_QUOTED || - this.returnState === Xl.ATTRIBUTE_VALUE_UNQUOTED + this.returnState === Kl.ATTRIBUTE_VALUE_DOUBLE_QUOTED || + this.returnState === Kl.ATTRIBUTE_VALUE_SINGLE_QUOTED || + this.returnState === Kl.ATTRIBUTE_VALUE_UNQUOTED ); } _flushCodePointConsumedAsCharacterReference(e) { @@ -11639,241 +11638,241 @@ class Ci { } _callState(e) { switch (this.state) { - case Xl.DATA: + case Kl.DATA: this._stateData(e); break; - case Xl.RCDATA: + case Kl.RCDATA: this._stateRcdata(e); break; - case Xl.RAWTEXT: + case Kl.RAWTEXT: this._stateRawtext(e); break; - case Xl.SCRIPT_DATA: + case Kl.SCRIPT_DATA: this._stateScriptData(e); break; - case Xl.PLAINTEXT: + case Kl.PLAINTEXT: this._statePlaintext(e); break; - case Xl.TAG_OPEN: + case Kl.TAG_OPEN: this._stateTagOpen(e); break; - case Xl.END_TAG_OPEN: + case Kl.END_TAG_OPEN: this._stateEndTagOpen(e); break; - case Xl.TAG_NAME: + case Kl.TAG_NAME: this._stateTagName(e); break; - case Xl.RCDATA_LESS_THAN_SIGN: + case Kl.RCDATA_LESS_THAN_SIGN: this._stateRcdataLessThanSign(e); break; - case Xl.RCDATA_END_TAG_OPEN: + case Kl.RCDATA_END_TAG_OPEN: this._stateRcdataEndTagOpen(e); break; - case Xl.RCDATA_END_TAG_NAME: + case Kl.RCDATA_END_TAG_NAME: this._stateRcdataEndTagName(e); break; - case Xl.RAWTEXT_LESS_THAN_SIGN: + case Kl.RAWTEXT_LESS_THAN_SIGN: this._stateRawtextLessThanSign(e); break; - case Xl.RAWTEXT_END_TAG_OPEN: + case Kl.RAWTEXT_END_TAG_OPEN: this._stateRawtextEndTagOpen(e); break; - case Xl.RAWTEXT_END_TAG_NAME: + case Kl.RAWTEXT_END_TAG_NAME: this._stateRawtextEndTagName(e); break; - case Xl.SCRIPT_DATA_LESS_THAN_SIGN: + case Kl.SCRIPT_DATA_LESS_THAN_SIGN: this._stateScriptDataLessThanSign(e); break; - case Xl.SCRIPT_DATA_END_TAG_OPEN: + case Kl.SCRIPT_DATA_END_TAG_OPEN: this._stateScriptDataEndTagOpen(e); break; - case Xl.SCRIPT_DATA_END_TAG_NAME: + case Kl.SCRIPT_DATA_END_TAG_NAME: this._stateScriptDataEndTagName(e); break; - case Xl.SCRIPT_DATA_ESCAPE_START: + case Kl.SCRIPT_DATA_ESCAPE_START: this._stateScriptDataEscapeStart(e); break; - case Xl.SCRIPT_DATA_ESCAPE_START_DASH: + case Kl.SCRIPT_DATA_ESCAPE_START_DASH: this._stateScriptDataEscapeStartDash(e); break; - case Xl.SCRIPT_DATA_ESCAPED: + case Kl.SCRIPT_DATA_ESCAPED: this._stateScriptDataEscaped(e); break; - case Xl.SCRIPT_DATA_ESCAPED_DASH: + case Kl.SCRIPT_DATA_ESCAPED_DASH: this._stateScriptDataEscapedDash(e); break; - case Xl.SCRIPT_DATA_ESCAPED_DASH_DASH: + case Kl.SCRIPT_DATA_ESCAPED_DASH_DASH: this._stateScriptDataEscapedDashDash(e); break; - case Xl.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN: + case Kl.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN: this._stateScriptDataEscapedLessThanSign(e); break; - case Xl.SCRIPT_DATA_ESCAPED_END_TAG_OPEN: + case Kl.SCRIPT_DATA_ESCAPED_END_TAG_OPEN: this._stateScriptDataEscapedEndTagOpen(e); break; - case Xl.SCRIPT_DATA_ESCAPED_END_TAG_NAME: + case Kl.SCRIPT_DATA_ESCAPED_END_TAG_NAME: this._stateScriptDataEscapedEndTagName(e); break; - case Xl.SCRIPT_DATA_DOUBLE_ESCAPE_START: + case Kl.SCRIPT_DATA_DOUBLE_ESCAPE_START: this._stateScriptDataDoubleEscapeStart(e); break; - case Xl.SCRIPT_DATA_DOUBLE_ESCAPED: + case Kl.SCRIPT_DATA_DOUBLE_ESCAPED: this._stateScriptDataDoubleEscaped(e); break; - case Xl.SCRIPT_DATA_DOUBLE_ESCAPED_DASH: + case Kl.SCRIPT_DATA_DOUBLE_ESCAPED_DASH: this._stateScriptDataDoubleEscapedDash(e); break; - case Xl.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH: + case Kl.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH: this._stateScriptDataDoubleEscapedDashDash(e); break; - case Xl.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN: + case Kl.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN: this._stateScriptDataDoubleEscapedLessThanSign(e); break; - case Xl.SCRIPT_DATA_DOUBLE_ESCAPE_END: + case Kl.SCRIPT_DATA_DOUBLE_ESCAPE_END: this._stateScriptDataDoubleEscapeEnd(e); break; - case Xl.BEFORE_ATTRIBUTE_NAME: + case Kl.BEFORE_ATTRIBUTE_NAME: this._stateBeforeAttributeName(e); break; - case Xl.ATTRIBUTE_NAME: + case Kl.ATTRIBUTE_NAME: this._stateAttributeName(e); break; - case Xl.AFTER_ATTRIBUTE_NAME: + case Kl.AFTER_ATTRIBUTE_NAME: this._stateAfterAttributeName(e); break; - case Xl.BEFORE_ATTRIBUTE_VALUE: + case Kl.BEFORE_ATTRIBUTE_VALUE: this._stateBeforeAttributeValue(e); break; - case Xl.ATTRIBUTE_VALUE_DOUBLE_QUOTED: + case Kl.ATTRIBUTE_VALUE_DOUBLE_QUOTED: this._stateAttributeValueDoubleQuoted(e); break; - case Xl.ATTRIBUTE_VALUE_SINGLE_QUOTED: + case Kl.ATTRIBUTE_VALUE_SINGLE_QUOTED: this._stateAttributeValueSingleQuoted(e); break; - case Xl.ATTRIBUTE_VALUE_UNQUOTED: + case Kl.ATTRIBUTE_VALUE_UNQUOTED: this._stateAttributeValueUnquoted(e); break; - case Xl.AFTER_ATTRIBUTE_VALUE_QUOTED: + case Kl.AFTER_ATTRIBUTE_VALUE_QUOTED: this._stateAfterAttributeValueQuoted(e); break; - case Xl.SELF_CLOSING_START_TAG: + case Kl.SELF_CLOSING_START_TAG: this._stateSelfClosingStartTag(e); break; - case Xl.BOGUS_COMMENT: + case Kl.BOGUS_COMMENT: this._stateBogusComment(e); break; - case Xl.MARKUP_DECLARATION_OPEN: + case Kl.MARKUP_DECLARATION_OPEN: this._stateMarkupDeclarationOpen(e); break; - case Xl.COMMENT_START: + case Kl.COMMENT_START: this._stateCommentStart(e); break; - case Xl.COMMENT_START_DASH: + case Kl.COMMENT_START_DASH: this._stateCommentStartDash(e); break; - case Xl.COMMENT: + case Kl.COMMENT: this._stateComment(e); break; - case Xl.COMMENT_LESS_THAN_SIGN: + case Kl.COMMENT_LESS_THAN_SIGN: this._stateCommentLessThanSign(e); break; - case Xl.COMMENT_LESS_THAN_SIGN_BANG: + case Kl.COMMENT_LESS_THAN_SIGN_BANG: this._stateCommentLessThanSignBang(e); break; - case Xl.COMMENT_LESS_THAN_SIGN_BANG_DASH: + case Kl.COMMENT_LESS_THAN_SIGN_BANG_DASH: this._stateCommentLessThanSignBangDash(e); break; - case Xl.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH: + case Kl.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH: this._stateCommentLessThanSignBangDashDash(e); break; - case Xl.COMMENT_END_DASH: + case Kl.COMMENT_END_DASH: this._stateCommentEndDash(e); break; - case Xl.COMMENT_END: + case Kl.COMMENT_END: this._stateCommentEnd(e); break; - case Xl.COMMENT_END_BANG: + case Kl.COMMENT_END_BANG: this._stateCommentEndBang(e); break; - case Xl.DOCTYPE: + case Kl.DOCTYPE: this._stateDoctype(e); break; - case Xl.BEFORE_DOCTYPE_NAME: + case Kl.BEFORE_DOCTYPE_NAME: this._stateBeforeDoctypeName(e); break; - case Xl.DOCTYPE_NAME: + case Kl.DOCTYPE_NAME: this._stateDoctypeName(e); break; - case Xl.AFTER_DOCTYPE_NAME: + case Kl.AFTER_DOCTYPE_NAME: this._stateAfterDoctypeName(e); break; - case Xl.AFTER_DOCTYPE_PUBLIC_KEYWORD: + case Kl.AFTER_DOCTYPE_PUBLIC_KEYWORD: this._stateAfterDoctypePublicKeyword(e); break; - case Xl.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER: + case Kl.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER: this._stateBeforeDoctypePublicIdentifier(e); break; - case Xl.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED: + case Kl.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED: this._stateDoctypePublicIdentifierDoubleQuoted(e); break; - case Xl.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED: + case Kl.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED: this._stateDoctypePublicIdentifierSingleQuoted(e); break; - case Xl.AFTER_DOCTYPE_PUBLIC_IDENTIFIER: + case Kl.AFTER_DOCTYPE_PUBLIC_IDENTIFIER: this._stateAfterDoctypePublicIdentifier(e); break; - case Xl.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS: + case Kl.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS: this._stateBetweenDoctypePublicAndSystemIdentifiers(e); break; - case Xl.AFTER_DOCTYPE_SYSTEM_KEYWORD: + case Kl.AFTER_DOCTYPE_SYSTEM_KEYWORD: this._stateAfterDoctypeSystemKeyword(e); break; - case Xl.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER: + case Kl.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER: this._stateBeforeDoctypeSystemIdentifier(e); break; - case Xl.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED: + case Kl.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED: this._stateDoctypeSystemIdentifierDoubleQuoted(e); break; - case Xl.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED: + case Kl.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED: this._stateDoctypeSystemIdentifierSingleQuoted(e); break; - case Xl.AFTER_DOCTYPE_SYSTEM_IDENTIFIER: + case Kl.AFTER_DOCTYPE_SYSTEM_IDENTIFIER: this._stateAfterDoctypeSystemIdentifier(e); break; - case Xl.BOGUS_DOCTYPE: + case Kl.BOGUS_DOCTYPE: this._stateBogusDoctype(e); break; - case Xl.CDATA_SECTION: + case Kl.CDATA_SECTION: this._stateCdataSection(e); break; - case Xl.CDATA_SECTION_BRACKET: + case Kl.CDATA_SECTION_BRACKET: this._stateCdataSectionBracket(e); break; - case Xl.CDATA_SECTION_END: + case Kl.CDATA_SECTION_END: this._stateCdataSectionEnd(e); break; - case Xl.CHARACTER_REFERENCE: + case Kl.CHARACTER_REFERENCE: this._stateCharacterReference(e); break; - case Xl.NAMED_CHARACTER_REFERENCE: + case Kl.NAMED_CHARACTER_REFERENCE: this._stateNamedCharacterReference(e); break; - case Xl.AMBIGUOUS_AMPERSAND: + case Kl.AMBIGUOUS_AMPERSAND: this._stateAmbiguousAmpersand(e); break; - case Xl.NUMERIC_CHARACTER_REFERENCE: + case Kl.NUMERIC_CHARACTER_REFERENCE: this._stateNumericCharacterReference(e); break; - case Xl.HEXADEMICAL_CHARACTER_REFERENCE_START: + case Kl.HEXADEMICAL_CHARACTER_REFERENCE_START: this._stateHexademicalCharacterReferenceStart(e); break; - case Xl.HEXADEMICAL_CHARACTER_REFERENCE: + case Kl.HEXADEMICAL_CHARACTER_REFERENCE: this._stateHexademicalCharacterReference(e); break; - case Xl.DECIMAL_CHARACTER_REFERENCE: + case Kl.DECIMAL_CHARACTER_REFERENCE: this._stateDecimalCharacterReference(e); break; - case Xl.NUMERIC_CHARACTER_REFERENCE_END: + case Kl.NUMERIC_CHARACTER_REFERENCE_END: this._stateNumericCharacterReferenceEnd(e); break; default: @@ -11882,16 +11881,16 @@ class Ci { } _stateData(e) { switch (e) { - case ul.LESS_THAN_SIGN: - this.state = Xl.TAG_OPEN; + case dl.LESS_THAN_SIGN: + this.state = Kl.TAG_OPEN; break; - case ul.AMPERSAND: - (this.returnState = Xl.DATA), (this.state = Xl.CHARACTER_REFERENCE); + case dl.AMPERSAND: + (this.returnState = Kl.DATA), (this.state = Kl.CHARACTER_REFERENCE); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), this._emitCodePoint(e); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), this._emitCodePoint(e); break; - case ul.EOF: + case dl.EOF: this._emitEOFToken(); break; default: @@ -11900,16 +11899,16 @@ class Ci { } _stateRcdata(e) { switch (e) { - case ul.AMPERSAND: - (this.returnState = Xl.RCDATA), (this.state = Xl.CHARACTER_REFERENCE); + case dl.AMPERSAND: + (this.returnState = Kl.RCDATA), (this.state = Kl.CHARACTER_REFERENCE); break; - case ul.LESS_THAN_SIGN: - this.state = Xl.RCDATA_LESS_THAN_SIGN; + case dl.LESS_THAN_SIGN: + this.state = Kl.RCDATA_LESS_THAN_SIGN; break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), this._emitChars(dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), this._emitChars(cl); break; - case ul.EOF: + case dl.EOF: this._emitEOFToken(); break; default: @@ -11918,13 +11917,13 @@ class Ci { } _stateRawtext(e) { switch (e) { - case ul.LESS_THAN_SIGN: - this.state = Xl.RAWTEXT_LESS_THAN_SIGN; + case dl.LESS_THAN_SIGN: + this.state = Kl.RAWTEXT_LESS_THAN_SIGN; break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), this._emitChars(dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), this._emitChars(cl); break; - case ul.EOF: + case dl.EOF: this._emitEOFToken(); break; default: @@ -11933,13 +11932,13 @@ class Ci { } _stateScriptData(e) { switch (e) { - case ul.LESS_THAN_SIGN: - this.state = Xl.SCRIPT_DATA_LESS_THAN_SIGN; + case dl.LESS_THAN_SIGN: + this.state = Kl.SCRIPT_DATA_LESS_THAN_SIGN; break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), this._emitChars(dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), this._emitChars(cl); break; - case ul.EOF: + case dl.EOF: this._emitEOFToken(); break; default: @@ -11948,10 +11947,10 @@ class Ci { } _statePlaintext(e) { switch (e) { - case ul.NULL: - this._err(bl.unexpectedNullCharacter), this._emitChars(dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), this._emitChars(cl); break; - case ul.EOF: + case dl.EOF: this._emitEOFToken(); break; default: @@ -11959,92 +11958,92 @@ class Ci { } } _stateTagOpen(e) { - if (ti(e)) + if (ei(e)) this._createStartTagToken(), - (this.state = Xl.TAG_NAME), + (this.state = Kl.TAG_NAME), this._stateTagName(e); else switch (e) { - case ul.EXCLAMATION_MARK: - this.state = Xl.MARKUP_DECLARATION_OPEN; + case dl.EXCLAMATION_MARK: + this.state = Kl.MARKUP_DECLARATION_OPEN; break; - case ul.SOLIDUS: - this.state = Xl.END_TAG_OPEN; + case dl.SOLIDUS: + this.state = Kl.END_TAG_OPEN; break; - case ul.QUESTION_MARK: - this._err(bl.unexpectedQuestionMarkInsteadOfTagName), + case dl.QUESTION_MARK: + this._err(Ll.unexpectedQuestionMarkInsteadOfTagName), this._createCommentToken(1), - (this.state = Xl.BOGUS_COMMENT), + (this.state = Kl.BOGUS_COMMENT), this._stateBogusComment(e); break; - case ul.EOF: - this._err(bl.eofBeforeTagName), + case dl.EOF: + this._err(Ll.eofBeforeTagName), this._emitChars("<"), this._emitEOFToken(); break; default: - this._err(bl.invalidFirstCharacterOfTagName), + this._err(Ll.invalidFirstCharacterOfTagName), this._emitChars("<"), - (this.state = Xl.DATA), + (this.state = Kl.DATA), this._stateData(e); } } _stateEndTagOpen(e) { - if (ti(e)) + if (ei(e)) this._createEndTagToken(), - (this.state = Xl.TAG_NAME), + (this.state = Kl.TAG_NAME), this._stateTagName(e); else switch (e) { - case ul.GREATER_THAN_SIGN: - this._err(bl.missingEndTagName), (this.state = Xl.DATA); + case dl.GREATER_THAN_SIGN: + this._err(Ll.missingEndTagName), (this.state = Kl.DATA); break; - case ul.EOF: - this._err(bl.eofBeforeTagName), + case dl.EOF: + this._err(Ll.eofBeforeTagName), this._emitChars(""); + case dl.GREATER_THAN_SIGN: + (this.state = Kl.SCRIPT_DATA), this._emitChars(">"); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), - (this.state = Xl.SCRIPT_DATA_ESCAPED), - this._emitChars(dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), + (this.state = Kl.SCRIPT_DATA_ESCAPED), + this._emitChars(cl); break; - case ul.EOF: - this._err(bl.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); + case dl.EOF: + this._err(Ll.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); break; default: - (this.state = Xl.SCRIPT_DATA_ESCAPED), this._emitCodePoint(e); + (this.state = Kl.SCRIPT_DATA_ESCAPED), this._emitCodePoint(e); } } _stateScriptDataEscapedLessThanSign(e) { - e === ul.SOLIDUS - ? (this.state = Xl.SCRIPT_DATA_ESCAPED_END_TAG_OPEN) - : ti(e) + e === dl.SOLIDUS + ? (this.state = Kl.SCRIPT_DATA_ESCAPED_END_TAG_OPEN) + : ei(e) ? (this._emitChars("<"), - (this.state = Xl.SCRIPT_DATA_DOUBLE_ESCAPE_START), + (this.state = Kl.SCRIPT_DATA_DOUBLE_ESCAPE_START), this._stateScriptDataDoubleEscapeStart(e)) : (this._emitChars("<"), - (this.state = Xl.SCRIPT_DATA_ESCAPED), + (this.state = Kl.SCRIPT_DATA_ESCAPED), this._stateScriptDataEscaped(e)); } _stateScriptDataEscapedEndTagOpen(e) { - ti(e) - ? ((this.state = Xl.SCRIPT_DATA_ESCAPED_END_TAG_NAME), + ei(e) + ? ((this.state = Kl.SCRIPT_DATA_ESCAPED_END_TAG_NAME), this._stateScriptDataEscapedEndTagName(e)) : (this._emitChars(""); + case dl.GREATER_THAN_SIGN: + (this.state = Kl.SCRIPT_DATA), this._emitChars(">"); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), - (this.state = Xl.SCRIPT_DATA_DOUBLE_ESCAPED), - this._emitChars(dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), + (this.state = Kl.SCRIPT_DATA_DOUBLE_ESCAPED), + this._emitChars(cl); break; - case ul.EOF: - this._err(bl.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); + case dl.EOF: + this._err(Ll.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); break; default: - (this.state = Xl.SCRIPT_DATA_DOUBLE_ESCAPED), this._emitCodePoint(e); + (this.state = Kl.SCRIPT_DATA_DOUBLE_ESCAPED), this._emitCodePoint(e); } } _stateScriptDataDoubleEscapedLessThanSign(e) { - e === ul.SOLIDUS - ? ((this.state = Xl.SCRIPT_DATA_DOUBLE_ESCAPE_END), this._emitChars("/")) - : ((this.state = Xl.SCRIPT_DATA_DOUBLE_ESCAPED), + e === dl.SOLIDUS + ? ((this.state = Kl.SCRIPT_DATA_DOUBLE_ESCAPE_END), this._emitChars("/")) + : ((this.state = Kl.SCRIPT_DATA_DOUBLE_ESCAPED), this._stateScriptDataDoubleEscaped(e)); } _stateScriptDataDoubleEscapeEnd(e) { if ( - this.preprocessor.startsWith(hl, !1) && - ii(this.preprocessor.peek(hl.length)) + this.preprocessor.startsWith(gl, !1) && + li(this.preprocessor.peek(gl.length)) ) { this._emitCodePoint(e); - for (let e = 0; e < hl.length; e++) this._emitCodePoint(this._consume()); - this.state = Xl.SCRIPT_DATA_ESCAPED; + for (let e = 0; e < gl.length; e++) this._emitCodePoint(this._consume()); + this.state = Kl.SCRIPT_DATA_ESCAPED; } else this._ensureHibernation() || - ((this.state = Xl.SCRIPT_DATA_DOUBLE_ESCAPED), + ((this.state = Kl.SCRIPT_DATA_DOUBLE_ESCAPED), this._stateScriptDataDoubleEscaped(e)); } _stateBeforeAttributeName(e) { switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: break; - case ul.SOLIDUS: - case ul.GREATER_THAN_SIGN: - case ul.EOF: - (this.state = Xl.AFTER_ATTRIBUTE_NAME), + case dl.SOLIDUS: + case dl.GREATER_THAN_SIGN: + case dl.EOF: + (this.state = Kl.AFTER_ATTRIBUTE_NAME), this._stateAfterAttributeName(e); break; - case ul.EQUALS_SIGN: - this._err(bl.unexpectedEqualsSignBeforeAttributeName), + case dl.EQUALS_SIGN: + this._err(Ll.unexpectedEqualsSignBeforeAttributeName), this._createAttr("="), - (this.state = Xl.ATTRIBUTE_NAME); + (this.state = Kl.ATTRIBUTE_NAME); break; default: this._createAttr(""), - (this.state = Xl.ATTRIBUTE_NAME), + (this.state = Kl.ATTRIBUTE_NAME), this._stateAttributeName(e); } } _stateAttributeName(e) { switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: - case ul.SOLIDUS: - case ul.GREATER_THAN_SIGN: - case ul.EOF: + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: + case dl.SOLIDUS: + case dl.GREATER_THAN_SIGN: + case dl.EOF: this._leaveAttrName(), - (this.state = Xl.AFTER_ATTRIBUTE_NAME), + (this.state = Kl.AFTER_ATTRIBUTE_NAME), this._stateAfterAttributeName(e); break; - case ul.EQUALS_SIGN: - this._leaveAttrName(), (this.state = Xl.BEFORE_ATTRIBUTE_VALUE); + case dl.EQUALS_SIGN: + this._leaveAttrName(), (this.state = Kl.BEFORE_ATTRIBUTE_VALUE); break; - case ul.QUOTATION_MARK: - case ul.APOSTROPHE: - case ul.LESS_THAN_SIGN: - this._err(bl.unexpectedCharacterInAttributeName), + case dl.QUOTATION_MARK: + case dl.APOSTROPHE: + case dl.LESS_THAN_SIGN: + this._err(Ll.unexpectedCharacterInAttributeName), (this.currentAttr.name += String.fromCodePoint(e)); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (this.currentAttr.name += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (this.currentAttr.name += cl); break; default: - this.currentAttr.name += String.fromCodePoint(ei(e) ? ai(e) : e); + this.currentAttr.name += String.fromCodePoint(Jl(e) ? oi(e) : e); } } _stateAfterAttributeName(e) { switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: break; - case ul.SOLIDUS: - this.state = Xl.SELF_CLOSING_START_TAG; + case dl.SOLIDUS: + this.state = Kl.SELF_CLOSING_START_TAG; break; - case ul.EQUALS_SIGN: - this.state = Xl.BEFORE_ATTRIBUTE_VALUE; + case dl.EQUALS_SIGN: + this.state = Kl.BEFORE_ATTRIBUTE_VALUE; break; - case ul.GREATER_THAN_SIGN: - (this.state = Xl.DATA), this.emitCurrentTagToken(); + case dl.GREATER_THAN_SIGN: + (this.state = Kl.DATA), this.emitCurrentTagToken(); break; - case ul.EOF: - this._err(bl.eofInTag), this._emitEOFToken(); + case dl.EOF: + this._err(Ll.eofInTag), this._emitEOFToken(); break; default: this._createAttr(""), - (this.state = Xl.ATTRIBUTE_NAME), + (this.state = Kl.ATTRIBUTE_NAME), this._stateAttributeName(e); } } _stateBeforeAttributeValue(e) { switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: break; - case ul.QUOTATION_MARK: - this.state = Xl.ATTRIBUTE_VALUE_DOUBLE_QUOTED; + case dl.QUOTATION_MARK: + this.state = Kl.ATTRIBUTE_VALUE_DOUBLE_QUOTED; break; - case ul.APOSTROPHE: - this.state = Xl.ATTRIBUTE_VALUE_SINGLE_QUOTED; + case dl.APOSTROPHE: + this.state = Kl.ATTRIBUTE_VALUE_SINGLE_QUOTED; break; - case ul.GREATER_THAN_SIGN: - this._err(bl.missingAttributeValue), - (this.state = Xl.DATA), + case dl.GREATER_THAN_SIGN: + this._err(Ll.missingAttributeValue), + (this.state = Kl.DATA), this.emitCurrentTagToken(); break; default: - (this.state = Xl.ATTRIBUTE_VALUE_UNQUOTED), + (this.state = Kl.ATTRIBUTE_VALUE_UNQUOTED), this._stateAttributeValueUnquoted(e); } } _stateAttributeValueDoubleQuoted(e) { switch (e) { - case ul.QUOTATION_MARK: - this.state = Xl.AFTER_ATTRIBUTE_VALUE_QUOTED; + case dl.QUOTATION_MARK: + this.state = Kl.AFTER_ATTRIBUTE_VALUE_QUOTED; break; - case ul.AMPERSAND: - (this.returnState = Xl.ATTRIBUTE_VALUE_DOUBLE_QUOTED), - (this.state = Xl.CHARACTER_REFERENCE); + case dl.AMPERSAND: + (this.returnState = Kl.ATTRIBUTE_VALUE_DOUBLE_QUOTED), + (this.state = Kl.CHARACTER_REFERENCE); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (this.currentAttr.value += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (this.currentAttr.value += cl); break; - case ul.EOF: - this._err(bl.eofInTag), this._emitEOFToken(); + case dl.EOF: + this._err(Ll.eofInTag), this._emitEOFToken(); break; default: this.currentAttr.value += String.fromCodePoint(e); @@ -12444,18 +12443,18 @@ class Ci { } _stateAttributeValueSingleQuoted(e) { switch (e) { - case ul.APOSTROPHE: - this.state = Xl.AFTER_ATTRIBUTE_VALUE_QUOTED; + case dl.APOSTROPHE: + this.state = Kl.AFTER_ATTRIBUTE_VALUE_QUOTED; break; - case ul.AMPERSAND: - (this.returnState = Xl.ATTRIBUTE_VALUE_SINGLE_QUOTED), - (this.state = Xl.CHARACTER_REFERENCE); + case dl.AMPERSAND: + (this.returnState = Kl.ATTRIBUTE_VALUE_SINGLE_QUOTED), + (this.state = Kl.CHARACTER_REFERENCE); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (this.currentAttr.value += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (this.currentAttr.value += cl); break; - case ul.EOF: - this._err(bl.eofInTag), this._emitEOFToken(); + case dl.EOF: + this._err(Ll.eofInTag), this._emitEOFToken(); break; default: this.currentAttr.value += String.fromCodePoint(e); @@ -12463,34 +12462,34 @@ class Ci { } _stateAttributeValueUnquoted(e) { switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: - this._leaveAttrValue(), (this.state = Xl.BEFORE_ATTRIBUTE_NAME); + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: + this._leaveAttrValue(), (this.state = Kl.BEFORE_ATTRIBUTE_NAME); break; - case ul.AMPERSAND: - (this.returnState = Xl.ATTRIBUTE_VALUE_UNQUOTED), - (this.state = Xl.CHARACTER_REFERENCE); + case dl.AMPERSAND: + (this.returnState = Kl.ATTRIBUTE_VALUE_UNQUOTED), + (this.state = Kl.CHARACTER_REFERENCE); break; - case ul.GREATER_THAN_SIGN: + case dl.GREATER_THAN_SIGN: this._leaveAttrValue(), - (this.state = Xl.DATA), + (this.state = Kl.DATA), this.emitCurrentTagToken(); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (this.currentAttr.value += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (this.currentAttr.value += cl); break; - case ul.QUOTATION_MARK: - case ul.APOSTROPHE: - case ul.LESS_THAN_SIGN: - case ul.EQUALS_SIGN: - case ul.GRAVE_ACCENT: - this._err(bl.unexpectedCharacterInUnquotedAttributeValue), + case dl.QUOTATION_MARK: + case dl.APOSTROPHE: + case dl.LESS_THAN_SIGN: + case dl.EQUALS_SIGN: + case dl.GRAVE_ACCENT: + this._err(Ll.unexpectedCharacterInUnquotedAttributeValue), (this.currentAttr.value += String.fromCodePoint(e)); break; - case ul.EOF: - this._err(bl.eofInTag), this._emitEOFToken(); + case dl.EOF: + this._err(Ll.eofInTag), this._emitEOFToken(); break; default: this.currentAttr.value += String.fromCodePoint(e); @@ -12498,130 +12497,130 @@ class Ci { } _stateAfterAttributeValueQuoted(e) { switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: - this._leaveAttrValue(), (this.state = Xl.BEFORE_ATTRIBUTE_NAME); + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: + this._leaveAttrValue(), (this.state = Kl.BEFORE_ATTRIBUTE_NAME); break; - case ul.SOLIDUS: - this._leaveAttrValue(), (this.state = Xl.SELF_CLOSING_START_TAG); + case dl.SOLIDUS: + this._leaveAttrValue(), (this.state = Kl.SELF_CLOSING_START_TAG); break; - case ul.GREATER_THAN_SIGN: + case dl.GREATER_THAN_SIGN: this._leaveAttrValue(), - (this.state = Xl.DATA), + (this.state = Kl.DATA), this.emitCurrentTagToken(); break; - case ul.EOF: - this._err(bl.eofInTag), this._emitEOFToken(); + case dl.EOF: + this._err(Ll.eofInTag), this._emitEOFToken(); break; default: - this._err(bl.missingWhitespaceBetweenAttributes), - (this.state = Xl.BEFORE_ATTRIBUTE_NAME), + this._err(Ll.missingWhitespaceBetweenAttributes), + (this.state = Kl.BEFORE_ATTRIBUTE_NAME), this._stateBeforeAttributeName(e); } } _stateSelfClosingStartTag(e) { switch (e) { - case ul.GREATER_THAN_SIGN: + case dl.GREATER_THAN_SIGN: (this.currentToken.selfClosing = !0), - (this.state = Xl.DATA), + (this.state = Kl.DATA), this.emitCurrentTagToken(); break; - case ul.EOF: - this._err(bl.eofInTag), this._emitEOFToken(); + case dl.EOF: + this._err(Ll.eofInTag), this._emitEOFToken(); break; default: - this._err(bl.unexpectedSolidusInTag), - (this.state = Xl.BEFORE_ATTRIBUTE_NAME), + this._err(Ll.unexpectedSolidusInTag), + (this.state = Kl.BEFORE_ATTRIBUTE_NAME), this._stateBeforeAttributeName(e); } } _stateBogusComment(e) { const t = this.currentToken; switch (e) { - case ul.GREATER_THAN_SIGN: - (this.state = Xl.DATA), this.emitCurrentComment(t); + case dl.GREATER_THAN_SIGN: + (this.state = Kl.DATA), this.emitCurrentComment(t); break; - case ul.EOF: + case dl.EOF: this.emitCurrentComment(t), this._emitEOFToken(); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (t.data += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (t.data += cl); break; default: t.data += String.fromCodePoint(e); } } _stateMarkupDeclarationOpen(e) { - this._consumeSequenceIfMatch(ml, !0) - ? (this._createCommentToken(ml.length + 1), - (this.state = Xl.COMMENT_START)) - : this._consumeSequenceIfMatch(gl, !1) - ? ((this.currentLocation = this.getCurrentLocation(gl.length + 1)), - (this.state = Xl.DOCTYPE)) - : this._consumeSequenceIfMatch(pl, !0) + this._consumeSequenceIfMatch(ul, !0) + ? (this._createCommentToken(ul.length + 1), + (this.state = Kl.COMMENT_START)) + : this._consumeSequenceIfMatch(pl, !1) + ? ((this.currentLocation = this.getCurrentLocation(pl.length + 1)), + (this.state = Kl.DOCTYPE)) + : this._consumeSequenceIfMatch(ml, !0) ? this.inForeignNode - ? (this.state = Xl.CDATA_SECTION) - : (this._err(bl.cdataInHtmlContent), - this._createCommentToken(pl.length + 1), + ? (this.state = Kl.CDATA_SECTION) + : (this._err(Ll.cdataInHtmlContent), + this._createCommentToken(ml.length + 1), (this.currentToken.data = "[CDATA["), - (this.state = Xl.BOGUS_COMMENT)) + (this.state = Kl.BOGUS_COMMENT)) : this._ensureHibernation() || - (this._err(bl.incorrectlyOpenedComment), + (this._err(Ll.incorrectlyOpenedComment), this._createCommentToken(2), - (this.state = Xl.BOGUS_COMMENT), + (this.state = Kl.BOGUS_COMMENT), this._stateBogusComment(e)); } _stateCommentStart(e) { switch (e) { - case ul.HYPHEN_MINUS: - this.state = Xl.COMMENT_START_DASH; + case dl.HYPHEN_MINUS: + this.state = Kl.COMMENT_START_DASH; break; - case ul.GREATER_THAN_SIGN: { - this._err(bl.abruptClosingOfEmptyComment), (this.state = Xl.DATA); + case dl.GREATER_THAN_SIGN: { + this._err(Ll.abruptClosingOfEmptyComment), (this.state = Kl.DATA); const e = this.currentToken; this.emitCurrentComment(e); break; } default: - (this.state = Xl.COMMENT), this._stateComment(e); + (this.state = Kl.COMMENT), this._stateComment(e); } } _stateCommentStartDash(e) { const t = this.currentToken; switch (e) { - case ul.HYPHEN_MINUS: - this.state = Xl.COMMENT_END; + case dl.HYPHEN_MINUS: + this.state = Kl.COMMENT_END; break; - case ul.GREATER_THAN_SIGN: - this._err(bl.abruptClosingOfEmptyComment), - (this.state = Xl.DATA), + case dl.GREATER_THAN_SIGN: + this._err(Ll.abruptClosingOfEmptyComment), + (this.state = Kl.DATA), this.emitCurrentComment(t); break; - case ul.EOF: - this._err(bl.eofInComment), + case dl.EOF: + this._err(Ll.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "-"), (this.state = Xl.COMMENT), this._stateComment(e); + (t.data += "-"), (this.state = Kl.COMMENT), this._stateComment(e); } } _stateComment(e) { const t = this.currentToken; switch (e) { - case ul.HYPHEN_MINUS: - this.state = Xl.COMMENT_END_DASH; + case dl.HYPHEN_MINUS: + this.state = Kl.COMMENT_END_DASH; break; - case ul.LESS_THAN_SIGN: - (t.data += "<"), (this.state = Xl.COMMENT_LESS_THAN_SIGN); + case dl.LESS_THAN_SIGN: + (t.data += "<"), (this.state = Kl.COMMENT_LESS_THAN_SIGN); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (t.data += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (t.data += cl); break; - case ul.EOF: - this._err(bl.eofInComment), + case dl.EOF: + this._err(Ll.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; @@ -12632,136 +12631,136 @@ class Ci { _stateCommentLessThanSign(e) { const t = this.currentToken; switch (e) { - case ul.EXCLAMATION_MARK: - (t.data += "!"), (this.state = Xl.COMMENT_LESS_THAN_SIGN_BANG); + case dl.EXCLAMATION_MARK: + (t.data += "!"), (this.state = Kl.COMMENT_LESS_THAN_SIGN_BANG); break; - case ul.LESS_THAN_SIGN: + case dl.LESS_THAN_SIGN: t.data += "<"; break; default: - (this.state = Xl.COMMENT), this._stateComment(e); + (this.state = Kl.COMMENT), this._stateComment(e); } } _stateCommentLessThanSignBang(e) { - e === ul.HYPHEN_MINUS - ? (this.state = Xl.COMMENT_LESS_THAN_SIGN_BANG_DASH) - : ((this.state = Xl.COMMENT), this._stateComment(e)); + e === dl.HYPHEN_MINUS + ? (this.state = Kl.COMMENT_LESS_THAN_SIGN_BANG_DASH) + : ((this.state = Kl.COMMENT), this._stateComment(e)); } _stateCommentLessThanSignBangDash(e) { - e === ul.HYPHEN_MINUS - ? (this.state = Xl.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH) - : ((this.state = Xl.COMMENT_END_DASH), this._stateCommentEndDash(e)); + e === dl.HYPHEN_MINUS + ? (this.state = Kl.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH) + : ((this.state = Kl.COMMENT_END_DASH), this._stateCommentEndDash(e)); } _stateCommentLessThanSignBangDashDash(e) { - e !== ul.GREATER_THAN_SIGN && e !== ul.EOF && this._err(bl.nestedComment), - (this.state = Xl.COMMENT_END), + e !== dl.GREATER_THAN_SIGN && e !== dl.EOF && this._err(Ll.nestedComment), + (this.state = Kl.COMMENT_END), this._stateCommentEnd(e); } _stateCommentEndDash(e) { const t = this.currentToken; switch (e) { - case ul.HYPHEN_MINUS: - this.state = Xl.COMMENT_END; + case dl.HYPHEN_MINUS: + this.state = Kl.COMMENT_END; break; - case ul.EOF: - this._err(bl.eofInComment), + case dl.EOF: + this._err(Ll.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "-"), (this.state = Xl.COMMENT), this._stateComment(e); + (t.data += "-"), (this.state = Kl.COMMENT), this._stateComment(e); } } _stateCommentEnd(e) { const t = this.currentToken; switch (e) { - case ul.GREATER_THAN_SIGN: - (this.state = Xl.DATA), this.emitCurrentComment(t); + case dl.GREATER_THAN_SIGN: + (this.state = Kl.DATA), this.emitCurrentComment(t); break; - case ul.EXCLAMATION_MARK: - this.state = Xl.COMMENT_END_BANG; + case dl.EXCLAMATION_MARK: + this.state = Kl.COMMENT_END_BANG; break; - case ul.HYPHEN_MINUS: + case dl.HYPHEN_MINUS: t.data += "-"; break; - case ul.EOF: - this._err(bl.eofInComment), + case dl.EOF: + this._err(Ll.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "--"), (this.state = Xl.COMMENT), this._stateComment(e); + (t.data += "--"), (this.state = Kl.COMMENT), this._stateComment(e); } } _stateCommentEndBang(e) { const t = this.currentToken; switch (e) { - case ul.HYPHEN_MINUS: - (t.data += "--!"), (this.state = Xl.COMMENT_END_DASH); + case dl.HYPHEN_MINUS: + (t.data += "--!"), (this.state = Kl.COMMENT_END_DASH); break; - case ul.GREATER_THAN_SIGN: - this._err(bl.incorrectlyClosedComment), - (this.state = Xl.DATA), + case dl.GREATER_THAN_SIGN: + this._err(Ll.incorrectlyClosedComment), + (this.state = Kl.DATA), this.emitCurrentComment(t); break; - case ul.EOF: - this._err(bl.eofInComment), + case dl.EOF: + this._err(Ll.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "--!"), (this.state = Xl.COMMENT), this._stateComment(e); + (t.data += "--!"), (this.state = Kl.COMMENT), this._stateComment(e); } } _stateDoctype(e) { switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: - this.state = Xl.BEFORE_DOCTYPE_NAME; + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: + this.state = Kl.BEFORE_DOCTYPE_NAME; break; - case ul.GREATER_THAN_SIGN: - (this.state = Xl.BEFORE_DOCTYPE_NAME), this._stateBeforeDoctypeName(e); + case dl.GREATER_THAN_SIGN: + (this.state = Kl.BEFORE_DOCTYPE_NAME), this._stateBeforeDoctypeName(e); break; - case ul.EOF: { - this._err(bl.eofInDoctype), this._createDoctypeToken(null); + case dl.EOF: { + this._err(Ll.eofInDoctype), this._createDoctypeToken(null); const e = this.currentToken; (e.forceQuirks = !0), this.emitCurrentDoctype(e), this._emitEOFToken(); break; } default: - this._err(bl.missingWhitespaceBeforeDoctypeName), - (this.state = Xl.BEFORE_DOCTYPE_NAME), + this._err(Ll.missingWhitespaceBeforeDoctypeName), + (this.state = Kl.BEFORE_DOCTYPE_NAME), this._stateBeforeDoctypeName(e); } } _stateBeforeDoctypeName(e) { - if (ei(e)) - this._createDoctypeToken(String.fromCharCode(ai(e))), - (this.state = Xl.DOCTYPE_NAME); + if (Jl(e)) + this._createDoctypeToken(String.fromCharCode(oi(e))), + (this.state = Kl.DOCTYPE_NAME); else switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), - this._createDoctypeToken(dl), - (this.state = Xl.DOCTYPE_NAME); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), + this._createDoctypeToken(cl), + (this.state = Kl.DOCTYPE_NAME); break; - case ul.GREATER_THAN_SIGN: { - this._err(bl.missingDoctypeName), this._createDoctypeToken(null); + case dl.GREATER_THAN_SIGN: { + this._err(Ll.missingDoctypeName), this._createDoctypeToken(null); const e = this.currentToken; (e.forceQuirks = !0), this.emitCurrentDoctype(e), - (this.state = Xl.DATA); + (this.state = Kl.DATA); break; } - case ul.EOF: { - this._err(bl.eofInDoctype), this._createDoctypeToken(null); + case dl.EOF: { + this._err(Ll.eofInDoctype), this._createDoctypeToken(null); const e = this.currentToken; (e.forceQuirks = !0), this.emitCurrentDoctype(e), @@ -12770,153 +12769,153 @@ class Ci { } default: this._createDoctypeToken(String.fromCodePoint(e)), - (this.state = Xl.DOCTYPE_NAME); + (this.state = Kl.DOCTYPE_NAME); } } _stateDoctypeName(e) { const t = this.currentToken; switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: - this.state = Xl.AFTER_DOCTYPE_NAME; + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: + this.state = Kl.AFTER_DOCTYPE_NAME; break; - case ul.GREATER_THAN_SIGN: - (this.state = Xl.DATA), this.emitCurrentDoctype(t); + case dl.GREATER_THAN_SIGN: + (this.state = Kl.DATA), this.emitCurrentDoctype(t); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (t.name += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (t.name += cl); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - t.name += String.fromCodePoint(ei(e) ? ai(e) : e); + t.name += String.fromCodePoint(Jl(e) ? oi(e) : e); } } _stateAfterDoctypeName(e) { const t = this.currentToken; switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: break; - case ul.GREATER_THAN_SIGN: - (this.state = Xl.DATA), this.emitCurrentDoctype(t); + case dl.GREATER_THAN_SIGN: + (this.state = Kl.DATA), this.emitCurrentDoctype(t); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._consumeSequenceIfMatch(fl, !1) - ? (this.state = Xl.AFTER_DOCTYPE_PUBLIC_KEYWORD) - : this._consumeSequenceIfMatch(vl, !1) - ? (this.state = Xl.AFTER_DOCTYPE_SYSTEM_KEYWORD) + this._consumeSequenceIfMatch(hl, !1) + ? (this.state = Kl.AFTER_DOCTYPE_PUBLIC_KEYWORD) + : this._consumeSequenceIfMatch(fl, !1) + ? (this.state = Kl.AFTER_DOCTYPE_SYSTEM_KEYWORD) : this._ensureHibernation() || - (this._err(bl.invalidCharacterSequenceAfterDoctypeName), + (this._err(Ll.invalidCharacterSequenceAfterDoctypeName), (t.forceQuirks = !0), - (this.state = Xl.BOGUS_DOCTYPE), + (this.state = Kl.BOGUS_DOCTYPE), this._stateBogusDoctype(e)); } } _stateAfterDoctypePublicKeyword(e) { const t = this.currentToken; switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: - this.state = Xl.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER; + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: + this.state = Kl.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER; break; - case ul.QUOTATION_MARK: - this._err(bl.missingWhitespaceAfterDoctypePublicKeyword), + case dl.QUOTATION_MARK: + this._err(Ll.missingWhitespaceAfterDoctypePublicKeyword), (t.publicId = ""), - (this.state = Xl.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); + (this.state = Kl.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); break; - case ul.APOSTROPHE: - this._err(bl.missingWhitespaceAfterDoctypePublicKeyword), + case dl.APOSTROPHE: + this._err(Ll.missingWhitespaceAfterDoctypePublicKeyword), (t.publicId = ""), - (this.state = Xl.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); + (this.state = Kl.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); break; - case ul.GREATER_THAN_SIGN: - this._err(bl.missingDoctypePublicIdentifier), + case dl.GREATER_THAN_SIGN: + this._err(Ll.missingDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = Xl.DATA), + (this.state = Kl.DATA), this.emitCurrentDoctype(t); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(bl.missingQuoteBeforeDoctypePublicIdentifier), + this._err(Ll.missingQuoteBeforeDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = Xl.BOGUS_DOCTYPE), + (this.state = Kl.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBeforeDoctypePublicIdentifier(e) { const t = this.currentToken; switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: break; - case ul.QUOTATION_MARK: + case dl.QUOTATION_MARK: (t.publicId = ""), - (this.state = Xl.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); + (this.state = Kl.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); break; - case ul.APOSTROPHE: + case dl.APOSTROPHE: (t.publicId = ""), - (this.state = Xl.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); + (this.state = Kl.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); break; - case ul.GREATER_THAN_SIGN: - this._err(bl.missingDoctypePublicIdentifier), + case dl.GREATER_THAN_SIGN: + this._err(Ll.missingDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = Xl.DATA), + (this.state = Kl.DATA), this.emitCurrentDoctype(t); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(bl.missingQuoteBeforeDoctypePublicIdentifier), + this._err(Ll.missingQuoteBeforeDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = Xl.BOGUS_DOCTYPE), + (this.state = Kl.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateDoctypePublicIdentifierDoubleQuoted(e) { const t = this.currentToken; switch (e) { - case ul.QUOTATION_MARK: - this.state = Xl.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; + case dl.QUOTATION_MARK: + this.state = Kl.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (t.publicId += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (t.publicId += cl); break; - case ul.GREATER_THAN_SIGN: - this._err(bl.abruptDoctypePublicIdentifier), + case dl.GREATER_THAN_SIGN: + this._err(Ll.abruptDoctypePublicIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = Xl.DATA); + (this.state = Kl.DATA); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -12928,20 +12927,20 @@ class Ci { _stateDoctypePublicIdentifierSingleQuoted(e) { const t = this.currentToken; switch (e) { - case ul.APOSTROPHE: - this.state = Xl.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; + case dl.APOSTROPHE: + this.state = Kl.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (t.publicId += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (t.publicId += cl); break; - case ul.GREATER_THAN_SIGN: - this._err(bl.abruptDoctypePublicIdentifier), + case dl.GREATER_THAN_SIGN: + this._err(Ll.abruptDoctypePublicIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = Xl.DATA); + (this.state = Kl.DATA); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -12953,160 +12952,160 @@ class Ci { _stateAfterDoctypePublicIdentifier(e) { const t = this.currentToken; switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: - this.state = Xl.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS; + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: + this.state = Kl.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS; break; - case ul.GREATER_THAN_SIGN: - (this.state = Xl.DATA), this.emitCurrentDoctype(t); + case dl.GREATER_THAN_SIGN: + (this.state = Kl.DATA), this.emitCurrentDoctype(t); break; - case ul.QUOTATION_MARK: - this._err(bl.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), + case dl.QUOTATION_MARK: + this._err(Ll.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), (t.systemId = ""), - (this.state = Xl.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = Kl.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case ul.APOSTROPHE: - this._err(bl.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), + case dl.APOSTROPHE: + this._err(Ll.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), (t.systemId = ""), - (this.state = Xl.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = Kl.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(bl.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(Ll.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = Xl.BOGUS_DOCTYPE), + (this.state = Kl.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBetweenDoctypePublicAndSystemIdentifiers(e) { const t = this.currentToken; switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: break; - case ul.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = Xl.DATA); + case dl.GREATER_THAN_SIGN: + this.emitCurrentDoctype(t), (this.state = Kl.DATA); break; - case ul.QUOTATION_MARK: + case dl.QUOTATION_MARK: (t.systemId = ""), - (this.state = Xl.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = Kl.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case ul.APOSTROPHE: + case dl.APOSTROPHE: (t.systemId = ""), - (this.state = Xl.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = Kl.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(bl.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(Ll.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = Xl.BOGUS_DOCTYPE), + (this.state = Kl.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateAfterDoctypeSystemKeyword(e) { const t = this.currentToken; switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: - this.state = Xl.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER; + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: + this.state = Kl.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER; break; - case ul.QUOTATION_MARK: - this._err(bl.missingWhitespaceAfterDoctypeSystemKeyword), + case dl.QUOTATION_MARK: + this._err(Ll.missingWhitespaceAfterDoctypeSystemKeyword), (t.systemId = ""), - (this.state = Xl.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = Kl.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case ul.APOSTROPHE: - this._err(bl.missingWhitespaceAfterDoctypeSystemKeyword), + case dl.APOSTROPHE: + this._err(Ll.missingWhitespaceAfterDoctypeSystemKeyword), (t.systemId = ""), - (this.state = Xl.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = Kl.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case ul.GREATER_THAN_SIGN: - this._err(bl.missingDoctypeSystemIdentifier), + case dl.GREATER_THAN_SIGN: + this._err(Ll.missingDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = Xl.DATA), + (this.state = Kl.DATA), this.emitCurrentDoctype(t); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(bl.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(Ll.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = Xl.BOGUS_DOCTYPE), + (this.state = Kl.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBeforeDoctypeSystemIdentifier(e) { const t = this.currentToken; switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: break; - case ul.QUOTATION_MARK: + case dl.QUOTATION_MARK: (t.systemId = ""), - (this.state = Xl.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = Kl.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case ul.APOSTROPHE: + case dl.APOSTROPHE: (t.systemId = ""), - (this.state = Xl.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = Kl.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case ul.GREATER_THAN_SIGN: - this._err(bl.missingDoctypeSystemIdentifier), + case dl.GREATER_THAN_SIGN: + this._err(Ll.missingDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = Xl.DATA), + (this.state = Kl.DATA), this.emitCurrentDoctype(t); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(bl.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(Ll.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = Xl.BOGUS_DOCTYPE), + (this.state = Kl.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateDoctypeSystemIdentifierDoubleQuoted(e) { const t = this.currentToken; switch (e) { - case ul.QUOTATION_MARK: - this.state = Xl.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; + case dl.QUOTATION_MARK: + this.state = Kl.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (t.systemId += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (t.systemId += cl); break; - case ul.GREATER_THAN_SIGN: - this._err(bl.abruptDoctypeSystemIdentifier), + case dl.GREATER_THAN_SIGN: + this._err(Ll.abruptDoctypeSystemIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = Xl.DATA); + (this.state = Kl.DATA); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -13118,20 +13117,20 @@ class Ci { _stateDoctypeSystemIdentifierSingleQuoted(e) { const t = this.currentToken; switch (e) { - case ul.APOSTROPHE: - this.state = Xl.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; + case dl.APOSTROPHE: + this.state = Kl.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter), (t.systemId += dl); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter), (t.systemId += cl); break; - case ul.GREATER_THAN_SIGN: - this._err(bl.abruptDoctypeSystemIdentifier), + case dl.GREATER_THAN_SIGN: + this._err(Ll.abruptDoctypeSystemIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = Xl.DATA); + (this.state = Kl.DATA); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -13143,79 +13142,79 @@ class Ci { _stateAfterDoctypeSystemIdentifier(e) { const t = this.currentToken; switch (e) { - case ul.SPACE: - case ul.LINE_FEED: - case ul.TABULATION: - case ul.FORM_FEED: + case dl.SPACE: + case dl.LINE_FEED: + case dl.TABULATION: + case dl.FORM_FEED: break; - case ul.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = Xl.DATA); + case dl.GREATER_THAN_SIGN: + this.emitCurrentDoctype(t), (this.state = Kl.DATA); break; - case ul.EOF: - this._err(bl.eofInDoctype), + case dl.EOF: + this._err(Ll.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(bl.unexpectedCharacterAfterDoctypeSystemIdentifier), - (this.state = Xl.BOGUS_DOCTYPE), + this._err(Ll.unexpectedCharacterAfterDoctypeSystemIdentifier), + (this.state = Kl.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBogusDoctype(e) { const t = this.currentToken; switch (e) { - case ul.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = Xl.DATA); + case dl.GREATER_THAN_SIGN: + this.emitCurrentDoctype(t), (this.state = Kl.DATA); break; - case ul.NULL: - this._err(bl.unexpectedNullCharacter); + case dl.NULL: + this._err(Ll.unexpectedNullCharacter); break; - case ul.EOF: + case dl.EOF: this.emitCurrentDoctype(t), this._emitEOFToken(); } } _stateCdataSection(e) { switch (e) { - case ul.RIGHT_SQUARE_BRACKET: - this.state = Xl.CDATA_SECTION_BRACKET; + case dl.RIGHT_SQUARE_BRACKET: + this.state = Kl.CDATA_SECTION_BRACKET; break; - case ul.EOF: - this._err(bl.eofInCdata), this._emitEOFToken(); + case dl.EOF: + this._err(Ll.eofInCdata), this._emitEOFToken(); break; default: this._emitCodePoint(e); } } _stateCdataSectionBracket(e) { - e === ul.RIGHT_SQUARE_BRACKET - ? (this.state = Xl.CDATA_SECTION_END) + e === dl.RIGHT_SQUARE_BRACKET + ? (this.state = Kl.CDATA_SECTION_END) : (this._emitChars("]"), - (this.state = Xl.CDATA_SECTION), + (this.state = Kl.CDATA_SECTION), this._stateCdataSection(e)); } _stateCdataSectionEnd(e) { switch (e) { - case ul.GREATER_THAN_SIGN: - this.state = Xl.DATA; + case dl.GREATER_THAN_SIGN: + this.state = Kl.DATA; break; - case ul.RIGHT_SQUARE_BRACKET: + case dl.RIGHT_SQUARE_BRACKET: this._emitChars("]"); break; default: this._emitChars("]]"), - (this.state = Xl.CDATA_SECTION), + (this.state = Kl.CDATA_SECTION), this._stateCdataSection(e); } } _stateCharacterReference(e) { - e === ul.NUMBER_SIGN - ? (this.state = Xl.NUMERIC_CHARACTER_REFERENCE) - : ni(e) - ? ((this.state = Xl.NAMED_CHARACTER_REFERENCE), + e === dl.NUMBER_SIGN + ? (this.state = Kl.NUMERIC_CHARACTER_REFERENCE) + : ti(e) + ? ((this.state = Kl.NAMED_CHARACTER_REFERENCE), this._stateNamedCharacterReference(e)) - : (this._flushCodePointConsumedAsCharacterReference(ul.AMPERSAND), + : (this._flushCodePointConsumedAsCharacterReference(dl.AMPERSAND), this._reconsumeInState(this.returnState, e)); } _stateNamedCharacterReference(e) { @@ -13226,130 +13225,130 @@ class Ci { this._flushCodePointConsumedAsCharacterReference(t[e]); this.state = this.returnState; } else - this._flushCodePointConsumedAsCharacterReference(ul.AMPERSAND), - (this.state = Xl.AMBIGUOUS_AMPERSAND); + this._flushCodePointConsumedAsCharacterReference(dl.AMPERSAND), + (this.state = Kl.AMBIGUOUS_AMPERSAND); } _stateAmbiguousAmpersand(e) { - ni(e) + ti(e) ? this._flushCodePointConsumedAsCharacterReference(e) - : (e === ul.SEMICOLON && this._err(bl.unknownNamedCharacterReference), + : (e === dl.SEMICOLON && this._err(Ll.unknownNamedCharacterReference), this._reconsumeInState(this.returnState, e)); } _stateNumericCharacterReference(e) { (this.charRefCode = 0), - e === ul.LATIN_SMALL_X || e === ul.LATIN_CAPITAL_X - ? (this.state = Xl.HEXADEMICAL_CHARACTER_REFERENCE_START) - : Jl(e) - ? ((this.state = Xl.DECIMAL_CHARACTER_REFERENCE), + e === dl.LATIN_SMALL_X || e === dl.LATIN_CAPITAL_X + ? (this.state = Kl.HEXADEMICAL_CHARACTER_REFERENCE_START) + : Ql(e) + ? ((this.state = Kl.DECIMAL_CHARACTER_REFERENCE), this._stateDecimalCharacterReference(e)) - : (this._err(bl.absenceOfDigitsInNumericCharacterReference), - this._flushCodePointConsumedAsCharacterReference(ul.AMPERSAND), - this._flushCodePointConsumedAsCharacterReference(ul.NUMBER_SIGN), + : (this._err(Ll.absenceOfDigitsInNumericCharacterReference), + this._flushCodePointConsumedAsCharacterReference(dl.AMPERSAND), + this._flushCodePointConsumedAsCharacterReference(dl.NUMBER_SIGN), this._reconsumeInState(this.returnState, e)); } _stateHexademicalCharacterReferenceStart(e) { !(function (e) { - return Jl(e) || ri(e) || oi(e); + return Ql(e) || ni(e) || ri(e); })(e) - ? (this._err(bl.absenceOfDigitsInNumericCharacterReference), - this._flushCodePointConsumedAsCharacterReference(ul.AMPERSAND), - this._flushCodePointConsumedAsCharacterReference(ul.NUMBER_SIGN), + ? (this._err(Ll.absenceOfDigitsInNumericCharacterReference), + this._flushCodePointConsumedAsCharacterReference(dl.AMPERSAND), + this._flushCodePointConsumedAsCharacterReference(dl.NUMBER_SIGN), this._unconsume(2), (this.state = this.returnState)) - : ((this.state = Xl.HEXADEMICAL_CHARACTER_REFERENCE), + : ((this.state = Kl.HEXADEMICAL_CHARACTER_REFERENCE), this._stateHexademicalCharacterReference(e)); } _stateHexademicalCharacterReference(e) { - ri(e) + ni(e) ? (this.charRefCode = 16 * this.charRefCode + e - 55) - : oi(e) + : ri(e) ? (this.charRefCode = 16 * this.charRefCode + e - 87) - : Jl(e) + : Ql(e) ? (this.charRefCode = 16 * this.charRefCode + e - 48) - : e === ul.SEMICOLON - ? (this.state = Xl.NUMERIC_CHARACTER_REFERENCE_END) - : (this._err(bl.missingSemicolonAfterCharacterReference), - (this.state = Xl.NUMERIC_CHARACTER_REFERENCE_END), + : e === dl.SEMICOLON + ? (this.state = Kl.NUMERIC_CHARACTER_REFERENCE_END) + : (this._err(Ll.missingSemicolonAfterCharacterReference), + (this.state = Kl.NUMERIC_CHARACTER_REFERENCE_END), this._stateNumericCharacterReferenceEnd(e)); } _stateDecimalCharacterReference(e) { - Jl(e) + Ql(e) ? (this.charRefCode = 10 * this.charRefCode + e - 48) - : e === ul.SEMICOLON - ? (this.state = Xl.NUMERIC_CHARACTER_REFERENCE_END) - : (this._err(bl.missingSemicolonAfterCharacterReference), - (this.state = Xl.NUMERIC_CHARACTER_REFERENCE_END), + : e === dl.SEMICOLON + ? (this.state = Kl.NUMERIC_CHARACTER_REFERENCE_END) + : (this._err(Ll.missingSemicolonAfterCharacterReference), + (this.state = Kl.NUMERIC_CHARACTER_REFERENCE_END), this._stateNumericCharacterReferenceEnd(e)); } _stateNumericCharacterReferenceEnd(e) { - if (this.charRefCode === ul.NULL) - this._err(bl.nullCharacterReference), - (this.charRefCode = ul.REPLACEMENT_CHARACTER); + if (this.charRefCode === dl.NULL) + this._err(Ll.nullCharacterReference), + (this.charRefCode = dl.REPLACEMENT_CHARACTER); else if (this.charRefCode > 1114111) - this._err(bl.characterReferenceOutsideUnicodeRange), - (this.charRefCode = ul.REPLACEMENT_CHARACTER); - else if (El(this.charRefCode)) - this._err(bl.surrogateCharacterReference), - (this.charRefCode = ul.REPLACEMENT_CHARACTER); - else if (Ll(this.charRefCode)) this._err(bl.noncharacterCharacterReference); - else if (wl(this.charRefCode) || this.charRefCode === ul.CARRIAGE_RETURN) { - this._err(bl.controlCharacterReference); - const e = Kl.get(this.charRefCode); + this._err(Ll.characterReferenceOutsideUnicodeRange), + (this.charRefCode = dl.REPLACEMENT_CHARACTER); + else if (vl(this.charRefCode)) + this._err(Ll.surrogateCharacterReference), + (this.charRefCode = dl.REPLACEMENT_CHARACTER); + else if (wl(this.charRefCode)) this._err(Ll.noncharacterCharacterReference); + else if (El(this.charRefCode) || this.charRefCode === dl.CARRIAGE_RETURN) { + this._err(Ll.controlCharacterReference); + const e = Yl.get(this.charRefCode); void 0 !== e && (this.charRefCode = e); } this._flushCodePointConsumedAsCharacterReference(this.charRefCode), this._reconsumeInState(this.returnState, e); } } -const si = new Set([ - Dl.DD, - Dl.DT, - Dl.LI, - Dl.OPTGROUP, - Dl.OPTION, - Dl.P, - Dl.RB, - Dl.RP, - Dl.RT, - Dl.RTC, +const Ci = new Set([ + Ol.DD, + Ol.DT, + Ol.LI, + Ol.OPTGROUP, + Ol.OPTION, + Ol.P, + Ol.RB, + Ol.RP, + Ol.RT, + Ol.RTC, ]), - ci = new Set([ - ...si, - Dl.CAPTION, - Dl.COLGROUP, - Dl.TBODY, - Dl.TD, - Dl.TFOOT, - Dl.TH, - Dl.THEAD, - Dl.TR, + si = new Set([ + ...Ci, + Ol.CAPTION, + Ol.COLGROUP, + Ol.TBODY, + Ol.TD, + Ol.TFOOT, + Ol.TH, + Ol.THEAD, + Ol.TR, ]), - di = new Map([ - [Dl.APPLET, Il.HTML], - [Dl.CAPTION, Il.HTML], - [Dl.HTML, Il.HTML], - [Dl.MARQUEE, Il.HTML], - [Dl.OBJECT, Il.HTML], - [Dl.TABLE, Il.HTML], - [Dl.TD, Il.HTML], - [Dl.TEMPLATE, Il.HTML], - [Dl.TH, Il.HTML], - [Dl.ANNOTATION_XML, Il.MATHML], - [Dl.MI, Il.MATHML], - [Dl.MN, Il.MATHML], - [Dl.MO, Il.MATHML], - [Dl.MS, Il.MATHML], - [Dl.MTEXT, Il.MATHML], - [Dl.DESC, Il.SVG], - [Dl.FOREIGN_OBJECT, Il.SVG], - [Dl.TITLE, Il.SVG], + ci = new Map([ + [Ol.APPLET, kl.HTML], + [Ol.CAPTION, kl.HTML], + [Ol.HTML, kl.HTML], + [Ol.MARQUEE, kl.HTML], + [Ol.OBJECT, kl.HTML], + [Ol.TABLE, kl.HTML], + [Ol.TD, kl.HTML], + [Ol.TEMPLATE, kl.HTML], + [Ol.TH, kl.HTML], + [Ol.ANNOTATION_XML, kl.MATHML], + [Ol.MI, kl.MATHML], + [Ol.MN, kl.MATHML], + [Ol.MO, kl.MATHML], + [Ol.MS, kl.MATHML], + [Ol.MTEXT, kl.MATHML], + [Ol.DESC, kl.SVG], + [Ol.FOREIGN_OBJECT, kl.SVG], + [Ol.TITLE, kl.SVG], ]), - ui = [Dl.H1, Dl.H2, Dl.H3, Dl.H4, Dl.H5, Dl.H6], - mi = [Dl.TR, Dl.TEMPLATE, Dl.HTML], - pi = [Dl.TBODY, Dl.TFOOT, Dl.THEAD, Dl.TEMPLATE, Dl.HTML], - gi = [Dl.TABLE, Dl.TEMPLATE, Dl.HTML], - hi = [Dl.TD, Dl.TH]; -class fi { + di = [Ol.H1, Ol.H2, Ol.H3, Ol.H4, Ol.H5, Ol.H6], + ui = [Ol.TR, Ol.TEMPLATE, Ol.HTML], + mi = [Ol.TBODY, Ol.TFOOT, Ol.THEAD, Ol.TEMPLATE, Ol.HTML], + pi = [Ol.TABLE, Ol.TEMPLATE, Ol.HTML], + gi = [Ol.TD, Ol.TH]; +class hi { get currentTmplContentOrNode() { return this._isInTemplate() ? this.treeAdapter.getTemplateContent(this.current) @@ -13362,7 +13361,7 @@ class fi { (this.tagIDs = []), (this.stackTop = -1), (this.tmplCount = 0), - (this.currentTagId = Dl.UNKNOWN), + (this.currentTagId = Ol.UNKNOWN), (this.current = e); } _indexOf(e) { @@ -13370,8 +13369,8 @@ class fi { } _isInTemplate() { return ( - this.currentTagId === Dl.TEMPLATE && - this.treeAdapter.getNamespaceURI(this.current) === Il.HTML + this.currentTagId === Ol.TEMPLATE && + this.treeAdapter.getNamespaceURI(this.current) === kl.HTML ); } _updateCurrentElement() { @@ -13416,7 +13415,7 @@ class fi { t = this.tagIDs.lastIndexOf(e, t - 1); } while ( t > 0 && - this.treeAdapter.getNamespaceURI(this.items[t]) !== Il.HTML + this.treeAdapter.getNamespaceURI(this.items[t]) !== kl.HTML ); this.shortenToLength(t < 0 ? 0 : t); } @@ -13438,10 +13437,10 @@ class fi { this.shortenToLength(n < 0 ? 0 : n); } popUntilNumberedHeaderPopped() { - this.popUntilPopped(ui, Il.HTML); + this.popUntilPopped(di, kl.HTML); } popUntilTableCellPopped() { - this.popUntilPopped(hi, Il.HTML); + this.popUntilPopped(gi, kl.HTML); } popAllUpToHtmlElement() { (this.tmplCount = 0), this.shortenToLength(1); @@ -13460,13 +13459,13 @@ class fi { this.shortenToLength(n + 1); } clearBackToTableContext() { - this.clearBackTo(gi, Il.HTML); + this.clearBackTo(pi, kl.HTML); } clearBackToTableBodyContext() { - this.clearBackTo(pi, Il.HTML); + this.clearBackTo(mi, kl.HTML); } clearBackToTableRowContext() { - this.clearBackTo(mi, Il.HTML); + this.clearBackTo(ui, kl.HTML); } remove(e) { const t = this._indexOf(e); @@ -13480,7 +13479,7 @@ class fi { this.handler.onItemPop(e, !1))); } tryPeekProperlyNestedBodyElement() { - return this.stackTop >= 1 && this.tagIDs[1] === Dl.BODY + return this.stackTop >= 1 && this.tagIDs[1] === Ol.BODY ? this.items[1] : null; } @@ -13492,14 +13491,14 @@ class fi { return t >= 0 ? this.items[t] : null; } isRootHtmlElementCurrent() { - return 0 === this.stackTop && this.tagIDs[0] === Dl.HTML; + return 0 === this.stackTop && this.tagIDs[0] === Ol.HTML; } hasInScope(e) { for (let t = this.stackTop; t >= 0; t--) { const n = this.tagIDs[t], r = this.treeAdapter.getNamespaceURI(this.items[t]); - if (n === e && r === Il.HTML) return !0; - if (di.get(n) === r) return !1; + if (n === e && r === kl.HTML) return !0; + if (ci.get(n) === r) return !1; } return !0; } @@ -13507,8 +13506,8 @@ class fi { for (let e = this.stackTop; e >= 0; e--) { const t = this.tagIDs[e], n = this.treeAdapter.getNamespaceURI(this.items[e]); - if (Yl(t) && n === Il.HTML) return !0; - if (di.get(t) === n) return !1; + if (ql(t) && n === kl.HTML) return !0; + if (ci.get(t) === n) return !1; } return !0; } @@ -13516,8 +13515,8 @@ class fi { for (let t = this.stackTop; t >= 0; t--) { const n = this.tagIDs[t], r = this.treeAdapter.getNamespaceURI(this.items[t]); - if (n === e && r === Il.HTML) return !0; - if (((n === Dl.UL || n === Dl.OL) && r === Il.HTML) || di.get(n) === r) + if (n === e && r === kl.HTML) return !0; + if (((n === Ol.UL || n === Ol.OL) && r === kl.HTML) || ci.get(n) === r) return !1; } return !0; @@ -13526,17 +13525,17 @@ class fi { for (let t = this.stackTop; t >= 0; t--) { const n = this.tagIDs[t], r = this.treeAdapter.getNamespaceURI(this.items[t]); - if (n === e && r === Il.HTML) return !0; - if ((n === Dl.BUTTON && r === Il.HTML) || di.get(n) === r) return !1; + if (n === e && r === kl.HTML) return !0; + if ((n === Ol.BUTTON && r === kl.HTML) || ci.get(n) === r) return !1; } return !0; } hasInTableScope(e) { for (let t = this.stackTop; t >= 0; t--) { const n = this.tagIDs[t]; - if (this.treeAdapter.getNamespaceURI(this.items[t]) === Il.HTML) { + if (this.treeAdapter.getNamespaceURI(this.items[t]) === kl.HTML) { if (n === e) return !0; - if (n === Dl.TABLE || n === Dl.TEMPLATE || n === Dl.HTML) return !1; + if (n === Ol.TABLE || n === Ol.TEMPLATE || n === Ol.HTML) return !1; } } return !0; @@ -13544,9 +13543,9 @@ class fi { hasTableBodyContextInTableScope() { for (let e = this.stackTop; e >= 0; e--) { const t = this.tagIDs[e]; - if (this.treeAdapter.getNamespaceURI(this.items[e]) === Il.HTML) { - if (t === Dl.TBODY || t === Dl.THEAD || t === Dl.TFOOT) return !0; - if (t === Dl.TABLE || t === Dl.HTML) return !1; + if (this.treeAdapter.getNamespaceURI(this.items[e]) === kl.HTML) { + if (t === Ol.TBODY || t === Ol.THEAD || t === Ol.TFOOT) return !0; + if (t === Ol.TABLE || t === Ol.HTML) return !1; } } return !0; @@ -13554,29 +13553,29 @@ class fi { hasInSelectScope(e) { for (let t = this.stackTop; t >= 0; t--) { const n = this.tagIDs[t]; - if (this.treeAdapter.getNamespaceURI(this.items[t]) === Il.HTML) { + if (this.treeAdapter.getNamespaceURI(this.items[t]) === kl.HTML) { if (n === e) return !0; - if (n !== Dl.OPTION && n !== Dl.OPTGROUP) return !1; + if (n !== Ol.OPTION && n !== Ol.OPTGROUP) return !1; } } return !0; } generateImpliedEndTags() { - for (; si.has(this.currentTagId); ) this.pop(); + for (; Ci.has(this.currentTagId); ) this.pop(); } generateImpliedEndTagsThoroughly() { - for (; ci.has(this.currentTagId); ) this.pop(); + for (; si.has(this.currentTagId); ) this.pop(); } generateImpliedEndTagsWithExclusion(e) { - for (; this.currentTagId !== e && ci.has(this.currentTagId); ) this.pop(); + for (; this.currentTagId !== e && si.has(this.currentTagId); ) this.pop(); } } -var vi; +var fi; !(function (e) { (e[(e.Marker = 0)] = "Marker"), (e[(e.Element = 1)] = "Element"); -})((vi = vi || (vi = {}))); -const Ei = { type: vi.Marker }; -class wi { +})((fi = fi || (fi = {}))); +const vi = { type: fi.Marker }; +class Ei { constructor(e) { (this.treeAdapter = e), (this.entries = []), (this.bookmark = null); } @@ -13587,7 +13586,7 @@ class wi { a = this.treeAdapter.getNamespaceURI(e); for (let e = 0; e < this.entries.length; e++) { const t = this.entries[e]; - if (t.type === vi.Marker) break; + if (t.type === fi.Marker) break; const { element: l } = t; if ( this.treeAdapter.getTagName(l) === o && @@ -13613,42 +13612,42 @@ class wi { } } insertMarker() { - this.entries.unshift(Ei); + this.entries.unshift(vi); } pushElement(e, t) { this._ensureNoahArkCondition(e), - this.entries.unshift({ type: vi.Element, element: e, token: t }); + this.entries.unshift({ type: fi.Element, element: e, token: t }); } insertElementAfterBookmark(e, t) { const n = this.entries.indexOf(this.bookmark); - this.entries.splice(n, 0, { type: vi.Element, element: e, token: t }); + this.entries.splice(n, 0, { type: fi.Element, element: e, token: t }); } removeEntry(e) { const t = this.entries.indexOf(e); t >= 0 && this.entries.splice(t, 1); } clearToLastMarker() { - const e = this.entries.indexOf(Ei); + const e = this.entries.indexOf(vi); e >= 0 ? this.entries.splice(0, e + 1) : (this.entries.length = 0); } getElementEntryInScopeWithTagName(e) { const t = this.entries.find( (t) => - t.type === vi.Marker || this.treeAdapter.getTagName(t.element) === e, + t.type === fi.Marker || this.treeAdapter.getTagName(t.element) === e, ); - return t && t.type === vi.Element ? t : null; + return t && t.type === fi.Element ? t : null; } getElementEntry(e) { - return this.entries.find((t) => t.type === vi.Element && t.element === e); + return this.entries.find((t) => t.type === fi.Element && t.element === e); } } -function Li(e) { +function wi(e) { return { nodeName: "#text", value: e, parentNode: null }; } -const bi = { +const Li = { createDocument: () => ({ nodeName: "#document", - mode: Bl.NO_QUIRKS, + mode: Zl.NO_QUIRKS, childNodes: [], }), createDocumentFragment: () => ({ @@ -13690,7 +13689,7 @@ const bi = { systemId: r, parentNode: null, }; - bi.appendChild(e, o); + Li.appendChild(e, o); } }, setDocumentMode(e, t) { @@ -13706,13 +13705,13 @@ const bi = { insertText(e, t) { if (e.childNodes.length > 0) { const n = e.childNodes[e.childNodes.length - 1]; - if (bi.isTextNode(n)) return void (n.value += t); + if (Li.isTextNode(n)) return void (n.value += t); } - bi.appendChild(e, Li(t)); + Li.appendChild(e, wi(t)); }, insertTextBefore(e, t, n) { const r = e.childNodes[e.childNodes.indexOf(n) - 1]; - r && bi.isTextNode(r) ? (r.value += t) : bi.insertBefore(e, Li(t), n); + r && Li.isTextNode(r) ? (r.value += t) : Li.insertBefore(e, wi(t), n); }, adoptAttributes(e, t) { const n = new Set(e.attrs.map((e) => e.name)); @@ -13741,10 +13740,10 @@ const bi = { e.sourceCodeLocation = { ...e.sourceCodeLocation, ...t }; }, }, - Mi = "html", - Hi = "about:legacy-compat", - yi = "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd", - Ri = [ + bi = "html", + Mi = "about:legacy-compat", + Hi = "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd", + yi = [ "+//silmaril//dtd html pro v0r11 19970101//", "-//as//dtd html 3.0 aswedit + extensions//", "-//advasoft ltd//dtd html 3.0 aswedit + extensions//", @@ -13801,32 +13800,32 @@ const bi = { "-//webtechs//dtd mozilla html 2.0//", "-//webtechs//dtd mozilla html//", ], - xi = [ - ...Ri, + Ri = [ + ...yi, "-//w3c//dtd html 4.01 frameset//", "-//w3c//dtd html 4.01 transitional//", ], - Ti = new Set([ + xi = new Set([ "-//w3o//dtd w3 html strict 3.0//en//", "-/w3c/dtd html 4.0 transitional/en", "html", ]), - Ni = [ + Ti = [ "-//w3c//dtd xhtml 1.0 frameset//", "-//w3c//dtd xhtml 1.0 transitional//", ], - Si = [ - ...Ni, + Ni = [ + ...Ti, "-//w3c//dtd html 4.01 frameset//", "-//w3c//dtd html 4.01 transitional//", ]; -function Vi(e, t) { +function Si(e, t) { return t.some((t) => e.startsWith(t)); } -const _i = { TEXT_HTML: "text/html", APPLICATION_XML: "application/xhtml+xml" }, - Ai = "definitionurl", - ki = "definitionURL", - Ii = new Map( +const Vi = { TEXT_HTML: "text/html", APPLICATION_XML: "application/xhtml+xml" }, + _i = "definitionurl", + Ai = "definitionURL", + ki = new Map( [ "attributeName", "attributeType", @@ -13888,27 +13887,27 @@ const _i = { TEXT_HTML: "text/html", APPLICATION_XML: "application/xhtml+xml" }, "zoomAndPan", ].map((e) => [e.toLowerCase(), e]), ), - Zi = new Map([ + Ii = new Map([ [ "xlink:actuate", - { prefix: "xlink", name: "actuate", namespace: Il.XLINK }, + { prefix: "xlink", name: "actuate", namespace: kl.XLINK }, ], [ "xlink:arcrole", - { prefix: "xlink", name: "arcrole", namespace: Il.XLINK }, + { prefix: "xlink", name: "arcrole", namespace: kl.XLINK }, ], - ["xlink:href", { prefix: "xlink", name: "href", namespace: Il.XLINK }], - ["xlink:role", { prefix: "xlink", name: "role", namespace: Il.XLINK }], - ["xlink:show", { prefix: "xlink", name: "show", namespace: Il.XLINK }], - ["xlink:title", { prefix: "xlink", name: "title", namespace: Il.XLINK }], - ["xlink:type", { prefix: "xlink", name: "type", namespace: Il.XLINK }], - ["xml:base", { prefix: "xml", name: "base", namespace: Il.XML }], - ["xml:lang", { prefix: "xml", name: "lang", namespace: Il.XML }], - ["xml:space", { prefix: "xml", name: "space", namespace: Il.XML }], - ["xmlns", { prefix: "", name: "xmlns", namespace: Il.XMLNS }], - ["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: Il.XMLNS }], + ["xlink:href", { prefix: "xlink", name: "href", namespace: kl.XLINK }], + ["xlink:role", { prefix: "xlink", name: "role", namespace: kl.XLINK }], + ["xlink:show", { prefix: "xlink", name: "show", namespace: kl.XLINK }], + ["xlink:title", { prefix: "xlink", name: "title", namespace: kl.XLINK }], + ["xlink:type", { prefix: "xlink", name: "type", namespace: kl.XLINK }], + ["xml:base", { prefix: "xml", name: "base", namespace: kl.XML }], + ["xml:lang", { prefix: "xml", name: "lang", namespace: kl.XML }], + ["xml:space", { prefix: "xml", name: "space", namespace: kl.XML }], + ["xmlns", { prefix: "", name: "xmlns", namespace: kl.XMLNS }], + ["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: kl.XMLNS }], ]), - Bi = new Map( + Zi = new Map( [ "altGlyph", "altGlyphDef", @@ -13948,106 +13947,106 @@ const _i = { TEXT_HTML: "text/html", APPLICATION_XML: "application/xhtml+xml" }, "textPath", ].map((e) => [e.toLowerCase(), e]), ), - Oi = new Set([ - Dl.B, - Dl.BIG, - Dl.BLOCKQUOTE, - Dl.BODY, - Dl.BR, - Dl.CENTER, - Dl.CODE, - Dl.DD, - Dl.DIV, - Dl.DL, - Dl.DT, - Dl.EM, - Dl.EMBED, - Dl.H1, - Dl.H2, - Dl.H3, - Dl.H4, - Dl.H5, - Dl.H6, - Dl.HEAD, - Dl.HR, - Dl.I, - Dl.IMG, - Dl.LI, - Dl.LISTING, - Dl.MENU, - Dl.META, - Dl.NOBR, - Dl.OL, - Dl.P, - Dl.PRE, - Dl.RUBY, - Dl.S, - Dl.SMALL, - Dl.SPAN, - Dl.STRONG, - Dl.STRIKE, - Dl.SUB, - Dl.SUP, - Dl.TABLE, - Dl.TT, - Dl.U, - Dl.UL, - Dl.VAR, + Bi = new Set([ + Ol.B, + Ol.BIG, + Ol.BLOCKQUOTE, + Ol.BODY, + Ol.BR, + Ol.CENTER, + Ol.CODE, + Ol.DD, + Ol.DIV, + Ol.DL, + Ol.DT, + Ol.EM, + Ol.EMBED, + Ol.H1, + Ol.H2, + Ol.H3, + Ol.H4, + Ol.H5, + Ol.H6, + Ol.HEAD, + Ol.HR, + Ol.I, + Ol.IMG, + Ol.LI, + Ol.LISTING, + Ol.MENU, + Ol.META, + Ol.NOBR, + Ol.OL, + Ol.P, + Ol.PRE, + Ol.RUBY, + Ol.S, + Ol.SMALL, + Ol.SPAN, + Ol.STRONG, + Ol.STRIKE, + Ol.SUB, + Ol.SUP, + Ol.TABLE, + Ol.TT, + Ol.U, + Ol.UL, + Ol.VAR, ]); -function Di(e) { +function Oi(e) { for (let t = 0; t < e.attrs.length; t++) - if (e.attrs[t].name === Ai) { - e.attrs[t].name = ki; + if (e.attrs[t].name === _i) { + e.attrs[t].name = Ai; break; } } -function Pi(e) { +function Di(e) { for (let t = 0; t < e.attrs.length; t++) { - const n = Ii.get(e.attrs[t].name); + const n = ki.get(e.attrs[t].name); null != n && (e.attrs[t].name = n); } } -function Fi(e) { +function Pi(e) { for (let t = 0; t < e.attrs.length; t++) { - const n = Zi.get(e.attrs[t].name); + const n = Ii.get(e.attrs[t].name); n && ((e.attrs[t].prefix = n.prefix), (e.attrs[t].name = n.name), (e.attrs[t].namespace = n.namespace)); } } -function Ui(e, t, n, r) { +function Fi(e, t, n, r) { return ( - ((!r || r === Il.HTML) && + ((!r || r === kl.HTML) && (function (e, t, n) { - if (t === Il.MATHML && e === Dl.ANNOTATION_XML) + if (t === kl.MATHML && e === Ol.ANNOTATION_XML) for (let e = 0; e < n.length; e++) - if (n[e].name === Zl.ENCODING) { + if (n[e].name === Il.ENCODING) { const t = n[e].value.toLowerCase(); - return t === _i.TEXT_HTML || t === _i.APPLICATION_XML; + return t === Vi.TEXT_HTML || t === Vi.APPLICATION_XML; } return ( - t === Il.SVG && - (e === Dl.FOREIGN_OBJECT || e === Dl.DESC || e === Dl.TITLE) + t === kl.SVG && + (e === Ol.FOREIGN_OBJECT || e === Ol.DESC || e === Ol.TITLE) ); })(e, t, n)) || - ((!r || r === Il.MATHML) && + ((!r || r === kl.MATHML) && (function (e, t) { return ( - t === Il.MATHML && - (e === Dl.MI || - e === Dl.MO || - e === Dl.MN || - e === Dl.MS || - e === Dl.MTEXT) + t === kl.MATHML && + (e === Ol.MI || + e === Ol.MO || + e === Ol.MN || + e === Ol.MS || + e === Ol.MTEXT) ); })(e, t)) ); } -const Gi = "hidden", - zi = 8, - $i = 3; -var Wi; +const Ui = "hidden", + Gi = 8, + zi = 3; +var $i; !(function (e) { (e[(e.INITIAL = 0)] = "INITIAL"), (e[(e.BEFORE_HTML = 1)] = "BEFORE_HTML"), @@ -14072,8 +14071,8 @@ var Wi; (e[(e.AFTER_FRAMESET = 20)] = "AFTER_FRAMESET"), (e[(e.AFTER_AFTER_BODY = 21)] = "AFTER_AFTER_BODY"), (e[(e.AFTER_AFTER_FRAMESET = 22)] = "AFTER_AFTER_FRAMESET"); -})(Wi || (Wi = {})); -const ji = { +})($i || ($i = {})); +const Wi = { startLine: -1, startCol: -1, startOffset: -1, @@ -14081,21 +14080,21 @@ const ji = { endCol: -1, endOffset: -1, }, - qi = new Set([Dl.TABLE, Dl.TBODY, Dl.TFOOT, Dl.THEAD, Dl.TR]), - Yi = { + ji = new Set([Ol.TABLE, Ol.TBODY, Ol.TFOOT, Ol.THEAD, Ol.TR]), + qi = { scriptingEnabled: !0, sourceCodeLocationInfo: !1, - treeAdapter: bi, + treeAdapter: Li, onParseError: null, }; -class Ki { +class Yi { constructor(e, t, n = null, r = null) { (this.fragmentContext = n), (this.scriptHandler = r), (this.currentToken = null), (this.stopped = !1), - (this.insertionMode = Wi.INITIAL), - (this.originalInsertionMode = Wi.INITIAL), + (this.insertionMode = $i.INITIAL), + (this.originalInsertionMode = $i.INITIAL), (this.headElement = null), (this.formElement = null), (this.currentNotInHTML = !1), @@ -14105,34 +14104,34 @@ class Ki { (this.framesetOk = !0), (this.skipNextNewLine = !1), (this.fosterParentingEnabled = !1), - (this.options = { ...Yi, ...e }), + (this.options = { ...qi, ...e }), (this.treeAdapter = this.options.treeAdapter), (this.onParseError = this.options.onParseError), this.onParseError && (this.options.sourceCodeLocationInfo = !0), (this.document = null != t ? t : this.treeAdapter.createDocument()), - (this.tokenizer = new Ci(this.options, this)), - (this.activeFormattingElements = new wi(this.treeAdapter)), + (this.tokenizer = new ii(this.options, this)), + (this.activeFormattingElements = new Ei(this.treeAdapter)), (this.fragmentContextID = n - ? Wl(this.treeAdapter.getTagName(n)) - : Dl.UNKNOWN), + ? $l(this.treeAdapter.getTagName(n)) + : Ol.UNKNOWN), this._setContextModes( null != n ? n : this.document, this.fragmentContextID, ), - (this.openElements = new fi(this.document, this.treeAdapter, this)); + (this.openElements = new hi(this.document, this.treeAdapter, this)); } static parse(e, t) { const n = new this(t); return n.tokenizer.write(e, !0), n.document; } static getFragmentParser(e, t) { - const n = { ...Yi, ...t }; - null != e || (e = n.treeAdapter.createElement(Ol.TEMPLATE, Il.HTML, [])); - const r = n.treeAdapter.createElement("documentmock", Il.HTML, []), + const n = { ...qi, ...t }; + null != e || (e = n.treeAdapter.createElement(Bl.TEMPLATE, kl.HTML, [])); + const r = n.treeAdapter.createElement("documentmock", kl.HTML, []), o = new this(n, r, e); return ( - o.fragmentContextID === Dl.TEMPLATE && - o.tmplInsertionModeStack.unshift(Wi.IN_TEMPLATE), + o.fragmentContextID === Ol.TEMPLATE && + o.tmplInsertionModeStack.unshift($i.IN_TEMPLATE), o._initTokenizerForFragmentParsing(), o._insertFakeRootElement(), o._resetInsertionMode(), @@ -14148,7 +14147,7 @@ class Ki { _err(e, t, n) { var r; if (!this.onParseError) return; - const o = null !== (r = e.location) && void 0 !== r ? r : ji, + const o = null !== (r = e.location) && void 0 !== r ? r : Wi, a = { code: t, startLine: o.startLine, @@ -14186,20 +14185,20 @@ class Ki { } _setContextModes(e, t) { const n = - e === this.document || this.treeAdapter.getNamespaceURI(e) === Il.HTML; + e === this.document || this.treeAdapter.getNamespaceURI(e) === kl.HTML; (this.currentNotInHTML = !n), (this.tokenizer.inForeignNode = !n && !this._isIntegrationPoint(t, e)); } _switchToTextParsing(e, t) { - this._insertElement(e, Il.HTML), + this._insertElement(e, kl.HTML), (this.tokenizer.state = t), (this.originalInsertionMode = this.insertionMode), - (this.insertionMode = Wi.TEXT); + (this.insertionMode = $i.TEXT); } switchToPlaintextParsing() { - (this.insertionMode = Wi.TEXT), - (this.originalInsertionMode = Wi.IN_BODY), - (this.tokenizer.state = Ql.PLAINTEXT); + (this.insertionMode = $i.TEXT), + (this.originalInsertionMode = $i.IN_BODY), + (this.tokenizer.state = Xl.PLAINTEXT); } _getAdjustedCurrentElement() { return 0 === this.openElements.stackTop && this.fragmentContext @@ -14209,7 +14208,7 @@ class Ki { _findFormInFragmentContext() { let e = this.fragmentContext; for (; e; ) { - if (this.treeAdapter.getTagName(e) === Ol.FORM) { + if (this.treeAdapter.getTagName(e) === Bl.FORM) { this.formElement = e; break; } @@ -14219,26 +14218,26 @@ class Ki { _initTokenizerForFragmentParsing() { if ( this.fragmentContext && - this.treeAdapter.getNamespaceURI(this.fragmentContext) === Il.HTML + this.treeAdapter.getNamespaceURI(this.fragmentContext) === kl.HTML ) switch (this.fragmentContextID) { - case Dl.TITLE: - case Dl.TEXTAREA: - this.tokenizer.state = Ql.RCDATA; + case Ol.TITLE: + case Ol.TEXTAREA: + this.tokenizer.state = Xl.RCDATA; break; - case Dl.STYLE: - case Dl.XMP: - case Dl.IFRAME: - case Dl.NOEMBED: - case Dl.NOFRAMES: - case Dl.NOSCRIPT: - this.tokenizer.state = Ql.RAWTEXT; + case Ol.STYLE: + case Ol.XMP: + case Ol.IFRAME: + case Ol.NOEMBED: + case Ol.NOFRAMES: + case Ol.NOSCRIPT: + this.tokenizer.state = Xl.RAWTEXT; break; - case Dl.SCRIPT: - this.tokenizer.state = Ql.SCRIPT_DATA; + case Ol.SCRIPT: + this.tokenizer.state = Xl.SCRIPT_DATA; break; - case Dl.PLAINTEXT: - this.tokenizer.state = Ql.PLAINTEXT; + case Ol.PLAINTEXT: + this.tokenizer.state = Xl.PLAINTEXT; } } _setDocumentType(e) { @@ -14275,11 +14274,11 @@ class Ki { this.openElements.push(n, e.tagID); } _insertFakeElement(e, t) { - const n = this.treeAdapter.createElement(e, Il.HTML, []); + const n = this.treeAdapter.createElement(e, kl.HTML, []); this._attachElementToTree(n, null), this.openElements.push(n, t); } _insertTemplate(e) { - const t = this.treeAdapter.createElement(e.tagName, Il.HTML, e.attrs), + const t = this.treeAdapter.createElement(e.tagName, kl.HTML, e.attrs), n = this.treeAdapter.createDocumentFragment(); this.treeAdapter.setTemplateContent(t, n), this._attachElementToTree(t, e.location), @@ -14288,11 +14287,11 @@ class Ki { this.treeAdapter.setNodeSourceCodeLocation(n, null); } _insertFakeRootElement() { - const e = this.treeAdapter.createElement(Ol.HTML, Il.HTML, []); + const e = this.treeAdapter.createElement(Bl.HTML, kl.HTML, []); this.options.sourceCodeLocationInfo && this.treeAdapter.setNodeSourceCodeLocation(e, null), this.treeAdapter.appendChild(this.openElements.current, e), - this.openElements.push(e, Dl.HTML); + this.openElements.push(e, Ol.HTML); } _appendCommentNode(e, t) { const n = this.treeAdapter.createCommentNode(e.data); @@ -14341,7 +14340,7 @@ class Ki { const n = t.location, r = this.treeAdapter.getTagName(e), o = - t.type === Hl.END_TAG && r === t.tagName + t.type === Ml.END_TAG && r === t.tagName ? { endTag: { ...n }, endLine: n.endLine, @@ -14363,43 +14362,43 @@ class Ki { 0 === this.openElements.stackTop && this.fragmentContext ? ((t = this.fragmentContext), (n = this.fragmentContextID)) : ({ current: t, currentTagId: n } = this.openElements), - (e.tagID !== Dl.SVG || - this.treeAdapter.getTagName(t) !== Ol.ANNOTATION_XML || - this.treeAdapter.getNamespaceURI(t) !== Il.MATHML) && + (e.tagID !== Ol.SVG || + this.treeAdapter.getTagName(t) !== Bl.ANNOTATION_XML || + this.treeAdapter.getNamespaceURI(t) !== kl.MATHML) && (this.tokenizer.inForeignNode || - ((e.tagID === Dl.MGLYPH || e.tagID === Dl.MALIGNMARK) && - !this._isIntegrationPoint(n, t, Il.HTML))) + ((e.tagID === Ol.MGLYPH || e.tagID === Ol.MALIGNMARK) && + !this._isIntegrationPoint(n, t, kl.HTML))) ); } _processToken(e) { switch (e.type) { - case Hl.CHARACTER: + case Ml.CHARACTER: this.onCharacter(e); break; - case Hl.NULL_CHARACTER: + case Ml.NULL_CHARACTER: this.onNullCharacter(e); break; - case Hl.COMMENT: + case Ml.COMMENT: this.onComment(e); break; - case Hl.DOCTYPE: + case Ml.DOCTYPE: this.onDoctype(e); break; - case Hl.START_TAG: + case Ml.START_TAG: this._processStartTag(e); break; - case Hl.END_TAG: + case Ml.END_TAG: this.onEndTag(e); break; - case Hl.EOF: + case Ml.EOF: this.onEof(e); break; - case Hl.WHITESPACE_CHARACTER: + case Ml.WHITESPACE_CHARACTER: this.onWhitespaceCharacter(e); } } _isIntegrationPoint(e, t, n) { - return Ui( + return Fi( e, this.treeAdapter.getNamespaceURI(t), this.treeAdapter.getAttrList(t), @@ -14410,7 +14409,7 @@ class Ki { const e = this.activeFormattingElements.entries.length; if (e) { const t = this.activeFormattingElements.entries.findIndex( - (e) => e.type === vi.Marker || this.openElements.contains(e.element), + (e) => e.type === fi.Marker || this.openElements.contains(e.element), ); for (let n = t < 0 ? e - 1 : t - 1; n >= 0; n--) { const e = this.activeFormattingElements.entries[n]; @@ -14426,11 +14425,11 @@ class Ki { this.openElements.generateImpliedEndTags(), this.openElements.popUntilTableCellPopped(), this.activeFormattingElements.clearToLastMarker(), - (this.insertionMode = Wi.IN_ROW); + (this.insertionMode = $i.IN_ROW); } _closePElement() { - this.openElements.generateImpliedEndTagsWithExclusion(Dl.P), - this.openElements.popUntilTagNamePopped(Dl.P); + this.openElements.generateImpliedEndTagsWithExclusion(Ol.P), + this.openElements.popUntilTagNamePopped(Ol.P); } _resetInsertionMode() { for (let e = this.openElements.stackTop; e >= 0; e--) @@ -14439,51 +14438,51 @@ class Ki { ? this.fragmentContextID : this.openElements.tagIDs[e] ) { - case Dl.TR: - return void (this.insertionMode = Wi.IN_ROW); - case Dl.TBODY: - case Dl.THEAD: - case Dl.TFOOT: - return void (this.insertionMode = Wi.IN_TABLE_BODY); - case Dl.CAPTION: - return void (this.insertionMode = Wi.IN_CAPTION); - case Dl.COLGROUP: - return void (this.insertionMode = Wi.IN_COLUMN_GROUP); - case Dl.TABLE: - return void (this.insertionMode = Wi.IN_TABLE); - case Dl.BODY: - return void (this.insertionMode = Wi.IN_BODY); - case Dl.FRAMESET: - return void (this.insertionMode = Wi.IN_FRAMESET); - case Dl.SELECT: + case Ol.TR: + return void (this.insertionMode = $i.IN_ROW); + case Ol.TBODY: + case Ol.THEAD: + case Ol.TFOOT: + return void (this.insertionMode = $i.IN_TABLE_BODY); + case Ol.CAPTION: + return void (this.insertionMode = $i.IN_CAPTION); + case Ol.COLGROUP: + return void (this.insertionMode = $i.IN_COLUMN_GROUP); + case Ol.TABLE: + return void (this.insertionMode = $i.IN_TABLE); + case Ol.BODY: + return void (this.insertionMode = $i.IN_BODY); + case Ol.FRAMESET: + return void (this.insertionMode = $i.IN_FRAMESET); + case Ol.SELECT: return void this._resetInsertionModeForSelect(e); - case Dl.TEMPLATE: + case Ol.TEMPLATE: return void (this.insertionMode = this.tmplInsertionModeStack[0]); - case Dl.HTML: + case Ol.HTML: return void (this.insertionMode = this.headElement - ? Wi.AFTER_HEAD - : Wi.BEFORE_HEAD); - case Dl.TD: - case Dl.TH: - if (e > 0) return void (this.insertionMode = Wi.IN_CELL); + ? $i.AFTER_HEAD + : $i.BEFORE_HEAD); + case Ol.TD: + case Ol.TH: + if (e > 0) return void (this.insertionMode = $i.IN_CELL); break; - case Dl.HEAD: - if (e > 0) return void (this.insertionMode = Wi.IN_HEAD); + case Ol.HEAD: + if (e > 0) return void (this.insertionMode = $i.IN_HEAD); } - this.insertionMode = Wi.IN_BODY; + this.insertionMode = $i.IN_BODY; } _resetInsertionModeForSelect(e) { if (e > 0) for (let t = e - 1; t > 0; t--) { const e = this.openElements.tagIDs[t]; - if (e === Dl.TEMPLATE) break; - if (e === Dl.TABLE) - return void (this.insertionMode = Wi.IN_SELECT_IN_TABLE); + if (e === Ol.TEMPLATE) break; + if (e === Ol.TABLE) + return void (this.insertionMode = $i.IN_SELECT_IN_TABLE); } - this.insertionMode = Wi.IN_SELECT; + this.insertionMode = $i.IN_SELECT; } _isElementCausesFosterParenting(e) { - return qi.has(e); + return ji.has(e); } _shouldFosterParentOnInsertion() { return ( @@ -14495,14 +14494,14 @@ class Ki { for (let e = this.openElements.stackTop; e >= 0; e--) { const t = this.openElements.items[e]; switch (this.openElements.tagIDs[e]) { - case Dl.TEMPLATE: - if (this.treeAdapter.getNamespaceURI(t) === Il.HTML) + case Ol.TEMPLATE: + if (this.treeAdapter.getNamespaceURI(t) === kl.HTML) return { parent: this.treeAdapter.getTemplateContent(t), beforeElement: null, }; break; - case Dl.TABLE: { + case Ol.TABLE: { const n = this.treeAdapter.getParentNode(t); return n ? { parent: n, beforeElement: t } @@ -14520,7 +14519,7 @@ class Ki { } _isSpecialElement(e, t) { const n = this.treeAdapter.getNamespaceURI(e); - return ql[n].has(t); + return jl[n].has(t); } onCharacter(e) { if (((this.skipNextNewLine = !1), this.tokenizer.inForeignNode)) @@ -14529,130 +14528,130 @@ class Ki { })(this, e); else switch (this.insertionMode) { - case Wi.INITIAL: + case $i.INITIAL: + aC(this, e); + break; + case $i.BEFORE_HTML: lC(this, e); break; - case Wi.BEFORE_HTML: + case $i.BEFORE_HEAD: iC(this, e); break; - case Wi.BEFORE_HEAD: - CC(this, e); + case $i.IN_HEAD: + cC(this, e); break; - case Wi.IN_HEAD: + case $i.IN_HEAD_NO_SCRIPT: dC(this, e); break; - case Wi.IN_HEAD_NO_SCRIPT: + case $i.AFTER_HEAD: uC(this, e); break; - case Wi.AFTER_HEAD: - mC(this, e); - break; - case Wi.IN_BODY: - case Wi.IN_CAPTION: - case Wi.IN_CELL: - case Wi.IN_TEMPLATE: - hC(this, e); + case $i.IN_BODY: + case $i.IN_CAPTION: + case $i.IN_CELL: + case $i.IN_TEMPLATE: + gC(this, e); break; - case Wi.TEXT: - case Wi.IN_SELECT: - case Wi.IN_SELECT_IN_TABLE: + case $i.TEXT: + case $i.IN_SELECT: + case $i.IN_SELECT_IN_TABLE: this._insertCharacters(e); break; - case Wi.IN_TABLE: - case Wi.IN_TABLE_BODY: - case Wi.IN_ROW: - yC(this, e); + case $i.IN_TABLE: + case $i.IN_TABLE_BODY: + case $i.IN_ROW: + HC(this, e); break; - case Wi.IN_TABLE_TEXT: - SC(this, e); + case $i.IN_TABLE_TEXT: + NC(this, e); break; - case Wi.IN_COLUMN_GROUP: - kC(this, e); + case $i.IN_COLUMN_GROUP: + AC(this, e); break; - case Wi.AFTER_BODY: - GC(this, e); + case $i.AFTER_BODY: + UC(this, e); break; - case Wi.AFTER_AFTER_BODY: - zC(this, e); + case $i.AFTER_AFTER_BODY: + GC(this, e); } } onNullCharacter(e) { if (((this.skipNextNewLine = !1), this.tokenizer.inForeignNode)) !(function (e, t) { - (t.chars = dl), e._insertCharacters(t); + (t.chars = cl), e._insertCharacters(t); })(this, e); else switch (this.insertionMode) { - case Wi.INITIAL: + case $i.INITIAL: + aC(this, e); + break; + case $i.BEFORE_HTML: lC(this, e); break; - case Wi.BEFORE_HTML: + case $i.BEFORE_HEAD: iC(this, e); break; - case Wi.BEFORE_HEAD: - CC(this, e); + case $i.IN_HEAD: + cC(this, e); break; - case Wi.IN_HEAD: + case $i.IN_HEAD_NO_SCRIPT: dC(this, e); break; - case Wi.IN_HEAD_NO_SCRIPT: + case $i.AFTER_HEAD: uC(this, e); break; - case Wi.AFTER_HEAD: - mC(this, e); - break; - case Wi.TEXT: + case $i.TEXT: this._insertCharacters(e); break; - case Wi.IN_TABLE: - case Wi.IN_TABLE_BODY: - case Wi.IN_ROW: - yC(this, e); + case $i.IN_TABLE: + case $i.IN_TABLE_BODY: + case $i.IN_ROW: + HC(this, e); break; - case Wi.IN_COLUMN_GROUP: - kC(this, e); + case $i.IN_COLUMN_GROUP: + AC(this, e); break; - case Wi.AFTER_BODY: - GC(this, e); + case $i.AFTER_BODY: + UC(this, e); break; - case Wi.AFTER_AFTER_BODY: - zC(this, e); + case $i.AFTER_AFTER_BODY: + GC(this, e); } } onComment(e) { - if (((this.skipNextNewLine = !1), this.currentNotInHTML)) oC(this, e); + if (((this.skipNextNewLine = !1), this.currentNotInHTML)) rC(this, e); else switch (this.insertionMode) { - case Wi.INITIAL: - case Wi.BEFORE_HTML: - case Wi.BEFORE_HEAD: - case Wi.IN_HEAD: - case Wi.IN_HEAD_NO_SCRIPT: - case Wi.AFTER_HEAD: - case Wi.IN_BODY: - case Wi.IN_TABLE: - case Wi.IN_CAPTION: - case Wi.IN_COLUMN_GROUP: - case Wi.IN_TABLE_BODY: - case Wi.IN_ROW: - case Wi.IN_CELL: - case Wi.IN_SELECT: - case Wi.IN_SELECT_IN_TABLE: - case Wi.IN_TEMPLATE: - case Wi.IN_FRAMESET: - case Wi.AFTER_FRAMESET: - oC(this, e); + case $i.INITIAL: + case $i.BEFORE_HTML: + case $i.BEFORE_HEAD: + case $i.IN_HEAD: + case $i.IN_HEAD_NO_SCRIPT: + case $i.AFTER_HEAD: + case $i.IN_BODY: + case $i.IN_TABLE: + case $i.IN_CAPTION: + case $i.IN_COLUMN_GROUP: + case $i.IN_TABLE_BODY: + case $i.IN_ROW: + case $i.IN_CELL: + case $i.IN_SELECT: + case $i.IN_SELECT_IN_TABLE: + case $i.IN_TEMPLATE: + case $i.IN_FRAMESET: + case $i.AFTER_FRAMESET: + rC(this, e); break; - case Wi.IN_TABLE_TEXT: - VC(this, e); + case $i.IN_TABLE_TEXT: + SC(this, e); break; - case Wi.AFTER_BODY: + case $i.AFTER_BODY: !(function (e, t) { e._appendCommentNode(t, e.openElements.items[0]); })(this, e); break; - case Wi.AFTER_AFTER_BODY: - case Wi.AFTER_AFTER_FRAMESET: + case $i.AFTER_AFTER_BODY: + case $i.AFTER_AFTER_FRAMESET: !(function (e, t) { e._appendCommentNode(t, e.document); })(this, e); @@ -14660,44 +14659,44 @@ class Ki { } onDoctype(e) { switch (((this.skipNextNewLine = !1), this.insertionMode)) { - case Wi.INITIAL: + case $i.INITIAL: !(function (e, t) { e._setDocumentType(t); const n = t.forceQuirks - ? Bl.QUIRKS + ? Zl.QUIRKS : (function (e) { - if (e.name !== Mi) return Bl.QUIRKS; + if (e.name !== bi) return Zl.QUIRKS; const { systemId: t } = e; - if (t && t.toLowerCase() === yi) return Bl.QUIRKS; + if (t && t.toLowerCase() === Hi) return Zl.QUIRKS; let { publicId: n } = e; if (null !== n) { - if (((n = n.toLowerCase()), Ti.has(n))) return Bl.QUIRKS; - let e = null === t ? xi : Ri; - if (Vi(n, e)) return Bl.QUIRKS; - if (((e = null === t ? Ni : Si), Vi(n, e))) - return Bl.LIMITED_QUIRKS; + if (((n = n.toLowerCase()), xi.has(n))) return Zl.QUIRKS; + let e = null === t ? Ri : yi; + if (Si(n, e)) return Zl.QUIRKS; + if (((e = null === t ? Ti : Ni), Si(n, e))) + return Zl.LIMITED_QUIRKS; } - return Bl.NO_QUIRKS; + return Zl.NO_QUIRKS; })(t); (function (e) { return ( - e.name === Mi && + e.name === bi && null === e.publicId && - (null === e.systemId || e.systemId === Hi) + (null === e.systemId || e.systemId === Mi) ); - })(t) || e._err(t, bl.nonConformingDoctype); + })(t) || e._err(t, Ll.nonConformingDoctype); e.treeAdapter.setDocumentMode(e.document, n), - (e.insertionMode = Wi.BEFORE_HTML); + (e.insertionMode = $i.BEFORE_HTML); })(this, e); break; - case Wi.BEFORE_HEAD: - case Wi.IN_HEAD: - case Wi.IN_HEAD_NO_SCRIPT: - case Wi.AFTER_HEAD: - this._err(e, bl.misplacedDoctype); + case $i.BEFORE_HEAD: + case $i.IN_HEAD: + case $i.IN_HEAD_NO_SCRIPT: + case $i.AFTER_HEAD: + this._err(e, Ll.misplacedDoctype); break; - case Wi.IN_TABLE_TEXT: - VC(this, e); + case $i.IN_TABLE_TEXT: + SC(this, e); } } onStartTag(e) { @@ -14706,7 +14705,7 @@ class Ki { this._processStartTag(e), e.selfClosing && !e.ackSelfClosing && - this._err(e, bl.nonVoidHtmlElementStartTagWithTrailingSolidus); + this._err(e, Ll.nonVoidHtmlElementStartTagWithTrailingSolidus); } _processStartTag(e) { this.shouldProcessStartTagTokenInForeignContent(e) @@ -14715,28 +14714,28 @@ class Ki { (function (e) { const t = e.tagID; return ( - (t === Dl.FONT && + (t === Ol.FONT && e.attrs.some( ({ name: e }) => - e === Zl.COLOR || e === Zl.SIZE || e === Zl.FACE, + e === Il.COLOR || e === Il.SIZE || e === Il.FACE, )) || - Oi.has(t) + Bi.has(t) ); })(t) ) - $C(e), e._startTagOutsideForeignContent(t); + zC(e), e._startTagOutsideForeignContent(t); else { const n = e._getAdjustedCurrentElement(), r = e.treeAdapter.getNamespaceURI(n); - r === Il.MATHML - ? Di(t) - : r === Il.SVG && + r === kl.MATHML + ? Oi(t) + : r === kl.SVG && (!(function (e) { - const t = Bi.get(e.tagName); - null != t && ((e.tagName = t), (e.tagID = Wl(e.tagName))); + const t = Zi.get(e.tagName); + null != t && ((e.tagName = t), (e.tagID = $l(e.tagName))); })(t), - Pi(t)), - Fi(t), + Di(t)), + Pi(t), t.selfClosing ? e._appendElement(t, r) : e._insertElement(t, r), (t.ackSelfClosing = !0); } @@ -14745,249 +14744,249 @@ class Ki { } _startTagOutsideForeignContent(e) { switch (this.insertionMode) { - case Wi.INITIAL: - lC(this, e); + case $i.INITIAL: + aC(this, e); break; - case Wi.BEFORE_HTML: + case $i.BEFORE_HTML: !(function (e, t) { - t.tagID === Dl.HTML - ? (e._insertElement(t, Il.HTML), (e.insertionMode = Wi.BEFORE_HEAD)) - : iC(e, t); + t.tagID === Ol.HTML + ? (e._insertElement(t, kl.HTML), (e.insertionMode = $i.BEFORE_HEAD)) + : lC(e, t); })(this, e); break; - case Wi.BEFORE_HEAD: + case $i.BEFORE_HEAD: !(function (e, t) { switch (t.tagID) { - case Dl.HTML: - LC(e, t); + case Ol.HTML: + wC(e, t); break; - case Dl.HEAD: - e._insertElement(t, Il.HTML), + case Ol.HEAD: + e._insertElement(t, kl.HTML), (e.headElement = e.openElements.current), - (e.insertionMode = Wi.IN_HEAD); + (e.insertionMode = $i.IN_HEAD); break; default: - CC(e, t); + iC(e, t); } })(this, e); break; - case Wi.IN_HEAD: - sC(this, e); + case $i.IN_HEAD: + CC(this, e); break; - case Wi.IN_HEAD_NO_SCRIPT: + case $i.IN_HEAD_NO_SCRIPT: !(function (e, t) { switch (t.tagID) { - case Dl.HTML: - LC(e, t); + case Ol.HTML: + wC(e, t); break; - case Dl.BASEFONT: - case Dl.BGSOUND: - case Dl.HEAD: - case Dl.LINK: - case Dl.META: - case Dl.NOFRAMES: - case Dl.STYLE: - sC(e, t); + case Ol.BASEFONT: + case Ol.BGSOUND: + case Ol.HEAD: + case Ol.LINK: + case Ol.META: + case Ol.NOFRAMES: + case Ol.STYLE: + CC(e, t); break; - case Dl.NOSCRIPT: - e._err(t, bl.nestedNoscriptInHead); + case Ol.NOSCRIPT: + e._err(t, Ll.nestedNoscriptInHead); break; default: - uC(e, t); + dC(e, t); } })(this, e); break; - case Wi.AFTER_HEAD: + case $i.AFTER_HEAD: !(function (e, t) { switch (t.tagID) { - case Dl.HTML: - LC(e, t); + case Ol.HTML: + wC(e, t); break; - case Dl.BODY: - e._insertElement(t, Il.HTML), + case Ol.BODY: + e._insertElement(t, kl.HTML), (e.framesetOk = !1), - (e.insertionMode = Wi.IN_BODY); + (e.insertionMode = $i.IN_BODY); break; - case Dl.FRAMESET: - e._insertElement(t, Il.HTML), (e.insertionMode = Wi.IN_FRAMESET); + case Ol.FRAMESET: + e._insertElement(t, kl.HTML), (e.insertionMode = $i.IN_FRAMESET); break; - case Dl.BASE: - case Dl.BASEFONT: - case Dl.BGSOUND: - case Dl.LINK: - case Dl.META: - case Dl.NOFRAMES: - case Dl.SCRIPT: - case Dl.STYLE: - case Dl.TEMPLATE: - case Dl.TITLE: - e._err(t, bl.abandonedHeadElementChild), - e.openElements.push(e.headElement, Dl.HEAD), - sC(e, t), + case Ol.BASE: + case Ol.BASEFONT: + case Ol.BGSOUND: + case Ol.LINK: + case Ol.META: + case Ol.NOFRAMES: + case Ol.SCRIPT: + case Ol.STYLE: + case Ol.TEMPLATE: + case Ol.TITLE: + e._err(t, Ll.abandonedHeadElementChild), + e.openElements.push(e.headElement, Ol.HEAD), + CC(e, t), e.openElements.remove(e.headElement); break; - case Dl.HEAD: - e._err(t, bl.misplacedStartTagForHeadElement); + case Ol.HEAD: + e._err(t, Ll.misplacedStartTagForHeadElement); break; default: - mC(e, t); + uC(e, t); } })(this, e); break; - case Wi.IN_BODY: - LC(this, e); + case $i.IN_BODY: + wC(this, e); break; - case Wi.IN_TABLE: - RC(this, e); + case $i.IN_TABLE: + yC(this, e); break; - case Wi.IN_TABLE_TEXT: - VC(this, e); + case $i.IN_TABLE_TEXT: + SC(this, e); break; - case Wi.IN_CAPTION: + case $i.IN_CAPTION: !(function (e, t) { const n = t.tagID; - _C.has(n) - ? e.openElements.hasInTableScope(Dl.CAPTION) && + VC.has(n) + ? e.openElements.hasInTableScope(Ol.CAPTION) && (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(Dl.CAPTION), + e.openElements.popUntilTagNamePopped(Ol.CAPTION), e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = Wi.IN_TABLE), - RC(e, t)) - : LC(e, t); + (e.insertionMode = $i.IN_TABLE), + yC(e, t)) + : wC(e, t); })(this, e); break; - case Wi.IN_COLUMN_GROUP: - AC(this, e); + case $i.IN_COLUMN_GROUP: + _C(this, e); break; - case Wi.IN_TABLE_BODY: - IC(this, e); + case $i.IN_TABLE_BODY: + kC(this, e); break; - case Wi.IN_ROW: - BC(this, e); + case $i.IN_ROW: + ZC(this, e); break; - case Wi.IN_CELL: + case $i.IN_CELL: !(function (e, t) { const n = t.tagID; - _C.has(n) - ? (e.openElements.hasInTableScope(Dl.TD) || - e.openElements.hasInTableScope(Dl.TH)) && - (e._closeTableCell(), BC(e, t)) - : LC(e, t); + VC.has(n) + ? (e.openElements.hasInTableScope(Ol.TD) || + e.openElements.hasInTableScope(Ol.TH)) && + (e._closeTableCell(), ZC(e, t)) + : wC(e, t); })(this, e); break; - case Wi.IN_SELECT: - DC(this, e); + case $i.IN_SELECT: + OC(this, e); break; - case Wi.IN_SELECT_IN_TABLE: + case $i.IN_SELECT_IN_TABLE: !(function (e, t) { const n = t.tagID; - n === Dl.CAPTION || - n === Dl.TABLE || - n === Dl.TBODY || - n === Dl.TFOOT || - n === Dl.THEAD || - n === Dl.TR || - n === Dl.TD || - n === Dl.TH - ? (e.openElements.popUntilTagNamePopped(Dl.SELECT), + n === Ol.CAPTION || + n === Ol.TABLE || + n === Ol.TBODY || + n === Ol.TFOOT || + n === Ol.THEAD || + n === Ol.TR || + n === Ol.TD || + n === Ol.TH + ? (e.openElements.popUntilTagNamePopped(Ol.SELECT), e._resetInsertionMode(), e._processStartTag(t)) - : DC(e, t); + : OC(e, t); })(this, e); break; - case Wi.IN_TEMPLATE: + case $i.IN_TEMPLATE: !(function (e, t) { switch (t.tagID) { - case Dl.BASE: - case Dl.BASEFONT: - case Dl.BGSOUND: - case Dl.LINK: - case Dl.META: - case Dl.NOFRAMES: - case Dl.SCRIPT: - case Dl.STYLE: - case Dl.TEMPLATE: - case Dl.TITLE: - sC(e, t); + case Ol.BASE: + case Ol.BASEFONT: + case Ol.BGSOUND: + case Ol.LINK: + case Ol.META: + case Ol.NOFRAMES: + case Ol.SCRIPT: + case Ol.STYLE: + case Ol.TEMPLATE: + case Ol.TITLE: + CC(e, t); break; - case Dl.CAPTION: - case Dl.COLGROUP: - case Dl.TBODY: - case Dl.TFOOT: - case Dl.THEAD: - (e.tmplInsertionModeStack[0] = Wi.IN_TABLE), - (e.insertionMode = Wi.IN_TABLE), - RC(e, t); + case Ol.CAPTION: + case Ol.COLGROUP: + case Ol.TBODY: + case Ol.TFOOT: + case Ol.THEAD: + (e.tmplInsertionModeStack[0] = $i.IN_TABLE), + (e.insertionMode = $i.IN_TABLE), + yC(e, t); break; - case Dl.COL: - (e.tmplInsertionModeStack[0] = Wi.IN_COLUMN_GROUP), - (e.insertionMode = Wi.IN_COLUMN_GROUP), - AC(e, t); + case Ol.COL: + (e.tmplInsertionModeStack[0] = $i.IN_COLUMN_GROUP), + (e.insertionMode = $i.IN_COLUMN_GROUP), + _C(e, t); break; - case Dl.TR: - (e.tmplInsertionModeStack[0] = Wi.IN_TABLE_BODY), - (e.insertionMode = Wi.IN_TABLE_BODY), - IC(e, t); + case Ol.TR: + (e.tmplInsertionModeStack[0] = $i.IN_TABLE_BODY), + (e.insertionMode = $i.IN_TABLE_BODY), + kC(e, t); break; - case Dl.TD: - case Dl.TH: - (e.tmplInsertionModeStack[0] = Wi.IN_ROW), - (e.insertionMode = Wi.IN_ROW), - BC(e, t); + case Ol.TD: + case Ol.TH: + (e.tmplInsertionModeStack[0] = $i.IN_ROW), + (e.insertionMode = $i.IN_ROW), + ZC(e, t); break; default: - (e.tmplInsertionModeStack[0] = Wi.IN_BODY), - (e.insertionMode = Wi.IN_BODY), - LC(e, t); + (e.tmplInsertionModeStack[0] = $i.IN_BODY), + (e.insertionMode = $i.IN_BODY), + wC(e, t); } })(this, e); break; - case Wi.AFTER_BODY: + case $i.AFTER_BODY: !(function (e, t) { - t.tagID === Dl.HTML ? LC(e, t) : GC(e, t); + t.tagID === Ol.HTML ? wC(e, t) : UC(e, t); })(this, e); break; - case Wi.IN_FRAMESET: + case $i.IN_FRAMESET: !(function (e, t) { switch (t.tagID) { - case Dl.HTML: - LC(e, t); + case Ol.HTML: + wC(e, t); break; - case Dl.FRAMESET: - e._insertElement(t, Il.HTML); + case Ol.FRAMESET: + e._insertElement(t, kl.HTML); break; - case Dl.FRAME: - e._appendElement(t, Il.HTML), (t.ackSelfClosing = !0); + case Ol.FRAME: + e._appendElement(t, kl.HTML), (t.ackSelfClosing = !0); break; - case Dl.NOFRAMES: - sC(e, t); + case Ol.NOFRAMES: + CC(e, t); } })(this, e); break; - case Wi.AFTER_FRAMESET: + case $i.AFTER_FRAMESET: !(function (e, t) { switch (t.tagID) { - case Dl.HTML: - LC(e, t); + case Ol.HTML: + wC(e, t); break; - case Dl.NOFRAMES: - sC(e, t); + case Ol.NOFRAMES: + CC(e, t); } })(this, e); break; - case Wi.AFTER_AFTER_BODY: + case $i.AFTER_AFTER_BODY: !(function (e, t) { - t.tagID === Dl.HTML ? LC(e, t) : zC(e, t); + t.tagID === Ol.HTML ? wC(e, t) : GC(e, t); })(this, e); break; - case Wi.AFTER_AFTER_FRAMESET: + case $i.AFTER_AFTER_FRAMESET: !(function (e, t) { switch (t.tagID) { - case Dl.HTML: - LC(e, t); + case Ol.HTML: + wC(e, t); break; - case Dl.NOFRAMES: - sC(e, t); + case Ol.NOFRAMES: + CC(e, t); } })(this, e); } @@ -14997,11 +14996,11 @@ class Ki { (this.currentToken = e), this.currentNotInHTML ? (function (e, t) { - if (t.tagID === Dl.P || t.tagID === Dl.BR) - return $C(e), void e._endTagOutsideForeignContent(t); + if (t.tagID === Ol.P || t.tagID === Ol.BR) + return zC(e), void e._endTagOutsideForeignContent(t); for (let n = e.openElements.stackTop; n > 0; n--) { const r = e.openElements.items[n]; - if (e.treeAdapter.getNamespaceURI(r) === Il.HTML) { + if (e.treeAdapter.getNamespaceURI(r) === kl.HTML) { e._endTagOutsideForeignContent(t); break; } @@ -15016,280 +15015,280 @@ class Ki { } _endTagOutsideForeignContent(e) { switch (this.insertionMode) { - case Wi.INITIAL: - lC(this, e); + case $i.INITIAL: + aC(this, e); break; - case Wi.BEFORE_HTML: + case $i.BEFORE_HTML: !(function (e, t) { const n = t.tagID; - (n !== Dl.HTML && n !== Dl.HEAD && n !== Dl.BODY && n !== Dl.BR) || - iC(e, t); + (n !== Ol.HTML && n !== Ol.HEAD && n !== Ol.BODY && n !== Ol.BR) || + lC(e, t); })(this, e); break; - case Wi.BEFORE_HEAD: + case $i.BEFORE_HEAD: !(function (e, t) { const n = t.tagID; - n === Dl.HEAD || n === Dl.BODY || n === Dl.HTML || n === Dl.BR - ? CC(e, t) - : e._err(t, bl.endTagWithoutMatchingOpenElement); + n === Ol.HEAD || n === Ol.BODY || n === Ol.HTML || n === Ol.BR + ? iC(e, t) + : e._err(t, Ll.endTagWithoutMatchingOpenElement); })(this, e); break; - case Wi.IN_HEAD: + case $i.IN_HEAD: !(function (e, t) { switch (t.tagID) { - case Dl.HEAD: - e.openElements.pop(), (e.insertionMode = Wi.AFTER_HEAD); - break; - case Dl.BODY: - case Dl.BR: - case Dl.HTML: - dC(e, t); + case Ol.HEAD: + e.openElements.pop(), (e.insertionMode = $i.AFTER_HEAD); break; - case Dl.TEMPLATE: + case Ol.BODY: + case Ol.BR: + case Ol.HTML: cC(e, t); break; + case Ol.TEMPLATE: + sC(e, t); + break; default: - e._err(t, bl.endTagWithoutMatchingOpenElement); + e._err(t, Ll.endTagWithoutMatchingOpenElement); } })(this, e); break; - case Wi.IN_HEAD_NO_SCRIPT: + case $i.IN_HEAD_NO_SCRIPT: !(function (e, t) { switch (t.tagID) { - case Dl.NOSCRIPT: - e.openElements.pop(), (e.insertionMode = Wi.IN_HEAD); + case Ol.NOSCRIPT: + e.openElements.pop(), (e.insertionMode = $i.IN_HEAD); break; - case Dl.BR: - uC(e, t); + case Ol.BR: + dC(e, t); break; default: - e._err(t, bl.endTagWithoutMatchingOpenElement); + e._err(t, Ll.endTagWithoutMatchingOpenElement); } })(this, e); break; - case Wi.AFTER_HEAD: + case $i.AFTER_HEAD: !(function (e, t) { switch (t.tagID) { - case Dl.BODY: - case Dl.HTML: - case Dl.BR: - mC(e, t); + case Ol.BODY: + case Ol.HTML: + case Ol.BR: + uC(e, t); break; - case Dl.TEMPLATE: - cC(e, t); + case Ol.TEMPLATE: + sC(e, t); break; default: - e._err(t, bl.endTagWithoutMatchingOpenElement); + e._err(t, Ll.endTagWithoutMatchingOpenElement); } })(this, e); break; - case Wi.IN_BODY: - MC(this, e); + case $i.IN_BODY: + bC(this, e); break; - case Wi.TEXT: + case $i.TEXT: !(function (e, t) { var n; - t.tagID === Dl.SCRIPT && + t.tagID === Ol.SCRIPT && (null === (n = e.scriptHandler) || void 0 === n || n.call(e, e.openElements.current)); e.openElements.pop(), (e.insertionMode = e.originalInsertionMode); })(this, e); break; - case Wi.IN_TABLE: - xC(this, e); + case $i.IN_TABLE: + RC(this, e); break; - case Wi.IN_TABLE_TEXT: - VC(this, e); + case $i.IN_TABLE_TEXT: + SC(this, e); break; - case Wi.IN_CAPTION: + case $i.IN_CAPTION: !(function (e, t) { const n = t.tagID; switch (n) { - case Dl.CAPTION: - case Dl.TABLE: - e.openElements.hasInTableScope(Dl.CAPTION) && + case Ol.CAPTION: + case Ol.TABLE: + e.openElements.hasInTableScope(Ol.CAPTION) && (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(Dl.CAPTION), + e.openElements.popUntilTagNamePopped(Ol.CAPTION), e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = Wi.IN_TABLE), - n === Dl.TABLE && xC(e, t)); + (e.insertionMode = $i.IN_TABLE), + n === Ol.TABLE && RC(e, t)); break; - case Dl.BODY: - case Dl.COL: - case Dl.COLGROUP: - case Dl.HTML: - case Dl.TBODY: - case Dl.TD: - case Dl.TFOOT: - case Dl.TH: - case Dl.THEAD: - case Dl.TR: + case Ol.BODY: + case Ol.COL: + case Ol.COLGROUP: + case Ol.HTML: + case Ol.TBODY: + case Ol.TD: + case Ol.TFOOT: + case Ol.TH: + case Ol.THEAD: + case Ol.TR: break; default: - MC(e, t); + bC(e, t); } })(this, e); break; - case Wi.IN_COLUMN_GROUP: + case $i.IN_COLUMN_GROUP: !(function (e, t) { switch (t.tagID) { - case Dl.COLGROUP: - e.openElements.currentTagId === Dl.COLGROUP && - (e.openElements.pop(), (e.insertionMode = Wi.IN_TABLE)); + case Ol.COLGROUP: + e.openElements.currentTagId === Ol.COLGROUP && + (e.openElements.pop(), (e.insertionMode = $i.IN_TABLE)); break; - case Dl.TEMPLATE: - cC(e, t); + case Ol.TEMPLATE: + sC(e, t); break; - case Dl.COL: + case Ol.COL: break; default: - kC(e, t); + AC(e, t); } })(this, e); break; - case Wi.IN_TABLE_BODY: - ZC(this, e); + case $i.IN_TABLE_BODY: + IC(this, e); break; - case Wi.IN_ROW: - OC(this, e); + case $i.IN_ROW: + BC(this, e); break; - case Wi.IN_CELL: + case $i.IN_CELL: !(function (e, t) { const n = t.tagID; switch (n) { - case Dl.TD: - case Dl.TH: + case Ol.TD: + case Ol.TH: e.openElements.hasInTableScope(n) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(n), e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = Wi.IN_ROW)); + (e.insertionMode = $i.IN_ROW)); break; - case Dl.TABLE: - case Dl.TBODY: - case Dl.TFOOT: - case Dl.THEAD: - case Dl.TR: + case Ol.TABLE: + case Ol.TBODY: + case Ol.TFOOT: + case Ol.THEAD: + case Ol.TR: e.openElements.hasInTableScope(n) && - (e._closeTableCell(), OC(e, t)); + (e._closeTableCell(), BC(e, t)); break; - case Dl.BODY: - case Dl.CAPTION: - case Dl.COL: - case Dl.COLGROUP: - case Dl.HTML: + case Ol.BODY: + case Ol.CAPTION: + case Ol.COL: + case Ol.COLGROUP: + case Ol.HTML: break; default: - MC(e, t); + bC(e, t); } })(this, e); break; - case Wi.IN_SELECT: - PC(this, e); + case $i.IN_SELECT: + DC(this, e); break; - case Wi.IN_SELECT_IN_TABLE: + case $i.IN_SELECT_IN_TABLE: !(function (e, t) { const n = t.tagID; - n === Dl.CAPTION || - n === Dl.TABLE || - n === Dl.TBODY || - n === Dl.TFOOT || - n === Dl.THEAD || - n === Dl.TR || - n === Dl.TD || - n === Dl.TH + n === Ol.CAPTION || + n === Ol.TABLE || + n === Ol.TBODY || + n === Ol.TFOOT || + n === Ol.THEAD || + n === Ol.TR || + n === Ol.TD || + n === Ol.TH ? e.openElements.hasInTableScope(n) && - (e.openElements.popUntilTagNamePopped(Dl.SELECT), + (e.openElements.popUntilTagNamePopped(Ol.SELECT), e._resetInsertionMode(), e.onEndTag(t)) - : PC(e, t); + : DC(e, t); })(this, e); break; - case Wi.IN_TEMPLATE: + case $i.IN_TEMPLATE: !(function (e, t) { - t.tagID === Dl.TEMPLATE && cC(e, t); + t.tagID === Ol.TEMPLATE && sC(e, t); })(this, e); break; - case Wi.AFTER_BODY: - UC(this, e); + case $i.AFTER_BODY: + FC(this, e); break; - case Wi.IN_FRAMESET: + case $i.IN_FRAMESET: !(function (e, t) { - t.tagID !== Dl.FRAMESET || + t.tagID !== Ol.FRAMESET || e.openElements.isRootHtmlElementCurrent() || (e.openElements.pop(), e.fragmentContext || - e.openElements.currentTagId === Dl.FRAMESET || - (e.insertionMode = Wi.AFTER_FRAMESET)); + e.openElements.currentTagId === Ol.FRAMESET || + (e.insertionMode = $i.AFTER_FRAMESET)); })(this, e); break; - case Wi.AFTER_FRAMESET: + case $i.AFTER_FRAMESET: !(function (e, t) { - t.tagID === Dl.HTML && (e.insertionMode = Wi.AFTER_AFTER_FRAMESET); + t.tagID === Ol.HTML && (e.insertionMode = $i.AFTER_AFTER_FRAMESET); })(this, e); break; - case Wi.AFTER_AFTER_BODY: - zC(this, e); + case $i.AFTER_AFTER_BODY: + GC(this, e); } } onEof(e) { switch (this.insertionMode) { - case Wi.INITIAL: + case $i.INITIAL: + aC(this, e); + break; + case $i.BEFORE_HTML: lC(this, e); break; - case Wi.BEFORE_HTML: + case $i.BEFORE_HEAD: iC(this, e); break; - case Wi.BEFORE_HEAD: - CC(this, e); + case $i.IN_HEAD: + cC(this, e); break; - case Wi.IN_HEAD: + case $i.IN_HEAD_NO_SCRIPT: dC(this, e); break; - case Wi.IN_HEAD_NO_SCRIPT: + case $i.AFTER_HEAD: uC(this, e); break; - case Wi.AFTER_HEAD: - mC(this, e); - break; - case Wi.IN_BODY: - case Wi.IN_TABLE: - case Wi.IN_CAPTION: - case Wi.IN_COLUMN_GROUP: - case Wi.IN_TABLE_BODY: - case Wi.IN_ROW: - case Wi.IN_CELL: - case Wi.IN_SELECT: - case Wi.IN_SELECT_IN_TABLE: - HC(this, e); + case $i.IN_BODY: + case $i.IN_TABLE: + case $i.IN_CAPTION: + case $i.IN_COLUMN_GROUP: + case $i.IN_TABLE_BODY: + case $i.IN_ROW: + case $i.IN_CELL: + case $i.IN_SELECT: + case $i.IN_SELECT_IN_TABLE: + MC(this, e); break; - case Wi.TEXT: + case $i.TEXT: !(function (e, t) { - e._err(t, bl.eofInElementThatCanContainOnlyText), + e._err(t, Ll.eofInElementThatCanContainOnlyText), e.openElements.pop(), (e.insertionMode = e.originalInsertionMode), e.onEof(t); })(this, e); break; - case Wi.IN_TABLE_TEXT: - VC(this, e); + case $i.IN_TABLE_TEXT: + SC(this, e); break; - case Wi.IN_TEMPLATE: - FC(this, e); + case $i.IN_TEMPLATE: + PC(this, e); break; - case Wi.AFTER_BODY: - case Wi.IN_FRAMESET: - case Wi.AFTER_FRAMESET: - case Wi.AFTER_AFTER_BODY: - case Wi.AFTER_AFTER_FRAMESET: - aC(this, e); + case $i.AFTER_BODY: + case $i.IN_FRAMESET: + case $i.AFTER_FRAMESET: + case $i.AFTER_AFTER_BODY: + case $i.AFTER_AFTER_FRAMESET: + oC(this, e); } } onWhitespaceCharacter(e) { if ( this.skipNextNewLine && - ((this.skipNextNewLine = !1), e.chars.charCodeAt(0) === ul.LINE_FEED) + ((this.skipNextNewLine = !1), e.chars.charCodeAt(0) === dl.LINE_FEED) ) { if (1 === e.chars.length) return; e.chars = e.chars.substr(1); @@ -15297,37 +15296,37 @@ class Ki { if (this.tokenizer.inForeignNode) this._insertCharacters(e); else switch (this.insertionMode) { - case Wi.IN_HEAD: - case Wi.IN_HEAD_NO_SCRIPT: - case Wi.AFTER_HEAD: - case Wi.TEXT: - case Wi.IN_COLUMN_GROUP: - case Wi.IN_SELECT: - case Wi.IN_SELECT_IN_TABLE: - case Wi.IN_FRAMESET: - case Wi.AFTER_FRAMESET: + case $i.IN_HEAD: + case $i.IN_HEAD_NO_SCRIPT: + case $i.AFTER_HEAD: + case $i.TEXT: + case $i.IN_COLUMN_GROUP: + case $i.IN_SELECT: + case $i.IN_SELECT_IN_TABLE: + case $i.IN_FRAMESET: + case $i.AFTER_FRAMESET: this._insertCharacters(e); break; - case Wi.IN_BODY: - case Wi.IN_CAPTION: - case Wi.IN_CELL: - case Wi.IN_TEMPLATE: - case Wi.AFTER_BODY: - case Wi.AFTER_AFTER_BODY: - case Wi.AFTER_AFTER_FRAMESET: - gC(this, e); + case $i.IN_BODY: + case $i.IN_CAPTION: + case $i.IN_CELL: + case $i.IN_TEMPLATE: + case $i.AFTER_BODY: + case $i.AFTER_AFTER_BODY: + case $i.AFTER_AFTER_FRAMESET: + pC(this, e); break; - case Wi.IN_TABLE: - case Wi.IN_TABLE_BODY: - case Wi.IN_ROW: - yC(this, e); + case $i.IN_TABLE: + case $i.IN_TABLE_BODY: + case $i.IN_ROW: + HC(this, e); break; - case Wi.IN_TABLE_TEXT: - NC(this, e); + case $i.IN_TABLE_TEXT: + TC(this, e); } } } -function Xi(e, t) { +function Ki(e, t) { let n = e.activeFormattingElements.getElementEntryInScopeWithTagName( t.tagName, ); @@ -15336,11 +15335,11 @@ function Xi(e, t) { ? e.openElements.contains(n.element) ? e.openElements.hasInScope(t.tagID) || (n = null) : (e.activeFormattingElements.removeEntry(n), (n = null)) - : bC(e, t), + : LC(e, t), n ); } -function Qi(e, t) { +function Xi(e, t) { let n = null, r = e.openElements.stackTop; for (; r >= 0; r--) { @@ -15355,17 +15354,17 @@ function Qi(e, t) { n ); } -function Ji(e, t, n) { +function Qi(e, t, n) { let r = t, o = e.openElements.getCommonAncestor(t); for (let a = 0, l = o; l !== n; a++, l = o) { o = e.openElements.getCommonAncestor(l); const n = e.activeFormattingElements.getElementEntry(l), - i = n && a >= $i; + i = n && a >= zi; !n || i ? (i && e.activeFormattingElements.removeEntry(n), e.openElements.remove(l)) - : ((l = eC(e, n)), + : ((l = Ji(e, n)), r === t && (e.activeFormattingElements.bookmark = n), e.treeAdapter.detachNode(r), e.treeAdapter.appendChild(l, r), @@ -15373,23 +15372,23 @@ function Ji(e, t, n) { } return r; } -function eC(e, t) { +function Ji(e, t) { const n = e.treeAdapter.getNamespaceURI(t.element), r = e.treeAdapter.createElement(t.token.tagName, n, t.token.attrs); return e.openElements.replace(t.element, r), (t.element = r), r; } -function tC(e, t, n) { - const r = Wl(e.treeAdapter.getTagName(t)); +function eC(e, t, n) { + const r = $l(e.treeAdapter.getTagName(t)); if (e._isElementCausesFosterParenting(r)) e._fosterParentElement(n); else { const o = e.treeAdapter.getNamespaceURI(t); - r === Dl.TEMPLATE && - o === Il.HTML && + r === Ol.TEMPLATE && + o === kl.HTML && (t = e.treeAdapter.getTemplateContent(t)), e.treeAdapter.appendChild(t, n); } } -function nC(e, t, n) { +function tC(e, t, n) { const r = e.treeAdapter.getNamespaceURI(n.element), { token: o } = n, a = e.treeAdapter.createElement(o.tagName, r, o.attrs); @@ -15400,22 +15399,22 @@ function nC(e, t, n) { e.openElements.remove(n.element), e.openElements.insertAfter(t, a, o.tagID); } -function rC(e, t) { - for (let n = 0; n < zi; n++) { - const n = Xi(e, t); +function nC(e, t) { + for (let n = 0; n < Gi; n++) { + const n = Ki(e, t); if (!n) break; - const r = Qi(e, n); + const r = Xi(e, n); if (!r) break; e.activeFormattingElements.bookmark = n; - const o = Ji(e, r, n.element), + const o = Qi(e, r, n.element), a = e.openElements.getCommonAncestor(n.element); - e.treeAdapter.detachNode(o), a && tC(e, a, o), nC(e, r, n); + e.treeAdapter.detachNode(o), a && eC(e, a, o), tC(e, r, n); } } -function oC(e, t) { +function rC(e, t) { e._appendCommentNode(t, e.openElements.currentTmplContentOrNode); } -function aC(e, t) { +function oC(e, t) { if (((e.stopped = !0), t.location)) { const n = e.fragmentContext ? 0 : 2; for (let r = e.openElements.stackTop; r >= n; r--) @@ -15435,320 +15434,320 @@ function aC(e, t) { } } } -function lC(e, t) { - e._err(t, bl.missingDoctype, !0), - e.treeAdapter.setDocumentMode(e.document, Bl.QUIRKS), - (e.insertionMode = Wi.BEFORE_HTML), +function aC(e, t) { + e._err(t, Ll.missingDoctype, !0), + e.treeAdapter.setDocumentMode(e.document, Zl.QUIRKS), + (e.insertionMode = $i.BEFORE_HTML), e._processToken(t); } -function iC(e, t) { +function lC(e, t) { e._insertFakeRootElement(), - (e.insertionMode = Wi.BEFORE_HEAD), + (e.insertionMode = $i.BEFORE_HEAD), e._processToken(t); } -function CC(e, t) { - e._insertFakeElement(Ol.HEAD, Dl.HEAD), +function iC(e, t) { + e._insertFakeElement(Bl.HEAD, Ol.HEAD), (e.headElement = e.openElements.current), - (e.insertionMode = Wi.IN_HEAD), + (e.insertionMode = $i.IN_HEAD), e._processToken(t); } -function sC(e, t) { +function CC(e, t) { switch (t.tagID) { - case Dl.HTML: - LC(e, t); + case Ol.HTML: + wC(e, t); break; - case Dl.BASE: - case Dl.BASEFONT: - case Dl.BGSOUND: - case Dl.LINK: - case Dl.META: - e._appendElement(t, Il.HTML), (t.ackSelfClosing = !0); + case Ol.BASE: + case Ol.BASEFONT: + case Ol.BGSOUND: + case Ol.LINK: + case Ol.META: + e._appendElement(t, kl.HTML), (t.ackSelfClosing = !0); break; - case Dl.TITLE: - e._switchToTextParsing(t, Ql.RCDATA); + case Ol.TITLE: + e._switchToTextParsing(t, Xl.RCDATA); break; - case Dl.NOSCRIPT: + case Ol.NOSCRIPT: e.options.scriptingEnabled - ? e._switchToTextParsing(t, Ql.RAWTEXT) - : (e._insertElement(t, Il.HTML), - (e.insertionMode = Wi.IN_HEAD_NO_SCRIPT)); + ? e._switchToTextParsing(t, Xl.RAWTEXT) + : (e._insertElement(t, kl.HTML), + (e.insertionMode = $i.IN_HEAD_NO_SCRIPT)); break; - case Dl.NOFRAMES: - case Dl.STYLE: - e._switchToTextParsing(t, Ql.RAWTEXT); + case Ol.NOFRAMES: + case Ol.STYLE: + e._switchToTextParsing(t, Xl.RAWTEXT); break; - case Dl.SCRIPT: - e._switchToTextParsing(t, Ql.SCRIPT_DATA); + case Ol.SCRIPT: + e._switchToTextParsing(t, Xl.SCRIPT_DATA); break; - case Dl.TEMPLATE: + case Ol.TEMPLATE: e._insertTemplate(t), e.activeFormattingElements.insertMarker(), (e.framesetOk = !1), - (e.insertionMode = Wi.IN_TEMPLATE), - e.tmplInsertionModeStack.unshift(Wi.IN_TEMPLATE); + (e.insertionMode = $i.IN_TEMPLATE), + e.tmplInsertionModeStack.unshift($i.IN_TEMPLATE); break; - case Dl.HEAD: - e._err(t, bl.misplacedStartTagForHeadElement); + case Ol.HEAD: + e._err(t, Ll.misplacedStartTagForHeadElement); break; default: - dC(e, t); + cC(e, t); } } -function cC(e, t) { +function sC(e, t) { e.openElements.tmplCount > 0 ? (e.openElements.generateImpliedEndTagsThoroughly(), - e.openElements.currentTagId !== Dl.TEMPLATE && - e._err(t, bl.closingOfElementWithOpenChildElements), - e.openElements.popUntilTagNamePopped(Dl.TEMPLATE), + e.openElements.currentTagId !== Ol.TEMPLATE && + e._err(t, Ll.closingOfElementWithOpenChildElements), + e.openElements.popUntilTagNamePopped(Ol.TEMPLATE), e.activeFormattingElements.clearToLastMarker(), e.tmplInsertionModeStack.shift(), e._resetInsertionMode()) - : e._err(t, bl.endTagWithoutMatchingOpenElement); + : e._err(t, Ll.endTagWithoutMatchingOpenElement); } -function dC(e, t) { - e.openElements.pop(), (e.insertionMode = Wi.AFTER_HEAD), e._processToken(t); +function cC(e, t) { + e.openElements.pop(), (e.insertionMode = $i.AFTER_HEAD), e._processToken(t); } -function uC(e, t) { +function dC(e, t) { const n = - t.type === Hl.EOF - ? bl.openElementsLeftAfterEof - : bl.disallowedContentInNoscriptInHead; + t.type === Ml.EOF + ? Ll.openElementsLeftAfterEof + : Ll.disallowedContentInNoscriptInHead; e._err(t, n), e.openElements.pop(), - (e.insertionMode = Wi.IN_HEAD), + (e.insertionMode = $i.IN_HEAD), e._processToken(t); } -function mC(e, t) { - e._insertFakeElement(Ol.BODY, Dl.BODY), - (e.insertionMode = Wi.IN_BODY), - pC(e, t); +function uC(e, t) { + e._insertFakeElement(Bl.BODY, Ol.BODY), + (e.insertionMode = $i.IN_BODY), + mC(e, t); } -function pC(e, t) { +function mC(e, t) { switch (t.type) { - case Hl.CHARACTER: - hC(e, t); - break; - case Hl.WHITESPACE_CHARACTER: + case Ml.CHARACTER: gC(e, t); break; - case Hl.COMMENT: - oC(e, t); + case Ml.WHITESPACE_CHARACTER: + pC(e, t); break; - case Hl.START_TAG: - LC(e, t); + case Ml.COMMENT: + rC(e, t); break; - case Hl.END_TAG: - MC(e, t); + case Ml.START_TAG: + wC(e, t); break; - case Hl.EOF: - HC(e, t); + case Ml.END_TAG: + bC(e, t); + break; + case Ml.EOF: + MC(e, t); } } -function gC(e, t) { +function pC(e, t) { e._reconstructActiveFormattingElements(), e._insertCharacters(t); } -function hC(e, t) { +function gC(e, t) { e._reconstructActiveFormattingElements(), e._insertCharacters(t), (e.framesetOk = !1); } -function fC(e, t) { +function hC(e, t) { e._reconstructActiveFormattingElements(), - e._appendElement(t, Il.HTML), + e._appendElement(t, kl.HTML), (e.framesetOk = !1), (t.ackSelfClosing = !0); } -function vC(e) { - const t = yl(e, Zl.TYPE); - return null != t && t.toLowerCase() === Gi; +function fC(e) { + const t = Hl(e, Il.TYPE); + return null != t && t.toLowerCase() === Ui; +} +function vC(e, t) { + e._switchToTextParsing(t, Xl.RAWTEXT); } function EC(e, t) { - e._switchToTextParsing(t, Ql.RAWTEXT); + e._reconstructActiveFormattingElements(), e._insertElement(t, kl.HTML); } function wC(e, t) { - e._reconstructActiveFormattingElements(), e._insertElement(t, Il.HTML); -} -function LC(e, t) { switch (t.tagID) { - case Dl.I: - case Dl.S: - case Dl.B: - case Dl.U: - case Dl.EM: - case Dl.TT: - case Dl.BIG: - case Dl.CODE: - case Dl.FONT: - case Dl.SMALL: - case Dl.STRIKE: - case Dl.STRONG: + case Ol.I: + case Ol.S: + case Ol.B: + case Ol.U: + case Ol.EM: + case Ol.TT: + case Ol.BIG: + case Ol.CODE: + case Ol.FONT: + case Ol.SMALL: + case Ol.STRIKE: + case Ol.STRONG: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._insertElement(t, Il.HTML), + e._insertElement(t, kl.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t); })(e, t); break; - case Dl.A: + case Ol.A: !(function (e, t) { const n = e.activeFormattingElements.getElementEntryInScopeWithTagName( - Ol.A, + Bl.A, ); n && - (rC(e, t), + (nC(e, t), e.openElements.remove(n.element), e.activeFormattingElements.removeEntry(n)), e._reconstructActiveFormattingElements(), - e._insertElement(t, Il.HTML), + e._insertElement(t, kl.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t); })(e, t); break; - case Dl.H1: - case Dl.H2: - case Dl.H3: - case Dl.H4: - case Dl.H5: - case Dl.H6: + case Ol.H1: + case Ol.H2: + case Ol.H3: + case Ol.H4: + case Ol.H5: + case Ol.H6: !(function (e, t) { - e.openElements.hasInButtonScope(Dl.P) && e._closePElement(), - Yl(e.openElements.currentTagId) && e.openElements.pop(), - e._insertElement(t, Il.HTML); + e.openElements.hasInButtonScope(Ol.P) && e._closePElement(), + ql(e.openElements.currentTagId) && e.openElements.pop(), + e._insertElement(t, kl.HTML); })(e, t); break; - case Dl.P: - case Dl.DL: - case Dl.OL: - case Dl.UL: - case Dl.DIV: - case Dl.DIR: - case Dl.NAV: - case Dl.MAIN: - case Dl.MENU: - case Dl.ASIDE: - case Dl.CENTER: - case Dl.FIGURE: - case Dl.FOOTER: - case Dl.HEADER: - case Dl.HGROUP: - case Dl.DIALOG: - case Dl.DETAILS: - case Dl.ADDRESS: - case Dl.ARTICLE: - case Dl.SECTION: - case Dl.SUMMARY: - case Dl.FIELDSET: - case Dl.BLOCKQUOTE: - case Dl.FIGCAPTION: + case Ol.P: + case Ol.DL: + case Ol.OL: + case Ol.UL: + case Ol.DIV: + case Ol.DIR: + case Ol.NAV: + case Ol.MAIN: + case Ol.MENU: + case Ol.ASIDE: + case Ol.CENTER: + case Ol.FIGURE: + case Ol.FOOTER: + case Ol.HEADER: + case Ol.HGROUP: + case Ol.DIALOG: + case Ol.DETAILS: + case Ol.ADDRESS: + case Ol.ARTICLE: + case Ol.SECTION: + case Ol.SUMMARY: + case Ol.FIELDSET: + case Ol.BLOCKQUOTE: + case Ol.FIGCAPTION: !(function (e, t) { - e.openElements.hasInButtonScope(Dl.P) && e._closePElement(), - e._insertElement(t, Il.HTML); + e.openElements.hasInButtonScope(Ol.P) && e._closePElement(), + e._insertElement(t, kl.HTML); })(e, t); break; - case Dl.LI: - case Dl.DD: - case Dl.DT: + case Ol.LI: + case Ol.DD: + case Ol.DT: !(function (e, t) { e.framesetOk = !1; const n = t.tagID; for (let t = e.openElements.stackTop; t >= 0; t--) { const r = e.openElements.tagIDs[t]; if ( - (n === Dl.LI && r === Dl.LI) || - ((n === Dl.DD || n === Dl.DT) && (r === Dl.DD || r === Dl.DT)) + (n === Ol.LI && r === Ol.LI) || + ((n === Ol.DD || n === Ol.DT) && (r === Ol.DD || r === Ol.DT)) ) { e.openElements.generateImpliedEndTagsWithExclusion(r), e.openElements.popUntilTagNamePopped(r); break; } if ( - r !== Dl.ADDRESS && - r !== Dl.DIV && - r !== Dl.P && + r !== Ol.ADDRESS && + r !== Ol.DIV && + r !== Ol.P && e._isSpecialElement(e.openElements.items[t], r) ) break; } - e.openElements.hasInButtonScope(Dl.P) && e._closePElement(), - e._insertElement(t, Il.HTML); + e.openElements.hasInButtonScope(Ol.P) && e._closePElement(), + e._insertElement(t, kl.HTML); })(e, t); break; - case Dl.BR: - case Dl.IMG: - case Dl.WBR: - case Dl.AREA: - case Dl.EMBED: - case Dl.KEYGEN: - fC(e, t); + case Ol.BR: + case Ol.IMG: + case Ol.WBR: + case Ol.AREA: + case Ol.EMBED: + case Ol.KEYGEN: + hC(e, t); break; - case Dl.HR: + case Ol.HR: !(function (e, t) { - e.openElements.hasInButtonScope(Dl.P) && e._closePElement(), - e._appendElement(t, Il.HTML), + e.openElements.hasInButtonScope(Ol.P) && e._closePElement(), + e._appendElement(t, kl.HTML), (e.framesetOk = !1), (t.ackSelfClosing = !0); })(e, t); break; - case Dl.RB: - case Dl.RTC: + case Ol.RB: + case Ol.RTC: !(function (e, t) { - e.openElements.hasInScope(Dl.RUBY) && + e.openElements.hasInScope(Ol.RUBY) && e.openElements.generateImpliedEndTags(), - e._insertElement(t, Il.HTML); + e._insertElement(t, kl.HTML); })(e, t); break; - case Dl.RT: - case Dl.RP: + case Ol.RT: + case Ol.RP: !(function (e, t) { - e.openElements.hasInScope(Dl.RUBY) && - e.openElements.generateImpliedEndTagsWithExclusion(Dl.RTC), - e._insertElement(t, Il.HTML); + e.openElements.hasInScope(Ol.RUBY) && + e.openElements.generateImpliedEndTagsWithExclusion(Ol.RTC), + e._insertElement(t, kl.HTML); })(e, t); break; - case Dl.PRE: - case Dl.LISTING: + case Ol.PRE: + case Ol.LISTING: !(function (e, t) { - e.openElements.hasInButtonScope(Dl.P) && e._closePElement(), - e._insertElement(t, Il.HTML), + e.openElements.hasInButtonScope(Ol.P) && e._closePElement(), + e._insertElement(t, kl.HTML), (e.skipNextNewLine = !0), (e.framesetOk = !1); })(e, t); break; - case Dl.XMP: + case Ol.XMP: !(function (e, t) { - e.openElements.hasInButtonScope(Dl.P) && e._closePElement(), + e.openElements.hasInButtonScope(Ol.P) && e._closePElement(), e._reconstructActiveFormattingElements(), (e.framesetOk = !1), - e._switchToTextParsing(t, Ql.RAWTEXT); + e._switchToTextParsing(t, Xl.RAWTEXT); })(e, t); break; - case Dl.SVG: + case Ol.SVG: !(function (e, t) { e._reconstructActiveFormattingElements(), + Di(t), Pi(t), - Fi(t), t.selfClosing - ? e._appendElement(t, Il.SVG) - : e._insertElement(t, Il.SVG), + ? e._appendElement(t, kl.SVG) + : e._insertElement(t, kl.SVG), (t.ackSelfClosing = !0); })(e, t); break; - case Dl.HTML: + case Ol.HTML: !(function (e, t) { 0 === e.openElements.tmplCount && e.treeAdapter.adoptAttributes(e.openElements.items[0], t.attrs); })(e, t); break; - case Dl.BASE: - case Dl.LINK: - case Dl.META: - case Dl.STYLE: - case Dl.TITLE: - case Dl.SCRIPT: - case Dl.BGSOUND: - case Dl.BASEFONT: - case Dl.TEMPLATE: - sC(e, t); + case Ol.BASE: + case Ol.LINK: + case Ol.META: + case Ol.STYLE: + case Ol.TITLE: + case Ol.SCRIPT: + case Ol.BGSOUND: + case Ol.BASEFONT: + case Ol.TEMPLATE: + CC(e, t); break; - case Dl.BODY: + case Ol.BODY: !(function (e, t) { const n = e.openElements.tryPeekProperlyNestedBodyElement(); n && @@ -15756,170 +15755,170 @@ function LC(e, t) { ((e.framesetOk = !1), e.treeAdapter.adoptAttributes(n, t.attrs)); })(e, t); break; - case Dl.FORM: + case Ol.FORM: !(function (e, t) { const n = e.openElements.tmplCount > 0; (e.formElement && !n) || - (e.openElements.hasInButtonScope(Dl.P) && e._closePElement(), - e._insertElement(t, Il.HTML), + (e.openElements.hasInButtonScope(Ol.P) && e._closePElement(), + e._insertElement(t, kl.HTML), n || (e.formElement = e.openElements.current)); })(e, t); break; - case Dl.NOBR: + case Ol.NOBR: !(function (e, t) { e._reconstructActiveFormattingElements(), - e.openElements.hasInScope(Dl.NOBR) && - (rC(e, t), e._reconstructActiveFormattingElements()), - e._insertElement(t, Il.HTML), + e.openElements.hasInScope(Ol.NOBR) && + (nC(e, t), e._reconstructActiveFormattingElements()), + e._insertElement(t, kl.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t); })(e, t); break; - case Dl.MATH: + case Ol.MATH: !(function (e, t) { e._reconstructActiveFormattingElements(), - Di(t), - Fi(t), + Oi(t), + Pi(t), t.selfClosing - ? e._appendElement(t, Il.MATHML) - : e._insertElement(t, Il.MATHML), + ? e._appendElement(t, kl.MATHML) + : e._insertElement(t, kl.MATHML), (t.ackSelfClosing = !0); })(e, t); break; - case Dl.TABLE: + case Ol.TABLE: !(function (e, t) { - e.treeAdapter.getDocumentMode(e.document) !== Bl.QUIRKS && - e.openElements.hasInButtonScope(Dl.P) && + e.treeAdapter.getDocumentMode(e.document) !== Zl.QUIRKS && + e.openElements.hasInButtonScope(Ol.P) && e._closePElement(), - e._insertElement(t, Il.HTML), + e._insertElement(t, kl.HTML), (e.framesetOk = !1), - (e.insertionMode = Wi.IN_TABLE); + (e.insertionMode = $i.IN_TABLE); })(e, t); break; - case Dl.INPUT: + case Ol.INPUT: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._appendElement(t, Il.HTML), - vC(t) || (e.framesetOk = !1), + e._appendElement(t, kl.HTML), + fC(t) || (e.framesetOk = !1), (t.ackSelfClosing = !0); })(e, t); break; - case Dl.PARAM: - case Dl.TRACK: - case Dl.SOURCE: + case Ol.PARAM: + case Ol.TRACK: + case Ol.SOURCE: !(function (e, t) { - e._appendElement(t, Il.HTML), (t.ackSelfClosing = !0); + e._appendElement(t, kl.HTML), (t.ackSelfClosing = !0); })(e, t); break; - case Dl.IMAGE: + case Ol.IMAGE: !(function (e, t) { - (t.tagName = Ol.IMG), (t.tagID = Dl.IMG), fC(e, t); + (t.tagName = Bl.IMG), (t.tagID = Ol.IMG), hC(e, t); })(e, t); break; - case Dl.BUTTON: + case Ol.BUTTON: !(function (e, t) { - e.openElements.hasInScope(Dl.BUTTON) && + e.openElements.hasInScope(Ol.BUTTON) && (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(Dl.BUTTON)), + e.openElements.popUntilTagNamePopped(Ol.BUTTON)), e._reconstructActiveFormattingElements(), - e._insertElement(t, Il.HTML), + e._insertElement(t, kl.HTML), (e.framesetOk = !1); })(e, t); break; - case Dl.APPLET: - case Dl.OBJECT: - case Dl.MARQUEE: + case Ol.APPLET: + case Ol.OBJECT: + case Ol.MARQUEE: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._insertElement(t, Il.HTML), + e._insertElement(t, kl.HTML), e.activeFormattingElements.insertMarker(), (e.framesetOk = !1); })(e, t); break; - case Dl.IFRAME: + case Ol.IFRAME: !(function (e, t) { - (e.framesetOk = !1), e._switchToTextParsing(t, Ql.RAWTEXT); + (e.framesetOk = !1), e._switchToTextParsing(t, Xl.RAWTEXT); })(e, t); break; - case Dl.SELECT: + case Ol.SELECT: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._insertElement(t, Il.HTML), + e._insertElement(t, kl.HTML), (e.framesetOk = !1), (e.insertionMode = - e.insertionMode === Wi.IN_TABLE || - e.insertionMode === Wi.IN_CAPTION || - e.insertionMode === Wi.IN_TABLE_BODY || - e.insertionMode === Wi.IN_ROW || - e.insertionMode === Wi.IN_CELL - ? Wi.IN_SELECT_IN_TABLE - : Wi.IN_SELECT); + e.insertionMode === $i.IN_TABLE || + e.insertionMode === $i.IN_CAPTION || + e.insertionMode === $i.IN_TABLE_BODY || + e.insertionMode === $i.IN_ROW || + e.insertionMode === $i.IN_CELL + ? $i.IN_SELECT_IN_TABLE + : $i.IN_SELECT); })(e, t); break; - case Dl.OPTION: - case Dl.OPTGROUP: + case Ol.OPTION: + case Ol.OPTGROUP: !(function (e, t) { - e.openElements.currentTagId === Dl.OPTION && e.openElements.pop(), + e.openElements.currentTagId === Ol.OPTION && e.openElements.pop(), e._reconstructActiveFormattingElements(), - e._insertElement(t, Il.HTML); + e._insertElement(t, kl.HTML); })(e, t); break; - case Dl.NOEMBED: - EC(e, t); + case Ol.NOEMBED: + vC(e, t); break; - case Dl.FRAMESET: + case Ol.FRAMESET: !(function (e, t) { const n = e.openElements.tryPeekProperlyNestedBodyElement(); e.framesetOk && n && (e.treeAdapter.detachNode(n), e.openElements.popAllUpToHtmlElement(), - e._insertElement(t, Il.HTML), - (e.insertionMode = Wi.IN_FRAMESET)); + e._insertElement(t, kl.HTML), + (e.insertionMode = $i.IN_FRAMESET)); })(e, t); break; - case Dl.TEXTAREA: + case Ol.TEXTAREA: !(function (e, t) { - e._insertElement(t, Il.HTML), + e._insertElement(t, kl.HTML), (e.skipNextNewLine = !0), - (e.tokenizer.state = Ql.RCDATA), + (e.tokenizer.state = Xl.RCDATA), (e.originalInsertionMode = e.insertionMode), (e.framesetOk = !1), - (e.insertionMode = Wi.TEXT); + (e.insertionMode = $i.TEXT); })(e, t); break; - case Dl.NOSCRIPT: - e.options.scriptingEnabled ? EC(e, t) : wC(e, t); + case Ol.NOSCRIPT: + e.options.scriptingEnabled ? vC(e, t) : EC(e, t); break; - case Dl.PLAINTEXT: + case Ol.PLAINTEXT: !(function (e, t) { - e.openElements.hasInButtonScope(Dl.P) && e._closePElement(), - e._insertElement(t, Il.HTML), - (e.tokenizer.state = Ql.PLAINTEXT); + e.openElements.hasInButtonScope(Ol.P) && e._closePElement(), + e._insertElement(t, kl.HTML), + (e.tokenizer.state = Xl.PLAINTEXT); })(e, t); break; - case Dl.COL: - case Dl.TH: - case Dl.TD: - case Dl.TR: - case Dl.HEAD: - case Dl.FRAME: - case Dl.TBODY: - case Dl.TFOOT: - case Dl.THEAD: - case Dl.CAPTION: - case Dl.COLGROUP: + case Ol.COL: + case Ol.TH: + case Ol.TD: + case Ol.TR: + case Ol.HEAD: + case Ol.FRAME: + case Ol.TBODY: + case Ol.TFOOT: + case Ol.THEAD: + case Ol.CAPTION: + case Ol.COLGROUP: break; default: - wC(e, t); + EC(e, t); } } -function bC(e, t) { +function LC(e, t) { const n = t.tagName, r = t.tagID; for (let t = e.openElements.stackTop; t > 0; t--) { const o = e.openElements.items[t], a = e.openElements.tagIDs[t]; - if (r === a && (r !== Dl.UNKNOWN || e.treeAdapter.getTagName(o) === n)) { + if (r === a && (r !== Ol.UNKNOWN || e.treeAdapter.getTagName(o) === n)) { e.openElements.generateImpliedEndTagsWithExclusion(r), e.openElements.stackTop >= t && e.openElements.shortenToLength(t); break; @@ -15927,57 +15926,57 @@ function bC(e, t) { if (e._isSpecialElement(o, a)) break; } } -function MC(e, t) { +function bC(e, t) { switch (t.tagID) { - case Dl.A: - case Dl.B: - case Dl.I: - case Dl.S: - case Dl.U: - case Dl.EM: - case Dl.TT: - case Dl.BIG: - case Dl.CODE: - case Dl.FONT: - case Dl.NOBR: - case Dl.SMALL: - case Dl.STRIKE: - case Dl.STRONG: - rC(e, t); + case Ol.A: + case Ol.B: + case Ol.I: + case Ol.S: + case Ol.U: + case Ol.EM: + case Ol.TT: + case Ol.BIG: + case Ol.CODE: + case Ol.FONT: + case Ol.NOBR: + case Ol.SMALL: + case Ol.STRIKE: + case Ol.STRONG: + nC(e, t); break; - case Dl.P: + case Ol.P: !(function (e) { - e.openElements.hasInButtonScope(Dl.P) || - e._insertFakeElement(Ol.P, Dl.P), + e.openElements.hasInButtonScope(Ol.P) || + e._insertFakeElement(Bl.P, Ol.P), e._closePElement(); })(e); break; - case Dl.DL: - case Dl.UL: - case Dl.OL: - case Dl.DIR: - case Dl.DIV: - case Dl.NAV: - case Dl.PRE: - case Dl.MAIN: - case Dl.MENU: - case Dl.ASIDE: - case Dl.BUTTON: - case Dl.CENTER: - case Dl.FIGURE: - case Dl.FOOTER: - case Dl.HEADER: - case Dl.HGROUP: - case Dl.DIALOG: - case Dl.ADDRESS: - case Dl.ARTICLE: - case Dl.DETAILS: - case Dl.SECTION: - case Dl.SUMMARY: - case Dl.LISTING: - case Dl.FIELDSET: - case Dl.BLOCKQUOTE: - case Dl.FIGCAPTION: + case Ol.DL: + case Ol.UL: + case Ol.OL: + case Ol.DIR: + case Ol.DIV: + case Ol.NAV: + case Ol.PRE: + case Ol.MAIN: + case Ol.MENU: + case Ol.ASIDE: + case Ol.BUTTON: + case Ol.CENTER: + case Ol.FIGURE: + case Ol.FOOTER: + case Ol.HEADER: + case Ol.HGROUP: + case Ol.DIALOG: + case Ol.ADDRESS: + case Ol.ARTICLE: + case Ol.DETAILS: + case Ol.SECTION: + case Ol.SUMMARY: + case Ol.LISTING: + case Ol.FIELDSET: + case Ol.BLOCKQUOTE: + case Ol.FIGCAPTION: !(function (e, t) { const n = t.tagID; e.openElements.hasInScope(n) && @@ -15985,15 +15984,15 @@ function MC(e, t) { e.openElements.popUntilTagNamePopped(n)); })(e, t); break; - case Dl.LI: + case Ol.LI: !(function (e) { - e.openElements.hasInListItemScope(Dl.LI) && - (e.openElements.generateImpliedEndTagsWithExclusion(Dl.LI), - e.openElements.popUntilTagNamePopped(Dl.LI)); + e.openElements.hasInListItemScope(Ol.LI) && + (e.openElements.generateImpliedEndTagsWithExclusion(Ol.LI), + e.openElements.popUntilTagNamePopped(Ol.LI)); })(e); break; - case Dl.DD: - case Dl.DT: + case Ol.DD: + case Ol.DT: !(function (e, t) { const n = t.tagID; e.openElements.hasInScope(n) && @@ -16001,59 +16000,59 @@ function MC(e, t) { e.openElements.popUntilTagNamePopped(n)); })(e, t); break; - case Dl.H1: - case Dl.H2: - case Dl.H3: - case Dl.H4: - case Dl.H5: - case Dl.H6: + case Ol.H1: + case Ol.H2: + case Ol.H3: + case Ol.H4: + case Ol.H5: + case Ol.H6: !(function (e) { e.openElements.hasNumberedHeaderInScope() && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilNumberedHeaderPopped()); })(e); break; - case Dl.BR: + case Ol.BR: !(function (e) { e._reconstructActiveFormattingElements(), - e._insertFakeElement(Ol.BR, Dl.BR), + e._insertFakeElement(Bl.BR, Ol.BR), e.openElements.pop(), (e.framesetOk = !1); })(e); break; - case Dl.BODY: + case Ol.BODY: !(function (e, t) { if ( - e.openElements.hasInScope(Dl.BODY) && - ((e.insertionMode = Wi.AFTER_BODY), e.options.sourceCodeLocationInfo) + e.openElements.hasInScope(Ol.BODY) && + ((e.insertionMode = $i.AFTER_BODY), e.options.sourceCodeLocationInfo) ) { const n = e.openElements.tryPeekProperlyNestedBodyElement(); n && e._setEndLocation(n, t); } })(e, t); break; - case Dl.HTML: + case Ol.HTML: !(function (e, t) { - e.openElements.hasInScope(Dl.BODY) && - ((e.insertionMode = Wi.AFTER_BODY), UC(e, t)); + e.openElements.hasInScope(Ol.BODY) && + ((e.insertionMode = $i.AFTER_BODY), FC(e, t)); })(e, t); break; - case Dl.FORM: + case Ol.FORM: !(function (e) { const t = e.openElements.tmplCount > 0, { formElement: n } = e; t || (e.formElement = null), (n || t) && - e.openElements.hasInScope(Dl.FORM) && + e.openElements.hasInScope(Ol.FORM) && (e.openElements.generateImpliedEndTags(), t - ? e.openElements.popUntilTagNamePopped(Dl.FORM) + ? e.openElements.popUntilTagNamePopped(Ol.FORM) : n && e.openElements.remove(n)); })(e); break; - case Dl.APPLET: - case Dl.OBJECT: - case Dl.MARQUEE: + case Ol.APPLET: + case Ol.OBJECT: + case Ol.MARQUEE: !(function (e, t) { const n = t.tagID; e.openElements.hasInScope(n) && @@ -16062,374 +16061,374 @@ function MC(e, t) { e.activeFormattingElements.clearToLastMarker()); })(e, t); break; - case Dl.TEMPLATE: - cC(e, t); + case Ol.TEMPLATE: + sC(e, t); break; default: - bC(e, t); + LC(e, t); } } -function HC(e, t) { - e.tmplInsertionModeStack.length > 0 ? FC(e, t) : aC(e, t); +function MC(e, t) { + e.tmplInsertionModeStack.length > 0 ? PC(e, t) : oC(e, t); } -function yC(e, t) { - if (qi.has(e.openElements.currentTagId)) +function HC(e, t) { + if (ji.has(e.openElements.currentTagId)) switch ( ((e.pendingCharacterTokens.length = 0), (e.hasNonWhitespacePendingCharacterToken = !1), (e.originalInsertionMode = e.insertionMode), - (e.insertionMode = Wi.IN_TABLE_TEXT), + (e.insertionMode = $i.IN_TABLE_TEXT), t.type) ) { - case Hl.CHARACTER: - SC(e, t); - break; - case Hl.WHITESPACE_CHARACTER: + case Ml.CHARACTER: NC(e, t); + break; + case Ml.WHITESPACE_CHARACTER: + TC(e, t); } - else TC(e, t); + else xC(e, t); } -function RC(e, t) { +function yC(e, t) { switch (t.tagID) { - case Dl.TD: - case Dl.TH: - case Dl.TR: + case Ol.TD: + case Ol.TH: + case Ol.TR: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertFakeElement(Ol.TBODY, Dl.TBODY), - (e.insertionMode = Wi.IN_TABLE_BODY), - IC(e, t); + e._insertFakeElement(Bl.TBODY, Ol.TBODY), + (e.insertionMode = $i.IN_TABLE_BODY), + kC(e, t); })(e, t); break; - case Dl.STYLE: - case Dl.SCRIPT: - case Dl.TEMPLATE: - sC(e, t); + case Ol.STYLE: + case Ol.SCRIPT: + case Ol.TEMPLATE: + CC(e, t); break; - case Dl.COL: + case Ol.COL: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertFakeElement(Ol.COLGROUP, Dl.COLGROUP), - (e.insertionMode = Wi.IN_COLUMN_GROUP), - AC(e, t); + e._insertFakeElement(Bl.COLGROUP, Ol.COLGROUP), + (e.insertionMode = $i.IN_COLUMN_GROUP), + _C(e, t); })(e, t); break; - case Dl.FORM: + case Ol.FORM: !(function (e, t) { e.formElement || 0 !== e.openElements.tmplCount || - (e._insertElement(t, Il.HTML), + (e._insertElement(t, kl.HTML), (e.formElement = e.openElements.current), e.openElements.pop()); })(e, t); break; - case Dl.TABLE: + case Ol.TABLE: !(function (e, t) { - e.openElements.hasInTableScope(Dl.TABLE) && - (e.openElements.popUntilTagNamePopped(Dl.TABLE), + e.openElements.hasInTableScope(Ol.TABLE) && + (e.openElements.popUntilTagNamePopped(Ol.TABLE), e._resetInsertionMode(), e._processStartTag(t)); })(e, t); break; - case Dl.TBODY: - case Dl.TFOOT: - case Dl.THEAD: + case Ol.TBODY: + case Ol.TFOOT: + case Ol.THEAD: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertElement(t, Il.HTML), - (e.insertionMode = Wi.IN_TABLE_BODY); + e._insertElement(t, kl.HTML), + (e.insertionMode = $i.IN_TABLE_BODY); })(e, t); break; - case Dl.INPUT: + case Ol.INPUT: !(function (e, t) { - vC(t) ? e._appendElement(t, Il.HTML) : TC(e, t), + fC(t) ? e._appendElement(t, kl.HTML) : xC(e, t), (t.ackSelfClosing = !0); })(e, t); break; - case Dl.CAPTION: + case Ol.CAPTION: !(function (e, t) { e.openElements.clearBackToTableContext(), e.activeFormattingElements.insertMarker(), - e._insertElement(t, Il.HTML), - (e.insertionMode = Wi.IN_CAPTION); + e._insertElement(t, kl.HTML), + (e.insertionMode = $i.IN_CAPTION); })(e, t); break; - case Dl.COLGROUP: + case Ol.COLGROUP: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertElement(t, Il.HTML), - (e.insertionMode = Wi.IN_COLUMN_GROUP); + e._insertElement(t, kl.HTML), + (e.insertionMode = $i.IN_COLUMN_GROUP); })(e, t); break; default: - TC(e, t); + xC(e, t); } } -function xC(e, t) { +function RC(e, t) { switch (t.tagID) { - case Dl.TABLE: - e.openElements.hasInTableScope(Dl.TABLE) && - (e.openElements.popUntilTagNamePopped(Dl.TABLE), + case Ol.TABLE: + e.openElements.hasInTableScope(Ol.TABLE) && + (e.openElements.popUntilTagNamePopped(Ol.TABLE), e._resetInsertionMode()); break; - case Dl.TEMPLATE: - cC(e, t); + case Ol.TEMPLATE: + sC(e, t); break; - case Dl.BODY: - case Dl.CAPTION: - case Dl.COL: - case Dl.COLGROUP: - case Dl.HTML: - case Dl.TBODY: - case Dl.TD: - case Dl.TFOOT: - case Dl.TH: - case Dl.THEAD: - case Dl.TR: + case Ol.BODY: + case Ol.CAPTION: + case Ol.COL: + case Ol.COLGROUP: + case Ol.HTML: + case Ol.TBODY: + case Ol.TD: + case Ol.TFOOT: + case Ol.TH: + case Ol.THEAD: + case Ol.TR: break; default: - TC(e, t); + xC(e, t); } } -function TC(e, t) { +function xC(e, t) { const n = e.fosterParentingEnabled; - (e.fosterParentingEnabled = !0), pC(e, t), (e.fosterParentingEnabled = n); + (e.fosterParentingEnabled = !0), mC(e, t), (e.fosterParentingEnabled = n); } -function NC(e, t) { +function TC(e, t) { e.pendingCharacterTokens.push(t); } -function SC(e, t) { +function NC(e, t) { e.pendingCharacterTokens.push(t), (e.hasNonWhitespacePendingCharacterToken = !0); } -function VC(e, t) { +function SC(e, t) { let n = 0; if (e.hasNonWhitespacePendingCharacterToken) for (; n < e.pendingCharacterTokens.length; n++) - TC(e, e.pendingCharacterTokens[n]); + xC(e, e.pendingCharacterTokens[n]); else for (; n < e.pendingCharacterTokens.length; n++) e._insertCharacters(e.pendingCharacterTokens[n]); (e.insertionMode = e.originalInsertionMode), e._processToken(t); } -const _C = new Set([ - Dl.CAPTION, - Dl.COL, - Dl.COLGROUP, - Dl.TBODY, - Dl.TD, - Dl.TFOOT, - Dl.TH, - Dl.THEAD, - Dl.TR, +const VC = new Set([ + Ol.CAPTION, + Ol.COL, + Ol.COLGROUP, + Ol.TBODY, + Ol.TD, + Ol.TFOOT, + Ol.TH, + Ol.THEAD, + Ol.TR, ]); -function AC(e, t) { +function _C(e, t) { switch (t.tagID) { - case Dl.HTML: - LC(e, t); + case Ol.HTML: + wC(e, t); break; - case Dl.COL: - e._appendElement(t, Il.HTML), (t.ackSelfClosing = !0); + case Ol.COL: + e._appendElement(t, kl.HTML), (t.ackSelfClosing = !0); break; - case Dl.TEMPLATE: - sC(e, t); + case Ol.TEMPLATE: + CC(e, t); break; default: - kC(e, t); + AC(e, t); } } -function kC(e, t) { - e.openElements.currentTagId === Dl.COLGROUP && - (e.openElements.pop(), (e.insertionMode = Wi.IN_TABLE), e._processToken(t)); +function AC(e, t) { + e.openElements.currentTagId === Ol.COLGROUP && + (e.openElements.pop(), (e.insertionMode = $i.IN_TABLE), e._processToken(t)); } -function IC(e, t) { +function kC(e, t) { switch (t.tagID) { - case Dl.TR: + case Ol.TR: e.openElements.clearBackToTableBodyContext(), - e._insertElement(t, Il.HTML), - (e.insertionMode = Wi.IN_ROW); + e._insertElement(t, kl.HTML), + (e.insertionMode = $i.IN_ROW); break; - case Dl.TH: - case Dl.TD: + case Ol.TH: + case Ol.TD: e.openElements.clearBackToTableBodyContext(), - e._insertFakeElement(Ol.TR, Dl.TR), - (e.insertionMode = Wi.IN_ROW), - BC(e, t); + e._insertFakeElement(Bl.TR, Ol.TR), + (e.insertionMode = $i.IN_ROW), + ZC(e, t); break; - case Dl.CAPTION: - case Dl.COL: - case Dl.COLGROUP: - case Dl.TBODY: - case Dl.TFOOT: - case Dl.THEAD: + case Ol.CAPTION: + case Ol.COL: + case Ol.COLGROUP: + case Ol.TBODY: + case Ol.TFOOT: + case Ol.THEAD: e.openElements.hasTableBodyContextInTableScope() && (e.openElements.clearBackToTableBodyContext(), e.openElements.pop(), - (e.insertionMode = Wi.IN_TABLE), - RC(e, t)); + (e.insertionMode = $i.IN_TABLE), + yC(e, t)); break; default: - RC(e, t); + yC(e, t); } } -function ZC(e, t) { +function IC(e, t) { const n = t.tagID; switch (t.tagID) { - case Dl.TBODY: - case Dl.TFOOT: - case Dl.THEAD: + case Ol.TBODY: + case Ol.TFOOT: + case Ol.THEAD: e.openElements.hasInTableScope(n) && (e.openElements.clearBackToTableBodyContext(), e.openElements.pop(), - (e.insertionMode = Wi.IN_TABLE)); + (e.insertionMode = $i.IN_TABLE)); break; - case Dl.TABLE: + case Ol.TABLE: e.openElements.hasTableBodyContextInTableScope() && (e.openElements.clearBackToTableBodyContext(), e.openElements.pop(), - (e.insertionMode = Wi.IN_TABLE), - xC(e, t)); + (e.insertionMode = $i.IN_TABLE), + RC(e, t)); break; - case Dl.BODY: - case Dl.CAPTION: - case Dl.COL: - case Dl.COLGROUP: - case Dl.HTML: - case Dl.TD: - case Dl.TH: - case Dl.TR: + case Ol.BODY: + case Ol.CAPTION: + case Ol.COL: + case Ol.COLGROUP: + case Ol.HTML: + case Ol.TD: + case Ol.TH: + case Ol.TR: break; default: - xC(e, t); + RC(e, t); } } -function BC(e, t) { +function ZC(e, t) { switch (t.tagID) { - case Dl.TH: - case Dl.TD: + case Ol.TH: + case Ol.TD: e.openElements.clearBackToTableRowContext(), - e._insertElement(t, Il.HTML), - (e.insertionMode = Wi.IN_CELL), + e._insertElement(t, kl.HTML), + (e.insertionMode = $i.IN_CELL), e.activeFormattingElements.insertMarker(); break; - case Dl.CAPTION: - case Dl.COL: - case Dl.COLGROUP: - case Dl.TBODY: - case Dl.TFOOT: - case Dl.THEAD: - case Dl.TR: - e.openElements.hasInTableScope(Dl.TR) && + case Ol.CAPTION: + case Ol.COL: + case Ol.COLGROUP: + case Ol.TBODY: + case Ol.TFOOT: + case Ol.THEAD: + case Ol.TR: + e.openElements.hasInTableScope(Ol.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = Wi.IN_TABLE_BODY), - IC(e, t)); + (e.insertionMode = $i.IN_TABLE_BODY), + kC(e, t)); break; default: - RC(e, t); + yC(e, t); } } -function OC(e, t) { +function BC(e, t) { switch (t.tagID) { - case Dl.TR: - e.openElements.hasInTableScope(Dl.TR) && + case Ol.TR: + e.openElements.hasInTableScope(Ol.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = Wi.IN_TABLE_BODY)); + (e.insertionMode = $i.IN_TABLE_BODY)); break; - case Dl.TABLE: - e.openElements.hasInTableScope(Dl.TR) && + case Ol.TABLE: + e.openElements.hasInTableScope(Ol.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = Wi.IN_TABLE_BODY), - ZC(e, t)); + (e.insertionMode = $i.IN_TABLE_BODY), + IC(e, t)); break; - case Dl.TBODY: - case Dl.TFOOT: - case Dl.THEAD: + case Ol.TBODY: + case Ol.TFOOT: + case Ol.THEAD: (e.openElements.hasInTableScope(t.tagID) || - e.openElements.hasInTableScope(Dl.TR)) && + e.openElements.hasInTableScope(Ol.TR)) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = Wi.IN_TABLE_BODY), - ZC(e, t)); + (e.insertionMode = $i.IN_TABLE_BODY), + IC(e, t)); break; - case Dl.BODY: - case Dl.CAPTION: - case Dl.COL: - case Dl.COLGROUP: - case Dl.HTML: - case Dl.TD: - case Dl.TH: + case Ol.BODY: + case Ol.CAPTION: + case Ol.COL: + case Ol.COLGROUP: + case Ol.HTML: + case Ol.TD: + case Ol.TH: break; default: - xC(e, t); + RC(e, t); } } -function DC(e, t) { +function OC(e, t) { switch (t.tagID) { - case Dl.HTML: - LC(e, t); + case Ol.HTML: + wC(e, t); break; - case Dl.OPTION: - e.openElements.currentTagId === Dl.OPTION && e.openElements.pop(), - e._insertElement(t, Il.HTML); + case Ol.OPTION: + e.openElements.currentTagId === Ol.OPTION && e.openElements.pop(), + e._insertElement(t, kl.HTML); break; - case Dl.OPTGROUP: - e.openElements.currentTagId === Dl.OPTION && e.openElements.pop(), - e.openElements.currentTagId === Dl.OPTGROUP && e.openElements.pop(), - e._insertElement(t, Il.HTML); + case Ol.OPTGROUP: + e.openElements.currentTagId === Ol.OPTION && e.openElements.pop(), + e.openElements.currentTagId === Ol.OPTGROUP && e.openElements.pop(), + e._insertElement(t, kl.HTML); break; - case Dl.INPUT: - case Dl.KEYGEN: - case Dl.TEXTAREA: - case Dl.SELECT: - e.openElements.hasInSelectScope(Dl.SELECT) && - (e.openElements.popUntilTagNamePopped(Dl.SELECT), + case Ol.INPUT: + case Ol.KEYGEN: + case Ol.TEXTAREA: + case Ol.SELECT: + e.openElements.hasInSelectScope(Ol.SELECT) && + (e.openElements.popUntilTagNamePopped(Ol.SELECT), e._resetInsertionMode(), - t.tagID !== Dl.SELECT && e._processStartTag(t)); + t.tagID !== Ol.SELECT && e._processStartTag(t)); break; - case Dl.SCRIPT: - case Dl.TEMPLATE: - sC(e, t); + case Ol.SCRIPT: + case Ol.TEMPLATE: + CC(e, t); } } -function PC(e, t) { +function DC(e, t) { switch (t.tagID) { - case Dl.OPTGROUP: + case Ol.OPTGROUP: e.openElements.stackTop > 0 && - e.openElements.currentTagId === Dl.OPTION && - e.openElements.tagIDs[e.openElements.stackTop - 1] === Dl.OPTGROUP && + e.openElements.currentTagId === Ol.OPTION && + e.openElements.tagIDs[e.openElements.stackTop - 1] === Ol.OPTGROUP && e.openElements.pop(), - e.openElements.currentTagId === Dl.OPTGROUP && e.openElements.pop(); + e.openElements.currentTagId === Ol.OPTGROUP && e.openElements.pop(); break; - case Dl.OPTION: - e.openElements.currentTagId === Dl.OPTION && e.openElements.pop(); + case Ol.OPTION: + e.openElements.currentTagId === Ol.OPTION && e.openElements.pop(); break; - case Dl.SELECT: - e.openElements.hasInSelectScope(Dl.SELECT) && - (e.openElements.popUntilTagNamePopped(Dl.SELECT), + case Ol.SELECT: + e.openElements.hasInSelectScope(Ol.SELECT) && + (e.openElements.popUntilTagNamePopped(Ol.SELECT), e._resetInsertionMode()); break; - case Dl.TEMPLATE: - cC(e, t); + case Ol.TEMPLATE: + sC(e, t); } } -function FC(e, t) { +function PC(e, t) { e.openElements.tmplCount > 0 - ? (e.openElements.popUntilTagNamePopped(Dl.TEMPLATE), + ? (e.openElements.popUntilTagNamePopped(Ol.TEMPLATE), e.activeFormattingElements.clearToLastMarker(), e.tmplInsertionModeStack.shift(), e._resetInsertionMode(), e.onEof(t)) - : aC(e, t); + : oC(e, t); } -function UC(e, t) { +function FC(e, t) { var n; - if (t.tagID === Dl.HTML) { + if (t.tagID === Ol.HTML) { if ( - (e.fragmentContext || (e.insertionMode = Wi.AFTER_AFTER_BODY), - e.options.sourceCodeLocationInfo && e.openElements.tagIDs[0] === Dl.HTML) + (e.fragmentContext || (e.insertionMode = $i.AFTER_AFTER_BODY), + e.options.sourceCodeLocationInfo && e.openElements.tagIDs[0] === Ol.HTML) ) { e._setEndLocation(e.openElements.items[0], t); const r = e.openElements.items[1]; @@ -16440,61 +16439,61 @@ function UC(e, t) { : n.endTag) && e._setEndLocation(r, t); } - } else GC(e, t); + } else UC(e, t); } -function GC(e, t) { - (e.insertionMode = Wi.IN_BODY), pC(e, t); +function UC(e, t) { + (e.insertionMode = $i.IN_BODY), mC(e, t); } -function zC(e, t) { - (e.insertionMode = Wi.IN_BODY), pC(e, t); +function GC(e, t) { + (e.insertionMode = $i.IN_BODY), mC(e, t); } -function $C(e) { +function zC(e) { for ( ; - e.treeAdapter.getNamespaceURI(e.openElements.current) !== Il.HTML && + e.treeAdapter.getNamespaceURI(e.openElements.current) !== kl.HTML && !e._isIntegrationPoint(e.openElements.currentTagId, e.openElements.current); ) e.openElements.pop(); } -function WC(e, t) { - return Ki.parse(e, t); +function $C(e, t) { + return Yi.parse(e, t); } -function jC(e, t, n) { +function WC(e, t, n) { "string" == typeof e && ((n = t), (t = e), (e = null)); - const r = Ki.getFragmentParser(e, n); + const r = Yi.getFragmentParser(e, n); return r.tokenizer.write(t, !0), r.getFragment(); } +function jC(e) { + return YC(e && e.line) + ":" + YC(e && e.column); +} function qC(e) { - return KC(e && e.line) + ":" + KC(e && e.column); + return jC(e && e.start) + "-" + jC(e && e.end); } function YC(e) { - return qC(e && e.start) + "-" + qC(e && e.end); -} -function KC(e) { return e && "number" == typeof e ? e : 1; } new Set([ - Ol.AREA, - Ol.BASE, - Ol.BASEFONT, - Ol.BGSOUND, - Ol.BR, - Ol.COL, - Ol.EMBED, - Ol.FRAME, - Ol.HR, - Ol.IMG, - Ol.INPUT, - Ol.KEYGEN, - Ol.LINK, - Ol.META, - Ol.PARAM, - Ol.SOURCE, - Ol.TRACK, - Ol.WBR, + Bl.AREA, + Bl.BASE, + Bl.BASEFONT, + Bl.BGSOUND, + Bl.BR, + Bl.COL, + Bl.EMBED, + Bl.FRAME, + Bl.HR, + Bl.IMG, + Bl.INPUT, + Bl.KEYGEN, + Bl.LINK, + Bl.META, + Bl.PARAM, + Bl.SOURCE, + Bl.TRACK, + Bl.WBR, ]); -class XC extends Error { +class KC extends Error { constructor(e, t, n) { super(), "string" == typeof t && ((n = t), (t = void 0)); let r = "", @@ -16534,11 +16533,11 @@ class XC extends Error { (this.name = ((i = o.place) && "object" == typeof i ? "position" in i || "type" in i - ? YC(i.position) + ? qC(i.position) : "start" in i || "end" in i - ? YC(i) + ? qC(i) : "line" in i || "column" in i - ? qC(i) + ? jC(i) : "" : "") || "1:1"), (this.place = o.place || void 0), @@ -16553,24 +16552,24 @@ class XC extends Error { this.url; } } -(XC.prototype.file = ""), - (XC.prototype.name = ""), - (XC.prototype.reason = ""), - (XC.prototype.message = ""), - (XC.prototype.stack = ""), - (XC.prototype.column = void 0), - (XC.prototype.line = void 0), - (XC.prototype.ancestors = void 0), - (XC.prototype.cause = void 0), - (XC.prototype.fatal = void 0), - (XC.prototype.place = void 0), - (XC.prototype.ruleId = void 0), - (XC.prototype.source = void 0); -const QC = { +(KC.prototype.file = ""), + (KC.prototype.name = ""), + (KC.prototype.reason = ""), + (KC.prototype.message = ""), + (KC.prototype.stack = ""), + (KC.prototype.column = void 0), + (KC.prototype.line = void 0), + (KC.prototype.ancestors = void 0), + (KC.prototype.cause = void 0), + (KC.prototype.fatal = void 0), + (KC.prototype.place = void 0), + (KC.prototype.ruleId = void 0), + (KC.prototype.source = void 0); +const XC = { basename: function (e, t) { if (void 0 !== t && "string" != typeof t) throw new TypeError('"ext" argument must be a string'); - JC(e); + QC(e); let n, r = 0, o = -1, @@ -16604,7 +16603,7 @@ const QC = { return e.slice(r, o); }, dirname: function (e) { - if ((JC(e), 0 === e.length)) return "."; + if ((QC(e), 0 === e.length)) return "."; let t, n = -1, r = e.length; @@ -16624,7 +16623,7 @@ const QC = { : e.slice(0, n); }, extname: function (e) { - JC(e); + QC(e); let t, n = e.length, r = -1, @@ -16653,11 +16652,11 @@ const QC = { let t, n = -1; for (; ++n < e.length; ) - JC(e[n]), e[n] && (t = void 0 === t ? e[n] : t + "/" + e[n]); + QC(e[n]), e[n] && (t = void 0 === t ? e[n] : t + "/" + e[n]); return void 0 === t ? "." : (function (e) { - JC(e); + QC(e); const t = 47 === e.codePointAt(0); let n = (function (e, t) { let n, @@ -16714,16 +16713,16 @@ const QC = { }, sep: "/", }; -function JC(e) { +function QC(e) { if ("string" != typeof e) throw new TypeError("Path must be a string. Received " + JSON.stringify(e)); } -const es = { +const JC = { cwd: function () { return "/"; }, }; -function ts(e) { +function es(e) { return Boolean( null !== e && "object" == typeof e && @@ -16734,9 +16733,9 @@ function ts(e) { void 0 === e.auth, ); } -function ns(e) { +function ts(e) { if ("string" == typeof e) e = new URL(e); - else if (!ts(e)) { + else if (!es(e)) { const t = new TypeError( 'The "path" argument must be of type string or an instance of URL. Received `' + e + @@ -16770,12 +16769,12 @@ function ns(e) { return decodeURIComponent(t); })(e); } -const rs = ["history", "path", "basename", "stem", "extname", "dirname"]; -class os { +const ns = ["history", "path", "basename", "stem", "extname", "dirname"]; +class rs { constructor(e) { let t; (t = e - ? ts(e) + ? es(e) ? { path: e } : "string" == typeof e || (function (e) { @@ -16789,7 +16788,7 @@ class os { ? { value: e } : e : {}), - (this.cwd = es.cwd()), + (this.cwd = "cwd" in t ? "" : JC.cwd()), (this.data = {}), (this.history = []), (this.messages = []), @@ -16799,58 +16798,58 @@ class os { this.stored; let n, r = -1; - for (; ++r < rs.length; ) { - const e = rs[r]; + for (; ++r < ns.length; ) { + const e = ns[r]; e in t && void 0 !== t[e] && null !== t[e] && (this[e] = "history" === e ? [...t[e]] : t[e]); } - for (n in t) rs.includes(n) || (this[n] = t[n]); + for (n in t) ns.includes(n) || (this[n] = t[n]); } get basename() { - return "string" == typeof this.path ? QC.basename(this.path) : void 0; + return "string" == typeof this.path ? XC.basename(this.path) : void 0; } set basename(e) { - ls(e, "basename"), - as(e, "basename"), - (this.path = QC.join(this.dirname || "", e)); + as(e, "basename"), + os(e, "basename"), + (this.path = XC.join(this.dirname || "", e)); } get dirname() { - return "string" == typeof this.path ? QC.dirname(this.path) : void 0; + return "string" == typeof this.path ? XC.dirname(this.path) : void 0; } set dirname(e) { - is(this.basename, "dirname"), (this.path = QC.join(e || "", this.basename)); + ls(this.basename, "dirname"), (this.path = XC.join(e || "", this.basename)); } get extname() { - return "string" == typeof this.path ? QC.extname(this.path) : void 0; + return "string" == typeof this.path ? XC.extname(this.path) : void 0; } set extname(e) { - if ((as(e, "extname"), is(this.dirname, "extname"), e)) { + if ((os(e, "extname"), ls(this.dirname, "extname"), e)) { if (46 !== e.codePointAt(0)) throw new Error("`extname` must start with `.`"); if (e.includes(".", 1)) throw new Error("`extname` cannot contain multiple dots"); } - this.path = QC.join(this.dirname, this.stem + (e || "")); + this.path = XC.join(this.dirname, this.stem + (e || "")); } get path() { return this.history[this.history.length - 1]; } set path(e) { - ts(e) && (e = ns(e)), - ls(e, "path"), + es(e) && (e = ts(e)), + as(e, "path"), this.path !== e && this.history.push(e); } get stem() { return "string" == typeof this.path - ? QC.basename(this.path, this.extname) + ? XC.basename(this.path, this.extname) : void 0; } set stem(e) { - ls(e, "stem"), - as(e, "stem"), - (this.path = QC.join(this.dirname || "", e + (this.extname || ""))); + as(e, "stem"), + os(e, "stem"), + (this.path = XC.join(this.dirname || "", e + (this.extname || ""))); } fail(e, t, n) { const r = this.message(e, t, n); @@ -16861,7 +16860,7 @@ class os { return (r.fatal = void 0), r; } message(e, t, n) { - const r = new XC(e, t, n); + const r = new KC(e, t, n); return ( this.path && ((r.name = this.path + ":" + r.name), (r.file = this.path)), (r.fatal = !1), @@ -16875,19 +16874,19 @@ class os { return new TextDecoder(e || void 0).decode(this.value); } } -function as(e, t) { - if (e && e.includes(QC.sep)) +function os(e, t) { + if (e && e.includes(XC.sep)) throw new Error( - "`" + t + "` cannot be a path: did not expect `" + QC.sep + "`", + "`" + t + "` cannot be a path: did not expect `" + XC.sep + "`", ); } -function ls(e, t) { +function as(e, t) { if (!e) throw new Error("`" + t + "` cannot be empty"); } -function is(e, t) { +function ls(e, t) { if (!e) throw new Error("Setting `" + t + "` requires `path` to be set too"); } -const Cs = { +const is = { abandonedHeadElementChild: { reason: "Unexpected metadata element after head", description: @@ -17170,17 +17169,17 @@ const Cs = { "Unexpected character reference. Expected known named character references", }, }, - ss = "https://html.spec.whatwg.org/multipage/parsing.html#parse-error-", - cs = /-[a-z]/g, - ds = /%c(?:([-+])(\d+))?/g, - us = /%x/g, - ms = { 2: !0, 1: !1, 0: null }, - ps = {}; -function gs(e, t) { - const n = t || ps, + Cs = "https://html.spec.whatwg.org/multipage/parsing.html#parse-error-", + ss = /-[a-z]/g, + cs = /%c(?:([-+])(\d+))?/g, + ds = /%x/g, + us = { 2: !0, 1: !1, 0: null }, + ms = {}; +function ps(e, t) { + const n = t || ms, r = n.onerror, - o = e instanceof os ? e : new os(e), - a = n.fragment ? jC : WC, + o = e instanceof rs ? e : new rs(e), + a = n.fragment ? WC : $C, l = String(o), i = a(l, { sourceCodeLocationInfo: !0, @@ -17188,14 +17187,14 @@ function gs(e, t) { ? function (e) { const t = e.code, a = (function (e) { - return e.replace(cs, hs); + return e.replace(ss, gs); })(t), i = n[a], C = null == i || i, s = "number" == typeof C ? C : C ? 1 : 0; if (s) { - const n = Cs[a], - l = new XC(c(n.reason), { + const n = is[a], + l = new KC(c(n.reason), { place: { start: { line: e.startLine, @@ -17212,14 +17211,14 @@ function gs(e, t) { source: "hast-util-from-html", }); o.path && ((l.file = o.path), (l.name = o.path + ":" + l.name)), - (l.fatal = ms[s]), + (l.fatal = us[s]), (l.note = c(n.description)), - (l.url = !1 === n.url ? void 0 : ss + t), + (l.url = !1 === n.url ? void 0 : Cs + t), r(l); } function c(t) { return t - .replace(ds, function (t, n, r) { + .replace(cs, function (t, n, r) { const o = (r ? Number.parseInt(r, 10) : 0) * ("-" === n ? -1 : 1), a = l.charAt(e.startOffset + o); @@ -17227,7 +17226,7 @@ function gs(e, t) { return "`" === e ? "` ` `" : e; })(a); }) - .replace(us, function () { + .replace(ds, function () { return ( (t = l.charCodeAt(e.startOffset)), "0x" + t.toString(16).toUpperCase() @@ -17241,21 +17240,21 @@ function gs(e, t) { }); return (function (e, t) { const n = t || {}; - return al( + return ol( { file: n.file || void 0, location: !1, - schema: "svg" === n.space ? Fa : Pa, + schema: "svg" === n.space ? Pa : Da, verbose: n.verbose || !1, }, e, ); })(i, { file: o, space: n.space, verbose: n.verbose }); } -function hs(e) { +function gs(e) { return e.charAt(1).toUpperCase(); } -const fs = [ +const hs = [ "area", "base", "basefont", @@ -17277,35 +17276,35 @@ const fs = [ "track", "wbr", ], - vs = {}.hasOwnProperty; -const Es = /["&'<>`]/g, - ws = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, - Ls = /[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, - bs = /[|\\{}()[\]^$+*?.]/g, - Ms = new WeakMap(); -function Hs(e, t) { + fs = {}.hasOwnProperty; +const vs = /["&'<>`]/g, + Es = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, + ws = /[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, + Ls = /[|\\{}()[\]^$+*?.]/g, + bs = new WeakMap(); +function Ms(e, t) { return ( (e = e.replace( t.subset ? (function (e) { - let t = Ms.get(e); + let t = bs.get(e); t || ((t = (function (e) { const t = []; let n = -1; - for (; ++n < e.length; ) t.push(e[n].replace(bs, "\\$&")); + for (; ++n < e.length; ) t.push(e[n].replace(Ls, "\\$&")); return new RegExp("(?:" + t.join("|") + ")", "g"); })(e)), - Ms.set(e, t)); + bs.set(e, t)); return t; })(t.subset) - : Es, + : vs, n, )), t.subset || t.escapeOnly ? e : e - .replace(ws, function (e, n, r) { + .replace(Es, function (e, n, r) { return t.format( 1024 * (e.charCodeAt(0) - 55296) + e.charCodeAt(1) - @@ -17315,15 +17314,15 @@ function Hs(e, t) { t, ); }) - .replace(Ls, n) + .replace(ws, n) ); function n(e, n, r) { return t.format(e.charCodeAt(0), r.charCodeAt(n + 1), t); } } -const ys = /[\dA-Fa-f]/; -const Rs = /\d/; -const xs = [ +const Hs = /[\dA-Fa-f]/; +const ys = /\d/; +const Rs = [ "AElig", "AMP", "Aacute", @@ -17431,7 +17430,7 @@ const xs = [ "yen", "yuml", ], - Ts = { + xs = { nbsp: " ", iexcl: "¡", cent: "¢", @@ -17685,29 +17684,29 @@ const xs = [ rsaquo: "›", euro: "€", }, - Ns = ["cent", "copy", "divide", "gt", "lt", "not", "para", "times"], - Ss = {}.hasOwnProperty, - Vs = {}; -let _s; -for (_s in Ts) Ss.call(Ts, _s) && (Vs[Ts[_s]] = _s); -const As = /[^\dA-Za-z]/; -function ks(e, t, n) { + Ts = ["cent", "copy", "divide", "gt", "lt", "not", "para", "times"], + Ns = {}.hasOwnProperty, + Ss = {}; +let Vs; +for (Vs in xs) Ns.call(xs, Vs) && (Ss[xs[Vs]] = Vs); +const _s = /[^\dA-Za-z]/; +function As(e, t, n) { let r, o = (function (e, t, n) { const r = "&#x" + e.toString(16).toUpperCase(); - return n && t && !ys.test(String.fromCharCode(t)) ? r : r + ";"; + return n && t && !Hs.test(String.fromCharCode(t)) ? r : r + ";"; })(e, t, n.omitOptionalSemicolons); if ( ((n.useNamedReferences || n.useShortestReferences) && (r = (function (e, t, n, r) { const o = String.fromCharCode(e); - if (Ss.call(Vs, o)) { - const e = Vs[o], + if (Ns.call(Ss, o)) { + const e = Ss[o], a = "&" + e; return n && - xs.includes(e) && - !Ns.includes(e) && - (!r || (t && 61 !== t && As.test(String.fromCharCode(t)))) + Rs.includes(e) && + !Ts.includes(e) && + (!r || (t && 61 !== t && _s.test(String.fromCharCode(t)))) ? a : a + ";"; } @@ -17717,19 +17716,19 @@ function ks(e, t, n) { ) { const r = (function (e, t, n) { const r = "&#" + String(e); - return n && t && !Rs.test(String.fromCharCode(t)) ? r : r + ";"; + return n && t && !ys.test(String.fromCharCode(t)) ? r : r + ";"; })(e, t, n.omitOptionalSemicolons); r.length < o.length && (o = r); } return r && (!n.useShortestReferences || r.length < o.length) ? r : o; } -function Is(e, t) { - return Hs(e, Object.assign({ format: ks }, t)); +function ks(e, t) { + return Ms(e, Object.assign({ format: As }, t)); } -const Zs = /^>|^->||--!>|"], - Os = ["<", ">"]; -function Ds(e, t) { +const Is = /^>|^->||--!>|"], + Bs = ["<", ">"]; +function Os(e, t) { const n = String(e); if ("string" != typeof t) throw new TypeError("Expected character"); let r = 0, @@ -17737,65 +17736,65 @@ function Ds(e, t) { for (; -1 !== o; ) r++, (o = n.indexOf(t, o + t.length)); return r; } -const Ps = /[ \t\n\f\r]/g; -function Fs(e) { - return "object" == typeof e ? "text" === e.type && Us(e.value) : Us(e); +const Ds = /[ \t\n\f\r]/g; +function Ps(e) { + return "object" == typeof e ? "text" === e.type && Fs(e.value) : Fs(e); } -function Us(e) { - return "" === e.replace(Ps, ""); +function Fs(e) { + return "" === e.replace(Ds, ""); } -const Gs = Ws(1), - zs = Ws(-1), - $s = []; -function Ws(e) { +const Us = $s(1), + Gs = $s(-1), + zs = []; +function $s(e) { return function (t, n, r) { - const o = t ? t.children : $s; + const o = t ? t.children : zs; let a = (n || 0) + e, l = o[a]; - if (!r) for (; l && Fs(l); ) (a += e), (l = o[a]); + if (!r) for (; l && Ps(l); ) (a += e), (l = o[a]); return l; }; } -const js = {}.hasOwnProperty; -function qs(e) { +const Ws = {}.hasOwnProperty; +function js(e) { return function (t, n, r) { - return js.call(e, t.tagName) && e[t.tagName](t, n, r); + return Ws.call(e, t.tagName) && e[t.tagName](t, n, r); }; } -const Ys = qs({ +const qs = js({ body: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return !r || "comment" !== r.type; }, - caption: Ks, - colgroup: Ks, + caption: Ys, + colgroup: Ys, dd: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return ( !r || ("element" === r.type && ("dt" === r.tagName || "dd" === r.tagName)) ); }, dt: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return Boolean( r && "element" === r.type && ("dt" === r.tagName || "dd" === r.tagName), ); }, - head: Ks, + head: Ys, html: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return !r || "comment" !== r.type; }, li: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return !r || ("element" === r.type && "li" === r.tagName); }, optgroup: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return !r || ("element" === r.type && "optgroup" === r.tagName); }, option: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return ( !r || ("element" === r.type && @@ -17803,7 +17802,7 @@ const Ys = qs({ ); }, p: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return r ? "element" === r.type && ("address" === r.tagName || @@ -17848,22 +17847,22 @@ const Ys = qs({ "video" === n.tagName) ); }, - rp: Xs, - rt: Xs, + rp: Ks, + rt: Ks, tbody: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return ( !r || ("element" === r.type && ("tbody" === r.tagName || "tfoot" === r.tagName)) ); }, - td: Qs, + td: Xs, tfoot: function (e, t, n) { - return !Gs(n, t); + return !Us(n, t); }, - th: Qs, + th: Xs, thead: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return Boolean( r && "element" === r.type && @@ -17871,36 +17870,36 @@ const Ys = qs({ ); }, tr: function (e, t, n) { - const r = Gs(n, t); + const r = Us(n, t); return !r || ("element" === r.type && "tr" === r.tagName); }, }); -function Ks(e, t, n) { - const r = Gs(n, t, !0); +function Ys(e, t, n) { + const r = Us(n, t, !0); return ( !r || - ("comment" !== r.type && !("text" === r.type && Fs(r.value.charAt(0)))) + ("comment" !== r.type && !("text" === r.type && Ps(r.value.charAt(0)))) ); } -function Xs(e, t, n) { - const r = Gs(n, t); +function Ks(e, t, n) { + const r = Us(n, t); return ( !r || ("element" === r.type && ("rp" === r.tagName || "rt" === r.tagName)) ); } -function Qs(e, t, n) { - const r = Gs(n, t); +function Xs(e, t, n) { + const r = Us(n, t); return ( !r || ("element" === r.type && ("td" === r.tagName || "th" === r.tagName)) ); } -const Js = qs({ +const Qs = js({ body: function (e) { - const t = Gs(e, -1, !0); + const t = Us(e, -1, !0); return !( t && ("comment" === t.type || - ("text" === t.type && Fs(t.value.charAt(0))) || + ("text" === t.type && Ps(t.value.charAt(0))) || ("element" === t.type && ("meta" === t.tagName || "link" === t.tagName || @@ -17910,14 +17909,14 @@ const Js = qs({ ); }, colgroup: function (e, t, n) { - const r = zs(n, t), - o = Gs(e, -1, !0); + const r = Gs(n, t), + o = Us(e, -1, !0); if ( n && r && "element" === r.type && "colgroup" === r.tagName && - Ys(r, n.children.indexOf(r), n) + qs(r, n.children.indexOf(r), n) ) return !1; return Boolean(o && "element" === o.type && "col" === o.tagName); @@ -17939,24 +17938,24 @@ const Js = qs({ return t.length > 0; }, html: function (e) { - const t = Gs(e, -1); + const t = Us(e, -1); return !t || "comment" !== t.type; }, tbody: function (e, t, n) { - const r = zs(n, t), - o = Gs(e, -1); + const r = Gs(n, t), + o = Us(e, -1); if ( n && r && "element" === r.type && ("thead" === r.tagName || "tbody" === r.tagName) && - Ys(r, n.children.indexOf(r), n) + qs(r, n.children.indexOf(r), n) ) return !1; return Boolean(o && "element" === o.type && "tr" === o.tagName); }, }); -const ec = { +const Js = { name: [ ["\t\n\f\r &/=>".split(""), "\t\n\f\r \"&'/=>`".split("")], ["\0\t\n\f\r \"&'/<=>".split(""), "\0\t\n\f\r \"&'/<=>`".split("")], @@ -17974,8 +17973,8 @@ const ec = { ['\0"&'.split(""), "\0\"&'`".split("")], ], }; -function tc(e, t, n) { - const r = Ba(e.schema, t), +function ec(e, t, n) { + const r = Za(e.schema, t), o = e.settings.allowParseErrors && "html" === e.schema.space ? 0 : 1, a = e.settings.allowDangerousCharacters ? 0 : 1; let l, @@ -17988,64 +17987,64 @@ function tc(e, t, n) { null == n || !1 === n || ("number" == typeof n && Number.isNaN(n))) ) return ""; - const C = Is( + const C = ks( r.attribute, Object.assign({}, e.settings.characterReferences, { - subset: ec.name[o][a], + subset: Js.name[o][a], }), ); return !0 === n ? C : ((n = Array.isArray(n) - ? (r.commaSeparated ? Ga : Wa)(n, { + ? (r.commaSeparated ? Ua : $a)(n, { padLeft: !e.settings.tightCommaSeparatedLists, }) : String(n)), e.settings.collapseEmptyAttributes && !n ? C : (e.settings.preferUnquoted && - (l = Is( + (l = ks( n, Object.assign({}, e.settings.characterReferences, { attribute: !0, - subset: ec.unquoted[o][a], + subset: Js.unquoted[o][a], }), )), l !== n && (e.settings.quoteSmart && - Ds(n, i) > Ds(n, e.alternative) && + Os(n, i) > Os(n, e.alternative) && (i = e.alternative), (l = i + - Is( + ks( n, Object.assign({}, e.settings.characterReferences, { - subset: ("'" === i ? ec.single : ec.double)[o][a], + subset: ("'" === i ? Js.single : Js.double)[o][a], attribute: !0, }), ) + i)), C + (l ? "=" + l : l))); } -const nc = ["<", "&"]; -function rc(e, t, n, r) { +const tc = ["<", "&"]; +function nc(e, t, n, r) { return !n || "element" !== n.type || ("script" !== n.tagName && "style" !== n.tagName) - ? Is( + ? ks( e.value, - Object.assign({}, r.settings.characterReferences, { subset: nc }), + Object.assign({}, r.settings.characterReferences, { subset: tc }), ) : e.value; } -const oc = (function (e, t) { +const rc = (function (e, t) { const n = t || {}; function r(t, ...n) { let o = r.invalid; const a = r.handlers; - if (t && vs.call(t, e)) { + if (t && fs.call(t, e)) { const n = String(t[e]); - o = vs.call(a, n) ? a[n] : r.unknown; + o = fs.call(a, n) ? a[n] : r.unknown; } if (o) return o.call(this, t, ...n); } @@ -18066,17 +18065,17 @@ const oc = (function (e, t) { comment: function (e, t, n, r) { return r.settings.bogusComments ? "" : "\x3c!--" + - e.value.replace(Zs, function (e) { - return Is( + e.value.replace(Is, function (e) { + return ks( e, Object.assign({}, r.settings.characterReferences, { - subset: Os, + subset: Bs, }), ); }) + @@ -18099,7 +18098,7 @@ const oc = (function (e, t) { : r.settings.voids.includes(e.tagName.toLowerCase()); const i = []; let C; - "html" === o.space && "svg" === e.tagName && (r.schema = Fa); + "html" === o.space && "svg" === e.tagName && (r.schema = Pa); const s = (function (e, t) { const n = []; let r, @@ -18107,7 +18106,7 @@ const oc = (function (e, t) { if (t) for (r in t) if (null !== t[r] && void 0 !== t[r]) { - const o = tc(e, r, t[r]); + const o = ec(e, r, t[r]); o && n.push(o); } for (; ++o < n.length; ) { @@ -18124,7 +18123,7 @@ const oc = (function (e, t) { return ( (r.schema = o), c && (l = !1), - (!s && a && Js(e, t, n)) || + (!s && a && Qs(e, t, n)) || (i.push("<", e.tagName, s ? " " + s : ""), l && ("svg" === o.space || r.settings.closeSelfClosing) && @@ -18136,59 +18135,59 @@ const oc = (function (e, t) { i.push("/")), i.push(">")), i.push(c), - l || (a && Ys(e, t, n)) || i.push(""), + l || (a && qs(e, t, n)) || i.push(""), i.join("") ); }, raw: function (e, t, n, r) { - return r.settings.allowDangerousHtml ? e.value : rc(e, 0, n, r); + return r.settings.allowDangerousHtml ? e.value : nc(e, 0, n, r); }, root: function (e, t, n, r) { return r.all(e); }, - text: rc, + text: nc, }, }); -const ac = {}, - lc = {}, - ic = []; -function Cc(e, t, n) { - return oc(e, t, n, this); +const oc = {}, + ac = {}, + lc = []; +function ic(e, t, n) { + return rc(e, t, n, this); } -function sc(e) { +function Cc(e) { const t = [], - n = (e && e.children) || ic; + n = (e && e.children) || lc; let r = -1; for (; ++r < n.length; ) t[r] = this.one(n[r], r, e); return t.join(""); } -function cc(e) { +function sc(e) { if (e) throw e; } -var dc = Object.prototype.hasOwnProperty, - uc = Object.prototype.toString, - mc = Object.defineProperty, - pc = Object.getOwnPropertyDescriptor, - gc = function (e) { +var cc = Object.prototype.hasOwnProperty, + dc = Object.prototype.toString, + uc = Object.defineProperty, + mc = Object.getOwnPropertyDescriptor, + pc = function (e) { return "function" == typeof Array.isArray ? Array.isArray(e) - : "[object Array]" === uc.call(e); + : "[object Array]" === dc.call(e); }, - hc = function (e) { - if (!e || "[object Object]" !== uc.call(e)) return !1; + gc = function (e) { + if (!e || "[object Object]" !== dc.call(e)) return !1; var t, - n = dc.call(e, "constructor"), + n = cc.call(e, "constructor"), r = e.constructor && e.constructor.prototype && - dc.call(e.constructor.prototype, "isPrototypeOf"); + cc.call(e.constructor.prototype, "isPrototypeOf"); if (e.constructor && !n && !r) return !1; for (t in e); - return void 0 === t || dc.call(e, t); + return void 0 === t || cc.call(e, t); }, - fc = function (e, t) { - mc && "__proto__" === t.name - ? mc(e, t.name, { + hc = function (e, t) { + uc && "__proto__" === t.name + ? uc(e, t.name, { enumerable: !0, configurable: !0, value: t.newValue, @@ -18196,14 +18195,14 @@ var dc = Object.prototype.hasOwnProperty, }) : (e[t.name] = t.newValue); }, - vc = function (e, t) { + fc = function (e, t) { if ("__proto__" === t) { - if (!dc.call(e, t)) return; - if (pc) return pc(e, t).value; + if (!cc.call(e, t)) return; + if (mc) return mc(e, t).value; } return e[t]; }, - Ec = function e() { + vc = function e() { var t, n, r, @@ -18223,18 +18222,18 @@ var dc = Object.prototype.hasOwnProperty, ) if (null != (t = arguments[C])) for (n in t) - (r = vc(i, n)), - i !== (o = vc(t, n)) && - (c && o && (hc(o) || (a = gc(o))) + (r = fc(i, n)), + i !== (o = fc(t, n)) && + (c && o && (gc(o) || (a = pc(o))) ? (a - ? ((a = !1), (l = r && gc(r) ? r : [])) - : (l = r && hc(r) ? r : {}), - fc(i, { name: n, newValue: e(c, l, o) })) - : void 0 !== o && fc(i, { name: n, newValue: o })); + ? ((a = !1), (l = r && pc(r) ? r : [])) + : (l = r && gc(r) ? r : {}), + hc(i, { name: n, newValue: e(c, l, o) })) + : void 0 !== o && hc(i, { name: n, newValue: o })); return i; }, - wc = B(Ec); -function Lc(e) { + Ec = B(vc); +function wc(e) { if ("object" != typeof e || null === e) return !1; const t = Object.getPrototypeOf(e); return !( @@ -18245,7 +18244,7 @@ function Lc(e) { Symbol.iterator in e ); } -function bc() { +function Lc() { const e = [], t = { run: function (...t) { @@ -18306,7 +18305,7 @@ function bc() { }; return t; } -const Mc = function (e) { +const bc = function (e) { const t = this.constructor.prototype, n = t[e], r = function () { @@ -18314,8 +18313,8 @@ const Mc = function (e) { }; return Object.setPrototypeOf(r, t), r; }, - Hc = {}.hasOwnProperty; -class yc extends Mc { + Mc = {}.hasOwnProperty; +class Hc extends bc { constructor() { super("copy"), (this.Compiler = void 0), @@ -18326,24 +18325,24 @@ class yc extends Mc { (this.frozen = void 0), (this.namespace = {}), (this.parser = void 0), - (this.transformers = bc()); + (this.transformers = Lc()); } copy() { - const e = new yc(); + const e = new Hc(); let t = -1; for (; ++t < this.attachers.length; ) { const n = this.attachers[t]; e.use(...n); } - return e.data(wc(!0, {}, this.namespace)), e; + return e.data(Ec(!0, {}, this.namespace)), e; } data(e, t) { return "string" == typeof e ? 2 === arguments.length - ? (Tc("data", this.frozen), (this.namespace[e] = t), this) - : (Hc.call(this.namespace, e) && this.namespace[e]) || void 0 + ? (xc("data", this.frozen), (this.namespace[e] = t), this) + : (Mc.call(this.namespace, e) && this.namespace[e]) || void 0 : e - ? (Tc("data", this.frozen), (this.namespace = e), this) + ? (xc("data", this.frozen), (this.namespace = e), this) : this.namespace; } freeze() { @@ -18362,20 +18361,20 @@ class yc extends Mc { } parse(e) { this.freeze(); - const t = Vc(e), + const t = Sc(e), n = this.parser || this.Parser; - return Rc("parse", n), n(String(t), t); + return yc("parse", n), n(String(t), t); } process(e, t) { const n = this; return ( this.freeze(), - Rc("process", this.parser || this.Parser), - xc("process", this.compiler || this.Compiler), + yc("process", this.parser || this.Parser), + Rc("process", this.compiler || this.Compiler), t ? r(void 0, t) : new Promise(r) ); function r(r, o) { - const a = Vc(e), + const a = Sc(e), l = n.parse(a); function i(e, n) { e || !n ? o(e) : r ? r(n) : t(void 0, n); @@ -18402,24 +18401,24 @@ class yc extends Mc { n = !1; return ( this.freeze(), - Rc("processSync", this.parser || this.Parser), - xc("processSync", this.compiler || this.Compiler), + yc("processSync", this.parser || this.Parser), + Rc("processSync", this.compiler || this.Compiler), this.process(e, function (e, r) { - (n = !0), cc(e), (t = r); + (n = !0), sc(e), (t = r); }), - Sc("processSync", "process", n), + Nc("processSync", "process", n), t ); } run(e, t, n) { - Nc(e), this.freeze(); + Tc(e), this.freeze(); const r = this.transformers; return ( n || "function" != typeof t || ((n = t), (t = void 0)), n ? o(void 0, n) : new Promise(o) ); function o(o, a) { - const l = Vc(t); + const l = Sc(t); r.run(e, l, function (t, r, l) { const i = r || e; t ? a(t) : o ? o(i) : n(void 0, i, l); @@ -18431,22 +18430,22 @@ class yc extends Mc { r = !1; return ( this.run(e, t, function (e, t) { - cc(e), (n = t), (r = !0); + sc(e), (n = t), (r = !0); }), - Sc("runSync", "run", r), + Nc("runSync", "run", r), n ); } stringify(e, t) { this.freeze(); - const n = Vc(t), + const n = Sc(t), r = this.compiler || this.Compiler; - return xc("stringify", r), Nc(e), r(e, n); + return Rc("stringify", r), Tc(e), r(e, n); } use(e, ...t) { const n = this.attachers, r = this.namespace; - if ((Tc("use", this.frozen), null == e)); + if ((xc("use", this.frozen), null == e)); else if ("function" == typeof e) i(e, t); else { if ("object" != typeof e) @@ -18470,7 +18469,7 @@ class yc extends Mc { throw new Error( "Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither", ); - l(e.plugins), e.settings && (r.settings = wc(!0, r.settings, e.settings)); + l(e.plugins), e.settings && (r.settings = Ec(!0, r.settings, e.settings)); } function l(e) { let t = -1; @@ -18495,20 +18494,20 @@ class yc extends Mc { else if (t.length > 0) { let [r, ...a] = t; const l = n[o][1]; - Lc(l) && Lc(r) && (r = wc(!0, l, r)), (n[o] = [e, r, ...a]); + wc(l) && wc(r) && (r = Ec(!0, l, r)), (n[o] = [e, r, ...a]); } } } } -function Rc(e, t) { +function yc(e, t) { if ("function" != typeof t) throw new TypeError("Cannot `" + e + "` without `parser`"); } -function xc(e, t) { +function Rc(e, t) { if ("function" != typeof t) throw new TypeError("Cannot `" + e + "` without `compiler`"); } -function Tc(e, t) { +function xc(e, t) { if (t) throw new Error( "Cannot call `" + @@ -18516,29 +18515,29 @@ function Tc(e, t) { "` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.", ); } -function Nc(e) { - if (!Lc(e) || "string" != typeof e.type) +function Tc(e) { + if (!wc(e) || "string" != typeof e.type) throw new TypeError("Expected node, got `" + e + "`"); } -function Sc(e, t, n) { +function Nc(e, t, n) { if (!n) throw new Error("`" + e + "` finished async. Use `" + t + "` instead"); } -function Vc(e) { +function Sc(e) { return (function (e) { return Boolean( e && "object" == typeof e && "message" in e && "messages" in e, ); })(e) ? e - : new os(e); + : new rs(e); } -const _c = new yc() +const Vc = new Hc() .freeze()() .use(function (e) { const { emitParseErrors: t, ...n } = { ...this.data("settings"), ...e }; this.parser = function (e, r) { - return gs(e, { + return ps(e, { ...n, onerror: t ? function (e) { @@ -18553,14 +18552,14 @@ const _c = new yc() const t = { ...this.data("settings"), ...e }; this.compiler = function (e) { return (function (e, t) { - const n = t || ac, + const n = t || oc, r = n.quote || '"', o = '"' === r ? "'" : '"'; if ('"' !== r && "'" !== r) throw new Error("Invalid quote `" + r + "`, expected `'` or `\"`"); return { - one: Cc, - all: sc, + one: ic, + all: Cc, settings: { omitOptionalTags: n.omitOptionalTags || !1, allowParseErrors: n.allowParseErrors || !1, @@ -18575,12 +18574,12 @@ const _c = new yc() tightSelfClosing: n.tightSelfClosing || !1, collapseEmptyAttributes: n.collapseEmptyAttributes || !1, allowDangerousHtml: n.allowDangerousHtml || !1, - voids: n.voids || fs, - characterReferences: n.characterReferences || lc, + voids: n.voids || hs, + characterReferences: n.characterReferences || ac, closeSelfClosing: n.closeSelfClosing || !1, closeEmptyElements: n.closeEmptyElements || !1, }, - schema: "svg" === n.space ? Fa : Pa, + schema: "svg" === n.space ? Pa : Da, quote: r, alternative: o, }.one( @@ -18592,10 +18591,10 @@ const _c = new yc() }; }) .freeze(); -function Ac(e) { +function _c(e) { e.stopPropagation(), e.preventDefault(); } -class kc { +class Ac { constructor(e) { (this.elm = void 0), (this.start = void 0), @@ -18686,15 +18685,15 @@ class kc { this.elm.dispatchEvent(e); } } -var Ic, - Zc = { +var kc, + Ic = { position: "relative", textAlign: "left", boxSizing: "border-box", padding: 0, overflow: "hidden", }, - Bc = { + Zc = { position: "absolute", top: 0, left: 0, @@ -18708,7 +18707,7 @@ var Ic, WebkitFontSmoothing: "antialiased", WebkitTextFillColor: "transparent", }, - Oc = { + Bc = { margin: 0, border: 0, background: "none", @@ -18730,10 +18729,10 @@ var Ic, overflowWrap: "break-word", outline: 0, }, - Dc = { exports: {} }, - Pc = {}; -var Fc, - Uc = {}; + Oc = { exports: {} }, + Dc = {}; +var Pc, + Fc = {}; /** * @license React * react-jsx-runtime.development.js @@ -18743,9 +18742,9 @@ var Fc, * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ "production" === process.env.NODE_ENV - ? (Dc.exports = (function () { - if (Ic) return Pc; - Ic = 1; + ? (Oc.exports = (function () { + if (kc) return Dc; + kc = 1; var e = t, n = Symbol.for("react.element"), r = Symbol.for("react.fragment"), @@ -18775,11 +18774,11 @@ var Fc, _owner: a.current, }; } - return (Pc.Fragment = r), (Pc.jsx = i), (Pc.jsxs = i), Pc; + return (Dc.Fragment = r), (Dc.jsx = i), (Dc.jsxs = i), Dc; })()) - : (Dc.exports = - (Fc || - ((Fc = 1), + : (Oc.exports = + (Pc || + ((Pc = 1), "production" !== process.env.NODE_ENV && (function () { var e = t, @@ -19513,11 +19512,11 @@ var Fc, Ee = function (e, t, n) { return fe(e, t, n, !0); }; - (Uc.Fragment = o), (Uc.jsx = ve), (Uc.jsxs = Ee); + (Fc.Fragment = o), (Fc.jsx = ve), (Fc.jsxs = Ee); })()), - Uc)); -var Gc = Dc.exports, - zc = [ + Fc)); +var Uc = Oc.exports, + Gc = [ "prefixCls", "value", "padding", @@ -19530,7 +19529,7 @@ var Gc = Dc.exports, "rehypePlugins", "onChange", ], - $c = t.forwardRef((e, t) => { + zc = t.forwardRef((e, t) => { var { prefixCls: n = "w-tc-editor", padding: a = 10, @@ -19543,7 +19542,7 @@ var Gc = Dc.exports, rehypePlugins: g, onChange: h, } = e, - f = la(e, zc), + f = aa(e, Gc), [v, E] = o(e.value || ""); r(() => E(e.value || ""), [e.value]); var w = i(null); @@ -19559,7 +19558,7 @@ var Gc = Dc.exports, (function (e, t) { return ( void 0 === t && (t = []), - _c() + Vc() .data("settings", { fragment: !0 }) .use([...t]) .processSync("" + e) @@ -19598,14 +19597,14 @@ var Gc = Dc.exports, ), M = C( () => - Gc.jsx("div", { - style: aa({}, Oc, L, { minHeight: l }), + Uc.jsx("div", { + style: oa({}, Bc, L, { minHeight: l }), className: n + "-preview " + (d ? "language-" + d : ""), dangerouslySetInnerHTML: { __html: b }, }), [n, d, b], ), - H = aa( + H = oa( { autoComplete: "off", autoCorrect: "off", @@ -19619,10 +19618,10 @@ var Gc = Dc.exports, f.readOnly || (f.onKeyDown && !1 === f.onKeyDown(e)) || (function (e) { - var t = new kc(e.target), + var t = new Ac(e.target), n = (e.code || e.nativeEvent.code).toLocaleLowerCase(); if ("tab" === n) - Ac(e), + _c(e), t.start === t.end ? e.shiftKey ? t.lineStarRemove(" ") @@ -19634,7 +19633,7 @@ var Gc = Dc.exports, : t.insertText(" ").position(t.start + 2, t.end), t.notifyChange(); else if ("enter" === n) { - Ac(e); + _c(e); var r = "\n" + t.getIndentText(); t .insertText(r) @@ -19645,7 +19644,7 @@ var Gc = Dc.exports, /^(quote|backquote|bracketleft|digit9|comma)$/.test(n) && t.getSelectedValue() ) { - Ac(e); + _c(e); var o = t.getSelectedValue(), a = ""; switch (n) { @@ -19668,10 +19667,10 @@ var Gc = Dc.exports, } })(e); }, - style: aa( + style: oa( {}, - Oc, Bc, + Zc, L, { minHeight: l }, s && !v ? { WebkitTextFillColor: "inherit" } : {}, @@ -19683,14 +19682,14 @@ var Gc = Dc.exports, value: v, }, ); - return Gc.jsxs("div", { - style: aa({}, Zc, p), + return Uc.jsxs("div", { + style: oa({}, Ic, p), className: n + " " + (m || ""), "data-color-mode": u, - children: [Gc.jsx("textarea", aa({}, H, { ref: w })), M], + children: [Uc.jsx("textarea", oa({}, H, { ref: w })), M], }); }); -const Wc = function (e) { +const $c = function (e) { return (function (e) { return (function (e) { return t; @@ -19708,10 +19707,10 @@ const Wc = function (e) { } })(e); }; -const jc = !0, - qc = !1, - Yc = function (e, t, n, r) { - const o = Wc(t); +const Wc = !0, + jc = !1, + qc = function (e, t, n, r) { + const o = $c(t); !(function e(t, r, a) { const l = t && "object" == typeof t ? t : {}; if ("string" == typeof l.type) { @@ -19735,38 +19734,38 @@ const jc = !0, o(t, r, a[a.length - 1] || null) && ((s = (function (e) { if (Array.isArray(e)) return e; - if ("number" == typeof e) return [jc, e]; + if ("number" == typeof e) return [Wc, e]; return [e]; })(n(t, a))), - s[0] === qc) + s[0] === jc) ) return s; if (t.children && "skip" !== s[0]) for (i = 0, C = a.concat(t); i > -1 && i < t.children.length; ) { - if (((l = e(t.children[i], i, C)()), l[0] === qc)) return l; + if (((l = e(t.children[i], i, C)()), l[0] === jc)) return l; i = "number" == typeof l[1] ? l[1] : i + 1; } return s; } })(e, void 0, [])(); }; +function Yc(e) { + return "children" in e ? Xc(e) : "value" in e ? e.value : ""; +} function Kc(e) { - return "children" in e ? Qc(e) : "value" in e ? e.value : ""; + return "text" === e.type ? e.value : "children" in e ? Xc(e) : ""; } function Xc(e) { - return "text" === e.type ? e.value : "children" in e ? Qc(e) : ""; -} -function Qc(e) { let t = -1; const n = []; - for (; ++t < e.children.length; ) n[t] = Xc(e.children[t]); + for (; ++t < e.children.length; ) n[t] = Kc(e.children[t]); return n.join(""); } -const Jc = function (e) { - if (null == e) return td; +const Qc = function (e) { + if (null == e) return ed; if ("string" == typeof e) return (function (e) { - return ed(t); + return Jc(t); function t(t) { return t && t.type === e; } @@ -19776,8 +19775,8 @@ const Jc = function (e) { ? (function (e) { const t = []; let n = -1; - for (; ++n < e.length; ) t[n] = Jc(e[n]); - return ed(r); + for (; ++n < e.length; ) t[n] = Qc(e[n]); + return Jc(r); function r(...e) { let n = -1; for (; ++n < t.length; ) if (t[n].call(this, ...e)) return !0; @@ -19785,17 +19784,17 @@ const Jc = function (e) { } })(e) : (function (e) { - return ed(t); + return Jc(t); function t(t) { let n; for (n in e) if (t[n] !== e[n]) return !1; return !0; } })(e); - if ("function" == typeof e) return ed(e); + if ("function" == typeof e) return Jc(e); throw new Error("Expected function, string, or object as test"); }; -function ed(e) { +function Jc(e) { return function (t, ...n) { return Boolean( t && @@ -19805,13 +19804,13 @@ function ed(e) { ); }; } -function td() { +function ed() { return !0; } -const nd = {}.hasOwnProperty; -var rd = { exports: {} }; -!(function (e, t) { - function n(e) { +const td = {}.hasOwnProperty; +var nd = { exports: {} }; +!(function (e) { + function t(e) { let t, n = []; for (let r of e.split(",").map((e) => e.trim())) @@ -19829,10 +19828,10 @@ var rd = { exports: {} }; } return n; } - (rd.exports.default = n), (e.exports = n); -})(rd); -var od = B(rd.exports); -function ad(e) { + (nd.exports.default = t), (e.exports = t); +})(nd); +var rd = B(nd.exports); +function od(e) { e.languages.clike = { comment: [ { @@ -19861,8 +19860,8 @@ function ad(e) { punctuation: /[{}[\];(),.:]/, }; } -function ld(e) { - e.register(ad), +function ad(e) { + e.register(od), (e.languages.c = e.languages.extend("clike", { comment: { pattern: @@ -19924,8 +19923,8 @@ function ld(e) { }), delete e.languages.c.boolean; } -function id(e) { - e.register(ld), +function ld(e) { + e.register(ad), (function (e) { var t = /\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/, @@ -20025,8 +20024,8 @@ function id(e) { ); })(e); } -function Cd(e) { - e.register(id), +function id(e) { + e.register(ld), (e.languages.arduino = e.languages.extend("cpp", { keyword: /\b(?:String|array|bool|boolean|break|byte|case|catch|continue|default|do|double|else|finally|for|function|goto|if|in|instanceof|int|integer|long|loop|new|null|return|setup|string|switch|throw|try|void|while|word)\b/, @@ -20037,7 +20036,7 @@ function Cd(e) { })), (e.languages.ino = e.languages.arduino); } -function sd(e) { +function Cd(e) { !(function (e) { var t = "\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b", @@ -20208,8 +20207,8 @@ function sd(e) { (e.languages.sh = e.languages.bash), (e.languages.shell = e.languages.bash); })(e); } -function cd(e) { - e.register(ad), +function sd(e) { + e.register(od), (function (e) { function t(e, t) { return e.replace(/<<(\d+)>>/g, function (e, n) { @@ -20497,7 +20496,7 @@ function cd(e) { (e.languages.dotnet = e.languages.cs = e.languages.csharp); })(e); } -function dd(e) { +function cd(e) { (e.languages.markup = { comment: { pattern: //, greedy: !0 }, prolog: { pattern: /<\?[\s\S]+?\?>/, greedy: !0 }, @@ -20627,7 +20626,7 @@ function dd(e) { (e.languages.atom = e.languages.xml), (e.languages.rss = e.languages.xml); } -function ud(e) { +function dd(e) { !(function (e) { var t = /(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/; @@ -20695,7 +20694,7 @@ function ud(e) { n && (n.tag.addInlined("style", "css"), n.tag.addAttribute("style", "css")); })(e); } -function md(e) { +function ud(e) { !(function (e) { e.languages.diff = { coord: [/^(?:\*{3}|-{3}|\+{3}).*$/m, /^@@.*@@$/m, /^\d.*$/m], @@ -20725,8 +20724,8 @@ function md(e) { Object.defineProperty(e.languages.diff, "PREFIXES", { value: t }); })(e); } -function pd(e) { - e.register(ad), +function md(e) { + e.register(od), (e.languages.go = e.languages.extend("clike", { string: { pattern: /(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/, @@ -20751,7 +20750,7 @@ function pd(e) { }), delete e.languages.go["class-name"]; } -function gd(e) { +function pd(e) { e.languages.ini = { comment: { pattern: /(^[ \f\t\v]*)[#;][^\n\r]*/m, lookbehind: !0 }, section: { @@ -20781,8 +20780,8 @@ function gd(e) { punctuation: /=/, }; } -function hd(e) { - e.register(ad), +function gd(e) { + e.register(od), (function (e) { var t = /\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/, @@ -20912,7 +20911,7 @@ function hd(e) { }); })(e); } -function fd(e) { +function hd(e) { !(function (e) { var t = { pattern: /\\[\\(){}[\]^$+*?|.]/, alias: "escape" }, n = @@ -20982,8 +20981,8 @@ function fd(e) { }; })(e); } -function vd(e) { - e.register(ad), +function fd(e) { + e.register(od), (e.languages.javascript = e.languages.extend("clike", { "class-name": [ e.languages.clike["class-name"], @@ -21138,7 +21137,7 @@ function vd(e) { )), (e.languages.js = e.languages.javascript); } -function Ed(e) { +function vd(e) { (e.languages.json = { property: { pattern: /(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/, @@ -21159,8 +21158,8 @@ function Ed(e) { }), (e.languages.webmanifest = e.languages.json); } -function wd(e) { - e.register(ad), +function Ed(e) { + e.register(od), (function (e) { (e.languages.kotlin = e.languages.extend("clike", { keyword: { @@ -21234,8 +21233,8 @@ function wd(e) { (e.languages.kts = e.languages.kotlin); })(e); } -function Ld(e) { - e.register(ud), +function wd(e) { + e.register(dd), (e.languages.less = e.languages.extend("css", { comment: [ /\/\*[\s\S]*?\*\//, @@ -21266,7 +21265,7 @@ function Ld(e) { }, }); } -function bd(e) { +function Ld(e) { e.languages.lua = { comment: /^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m, string: { @@ -21286,7 +21285,7 @@ function bd(e) { punctuation: /[\[\](){},;]|\.+|:+/, }; } -function Md(e) { +function bd(e) { e.languages.makefile = { comment: { pattern: /(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/, @@ -21317,7 +21316,7 @@ function Md(e) { punctuation: /[:;(){}]/, }; } -function Hd(e) { +function Md(e) { !(function (e) { var t = /[*&][^\s[\]{},]+/, n = @@ -21420,8 +21419,8 @@ function Hd(e) { (e.languages.yml = e.languages.yaml); })(e); } -function yd(e) { - e.register(dd), +function Hd(e) { + e.register(cd), (function (e) { var t = /(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source; function n(e) { @@ -21701,8 +21700,8 @@ function yd(e) { (e.languages.md = e.languages.markdown); })(e); } -function Rd(e) { - e.register(ld), +function yd(e) { + e.register(ad), (e.languages.objectivec = e.languages.extend("c", { string: { pattern: /@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/, greedy: !0 }, keyword: @@ -21712,7 +21711,7 @@ function Rd(e) { delete e.languages.objectivec["class-name"], (e.languages.objc = e.languages.objectivec); } -function xd(e) { +function Rd(e) { !(function (e) { var t = /(?:\((?:[^()\\]|\\[\s\S])*\)|\{(?:[^{}\\]|\\[\s\S])*\}|\[(?:[^[\]\\]|\\[\s\S])*\]|<(?:[^<>\\]|\\[\s\S])*>)/ @@ -21801,8 +21800,8 @@ function xd(e) { }; })(e); } -function Td(e) { - e.register(dd), +function xd(e) { + e.register(cd), (function (e) { function t(e, t) { return "___" + e.toUpperCase() + t + "___"; @@ -21872,8 +21871,8 @@ function Td(e) { }); })(e); } -function Nd(e) { - e.register(Td), +function Td(e) { + e.register(xd), (function (e) { var t = /\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/, n = [ @@ -22166,7 +22165,7 @@ function Nd(e) { }); })(e); } -function Sd(e) { +function Nd(e) { (e.languages.python = { comment: { pattern: /(^|[^\\])#.*/, lookbehind: !0, greedy: !0 }, "string-interpolation": { @@ -22225,7 +22224,7 @@ function Sd(e) { ].inside.interpolation.inside.rest = e.languages.python), (e.languages.py = e.languages.python); } -function Vd(e) { +function Sd(e) { e.languages.r = { comment: /#.*/, string: { pattern: /(['"])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, @@ -22242,8 +22241,8 @@ function Vd(e) { punctuation: /[(){}\[\],;]/, }; } -function _d(e) { - e.register(ad), +function Vd(e) { + e.register(od), (function (e) { (e.languages.ruby = e.languages.extend("clike", { comment: { pattern: /#.*|^=begin\s[\s\S]*?^=end/m, greedy: !0 }, @@ -22397,7 +22396,7 @@ function _d(e) { (e.languages.rb = e.languages.ruby); })(e); } -function Ad(e) { +function _d(e) { !(function (e) { for ( var t = /\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|)*\*\//.source, n = 0; @@ -22496,8 +22495,8 @@ function Ad(e) { (e.languages.rust.attribute.inside.string = e.languages.rust.string); })(e); } -function kd(e) { - e.register(ud), +function Ad(e) { + e.register(dd), (function (e) { (e.languages.sass = e.languages.extend("css", { comment: { @@ -22552,8 +22551,8 @@ function kd(e) { }); })(e); } -function Id(e) { - e.register(ud), +function kd(e) { + e.register(dd), (e.languages.scss = e.languages.extend("css", { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/, @@ -22603,7 +22602,7 @@ function Id(e) { }), (e.languages.scss.atrule.inside.rest = e.languages.scss); } -function Zd(e) { +function Id(e) { e.languages.sql = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/, @@ -22635,7 +22634,7 @@ function Zd(e) { punctuation: /[;[\]()`,.]/, }; } -function Bd(e) { +function Zd(e) { (e.languages.swift = { comment: { pattern: @@ -22755,8 +22754,8 @@ function Bd(e) { t.inside.interpolation.inside = e.languages.swift; }); } -function Od(e) { - e.register(vd), +function Bd(e) { + e.register(fd), (function (e) { (e.languages.typescript = e.languages.extend("javascript", { "class-name": { @@ -22801,7 +22800,7 @@ function Od(e) { (e.languages.ts = e.languages.typescript); })(e); } -function Dd(e) { +function Od(e) { e.languages.basic = { comment: { pattern: /(?:!|REM\b).+/i, inside: { keyword: /^REM/i } }, string: { pattern: /"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/, greedy: !0 }, @@ -22814,8 +22813,8 @@ function Dd(e) { punctuation: /[,;:()]/, }; } -function Pd(e) { - e.register(Dd), +function Dd(e) { + e.register(Od), (e.languages.vbnet = e.languages.extend("basic", { comment: [ { pattern: /(?:!|REM\b).+/i, inside: { keyword: /^REM/i } }, @@ -22831,83 +22830,83 @@ function Pd(e) { punctuation: /[,;:(){}]/, })); } -(ad.displayName = "clike"), +(od.displayName = "clike"), + (od.aliases = []), + (ad.displayName = "c"), (ad.aliases = []), - (ld.displayName = "c"), + (ld.displayName = "cpp"), (ld.aliases = []), - (id.displayName = "cpp"), - (id.aliases = []), - (Cd.displayName = "arduino"), - (Cd.aliases = ["ino"]), - (sd.displayName = "bash"), - (sd.aliases = ["sh", "shell"]), - (cd.displayName = "csharp"), - (cd.aliases = ["cs", "dotnet"]), - (dd.displayName = "markup"), - (dd.aliases = ["atom", "html", "mathml", "rss", "ssml", "svg", "xml"]), - (ud.displayName = "css"), + (id.displayName = "arduino"), + (id.aliases = ["ino"]), + (Cd.displayName = "bash"), + (Cd.aliases = ["sh", "shell"]), + (sd.displayName = "csharp"), + (sd.aliases = ["cs", "dotnet"]), + (cd.displayName = "markup"), + (cd.aliases = ["atom", "html", "mathml", "rss", "ssml", "svg", "xml"]), + (dd.displayName = "css"), + (dd.aliases = []), + (ud.displayName = "diff"), (ud.aliases = []), - (md.displayName = "diff"), + (md.displayName = "go"), (md.aliases = []), - (pd.displayName = "go"), + (pd.displayName = "ini"), (pd.aliases = []), - (gd.displayName = "ini"), + (gd.displayName = "java"), (gd.aliases = []), - (hd.displayName = "java"), + (hd.displayName = "regex"), (hd.aliases = []), - (fd.displayName = "regex"), - (fd.aliases = []), - (vd.displayName = "javascript"), - (vd.aliases = ["js"]), - (Ed.displayName = "json"), - (Ed.aliases = ["webmanifest"]), - (wd.displayName = "kotlin"), - (wd.aliases = ["kt", "kts"]), - (Ld.displayName = "less"), + (fd.displayName = "javascript"), + (fd.aliases = ["js"]), + (vd.displayName = "json"), + (vd.aliases = ["webmanifest"]), + (Ed.displayName = "kotlin"), + (Ed.aliases = ["kt", "kts"]), + (wd.displayName = "less"), + (wd.aliases = []), + (Ld.displayName = "lua"), (Ld.aliases = []), - (bd.displayName = "lua"), + (bd.displayName = "makefile"), (bd.aliases = []), - (Md.displayName = "makefile"), - (Md.aliases = []), - (Hd.displayName = "yaml"), - (Hd.aliases = ["yml"]), - (yd.displayName = "markdown"), - (yd.aliases = ["md"]), - (Rd.displayName = "objectivec"), - (Rd.aliases = ["objc"]), - (xd.displayName = "perl"), + (Md.displayName = "yaml"), + (Md.aliases = ["yml"]), + (Hd.displayName = "markdown"), + (Hd.aliases = ["md"]), + (yd.displayName = "objectivec"), + (yd.aliases = ["objc"]), + (Rd.displayName = "perl"), + (Rd.aliases = []), + (xd.displayName = "markup-templating"), (xd.aliases = []), - (Td.displayName = "markup-templating"), + (Td.displayName = "php"), (Td.aliases = []), - (Nd.displayName = "php"), - (Nd.aliases = []), - (Sd.displayName = "python"), - (Sd.aliases = ["py"]), - (Vd.displayName = "r"), - (Vd.aliases = []), - (_d.displayName = "ruby"), - (_d.aliases = ["rb"]), - (Ad.displayName = "rust"), + (Nd.displayName = "python"), + (Nd.aliases = ["py"]), + (Sd.displayName = "r"), + (Sd.aliases = []), + (Vd.displayName = "ruby"), + (Vd.aliases = ["rb"]), + (_d.displayName = "rust"), + (_d.aliases = []), + (Ad.displayName = "sass"), (Ad.aliases = []), - (kd.displayName = "sass"), + (kd.displayName = "scss"), (kd.aliases = []), - (Id.displayName = "scss"), + (Id.displayName = "sql"), (Id.aliases = []), - (Zd.displayName = "sql"), + (Zd.displayName = "swift"), (Zd.aliases = []), - (Bd.displayName = "swift"), - (Bd.aliases = []), - (Od.displayName = "typescript"), - (Od.aliases = ["ts"]), - (Dd.displayName = "basic"), - (Dd.aliases = []), - (Pd.displayName = "vbnet"), - (Pd.aliases = []); -const Fd = /[#.]/g; -const Ud = new Set(["menu", "submit", "reset", "button"]), - Gd = {}.hasOwnProperty; -function zd(e, t, n, r) { - const o = Ba(e, n); + (Bd.displayName = "typescript"), + (Bd.aliases = ["ts"]), + (Od.displayName = "basic"), + (Od.aliases = []), + (Dd.displayName = "vbnet"), + (Dd.aliases = []); +const Pd = /[#.]/g; +const Fd = new Set(["menu", "submit", "reset", "button"]), + Ud = {}.hasOwnProperty; +function Gd(e, t, n, r) { + const o = Za(e, n); let a, l = -1; if (null != r) { @@ -22920,25 +22919,25 @@ function zd(e, t, n, r) { ? r : "string" == typeof r ? o.spaceSeparated - ? $a(r) + ? za(r) : o.commaSeparated - ? Ua(r) + ? Fa(r) : o.commaOrSpaceSeparated - ? $a(Ua(r).join(" ")) - : Wd(o, o.property, r) + ? za(Fa(r).join(" ")) + : $d(o, o.property, r) : Array.isArray(r) ? r.concat() : "style" === o.property ? (function (e) { const t = []; let n; - for (n in e) Gd.call(e, n) && t.push([n, e[n]].join(": ")); + for (n in e) Ud.call(e, n) && t.push([n, e[n]].join(": ")); return t.join("; "); })(r) : String(r); if (Array.isArray(a)) { const e = []; - for (; ++l < a.length; ) e[l] = Wd(o, o.property, a[l]); + for (; ++l < a.length; ) e[l] = $d(o, o.property, a[l]); a = e; } "className" === o.property && @@ -22947,29 +22946,29 @@ function zd(e, t, n, r) { (t[o.property] = a); } } -function $d(e, t) { +function zd(e, t) { let n = -1; if (null == t); else if ("string" == typeof t || "number" == typeof t) e.push({ type: "text", value: String(t) }); - else if (Array.isArray(t)) for (; ++n < t.length; ) $d(e, t[n]); + else if (Array.isArray(t)) for (; ++n < t.length; ) zd(e, t[n]); else { if ("object" != typeof t || !("type" in t)) throw new Error("Expected node, nodes, or string, got `" + t + "`"); - "root" === t.type ? $d(e, t.children) : e.push(t); + "root" === t.type ? zd(e, t.children) : e.push(t); } } -function Wd(e, t, n) { +function $d(e, t, n) { if ("string" == typeof n) { if (e.number && n && !Number.isNaN(Number(n))) return Number(n); - if ((e.boolean || e.overloadedBoolean) && ("" === n || sa(n) === sa(t))) + if ((e.boolean || e.overloadedBoolean) && ("" === n || Ca(n) === Ca(t))) return !0; } return n; } -const jd = - ((qd = Pa), - (Yd = "div"), +const Wd = + ((jd = Da), + (qd = "div"), function (e, t, ...n) { let r, o = -1; @@ -22982,8 +22981,8 @@ const jd = a, l = 0; for (; l < n.length; ) { - Fd.lastIndex = l; - const e = Fd.exec(n), + Pd.lastIndex = l; + const e = Pd.exec(n), t = n.slice(l, e ? e.index : n.length); t && (o @@ -23002,7 +23001,7 @@ const jd = properties: r, children: [], }; - })(e, Yd)), + })(e, qd)), (r.tagName = r.tagName.toLowerCase()), (a = t), (l = r.tagName), @@ -23013,14 +23012,14 @@ const jd = a.type && "string" == typeof a.type && (("children" in a && Array.isArray(a.children)) || - ("button" === l ? !Ud.has(a.type.toLowerCase()) : "value" in a)))) + ("button" === l ? !Fd.has(a.type.toLowerCase()) : "value" in a)))) ) n.unshift(t); else { let e; - for (e in t) Gd.call(t, e) && zd(qd, r.properties, e, t[e]); + for (e in t) Ud.call(t, e) && Gd(jd, r.properties, e, t[e]); } - for (var a, l; ++o < n.length; ) $d(r.children, n[o]); + for (var a, l; ++o < n.length; ) zd(r.children, n[o]); return ( "element" === r.type && "template" === r.tagName && @@ -23029,8 +23028,8 @@ const jd = r ); }); -var qd, Yd; -const Kd = { +var jd, qd; +const Yd = { 0: "�", 128: "€", 130: "‚", @@ -23060,31 +23059,31 @@ const Kd = { 158: "ž", 159: "Ÿ", }; -function Xd(e) { +function Kd(e) { const t = "string" == typeof e ? e.charCodeAt(0) : e; return t >= 48 && t <= 57; } -function Qd(e) { +function Xd(e) { const t = "string" == typeof e ? e.charCodeAt(0) : e; return (t >= 97 && t <= 102) || (t >= 65 && t <= 70) || (t >= 48 && t <= 57); } -function Jd(e) { +function Qd(e) { return ( (function (e) { const t = "string" == typeof e ? e.charCodeAt(0) : e; return (t >= 97 && t <= 122) || (t >= 65 && t <= 90); - })(e) || Xd(e) + })(e) || Kd(e) ); } -const eu = document.createElement("i"); -function tu(e) { +const Jd = document.createElement("i"); +function eu(e) { const t = "&" + e + ";"; - eu.innerHTML = t; - const n = eu.textContent; + Jd.innerHTML = t; + const n = Jd.textContent; return (59 !== n.charCodeAt(n.length - 1) || "semi" === e) && n !== t && n; } -const nu = String.fromCharCode, - ru = [ +const tu = String.fromCharCode, + nu = [ "", "Named character references must be terminated by a semicolon", "Numeric character references must be terminated by a semicolon", @@ -23094,7 +23093,7 @@ const nu = String.fromCharCode, "Numeric character references cannot be disallowed", "Numeric character references cannot be outside the permissible Unicode range", ]; -function ou(e, t = {}) { +function ru(e, t = {}) { const n = "string" == typeof t.additional ? t.additional.charCodeAt(0) @@ -23128,7 +23127,7 @@ function ou(e, t = {}) { Number.isNaN(o) || (n && o === n) ) { - (C += nu(s)), d++; + (C += tu(s)), d++; continue; } const a = l + 1; @@ -23145,16 +23144,16 @@ function ou(e, t = {}) { let v = "", E = "", w = ""; - const L = "named" === i ? Jd : "decimal" === i ? Xd : Qd; + const L = "named" === i ? Qd : "decimal" === i ? Kd : Xd; for (f--; ++f <= e.length; ) { const t = e.charCodeAt(f); if (!L(t)) break; - (w += nu(t)), "named" === i && xs.includes(w) && ((v = w), (E = tu(w))); + (w += tu(t)), "named" === i && Rs.includes(w) && ((v = w), (E = eu(w))); } let b = 59 === e.charCodeAt(f); if (b) { f++; - const e = "named" === i && tu(w); + const e = "named" === i && eu(w); e && ((v = w), (E = e)); } let M = 1 + f - a, @@ -23169,7 +23168,7 @@ function ou(e, t = {}) { const n = v ? 1 : 3; if (t.attribute) { const t = e.charCodeAt(f); - 61 === t ? (g(n, M), (E = "")) : Jd(t) ? (E = "") : g(n, M); + 61 === t ? (g(n, M), (E = "")) : Qd(t) ? (E = "") : g(n, M); } else g(n, M); } H = E; @@ -23177,16 +23176,16 @@ function ou(e, t = {}) { b || g(2, M); let e = Number.parseInt(w, "hexadecimal" === i ? 16 : 10); if (((m = e) >= 55296 && m <= 57343) || m > 1114111) - g(7, M), (H = nu(65533)); - else if (e in Kd) g(6, M), (H = Kd[e]); + g(7, M), (H = tu(65533)); + else if (e in Yd) g(6, M), (H = Yd[e]); else { let t = ""; - au(e) && g(6, M), + ou(e) && g(6, M), e > 65535 && ((e -= 65536), - (t += nu((e >>> 10) | 55296)), + (t += tu((e >>> 10) | 55296)), (e = 56320 | (1023 & e))), - (H = t + nu(e)); + (H = t + tu(e)); } } else "named" !== i && g(4, M); @@ -23206,7 +23205,7 @@ function ou(e, t = {}) { } else (w = e.slice(a - 1, f)), (C += w), (d += w.length), (l = f - 1); } else 10 === s && (c++, i++, (d = 0)), - Number.isNaN(s) ? h() : ((C += nu(s)), d++); + Number.isNaN(s) ? h() : ((C += tu(s)), d++); var m; return r.join(""); function p() { @@ -23218,7 +23217,7 @@ function ou(e, t = {}) { ((r = p()), (r.column += n), (r.offset += n), - t.warning.call(t.warningContext, ru[e], r, e)); + t.warning.call(t.warningContext, nu[e], r, e)); } function h() { C && @@ -23227,7 +23226,7 @@ function ou(e, t = {}) { (C = "")); } } -function au(e) { +function ou(e) { return ( (e >= 1 && e <= 8) || 11 === e || @@ -23238,29 +23237,29 @@ function au(e) { 65534 == (65535 & e) ); } -var lu = 0, - iu = {}, - Cu = { +var au = 0, + lu = {}, + iu = { util: { type: function (e) { return Object.prototype.toString.call(e).slice(8, -1); }, objId: function (e) { return ( - e.__id || Object.defineProperty(e, "__id", { value: ++lu }), e.__id + e.__id || Object.defineProperty(e, "__id", { value: ++au }), e.__id ); }, clone: function e(t, n) { var r, o; - switch (((n = n || {}), Cu.util.type(t))) { + switch (((n = n || {}), iu.util.type(t))) { case "Object": - if (((o = Cu.util.objId(t)), n[o])) return n[o]; + if (((o = iu.util.objId(t)), n[o])) return n[o]; for (var a in ((r = {}), (n[o] = r), t)) t.hasOwnProperty(a) && (r[a] = e(t[a], n)); return r; case "Array": return ( - (o = Cu.util.objId(t)), + (o = iu.util.objId(t)), n[o] ? n[o] : ((r = []), @@ -23276,17 +23275,17 @@ var lu = 0, }, }, languages: { - plain: iu, - plaintext: iu, - text: iu, - txt: iu, + plain: lu, + plaintext: lu, + text: lu, + txt: lu, extend: function (e, t) { - var n = Cu.util.clone(Cu.languages[e]); + var n = iu.util.clone(iu.languages[e]); for (var r in t) n[r] = t[r]; return n; }, insertBefore: function (e, t, n, r) { - var o = (r = r || Cu.languages)[e], + var o = (r = r || iu.languages)[e], a = {}; for (var l in o) if (o.hasOwnProperty(l)) { @@ -23296,7 +23295,7 @@ var lu = 0, var C = r[e]; return ( (r[e] = a), - Cu.languages.DFS(Cu.languages, function (t, n) { + iu.languages.DFS(iu.languages, function (t, n) { n === C && t != e && (this[t] = a); }), a @@ -23304,12 +23303,12 @@ var lu = 0, }, DFS: function e(t, n, r, o) { o = o || {}; - var a = Cu.util.objId; + var a = iu.util.objId; for (var l in t) if (t.hasOwnProperty(l)) { n.call(t, l, t[l], r || l); var i = t[l], - C = Cu.util.type(i); + C = iu.util.type(i); "Object" !== C || o[a(i)] ? "Array" !== C || o[a(i)] || ((o[a(i)] = !0), e(i, n, l, o)) : ((o[a(i)] = !0), e(i, n, null, o)); @@ -23319,12 +23318,12 @@ var lu = 0, plugins: {}, highlight: function (e, t, n) { var r = { code: e, grammar: t, language: n }; - if ((Cu.hooks.run("before-tokenize", r), !r.grammar)) + if ((iu.hooks.run("before-tokenize", r), !r.grammar)) throw new Error('The language "' + r.language + '" has no grammar.'); return ( - (r.tokens = Cu.tokenize(r.code, r.grammar)), - Cu.hooks.run("after-tokenize", r), - su.stringify(Cu.util.encode(r.tokens), r.language) + (r.tokens = iu.tokenize(r.code, r.grammar)), + iu.hooks.run("after-tokenize", r), + Cu.stringify(iu.util.encode(r.tokens), r.language) ); }, tokenize: function (e, t) { @@ -23333,10 +23332,10 @@ var lu = 0, for (var r in n) t[r] = n[r]; delete t.rest; } - var o = new uu(); + var o = new du(); return ( - mu(o, o.head, e), - du(e, o, t, o.head, 0), + uu(o, o.head, e), + cu(e, o, t, o.head, 0), (function (e) { var t = [], n = e.head.next; @@ -23348,23 +23347,23 @@ var lu = 0, hooks: { all: {}, add: function (e, t) { - var n = Cu.hooks.all; + var n = iu.hooks.all; (n[e] = n[e] || []), n[e].push(t); }, run: function (e, t) { - var n = Cu.hooks.all[e]; + var n = iu.hooks.all[e]; if (n && n.length) for (var r, o = 0; (r = n[o++]); ) r(t); }, }, - Token: su, + Token: Cu, }; -function su(e, t, n, r) { +function Cu(e, t, n, r) { (this.type = e), (this.content = t), (this.alias = n), (this.length = 0 | (r || "").length); } -function cu(e, t, n, r) { +function su(e, t, n, r) { e.lastIndex = t; var o = e.exec(n); if (o && r && o[1]) { @@ -23373,7 +23372,7 @@ function cu(e, t, n, r) { } return o; } -function du(e, t, n, r, o, a) { +function cu(e, t, n, r, o, a) { for (var l in n) if (n.hasOwnProperty(l) && n[l]) { var i = n[l]; @@ -23396,17 +23395,17 @@ function du(e, t, n, r, o, a) { ) { var v = h.value; if (t.length > e.length) return; - if (!(v instanceof su)) { + if (!(v instanceof Cu)) { var E, w = 1; if (u) { - if (!(E = cu(g, f, e, d)) || E.index >= e.length) break; + if (!(E = su(g, f, e, d)) || E.index >= e.length) break; var L = E.index, b = E.index + E[0].length, M = f; for (M += h.value.length; L >= M; ) M += (h = h.next).value.length; - if (((f = M -= h.value.length), h.value instanceof su)) continue; + if (((f = M -= h.value.length), h.value instanceof Cu)) continue; for ( var H = h; H !== t.tail && (M < b || "string" == typeof H.value); @@ -23414,7 +23413,7 @@ function du(e, t, n, r, o, a) { ) w++, (M += H.value.length); w--, (v = e.slice(f, M)), (E.index -= f); - } else if (!(E = cu(g, 0, v, d))) continue; + } else if (!(E = su(g, 0, v, d))) continue; L = E.index; var y = E[0], R = v.slice(0, L), @@ -23423,14 +23422,14 @@ function du(e, t, n, r, o, a) { a && T > a.reach && (a.reach = T); var N = h.prev; if ( - (R && ((N = mu(t, N, R)), (f += R.length)), - pu(t, N, w), - (h = mu(t, N, new su(l, c ? Cu.tokenize(y, c) : y, m, y))), - x && mu(t, h, x), + (R && ((N = uu(t, N, R)), (f += R.length)), + mu(t, N, w), + (h = uu(t, N, new Cu(l, c ? iu.tokenize(y, c) : y, m, y))), + x && uu(t, h, x), w > 1) ) { var S = { cause: l + "," + C, reach: T }; - du(e, t, n, h.prev, f, S), + cu(e, t, n, h.prev, f, S), a && S.reach > a.reach && (a.reach = S.reach); } } @@ -23438,26 +23437,26 @@ function du(e, t, n, r, o, a) { } } } -function uu() { +function du() { var e = { value: null, prev: null, next: null }, t = { value: null, prev: e, next: null }; (e.next = t), (this.head = e), (this.tail = t), (this.length = 0); } -function mu(e, t, n) { +function uu(e, t, n) { var r = t.next, o = { value: n, prev: t, next: r }; return (t.next = o), (r.prev = o), e.length++, o; } -function pu(e, t, n) { +function mu(e, t, n) { for (var r = t.next, o = 0; o < n && r !== e.tail; o++) r = r.next; (t.next = r), (r.prev = t), (e.length -= o); } -const gu = Cu, - hu = {}.hasOwnProperty; -function fu() {} -fu.prototype = gu; -const vu = new fu(); -function Eu(e) { +const pu = iu, + gu = {}.hasOwnProperty; +function hu() {} +hu.prototype = pu; +const fu = new hu(); +function vu(e) { e.languages.abap = { comment: /^\*.*/m, string: /(`|')(?:\\.|(?!\1)[^\\\r\n])*\1/, @@ -23493,7 +23492,7 @@ function Eu(e) { punctuation: /[,.:()]/, }; } -function wu(e) { +function Eu(e) { !(function (e) { var t = "(?:ALPHA|BIT|CHAR|CR|CRLF|CTL|DIGIT|DQUOTE|HEXDIG|HTAB|LF|LWSP|OCTET|SP|VCHAR|WSP)"; @@ -23540,8 +23539,8 @@ function wu(e) { }; })(e); } -function Lu(e) { - e.register(vd), +function wu(e) { + e.register(fd), (e.languages.actionscript = e.languages.extend("javascript", { keyword: /\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/, @@ -23560,7 +23559,7 @@ function Lu(e) { }, }); } -function bu(e) { +function Lu(e) { e.languages.ada = { comment: /--.*/, string: /"(?:""|[^"\r\f\n])*"/, @@ -23581,7 +23580,7 @@ function bu(e) { variable: /\b[a-z](?:\w)*\b/i, }; } -function Mu(e) { +function bu(e) { !(function (e) { e.languages.agda = { comment: /\{-[\s\S]*?(?:-\}|$)|--.*/, @@ -23598,7 +23597,7 @@ function Mu(e) { }; })(e); } -function Hu(e) { +function Mu(e) { e.languages.al = { comment: /\/\/.*|\/\*[\s\S]*?\*\//, string: { @@ -23624,7 +23623,7 @@ function Hu(e) { punctuation: /[()\[\]{}:.;,]/, }; } -function yu(e) { +function Hu(e) { (e.languages.antlr4 = { comment: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, string: { pattern: /'(?:\\.|[^\\'\r\n])*'/, greedy: !0 }, @@ -23671,7 +23670,7 @@ function yu(e) { }), (e.languages.g4 = e.languages.antlr4); } -function Ru(e) { +function yu(e) { e.languages.apacheconf = { comment: /#.*/, "directive-inline": { @@ -23713,9 +23712,9 @@ function Ru(e) { regex: /\^?.*\$|\^.*\$?/, }; } -function xu(e) { - e.register(ad), - e.register(Zd), +function Ru(e) { + e.register(od), + e.register(Id), (function (e) { var t = /\b(?:(?:after|before)(?=\s+[a-z])|abstract|activate|and|any|array|as|asc|autonomous|begin|bigdecimal|blob|boolean|break|bulk|by|byte|case|cast|catch|char|class|collect|commit|const|continue|currency|date|datetime|decimal|default|delete|desc|do|double|else|end|enum|exception|exit|export|extends|final|finally|float|for|from|get(?=\s*[{};])|global|goto|group|having|hint|if|implements|import|in|inner|insert|instanceof|int|integer|interface|into|join|like|limit|list|long|loop|map|merge|new|not|null|nulls|number|object|of|on|or|outer|override|package|parallel|pragma|private|protected|public|retrieve|return|rollback|select|set|short|sObject|sort|static|string|super|switch|synchronized|system|testmethod|then|this|throw|time|transaction|transient|trigger|try|undelete|update|upsert|using|virtual|void|webservice|when|where|while|(?:inherited|with|without)\s+sharing)\b/i, @@ -23780,7 +23779,7 @@ function xu(e) { }; })(e); } -function Tu(e) { +function xu(e) { e.languages.apl = { comment: /(?:⍝|#[! ]).*$/m, string: { pattern: /'(?:[^'\r\n]|'')*'/, greedy: !0 }, @@ -23798,7 +23797,7 @@ function Tu(e) { dfn: { pattern: /[{}⍺⍵⍶⍹∇⍫:]/, alias: "builtin" }, }; } -function Nu(e) { +function Tu(e) { e.languages.applescript = { comment: [ /\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/, @@ -23818,7 +23817,7 @@ function Nu(e) { punctuation: /[{}():,¬«»《》]/, }; } -function Su(e) { +function Nu(e) { e.languages.aql = { comment: /\/\/.*|\/\*[\s\S]*?\*\//, property: { @@ -23849,7 +23848,7 @@ function Su(e) { punctuation: /::|[?.:,;()[\]{}]/, }; } -function Vu(e) { +function Su(e) { e.languages.arff = { comment: /%.*/, string: { pattern: /(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, @@ -23858,7 +23857,7 @@ function Vu(e) { punctuation: /[{},]/, }; } -function _u(e) { +function Vu(e) { (e.languages.armasm = { comment: { pattern: /;.*/, greedy: !0 }, string: { @@ -23891,7 +23890,7 @@ function _u(e) { }), (e.languages["arm-asm"] = e.languages.armasm); } -function Au(e) { +function _u(e) { !(function (e) { var t = function (t, n) { return { @@ -23952,7 +23951,7 @@ function Au(e) { (e.languages.art = e.languages.arturo); })(e); } -function ku(e) { +function Au(e) { !(function (e) { var t = { pattern: @@ -24112,9 +24111,9 @@ function ku(e) { (e.languages.adoc = e.languages.asciidoc); })(e); } -function Iu(e) { - e.register(cd), - e.register(dd), +function ku(e) { + e.register(sd), + e.register(cd), (e.languages.aspnet = e.languages.extend("markup", { "page-directive": { pattern: /<%\s*@.*%>/, @@ -24162,7 +24161,7 @@ function Iu(e) { }, ); } -function Zu(e) { +function Iu(e) { e.languages.asm6502 = { comment: /;.*/, directive: { pattern: /\.\w+(?= )/, alias: "property" }, @@ -24179,7 +24178,7 @@ function Zu(e) { punctuation: /[(),:]/, }; } -function Bu(e) { +function Zu(e) { e.languages.asmatmel = { comment: { pattern: /;.*/, greedy: !0 }, string: { pattern: /(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, @@ -24199,7 +24198,7 @@ function Bu(e) { punctuation: /[(),:]/, }; } -function Ou(e) { +function Bu(e) { e.languages.autohotkey = { comment: [ { pattern: /(^|\s);.*/, lookbehind: !0 }, @@ -24235,7 +24234,7 @@ function Ou(e) { punctuation: /[{}[\]():,]/, }; } -function Du(e) { +function Ou(e) { e.languages.autoit = { comment: [ /;.*/, @@ -24269,7 +24268,7 @@ function Du(e) { punctuation: /[\[\]().,:]/, }; } -function Pu(e) { +function Du(e) { !(function (e) { function t(e, t, n) { return RegExp( @@ -24409,7 +24408,7 @@ function Pu(e) { (e.languages.avs = e.languages.avisynth); })(e); } -function Fu(e) { +function Pu(e) { (e.languages["avro-idl"] = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?\*\//, greedy: !0 }, string: { @@ -24449,7 +24448,7 @@ function Fu(e) { }), (e.languages.avdl = e.languages["avro-idl"]); } -function Uu(e) { +function Fu(e) { (e.languages.awk = { hashbang: { pattern: /^#!.*/, greedy: !0, alias: "comment" }, comment: { pattern: /#.*/, greedy: !0 }, @@ -24473,7 +24472,7 @@ function Uu(e) { }), (e.languages.gawk = e.languages.awk); } -function Gu(e) { +function Uu(e) { !(function (e) { var t = /%%?[~:\w]+%?|!\S+!/, n = { @@ -24563,7 +24562,7 @@ function Gu(e) { }; })(e); } -function zu(e) { +function Gu(e) { (e.languages.bbcode = { tag: { pattern: @@ -24586,7 +24585,7 @@ function zu(e) { }), (e.languages.shortcode = e.languages.bbcode); } -function $u(e) { +function zu(e) { !(function (e) { e.languages.bbj = { comment: { pattern: /(^|[^\\:])rem\s+.*/i, lookbehind: !0, greedy: !0 }, @@ -24601,7 +24600,7 @@ function $u(e) { }; })(e); } -function Wu(e) { +function $u(e) { (e.languages.bicep = { comment: [ { @@ -24661,8 +24660,8 @@ function Wu(e) { "interpolated-string" ].inside.interpolation.inside.expression.inside = e.languages.bicep); } -function ju(e) { - e.register(ad), +function Wu(e) { + e.register(od), (e.languages.birb = e.languages.extend("clike", { string: { pattern: /r?("|')(?:\\.|(?!\1)[^\\])*\1/, greedy: !0 }, "class-name": [ @@ -24678,8 +24677,8 @@ function ju(e) { metadata: { pattern: /<\w+>/, greedy: !0, alias: "symbol" }, }); } -function qu(e) { - e.register(ld), +function ju(e) { + e.register(ad), (e.languages.bison = e.languages.extend("c", {})), e.languages.insertBefore("bison", "comment", { bison: { @@ -24707,7 +24706,7 @@ function qu(e) { }, }); } -function Yu(e) { +function qu(e) { (e.languages.bnf = { string: { pattern: /"[^\r\n"]*"|'[^\r\n']*'/ }, definition: { @@ -24720,7 +24719,7 @@ function Yu(e) { }), (e.languages.rbnf = e.languages.bnf); } -function Ku(e) { +function Yu(e) { e.languages.bqn = { shebang: { pattern: /^#![ \t]*\/.*/, alias: "important", greedy: !0 }, comment: { pattern: /#.*/, greedy: !0 }, @@ -24767,7 +24766,7 @@ function Ku(e) { punctuation: /[←⇐↩(){}⟨⟩[\]‿·⋄,.;:?]/, }; } -function Xu(e) { +function Ku(e) { e.languages.brainfuck = { pointer: { pattern: /<|>/, alias: "keyword" }, increment: { pattern: /\+/, alias: "inserted" }, @@ -24777,7 +24776,7 @@ function Xu(e) { comment: /\S+/, }; } -function Qu(e) { +function Xu(e) { (e.languages.brightscript = { comment: /(?:\brem|').*/i, "directive-statement": { @@ -24814,7 +24813,7 @@ function Qu(e) { (e.languages.brightscript["directive-statement"].inside.expression.inside = e.languages.brightscript); } -function Ju(e) { +function Qu(e) { e.languages.bro = { comment: { pattern: /(^|[^\\$])#.*/, @@ -24840,7 +24839,7 @@ function Ju(e) { punctuation: /[{}[\];(),.:]/, }; } -function em(e) { +function Ju(e) { (e.languages.bsl = { comment: /\/\/.*/, string: [ @@ -24890,8 +24889,8 @@ function em(e) { }), (e.languages.oscript = e.languages.bsl); } -function tm(e) { - e.register(ad), +function em(e) { + e.register(od), (e.languages.cfscript = e.languages.extend("clike", { comment: [ { @@ -24930,9 +24929,9 @@ function tm(e) { delete e.languages.cfscript["class-name"], (e.languages.cfc = e.languages.cfscript); } -function nm(e) { - e.register(ad), - e.register(id), +function tm(e) { + e.register(od), + e.register(ld), (e.languages.chaiscript = e.languages.extend("clike", { string: { pattern: /(^|[^\\])'(?:[^'\\]|\\[\s\S])*'/, @@ -24984,7 +24983,7 @@ function nm(e) { }, }); } -function rm(e) { +function nm(e) { e.languages.cil = { comment: /\/\/.*/, string: { @@ -25006,8 +25005,8 @@ function rm(e) { punctuation: /[{}[\];(),:=]|IL_[0-9A-Za-z]+/, }; } -function om(e) { - e.register(ld), +function rm(e) { + e.register(ad), (e.languages.cilkc = e.languages.insertBefore("c", "function", { "parallel-keyword": { pattern: /\bcilk_(?:for|reducer|s(?:cope|pawn|ync))\b/, @@ -25016,8 +25015,8 @@ function om(e) { })), (e.languages["cilk-c"] = e.languages.cilkc); } -function am(e) { - e.register(id), +function om(e) { + e.register(ld), (e.languages.cilkcpp = e.languages.insertBefore("cpp", "function", { "parallel-keyword": { pattern: /\bcilk_(?:for|reducer|s(?:cope|pawn|ync))\b/, @@ -25027,7 +25026,7 @@ function am(e) { (e.languages["cilk-cpp"] = e.languages.cilkcpp), (e.languages.cilk = e.languages.cilkcpp); } -function lm(e) { +function am(e) { e.languages.clojure = { comment: { pattern: /;.*/, greedy: !0 }, string: { pattern: /"(?:[^"\\]|\\.)*"/, greedy: !0 }, @@ -25052,7 +25051,7 @@ function lm(e) { punctuation: /[{}\[\](),]/, }; } -function im(e) { +function lm(e) { e.languages.cmake = { comment: /#.*/, string: { @@ -25082,7 +25081,7 @@ function im(e) { punctuation: /[()>}]|\$[<{]/, }; } -function Cm(e) { +function im(e) { e.languages.cobol = { comment: { pattern: /\*>.*|(^[ \t]*)\*.*/m, lookbehind: !0, greedy: !0 }, string: { @@ -25125,8 +25124,8 @@ function Cm(e) { punctuation: /[.:,()]/, }; } -function sm(e) { - e.register(vd), +function Cm(e) { + e.register(fd), (function (e) { var t = /#(?!\{).+/, n = { pattern: /#\{[^}]+\}/, alias: "variable" }; @@ -25181,7 +25180,7 @@ function sm(e) { (e.languages.coffee = e.languages.coffeescript); })(e); } -function cm(e) { +function sm(e) { (e.languages.concurnas = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*)/, @@ -25241,7 +25240,7 @@ function cm(e) { }), (e.languages.conc = e.languages.concurnas); } -function dm(e) { +function cm(e) { !(function (e) { function t(e) { return RegExp( @@ -25292,7 +25291,7 @@ function dm(e) { }; })(e); } -function um(e) { +function dm(e) { !(function (e) { var t = /(?:(?!\s)[\d$+<=a-zA-Z\x80-\uFFFF])+/.source, n = /[^{}@#]+/.source, @@ -25387,7 +25386,7 @@ function um(e) { }; })(e); } -function mm(e) { +function um(e) { !(function (e) { for ( var t = /\(\*(?:[^(*]|\((?!\*)|\*(?!\))|)*\*\)/.source, n = 0; @@ -25437,8 +25436,8 @@ function mm(e) { }); })(e); } -function pm(e) { - e.register(_d), +function mm(e) { + e.register(Vd), (function (e) { (e.languages.crystal = e.languages.extend("ruby", { keyword: [ @@ -25485,8 +25484,8 @@ function pm(e) { }); })(e); } -function gm(e) { - e.register(ud), +function pm(e) { + e.register(dd), (function (e) { var t, n = /("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/; @@ -25577,13 +25576,13 @@ function gm(e) { }); })(e); } -function hm(e) { +function gm(e) { e.languages.csv = { value: /[^\r\n,"]+|"(?:[^"]|"")*"(?!")/, punctuation: /,/, }; } -function fm(e) { +function hm(e) { !(function (e) { var t = "(?:" + @@ -25649,7 +25648,7 @@ function fm(e) { ].inside.interpolation.inside.expression.inside = e.languages.cue); })(e); } -function vm(e) { +function fm(e) { e.languages.cypher = { comment: /\/\/.*/, string: { @@ -25679,8 +25678,8 @@ function vm(e) { punctuation: /[()[\]{},;.]/, }; } -function Em(e) { - e.register(ad), +function vm(e) { + e.register(od), (e.languages.d = e.languages.extend("clike", { comment: [ { pattern: /^\s*#!.+/, greedy: !0 }, @@ -25746,8 +25745,8 @@ function Em(e) { }, }); } -function wm(e) { - e.register(ad), +function Em(e) { + e.register(od), (function (e) { var t = [ /\b(?:async|sync|yield)\*/, @@ -25814,7 +25813,7 @@ function wm(e) { }); })(e); } -function Lm(e) { +function wm(e) { !(function (e) { e.languages.dataweave = { url: /\b[A-Za-z]+:\/\/[\w/:.?=&-]+|\burn:[\w:.?=&-]+/, @@ -25845,7 +25844,7 @@ function Lm(e) { }; })(e); } -function bm(e) { +function Lm(e) { e.languages.dax = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/).*)/, @@ -25868,7 +25867,7 @@ function bm(e) { punctuation: /[;\[\](){}`,.]/, }; } -function Mm(e) { +function bm(e) { (e.languages.dhall = { comment: /--.*|\{-(?:[^-{]|-(?!\})|\{(?!-)|\{-(?:[^-{]|-(?!\})|\{(?!-))*-\})*-\}/, @@ -25919,8 +25918,8 @@ function Mm(e) { (e.languages.dhall.string.inside.interpolation.inside.expression.inside = e.languages.dhall); } -function Hm(e) { - e.register(Td), +function Mm(e) { + e.register(xd), (function (e) { e.languages.django = { comment: /^\{#[\s\S]*?#\}$/, @@ -25962,7 +25961,7 @@ function Hm(e) { }); })(e); } -function ym(e) { +function Hm(e) { (e.languages["dns-zone-file"] = { comment: /;.*/, string: { pattern: /"(?:\\.|[^"\\\r\n])*"/, greedy: !0 }, @@ -25986,7 +25985,7 @@ function ym(e) { }), (e.languages["dns-zone"] = e.languages["dns-zone-file"]); } -function Rm(e) { +function ym(e) { !(function (e) { var t = /\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source, n = /(?:[ \t]+(?![ \t])(?:)?|)/.source.replace( @@ -26079,7 +26078,7 @@ function Rm(e) { (e.languages.dockerfile = e.languages.docker); })(e); } -function xm(e) { +function Rm(e) { !(function (e) { var t = "(?:" + @@ -26146,7 +26145,7 @@ function xm(e) { (e.languages.gv = e.languages.dot); })(e); } -function Tm(e) { +function xm(e) { e.languages.ebnf = { comment: /\(\*[\s\S]*?\*\)/, string: { pattern: /"[^"\r\n]*"|'[^'\r\n]*'/, greedy: !0 }, @@ -26161,7 +26160,7 @@ function Tm(e) { operator: /[-=|*/!]/, }; } -function Nm(e) { +function Tm(e) { e.languages.editorconfig = { comment: /[;#].*/, section: { @@ -26186,7 +26185,7 @@ function Nm(e) { }, }; } -function Sm(e) { +function Nm(e) { e.languages.eiffel = { comment: /--.*/, string: [ @@ -26207,9 +26206,9 @@ function Sm(e) { operator: /\\\\|\|\.\.\||\.\.|\/[~\/=]?|[><]=?|[-+*^=~]/, }; } -function Vm(e) { - e.register(vd), - e.register(Td), +function Sm(e) { + e.register(fd), + e.register(xd), (function (e) { (e.languages.ejs = { delimiter: { pattern: /^<%[-_=]?|[-_]?%>$/, alias: "punctuation" }, @@ -26232,7 +26231,7 @@ function Vm(e) { (e.languages.eta = e.languages.ejs); })(e); } -function _m(e) { +function Vm(e) { (e.languages.elixir = { doc: { pattern: @@ -26288,7 +26287,7 @@ function _m(e) { }; }); } -function Am(e) { +function _m(e) { e.languages.elm = { comment: /--.*|\{-[\s\S]*?-\}/, char: { @@ -26317,9 +26316,9 @@ function Am(e) { punctuation: /[{}[\]|(),.:]/, }; } -function km(e) { - e.register(bd), - e.register(Td), +function Am(e) { + e.register(Ld), + e.register(xd), (function (e) { (e.languages.etlua = { delimiter: { pattern: /^<%[-=]?|-?%>$/, alias: "punctuation" }, @@ -26337,9 +26336,9 @@ function km(e) { }); })(e); } -function Im(e) { - e.register(Td), - e.register(_d), +function km(e) { + e.register(xd), + e.register(Vd), (function (e) { (e.languages.erb = { delimiter: { @@ -26365,7 +26364,7 @@ function Im(e) { }); })(e); } -function Zm(e) { +function Im(e) { e.languages.erlang = { comment: /%.+/, string: { pattern: /"(?:\\.|[^\\"\r\n])*"/, greedy: !0 }, @@ -26392,7 +26391,7 @@ function Zm(e) { punctuation: /[()[\]{}:;,.#|]|<<|>>/, }; } -function Bm(e) { +function Zm(e) { (e.languages["excel-formula"] = { comment: { pattern: /(\bN\(\s*)"(?:[^"]|"")*"(?=\s*\))/i, @@ -26436,8 +26435,8 @@ function Bm(e) { }), (e.languages.xlsx = e.languages.xls = e.languages["excel-formula"]); } -function Om(e) { - e.register(ad), +function Bm(e) { + e.register(od), (e.languages.fsharp = e.languages.extend("clike", { comment: [ { @@ -26511,7 +26510,7 @@ function Om(e) { }, }); } -function Dm(e) { +function Om(e) { !(function (e) { var t = { function: @@ -27267,7 +27266,7 @@ function Dm(e) { (e.languages.factor = r); })(e); } -function Pm(e) { +function Dm(e) { !(function (e) { e.languages.false = { comment: { pattern: /\{[^}]*\}/ }, @@ -27282,8 +27281,8 @@ function Pm(e) { }; })(e); } -function Fm(e) { - e.register(ad), +function Pm(e) { + e.register(od), (e.languages["firestore-security-rules"] = e.languages.extend("clike", { comment: /\/\/.*/, keyword: @@ -27313,8 +27312,8 @@ function Fm(e) { }, }); } -function Um(e) { - e.register(vd), +function Fm(e) { + e.register(fd), (function (e) { (e.languages.flow = e.languages.extend("javascript", {})), e.languages.insertBefore("flow", "keyword", { @@ -27347,7 +27346,7 @@ function Um(e) { ); })(e); } -function Gm(e) { +function Um(e) { e.languages.fortran = { "quoted-number": { pattern: /[BOZ](['"])[A-F0-9]+\1/i, alias: "number" }, string: { @@ -27371,8 +27370,8 @@ function Gm(e) { punctuation: /\(\/|\/\)|[(),;:&]/, }; } -function zm(e) { - e.register(Td), +function Gm(e) { + e.register(xd), (function (e) { for ( var t = @@ -27475,8 +27474,8 @@ function zm(e) { }); })(e); } -function $m(e) { - e.register(ad), +function zm(e) { + e.register(od), (e.languages.gamemakerlanguage = e.languages.gml = e.languages.extend("clike", { keyword: @@ -27491,7 +27490,7 @@ function $m(e) { /\b(?:alarm|application_surface|async_load|background_(?:alpha|blend|color|colour|foreground|height|hspeed|htiled|index|showcolor|showcolour|visible|vspeed|vtiled|width|x|xscale|y|yscale)|bbox_(?:bottom|left|right|top)|browser_(?:height|width)|caption_(?:health|lives|score)|current_(?:day|hour|minute|month|second|time|weekday|year)|cursor_sprite|debug_mode|delta_time|direction|display_aa|error_(?:last|occurred)|event_(?:action|number|object|type)|fps|fps_real|friction|game_(?:display|project|save)_(?:id|name)|gamemaker_(?:pro|registered|version)|gravity|gravity_direction|(?:h|v)speed|health|iap_data|id|image_(?:alpha|angle|blend|depth|index|number|speed|xscale|yscale)|instance_(?:count|id)|keyboard_(?:key|lastchar|lastkey|string)|layer|lives|mask_index|mouse_(?:button|lastbutton|x|y)|object_index|os_(?:browser|device|type|version)|path_(?:endaction|index|orientation|position|positionprevious|scale|speed)|persistent|phy_(?:rotation|(?:col_normal|collision|com|linear_velocity|position|speed)_(?:x|y)|angular_(?:damping|velocity)|position_(?:x|y)previous|speed|linear_damping|bullet|fixed_rotation|active|mass|inertia|dynamic|kinematic|sleeping|collision_points)|pointer_(?:invalid|null)|room|room_(?:caption|first|height|last|persistent|speed|width)|score|secure_mode|show_(?:health|lives|score)|solid|speed|sprite_(?:height|index|width|xoffset|yoffset)|temp_directory|timeline_(?:index|loop|position|running|speed)|transition_(?:color|kind|steps)|undefined|view_(?:angle|current|enabled|(?:h|v)(?:border|speed)|(?:h|w|x|y)port|(?:h|w|x|y)view|object|surface_id|visible)|visible|webgl_enabled|working_directory|(?:x|y)(?:previous|start)|x|y|argument(?:_relitive|_count|\d)|argument|global|local|other|self)\b/, })); } -function Wm(e) { +function $m(e) { (e.languages.gap = { shell: { pattern: /^gap>[\s\S]*?(?=^gap>|$(?![\s\S]))/m, @@ -27538,7 +27537,7 @@ function Wm(e) { }), (e.languages.gap.shell.inside.gap.inside = e.languages.gap); } -function jm(e) { +function Wm(e) { e.languages.gcode = { comment: /;.*|\B\(.*?\)\B/, string: { pattern: /"(?:""|[^"])*"/, greedy: !0 }, @@ -27548,7 +27547,7 @@ function jm(e) { punctuation: /[:*]/, }; } -function qm(e) { +function jm(e) { e.languages.gdscript = { comment: /#.*/, string: { @@ -27575,7 +27574,7 @@ function qm(e) { punctuation: /[.:,;()[\]{}]/, }; } -function Ym(e) { +function qm(e) { e.languages.gedcom = { "line-value": { pattern: @@ -27601,7 +27600,7 @@ function Ym(e) { }, }; } -function Km(e) { +function Ym(e) { (e.languages.gettext = { comment: [ { pattern: /# .*/, greedy: !0, alias: "translator-comment" }, @@ -27626,7 +27625,7 @@ function Km(e) { }), (e.languages.po = e.languages.gettext); } -function Xm(e) { +function Km(e) { !(function (e) { var t = /(?:\r?\n|\r)[ \t]*\|.+\|(?:(?!\|).)*/.source; e.languages.gherkin = { @@ -27680,7 +27679,7 @@ function Xm(e) { }; })(e); } -function Qm(e) { +function Xm(e) { e.languages.git = { comment: /^#.*/m, deleted: /^[-–].*/m, @@ -27691,14 +27690,14 @@ function Qm(e) { "commit-sha1": /^commit \w{40}$/m, }; } -function Jm(e) { - e.register(ld), +function Qm(e) { + e.register(ad), (e.languages.glsl = e.languages.extend("c", { keyword: /\b(?:active|asm|atomic_uint|attribute|[ibdu]?vec[234]|bool|break|buffer|case|cast|centroid|class|coherent|common|const|continue|d?mat[234](?:x[234])?|default|discard|do|double|else|enum|extern|external|false|filter|fixed|flat|float|for|fvec[234]|goto|half|highp|hvec[234]|[iu]?sampler2DMS(?:Array)?|[iu]?sampler2DRect|[iu]?samplerBuffer|[iu]?samplerCube|[iu]?samplerCubeArray|[iu]?sampler[123]D|[iu]?sampler[12]DArray|[iu]?image2DMS(?:Array)?|[iu]?image2DRect|[iu]?imageBuffer|[iu]?imageCube|[iu]?imageCubeArray|[iu]?image[123]D|[iu]?image[12]DArray|if|in|inline|inout|input|int|interface|invariant|layout|long|lowp|mediump|namespace|noinline|noperspective|out|output|partition|patch|precise|precision|public|readonly|resource|restrict|return|sample|sampler[12]DArrayShadow|sampler[12]DShadow|sampler2DRectShadow|sampler3DRect|samplerCubeArrayShadow|samplerCubeShadow|shared|short|sizeof|smooth|static|struct|subroutine|superp|switch|template|this|true|typedef|uint|uniform|union|unsigned|using|varying|void|volatile|while|writeonly)\b/, })); } -function ep(e) { +function Jm(e) { (e.languages.gn = { comment: { pattern: /#.*/, greedy: !0 }, "string-literal": { @@ -27742,7 +27741,7 @@ function ep(e) { ].inside.interpolation.inside.expression.inside = e.languages.gn), (e.languages.gni = e.languages.gn); } -function tp(e) { +function ep(e) { (e.languages["linker-script"] = { comment: { pattern: /(^|\s)\/\*[\s\S]*?(?:$|\*\/)/, @@ -27759,7 +27758,7 @@ function tp(e) { }), (e.languages.ld = e.languages["linker-script"]); } -function np(e) { +function tp(e) { e.languages["go-mod"] = e.languages["go-module"] = { comment: { pattern: /\/\/.*/, greedy: !0 }, version: { @@ -27780,8 +27779,8 @@ function np(e) { punctuation: /[()[\],]/, }; } -function rp(e) { - e.register(ad), +function np(e) { + e.register(od), (function (e) { var t = { pattern: /((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/, @@ -27833,7 +27832,7 @@ function rp(e) { (t.inside.expression.inside = e.languages.gradle); })(e); } -function op(e) { +function rp(e) { (e.languages.graphql = { comment: /#.*/, description: { @@ -27967,8 +27966,8 @@ function op(e) { } }); } -function ap(e) { - e.register(ad), +function op(e) { + e.register(od), (function (e) { var t = { pattern: /((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/, @@ -28020,8 +28019,8 @@ function ap(e) { (t.inside.expression.inside = e.languages.groovy); })(e); } -function lp(e) { - e.register(dd), +function ap(e) { + e.register(cd), (function (e) { var t = /\([^|()\n]+\)|\[[^\]\n]+\]|\{[^}\n]+\}/.source, n = /\)|\((?![^|()\n]+\))/.source; @@ -28237,8 +28236,8 @@ function lp(e) { (s.mark = i.mark); })(e); } -function ip(e) { - e.register(_d), +function lp(e) { + e.register(Vd), (function (e) { e.languages.haml = { "multiline-comment": { @@ -28364,8 +28363,8 @@ function ip(e) { e.languages.insertBefore("haml", "filter", n); })(e); } -function Cp(e) { - e.register(Td), +function ip(e) { + e.register(xd), (function (e) { (e.languages.handlebars = { comment: /\{\{![\s\S]*?\}\}/, @@ -28403,7 +28402,7 @@ function Cp(e) { (e.languages.mustache = e.languages.handlebars); })(e); } -function sp(e) { +function Cp(e) { (e.languages.haskell = { comment: { pattern: @@ -28447,8 +28446,8 @@ function sp(e) { }), (e.languages.hs = e.languages.haskell); } -function cp(e) { - e.register(ad), +function sp(e) { + e.register(od), (e.languages.haxe = e.languages.extend("clike", { string: { pattern: /"(?:[^"\\]|\\[\s\S])*"/, greedy: !0 }, "class-name": [ @@ -28513,7 +28512,7 @@ function cp(e) { reification: { pattern: /\$(?:\w+|(?=\{))/, alias: "important" }, }); } -function dp(e) { +function cp(e) { e.languages.hcl = { comment: /(?:\/\/|#).*|\/\*[\s\S]*?(?:\*\/|$)/, heredoc: { @@ -28577,8 +28576,8 @@ function dp(e) { punctuation: /[=\[\]{}]/, }; } -function up(e) { - e.register(ld), +function dp(e) { + e.register(ad), (e.languages.hlsl = e.languages.extend("c", { "class-name": [ e.languages.c["class-name"], @@ -28593,7 +28592,7 @@ function up(e) { boolean: /\b(?:false|true)\b/, })); } -function mp(e) { +function up(e) { e.languages.hoon = { comment: { pattern: /::.*/, greedy: !0 }, string: { pattern: /"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*'/, greedy: !0 }, @@ -28604,7 +28603,7 @@ function mp(e) { /\.[\^\+\*=\?]|![><:\.=\?!]|=[>|:,\.\-\^<+;/~\*\?]|\?[>|:\.\-\^<\+&~=@!]|\|[\$_%:\.\-\^~\*=@\?]|\+[|\$\+\*]|:[_\-\^\+~\*]|%[_:\.\-\^\+~\*=]|\^[|:\.\-\+&~\*=\?]|\$[|_%:<>\-\^&~@=\?]|;[:<\+;\/~\*=]|~[>|\$_%<\+\/&=\?!]|--|==/, }; } -function pp(e) { +function mp(e) { e.languages.hpkp = { directive: { pattern: @@ -28615,7 +28614,7 @@ function pp(e) { punctuation: /;/, }; } -function gp(e) { +function pp(e) { e.languages.hsts = { directive: { pattern: /\b(?:includeSubDomains|max-age|preload)(?=[\s;=]|$)/i, @@ -28625,7 +28624,7 @@ function gp(e) { punctuation: /;/, }; } -function hp(e) { +function gp(e) { (e.languages.uri = { scheme: { pattern: /^[a-z][a-z0-9+.-]*:/im, @@ -28700,7 +28699,7 @@ function hp(e) { }), (e.languages.url = e.languages.uri); } -function fp(e) { +function hp(e) { !(function (e) { function t(e) { return RegExp("(^(?:" + e + "):[ \t]*(?![ \t]))[^]+", "i"); @@ -28808,7 +28807,7 @@ function fp(e) { n && e.languages.insertBefore("http", "header", n); })(e); } -function vp(e) { +function fp(e) { e.languages.ichigojam = { comment: /(?:\B'|REM)(?:[^\n\r]*)/i, string: { pattern: /"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/, greedy: !0 }, @@ -28822,7 +28821,7 @@ function vp(e) { punctuation: /[\[,;:()\]]/, }; } -function Ep(e) { +function vp(e) { e.languages.icon = { comment: /#.*/, string: { @@ -28844,7 +28843,7 @@ function Ep(e) { punctuation: /[\[\](){},;]/, }; } -function wp(e) { +function Ep(e) { !(function (e) { function t(e, n) { return n <= 0 @@ -28961,8 +28960,8 @@ function wp(e) { ].inside.rest = e.languages["icu-message-format"]); })(e); } -function Lp(e) { - e.register(sp), +function wp(e) { + e.register(Cp), (e.languages.idris = e.languages.extend("haskell", { comment: { pattern: /(?:(?:--|\|\|\|).*$|\{-[\s\S]*?-\})/m }, keyword: @@ -28978,7 +28977,7 @@ function Lp(e) { }), (e.languages.idr = e.languages.idris); } -function bp(e) { +function Lp(e) { !(function (e) { (e.languages.ignore = { comment: /^#.*/m, @@ -28997,7 +28996,7 @@ function bp(e) { (e.languages.npmignore = e.languages.ignore); })(e); } -function Mp(e) { +function bp(e) { (e.languages.inform7 = { string: { pattern: /"[^"]*"/, @@ -29056,7 +29055,7 @@ function Mp(e) { alias: "comment", }); } -function Hp(e) { +function Mp(e) { e.languages.io = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*|#.*)/, @@ -29080,7 +29079,7 @@ function Hp(e) { punctuation: /[{}[\];(),.:]/, }; } -function yp(e) { +function Hp(e) { e.languages.j = { comment: { pattern: /\bNB\..*/, greedy: !0 }, string: { pattern: /'(?:''|[^'\r\n])*'/, greedy: !0 }, @@ -29102,7 +29101,7 @@ function yp(e) { punctuation: /[()]/, }; } -function Rp(e) { +function yp(e) { !(function (e) { var t = (e.languages.javadoclike = { parameter: { @@ -29152,8 +29151,8 @@ function Rp(e) { t.addSupport(["java", "javascript", "php"], t); })(e); } -function xp(e) { - e.register(hd), +function Rp(e) { + e.register(gd), (e.languages.scala = e.languages.extend("java", { "triple-quoted-string": { pattern: /"""[\s\S]*?"""/, @@ -29193,10 +29192,10 @@ function xp(e) { delete e.languages.scala.function, delete e.languages.scala.constant; } -function Tp(e) { - e.register(hd), - e.register(Rp), - e.register(dd), +function xp(e) { + e.register(gd), + e.register(yp), + e.register(cd), (function (e) { var t = /(^(?:[\t ]*(?:\*\s*)*))[^*\s].*$/m, n = /#\s*\w+(?:\s*\([^()]*\))?/.source, @@ -29276,7 +29275,7 @@ function Tp(e) { e.languages.javadoclike.addSupport("java", e.languages.javadoc); })(e); } -function Np(e) { +function Tp(e) { e.languages.javastacktrace = { summary: { pattern: @@ -29357,7 +29356,7 @@ function Np(e) { }, }; } -function Sp(e) { +function Np(e) { e.languages.jexl = { string: /(["'])(?:\\[\s\S]|(?!\1)[^\\])*\1/, transform: { @@ -29375,8 +29374,8 @@ function Sp(e) { punctuation: /[{}[\](),.]/, }; } -function Vp(e) { - e.register(ad), +function Sp(e) { + e.register(od), (e.languages.jolie = e.languages.extend("clike", { string: { pattern: /(^|[^\\])"(?:\\[\s\S]|[^"\\])*"/, @@ -29416,7 +29415,7 @@ function Vp(e) { }, }); } -function _p(e) { +function Vp(e) { !(function (e) { var t = /\\\((?:[^()]|\([^()]*\))*\)/.source, n = RegExp( @@ -29474,8 +29473,8 @@ function _p(e) { r.interpolation.inside.content.inside = o; })(e); } -function Ap(e) { - e.register(vd), +function _p(e) { + e.register(fd), (function (e) { var t = e.languages.javascript["template-string"], n = t.pattern.source, @@ -29626,10 +29625,10 @@ function Ap(e) { }); })(e); } -function kp(e) { - e.register(Rp), - e.register(vd), - e.register(Od), +function Ap(e) { + e.register(yp), + e.register(fd), + e.register(Bd), (function (e) { var t = e.languages.javascript, n = /\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source, @@ -29706,8 +29705,8 @@ function kp(e) { e.languages.javadoclike.addSupport("javascript", e.languages.jsdoc); })(e); } -function Ip(e) { - e.register(vd), +function kp(e) { + e.register(fd), (e.languages.n4js = e.languages.extend("javascript", { keyword: /\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/, @@ -29717,8 +29716,8 @@ function Ip(e) { }), (e.languages.n4jsd = e.languages.n4js); } -function Zp(e) { - e.register(vd), +function Ip(e) { + e.register(fd), (function (e) { function t(e, t) { return RegExp( @@ -29827,8 +29826,8 @@ function Zp(e) { } })(e); } -function Bp(e) { - e.register(Ed), +function Zp(e) { + e.register(vd), (function (e) { var t = /("|')(?:\\(?:\r\n?|\n|.)|(?!\1)[^\\\r\n])*\1/; e.languages.json5 = e.languages.extend("json", { @@ -29846,8 +29845,8 @@ function Bp(e) { }); })(e); } -function Op(e) { - e.register(Ed), +function Bp(e) { + e.register(vd), (e.languages.jsonp = e.languages.extend("json", { punctuation: /[{}[\]();,.]/, })), @@ -29856,7 +29855,7 @@ function Op(e) { /(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*\()/, }); } -function Dp(e) { +function Op(e) { e.languages.jsstacktrace = { "error-message": { pattern: /^\S.*/m, alias: "string" }, "stack-frame": { @@ -29894,7 +29893,7 @@ function Dp(e) { }, }; } -function Pp(e) { +function Dp(e) { e.languages.julia = { comment: { pattern: @@ -29923,7 +29922,7 @@ function Pp(e) { constant: /\b(?:(?:Inf|NaN)(?:16|32|64)?|im|pi)\b|[πℯ]/, }; } -function Fp(e) { +function Pp(e) { e.languages.keepalived = { comment: { pattern: /[#!].*/, greedy: !0 }, string: { @@ -29964,7 +29963,7 @@ function Fp(e) { punctuation: /[\{\}]/, }; } -function Up(e) { +function Fp(e) { e.languages.keyman = { comment: { pattern: /\bc .*/i, greedy: !0 }, string: { pattern: /"[^"\r\n]*"|'[^'\r\n]*'/, greedy: !0 }, @@ -29999,7 +29998,7 @@ function Up(e) { punctuation: /[()=,]/, }; } -function Gp(e) { +function Up(e) { !(function (e) { var t = /\s\x00-\x1f\x22-\x2f\x3a-\x3f\x5b-\x5e\x60\x7b-\x7e/.source; function n(e, n) { @@ -30071,7 +30070,7 @@ function Gp(e) { (e.languages.kum = e.languages.kumir); })(e); } -function zp(e) { +function Gp(e) { e.languages.kusto = { comment: { pattern: /\/\/.*/, greedy: !0 }, string: { @@ -30105,7 +30104,7 @@ function zp(e) { punctuation: /[()\[\]{},;.:]/, }; } -function $p(e) { +function zp(e) { !(function (e) { var t = /\\(?:[^a-z()[\]]|[a-z*]+)/i, n = { "equation-command": { pattern: t, alias: "regex" } }; @@ -30150,10 +30149,10 @@ function $p(e) { (e.languages.context = e.languages.latex); })(e); } -function Wp(e) { - e.register(ad), +function $p(e) { + e.register(od), + e.register(xd), e.register(Td), - e.register(Nd), (function (e) { e.languages.latte = { comment: /^\{\*[\s\S]*/, @@ -30208,7 +30207,7 @@ function Wp(e) { }); })(e); } -function jp(e) { +function Wp(e) { !(function (e) { e.languages.scheme = { comment: @@ -30295,8 +30294,8 @@ function jp(e) { }; })(e); } -function qp(e) { - e.register(jp), +function jp(e) { + e.register(Wp), (function (e) { for ( var t = @@ -30365,8 +30364,8 @@ function qp(e) { (e.languages.ly = r); })(e); } -function Yp(e) { - e.register(Td), +function qp(e) { + e.register(xd), (e.languages.liquid = { comment: { pattern: /(^\{%\s*comment\s*%\})[\s\S]+(?=\{%\s*endcomment\s*%\}$)/, @@ -30413,7 +30412,7 @@ function Yp(e) { e.languages["markup-templating"].tokenizePlaceholders(t, "liquid"); }); } -function Kp(e) { +function Yp(e) { !(function (e) { function t(e) { return RegExp(/(\()/.source + "(?:" + e + ")" + /(?=[\s\)])/.source); @@ -30552,7 +30551,7 @@ function Kp(e) { (e.languages["emacs-lisp"] = C); })(e); } -function Xp(e) { +function Kp(e) { (e.languages.livescript = { comment: [ { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, lookbehind: !0 }, @@ -30628,7 +30627,7 @@ function Xp(e) { "interpolated-string" ].inside.interpolation.inside.rest = e.languages.livescript); } -function Qp(e) { +function Xp(e) { !(function (e) { e.languages.llvm = { comment: /;.*/, @@ -30648,7 +30647,7 @@ function Qp(e) { }; })(e); } -function Jp(e) { +function Qp(e) { e.languages.log = { string: { pattern: /"(?:[^"\\\r\n]|\\.)*"|'(?![st] | \w)(?:[^'\\\r\n]|\\.)*'/, @@ -30754,7 +30753,7 @@ function Jp(e) { punctuation: /[\[\].,]/, }; } -function eg(e) { +function Jp(e) { e.languages.lolcode = { comment: [/\bOBTW\s[\s\S]*?\sTLDR\b/, /\bBTW.+/], string: { @@ -30798,7 +30797,7 @@ function eg(e) { punctuation: /\.{3}|…|,|!/, }; } -function tg(e) { +function eg(e) { e.languages.magma = { output: { pattern: @@ -30826,7 +30825,7 @@ function tg(e) { punctuation: /[()[\]{}<>,;.:]/, }; } -function ng(e) { +function tg(e) { !(function (e) { var t = /\b(?:(?:col|row)?vector|matrix|scalar)\b/.source, n = @@ -30872,7 +30871,7 @@ function ng(e) { }; })(e); } -function rg(e) { +function ng(e) { e.languages.matlab = { comment: [/%\{[\s\S]*?\}%/, /%.+/], string: { pattern: /\B'(?:''|[^'\r\n])*'/, greedy: !0 }, @@ -30884,7 +30883,7 @@ function rg(e) { punctuation: /\.{3}|[.,;\[\](){}!]/, }; } -function og(e) { +function rg(e) { !(function (e) { var t = /\b(?:about|and|animate|as|at|attributes|by|case|catch|collect|continue|coordsys|do|else|exit|fn|for|from|function|global|if|in|local|macroscript|mapped|max|not|of|off|on|or|parameters|persistent|plugin|rcmenu|return|rollout|set|struct|then|throw|to|tool|try|undo|utility|when|where|while|with)\b/i; @@ -30960,7 +30959,7 @@ function og(e) { }; })(e); } -function ag(e) { +function og(e) { (e.languages.mel = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?\*\//, greedy: !0 }, code: { @@ -30990,7 +30989,7 @@ function ag(e) { }), (e.languages.mel.code.inside.statement.inside = e.languages.mel); } -function lg(e) { +function ag(e) { e.languages.mermaid = { comment: { pattern: /%%.*/, greedy: !0 }, style: { @@ -31078,7 +31077,7 @@ function lg(e) { punctuation: /[(){};]/, }; } -function ig(e) { +function lg(e) { e.languages.metafont = { comment: { pattern: /%.*/, greedy: !0 }, string: { pattern: /"[^\r\n"]*"/, greedy: !0 }, @@ -31138,7 +31137,7 @@ function ig(e) { }, }; } -function Cg(e) { +function ig(e) { e.languages.mizar = { comment: /::.+/, keyword: @@ -31150,8 +31149,8 @@ function Cg(e) { punctuation: /\(#|#\)|[,:;\[\](){}]/, }; } -function sg(e) { - e.register(vd), +function Cg(e) { + e.register(fd), (function (e) { var t = [ "$eq", @@ -31444,7 +31443,7 @@ function sg(e) { }); })(e); } -function cg(e) { +function sg(e) { e.languages.monkey = { comment: { pattern: /^#Rem\s[\s\S]*?^#End|'.+/im, greedy: !0 }, string: { pattern: /"[^"\r\n]*"/, greedy: !0 }, @@ -31468,7 +31467,7 @@ function cg(e) { punctuation: /[.,:;()\[\]]/, }; } -function dg(e) { +function cg(e) { (e.languages.moonscript = { comment: /--.*/, string: [ @@ -31518,7 +31517,7 @@ function dg(e) { e.languages.moonscript), (e.languages.moon = e.languages.moonscript); } -function ug(e) { +function dg(e) { e.languages.n1ql = { comment: { pattern: /\/\*[\s\S]*?(?:$|\*\/)|--.*/, greedy: !0 }, string: { pattern: /(["'])(?:\\[\s\S]|(?!\1)[^\\]|\1\1)*\1/, greedy: !0 }, @@ -31534,7 +31533,7 @@ function ug(e) { punctuation: /[;[\](),.{}:]/, }; } -function mg(e) { +function ug(e) { e.languages["nand2tetris-hdl"] = { comment: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, keyword: /\b(?:BUILTIN|CHIP|CLOCKED|IN|OUT|PARTS)\b/, @@ -31545,7 +31544,7 @@ function mg(e) { punctuation: /[{}[\];(),:]/, }; } -function pg(e) { +function mg(e) { !(function (e) { var t = /\{[^\r\n\[\]{}]*\}/, n = { @@ -31650,7 +31649,7 @@ function pg(e) { }); })(e); } -function gg(e) { +function pg(e) { e.languages.nasm = { comment: /;.*$/m, string: /(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/, @@ -31675,7 +31674,7 @@ function gg(e) { operator: /[\[\]*+\-\/%<>=&|$!]/, }; } -function hg(e) { +function gg(e) { e.languages.neon = { comment: { pattern: /#.*/, greedy: !0 }, datetime: { @@ -31718,7 +31717,7 @@ function hg(e) { punctuation: /[,:=[\]{}()-]/, }; } -function fg(e) { +function hg(e) { e.languages.nevod = { comment: /\/\/.*|(?:\/\*[\s\S]*?(?:\*\/|$))/, string: { @@ -31808,7 +31807,7 @@ function fg(e) { name: /[a-zA-Z0-9\-.]+/, }; } -function vg(e) { +function fg(e) { !(function (e) { var t = /\$(?:\w[a-z\d]*(?:_[^\x00-\x1F\s"'\\()$]*)?|\{[^}\s"'\\]+\})/i; e.languages.nginx = { @@ -31840,7 +31839,7 @@ function vg(e) { }; })(e); } -function Eg(e) { +function vg(e) { e.languages.nim = { comment: { pattern: /#.*/, greedy: !0 }, string: { @@ -31872,7 +31871,7 @@ function Eg(e) { punctuation: /[({\[]\.|\.[)}\]]|[`(){}\[\],:]/, }; } -function wg(e) { +function Eg(e) { (e.languages.nix = { comment: { pattern: /\/\*[\s\S]*?\*\/|#.*/, greedy: !0 }, string: { @@ -31905,7 +31904,7 @@ function wg(e) { }), (e.languages.nix.string.inside.interpolation.inside = e.languages.nix); } -function Lg(e) { +function wg(e) { e.languages.nsis = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|[#;].*)/, @@ -31932,7 +31931,7 @@ function Lg(e) { }, }; } -function bg(e) { +function Lg(e) { e.languages.ocaml = { comment: { pattern: /\(\*[\s\S]*?\*\)/, greedy: !0 }, char: { @@ -31964,7 +31963,7 @@ function bg(e) { punctuation: /;;|::|[(){}\[\].,:;#]|\b_\b/, }; } -function Mg(e) { +function bg(e) { !(function (e) { var t = /\\(?:["'\\abefnrtv]|0[0-7]{2}|U[\dA-Fa-f]{6}|u[\dA-Fa-f]{4}|x[\dA-Fa-f]{2})/; @@ -32007,8 +32006,8 @@ function Mg(e) { }; })(e); } -function Hg(e) { - e.register(ld), +function Mg(e) { + e.register(ad), (function (e) { (e.languages.opencl = e.languages.extend("c", { keyword: @@ -32060,7 +32059,7 @@ function Hg(e) { e.languages.insertBefore("cpp", "keyword", t)); })(e); } -function yg(e) { +function Hg(e) { (e.languages.openqasm = { comment: /\/\*[\s\S]*?\*\/|\/\/.*/, string: { pattern: /"[^"\r\n\t]*"|'[^'\r\n\t]*'/, greedy: !0 }, @@ -32080,7 +32079,7 @@ function yg(e) { }), (e.languages.qasm = e.languages.openqasm); } -function Rg(e) { +function yg(e) { e.languages.oz = { comment: { pattern: /\/\*[\s\S]*?\*\/|%.*/, greedy: !0 }, string: { pattern: /"(?:[^"\\]|\\[\s\S])*"/, greedy: !0 }, @@ -32100,7 +32099,7 @@ function Rg(e) { punctuation: /[\[\](){}.:;?]/, }; } -function xg(e) { +function Rg(e) { var t; e.languages.parigp = { comment: /\/\*[\s\S]*?\*\/|\\\\.*/, @@ -32148,8 +32147,8 @@ function xg(e) { punctuation: /[\[\]{}().,:;|]/, }; } -function Tg(e) { - e.register(dd), +function xg(e) { + e.register(cd), (function (e) { var t = (e.languages.parser = e.languages.extend("markup", { keyword: { @@ -32221,7 +32220,7 @@ function Tg(e) { ); })(e); } -function Ng(e) { +function Tg(e) { (e.languages.pascal = { directive: { pattern: /\{\$[\s\S]*?\}/, @@ -32278,7 +32277,7 @@ function Ng(e) { })), (e.languages.objectpascal = e.languages.pascal); } -function Sg(e) { +function Ng(e) { !(function (e) { var t = /\((?:[^()]|\((?:[^()]|\([^()]*\))*\))*\)/.source, n = /(?:\b\w+(?:)?|)/.source.replace( @@ -32356,7 +32355,7 @@ function Sg(e) { }); })(e); } -function Vg(e) { +function Sg(e) { e.languages.psl = { comment: { pattern: /#.*/, greedy: !0 }, string: { @@ -32392,7 +32391,7 @@ function Vg(e) { punctuation: /[(){}\[\];,]/, }; } -function _g(e) { +function Vg(e) { (e.languages.pcaxis = { string: /"[^"]*"/, keyword: { @@ -32436,7 +32435,7 @@ function _g(e) { }), (e.languages.px = e.languages.pcaxis); } -function Ag(e) { +function _g(e) { (e.languages.peoplecode = { comment: RegExp( [ @@ -32473,9 +32472,9 @@ function Ag(e) { }), (e.languages.pcode = e.languages.peoplecode); } -function kg(e) { - e.register(Rp), - e.register(Nd), +function Ag(e) { + e.register(yp), + e.register(Td), (function (e) { var t = /(?:\b[a-zA-Z]\w*|[|\\[\]])+/.source; (e.languages.phpdoc = e.languages.extend("javadoclike", { @@ -32507,8 +32506,8 @@ function kg(e) { e.languages.javadoclike.addSupport("php", e.languages.phpdoc); })(e); } -function Ig(e) { - e.register(Nd), +function kg(e) { + e.register(Td), e.languages.insertBefore("php", "variable", { this: { pattern: /\$this\b/, alias: "keyword" }, global: @@ -32519,7 +32518,7 @@ function Ig(e) { }, }); } -function Zg(e) { +function Ig(e) { !(function (e) { var t = /\$\w+|%[a-z]+%/, n = /\[[^[\]]*\]/.source, @@ -32618,8 +32617,8 @@ function Zg(e) { (e.languages.plantuml = e.languages["plant-uml"]); })(e); } -function Bg(e) { - e.register(Zd), +function Zg(e) { + e.register(Id), (e.languages.plsql = e.languages.extend("sql", { comment: { pattern: /\/\*[\s\S]*?\*\/|--.*/, greedy: !0 }, keyword: @@ -32630,7 +32629,7 @@ function Bg(e) { label: { pattern: /<<\s*\w+\s*>>/, alias: "symbol" }, }); } -function Og(e) { +function Bg(e) { (e.languages.powerquery = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/, @@ -32678,7 +32677,7 @@ function Og(e) { (e.languages.pq = e.languages.powerquery), (e.languages.mscript = e.languages.powerquery); } -function Dg(e) { +function Og(e) { !(function (e) { var t = (e.languages.powershell = { comment: [ @@ -32716,8 +32715,8 @@ function Dg(e) { }; })(e); } -function Pg(e) { - e.register(ad), +function Dg(e) { + e.register(od), (e.languages.processing = e.languages.extend("clike", { keyword: /\b(?:break|case|catch|class|continue|default|else|extends|final|for|if|implements|import|new|null|private|public|return|static|super|switch|this|try|void|while)\b/, @@ -32732,7 +32731,7 @@ function Pg(e) { }, }); } -function Fg(e) { +function Pg(e) { e.languages.prolog = { comment: { pattern: /\/\*[\s\S]*?\*\/|%.*/, greedy: !0 }, string: { @@ -32746,7 +32745,7 @@ function Fg(e) { punctuation: /[(){}\[\],]/, }; } -function Ug(e) { +function Fg(e) { !(function (e) { var t = ["on", "ignoring", "group_right", "group_left", "by", "without"], n = [ @@ -32819,7 +32818,7 @@ function Ug(e) { }; })(e); } -function Gg(e) { +function Ug(e) { e.languages.properties = { comment: /^[ \t]*[#!].*$/m, value: { @@ -32835,8 +32834,8 @@ function Gg(e) { punctuation: /[=:]/, }; } -function zg(e) { - e.register(ad), +function Gg(e) { + e.register(od), (function (e) { var t = /\b(?:bool|bytes|double|s?fixed(?:32|64)|float|[su]?int(?:32|64)|string)\b/; @@ -32874,7 +32873,7 @@ function zg(e) { }); })(e); } -function $g(e) { +function zg(e) { !(function (e) { var t = { pattern: /(\b\d+)(?:%|[a-z]+)/, lookbehind: !0 }, n = { pattern: /(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/, lookbehind: !0 }, @@ -32980,8 +32979,8 @@ function $g(e) { }); })(e); } -function Wg(e) { - e.register(Td), +function $g(e) { + e.register(xd), (e.languages.twig = { comment: /^\{#[\s\S]*?#\}$/, "tag-name": { @@ -33020,9 +33019,9 @@ function Wg(e) { e.languages["markup-templating"].tokenizePlaceholders(t, "twig"); }); } -function jg(e) { - e.register(vd), - e.register(dd), +function Wg(e) { + e.register(fd), + e.register(cd), (function (e) { e.languages.pug = { comment: { @@ -33183,7 +33182,7 @@ function jg(e) { e.languages.insertBefore("pug", "filter", r); })(e); } -function qg(e) { +function jg(e) { !(function (e) { e.languages.puppet = { heredoc: [ @@ -33283,7 +33282,7 @@ function qg(e) { t); })(e); } -function Yg(e) { +function qg(e) { !(function (e) { e.languages.pure = { comment: [ @@ -33342,8 +33341,8 @@ function Yg(e) { )); })(e); } -function Kg(e) { - e.register(ad), +function Yg(e) { + e.register(od), (e.languages.purebasic = e.languages.extend("clike", { comment: /;.*/, keyword: @@ -33402,8 +33401,8 @@ function Kg(e) { delete e.languages.purebasic.boolean, (e.languages.pbfasm = e.languages.purebasic); } -function Xg(e) { - e.register(sp), +function Kg(e) { + e.register(Cp), (e.languages.purescript = e.languages.extend("haskell", { keyword: /\b(?:ado|case|class|data|derive|do|else|forall|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b|∀/, @@ -33423,8 +33422,8 @@ function Xg(e) { })), (e.languages.purs = e.languages.purescript); } -function Qg(e) { - e.register(ad), +function Xg(e) { + e.register(od), (function (e) { function t(e, t) { return e.replace(/<<(\d+)>>/g, function (e, n) { @@ -33510,7 +33509,7 @@ function Qg(e) { })(e), (e.languages.qs = e.languages.qsharp); } -function Jg(e) { +function Qg(e) { e.languages.q = { string: /"(?:\\.|[^"\\\r\n])*"/, comment: [ @@ -33542,8 +33541,8 @@ function Jg(e) { punctuation: /[(){}\[\];.]/, }; } -function eh(e) { - e.register(vd), +function Jg(e) { + e.register(fd), (function (e) { for ( var t = /"(?:\\.|[^\\"\r\n])*"|'(?:\\.|[^\\'\r\n])*'/.source, @@ -33618,8 +33617,8 @@ function eh(e) { }); })(e); } -function th(e) { - e.register(ad), +function eh(e) { + e.register(od), (e.languages.qore = e.languages.extend("clike", { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:\/\/|#).*)/, @@ -33640,8 +33639,8 @@ function th(e) { variable: /\$(?!\d)\w+\b/, })); } -function nh(e) { - e.register(jp), +function th(e) { + e.register(Wp), (e.languages.racket = e.languages.extend("scheme", { "lambda-parameter": { pattern: /([(\[]lambda\s+[(\[])[^()\[\]'\s]+/, @@ -33653,9 +33652,9 @@ function nh(e) { }), (e.languages.rkt = e.languages.racket); } -function rh(e) { - e.register(cd), - e.register(dd), +function nh(e) { + e.register(sd), + e.register(cd), (function (e) { var t = /\/(?![/*])|\/\/.*[\r\n]|\/\*[^*]*(?:\*(?!\/)[^*]*)*\*\//.source, n = @@ -33840,9 +33839,9 @@ function rh(e) { (e.languages.razor = e.languages.cshtml); })(e); } -function oh(e) { - e.register(vd), - e.register(dd), +function rh(e) { + e.register(fd), + e.register(cd), (function (e) { var t = e.util.clone(e.languages.javascript), n = /(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source, @@ -33959,9 +33958,9 @@ function oh(e) { }); })(e); } -function ah(e) { - e.register(oh), - e.register(Od), +function oh(e) { + e.register(rh), + e.register(Bd), (function (e) { var t = e.util.clone(e.languages.typescript); (e.languages.tsx = e.languages.extend("jsx", t)), @@ -33975,8 +33974,8 @@ function ah(e) { (n.lookbehind = !0); })(e); } -function lh(e) { - e.register(ad), +function ah(e) { + e.register(od), (e.languages.reason = e.languages.extend("clike", { string: { pattern: /"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/, greedy: !0 }, "class-name": /\b[A-Z]\w*/, @@ -33996,7 +33995,7 @@ function lh(e) { }), delete e.languages.reason.function; } -function ih(e) { +function lh(e) { e.languages.rego = { comment: /#.*/, property: { @@ -34022,7 +34021,7 @@ function ih(e) { punctuation: /[,;.\[\]{}()]/, }; } -function Ch(e) { +function ih(e) { (e.languages.renpy = { comment: { pattern: /(^|[^\\])#.+/, lookbehind: !0 }, string: { @@ -34045,7 +34044,7 @@ function Ch(e) { }), (e.languages.rpy = e.languages.renpy); } -function sh(e) { +function Ch(e) { (e.languages.rescript = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, greedy: !0 }, char: { pattern: /'(?:[^\r\n\\]|\\(?:.|\w+))'/, greedy: !0 }, @@ -34093,7 +34092,7 @@ function sh(e) { }), (e.languages.res = e.languages.rescript); } -function ch(e) { +function sh(e) { e.languages.rest = { table: [ { @@ -34266,7 +34265,7 @@ function ch(e) { }, }; } -function dh(e) { +function ch(e) { e.languages.rip = { comment: { pattern: /#.*/, greedy: !0 }, char: { pattern: /\B`[^\s`'",.:;#\/\\()<>\[\]{}]\b/, greedy: !0 }, @@ -34290,7 +34289,7 @@ function dh(e) { reference: /[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/, }; } -function uh(e) { +function dh(e) { e.languages.roboconf = { comment: /#.*/, keyword: { @@ -34310,7 +34309,7 @@ function uh(e) { punctuation: /[{},.;:=]/, }; } -function mh(e) { +function uh(e) { !(function (e) { var t = { pattern: /(^[ \t]*| {2}|\t)#.*/m, lookbehind: !0, greedy: !0 }, n = { @@ -34394,7 +34393,7 @@ function mh(e) { (e.languages.robot = e.languages.robotframework); })(e); } -function ph(e) { +function mh(e) { !(function (e) { var t = /(?:"(?:""|[^"])*"(?!")|'(?:''|[^'])*'(?!'))/.source, n = /\b(?:\d[\da-f]*x|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i, @@ -34702,8 +34701,8 @@ function ph(e) { }; })(e); } -function gh(e) { - e.register(sd), +function ph(e) { + e.register(Cd), (function (e) { var t = [ /"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source, @@ -34756,7 +34755,7 @@ function gh(e) { e.languages["shell-session"]); })(e); } -function hh(e) { +function gh(e) { e.languages.smali = { comment: /#.*/, string: { @@ -34811,7 +34810,7 @@ function hh(e) { punctuation: /[{}(),;:]/, }; } -function fh(e) { +function hh(e) { e.languages.smalltalk = { comment: { pattern: /"(?:""|[^"])*"/, greedy: !0 }, char: { pattern: /\$./, greedy: !0 }, @@ -34836,8 +34835,8 @@ function fh(e) { punctuation: /[.;:?\[\](){}]/, }; } -function vh(e) { - e.register(Td), +function fh(e) { + e.register(xd), (function (e) { (e.languages.smarty = { comment: { pattern: /^\{\*[\s\S]*?\*\}/, greedy: !0 }, @@ -34936,7 +34935,7 @@ function vh(e) { }); })(e); } -function Eh(e) { +function vh(e) { !(function (e) { var t = /\b(?:abstype|and|andalso|as|case|datatype|do|else|end|eqtype|exception|fn|fun|functor|handle|if|in|include|infix|infixr|let|local|nonfix|of|op|open|orelse|raise|rec|sharing|sig|signature|struct|structure|then|type|val|where|while|with|withtype)\b/i; @@ -34989,8 +34988,8 @@ function Eh(e) { (e.languages.smlnj = e.languages.sml); })(e); } -function wh(e) { - e.register(ad), +function Eh(e) { + e.register(od), (e.languages.solidity = e.languages.extend("clike", { "class-name": { pattern: @@ -35015,7 +35014,7 @@ function wh(e) { }), (e.languages.sol = e.languages.solidity); } -function Lh(e) { +function wh(e) { !(function (e) { var t = { pattern: /\{[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}\}/i, @@ -35050,8 +35049,8 @@ function Lh(e) { (e.languages.sln = e.languages["solution-file"]); })(e); } -function bh(e) { - e.register(Td), +function Lh(e) { + e.register(xd), (function (e) { var t = /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, n = /\b\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b|\b0x[\dA-F]+\b/; @@ -35119,7 +35118,7 @@ function bh(e) { }); })(e); } -function Mh(e) { +function bh(e) { (e.languages.turtle = { comment: { pattern: /#.*/, greedy: !0 }, "multiline-string": { @@ -35155,8 +35154,8 @@ function Mh(e) { }), (e.languages.trig = e.languages.turtle); } -function Hh(e) { - e.register(Mh), +function Mh(e) { + e.register(bh), (e.languages.sparql = e.languages.extend("turtle", { boolean: /\b(?:false|true)\b/i, variable: { pattern: /[?$]\w+/, greedy: !0 }, @@ -35170,7 +35169,7 @@ function Hh(e) { }), (e.languages.rq = e.languages.sparql); } -function yh(e) { +function Hh(e) { e.languages["splunk-spl"] = { comment: /`comment\("(?:\\.|[^\\"])*"\)`/, string: { pattern: /"(?:\\.|[^\\"])*"/, greedy: !0 }, @@ -35192,8 +35191,8 @@ function yh(e) { punctuation: /[()[\],]/, }; } -function Rh(e) { - e.register(ad), +function yh(e) { + e.register(od), (e.languages.sqf = e.languages.extend("clike", { string: { pattern: /"(?:(?:"")?[^"])*"(?!")|'(?:[^'])*'/, greedy: !0 }, keyword: @@ -35225,8 +35224,8 @@ function Rh(e) { }), delete e.languages.sqf["class-name"]; } -function xh(e) { - e.register(ad), +function Rh(e) { + e.register(od), (e.languages.squirrel = e.languages.extend("clike", { comment: [ e.languages.clike.comment[0], @@ -35260,7 +35259,7 @@ function xh(e) { lambda: { pattern: /@(?=\()/, alias: "operator" }, }); } -function Th(e) { +function xh(e) { !(function (e) { var t = /\b(?:algebra_solver|algebra_solver_newton|integrate_1d|integrate_ode|integrate_ode_bdf|integrate_ode_rk45|map_rect|ode_(?:adams|bdf|ckrk|rk45)(?:_tol)?|ode_adjoint_tol_ctl|reduce_sum|reduce_sum_static)\b/; @@ -35312,10 +35311,10 @@ function Th(e) { (e.languages.stan.constraint.inside.expression.inside = e.languages.stan); })(e); } -function Nh(e) { - e.register(hd), - e.register(ng), - e.register(Sd), +function Th(e) { + e.register(gd), + e.register(tg), + e.register(Nd), (e.languages.stata = { comment: [ { pattern: /(^[ \t]*)\*.*/m, lookbehind: !0, greedy: !0 }, @@ -35380,7 +35379,7 @@ function Nh(e) { "string-literal" ].inside.interpolation.inside.expression.inside = e.languages.stata); } -function Sh(e) { +function Nh(e) { e.languages.iecst = { comment: [ { @@ -35411,7 +35410,7 @@ function Sh(e) { punctuation: /[()[\].,;]/, }; } -function Vh(e) { +function Sh(e) { (e.languages.supercollider = { comment: { pattern: @@ -35441,7 +35440,7 @@ function Vh(e) { }), (e.languages.sclang = e.languages.supercollider); } -function _h(e) { +function Vh(e) { !(function (e) { var t = { pattern: /^[;#].*/m, greedy: !0 }, n = /"(?:[^\r\n"\\]|\\(?:[^\r]|\r\n?))*"(?!\S)/.source; @@ -35487,7 +35486,7 @@ function _h(e) { }; })(e); } -function Ah(e) { +function _h(e) { !(function (e) { function t(e, t, n) { return { @@ -35528,19 +35527,19 @@ function Ah(e) { }); })(e); } -function kh(e) { - e.register(cd), - e.register(Ah), +function Ah(e) { + e.register(sd), + e.register(_h), (e.languages.t4 = e.languages["t4-cs"] = e.languages["t4-templating"].createT4("csharp")); } -function Ih(e) { - e.register(Ah), - e.register(Pd), +function kh(e) { + e.register(_h), + e.register(Dd), (e.languages["t4-vb"] = e.languages["t4-templating"].createT4("vbnet")); } -function Zh(e) { - e.register(Hd), +function Ih(e) { + e.register(Md), (e.languages.tap = { fail: /not ok[^#{\n\r]*/, pass: /ok[^#{\n\r]*/, @@ -35559,7 +35558,7 @@ function Zh(e) { }, }); } -function Bh(e) { +function Zh(e) { e.languages.tcl = { comment: { pattern: /(^|[^\\])#.*/, lookbehind: !0 }, string: { pattern: /"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"/, greedy: !0 }, @@ -35595,9 +35594,9 @@ function Bh(e) { punctuation: /[{}()\[\]]/, }; } -function Oh(e) { - e.register(ad), - e.register(Td), +function Bh(e) { + e.register(od), + e.register(xd), (function (e) { (e.languages.tt2 = e.languages.extend("clike", { comment: /#.*|\[%#[\s\S]*?%\]/, @@ -35644,7 +35643,7 @@ function Oh(e) { }); })(e); } -function Dh(e) { +function Oh(e) { !(function (e) { var t = /(?:[\w-]+|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*")/.source; function n(e) { @@ -35692,7 +35691,7 @@ function Dh(e) { }; })(e); } -function Ph(e) { +function Dh(e) { !(function (e) { e.languages.tremor = { comment: { @@ -35753,7 +35752,7 @@ function Ph(e) { (e.languages.trickle = e.languages.tremor); })(e); } -function Fh(e) { +function Ph(e) { !(function (e) { var t = /\b(?:ACT|ACTIFSUB|CARRAY|CASE|CLEARGIF|COA|COA_INT|CONSTANTS|CONTENT|CUR|EDITPANEL|EFFECT|EXT|FILE|FLUIDTEMPLATE|FORM|FRAME|FRAMESET|GIFBUILDER|GMENU|GMENU_FOLDOUT|GMENU_LAYERS|GP|HMENU|HRULER|HTML|IENV|IFSUB|IMAGE|IMGMENU|IMGMENUITEM|IMGTEXT|IMG_RESOURCE|INCLUDE_TYPOSCRIPT|JSMENU|JSMENUITEM|LLL|LOAD_REGISTER|NO|PAGE|RECORDS|RESTORE_REGISTER|TEMPLATE|TEXT|TMENU|TMENUITEM|TMENU_LAYERS|USER|USER_INT|_GIFBUILDER|global|globalString|globalVar)\b/; @@ -35803,7 +35802,7 @@ function Fh(e) { (e.languages.tsconfig = e.languages.typoscript); })(e); } -function Uh(e) { +function Fh(e) { (e.languages.unrealscript = { comment: /\/\/.*|\/\*[\s\S]*?\*\//, string: { @@ -35844,7 +35843,7 @@ function Uh(e) { }), (e.languages.uc = e.languages.uscript = e.languages.unrealscript); } -function Gh(e) { +function Uh(e) { e.languages.uorazor = { "comment-hash": { pattern: /#.*/, alias: "comment", greedy: !0 }, "comment-slash": { pattern: /\/\/.*/, alias: "comment", greedy: !0 }, @@ -35882,8 +35881,8 @@ function Gh(e) { punctuation: /[()\[\]{}:.,]/, }; } -function zh(e) { - e.register(ad), +function Gh(e) { + e.register(od), (function (e) { var t = { pattern: /[\s\S]+/, inside: null }; (e.languages.v = e.languages.extend("clike", { @@ -35954,8 +35953,8 @@ function zh(e) { }); })(e); } -function $h(e) { - e.register(ad), +function zh(e) { + e.register(od), (e.languages.vala = e.languages.extend("clike", { "class-name": [ { @@ -36025,8 +36024,8 @@ function $h(e) { }, }); } -function Wh(e) { - e.register(dd), +function $h(e) { + e.register(cd), (function (e) { e.languages.velocity = e.languages.extend("markup", {}); var t = { @@ -36089,7 +36088,7 @@ function Wh(e) { e.languages.velocity); })(e); } -function jh(e) { +function Wh(e) { e.languages.verilog = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?\*\//, greedy: !0 }, string: { pattern: /"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/, greedy: !0 }, @@ -36105,7 +36104,7 @@ function jh(e) { punctuation: /[[\];(),.:]/, }; } -function qh(e) { +function jh(e) { e.languages.vhdl = { comment: /--.+/, "vhdl-vectors": { @@ -36125,7 +36124,7 @@ function qh(e) { punctuation: /[{}[\];(),.:]/, }; } -function Yh(e) { +function qh(e) { e.languages.vim = { string: /"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\r\n]|'')*'/, comment: /".*/, @@ -36140,7 +36139,7 @@ function Yh(e) { punctuation: /[{}[\](),;:]/, }; } -function Kh(e) { +function Yh(e) { (e.languages["visual-basic"] = { comment: { pattern: /(?:['‘’]|REM\b)(?:[^\r\n_]|_(?:\r\n?|\n)?)*/i, @@ -36169,7 +36168,7 @@ function Kh(e) { (e.languages.vb = e.languages["visual-basic"]), (e.languages.vba = e.languages["visual-basic"]); } -function Xh(e) { +function Kh(e) { e.languages.warpscript = { comment: /#.*|\/\/.*|\/\*[\s\S]*?\*\//, string: { @@ -36189,7 +36188,7 @@ function Xh(e) { /==|&&?|\|\|?|\*\*?|>>>?|<<|[<>!~]=?|[-/%^]|\+!?|\b(?:AND|NOT|OR)\b/, }; } -function Qh(e) { +function Xh(e) { e.languages.wasm = { comment: [/\(;[\s\S]*?;\)/, { pattern: /;;.*/, greedy: !0 }], string: { pattern: /"(?:\\[\s\S]|[^"\\])*"/, greedy: !0 }, @@ -36208,7 +36207,7 @@ function Qh(e) { punctuation: /[()]/, }; } -function Jh(e) { +function Qh(e) { !(function (e) { var t = /(?:\B-|\b_|\b)[A-Za-z][\w-]*(?![\w-])/.source, n = @@ -36302,7 +36301,7 @@ function Jh(e) { e.languages.webidl = e.languages["web-idl"]; })(e); } -function ef(e) { +function Jh(e) { e.languages.wgsl = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, greedy: !0 }, "builtin-attribute": { @@ -36363,8 +36362,8 @@ function ef(e) { punctuation: /[@(){}[\],;<>:.]/, }; } -function tf(e) { - e.register(dd), +function ef(e) { + e.register(cd), (e.languages.wiki = e.languages.extend("markup", { "block-comment": { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, @@ -36418,7 +36417,7 @@ function tf(e) { }, }); } -function nf(e) { +function tf(e) { (e.languages.wolfram = { comment: /\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/, string: { pattern: /"(?:\\.|[^"\\\r\n])*"/, greedy: !0 }, @@ -36438,7 +36437,7 @@ function nf(e) { (e.languages.wl = e.languages.wolfram), (e.languages.nb = e.languages.wolfram); } -function rf(e) { +function nf(e) { (e.languages.wren = { comment: [ { @@ -36496,8 +36495,8 @@ function rf(e) { }, }); } -function of(e) { - e.register(dd), +function rf(e) { + e.register(cd), (function (e) { (e.languages.xeora = e.languages.extend("markup", { constant: { @@ -36578,8 +36577,8 @@ function of(e) { (e.languages.xeoracube = e.languages.xeora); })(e); } -function af(e) { - e.register(dd), +function of(e) { + e.register(cd), (function (e) { function t(t, n) { e.languages[t] && @@ -36601,7 +36600,7 @@ function af(e) { t("csharp", r), t("fsharp", r), t("vbnet", o); })(e); } -function lf(e) { +function af(e) { e.languages.xojo = { comment: { pattern: /(?:'|\/\/|Rem\b).+/i, greedy: !0 }, string: { pattern: /"(?:""|[^"])*"/, greedy: !0 }, @@ -36617,8 +36616,8 @@ function lf(e) { punctuation: /[.,;:()]/, }; } -function Cf(e) { - e.register(dd), +function lf(e) { + e.register(cd), (function (e) { (e.languages.xquery = e.languages.extend("markup", { "xquery-comment": { @@ -36746,7 +36745,7 @@ function Cf(e) { }); })(e); } -function sf(e) { +function Cf(e) { e.languages.yang = { comment: /\/\*[\s\S]*?\*\/|\/\/.*/, string: { pattern: /"(?:[^\\"]|\\.)*"|'[^']*'/, greedy: !0 }, @@ -36757,7 +36756,7 @@ function sf(e) { punctuation: /[{};:]/, }; } -function cf(e) { +function sf(e) { !(function (e) { function t(e) { return function () { @@ -36846,15 +36845,15 @@ function cf(e) { }); })(e); } -function df() { - df = function (e, t) { +function cf() { + cf = function (e, t) { return new n(e, void 0, t); }; var e = RegExp.prototype, t = new WeakMap(); function n(e, r, o) { var a = new RegExp(e, r); - return t.set(a, o || t.get(e)), uf(a, n.prototype); + return t.set(a, o || t.get(e)), df(a, n.prototype); } function r(e, n) { var r = t.get(n); @@ -36878,7 +36877,7 @@ function df() { constructor: { value: e, writable: !0, configurable: !0 }, })), Object.defineProperty(e, "prototype", { writable: !1 }), - t && uf(e, t); + t && df(e, t); })(n, RegExp), (n.prototype.exec = function (t) { var n = e.exec.call(this, t); @@ -36914,25 +36913,25 @@ function df() { } return e[Symbol.replace].call(this, n, o); }), - df.apply(this, arguments) + cf.apply(this, arguments) ); } -function uf(e, t) { +function df(e, t) { return ( - (uf = Object.setPrototypeOf + (df = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (e, t) { return (e.__proto__ = t), e; }), - uf(e, t) + df(e, t) ); } -function mf(e, t) { +function uf(e, t) { (null == t || t > e.length) && (t = e.length); for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]; return r; } -function pf(e, t) { +function mf(e, t) { var n = ("undefined" != typeof Symbol && e[Symbol.iterator]) || e["@@iterator"]; if (n) return (n = n.call(e)).next.bind(n); @@ -36940,7 +36939,7 @@ function pf(e, t) { Array.isArray(e) || (n = (function (e, t) { if (e) { - if ("string" == typeof e) return mf(e, t); + if ("string" == typeof e) return uf(e, t); var n = Object.prototype.toString.call(e).slice(8, -1); return ( "Object" === n && e.constructor && (n = e.constructor.name), @@ -36948,7 +36947,7 @@ function pf(e, t) { ? Array.from(e) : "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) - ? mf(e, t) + ? uf(e, t) : void 0 ); } @@ -36965,7 +36964,7 @@ function pf(e, t) { "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.", ); } -(vu.highlight = function (e, t) { +(fu.highlight = function (e, t) { if ("string" != typeof e) throw new TypeError("Expected `string` for `value`, got `" + e + "`"); let n, r; @@ -36973,48 +36972,48 @@ function pf(e, t) { else { if (((r = t), "string" != typeof r)) throw new TypeError("Expected `string` for `name`, got `" + r + "`"); - if (!hu.call(vu.languages, r)) + if (!gu.call(fu.languages, r)) throw new Error("Unknown language: `" + r + "` is not registered"); - n = vu.languages[r]; + n = fu.languages[r]; } - return { type: "root", children: gu.highlight.call(vu, e, n, r) }; + return { type: "root", children: pu.highlight.call(fu, e, n, r) }; }), - (vu.register = function (e) { + (fu.register = function (e) { if ("function" != typeof e || !e.displayName) throw new Error("Expected `function` for `syntax`, got `" + e + "`"); - hu.call(vu.languages, e.displayName) || e(vu); + gu.call(fu.languages, e.displayName) || e(fu); }), - (vu.alias = function (e, t) { - const n = vu.languages; + (fu.alias = function (e, t) { + const n = fu.languages; let r, o = {}; "string" == typeof e ? t && (o[e] = t) : (o = e); for (r in o) - if (hu.call(o, r)) { + if (gu.call(o, r)) { const e = o[r], t = "string" == typeof e ? [e] : e; let a = -1; for (; ++a < t.length; ) n[t[a]] = n[r]; } }), - (vu.registered = function (e) { + (fu.registered = function (e) { if ("string" != typeof e) throw new TypeError( "Expected `string` for `aliasOrLanguage`, got `" + e + "`", ); - return hu.call(vu.languages, e); + return gu.call(fu.languages, e); }), - (vu.listLanguages = function () { - const e = vu.languages, + (fu.listLanguages = function () { + const e = fu.languages, t = []; let n; - for (n in e) hu.call(e, n) && "object" == typeof e[n] && t.push(n); + for (n in e) gu.call(e, n) && "object" == typeof e[n] && t.push(n); return t; }), - (vu.util.encode = function (e) { + (fu.util.encode = function (e) { return e; }), - (vu.Token.stringify = function e(t, n) { + (fu.Token.stringify = function e(t, n) { if ("string" == typeof t) return { type: "text", value: t }; if (Array.isArray(t)) { const r = []; @@ -37034,874 +37033,874 @@ function pf(e, t) { t.alias && r.classes.push(...("string" == typeof t.alias ? [t.alias] : t.alias)); return ( - vu.hooks.run("wrap", r), - jd( + fu.hooks.run("wrap", r), + Wd( r.tag + "." + r.classes.join("."), (function (e) { let t; - for (t in e) hu.call(e, t) && (e[t] = ou(e[t])); + for (t in e) gu.call(e, t) && (e[t] = ru(e[t])); return e; })(r.attributes), r.content, ) ); }), - vu.register(ad), - vu.register(ld), - vu.register(id), - vu.register(Cd), - vu.register(sd), - vu.register(cd), - vu.register(dd), - vu.register(ud), - vu.register(md), - vu.register(pd), - vu.register(gd), - vu.register(hd), - vu.register(fd), - vu.register(vd), - vu.register(Ed), - vu.register(wd), - vu.register(Ld), - vu.register(bd), - vu.register(Md), - vu.register(Hd), - vu.register(yd), - vu.register(Rd), - vu.register(xd), - vu.register(Td), - vu.register(Nd), - vu.register(Sd), - vu.register(Vd), - vu.register(_d), - vu.register(Ad), - vu.register(kd), - vu.register(Id), - vu.register(Zd), - vu.register(Bd), - vu.register(Od), - vu.register(Dd), - vu.register(Pd), - (Eu.displayName = "abap"), + fu.register(od), + fu.register(ad), + fu.register(ld), + fu.register(id), + fu.register(Cd), + fu.register(sd), + fu.register(cd), + fu.register(dd), + fu.register(ud), + fu.register(md), + fu.register(pd), + fu.register(gd), + fu.register(hd), + fu.register(fd), + fu.register(vd), + fu.register(Ed), + fu.register(wd), + fu.register(Ld), + fu.register(bd), + fu.register(Md), + fu.register(Hd), + fu.register(yd), + fu.register(Rd), + fu.register(xd), + fu.register(Td), + fu.register(Nd), + fu.register(Sd), + fu.register(Vd), + fu.register(_d), + fu.register(Ad), + fu.register(kd), + fu.register(Id), + fu.register(Zd), + fu.register(Bd), + fu.register(Od), + fu.register(Dd), + (vu.displayName = "abap"), + (vu.aliases = []), + (Eu.displayName = "abnf"), (Eu.aliases = []), - (wu.displayName = "abnf"), + (wu.displayName = "actionscript"), (wu.aliases = []), - (Lu.displayName = "actionscript"), + (Lu.displayName = "ada"), (Lu.aliases = []), - (bu.displayName = "ada"), + (bu.displayName = "agda"), (bu.aliases = []), - (Mu.displayName = "agda"), + (Mu.displayName = "al"), (Mu.aliases = []), - (Hu.displayName = "al"), - (Hu.aliases = []), - (yu.displayName = "antlr4"), - (yu.aliases = ["g4"]), - (Ru.displayName = "apacheconf"), + (Hu.displayName = "antlr4"), + (Hu.aliases = ["g4"]), + (yu.displayName = "apacheconf"), + (yu.aliases = []), + (Ru.displayName = "apex"), (Ru.aliases = []), - (xu.displayName = "apex"), + (xu.displayName = "apl"), (xu.aliases = []), - (Tu.displayName = "apl"), + (Tu.displayName = "applescript"), (Tu.aliases = []), - (Nu.displayName = "applescript"), + (Nu.displayName = "aql"), (Nu.aliases = []), - (Su.displayName = "aql"), + (Su.displayName = "arff"), (Su.aliases = []), - (Vu.displayName = "arff"), - (Vu.aliases = []), - (_u.displayName = "armasm"), - (_u.aliases = ["arm-asm"]), - (Au.displayName = "arturo"), - (Au.aliases = ["art"]), - (ku.displayName = "asciidoc"), - (ku.aliases = ["adoc"]), - (Iu.displayName = "aspnet"), + (Vu.displayName = "armasm"), + (Vu.aliases = ["arm-asm"]), + (_u.displayName = "arturo"), + (_u.aliases = ["art"]), + (Au.displayName = "asciidoc"), + (Au.aliases = ["adoc"]), + (ku.displayName = "aspnet"), + (ku.aliases = []), + (Iu.displayName = "asm6502"), (Iu.aliases = []), - (Zu.displayName = "asm6502"), + (Zu.displayName = "asmatmel"), (Zu.aliases = []), - (Bu.displayName = "asmatmel"), + (Bu.displayName = "autohotkey"), (Bu.aliases = []), - (Ou.displayName = "autohotkey"), + (Ou.displayName = "autoit"), (Ou.aliases = []), - (Du.displayName = "autoit"), - (Du.aliases = []), - (Pu.displayName = "avisynth"), - (Pu.aliases = ["avs"]), - (Fu.displayName = "avro-idl"), - (Fu.aliases = ["avdl"]), - (Uu.displayName = "awk"), - (Uu.aliases = ["gawk"]), - (Gu.displayName = "batch"), - (Gu.aliases = []), - (zu.displayName = "bbcode"), - (zu.aliases = ["shortcode"]), - ($u.displayName = "bbj"), + (Du.displayName = "avisynth"), + (Du.aliases = ["avs"]), + (Pu.displayName = "avro-idl"), + (Pu.aliases = ["avdl"]), + (Fu.displayName = "awk"), + (Fu.aliases = ["gawk"]), + (Uu.displayName = "batch"), + (Uu.aliases = []), + (Gu.displayName = "bbcode"), + (Gu.aliases = ["shortcode"]), + (zu.displayName = "bbj"), + (zu.aliases = []), + ($u.displayName = "bicep"), ($u.aliases = []), - (Wu.displayName = "bicep"), + (Wu.displayName = "birb"), (Wu.aliases = []), - (ju.displayName = "birb"), + (ju.displayName = "bison"), (ju.aliases = []), - (qu.displayName = "bison"), - (qu.aliases = []), - (Yu.displayName = "bnf"), - (Yu.aliases = ["rbnf"]), - (Ku.displayName = "bqn"), + (qu.displayName = "bnf"), + (qu.aliases = ["rbnf"]), + (Yu.displayName = "bqn"), + (Yu.aliases = []), + (Ku.displayName = "brainfuck"), (Ku.aliases = []), - (Xu.displayName = "brainfuck"), + (Xu.displayName = "brightscript"), (Xu.aliases = []), - (Qu.displayName = "brightscript"), + (Qu.displayName = "bro"), (Qu.aliases = []), - (Ju.displayName = "bro"), - (Ju.aliases = []), - (em.displayName = "bsl"), - (em.aliases = ["oscript"]), - (tm.displayName = "cfscript"), - (tm.aliases = ["cfc"]), - (nm.displayName = "chaiscript"), + (Ju.displayName = "bsl"), + (Ju.aliases = ["oscript"]), + (em.displayName = "cfscript"), + (em.aliases = ["cfc"]), + (tm.displayName = "chaiscript"), + (tm.aliases = []), + (nm.displayName = "cil"), (nm.aliases = []), - (rm.displayName = "cil"), - (rm.aliases = []), - (om.displayName = "cilkc"), - (om.aliases = ["cilk-c"]), - (am.displayName = "cilkcpp"), - (am.aliases = ["cilk", "cilk-cpp"]), - (lm.displayName = "clojure"), + (rm.displayName = "cilkc"), + (rm.aliases = ["cilk-c"]), + (om.displayName = "cilkcpp"), + (om.aliases = ["cilk", "cilk-cpp"]), + (am.displayName = "clojure"), + (am.aliases = []), + (lm.displayName = "cmake"), (lm.aliases = []), - (im.displayName = "cmake"), + (im.displayName = "cobol"), (im.aliases = []), - (Cm.displayName = "cobol"), - (Cm.aliases = []), - (sm.displayName = "coffeescript"), - (sm.aliases = ["coffee"]), - (cm.displayName = "concurnas"), - (cm.aliases = ["conc"]), - (dm.displayName = "csp"), + (Cm.displayName = "coffeescript"), + (Cm.aliases = ["coffee"]), + (sm.displayName = "concurnas"), + (sm.aliases = ["conc"]), + (cm.displayName = "csp"), + (cm.aliases = []), + (dm.displayName = "cooklang"), (dm.aliases = []), - (um.displayName = "cooklang"), + (um.displayName = "coq"), (um.aliases = []), - (mm.displayName = "coq"), + (mm.displayName = "crystal"), (mm.aliases = []), - (pm.displayName = "crystal"), + (pm.displayName = "css-extras"), (pm.aliases = []), - (gm.displayName = "css-extras"), + (gm.displayName = "csv"), (gm.aliases = []), - (hm.displayName = "csv"), + (hm.displayName = "cue"), (hm.aliases = []), - (fm.displayName = "cue"), + (fm.displayName = "cypher"), (fm.aliases = []), - (vm.displayName = "cypher"), + (vm.displayName = "d"), (vm.aliases = []), - (Em.displayName = "d"), + (Em.displayName = "dart"), (Em.aliases = []), - (wm.displayName = "dart"), + (wm.displayName = "dataweave"), (wm.aliases = []), - (Lm.displayName = "dataweave"), + (Lm.displayName = "dax"), (Lm.aliases = []), - (bm.displayName = "dax"), + (bm.displayName = "dhall"), (bm.aliases = []), - (Mm.displayName = "dhall"), - (Mm.aliases = []), - (Hm.displayName = "django"), - (Hm.aliases = ["jinja2"]), - (ym.displayName = "dns-zone-file"), - (ym.aliases = ["dns-zone"]), - (Rm.displayName = "docker"), - (Rm.aliases = ["dockerfile"]), - (xm.displayName = "dot"), - (xm.aliases = ["gv"]), - (Tm.displayName = "ebnf"), + (Mm.displayName = "django"), + (Mm.aliases = ["jinja2"]), + (Hm.displayName = "dns-zone-file"), + (Hm.aliases = ["dns-zone"]), + (ym.displayName = "docker"), + (ym.aliases = ["dockerfile"]), + (Rm.displayName = "dot"), + (Rm.aliases = ["gv"]), + (xm.displayName = "ebnf"), + (xm.aliases = []), + (Tm.displayName = "editorconfig"), (Tm.aliases = []), - (Nm.displayName = "editorconfig"), + (Nm.displayName = "eiffel"), (Nm.aliases = []), - (Sm.displayName = "eiffel"), - (Sm.aliases = []), - (Vm.displayName = "ejs"), - (Vm.aliases = ["eta"]), - (_m.displayName = "elixir"), + (Sm.displayName = "ejs"), + (Sm.aliases = ["eta"]), + (Vm.displayName = "elixir"), + (Vm.aliases = []), + (_m.displayName = "elm"), (_m.aliases = []), - (Am.displayName = "elm"), + (Am.displayName = "etlua"), (Am.aliases = []), - (km.displayName = "etlua"), + (km.displayName = "erb"), (km.aliases = []), - (Im.displayName = "erb"), + (Im.displayName = "erlang"), (Im.aliases = []), - (Zm.displayName = "erlang"), - (Zm.aliases = []), - (Bm.displayName = "excel-formula"), - (Bm.aliases = ["xls", "xlsx"]), - (Om.displayName = "fsharp"), + (Zm.displayName = "excel-formula"), + (Zm.aliases = ["xls", "xlsx"]), + (Bm.displayName = "fsharp"), + (Bm.aliases = []), + (Om.displayName = "factor"), (Om.aliases = []), - (Dm.displayName = "factor"), + (Dm.displayName = "false"), (Dm.aliases = []), - (Pm.displayName = "false"), + (Pm.displayName = "firestore-security-rules"), (Pm.aliases = []), - (Fm.displayName = "firestore-security-rules"), + (Fm.displayName = "flow"), (Fm.aliases = []), - (Um.displayName = "flow"), + (Um.displayName = "fortran"), (Um.aliases = []), - (Gm.displayName = "fortran"), + (Gm.displayName = "ftl"), (Gm.aliases = []), - (zm.displayName = "ftl"), - (zm.aliases = []), - ($m.displayName = "gml"), - ($m.aliases = ["gamemakerlanguage"]), - (Wm.displayName = "gap"), + (zm.displayName = "gml"), + (zm.aliases = ["gamemakerlanguage"]), + ($m.displayName = "gap"), + ($m.aliases = []), + (Wm.displayName = "gcode"), (Wm.aliases = []), - (jm.displayName = "gcode"), + (jm.displayName = "gdscript"), (jm.aliases = []), - (qm.displayName = "gdscript"), + (qm.displayName = "gedcom"), (qm.aliases = []), - (Ym.displayName = "gedcom"), - (Ym.aliases = []), - (Km.displayName = "gettext"), - (Km.aliases = ["po"]), - (Xm.displayName = "gherkin"), + (Ym.displayName = "gettext"), + (Ym.aliases = ["po"]), + (Km.displayName = "gherkin"), + (Km.aliases = []), + (Xm.displayName = "git"), (Xm.aliases = []), - (Qm.displayName = "git"), + (Qm.displayName = "glsl"), (Qm.aliases = []), - (Jm.displayName = "glsl"), - (Jm.aliases = []), - (ep.displayName = "gn"), - (ep.aliases = ["gni"]), - (tp.displayName = "linker-script"), - (tp.aliases = ["ld"]), - (np.displayName = "go-module"), - (np.aliases = ["go-mod"]), - (rp.displayName = "gradle"), + (Jm.displayName = "gn"), + (Jm.aliases = ["gni"]), + (ep.displayName = "linker-script"), + (ep.aliases = ["ld"]), + (tp.displayName = "go-module"), + (tp.aliases = ["go-mod"]), + (np.displayName = "gradle"), + (np.aliases = []), + (rp.displayName = "graphql"), (rp.aliases = []), - (op.displayName = "graphql"), + (op.displayName = "groovy"), (op.aliases = []), - (ap.displayName = "groovy"), + (ap.displayName = "textile"), (ap.aliases = []), - (lp.displayName = "textile"), + (lp.displayName = "haml"), (lp.aliases = []), - (ip.displayName = "haml"), - (ip.aliases = []), - (Cp.displayName = "handlebars"), - (Cp.aliases = ["hbs", "mustache"]), - (sp.displayName = "haskell"), - (sp.aliases = ["hs"]), - (cp.displayName = "haxe"), + (ip.displayName = "handlebars"), + (ip.aliases = ["hbs", "mustache"]), + (Cp.displayName = "haskell"), + (Cp.aliases = ["hs"]), + (sp.displayName = "haxe"), + (sp.aliases = []), + (cp.displayName = "hcl"), (cp.aliases = []), - (dp.displayName = "hcl"), + (dp.displayName = "hlsl"), (dp.aliases = []), - (up.displayName = "hlsl"), + (up.displayName = "hoon"), (up.aliases = []), - (mp.displayName = "hoon"), + (mp.displayName = "hpkp"), (mp.aliases = []), - (pp.displayName = "hpkp"), + (pp.displayName = "hsts"), (pp.aliases = []), - (gp.displayName = "hsts"), - (gp.aliases = []), - (hp.displayName = "uri"), - (hp.aliases = ["url"]), - (fp.displayName = "http"), + (gp.displayName = "uri"), + (gp.aliases = ["url"]), + (hp.displayName = "http"), + (hp.aliases = []), + (fp.displayName = "ichigojam"), (fp.aliases = []), - (vp.displayName = "ichigojam"), + (vp.displayName = "icon"), (vp.aliases = []), - (Ep.displayName = "icon"), + (Ep.displayName = "icu-message-format"), (Ep.aliases = []), - (wp.displayName = "icu-message-format"), - (wp.aliases = []), - (Lp.displayName = "idris"), - (Lp.aliases = ["idr"]), - (bp.displayName = "ignore"), - (bp.aliases = ["gitignore", "hgignore", "npmignore"]), - (Mp.displayName = "inform7"), + (wp.displayName = "idris"), + (wp.aliases = ["idr"]), + (Lp.displayName = "ignore"), + (Lp.aliases = ["gitignore", "hgignore", "npmignore"]), + (bp.displayName = "inform7"), + (bp.aliases = []), + (Mp.displayName = "io"), (Mp.aliases = []), - (Hp.displayName = "io"), + (Hp.displayName = "j"), (Hp.aliases = []), - (yp.displayName = "j"), + (yp.displayName = "javadoclike"), (yp.aliases = []), - (Rp.displayName = "javadoclike"), + (Rp.displayName = "scala"), (Rp.aliases = []), - (xp.displayName = "scala"), + (xp.displayName = "javadoc"), (xp.aliases = []), - (Tp.displayName = "javadoc"), + (Tp.displayName = "javastacktrace"), (Tp.aliases = []), - (Np.displayName = "javastacktrace"), + (Np.displayName = "jexl"), (Np.aliases = []), - (Sp.displayName = "jexl"), + (Sp.displayName = "jolie"), (Sp.aliases = []), - (Vp.displayName = "jolie"), + (Vp.displayName = "jq"), (Vp.aliases = []), - (_p.displayName = "jq"), + (_p.displayName = "js-templates"), (_p.aliases = []), - (Ap.displayName = "js-templates"), + (Ap.displayName = "jsdoc"), (Ap.aliases = []), - (kp.displayName = "jsdoc"), - (kp.aliases = []), - (Ip.displayName = "n4js"), - (Ip.aliases = ["n4jsd"]), - (Zp.displayName = "js-extras"), + (kp.displayName = "n4js"), + (kp.aliases = ["n4jsd"]), + (Ip.displayName = "js-extras"), + (Ip.aliases = []), + (Zp.displayName = "json5"), (Zp.aliases = []), - (Bp.displayName = "json5"), + (Bp.displayName = "jsonp"), (Bp.aliases = []), - (Op.displayName = "jsonp"), + (Op.displayName = "jsstacktrace"), (Op.aliases = []), - (Dp.displayName = "jsstacktrace"), + (Dp.displayName = "julia"), (Dp.aliases = []), - (Pp.displayName = "julia"), + (Pp.displayName = "keepalived"), (Pp.aliases = []), - (Fp.displayName = "keepalived"), + (Fp.displayName = "keyman"), (Fp.aliases = []), - (Up.displayName = "keyman"), - (Up.aliases = []), - (Gp.displayName = "kumir"), - (Gp.aliases = ["kum"]), - (zp.displayName = "kusto"), - (zp.aliases = []), - ($p.displayName = "latex"), - ($p.aliases = ["context", "tex"]), - (Wp.displayName = "latte"), + (Up.displayName = "kumir"), + (Up.aliases = ["kum"]), + (Gp.displayName = "kusto"), + (Gp.aliases = []), + (zp.displayName = "latex"), + (zp.aliases = ["context", "tex"]), + ($p.displayName = "latte"), + ($p.aliases = []), + (Wp.displayName = "scheme"), (Wp.aliases = []), - (jp.displayName = "scheme"), - (jp.aliases = []), - (qp.displayName = "lilypond"), - (qp.aliases = ["ly"]), - (Yp.displayName = "liquid"), - (Yp.aliases = []), - (Kp.displayName = "lisp"), - (Kp.aliases = ["elisp", "emacs", "emacs-lisp"]), - (Xp.displayName = "livescript"), + (jp.displayName = "lilypond"), + (jp.aliases = ["ly"]), + (qp.displayName = "liquid"), + (qp.aliases = []), + (Yp.displayName = "lisp"), + (Yp.aliases = ["elisp", "emacs", "emacs-lisp"]), + (Kp.displayName = "livescript"), + (Kp.aliases = []), + (Xp.displayName = "llvm"), (Xp.aliases = []), - (Qp.displayName = "llvm"), + (Qp.displayName = "log"), (Qp.aliases = []), - (Jp.displayName = "log"), + (Jp.displayName = "lolcode"), (Jp.aliases = []), - (eg.displayName = "lolcode"), + (eg.displayName = "magma"), (eg.aliases = []), - (tg.displayName = "magma"), + (tg.displayName = "mata"), (tg.aliases = []), - (ng.displayName = "mata"), + (ng.displayName = "matlab"), (ng.aliases = []), - (rg.displayName = "matlab"), + (rg.displayName = "maxscript"), (rg.aliases = []), - (og.displayName = "maxscript"), + (og.displayName = "mel"), (og.aliases = []), - (ag.displayName = "mel"), + (ag.displayName = "mermaid"), (ag.aliases = []), - (lg.displayName = "mermaid"), + (lg.displayName = "metafont"), (lg.aliases = []), - (ig.displayName = "metafont"), + (ig.displayName = "mizar"), (ig.aliases = []), - (Cg.displayName = "mizar"), + (Cg.displayName = "mongodb"), (Cg.aliases = []), - (sg.displayName = "mongodb"), + (sg.displayName = "monkey"), (sg.aliases = []), - (cg.displayName = "monkey"), - (cg.aliases = []), - (dg.displayName = "moonscript"), - (dg.aliases = ["moon"]), - (ug.displayName = "n1ql"), + (cg.displayName = "moonscript"), + (cg.aliases = ["moon"]), + (dg.displayName = "n1ql"), + (dg.aliases = []), + (ug.displayName = "nand2tetris-hdl"), (ug.aliases = []), - (mg.displayName = "nand2tetris-hdl"), - (mg.aliases = []), - (pg.displayName = "naniscript"), - (pg.aliases = ["nani"]), - (gg.displayName = "nasm"), + (mg.displayName = "naniscript"), + (mg.aliases = ["nani"]), + (pg.displayName = "nasm"), + (pg.aliases = []), + (gg.displayName = "neon"), (gg.aliases = []), - (hg.displayName = "neon"), + (hg.displayName = "nevod"), (hg.aliases = []), - (fg.displayName = "nevod"), + (fg.displayName = "nginx"), (fg.aliases = []), - (vg.displayName = "nginx"), + (vg.displayName = "nim"), (vg.aliases = []), - (Eg.displayName = "nim"), + (Eg.displayName = "nix"), (Eg.aliases = []), - (wg.displayName = "nix"), + (wg.displayName = "nsis"), (wg.aliases = []), - (Lg.displayName = "nsis"), + (Lg.displayName = "ocaml"), (Lg.aliases = []), - (bg.displayName = "ocaml"), + (bg.displayName = "odin"), (bg.aliases = []), - (Mg.displayName = "odin"), + (Mg.displayName = "opencl"), (Mg.aliases = []), - (Hg.displayName = "opencl"), - (Hg.aliases = []), - (yg.displayName = "openqasm"), - (yg.aliases = ["qasm"]), - (Rg.displayName = "oz"), + (Hg.displayName = "openqasm"), + (Hg.aliases = ["qasm"]), + (yg.displayName = "oz"), + (yg.aliases = []), + (Rg.displayName = "parigp"), (Rg.aliases = []), - (xg.displayName = "parigp"), + (xg.displayName = "parser"), (xg.aliases = []), - (Tg.displayName = "parser"), - (Tg.aliases = []), - (Ng.displayName = "pascal"), - (Ng.aliases = ["objectpascal"]), - (Sg.displayName = "pascaligo"), + (Tg.displayName = "pascal"), + (Tg.aliases = ["objectpascal"]), + (Ng.displayName = "pascaligo"), + (Ng.aliases = []), + (Sg.displayName = "psl"), (Sg.aliases = []), - (Vg.displayName = "psl"), - (Vg.aliases = []), - (_g.displayName = "pcaxis"), - (_g.aliases = ["px"]), - (Ag.displayName = "peoplecode"), - (Ag.aliases = ["pcode"]), - (kg.displayName = "phpdoc"), + (Vg.displayName = "pcaxis"), + (Vg.aliases = ["px"]), + (_g.displayName = "peoplecode"), + (_g.aliases = ["pcode"]), + (Ag.displayName = "phpdoc"), + (Ag.aliases = []), + (kg.displayName = "php-extras"), (kg.aliases = []), - (Ig.displayName = "php-extras"), - (Ig.aliases = []), - (Zg.displayName = "plant-uml"), - (Zg.aliases = ["plantuml"]), - (Bg.displayName = "plsql"), - (Bg.aliases = []), - (Og.displayName = "powerquery"), - (Og.aliases = ["mscript", "pq"]), - (Dg.displayName = "powershell"), + (Ig.displayName = "plant-uml"), + (Ig.aliases = ["plantuml"]), + (Zg.displayName = "plsql"), + (Zg.aliases = []), + (Bg.displayName = "powerquery"), + (Bg.aliases = ["mscript", "pq"]), + (Og.displayName = "powershell"), + (Og.aliases = []), + (Dg.displayName = "processing"), (Dg.aliases = []), - (Pg.displayName = "processing"), + (Pg.displayName = "prolog"), (Pg.aliases = []), - (Fg.displayName = "prolog"), + (Fg.displayName = "promql"), (Fg.aliases = []), - (Ug.displayName = "promql"), + (Ug.displayName = "properties"), (Ug.aliases = []), - (Gg.displayName = "properties"), + (Gg.displayName = "protobuf"), (Gg.aliases = []), - (zg.displayName = "protobuf"), + (zg.displayName = "stylus"), (zg.aliases = []), - ($g.displayName = "stylus"), + ($g.displayName = "twig"), ($g.aliases = []), - (Wg.displayName = "twig"), + (Wg.displayName = "pug"), (Wg.aliases = []), - (jg.displayName = "pug"), + (jg.displayName = "puppet"), (jg.aliases = []), - (qg.displayName = "puppet"), + (qg.displayName = "pure"), (qg.aliases = []), - (Yg.displayName = "pure"), - (Yg.aliases = []), - (Kg.displayName = "purebasic"), - (Kg.aliases = ["pbfasm"]), - (Xg.displayName = "purescript"), - (Xg.aliases = ["purs"]), - (Qg.displayName = "qsharp"), - (Qg.aliases = ["qs"]), - (Jg.displayName = "q"), + (Yg.displayName = "purebasic"), + (Yg.aliases = ["pbfasm"]), + (Kg.displayName = "purescript"), + (Kg.aliases = ["purs"]), + (Xg.displayName = "qsharp"), + (Xg.aliases = ["qs"]), + (Qg.displayName = "q"), + (Qg.aliases = []), + (Jg.displayName = "qml"), (Jg.aliases = []), - (eh.displayName = "qml"), + (eh.displayName = "qore"), (eh.aliases = []), - (th.displayName = "qore"), - (th.aliases = []), - (nh.displayName = "racket"), - (nh.aliases = ["rkt"]), - (rh.displayName = "cshtml"), - (rh.aliases = ["razor"]), - (oh.displayName = "jsx"), + (th.displayName = "racket"), + (th.aliases = ["rkt"]), + (nh.displayName = "cshtml"), + (nh.aliases = ["razor"]), + (rh.displayName = "jsx"), + (rh.aliases = []), + (oh.displayName = "tsx"), (oh.aliases = []), - (ah.displayName = "tsx"), + (ah.displayName = "reason"), (ah.aliases = []), - (lh.displayName = "reason"), + (lh.displayName = "rego"), (lh.aliases = []), - (ih.displayName = "rego"), - (ih.aliases = []), - (Ch.displayName = "renpy"), - (Ch.aliases = ["rpy"]), - (sh.displayName = "rescript"), - (sh.aliases = ["res"]), - (ch.displayName = "rest"), + (ih.displayName = "renpy"), + (ih.aliases = ["rpy"]), + (Ch.displayName = "rescript"), + (Ch.aliases = ["res"]), + (sh.displayName = "rest"), + (sh.aliases = []), + (ch.displayName = "rip"), (ch.aliases = []), - (dh.displayName = "rip"), + (dh.displayName = "roboconf"), (dh.aliases = []), - (uh.displayName = "roboconf"), - (uh.aliases = []), - (mh.displayName = "robotframework"), - (mh.aliases = ["robot"]), - (ph.displayName = "sas"), - (ph.aliases = []), - (gh.displayName = "shell-session"), - (gh.aliases = ["sh-session", "shellsession"]), - (hh.displayName = "smali"), + (uh.displayName = "robotframework"), + (uh.aliases = ["robot"]), + (mh.displayName = "sas"), + (mh.aliases = []), + (ph.displayName = "shell-session"), + (ph.aliases = ["sh-session", "shellsession"]), + (gh.displayName = "smali"), + (gh.aliases = []), + (hh.displayName = "smalltalk"), (hh.aliases = []), - (fh.displayName = "smalltalk"), + (fh.displayName = "smarty"), (fh.aliases = []), - (vh.displayName = "smarty"), - (vh.aliases = []), - (Eh.displayName = "sml"), - (Eh.aliases = ["smlnj"]), - (wh.displayName = "solidity"), - (wh.aliases = ["sol"]), - (Lh.displayName = "solution-file"), - (Lh.aliases = ["sln"]), - (bh.displayName = "soy"), - (bh.aliases = []), - (Mh.displayName = "turtle"), - (Mh.aliases = ["trig"]), - (Hh.displayName = "sparql"), - (Hh.aliases = ["rq"]), - (yh.displayName = "splunk-spl"), + (vh.displayName = "sml"), + (vh.aliases = ["smlnj"]), + (Eh.displayName = "solidity"), + (Eh.aliases = ["sol"]), + (wh.displayName = "solution-file"), + (wh.aliases = ["sln"]), + (Lh.displayName = "soy"), + (Lh.aliases = []), + (bh.displayName = "turtle"), + (bh.aliases = ["trig"]), + (Mh.displayName = "sparql"), + (Mh.aliases = ["rq"]), + (Hh.displayName = "splunk-spl"), + (Hh.aliases = []), + (yh.displayName = "sqf"), (yh.aliases = []), - (Rh.displayName = "sqf"), + (Rh.displayName = "squirrel"), (Rh.aliases = []), - (xh.displayName = "squirrel"), + (xh.displayName = "stan"), (xh.aliases = []), - (Th.displayName = "stan"), + (Th.displayName = "stata"), (Th.aliases = []), - (Nh.displayName = "stata"), + (Nh.displayName = "iecst"), (Nh.aliases = []), - (Sh.displayName = "iecst"), - (Sh.aliases = []), - (Vh.displayName = "supercollider"), - (Vh.aliases = ["sclang"]), - (_h.displayName = "systemd"), + (Sh.displayName = "supercollider"), + (Sh.aliases = ["sclang"]), + (Vh.displayName = "systemd"), + (Vh.aliases = []), + (_h.displayName = "t4-templating"), (_h.aliases = []), - (Ah.displayName = "t4-templating"), - (Ah.aliases = []), - (kh.displayName = "t4-cs"), - (kh.aliases = ["t4"]), - (Ih.displayName = "t4-vb"), + (Ah.displayName = "t4-cs"), + (Ah.aliases = ["t4"]), + (kh.displayName = "t4-vb"), + (kh.aliases = []), + (Ih.displayName = "tap"), (Ih.aliases = []), - (Zh.displayName = "tap"), + (Zh.displayName = "tcl"), (Zh.aliases = []), - (Bh.displayName = "tcl"), + (Bh.displayName = "tt2"), (Bh.aliases = []), - (Oh.displayName = "tt2"), + (Oh.displayName = "toml"), (Oh.aliases = []), - (Dh.displayName = "toml"), - (Dh.aliases = []), - (Ph.displayName = "tremor"), - (Ph.aliases = ["trickle", "troy"]), - (Fh.displayName = "typoscript"), - (Fh.aliases = ["tsconfig"]), - (Uh.displayName = "unrealscript"), - (Uh.aliases = ["uc", "uscript"]), - (Gh.displayName = "uorazor"), + (Dh.displayName = "tremor"), + (Dh.aliases = ["trickle", "troy"]), + (Ph.displayName = "typoscript"), + (Ph.aliases = ["tsconfig"]), + (Fh.displayName = "unrealscript"), + (Fh.aliases = ["uc", "uscript"]), + (Uh.displayName = "uorazor"), + (Uh.aliases = []), + (Gh.displayName = "v"), (Gh.aliases = []), - (zh.displayName = "v"), + (zh.displayName = "vala"), (zh.aliases = []), - ($h.displayName = "vala"), + ($h.displayName = "velocity"), ($h.aliases = []), - (Wh.displayName = "velocity"), + (Wh.displayName = "verilog"), (Wh.aliases = []), - (jh.displayName = "verilog"), + (jh.displayName = "vhdl"), (jh.aliases = []), - (qh.displayName = "vhdl"), + (qh.displayName = "vim"), (qh.aliases = []), - (Yh.displayName = "vim"), - (Yh.aliases = []), - (Kh.displayName = "visual-basic"), - (Kh.aliases = ["vb", "vba"]), - (Xh.displayName = "warpscript"), + (Yh.displayName = "visual-basic"), + (Yh.aliases = ["vb", "vba"]), + (Kh.displayName = "warpscript"), + (Kh.aliases = []), + (Xh.displayName = "wasm"), (Xh.aliases = []), - (Qh.displayName = "wasm"), - (Qh.aliases = []), - (Jh.displayName = "web-idl"), - (Jh.aliases = ["webidl"]), - (ef.displayName = "wgsl"), + (Qh.displayName = "web-idl"), + (Qh.aliases = ["webidl"]), + (Jh.displayName = "wgsl"), + (Jh.aliases = []), + (ef.displayName = "wiki"), (ef.aliases = []), - (tf.displayName = "wiki"), - (tf.aliases = []), - (nf.displayName = "wolfram"), - (nf.aliases = ["mathematica", "nb", "wl"]), - (rf.displayName = "wren"), - (rf.aliases = []), - (of.displayName = "xeora"), - (of.aliases = ["xeoracube"]), - (af.displayName = "xml-doc"), + (tf.displayName = "wolfram"), + (tf.aliases = ["mathematica", "nb", "wl"]), + (nf.displayName = "wren"), + (nf.aliases = []), + (rf.displayName = "xeora"), + (rf.aliases = ["xeoracube"]), + (of.displayName = "xml-doc"), + (of.aliases = []), + (af.displayName = "xojo"), (af.aliases = []), - (lf.displayName = "xojo"), + (lf.displayName = "xquery"), (lf.aliases = []), - (Cf.displayName = "xquery"), + (Cf.displayName = "yang"), (Cf.aliases = []), - (sf.displayName = "yang"), + (sf.displayName = "zig"), (sf.aliases = []), - (cf.displayName = "zig"), - (cf.aliases = []), - vu.register(dd), - vu.register(ud), - vu.register(ad), - vu.register(fd), - vu.register(vd), - vu.register(Eu), - vu.register(wu), - vu.register(Lu), - vu.register(bu), - vu.register(Mu), - vu.register(Hu), - vu.register(yu), - vu.register(Ru), - vu.register(Zd), - vu.register(xu), - vu.register(Tu), - vu.register(Nu), - vu.register(Su), - vu.register(ld), - vu.register(id), - vu.register(Cd), - vu.register(Vu), - vu.register(_u), - vu.register(sd), - vu.register(Hd), - vu.register(yd), - vu.register(Au), - vu.register(ku), - vu.register(cd), - vu.register(Iu), - vu.register(Zu), - vu.register(Bu), - vu.register(Ou), - vu.register(Du), - vu.register(Pu), - vu.register(Fu), - vu.register(Uu), - vu.register(Dd), - vu.register(Gu), - vu.register(zu), - vu.register($u), - vu.register(Wu), - vu.register(ju), - vu.register(qu), - vu.register(Yu), - vu.register(Ku), - vu.register(Xu), - vu.register(Qu), - vu.register(Ju), - vu.register(em), - vu.register(tm), - vu.register(nm), - vu.register(rm), - vu.register(om), - vu.register(am), - vu.register(lm), - vu.register(im), - vu.register(Cm), - vu.register(sm), - vu.register(cm), - vu.register(dm), - vu.register(um), - vu.register(mm), - vu.register(_d), - vu.register(pm), - vu.register(gm), - vu.register(hm), - vu.register(fm), - vu.register(vm), - vu.register(Em), - vu.register(wm), - vu.register(Lm), - vu.register(bm), - vu.register(Mm), - vu.register(md), - vu.register(Td), - vu.register(Hm), - vu.register(ym), - vu.register(Rm), - vu.register(xm), - vu.register(Tm), - vu.register(Nm), - vu.register(Sm), - vu.register(Vm), - vu.register(_m), - vu.register(Am), - vu.register(bd), - vu.register(km), - vu.register(Im), - vu.register(Zm), - vu.register(Bm), - vu.register(Om), - vu.register(Dm), - vu.register(Pm), - vu.register(Fm), - vu.register(Um), - vu.register(Gm), - vu.register(zm), - vu.register($m), - vu.register(Wm), - vu.register(jm), - vu.register(qm), - vu.register(Ym), - vu.register(Km), - vu.register(Xm), - vu.register(Qm), - vu.register(Jm), - vu.register(ep), - vu.register(tp), - vu.register(pd), - vu.register(np), - vu.register(rp), - vu.register(op), - vu.register(ap), - vu.register(Ld), - vu.register(Id), - vu.register(lp), - vu.register(ip), - vu.register(Cp), - vu.register(sp), - vu.register(cp), - vu.register(dp), - vu.register(up), - vu.register(mp), - vu.register(pp), - vu.register(gp), - vu.register(Ed), - vu.register(hp), - vu.register(fp), - vu.register(vp), - vu.register(Ep), - vu.register(wp), - vu.register(Lp), - vu.register(bp), - vu.register(Mp), - vu.register(gd), - vu.register(Hp), - vu.register(yp), - vu.register(hd), - vu.register(Nd), - vu.register(Rp), - vu.register(xp), - vu.register(Tp), - vu.register(Np), - vu.register(Sp), - vu.register(Vp), - vu.register(_p), - vu.register(Ap), - vu.register(Od), - vu.register(kp), - vu.register(Ip), - vu.register(Zp), - vu.register(Bp), - vu.register(Op), - vu.register(Dp), - vu.register(Pp), - vu.register(Fp), - vu.register(Up), - vu.register(wd), - vu.register(Gp), - vu.register(zp), - vu.register($p), - vu.register(Wp), - vu.register(jp), - vu.register(qp), - vu.register(Yp), - vu.register(Kp), - vu.register(Xp), - vu.register(Qp), - vu.register(Jp), - vu.register(eg), - vu.register(tg), - vu.register(Md), - vu.register(ng), - vu.register(rg), - vu.register(og), - vu.register(ag), - vu.register(lg), - vu.register(ig), - vu.register(Cg), - vu.register(sg), - vu.register(cg), - vu.register(dg), - vu.register(ug), - vu.register(mg), - vu.register(pg), - vu.register(gg), - vu.register(hg), - vu.register(fg), - vu.register(vg), - vu.register(Eg), - vu.register(wg), - vu.register(Lg), - vu.register(Rd), - vu.register(bg), - vu.register(Mg), - vu.register(Hg), - vu.register(yg), - vu.register(Rg), - vu.register(xg), - vu.register(Tg), - vu.register(Ng), - vu.register(Sg), - vu.register(Vg), - vu.register(_g), - vu.register(Ag), - vu.register(xd), - vu.register(kg), - vu.register(Ig), - vu.register(Zg), - vu.register(Bg), - vu.register(Og), - vu.register(Dg), - vu.register(Pg), - vu.register(Fg), - vu.register(Ug), - vu.register(Gg), - vu.register(zg), - vu.register($g), - vu.register(Wg), - vu.register(jg), - vu.register(qg), - vu.register(Yg), - vu.register(Kg), - vu.register(Xg), - vu.register(Sd), - vu.register(Qg), - vu.register(Jg), - vu.register(eh), - vu.register(th), - vu.register(Vd), - vu.register(nh), - vu.register(rh), - vu.register(oh), - vu.register(ah); -vu.register(lh), - vu.register(ih), - vu.register(Ch), - vu.register(sh), - vu.register(ch), - vu.register(dh), - vu.register(uh), - vu.register(mh), - vu.register(Ad), - vu.register(ph), - vu.register(kd), - vu.register(gh), - vu.register(hh), - vu.register(fh), - vu.register(vh), - vu.register(Eh), - vu.register(wh), - vu.register(Lh), - vu.register(bh), - vu.register(Mh), - vu.register(Hh), - vu.register(yh), - vu.register(Rh), - vu.register(xh), - vu.register(Th), - vu.register(Nh), - vu.register(Sh), - vu.register(Vh), - vu.register(Bd), - vu.register(_h), - vu.register(Ah), - vu.register(kh), - vu.register(Pd), - vu.register(Ih), - vu.register(Zh), - vu.register(Bh), - vu.register(Oh), - vu.register(Dh), - vu.register(Ph), - vu.register(Fh), - vu.register(Uh), - vu.register(Gh), - vu.register(zh), - vu.register($h), - vu.register(Wh), - vu.register(jh), - vu.register(qh), - vu.register(Yh), - vu.register(Kh), - vu.register(Xh), - vu.register(Qh), - vu.register(Jh), - vu.register(ef), - vu.register(tf), - vu.register(nf), - vu.register(rf), - vu.register(of), - vu.register(af), - vu.register(lf), - vu.register(Cf), - vu.register(sf), - vu.register(cf); -var gf = (function (e) { + fu.register(cd), + fu.register(dd), + fu.register(od), + fu.register(hd), + fu.register(fd), + fu.register(vu), + fu.register(Eu), + fu.register(wu), + fu.register(Lu), + fu.register(bu), + fu.register(Mu), + fu.register(Hu), + fu.register(yu), + fu.register(Id), + fu.register(Ru), + fu.register(xu), + fu.register(Tu), + fu.register(Nu), + fu.register(ad), + fu.register(ld), + fu.register(id), + fu.register(Su), + fu.register(Vu), + fu.register(Cd), + fu.register(Md), + fu.register(Hd), + fu.register(_u), + fu.register(Au), + fu.register(sd), + fu.register(ku), + fu.register(Iu), + fu.register(Zu), + fu.register(Bu), + fu.register(Ou), + fu.register(Du), + fu.register(Pu), + fu.register(Fu), + fu.register(Od), + fu.register(Uu), + fu.register(Gu), + fu.register(zu), + fu.register($u), + fu.register(Wu), + fu.register(ju), + fu.register(qu), + fu.register(Yu), + fu.register(Ku), + fu.register(Xu), + fu.register(Qu), + fu.register(Ju), + fu.register(em), + fu.register(tm), + fu.register(nm), + fu.register(rm), + fu.register(om), + fu.register(am), + fu.register(lm), + fu.register(im), + fu.register(Cm), + fu.register(sm), + fu.register(cm), + fu.register(dm), + fu.register(um), + fu.register(Vd), + fu.register(mm), + fu.register(pm), + fu.register(gm), + fu.register(hm), + fu.register(fm), + fu.register(vm), + fu.register(Em), + fu.register(wm), + fu.register(Lm), + fu.register(bm), + fu.register(ud), + fu.register(xd), + fu.register(Mm), + fu.register(Hm), + fu.register(ym), + fu.register(Rm), + fu.register(xm), + fu.register(Tm), + fu.register(Nm), + fu.register(Sm), + fu.register(Vm), + fu.register(_m), + fu.register(Ld), + fu.register(Am), + fu.register(km), + fu.register(Im), + fu.register(Zm), + fu.register(Bm), + fu.register(Om), + fu.register(Dm), + fu.register(Pm), + fu.register(Fm), + fu.register(Um), + fu.register(Gm), + fu.register(zm), + fu.register($m), + fu.register(Wm), + fu.register(jm), + fu.register(qm), + fu.register(Ym), + fu.register(Km), + fu.register(Xm), + fu.register(Qm), + fu.register(Jm), + fu.register(ep), + fu.register(md), + fu.register(tp), + fu.register(np), + fu.register(rp), + fu.register(op), + fu.register(wd), + fu.register(kd), + fu.register(ap), + fu.register(lp), + fu.register(ip), + fu.register(Cp), + fu.register(sp), + fu.register(cp), + fu.register(dp), + fu.register(up), + fu.register(mp), + fu.register(pp), + fu.register(vd), + fu.register(gp), + fu.register(hp), + fu.register(fp), + fu.register(vp), + fu.register(Ep), + fu.register(wp), + fu.register(Lp), + fu.register(bp), + fu.register(pd), + fu.register(Mp), + fu.register(Hp), + fu.register(gd), + fu.register(Td), + fu.register(yp), + fu.register(Rp), + fu.register(xp), + fu.register(Tp), + fu.register(Np), + fu.register(Sp), + fu.register(Vp), + fu.register(_p), + fu.register(Bd), + fu.register(Ap), + fu.register(kp), + fu.register(Ip), + fu.register(Zp), + fu.register(Bp), + fu.register(Op), + fu.register(Dp), + fu.register(Pp), + fu.register(Fp), + fu.register(Ed), + fu.register(Up), + fu.register(Gp), + fu.register(zp), + fu.register($p), + fu.register(Wp), + fu.register(jp), + fu.register(qp), + fu.register(Yp), + fu.register(Kp), + fu.register(Xp), + fu.register(Qp), + fu.register(Jp), + fu.register(eg), + fu.register(bd), + fu.register(tg), + fu.register(ng), + fu.register(rg), + fu.register(og), + fu.register(ag), + fu.register(lg), + fu.register(ig), + fu.register(Cg), + fu.register(sg), + fu.register(cg), + fu.register(dg), + fu.register(ug), + fu.register(mg), + fu.register(pg), + fu.register(gg), + fu.register(hg), + fu.register(fg), + fu.register(vg), + fu.register(Eg), + fu.register(wg), + fu.register(yd), + fu.register(Lg), + fu.register(bg), + fu.register(Mg), + fu.register(Hg), + fu.register(yg), + fu.register(Rg), + fu.register(xg), + fu.register(Tg), + fu.register(Ng), + fu.register(Sg), + fu.register(Vg), + fu.register(_g), + fu.register(Rd), + fu.register(Ag), + fu.register(kg), + fu.register(Ig), + fu.register(Zg), + fu.register(Bg), + fu.register(Og), + fu.register(Dg), + fu.register(Pg), + fu.register(Fg), + fu.register(Ug), + fu.register(Gg), + fu.register(zg), + fu.register($g), + fu.register(Wg), + fu.register(jg), + fu.register(qg), + fu.register(Yg), + fu.register(Kg), + fu.register(Nd), + fu.register(Xg), + fu.register(Qg), + fu.register(Jg), + fu.register(eh), + fu.register(Sd), + fu.register(th), + fu.register(nh), + fu.register(rh), + fu.register(oh); +fu.register(ah), + fu.register(lh), + fu.register(ih), + fu.register(Ch), + fu.register(sh), + fu.register(ch), + fu.register(dh), + fu.register(uh), + fu.register(_d), + fu.register(mh), + fu.register(Ad), + fu.register(ph), + fu.register(gh), + fu.register(hh), + fu.register(fh), + fu.register(vh), + fu.register(Eh), + fu.register(wh), + fu.register(Lh), + fu.register(bh), + fu.register(Mh), + fu.register(Hh), + fu.register(yh), + fu.register(Rh), + fu.register(xh), + fu.register(Th), + fu.register(Nh), + fu.register(Sh), + fu.register(Zd), + fu.register(Vh), + fu.register(_h), + fu.register(Ah), + fu.register(Dd), + fu.register(kh), + fu.register(Ih), + fu.register(Zh), + fu.register(Bh), + fu.register(Oh), + fu.register(Dh), + fu.register(Ph), + fu.register(Fh), + fu.register(Uh), + fu.register(Gh), + fu.register(zh), + fu.register($h), + fu.register(Wh), + fu.register(jh), + fu.register(qh), + fu.register(Yh), + fu.register(Kh), + fu.register(Xh), + fu.register(Qh), + fu.register(Jh), + fu.register(ef), + fu.register(tf), + fu.register(nf), + fu.register(rf), + fu.register(of), + fu.register(af), + fu.register(lf), + fu.register(Cf), + fu.register(sf); +var pf = (function (e) { return function (t) { return ( void 0 === t && (t = {}), @@ -37916,7 +37915,7 @@ var gf = (function (e) { function (e) { var t; (t = n), - Yc(e, "element", function (e, n) { + qc(e, "element", function (e, n) { const r = n[n.length - 1]; return t(e, r ? r.children.indexOf(e) : null, r); }); @@ -37938,7 +37937,7 @@ var gf = (function (e) { var C, s, c = (function (e) { - for (var t, n = pf(e.properties.className); !(t = n()).done; ) { + for (var t, n = mf(e.properties.className); !(t = n()).done; ) { var r = t.value; if ("language-" === r.slice(0, 9)) return r.slice(9).toLowerCase(); @@ -37958,7 +37957,7 @@ var gf = (function (e) { var d, u; (u = null != (d = c) && d.includes("diff-") ? c.split("-")[1] : c), - (C = e.highlight(Kc(n), u)), + (C = e.highlight(Yc(n), u)), (o.properties.className = (o.properties.className || []).concat( "language-" + u, )); @@ -37982,7 +37981,7 @@ var gf = (function (e) { t.push(n); else for ( - var a, l = r.split("\n"), i = pf(l.entries()); + var a, l = r.split("\n"), i = mf(l.entries()); !(a = i()).done; ) { @@ -38043,7 +38042,7 @@ var gf = (function (e) { .join(); if (t.test(n)) { var r = t.exec(n)[1], - o = od(r); + o = rd(r); return function (e) { return o.includes(e + 1); }; @@ -38053,7 +38052,7 @@ var gf = (function (e) { }; })(i), g = (function (e) { - var t = df(/showLineNumbers=(\d+)/i, { lines: 1 }); + var t = cf(/showLineNumbers=(\d+)/i, { lines: 1 }); if (t.test(e)) { var n = t.exec(e); return Number(n.groups.lines); @@ -38082,29 +38081,29 @@ var gf = (function (e) { o = r[0], a = r[1]; a.properties.className = ["code-line"]; - var l = (function (e, t, n) { - const r = Jc(t), - o = + var l = (function (e, t) { + const n = Qc(t), + r = t && "object" == typeof t && ("cascade" in t) ? t.cascade : void 0, - a = null == o || o; - return (function e(t, n, o) { + o = null == r || r; + return (function e(t, r, a) { const l = []; - if (!r(t, n, o)) return null; + if (!n(t, r, a)) return null; if (t.children) { let n = -1; for (; ++n < t.children.length; ) { const r = e(t.children[n], n, t); r && l.push(r); } - if (a && t.children.length > 0 && 0 === l.length) + if (o && t.children.length > 0 && 0 === l.length) return null; } const i = {}; let C; for (C in t) - nd.call(t, C) && (i[C] = "children" === C ? l : t[C]); + td.call(t, C) && (i[C] = "children" === C ? l : t[C]); return i; })(e); })(C, function (e) { @@ -38123,35 +38122,35 @@ var gf = (function (e) { a.properties.className.push("line-number")), p(o) && a.properties.className.push("highlight-line"), ("diff" === c || (null != (e = c) && e.includes("diff-"))) && - "-" === Kc(a).substring(0, 1) + "-" === Yc(a).substring(0, 1) ? a.properties.className.push("deleted") : ("diff" === c || (null != (n = c) && n.includes("diff-"))) && - "+" === Kc(a).substring(0, 1) && + "+" === Yc(a).substring(0, 1) && a.properties.className.push("inserted"); }, - E = pf(h.entries()); + E = mf(h.entries()); !(m = E()).done; ) v(); - h.length > 0 && "" === Kc(h[h.length - 1]).trim() && h.pop(), + h.length > 0 && "" === Yc(h[h.length - 1]).trim() && h.pop(), (n.children = h); } } }; - })(vu), - hf = ["rehypePlugins"], - ff = t.forwardRef((e, t) => { - var { rehypePlugins: n = [[gf, { ignoreMissing: !0 }]] } = e, - r = la(e, hf); - return Gc.jsx($c, aa({}, r, { rehypePlugins: n, ref: t })); + })(fu), + gf = ["rehypePlugins"], + hf = t.forwardRef((e, t) => { + var { rehypePlugins: n = [[pf, { ignoreMissing: !0 }]] } = e, + r = aa(e, gf); + return Uc.jsx(zc, oa({}, r, { rehypePlugins: n, ref: t })); }); -const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ +const ff = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ "& .editorContainer": { maxHeight: t, overflow: "auto", - border: `${sn(e, "borderColor", un.borderColor)} 1px solid`, + border: `${Cn(e, "borderColor", dn.borderColor)} 1px solid`, borderTopLeftRadius: 4, borderTopRightRadius: 4, }, @@ -38164,43 +38163,43 @@ const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ "& .mds-editor": { "&.w-tc-editor": { fontSize: 12, - backgroundColor: sn(e, "codeEditor.backgroundColor", un.white), - color: sn(e, "codeEditor.textColor", un.fontColor), + backgroundColor: Cn(e, "codeEditor.backgroundColor", dn.white), + color: Cn(e, "codeEditor.textColor", dn.fontColor), fontFamily: "ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace", minHeight: t || "initial", '& code[class*="language-"] .token.cdata,\n & pre[class*="language-"] .token.cdata,\n & code[class*="language-"] .token.comment,\n & pre[class*="language-"] .token.comment,\n & code[class*="language-"] .token.doctype,\n & pre[class*="language-"] .token.doctype,\n & code[class*="language-"] .token.prolog,\n & pre[class*="language-"] .token.prolog': - { color: sn(e, "codeEditor.comment", cn.codeEditorComment) }, + { color: Cn(e, "codeEditor.comment", sn.codeEditorComment) }, '& code[class*="language-"] .token.punctuation,\n& pre[class*="language-"] .token.punctuation': { - color: sn( + color: Cn( e, "codeEditor.sublimelinterGutterMark", - cn.codeEditorSublimelinterGutterMark, + sn.codeEditorSublimelinterGutterMark, ), }, '& code[class*="language-"] .namespace,\n& pre[class*="language-"] .namespace': { opacity: 0.7 }, '& code[class*="language-"] .token.boolean,\n& pre[class*="language-"] .token.boolean,\n& code[class*="language-"] .token.constant,\n& pre[class*="language-"] .token.constant,\n& code[class*="language-"] .token.deleted,\n& pre[class*="language-"] .token.deleted,\n& code[class*="language-"] .token.number,\n& pre[class*="language-"] .token.number,\n& code[class*="language-"] .token.symbol,\n& pre[class*="language-"] .token.symbol': - { color: sn(e, "codeEditor.entityTag", cn.codeEditorEntityTag) }, + { color: Cn(e, "codeEditor.entityTag", sn.codeEditorEntityTag) }, '& code[class*="language-"] .token.builtin,\n& pre[class*="language-"] .token.builtin,\n& code[class*="language-"] .token.char,\n& pre[class*="language-"] .token.char,\n& code[class*="language-"] .token.inserted,\n& pre[class*="language-"] .token.inserted,\n& code[class*="language-"] .token.selector,\n& pre[class*="language-"] .token.selector,\n& code[class*="language-"] .token.string,\n& pre[class*="language-"] .token.string': - { color: sn(e, "codeEditor.constant", cn.codeEditorConstant) }, + { color: Cn(e, "codeEditor.constant", sn.codeEditorConstant) }, '& code[class*="language-"] .style .token.string,\n& pre[class*="language-"] .style .token.string,\n& code[class*="language-"] .token.entity,\n& pre[class*="language-"] .token.entity,\n& code[class*="language-"] .token.property,\n& pre[class*="language-"] .token.property,\n& code[class*="language-"] .token.operator,\n& pre[class*="language-"] .token.operator,\n& code[class*="language-"] .token.url,\n& pre[class*="language-"] .token.url': - { color: sn(e, "codeEditor.constant", cn.codeEditorConstant) }, + { color: Cn(e, "codeEditor.constant", sn.codeEditorConstant) }, '& code[class*="language-"] .token.atrule,\n& pre[class*="language-"] .token.atrule,\n& code[class*="language-"] .token.property-access .token.method,\n& pre[class*="language-"] .token.property-access .token.method,\n& code[class*="language-"] .token.keyword,\n& pre[class*="language-"] .token.keyword': - { color: sn(e, "codeEditor.keyword", cn.codeEditorKeyword) }, + { color: Cn(e, "codeEditor.keyword", sn.codeEditorKeyword) }, '& code[class*="language-"] .token.function,\n& pre[class*="language-"] .token.function': - { color: sn(e, "codeEditor.string", cn.codeEditorString) }, + { color: Cn(e, "codeEditor.string", sn.codeEditorString) }, '& code[class*="language-"] .token.important,\n& pre[class*="language-"] .token.important,\n& code[class*="language-"] .token.regex,\n& pre[class*="language-"] .token.regex,\n& code[class*="language-"] .token.variable,\n& pre[class*="language-"] .token.variable': - { color: sn(e, "codeEditor.codeEditorRegexp", cn.codeEditorRegexp) }, + { color: Cn(e, "codeEditor.codeEditorRegexp", sn.codeEditorRegexp) }, '& code[class*="language-"] .token.bold,\n& pre[class*="language-"] .token.bold,\n& code[class*="language-"] .token.important,\n& pre[class*="language-"] .token.important': - { color: sn(e, "codeEditor.markupBold", cn.codeEditorMarkupBold) }, + { color: Cn(e, "codeEditor.markupBold", sn.codeEditorMarkupBold) }, '& code[class*="language-"] .token.tag,\n& pre[class*="language-"] .token.tag': - { color: sn(e, "codeEditor.entityTag", cn.codeEditorEntityTag) }, + { color: Cn(e, "codeEditor.entityTag", sn.codeEditorEntityTag) }, '& code[class*="language-"] .token.attr-value,\n& pre[class*="language-"] .token.attr-value,\n& code[class*="language-"] .token.attr-name,\n& pre[class*="language-"] .token.attr-name': - { color: sn(e, "codeEditor.constant", cn.codeEditorConstant) }, + { color: Cn(e, "codeEditor.constant", sn.codeEditorConstant) }, '& code[class*="language-"] .token.selector .class,\n& pre[class*="language-"] .token.selector .class,\n& code[class*="language-"] .token.class-name,\n& pre[class*="language-"] .token.class-name': - { color: sn(e, "codeEditor.entity", cn.codeEditorEntity) }, + { color: Cn(e, "codeEditor.entity", sn.codeEditorEntity) }, }, "& .w-tc-editor-text, .w-tc-editor-preview": { minHeight: 16 }, "& .w-tc-editor-preview pre": { @@ -38215,8 +38214,8 @@ const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ "& .actionsContainer": { display: "flex", alignItems: "center", - background: sn(e, "codeEditor.helpToolsBarBG", cn.boxBackground), - border: `${sn(e, "borderColor", un.borderColor)} 1px solid`, + background: Cn(e, "codeEditor.helpToolsBarBG", sn.boxBackground), + border: `${Cn(e, "borderColor", dn.borderColor)} 1px solid`, borderTop: 0, padding: "2px", paddingRight: "5px", @@ -38232,7 +38231,7 @@ const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ }, ...V(n, e), })), - Ef = ({ + vf = ({ value: e, label: n = "", tooltip: r = "", @@ -38246,10 +38245,10 @@ const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ helpTipPlacement: d, }) => t.createElement( - vf, + ff, { sx: i, editorHeight: l, className: `codeEditor inputItem ${s}` }, t.createElement( - Mo, + bo, { sx: { marginBottom: "10px", display: "flex", alignItems: "center" }, helpTip: c, @@ -38258,19 +38257,19 @@ const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ t.createElement("span", null, n), "" !== r && t.createElement( - Nn, + Tn, { className: "tooltipContainer" }, t.createElement( - Pn, + Dn, { tooltip: r, placement: "top" }, - t.createElement(so, null), + t.createElement(Co, null), ), ), ), t.createElement( - Nn, + Tn, { className: "editorContainer" }, - t.createElement(ff, { + t.createElement(hf, { value: e, language: o, onChange: (e) => { @@ -38281,55 +38280,55 @@ const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ className: "mds-editor", }), ), - C && t.createElement(Nn, { className: "actionsContainer" }, C), + C && t.createElement(Tn, { className: "actionsContainer" }, C), ), - wf = m.textarea(({ theme: e, error: t }) => { - let n = sn(e, "inputBox.border", "#E2E2E2"), - r = sn(e, "inputBox.hoverBorder", "#000110"); + Ef = m.textarea(({ theme: e, error: t }) => { + let n = Cn(e, "inputBox.border", "#E2E2E2"), + r = Cn(e, "inputBox.hoverBorder", "#000110"); return ( t && "" !== t && - ((n = sn(e, "inputBox.error", un.danger)), - (r = sn(e, "inputBox.error", un.danger))), + ((n = Cn(e, "inputBox.error", dn.danger)), + (r = Cn(e, "inputBox.error", dn.danger))), { fontFamily: "'Geist',sans-serif", width: "100%", resize: "none", padding: "16px 14px", - color: sn(e, "inputBox.color", un.fontColor), + color: Cn(e, "inputBox.color", dn.fontColor), fontSize: 14, fontWeight: 400, border: `${n} 1px solid`, borderRadius: 3, outline: "none", transitionDuration: "0.1s", - backgroundColor: sn(e, "inputBox.backgroundColor", "transparent"), + backgroundColor: Cn(e, "inputBox.backgroundColor", "transparent"), "&:placeholder": { - color: sn(e, "inputBox.placeholderColor", "#858585"), + color: Cn(e, "inputBox.placeholderColor", "#858585"), opacity: 1, fontWeight: 400, }, "&:hover": { borderColor: r }, "&:focus": { borderColor: r }, "&:disabled": { - border: sn(e, "inputBox.disabledBorder", "#494A4D"), - backgroundColor: sn(e, "inputBox.disabledBackground", "#B4B4B4"), - color: sn(e, "inputBox.disabledText", "#E6EBEB"), + border: Cn(e, "inputBox.disabledBorder", "#494A4D"), + backgroundColor: Cn(e, "inputBox.disabledBackground", "#B4B4B4"), + color: Cn(e, "inputBox.disabledText", "#E6EBEB"), "&:placeholder": { - color: sn(e, "inputBox.disabledPlaceholder", "#E6EBEB"), + color: Cn(e, "inputBox.disabledPlaceholder", "#E6EBEB"), }, }, } ); }), - Lf = m.div(({ theme: e, error: t, sx: n }) => ({ + wf = m.div(({ theme: e, error: t, sx: n }) => ({ display: "flex", alignItems: "flex-start", flexGrow: 1, width: "100%", "& .errorText": { fontSize: 12, - color: sn(e, "inputBox.error", "#C51B3F"), + color: Cn(e, "inputBox.error", "#C51B3F"), marginTop: 3, }, "& .textBoxContainer": { @@ -38347,7 +38346,7 @@ const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ "& .inputLabel": { marginBottom: t ? 18 : 0 }, ...V(n, e), })), - bf = ({ + Lf = ({ id: e, tooltip: n = "", index: r, @@ -38362,11 +38361,11 @@ const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ ...u }) => t.createElement( - Lf, + wf, { error: !!C && "" !== C, sx: s, className: `inputItem ${i}` }, "" !== a && t.createElement( - Mo, + bo, { htmlFor: e, noMinWidth: o, @@ -38378,23 +38377,23 @@ const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ l ? "*" : "", "" !== n && t.createElement( - Nn, + Tn, { className: "tooltipContainer" }, t.createElement( - Pn, + Dn, { tooltip: n, placement: "top" }, t.createElement( - Nn, + Tn, { className: n }, - t.createElement(so, null), + t.createElement(Co, null), ), ), ), ), t.createElement( - Nn, + Tn, { className: "textBoxContainer" }, - t.createElement(wf, { + t.createElement(Ef, { id: e, fullWidth: !0, error: C, @@ -38403,16 +38402,16 @@ const vf = m.div(({ theme: e, editorHeight: t, sx: n }) => ({ rows: 5, ...u, }), - "" !== C && t.createElement(Nn, { className: "errorText" }, C), + "" !== C && t.createElement(Tn, { className: "errorText" }, C), ), ); -function Mf(e, t) { +function bf(e, t) { if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function"); } -function Hf(e) { +function Mf(e) { return ( - (Hf = + (Mf = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (e) { return typeof e; @@ -38425,86 +38424,86 @@ function Hf(e) { ? "symbol" : typeof e; }), - Hf(e) + Mf(e) ); } -function yf(e) { +function Hf(e) { var t = (function (e, t) { - if ("object" != Hf(e) || !e) return e; + if ("object" != Mf(e) || !e) return e; var n = e[Symbol.toPrimitive]; if (void 0 !== n) { var r = n.call(e, t || "default"); - if ("object" != Hf(r)) return r; + if ("object" != Mf(r)) return r; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === t ? String : Number)(e); })(e, "string"); - return "symbol" == Hf(t) ? t : t + ""; + return "symbol" == Mf(t) ? t : t + ""; } -function Rf(e, t) { +function yf(e, t) { for (var n = 0; n < t.length; n++) { var r = t[n]; (r.enumerable = r.enumerable || !1), (r.configurable = !0), "value" in r && (r.writable = !0), - Object.defineProperty(e, yf(r.key), r); + Object.defineProperty(e, Hf(r.key), r); } } -function xf(e, t, n) { +function Rf(e, t, n) { return ( - t && Rf(e.prototype, t), - n && Rf(e, n), + t && yf(e.prototype, t), + n && yf(e, n), Object.defineProperty(e, "prototype", { writable: !1 }), e ); } -function Tf(e) { +function xf(e) { if (void 0 === e) throw new ReferenceError( "this hasn't been initialised - super() hasn't been called", ); return e; } -function Nf(e, t) { - if (t && ("object" == Hf(t) || "function" == typeof t)) return t; +function Tf(e, t) { + if (t && ("object" == Mf(t) || "function" == typeof t)) return t; if (void 0 !== t) throw new TypeError( "Derived constructors may only return object or undefined", ); - return Tf(e); + return xf(e); } -function Sf(e) { +function Nf(e) { return ( - (Sf = Object.setPrototypeOf + (Nf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (e) { return e.__proto__ || Object.getPrototypeOf(e); }), - Sf(e) + Nf(e) ); } -function Vf(e, t) { +function Sf(e, t) { return ( - (Vf = Object.setPrototypeOf + (Sf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (e, t) { return (e.__proto__ = t), e; }), - Vf(e, t) + Sf(e, t) ); } -function _f(e, t) { +function Vf(e, t) { if ("function" != typeof t && null !== t) throw new TypeError("Super expression must either be null or a function"); (e.prototype = Object.create(t && t.prototype, { constructor: { value: e, writable: !0, configurable: !0 }, })), Object.defineProperty(e, "prototype", { writable: !1 }), - t && Vf(e, t); + t && Sf(e, t); } -function Af(e, t, n) { +function _f(e, t, n) { return ( - (t = yf(t)) in e + (t = Hf(t)) in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, @@ -38515,11 +38514,11 @@ function Af(e, t, n) { e ); } -function kf() { +function Af() { var e = this.constructor.getDerivedStateFromProps(this.props, this.state); null != e && this.setState(e); } -function If(e) { +function kf(e) { this.setState( function (t) { var n = this.constructor.getDerivedStateFromProps(e, t); @@ -38527,7 +38526,7 @@ function If(e) { }.bind(this), ); } -function Zf(e, t) { +function If(e, t) { try { var n = this.props, r = this.state; @@ -38539,7 +38538,7 @@ function Zf(e, t) { (this.props = n), (this.state = r); } } -function Bf(e) { +function Zf(e) { var t = e.prototype; if (!t || !t.isReactComponent) throw new Error("Can only polyfill class components"); @@ -38585,14 +38584,14 @@ function Bf(e) { } if ( ("function" == typeof e.getDerivedStateFromProps && - ((t.componentWillMount = kf), (t.componentWillReceiveProps = If)), + ((t.componentWillMount = Af), (t.componentWillReceiveProps = kf)), "function" == typeof t.getSnapshotBeforeUpdate) ) { if ("function" != typeof t.componentDidUpdate) throw new Error( "Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype", ); - t.componentWillUpdate = Zf; + t.componentWillUpdate = If; var i = t.componentDidUpdate; t.componentDidUpdate = function (e, t, n) { var r = this.__reactInternalSnapshotFlag @@ -38603,7 +38602,7 @@ function Bf(e) { } return e; } -function Of(e) { +function Bf(e) { var t, n, r = ""; @@ -38611,16 +38610,16 @@ function Of(e) { else if ("object" == typeof e) if (Array.isArray(e)) for (t = 0; t < e.length; t++) - e[t] && (n = Of(e[t])) && (r && (r += " "), (r += n)); + e[t] && (n = Bf(e[t])) && (r && (r += " "), (r += n)); else for (t in e) e[t] && (r && (r += " "), (r += t)); return r; } -function Df() { +function Of() { for (var e, t, n = 0, r = ""; n < arguments.length; ) - (e = arguments[n++]) && (t = Of(e)) && (r && (r += " "), (r += t)); + (e = arguments[n++]) && (t = Bf(e)) && (r && (r += " "), (r += t)); return r; } -function Pf(e) { +function Df(e) { var t = e.cellCount, n = e.cellSize, r = e.computeMetadataCallback, @@ -38633,11 +38632,11 @@ function Pf(e) { (t === a && (("number" != typeof n && "number" != typeof l) || n === l)) || (r(o), C >= 0 && C === i && s()); } -function Ff(e, t) { +function Pf(e, t) { if (null == e) return {}; var n, r, - o = la(e, t); + o = aa(e, t); if (Object.getOwnPropertySymbols) { var a = Object.getOwnPropertySymbols(e); for (r = 0; r < a.length; r++) @@ -38646,14 +38645,15 @@ function Ff(e, t) { } return o; } -(kf.__suppressDeprecationWarning = !0), - (If.__suppressDeprecationWarning = !0), - (Zf.__suppressDeprecationWarning = !0); -var Uf, +(Af.__suppressDeprecationWarning = !0), + (kf.__suppressDeprecationWarning = !0), + (If.__suppressDeprecationWarning = !0); +var Ff, + Uf = { exports: {} }, Gf = { exports: {} }, - zf = { exports: {} }, - $f = {}; -var Wf, + zf = {}; +var $f, + Wf, jf, qf, Yf, @@ -38666,8 +38666,7 @@ var Wf, nv, rv, ov, - av, - lv = {}; + av = {}; /** @license React v16.13.1 * react-is.development.js * @@ -38675,14 +38674,14 @@ var Wf, * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */ function iv() { + */ function lv() { return ( - jf || - ((jf = 1), + Wf || + ((Wf = 1), "production" === process.env.NODE_ENV - ? (zf.exports = (function () { - if (Uf) return $f; - Uf = 1; + ? (Gf.exports = (function () { + if (Ff) return zf; + Ff = 1; var e = "function" == typeof Symbol && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, @@ -38736,57 +38735,57 @@ var Wf, return E(e) === s; } return ( - ($f.AsyncMode = C), - ($f.ConcurrentMode = s), - ($f.ContextConsumer = i), - ($f.ContextProvider = l), - ($f.Element = t), - ($f.ForwardRef = c), - ($f.Fragment = r), - ($f.Lazy = p), - ($f.Memo = m), - ($f.Portal = n), - ($f.Profiler = a), - ($f.StrictMode = o), - ($f.Suspense = d), - ($f.isAsyncMode = function (e) { + (zf.AsyncMode = C), + (zf.ConcurrentMode = s), + (zf.ContextConsumer = i), + (zf.ContextProvider = l), + (zf.Element = t), + (zf.ForwardRef = c), + (zf.Fragment = r), + (zf.Lazy = p), + (zf.Memo = m), + (zf.Portal = n), + (zf.Profiler = a), + (zf.StrictMode = o), + (zf.Suspense = d), + (zf.isAsyncMode = function (e) { return w(e) || E(e) === C; }), - ($f.isConcurrentMode = w), - ($f.isContextConsumer = function (e) { + (zf.isConcurrentMode = w), + (zf.isContextConsumer = function (e) { return E(e) === i; }), - ($f.isContextProvider = function (e) { + (zf.isContextProvider = function (e) { return E(e) === l; }), - ($f.isElement = function (e) { + (zf.isElement = function (e) { return "object" == typeof e && null !== e && e.$$typeof === t; }), - ($f.isForwardRef = function (e) { + (zf.isForwardRef = function (e) { return E(e) === c; }), - ($f.isFragment = function (e) { + (zf.isFragment = function (e) { return E(e) === r; }), - ($f.isLazy = function (e) { + (zf.isLazy = function (e) { return E(e) === p; }), - ($f.isMemo = function (e) { + (zf.isMemo = function (e) { return E(e) === m; }), - ($f.isPortal = function (e) { + (zf.isPortal = function (e) { return E(e) === n; }), - ($f.isProfiler = function (e) { + (zf.isProfiler = function (e) { return E(e) === a; }), - ($f.isStrictMode = function (e) { + (zf.isStrictMode = function (e) { return E(e) === o; }), - ($f.isSuspense = function (e) { + (zf.isSuspense = function (e) { return E(e) === d; }), - ($f.isValidElementType = function (e) { + (zf.isValidElementType = function (e) { return ( "string" == typeof e || "function" == typeof e || @@ -38809,13 +38808,13 @@ var Wf, e.$$typeof === g)) ); }), - ($f.typeOf = E), - $f + (zf.typeOf = E), + zf ); })()) - : (zf.exports = - (Wf || - ((Wf = 1), + : (Gf.exports = + ($f || + (($f = 1), "production" !== process.env.NODE_ENV && (function () { var e = "function" == typeof Symbol && Symbol.for, @@ -38886,20 +38885,20 @@ var Wf, function k(e) { return E(e) === s; } - (lv.AsyncMode = w), - (lv.ConcurrentMode = L), - (lv.ContextConsumer = b), - (lv.ContextProvider = M), - (lv.Element = H), - (lv.ForwardRef = y), - (lv.Fragment = R), - (lv.Lazy = x), - (lv.Memo = T), - (lv.Portal = N), - (lv.Profiler = S), - (lv.StrictMode = V), - (lv.Suspense = _), - (lv.isAsyncMode = function (e) { + (av.AsyncMode = w), + (av.ConcurrentMode = L), + (av.ContextConsumer = b), + (av.ContextProvider = M), + (av.Element = H), + (av.ForwardRef = y), + (av.Fragment = R), + (av.Lazy = x), + (av.Memo = T), + (av.Portal = N), + (av.Profiler = S), + (av.StrictMode = V), + (av.Suspense = _), + (av.isAsyncMode = function (e) { return ( A || ((A = !0), @@ -38909,43 +38908,43 @@ var Wf, k(e) || E(e) === C ); }), - (lv.isConcurrentMode = k), - (lv.isContextConsumer = function (e) { + (av.isConcurrentMode = k), + (av.isContextConsumer = function (e) { return E(e) === i; }), - (lv.isContextProvider = function (e) { + (av.isContextProvider = function (e) { return E(e) === l; }), - (lv.isElement = function (e) { + (av.isElement = function (e) { return ( "object" == typeof e && null !== e && e.$$typeof === t ); }), - (lv.isForwardRef = function (e) { + (av.isForwardRef = function (e) { return E(e) === c; }), - (lv.isFragment = function (e) { + (av.isFragment = function (e) { return E(e) === r; }), - (lv.isLazy = function (e) { + (av.isLazy = function (e) { return E(e) === p; }), - (lv.isMemo = function (e) { + (av.isMemo = function (e) { return E(e) === m; }), - (lv.isPortal = function (e) { + (av.isPortal = function (e) { return E(e) === n; }), - (lv.isProfiler = function (e) { + (av.isProfiler = function (e) { return E(e) === a; }), - (lv.isStrictMode = function (e) { + (av.isStrictMode = function (e) { return E(e) === o; }), - (lv.isSuspense = function (e) { + (av.isSuspense = function (e) { return E(e) === d; }), - (lv.isValidElementType = function (e) { + (av.isValidElementType = function (e) { return ( "string" == typeof e || "function" == typeof e || @@ -38968,24 +38967,24 @@ var Wf, e.$$typeof === g)) ); }), - (lv.typeOf = E); + (av.typeOf = E); })()), - lv))), - zf.exports + av))), + Gf.exports ); } /* object-assign (c) Sindre Sorhus @license MIT -*/ function Cv() { - if (Yf) return qf; - Yf = 1; +*/ function iv() { + if (qf) return jf; + qf = 1; var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable; return ( - (qf = (function () { + (jf = (function () { try { if (!Object.assign) return !1; var e = new String("abc"); @@ -39034,36 +39033,36 @@ object-assign } return i; }), - qf + jf ); } -function sv() { - if (Xf) return Kf; - Xf = 1; - return (Kf = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); +function Cv() { + if (Kf) return Yf; + Kf = 1; + return (Yf = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); } -function cv() { - return Jf - ? Qf - : ((Jf = 1), (Qf = Function.call.bind(Object.prototype.hasOwnProperty))); +function sv() { + return Qf + ? Xf + : ((Qf = 1), (Xf = Function.call.bind(Object.prototype.hasOwnProperty))); } if ("production" !== process.env.NODE_ENV) { - var dv = iv(); - Gf.exports = (function () { - if (rv) return nv; - rv = 1; - var e = iv(), - t = Cv(), - n = sv(), - r = cv(), + var cv = lv(); + Uf.exports = (function () { + if (nv) return tv; + nv = 1; + var e = lv(), + t = iv(), + n = Cv(), + r = sv(), o = (function () { - if (tv) return ev; - tv = 1; + if (ev) return Jf; + ev = 1; var e = function () {}; if ("production" !== process.env.NODE_ENV) { - var t = sv(), + var t = Cv(), n = {}, - r = cv(); + r = sv(); e = function (e) { var t = "Warning: " + e; "undefined" != typeof console && console.error(t); @@ -39126,7 +39125,7 @@ if ("production" !== process.env.NODE_ENV) { (o.resetWarningCache = function () { "production" !== process.env.NODE_ENV && (n = {}); }), - (ev = o) + (Jf = o) ); })(), a = function () {}; @@ -39142,7 +39141,7 @@ if ("production" !== process.env.NODE_ENV) { throw new Error(t); } catch (e) {} }), - (nv = function (i, C) { + (tv = function (i, C) { var s = "function" == typeof Symbol && Symbol.iterator, c = "@@iterator", d = "<>", @@ -39611,19 +39610,19 @@ if ("production" !== process.env.NODE_ENV) { u ); }), - nv + tv ); - })()(dv.isElement, !0); + })()(cv.isElement, !0); } else - Gf.exports = (function () { - if (av) return ov; - av = 1; - var e = sv(); + Uf.exports = (function () { + if (ov) return rv; + ov = 1; + var e = Cv(); function t() {} function n() {} return ( (n.resetWarningCache = t), - (ov = function () { + (rv = function () { function r(t, n, r, o, a, l) { if (l !== e) { var i = new Error( @@ -39663,96 +39662,96 @@ if ("production" !== process.env.NODE_ENV) { }) ); })()(); -var uv = B(Gf.exports); +var dv = B(Uf.exports); "production" !== process.env.NODE_ENV && - (uv.number.isRequired, uv.number.isRequired), + (dv.number.isRequired, dv.number.isRequired), "production" !== process.env.NODE_ENV && - (uv.number.isRequired, - uv.bool.isRequired, - uv.bool.isRequired, - uv.string.isRequired, - uv.object.isRequired, - uv.number.isRequired, - uv.object.isRequired); -var mv = "production" === process.env.NODE_ENV ? null : uv.func; -"production" !== process.env.NODE_ENV && uv.objectOf(uv.node.isRequired), - "production" !== process.env.NODE_ENV && uv.objectOf(uv.object.isRequired), + (dv.number.isRequired, + dv.bool.isRequired, + dv.bool.isRequired, + dv.string.isRequired, + dv.object.isRequired, + dv.number.isRequired, + dv.object.isRequired); +var uv = "production" === process.env.NODE_ENV ? null : dv.func; +"production" !== process.env.NODE_ENV && dv.objectOf(dv.node.isRequired), + "production" !== process.env.NODE_ENV && dv.objectOf(dv.object.isRequired), "production" !== process.env.NODE_ENV && - (uv.objectOf(uv.node.isRequired).isRequired, - uv.func.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.object, - uv.number.isRequired, - uv.bool.isRequired, - uv.bool.isRequired, - uv.object.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.objectOf(uv.object.isRequired).isRequired, - uv.number.isRequired, - uv.object.isRequired, - uv.object.isRequired); -var pv = "production" === process.env.NODE_ENV ? null : uv.func; -"production" !== process.env.NODE_ENV && uv.func; -var gv = + (dv.objectOf(dv.node.isRequired).isRequired, + dv.func.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.object, + dv.number.isRequired, + dv.bool.isRequired, + dv.bool.isRequired, + dv.object.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.objectOf(dv.object.isRequired).isRequired, + dv.number.isRequired, + dv.object.isRequired, + dv.object.isRequired); +var mv = "production" === process.env.NODE_ENV ? null : dv.func; +"production" !== process.env.NODE_ENV && dv.func; +var pv = "production" === process.env.NODE_ENV ? null - : uv.oneOfType([uv.func, uv.number]), - hv = "production" === process.env.NODE_ENV ? null : uv.func; + : dv.oneOfType([dv.func, dv.number]), + gv = "production" === process.env.NODE_ENV ? null : dv.func; "production" !== process.env.NODE_ENV && - (uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired), + (dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired), "production" !== process.env.NODE_ENV && - (uv.bool.isRequired, uv.bool.isRequired, uv.number.isRequired), + (dv.bool.isRequired, dv.bool.isRequired, dv.number.isRequired), "production" !== process.env.NODE_ENV && - (uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired), + (dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired), "production" !== process.env.NODE_ENV && - (uv.oneOf(["horizontal", "vertical"]).isRequired, - uv.oneOf([-1, 1]).isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired), + (dv.oneOf(["horizontal", "vertical"]).isRequired, + dv.oneOf([-1, 1]).isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired), "production" !== process.env.NODE_ENV && - (uv.number.isRequired, uv.number.isRequired); -var fv = "production" === process.env.NODE_ENV ? null : uv.func, - vv = + (dv.number.isRequired, dv.number.isRequired); +var hv = "production" === process.env.NODE_ENV ? null : dv.func, + fv = "production" === process.env.NODE_ENV ? null - : uv.oneOf(["auto", "end", "start", "center"]); -"production" !== process.env.NODE_ENV && (uv.number, uv.number); -var Ev = (function () { + : dv.oneOf(["auto", "end", "start", "center"]); +"production" !== process.env.NODE_ENV && (dv.number, dv.number); +var vv = (function () { function e(t) { var n = t.cellCount, r = t.cellSizeGetter, o = t.estimatedCellSize; - Mf(this, e), - Af(this, "_cellSizeAndPositionData", {}), - Af(this, "_lastMeasuredIndex", -1), - Af(this, "_lastBatchedIndex", -1), - Af(this, "_cellCount", void 0), - Af(this, "_cellSizeGetter", void 0), - Af(this, "_estimatedCellSize", void 0), + bf(this, e), + _f(this, "_cellSizeAndPositionData", {}), + _f(this, "_lastMeasuredIndex", -1), + _f(this, "_lastBatchedIndex", -1), + _f(this, "_cellCount", void 0), + _f(this, "_cellSizeGetter", void 0), + _f(this, "_estimatedCellSize", void 0), (this._cellSizeGetter = r), (this._cellCount = n), (this._estimatedCellSize = o); } return ( - xf(e, [ + Rf(e, [ { key: "areOffsetsAdjusted", value: function () { @@ -39951,22 +39950,22 @@ var Ev = (function () { e ); })(), - wv = function () { + Ev = function () { return "undefined" != typeof window && window.chrome ? 16777100 : 15e5; }, - Lv = (function () { + wv = (function () { function e(t) { var n = t.maxScrollSize, - r = void 0 === n ? wv() : n, - o = Ff(t, ["maxScrollSize"]); - Mf(this, e), - Af(this, "_cellSizeAndPositionManager", void 0), - Af(this, "_maxScrollSize", void 0), - (this._cellSizeAndPositionManager = new Ev(o)), + r = void 0 === n ? Ev() : n, + o = Pf(t, ["maxScrollSize"]); + bf(this, e), + _f(this, "_cellSizeAndPositionManager", void 0), + _f(this, "_maxScrollSize", void 0), + (this._cellSizeAndPositionManager = new vv(o)), (this._maxScrollSize = r); } return ( - xf(e, [ + Rf(e, [ { key: "areOffsetsAdjusted", value: function () { @@ -40119,7 +40118,7 @@ var Ev = (function () { e ); })(); -function bv() { +function Lv() { var e = !(arguments.length > 0 && void 0 !== arguments[0]) || arguments[0], t = {}; return function (n) { @@ -40142,7 +40141,7 @@ function bv() { (t = o), l && i && r(o); }; } -function Mv(e) { +function bv(e) { var t = e.cellSize, n = e.cellSizeAndPositionManager, r = e.previousCellsCount, @@ -40168,7 +40167,7 @@ function Mv(e) { ? m(c) : !g && p > 0 && (d < i || p < r) && C > n.getTotalSize() - d && m(p - 1); } -function Hv(e, t) { +function Mv(e, t) { "production" !== process.env.NODE_ENV && t && (t.type && t.type.__internalCellMeasurerFlag && (t = t.props.children), @@ -40181,15 +40180,15 @@ function Hv(e, t) { "Rendered cell should include style property for positioning.", ))); } -var yv, - Rv, - xv = !( +var Hv, + yv, + Rv = !( "undefined" == typeof window || !window.document || !window.document.createElement ); -function Tv(e) { - if (((!yv && 0 !== yv) || e) && xv) { +function xv(e) { + if (((!Hv && 0 !== Hv) || e) && Rv) { var t = document.createElement("div"); (t.style.position = "absolute"), (t.style.top = "-9999px"), @@ -40197,55 +40196,55 @@ function Tv(e) { (t.style.height = "50px"), (t.style.overflow = "scroll"), document.body.appendChild(t), - (yv = t.offsetWidth - t.clientWidth), + (Hv = t.offsetWidth - t.clientWidth), document.body.removeChild(t); } - return yv; + return Hv; } -var Nv = - (Rv = +var Tv = + (yv = "undefined" != typeof window ? window : "undefined" != typeof self ? self : {}).requestAnimationFrame || - Rv.webkitRequestAnimationFrame || - Rv.mozRequestAnimationFrame || - Rv.oRequestAnimationFrame || - Rv.msRequestAnimationFrame || + yv.webkitRequestAnimationFrame || + yv.mozRequestAnimationFrame || + yv.oRequestAnimationFrame || + yv.msRequestAnimationFrame || function (e) { - return Rv.setTimeout(e, 1e3 / 60); - }, - Sv = - Rv.cancelAnimationFrame || - Rv.webkitCancelAnimationFrame || - Rv.mozCancelAnimationFrame || - Rv.oCancelAnimationFrame || - Rv.msCancelAnimationFrame || + return yv.setTimeout(e, 1e3 / 60); + }, + Nv = + yv.cancelAnimationFrame || + yv.webkitCancelAnimationFrame || + yv.mozCancelAnimationFrame || + yv.oCancelAnimationFrame || + yv.msCancelAnimationFrame || function (e) { - Rv.clearTimeout(e); - }, - Vv = Nv, - _v = Sv; -"production" !== process.env.NODE_ENV && uv.number.isRequired; -var Av, - kv, - Iv = function (e) { - return _v(e.id); + yv.clearTimeout(e); + }, + Sv = Tv, + Vv = Nv; +"production" !== process.env.NODE_ENV && dv.number.isRequired; +var _v, + Av, + kv = function (e) { + return Vv(e.id); }, - Zv = function (e, t) { + Iv = function (e, t) { var n; Promise.resolve().then(function () { n = Date.now(); }); var r = { - id: Vv(function o() { - Date.now() - n >= t ? e.call() : (r.id = Vv(o)); + id: Sv(function o() { + Date.now() - n >= t ? e.call() : (r.id = Sv(o)); }), }; return r; }; -function Bv(e, t) { +function Zv(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -40257,100 +40256,100 @@ function Bv(e, t) { } return n; } -function Ov(e) { +function Bv(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? Bv(n, !0).forEach(function (t) { - Af(e, t, n[t]); + ? Zv(n, !0).forEach(function (t) { + _f(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : Bv(n).forEach(function (t) { + : Zv(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -var Dv = "observed", - Pv = "requested", - Fv = - ((kv = Av = - (function (t) { - function n(e) { - var t; - Mf(this, n), - Af( - Tf((t = Nf(this, Sf(n).call(this, e)))), +var Ov = "observed", + Dv = "requested", + Pv = + ((Av = _v = + (function () { + function t(e) { + var n; + bf(this, t), + _f( + xf((n = Tf(this, Nf(t).call(this, e)))), "_onGridRenderedMemoizer", - bv(), + Lv(), ), - Af(Tf(t), "_onScrollMemoizer", bv(!1)), - Af(Tf(t), "_deferredInvalidateColumnIndex", null), - Af(Tf(t), "_deferredInvalidateRowIndex", null), - Af(Tf(t), "_recomputeScrollLeftFlag", !1), - Af(Tf(t), "_recomputeScrollTopFlag", !1), - Af(Tf(t), "_horizontalScrollBarSize", 0), - Af(Tf(t), "_verticalScrollBarSize", 0), - Af(Tf(t), "_scrollbarPresenceChanged", !1), - Af(Tf(t), "_scrollingContainer", void 0), - Af(Tf(t), "_childrenToDisplay", void 0), - Af(Tf(t), "_columnStartIndex", void 0), - Af(Tf(t), "_columnStopIndex", void 0), - Af(Tf(t), "_rowStartIndex", void 0), - Af(Tf(t), "_rowStopIndex", void 0), - Af(Tf(t), "_renderedColumnStartIndex", 0), - Af(Tf(t), "_renderedColumnStopIndex", 0), - Af(Tf(t), "_renderedRowStartIndex", 0), - Af(Tf(t), "_renderedRowStopIndex", 0), - Af(Tf(t), "_initialScrollTop", void 0), - Af(Tf(t), "_initialScrollLeft", void 0), - Af(Tf(t), "_disablePointerEventsTimeoutId", void 0), - Af(Tf(t), "_styleCache", {}), - Af(Tf(t), "_cellCache", {}), - Af(Tf(t), "_debounceScrollEndedCallback", function () { - (t._disablePointerEventsTimeoutId = null), - t.setState({ isScrolling: !1, needToResetStyleCache: !1 }); + _f(xf(n), "_onScrollMemoizer", Lv(!1)), + _f(xf(n), "_deferredInvalidateColumnIndex", null), + _f(xf(n), "_deferredInvalidateRowIndex", null), + _f(xf(n), "_recomputeScrollLeftFlag", !1), + _f(xf(n), "_recomputeScrollTopFlag", !1), + _f(xf(n), "_horizontalScrollBarSize", 0), + _f(xf(n), "_verticalScrollBarSize", 0), + _f(xf(n), "_scrollbarPresenceChanged", !1), + _f(xf(n), "_scrollingContainer", void 0), + _f(xf(n), "_childrenToDisplay", void 0), + _f(xf(n), "_columnStartIndex", void 0), + _f(xf(n), "_columnStopIndex", void 0), + _f(xf(n), "_rowStartIndex", void 0), + _f(xf(n), "_rowStopIndex", void 0), + _f(xf(n), "_renderedColumnStartIndex", 0), + _f(xf(n), "_renderedColumnStopIndex", 0), + _f(xf(n), "_renderedRowStartIndex", 0), + _f(xf(n), "_renderedRowStopIndex", 0), + _f(xf(n), "_initialScrollTop", void 0), + _f(xf(n), "_initialScrollLeft", void 0), + _f(xf(n), "_disablePointerEventsTimeoutId", void 0), + _f(xf(n), "_styleCache", {}), + _f(xf(n), "_cellCache", {}), + _f(xf(n), "_debounceScrollEndedCallback", function () { + (n._disablePointerEventsTimeoutId = null), + n.setState({ isScrolling: !1, needToResetStyleCache: !1 }); }), - Af(Tf(t), "_invokeOnGridRenderedHelper", function () { - var e = t.props.onSectionRendered; - t._onGridRenderedMemoizer({ + _f(xf(n), "_invokeOnGridRenderedHelper", function () { + var e = n.props.onSectionRendered; + n._onGridRenderedMemoizer({ callback: e, indices: { - columnOverscanStartIndex: t._columnStartIndex, - columnOverscanStopIndex: t._columnStopIndex, - columnStartIndex: t._renderedColumnStartIndex, - columnStopIndex: t._renderedColumnStopIndex, - rowOverscanStartIndex: t._rowStartIndex, - rowOverscanStopIndex: t._rowStopIndex, - rowStartIndex: t._renderedRowStartIndex, - rowStopIndex: t._renderedRowStopIndex, + columnOverscanStartIndex: n._columnStartIndex, + columnOverscanStopIndex: n._columnStopIndex, + columnStartIndex: n._renderedColumnStartIndex, + columnStopIndex: n._renderedColumnStopIndex, + rowOverscanStartIndex: n._rowStartIndex, + rowOverscanStopIndex: n._rowStopIndex, + rowStartIndex: n._renderedRowStartIndex, + rowStopIndex: n._renderedRowStopIndex, }, }); }), - Af(Tf(t), "_setScrollingContainerRef", function (e) { - t._scrollingContainer = e; + _f(xf(n), "_setScrollingContainerRef", function (e) { + n._scrollingContainer = e; }), - Af(Tf(t), "_onScroll", function (e) { - e.target === t._scrollingContainer && - t.handleScrollEvent(e.target); + _f(xf(n), "_onScroll", function (e) { + e.target === n._scrollingContainer && + n.handleScrollEvent(e.target); }); - var r = new Lv({ + var r = new wv({ cellCount: e.columnCount, - cellSizeGetter: function (t) { - return n._wrapSizeGetter(e.columnWidth)(t); + cellSizeGetter: function (n) { + return t._wrapSizeGetter(e.columnWidth)(n); }, - estimatedCellSize: n._getEstimatedColumnSize(e), + estimatedCellSize: t._getEstimatedColumnSize(e), }), - o = new Lv({ + o = new wv({ cellCount: e.rowCount, - cellSizeGetter: function (t) { - return n._wrapSizeGetter(e.rowHeight)(t); + cellSizeGetter: function (n) { + return t._wrapSizeGetter(e.rowHeight)(n); }, - estimatedCellSize: n._getEstimatedRowSize(e), + estimatedCellSize: t._getEstimatedRowSize(e), }); return ( - (t.state = { + (n.state = { instanceProps: { columnSizeAndPositionManager: r, rowSizeAndPositionManager: o, @@ -40373,16 +40372,16 @@ var Dv = "observed", needToResetStyleCache: !1, }), e.scrollToRow > 0 && - (t._initialScrollTop = t._getCalculatedScrollTop(e, t.state)), + (n._initialScrollTop = n._getCalculatedScrollTop(e, n.state)), e.scrollToColumn > 0 && - (t._initialScrollLeft = t._getCalculatedScrollLeft(e, t.state)), - t + (n._initialScrollLeft = n._getCalculatedScrollLeft(e, n.state)), + n ); } return ( - _f(n, e.PureComponent), - xf( - n, + Vf(t, e.PureComponent), + Rf( + t, [ { key: "getOffsetForCell", @@ -40397,7 +40396,7 @@ var Dv = "observed", o = void 0 === r ? this.props.scrollToColumn : r, a = e.rowIndex, l = void 0 === a ? this.props.scrollToRow : a, - i = Ov({}, this.props, { + i = Bv({}, this.props, { scrollToAlignment: n, scrollToColumn: o, scrollToRow: l, @@ -40458,7 +40457,7 @@ var Dv = "observed", ? 1 : -1 : this.state.scrollDirectionVertical, - scrollPositionChangeReason: Dv, + scrollPositionChangeReason: Ov, }; l || (h.scrollTop = g), i || (h.scrollLeft = p), @@ -40544,11 +40543,11 @@ var Dv = "observed", r > 1 && void 0 !== t && this._updateScrollLeftForScrollToColumn( - Ov({}, o, { scrollToColumn: t }), + Bv({}, o, { scrollToColumn: t }), ), void 0 !== n && this._updateScrollTopForScrollToRow( - Ov({}, o, { scrollToRow: n }), + Bv({}, o, { scrollToRow: n }), ); }, }, @@ -40556,7 +40555,7 @@ var Dv = "observed", key: "componentDidMount", value: function () { var e = this.props, - t = e.getScrollbarSize, + n = e.getScrollbarSize, r = e.height, o = e.scrollLeft, a = e.scrollToColumn, @@ -40570,17 +40569,17 @@ var Dv = "observed", this._handleInvalidatedGridSize(), s.scrollbarSizeMeasured || this.setState(function (e) { - var n = Ov({}, e, { needToResetStyleCache: !1 }); + var t = Bv({}, e, { needToResetStyleCache: !1 }); return ( - (n.instanceProps.scrollbarSize = t()), - (n.instanceProps.scrollbarSizeMeasured = !0), - n + (t.instanceProps.scrollbarSize = n()), + (t.instanceProps.scrollbarSizeMeasured = !0), + t ); }), ("number" == typeof o && o >= 0) || ("number" == typeof l && l >= 0)) ) { - var c = n._getScrollToPositionStateUpdate({ + var c = t._getScrollToPositionStateUpdate({ prevState: this.state, scrollLeft: o, scrollTop: l, @@ -40634,7 +40633,7 @@ var Dv = "observed", var v = (l > 0 && 0 === e.columnCount) || (C > 0 && 0 === e.rowCount); - g === Pv && + g === Dv && (!a && p >= 0 && (p !== this._scrollingContainer.scrollLeft || v) && @@ -40648,7 +40647,7 @@ var Dv = "observed", (this._recomputeScrollLeftFlag ? ((this._recomputeScrollLeftFlag = !1), this._updateScrollLeftForScrollToColumn(this.props)) - : Mv({ + : bv({ cellSizeAndPositionManager: f.columnSizeAndPositionManager, previousCellsCount: e.columnCount, @@ -40670,7 +40669,7 @@ var Dv = "observed", this._recomputeScrollTopFlag ? ((this._recomputeScrollTopFlag = !1), this._updateScrollTopForScrollToRow(this.props)) - : Mv({ + : bv({ cellSizeAndPositionManager: f.rowSizeAndPositionManager, previousCellsCount: e.rowCount, @@ -40706,7 +40705,7 @@ var Dv = "observed", key: "componentWillUnmount", value: function () { this._disablePointerEventsTimeoutId && - Iv(this._disablePointerEventsTimeoutId); + kv(this._disablePointerEventsTimeoutId); }, }, { @@ -40758,14 +40757,14 @@ var Dv = "observed", R = 0 === y.length && s > 0 && g > 0; return e.createElement( "div", - aa({ ref: this._setScrollingContainerRef }, l, { + oa({ ref: this._setScrollingContainerRef }, l, { "aria-label": this.props["aria-label"], "aria-readonly": this.props["aria-readonly"], - className: Df("ReactVirtualized__Grid", a), + className: Of("ReactVirtualized__Grid", a), id: c, onScroll: this._onScroll, role: u, - style: Ov({}, w, {}, m), + style: Bv({}, w, {}, m), tabIndex: p, }), y.length > 0 && @@ -40775,7 +40774,7 @@ var Dv = "observed", className: "ReactVirtualized__Grid__innerScrollContainer", role: i, - style: Ov( + style: Bv( { width: n ? "auto" : L, height: b, @@ -40917,8 +40916,8 @@ var Dv = "observed", value: function () { var e = this.props.scrollingResetTimeInterval; this._disablePointerEventsTimeoutId && - Iv(this._disablePointerEventsTimeoutId), - (this._disablePointerEventsTimeoutId = Zv( + kv(this._disablePointerEventsTimeoutId), + (this._disablePointerEventsTimeoutId = Iv( this._debounceScrollEndedCallback, e, )); @@ -40999,11 +40998,11 @@ var Dv = "observed", { key: "scrollToPosition", value: function (e) { - var t = e.scrollLeft, + var n = e.scrollLeft, r = e.scrollTop, - o = n._getScrollToPositionStateUpdate({ + o = t._getScrollToPositionStateUpdate({ prevState: this.state, - scrollLeft: t, + scrollLeft: n, scrollTop: r, }); o && ((o.needToResetStyleCache = !1), this.setState(o)); @@ -41016,11 +41015,11 @@ var Dv = "observed", arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.props, - t = + n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.state; - return n._getCalculatedScrollLeft(e, t); + return t._getCalculatedScrollLeft(e, n); }, }, { @@ -41030,11 +41029,11 @@ var Dv = "observed", arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.props, - t = + n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.state, - r = n._getScrollLeftForScrollToColumnStateUpdate(e, t); + r = t._getScrollLeftForScrollToColumnStateUpdate(e, n); r && ((r.needToResetStyleCache = !1), this.setState(r)); }, }, @@ -41045,11 +41044,11 @@ var Dv = "observed", arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.props, - t = + n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.state; - return n._getCalculatedScrollTop(e, t); + return t._getCalculatedScrollTop(e, n); }, }, { @@ -41082,11 +41081,11 @@ var Dv = "observed", arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : this.props, - t = + n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : this.state, - r = n._getScrollTopForScrollToRowStateUpdate(e, t); + r = t._getScrollTopForScrollToRowStateUpdate(e, n); r && ((r.needToResetStyleCache = !1), this.setState(r)); }, }, @@ -41094,25 +41093,25 @@ var Dv = "observed", [ { key: "getDerivedStateFromProps", - value: function (e, t) { + value: function (e, n) { var r = {}; - (0 === e.columnCount && 0 !== t.scrollLeft) || - (0 === e.rowCount && 0 !== t.scrollTop) + (0 === e.columnCount && 0 !== n.scrollLeft) || + (0 === e.rowCount && 0 !== n.scrollTop) ? ((r.scrollLeft = 0), (r.scrollTop = 0)) - : ((e.scrollLeft !== t.scrollLeft && + : ((e.scrollLeft !== n.scrollLeft && e.scrollToColumn < 0) || - (e.scrollTop !== t.scrollTop && e.scrollToRow < 0)) && + (e.scrollTop !== n.scrollTop && e.scrollToRow < 0)) && Object.assign( r, - n._getScrollToPositionStateUpdate({ - prevState: t, + t._getScrollToPositionStateUpdate({ + prevState: n, scrollLeft: e.scrollLeft, scrollTop: e.scrollTop, }), ); var o, a, - l = t.instanceProps; + l = n.instanceProps; return ( (r.needToResetStyleCache = !1), (e.columnWidth === l.prevColumnWidth && @@ -41120,13 +41119,13 @@ var Dv = "observed", (r.needToResetStyleCache = !0), l.columnSizeAndPositionManager.configure({ cellCount: e.columnCount, - estimatedCellSize: n._getEstimatedColumnSize(e), - cellSizeGetter: n._wrapSizeGetter(e.columnWidth), + estimatedCellSize: t._getEstimatedColumnSize(e), + cellSizeGetter: t._wrapSizeGetter(e.columnWidth), }), l.rowSizeAndPositionManager.configure({ cellCount: e.rowCount, - estimatedCellSize: n._getEstimatedRowSize(e), - cellSizeGetter: n._wrapSizeGetter(e.rowHeight), + estimatedCellSize: t._getEstimatedRowSize(e), + cellSizeGetter: t._wrapSizeGetter(e.rowHeight), }), (0 !== l.prevColumnCount && 0 !== l.prevRowCount) || ((l.prevColumnCount = 0), (l.prevRowCount = 0)), @@ -41134,7 +41133,7 @@ var Dv = "observed", !1 === e.isScrolling && !0 === l.prevIsScrolling && Object.assign(r, { isScrolling: !1 }), - Pf({ + Df({ cellCount: l.prevColumnCount, cellSize: "number" == typeof l.prevColumnWidth @@ -41150,10 +41149,10 @@ var Dv = "observed", nextScrollToIndex: e.scrollToColumn, scrollToIndex: l.prevScrollToColumn, updateScrollOffsetForScrollToIndex: function () { - o = n._getScrollLeftForScrollToColumnStateUpdate(e, t); + o = t._getScrollLeftForScrollToColumnStateUpdate(e, n); }, }), - Pf({ + Df({ cellCount: l.prevRowCount, cellSize: "number" == typeof l.prevRowHeight @@ -41169,7 +41168,7 @@ var Dv = "observed", nextScrollToIndex: e.scrollToRow, scrollToIndex: l.prevScrollToRow, updateScrollOffsetForScrollToIndex: function () { - a = n._getScrollTopForScrollToRowStateUpdate(e, t); + a = t._getScrollTopForScrollToRowStateUpdate(e, n); }, }), (l.prevColumnCount = e.columnCount), @@ -41184,7 +41183,7 @@ var Dv = "observed", ? ((l.scrollbarSizeMeasured = !1), (l.scrollbarSize = 0)) : (l.scrollbarSizeMeasured = !0), (r.instanceProps = l), - Ov({}, r, {}, o, {}, a) + Bv({}, r, {}, o, {}, a) ); }, }, @@ -41210,7 +41209,7 @@ var Dv = "observed", var t = e.prevState, n = e.scrollLeft, r = e.scrollTop, - o = { scrollPositionChangeReason: Pv }; + o = { scrollPositionChangeReason: Dv }; return ( "number" == typeof n && n >= 0 && @@ -41268,12 +41267,12 @@ var Dv = "observed", }, { key: "_getScrollLeftForScrollToColumnStateUpdate", - value: function (e, t) { - var r = t.scrollLeft, - o = n._getCalculatedScrollLeft(e, t); + value: function (e, n) { + var r = n.scrollLeft, + o = t._getCalculatedScrollLeft(e, n); return "number" == typeof o && o >= 0 && r !== o - ? n._getScrollToPositionStateUpdate({ - prevState: t, + ? t._getScrollToPositionStateUpdate({ + prevState: n, scrollLeft: o, scrollTop: -1, }) @@ -41310,12 +41309,12 @@ var Dv = "observed", }, { key: "_getScrollTopForScrollToRowStateUpdate", - value: function (e, t) { - var r = t.scrollTop, - o = n._getCalculatedScrollTop(e, t); + value: function (e, n) { + var r = n.scrollTop, + o = t._getCalculatedScrollTop(e, n); return "number" == typeof o && o >= 0 && r !== o - ? n._getScrollToPositionStateUpdate({ - prevState: t, + ? t._getScrollToPositionStateUpdate({ + prevState: n, scrollLeft: -1, scrollTop: o, }) @@ -41324,115 +41323,115 @@ var Dv = "observed", }, ], ), - n + t ); })()), - Af( - Av, + _f( + _v, "propTypes", "production" === process.env.NODE_ENV ? null : { - "aria-label": uv.string.isRequired, - "aria-readonly": uv.bool, - autoContainerWidth: uv.bool.isRequired, - autoHeight: uv.bool.isRequired, - autoWidth: uv.bool.isRequired, + "aria-label": dv.string.isRequired, + "aria-readonly": dv.bool, + autoContainerWidth: dv.bool.isRequired, + autoHeight: dv.bool.isRequired, + autoWidth: dv.bool.isRequired, cellRenderer: function () { + return ( + "function" == typeof uv + ? uv.isRequired + ? uv.isRequired + : uv + : dv.shape(uv).isRequired + ).apply(this, arguments); + }, + cellRangeRenderer: function () { return ( "function" == typeof mv ? mv.isRequired ? mv.isRequired : mv - : uv.shape(mv).isRequired + : dv.shape(mv).isRequired ).apply(this, arguments); }, - cellRangeRenderer: function () { + className: dv.string, + columnCount: dv.number.isRequired, + columnWidth: function () { return ( "function" == typeof pv ? pv.isRequired ? pv.isRequired : pv - : uv.shape(pv).isRequired + : dv.shape(pv).isRequired ).apply(this, arguments); }, - className: uv.string, - columnCount: uv.number.isRequired, - columnWidth: function () { + containerProps: dv.object, + containerRole: dv.string.isRequired, + containerStyle: dv.object.isRequired, + deferredMeasurementCache: dv.object, + estimatedColumnSize: dv.number.isRequired, + estimatedRowSize: dv.number.isRequired, + getScrollbarSize: dv.func.isRequired, + height: dv.number.isRequired, + id: dv.string, + isScrolling: dv.bool, + isScrollingOptOut: dv.bool.isRequired, + noContentRenderer: function () { return ( "function" == typeof gv ? gv.isRequired ? gv.isRequired : gv - : uv.shape(gv).isRequired + : dv.shape(gv).isRequired ).apply(this, arguments); }, - containerProps: uv.object, - containerRole: uv.string.isRequired, - containerStyle: uv.object.isRequired, - deferredMeasurementCache: uv.object, - estimatedColumnSize: uv.number.isRequired, - estimatedRowSize: uv.number.isRequired, - getScrollbarSize: uv.func.isRequired, - height: uv.number.isRequired, - id: uv.string, - isScrolling: uv.bool, - isScrollingOptOut: uv.bool.isRequired, - noContentRenderer: function () { + onScroll: dv.func.isRequired, + onScrollbarPresenceChange: dv.func.isRequired, + onSectionRendered: dv.func.isRequired, + overscanColumnCount: dv.number.isRequired, + overscanIndicesGetter: function () { return ( "function" == typeof hv ? hv.isRequired ? hv.isRequired : hv - : uv.shape(hv).isRequired + : dv.shape(hv).isRequired ).apply(this, arguments); }, - onScroll: uv.func.isRequired, - onScrollbarPresenceChange: uv.func.isRequired, - onSectionRendered: uv.func.isRequired, - overscanColumnCount: uv.number.isRequired, - overscanIndicesGetter: function () { - return ( - "function" == typeof fv - ? fv.isRequired - ? fv.isRequired - : fv - : uv.shape(fv).isRequired - ).apply(this, arguments); - }, - overscanRowCount: uv.number.isRequired, - role: uv.string.isRequired, + overscanRowCount: dv.number.isRequired, + role: dv.string.isRequired, rowHeight: function () { return ( - "function" == typeof gv - ? gv.isRequired - ? gv.isRequired - : gv - : uv.shape(gv).isRequired + "function" == typeof pv + ? pv.isRequired + ? pv.isRequired + : pv + : dv.shape(pv).isRequired ).apply(this, arguments); }, - rowCount: uv.number.isRequired, - scrollingResetTimeInterval: uv.number.isRequired, - scrollLeft: uv.number, + rowCount: dv.number.isRequired, + scrollingResetTimeInterval: dv.number.isRequired, + scrollLeft: dv.number, scrollToAlignment: function () { return ( - "function" == typeof vv - ? vv.isRequired - ? vv.isRequired - : vv - : uv.shape(vv).isRequired + "function" == typeof fv + ? fv.isRequired + ? fv.isRequired + : fv + : dv.shape(fv).isRequired ).apply(this, arguments); }, - scrollToColumn: uv.number.isRequired, - scrollTop: uv.number, - scrollToRow: uv.number.isRequired, - style: uv.object.isRequired, - tabIndex: uv.number, - width: uv.number.isRequired, + scrollToColumn: dv.number.isRequired, + scrollTop: dv.number, + scrollToRow: dv.number.isRequired, + style: dv.object.isRequired, + tabIndex: dv.number, + width: dv.number.isRequired, }, ), - kv); -Af(Fv, "defaultProps", { + Av); +_f(Pv, "defaultProps", { "aria-label": "grid", "aria-readonly": !0, autoContainerWidth: !1, @@ -41500,7 +41499,7 @@ Af(Fv, "defaultProps", { (!s && !C) || i || g ? (N = n(T)) : (t[R] || (t[R] = n(T)), (N = t[R])), null != N && !1 !== N && - ("production" !== process.env.NODE_ENV && Hv(c, N), v.push(N)); + ("production" !== process.env.NODE_ENV && Mv(c, N), v.push(N)); } return v; }, @@ -41508,7 +41507,7 @@ Af(Fv, "defaultProps", { containerStyle: {}, estimatedColumnSize: 100, estimatedRowSize: 30, - getScrollbarSize: Tv, + getScrollbarSize: xv, noContentRenderer: function () { return null; }, @@ -41542,9 +41541,9 @@ Af(Fv, "defaultProps", { tabIndex: 0, isScrollingOptOut: !1, }), - Bf(Fv); -var Uv, Gv; -function zv(e) { + Zf(Pv); +var Fv, Uv; +function Gv(e) { var t = e.cellCount, n = e.overscanCellsCount, r = e.scrollDirection, @@ -41563,7 +41562,7 @@ function zv(e) { } ); } -function $v(e, t) { +function zv(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -41576,20 +41575,20 @@ function $v(e, t) { return n; } "production" !== process.env.NODE_ENV && - (uv.number.isRequired, uv.number.isRequired); -var Wv, - jv, - qv = - ((Gv = Uv = - (function (t) { - function n() { - var e, t; - Mf(this, n); + (dv.number.isRequired, dv.number.isRequired); +var $v, + Wv, + jv = + ((Uv = Fv = + (function () { + function t() { + var e, n; + bf(this, t); for (var r = arguments.length, o = new Array(r), a = 0; a < r; a++) o[a] = arguments[a]; return ( - Af( - Tf((t = Nf(this, (e = Sf(n)).call.apply(e, [this].concat(o))))), + _f( + xf((n = Tf(this, (e = Nf(t)).call.apply(e, [this].concat(o))))), "state", { scrollToColumn: 0, @@ -41597,21 +41596,21 @@ var Wv, instanceProps: { prevScrollToColumn: 0, prevScrollToRow: 0 }, }, ), - Af(Tf(t), "_columnStartIndex", 0), - Af(Tf(t), "_columnStopIndex", 0), - Af(Tf(t), "_rowStartIndex", 0), - Af(Tf(t), "_rowStopIndex", 0), - Af(Tf(t), "_onKeyDown", function (e) { - var n = t.props, - r = n.columnCount, - o = n.disabled, - a = n.mode, - l = n.rowCount; + _f(xf(n), "_columnStartIndex", 0), + _f(xf(n), "_columnStopIndex", 0), + _f(xf(n), "_rowStartIndex", 0), + _f(xf(n), "_rowStopIndex", 0), + _f(xf(n), "_onKeyDown", function (e) { + var t = n.props, + r = t.columnCount, + o = t.disabled, + a = t.mode, + l = t.rowCount; if (!o) { - var i = t._getScrollState(), + var i = n._getScrollState(), C = i.scrollToColumn, s = i.scrollToRow, - c = t._getScrollState(), + c = n._getScrollState(), d = c.scrollToColumn, u = c.scrollToRow; switch (e.key) { @@ -41619,48 +41618,48 @@ var Wv, u = "cells" === a ? Math.min(u + 1, l - 1) - : Math.min(t._rowStopIndex + 1, l - 1); + : Math.min(n._rowStopIndex + 1, l - 1); break; case "ArrowLeft": d = "cells" === a ? Math.max(d - 1, 0) - : Math.max(t._columnStartIndex - 1, 0); + : Math.max(n._columnStartIndex - 1, 0); break; case "ArrowRight": d = "cells" === a ? Math.min(d + 1, r - 1) - : Math.min(t._columnStopIndex + 1, r - 1); + : Math.min(n._columnStopIndex + 1, r - 1); break; case "ArrowUp": u = "cells" === a ? Math.max(u - 1, 0) - : Math.max(t._rowStartIndex - 1, 0); + : Math.max(n._rowStartIndex - 1, 0); } (d === C && u === s) || (e.preventDefault(), - t._updateScrollState({ scrollToColumn: d, scrollToRow: u })); + n._updateScrollState({ scrollToColumn: d, scrollToRow: u })); } }), - Af(Tf(t), "_onSectionRendered", function (e) { - var n = e.columnStartIndex, + _f(xf(n), "_onSectionRendered", function (e) { + var t = e.columnStartIndex, r = e.columnStopIndex, o = e.rowStartIndex, a = e.rowStopIndex; - (t._columnStartIndex = n), - (t._columnStopIndex = r), - (t._rowStartIndex = o), - (t._rowStopIndex = a); + (n._columnStartIndex = t), + (n._columnStopIndex = r), + (n._rowStartIndex = o), + (n._rowStopIndex = a); }), - t + n ); } return ( - _f(n, e.PureComponent), - xf( - n, + Vf(t, e.PureComponent), + Rf( + t, [ { key: "setScrollIndexes", @@ -41722,15 +41721,15 @@ var Wv, for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? $v(n, !0).forEach(function (t) { - Af(e, t, n[t]); + ? zv(n, !0).forEach(function (t) { + _f(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties( e, Object.getOwnPropertyDescriptors(n), ) - : $v(n).forEach(function (t) { + : zv(n).forEach(function (t) { Object.defineProperty( e, t, @@ -41752,29 +41751,29 @@ var Wv, }, ], ), - n + t ); })()), - Af( - Uv, + _f( + Fv, "propTypes", "production" === process.env.NODE_ENV ? null : { - children: uv.func.isRequired, - className: uv.string, - columnCount: uv.number.isRequired, - disabled: uv.bool.isRequired, - isControlled: uv.bool.isRequired, - mode: uv.oneOf(["cells", "edges"]).isRequired, - onScrollToChange: uv.func, - rowCount: uv.number.isRequired, - scrollToColumn: uv.number.isRequired, - scrollToRow: uv.number.isRequired, - }, - ), - Gv); -function Yv(e, t) { + children: dv.func.isRequired, + className: dv.string, + columnCount: dv.number.isRequired, + disabled: dv.bool.isRequired, + isControlled: dv.bool.isRequired, + mode: dv.oneOf(["cells", "edges"]).isRequired, + onScrollToChange: dv.func, + rowCount: dv.number.isRequired, + scrollToColumn: dv.number.isRequired, + scrollToRow: dv.number.isRequired, + }, + ), + Uv); +function qv(e, t) { var n, r = void 0 !== @@ -41947,7 +41946,7 @@ function Yv(e, t) { }, }; } -function Kv(e, t) { +function Yv(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -41959,79 +41958,79 @@ function Kv(e, t) { } return n; } -function Xv(e) { +function Kv(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? Kv(n, !0).forEach(function (t) { - Af(e, t, n[t]); + ? Yv(n, !0).forEach(function (t) { + _f(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : Kv(n).forEach(function (t) { + : Yv(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -Af(qv, "defaultProps", { +_f(jv, "defaultProps", { disabled: !1, isControlled: !1, mode: "edges", scrollToColumn: 0, scrollToRow: 0, }), - Bf(qv); -var Qv = - ((jv = Wv = - (function (t) { - function n() { - var e, t; - Mf(this, n); + Zf(jv); +var Xv = + ((Wv = $v = + (function () { + function t() { + var e, n; + bf(this, t); for (var r = arguments.length, o = new Array(r), a = 0; a < r; a++) o[a] = arguments[a]; return ( - Af( - Tf((t = Nf(this, (e = Sf(n)).call.apply(e, [this].concat(o))))), + _f( + xf((n = Tf(this, (e = Nf(t)).call.apply(e, [this].concat(o))))), "state", { - height: t.props.defaultHeight || 0, - width: t.props.defaultWidth || 0, + height: n.props.defaultHeight || 0, + width: n.props.defaultWidth || 0, }, ), - Af(Tf(t), "_parentNode", void 0), - Af(Tf(t), "_autoSizer", void 0), - Af(Tf(t), "_window", void 0), - Af(Tf(t), "_detectElementResize", void 0), - Af(Tf(t), "_onResize", function () { - var e = t.props, - n = e.disableHeight, + _f(xf(n), "_parentNode", void 0), + _f(xf(n), "_autoSizer", void 0), + _f(xf(n), "_window", void 0), + _f(xf(n), "_detectElementResize", void 0), + _f(xf(n), "_onResize", function () { + var e = n.props, + t = e.disableHeight, r = e.disableWidth, o = e.onResize; - if (t._parentNode) { - var a = t._parentNode.offsetHeight || 0, - l = t._parentNode.offsetWidth || 0, - i = (t._window || window).getComputedStyle(t._parentNode) || {}, + if (n._parentNode) { + var a = n._parentNode.offsetHeight || 0, + l = n._parentNode.offsetWidth || 0, + i = (n._window || window).getComputedStyle(n._parentNode) || {}, C = parseInt(i.paddingLeft, 10) || 0, s = parseInt(i.paddingRight, 10) || 0, c = parseInt(i.paddingTop, 10) || 0, d = parseInt(i.paddingBottom, 10) || 0, u = a - c - d, m = l - C - s; - ((!n && t.state.height !== u) || (!r && t.state.width !== m)) && - (t.setState({ height: a - c - d, width: l - C - s }), + ((!t && n.state.height !== u) || (!r && n.state.width !== m)) && + (n.setState({ height: a - c - d, width: l - C - s }), o({ height: a, width: l })); } }), - Af(Tf(t), "_setRef", function (e) { - t._autoSizer = e; + _f(xf(n), "_setRef", function (e) { + n._autoSizer = e; }), - t + n ); } return ( - _f(n, e.Component), - xf(n, [ + Vf(t, e.Component), + Rf(t, [ { key: "componentDidMount", value: function () { @@ -42046,7 +42045,7 @@ var Qv = ((this._parentNode = this._autoSizer.parentNode), (this._window = this._autoSizer.parentNode.ownerDocument.defaultView), - (this._detectElementResize = Yv(e, this._window)), + (this._detectElementResize = qv(e, this._window)), this._detectElementResize.addResizeListener( this._parentNode, this._onResize, @@ -42084,99 +42083,99 @@ var Qv = a || ((c.width = 0), (d.width = s)), e.createElement( "div", - { className: r, ref: this._setRef, style: Xv({}, c, {}, l) }, + { className: r, ref: this._setRef, style: Kv({}, c, {}, l) }, n(d), ) ); }, }, ]), - n + t ); })()), - Af( - Wv, + _f( + $v, "propTypes", "production" === process.env.NODE_ENV ? null : { - children: uv.func.isRequired, - className: uv.string, - defaultHeight: uv.number, - defaultWidth: uv.number, - disableHeight: uv.bool.isRequired, - disableWidth: uv.bool.isRequired, - nonce: uv.string, - onResize: uv.func.isRequired, - style: uv.object, + children: dv.func.isRequired, + className: dv.string, + defaultHeight: dv.number, + defaultWidth: dv.number, + disableHeight: dv.bool.isRequired, + disableWidth: dv.bool.isRequired, + nonce: dv.string, + onResize: dv.func.isRequired, + style: dv.object, }, ), - jv); -Af(Qv, "defaultProps", { + Wv); +_f(Xv, "defaultProps", { onResize: function () {}, disableHeight: !1, disableWidth: !1, style: {}, }); -var Jv, - eE, - tE = +var Qv, + Jv, + eE = "production" === process.env.NODE_ENV ? null : { - hasFixedWidth: uv.func.isRequired, - hasFixedHeight: uv.func.isRequired, - has: uv.func.isRequired, - set: uv.func.isRequired, - getHeight: uv.func.isRequired, - getWidth: uv.func.isRequired, - }, - nE = - ((eE = Jv = - (function (t) { - function n() { - var e, t; - Mf(this, n); + hasFixedWidth: dv.func.isRequired, + hasFixedHeight: dv.func.isRequired, + has: dv.func.isRequired, + set: dv.func.isRequired, + getHeight: dv.func.isRequired, + getWidth: dv.func.isRequired, + }, + tE = + ((Jv = Qv = + (function () { + function t() { + var e, n; + bf(this, t); for (var r = arguments.length, o = new Array(r), a = 0; a < r; a++) o[a] = arguments[a]; return ( - Af( - Tf((t = Nf(this, (e = Sf(n)).call.apply(e, [this].concat(o))))), + _f( + xf((n = Tf(this, (e = Nf(t)).call.apply(e, [this].concat(o))))), "_child", void 0, ), - Af(Tf(t), "_measure", function () { - var e = t.props, - n = e.cache, + _f(xf(n), "_measure", function () { + var e = n.props, + t = e.cache, r = e.columnIndex, o = void 0 === r ? 0 : r, a = e.parent, l = e.rowIndex, - i = void 0 === l ? t.props.index || 0 : l, - C = t._getCellMeasurements(), + i = void 0 === l ? n.props.index || 0 : l, + C = n._getCellMeasurements(), s = C.height, c = C.width; - (s === n.getHeight(i, o) && c === n.getWidth(i, o)) || - (n.set(i, o, c, s), + (s === t.getHeight(i, o) && c === t.getWidth(i, o)) || + (t.set(i, o, c, s), a && "function" == typeof a.recomputeGridSize && a.recomputeGridSize({ columnIndex: o, rowIndex: i })); }), - Af(Tf(t), "_registerChild", function (e) { + _f(xf(n), "_registerChild", function (e) { !e || e instanceof Element || console.warn( "CellMeasurer registerChild expects to be passed Element or null", ), - (t._child = e), - e && t._maybeMeasureCell(); + (n._child = e), + e && n._maybeMeasureCell(); }), - t + n ); } return ( - _f(n, e.PureComponent), - xf(n, [ + Vf(t, e.PureComponent), + Rf(t, [ { key: "componentDidMount", value: function () { @@ -42252,36 +42251,36 @@ var Jv, }, }, ]), - n + t ); })()), - Af( - Jv, + _f( + Qv, "propTypes", "production" === process.env.NODE_ENV ? null : { cache: function () { return ( - "function" == typeof tE - ? tE.isRequired - ? tE.isRequired - : tE - : uv.shape(tE).isRequired + "function" == typeof eE + ? eE.isRequired + ? eE.isRequired + : eE + : dv.shape(eE).isRequired ).apply(this, arguments); }, - children: uv.oneOfType([uv.func, uv.node]).isRequired, - columnIndex: uv.number, - index: uv.number, - parent: uv.shape({ - invalidateCellSizeAfterRender: uv.func, - recomputeGridSize: uv.func, + children: dv.oneOfType([dv.func, dv.node]).isRequired, + columnIndex: dv.number, + index: dv.number, + parent: dv.shape({ + invalidateCellSizeAfterRender: dv.func, + recomputeGridSize: dv.func, }).isRequired, - rowIndex: uv.number, + rowIndex: dv.number, }, ), - eE); -function rE(e, t) { + Jv); +function nE(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -42293,64 +42292,64 @@ function rE(e, t) { } return n; } -function oE(e) { +function rE(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? rE(n, !0).forEach(function (t) { - Af(e, t, n[t]); + ? nE(n, !0).forEach(function (t) { + _f(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : rE(n).forEach(function (t) { + : nE(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -Af(nE, "__internalCellMeasurerFlag", !1), - "production" !== process.env.NODE_ENV && (nE.__internalCellMeasurerFlag = !0); -var aE = "observed", - lE = "requested", - iE = (function (t) { - function n() { - var e, t; - Mf(this, n); +_f(tE, "__internalCellMeasurerFlag", !1), + "production" !== process.env.NODE_ENV && (tE.__internalCellMeasurerFlag = !0); +var oE = "observed", + aE = "requested", + lE = (function () { + function t() { + var e, n; + bf(this, t); for (var r = arguments.length, o = new Array(r), a = 0; a < r; a++) o[a] = arguments[a]; return ( - Af( - Tf((t = Nf(this, (e = Sf(n)).call.apply(e, [this].concat(o))))), + _f( + xf((n = Tf(this, (e = Nf(t)).call.apply(e, [this].concat(o))))), "state", { isScrolling: !1, scrollLeft: 0, scrollTop: 0 }, ), - Af(Tf(t), "_calculateSizeAndPositionDataOnNextUpdate", !1), - Af(Tf(t), "_onSectionRenderedMemoizer", bv()), - Af(Tf(t), "_onScrollMemoizer", bv(!1)), - Af(Tf(t), "_invokeOnSectionRenderedHelper", function () { - var e = t.props, - n = e.cellLayoutManager, + _f(xf(n), "_calculateSizeAndPositionDataOnNextUpdate", !1), + _f(xf(n), "_onSectionRenderedMemoizer", Lv()), + _f(xf(n), "_onScrollMemoizer", Lv(!1)), + _f(xf(n), "_invokeOnSectionRenderedHelper", function () { + var e = n.props, + t = e.cellLayoutManager, r = e.onSectionRendered; - t._onSectionRenderedMemoizer({ + n._onSectionRenderedMemoizer({ callback: r, - indices: { indices: n.getLastRenderedIndices() }, + indices: { indices: t.getLastRenderedIndices() }, }); }), - Af(Tf(t), "_setScrollingContainerRef", function (e) { - t._scrollingContainer = e; + _f(xf(n), "_setScrollingContainerRef", function (e) { + n._scrollingContainer = e; }), - Af(Tf(t), "_updateScrollPositionForScrollToCell", function () { - var e = t.props, - n = e.cellLayoutManager, + _f(xf(n), "_updateScrollPositionForScrollToCell", function () { + var e = n.props, + t = e.cellLayoutManager, r = e.height, o = e.scrollToAlignment, a = e.scrollToCell, l = e.width, - i = t.state, + i = n.state, C = i.scrollLeft, s = i.scrollTop; if (a >= 0) { - var c = n.getScrollPositionForCell({ + var c = t.getScrollPositionForCell({ align: o, cellIndex: a, height: r, @@ -42359,34 +42358,34 @@ var aE = "observed", width: l, }); (c.scrollLeft === C && c.scrollTop === s) || - t._setScrollPosition(c); + n._setScrollPosition(c); } }), - Af(Tf(t), "_onScroll", function (e) { - if (e.target === t._scrollingContainer) { - t._enablePointerEventsAfterDelay(); - var n = t.props, - r = n.cellLayoutManager, - o = n.height, - a = n.isScrollingChange, - l = n.width, - i = t._scrollbarSize, + _f(xf(n), "_onScroll", function (e) { + if (e.target === n._scrollingContainer) { + n._enablePointerEventsAfterDelay(); + var t = n.props, + r = t.cellLayoutManager, + o = t.height, + a = t.isScrollingChange, + l = t.width, + i = n._scrollbarSize, C = r.getTotalSize(), s = C.height, c = C.width, d = Math.max(0, Math.min(c - l + i, e.target.scrollLeft)), u = Math.max(0, Math.min(s - o + i, e.target.scrollTop)); - if (t.state.scrollLeft !== d || t.state.scrollTop !== u) { - var m = e.cancelable ? aE : lE; - t.state.isScrolling || a(!0), - t.setState({ + if (n.state.scrollLeft !== d || n.state.scrollTop !== u) { + var m = e.cancelable ? oE : aE; + n.state.isScrolling || a(!0), + n.setState({ isScrolling: !0, scrollLeft: d, scrollPositionChangeReason: m, scrollTop: u, }); } - t._invokeOnScrollMemoizer({ + n._invokeOnScrollMemoizer({ scrollLeft: d, scrollTop: u, totalWidth: c, @@ -42394,17 +42393,17 @@ var aE = "observed", }); } }), - (t._scrollbarSize = Tv()), - void 0 === t._scrollbarSize - ? ((t._scrollbarSizeMeasured = !1), (t._scrollbarSize = 0)) - : (t._scrollbarSizeMeasured = !0), - t + (n._scrollbarSize = xv()), + void 0 === n._scrollbarSize + ? ((n._scrollbarSizeMeasured = !1), (n._scrollbarSize = 0)) + : (n._scrollbarSizeMeasured = !0), + n ); } return ( - _f(n, e.PureComponent), - xf( - n, + Vf(t, e.PureComponent), + Rf( + t, [ { key: "recomputeCellSizesAndPositions", @@ -42422,7 +42421,7 @@ var aE = "observed", r = e.scrollToCell, o = e.scrollTop; this._scrollbarSizeMeasured || - ((this._scrollbarSize = Tv()), + ((this._scrollbarSize = xv()), (this._scrollbarSizeMeasured = !0), this.setState({})), r >= 0 @@ -42453,7 +42452,7 @@ var aE = "observed", C = i.scrollLeft, s = i.scrollPositionChangeReason, c = i.scrollTop; - s === lE && + s === aE && (C >= 0 && C !== t.scrollLeft && C !== this._scrollingContainer.scrollLeft && @@ -42539,11 +42538,11 @@ var aE = "observed", { ref: this._setScrollingContainerRef, "aria-label": this.props["aria-label"], - className: Df("ReactVirtualized__Collection", a), + className: Of("ReactVirtualized__Collection", a), id: C, onScroll: this._onScroll, role: "grid", - style: oE({}, y, {}, c), + style: rE({}, y, {}, c), tabIndex: 0, }, r > 0 && @@ -42613,7 +42612,7 @@ var aE = "observed", value: function (e) { var t = e.scrollLeft, n = e.scrollTop, - r = { scrollPositionChangeReason: lE }; + r = { scrollPositionChangeReason: aE }; t >= 0 && (r.scrollLeft = t), n >= 0 && (r.scrollTop = n), ((t >= 0 && t !== this.state.scrollLeft) || @@ -42634,22 +42633,22 @@ var aE = "observed", null != e.scrollLeft ? e.scrollLeft : t.scrollLeft, scrollTop: null != e.scrollTop ? e.scrollTop : t.scrollTop, - scrollPositionChangeReason: lE, + scrollPositionChangeReason: aE, } : null : { scrollLeft: 0, scrollTop: 0, - scrollPositionChangeReason: lE, + scrollPositionChangeReason: aE, }; }, }, ], ), - n + t ); })(); -Af(iE, "defaultProps", { +_f(lE, "defaultProps", { "aria-label": "grid", horizontalOverscanSize: 0, noContentRenderer: function () { @@ -42666,51 +42665,51 @@ Af(iE, "defaultProps", { style: {}, verticalOverscanSize: 0, }), - (iE.propTypes = + (lE.propTypes = "production" !== process.env.NODE_ENV ? { - "aria-label": uv.string, - autoHeight: uv.bool, - cellCount: uv.number.isRequired, - cellLayoutManager: uv.object.isRequired, - className: uv.string, - height: uv.number.isRequired, - id: uv.string, - horizontalOverscanSize: uv.number.isRequired, - isScrollingChange: uv.func, - noContentRenderer: uv.func.isRequired, - onScroll: uv.func.isRequired, - onSectionRendered: uv.func.isRequired, - scrollLeft: uv.number, - scrollToAlignment: uv.oneOf(["auto", "end", "start", "center"]) + "aria-label": dv.string, + autoHeight: dv.bool, + cellCount: dv.number.isRequired, + cellLayoutManager: dv.object.isRequired, + className: dv.string, + height: dv.number.isRequired, + id: dv.string, + horizontalOverscanSize: dv.number.isRequired, + isScrollingChange: dv.func, + noContentRenderer: dv.func.isRequired, + onScroll: dv.func.isRequired, + onSectionRendered: dv.func.isRequired, + scrollLeft: dv.number, + scrollToAlignment: dv.oneOf(["auto", "end", "start", "center"]) .isRequired, - scrollToCell: uv.number.isRequired, - scrollTop: uv.number, - style: uv.object, - verticalOverscanSize: uv.number.isRequired, - width: uv.number.isRequired, + scrollToCell: dv.number.isRequired, + scrollTop: dv.number, + style: dv.object, + verticalOverscanSize: dv.number.isRequired, + width: dv.number.isRequired, } : {}), - Bf(iE), - "production" !== process.env.NODE_ENV && uv.number.isRequired, + Zf(lE), + "production" !== process.env.NODE_ENV && dv.number.isRequired, "production" !== process.env.NODE_ENV && - (uv.number.isRequired, uv.number.isRequired), + (dv.number.isRequired, dv.number.isRequired), "production" !== process.env.NODE_ENV && - (uv.number.isRequired, uv.number.isRequired), + (dv.number.isRequired, dv.number.isRequired), "production" !== process.env.NODE_ENV && - (uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired), + (dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired), "production" !== process.env.NODE_ENV && - (uv.number.isRequired, uv.number.isRequired); -var CE = (function () { + (dv.number.isRequired, dv.number.isRequired); +var iE = (function () { function e(t) { var n = t.height, r = t.width, o = t.x, a = t.y; - Mf(this, e), + bf(this, e), (this.height = n), (this.width = r), (this.x = o), @@ -42719,7 +42718,7 @@ var CE = (function () { (this._indices = []); } return ( - xf(e, [ + Rf(e, [ { key: "addCellIndex", value: function (e) { @@ -42748,17 +42747,17 @@ var CE = (function () { e ); })(), - sE = (function () { + CE = (function () { function e() { var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 100; - Mf(this, e), + bf(this, e), (this._sectionSize = t), (this._cellMetadata = []), (this._sections = {}); } return ( - xf(e, [ + Rf(e, [ { key: "getCellIndices", value: function (e) { @@ -42808,7 +42807,7 @@ var CE = (function () { for (var d = i; d <= C; d++) { var u = "".concat(c, ".").concat(d); this._sections[u] || - (this._sections[u] = new CE({ + (this._sections[u] = new iE({ height: this._sectionSize, width: this._sectionSize, x: c * this._sectionSize, @@ -42849,7 +42848,7 @@ var CE = (function () { e ); })(); -function cE(e) { +function sE(e) { var t = e.align, n = void 0 === t ? "auto" : t, r = e.cellOffset, @@ -42869,22 +42868,22 @@ function cE(e) { return Math.max(C, Math.min(i, l)); } } -var dE = (function (t) { - function n(e, t) { +var cE = (function () { + function t(e, n) { var r; return ( - Mf(this, n), - ((r = Nf(this, Sf(n).call(this, e, t)))._cellMetadata = []), + bf(this, t), + ((r = Tf(this, Nf(t).call(this, e, n)))._cellMetadata = []), (r._lastRenderedCellIndices = []), (r._cellCache = []), - (r._isScrollingChange = r._isScrollingChange.bind(Tf(r))), - (r._setCollectionViewRef = r._setCollectionViewRef.bind(Tf(r))), + (r._isScrollingChange = r._isScrollingChange.bind(xf(r))), + (r._setCollectionViewRef = r._setCollectionViewRef.bind(xf(r))), r ); } return ( - _f(n, e.PureComponent), - xf(n, [ + Vf(t, e.PureComponent), + Rf(t, [ { key: "forceUpdate", value: function () { @@ -42901,10 +42900,10 @@ var dE = (function (t) { { key: "render", value: function () { - var t = aa({}, this.props); + var t = oa({}, this.props); return e.createElement( - iE, - aa( + lE, + oa( { cellLayoutManager: this, isScrollingChange: this._isScrollingChange, @@ -42925,7 +42924,7 @@ var dE = (function (t) { n = e.cellSizeAndPositionGetter, r = e.sectionSize, o = [], - a = new sE(r), + a = new CE(r), l = 0, i = 0, C = 0; @@ -42991,7 +42990,7 @@ var dE = (function (t) { i = this.props.cellCount; if (n >= 0 && n < i) { var C = this._cellMetadata[n]; - (o = cE({ + (o = sE({ align: t, cellOffset: C.x, cellSize: C.width, @@ -42999,7 +42998,7 @@ var dE = (function (t) { currentOffset: o, targetIndex: n, })), - (a = cE({ + (a = sE({ align: t, cellOffset: C.y, cellSize: C.height, @@ -43063,17 +43062,17 @@ var dE = (function (t) { }, }, ]), - n + t ); })(); -function uE(e, t) { +function dE(e, t) { (null == t || t > e.length) && (t = e.length); for (var n = 0, r = Array(t); n < t; n++) r[n] = e[n]; return r; } -function mE(e, t) { +function uE(e, t) { if (e) { - if ("string" == typeof e) return uE(e, t); + if ("string" == typeof e) return dE(e, t); var n = {}.toString.call(e).slice(8, -1); return ( "Object" === n && e.constructor && (n = e.constructor.name), @@ -43081,15 +43080,15 @@ function mE(e, t) { ? Array.from(e) : "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) - ? uE(e, t) + ? dE(e, t) : void 0 ); } } -function pE(e) { +function mE(e) { return ( (function (e) { - if (Array.isArray(e)) return uE(e); + if (Array.isArray(e)) return dE(e); })(e) || (function (e) { if ( @@ -43098,7 +43097,7 @@ function pE(e) { ) return Array.from(e); })(e) || - mE(e) || + uE(e) || (function () { throw new TypeError( "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.", @@ -43106,7 +43105,7 @@ function pE(e) { })() ); } -Af(dE, "defaultProps", { +_f(cE, "defaultProps", { "aria-label": "grid", cellGroupRenderer: function (e) { var t = e.cellCache, @@ -43136,41 +43135,41 @@ Af(dE, "defaultProps", { }); }, }), - (dE.propTypes = + (cE.propTypes = "production" !== process.env.NODE_ENV ? { - "aria-label": uv.string, - cellCount: uv.number.isRequired, - cellGroupRenderer: uv.func.isRequired, - cellRenderer: uv.func.isRequired, - cellSizeAndPositionGetter: uv.func.isRequired, - sectionSize: uv.number, + "aria-label": dv.string, + cellCount: dv.number.isRequired, + cellGroupRenderer: dv.func.isRequired, + cellRenderer: dv.func.isRequired, + cellSizeAndPositionGetter: dv.func.isRequired, + sectionSize: dv.number, } : {}), "production" === process.env.NODE_ENV || - (uv.func.isRequired, - uv.number, - uv.number, - uv.number.isRequired, - uv.number.isRequired); -var gE = (function (t) { - function n(e, t) { + (dv.func.isRequired, + dv.number, + dv.number, + dv.number.isRequired, + dv.number.isRequired); +var pE = (function () { + function t(e, n) { var r; return ( - Mf(this, n), - ((r = Nf(this, Sf(n).call(this, e, t)))._loadMoreRowsMemoizer = bv()), - (r._onRowsRendered = r._onRowsRendered.bind(Tf(r))), - (r._registerChild = r._registerChild.bind(Tf(r))), + bf(this, t), + ((r = Tf(this, Nf(t).call(this, e, n)))._loadMoreRowsMemoizer = Lv()), + (r._onRowsRendered = r._onRowsRendered.bind(xf(r))), + (r._registerChild = r._registerChild.bind(xf(r))), r ); } return ( - _f(n, e.PureComponent), - xf(n, [ + Vf(t, e.PureComponent), + Rf(t, [ { key: "resetLoadMoreRowsCache", value: function (e) { - (this._loadMoreRowsMemoizer = bv()), + (this._loadMoreRowsMemoizer = Lv()), e && this._doStuff( this._lastRenderedStartIndex, @@ -43293,7 +43292,7 @@ var gE = (function (t) { }), c = (n = []).concat.apply( n, - pE( + mE( s.map(function (e) { return [e.startIndex, e.stopIndex]; }), @@ -43314,60 +43313,60 @@ var gE = (function (t) { }, }, ]), - n + t ); })(); -Af(gE, "defaultProps", { minimumBatchSize: 10, rowCount: 0, threshold: 15 }), - (gE.propTypes = +_f(pE, "defaultProps", { minimumBatchSize: 10, rowCount: 0, threshold: 15 }), + (pE.propTypes = "production" !== process.env.NODE_ENV ? { - children: uv.func.isRequired, - isRowLoaded: uv.func.isRequired, - loadMoreRows: uv.func.isRequired, - minimumBatchSize: uv.number.isRequired, - rowCount: uv.number.isRequired, - threshold: uv.number.isRequired, + children: dv.func.isRequired, + isRowLoaded: dv.func.isRequired, + loadMoreRows: dv.func.isRequired, + minimumBatchSize: dv.number.isRequired, + rowCount: dv.number.isRequired, + threshold: dv.number.isRequired, } : {}), "production" !== process.env.NODE_ENV && - (uv.number.isRequired, - uv.bool.isRequired, - uv.bool.isRequired, - uv.string.isRequired, - uv.object.isRequired, - uv.object.isRequired); -var hE, - fE, - vE = "production" === process.env.NODE_ENV ? null : uv.func; + (dv.number.isRequired, + dv.bool.isRequired, + dv.bool.isRequired, + dv.string.isRequired, + dv.object.isRequired, + dv.object.isRequired); +var gE, + hE, + fE = "production" === process.env.NODE_ENV ? null : dv.func; "production" !== process.env.NODE_ENV && - (uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired, - uv.number.isRequired), + (dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired, + dv.number.isRequired), "production" !== process.env.NODE_ENV && - (uv.number.isRequired, uv.number.isRequired, uv.number.isRequired); -var EE = - ((fE = hE = - (function (t) { - function n() { - var e, t; - Mf(this, n); + (dv.number.isRequired, dv.number.isRequired, dv.number.isRequired); +var vE = + ((hE = gE = + (function () { + function t() { + var e, n; + bf(this, t); for (var r = arguments.length, o = new Array(r), a = 0; a < r; a++) o[a] = arguments[a]; return ( - Af( - Tf((t = Nf(this, (e = Sf(n)).call.apply(e, [this].concat(o))))), + _f( + xf((n = Tf(this, (e = Nf(t)).call.apply(e, [this].concat(o))))), "Grid", void 0, ), - Af(Tf(t), "_cellRenderer", function (e) { - var n = e.parent, + _f(xf(n), "_cellRenderer", function (e) { + var t = e.parent, r = e.rowIndex, o = e.style, a = e.isScrolling, l = e.isVisible, i = e.key, - C = t.props.rowRenderer, + C = n.props.rowRenderer, s = Object.getOwnPropertyDescriptor(o, "width"); return ( s && s.writable && (o.width = "100%"), @@ -43377,41 +43376,41 @@ var EE = isScrolling: a, isVisible: l, key: i, - parent: n, + parent: t, }) ); }), - Af(Tf(t), "_setRef", function (e) { - t.Grid = e; + _f(xf(n), "_setRef", function (e) { + n.Grid = e; }), - Af(Tf(t), "_onScroll", function (e) { - var n = e.clientHeight, + _f(xf(n), "_onScroll", function (e) { + var t = e.clientHeight, r = e.scrollHeight, o = e.scrollTop; - (0, t.props.onScroll)({ - clientHeight: n, + (0, n.props.onScroll)({ + clientHeight: t, scrollHeight: r, scrollTop: o, }); }), - Af(Tf(t), "_onSectionRendered", function (e) { - var n = e.rowOverscanStartIndex, + _f(xf(n), "_onSectionRendered", function (e) { + var t = e.rowOverscanStartIndex, r = e.rowOverscanStopIndex, o = e.rowStartIndex, a = e.rowStopIndex; - (0, t.props.onRowsRendered)({ - overscanStartIndex: n, + (0, n.props.onRowsRendered)({ + overscanStartIndex: t, overscanStopIndex: r, startIndex: o, stopIndex: a, }); }), - t + n ); } return ( - _f(n, e.PureComponent), - xf(n, [ + Vf(t, e.PureComponent), + Rf(t, [ { key: "forceUpdateGrid", value: function () { @@ -43505,10 +43504,10 @@ var EE = r = t.noRowsRenderer, o = t.scrollToIndex, a = t.width, - l = Df("ReactVirtualized__List", n); + l = Of("ReactVirtualized__List", n); return e.createElement( - Fv, - aa({}, this.props, { + Pv, + oa({}, this.props, { autoContainerWidth: !0, cellRenderer: this._cellRenderer, className: l, @@ -43524,78 +43523,78 @@ var EE = }, }, ]), - n + t ); })()), - Af( - hE, + _f( + gE, "propTypes", "production" === process.env.NODE_ENV ? null : { - "aria-label": uv.string, - autoHeight: uv.bool.isRequired, - className: uv.string, - estimatedRowSize: uv.number.isRequired, - height: uv.number.isRequired, + "aria-label": dv.string, + autoHeight: dv.bool.isRequired, + className: dv.string, + estimatedRowSize: dv.number.isRequired, + height: dv.number.isRequired, noRowsRenderer: function () { return ( - "function" == typeof hv - ? hv.isRequired - ? hv.isRequired - : hv - : uv.shape(hv).isRequired + "function" == typeof gv + ? gv.isRequired + ? gv.isRequired + : gv + : dv.shape(gv).isRequired ).apply(this, arguments); }, - onRowsRendered: uv.func.isRequired, - onScroll: uv.func.isRequired, + onRowsRendered: dv.func.isRequired, + onScroll: dv.func.isRequired, overscanIndicesGetter: function () { return ( - "function" == typeof fv - ? fv.isRequired - ? fv.isRequired - : fv - : uv.shape(fv).isRequired + "function" == typeof hv + ? hv.isRequired + ? hv.isRequired + : hv + : dv.shape(hv).isRequired ).apply(this, arguments); }, - overscanRowCount: uv.number.isRequired, + overscanRowCount: dv.number.isRequired, rowHeight: function () { return ( - "function" == typeof gv - ? gv.isRequired - ? gv.isRequired - : gv - : uv.shape(gv).isRequired + "function" == typeof pv + ? pv.isRequired + ? pv.isRequired + : pv + : dv.shape(pv).isRequired ).apply(this, arguments); }, rowRenderer: function () { return ( - "function" == typeof vE - ? vE.isRequired - ? vE.isRequired - : vE - : uv.shape(vE).isRequired + "function" == typeof fE + ? fE.isRequired + ? fE.isRequired + : fE + : dv.shape(fE).isRequired ).apply(this, arguments); }, - rowCount: uv.number.isRequired, + rowCount: dv.number.isRequired, scrollToAlignment: function () { return ( - "function" == typeof vv - ? vv.isRequired - ? vv.isRequired - : vv - : uv.shape(vv).isRequired + "function" == typeof fv + ? fv.isRequired + ? fv.isRequired + : fv + : dv.shape(fv).isRequired ).apply(this, arguments); }, - scrollToIndex: uv.number.isRequired, - scrollTop: uv.number, - style: uv.object.isRequired, - tabIndex: uv.number, - width: uv.number.isRequired, + scrollToIndex: dv.number.isRequired, + scrollTop: dv.number, + style: dv.object.isRequired, + tabIndex: dv.number, + width: dv.number.isRequired, }, ), - fE); -function wE(e, t) { + hE); +function EE(e, t) { return ( (function (e) { if (Array.isArray(e)) return e; @@ -43635,7 +43634,7 @@ function wE(e, t) { return i; } })(e, t) || - mE(e, t) || + uE(e, t) || (function () { throw new TypeError( "Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.", @@ -43643,7 +43642,7 @@ function wE(e, t) { })() ); } -Af(EE, "defaultProps", { +_f(vE, "defaultProps", { autoHeight: !1, estimatedRowSize: 30, onScroll: function () {}, @@ -43651,13 +43650,13 @@ Af(EE, "defaultProps", { return null; }, onRowsRendered: function () {}, - overscanIndicesGetter: zv, + overscanIndicesGetter: Gv, overscanRowCount: 10, scrollToAlignment: "auto", scrollToIndex: -1, style: {}, }); -var LE = { +var wE = { ge: function (e, t, n, r, o) { return "function" == typeof n ? (function (e, t, n, r, o) { @@ -43778,7 +43777,7 @@ var LE = { })(e, void 0 === n ? 0 : 0 | n, void 0 === r ? e.length - 1 : 0 | r, t); }, }; -function bE(e, t, n, r, o) { +function LE(e, t, n, r, o) { (this.mid = e), (this.left = t), (this.right = n), @@ -43786,8 +43785,8 @@ function bE(e, t, n, r, o) { (this.rightPoints = o), (this.count = (t ? t.count : 0) + (n ? n.count : 0) + r.length); } -var ME = bE.prototype; -function HE(e, t) { +var bE = LE.prototype; +function ME(e, t) { (e.mid = t.mid), (e.left = t.left), (e.right = t.right), @@ -43795,8 +43794,8 @@ function HE(e, t) { (e.rightPoints = t.rightPoints), (e.count = t.count); } -function yE(e, t) { - var n = kE(t); +function HE(e, t) { + var n = AE(t); (e.mid = n.mid), (e.left = n.left), (e.right = n.right), @@ -43804,48 +43803,48 @@ function yE(e, t) { (e.rightPoints = n.rightPoints), (e.count = n.count); } -function RE(e, t) { +function yE(e, t) { var n = e.intervals([]); - n.push(t), yE(e, n); + n.push(t), HE(e, n); } -function xE(e, t) { +function RE(e, t) { var n = e.intervals([]), r = n.indexOf(t); - return r < 0 ? 0 : (n.splice(r, 1), yE(e, n), 1); + return r < 0 ? 0 : (n.splice(r, 1), HE(e, n), 1); } -function TE(e, t, n) { +function xE(e, t, n) { for (var r = 0; r < e.length && e[r][0] <= t; ++r) { var o = n(e[r]); if (o) return o; } } -function NE(e, t, n) { +function TE(e, t, n) { for (var r = e.length - 1; r >= 0 && e[r][1] >= t; --r) { var o = n(e[r]); if (o) return o; } } -function SE(e, t) { +function NE(e, t) { for (var n = 0; n < e.length; ++n) { var r = t(e[n]); if (r) return r; } } -function VE(e, t) { +function SE(e, t) { return e - t; } -function _E(e, t) { +function VE(e, t) { var n = e[0] - t[0]; return n || e[1] - t[1]; } -function AE(e, t) { +function _E(e, t) { var n = e[1] - t[1]; return n || e[0] - t[0]; } -function kE(e) { +function AE(e) { if (0 === e.length) return null; for (var t = [], n = 0; n < e.length; ++n) t.push(e[n][0], e[n][1]); - t.sort(VE); + t.sort(SE); var r = t[t.length >> 1], o = [], a = [], @@ -43856,12 +43855,12 @@ function kE(e) { } var C = l, s = l.slice(); - return C.sort(_E), s.sort(AE), new bE(r, kE(o), kE(a), C, s); + return C.sort(VE), s.sort(_E), new LE(r, AE(o), AE(a), C, s); } -function IE(e) { +function kE(e) { this.root = e; } -(ME.intervals = function (e) { +(bE.intervals = function (e) { return ( e.push.apply(e, this.leftPoints), this.left && this.left.intervals(e), @@ -43869,32 +43868,32 @@ function IE(e) { e ); }), - (ME.insert = function (e) { + (bE.insert = function (e) { var t = this.count - this.leftPoints.length; if (((this.count += 1), e[1] < this.mid)) this.left ? 4 * (this.left.count + 1) > 3 * (t + 1) - ? RE(this, e) + ? yE(this, e) : this.left.insert(e) - : (this.left = kE([e])); + : (this.left = AE([e])); else if (e[0] > this.mid) this.right ? 4 * (this.right.count + 1) > 3 * (t + 1) - ? RE(this, e) + ? yE(this, e) : this.right.insert(e) - : (this.right = kE([e])); + : (this.right = AE([e])); else { - var n = LE.ge(this.leftPoints, e, _E), - r = LE.ge(this.rightPoints, e, AE); + var n = wE.ge(this.leftPoints, e, VE), + r = wE.ge(this.rightPoints, e, _E); this.leftPoints.splice(n, 0, e), this.rightPoints.splice(r, 0, e); } }), - (ME.remove = function (e) { + (bE.remove = function (e) { var t = this.count - this.leftPoints; if (e[1] < this.mid) return this.left ? 4 * (this.right ? this.right.count : 0) > 3 * (t - 1) - ? xE(this, e) + ? RE(this, e) : 2 === (a = this.left.remove(e)) ? ((this.left = null), (this.count -= 1), 1) : (1 === a && (this.count -= 1), a) @@ -43902,7 +43901,7 @@ function IE(e) { if (e[0] > this.mid) return this.right ? 4 * (this.left ? this.left.count : 0) > 3 * (t - 1) - ? xE(this, e) + ? RE(this, e) : 2 === (a = this.right.remove(e)) ? ((this.right = null), (this.count -= 1), 1) : (1 === a && (this.count -= 1), a) @@ -43917,23 +43916,23 @@ function IE(e) { a = this.right; (n.count -= r.count), (n.right = r.left), (r.left = o), (r.right = a); } - HE(this, r), + ME(this, r), (this.count = (this.left ? this.left.count : 0) + (this.right ? this.right.count : 0) + this.leftPoints.length); - } else this.left ? HE(this, this.left) : HE(this, this.right); + } else this.left ? ME(this, this.left) : ME(this, this.right); return 1; } for ( - o = LE.ge(this.leftPoints, e, _E); + o = wE.ge(this.leftPoints, e, VE); o < this.leftPoints.length && this.leftPoints[o][0] === e[0]; ++o ) if (this.leftPoints[o] === e) { (this.count -= 1), this.leftPoints.splice(o, 1); for ( - a = LE.ge(this.rightPoints, e, AE); + a = wE.ge(this.rightPoints, e, _E); a < this.rightPoints.length && this.rightPoints[a][1] === e[1]; ++a ) @@ -43942,70 +43941,70 @@ function IE(e) { } return 0; }), - (ME.queryPoint = function (e, t) { + (bE.queryPoint = function (e, t) { if (e < this.mid) { if (this.left) if ((n = this.left.queryPoint(e, t))) return n; - return TE(this.leftPoints, e, t); + return xE(this.leftPoints, e, t); } if (e > this.mid) { var n; if (this.right) if ((n = this.right.queryPoint(e, t))) return n; - return NE(this.rightPoints, e, t); + return TE(this.rightPoints, e, t); } - return SE(this.leftPoints, t); + return NE(this.leftPoints, t); }), - (ME.queryInterval = function (e, t, n) { + (bE.queryInterval = function (e, t, n) { var r; if (e < this.mid && this.left && (r = this.left.queryInterval(e, t, n))) return r; if (t > this.mid && this.right && (r = this.right.queryInterval(e, t, n))) return r; return t < this.mid - ? TE(this.leftPoints, t, n) + ? xE(this.leftPoints, t, n) : e > this.mid - ? NE(this.rightPoints, e, n) - : SE(this.leftPoints, n); + ? TE(this.rightPoints, e, n) + : NE(this.leftPoints, n); }); -var ZE = IE.prototype; -(ZE.insert = function (e) { +var IE = kE.prototype; +(IE.insert = function (e) { this.root ? this.root.insert(e) - : (this.root = new bE(e[0], null, null, [e], [e])); + : (this.root = new LE(e[0], null, null, [e], [e])); }), - (ZE.remove = function (e) { + (IE.remove = function (e) { if (this.root) { var t = this.root.remove(e); return 2 === t && (this.root = null), 0 !== t; } return !1; }), - (ZE.queryPoint = function (e, t) { + (IE.queryPoint = function (e, t) { if (this.root) return this.root.queryPoint(e, t); }), - (ZE.queryInterval = function (e, t, n) { + (IE.queryInterval = function (e, t, n) { if (e <= t && this.root) return this.root.queryInterval(e, t, n); }), - Object.defineProperty(ZE, "count", { + Object.defineProperty(IE, "count", { get: function () { return this.root ? this.root.count : 0; }, }), - Object.defineProperty(ZE, "intervals", { + Object.defineProperty(IE, "intervals", { get: function () { return this.root ? this.root.intervals([]) : []; }, }); -var BE, - OE, - DE = (function () { +var ZE, + BE, + OE = (function () { function e() { - Mf(this, e), - Af(this, "_columnSizeMap", {}), - Af(this, "_intervalTree", new IE(null)), - Af(this, "_leftMap", {}); + bf(this, e), + _f(this, "_columnSizeMap", {}), + _f(this, "_intervalTree", new kE(null)), + _f(this, "_leftMap", {}); } return ( - xf(e, [ + Rf(e, [ { key: "estimateTotalHeight", value: function (e, t, n) { @@ -44018,7 +44017,7 @@ var BE, value: function (e, t, n) { var r = this; this._intervalTree.queryInterval(e, e + t, function (e) { - var t = wE(e, 3), + var t = EE(e, 3), o = t[0]; t[1]; var a = t[2]; @@ -44069,7 +44068,7 @@ var BE, e ); })(); -function PE(e, t) { +function DE(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -44081,70 +44080,70 @@ function PE(e, t) { } return n; } -function FE(e) { +function PE(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? PE(n, !0).forEach(function (t) { - Af(e, t, n[t]); + ? DE(n, !0).forEach(function (t) { + _f(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : PE(n).forEach(function (t) { + : DE(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -var UE = - ((OE = BE = - (function (t) { - function n() { - var e, t; - Mf(this, n); +var FE = + ((BE = ZE = + (function () { + function t() { + var e, n; + bf(this, t); for (var r = arguments.length, o = new Array(r), a = 0; a < r; a++) o[a] = arguments[a]; return ( - Af( - Tf((t = Nf(this, (e = Sf(n)).call.apply(e, [this].concat(o))))), + _f( + xf((n = Tf(this, (e = Nf(t)).call.apply(e, [this].concat(o))))), "state", { isScrolling: !1, scrollTop: 0 }, ), - Af(Tf(t), "_debounceResetIsScrollingId", void 0), - Af(Tf(t), "_invalidateOnUpdateStartIndex", null), - Af(Tf(t), "_invalidateOnUpdateStopIndex", null), - Af(Tf(t), "_positionCache", new DE()), - Af(Tf(t), "_startIndex", null), - Af(Tf(t), "_startIndexMemoized", null), - Af(Tf(t), "_stopIndex", null), - Af(Tf(t), "_stopIndexMemoized", null), - Af(Tf(t), "_debounceResetIsScrollingCallback", function () { - t.setState({ isScrolling: !1 }); + _f(xf(n), "_debounceResetIsScrollingId", void 0), + _f(xf(n), "_invalidateOnUpdateStartIndex", null), + _f(xf(n), "_invalidateOnUpdateStopIndex", null), + _f(xf(n), "_positionCache", new OE()), + _f(xf(n), "_startIndex", null), + _f(xf(n), "_startIndexMemoized", null), + _f(xf(n), "_stopIndex", null), + _f(xf(n), "_stopIndexMemoized", null), + _f(xf(n), "_debounceResetIsScrollingCallback", function () { + n.setState({ isScrolling: !1 }); }), - Af(Tf(t), "_setScrollingContainerRef", function (e) { - t._scrollingContainer = e; + _f(xf(n), "_setScrollingContainerRef", function (e) { + n._scrollingContainer = e; }), - Af(Tf(t), "_onScroll", function (e) { - var n = t.props.height, + _f(xf(n), "_onScroll", function (e) { + var t = n.props.height, r = e.currentTarget.scrollTop, - o = Math.min(Math.max(0, t._getEstimatedTotalHeight() - n), r); + o = Math.min(Math.max(0, n._getEstimatedTotalHeight() - t), r); r === o && - (t._debounceResetIsScrolling(), - t.state.scrollTop !== o && - t.setState({ isScrolling: !0, scrollTop: o })); + (n._debounceResetIsScrolling(), + n.state.scrollTop !== o && + n.setState({ isScrolling: !0, scrollTop: o })); }), - t + n ); } return ( - _f(n, e.PureComponent), - xf( - n, + Vf(t, e.PureComponent), + Rf( + t, [ { key: "clearCellPositions", value: function () { - (this._positionCache = new DE()), this.forceUpdate(); + (this._positionCache = new OE()), this.forceUpdate(); }, }, { @@ -44168,7 +44167,7 @@ var UE = key: "recomputeCellPositions", value: function () { var e = this._positionCache.count - 1; - (this._positionCache = new DE()), + (this._positionCache = new OE()), this._populatePositionCache(0, e), this.forceUpdate(); }, @@ -44195,7 +44194,7 @@ var UE = key: "componentWillUnmount", value: function () { this._debounceResetIsScrollingId && - Iv(this._debounceResetIsScrollingId); + kv(this._debounceResetIsScrollingId); }, }, { @@ -44243,10 +44242,10 @@ var UE = parent: n, style: ((a = { height: l.getHeight(e) }), - Af(a, "ltr" === f ? "left" : "right", r), - Af(a, "position", "absolute"), - Af(a, "top", o), - Af(a, "width", l.getWidth(e)), + _f(a, "ltr" === f ? "left" : "right", r), + _f(a, "position", "absolute"), + _f(a, "top", o), + _f(a, "width", l.getWidth(e)), a), }), ); @@ -44284,11 +44283,11 @@ var UE = { ref: this._setScrollingContainerRef, "aria-label": this.props["aria-label"], - className: Df("ReactVirtualized__Masonry", C), + className: Of("ReactVirtualized__Masonry", C), id: c, onScroll: this._onScroll, role: m, - style: FE( + style: PE( { boxSizing: "border-box", direction: "ltr", @@ -44343,8 +44342,8 @@ var UE = value: function () { var e = this.props.scrollingResetTimeInterval; this._debounceResetIsScrollingId && - Iv(this._debounceResetIsScrollingId), - (this._debounceResetIsScrollingId = Zv( + kv(this._debounceResetIsScrollingId), + (this._debounceResetIsScrollingId = Iv( this._debounceResetIsScrollingCallback, e, )); @@ -44424,65 +44423,65 @@ var UE = }, ], ), - n + t ); })()), - Af( - BE, + _f( + ZE, "propTypes", "production" === process.env.NODE_ENV ? null : { - autoHeight: uv.bool.isRequired, - cellCount: uv.number.isRequired, + autoHeight: dv.bool.isRequired, + cellCount: dv.number.isRequired, cellMeasurerCache: function () { return ( "function" == typeof CellMeasurerCache - ? uv.instanceOf(CellMeasurerCache).isRequired - : uv.any.isRequired + ? dv.instanceOf(CellMeasurerCache).isRequired + : dv.any.isRequired ).apply(this, arguments); }, cellPositioner: function () { return ( "function" == typeof Positioner - ? uv.instanceOf(Positioner).isRequired - : uv.any.isRequired + ? dv.instanceOf(Positioner).isRequired + : dv.any.isRequired ).apply(this, arguments); }, cellRenderer: function () { return ( "function" == typeof CellRenderer - ? uv.instanceOf(CellRenderer).isRequired - : uv.any.isRequired + ? dv.instanceOf(CellRenderer).isRequired + : dv.any.isRequired ).apply(this, arguments); }, - className: uv.string, - height: uv.number.isRequired, - id: uv.string, + className: dv.string, + height: dv.number.isRequired, + id: dv.string, keyMapper: function () { return ( "function" == typeof KeyMapper - ? uv.instanceOf(KeyMapper).isRequired - : uv.any.isRequired + ? dv.instanceOf(KeyMapper).isRequired + : dv.any.isRequired ).apply(this, arguments); }, onCellsRendered: function () { return ( "function" == typeof OnCellsRenderedCallback - ? uv.instanceOf(OnCellsRenderedCallback) - : uv.any + ? dv.instanceOf(OnCellsRenderedCallback) + : dv.any ).apply(this, arguments); }, onScroll: function () { return ( "function" == typeof OnScrollCallback - ? uv.instanceOf(OnScrollCallback) - : uv.any + ? dv.instanceOf(OnScrollCallback) + : dv.any ).apply(this, arguments); }, - overscanByPixels: uv.number.isRequired, - role: uv.string.isRequired, - scrollingResetTimeInterval: uv.number.isRequired, + overscanByPixels: dv.number.isRequired, + role: dv.string.isRequired, + scrollingResetTimeInterval: dv.number.isRequired, style: function (e, t, n) { if (!Object.prototype.hasOwnProperty.call(e, t)) throw new Error( @@ -44494,21 +44493,21 @@ var UE = .concat(n, "`. Pass undefined or any other value."), ); }, - tabIndex: uv.number.isRequired, - width: uv.number.isRequired, - rowDirection: uv.string.isRequired, - scrollTop: uv.number, + tabIndex: dv.number.isRequired, + width: dv.number.isRequired, + rowDirection: dv.string.isRequired, + scrollTop: dv.number, }, ), - OE); -function GE() {} -Af(UE, "defaultProps", { + BE); +function UE() {} +_f(FE, "defaultProps", { autoHeight: !1, keyMapper: function (e) { return e; }, - onCellsRendered: GE, - onScroll: GE, + onCellsRendered: UE, + onScroll: UE, overscanByPixels: 20, role: "grid", scrollingResetTimeInterval: 150, @@ -44517,25 +44516,25 @@ Af(UE, "defaultProps", { rowDirection: "ltr", }), "production" !== process.env.NODE_ENV && - (uv.number.isRequired, - uv.number.isRequired, - uv.func.isRequired, - uv.func.isRequired), - Bf(UE), - "production" !== process.env.NODE_ENV && uv.func; -var zE = (function () { + (dv.number.isRequired, + dv.number.isRequired, + dv.func.isRequired, + dv.func.isRequired), + Zf(FE), + "production" !== process.env.NODE_ENV && dv.func; +var GE = (function () { function e() { var t = this, n = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}; - Mf(this, e), - Af(this, "_cellMeasurerCache", void 0), - Af(this, "_columnIndexOffset", void 0), - Af(this, "_rowIndexOffset", void 0), - Af(this, "columnWidth", function (e) { + bf(this, e), + _f(this, "_cellMeasurerCache", void 0), + _f(this, "_columnIndexOffset", void 0), + _f(this, "_rowIndexOffset", void 0), + _f(this, "columnWidth", function (e) { var n = e.index; t._cellMeasurerCache.columnWidth({ index: n + t._columnIndexOffset }); }), - Af(this, "rowHeight", function (e) { + _f(this, "rowHeight", function (e) { var n = e.index; t._cellMeasurerCache.rowHeight({ index: n + t._rowIndexOffset }); }); @@ -44549,7 +44548,7 @@ var zE = (function () { (this._rowIndexOffset = i); } return ( - xf(e, [ + Rf(e, [ { key: "clear", value: function (e, t) { @@ -44637,7 +44636,7 @@ var zE = (function () { e ); })(); -function $E(e, t) { +function zE(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -44649,68 +44648,68 @@ function $E(e, t) { } return n; } -function WE(e) { +function $E(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? $E(n, !0).forEach(function (t) { - Af(e, t, n[t]); + ? zE(n, !0).forEach(function (t) { + _f(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : $E(n).forEach(function (t) { + : zE(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -var jE = (function (t) { - function n(t, r) { +var WE = (function () { + function t(n, r) { var o; - Mf(this, n), - Af(Tf((o = Nf(this, Sf(n).call(this, t, r)))), "state", { + bf(this, t), + _f(xf((o = Tf(this, Nf(t).call(this, n, r)))), "state", { scrollLeft: 0, scrollTop: 0, scrollbarSize: 0, showHorizontalScrollbar: !1, showVerticalScrollbar: !1, }), - Af(Tf(o), "_deferredInvalidateColumnIndex", null), - Af(Tf(o), "_deferredInvalidateRowIndex", null), - Af(Tf(o), "_bottomLeftGridRef", function (e) { + _f(xf(o), "_deferredInvalidateColumnIndex", null), + _f(xf(o), "_deferredInvalidateRowIndex", null), + _f(xf(o), "_bottomLeftGridRef", function (e) { o._bottomLeftGrid = e; }), - Af(Tf(o), "_bottomRightGridRef", function (e) { + _f(xf(o), "_bottomRightGridRef", function (e) { o._bottomRightGrid = e; }), - Af(Tf(o), "_cellRendererBottomLeftGrid", function (t) { + _f(xf(o), "_cellRendererBottomLeftGrid", function (t) { var n = t.rowIndex, - r = Ff(t, ["rowIndex"]), + r = Pf(t, ["rowIndex"]), a = o.props, l = a.cellRenderer, i = a.fixedRowCount; return n === a.rowCount - i ? e.createElement("div", { key: r.key, - style: WE({}, r.style, { height: 20 }), + style: $E({}, r.style, { height: 20 }), }) - : l(WE({}, r, { parent: Tf(o), rowIndex: n + i })); + : l($E({}, r, { parent: xf(o), rowIndex: n + i })); }), - Af(Tf(o), "_cellRendererBottomRightGrid", function (e) { + _f(xf(o), "_cellRendererBottomRightGrid", function (e) { var t = e.columnIndex, n = e.rowIndex, - r = Ff(e, ["columnIndex", "rowIndex"]), + r = Pf(e, ["columnIndex", "rowIndex"]), a = o.props, l = a.cellRenderer, i = a.fixedColumnCount, C = a.fixedRowCount; return l( - WE({}, r, { columnIndex: t + i, parent: Tf(o), rowIndex: n + C }), + $E({}, r, { columnIndex: t + i, parent: xf(o), rowIndex: n + C }), ); }), - Af(Tf(o), "_cellRendererTopRightGrid", function (t) { + _f(xf(o), "_cellRendererTopRightGrid", function (t) { var n = t.columnIndex, - r = Ff(t, ["columnIndex"]), + r = Pf(t, ["columnIndex"]), a = o.props, l = a.cellRenderer, i = a.columnCount, @@ -44718,11 +44717,11 @@ var jE = (function (t) { return n === i - C ? e.createElement("div", { key: r.key, - style: WE({}, r.style, { width: 20 }), + style: $E({}, r.style, { width: 20 }), }) - : l(WE({}, r, { columnIndex: n + C, parent: Tf(o) })); + : l($E({}, r, { columnIndex: n + C, parent: xf(o) })); }), - Af(Tf(o), "_columnWidthRightGrid", function (e) { + _f(xf(o), "_columnWidthRightGrid", function (e) { var t = e.index, n = o.props, r = n.columnCount, @@ -44736,14 +44735,14 @@ var jE = (function (t) { ? l({ index: t + a }) : l; }), - Af(Tf(o), "_onScroll", function (e) { + _f(xf(o), "_onScroll", function (e) { var t = e.scrollLeft, n = e.scrollTop; o.setState({ scrollLeft: t, scrollTop: n }); var r = o.props.onScroll; r && r(e); }), - Af(Tf(o), "_onScrollbarPresenceChange", function (e) { + _f(xf(o), "_onScrollbarPresenceChange", function (e) { var t = e.horizontal, n = e.size, r = e.vertical, @@ -44760,15 +44759,15 @@ var jE = (function (t) { "function" == typeof C && C({ horizontal: t, size: n, vertical: r }); } }), - Af(Tf(o), "_onScrollLeft", function (e) { + _f(xf(o), "_onScrollLeft", function (e) { var t = e.scrollLeft; o._onScroll({ scrollLeft: t, scrollTop: o.state.scrollTop }); }), - Af(Tf(o), "_onScrollTop", function (e) { + _f(xf(o), "_onScrollTop", function (e) { var t = e.scrollTop; o._onScroll({ scrollTop: t, scrollLeft: o.state.scrollLeft }); }), - Af(Tf(o), "_rowHeightBottomGrid", function (e) { + _f(xf(o), "_rowHeightBottomGrid", function (e) { var t = e.index, n = o.props, r = n.fixedRowCount, @@ -44782,21 +44781,21 @@ var jE = (function (t) { ? l({ index: t + r }) : l; }), - Af(Tf(o), "_topLeftGridRef", function (e) { + _f(xf(o), "_topLeftGridRef", function (e) { o._topLeftGrid = e; }), - Af(Tf(o), "_topRightGridRef", function (e) { + _f(xf(o), "_topRightGridRef", function (e) { o._topRightGrid = e; }); - var a = t.deferredMeasurementCache, - l = t.fixedColumnCount, - i = t.fixedRowCount; + var a = n.deferredMeasurementCache, + l = n.fixedColumnCount, + i = n.fixedRowCount; return ( o._maybeCalculateCachedStyles(!0), a && ((o._deferredMeasurementCacheBottomLeftGrid = i > 0 - ? new zE({ + ? new GE({ cellMeasurerCache: a, columnIndexOffset: 0, rowIndexOffset: i, @@ -44804,7 +44803,7 @@ var jE = (function (t) { : a), (o._deferredMeasurementCacheBottomRightGrid = l > 0 || i > 0 - ? new zE({ + ? new GE({ cellMeasurerCache: a, columnIndexOffset: l, rowIndexOffset: i, @@ -44812,7 +44811,7 @@ var jE = (function (t) { : a), (o._deferredMeasurementCacheTopRightGrid = l > 0 - ? new zE({ + ? new GE({ cellMeasurerCache: a, columnIndexOffset: l, rowIndexOffset: 0, @@ -44822,9 +44821,9 @@ var jE = (function (t) { ); } return ( - _f(n, e.PureComponent), - xf( - n, + Vf(t, e.PureComponent), + Rf( + t, [ { key: "forceUpdateGrids", @@ -44937,7 +44936,7 @@ var jE = (function (t) { var o = t.scrollToColumn; t.scrollTop; var a = t.scrollToRow, - l = Ff(t, [ + l = Pf(t, [ "onScroll", "onSectionRendered", "onScrollbarPresenceChange", @@ -44962,17 +44961,17 @@ var jE = (function (t) { { style: this._containerTopStyle }, this._renderTopLeftGrid(l), this._renderTopRightGrid( - WE({}, l, { onScroll: n, scrollLeft: C }), + $E({}, l, { onScroll: n, scrollLeft: C }), ), ), e.createElement( "div", { style: this._containerBottomStyle }, this._renderBottomLeftGrid( - WE({}, l, { onScroll: n, scrollTop: s }), + $E({}, l, { onScroll: n, scrollTop: s }), ), this._renderBottomRightGrid( - WE({}, l, { + $E({}, l, { onScroll: n, onSectionRendered: r, scrollLeft: C, @@ -45066,7 +45065,7 @@ var jE = (function (t) { i !== this._lastRenderedFixedRowCount || C !== this._lastRenderedRowHeight; (e || g || s !== this._lastRenderedStyle) && - (this._containerOuterStyle = WE( + (this._containerOuterStyle = $E( { height: a, overflow: "visible", width: p }, s, )), @@ -45083,7 +45082,7 @@ var jE = (function (t) { width: p, })), (e || c !== this._lastRenderedStyleBottomLeftGrid) && - (this._bottomLeftGridStyle = WE( + (this._bottomLeftGridStyle = $E( { left: 0, overflowX: "hidden", @@ -45093,7 +45092,7 @@ var jE = (function (t) { c, )), (e || h || d !== this._lastRenderedStyleBottomRightGrid) && - (this._bottomRightGridStyle = WE( + (this._bottomRightGridStyle = $E( { left: this._getLeftGridWidth(this.props), position: "absolute", @@ -45101,7 +45100,7 @@ var jE = (function (t) { d, )), (e || u !== this._lastRenderedStyleTopLeftGrid) && - (this._topLeftGridStyle = WE( + (this._topLeftGridStyle = $E( { left: 0, overflowX: "hidden", @@ -45112,7 +45111,7 @@ var jE = (function (t) { u, )), (e || h || m !== this._lastRenderedStyleTopRightGrid) && - (this._topRightGridStyle = WE( + (this._topRightGridStyle = $E( { left: this._getLeftGridWidth(this.props), overflowX: o ? "auto" : "hidden", @@ -45171,8 +45170,8 @@ var jE = (function (t) { : 0, u = l ? c + d : c, m = e.createElement( - Fv, - aa({}, t, { + Pv, + oa({}, t, { cellRenderer: this._cellRendererBottomLeftGrid, className: this.props.classNameBottomLeftGrid, columnCount: r, @@ -45193,7 +45192,7 @@ var jE = (function (t) { "div", { className: "BottomLeftGrid_ScrollWrapper", - style: WE({}, this._bottomLeftGridStyle, { + style: $E({}, this._bottomLeftGridStyle, { height: s, width: c, overflowY: "hidden", @@ -45214,8 +45213,8 @@ var jE = (function (t) { l = t.scrollToColumn, i = t.scrollToRow; return e.createElement( - Fv, - aa({}, t, { + Pv, + oa({}, t, { cellRenderer: this._cellRendererBottomRightGrid, className: this.props.classNameBottomRightGrid, columnCount: Math.max(0, n - r), @@ -45243,8 +45242,8 @@ var jE = (function (t) { r = t.fixedRowCount; return n && r ? e.createElement( - Fv, - aa({}, t, { + Pv, + oa({}, t, { className: this.props.classNameTopLeftGrid, columnCount: n, height: this._getTopGridHeight(t), @@ -45278,10 +45277,10 @@ var jE = (function (t) { g = u, h = this._topRightGridStyle; i && - ((g = u + p), (h = WE({}, this._topRightGridStyle, { left: 0 }))); + ((g = u + p), (h = $E({}, this._topRightGridStyle, { left: 0 }))); var f = e.createElement( - Fv, - aa({}, t, { + Pv, + oa({}, t, { cellRenderer: this._cellRendererTopRightGrid, className: this.props.classNameTopRightGrid, columnCount: Math.max(0, n - o) + d, @@ -45303,7 +45302,7 @@ var jE = (function (t) { "div", { className: "TopRightGrid_ScrollWrapper", - style: WE({}, this._topRightGridStyle, { + style: $E({}, this._topRightGridStyle, { height: u, width: m, overflowX: "hidden", @@ -45335,10 +45334,10 @@ var jE = (function (t) { }, ], ), - n + t ); })(); -Af(jE, "defaultProps", { +_f(WE, "defaultProps", { classNameBottomLeftGrid: "", classNameBottomRightGrid: "", classNameTopLeftGrid: "", @@ -45357,38 +45356,38 @@ Af(jE, "defaultProps", { hideTopRightGridScrollbar: !1, hideBottomLeftGridScrollbar: !1, }), - (jE.propTypes = + (WE.propTypes = "production" !== process.env.NODE_ENV ? { - classNameBottomLeftGrid: uv.string.isRequired, - classNameBottomRightGrid: uv.string.isRequired, - classNameTopLeftGrid: uv.string.isRequired, - classNameTopRightGrid: uv.string.isRequired, - enableFixedColumnScroll: uv.bool.isRequired, - enableFixedRowScroll: uv.bool.isRequired, - fixedColumnCount: uv.number.isRequired, - fixedRowCount: uv.number.isRequired, - onScrollbarPresenceChange: uv.func, - style: uv.object.isRequired, - styleBottomLeftGrid: uv.object.isRequired, - styleBottomRightGrid: uv.object.isRequired, - styleTopLeftGrid: uv.object.isRequired, - styleTopRightGrid: uv.object.isRequired, - hideTopRightGridScrollbar: uv.bool, - hideBottomLeftGridScrollbar: uv.bool, + classNameBottomLeftGrid: dv.string.isRequired, + classNameBottomRightGrid: dv.string.isRequired, + classNameTopLeftGrid: dv.string.isRequired, + classNameTopRightGrid: dv.string.isRequired, + enableFixedColumnScroll: dv.bool.isRequired, + enableFixedRowScroll: dv.bool.isRequired, + fixedColumnCount: dv.number.isRequired, + fixedRowCount: dv.number.isRequired, + onScrollbarPresenceChange: dv.func, + style: dv.object.isRequired, + styleBottomLeftGrid: dv.object.isRequired, + styleBottomRightGrid: dv.object.isRequired, + styleTopLeftGrid: dv.object.isRequired, + styleTopRightGrid: dv.object.isRequired, + hideTopRightGridScrollbar: dv.bool, + hideBottomLeftGridScrollbar: dv.bool, } : {}), - Bf(jE), - "production" === process.env.NODE_ENV || uv.func.isRequired, - "production" !== process.env.NODE_ENV && (uv.any, uv.string.isRequired), + Zf(WE), + "production" === process.env.NODE_ENV || dv.func.isRequired, + "production" !== process.env.NODE_ENV && (dv.any, dv.string.isRequired), "production" !== process.env.NODE_ENV && - (uv.any, uv.any, uv.string.isRequired, uv.number.isRequired); -var qE = + (dv.any, dv.any, dv.string.isRequired, dv.number.isRequired); +var jE = "production" === process.env.NODE_ENV ? null : { - className: uv.string.isRequired, - columns: uv.arrayOf(function (e, t, n) { + className: dv.string.isRequired, + columns: dv.arrayOf(function (e, t, n) { if (!Object.prototype.hasOwnProperty.call(e, t)) throw new Error( "Prop `" @@ -45411,23 +45410,23 @@ var qE = ); }, }, - YE = + qE = "production" === process.env.NODE_ENV ? null : { - columnData: uv.any, - dataKey: uv.string.isRequired, - disableSort: uv.bool, - label: uv.any, - sortBy: uv.string, - sortDirection: uv.string, - }, - KE = + columnData: dv.any, + dataKey: dv.string.isRequired, + disableSort: dv.bool, + label: dv.any, + sortBy: dv.string, + sortDirection: dv.string, + }, + YE = "production" === process.env.NODE_ENV ? null : { - className: uv.string.isRequired, - columns: uv.arrayOf(function (e, t, n) { + className: dv.string.isRequired, + columns: dv.arrayOf(function (e, t, n) { if (!Object.prototype.hasOwnProperty.call(e, t)) throw new Error( "Prop `" @@ -45438,12 +45437,12 @@ var qE = .concat(n, "`. Pass undefined or any other value."), ); }).isRequired, - index: uv.number.isRequired, - isScrolling: uv.bool.isRequired, - onRowClick: uv.func, - onRowDoubleClick: uv.func, - onRowMouseOver: uv.func, - onRowMouseOut: uv.func, + index: dv.number.isRequired, + isScrolling: dv.bool.isRequired, + onRowClick: dv.func, + onRowDoubleClick: dv.func, + onRowMouseOver: dv.func, + onRowMouseOut: dv.func, rowData: function (e, t, n) { if (!Object.prototype.hasOwnProperty.call(e, t)) throw new Error( @@ -45466,33 +45465,33 @@ var qE = .concat(n, "`. Pass undefined or any other value."), ); }, - key: uv.string.isRequired, + key: dv.string.isRequired, }; -function XE(t) { +function KE(t) { var n = t.className, r = t.columns, o = t.style; return e.createElement("div", { className: n, role: "row", style: o }, r); } -XE.propTypes = - "production" === process.env.NODE_ENV ? null : qE === uv.any ? {} : qE; -var QE = { ASC: "ASC", DESC: "DESC" }; -function JE(t) { +KE.propTypes = + "production" === process.env.NODE_ENV ? null : jE === dv.any ? {} : jE; +var XE = { ASC: "ASC", DESC: "DESC" }; +function QE(t) { var n = t.sortDirection, - r = Df("ReactVirtualized__Table__sortableHeaderIcon", { - "ReactVirtualized__Table__sortableHeaderIcon--ASC": n === QE.ASC, - "ReactVirtualized__Table__sortableHeaderIcon--DESC": n === QE.DESC, + r = Of("ReactVirtualized__Table__sortableHeaderIcon", { + "ReactVirtualized__Table__sortableHeaderIcon--ASC": n === XE.ASC, + "ReactVirtualized__Table__sortableHeaderIcon--DESC": n === XE.DESC, }); return e.createElement( "svg", { className: r, width: 18, height: 18, viewBox: "0 0 24 24" }, - n === QE.ASC + n === XE.ASC ? e.createElement("path", { d: "M7 14l5-5 5 5z" }) : e.createElement("path", { d: "M7 10l5 5 5-5z" }), e.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), ); } -function ew(t) { +function JE(t) { var n = t.dataKey, r = t.label, o = t.sortBy, @@ -45511,11 +45510,11 @@ function ew(t) { ]; return ( l && - i.push(e.createElement(JE, { key: "SortIndicator", sortDirection: a })), + i.push(e.createElement(QE, { key: "SortIndicator", sortDirection: a })), i ); } -function tw(t) { +function ew(t) { var n = t.className, r = t.columns, o = t.index, @@ -45554,26 +45553,26 @@ function tw(t) { })), e.createElement( "div", - aa({}, m, { className: n, key: a, role: "row", style: u }), + oa({}, m, { className: n, key: a, role: "row", style: u }), r, ) ); } -(JE.propTypes = +(QE.propTypes = "production" !== process.env.NODE_ENV - ? { sortDirection: uv.oneOf([QE.ASC, QE.DESC]) } + ? { sortDirection: dv.oneOf([XE.ASC, XE.DESC]) } : {}), + (JE.propTypes = + "production" === process.env.NODE_ENV ? null : qE === dv.any ? {} : qE), (ew.propTypes = - "production" === process.env.NODE_ENV ? null : YE === uv.any ? {} : YE), - (tw.propTypes = - "production" === process.env.NODE_ENV ? null : KE === uv.any ? {} : KE); -var nw = (function (t) { - function n() { - return Mf(this, n), Nf(this, Sf(n).apply(this, arguments)); + "production" === process.env.NODE_ENV ? null : YE === dv.any ? {} : YE); +var tw = (function () { + function t() { + return bf(this, t), Tf(this, Nf(t).apply(this, arguments)); } - return _f(n, e.Component), n; + return Vf(t, e.Component), t; })(); -function rw(e, t) { +function nw(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -45585,22 +45584,22 @@ function rw(e, t) { } return n; } -function ow(e) { +function rw(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? rw(n, !0).forEach(function (t) { - Af(e, t, n[t]); + ? nw(n, !0).forEach(function (t) { + _f(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : rw(n).forEach(function (t) { + : nw(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -Af(nw, "defaultProps", { +_f(tw, "defaultProps", { cellDataGetter: function (e) { var t = e.dataKey, n = e.rowData; @@ -45610,53 +45609,53 @@ Af(nw, "defaultProps", { var t = e.cellData; return null == t ? "" : String(t); }, - defaultSortDirection: QE.ASC, + defaultSortDirection: XE.ASC, flexGrow: 0, flexShrink: 1, - headerRenderer: ew, + headerRenderer: JE, style: {}, }), - (nw.propTypes = + (tw.propTypes = "production" !== process.env.NODE_ENV ? { - "aria-label": uv.string, - cellDataGetter: uv.func, - cellRenderer: uv.func, - className: uv.string, - columnData: uv.object, - dataKey: uv.any.isRequired, - defaultSortDirection: uv.oneOf([QE.ASC, QE.DESC]), - disableSort: uv.bool, - flexGrow: uv.number, - flexShrink: uv.number, - headerClassName: uv.string, - headerRenderer: uv.func.isRequired, - headerStyle: uv.object, - id: uv.string, - label: uv.node, - maxWidth: uv.number, - minWidth: uv.number, - style: uv.object, - width: uv.number.isRequired, + "aria-label": dv.string, + cellDataGetter: dv.func, + cellRenderer: dv.func, + className: dv.string, + columnData: dv.object, + dataKey: dv.any.isRequired, + defaultSortDirection: dv.oneOf([XE.ASC, XE.DESC]), + disableSort: dv.bool, + flexGrow: dv.number, + flexShrink: dv.number, + headerClassName: dv.string, + headerRenderer: dv.func.isRequired, + headerStyle: dv.object, + id: dv.string, + label: dv.node, + maxWidth: dv.number, + minWidth: dv.number, + style: dv.object, + width: dv.number.isRequired, } : {}); -var aw = (function (t) { - function n(e) { - var t; +var ow = (function () { + function t(e) { + var n; return ( - Mf(this, n), - ((t = Nf(this, Sf(n).call(this, e))).state = { scrollbarWidth: 0 }), - (t._createColumn = t._createColumn.bind(Tf(t))), - (t._createRow = t._createRow.bind(Tf(t))), - (t._onScroll = t._onScroll.bind(Tf(t))), - (t._onSectionRendered = t._onSectionRendered.bind(Tf(t))), - (t._setRef = t._setRef.bind(Tf(t))), - t + bf(this, t), + ((n = Tf(this, Nf(t).call(this, e))).state = { scrollbarWidth: 0 }), + (n._createColumn = n._createColumn.bind(xf(n))), + (n._createRow = n._createRow.bind(xf(n))), + (n._onScroll = n._onScroll.bind(xf(n))), + (n._onSectionRendered = n._onSectionRendered.bind(xf(n))), + (n._setRef = n._setRef.bind(xf(n))), + n ); } return ( - _f(n, e.PureComponent), - xf(n, [ + Vf(t, e.PureComponent), + Rf(t, [ { key: "forceUpdateGrid", value: function () { @@ -45782,7 +45781,7 @@ var aw = (function (t) { (this._cachedColumnStyles = []), e.Children.toArray(r).forEach(function (e, n) { var r = t._getFlexStyleForColumn(e, e.props.style); - t._cachedColumnStyles[n] = ow({ overflow: "hidden" }, r); + t._cachedColumnStyles[n] = rw({ overflow: "hidden" }, r); }), e.createElement( "div", @@ -45791,16 +45790,16 @@ var aw = (function (t) { "aria-labelledby": this.props["aria-labelledby"], "aria-colcount": e.Children.toArray(r).length, "aria-rowcount": this.props.rowCount, - className: Df("ReactVirtualized__Table", o), + className: Of("ReactVirtualized__Table", o), id: d, role: "grid", style: h, }, !a && s({ - className: Df("ReactVirtualized__Table__headerRow", w), + className: Of("ReactVirtualized__Table__headerRow", w), columns: this._getHeaderColumns(), - style: ow( + style: rw( { height: C, overflow: "hidden", @@ -45811,11 +45810,11 @@ var aw = (function (t) { ), }), e.createElement( - Fv, - aa({}, this.props, { + Pv, + oa({}, this.props, { "aria-readonly": null, autoContainerWidth: !0, - className: Df("ReactVirtualized__Table__Grid", l), + className: Of("ReactVirtualized__Table__Grid", l), cellRenderer: this._createRow, columnWidth: f, columnCount: 1, @@ -45828,7 +45827,7 @@ var aw = (function (t) { role: "rowgroup", scrollbarWidth: v, scrollToRow: g, - style: ow({}, i, { overflowX: "hidden" }), + style: rw({}, i, { overflowX: "hidden" }), }), ), ) @@ -45869,7 +45868,7 @@ var aw = (function (t) { { "aria-colindex": r + 1, "aria-describedby": g, - className: Df("ReactVirtualized__Table__rowColumn", u), + className: Of("ReactVirtualized__Table__rowColumn", u), key: "Row" + i + "-Col" + r, onClick: function (e) { C && C({ columnData: m, dataKey: p, event: e }); @@ -45908,7 +45907,7 @@ var aw = (function (t) { b = h.id, M = h.label, H = !w && m, - y = Df( + y = Of( "ReactVirtualized__Table__headerColumn", c, i.props.headerClassName, @@ -45916,7 +45915,7 @@ var aw = (function (t) { ), R = this._getFlexStyleForColumn( i, - ow({}, d, {}, i.props.headerStyle), + rw({}, d, {}, i.props.headerStyle), ), x = L({ columnData: f, @@ -45927,7 +45926,7 @@ var aw = (function (t) { sortDirection: g, }); if (H || u) { - var T = p !== v ? E : g === QE.DESC ? QE.ASC : QE.DESC, + var T = p !== v ? E : g === XE.DESC ? XE.ASC : XE.DESC, N = function (e) { H && m({ @@ -45947,7 +45946,7 @@ var aw = (function (t) { }); } return ( - p === v && (a = g === QE.ASC ? "ascending" : "descending"), + p === v && (a = g === XE.ASC ? "ascending" : "descending"), e.createElement( "div", { @@ -46002,8 +46001,8 @@ var aw = (function (t) { scrollbarWidth: E, }); }), - H = Df("ReactVirtualized__Table__row", w), - y = ow( + H = Of("ReactVirtualized__Table__row", w), + y = rw( {}, i, { @@ -46040,7 +46039,7 @@ var aw = (function (t) { .concat(e.props.flexGrow, " ") .concat(e.props.flexShrink, " ") .concat(e.props.width, "px"), - r = ow({}, t, { flex: n, msFlex: n, WebkitFlex: n }); + r = rw({}, t, { flex: n, msFlex: n, WebkitFlex: n }); return ( e.props.maxWidth && (r.maxWidth = e.props.maxWidth), e.props.minWidth && (r.minWidth = e.props.minWidth), @@ -46110,10 +46109,10 @@ var aw = (function (t) { }, }, ]), - n + t ); })(); -Af(aw, "defaultProps", { +_f(ow, "defaultProps", { disableHeader: !1, estimatedRowSize: 30, headerHeight: 0, @@ -46127,21 +46126,21 @@ Af(aw, "defaultProps", { onScroll: function () { return null; }, - overscanIndicesGetter: zv, + overscanIndicesGetter: Gv, overscanRowCount: 10, - rowRenderer: tw, - headerRowRenderer: XE, + rowRenderer: ew, + headerRowRenderer: KE, rowStyle: {}, scrollToAlignment: "auto", scrollToIndex: -1, style: {}, }), - (aw.propTypes = + (ow.propTypes = "production" !== process.env.NODE_ENV ? { - "aria-label": uv.string, - "aria-labelledby": uv.string, - autoHeight: uv.bool, + "aria-label": dv.string, + "aria-labelledby": dv.string, + autoHeight: dv.bool, children: function (t) { for ( var n = e.Children.toArray(t.children), r = 0; @@ -46149,107 +46148,107 @@ Af(aw, "defaultProps", { r++ ) { var o = n[r].type; - if (o !== nw && !(o.prototype instanceof nw)) + if (o !== tw && !(o.prototype instanceof tw)) return new Error("Table only accepts children of type Column"); } }, - className: uv.string, - disableHeader: uv.bool, - estimatedRowSize: uv.number.isRequired, - gridClassName: uv.string, - gridStyle: uv.object, - headerClassName: uv.string, - headerHeight: uv.number.isRequired, - headerRowRenderer: uv.func, - headerStyle: uv.object, - height: uv.number.isRequired, - id: uv.string, - noRowsRenderer: uv.func, - onColumnClick: uv.func, - onHeaderClick: uv.func, - onRowClick: uv.func, - onRowDoubleClick: uv.func, - onRowMouseOut: uv.func, - onRowMouseOver: uv.func, - onRowRightClick: uv.func, - onRowsRendered: uv.func, - onScroll: uv.func.isRequired, - overscanIndicesGetter: uv.func.isRequired, - overscanRowCount: uv.number.isRequired, - rowClassName: uv.oneOfType([uv.string, uv.func]), - rowGetter: uv.func.isRequired, - rowHeight: uv.oneOfType([uv.number, uv.func]).isRequired, - rowCount: uv.number.isRequired, - rowRenderer: uv.func, - rowStyle: uv.oneOfType([uv.object, uv.func]).isRequired, - scrollToAlignment: uv.oneOf(["auto", "end", "start", "center"]) + className: dv.string, + disableHeader: dv.bool, + estimatedRowSize: dv.number.isRequired, + gridClassName: dv.string, + gridStyle: dv.object, + headerClassName: dv.string, + headerHeight: dv.number.isRequired, + headerRowRenderer: dv.func, + headerStyle: dv.object, + height: dv.number.isRequired, + id: dv.string, + noRowsRenderer: dv.func, + onColumnClick: dv.func, + onHeaderClick: dv.func, + onRowClick: dv.func, + onRowDoubleClick: dv.func, + onRowMouseOut: dv.func, + onRowMouseOver: dv.func, + onRowRightClick: dv.func, + onRowsRendered: dv.func, + onScroll: dv.func.isRequired, + overscanIndicesGetter: dv.func.isRequired, + overscanRowCount: dv.number.isRequired, + rowClassName: dv.oneOfType([dv.string, dv.func]), + rowGetter: dv.func.isRequired, + rowHeight: dv.oneOfType([dv.number, dv.func]).isRequired, + rowCount: dv.number.isRequired, + rowRenderer: dv.func, + rowStyle: dv.oneOfType([dv.object, dv.func]).isRequired, + scrollToAlignment: dv.oneOf(["auto", "end", "start", "center"]) .isRequired, - scrollToIndex: uv.number.isRequired, - scrollTop: uv.number, - sort: uv.func, - sortBy: uv.string, - sortDirection: uv.oneOf([QE.ASC, QE.DESC]), - style: uv.object, - tabIndex: uv.number, - width: uv.number.isRequired, + scrollToIndex: dv.number.isRequired, + scrollTop: dv.number, + sort: dv.func, + sortBy: dv.string, + sortDirection: dv.oneOf([XE.ASC, XE.DESC]), + style: dv.object, + tabIndex: dv.number, + width: dv.number.isRequired, } : {}); -var lw = [], - iw = null, - Cw = null; +var aw = [], + lw = null, + iw = null; +function Cw() { + iw && + ((iw = null), + document.body && null != lw && (document.body.style.pointerEvents = lw), + (lw = null)); +} function sw() { - Cw && - ((Cw = null), - document.body && null != iw && (document.body.style.pointerEvents = iw), - (iw = null)); -} -function cw() { - sw(), - lw.forEach(function (e) { + Cw(), + aw.forEach(function (e) { return e.__resetIsScrolling(); }); } -function dw(e) { +function cw(e) { e.currentTarget === window && - null == iw && + null == lw && document.body && - ((iw = document.body.style.pointerEvents), + ((lw = document.body.style.pointerEvents), (document.body.style.pointerEvents = "none")), (function () { - Cw && Iv(Cw); + iw && kv(iw); var e = 0; - lw.forEach(function (t) { + aw.forEach(function (t) { e = Math.max(e, t.props.scrollingResetTimeInterval); }), - (Cw = Zv(cw, e)); + (iw = Iv(sw, e)); })(), - lw.forEach(function (t) { + aw.forEach(function (t) { t.props.scrollElement === e.currentTarget && t.__handleWindowScrollEvent(); }); } -function uw(e, t) { - lw.some(function (e) { +function dw(e, t) { + aw.some(function (e) { return e.props.scrollElement === t; - }) || t.addEventListener("scroll", dw), - lw.push(e); + }) || t.addEventListener("scroll", cw), + aw.push(e); } -function mw(e, t) { - (lw = lw.filter(function (t) { +function uw(e, t) { + (aw = aw.filter(function (t) { return t !== e; - })).length || (t.removeEventListener("scroll", dw), Cw && (Iv(Cw), sw())); + })).length || (t.removeEventListener("scroll", cw), iw && (kv(iw), Cw())); } -var pw, - gw, - hw = function (e) { +var mw, + pw, + gw = function (e) { return e === window; }, - fw = function (e) { + hw = function (e) { return e.getBoundingClientRect(); }; -function vw(e, t) { +function fw(e, t) { if (e) { - if (hw(e)) { + if (gw(e)) { var n = window, r = n.innerHeight, o = n.innerWidth; @@ -46258,12 +46257,12 @@ function vw(e, t) { width: "number" == typeof o ? o : 0, }; } - return fw(e); + return hw(e); } return { height: t.serverHeight, width: t.serverWidth }; } -function Ew(e) { - return hw(e) && document.documentElement +function vw(e) { + return gw(e) && document.documentElement ? { top: "scrollY" in window @@ -46276,7 +46275,7 @@ function Ew(e) { } : { top: e.scrollTop, left: e.scrollLeft }; } -function ww(e, t) { +function Ew(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -46288,44 +46287,44 @@ function ww(e, t) { } return n; } -var Lw = function () { +var ww = function () { return "undefined" != typeof window ? window : void 0; }, - bw = - ((gw = pw = - (function (t) { - function n() { - var e, t; - Mf(this, n); + Lw = + ((pw = mw = + (function () { + function t() { + var e, n; + bf(this, t); for (var r = arguments.length, o = new Array(r), a = 0; a < r; a++) o[a] = arguments[a]; return ( - Af( - Tf((t = Nf(this, (e = Sf(n)).call.apply(e, [this].concat(o))))), + _f( + xf((n = Tf(this, (e = Nf(t)).call.apply(e, [this].concat(o))))), "_window", - Lw(), + ww(), ), - Af(Tf(t), "_isMounted", !1), - Af(Tf(t), "_positionFromTop", 0), - Af(Tf(t), "_positionFromLeft", 0), - Af(Tf(t), "_detectElementResize", void 0), - Af(Tf(t), "_child", void 0), - Af( - Tf(t), + _f(xf(n), "_isMounted", !1), + _f(xf(n), "_positionFromTop", 0), + _f(xf(n), "_positionFromLeft", 0), + _f(xf(n), "_detectElementResize", void 0), + _f(xf(n), "_child", void 0), + _f( + xf(n), "state", (function (e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? ww(n, !0).forEach(function (t) { - Af(e, t, n[t]); + ? Ew(n, !0).forEach(function (t) { + _f(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties( e, Object.getOwnPropertyDescriptors(n), ) - : ww(n).forEach(function (t) { + : Ew(n).forEach(function (t) { Object.defineProperty( e, t, @@ -46334,67 +46333,67 @@ var Lw = function () { }); } return e; - })({}, vw(t.props.scrollElement, t.props), { + })({}, fw(n.props.scrollElement, n.props), { isScrolling: !1, scrollLeft: 0, scrollTop: 0, }), ), - Af(Tf(t), "_registerChild", function (e) { + _f(xf(n), "_registerChild", function (e) { !e || e instanceof Element || console.warn( "WindowScroller registerChild expects to be passed Element or null", ), - (t._child = e), - t.updatePosition(); + (n._child = e), + n.updatePosition(); }), - Af(Tf(t), "_onChildScroll", function (e) { - var n = e.scrollTop; - if (t.state.scrollTop !== n) { - var r = t.props.scrollElement; + _f(xf(n), "_onChildScroll", function (e) { + var t = e.scrollTop; + if (n.state.scrollTop !== t) { + var r = n.props.scrollElement; r && ("function" == typeof r.scrollTo - ? r.scrollTo(0, n + t._positionFromTop) - : (r.scrollTop = n + t._positionFromTop)); + ? r.scrollTo(0, t + n._positionFromTop) + : (r.scrollTop = t + n._positionFromTop)); } }), - Af(Tf(t), "_registerResizeListener", function (e) { + _f(xf(n), "_registerResizeListener", function (e) { e === window - ? window.addEventListener("resize", t._onResize, !1) - : t._detectElementResize.addResizeListener(e, t._onResize); + ? window.addEventListener("resize", n._onResize, !1) + : n._detectElementResize.addResizeListener(e, n._onResize); }), - Af(Tf(t), "_unregisterResizeListener", function (e) { + _f(xf(n), "_unregisterResizeListener", function (e) { e === window - ? window.removeEventListener("resize", t._onResize, !1) + ? window.removeEventListener("resize", n._onResize, !1) : e && - t._detectElementResize.removeResizeListener(e, t._onResize); + n._detectElementResize.removeResizeListener(e, n._onResize); }), - Af(Tf(t), "_onResize", function () { - t.updatePosition(); + _f(xf(n), "_onResize", function () { + n.updatePosition(); }), - Af(Tf(t), "__handleWindowScrollEvent", function () { - if (t._isMounted) { - var e = t.props.onScroll, - n = t.props.scrollElement; - if (n) { - var r = Ew(n), - o = Math.max(0, r.left - t._positionFromLeft), - a = Math.max(0, r.top - t._positionFromTop); - t.setState({ isScrolling: !0, scrollLeft: o, scrollTop: a }), + _f(xf(n), "__handleWindowScrollEvent", function () { + if (n._isMounted) { + var e = n.props.onScroll, + t = n.props.scrollElement; + if (t) { + var r = vw(t), + o = Math.max(0, r.left - n._positionFromLeft), + a = Math.max(0, r.top - n._positionFromTop); + n.setState({ isScrolling: !0, scrollLeft: o, scrollTop: a }), e({ scrollLeft: o, scrollTop: a }); } } }), - Af(Tf(t), "__resetIsScrolling", function () { - t.setState({ isScrolling: !1 }); + _f(xf(n), "__resetIsScrolling", function () { + n.setState({ isScrolling: !1 }); }), - t + n ); } return ( - _f(n, e.PureComponent), - xf(n, [ + Vf(t, e.PureComponent), + Rf(t, [ { key: "updatePosition", value: function () { @@ -46409,15 +46408,15 @@ var Lw = function () { a = this._child || E.findDOMNode(this); if (a instanceof Element && e) { var l = (function (e, t) { - if (hw(t) && document.documentElement) { + if (gw(t) && document.documentElement) { var n = document.documentElement, - r = fw(e), - o = fw(n); + r = hw(e), + o = hw(n); return { top: r.top - o.top, left: r.left - o.left }; } - var a = Ew(t), - l = fw(e), - i = fw(t); + var a = vw(t), + l = hw(e), + i = hw(t); return { top: l.top + a.top - i.top, left: l.left + a.left - i.left, @@ -46426,7 +46425,7 @@ var Lw = function () { (this._positionFromTop = l.top), (this._positionFromLeft = l.left); } - var i = vw(e, this.props); + var i = fw(e, this.props); (r === i.height && o === i.width) || (this.setState({ height: i.height, width: i.width }), t({ height: i.height, width: i.width })); @@ -46436,9 +46435,9 @@ var Lw = function () { key: "componentDidMount", value: function () { var e = this.props.scrollElement; - (this._detectElementResize = Yv()), + (this._detectElementResize = qv()), this.updatePosition(e), - e && (uw(this, e), this._registerResizeListener(e)), + e && (dw(this, e), this._registerResizeListener(e)), (this._isMounted = !0); }, }, @@ -46451,8 +46450,8 @@ var Lw = function () { null != r && null != n && (this.updatePosition(n), - mw(this, r), - uw(this, n), + uw(this, r), + dw(this, n), this._unregisterResizeListener(r), this._registerResizeListener(n)); }, @@ -46461,7 +46460,7 @@ var Lw = function () { key: "componentWillUnmount", value: function () { var e = this.props.scrollElement; - e && (mw(this, e), this._unregisterResizeListener(e)), + e && (uw(this, e), this._unregisterResizeListener(e)), (this._isMounted = !1); }, }, @@ -46487,41 +46486,41 @@ var Lw = function () { }, }, ]), - n + t ); })()), - Af( - pw, + _f( + mw, "propTypes", "production" === process.env.NODE_ENV ? null : { - children: uv.func.isRequired, - onResize: uv.func.isRequired, - onScroll: uv.func.isRequired, - scrollElement: uv.oneOfType([ - uv.any, + children: dv.func.isRequired, + onResize: dv.func.isRequired, + onScroll: dv.func.isRequired, + scrollElement: dv.oneOfType([ + dv.any, function () { return ( - "function" == typeof Element ? uv.instanceOf(Element) : uv.any + "function" == typeof Element ? dv.instanceOf(Element) : dv.any ).apply(this, arguments); }, ]), - scrollingResetTimeInterval: uv.number.isRequired, - serverHeight: uv.number.isRequired, - serverWidth: uv.number.isRequired, + scrollingResetTimeInterval: dv.number.isRequired, + serverHeight: dv.number.isRequired, + serverWidth: dv.number.isRequired, }, ), - gw); -Af(bw, "defaultProps", { + pw); +_f(Lw, "defaultProps", { onResize: function () {}, onScroll: function () {}, scrollingResetTimeInterval: 150, - scrollElement: Lw(), + scrollElement: ww(), serverHeight: 0, serverWidth: 0, }); -const Mw = (t) => +const bw = (t) => e.createElement( "svg", { @@ -46538,12 +46537,12 @@ const Mw = (t) => fill: "currentColor", }), ), - Hw = m.div(({ theme: e, sx: t }) => ({ + Mw = m.div(({ theme: e, sx: t }) => ({ position: "absolute", display: "flex", flexDirection: "column", - backgroundColor: sn(e, "dropdownSelector.backgroundColor", cn.white), - border: `1px solid ${sn(e, "borderColor", cn.borderColor)}`, + backgroundColor: Cn(e, "dropdownSelector.backgroundColor", sn.white), + border: `1px solid ${Cn(e, "borderColor", sn.borderColor)}`, padding: "10px 10px", minWidth: 150, borderRadius: 4, @@ -46552,9 +46551,9 @@ const Mw = (t) => "& .columnsSelectorTitle": { fontWeight: "bold", padding: "0 0 5px", - borderBottom: `1px solid ${sn(e, "borderColor", cn.borderColor)}`, + borderBottom: `1px solid ${Cn(e, "borderColor", sn.borderColor)}`, marginBottom: 5, - color: sn(e, "fontColor", cn.defaultFontColor), + color: Cn(e, "fontColor", sn.defaultFontColor), }, "& .columnsSelectorContainer": { display: "flex", @@ -46565,13 +46564,13 @@ const Mw = (t) => }, ...V(t, e), })), - yw = (e) => { + Hw = (e) => { if (!e) return { top: 0, right: 0 }; const t = e.getBoundingClientRect(), n = document.documentElement.offsetWidth; return { top: t.top + t.height, right: n - t.right }; }, - Rw = ({ + yw = ({ columns: e, selectedOptionIDs: n, onSelect: a, @@ -46582,14 +46581,14 @@ const Mw = (t) => const [s, c] = o(null); return ( r(() => { - c(i ? yw(C) : null); + c(i ? Hw(C) : null); }, [C, i]), r(() => { const e = () => { l(); }, - t = Dr((e) => { - e && e.getBoundingClientRect() && c(yw(e)); + t = Or((e) => { + e && e.getBoundingClientRect() && c(Hw(e)); }, 300); return ( window.addEventListener("resize", e), @@ -46611,10 +46610,10 @@ const Mw = (t) => ), w( t.createElement( - Fr, + Pr, { onClick: l }, t.createElement( - Hw, + Mw, { sx: s, onClick: (e) => { @@ -46622,15 +46621,15 @@ const Mw = (t) => }, }, t.createElement( - Nn, + Tn, { className: "columnsSelectorTitle" }, "Shown Columns", ), t.createElement( - Nn, + Tn, { className: "columnsSelectorContainer" }, e.map((e) => - t.createElement(oa, { + t.createElement(ra, { key: `tableColumns-${e.label}`, label: e.label, checked: n.findIndex((t) => t === e.elementKey) >= 0, @@ -46650,28 +46649,28 @@ const Mw = (t) => : null ); }; -var xw = (function (e, t) { +var Rw = (function (e, t) { return function (n) { return e(t(n)); }; })(Object.getPrototypeOf, Object), - Tw = J, - Nw = xw, - Sw = ee, - Vw = Function.prototype, - _w = Object.prototype, - Aw = Vw.toString, - kw = _w.hasOwnProperty, - Iw = Aw.call(Object); -var Zw = function (e) { - if (!Sw(e) || "[object Object]" != Tw(e)) return !1; - var t = Nw(e); + xw = J, + Tw = Rw, + Nw = ee, + Sw = Function.prototype, + Vw = Object.prototype, + _w = Sw.toString, + Aw = Vw.hasOwnProperty, + kw = _w.call(Object); +var Iw = function (e) { + if (!Nw(e) || "[object Object]" != xw(e)) return !1; + var t = Tw(e); if (null === t) return !0; - var n = kw.call(t, "constructor") && t.constructor; - return "function" == typeof n && n instanceof n && Aw.call(n) == Iw; + var n = Aw.call(t, "constructor") && t.constructor; + return "function" == typeof n && n instanceof n && _w.call(n) == kw; }, - Bw = B(Zw); -const Ow = (t) => + Zw = B(Iw); +const Bw = (t) => e.createElement( "svg", { @@ -46688,7 +46687,7 @@ const Ow = (t) => fill: "currentColor", }), ), - Dw = (t) => + Ow = (t) => e.createElement( "svg", { @@ -46705,7 +46704,7 @@ const Ow = (t) => fill: "currentColor", }), ), - Pw = (t) => + Dw = (t) => e.createElement( "svg", { @@ -46722,7 +46721,7 @@ const Ow = (t) => fill: "currentColor", }), ), - Fw = (t) => + Pw = (t) => e.createElement( "svg", { @@ -46739,7 +46738,7 @@ const Ow = (t) => fill: "currentColor", }), ), - Uw = (t) => + Fw = (t) => e.createElement( "svg", { @@ -46756,7 +46755,7 @@ const Ow = (t) => fill: "currentColor", }), ), - Gw = (t) => + Uw = (t) => e.createElement( "svg", { @@ -46773,7 +46772,7 @@ const Ow = (t) => fill: "currentColor", }), ), - zw = (t) => + Gw = (t) => e.createElement( "svg", { @@ -46790,7 +46789,7 @@ const Ow = (t) => fill: "currentColor", }), ), - $w = (t) => + zw = (t) => e.createElement( "svg", { @@ -46807,7 +46806,7 @@ const Ow = (t) => fill: "currentColor", }), ), - Ww = (t) => + $w = (t) => e.createElement( "svg", { @@ -46824,7 +46823,7 @@ const Ow = (t) => fill: "currentColor", }), ), - jw = [ + Ww = [ "view", "edit", "delete", @@ -46837,72 +46836,72 @@ const Ow = (t) => "format", "preview", ], - qw = m.button(({ theme: e }) => ({ + jw = m.button(({ theme: e }) => ({ width: 30, height: 30, display: "flex", justifyContent: "center", alignItems: "center", borderRadius: "100%", - border: `1px solid ${sn(e, "dataTable.actionButton.border", un.plainIconButtonBorder)}`, + border: `1px solid ${Cn(e, "dataTable.actionButton.border", dn.plainIconButtonBorder)}`, position: "relative", cursor: "pointer", transitionDuration: "0.2s", - background: sn( + background: Cn( e, "dataTable.actionButton.background", - un.plainIconButtonBG, + dn.plainIconButtonBG, ), "& svg": { - color: sn(e, "dataTable.actionButton.iconColor", un.plainIconButtonColor), + color: Cn(e, "dataTable.actionButton.iconColor", dn.plainIconButtonColor), margin: "calc(25% - 2px)", }, "&:hover:not(:disabled)": { - background: sn( + background: Cn( e, "dataTable.actionButton.hoverBackground", - un.plainIconButtonBG, + dn.plainIconButtonBG, ), - borderColor: sn( + borderColor: Cn( e, "dataTable.actionButton.hoverBorder", - un.plainIconButtonBorder, + dn.plainIconButtonBorder, ), }, "&:active:not(:disabled)": { - background: sn( + background: Cn( e, "dataTable.actionButton.activeBackground", - un.plainIconButtonBG, + dn.plainIconButtonBG, ), - borderColor: sn( + borderColor: Cn( e, "dataTable.actionButton.activeBorder", - un.plainIconButtonBorder, + dn.plainIconButtonBorder, ), }, "&:disabled": { cursor: "not-allowed", - background: sn( + background: Cn( e, "dataTable.actionButton.disabledBackground", "transparent", ), - borderColor: sn( + borderColor: Cn( e, "dataTable.actionButton.disabledBorder", - un.disabledSecondary, + dn.disabledSecondary, ), "& svg": { - color: sn( + color: Cn( e, "dataTable.actionButton.disabledIconColor", - un.disabledSecondaryText, + dn.disabledSecondaryText, ), }, }, })), - Yw = ({ + qw = ({ type: e, onClick: n, valueToSend: r, @@ -46911,37 +46910,37 @@ const Ow = (t) => }) => { const l = ((i = e), - jw.includes(i) + Ww.includes(i) ? ((e) => { switch (e) { case "view": case "preview": - return t.createElement(co, null); + return t.createElement(so, null); case "edit": - return t.createElement(Uw, null); + return t.createElement(Fw, null); case "delete": - return t.createElement(Ww, null); + return t.createElement($w, null); case "description": - return t.createElement(zw, null); - case "share": return t.createElement(Gw, null); + case "share": + return t.createElement(Uw, null); case "cloud": - return t.createElement(Dw, null); + return t.createElement(Ow, null); case "console": - return t.createElement($w, null); + return t.createElement(zw, null); case "download": - return t.createElement(Pw, null); + return t.createElement(Dw, null); case "disable": - return t.createElement(Ow, null); + return t.createElement(Bw, null); case "format": - return t.createElement(Fw, null); + return t.createElement(Pw, null); } return null; })(e) : e); var i; let C = t.createElement( - qw, + jw, { type: "button", "aria-label": "string" == typeof e ? e : "", @@ -46955,11 +46954,11 @@ const Ow = (t) => l, ); return ( - a && "" !== a && (C = t.createElement(Pn, { tooltip: a }, C)), + a && "" !== a && (C = t.createElement(Dn, { tooltip: a }, C)), n ? C : null ); }, - Kw = (e, n, r, o, l, i, C, s, c, d, u, m) => { + Yw = (e, n, r, o, l, i, C, s, c, d, u, m) => { const p = d && "object" == typeof d && !Array.isArray(d), g = ((e, t, n, r, o, a, l) => { if (e) { @@ -46988,7 +46987,7 @@ const Ow = (t) => if (s && !c.includes(o)) return null; const l = void 0 === n.enableSort || n.enableSort, h = !d || (p && !l) || (Array.isArray(d) && !d.includes(o)); - return t.createElement(nw, { + return t.createElement(tw, { key: `col-tb-${r.toString()}`, dataKey: String(n.elementKey) || `column-${r}`, headerClassName: @@ -46996,7 +46995,7 @@ const Ow = (t) => (n.headerTextAlign ? `text-${n.headerTextAlign}` : ""), headerRenderer: () => t.createElement( - Nn, + Tn, { sx: { display: "flex", @@ -47005,7 +47004,7 @@ const Ow = (t) => }, }, t.createElement( - Nn, + Tn, { sx: { whiteSpace: "nowrap", @@ -47024,8 +47023,8 @@ const Ow = (t) => a, null, "ASC" === m - ? t.createElement(Vn, null) - : t.createElement(Sn, null), + ? t.createElement(Sn, null) + : t.createElement(Nn, null), ) : null, ) @@ -47061,7 +47060,7 @@ const Ow = (t) => }); }); }, - Xw = m.div( + Kw = m.div( ({ theme: e, customPaperHeight: t, disabled: n, sx: r, rowHeight: o }) => ({ display: "flex", overflow: "auto", @@ -47074,7 +47073,7 @@ const Ow = (t) => position: "relative", height: t || "calc(100vh - 205px)", backgroundColor: n - ? sn(e, "dataTable.disabledBG", "transparent") + ? Cn(e, "dataTable.disabledBG", "transparent") : "transparent", "& .loadingBox": { padding: "100px 0" }, "& .overlayColumnSelection": { @@ -47086,28 +47085,28 @@ const Ow = (t) => overflowY: "auto", padding: "0 10px 10px", "& .shownColumnsLabel": { - color: sn( + color: Cn( e, "dataTable.titleColor", b["Color/Neutral/Text/colorTextLabel"].lightMode, ), fontSize: 12, padding: 10, - borderBottom: `${sn(e, "dataTable.border", "#E2E2E2")} 1px solid`, + borderBottom: `${Cn(e, "dataTable.border", "#E2E2E2")} 1px solid`, width: "100%", }, }, }, "&::-webkit-scrollbar": { width: 0, height: 3 }, "& .rowLine": { - borderBottom: `${sn(e, "dataTable.border", b["Color/Neutral/Border/colorBorderBold"].lightMode)} 1px solid`, + borderBottom: `${Cn(e, "dataTable.border", b["Color/Neutral/Border/colorBorderBold"].lightMode)} 1px solid`, height: o, fontSize: 14, transitionDuration: "0.3s", "&:focus": { outline: "initial" }, "&:hover:not(.ReactVirtualized__Table__headerRow)": { userSelect: "none", - backgroundColor: sn( + backgroundColor: Cn( e, "dataTable.hoverColor", b["Color/Brand/Control/colorBgActive"].lightMode, @@ -47117,14 +47116,14 @@ const Ow = (t) => }, "& .selected": { fontWeight: 600 }, "&:not(.deleted) .selected": { - color: sn( + color: Cn( e, "dataTable.selected", b["Color/Neutral/Text/colorTextHeading"].lightMode, ), }, "&.deleted .selected": { - color: sn( + color: Cn( e, "dataTable.itemDisabled", b["Color/Neutral/Text/colorTextDisabled"].lightMode, @@ -47210,14 +47209,14 @@ const Ow = (t) => ...V(r, e), }), ), - Qw = { + Xw = { deleted: { color: "#00000080", backgroundColor: "#f1f0f040", "&.selected": { color: "#b2b2b270" }, }, }, - Jw = ({ + Qw = ({ itemActions: e, columns: n, onSelect: r, @@ -47257,7 +47256,7 @@ const Ow = (t) => T(!1), k(null); }, P = (e) => { - const t = sn(e, "sortDirection", "DESC"); + const t = Cn(e, "sortDirection", "DESC"); S(e.sortBy), _(t), R && R(e); }; let F, U, G; @@ -47273,7 +47272,7 @@ const Ow = (t) => (z = ((e, t, n) => { const r = e; if (0 === e.length) return e; - if (Bw(e[0]) && void 0 !== t) + if (Zw(e[0]) && void 0 !== t) switch (n) { case "ASC": r.sort((e, n) => (e[t] > n[t] ? 1 : e[t] < n[t] ? -1 : 0)); @@ -47292,24 +47291,24 @@ const Ow = (t) => return r; })(l, N, V)), t.createElement( - go, + po, { item: !0, xs: 12, className: `data-table ${b}` }, t.createElement( - Xw, + Kw, { customPaperHeight: m, sx: M, rowHeight: H }, i && t.createElement( - go, + po, { container: !0, className: "loadingBox" }, t.createElement( - go, + po, { item: !0, xs: 12, style: { textAlign: "center" } }, C, ), t.createElement( - go, + po, { item: !0, xs: 12, sx: { textAlign: "center" } }, - t.createElement(oo, null), + t.createElement(ro, null), ), ), p && @@ -47320,7 +47319,7 @@ const Ow = (t) => null, ((e) => t.createElement( - Nn, + Tn, { sx: { margin: "10px 0 0", @@ -47329,17 +47328,17 @@ const Ow = (t) => }, }, t.createElement( - lo, + ao, { id: "columns-selector", - icon: t.createElement(Mw, null), + icon: t.createElement(bw, null), iconLocation: "end", onClick: O, }, "Columns", ), x && - t.createElement(Rw, { + t.createElement(yw, { open: x, closeTriggerAction: D, onSelect: (e) => f(e), @@ -47351,7 +47350,7 @@ const Ow = (t) => ), z && !i && z.length > 0 ? t.createElement( - gE, + pE, { isRowLoaded: ({ index: e }) => !!z[e], loadMoreRows: v @@ -47360,7 +47359,7 @@ const Ow = (t) => rowCount: v ? v.recordsCount : z.length, }, ({ onRowsRendered: o, registerChild: l }) => - t.createElement(Qv, null, ({ width: i, height: C }) => { + t.createElement(Xv, null, ({ width: i, height: C }) => { const d = ((e, t) => { const n = 36 * t; return n < 36 ? 36 : n > e ? e : n; @@ -47371,7 +47370,7 @@ const Ow = (t) => (e && 1 === e.length && "view" !== e[0].type) ); return t.createElement( - aw, + ow, { ref: l, disableHeader: !1, @@ -47412,13 +47411,13 @@ const Ow = (t) => rowStyle: (e) => { if (L) { const t = L(e); - return "string" == typeof t ? sn(Qw, t, {}) : t; + return "string" == typeof t ? Cn(Xw, t, {}) : t; } return {}; }, }, m && - t.createElement(nw, { + t.createElement(tw, { headerRenderer: () => t.createElement( a, @@ -47427,7 +47426,7 @@ const Ow = (t) => ? t.createElement( "div", { className: "checkAllWrapper" }, - t.createElement(oa, { + t.createElement(ra, { label: "", onChange: w, value: "all", @@ -47445,7 +47444,7 @@ const Ow = (t) => disableSort: !0, cellRenderer: ({ rowData: e }) => { const n = !!c && c.includes(e[I]); - return t.createElement(oa, { + return t.createElement(ra, { value: e[I], color: "primary", className: "TableCheckbox", @@ -47457,9 +47456,9 @@ const Ow = (t) => }); }, }), - Kw(n, i, d, m, f, c || [], I, p, h, y, U, G), + Yw(n, i, d, m, f, c || [], I, p, h, y, U, G), f && - t.createElement(nw, { + t.createElement(tw, { dataKey: "column-options", width: d, headerClassName: "optionsAlignment", @@ -47485,12 +47484,12 @@ const Ow = (t) => ? t.createElement( "div", { className: "progress-enabled" }, - t.createElement(oo, { + t.createElement(ro, { style: { width: 18, height: 18 }, key: `actions-loader-${e.type}-${n.toString()}`, }), ) - : t.createElement(Yw, { + : t.createElement(qw, { tooltip: e.tooltip, type: e.type, onClick: e.onClick, @@ -47522,117 +47521,117 @@ const Ow = (t) => ) ); }; -class eL extends Error {} -class tL extends eL { +class Jw extends Error {} +class eL extends Jw { constructor(e) { super(`Invalid DateTime: ${e.toMessage()}`); } } -class nL extends eL { +class tL extends Jw { constructor(e) { super(`Invalid Interval: ${e.toMessage()}`); } } -class rL extends eL { +class nL extends Jw { constructor(e) { super(`Invalid Duration: ${e.toMessage()}`); } } -class oL extends eL {} -class aL extends eL { +class rL extends Jw {} +class oL extends Jw { constructor(e) { super(`Invalid unit ${e}`); } } -class lL extends eL {} -class iL extends eL { +class aL extends Jw {} +class lL extends Jw { constructor() { super("Zone is an abstract class"); } } -const CL = "numeric", - sL = "short", - cL = "long", - dL = { year: CL, month: CL, day: CL }, - uL = { year: CL, month: sL, day: CL }, - mL = { year: CL, month: sL, day: CL, weekday: sL }, - pL = { year: CL, month: cL, day: CL }, - gL = { year: CL, month: cL, day: CL, weekday: cL }, - hL = { hour: CL, minute: CL }, - fL = { hour: CL, minute: CL, second: CL }, - vL = { hour: CL, minute: CL, second: CL, timeZoneName: sL }, - EL = { hour: CL, minute: CL, second: CL, timeZoneName: cL }, - wL = { hour: CL, minute: CL, hourCycle: "h23" }, - LL = { hour: CL, minute: CL, second: CL, hourCycle: "h23" }, - bL = { hour: CL, minute: CL, second: CL, hourCycle: "h23", timeZoneName: sL }, - ML = { hour: CL, minute: CL, second: CL, hourCycle: "h23", timeZoneName: cL }, - HL = { year: CL, month: CL, day: CL, hour: CL, minute: CL }, - yL = { year: CL, month: CL, day: CL, hour: CL, minute: CL, second: CL }, - RL = { year: CL, month: sL, day: CL, hour: CL, minute: CL }, - xL = { year: CL, month: sL, day: CL, hour: CL, minute: CL, second: CL }, - TL = { year: CL, month: sL, day: CL, weekday: sL, hour: CL, minute: CL }, - NL = { year: CL, month: cL, day: CL, hour: CL, minute: CL, timeZoneName: sL }, +const iL = "numeric", + CL = "short", + sL = "long", + cL = { year: iL, month: iL, day: iL }, + dL = { year: iL, month: CL, day: iL }, + uL = { year: iL, month: CL, day: iL, weekday: CL }, + mL = { year: iL, month: sL, day: iL }, + pL = { year: iL, month: sL, day: iL, weekday: sL }, + gL = { hour: iL, minute: iL }, + hL = { hour: iL, minute: iL, second: iL }, + fL = { hour: iL, minute: iL, second: iL, timeZoneName: CL }, + vL = { hour: iL, minute: iL, second: iL, timeZoneName: sL }, + EL = { hour: iL, minute: iL, hourCycle: "h23" }, + wL = { hour: iL, minute: iL, second: iL, hourCycle: "h23" }, + LL = { hour: iL, minute: iL, second: iL, hourCycle: "h23", timeZoneName: CL }, + bL = { hour: iL, minute: iL, second: iL, hourCycle: "h23", timeZoneName: sL }, + ML = { year: iL, month: iL, day: iL, hour: iL, minute: iL }, + HL = { year: iL, month: iL, day: iL, hour: iL, minute: iL, second: iL }, + yL = { year: iL, month: CL, day: iL, hour: iL, minute: iL }, + RL = { year: iL, month: CL, day: iL, hour: iL, minute: iL, second: iL }, + xL = { year: iL, month: CL, day: iL, weekday: CL, hour: iL, minute: iL }, + TL = { year: iL, month: sL, day: iL, hour: iL, minute: iL, timeZoneName: CL }, + NL = { + year: iL, + month: sL, + day: iL, + hour: iL, + minute: iL, + second: iL, + timeZoneName: CL, + }, SL = { - year: CL, - month: cL, - day: CL, - hour: CL, - minute: CL, - second: CL, + year: iL, + month: sL, + day: iL, + weekday: sL, + hour: iL, + minute: iL, timeZoneName: sL, }, VL = { - year: CL, - month: cL, - day: CL, - weekday: cL, - hour: CL, - minute: CL, - timeZoneName: cL, - }, - _L = { - year: CL, - month: cL, - day: CL, - weekday: cL, - hour: CL, - minute: CL, - second: CL, - timeZoneName: cL, + year: iL, + month: sL, + day: iL, + weekday: sL, + hour: iL, + minute: iL, + second: iL, + timeZoneName: sL, }; -class AL { +class _L { get type() { - throw new iL(); + throw new lL(); } get name() { - throw new iL(); + throw new lL(); } get ianaName() { return this.name; } get isUniversal() { - throw new iL(); + throw new lL(); } offsetName(e, t) { - throw new iL(); + throw new lL(); } formatOffset(e, t) { - throw new iL(); + throw new lL(); } offset(e) { - throw new iL(); + throw new lL(); } equals(e) { - throw new iL(); + throw new lL(); } get isValid() { - throw new iL(); + throw new lL(); } } -let kL = null; -class IL extends AL { +let AL = null; +class kL extends _L { static get instance() { - return null === kL && (kL = new IL()), kL; + return null === AL && (AL = new kL()), AL; } get type() { return "system"; @@ -47644,10 +47643,10 @@ class IL extends AL { return !1; } offsetName(e, { format: t, locale: n }) { - return Jb(e, t, n); + return Qb(e, t, n); } formatOffset(e, t) { - return rM(this.offset(e), t); + return nM(this.offset(e), t); } offset(e) { return -new Date(e).getTimezoneOffset(); @@ -47659,15 +47658,15 @@ class IL extends AL { return !0; } } -let ZL = {}; -const BL = { year: 0, month: 1, day: 2, era: 3, hour: 4, minute: 5, second: 6 }; -let OL = {}; -class DL extends AL { +let IL = {}; +const ZL = { year: 0, month: 1, day: 2, era: 3, hour: 4, minute: 5, second: 6 }; +let BL = {}; +class OL extends _L { static create(e) { - return OL[e] || (OL[e] = new DL(e)), OL[e]; + return BL[e] || (BL[e] = new OL(e)), BL[e]; } static resetCache() { - (OL = {}), (ZL = {}); + (BL = {}), (IL = {}); } static isValidSpecifier(e) { return this.isValidZone(e); @@ -47681,7 +47680,7 @@ class DL extends AL { } } constructor(e) { - super(), (this.zoneName = e), (this.valid = DL.isValidZone(e)); + super(), (this.zoneName = e), (this.valid = OL.isValidZone(e)); } get type() { return "iana"; @@ -47693,18 +47692,18 @@ class DL extends AL { return !1; } offsetName(e, { format: t, locale: n }) { - return Jb(e, t, n, this.name); + return Qb(e, t, n, this.name); } formatOffset(e, t) { - return rM(this.offset(e), t); + return nM(this.offset(e), t); } offset(e) { const t = new Date(e); if (isNaN(t)) return NaN; const n = ((r = this.name), - ZL[r] || - (ZL[r] = new Intl.DateTimeFormat("en-US", { + IL[r] || + (IL[r] = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: r, year: "numeric", @@ -47715,7 +47714,7 @@ class DL extends AL { second: "2-digit", era: "short", })), - ZL[r]); + IL[r]); var r; let [o, a, l, i, C, s, c] = n.formatToParts ? (function (e, t) { @@ -47723,8 +47722,8 @@ class DL extends AL { r = []; for (let e = 0; e < n.length; e++) { const { type: t, value: o } = n[e], - a = BL[t]; - "era" === t ? (r[a] = o) : _b(a) || (r[a] = parseInt(o, 10)); + a = ZL[t]; + "era" === t ? (r[a] = o) : Vb(a) || (r[a] = parseInt(o, 10)); } return r; })(n, t) @@ -47739,7 +47738,7 @@ class DL extends AL { const u = d % 1e3; return ( (d -= u >= 0 ? u : 1e3 + u), - (Yb({ + (qb({ year: o, month: a, day: l, @@ -47759,22 +47758,22 @@ class DL extends AL { return this.valid; } } +let DL = {}; let PL = {}; -let FL = {}; -function UL(e, t = {}) { +function FL(e, t = {}) { const n = JSON.stringify([e, t]); - let r = FL[n]; - return r || ((r = new Intl.DateTimeFormat(e, t)), (FL[n] = r)), r; + let r = PL[n]; + return r || ((r = new Intl.DateTimeFormat(e, t)), (PL[n] = r)), r; } +let UL = {}; let GL = {}; -let zL = {}; -let $L = null; -let WL = {}; -function jL(e, t, n, r) { +let zL = null; +let $L = {}; +function WL(e, t, n, r) { const o = e.listingMode(); return "error" === o ? null : "en" === o ? n(t) : r(t); } -class qL { +class jL { constructor(e, t, n) { (this.padTo = n.padTo || 0), (this.floor = n.floor || !1); const { padTo: r, floor: o, ...a } = n; @@ -47783,8 +47782,8 @@ class qL { n.padTo > 0 && (t.minimumIntegerDigits = n.padTo), (this.inf = (function (e, t = {}) { const n = JSON.stringify([e, t]); - let r = GL[n]; - return r || ((r = new Intl.NumberFormat(e, t)), (GL[n] = r)), r; + let r = UL[n]; + return r || ((r = new Intl.NumberFormat(e, t)), (UL[n] = r)), r; })(e, t)); } } @@ -47793,10 +47792,10 @@ class qL { const t = this.floor ? Math.floor(e) : e; return this.inf.format(t); } - return Fb(this.floor ? Math.floor(e) : $b(e, 3), this.padTo); + return Pb(this.floor ? Math.floor(e) : zb(e, 3), this.padTo); } } -class YL { +class qL { constructor(e, t, n) { let r; if (((this.opts = n), (this.originalZone = void 0), this.opts.timeZone)) @@ -47804,7 +47803,7 @@ class YL { else if ("fixed" === e.zone.type) { const t = (e.offset / 60) * -1, n = t >= 0 ? `Etc/GMT+${t}` : `Etc/GMT${t}`; - 0 !== e.offset && DL.create(n).valid + 0 !== e.offset && OL.create(n).valid ? ((r = n), (this.dt = e)) : ((r = "UTC"), (this.dt = @@ -47819,7 +47818,7 @@ class YL { (this.dt = e.setZone("UTC").plus({ minutes: e.offset })), (this.originalZone = e.zone)); const o = { ...this.opts }; - (o.timeZone = o.timeZone || r), (this.dtf = UL(t, o)); + (o.timeZone = o.timeZone || r), (this.dtf = FL(t, o)); } format() { return this.originalZone @@ -47847,16 +47846,16 @@ class YL { return this.dtf.resolvedOptions(); } } -class KL { +class YL { constructor(e, t, n) { (this.opts = { style: "long", ...n }), !t && - Ib() && + kb() && (this.rtf = (function (e, t = {}) { const { base: n, ...r } = t, o = JSON.stringify([e, r]); - let a = zL[o]; - return a || ((a = new Intl.RelativeTimeFormat(e, t)), (zL[o] = a)), a; + let a = GL[o]; + return a || ((a = new Intl.RelativeTimeFormat(e, t)), (GL[o] = a)), a; })(e, n)); } format(e, t) { @@ -47897,10 +47896,10 @@ class KL { return this.rtf ? this.rtf.formatToParts(e, t) : []; } } -const XL = { firstDay: 1, minimalDays: 4, weekend: [6, 7] }; -class QL { +const KL = { firstDay: 1, minimalDays: 4, weekend: [6, 7] }; +class XL { static fromOpts(e) { - return QL.create( + return XL.create( e.locale, e.numberingSystem, e.outputCalendar, @@ -47909,20 +47908,20 @@ class QL { ); } static create(e, t, n, r, o = !1) { - const a = e || hb.defaultLocale, + const a = e || gb.defaultLocale, l = a || (o ? "en-US" - : $L || - (($L = new Intl.DateTimeFormat().resolvedOptions().locale), $L)), - i = t || hb.defaultNumberingSystem, - C = n || hb.defaultOutputCalendar, - s = Db(r) || hb.defaultWeekSettings; - return new QL(l, i, C, s, a); + : zL || + ((zL = new Intl.DateTimeFormat().resolvedOptions().locale), zL)), + i = t || gb.defaultNumberingSystem, + C = n || gb.defaultOutputCalendar, + s = Ob(r) || gb.defaultWeekSettings; + return new XL(l, i, C, s, a); } static resetCache() { - ($L = null), (FL = {}), (GL = {}), (zL = {}); + (zL = null), (PL = {}), (UL = {}), (GL = {}); } static fromObject({ locale: e, @@ -47930,7 +47929,7 @@ class QL { outputCalendar: n, weekSettings: r, } = {}) { - return QL.create(e, t, n, r); + return XL.create(e, t, n, r); } constructor(e, t, n, r, o) { const [a, l, i] = (function (e) { @@ -47941,10 +47940,10 @@ class QL { { let t, r; try { - (t = UL(e).resolvedOptions()), (r = e); + (t = FL(e).resolvedOptions()), (r = e); } catch (o) { const a = e.substring(0, n); - (t = UL(a).resolvedOptions()), (r = a); + (t = FL(a).resolvedOptions()), (r = a); } const { numberingSystem: o, calendar: a } = t; return [r, o, a]; @@ -47994,11 +47993,11 @@ class QL { } clone(e) { return e && 0 !== Object.getOwnPropertyNames(e).length - ? QL.create( + ? XL.create( e.locale || this.specifiedLocale, e.numberingSystem || this.numberingSystem, e.outputCalendar || this.outputCalendar, - Db(e.weekSettings) || this.weekSettings, + Ob(e.weekSettings) || this.weekSettings, e.defaultToEN || !1, ) : this; @@ -48010,7 +48009,7 @@ class QL { return this.clone({ ...e, defaultToEN: !1 }); } months(e, t = !1) { - return jL(this, e, CM, () => { + return WL(this, e, iM, () => { const n = t ? { month: e, day: "numeric" } : { month: e }, r = t ? "format" : "standalone"; return ( @@ -48018,7 +48017,7 @@ class QL { (this.monthsCache[r][e] = (function (e) { const t = []; for (let n = 1; n <= 12; n++) { - const r = dy.utc(2009, n, 1); + const r = cy.utc(2009, n, 1); t.push(e(r)); } return t; @@ -48028,7 +48027,7 @@ class QL { }); } weekdays(e, t = !1) { - return jL(this, e, uM, () => { + return WL(this, e, dM, () => { const n = t ? { weekday: e, year: "numeric", month: "long", day: "numeric" } : { weekday: e }, @@ -48038,7 +48037,7 @@ class QL { (this.weekdaysCache[r][e] = (function (e) { const t = []; for (let n = 1; n <= 7; n++) { - const r = dy.utc(2016, 11, 13 + n); + const r = cy.utc(2016, 11, 13 + n); t.push(e(r)); } return t; @@ -48048,16 +48047,16 @@ class QL { }); } meridiems() { - return jL( + return WL( this, void 0, - () => mM, + () => uM, () => { if (!this.meridiemCache) { const e = { hour: "numeric", hourCycle: "h12" }; this.meridiemCache = [ - dy.utc(2016, 11, 13, 9), - dy.utc(2016, 11, 13, 19), + cy.utc(2016, 11, 13, 9), + cy.utc(2016, 11, 13, 19), ].map((t) => this.extract(t, e, "dayperiod")); } return this.meridiemCache; @@ -48065,11 +48064,11 @@ class QL { ); } eras(e) { - return jL(this, e, fM, () => { + return WL(this, e, hM, () => { const t = { era: e }; return ( this.eraCache[e] || - (this.eraCache[e] = [dy.utc(-40, 1, 1), dy.utc(2017, 1, 1)].map((e) => + (this.eraCache[e] = [cy.utc(-40, 1, 1), cy.utc(2017, 1, 1)].map((e) => this.extract(e, t, "era"), )), this.eraCache[e] @@ -48083,19 +48082,19 @@ class QL { return r ? r.value : null; } numberFormatter(e = {}) { - return new qL(this.intl, e.forceSimple || this.fastNumbers, e); + return new jL(this.intl, e.forceSimple || this.fastNumbers, e); } dtFormatter(e, t = {}) { - return new YL(e, this.intl, t); + return new qL(e, this.intl, t); } relFormatter(e = {}) { - return new KL(this.intl, this.isEnglish(), e); + return new YL(this.intl, this.isEnglish(), e); } listFormatter(e = {}) { return (function (e, t = {}) { const n = JSON.stringify([e, t]); - let r = PL[n]; - return r || ((r = new Intl.ListFormat(e, t)), (PL[n] = r)), r; + let r = DL[n]; + return r || ((r = new Intl.ListFormat(e, t)), (DL[n] = r)), r; })(this.intl, e); } isEnglish() { @@ -48110,17 +48109,17 @@ class QL { getWeekSettings() { return this.weekSettings ? this.weekSettings - : Zb() + : Ib() ? (function (e) { - let t = WL[e]; + let t = $L[e]; if (!t) { const n = new Intl.Locale(e); (t = "getWeekInfo" in n ? n.getWeekInfo() : n.weekInfo), - (WL[e] = t); + ($L[e] = t); } return t; })(this.locale) - : XL; + : KL; } getStartOfWeek() { return this.getWeekSettings().firstDay; @@ -48142,18 +48141,18 @@ class QL { return `Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`; } } -let JL = null; -class eb extends AL { +let QL = null; +class JL extends _L { static get utcInstance() { - return null === JL && (JL = new eb(0)), JL; + return null === QL && (QL = new JL(0)), QL; } static instance(e) { - return 0 === e ? eb.utcInstance : new eb(e); + return 0 === e ? JL.utcInstance : new JL(e); } static parseSpecifier(e) { if (e) { const t = e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i); - if (t) return new eb(eM(t[1], t[2])); + if (t) return new JL(Jb(t[1], t[2])); } return null; } @@ -48164,16 +48163,16 @@ class eb extends AL { return "fixed"; } get name() { - return 0 === this.fixed ? "UTC" : `UTC${rM(this.fixed, "narrow")}`; + return 0 === this.fixed ? "UTC" : `UTC${nM(this.fixed, "narrow")}`; } get ianaName() { - return 0 === this.fixed ? "Etc/UTC" : `Etc/GMT${rM(-this.fixed, "narrow")}`; + return 0 === this.fixed ? "Etc/UTC" : `Etc/GMT${nM(-this.fixed, "narrow")}`; } offsetName() { return this.name; } formatOffset(e, t) { - return rM(this.fixed, t); + return nM(this.fixed, t); } get isUniversal() { return !0; @@ -48188,7 +48187,7 @@ class eb extends AL { return !0; } } -class tb extends AL { +class eb extends _L { constructor(e) { super(), (this.zoneName = e); } @@ -48217,9 +48216,9 @@ class tb extends AL { return !1; } } -function nb(e, t) { - if (_b(e) || null === e) return t; - if (e instanceof AL) return e; +function tb(e, t) { + if (Vb(e) || null === e) return t; + if (e instanceof _L) return e; if ( (function (e) { return "string" == typeof e; @@ -48229,18 +48228,18 @@ function nb(e, t) { return "default" === n ? t : "local" === n || "system" === n - ? IL.instance + ? kL.instance : "utc" === n || "gmt" === n - ? eb.utcInstance - : eb.parseSpecifier(n) || DL.create(e); + ? JL.utcInstance + : JL.parseSpecifier(n) || OL.create(e); } - return Ab(e) - ? eb.instance(e) + return _b(e) + ? JL.instance(e) : "object" == typeof e && "offset" in e && "function" == typeof e.offset ? e - : new tb(e); + : new eb(e); } -const rb = { +const nb = { arab: "[٠-٩]", arabext: "[۰-۹]", bali: "[᭐-᭙]", @@ -48263,7 +48262,7 @@ const rb = { tibt: "[༠-༩]", latn: "\\d", }, - ob = { + rb = { arab: [1632, 1641], arabext: [1776, 1785], bali: [6992, 7001], @@ -48284,78 +48283,78 @@ const rb = { thai: [3664, 3673], tibt: [3872, 3881], }, - ab = rb.hanidec.replace(/[\[|\]]/g, "").split(""); -let lb = {}; -function ib({ numberingSystem: e }, t = "") { + ob = nb.hanidec.replace(/[\[|\]]/g, "").split(""); +let ab = {}; +function lb({ numberingSystem: e }, t = "") { const n = e || "latn"; return ( - lb[n] || (lb[n] = {}), - lb[n][t] || (lb[n][t] = new RegExp(`${rb[n]}${t}`)), - lb[n][t] + ab[n] || (ab[n] = {}), + ab[n][t] || (ab[n][t] = new RegExp(`${nb[n]}${t}`)), + ab[n][t] ); } -let Cb, - sb = () => Date.now(), - cb = "system", +let ib, + Cb = () => Date.now(), + sb = "system", + cb = null, db = null, ub = null, - mb = null, - pb = 60, - gb = null; -class hb { + mb = 60, + pb = null; +class gb { static get now() { - return sb; + return Cb; } static set now(e) { - sb = e; + Cb = e; } static set defaultZone(e) { - cb = e; + sb = e; } static get defaultZone() { - return nb(cb, IL.instance); + return tb(sb, kL.instance); } static get defaultLocale() { - return db; + return cb; } static set defaultLocale(e) { - db = e; + cb = e; } static get defaultNumberingSystem() { - return ub; + return db; } static set defaultNumberingSystem(e) { - ub = e; + db = e; } static get defaultOutputCalendar() { - return mb; + return ub; } static set defaultOutputCalendar(e) { - mb = e; + ub = e; } static get defaultWeekSettings() { - return gb; + return pb; } static set defaultWeekSettings(e) { - gb = Db(e); + pb = Ob(e); } static get twoDigitCutoffYear() { - return pb; + return mb; } static set twoDigitCutoffYear(e) { - pb = e % 100; + mb = e % 100; } static get throwOnInvalid() { - return Cb; + return ib; } static set throwOnInvalid(e) { - Cb = e; + ib = e; } static resetCaches() { - QL.resetCache(), DL.resetCache(), dy.resetCache(), (lb = {}); + XL.resetCache(), OL.resetCache(), cy.resetCache(), (ab = {}); } } -class fb { +class hb { constructor(e, t) { (this.reason = e), (this.explanation = t); } @@ -48365,79 +48364,79 @@ class fb { : this.reason; } } -const vb = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], - Eb = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335]; -function wb(e, t) { - return new fb( +const fb = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], + vb = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335]; +function Eb(e, t) { + return new hb( "unit out of range", `you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`, ); } -function Lb(e, t, n) { +function wb(e, t, n) { const r = new Date(Date.UTC(e, t - 1, n)); e < 100 && e >= 0 && r.setUTCFullYear(r.getUTCFullYear() - 1900); const o = r.getUTCDay(); return 0 === o ? 7 : o; } -function bb(e, t, n) { - return n + (Wb(e) ? Eb : vb)[t - 1]; +function Lb(e, t, n) { + return n + ($b(e) ? vb : fb)[t - 1]; } -function Mb(e, t) { - const n = Wb(e) ? Eb : vb, +function bb(e, t) { + const n = $b(e) ? vb : fb, r = n.findIndex((e) => e < t); return { month: r + 1, day: t - n[r] }; } -function Hb(e, t) { +function Mb(e, t) { return ((e - t + 7) % 7) + 1; } -function yb(e, t = 4, n = 1) { +function Hb(e, t = 4, n = 1) { const { year: r, month: o, day: a } = e, - l = bb(r, o, a), - i = Hb(Lb(r, o, a), n); + l = Lb(r, o, a), + i = Mb(wb(r, o, a), n); let C, s = Math.floor((l - i + 14 - t) / 7); return ( s < 1 - ? ((C = r - 1), (s = Xb(C, t, n))) - : s > Xb(r, t, n) + ? ((C = r - 1), (s = Kb(C, t, n))) + : s > Kb(r, t, n) ? ((C = r + 1), (s = 1)) : (C = r), - { weekYear: C, weekNumber: s, weekday: i, ...oM(e) } + { weekYear: C, weekNumber: s, weekday: i, ...rM(e) } ); } -function Rb(e, t = 4, n = 1) { +function yb(e, t = 4, n = 1) { const { weekYear: r, weekNumber: o, weekday: a } = e, - l = Hb(Lb(r, 1, t), n), - i = jb(r); + l = Mb(wb(r, 1, t), n), + i = Wb(r); let C, s = 7 * o + a - l - 7 + t; s < 1 - ? ((C = r - 1), (s += jb(C))) + ? ((C = r - 1), (s += Wb(C))) : s > i - ? ((C = r + 1), (s -= jb(r))) + ? ((C = r + 1), (s -= Wb(r))) : (C = r); - const { month: c, day: d } = Mb(C, s); - return { year: C, month: c, day: d, ...oM(e) }; + const { month: c, day: d } = bb(C, s); + return { year: C, month: c, day: d, ...rM(e) }; } -function xb(e) { +function Rb(e) { const { year: t, month: n, day: r } = e; - return { year: t, ordinal: bb(t, n, r), ...oM(e) }; + return { year: t, ordinal: Lb(t, n, r), ...rM(e) }; } -function Tb(e) { +function xb(e) { const { year: t, ordinal: n } = e, - { month: r, day: o } = Mb(t, n); - return { year: t, month: r, day: o, ...oM(e) }; + { month: r, day: o } = bb(t, n); + return { year: t, month: r, day: o, ...rM(e) }; } -function Nb(e, t) { - if (!_b(e.localWeekday) || !_b(e.localWeekNumber) || !_b(e.localWeekYear)) { - if (!_b(e.weekday) || !_b(e.weekNumber) || !_b(e.weekYear)) - throw new oL( +function Tb(e, t) { + if (!Vb(e.localWeekday) || !Vb(e.localWeekNumber) || !Vb(e.localWeekYear)) { + if (!Vb(e.weekday) || !Vb(e.weekNumber) || !Vb(e.weekYear)) + throw new rL( "Cannot mix locale-based week fields with ISO-based week fields", ); return ( - _b(e.localWeekday) || (e.weekday = e.localWeekday), - _b(e.localWeekNumber) || (e.weekNumber = e.localWeekNumber), - _b(e.localWeekYear) || (e.weekYear = e.localWeekYear), + Vb(e.localWeekday) || (e.weekday = e.localWeekday), + Vb(e.localWeekNumber) || (e.weekNumber = e.localWeekNumber), + Vb(e.localWeekYear) || (e.weekYear = e.localWeekYear), delete e.localWeekday, delete e.localWeekNumber, delete e.localWeekYear, @@ -48449,47 +48448,47 @@ function Nb(e, t) { } return { minDaysInFirstWeek: 4, startOfWeek: 1 }; } -function Sb(e) { - const t = kb(e.year), - n = Pb(e.month, 1, 12), - r = Pb(e.day, 1, qb(e.year, e.month)); +function Nb(e) { + const t = Ab(e.year), + n = Db(e.month, 1, 12), + r = Db(e.day, 1, jb(e.year, e.month)); return t ? n - ? !r && wb("day", e.day) - : wb("month", e.month) - : wb("year", e.year); + ? !r && Eb("day", e.day) + : Eb("month", e.month) + : Eb("year", e.year); } -function Vb(e) { +function Sb(e) { const { hour: t, minute: n, second: r, millisecond: o } = e, - a = Pb(t, 0, 23) || (24 === t && 0 === n && 0 === r && 0 === o), - l = Pb(n, 0, 59), - i = Pb(r, 0, 59), - C = Pb(o, 0, 999); + a = Db(t, 0, 23) || (24 === t && 0 === n && 0 === r && 0 === o), + l = Db(n, 0, 59), + i = Db(r, 0, 59), + C = Db(o, 0, 999); return a ? l ? i - ? !C && wb("millisecond", o) - : wb("second", r) - : wb("minute", n) - : wb("hour", t); + ? !C && Eb("millisecond", o) + : Eb("second", r) + : Eb("minute", n) + : Eb("hour", t); } -function _b(e) { +function Vb(e) { return void 0 === e; } -function Ab(e) { +function _b(e) { return "number" == typeof e; } -function kb(e) { +function Ab(e) { return "number" == typeof e && e % 1 == 0; } -function Ib() { +function kb() { try { return "undefined" != typeof Intl && !!Intl.RelativeTimeFormat; } catch (e) { return !1; } } -function Zb() { +function Ib() { try { return ( "undefined" != typeof Intl && @@ -48501,76 +48500,76 @@ function Zb() { return !1; } } -function Bb(e, t, n) { +function Zb(e, t, n) { if (0 !== e.length) return e.reduce((e, r) => { const o = [t(r), r]; return e && n(e[0], o[0]) === e[0] ? e : o; }, null)[1]; } -function Ob(e, t) { +function Bb(e, t) { return Object.prototype.hasOwnProperty.call(e, t); } -function Db(e) { +function Ob(e) { if (null == e) return null; - if ("object" != typeof e) throw new lL("Week settings must be an object"); + if ("object" != typeof e) throw new aL("Week settings must be an object"); if ( - !Pb(e.firstDay, 1, 7) || - !Pb(e.minimalDays, 1, 7) || + !Db(e.firstDay, 1, 7) || + !Db(e.minimalDays, 1, 7) || !Array.isArray(e.weekend) || - e.weekend.some((e) => !Pb(e, 1, 7)) + e.weekend.some((e) => !Db(e, 1, 7)) ) - throw new lL("Invalid week settings"); + throw new aL("Invalid week settings"); return { firstDay: e.firstDay, minimalDays: e.minimalDays, weekend: Array.from(e.weekend), }; } -function Pb(e, t, n) { - return kb(e) && e >= t && e <= n; +function Db(e, t, n) { + return Ab(e) && e >= t && e <= n; } -function Fb(e, t = 2) { +function Pb(e, t = 2) { let n; return ( (n = e < 0 ? "-" + ("" + -e).padStart(t, "0") : ("" + e).padStart(t, "0")), n ); } +function Fb(e) { + return Vb(e) || null === e || "" === e ? void 0 : parseInt(e, 10); +} function Ub(e) { - return _b(e) || null === e || "" === e ? void 0 : parseInt(e, 10); + return Vb(e) || null === e || "" === e ? void 0 : parseFloat(e); } function Gb(e) { - return _b(e) || null === e || "" === e ? void 0 : parseFloat(e); -} -function zb(e) { - if (!_b(e) && null !== e && "" !== e) { + if (!Vb(e) && null !== e && "" !== e) { const t = 1e3 * parseFloat("0." + e); return Math.floor(t); } } -function $b(e, t, n = !1) { +function zb(e, t, n = !1) { const r = 10 ** t; return (n ? Math.trunc : Math.round)(e * r) / r; } -function Wb(e) { +function $b(e) { return e % 4 == 0 && (e % 100 != 0 || e % 400 == 0); } -function jb(e) { - return Wb(e) ? 366 : 365; +function Wb(e) { + return $b(e) ? 366 : 365; } -function qb(e, t) { +function jb(e, t) { const n = (function (e, t) { return e - t * Math.floor(e / t); })(t - 1, 12) + 1; return 2 === n - ? Wb(e + (t - n) / 12) + ? $b(e + (t - n) / 12) ? 29 : 28 : [31, null, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][n - 1]; } -function Yb(e) { +function qb(e) { let t = Date.UTC( e.year, e.month - 1, @@ -48587,18 +48586,18 @@ function Yb(e) { +t ); } -function Kb(e, t, n) { - return -Hb(Lb(e, 1, t), n) + t - 1; +function Yb(e, t, n) { + return -Mb(wb(e, 1, t), n) + t - 1; } -function Xb(e, t = 4, n = 1) { - const r = Kb(e, t, n), - o = Kb(e + 1, t, n); - return (jb(e) - r + o) / 7; +function Kb(e, t = 4, n = 1) { + const r = Yb(e, t, n), + o = Yb(e + 1, t, n); + return (Wb(e) - r + o) / 7; } -function Qb(e) { - return e > 99 ? e : e > hb.twoDigitCutoffYear ? 1900 + e : 2e3 + e; +function Xb(e) { + return e > 99 ? e : e > gb.twoDigitCutoffYear ? 1900 + e : 2e3 + e; } -function Jb(e, t, n, r = null) { +function Qb(e, t, n, r = null) { const o = new Date(e), a = { hourCycle: "h23", @@ -48615,51 +48614,51 @@ function Jb(e, t, n, r = null) { .find((e) => "timezonename" === e.type.toLowerCase()); return i ? i.value : null; } -function eM(e, t) { +function Jb(e, t) { let n = parseInt(e, 10); Number.isNaN(n) && (n = 0); const r = parseInt(t, 10) || 0; return 60 * n + (n < 0 || Object.is(n, -0) ? -r : r); } -function tM(e) { +function eM(e) { const t = Number(e); if ("boolean" == typeof e || "" === e || Number.isNaN(t)) - throw new lL(`Invalid unit value ${e}`); + throw new aL(`Invalid unit value ${e}`); return t; } -function nM(e, t) { +function tM(e, t) { const n = {}; for (const r in e) - if (Ob(e, r)) { + if (Bb(e, r)) { const o = e[r]; if (null == o) continue; - n[t(r)] = tM(o); + n[t(r)] = eM(o); } return n; } -function rM(e, t) { +function nM(e, t) { const n = Math.trunc(Math.abs(e / 60)), r = Math.trunc(Math.abs(e % 60)), o = e >= 0 ? "+" : "-"; switch (t) { case "short": - return `${o}${Fb(n, 2)}:${Fb(r, 2)}`; + return `${o}${Pb(n, 2)}:${Pb(r, 2)}`; case "narrow": return `${o}${n}${r > 0 ? `:${r}` : ""}`; case "techie": - return `${o}${Fb(n, 2)}${Fb(r, 2)}`; + return `${o}${Pb(n, 2)}${Pb(r, 2)}`; default: throw new RangeError( `Value format ${t} is out of range for property format`, ); } } -function oM(e) { +function rM(e) { return (function (e, t) { return t.reduce((t, n) => ((t[n] = e[n]), t), {}); })(e, ["hour", "minute", "second", "millisecond"]); } -const aM = [ +const oM = [ "January", "February", "March", @@ -48673,7 +48672,7 @@ const aM = [ "November", "December", ], - lM = [ + aM = [ "Jan", "Feb", "Mar", @@ -48687,15 +48686,15 @@ const aM = [ "Nov", "Dec", ], - iM = ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]; -function CM(e) { + lM = ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]; +function iM(e) { switch (e) { case "narrow": - return [...iM]; - case "short": return [...lM]; - case "long": + case "short": return [...aM]; + case "long": + return [...oM]; case "numeric": return ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]; case "2-digit": @@ -48717,7 +48716,7 @@ function CM(e) { return null; } } -const sM = [ +const CM = [ "Monday", "Tuesday", "Wednesday", @@ -48726,68 +48725,68 @@ const sM = [ "Saturday", "Sunday", ], - cM = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], - dM = ["M", "T", "W", "T", "F", "S", "S"]; -function uM(e) { + sM = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], + cM = ["M", "T", "W", "T", "F", "S", "S"]; +function dM(e) { switch (e) { case "narrow": - return [...dM]; - case "short": return [...cM]; - case "long": + case "short": return [...sM]; + case "long": + return [...CM]; case "numeric": return ["1", "2", "3", "4", "5", "6", "7"]; default: return null; } } -const mM = ["AM", "PM"], - pM = ["Before Christ", "Anno Domini"], - gM = ["BC", "AD"], - hM = ["B", "A"]; -function fM(e) { +const uM = ["AM", "PM"], + mM = ["Before Christ", "Anno Domini"], + pM = ["BC", "AD"], + gM = ["B", "A"]; +function hM(e) { switch (e) { case "narrow": - return [...hM]; - case "short": return [...gM]; - case "long": + case "short": return [...pM]; + case "long": + return [...mM]; default: return null; } } -function vM(e, t) { +function fM(e, t) { let n = ""; for (const r of e) r.literal ? (n += r.val) : (n += t(r.val)); return n; } -const EM = { - D: dL, - DD: uL, - DDD: pL, - DDDD: gL, - t: hL, - tt: fL, - ttt: vL, - tttt: EL, - T: wL, - TT: LL, - TTT: bL, - TTTT: ML, - f: HL, - ff: RL, - fff: NL, - ffff: VL, - F: yL, - FF: xL, - FFF: SL, - FFFF: _L, +const vM = { + D: cL, + DD: dL, + DDD: mL, + DDDD: pL, + t: gL, + tt: hL, + ttt: fL, + tttt: vL, + T: EL, + TT: wL, + TTT: LL, + TTTT: bL, + f: ML, + ff: yL, + fff: TL, + ffff: SL, + F: HL, + FF: RL, + FFF: NL, + FFFF: VL, }; -class wM { +class EM { static create(e, t = {}) { - return new wM(e, t); + return new EM(e, t); } static parseFormat(e) { let t = null, @@ -48810,7 +48809,7 @@ class wM { return n.length > 0 && o.push({ literal: r || /^\s+$/.test(n), val: n }), o; } static macroTokenToFormatOpts(e) { - return EM[e]; + return vM[e]; } constructor(e, t) { (this.opts = t), (this.loc = e), (this.systemLoc = null); @@ -48838,7 +48837,7 @@ class wM { return this.dtFormatter(e, t).resolvedOptions(); } num(e, t = 0) { - if (this.opts.forceSimple) return Fb(e, t); + if (this.opts.forceSimple) return Pb(e, t); const n = { ...this.opts }; return t > 0 && (n.padTo = t), this.loc.numberFormatter(n).format(e); } @@ -48855,19 +48854,19 @@ class wM { l = () => n ? (function (e) { - return mM[e.hour < 12 ? 0 : 1]; + return uM[e.hour < 12 ? 0 : 1]; })(e) : o({ hour: "numeric", hourCycle: "h12" }, "dayperiod"), i = (t, r) => n ? (function (e, t) { - return CM(t)[e.month - 1]; + return iM(t)[e.month - 1]; })(e, t) : o(r ? { month: t } : { month: t, day: "numeric" }, "month"), C = (t, r) => n ? (function (e, t) { - return uM(t)[e.weekday - 1]; + return dM(t)[e.weekday - 1]; })(e, t) : o( r @@ -48876,16 +48875,16 @@ class wM { "weekday", ), s = (t) => { - const n = wM.macroTokenToFormatOpts(t); + const n = EM.macroTokenToFormatOpts(t); return n ? this.formatWithSystemDefault(e, n) : t; }, c = (t) => n ? (function (e, t) { - return fM(t)[e.year < 0 ? 0 : 1]; + return hM(t)[e.year < 0 ? 0 : 1]; })(e, t) : o({ era: t }, "era"); - return vM(wM.parseFormat(t), (t) => { + return fM(EM.parseFormat(t), (t) => { switch (t) { case "S": return this.num(e.millisecond); @@ -49047,10 +49046,10 @@ class wM { return null; } }, - r = wM.parseFormat(t), + r = EM.parseFormat(t), o = r.reduce((e, { literal: t, val: n }) => (t ? e : e.concat(n)), []), a = e.shiftTo(...o.map(n).filter((e) => e)); - return vM( + return fM( r, ((e) => (t) => { const r = n(t); @@ -49059,13 +49058,13 @@ class wM { ); } } -const LM = +const wM = /[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/; -function bM(...e) { +function LM(...e) { const t = e.reduce((e, t) => e + t.source, ""); return RegExp(`^${t}$`); } -function MM(...e) { +function bM(...e) { return (t) => e .reduce( @@ -49077,7 +49076,7 @@ function MM(...e) { ) .slice(0, 2); } -function HM(e, ...t) { +function MM(e, ...t) { if (null == e) return [null, null]; for (const [n, r] of t) { const t = n.exec(e); @@ -49085,68 +49084,68 @@ function HM(e, ...t) { } return [null, null]; } -function yM(...e) { +function HM(...e) { return (t, n) => { const r = {}; let o; - for (o = 0; o < e.length; o++) r[e[o]] = Ub(t[n + o]); + for (o = 0; o < e.length; o++) r[e[o]] = Fb(t[n + o]); return [r, null, n + o]; }; } -const RM = /(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/, - xM = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/, - TM = RegExp(`${xM.source}${`(?:${RM.source}?(?:\\[(${LM.source})\\])?)?`}`), - NM = RegExp(`(?:T${TM.source})?`), - SM = yM("weekYear", "weekNumber", "weekDay"), - VM = yM("year", "ordinal"), - _M = RegExp(`${xM.source} ?(?:${RM.source}|(${LM.source}))?`), - AM = RegExp(`(?: ${_M.source})?`); -function kM(e, t, n) { +const yM = /(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/, + RM = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/, + xM = RegExp(`${RM.source}${`(?:${yM.source}?(?:\\[(${wM.source})\\])?)?`}`), + TM = RegExp(`(?:T${xM.source})?`), + NM = HM("weekYear", "weekNumber", "weekDay"), + SM = HM("year", "ordinal"), + VM = RegExp(`${RM.source} ?(?:${yM.source}|(${wM.source}))?`), + _M = RegExp(`(?: ${VM.source})?`); +function AM(e, t, n) { const r = e[t]; - return _b(r) ? n : Ub(r); + return Vb(r) ? n : Fb(r); } -function IM(e, t) { +function kM(e, t) { return [ { - hours: kM(e, t, 0), - minutes: kM(e, t + 1, 0), - seconds: kM(e, t + 2, 0), - milliseconds: zb(e[t + 3]), + hours: AM(e, t, 0), + minutes: AM(e, t + 1, 0), + seconds: AM(e, t + 2, 0), + milliseconds: Gb(e[t + 3]), }, null, t + 4, ]; } -function ZM(e, t) { +function IM(e, t) { const n = !e[t] && !e[t + 1], - r = eM(e[t + 1], e[t + 2]); - return [{}, n ? null : eb.instance(r), t + 3]; + r = Jb(e[t + 1], e[t + 2]); + return [{}, n ? null : JL.instance(r), t + 3]; } -function BM(e, t) { - return [{}, e[t] ? DL.create(e[t]) : null, t + 1]; +function ZM(e, t) { + return [{}, e[t] ? OL.create(e[t]) : null, t + 1]; } -const OM = RegExp(`^T?${xM.source}$`), - DM = +const BM = RegExp(`^T?${RM.source}$`), + OM = /^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/; -function PM(e) { +function DM(e) { const [t, n, r, o, a, l, i, C, s] = e, c = "-" === t[0], d = C && "-" === C[0], u = (e, t = !1) => (void 0 !== e && (t || (e && c)) ? -e : e); return [ { - years: u(Gb(n)), - months: u(Gb(r)), - weeks: u(Gb(o)), - days: u(Gb(a)), - hours: u(Gb(l)), - minutes: u(Gb(i)), - seconds: u(Gb(C), "-0" === C), - milliseconds: u(zb(s), d), + years: u(Ub(n)), + months: u(Ub(r)), + weeks: u(Ub(o)), + days: u(Ub(a)), + hours: u(Ub(l)), + minutes: u(Ub(i)), + seconds: u(Ub(C), "-0" === C), + milliseconds: u(Gb(s), d), }, ]; } -const FM = { +const PM = { GMT: 0, EDT: -240, EST: -300, @@ -49157,67 +49156,67 @@ const FM = { PDT: -420, PST: -480, }; -function UM(e, t, n, r, o, a, l) { +function FM(e, t, n, r, o, a, l) { const i = { - year: 2 === t.length ? Qb(Ub(t)) : Ub(t), - month: lM.indexOf(n) + 1, - day: Ub(r), - hour: Ub(o), - minute: Ub(a), + year: 2 === t.length ? Xb(Fb(t)) : Fb(t), + month: aM.indexOf(n) + 1, + day: Fb(r), + hour: Fb(o), + minute: Fb(a), }; return ( - l && (i.second = Ub(l)), - e && (i.weekday = e.length > 3 ? sM.indexOf(e) + 1 : cM.indexOf(e) + 1), + l && (i.second = Fb(l)), + e && (i.weekday = e.length > 3 ? CM.indexOf(e) + 1 : sM.indexOf(e) + 1), i ); } -const GM = +const UM = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/; -function zM(e) { +function GM(e) { const [, t, n, r, o, a, l, i, C, s, c, d] = e, - u = UM(t, o, r, n, a, l, i); + u = FM(t, o, r, n, a, l, i); let m; - return (m = C ? FM[C] : s ? 0 : eM(c, d)), [u, new eb(m)]; + return (m = C ? PM[C] : s ? 0 : Jb(c, d)), [u, new JL(m)]; } -const $M = +const zM = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/, - WM = + $M = /^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/, - jM = + WM = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/; -function qM(e) { +function jM(e) { const [, t, n, r, o, a, l, i] = e; - return [UM(t, o, r, n, a, l, i), eb.utcInstance]; + return [FM(t, o, r, n, a, l, i), JL.utcInstance]; } -function YM(e) { +function qM(e) { const [, t, n, r, o, a, l, i] = e; - return [UM(t, i, n, r, o, a, l), eb.utcInstance]; + return [FM(t, i, n, r, o, a, l), JL.utcInstance]; } -const KM = bM(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/, NM), - XM = bM(/(\d{4})-?W(\d\d)(?:-?(\d))?/, NM), - QM = bM(/(\d{4})-?(\d{3})/, NM), - JM = bM(TM), - eH = MM( +const YM = LM(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/, TM), + KM = LM(/(\d{4})-?W(\d\d)(?:-?(\d))?/, TM), + XM = LM(/(\d{4})-?(\d{3})/, TM), + QM = LM(xM), + JM = bM( function (e, t) { return [ - { year: kM(e, t), month: kM(e, t + 1, 1), day: kM(e, t + 2, 1) }, + { year: AM(e, t), month: AM(e, t + 1, 1), day: AM(e, t + 2, 1) }, null, t + 3, ]; }, + kM, IM, ZM, - BM, ), - tH = MM(SM, IM, ZM, BM), - nH = MM(VM, IM, ZM, BM), - rH = MM(IM, ZM, BM); -const oH = MM(IM); -const aH = bM(/(\d{4})-(\d\d)-(\d\d)/, AM), - lH = bM(_M), - iH = MM(IM, ZM, BM); -const CH = "Invalid Duration", - sH = { + eH = bM(NM, kM, IM, ZM), + tH = bM(SM, kM, IM, ZM), + nH = bM(kM, IM, ZM); +const rH = bM(kM); +const oH = LM(/(\d{4})-(\d\d)-(\d\d)/, _M), + aH = LM(VM), + lH = bM(kM, IM, ZM); +const iH = "Invalid Duration", + CH = { weeks: { days: 7, hours: 168, @@ -49230,7 +49229,7 @@ const CH = "Invalid Duration", minutes: { seconds: 60, milliseconds: 6e4 }, seconds: { milliseconds: 1e3 }, }, - cH = { + sH = { years: { quarters: 4, months: 12, @@ -49258,16 +49257,16 @@ const CH = "Invalid Duration", seconds: 2592e3, milliseconds: 2592e6, }, - ...sH, + ...CH, }, - dH = 365.2425, - uH = 30.436875, - mH = { + cH = 365.2425, + dH = 30.436875, + uH = { years: { quarters: 4, months: 12, weeks: 52.1775, - days: dH, + days: cH, hours: 8765.82, minutes: 525949.2, seconds: 525949.2 * 60, @@ -49284,15 +49283,15 @@ const CH = "Invalid Duration", }, months: { weeks: 4.3481250000000005, - days: uH, + days: dH, hours: 730.485, minutes: 43829.1, seconds: 2629746, milliseconds: 2629746e3, }, - ...sH, + ...CH, }, - pH = [ + mH = [ "years", "quarters", "months", @@ -49303,25 +49302,25 @@ const CH = "Invalid Duration", "seconds", "milliseconds", ], - gH = pH.slice(0).reverse(); -function hH(e, t, n = !1) { + pH = mH.slice(0).reverse(); +function gH(e, t, n = !1) { const r = { values: n ? t.values : { ...e.values, ...(t.values || {}) }, loc: e.loc.clone(t.loc), conversionAccuracy: t.conversionAccuracy || e.conversionAccuracy, matrix: t.matrix || e.matrix, }; - return new EH(r); + return new vH(r); } -function fH(e, t) { +function hH(e, t) { let n = t.milliseconds ?? 0; - for (const r of gH.slice(1)) t[r] && (n += t[r] * e[r].milliseconds); + for (const r of pH.slice(1)) t[r] && (n += t[r] * e[r].milliseconds); return n; } -function vH(e, t) { - const n = fH(e, t) < 0 ? -1 : 1; - pH.reduceRight((r, o) => { - if (_b(t[o])) return r; +function fH(e, t) { + const n = hH(e, t) < 0 ? -1 : 1; + mH.reduceRight((r, o) => { + if (Vb(t[o])) return r; if (r) { const a = t[r] * n, l = e[o][r], @@ -49330,8 +49329,8 @@ function vH(e, t) { } return o; }, null), - pH.reduce((n, r) => { - if (_b(t[r])) return n; + mH.reduce((n, r) => { + if (Vb(t[r])) return n; if (n) { const o = t[n] % 1; (t[n] -= o), (t[r] += o * e[n][r]); @@ -49339,67 +49338,67 @@ function vH(e, t) { return r; }, null); } -class EH { +class vH { constructor(e) { const t = "longterm" === e.conversionAccuracy || !1; - let n = t ? mH : cH; + let n = t ? uH : sH; e.matrix && (n = e.matrix), (this.values = e.values), - (this.loc = e.loc || QL.create()), + (this.loc = e.loc || XL.create()), (this.conversionAccuracy = t ? "longterm" : "casual"), (this.invalid = e.invalid || null), (this.matrix = n), (this.isLuxonDuration = !0); } static fromMillis(e, t) { - return EH.fromObject({ milliseconds: e }, t); + return vH.fromObject({ milliseconds: e }, t); } static fromObject(e, t = {}) { if (null == e || "object" != typeof e) - throw new lL( + throw new aL( "Duration.fromObject: argument expected to be an object, got " + (null === e ? "null" : typeof e), ); - return new EH({ - values: nM(e, EH.normalizeUnit), - loc: QL.fromObject(t), + return new vH({ + values: tM(e, vH.normalizeUnit), + loc: XL.fromObject(t), conversionAccuracy: t.conversionAccuracy, matrix: t.matrix, }); } static fromDurationLike(e) { - if (Ab(e)) return EH.fromMillis(e); - if (EH.isDuration(e)) return e; - if ("object" == typeof e) return EH.fromObject(e); - throw new lL(`Unknown duration argument ${e} of type ${typeof e}`); + if (_b(e)) return vH.fromMillis(e); + if (vH.isDuration(e)) return e; + if ("object" == typeof e) return vH.fromObject(e); + throw new aL(`Unknown duration argument ${e} of type ${typeof e}`); } static fromISO(e, t) { const [n] = (function (e) { - return HM(e, [DM, PM]); + return MM(e, [OM, DM]); })(e); return n - ? EH.fromObject(n, t) - : EH.invalid( + ? vH.fromObject(n, t) + : vH.invalid( "unparsable", `the input "${e}" can't be parsed as ISO 8601`, ); } static fromISOTime(e, t) { const [n] = (function (e) { - return HM(e, [OM, oH]); + return MM(e, [BM, rH]); })(e); return n - ? EH.fromObject(n, t) - : EH.invalid( + ? vH.fromObject(n, t) + : vH.invalid( "unparsable", `the input "${e}" can't be parsed as ISO 8601`, ); } static invalid(e, t = null) { - if (!e) throw new lL("need to specify a reason the Duration is invalid"); - const n = e instanceof fb ? e : new fb(e, t); - if (hb.throwOnInvalid) throw new rL(n); - return new EH({ invalid: n }); + if (!e) throw new aL("need to specify a reason the Duration is invalid"); + const n = e instanceof hb ? e : new hb(e, t); + if (gb.throwOnInvalid) throw new nL(n); + return new vH({ invalid: n }); } static normalizeUnit(e) { const t = { @@ -49422,7 +49421,7 @@ class EH { millisecond: "milliseconds", milliseconds: "milliseconds", }[e ? e.toLowerCase() : e]; - if (!t) throw new aL(e); + if (!t) throw new oL(e); return t; } static isDuration(e) { @@ -49437,15 +49436,15 @@ class EH { toFormat(e, t = {}) { const n = { ...t, floor: !1 !== t.round && !1 !== t.floor }; return this.isValid - ? wM.create(this.loc, n).formatDurationFromString(this, e) - : CH; + ? EM.create(this.loc, n).formatDurationFromString(this, e) + : iH; } toHuman(e = {}) { - if (!this.isValid) return CH; - const t = pH + if (!this.isValid) return iH; + const t = mH .map((t) => { const n = this.values[t]; - return _b(n) + return Vb(n) ? null : this.loc .numberFormatter({ @@ -49485,7 +49484,7 @@ class EH { 0 !== this.hours && (e += this.hours + "H"), 0 !== this.minutes && (e += this.minutes + "M"), (0 === this.seconds && 0 === this.milliseconds) || - (e += $b(this.seconds + this.milliseconds / 1e3, 3) + "S"), + (e += zb(this.seconds + this.milliseconds / 1e3, 3) + "S"), "P" === e && (e += "T0S"), e ); @@ -49502,7 +49501,7 @@ class EH { ...e, includeOffset: !1, }; - return dy.fromMillis(t, { zone: "UTC" }).toISOTime(e); + return cy.fromMillis(t, { zone: "UTC" }).toISOTime(e); } toJSON() { return this.toISO(); @@ -49516,37 +49515,37 @@ class EH { : `Duration { Invalid, reason: ${this.invalidReason} }`; } toMillis() { - return this.isValid ? fH(this.matrix, this.values) : NaN; + return this.isValid ? hH(this.matrix, this.values) : NaN; } valueOf() { return this.toMillis(); } plus(e) { if (!this.isValid) return this; - const t = EH.fromDurationLike(e), + const t = vH.fromDurationLike(e), n = {}; - for (const e of pH) - (Ob(t.values, e) || Ob(this.values, e)) && + for (const e of mH) + (Bb(t.values, e) || Bb(this.values, e)) && (n[e] = t.get(e) + this.get(e)); - return hH(this, { values: n }, !0); + return gH(this, { values: n }, !0); } minus(e) { if (!this.isValid) return this; - const t = EH.fromDurationLike(e); + const t = vH.fromDurationLike(e); return this.plus(t.negate()); } mapUnits(e) { if (!this.isValid) return this; const t = {}; - for (const n of Object.keys(this.values)) t[n] = tM(e(this.values[n], n)); - return hH(this, { values: t }, !0); + for (const n of Object.keys(this.values)) t[n] = eM(e(this.values[n], n)); + return gH(this, { values: t }, !0); } get(e) { - return this[EH.normalizeUnit(e)]; + return this[vH.normalizeUnit(e)]; } set(e) { if (!this.isValid) return this; - return hH(this, { values: { ...this.values, ...nM(e, EH.normalizeUnit) } }); + return gH(this, { values: { ...this.values, ...tM(e, vH.normalizeUnit) } }); } reconfigure({ locale: e, @@ -49554,7 +49553,7 @@ class EH { conversionAccuracy: n, matrix: r, } = {}) { - return hH(this, { + return gH(this, { loc: this.loc.clone({ locale: e, numberingSystem: t }), matrix: r, conversionAccuracy: n, @@ -49566,7 +49565,7 @@ class EH { normalize() { if (!this.isValid) return this; const e = this.toObject(); - return vH(this.matrix, e), hH(this, { values: e }, !0); + return fH(this.matrix, e), gH(this, { values: e }, !0); } rescale() { if (!this.isValid) return this; @@ -49575,28 +49574,28 @@ class EH { for (const [n, r] of Object.entries(e)) 0 !== r && (t[n] = r); return t; })(this.normalize().shiftToAll().toObject()); - return hH(this, { values: e }, !0); + return gH(this, { values: e }, !0); } shiftTo(...e) { if (!this.isValid) return this; if (0 === e.length) return this; - e = e.map((e) => EH.normalizeUnit(e)); + e = e.map((e) => vH.normalizeUnit(e)); const t = {}, n = {}, r = this.toObject(); let o; - for (const a of pH) + for (const a of mH) if (e.indexOf(a) >= 0) { o = a; let e = 0; for (const t in n) (e += this.matrix[t][a] * n[t]), (n[t] = 0); - Ab(r[a]) && (e += r[a]); + _b(r[a]) && (e += r[a]); const l = Math.trunc(e); (t[a] = l), (n[a] = (1e3 * e - 1e3 * l) / 1e3); - } else Ab(r[a]) && (n[a] = r[a]); + } else _b(r[a]) && (n[a] = r[a]); for (const e in n) 0 !== n[e] && (t[o] += e === o ? n[e] : n[e] / this.matrix[o][e]); - return vH(this.matrix, t), hH(this, { values: t }, !0); + return fH(this.matrix, t), gH(this, { values: t }, !0); } shiftToAll() { return this.isValid @@ -49617,7 +49616,7 @@ class EH { const e = {}; for (const t of Object.keys(this.values)) e[t] = 0 === this.values[t] ? 0 : -this.values[t]; - return hH(this, { values: e }, !0); + return gH(this, { values: e }, !0); } get years() { return this.isValid ? this.values.years || 0 : NaN; @@ -49658,7 +49657,7 @@ class EH { equals(e) { if (!this.isValid || !e.isValid) return !1; if (!this.loc.equals(e.loc)) return !1; - for (const r of pH) + for (const r of mH) if ( ((t = this.values[r]), (n = e.values[r]), @@ -49669,8 +49668,8 @@ class EH { return !0; } } -const wH = "Invalid Interval"; -class LH { +const EH = "Invalid Interval"; +class wH { constructor(e) { (this.s = e.start), (this.e = e.end), @@ -49678,62 +49677,62 @@ class LH { (this.isLuxonInterval = !0); } static invalid(e, t = null) { - if (!e) throw new lL("need to specify a reason the Interval is invalid"); - const n = e instanceof fb ? e : new fb(e, t); - if (hb.throwOnInvalid) throw new nL(n); - return new LH({ invalid: n }); + if (!e) throw new aL("need to specify a reason the Interval is invalid"); + const n = e instanceof hb ? e : new hb(e, t); + if (gb.throwOnInvalid) throw new tL(n); + return new wH({ invalid: n }); } static fromDateTimes(e, t) { - const n = uy(e), - r = uy(t), + const n = dy(e), + r = dy(t), o = (function (e, t) { return e && e.isValid ? t && t.isValid ? t < e - ? LH.invalid( + ? wH.invalid( "end before start", `The end of an interval must be after its start, but you had start=${e.toISO()} and end=${t.toISO()}`, ) : null - : LH.invalid("missing or invalid end") - : LH.invalid("missing or invalid start"); + : wH.invalid("missing or invalid end") + : wH.invalid("missing or invalid start"); })(n, r); - return null == o ? new LH({ start: n, end: r }) : o; + return null == o ? new wH({ start: n, end: r }) : o; } static after(e, t) { - const n = EH.fromDurationLike(t), - r = uy(e); - return LH.fromDateTimes(r, r.plus(n)); + const n = vH.fromDurationLike(t), + r = dy(e); + return wH.fromDateTimes(r, r.plus(n)); } static before(e, t) { - const n = EH.fromDurationLike(t), - r = uy(e); - return LH.fromDateTimes(r.minus(n), r); + const n = vH.fromDurationLike(t), + r = dy(e); + return wH.fromDateTimes(r.minus(n), r); } static fromISO(e, t) { const [n, r] = (e || "").split("/", 2); if (n && r) { let e, o, a, l; try { - (e = dy.fromISO(n, t)), (o = e.isValid); + (e = cy.fromISO(n, t)), (o = e.isValid); } catch (r) { o = !1; } try { - (a = dy.fromISO(r, t)), (l = a.isValid); + (a = cy.fromISO(r, t)), (l = a.isValid); } catch (r) { l = !1; } - if (o && l) return LH.fromDateTimes(e, a); + if (o && l) return wH.fromDateTimes(e, a); if (o) { - const n = EH.fromISO(r, t); - if (n.isValid) return LH.after(e, n); + const n = vH.fromISO(r, t); + if (n.isValid) return wH.after(e, n); } else if (l) { - const e = EH.fromISO(n, t); - if (e.isValid) return LH.before(a, e); + const e = vH.fromISO(n, t); + if (e.isValid) return wH.before(a, e); } } - return LH.invalid( + return wH.invalid( "unparsable", `the input "${e}" can't be parsed as ISO 8601`, ); @@ -49789,12 +49788,12 @@ class LH { return !!this.isValid && this.s <= e && this.e > e; } set({ start: e, end: t } = {}) { - return this.isValid ? LH.fromDateTimes(e || this.s, t || this.e) : this; + return this.isValid ? wH.fromDateTimes(e || this.s, t || this.e) : this; } splitAt(...e) { if (!this.isValid) return []; const t = e - .map(uy) + .map(dy) .filter((e) => this.contains(e)) .sort((e, t) => e.toMillis() - t.toMillis()), n = []; @@ -49803,12 +49802,12 @@ class LH { for (; r < this.e; ) { const e = t[o] || this.e, a = +e > +this.e ? this.e : e; - n.push(LH.fromDateTimes(r, a)), (r = a), (o += 1); + n.push(wH.fromDateTimes(r, a)), (r = a), (o += 1); } return n; } splitBy(e) { - const t = EH.fromDurationLike(e); + const t = vH.fromDurationLike(e); if (!this.isValid || !t.isValid || 0 === t.as("milliseconds")) return []; let n, { s: r } = this, @@ -49817,7 +49816,7 @@ class LH { for (; r < this.e; ) { const e = this.start.plus(t.mapUnits((e) => e * o)); (n = +e > +this.e ? this.e : e), - a.push(LH.fromDateTimes(r, n)), + a.push(wH.fromDateTimes(r, n)), (r = n), (o += 1); } @@ -49847,13 +49846,13 @@ class LH { if (!this.isValid) return this; const t = this.s > e.s ? this.s : e.s, n = this.e < e.e ? this.e : e.e; - return t >= n ? null : LH.fromDateTimes(t, n); + return t >= n ? null : wH.fromDateTimes(t, n); } union(e) { if (!this.isValid) return this; const t = this.s < e.s ? this.s : e.s, n = this.e > e.e ? this.e : e.e; - return LH.fromDateTimes(t, n); + return wH.fromDateTimes(t, n); } static merge(e) { const [t, n] = e @@ -49882,71 +49881,72 @@ class LH { (n += "s" === e.type ? 1 : -1), 1 === n ? (t = e.time) - : (t && +t != +e.time && r.push(LH.fromDateTimes(t, e.time)), + : (t && +t != +e.time && r.push(wH.fromDateTimes(t, e.time)), (t = null)); - return LH.merge(r); + return wH.merge(r); } difference(...e) { - return LH.xor([this].concat(e)) + return wH + .xor([this].concat(e)) .map((e) => this.intersection(e)) .filter((e) => e && !e.isEmpty()); } toString() { - return this.isValid ? `[${this.s.toISO()} – ${this.e.toISO()})` : wH; + return this.isValid ? `[${this.s.toISO()} – ${this.e.toISO()})` : EH; } [Symbol.for("nodejs.util.inspect.custom")]() { return this.isValid ? `Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }` : `Interval { Invalid, reason: ${this.invalidReason} }`; } - toLocaleString(e = dL, t = {}) { + toLocaleString(e = cL, t = {}) { return this.isValid - ? wM.create(this.s.loc.clone(t), e).formatInterval(this) - : wH; + ? EM.create(this.s.loc.clone(t), e).formatInterval(this) + : EH; } toISO(e) { - return this.isValid ? `${this.s.toISO(e)}/${this.e.toISO(e)}` : wH; + return this.isValid ? `${this.s.toISO(e)}/${this.e.toISO(e)}` : EH; } toISODate() { - return this.isValid ? `${this.s.toISODate()}/${this.e.toISODate()}` : wH; + return this.isValid ? `${this.s.toISODate()}/${this.e.toISODate()}` : EH; } toISOTime(e) { - return this.isValid ? `${this.s.toISOTime(e)}/${this.e.toISOTime(e)}` : wH; + return this.isValid ? `${this.s.toISOTime(e)}/${this.e.toISOTime(e)}` : EH; } toFormat(e, { separator: t = " – " } = {}) { - return this.isValid ? `${this.s.toFormat(e)}${t}${this.e.toFormat(e)}` : wH; + return this.isValid ? `${this.s.toFormat(e)}${t}${this.e.toFormat(e)}` : EH; } toDuration(e, t) { return this.isValid ? this.e.diff(this.s, e, t) - : EH.invalid(this.invalidReason); + : vH.invalid(this.invalidReason); } mapEndpoints(e) { - return LH.fromDateTimes(e(this.s), e(this.e)); + return wH.fromDateTimes(e(this.s), e(this.e)); } } -class bH { - static hasDST(e = hb.defaultZone) { - const t = dy.now().setZone(e).set({ month: 12 }); +class LH { + static hasDST(e = gb.defaultZone) { + const t = cy.now().setZone(e).set({ month: 12 }); return !e.isUniversal && t.offset !== t.set({ month: 6 }).offset; } static isValidIANAZone(e) { - return DL.isValidZone(e); + return OL.isValidZone(e); } static normalizeZone(e) { - return nb(e, hb.defaultZone); + return tb(e, gb.defaultZone); } static getStartOfWeek({ locale: e = null, locObj: t = null } = {}) { - return (t || QL.create(e)).getStartOfWeek(); + return (t || XL.create(e)).getStartOfWeek(); } static getMinimumDaysInFirstWeek({ locale: e = null, locObj: t = null, } = {}) { - return (t || QL.create(e)).getMinDaysInFirstWeek(); + return (t || XL.create(e)).getMinDaysInFirstWeek(); } static getWeekendWeekdays({ locale: e = null, locObj: t = null } = {}) { - return (t || QL.create(e)).getWeekendDays().slice(); + return (t || XL.create(e)).getWeekendDays().slice(); } static months( e = "long", @@ -49957,7 +49957,7 @@ class bH { outputCalendar: o = "gregory", } = {}, ) { - return (r || QL.create(t, n, o)).months(e); + return (r || XL.create(t, n, o)).months(e); } static monthsFormat( e = "long", @@ -49968,36 +49968,36 @@ class bH { outputCalendar: o = "gregory", } = {}, ) { - return (r || QL.create(t, n, o)).months(e, !0); + return (r || XL.create(t, n, o)).months(e, !0); } static weekdays( e = "long", { locale: t = null, numberingSystem: n = null, locObj: r = null } = {}, ) { - return (r || QL.create(t, n, null)).weekdays(e); + return (r || XL.create(t, n, null)).weekdays(e); } static weekdaysFormat( e = "long", { locale: t = null, numberingSystem: n = null, locObj: r = null } = {}, ) { - return (r || QL.create(t, n, null)).weekdays(e, !0); + return (r || XL.create(t, n, null)).weekdays(e, !0); } static meridiems({ locale: e = null } = {}) { - return QL.create(e).meridiems(); + return XL.create(e).meridiems(); } static eras(e = "short", { locale: t = null } = {}) { - return QL.create(t, null, "gregory").eras(e); + return XL.create(t, null, "gregory").eras(e); } static features() { - return { relative: Ib(), localeWeek: Zb() }; + return { relative: kb(), localeWeek: Ib() }; } } -function MH(e, t) { +function bH(e, t) { const n = (e) => e.toUTC(0, { keepLocalTime: !0 }).startOf("day").valueOf(), r = n(t) - n(e); - return Math.floor(EH.fromMillis(r).as("days")); + return Math.floor(vH.fromMillis(r).as("days")); } -function HH(e, t, n, r) { +function MH(e, t, n, r) { let [o, a, l, i] = (function (e, t, n) { const r = [ ["years", (e, t) => t.year - e.year], @@ -50006,11 +50006,11 @@ function HH(e, t, n, r) { [ "weeks", (e, t) => { - const n = MH(e, t); + const n = bH(e, t); return (n - (n % 7)) / 7; }, ], - ["days", MH], + ["days", bH], ], o = {}, a = e; @@ -50032,14 +50032,15 @@ function HH(e, t, n, r) { 0 === s.length && (l < t && (l = o.plus({ [i]: 1 })), l !== o && (a[i] = (a[i] || 0) + C / (l - o))); - const c = EH.fromObject(a, r); + const c = vH.fromObject(a, r); return s.length > 0 - ? EH.fromMillis(C, r) + ? vH + .fromMillis(C, r) .shiftTo(...s) .plus(c) : c; } -function yH(e, t = (e) => e) { +function HH(e, t = (e) => e) { return { regex: e, deser: ([e]) => @@ -50050,10 +50051,10 @@ function yH(e, t = (e) => e) { t = ""; for (let n = 0; n < e.length; n++) { const r = e.charCodeAt(n); - if (-1 !== e[n].search(rb.hanidec)) t += ab.indexOf(e[n]); + if (-1 !== e[n].search(nb.hanidec)) t += ob.indexOf(e[n]); else - for (const e in ob) { - const [n, o] = ob[e]; + for (const e in rb) { + const [n, o] = rb[e]; r >= n && r <= o && (t += r - n); } } @@ -50064,29 +50065,29 @@ function yH(e, t = (e) => e) { ), }; } -const RH = `[ ${String.fromCharCode(160)}]`, - xH = new RegExp(RH, "g"); -function TH(e) { - return e.replace(/\./g, "\\.?").replace(xH, RH); +const yH = `[ ${String.fromCharCode(160)}]`, + RH = new RegExp(yH, "g"); +function xH(e) { + return e.replace(/\./g, "\\.?").replace(RH, yH); } -function NH(e) { - return e.replace(/\./g, "").replace(xH, " ").toLowerCase(); +function TH(e) { + return e.replace(/\./g, "").replace(RH, " ").toLowerCase(); } -function SH(e, t) { +function NH(e, t) { return null === e ? null : { - regex: RegExp(e.map(TH).join("|")), - deser: ([n]) => e.findIndex((e) => NH(n) === NH(e)) + t, + regex: RegExp(e.map(xH).join("|")), + deser: ([n]) => e.findIndex((e) => TH(n) === TH(e)) + t, }; } -function VH(e, t) { - return { regex: e, deser: ([, e, t]) => eM(e, t), groups: t }; +function SH(e, t) { + return { regex: e, deser: ([, e, t]) => Jb(e, t), groups: t }; } -function _H(e) { +function VH(e) { return { regex: e, deser: ([e]) => e }; } -const AH = { +const _H = { year: { "2-digit": "yy", numeric: "yyyyy" }, month: { numeric: "M", "2-digit": "MM", short: "MMM", long: "MMMM" }, day: { numeric: "d", "2-digit": "dd" }, @@ -50099,37 +50100,37 @@ const AH = { second: { numeric: "s", "2-digit": "ss" }, timeZoneName: { long: "ZZZZZ", short: "ZZZ" }, }; -let kH = null; -function IH(e, t) { +let AH = null; +function kH(e, t) { return Array.prototype.concat( ...e.map((e) => (function (e, t) { if (e.literal) return e; - const n = OH(wM.macroTokenToFormatOpts(e.val), t); + const n = BH(EM.macroTokenToFormatOpts(e.val), t); return null == n || n.includes(void 0) ? e : n; })(e, t), ), ); } -class ZH { +class IH { constructor(e, t) { if ( ((this.locale = e), (this.format = t), - (this.tokens = IH(wM.parseFormat(t), e)), + (this.tokens = kH(EM.parseFormat(t), e)), (this.units = this.tokens.map((t) => (function (e, t) { - const n = ib(t), - r = ib(t, "{2}"), - o = ib(t, "{3}"), - a = ib(t, "{4}"), - l = ib(t, "{6}"), - i = ib(t, "{1,2}"), - C = ib(t, "{1,3}"), - s = ib(t, "{1,6}"), - c = ib(t, "{1,9}"), - d = ib(t, "{2,4}"), - u = ib(t, "{4,6}"), + const n = lb(t), + r = lb(t, "{2}"), + o = lb(t, "{3}"), + a = lb(t, "{4}"), + l = lb(t, "{6}"), + i = lb(t, "{1,2}"), + C = lb(t, "{1,3}"), + s = lb(t, "{1,6}"), + c = lb(t, "{1,9}"), + d = lb(t, "{2,4}"), + u = lb(t, "{4,6}"), m = (e) => { return { regex: RegExp( @@ -50145,21 +50146,21 @@ class ZH { if (e.literal) return m(p); switch (p.val) { case "G": - return SH(t.eras("short"), 0); + return NH(t.eras("short"), 0); case "GG": - return SH(t.eras("long"), 0); + return NH(t.eras("long"), 0); case "y": - return yH(s); + return HH(s); case "yy": case "kk": - return yH(d, Qb); + return HH(d, Xb); case "yyyy": case "kkkk": - return yH(a); + return HH(a); case "yyyyy": - return yH(u); + return HH(u); case "yyyyyy": - return yH(l); + return HH(l); case "M": case "L": case "d": @@ -50169,7 +50170,7 @@ class ZH { case "q": case "s": case "W": - return yH(i); + return HH(i); case "MM": case "LL": case "dd": @@ -50179,51 +50180,51 @@ class ZH { case "qq": case "ss": case "WW": - return yH(r); + return HH(r); case "MMM": - return SH(t.months("short", !0), 1); + return NH(t.months("short", !0), 1); case "MMMM": - return SH(t.months("long", !0), 1); + return NH(t.months("long", !0), 1); case "LLL": - return SH(t.months("short", !1), 1); + return NH(t.months("short", !1), 1); case "LLLL": - return SH(t.months("long", !1), 1); + return NH(t.months("long", !1), 1); case "o": case "S": - return yH(C); + return HH(C); case "ooo": case "SSS": - return yH(o); + return HH(o); case "u": - return _H(c); + return VH(c); case "uu": - return _H(i); + return VH(i); case "uuu": case "E": case "c": - return yH(n); + return HH(n); case "a": - return SH(t.meridiems(), 0); + return NH(t.meridiems(), 0); case "EEE": - return SH(t.weekdays("short", !1), 1); + return NH(t.weekdays("short", !1), 1); case "EEEE": - return SH(t.weekdays("long", !1), 1); + return NH(t.weekdays("long", !1), 1); case "ccc": - return SH(t.weekdays("short", !0), 1); + return NH(t.weekdays("short", !0), 1); case "cccc": - return SH(t.weekdays("long", !0), 1); + return NH(t.weekdays("long", !0), 1); case "Z": case "ZZ": - return VH( + return SH( new RegExp(`([+-]${i.source})(?::(${r.source}))?`), 2, ); case "ZZZ": - return VH(new RegExp(`([+-]${i.source})(${r.source})?`), 2); + return SH(new RegExp(`([+-]${i.source})(${r.source})?`), 2); case "z": - return _H(/[a-z_+-/]{1,256}?/i); + return VH(/[a-z_+-/]{1,256}?/i); case " ": - return _H(/[^\S\n\r]/); + return VH(/[^\S\n\r]/); default: return m(p); } @@ -50254,7 +50255,7 @@ class ZH { const e = {}; let t = 1; for (const o in n) - if (Ob(n, o)) { + if (Bb(n, o)) { const a = n[o], l = a.groups ? a.groups + 1 : 1; !a.literal && @@ -50270,15 +50271,15 @@ class ZH { ? (function (e) { let t, n = null; - _b(e.z) || (n = DL.create(e.z)), - _b(e.Z) || (n || (n = new eb(e.Z)), (t = e.Z)), - _b(e.q) || (e.M = 3 * (e.q - 1) + 1), - _b(e.h) || + Vb(e.z) || (n = OL.create(e.z)), + Vb(e.Z) || (n || (n = new JL(e.Z)), (t = e.Z)), + Vb(e.q) || (e.M = 3 * (e.q - 1) + 1), + Vb(e.h) || (e.h < 12 && 1 === e.a ? (e.h += 12) : 12 === e.h && 0 === e.a && (e.h = 0)), 0 === e.G && e.y && (e.y = -e.y), - _b(e.u) || (e.S = zb(e.u)); + Vb(e.u) || (e.S = Gb(e.u)); const r = Object.keys(e).reduce((t, n) => { const r = ((e) => { switch (e) { @@ -50318,8 +50319,8 @@ class ZH { return [r, n, t]; })(n) : [null, null, void 0]; - if (Ob(n, "a") && Ob(n, "H")) - throw new oL("Can't include meridiem when specifying 24-hour format"); + if (Bb(n, "a") && Bb(n, "H")) + throw new rL("Can't include meridiem when specifying 24-hour format"); return { input: e, tokens: this.tokens, @@ -50340,14 +50341,14 @@ class ZH { return this.disqualifyingUnit ? this.disqualifyingUnit.invalidReason : null; } } -function BH(e, t, n) { - return new ZH(e, n).explainFromTokens(t); +function ZH(e, t, n) { + return new IH(e, n).explainFromTokens(t); } -function OH(e, t) { +function BH(e, t) { if (!e) return null; - const n = wM - .create(t, e) - .dtFormatter((kH || (kH = dy.fromMillis(1555555555555)), kH)), + const n = EM.create(t, e).dtFormatter( + (AH || (AH = cy.fromMillis(1555555555555)), AH), + ), r = n.formatToParts(), o = n.resolvedOptions(); return r.map((t) => @@ -50372,24 +50373,24 @@ function OH(e, t) { : n.hour12 ? "hour12" : "hour24"); - let i = AH[l]; + let i = _H[l]; if (("object" == typeof i && (i = i[a]), i)) return { literal: !1, val: i }; })(t, e, o), ); } -const DH = "Invalid DateTime", - PH = 864e13; +const OH = "Invalid DateTime", + DH = 864e13; +function PH(e) { + return new hb("unsupported zone", `the zone "${e.name}" is not supported`); +} function FH(e) { - return new fb("unsupported zone", `the zone "${e.name}" is not supported`); + return null === e.weekData && (e.weekData = Hb(e.c)), e.weekData; } function UH(e) { - return null === e.weekData && (e.weekData = yb(e.c)), e.weekData; -} -function GH(e) { return ( null === e.localWeekData && - (e.localWeekData = yb( + (e.localWeekData = Hb( e.c, e.loc.getMinDaysInFirstWeek(), e.loc.getStartOfWeek(), @@ -50397,7 +50398,7 @@ function GH(e) { e.localWeekData ); } -function zH(e, t) { +function GH(e, t) { const n = { ts: e.ts, zone: e.zone, @@ -50406,9 +50407,9 @@ function zH(e, t) { loc: e.loc, invalid: e.invalid, }; - return new dy({ ...n, ...t, old: n }); + return new cy({ ...n, ...t, old: n }); } -function $H(e, t, n) { +function zH(e, t, n) { let r = e - 60 * t * 1e3; const o = n.offset(r); if (t === o) return [r, t]; @@ -50416,7 +50417,7 @@ function $H(e, t, n) { const a = n.offset(r); return o === a ? [r, o] : [e - 60 * Math.min(o, a) * 1e3, Math.max(o, a)]; } -function WH(e, t) { +function $H(e, t) { const n = new Date((e += 60 * t * 1e3)); return { year: n.getUTCFullYear(), @@ -50428,10 +50429,10 @@ function WH(e, t) { millisecond: n.getUTCMilliseconds(), }; } -function jH(e, t, n) { - return $H(Yb(e), t, n); +function WH(e, t, n) { + return zH(qb(e), t, n); } -function qH(e, t) { +function jH(e, t) { const n = e.o, r = e.c.year + Math.trunc(t.years), o = e.c.month + Math.trunc(t.months) + 3 * Math.trunc(t.quarters), @@ -50440,85 +50441,88 @@ function qH(e, t) { year: r, month: o, day: - Math.min(e.c.day, qb(r, o)) + + Math.min(e.c.day, jb(r, o)) + Math.trunc(t.days) + 7 * Math.trunc(t.weeks), }, - l = EH.fromObject({ - years: t.years - Math.trunc(t.years), - quarters: t.quarters - Math.trunc(t.quarters), - months: t.months - Math.trunc(t.months), - weeks: t.weeks - Math.trunc(t.weeks), - days: t.days - Math.trunc(t.days), - hours: t.hours, - minutes: t.minutes, - seconds: t.seconds, - milliseconds: t.milliseconds, - }).as("milliseconds"), - i = Yb(a); - let [C, s] = $H(i, n, e.zone); + l = vH + .fromObject({ + years: t.years - Math.trunc(t.years), + quarters: t.quarters - Math.trunc(t.quarters), + months: t.months - Math.trunc(t.months), + weeks: t.weeks - Math.trunc(t.weeks), + days: t.days - Math.trunc(t.days), + hours: t.hours, + minutes: t.minutes, + seconds: t.seconds, + milliseconds: t.milliseconds, + }) + .as("milliseconds"), + i = qb(a); + let [C, s] = zH(i, n, e.zone); return 0 !== l && ((C += l), (s = e.zone.offset(C))), { ts: C, o: s }; } -function YH(e, t, n, r, o, a) { +function qH(e, t, n, r, o, a) { const { setZone: l, zone: i } = n; if ((e && 0 !== Object.keys(e).length) || t) { const r = t || i, - o = dy.fromObject(e, { ...n, zone: r, specificOffset: a }); + o = cy.fromObject(e, { ...n, zone: r, specificOffset: a }); return l ? o : o.setZone(i); } - return dy.invalid( - new fb("unparsable", `the input "${o}" can't be parsed as ${r}`), + return cy.invalid( + new hb("unparsable", `the input "${o}" can't be parsed as ${r}`), ); } -function KH(e, t, n = !0) { +function YH(e, t, n = !0) { return e.isValid - ? wM - .create(QL.create("en-US"), { allowZ: n, forceSimple: !0 }) - .formatDateTimeFromString(e, t) + ? EM.create(XL.create("en-US"), { + allowZ: n, + forceSimple: !0, + }).formatDateTimeFromString(e, t) : null; } -function XH(e, t) { +function KH(e, t) { const n = e.c.year > 9999 || e.c.year < 0; let r = ""; return ( n && e.c.year >= 0 && (r += "+"), - (r += Fb(e.c.year, n ? 6 : 4)), + (r += Pb(e.c.year, n ? 6 : 4)), t - ? ((r += "-"), (r += Fb(e.c.month)), (r += "-"), (r += Fb(e.c.day))) - : ((r += Fb(e.c.month)), (r += Fb(e.c.day))), + ? ((r += "-"), (r += Pb(e.c.month)), (r += "-"), (r += Pb(e.c.day))) + : ((r += Pb(e.c.month)), (r += Pb(e.c.day))), r ); } -function QH(e, t, n, r, o, a) { - let l = Fb(e.c.hour); +function XH(e, t, n, r, o, a) { + let l = Pb(e.c.hour); return ( t ? ((l += ":"), - (l += Fb(e.c.minute)), + (l += Pb(e.c.minute)), (0 === e.c.millisecond && 0 === e.c.second && n) || (l += ":")) - : (l += Fb(e.c.minute)), + : (l += Pb(e.c.minute)), (0 === e.c.millisecond && 0 === e.c.second && n) || - ((l += Fb(e.c.second)), + ((l += Pb(e.c.second)), (0 === e.c.millisecond && r) || - ((l += "."), (l += Fb(e.c.millisecond, 3)))), + ((l += "."), (l += Pb(e.c.millisecond, 3)))), o && (e.isOffsetFixed && 0 === e.offset && !a ? (l += "Z") : e.o < 0 ? ((l += "-"), - (l += Fb(Math.trunc(-e.o / 60))), + (l += Pb(Math.trunc(-e.o / 60))), (l += ":"), - (l += Fb(Math.trunc(-e.o % 60)))) + (l += Pb(Math.trunc(-e.o % 60)))) : ((l += "+"), - (l += Fb(Math.trunc(e.o / 60))), + (l += Pb(Math.trunc(e.o / 60))), (l += ":"), - (l += Fb(Math.trunc(e.o % 60))))), + (l += Pb(Math.trunc(e.o % 60))))), a && (l += "[" + e.zone.ianaName + "]"), l ); } -const JH = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, - ey = { +const QH = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, + JH = { weekNumber: 1, weekday: 1, hour: 0, @@ -50526,9 +50530,9 @@ const JH = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, second: 0, millisecond: 0, }, - ty = { ordinal: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, - ny = ["year", "month", "day", "hour", "minute", "second", "millisecond"], - ry = [ + ey = { ordinal: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, + ty = ["year", "month", "day", "hour", "minute", "second", "millisecond"], + ny = [ "weekYear", "weekNumber", "weekday", @@ -50537,8 +50541,8 @@ const JH = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, "second", "millisecond", ], - oy = ["year", "ordinal", "hour", "minute", "second", "millisecond"]; -function ay(e) { + ry = ["year", "ordinal", "hour", "minute", "second", "millisecond"]; +function oy(e) { switch (e.toLowerCase()) { case "localweekday": case "localweekdays": @@ -50577,35 +50581,35 @@ function ay(e) { weekyears: "weekYear", ordinal: "ordinal", }[e.toLowerCase()]; - if (!t) throw new aL(e); + if (!t) throw new oL(e); return t; })(e); } } -function ly(e, t) { - const n = nb(t.zone, hb.defaultZone); - if (!n.isValid) return dy.invalid(FH(n)); - const r = QL.fromObject(t); +function ay(e, t) { + const n = tb(t.zone, gb.defaultZone); + if (!n.isValid) return cy.invalid(PH(n)); + const r = XL.fromObject(t); let o, a; - if (_b(e.year)) o = hb.now(); + if (Vb(e.year)) o = gb.now(); else { - for (const t of ny) _b(e[t]) && (e[t] = JH[t]); - const t = Sb(e) || Vb(e); - if (t) return dy.invalid(t); + for (const t of ty) Vb(e[t]) && (e[t] = QH[t]); + const t = Nb(e) || Sb(e); + if (t) return cy.invalid(t); const r = (function (e) { return ( - cy[e] || (void 0 === sy && (sy = hb.now()), (cy[e] = e.offset(sy))), - cy[e] + sy[e] || (void 0 === Cy && (Cy = gb.now()), (sy[e] = e.offset(Cy))), + sy[e] ); })(n); - [o, a] = jH(e, r, n); + [o, a] = WH(e, r, n); } - return new dy({ ts: o, zone: n, loc: r, o: a }); + return new cy({ ts: o, zone: n, loc: r, o: a }); } -function iy(e, t, n) { - const r = !!_b(n.round) || n.round, +function ly(e, t, n) { + const r = !!Vb(n.round) || n.round, o = (e, o) => { - e = $b(e, r || n.calendary ? 0 : 2, !0); + e = zb(e, r || n.calendary ? 0 : 2, !0); return t.loc.clone(n).relFormatter(n).format(e, o); }, a = (r) => @@ -50621,7 +50625,7 @@ function iy(e, t, n) { } return o(e > t ? -0 : 0, n.units[n.units.length - 1]); } -function Cy(e) { +function iy(e) { let t, n = {}; return ( @@ -50631,31 +50635,31 @@ function Cy(e) { [n, t] ); } -let sy, - cy = {}; -class dy { +let Cy, + sy = {}; +class cy { constructor(e) { - const t = e.zone || hb.defaultZone; + const t = e.zone || gb.defaultZone; let n = e.invalid || - (Number.isNaN(e.ts) ? new fb("invalid input") : null) || - (t.isValid ? null : FH(t)); - this.ts = _b(e.ts) ? hb.now() : e.ts; + (Number.isNaN(e.ts) ? new hb("invalid input") : null) || + (t.isValid ? null : PH(t)); + this.ts = Vb(e.ts) ? gb.now() : e.ts; let r = null, o = null; if (!n) { if (e.old && e.old.ts === this.ts && e.old.zone.equals(t)) [r, o] = [e.old.c, e.old.o]; else { - const a = Ab(e.o) && !e.old ? e.o : t.offset(this.ts); - (r = WH(this.ts, a)), - (n = Number.isNaN(r.year) ? new fb("invalid input") : null), + const a = _b(e.o) && !e.old ? e.o : t.offset(this.ts); + (r = $H(this.ts, a)), + (n = Number.isNaN(r.year) ? new hb("invalid input") : null), (r = n ? null : r), (o = n ? null : a); } } (this._zone = t), - (this.loc = e.loc || QL.create()), + (this.loc = e.loc || XL.create()), (this.invalid = n), (this.weekData = null), (this.localWeekData = null), @@ -50664,12 +50668,12 @@ class dy { (this.isLuxonDateTime = !0); } static now() { - return new dy({}); + return new cy({}); } static local() { - const [e, t] = Cy(arguments), + const [e, t] = iy(arguments), [n, r, o, a, l, i, C] = t; - return ly( + return ay( { year: n, month: r, @@ -50683,11 +50687,11 @@ class dy { ); } static utc() { - const [e, t] = Cy(arguments), + const [e, t] = iy(arguments), [n, r, o, a, l, i, C] = t; return ( - (e.zone = eb.utcInstance), - ly( + (e.zone = JL.utcInstance), + ay( { year: n, month: r, @@ -50707,169 +50711,169 @@ class dy { })(e) ? e.valueOf() : NaN; - if (Number.isNaN(n)) return dy.invalid("invalid input"); - const r = nb(t.zone, hb.defaultZone); + if (Number.isNaN(n)) return cy.invalid("invalid input"); + const r = tb(t.zone, gb.defaultZone); return r.isValid - ? new dy({ ts: n, zone: r, loc: QL.fromObject(t) }) - : dy.invalid(FH(r)); + ? new cy({ ts: n, zone: r, loc: XL.fromObject(t) }) + : cy.invalid(PH(r)); } static fromMillis(e, t = {}) { - if (Ab(e)) - return e < -PH || e > PH - ? dy.invalid("Timestamp out of range") - : new dy({ + if (_b(e)) + return e < -DH || e > DH + ? cy.invalid("Timestamp out of range") + : new cy({ ts: e, - zone: nb(t.zone, hb.defaultZone), - loc: QL.fromObject(t), + zone: tb(t.zone, gb.defaultZone), + loc: XL.fromObject(t), }); - throw new lL( + throw new aL( `fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`, ); } static fromSeconds(e, t = {}) { - if (Ab(e)) - return new dy({ + if (_b(e)) + return new cy({ ts: 1e3 * e, - zone: nb(t.zone, hb.defaultZone), - loc: QL.fromObject(t), + zone: tb(t.zone, gb.defaultZone), + loc: XL.fromObject(t), }); - throw new lL("fromSeconds requires a numerical input"); + throw new aL("fromSeconds requires a numerical input"); } static fromObject(e, t = {}) { e = e || {}; - const n = nb(t.zone, hb.defaultZone); - if (!n.isValid) return dy.invalid(FH(n)); - const r = QL.fromObject(t), - o = nM(e, ay), - { minDaysInFirstWeek: a, startOfWeek: l } = Nb(o, r), - i = hb.now(), - C = _b(t.specificOffset) ? n.offset(i) : t.specificOffset, - s = !_b(o.ordinal), - c = !_b(o.year), - d = !_b(o.month) || !_b(o.day), + const n = tb(t.zone, gb.defaultZone); + if (!n.isValid) return cy.invalid(PH(n)); + const r = XL.fromObject(t), + o = tM(e, oy), + { minDaysInFirstWeek: a, startOfWeek: l } = Tb(o, r), + i = gb.now(), + C = Vb(t.specificOffset) ? n.offset(i) : t.specificOffset, + s = !Vb(o.ordinal), + c = !Vb(o.year), + d = !Vb(o.month) || !Vb(o.day), u = c || d, m = o.weekYear || o.weekNumber; if ((u || s) && m) - throw new oL( + throw new rL( "Can't mix weekYear/weekNumber units with year/month/day or ordinals", ); - if (d && s) throw new oL("Can't mix ordinal dates with month/day"); + if (d && s) throw new rL("Can't mix ordinal dates with month/day"); const p = m || (o.weekday && !u); let g, h, - f = WH(i, C); + f = $H(i, C); p - ? ((g = ry), (h = ey), (f = yb(f, a, l))) + ? ((g = ny), (h = JH), (f = Hb(f, a, l))) : s - ? ((g = oy), (h = ty), (f = xb(f))) - : ((g = ny), (h = JH)); + ? ((g = ry), (h = ey), (f = Rb(f))) + : ((g = ty), (h = QH)); let v = !1; for (const e of g) { - _b(o[e]) ? (o[e] = v ? h[e] : f[e]) : (v = !0); + Vb(o[e]) ? (o[e] = v ? h[e] : f[e]) : (v = !0); } const E = p ? (function (e, t = 4, n = 1) { - const r = kb(e.weekYear), - o = Pb(e.weekNumber, 1, Xb(e.weekYear, t, n)), - a = Pb(e.weekday, 1, 7); + const r = Ab(e.weekYear), + o = Db(e.weekNumber, 1, Kb(e.weekYear, t, n)), + a = Db(e.weekday, 1, 7); return r ? o - ? !a && wb("weekday", e.weekday) - : wb("week", e.weekNumber) - : wb("weekYear", e.weekYear); + ? !a && Eb("weekday", e.weekday) + : Eb("week", e.weekNumber) + : Eb("weekYear", e.weekYear); })(o, a, l) : s ? (function (e) { - const t = kb(e.year), - n = Pb(e.ordinal, 1, jb(e.year)); - return t ? !n && wb("ordinal", e.ordinal) : wb("year", e.year); + const t = Ab(e.year), + n = Db(e.ordinal, 1, Wb(e.year)); + return t ? !n && Eb("ordinal", e.ordinal) : Eb("year", e.year); })(o) - : Sb(o), - w = E || Vb(o); - if (w) return dy.invalid(w); - const L = p ? Rb(o, a, l) : s ? Tb(o) : o, - [b, M] = jH(L, C, n), - H = new dy({ ts: b, zone: n, o: M, loc: r }); + : Nb(o), + w = E || Sb(o); + if (w) return cy.invalid(w); + const L = p ? yb(o, a, l) : s ? xb(o) : o, + [b, M] = WH(L, C, n), + H = new cy({ ts: b, zone: n, o: M, loc: r }); return o.weekday && u && e.weekday !== H.weekday - ? dy.invalid( + ? cy.invalid( "mismatched weekday", `you can't specify both a weekday of ${o.weekday} and a date of ${H.toISO()}`, ) : H.isValid ? H - : dy.invalid(H.invalid); + : cy.invalid(H.invalid); } static fromISO(e, t = {}) { const [n, r] = (function (e) { - return HM(e, [KM, eH], [XM, tH], [QM, nH], [JM, rH]); + return MM(e, [YM, JM], [KM, eH], [XM, tH], [QM, nH]); })(e); - return YH(n, r, t, "ISO 8601", e); + return qH(n, r, t, "ISO 8601", e); } static fromRFC2822(e, t = {}) { const [n, r] = (function (e) { - return HM( + return MM( (function (e) { return e .replace(/\([^()]*\)|[\n\t]/g, " ") .replace(/(\s\s+)/g, " ") .trim(); })(e), - [GM, zM], + [UM, GM], ); })(e); - return YH(n, r, t, "RFC 2822", e); + return qH(n, r, t, "RFC 2822", e); } static fromHTTP(e, t = {}) { const [n, r] = (function (e) { - return HM(e, [$M, qM], [WM, qM], [jM, YM]); + return MM(e, [zM, jM], [$M, jM], [WM, qM]); })(e); - return YH(n, r, t, "HTTP", t); + return qH(n, r, t, "HTTP", t); } static fromFormat(e, t, n = {}) { - if (_b(e) || _b(t)) - throw new lL("fromFormat requires an input string and a format"); + if (Vb(e) || Vb(t)) + throw new aL("fromFormat requires an input string and a format"); const { locale: r = null, numberingSystem: o = null } = n, - a = QL.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), + a = XL.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), [l, i, C, s] = (function (e, t, n) { const { result: r, zone: o, specificOffset: a, invalidReason: l, - } = BH(e, t, n); + } = ZH(e, t, n); return [r, o, a, l]; })(a, e, t); - return s ? dy.invalid(s) : YH(l, i, n, `format ${t}`, e, C); + return s ? cy.invalid(s) : qH(l, i, n, `format ${t}`, e, C); } static fromString(e, t, n = {}) { - return dy.fromFormat(e, t, n); + return cy.fromFormat(e, t, n); } static fromSQL(e, t = {}) { const [n, r] = (function (e) { - return HM(e, [aH, eH], [lH, iH]); + return MM(e, [oH, JM], [aH, lH]); })(e); - return YH(n, r, t, "SQL", e); + return qH(n, r, t, "SQL", e); } static invalid(e, t = null) { - if (!e) throw new lL("need to specify a reason the DateTime is invalid"); - const n = e instanceof fb ? e : new fb(e, t); - if (hb.throwOnInvalid) throw new tL(n); - return new dy({ invalid: n }); + if (!e) throw new aL("need to specify a reason the DateTime is invalid"); + const n = e instanceof hb ? e : new hb(e, t); + if (gb.throwOnInvalid) throw new eL(n); + return new cy({ invalid: n }); } static isDateTime(e) { return (e && e.isLuxonDateTime) || !1; } static parseFormatForOpts(e, t = {}) { - const n = OH(e, QL.fromObject(t)); + const n = BH(e, XL.fromObject(t)); return n ? n.map((e) => (e ? e.val : null)).join("") : null; } static expandFormat(e, t = {}) { - return IH(wM.parseFormat(e), QL.fromObject(t)) + return kH(EM.parseFormat(e), XL.fromObject(t)) .map((e) => e.val) .join(""); } static resetCache() { - (sy = void 0), (cy = {}); + (Cy = void 0), (sy = {}); } get(e) { return this[e]; @@ -50923,47 +50927,47 @@ class dy { return this.isValid ? this.c.millisecond : NaN; } get weekYear() { - return this.isValid ? UH(this).weekYear : NaN; + return this.isValid ? FH(this).weekYear : NaN; } get weekNumber() { - return this.isValid ? UH(this).weekNumber : NaN; + return this.isValid ? FH(this).weekNumber : NaN; } get weekday() { - return this.isValid ? UH(this).weekday : NaN; + return this.isValid ? FH(this).weekday : NaN; } get isWeekend() { return this.isValid && this.loc.getWeekendDays().includes(this.weekday); } get localWeekday() { - return this.isValid ? GH(this).weekday : NaN; + return this.isValid ? UH(this).weekday : NaN; } get localWeekNumber() { - return this.isValid ? GH(this).weekNumber : NaN; + return this.isValid ? UH(this).weekNumber : NaN; } get localWeekYear() { - return this.isValid ? GH(this).weekYear : NaN; + return this.isValid ? UH(this).weekYear : NaN; } get ordinal() { - return this.isValid ? xb(this.c).ordinal : NaN; + return this.isValid ? Rb(this.c).ordinal : NaN; } get monthShort() { return this.isValid - ? bH.months("short", { locObj: this.loc })[this.month - 1] + ? LH.months("short", { locObj: this.loc })[this.month - 1] : null; } get monthLong() { return this.isValid - ? bH.months("long", { locObj: this.loc })[this.month - 1] + ? LH.months("long", { locObj: this.loc })[this.month - 1] : null; } get weekdayShort() { return this.isValid - ? bH.weekdays("short", { locObj: this.loc })[this.weekday - 1] + ? LH.weekdays("short", { locObj: this.loc })[this.weekday - 1] : null; } get weekdayLong() { return this.isValid - ? bH.weekdays("long", { locObj: this.loc })[this.weekday - 1] + ? LH.weekdays("long", { locObj: this.loc })[this.weekday - 1] : null; } get offset() { @@ -50993,7 +50997,7 @@ class dy { if (!this.isValid || this.isOffsetFixed) return [this]; const e = 864e5, t = 6e4, - n = Yb(this.c), + n = qb(this.c), r = this.zone.offset(n - e), o = this.zone.offset(n + e), a = this.zone.offset(n - r * t), @@ -51001,30 +51005,30 @@ class dy { if (a === l) return [this]; const i = n - a * t, C = n - l * t, - s = WH(i, a), - c = WH(C, l); + s = $H(i, a), + c = $H(C, l); return s.hour === c.hour && s.minute === c.minute && s.second === c.second && s.millisecond === c.millisecond - ? [zH(this, { ts: i }), zH(this, { ts: C })] + ? [GH(this, { ts: i }), GH(this, { ts: C })] : [this]; } get isInLeapYear() { - return Wb(this.year); + return $b(this.year); } get daysInMonth() { - return qb(this.year, this.month); + return jb(this.year, this.month); } get daysInYear() { - return this.isValid ? jb(this.year) : NaN; + return this.isValid ? Wb(this.year) : NaN; } get weeksInWeekYear() { - return this.isValid ? Xb(this.weekYear) : NaN; + return this.isValid ? Kb(this.weekYear) : NaN; } get weeksInLocalWeekYear() { return this.isValid - ? Xb( + ? Kb( this.localWeekYear, this.loc.getMinDaysInFirstWeek(), this.loc.getStartOfWeek(), @@ -51036,30 +51040,30 @@ class dy { locale: t, numberingSystem: n, calendar: r, - } = wM.create(this.loc.clone(e), e).resolvedOptions(this); + } = EM.create(this.loc.clone(e), e).resolvedOptions(this); return { locale: t, numberingSystem: n, outputCalendar: r }; } toUTC(e = 0, t = {}) { - return this.setZone(eb.instance(e), t); + return this.setZone(JL.instance(e), t); } toLocal() { - return this.setZone(hb.defaultZone); + return this.setZone(gb.defaultZone); } setZone(e, { keepLocalTime: t = !1, keepCalendarTime: n = !1 } = {}) { - if ((e = nb(e, hb.defaultZone)).equals(this.zone)) return this; + if ((e = tb(e, gb.defaultZone)).equals(this.zone)) return this; if (e.isValid) { let r = this.ts; if (t || n) { const t = e.offset(this.ts), n = this.toObject(); - [r] = jH(n, t, e); + [r] = WH(n, t, e); } - return zH(this, { ts: r, zone: e }); + return GH(this, { ts: r, zone: e }); } - return dy.invalid(FH(e)); + return cy.invalid(PH(e)); } reconfigure({ locale: e, numberingSystem: t, outputCalendar: n } = {}) { - return zH(this, { + return GH(this, { loc: this.loc.clone({ locale: e, numberingSystem: t, outputCalendar: n }), }); } @@ -51068,41 +51072,41 @@ class dy { } set(e) { if (!this.isValid) return this; - const t = nM(e, ay), - { minDaysInFirstWeek: n, startOfWeek: r } = Nb(t, this.loc), - o = !_b(t.weekYear) || !_b(t.weekNumber) || !_b(t.weekday), - a = !_b(t.ordinal), - l = !_b(t.year), - i = !_b(t.month) || !_b(t.day), + const t = tM(e, oy), + { minDaysInFirstWeek: n, startOfWeek: r } = Tb(t, this.loc), + o = !Vb(t.weekYear) || !Vb(t.weekNumber) || !Vb(t.weekday), + a = !Vb(t.ordinal), + l = !Vb(t.year), + i = !Vb(t.month) || !Vb(t.day), C = l || i, s = t.weekYear || t.weekNumber; if ((C || a) && s) - throw new oL( + throw new rL( "Can't mix weekYear/weekNumber units with year/month/day or ordinals", ); - if (i && a) throw new oL("Can't mix ordinal dates with month/day"); + if (i && a) throw new rL("Can't mix ordinal dates with month/day"); let c; o - ? (c = Rb({ ...yb(this.c, n, r), ...t }, n, r)) - : _b(t.ordinal) + ? (c = yb({ ...Hb(this.c, n, r), ...t }, n, r)) + : Vb(t.ordinal) ? ((c = { ...this.toObject(), ...t }), - _b(t.day) && (c.day = Math.min(qb(c.year, c.month), c.day))) - : (c = Tb({ ...xb(this.c), ...t })); - const [d, u] = jH(c, this.o, this.zone); - return zH(this, { ts: d, o: u }); + Vb(t.day) && (c.day = Math.min(jb(c.year, c.month), c.day))) + : (c = xb({ ...Rb(this.c), ...t })); + const [d, u] = WH(c, this.o, this.zone); + return GH(this, { ts: d, o: u }); } plus(e) { if (!this.isValid) return this; - return zH(this, qH(this, EH.fromDurationLike(e))); + return GH(this, jH(this, vH.fromDurationLike(e))); } minus(e) { if (!this.isValid) return this; - return zH(this, qH(this, EH.fromDurationLike(e).negate())); + return GH(this, jH(this, vH.fromDurationLike(e).negate())); } startOf(e, { useLocaleWeeks: t = !1 } = {}) { if (!this.isValid) return this; const n = {}, - r = EH.normalizeUnit(e); + r = vH.normalizeUnit(e); switch (r) { case "years": n.month = 1; @@ -51140,17 +51144,17 @@ class dy { } toFormat(e, t = {}) { return this.isValid - ? wM.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this, e) - : DH; + ? EM.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this, e) + : OH; } - toLocaleString(e = dL, t = {}) { + toLocaleString(e = cL, t = {}) { return this.isValid - ? wM.create(this.loc.clone(t), e).formatDateTime(this) - : DH; + ? EM.create(this.loc.clone(t), e).formatDateTime(this) + : OH; } toLocaleParts(e = {}) { return this.isValid - ? wM.create(this.loc.clone(e), e).formatDateTimeParts(this) + ? EM.create(this.loc.clone(e), e).formatDateTimeParts(this) : []; } toISO({ @@ -51162,14 +51166,14 @@ class dy { } = {}) { if (!this.isValid) return null; const a = "extended" === e; - let l = XH(this, a); - return (l += "T"), (l += QH(this, a, t, n, r, o)), l; + let l = KH(this, a); + return (l += "T"), (l += XH(this, a, t, n, r, o)), l; } toISODate({ format: e = "extended" } = {}) { - return this.isValid ? XH(this, "extended" === e) : null; + return this.isValid ? KH(this, "extended" === e) : null; } toISOWeekDate() { - return KH(this, "kkkk-'W'WW-c"); + return YH(this, "kkkk-'W'WW-c"); } toISOTime({ suppressMilliseconds: e = !1, @@ -51180,16 +51184,16 @@ class dy { format: a = "extended", } = {}) { if (!this.isValid) return null; - return (r ? "T" : "") + QH(this, "extended" === a, t, e, n, o); + return (r ? "T" : "") + XH(this, "extended" === a, t, e, n, o); } toRFC2822() { - return KH(this, "EEE, dd LLL yyyy HH:mm:ss ZZZ", !1); + return YH(this, "EEE, dd LLL yyyy HH:mm:ss ZZZ", !1); } toHTTP() { - return KH(this.toUTC(), "EEE, dd LLL yyyy HH:mm:ss 'GMT'"); + return YH(this.toUTC(), "EEE, dd LLL yyyy HH:mm:ss 'GMT'"); } toSQLDate() { - return this.isValid ? XH(this, !0) : null; + return this.isValid ? KH(this, !0) : null; } toSQLTime({ includeOffset: e = !0, @@ -51199,14 +51203,14 @@ class dy { let r = "HH:mm:ss.SSS"; return ( (t || e) && (n && (r += " "), t ? (r += "z") : e && (r += "ZZ")), - KH(this, r, !0) + YH(this, r, !0) ); } toSQL(e = {}) { return this.isValid ? `${this.toSQLDate()} ${this.toSQLTime(e)}` : null; } toString() { - return this.isValid ? this.toISO() : DH; + return this.isValid ? this.toISO() : OH; } [Symbol.for("nodejs.util.inspect.custom")]() { return this.isValid @@ -51247,23 +51251,23 @@ class dy { } diff(e, t = "milliseconds", n = {}) { if (!this.isValid || !e.isValid) - return EH.invalid("created by diffing an invalid DateTime"); + return vH.invalid("created by diffing an invalid DateTime"); const r = { locale: this.locale, numberingSystem: this.numberingSystem, ...n, }, - o = ((i = t), Array.isArray(i) ? i : [i]).map(EH.normalizeUnit), + o = ((i = t), Array.isArray(i) ? i : [i]).map(vH.normalizeUnit), a = e.valueOf() > this.valueOf(), - l = HH(a ? this : e, a ? e : this, o, r); + l = MH(a ? this : e, a ? e : this, o, r); var i; return a ? l.negate() : l; } diffNow(e = "milliseconds", t = {}) { - return this.diff(dy.now(), e, t); + return this.diff(cy.now(), e, t); } until(e) { - return this.isValid ? LH.fromDateTimes(this, e) : this; + return this.isValid ? wH.fromDateTimes(this, e) : this; } hasSame(e, t, n) { if (!this.isValid) return !1; @@ -51282,18 +51286,18 @@ class dy { } toRelative(e = {}) { if (!this.isValid) return null; - const t = e.base || dy.fromObject({}, { zone: this.zone }), + const t = e.base || cy.fromObject({}, { zone: this.zone }), n = e.padding ? (this < t ? -e.padding : e.padding) : 0; let r = ["years", "months", "days", "hours", "minutes", "seconds"], o = e.unit; return ( Array.isArray(e.unit) && ((r = e.unit), (o = void 0)), - iy(t, this.plus(n), { ...e, numeric: "always", units: r, unit: o }) + ly(t, this.plus(n), { ...e, numeric: "always", units: r, unit: o }) ); } toRelativeCalendar(e = {}) { return this.isValid - ? iy(e.base || dy.fromObject({}, { zone: this.zone }), this, { + ? ly(e.base || cy.fromObject({}, { zone: this.zone }), this, { ...e, numeric: "auto", units: ["years", "months", "days"], @@ -51302,40 +51306,40 @@ class dy { : null; } static min(...e) { - if (!e.every(dy.isDateTime)) - throw new lL("min requires all arguments be DateTimes"); - return Bb(e, (e) => e.valueOf(), Math.min); + if (!e.every(cy.isDateTime)) + throw new aL("min requires all arguments be DateTimes"); + return Zb(e, (e) => e.valueOf(), Math.min); } static max(...e) { - if (!e.every(dy.isDateTime)) - throw new lL("max requires all arguments be DateTimes"); - return Bb(e, (e) => e.valueOf(), Math.max); + if (!e.every(cy.isDateTime)) + throw new aL("max requires all arguments be DateTimes"); + return Zb(e, (e) => e.valueOf(), Math.max); } static fromFormatExplain(e, t, n = {}) { const { locale: r = null, numberingSystem: o = null } = n; - return BH( - QL.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), + return ZH( + XL.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), e, t, ); } static fromStringExplain(e, t, n = {}) { - return dy.fromFormatExplain(e, t, n); + return cy.fromFormatExplain(e, t, n); } static buildFormatParser(e, t = {}) { const { locale: n = null, numberingSystem: r = null } = t, - o = QL.fromOpts({ locale: n, numberingSystem: r, defaultToEN: !0 }); - return new ZH(o, e); + o = XL.fromOpts({ locale: n, numberingSystem: r, defaultToEN: !0 }); + return new IH(o, e); } static fromFormatParser(e, t, n = {}) { - if (_b(e) || _b(t)) - throw new lL( + if (Vb(e) || Vb(t)) + throw new aL( "fromFormatParser requires an input string and a format parser", ); const { locale: r = null, numberingSystem: o = null } = n, - a = QL.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }); + a = XL.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }); if (!a.equals(t.locale)) - throw new lL( + throw new aL( `fromFormatParser called with a locale of ${a}, but the format parser was created for ${t.locale}`, ); const { @@ -51344,82 +51348,82 @@ class dy { specificOffset: C, invalidReason: s, } = t.explainFromTokens(e); - return s ? dy.invalid(s) : YH(l, i, n, `format ${t.format}`, e, C); + return s ? cy.invalid(s) : qH(l, i, n, `format ${t.format}`, e, C); } static get DATE_SHORT() { - return dL; + return cL; } static get DATE_MED() { - return uL; + return dL; } static get DATE_MED_WITH_WEEKDAY() { - return mL; + return uL; } static get DATE_FULL() { - return pL; + return mL; } static get DATE_HUGE() { - return gL; + return pL; } static get TIME_SIMPLE() { - return hL; + return gL; } static get TIME_WITH_SECONDS() { - return fL; + return hL; } static get TIME_WITH_SHORT_OFFSET() { - return vL; + return fL; } static get TIME_WITH_LONG_OFFSET() { - return EL; + return vL; } static get TIME_24_SIMPLE() { - return wL; + return EL; } static get TIME_24_WITH_SECONDS() { - return LL; + return wL; } static get TIME_24_WITH_SHORT_OFFSET() { - return bL; + return LL; } static get TIME_24_WITH_LONG_OFFSET() { - return ML; + return bL; } static get DATETIME_SHORT() { - return HL; + return ML; } static get DATETIME_SHORT_WITH_SECONDS() { - return yL; + return HL; } static get DATETIME_MED() { - return RL; + return yL; } static get DATETIME_MED_WITH_SECONDS() { - return xL; + return RL; } static get DATETIME_MED_WITH_WEEKDAY() { - return TL; + return xL; } static get DATETIME_FULL() { - return NL; + return TL; } static get DATETIME_FULL_WITH_SECONDS() { - return SL; + return NL; } static get DATETIME_HUGE() { - return VL; + return SL; } static get DATETIME_HUGE_WITH_SECONDS() { - return _L; + return VL; } } -function uy(e) { - if (dy.isDateTime(e)) return e; - if (e && e.valueOf && Ab(e.valueOf())) return dy.fromJSDate(e); - if (e && "object" == typeof e) return dy.fromObject(e); - throw new lL(`Unknown datetime argument: ${e}, of type ${typeof e}`); +function dy(e) { + if (cy.isDateTime(e)) return e; + if (e && e.valueOf && _b(e.valueOf())) return cy.fromJSDate(e); + if (e && "object" == typeof e) return cy.fromObject(e); + throw new aL(`Unknown datetime argument: ${e}, of type ${typeof e}`); } -const my = (t) => +const uy = (t) => e.createElement( "svg", { @@ -51436,7 +51440,7 @@ const my = (t) => fill: "currentColor", }), ), - py = (t) => + my = (t) => e.createElement( "svg", { @@ -51453,7 +51457,7 @@ const my = (t) => fill: "currentColor", }), ); -function gy(e) { +function py(e) { var t, n, r = ""; @@ -51462,23 +51466,23 @@ function gy(e) { if (Array.isArray(e)) { var o = e.length; for (t = 0; t < o; t++) - e[t] && (n = gy(e[t])) && (r && (r += " "), (r += n)); + e[t] && (n = py(e[t])) && (r && (r += " "), (r += n)); } else for (n in e) e[n] && (r && (r += " "), (r += n)); return r; } -function hy() { +function gy() { for (var e, t, n = 0, r = "", o = arguments.length; n < o; n++) - (e = arguments[n]) && (t = gy(e)) && (r && (r += " "), (r += t)); + (e = arguments[n]) && (t = py(e)) && (r && (r += " "), (r += t)); return r; } -const fy = (e, t, n, r) => { +const hy = (e, t, n, r) => { if ("length" === n || "prototype" === n) return; if ("arguments" === n || "caller" === n) return; const o = Object.getOwnPropertyDescriptor(e, n), a = Object.getOwnPropertyDescriptor(t, n); - (!vy(o, a) && r) || Object.defineProperty(e, n, a); + (!fy(o, a) && r) || Object.defineProperty(e, n, a); }, - vy = function (e, t) { + fy = function (e, t) { return ( void 0 === e || e.configurable || @@ -51488,12 +51492,12 @@ const fy = (e, t, n, r) => { (e.writable || e.value === t.value)) ); }, - Ey = (e, t) => `/* Wrapped ${e}*/\n${t}`, - wy = Object.getOwnPropertyDescriptor(Function.prototype, "toString"), - Ly = Object.getOwnPropertyDescriptor(Function.prototype.toString, "name"); -var by = (e, t, { ignoreNonConfigurable: n = !1 } = {}) => { + vy = (e, t) => `/* Wrapped ${e}*/\n${t}`, + Ey = Object.getOwnPropertyDescriptor(Function.prototype, "toString"), + wy = Object.getOwnPropertyDescriptor(Function.prototype.toString, "name"); +var Ly = (e, t, { ignoreNonConfigurable: n = !1 } = {}) => { const { name: r } = e; - for (const r of Reflect.ownKeys(t)) fy(e, t, r, n); + for (const r of Reflect.ownKeys(t)) hy(e, t, r, n); return ( ((e, t) => { const n = Object.getPrototypeOf(t); @@ -51501,15 +51505,15 @@ var by = (e, t, { ignoreNonConfigurable: n = !1 } = {}) => { })(e, t), ((e, t, n) => { const r = "" === n ? "" : `with ${n.trim()}() `, - o = Ey.bind(null, r, t.toString()); - Object.defineProperty(o, "name", Ly), - Object.defineProperty(e, "toString", { ...wy, value: o }); + o = vy.bind(null, r, t.toString()); + Object.defineProperty(o, "name", wy), + Object.defineProperty(e, "toString", { ...Ey, value: o }); })(e, t, r), e ); }, - My = { exports: {} }, - Hy = () => { + by = { exports: {} }, + My = () => { const e = {}; return ( (e.promise = new Promise((t, n) => { @@ -51553,7 +51557,7 @@ var by = (e, t, { ignoreNonConfigurable: n = !1 } = {}) => { return e && e.__esModule ? e : { default: e }; }; Object.defineProperty(t, "__esModule", { value: !0 }); - const o = r(Hy); + const o = r(My); function a(e, t = "maxAge") { let r, a, l; const i = () => @@ -51597,13 +51601,13 @@ var by = (e, t, { ignoreNonConfigurable: n = !1 } = {}) => { ); } (t.default = a), (e.exports = a), (e.exports.default = a); -})(My, My.exports); -const yy = by, - Ry = My.exports, +})(by, by.exports); +const Hy = Ly, + yy = by.exports, + Ry = new WeakMap(), xy = new WeakMap(), - Ty = new WeakMap(), - Ny = (e, { cacheKey: t, cache: n = new Map(), maxAge: r } = {}) => { - "number" == typeof r && Ry(n); + Ty = (e, { cacheKey: t, cache: n = new Map(), maxAge: r } = {}) => { + "number" == typeof r && yy(n); const o = function (...o) { const a = t ? t(o) : o[0], l = n.get(a); @@ -51617,9 +51621,9 @@ const yy = by, i ); }; - return yy(o, e, { ignoreNonConfigurable: !0 }), Ty.set(o, n), o; + return Hy(o, e, { ignoreNonConfigurable: !0 }), xy.set(o, n), o; }; -(Ny.decorator = +(Ty.decorator = (e = {}) => (t, n, r) => { const o = t[n]; @@ -51628,41 +51632,41 @@ const yy = by, delete r.value, delete r.writable, (r.get = function () { - if (!xy.has(this)) { - const t = Ny(o, e); - return xy.set(this, t), t; + if (!Ry.has(this)) { + const t = Ty(o, e); + return Ry.set(this, t), t; } - return xy.get(this); + return Ry.get(this); }); }), - (Ny.clear = (e) => { - const t = Ty.get(e); + (Ty.clear = (e) => { + const t = xy.get(e); if (!t) throw new TypeError("Can't clear a function that was not memoized!"); if ("function" != typeof t.clear) throw new TypeError("The cache Map can't be cleared!"); t.clear(); }); -var Sy = B(Ny); -function Vy(e) { +var Ny = B(Ty); +function Sy(e) { return "string" == typeof e; } -function _y(e, t, n) { +function Vy(e, t, n) { return n.indexOf(e) === t; } -function Ay(e) { +function _y(e) { return -1 === e.indexOf(",") ? e : e.split(","); } -function ky(e) { +function Ay(e) { if (!e) return e; if ("C" === e || "posix" === e || "POSIX" === e) return "en-US"; if (-1 !== e.indexOf(".")) { var t = e.split(".")[0]; - return ky(void 0 === t ? "" : t); + return Ay(void 0 === t ? "" : t); } if (-1 !== e.indexOf("@")) { var n = e.split("@")[0]; - return ky(void 0 === n ? "" : n); + return Ay(void 0 === n ? "" : n); } if (-1 === e.indexOf("-") || (r = e).toLowerCase() !== r) return e; var r, @@ -51672,7 +51676,7 @@ function ky(e) { i = void 0 === l ? "" : l; return "".concat(a, "-").concat(i.toUpperCase()); } -var Iy = Sy( +var ky = Ny( function (e) { var t = void 0 === e ? {} : e, n = t.useFallbackLocale, @@ -51687,140 +51691,140 @@ var Iy = Sy( C++ ) { var c = s[C]; - i = i.concat(Ay(c)); + i = i.concat(_y(c)); } var d = navigator.language, - u = d ? Ay(d) : d; + u = d ? _y(d) : d; l = l.concat(i, u); } - return r && l.push(a), l.filter(Vy).map(ky).filter(_y); + return r && l.push(a), l.filter(Sy).map(Ay).filter(Vy); }, { cacheKey: JSON.stringify }, ); -var Zy = Sy( +var Iy = Ny( function (e) { - return Iy(e)[0] || null; + return ky(e)[0] || null; }, { cacheKey: JSON.stringify }, ); -function By(e, t, n) { +function Zy(e, t, n) { return function (r, o) { void 0 === o && (o = n); var a = e(r) + o; return t(a); }; } -function Oy(e) { +function By(e) { return function (t) { return new Date(e(t).getTime() - 1); }; } -function Dy(e, t) { +function Oy(e, t) { return function (n) { return [e(n), t(n)]; }; } -function Py(e) { +function Dy(e) { if (e instanceof Date) return e.getFullYear(); if ("number" == typeof e) return e; var t = parseInt(e, 10); if ("string" == typeof e && !isNaN(t)) return t; throw new Error("Failed to get year from date: ".concat(e, ".")); } -function Fy(e) { +function Py(e) { if (e instanceof Date) return e.getMonth(); throw new Error("Failed to get month from date: ".concat(e, ".")); } -function Uy(e) { +function Fy(e) { if (e instanceof Date) return e.getDate(); throw new Error("Failed to get year from date: ".concat(e, ".")); } -function Gy(e) { - var t = Py(e), +function Uy(e) { + var t = Dy(e), n = t + ((1 - t) % 100), r = new Date(); return r.setFullYear(n, 0, 1), r.setHours(0, 0, 0, 0), r; } -var zy = By(Py, Gy, -100), - $y = By(Py, Gy, 100), - Wy = Oy($y), - jy = By(Py, Wy, -100), - qy = Dy(Gy, Wy); -function Yy(e) { - var t = Py(e), +var Gy = Zy(Dy, Uy, -100), + zy = Zy(Dy, Uy, 100), + $y = By(zy), + Wy = Zy(Dy, $y, -100), + jy = Oy(Uy, $y); +function qy(e) { + var t = Dy(e), n = t + ((1 - t) % 10), r = new Date(); return r.setFullYear(n, 0, 1), r.setHours(0, 0, 0, 0), r; } -var Ky = By(Py, Yy, -10), - Xy = By(Py, Yy, 10), - Qy = Oy(Xy), - Jy = By(Py, Qy, -10), - eR = Dy(Yy, Qy); -function tR(e) { - var t = Py(e), +var Yy = Zy(Dy, qy, -10), + Ky = Zy(Dy, qy, 10), + Xy = By(Ky), + Qy = Zy(Dy, Xy, -10), + Jy = Oy(qy, Xy); +function eR(e) { + var t = Dy(e), n = new Date(); return n.setFullYear(t, 0, 1), n.setHours(0, 0, 0, 0), n; } -var nR = By(Py, tR, -1), - rR = By(Py, tR, 1), - oR = Oy(rR), - aR = By(Py, oR, -1), - lR = Dy(tR, oR); -function iR(e, t) { +var tR = Zy(Dy, eR, -1), + nR = Zy(Dy, eR, 1), + rR = By(nR), + oR = Zy(Dy, rR, -1), + aR = Oy(eR, rR); +function lR(e, t) { return function (n, r) { void 0 === r && (r = t); - var o = Py(n), - a = Fy(n) + r, + var o = Dy(n), + a = Py(n) + r, l = new Date(); return l.setFullYear(o, a, 1), l.setHours(0, 0, 0, 0), e(l); }; } -function CR(e) { - var t = Py(e), - n = Fy(e), +function iR(e) { + var t = Dy(e), + n = Py(e), r = new Date(); return r.setFullYear(t, n, 1), r.setHours(0, 0, 0, 0), r; } -var sR = iR(CR, -1), - cR = iR(CR, 1), - dR = Oy(cR), - uR = iR(dR, -1), - mR = Dy(CR, dR); -function pR(e) { - var t = Py(e), - n = Fy(e), - r = Uy(e), +var CR = lR(iR, -1), + sR = lR(iR, 1), + cR = By(sR), + dR = lR(cR, -1), + uR = Oy(iR, cR); +function mR(e) { + var t = Dy(e), + n = Py(e), + r = Fy(e), o = new Date(); return o.setFullYear(t, n, r), o.setHours(0, 0, 0, 0), o; } -var gR, +var pR, + gR, hR, - fR, - vR = - ((gR = pR), - (hR = 1), + fR = + ((pR = mR), + (gR = 1), function (e, t) { - void 0 === t && (t = hR); - var n = Py(e), - r = Fy(e), - o = Uy(e) + t, + void 0 === t && (t = gR); + var n = Dy(e), + r = Py(e), + o = Fy(e) + t, a = new Date(); - return a.setFullYear(n, r, o), a.setHours(0, 0, 0, 0), gR(a); + return a.setFullYear(n, r, o), a.setHours(0, 0, 0, 0), pR(a); }), - ER = Oy(vR), - wR = Dy(pR, ER); -function LR(e) { - return Uy(dR(e)); + vR = By(fR), + ER = Oy(mR, vR); +function wR(e) { + return Fy(cR(e)); } -var bR = { +var LR = { GREGORY: "gregory", HEBREW: "hebrew", ISLAMIC: "islamic", ISO_8601: "iso8601", }, - MR = - (((fR = {})[bR.GREGORY] = [ + bR = + (((hR = {})[LR.GREGORY] = [ "en-CA", "en-US", "es-AR", @@ -51841,8 +51845,8 @@ var bR = { "es-VE", "pt-BR", ]), - (fR[bR.HEBREW] = ["he", "he-IL"]), - (fR[bR.ISLAMIC] = [ + (hR[LR.HEBREW] = ["he", "he-IL"]), + (hR[LR.ISLAMIC] = [ "ar", "ar-AE", "ar-BH", @@ -51863,16 +51867,16 @@ var bR = { "ps", "ps-AR", ]), - fR), - HR = [0, 1, 2, 3, 4, 5, 6], - yR = new Map(); -function RR(e) { + hR), + MR = [0, 1, 2, 3, 4, 5, 6], + HR = new Map(); +function yR(e) { return function (t, n) { return (function (e) { return function (t, n) { - var r = t || Zy(); - yR.has(r) || yR.set(r, new Map()); - var o = yR.get(r); + var r = t || Iy(); + HR.has(r) || HR.set(r, new Map()); + var o = HR.get(r); return ( o.has(e) || o.set(e, new Intl.DateTimeFormat(r || void 0, e).format), o.get(e)(n) @@ -51887,103 +51891,103 @@ function RR(e) { ); }; } -var xR = RR({ day: "numeric" }), - TR = RR({ day: "numeric", month: "long", year: "numeric" }), - NR = RR({ month: "long" }), - SR = RR({ month: "long", year: "numeric" }), - VR = RR({ weekday: "short" }), - _R = RR({ weekday: "long" }), - AR = RR({ year: "numeric" }), - kR = HR[0], - IR = HR[5], - ZR = HR[6]; -function BR(e, t) { - void 0 === t && (t = bR.ISO_8601); +var RR = yR({ day: "numeric" }), + xR = yR({ day: "numeric", month: "long", year: "numeric" }), + TR = yR({ month: "long" }), + NR = yR({ month: "long", year: "numeric" }), + SR = yR({ weekday: "short" }), + VR = yR({ weekday: "long" }), + _R = yR({ year: "numeric" }), + AR = MR[0], + kR = MR[5], + IR = MR[6]; +function ZR(e, t) { + void 0 === t && (t = LR.ISO_8601); var n = e.getDay(); switch (t) { - case bR.ISO_8601: + case LR.ISO_8601: return (n + 6) % 7; - case bR.ISLAMIC: + case LR.ISLAMIC: return (n + 1) % 7; - case bR.HEBREW: - case bR.GREGORY: + case LR.HEBREW: + case LR.GREGORY: return n; default: throw new Error("Unsupported calendar type."); } } -function OR(e, t) { - void 0 === t && (t = bR.ISO_8601); - var n = Py(e), - r = Fy(e), - o = e.getDate() - BR(e, t); +function BR(e, t) { + void 0 === t && (t = LR.ISO_8601); + var n = Dy(e), + r = Py(e), + o = e.getDate() - ZR(e, t); return new Date(n, r, o); } -function DR(e, t) { +function OR(e, t) { switch (e) { case "century": - return Gy(t); + return Uy(t); case "decade": - return Yy(t); + return qy(t); case "year": - return tR(t); + return eR(t); case "month": - return CR(t); + return iR(t); case "day": - return pR(t); + return mR(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function PR(e, t) { +function DR(e, t) { switch (e) { case "century": - return $y(t); + return zy(t); case "decade": - return Xy(t); + return Ky(t); case "year": - return rR(t); + return nR(t); case "month": - return cR(t); + return sR(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function FR(e, t) { +function PR(e, t) { switch (e) { case "century": - return Wy(t); + return $y(t); case "decade": - return Qy(t); + return Xy(t); case "year": - return oR(t); + return rR(t); case "month": - return dR(t); + return cR(t); case "day": - return ER(t); + return vR(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function UR(e, t) { +function FR(e, t) { switch (e) { case "century": - return qy(t); + return jy(t); case "decade": - return eR(t); + return Jy(t); case "year": - return lR(t); + return aR(t); case "month": - return mR(t); + return uR(t); case "day": - return wR(t); + return ER(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function GR(e, t, n) { +function UR(e, t, n) { return ( - void 0 === t && (t = AR), + void 0 === t && (t = _R), n .map(function (n) { return t(e, n); @@ -51991,32 +51995,32 @@ function GR(e, t, n) { .join(" – ") ); } -function zR(e, t, n) { - return GR(e, t, eR(n)); +function GR(e, t, n) { + return UR(e, t, Jy(n)); } -function $R(e, t) { - void 0 === t && (t = bR.ISO_8601); +function zR(e, t) { + void 0 === t && (t = LR.ISO_8601); var n = e.getDay(); switch (t) { - case bR.ISLAMIC: - case bR.HEBREW: - return n === IR || n === ZR; - case bR.ISO_8601: - case bR.GREGORY: - return n === ZR || n === kR; + case LR.ISLAMIC: + case LR.HEBREW: + return n === kR || n === IR; + case LR.ISO_8601: + case LR.GREGORY: + return n === IR || n === AR; default: throw new Error("Unsupported calendar type."); } } -var WR = "react-calendar__navigation"; -function jR(e) { +var $R = "react-calendar__navigation"; +function WR(e) { var t, n = e.activeStartDate, r = e.drillUp, o = e.formatMonthYear, - a = void 0 === o ? SR : o, + a = void 0 === o ? NR : o, l = e.formatYear, - i = void 0 === l ? AR : l, + i = void 0 === l ? _R : l, C = e.locale, s = e.maxDate, c = e.minDate, @@ -52048,13 +52052,13 @@ function jR(e) { Z = (function (e, t) { switch (e) { case "century": - return zy(t); + return Gy(t); case "decade": - return Ky(t); + return Yy(t); case "year": - return nR(t); + return tR(t); case "month": - return sR(t); + return CR(t); default: throw new Error("Invalid rangeType: ".concat(e)); } @@ -52063,26 +52067,26 @@ function jR(e) { ? (function (e, t) { switch (e) { case "decade": - return Ky(t, -100); + return Yy(t, -100); case "year": - return nR(t, -10); + return tR(t, -10); case "month": - return sR(t, -12); + return CR(t, -12); default: throw new Error("Invalid rangeType: ".concat(e)); } })(A, n) : void 0, - O = PR(A, n), + O = DR(A, n), D = I ? (function (e, t) { switch (e) { case "decade": - return Xy(t, 100); + return Ky(t, 100); case "year": - return rR(t, 10); + return nR(t, 10); case "month": - return cR(t, 12); + return sR(t, 12); default: throw new Error("Invalid rangeType: ".concat(e)); } @@ -52093,13 +52097,13 @@ function jR(e) { var e = (function (e, t) { switch (e) { case "century": - return jy(t); + return Wy(t); case "decade": - return Jy(t); + return Qy(t); case "year": - return aR(t); + return oR(t); case "month": - return uR(t); + return dR(t); default: throw new Error("Invalid rangeType: ".concat(e)); } @@ -52113,11 +52117,11 @@ function jR(e) { var e = (function (e, t) { switch (e) { case "decade": - return Jy(t, -100); + return Qy(t, -100); case "year": - return aR(t, -10); + return oR(t, -10); case "month": - return uR(t, -12); + return dR(t, -12); default: throw new Error("Invalid rangeType: ".concat(e)); } @@ -52131,10 +52135,10 @@ function jR(e) { switch (A) { case "century": return (function (e, t, n) { - return GR(e, t, qy(n)); + return UR(e, t, jy(n)); })(C, i, e); case "decade": - return zR(C, i, e); + return GR(C, i, e); case "year": return i(C, e); case "month": @@ -52144,16 +52148,16 @@ function jR(e) { } })(); return p - ? p({ date: e, label: t, locale: C || Zy() || void 0, view: A }) + ? p({ date: e, label: t, locale: C || Iy() || void 0, view: A }) : t; } - return Gc.jsxs("div", { - className: WR, + return Uc.jsxs("div", { + className: $R, children: [ null !== R && I - ? Gc.jsx("button", { + ? Uc.jsx("button", { "aria-label": H, - className: "".concat(WR, "__arrow ").concat(WR, "__prev2-button"), + className: "".concat($R, "__arrow ").concat($R, "__prev2-button"), disabled: F, onClick: function () { V(B, "prev2"); @@ -52163,9 +52167,9 @@ function jR(e) { }) : null, null !== S && - Gc.jsx("button", { + Uc.jsx("button", { "aria-label": T, - className: "".concat(WR, "__arrow ").concat(WR, "__prev-button"), + className: "".concat($R, "__arrow ").concat($R, "__prev-button"), disabled: P, onClick: function () { V(Z, "prev"); @@ -52173,8 +52177,8 @@ function jR(e) { type: "button", children: S, }), - ((t = "".concat(WR, "__label")), - Gc.jsxs("button", { + ((t = "".concat($R, "__label")), + Uc.jsxs("button", { "aria-label": u, "aria-live": m, className: t, @@ -52183,20 +52187,20 @@ function jR(e) { style: { flexGrow: 1 }, type: "button", children: [ - Gc.jsx("span", { + Uc.jsx("span", { className: "" .concat(t, "__labelText ") .concat(t, "__labelText--from"), children: z(n), }), _ - ? Gc.jsxs(Gc.Fragment, { + ? Uc.jsxs(Uc.Fragment, { children: [ - Gc.jsx("span", { + Uc.jsx("span", { className: "".concat(t, "__divider"), children: " – ", }), - Gc.jsx("span", { + Uc.jsx("span", { className: "" .concat(t, "__labelText ") .concat(t, "__labelText--to"), @@ -52208,9 +52212,9 @@ function jR(e) { ], })), null !== b && - Gc.jsx("button", { + Uc.jsx("button", { "aria-label": w, - className: "".concat(WR, "__arrow ").concat(WR, "__next-button"), + className: "".concat($R, "__arrow ").concat($R, "__next-button"), disabled: U, onClick: function () { V(O, "next"); @@ -52219,9 +52223,9 @@ function jR(e) { children: b, }), null !== v && I - ? Gc.jsx("button", { + ? Uc.jsx("button", { "aria-label": h, - className: "".concat(WR, "__arrow ").concat(WR, "__next2-button"), + className: "".concat($R, "__arrow ").concat($R, "__next2-button"), disabled: G, onClick: function () { V(D, "next2"); @@ -52233,9 +52237,9 @@ function jR(e) { ], }); } -var qR = function () { +var jR = function () { return ( - (qR = + (jR = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52243,10 +52247,10 @@ var qR = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - qR.apply(this, arguments) + jR.apply(this, arguments) ); }, - YR = function (e, t) { + qR = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -52261,10 +52265,10 @@ var qR = function () { } return n; }; -function KR(e) { +function YR(e) { return "".concat(e, "%"); } -function XR(e) { +function KR(e) { var t = e.children, n = e.className, r = e.count, @@ -52272,7 +52276,7 @@ function XR(e) { a = e.offset, i = e.style, C = e.wrap, - s = YR(e, [ + s = qR(e, [ "children", "className", "count", @@ -52281,12 +52285,12 @@ function XR(e) { "style", "wrap", ]); - return Gc.jsx( + return Uc.jsx( "div", - qR( + jR( { className: n, - style: qR( + style: jR( { display: "flex", flexDirection: o, @@ -52298,12 +52302,12 @@ function XR(e) { s, { children: d.map(t, function (e, t) { - var n = a && 0 === t ? KR((100 * a) / r) : null; + var n = a && 0 === t ? YR((100 * a) / r) : null; return l( e, - qR(qR({}, e.props), { + jR(jR({}, e.props), { style: { - flexBasis: KR(100 / r), + flexBasis: YR(100 / r), flexShrink: 0, flexGrow: 0, overflow: "hidden", @@ -52318,25 +52322,25 @@ function XR(e) { ), ); } -function QR(e, t) { +function XR(e, t) { return t[0] <= e && t[1] >= e; } -function JR(e, t) { - return QR(e[0], t) || QR(e[1], t); +function QR(e, t) { + return XR(e[0], t) || XR(e[1], t); } -function ex(e, t, n) { +function JR(e, t, n) { var r = []; - if (JR(t, e)) { + if (QR(t, e)) { r.push(n); - var o = QR(e[0], t), - a = QR(e[1], t); + var o = XR(e[0], t), + a = XR(e[1], t); o && r.push("".concat(n, "Start")), a && r.push("".concat(n, "End")), o && a && r.push("".concat(n, "BothEnds")); } return r; } -function tx(e) { +function ex(e) { if (!e) throw new Error("args is required"); var t = e.value, n = e.date, @@ -52352,10 +52356,10 @@ function tx(e) { throw new Error( "dateType is required when date is not an array of two dates", ); - return UR(t, n); + return FR(t, n); })(); if ( - (QR(l, i) && a.push("".concat(o, "--now")), + (XR(l, i) && a.push("".concat(o, "--now")), !t || !(function (e) { return Array.isArray(e) ? null !== e[0] && null !== e[1] : null !== e; @@ -52371,22 +52375,22 @@ function tx(e) { throw new Error( "valueType is required when value is not an array of two dates", ); - return UR(n, t); + return FR(n, t); })(); (s = i), (C = c)[0] <= s[0] && C[1] >= s[1] ? a.push("".concat(o, "--active")) - : JR(c, i) && a.push("".concat(o, "--hasActive")); - var d = ex(c, i, "".concat(o, "--range")); + : QR(c, i) && a.push("".concat(o, "--hasActive")); + var d = JR(c, i, "".concat(o, "--range")); a.push.apply(a, d); var u = Array.isArray(t) ? t : [t]; if (r && 1 === u.length) { - var m = ex(r > c[0] ? [c[0], r] : [r, c[0]], i, "".concat(o, "--hover")); + var m = JR(r > c[0] ? [c[0], r] : [r, c[0]], i, "".concat(o, "--hover")); a.push.apply(a, m); } return a; } -function nx(e) { +function tx(e) { for ( var t = e.className, n = e.count, @@ -52410,12 +52414,12 @@ function nx(e) { var f = o(h); g.push( s({ - classes: tx({ date: f, dateType: a, hover: i, value: m, valueType: p }), + classes: ex({ date: f, dateType: a, hover: i, value: m, valueType: p }), date: f, }), ); } - return Gc.jsx(XR, { + return Uc.jsx(KR, { className: t, count: r, offset: C, @@ -52423,7 +52427,7 @@ function nx(e) { children: g, }); } -function rx(e) { +function nx(e) { var t = e.activeStartDate, n = e.children, r = e.classes, @@ -52457,8 +52461,8 @@ function rx(e) { }, [t, o, h, v], ); - return Gc.jsxs("button", { - className: hy(r, E), + return Uc.jsxs("button", { + className: gy(r, E), disabled: (c && d(c) > o) || (i && s(i) < o) || @@ -52481,14 +52485,14 @@ function rx(e) { style: p, type: "button", children: [ - a ? Gc.jsx("abbr", { "aria-label": a(l, o), children: n }) : n, + a ? Uc.jsx("abbr", { "aria-label": a(l, o), children: n }) : n, w, ], }); } -var ox = function () { +var rx = function () { return ( - (ox = + (rx = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52496,10 +52500,10 @@ var ox = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - ox.apply(this, arguments) + rx.apply(this, arguments) ); }, - ax = function (e, t) { + ox = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -52514,36 +52518,36 @@ var ox = function () { } return n; }, - lx = "react-calendar__century-view__decades__decade"; -function ix(e) { + ax = "react-calendar__century-view__decades__decade"; +function lx(e) { var t = e.classes, n = void 0 === t ? [] : t, r = e.currentCentury, o = e.formatYear, - a = void 0 === o ? AR : o, - l = ax(e, ["classes", "currentCentury", "formatYear"]), + a = void 0 === o ? _R : o, + l = ox(e, ["classes", "currentCentury", "formatYear"]), i = l.date, C = l.locale, s = []; return ( n && s.push.apply(s, n), - lx && s.push(lx), - Gy(i).getFullYear() !== r && s.push("".concat(lx, "--neighboringCentury")), - Gc.jsx( - rx, - ox({}, l, { + ax && s.push(ax), + Uy(i).getFullYear() !== r && s.push("".concat(ax, "--neighboringCentury")), + Uc.jsx( + nx, + rx({}, l, { classes: s, - maxDateTransform: Qy, - minDateTransform: Yy, + maxDateTransform: Xy, + minDateTransform: qy, view: "century", - children: zR(C, a, i), + children: GR(C, a, i), }), ) ); } -var Cx = function () { +var ix = function () { return ( - (Cx = + (ix = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52551,10 +52555,10 @@ var Cx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - Cx.apply(this, arguments) + ix.apply(this, arguments) ); }, - sx = function (e, t) { + Cx = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -52569,33 +52573,33 @@ var Cx = function () { } return n; }; -function cx(e) { +function sx(e) { var t = e.activeStartDate, n = e.hover, r = e.showNeighboringCentury, o = e.value, a = e.valueType, - l = sx(e, [ + l = Cx(e, [ "activeStartDate", "hover", "showNeighboringCentury", "value", "valueType", ]), - i = Py(Gy(t)), + i = Dy(Uy(t)), C = i + (r ? 119 : 99); - return Gc.jsx(nx, { + return Uc.jsx(tx, { className: "react-calendar__century-view__decades", - dateTransform: Yy, + dateTransform: qy, dateType: "decade", end: C, hover: n, renderTile: function (e) { var n = e.date, - r = sx(e, ["date"]); - return Gc.jsx( - ix, - Cx({}, l, r, { activeStartDate: t, currentCentury: i, date: n }), + r = Cx(e, ["date"]); + return Uc.jsx( + lx, + ix({}, l, r, { activeStartDate: t, currentCentury: i, date: n }), n.getTime(), ); }, @@ -52605,9 +52609,9 @@ function cx(e) { valueType: a, }); } -var dx = function () { +var cx = function () { return ( - (dx = + (cx = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52615,18 +52619,18 @@ var dx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - dx.apply(this, arguments) + cx.apply(this, arguments) ); }; -function ux(e) { - return Gc.jsx("div", { +function dx(e) { + return Uc.jsx("div", { className: "react-calendar__century-view", - children: Gc.jsx(cx, dx({}, e)), + children: Uc.jsx(sx, cx({}, e)), }); } -var mx = function () { +var ux = function () { return ( - (mx = + (ux = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52634,10 +52638,10 @@ var mx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - mx.apply(this, arguments) + ux.apply(this, arguments) ); }, - px = function (e, t) { + mx = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -52652,36 +52656,36 @@ var mx = function () { } return n; }, - gx = "react-calendar__decade-view__years__year"; -function hx(e) { + px = "react-calendar__decade-view__years__year"; +function gx(e) { var t = e.classes, n = void 0 === t ? [] : t, r = e.currentDecade, o = e.formatYear, - a = void 0 === o ? AR : o, - l = px(e, ["classes", "currentDecade", "formatYear"]), + a = void 0 === o ? _R : o, + l = mx(e, ["classes", "currentDecade", "formatYear"]), i = l.date, C = l.locale, s = []; return ( n && s.push.apply(s, n), - gx && s.push(gx), - Yy(i).getFullYear() !== r && s.push("".concat(gx, "--neighboringDecade")), - Gc.jsx( - rx, - mx({}, l, { + px && s.push(px), + qy(i).getFullYear() !== r && s.push("".concat(px, "--neighboringDecade")), + Uc.jsx( + nx, + ux({}, l, { classes: s, - maxDateTransform: oR, - minDateTransform: tR, + maxDateTransform: rR, + minDateTransform: eR, view: "decade", children: a(C, i), }), ) ); } -var fx = function () { +var hx = function () { return ( - (fx = + (hx = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52689,10 +52693,10 @@ var fx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - fx.apply(this, arguments) + hx.apply(this, arguments) ); }, - vx = function (e, t) { + fx = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -52707,33 +52711,33 @@ var fx = function () { } return n; }; -function Ex(e) { +function vx(e) { var t = e.activeStartDate, n = e.hover, r = e.showNeighboringDecade, o = e.value, a = e.valueType, - l = vx(e, [ + l = fx(e, [ "activeStartDate", "hover", "showNeighboringDecade", "value", "valueType", ]), - i = Py(Yy(t)), + i = Dy(qy(t)), C = i + (r ? 11 : 9); - return Gc.jsx(nx, { + return Uc.jsx(tx, { className: "react-calendar__decade-view__years", - dateTransform: tR, + dateTransform: eR, dateType: "year", end: C, hover: n, renderTile: function (e) { var n = e.date, - r = vx(e, ["date"]); - return Gc.jsx( - hx, - fx({}, l, r, { activeStartDate: t, currentDecade: i, date: n }), + r = fx(e, ["date"]); + return Uc.jsx( + gx, + hx({}, l, r, { activeStartDate: t, currentDecade: i, date: n }), n.getTime(), ); }, @@ -52742,9 +52746,9 @@ function Ex(e) { valueType: a, }); } -var wx = function () { +var Ex = function () { return ( - (wx = + (Ex = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52752,18 +52756,18 @@ var wx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - wx.apply(this, arguments) + Ex.apply(this, arguments) ); }; -function Lx(e) { - return Gc.jsx("div", { +function wx(e) { + return Uc.jsx("div", { className: "react-calendar__decade-view", - children: Gc.jsx(Ex, wx({}, e)), + children: Uc.jsx(vx, Ex({}, e)), }); } -var bx = function () { +var Lx = function () { return ( - (bx = + (Lx = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52771,10 +52775,10 @@ var bx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - bx.apply(this, arguments) + Lx.apply(this, arguments) ); }, - Mx = function (e, t) { + bx = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -52789,39 +52793,39 @@ var bx = function () { } return n; }, - Hx = function (e, t, n) { + Mx = function (e, t, n) { if (n || 2 === arguments.length) for (var r, o = 0, a = t.length; o < a; o++) (!r && o in t) || (r || (r = Array.prototype.slice.call(t, 0, o)), (r[o] = t[o])); return e.concat(r || Array.prototype.slice.call(t)); }, - yx = "react-calendar__year-view__months__month"; -function Rx(e) { + Hx = "react-calendar__year-view__months__month"; +function yx(e) { var t = e.classes, n = void 0 === t ? [] : t, r = e.formatMonth, - o = void 0 === r ? NR : r, + o = void 0 === r ? TR : r, a = e.formatMonthYear, - l = void 0 === a ? SR : a, - i = Mx(e, ["classes", "formatMonth", "formatMonthYear"]), + l = void 0 === a ? NR : a, + i = bx(e, ["classes", "formatMonth", "formatMonthYear"]), C = i.date, s = i.locale; - return Gc.jsx( - rx, - bx({}, i, { - classes: Hx(Hx([], n, !0), [yx], !1), + return Uc.jsx( + nx, + Lx({}, i, { + classes: Mx(Mx([], n, !0), [Hx], !1), formatAbbr: l, - maxDateTransform: dR, - minDateTransform: CR, + maxDateTransform: cR, + minDateTransform: iR, view: "year", children: o(s, C), }), ); } -var xx = function () { +var Rx = function () { return ( - (xx = + (Rx = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52829,10 +52833,10 @@ var xx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - xx.apply(this, arguments) + Rx.apply(this, arguments) ); }, - Tx = function (e, t) { + xx = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -52847,28 +52851,28 @@ var xx = function () { } return n; }; -function Nx(e) { +function Tx(e) { var t = e.activeStartDate, n = e.hover, r = e.value, o = e.valueType, - a = Tx(e, ["activeStartDate", "hover", "value", "valueType"]), - l = Py(t); - return Gc.jsx(nx, { + a = xx(e, ["activeStartDate", "hover", "value", "valueType"]), + l = Dy(t); + return Uc.jsx(tx, { className: "react-calendar__year-view__months", dateTransform: function (e) { var t = new Date(); - return t.setFullYear(l, e, 1), CR(t); + return t.setFullYear(l, e, 1), iR(t); }, dateType: "month", end: 11, hover: n, renderTile: function (e) { var n = e.date, - r = Tx(e, ["date"]); - return Gc.jsx( - Rx, - xx({}, a, r, { activeStartDate: t, date: n }), + r = xx(e, ["date"]); + return Uc.jsx( + yx, + Rx({}, a, r, { activeStartDate: t, date: n }), n.getTime(), ); }, @@ -52877,9 +52881,9 @@ function Nx(e) { valueType: o, }); } -var Sx = function () { +var Nx = function () { return ( - (Sx = + (Nx = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52887,18 +52891,18 @@ var Sx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - Sx.apply(this, arguments) + Nx.apply(this, arguments) ); }; -function Vx(e) { - return Gc.jsx("div", { +function Sx(e) { + return Uc.jsx("div", { className: "react-calendar__year-view", - children: Gc.jsx(Nx, Sx({}, e)), + children: Uc.jsx(Tx, Nx({}, e)), }); } -var _x = function () { +var Vx = function () { return ( - (_x = + (Vx = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52906,10 +52910,10 @@ var _x = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - _x.apply(this, arguments) + Vx.apply(this, arguments) ); }, - Ax = function (e, t) { + _x = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -52924,17 +52928,17 @@ var _x = function () { } return n; }, - kx = "react-calendar__month-view__days__day"; -function Ix(e) { + Ax = "react-calendar__month-view__days__day"; +function kx(e) { var t = e.calendarType, n = e.classes, r = void 0 === n ? [] : n, o = e.currentMonthIndex, a = e.formatDay, - l = void 0 === a ? xR : a, + l = void 0 === a ? RR : a, i = e.formatLongDate, - C = void 0 === i ? TR : i, - s = Ax(e, [ + C = void 0 === i ? xR : i, + s = _x(e, [ "calendarType", "classes", "currentMonthIndex", @@ -52946,25 +52950,25 @@ function Ix(e) { u = []; return ( r && u.push.apply(u, r), - kx && u.push(kx), - $R(c, t) && u.push("".concat(kx, "--weekend")), - c.getMonth() !== o && u.push("".concat(kx, "--neighboringMonth")), - Gc.jsx( - rx, - _x({}, s, { + Ax && u.push(Ax), + zR(c, t) && u.push("".concat(Ax, "--weekend")), + c.getMonth() !== o && u.push("".concat(Ax, "--neighboringMonth")), + Uc.jsx( + nx, + Vx({}, s, { classes: u, formatAbbr: C, - maxDateTransform: ER, - minDateTransform: pR, + maxDateTransform: vR, + minDateTransform: mR, view: "month", children: l(d, c), }), ) ); } -var Zx = function () { +var Ix = function () { return ( - (Zx = + (Ix = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -52972,10 +52976,10 @@ var Zx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - Zx.apply(this, arguments) + Ix.apply(this, arguments) ); }, - Bx = function (e, t) { + Zx = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -52990,7 +52994,7 @@ var Zx = function () { } return n; }; -function Ox(e) { +function Bx(e) { var t = e.activeStartDate, n = e.calendarType, r = e.hover, @@ -52998,7 +53002,7 @@ function Ox(e) { a = e.showNeighboringMonth, l = e.value, i = e.valueType, - C = Bx(e, [ + C = Zx(e, [ "activeStartDate", "calendarType", "hover", @@ -53007,39 +53011,39 @@ function Ox(e) { "value", "valueType", ]), - s = Py(t), - c = Fy(t), + s = Dy(t), + c = Py(t), d = o || a, - u = BR(t, n), + u = ZR(t, n), m = d ? 0 : u, p = 1 + (d ? -u : 0), g = (function () { if (o) return p + 42 - 1; - var e = LR(t); + var e = wR(t); if (a) { var r = new Date(); return ( - r.setFullYear(s, c, e), r.setHours(0, 0, 0, 0), e + (7 - BR(r, n) - 1) + r.setFullYear(s, c, e), r.setHours(0, 0, 0, 0), e + (7 - ZR(r, n) - 1) ); } return e; })(); - return Gc.jsx(nx, { + return Uc.jsx(tx, { className: "react-calendar__month-view__days", count: 7, dateTransform: function (e) { var t = new Date(); - return t.setFullYear(s, c, e), pR(t); + return t.setFullYear(s, c, e), mR(t); }, dateType: "day", hover: r, end: g, renderTile: function (e) { var r = e.date, - o = Bx(e, ["date"]); - return Gc.jsx( - Ix, - Zx({}, C, o, { + o = Zx(e, ["date"]); + return Uc.jsx( + kx, + Ix({}, C, o, { activeStartDate: t, calendarType: n, currentMonthIndex: c, @@ -53054,39 +53058,39 @@ function Ox(e) { valueType: i, }); } -var Dx = "react-calendar__month-view__weekdays", - Px = "".concat(Dx, "__weekday"); -function Fx(e) { +var Ox = "react-calendar__month-view__weekdays", + Dx = "".concat(Ox, "__weekday"); +function Px(e) { for ( var t, n = e.calendarType, r = e.formatShortWeekday, - o = void 0 === r ? VR : r, + o = void 0 === r ? SR : r, a = e.formatWeekday, - l = void 0 === a ? _R : a, + l = void 0 === a ? VR : a, i = e.locale, C = e.onMouseLeave, - s = CR(new Date()), - c = Py(s), - d = Fy(s), + s = iR(new Date()), + c = Dy(s), + d = Py(s), u = [], m = 1; m <= 7; m += 1 ) { - var p = new Date(c, d, m - BR(s, n)), + var p = new Date(c, d, m - ZR(s, n)), g = l(i, p); u.push( - Gc.jsx( + Uc.jsx( "div", { - className: hy( - Px, + className: gy( + Dx, ((t = p), - t.getDay() === new Date().getDay() && "".concat(Px, "--current")), - $R(p, n) && "".concat(Px, "--weekend"), + t.getDay() === new Date().getDay() && "".concat(Dx, "--current")), + zR(p, n) && "".concat(Dx, "--weekend"), ), - children: Gc.jsx("abbr", { + children: Uc.jsx("abbr", { "aria-label": g, title: g, children: o(i, p).replace(".", ""), @@ -53096,17 +53100,17 @@ function Fx(e) { ), ); } - return Gc.jsx(XR, { - className: Dx, + return Uc.jsx(KR, { + className: Ox, count: 7, onFocus: C, onMouseOver: C, children: u, }); } -var Ux = function () { +var Fx = function () { return ( - (Ux = + (Fx = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -53114,10 +53118,10 @@ var Ux = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - Ux.apply(this, arguments) + Fx.apply(this, arguments) ); }, - Gx = function (e, t) { + Ux = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -53132,20 +53136,20 @@ var Ux = function () { } return n; }, - zx = "react-calendar__tile"; -function $x(e) { + Gx = "react-calendar__tile"; +function zx(e) { var t = e.onClickWeekNumber, n = e.weekNumber, - r = Gc.jsx("span", { children: n }); + r = Uc.jsx("span", { children: n }); if (t) { var o = e.date, a = e.onClickWeekNumber, l = e.weekNumber, - i = Gx(e, ["date", "onClickWeekNumber", "weekNumber"]); - return Gc.jsx( + i = Ux(e, ["date", "onClickWeekNumber", "weekNumber"]); + return Uc.jsx( "button", - Ux({}, i, { - className: zx, + Fx({}, i, { + className: Gx, onClick: function (e) { return a(l, o, e); }, @@ -53155,10 +53159,10 @@ function $x(e) { ); } e.date, e.onClickWeekNumber, e.weekNumber; - i = Gx(e, ["date", "onClickWeekNumber", "weekNumber"]); - return Gc.jsx("div", Ux({}, i, { className: zx, children: r })); + i = Ux(e, ["date", "onClickWeekNumber", "weekNumber"]); + return Uc.jsx("div", Fx({}, i, { className: Gx, children: r })); } -function Wx(e) { +function $x(e) { var t = e.activeStartDate, n = e.calendarType, r = e.onClickWeekNumber, @@ -53166,28 +53170,28 @@ function Wx(e) { a = e.showFixedNumberOfWeeks, l = (function () { if (a) return 6; - var e = LR(t) - (7 - BR(t, n)); + var e = wR(t) - (7 - ZR(t, n)); return 1 + Math.ceil(e / 7); })(), i = (function () { - for (var e = Py(t), r = Fy(t), o = Uy(t), a = [], i = 0; i < l; i += 1) - a.push(OR(new Date(e, r, o + 7 * i), n)); + for (var e = Dy(t), r = Py(t), o = Fy(t), a = [], i = 0; i < l; i += 1) + a.push(BR(new Date(e, r, o + 7 * i), n)); return a; })(), C = i.map(function (e) { return (function (e, t) { - void 0 === t && (t = bR.ISO_8601); + void 0 === t && (t = LR.ISO_8601); var n, - r = t === bR.GREGORY ? bR.GREGORY : bR.ISO_8601, - o = OR(e, t), - a = Py(e) + 1; + r = t === LR.GREGORY ? LR.GREGORY : LR.ISO_8601, + o = BR(e, t), + a = Dy(e) + 1; do { - (n = OR(new Date(a, 0, r === bR.ISO_8601 ? 4 : 1), t)), (a -= 1); + (n = BR(new Date(a, 0, r === LR.ISO_8601 ? 4 : 1), t)), (a -= 1); } while (e < n); return Math.round((o.getTime() - n.getTime()) / 6048e5) + 1; })(e, n); }); - return Gc.jsx(XR, { + return Uc.jsx(KR, { className: "react-calendar__month-view__weekNumbers", count: l, direction: "column", @@ -53197,13 +53201,13 @@ function Wx(e) { children: C.map(function (e, t) { var n = i[t]; if (!n) throw new Error("date is not defined"); - return Gc.jsx($x, { date: n, onClickWeekNumber: r, weekNumber: e }, e); + return Uc.jsx(zx, { date: n, onClickWeekNumber: r, weekNumber: e }, e); }), }); } -var jx = function () { +var Wx = function () { return ( - (jx = + (Wx = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -53211,10 +53215,10 @@ var jx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - jx.apply(this, arguments) + Wx.apply(this, arguments) ); }, - qx = function (e, t) { + jx = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -53229,7 +53233,7 @@ var jx = function () { } return n; }; -function Yx(e) { +function qx(e) { var t = e.activeStartDate, n = e.locale, r = e.onMouseLeave, @@ -53239,19 +53243,19 @@ function Yx(e) { void 0 === a ? (function (e) { if (e) - for (var t = 0, n = Object.entries(MR); t < n.length; t++) { + for (var t = 0, n = Object.entries(bR); t < n.length; t++) { var r = n[t], o = r[0]; if (r[1].includes(e)) return o; } - return bR.ISO_8601; + return LR.ISO_8601; })(n) : a, i = e.formatShortWeekday, C = e.formatWeekday, s = e.onClickWeekNumber, c = e.showWeekNumbers, - d = qx(e, [ + d = jx(e, [ "calendarType", "formatShortWeekday", "formatWeekday", @@ -53259,13 +53263,13 @@ function Yx(e) { "showWeekNumbers", ]); var u = "react-calendar__month-view"; - return Gc.jsx("div", { - className: hy(u, c ? "".concat(u, "--weekNumbers") : ""), - children: Gc.jsxs("div", { + return Uc.jsx("div", { + className: gy(u, c ? "".concat(u, "--weekNumbers") : ""), + children: Uc.jsxs("div", { style: { display: "flex", alignItems: "flex-end" }, children: [ c - ? Gc.jsx(Wx, { + ? Uc.jsx($x, { activeStartDate: t, calendarType: l, onClickWeekNumber: s, @@ -53273,26 +53277,26 @@ function Yx(e) { showFixedNumberOfWeeks: o, }) : null, - Gc.jsxs("div", { + Uc.jsxs("div", { style: { flexGrow: 1, width: "100%" }, children: [ - Gc.jsx(Fx, { + Uc.jsx(Px, { calendarType: l, formatShortWeekday: i, formatWeekday: C, locale: n, onMouseLeave: r, }), - Gc.jsx(Ox, jx({ calendarType: l }, d)), + Uc.jsx(Bx, Wx({ calendarType: l }, d)), ], }), ], }), }); } -var Kx = function () { +var Yx = function () { return ( - (Kx = + (Yx = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -53300,34 +53304,34 @@ var Kx = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - Kx.apply(this, arguments) + Yx.apply(this, arguments) ); }, - Xx = "react-calendar", - Qx = ["century", "decade", "year", "month"], - Jx = ["decade", "year", "month", "day"], - eT = new Date(); -eT.setFullYear(1, 0, 1), eT.setHours(0, 0, 0, 0); -var tT = new Date(864e13); -function nT(e) { + Kx = "react-calendar", + Xx = ["century", "decade", "year", "month"], + Qx = ["decade", "year", "month", "day"], + Jx = new Date(); +Jx.setFullYear(1, 0, 1), Jx.setHours(0, 0, 0, 0); +var eT = new Date(864e13); +function tT(e) { return e instanceof Date ? e : new Date(e); } -function rT(e, t) { - return Qx.slice(Qx.indexOf(e), Qx.indexOf(t) + 1); +function nT(e, t) { + return Xx.slice(Xx.indexOf(e), Xx.indexOf(t) + 1); } -function oT(e, t, n) { +function rT(e, t, n) { return e && (function (e, t, n) { - return -1 !== rT(t, n).indexOf(e); + return -1 !== nT(t, n).indexOf(e); })(e, t, n) ? e : n; } -function aT(e) { - var t = Qx.indexOf(e); - return Jx[t]; +function oT(e) { + var t = Xx.indexOf(e); + return Qx[t]; } -function lT(e, t) { +function aT(e, t) { var n = e.value, r = e.minDate, o = e.maxDate, @@ -53335,21 +53339,21 @@ function lT(e, t) { l = (function (e, t) { var n = Array.isArray(e) ? e[t] : e; if (!n) return null; - var r = nT(n); + var r = tT(n); if (isNaN(r.getTime())) throw new Error("Invalid date: ".concat(e)); return r; })(n, t); if (!l) return null; - var i = aT(a); + var i = oT(a); return (function (e, t, n) { return t && t > e ? t : n && n < e ? n : e; })( (function () { switch (t) { case 0: - return DR(i, l); + return OR(i, l); case 1: - return FR(i, l); + return PR(i, l); default: throw new Error("Invalid index value: ".concat(t)); } @@ -53358,35 +53362,35 @@ function lT(e, t) { o, ); } -var iT = function (e) { - return lT(e, 0); +var lT = function (e) { + return aT(e, 0); }, - CT = function (e) { - return lT(e, 1); + iT = function (e) { + return aT(e, 1); }, - sT = function (e) { - return [iT, CT].map(function (t) { + CT = function (e) { + return [lT, iT].map(function (t) { return t(e); }); }; -function cT(e) { +function sT(e) { var t = e.maxDate, n = e.maxDetail, r = e.minDate, o = e.minDetail, a = e.value; - return DR( - oT(e.view, o, n), - iT({ value: a, minDate: r, maxDate: t, maxDetail: n }) || new Date(), + return OR( + rT(e.view, o, n), + lT({ value: a, minDate: r, maxDate: t, maxDetail: n }) || new Date(), ); } -function dT(e) { +function cT(e) { return e && (!Array.isArray(e) || 1 === e.length); } -function uT(e, t) { +function dT(e, t) { return e instanceof Date && t instanceof Date && e.getTime() === t.getTime(); } -var mT = u(function (e, t) { +var uT = u(function (e, t) { var r, a = e.activeStartDate, l = e.allowPartialRange, @@ -53407,11 +53411,11 @@ var mT = u(function (e, t) { b = e.inputRef, M = e.locale, H = e.maxDate, - y = void 0 === H ? tT : H, + y = void 0 === H ? eT : H, R = e.maxDetail, x = void 0 === R ? "month" : R, T = e.minDate, - N = void 0 === T ? eT : T, + N = void 0 === T ? Jx : T, S = e.minDetail, V = void 0 === S ? "century" : S, _ = e.navigationAriaLabel, @@ -53461,10 +53465,10 @@ var mT = u(function (e, t) { be = o( Array.isArray(d) ? d.map(function (e) { - return null !== e ? nT(e) : null; + return null !== e ? tT(e) : null; }) : null != d - ? nT(d) + ? tT(d) : null, ), Me = be[0], @@ -53486,11 +53490,11 @@ var mT = u(function (e, t) { C = e.minDetail, s = e.value, c = e.view, - d = oT(c, C, l), + d = rT(c, C, l), u = t || n; return u - ? DR(d, u) - : cT({ + ? OR(d, u) + : sT({ maxDate: a, maxDetail: l, minDate: i, @@ -53510,18 +53514,18 @@ var mT = u(function (e, t) { value: pe, view: ge, }), - Ne = (r = te && dT(Me) ? Me : void 0 !== pe ? pe : Me) + Ne = (r = te && cT(Me) ? Me : void 0 !== pe ? pe : Me) ? Array.isArray(r) ? r.map(function (e) { - return null !== e ? nT(e) : null; + return null !== e ? tT(e) : null; }) : null !== r - ? nT(r) + ? tT(r) : null : null, - Se = aT(x), - Ve = oT(ge || Re, V, x), - _e = rT(V, x), + Se = oT(x), + Ve = rT(ge || Re, V, x), + _e = nT(V, x), Ae = te ? we : null, ke = _e.indexOf(Ve) < _e.length - 1, Ie = _e.indexOf(Ve) > 0, @@ -53530,11 +53534,11 @@ var mT = u(function (e, t) { return (function () { switch (ee) { case "start": - return iT; + return lT; case "end": - return CT; + return iT; case "range": - return sT; + return CT; default: throw new Error("Invalid returnValue."); } @@ -53546,7 +53550,7 @@ var mT = u(function (e, t) { function (e, t) { ve(e); var n = { action: t, activeStartDate: e, value: Ne, view: Ve }; - D && !uT(Te, e) && D(n); + D && !dT(Te, e) && D(n); }, [Te, D, Ne, Ve], ), @@ -53584,7 +53588,7 @@ var mT = u(function (e, t) { value: Ne, view: n, }; - D && !uT(Te, e) && D(r), q && Ve !== n && q(r), W && W(r); + D && !dT(Te, e) && D(r), q && Ve !== n && q(r), W && W(r); } }, [Te, ke, D, Oe, W, q, Ne, Ve, _e], @@ -53595,10 +53599,10 @@ var mT = u(function (e, t) { var e = _e[_e.indexOf(Ve) - 1]; if (!e) throw new Error("Attempted to drill up from the highest view."); - var t = DR(e, Te); + var t = OR(e, Te); ve(t), xe(e); var n = { action: "drillUp", activeStartDate: t, value: Ne, view: e }; - D && !uT(Te, t) && D(n), q && Ve !== e && q(n), j && j(n); + D && !dT(Te, t) && D(n), q && Ve !== e && q(n), j && j(n); } }, [Te, Ie, D, j, q, Ne, Ve, _e], @@ -53608,9 +53612,9 @@ var mT = u(function (e, t) { var n = Ne; Oe(e, t); var r, - o = te && !dT(n); + o = te && !cT(n); if (te) - if (o) r = DR(Se, e); + if (o) r = OR(Se, e); else { if (!n) throw new Error("previousValue is required"); if (Array.isArray(n)) @@ -53619,13 +53623,13 @@ var mT = u(function (e, t) { var r = [t, n].sort(function (e, t) { return e.getTime() - t.getTime(); }); - return [DR(e, r[0]), FR(e, r[1])]; + return [OR(e, r[0]), PR(e, r[1])]; })(Se, n, e); } else r = Ze(e); var a = !te || o || L - ? cT({ + ? sT({ maxDate: y, maxDetail: x, minDate: N, @@ -53636,9 +53640,9 @@ var mT = u(function (e, t) { : null; t.persist(), ve(a), He(r); var i = { action: "onChange", activeStartDate: a, value: r, view: Ve }; - if ((D && !uT(Te, a) && D(i), P)) + if ((D && !dT(Te, a) && D(i), P)) if (te) - if (dT(r)) { + if (cT(r)) { if (l) { if (Array.isArray(r)) throw new Error("value must not be an array"); @@ -53657,7 +53661,7 @@ var mT = u(function (e, t) { } function ze(e) { var t = { - activeStartDate: e ? PR(Ve, Te) : DR(Ve, Te), + activeStartDate: e ? DR(Ve, Te) : OR(Ve, Te), hover: Ae, locale: M, maxDate: y, @@ -53672,15 +53676,15 @@ var mT = u(function (e, t) { }; switch (Ve) { case "century": - return Gc.jsx(ux, Kx({ formatYear: E, showNeighboringCentury: le }, t)); + return Uc.jsx(dx, Yx({ formatYear: E, showNeighboringCentury: le }, t)); case "decade": - return Gc.jsx(Lx, Kx({ formatYear: E, showNeighboringDecade: ie }, t)); + return Uc.jsx(wx, Yx({ formatYear: E, showNeighboringDecade: ie }, t)); case "year": - return Gc.jsx(Vx, Kx({ formatMonth: g, formatMonthYear: h }, t)); + return Uc.jsx(Sx, Yx({ formatMonth: g, formatMonthYear: h }, t)); case "month": - return Gc.jsx( - Yx, - Kx( + return Uc.jsx( + qx, + Yx( { calendarType: i, formatDay: m, @@ -53716,17 +53720,17 @@ var mT = u(function (e, t) { [Te, De, Pe, Fe, Be, Ne, Ve], ); var $e = Array.isArray(Ne) ? Ne : [Ne]; - return Gc.jsxs("div", { - className: hy( - Xx, - te && 1 === $e.length && "".concat(Xx, "--selectRange"), - ne && "".concat(Xx, "--doubleView"), + return Uc.jsxs("div", { + className: gy( + Kx, + te && 1 === $e.length && "".concat(Kx, "--selectRange"), + ne && "".concat(Kx, "--doubleView"), C, ), ref: b, children: [ ae - ? Gc.jsx(jR, { + ? Uc.jsx(WR, { activeStartDate: Te, drillUp: Pe, formatMonthYear: h, @@ -53751,8 +53755,8 @@ var mT = u(function (e, t) { views: _e, }) : null, - Gc.jsxs("div", { - className: "".concat(Xx, "__viewContainer"), + Uc.jsxs("div", { + className: "".concat(Kx, "__viewContainer"), onBlur: te ? Ge : void 0, onMouseLeave: te ? Ge : void 0, children: [ze(), ne ? ze(!0) : null], @@ -53760,7 +53764,7 @@ var mT = u(function (e, t) { ], }); }); -const pT = (t) => +const mT = (t) => e.createElement( "svg", { @@ -53777,12 +53781,12 @@ const pT = (t) => fill: "currentColor", }), ), - gT = m.div(({ theme: e }) => ({ + pT = m.div(({ theme: e }) => ({ "& .react-calendar__navigation": { display: "flex", justifyContent: "space-between", gap: 5, - borderBottom: `1px solid ${sn(e, "borderColor", cn.borderColor)}`, + borderBottom: `1px solid ${Cn(e, "borderColor", sn.borderColor)}`, padding: "0 0 12px", marginBottom: 10, "& button": { @@ -53794,15 +53798,15 @@ const pT = (t) => border: 0, fontWeight: "bold", fontSize: 16, - color: sn(e, "fontColor", cn.defaultFontColor), + color: Cn(e, "fontColor", sn.defaultFontColor), borderRadius: 3, "&:not(:disabled):hover": { - backgroundColor: sn(e, "buttons.text.hover.background", cn.hoverGrey), - color: sn(e, "buttons.text.hover.text", cn.mainGrey), + backgroundColor: Cn(e, "buttons.text.hover.background", sn.hoverGrey), + color: Cn(e, "buttons.text.hover.text", sn.mainGrey), }, "&:disabled": { cursor: "not-allowed", - color: sn(e, "buttons.text.disabled.text", cn.disabledInnerGrey), + color: Cn(e, "buttons.text.disabled.text", sn.disabledInnerGrey), }, "& svg": { width: 12, height: 12 }, }, @@ -53810,17 +53814,17 @@ const pT = (t) => display: "flex", gap: 5, justifyContent: "center", - color: sn(e, "fontColor", cn.defaultFontColor), + color: Cn(e, "fontColor", sn.defaultFontColor), userSelect: "none", "& .secondaryItem": { fontWeight: "normal", - color: sn(e, "mutedText", cn.mutedText), + color: Cn(e, "mutedText", sn.mutedText), }, }, }, "& .react-calendar__month-view__weekdays__weekday": { fontSize: 10, - color: sn(e, "mutedText", cn.mutedText), + color: Cn(e, "mutedText", sn.mutedText), textAlign: "center", "& abbr": { textDecoration: "none" }, }, @@ -53843,18 +53847,18 @@ const pT = (t) => fontWeight: "bold", backgroundColor: "transparent", border: 0, - color: sn(e, "signalColors.main", cn.mainBlue), + color: Cn(e, "signalColors.main", sn.mainBlue), "&:not(.react-calendar__tile--active):hover": { - backgroundColor: sn(e, "buttons.text.hover.background", cn.hoverGrey), - color: sn(e, "signalColors.main", cn.mainBlue), + backgroundColor: Cn(e, "buttons.text.hover.background", sn.hoverGrey), + color: Cn(e, "signalColors.main", sn.mainBlue), }, "&.react-calendar__tile--now": { - backgroundColor: sn(e, "signalColors.info", cn.bulletColor), - color: sn(e, "bgColor", cn.white), + backgroundColor: Cn(e, "signalColors.info", sn.bulletColor), + color: Cn(e, "bgColor", sn.white), }, "&.react-calendar__tile--active": { - backgroundColor: sn(e, "signalColors.main", cn.mainBlue), - color: sn(e, "bgColor", cn.white), + backgroundColor: Cn(e, "signalColors.main", sn.mainBlue), + color: Cn(e, "bgColor", sn.white), }, }, }, @@ -53869,19 +53873,19 @@ const pT = (t) => border: 0, fontSize: 14, fontWeight: "normal", - color: sn(e, "mutedText", cn.mutedText), + color: Cn(e, "mutedText", sn.mutedText), borderRadius: 3, "&:not(:disabled):hover": { - backgroundColor: sn( + backgroundColor: Cn( e, "buttons.text.hover.background", - cn.hoverGrey, + sn.hoverGrey, ), - color: sn(e, "buttons.text.hover.text", cn.mainGrey), + color: Cn(e, "buttons.text.hover.text", sn.mainGrey), }, "&:disabled": { cursor: "not-allowed", - color: sn(e, "buttons.text.disabled.text", cn.disabledInnerGrey), + color: Cn(e, "buttons.text.disabled.text", sn.disabledInnerGrey), }, }, }, @@ -53889,13 +53893,13 @@ const pT = (t) => "& button": { minWidth: 120 }, }, })), - hT = ({ value: e, onChange: n, minDate: r, maxDate: o }) => + gT = ({ value: e, onChange: n, minDate: r, maxDate: o }) => t.createElement( - gT, + pT, null, - t.createElement(mT, { + t.createElement(uT, { onChange: (e) => { - e && n(dy.fromJSDate(e)); + e && n(cy.fromJSDate(e)); }, value: null == e ? void 0 : e.toJSDate(), minDate: null == r ? void 0 : r.toJSDate(), @@ -53920,21 +53924,21 @@ const pT = (t) => next2Label: null, prev2Label: null, calendarType: "gregory", - nextLabel: t.createElement(pT, null), - prevLabel: t.createElement(qo, null), + nextLabel: t.createElement(mT, null), + prevLabel: t.createElement(jo, null), }), ), - fT = m.div(({ theme: e }) => ({ + hT = m.div(({ theme: e }) => ({ "& .timeTitle": { display: "flex", justifyContent: "center", gap: 5, - borderBottom: `1px solid ${sn(e, "borderColor", cn.borderColor)}`, + borderBottom: `1px solid ${Cn(e, "borderColor", sn.borderColor)}`, padding: "0 0 12px", marginBottom: 10, fontWeight: "bold", fontSize: 16, - color: sn(e, "fontColor", cn.defaultFontColor), + color: Cn(e, "fontColor", sn.defaultFontColor), }, "& .selectors": { display: "flex", @@ -53955,22 +53959,22 @@ const pT = (t) => msOverflowStyle: "none", "&::-webkit-scrollbar": { width: 5 }, "&::-webkit-scrollbar-thumb": { - background: sn( + background: Cn( e, "menu.vertical.sectionDividerColor", - cn.menuColorDivider, + sn.menuColorDivider, ), borderRadius: 0, }, "&::-webkit-scrollbar-track": { - background: sn(e, "borderColor", cn.borderColor), - boxShadow: `inset 0px 0px 0px 0px ${sn(e, "borderColor", cn.borderColor)}`, + background: Cn(e, "borderColor", sn.borderColor), + boxShadow: `inset 0px 0px 0px 0px ${Cn(e, "borderColor", sn.borderColor)}`, borderRadius: 0, }, }, "& .titleElement": { fontSize: 10, - color: sn(e, "mutedText", cn.mutedText), + color: Cn(e, "mutedText", sn.mutedText), textAlign: "center", }, }, @@ -53981,7 +53985,7 @@ const pT = (t) => justifyContent: "space-evenly", }, })), - vT = m.button(({ theme: e }) => ({ + fT = m.button(({ theme: e }) => ({ cursor: "pointer", display: "flex", width: "100%", @@ -53989,16 +53993,16 @@ const pT = (t) => fontWeight: "bold", border: 0, padding: "5px 10px", - color: sn(e, "fontColor", cn.defaultFontColor), + color: Cn(e, "fontColor", sn.defaultFontColor), "&:hover": { - backgroundColor: sn(e, "buttons.text.hover.background", cn.hoverGrey), + backgroundColor: Cn(e, "buttons.text.hover.background", sn.hoverGrey), }, "&.selected": { - backgroundColor: sn(e, "signalColors.main", cn.mainBlue), - color: sn(e, "bgColor", cn.white), + backgroundColor: Cn(e, "signalColors.main", sn.mainBlue), + color: Cn(e, "bgColor", sn.white), }, })), - ET = ({ + vT = ({ value: e, onChange: n, completeCallback: a, @@ -54016,7 +54020,7 @@ const pT = (t) => return null; const c = ({ label: r, type: o, className: a, itemValue: l }) => t.createElement( - vT, + fT, { onClick: () => { ((t, r) => { @@ -54072,18 +54076,18 @@ const pT = (t) => }); }); return t.createElement( - fT, + hT, null, - t.createElement(Nn, { className: "timeTitle" }, "Time"), + t.createElement(Tn, { className: "timeTitle" }, "Time"), t.createElement( - Nn, + Tn, { className: "selectors" }, t.createElement( - Nn, + Tn, { className: "columnSelector" }, t.createElement("span", { className: "titleElement" }, "Hour"), t.createElement( - Nn, + Tn, { className: "scrollRollbar" }, t.createElement( () => @@ -54104,33 +54108,33 @@ const pT = (t) => ), ), t.createElement( - Nn, + Tn, { className: "columnSelector" }, t.createElement("span", { className: "titleElement" }, "Minute"), t.createElement( - Nn, + Tn, { className: "scrollRollbar" }, t.createElement(d, { type: "minute" }), ), ), l && t.createElement( - Nn, + Tn, { className: "columnSelector" }, t.createElement("span", { className: "titleElement" }, "Second"), t.createElement( - Nn, + Tn, { className: "scrollRollbar" }, t.createElement(d, { type: "second" }), ), ), "12h" === i && t.createElement( - Nn, + Tn, { className: "columnSelector" }, t.createElement("span", { className: "titleElement" }, " "), t.createElement( - Nn, + Tn, { className: "scrollRollbar" }, t.createElement(c, { itemValue: 0, @@ -54150,30 +54154,30 @@ const pT = (t) => ), ); }, - wT = m.button(({ theme: e }) => ({ + ET = m.button(({ theme: e }) => ({ height: 30, display: "flex", alignItems: "center", justifyContent: "center", gap: 10, - border: `2px solid ${sn(e, "borderColor", un.borderColor)}`, + border: `2px solid ${Cn(e, "borderColor", dn.borderColor)}`, borderRadius: 4, - backgroundColor: sn(e, "signalColors.clear", un.white), - color: sn(e, "signalColors.main", un.switchBG), + backgroundColor: Cn(e, "signalColors.clear", dn.white), + color: Cn(e, "signalColors.main", dn.switchBG), fontSize: 14, fontWeight: "bold", "& svg": { width: 12, height: 12 }, "&.selected": { - backgroundColor: sn(e, "signalColors.main", un.switchBG), - color: sn(e, "bgColor", un.white), - borderColor: sn(e, "signalColors.main", un.switchBG), + backgroundColor: Cn(e, "signalColors.main", dn.switchBG), + color: Cn(e, "bgColor", dn.white), + borderColor: Cn(e, "signalColors.main", dn.switchBG), boxShadow: "0px 3px 6px #00000029;", }, })), - LT = m.div(({ theme: e, sx: t, isPortal: n, mode: r, coords: o }) => ({ + wT = m.div(({ theme: e, sx: t, isPortal: n, mode: r, coords: o }) => ({ position: n ? "absolute" : "relative", - border: `1px solid ${sn(e, "borderColor", un.borderColor)}`, - backgroundColor: sn(e, "signalColors.clear", un.white), + border: `1px solid ${Cn(e, "borderColor", dn.borderColor)}`, + backgroundColor: Cn(e, "signalColors.clear", dn.white), width: 315, minHeight: "all" === r ? 340 : 285, boxShadow: "0px 0px 10px #00000029", @@ -54183,7 +54187,7 @@ const pT = (t) => ...V(t, e), ...o, })), - bT = (e) => { + LT = (e) => { if (!e) return { top: 0, left: 0, width: 0 }; const t = e.getBoundingClientRect(); return { @@ -54192,7 +54196,7 @@ const pT = (t) => transform: "translateX(-100%)", }; }, - MT = ({ + bT = ({ mode: e = "all", onChange: n, maxDate: a, @@ -54211,7 +54215,7 @@ const pT = (t) => [v, E] = o(null); r(() => { if (s) { - if (p) return void E(bT(c)); + if (p) return void E(LT(c)); E(null); } }, [c, p, s]), @@ -54220,8 +54224,8 @@ const pT = (t) => const e = () => { m && m(); }, - t = Dr((e) => { - e && e.getBoundingClientRect() && E(bT(e)); + t = Or((e) => { + e && e.getBoundingClientRect() && E(LT(e)); }, 300); window.addEventListener("resize", e), window.addEventListener("scroll", () => { @@ -54234,7 +54238,7 @@ const pT = (t) => }; if (s && (!p || !v)) return null; const b = t.createElement( - LT, + wT, { mode: e, onClick: (e) => e.stopPropagation(), @@ -54246,15 +54250,15 @@ const pT = (t) => "all" === e && i && t.createElement( - Nn, + Tn, { className: "modeBar" }, t.createElement( - wT, + ET, { className: "calendar" === h ? "selected" : "", onClick: () => f("calendar"), }, - t.createElement(my, null), + t.createElement(uy, null), t.createElement( "span", null, @@ -54262,12 +54266,12 @@ const pT = (t) => ), ), t.createElement( - wT, + ET, { className: "time" === h ? "selected" : "", onClick: () => f("time"), }, - t.createElement(py, null), + t.createElement(my, null), t.createElement( "span", null, @@ -54280,7 +54284,7 @@ const pT = (t) => ), ), "calendar" === h && - t.createElement(hT, { + t.createElement(gT, { minDate: l, maxDate: a, value: i, @@ -54289,7 +54293,7 @@ const pT = (t) => }, }), "time" === h && - t.createElement(ET, { + t.createElement(vT, { secondsSelector: d, timeFormat: u, value: i, @@ -54297,9 +54301,9 @@ const pT = (t) => completeCallback: L, }), ); - return s ? w(t.createElement(Fr, { onClick: L }, b), document.body) : b; + return s ? w(t.createElement(Pr, { onClick: L }, b), document.body) : b; }, - HT = m.div(({ theme: e, sx: t }) => ({ + MT = m.div(({ theme: e, sx: t }) => ({ display: "flex", flexGrow: 1, width: "100%", @@ -54314,7 +54318,7 @@ const pT = (t) => }, ...V(t, e), })), - yT = ({ + HT = ({ sx: e, id: n, className: r, @@ -54360,7 +54364,7 @@ const pT = (t) => ? t.createElement( a, null, - N ? t.createElement(Vn, null) : t.createElement(Sn, null), + N ? t.createElement(Sn, null) : t.createElement(Nn, null), ) : h, [h, N], @@ -54374,13 +54378,13 @@ const pT = (t) => "& .accessoryIcon": { display: "none" }, }; return t.createElement( - HT, + MT, { sx: e, id: `${n}-DateTimeInput`, className: `inputItem ${r}` }, t.createElement( - Nn, + Tn, { className: "dateTimeInputContainer" }, Z - ? t.createElement(Ro, { + ? t.createElement(yo, { id: n, label: u, required: f, @@ -54409,7 +54413,7 @@ const pT = (t) => "MM/DD/YYYY" + ("all" === p ? " HH:MM" + (b ? ":SS" : "") : ""), onBlur: () => { B(!1); - const e = dy.fromFormat( + const e = cy.fromFormat( V, "MM/dd/yyyy" + ("all" === p ? " HH:mm" + (b ? ":ss" : "") : ""), @@ -54441,7 +54445,7 @@ const pT = (t) => m || (S(!N), I(e.currentTarget)); }, }) - : t.createElement(Ro, { + : t.createElement(yo, { id: n, label: u, required: f, @@ -54476,7 +54480,7 @@ const pT = (t) => }, }), ), - t.createElement(MT, { + t.createElement(bT, { id: n, value: g, minDate: d, @@ -54504,7 +54508,7 @@ const pT = (t) => }), ); }, - RT = m.button(({ sx: e, theme: t }) => ({ + yT = m.button(({ sx: e, theme: t }) => ({ display: "flex", cursor: "pointer", alignItems: "center", @@ -54514,35 +54518,35 @@ const pT = (t) => height: 10, fontSize: 10, border: "none", - color: sn(t, "buttons.regular.enabled.text", cn.mainGrey), + color: Cn(t, "buttons.regular.enabled.text", sn.mainGrey), "& svg": { width: 16, height: 16 }, "&:hover": { - color: sn(t, "buttons.regular.hover.text", cn.mainGrey), - backgroundColor: sn(t, "buttons.regular.hover.background", cn.hoverGrey), + color: Cn(t, "buttons.regular.hover.text", sn.mainGrey), + backgroundColor: Cn(t, "buttons.regular.hover.background", sn.hoverGrey), }, "&:active": { - color: sn(t, "buttons.regular.pressed.text", cn.mainGrey), - backgroundColor: sn( + color: Cn(t, "buttons.regular.pressed.text", sn.mainGrey), + backgroundColor: Cn( t, "buttons.regular.pressed.background", - cn.pressedGrey, + sn.pressedGrey, ), }, "&:disabled": { - color: sn(t, "buttons.regular.disabled.text", cn.disabledInnerGrey), + color: Cn(t, "buttons.regular.disabled.text", sn.disabledInnerGrey), backgroundColor: "transparent", cursor: "not-allowed", }, ...V(e, t), })), - xT = ({ open: e, label: n, sx: r, ...o }) => + RT = ({ open: e, label: n, sx: r, ...o }) => t.createElement( - RT, + yT, { sx: r, ...o }, n, - e ? t.createElement(Vn, null) : t.createElement(Sn, null), + e ? t.createElement(Sn, null) : t.createElement(Nn, null), ), - TT = ({ + xT = ({ children: e, id: n, size: r, @@ -54550,7 +54554,7 @@ const pT = (t) => isLoading: a, ...l }) => - t.createElement(lo, { + t.createElement(ao, { id: n, compact: "small" === r, variant: o, @@ -54558,7 +54562,7 @@ const pT = (t) => icon: e, ...l, }), - NT = (t) => + TT = (t) => e.createElement( "svg", { @@ -54575,13 +54579,13 @@ const pT = (t) => fill: "currentColor", }), ), - ST = m.div(({ theme: e, error: t, sx: n }) => ({ + NT = m.div(({ theme: e, error: t, sx: n }) => ({ display: "flex", flexGrow: 1, width: "100%", "& .errorText": { fontSize: 12, - color: sn(e, "inputBox.error", cn.mainRed), + color: Cn(e, "inputBox.error", sn.mainRed), marginTop: 3, }, "& .textBoxContainer": { @@ -54605,14 +54609,14 @@ const pT = (t) => textOverflow: "ellipsis", fontStyle: "italic", color: t - ? sn(e, "inputBox.error", cn.mainRed) - : sn(e, "mutedText", cn.mutedText), + ? Cn(e, "inputBox.error", sn.mainRed) + : Cn(e, "mutedText", sn.mutedText), }, "& .fileInputField": { display: "none", visibility: "hidden" }, "& .fileReselect": { display: "flex", alignItems: "center", gap: 12 }, ...V(n, e), })), - VT = ({ + ST = ({ label: e, onChange: n, id: r, @@ -54632,11 +54636,11 @@ const pT = (t) => }) => { const v = i(null); return t.createElement( - ST, + NT, { error: !!s && "" !== s, sx: g, className: `inputItem ${u}` }, "" !== e && t.createElement( - Mo, + bo, { htmlFor: r, noMinWidth: m, @@ -54649,27 +54653,27 @@ const pT = (t) => C ? "*" : "", "" !== l && t.createElement( - Nn, + Tn, { className: "tooltipContainer" }, t.createElement( - Pn, + Dn, { tooltip: l, placement: "top" }, t.createElement( - Nn, + Tn, { className: l }, - t.createElement(so, null), + t.createElement(Co, null), ), ), ), ), t.createElement( - Nn, + Tn, null, t.createElement("input", { type: "file", name: o, onChange: (e) => { - const t = sn(e, "target.files[0].name", ""); + const t = Cn(e, "target.files[0].name", ""); p && "" !== t.trim() ? ((e, t) => { const n = e.target.files[0], @@ -54694,12 +54698,12 @@ const pT = (t) => ref: v, }), t.createElement( - Nn, + Tn, { className: "fileReselect" }, "" !== d && t.createElement("div", { className: "valueString" }, d || ""), t.createElement( - TT, + xT, { id: `file-selector-ac-${r}`, type: "button", @@ -54711,16 +54715,16 @@ const pT = (t) => size: "small", disabled: a, }, - t.createElement(NT, null), + t.createElement(TT, null), ), ), - "" !== s && t.createElement(Nn, { className: "errorText" }, s), + "" !== s && t.createElement(Tn, { className: "errorText" }, s), ), ); }; -var _T, - AT, - kT = { exports: {} }; +var VT, + _T, + AT = { exports: {} }; /** * @license * Lodash @@ -54728,8 +54732,8 @@ var _T, * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */ (_T = kT), - (AT = kT.exports), + */ (VT = AT), + (_T = AT.exports), function () { var e, t = "Expected a function", @@ -54973,8 +54977,8 @@ var _T, ct = "object" == typeof Z && Z && Z.Object === Object && Z, dt = "object" == typeof self && self && self.Object === Object && self, ut = ct || dt || Function("return this")(), - mt = AT && !AT.nodeType && AT, - pt = mt && _T && !_T.nodeType && _T, + mt = _T && !_T.nodeType && _T, + pt = mt && VT && !VT.nodeType && VT, gt = pt && pt.exports === mt, ht = gt && ct.process, ft = (function () { @@ -59569,33 +59573,33 @@ var _T, })(); pt ? (((pt.exports = gn)._ = gn), (mt._ = gn)) : (ut._ = gn); }.call(Z); -var IT = kT.exports; -const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ +var kT = AT.exports; +const IT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ display: "flex", justifyContent: "flex-end", marginTop: n, gap: 16, paddingTop: r ? 24 : 0, borderTop: r - ? `1px solid ${IT.get(e, "borderColor", un.colorBorderSubtle)}` + ? `1px solid ${kT.get(e, "borderColor", dn.colorBorderSubtle)}` : "0", ...V(t, e), })), - BT = ({ sx: e, marginTop: n = 40, separator: r, children: o, ...a }) => - t.createElement(ZT, { sx: e, marginTop: n, separator: r, ...a }, o), - OT = m.div(({ theme: e, sx: t }) => ({ + ZT = ({ sx: e, marginTop: n = 40, separator: r, children: o, ...a }) => + t.createElement(IT, { sx: e, marginTop: n, separator: r, ...a }, o), + BT = m.div(({ theme: e, sx: t }) => ({ display: "flex", alignItems: "center", justifyContent: "flex-start", gap: "10px", ...V(t, e), })), - DT = ({ separator: e, icon: n, children: r, actions: o, sx: a, ...l }) => + OT = ({ separator: e, icon: n, children: r, actions: o, sx: a, ...l }) => t.createElement( - OT, + BT, { className: "section-title", separator: e, sx: a, ...l }, t.createElement( - go, + po, { item: !0, xs: !0, @@ -59621,7 +59625,7 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ ), o && t.createElement( - go, + po, { item: !0, xs: !0, @@ -59635,16 +59639,16 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ o, ), ), - PT = m.div( + DT = m.div( ({ theme: e, sx: t, containerPadding: n, helpBox: r, withBorders: o }) => { let a = {}; return ( o && (a = { - border: `${sn(e, "box.border", un.disabledGrey)} 1px solid`, + border: `${Cn(e, "box.border", dn.disabledGrey)} 1px solid`, borderRadius: 16, - boxShadow: sn(e, "box.shadow", "none"), - backgroundColor: sn(e, "box.backgroundColor", un.white), + boxShadow: Cn(e, "box.shadow", "none"), + backgroundColor: Cn(e, "box.backgroundColor", dn.white), }), { ...a, @@ -59653,7 +59657,7 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ gap: 25, gridTemplateColumns: "1fr", "& .inputItem:not(:last-of-type)": { marginBottom: 20 }, - [`@media (min-width: ${sn(H, "md", 0)}px)`]: { + [`@media (min-width: ${Cn(H, "md", 0)}px)`]: { gridTemplateColumns: r ? "2fr 1.2fr" : "1fr", }, ...V(t, e), @@ -59661,7 +59665,7 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ ); }, ), - FT = ({ + PT = ({ children: e, title: n = "", helpBox: r, @@ -59671,18 +59675,18 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ withBorders: i = !0, }) => t.createElement( - PT, + DT, { sx: a, containerPadding: l, withBorders: i }, t.createElement( - Nn, + Tn, null, "" !== n && - t.createElement(DT, { icon: o, sx: { marginBottom: 16 } }, n), + t.createElement(OT, { icon: o, sx: { marginBottom: 16 } }, n), e, ), r, ), - UT = m.div(({ theme: e, sx: t, subTitle: n, titleOptions: r }) => ({ + FT = m.div(({ theme: e, sx: t, subTitle: n, titleOptions: r }) => ({ boxSizing: "border-box", display: "flex", flexDirection: "row", @@ -59696,11 +59700,11 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ width: "100%", }, "& .headerBarIcon": { - color: sn(e, "screenTitle.iconColor", un.fontColor), + color: Cn(e, "screenTitle.iconColor", dn.fontColor), "& .min-icon": { width: 44, height: 44 }, }, "& .headerBarSubheader": { - color: sn(e, "screenTitle.subtitleColor", un.mutedText), + color: Cn(e, "screenTitle.subtitleColor", dn.mutedText), fontSize: 14, }, "& .titleColumn": { @@ -59715,7 +59719,7 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ fontWeight: 600, fontStyle: "normal", lineHeight: "28px", - color: sn( + color: Cn( e, "screenTitle.titleColor", b["Color/Neutral/Text/colorText"].lightMode, @@ -59729,7 +59733,7 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ fontStyle: "normal", fontWeight: 400, lineHeight: "16px", - color: sn( + color: Cn( e, "screenTitle.subtitleColor", b["Color/Neutral/Text/colorTextTertiary"].lightMode, @@ -59740,7 +59744,7 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ fontStyle: "normal", fontWeight: 600, lineHeight: "16px", - color: sn( + color: Cn( e, "screenTitle.subtitleColor", b["Color/Neutral/Text/colorTextLabel"].lightMode, @@ -59751,7 +59755,7 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ "& .leftItems": { display: "flex", alignItems: "flex-start", gap: 16 }, "& .rightItems": { display: "flex", alignItems: "center", gap: 10 }, "& .optionElement": { display: "flex", gap: y.sizeXS }, - [`@media (max-width: ${sn(H, "md", 0)}px)`]: { + [`@media (max-width: ${Cn(H, "md", 0)}px)`]: { "& .stContainer": { flexDirection: "column", gap: 12, @@ -59765,7 +59769,7 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ }, ...V(t, e), })), - GT = ({ + UT = ({ icon: e, subTitle: n = "", title: r, @@ -59775,112 +59779,112 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ ...i }) => t.createElement( - UT, + FT, { className: "screen-title", sx: a, subTitle: n, titleOptions: l, ...i }, t.createElement( - Nn, + Tn, { className: "stContainer" }, t.createElement( - Nn, + Tn, { className: "leftItems" }, - e ? t.createElement(Oo, null, e) : null, + e ? t.createElement(Bo, null, e) : null, t.createElement( - Nn, + Tn, { className: "titleColumn" }, - t.createElement(Nn, { className: "titleElement" }, r), + t.createElement(Tn, { className: "titleElement" }, r), n && t.createElement("span", { className: "headerBarSubheader" }, n), l && t.createElement( - Nn, + Tn, { className: "options" }, null == l ? void 0 : l.map((e) => t.createElement( - Nn, + Tn, { className: "optionElement" }, - t.createElement(Nn, { className: "title" }, e.title), - t.createElement(Nn, { className: "value" }, e.value), + t.createElement(Tn, { className: "title" }, e.title), + t.createElement(Tn, { className: "value" }, e.value), ), ), ), ), ), - o && t.createElement(Nn, { className: "rightItems" }, o), + o && t.createElement(Tn, { className: "rightItems" }, o), ), ), - zT = ({ icon: e, title: n, help: r, ...o }) => + GT = ({ icon: e, title: n, help: r, ...o }) => t.createElement( - Nn, + Tn, { className: "help-box", withBorders: !0, sx: { padding: 8 }, ...o }, - t.createElement(GT, { + t.createElement(UT, { icon: e, title: n, subTitle: r, actions: t.createElement(a, null), }), ), - $T = m.div(({ theme: e, sx: t, variant: n }) => ({ - backgroundColor: sn( + zT = m.div(({ theme: e, sx: t, variant: n }) => ({ + backgroundColor: Cn( e, `informativeMessage.${n}.backgroundColor`, - cn.mainBlue, + sn.mainBlue, ), - border: `1px solid ${sn(e, `informativeMessage.${n}.borderColor`, cn.mainBlue)}`, + border: `1px solid ${Cn(e, `informativeMessage.${n}.borderColor`, sn.mainBlue)}`, borderRadius: 3, padding: "10px 20px", "& .labelHeadline": { - color: sn(e, `informativeMessage.${n}.textColor`, cn.white), + color: Cn(e, `informativeMessage.${n}.textColor`, sn.white), fontSize: 14, fontWeight: "bold", marginBottom: 10, }, "& .messageText": { - color: sn(e, `informativeMessage.${n}.textColor`, cn.white), + color: Cn(e, `informativeMessage.${n}.textColor`, sn.white), fontSize: 14, }, ...V(t, e), })), - WT = ({ title: e, message: n, sx: r, variant: o = "default" }) => + $T = ({ title: e, message: n, sx: r, variant: o = "default" }) => t.createElement( - $T, + zT, { sx: r, variant: o, className: "informative-message" }, t.createElement("div", { className: "labelHeadline" }, e), t.createElement("div", { className: "messageText" }, n), ), - jT = m.a(({ theme: e, sx: t }) => ({ + WT = m.a(({ theme: e, sx: t }) => ({ cursor: "pointer", display: "inline-flex", backgroundColor: "transparent", border: 0, padding: 0, - color: sn(e, "linkColor", cn.linkColor), + color: Cn(e, "linkColor", sn.linkColor), textDecoration: "underline", fontSize: "inherit", fontWeight: 700, - "&:visited": { color: sn(e, "linkColor", cn.linkColor) }, + "&:visited": { color: Cn(e, "linkColor", sn.linkColor) }, "&:hover": { textDecoration: "underline", - color: sn(e, "linkColor", cn.linkColor), + color: Cn(e, "linkColor", sn.linkColor), }, "&.dark": { - color: sn(e, "secondaryLinkColor", un.modalCloseColor), - "&:visited": { color: sn(e, "secondaryLinkColor", un.modalCloseColor) }, - "&:hover": { color: sn(e, "secondaryLinkColor", un.modalCloseColor) }, + color: Cn(e, "secondaryLinkColor", dn.modalCloseColor), + "&:visited": { color: Cn(e, "secondaryLinkColor", dn.modalCloseColor) }, + "&:hover": { color: Cn(e, "secondaryLinkColor", dn.modalCloseColor) }, }, ...V(t, e), })), - qT = ({ sx: e, children: n, ...r }) => - t.createElement(jT, { ...r, sx: e }, n), - YT = m.button.attrs(() => ({ className: "LinkButton" }))( + jT = ({ sx: e, children: n, ...r }) => + t.createElement(WT, { ...r, sx: e }, n), + qT = m.button.attrs(() => ({ className: "LinkButton" }))( ({ theme: e, sx: t, variant: n }) => ({ cursor: "pointer", display: "inline-flex", backgroundColor: "transparent", border: 0, padding: 0, - color: sn( + color: Cn( e, `linkButton.${n}`, b["Color/Brand/Primary/colorPrimaryText"].lightMode, @@ -59890,7 +59894,7 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ "&:hover:not(:disabled)": { textDecoration: "underline" }, "&:disabled": { cursor: "not-allowed", - color: sn( + color: Cn( e, "linkButton.disabled", b["Color/Neutral/Text/colorTextDisabled"].lightMode, @@ -59899,15 +59903,15 @@ const ZT = m.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ ...V(t, e), }), ), - KT = ({ label: e = "", isLoading: n = !1, sx: r, children: o, ...l }) => + YT = ({ label: e = "", isLoading: n = !1, sx: r, children: o, ...l }) => t.createElement( - YT, + qT, { ...l, sx: r }, n - ? t.createElement(oo, { style: { width: 16, height: 16 } }) + ? t.createElement(ro, { style: { width: 16, height: 16 } }) : t.createElement(a, null, e, o), ); -function XT(e, t, n, r) { +function KT(e, t, n, r) { return new (n || (n = Promise))(function (t, o) { function a(e) { try { @@ -59938,7 +59942,7 @@ function XT(e, t, n, r) { }); } "function" == typeof SuppressedError && SuppressedError; -const QT = [ +const XT = [ "geforce 320m", "geforce 8600", "geforce 8600m gt", @@ -59987,16 +59991,16 @@ const QT = [ "sgx 543", "sgx543", ]; -function JT(e) { +function QT(e) { return e .toLowerCase() .replace(/.*angle ?\((.+)\)(?: on vulkan [0-9.]+)?$/i, "$1") .replace(/\s(\d{1,2}gb|direct3d.+$)|\(r\)| \([^)]+\)$/g, "") .replace(/(?:vulkan|opengl) \d+\.\d+(?:\.\d+)?(?: \((.*)\))?/, "$1"); } -const eN = "undefined" == typeof window, - tN = (() => { - if (eN) return; +const JT = "undefined" == typeof window, + eN = (() => { + if (JT) return; const { userAgent: e, platform: t, maxTouchPoints: n } = window.navigator, r = /(iphone|ipod|ipad)/i.test(e), o = "iPad" === t || ("MacIntel" === t && n > 0 && !window.MSStream); @@ -60007,14 +60011,14 @@ const eN = "undefined" == typeof window, isFirefox: /Firefox/.test(e), }; })(); -class nN extends Error { +class tN extends Error { constructor(e) { super(e), Object.setPrototypeOf(this, new.target.prototype); } } -const rN = [], - oN = []; -function aN(e, t) { +const nN = [], + rN = []; +function oN(e, t) { if (e === t) return 0; const n = e; e.length > t.length && ((e = t), (t = n)); @@ -60030,37 +60034,37 @@ function aN(e, t) { s = 0, c = 0, d = 0; - for (; c < r; ) (oN[c] = e.charCodeAt(l + c)), (rN[c] = ++c); + for (; c < r; ) (rN[c] = e.charCodeAt(l + c)), (nN[c] = ++c); for (; d < o; ) for (a = t.charCodeAt(l + d), i = d++, s = d, c = 0; c < r; c++) - (C = a === oN[c] ? i : i + 1), - (i = rN[c]), - (s = rN[c] = i > s ? (C > s ? s + 1 : C) : C > i ? i + 1 : C); + (C = a === rN[c] ? i : i + 1), + (i = nN[c]), + (s = nN[c] = i > s ? (C > s ? s + 1 : C) : C > i ? i + 1 : C); return s; } -function lN(e) { +function aN(e) { return null != e; } -const iN = ({ +const lN = ({ mobileTiers: e = [0, 15, 30, 60], desktopTiers: t = [0, 15, 30, 60], override: n = {}, glContext: r, failIfMajorPerformanceCaveat: o = !1, - benchmarksURL: a = "https://unpkg.com/detect-gpu@5.0.45/dist/benchmarks", + benchmarksURL: a = "https://unpkg.com/detect-gpu@5.0.47/dist/benchmarks", } = {}) => - XT(void 0, void 0, void 0, function* () { + KT(void 0, void 0, void 0, function* () { const l = {}; - if (eN) return { tier: 0, type: "SSR" }; + if (JT) return { tier: 0, type: "SSR" }; const { - isIpad: i = !!(null == tN ? void 0 : tN.isIpad), - isMobile: C = !!(null == tN ? void 0 : tN.isMobile), + isIpad: i = !!(null == eN ? void 0 : eN.isIpad), + isMobile: C = !!(null == eN ? void 0 : eN.isMobile), screenSize: s = window.screen, loadBenchmarks: c = (e) => - XT(void 0, void 0, void 0, function* () { + KT(void 0, void 0, void 0, function* () { const t = yield fetch(`${a}/${e}`).then((e) => e.json()); if (parseInt(t.shift().split(".")[0], 10) < 4) - throw new nN( + throw new tN( "Detect GPU benchmark data is out of date. Please update to version 4x", ); return t; @@ -60077,7 +60081,7 @@ const iN = ({ }); let m, p = ""; - if (d) (d = JT(d)), (m = [d]); + if (d) (d = QT(d)), (m = [d]); else { const e = r || @@ -60096,9 +60100,9 @@ const iN = ({ r.getContext("webgl", n) || r.getContext("experimental-webgl", n); return null != o ? o : void 0; - })(null == tN ? void 0 : tN.isSafari12, o); + })(null == eN ? void 0 : eN.isSafari12, o); if (!e) return u(0, "WEBGL_UNSUPPORTED"); - const t = (null == tN ? void 0 : tN.isFirefox) + const t = (null == eN ? void 0 : eN.isFirefox) ? null : e.getExtension("WEBGL_debug_renderer_info"); if ( @@ -60109,7 +60113,7 @@ const iN = ({ ) return u(1, "FALLBACK"); (p = d), - (d = JT(d)), + (d = QT(d)), (m = (function (e, t, n) { return "apple gpu" === t ? (function (e, t, n) { @@ -60162,7 +60166,7 @@ const iN = ({ o = "801621810", a = "8016218135", l = "80162181161", - i = (null == tN ? void 0 : tN.isIpad) + i = (null == eN ? void 0 : eN.isIpad) ? [ ["a7", l, 12], ["a8", a, 15], @@ -60207,7 +60211,7 @@ const iN = ({ const g = (yield Promise.all( m.map(function (e) { var t; - return XT(this, void 0, void 0, function* () { + return KT(this, void 0, void 0, function* () { const n = ((e) => { const t = C ? [ @@ -60237,7 +60241,7 @@ const iN = ({ try { a = yield o; } catch (n) { - if (n instanceof nN) throw n; + if (n instanceof tN) throw n; return; } const d = (function (e) { @@ -60264,7 +60268,7 @@ const iN = ({ [h, , , , f] = m > 1 ? u - .map((e) => [e, aN(p, e[2])]) + .map((e) => [e, oN(p, e[2])]) .sort(([, e], [, t]) => e - t)[0][0] : u[0], v = Number.MAX_VALUE; @@ -60282,12 +60286,12 @@ const iN = ({ }); }), )) - .filter(lN) + .filter(aN) .sort(([e = Number.MAX_VALUE, t], [n = Number.MAX_VALUE, r]) => e === n ? t - r : e - n, ); if (!g.length) { - const e = QT.find((e) => d.includes(e)); + const e = XT.find((e) => d.includes(e)); return e ? u(0, "BLOCKLISTED", e) : u(1, "FALLBACK", `${d} (${p})`); } const [, h, f, v] = g[0]; @@ -60297,13 +60301,13 @@ const iN = ({ for (let e = 0; e < E.length; e++) h >= E[e] && (w = e); return u(w, "BENCHMARK", f, h, v); }), - CN = require("../assets/video/videoBG.mp4"), - sN = require("../assets/background/loginAnimationPoster.png"), - cN = m.div(({ theme: e }) => ({ + iN = require("../assets/video/videoBG.mp4"), + CN = require("../assets/background/loginAnimationPoster.png"), + sN = m.div(({ theme: e }) => ({ width: "100vw", height: "100vh", position: "relative", - backgroundColor: sn(e, "login.promoBG", "#000110"), + backgroundColor: Cn(e, "login.promoBG", "#000110"), display: "flex", alignItems: "center", justifyContent: "flex-end", @@ -60321,7 +60325,7 @@ const iN = ({ width: "100%", maxWidth: "580px", "& .promoHeader": { - color: sn(e, "login.promoHeader", un.white), + color: Cn(e, "login.promoHeader", dn.white), fontSize: "44px", textAlign: "left", fontWeight: "700", @@ -60331,7 +60335,7 @@ const iN = ({ "& .promoInfo": { marginTop: "31px", maxWidth: "542px", - color: sn(e, "login.promoText", un.white), + color: Cn(e, "login.promoText", dn.white), fontSize: "14px", textAlign: "left", fontWeight: 400, @@ -60339,7 +60343,7 @@ const iN = ({ letterSpacing: "0.16px", textShadow: "0 0 5ppx #000", "& a": { - color: sn(e, "login.promoText", un.white), + color: Cn(e, "login.promoText", dn.white), textDecoration: "none", fontWeight: "bold", "&:hover": { textDecoration: "underline" }, @@ -60347,12 +60351,12 @@ const iN = ({ }, }, "& .loginForm": { - backgroundColor: sn(e, "login.formBF", un.white), + backgroundColor: Cn(e, "login.formBF", dn.white), width: 405, minHeight: 540, borderRadius: 16, - border: `1px solid ${sn(e, "login.formBorder", un.disabledGrey)}`, - boxShadow: sn(e, "login.formShadow", "none"), + border: `1px solid ${Cn(e, "login.formBorder", dn.disabledGrey)}`, + boxShadow: Cn(e, "login.formShadow", "none"), boxSizing: "border-box", padding: "48px 46px", "& .logoContainer": { @@ -60368,12 +60372,12 @@ const iN = ({ textAlign: "center", alignItems: "flex-end", justifyContent: "center", - color: sn(e, "login.footerElements", "#000"), + color: Cn(e, "login.footerElements", "#000"), fontSize: "14px", textDecoration: "none", }, }, - [`@media (max-width: ${sn(H, "md", 0)}px)`]: { + [`@media (max-width: ${Cn(H, "md", 0)}px)`]: { marginRight: "initial", maxWidth: "initial", paddingLeft: 0, @@ -60393,7 +60397,7 @@ const iN = ({ minHeight: 200, bottom: "0", right: 0, - filter: sn(e, "login.bgFilter", "none"), + filter: Cn(e, "login.bgFilter", "none"), transform: "rotateY(180deg)", "& .videoBG": { width: "100%", @@ -60402,7 +60406,7 @@ const iN = ({ position: "absolute", bottom: -200, right: 0, - filter: sn(e, "login.bgFilter", "none"), + filter: Cn(e, "login.bgFilter", "none"), "&:before": { position: "absolute", width: "100%", @@ -60425,10 +60429,10 @@ const iN = ({ }, "& .videoBG": { width: "100%" }, }, - [`@media (max-width: ${sn(H, "md", 0)}px)`]: { display: "none" }, + [`@media (max-width: ${Cn(H, "md", 0)}px)`]: { display: "none" }, }, })), - dN = ({ + cN = ({ logoProps: e, form: n, formFooter: a, @@ -60440,41 +60444,41 @@ const iN = ({ return ( r(() => { (async () => { - const e = await iN(); + const e = await lN(); c(!!e.gpu && e.tier >= 2); })(); }, []), t.createElement( - cN, + sN, null, t.createElement( - Nn, + Tn, { className: "mainContainer" }, (l || i) && t.createElement( - Nn, + Tn, { className: "promoContainer" }, - t.createElement(Nn, { className: "promoHeader" }, i), - t.createElement(Nn, { className: "promoInfo" }, l), + t.createElement(Tn, { className: "promoHeader" }, i), + t.createElement(Tn, { className: "promoInfo" }, l), ), t.createElement( - Nn, + Tn, { className: "loginForm" }, t.createElement( - Nn, + Tn, { className: "logoContainer" }, - t.createElement(Lr, { ...e }), + t.createElement(wr, { ...e }), ), t.createElement( - Nn, + Tn, { className: "formContainer" }, - t.createElement(Nn, { className: "form" }, n), - a && t.createElement(Nn, { className: "footer" }, a), + t.createElement(Tn, { className: "form" }, n), + a && t.createElement(Tn, { className: "footer" }, a), ), ), ), t.createElement( - Nn, + Tn, { className: "videoContainer" }, s && C ? t.createElement( @@ -60485,37 +60489,37 @@ const iN = ({ muted: !0, loop: !0, disablePictureInPicture: !0, - poster: sN, + poster: CN, className: "videoBG", }, - t.createElement("source", { src: CN, type: "video/mp4" }), + t.createElement("source", { src: iN, type: "video/mp4" }), ) - : t.createElement("img", { src: sN, className: "videoBG" }), + : t.createElement("img", { src: CN, className: "videoBG" }), ), ) ); }, - uN = m.main(({ theme: e, horizontal: t }) => ({ + dN = m.main(({ theme: e, horizontal: t }) => ({ flexGrow: 1, height: t ? "initial" : "100vh", overflow: "auto", position: "relative", - backgroundColor: sn(e, "bgColor", "#fff"), - color: sn(e, "fontColor", "#000"), + backgroundColor: Cn(e, "bgColor", "#fff"), + color: Cn(e, "fontColor", "#000"), })), - mN = m.div(({ horizontal: e, mobileModeAuto: t, sx: n, theme: r }) => { + uN = m.div(({ horizontal: e, mobileModeAuto: t, sx: n, theme: r }) => { let o = {}; return ( t && (o = { - [`@media (max-width: ${sn(H, "md", 0)}px)`]: { + [`@media (max-width: ${Cn(H, "md", 0)}px)`]: { flexDirection: "column", }, }), { display: "flex", flexDirection: e ? "column" : "row", ...o, ...V(n, r) } ); }), - pN = ({ + mN = ({ children: e, menu: n, horizontal: r, @@ -60523,12 +60527,12 @@ const iN = ({ sx: a, }) => t.createElement( - mN, + uN, { className: "parentBox", horizontal: r, mobileModeAuto: o, sx: a }, n && l(n, { mobileModeAuto: o }), - t.createElement(uN, { horizontal: r, className: "mainPage" }, e), + t.createElement(dN, { horizontal: r, className: "mainPage" }, e), ), - gN = (t) => + pN = (t) => e.createElement( "svg", { @@ -60545,7 +60549,7 @@ const iN = ({ fill: "currentColor", }), ), - hN = (t) => + gN = (t) => e.createElement( "svg", { @@ -60562,7 +60566,7 @@ const iN = ({ fill: "currentColor", }), ), - fN = m.div(({ theme: e }) => ({ + hN = m.div(({ theme: e }) => ({ position: "fixed", top: 0, left: 0, @@ -60575,30 +60579,30 @@ const iN = ({ position: "absolute", display: "inline-block", minWidth: 180, - backgroundColor: sn( + backgroundColor: Cn( e, "menu.horizontal.dropBackground", - cn.boxBackground, + sn.boxBackground, ), - border: `${sn(e, "borderColor", cn.borderColor)}`, + border: `${Cn(e, "borderColor", sn.borderColor)}`, "& .menuItemButton": { width: "100%", "&:hover, &.selected": { - backgroundColor: sn( + backgroundColor: Cn( e, "menu.horizontal.hoverSelectedBackground", - cn.mainBlue, + sn.mainBlue, ), borderBottom: 0, - color: sn(e, "menu.horizontal.dropHoverSelectedColor", cn.white), + color: Cn(e, "menu.horizontal.dropHoverSelectedColor", sn.white), "& .iconContainer": { - border: `${sn(e, "menu.horizontal.dropHoverSelectedColor", cn.white)} 1px solid`, + border: `${Cn(e, "menu.horizontal.dropHoverSelectedColor", sn.white)} 1px solid`, }, }, }, }, })), - vN = ({ open: e, anchorEl: a, hideTriggerAction: l, children: i }) => { + fN = ({ open: e, anchorEl: a, hideTriggerAction: l, children: i }) => { const [C, s] = o(null), c = document.documentElement.offsetWidth, d = n( @@ -60617,7 +60621,7 @@ const iN = ({ s(e ? d(a) : null); }, [a, d, e]), r(() => { - const e = Dr((e) => { + const e = Or((e) => { e && e.getBoundingClientRect() && s(d(e)); }, 300); window.addEventListener("resize", () => { @@ -60629,14 +60633,14 @@ const iN = ({ }), e && a && C ? t.createElement( - fN, + hN, { onClick: l }, - t.createElement(Nn, { className: "subItemsBox", sx: { ...C } }, i), + t.createElement(Tn, { className: "subItemsBox", sx: { ...C } }, i), ) : null ); }, - EN = (e) => ({ + vN = (e) => ({ display: "flex", justifyContent: "space-between", alignItems: "center", @@ -60646,21 +60650,21 @@ const iN = ({ height: 45, padding: "0 15px", whiteSpace: "nowrap", - color: sn(e, "menu.horizontal.textColor", cn.optionTextColor), + color: Cn(e, "menu.horizontal.textColor", sn.optionTextColor), borderBottom: "transparent 2px solid", "& .iconContainer": { - border: `${sn(e, "menu.horizontal.iconBorderColor", cn.menuIconBorder)} 1px solid`, + border: `${Cn(e, "menu.horizontal.iconBorderColor", sn.menuIconBorder)} 1px solid`, backgroundColor: "transparent", }, "&.selected, &:hover": { - color: sn(e, "menu.horizontal.hoverSelectedColor", cn.white), - borderBottom: `${sn(e, "menu.horizontal.hoverSelectedBackground", cn.mainBlue)} 2px solid`, + color: Cn(e, "menu.horizontal.hoverSelectedColor", sn.white), + borderBottom: `${Cn(e, "menu.horizontal.hoverSelectedBackground", sn.mainBlue)} 2px solid`, "& .iconContainer": { - border: `${sn(e, "menu.horizontal.hoverSelectedIconBorder", cn.white)} 1px solid`, + border: `${Cn(e, "menu.horizontal.hoverSelectedIconBorder", sn.white)} 1px solid`, }, }, }), - wN = m.div(({ theme: e }) => ({ + EN = m.div(({ theme: e }) => ({ display: "flex", flexDirection: "column", alignItems: "flex-start", @@ -60672,10 +60676,10 @@ const iN = ({ display: "flex", alignItems: "center", justifyContent: "center", - backgroundColor: sn( + backgroundColor: Cn( e, "menu.horizontal.dropArrowBackground", - cn.menuDropArrowBackground, + sn.menuDropArrowBackground, ), width: 15, height: 15, @@ -60685,12 +60689,12 @@ const iN = ({ marginLeft: 5, }, })), - LN = m.button(({ theme: e }) => ({ - ...EN(e), + wN = m.button(({ theme: e }) => ({ + ...vN(e), "& .subOption": { padding: 0 }, })), - bN = m.a(({ theme: e }) => ({ ...EN(e), textDecoration: "none" })), - MN = m.span(({ theme: e }) => ({ + LN = m.a(({ theme: e }) => ({ ...vN(e), textDecoration: "none" })), + bN = m.span(({ theme: e }) => ({ display: "flex", alignItems: "center", gap: 22, @@ -60708,7 +60712,7 @@ const iN = ({ "& svg.badgeIcon": { width: 8, height: 8, - color: sn(e, "menu.horizontal.notificationColor", cn.mainRed), + color: Cn(e, "menu.horizontal.notificationColor", sn.mainRed), position: "absolute", top: 4, right: 3, @@ -60716,19 +60720,19 @@ const iN = ({ }, "& .labelContainer": { fontFamily: "'Geist', sans-serif", fontSize: 14 }, })), - HN = ({ icon: e, name: n, badge: r }) => + MN = ({ icon: e, name: n, badge: r }) => t.createElement( - MN, + bN, { className: "option" }, t.createElement( "span", { className: "iconContainer" }, e, - r && t.createElement(hN, { className: "badgeIcon" }), + r && t.createElement(gN, { className: "badgeIcon" }), ), t.createElement("span", { className: "labelContainer" }, n), ), - yN = ({ + HN = ({ children: e, icon: n, id: r, @@ -60751,10 +60755,10 @@ const iN = ({ return 0 === e.filter((e) => !1 !== e.isVisible).length ? null : t.createElement( - wN, + EN, null, t.createElement( - LN, + wN, { id: r, type: "button", @@ -60763,20 +60767,20 @@ const iN = ({ }, className: "menuItemButton " + (d ? "selected" : ""), }, - t.createElement(HN, { icon: n, name: a, badge: !!C }), + t.createElement(MN, { icon: n, name: a, badge: !!C }), t.createElement( - Nn, + Tn, { className: "statusArrow" }, - d ? t.createElement(Vn, null) : t.createElement(Sn, null), + d ? t.createElement(Sn, null) : t.createElement(Nn, null), ), ), d && w( t.createElement( - vN, + fN, { anchorEl: m, hideTriggerAction: h, open: d }, e.map((e) => - t.createElement(yN, { + t.createElement(HN, { key: `sub-menu-opt-${a}-${e.id || e.name}`, onClick: i, name: e.name, @@ -60801,12 +60805,12 @@ const iN = ({ ) ) return t.createElement( - bN, + LN, { className: "menuItemButton", id: r, href: l, target: "_blank" }, - t.createElement(HN, { icon: n, name: a, badge: !!C }), + t.createElement(MN, { icon: n, name: a, badge: !!C }), ); return t.createElement( - LN, + wN, { className: "menuItemButton " + (g ? "selected" : ""), type: "button", @@ -60815,27 +60819,27 @@ const iN = ({ i && i(l || ""); }, }, - t.createElement(HN, { icon: n, name: a, badge: !!C }), + t.createElement(MN, { icon: n, name: a, badge: !!C }), ); }, - RN = m.div(({ theme: e, sx: t }) => ({ + yN = m.div(({ theme: e, sx: t }) => ({ "& .headerBar": { padding: 15, display: "flex", justifyContent: "space-between", alignItems: "center", gap: 15, - background: sn( + background: Cn( e, "menu.horizontal.menuHeaderBackground", - cn.menuBackground, + sn.menuBackground, ), - borderBottom: `${sn(e, "menu.horizontal.sectionDividerColor", cn.menuColorDivider)} 1px solid`, + borderBottom: `${Cn(e, "menu.horizontal.sectionDividerColor", sn.menuColorDivider)} 1px solid`, "& svg": { width: 200 }, "& .endComponent": { display: "flex", alignItems: "center", gap: 10 }, }, "& .sections": { - backgroundColor: sn(e, "menu.horizontal.barBackground", cn.mainGrey), + backgroundColor: Cn(e, "menu.horizontal.barBackground", sn.mainGrey), width: "100%", height: 45, display: "flex", @@ -60843,16 +60847,16 @@ const iN = ({ overflowX: "auto", scrollbarWidth: "none", msOverflowStyle: "none", - borderBottom: `${sn(e, "borderColor", cn.borderColor)} 1px solid`, + borderBottom: `${Cn(e, "borderColor", sn.borderColor)} 1px solid`, "&.compact": { height: 5, - backgroundColor: sn(e, "menu.horizontal.noOptionsBar", cn.mainGrey), + backgroundColor: Cn(e, "menu.horizontal.noOptionsBar", sn.mainGrey), }, "&::-webkit-scrollbar": { width: 0, height: 0 }, }, ...V(t, e), })), - xN = ({ + RN = ({ applicationLogo: e, options: n, signOutAction: r, @@ -60866,31 +60870,31 @@ const iN = ({ return ( void 0 !== e.inverse && (s = e.inverse), t.createElement( - RN, + yN, { className: "menuBox", sx: C }, t.createElement( - Nn, + Tn, { className: "headerBar" }, - t.createElement(Lr, { inverse: s, ...e }), + t.createElement(wr, { inverse: s, ...e }), a, t.createElement( - Nn, + Tn, { className: "endComponent" }, l, r && t.createElement( - TT, + xT, { id: "sign-out", onClick: r }, - t.createElement(gN, null), + t.createElement(pN, null), ), ), ), t.createElement( - Nn, + Tn, { className: "sections " + (n && 0 !== n.length ? "" : "compact") }, n && n.map((e) => - t.createElement(yN, { + t.createElement(HN, { key: `menu-section-${e.group}-${e.id}`, onClick: (t) => { e.onClick && e.onClick(t), o(t); @@ -60909,7 +60913,7 @@ const iN = ({ ) ); }, - TN = (t) => + xN = (t) => e.createElement( "svg", { @@ -60936,7 +60940,7 @@ const iN = ({ fill: "currentColor", }), ), - NN = (t) => + TN = (t) => e.createElement( "svg", { @@ -60959,7 +60963,7 @@ const iN = ({ fill: "currentColor", }), ), - SN = (t) => + NN = (t) => e.createElement( "svg", { @@ -60976,7 +60980,7 @@ const iN = ({ fill: "currentColor", }), ), - VN = (e) => ({ + SN = (e) => ({ display: "flex", justifyContent: "space-between", alignItems: "center", @@ -60986,24 +60990,24 @@ const iN = ({ width: "100%", height: 44, padding: "0 25px", - color: sn(e, "menu.vertical.textColor", cn.menuCommonColor), + color: Cn(e, "menu.vertical.textColor", sn.menuCommonColor), "& .iconContainer": { - border: `${sn(e, "menu.vertical.iconBorderColor", cn.menuIconBorder)} 1px solid`, - backgroundColor: sn(e, "menu.vertical.iconBGColor", cn.menuIconBG), + border: `${Cn(e, "menu.vertical.iconBorderColor", sn.menuIconBorder)} 1px solid`, + backgroundColor: Cn(e, "menu.vertical.iconBGColor", sn.menuIconBG), }, "&.selected, &:hover": { - color: sn(e, "menu.vertical.hoverSelectedColor", cn.white), - background: sn( + color: Cn(e, "menu.vertical.hoverSelectedColor", sn.white), + background: Cn( e, "menu.vertical.hoverSelectedBackground", - cn.menuSelectedOption, + sn.menuSelectedOption, ), "& .iconContainer": { - border: `${sn(e, "menu.vertical.hoverSelectedIconBorder", cn.white)} 1px solid`, + border: `${Cn(e, "menu.vertical.hoverSelectedIconBorder", sn.white)} 1px solid`, }, }, }), - _N = m.div(({ theme: e }) => ({ + VN = m.div(({ theme: e }) => ({ display: "flex", flexDirection: "column", alignItems: "flex-start", @@ -61016,10 +61020,10 @@ const iN = ({ display: "flex", alignItems: "center", justifyContent: "center", - backgroundColor: sn( + backgroundColor: Cn( e, "menu.vertical.dropArrowBackground", - cn.menuDropArrowBackground, + sn.menuDropArrowBackground, ), width: 15, height: 15, @@ -61028,12 +61032,12 @@ const iN = ({ borderRadius: 2, }, })), - AN = m.button(({ theme: e }) => ({ - ...VN(e), + _N = m.button(({ theme: e }) => ({ + ...SN(e), "& .subOption": { padding: 0 }, })), - kN = m.a(({ theme: e }) => ({ ...VN(e), textDecoration: "none" })), - IN = m.span(({ theme: e }) => ({ + AN = m.a(({ theme: e }) => ({ ...SN(e), textDecoration: "none" })), + kN = m.span(({ theme: e }) => ({ display: "flex", alignItems: "center", gap: 22, @@ -61051,7 +61055,7 @@ const iN = ({ "& svg.badgeIcon": { width: 8, height: 8, - color: sn(e, "menu.vertical.notificationColor", cn.mainRed), + color: Cn(e, "menu.vertical.notificationColor", sn.mainRed), position: "absolute", top: 4, right: 3, @@ -61059,19 +61063,19 @@ const iN = ({ }, "& .labelContainer": { fontFamily: "'Geist', sans-serif", fontSize: 14 }, })), - ZN = ({ icon: e, name: n, badge: r }) => + IN = ({ icon: e, name: n, badge: r }) => t.createElement( - IN, + kN, { className: "option" }, t.createElement( "span", { className: "iconContainer" }, e, - r && t.createElement(hN, { className: "badgeIcon" }), + r && t.createElement(gN, { className: "badgeIcon" }), ), t.createElement("span", { className: "labelContainer" }, n), ), - BN = ({ + ZN = ({ children: e, icon: n, id: a, @@ -61098,13 +61102,13 @@ const iN = ({ return 0 === e.filter((e) => !1 !== e.isVisible).length ? null : t.createElement( - _N, + VN, null, t.createElement( - Pn, + Dn, { tooltip: d ? l : "", placement: "right" }, t.createElement( - AN, + _N, { id: a, type: "button", @@ -61113,23 +61117,23 @@ const iN = ({ }, className: "menuItemButton", }, - t.createElement(ZN, { icon: n, name: l, badge: !!s }), + t.createElement(IN, { icon: n, name: l, badge: !!s }), t.createElement( - Nn, + Tn, { className: "statusArrow" }, - m ? t.createElement(Vn, null) : t.createElement(Sn, null), + m ? t.createElement(Sn, null) : t.createElement(Nn, null), ), ), ), m && t.createElement( - Nn, + Tn, { className: "subItemsBox" }, e.map((e) => t.createElement( - Pn, + Dn, { tooltip: d ? e.name : "", placement: "right" }, - t.createElement(BN, { + t.createElement(ZN, { onClick: C, name: e.name, badge: e.badge, @@ -61152,19 +61156,19 @@ const iN = ({ ) ) return t.createElement( - Pn, + Dn, { tooltip: d ? l : "", placement: "right" }, t.createElement( - kN, + AN, { className: "menuItemButton", id: a, href: i, target: "_blank" }, - t.createElement(ZN, { icon: n, name: l, badge: !!s }), + t.createElement(IN, { icon: n, name: l, badge: !!s }), ), ); return t.createElement( - Pn, + Dn, { tooltip: d ? l : "", placement: "right" }, t.createElement( - AN, + _N, { className: "menuItemButton " + (g ? "selected" : ""), type: "button", @@ -61173,36 +61177,36 @@ const iN = ({ C && C(i || ""); }, }, - t.createElement(ZN, { icon: n, name: l, badge: !!s }), + t.createElement(IN, { icon: n, name: l, badge: !!s }), ), ); }, - ON = m.div(({ theme: e }) => ({ - borderBottom: `${sn(e, "menu.vertical.sectionDividerColor", cn.menuColorDivider)} 1px solid`, + BN = m.div(({ theme: e }) => ({ + borderBottom: `${Cn(e, "menu.vertical.sectionDividerColor", sn.menuColorDivider)} 1px solid`, margin: "30px 25px 0", paddingBottom: 5, userSelect: "none", "& > .labelHeader": { fontSize: 14, - color: sn(e, "menu.vertical.sectionLabelColor", cn.white), + color: Cn(e, "menu.vertical.sectionLabelColor", sn.white), paddingBottom: 6, display: "block", }, })), - DN = ({ label: e, divider: n }) => + ON = ({ label: e, divider: n }) => t.createElement( - ON, + BN, { className: "menuHeader", divider: n }, t.createElement("span", { className: "labelHeader" }, e), ), - PN = m.div(({ theme: e, sx: t }) => ({ + DN = m.div(({ theme: e, sx: t }) => ({ width: "100vw", height: "100vh", overflow: "auto", position: "fixed", top: 0, left: 0, - background: sn(e, "menu.vertical.background", cn.menuBackground), + background: Cn(e, "menu.vertical.background", sn.menuBackground), transitionDuration: "0.3s", "& .menuContainer": { height: "inherit", @@ -61216,7 +61220,7 @@ const iN = ({ "& > svg": { width: 20, height: 20, - color: sn(e, "menu.vertical.menuCollapseColor", cn.menuCollapseColor), + color: Cn(e, "menu.vertical.menuCollapseColor", sn.menuCollapseColor), }, }, }, @@ -61237,7 +61241,7 @@ const iN = ({ "& .menuHeaderContainer": { cursor: "pointer" }, ...V(t, e), })), - FN = ({ + PN = ({ applicationLogo: e, options: n, displayGroupTitles: r, @@ -61249,40 +61253,40 @@ const iN = ({ }) => { let c = ""; return t.createElement( - PN, + DN, null, t.createElement( - Nn, + Tn, { className: "menuContainer" }, t.createElement( - Nn, + Tn, { className: "menuHeaderContainer", onClick: i }, t.createElement( - Nn, + Tn, { className: "collapseButton" }, - t.createElement(SN, null), + t.createElement(NN, null), ), t.createElement( - Nn, + Tn, { className: "menuLogoContainer" }, - t.createElement(Lr, { inverse: !0, ...e }), + t.createElement(wr, { inverse: !0, ...e }), ), t.createElement( - Nn, + Tn, { className: "collapsedMenuHeader" }, t.createElement( - Pn, + Dn, { tooltip: "Expand Menu" }, t.createElement( "span", { className: "collapsedIcon" }, - t.createElement(NN, null), + t.createElement(TN, null), ), ), ), ), t.createElement( - Nn, + Tn, { className: "menuItems" }, n && n.map((e) => { @@ -61290,12 +61294,12 @@ const iN = ({ r && e.group && c !== e.group && - ((c = e.group), (n = t.createElement(DN, { label: e.group }))); + ((c = e.group), (n = t.createElement(ON, { label: e.group }))); return t.createElement( a, { key: `menu-section-${e.group}-${e.id}` }, n, - t.createElement(BN, { + t.createElement(ZN, { onClick: (t) => { if (e.onClick) return e.onClick(t), void i(); l(t), i(); @@ -61313,14 +61317,14 @@ const iN = ({ }), o && t.createElement( - Nn, + Tn, { sx: { marginTop: "auto" } }, s, - t.createElement(DN, { label: "" }), - t.createElement(BN, { + t.createElement(ON, { label: "" }), + t.createElement(ZN, { group: "common", name: "Sign Out", - icon: t.createElement(gN, null), + icon: t.createElement(pN, null), onClick: o, }), ), @@ -61328,15 +61332,15 @@ const iN = ({ ), ); }, - UN = m.div(({ theme: e, sx: t }) => ({ + FN = m.div(({ theme: e, sx: t }) => ({ "& .headerBar": { padding: 15, display: "flex", justifyContent: "space-between", - background: sn( + background: Cn( e, "menu.horizontal.menuHeaderBackground", - cn.menuBackground, + sn.menuBackground, ), alignItems: "center", "& svg": { width: 150 }, @@ -61354,7 +61358,7 @@ const iN = ({ }, ...V(t, e), })), - GN = ({ + UN = ({ applicationLogo: e, options: n, displayGroupTitles: r, @@ -61370,29 +61374,29 @@ const iN = ({ a, null, t.createElement( - UN, + FN, { className: "menuBox", sx: d }, t.createElement( - Nn, + Tn, { className: "headerBar" }, - t.createElement(Lr, { inverse: !0, ...e }), + t.createElement(wr, { inverse: !0, ...e }), t.createElement( - TT, + xT, { id: "menu-open", onClick: () => { m(!0); }, }, - t.createElement(TN, null), + t.createElement(xN, null), ), ), - C && t.createElement(Nn, null, "middleComponent"), - t.createElement(Nn, { className: "menuOpen" }), + C && t.createElement(Tn, null, "middleComponent"), + t.createElement(Tn, { className: "menuOpen" }), ), u && w( - t.createElement(FN, { + t.createElement(PN, { options: n, applicationLogo: e, callPathAction: i, @@ -61409,7 +61413,7 @@ const iN = ({ ), ); }, - zN = (t) => + GN = (t) => e.createElement( "svg", { @@ -61426,7 +61430,7 @@ const iN = ({ fill: "currentColor", }), ), - $N = m.div(({ theme: e, sx: t }) => ({ + zN = m.div(({ theme: e, sx: t }) => ({ width: 250, maxWidth: 250, minWidth: 250, @@ -61437,19 +61441,19 @@ const iN = ({ msOverflowStyle: "none", "&::-webkit-scrollbar": { width: 5 }, "&::-webkit-scrollbar-thumb": { - background: sn( + background: Cn( e, "menu.vertical.sectionDividerColor", - cn.menuColorDivider, + sn.menuColorDivider, ), borderRadius: 0, }, "&::-webkit-scrollbar-track": { - background: sn(e, "borderColor", cn.borderColor), - boxShadow: `inset 0px 0px 0px 0px ${sn(e, "borderColor", cn.borderColor)}`, + background: Cn(e, "borderColor", sn.borderColor), + boxShadow: `inset 0px 0px 0px 0px ${Cn(e, "borderColor", sn.borderColor)}`, borderRadius: 0, }, - background: sn(e, "menu.vertical.background", cn.menuBackground), + background: Cn(e, "menu.vertical.background", sn.menuBackground), transitionDuration: "0.3s", "& .menuContainer": { height: "inherit", @@ -61463,7 +61467,7 @@ const iN = ({ "& > svg": { width: 12, height: 12, - fill: sn(e, "menu.vertical.menuCollapseColor", cn.menuCollapseColor), + fill: Cn(e, "menu.vertical.menuCollapseColor", sn.menuCollapseColor), }, }, }, @@ -61471,7 +61475,7 @@ const iN = ({ position: "relative", margin: "20px 30px 0", paddingBottom: 20, - borderBottom: `${sn(e, "menu.vertical.sectionDividerColor", cn.menuColorDivider)} 1px solid`, + borderBottom: `${Cn(e, "menu.vertical.sectionDividerColor", sn.menuColorDivider)} 1px solid`, }, "& .collapsedMenuHeader": { display: "none" }, "& .menuItems": { display: "flex", flexDirection: "column", flexGrow: 1 }, @@ -61491,16 +61495,16 @@ const iN = ({ height: 43, minWidth: 43, minHeight: 43, - border: `${sn(e, "menu.vertical.iconBorderColor", cn.menuIconBorder)} 1px solid`, - backgroundColor: sn(e, "menu.vertical.iconBGColor", cn.menuIconBG), + border: `${Cn(e, "menu.vertical.iconBorderColor", sn.menuIconBorder)} 1px solid`, + backgroundColor: Cn(e, "menu.vertical.iconBGColor", sn.menuIconBG), borderRadius: "100%", margin: "25px 0", "&:hover": { - borderColor: sn(e, "menu.vertical.hoverSelectedIconBorder", cn.white), + borderColor: Cn(e, "menu.vertical.hoverSelectedIconBorder", sn.white), }, "& .collapsedIcon": { display: "inline-flex", - color: sn(e, "menu.vertical.menuCollapseColor", cn.menuCollapseColor), + color: Cn(e, "menu.vertical.menuCollapseColor", sn.menuCollapseColor), "& svg": { width: 30, height: 30 }, }, "& svg": { width: 36, height: 36 }, @@ -61525,7 +61529,7 @@ const iN = ({ }, ...V(t, e), })), - WN = ({ + $N = ({ applicationLogo: e, options: n, displayGroupTitles: r, @@ -61539,40 +61543,40 @@ const iN = ({ }) => { let u = ""; return t.createElement( - $N, + zN, { sx: d, className: "menuBox " + (i ? "" : "collapsed") }, t.createElement( - Nn, + Tn, { className: "menuContainer" }, t.createElement( - Nn, + Tn, { className: "menuHeaderContainer", onClick: C }, t.createElement( - Nn, + Tn, { className: "collapseButton" }, - t.createElement(zN, null), + t.createElement(GN, null), ), t.createElement( - Nn, + Tn, { className: "menuLogoContainer" }, - t.createElement(Lr, { inverse: !0, ...e }), + t.createElement(wr, { inverse: !0, ...e }), ), t.createElement( - Nn, + Tn, { className: "collapsedMenuHeader" }, t.createElement( - Pn, + Dn, { tooltip: "Expand Menu", placement: "right" }, t.createElement( "span", { className: "collapsedIcon" }, - t.createElement(NN, null), + t.createElement(TN, null), ), ), ), ), t.createElement( - Nn, + Tn, { className: "menuItems" }, n && n.map((e) => { @@ -61580,14 +61584,14 @@ const iN = ({ r && e.group && u !== e.group && - ((u = e.group), (n = t.createElement(DN, { label: e.group }))); + ((u = e.group), (n = t.createElement(ON, { label: e.group }))); return t.createElement( a, { key: `menu-section-${e.group || "common"}-${e.id || e.name}`, }, n, - t.createElement(BN, { + t.createElement(ZN, { onClick: (t) => { e.onClick ? e.onClick(t) : l(t); }, @@ -61605,15 +61609,15 @@ const iN = ({ }), o && t.createElement( - Nn, + Tn, { sx: { marginTop: "auto" } }, c, - t.createElement(DN, { label: "" }), - t.createElement(BN, { + t.createElement(ON, { label: "" }), + t.createElement(ZN, { id: "sign-out", group: "common", name: "Sign Out", - icon: t.createElement(gN, null), + icon: t.createElement(pN, null), onClick: o, visibleTooltip: !i, }), @@ -61622,28 +61626,28 @@ const iN = ({ ), ); }, - jN = ({ horizontal: e = !1, mobileModeAuto: n = !0, ...a }) => { + WN = ({ horizontal: e = !1, mobileModeAuto: n = !0, ...a }) => { const [l, i] = o(!1); return ( r(() => { - const e = Dr(() => { + const e = Or(() => { const e = document.documentElement.offsetWidth; i(e <= H.md); }, 400); window.addEventListener("resize", e); }), l && n - ? t.createElement(GN, { ...a }) + ? t.createElement(UN, { ...a }) : e - ? t.createElement(xN, { ...a }) + ? t.createElement(RN, { ...a }) : (a.middleComponent && console.warn( "Middle component is set, this cannot be rendered in Vertical Menu", ), - t.createElement(WN, { ...a })) + t.createElement($N, { ...a })) ); }, - qN = m.div( + jN = m.div( ({ theme: e, backgroundOverlay: t, @@ -61660,7 +61664,7 @@ const iN = ({ top: 0, left: 0, backgroundColor: t - ? sn(e, "modalBox.overlayColor", "#f08") + ? Cn(e, "modalBox.overlayColor", "#f08") : "transparent", display: "flex", alignItems: "center", @@ -61670,13 +61674,13 @@ const iN = ({ "&.active": { opacity: 1, transition: "opacity 0.3s" }, }, "& .modalContainer": { - color: sn(e, "fontColor", "#000"), + color: Cn(e, "fontColor", "#000"), width: "100%", maxWidth: n ? o : "100%", margin: 32, - backgroundColor: sn(e, "modalBox.containerColor", un.white), + backgroundColor: Cn(e, "modalBox.containerColor", dn.white), borderRadius: 12, - border: `1px solid ${sn(e, "modalBox.border", un.modalBorderColor)}`, + border: `1px solid ${Cn(e, "modalBox.border", dn.modalBorderColor)}`, boxShadow: "0px 4px 8px 0px rgba(121, 135, 151, 0.15), 0px 6px 12px 0px rgba(121, 135, 151, 0.15)", }, @@ -61686,7 +61690,7 @@ const iN = ({ alignItems: "flex-start", position: "relative", padding: "26px 24px", - backgroundColor: sn(e, "modalBox.border", un.modalBorderColor), + backgroundColor: Cn(e, "modalBox.border", dn.modalBorderColor), borderTopLeftRadius: 10, borderTopRightRadius: 10, "& .closeModalButton": { @@ -61697,15 +61701,15 @@ const iN = ({ border: "none", backgroundColor: "transparent", fontSize: 24, - color: sn(e, "modalBox.closeColor", "#FFF"), + color: Cn(e, "modalBox.closeColor", "#FFF"), padding: 0, borderRadius: "100%", width: 28, height: 28, "& > svg": { width: 18, height: 18 }, "&:hover": { - color: sn(e, "modalBox.closeHoverColor", "#EAEAEA"), - backgroundColor: sn(e, "modalBox.closeHoverBG", "#000"), + color: Cn(e, "modalBox.closeHoverColor", "#EAEAEA"), + backgroundColor: Cn(e, "modalBox.closeHoverBG", "#000"), }, }, "& .title": { @@ -61714,10 +61718,10 @@ const iN = ({ justifyContent: "flex-start", gap: 8, fontSize: 20, - color: sn(e, "modalBox.titleColor", un.modalTitleColor), + color: Cn(e, "modalBox.titleColor", dn.modalTitleColor), fontWeight: "500", "& > svg": { - color: sn(e, `modalBox.iconColor.${r}`, un.modalTitleColor), + color: Cn(e, `modalBox.iconColor.${r}`, dn.modalTitleColor), }, }, }, @@ -61730,7 +61734,7 @@ const iN = ({ ...V(a, e), }), ), - YN = ({ + qN = ({ onClose: e, open: n, title: a, @@ -61752,7 +61756,7 @@ const iN = ({ ) return null; const g = t.createElement( - qN, + jN, { widthLimit: i, backgroundOverlay: s, @@ -61762,28 +61766,28 @@ const iN = ({ className: "modalBoxMain", }, t.createElement( - Nn, + Tn, { className: "overlay " + (m ? "active" : "") }, t.createElement( - Nn, + Tn, { className: "modalContainer" }, t.createElement( - Nn, + Tn, { className: "modalTitleBar" }, - t.createElement(Nn, { className: "title" }, C, a), + t.createElement(Tn, { className: "title" }, C, a), t.createElement( "button", { className: "closeModalButton", id: "close", onClick: e }, - t.createElement(SN, null), + t.createElement(NN, null), ), ), - t.createElement(Nn, { className: "dialogContent" }, l), + t.createElement(Tn, { className: "dialogContent" }, l), ), ), ); return w(g, document.body); }, - KN = m.div.attrs(() => ({ className: "notification-alert" }))( + YN = m.div.attrs(() => ({ className: "notification-alert" }))( ({ theme: e, emphasisMode: t, @@ -61796,17 +61800,17 @@ const iN = ({ width: "100%", backgroundColor: "subtle" === t - ? sn( + ? Cn( e, `notificationAlert.${r}.highContrastBG`, b["Color/Brand/Error/colorPrimaryBg"].lightMode, ) - : sn( + : Cn( e, `notificationAlert.${r}.minimalContrastBG`, b["Color/Neutral/Bg/colorBgElevated"].lightMode, ), - border: `1px solid ${"subtle" === t ? sn(e, `notificationAlert.${r}.highContrastBorder`, b["Color/Brand/Error/colorPrimaryBg"].lightMode) : sn(e, `notificationAlert.${r}.minimalContrastBorder`, b["Color/Brand/Error/colorPrimaryBorder"].lightMode)}`, + border: `1px solid ${"subtle" === t ? Cn(e, `notificationAlert.${r}.highContrastBorder`, b["Color/Brand/Error/colorPrimaryBg"].lightMode) : Cn(e, `notificationAlert.${r}.minimalContrastBorder`, b["Color/Brand/Error/colorPrimaryBorder"].lightMode)}`, borderRadius: 8, gap: 8, alignItems: "banner" === o ? "center" : "flex-start", @@ -61815,7 +61819,7 @@ const iN = ({ "& .mainInfoContainer": { flexGrow: 1, width: "100%" }, "& .actionCardMode": { marginTop: 8 }, "& > svg": { - color: sn( + color: Cn( e, `notificationAlert.${r}.iconColor`, b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, @@ -61826,7 +61830,7 @@ const iN = ({ minHeight: 16, }, "& .dismissAlert": { - color: sn( + color: Cn( e, "notificationAlert.contentColor", b["Color/Neutral/Text/colorTextLabel"].lightMode, @@ -61869,7 +61873,7 @@ const iN = ({ fontWeight: 600, letterSpacing: "0.16px", lineHeight: 1, - color: sn( + color: Cn( e, "notificationAlert.titleColor", b["Color/Neutral/Text/colorTextHeading"].lightMode, @@ -61884,7 +61888,7 @@ const iN = ({ ...V(a, e), }), ), - XN = ({ + KN = ({ title: e = "", children: n, action: r, @@ -61901,21 +61905,21 @@ const iN = ({ g = C(() => { switch (i) { case "information": - return t.createElement(ko, null); + return t.createElement(Ao, null); case "success": - return t.createElement(Co, null); - case "warning": return t.createElement(io, null); + case "warning": + return t.createElement(lo, null); case "danger": - return t.createElement(Ao, null); - default: return t.createElement(_o, null); + default: + return t.createElement(Vo, null); } }, [i]); return c - ? t.createElement(oo, null) + ? t.createElement(ro, null) : t.createElement( - KN, + YN, { emphasisMode: l, shadow: s, @@ -61961,11 +61965,11 @@ const iN = ({ t.createElement( "button", { className: "dismissAlert", onClick: o }, - t.createElement(SN, null), + t.createElement(NN, null), ), ); }, - QN = m.span( + XN = m.span( ({ theme: e, sx: t, @@ -61994,12 +61998,12 @@ const iN = ({ minWidth: l ? 10 : 16, width: l ? 10 : "initial", height: l ? 10 : 16, - backgroundColor: sn( + backgroundColor: Cn( e, `notificationCount.${o}.backgroundColor`, b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, ), - color: sn( + color: Cn( e, `notificationCount.${o}.textColor`, b["Color/Brand/Neutral/colorPrimaryText"].lightMode, @@ -62012,7 +62016,7 @@ const iN = ({ ...V(t, e), }), ), - JN = ({ + QN = ({ sx: e, children: n, horizontalPosition: r = "right", @@ -62027,7 +62031,7 @@ const iN = ({ ...m }) => t.createElement( - QN, + XN, { horizontalPosition: r, verticalPosition: o, @@ -62046,7 +62050,7 @@ const iN = ({ C ? "" : t.createElement(a, null, u > c ? `${c}+` : u), ), ), - eS = f`0% { + JN = f`0% { opacity: 0; transform: translateY(-20%); } @@ -62056,7 +62060,7 @@ const iN = ({ 100% { transform: translateY(0); }`, - tS = m.div( + eS = m.div( ({ sx: e, theme: t }) => ({ boxSizing: "border-box", display: "flex", @@ -62073,12 +62077,12 @@ const iN = ({ }), v` .notification-alert { - animation-name: ${eS}; + animation-name: ${JN}; } `, ), - nS = ({ children: e, sx: n }) => t.createElement(tS, { sx: n }, e), - rS = m.div(({ theme: e, sx: t }) => ({ + tS = ({ children: e, sx: n }) => t.createElement(eS, { sx: n }, e), + nS = m.div(({ theme: e, sx: t }) => ({ display: "flex", flexDirection: "row", width: "100%", @@ -62101,23 +62105,23 @@ const iN = ({ "& .page-header-label,& .page-header-actions": { flexGrow: 1 }, ...V(t, e), })), - oS = m.div(({ theme: e }) => ({ - color: sn(e, "pageHeader.color", "#000"), + rS = m.div(({ theme: e }) => ({ + color: Cn(e, "pageHeader.color", "#000"), fontSize: 20, paddingLeft: 0, display: "flex", flexGrow: 1, marginRight: 0, - "& a": { color: sn(e, "pageHeader.color", "#000"), textDecoration: "none" }, + "& a": { color: Cn(e, "pageHeader.color", "#000"), textDecoration: "none" }, })), - aS = m.div(() => ({ + oS = m.div(() => ({ display: "flex", justifyContent: "center", alignItems: "center", flexGrow: 1, margin: "0 10px", })), - lS = m.div(() => ({ + aS = m.div(() => ({ display: "flex", justifyContent: "flex-end", paddingRight: 0, @@ -62125,53 +62129,53 @@ const iN = ({ marginLeft: 10, gap: 8, })), - iS = ({ label: e, middleComponent: n, actions: r, sx: o, ...a }) => + lS = ({ label: e, middleComponent: n, actions: r, sx: o, ...a }) => t.createElement( - rS, + nS, { ...a, sx: o, className: "page-header" }, t.createElement( - Nn, + Tn, { className: "page-header-label" }, - t.createElement(oS, null, e), + t.createElement(rS, null, e), ), n && t.createElement( - Nn, + Tn, { className: "page-header-middle" }, - t.createElement(aS, null, n), + t.createElement(oS, null, n), ), t.createElement( - Nn, + Tn, { className: "page-header-actions" }, - t.createElement(lS, null, r), + t.createElement(aS, null, r), ), ), - CS = m.div(({ theme: e, sx: t, variant: n }) => ({ + iS = m.div(({ theme: e, sx: t, variant: n }) => ({ boxSizing: "content-box", maxWidth: "constrained" === n ? 1220 : "initial", padding: 32, ...V(t, e), })), - sS = ({ sx: e, children: n, variant: r, className: o, ...a }) => + CS = ({ sx: e, children: n, variant: r, className: o, ...a }) => t.createElement( - CS, + iS, { className: "page-layout", sx: e, variant: r, ...a }, t.createElement( - go, + po, { container: !0 }, - t.createElement(go, { item: !0, xs: 12, className: o }, n), + t.createElement(po, { item: !0, xs: 12, className: o }, n), ), ), - cS = m.span(({ theme: e, sx: t, type: n }) => ({ - backgroundColor: sn( + sS = m.span(({ theme: e, sx: t, type: n }) => ({ + backgroundColor: Cn( e, `pill.${n}.bgColor`, b["Color/Brand/Neutral/colorPrimaryBg"].lightMode, ), - border: `1px solid ${sn(e, `pill.${n}.borderColor`, b["Color/Brand/Neutral/colorPrimary"].lightMode)}`, + border: `1px solid ${Cn(e, `pill.${n}.borderColor`, b["Color/Brand/Neutral/colorPrimary"].lightMode)}`, padding: "2px 4px", display: "inline-block", - color: sn( + color: Cn( e, `pill.${n}.labelColor`, b["Color/Brand/Neutral/colorPrimary"].lightMode, @@ -62186,16 +62190,16 @@ const iN = ({ userSelect: "none", ...V(t, e), })), - dS = ({ sx: e, type: n = "default", children: r, ...o }) => - t.createElement(cS, { sx: e, type: n, ...o }, r), - uS = { + cS = ({ sx: e, type: n = "default", children: r, ...o }) => + t.createElement(sS, { sx: e, type: n, ...o }, r), + dS = { blue: "main", red: "danger", green: "good", orange: "warning", grey: "disabled", }, - mS = m.div( + uS = m.div( ({ theme: e, sx: t, color: n, barHeight: r, transparentBG: o }) => ({ "& .progBlock": { display: "flex", alignItems: "center", gap: 10 }, "& .progressContainer": { @@ -62204,25 +62208,25 @@ const iN = ({ height: r, backgroundColor: o ? "transparent" - : sn(e, "boxBackground", cn.boxBackground), + : Cn(e, "boxBackground", sn.boxBackground), borderRadius: r, overflow: "hidden", }, "& .notificationLabel": { fontSize: 12, - color: sn(e, `signalColors.${uS[n || "blue"]}`, cn.mainBlue), + color: Cn(e, `signalColors.${dS[n || "blue"]}`, sn.mainBlue), }, "& .percentageBar": { display: "block", height: r, - backgroundColor: sn(e, `signalColors.${uS[n || "blue"]}`, cn.mainBlue), + backgroundColor: Cn(e, `signalColors.${dS[n || "blue"]}`, sn.mainBlue), transitionDuration: "0.1s", borderRadius: r, }, ...V(t, e), }), ), - pS = f`0% { + mS = f`0% { left: -100px; visibility: visible; width: 100px; @@ -62237,16 +62241,16 @@ const iN = ({ visibility: hidden; width: 100px; }`, - gS = m.div` + pS = m.div` width: 100px; - height: ${(e) => sn(e, "barHeight", 8)}px; + height: ${(e) => Cn(e, "barHeight", 8)}px; display: block; position: absolute; - border-radius: ${(e) => sn(e, "barHeight", 8)}px; - animation: ${pS} 1000ms linear infinite normal forwards; - background-color: ${(e) => sn(e.theme, `signalColors.${uS[e.color || "blue"]}`, cn.mainBlue)}; + border-radius: ${(e) => Cn(e, "barHeight", 8)}px; + animation: ${mS} 1000ms linear infinite normal forwards; + background-color: ${(e) => Cn(e.theme, `signalColors.${dS[e.color || "blue"]}`, sn.mainBlue)}; `, - hS = ({ + gS = ({ progressLabel: e = !1, sx: n, value: r = 0, @@ -62259,17 +62263,17 @@ const iN = ({ }) => { const c = (100 * r) / o; return t.createElement( - mS, + uS, { color: i, sx: n, barHeight: C, transparentBG: s }, t.createElement( - Nn, + Tn, { className: "progBlock" }, t.createElement( - Nn, + Tn, { className: "progressContainer" }, "indeterminate" === a - ? t.createElement(gS, { color: i, barHeight: C }) - : t.createElement(Nn, { + ? t.createElement(pS, { color: i, barHeight: C }) + : t.createElement(Tn, { className: "percentageBar", style: { width: `${c}%` }, }), @@ -62287,7 +62291,7 @@ const iN = ({ t.createElement("span", { className: "notificationLabel" }, l), ); }, - fS = m.label(({ sx: e, theme: t }) => ({ + hS = m.label(({ sx: e, theme: t }) => ({ "& input": { appearance: "none", backgroundColor: "transparent", @@ -62300,26 +62304,27 @@ const iN = ({ width: 16, height: 16, borderRadius: "100%", - border: `2px solid ${sn(t, "radioGroup.radioBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode)}`, - backgroundColor: sn( + border: `2px solid ${Cn(t, "radioGroup.radioBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode)}`, + backgroundColor: Cn( t, "radioGroup.radioBackground", b["Color/Neutral/Bg/colorBgShell"].lightMode, ), "&:hover": { - borderColor: sn( + borderColor: Cn( t, "radioGroup.radioHoverBorder", b["Color/Brand/Primary/colorPrimaryHover"].lightMode, ), + cursor: "pointer", }, "&.checked": { - borderColor: sn( + borderColor: Cn( t, "radioGroup.radioActiveBorder", b["Color/Brand/Primary/colorPrimary"].lightMode, ), - backgroundColor: sn( + backgroundColor: Cn( t, "radioGroup.radioActiveBackground", b["Color/Brand/Primary/colorPrimary"].lightMode, @@ -62330,7 +62335,7 @@ const iN = ({ display: "block", width: 8, height: 8, - backgroundColor: sn( + backgroundColor: Cn( t, "radioGroup.radioHoverActiveCheck", b["Color/Neutral/Text/colorTextLightSolid"].lightMode, @@ -62341,12 +62346,12 @@ const iN = ({ transform: "translateX(-50%) translateY(-50%)", }, "&:hover": { - backgroundColor: sn( + backgroundColor: Cn( t, "radioGroup.radioHoverActiveBackground", b["Color/Brand/Primary/colorPrimaryHover"].lightMode, ), - borderColor: sn( + borderColor: Cn( t, "radioGroup.radioHoverActiveBorder", b["Color/Brand/Primary/colorPrimaryHover"].lightMode, @@ -62356,28 +62361,29 @@ const iN = ({ }, "&:disabled": { "& ~ .radio": { - border: `2px solid ${sn(t, "radioGroup.radioDisabledBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode)}`, + border: `2px solid ${Cn(t, "radioGroup.radioDisabledBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode)}`, cursor: "not-allowed", boxShadow: "inset 0px 1px 3px rgba(240,240,240,0.1)", - backgroundColor: sn( + backgroundColor: Cn( t, "radioGroup.radioDisabledBackground", b["Color/Neutral/Bg/colorBgDisabled"].lightMode, ), "&:hover": { - borderColor: sn( + borderColor: Cn( t, "radioGroup.radioDisabledBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode, ), - backgroundColor: sn( + backgroundColor: Cn( t, "radioGroup.radioDisabledBackground", b["Color/Neutral/Border/colorBorderSubtle"].lightMode, ), + cursor: "not-allowed", }, "&.checked": { - backgroundColor: sn( + backgroundColor: Cn( t, "radioGroup.radioDisabledBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode, @@ -62386,7 +62392,7 @@ const iN = ({ }, "&:checked ~ .radio": { "&:before": { - backgroundColor: sn( + backgroundColor: Cn( t, "radioGroup.radioDisabledCheck", b["Color/Neutral/Text/colorTextLightSolid"].lightMode, @@ -62397,7 +62403,7 @@ const iN = ({ }, ...V(e, t), })), - vS = m.div(({ inColumn: e, theme: t }) => ({ + fS = m.div(({ inColumn: e, theme: t }) => ({ flexGrow: 1, width: "100%", display: "flex", @@ -62407,20 +62413,21 @@ const iN = ({ "& .optionLabel": { userSelect: "none", lineHeight: "20px", - color: sn( + color: Cn( t, "radioGroup.labelColor", b["Color/Neutral/Text/colorTextHeading"].lightMode, ), "& .subLabel": { - color: sn( + color: Cn( t, "radioGroup.subLabelColor", b["Color/Neutral/Text/colorTextLabel"].lightMode, ), }, + "&:hover": { cursor: "pointer" }, "&.disabled": { - color: sn( + color: Cn( t, "radioGroup.labelColor", b["Color/Neutral/Text/colorTextHeading"].lightMode, @@ -62429,11 +62436,11 @@ const iN = ({ }, }, })), - ES = m.div(() => ({ display: "flex", alignItems: "center", gap: 5 })), - wS = m.div(() => ({ + vS = m.div(() => ({ display: "flex", alignItems: "center", gap: 5 })), + ES = m.div(() => ({ "& .descriptionLabel": { display: "block", marginLeft: 21, marginTop: 4 }, })), - LS = ({ + wS = ({ tooltip: e, label: n, id: r, @@ -62449,7 +62456,7 @@ const iN = ({ helpTipPlacement: p, }) => t.createElement( - ta, + ea, { className: `inputItem ${i || ""}`, sx: { @@ -62462,7 +62469,7 @@ const iN = ({ }, "" !== n && t.createElement( - Mo, + bo, { htmlFor: r, helpTip: m, helpTipPlacement: p }, n, e && @@ -62471,14 +62478,14 @@ const iN = ({ "div", { className: "tooltipContainer" }, t.createElement( - Pn, + Dn, { tooltip: e, placement: "top" }, - t.createElement(so, null), + t.createElement(Co, null), ), ), ), t.createElement( - vS, + fS, { inColumn: u }, s && t.createElement( @@ -62486,20 +62493,20 @@ const iN = ({ null, s.map((e) => t.createElement( - wS, + ES, null, t.createElement( - ES, + vS, { key: `option-${r}-${e.value}` }, t.createElement( - fS, + hS, { htmlFor: `option-${r}-${e.value}`, sx: o }, t.createElement("input", { type: "radio", name: C, id: `option-${r}-${e.value}`, value: e.value, - defaultChecked: c === e.value, + checked: c === e.value, onChange: (t) => l(t, e.extraValue), disabled: d || !!e.disabled, }), @@ -62535,15 +62542,15 @@ const iN = ({ ), ), ), - bS = m.div(({ theme: e, sx: t, label: n, multiLine: r }) => ({ + LS = m.div(({ theme: e, sx: t, label: n, multiLine: r }) => ({ display: "flex", width: "" === n || r ? "100%" : "calc(100% - 170px)", alignItems: "center", "& .predefinedList": { - backgroundColor: sn(e, "readBox.backgroundColor", "#fbfafa"), - border: `${sn(e, "readBox.borderColor", "#e5e5e5")} 1px solid`, + backgroundColor: Cn(e, "readBox.backgroundColor", "#fbfafa"), + border: `${Cn(e, "readBox.borderColor", "#e5e5e5")} 1px solid`, padding: "12px 10px", - color: sn(e, "readBox.textColor", "#696969"), + color: Cn(e, "readBox.textColor", "#696969"), fontSize: 14, fontWeight: 400, minHeight: 41, @@ -62574,7 +62581,7 @@ const iN = ({ }, ...V(t, e), })), - MS = ({ + bS = ({ label: e = "", children: n, multiLine: r, @@ -62584,26 +62591,26 @@ const iN = ({ helpTipPlacement: i, }) => t.createElement( - bS, + LS, { className: "inputItem", label: e, multiLine: r, sx: a }, "" !== e && t.createElement( - Mo, + bo, { className: "inputLabel", helpTip: l, helpTipPlacement: i }, e, ), t.createElement( - Nn, + Tn, { className: "predefinedList " + (o ? "includesActionButton" : "") }, t.createElement( - Nn, + Tn, { className: r ? "innerContentMultiline" : "innerContent" }, n, ), - o && t.createElement(Nn, { className: "overlayShareOption" }, o), + o && t.createElement(Tn, { className: "overlayShareOption" }, o), ), ), - HS = (t) => + MS = (t) => e.createElement( "svg", { @@ -62620,7 +62627,7 @@ const iN = ({ fill: "currentColor", }), ), - yS = m.div(({ theme: e }) => ({ + HS = m.div(({ theme: e }) => ({ position: "relative", boxSizing: "border-box", height: 28, @@ -62631,20 +62638,20 @@ const iN = ({ transform: "translateY(-50%)", width: 16, height: 16, - color: sn( + color: Cn( e, "inputBox.placeholderColor", b["Color/Neutral/Text/colorTextPlaceholder"].lightMode, ), }, })), - RS = m.input(({ sx: e, theme: t }) => { - const n = sn( + yS = m.input(({ sx: e, theme: t }) => { + const n = Cn( t, "inputBox.border", b["Color/Neutral/Border/colorBorderSubtle"].lightMode, ), - r = sn( + r = Cn( t, "inputBox.hoverBorder", b["Color/Brand/Primary/colorPrimaryBorder"].lightMode, @@ -62658,7 +62665,7 @@ const iN = ({ paddingTop: 0, paddingLeft: 30, paddingBottom: 0, - color: sn( + color: Cn( t, "inputBox.color", b["Color/Neutral/Text/colorTextPlaceholder"].lightMode, @@ -62671,7 +62678,7 @@ const iN = ({ backgroundColor: "transparent", letterSpacing: "0.16px", "&:placeholder": { - color: sn( + color: Cn( t, "inputBox.placeholderColor", b["Color/Neutral/Text/colorTextPlaceholder"].lightMode, @@ -62686,23 +62693,23 @@ const iN = ({ boxShadow: "0px 0px 0px 2px rgba(43, 100, 229, 0.30)", }, "&:disabled": { - border: sn( + border: Cn( t, "inputBox.disabledBorder", b["Color/Neutral/Border/colorBorderSubtle"].lightMode, ), - backgroundColor: sn( + backgroundColor: Cn( t, "inputBox.disabledBackground", b["Color/Neutral/Bg/colorBgDisabled"].lightMode, ), - color: sn( + color: Cn( t, "inputBox.disabledText", b["Color/Neutral/Text/colorTextPlaceholder"].lightMode, ), "&:placeholder": { - color: sn( + color: Cn( t, "inputBox.disabledPlaceholder", b["Color/Neutral/Text/colorTextPlaceholder"].lightMode, @@ -62712,14 +62719,14 @@ const iN = ({ ...V(e, t), }; }), - xS = ({ id: e, icon: n, sx: r, placeholder: o, ...a }) => + RS = ({ id: e, icon: n, sx: r, placeholder: o, ...a }) => t.createElement( - yS, + HS, null, - n || t.createElement(HS, null), - t.createElement(RS, { id: e, sx: r, placeholder: o, ...a }), + n || t.createElement(MS, null), + t.createElement(yS, { id: e, sx: r, placeholder: o, ...a }), ), - TS = (t) => + xS = (t) => e.createElement( "svg", { @@ -62736,7 +62743,7 @@ const iN = ({ fill: "currentColor", }), ), - NS = (t) => + TS = (t) => e.createElement( "svg", { @@ -62753,7 +62760,7 @@ const iN = ({ fill: "currentColor", }), ), - SS = (t) => + NS = (t) => e.createElement( "svg", { @@ -62770,7 +62777,7 @@ const iN = ({ fill: "currentColor", }), ), - VS = (t) => + SS = (t) => e.createElement( "svg", { @@ -62787,7 +62794,7 @@ const iN = ({ fill: "currentColor", }), ), - _S = (t) => + VS = (t) => e.createElement( "svg", { @@ -62804,7 +62811,7 @@ const iN = ({ fill: "currentColor", }), ), - AS = (t) => + _S = (t) => e.createElement( "svg", { @@ -62821,7 +62828,7 @@ const iN = ({ fill: "currentColor", }), ), - kS = (t) => + AS = (t) => e.createElement( "svg", { @@ -62838,7 +62845,7 @@ const iN = ({ fill: "currentColor", }), ), - IS = (t) => + kS = (t) => e.createElement( "svg", { @@ -62855,7 +62862,7 @@ const iN = ({ fill: "currentColor", }), ), - ZS = (t) => + IS = (t) => e.createElement( "svg", { @@ -62872,7 +62879,7 @@ const iN = ({ fill: "currentColor", }), ), - BS = (t) => + ZS = (t) => e.createElement( "svg", { @@ -62889,7 +62896,7 @@ const iN = ({ fill: "currentColor", }), ), - OS = (t) => + BS = (t) => e.createElement( "svg", { @@ -62906,7 +62913,7 @@ const iN = ({ fill: "currentColor", }), ), - DS = (t) => + OS = (t) => e.createElement( "svg", { @@ -62923,7 +62930,7 @@ const iN = ({ fill: "currentColor", }), ), - PS = (t) => + DS = (t) => e.createElement( "svg", { @@ -62940,7 +62947,7 @@ const iN = ({ fill: "currentColor", }), ), - FS = (t) => + PS = (t) => e.createElement( "svg", { @@ -62957,7 +62964,7 @@ const iN = ({ fill: "currentColor", }), ), - US = (t) => + FS = (t) => e.createElement( "svg", { @@ -62974,7 +62981,7 @@ const iN = ({ fill: "currentColor", }), ), - GS = (t) => + US = (t) => e.createElement( "svg", { @@ -62991,7 +62998,7 @@ const iN = ({ fill: "currentColor", }), ), - zS = (t) => + GS = (t) => e.createElement( "svg", { @@ -63008,7 +63015,7 @@ const iN = ({ fill: "currentColor", }), ), - $S = (t) => + zS = (t) => e.createElement( "svg", { @@ -63025,7 +63032,7 @@ const iN = ({ fill: "currentColor", }), ), - WS = (t) => + $S = (t) => e.createElement( "svg", { @@ -63042,7 +63049,7 @@ const iN = ({ fill: "currentColor", }), ), - jS = (t) => + WS = (t) => e.createElement( "svg", { @@ -63059,7 +63066,7 @@ const iN = ({ fill: "currentColor", }), ), - qS = (t) => + jS = (t) => e.createElement( "svg", { @@ -63076,7 +63083,7 @@ const iN = ({ fill: "currentColor", }), ), - YS = (t) => + qS = (t) => e.createElement( "svg", { @@ -63093,7 +63100,7 @@ const iN = ({ fill: "currentColor", }), ), - KS = (t) => + YS = (t) => e.createElement( "svg", { @@ -63110,7 +63117,7 @@ const iN = ({ fill: "currentColor", }), ), - XS = (t) => + KS = (t) => e.createElement( "svg", { @@ -63127,7 +63134,7 @@ const iN = ({ fill: "currentColor", }), ), - QS = (t) => + XS = (t) => e.createElement( "svg", { @@ -63144,7 +63151,7 @@ const iN = ({ fill: "currentColor", }), ), - JS = (t) => + QS = (t) => e.createElement( "svg", { @@ -63161,7 +63168,7 @@ const iN = ({ fill: "currentColor", }), ), - eV = (t) => + JS = (t) => e.createElement( "svg", { @@ -63178,7 +63185,7 @@ const iN = ({ fill: "currentColor", }), ), - tV = (t) => + eV = (t) => e.createElement( "svg", { @@ -63195,7 +63202,7 @@ const iN = ({ fill: "currentColor", }), ), - nV = (t) => + tV = (t) => e.createElement( "svg", { @@ -63212,7 +63219,7 @@ const iN = ({ fill: "currentColor", }), ), - rV = (t) => + nV = (t) => e.createElement( "svg", { @@ -63229,7 +63236,7 @@ const iN = ({ fill: "currentColor", }), ), - oV = (t) => + rV = (t) => e.createElement( "svg", { @@ -63246,7 +63253,7 @@ const iN = ({ fill: "currentColor", }), ), - aV = (t) => + oV = (t) => e.createElement( "svg", { @@ -63263,7 +63270,7 @@ const iN = ({ fill: "currentColor", }), ), - lV = (t) => + aV = (t) => e.createElement( "svg", { @@ -63280,7 +63287,7 @@ const iN = ({ fill: "currentColor", }), ), - iV = (t) => + lV = (t) => e.createElement( "svg", { @@ -63297,7 +63304,7 @@ const iN = ({ fill: "currentColor", }), ), - CV = (t) => + iV = (t) => e.createElement( "svg", { @@ -63314,7 +63321,7 @@ const iN = ({ fill: "currentColor", }), ), - sV = (t) => + CV = (t) => e.createElement( "svg", { @@ -63331,7 +63338,7 @@ const iN = ({ fill: "currentColor", }), ), - cV = (t) => + sV = (t) => e.createElement( "svg", { @@ -63348,7 +63355,7 @@ const iN = ({ fill: "currentColor", }), ), - dV = (t) => + cV = (t) => e.createElement( "svg", { @@ -63365,7 +63372,7 @@ const iN = ({ fill: "currentColor", }), ), - uV = (t) => + dV = (t) => e.createElement( "svg", { @@ -63382,7 +63389,7 @@ const iN = ({ fill: "currentColor", }), ), - mV = (t) => + uV = (t) => e.createElement( "svg", { @@ -63399,7 +63406,7 @@ const iN = ({ fill: "currentColor", }), ), - pV = (t) => + mV = (t) => e.createElement( "svg", { @@ -63422,7 +63429,7 @@ const iN = ({ fill: "#3C54DE", }), ), - gV = (t) => + pV = (t) => e.createElement( "svg", { @@ -63439,7 +63446,7 @@ const iN = ({ fill: "currentColor", }), ), - hV = (t) => + gV = (t) => e.createElement( "svg", { @@ -63456,7 +63463,7 @@ const iN = ({ fill: "currentColor", }), ), - fV = (t) => + hV = (t) => e.createElement( "svg", { @@ -63473,7 +63480,7 @@ const iN = ({ fill: "currentColor", }), ), - vV = (t) => + fV = (t) => e.createElement( "svg", { @@ -63490,7 +63497,7 @@ const iN = ({ fill: "currentColor", }), ), - EV = (t) => + vV = (t) => e.createElement( "svg", { @@ -63507,7 +63514,7 @@ const iN = ({ fill: "currentColor", }), ), - wV = (t) => + EV = (t) => e.createElement( "svg", { @@ -63524,7 +63531,7 @@ const iN = ({ fill: "currentColor", }), ), - LV = (t) => + wV = (t) => e.createElement( "svg", { @@ -63541,7 +63548,7 @@ const iN = ({ fill: "currentColor", }), ), - bV = (t) => + LV = (t) => e.createElement( "svg", { @@ -63558,7 +63565,7 @@ const iN = ({ fill: "currentColor", }), ), - MV = (t) => + bV = (t) => e.createElement( "svg", { @@ -63575,7 +63582,7 @@ const iN = ({ fill: "currentColor", }), ), - HV = (t) => + MV = (t) => e.createElement( "svg", { @@ -63592,7 +63599,7 @@ const iN = ({ fill: "currentColor", }), ), - yV = (t) => + HV = (t) => e.createElement( "svg", { @@ -63609,7 +63616,7 @@ const iN = ({ fill: "currentColor", }), ), - RV = (t) => + yV = (t) => e.createElement( "svg", { @@ -63626,7 +63633,7 @@ const iN = ({ fill: "currentColor", }), ), - xV = (t) => + RV = (t) => e.createElement( "svg", { @@ -63643,7 +63650,7 @@ const iN = ({ fill: "currentColor", }), ), - TV = (t) => + xV = (t) => e.createElement( "svg", { @@ -63660,7 +63667,7 @@ const iN = ({ fill: "currentColor", }), ), - NV = (t) => + TV = (t) => e.createElement( "svg", { @@ -63677,7 +63684,7 @@ const iN = ({ fill: "currentColor", }), ), - SV = (t) => + NV = (t) => e.createElement( "svg", { @@ -63694,7 +63701,7 @@ const iN = ({ fill: "currentColor", }), ), - VV = (t) => + SV = (t) => e.createElement( "svg", { @@ -63711,7 +63718,7 @@ const iN = ({ fill: "currentColor", }), ), - _V = (t) => + VV = (t) => e.createElement( "svg", { @@ -63728,7 +63735,7 @@ const iN = ({ fill: "currentColor", }), ), - AV = (t) => + _V = (t) => e.createElement( "svg", { @@ -63745,7 +63752,7 @@ const iN = ({ fill: "currentColor", }), ), - kV = (t) => + AV = (t) => e.createElement( "svg", { @@ -63762,7 +63769,7 @@ const iN = ({ fill: "currentColor", }), ), - IV = (t) => + kV = (t) => e.createElement( "svg", { @@ -63779,7 +63786,7 @@ const iN = ({ fill: "currentColor", }), ), - ZV = (t) => + IV = (t) => e.createElement( "svg", { @@ -63796,7 +63803,7 @@ const iN = ({ fill: "currentColor", }), ), - BV = (t) => + ZV = (t) => e.createElement( "svg", { @@ -63813,7 +63820,7 @@ const iN = ({ fill: "currentColor", }), ), - OV = (t) => + BV = (t) => e.createElement( "svg", { @@ -63830,7 +63837,7 @@ const iN = ({ fill: "currentColor", }), ), - DV = (t) => + OV = (t) => e.createElement( "svg", { @@ -63847,7 +63854,7 @@ const iN = ({ fill: "currentColor", }), ), - PV = (t) => + DV = (t) => e.createElement( "svg", { @@ -63864,7 +63871,7 @@ const iN = ({ fill: "currentColor", }), ), - FV = (t) => + PV = (t) => e.createElement( "svg", { @@ -63881,7 +63888,7 @@ const iN = ({ fill: "currentColor", }), ), - UV = (t) => + FV = (t) => e.createElement( "svg", { @@ -63898,7 +63905,7 @@ const iN = ({ fill: "currentColor", }), ), - GV = (t) => + UV = (t) => e.createElement( "svg", { @@ -63915,7 +63922,7 @@ const iN = ({ fill: "currentColor", }), ), - zV = (t) => + GV = (t) => e.createElement( "svg", { @@ -63932,7 +63939,7 @@ const iN = ({ fill: "currentColor", }), ), - $V = (t) => + zV = (t) => e.createElement( "svg", { @@ -63949,7 +63956,7 @@ const iN = ({ fill: "currentColor", }), ), - WV = (t) => + $V = (t) => e.createElement( "svg", { @@ -63966,7 +63973,7 @@ const iN = ({ fill: "currentColor", }), ), - jV = (t) => + WV = (t) => e.createElement( "svg", { @@ -63983,7 +63990,7 @@ const iN = ({ fill: "currentColor", }), ), - qV = (t) => + jV = (t) => e.createElement( "svg", { @@ -64000,7 +64007,7 @@ const iN = ({ fill: "currentColor", }), ), - YV = (t) => + qV = (t) => e.createElement( "svg", { @@ -64017,7 +64024,7 @@ const iN = ({ fill: "currentColor", }), ), - KV = (t) => + YV = (t) => e.createElement( "svg", { @@ -64034,7 +64041,7 @@ const iN = ({ fill: "currentColor", }), ), - XV = (t) => + KV = (t) => e.createElement( "svg", { @@ -64051,7 +64058,7 @@ const iN = ({ fill: "currentColor", }), ), - QV = (t) => + XV = (t) => e.createElement( "svg", { @@ -64068,7 +64075,7 @@ const iN = ({ fill: "currentColor", }), ), - JV = (t) => + QV = (t) => e.createElement( "svg", { @@ -64085,7 +64092,7 @@ const iN = ({ fill: "currentColor", }), ), - e_ = (t) => + JV = (t) => e.createElement( "svg", { @@ -64102,7 +64109,7 @@ const iN = ({ fill: "currentColor", }), ), - t_ = (t) => + e_ = (t) => e.createElement( "svg", { @@ -64119,7 +64126,7 @@ const iN = ({ fill: "currentColor", }), ), - n_ = (t) => + t_ = (t) => e.createElement( "svg", { @@ -64136,7 +64143,7 @@ const iN = ({ fill: "currentColor", }), ), - r_ = (t) => + n_ = (t) => e.createElement( "svg", { @@ -64153,7 +64160,7 @@ const iN = ({ fill: "currentColor", }), ), - o_ = (t) => + r_ = (t) => e.createElement( "svg", { @@ -64170,7 +64177,7 @@ const iN = ({ fill: "currentColor", }), ), - a_ = (t) => + o_ = (t) => e.createElement( "svg", { @@ -64187,7 +64194,7 @@ const iN = ({ fill: "currentColor", }), ), - l_ = (t) => + a_ = (t) => e.createElement( "svg", { @@ -64204,7 +64211,7 @@ const iN = ({ fill: "currentColor", }), ), - i_ = (t) => + l_ = (t) => e.createElement( "svg", { @@ -64221,7 +64228,7 @@ const iN = ({ fill: "currentColor", }), ), - C_ = (t) => + i_ = (t) => e.createElement( "svg", { @@ -64238,7 +64245,7 @@ const iN = ({ fill: "currentColor", }), ), - s_ = (t) => + C_ = (t) => e.createElement( "svg", { @@ -64255,7 +64262,7 @@ const iN = ({ fill: "currentColor", }), ), - c_ = (t) => + s_ = (t) => e.createElement( "svg", { @@ -64272,7 +64279,7 @@ const iN = ({ fill: "currentColor", }), ), - d_ = (t) => + c_ = (t) => e.createElement( "svg", { @@ -64289,7 +64296,7 @@ const iN = ({ fill: "currentColor", }), ), - u_ = (t) => + d_ = (t) => e.createElement( "svg", { @@ -64306,7 +64313,7 @@ const iN = ({ fill: "currentColor", }), ), - m_ = (t) => + u_ = (t) => e.createElement( "svg", { @@ -64323,7 +64330,7 @@ const iN = ({ fill: "currentColor", }), ), - p_ = (t) => + m_ = (t) => e.createElement( "svg", { @@ -64340,7 +64347,7 @@ const iN = ({ fill: "currentColor", }), ), - g_ = (t) => + p_ = (t) => e.createElement( "svg", { @@ -64357,7 +64364,7 @@ const iN = ({ fill: "currentColor", }), ), - h_ = (t) => + g_ = (t) => e.createElement( "svg", { @@ -64374,7 +64381,7 @@ const iN = ({ fill: "currentColor", }), ), - f_ = (t) => + h_ = (t) => e.createElement( "svg", { @@ -64391,7 +64398,7 @@ const iN = ({ fill: "currentColor", }), ), - v_ = (t) => + f_ = (t) => e.createElement( "svg", { @@ -64408,7 +64415,7 @@ const iN = ({ fill: "currentColor", }), ), - E_ = (t) => + v_ = (t) => e.createElement( "svg", { @@ -64425,7 +64432,7 @@ const iN = ({ fill: "currentColor", }), ), - w_ = (t) => + E_ = (t) => e.createElement( "svg", { @@ -64442,7 +64449,7 @@ const iN = ({ fill: "currentColor", }), ), - L_ = (t) => + w_ = (t) => e.createElement( "svg", { @@ -64459,7 +64466,7 @@ const iN = ({ fill: "currentColor", }), ), - b_ = (t) => + L_ = (t) => e.createElement( "svg", { @@ -64476,7 +64483,7 @@ const iN = ({ fill: "currentColor", }), ), - M_ = (t) => + b_ = (t) => e.createElement( "svg", { @@ -64493,7 +64500,7 @@ const iN = ({ fill: "currentColor", }), ), - H_ = (t) => + M_ = (t) => e.createElement( "svg", { @@ -64510,7 +64517,7 @@ const iN = ({ fill: "currentColor", }), ), - y_ = (t) => + H_ = (t) => e.createElement( "svg", { @@ -64527,7 +64534,7 @@ const iN = ({ fill: "currentColor", }), ), - R_ = (t) => + y_ = (t) => e.createElement( "svg", { @@ -64544,7 +64551,7 @@ const iN = ({ fill: "currentColor", }), ), - x_ = (t) => + R_ = (t) => e.createElement( "svg", { @@ -64626,7 +64633,7 @@ const iN = ({ ), ), ), - T_ = (t) => + x_ = (t) => e.createElement( "svg", { @@ -64643,7 +64650,7 @@ const iN = ({ fill: "currentColor", }), ), - N_ = (t) => + T_ = (t) => e.createElement( "svg", { @@ -64660,7 +64667,7 @@ const iN = ({ fill: "currentColor", }), ), - S_ = (t) => + N_ = (t) => e.createElement( "svg", { @@ -64677,7 +64684,7 @@ const iN = ({ fill: "currentColor", }), ), - V_ = (t) => + S_ = (t) => e.createElement( "svg", { @@ -64694,7 +64701,7 @@ const iN = ({ fill: "currentColor", }), ), - __ = (t) => + V_ = (t) => e.createElement( "svg", { @@ -64711,7 +64718,7 @@ const iN = ({ fill: "currentColor", }), ), - A_ = (t) => + __ = (t) => e.createElement( "svg", { @@ -64728,7 +64735,7 @@ const iN = ({ fill: "currentColor", }), ), - k_ = (t) => + A_ = (t) => e.createElement( "svg", { @@ -64745,7 +64752,7 @@ const iN = ({ fill: "currentColor", }), ), - I_ = (t) => + k_ = (t) => e.createElement( "svg", { @@ -64762,7 +64769,7 @@ const iN = ({ fill: "currentColor", }), ), - Z_ = (t) => + I_ = (t) => e.createElement( "svg", { @@ -64779,7 +64786,7 @@ const iN = ({ fill: "currentColor", }), ), - B_ = (t) => + Z_ = (t) => e.createElement( "svg", { @@ -64796,7 +64803,7 @@ const iN = ({ fill: "currentColor", }), ), - O_ = (t) => + B_ = (t) => e.createElement( "svg", { @@ -64813,7 +64820,7 @@ const iN = ({ fill: "currentColor", }), ), - D_ = (t) => + O_ = (t) => e.createElement( "svg", { @@ -64830,7 +64837,7 @@ const iN = ({ fill: "currentColor", }), ), - P_ = (t) => + D_ = (t) => e.createElement( "svg", { @@ -64847,7 +64854,7 @@ const iN = ({ fill: "currentColor", }), ), - F_ = (t) => + P_ = (t) => e.createElement( "svg", { @@ -64864,7 +64871,7 @@ const iN = ({ fill: "currentColor", }), ), - U_ = (t) => + F_ = (t) => e.createElement( "svg", { @@ -64881,7 +64888,7 @@ const iN = ({ fill: "currentColor", }), ), - G_ = (t) => + U_ = (t) => e.createElement( "svg", { @@ -64898,7 +64905,7 @@ const iN = ({ fill: "currentColor", }), ), - z_ = (t) => + G_ = (t) => e.createElement( "svg", { @@ -64915,7 +64922,7 @@ const iN = ({ fill: "currentColor", }), ), - $_ = (t) => + z_ = (t) => e.createElement( "svg", { @@ -64932,7 +64939,7 @@ const iN = ({ fill: "currentColor", }), ), - W_ = (t) => + $_ = (t) => e.createElement( "svg", { @@ -64949,7 +64956,7 @@ const iN = ({ fill: "currentColor", }), ), - j_ = (t) => + W_ = (t) => e.createElement( "svg", { @@ -64966,7 +64973,7 @@ const iN = ({ fill: "currentColor", }), ), - q_ = (t) => + j_ = (t) => e.createElement( "svg", { @@ -64983,7 +64990,7 @@ const iN = ({ fill: "currentColor", }), ), - Y_ = (t) => + q_ = (t) => e.createElement( "svg", { @@ -65000,7 +65007,7 @@ const iN = ({ fill: "currentColor", }), ), - K_ = (t) => + Y_ = (t) => e.createElement( "svg", { @@ -65017,7 +65024,7 @@ const iN = ({ fill: "currentColor", }), ), - X_ = (t) => + K_ = (t) => e.createElement( "svg", { @@ -65034,7 +65041,7 @@ const iN = ({ fill: "currentColor", }), ), - Q_ = (t) => + X_ = (t) => e.createElement( "svg", { @@ -65051,7 +65058,7 @@ const iN = ({ fill: "currentColor", }), ), - J_ = (t) => + Q_ = (t) => e.createElement( "svg", { @@ -65068,7 +65075,7 @@ const iN = ({ fill: "currentColor", }), ), - eA = (t) => + J_ = (t) => e.createElement( "svg", { @@ -65085,7 +65092,7 @@ const iN = ({ fill: "currentColor", }), ), - tA = (t) => + eA = (t) => e.createElement( "svg", { @@ -65102,7 +65109,7 @@ const iN = ({ fill: "currentColor", }), ), - nA = (t) => + tA = (t) => e.createElement( "svg", { @@ -65119,7 +65126,7 @@ const iN = ({ fill: "currentColor", }), ), - rA = (t) => + nA = (t) => e.createElement( "svg", { @@ -65136,7 +65143,7 @@ const iN = ({ fill: "currentColor", }), ), - oA = (t) => + rA = (t) => e.createElement( "svg", { @@ -65153,7 +65160,7 @@ const iN = ({ fill: "currentColor", }), ), - aA = (t) => + oA = (t) => e.createElement( "svg", { @@ -65170,7 +65177,7 @@ const iN = ({ fill: "currentColor", }), ), - lA = (t) => + aA = (t) => e.createElement( "svg", { @@ -65233,7 +65240,7 @@ const iN = ({ fill: "#455A64", }), ), - iA = (t) => + lA = (t) => e.createElement( "svg", { @@ -65250,7 +65257,7 @@ const iN = ({ fill: "currentColor", }), ), - CA = (t) => + iA = (t) => e.createElement( "svg", { @@ -65267,7 +65274,7 @@ const iN = ({ fill: "currentColor", }), ), - sA = (t) => + CA = (t) => e.createElement( "svg", { @@ -65284,7 +65291,7 @@ const iN = ({ fill: "currentColor", }), ), - cA = (t) => + sA = (t) => e.createElement( "svg", { @@ -65301,7 +65308,7 @@ const iN = ({ fill: "currentColor", }), ), - dA = (t) => + cA = (t) => e.createElement( "svg", { @@ -65318,7 +65325,7 @@ const iN = ({ fill: "currentColor", }), ), - uA = (t) => + dA = (t) => e.createElement( "svg", { @@ -65335,7 +65342,7 @@ const iN = ({ fill: "currentColor", }), ), - mA = (t) => + uA = (t) => e.createElement( "svg", { @@ -65352,7 +65359,7 @@ const iN = ({ fill: "currentColor", }), ), - pA = (t) => + mA = (t) => e.createElement( "svg", { @@ -65369,7 +65376,7 @@ const iN = ({ fill: "currentColor", }), ), - gA = (t) => + pA = (t) => e.createElement( "svg", { @@ -65386,7 +65393,7 @@ const iN = ({ fill: "currentColor", }), ), - hA = (t) => + gA = (t) => e.createElement( "svg", { @@ -65403,7 +65410,7 @@ const iN = ({ fill: "currentColor", }), ), - fA = (t) => + hA = (t) => e.createElement( "svg", { @@ -65420,7 +65427,7 @@ const iN = ({ fill: "currentColor", }), ), - vA = (t) => + fA = (t) => e.createElement( "svg", { @@ -65437,7 +65444,7 @@ const iN = ({ fill: "currentColor", }), ), - EA = (t) => + vA = (t) => e.createElement( "svg", { @@ -65454,7 +65461,7 @@ const iN = ({ fill: "currentColor", }), ), - wA = (t) => + EA = (t) => e.createElement( "svg", { @@ -65471,7 +65478,7 @@ const iN = ({ fill: "currentColor", }), ), - LA = (t) => + wA = (t) => e.createElement( "svg", { @@ -65488,7 +65495,7 @@ const iN = ({ fill: "currentColor", }), ), - bA = (t) => + LA = (t) => e.createElement( "svg", { @@ -65505,7 +65512,7 @@ const iN = ({ fill: "currentColor", }), ), - MA = (t) => + bA = (t) => e.createElement( "svg", { @@ -65522,7 +65529,7 @@ const iN = ({ fill: "currentColor", }), ), - HA = (t) => + MA = (t) => e.createElement( "svg", { @@ -65545,7 +65552,7 @@ const iN = ({ fill: "currentColor", }), ), - yA = (t) => + HA = (t) => e.createElement( "svg", { @@ -65562,7 +65569,7 @@ const iN = ({ fill: "currentColor", }), ), - RA = (t) => + yA = (t) => e.createElement( "svg", { @@ -65579,7 +65586,7 @@ const iN = ({ fill: "currentColor", }), ), - xA = (t) => + RA = (t) => e.createElement( "svg", { @@ -65596,7 +65603,7 @@ const iN = ({ fill: "currentColor", }), ), - TA = (t) => + xA = (t) => e.createElement( "svg", { @@ -65613,7 +65620,7 @@ const iN = ({ fill: "currentColor", }), ), - NA = (t) => + TA = (t) => e.createElement( "svg", { @@ -65630,7 +65637,7 @@ const iN = ({ fill: "currentColor", }), ), - SA = (t) => + NA = (t) => e.createElement( "svg", { @@ -65665,7 +65672,7 @@ const iN = ({ fill: "currentColor", }), ), - VA = (t) => + SA = (t) => e.createElement( "svg", { @@ -65682,7 +65689,7 @@ const iN = ({ fill: "currentColor", }), ), - _A = (t) => + VA = (t) => e.createElement( "svg", { @@ -65699,7 +65706,7 @@ const iN = ({ fill: "currentColor", }), ), - AA = (t) => + _A = (t) => e.createElement( "svg", { @@ -65716,7 +65723,7 @@ const iN = ({ fill: "currentColor", }), ), - kA = (t) => + AA = (t) => e.createElement( "svg", { @@ -65733,7 +65740,7 @@ const iN = ({ fill: "currentColor", }), ), - IA = (t) => + kA = (t) => e.createElement( "svg", { @@ -65750,7 +65757,7 @@ const iN = ({ fill: "currentColor", }), ), - ZA = (t) => + IA = (t) => e.createElement( "svg", { @@ -65767,7 +65774,7 @@ const iN = ({ fill: "currentColor", }), ), - BA = (t) => + ZA = (t) => e.createElement( "svg", { @@ -65784,7 +65791,7 @@ const iN = ({ fill: "currentColor", }), ), - OA = (t) => + BA = (t) => e.createElement( "svg", { @@ -65801,7 +65808,7 @@ const iN = ({ fill: "currentColor", }), ), - DA = (t) => + OA = (t) => e.createElement( "svg", { @@ -65818,7 +65825,7 @@ const iN = ({ fill: "currentColor", }), ), - PA = (t) => + DA = (t) => e.createElement( "svg", { @@ -65835,7 +65842,7 @@ const iN = ({ fill: "currentColor", }), ), - FA = (t) => + PA = (t) => e.createElement( "svg", { @@ -65852,7 +65859,7 @@ const iN = ({ fill: "currentColor", }), ), - UA = (t) => + FA = (t) => e.createElement( "svg", { @@ -65869,7 +65876,7 @@ const iN = ({ fill: "currentColor", }), ), - GA = (t) => + UA = (t) => e.createElement( "svg", { @@ -65886,7 +65893,7 @@ const iN = ({ fill: "currentColor", }), ), - zA = (t) => + GA = (t) => e.createElement( "svg", { @@ -65903,7 +65910,7 @@ const iN = ({ fill: "currentColor", }), ), - $A = (t) => + zA = (t) => e.createElement( "svg", { @@ -65920,7 +65927,7 @@ const iN = ({ fill: "currentColor", }), ), - WA = (t) => + $A = (t) => e.createElement( "svg", { @@ -65937,7 +65944,7 @@ const iN = ({ fill: "currentColor", }), ), - jA = (t) => + WA = (t) => e.createElement( "svg", { @@ -65954,7 +65961,7 @@ const iN = ({ fill: "currentColor", }), ), - qA = (t) => + jA = (t) => e.createElement( "svg", { @@ -65971,7 +65978,7 @@ const iN = ({ fill: "currentColor", }), ), - YA = (t) => + qA = (t) => e.createElement( "svg", { @@ -65988,7 +65995,7 @@ const iN = ({ fill: "currentColor", }), ), - KA = (t) => + YA = (t) => e.createElement( "svg", { @@ -66005,7 +66012,7 @@ const iN = ({ fill: "currentColor", }), ), - XA = (t) => + KA = (t) => e.createElement( "svg", { @@ -66022,7 +66029,7 @@ const iN = ({ fill: "currentColor", }), ), - QA = (t) => + XA = (t) => e.createElement( "svg", { @@ -66039,7 +66046,7 @@ const iN = ({ fill: "currentColor", }), ), - JA = (t) => + QA = (t) => e.createElement( "svg", { @@ -66056,7 +66063,7 @@ const iN = ({ fill: "currentColor", }), ), - ek = (t) => + JA = (t) => e.createElement( "svg", { @@ -66073,7 +66080,7 @@ const iN = ({ fill: "currentColor", }), ), - tk = (t) => + ek = (t) => e.createElement( "svg", { @@ -66090,7 +66097,7 @@ const iN = ({ fill: "currentColor", }), ), - nk = (t) => + tk = (t) => e.createElement( "svg", { @@ -66107,7 +66114,7 @@ const iN = ({ fill: "currentColor", }), ), - rk = (t) => + nk = (t) => e.createElement( "svg", { @@ -66124,7 +66131,7 @@ const iN = ({ fill: "currentColor", }), ), - ok = (t) => + rk = (t) => e.createElement( "svg", { @@ -66141,7 +66148,7 @@ const iN = ({ fill: "currentColor", }), ), - ak = (t) => + ok = (t) => e.createElement( "svg", { @@ -66158,7 +66165,7 @@ const iN = ({ fill: "currentColor", }), ), - lk = (t) => + ak = (t) => e.createElement( "svg", { @@ -66175,7 +66182,7 @@ const iN = ({ fill: "currentColor", }), ), - ik = (t) => + lk = (t) => e.createElement( "svg", { @@ -66192,7 +66199,7 @@ const iN = ({ fill: "currentColor", }), ), - Ck = (t) => + ik = (t) => e.createElement( "svg", { @@ -66209,7 +66216,7 @@ const iN = ({ fill: "currentColor", }), ), - sk = (t) => + Ck = (t) => e.createElement( "svg", { @@ -66226,7 +66233,7 @@ const iN = ({ fill: "currentColor", }), ), - ck = (t) => + sk = (t) => e.createElement( "svg", { @@ -66243,7 +66250,7 @@ const iN = ({ fill: "currentColor", }), ), - dk = (t) => + ck = (t) => e.createElement( "svg", { @@ -66260,7 +66267,7 @@ const iN = ({ fill: "currentColor", }), ), - uk = (t) => + dk = (t) => e.createElement( "svg", { @@ -66277,7 +66284,7 @@ const iN = ({ fill: "currentColor", }), ), - mk = (t) => + uk = (t) => e.createElement( "svg", { @@ -66294,7 +66301,7 @@ const iN = ({ fill: "currentColor", }), ), - pk = (t) => + mk = (t) => e.createElement( "svg", { @@ -66311,7 +66318,7 @@ const iN = ({ fill: "currentColor", }), ), - gk = (t) => + pk = (t) => e.createElement( "svg", { @@ -66328,7 +66335,7 @@ const iN = ({ fill: "currentColor", }), ), - hk = (t) => + gk = (t) => e.createElement( "svg", { @@ -66345,7 +66352,7 @@ const iN = ({ fill: "currentColor", }), ), - fk = (t) => + hk = (t) => e.createElement( "svg", { @@ -66362,7 +66369,7 @@ const iN = ({ fill: "currentColor", }), ), - vk = (t) => + fk = (t) => e.createElement( "svg", { @@ -66379,7 +66386,7 @@ const iN = ({ fill: "currentColor", }), ), - Ek = (t) => + vk = (t) => e.createElement( "svg", { @@ -66396,7 +66403,7 @@ const iN = ({ fill: "currentColor", }), ), - wk = (t) => + Ek = (t) => e.createElement( "svg", { @@ -66413,7 +66420,7 @@ const iN = ({ fill: "currentColor", }), ), - Lk = (t) => + wk = (t) => e.createElement( "svg", { @@ -66430,7 +66437,7 @@ const iN = ({ fill: "currentColor", }), ), - bk = (t) => + Lk = (t) => e.createElement( "svg", { @@ -66447,7 +66454,7 @@ const iN = ({ fill: "currentColor", }), ), - Mk = (t) => + bk = (t) => e.createElement( "svg", { @@ -66464,7 +66471,7 @@ const iN = ({ fill: "currentColor", }), ), - Hk = (t) => + Mk = (t) => e.createElement( "svg", { @@ -66481,7 +66488,7 @@ const iN = ({ fill: "currentColor", }), ), - yk = (t) => + Hk = (t) => e.createElement( "svg", { @@ -66498,7 +66505,7 @@ const iN = ({ fill: "currentColor", }), ), - Rk = (t) => + yk = (t) => e.createElement( "svg", { @@ -66515,7 +66522,7 @@ const iN = ({ fill: "currentColor", }), ), - xk = (t) => + Rk = (t) => e.createElement( "svg", { @@ -66532,7 +66539,7 @@ const iN = ({ fill: "currentColor", }), ), - Tk = (t) => + xk = (t) => e.createElement( "svg", { @@ -66549,7 +66556,7 @@ const iN = ({ fill: "currentColor", }), ), - Nk = (t) => + Tk = (t) => e.createElement( "svg", { @@ -66566,7 +66573,7 @@ const iN = ({ fill: "currentColor", }), ), - Sk = (t) => + Nk = (t) => e.createElement( "svg", { @@ -66583,7 +66590,7 @@ const iN = ({ fill: "currentColor", }), ), - Vk = (t) => + Sk = (t) => e.createElement( "svg", { @@ -66600,7 +66607,7 @@ const iN = ({ fill: "currentColor", }), ), - _k = (t) => + Vk = (t) => e.createElement( "svg", { @@ -66617,7 +66624,7 @@ const iN = ({ fill: "currentColor", }), ), - Ak = (t) => + _k = (t) => e.createElement( "svg", { @@ -66634,7 +66641,7 @@ const iN = ({ fill: "currentColor", }), ), - kk = (t) => + Ak = (t) => e.createElement( "svg", { @@ -66651,7 +66658,7 @@ const iN = ({ fill: "currentColor", }), ), - Ik = (t) => + kk = (t) => e.createElement( "svg", { @@ -66668,7 +66675,7 @@ const iN = ({ fill: "currentColor", }), ), - Zk = (t) => + Ik = (t) => e.createElement( "svg", { @@ -66685,7 +66692,7 @@ const iN = ({ fill: "currentColor", }), ), - Bk = (t) => + Zk = (t) => e.createElement( "svg", { @@ -66702,7 +66709,7 @@ const iN = ({ fill: "currentColor", }), ), - Ok = (t) => + Bk = (t) => e.createElement( "svg", { @@ -66719,7 +66726,7 @@ const iN = ({ fill: "currentColor", }), ), - Dk = (t) => + Ok = (t) => e.createElement( "svg", { @@ -66736,7 +66743,7 @@ const iN = ({ fill: "currentColor", }), ), - Pk = (t) => + Dk = (t) => e.createElement( "svg", { @@ -66753,7 +66760,7 @@ const iN = ({ fill: "currentColor", }), ), - Fk = (t) => + Pk = (t) => e.createElement( "svg", { @@ -66770,7 +66777,7 @@ const iN = ({ fill: "currentColor", }), ), - Uk = (t) => + Fk = (t) => e.createElement( "svg", { @@ -66787,7 +66794,7 @@ const iN = ({ fill: "currentColor", }), ), - Gk = (t) => + Uk = (t) => e.createElement( "svg", { @@ -66804,7 +66811,7 @@ const iN = ({ fill: "currentColor", }), ), - zk = (t) => + Gk = (t) => e.createElement( "svg", { @@ -66821,7 +66828,7 @@ const iN = ({ fill: "currentColor", }), ), - $k = (t) => + zk = (t) => e.createElement( "svg", { @@ -66850,7 +66857,7 @@ const iN = ({ fill: "currentColor", }), ), - Wk = (t) => + $k = (t) => e.createElement( "svg", { @@ -66875,7 +66882,7 @@ const iN = ({ fill: "currentColor", }), ), - jk = (t) => + Wk = (t) => e.createElement( "svg", { @@ -66902,7 +66909,7 @@ const iN = ({ fill: "currentColor", }), ), - qk = (t) => + jk = (t) => e.createElement( "svg", { @@ -66919,7 +66926,7 @@ const iN = ({ fill: "currentColor", }), ), - Yk = (t) => + qk = (t) => e.createElement( "svg", { @@ -66936,7 +66943,7 @@ const iN = ({ fill: "currentColor", }), ), - Kk = (t) => + Yk = (t) => e.createElement( "svg", { @@ -66953,7 +66960,7 @@ const iN = ({ fill: "currentColor", }), ), - Xk = (t) => + Kk = (t) => e.createElement( "svg", { @@ -66970,7 +66977,7 @@ const iN = ({ fill: "currentColor", }), ), - Qk = (t) => + Xk = (t) => e.createElement( "svg", { @@ -66987,7 +66994,7 @@ const iN = ({ fill: "currentColor", }), ), - Jk = (t) => + Qk = (t) => e.createElement( "svg", { @@ -67004,7 +67011,7 @@ const iN = ({ fill: "currentColor", }), ), - eI = (t) => + Jk = (t) => e.createElement( "svg", { @@ -67021,7 +67028,7 @@ const iN = ({ fill: "currentColor", }), ), - tI = (t) => + eI = (t) => e.createElement( "svg", { @@ -67038,7 +67045,7 @@ const iN = ({ fill: "currentColor", }), ), - nI = (t) => + tI = (t) => e.createElement( "svg", { @@ -67055,7 +67062,7 @@ const iN = ({ fill: "currentColor", }), ), - rI = (t) => + nI = (t) => e.createElement( "svg", { @@ -67072,7 +67079,7 @@ const iN = ({ fill: "currentColor", }), ), - oI = (t) => + rI = (t) => e.createElement( "svg", { @@ -67089,7 +67096,7 @@ const iN = ({ fill: "currentColor", }), ), - aI = (t) => + oI = (t) => e.createElement( "svg", { @@ -67106,7 +67113,7 @@ const iN = ({ fill: "currentColor", }), ), - lI = (t) => + aI = (t) => e.createElement( "svg", { @@ -67123,7 +67130,7 @@ const iN = ({ fill: "currentColor", }), ), - iI = (t) => + lI = (t) => e.createElement( "svg", { @@ -67140,7 +67147,7 @@ const iN = ({ fill: "currentColor", }), ), - CI = (t) => + iI = (t) => e.createElement( "svg", { @@ -67157,7 +67164,7 @@ const iN = ({ fill: "currentColor", }), ), - sI = (t) => + CI = (t) => e.createElement( "svg", { @@ -67174,7 +67181,7 @@ const iN = ({ fill: "currentColor", }), ), - cI = (t) => + sI = (t) => e.createElement( "svg", { @@ -67191,7 +67198,7 @@ const iN = ({ fill: "currentColor", }), ), - dI = (t) => + cI = (t) => e.createElement( "svg", { @@ -67208,7 +67215,7 @@ const iN = ({ fill: "currentColor", }), ), - uI = (t) => + dI = (t) => e.createElement( "svg", { @@ -67225,7 +67232,7 @@ const iN = ({ fill: "currentColor", }), ), - mI = (t) => + uI = (t) => e.createElement( "svg", { @@ -67242,7 +67249,7 @@ const iN = ({ fill: "currentColor", }), ), - pI = (t) => + mI = (t) => e.createElement( "svg", { @@ -67259,7 +67266,7 @@ const iN = ({ fill: "currentColor", }), ), - gI = (t) => + pI = (t) => e.createElement( "svg", { @@ -67276,7 +67283,7 @@ const iN = ({ fill: "currentColor", }), ), - hI = (t) => + gI = (t) => e.createElement( "svg", { @@ -67293,7 +67300,7 @@ const iN = ({ fill: "currentColor", }), ), - fI = (t) => + hI = (t) => e.createElement( "svg", { @@ -67310,7 +67317,7 @@ const iN = ({ fill: "currentColor", }), ), - vI = (t) => + fI = (t) => e.createElement( "svg", { @@ -67327,7 +67334,7 @@ const iN = ({ fill: "currentColor", }), ), - EI = (t) => + vI = (t) => e.createElement( "svg", { @@ -67344,7 +67351,7 @@ const iN = ({ fill: "currentColor", }), ), - wI = (t) => + EI = (t) => e.createElement( "svg", { @@ -67361,7 +67368,7 @@ const iN = ({ fill: "currentColor", }), ), - LI = (t) => + wI = (t) => e.createElement( "svg", { @@ -67378,7 +67385,7 @@ const iN = ({ fill: "currentColor", }), ), - bI = (t) => + LI = (t) => e.createElement( "svg", { @@ -67395,7 +67402,7 @@ const iN = ({ fill: "currentColor", }), ), - MI = (t) => + bI = (t) => e.createElement( "svg", { @@ -67412,7 +67419,7 @@ const iN = ({ fill: "currentColor", }), ), - HI = (t) => + MI = (t) => e.createElement( "svg", { @@ -67429,7 +67436,7 @@ const iN = ({ fill: "currentColor", }), ), - yI = (t) => + HI = (t) => e.createElement( "svg", { @@ -67446,7 +67453,7 @@ const iN = ({ fill: "currentColor", }), ), - RI = (t) => + yI = (t) => e.createElement( "svg", { @@ -67463,7 +67470,7 @@ const iN = ({ fill: "currentColor", }), ), - xI = (t) => + RI = (t) => e.createElement( "svg", { @@ -67480,7 +67487,7 @@ const iN = ({ fill: "currentColor", }), ), - TI = (t) => + xI = (t) => e.createElement( "svg", { @@ -67497,7 +67504,7 @@ const iN = ({ fill: "currentColor", }), ), - NI = (t) => + TI = (t) => e.createElement( "svg", { @@ -67514,7 +67521,7 @@ const iN = ({ fill: "currentColor", }), ), - SI = (t) => + NI = (t) => e.createElement( "svg", { @@ -67531,7 +67538,7 @@ const iN = ({ fill: "currentColor", }), ), - VI = (t) => + SI = (t) => e.createElement( "svg", { @@ -67546,7 +67553,7 @@ const iN = ({ fill: "currentColor", }), ), - _I = (t) => + VI = (t) => e.createElement( "svg", { @@ -67563,7 +67570,7 @@ const iN = ({ fill: "currentColor", }), ), - AI = (t) => + _I = (t) => e.createElement( "svg", { @@ -67580,7 +67587,7 @@ const iN = ({ fill: "currentColor", }), ), - kI = (t) => + AI = (t) => e.createElement( "svg", { @@ -67597,7 +67604,7 @@ const iN = ({ fill: "currentColor", }), ), - II = (t) => + kI = (t) => e.createElement( "svg", { @@ -67614,7 +67621,7 @@ const iN = ({ fill: "currentColor", }), ), - ZI = (t) => + II = (t) => e.createElement( "svg", { @@ -67631,7 +67638,7 @@ const iN = ({ fill: "currentColor", }), ), - BI = (t) => + ZI = (t) => e.createElement( "svg", { @@ -67648,7 +67655,7 @@ const iN = ({ fill: "currentColor", }), ), - OI = (t) => + BI = (t) => e.createElement( "svg", { @@ -67665,7 +67672,7 @@ const iN = ({ fill: "currentColor", }), ), - DI = (t) => + OI = (t) => e.createElement( "svg", { @@ -67682,7 +67689,7 @@ const iN = ({ fill: "currentColor", }), ), - PI = (t) => + DI = (t) => e.createElement( "svg", { @@ -67699,7 +67706,7 @@ const iN = ({ fill: "currentColor", }), ), - FI = (t) => + PI = (t) => e.createElement( "svg", { @@ -67716,7 +67723,7 @@ const iN = ({ fill: "currentColor", }), ), - UI = (t) => + FI = (t) => e.createElement( "svg", { @@ -67751,7 +67758,7 @@ const iN = ({ fill: "currentColor", }), ), - GI = (t) => + UI = (t) => e.createElement( "svg", { @@ -67768,7 +67775,7 @@ const iN = ({ fill: "currentColor", }), ), - zI = (t) => + GI = (t) => e.createElement( "svg", { @@ -67785,7 +67792,7 @@ const iN = ({ fill: "currentColor", }), ), - $I = (t) => + zI = (t) => e.createElement( "svg", { @@ -67802,7 +67809,7 @@ const iN = ({ fill: "currentColor", }), ), - WI = (t) => + $I = (t) => e.createElement( "svg", { @@ -67819,7 +67826,7 @@ const iN = ({ fill: "currentColor", }), ), - jI = (t) => + WI = (t) => e.createElement( "svg", { @@ -67836,7 +67843,7 @@ const iN = ({ fill: "currentColor", }), ), - qI = (t) => + jI = (t) => e.createElement( "svg", { @@ -67853,7 +67860,7 @@ const iN = ({ fill: "currentColor", }), ), - YI = (t) => + qI = (t) => e.createElement( "svg", { @@ -67870,7 +67877,7 @@ const iN = ({ fill: "currentColor", }), ), - KI = (t) => + YI = (t) => e.createElement( "svg", { @@ -67887,7 +67894,7 @@ const iN = ({ fill: "currentColor", }), ), - XI = (t) => + KI = (t) => e.createElement( "svg", { @@ -67904,7 +67911,7 @@ const iN = ({ fill: "currentColor", }), ), - QI = (t) => + XI = (t) => e.createElement( "svg", { @@ -67921,7 +67928,7 @@ const iN = ({ fill: "currentColor", }), ), - JI = (t) => + QI = (t) => e.createElement( "svg", { @@ -67938,7 +67945,7 @@ const iN = ({ fill: "currentColor", }), ), - eZ = (t) => + JI = (t) => e.createElement( "svg", { @@ -67955,7 +67962,7 @@ const iN = ({ fill: "currentColor", }), ), - tZ = (t) => + eZ = (t) => e.createElement( "svg", { @@ -67972,7 +67979,7 @@ const iN = ({ fill: "currentColor", }), ), - nZ = (t) => + tZ = (t) => e.createElement( "svg", { @@ -67989,7 +67996,7 @@ const iN = ({ fill: "currentColor", }), ), - rZ = (t) => + nZ = (t) => e.createElement( "svg", { @@ -68006,7 +68013,7 @@ const iN = ({ fill: "currentColor", }), ), - oZ = (t) => + rZ = (t) => e.createElement( "svg", { @@ -68023,7 +68030,7 @@ const iN = ({ fill: "currentColor", }), ), - aZ = (t) => + oZ = (t) => e.createElement( "svg", { @@ -68040,7 +68047,7 @@ const iN = ({ fill: "currentColor", }), ), - lZ = (t) => + aZ = (t) => e.createElement( "svg", { @@ -68057,7 +68064,7 @@ const iN = ({ fill: "currentColor", }), ), - iZ = (t) => + lZ = (t) => e.createElement( "svg", { @@ -68074,7 +68081,7 @@ const iN = ({ fill: "currentColor", }), ), - CZ = (t) => + iZ = (t) => e.createElement( "svg", { @@ -68091,7 +68098,7 @@ const iN = ({ fill: "currentColor", }), ), - sZ = (t) => + CZ = (t) => e.createElement( "svg", { @@ -68108,7 +68115,7 @@ const iN = ({ fill: "currentColor", }), ), - cZ = (t) => + sZ = (t) => e.createElement( "svg", { @@ -68125,7 +68132,7 @@ const iN = ({ fill: "currentColor", }), ), - dZ = (t) => + cZ = (t) => e.createElement( "svg", { @@ -68142,7 +68149,7 @@ const iN = ({ fill: "currentColor", }), ), - uZ = (t) => + dZ = (t) => e.createElement( "svg", { @@ -68159,7 +68166,7 @@ const iN = ({ fill: "currentColor", }), ), - mZ = (t) => + uZ = (t) => e.createElement( "svg", { @@ -68176,7 +68183,7 @@ const iN = ({ fill: "currentColor", }), ), - pZ = (t) => + mZ = (t) => e.createElement( "svg", { @@ -68193,7 +68200,7 @@ const iN = ({ fill: "currentColor", }), ), - gZ = (t) => + pZ = (t) => e.createElement( "svg", { @@ -68210,7 +68217,7 @@ const iN = ({ fill: "currentColor", }), ), - hZ = (t) => + gZ = (t) => e.createElement( "svg", { @@ -68227,7 +68234,7 @@ const iN = ({ fill: "currentColor", }), ), - fZ = (t) => + hZ = (t) => e.createElement( "svg", { @@ -68244,7 +68251,7 @@ const iN = ({ fill: "currentColor", }), ), - vZ = (t) => + fZ = (t) => e.createElement( "svg", { @@ -68261,7 +68268,7 @@ const iN = ({ fill: "currentColor", }), ), - EZ = (t) => + vZ = (t) => e.createElement( "svg", { @@ -68278,7 +68285,7 @@ const iN = ({ fill: "currentColor", }), ), - wZ = (t) => + EZ = (t) => e.createElement( "svg", { @@ -68295,7 +68302,7 @@ const iN = ({ fill: "currentColor", }), ), - LZ = (t) => + wZ = (t) => e.createElement( "svg", { @@ -68312,7 +68319,7 @@ const iN = ({ fill: "currentColor", }), ), - bZ = (t) => + LZ = (t) => e.createElement( "svg", { @@ -68329,7 +68336,7 @@ const iN = ({ fill: "currentColor", }), ), - MZ = (t) => + bZ = (t) => e.createElement( "svg", { @@ -68346,7 +68353,7 @@ const iN = ({ fill: "currentColor", }), ), - HZ = (t) => + MZ = (t) => e.createElement( "svg", { @@ -68363,7 +68370,7 @@ const iN = ({ fill: "currentColor", }), ), - yZ = (t) => + HZ = (t) => e.createElement( "svg", { @@ -68380,7 +68387,7 @@ const iN = ({ fill: "currentColor", }), ), - RZ = (t) => + yZ = (t) => e.createElement( "svg", { @@ -68397,7 +68404,7 @@ const iN = ({ fill: "currentColor", }), ), - xZ = (t) => + RZ = (t) => e.createElement( "svg", { @@ -68414,7 +68421,7 @@ const iN = ({ fill: "currentColor", }), ), - TZ = (t) => + xZ = (t) => e.createElement( "svg", { @@ -68434,7 +68441,7 @@ const iN = ({ fill: "currentColor", }), ), - NZ = (t) => + TZ = (t) => e.createElement( "svg", { @@ -68451,7 +68458,7 @@ const iN = ({ fill: "currentColor", }), ), - SZ = (t) => + NZ = (t) => e.createElement( "svg", { @@ -68468,7 +68475,7 @@ const iN = ({ fill: "currentColor", }), ), - VZ = (t) => + SZ = (t) => e.createElement( "svg", { @@ -68485,7 +68492,7 @@ const iN = ({ fill: "currentColor", }), ), - _Z = (t) => + VZ = (t) => e.createElement( "svg", { @@ -68502,7 +68509,7 @@ const iN = ({ fill: "currentColor", }), ), - AZ = (t) => + _Z = (t) => e.createElement( "svg", { @@ -68519,7 +68526,7 @@ const iN = ({ fill: "currentColor", }), ), - kZ = (t) => + AZ = (t) => e.createElement( "svg", { @@ -68536,7 +68543,7 @@ const iN = ({ fill: "currentColor", }), ), - IZ = (t) => + kZ = (t) => e.createElement( "svg", { @@ -68553,7 +68560,7 @@ const iN = ({ fill: "currentColor", }), ), - ZZ = (t) => + IZ = (t) => e.createElement( "svg", { @@ -68570,7 +68577,7 @@ const iN = ({ fill: "currentColor", }), ), - BZ = (t) => + ZZ = (t) => e.createElement( "svg", { @@ -68587,7 +68594,7 @@ const iN = ({ fill: "currentColor", }), ), - OZ = (t) => + BZ = (t) => e.createElement( "svg", { @@ -68604,7 +68611,7 @@ const iN = ({ fill: "currentColor", }), ), - DZ = (t) => + OZ = (t) => e.createElement( "svg", { @@ -68621,7 +68628,7 @@ const iN = ({ fill: "currentColor", }), ), - PZ = (t) => + DZ = (t) => e.createElement( "svg", { @@ -68638,7 +68645,7 @@ const iN = ({ fill: "currentColor", }), ), - FZ = (t) => + PZ = (t) => e.createElement( "svg", { @@ -68655,7 +68662,7 @@ const iN = ({ fill: "currentColor", }), ), - UZ = (t) => + FZ = (t) => e.createElement( "svg", { @@ -68672,7 +68679,7 @@ const iN = ({ fill: "currentColor", }), ), - GZ = (t) => + UZ = (t) => e.createElement( "svg", { @@ -68689,7 +68696,7 @@ const iN = ({ fill: "currentColor", }), ), - zZ = (t) => + GZ = (t) => e.createElement( "svg", { @@ -68706,7 +68713,7 @@ const iN = ({ fill: "currentColor", }), ), - $Z = (t) => + zZ = (t) => e.createElement( "svg", { @@ -68723,7 +68730,7 @@ const iN = ({ fill: "currentColor", }), ), - WZ = (t) => + $Z = (t) => e.createElement( "svg", { @@ -68740,7 +68747,7 @@ const iN = ({ fill: "currentColor", }), ), - jZ = (t) => + WZ = (t) => e.createElement( "svg", { @@ -68757,7 +68764,7 @@ const iN = ({ fill: "currentColor", }), ), - qZ = (t) => + jZ = (t) => e.createElement( "svg", { @@ -68774,7 +68781,7 @@ const iN = ({ fill: "currentColor", }), ), - YZ = (t) => + qZ = (t) => e.createElement( "svg", { @@ -68791,7 +68798,7 @@ const iN = ({ fill: "currentColor", }), ), - KZ = (t) => + YZ = (t) => e.createElement( "svg", { @@ -68808,7 +68815,7 @@ const iN = ({ fill: "currentColor", }), ), - XZ = (t) => + KZ = (t) => e.createElement( "svg", { @@ -68825,7 +68832,7 @@ const iN = ({ fill: "currentColor", }), ), - QZ = (t) => + XZ = (t) => e.createElement( "svg", { @@ -68842,7 +68849,7 @@ const iN = ({ fill: "currentColor", }), ), - JZ = (t) => + QZ = (t) => e.createElement( "svg", { @@ -68859,7 +68866,7 @@ const iN = ({ fill: "currentColor", }), ), - eB = (t) => + JZ = (t) => e.createElement( "svg", { @@ -68876,7 +68883,7 @@ const iN = ({ fill: "currentColor", }), ), - tB = (t) => + eB = (t) => e.createElement( "svg", { @@ -68893,7 +68900,7 @@ const iN = ({ fill: "currentColor", }), ), - nB = (t) => + tB = (t) => e.createElement( "svg", { @@ -68910,7 +68917,7 @@ const iN = ({ fill: "currentColor", }), ), - rB = (t) => + nB = (t) => e.createElement( "svg", { @@ -68927,7 +68934,7 @@ const iN = ({ fill: "currentColor", }), ), - oB = (t) => + rB = (t) => e.createElement( "svg", { @@ -68944,7 +68951,7 @@ const iN = ({ fill: "currentColor", }), ), - aB = (t) => + oB = (t) => e.createElement( "svg", { @@ -68961,7 +68968,7 @@ const iN = ({ fill: "currentColor", }), ), - lB = (t) => + aB = (t) => e.createElement( "svg", { @@ -68978,7 +68985,7 @@ const iN = ({ fill: "currentColor", }), ), - iB = (t) => + lB = (t) => e.createElement( "svg", { @@ -68995,7 +69002,7 @@ const iN = ({ fill: "currentColor", }), ), - CB = (t) => + iB = (t) => e.createElement( "svg", { @@ -69012,7 +69019,7 @@ const iN = ({ fill: "currentColor", }), ), - sB = (t) => + CB = (t) => e.createElement( "svg", { @@ -69029,7 +69036,7 @@ const iN = ({ fill: "currentColor", }), ), - cB = (t) => + sB = (t) => e.createElement( "svg", { @@ -69046,7 +69053,7 @@ const iN = ({ fill: "currentColor", }), ), - dB = (t) => + cB = (t) => e.createElement( "svg", { @@ -69063,7 +69070,7 @@ const iN = ({ fill: "currentColor", }), ), - uB = (t) => + dB = (t) => e.createElement( "svg", { @@ -69080,7 +69087,7 @@ const iN = ({ fill: "currentColor", }), ), - mB = (t) => + uB = (t) => e.createElement( "svg", { @@ -69097,7 +69104,7 @@ const iN = ({ fill: "currentColor", }), ), - pB = (t) => + mB = (t) => e.createElement( "svg", { @@ -69114,7 +69121,7 @@ const iN = ({ fill: "currentColor", }), ), - gB = (t) => + pB = (t) => e.createElement( "svg", { @@ -69131,7 +69138,7 @@ const iN = ({ fill: "currentColor", }), ), - hB = (t) => + gB = (t) => e.createElement( "svg", { @@ -69148,7 +69155,7 @@ const iN = ({ fill: "currentColor", }), ), - fB = (t) => + hB = (t) => e.createElement( "svg", { @@ -69165,7 +69172,7 @@ const iN = ({ fill: "currentColor", }), ), - vB = (t) => + fB = (t) => e.createElement( "svg", { @@ -69182,7 +69189,7 @@ const iN = ({ fill: "currentColor", }), ), - EB = (t) => + vB = (t) => e.createElement( "svg", { @@ -69199,7 +69206,7 @@ const iN = ({ fill: "currentColor", }), ), - wB = (t) => + EB = (t) => e.createElement( "svg", { @@ -69216,7 +69223,7 @@ const iN = ({ fill: "currentColor", }), ), - LB = (t) => + wB = (t) => e.createElement( "svg", { @@ -69233,7 +69240,7 @@ const iN = ({ fill: "currentColor", }), ), - bB = (t) => + LB = (t) => e.createElement( "svg", { @@ -69250,7 +69257,7 @@ const iN = ({ fill: "currentColor", }), ), - MB = (t) => + bB = (t) => e.createElement( "svg", { @@ -69267,7 +69274,7 @@ const iN = ({ fill: "currentColor", }), ), - HB = (t) => + MB = (t) => e.createElement( "svg", { @@ -69284,7 +69291,7 @@ const iN = ({ fill: "currentColor", }), ), - yB = (t) => + HB = (t) => e.createElement( "svg", { @@ -69301,7 +69308,7 @@ const iN = ({ fill: "currentColor", }), ), - RB = (t) => + yB = (t) => e.createElement( "svg", { @@ -69318,7 +69325,7 @@ const iN = ({ fill: "currentColor", }), ), - xB = (t) => + RB = (t) => e.createElement( "svg", { @@ -69335,7 +69342,7 @@ const iN = ({ fill: "currentColor", }), ), - TB = (t) => + xB = (t) => e.createElement( "svg", { @@ -69352,7 +69359,7 @@ const iN = ({ fill: "currentColor", }), ), - NB = (t) => + TB = (t) => e.createElement( "svg", { @@ -69369,7 +69376,7 @@ const iN = ({ fill: "currentColor", }), ), - SB = (t) => + NB = (t) => e.createElement( "svg", { @@ -69386,7 +69393,7 @@ const iN = ({ fill: "currentColor", }), ), - VB = (t) => + SB = (t) => e.createElement( "svg", { @@ -69403,7 +69410,7 @@ const iN = ({ fill: "currentColor", }), ), - _B = (t) => + VB = (t) => e.createElement( "svg", { @@ -69424,7 +69431,7 @@ const iN = ({ fill: "currentColor", }), ), - AB = (t) => + _B = (t) => e.createElement( "svg", { @@ -69445,7 +69452,7 @@ const iN = ({ fill: "currentColor", }), ), - kB = (t) => + AB = (t) => e.createElement( "svg", { @@ -69464,7 +69471,7 @@ const iN = ({ fill: "currentColor", }), ), - IB = (t) => + kB = (t) => e.createElement( "svg", { @@ -69503,7 +69510,7 @@ const iN = ({ fill: "currentColor", }), ), - ZB = (t) => + IB = (t) => e.createElement( "svg", { @@ -69528,7 +69535,7 @@ const iN = ({ fill: "currentColor", }), ), - BB = (t) => + ZB = (t) => e.createElement( "svg", { @@ -69545,7 +69552,7 @@ const iN = ({ fill: "currentColor", }), ), - OB = (t) => + BB = (t) => e.createElement( "svg", { @@ -69562,7 +69569,7 @@ const iN = ({ fill: "currentColor", }), ), - DB = (t) => + OB = (t) => e.createElement( "svg", { @@ -69579,7 +69586,7 @@ const iN = ({ fill: "currentColor", }), ), - PB = (t) => + DB = (t) => e.createElement( "svg", { @@ -69596,7 +69603,7 @@ const iN = ({ fill: "currentColor", }), ), - FB = (t) => + PB = (t) => e.createElement( "svg", { @@ -69613,7 +69620,7 @@ const iN = ({ fill: "currentColor", }), ), - UB = (t) => + FB = (t) => e.createElement( "svg", { @@ -69630,7 +69637,7 @@ const iN = ({ fill: "currentColor", }), ), - GB = (t) => + UB = (t) => e.createElement( "svg", { @@ -69647,7 +69654,7 @@ const iN = ({ fill: "currentColor", }), ), - zB = (t) => + GB = (t) => e.createElement( "svg", { @@ -69664,7 +69671,7 @@ const iN = ({ fill: "currentColor", }), ), - $B = (t) => + zB = (t) => e.createElement( "svg", { @@ -69681,7 +69688,7 @@ const iN = ({ fill: "currentColor", }), ), - WB = (t) => + $B = (t) => e.createElement( "svg", { @@ -69698,7 +69705,7 @@ const iN = ({ fill: "currentColor", }), ), - jB = (t) => + WB = (t) => e.createElement( "svg", { @@ -69715,7 +69722,7 @@ const iN = ({ fill: "currentColor", }), ), - qB = (t) => + jB = (t) => e.createElement( "svg", { @@ -69732,7 +69739,7 @@ const iN = ({ fill: "currentColor", }), ), - YB = (t) => + qB = (t) => e.createElement( "svg", { @@ -69749,7 +69756,7 @@ const iN = ({ fill: "currentColor", }), ), - KB = (t) => + YB = (t) => e.createElement( "svg", { @@ -69766,7 +69773,7 @@ const iN = ({ fill: "currentColor", }), ), - XB = (t) => + KB = (t) => e.createElement( "svg", { @@ -69783,7 +69790,7 @@ const iN = ({ fill: "currentColor", }), ), - QB = (t) => + XB = (t) => e.createElement( "svg", { @@ -69800,7 +69807,7 @@ const iN = ({ fill: "currentColor", }), ), - JB = (t) => + QB = (t) => e.createElement( "svg", { @@ -69817,7 +69824,7 @@ const iN = ({ fill: "currentColor", }), ), - eO = (t) => + JB = (t) => e.createElement( "svg", { @@ -69834,7 +69841,7 @@ const iN = ({ fill: "currentColor", }), ), - tO = (t) => + eO = (t) => e.createElement( "svg", { @@ -69851,7 +69858,7 @@ const iN = ({ fill: "currentColor", }), ), - nO = (t) => + tO = (t) => e.createElement( "svg", { @@ -69868,7 +69875,7 @@ const iN = ({ fill: "currentColor", }), ), - rO = (t) => + nO = (t) => e.createElement( "svg", { @@ -69885,7 +69892,7 @@ const iN = ({ fill: "currentColor", }), ), - oO = (t) => + rO = (t) => e.createElement( "svg", { @@ -69906,7 +69913,7 @@ const iN = ({ fill: "currentColor", }), ), - aO = (t) => + oO = (t) => e.createElement( "svg", { @@ -69923,7 +69930,7 @@ const iN = ({ fill: "currentColor", }), ), - lO = (t) => + aO = (t) => e.createElement( "svg", { @@ -69940,7 +69947,7 @@ const iN = ({ fill: "currentColor", }), ), - iO = (t) => + lO = (t) => e.createElement( "svg", { @@ -69957,7 +69964,7 @@ const iN = ({ fill: "currentColor", }), ), - CO = (t) => + iO = (t) => e.createElement( "svg", { @@ -69974,7 +69981,7 @@ const iN = ({ fill: "currentColor", }), ), - sO = (t) => + CO = (t) => e.createElement( "svg", { @@ -69991,7 +69998,7 @@ const iN = ({ fill: "currentColor", }), ), - cO = (t) => + sO = (t) => e.createElement( "svg", { @@ -70008,7 +70015,7 @@ const iN = ({ fill: "currentColor", }), ), - dO = (t) => + cO = (t) => e.createElement( "svg", { @@ -70025,7 +70032,7 @@ const iN = ({ fill: "currentColor", }), ), - uO = (t) => + dO = (t) => e.createElement( "svg", { @@ -70042,7 +70049,7 @@ const iN = ({ fill: "currentColor", }), ), - mO = (t) => + uO = (t) => e.createElement( "svg", { @@ -70059,7 +70066,7 @@ const iN = ({ fill: "currentColor", }), ), - pO = (t) => + mO = (t) => e.createElement( "svg", { @@ -70076,7 +70083,7 @@ const iN = ({ fill: "currentColor", }), ), - gO = (t) => + pO = (t) => e.createElement( "svg", { @@ -70093,7 +70100,7 @@ const iN = ({ fill: "currentColor", }), ), - hO = (t) => + gO = (t) => e.createElement( "svg", { @@ -70110,7 +70117,7 @@ const iN = ({ fill: "currentColor", }), ), - fO = (t) => + hO = (t) => e.createElement( "svg", { @@ -70127,7 +70134,7 @@ const iN = ({ fill: "currentColor", }), ), - vO = (t) => + fO = (t) => e.createElement( "svg", { @@ -70144,7 +70151,7 @@ const iN = ({ fill: "currentColor", }), ), - EO = (t) => + vO = (t) => e.createElement( "svg", { @@ -70161,7 +70168,7 @@ const iN = ({ fill: "currentColor", }), ), - wO = (t) => + EO = (t) => e.createElement( "svg", { @@ -70178,7 +70185,7 @@ const iN = ({ fill: "currentColor", }), ), - LO = (t) => + wO = (t) => e.createElement( "svg", { @@ -70195,7 +70202,7 @@ const iN = ({ fill: "currentColor", }), ), - bO = (t) => + LO = (t) => e.createElement( "svg", { @@ -70212,7 +70219,7 @@ const iN = ({ fill: "currentColor", }), ), - MO = (t) => + bO = (t) => e.createElement( "svg", { @@ -70229,7 +70236,7 @@ const iN = ({ fill: "currentColor", }), ), - HO = (t) => + MO = (t) => e.createElement( "svg", { @@ -70246,7 +70253,7 @@ const iN = ({ fill: "currentColor", }), ), - yO = (t) => + HO = (t) => e.createElement( "svg", { @@ -70263,7 +70270,7 @@ const iN = ({ fill: "currentColor", }), ), - RO = (t) => + yO = (t) => e.createElement( "svg", { @@ -70280,7 +70287,7 @@ const iN = ({ fill: "currentColor", }), ), - xO = (t) => + RO = (t) => e.createElement( "svg", { @@ -70297,7 +70304,7 @@ const iN = ({ fill: "currentColor", }), ), - TO = (t) => + xO = (t) => e.createElement( "svg", { @@ -70314,7 +70321,7 @@ const iN = ({ fill: "currentColor", }), ), - NO = (t) => + TO = (t) => e.createElement( "svg", { @@ -70331,7 +70338,7 @@ const iN = ({ fill: "currentColor", }), ), - SO = (t) => + NO = (t) => e.createElement( "svg", { @@ -70348,7 +70355,7 @@ const iN = ({ fill: "currentColor", }), ), - VO = (t) => + SO = (t) => e.createElement( "svg", { @@ -70365,7 +70372,7 @@ const iN = ({ fill: "currentColor", }), ), - _O = (t) => + VO = (t) => e.createElement( "svg", { @@ -70382,7 +70389,7 @@ const iN = ({ fill: "currentColor", }), ), - AO = (t) => + _O = (t) => e.createElement( "svg", { @@ -70399,7 +70406,7 @@ const iN = ({ fill: "currentColor", }), ), - kO = (t) => + AO = (t) => e.createElement( "svg", { @@ -70416,7 +70423,7 @@ const iN = ({ fill: "currentColor", }), ), - IO = (t) => + kO = (t) => e.createElement( "svg", { @@ -70433,7 +70440,7 @@ const iN = ({ fill: "currentColor", }), ), - ZO = (t) => + IO = (t) => e.createElement( "svg", { @@ -70450,7 +70457,7 @@ const iN = ({ fill: "currentColor", }), ), - BO = (t) => + ZO = (t) => e.createElement( "svg", { @@ -70467,7 +70474,7 @@ const iN = ({ fill: "currentColor", }), ), - OO = (t) => + BO = (t) => e.createElement( "svg", { @@ -70484,7 +70491,7 @@ const iN = ({ fill: "currentColor", }), ), - DO = (t) => + OO = (t) => e.createElement( "svg", { @@ -70501,7 +70508,7 @@ const iN = ({ fill: "currentColor", }), ), - PO = (t) => + DO = (t) => e.createElement( "svg", { @@ -70518,7 +70525,7 @@ const iN = ({ fill: "currentColor", }), ), - FO = (t) => + PO = (t) => e.createElement( "svg", { @@ -70535,7 +70542,7 @@ const iN = ({ fill: "currentColor", }), ), - UO = (t) => + FO = (t) => e.createElement( "svg", { @@ -70552,7 +70559,7 @@ const iN = ({ fill: "currentColor", }), ), - GO = (t) => + UO = (t) => e.createElement( "svg", { @@ -70569,7 +70576,7 @@ const iN = ({ fill: "currentColor", }), ), - zO = (t) => + GO = (t) => e.createElement( "svg", { @@ -70586,7 +70593,7 @@ const iN = ({ fill: "currentColor", }), ), - $O = (t) => + zO = (t) => e.createElement( "svg", { @@ -70603,7 +70610,7 @@ const iN = ({ fill: "currentColor", }), ), - WO = (t) => + $O = (t) => e.createElement( "svg", { @@ -70620,7 +70627,7 @@ const iN = ({ fill: "currentColor", }), ), - jO = (t) => + WO = (t) => e.createElement( "svg", { @@ -70637,7 +70644,7 @@ const iN = ({ fill: "currentColor", }), ), - qO = (t) => + jO = (t) => e.createElement( "svg", { @@ -70654,7 +70661,7 @@ const iN = ({ fill: "currentColor", }), ), - YO = (t) => + qO = (t) => e.createElement( "svg", { @@ -70671,7 +70678,7 @@ const iN = ({ fill: "currentColor", }), ), - KO = (t) => + YO = (t) => e.createElement( "svg", { @@ -70688,7 +70695,7 @@ const iN = ({ fill: "currentColor", }), ), - XO = (t) => + KO = (t) => e.createElement( "svg", { @@ -70705,7 +70712,7 @@ const iN = ({ fill: "currentColor", }), ), - QO = (t) => + XO = (t) => e.createElement( "svg", { @@ -70722,7 +70729,7 @@ const iN = ({ fill: "currentColor", }), ), - JO = (t) => + QO = (t) => e.createElement( "svg", { @@ -70739,7 +70746,7 @@ const iN = ({ fill: "currentColor", }), ), - eD = (t) => + JO = (t) => e.createElement( "svg", { @@ -70756,7 +70763,7 @@ const iN = ({ fill: "currentColor", }), ), - tD = (t) => + eD = (t) => e.createElement( "svg", { @@ -70773,7 +70780,7 @@ const iN = ({ fill: "currentColor", }), ), - nD = (t) => + tD = (t) => e.createElement( "svg", { @@ -70790,7 +70797,7 @@ const iN = ({ fill: "currentColor", }), ), - rD = (t) => + nD = (t) => e.createElement( "svg", { @@ -70807,7 +70814,7 @@ const iN = ({ fill: "currentColor", }), ), - oD = (t) => + rD = (t) => e.createElement( "svg", { @@ -70824,7 +70831,7 @@ const iN = ({ fill: "currentColor", }), ), - aD = (t) => + oD = (t) => e.createElement( "svg", { @@ -70841,7 +70848,7 @@ const iN = ({ fill: "currentColor", }), ), - lD = (t) => + aD = (t) => e.createElement( "svg", { @@ -70858,7 +70865,7 @@ const iN = ({ fill: "currentColor", }), ), - iD = (t) => + lD = (t) => e.createElement( "svg", { @@ -70875,7 +70882,7 @@ const iN = ({ fill: "currentColor", }), ), - CD = (t) => + iD = (t) => e.createElement( "svg", { @@ -70892,7 +70899,7 @@ const iN = ({ fill: "currentColor", }), ), - sD = (t) => + CD = (t) => e.createElement( "svg", { @@ -70909,7 +70916,7 @@ const iN = ({ fill: "currentColor", }), ), - cD = (t) => + sD = (t) => e.createElement( "svg", { @@ -70926,7 +70933,7 @@ const iN = ({ fill: "currentColor", }), ), - dD = (t) => + cD = (t) => e.createElement( "svg", { @@ -70943,7 +70950,7 @@ const iN = ({ fill: "currentColor", }), ), - uD = (t) => + dD = (t) => e.createElement( "svg", { @@ -70960,7 +70967,7 @@ const iN = ({ fill: "currentColor", }), ), - mD = (t) => + uD = (t) => e.createElement( "svg", { @@ -70977,7 +70984,7 @@ const iN = ({ fill: "currentColor", }), ), - pD = (t) => + mD = (t) => e.createElement( "svg", { @@ -70994,7 +71001,7 @@ const iN = ({ fill: "currentColor", }), ), - gD = (t) => + pD = (t) => e.createElement( "svg", { @@ -71011,7 +71018,7 @@ const iN = ({ fill: "currentColor", }), ), - hD = (t) => + gD = (t) => e.createElement( "svg", { @@ -71028,7 +71035,7 @@ const iN = ({ fill: "currentColor", }), ), - fD = (t) => + hD = (t) => e.createElement( "svg", { @@ -71045,7 +71052,7 @@ const iN = ({ fill: "currentColor", }), ), - vD = (t) => + fD = (t) => e.createElement( "svg", { @@ -71062,7 +71069,7 @@ const iN = ({ fill: "currentColor", }), ), - ED = (t) => + vD = (t) => e.createElement( "svg", { @@ -71079,7 +71086,7 @@ const iN = ({ fill: "currentColor", }), ), - wD = (t) => + ED = (t) => e.createElement( "svg", { @@ -71096,7 +71103,7 @@ const iN = ({ fill: "currentColor", }), ), - LD = (t) => + wD = (t) => e.createElement( "svg", { @@ -71113,7 +71120,7 @@ const iN = ({ fill: "currentColor", }), ), - bD = (t) => + LD = (t) => e.createElement( "svg", { @@ -71130,7 +71137,7 @@ const iN = ({ fill: "currentColor", }), ), - MD = (t) => + bD = (t) => e.createElement( "svg", { @@ -71147,7 +71154,7 @@ const iN = ({ fill: "currentColor", }), ), - HD = (t) => + MD = (t) => e.createElement( "svg", { @@ -71164,7 +71171,7 @@ const iN = ({ fill: "currentColor", }), ), - yD = (t) => + HD = (t) => e.createElement( "svg", { @@ -71181,7 +71188,7 @@ const iN = ({ fill: "currentColor", }), ), - RD = (t) => + yD = (t) => e.createElement( "svg", { @@ -71198,7 +71205,7 @@ const iN = ({ fill: "currentColor", }), ), - xD = (t) => + RD = (t) => e.createElement( "svg", { @@ -71215,7 +71222,7 @@ const iN = ({ fill: "currentColor", }), ), - TD = (t) => + xD = (t) => e.createElement( "svg", { @@ -71232,7 +71239,7 @@ const iN = ({ fill: "currentColor", }), ), - ND = (t) => + TD = (t) => e.createElement( "svg", { @@ -71249,7 +71256,7 @@ const iN = ({ fill: "currentColor", }), ), - SD = (t) => + ND = (t) => e.createElement( "svg", { @@ -71266,7 +71273,7 @@ const iN = ({ fill: "currentColor", }), ), - VD = (t) => + SD = (t) => e.createElement( "svg", { @@ -71283,7 +71290,7 @@ const iN = ({ fill: "currentColor", }), ), - _D = (t) => + VD = (t) => e.createElement( "svg", { @@ -71300,7 +71307,7 @@ const iN = ({ fill: "currentColor", }), ), - AD = (t) => + _D = (t) => e.createElement( "svg", { @@ -71317,7 +71324,7 @@ const iN = ({ fill: "currentColor", }), ), - kD = (t) => + AD = (t) => e.createElement( "svg", { @@ -71334,7 +71341,7 @@ const iN = ({ fill: "currentColor", }), ), - ID = (t) => + kD = (t) => e.createElement( "svg", { @@ -71351,7 +71358,7 @@ const iN = ({ fill: "currentColor", }), ), - ZD = (t) => + ID = (t) => e.createElement( "svg", { @@ -71368,7 +71375,7 @@ const iN = ({ fill: "currentColor", }), ), - BD = (t) => + ZD = (t) => e.createElement( "svg", { @@ -71385,7 +71392,7 @@ const iN = ({ fill: "currentColor", }), ), - OD = (t) => + BD = (t) => e.createElement( "svg", { @@ -71402,7 +71409,7 @@ const iN = ({ fill: "currentColor", }), ), - DD = (t) => + OD = (t) => e.createElement( "svg", { @@ -71419,7 +71426,7 @@ const iN = ({ fill: "currentColor", }), ), - PD = (t) => + DD = (t) => e.createElement( "svg", { @@ -71436,7 +71443,7 @@ const iN = ({ fill: "currentColor", }), ), - FD = (t) => + PD = (t) => e.createElement( "svg", { @@ -71453,7 +71460,7 @@ const iN = ({ fill: "currentColor", }), ), - UD = (t) => + FD = (t) => e.createElement( "svg", { @@ -71470,7 +71477,7 @@ const iN = ({ fill: "currentColor", }), ), - GD = (t) => + UD = (t) => e.createElement( "svg", { @@ -71487,7 +71494,7 @@ const iN = ({ fill: "currentColor", }), ), - zD = (t) => + GD = (t) => e.createElement( "svg", { @@ -71504,7 +71511,7 @@ const iN = ({ fill: "currentColor", }), ), - $D = (t) => + zD = (t) => e.createElement( "svg", { @@ -71521,7 +71528,7 @@ const iN = ({ fill: "currentColor", }), ), - WD = (t) => + $D = (t) => e.createElement( "svg", { @@ -71538,7 +71545,7 @@ const iN = ({ fill: "currentColor", }), ), - jD = (t) => + WD = (t) => e.createElement( "svg", { @@ -71555,7 +71562,7 @@ const iN = ({ fill: "currentColor", }), ), - qD = (t) => + jD = (t) => e.createElement( "svg", { @@ -71572,7 +71579,7 @@ const iN = ({ fill: "currentColor", }), ), - YD = (t) => + qD = (t) => e.createElement( "svg", { @@ -71589,7 +71596,7 @@ const iN = ({ fill: "currentColor", }), ), - KD = (t) => + YD = (t) => e.createElement( "svg", { @@ -71606,7 +71613,7 @@ const iN = ({ fill: "currentColor", }), ), - XD = (t) => + KD = (t) => e.createElement( "svg", { @@ -71623,7 +71630,7 @@ const iN = ({ fill: "currentColor", }), ), - QD = (t) => + XD = (t) => e.createElement( "svg", { @@ -71640,7 +71647,7 @@ const iN = ({ fill: "currentColor", }), ), - JD = (t) => + QD = (t) => e.createElement( "svg", { @@ -71657,7 +71664,7 @@ const iN = ({ fill: "currentColor", }), ), - eP = (t) => + JD = (t) => e.createElement( "svg", { @@ -71674,7 +71681,7 @@ const iN = ({ fill: "currentColor", }), ), - tP = (t) => + eP = (t) => e.createElement( "svg", { @@ -71691,7 +71698,7 @@ const iN = ({ fill: "currentColor", }), ), - nP = (t) => + tP = (t) => e.createElement( "svg", { @@ -71708,7 +71715,7 @@ const iN = ({ fill: "currentColor", }), ), - rP = (t) => + nP = (t) => e.createElement( "svg", { @@ -71725,7 +71732,7 @@ const iN = ({ fill: "currentColor", }), ), - oP = (t) => + rP = (t) => e.createElement( "svg", { @@ -71742,7 +71749,7 @@ const iN = ({ fill: "currentColor", }), ), - aP = (t) => + oP = (t) => e.createElement( "svg", { @@ -71759,7 +71766,7 @@ const iN = ({ fill: "currentColor", }), ), - lP = (t) => + aP = (t) => e.createElement( "svg", { @@ -71776,7 +71783,7 @@ const iN = ({ fill: "currentColor", }), ), - iP = (t) => + lP = (t) => e.createElement( "svg", { @@ -71793,7 +71800,7 @@ const iN = ({ fill: "currentColor", }), ), - CP = (t) => + iP = (t) => e.createElement( "svg", { @@ -71810,7 +71817,7 @@ const iN = ({ fill: "currentColor", }), ), - sP = (t) => + CP = (t) => e.createElement( "svg", { @@ -71827,7 +71834,7 @@ const iN = ({ fill: "currentColor", }), ), - cP = (t) => + sP = (t) => e.createElement( "svg", { @@ -71844,7 +71851,7 @@ const iN = ({ fill: "currentColor", }), ), - dP = (t) => + cP = (t) => e.createElement( "svg", { @@ -71861,7 +71868,7 @@ const iN = ({ fill: "currentColor", }), ), - uP = (t) => + dP = (t) => e.createElement( "svg", { @@ -71878,7 +71885,7 @@ const iN = ({ fill: "currentColor", }), ), - mP = (t) => + uP = (t) => e.createElement( "svg", { @@ -71895,7 +71902,7 @@ const iN = ({ fill: "currentColor", }), ), - pP = (t) => + mP = (t) => e.createElement( "svg", { @@ -71912,7 +71919,7 @@ const iN = ({ fill: "currentColor", }), ), - gP = (t) => + pP = (t) => e.createElement( "svg", { @@ -71929,7 +71936,7 @@ const iN = ({ fill: "currentColor", }), ), - hP = (t) => + gP = (t) => e.createElement( "svg", { @@ -71946,7 +71953,7 @@ const iN = ({ fill: "currentColor", }), ), - fP = (t) => + hP = (t) => e.createElement( "svg", { @@ -71963,7 +71970,7 @@ const iN = ({ fill: "currentColor", }), ), - vP = (t) => + fP = (t) => e.createElement( "svg", { @@ -71980,7 +71987,7 @@ const iN = ({ fill: "currentColor", }), ), - EP = (t) => + vP = (t) => e.createElement( "svg", { @@ -71997,7 +72004,7 @@ const iN = ({ fill: "currentColor", }), ), - wP = (t) => + EP = (t) => e.createElement( "svg", { @@ -72014,7 +72021,7 @@ const iN = ({ fill: "currentColor", }), ), - LP = (t) => + wP = (t) => e.createElement( "svg", { @@ -72031,7 +72038,7 @@ const iN = ({ fill: "currentColor", }), ), - bP = (t) => + LP = (t) => e.createElement( "svg", { @@ -72048,7 +72055,7 @@ const iN = ({ fill: "currentColor", }), ), - MP = (t) => + bP = (t) => e.createElement( "svg", { @@ -72065,7 +72072,7 @@ const iN = ({ fill: "currentColor", }), ), - HP = (t) => + MP = (t) => e.createElement( "svg", { @@ -72082,7 +72089,7 @@ const iN = ({ fill: "currentColor", }), ), - yP = (t) => + HP = (t) => e.createElement( "svg", { @@ -72099,7 +72106,7 @@ const iN = ({ fill: "currentColor", }), ), - RP = (t) => + yP = (t) => e.createElement( "svg", { @@ -72116,7 +72123,7 @@ const iN = ({ fill: "currentColor", }), ), - xP = (t) => + RP = (t) => e.createElement( "svg", { @@ -72133,7 +72140,7 @@ const iN = ({ fill: "currentColor", }), ), - TP = (t) => + xP = (t) => e.createElement( "svg", { @@ -72150,7 +72157,7 @@ const iN = ({ fill: "currentColor", }), ), - NP = (t) => + TP = (t) => e.createElement( "svg", { @@ -72167,7 +72174,7 @@ const iN = ({ fill: "currentColor", }), ), - SP = (t) => + NP = (t) => e.createElement( "svg", { @@ -72184,7 +72191,7 @@ const iN = ({ fill: "currentColor", }), ), - VP = (t) => + SP = (t) => e.createElement( "svg", { @@ -72201,7 +72208,7 @@ const iN = ({ fill: "currentColor", }), ), - _P = (t) => + VP = (t) => e.createElement( "svg", { @@ -72218,7 +72225,7 @@ const iN = ({ fill: "currentColor", }), ), - AP = (t) => + _P = (t) => e.createElement( "svg", { @@ -72235,7 +72242,7 @@ const iN = ({ fill: "currentColor", }), ), - kP = (t) => + AP = (t) => e.createElement( "svg", { @@ -72252,7 +72259,7 @@ const iN = ({ fill: "currentColor", }), ), - IP = (t) => + kP = (t) => e.createElement( "svg", { @@ -72269,7 +72276,7 @@ const iN = ({ fill: "currentColor", }), ), - ZP = (t) => + IP = (t) => e.createElement( "svg", { @@ -72286,7 +72293,7 @@ const iN = ({ fill: "currentColor", }), ), - BP = (t) => + ZP = (t) => e.createElement( "svg", { @@ -72303,7 +72310,7 @@ const iN = ({ fill: "currentColor", }), ), - OP = (t) => + BP = (t) => e.createElement( "svg", { @@ -72320,7 +72327,7 @@ const iN = ({ fill: "currentColor", }), ), - DP = (t) => + OP = (t) => e.createElement( "svg", { @@ -72337,7 +72344,7 @@ const iN = ({ fill: "currentColor", }), ), - PP = (t) => + DP = (t) => e.createElement( "svg", { @@ -72354,7 +72361,7 @@ const iN = ({ fill: "currentColor", }), ), - FP = (t) => + PP = (t) => e.createElement( "svg", { @@ -72371,7 +72378,7 @@ const iN = ({ fill: "currentColor", }), ), - UP = (t) => + FP = (t) => e.createElement( "svg", { @@ -72388,7 +72395,7 @@ const iN = ({ fill: "currentColor", }), ), - GP = (t) => + UP = (t) => e.createElement( "svg", { @@ -72405,7 +72412,7 @@ const iN = ({ fill: "currentColor", }), ), - zP = (t) => + GP = (t) => e.createElement( "svg", { @@ -72422,7 +72429,7 @@ const iN = ({ fill: "currentColor", }), ), - $P = (t) => + zP = (t) => e.createElement( "svg", { @@ -72439,7 +72446,7 @@ const iN = ({ fill: "currentColor", }), ), - WP = (t) => + $P = (t) => e.createElement( "svg", { @@ -72456,7 +72463,7 @@ const iN = ({ fill: "currentColor", }), ), - jP = (t) => + WP = (t) => e.createElement( "svg", { @@ -72473,7 +72480,7 @@ const iN = ({ fill: "currentColor", }), ), - qP = (t) => + jP = (t) => e.createElement( "svg", { @@ -72490,7 +72497,7 @@ const iN = ({ fill: "currentColor", }), ), - YP = (t) => + qP = (t) => e.createElement( "svg", { @@ -72507,7 +72514,7 @@ const iN = ({ fill: "currentColor", }), ), - KP = (t) => + YP = (t) => e.createElement( "svg", { @@ -72524,7 +72531,7 @@ const iN = ({ fill: "currentColor", }), ), - XP = (t) => + KP = (t) => e.createElement( "svg", { @@ -72541,7 +72548,7 @@ const iN = ({ fill: "currentColor", }), ), - QP = (t) => + XP = (t) => e.createElement( "svg", { @@ -72558,7 +72565,7 @@ const iN = ({ fill: "currentColor", }), ), - JP = (t) => + QP = (t) => e.createElement( "svg", { @@ -72575,7 +72582,7 @@ const iN = ({ fill: "currentColor", }), ), - eF = (t) => + JP = (t) => e.createElement( "svg", { @@ -72592,7 +72599,7 @@ const iN = ({ fill: "currentColor", }), ), - tF = (t) => + eF = (t) => e.createElement( "svg", { @@ -72609,7 +72616,7 @@ const iN = ({ fill: "currentColor", }), ), - nF = (t) => + tF = (t) => e.createElement( "svg", { @@ -72626,7 +72633,7 @@ const iN = ({ fill: "currentColor", }), ), - rF = (t) => + nF = (t) => e.createElement( "svg", { @@ -72643,7 +72650,7 @@ const iN = ({ fill: "currentColor", }), ), - oF = (t) => + rF = (t) => e.createElement( "svg", { @@ -72660,7 +72667,7 @@ const iN = ({ fill: "currentColor", }), ), - aF = (t) => + oF = (t) => e.createElement( "svg", { @@ -72677,7 +72684,7 @@ const iN = ({ fill: "currentColor", }), ), - lF = (t) => + aF = (t) => e.createElement( "svg", { @@ -72694,7 +72701,7 @@ const iN = ({ fill: "currentColor", }), ), - iF = (t) => + lF = (t) => e.createElement( "svg", { @@ -72711,7 +72718,7 @@ const iN = ({ fill: "currentColor", }), ), - CF = (t) => + iF = (t) => e.createElement( "svg", { @@ -72728,7 +72735,7 @@ const iN = ({ fill: "currentColor", }), ), - sF = (t) => + CF = (t) => e.createElement( "svg", { @@ -72749,7 +72756,7 @@ const iN = ({ fill: "currentColor", }), ), - cF = (t) => + sF = (t) => e.createElement( "svg", { @@ -72766,7 +72773,7 @@ const iN = ({ fill: "currentColor", }), ), - dF = (t) => + cF = (t) => e.createElement( "svg", { @@ -72783,7 +72790,7 @@ const iN = ({ fill: "currentColor", }), ), - uF = (t) => + dF = (t) => e.createElement( "svg", { @@ -72800,7 +72807,7 @@ const iN = ({ fill: "currentColor", }), ), - mF = (t) => + uF = (t) => e.createElement( "svg", { @@ -72817,7 +72824,7 @@ const iN = ({ fill: "currentColor", }), ), - pF = (t) => + mF = (t) => e.createElement( "svg", { @@ -72834,7 +72841,7 @@ const iN = ({ fill: "currentColor", }), ), - gF = (t) => + pF = (t) => e.createElement( "svg", { @@ -72851,7 +72858,7 @@ const iN = ({ fill: "currentColor", }), ), - hF = (t) => + gF = (t) => e.createElement( "svg", { @@ -72868,7 +72875,7 @@ const iN = ({ fill: "currentColor", }), ), - fF = (t) => + hF = (t) => e.createElement( "svg", { @@ -72885,7 +72892,7 @@ const iN = ({ fill: "currentColor", }), ), - vF = (t) => + fF = (t) => e.createElement( "svg", { @@ -72902,7 +72909,7 @@ const iN = ({ fill: "currentColor", }), ), - EF = (t) => + vF = (t) => e.createElement( "svg", { @@ -72919,7 +72926,7 @@ const iN = ({ fill: "currentColor", }), ), - wF = (t) => + EF = (t) => e.createElement( "svg", { @@ -72936,7 +72943,7 @@ const iN = ({ fill: "currentColor", }), ), - LF = (t) => + wF = (t) => e.createElement( "svg", { @@ -72961,7 +72968,7 @@ const iN = ({ fill: "currentColor", }), ), - bF = (t) => + LF = (t) => e.createElement( "svg", { @@ -72978,7 +72985,7 @@ const iN = ({ fill: "currentColor", }), ), - MF = (t) => + bF = (t) => e.createElement( "svg", { @@ -72995,7 +73002,7 @@ const iN = ({ fill: "currentColor", }), ), - HF = (t) => + MF = (t) => e.createElement( "svg", { @@ -73012,7 +73019,7 @@ const iN = ({ fill: "currentColor", }), ), - yF = (t) => + HF = (t) => e.createElement( "svg", { @@ -73029,7 +73036,7 @@ const iN = ({ fill: "currentColor", }), ), - RF = (t) => + yF = (t) => e.createElement( "svg", { @@ -73046,7 +73053,7 @@ const iN = ({ fill: "currentColor", }), ), - xF = (t) => + RF = (t) => e.createElement( "svg", { @@ -73063,7 +73070,7 @@ const iN = ({ fill: "currentColor", }), ), - TF = (t) => + xF = (t) => e.createElement( "svg", { @@ -73080,7 +73087,7 @@ const iN = ({ fill: "currentColor", }), ), - NF = (t) => + TF = (t) => e.createElement( "svg", { @@ -73097,7 +73104,7 @@ const iN = ({ fill: "currentColor", }), ), - SF = (t) => + NF = (t) => e.createElement( "svg", { @@ -73114,7 +73121,7 @@ const iN = ({ fill: "currentColor", }), ), - VF = (t) => + SF = (t) => e.createElement( "svg", { @@ -73131,7 +73138,7 @@ const iN = ({ fill: "currentColor", }), ), - _F = (t) => + VF = (t) => e.createElement( "svg", { @@ -73148,7 +73155,7 @@ const iN = ({ fill: "currentColor", }), ), - AF = (t) => + _F = (t) => e.createElement( "svg", { @@ -73165,7 +73172,7 @@ const iN = ({ fill: "currentColor", }), ), - kF = (t) => + AF = (t) => e.createElement( "svg", { @@ -73188,7 +73195,7 @@ const iN = ({ fill: "currentColor", }), ), - IF = (t) => + kF = (t) => e.createElement( "svg", { @@ -73205,7 +73212,7 @@ const iN = ({ fill: "currentColor", }), ), - ZF = (t) => + IF = (t) => e.createElement( "svg", { @@ -73222,7 +73229,7 @@ const iN = ({ fill: "currentColor", }), ), - BF = (t) => + ZF = (t) => e.createElement( "svg", { @@ -73239,7 +73246,7 @@ const iN = ({ fill: "currentColor", }), ), - OF = (t) => + BF = (t) => e.createElement( "svg", { @@ -73262,7 +73269,7 @@ const iN = ({ fill: "currentColor", }), ), - DF = (t) => + OF = (t) => e.createElement( "svg", { @@ -73279,7 +73286,7 @@ const iN = ({ fill: "currentColor", }), ), - PF = (t) => + DF = (t) => e.createElement( "svg", { @@ -73296,7 +73303,7 @@ const iN = ({ fill: "currentColor", }), ), - FF = (t) => + PF = (t) => e.createElement( "svg", { @@ -73313,7 +73320,7 @@ const iN = ({ fill: "currentColor", }), ), - UF = (t) => + FF = (t) => e.createElement( "svg", { @@ -73330,7 +73337,7 @@ const iN = ({ fill: "currentColor", }), ), - GF = (t) => + UF = (t) => e.createElement( "svg", { @@ -73347,7 +73354,7 @@ const iN = ({ fill: "currentColor", }), ), - zF = (t) => + GF = (t) => e.createElement( "svg", { @@ -73364,7 +73371,7 @@ const iN = ({ fill: "currentColor", }), ), - $F = (t) => + zF = (t) => e.createElement( "svg", { @@ -73381,7 +73388,7 @@ const iN = ({ fill: "currentColor", }), ), - WF = (t) => + $F = (t) => e.createElement( "svg", { @@ -73398,7 +73405,7 @@ const iN = ({ fill: "currentColor", }), ), - jF = (t) => + WF = (t) => e.createElement( "svg", { @@ -73415,7 +73422,7 @@ const iN = ({ fill: "currentColor", }), ), - qF = (t) => + jF = (t) => e.createElement( "svg", { @@ -73432,7 +73439,7 @@ const iN = ({ fill: "currentColor", }), ), - YF = (t) => + qF = (t) => e.createElement( "svg", { @@ -73449,7 +73456,7 @@ const iN = ({ fill: "currentColor", }), ), - KF = (t) => + YF = (t) => e.createElement( "svg", { @@ -73466,7 +73473,7 @@ const iN = ({ fill: "currentColor", }), ), - XF = (t) => + KF = (t) => e.createElement( "svg", { @@ -73483,7 +73490,7 @@ const iN = ({ fill: "currentColor", }), ), - QF = (t) => + XF = (t) => e.createElement( "svg", { @@ -73500,7 +73507,7 @@ const iN = ({ fill: "currentColor", }), ), - JF = (t) => + QF = (t) => e.createElement( "svg", { @@ -73517,7 +73524,7 @@ const iN = ({ fill: "currentColor", }), ), - eU = (t) => + JF = (t) => e.createElement( "svg", { @@ -73534,7 +73541,7 @@ const iN = ({ fill: "currentColor", }), ), - tU = (t) => + eU = (t) => e.createElement( "svg", { @@ -73551,7 +73558,7 @@ const iN = ({ fill: "currentColor", }), ), - nU = (t) => + tU = (t) => e.createElement( "svg", { @@ -73568,7 +73575,7 @@ const iN = ({ fill: "currentColor", }), ), - rU = (t) => + nU = (t) => e.createElement( "svg", { @@ -73585,7 +73592,7 @@ const iN = ({ fill: "currentColor", }), ), - oU = (t) => + rU = (t) => e.createElement( "svg", { @@ -73602,7 +73609,7 @@ const iN = ({ fill: "currentColor", }), ), - aU = (t) => + oU = (t) => e.createElement( "svg", { @@ -73619,7 +73626,7 @@ const iN = ({ fill: "currentColor", }), ), - lU = (t) => + aU = (t) => e.createElement( "svg", { @@ -73636,7 +73643,7 @@ const iN = ({ fill: "currentColor", }), ), - iU = (t) => + lU = (t) => e.createElement( "svg", { @@ -73653,7 +73660,7 @@ const iN = ({ fill: "currentColor", }), ), - CU = (t) => + iU = (t) => e.createElement( "svg", { @@ -73670,7 +73677,7 @@ const iN = ({ fill: "currentColor", }), ), - sU = (t) => + CU = (t) => e.createElement( "svg", { @@ -73687,7 +73694,7 @@ const iN = ({ fill: "currentColor", }), ), - cU = (t) => + sU = (t) => e.createElement( "svg", { @@ -73704,7 +73711,7 @@ const iN = ({ fill: "currentColor", }), ), - dU = (t) => + cU = (t) => e.createElement( "svg", { @@ -73721,7 +73728,7 @@ const iN = ({ fill: "currentColor", }), ), - uU = (t) => + dU = (t) => e.createElement( "svg", { @@ -73738,7 +73745,7 @@ const iN = ({ fill: "currentColor", }), ), - mU = (t) => + uU = (t) => e.createElement( "svg", { @@ -73755,7 +73762,7 @@ const iN = ({ fill: "currentColor", }), ), - pU = (t) => + mU = (t) => e.createElement( "svg", { @@ -73772,7 +73779,7 @@ const iN = ({ fill: "currentColor", }), ), - gU = (t) => + pU = (t) => e.createElement( "svg", { @@ -73789,7 +73796,7 @@ const iN = ({ fill: "currentColor", }), ), - hU = (t) => + gU = (t) => e.createElement( "svg", { @@ -73806,7 +73813,7 @@ const iN = ({ fill: "currentColor", }), ), - fU = (t) => + hU = (t) => e.createElement( "svg", { @@ -73823,7 +73830,7 @@ const iN = ({ fill: "currentColor", }), ), - vU = (t) => + fU = (t) => e.createElement( "svg", { @@ -73840,7 +73847,7 @@ const iN = ({ fill: "currentColor", }), ), - EU = (t) => + vU = (t) => e.createElement( "svg", { @@ -73857,7 +73864,7 @@ const iN = ({ fill: "currentColor", }), ), - wU = (t) => + EU = (t) => e.createElement( "svg", { @@ -73874,7 +73881,7 @@ const iN = ({ fill: "currentColor", }), ), - LU = (t) => + wU = (t) => e.createElement( "svg", { @@ -73891,7 +73898,7 @@ const iN = ({ fill: "currentColor", }), ), - bU = (t) => + LU = (t) => e.createElement( "svg", { @@ -73908,7 +73915,7 @@ const iN = ({ fill: "currentColor", }), ), - MU = (t) => + bU = (t) => e.createElement( "svg", { @@ -73925,7 +73932,7 @@ const iN = ({ fill: "currentColor", }), ), - HU = (t) => + MU = (t) => e.createElement( "svg", { @@ -73942,7 +73949,7 @@ const iN = ({ fill: "currentColor", }), ), - yU = (t) => + HU = (t) => e.createElement( "svg", { @@ -73959,7 +73966,7 @@ const iN = ({ fill: "currentColor", }), ), - RU = (t) => + yU = (t) => e.createElement( "svg", { @@ -73976,7 +73983,7 @@ const iN = ({ fill: "currentColor", }), ), - xU = (t) => + RU = (t) => e.createElement( "svg", { @@ -73993,7 +74000,7 @@ const iN = ({ fill: "currentColor", }), ), - TU = (t) => + xU = (t) => e.createElement( "svg", { @@ -74010,7 +74017,7 @@ const iN = ({ fill: "currentColor", }), ), - NU = (t) => + TU = (t) => e.createElement( "svg", { @@ -74027,7 +74034,7 @@ const iN = ({ fill: "currentColor", }), ), - SU = (t) => + NU = (t) => e.createElement( "svg", { @@ -74044,7 +74051,7 @@ const iN = ({ fill: "currentColor", }), ), - VU = (t) => + SU = (t) => e.createElement( "svg", { @@ -74061,7 +74068,7 @@ const iN = ({ fill: "currentColor", }), ), - _U = (t) => + VU = (t) => e.createElement( "svg", { @@ -74078,7 +74085,7 @@ const iN = ({ fill: "currentColor", }), ), - AU = (t) => + _U = (t) => e.createElement( "svg", { @@ -74095,7 +74102,7 @@ const iN = ({ fill: "currentColor", }), ), - kU = (t) => + AU = (t) => e.createElement( "svg", { @@ -74112,7 +74119,7 @@ const iN = ({ fill: "currentColor", }), ), - IU = (t) => + kU = (t) => e.createElement( "svg", { @@ -74129,7 +74136,7 @@ const iN = ({ fill: "currentColor", }), ), - ZU = (t) => + IU = (t) => e.createElement( "svg", { @@ -74146,7 +74153,7 @@ const iN = ({ fill: "currentColor", }), ), - BU = (t) => + ZU = (t) => e.createElement( "svg", { @@ -74163,7 +74170,7 @@ const iN = ({ fill: "currentColor", }), ), - OU = (t) => + BU = (t) => e.createElement( "svg", { @@ -74180,7 +74187,7 @@ const iN = ({ fill: "currentColor", }), ), - DU = (t) => + OU = (t) => e.createElement( "svg", { @@ -74197,7 +74204,7 @@ const iN = ({ fill: "currentColor", }), ), - PU = (t) => + DU = (t) => e.createElement( "svg", { @@ -74214,7 +74221,7 @@ const iN = ({ fill: "currentColor", }), ), - FU = (t) => + PU = (t) => e.createElement( "svg", { @@ -74231,7 +74238,7 @@ const iN = ({ fill: "currentColor", }), ), - UU = (t) => + FU = (t) => e.createElement( "svg", { @@ -74248,7 +74255,7 @@ const iN = ({ fill: "currentColor", }), ), - GU = (t) => + UU = (t) => e.createElement( "svg", { @@ -74299,7 +74306,7 @@ const iN = ({ fill: "#4285F4", }), ), - zU = (t) => + GU = (t) => e.createElement( "svg", { @@ -74316,7 +74323,7 @@ const iN = ({ fill: "currentColor", }), ), - $U = (t) => + zU = (t) => e.createElement( "svg", { @@ -74333,7 +74340,7 @@ const iN = ({ fill: "currentColor", }), ), - WU = (t) => + $U = (t) => e.createElement( "svg", { @@ -74350,7 +74357,7 @@ const iN = ({ fill: "currentColor", }), ), - jU = (t) => + WU = (t) => e.createElement( "svg", { @@ -74367,7 +74374,7 @@ const iN = ({ fill: "currentColor", }), ), - qU = (t) => + jU = (t) => e.createElement( "svg", { @@ -74384,7 +74391,7 @@ const iN = ({ fill: "currentColor", }), ), - YU = (t) => + qU = (t) => e.createElement( "svg", { @@ -74401,7 +74408,7 @@ const iN = ({ fill: "currentColor", }), ), - KU = (t) => + YU = (t) => e.createElement( "svg", { @@ -74418,7 +74425,7 @@ const iN = ({ fill: "currentColor", }), ), - XU = (t) => + KU = (t) => e.createElement( "svg", { @@ -74435,7 +74442,7 @@ const iN = ({ fill: "currentColor", }), ), - QU = (t) => + XU = (t) => e.createElement( "svg", { @@ -74452,7 +74459,7 @@ const iN = ({ fill: "currentColor", }), ), - JU = (t) => + QU = (t) => e.createElement( "svg", { @@ -74469,7 +74476,7 @@ const iN = ({ fill: "currentColor", }), ), - eG = (t) => + JU = (t) => e.createElement( "svg", { @@ -74486,7 +74493,7 @@ const iN = ({ fill: "currentColor", }), ), - tG = (t) => + eG = (t) => e.createElement( "svg", { @@ -74503,7 +74510,7 @@ const iN = ({ fill: "currentColor", }), ), - nG = (t) => + tG = (t) => e.createElement( "svg", { @@ -74520,7 +74527,7 @@ const iN = ({ fill: "currentColor", }), ), - rG = (t) => + nG = (t) => e.createElement( "svg", { @@ -74537,7 +74544,7 @@ const iN = ({ fill: "currentColor", }), ), - oG = (t) => + rG = (t) => e.createElement( "svg", { @@ -74554,7 +74561,7 @@ const iN = ({ fill: "currentColor", }), ), - aG = (t) => + oG = (t) => e.createElement( "svg", { @@ -74571,7 +74578,7 @@ const iN = ({ fill: "currentColor", }), ), - lG = (t) => + aG = (t) => e.createElement( "svg", { @@ -74588,7 +74595,7 @@ const iN = ({ fill: "currentColor", }), ), - iG = (t) => + lG = (t) => e.createElement( "svg", { @@ -74605,7 +74612,7 @@ const iN = ({ fill: "currentColor", }), ), - CG = (t) => + iG = (t) => e.createElement( "svg", { @@ -74622,7 +74629,7 @@ const iN = ({ fill: "currentColor", }), ), - sG = (t) => + CG = (t) => e.createElement( "svg", { @@ -74639,7 +74646,7 @@ const iN = ({ fill: "currentColor", }), ), - cG = (t) => + sG = (t) => e.createElement( "svg", { @@ -74656,7 +74663,7 @@ const iN = ({ fill: "currentColor", }), ), - dG = (t) => + cG = (t) => e.createElement( "svg", { @@ -74685,7 +74692,7 @@ const iN = ({ fill: "currentColor", }), ), - uG = (t) => + dG = (t) => e.createElement( "svg", { @@ -74702,7 +74709,7 @@ const iN = ({ fill: "currentColor", }), ), - mG = (t) => + uG = (t) => e.createElement( "svg", { @@ -74719,7 +74726,7 @@ const iN = ({ fill: "currentColor", }), ), - pG = (t) => + mG = (t) => e.createElement( "svg", { @@ -74736,7 +74743,7 @@ const iN = ({ fill: "currentColor", }), ), - gG = (t) => + pG = (t) => e.createElement( "svg", { @@ -74753,7 +74760,7 @@ const iN = ({ fill: "currentColor", }), ), - hG = (t) => + gG = (t) => e.createElement( "svg", { @@ -74770,7 +74777,7 @@ const iN = ({ fill: "currentColor", }), ), - fG = (t) => + hG = (t) => e.createElement( "svg", { @@ -74787,7 +74794,7 @@ const iN = ({ fill: "currentColor", }), ), - vG = (t) => + fG = (t) => e.createElement( "svg", { @@ -74804,7 +74811,7 @@ const iN = ({ fill: "currentColor", }), ), - EG = (t) => + vG = (t) => e.createElement( "svg", { @@ -74821,7 +74828,7 @@ const iN = ({ fill: "currentColor", }), ), - wG = (t) => + EG = (t) => e.createElement( "svg", { @@ -74838,7 +74845,7 @@ const iN = ({ fill: "currentColor", }), ), - LG = (t) => + wG = (t) => e.createElement( "svg", { @@ -74855,7 +74862,7 @@ const iN = ({ fill: "currentColor", }), ), - bG = (t) => + LG = (t) => e.createElement( "svg", { @@ -74872,7 +74879,7 @@ const iN = ({ fill: "currentColor", }), ), - MG = (t) => + bG = (t) => e.createElement( "svg", { @@ -74889,7 +74896,7 @@ const iN = ({ fill: "currentColor", }), ), - HG = (t) => + MG = (t) => e.createElement( "svg", { @@ -74906,7 +74913,7 @@ const iN = ({ fill: "currentColor", }), ), - yG = (t) => + HG = (t) => e.createElement( "svg", { @@ -74923,7 +74930,7 @@ const iN = ({ fill: "currentColor", }), ), - RG = (t) => + yG = (t) => e.createElement( "svg", { @@ -74940,7 +74947,7 @@ const iN = ({ fill: "currentColor", }), ), - xG = (t) => + RG = (t) => e.createElement( "svg", { @@ -74957,7 +74964,7 @@ const iN = ({ fill: "currentColor", }), ), - TG = (t) => + xG = (t) => e.createElement( "svg", { @@ -74974,7 +74981,7 @@ const iN = ({ fill: "currentColor", }), ), - NG = (t) => + TG = (t) => e.createElement( "svg", { @@ -74991,7 +74998,7 @@ const iN = ({ fill: "currentColor", }), ), - SG = (t) => + NG = (t) => e.createElement( "svg", { @@ -75008,7 +75015,7 @@ const iN = ({ fill: "currentColor", }), ), - VG = (t) => + SG = (t) => e.createElement( "svg", { @@ -75025,7 +75032,7 @@ const iN = ({ fill: "currentColor", }), ), - _G = (t) => + VG = (t) => e.createElement( "svg", { @@ -75042,7 +75049,7 @@ const iN = ({ fill: "currentColor", }), ), - AG = (t) => + _G = (t) => e.createElement( "svg", { @@ -75059,7 +75066,7 @@ const iN = ({ fill: "currentColor", }), ), - kG = (t) => + AG = (t) => e.createElement( "svg", { @@ -75076,7 +75083,7 @@ const iN = ({ fill: "currentColor", }), ), - IG = (t) => + kG = (t) => e.createElement( "svg", { @@ -75093,7 +75100,7 @@ const iN = ({ fill: "currentColor", }), ), - ZG = (t) => + IG = (t) => e.createElement( "svg", { @@ -75110,7 +75117,7 @@ const iN = ({ fill: "currentColor", }), ), - BG = (t) => + ZG = (t) => e.createElement( "svg", { @@ -75127,7 +75134,7 @@ const iN = ({ fill: "currentColor", }), ), - OG = (t) => + BG = (t) => e.createElement( "svg", { @@ -75144,7 +75151,7 @@ const iN = ({ fill: "currentColor", }), ), - DG = (t) => + OG = (t) => e.createElement( "svg", { @@ -75161,7 +75168,7 @@ const iN = ({ fill: "currentColor", }), ), - PG = (t) => + DG = (t) => e.createElement( "svg", { @@ -75178,7 +75185,7 @@ const iN = ({ fill: "currentColor", }), ), - FG = (t) => + PG = (t) => e.createElement( "svg", { @@ -75195,7 +75202,7 @@ const iN = ({ fill: "currentColor", }), ), - UG = (t) => + FG = (t) => e.createElement( "svg", { @@ -75212,7 +75219,7 @@ const iN = ({ fill: "currentColor", }), ), - GG = (t) => + UG = (t) => e.createElement( "svg", { @@ -75229,7 +75236,7 @@ const iN = ({ fill: "currentColor", }), ), - zG = (t) => + GG = (t) => e.createElement( "svg", { @@ -75246,7 +75253,7 @@ const iN = ({ fill: "currentColor", }), ), - $G = (t) => + zG = (t) => e.createElement( "svg", { @@ -75263,7 +75270,7 @@ const iN = ({ fill: "currentColor", }), ), - WG = (t) => + $G = (t) => e.createElement( "svg", { @@ -75280,7 +75287,7 @@ const iN = ({ fill: "currentColor", }), ), - jG = (t) => + WG = (t) => e.createElement( "svg", { @@ -75297,7 +75304,7 @@ const iN = ({ fill: "currentColor", }), ), - qG = (t) => + jG = (t) => e.createElement( "svg", { @@ -75314,7 +75321,7 @@ const iN = ({ fill: "currentColor", }), ), - YG = (t) => + qG = (t) => e.createElement( "svg", { @@ -75331,7 +75338,7 @@ const iN = ({ fill: "currentColor", }), ), - KG = (t) => + YG = (t) => e.createElement( "svg", { @@ -75348,7 +75355,7 @@ const iN = ({ fill: "currentColor", }), ), - XG = (t) => + KG = (t) => e.createElement( "svg", { @@ -75365,7 +75372,7 @@ const iN = ({ fill: "currentColor", }), ), - QG = (t) => + XG = (t) => e.createElement( "svg", { @@ -75382,7 +75389,7 @@ const iN = ({ fill: "currentColor", }), ), - JG = (t) => + QG = (t) => e.createElement( "svg", { @@ -75399,7 +75406,7 @@ const iN = ({ fill: "currentColor", }), ), - ez = (t) => + JG = (t) => e.createElement( "svg", { @@ -75416,7 +75423,7 @@ const iN = ({ fill: "currentColor", }), ), - tz = (t) => + ez = (t) => e.createElement( "svg", { @@ -75433,7 +75440,7 @@ const iN = ({ fill: "currentColor", }), ), - nz = (t) => + tz = (t) => e.createElement( "svg", { @@ -75450,7 +75457,7 @@ const iN = ({ fill: "currentColor", }), ), - rz = (t) => + nz = (t) => e.createElement( "svg", { @@ -75467,7 +75474,7 @@ const iN = ({ fill: "currentColor", }), ), - oz = (t) => + rz = (t) => e.createElement( "svg", { @@ -75484,7 +75491,7 @@ const iN = ({ fill: "currentColor", }), ), - az = (t) => + oz = (t) => e.createElement( "svg", { @@ -75501,7 +75508,7 @@ const iN = ({ fill: "currentColor", }), ), - lz = (t) => + az = (t) => e.createElement( "svg", { @@ -75518,7 +75525,7 @@ const iN = ({ fill: "currentColor", }), ), - iz = (t) => + lz = (t) => e.createElement( "svg", { @@ -75535,7 +75542,7 @@ const iN = ({ fill: "currentColor", }), ), - Cz = (t) => + iz = (t) => e.createElement( "svg", { @@ -75552,7 +75559,7 @@ const iN = ({ fill: "currentColor", }), ), - sz = (t) => + Cz = (t) => e.createElement( "svg", { @@ -75569,7 +75576,7 @@ const iN = ({ fill: "currentColor", }), ), - cz = (t) => + sz = (t) => e.createElement( "svg", { @@ -75586,7 +75593,7 @@ const iN = ({ fill: "currentColor", }), ), - dz = (t) => + cz = (t) => e.createElement( "svg", { @@ -75603,7 +75610,7 @@ const iN = ({ fill: "currentColor", }), ), - uz = (t) => + dz = (t) => e.createElement( "svg", { @@ -75620,7 +75627,7 @@ const iN = ({ fill: "currentColor", }), ), - mz = (t) => + uz = (t) => e.createElement( "svg", { @@ -75637,7 +75644,7 @@ const iN = ({ fill: "currentColor", }), ), - pz = (t) => + mz = (t) => e.createElement( "svg", { @@ -75654,7 +75661,7 @@ const iN = ({ fill: "currentColor", }), ), - gz = (t) => + pz = (t) => e.createElement( "svg", { @@ -75677,7 +75684,7 @@ const iN = ({ fill: "white", }), ), - hz = (t) => + gz = (t) => e.createElement( "svg", { @@ -75692,7 +75699,7 @@ const iN = ({ fill: "currentColor", }), ), - fz = (t) => + hz = (t) => e.createElement( "svg", { @@ -75709,7 +75716,7 @@ const iN = ({ fill: "currentColor", }), ), - vz = (t) => + fz = (t) => e.createElement( "svg", { @@ -75726,7 +75733,7 @@ const iN = ({ fill: "currentColor", }), ), - Ez = (t) => + vz = (t) => e.createElement( "svg", { @@ -75743,7 +75750,7 @@ const iN = ({ fill: "currentColor", }), ), - wz = (t) => + Ez = (t) => e.createElement( "svg", { @@ -75760,7 +75767,7 @@ const iN = ({ fill: "currentColor", }), ), - Lz = (t) => + wz = (t) => e.createElement( "svg", { @@ -75777,7 +75784,7 @@ const iN = ({ fill: "currentColor", }), ), - bz = (t) => + Lz = (t) => e.createElement( "svg", { @@ -75794,7 +75801,7 @@ const iN = ({ fill: "currentColor", }), ), - Mz = (t) => + bz = (t) => e.createElement( "svg", { @@ -75811,7 +75818,7 @@ const iN = ({ fill: "currentColor", }), ), - Hz = (t) => + Mz = (t) => e.createElement( "svg", { @@ -75828,7 +75835,7 @@ const iN = ({ fill: "currentColor", }), ), - yz = (t) => + Hz = (t) => e.createElement( "svg", { @@ -75845,7 +75852,7 @@ const iN = ({ fill: "currentColor", }), ), - Rz = (t) => + yz = (t) => e.createElement( "svg", { @@ -75862,7 +75869,7 @@ const iN = ({ fill: "currentColor", }), ), - xz = (t) => + Rz = (t) => e.createElement( "svg", { @@ -75879,7 +75886,7 @@ const iN = ({ fill: "currentColor", }), ), - Tz = (t) => + xz = (t) => e.createElement( "svg", { @@ -75896,7 +75903,7 @@ const iN = ({ fill: "currentColor", }), ), - Nz = (t) => + Tz = (t) => e.createElement( "svg", { @@ -75919,7 +75926,7 @@ const iN = ({ fill: "currentColor", }), ), - Sz = (t) => + Nz = (t) => e.createElement( "svg", { @@ -75936,7 +75943,7 @@ const iN = ({ fill: "currentColor", }), ), - Vz = (t) => + Sz = (t) => e.createElement( "svg", { @@ -75953,7 +75960,7 @@ const iN = ({ fill: "currentColor", }), ), - _z = (t) => + Vz = (t) => e.createElement( "svg", { @@ -75970,7 +75977,7 @@ const iN = ({ fill: "currentColor", }), ), - Az = (t) => + _z = (t) => e.createElement( "svg", { @@ -75987,7 +75994,7 @@ const iN = ({ fill: "currentColor", }), ), - kz = (t) => + Az = (t) => e.createElement( "svg", { @@ -76004,7 +76011,7 @@ const iN = ({ fill: "currentColor", }), ), - Iz = (t) => + kz = (t) => e.createElement( "svg", { @@ -76021,7 +76028,7 @@ const iN = ({ fill: "currentColor", }), ), - Zz = (t) => + Iz = (t) => e.createElement( "svg", { @@ -76038,7 +76045,7 @@ const iN = ({ fill: "currentColor", }), ), - Bz = (t) => + Zz = (t) => e.createElement( "svg", { @@ -76055,7 +76062,7 @@ const iN = ({ fill: "currentColor", }), ), - Oz = (t) => + Bz = (t) => e.createElement( "svg", { @@ -76072,7 +76079,7 @@ const iN = ({ fill: "currentColor", }), ), - Dz = (t) => + Oz = (t) => e.createElement( "svg", { @@ -76089,7 +76096,7 @@ const iN = ({ fill: "currentColor", }), ), - Pz = (t) => + Dz = (t) => e.createElement( "svg", { @@ -76106,7 +76113,7 @@ const iN = ({ fill: "currentColor", }), ), - Fz = (t) => + Pz = (t) => e.createElement( "svg", { @@ -76123,7 +76130,7 @@ const iN = ({ fill: "currentColor", }), ), - Uz = (t) => + Fz = (t) => e.createElement( "svg", { @@ -76140,7 +76147,7 @@ const iN = ({ fill: "currentColor", }), ), - Gz = (t) => + Uz = (t) => e.createElement( "svg", { @@ -76157,7 +76164,7 @@ const iN = ({ fill: "currentColor", }), ), - zz = (t) => + Gz = (t) => e.createElement( "svg", { @@ -76174,7 +76181,7 @@ const iN = ({ fill: "currentColor", }), ), - $z = (t) => + zz = (t) => e.createElement( "svg", { @@ -76191,7 +76198,7 @@ const iN = ({ fill: "currentColor", }), ), - Wz = (t) => + $z = (t) => e.createElement( "svg", { @@ -76208,7 +76215,7 @@ const iN = ({ fill: "currentColor", }), ), - jz = (t) => + Wz = (t) => e.createElement( "svg", { @@ -76225,7 +76232,7 @@ const iN = ({ fill: "currentColor", }), ), - qz = (t) => + jz = (t) => e.createElement( "svg", { @@ -76242,7 +76249,7 @@ const iN = ({ fill: "currentColor", }), ), - Yz = (t) => + qz = (t) => e.createElement( "svg", { @@ -76259,7 +76266,7 @@ const iN = ({ fill: "currentColor", }), ), - Kz = (t) => + Yz = (t) => e.createElement( "svg", { @@ -76276,7 +76283,7 @@ const iN = ({ fill: "currentColor", }), ), - Xz = (t) => + Kz = (t) => e.createElement( "svg", { @@ -76293,7 +76300,7 @@ const iN = ({ fill: "currentColor", }), ), - Qz = (t) => + Xz = (t) => e.createElement( "svg", { @@ -76310,7 +76317,7 @@ const iN = ({ fill: "currentColor", }), ), - Jz = (t) => + Qz = (t) => e.createElement( "svg", { @@ -76327,7 +76334,7 @@ const iN = ({ fill: "currentColor", }), ), - e$ = (t) => + Jz = (t) => e.createElement( "svg", { @@ -76344,7 +76351,7 @@ const iN = ({ fill: "currentColor", }), ), - t$ = (t) => + e$ = (t) => e.createElement( "svg", { @@ -76361,7 +76368,7 @@ const iN = ({ fill: "currentColor", }), ), - n$ = (t) => + t$ = (t) => e.createElement( "svg", { @@ -76378,7 +76385,7 @@ const iN = ({ fill: "currentColor", }), ), - r$ = (t) => + n$ = (t) => e.createElement( "svg", { @@ -76395,7 +76402,7 @@ const iN = ({ fill: "currentColor", }), ), - o$ = (t) => + r$ = (t) => e.createElement( "svg", { @@ -76412,7 +76419,7 @@ const iN = ({ fill: "currentColor", }), ), - a$ = (t) => + o$ = (t) => e.createElement( "svg", { @@ -76429,7 +76436,7 @@ const iN = ({ fill: "currentColor", }), ), - l$ = (t) => + a$ = (t) => e.createElement( "svg", { @@ -76446,7 +76453,7 @@ const iN = ({ fill: "currentColor", }), ), - i$ = (t) => + l$ = (t) => e.createElement( "svg", { @@ -76463,7 +76470,7 @@ const iN = ({ fill: "currentColor", }), ), - C$ = (t) => + i$ = (t) => e.createElement( "svg", { @@ -76480,7 +76487,7 @@ const iN = ({ fill: "currentColor", }), ), - s$ = (t) => + C$ = (t) => e.createElement( "svg", { @@ -76497,7 +76504,7 @@ const iN = ({ fill: "currentColor", }), ), - c$ = (t) => + s$ = (t) => e.createElement( "svg", { @@ -76514,7 +76521,7 @@ const iN = ({ fill: "currentColor", }), ), - d$ = (t) => + c$ = (t) => e.createElement( "svg", { @@ -76531,7 +76538,7 @@ const iN = ({ fill: "currentColor", }), ), - u$ = (t) => + d$ = (t) => e.createElement( "svg", { @@ -76548,7 +76555,7 @@ const iN = ({ fill: "currentColor", }), ), - m$ = (t) => + u$ = (t) => e.createElement( "svg", { @@ -76565,7 +76572,7 @@ const iN = ({ fill: "currentColor", }), ), - p$ = (t) => + m$ = (t) => e.createElement( "svg", { @@ -76582,7 +76589,7 @@ const iN = ({ fill: "currentColor", }), ), - g$ = (t) => + p$ = (t) => e.createElement( "svg", { @@ -76599,7 +76606,7 @@ const iN = ({ fill: "currentColor", }), ), - h$ = (t) => + g$ = (t) => e.createElement( "svg", { @@ -76616,7 +76623,7 @@ const iN = ({ fill: "currentColor", }), ), - f$ = (t) => + h$ = (t) => e.createElement( "svg", { @@ -76633,7 +76640,7 @@ const iN = ({ fill: "currentColor", }), ), - v$ = (t) => + f$ = (t) => e.createElement( "svg", { @@ -76650,7 +76657,7 @@ const iN = ({ fill: "currentColor", }), ), - E$ = (t) => + v$ = (t) => e.createElement( "svg", { @@ -76667,7 +76674,7 @@ const iN = ({ fill: "currentColor", }), ), - w$ = (t) => + E$ = (t) => e.createElement( "svg", { @@ -76684,7 +76691,7 @@ const iN = ({ fill: "currentColor", }), ), - L$ = (t) => + w$ = (t) => e.createElement( "svg", { @@ -76701,7 +76708,7 @@ const iN = ({ fill: "currentColor", }), ), - b$ = (t) => + L$ = (t) => e.createElement( "svg", { @@ -76718,7 +76725,7 @@ const iN = ({ fill: "currentColor", }), ), - M$ = (t) => + b$ = (t) => e.createElement( "svg", { @@ -76735,7 +76742,7 @@ const iN = ({ fill: "currentColor", }), ), - H$ = (t) => + M$ = (t) => e.createElement( "svg", { @@ -76752,7 +76759,7 @@ const iN = ({ fill: "currentColor", }), ), - y$ = (t) => + H$ = (t) => e.createElement( "svg", { @@ -76769,7 +76776,7 @@ const iN = ({ fill: "currentColor", }), ), - R$ = (t) => + y$ = (t) => e.createElement( "svg", { @@ -76786,7 +76793,7 @@ const iN = ({ fill: "currentColor", }), ), - x$ = (t) => + R$ = (t) => e.createElement( "svg", { @@ -76803,7 +76810,7 @@ const iN = ({ fill: "currentColor", }), ), - T$ = (t) => + x$ = (t) => e.createElement( "svg", { @@ -76820,7 +76827,7 @@ const iN = ({ fill: "currentColor", }), ), - N$ = (t) => + T$ = (t) => e.createElement( "svg", { @@ -76837,7 +76844,7 @@ const iN = ({ fill: "currentColor", }), ), - S$ = (t) => + N$ = (t) => e.createElement( "svg", { @@ -76854,7 +76861,7 @@ const iN = ({ fill: "currentColor", }), ), - V$ = (t) => + S$ = (t) => e.createElement( "svg", { @@ -76871,7 +76878,7 @@ const iN = ({ fill: "currentColor", }), ), - _$ = (t) => + V$ = (t) => e.createElement( "svg", { @@ -76888,7 +76895,7 @@ const iN = ({ fill: "currentColor", }), ), - A$ = (t) => + _$ = (t) => e.createElement( "svg", { @@ -76905,7 +76912,7 @@ const iN = ({ fill: "currentColor", }), ), - k$ = (t) => + A$ = (t) => e.createElement( "svg", { @@ -76922,7 +76929,7 @@ const iN = ({ fill: "currentColor", }), ), - I$ = (t) => + k$ = (t) => e.createElement( "svg", { @@ -76939,7 +76946,7 @@ const iN = ({ fill: "currentColor", }), ), - Z$ = (t) => + I$ = (t) => e.createElement( "svg", { @@ -76956,7 +76963,7 @@ const iN = ({ fill: "currentColor", }), ), - B$ = (t) => + Z$ = (t) => e.createElement( "svg", { @@ -76973,7 +76980,7 @@ const iN = ({ fill: "currentColor", }), ), - O$ = (t) => + B$ = (t) => e.createElement( "svg", { @@ -76990,7 +76997,7 @@ const iN = ({ fill: "currentColor", }), ), - D$ = (t) => + O$ = (t) => e.createElement( "svg", { @@ -77007,7 +77014,7 @@ const iN = ({ fill: "currentColor", }), ), - P$ = (t) => + D$ = (t) => e.createElement( "svg", { @@ -77024,7 +77031,7 @@ const iN = ({ fill: "currentColor", }), ), - F$ = (t) => + P$ = (t) => e.createElement( "svg", { @@ -77041,7 +77048,7 @@ const iN = ({ fill: "currentColor", }), ), - U$ = (t) => + F$ = (t) => e.createElement( "svg", { @@ -77058,7 +77065,7 @@ const iN = ({ fill: "currentColor", }), ), - G$ = (t) => + U$ = (t) => e.createElement( "svg", { @@ -77075,7 +77082,7 @@ const iN = ({ fill: "currentColor", }), ), - z$ = (t) => + G$ = (t) => e.createElement( "svg", { @@ -77092,7 +77099,7 @@ const iN = ({ fill: "currentColor", }), ), - $$ = (t) => + z$ = (t) => e.createElement( "svg", { @@ -77109,7 +77116,7 @@ const iN = ({ fill: "currentColor", }), ), - W$ = (t) => + $$ = (t) => e.createElement( "svg", { @@ -77126,7 +77133,7 @@ const iN = ({ fill: "currentColor", }), ), - j$ = (t) => + W$ = (t) => e.createElement( "svg", { @@ -77143,7 +77150,7 @@ const iN = ({ fill: "currentColor", }), ), - q$ = (t) => + j$ = (t) => e.createElement( "svg", { @@ -77160,7 +77167,7 @@ const iN = ({ fill: "currentColor", }), ), - Y$ = (t) => + q$ = (t) => e.createElement( "svg", { @@ -77177,7 +77184,7 @@ const iN = ({ fill: "currentColor", }), ), - K$ = (t) => + Y$ = (t) => e.createElement( "svg", { @@ -77194,7 +77201,7 @@ const iN = ({ fill: "currentColor", }), ), - X$ = (t) => + K$ = (t) => e.createElement( "svg", { @@ -77211,7 +77218,7 @@ const iN = ({ fill: "currentColor", }), ), - Q$ = (t) => + X$ = (t) => e.createElement( "svg", { @@ -77228,7 +77235,7 @@ const iN = ({ fill: "currentColor", }), ), - J$ = (t) => + Q$ = (t) => e.createElement( "svg", { @@ -77245,7 +77252,7 @@ const iN = ({ fill: "currentColor", }), ), - eW = (t) => + J$ = (t) => e.createElement( "svg", { @@ -77262,7 +77269,7 @@ const iN = ({ fill: "currentColor", }), ), - tW = (t) => + eW = (t) => e.createElement( "svg", { @@ -77279,7 +77286,7 @@ const iN = ({ fill: "currentColor", }), ), - nW = (t) => + tW = (t) => e.createElement( "svg", { @@ -77296,7 +77303,7 @@ const iN = ({ fill: "currentColor", }), ), - rW = (t) => + nW = (t) => e.createElement( "svg", { @@ -77313,7 +77320,7 @@ const iN = ({ fill: "currentColor", }), ), - oW = (t) => + rW = (t) => e.createElement( "svg", { @@ -77330,7 +77337,7 @@ const iN = ({ fill: "currentColor", }), ), - aW = (t) => + oW = (t) => e.createElement( "svg", { @@ -77347,7 +77354,7 @@ const iN = ({ fill: "currentColor", }), ), - lW = (t) => + aW = (t) => e.createElement( "svg", { @@ -77364,7 +77371,7 @@ const iN = ({ fill: "currentColor", }), ), - iW = (t) => + lW = (t) => e.createElement( "svg", { @@ -77381,7 +77388,7 @@ const iN = ({ fill: "currentColor", }), ), - CW = (t) => + iW = (t) => e.createElement( "svg", { @@ -77398,7 +77405,7 @@ const iN = ({ fill: "currentColor", }), ), - sW = (t) => + CW = (t) => e.createElement( "svg", { @@ -77415,7 +77422,7 @@ const iN = ({ fill: "currentColor", }), ), - cW = (t) => + sW = (t) => e.createElement( "svg", { @@ -77432,7 +77439,7 @@ const iN = ({ fill: "currentColor", }), ), - dW = (t) => + cW = (t) => e.createElement( "svg", { @@ -77449,7 +77456,7 @@ const iN = ({ fill: "currentColor", }), ), - uW = (t) => + dW = (t) => e.createElement( "svg", { @@ -77466,7 +77473,7 @@ const iN = ({ fill: "currentColor", }), ), - mW = (t) => + uW = (t) => e.createElement( "svg", { @@ -77483,7 +77490,7 @@ const iN = ({ fill: "currentColor", }), ), - pW = (t) => + mW = (t) => e.createElement( "svg", { @@ -77500,7 +77507,7 @@ const iN = ({ fill: "currentColor", }), ), - gW = (t) => + pW = (t) => e.createElement( "svg", { @@ -77517,7 +77524,7 @@ const iN = ({ fill: "currentColor", }), ), - hW = (t) => + gW = (t) => e.createElement( "svg", { @@ -77534,7 +77541,7 @@ const iN = ({ fill: "currentColor", }), ), - fW = (t) => + hW = (t) => e.createElement( "svg", { @@ -77551,7 +77558,7 @@ const iN = ({ fill: "currentColor", }), ), - vW = (t) => + fW = (t) => e.createElement( "svg", { @@ -77568,7 +77575,7 @@ const iN = ({ fill: "currentColor", }), ), - EW = (t) => + vW = (t) => e.createElement( "svg", { @@ -77585,7 +77592,7 @@ const iN = ({ fill: "currentColor", }), ), - wW = (t) => + EW = (t) => e.createElement( "svg", { @@ -77602,7 +77609,7 @@ const iN = ({ fill: "currentColor", }), ), - LW = (t) => + wW = (t) => e.createElement( "svg", { @@ -77619,7 +77626,7 @@ const iN = ({ fill: "currentColor", }), ), - bW = (t) => + LW = (t) => e.createElement( "svg", { @@ -77636,7 +77643,7 @@ const iN = ({ fill: "currentColor", }), ), - MW = (t) => + bW = (t) => e.createElement( "svg", { @@ -77653,7 +77660,7 @@ const iN = ({ fill: "currentColor", }), ), - HW = (t) => + MW = (t) => e.createElement( "svg", { @@ -77670,7 +77677,7 @@ const iN = ({ fill: "currentColor", }), ), - yW = (t) => + HW = (t) => e.createElement( "svg", { @@ -77687,7 +77694,7 @@ const iN = ({ fill: "currentColor", }), ), - RW = (t) => + yW = (t) => e.createElement( "svg", { @@ -77704,7 +77711,7 @@ const iN = ({ fill: "currentColor", }), ), - xW = (t) => + RW = (t) => e.createElement( "svg", { @@ -77721,7 +77728,7 @@ const iN = ({ fill: "currentColor", }), ), - TW = (t) => + xW = (t) => e.createElement( "svg", { @@ -77738,7 +77745,7 @@ const iN = ({ fill: "currentColor", }), ), - NW = (t) => + TW = (t) => e.createElement( "svg", { @@ -77755,7 +77762,7 @@ const iN = ({ fill: "currentColor", }), ), - SW = (t) => + NW = (t) => e.createElement( "svg", { @@ -77772,7 +77779,7 @@ const iN = ({ fill: "currentColor", }), ), - VW = (t) => + SW = (t) => e.createElement( "svg", { @@ -77789,7 +77796,7 @@ const iN = ({ fill: "currentColor", }), ), - _W = (t) => + VW = (t) => e.createElement( "svg", { @@ -77806,7 +77813,7 @@ const iN = ({ fill: "currentColor", }), ), - AW = (t) => + _W = (t) => e.createElement( "svg", { @@ -77823,7 +77830,7 @@ const iN = ({ fill: "currentColor", }), ), - kW = (t) => + AW = (t) => e.createElement( "svg", { @@ -77840,7 +77847,7 @@ const iN = ({ fill: "currentColor", }), ), - IW = (t) => + kW = (t) => e.createElement( "svg", { @@ -77857,7 +77864,7 @@ const iN = ({ fill: "currentColor", }), ), - ZW = (t) => + IW = (t) => e.createElement( "svg", { @@ -77874,7 +77881,7 @@ const iN = ({ fill: "currentColor", }), ), - BW = (t) => + ZW = (t) => e.createElement( "svg", { @@ -77891,7 +77898,7 @@ const iN = ({ fill: "currentColor", }), ), - OW = (t) => + BW = (t) => e.createElement( "svg", { @@ -77908,7 +77915,7 @@ const iN = ({ fill: "currentColor", }), ), - DW = (t) => + OW = (t) => e.createElement( "svg", { @@ -77925,7 +77932,7 @@ const iN = ({ fill: "currentColor", }), ), - PW = (t) => + DW = (t) => e.createElement( "svg", { @@ -77942,7 +77949,7 @@ const iN = ({ fill: "currentColor", }), ), - FW = (t) => + PW = (t) => e.createElement( "svg", { @@ -77959,7 +77966,7 @@ const iN = ({ fill: "currentColor", }), ), - UW = (t) => + FW = (t) => e.createElement( "svg", { @@ -77976,7 +77983,7 @@ const iN = ({ fill: "currentColor", }), ), - GW = (t) => + UW = (t) => e.createElement( "svg", { @@ -77993,7 +78000,7 @@ const iN = ({ fill: "currentColor", }), ), - zW = (t) => + GW = (t) => e.createElement( "svg", { @@ -78010,7 +78017,7 @@ const iN = ({ fill: "currentColor", }), ), - $W = (t) => + zW = (t) => e.createElement( "svg", { @@ -78027,7 +78034,7 @@ const iN = ({ fill: "currentColor", }), ), - WW = (t) => + $W = (t) => e.createElement( "svg", { @@ -78044,7 +78051,7 @@ const iN = ({ fill: "currentColor", }), ), - jW = (t) => + WW = (t) => e.createElement( "svg", { @@ -78061,7 +78068,7 @@ const iN = ({ fill: "currentColor", }), ), - qW = (t) => + jW = (t) => e.createElement( "svg", { @@ -78078,7 +78085,7 @@ const iN = ({ fill: "currentColor", }), ), - YW = (t) => + qW = (t) => e.createElement( "svg", { @@ -78095,7 +78102,7 @@ const iN = ({ fill: "currentColor", }), ), - KW = (t) => + YW = (t) => e.createElement( "svg", { @@ -78112,7 +78119,7 @@ const iN = ({ fill: "currentColor", }), ), - XW = (t) => + KW = (t) => e.createElement( "svg", { @@ -78129,7 +78136,7 @@ const iN = ({ fill: "currentColor", }), ), - QW = (t) => + XW = (t) => e.createElement( "svg", { @@ -78146,7 +78153,7 @@ const iN = ({ fill: "currentColor", }), ), - JW = (t) => + QW = (t) => e.createElement( "svg", { @@ -78163,7 +78170,7 @@ const iN = ({ fill: "currentColor", }), ), - ej = (t) => + JW = (t) => e.createElement( "svg", { @@ -78180,7 +78187,7 @@ const iN = ({ fill: "currentColor", }), ), - tj = (t) => + ej = (t) => e.createElement( "svg", { @@ -78197,7 +78204,7 @@ const iN = ({ fill: "currentColor", }), ), - nj = (t) => + tj = (t) => e.createElement( "svg", { @@ -78214,7 +78221,7 @@ const iN = ({ fill: "currentColor", }), ), - rj = (t) => + nj = (t) => e.createElement( "svg", { @@ -78231,7 +78238,7 @@ const iN = ({ fill: "currentColor", }), ), - oj = (t) => + rj = (t) => e.createElement( "svg", { @@ -78248,7 +78255,7 @@ const iN = ({ fill: "currentColor", }), ), - aj = (t) => + oj = (t) => e.createElement( "svg", { @@ -78265,7 +78272,7 @@ const iN = ({ fill: "currentColor", }), ), - lj = (t) => + aj = (t) => e.createElement( "svg", { @@ -78282,7 +78289,7 @@ const iN = ({ fill: "currentColor", }), ), - ij = (t) => + lj = (t) => e.createElement( "svg", { @@ -78299,7 +78306,7 @@ const iN = ({ fill: "currentColor", }), ), - Cj = (t) => + ij = (t) => e.createElement( "svg", { @@ -78316,7 +78323,7 @@ const iN = ({ fill: "currentColor", }), ), - sj = (t) => + Cj = (t) => e.createElement( "svg", { @@ -78333,7 +78340,7 @@ const iN = ({ fill: "currentColor", }), ), - cj = (t) => + sj = (t) => e.createElement( "svg", { @@ -78350,7 +78357,7 @@ const iN = ({ fill: "currentColor", }), ), - dj = (t) => + cj = (t) => e.createElement( "svg", { @@ -78367,7 +78374,7 @@ const iN = ({ fill: "currentColor", }), ), - uj = (t) => + dj = (t) => e.createElement( "svg", { @@ -78384,7 +78391,7 @@ const iN = ({ fill: "currentColor", }), ), - mj = (t) => + uj = (t) => e.createElement( "svg", { @@ -78401,7 +78408,7 @@ const iN = ({ fill: "currentColor", }), ), - pj = (t) => + mj = (t) => e.createElement( "svg", { @@ -78418,7 +78425,7 @@ const iN = ({ fill: "currentColor", }), ), - gj = (t) => + pj = (t) => e.createElement( "svg", { @@ -78435,7 +78442,7 @@ const iN = ({ fill: "currentColor", }), ), - hj = (t) => + gj = (t) => e.createElement( "svg", { @@ -78452,7 +78459,7 @@ const iN = ({ fill: "currentColor", }), ), - fj = (t) => + hj = (t) => e.createElement( "svg", { @@ -78469,7 +78476,7 @@ const iN = ({ fill: "currentColor", }), ), - vj = (t) => + fj = (t) => e.createElement( "svg", { @@ -78486,7 +78493,7 @@ const iN = ({ fill: "currentColor", }), ), - Ej = (t) => + vj = (t) => e.createElement( "svg", { @@ -78503,7 +78510,7 @@ const iN = ({ fill: "currentColor", }), ), - wj = (t) => + Ej = (t) => e.createElement( "svg", { @@ -78520,7 +78527,7 @@ const iN = ({ fill: "currentColor", }), ), - Lj = (t) => + wj = (t) => e.createElement( "svg", { @@ -78537,7 +78544,7 @@ const iN = ({ fill: "currentColor", }), ), - bj = (t) => + Lj = (t) => e.createElement( "svg", { @@ -78554,7 +78561,7 @@ const iN = ({ fill: "currentColor", }), ), - Mj = (t) => + bj = (t) => e.createElement( "svg", { @@ -78571,7 +78578,7 @@ const iN = ({ fill: "currentColor", }), ), - Hj = (t) => + Mj = (t) => e.createElement( "svg", { @@ -78588,7 +78595,7 @@ const iN = ({ fill: "currentColor", }), ), - yj = (t) => + Hj = (t) => e.createElement( "svg", { @@ -78605,7 +78612,7 @@ const iN = ({ fill: "currentColor", }), ), - Rj = (t) => + yj = (t) => e.createElement( "svg", { @@ -78622,7 +78629,7 @@ const iN = ({ fill: "currentColor", }), ), - xj = (t) => + Rj = (t) => e.createElement( "svg", { @@ -78639,7 +78646,7 @@ const iN = ({ fill: "currentColor", }), ), - Tj = (t) => + xj = (t) => e.createElement( "svg", { @@ -78656,7 +78663,7 @@ const iN = ({ fill: "currentColor", }), ), - Nj = (t) => + Tj = (t) => e.createElement( "svg", { @@ -78673,7 +78680,7 @@ const iN = ({ fill: "currentColor", }), ), - Sj = (t) => + Nj = (t) => e.createElement( "svg", { @@ -78690,7 +78697,7 @@ const iN = ({ fill: "currentColor", }), ), - Vj = (t) => + Sj = (t) => e.createElement( "svg", { @@ -78707,7 +78714,7 @@ const iN = ({ fill: "currentColor", }), ), - _j = (t) => + Vj = (t) => e.createElement( "svg", { @@ -78724,7 +78731,7 @@ const iN = ({ fill: "currentColor", }), ), - Aj = (t) => + _j = (t) => e.createElement( "svg", { @@ -78741,7 +78748,7 @@ const iN = ({ fill: "currentColor", }), ), - kj = (t) => + Aj = (t) => e.createElement( "svg", { @@ -78758,7 +78765,7 @@ const iN = ({ fill: "currentColor", }), ), - Ij = (t) => + kj = (t) => e.createElement( "svg", { @@ -78775,7 +78782,7 @@ const iN = ({ fill: "currentColor", }), ), - Zj = (t) => + Ij = (t) => e.createElement( "svg", { @@ -78792,7 +78799,7 @@ const iN = ({ fill: "currentColor", }), ), - Bj = (t) => + Zj = (t) => e.createElement( "svg", { @@ -78809,7 +78816,7 @@ const iN = ({ fill: "currentColor", }), ), - Oj = (t) => + Bj = (t) => e.createElement( "svg", { @@ -78826,7 +78833,7 @@ const iN = ({ fill: "currentColor", }), ), - Dj = (t) => + Oj = (t) => e.createElement( "svg", { @@ -78843,7 +78850,7 @@ const iN = ({ fill: "currentColor", }), ), - Pj = (t) => + Dj = (t) => e.createElement( "svg", { @@ -78866,7 +78873,7 @@ const iN = ({ fill: "currentColor", }), ), - Fj = (t) => + Pj = (t) => e.createElement( "svg", { @@ -78883,7 +78890,7 @@ const iN = ({ fill: "currentColor", }), ), - Uj = (t) => + Fj = (t) => e.createElement( "svg", { @@ -78900,7 +78907,7 @@ const iN = ({ fill: "currentColor", }), ), - Gj = (t) => + Uj = (t) => e.createElement( "svg", { @@ -78917,7 +78924,7 @@ const iN = ({ fill: "currentColor", }), ), - zj = (t) => + Gj = (t) => e.createElement( "svg", { @@ -78934,7 +78941,7 @@ const iN = ({ fill: "currentColor", }), ), - $j = (t) => + zj = (t) => e.createElement( "svg", { @@ -78951,7 +78958,7 @@ const iN = ({ fill: "currentColor", }), ), - Wj = (t) => + $j = (t) => e.createElement( "svg", { @@ -78968,7 +78975,7 @@ const iN = ({ fill: "currentColor", }), ), - jj = (t) => + Wj = (t) => e.createElement( "svg", { @@ -78985,7 +78992,7 @@ const iN = ({ fill: "currentColor", }), ), - qj = (t) => + jj = (t) => e.createElement( "svg", { @@ -79002,7 +79009,7 @@ const iN = ({ fill: "currentColor", }), ), - Yj = (t) => + qj = (t) => e.createElement( "svg", { @@ -79019,7 +79026,7 @@ const iN = ({ fill: "currentColor", }), ), - Kj = (t) => + Yj = (t) => e.createElement( "svg", { @@ -79036,7 +79043,7 @@ const iN = ({ fill: "currentColor", }), ), - Xj = (t) => + Kj = (t) => e.createElement( "svg", { @@ -79053,7 +79060,7 @@ const iN = ({ fill: "currentColor", }), ), - Qj = (t) => + Xj = (t) => e.createElement( "svg", { @@ -79070,7 +79077,7 @@ const iN = ({ fill: "currentColor", }), ), - Jj = (t) => + Qj = (t) => e.createElement( "svg", { @@ -79087,7 +79094,7 @@ const iN = ({ fill: "currentColor", }), ), - eq = (t) => + Jj = (t) => e.createElement( "svg", { @@ -79104,7 +79111,7 @@ const iN = ({ fill: "currentColor", }), ), - tq = (t) => + eq = (t) => e.createElement( "svg", { @@ -79121,7 +79128,7 @@ const iN = ({ fill: "currentColor", }), ), - nq = (t) => + tq = (t) => e.createElement( "svg", { @@ -79138,7 +79145,7 @@ const iN = ({ fill: "currentColor", }), ), - rq = (t) => + nq = (t) => e.createElement( "svg", { @@ -79155,7 +79162,7 @@ const iN = ({ fill: "currentColor", }), ), - oq = (t) => + rq = (t) => e.createElement( "svg", { @@ -79172,7 +79179,7 @@ const iN = ({ fill: "currentColor", }), ), - aq = (t) => + oq = (t) => e.createElement( "svg", { @@ -79189,7 +79196,7 @@ const iN = ({ fill: "currentColor", }), ), - lq = (t) => + aq = (t) => e.createElement( "svg", { @@ -79206,7 +79213,7 @@ const iN = ({ fill: "currentColor", }), ), - iq = (t) => + lq = (t) => e.createElement( "svg", { @@ -79223,7 +79230,7 @@ const iN = ({ fill: "currentColor", }), ), - Cq = (t) => + iq = (t) => e.createElement( "svg", { @@ -79240,7 +79247,7 @@ const iN = ({ fill: "currentColor", }), ), - sq = (t) => + Cq = (t) => e.createElement( "svg", { @@ -79257,7 +79264,7 @@ const iN = ({ fill: "currentColor", }), ), - cq = (t) => + sq = (t) => e.createElement( "svg", { @@ -79274,7 +79281,7 @@ const iN = ({ fill: "currentColor", }), ), - dq = (t) => + cq = (t) => e.createElement( "svg", { @@ -79291,7 +79298,7 @@ const iN = ({ fill: "currentColor", }), ), - uq = (t) => + dq = (t) => e.createElement( "svg", { @@ -79308,7 +79315,7 @@ const iN = ({ fill: "currentColor", }), ), - mq = (t) => + uq = (t) => e.createElement( "svg", { @@ -79325,7 +79332,7 @@ const iN = ({ fill: "currentColor", }), ), - pq = (t) => + mq = (t) => e.createElement( "svg", { @@ -79342,7 +79349,7 @@ const iN = ({ fill: "currentColor", }), ), - gq = (t) => + pq = (t) => e.createElement( "svg", { @@ -79359,7 +79366,7 @@ const iN = ({ fill: "currentColor", }), ), - hq = (t) => + gq = (t) => e.createElement( "svg", { @@ -79376,7 +79383,7 @@ const iN = ({ fill: "currentColor", }), ), - fq = (t) => + hq = (t) => e.createElement( "svg", { @@ -79393,7 +79400,7 @@ const iN = ({ fill: "currentColor", }), ), - vq = (t) => + fq = (t) => e.createElement( "svg", { @@ -79410,7 +79417,7 @@ const iN = ({ fill: "currentColor", }), ), - Eq = (t) => + vq = (t) => e.createElement( "svg", { @@ -79427,7 +79434,7 @@ const iN = ({ fill: "currentColor", }), ), - wq = (t) => + Eq = (t) => e.createElement( "svg", { @@ -79444,7 +79451,7 @@ const iN = ({ fill: "currentColor", }), ), - Lq = (t) => + wq = (t) => e.createElement( "svg", { @@ -79461,7 +79468,7 @@ const iN = ({ fill: "currentColor", }), ), - bq = (t) => + Lq = (t) => e.createElement( "svg", { @@ -79478,7 +79485,7 @@ const iN = ({ fill: "currentColor", }), ), - Mq = (t) => + bq = (t) => e.createElement( "svg", { @@ -79495,7 +79502,7 @@ const iN = ({ fill: "currentColor", }), ), - Hq = (t) => + Mq = (t) => e.createElement( "svg", { @@ -79512,7 +79519,7 @@ const iN = ({ fill: "currentColor", }), ), - yq = (t) => + Hq = (t) => e.createElement( "svg", { @@ -79529,7 +79536,7 @@ const iN = ({ fill: "currentColor", }), ), - Rq = (t) => + yq = (t) => e.createElement( "svg", { @@ -79546,7 +79553,7 @@ const iN = ({ fill: "currentColor", }), ), - xq = (t) => + Rq = (t) => e.createElement( "svg", { @@ -79563,7 +79570,7 @@ const iN = ({ fill: "currentColor", }), ), - Tq = (t) => + xq = (t) => e.createElement( "svg", { @@ -79580,7 +79587,7 @@ const iN = ({ fill: "currentColor", }), ), - Nq = (t) => + Tq = (t) => e.createElement( "svg", { @@ -79597,7 +79604,7 @@ const iN = ({ fill: "currentColor", }), ), - Sq = (t) => + Nq = (t) => e.createElement( "svg", { @@ -79614,7 +79621,7 @@ const iN = ({ fill: "currentColor", }), ), - Vq = (t) => + Sq = (t) => e.createElement( "svg", { @@ -79631,7 +79638,7 @@ const iN = ({ fill: "currentColor", }), ), - _q = (t) => + Vq = (t) => e.createElement( "svg", { @@ -79648,7 +79655,7 @@ const iN = ({ fill: "currentColor", }), ), - Aq = (t) => + _q = (t) => e.createElement( "svg", { @@ -79665,7 +79672,7 @@ const iN = ({ fill: "currentColor", }), ), - kq = (t) => + Aq = (t) => e.createElement( "svg", { @@ -79682,7 +79689,7 @@ const iN = ({ fill: "currentColor", }), ), - Iq = (t) => + kq = (t) => e.createElement( "svg", { @@ -79699,7 +79706,7 @@ const iN = ({ fill: "currentColor", }), ), - Zq = (t) => + Iq = (t) => e.createElement( "svg", { @@ -79722,7 +79729,7 @@ const iN = ({ fill: "currentColor", }), ), - Bq = (t) => + Zq = (t) => e.createElement( "svg", { @@ -79745,7 +79752,7 @@ const iN = ({ fill: "currentColor", }), ), - Oq = (t) => + Bq = (t) => e.createElement( "svg", { @@ -79762,7 +79769,7 @@ const iN = ({ fill: "currentColor", }), ), - Dq = (t) => + Oq = (t) => e.createElement( "svg", { @@ -79785,7 +79792,7 @@ const iN = ({ fill: "currentColor", }), ), - Pq = (t) => + Dq = (t) => e.createElement( "svg", { @@ -79808,7 +79815,7 @@ const iN = ({ fill: "currentColor", }), ), - Fq = (t) => + Pq = (t) => e.createElement( "svg", { @@ -79829,7 +79836,7 @@ const iN = ({ fill: "currentColor", }), ), - Uq = (t) => + Fq = (t) => e.createElement( "svg", { @@ -79852,7 +79859,7 @@ const iN = ({ fill: "currentColor", }), ), - Gq = (t) => + Uq = (t) => e.createElement( "svg", { @@ -79869,7 +79876,7 @@ const iN = ({ fill: "currentColor", }), ), - zq = (t) => + Gq = (t) => e.createElement( "svg", { @@ -79886,7 +79893,7 @@ const iN = ({ fill: "currentColor", }), ), - $q = (t) => + zq = (t) => e.createElement( "svg", { @@ -79903,7 +79910,7 @@ const iN = ({ fill: "currentColor", }), ), - Wq = (t) => + $q = (t) => e.createElement( "svg", { @@ -79920,7 +79927,7 @@ const iN = ({ fill: "currentColor", }), ), - jq = (t) => + Wq = (t) => e.createElement( "svg", { @@ -79937,7 +79944,7 @@ const iN = ({ fill: "currentColor", }), ), - qq = (t) => + jq = (t) => e.createElement( "svg", { @@ -79954,7 +79961,7 @@ const iN = ({ fill: "currentColor", }), ), - Yq = (t) => + qq = (t) => e.createElement( "svg", { @@ -79971,7 +79978,7 @@ const iN = ({ fill: "currentColor", }), ), - Kq = (t) => + Yq = (t) => e.createElement( "svg", { @@ -79988,7 +79995,7 @@ const iN = ({ fill: "currentColor", }), ), - Xq = (t) => + Kq = (t) => e.createElement( "svg", { @@ -80005,7 +80012,7 @@ const iN = ({ fill: "currentColor", }), ), - Qq = (t) => + Xq = (t) => e.createElement( "svg", { @@ -80022,7 +80029,7 @@ const iN = ({ fill: "currentColor", }), ), - Jq = (t) => + Qq = (t) => e.createElement( "svg", { @@ -80039,7 +80046,7 @@ const iN = ({ fill: "currentColor", }), ), - eY = (t) => + Jq = (t) => e.createElement( "svg", { @@ -80056,7 +80063,7 @@ const iN = ({ fill: "currentColor", }), ), - tY = (t) => + eY = (t) => e.createElement( "svg", { @@ -80073,7 +80080,7 @@ const iN = ({ fill: "currentColor", }), ), - nY = (t) => + tY = (t) => e.createElement( "svg", { @@ -80090,7 +80097,7 @@ const iN = ({ fill: "currentColor", }), ), - rY = (t) => + nY = (t) => e.createElement( "svg", { @@ -80107,7 +80114,7 @@ const iN = ({ fill: "currentColor", }), ), - oY = (t) => + rY = (t) => e.createElement( "svg", { @@ -80124,7 +80131,7 @@ const iN = ({ fill: "currentColor", }), ), - aY = (t) => + oY = (t) => e.createElement( "svg", { @@ -80141,7 +80148,7 @@ const iN = ({ fill: "currentColor", }), ), - lY = (t) => + aY = (t) => e.createElement( "svg", { @@ -80158,7 +80165,7 @@ const iN = ({ fill: "currentColor", }), ), - iY = (t) => + lY = (t) => e.createElement( "svg", { @@ -80175,7 +80182,7 @@ const iN = ({ fill: "currentColor", }), ), - CY = (t) => + iY = (t) => e.createElement( "svg", { @@ -80192,7 +80199,7 @@ const iN = ({ fill: "currentColor", }), ), - sY = (t) => + CY = (t) => e.createElement( "svg", { @@ -80209,7 +80216,7 @@ const iN = ({ fill: "currentColor", }), ), - cY = (t) => + sY = (t) => e.createElement( "svg", { @@ -80226,7 +80233,7 @@ const iN = ({ fill: "currentColor", }), ), - dY = (t) => + cY = (t) => e.createElement( "svg", { @@ -80243,7 +80250,7 @@ const iN = ({ fill: "currentColor", }), ), - uY = (t) => + dY = (t) => e.createElement( "svg", { @@ -80260,7 +80267,7 @@ const iN = ({ fill: "currentColor", }), ), - mY = (t) => + uY = (t) => e.createElement( "svg", { @@ -80277,7 +80284,7 @@ const iN = ({ fill: "currentColor", }), ), - pY = (t) => + mY = (t) => e.createElement( "svg", { @@ -80294,7 +80301,7 @@ const iN = ({ fill: "currentColor", }), ), - gY = (t) => + pY = (t) => e.createElement( "svg", { @@ -80311,7 +80318,7 @@ const iN = ({ fill: "currentColor", }), ), - hY = (t) => + gY = (t) => e.createElement( "svg", { @@ -80328,7 +80335,7 @@ const iN = ({ fill: "currentColor", }), ), - fY = (t) => + hY = (t) => e.createElement( "svg", { @@ -80345,7 +80352,7 @@ const iN = ({ fill: "currentColor", }), ), - vY = (t) => + fY = (t) => e.createElement( "svg", { @@ -80362,7 +80369,7 @@ const iN = ({ fill: "currentColor", }), ), - EY = (t) => + vY = (t) => e.createElement( "svg", { @@ -80379,7 +80386,7 @@ const iN = ({ fill: "currentColor", }), ), - wY = (t) => + EY = (t) => e.createElement( "svg", { @@ -80396,7 +80403,7 @@ const iN = ({ fill: "currentColor", }), ), - LY = (t) => + wY = (t) => e.createElement( "svg", { @@ -80413,7 +80420,7 @@ const iN = ({ fill: "currentColor", }), ), - bY = (t) => + LY = (t) => e.createElement( "svg", { @@ -80430,7 +80437,7 @@ const iN = ({ fill: "currentColor", }), ), - MY = (t) => + bY = (t) => e.createElement( "svg", { @@ -80447,7 +80454,7 @@ const iN = ({ fill: "currentColor", }), ), - HY = (t) => + MY = (t) => e.createElement( "svg", { @@ -80464,7 +80471,7 @@ const iN = ({ fill: "currentColor", }), ), - yY = (t) => + HY = (t) => e.createElement( "svg", { @@ -80481,7 +80488,7 @@ const iN = ({ fill: "currentColor", }), ), - RY = (t) => + yY = (t) => e.createElement( "svg", { @@ -80498,7 +80505,7 @@ const iN = ({ fill: "currentColor", }), ), - xY = (t) => + RY = (t) => e.createElement( "svg", { @@ -80515,7 +80522,7 @@ const iN = ({ fill: "currentColor", }), ), - TY = (t) => + xY = (t) => e.createElement( "svg", { @@ -80532,7 +80539,7 @@ const iN = ({ fill: "currentColor", }), ), - NY = (t) => + TY = (t) => e.createElement( "svg", { @@ -80549,7 +80556,7 @@ const iN = ({ fill: "currentColor", }), ), - SY = (t) => + NY = (t) => e.createElement( "svg", { @@ -80566,7 +80573,7 @@ const iN = ({ fill: "currentColor", }), ), - VY = (t) => + SY = (t) => e.createElement( "svg", { @@ -80583,7 +80590,7 @@ const iN = ({ fill: "currentColor", }), ), - _Y = (t) => + VY = (t) => e.createElement( "svg", { @@ -80600,7 +80607,7 @@ const iN = ({ fill: "currentColor", }), ), - AY = (t) => + _Y = (t) => e.createElement( "svg", { @@ -80617,7 +80624,7 @@ const iN = ({ fill: "currentColor", }), ), - kY = (t) => + AY = (t) => e.createElement( "svg", { @@ -80634,7 +80641,7 @@ const iN = ({ fill: "currentColor", }), ), - IY = (t) => + kY = (t) => e.createElement( "svg", { @@ -80651,7 +80658,7 @@ const iN = ({ fill: "currentColor", }), ), - ZY = (t) => + IY = (t) => e.createElement( "svg", { @@ -80668,7 +80675,7 @@ const iN = ({ fill: "currentColor", }), ), - BY = (t) => + ZY = (t) => e.createElement( "svg", { @@ -80685,7 +80692,7 @@ const iN = ({ fill: "currentColor", }), ), - OY = (t) => + BY = (t) => e.createElement( "svg", { @@ -80702,7 +80709,7 @@ const iN = ({ fill: "currentColor", }), ), - DY = (t) => + OY = (t) => e.createElement( "svg", { @@ -80719,7 +80726,7 @@ const iN = ({ fill: "currentColor", }), ), - PY = (t) => + DY = (t) => e.createElement( "svg", { @@ -80736,7 +80743,7 @@ const iN = ({ fill: "currentColor", }), ), - FY = (t) => + PY = (t) => e.createElement( "svg", { @@ -80753,7 +80760,7 @@ const iN = ({ fill: "currentColor", }), ), - UY = (t) => + FY = (t) => e.createElement( "svg", { @@ -80770,7 +80777,7 @@ const iN = ({ fill: "currentColor", }), ), - GY = (t) => + UY = (t) => e.createElement( "svg", { @@ -80787,7 +80794,7 @@ const iN = ({ fill: "currentColor", }), ), - zY = (t) => + GY = (t) => e.createElement( "svg", { @@ -80804,7 +80811,7 @@ const iN = ({ fill: "currentColor", }), ), - $Y = (t) => + zY = (t) => e.createElement( "svg", { @@ -80821,7 +80828,7 @@ const iN = ({ fill: "currentColor", }), ), - WY = (t) => + $Y = (t) => e.createElement( "svg", { @@ -80838,7 +80845,7 @@ const iN = ({ fill: "currentColor", }), ), - jY = (t) => + WY = (t) => e.createElement( "svg", { @@ -80855,7 +80862,7 @@ const iN = ({ fill: "currentColor", }), ), - qY = (t) => + jY = (t) => e.createElement( "svg", { @@ -80872,7 +80879,7 @@ const iN = ({ fill: "currentColor", }), ), - YY = (t) => + qY = (t) => e.createElement( "svg", { @@ -80889,7 +80896,7 @@ const iN = ({ fill: "currentColor", }), ), - KY = (t) => + YY = (t) => e.createElement( "svg", { @@ -80906,7 +80913,7 @@ const iN = ({ fill: "currentColor", }), ), - XY = (t) => + KY = (t) => e.createElement( "svg", { @@ -80923,7 +80930,7 @@ const iN = ({ fill: "currentColor", }), ), - QY = (t) => + XY = (t) => e.createElement( "svg", { @@ -80940,7 +80947,7 @@ const iN = ({ fill: "currentColor", }), ), - JY = (t) => + QY = (t) => e.createElement( "svg", { @@ -80957,7 +80964,7 @@ const iN = ({ fill: "currentColor", }), ), - eK = (t) => + JY = (t) => e.createElement( "svg", { @@ -80974,7 +80981,7 @@ const iN = ({ fill: "currentColor", }), ), - tK = (t) => + eK = (t) => e.createElement( "svg", { @@ -81009,7 +81016,7 @@ const iN = ({ fill: "#BA2133", }), ), - nK = (t) => + tK = (t) => e.createElement( "svg", { @@ -81026,7 +81033,7 @@ const iN = ({ fill: "currentColor", }), ), - rK = (t) => + nK = (t) => e.createElement( "svg", { @@ -81043,7 +81050,7 @@ const iN = ({ fill: "currentColor", }), ), - oK = (t) => + rK = (t) => e.createElement( "svg", { @@ -81060,7 +81067,7 @@ const iN = ({ fill: "currentColor", }), ), - aK = (t) => + oK = (t) => e.createElement( "svg", { @@ -81077,7 +81084,7 @@ const iN = ({ fill: "currentColor", }), ), - lK = (t) => + aK = (t) => e.createElement( "svg", { @@ -81094,7 +81101,7 @@ const iN = ({ fill: "currentColor", }), ), - iK = (t) => + lK = (t) => e.createElement( "svg", { @@ -81111,7 +81118,7 @@ const iN = ({ fill: "currentColor", }), ), - CK = (t) => + iK = (t) => e.createElement( "svg", { @@ -81128,7 +81135,7 @@ const iN = ({ fill: "currentColor", }), ), - sK = (t) => + CK = (t) => e.createElement( "svg", { @@ -81153,7 +81160,7 @@ const iN = ({ fill: "currentColor", }), ), - cK = (t) => + sK = (t) => e.createElement( "svg", { @@ -81170,7 +81177,7 @@ const iN = ({ fill: "currentColor", }), ), - dK = (t) => + cK = (t) => e.createElement( "svg", { @@ -81187,7 +81194,7 @@ const iN = ({ fill: "currentColor", }), ), - uK = (t) => + dK = (t) => e.createElement( "svg", { @@ -81204,7 +81211,7 @@ const iN = ({ fill: "currentColor", }), ), - mK = (t) => + uK = (t) => e.createElement( "svg", { @@ -81221,7 +81228,7 @@ const iN = ({ fill: "currentColor", }), ), - pK = (t) => + mK = (t) => e.createElement( "svg", { @@ -81238,7 +81245,7 @@ const iN = ({ fill: "currentColor", }), ), - gK = (t) => + pK = (t) => e.createElement( "svg", { @@ -81255,7 +81262,7 @@ const iN = ({ fill: "currentColor", }), ), - hK = (t) => + gK = (t) => e.createElement( "svg", { @@ -81272,7 +81279,7 @@ const iN = ({ fill: "currentColor", }), ), - fK = (t) => + hK = (t) => e.createElement( "svg", { @@ -81289,7 +81296,7 @@ const iN = ({ fill: "currentColor", }), ), - vK = (t) => + fK = (t) => e.createElement( "svg", { @@ -81306,7 +81313,7 @@ const iN = ({ fill: "currentColor", }), ), - EK = (t) => + vK = (t) => e.createElement( "svg", { @@ -81323,7 +81330,7 @@ const iN = ({ fill: "currentColor", }), ), - wK = (t) => + EK = (t) => e.createElement( "svg", { @@ -81340,7 +81347,7 @@ const iN = ({ fill: "currentColor", }), ), - LK = (t) => + wK = (t) => e.createElement( "svg", { @@ -81357,7 +81364,7 @@ const iN = ({ fill: "currentColor", }), ), - bK = (t) => + LK = (t) => e.createElement( "svg", { @@ -81374,7 +81381,7 @@ const iN = ({ fill: "currentColor", }), ), - MK = (t) => + bK = (t) => e.createElement( "svg", { @@ -81391,7 +81398,7 @@ const iN = ({ fill: "currentColor", }), ), - HK = (t) => + MK = (t) => e.createElement( "svg", { @@ -81408,7 +81415,7 @@ const iN = ({ fill: "currentColor", }), ), - yK = (t) => + HK = (t) => e.createElement( "svg", { @@ -81425,7 +81432,7 @@ const iN = ({ fill: "currentColor", }), ), - RK = (t) => + yK = (t) => e.createElement( "svg", { @@ -81442,7 +81449,7 @@ const iN = ({ fill: "currentColor", }), ), - xK = (t) => + RK = (t) => e.createElement( "svg", { @@ -81459,7 +81466,7 @@ const iN = ({ fill: "currentColor", }), ), - TK = (t) => + xK = (t) => e.createElement( "svg", { @@ -81476,7 +81483,7 @@ const iN = ({ fill: "currentColor", }), ), - NK = (t) => + TK = (t) => e.createElement( "svg", { @@ -81493,7 +81500,7 @@ const iN = ({ fill: "currentColor", }), ), - SK = (t) => + NK = (t) => e.createElement( "svg", { @@ -81510,7 +81517,7 @@ const iN = ({ fill: "currentColor", }), ), - VK = (t) => + SK = (t) => e.createElement( "svg", { @@ -81527,7 +81534,7 @@ const iN = ({ fill: "currentColor", }), ), - _K = (t) => + VK = (t) => e.createElement( "svg", { @@ -81544,7 +81551,7 @@ const iN = ({ fill: "currentColor", }), ), - AK = (t) => + _K = (t) => e.createElement( "svg", { @@ -81561,7 +81568,7 @@ const iN = ({ fill: "currentColor", }), ), - kK = (t) => + AK = (t) => e.createElement( "svg", { @@ -81578,7 +81585,7 @@ const iN = ({ fill: "currentColor", }), ), - IK = (t) => + kK = (t) => e.createElement( "svg", { @@ -81595,7 +81602,7 @@ const iN = ({ fill: "currentColor", }), ), - ZK = (t) => + IK = (t) => e.createElement( "svg", { @@ -81612,7 +81619,7 @@ const iN = ({ fill: "currentColor", }), ), - BK = (t) => + ZK = (t) => e.createElement( "svg", { @@ -81629,7 +81636,7 @@ const iN = ({ fill: "currentColor", }), ), - OK = (t) => + BK = (t) => e.createElement( "svg", { @@ -81646,7 +81653,7 @@ const iN = ({ fill: "currentColor", }), ), - DK = (t) => + OK = (t) => e.createElement( "svg", { @@ -81663,7 +81670,7 @@ const iN = ({ fill: "currentColor", }), ), - PK = (t) => + DK = (t) => e.createElement( "svg", { @@ -81680,7 +81687,7 @@ const iN = ({ fill: "currentColor", }), ), - FK = (t) => + PK = (t) => e.createElement( "svg", { @@ -81697,7 +81704,7 @@ const iN = ({ fill: "currentColor", }), ), - UK = (t) => + FK = (t) => e.createElement( "svg", { @@ -81714,7 +81721,7 @@ const iN = ({ fill: "currentColor", }), ), - GK = (t) => + UK = (t) => e.createElement( "svg", { @@ -81731,7 +81738,7 @@ const iN = ({ fill: "currentColor", }), ), - zK = (t) => + GK = (t) => e.createElement( "svg", { @@ -81748,7 +81755,7 @@ const iN = ({ fill: "currentColor", }), ), - $K = (t) => + zK = (t) => e.createElement( "svg", { @@ -81765,7 +81772,7 @@ const iN = ({ fill: "currentColor", }), ), - WK = (t) => + $K = (t) => e.createElement( "svg", { @@ -81782,7 +81789,7 @@ const iN = ({ fill: "currentColor", }), ), - jK = (t) => + WK = (t) => e.createElement( "svg", { @@ -81799,7 +81806,7 @@ const iN = ({ fill: "currentColor", }), ), - qK = (t) => + jK = (t) => e.createElement( "svg", { @@ -81816,7 +81823,7 @@ const iN = ({ fill: "currentColor", }), ), - YK = (t) => + qK = (t) => e.createElement( "svg", { @@ -81833,7 +81840,7 @@ const iN = ({ fill: "currentColor", }), ), - KK = (t) => + YK = (t) => e.createElement( "svg", { @@ -81850,7 +81857,7 @@ const iN = ({ fill: "currentColor", }), ), - XK = (t) => + KK = (t) => e.createElement( "svg", { @@ -81867,7 +81874,7 @@ const iN = ({ fill: "currentColor", }), ), - QK = (t) => + XK = (t) => e.createElement( "svg", { @@ -81884,7 +81891,7 @@ const iN = ({ fill: "currentColor", }), ), - JK = (t) => + QK = (t) => e.createElement( "svg", { @@ -81901,7 +81908,7 @@ const iN = ({ fill: "currentColor", }), ), - eX = (t) => + JK = (t) => e.createElement( "svg", { @@ -81918,7 +81925,7 @@ const iN = ({ fill: "currentColor", }), ), - tX = (t) => + eX = (t) => e.createElement( "svg", { @@ -81935,7 +81942,7 @@ const iN = ({ fill: "currentColor", }), ), - nX = (t) => + tX = (t) => e.createElement( "svg", { @@ -81952,7 +81959,7 @@ const iN = ({ fill: "currentColor", }), ), - rX = (t) => + nX = (t) => e.createElement( "svg", { @@ -81969,7 +81976,7 @@ const iN = ({ fill: "currentColor", }), ), - oX = (t) => + rX = (t) => e.createElement( "svg", { @@ -81986,7 +81993,7 @@ const iN = ({ fill: "currentColor", }), ), - aX = (t) => + oX = (t) => e.createElement( "svg", { @@ -82003,7 +82010,7 @@ const iN = ({ fill: "currentColor", }), ), - lX = (t) => + aX = (t) => e.createElement( "svg", { @@ -82020,7 +82027,7 @@ const iN = ({ fill: "currentColor", }), ), - iX = (t) => + lX = (t) => e.createElement( "svg", { @@ -82037,7 +82044,7 @@ const iN = ({ fill: "currentColor", }), ), - CX = (t) => + iX = (t) => e.createElement( "svg", { @@ -82054,7 +82061,7 @@ const iN = ({ fill: "currentColor", }), ), - sX = (t) => + CX = (t) => e.createElement( "svg", { @@ -82071,7 +82078,7 @@ const iN = ({ fill: "currentColor", }), ), - cX = (t) => + sX = (t) => e.createElement( "svg", { @@ -82088,7 +82095,7 @@ const iN = ({ fill: "currentColor", }), ), - dX = (t) => + cX = (t) => e.createElement( "svg", { @@ -82105,7 +82112,7 @@ const iN = ({ fill: "currentColor", }), ), - uX = (t) => + dX = (t) => e.createElement( "svg", { @@ -82122,7 +82129,7 @@ const iN = ({ fill: "currentColor", }), ), - mX = (t) => + uX = (t) => e.createElement( "svg", { @@ -82139,7 +82146,7 @@ const iN = ({ fill: "currentColor", }), ), - pX = (t) => + mX = (t) => e.createElement( "svg", { @@ -82156,7 +82163,7 @@ const iN = ({ fill: "currentColor", }), ), - gX = (t) => + pX = (t) => e.createElement( "svg", { @@ -82173,7 +82180,7 @@ const iN = ({ fill: "currentColor", }), ), - hX = (t) => + gX = (t) => e.createElement( "svg", { @@ -82190,7 +82197,7 @@ const iN = ({ fill: "currentColor", }), ), - fX = (t) => + hX = (t) => e.createElement( "svg", { @@ -82207,7 +82214,7 @@ const iN = ({ fill: "currentColor", }), ), - vX = (t) => + fX = (t) => e.createElement( "svg", { @@ -82224,7 +82231,7 @@ const iN = ({ fill: "currentColor", }), ), - EX = (t) => + vX = (t) => e.createElement( "svg", { @@ -82241,7 +82248,7 @@ const iN = ({ fill: "currentColor", }), ), - wX = (t) => + EX = (t) => e.createElement( "svg", { @@ -82258,7 +82265,7 @@ const iN = ({ fill: "currentColor", }), ), - LX = (t) => + wX = (t) => e.createElement( "svg", { @@ -82275,7 +82282,7 @@ const iN = ({ fill: "currentColor", }), ), - bX = (t) => + LX = (t) => e.createElement( "svg", { @@ -82292,7 +82299,7 @@ const iN = ({ fill: "currentColor", }), ), - MX = (t) => + bX = (t) => e.createElement( "svg", { @@ -82309,7 +82316,7 @@ const iN = ({ fill: "currentColor", }), ), - HX = (t) => + MX = (t) => e.createElement( "svg", { @@ -82332,7 +82339,7 @@ const iN = ({ fill: "currentColor", }), ), - yX = (t) => + HX = (t) => e.createElement( "svg", { @@ -82349,7 +82356,7 @@ const iN = ({ fill: "currentColor", }), ), - RX = (t) => + yX = (t) => e.createElement( "svg", { @@ -82366,7 +82373,7 @@ const iN = ({ fill: "currentColor", }), ), - xX = (t) => + RX = (t) => e.createElement( "svg", { @@ -82383,7 +82390,7 @@ const iN = ({ fill: "currentColor", }), ), - TX = (t) => + xX = (t) => e.createElement( "svg", { @@ -82400,7 +82407,7 @@ const iN = ({ fill: "currentColor", }), ), - NX = (t) => + TX = (t) => e.createElement( "svg", { @@ -82417,7 +82424,7 @@ const iN = ({ fill: "currentColor", }), ), - SX = (t) => + NX = (t) => e.createElement( "svg", { @@ -82434,7 +82441,7 @@ const iN = ({ fill: "currentColor", }), ), - VX = (t) => + SX = (t) => e.createElement( "svg", { @@ -82451,7 +82458,7 @@ const iN = ({ fill: "currentColor", }), ), - _X = (t) => + VX = (t) => e.createElement( "svg", { @@ -82468,7 +82475,7 @@ const iN = ({ fill: "currentColor", }), ), - AX = (t) => + _X = (t) => e.createElement( "svg", { @@ -82485,7 +82492,7 @@ const iN = ({ fill: "currentColor", }), ), - kX = (t) => + AX = (t) => e.createElement( "svg", { @@ -82502,7 +82509,7 @@ const iN = ({ fill: "currentColor", }), ), - IX = (t) => + kX = (t) => e.createElement( "svg", { @@ -82519,7 +82526,7 @@ const iN = ({ fill: "currentColor", }), ), - ZX = (t) => + IX = (t) => e.createElement( "svg", { @@ -82536,7 +82543,7 @@ const iN = ({ fill: "currentColor", }), ), - BX = (t) => + ZX = (t) => e.createElement( "svg", { @@ -82561,7 +82568,7 @@ const iN = ({ fill: "currentColor", }), ), - OX = (t) => + BX = (t) => e.createElement( "svg", { @@ -82578,7 +82585,7 @@ const iN = ({ fill: "currentColor", }), ), - DX = (t) => + OX = (t) => e.createElement( "svg", { @@ -82595,7 +82602,7 @@ const iN = ({ fill: "currentColor", }), ), - PX = (t) => + DX = (t) => e.createElement( "svg", { @@ -82612,7 +82619,7 @@ const iN = ({ fill: "currentColor", }), ), - FX = (t) => + PX = (t) => e.createElement( "svg", { @@ -82629,7 +82636,7 @@ const iN = ({ fill: "currentColor", }), ), - UX = (t) => + FX = (t) => e.createElement( "svg", { @@ -82646,7 +82653,7 @@ const iN = ({ fill: "currentColor", }), ), - GX = (t) => + UX = (t) => e.createElement( "svg", { @@ -82663,7 +82670,7 @@ const iN = ({ fill: "currentColor", }), ), - zX = (t) => + GX = (t) => e.createElement( "svg", { @@ -82680,7 +82687,7 @@ const iN = ({ fill: "currentColor", }), ), - $X = (t) => + zX = (t) => e.createElement( "svg", { @@ -82697,7 +82704,7 @@ const iN = ({ fill: "currentColor", }), ), - WX = (t) => + $X = (t) => e.createElement( "svg", { @@ -82714,7 +82721,7 @@ const iN = ({ fill: "currentColor", }), ), - jX = (t) => + WX = (t) => e.createElement( "svg", { @@ -82731,7 +82738,7 @@ const iN = ({ fill: "currentColor", }), ), - qX = (t) => + jX = (t) => e.createElement( "svg", { @@ -82748,7 +82755,7 @@ const iN = ({ fill: "currentColor", }), ), - YX = (t) => + qX = (t) => e.createElement( "svg", { @@ -82765,7 +82772,7 @@ const iN = ({ fill: "currentColor", }), ), - KX = (t) => + YX = (t) => e.createElement( "svg", { @@ -82782,7 +82789,7 @@ const iN = ({ fill: "currentColor", }), ), - XX = (t) => + KX = (t) => e.createElement( "svg", { @@ -82799,7 +82806,7 @@ const iN = ({ fill: "currentColor", }), ), - QX = (t) => + XX = (t) => e.createElement( "svg", { @@ -82816,7 +82823,7 @@ const iN = ({ fill: "currentColor", }), ), - JX = (t) => + QX = (t) => e.createElement( "svg", { @@ -82833,7 +82840,7 @@ const iN = ({ fill: "currentColor", }), ), - eQ = (t) => + JX = (t) => e.createElement( "svg", { @@ -82850,7 +82857,7 @@ const iN = ({ fill: "currentColor", }), ), - tQ = (t) => + eQ = (t) => e.createElement( "svg", { @@ -82867,7 +82874,7 @@ const iN = ({ fill: "currentColor", }), ), - nQ = (t) => + tQ = (t) => e.createElement( "svg", { @@ -82884,7 +82891,7 @@ const iN = ({ fill: "currentColor", }), ), - rQ = (t) => + nQ = (t) => e.createElement( "svg", { @@ -82901,7 +82908,7 @@ const iN = ({ fill: "currentColor", }), ), - oQ = (t) => + rQ = (t) => e.createElement( "svg", { @@ -82918,7 +82925,7 @@ const iN = ({ fill: "currentColor", }), ), - aQ = (t) => + oQ = (t) => e.createElement( "svg", { @@ -82935,7 +82942,7 @@ const iN = ({ fill: "currentColor", }), ), - lQ = (t) => + aQ = (t) => e.createElement( "svg", { @@ -82952,7 +82959,7 @@ const iN = ({ fill: "currentColor", }), ), - iQ = (t) => + lQ = (t) => e.createElement( "svg", { @@ -82969,7 +82976,7 @@ const iN = ({ fill: "currentColor", }), ), - CQ = (t) => + iQ = (t) => e.createElement( "svg", { @@ -82986,7 +82993,7 @@ const iN = ({ fill: "currentColor", }), ), - sQ = (t) => + CQ = (t) => e.createElement( "svg", { @@ -83003,7 +83010,7 @@ const iN = ({ fill: "currentColor", }), ), - cQ = (t) => + sQ = (t) => e.createElement( "svg", { @@ -83020,7 +83027,7 @@ const iN = ({ fill: "currentColor", }), ), - dQ = (t) => + cQ = (t) => e.createElement( "svg", { @@ -83037,7 +83044,7 @@ const iN = ({ fill: "currentColor", }), ), - uQ = (t) => + dQ = (t) => e.createElement( "svg", { @@ -83054,7 +83061,7 @@ const iN = ({ fill: "currentColor", }), ), - mQ = (t) => + uQ = (t) => e.createElement( "svg", { @@ -83071,7 +83078,7 @@ const iN = ({ fill: "currentColor", }), ), - pQ = (t) => + mQ = (t) => e.createElement( "svg", { @@ -83088,7 +83095,7 @@ const iN = ({ fill: "currentColor", }), ), - gQ = (t) => + pQ = (t) => e.createElement( "svg", { @@ -83105,7 +83112,7 @@ const iN = ({ fill: "currentColor", }), ), - hQ = (t) => + gQ = (t) => e.createElement( "svg", { @@ -83122,7 +83129,7 @@ const iN = ({ fill: "currentColor", }), ), - fQ = (t) => + hQ = (t) => e.createElement( "svg", { @@ -83139,7 +83146,7 @@ const iN = ({ fill: "currentColor", }), ), - vQ = (t) => + fQ = (t) => e.createElement( "svg", { @@ -83156,7 +83163,7 @@ const iN = ({ fill: "currentColor", }), ), - EQ = (t) => + vQ = (t) => e.createElement( "svg", { @@ -83173,7 +83180,7 @@ const iN = ({ fill: "currentColor", }), ), - wQ = (t) => + EQ = (t) => e.createElement( "svg", { @@ -83190,7 +83197,7 @@ const iN = ({ fill: "currentColor", }), ), - LQ = (t) => + wQ = (t) => e.createElement( "svg", { @@ -83207,7 +83214,7 @@ const iN = ({ fill: "currentColor", }), ), - bQ = (t) => + LQ = (t) => e.createElement( "svg", { @@ -83224,7 +83231,7 @@ const iN = ({ fill: "currentColor", }), ), - MQ = (t) => + bQ = (t) => e.createElement( "svg", { @@ -83241,7 +83248,7 @@ const iN = ({ fill: "currentColor", }), ), - HQ = (t) => + MQ = (t) => e.createElement( "svg", { @@ -83258,7 +83265,7 @@ const iN = ({ fill: "currentColor", }), ), - yQ = (t) => + HQ = (t) => e.createElement( "svg", { @@ -83275,7 +83282,7 @@ const iN = ({ fill: "currentColor", }), ), - RQ = (t) => + yQ = (t) => e.createElement( "svg", { @@ -83292,7 +83299,7 @@ const iN = ({ fill: "currentColor", }), ), - xQ = (t) => + RQ = (t) => e.createElement( "svg", { @@ -83309,7 +83316,7 @@ const iN = ({ fill: "currentColor", }), ), - TQ = (t) => + xQ = (t) => e.createElement( "svg", { @@ -83326,7 +83333,7 @@ const iN = ({ fill: "currentColor", }), ), - NQ = (t) => + TQ = (t) => e.createElement( "svg", { @@ -83343,7 +83350,7 @@ const iN = ({ fill: "currentColor", }), ), - SQ = (t) => + NQ = (t) => e.createElement( "svg", { @@ -83360,7 +83367,7 @@ const iN = ({ fill: "currentColor", }), ), - VQ = (t) => + SQ = (t) => e.createElement( "svg", { @@ -83377,7 +83384,7 @@ const iN = ({ fill: "currentColor", }), ), - _Q = (t) => + VQ = (t) => e.createElement( "svg", { @@ -83394,7 +83401,7 @@ const iN = ({ fill: "currentColor", }), ), - AQ = (t) => + _Q = (t) => e.createElement( "svg", { @@ -83411,7 +83418,7 @@ const iN = ({ fill: "currentColor", }), ), - kQ = (t) => + AQ = (t) => e.createElement( "svg", { @@ -83428,7 +83435,7 @@ const iN = ({ fill: "currentColor", }), ), - IQ = (t) => + kQ = (t) => e.createElement( "svg", { @@ -83445,7 +83452,7 @@ const iN = ({ fill: "currentColor", }), ), - ZQ = (t) => + IQ = (t) => e.createElement( "svg", { @@ -83462,7 +83469,7 @@ const iN = ({ fill: "currentColor", }), ), - BQ = (t) => + ZQ = (t) => e.createElement( "svg", { @@ -83479,7 +83486,7 @@ const iN = ({ fill: "currentColor", }), ), - OQ = (t) => + BQ = (t) => e.createElement( "svg", { @@ -83496,7 +83503,7 @@ const iN = ({ fill: "currentColor", }), ), - DQ = (t) => + OQ = (t) => e.createElement( "svg", { @@ -83513,7 +83520,7 @@ const iN = ({ fill: "currentColor", }), ), - PQ = (t) => + DQ = (t) => e.createElement( "svg", { @@ -83530,7 +83537,7 @@ const iN = ({ fill: "currentColor", }), ), - FQ = (t) => + PQ = (t) => e.createElement( "svg", { @@ -83547,7 +83554,7 @@ const iN = ({ fill: "currentColor", }), ), - UQ = (t) => + FQ = (t) => e.createElement( "svg", { @@ -83564,7 +83571,7 @@ const iN = ({ fill: "currentColor", }), ), - GQ = (t) => + UQ = (t) => e.createElement( "svg", { @@ -83581,7 +83588,7 @@ const iN = ({ fill: "currentColor", }), ), - zQ = (t) => + GQ = (t) => e.createElement( "svg", { @@ -83598,7 +83605,7 @@ const iN = ({ fill: "currentColor", }), ), - $Q = (t) => + zQ = (t) => e.createElement( "svg", { @@ -83615,7 +83622,7 @@ const iN = ({ fill: "currentColor", }), ), - WQ = (t) => + $Q = (t) => e.createElement( "svg", { @@ -83632,7 +83639,7 @@ const iN = ({ fill: "currentColor", }), ), - jQ = (t) => + WQ = (t) => e.createElement( "svg", { @@ -83649,7 +83656,7 @@ const iN = ({ fill: "currentColor", }), ), - qQ = (t) => + jQ = (t) => e.createElement( "svg", { @@ -83666,7 +83673,7 @@ const iN = ({ fill: "currentColor", }), ), - YQ = (t) => + qQ = (t) => e.createElement( "svg", { @@ -83683,7 +83690,7 @@ const iN = ({ fill: "currentColor", }), ), - KQ = (t) => + YQ = (t) => e.createElement( "svg", { @@ -83700,7 +83707,7 @@ const iN = ({ fill: "currentColor", }), ), - XQ = (t) => + KQ = (t) => e.createElement( "svg", { @@ -83717,7 +83724,7 @@ const iN = ({ fill: "currentColor", }), ), - QQ = (t) => + XQ = (t) => e.createElement( "svg", { @@ -83734,7 +83741,7 @@ const iN = ({ fill: "currentColor", }), ), - JQ = (t) => + QQ = (t) => e.createElement( "svg", { @@ -83751,7 +83758,7 @@ const iN = ({ fill: "currentColor", }), ), - eJ = (t) => + JQ = (t) => e.createElement( "svg", { @@ -83768,7 +83775,7 @@ const iN = ({ fill: "currentColor", }), ), - tJ = (t) => + eJ = (t) => e.createElement( "svg", { @@ -83785,7 +83792,7 @@ const iN = ({ fill: "currentColor", }), ), - nJ = (t) => + tJ = (t) => e.createElement( "svg", { @@ -83802,7 +83809,7 @@ const iN = ({ fill: "currentColor", }), ), - rJ = (t) => + nJ = (t) => e.createElement( "svg", { @@ -83819,7 +83826,7 @@ const iN = ({ fill: "currentColor", }), ), - oJ = (t) => + rJ = (t) => e.createElement( "svg", { @@ -83836,7 +83843,7 @@ const iN = ({ fill: "currentColor", }), ), - aJ = (t) => + oJ = (t) => e.createElement( "svg", { @@ -83853,7 +83860,7 @@ const iN = ({ fill: "currentColor", }), ), - lJ = (t) => + aJ = (t) => e.createElement( "svg", { @@ -83870,7 +83877,7 @@ const iN = ({ fill: "currentColor", }), ), - iJ = (t) => + lJ = (t) => e.createElement( "svg", { @@ -83899,7 +83906,7 @@ const iN = ({ fill: "currentColor", }), ), - CJ = (t) => + iJ = (t) => e.createElement( "svg", { @@ -83916,7 +83923,7 @@ const iN = ({ fill: "currentColor", }), ), - sJ = (t) => + CJ = (t) => e.createElement( "svg", { @@ -83933,7 +83940,7 @@ const iN = ({ fill: "currentColor", }), ), - cJ = (t) => + sJ = (t) => e.createElement( "svg", { @@ -83950,7 +83957,7 @@ const iN = ({ fill: "currentColor", }), ), - dJ = (t) => + cJ = (t) => e.createElement( "svg", { @@ -83967,7 +83974,7 @@ const iN = ({ fill: "currentColor", }), ), - uJ = (t) => + dJ = (t) => e.createElement( "svg", { @@ -83984,7 +83991,7 @@ const iN = ({ fill: "currentColor", }), ), - mJ = (t) => + uJ = (t) => e.createElement( "svg", { @@ -84001,7 +84008,7 @@ const iN = ({ fill: "currentColor", }), ), - pJ = (t) => + mJ = (t) => e.createElement( "svg", { @@ -84018,7 +84025,7 @@ const iN = ({ fill: "currentColor", }), ), - gJ = (t) => + pJ = (t) => e.createElement( "svg", { @@ -84035,7 +84042,7 @@ const iN = ({ fill: "currentColor", }), ), - hJ = (t) => + gJ = (t) => e.createElement( "svg", { @@ -84052,7 +84059,7 @@ const iN = ({ fill: "currentColor", }), ), - fJ = (t) => + hJ = (t) => e.createElement( "svg", { @@ -84069,7 +84076,7 @@ const iN = ({ fill: "currentColor", }), ), - vJ = (t) => + fJ = (t) => e.createElement( "svg", { @@ -84086,7 +84093,7 @@ const iN = ({ fill: "currentColor", }), ), - EJ = (t) => + vJ = (t) => e.createElement( "svg", { @@ -84103,7 +84110,7 @@ const iN = ({ fill: "currentColor", }), ), - wJ = (t) => + EJ = (t) => e.createElement( "svg", { @@ -84120,7 +84127,7 @@ const iN = ({ fill: "currentColor", }), ), - LJ = (t) => + wJ = (t) => e.createElement( "svg", { @@ -84137,7 +84144,7 @@ const iN = ({ fill: "currentColor", }), ), - bJ = (t) => + LJ = (t) => e.createElement( "svg", { @@ -84154,7 +84161,7 @@ const iN = ({ fill: "currentColor", }), ), - MJ = (t) => + bJ = (t) => e.createElement( "svg", { @@ -84171,7 +84178,7 @@ const iN = ({ fill: "currentColor", }), ), - HJ = (t) => + MJ = (t) => e.createElement( "svg", { @@ -84188,7 +84195,7 @@ const iN = ({ fill: "currentColor", }), ), - yJ = (t) => + HJ = (t) => e.createElement( "svg", { @@ -84205,7 +84212,7 @@ const iN = ({ fill: "currentColor", }), ), - RJ = (t) => + yJ = (t) => e.createElement( "svg", { @@ -84222,7 +84229,7 @@ const iN = ({ fill: "currentColor", }), ), - xJ = (t) => + RJ = (t) => e.createElement( "svg", { @@ -84239,7 +84246,7 @@ const iN = ({ fill: "currentColor", }), ), - TJ = (t) => + xJ = (t) => e.createElement( "svg", { @@ -84256,7 +84263,7 @@ const iN = ({ fill: "currentColor", }), ), - NJ = (t) => + TJ = (t) => e.createElement( "svg", { @@ -84273,7 +84280,7 @@ const iN = ({ fill: "currentColor", }), ), - SJ = (t) => + NJ = (t) => e.createElement( "svg", { @@ -84290,7 +84297,7 @@ const iN = ({ fill: "currentColor", }), ), - VJ = (t) => + SJ = (t) => e.createElement( "svg", { @@ -84307,7 +84314,7 @@ const iN = ({ fill: "currentColor", }), ), - _J = (t) => + VJ = (t) => e.createElement( "svg", { @@ -84324,7 +84331,7 @@ const iN = ({ fill: "currentColor", }), ), - AJ = (t) => + _J = (t) => e.createElement( "svg", { @@ -84341,7 +84348,7 @@ const iN = ({ fill: "currentColor", }), ), - kJ = (t) => + AJ = (t) => e.createElement( "svg", { @@ -84358,7 +84365,7 @@ const iN = ({ fill: "currentColor", }), ), - IJ = (t) => + kJ = (t) => e.createElement( "svg", { @@ -84375,7 +84382,7 @@ const iN = ({ fill: "currentColor", }), ), - ZJ = (t) => + IJ = (t) => e.createElement( "svg", { @@ -84392,7 +84399,7 @@ const iN = ({ fill: "currentColor", }), ), - BJ = (t) => + ZJ = (t) => e.createElement( "svg", { @@ -84409,7 +84416,7 @@ const iN = ({ fill: "currentColor", }), ), - OJ = (t) => + BJ = (t) => e.createElement( "svg", { @@ -84426,7 +84433,7 @@ const iN = ({ fill: "currentColor", }), ), - DJ = (t) => + OJ = (t) => e.createElement( "svg", { @@ -84443,7 +84450,7 @@ const iN = ({ fill: "currentColor", }), ), - PJ = (t) => + DJ = (t) => e.createElement( "svg", { @@ -84460,7 +84467,7 @@ const iN = ({ fill: "currentColor", }), ), - FJ = (t) => + PJ = (t) => e.createElement( "svg", { @@ -84477,7 +84484,7 @@ const iN = ({ fill: "currentColor", }), ), - UJ = (t) => + FJ = (t) => e.createElement( "svg", { @@ -84494,7 +84501,7 @@ const iN = ({ fill: "currentColor", }), ), - GJ = (t) => + UJ = (t) => e.createElement( "svg", { @@ -84511,7 +84518,7 @@ const iN = ({ fill: "currentColor", }), ), - zJ = (t) => + GJ = (t) => e.createElement( "svg", { @@ -84528,7 +84535,7 @@ const iN = ({ fill: "currentColor", }), ), - $J = (t) => + zJ = (t) => e.createElement( "svg", { @@ -84545,7 +84552,7 @@ const iN = ({ fill: "currentColor", }), ), - WJ = (t) => + $J = (t) => e.createElement( "svg", { @@ -84562,7 +84569,7 @@ const iN = ({ fill: "currentColor", }), ), - jJ = (t) => + WJ = (t) => e.createElement( "svg", { @@ -84579,7 +84586,7 @@ const iN = ({ fill: "currentColor", }), ), - qJ = (t) => + jJ = (t) => e.createElement( "svg", { @@ -84596,7 +84603,7 @@ const iN = ({ fill: "currentColor", }), ), - YJ = (t) => + qJ = (t) => e.createElement( "svg", { @@ -84613,7 +84620,7 @@ const iN = ({ fill: "currentColor", }), ), - KJ = (t) => + YJ = (t) => e.createElement( "svg", { @@ -84630,7 +84637,7 @@ const iN = ({ fill: "currentColor", }), ), - XJ = (t) => + KJ = (t) => e.createElement( "svg", { @@ -84647,7 +84654,7 @@ const iN = ({ fill: "currentColor", }), ), - QJ = (t) => + XJ = (t) => e.createElement( "svg", { @@ -84664,7 +84671,7 @@ const iN = ({ fill: "currentColor", }), ), - JJ = (t) => + QJ = (t) => e.createElement( "svg", { @@ -84681,7 +84688,7 @@ const iN = ({ fill: "currentColor", }), ), - e3 = (t) => + JJ = (t) => e.createElement( "svg", { @@ -84714,7 +84721,7 @@ const iN = ({ fill: "currentColor", }), ), - t3 = (t) => + e3 = (t) => e.createElement( "svg", { @@ -84731,7 +84738,7 @@ const iN = ({ fill: "currentColor", }), ), - n3 = (t) => + t3 = (t) => e.createElement( "svg", { @@ -84748,7 +84755,7 @@ const iN = ({ fill: "currentColor", }), ), - r3 = (t) => + n3 = (t) => e.createElement( "svg", { @@ -84765,7 +84772,7 @@ const iN = ({ fill: "currentColor", }), ), - o3 = (t) => + r3 = (t) => e.createElement( "svg", { @@ -84782,7 +84789,7 @@ const iN = ({ fill: "currentColor", }), ), - a3 = (t) => + o3 = (t) => e.createElement( "svg", { @@ -84799,7 +84806,7 @@ const iN = ({ fill: "currentColor", }), ), - l3 = (t) => + a3 = (t) => e.createElement( "svg", { @@ -84816,7 +84823,7 @@ const iN = ({ fill: "currentColor", }), ), - i3 = (t) => + l3 = (t) => e.createElement( "svg", { @@ -84833,7 +84840,7 @@ const iN = ({ fill: "currentColor", }), ), - C3 = (t) => + i3 = (t) => e.createElement( "svg", { @@ -84850,7 +84857,7 @@ const iN = ({ fill: "currentColor", }), ), - s3 = (t) => + C3 = (t) => e.createElement( "svg", { @@ -84867,7 +84874,7 @@ const iN = ({ fill: "currentColor", }), ), - c3 = (t) => + s3 = (t) => e.createElement( "svg", { @@ -84884,7 +84891,7 @@ const iN = ({ fill: "currentColor", }), ), - d3 = (t) => + c3 = (t) => e.createElement( "svg", { @@ -84901,7 +84908,7 @@ const iN = ({ fill: "currentColor", }), ), - u3 = (t) => + d3 = (t) => e.createElement( "svg", { @@ -84918,7 +84925,7 @@ const iN = ({ fill: "currentColor", }), ), - m3 = (t) => + u3 = (t) => e.createElement( "svg", { @@ -84935,7 +84942,7 @@ const iN = ({ fill: "currentColor", }), ), - p3 = (t) => + m3 = (t) => e.createElement( "svg", { @@ -84952,7 +84959,7 @@ const iN = ({ fill: "currentColor", }), ), - g3 = (t) => + p3 = (t) => e.createElement( "svg", { @@ -84969,7 +84976,7 @@ const iN = ({ fill: "currentColor", }), ), - h3 = (t) => + g3 = (t) => e.createElement( "svg", { @@ -84986,7 +84993,7 @@ const iN = ({ fill: "currentColor", }), ), - f3 = (t) => + h3 = (t) => e.createElement( "svg", { @@ -85003,7 +85010,7 @@ const iN = ({ fill: "currentColor", }), ), - v3 = (t) => + f3 = (t) => e.createElement( "svg", { @@ -85020,7 +85027,7 @@ const iN = ({ fill: "currentColor", }), ), - E3 = (t) => + v3 = (t) => e.createElement( "svg", { @@ -85037,7 +85044,7 @@ const iN = ({ fill: "currentColor", }), ), - w3 = (t) => + E3 = (t) => e.createElement( "svg", { @@ -85054,7 +85061,7 @@ const iN = ({ fill: "currentColor", }), ), - L3 = (t) => + w3 = (t) => e.createElement( "svg", { @@ -85071,7 +85078,7 @@ const iN = ({ fill: "currentColor", }), ), - b3 = (t) => + L3 = (t) => e.createElement( "svg", { @@ -85088,7 +85095,7 @@ const iN = ({ fill: "currentColor", }), ), - M3 = (t) => + b3 = (t) => e.createElement( "svg", { @@ -85105,7 +85112,7 @@ const iN = ({ fill: "currentColor", }), ), - H3 = (t) => + M3 = (t) => e.createElement( "svg", { @@ -85122,7 +85129,7 @@ const iN = ({ fill: "currentColor", }), ), - y3 = (t) => + H3 = (t) => e.createElement( "svg", { @@ -85139,7 +85146,7 @@ const iN = ({ fill: "currentColor", }), ), - R3 = (t) => + y3 = (t) => e.createElement( "svg", { @@ -85156,7 +85163,7 @@ const iN = ({ fill: "currentColor", }), ), - x3 = (t) => + R3 = (t) => e.createElement( "svg", { @@ -85173,7 +85180,7 @@ const iN = ({ fill: "currentColor", }), ), - T3 = (t) => + x3 = (t) => e.createElement( "svg", { @@ -85190,7 +85197,7 @@ const iN = ({ fill: "currentColor", }), ), - N3 = (t) => + T3 = (t) => e.createElement( "svg", { @@ -85207,7 +85214,7 @@ const iN = ({ fill: "currentColor", }), ), - S3 = (t) => + N3 = (t) => e.createElement( "svg", { @@ -85224,7 +85231,7 @@ const iN = ({ fill: "currentColor", }), ), - V3 = (t) => + S3 = (t) => e.createElement( "svg", { @@ -85241,7 +85248,7 @@ const iN = ({ fill: "currentColor", }), ), - _3 = (t) => + V3 = (t) => e.createElement( "svg", { @@ -85258,7 +85265,7 @@ const iN = ({ fill: "currentColor", }), ), - A3 = (t) => + _3 = (t) => e.createElement( "svg", { @@ -85275,7 +85282,7 @@ const iN = ({ fill: "currentColor", }), ), - k3 = (t) => + A3 = (t) => e.createElement( "svg", { @@ -85292,7 +85299,7 @@ const iN = ({ fill: "currentColor", }), ), - I3 = (t) => + k3 = (t) => e.createElement( "svg", { @@ -85309,7 +85316,7 @@ const iN = ({ fill: "currentColor", }), ), - Z3 = (t) => + I3 = (t) => e.createElement( "svg", { @@ -85326,7 +85333,7 @@ const iN = ({ fill: "currentColor", }), ), - B3 = (t) => + Z3 = (t) => e.createElement( "svg", { @@ -85343,7 +85350,7 @@ const iN = ({ fill: "currentColor", }), ), - O3 = (t) => + B3 = (t) => e.createElement( "svg", { @@ -85360,7 +85367,7 @@ const iN = ({ fill: "currentColor", }), ), - D3 = (t) => + O3 = (t) => e.createElement( "svg", { @@ -85377,7 +85384,7 @@ const iN = ({ fill: "currentColor", }), ), - P3 = (t) => + D3 = (t) => e.createElement( "svg", { @@ -85394,7 +85401,7 @@ const iN = ({ fill: "currentColor", }), ), - F3 = (t) => + P3 = (t) => e.createElement( "svg", { @@ -85411,7 +85418,7 @@ const iN = ({ fill: "currentColor", }), ), - U3 = (t) => + F3 = (t) => e.createElement( "svg", { @@ -85428,7 +85435,7 @@ const iN = ({ fill: "currentColor", }), ), - G3 = (t) => + U3 = (t) => e.createElement( "svg", { @@ -85445,7 +85452,7 @@ const iN = ({ fill: "currentColor", }), ), - z3 = (t) => + G3 = (t) => e.createElement( "svg", { @@ -85462,7 +85469,7 @@ const iN = ({ fill: "currentColor", }), ), - $3 = (t) => + z3 = (t) => e.createElement( "svg", { @@ -85479,7 +85486,7 @@ const iN = ({ fill: "currentColor", }), ), - W3 = (t) => + $3 = (t) => e.createElement( "svg", { @@ -85496,7 +85503,7 @@ const iN = ({ fill: "currentColor", }), ), - j3 = (t) => + W3 = (t) => e.createElement( "svg", { @@ -85513,7 +85520,7 @@ const iN = ({ fill: "currentColor", }), ), - q3 = (t) => + j3 = (t) => e.createElement( "svg", { @@ -85530,7 +85537,7 @@ const iN = ({ fill: "currentColor", }), ), - Y3 = (t) => + q3 = (t) => e.createElement( "svg", { @@ -85547,7 +85554,7 @@ const iN = ({ fill: "currentColor", }), ), - K3 = (t) => + Y3 = (t) => e.createElement( "svg", { @@ -85564,7 +85571,7 @@ const iN = ({ fill: "currentColor", }), ), - X3 = (t) => + K3 = (t) => e.createElement( "svg", { @@ -85581,7 +85588,7 @@ const iN = ({ fill: "currentColor", }), ), - Q3 = (t) => + X3 = (t) => e.createElement( "svg", { @@ -85598,7 +85605,7 @@ const iN = ({ fill: "currentColor", }), ), - J3 = (t) => + Q3 = (t) => e.createElement( "svg", { @@ -85615,7 +85622,7 @@ const iN = ({ fill: "currentColor", }), ), - e1 = (t) => + J3 = (t) => e.createElement( "svg", { @@ -85632,7 +85639,7 @@ const iN = ({ fill: "currentColor", }), ), - t1 = (t) => + e1 = (t) => e.createElement( "svg", { @@ -85649,7 +85656,7 @@ const iN = ({ fill: "currentColor", }), ), - n1 = (t) => + t1 = (t) => e.createElement( "svg", { @@ -85666,7 +85673,7 @@ const iN = ({ fill: "currentColor", }), ), - r1 = (t) => + n1 = (t) => e.createElement( "svg", { @@ -85683,7 +85690,7 @@ const iN = ({ fill: "currentColor", }), ), - o1 = (t) => + r1 = (t) => e.createElement( "svg", { @@ -85700,7 +85707,7 @@ const iN = ({ fill: "currentColor", }), ), - a1 = (t) => + o1 = (t) => e.createElement( "svg", { @@ -85717,7 +85724,7 @@ const iN = ({ fill: "currentColor", }), ), - l1 = (t) => + a1 = (t) => e.createElement( "svg", { @@ -85734,7 +85741,7 @@ const iN = ({ fill: "currentColor", }), ), - i1 = (t) => + l1 = (t) => e.createElement( "svg", { @@ -85751,7 +85758,7 @@ const iN = ({ fill: "currentColor", }), ), - C1 = (t) => + i1 = (t) => e.createElement( "svg", { @@ -85768,7 +85775,7 @@ const iN = ({ fill: "currentColor", }), ), - s1 = (t) => + C1 = (t) => e.createElement( "svg", { @@ -85785,7 +85792,7 @@ const iN = ({ fill: "currentColor", }), ), - c1 = (t) => + s1 = (t) => e.createElement( "svg", { @@ -85802,7 +85809,7 @@ const iN = ({ fill: "currentColor", }), ), - d1 = (t) => + c1 = (t) => e.createElement( "svg", { @@ -85819,7 +85826,7 @@ const iN = ({ fill: "currentColor", }), ), - u1 = (t) => + d1 = (t) => e.createElement( "svg", { @@ -85836,7 +85843,7 @@ const iN = ({ fill: "currentColor", }), ), - m1 = (t) => + u1 = (t) => e.createElement( "svg", { @@ -85853,7 +85860,7 @@ const iN = ({ fill: "currentColor", }), ), - p1 = (t) => + m1 = (t) => e.createElement( "svg", { @@ -85870,7 +85877,7 @@ const iN = ({ fill: "currentColor", }), ), - g1 = (t) => + p1 = (t) => e.createElement( "svg", { @@ -85887,7 +85894,7 @@ const iN = ({ fill: "currentColor", }), ), - h1 = (t) => + g1 = (t) => e.createElement( "svg", { @@ -85904,7 +85911,7 @@ const iN = ({ fill: "currentColor", }), ), - f1 = (t) => + h1 = (t) => e.createElement( "svg", { @@ -85921,7 +85928,7 @@ const iN = ({ fill: "currentColor", }), ), - v1 = (t) => + f1 = (t) => e.createElement( "svg", { @@ -85938,7 +85945,7 @@ const iN = ({ fill: "currentColor", }), ), - E1 = (t) => + v1 = (t) => e.createElement( "svg", { @@ -85955,7 +85962,7 @@ const iN = ({ fill: "currentColor", }), ), - w1 = (t) => + E1 = (t) => e.createElement( "svg", { @@ -85972,7 +85979,7 @@ const iN = ({ fill: "currentColor", }), ), - L1 = (t) => + w1 = (t) => e.createElement( "svg", { @@ -85989,7 +85996,7 @@ const iN = ({ fill: "currentColor", }), ), - b1 = (t) => + L1 = (t) => e.createElement( "svg", { @@ -86006,7 +86013,7 @@ const iN = ({ fill: "currentColor", }), ), - M1 = (t) => + b1 = (t) => e.createElement( "svg", { @@ -86023,7 +86030,7 @@ const iN = ({ fill: "currentColor", }), ), - H1 = (t) => + M1 = (t) => e.createElement( "svg", { @@ -86040,7 +86047,7 @@ const iN = ({ fill: "currentColor", }), ), - y1 = (t) => + H1 = (t) => e.createElement( "svg", { @@ -86057,7 +86064,7 @@ const iN = ({ fill: "currentColor", }), ), - R1 = (t) => + y1 = (t) => e.createElement( "svg", { @@ -86074,7 +86081,7 @@ const iN = ({ fill: "currentColor", }), ), - x1 = (t) => + R1 = (t) => e.createElement( "svg", { @@ -86091,7 +86098,7 @@ const iN = ({ fill: "currentColor", }), ), - T1 = (t) => + x1 = (t) => e.createElement( "svg", { @@ -86108,7 +86115,7 @@ const iN = ({ fill: "currentColor", }), ), - N1 = (t) => + T1 = (t) => e.createElement( "svg", { @@ -86125,7 +86132,7 @@ const iN = ({ fill: "currentColor", }), ), - S1 = (t) => + N1 = (t) => e.createElement( "svg", { @@ -86142,7 +86149,7 @@ const iN = ({ fill: "currentColor", }), ), - V1 = (t) => + S1 = (t) => e.createElement( "svg", { @@ -86159,7 +86166,7 @@ const iN = ({ fill: "currentColor", }), ), - _1 = (t) => + V1 = (t) => e.createElement( "svg", { @@ -86176,7 +86183,7 @@ const iN = ({ fill: "currentColor", }), ), - A1 = (t) => + _1 = (t) => e.createElement( "svg", { @@ -86193,7 +86200,7 @@ const iN = ({ fill: "currentColor", }), ), - k1 = (t) => + A1 = (t) => e.createElement( "svg", { @@ -86210,7 +86217,7 @@ const iN = ({ fill: "currentColor", }), ), - I1 = (t) => + k1 = (t) => e.createElement( "svg", { @@ -86227,7 +86234,7 @@ const iN = ({ fill: "currentColor", }), ), - Z1 = (t) => + I1 = (t) => e.createElement( "svg", { @@ -86244,7 +86251,7 @@ const iN = ({ fill: "currentColor", }), ), - B1 = (t) => + Z1 = (t) => e.createElement( "svg", { @@ -86261,7 +86268,7 @@ const iN = ({ fill: "currentColor", }), ), - O1 = (t) => + B1 = (t) => e.createElement( "svg", { @@ -86278,7 +86285,7 @@ const iN = ({ fill: "currentColor", }), ), - D1 = (t) => + O1 = (t) => e.createElement( "svg", { @@ -86295,7 +86302,7 @@ const iN = ({ fill: "currentColor", }), ), - P1 = (t) => + D1 = (t) => e.createElement( "svg", { @@ -86312,7 +86319,7 @@ const iN = ({ fill: "currentColor", }), ), - F1 = (t) => + P1 = (t) => e.createElement( "svg", { @@ -86329,7 +86336,7 @@ const iN = ({ fill: "currentColor", }), ), - U1 = (t) => + F1 = (t) => e.createElement( "svg", { @@ -86346,7 +86353,7 @@ const iN = ({ fill: "currentColor", }), ), - G1 = (t) => + U1 = (t) => e.createElement( "svg", { @@ -86363,7 +86370,7 @@ const iN = ({ fill: "currentColor", }), ), - z1 = (t) => + G1 = (t) => e.createElement( "svg", { @@ -86380,7 +86387,7 @@ const iN = ({ fill: "currentColor", }), ), - $1 = (t) => + z1 = (t) => e.createElement( "svg", { @@ -86397,7 +86404,7 @@ const iN = ({ fill: "currentColor", }), ), - W1 = (t) => + $1 = (t) => e.createElement( "svg", { @@ -86414,7 +86421,7 @@ const iN = ({ fill: "currentColor", }), ), - j1 = (t) => + W1 = (t) => e.createElement( "svg", { @@ -86431,7 +86438,7 @@ const iN = ({ fill: "currentColor", }), ), - q1 = (t) => + j1 = (t) => e.createElement( "svg", { @@ -86448,7 +86455,7 @@ const iN = ({ fill: "currentColor", }), ), - Y1 = (t) => + q1 = (t) => e.createElement( "svg", { @@ -86465,7 +86472,7 @@ const iN = ({ fill: "currentColor", }), ), - K1 = (t) => + Y1 = (t) => e.createElement( "svg", { @@ -86482,7 +86489,7 @@ const iN = ({ fill: "currentColor", }), ), - X1 = (t) => + K1 = (t) => e.createElement( "svg", { @@ -86499,7 +86506,7 @@ const iN = ({ fill: "currentColor", }), ), - Q1 = (t) => + X1 = (t) => e.createElement( "svg", { @@ -86516,7 +86523,7 @@ const iN = ({ fill: "currentColor", }), ), - J1 = (t) => + Q1 = (t) => e.createElement( "svg", { @@ -86533,7 +86540,7 @@ const iN = ({ fill: "currentColor", }), ), - e6 = (t) => + J1 = (t) => e.createElement( "svg", { @@ -86550,7 +86557,7 @@ const iN = ({ fill: "currentColor", }), ), - t6 = (t) => + e6 = (t) => e.createElement( "svg", { @@ -86567,7 +86574,7 @@ const iN = ({ fill: "currentColor", }), ), - n6 = (t) => + t6 = (t) => e.createElement( "svg", { @@ -86584,7 +86591,7 @@ const iN = ({ fill: "currentColor", }), ), - r6 = (t) => + n6 = (t) => e.createElement( "svg", { @@ -86601,7 +86608,7 @@ const iN = ({ fill: "currentColor", }), ), - o6 = (t) => + r6 = (t) => e.createElement( "svg", { @@ -86618,7 +86625,7 @@ const iN = ({ fill: "currentColor", }), ), - a6 = (t) => + o6 = (t) => e.createElement( "svg", { @@ -86635,7 +86642,7 @@ const iN = ({ fill: "currentColor", }), ), - l6 = (t) => + a6 = (t) => e.createElement( "svg", { @@ -86652,7 +86659,7 @@ const iN = ({ fill: "currentColor", }), ), - i6 = (t) => + l6 = (t) => e.createElement( "svg", { @@ -86669,7 +86676,7 @@ const iN = ({ fill: "currentColor", }), ), - C6 = (t) => + i6 = (t) => e.createElement( "svg", { @@ -86686,7 +86693,7 @@ const iN = ({ fill: "currentColor", }), ), - s6 = (t) => + C6 = (t) => e.createElement( "svg", { @@ -86703,7 +86710,7 @@ const iN = ({ fill: "currentColor", }), ), - c6 = (t) => + s6 = (t) => e.createElement( "svg", { @@ -86720,7 +86727,7 @@ const iN = ({ fill: "currentColor", }), ), - d6 = (t) => + c6 = (t) => e.createElement( "svg", { @@ -86737,7 +86744,7 @@ const iN = ({ fill: "currentColor", }), ), - u6 = (t) => + d6 = (t) => e.createElement( "svg", { @@ -86754,7 +86761,7 @@ const iN = ({ fill: "currentColor", }), ), - m6 = (t) => + u6 = (t) => e.createElement( "svg", { @@ -86771,7 +86778,7 @@ const iN = ({ fill: "currentColor", }), ), - p6 = (t) => + m6 = (t) => e.createElement( "svg", { @@ -86788,7 +86795,7 @@ const iN = ({ fill: "currentColor", }), ), - g6 = (t) => + p6 = (t) => e.createElement( "svg", { @@ -86805,7 +86812,7 @@ const iN = ({ fill: "currentColor", }), ), - h6 = (t) => + g6 = (t) => e.createElement( "svg", { @@ -86822,7 +86829,7 @@ const iN = ({ fill: "currentColor", }), ), - f6 = (t) => + h6 = (t) => e.createElement( "svg", { @@ -86839,7 +86846,7 @@ const iN = ({ fill: "currentColor", }), ), - v6 = (t) => + f6 = (t) => e.createElement( "svg", { @@ -86856,7 +86863,7 @@ const iN = ({ fill: "currentColor", }), ), - E6 = (t) => + v6 = (t) => e.createElement( "svg", { @@ -86873,7 +86880,7 @@ const iN = ({ fill: "currentColor", }), ), - w6 = (t) => + E6 = (t) => e.createElement( "svg", { @@ -86890,7 +86897,7 @@ const iN = ({ fill: "currentColor", }), ), - L6 = (t) => + w6 = (t) => e.createElement( "svg", { @@ -86907,7 +86914,7 @@ const iN = ({ fill: "currentColor", }), ), - b6 = (t) => + L6 = (t) => e.createElement( "svg", { @@ -86924,7 +86931,7 @@ const iN = ({ fill: "currentColor", }), ), - M6 = (t) => + b6 = (t) => e.createElement( "svg", { @@ -86941,7 +86948,7 @@ const iN = ({ fill: "currentColor", }), ), - H6 = (t) => + M6 = (t) => e.createElement( "svg", { @@ -86958,7 +86965,7 @@ const iN = ({ fill: "currentColor", }), ), - y6 = (t) => + H6 = (t) => e.createElement( "svg", { @@ -86975,7 +86982,7 @@ const iN = ({ fill: "currentColor", }), ), - R6 = (t) => + y6 = (t) => e.createElement( "svg", { @@ -86992,7 +86999,7 @@ const iN = ({ fill: "currentColor", }), ), - x6 = (t) => + R6 = (t) => e.createElement( "svg", { @@ -87009,7 +87016,7 @@ const iN = ({ fill: "currentColor", }), ), - T6 = (t) => + x6 = (t) => e.createElement( "svg", { @@ -87026,7 +87033,7 @@ const iN = ({ fill: "currentColor", }), ), - N6 = (t) => + T6 = (t) => e.createElement( "svg", { @@ -87043,7 +87050,7 @@ const iN = ({ fill: "currentColor", }), ), - S6 = (t) => + N6 = (t) => e.createElement( "svg", { @@ -87060,7 +87067,7 @@ const iN = ({ fill: "currentColor", }), ), - V6 = (t) => + S6 = (t) => e.createElement( "svg", { @@ -87077,7 +87084,7 @@ const iN = ({ fill: "currentColor", }), ), - _6 = (t) => + V6 = (t) => e.createElement( "svg", { @@ -87094,7 +87101,7 @@ const iN = ({ fill: "currentColor", }), ), - A6 = (t) => + _6 = (t) => e.createElement( "svg", { @@ -87137,7 +87144,7 @@ const iN = ({ fill: "#23C0D3", }), ), - k6 = (t) => + A6 = (t) => e.createElement( "svg", { @@ -87154,7 +87161,7 @@ const iN = ({ fill: "currentColor", }), ), - I6 = (t) => + k6 = (t) => e.createElement( "svg", { @@ -87171,7 +87178,7 @@ const iN = ({ fill: "currentColor", }), ), - Z6 = (t) => + I6 = (t) => e.createElement( "svg", { @@ -87188,7 +87195,7 @@ const iN = ({ fill: "currentColor", }), ), - B6 = (t) => + Z6 = (t) => e.createElement( "svg", { @@ -87205,7 +87212,7 @@ const iN = ({ fill: "currentColor", }), ), - O6 = (t) => + B6 = (t) => e.createElement( "svg", { @@ -87222,7 +87229,7 @@ const iN = ({ fill: "currentColor", }), ), - D6 = (t) => + O6 = (t) => e.createElement( "svg", { @@ -87239,7 +87246,7 @@ const iN = ({ fill: "currentColor", }), ), - P6 = (t) => + D6 = (t) => e.createElement( "svg", { @@ -87256,7 +87263,7 @@ const iN = ({ fill: "currentColor", }), ), - F6 = (t) => + P6 = (t) => e.createElement( "svg", { @@ -87273,7 +87280,7 @@ const iN = ({ fill: "currentColor", }), ), - U6 = (t) => + F6 = (t) => e.createElement( "svg", { @@ -87290,7 +87297,7 @@ const iN = ({ fill: "currentColor", }), ), - G6 = (t) => + U6 = (t) => e.createElement( "svg", { @@ -87307,7 +87314,7 @@ const iN = ({ fill: "currentColor", }), ), - z6 = (t) => + G6 = (t) => e.createElement( "svg", { @@ -87324,7 +87331,7 @@ const iN = ({ fill: "currentColor", }), ), - $6 = (t) => + z6 = (t) => e.createElement( "svg", { @@ -87341,7 +87348,7 @@ const iN = ({ fill: "currentColor", }), ), - W6 = (t) => + $6 = (t) => e.createElement( "svg", { @@ -87358,7 +87365,7 @@ const iN = ({ fill: "currentColor", }), ), - j6 = (t) => + W6 = (t) => e.createElement( "svg", { @@ -87375,7 +87382,7 @@ const iN = ({ fill: "currentColor", }), ), - q6 = (t) => + j6 = (t) => e.createElement( "svg", { @@ -87396,7 +87403,7 @@ const iN = ({ fill: "currentColor", }), ), - Y6 = (t) => + q6 = (t) => e.createElement( "svg", { @@ -87413,7 +87420,7 @@ const iN = ({ fill: "currentColor", }), ), - K6 = (t) => + Y6 = (t) => e.createElement( "svg", { @@ -87430,7 +87437,7 @@ const iN = ({ fill: "currentColor", }), ), - X6 = (t) => + K6 = (t) => e.createElement( "svg", { @@ -87447,7 +87454,7 @@ const iN = ({ fill: "currentColor", }), ), - Q6 = (t) => + X6 = (t) => e.createElement( "svg", { @@ -87464,7 +87471,7 @@ const iN = ({ fill: "currentColor", }), ), - J6 = (t) => + Q6 = (t) => e.createElement( "svg", { @@ -87481,7 +87488,7 @@ const iN = ({ fill: "currentColor", }), ), - e0 = (t) => + J6 = (t) => e.createElement( "svg", { @@ -87498,7 +87505,7 @@ const iN = ({ fill: "currentColor", }), ), - t0 = (t) => + e0 = (t) => e.createElement( "svg", { @@ -87515,7 +87522,7 @@ const iN = ({ fill: "currentColor", }), ), - n0 = (t) => + t0 = (t) => e.createElement( "svg", { @@ -87532,7 +87539,7 @@ const iN = ({ fill: "currentColor", }), ), - r0 = (t) => + n0 = (t) => e.createElement( "svg", { @@ -87549,7 +87556,7 @@ const iN = ({ fill: "currentColor", }), ), - o0 = (t) => + r0 = (t) => e.createElement( "svg", { @@ -87566,7 +87573,7 @@ const iN = ({ fill: "currentColor", }), ), - a0 = (t) => + o0 = (t) => e.createElement( "svg", { @@ -87583,7 +87590,7 @@ const iN = ({ fill: "currentColor", }), ), - l0 = (t) => + a0 = (t) => e.createElement( "svg", { @@ -87600,7 +87607,7 @@ const iN = ({ fill: "currentColor", }), ), - i0 = (t) => + l0 = (t) => e.createElement( "svg", { @@ -87617,7 +87624,7 @@ const iN = ({ fill: "currentColor", }), ), - C0 = (t) => + i0 = (t) => e.createElement( "svg", { @@ -87634,7 +87641,7 @@ const iN = ({ fill: "currentColor", }), ), - s0 = (t) => + C0 = (t) => e.createElement( "svg", { @@ -87651,7 +87658,7 @@ const iN = ({ fill: "currentColor", }), ), - c0 = (t) => + s0 = (t) => e.createElement( "svg", { @@ -87668,7 +87675,7 @@ const iN = ({ fill: "currentColor", }), ), - d0 = (t) => + c0 = (t) => e.createElement( "svg", { @@ -87685,7 +87692,7 @@ const iN = ({ fill: "currentColor", }), ), - u0 = (t) => + d0 = (t) => e.createElement( "svg", { @@ -87702,7 +87709,7 @@ const iN = ({ fill: "currentColor", }), ), - m0 = (t) => + u0 = (t) => e.createElement( "svg", { @@ -87719,7 +87726,7 @@ const iN = ({ fill: "currentColor", }), ), - p0 = (t) => + m0 = (t) => e.createElement( "svg", { @@ -87736,7 +87743,7 @@ const iN = ({ fill: "currentColor", }), ), - g0 = (t) => + p0 = (t) => e.createElement( "svg", { @@ -87761,7 +87768,7 @@ const iN = ({ fill: "currentColor", }), ), - h0 = (t) => + g0 = (t) => e.createElement( "svg", { @@ -87778,7 +87785,7 @@ const iN = ({ fill: "currentColor", }), ), - f0 = (t) => + h0 = (t) => e.createElement( "svg", { @@ -87795,7 +87802,7 @@ const iN = ({ fill: "currentColor", }), ), - v0 = ({ + f0 = ({ id: e, label: n = "", required: r, @@ -87827,7 +87834,7 @@ const iN = ({ "" !== g || console.warn("The selected value is not included in Options List"), t.createElement( - Ro, + yo, { className: `select ${a || ""}`, id: e, @@ -87856,11 +87863,11 @@ const iN = ({ state: w, readOnly: L, overlayIcon: M - ? t.createElement(Vn, null) - : t.createElement(Sn, null), + ? t.createElement(Sn, null) + : t.createElement(Nn, null), startIcon: null == x ? void 0 : x.icon, }, - t.createElement(Nn, { + t.createElement(Tn, { sx: { position: "absolute", top: 0, @@ -87874,7 +87881,7 @@ const iN = ({ }, }), M && - t.createElement($r, { + t.createElement(zr, { id: `${e}-options-selector`, options: c, selectedOption: C, @@ -87890,12 +87897,12 @@ const iN = ({ ) ); }, - E0 = m.div(({ theme: e, sx: t }) => ({ + v0 = m.div(({ theme: e, sx: t }) => ({ display: "flex", justifyContent: "space-between", alignItems: "center", paddingBottom: 15, - color: sn(e, "fontColor", un.fontColor), + color: Cn(e, "fontColor", dn.fontColor), margin: "20px 22px", fontSize: 14, fontStyle: "normal", @@ -87904,25 +87911,25 @@ const iN = ({ letterSpacing: "0.16px", ...V(t, e), })), - w0 = ({ label: e, icon: n, sx: r, ...o }) => + E0 = ({ label: e, icon: n, sx: r, ...o }) => t.createElement( - E0, + v0, { className: "simple-header", sx: r, ...o }, t.createElement("span", null, e), n, ), - L0 = m.svg( + w0 = m.svg( ({ theme: e, usedBytes: t, totalBytes: n, chartLabel: r, sx: o }) => { const a = (100 * t) / n; - let l = sn(e, "signalColors.main", cn.mainBlue); + let l = Cn(e, "signalColors.main", sn.mainBlue); return ( a >= 90 - ? (l = sn(e, "signalColors.danger", cn.mainRed)) - : a >= 80 && (l = sn(e, "signalColors.warning", cn.mainOrange)), + ? (l = Cn(e, "signalColors.danger", sn.mainRed)) + : a >= 80 && (l = Cn(e, "signalColors.warning", sn.mainOrange)), { "& .usedSpace": { stroke: l }, "& .availableSpace": { - stroke: sn(e, "signalColors.disabled", cn.disabledGrey), + stroke: Cn(e, "signalColors.disabled", sn.disabledGrey), }, "& .chartText": { fill: "#000", transform: "translateY(0.25em)" }, "& .chartNumber": { @@ -87931,7 +87938,7 @@ const iN = ({ textAnchor: "middle", transform: "" !== r ? "translateY(-0.50em)" : "translateY(-0.25em)", fontWeight: "bold", - fill: sn(e, "fontColor", cn.defaultFontColor), + fill: Cn(e, "fontColor", sn.defaultFontColor), }, "& .chartLabel": { fontSize: "0.2em", @@ -87939,14 +87946,14 @@ const iN = ({ transform: "translateY(0.7em)", whiteSpace: "normal", fontWeight: "bold", - fill: sn(e, "mutedText", cn.mutedText), + fill: Cn(e, "mutedText", sn.mutedText), }, ...V(o, e), } ); }, ), - b0 = ({ + L0 = ({ width: e = "150", height: n = "150", usedBytes: o, @@ -87983,7 +87990,7 @@ const iN = ({ }, [o, a]); const u = N(o); return t.createElement( - L0, + w0, { width: e, height: n, @@ -88035,11 +88042,11 @@ const iN = ({ ), ); }, - M0 = m.input(({ theme: e }) => { + b0 = m.input(({ theme: e }) => { const t = { "-webkit-appearance": "none", appearance: "none", - backgroundColor: sn(e, "slider.bulletBG", cn.bulletColor), + backgroundColor: Cn(e, "slider.bulletBG", sn.bulletColor), height: 15, width: 15, borderRadius: "100%", @@ -88061,22 +88068,22 @@ const iN = ({ '&[type="range"]:disabled': { cursor: "not-allowed", "&::-webkit-slider-thumb": { - backgroundColor: sn(e, "slider.disabledBullet", cn.disabledGrey), + backgroundColor: Cn(e, "slider.disabledBullet", sn.disabledGrey), }, "&::-moz-range-thumb": { - backgroundColor: sn(e, "slider.disabledBullet", cn.disabledGrey), + backgroundColor: Cn(e, "slider.disabledBullet", sn.disabledGrey), }, }, }; }), - H0 = m.div(({ theme: e, error: t, sx: n }) => ({ + M0 = m.div(({ theme: e, error: t, sx: n }) => ({ display: "flex", alignItems: "center", flexGrow: 1, width: "100%", "& .errorText": { fontSize: 12, - color: sn(e, "inputBox.error", "#C51B3F"), + color: Cn(e, "inputBox.error", "#C51B3F"), marginTop: 3, }, "& .textBoxContainer": { @@ -88095,22 +88102,22 @@ const iN = ({ "& .displayValue": { fontSize: 12, fontWeight: "bold" }, ...V(n, e), })), - y0 = m.div(({ theme: e }) => ({ + H0 = m.div(({ theme: e }) => ({ position: "absolute", width: "100%", height: 6, top: "50%", transform: "translateY(-50%)", - backgroundColor: sn(e, "slider.railBG", cn.borderColor), + backgroundColor: Cn(e, "slider.railBG", sn.borderColor), borderRadius: 15, display: "flex", alignItems: "center", zIndex: 90, "&.disabled": { - backgroundColor: sn(e, "slider.disabledRail", cn.disabledBGGrey), + backgroundColor: Cn(e, "slider.disabledRail", sn.disabledBGGrey), }, })), - R0 = ({ + y0 = ({ id: e, tooltip: n = "", noLabelMinWidth: r, @@ -88131,11 +88138,11 @@ const iN = ({ ...v }) => t.createElement( - H0, + M0, { error: !!i && "" !== i, sx: C, className: `slider ${l}` }, "" !== o && t.createElement( - Mo, + bo, { htmlFor: e, noMinWidth: r, @@ -88147,27 +88154,27 @@ const iN = ({ a ? "*" : "", "" !== n && t.createElement( - Nn, + Tn, { className: "tooltipContainer" }, t.createElement( - Pn, + Dn, { tooltip: n, placement: "top" }, t.createElement( - Nn, + Tn, { className: n }, - t.createElement(so, null), + t.createElement(Co, null), ), ), ), ), t.createElement( - Nn, + Tn, { className: "textBoxContainer" }, t.createElement( - Nn, + Tn, { sx: { display: "flex", alignItems: "center", gap: 8 } }, t.createElement( - Nn, + Tn, { sx: { flexGrow: 1, @@ -88177,7 +88184,7 @@ const iN = ({ alignItems: "flex-start", }, }, - t.createElement(M0, { + t.createElement(b0, { id: e, type: "range", className: "rangeSelector", @@ -88187,7 +88194,7 @@ const iN = ({ disabled: f, ...v, }), - t.createElement(y0, { className: "" + (f ? "disabled" : "") }), + t.createElement(H0, { className: "" + (f ? "disabled" : "") }), ), p ? t.createElement( @@ -88197,10 +88204,10 @@ const iN = ({ ) : null, ), - "" !== i && t.createElement(Nn, { className: "errorText" }, i), + "" !== i && t.createElement(Tn, { className: "errorText" }, i), ), ), - x0 = m.div(({ theme: e, sx: t, open: n, variant: r, condensed: o }) => ({ + R0 = m.div(({ theme: e, sx: t, open: n, variant: r, condensed: o }) => ({ position: "fixed", width: o ? "auto" : "100vw", maxWidth: o ? 350 : "100vw", @@ -88218,8 +88225,8 @@ const iN = ({ borderBottomLeftRadius: o ? 8 : 0, borderBottomRightRadius: o ? 8 : 0, letterSpacing: "0.16px", - backgroundColor: sn(e, `snackbar.${r}.backgroundColor`, cn.mainBlue), - color: sn(e, `snackbar.${r}.labelColor`, cn.white), + backgroundColor: Cn(e, `snackbar.${r}.backgroundColor`, sn.mainBlue), + color: Cn(e, `snackbar.${r}.labelColor`, sn.white), fontWeight: 400, marginTop: n ? 0 : "-100%", transition: "all 0.5s", @@ -88232,8 +88239,8 @@ const iN = ({ }, ...V(t, e), })), - T0 = m.button(({ theme: e, variant: t, condensed: n }) => ({ - color: sn(e, `snackbar.${t}.labelColor`, cn.white), + x0 = m.button(({ theme: e, variant: t, condensed: n }) => ({ + color: Cn(e, `snackbar.${t}.labelColor`, sn.white), display: "flex", position: n ? "initial" : "absolute", alignItems: "center", @@ -88251,7 +88258,7 @@ const iN = ({ "&:hover": { backgroundColor: n ? "transparent" : "#00000040" }, "& svg": { width: n ? 10 : 12, height: n ? 10 : 12 }, })), - N0 = ({ + T0 = ({ autoHideDuration: e = 5, message: n = "", open: a, @@ -88280,7 +88287,7 @@ const iN = ({ }, [m]); if (!a || "" === n) return null; const h = t.createElement( - x0, + R0, { open: a, variant: C, @@ -88289,10 +88296,10 @@ const iN = ({ onMouseLeave: () => p(!1), condensed: s, }, - t.createElement(Nn, { className: "messageTruncation" }, n), + t.createElement(Tn, { className: "messageTruncation" }, n), c && t.createElement( - T0, + x0, { variant: C, condensed: s, @@ -88300,20 +88307,20 @@ const iN = ({ clearTimeout(g.current), l(); }, }, - t.createElement(SN, null), + t.createElement(NN, null), ), ); return "portal" === u ? w(h, document.body) : h; }, - S0 = m.span(({ theme: e, active: t }) => ({ + N0 = m.span(({ theme: e, active: t }) => ({ fontSize: 12, color: t - ? sn(e, "switchButton.onLabelColor", "#081C42") - : sn(e, "switchButton.offLabelColor", "#E2E2E2"), + ? Cn(e, "switchButton.onLabelColor", "#081C42") + : Cn(e, "switchButton.offLabelColor", "#E2E2E2"), margin: "0 8px 0 10px", fontWeight: t ? "bold" : "normal", })), - V0 = m.label(({ theme: e }) => ({ + S0 = m.label(({ theme: e }) => ({ width: 42, height: 24, position: "relative", @@ -88329,7 +88336,7 @@ const iN = ({ "& input": { display: "none", "& ~.switchRail": { - backgroundColor: sn(e, "switchButton.switchBackground", "#E6EBEB"), + backgroundColor: Cn(e, "switchButton.switchBackground", "#E6EBEB"), "&:before": { content: "' '", position: "absolute", @@ -88339,29 +88346,29 @@ const iN = ({ top: 2, left: 2, borderRadius: "100%", - border: `${sn(e, "switchButton.bulletBorderColor", "#FFF")} 2px solid `, - backgroundColor: sn(e, "switchButton.bulletBGColor", "#F1F4F4"), + border: `${Cn(e, "switchButton.bulletBorderColor", "#FFF")} 2px solid `, + backgroundColor: Cn(e, "switchButton.bulletBGColor", "#F1F4F4"), transitionDuration: "0.1s", }, }, "&:checked ~.switchRail": { - backgroundColor: sn(e, "switchButton.onBackgroundColor", un.switchBG), + backgroundColor: Cn(e, "switchButton.onBackgroundColor", dn.switchBG), boxShadow: "0px 2px 8px 0px rgba(156, 163, 175, 0.15)", "&:before": { left: "calc(100% - 22px)" }, }, "&:disabled:checked ~.switchRail": { - backgroundColor: sn(e, "switchButton.disabledOnBackground", "#8bb0a0"), + backgroundColor: Cn(e, "switchButton.disabledOnBackground", "#8bb0a0"), }, "&:disabled ~.switchRail": { cursor: "not-allowed", - backgroundColor: sn(e, "switchButton.disabledBackground", "#E6EAEB"), + backgroundColor: Cn(e, "switchButton.disabledBackground", "#E6EAEB"), "&:before": { - borderColor: sn( + borderColor: Cn( e, "switchButton.disabledBulletBorderColor", "#F1F4F4", ), - backgroundColor: sn( + backgroundColor: Cn( e, "switchButton.disabledBulletBGColor", "#E6EAEB", @@ -88370,8 +88377,8 @@ const iN = ({ }, }, })), - _0 = m.div(() => ({ display: "flex", alignItems: "center" })), - A0 = m.div(({ theme: e, sx: t }) => ({ + V0 = m.div(() => ({ display: "flex", alignItems: "center" })), + _0 = m.div(({ theme: e, sx: t }) => ({ "& .inputBase": { display: "flex", justifyContent: "space-between", @@ -88381,11 +88388,11 @@ const iN = ({ }, "& .actionDescription": { marginTop: 4, - color: sn(e, "mutedText", un.mutedText), + color: Cn(e, "mutedText", dn.mutedText), }, ...V(t, e), })), - k0 = ({ + A0 = ({ tooltip: e, label: n, id: r, @@ -88400,29 +88407,29 @@ const iN = ({ ...u }) => { const m = t.createElement( - _0, + V0, null, !l && - t.createElement(S0, { active: !s }, i && i.length > 1 ? i[1] : "OFF"), + t.createElement(N0, { active: !s }, i && i.length > 1 ? i[1] : "OFF"), t.createElement( - V0, + S0, { id: `${r}-switch` }, t.createElement("input", { type: "checkbox", id: r, checked: s, ...u }), t.createElement("span", { className: "switchRail" }), ), - !l && t.createElement(S0, { active: !!s }, i ? i[0] : "ON"), + !l && t.createElement(N0, { active: !!s }, i ? i[0] : "ON"), ); return l ? m : t.createElement( - A0, + _0, { className: `inputItem ${a || ""}`, sx: o }, t.createElement( - ta, + ea, { className: "inputBase" }, "" !== n && t.createElement( - Mo, + bo, { htmlFor: r, noMinWidth: !0, helpTip: c, helpTipPlacement: d }, n, e && @@ -88431,18 +88438,18 @@ const iN = ({ "div", { className: "tooltipContainer" }, t.createElement( - Pn, + Dn, { tooltip: e, placement: "top" }, - t.createElement(so, null), + t.createElement(Co, null), ), ), ), m, ), - C && t.createElement(Nn, { className: "actionDescription" }, C), + C && t.createElement(Tn, { className: "actionDescription" }, C), ); }, - I0 = m.button(({ theme: e, horizontal: t }) => ({ + k0 = m.button(({ theme: e, horizontal: t }) => ({ cursor: "pointer", display: "flex", alignItems: "center", @@ -88455,42 +88462,42 @@ const iN = ({ fontSize: 14, fontWeight: 400, backgroundColor: "transparent", - color: sn( + color: Cn( e, t ? "tabs.horizontal.buttons.labelColor" : "tabs.vertical.buttons.labelColor", - cn.mainGrey, + sn.mainGrey, ), borderBottom: t ? "0" - : `${sn(e, "tabs.vertical.borders", cn.tabBorder)} 1px solid`, + : `${Cn(e, "tabs.vertical.borders", sn.tabBorder)} 1px solid`, "&:hover": { cursor: "pointer", - backgroundColor: sn( + backgroundColor: Cn( e, t ? "tabs.horizontal.buttons.hoverBackground" : "tabs.vertical.buttons.hoverBackground", - un.modalBorderColor, + dn.modalBorderColor, ), - color: sn( + color: Cn( e, t ? "tabs.horizontal.buttons.hoverLabelColor" : "tabs.vertical.buttons.hoverLabelColor", - cn.mainBlue, + sn.mainBlue, ), }, "&:disabled": { cursor: "not-allowed", backgroundColor: "transparent", - color: sn( + color: Cn( e, t ? "tabs.horizontal.buttons.disabledColor" : "tabs.vertical.buttons.disabledColor", - cn.disabledInnerGrey, + sn.disabledInnerGrey, ), }, "& svg": { width: 18, height: 18 }, @@ -88498,12 +88505,12 @@ const iN = ({ position: "relative", fontWeight: 600, backgroundColor: "transparent", - color: sn( + color: Cn( e, t ? "tabs.horizontal.buttons.selectedLabelColor" : "tabs.vertical.buttons.selectedLabelColor", - cn.mainBlue, + sn.mainBlue, ), "&:after": { display: t ? "block" : "none", @@ -88513,15 +88520,15 @@ const iN = ({ bottom: -1, width: "100%", height: 2, - backgroundColor: sn( + backgroundColor: Cn( e, "wizard.modal.selectedStepLabelColor", - un.switchBG, + dn.switchBG, ), }, }, })), - Z0 = ({ + I0 = ({ horizontal: e, id: n, onClick: r, @@ -88531,7 +88538,7 @@ const iN = ({ selected: i, }) => t.createElement( - I0, + k0, { horizontal: !!e, id: n, @@ -88542,12 +88549,12 @@ const iN = ({ l, o, ), - B0 = ({ selectedTab: e, useRouteTabs: n, id: r, children: o }) => - n || e === r ? t.createElement(Nn, { id: r }, o) : null, - O0 = m.div( + Z0 = ({ selectedTab: e, useRouteTabs: n, id: r, children: o }) => + n || e === r ? t.createElement(Tn, { id: r }, o) : null, + B0 = m.div( ({ theme: e, horizontal: t, horizontalBarBackground: n, sx: r }) => { const o = n - ? sn(e, "tabs.horizontal.backgroundColor", "transparent") + ? Cn(e, "tabs.horizontal.backgroundColor", "transparent") : "transparent"; return { display: "flex", @@ -88557,13 +88564,13 @@ const iN = ({ display: "flex", border: t ? "none" - : `${sn(e, "tabs.vertical.borders", cn.tabBorder)} 1px solid`, + : `${Cn(e, "tabs.vertical.borders", sn.tabBorder)} 1px solid`, borderBottom: t - ? `1px solid ${sn(e, "buttons.horizontal.bottomBorder", un.defaultButtonPressed)}` - : `${sn(e, "tabs.vertical.borders", cn.tabBorder)} 1px solid`, + ? `1px solid ${Cn(e, "buttons.horizontal.bottomBorder", dn.defaultButtonPressed)}` + : `${Cn(e, "tabs.vertical.borders", sn.tabBorder)} 1px solid`, backgroundColor: t ? o - : sn(e, "tabs.vertical.backgroundColor", cn.iconButtonBG), + : Cn(e, "tabs.vertical.backgroundColor", sn.iconButtonBG), width: t ? "100%" : "auto", alignItems: t ? "center" : "flex-start", gap: 10, @@ -88581,14 +88588,14 @@ const iN = ({ padding: 15, border: t ? "none" - : `${sn(e, "tabs.vertical.borders", cn.tabBorder)} 1px solid`, + : `${Cn(e, "tabs.vertical.borders", sn.tabBorder)} 1px solid`, borderLeft: "none", }, ...V(r, e), }; }, ), - D0 = ({ + O0 = ({ horizontal: e, options: n, currentTabOrPath: r, @@ -88602,7 +88609,7 @@ const iN = ({ ...d }) => t.createElement( - O0, + B0, { className: "tabs", horizontal: !!e, @@ -88611,15 +88618,15 @@ const iN = ({ ...d, }, t.createElement( - Nn, + Tn, { className: "optionsContainer" }, - i && t.createElement(Nn, null, i), + i && t.createElement(Tn, null, i), t.createElement( - Nn, + Tn, { className: "optionsList" }, n.map((n, a) => n - ? t.createElement(Z0, { + ? t.createElement(I0, { key: `v-tab-${a}`, id: n.tabConfig.id, onClick: () => { @@ -88634,14 +88641,14 @@ const iN = ({ : null, ), ), - C && t.createElement(Nn, null, C), + C && t.createElement(Tn, null, C), ), t.createElement( - Nn, + Tn, { className: "tabsPanels" }, o ? t.createElement( - B0, + Z0, { id: "routes-tab-container", useRouteTabs: !!o }, a, ) @@ -88649,7 +88656,7 @@ const iN = ({ e.tabConfig.disabled ? null : t.createElement( - B0, + Z0, { key: `v-tab-p-${n}`, id: e.tabConfig.id, @@ -88661,7 +88668,7 @@ const iN = ({ ), ), ), - P0 = m.span(({ theme: e, color: t, size: n, sx: r }) => ({ + D0 = m.span(({ theme: e, color: t, size: n, sx: r }) => ({ position: "relative", margin: 0, userSelect: "none", @@ -88675,12 +88682,12 @@ const iN = ({ alignItems: "center", justifyContent: "center", height: "small" === n ? 16 : 24, - color: sn( + color: Cn( e, `tag.${t}.label`, b["Color/Brand/Primary/colorPrimaryText"].lightMode, ), - background: sn( + background: Cn( e, `tag.${t}.background`, b["Color/Brand/Primary/colorPrimaryBg"].lightMode, @@ -88698,7 +88705,7 @@ const iN = ({ "& svg": { width: 12, height: 12, - fill: sn( + fill: Cn( e, `tag.${t}.label`, b["Color/Brand/Primary/colorPrimaryText"].lightMode, @@ -88715,12 +88722,12 @@ const iN = ({ opacity: 0.6, "&:hover": { opacity: 1 }, "& svg": { - color: sn( + color: Cn( e, `tag.${t}.deleteColor`, b["Color/Brand/Primary/colorPrimaryText"].lightMode, ), - fill: sn( + fill: Cn( e, `tag.${t}.deleteColor`, b["Color/Brand/Primary/colorPrimaryText"].lightMode, @@ -88733,7 +88740,7 @@ const iN = ({ }, ...V(r, e), })), - F0 = ({ + P0 = ({ children: e, color: n = "primary", sx: r, @@ -88745,7 +88752,7 @@ const iN = ({ ...s }) => t.createElement( - P0, + D0, { id: a, color: n, sx: r, size: i, ...s }, C, t.createElement("span", null, l, e), @@ -88753,35 +88760,35 @@ const iN = ({ t.createElement( "button", { className: "deleteTagButton", onClick: () => o(a) }, - t.createElement(SN, null), + t.createElement(NN, null), ), ), - U0 = m.div(({ theme: e, sx: t, direction: n }) => ({ + F0 = m.div(({ theme: e, sx: t, direction: n }) => ({ display: "flex", flexDirection: n, gap: "row" === n ? 5 : 2, "& .label": { fontWeight: 600, fontSize: 14, - color: sn(e, "valuePair.labelColor", un.modalTitleColor), + color: Cn(e, "valuePair.labelColor", dn.modalTitleColor), }, "& .value": { fontWeight: "normal", - color: sn(e, "valuePair.textColor", un.modalTitleColor), + color: Cn(e, "valuePair.textColor", dn.modalTitleColor), fontSize: 14, - "& a": { color: sn(e, "valuePair.linkColor", un.modalCloseColor) }, + "& a": { color: Cn(e, "valuePair.linkColor", dn.modalCloseColor) }, }, - [`@media (max-width: ${sn(H, "md", 0)}px)`]: { flexDirection: "column" }, + [`@media (max-width: ${Cn(H, "md", 0)}px)`]: { flexDirection: "column" }, ...V(t, e), })), - G0 = ({ value: e = null, label: n = "-", direction: r = "column", sx: o }) => + U0 = ({ value: e = null, label: n = "-", direction: r = "column", sx: o }) => t.createElement( - U0, + F0, { sx: o, direction: r }, - t.createElement(Nn, { className: "label" }, n), - t.createElement(Nn, { className: "value" }, e), + t.createElement(Tn, { className: "label" }, n), + t.createElement(Tn, { className: "value" }, e), ), - z0 = m.div(({ theme: e }) => ({ + G0 = m.div(({ theme: e }) => ({ display: "flex", flexDirection: "column", flex: 1, @@ -88807,7 +88814,7 @@ const iN = ({ flexDirection: "row", justifyContent: "flex-start", padding: "10px 0", - borderTop: `1px solid ${sn(e, "borderColor", "#E2E2E2")}`, + borderTop: `1px solid ${Cn(e, "borderColor", "#E2E2E2")}`, "& button": { marginLeft: 10 }, "&.forModal": { paddingBottom: 0 }, }, @@ -88818,7 +88825,7 @@ const iN = ({ marginRight: 15, }, })), - $0 = ({ + z0 = ({ page: e, pageChange: n, loadingStep: r, @@ -88826,15 +88833,15 @@ const iN = ({ actionButtonsPortalID: a, }) => { const l = t.createElement( - Nn, + Tn, { className: "buttonsContainer " + (o ? "forModal" : "") }, t.createElement( - Nn, + Tn, { className: "buttonInnerContainer" }, e.buttons.map((r) => r.componentRender ? r.componentRender - : t.createElement(lo, { + : t.createElement(ao, { id: "wizard-button-" + r.label, onClick: () => { ((e) => { @@ -88859,23 +88866,23 @@ const iN = ({ ), ); return t.createElement( - z0, + G0, null, t.createElement( - Nn, + Tn, { className: o ? "wizardModal" : "wizardComponent" }, e.componentRender, ), - r && t.createElement(Nn, null, t.createElement(oo, null)), + r && t.createElement(Tn, null, t.createElement(ro, null)), a ? w(l, a) : l, ); }, - W0 = m.div(({ theme: e, sx: t }) => ({ + $0 = m.div(({ theme: e, sx: t }) => ({ position: "relative", display: "flex", flexDirection: "column", "& .wizardSteps": { - borderBottom: `1px solid ${sn(e, "wizard.modal.borderColor", un.defaultButtonPressed)}`, + borderBottom: `1px solid ${Cn(e, "wizard.modal.borderColor", dn.defaultButtonPressed)}`, marginBottom: 24, }, "& .paddedContentGrid": { marginTop: 8, padding: "0 10px", minHeight: 400 }, @@ -88884,7 +88891,7 @@ const iN = ({ maxHeight: 90, "& .stepsLabel": { fontSize: 20, - color: sn(e, "mutedText", un.mutedText), + color: Cn(e, "mutedText", dn.mutedText), fontWeight: 600, margin: "10px 12px", "&.stepsModalTitle": { textAlign: "center" }, @@ -88897,12 +88904,12 @@ const iN = ({ position: "relative", lineHeight: "34px", fontWeight: 600, - color: sn(e, "wizard.modal.stepLabelColor", un.mutedText), + color: Cn(e, "wizard.modal.stepLabelColor", dn.mutedText), "&:not(:disabled):hover": { - backgroundColor: sn( + backgroundColor: Cn( e, "wizard.modal.buttonHoverBG", - un.modalBorderColor, + dn.modalBorderColor, ), }, "&:selected, &:active, &:focus, &:focus:active": { @@ -88912,11 +88919,11 @@ const iN = ({ }, "&:disabled": { cursor: "not-allowed", - color: sn(e, "wizard.modal.disabledLabelColor", un.disabledGreyText), + color: Cn(e, "wizard.modal.disabledLabelColor", dn.disabledGreyText), }, "&.selected": { fontWeight: "bold", - color: sn(e, "wizard.modal.selectedStepLabelColor", un.switchBG), + color: Cn(e, "wizard.modal.selectedStepLabelColor", dn.switchBG), "&:after": { content: "' '", position: "absolute", @@ -88924,10 +88931,10 @@ const iN = ({ bottom: -1, width: "100%", height: 2, - backgroundColor: sn( + backgroundColor: Cn( e, "wizard.modal.selectedStepLabelColor", - un.switchBG, + dn.switchBG, ), }, }, @@ -88940,7 +88947,7 @@ const iN = ({ }, ...V(t, e), })), - j0 = ({ + W0 = ({ wizardSteps: e, loadingStep: n, forModal: r, @@ -88966,13 +88973,13 @@ const iN = ({ }; if (0 === e.length) return null; return t.createElement( - W0, + $0, { sx: C }, t.createElement( - Nn, + Tn, { className: "modalSteps" }, t.createElement( - Nn, + Tn, { className: "wizardSteps" }, t.createElement( a, @@ -88998,9 +89005,9 @@ const iN = ({ ), ), t.createElement( - Nn, + Tn, null, - t.createElement($0, { + t.createElement(z0, { page: e[s], pageChange: d, loadingStep: n, @@ -89010,64 +89017,64 @@ const iN = ({ ), ); }, - q0 = m.table(({ theme: e, sx: t }) => ({ + j0 = m.table(({ theme: e, sx: t }) => ({ display: "table", width: "100%", borderCollapse: "collapse", borderSpacing: 0, ...V(t, e), })), - Y0 = ({ children: e, sx: n, ...r }) => - t.createElement(q0, { sx: n, ...r }, e), - K0 = m.tbody(({ theme: e, sx: t }) => ({ + q0 = ({ children: e, sx: n, ...r }) => + t.createElement(j0, { sx: n, ...r }, e), + Y0 = m.tbody(({ theme: e, sx: t }) => ({ display: "table-row-group", width: "100%", borderCollapse: "collapse", borderSpacing: 0, ...V(t, e), })), - X0 = ({ children: e, sx: n, ...r }) => - t.createElement(K0, { sx: n, ...r }, e), - Q0 = m.td(({ theme: e, sx: t }) => ({ + K0 = ({ children: e, sx: n, ...r }) => + t.createElement(Y0, { sx: n, ...r }, e), + X0 = m.td(({ theme: e, sx: t }) => ({ fontFamily: "'Geist',sans-serif", fontWeight: 400, fontSize: 12, lineHeight: 1.43, display: "table-cell", verticalAlign: "inherit", - borderBottom: `1px solid ${sn(e, "borderColor", cn.borderColor)}`, + borderBottom: `1px solid ${Cn(e, "borderColor", sn.borderColor)}`, textAlign: "left", padding: 16, - color: sn(e, "secondaryText", cn.mainGrey), + color: Cn(e, "secondaryText", sn.mainGrey), ...V(t, e), })), - J0 = ({ children: e, sx: n, ...r }) => - t.createElement(Q0, { sx: n, ...r }, e), - e9 = m.thead(({ theme: e, sx: t }) => ({ + Q0 = ({ children: e, sx: n, ...r }) => + t.createElement(X0, { sx: n, ...r }, e), + J0 = m.thead(({ theme: e, sx: t }) => ({ display: "table-row-group", width: "100%", borderCollapse: "collapse", borderSpacing: 0, ...V(t, e), })), - t9 = ({ children: e, sx: n, ...r }) => - t.createElement(e9, { sx: n, ...r }, e), - n9 = m.th(({ theme: e, sx: t }) => ({ + e9 = ({ children: e, sx: n, ...r }) => + t.createElement(J0, { sx: n, ...r }, e), + t9 = m.th(({ theme: e, sx: t }) => ({ fontFamily: "'Geist',sans-serif", fontSize: 12, lineHeight: 1.43, display: "table-cell", verticalAlign: "inherit", - borderBottom: `2px solid ${sn(e, "borderColor", cn.borderColor)}`, + borderBottom: `2px solid ${Cn(e, "borderColor", sn.borderColor)}`, textAlign: "left", padding: 16, fontWeight: "bold", - color: sn(e, "secondaryText", cn.mainGrey), + color: Cn(e, "secondaryText", sn.mainGrey), ...V(t, e), })), - r9 = ({ children: e, sx: n, ...r }) => - t.createElement(n9, { sx: n, ...r }, e), - o9 = m.tr(({ theme: e, sx: t }) => ({ + n9 = ({ children: e, sx: n, ...r }) => + t.createElement(t9, { sx: n, ...r }, e), + r9 = m.tr(({ theme: e, sx: t }) => ({ color: "inherit", display: "table-row", verticalAlign: "middle", @@ -89075,1575 +89082,1575 @@ const iN = ({ cursor: "pointer", borderLeft: 0, borderRight: 0, - backgroundColor: sn(e, "bgColor", cn.white), + backgroundColor: Cn(e, "bgColor", sn.white), ...V(t, e), })), - a9 = ({ children: e, sx: n, ...r }) => - t.createElement(o9, { sx: n, ...r }, e); + o9 = ({ children: e, sx: n, ...r }) => + t.createElement(r9, { sx: n, ...r }, e); export { - TS as AArrowDownIcon, - NS as AArrowUpIcon, - kS as ALargeSmallIcon, - SS as AccessibilityIcon, - In as Accordion, - zn as ActionsList, - VS as ActivityIcon, - AS as AirVentIcon, - _S as AirplayIcon, - IS as AlarmClockCheckIcon, - ZS as AlarmClockIcon, - BS as AlarmClockMinusIcon, - OS as AlarmClockOffIcon, - DS as AlarmClockPlusIcon, - PS as AlarmSmokeIcon, - FS as AlbumIcon, - US as AlignCenterHorizontalIcon, - GS as AlignCenterIcon, - zS as AlignCenterVerticalIcon, - $S as AlignEndHorizontalIcon, - WS as AlignEndVerticalIcon, - jS as AlignHorizontalDistributeCenterIcon, - qS as AlignHorizontalDistributeEndIcon, - YS as AlignHorizontalDistributeStartIcon, - KS as AlignHorizontalJustifyCenterIcon, - XS as AlignHorizontalJustifyEndIcon, - QS as AlignHorizontalJustifyStartIcon, - JS as AlignHorizontalSpaceAroundIcon, - eV as AlignHorizontalSpaceBetweenIcon, - tV as AlignJustifyIcon, - nV as AlignLeftIcon, - rV as AlignRightIcon, - oV as AlignStartHorizontalIcon, - aV as AlignStartVerticalIcon, - lV as AlignVerticalDistributeCenterIcon, - iV as AlignVerticalDistributeEndIcon, - CV as AlignVerticalDistributeStartIcon, - sV as AlignVerticalJustifyCenterIcon, - cV as AlignVerticalJustifyEndIcon, - dV as AlignVerticalJustifyStartIcon, - uV as AlignVerticalSpaceAroundIcon, - mV as AlignVerticalSpaceBetweenIcon, - pV as AmazonEksSiteIcon, - gV as AmbulanceIcon, - hV as AmpersandIcon, - fV as AmpersandsIcon, - vV as AnchorIcon, - EV as AngryIcon, - wV as AnnoyedIcon, - LV as AntennaIcon, - bV as AnvilIcon, - MV as ApertureIcon, - yV as AppWindowIcon, - RV as AppWindowMacIcon, - HV as AppleIcon, - Lr as ApplicationLogo, - xV as ArchiveIcon, - TV as ArchiveRestoreIcon, - NV as ArchiveXIcon, - SV as AreaChartIcon, - VV as ArmchairIcon, - _V as ArrowBigDownDashIcon, - AV as ArrowBigDownIcon, - kV as ArrowBigLeftDashIcon, - IV as ArrowBigLeftIcon, - ZV as ArrowBigRightDashIcon, - BV as ArrowBigRightIcon, - OV as ArrowBigUpDashIcon, - DV as ArrowBigUpIcon, - PV as ArrowDown01Icon, - FV as ArrowDown10Icon, - UV as ArrowDownAZIcon, - GV as ArrowDownFromLineIcon, - zV as ArrowDownIcon, - $V as ArrowDownLeftIcon, - WV as ArrowDownNarrowWideIcon, - jV as ArrowDownRightIcon, - qV as ArrowDownToDotIcon, - YV as ArrowDownToLineIcon, - KV as ArrowDownUpIcon, - XV as ArrowDownWideNarrowIcon, - QV as ArrowDownZAIcon, - JV as ArrowLeftFromLineIcon, - No as ArrowLeftIcon, - e_ as ArrowLeftRightIcon, - zN as ArrowLeftToLineIcon, - t_ as ArrowRightFromLineIcon, - n_ as ArrowRightIcon, - r_ as ArrowRightLeftIcon, - o_ as ArrowRightToLineIcon, - l_ as ArrowUp01Icon, - i_ as ArrowUp10Icon, - C_ as ArrowUpAZIcon, - s_ as ArrowUpDownIcon, - c_ as ArrowUpFromDotIcon, - d_ as ArrowUpFromLineIcon, - u_ as ArrowUpIcon, - m_ as ArrowUpLeftIcon, - p_ as ArrowUpNarrowWideIcon, - g_ as ArrowUpRightIcon, - h_ as ArrowUpToLineIcon, - f_ as ArrowUpWideNarrowIcon, - v_ as ArrowUpZAIcon, - a_ as ArrowsUpFromLineIcon, - E_ as AsteriskIcon, - L_ as AtSignIcon, - w_ as AtomIcon, - b_ as AudioLinesIcon, - M_ as AudioWaveformIcon, - To as Autocomplete, - H_ as AwardIcon, - y_ as AxeIcon, - R_ as Axis3dIcon, - x_ as AzureAksSiteIcon, - T_ as BabyIcon, - Vo as BackLink, - N_ as BackpackIcon, - Zo as Badge, - S_ as BadgeAlertIcon, - V_ as BadgeCentIcon, - __ as BadgeCheckIcon, - A_ as BadgeDollarSignIcon, - k_ as BadgeEuroIcon, - I_ as BadgeHelpIcon, - Z_ as BadgeIcon, - B_ as BadgeIndianRupeeIcon, - O_ as BadgeInfoIcon, - D_ as BadgeJapaneseYenIcon, - P_ as BadgeMinusIcon, - F_ as BadgePercentIcon, - U_ as BadgePlusIcon, - G_ as BadgePoundSterlingIcon, - z_ as BadgeRussianRubleIcon, - $_ as BadgeSwissFrancIcon, - W_ as BadgeXIcon, - j_ as BaggageClaimIcon, - q_ as BalancerIcon, - K_ as BanIcon, - Y_ as BananaIcon, - X_ as BanknoteIcon, - Q_ as BarChart2Icon, - J_ as BarChart3Icon, - eA as BarChart4Icon, - tA as BarChartBigIcon, - nA as BarChartHorizontalBigIcon, - rA as BarChartHorizontalIcon, - oA as BarChartIcon, - aA as BarcodeIcon, - lA as BareMetalLinuxSiteIcon, - iA as BaselineIcon, - CA as BathIcon, - sA as BatteryChargingIcon, - cA as BatteryFullIcon, - dA as BatteryIcon, - uA as BatteryLowIcon, - mA as BatteryMediumIcon, - pA as BatteryWarningIcon, - gA as BeakerIcon, - hA as BeanIcon, - fA as BeanOffIcon, - vA as BedDoubleIcon, - EA as BedIcon, - wA as BedSingleIcon, - LA as BeefIcon, - bA as BeerIcon, - MA as BeerOffIcon, - HA as BellArrowIcon, - yA as BellDotIcon, - RA as BellElectricIcon, - xA as BellIcon, - TA as BellMinusIcon, - NA as BellOffIcon, - SA as BellPlusIcon, - VA as BellRingIcon, - _A as BetweenHorizontalEndIcon, - AA as BetweenHorizontalStartIcon, - kA as BetweenVerticalEndIcon, - IA as BetweenVerticalStartIcon, - ZA as BikeIcon, - BA as BinaryIcon, - OA as BiohazardIcon, - DA as BirdIcon, - PA as BitcoinIcon, - FA as BlendIcon, - UA as BlindsIcon, - GA as BlocksIcon, - zA as BluetoothConnectedIcon, - $A as BluetoothIcon, - WA as BluetoothOffIcon, - jA as BluetoothSearchingIcon, - qA as BoldIcon, - YA as BoltIcon, - KA as BombIcon, - XA as BoneIcon, - QA as BookAIcon, - JA as BookAudioIcon, - ek as BookCheckIcon, - tk as BookCopyIcon, - nk as BookDashedIcon, - rk as BookDownIcon, - ok as BookHeadphonesIcon, - ak as BookHeartIcon, - lk as BookIcon, - ik as BookImageIcon, - Ck as BookKeyIcon, - sk as BookLockIcon, - dk as BookMarkedIcon, - hk as BookMinusIcon, - fk as BookOpenCheckIcon, - vk as BookOpenIcon, - Ek as BookOpenTextIcon, - wk as BookPlusIcon, - Lk as BookTextIcon, - bk as BookTypeIcon, - Mk as BookUp2Icon, - Hk as BookUpIcon, - yk as BookUserIcon, - Rk as BookXIcon, - ck as BookmarkCheckIcon, - uk as BookmarkIcon, - mk as BookmarkMinusIcon, - pk as BookmarkPlusIcon, - gk as BookmarkXIcon, - xk as BoomBoxIcon, - Tk as BotIcon, - Nk as BotMessageSquareIcon, - Nn as Box, - Vk as BoxIcon, - _k as BoxOutlineIcon, - Ak as BoxSelectIcon, - Oo as BoxedIcon, - Sk as BoxesIcon, - kk as BracesIcon, - Ik as BracketsIcon, - Zk as BrainCircuitIcon, - Bk as BrainCogIcon, - Ok as BrainIcon, - jo as BreadcrumbButton, - Xo as Breadcrumbs, - Dk as BrickWallIcon, - Pk as BriefcaseBusinessIcon, - Fk as BriefcaseIcon, - Uk as BriefcaseMedicalIcon, - Gk as BringToFrontIcon, - zk as BrushIcon, - $k as BucketCopyIcon, - Wk as BucketIcon, - jk as BucketQuotaIcon, - qk as BugIcon, - Yk as BugOffIcon, - Kk as BugPlayIcon, - Xk as Building2Icon, - Qk as BuildingIcon, - Jk as BusFrontIcon, - eI as BusIcon, - lo as Button, - Jo as ButtonGroup, - tI as CableCarIcon, - nI as CableIcon, - rI as CakeIcon, - oI as CakeSliceIcon, - aI as CalculatorIcon, - lI as CalendarCheck2Icon, - iI as CalendarCheckIcon, - CI as CalendarClockIcon, - sI as CalendarDaysIcon, - cI as CalendarFoldIcon, - dI as CalendarHeartIcon, - my as CalendarIcon, - uI as CalendarMinus2Icon, - mI as CalendarMinusIcon, - pI as CalendarOffIcon, - gI as CalendarPlus2Icon, - hI as CalendarPlusIcon, - fI as CalendarRangeIcon, - vI as CalendarSearchIcon, - EI as CalendarX2Icon, - wI as CalendarXIcon, - LI as CameraIcon, - bI as CameraOffIcon, - MI as CandlestickChartIcon, - HI as CandyCaneIcon, - yI as CandyIcon, - RI as CandyOffIcon, - xI as CannabisIcon, - TI as CaptionsIcon, - NI as CaptionsOffIcon, - AI as CarFrontIcon, - kI as CarIcon, - II as CarTaxiFrontIcon, - SI as CaravanIcon, - VI as CaretFilledIcon, - _I as CaretIcon, - ZI as CaseLowerIcon, - BI as CaseSensitiveIcon, - OI as CaseUpperIcon, - DI as CassetteTapeIcon, - PI as CastIcon, - FI as CastleIcon, - UI as CatIcon, - GI as CctvIcon, - zI as CheckCheckIcon, - na as CheckIcon, - oa as Checkbox, - $I as ChefHatIcon, - WI as CherryIcon, - Sn as ChevronDownIcon, - jI as ChevronFirstIcon, - qI as ChevronLastIcon, - qo as ChevronLeftIcon, - pT as ChevronRightIcon, - Vn as ChevronUpIcon, - YI as ChevronsDownIcon, - KI as ChevronsDownUpIcon, - XI as ChevronsLeftIcon, - QI as ChevronsLeftRightIcon, - JI as ChevronsRightIcon, - eZ as ChevronsRightLeftIcon, - tZ as ChevronsUpDownIcon, - nZ as ChevronsUpIcon, - rZ as ChromeIcon, - oZ as ChurchIcon, - aZ as CigaretteIcon, - lZ as CigaretteOffIcon, - io as CircleAlertIcon, - iZ as CircleArrowDownIcon, - CZ as CircleArrowLeftIcon, - sZ as CircleArrowOutDownLeftIcon, - cZ as CircleArrowOutDownRightIcon, - dZ as CircleArrowOutUpLeftIcon, - uZ as CircleArrowOutUpRightIcon, - mZ as CircleArrowRightIcon, - pZ as CircleArrowUpIcon, - gZ as CircleCheckBigIcon, - Co as CircleCheckIcon, - hZ as CircleChevronDownIcon, - fZ as CircleChevronLeftIcon, - vZ as CircleChevronRightIcon, - EZ as CircleChevronUpIcon, - wZ as CircleDashedIcon, - LZ as CircleDivideIcon, - bZ as CircleDollarSignIcon, - MZ as CircleDotDashedIcon, - HZ as CircleDotIcon, - yZ as CircleEllipsisIcon, - RZ as CircleEqualIcon, - xZ as CircleFadingPlusIcon, - TZ as CircleFillIcon, - NZ as CircleGaugeIcon, - so as CircleHelpIcon, - hN as CircleIcon, - Ow as CircleMinusIcon, - SZ as CircleOffIcon, - VZ as CircleParkingIcon, - _Z as CircleParkingOffIcon, - AZ as CirclePauseIcon, - kZ as CirclePercentIcon, - IZ as CirclePlayIcon, - ZZ as CirclePlusIcon, - BZ as CirclePowerIcon, - OZ as CircleSlash2Icon, - _o as CircleSlashIcon, - DZ as CircleStopIcon, - PZ as CircleUserIcon, - FZ as CircleUserRoundIcon, - Ao as CircleXIcon, - UZ as CircuitBoardIcon, - GZ as CitrusIcon, - zZ as ClapperboardIcon, - $Z as ClipboardCheckIcon, - WZ as ClipboardCopyIcon, - jZ as ClipboardIcon, - qZ as ClipboardListIcon, - YZ as ClipboardMinusIcon, - KZ as ClipboardPasteIcon, - XZ as ClipboardPenIcon, - QZ as ClipboardPenLineIcon, - JZ as ClipboardPlusIcon, - eB as ClipboardTypeIcon, - tB as ClipboardXIcon, - cB as Clock10Icon, - dB as Clock11Icon, - uB as Clock12Icon, - nB as Clock1Icon, - rB as Clock2Icon, - oB as Clock3Icon, - py as Clock4Icon, - aB as Clock5Icon, - lB as Clock6Icon, - iB as Clock7Icon, - CB as Clock8Icon, - sB as Clock9Icon, - mB as ClockIcon, - pB as CloudCogIcon, - gB as CloudDownloadIcon, - hB as CloudDrizzleIcon, - fB as CloudFogIcon, - vB as CloudHailIcon, - Dw as CloudIcon, - EB as CloudLightningIcon, - wB as CloudMoonIcon, - LB as CloudMoonRainIcon, - bB as CloudOffIcon, - MB as CloudRainIcon, - HB as CloudRainWindIcon, - yB as CloudSnowIcon, - RB as CloudSunIcon, - xB as CloudSunRainIcon, - TB as CloudUploadIcon, - NB as CloudyIcon, - SB as CloverIcon, - VB as ClubIcon, - _B as ClusterHealthIcon, - AB as ClusterIcon, - kB as ClusterIngressIcon, - IB as ClusterNodeIcon, - ZB as ClusterReplicationIcon, - BB as ClustersIcon, - Ef as CodeEditor, - OB as CodeIcon, - FB as CodeXmlIcon, - DB as CodepenIcon, - PB as CodesandboxIcon, - UB as CoffeeIcon, - GB as CogIcon, - zB as CoinsIcon, - TN as CollapseIcon, - $B as Columns2Icon, - Mw as Columns3Icon, - WB as Columns4Icon, - jB as CombineIcon, - qB as CommandIcon, - bf as CommentBox, - YB as CompassIcon, - KB as ComponentIcon, - XB as ComputerIcon, - QB as ConciergeBellIcon, - JB as ConeIcon, - eO as ConstructionIcon, - tO as ContactIcon, - nO as ContactRoundIcon, - rO as ContainerIcon, - oO as ContainerImagesIcon, - aO as ContrastIcon, - lO as CookieIcon, - iO as CookingPotIcon, - CO as CopyCheckIcon, - sO as CopyIcon, - dO as CopyMinusIcon, - uO as CopyPlusIcon, - pO as CopySlashIcon, - gO as CopyXIcon, - cO as CopyleftIcon, - mO as CopyrightIcon, - hO as CornerDownLeftIcon, - fO as CornerDownRightIcon, - vO as CornerLeftDownIcon, - EO as CornerLeftUpIcon, - wO as CornerRightDownIcon, - LO as CornerRightUpIcon, - bO as CornerUpLeftIcon, - MO as CornerUpRightIcon, - HO as CpuIcon, - yO as CreativeCommonsIcon, - RO as CreditCardIcon, - xO as CroissantIcon, - TO as CropIcon, - SO as CrossIcon, - NO as CrosshairIcon, - VO as CrownIcon, - _O as CuboidIcon, - AO as CupSodaIcon, - kO as CurrencyIcon, - IO as CylinderIcon, - PO as DataIcon, - Jw as DataTable, - ZO as DatabaseApiIcon, - BO as DatabaseBackupIcon, - OO as DatabaseIcon, - DO as DatabaseZapIcon, - yT as DateTimeInput, - MT as DateTimeSelector, - FO as DeleteIcon, - UO as DessertIcon, - GO as DiameterIcon, - zO as DiamondIcon, - $O as DiamondPercentIcon, - WO as Dice1Icon, - jO as Dice2Icon, - qO as Dice3Icon, - YO as Dice4Icon, - KO as Dice5Icon, - XO as Dice6Icon, - QO as DicesIcon, - JO as DiffIcon, - eD as Disc2Icon, - tD as Disc3Icon, - nD as DiscAlbumIcon, - rD as DiscIcon, - oD as DivideIcon, - aD as DnaIcon, - lD as DnaOffIcon, - iD as DockIcon, - CD as DogIcon, - sD as DollarSignIcon, - cD as DonutIcon, - dD as DoorClosedIcon, - uD as DoorOpenIcon, - mD as DotIcon, - Pw as DownloadIcon, - pD as DraftingCompassIcon, - gD as DramaIcon, - hD as DribbbleIcon, - fD as DrillIcon, - $r as DropdownSelector, - vD as DropletIcon, - ED as DropletsIcon, - wD as DrumIcon, - LD as DrumstickIcon, - bD as DumbbellIcon, - MD as EarIcon, - HD as EarOffIcon, - yD as EarthIcon, - RD as EarthLockIcon, - xD as EclipseIcon, - TD as EggFriedIcon, - ND as EggIcon, - SD as EggOffIcon, - Yo as EllipsisIcon, - VD as EllipsisVerticalIcon, - _D as EqualIcon, - AD as EqualNotIcon, - Fw as EraserIcon, - kD as EuroIcon, - ID as ExpandIcon, - Go as ExpandMenu, - $o as ExpandMenuOption, - xT as ExpandOptionsButton, - ZD as ExternalLinkIcon, - co as EyeIcon, - uo as EyeOffIcon, - BD as FacebookIcon, - OD as FactoryIcon, - DD as FanIcon, - PD as FastForwardIcon, - FD as FeatherIcon, - UD as FenceIcon, - GD as FerrisWheelIcon, - zD as FigmaIcon, - $D as FileArchiveIcon, - WD as FileAudio2Icon, - jD as FileAudioIcon, - qD as FileAxis3dIcon, - YD as FileBadge2Icon, - KD as FileBadgeIcon, - XD as FileBarChart2Icon, - QD as FileBarChartIcon, - JD as FileBoxIcon, - eP as FileCheck2Icon, - tP as FileCheckIcon, - nP as FileClockIcon, - rP as FileCode2Icon, - oP as FileCodeIcon, - aP as FileCogIcon, - lP as FileDiffIcon, - iP as FileDigitIcon, - CP as FileDownIcon, - sP as FileHeartIcon, - cP as FileIcon, - dP as FileImageIcon, - uP as FileInputIcon, - mP as FileJson2Icon, - pP as FileJsonIcon, - gP as FileKey2Icon, - hP as FileKeyIcon, - fP as FileLineChartIcon, - vP as FileLock2Icon, - EP as FileLockIcon, - wP as FileMinus2Icon, - LP as FileMinusIcon, - bP as FileMusicIcon, - MP as FileOutputIcon, - HP as FilePenIcon, - yP as FilePenLineIcon, - RP as FilePieChartIcon, - xP as FilePlus2Icon, - TP as FilePlusIcon, - NP as FileQuestionIcon, - SP as FileScanIcon, - VP as FileSearch2Icon, - _P as FileSearchIcon, - VT as FileSelector, - kP as FileSlidersIcon, - IP as FileSpreadsheetIcon, - ZP as FileStackIcon, - BP as FileSymlinkIcon, - OP as FileTerminalIcon, - DP as FileTextIcon, - PP as FileType2Icon, - FP as FileTypeIcon, - UP as FileUpIcon, - GP as FileVideo2Icon, - zP as FileVideoIcon, - $P as FileVolume2Icon, - WP as FileVolumeIcon, - jP as FileWarningIcon, - qP as FileX2Icon, - YP as FileXIcon, - AP as FilesIcon, - KP as FilmIcon, - XP as FilterIcon, - QP as FilterXIcon, - JP as FingerprintIcon, - eF as FireExtinguisherIcon, - tF as FishIcon, - nF as FishSymbolIcon, - rF as FlagIcon, - oF as FlagOffIcon, - aF as FlagTriangleLeftIcon, - lF as FlagTriangleRightIcon, - iF as FlameIcon, - CF as FlameKindlingIcon, - sF as FlashlightIcon, - cF as FlashlightOffIcon, - dF as FlaskConicalIcon, - uF as FlaskConicalOffIcon, - mF as FlaskRoundIcon, - pF as FlipHorizontal2Icon, - gF as FlipHorizontalIcon, - hF as FlipVertical2Icon, - fF as FlipVerticalIcon, - vF as Flower2Icon, - EF as FlowerIcon, - wF as FocusIcon, - QF as FoldHorizontalIcon, - JF as FoldVerticalIcon, - LF as FolderArchiveIcon, - bF as FolderCheckIcon, - MF as FolderClockIcon, - HF as FolderClosedIcon, - yF as FolderCogIcon, - RF as FolderDotIcon, - xF as FolderDownIcon, - TF as FolderGit2Icon, - NF as FolderGitIcon, - SF as FolderHeartIcon, - VF as FolderIcon, - _F as FolderInputIcon, - AF as FolderKanbanIcon, - kF as FolderKey2Icon, - IF as FolderKeyIcon, - ZF as FolderLockIcon, - BF as FolderMinusIcon, - OF as FolderOpenDotIcon, - DF as FolderOpenIcon, - PF as FolderOutputIcon, - FF as FolderPenIcon, - UF as FolderPlusIcon, - GF as FolderRootIcon, - zF as FolderSearch2Icon, - $F as FolderSearchIcon, - jF as FolderSymlinkIcon, - qF as FolderSyncIcon, - YF as FolderTreeIcon, - KF as FolderUpIcon, - XF as FolderXIcon, - WF as FoldersIcon, - eU as FootprintsIcon, - tU as ForkliftIcon, - BT as FormActionsTray, - FT as FormLayout, - nU as ForwardIcon, - rU as FrameIcon, - oU as FramerIcon, - aU as FrownIcon, - lU as FuelIcon, - iU as FullscreenIcon, - CU as GalleryHorizontalEndIcon, - sU as GalleryHorizontalIcon, - cU as GalleryThumbnailsIcon, - dU as GalleryVerticalEndIcon, - uU as GalleryVerticalIcon, - mU as Gamepad2Icon, - pU as GamepadIcon, - gU as GanttChartIcon, - hU as GaugeIcon, - fU as GavelIcon, - vU as GemIcon, - EU as GhostIcon, - wU as GiftIcon, - LU as GitBranchIcon, - bU as GitBranchPlusIcon, - MU as GitCommitHorizontalIcon, - HU as GitCommitVerticalIcon, - yU as GitCompareArrowsIcon, - RU as GitCompareIcon, - xU as GitForkIcon, - TU as GitGraphIcon, - VU as GitMergeIcon, - _U as GitPullRequestArrowIcon, - AU as GitPullRequestClosedIcon, - kU as GitPullRequestCreateArrowIcon, - IU as GitPullRequestCreateIcon, - ZU as GitPullRequestDraftIcon, - BU as GitPullRequestIcon, - NU as GithubIcon, - SU as GitlabIcon, - DU as GlassWaterIcon, - OU as GlassesIcon, - Mn as GlobalStyles, - PU as GlobeIcon, - FU as GlobeLockIcon, - UU as GoalIcon, - GU as GoogleGkeSiteIcon, - zU as GrabIcon, - $U as GraduationCapIcon, - WU as GrapeIcon, - go as Grid, - jU as Grid2x2Icon, - qU as Grid3x3Icon, - YU as GripHorizontalIcon, - KU as GripIcon, - XU as GripVerticalIcon, - QU as GroupIcon, - JU as GuitarIcon, - eG as HamIcon, - tG as HammerIcon, - nG as HandCoinsIcon, - rG as HandHeartIcon, - oG as HandHelpingIcon, - aG as HandIcon, - lG as HandMetalIcon, - iG as HandPlatterIcon, - CG as HandshakeIcon, - sG as HardDriveDownloadIcon, - cG as HardDriveIcon, - dG as HardDriveSearchIcon, - uG as HardDriveUploadIcon, - mG as HardHatIcon, - pG as HashIcon, - gG as HazeIcon, - hG as HdmiPortIcon, - fG as Heading1Icon, - vG as Heading2Icon, - EG as Heading3Icon, - wG as Heading4Icon, - LG as Heading5Icon, - bG as Heading6Icon, - MG as HeadingIcon, - HG as HeadphonesIcon, - yG as HeadsetIcon, - RG as HeartCrackIcon, - xG as HeartHandshakeIcon, - TG as HeartIcon, - NG as HeartOffIcon, - SG as HeartPulseIcon, - VG as HeaterIcon, - zT as HelpBox, - Lo as HelpTip, - _G as HexagonIcon, - AG as HighlighterIcon, - kG as HistoryIcon, - IG as HomeIcon, - ZG as HopIcon, - BG as HopOffIcon, - OG as HospitalIcon, - DG as HotelIcon, - PG as HourglassIcon, - FG as IceCreamBowlIcon, - UG as IceCreamConeIcon, - TT as IconButton, - GG as ImageDownIcon, - zG as ImageIcon, - $G as ImageMinusIcon, - WG as ImageOffIcon, - jG as ImagePlusIcon, - YG as ImageUpIcon, - qG as ImagesIcon, - KG as ImportIcon, - XG as InboxIcon, - QG as IndentDecreaseIcon, - JG as IndentIncreaseIcon, - ez as IndianRupeeIcon, - tz as InfinityIcon, - ko as InfoIcon, - WT as InformativeMessage, - Ro as InputBox, - Mo as InputLabel, - nz as InspectionPanelIcon, - rz as InstagramIcon, - oz as ItalicIcon, - az as IterationCCWIcon, - lz as IterationCWIcon, - iz as JapaneseYenIcon, - Cz as JoystickIcon, - sz as KanbanIcon, - uz as KeyIcon, - mz as KeyRoundIcon, - pz as KeySquareIcon, - cz as KeyboardIcon, - dz as KeyboardMusicIcon, - gz as KubernetesSiteIcon, - Pz as LDAPIcon, - hz as LambdaIcon, - fz as LampCeilingIcon, - vz as LampDeskIcon, - Ez as LampFloorIcon, - wz as LampIcon, - Lz as LampWallDownIcon, - bz as LampWallUpIcon, - Hz as LandPlotIcon, - Mz as LandmarkIcon, - yz as LanguagesIcon, - Rz as LaptopIcon, - xz as LaptopMinimalIcon, - Tz as LassoIcon, - Nz as LassoSelectIcon, - Sz as LaughIcon, - Vz as Layers2Icon, - _z as Layers3Icon, - Az as LayersIcon, - kz as LayoutDashboardIcon, - Iz as LayoutGridIcon, - Zz as LayoutListIcon, - Bz as LayoutPanelLeftIcon, - Oz as LayoutPanelTopIcon, - Dz as LayoutTemplateIcon, - Fz as LeafIcon, - Uz as LeafyGreenIcon, - Gz as LibraryBigIcon, - zz as LibraryIcon, - $z as LifeBuoyIcon, - Wz as LigatureIcon, - jz as LightbulbIcon, - qz as LightbulbOffIcon, - Yz as LineChartIcon, - qT as Link, - Kz as Link2Icon, - Xz as Link2OffIcon, - KT as LinkButton, - Jz as LinkIcon, - Qz as LinkedinIcon, - e$ as ListChecksIcon, - t$ as ListCollapseIcon, - n$ as ListEndIcon, - r$ as ListFilterIcon, - o$ as ListIcon, - a$ as ListMinusIcon, - l$ as ListMusicIcon, - i$ as ListOrderedIcon, - C$ as ListPlusIcon, - s$ as ListRestartIcon, - c$ as ListStartIcon, - d$ as ListTodoIcon, - u$ as ListTreeIcon, - m$ as ListVideoIcon, - p$ as ListXIcon, - oo as Loader, - g$ as LoaderCircleIcon, - h$ as LoaderIcon, - f$ as LocateFixedIcon, - v$ as LocateIcon, - E$ as LocateOffIcon, - w$ as LockIcon, - L$ as LockKeyholeIcon, - b$ as LockKeyholeOpenIcon, - M$ as LockOpenIcon, - H$ as LogInIcon, - gN as LogOutIcon, - dN as LoginWrapper, - y$ as LollipopIcon, - R$ as LuggageIcon, - x$ as MagnetIcon, - N$ as MailCheckIcon, - S$ as MailIcon, - V$ as MailMinusIcon, - _$ as MailOpenIcon, - A$ as MailPlusIcon, - k$ as MailQuestionIcon, - I$ as MailSearchIcon, - B$ as MailWarningIcon, - O$ as MailXIcon, - T$ as MailboxIcon, - Z$ as MailsIcon, - pN as MainContainer, - D$ as MapIcon, - P$ as MapPinIcon, - U$ as MapPinOffIcon, - F$ as MapPinnedIcon, - G$ as MartiniIcon, - z$ as Maximize2Icon, - $$ as MaximizeIcon, - W$ as MedalIcon, - j$ as MegaphoneIcon, - q$ as MegaphoneOffIcon, - Y$ as MehIcon, - K$ as MemoryStickIcon, - jN as Menu, - X$ as MenuIcon, - Q$ as MergeIcon, - J$ as MessageCircleCodeIcon, - eW as MessageCircleDashedIcon, - tW as MessageCircleHeartIcon, - nW as MessageCircleIcon, - rW as MessageCircleMoreIcon, - oW as MessageCircleOffIcon, - aW as MessageCirclePlusIcon, - lW as MessageCircleQuestionIcon, - iW as MessageCircleReplyIcon, - CW as MessageCircleWarningIcon, - sW as MessageCircleXIcon, - cW as MessageSquareCodeIcon, - dW as MessageSquareDashedIcon, - uW as MessageSquareDiffIcon, - mW as MessageSquareDotIcon, - pW as MessageSquareHeartIcon, - gW as MessageSquareIcon, - hW as MessageSquareMoreIcon, - fW as MessageSquareOffIcon, - vW as MessageSquarePlusIcon, - EW as MessageSquareQuoteIcon, - wW as MessageSquareReplyIcon, - LW as MessageSquareShareIcon, - bW as MessageSquareTextIcon, - MW as MessageSquareWarningIcon, - HW as MessageSquareXIcon, - yW as MessagesSquareIcon, - RW as MicIcon, - xW as MicOffIcon, - SW as MicVocalIcon, - TW as MicroscopeIcon, - NW as MicrowaveIcon, - VW as MilestoneIcon, - _W as MilkIcon, - AW as MilkOffIcon, - NN as MinIOIcon, - kW as Minimize2Icon, - IW as MinimizeIcon, - ZW as MinusIcon, - YN as ModalBox, - BW as MonitorCheckIcon, - OW as MonitorDotIcon, - DW as MonitorDownIcon, - PW as MonitorIcon, - FW as MonitorOffIcon, - UW as MonitorPauseIcon, - GW as MonitorPlayIcon, - zW as MonitorSmartphoneIcon, - $W as MonitorSpeakerIcon, - WW as MonitorStopIcon, - jW as MonitorUpIcon, - qW as MonitorXIcon, - YW as MoonIcon, - KW as MoonStarIcon, - XW as MountainIcon, - QW as MountainSnowIcon, - JW as MouseIcon, - ej as MousePointer2Icon, - tj as MousePointerClickIcon, - nj as MousePointerIcon, - rj as Move3dIcon, - oj as MoveDiagonal2Icon, - aj as MoveDiagonalIcon, - lj as MoveDownIcon, - ij as MoveDownLeftIcon, - Cj as MoveDownRightIcon, - sj as MoveHorizontalIcon, - cj as MoveIcon, - dj as MoveLeftIcon, - uj as MoveRightIcon, - mj as MoveUpIcon, - pj as MoveUpLeftIcon, - gj as MoveUpRightIcon, - hj as MoveVerticalIcon, - fj as Music2Icon, - vj as Music3Icon, - Ej as Music4Icon, - wj as MusicIcon, - Lj as Navigation2Icon, - bj as Navigation2OffIcon, - Mj as NavigationIcon, - Hj as NavigationOffIcon, - yj as NetworkIcon, - Rj as NewspaperIcon, - xj as NfcIcon, - Tj as NotebookIcon, - Nj as NotebookPenIcon, - Sj as NotebookTabsIcon, - Vj as NotebookTextIcon, - _j as NotepadTextDashedIcon, - Aj as NotepadTextIcon, - XN as NotificationAlert, - JN as NotificationCount, - nS as NotificationStack, - kj as NutIcon, - Ij as NutOffIcon, - Zj as OctagonAlertIcon, - Bj as OctagonIcon, - Oj as OctagonPauseIcon, - Dj as OctagonXIcon, - Pj as OidcIcon, - Fj as OptionIcon, - Uj as OrbitIcon, - Gj as Package2Icon, - zj as PackageCheckIcon, - $j as PackageIcon, - Wj as PackageMinusIcon, - jj as PackageOpenIcon, - qj as PackagePlusIcon, - Yj as PackageSearchIcon, - Kj as PackageXIcon, - iS as PageHeader, - sS as PageLayout, - Jj as PaintBucketIcon, - eq as PaintRollerIcon, - Xj as Paintbrush2Icon, - Qj as PaintbrushIcon, - tq as PaletteIcon, - nq as PanelBottomCloseIcon, - rq as PanelBottomDashedIcon, - oq as PanelBottomIcon, - aq as PanelBottomOpenIcon, - lq as PanelLeftCloseIcon, - iq as PanelLeftDashedIcon, - Cq as PanelLeftIcon, - sq as PanelLeftOpenIcon, - cq as PanelRightCloseIcon, - dq as PanelRightDashedIcon, - uq as PanelRightIcon, - mq as PanelRightOpenIcon, - fq as PanelTopCloseIcon, - vq as PanelTopDashedIcon, - Eq as PanelTopIcon, - wq as PanelTopOpenIcon, - pq as PanelsLeftBottomIcon, - gq as PanelsRightBottomIcon, - hq as PanelsTopLeftIcon, - NT as PaperclipIcon, - Lq as ParenthesesIcon, - bq as ParkingMeterIcon, - Mq as PartyPopperIcon, - Hq as PasscodeLockIcon, - yq as PauseIcon, - Rq as PawPrintIcon, - xq as PcCaseIcon, - Sq as PenIcon, - Vq as PenLineIcon, - Aq as PenToolIcon, - Uw as PencilIcon, - Tq as PencilLineIcon, - Nq as PencilRulerIcon, - _q as PentagonIcon, - kq as PercentIcon, - Iq as PersonStandingIcon, - Zq as PhoneCallIcon, - Bq as PhoneForwardedIcon, - Oq as PhoneIcon, - Dq as PhoneIncomingIcon, - Pq as PhoneMissedIcon, - Fq as PhoneOffIcon, - Uq as PhoneOutgoingIcon, - Kq as PiIcon, - Gq as PianoIcon, - zq as PickaxeIcon, - $q as PictureInPicture2Icon, - Wq as PictureInPictureIcon, - jq as PieChartIcon, - qq as PieUsageIcon, - Yq as PiggyBankIcon, - Xq as PilcrowIcon, - dS as Pill, - Qq as PillIcon, - Jq as PinIcon, - eY as PinOffIcon, - tY as PipetteIcon, - nY as PizzaIcon, - rY as PlaneIcon, - oY as PlaneLandingIcon, - aY as PlaneTakeoffIcon, - lY as PlayIcon, - iY as Plug2Icon, - CY as PlugIcon, - sY as PlugZap2Icon, - cY as PlugZapIcon, - dY as PlusIcon, - uY as PocketIcon, - mY as PocketKnifeIcon, - pY as PodcastIcon, - gY as PointerIcon, - hY as PointerOffIcon, - fY as PopcornIcon, - vY as PopsicleIcon, - EY as PoundSterlingIcon, - wY as PowerIcon, - LY as PowerOffIcon, - bY as PresentationIcon, - MY as PrinterIcon, - hS as ProgressBar, - HY as ProjectorIcon, - yY as ProportionsIcon, - RY as PuzzleIcon, - xY as PyramidIcon, - TY as QrCodeIcon, - NY as QuoteIcon, - SY as RabbitIcon, - VY as RadarIcon, - _Y as RadiationIcon, - AY as RadicalIcon, - LS as RadioGroup, - kY as RadioIcon, - IY as RadioReceiverIcon, - ZY as RadioTowerIcon, - BY as RadiusIcon, - OY as RailSymbolIcon, - DY as RainbowIcon, - PY as RatIcon, - FY as RatioIcon, - MS as ReadBox, - UY as ReceiptCentIcon, - GY as ReceiptEuroIcon, - zY as ReceiptIcon, - $Y as ReceiptIndianRupeeIcon, - WY as ReceiptJapaneseYenIcon, - jY as ReceiptPoundSterlingIcon, - qY as ReceiptRussianRubleIcon, - YY as ReceiptSwissFrancIcon, - KY as ReceiptTextIcon, - XY as RectangleEllipsisIcon, - QY as RectangleHorizontalIcon, - JY as RectangleVerticalIcon, - eK as RecycleIcon, - tK as RedhatOpenshiftSiteIcon, - nK as Redo2Icon, - rK as RedoDotIcon, - oK as RedoIcon, - aK as RefreshCCWDotIcon, - lK as RefreshCCWIcon, - iK as RefreshCWIcon, - CK as RefreshCWOffIcon, - sK as RefreshCwSettingsIcon, - cK as RefrigeratorIcon, - dK as RegexIcon, - uK as RemoveFormattingIcon, - mK as Repeat1Icon, - pK as Repeat2Icon, - gK as RepeatIcon, - hK as ReplaceAllIcon, - fK as ReplaceIcon, - vK as ReplyAllIcon, - EK as ReplyIcon, - wK as RewindIcon, - LK as RibbonIcon, - bK as RocketIcon, - MK as RockingChairIcon, - HK as RollerCoasterIcon, - yK as Rotate3dIcon, - RK as RotateCCWIcon, - xK as RotateCCWSquareIcon, - TK as RotateCWIcon, - NK as RotateCWSquareIcon, - SK as RouteIcon, - VK as RouteOffIcon, - _K as RouterIcon, - AK as Rows2Icon, - kK as Rows3Icon, - IK as Rows4Icon, - ZK as RssIcon, - BK as RulerIcon, - OK as RussianRubleIcon, - DK as SailboatIcon, - PK as SaladIcon, - FK as SandwichIcon, - UK as SatelliteDishIcon, - GK as SatelliteIcon, - zK as SaveAllIcon, - $K as SaveIcon, - WK as Scale3dIcon, - jK as ScaleIcon, - qK as ScalingIcon, - YK as ScanBarcodeIcon, - KK as ScanEyeIcon, - XK as ScanFaceIcon, - QK as ScanIcon, - JK as ScanLineIcon, - eX as ScanSearchIcon, - tX as ScanTextIcon, - nX as ScatterChartIcon, - rX as SchoolIcon, - oX as ScissorsIcon, - aX as ScissorsLineDashedIcon, - lX as ScreenShareIcon, - iX as ScreenShareOffIcon, - GT as ScreenTitle, - CX as ScrollIcon, - sX as ScrollTextIcon, - xS as SearchBox, - cX as SearchCheckIcon, - dX as SearchCodeIcon, - HS as SearchIcon, - uX as SearchSlashIcon, - mX as SearchXIcon, - DT as SectionTitle, - v0 as Select, - pX as SendHorizontalIcon, - gX as SendIcon, - hX as SendToBackIcon, - fX as SeparatorHorizontalIcon, - vX as SeparatorVerticalIcon, - EX as ServerCogIcon, - wX as ServerCrashIcon, - LX as ServerIcon, - bX as ServerOffIcon, - MX as Settings2Icon, - HX as SettingsIcon, - yX as ShapesIcon, - RX as Share2Icon, - Gw as ShareIcon, - xX as SheetIcon, - TX as ShellIcon, - NX as ShieldAlertIcon, - SX as ShieldBanIcon, - VX as ShieldCheckIcon, - zw as ShieldEllipsisIcon, - _X as ShieldHalfIcon, - AX as ShieldIcon, - kX as ShieldMinusIcon, - IX as ShieldOffIcon, - ZX as ShieldPlusIcon, - BX as ShieldQuestionIcon, - OX as ShieldXIcon, - DX as ShipIcon, - PX as ShipWheelIcon, - FX as ShirtIcon, - UX as ShoppingBagIcon, - GX as ShoppingBasketIcon, - zX as ShoppingCartIcon, - $X as ShovelIcon, - WX as ShowerHeadIcon, - jX as ShrinkIcon, - qX as ShrubIcon, - YX as ShuffleIcon, - KX as SigmaIcon, - XX as SignalHighIcon, - QX as SignalIcon, - JX as SignalLowIcon, - eQ as SignalMediumIcon, - tQ as SignalZeroIcon, - nQ as SignpostBigIcon, - rQ as SignpostIcon, - w0 as SimpleHeader, - oQ as SirenIcon, - aQ as SitesIcon, - b0 as SizeChart, - lQ as SkipBackIcon, - iQ as SkipForwardIcon, - CQ as SkullIcon, - sQ as SlackIcon, - cQ as SlashIcon, - dQ as SliceIcon, - R0 as Slider, - uQ as SlidersHorizontalIcon, - mQ as SlidersVerticalIcon, - pQ as SmartphoneChargingIcon, - gQ as SmartphoneIcon, - hQ as SmartphoneNfcIcon, - fQ as SmileIcon, - vQ as SmilePlusIcon, - N0 as Snackbar, - EQ as SnailIcon, - wQ as SnowflakeIcon, - LQ as SofaIcon, - bQ as SoupIcon, - MQ as SpaceIcon, - HQ as SpadeIcon, - yQ as SparkleIcon, - RQ as SparklesIcon, - xQ as SpeakerIcon, - TQ as SpeechIcon, - NQ as SpellCheck2Icon, - SQ as SpellCheckIcon, - VQ as SplineIcon, - _Q as SplitIcon, - AQ as SprayCanIcon, - kQ as SproutIcon, - IQ as SquareActivityIcon, - ZQ as SquareArrowDownIcon, - BQ as SquareArrowDownLeftIcon, - OQ as SquareArrowDownRightIcon, - DQ as SquareArrowLeftIcon, - PQ as SquareArrowOutDownLeftIcon, - FQ as SquareArrowOutDownRightIcon, - UQ as SquareArrowOutUpLeftIcon, - GQ as SquareArrowOutUpRightIcon, - zQ as SquareArrowRightIcon, - $Q as SquareArrowUpIcon, - WQ as SquareArrowUpLeftIcon, - jQ as SquareArrowUpRightIcon, - qQ as SquareAsteriskIcon, - YQ as SquareBottomDashedScissorsIcon, - KQ as SquareCheckBigIcon, - XQ as SquareCheckIcon, - QQ as SquareChevronDownIcon, - JQ as SquareChevronLeftIcon, - eJ as SquareChevronRightIcon, - tJ as SquareChevronUpIcon, - nJ as SquareCodeIcon, - rJ as SquareDashedBottomCodeIcon, - oJ as SquareDashedBottomIcon, - aJ as SquareDashedKanbanIcon, - lJ as SquareDashedMousePointerIcon, - iJ as SquareDivideIcon, - CJ as SquareDotIcon, - sJ as SquareEqualIcon, - cJ as SquareFunctionIcon, - dJ as SquareGanttChartIcon, - uJ as SquareIcon, - mJ as SquareKanbanIcon, - pJ as SquareLibraryIcon, - hJ as SquareMIcon, - gJ as SquareMenuIcon, - fJ as SquareMinusIcon, - vJ as SquareMousePointerIcon, - EJ as SquareParkingIcon, - wJ as SquareParkingOffIcon, - LJ as SquarePenIcon, - bJ as SquarePercentIcon, - MJ as SquarePiIcon, - HJ as SquarePilcrowIcon, - yJ as SquarePlayIcon, - RJ as SquarePlusIcon, - xJ as SquarePowerIcon, - TJ as SquareRadicalIcon, - NJ as SquareScissorsIcon, - SJ as SquareSigmaIcon, - VJ as SquareSlashIcon, - _J as SquareSplitHorizontalIcon, - AJ as SquareSplitVerticalIcon, - kJ as SquareStackIcon, - $w as SquareTerminalIcon, - IJ as SquareUserIcon, - ZJ as SquareUserRoundIcon, - BJ as SquareXIcon, - OJ as SquircleIcon, - DJ as SquirrelIcon, - PJ as StampIcon, - FJ as StarHalfIcon, - UJ as StarIcon, - GJ as StarOffIcon, - zJ as StepBackIcon, - $J as StepForwardIcon, - WJ as StethoscopeIcon, - jJ as StickerIcon, - qJ as StickyNoteIcon, - YJ as StoreIcon, - KJ as StretchHorizontalIcon, - XJ as StretchVerticalIcon, - QJ as StrikethroughIcon, - JJ as SubscriptIcon, - e3 as SummaryIcon, - t3 as SunDimIcon, - n3 as SunIcon, - r3 as SunMediumIcon, - o3 as SunMoonIcon, - i3 as SunSnowIcon, - a3 as SunriseIcon, - l3 as SunsetIcon, - C3 as SuperscriptIcon, - s3 as SwatchBookIcon, - c3 as SwissFrancIcon, - k0 as Switch, - d3 as SwitchCameraIcon, - u3 as SwordIcon, - m3 as SwordsIcon, - p3 as SyringeIcon, - Y0 as Table, - g3 as Table2Icon, - X0 as TableBody, - J0 as TableCell, - h3 as TableCellsMergeIcon, - f3 as TableCellsSplitIcon, - v3 as TableColumnsSplitIcon, - t9 as TableHead, - r9 as TableHeadCell, - E3 as TableIcon, - w3 as TablePropertiesIcon, - a9 as TableRow, - L3 as TableRowsSplitIcon, - b3 as TabletIcon, - H3 as TabletSmartphoneIcon, - M3 as TabletsIcon, - D0 as Tabs, - F0 as Tag, - y3 as TagIcon, - R3 as TagsIcon, - x3 as Tally1Icon, - T3 as Tally2Icon, - N3 as Tally3Icon, - S3 as Tally4Icon, - V3 as Tally5Icon, - _3 as TangentIcon, - A3 as TargetIcon, - k3 as TelescopeIcon, - I3 as TenantIcon, - Z3 as TentIcon, - B3 as TentTreeIcon, - O3 as TerminalIcon, - D3 as TestTubeDiagonalIcon, - P3 as TestTubeIcon, - F3 as TestTubesIcon, - U3 as TextCursorIcon, - G3 as TextCursorInputIcon, - z3 as TextIcon, - $3 as TextQuoteIcon, - W3 as TextSearchIcon, - j3 as TextSelectIcon, - q3 as TheaterIcon, - xn as ThemeHandler, - Wn as ThemedLogo, - Y3 as ThermometerIcon, - K3 as ThermometerSnowflakeIcon, - X3 as ThermometerSunIcon, - Q3 as ThumbsDownIcon, - J3 as ThumbsUpIcon, - e1 as TicketCheckIcon, - t1 as TicketIcon, - n1 as TicketMinusIcon, - r1 as TicketPercentIcon, - o1 as TicketPlusIcon, - a1 as TicketSlashIcon, - l1 as TicketXIcon, - i1 as TimerIcon, - C1 as TimerOffIcon, - s1 as TimerResetIcon, - c1 as ToggleLeftIcon, - d1 as ToggleRightIcon, - Pn as Tooltip, - u1 as TornadoIcon, - m1 as TorusIcon, - p1 as TouchpadIcon, - g1 as TouchpadOffIcon, - h1 as TowerControlIcon, - f1 as ToyBrickIcon, - v1 as TraceIcon, - E1 as TractorIcon, - w1 as TrafficConeIcon, - L1 as TrainFrontIcon, - b1 as TrainFrontTunnelIcon, - M1 as TrainTrackIcon, - H1 as TramFrontIcon, - y1 as Trash2Icon, - Ww as TrashIcon, - R1 as TreeDeciduousIcon, - x1 as TreePalmIcon, - T1 as TreePineIcon, - N1 as TreesIcon, - S1 as TrelloIcon, - V1 as TrendingDownIcon, - _1 as TrendingUpIcon, - mo as TriangleAlertIcon, - A1 as TriangleIcon, - k1 as TriangleRightIcon, - I1 as TrophyIcon, - Z1 as TruckIcon, - B1 as TurtleIcon, - O1 as Tv2Icon, - D1 as TvIcon, - P1 as TwitchIcon, - F1 as TwitterIcon, - U1 as TypeIcon, - G1 as UmbrellaIcon, - z1 as UmbrellaOffIcon, - $1 as UnderlineIcon, - W1 as Undo2Icon, - j1 as UndoDotIcon, - q1 as UndoIcon, - Y1 as UnfoldHorizontalIcon, - K1 as UnfoldVerticalIcon, - X1 as UngroupIcon, - Q1 as UniversityIcon, - J1 as Unlink2Icon, - e6 as UnlinkIcon, - t6 as UnplugIcon, - n6 as UploadIcon, - r6 as UsbIcon, - o6 as UserCheckIcon, - a6 as UserCogIcon, - l6 as UserIcon, - i6 as UserMinusIcon, - C6 as UserPlusIcon, - s6 as UserRoundCheckIcon, - c6 as UserRoundCogIcon, - d6 as UserRoundIcon, - u6 as UserRoundMinusIcon, - m6 as UserRoundPlusIcon, - p6 as UserRoundSearchIcon, - g6 as UserRoundXIcon, - h6 as UserSearchIcon, - E6 as UserXIcon, - f6 as UsersIcon, - v6 as UsersRoundIcon, - w6 as UtensilsCrossedIcon, - L6 as UtensilsIcon, - b6 as UtilityPoleIcon, - G0 as ValuePair, - M6 as VariableIcon, - H6 as VaultIcon, - y6 as VeganIcon, - R6 as VenetianMaskIcon, - x6 as VibrateIcon, - T6 as VibrateOffIcon, - N6 as VideoIcon, - S6 as VideoOffIcon, - V6 as VideotapeIcon, - _6 as ViewIcon, - A6 as VmwareTanzuSiteIcon, - k6 as VoicemailIcon, - I6 as Volume1Icon, - Z6 as Volume2Icon, - B6 as VolumeIcon, - O6 as VolumeXIcon, - D6 as VoteIcon, - P6 as WalletCardsIcon, - F6 as WalletIcon, - U6 as WalletMinimalIcon, - G6 as WallpaperIcon, - z6 as WandIcon, - $6 as WandSparklesIcon, - W6 as WarehouseIcon, - j6 as WashingMachineIcon, - q6 as WatchIcon, - Y6 as WavesIcon, - K6 as WaypointsIcon, - X6 as WebcamIcon, - Q6 as WebhookIcon, - J6 as WebhookOffIcon, - e0 as WeightIcon, - t0 as WheatIcon, - n0 as WheatOffIcon, - r0 as WholeWordIcon, - o0 as WifiIcon, - a0 as WifiOffIcon, - l0 as WindIcon, - i0 as WineIcon, - C0 as WineOffIcon, - j0 as Wizard, - s0 as WorkflowIcon, - c0 as WormIcon, - d0 as WrapTextIcon, - u0 as WrenchIcon, - SN as XIcon, - m0 as YoutubeIcon, - p0 as ZapIcon, - g0 as ZapOffIcon, - h0 as ZoomInIcon, - f0 as ZoomOutIcon, - jw as actionsTypes, + xS as AArrowDownIcon, + TS as AArrowUpIcon, + AS as ALargeSmallIcon, + NS as AccessibilityIcon, + kn as Accordion, + Gn as ActionsList, + SS as ActivityIcon, + _S as AirVentIcon, + VS as AirplayIcon, + kS as AlarmClockCheckIcon, + IS as AlarmClockIcon, + ZS as AlarmClockMinusIcon, + BS as AlarmClockOffIcon, + OS as AlarmClockPlusIcon, + DS as AlarmSmokeIcon, + PS as AlbumIcon, + FS as AlignCenterHorizontalIcon, + US as AlignCenterIcon, + GS as AlignCenterVerticalIcon, + zS as AlignEndHorizontalIcon, + $S as AlignEndVerticalIcon, + WS as AlignHorizontalDistributeCenterIcon, + jS as AlignHorizontalDistributeEndIcon, + qS as AlignHorizontalDistributeStartIcon, + YS as AlignHorizontalJustifyCenterIcon, + KS as AlignHorizontalJustifyEndIcon, + XS as AlignHorizontalJustifyStartIcon, + QS as AlignHorizontalSpaceAroundIcon, + JS as AlignHorizontalSpaceBetweenIcon, + eV as AlignJustifyIcon, + tV as AlignLeftIcon, + nV as AlignRightIcon, + rV as AlignStartHorizontalIcon, + oV as AlignStartVerticalIcon, + aV as AlignVerticalDistributeCenterIcon, + lV as AlignVerticalDistributeEndIcon, + iV as AlignVerticalDistributeStartIcon, + CV as AlignVerticalJustifyCenterIcon, + sV as AlignVerticalJustifyEndIcon, + cV as AlignVerticalJustifyStartIcon, + dV as AlignVerticalSpaceAroundIcon, + uV as AlignVerticalSpaceBetweenIcon, + mV as AmazonEksSiteIcon, + pV as AmbulanceIcon, + gV as AmpersandIcon, + hV as AmpersandsIcon, + fV as AnchorIcon, + vV as AngryIcon, + EV as AnnoyedIcon, + wV as AntennaIcon, + LV as AnvilIcon, + bV as ApertureIcon, + HV as AppWindowIcon, + yV as AppWindowMacIcon, + MV as AppleIcon, + wr as ApplicationLogo, + RV as ArchiveIcon, + xV as ArchiveRestoreIcon, + TV as ArchiveXIcon, + NV as AreaChartIcon, + SV as ArmchairIcon, + VV as ArrowBigDownDashIcon, + _V as ArrowBigDownIcon, + AV as ArrowBigLeftDashIcon, + kV as ArrowBigLeftIcon, + IV as ArrowBigRightDashIcon, + ZV as ArrowBigRightIcon, + BV as ArrowBigUpDashIcon, + OV as ArrowBigUpIcon, + DV as ArrowDown01Icon, + PV as ArrowDown10Icon, + FV as ArrowDownAZIcon, + UV as ArrowDownFromLineIcon, + GV as ArrowDownIcon, + zV as ArrowDownLeftIcon, + $V as ArrowDownNarrowWideIcon, + WV as ArrowDownRightIcon, + jV as ArrowDownToDotIcon, + qV as ArrowDownToLineIcon, + YV as ArrowDownUpIcon, + KV as ArrowDownWideNarrowIcon, + XV as ArrowDownZAIcon, + QV as ArrowLeftFromLineIcon, + To as ArrowLeftIcon, + JV as ArrowLeftRightIcon, + GN as ArrowLeftToLineIcon, + e_ as ArrowRightFromLineIcon, + t_ as ArrowRightIcon, + n_ as ArrowRightLeftIcon, + r_ as ArrowRightToLineIcon, + a_ as ArrowUp01Icon, + l_ as ArrowUp10Icon, + i_ as ArrowUpAZIcon, + C_ as ArrowUpDownIcon, + s_ as ArrowUpFromDotIcon, + c_ as ArrowUpFromLineIcon, + d_ as ArrowUpIcon, + u_ as ArrowUpLeftIcon, + m_ as ArrowUpNarrowWideIcon, + p_ as ArrowUpRightIcon, + g_ as ArrowUpToLineIcon, + h_ as ArrowUpWideNarrowIcon, + f_ as ArrowUpZAIcon, + o_ as ArrowsUpFromLineIcon, + v_ as AsteriskIcon, + w_ as AtSignIcon, + E_ as AtomIcon, + L_ as AudioLinesIcon, + b_ as AudioWaveformIcon, + xo as Autocomplete, + M_ as AwardIcon, + H_ as AxeIcon, + y_ as Axis3dIcon, + R_ as AzureAksSiteIcon, + x_ as BabyIcon, + So as BackLink, + T_ as BackpackIcon, + Io as Badge, + N_ as BadgeAlertIcon, + S_ as BadgeCentIcon, + V_ as BadgeCheckIcon, + __ as BadgeDollarSignIcon, + A_ as BadgeEuroIcon, + k_ as BadgeHelpIcon, + I_ as BadgeIcon, + Z_ as BadgeIndianRupeeIcon, + B_ as BadgeInfoIcon, + O_ as BadgeJapaneseYenIcon, + D_ as BadgeMinusIcon, + P_ as BadgePercentIcon, + F_ as BadgePlusIcon, + U_ as BadgePoundSterlingIcon, + G_ as BadgeRussianRubleIcon, + z_ as BadgeSwissFrancIcon, + $_ as BadgeXIcon, + W_ as BaggageClaimIcon, + j_ as BalancerIcon, + Y_ as BanIcon, + q_ as BananaIcon, + K_ as BanknoteIcon, + X_ as BarChart2Icon, + Q_ as BarChart3Icon, + J_ as BarChart4Icon, + eA as BarChartBigIcon, + tA as BarChartHorizontalBigIcon, + nA as BarChartHorizontalIcon, + rA as BarChartIcon, + oA as BarcodeIcon, + aA as BareMetalLinuxSiteIcon, + lA as BaselineIcon, + iA as BathIcon, + CA as BatteryChargingIcon, + sA as BatteryFullIcon, + cA as BatteryIcon, + dA as BatteryLowIcon, + uA as BatteryMediumIcon, + mA as BatteryWarningIcon, + pA as BeakerIcon, + gA as BeanIcon, + hA as BeanOffIcon, + fA as BedDoubleIcon, + vA as BedIcon, + EA as BedSingleIcon, + wA as BeefIcon, + LA as BeerIcon, + bA as BeerOffIcon, + MA as BellArrowIcon, + HA as BellDotIcon, + yA as BellElectricIcon, + RA as BellIcon, + xA as BellMinusIcon, + TA as BellOffIcon, + NA as BellPlusIcon, + SA as BellRingIcon, + VA as BetweenHorizontalEndIcon, + _A as BetweenHorizontalStartIcon, + AA as BetweenVerticalEndIcon, + kA as BetweenVerticalStartIcon, + IA as BikeIcon, + ZA as BinaryIcon, + BA as BiohazardIcon, + OA as BirdIcon, + DA as BitcoinIcon, + PA as BlendIcon, + FA as BlindsIcon, + UA as BlocksIcon, + GA as BluetoothConnectedIcon, + zA as BluetoothIcon, + $A as BluetoothOffIcon, + WA as BluetoothSearchingIcon, + jA as BoldIcon, + qA as BoltIcon, + YA as BombIcon, + KA as BoneIcon, + XA as BookAIcon, + QA as BookAudioIcon, + JA as BookCheckIcon, + ek as BookCopyIcon, + tk as BookDashedIcon, + nk as BookDownIcon, + rk as BookHeadphonesIcon, + ok as BookHeartIcon, + ak as BookIcon, + lk as BookImageIcon, + ik as BookKeyIcon, + Ck as BookLockIcon, + ck as BookMarkedIcon, + gk as BookMinusIcon, + hk as BookOpenCheckIcon, + fk as BookOpenIcon, + vk as BookOpenTextIcon, + Ek as BookPlusIcon, + wk as BookTextIcon, + Lk as BookTypeIcon, + bk as BookUp2Icon, + Mk as BookUpIcon, + Hk as BookUserIcon, + yk as BookXIcon, + sk as BookmarkCheckIcon, + dk as BookmarkIcon, + uk as BookmarkMinusIcon, + mk as BookmarkPlusIcon, + pk as BookmarkXIcon, + Rk as BoomBoxIcon, + xk as BotIcon, + Tk as BotMessageSquareIcon, + Tn as Box, + Sk as BoxIcon, + Vk as BoxOutlineIcon, + _k as BoxSelectIcon, + Bo as BoxedIcon, + Nk as BoxesIcon, + Ak as BracesIcon, + kk as BracketsIcon, + Ik as BrainCircuitIcon, + Zk as BrainCogIcon, + Bk as BrainIcon, + Wo as BreadcrumbButton, + Ko as Breadcrumbs, + Ok as BrickWallIcon, + Dk as BriefcaseBusinessIcon, + Pk as BriefcaseIcon, + Fk as BriefcaseMedicalIcon, + Uk as BringToFrontIcon, + Gk as BrushIcon, + zk as BucketCopyIcon, + $k as BucketIcon, + Wk as BucketQuotaIcon, + jk as BugIcon, + qk as BugOffIcon, + Yk as BugPlayIcon, + Kk as Building2Icon, + Xk as BuildingIcon, + Qk as BusFrontIcon, + Jk as BusIcon, + ao as Button, + Qo as ButtonGroup, + eI as CableCarIcon, + tI as CableIcon, + nI as CakeIcon, + rI as CakeSliceIcon, + oI as CalculatorIcon, + aI as CalendarCheck2Icon, + lI as CalendarCheckIcon, + iI as CalendarClockIcon, + CI as CalendarDaysIcon, + sI as CalendarFoldIcon, + cI as CalendarHeartIcon, + uy as CalendarIcon, + dI as CalendarMinus2Icon, + uI as CalendarMinusIcon, + mI as CalendarOffIcon, + pI as CalendarPlus2Icon, + gI as CalendarPlusIcon, + hI as CalendarRangeIcon, + fI as CalendarSearchIcon, + vI as CalendarX2Icon, + EI as CalendarXIcon, + wI as CameraIcon, + LI as CameraOffIcon, + bI as CandlestickChartIcon, + MI as CandyCaneIcon, + HI as CandyIcon, + yI as CandyOffIcon, + RI as CannabisIcon, + xI as CaptionsIcon, + TI as CaptionsOffIcon, + _I as CarFrontIcon, + AI as CarIcon, + kI as CarTaxiFrontIcon, + NI as CaravanIcon, + SI as CaretFilledIcon, + VI as CaretIcon, + II as CaseLowerIcon, + ZI as CaseSensitiveIcon, + BI as CaseUpperIcon, + OI as CassetteTapeIcon, + DI as CastIcon, + PI as CastleIcon, + FI as CatIcon, + UI as CctvIcon, + GI as CheckCheckIcon, + ta as CheckIcon, + ra as Checkbox, + zI as ChefHatIcon, + $I as CherryIcon, + Nn as ChevronDownIcon, + WI as ChevronFirstIcon, + jI as ChevronLastIcon, + jo as ChevronLeftIcon, + mT as ChevronRightIcon, + Sn as ChevronUpIcon, + qI as ChevronsDownIcon, + YI as ChevronsDownUpIcon, + KI as ChevronsLeftIcon, + XI as ChevronsLeftRightIcon, + QI as ChevronsRightIcon, + JI as ChevronsRightLeftIcon, + eZ as ChevronsUpDownIcon, + tZ as ChevronsUpIcon, + nZ as ChromeIcon, + rZ as ChurchIcon, + oZ as CigaretteIcon, + aZ as CigaretteOffIcon, + lo as CircleAlertIcon, + lZ as CircleArrowDownIcon, + iZ as CircleArrowLeftIcon, + CZ as CircleArrowOutDownLeftIcon, + sZ as CircleArrowOutDownRightIcon, + cZ as CircleArrowOutUpLeftIcon, + dZ as CircleArrowOutUpRightIcon, + uZ as CircleArrowRightIcon, + mZ as CircleArrowUpIcon, + pZ as CircleCheckBigIcon, + io as CircleCheckIcon, + gZ as CircleChevronDownIcon, + hZ as CircleChevronLeftIcon, + fZ as CircleChevronRightIcon, + vZ as CircleChevronUpIcon, + EZ as CircleDashedIcon, + wZ as CircleDivideIcon, + LZ as CircleDollarSignIcon, + bZ as CircleDotDashedIcon, + MZ as CircleDotIcon, + HZ as CircleEllipsisIcon, + yZ as CircleEqualIcon, + RZ as CircleFadingPlusIcon, + xZ as CircleFillIcon, + TZ as CircleGaugeIcon, + Co as CircleHelpIcon, + gN as CircleIcon, + Bw as CircleMinusIcon, + NZ as CircleOffIcon, + SZ as CircleParkingIcon, + VZ as CircleParkingOffIcon, + _Z as CirclePauseIcon, + AZ as CirclePercentIcon, + kZ as CirclePlayIcon, + IZ as CirclePlusIcon, + ZZ as CirclePowerIcon, + BZ as CircleSlash2Icon, + Vo as CircleSlashIcon, + OZ as CircleStopIcon, + DZ as CircleUserIcon, + PZ as CircleUserRoundIcon, + _o as CircleXIcon, + FZ as CircuitBoardIcon, + UZ as CitrusIcon, + GZ as ClapperboardIcon, + zZ as ClipboardCheckIcon, + $Z as ClipboardCopyIcon, + WZ as ClipboardIcon, + jZ as ClipboardListIcon, + qZ as ClipboardMinusIcon, + YZ as ClipboardPasteIcon, + KZ as ClipboardPenIcon, + XZ as ClipboardPenLineIcon, + QZ as ClipboardPlusIcon, + JZ as ClipboardTypeIcon, + eB as ClipboardXIcon, + sB as Clock10Icon, + cB as Clock11Icon, + dB as Clock12Icon, + tB as Clock1Icon, + nB as Clock2Icon, + rB as Clock3Icon, + my as Clock4Icon, + oB as Clock5Icon, + aB as Clock6Icon, + lB as Clock7Icon, + iB as Clock8Icon, + CB as Clock9Icon, + uB as ClockIcon, + mB as CloudCogIcon, + pB as CloudDownloadIcon, + gB as CloudDrizzleIcon, + hB as CloudFogIcon, + fB as CloudHailIcon, + Ow as CloudIcon, + vB as CloudLightningIcon, + EB as CloudMoonIcon, + wB as CloudMoonRainIcon, + LB as CloudOffIcon, + bB as CloudRainIcon, + MB as CloudRainWindIcon, + HB as CloudSnowIcon, + yB as CloudSunIcon, + RB as CloudSunRainIcon, + xB as CloudUploadIcon, + TB as CloudyIcon, + NB as CloverIcon, + SB as ClubIcon, + VB as ClusterHealthIcon, + _B as ClusterIcon, + AB as ClusterIngressIcon, + kB as ClusterNodeIcon, + IB as ClusterReplicationIcon, + ZB as ClustersIcon, + vf as CodeEditor, + BB as CodeIcon, + PB as CodeXmlIcon, + OB as CodepenIcon, + DB as CodesandboxIcon, + FB as CoffeeIcon, + UB as CogIcon, + GB as CoinsIcon, + xN as CollapseIcon, + zB as Columns2Icon, + bw as Columns3Icon, + $B as Columns4Icon, + WB as CombineIcon, + jB as CommandIcon, + Lf as CommentBox, + qB as CompassIcon, + YB as ComponentIcon, + KB as ComputerIcon, + XB as ConciergeBellIcon, + QB as ConeIcon, + JB as ConstructionIcon, + eO as ContactIcon, + tO as ContactRoundIcon, + nO as ContainerIcon, + rO as ContainerImagesIcon, + oO as ContrastIcon, + aO as CookieIcon, + lO as CookingPotIcon, + iO as CopyCheckIcon, + CO as CopyIcon, + cO as CopyMinusIcon, + dO as CopyPlusIcon, + mO as CopySlashIcon, + pO as CopyXIcon, + sO as CopyleftIcon, + uO as CopyrightIcon, + gO as CornerDownLeftIcon, + hO as CornerDownRightIcon, + fO as CornerLeftDownIcon, + vO as CornerLeftUpIcon, + EO as CornerRightDownIcon, + wO as CornerRightUpIcon, + LO as CornerUpLeftIcon, + bO as CornerUpRightIcon, + MO as CpuIcon, + HO as CreativeCommonsIcon, + yO as CreditCardIcon, + RO as CroissantIcon, + xO as CropIcon, + NO as CrossIcon, + TO as CrosshairIcon, + SO as CrownIcon, + VO as CuboidIcon, + _O as CupSodaIcon, + AO as CurrencyIcon, + kO as CylinderIcon, + DO as DataIcon, + Qw as DataTable, + IO as DatabaseApiIcon, + ZO as DatabaseBackupIcon, + BO as DatabaseIcon, + OO as DatabaseZapIcon, + HT as DateTimeInput, + bT as DateTimeSelector, + PO as DeleteIcon, + FO as DessertIcon, + UO as DiameterIcon, + GO as DiamondIcon, + zO as DiamondPercentIcon, + $O as Dice1Icon, + WO as Dice2Icon, + jO as Dice3Icon, + qO as Dice4Icon, + YO as Dice5Icon, + KO as Dice6Icon, + XO as DicesIcon, + QO as DiffIcon, + JO as Disc2Icon, + eD as Disc3Icon, + tD as DiscAlbumIcon, + nD as DiscIcon, + rD as DivideIcon, + oD as DnaIcon, + aD as DnaOffIcon, + lD as DockIcon, + iD as DogIcon, + CD as DollarSignIcon, + sD as DonutIcon, + cD as DoorClosedIcon, + dD as DoorOpenIcon, + uD as DotIcon, + Dw as DownloadIcon, + mD as DraftingCompassIcon, + pD as DramaIcon, + gD as DribbbleIcon, + hD as DrillIcon, + zr as DropdownSelector, + fD as DropletIcon, + vD as DropletsIcon, + ED as DrumIcon, + wD as DrumstickIcon, + LD as DumbbellIcon, + bD as EarIcon, + MD as EarOffIcon, + HD as EarthIcon, + yD as EarthLockIcon, + RD as EclipseIcon, + xD as EggFriedIcon, + TD as EggIcon, + ND as EggOffIcon, + qo as EllipsisIcon, + SD as EllipsisVerticalIcon, + VD as EqualIcon, + _D as EqualNotIcon, + Pw as EraserIcon, + AD as EuroIcon, + kD as ExpandIcon, + Uo as ExpandMenu, + zo as ExpandMenuOption, + RT as ExpandOptionsButton, + ID as ExternalLinkIcon, + so as EyeIcon, + co as EyeOffIcon, + ZD as FacebookIcon, + BD as FactoryIcon, + OD as FanIcon, + DD as FastForwardIcon, + PD as FeatherIcon, + FD as FenceIcon, + UD as FerrisWheelIcon, + GD as FigmaIcon, + zD as FileArchiveIcon, + $D as FileAudio2Icon, + WD as FileAudioIcon, + jD as FileAxis3dIcon, + qD as FileBadge2Icon, + YD as FileBadgeIcon, + KD as FileBarChart2Icon, + XD as FileBarChartIcon, + QD as FileBoxIcon, + JD as FileCheck2Icon, + eP as FileCheckIcon, + tP as FileClockIcon, + nP as FileCode2Icon, + rP as FileCodeIcon, + oP as FileCogIcon, + aP as FileDiffIcon, + lP as FileDigitIcon, + iP as FileDownIcon, + CP as FileHeartIcon, + sP as FileIcon, + cP as FileImageIcon, + dP as FileInputIcon, + uP as FileJson2Icon, + mP as FileJsonIcon, + pP as FileKey2Icon, + gP as FileKeyIcon, + hP as FileLineChartIcon, + fP as FileLock2Icon, + vP as FileLockIcon, + EP as FileMinus2Icon, + wP as FileMinusIcon, + LP as FileMusicIcon, + bP as FileOutputIcon, + MP as FilePenIcon, + HP as FilePenLineIcon, + yP as FilePieChartIcon, + RP as FilePlus2Icon, + xP as FilePlusIcon, + TP as FileQuestionIcon, + NP as FileScanIcon, + SP as FileSearch2Icon, + VP as FileSearchIcon, + ST as FileSelector, + AP as FileSlidersIcon, + kP as FileSpreadsheetIcon, + IP as FileStackIcon, + ZP as FileSymlinkIcon, + BP as FileTerminalIcon, + OP as FileTextIcon, + DP as FileType2Icon, + PP as FileTypeIcon, + FP as FileUpIcon, + UP as FileVideo2Icon, + GP as FileVideoIcon, + zP as FileVolume2Icon, + $P as FileVolumeIcon, + WP as FileWarningIcon, + jP as FileX2Icon, + qP as FileXIcon, + _P as FilesIcon, + YP as FilmIcon, + KP as FilterIcon, + XP as FilterXIcon, + QP as FingerprintIcon, + JP as FireExtinguisherIcon, + eF as FishIcon, + tF as FishSymbolIcon, + nF as FlagIcon, + rF as FlagOffIcon, + oF as FlagTriangleLeftIcon, + aF as FlagTriangleRightIcon, + lF as FlameIcon, + iF as FlameKindlingIcon, + CF as FlashlightIcon, + sF as FlashlightOffIcon, + cF as FlaskConicalIcon, + dF as FlaskConicalOffIcon, + uF as FlaskRoundIcon, + mF as FlipHorizontal2Icon, + pF as FlipHorizontalIcon, + gF as FlipVertical2Icon, + hF as FlipVerticalIcon, + fF as Flower2Icon, + vF as FlowerIcon, + EF as FocusIcon, + XF as FoldHorizontalIcon, + QF as FoldVerticalIcon, + wF as FolderArchiveIcon, + LF as FolderCheckIcon, + bF as FolderClockIcon, + MF as FolderClosedIcon, + HF as FolderCogIcon, + yF as FolderDotIcon, + RF as FolderDownIcon, + xF as FolderGit2Icon, + TF as FolderGitIcon, + NF as FolderHeartIcon, + SF as FolderIcon, + VF as FolderInputIcon, + _F as FolderKanbanIcon, + AF as FolderKey2Icon, + kF as FolderKeyIcon, + IF as FolderLockIcon, + ZF as FolderMinusIcon, + BF as FolderOpenDotIcon, + OF as FolderOpenIcon, + DF as FolderOutputIcon, + PF as FolderPenIcon, + FF as FolderPlusIcon, + UF as FolderRootIcon, + GF as FolderSearch2Icon, + zF as FolderSearchIcon, + WF as FolderSymlinkIcon, + jF as FolderSyncIcon, + qF as FolderTreeIcon, + YF as FolderUpIcon, + KF as FolderXIcon, + $F as FoldersIcon, + JF as FootprintsIcon, + eU as ForkliftIcon, + ZT as FormActionsTray, + PT as FormLayout, + tU as ForwardIcon, + nU as FrameIcon, + rU as FramerIcon, + oU as FrownIcon, + aU as FuelIcon, + lU as FullscreenIcon, + iU as GalleryHorizontalEndIcon, + CU as GalleryHorizontalIcon, + sU as GalleryThumbnailsIcon, + cU as GalleryVerticalEndIcon, + dU as GalleryVerticalIcon, + uU as Gamepad2Icon, + mU as GamepadIcon, + pU as GanttChartIcon, + gU as GaugeIcon, + hU as GavelIcon, + fU as GemIcon, + vU as GhostIcon, + EU as GiftIcon, + wU as GitBranchIcon, + LU as GitBranchPlusIcon, + bU as GitCommitHorizontalIcon, + MU as GitCommitVerticalIcon, + HU as GitCompareArrowsIcon, + yU as GitCompareIcon, + RU as GitForkIcon, + xU as GitGraphIcon, + SU as GitMergeIcon, + VU as GitPullRequestArrowIcon, + _U as GitPullRequestClosedIcon, + AU as GitPullRequestCreateArrowIcon, + kU as GitPullRequestCreateIcon, + IU as GitPullRequestDraftIcon, + ZU as GitPullRequestIcon, + TU as GithubIcon, + NU as GitlabIcon, + OU as GlassWaterIcon, + BU as GlassesIcon, + bn as GlobalStyles, + DU as GlobeIcon, + PU as GlobeLockIcon, + FU as GoalIcon, + UU as GoogleGkeSiteIcon, + GU as GrabIcon, + zU as GraduationCapIcon, + $U as GrapeIcon, + po as Grid, + WU as Grid2x2Icon, + jU as Grid3x3Icon, + qU as GripHorizontalIcon, + YU as GripIcon, + KU as GripVerticalIcon, + XU as GroupIcon, + QU as GuitarIcon, + JU as HamIcon, + eG as HammerIcon, + tG as HandCoinsIcon, + nG as HandHeartIcon, + rG as HandHelpingIcon, + oG as HandIcon, + aG as HandMetalIcon, + lG as HandPlatterIcon, + iG as HandshakeIcon, + CG as HardDriveDownloadIcon, + sG as HardDriveIcon, + cG as HardDriveSearchIcon, + dG as HardDriveUploadIcon, + uG as HardHatIcon, + mG as HashIcon, + pG as HazeIcon, + gG as HdmiPortIcon, + hG as Heading1Icon, + fG as Heading2Icon, + vG as Heading3Icon, + EG as Heading4Icon, + wG as Heading5Icon, + LG as Heading6Icon, + bG as HeadingIcon, + MG as HeadphonesIcon, + HG as HeadsetIcon, + yG as HeartCrackIcon, + RG as HeartHandshakeIcon, + xG as HeartIcon, + TG as HeartOffIcon, + NG as HeartPulseIcon, + SG as HeaterIcon, + GT as HelpBox, + wo as HelpTip, + VG as HexagonIcon, + _G as HighlighterIcon, + AG as HistoryIcon, + kG as HomeIcon, + IG as HopIcon, + ZG as HopOffIcon, + BG as HospitalIcon, + OG as HotelIcon, + DG as HourglassIcon, + PG as IceCreamBowlIcon, + FG as IceCreamConeIcon, + xT as IconButton, + UG as ImageDownIcon, + GG as ImageIcon, + zG as ImageMinusIcon, + $G as ImageOffIcon, + WG as ImagePlusIcon, + qG as ImageUpIcon, + jG as ImagesIcon, + YG as ImportIcon, + KG as InboxIcon, + XG as IndentDecreaseIcon, + QG as IndentIncreaseIcon, + JG as IndianRupeeIcon, + ez as InfinityIcon, + Ao as InfoIcon, + $T as InformativeMessage, + yo as InputBox, + bo as InputLabel, + tz as InspectionPanelIcon, + nz as InstagramIcon, + rz as ItalicIcon, + oz as IterationCCWIcon, + az as IterationCWIcon, + lz as JapaneseYenIcon, + iz as JoystickIcon, + Cz as KanbanIcon, + dz as KeyIcon, + uz as KeyRoundIcon, + mz as KeySquareIcon, + sz as KeyboardIcon, + cz as KeyboardMusicIcon, + pz as KubernetesSiteIcon, + Dz as LDAPIcon, + gz as LambdaIcon, + hz as LampCeilingIcon, + fz as LampDeskIcon, + vz as LampFloorIcon, + Ez as LampIcon, + wz as LampWallDownIcon, + Lz as LampWallUpIcon, + Mz as LandPlotIcon, + bz as LandmarkIcon, + Hz as LanguagesIcon, + yz as LaptopIcon, + Rz as LaptopMinimalIcon, + xz as LassoIcon, + Tz as LassoSelectIcon, + Nz as LaughIcon, + Sz as Layers2Icon, + Vz as Layers3Icon, + _z as LayersIcon, + Az as LayoutDashboardIcon, + kz as LayoutGridIcon, + Iz as LayoutListIcon, + Zz as LayoutPanelLeftIcon, + Bz as LayoutPanelTopIcon, + Oz as LayoutTemplateIcon, + Pz as LeafIcon, + Fz as LeafyGreenIcon, + Uz as LibraryBigIcon, + Gz as LibraryIcon, + zz as LifeBuoyIcon, + $z as LigatureIcon, + Wz as LightbulbIcon, + jz as LightbulbOffIcon, + qz as LineChartIcon, + jT as Link, + Yz as Link2Icon, + Kz as Link2OffIcon, + YT as LinkButton, + Qz as LinkIcon, + Xz as LinkedinIcon, + Jz as ListChecksIcon, + e$ as ListCollapseIcon, + t$ as ListEndIcon, + n$ as ListFilterIcon, + r$ as ListIcon, + o$ as ListMinusIcon, + a$ as ListMusicIcon, + l$ as ListOrderedIcon, + i$ as ListPlusIcon, + C$ as ListRestartIcon, + s$ as ListStartIcon, + c$ as ListTodoIcon, + d$ as ListTreeIcon, + u$ as ListVideoIcon, + m$ as ListXIcon, + ro as Loader, + p$ as LoaderCircleIcon, + g$ as LoaderIcon, + h$ as LocateFixedIcon, + f$ as LocateIcon, + v$ as LocateOffIcon, + E$ as LockIcon, + w$ as LockKeyholeIcon, + L$ as LockKeyholeOpenIcon, + b$ as LockOpenIcon, + M$ as LogInIcon, + pN as LogOutIcon, + cN as LoginWrapper, + H$ as LollipopIcon, + y$ as LuggageIcon, + R$ as MagnetIcon, + T$ as MailCheckIcon, + N$ as MailIcon, + S$ as MailMinusIcon, + V$ as MailOpenIcon, + _$ as MailPlusIcon, + A$ as MailQuestionIcon, + k$ as MailSearchIcon, + Z$ as MailWarningIcon, + B$ as MailXIcon, + x$ as MailboxIcon, + I$ as MailsIcon, + mN as MainContainer, + O$ as MapIcon, + D$ as MapPinIcon, + F$ as MapPinOffIcon, + P$ as MapPinnedIcon, + U$ as MartiniIcon, + G$ as Maximize2Icon, + z$ as MaximizeIcon, + $$ as MedalIcon, + W$ as MegaphoneIcon, + j$ as MegaphoneOffIcon, + q$ as MehIcon, + Y$ as MemoryStickIcon, + WN as Menu, + K$ as MenuIcon, + X$ as MergeIcon, + Q$ as MessageCircleCodeIcon, + J$ as MessageCircleDashedIcon, + eW as MessageCircleHeartIcon, + tW as MessageCircleIcon, + nW as MessageCircleMoreIcon, + rW as MessageCircleOffIcon, + oW as MessageCirclePlusIcon, + aW as MessageCircleQuestionIcon, + lW as MessageCircleReplyIcon, + iW as MessageCircleWarningIcon, + CW as MessageCircleXIcon, + sW as MessageSquareCodeIcon, + cW as MessageSquareDashedIcon, + dW as MessageSquareDiffIcon, + uW as MessageSquareDotIcon, + mW as MessageSquareHeartIcon, + pW as MessageSquareIcon, + gW as MessageSquareMoreIcon, + hW as MessageSquareOffIcon, + fW as MessageSquarePlusIcon, + vW as MessageSquareQuoteIcon, + EW as MessageSquareReplyIcon, + wW as MessageSquareShareIcon, + LW as MessageSquareTextIcon, + bW as MessageSquareWarningIcon, + MW as MessageSquareXIcon, + HW as MessagesSquareIcon, + yW as MicIcon, + RW as MicOffIcon, + NW as MicVocalIcon, + xW as MicroscopeIcon, + TW as MicrowaveIcon, + SW as MilestoneIcon, + VW as MilkIcon, + _W as MilkOffIcon, + TN as MinIOIcon, + AW as Minimize2Icon, + kW as MinimizeIcon, + IW as MinusIcon, + qN as ModalBox, + ZW as MonitorCheckIcon, + BW as MonitorDotIcon, + OW as MonitorDownIcon, + DW as MonitorIcon, + PW as MonitorOffIcon, + FW as MonitorPauseIcon, + UW as MonitorPlayIcon, + GW as MonitorSmartphoneIcon, + zW as MonitorSpeakerIcon, + $W as MonitorStopIcon, + WW as MonitorUpIcon, + jW as MonitorXIcon, + qW as MoonIcon, + YW as MoonStarIcon, + KW as MountainIcon, + XW as MountainSnowIcon, + QW as MouseIcon, + JW as MousePointer2Icon, + ej as MousePointerClickIcon, + tj as MousePointerIcon, + nj as Move3dIcon, + rj as MoveDiagonal2Icon, + oj as MoveDiagonalIcon, + aj as MoveDownIcon, + lj as MoveDownLeftIcon, + ij as MoveDownRightIcon, + Cj as MoveHorizontalIcon, + sj as MoveIcon, + cj as MoveLeftIcon, + dj as MoveRightIcon, + uj as MoveUpIcon, + mj as MoveUpLeftIcon, + pj as MoveUpRightIcon, + gj as MoveVerticalIcon, + hj as Music2Icon, + fj as Music3Icon, + vj as Music4Icon, + Ej as MusicIcon, + wj as Navigation2Icon, + Lj as Navigation2OffIcon, + bj as NavigationIcon, + Mj as NavigationOffIcon, + Hj as NetworkIcon, + yj as NewspaperIcon, + Rj as NfcIcon, + xj as NotebookIcon, + Tj as NotebookPenIcon, + Nj as NotebookTabsIcon, + Sj as NotebookTextIcon, + Vj as NotepadTextDashedIcon, + _j as NotepadTextIcon, + KN as NotificationAlert, + QN as NotificationCount, + tS as NotificationStack, + Aj as NutIcon, + kj as NutOffIcon, + Ij as OctagonAlertIcon, + Zj as OctagonIcon, + Bj as OctagonPauseIcon, + Oj as OctagonXIcon, + Dj as OidcIcon, + Pj as OptionIcon, + Fj as OrbitIcon, + Uj as Package2Icon, + Gj as PackageCheckIcon, + zj as PackageIcon, + $j as PackageMinusIcon, + Wj as PackageOpenIcon, + jj as PackagePlusIcon, + qj as PackageSearchIcon, + Yj as PackageXIcon, + lS as PageHeader, + CS as PageLayout, + Qj as PaintBucketIcon, + Jj as PaintRollerIcon, + Kj as Paintbrush2Icon, + Xj as PaintbrushIcon, + eq as PaletteIcon, + tq as PanelBottomCloseIcon, + nq as PanelBottomDashedIcon, + rq as PanelBottomIcon, + oq as PanelBottomOpenIcon, + aq as PanelLeftCloseIcon, + lq as PanelLeftDashedIcon, + iq as PanelLeftIcon, + Cq as PanelLeftOpenIcon, + sq as PanelRightCloseIcon, + cq as PanelRightDashedIcon, + dq as PanelRightIcon, + uq as PanelRightOpenIcon, + hq as PanelTopCloseIcon, + fq as PanelTopDashedIcon, + vq as PanelTopIcon, + Eq as PanelTopOpenIcon, + mq as PanelsLeftBottomIcon, + pq as PanelsRightBottomIcon, + gq as PanelsTopLeftIcon, + TT as PaperclipIcon, + wq as ParenthesesIcon, + Lq as ParkingMeterIcon, + bq as PartyPopperIcon, + Mq as PasscodeLockIcon, + Hq as PauseIcon, + yq as PawPrintIcon, + Rq as PcCaseIcon, + Nq as PenIcon, + Sq as PenLineIcon, + _q as PenToolIcon, + Fw as PencilIcon, + xq as PencilLineIcon, + Tq as PencilRulerIcon, + Vq as PentagonIcon, + Aq as PercentIcon, + kq as PersonStandingIcon, + Iq as PhoneCallIcon, + Zq as PhoneForwardedIcon, + Bq as PhoneIcon, + Oq as PhoneIncomingIcon, + Dq as PhoneMissedIcon, + Pq as PhoneOffIcon, + Fq as PhoneOutgoingIcon, + Yq as PiIcon, + Uq as PianoIcon, + Gq as PickaxeIcon, + zq as PictureInPicture2Icon, + $q as PictureInPictureIcon, + Wq as PieChartIcon, + jq as PieUsageIcon, + qq as PiggyBankIcon, + Kq as PilcrowIcon, + cS as Pill, + Xq as PillIcon, + Qq as PinIcon, + Jq as PinOffIcon, + eY as PipetteIcon, + tY as PizzaIcon, + nY as PlaneIcon, + rY as PlaneLandingIcon, + oY as PlaneTakeoffIcon, + aY as PlayIcon, + lY as Plug2Icon, + iY as PlugIcon, + CY as PlugZap2Icon, + sY as PlugZapIcon, + cY as PlusIcon, + dY as PocketIcon, + uY as PocketKnifeIcon, + mY as PodcastIcon, + pY as PointerIcon, + gY as PointerOffIcon, + hY as PopcornIcon, + fY as PopsicleIcon, + vY as PoundSterlingIcon, + EY as PowerIcon, + wY as PowerOffIcon, + LY as PresentationIcon, + bY as PrinterIcon, + gS as ProgressBar, + MY as ProjectorIcon, + HY as ProportionsIcon, + yY as PuzzleIcon, + RY as PyramidIcon, + xY as QrCodeIcon, + TY as QuoteIcon, + NY as RabbitIcon, + SY as RadarIcon, + VY as RadiationIcon, + _Y as RadicalIcon, + wS as RadioGroup, + AY as RadioIcon, + kY as RadioReceiverIcon, + IY as RadioTowerIcon, + ZY as RadiusIcon, + BY as RailSymbolIcon, + OY as RainbowIcon, + DY as RatIcon, + PY as RatioIcon, + bS as ReadBox, + FY as ReceiptCentIcon, + UY as ReceiptEuroIcon, + GY as ReceiptIcon, + zY as ReceiptIndianRupeeIcon, + $Y as ReceiptJapaneseYenIcon, + WY as ReceiptPoundSterlingIcon, + jY as ReceiptRussianRubleIcon, + qY as ReceiptSwissFrancIcon, + YY as ReceiptTextIcon, + KY as RectangleEllipsisIcon, + XY as RectangleHorizontalIcon, + QY as RectangleVerticalIcon, + JY as RecycleIcon, + eK as RedhatOpenshiftSiteIcon, + tK as Redo2Icon, + nK as RedoDotIcon, + rK as RedoIcon, + oK as RefreshCCWDotIcon, + aK as RefreshCCWIcon, + lK as RefreshCWIcon, + iK as RefreshCWOffIcon, + CK as RefreshCwSettingsIcon, + sK as RefrigeratorIcon, + cK as RegexIcon, + dK as RemoveFormattingIcon, + uK as Repeat1Icon, + mK as Repeat2Icon, + pK as RepeatIcon, + gK as ReplaceAllIcon, + hK as ReplaceIcon, + fK as ReplyAllIcon, + vK as ReplyIcon, + EK as RewindIcon, + wK as RibbonIcon, + LK as RocketIcon, + bK as RockingChairIcon, + MK as RollerCoasterIcon, + HK as Rotate3dIcon, + yK as RotateCCWIcon, + RK as RotateCCWSquareIcon, + xK as RotateCWIcon, + TK as RotateCWSquareIcon, + NK as RouteIcon, + SK as RouteOffIcon, + VK as RouterIcon, + _K as Rows2Icon, + AK as Rows3Icon, + kK as Rows4Icon, + IK as RssIcon, + ZK as RulerIcon, + BK as RussianRubleIcon, + OK as SailboatIcon, + DK as SaladIcon, + PK as SandwichIcon, + FK as SatelliteDishIcon, + UK as SatelliteIcon, + GK as SaveAllIcon, + zK as SaveIcon, + $K as Scale3dIcon, + WK as ScaleIcon, + jK as ScalingIcon, + qK as ScanBarcodeIcon, + YK as ScanEyeIcon, + KK as ScanFaceIcon, + XK as ScanIcon, + QK as ScanLineIcon, + JK as ScanSearchIcon, + eX as ScanTextIcon, + tX as ScatterChartIcon, + nX as SchoolIcon, + rX as ScissorsIcon, + oX as ScissorsLineDashedIcon, + aX as ScreenShareIcon, + lX as ScreenShareOffIcon, + UT as ScreenTitle, + iX as ScrollIcon, + CX as ScrollTextIcon, + RS as SearchBox, + sX as SearchCheckIcon, + cX as SearchCodeIcon, + MS as SearchIcon, + dX as SearchSlashIcon, + uX as SearchXIcon, + OT as SectionTitle, + f0 as Select, + mX as SendHorizontalIcon, + pX as SendIcon, + gX as SendToBackIcon, + hX as SeparatorHorizontalIcon, + fX as SeparatorVerticalIcon, + vX as ServerCogIcon, + EX as ServerCrashIcon, + wX as ServerIcon, + LX as ServerOffIcon, + bX as Settings2Icon, + MX as SettingsIcon, + HX as ShapesIcon, + yX as Share2Icon, + Uw as ShareIcon, + RX as SheetIcon, + xX as ShellIcon, + TX as ShieldAlertIcon, + NX as ShieldBanIcon, + SX as ShieldCheckIcon, + Gw as ShieldEllipsisIcon, + VX as ShieldHalfIcon, + _X as ShieldIcon, + AX as ShieldMinusIcon, + kX as ShieldOffIcon, + IX as ShieldPlusIcon, + ZX as ShieldQuestionIcon, + BX as ShieldXIcon, + OX as ShipIcon, + DX as ShipWheelIcon, + PX as ShirtIcon, + FX as ShoppingBagIcon, + UX as ShoppingBasketIcon, + GX as ShoppingCartIcon, + zX as ShovelIcon, + $X as ShowerHeadIcon, + WX as ShrinkIcon, + jX as ShrubIcon, + qX as ShuffleIcon, + YX as SigmaIcon, + KX as SignalHighIcon, + XX as SignalIcon, + QX as SignalLowIcon, + JX as SignalMediumIcon, + eQ as SignalZeroIcon, + tQ as SignpostBigIcon, + nQ as SignpostIcon, + E0 as SimpleHeader, + rQ as SirenIcon, + oQ as SitesIcon, + L0 as SizeChart, + aQ as SkipBackIcon, + lQ as SkipForwardIcon, + iQ as SkullIcon, + CQ as SlackIcon, + sQ as SlashIcon, + cQ as SliceIcon, + y0 as Slider, + dQ as SlidersHorizontalIcon, + uQ as SlidersVerticalIcon, + mQ as SmartphoneChargingIcon, + pQ as SmartphoneIcon, + gQ as SmartphoneNfcIcon, + hQ as SmileIcon, + fQ as SmilePlusIcon, + T0 as Snackbar, + vQ as SnailIcon, + EQ as SnowflakeIcon, + wQ as SofaIcon, + LQ as SoupIcon, + bQ as SpaceIcon, + MQ as SpadeIcon, + HQ as SparkleIcon, + yQ as SparklesIcon, + RQ as SpeakerIcon, + xQ as SpeechIcon, + TQ as SpellCheck2Icon, + NQ as SpellCheckIcon, + SQ as SplineIcon, + VQ as SplitIcon, + _Q as SprayCanIcon, + AQ as SproutIcon, + kQ as SquareActivityIcon, + IQ as SquareArrowDownIcon, + ZQ as SquareArrowDownLeftIcon, + BQ as SquareArrowDownRightIcon, + OQ as SquareArrowLeftIcon, + DQ as SquareArrowOutDownLeftIcon, + PQ as SquareArrowOutDownRightIcon, + FQ as SquareArrowOutUpLeftIcon, + UQ as SquareArrowOutUpRightIcon, + GQ as SquareArrowRightIcon, + zQ as SquareArrowUpIcon, + $Q as SquareArrowUpLeftIcon, + WQ as SquareArrowUpRightIcon, + jQ as SquareAsteriskIcon, + qQ as SquareBottomDashedScissorsIcon, + YQ as SquareCheckBigIcon, + KQ as SquareCheckIcon, + XQ as SquareChevronDownIcon, + QQ as SquareChevronLeftIcon, + JQ as SquareChevronRightIcon, + eJ as SquareChevronUpIcon, + tJ as SquareCodeIcon, + nJ as SquareDashedBottomCodeIcon, + rJ as SquareDashedBottomIcon, + oJ as SquareDashedKanbanIcon, + aJ as SquareDashedMousePointerIcon, + lJ as SquareDivideIcon, + iJ as SquareDotIcon, + CJ as SquareEqualIcon, + sJ as SquareFunctionIcon, + cJ as SquareGanttChartIcon, + dJ as SquareIcon, + uJ as SquareKanbanIcon, + mJ as SquareLibraryIcon, + gJ as SquareMIcon, + pJ as SquareMenuIcon, + hJ as SquareMinusIcon, + fJ as SquareMousePointerIcon, + vJ as SquareParkingIcon, + EJ as SquareParkingOffIcon, + wJ as SquarePenIcon, + LJ as SquarePercentIcon, + bJ as SquarePiIcon, + MJ as SquarePilcrowIcon, + HJ as SquarePlayIcon, + yJ as SquarePlusIcon, + RJ as SquarePowerIcon, + xJ as SquareRadicalIcon, + TJ as SquareScissorsIcon, + NJ as SquareSigmaIcon, + SJ as SquareSlashIcon, + VJ as SquareSplitHorizontalIcon, + _J as SquareSplitVerticalIcon, + AJ as SquareStackIcon, + zw as SquareTerminalIcon, + kJ as SquareUserIcon, + IJ as SquareUserRoundIcon, + ZJ as SquareXIcon, + BJ as SquircleIcon, + OJ as SquirrelIcon, + DJ as StampIcon, + PJ as StarHalfIcon, + FJ as StarIcon, + UJ as StarOffIcon, + GJ as StepBackIcon, + zJ as StepForwardIcon, + $J as StethoscopeIcon, + WJ as StickerIcon, + jJ as StickyNoteIcon, + qJ as StoreIcon, + YJ as StretchHorizontalIcon, + KJ as StretchVerticalIcon, + XJ as StrikethroughIcon, + QJ as SubscriptIcon, + JJ as SummaryIcon, + e3 as SunDimIcon, + t3 as SunIcon, + n3 as SunMediumIcon, + r3 as SunMoonIcon, + l3 as SunSnowIcon, + o3 as SunriseIcon, + a3 as SunsetIcon, + i3 as SuperscriptIcon, + C3 as SwatchBookIcon, + s3 as SwissFrancIcon, + A0 as Switch, + c3 as SwitchCameraIcon, + d3 as SwordIcon, + u3 as SwordsIcon, + m3 as SyringeIcon, + q0 as Table, + p3 as Table2Icon, + K0 as TableBody, + Q0 as TableCell, + g3 as TableCellsMergeIcon, + h3 as TableCellsSplitIcon, + f3 as TableColumnsSplitIcon, + e9 as TableHead, + n9 as TableHeadCell, + v3 as TableIcon, + E3 as TablePropertiesIcon, + o9 as TableRow, + w3 as TableRowsSplitIcon, + L3 as TabletIcon, + M3 as TabletSmartphoneIcon, + b3 as TabletsIcon, + O0 as Tabs, + P0 as Tag, + H3 as TagIcon, + y3 as TagsIcon, + R3 as Tally1Icon, + x3 as Tally2Icon, + T3 as Tally3Icon, + N3 as Tally4Icon, + S3 as Tally5Icon, + V3 as TangentIcon, + _3 as TargetIcon, + A3 as TelescopeIcon, + k3 as TenantIcon, + I3 as TentIcon, + Z3 as TentTreeIcon, + B3 as TerminalIcon, + O3 as TestTubeDiagonalIcon, + D3 as TestTubeIcon, + P3 as TestTubesIcon, + F3 as TextCursorIcon, + U3 as TextCursorInputIcon, + G3 as TextIcon, + z3 as TextQuoteIcon, + $3 as TextSearchIcon, + W3 as TextSelectIcon, + j3 as TheaterIcon, + Rn as ThemeHandler, + $n as ThemedLogo, + q3 as ThermometerIcon, + Y3 as ThermometerSnowflakeIcon, + K3 as ThermometerSunIcon, + X3 as ThumbsDownIcon, + Q3 as ThumbsUpIcon, + J3 as TicketCheckIcon, + e1 as TicketIcon, + t1 as TicketMinusIcon, + n1 as TicketPercentIcon, + r1 as TicketPlusIcon, + o1 as TicketSlashIcon, + a1 as TicketXIcon, + l1 as TimerIcon, + i1 as TimerOffIcon, + C1 as TimerResetIcon, + s1 as ToggleLeftIcon, + c1 as ToggleRightIcon, + Dn as Tooltip, + d1 as TornadoIcon, + u1 as TorusIcon, + m1 as TouchpadIcon, + p1 as TouchpadOffIcon, + g1 as TowerControlIcon, + h1 as ToyBrickIcon, + f1 as TraceIcon, + v1 as TractorIcon, + E1 as TrafficConeIcon, + w1 as TrainFrontIcon, + L1 as TrainFrontTunnelIcon, + b1 as TrainTrackIcon, + M1 as TramFrontIcon, + H1 as Trash2Icon, + $w as TrashIcon, + y1 as TreeDeciduousIcon, + R1 as TreePalmIcon, + x1 as TreePineIcon, + T1 as TreesIcon, + N1 as TrelloIcon, + S1 as TrendingDownIcon, + V1 as TrendingUpIcon, + uo as TriangleAlertIcon, + _1 as TriangleIcon, + A1 as TriangleRightIcon, + k1 as TrophyIcon, + I1 as TruckIcon, + Z1 as TurtleIcon, + B1 as Tv2Icon, + O1 as TvIcon, + D1 as TwitchIcon, + P1 as TwitterIcon, + F1 as TypeIcon, + U1 as UmbrellaIcon, + G1 as UmbrellaOffIcon, + z1 as UnderlineIcon, + $1 as Undo2Icon, + W1 as UndoDotIcon, + j1 as UndoIcon, + q1 as UnfoldHorizontalIcon, + Y1 as UnfoldVerticalIcon, + K1 as UngroupIcon, + X1 as UniversityIcon, + Q1 as Unlink2Icon, + J1 as UnlinkIcon, + e6 as UnplugIcon, + t6 as UploadIcon, + n6 as UsbIcon, + r6 as UserCheckIcon, + o6 as UserCogIcon, + a6 as UserIcon, + l6 as UserMinusIcon, + i6 as UserPlusIcon, + C6 as UserRoundCheckIcon, + s6 as UserRoundCogIcon, + c6 as UserRoundIcon, + d6 as UserRoundMinusIcon, + u6 as UserRoundPlusIcon, + m6 as UserRoundSearchIcon, + p6 as UserRoundXIcon, + g6 as UserSearchIcon, + v6 as UserXIcon, + h6 as UsersIcon, + f6 as UsersRoundIcon, + E6 as UtensilsCrossedIcon, + w6 as UtensilsIcon, + L6 as UtilityPoleIcon, + U0 as ValuePair, + b6 as VariableIcon, + M6 as VaultIcon, + H6 as VeganIcon, + y6 as VenetianMaskIcon, + R6 as VibrateIcon, + x6 as VibrateOffIcon, + T6 as VideoIcon, + N6 as VideoOffIcon, + S6 as VideotapeIcon, + V6 as ViewIcon, + _6 as VmwareTanzuSiteIcon, + A6 as VoicemailIcon, + k6 as Volume1Icon, + I6 as Volume2Icon, + Z6 as VolumeIcon, + B6 as VolumeXIcon, + O6 as VoteIcon, + D6 as WalletCardsIcon, + P6 as WalletIcon, + F6 as WalletMinimalIcon, + U6 as WallpaperIcon, + G6 as WandIcon, + z6 as WandSparklesIcon, + $6 as WarehouseIcon, + W6 as WashingMachineIcon, + j6 as WatchIcon, + q6 as WavesIcon, + Y6 as WaypointsIcon, + K6 as WebcamIcon, + X6 as WebhookIcon, + Q6 as WebhookOffIcon, + J6 as WeightIcon, + e0 as WheatIcon, + t0 as WheatOffIcon, + n0 as WholeWordIcon, + r0 as WifiIcon, + o0 as WifiOffIcon, + a0 as WindIcon, + l0 as WineIcon, + i0 as WineOffIcon, + W0 as Wizard, + C0 as WorkflowIcon, + s0 as WormIcon, + c0 as WrapTextIcon, + d0 as WrenchIcon, + NN as XIcon, + u0 as YoutubeIcon, + m0 as ZapIcon, + p0 as ZapOffIcon, + g0 as ZoomInIcon, + h0 as ZoomOutIcon, + Ww as actionsTypes, H as breakPoints, N as calculateBytes, - dn as darkColors, - pn as darkTheme, - cn as lightColors, - mn as lightTheme, - un as lightV2, + cn as darkColors, + mn as darkTheme, + sn as lightColors, + un as lightTheme, + dn as lightV2, V as overridePropsParse, y as paddingSizeVariants, R as radioVariants, diff --git a/dist/esm/index.js.map b/dist/esm/index.js.map index 5d91efa2..dbad6888 100644 --- a/dist/esm/index.js.map +++ b/dist/esm/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sources":["../../../src/global/themeColors.ts","../../../src/global/utils.ts","../../../src/global/hooks.ts","../../../src/components/NotificationStack/hooks.ts","../../node_modules/lodash/isArray.js","../../node_modules/lodash/_root.js","../../node_modules/lodash/_freeGlobal.js","../../node_modules/lodash/_Symbol.js","../../node_modules/lodash/_getRawTag.js","../../node_modules/lodash/_objectToString.js","../../node_modules/lodash/_baseGetTag.js","../../node_modules/lodash/isObjectLike.js","../../node_modules/lodash/isSymbol.js","../../node_modules/lodash/_isKey.js","../../node_modules/lodash/isObject.js","../../node_modules/lodash/isFunction.js","../../node_modules/lodash/_isMasked.js","../../node_modules/lodash/_coreJsData.js","../../node_modules/lodash/_toSource.js","../../node_modules/lodash/_baseIsNative.js","../../node_modules/lodash/_getValue.js","../../node_modules/lodash/_getNative.js","../../node_modules/lodash/_nativeCreate.js","../../node_modules/lodash/_hashClear.js","../../node_modules/lodash/_hashDelete.js","../../node_modules/lodash/_hashGet.js","../../node_modules/lodash/_hashHas.js","../../node_modules/lodash/_hashSet.js","../../node_modules/lodash/_Hash.js","../../node_modules/lodash/_listCacheClear.js","../../node_modules/lodash/eq.js","../../node_modules/lodash/_assocIndexOf.js","../../node_modules/lodash/_listCacheDelete.js","../../node_modules/lodash/_listCacheGet.js","../../node_modules/lodash/_listCacheHas.js","../../node_modules/lodash/_listCacheSet.js","../../node_modules/lodash/_ListCache.js","../../node_modules/lodash/_Map.js","../../node_modules/lodash/_mapCacheClear.js","../../node_modules/lodash/_isKeyable.js","../../node_modules/lodash/_getMapData.js","../../node_modules/lodash/_mapCacheDelete.js","../../node_modules/lodash/_mapCacheGet.js","../../node_modules/lodash/_mapCacheHas.js","../../node_modules/lodash/_mapCacheSet.js","../../node_modules/lodash/_MapCache.js","../../node_modules/lodash/memoize.js","../../node_modules/lodash/_memoizeCapped.js","../../node_modules/lodash/_stringToPath.js","../../node_modules/lodash/_arrayMap.js","../../node_modules/lodash/_baseToString.js","../../node_modules/lodash/toString.js","../../node_modules/lodash/_castPath.js","../../node_modules/lodash/_toKey.js","../../node_modules/lodash/_baseGet.js","../../node_modules/lodash/get.js","../../../src/global/themes.ts","../../../src/components/GlobalStyles/GlobalStyles.tsx","../../node_modules/@emotion/memoize/dist/emotion-memoize.esm.js","../../node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js","../../../src/components/ThemeHandler/ThemeHandler.tsx","../../../src/components/Box/Box.tsx","../../../src/components/Icons/NewDesignIcons/ChevronDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronUpIcon.tsx","../../../src/components/Accordion/Accordion.tsx","../../../src/components/Tooltip/Tooltip.tsx","../../../src/components/ActionsList/ObjectActionButton.tsx","../../../src/components/ActionsList/ActionsList.tsx","../../../src/components/ThemedLogo/ThemedLogo.tsx","../../../src/components/ApplicationLogo/Logos/LogoBase/LogoBase.tsx","../../../src/components/ApplicationLogo/Logos/Cache/Cache.tsx","../../../src/components/ApplicationLogo/Logos/Cloud/Cloud.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleAGPL.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleEnterprise.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleSingle.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleStandard.tsx","../../../src/components/ApplicationLogo/Logos/Console/GlobalConsole.tsx","../../../src/components/ApplicationLogo/Logos/DirectPV/DirectPV.tsx","../../../src/components/ApplicationLogo/Logos/Enterprise/Enterprise.tsx","../../../src/components/ApplicationLogo/Logos/Eureka/Eureka.tsx","../../../src/components/ApplicationLogo/Logos/Eureka/EurekaNew.tsx","../../../src/components/ApplicationLogo/Logos/IndexLogo/IndexLogo.tsx","../../../src/components/ApplicationLogo/Logos/KES/KES.tsx","../../../src/components/ApplicationLogo/Logos/KMS/KMS.tsx","../../../src/components/ApplicationLogo/Logos/LoadBalancer/LoadBalancer.tsx","../../../src/components/ApplicationLogo/Logos/MinIO/MinIOEnterprise.tsx","../../../src/components/ApplicationLogo/Logos/MinIO/MinIOEnterpriseOS.tsx","../../../src/components/ApplicationLogo/Logos/MinIO/MinIOEnterpriseOSVertical.tsx","../../../src/components/ApplicationLogo/Logos/MissionControl/MissionControl.tsx","../../../src/components/ApplicationLogo/Logos/Monitor/Monitor.tsx","../../../src/components/ApplicationLogo/Logos/Observe/Observe.tsx","../../../src/components/ApplicationLogo/Logos/Operator/Operator.tsx","../../../src/components/ApplicationLogo/Logos/Releases/Releases.tsx","../../../src/components/ApplicationLogo/Logos/SUBNET/SUBNET.tsx","../../../src/components/ApplicationLogo/Logos/SubnetOPS/SubnetOPS.tsx","../../../src/components/ApplicationLogo/Logos/VMBroker/VMBroker.tsx","../../../src/components/ApplicationLogo/ApplicationLogo.tsx","../../node_modules/lodash/now.js","../../node_modules/lodash/_trimmedEndIndex.js","../../node_modules/lodash/_baseTrim.js","../../node_modules/lodash/toNumber.js","../../node_modules/lodash/debounce.js","../../../src/global/SelectorContainer.tsx","../../../src/components/DropdownSelector/DropdownSelector.tsx","../../../src/components/Loader/Loader.utils.ts","../../../src/components/Loader/Loader.tsx","../../../src/components/Button/Button.tsx","../../../src/components/Icons/NewDesignIcons/CircleAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleHelpIcon.tsx","../../../src/components/Icons/NewDesignIcons/EyeIcon.tsx","../../../src/components/Icons/NewDesignIcons/EyeOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/TriangleAlertIcon.tsx","../../../src/components/Grid/Grid.tsx","../../../src/components/HelpTip/HelpTip.tsx","../../../src/components/InputLabel/InputLabel.tsx","../../../src/components/InputBox/InputBox.tsx","../../../src/components/Autocomplete/Autocomplete.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftIcon.tsx","../../../src/components/BackLink/BackLink.tsx","../../../src/components/Icons/NewDesignIcons/CircleSlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleXIcon.tsx","../../../src/components/Icons/NewDesignIcons/InfoIcon.tsx","../../../src/components/Badge/Badge.tsx","../../../src/components/BoxedIcon/BoxedIcon.tsx","../../../src/utils/GlobalUtils.ts","../../../src/components/ExpandMenu/ExpandDropdown.tsx","../../../src/components/ExpandMenu/ExpandMenu.tsx","../../../src/components/ExpandMenu/ExpandMenuOption.tsx","../../../src/components/Breadcrumbs/BreadcrumbButton.tsx","../../../src/components/Icons/NewDesignIcons/ChevronLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/EllipsisIcon.tsx","../../../src/components/Breadcrumbs/Breadcrumbs.tsx","../../../src/components/ButtonGroup/ButtonGroup.tsx","../../../src/global/FieldContainer.tsx","../../../src/components/Icons/NewDesignIcons/CheckIcon.tsx","../../../src/components/Checkbox/Checkbox.tsx","../../node_modules/@babel/runtime/helpers/esm/extends.js","../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../../node_modules/property-information/lib/util/schema.js","../../node_modules/property-information/lib/util/merge.js","../../node_modules/property-information/lib/normalize.js","../../node_modules/property-information/lib/util/info.js","../../node_modules/property-information/lib/util/types.js","../../node_modules/property-information/lib/util/defined-info.js","../../node_modules/property-information/lib/util/create.js","../../node_modules/property-information/lib/xlink.js","../../node_modules/property-information/lib/xml.js","../../node_modules/property-information/lib/util/case-sensitive-transform.js","../../node_modules/property-information/lib/util/case-insensitive-transform.js","../../node_modules/property-information/lib/xmlns.js","../../node_modules/property-information/lib/aria.js","../../node_modules/property-information/lib/html.js","../../node_modules/property-information/lib/svg.js","../../node_modules/property-information/lib/find.js","../../node_modules/property-information/index.js","../../node_modules/comma-separated-tokens/index.js","../../node_modules/hast-util-parse-selector/lib/index.js","../../node_modules/space-separated-tokens/index.js","../../node_modules/hast-util-from-parse5/node_modules/hastscript/lib/create-h.js","../../node_modules/hast-util-from-parse5/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js","../../node_modules/hast-util-from-parse5/node_modules/hastscript/lib/index.js","../../node_modules/vfile-location/lib/index.js","../../node_modules/web-namespaces/index.js","../../node_modules/hast-util-from-parse5/lib/index.js","../../node_modules/parse5/dist/common/unicode.js","../../node_modules/parse5/dist/common/error-codes.js","../../node_modules/parse5/dist/tokenizer/preprocessor.js","../../node_modules/parse5/dist/common/token.js","../../node_modules/parse5/node_modules/entities/lib/esm/generated/decode-data-html.js","../../node_modules/parse5/node_modules/entities/lib/esm/decode_codepoint.js","../../node_modules/parse5/node_modules/entities/lib/esm/generated/decode-data-xml.js","../../node_modules/parse5/node_modules/entities/lib/esm/decode.js","../../node_modules/parse5/dist/common/html.js","../../node_modules/parse5/dist/tokenizer/index.js","../../node_modules/parse5/dist/parser/open-element-stack.js","../../node_modules/parse5/dist/parser/formatting-element-list.js","../../node_modules/parse5/dist/tree-adapters/default.js","../../node_modules/parse5/dist/common/doctype.js","../../node_modules/parse5/dist/common/foreign-content.js","../../node_modules/parse5/dist/parser/index.js","../../node_modules/parse5/dist/index.js","../../node_modules/unist-util-stringify-position/lib/index.js","../../node_modules/parse5/dist/serializer/index.js","../../node_modules/vfile-message/lib/index.js","../../node_modules/vfile/lib/minpath.browser.js","../../node_modules/vfile/lib/minproc.browser.js","../../node_modules/vfile/lib/minurl.shared.js","../../node_modules/vfile/lib/minurl.browser.js","../../node_modules/vfile/lib/index.js","../../node_modules/hast-util-from-html/lib/errors.js","../../node_modules/hast-util-from-html/lib/index.js","../../node_modules/html-void-elements/index.js","../../node_modules/zwitch/index.js","../../node_modules/stringify-entities/lib/core.js","../../node_modules/stringify-entities/lib/util/to-hexadecimal.js","../../node_modules/stringify-entities/lib/util/to-decimal.js","../../node_modules/character-entities-legacy/index.js","../../node_modules/character-entities-html4/index.js","../../node_modules/stringify-entities/lib/constant/dangerous.js","../../node_modules/stringify-entities/lib/util/to-named.js","../../node_modules/stringify-entities/lib/util/format-smart.js","../../node_modules/stringify-entities/lib/index.js","../../node_modules/hast-util-to-html/lib/handle/comment.js","../../node_modules/ccount/index.js","../../node_modules/hast-util-whitespace/lib/index.js","../../node_modules/hast-util-to-html/lib/omission/util/siblings.js","../../node_modules/hast-util-to-html/lib/omission/omission.js","../../node_modules/hast-util-to-html/lib/omission/closing.js","../../node_modules/hast-util-to-html/lib/omission/opening.js","../../node_modules/hast-util-to-html/lib/handle/element.js","../../node_modules/hast-util-to-html/lib/handle/text.js","../../node_modules/hast-util-to-html/lib/handle/index.js","../../node_modules/hast-util-to-html/lib/handle/doctype.js","../../node_modules/hast-util-to-html/lib/handle/raw.js","../../node_modules/hast-util-to-html/lib/handle/root.js","../../node_modules/hast-util-to-html/lib/index.js","../../node_modules/bail/index.js","../../node_modules/extend/index.js","../../node_modules/is-plain-obj/index.js","../../node_modules/trough/lib/index.js","../../node_modules/unified/lib/callable-instance.js","../../node_modules/unified/lib/index.js","../../node_modules/rehype/index.js","../../node_modules/rehype-parse/lib/index.js","../../node_modules/rehype-stringify/lib/index.js","../../node_modules/@uiw/react-textarea-code-editor/esm/utils.js","../../node_modules/@uiw/react-textarea-code-editor/esm/SelectionText.js","../../node_modules/@uiw/react-textarea-code-editor/esm/styles.js","../../node_modules/react/jsx-runtime.js","../../node_modules/react/cjs/react-jsx-runtime.production.min.js","../../node_modules/react/cjs/react-jsx-runtime.development.js","../../node_modules/@uiw/react-textarea-code-editor/esm/Editor.js","../../node_modules/@uiw/react-textarea-code-editor/esm/shortcuts.js","../../node_modules/rehype-prism-plus/node_modules/unist-util-is/lib/index.js","../../node_modules/rehype-prism-plus/node_modules/unist-util-visit-parents/lib/index.js","../../node_modules/rehype-prism-plus/node_modules/hast-util-to-string/index.js","../../node_modules/unist-util-filter/node_modules/unist-util-is/lib/index.js","../../node_modules/unist-util-filter/lib/index.js","../../node_modules/parse-numeric-range/index.js","../../node_modules/refractor/lang/clike.js","../../node_modules/refractor/lang/c.js","../../node_modules/refractor/lang/cpp.js","../../node_modules/refractor/lang/arduino.js","../../node_modules/refractor/lang/bash.js","../../node_modules/refractor/lang/csharp.js","../../node_modules/refractor/lang/markup.js","../../node_modules/refractor/lang/css.js","../../node_modules/refractor/lang/diff.js","../../node_modules/refractor/lang/go.js","../../node_modules/refractor/lang/ini.js","../../node_modules/refractor/lang/java.js","../../node_modules/refractor/lang/regex.js","../../node_modules/refractor/lang/javascript.js","../../node_modules/refractor/lang/json.js","../../node_modules/refractor/lang/kotlin.js","../../node_modules/refractor/lang/less.js","../../node_modules/refractor/lang/lua.js","../../node_modules/refractor/lang/makefile.js","../../node_modules/refractor/lang/yaml.js","../../node_modules/refractor/lang/markdown.js","../../node_modules/refractor/lang/objectivec.js","../../node_modules/refractor/lang/perl.js","../../node_modules/refractor/lang/markup-templating.js","../../node_modules/refractor/lang/php.js","../../node_modules/refractor/lang/python.js","../../node_modules/refractor/lang/r.js","../../node_modules/refractor/lang/ruby.js","../../node_modules/refractor/lang/rust.js","../../node_modules/refractor/lang/sass.js","../../node_modules/refractor/lang/scss.js","../../node_modules/refractor/lang/sql.js","../../node_modules/refractor/lang/swift.js","../../node_modules/refractor/lang/typescript.js","../../node_modules/refractor/lang/basic.js","../../node_modules/refractor/lang/vbnet.js","../../node_modules/hastscript/node_modules/hast-util-parse-selector/lib/index.js","../../node_modules/hastscript/lib/core.js","../../node_modules/hastscript/lib/html.js","../../node_modules/character-reference-invalid/index.js","../../node_modules/is-decimal/index.js","../../node_modules/is-hexadecimal/index.js","../../node_modules/is-alphanumerical/index.js","../../node_modules/is-alphabetical/index.js","../../node_modules/decode-named-character-reference/index.dom.js","../../node_modules/parse-entities/lib/index.js","../../node_modules/refractor/lib/prism-core.js","../../node_modules/refractor/lib/core.js","../../node_modules/refractor/lang/abap.js","../../node_modules/refractor/lang/abnf.js","../../node_modules/refractor/lang/actionscript.js","../../node_modules/refractor/lang/ada.js","../../node_modules/refractor/lang/agda.js","../../node_modules/refractor/lang/al.js","../../node_modules/refractor/lang/antlr4.js","../../node_modules/refractor/lang/apacheconf.js","../../node_modules/refractor/lang/apex.js","../../node_modules/refractor/lang/apl.js","../../node_modules/refractor/lang/applescript.js","../../node_modules/refractor/lang/aql.js","../../node_modules/refractor/lang/arff.js","../../node_modules/refractor/lang/armasm.js","../../node_modules/refractor/lang/arturo.js","../../node_modules/refractor/lang/asciidoc.js","../../node_modules/refractor/lang/aspnet.js","../../node_modules/refractor/lang/asm6502.js","../../node_modules/refractor/lang/asmatmel.js","../../node_modules/refractor/lang/autohotkey.js","../../node_modules/refractor/lang/autoit.js","../../node_modules/refractor/lang/avisynth.js","../../node_modules/refractor/lang/avro-idl.js","../../node_modules/refractor/lang/awk.js","../../node_modules/refractor/lang/batch.js","../../node_modules/refractor/lang/bbcode.js","../../node_modules/refractor/lang/bbj.js","../../node_modules/refractor/lang/bicep.js","../../node_modules/refractor/lang/birb.js","../../node_modules/refractor/lang/bison.js","../../node_modules/refractor/lang/bnf.js","../../node_modules/refractor/lang/bqn.js","../../node_modules/refractor/lang/brainfuck.js","../../node_modules/refractor/lang/brightscript.js","../../node_modules/refractor/lang/bro.js","../../node_modules/refractor/lang/bsl.js","../../node_modules/refractor/lang/cfscript.js","../../node_modules/refractor/lang/chaiscript.js","../../node_modules/refractor/lang/cil.js","../../node_modules/refractor/lang/cilkc.js","../../node_modules/refractor/lang/cilkcpp.js","../../node_modules/refractor/lang/clojure.js","../../node_modules/refractor/lang/cmake.js","../../node_modules/refractor/lang/cobol.js","../../node_modules/refractor/lang/coffeescript.js","../../node_modules/refractor/lang/concurnas.js","../../node_modules/refractor/lang/csp.js","../../node_modules/refractor/lang/cooklang.js","../../node_modules/refractor/lang/coq.js","../../node_modules/refractor/lang/crystal.js","../../node_modules/refractor/lang/css-extras.js","../../node_modules/refractor/lang/csv.js","../../node_modules/refractor/lang/cue.js","../../node_modules/refractor/lang/cypher.js","../../node_modules/refractor/lang/d.js","../../node_modules/refractor/lang/dart.js","../../node_modules/refractor/lang/dataweave.js","../../node_modules/refractor/lang/dax.js","../../node_modules/refractor/lang/dhall.js","../../node_modules/refractor/lang/django.js","../../node_modules/refractor/lang/dns-zone-file.js","../../node_modules/refractor/lang/docker.js","../../node_modules/refractor/lang/dot.js","../../node_modules/refractor/lang/ebnf.js","../../node_modules/refractor/lang/editorconfig.js","../../node_modules/refractor/lang/eiffel.js","../../node_modules/refractor/lang/ejs.js","../../node_modules/refractor/lang/elixir.js","../../node_modules/refractor/lang/elm.js","../../node_modules/refractor/lang/etlua.js","../../node_modules/refractor/lang/erb.js","../../node_modules/refractor/lang/erlang.js","../../node_modules/refractor/lang/excel-formula.js","../../node_modules/refractor/lang/fsharp.js","../../node_modules/refractor/lang/factor.js","../../node_modules/refractor/lang/false.js","../../node_modules/refractor/lang/firestore-security-rules.js","../../node_modules/refractor/lang/flow.js","../../node_modules/refractor/lang/fortran.js","../../node_modules/refractor/lang/ftl.js","../../node_modules/refractor/lang/gml.js","../../node_modules/refractor/lang/gap.js","../../node_modules/refractor/lang/gcode.js","../../node_modules/refractor/lang/gdscript.js","../../node_modules/refractor/lang/gedcom.js","../../node_modules/refractor/lang/gettext.js","../../node_modules/refractor/lang/gherkin.js","../../node_modules/refractor/lang/git.js","../../node_modules/refractor/lang/glsl.js","../../node_modules/refractor/lang/gn.js","../../node_modules/refractor/lang/linker-script.js","../../node_modules/refractor/lang/go-module.js","../../node_modules/refractor/lang/gradle.js","../../node_modules/refractor/lang/graphql.js","../../node_modules/refractor/lang/groovy.js","../../node_modules/refractor/lang/textile.js","../../node_modules/refractor/lang/haml.js","../../node_modules/refractor/lang/handlebars.js","../../node_modules/refractor/lang/haskell.js","../../node_modules/refractor/lang/haxe.js","../../node_modules/refractor/lang/hcl.js","../../node_modules/refractor/lang/hlsl.js","../../node_modules/refractor/lang/hoon.js","../../node_modules/refractor/lang/hpkp.js","../../node_modules/refractor/lang/hsts.js","../../node_modules/refractor/lang/uri.js","../../node_modules/refractor/lang/http.js","../../node_modules/refractor/lang/ichigojam.js","../../node_modules/refractor/lang/icon.js","../../node_modules/refractor/lang/icu-message-format.js","../../node_modules/refractor/lang/idris.js","../../node_modules/refractor/lang/ignore.js","../../node_modules/refractor/lang/inform7.js","../../node_modules/refractor/lang/io.js","../../node_modules/refractor/lang/j.js","../../node_modules/refractor/lang/javadoclike.js","../../node_modules/refractor/lang/scala.js","../../node_modules/refractor/lang/javadoc.js","../../node_modules/refractor/lang/javastacktrace.js","../../node_modules/refractor/lang/jexl.js","../../node_modules/refractor/lang/jolie.js","../../node_modules/refractor/lang/jq.js","../../node_modules/refractor/lang/js-templates.js","../../node_modules/refractor/lang/jsdoc.js","../../node_modules/refractor/lang/n4js.js","../../node_modules/refractor/lang/js-extras.js","../../node_modules/refractor/lang/json5.js","../../node_modules/refractor/lang/jsonp.js","../../node_modules/refractor/lang/jsstacktrace.js","../../node_modules/refractor/lang/julia.js","../../node_modules/refractor/lang/keepalived.js","../../node_modules/refractor/lang/keyman.js","../../node_modules/refractor/lang/kumir.js","../../node_modules/refractor/lang/kusto.js","../../node_modules/refractor/lang/latex.js","../../node_modules/refractor/lang/latte.js","../../node_modules/refractor/lang/scheme.js","../../node_modules/refractor/lang/lilypond.js","../../node_modules/refractor/lang/liquid.js","../../node_modules/refractor/lang/lisp.js","../../node_modules/refractor/lang/livescript.js","../../node_modules/refractor/lang/llvm.js","../../node_modules/refractor/lang/log.js","../../node_modules/refractor/lang/lolcode.js","../../node_modules/refractor/lang/magma.js","../../node_modules/refractor/lang/mata.js","../../node_modules/refractor/lang/matlab.js","../../node_modules/refractor/lang/maxscript.js","../../node_modules/refractor/lang/mel.js","../../node_modules/refractor/lang/mermaid.js","../../node_modules/refractor/lang/metafont.js","../../node_modules/refractor/lang/mizar.js","../../node_modules/refractor/lang/mongodb.js","../../node_modules/refractor/lang/monkey.js","../../node_modules/refractor/lang/moonscript.js","../../node_modules/refractor/lang/n1ql.js","../../node_modules/refractor/lang/nand2tetris-hdl.js","../../node_modules/refractor/lang/naniscript.js","../../node_modules/refractor/lang/nasm.js","../../node_modules/refractor/lang/neon.js","../../node_modules/refractor/lang/nevod.js","../../node_modules/refractor/lang/nginx.js","../../node_modules/refractor/lang/nim.js","../../node_modules/refractor/lang/nix.js","../../node_modules/refractor/lang/nsis.js","../../node_modules/refractor/lang/ocaml.js","../../node_modules/refractor/lang/odin.js","../../node_modules/refractor/lang/opencl.js","../../node_modules/refractor/lang/openqasm.js","../../node_modules/refractor/lang/oz.js","../../node_modules/refractor/lang/parigp.js","../../node_modules/refractor/lang/parser.js","../../node_modules/refractor/lang/pascal.js","../../node_modules/refractor/lang/pascaligo.js","../../node_modules/refractor/lang/psl.js","../../node_modules/refractor/lang/pcaxis.js","../../node_modules/refractor/lang/peoplecode.js","../../node_modules/refractor/lang/phpdoc.js","../../node_modules/refractor/lang/php-extras.js","../../node_modules/refractor/lang/plant-uml.js","../../node_modules/refractor/lang/plsql.js","../../node_modules/refractor/lang/powerquery.js","../../node_modules/refractor/lang/powershell.js","../../node_modules/refractor/lang/processing.js","../../node_modules/refractor/lang/prolog.js","../../node_modules/refractor/lang/promql.js","../../node_modules/refractor/lang/properties.js","../../node_modules/refractor/lang/protobuf.js","../../node_modules/refractor/lang/stylus.js","../../node_modules/refractor/lang/twig.js","../../node_modules/refractor/lang/pug.js","../../node_modules/refractor/lang/puppet.js","../../node_modules/refractor/lang/pure.js","../../node_modules/refractor/lang/purebasic.js","../../node_modules/refractor/lang/purescript.js","../../node_modules/refractor/lang/qsharp.js","../../node_modules/refractor/lang/q.js","../../node_modules/refractor/lang/qml.js","../../node_modules/refractor/lang/qore.js","../../node_modules/refractor/lang/racket.js","../../node_modules/refractor/lang/cshtml.js","../../node_modules/refractor/lang/jsx.js","../../node_modules/refractor/lang/tsx.js","../../node_modules/refractor/lang/reason.js","../../node_modules/refractor/lang/rego.js","../../node_modules/refractor/lang/renpy.js","../../node_modules/refractor/lang/rescript.js","../../node_modules/refractor/lang/rest.js","../../node_modules/refractor/lang/rip.js","../../node_modules/refractor/lang/roboconf.js","../../node_modules/refractor/lang/robotframework.js","../../node_modules/refractor/lang/sas.js","../../node_modules/refractor/lang/shell-session.js","../../node_modules/refractor/lang/smali.js","../../node_modules/refractor/lang/smalltalk.js","../../node_modules/refractor/lang/smarty.js","../../node_modules/refractor/lang/sml.js","../../node_modules/refractor/lang/solidity.js","../../node_modules/refractor/lang/solution-file.js","../../node_modules/refractor/lang/soy.js","../../node_modules/refractor/lang/turtle.js","../../node_modules/refractor/lang/sparql.js","../../node_modules/refractor/lang/splunk-spl.js","../../node_modules/refractor/lang/sqf.js","../../node_modules/refractor/lang/squirrel.js","../../node_modules/refractor/lang/stan.js","../../node_modules/refractor/lang/stata.js","../../node_modules/refractor/lang/iecst.js","../../node_modules/refractor/lang/supercollider.js","../../node_modules/refractor/lang/systemd.js","../../node_modules/refractor/lang/t4-templating.js","../../node_modules/refractor/lang/t4-cs.js","../../node_modules/refractor/lang/t4-vb.js","../../node_modules/refractor/lang/tap.js","../../node_modules/refractor/lang/tcl.js","../../node_modules/refractor/lang/tt2.js","../../node_modules/refractor/lang/toml.js","../../node_modules/refractor/lang/tremor.js","../../node_modules/refractor/lang/typoscript.js","../../node_modules/refractor/lang/unrealscript.js","../../node_modules/refractor/lang/uorazor.js","../../node_modules/refractor/lang/v.js","../../node_modules/refractor/lang/vala.js","../../node_modules/refractor/lang/velocity.js","../../node_modules/refractor/lang/verilog.js","../../node_modules/refractor/lang/vhdl.js","../../node_modules/refractor/lang/vim.js","../../node_modules/refractor/lang/visual-basic.js","../../node_modules/refractor/lang/warpscript.js","../../node_modules/refractor/lang/wasm.js","../../node_modules/refractor/lang/web-idl.js","../../node_modules/refractor/lang/wgsl.js","../../node_modules/refractor/lang/wiki.js","../../node_modules/refractor/lang/wolfram.js","../../node_modules/refractor/lang/wren.js","../../node_modules/refractor/lang/xeora.js","../../node_modules/refractor/lang/xml-doc.js","../../node_modules/refractor/lang/xojo.js","../../node_modules/refractor/lang/xquery.js","../../node_modules/refractor/lang/yang.js","../../node_modules/refractor/lang/zig.js","../../node_modules/rehype-prism-plus/dist/index.es.js","../../node_modules/refractor/lib/common.js","../../node_modules/refractor/lib/all.js","../../node_modules/rehype-prism-plus/node_modules/unist-util-visit/lib/index.js","../../node_modules/@uiw/react-textarea-code-editor/esm/index.js","../../../src/components/CodeEditor/CodeEditor.tsx","../../../src/components/CommentBox/CommentBox.tsx","../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js","../../node_modules/@babel/runtime/helpers/esm/typeof.js","../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js","../../node_modules/@babel/runtime/helpers/esm/createClass.js","../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","../../node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js","../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js","../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","../../node_modules/@babel/runtime/helpers/esm/inherits.js","../../node_modules/@babel/runtime/helpers/esm/defineProperty.js","../../node_modules/react-lifecycles-compat/react-lifecycles-compat.es.js","../../node_modules/react-virtualized/node_modules/clsx/dist/clsx.m.js","../../node_modules/react-virtualized/dist/es/Grid/utils/calculateSizeAndPositionDataAndUpdateScrollOffset.js","../../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","../../node_modules/react-is/index.js","../../node_modules/react-is/cjs/react-is.production.min.js","../../node_modules/react-is/cjs/react-is.development.js","../../node_modules/object-assign/index.js","../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../node_modules/prop-types/lib/has.js","../../node_modules/prop-types/index.js","../../node_modules/prop-types/factoryWithTypeCheckers.js","../../node_modules/prop-types/checkPropTypes.js","../../node_modules/prop-types/factoryWithThrowingShims.js","../../node_modules/react-virtualized/dist/es/Grid/types.js","../../node_modules/react-virtualized/dist/es/Grid/utils/CellSizeAndPositionManager.js","../../node_modules/react-virtualized/dist/es/Grid/utils/maxElementSize.js","../../node_modules/react-virtualized/dist/es/Grid/utils/ScalingCellSizeAndPositionManager.js","../../node_modules/react-virtualized/dist/es/utils/createCallbackMemoizer.js","../../node_modules/react-virtualized/dist/es/Grid/utils/updateScrollIndexHelper.js","../../node_modules/react-virtualized/dist/es/Grid/defaultCellRangeRenderer.js","../../node_modules/dom-helpers/esm/canUseDOM.js","../../node_modules/dom-helpers/esm/scrollbarSize.js","../../node_modules/react-virtualized/dist/es/utils/animationFrame.js","../../node_modules/react-virtualized/dist/es/utils/requestAnimationTimeout.js","../../node_modules/react-virtualized/dist/es/Grid/Grid.js","../../node_modules/react-virtualized/dist/es/Grid/defaultOverscanIndicesGetter.js","../../node_modules/react-virtualized/dist/es/Grid/accessibilityOverscanIndicesGetter.js","../../node_modules/react-virtualized/dist/es/ArrowKeyStepper/ArrowKeyStepper.js","../../node_modules/react-virtualized/dist/es/ArrowKeyStepper/types.js","../../node_modules/react-virtualized/dist/es/AutoSizer/AutoSizer.js","../../node_modules/react-virtualized/dist/es/vendor/detectElementResize.js","../../node_modules/react-virtualized/dist/es/CellMeasurer/types.js","../../node_modules/react-virtualized/dist/es/CellMeasurer/CellMeasurer.js","../../node_modules/react-virtualized/dist/es/Collection/CollectionView.js","../../node_modules/react-virtualized/dist/es/Collection/types.js","../../node_modules/react-virtualized/dist/es/Collection/Section.js","../../node_modules/react-virtualized/dist/es/Collection/SectionManager.js","../../node_modules/react-virtualized/dist/es/utils/getUpdatedOffsetForIndex.js","../../node_modules/react-virtualized/dist/es/Collection/Collection.js","../../node_modules/react-virtualized/dist/es/Collection/utils/calculateSizeAndPositionData.js","../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js","../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js","../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js","../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js","../../node_modules/react-virtualized/dist/es/ColumnSizer/ColumnSizer.js","../../node_modules/react-virtualized/dist/es/InfiniteLoader/InfiniteLoader.js","../../node_modules/react-virtualized/dist/es/List/types.js","../../node_modules/react-virtualized/dist/es/List/List.js","../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js","../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js","../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js","../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js","../../node_modules/react-virtualized/dist/es/vendor/binarySearchBounds.js","../../node_modules/react-virtualized/dist/es/vendor/intervalTree.js","../../node_modules/react-virtualized/dist/es/Masonry/PositionCache.js","../../node_modules/react-virtualized/dist/es/Masonry/Masonry.js","../../node_modules/react-virtualized/dist/es/MultiGrid/CellMeasurerCacheDecorator.js","../../node_modules/react-virtualized/dist/es/MultiGrid/MultiGrid.js","../../node_modules/react-virtualized/dist/es/ScrollSync/ScrollSync.js","../../node_modules/react-virtualized/dist/es/Table/types.js","../../node_modules/react-virtualized/dist/es/Table/defaultHeaderRowRenderer.js","../../node_modules/react-virtualized/dist/es/Table/SortDirection.js","../../node_modules/react-virtualized/dist/es/Table/SortIndicator.js","../../node_modules/react-virtualized/dist/es/Table/defaultHeaderRenderer.js","../../node_modules/react-virtualized/dist/es/Table/defaultRowRenderer.js","../../node_modules/react-virtualized/dist/es/Table/Column.js","../../node_modules/react-virtualized/dist/es/Table/Table.js","../../node_modules/react-virtualized/dist/es/Table/defaultCellDataGetter.js","../../node_modules/react-virtualized/dist/es/Table/defaultCellRenderer.js","../../node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js","../../node_modules/react-virtualized/dist/es/WindowScroller/utils/dimensions.js","../../node_modules/react-virtualized/dist/es/WindowScroller/WindowScroller.js","../../../src/components/Icons/NewDesignIcons/Columns3Icon.tsx","../../../src/components/DataTable/ColumnsSelector.tsx","../../node_modules/lodash/_overArg.js","../../node_modules/lodash/_getPrototype.js","../../node_modules/lodash/isPlainObject.js","../../../src/components/Icons/NewDesignIcons/CircleMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudIcon.tsx","../../../src/components/Icons/NewDesignIcons/DownloadIcon.tsx","../../../src/components/Icons/NewDesignIcons/EraserIcon.tsx","../../../src/components/Icons/NewDesignIcons/PencilIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShareIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldEllipsisIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareTerminalIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrashIcon.tsx","../../../src/components/DataTable/DataTable.types.ts","../../../src/components/DataTable/TableActionButton.tsx","../../../src/components/DataTable/DataTable.utils.tsx","../../../src/components/DataTable/DataTable.tsx","../../node_modules/luxon/src/errors.js","../../node_modules/luxon/src/impl/formats.js","../../node_modules/luxon/src/zone.js","../../node_modules/luxon/src/zones/systemZone.js","../../node_modules/luxon/src/zones/IANAZone.js","../../node_modules/luxon/src/impl/locale.js","../../node_modules/luxon/src/impl/english.js","../../node_modules/luxon/src/zones/fixedOffsetZone.js","../../node_modules/luxon/src/zones/invalidZone.js","../../node_modules/luxon/src/impl/zoneUtil.js","../../node_modules/luxon/src/impl/util.js","../../node_modules/luxon/src/impl/digits.js","../../node_modules/luxon/src/settings.js","../../node_modules/luxon/src/impl/invalid.js","../../node_modules/luxon/src/impl/conversions.js","../../node_modules/luxon/src/impl/formatter.js","../../node_modules/luxon/src/impl/regexParser.js","../../node_modules/luxon/src/duration.js","../../node_modules/luxon/src/interval.js","../../node_modules/luxon/src/info.js","../../node_modules/luxon/src/impl/diff.js","../../node_modules/luxon/src/impl/tokenParser.js","../../node_modules/luxon/src/datetime.js","../../../src/components/Icons/NewDesignIcons/CalendarIcon.tsx","../../../src/components/Icons/NewDesignIcons/Clock4Icon.tsx","../../node_modules/clsx/dist/clsx.mjs","../../node_modules/mem/node_modules/mimic-fn/index.js","../../node_modules/p-defer/index.js","../../node_modules/map-age-cleaner/dist/index.js","../../node_modules/mem/dist/index.js","../../node_modules/get-user-locale/dist/esm/index.js","../../node_modules/@wojtekmaj/date-utils/dist/esm/index.js","../../node_modules/react-calendar/dist/esm/shared/const.js","../../node_modules/react-calendar/dist/esm/shared/dateFormatter.js","../../node_modules/react-calendar/dist/esm/shared/dates.js","../../node_modules/react-calendar/dist/esm/Calendar/Navigation.js","../../node_modules/react-calendar/dist/esm/Flex.js","../../node_modules/react-calendar/dist/esm/shared/utils.js","../../node_modules/react-calendar/dist/esm/TileGroup.js","../../node_modules/react-calendar/dist/esm/Tile.js","../../node_modules/react-calendar/dist/esm/CenturyView/Decade.js","../../node_modules/react-calendar/dist/esm/CenturyView/Decades.js","../../node_modules/react-calendar/dist/esm/CenturyView.js","../../node_modules/react-calendar/dist/esm/DecadeView/Year.js","../../node_modules/react-calendar/dist/esm/DecadeView/Years.js","../../node_modules/react-calendar/dist/esm/DecadeView.js","../../node_modules/react-calendar/dist/esm/YearView/Month.js","../../node_modules/react-calendar/dist/esm/YearView/Months.js","../../node_modules/react-calendar/dist/esm/YearView.js","../../node_modules/react-calendar/dist/esm/MonthView/Day.js","../../node_modules/react-calendar/dist/esm/MonthView/Days.js","../../node_modules/react-calendar/dist/esm/MonthView/Weekdays.js","../../node_modules/react-calendar/dist/esm/MonthView/WeekNumber.js","../../node_modules/react-calendar/dist/esm/MonthView/WeekNumbers.js","../../node_modules/react-calendar/dist/esm/MonthView.js","../../node_modules/react-calendar/dist/esm/Calendar.js","../../../src/components/Icons/NewDesignIcons/ChevronRightIcon.tsx","../../../src/components/DateTimeInput/DateSelector.tsx","../../../src/components/DateTimeInput/TimeSelector.tsx","../../../src/components/DateTimeInput/DateTimeSelector.tsx","../../../src/components/DateTimeInput/DateTimeInput.tsx","../../../src/components/ExpandOptionsButton/ExpandOptionsButton.tsx","../../../src/components/IconButton/IconButton.tsx","../../../src/components/Icons/NewDesignIcons/PaperclipIcon.tsx","../../../src/components/FileSelector/FileSelector.tsx","../../../src/components/FileSelector/FileSelector.utils.ts","../../node_modules/lodash/lodash.js","../../../src/components/FormActionsTray/FormActionsTray.tsx","../../../src/components/SectionTitle/SectionTitle.tsx","../../../src/components/FormLayout/FormLayout.tsx","../../../src/components/ScreenTitle/ScreenTitle.tsx","../../../src/components/HelpBox/HelpBox.tsx","../../../src/components/InformativeMessage/InformativeMessage.tsx","../../../src/components/Link/Link.tsx","../../../src/components/LinkButton/LinkButton.tsx","../../node_modules/detect-gpu/dist/detect-gpu.esm.js","../../../src/components/LoginWrapper/LoginWrapper.tsx","../../../src/components/MainContainer/MainContainer.tsx","../../../src/components/Icons/NewDesignIcons/LogOutIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleIcon.tsx","../../../src/components/Menu/Horizontal/SubItemsBox.tsx","../../../src/components/Menu/Horizontal/HorizontalMenuItem.tsx","../../../src/components/Menu/Horizontal/HorizontalMenu.tsx","../../../src/components/Icons/NewDesignIcons/CollapseIcon.tsx","../../../src/components/Icons/NewDesignIcons/MinIOIcon.tsx","../../../src/components/Icons/NewDesignIcons/XIcon.tsx","../../../src/components/Menu/Vertical/MenuItem.tsx","../../../src/components/Menu/Vertical/MenuSectionHeader.tsx","../../../src/components/Menu/MobileMenu/MobileMenuList.tsx","../../../src/components/Menu/MobileMenu/MobileMenu.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftToLineIcon.tsx","../../../src/components/Menu/Vertical/VerticalMenu.tsx","../../../src/components/Menu/Menu.tsx","../../../src/components/ModalBox/ModalBox.tsx","../../../src/components/NotificationAlert/NotificationAlert.tsx","../../../src/components/NotificationCount/NotificationCount.tsx","../../../src/components/NotificationStack/NotificationStack.utils.ts","../../../src/components/NotificationStack/NotificationStack.tsx","../../../src/components/PageHeader/PageHeader.tsx","../../../src/components/PageLayout/PageLayout.tsx","../../../src/components/Pill/Pill.tsx","../../../src/components/ProgressBar/ProgressBar.tsx","../../../src/components/RadioGroup/RadioGroup.tsx","../../../src/components/ReadBox/ReadBox.tsx","../../../src/components/Icons/NewDesignIcons/SearchIcon.tsx","../../../src/components/SearchBox/SearchBox.tsx","../../../src/components/Icons/NewDesignIcons/AArrowDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/AArrowUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/AccessibilityIcon.tsx","../../../src/components/Icons/NewDesignIcons/ActivityIcon.tsx","../../../src/components/Icons/NewDesignIcons/AirplayIcon.tsx","../../../src/components/Icons/NewDesignIcons/AirVentIcon.tsx","../../../src/components/Icons/NewDesignIcons/ALargeSmallIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmSmokeIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlbumIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignCenterHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignCenterIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignCenterVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignEndHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignEndVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalDistributeCenterIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalDistributeEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalDistributeStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalJustifyCenterIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalJustifyEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalJustifyStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalSpaceAroundIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalSpaceBetweenIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignJustifyIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignStartHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignStartVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalDistributeCenterIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalDistributeEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalDistributeStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalJustifyCenterIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalJustifyEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalJustifyStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalSpaceAroundIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalSpaceBetweenIcon.tsx","../../../src/components/Icons/NewDesignIcons/AmazonEksSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/AmbulanceIcon.tsx","../../../src/components/Icons/NewDesignIcons/AmpersandIcon.tsx","../../../src/components/Icons/NewDesignIcons/AmpersandsIcon.tsx","../../../src/components/Icons/NewDesignIcons/AnchorIcon.tsx","../../../src/components/Icons/NewDesignIcons/AngryIcon.tsx","../../../src/components/Icons/NewDesignIcons/AnnoyedIcon.tsx","../../../src/components/Icons/NewDesignIcons/AntennaIcon.tsx","../../../src/components/Icons/NewDesignIcons/AnvilIcon.tsx","../../../src/components/Icons/NewDesignIcons/ApertureIcon.tsx","../../../src/components/Icons/NewDesignIcons/AppleIcon.tsx","../../../src/components/Icons/NewDesignIcons/AppWindowIcon.tsx","../../../src/components/Icons/NewDesignIcons/AppWindowMacIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArchiveIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArchiveRestoreIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArchiveXIcon.tsx","../../../src/components/Icons/NewDesignIcons/AreaChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArmchairIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigDownDashIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigLeftDashIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigRightDashIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigUpDashIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDown01Icon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDown10Icon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownAZIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownNarrowWideIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownToDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownToLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownWideNarrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownZAIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightToLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowsUpFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUp01Icon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUp10Icon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpAZIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpFromDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpNarrowWideIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpToLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpWideNarrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpZAIcon.tsx","../../../src/components/Icons/NewDesignIcons/AsteriskIcon.tsx","../../../src/components/Icons/NewDesignIcons/AtomIcon.tsx","../../../src/components/Icons/NewDesignIcons/AtSignIcon.tsx","../../../src/components/Icons/NewDesignIcons/AudioLinesIcon.tsx","../../../src/components/Icons/NewDesignIcons/AudioWaveformIcon.tsx","../../../src/components/Icons/NewDesignIcons/AwardIcon.tsx","../../../src/components/Icons/NewDesignIcons/AxeIcon.tsx","../../../src/components/Icons/NewDesignIcons/Axis3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/AzureAksSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/BabyIcon.tsx","../../../src/components/Icons/NewDesignIcons/BackpackIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeCentIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeDollarSignIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeEuroIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeHelpIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeIndianRupeeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeInfoIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeJapaneseYenIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgePercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgePoundSterlingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeRussianRubleIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeSwissFrancIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeXIcon.tsx","../../../src/components/Icons/NewDesignIcons/BaggageClaimIcon.tsx","../../../src/components/Icons/NewDesignIcons/BalancerIcon.tsx","../../../src/components/Icons/NewDesignIcons/BananaIcon.tsx","../../../src/components/Icons/NewDesignIcons/BanIcon.tsx","../../../src/components/Icons/NewDesignIcons/BanknoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/BarChart2Icon.tsx","../../../src/components/Icons/NewDesignIcons/BarChart3Icon.tsx","../../../src/components/Icons/NewDesignIcons/BarChart4Icon.tsx","../../../src/components/Icons/NewDesignIcons/BarChartBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/BarChartHorizontalBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/BarChartHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/BarChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/BarcodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BareMetalLinuxSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/BaselineIcon.tsx","../../../src/components/Icons/NewDesignIcons/BathIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryChargingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryFullIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryLowIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryMediumIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeakerIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeanIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeanOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BedDoubleIcon.tsx","../../../src/components/Icons/NewDesignIcons/BedIcon.tsx","../../../src/components/Icons/NewDesignIcons/BedSingleIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeefIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeerIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellArrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellElectricIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellRingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BetweenHorizontalEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/BetweenHorizontalStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/BetweenVerticalEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/BetweenVerticalStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/BikeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BinaryIcon.tsx","../../../src/components/Icons/NewDesignIcons/BiohazardIcon.tsx","../../../src/components/Icons/NewDesignIcons/BirdIcon.tsx","../../../src/components/Icons/NewDesignIcons/BitcoinIcon.tsx","../../../src/components/Icons/NewDesignIcons/BlendIcon.tsx","../../../src/components/Icons/NewDesignIcons/BlindsIcon.tsx","../../../src/components/Icons/NewDesignIcons/BlocksIcon.tsx","../../../src/components/Icons/NewDesignIcons/BluetoothConnectedIcon.tsx","../../../src/components/Icons/NewDesignIcons/BluetoothIcon.tsx","../../../src/components/Icons/NewDesignIcons/BluetoothOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BluetoothSearchingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoldIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoltIcon.tsx","../../../src/components/Icons/NewDesignIcons/BombIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookAIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookAudioIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookCopyIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookHeadphonesIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookImageIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookKeyIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookMarkedIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkXIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookOpenCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookOpenTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookTypeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookUp2Icon.tsx","../../../src/components/Icons/NewDesignIcons/BookUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookUserIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookXIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoomBoxIcon.tsx","../../../src/components/Icons/NewDesignIcons/BotIcon.tsx","../../../src/components/Icons/NewDesignIcons/BotMessageSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoxesIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoxIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoxOutlineIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoxSelectIcon.tsx","../../../src/components/Icons/NewDesignIcons/BracesIcon.tsx","../../../src/components/Icons/NewDesignIcons/BracketsIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrainCircuitIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrainCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrainIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrickWallIcon.tsx","../../../src/components/Icons/NewDesignIcons/BriefcaseBusinessIcon.tsx","../../../src/components/Icons/NewDesignIcons/BriefcaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/BriefcaseMedicalIcon.tsx","../../../src/components/Icons/NewDesignIcons/BringToFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrushIcon.tsx","../../../src/components/Icons/NewDesignIcons/BucketCopyIcon.tsx","../../../src/components/Icons/NewDesignIcons/BucketIcon.tsx","../../../src/components/Icons/NewDesignIcons/BucketQuotaIcon.tsx","../../../src/components/Icons/NewDesignIcons/BugIcon.tsx","../../../src/components/Icons/NewDesignIcons/BugOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BugPlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/Building2Icon.tsx","../../../src/components/Icons/NewDesignIcons/BuildingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BusFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/BusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CableCarIcon.tsx","../../../src/components/Icons/NewDesignIcons/CableIcon.tsx","../../../src/components/Icons/NewDesignIcons/CakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CakeSliceIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalculatorIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarCheck2Icon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarDaysIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarFoldIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarMinus2Icon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarPlus2Icon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarRangeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarX2Icon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarXIcon.tsx","../../../src/components/Icons/NewDesignIcons/CameraIcon.tsx","../../../src/components/Icons/NewDesignIcons/CameraOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandlestickChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandyCaneIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandyIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandyOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CannabisIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaptionsIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaptionsOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaravanIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaretFilledIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaretIcon.tsx","../../../src/components/Icons/NewDesignIcons/CarFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/CarIcon.tsx","../../../src/components/Icons/NewDesignIcons/CarTaxiFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaseLowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaseSensitiveIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaseUpperIcon.tsx","../../../src/components/Icons/NewDesignIcons/CassetteTapeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CastIcon.tsx","../../../src/components/Icons/NewDesignIcons/CastleIcon.tsx","../../../src/components/Icons/NewDesignIcons/CatIcon.tsx","../../../src/components/Icons/NewDesignIcons/CctvIcon.tsx","../../../src/components/Icons/NewDesignIcons/CheckCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChefHatIcon.tsx","../../../src/components/Icons/NewDesignIcons/CherryIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronFirstIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronLastIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsDownUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsLeftRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsRightLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsUpDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChromeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChurchIcon.tsx","../../../src/components/Icons/NewDesignIcons/CigaretteIcon.tsx","../../../src/components/Icons/NewDesignIcons/CigaretteOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowOutDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowOutDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowOutUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowOutUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleCheckBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleChevronDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleChevronLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleChevronRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleChevronUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleDivideIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleDollarSignIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleDotDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleEllipsisIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleEqualIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleFadingPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleFillIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleGaugeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleParkingIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleParkingOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CirclePauseIcon.tsx","../../../src/components/Icons/NewDesignIcons/CirclePercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/CirclePlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/CirclePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CirclePowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleSlash2Icon.tsx","../../../src/components/Icons/NewDesignIcons/CircleStopIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleUserIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleUserRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircuitBoardIcon.tsx","../../../src/components/Icons/NewDesignIcons/CitrusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClapperboardIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardCopyIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardListIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPasteIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPenIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPenLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardTypeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardXIcon.tsx","../../../src/components/Icons/NewDesignIcons/Clock1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock5Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock6Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock7Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock8Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock9Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock10Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock11Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock12Icon.tsx","../../../src/components/Icons/NewDesignIcons/ClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudDownloadIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudDrizzleIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudFogIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudHailIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudLightningIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudMoonIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudMoonRainIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudRainIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudRainWindIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudSnowIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudSunIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudSunRainIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudUploadIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudyIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloverIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClubIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClusterHealthIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClusterIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClusterIngressIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClusterNodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClusterReplicationIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClustersIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodepenIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodesandboxIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodeXmlIcon.tsx","../../../src/components/Icons/NewDesignIcons/CoffeeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CogIcon.tsx","../../../src/components/Icons/NewDesignIcons/CoinsIcon.tsx","../../../src/components/Icons/NewDesignIcons/Columns2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Columns4Icon.tsx","../../../src/components/Icons/NewDesignIcons/CombineIcon.tsx","../../../src/components/Icons/NewDesignIcons/CommandIcon.tsx","../../../src/components/Icons/NewDesignIcons/CompassIcon.tsx","../../../src/components/Icons/NewDesignIcons/ComponentIcon.tsx","../../../src/components/Icons/NewDesignIcons/ComputerIcon.tsx","../../../src/components/Icons/NewDesignIcons/ConciergeBellIcon.tsx","../../../src/components/Icons/NewDesignIcons/ConeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ConstructionIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContactIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContactRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContainerIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContainerImagesIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContrastIcon.tsx","../../../src/components/Icons/NewDesignIcons/CookieIcon.tsx","../../../src/components/Icons/NewDesignIcons/CookingPotIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyleftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyrightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopySlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyXIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerLeftDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerLeftUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerRightDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerRightUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CpuIcon.tsx","../../../src/components/Icons/NewDesignIcons/CreativeCommonsIcon.tsx","../../../src/components/Icons/NewDesignIcons/CreditCardIcon.tsx","../../../src/components/Icons/NewDesignIcons/CroissantIcon.tsx","../../../src/components/Icons/NewDesignIcons/CropIcon.tsx","../../../src/components/Icons/NewDesignIcons/CrosshairIcon.tsx","../../../src/components/Icons/NewDesignIcons/CrossIcon.tsx","../../../src/components/Icons/NewDesignIcons/CrownIcon.tsx","../../../src/components/Icons/NewDesignIcons/CuboidIcon.tsx","../../../src/components/Icons/NewDesignIcons/CupSodaIcon.tsx","../../../src/components/Icons/NewDesignIcons/CurrencyIcon.tsx","../../../src/components/Icons/NewDesignIcons/CylinderIcon.tsx","../../../src/components/Icons/NewDesignIcons/DatabaseApiIcon.tsx","../../../src/components/Icons/NewDesignIcons/DatabaseBackupIcon.tsx","../../../src/components/Icons/NewDesignIcons/DatabaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/DatabaseZapIcon.tsx","../../../src/components/Icons/NewDesignIcons/DataIcon.tsx","../../../src/components/Icons/NewDesignIcons/DeleteIcon.tsx","../../../src/components/Icons/NewDesignIcons/DessertIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiameterIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiamondIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiamondPercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/Dice1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Dice2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Dice3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Dice4Icon.tsx","../../../src/components/Icons/NewDesignIcons/Dice5Icon.tsx","../../../src/components/Icons/NewDesignIcons/Dice6Icon.tsx","../../../src/components/Icons/NewDesignIcons/DicesIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiffIcon.tsx","../../../src/components/Icons/NewDesignIcons/Disc2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Disc3Icon.tsx","../../../src/components/Icons/NewDesignIcons/DiscAlbumIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiscIcon.tsx","../../../src/components/Icons/NewDesignIcons/DivideIcon.tsx","../../../src/components/Icons/NewDesignIcons/DnaIcon.tsx","../../../src/components/Icons/NewDesignIcons/DnaOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/DockIcon.tsx","../../../src/components/Icons/NewDesignIcons/DogIcon.tsx","../../../src/components/Icons/NewDesignIcons/DollarSignIcon.tsx","../../../src/components/Icons/NewDesignIcons/DonutIcon.tsx","../../../src/components/Icons/NewDesignIcons/DoorClosedIcon.tsx","../../../src/components/Icons/NewDesignIcons/DoorOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/DotIcon.tsx","../../../src/components/Icons/NewDesignIcons/DraftingCompassIcon.tsx","../../../src/components/Icons/NewDesignIcons/DramaIcon.tsx","../../../src/components/Icons/NewDesignIcons/DribbbleIcon.tsx","../../../src/components/Icons/NewDesignIcons/DrillIcon.tsx","../../../src/components/Icons/NewDesignIcons/DropletIcon.tsx","../../../src/components/Icons/NewDesignIcons/DropletsIcon.tsx","../../../src/components/Icons/NewDesignIcons/DrumIcon.tsx","../../../src/components/Icons/NewDesignIcons/DrumstickIcon.tsx","../../../src/components/Icons/NewDesignIcons/DumbbellIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarthIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarthLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/EclipseIcon.tsx","../../../src/components/Icons/NewDesignIcons/EggFriedIcon.tsx","../../../src/components/Icons/NewDesignIcons/EggIcon.tsx","../../../src/components/Icons/NewDesignIcons/EggOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/EllipsisVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/EqualIcon.tsx","../../../src/components/Icons/NewDesignIcons/EqualNotIcon.tsx","../../../src/components/Icons/NewDesignIcons/EuroIcon.tsx","../../../src/components/Icons/NewDesignIcons/ExpandIcon.tsx","../../../src/components/Icons/NewDesignIcons/ExternalLinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/FacebookIcon.tsx","../../../src/components/Icons/NewDesignIcons/FactoryIcon.tsx","../../../src/components/Icons/NewDesignIcons/FanIcon.tsx","../../../src/components/Icons/NewDesignIcons/FastForwardIcon.tsx","../../../src/components/Icons/NewDesignIcons/FeatherIcon.tsx","../../../src/components/Icons/NewDesignIcons/FenceIcon.tsx","../../../src/components/Icons/NewDesignIcons/FerrisWheelIcon.tsx","../../../src/components/Icons/NewDesignIcons/FigmaIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileArchiveIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileAudio2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileAudioIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileAxis3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileBadge2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileBadgeIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileBarChart2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileBarChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileBoxIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileCheck2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileCode2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileDiffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileDigitIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileImageIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileInputIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileJson2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileJsonIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileKey2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileKeyIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileLineChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileLock2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileMinus2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileMusicIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileOutputIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilePenIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilePenLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilePieChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilePlus2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FilePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileQuestionIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileScanIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileSearch2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilesIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileSlidersIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileSpreadsheetIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileStackIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileSymlinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileTerminalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileType2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileTypeIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileVideo2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileVideoIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileVolume2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileVolumeIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileX2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileXIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilmIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilterIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilterXIcon.tsx","../../../src/components/Icons/NewDesignIcons/FingerprintIcon.tsx","../../../src/components/Icons/NewDesignIcons/FireExtinguisherIcon.tsx","../../../src/components/Icons/NewDesignIcons/FishIcon.tsx","../../../src/components/Icons/NewDesignIcons/FishSymbolIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagTriangleLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagTriangleRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlameIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlameKindlingIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlashlightIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlashlightOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlaskConicalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlaskConicalOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlaskRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlipHorizontal2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FlipHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlipVertical2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FlipVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/Flower2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FlowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/FocusIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderArchiveIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderClosedIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderGit2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FolderGitIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderInputIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderKanbanIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderKey2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FolderKeyIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderOpenDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderOutputIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderPenIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderRootIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderSearch2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FolderSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/FoldersIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderSymlinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderSyncIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderTreeIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderXIcon.tsx","../../../src/components/Icons/NewDesignIcons/FoldHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FoldVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FootprintsIcon.tsx","../../../src/components/Icons/NewDesignIcons/ForkliftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ForwardIcon.tsx","../../../src/components/Icons/NewDesignIcons/FrameIcon.tsx","../../../src/components/Icons/NewDesignIcons/FramerIcon.tsx","../../../src/components/Icons/NewDesignIcons/FrownIcon.tsx","../../../src/components/Icons/NewDesignIcons/FuelIcon.tsx","../../../src/components/Icons/NewDesignIcons/FullscreenIcon.tsx","../../../src/components/Icons/NewDesignIcons/GalleryHorizontalEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/GalleryHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GalleryThumbnailsIcon.tsx","../../../src/components/Icons/NewDesignIcons/GalleryVerticalEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/GalleryVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/Gamepad2Icon.tsx","../../../src/components/Icons/NewDesignIcons/GamepadIcon.tsx","../../../src/components/Icons/NewDesignIcons/GanttChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/GaugeIcon.tsx","../../../src/components/Icons/NewDesignIcons/GavelIcon.tsx","../../../src/components/Icons/NewDesignIcons/GemIcon.tsx","../../../src/components/Icons/NewDesignIcons/GhostIcon.tsx","../../../src/components/Icons/NewDesignIcons/GiftIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitBranchIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitBranchPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitCommitHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitCommitVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitCompareArrowsIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitCompareIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitForkIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitGraphIcon.tsx","../../../src/components/Icons/NewDesignIcons/GithubIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitlabIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitMergeIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestArrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestClosedIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestCreateArrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestCreateIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestDraftIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlassesIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlassWaterIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlobeIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlobeLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/GoalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GoogleGkeSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/GrabIcon.tsx","../../../src/components/Icons/NewDesignIcons/GraduationCapIcon.tsx","../../../src/components/Icons/NewDesignIcons/GrapeIcon.tsx","../../../src/components/Icons/NewDesignIcons/Grid2x2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Grid3x3Icon.tsx","../../../src/components/Icons/NewDesignIcons/GripHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GripIcon.tsx","../../../src/components/Icons/NewDesignIcons/GripVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GroupIcon.tsx","../../../src/components/Icons/NewDesignIcons/GuitarIcon.tsx","../../../src/components/Icons/NewDesignIcons/HamIcon.tsx","../../../src/components/Icons/NewDesignIcons/HammerIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandCoinsIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandHelpingIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandMetalIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandPlatterIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandshakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardDriveDownloadIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardDriveIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardDriveSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardDriveUploadIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardHatIcon.tsx","../../../src/components/Icons/NewDesignIcons/HashIcon.tsx","../../../src/components/Icons/NewDesignIcons/HazeIcon.tsx","../../../src/components/Icons/NewDesignIcons/HdmiPortIcon.tsx","../../../src/components/Icons/NewDesignIcons/Heading1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Heading2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Heading3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Heading4Icon.tsx","../../../src/components/Icons/NewDesignIcons/Heading5Icon.tsx","../../../src/components/Icons/NewDesignIcons/Heading6Icon.tsx","../../../src/components/Icons/NewDesignIcons/HeadingIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeadphonesIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeadsetIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartCrackIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartHandshakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartPulseIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeaterIcon.tsx","../../../src/components/Icons/NewDesignIcons/HexagonIcon.tsx","../../../src/components/Icons/NewDesignIcons/HighlighterIcon.tsx","../../../src/components/Icons/NewDesignIcons/HistoryIcon.tsx","../../../src/components/Icons/NewDesignIcons/HomeIcon.tsx","../../../src/components/Icons/NewDesignIcons/HopIcon.tsx","../../../src/components/Icons/NewDesignIcons/HopOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/HospitalIcon.tsx","../../../src/components/Icons/NewDesignIcons/HotelIcon.tsx","../../../src/components/Icons/NewDesignIcons/HourglassIcon.tsx","../../../src/components/Icons/NewDesignIcons/IceCreamBowlIcon.tsx","../../../src/components/Icons/NewDesignIcons/IceCreamConeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImagePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImagesIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImportIcon.tsx","../../../src/components/Icons/NewDesignIcons/InboxIcon.tsx","../../../src/components/Icons/NewDesignIcons/IndentDecreaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/IndentIncreaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/IndianRupeeIcon.tsx","../../../src/components/Icons/NewDesignIcons/InfinityIcon.tsx","../../../src/components/Icons/NewDesignIcons/InspectionPanelIcon.tsx","../../../src/components/Icons/NewDesignIcons/InstagramIcon.tsx","../../../src/components/Icons/NewDesignIcons/ItalicIcon.tsx","../../../src/components/Icons/NewDesignIcons/IterationCCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/IterationCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/JapaneseYenIcon.tsx","../../../src/components/Icons/NewDesignIcons/JoystickIcon.tsx","../../../src/components/Icons/NewDesignIcons/KanbanIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyboardIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyboardMusicIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeySquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/KubernetesSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/LambdaIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampCeilingIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampDeskIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampFloorIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampWallDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampWallUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/LandmarkIcon.tsx","../../../src/components/Icons/NewDesignIcons/LandPlotIcon.tsx","../../../src/components/Icons/NewDesignIcons/LanguagesIcon.tsx","../../../src/components/Icons/NewDesignIcons/LaptopIcon.tsx","../../../src/components/Icons/NewDesignIcons/LaptopMinimalIcon.tsx","../../../src/components/Icons/NewDesignIcons/LassoIcon.tsx","../../../src/components/Icons/NewDesignIcons/LassoSelectIcon.tsx","../../../src/components/Icons/NewDesignIcons/LaughIcon.tsx","../../../src/components/Icons/NewDesignIcons/Layers2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Layers3Icon.tsx","../../../src/components/Icons/NewDesignIcons/LayersIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutDashboardIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutGridIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutListIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutPanelLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutPanelTopIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutTemplateIcon.tsx","../../../src/components/Icons/NewDesignIcons/LDAPIcon.tsx","../../../src/components/Icons/NewDesignIcons/LeafIcon.tsx","../../../src/components/Icons/NewDesignIcons/LeafyGreenIcon.tsx","../../../src/components/Icons/NewDesignIcons/LibraryBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/LibraryIcon.tsx","../../../src/components/Icons/NewDesignIcons/LifeBuoyIcon.tsx","../../../src/components/Icons/NewDesignIcons/LigatureIcon.tsx","../../../src/components/Icons/NewDesignIcons/LightbulbIcon.tsx","../../../src/components/Icons/NewDesignIcons/LightbulbOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/LineChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/Link2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Link2OffIcon.tsx","../../../src/components/Icons/NewDesignIcons/LinkedinIcon.tsx","../../../src/components/Icons/NewDesignIcons/LinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListChecksIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListCollapseIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListFilterIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListMusicIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListOrderedIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListRestartIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListTodoIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListTreeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListVideoIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListXIcon.tsx","../../../src/components/Icons/NewDesignIcons/LoaderCircleIcon.tsx","../../../src/components/Icons/NewDesignIcons/LoaderIcon.tsx","../../../src/components/Icons/NewDesignIcons/LocateFixedIcon.tsx","../../../src/components/Icons/NewDesignIcons/LocateIcon.tsx","../../../src/components/Icons/NewDesignIcons/LocateOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockKeyholeIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockKeyholeOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/LogInIcon.tsx","../../../src/components/Icons/NewDesignIcons/LollipopIcon.tsx","../../../src/components/Icons/NewDesignIcons/LuggageIcon.tsx","../../../src/components/Icons/NewDesignIcons/MagnetIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailboxIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailQuestionIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailsIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailXIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapPinIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapPinnedIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapPinOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MartiniIcon.tsx","../../../src/components/Icons/NewDesignIcons/Maximize2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MaximizeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MedalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MegaphoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/MegaphoneOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MehIcon.tsx","../../../src/components/Icons/NewDesignIcons/MemoryStickIcon.tsx","../../../src/components/Icons/NewDesignIcons/MenuIcon.tsx","../../../src/components/Icons/NewDesignIcons/MergeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleMoreIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCirclePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleQuestionIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleReplyIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleXIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareDiffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareMoreIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquarePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareQuoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareReplyIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareShareIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareXIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessagesSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicroscopeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicrowaveIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicVocalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MilestoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/MilkIcon.tsx","../../../src/components/Icons/NewDesignIcons/MilkOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/Minimize2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MinimizeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorPauseIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorPlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorSmartphoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorSpeakerIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorStopIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorXIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoonIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoonStarIcon.tsx","../../../src/components/Icons/NewDesignIcons/MountainIcon.tsx","../../../src/components/Icons/NewDesignIcons/MountainSnowIcon.tsx","../../../src/components/Icons/NewDesignIcons/MouseIcon.tsx","../../../src/components/Icons/NewDesignIcons/MousePointer2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MousePointerClickIcon.tsx","../../../src/components/Icons/NewDesignIcons/MousePointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/Move3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDiagonal2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDiagonalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/Music2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Music3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Music4Icon.tsx","../../../src/components/Icons/NewDesignIcons/MusicIcon.tsx","../../../src/components/Icons/NewDesignIcons/Navigation2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Navigation2OffIcon.tsx","../../../src/components/Icons/NewDesignIcons/NavigationIcon.tsx","../../../src/components/Icons/NewDesignIcons/NavigationOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/NetworkIcon.tsx","../../../src/components/Icons/NewDesignIcons/NewspaperIcon.tsx","../../../src/components/Icons/NewDesignIcons/NfcIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookPenIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookTabsIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotepadTextDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotepadTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/NutIcon.tsx","../../../src/components/Icons/NewDesignIcons/NutOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonPauseIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonXIcon.tsx","../../../src/components/Icons/NewDesignIcons/OidcIcon.tsx","../../../src/components/Icons/NewDesignIcons/OptionIcon.tsx","../../../src/components/Icons/NewDesignIcons/OrbitIcon.tsx","../../../src/components/Icons/NewDesignIcons/Package2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PackageCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackageIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackageMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackageOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackagePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackageSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackageXIcon.tsx","../../../src/components/Icons/NewDesignIcons/Paintbrush2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PaintbrushIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaintBucketIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaintRollerIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaletteIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelsLeftBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelsRightBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelsTopLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/ParenthesesIcon.tsx","../../../src/components/Icons/NewDesignIcons/ParkingMeterIcon.tsx","../../../src/components/Icons/NewDesignIcons/PartyPopperIcon.tsx","../../../src/components/Icons/NewDesignIcons/PasscodeLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/PauseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PawPrintIcon.tsx","../../../src/components/Icons/NewDesignIcons/PcCaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PencilLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/PencilRulerIcon.tsx","../../../src/components/Icons/NewDesignIcons/PenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PenLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/PentagonIcon.tsx","../../../src/components/Icons/NewDesignIcons/PenToolIcon.tsx","../../../src/components/Icons/NewDesignIcons/PercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/PersonStandingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneCallIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneForwardedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneIncomingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneMissedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneOutgoingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PianoIcon.tsx","../../../src/components/Icons/NewDesignIcons/PickaxeIcon.tsx","../../../src/components/Icons/NewDesignIcons/PictureInPicture2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PictureInPictureIcon.tsx","../../../src/components/Icons/NewDesignIcons/PieChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/PieUsageIcon.tsx","../../../src/components/Icons/NewDesignIcons/PiggyBankIcon.tsx","../../../src/components/Icons/NewDesignIcons/PiIcon.tsx","../../../src/components/Icons/NewDesignIcons/PilcrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/PillIcon.tsx","../../../src/components/Icons/NewDesignIcons/PinIcon.tsx","../../../src/components/Icons/NewDesignIcons/PinOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PipetteIcon.tsx","../../../src/components/Icons/NewDesignIcons/PizzaIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlaneIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlaneLandingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlaneTakeoffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/Plug2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PlugIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlugZap2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PlugZapIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/PocketIcon.tsx","../../../src/components/Icons/NewDesignIcons/PocketKnifeIcon.tsx","../../../src/components/Icons/NewDesignIcons/PodcastIcon.tsx","../../../src/components/Icons/NewDesignIcons/PointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/PointerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PopcornIcon.tsx","../../../src/components/Icons/NewDesignIcons/PopsicleIcon.tsx","../../../src/components/Icons/NewDesignIcons/PoundSterlingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/PowerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PresentationIcon.tsx","../../../src/components/Icons/NewDesignIcons/PrinterIcon.tsx","../../../src/components/Icons/NewDesignIcons/ProjectorIcon.tsx","../../../src/components/Icons/NewDesignIcons/ProportionsIcon.tsx","../../../src/components/Icons/NewDesignIcons/PuzzleIcon.tsx","../../../src/components/Icons/NewDesignIcons/PyramidIcon.tsx","../../../src/components/Icons/NewDesignIcons/QrCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/QuoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/RabbitIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadarIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadiationIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadicalIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadioIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadioReceiverIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadioTowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadiusIcon.tsx","../../../src/components/Icons/NewDesignIcons/RailSymbolIcon.tsx","../../../src/components/Icons/NewDesignIcons/RainbowIcon.tsx","../../../src/components/Icons/NewDesignIcons/RatIcon.tsx","../../../src/components/Icons/NewDesignIcons/RatioIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptCentIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptEuroIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptIndianRupeeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptJapaneseYenIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptPoundSterlingIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptRussianRubleIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptSwissFrancIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/RectangleEllipsisIcon.tsx","../../../src/components/Icons/NewDesignIcons/RectangleHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/RectangleVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/RecycleIcon.tsx","../../../src/components/Icons/NewDesignIcons/RedhatOpenshiftSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/Redo2Icon.tsx","../../../src/components/Icons/NewDesignIcons/RedoDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/RedoIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefreshCCWDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefreshCCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefreshCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefreshCWOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefreshCwSettingsIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefrigeratorIcon.tsx","../../../src/components/Icons/NewDesignIcons/RegexIcon.tsx","../../../src/components/Icons/NewDesignIcons/RemoveFormattingIcon.tsx","../../../src/components/Icons/NewDesignIcons/Repeat1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Repeat2Icon.tsx","../../../src/components/Icons/NewDesignIcons/RepeatIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReplaceAllIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReplaceIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReplyAllIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReplyIcon.tsx","../../../src/components/Icons/NewDesignIcons/RewindIcon.tsx","../../../src/components/Icons/NewDesignIcons/RibbonIcon.tsx","../../../src/components/Icons/NewDesignIcons/RocketIcon.tsx","../../../src/components/Icons/NewDesignIcons/RockingChairIcon.tsx","../../../src/components/Icons/NewDesignIcons/RollerCoasterIcon.tsx","../../../src/components/Icons/NewDesignIcons/Rotate3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCCWSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCWSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/RouteIcon.tsx","../../../src/components/Icons/NewDesignIcons/RouteOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/RouterIcon.tsx","../../../src/components/Icons/NewDesignIcons/Rows2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Rows3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Rows4Icon.tsx","../../../src/components/Icons/NewDesignIcons/RssIcon.tsx","../../../src/components/Icons/NewDesignIcons/RulerIcon.tsx","../../../src/components/Icons/NewDesignIcons/RussianRubleIcon.tsx","../../../src/components/Icons/NewDesignIcons/SailboatIcon.tsx","../../../src/components/Icons/NewDesignIcons/SaladIcon.tsx","../../../src/components/Icons/NewDesignIcons/SandwichIcon.tsx","../../../src/components/Icons/NewDesignIcons/SatelliteDishIcon.tsx","../../../src/components/Icons/NewDesignIcons/SatelliteIcon.tsx","../../../src/components/Icons/NewDesignIcons/SaveAllIcon.tsx","../../../src/components/Icons/NewDesignIcons/SaveIcon.tsx","../../../src/components/Icons/NewDesignIcons/Scale3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScaleIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScalingIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanBarcodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanEyeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanFaceIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScatterChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/SchoolIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScissorsIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScissorsLineDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScreenShareIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScreenShareOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScrollIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScrollTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/SearchCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/SearchCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/SearchSlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/SearchXIcon.tsx","../../../src/components/Icons/NewDesignIcons/SendHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SendIcon.tsx","../../../src/components/Icons/NewDesignIcons/SendToBackIcon.tsx","../../../src/components/Icons/NewDesignIcons/SeparatorHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SeparatorVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/ServerCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/ServerCrashIcon.tsx","../../../src/components/Icons/NewDesignIcons/ServerIcon.tsx","../../../src/components/Icons/NewDesignIcons/ServerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/Settings2Icon.tsx","../../../src/components/Icons/NewDesignIcons/SettingsIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShapesIcon.tsx","../../../src/components/Icons/NewDesignIcons/Share2Icon.tsx","../../../src/components/Icons/NewDesignIcons/SheetIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShellIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldBanIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldHalfIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldQuestionIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldXIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShipIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShipWheelIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShirtIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShoppingBagIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShoppingBasketIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShoppingCartIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShovelIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShowerHeadIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShrinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShrubIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShuffleIcon.tsx","../../../src/components/Icons/NewDesignIcons/SigmaIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalHighIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalLowIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalMediumIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalZeroIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignpostBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignpostIcon.tsx","../../../src/components/Icons/NewDesignIcons/SirenIcon.tsx","../../../src/components/Icons/NewDesignIcons/SitesIcon.tsx","../../../src/components/Icons/NewDesignIcons/SkipBackIcon.tsx","../../../src/components/Icons/NewDesignIcons/SkipForwardIcon.tsx","../../../src/components/Icons/NewDesignIcons/SkullIcon.tsx","../../../src/components/Icons/NewDesignIcons/SlackIcon.tsx","../../../src/components/Icons/NewDesignIcons/SlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/SliceIcon.tsx","../../../src/components/Icons/NewDesignIcons/SlidersHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SlidersVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmartphoneChargingIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmartphoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmartphoneNfcIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmileIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmilePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/SnailIcon.tsx","../../../src/components/Icons/NewDesignIcons/SnowflakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/SofaIcon.tsx","../../../src/components/Icons/NewDesignIcons/SoupIcon.tsx","../../../src/components/Icons/NewDesignIcons/SpaceIcon.tsx","../../../src/components/Icons/NewDesignIcons/SpadeIcon.tsx","../../../src/components/Icons/NewDesignIcons/SparkleIcon.tsx","../../../src/components/Icons/NewDesignIcons/SparklesIcon.tsx","../../../src/components/Icons/NewDesignIcons/SpeakerIcon.tsx","../../../src/components/Icons/NewDesignIcons/SpeechIcon.tsx","../../../src/components/Icons/NewDesignIcons/SpellCheck2Icon.tsx","../../../src/components/Icons/NewDesignIcons/SpellCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/SplineIcon.tsx","../../../src/components/Icons/NewDesignIcons/SplitIcon.tsx","../../../src/components/Icons/NewDesignIcons/SprayCanIcon.tsx","../../../src/components/Icons/NewDesignIcons/SproutIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareActivityIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowOutDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowOutDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowOutUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowOutUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareAsteriskIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareBottomDashedScissorsIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareCheckBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareChevronDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareChevronLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareChevronRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareChevronUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDashedBottomCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDashedBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDashedKanbanIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDashedMousePointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDivideIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareEqualIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareFunctionIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareGanttChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareKanbanIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareLibraryIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMenuIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMousePointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareParkingIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareParkingOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePenIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePiIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePilcrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareRadicalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareScissorsIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareSigmaIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareSlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareSplitHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareSplitVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareStackIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareUserIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareUserRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareXIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquircleIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquirrelIcon.tsx","../../../src/components/Icons/NewDesignIcons/StampIcon.tsx","../../../src/components/Icons/NewDesignIcons/StarHalfIcon.tsx","../../../src/components/Icons/NewDesignIcons/StarIcon.tsx","../../../src/components/Icons/NewDesignIcons/StarOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/StepBackIcon.tsx","../../../src/components/Icons/NewDesignIcons/StepForwardIcon.tsx","../../../src/components/Icons/NewDesignIcons/StethoscopeIcon.tsx","../../../src/components/Icons/NewDesignIcons/StickerIcon.tsx","../../../src/components/Icons/NewDesignIcons/StickyNoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/StoreIcon.tsx","../../../src/components/Icons/NewDesignIcons/StretchHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/StretchVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/StrikethroughIcon.tsx","../../../src/components/Icons/NewDesignIcons/SubscriptIcon.tsx","../../../src/components/Icons/NewDesignIcons/SummaryIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunDimIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunMediumIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunMoonIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunriseIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunsetIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunSnowIcon.tsx","../../../src/components/Icons/NewDesignIcons/SuperscriptIcon.tsx","../../../src/components/Icons/NewDesignIcons/SwatchBookIcon.tsx","../../../src/components/Icons/NewDesignIcons/SwissFrancIcon.tsx","../../../src/components/Icons/NewDesignIcons/SwitchCameraIcon.tsx","../../../src/components/Icons/NewDesignIcons/SwordIcon.tsx","../../../src/components/Icons/NewDesignIcons/SwordsIcon.tsx","../../../src/components/Icons/NewDesignIcons/SyringeIcon.tsx","../../../src/components/Icons/NewDesignIcons/Table2Icon.tsx","../../../src/components/Icons/NewDesignIcons/TableCellsMergeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TableCellsSplitIcon.tsx","../../../src/components/Icons/NewDesignIcons/TableColumnsSplitIcon.tsx","../../../src/components/Icons/NewDesignIcons/TableIcon.tsx","../../../src/components/Icons/NewDesignIcons/TablePropertiesIcon.tsx","../../../src/components/Icons/NewDesignIcons/TableRowsSplitIcon.tsx","../../../src/components/Icons/NewDesignIcons/TabletIcon.tsx","../../../src/components/Icons/NewDesignIcons/TabletsIcon.tsx","../../../src/components/Icons/NewDesignIcons/TabletSmartphoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/TagIcon.tsx","../../../src/components/Icons/NewDesignIcons/TagsIcon.tsx","../../../src/components/Icons/NewDesignIcons/Tally1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Tally2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Tally3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Tally4Icon.tsx","../../../src/components/Icons/NewDesignIcons/Tally5Icon.tsx","../../../src/components/Icons/NewDesignIcons/TangentIcon.tsx","../../../src/components/Icons/NewDesignIcons/TargetIcon.tsx","../../../src/components/Icons/NewDesignIcons/TelescopeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TenantIcon.tsx","../../../src/components/Icons/NewDesignIcons/TentIcon.tsx","../../../src/components/Icons/NewDesignIcons/TentTreeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TerminalIcon.tsx","../../../src/components/Icons/NewDesignIcons/TestTubeDiagonalIcon.tsx","../../../src/components/Icons/NewDesignIcons/TestTubeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TestTubesIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextCursorIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextCursorInputIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextQuoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextSelectIcon.tsx","../../../src/components/Icons/NewDesignIcons/TheaterIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThermometerIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThermometerSnowflakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThermometerSunIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThumbsDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThumbsUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketPercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketSlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketXIcon.tsx","../../../src/components/Icons/NewDesignIcons/TimerIcon.tsx","../../../src/components/Icons/NewDesignIcons/TimerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/TimerResetIcon.tsx","../../../src/components/Icons/NewDesignIcons/ToggleLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ToggleRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/TornadoIcon.tsx","../../../src/components/Icons/NewDesignIcons/TorusIcon.tsx","../../../src/components/Icons/NewDesignIcons/TouchpadIcon.tsx","../../../src/components/Icons/NewDesignIcons/TouchpadOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/TowerControlIcon.tsx","../../../src/components/Icons/NewDesignIcons/ToyBrickIcon.tsx","../../../src/components/Icons/NewDesignIcons/TraceIcon.tsx","../../../src/components/Icons/NewDesignIcons/TractorIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrafficConeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrainFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrainFrontTunnelIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrainTrackIcon.tsx","../../../src/components/Icons/NewDesignIcons/TramFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/Trash2Icon.tsx","../../../src/components/Icons/NewDesignIcons/TreeDeciduousIcon.tsx","../../../src/components/Icons/NewDesignIcons/TreePalmIcon.tsx","../../../src/components/Icons/NewDesignIcons/TreePineIcon.tsx","../../../src/components/Icons/NewDesignIcons/TreesIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrelloIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrendingDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrendingUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/TriangleIcon.tsx","../../../src/components/Icons/NewDesignIcons/TriangleRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrophyIcon.tsx","../../../src/components/Icons/NewDesignIcons/TruckIcon.tsx","../../../src/components/Icons/NewDesignIcons/TurtleIcon.tsx","../../../src/components/Icons/NewDesignIcons/Tv2Icon.tsx","../../../src/components/Icons/NewDesignIcons/TvIcon.tsx","../../../src/components/Icons/NewDesignIcons/TwitchIcon.tsx","../../../src/components/Icons/NewDesignIcons/TwitterIcon.tsx","../../../src/components/Icons/NewDesignIcons/TypeIcon.tsx","../../../src/components/Icons/NewDesignIcons/UmbrellaIcon.tsx","../../../src/components/Icons/NewDesignIcons/UmbrellaOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/UnderlineIcon.tsx","../../../src/components/Icons/NewDesignIcons/Undo2Icon.tsx","../../../src/components/Icons/NewDesignIcons/UndoDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/UndoIcon.tsx","../../../src/components/Icons/NewDesignIcons/UnfoldHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/UnfoldVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/UngroupIcon.tsx","../../../src/components/Icons/NewDesignIcons/UniversityIcon.tsx","../../../src/components/Icons/NewDesignIcons/Unlink2Icon.tsx","../../../src/components/Icons/NewDesignIcons/UnlinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/UnplugIcon.tsx","../../../src/components/Icons/NewDesignIcons/UploadIcon.tsx","../../../src/components/Icons/NewDesignIcons/UsbIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundXIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/UsersIcon.tsx","../../../src/components/Icons/NewDesignIcons/UsersRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserXIcon.tsx","../../../src/components/Icons/NewDesignIcons/UtensilsCrossedIcon.tsx","../../../src/components/Icons/NewDesignIcons/UtensilsIcon.tsx","../../../src/components/Icons/NewDesignIcons/UtilityPoleIcon.tsx","../../../src/components/Icons/NewDesignIcons/VariableIcon.tsx","../../../src/components/Icons/NewDesignIcons/VaultIcon.tsx","../../../src/components/Icons/NewDesignIcons/VeganIcon.tsx","../../../src/components/Icons/NewDesignIcons/VenetianMaskIcon.tsx","../../../src/components/Icons/NewDesignIcons/VibrateIcon.tsx","../../../src/components/Icons/NewDesignIcons/VibrateOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/VideoIcon.tsx","../../../src/components/Icons/NewDesignIcons/VideoOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/VideotapeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ViewIcon.tsx","../../../src/components/Icons/NewDesignIcons/VmwareTanzuSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/VoicemailIcon.tsx","../../../src/components/Icons/NewDesignIcons/Volume1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Volume2Icon.tsx","../../../src/components/Icons/NewDesignIcons/VolumeIcon.tsx","../../../src/components/Icons/NewDesignIcons/VolumeXIcon.tsx","../../../src/components/Icons/NewDesignIcons/VoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/WalletCardsIcon.tsx","../../../src/components/Icons/NewDesignIcons/WalletIcon.tsx","../../../src/components/Icons/NewDesignIcons/WalletMinimalIcon.tsx","../../../src/components/Icons/NewDesignIcons/WallpaperIcon.tsx","../../../src/components/Icons/NewDesignIcons/WandIcon.tsx","../../../src/components/Icons/NewDesignIcons/WandSparklesIcon.tsx","../../../src/components/Icons/NewDesignIcons/WarehouseIcon.tsx","../../../src/components/Icons/NewDesignIcons/WashingMachineIcon.tsx","../../../src/components/Icons/NewDesignIcons/WatchIcon.tsx","../../../src/components/Icons/NewDesignIcons/WavesIcon.tsx","../../../src/components/Icons/NewDesignIcons/WaypointsIcon.tsx","../../../src/components/Icons/NewDesignIcons/WebcamIcon.tsx","../../../src/components/Icons/NewDesignIcons/WebhookIcon.tsx","../../../src/components/Icons/NewDesignIcons/WebhookOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WeightIcon.tsx","../../../src/components/Icons/NewDesignIcons/WheatIcon.tsx","../../../src/components/Icons/NewDesignIcons/WheatOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WholeWordIcon.tsx","../../../src/components/Icons/NewDesignIcons/WifiIcon.tsx","../../../src/components/Icons/NewDesignIcons/WifiOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WindIcon.tsx","../../../src/components/Icons/NewDesignIcons/WineIcon.tsx","../../../src/components/Icons/NewDesignIcons/WineOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WorkflowIcon.tsx","../../../src/components/Icons/NewDesignIcons/WormIcon.tsx","../../../src/components/Icons/NewDesignIcons/WrapTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/WrenchIcon.tsx","../../../src/components/Icons/NewDesignIcons/YoutubeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZapIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZapOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZoomInIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZoomOutIcon.tsx","../../../src/components/Select/Select.tsx","../../../src/components/SimpleHeader/SimpleHeader.tsx","../../../src/components/SizeChart/SizeChart.tsx","../../../src/components/Slider/Slider.tsx","../../../src/components/Snackbar/Snackbar.tsx","../../../src/components/Switch/Switch.tsx","../../../src/components/Tabs/TabButton.tsx","../../../src/components/Tabs/TabPanel.tsx","../../../src/components/Tabs/Tabs.tsx","../../../src/components/Tag/Tag.tsx","../../../src/components/ValuePair/ValuePair.tsx","../../../src/components/Wizard/WizardPage.tsx","../../../src/components/Wizard/Wizard.tsx","../../../src/components/Table/Table.tsx","../../../src/components/Table/TableBody.tsx","../../../src/components/Table/TableCell.tsx","../../../src/components/Table/TableHead.tsx","../../../src/components/Table/TableHeadCell.tsx","../../../src/components/Table/TableRow.tsx"],"sourcesContent":["import { ThemeColorItem } from \"./global.types\";\n\nexport const themeColors: ThemeColorItem = {\n \"Color/Base/Royal/0\": {\n lightMode: \"#eff6ff\",\n darkMode: \"#192652\",\n },\n \"Color/Base/Royal/1\": {\n lightMode: \"#dceafd\",\n darkMode: \"#213b87\",\n },\n \"Color/Base/Royal/2\": {\n lightMode: \"#c1dbfc\",\n darkMode: \"#2241ab\",\n },\n \"Color/Base/Royal/3\": {\n lightMode: \"#96c4fa\",\n darkMode: \"#2350d2\",\n },\n \"Color/Base/Royal/4\": {\n lightMode: \"#65a4f5\",\n darkMode: \"#2b64e5\",\n },\n \"Color/Base/Royal/5\": {\n lightMode: \"#4182f0\",\n darkMode: \"#4182f0\",\n },\n \"Color/Base/Royal/6\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Base/Royal/7\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Base/Royal/8\": {\n lightMode: \"#2241ab\",\n darkMode: \"#c1dbfc\",\n },\n \"Color/Base/Royal/9\": {\n lightMode: \"#213b87\",\n darkMode: \"#dceafd\",\n },\n \"Color/Base/Royal/10\": {\n lightMode: \"#192652\",\n darkMode: \"#eff6ff\",\n },\n \"Color/Base/Java/0\": {\n lightMode: \"#effdf9\",\n darkMode: \"#052e2b\",\n },\n \"Color/Base/Java/1\": {\n lightMode: \"#cdf9ee\",\n darkMode: \"#164c45\",\n },\n \"Color/Base/Java/2\": {\n lightMode: \"#9cf3dd\",\n darkMode: \"#135b53\",\n },\n \"Color/Base/Java/3\": {\n lightMode: \"#63e5c9\",\n darkMode: \"#147265\",\n },\n \"Color/Base/Java/4\": {\n lightMode: \"#32ceb2\",\n darkMode: \"#148f7c\",\n },\n \"Color/Base/Java/5\": {\n lightMode: \"#18ae95\",\n darkMode: \"#18ae95\",\n },\n \"Color/Base/Java/6\": {\n lightMode: \"#148f7c\",\n darkMode: \"#32ceb2\",\n },\n \"Color/Base/Java/7\": {\n lightMode: \"#147265\",\n darkMode: \"#63e5c9\",\n },\n \"Color/Base/Java/8\": {\n lightMode: \"#135b53\",\n darkMode: \"#9cf3dd\",\n },\n \"Color/Base/Java/9\": {\n lightMode: \"#164c45\",\n darkMode: \"#cdf9ee\",\n },\n \"Color/Base/Java/10\": {\n lightMode: \"#052e2b\",\n darkMode: \"#effdf9\",\n },\n \"Color/Base/Orange/0\": {\n lightMode: \"#fffcea\",\n darkMode: \"#481a00\",\n },\n \"Color/Base/Orange/1\": {\n lightMode: \"#fff5c5\",\n darkMode: \"#7c360b\",\n },\n \"Color/Base/Orange/2\": {\n lightMode: \"#ffeb85\",\n darkMode: \"#984108\",\n },\n \"Color/Base/Orange/3\": {\n lightMode: \"#ffda46\",\n darkMode: \"#bb5502\",\n },\n \"Color/Base/Orange/4\": {\n lightMode: \"#ffc61b\",\n darkMode: \"#e27b00\",\n },\n \"Color/Base/Orange/5\": {\n lightMode: \"#ffa400\",\n darkMode: \"#ffa400\",\n },\n \"Color/Base/Orange/6\": {\n lightMode: \"#e27b00\",\n darkMode: \"#ffc61b\",\n },\n \"Color/Base/Orange/7\": {\n lightMode: \"#bb5502\",\n darkMode: \"#ffda46\",\n },\n \"Color/Base/Orange/8\": {\n lightMode: \"#984108\",\n darkMode: \"#ffeb85\",\n },\n \"Color/Base/Orange/9\": {\n lightMode: \"#7c360b\",\n darkMode: \"#fff5c5\",\n },\n \"Color/Base/Orange/10\": {\n lightMode: \"#481a00\",\n darkMode: \"#fffcea\",\n },\n \"Color/Base/Sunset/0\": {\n lightMode: \"#fff4ec\",\n darkMode: \"#460804\",\n },\n \"Color/Base/Sunset/1\": {\n lightMode: \"#ffe6d3\",\n darkMode: \"#82180c\",\n },\n \"Color/Base/Sunset/2\": {\n lightMode: \"#ffc9a5\",\n darkMode: \"#a1190b\",\n },\n \"Color/Base/Sunset/3\": {\n lightMode: \"#ffa46d\",\n darkMode: \"#cc1f02\",\n },\n \"Color/Base/Sunset/4\": {\n lightMode: \"#ff7232\",\n darkMode: \"#ff3100\",\n },\n \"Color/Base/Sunset/5\": {\n lightMode: \"#ff4c0a\",\n darkMode: \"#ff4c0a\",\n },\n \"Color/Base/Sunset/6\": {\n lightMode: \"#ff3100\",\n darkMode: \"#ff7232\",\n },\n \"Color/Base/Sunset/7\": {\n lightMode: \"#cc1f02\",\n darkMode: \"#ffa46d\",\n },\n \"Color/Base/Sunset/8\": {\n lightMode: \"#a1190b\",\n darkMode: \"#ffc9a5\",\n },\n \"Color/Base/Sunset/9\": {\n lightMode: \"#82180c\",\n darkMode: \"#ffe6d3\",\n },\n \"Color/Base/Sunset/10\": {\n lightMode: \"#460804\",\n darkMode: \"#fff4ec\",\n },\n \"Color/Neutral/Text/colorText\": {\n lightMode: \"#000000e0\",\n darkMode: \"#ffffffe0\",\n },\n \"Color/Base/Black\": {\n lightMode: \"#000000\",\n darkMode: \"#000000\",\n },\n \"Color/Base/White\": {\n lightMode: \"#ffffff\",\n darkMode: \"#ffffff\",\n },\n \"Color/Neutral/Text/colorTextSecondary\": {\n lightMode: \"#000000a6\",\n darkMode: \"#ffffffa6\",\n },\n \"Color/Neutral/Text/colorTextTertiary\": {\n lightMode: \"#00000073\",\n darkMode: \"#ffffff73\",\n },\n \"Color/Neutral/Text/colorTextQuaternary\": {\n lightMode: \"#00000040\",\n darkMode: \"#ffffff40\",\n },\n \"Color/Neutral/Text/colorTextLightSolid\": {\n lightMode: \"#ffffff\",\n darkMode: \"#ffffff\",\n },\n \"Color/Neutral/Text/colorTextHeading\": {\n lightMode: \"#000000e0\",\n darkMode: \"#ffffffe0\",\n },\n \"Color/Neutral/Text/colorTextLabel\": {\n lightMode: \"#000000a6\",\n darkMode: \"#ffffffa6\",\n },\n \"Color/Neutral/Text/colorTextDescription\": {\n lightMode: \"#00000073\",\n darkMode: \"#ffffff73\",\n },\n \"Color/Neutral/Text/colorTextDisabled\": {\n lightMode: \"#00000040\",\n darkMode: \"#ffffff40\",\n },\n \"Color/Neutral/Text/colorTextPlaceholder\": {\n lightMode: \"#00000040\",\n darkMode: \"#ffffff40\",\n },\n \"Color/Neutral/Icon/colorIcon\": {\n lightMode: \"#434347\",\n darkMode: \"#cfd0d2\",\n },\n \"Color/Neutral/Icon/colorIconHover\": {\n lightMode: \"#2d2d2f\",\n darkMode: \"#e3e6ea\",\n },\n \"Color/Neutral/colorWhite\": {\n lightMode: \"#ffffff\",\n darkMode: \"#ffffff\",\n },\n \"Color/Neutral/colorBgBase\": {\n lightMode: \"#f4f6f7\",\n darkMode: \"#202022\",\n },\n \"Color/Neutral/transparent\": {\n lightMode: \"#00000000\",\n darkMode: \"#ffffff00\",\n },\n \"Color/Neutral/Bg/colorBgContainer\": {\n lightMode: \"#ffffff\",\n darkMode: \"##2D2D2F\",\n },\n \"Color/Neutral/Bg/colorBgFields\": {\n lightMode: \"#FCFCFF\",\n darkMode: \"#434347\",\n },\n \"Color/Neutral/Bg/colorBgOverlay\": {\n lightMode: \"#202022a6\",\n darkMode: \"#202022a6\",\n },\n \"Color/Neutral/Bg/colorBgShell\": {\n lightMode: \"#f4f6f7\",\n darkMode: \"#202022\",\n },\n \"Color/Neutral/colorBlack\": {\n lightMode: \"#000000\",\n darkMode: \"#000000\",\n },\n \"Color/Neutral/Bg/colorBgSections\": {\n lightMode: \"#e3e6ea80\",\n darkMode: \"#20202280\",\n },\n \"Color/Neutral/Border/colorBorderMinimal\": {\n lightMode: \"#E3E6EA\",\n darkMode: \"#434347\",\n },\n \"Color/Neutral/Border/colorBorderSubtle\": {\n lightMode: \"#CFD0D2\",\n darkMode: \"#5A5B60\",\n },\n \"Color/Neutral/Border/colorBorderBold\": {\n lightMode: \"#84858C\",\n darkMode: \"#84858C\",\n },\n \"Color/Base/Shark/0\": {\n lightMode: \"#f4f6f7\",\n darkMode: \"#202022\",\n },\n \"Color/Base/Shark/1\": {\n lightMode: \"#e3e6ea\",\n darkMode: \"#2d2d2f\",\n },\n \"Color/Base/Shark/2\": {\n lightMode: \"#cfd0d2\",\n darkMode: \"#434347\",\n },\n \"Color/Base/Shark/3\": {\n lightMode: \"#adaeb3\",\n darkMode: \"#4d4d51\",\n },\n \"Color/Base/Shark/4\": {\n lightMode: \"#84858c\",\n darkMode: \"#5a5b60\",\n },\n \"Color/Base/Shark/5\": {\n lightMode: \"#696a71\",\n darkMode: \"#696a71\",\n },\n \"Color/Base/Shark/6\": {\n lightMode: \"#5a5b60\",\n darkMode: \"#84858c\",\n },\n \"Color/Base/Shark/7\": {\n lightMode: \"#4d4d51\",\n darkMode: \"#adaeb3\",\n },\n \"Color/Base/Shark/8\": {\n lightMode: \"#434347\",\n darkMode: \"#cfd0d2\",\n },\n \"Color/Base/Shark/9\": {\n lightMode: \"#2d2d2f\",\n darkMode: \"#e3e6ea\",\n },\n \"Color/Base/Shark/10\": {\n lightMode: \"#202022\",\n darkMode: \"#f4f6f7\",\n },\n \"Color/Neutral/Bg/colorBgElevated\": {\n lightMode: \"#ffffff\",\n darkMode: \"#434347\",\n },\n \"Color/Brand/Primary/colorPrimary\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Primary/colorPrimaryBg\": {\n lightMode: \"#dceafd\",\n darkMode: \"#213b87\",\n },\n \"Color/Brand/Primary/colorPrimaryBgHover\": {\n lightMode: \"#96c4fa\",\n darkMode: \"#2350d2\",\n },\n \"Color/Brand/Link/colorLink\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Documentation\": {\n lightMode: \"#9747ff\",\n darkMode: \"#947bff\",\n },\n \"Color/Brand/Link/colorLinkHover\": {\n lightMode: \"#4182f0\",\n darkMode: \"#4182f0\",\n },\n \"Color/Brand/Primary/colorPrimaryHover\": {\n lightMode: \"#4182f0\",\n darkMode: \"#4182f0\",\n },\n \"Color/Brand/Primary/colorPrimaryBorder\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Primary/colorPrimaryBorderHover\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Primary/colorPrimaryText\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Primary/colorPrimaryTextHover\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Link/colorLinkVisited\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Primary/colorPrimaryActive\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Warning/colorPrimary\": {\n lightMode: \"#e27b00\",\n darkMode: \"#ffc61b\",\n },\n \"Color/Brand/Warning/colorPrimaryActive\": {\n lightMode: \"#bb5502\",\n darkMode: \"#ffda46\",\n },\n \"Color/Brand/Warning/colorPrimaryHover\": {\n lightMode: \"#ffa400\",\n darkMode: \"#ffa400\",\n },\n \"Color/Brand/Warning/colorPrimaryBg\": {\n lightMode: \"#fff5c5\",\n darkMode: \"#7c360b\",\n },\n \"Color/Brand/Warning/colorPrimaryBgHover\": {\n lightMode: \"#ffda46\",\n darkMode: \"#bb5502\",\n },\n \"Color/Brand/Warning/colorPrimaryBorder\": {\n lightMode: \"#e27b00\",\n darkMode: \"#ffc61b\",\n },\n \"Color/Brand/Warning/colorPrimaryBorderHover\": {\n lightMode: \"#bb5502\",\n darkMode: \"#ffda46\",\n },\n \"Color/Brand/Warning/colorPrimaryText\": {\n lightMode: \"#e27b00\",\n darkMode: \"#ffc61b\",\n },\n \"Color/Brand/Warning/colorPrimaryTextHover\": {\n lightMode: \"#bb5502\",\n darkMode: \"#ffda46\",\n },\n \"Color/Brand/Success/colorPrimary\": {\n lightMode: \"#148f7c\",\n darkMode: \"#32ceb2\",\n },\n \"Color/Brand/Success/colorPrimaryActive\": {\n lightMode: \"#147265\",\n darkMode: \"#63e5c9\",\n },\n \"Color/Brand/Success/colorPrimaryHover\": {\n lightMode: \"#18ae95\",\n darkMode: \"#18ae95\",\n },\n \"Color/Brand/Success/colorPrimaryBg\": {\n lightMode: \"#cdf9ee\",\n darkMode: \"#164c45\",\n },\n \"Color/Brand/Success/colorPrimaryBgHover\": {\n lightMode: \"#63e5c9\",\n darkMode: \"#147265\",\n },\n \"Color/Brand/Success/colorPrimaryBorder\": {\n lightMode: \"#148f7c\",\n darkMode: \"#32ceb2\",\n },\n \"Color/Brand/Success/colorPrimaryBorderHover\": {\n lightMode: \"#147265\",\n darkMode: \"#63e5c9\",\n },\n \"Color/Brand/Success/colorPrimaryText\": {\n lightMode: \"#148f7c\",\n darkMode: \"#32ceb2\",\n },\n \"Color/Brand/Success/colorPrimaryTextHover\": {\n lightMode: \"#147265\",\n darkMode: \"#63e5c9\",\n },\n \"Color/Brand/Error/colorPrimary\": {\n lightMode: \"#ff3100\",\n darkMode: \"#ff7232\",\n },\n \"Color/Brand/Error/colorPrimaryActive\": {\n lightMode: \"#cc1f02\",\n darkMode: \"#ffa46d\",\n },\n \"Color/Brand/Error/colorPrimaryHover\": {\n lightMode: \"#ff4c0a\",\n darkMode: \"#ff4c0a\",\n },\n \"Color/Brand/Error/colorPrimaryBg\": {\n lightMode: \"#ffe6d3\",\n darkMode: \"#82180c\",\n },\n \"Color/Brand/Error/colorPrimaryBgHover\": {\n lightMode: \"#ffa46d\",\n darkMode: \"#cc1f02\",\n },\n \"Color/Brand/Error/colorPrimaryBorder\": {\n lightMode: \"#ff3100\",\n darkMode: \"#ff7232\",\n },\n \"Color/Brand/Error/colorPrimaryBorderHover\": {\n lightMode: \"#cc1f02\",\n darkMode: \"#ffa46d\",\n },\n \"Color/Brand/Error/colorPrimaryText\": {\n lightMode: \"#ff3100\",\n darkMode: \"#ff7232\",\n },\n \"Color/Brand/Error/colorPrimaryTextHover\": {\n lightMode: \"#cc1f02\",\n darkMode: \"#ffa46d\",\n },\n \"Color/Brand/Control/colorBgActive\": {\n lightMode: \"#dceafd\",\n darkMode: \"#213b87\",\n },\n \"Color/Brand/Control/colorBgHover\": {\n lightMode: \"#EDEEF1\",\n darkMode: \"#2d2d2f\",\n },\n \"Color/Brand/Info/colorPrimary\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Info/colorPrimaryActive\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Info/colorPrimaryHover\": {\n lightMode: \"#4182f0\",\n darkMode: \"#4182f0\",\n },\n \"Color/Brand/Info/colorPrimaryBg\": {\n lightMode: \"#dceafd\",\n darkMode: \"#213b87\",\n },\n \"Color/Brand/Info/colorPrimaryBgHover\": {\n lightMode: \"#96c4fa\",\n darkMode: \"#2350d2\",\n },\n \"Color/Brand/Info/colorPrimaryBorder\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Info/colorPrimaryBorderHover\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Info/colorPrimaryText\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Info/colorPrimaryTextHover\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Neutral/colorPrimary\": {\n lightMode: \"#5a5b60\",\n darkMode: \"#84858c\",\n },\n \"Color/Brand/Neutral/colorPrimaryActive\": {\n lightMode: \"#4d4d51\",\n darkMode: \"#adaeb3\",\n },\n \"Color/Brand/Neutral/colorPrimaryHover\": {\n lightMode: \"#696a71\",\n darkMode: \"#696a71\",\n },\n \"Color/Brand/Neutral/colorPrimaryBg\": {\n lightMode: \"#cfd0d2\",\n darkMode: \"#434347\",\n },\n \"Color/Brand/Neutral/colorPrimaryBgHover\": {\n lightMode: \"#cfd0d2\",\n darkMode: \"#434347\",\n },\n \"Color/Brand/Neutral/colorPrimaryBorder\": {\n lightMode: \"#5a5b60\",\n darkMode: \"#5a5b60\",\n },\n \"Color/Brand/Neutral/colorPrimaryBorderHover\": {\n lightMode: \"#5a5b60\",\n darkMode: \"#5a5b60\",\n },\n \"Color/Brand/Neutral/colorPrimaryText\": {\n lightMode: \"#000000a6\",\n darkMode: \"#ffffffa6\",\n },\n \"Color/Brand/Neutral/colorPrimaryTextHover\": {\n lightMode: \"#000000e0\",\n darkMode: \"#ffffffe0\",\n },\n \"Color/Neutral/Bg/colorBgDisabled\": {\n lightMode: \"#E3E6EA\",\n darkMode: \"#434347\",\n },\n \"Color/Brand/_minio/Raspberry\": {\n lightMode: \"#c72e49\",\n darkMode: \"#c72e49\",\n },\n \"Color/Brand/_minio/Midnight\": {\n lightMode: \"#012b35\",\n darkMode: \"#012b35\",\n },\n \"Color/Brand/_minio/Nautical\": {\n lightMode: \"#0d303f\",\n darkMode: \"#0d303f\",\n },\n \"Color/Brand/_minio/Meridian\": {\n lightMode: \"#132742\",\n darkMode: \"#132742\",\n },\n \"Color/Brand/_minio/Glaicer\": {\n lightMode: \"#edf7f7\",\n darkMode: \"#edf7f7\",\n },\n \"Color/Neutral/Border/colorBorderStrong\": {\n lightMode: \"#2d2d2f\",\n darkMode: \"#e3e6ea\",\n },\n \"Color/Neutral/Bg/colorBgContrast\": {\n lightMode: \"#000000\",\n darkMode: \"#ffffff\",\n },\n \"Color/Base/Purple/0\": {\n lightMode: \"#f4f3ff\",\n darkMode: \"#2b1362\",\n },\n \"Color/Base/Purple/1\": {\n lightMode: \"#eceafd\",\n darkMode: \"#47228f\",\n },\n \"Color/Base/Purple/2\": {\n lightMode: \"#dcd8fc\",\n darkMode: \"#5427b0\",\n },\n \"Color/Base/Purple/3\": {\n lightMode: \"#c2b8fa\",\n darkMode: \"#642dd2\",\n },\n \"Color/Base/Purple/4\": {\n lightMode: \"#a38ff6\",\n darkMode: \"#7542e6\",\n },\n \"Color/Base/Purple/5\": {\n lightMode: \"#8562f0\",\n darkMode: \"#8562f0\",\n },\n \"Color/Base/Purple/6\": {\n lightMode: \"#7542e6\",\n darkMode: \"#a38ff6\",\n },\n \"Color/Base/Purple/7\": {\n lightMode: \"#642dd2\",\n darkMode: \"#c2b8fa\",\n },\n \"Color/Base/Purple/8\": {\n lightMode: \"#5427b0\",\n darkMode: \"#dcd8fc\",\n },\n \"Color/Base/Purple/9\": {\n lightMode: \"#47228f\",\n darkMode: \"#eceafd\",\n },\n \"Color/Base/Purple/10\": {\n lightMode: \"#2b1362\",\n darkMode: \"#f4f3ff\",\n },\n \"Color/Base/Scooter/0\": {\n lightMode: \"#edfcfe\",\n darkMode: \"#0b3041\",\n },\n \"Color/Base/Scooter/1\": {\n lightMode: \"#d1f6fc\",\n darkMode: \"#1a4960\",\n },\n \"Color/Base/Scooter/2\": {\n lightMode: \"#aaedf8\",\n darkMode: \"#1a5971\",\n },\n \"Color/Base/Scooter/3\": {\n lightMode: \"#6ddef3\",\n darkMode: \"#156d8a\",\n },\n \"Color/Base/Scooter/4\": {\n lightMode: \"#34c8e6\",\n darkMode: \"#0e87ab\",\n },\n \"Color/Base/Scooter/5\": {\n lightMode: \"#10a9cb\",\n darkMode: \"#10a9cb\",\n },\n \"Color/Base/Scooter/6\": {\n lightMode: \"#0e87ab\",\n darkMode: \"#34c8e6\",\n },\n \"Color/Base/Scooter/7\": {\n lightMode: \"#156d8a\",\n darkMode: \"#6ddef3\",\n },\n \"Color/Base/Scooter/8\": {\n lightMode: \"#1a5971\",\n darkMode: \"#aaedf8\",\n },\n \"Color/Base/Scooter/9\": {\n lightMode: \"#1a4960\",\n darkMode: \"#d1f6fc\",\n },\n \"Color/Base/Scooter/10\": {\n lightMode: \"#0b3041\",\n darkMode: \"#edfcfe\",\n },\n \"Color/Base/Rose/0\": {\n lightMode: \"#fef1f8\",\n darkMode: \"#550228\",\n },\n \"Color/Base/Rose/1\": {\n lightMode: \"#fee5f4\",\n darkMode: \"#8b1048\",\n },\n \"Color/Base/Rose/2\": {\n lightMode: \"#fecceb\",\n darkMode: \"#a70d55\",\n },\n \"Color/Base/Rose/3\": {\n lightMode: \"#ffa2da\",\n darkMode: \"#ca0c66\",\n },\n \"Color/Base/Rose/4\": {\n lightMode: \"#fe69bf\",\n darkMode: \"#e81880\",\n },\n \"Color/Base/Rose/5\": {\n lightMode: \"#f93ba4\",\n darkMode: \"#f93ba4\",\n },\n \"Color/Base/Rose/6\": {\n lightMode: \"#e81880\",\n darkMode: \"#fe69bf\",\n },\n \"Color/Base/Rose/7\": {\n lightMode: \"#ca0c66\",\n darkMode: \"#ffa2da\",\n },\n \"Color/Base/Rose/8\": {\n lightMode: \"#a70d55\",\n darkMode: \"#fecceb\",\n },\n \"Color/Base/Rose/9\": {\n lightMode: \"#8b1048\",\n darkMode: \"#fee5f4\",\n },\n \"Color/Base/Rose/10\": {\n lightMode: \"#550228\",\n darkMode: \"#fef1f8\",\n },\n \"Color/Base/Gray/1\": {\n lightMode: \"#FCFCFF\",\n darkMode: \"#09090B\",\n },\n \"Color/Dataviz/1\": {\n lightMode: \"#2B64E5\",\n darkMode: \"#4182F0\",\n },\n \"Color/Dataviz/2\": {\n lightMode: \"#F93BA4\",\n darkMode: \"#F93BA4\",\n },\n \"Color/Dataviz/3\": {\n lightMode: \"#135B53\",\n darkMode: \"#9CF3DD\",\n },\n \"Color/Dataviz/4\": {\n lightMode: \"#E27B00\",\n darkMode: \"#FFC61B\",\n },\n \"Color/Dataviz/5\": {\n lightMode: \"#7C360B\",\n darkMode: \"#E27B00\",\n },\n \"Color/Dataviz/6\": {\n lightMode: \"#65A4F5\",\n darkMode: \"#65A4F5\",\n },\n \"Color/Dataviz/7\": {\n lightMode: \"#FF4C0A\",\n darkMode: \"#FF4C0A\",\n },\n \"Color/Dataviz/8\": {\n lightMode: \"#7542E6\",\n darkMode: \"#8562F0\",\n },\n \"Color/Dataviz/9\": {\n lightMode: \"#32CEB2\",\n darkMode: \"#18AE95\",\n },\n \"Color/Dataviz/10\": {\n lightMode: \"#2350D2\",\n darkMode: \"#2B64E5\",\n },\n \"Color/Dataviz/11\": {\n lightMode: \"#10A9CB\",\n darkMode: \"#10A9CB\",\n },\n \"Color/Dataviz/12\": {\n lightMode: \"#82180C\",\n darkMode: \"#FFA46D\",\n },\n \"Color/Dataviz/13\": {\n lightMode: \"#FE69BF\",\n darkMode: \"#E81880\",\n },\n \"Color/Dataviz/14\": {\n lightMode: \"#213B87\",\n darkMode: \"#C1DBFC\",\n },\n \"Color/Dataviz/15\": {\n lightMode: \"#FFC61B\",\n darkMode: \"#FFEB85\",\n },\n \"Color/Dataviz/none\": {\n lightMode: \"#E3E6EA\",\n darkMode: \"#4D4D51\",\n },\n // Orphan colors not in the design system export\n \"Components/Button/Neutral/colorTextHover\": {\n lightMode: \"#000000E0\",\n darkMode: \"#ffffffE0\",\n },\n //references: Color/Base/Royal/8\n \"Components/Button/Primary/colorBgActive\": {\n lightMode: \"#2241ab\",\n darkMode: \"#c1dbfc\",\n },\n //references: Color/Base/Sunset/8\n \"Components/Button/Destructive/colorBgActive\": {\n lightMode: \"#a1190b\",\n darkMode: \"#ffc9a5\",\n },\n};\n\nexport const themeShadows = {\n \"boxShadow-01\": \"0 1px 1px 0 rgba(0, 0, 0, 0.15)\",\n \"boxShadow-02\":\n \"0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 1px 6px -1px rgba(0, 0, 0, 0.07), 0px 2px 4px 0px rgba(0, 0, 0, 0.07)\",\n \"boxShadow-03\":\n \"0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px -1px rgba(0, 0, 0, 0.15), 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\",\n \"boxShadow-04\":\n \"0px 4px 8px 0px rgba(0, 0, 0, 0.10), 0px 6px 12px 0px rgba(0, 0, 0, 0.10), 0px 6px 16px 0px rgba(0, 0, 0, 0.10)\",\n \"focusStyle-Light\": \"0px 0px 0px 2px rgba(43, 100, 229, 0.30)\",\n \"focusStyle-Dark\": \"0px 0px 0px 2px rgba(100, 164, 245, 0.30)\",\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { DefaultTheme } from \"styled-components\";\n\nimport { ColorVariant, IBytesCalc, OverrideTheme } from \"./global.types\";\nimport { themeColors } from \"./themeColors\";\n\nexport const breakPoints = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 };\nexport const paddingSizeVariants = {\n sizeXXXS: 2,\n sizeXXS: 4,\n sizeXS: 8,\n sizeSM: 12,\n size: 16,\n sizeMD: 20,\n sizeLG: 24,\n sizeXL: 32,\n sizeXXL: 48,\n};\nexport const radioVariants = {\n borderRadiusXS: 2,\n borderRadiusSM: 4,\n borderRadius: 6,\n borderRadiusLG: 12,\n borderRadiusXLG: 16,\n};\n\nexport const units = [\n \"B\",\n \"KiB\",\n \"MiB\",\n \"GiB\",\n \"TiB\",\n \"PiB\",\n \"EiB\",\n \"ZiB\",\n \"YiB\",\n];\n\nexport const fractionToPerc = (fraction: \"auto\" | number | boolean) => {\n if (fraction === \"auto\" || (typeof fraction === \"boolean\" && fraction)) {\n return \"100%\";\n } else if (fraction === false) {\n return \"initial\";\n }\n\n let fr = Math.floor(fraction);\n\n if (fr > 12) {\n fr = 12;\n console.warn(\"Grid fraction cannot be greater than 12\");\n } else if (fr < 1) {\n fr = 1;\n console.warn(\"Grid fraction cannot be smaller than 1\");\n }\n\n const percCalculate = (fr * 100) / 12;\n\n return `${percCalculate}%`;\n};\n\nexport const calculateBytes = (\n x: string | number,\n showDecimals = false,\n roundFloor = true,\n): IBytesCalc => {\n let bytes;\n\n if (typeof x === \"string\") {\n bytes = parseInt(x, 10);\n } else {\n bytes = x;\n }\n\n if (bytes === 0) {\n return { total: 0, unit: units[0] };\n }\n\n // Gi : GiB\n const k = 1024;\n\n // Get unit for measure\n const i = Math.floor(Math.log(bytes) / Math.log(k));\n\n const fractionDigits = showDecimals ? 1 : 0;\n\n const bytesUnit = bytes / Math.pow(k, i);\n\n const roundedUnit = roundFloor ? Math.floor(bytesUnit) : bytesUnit;\n\n // Get Unit parsed\n const unitParsed = parseFloat(roundedUnit.toFixed(fractionDigits));\n const finalUnit = units[i];\n\n return { total: unitParsed, unit: finalUnit };\n};\n\nexport const getThemeColors = (\n themeSubVar: string,\n): { [key: string]: string } => {\n const returnItem: { [key: string]: string } = {};\n const suVar = themeSubVar as keyof ColorVariant;\n\n const colorKeys = Object.keys(themeColors);\n\n colorKeys.forEach((key) => {\n const currItem = themeColors[key];\n\n if (currItem[suVar]) {\n returnItem[key] = currItem[suVar];\n }\n });\n\n return returnItem;\n};\n\nexport const overridePropsParse = (\n overrideValue: OverrideTheme,\n theme: DefaultTheme,\n) => {\n if (overrideValue) {\n // Override is a function, we need to evaluate\n if (overrideValue instanceof Function) {\n return overrideValue(theme);\n }\n\n return overrideValue;\n }\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { useCallback, useEffect } from \"react\";\n\nexport const useEscapeKey = (handleAction: () => void) => {\n const handleEsc = useCallback(\n (event: KeyboardEvent) => {\n if (event.key === \"Escape\" || event.key === \"Esc\") {\n handleAction();\n }\n },\n [handleAction],\n );\n\n useEffect(() => {\n document.addEventListener(\"keyup\", handleEsc, false);\n\n return () => {\n document.removeEventListener(\"keyup\", handleEsc, false);\n };\n }, [handleEsc]);\n};\n\nexport const useEnterKey = (handleAction: () => void) => {\n const handleEnter = useCallback(\n (event: KeyboardEvent) => {\n if (event.key === \"Enter\") {\n handleAction();\n }\n },\n [handleAction],\n );\n\n useEffect(() => {\n document.addEventListener(\"keyup\", handleEnter, false);\n\n return () => {\n document.removeEventListener(\"keyup\", handleEnter, false);\n };\n }, [handleEnter]);\n};\n\nexport const useArrowKeys = (\n handleAction: (arrowDirection: string) => void,\n) => {\n const handleArrow = useCallback(\n (event: KeyboardEvent) => {\n if (event.key?.startsWith(\"Arrow\")) {\n event.preventDefault();\n event.stopPropagation();\n handleAction(event.key);\n }\n },\n [handleAction],\n );\n\n useEffect(() => {\n document.addEventListener(\"keyup\", handleArrow, false);\n\n return () => {\n document.removeEventListener(\"keyup\", handleArrow, false);\n };\n }, [handleArrow]);\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { useCallback, useState } from \"react\";\n\nimport { NotificationAlertPrp } from \"../NotificationAlert/NotificationAlert.types\";\nimport { NotificationStackProps } from \"./NotificationStack.types\";\n\nexport const useNotifications = () => {\n const [notifications, setNotifications] = useState(\n [],\n );\n\n const addNotification = useCallback(\n (message: NotificationAlertPrp, durationSeconds: 0 | 3 | 5 | 10) => {\n const id = Date.now();\n const duration = durationSeconds * 1000;\n\n const newNotification: NotificationStackProps = {\n id,\n duration,\n hovered: false,\n timeoutId: undefined,\n notificationInfo: message,\n };\n setNotifications((prevState) => [...prevState, newNotification]);\n\n let timeoutId = undefined;\n\n if (duration !== 0) {\n timeoutId = setTimeout(() => {\n setNotifications((prev) => {\n const notification = prev.find((notif) => notif.id === id);\n if (notification && !notification.hovered) {\n return prev.filter((notif) => notif.id !== id);\n }\n return prev;\n });\n }, duration);\n }\n\n setNotifications((prev) =>\n prev.map((notif) =>\n notif.id === id ? { ...notif, timeoutId } : notif,\n ),\n );\n\n return () => clearTimeout(timeoutId);\n },\n [],\n );\n\n const removeNotification = useCallback((id: number) => {\n setNotifications((prev) =>\n prev.filter((notification) => notification.id !== id),\n );\n }, []);\n\n const setHovered = useCallback((id: number, hovered: boolean) => {\n setNotifications((prev) =>\n prev.map((notifElement) => {\n if (notifElement.id === id && notifElement.duration !== 0) {\n if (hovered) {\n clearTimeout(notifElement.timeoutId); // We clear the timeout when the notification is hovered\n } else {\n const timeoutId = setTimeout(() => {\n // We add a new timeout when the notification is not hovered\n setNotifications((prev) => prev.filter((n) => n.id !== id));\n }, notifElement.duration);\n return { ...notifElement, hovered, timeoutId };\n }\n return { ...notifElement, hovered };\n }\n return notifElement;\n }),\n );\n }, []);\n\n return {\n notifications,\n addNotification,\n removeNotification,\n setHovered,\n };\n};\n","/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nmodule.exports = isArray;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nmodule.exports = getRawTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n","var Symbol = require('./_Symbol'),\n getRawTag = require('./_getRawTag'),\n objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nmodule.exports = isSymbol;\n","var isArray = require('./isArray'),\n isSymbol = require('./isSymbol');\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/;\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\nmodule.exports = isKey;\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n","var baseGetTag = require('./_baseGetTag'),\n isObject = require('./isObject');\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 9 which returns 'object' for typed arrays and other constructors.\n var tag = baseGetTag(value);\n return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nmodule.exports = isFunction;\n","var coreJsData = require('./_coreJsData');\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\nmodule.exports = isMasked;\n","var root = require('./_root');\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\nmodule.exports = coreJsData;\n","/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\nmodule.exports = toSource;\n","var isFunction = require('./isFunction'),\n isMasked = require('./_isMasked'),\n isObject = require('./isObject'),\n toSource = require('./_toSource');\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\nmodule.exports = baseIsNative;\n","/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n","var baseIsNative = require('./_baseIsNative'),\n getValue = require('./_getValue');\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\nmodule.exports = getNative;\n","var getNative = require('./_getNative');\n\n/* Built-in method references that are verified to be native. */\nvar nativeCreate = getNative(Object, 'create');\n\nmodule.exports = nativeCreate;\n","var nativeCreate = require('./_nativeCreate');\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\n\nmodule.exports = hashClear;\n","/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n var result = this.has(key) && delete this.__data__[key];\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = hashDelete;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\nmodule.exports = hashGet;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\n}\n\nmodule.exports = hashHas;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n this.size += this.has(key) ? 0 : 1;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\nmodule.exports = hashSet;\n","var hashClear = require('./_hashClear'),\n hashDelete = require('./_hashDelete'),\n hashGet = require('./_hashGet'),\n hashHas = require('./_hashHas'),\n hashSet = require('./_hashSet');\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\nmodule.exports = Hash;\n","/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n this.size = 0;\n}\n\nmodule.exports = listCacheClear;\n","/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n","var eq = require('./eq');\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\nmodule.exports = assocIndexOf;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype;\n\n/** Built-in value references. */\nvar splice = arrayProto.splice;\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n --this.size;\n return true;\n}\n\nmodule.exports = listCacheDelete;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\nmodule.exports = listCacheGet;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\nmodule.exports = listCacheHas;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n ++this.size;\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\nmodule.exports = listCacheSet;\n","var listCacheClear = require('./_listCacheClear'),\n listCacheDelete = require('./_listCacheDelete'),\n listCacheGet = require('./_listCacheGet'),\n listCacheHas = require('./_listCacheHas'),\n listCacheSet = require('./_listCacheSet');\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nmodule.exports = ListCache;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map');\n\nmodule.exports = Map;\n","var Hash = require('./_Hash'),\n ListCache = require('./_ListCache'),\n Map = require('./_Map');\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.size = 0;\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\nmodule.exports = mapCacheClear;\n","/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\nmodule.exports = isKeyable;\n","var isKeyable = require('./_isKeyable');\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\nmodule.exports = getMapData;\n","var getMapData = require('./_getMapData');\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n var result = getMapData(this, key)['delete'](key);\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = mapCacheDelete;\n","var getMapData = require('./_getMapData');\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\nmodule.exports = mapCacheGet;\n","var getMapData = require('./_getMapData');\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\nmodule.exports = mapCacheHas;\n","var getMapData = require('./_getMapData');\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n var data = getMapData(this, key),\n size = data.size;\n\n data.set(key, value);\n this.size += data.size == size ? 0 : 1;\n return this;\n}\n\nmodule.exports = mapCacheSet;\n","var mapCacheClear = require('./_mapCacheClear'),\n mapCacheDelete = require('./_mapCacheDelete'),\n mapCacheGet = require('./_mapCacheGet'),\n mapCacheHas = require('./_mapCacheHas'),\n mapCacheSet = require('./_mapCacheSet');\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\nmodule.exports = MapCache;\n","var MapCache = require('./_MapCache');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `clear`, `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result) || cache;\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Expose `MapCache`.\nmemoize.Cache = MapCache;\n\nmodule.exports = memoize;\n","var memoize = require('./memoize');\n\n/** Used as the maximum memoize cache size. */\nvar MAX_MEMOIZE_SIZE = 500;\n\n/**\n * A specialized version of `_.memoize` which clears the memoized function's\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\n *\n * @private\n * @param {Function} func The function to have its output memoized.\n * @returns {Function} Returns the new memoized function.\n */\nfunction memoizeCapped(func) {\n var result = memoize(func, function(key) {\n if (cache.size === MAX_MEMOIZE_SIZE) {\n cache.clear();\n }\n return key;\n });\n\n var cache = result.cache;\n return result;\n}\n\nmodule.exports = memoizeCapped;\n","var memoizeCapped = require('./_memoizeCapped');\n\n/** Used to match property names within property paths. */\nvar rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoizeCapped(function(string) {\n var result = [];\n if (string.charCodeAt(0) === 46 /* . */) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, subString) {\n result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\nmodule.exports = stringToPath;\n","/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */\nfunction arrayMap(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length,\n result = Array(length);\n\n while (++index < length) {\n result[index] = iteratee(array[index], index, array);\n }\n return result;\n}\n\nmodule.exports = arrayMap;\n","var Symbol = require('./_Symbol'),\n arrayMap = require('./_arrayMap'),\n isArray = require('./isArray'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isArray(value)) {\n // Recursively convert values (susceptible to call stack limits).\n return arrayMap(value, baseToString) + '';\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = baseToString;\n","var baseToString = require('./_baseToString');\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\nmodule.exports = toString;\n","var isArray = require('./isArray'),\n isKey = require('./_isKey'),\n stringToPath = require('./_stringToPath'),\n toString = require('./toString');\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {Object} [object] The object to query keys on.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value, object) {\n if (isArray(value)) {\n return value;\n }\n return isKey(value, object) ? [value] : stringToPath(toString(value));\n}\n\nmodule.exports = castPath;\n","var isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = toKey;\n","var castPath = require('./_castPath'),\n toKey = require('./_toKey');\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = castPath(path, object);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\nmodule.exports = baseGet;\n","var baseGet = require('./_baseGet');\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n var result = object == null ? undefined : baseGet(object, path);\n return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { ThemeDefinitionProps } from \"./global.types\";\nimport { themeColors, themeShadows } from \"./themeColors\";\nimport { getThemeColors, paddingSizeVariants, radioVariants } from \"./utils\";\n\nexport const lightColors = {\n white: \"#fff\",\n sectionOneBG: \"#fff\",\n defaultFontColor: \"#000\",\n bulletColor: \"#2781B0\",\n borderColor: \"#E2E2E2\",\n boxBackground: \"#FBFAFA\",\n mainGrey: \"#5B5C5C\",\n disabledGrey: \"#E6EBEB\",\n hoverGrey: \"#E6EAEB\",\n pressedGrey: \"#D5D7D8\",\n actionDisabledGrey: \"#E7EAEB\",\n mainBlue: \"#07193E\",\n hoverBlue: \"#0D2453\",\n pressedBlue: \"#05132F\",\n mainRed: \"#C51B3F\",\n hoverRed: \"#FCF2F4\",\n lightRed: \"#C83B51\",\n divisorColor: \"#E3E3E3\",\n disabledBGGrey: \"#D5D7D7\",\n disabledInnerGrey: \"#B4B4B4\",\n logoLabel: \"#000000\",\n logoLabelInverse: \"#fff\",\n promoBlue: \"#A6DFEF\",\n footerDivider: \"#F2F2F2\",\n promoBG: \"#000110\",\n loaderColor: \"#113053\",\n headerBG: \"#FFFFFF\",\n headerBorder: \"#E5E5E5\",\n headerColor: \"#000000\",\n tooltipBG: \"#737373\",\n tooltipColor: \"#FFFFFF\",\n labelColor: \"#07193E\",\n mainGreen: \"#4CCB92\",\n checkBoxBorder: \"#c3c3c3\",\n iconButtonBG: \"#F8F8F8\",\n iconButtonActive: \"#5B5C5C80\",\n iconButtonHover: \"#EFEFEF\",\n iconButtonDisabled: \"#E6EBEB\",\n iconButtonColor: \"#7C7C7C\",\n backLinkColor: \"#073052\",\n backLinkArrow: \"#081C42\",\n backLinkHover: \"#eaedee\",\n commonLinkColor: \"#969FA8\",\n breadcrumbsBackground: \"#FCFCFD\",\n breadcrumbsBackBorder: \"#EAEDEE\",\n breadcrumbsText: \"#969FA8\",\n actionsListBorder: \"#F1F1F1\",\n disabledActionsColor: \"#EBEBEB\",\n optionTextColor: \"#5E5E5E\",\n modalCloseColor: \"#757575\",\n modalCloseHoverBG: \"#EAEAEA\",\n modalOverlayBG: \"#00000050\",\n bulletBGColor: \"#F1F4F4\",\n placeholder: \"#858585\",\n readBoxTextColor: \"#696969\",\n secondAction: \"#005C7E\",\n secondActionHover: \"#1B779A\",\n secondActionActive: \"#07506A\",\n mainOrange: \"#FFBD62\",\n menuBackground:\n \"linear-gradient(90deg, rgba(2,49,80,1) 0%, rgba(0,39,77,1) 50%, rgba(11,34,69,1) 100%)\",\n menuDropArrowColor: \"#8399AB\",\n menuDropArrowBackground: \"#0A1C3C\",\n menuSelectedOption:\n \"linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(20,88,122,1) 100%)\",\n menuCommonColor: \"#CADAE8\",\n menuColorDivider: \"#0F446C\",\n menuCollapseColor: \"#E8E8E8\",\n menuIconBG: \"#06274E\",\n menuIconBorder: \"#052148\",\n tabBorder: \"#EAEAEA\",\n codeEditorComment: \"#6e7781\",\n codeEditorEntityTag: \"#116329\",\n codeEditorEntity: \"#8250df\",\n codeEditorSublimelinterGutterMark: \"#8c959f\",\n codeEditorConstant: \"#0550ae\",\n codeEditorString: \"#0a3069\",\n codeEditorKeyword: \"#cf222e\",\n codeEditorMarkupBold: \"#24292f\",\n codeEditorRegexp: \"#ffaa00\",\n linkColor: \"#2781B0\",\n mutedText: \"#87888d\",\n disabledOnSwitchBG: \"#a9d3c5\",\n sliderDisabledBG: \"#dbdbdb\",\n};\n\nexport const darkColors = {\n dark: \"#181F2A\",\n sectionOneBG: \"#283140\",\n defaultFontColor: \"#C4C9D0\",\n bulletColor: \"#4B586A\",\n borderColor: \"#8E98A9\",\n boxBackground: \"#283140\",\n mainGrey: \"#A2ADC0\",\n disabledGrey: \"#494A4D\",\n hoverGrey: \"#4B586A\",\n borderPressedGrey: \"#707988\",\n pressedGrey: \"#333D4B\",\n mainWhite: \"#E6ECEC\",\n disabledWhite: \"#B5BCBD\",\n hoverWhite: \"#EFEDED\",\n pressedWhite: \"#C3CBCB\",\n mainRed: \"#FF3958\",\n hoverRed: \"#4B586A\",\n divisorColor: \"#E3E3E3\",\n disabledBGGrey: \"#616A7C\",\n disabledInnerGrey: \"#3A3F4A\",\n logoLabel: \"#A3B7D9\",\n logoLabelInverse: \"#fff\",\n footerDivider: \"#545D6A\",\n footerColor: \"#85B3EE\",\n promoBG: \"#000106\",\n loaderColor: \"#8E98A9\",\n headerBG: \"#212936\",\n headerBorder: \"#191E28\",\n headerColor: \"#E9F5F6\",\n tooltipBG: \"#8E98A9\",\n tooltipColor: \"#161C24\",\n labelColor: \"#A2ADC0\",\n mainGreen: \"#58FAB1\",\n checkBoxBorder: \"#8E98A9\",\n iconButtonBG: \"#A2ADC0\",\n iconButtonActive: \"#707988\",\n iconButtonHover: \"#4B586A\",\n iconButtonDisabled: \"#494A4D\",\n iconButtonColor: \"#283140\",\n backLinkColor: \"#8E98A9\",\n backLinkArrow: \"#A2ADC0\",\n backLinkHover: \"#3A3F4A\",\n modalCloseColor: \"#4B586A\",\n modalCloseHoverBG: \"#4B586A\",\n modalOverlayBG: \"#00010650\",\n bulletBGColor: \"#D5DEEF\",\n disabledSwitchBG: \"#494A4C\",\n disabledOnSwitchBG: \"#a2d7c3\",\n disabledBulletBG: \"#4B586B\",\n placeholder: \"#494A4D\",\n readBoxTextColor: \"#707988\",\n secondAction: \"#1B637E\",\n secondActionHover: \"#297E9D\",\n secondActionActive: \"#145B76\",\n mainOrange: \"#fCCE9D\",\n menuBackground: \"#242D3E\",\n menuDropArrowColor: \"#8E98A9\",\n menuDropArrowBackground: \"#1C2436\",\n menuSelectedOption: \"linear-gradient(90deg, rgba(0,0,0,0) 0%, #1B212C 100%)\",\n menuCommonColor: \"#8E98A9\",\n menuColorDivider: \"#323C4E\",\n menuCollapseColor: \"#E8E8E8\",\n menuIconBG: \"#161F30\",\n menuIconBorder: \"#151E2E\",\n menuHoverSelectedBorderIcon: \"#0E1119\",\n menuHoverSelectedBG: \"#909AAB\",\n codeEditorComment: \"#8b949e\",\n codeEditorEntityTag: \"#7ee787\",\n codeEditorEntity: \"#d2a8ff\",\n codeEditorSublimelinterGutterMark: \"#8E98A9\",\n codeEditorConstant: \"#79c0ff\",\n codeEditorString: \"#a5d6ff\",\n codeEditorKeyword: \"#ff7b72\",\n codeEditorMarkupBold: \"#c9d1d9\",\n codeEditorRegexp: \"#ffd582\",\n linkColor: \"#85B3EE\",\n mutedText: \"#767a80\",\n disabledSliderBullet: \"#939393\",\n};\n\nexport const lightV2 = {\n white: \"#FFF\",\n fontColor: \"#1D2125\",\n mainBackgroundColor: \"#F3F4F6\",\n menuSelectionColor: \"#DCEAFD\",\n switchBG: \"#2B64E5\",\n secondaryBlue: \"#4082F1\",\n green: \"#15CBCE\",\n lightGreen: \"#CCFBF7\",\n orange: \"#FDBC2E\",\n lightOrange: \"#FEF1C7\",\n danger: \"#FE5F57\",\n lightRed: \"#FFE2E1\",\n borderColor: \"#D1D5DB\",\n disabledGrey: \"#E5E7EB\",\n disabledGreyText: \"#9CA3AF\",\n disabledBlue: \"#DCEAFD\",\n disabledBlueText: \"#64A4F6\",\n disabledBlueRegular: \"#C1DBFC\",\n disabledSecondary: \"#D1D5DB\",\n disabledSecondaryText: \"#9CA3AF\",\n blueBorderActionButton: \"#2350D2\",\n redBorder: \"#A5190F\",\n disabledRed: \"#FFE2E1\",\n disabledRedText: \"#F1756F\",\n mutedText: \"#6B7280\",\n headerLabelText: \"#3A3D41\",\n plainIconButtonBorder: \"#CBD5E1\",\n plainIconButtonBG: \"#F1F5F9\",\n plainIconButtonColor: \"#475569\",\n linkColor: \"#306CE8\",\n modalCloseColor: \"#454D59\",\n modalBorderColor: \"#E3E6EA\",\n modalOverlayBG: \"rgba(55, 59, 66, 0.50)\",\n modalTitleColor: \"#21242B\",\n buttonDisabledBG: \"#E3E6EA\",\n buttonDisabledLabel: \"#798797\",\n defaultButtonPressed: \"#CAD1D7\",\n // NEW VARS NAMES\n bgColorBgShell: \"#F4F6F7\",\n colorTextLabel: \"rgba(0,0,0,0.65)\",\n colorBorderSubtle: \"#CAD1D7\",\n colorBgHover: \"#E3E6EA\",\n errorColorPrimaryText: \"#FF3100\",\n colorBorder: \"#CFD0D2\",\n colorText: \"#000000E0\",\n colorBgDisabled: \"#E3E6EA\",\n colorTextDisabled: \"#00000040\",\n // orphan colors? (not in themeColors)\n colorTextDestructive: \"#FF3100\",\n destructiveColorBorder: \"#FF3100\",\n neutralColorBorder: \"#D6DAE1\",\n buttonNeutralColorTextHover: \"#000000E0\",\n};\n\nexport const lightTheme: ThemeDefinitionProps = {\n bgColor: themeColors[\"Color/Neutral/colorBgBase\"].lightMode,\n fontColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n borderColor: themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].lightMode,\n bulletColor: themeColors[\"Color/Neutral/Text/colorTextSecondary\"].lightMode,\n logoColor: themeColors[\"Color/Brand/_minio/Raspberry\"].lightMode,\n logoLabelColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n logoLabelInverse:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n loaderColor: themeColors[\"Color/Base/Royal/10\"].lightMode,\n linkColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n secondaryLinkColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n boxBackground: themeColors[\"Color/Neutral/Bg/colorBgShell\"].lightMode,\n mutedText: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n secondaryText: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n colors: getThemeColors(\"lightMode\"),\n borderRadius: radioVariants,\n paddingSizes: paddingSizeVariants,\n boxShadows: themeShadows,\n box: {\n border: \"transparent\",\n shadow: \"0px 2px 2px 0px rgba(121, 135, 151, 0.15)\",\n backgroundColor: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].lightMode,\n },\n signalColors: {\n main: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n danger: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n good: themeColors[\"Color/Brand/Success/colorPrimaryText\"].lightMode,\n info: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n warning: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].lightMode,\n disabled: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n dark: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n clear: themeColors[\"Color/Neutral/colorBgBase\"].lightMode,\n selectBlue:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n },\n buttons: {\n primary: {\n enabled: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/5\"].lightMode} 0%, ${themeColors[\"Color/Base/Royal/6\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset`,\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/6\"].lightMode} 0%, ${themeColors[\"Color/Base/Royal/7\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset`,\n },\n pressed: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/6\"].lightMode} 0%, ${themeColors[\"Color/Base/Royal/7\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: \"none\",\n },\n },\n secondary: {\n enabled: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n },\n destructive: {\n enabled: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/5\"].lightMode} 0%, ${themeColors[\"Color/Base/Sunset/6\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset`,\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/6\"].lightMode} 0%, ${themeColors[\"Color/Base/Sunset/7\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset`,\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/6\"].lightMode} 0%, ${themeColors[\"Color/Base/Sunset/7\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: \"none\",\n },\n },\n \"primary-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n background: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n \"secondary-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n background: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n \"destructive-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n background: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n iconColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n \"primary-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n background: \"transparent\",\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n \"secondary-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n background: \"transparent\",\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n \"destructive-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n background: \"transparent\",\n iconColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n },\n login: {\n formBG: lightV2.white,\n bgFilter: \"none\",\n promoBG: lightColors.promoBG,\n formBorder: lightV2.disabledGrey,\n formShadow: \"0px 2px 8px 0px rgba(156, 163, 175, 0.15)\",\n promoHeader: lightV2.white,\n promoText: lightV2.white,\n footerElements: lightV2.fontColor,\n footerDivider: lightV2.fontColor,\n },\n pageHeader: {\n color: lightColors.headerColor,\n },\n tooltip: {\n background: lightColors.tooltipBG,\n color: lightColors.tooltipColor,\n },\n commonInput: {\n labelColor: lightV2.fontColor,\n },\n checkbox: {\n checkBoxBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n checkBoxBackground: themeColors[\"Color/Neutral/Bg/colorBgFields\"].lightMode,\n checkBoxHoverBorder:\n themeColors[\"Color/Neutral/Border/colorBorderBold\"].lightMode,\n checkBoxHoverBackground:\n themeColors[\"Color/Neutral/Bg/colorBgFields\"].lightMode,\n checkBoxFocusBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n checkBoxFocusBackground:\n themeColors[\"Color/Neutral/Bg/colorBgFields\"].lightMode,\n checkBoxFocusShadow: \"0px 0px 0px 4px rgba(43, 100, 229, 0.30)\",\n checkBoxActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n checkBoxActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n checkBoxActiveCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n checkBoxActiveHoverCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n checkBoxActiveHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n checkBoxActiveHoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n checkBoxFocusActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n checkBoxFocusActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n checkBoxFocusActiveCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n checkBoxFocusActiveHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n disabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n disabledColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n },\n radioGroup: {\n radioBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n radioBackground: themeColors[\"Color/Neutral/Bg/colorBgShell\"].lightMode,\n radioHoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n radioActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n radioActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n radioActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n radioHoverActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n radioHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n radioHoverActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n radioHoverActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n radioFocusBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n radioFocusBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n radioFocusCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n radioFocusActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n radioFocusActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n radioFocusActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n radioFocusShadow: themeShadows[\"focusStyle-Light\"],\n radioDisabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n radioDisabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n radioDisabledCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n labelColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n subLabelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n descriptionColor:\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].lightMode,\n },\n iconButton: {\n buttonBG: \"linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)\",\n activeBG: \"linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)\",\n hoverBG: \"linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)\",\n disabledBG: lightV2.disabledBlue,\n color: lightV2.white,\n disabledColor: lightV2.disabledBlueText,\n },\n dataTable: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n disabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n disabledBG: \"transparent\",\n selected: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n itemDisabled: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n itemColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n hoverColor: themeColors[\"Color/Brand/Control/colorBgActive\"].lightMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n actionButton: {\n border: lightV2.plainIconButtonBorder,\n background: lightV2.plainIconButtonBG,\n iconColor: lightV2.plainIconButtonColor,\n hoverBorder: lightV2.plainIconButtonBorder,\n hoverBackground: lightV2.plainIconButtonBG,\n hoverIconColor: lightV2.plainIconButtonColor,\n activeBorder: lightV2.plainIconButtonBorder,\n activeBackground: lightV2.plainIconButtonBG,\n activeIconColor: lightV2.plainIconButtonColor,\n disabledBackground: \"transparent\",\n disabledBorder: lightV2.disabledSecondary,\n disabledIconColor: lightV2.disabledSecondaryText,\n },\n },\n backLink: {\n color: lightColors.backLinkColor,\n arrow: lightColors.backLinkArrow,\n hover: lightColors.backLinkHover,\n },\n inputBox: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n hoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n color: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n backgroundColor: \"transparent\",\n error: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].lightMode,\n placeholderColor:\n themeColors[\"Color/Neutral/Text/colorTextPlaceholder\"].lightMode,\n disabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n disabledPlaceholder:\n themeColors[\"Color/Neutral/Text/colorTextPlaceholder\"].lightMode,\n disabledText:\n themeColors[\"Color/Neutral/Text/colorTextPlaceholder\"].lightMode,\n },\n breadcrumbs: {\n elementsColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n selectedColor:\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].lightMode,\n hoverBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n hoverColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n },\n actionsList: {\n containerBorderColor: lightColors.actionsListBorder,\n backgroundColor: lightColors.iconButtonBG,\n disabledOptionsTextColor: lightColors.disabledActionsColor,\n optionsBorder: lightColors.headerBorder,\n optionsHoverTextColor: lightColors.defaultFontColor,\n optionsTextColor: lightColors.optionTextColor,\n titleColor: lightColors.defaultFontColor,\n },\n screenTitle: {\n subtitleColor:\n themeColors[\"Color/Neutral/Text/colorTextTertiary\"].lightMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n },\n modalBox: {\n closeColor: lightV2.modalCloseColor,\n closeHoverBG: lightColors.modalCloseHoverBG,\n closeHoverColor: lightColors.defaultFontColor,\n containerColor: lightV2.white,\n overlayColor: lightV2.modalOverlayBG,\n titleColor: lightV2.modalTitleColor,\n border: lightV2.modalBorderColor,\n iconColor: {\n default: lightV2.modalTitleColor,\n accept: lightV2.green,\n delete: lightV2.danger,\n },\n },\n switchButton: {\n bulletBGColor: lightV2.white,\n bulletBorderColor: lightV2.white,\n disabledBulletBGColor: lightV2.disabledGrey,\n disabledBulletBorderColor: lightV2.disabledGrey,\n offLabelColor: lightV2.mutedText,\n onLabelColor: lightV2.fontColor,\n onBackgroundColor: lightV2.switchBG,\n switchBackground: lightV2.menuSelectionColor,\n disabledBackground: lightV2.disabledSecondary,\n disabledOnBackground: lightV2.disabledBlueText,\n },\n dropdownSelector: {\n hoverText: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n backgroundColor: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].lightMode,\n hoverBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n selectedBGColor: themeColors[\"Color/Brand/Control/colorBgActive\"].lightMode,\n selectedTextColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n optionTextColor:\n themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n disabledText: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n border: themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].lightMode,\n dangerText: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n dangerHoverBG:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n dangerHoverText:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n },\n readBox: {\n borderColor: lightV2.borderColor,\n backgroundColor: lightV2.disabledGrey,\n textColor: lightV2.mutedText,\n },\n menu: {\n vertical: {\n background: lightColors.menuBackground,\n textColor: lightColors.menuCommonColor,\n hoverSelectedIconBorder: lightColors.white,\n iconBorderColor: lightColors.menuIconBorder,\n iconBGColor: lightColors.menuIconBG,\n dropArrowColor: lightColors.menuDropArrowColor,\n dropArrowBackground: lightColors.menuDropArrowBackground,\n hoverSelectedBackground: lightColors.menuSelectedOption,\n hoverSelectedColor: lightColors.white,\n notificationColor: lightColors.mainRed,\n sectionDividerColor: lightColors.menuColorDivider,\n sectionLabelColor: lightColors.white,\n menuCollapseColor: lightColors.menuCollapseColor,\n },\n horizontal: {\n menuHeaderBackground: lightColors.menuBackground,\n textColor: lightColors.optionTextColor,\n hoverSelectedIconBorder: lightColors.defaultFontColor,\n iconBorderColor: lightColors.menuIconBorder,\n iconBGColor: lightColors.boxBackground,\n dropArrowColor: lightColors.menuDropArrowColor,\n dropArrowBackground: lightColors.boxBackground,\n hoverSelectedBackground: lightColors.mainBlue,\n hoverSelectedColor: lightColors.defaultFontColor,\n notificationColor: lightColors.lightRed,\n sectionDividerColor: lightColors.menuColorDivider,\n barBackground: lightColors.boxBackground,\n dropBackground: lightColors.boxBackground,\n dropHoverSelectedColor: lightColors.white,\n noOptionsBar: lightColors.bulletColor,\n },\n },\n tabs: {\n vertical: {\n buttons: {\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n backgroundColor: \"transparent\",\n labelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n disabledBackgroundColor: \"transparent\",\n disabledColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n selectedBackground: \"transparent\",\n selectedLabelColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n },\n backgroundColor: \"transparent\",\n borders: \"transparent\",\n },\n horizontal: {\n buttons: {\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n backgroundColor: \"transparent\",\n labelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n disabledBackgroundColor: \"transparent\",\n disabledColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n selectedBackground: \"transparent\",\n selectedLabelColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n },\n backgroundColor: \"transparent\",\n selectedIndicatorColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n bottomBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n },\n },\n codeEditor: {\n backgroundColor: lightColors.white,\n textColor: lightColors.defaultFontColor,\n helpToolsBarBG: lightV2.mainBackgroundColor,\n comment: lightColors.codeEditorComment,\n entityTag: lightColors.codeEditorEntityTag,\n entity: lightColors.codeEditorEntity,\n sublimelinterGutterMark: lightColors.codeEditorSublimelinterGutterMark,\n constant: lightColors.codeEditorConstant,\n string: lightColors.codeEditorString,\n keyword: lightColors.codeEditorKeyword,\n markupBold: lightColors.codeEditorMarkupBold,\n codeEditorRegexp: lightColors.codeEditorRegexp,\n },\n tag: {\n primary: {\n background: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n label: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n deleteColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n },\n secondary: {\n background: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n label: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n deleteColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n },\n destructive: {\n background: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n label: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n deleteColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n },\n },\n snackbar: {\n error: {\n backgroundColor: lightV2.lightRed,\n labelColor: lightV2.fontColor,\n },\n default: {\n backgroundColor: lightV2.disabledBlueRegular,\n labelColor: lightV2.fontColor,\n },\n success: {\n backgroundColor: lightV2.lightGreen,\n labelColor: lightV2.fontColor,\n },\n warning: {\n backgroundColor: lightV2.lightOrange,\n labelColor: lightV2.fontColor,\n },\n },\n informativeMessage: {\n error: {\n backgroundColor: lightV2.lightRed,\n borderColor: lightV2.lightRed,\n textColor: lightV2.fontColor,\n },\n default: {\n backgroundColor: lightV2.disabledBlueRegular,\n borderColor: lightV2.disabledBlueRegular,\n textColor: lightV2.fontColor,\n },\n success: {\n backgroundColor: lightV2.lightGreen,\n borderColor: lightV2.lightGreen,\n textColor: lightV2.fontColor,\n },\n warning: {\n backgroundColor: lightV2.lightOrange,\n borderColor: lightV2.lightOrange,\n textColor: lightV2.fontColor,\n },\n },\n notificationCount: {\n none: {\n backgroundColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n textColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n },\n info: {\n backgroundColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n textColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n },\n success: {\n backgroundColor:\n themeColors[\"Color/Brand/Success/colorPrimaryBg\"].lightMode,\n textColor: themeColors[\"Color/Brand/Success/colorPrimaryText\"].lightMode,\n },\n warning: {\n backgroundColor:\n themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].lightMode,\n textColor: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].lightMode,\n },\n danger: {\n backgroundColor:\n themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n textColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n },\n },\n wizard: {\n stepsBackground: lightColors.boxBackground,\n vertical: {\n stepLabelColor: lightColors.defaultFontColor,\n selectedStepBG: lightColors.borderColor,\n selectedStepLabelColor: lightColors.defaultFontColor,\n disabledLabelColor: lightColors.disabledInnerGrey,\n },\n modal: {\n stepLabelColor: lightV2.modalCloseColor,\n selectedStepBG: lightV2.switchBG,\n selectedStepLabelColor: lightV2.switchBG,\n disabledLabelColor: lightV2.disabledGreyText,\n borderColor: lightV2.defaultButtonPressed,\n buttonHoverBG: lightV2.modalBorderColor,\n },\n },\n slider: {\n bulletBG: lightColors.bulletColor,\n railBG: lightColors.borderColor,\n disabledRail: lightColors.sliderDisabledBG,\n disabledBullet: lightColors.disabledInnerGrey,\n },\n valuePair: {\n labelColor: lightV2.modalTitleColor,\n textColor: lightV2.modalTitleColor,\n linkColor: lightV2.modalCloseColor,\n },\n buttonGroup: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n labelColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n activeBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n activeLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n disabledLabelColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].lightMode,\n secondaryBackground:\n themeColors[\"Color/Neutral/Bg/colorBgContainer\"].lightMode,\n secondaryLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n selectedBackground:\n themeColors[\"Color/Brand/Control/colorBgActive\"].lightMode,\n selectedLabelColor:\n themeColors[\"Color/Brand/Info/colorPrimaryActive\"].lightMode,\n },\n dropdownOptions: {\n optionLabel: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n optionBG: \"transparent\",\n hoverOptionBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n activeOptionBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n dangerLabel: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n disabledLabel:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n },\n boxedIcon: {\n iconColor: themeColors[\"Color/Neutral/Icon/colorIcon\"].lightMode,\n bgColor: themeColors[\"Color/Neutral/Bg/colorBgSections\"].lightMode,\n },\n pill: {\n default: {\n labelColor: themeColors[\"Color/Brand/Neutral/colorPrimary\"].lightMode,\n bgColor: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n borderColor: themeColors[\"Color/Brand/Neutral/colorPrimary\"].lightMode,\n },\n secondary: {\n labelColor: themeColors[\"Color/Brand/Error/colorPrimary\"].lightMode,\n bgColor: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n borderColor: themeColors[\"Color/Brand/Error/colorPrimary\"].lightMode,\n },\n current: {\n labelColor: themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n bgColor: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n borderColor: themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n },\n },\n badge: {\n none: {\n minimalColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n boldLabel: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n },\n info: {\n minimalColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n boldLabel: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n },\n success: {\n minimalColor:\n themeColors[\"Color/Brand/Success/colorPrimaryText\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Success/colorPrimaryText\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Success/colorPrimaryBg\"].lightMode,\n boldLabel: themeColors[\"Color/Brand/Success/colorPrimaryText\"].lightMode,\n },\n warning: {\n minimalColor:\n themeColors[\"Color/Brand/Warning/colorPrimaryText\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].lightMode,\n boldLabel: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].lightMode,\n },\n danger: {\n minimalColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n boldLabel: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n },\n purple: {\n minimalColor: themeColors[\"Color/Base/Purple/6\"].lightMode,\n subtleBG: themeColors[\"Color/Base/Purple/6\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Base/Purple/1\"].lightMode,\n boldLabel: themeColors[\"Color/Base/Purple/6\"].lightMode,\n },\n rose: {\n minimalColor: themeColors[\"Color/Base/Rose/6\"].lightMode,\n subtleBG: themeColors[\"Color/Base/Rose/6\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Base/Rose/1\"].lightMode,\n boldLabel: themeColors[\"Color/Base/Rose/6\"].lightMode,\n },\n scooter: {\n minimalColor: themeColors[\"Color/Base/Scooter/6\"].lightMode,\n subtleBG: themeColors[\"Color/Base/Scooter/6\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Base/Scooter/1\"].lightMode,\n boldLabel: themeColors[\"Color/Base/Scooter/6\"].lightMode,\n },\n disabled: {\n minimalColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n boldLabel: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n },\n },\n notificationAlert: {\n danger: {\n highContrastBG: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n highContrastBorder:\n themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n minimalContrastBG:\n themeColors[\"Color/Neutral/Bg/colorBgElevated\"].lightMode,\n minimalContrastBorder:\n themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].lightMode,\n actionColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n iconColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n contentColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n },\n success: {\n highContrastBG:\n themeColors[\"Color/Brand/Success/colorPrimaryBg\"].lightMode,\n highContrastBorder:\n themeColors[\"Color/Brand/Success/colorPrimaryBg\"].lightMode,\n minimalContrastBG:\n themeColors[\"Color/Neutral/Bg/colorBgElevated\"].lightMode,\n minimalContrastBorder:\n themeColors[\"Color/Brand/Success/colorPrimaryBorder\"].lightMode,\n actionColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Success/colorPrimaryBorder\"].lightMode,\n contentColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n },\n warning: {\n highContrastBG:\n themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].lightMode,\n highContrastBorder:\n themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].lightMode,\n minimalContrastBG:\n themeColors[\"Color/Neutral/Bg/colorBgElevated\"].lightMode,\n minimalContrastBorder:\n themeColors[\"Color/Brand/Warning/colorPrimaryBorder\"].lightMode,\n actionColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Warning/colorPrimaryBorder\"].lightMode,\n contentColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n },\n information: {\n highContrastBG: themeColors[\"Color/Brand/Info/colorPrimaryBg\"].lightMode,\n highContrastBorder:\n themeColors[\"Color/Brand/Info/colorPrimaryBg\"].lightMode,\n minimalContrastBG:\n themeColors[\"Color/Neutral/Bg/colorBgElevated\"].lightMode,\n minimalContrastBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n actionColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n iconColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n contentColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n },\n neutral: {\n highContrastBG:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n highContrastBorder:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n minimalContrastBG:\n themeColors[\"Color/Neutral/Bg/colorBgElevated\"].lightMode,\n minimalContrastBorder:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBorder\"].lightMode,\n actionColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBorder\"].lightMode,\n contentColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n },\n },\n linkButton: {\n primary: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n neutral: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n destructive: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n disabled: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n },\n};\n\nexport const darkTheme: ThemeDefinitionProps = {\n bgColor: themeColors[\"Color/Neutral/colorBgBase\"].darkMode,\n fontColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n borderColor: themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].darkMode,\n bulletColor: themeColors[\"Color/Neutral/Text/colorTextSecondary\"].darkMode,\n logoColor: themeColors[\"Color/Brand/_minio/Raspberry\"].darkMode,\n logoLabelColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n logoLabelInverse:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n loaderColor: themeColors[\"Color/Base/Royal/10\"].darkMode,\n linkColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n secondaryLinkColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n boxBackground: themeColors[\"Color/Neutral/Bg/colorBgShell\"].darkMode,\n mutedText: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n secondaryText: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n colors: getThemeColors(\"darkMode\"),\n borderRadius: radioVariants,\n paddingSizes: paddingSizeVariants,\n boxShadows: themeShadows,\n box: {\n border: \"transparent\",\n shadow: \"0px 2px 2px 0px rgba(121, 135, 151, 0.15)\",\n backgroundColor: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].darkMode,\n },\n signalColors: {\n main: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n danger: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n good: themeColors[\"Color/Brand/Success/colorPrimaryText\"].darkMode,\n info: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n warning: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].darkMode,\n disabled: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n dark: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n clear: themeColors[\"Color/Neutral/colorBgBase\"].darkMode,\n selectBlue: themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n },\n buttons: {\n primary: {\n enabled: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/5\"].darkMode} 0%, ${themeColors[\"Color/Base/Royal/6\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #0B2CA2 inset`,\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/6\"].darkMode} 0%, ${themeColors[\"Color/Base/Royal/7\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #0B2CA2 inset`,\n },\n pressed: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/6\"].darkMode} 0%, ${themeColors[\"Color/Base/Royal/7\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: \"none\",\n },\n },\n secondary: {\n enabled: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n },\n destructive: {\n enabled: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/5\"].darkMode} 0%, ${themeColors[\"Color/Base/Sunset/6\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #981701 inset`,\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/6\"].darkMode} 0%, ${themeColors[\"Color/Base/Sunset/7\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #981701 inset`,\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/6\"].darkMode} 0%, ${themeColors[\"Color/Base/Sunset/7\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: \"none\",\n },\n },\n \"primary-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n background: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n \"secondary-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n background: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n \"destructive-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n background: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n \"primary-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n background: \"transparent\",\n iconColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n \"secondary-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n background: \"transparent\",\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n \"destructive-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n background: \"transparent\",\n iconColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n },\n login: {\n formBG: darkColors.sectionOneBG,\n promoBG: darkColors.promoBG,\n bgFilter: \"grayscale(50%)\",\n promoHeader: darkColors.logoLabel,\n promoText: darkColors.logoLabel,\n footerElements: darkColors.footerColor,\n footerDivider: darkColors.footerDivider,\n },\n pageHeader: {\n color: lightV2.headerLabelText,\n },\n tooltip: {\n background: darkColors.tooltipBG,\n color: darkColors.tooltipColor,\n },\n commonInput: {\n labelColor: darkColors.labelColor,\n },\n checkbox: {\n checkBoxBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n checkBoxBackground: themeColors[\"Color/Neutral/Bg/colorBgFields\"].darkMode,\n checkBoxHoverBorder:\n themeColors[\"Color/Neutral/Border/colorBorderBold\"].darkMode,\n checkBoxHoverBackground:\n themeColors[\"Color/Neutral/Bg/colorBgFields\"].darkMode,\n checkBoxFocusBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n checkBoxFocusBackground:\n themeColors[\"Color/Neutral/Bg/colorBgFields\"].darkMode,\n checkBoxFocusShadow: \"0px 0px 0px 4px rgba(43, 100, 229, 0.30)\",\n checkBoxActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n checkBoxActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n checkBoxActiveCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n checkBoxActiveHoverCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n checkBoxActiveHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n checkBoxActiveHoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n checkBoxFocusActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n checkBoxFocusActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n checkBoxFocusActiveCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n checkBoxFocusActiveHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n disabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n disabledColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n },\n radioGroup: {\n radioBorder: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n radioBackground: themeColors[\"Color/Neutral/Bg/colorBgShell\"].darkMode,\n radioHoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n radioActiveBorder: themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n radioActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n radioActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n radioHoverActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n radioHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n radioHoverActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n radioHoverActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n radioFocusBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n radioFocusBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n radioFocusCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n radioFocusActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n radioFocusActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n radioFocusActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n radioFocusShadow: themeShadows[\"focusStyle-Light\"],\n radioDisabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n radioDisabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n radioDisabledCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n labelColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n subLabelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n descriptionColor:\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].darkMode,\n },\n iconButton: {\n buttonBG: darkColors.iconButtonBG,\n activeBG: darkColors.iconButtonActive,\n hoverBG: darkColors.iconButtonHover,\n disabledBG: darkColors.iconButtonDisabled,\n color: darkColors.iconButtonColor,\n },\n dataTable: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n disabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n disabledBG: \"transparent\",\n selected: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n itemDisabled: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n itemColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n hoverColor: themeColors[\"Color/Brand/Control/colorBgActive\"].darkMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n actionButton: {\n border: lightV2.plainIconButtonBorder,\n background: lightV2.plainIconButtonBG,\n iconColor: lightV2.plainIconButtonColor,\n hoverBorder: lightV2.plainIconButtonBorder,\n hoverBackground: lightV2.plainIconButtonBG,\n hoverIconColor: lightV2.plainIconButtonColor,\n activeBorder: lightV2.plainIconButtonBorder,\n activeBackground: lightV2.plainIconButtonBG,\n activeIconColor: lightV2.plainIconButtonColor,\n disabledBackground: \"transparent\",\n disabledBorder: lightV2.disabledSecondary,\n disabledIconColor: lightV2.disabledSecondaryText,\n },\n },\n backLink: {\n color: darkColors.backLinkColor,\n arrow: darkColors.backLinkArrow,\n hover: darkColors.backLinkHover,\n },\n inputBox: {\n border: darkColors.borderColor,\n hoverBorder: darkColors.mainWhite,\n color: darkColors.mainGrey,\n backgroundColor: darkColors.dark,\n error: darkColors.mainRed,\n placeholderColor: darkColors.placeholder,\n disabledBorder: darkColors.disabledGrey,\n disabledBackground: darkColors.disabledInnerGrey,\n disabledPlaceholder: darkColors.disabledGrey,\n disabledText: darkColors.disabledBGGrey,\n },\n breadcrumbs: {\n elementsColor:\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].darkMode,\n selectedColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n hoverBG: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n hoverColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n },\n actionsList: {\n containerBorderColor: darkColors.bulletColor,\n backgroundColor: darkColors.sectionOneBG,\n disabledOptionsTextColor: darkColors.disabledGrey,\n optionsBorder: darkColors.bulletColor,\n optionsHoverTextColor: darkColors.hoverWhite,\n optionsTextColor: darkColors.defaultFontColor,\n titleColor: darkColors.defaultFontColor,\n },\n screenTitle: {\n subtitleColor: themeColors[\"Color/Neutral/Text/colorTextTertiary\"].darkMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n },\n modalBox: {\n closeColor: darkColors.modalCloseColor,\n closeHoverBG: darkColors.modalCloseHoverBG,\n closeHoverColor: darkColors.defaultFontColor,\n containerColor: darkColors.boxBackground,\n overlayColor: darkColors.modalOverlayBG,\n titleColor: darkColors.defaultFontColor,\n iconColor: {\n default: darkColors.mainGrey,\n accept: darkColors.mainGreen,\n delete: darkColors.mainRed,\n },\n },\n switchButton: {\n bulletBGColor: darkColors.bulletBGColor,\n bulletBorderColor: darkColors.mainWhite,\n disabledBulletBGColor: darkColors.disabledBulletBG,\n disabledBulletBorderColor: darkColors.backLinkArrow,\n offLabelColor: darkColors.hoverGrey,\n onLabelColor: darkColors.hoverWhite,\n onBackgroundColor: darkColors.mainGreen,\n switchBackground: darkColors.backLinkArrow,\n disabledBackground: darkColors.disabledSwitchBG,\n disabledOnBackground: darkColors.disabledOnSwitchBG,\n },\n dropdownSelector: {\n hoverText: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n backgroundColor: \"transparent\",\n hoverBG: themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n selectedBGColor: themeColors[\"Color/Brand/Control/colorBgActive\"].darkMode,\n selectedTextColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n optionTextColor:\n themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n disabledText: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n border: themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].darkMode,\n dangerText: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n dangerHoverBG:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n dangerHoverText:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n },\n readBox: {\n borderColor: darkColors.headerBorder,\n backgroundColor: darkColors.boxBackground,\n textColor: darkColors.readBoxTextColor,\n },\n menu: {\n vertical: {\n background: darkColors.menuBackground,\n textColor: darkColors.menuCommonColor,\n hoverSelectedIconBorder: darkColors.menuHoverSelectedBorderIcon,\n iconBorderColor: darkColors.menuIconBorder,\n iconBGColor: darkColors.menuIconBG,\n dropArrowColor: darkColors.menuDropArrowColor,\n dropArrowBackground: darkColors.menuDropArrowBackground,\n hoverSelectedBackground: darkColors.menuSelectedOption,\n hoverSelectedColor: darkColors.headerColor,\n notificationColor: darkColors.mainRed,\n sectionDividerColor: darkColors.menuColorDivider,\n sectionLabelColor: darkColors.headerColor,\n menuCollapseColor: darkColors.menuCollapseColor,\n },\n horizontal: {\n menuHeaderBackground: darkColors.menuBackground,\n textColor: darkColors.defaultFontColor,\n hoverSelectedIconBorder: darkColors.defaultFontColor,\n iconBorderColor: darkColors.menuIconBorder,\n iconBGColor: darkColors.boxBackground,\n dropArrowColor: darkColors.menuDropArrowColor,\n dropArrowBackground: darkColors.boxBackground,\n hoverSelectedBackground: darkColors.mainGrey,\n hoverSelectedColor: darkColors.headerColor,\n notificationColor: darkColors.mainRed,\n sectionDividerColor: darkColors.menuColorDivider,\n barBackground: darkColors.boxBackground,\n dropBackground: darkColors.boxBackground,\n dropHoverSelectedColor: darkColors.dark,\n noOptionsBar: darkColors.mainGrey,\n },\n },\n tabs: {\n vertical: {\n buttons: {\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n backgroundColor: \"transparent\",\n labelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n disabledBackgroundColor: \"transparent\",\n disabledColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n selectedBackground: \"transparent\",\n selectedLabelColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n },\n backgroundColor: \"transparent\",\n borders: \"transparent\",\n },\n horizontal: {\n buttons: {\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n backgroundColor: \"transparent\",\n labelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n disabledBackgroundColor: \"transparent\",\n disabledColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n selectedBackground: \"transparent\",\n selectedLabelColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n },\n backgroundColor: \"transparent\",\n selectedIndicatorColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n bottomBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n },\n },\n codeEditor: {\n backgroundColor: darkColors.boxBackground,\n textColor: darkColors.mainWhite,\n helpToolsBarBG: darkColors.boxBackground,\n comment: darkColors.codeEditorComment,\n entityTag: darkColors.codeEditorEntityTag,\n entity: darkColors.codeEditorEntity,\n sublimelinterGutterMark: darkColors.codeEditorSublimelinterGutterMark,\n constant: darkColors.codeEditorConstant,\n string: darkColors.codeEditorString,\n keyword: darkColors.codeEditorKeyword,\n markupBold: darkColors.codeEditorMarkupBold,\n codeEditorRegexp: darkColors.codeEditorRegexp,\n },\n tag: {\n primary: {\n background: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n label: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n deleteColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n },\n secondary: {\n background: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n label: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n deleteColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n },\n destructive: {\n background: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n label: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n deleteColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n },\n },\n snackbar: {\n error: {\n backgroundColor: darkColors.mainRed,\n labelColor: darkColors.mainWhite,\n },\n default: {\n backgroundColor: darkColors.mainGrey,\n labelColor: darkColors.dark,\n },\n success: {\n backgroundColor: darkColors.mainGreen,\n labelColor: darkColors.dark,\n },\n warning: {\n backgroundColor: darkColors.mainOrange,\n labelColor: darkColors.dark,\n },\n },\n informativeMessage: {\n error: {\n backgroundColor: darkColors.mainRed,\n borderColor: darkColors.mainRed,\n textColor: darkColors.mainWhite,\n },\n default: {\n backgroundColor: darkColors.mainGrey,\n borderColor: darkColors.mainGrey,\n textColor: darkColors.dark,\n },\n success: {\n backgroundColor: darkColors.mainGreen,\n borderColor: darkColors.mainGreen,\n textColor: darkColors.dark,\n },\n warning: {\n backgroundColor: darkColors.mainOrange,\n borderColor: darkColors.mainOrange,\n textColor: darkColors.dark,\n },\n },\n notificationCount: {\n none: {\n backgroundColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n textColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n },\n info: {\n backgroundColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n textColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n },\n success: {\n backgroundColor:\n themeColors[\"Color/Brand/Success/colorPrimaryBg\"].darkMode,\n textColor: themeColors[\"Color/Brand/Success/colorPrimaryText\"].darkMode,\n },\n warning: {\n backgroundColor:\n themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].darkMode,\n textColor: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].darkMode,\n },\n danger: {\n backgroundColor: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n textColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n },\n },\n wizard: {\n stepsBackground: darkColors.boxBackground,\n vertical: {\n stepLabelColor: darkColors.defaultFontColor,\n selectedStepBG: darkColors.borderColor,\n selectedStepLabelColor: darkColors.dark,\n disabledLabelColor: darkColors.disabledGrey,\n },\n modal: {\n stepLabelColor: darkColors.defaultFontColor,\n selectedStepBG: darkColors.borderColor,\n selectedStepLabelColor: darkColors.mainWhite,\n disabledLabelColor: darkColors.disabledGrey,\n },\n },\n slider: {\n bulletBG: darkColors.defaultFontColor,\n railBG: darkColors.footerDivider,\n disabledRail: darkColors.disabledSwitchBG,\n disabledBullet: darkColors.disabledSliderBullet,\n },\n pill: {\n default: {\n labelColor: themeColors[\"Color/Brand/Neutral/colorPrimary\"].darkMode,\n bgColor: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n borderColor: themeColors[\"Color/Brand/Neutral/colorPrimary\"].darkMode,\n },\n secondary: {\n labelColor: themeColors[\"Color/Brand/Error/colorPrimary\"].darkMode,\n bgColor: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n borderColor: themeColors[\"Color/Brand/Error/colorPrimary\"].darkMode,\n },\n current: {\n labelColor: themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n bgColor: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n borderColor: themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n },\n },\n buttonGroup: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n labelColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n activeBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n activeLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n disabledLabelColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].darkMode,\n secondaryBackground:\n themeColors[\"Color/Neutral/Bg/colorBgContainer\"].darkMode,\n secondaryLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n selectedBackground:\n themeColors[\"Color/Brand/Control/colorBgActive\"].darkMode,\n selectedLabelColor:\n themeColors[\"Color/Brand/Info/colorPrimaryActive\"].darkMode,\n },\n dropdownOptions: {\n optionLabel: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n optionBG: \"transparent\",\n hoverOptionBG: themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n activeOptionBG: themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n dangerLabel: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n disabledLabel: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n },\n boxedIcon: {\n iconColor: themeColors[\"Color/Neutral/Icon/colorIcon\"].darkMode,\n bgColor: themeColors[\"Color/Neutral/Bg/colorBgSections\"].darkMode,\n },\n badge: {\n none: {\n minimalColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n boldLabel: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n },\n info: {\n minimalColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n boldLabel: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n },\n success: {\n minimalColor:\n themeColors[\"Color/Brand/Success/colorPrimaryText\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Success/colorPrimaryText\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Success/colorPrimaryBg\"].darkMode,\n boldLabel: themeColors[\"Color/Brand/Success/colorPrimaryText\"].darkMode,\n },\n warning: {\n minimalColor:\n themeColors[\"Color/Brand/Warning/colorPrimaryText\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].darkMode,\n boldLabel: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].darkMode,\n },\n danger: {\n minimalColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n boldLabel: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n },\n purple: {\n minimalColor: themeColors[\"Color/Base/Purple/6\"].darkMode,\n subtleBG: themeColors[\"Color/Base/Purple/6\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Base/Purple/1\"].darkMode,\n boldLabel: themeColors[\"Color/Base/Purple/6\"].darkMode,\n },\n rose: {\n minimalColor: themeColors[\"Color/Base/Rose/6\"].darkMode,\n subtleBG: themeColors[\"Color/Base/Rose/6\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Base/Rose/1\"].darkMode,\n boldLabel: themeColors[\"Color/Base/Rose/6\"].darkMode,\n },\n scooter: {\n minimalColor: themeColors[\"Color/Base/Scooter/6\"].darkMode,\n subtleBG: themeColors[\"Color/Base/Scooter/6\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Base/Scooter/1\"].darkMode,\n boldLabel: themeColors[\"Color/Base/Scooter/6\"].darkMode,\n },\n disabled: {\n minimalColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n subtleLabel: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n boldLabel: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n },\n },\n notificationAlert: {\n danger: {\n highContrastBG: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n highContrastBorder:\n themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n minimalContrastBG:\n themeColors[\"Color/Neutral/Bg/colorBgElevated\"].darkMode,\n minimalContrastBorder:\n themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].darkMode,\n actionColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n contentColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n },\n success: {\n highContrastBG:\n themeColors[\"Color/Brand/Success/colorPrimaryBg\"].darkMode,\n highContrastBorder:\n themeColors[\"Color/Brand/Success/colorPrimaryBg\"].darkMode,\n minimalContrastBG:\n themeColors[\"Color/Neutral/Bg/colorBgElevated\"].darkMode,\n minimalContrastBorder:\n themeColors[\"Color/Brand/Success/colorPrimaryBorder\"].darkMode,\n actionColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Success/colorPrimaryBorder\"].darkMode,\n contentColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n },\n warning: {\n highContrastBG:\n themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].darkMode,\n highContrastBorder:\n themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].darkMode,\n minimalContrastBG:\n themeColors[\"Color/Neutral/Bg/colorBgElevated\"].darkMode,\n minimalContrastBorder:\n themeColors[\"Color/Brand/Warning/colorPrimaryBorder\"].darkMode,\n actionColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Warning/colorPrimaryBorder\"].darkMode,\n contentColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n },\n information: {\n highContrastBG: themeColors[\"Color/Brand/Info/colorPrimaryBg\"].darkMode,\n highContrastBorder:\n themeColors[\"Color/Brand/Info/colorPrimaryBg\"].darkMode,\n minimalContrastBG:\n themeColors[\"Color/Neutral/Bg/colorBgElevated\"].darkMode,\n minimalContrastBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n actionColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n contentColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n },\n neutral: {\n highContrastBG:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n highContrastBorder:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n minimalContrastBG:\n themeColors[\"Color/Neutral/Bg/colorBgElevated\"].darkMode,\n minimalContrastBorder:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBorder\"].darkMode,\n actionColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryBorder\"].darkMode,\n contentColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n },\n },\n linkButton: {\n primary: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n neutral: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n destructive: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n disabled: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n },\n};\n","/* eslint-disable @typescript-eslint/no-require-imports */\n\n// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport get from \"lodash/get\";\nimport { createGlobalStyle } from \"styled-components\";\n\nimport { lightColors, lightV2 } from \"../../global/themes\";\n\nconst GeistBlackWoff2 = require(\"../assets/fonts/Geist/Geist-Black.woff2\");\nconst GeistBoldWoff2 = require(\"../assets/fonts/Geist/Geist-Bold.woff2\");\nconst GeistLightWoff2 = require(\"../assets/fonts/Geist/Geist-Light.woff2\");\nconst GeistRegularWoff2 = require(\"../assets/fonts/Geist/Geist-Regular.woff2\");\nconst GeistThinWoff2 = require(\"../assets/fonts/Geist/Geist-Thin.woff2\");\nconst GeistSemiBoldWoff2 = require(\"../assets/fonts/Geist/Geist-SemiBold.woff2\");\nconst GeistMediumWoff2 = require(\"../assets/fonts/Geist/Geist-Medium.woff2\");\nconst GeistUltraLightWoff2 = require(\"../assets/fonts/Geist/Geist-UltraLight.woff2\");\n\nconst GlobalStyles = createGlobalStyle`\n ${({ theme }) => {\n return `\n /* Fonts */\n @font-face {\n font-family: \"Geist\";\n src: url(${GeistBoldWoff2}) format(\"woff2\");\n font-weight: bold;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistMediumWoff2}) format(\"woff2\");\n font-weight: 500;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistSemiBoldWoff2}) format(\"woff2\");\n font-weight: 600;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistLightWoff2}) format(\"woff2\");\n font-weight: 300;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistUltraLightWoff2}) format(\"woff2\");\n font-weight: 200;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistBlackWoff2}) format(\"woff2\");\n font-weight: 900;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistRegularWoff2}) format(\"woff2\");\n font-weight: normal;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistThinWoff2}) format(\"woff2\");\n font-weight: 100;\n font-style: normal;\n font-display: swap;\n }\n \n /* Main Page styling */\n \n *, *::before, *::after {\n box-sizing: inherit;\n outline:0;\n }\n \n html {\n box-sizing: border-box;\n -webkit-text-size-adjust: 100%;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n \n body {\n background-color: ${get(theme, \"bgColor\", lightV2.mainBackgroundColor)};\n color: ${get(theme, \"fontColor\", lightV2.fontColor)};\n minHeight: 100vh;\n font-family: 'Geist', sans-serif;\n margin: 0;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-weight: 400;\n font-size: 14px;\n line-height: 1.5;\n transition: background-color 0s\n }\n \n fieldset, section {\n border: 1px solid ${get(theme, \"borderColor\", lightV2.borderColor)};\n border-radius: 3px;\n background-color: transparent;\n padding: 25px;\n }\n \n a {\n color: ${get(theme, \"linkColor\", lightV2.linkColor)};\n }\n \n a:hover {\n color: ${get(theme, \"linkColor\", lightV2.linkColor)};\n }\n \n hr {\n border-top: 0;\n border-left: 0;\n border-right: 0;\n border-bottom: 1px solid ${get(theme, \"borderColor\", lightV2.borderColor)};\n background-color: transparent;\n }\n \n ul {\n padding-left: 20px;\n list-style: none;\n \n li:not([class*=\"Mui\"])::before {\n content: '■';\n color: ${get(theme, \"bulletColor\", lightColors.bulletColor)};\n font-size: 20px;\n display: inline-block;\n width: 1em;\n margin-left: -1em;\n }\n \n ul {\n list-style: none;\n li:not([class*=\"Mui\"])::before {\n content: \"○\";\n color: ${get(theme, \"bulletColor\", lightColors.bulletColor)},\n font-size: 20px;\n display: inline-block;\n width: 1em;\n margin-left: -1em;\n }\n }\n }\n \n button:active, button:focus, input: active, input:focus {\n outline: 0;\n }\n \n .min-icon {\n width: 26px;\n }\n \n #root: {\n height: 100%;\n width: 100%;\n display: flex;\n flex-flow: column;\n align-items: stretch;\n }\n \n #preload {\n display: none;\n }\n \n #loader-block {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100vh;\n justify-content: center;\n align-items: center;\n }\n \n .muted {\n color: ${get(theme, \"mutedText\", lightV2.mutedText)};\n font-size: 14px;\n }\n \n .error {\n color: ${get(theme, \"signalColors.danger\", lightV2.danger)};\n }\n \n /* Text Vars */\n .SM_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .SM_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 600;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .Base_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .Base_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px; \n letter-spacing: 0.16px;\n }\n .LG_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 16px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n letter-spacing: 0.16px;\n }\n .LG_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n letter-spacing: 0.16px;\n }\n .XL_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 20px;\n font-style: 400;\n font-weight: 84;\n line-height: 28px;\n }\n .XL_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 20px;\n font-style: normal;\n font-weight: 600;\n line-height: 28px;\n }\n `;\n }}\n`;\n\nexport default GlobalStyles;\n","function memoize(fn) {\n var cache = Object.create(null);\n return function (arg) {\n if (cache[arg] === undefined) cache[arg] = fn(arg);\n return cache[arg];\n };\n}\n\nexport { memoize as default };\n","import memoize from '@emotion/memoize';\n\nvar reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/; // https://esbench.com/bench/5bfee68a4cd7e6009ef61d23\n\nvar isPropValid = /* #__PURE__ */memoize(function (prop) {\n return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111\n /* o */\n && prop.charCodeAt(1) === 110\n /* n */\n && prop.charCodeAt(2) < 91;\n}\n/* Z+1 */\n);\n\nexport { isPropValid as default };\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport isPropValid from \"@emotion/is-prop-valid\";\nimport { StyleSheetManager, ThemeProvider } from \"styled-components\";\n\nimport { ThemeDefinitionProps } from \"../../global/global.types\";\nimport { darkTheme, lightTheme } from \"../../global/themes\";\nimport { ThemeHandlerProps } from \"./ThemeHandler.types\";\n\nconst ThemeHandler: FC = ({\n darkMode = false,\n children,\n customTheme,\n}) => {\n let selectedTheme: ThemeDefinitionProps = darkMode ? darkTheme : lightTheme;\n\n if (customTheme) {\n selectedTheme = customTheme;\n }\n\n const shouldForwardProp = (propName: string, target: any) => {\n if (typeof target === \"string\") {\n // For HTML elements, forward the prop if it is a valid HTML attribute\n return isPropValid(propName);\n }\n // For other elements, forward all props\n return true;\n };\n\n return (\n \n {children}\n \n );\n};\n\nexport default ThemeHandler;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { RefObject } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { lightV2 } from \"../../global/themes\";\nimport { overridePropsParse } from \"../../global/utils\";\nimport { BoxProps } from \"./Box.types\";\n\nconst BoxParent = styled.div>(\n ({\n theme,\n sx,\n withBorders,\n customBorderPadding,\n customBorderRadius,\n useBackground,\n }) => {\n let extraBorders = {};\n\n if (withBorders) {\n extraBorders = {\n border: `${get(theme, \"box.border\", lightV2.disabledGrey)} 1px solid`,\n borderRadius: customBorderRadius || 16,\n padding: customBorderPadding || 24,\n boxShadow: get(theme, \"box.shadow\", \"none\"),\n backgroundColor: get(theme, \"box.backgroundColor\", lightV2.white),\n };\n }\n\n return {\n backgroundColor: useBackground\n ? get(theme, \"boxBackground\", \"#FBFAFA\")\n : \"transparent\",\n ...extraBorders,\n ...overridePropsParse(sx, theme),\n };\n },\n);\n\nconst Box = React.forwardRef, BoxProps>(\n (\n {\n sx,\n children,\n customBorderPadding,\n customBorderRadius = 16,\n className,\n withBorders,\n ...props\n },\n ref,\n ) => {\n return (\n | null | undefined}\n withBorders={withBorders}\n className={`box ${withBorders ? \"with-borders\" : \"\"} ${className || \"\"}`}\n >\n {children}\n \n );\n },\n);\n\nexport default Box;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, HTMLAttributes } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { lightColors } from \"../../global/themes\";\nimport { overridePropsParse, paddingSizeVariants } from \"../../global/utils\";\nimport Box from \"../Box/Box\";\nimport ChevronDownIcon from \"../Icons/NewDesignIcons/ChevronDownIcon\";\nimport ChevronUpIcon from \"../Icons/NewDesignIcons/ChevronUpIcon\";\nimport {\n AccordionContentProps,\n AccordionMainProps,\n AccordionProps,\n} from \"./Accordion.types\";\n\nconst AccordionContainer = styled.div(({ theme, sx }) => ({\n borderBottom: `1px solid ${get(theme, \"borderColor\", lightColors.borderColor)}`,\n\n borderRadius: 2,\n ...overridePropsParse(sx, theme),\n}));\n\nconst AccordionTitleBar = styled.div>(\n ({ theme }) => ({\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"space-between\",\n padding: `${paddingSizeVariants.sizeXXS}px 0`,\n cursor: \"pointer\",\n userSelect: \"none\",\n fontSize: 14,\n fontStyle: \"normal\",\n fontWeight: 600,\n lineHeight: \"20px\",\n letterSpacing: \"0.16px\",\n color: theme.colors[\"Color/Neutral/Text/colorTextHeading\"],\n \"&.disabled\": {\n cursor: \"not-allowed\",\n color: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n },\n }),\n);\n\nconst AccordionContent = styled.div(\n ({ theme, expanded, backgroundColor }) => ({\n borderTop: 0,\n display: \"grid\",\n gridTemplateRows: expanded ? \"1fr\" : \"0fr\",\n transition: \"250ms grid-template-rows ease\",\n \"& .expandSubContainer\": {\n overflow: \"hidden\",\n padding: expanded ? paddingSizeVariants.sizeXS : 0,\n transition: expanded ? \"initial\" : \"250ms padding ease 150ms\",\n display: \"flex\",\n flexDirection: \"column\",\n gap: 16,\n backgroundColor: backgroundColor\n ? theme.colors[\"Color/Neutral/Bg/colorBgSections\"]\n : \"initial\",\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n marginBottom: expanded ? paddingSizeVariants.sizeXS : 0,\n \"& > div:last-of-type\": {\n marginBottom: 36,\n },\n },\n }),\n);\n\nconst Accordion: FC = ({\n title,\n expanded,\n children,\n onTitleClick,\n disabled,\n id,\n contentBackgroundColor = false,\n sx,\n}) => {\n return (\n \n (!disabled ? onTitleClick() : null)}\n className={`accordionTitle ${disabled ? \"disabled\" : \"\"}`}\n >\n {title}\n {expanded ? : }\n \n \n {children}\n \n \n );\n};\n\nexport default Accordion;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, {\n cloneElement,\n FC,\n Fragment,\n HTMLAttributes,\n useState,\n} from \"react\";\nimport { createPortal } from \"react-dom\";\nimport get from \"lodash/get\";\nimport styled, { css, keyframes } from \"styled-components\";\n\nimport {\n TooltipBuild,\n TooltipConstructProps,\n TooltipProps,\n} from \"./Tooltip.types\";\n\nconst opacityAnimation = keyframes`\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n`;\n\nconst TooltipWrapper = styled.span>(\n {\n display: \"inline-flex\",\n position: \"relative\",\n },\n css`\n &:hover {\n & .tooltipElement {\n display: block;\n animation: ${opacityAnimation} 1s;\n }\n }\n `,\n);\n\nconst TooltipItem = styled.div(({ theme, placement }) => {\n const tooltipArrowSize = \"6px\";\n\n const background = get(theme, \"tooltip.background\", \"#737373\");\n const textColor = get(theme, \"tooltip.color\", \"#FFFFFF\");\n\n let placementPosition = {};\n const beforePosition = {\n content: \"' '\",\n left: \"50%\",\n border: \"solid transparent\",\n height: 0,\n width: 0,\n position: \"absolute\",\n pointerEvents: \"none\",\n borderWidth: tooltipArrowSize,\n marginLeft: `calc(${tooltipArrowSize} * -1);`,\n };\n\n switch (placement) {\n case \"top\":\n placementPosition = {\n transform: \"translateX(-50%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n top: \"100%\",\n borderTopColor: background,\n },\n };\n break;\n case \"right\":\n placementPosition = {\n transform: \"translateX(0) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: `calc(${tooltipArrowSize} * -1)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderRightColor: background,\n },\n };\n break;\n case \"left\":\n placementPosition = {\n transform: \"translateX(-100%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: \"auto\",\n right: `calc(${tooltipArrowSize} * -2)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderLeftColor: background,\n },\n };\n break;\n default:\n placementPosition = {\n transform: \"translateX(-50%)\",\n \"&::before\": {\n ...beforePosition,\n bottom: \"100%\",\n borderBottomColor: background,\n },\n };\n }\n\n return {\n position: \"fixed\",\n borderRadius: 4,\n color: textColor,\n background: background,\n lineHeight: 1,\n zIndex: 10001,\n padding: 8,\n fontSize: 12,\n boxShadow: \"#00000050 0px 3px 10px\",\n maxWidth: 350,\n ...placementPosition,\n };\n});\n\nconst TooltipElement: FC = ({\n placement,\n content,\n anchorEl,\n}) => {\n let position = {};\n let calculatedPlacement = placement;\n const boundYLimit = 45;\n const boundXLimit = 175;\n\n if (anchorEl) {\n const bounds = anchorEl.getBoundingClientRect();\n const windowWidth = document.documentElement.offsetWidth;\n const windowHeight = document.documentElement.offsetHeight;\n\n switch (placement) {\n case \"bottom\": {\n const calcPosition = bounds.top + bounds.height + boundYLimit;\n\n if (calcPosition > windowHeight) {\n calculatedPlacement = \"top\";\n }\n break;\n }\n case \"left\": {\n const calcInitPosition = bounds.left - boundXLimit;\n\n if (calcInitPosition < 0) {\n calculatedPlacement = \"right\";\n }\n\n break;\n }\n case \"right\": {\n const calcEndPosition = bounds.left + bounds.width + boundXLimit;\n\n if (calcEndPosition > windowWidth) {\n calculatedPlacement = \"left\";\n }\n break;\n }\n case \"top\": {\n if (bounds.top < boundYLimit) {\n calculatedPlacement = \"bottom\";\n }\n\n break;\n }\n }\n\n switch (calculatedPlacement) {\n case \"bottom\":\n position = {\n top: bounds.top + bounds.height + 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n case \"left\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left - 12,\n };\n break;\n case \"right\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left + bounds.width + 12,\n };\n break;\n case \"top\":\n position = {\n top: bounds.top - bounds.height / 2 - 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n }\n }\n\n return (\n \n {content}\n \n );\n};\n\nconst Tooltip: FC = ({\n children,\n tooltip,\n errorProps,\n placement = \"bottom\",\n}) => {\n const [anchorEl, setAnchorEl] = useState<\n (EventTarget & HTMLSpanElement) | null\n >(null);\n const [tooltipVisible, setTooltipVisible] = useState(false);\n\n if (tooltip === \"\") {\n return (\n \n {errorProps ? cloneElement(children, { ...errorProps }) : children}\n \n );\n }\n\n return (\n \n {\n setAnchorEl(event.currentTarget);\n setTooltipVisible(true);\n }}\n onPointerLeave={() => {\n setTooltipVisible(false);\n }}\n >\n {errorProps ? cloneElement(children, { ...errorProps }) : children}\n {tooltipVisible &&\n createPortal(\n ,\n document.body,\n )}\n \n \n );\n};\n\nexport default Tooltip;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { ActionButtonProps } from \"./ActionsList.types\";\n\nconst CustomButton = styled.button<\n React.ButtonHTMLAttributes\n>(({ theme }) => ({\n display: \"inline-flex\",\n alignItems: \"center\",\n justifyContent: \"flex-start\",\n color: get(theme, \"actionsList.optionsTextColor\", \"#5E5E5E\"),\n width: \"100%\",\n height: 22,\n margin: 0,\n padding: \"0 15px\",\n fontSize: 14,\n fontWeight: \"normal\",\n whiteSpace: \"nowrap\",\n backgroundColor: \"transparent\",\n border: \"none\",\n cursor: \"pointer\",\n \"&:hover\": {\n backgroundColor: \"transparent\",\n color: get(theme, \"actionsList.optionsHoverTextColor\", \"#000\"),\n },\n \"& svg\": {\n width: 11,\n marginRight: 8,\n },\n \"&:disabled\": {\n color: get(theme, \"actionsList.disabledOptionsTextColor\", \"#EBEBEB\"),\n cursor: \"not-allowed\",\n },\n \"& .buttonIcon\": {\n width: 11,\n },\n}));\n\nconst ObjectActionButton: FC = ({\n icon,\n label,\n ...props\n}) => {\n return (\n \n {icon}\n {label}\n \n );\n};\n\nexport default ObjectActionButton;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, HTMLAttributes } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport Tooltip from \"../Tooltip/Tooltip\";\nimport { ActionsListPanelProps, ActionsListProps } from \"./ActionsList.types\";\nimport ObjectActionButton from \"./ObjectActionButton\";\n\nconst ActionsListPanel = styled.div<\n HTMLAttributes & ActionsListPanelProps\n>(({ theme, sx }) => ({\n \"& .titleLabel\": {\n fontSize: 14,\n fontWeight: \"700\",\n color: get(theme, \"actionsList.titleColor\", \"#000\"),\n padding: \"12px 30px 8px 22px\",\n whiteSpace: \"nowrap\",\n textOverflow: \"ellipsis\",\n overflow: \"hidden\",\n alignItems: \"center\",\n },\n \"& .objectActions\": {\n backgroundColor: get(theme, \"actionsList.backgroundColor\", \"#F8F8F8\"),\n border: `${get(\n theme,\n \"actionsList.containerBorderColor\",\n \"#F1F1F1\",\n )} 1px solid`,\n borderRadius: 3,\n margin: \"8px 22px\",\n padding: 0,\n \"& span\": {\n width: \"100%\",\n },\n \"& li\": {\n listStyle: \"none\",\n padding: 6,\n margin: 0,\n borderBottom: `${get(\n theme,\n \"actionsList.optionsBorder\",\n \"#E5E5E5\",\n )} 1px solid`,\n fontSize: 14,\n \"&:first-of-type\": {\n padding: 10,\n fontWeight: \"bold\",\n color: get(theme, \"actionsList.titleColor\", \"#000\"),\n },\n \"&:last-of-type\": {\n borderBottom: 0,\n },\n \"&::before\": {\n content: \"' '!important\",\n },\n },\n },\n ...overridePropsParse(sx, theme),\n}));\n\nconst ActionsList: FC = ({ sx, items, title }) => {\n return (\n \n
{title}
\n
    \n
  • Actions:
  • \n {items.map((actionItem, index) => {\n return (\n
  • \n \n \n \n
  • \n );\n })}\n
\n
\n );\n};\n\nexport default ActionsList;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nconst Logo = styled.svg((props) => ({\n fill: get(props, `theme.logoColor`, \"#C51C3F\"),\n}));\n\nconst ThemedLogo: FC> = ({ width, onClick }) => {\n return (\n \n \n \n );\n};\n\nexport default ThemedLogo;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { LogoBaseProps } from \"./LogoBase.types\";\n\nconst LogoBaseConstruct = styled.svg & LogoBaseProps>((props) => {\n let mainColor = get(props, \"theme.logoLabelColor\", \"#000\");\n\n if (props.inverse) {\n mainColor = get(props, \"theme.logoLabelInverse\", \"#fff\");\n }\n\n return {\n \"& .minioSection\": {\n fill: get(props, `theme.logoColor`, \"#C51C3F\"),\n },\n \"& .minioApplicationName\": {\n fill: mainColor,\n },\n };\n});\n\nconst LogoBase: FC & LogoBaseProps> = ({ ...restProps }) => {\n return ;\n};\n\nexport default LogoBase;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Cache: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Cache;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Cloud: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Cloud;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleAGPL: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleAGPL;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleEnterprise: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleEnterprise;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleSingle: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleSingle;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleStandard: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleStandard;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst GlobalConsole: FC & LogoBaseProps> = ({ inverse }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default GlobalConsole;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst DirectPV: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default DirectPV;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Enterprise: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Enterprise;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Eureka: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Eureka;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst EurekaNew: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n );\n};\n\nexport default EurekaNew;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst IndexLogo: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default IndexLogo;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst KES: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default KES;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst KMS: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default KMS;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst LoadBalancer: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default LoadBalancer;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MinIOEnterprise: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MinIOEnterprise;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MinIOEnterpriseOS: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MinIOEnterpriseOS;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MinIOEnterpriseOSVertical: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MinIOEnterpriseOSVertical;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MissionControl: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MissionControl;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Monitor: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Monitor;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Observe: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Observe;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Operator: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Operator;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Releases: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Releases;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst SUBNET: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default SUBNET;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst DirectPV: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default DirectPV;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst VMBroker: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default VMBroker;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\n\nimport ThemedLogo from \"../ThemedLogo/ThemedLogo\";\nimport { ApplicationLogoProps } from \"./ApplicationLogo.types\";\nimport Cache from \"./Logos/Cache/Cache\";\nimport Cloud from \"./Logos/Cloud/Cloud\";\nimport ConsoleAGPL from \"./Logos/Console/ConsoleAGPL\";\nimport ConsoleEnterprise from \"./Logos/Console/ConsoleEnterprise\";\nimport ConsoleSingle from \"./Logos/Console/ConsoleSingle\";\nimport ConsoleStandard from \"./Logos/Console/ConsoleStandard\";\nimport GlobalConsole from \"./Logos/Console/GlobalConsole\";\nimport DirectPV from \"./Logos/DirectPV/DirectPV\";\nimport Enterprise from \"./Logos/Enterprise/Enterprise\";\nimport Eureka from \"./Logos/Eureka/Eureka\";\nimport EurekaNew from \"./Logos/Eureka/EurekaNew\";\nimport IndexLogo from \"./Logos/IndexLogo/IndexLogo\";\nimport KES from \"./Logos/KES/KES\";\nimport KMS from \"./Logos/KMS/KMS\";\nimport LoadBalancer from \"./Logos/LoadBalancer/LoadBalancer\";\nimport MinIOEnterprise from \"./Logos/MinIO/MinIOEnterprise\";\nimport MinIOEnterpriseOS from \"./Logos/MinIO/MinIOEnterpriseOS\";\nimport MinIOEnterpriseOSVertical from \"./Logos/MinIO/MinIOEnterpriseOSVertical\";\nimport MissionControl from \"./Logos/MissionControl/MissionControl\";\nimport Monitor from \"./Logos/Monitor/Monitor\";\nimport Observe from \"./Logos/Observe/Observe\";\nimport Operator from \"./Logos/Operator/Operator\";\nimport Releases from \"./Logos/Releases/Releases\";\nimport SUBNET from \"./Logos/SUBNET/SUBNET\";\nimport SubnetOPS from \"./Logos/SubnetOPS/SubnetOPS\";\nimport VMBroker from \"./Logos/VMBroker/VMBroker\";\n\nconst ApplicationLogo: FC = ({\n applicationName,\n subVariant = \"simple\",\n inverse,\n onClick,\n}) => {\n switch (applicationName) {\n case \"console\":\n switch (subVariant) {\n case \"standard\":\n return ;\n case \"enterprise\":\n return ;\n case \"AGPL\":\n return ;\n default:\n return ;\n }\n break;\n case \"directpv\":\n return ;\n case \"subnet\":\n return ;\n case \"kes\":\n return ;\n case \"operator\":\n return ;\n case \"subnetops\":\n return ;\n case \"cloud\":\n return ;\n case \"releases\":\n return ;\n break;\n case \"vmbroker\":\n return ;\n break;\n case \"eureka\":\n switch (subVariant) {\n case \"new\":\n return ;\n default:\n return ;\n }\n break;\n case \"kms\":\n return ;\n case \"loadbalancer\":\n return ;\n case \"index\":\n return ;\n case \"cache\":\n return ;\n case \"monitor\":\n return ;\n case \"observe\":\n return ;\n case \"missioncontrol\":\n return ;\n case \"globalconsole\":\n return ;\n case \"enterprise\":\n return ;\n case \"minio\":\n switch (subVariant) {\n case \"enterprise\":\n return ;\n break;\n case \"enterpriseos\":\n return ;\n case \"enterpriseosvertical\":\n return (\n \n );\n default:\n return ;\n }\n }\n};\n\nexport default ApplicationLogo;\n","var root = require('./_root');\n\n/**\n * Gets the timestamp of the number of milliseconds that have elapsed since\n * the Unix epoch (1 January 1970 00:00:00 UTC).\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Date\n * @returns {number} Returns the timestamp.\n * @example\n *\n * _.defer(function(stamp) {\n * console.log(_.now() - stamp);\n * }, _.now());\n * // => Logs the number of milliseconds it took for the deferred invocation.\n */\nvar now = function() {\n return root.Date.now();\n};\n\nmodule.exports = now;\n","/** Used to match a single whitespace character. */\nvar reWhitespace = /\\s/;\n\n/**\n * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace\n * character of `string`.\n *\n * @private\n * @param {string} string The string to inspect.\n * @returns {number} Returns the index of the last non-whitespace character.\n */\nfunction trimmedEndIndex(string) {\n var index = string.length;\n\n while (index-- && reWhitespace.test(string.charAt(index))) {}\n return index;\n}\n\nmodule.exports = trimmedEndIndex;\n","var trimmedEndIndex = require('./_trimmedEndIndex');\n\n/** Used to match leading whitespace. */\nvar reTrimStart = /^\\s+/;\n\n/**\n * The base implementation of `_.trim`.\n *\n * @private\n * @param {string} string The string to trim.\n * @returns {string} Returns the trimmed string.\n */\nfunction baseTrim(string) {\n return string\n ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')\n : string;\n}\n\nmodule.exports = baseTrim;\n","var baseTrim = require('./_baseTrim'),\n isObject = require('./isObject'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar NAN = 0 / 0;\n\n/** Used to detect bad signed hexadecimal string values. */\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n\n/** Used to detect binary string values. */\nvar reIsBinary = /^0b[01]+$/i;\n\n/** Used to detect octal string values. */\nvar reIsOctal = /^0o[0-7]+$/i;\n\n/** Built-in method references without a dependency on `root`. */\nvar freeParseInt = parseInt;\n\n/**\n * Converts `value` to a number.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {number} Returns the number.\n * @example\n *\n * _.toNumber(3.2);\n * // => 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */\nfunction toNumber(value) {\n if (typeof value == 'number') {\n return value;\n }\n if (isSymbol(value)) {\n return NAN;\n }\n if (isObject(value)) {\n var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\n value = isObject(other) ? (other + '') : other;\n }\n if (typeof value != 'string') {\n return value === 0 ? value : +value;\n }\n value = baseTrim(value);\n var isBinary = reIsBinary.test(value);\n return (isBinary || reIsOctal.test(value))\n ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\n : (reIsBadHex.test(value) ? NAN : +value);\n}\n\nmodule.exports = toNumber;\n","var isObject = require('./isObject'),\n now = require('./now'),\n toNumber = require('./toNumber');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max,\n nativeMin = Math.min;\n\n/**\n * Creates a debounced function that delays invoking `func` until after `wait`\n * milliseconds have elapsed since the last time the debounced function was\n * invoked. The debounced function comes with a `cancel` method to cancel\n * delayed `func` invocations and a `flush` method to immediately invoke them.\n * Provide `options` to indicate whether `func` should be invoked on the\n * leading and/or trailing edge of the `wait` timeout. The `func` is invoked\n * with the last arguments provided to the debounced function. Subsequent\n * calls to the debounced function return the result of the last `func`\n * invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the debounced function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.debounce` and `_.throttle`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to debounce.\n * @param {number} [wait=0] The number of milliseconds to delay.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=false]\n * Specify invoking on the leading edge of the timeout.\n * @param {number} [options.maxWait]\n * The maximum time `func` is allowed to be delayed before it's invoked.\n * @param {boolean} [options.trailing=true]\n * Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new debounced function.\n * @example\n *\n * // Avoid costly calculations while the window size is in flux.\n * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\n *\n * // Invoke `sendMail` when clicked, debouncing subsequent calls.\n * jQuery(element).on('click', _.debounce(sendMail, 300, {\n * 'leading': true,\n * 'trailing': false\n * }));\n *\n * // Ensure `batchLog` is invoked once after 1 second of debounced calls.\n * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });\n * var source = new EventSource('/stream');\n * jQuery(source).on('message', debounced);\n *\n * // Cancel the trailing debounced invocation.\n * jQuery(window).on('popstate', debounced.cancel);\n */\nfunction debounce(func, wait, options) {\n var lastArgs,\n lastThis,\n maxWait,\n result,\n timerId,\n lastCallTime,\n lastInvokeTime = 0,\n leading = false,\n maxing = false,\n trailing = true;\n\n if (typeof func != 'function') {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n wait = toNumber(wait) || 0;\n if (isObject(options)) {\n leading = !!options.leading;\n maxing = 'maxWait' in options;\n maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;\n trailing = 'trailing' in options ? !!options.trailing : trailing;\n }\n\n function invokeFunc(time) {\n var args = lastArgs,\n thisArg = lastThis;\n\n lastArgs = lastThis = undefined;\n lastInvokeTime = time;\n result = func.apply(thisArg, args);\n return result;\n }\n\n function leadingEdge(time) {\n // Reset any `maxWait` timer.\n lastInvokeTime = time;\n // Start the timer for the trailing edge.\n timerId = setTimeout(timerExpired, wait);\n // Invoke the leading edge.\n return leading ? invokeFunc(time) : result;\n }\n\n function remainingWait(time) {\n var timeSinceLastCall = time - lastCallTime,\n timeSinceLastInvoke = time - lastInvokeTime,\n timeWaiting = wait - timeSinceLastCall;\n\n return maxing\n ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)\n : timeWaiting;\n }\n\n function shouldInvoke(time) {\n var timeSinceLastCall = time - lastCallTime,\n timeSinceLastInvoke = time - lastInvokeTime;\n\n // Either this is the first call, activity has stopped and we're at the\n // trailing edge, the system time has gone backwards and we're treating\n // it as the trailing edge, or we've hit the `maxWait` limit.\n return (lastCallTime === undefined || (timeSinceLastCall >= wait) ||\n (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait));\n }\n\n function timerExpired() {\n var time = now();\n if (shouldInvoke(time)) {\n return trailingEdge(time);\n }\n // Restart the timer.\n timerId = setTimeout(timerExpired, remainingWait(time));\n }\n\n function trailingEdge(time) {\n timerId = undefined;\n\n // Only invoke if we have `lastArgs` which means `func` has been\n // debounced at least once.\n if (trailing && lastArgs) {\n return invokeFunc(time);\n }\n lastArgs = lastThis = undefined;\n return result;\n }\n\n function cancel() {\n if (timerId !== undefined) {\n clearTimeout(timerId);\n }\n lastInvokeTime = 0;\n lastArgs = lastCallTime = lastThis = timerId = undefined;\n }\n\n function flush() {\n return timerId === undefined ? result : trailingEdge(now());\n }\n\n function debounced() {\n var time = now(),\n isInvoking = shouldInvoke(time);\n\n lastArgs = arguments;\n lastThis = this;\n lastCallTime = time;\n\n if (isInvoking) {\n if (timerId === undefined) {\n return leadingEdge(lastCallTime);\n }\n if (maxing) {\n // Handle invocations in a tight loop.\n clearTimeout(timerId);\n timerId = setTimeout(timerExpired, wait);\n return invokeFunc(lastCallTime);\n }\n }\n if (timerId === undefined) {\n timerId = setTimeout(timerExpired, wait);\n }\n return result;\n }\n debounced.cancel = cancel;\n debounced.flush = flush;\n return debounced;\n}\n\nmodule.exports = debounce;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, HTMLAttributes } from \"react\";\nimport styled from \"styled-components\";\n\nconst SelectorContainerMain = styled.div(() => ({\n position: \"fixed\",\n top: 0,\n left: 0,\n width: \"100vw\",\n height: \"100vh\",\n backgroundColor: \"transparent\",\n zIndex: 5000,\n overscrollBehavior: \"contain\",\n}));\n\nconst SelectorContainer: FC> = ({\n children,\n ...restProps\n}) => {\n return (\n {children}\n );\n};\n\nexport default SelectorContainer;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, useEffect, useState } from \"react\";\nimport { createPortal } from \"react-dom\";\nimport debounce from \"lodash/debounce\";\nimport get from \"lodash/get\";\nimport styled, { CSSObject } from \"styled-components\";\n\nimport { useArrowKeys, useEnterKey, useEscapeKey } from \"../../global/hooks\";\nimport SelectorContainer from \"../../global/SelectorContainer\";\nimport { themeColors, themeShadows } from \"../../global/themeColors\";\nimport { lightV2 } from \"../../global/themes\";\nimport { overridePropsParse, radioVariants } from \"../../global/utils\";\nimport Box from \"../Box/Box\";\nimport {\n DropDownBlockProps,\n DropdownItemProps,\n DropdownSelectorProps,\n} from \"./DropdownSelector.types\";\n\nconst DropdownBlock = styled.div(\n ({ theme, sx, useAnchorWidth, forSelectInput }) => ({\n position: \"absolute\",\n display: \"grid\",\n gridTemplateColumns: \"100%\",\n backgroundColor: get(\n theme,\n \"dropdownSelector.backgroundColor\",\n lightV2.white,\n ),\n padding: 8,\n minWidth: useAnchorWidth ? 160 : 0,\n overflowX: \"hidden\",\n overflowY: \"auto\",\n borderRadius: radioVariants.borderRadiusSM,\n border: forSelectInput\n ? 0\n : `1px solid ${get(theme, \"dropdownSelector.border\", lightV2.disabledGrey)}`,\n boxShadow: themeShadows[\"boxShadow-03\"],\n \"& ul\": {\n padding: 0,\n margin: 0,\n display: \"flex\",\n flexDirection: \"column\",\n width: \"100%\",\n },\n ...overridePropsParse(sx, theme),\n }),\n);\n\nconst DropdownItem = styled.div<\n DropdownItemProps & React.HTMLAttributes\n>(({ theme, icon, indicator }) => {\n let gridColumns = \"\";\n\n if (icon) {\n gridColumns += \"16px \";\n }\n\n gridColumns += \"1fr \";\n\n if (indicator) {\n gridColumns += \"16px\";\n }\n\n return {\n cursor: \"pointer\",\n listStyle: \"none\",\n width: \"100%\",\n color: get(theme, \"dropdownSelector.optionTextColor\", \"#000\"),\n padding: \"6px 10px\",\n fontSize: 14,\n fontWeight: 400,\n lineHeight: \"18px\",\n letterSpacing: \"0.16px\",\n userSelect: \"none\",\n alignItems: \"center\",\n justifyContent: \"flex-start\",\n gap: 10,\n whiteSpace: \"nowrap\",\n borderRadius: radioVariants.borderRadiusSM,\n display: \"grid\",\n gridTemplateColumns: gridColumns,\n \"& svg\": {\n width: 16,\n height: 16,\n minWidth: 16,\n minHeight: 16,\n },\n \"& .truncate\": {\n whiteSpace: \"nowrap\",\n overflow: \"hidden\",\n textOverflow: \"ellipsis\",\n },\n \"&.selected\": {\n backgroundColor: get(\n theme,\n \"dropdownSelector.selectedBGColor\",\n \"#D5D7D8\",\n ),\n color: get(theme, \"dropdownSelector.optionTextColor\", \"#000\"),\n },\n \"&.disabled\": {\n cursor: \"not-allowed\",\n color: get(theme, \"dropdownSelector.disabledText\", \"#E6EBEB\"),\n \"&:hover\": {\n backgroundColor: get(theme, \"dropdownSelector.backgroundColor\", \"#fff\"),\n color: get(theme, \"dropdownSelector.disabledText\", \"#E6EBEB\"),\n },\n },\n \"&.danger:not(.disabled)\": {\n color: get(\n theme,\n \"dropdownSelector.dangerText\",\n themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n ),\n \"&:hover\": {\n backgroundColor: get(\n theme,\n \"dropdownSelector.dangerHoverBG\",\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n ),\n color: get(\n theme,\n \"dropdownSelector.dangerHoverText\",\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n ),\n },\n },\n \"&.hovered:not(.disabled)\": {\n backgroundColor: get(theme, \"dropdownSelector.hoverBG\", \"#E6EAEB\"),\n color: get(theme, \"dropdownSelector.hoverText\", \"#000\"),\n },\n };\n});\n\nconst calcElementPosition = (\n anchorEl: (EventTarget & HTMLElement) | null,\n anchorOrigin: \"start\" | \"end\",\n useAnchorWidth: boolean,\n) => {\n if (!anchorEl) {\n return {\n top: 0,\n left: 0,\n width: 0,\n };\n }\n\n const bounds = anchorEl.getBoundingClientRect();\n\n const returnItem: CSSObject = { top: bounds.top + bounds.height };\n\n if (anchorOrigin === \"start\") {\n returnItem.left = bounds.left;\n returnItem.transform = \"translateX(0%)\";\n } else if (anchorOrigin === \"end\") {\n returnItem.left = bounds.left + bounds.width;\n returnItem.transform = \"translateX(-100%)\";\n }\n\n if (useAnchorWidth) {\n returnItem.width = bounds.width;\n }\n\n //max height of dropdown\n\n const defaultMaxHeight = 450;\n returnItem.maxHeight = defaultMaxHeight;\n\n const calcHeight =\n window.innerHeight - bounds.top - bounds.height - defaultMaxHeight;\n\n if (calcHeight < 0) {\n returnItem.maxHeight = window.innerHeight - bounds.top - bounds.height - 40;\n }\n\n return returnItem;\n};\n\nconst DropdownSelector: FC = ({\n id,\n options,\n selectedOption = \"\",\n onSelect,\n hideTriggerAction,\n open,\n anchorEl = null,\n useAnchorWidth = false,\n forSelectInput = false,\n anchorOrigin = \"start\",\n}) => {\n const [coords, setCoords] = useState(null);\n const [indexHover, setIndexHover] = useState(0);\n\n const selectOption = () => {\n const option = options[indexHover];\n\n if (!option.disabled) {\n onSelect(\n option.value,\n option.extraValue || null,\n option.label,\n indexHover,\n );\n }\n\n hideTriggerAction();\n };\n\n useEnterKey(selectOption);\n useEscapeKey(hideTriggerAction);\n useArrowKeys((keyPressed) => {\n if (open) {\n if (keyPressed === \"ArrowUp\") {\n const prevIndex = indexHover - 1;\n const setIndexValue = prevIndex >= 0 ? prevIndex : 0;\n\n setIndexHover(setIndexValue);\n } else if (keyPressed === \"ArrowDown\") {\n const nextIndex = indexHover + 1;\n const setIndexValue =\n nextIndex <= options.length - 1 ? nextIndex : options.length - 1;\n\n setIndexHover(setIndexValue);\n }\n }\n });\n\n useEffect(() => {\n setIndexHover(0);\n }, [options]);\n\n useEffect(() => {\n if (open) {\n setCoords(calcElementPosition(anchorEl, anchorOrigin, useAnchorWidth));\n return;\n }\n setCoords(null);\n }, [anchorEl, anchorOrigin, open, useAnchorWidth]);\n\n useEffect(() => {\n const handleResize = () => {\n hideTriggerAction();\n };\n\n const scrollResize = debounce((anchorEl) => {\n if (!anchorEl || !anchorEl.getBoundingClientRect()) {\n return;\n }\n setCoords(calcElementPosition(anchorEl, anchorOrigin, useAnchorWidth));\n }, 300);\n\n window.addEventListener(\"resize\", handleResize);\n window.addEventListener(\"scroll\", () => {\n scrollResize(anchorEl);\n });\n });\n\n if (!open || !coords) {\n return null;\n }\n\n if (!anchorEl) {\n console.warn(\n \"AnchorEl not set. Element will be rendered on the top of the page\",\n );\n }\n\n return createPortal(\n \n \n {options.map((option, index) => {\n return (\n {\n setIndexHover(index);\n }}\n key={`option-${index}`}\n label={option.label}\n icon={option.icon}\n indicator={option.indicator}\n >\n {option.icon}\n {option.label}\n {option.indicator}\n \n );\n })}\n \n ,\n document.body,\n );\n};\n\nexport default DropdownSelector;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { keyframes } from \"styled-components\";\n\nexport const animation1 = keyframes`0% {\n transform: translate(139.785027px, 140.086989px) rotate(45.236493deg);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 10% {\n transform: translate(139.785027px, 140.086989px) rotate(-197.740907deg);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 20% {\n transform: translate(139.785027px, 140.086989px) rotate(-108.6deg);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 30% {\n transform: translate(139.785027px, 140.086989px) rotate(-17.484014deg);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 33.333333% {\n transform: translate(139.785027px, 140.086989px) rotate(-17.48deg);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 43.333333% {\n transform: translate(139.785027px, 140.086989px) rotate(160.887995deg);\n }\n 100% {\n transform: translate(139.785027px, 140.086989px) rotate(160.887995deg);\n }`;\n\nexport const animation2 = keyframes`\n 0% {\n transform: scale(1, 0.995019);\n }\n 33.333333% {\n transform: scale(1, 0.995019);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 43.333333% {\n transform: scale(0.101121, 0.102033);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 50% {\n transform: scale(0.1, 0.1);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 60% {\n transform: scale(1, 1);\n }\n 100% {\n transform: scale(1, 1);\n }\n`;\nexport const animation3 = keyframes`\n 0% {\n opacity: 1;\n }\n 6.666667% {\n opacity: 1;\n }\n 10% {\n opacity: 0;\n }\n 13.333333% {\n opacity: 0;\n }\n 20% {\n opacity: 1;\n }\n 30% {\n opacity: 1;\n }\n 36.666667% {\n opacity: 1;\n }\n 40% {\n opacity: 0;\n }\n 100% {\n opacity: 0;\n }\n`;\nexport const animation4 = keyframes`\n 0% {\n d: path(\"M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z\");\n }\n 10% {\n d: path(\"M85.4,249.8C85.4,249.8,85.399999,249.800001,85.399999,249.800001C85.399999,249.800001,85.4,249.800002,85.4,249.800002C85.4,249.800002,90.484102,251.966034,95.043213,248.269966C100.484052,243.859082,98.694728,236.722769,97.073675,234.469349C95.517658,232.306335,94.559418,231.751273,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z\");\n }\n 20% {\n d: path(\"M85.4,249.8C85.4,249.8,85.399999,249.800001,85.399999,249.800001C85.399999,249.800001,85.4,249.800002,85.4,249.800002C85.4,249.800002,90.484102,251.966034,95.043213,248.269966C100.484052,243.859082,98.694728,236.722769,97.073675,234.469349C95.517658,232.306335,94.559418,231.751273,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z\");\n }\n 30% {\n d: path(\"M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z\");\n }\n 33.333333% {\n d: path(\"M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z\");\n }\n 43.333333% {\n d: path(\"M84.281285,246.076032C107.50521,254.051555,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,86.465691,239.82846,53.85604,207.193233C41.31604,204.283233,32.439249,213.928672,40.474905,219.54755C40.474905,219.54755,61.310295,238.187372,84.281285,246.076032Z\");\n }\n 100% {\n d: path(\"M84.281285,246.076032C107.50521,254.051555,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,86.465691,239.82846,53.85604,207.193233C41.31604,204.283233,32.439249,213.928672,40.474905,219.54755C40.474905,219.54755,61.310295,238.187372,84.281285,246.076032Z\");\n }\n`;\nexport const animation5 = keyframes`\n 0% {\n d: path(\"M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z\");\n }\n 10% {\n d: path(\"M250.887564,168.08137C250.887564,168.081368,250.887563,168.081375,250.887563,168.081375C250.887563,168.081375,253.7831,157.676613,244.778825,154.781475C235.762034,151.882313,232.694053,158.881918,231.752888,162.486547C231.017121,165.304508,231.564293,168.517464,232.231509,169.666243C233.407087,171.690293,235.517449,173.828597,238.467701,174.606956C241.339242,175.364549,245.542656,175.427978,248.770823,172.704057C248.770823,172.704057,250.400569,171.202441,250.887564,168.08137Z\");\n }\n 20% {\n d: path(\"M250.887564,168.08137C250.887564,168.081368,250.887563,168.081375,250.887563,168.081375C250.887563,168.081375,253.7831,157.676613,244.778825,154.781475C235.762034,151.882313,232.694053,158.881918,231.752888,162.486547C231.017121,165.304508,231.564293,168.517464,232.231509,169.666243C233.407087,171.690293,235.517449,173.828597,238.467701,174.606956C241.339242,175.364549,245.542656,175.427978,248.770823,172.704057C248.770823,172.704057,250.400569,171.202441,250.887564,168.08137Z\");\n }\n 30% {\n d: path(\"M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z\");\n }\n 33.333333% {\n d: path(\"M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z\");\n }\n 43.333333% {\n d: path(\"M241.985702,180.287452C255.201364,145.393106,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,189.760952,38.146938,199.370952,46.756938C229.706596,66.855753,234.126292,101.544407,234.194759,127.574104C235.798839,155.047874,216.192342,185.901625,205.13,201.21C199.980012,208.336696,214.039151,220.128533,219.270001,215.35C219.270001,215.35,237.299554,192.660656,241.985702,180.287452Z\");\n }\n 100% {\n d: path(\"M241.985702,180.287452C255.201364,145.393106,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,189.760952,38.146938,199.370952,46.756938C229.706596,66.855753,234.126292,101.544407,234.194759,127.574104C235.798839,155.047874,216.192342,185.901625,205.13,201.21C199.980012,208.336696,214.039151,220.128533,219.270001,215.35C219.270001,215.35,237.299554,192.660656,241.985702,180.287452Z\");\n }\n`;\nexport const animation6 = keyframes`\n 0% {\n d: path(\"M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z\");\n }\n 10% {\n d: path(\"M171.58686,7.8192C164.834536,7.661923,162.882928,13.414575,162.613915,14.669774C162.613914,14.669774,161.858025,17.37084,162.366976,18.743708C162.782522,19.864622,163.527502,21.022768,164.723558,21.957074C165.842173,22.830886,168.859974,24.254302,168.859974,24.254302C168.859974,24.254302,168.859968,24.254306,168.859967,24.254304C181.289967,27.534304,184.046866,11.109212,171.586866,7.819212C171.586866,7.819212,171.58686,7.8192,171.58686,7.8192Z\");\n }\n 20% {\n d: path(\"M171.58686,7.8192C164.834536,7.661923,162.882928,13.414575,162.613915,14.669774C162.613914,14.669774,161.858025,17.37084,162.366976,18.743708C162.782522,19.864622,163.527502,21.022768,164.723558,21.957074C165.842173,22.830886,168.859974,24.254302,168.859974,24.254302C168.859974,24.254302,168.859968,24.254306,168.859967,24.254304C181.289967,27.534304,184.046866,11.109212,171.586866,7.819212C171.586866,7.819212,171.58686,7.8192,171.58686,7.8192Z\");\n }\n 30% {\n d: path(\"M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z\");\n }\n 33.333333% {\n d: path(\"M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z\");\n }\n 43.333333% {\n d: path(\"M154.601291,1.547478C127.732134,-3.659063,101.676041,0.16217,89.834975,4.047622C73.018778,9.565582,43.015709,29.967817,36.85,38.21C28.01,47.52,41.568561,62.002759,50.57,52.76C67.005248,35.884138,77.788003,22.937369,100.935291,18.024709C148.028227,8.029949,175.904245,24.591662,199.370952,46.756938C210.775532,51.88401,219.463487,39.878796,215.289997,35.759998C189.664787,10.470596,154.601291,1.547478,154.601291,1.547478Z\");\n }\n 100% {\n d: path(\"M154.601291,1.547478C127.732134,-3.659063,101.676041,0.16217,89.834975,4.047622C73.018778,9.565582,43.015709,29.967817,36.85,38.21C28.01,47.52,41.568561,62.002759,50.57,52.76C67.005248,35.884138,77.788003,22.937369,100.935291,18.024709C148.028227,8.029949,175.904245,24.591662,199.370952,46.756938C210.775532,51.88401,219.463487,39.878796,215.289997,35.759998C189.664787,10.470596,154.601291,1.547478,154.601291,1.547478Z\");\n }\n`;\nexport const animation7 = keyframes`\n 0% {\n d: path(\"M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z\");\n }\n 3.333333% {\n d: path(\"M4.90273,88.748028C1.236063,104.534694,0.694614,122.375568,4.181281,138.328902C7.119767,155.82704,18.329955,178.442148,31.722495,188.944182C39.448991,194.869945,48.960631,181.919808,35.808325,167.974185C27.053341,155.46954,26.778713,144.786038,23.180834,130.168643C19.139468,114.899686,18.114526,100.786543,20.952073,87.411869C21.572437,79.045425,6.897064,77.595457,4.916661,86.915441L4.90273,88.748028Z\");\n }\n 10% {\n d: path(\"M3.04819,95.324083C3.04819,95.324083,5.563842,99.566705,5.563842,99.566705C5.563842,99.566705,11.253926,104.287825,15.031546,103.153927C19.091035,103.791214,24.274539,98.764542,25.851733,95.404259C27.275674,92.370488,25.596139,87.698114,24.002501,85.705929C20.798403,80.519057,13.463578,80.659628,12.636219,80.655608C8.65731,80.636275,3.191193,86.96637,3.089982,89.826322L3.04819,95.324083Z\");\n }\n 20% {\n d: path(\"M3.04819,95.324083C3.04819,95.324083,5.563842,99.566705,5.563842,99.566705C5.563842,99.566705,11.253926,104.287825,15.031546,103.153927C19.091035,103.791214,24.274539,98.764542,25.851733,95.404259C27.275674,92.370488,25.596139,87.698114,24.002501,85.705929C20.798403,80.519057,13.463578,80.659628,12.636219,80.655608C8.65731,80.636275,3.191193,86.96637,3.089982,89.826322L3.04819,95.324083Z\");\n }\n 30% {\n d: path(\"M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z\");\n }\n 33.333333% {\n d: path(\"M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z\");\n }\n 43.333333% {\n d: path(\"M36.436007,38.11681C-7.498754,85.801617,-0.826469,134.911183,5.658972,158.164678C15.873566,192.855226,35.43893,215.965329,40.28,219.33C49.84,227.9,63.271136,215.585685,53.661136,206.975685C38.384036,191.128398,25.999041,166.121323,22.77,152.4C12.429986,121.009925,27.020185,73.061168,50.245766,52.61587C65.058304,39.576508,51.054205,23.186387,36.436019,38.116819L36.436007,38.11681Z\");\n }\n 100% {\n d: path(\"M36.436007,38.11681C-7.498754,85.801617,-0.826469,134.911183,5.658972,158.164678C15.873566,192.855226,35.43893,215.965329,40.28,219.33C49.84,227.9,63.271136,215.585685,53.661136,206.975685C38.384036,191.128398,25.999041,166.121323,22.77,152.4C12.429986,121.009925,27.020185,73.061168,50.245766,52.61587C65.058304,39.576508,51.054205,23.186387,36.436019,38.116819L36.436007,38.11681Z\");\n }\n`;\n\nexport const animation8 = keyframes`\n 0% {\n transform: translate(139.784999px, 140.086986px) scale(1, 1);\n }\n 30% {\n transform: translate(139.784999px, 140.086986px) scale(1, 1);\n }\n 43.333333% {\n transform: translate(139.784999px, 140.086986px) scale(0.102813, 0.102813);\n }\n 50% {\n transform: translate(139.784999px, 140.086986px) scale(0.102813, 0.102813);\n }\n 60% {\n transform: translate(139.784999px, 140.086986px) scale(1.001075, 1.001075);\n }\n 100% {\n transform: translate(139.784999px, 140.086986px) scale(1.001075, 1.001075);\n }\n`;\nexport const animation9 = keyframes`\n 0% {\n opacity: 0;\n }\n 30% {\n opacity: 0;\n }\n 36.666667% {\n opacity: 0;\n }\n 40% {\n opacity: 1;\n }\n 100% {\n opacity: 1;\n }\n`;\n\nexport const animation10 = keyframes`0% {\n transform: translate(139.785004px, 140.086979px) rotate(0deg);\n }\n 10% {\n transform: translate(139.785004px, 140.086979px) rotate(0deg);\n }\n 20% {\n transform: translate(139.785004px, 140.086979px) rotate(90.041277deg);\n }\n 100% {\n transform: translate(139.785004px, 140.086979px) rotate(90.041277deg);\n }`;\n\nexport const animation11 = keyframes`\n 0% {\n opacity: 0;\n }\n 6.666667% {\n opacity: 0;\n }\n 10% {\n opacity: 1;\n }\n 13.333333% {\n opacity: 1;\n }\n 20% {\n opacity: 0;\n }\n 100% {\n opacity: 0;\n }\n`;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport get from \"lodash/get\";\nimport styled, { css } from \"styled-components\";\n\nimport {\n animation1,\n animation2,\n animation3,\n animation4,\n animation5,\n animation6,\n animation7,\n animation8,\n animation9,\n animation10,\n animation11,\n} from \"./Loader.utils\";\n\nconst AnimationFrame = styled.svg(\n {\n width: 40,\n height: 40,\n },\n // Keyframes injected with css helper as required by styled-components (Please refer to https://styled-components.com/docs/basics#animations)\n css`\n path {\n fill: ${(props) => get(props, `theme.loaderColor`, \"#113053\")};\n }\n #section1 {\n animation: ${animation1} 3000ms linear infinite normal forwards;\n }\n #section2 {\n animation: ${animation2} 3000ms linear infinite normal forwards;\n }\n #section3 {\n animation: ${animation3} 3000ms linear infinite normal forwards;\n }\n #section4 {\n animation: ${animation4} 3000ms linear infinite normal forwards;\n }\n #section5 {\n animation: ${animation5} 3000ms linear infinite normal forwards;\n }\n #section6 {\n animation: ${animation6} 3000ms linear infinite normal forwards;\n }\n #section7 {\n animation: ${animation7} 3000ms linear infinite normal forwards;\n }\n #section8 {\n animation: ${animation8} 3000ms linear infinite normal forwards;\n }\n #section9 {\n animation: ${animation9} 3000ms linear infinite normal forwards;\n }\n #section10 {\n animation: ${animation10} 3000ms linear infinite normal forwards;\n }\n #section11 {\n animation: ${animation11} 3000ms linear infinite normal forwards;\n }\n `,\n);\n\nconst Loader: FC> = (props: any) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Loader;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { breakPoints, overridePropsParse } from \"../../global/utils\";\nimport Loader from \"../Loader/Loader\";\nimport { ButtonProps, ConstructProps } from \"./Button.types\";\n\nconst CustomButton = styled.button<\n ButtonProps & React.ButtonHTMLAttributes & ConstructProps\n>(\n ({\n theme,\n fullWidth,\n variant = \"secondary\",\n iconLocation,\n icon,\n label,\n collapseOnSmall,\n parentChildren,\n compact,\n inButtonGroup,\n sx,\n }) => {\n const buttonLabelSx =\n ((!label || label === \"\") && !parentChildren) || !icon\n ? {\n marginRight: 0,\n marginLeft: 0,\n }\n : {\n marginRight: label !== \"\" && iconLocation === \"end\" ? \"4px\" : \"0\",\n marginLeft: label !== \"\" && iconLocation === \"start\" ? \"4px\" : \"0\",\n };\n\n let smallScreenStyles = {};\n\n if (\n collapseOnSmall &&\n icon &&\n ((label && label.trim() !== \"\") || parentChildren)\n ) {\n smallScreenStyles = {\n [`@media (max-width: ${get(breakPoints, \"md\", 0)}px)`]: {\n padding: \"0 14px\",\n \"& .button-label\": {\n display: \"none\",\n },\n },\n };\n }\n\n const notLabel = compact ? \"6px\" : \"10px 8px\";\n\n const withLabel = compact ? \"4px 12px\" : \"8px 16px\";\n\n let paddingValue =\n (!label || label === \"\") && parentChildren === null\n ? notLabel\n : withLabel;\n\n if (variant.endsWith(\"-ghost\") && !icon) {\n paddingValue = compact ? \"4px 0\" : \"8px 0\";\n }\n\n if (inButtonGroup) {\n paddingValue =\n (!label || label === \"\") && !parentChildren ? \"6px\" : \"4px 12px\";\n }\n\n return {\n borderRadius: 4,\n cursor: \"pointer\",\n height: compact ? 28 : 36,\n fontFamily: \"'Geist', sans-serif\",\n fontWeight: \"normal\",\n fontSize: 14,\n lineHeight: \"20px\",\n display: \"flex\",\n flexDirection: \"row\",\n alignItems: \"center\",\n justifyContent: \"center\",\n margin: 0,\n padding: paddingValue,\n transition: \"all 0.2s linear\",\n background: get(theme, `buttons.${variant}.enabled.background`, \"#fff\"),\n borderColor: get(theme, `buttons.${variant}.enabled.border`, \"#000\"),\n borderWidth: 1,\n borderStyle: \"solid\",\n color: get(theme, `buttons.${variant}.enabled.text`, \"#000\"),\n boxShadow: get(theme, `buttons.${variant}.enabled.shadow`, \"none\"),\n \"& .button-label\": {\n whiteSpace: fullWidth ? \"normal\" : \"nowrap\",\n ...buttonLabelSx,\n },\n \"& .buttonIcon\": {\n display: \"flex\",\n height: 16,\n width: 16,\n minWidth: 16,\n minHeight: 16,\n justifyContent: \"center\",\n alignItems: \"center\",\n \"& > svg\": {\n fill: get(theme, `buttons.${variant}.enabled.text`, \"#000\"),\n color: get(theme, `buttons.${variant}.enabled.text`, \"#000\"),\n width: 16,\n height: 16,\n },\n },\n \"&:disabled\": {\n cursor: \"not-allowed\",\n background: get(\n theme,\n `buttons.${variant}.disabled.background`,\n \"#fff\",\n ),\n borderColor: get(theme, `buttons.${variant}.disabled.border`, \"#000\"),\n borderWeight: 1,\n borderStyle: \"solid\",\n color: get(theme, `buttons.${variant}.disabled.text`, \"#000\"),\n boxShadow: get(theme, `buttons.${variant}.disabled.shadow`, \"none\"),\n \"& .buttonIcon > svg\": {\n fill: get(theme, `buttons.${variant}.disabled.text`, \"#000\"),\n color: get(theme, `buttons.${variant}.disabled.text`, \"#000\"),\n },\n },\n \"&:hover:not(:disabled),&.hover:not(:disabled)\": {\n background: get(theme, `buttons.${variant}.hover.background`, \"#fff\"),\n borderColor: get(theme, `buttons.${variant}.hover.border`, \"#000\"),\n color: get(theme, `buttons.${variant}.hover.text`, \"#000\"),\n boxShadow: get(theme, `buttons.${variant}.hover.shadow`, \"none\"),\n \"& .buttonIcon > svg\": {\n fill: get(theme, `buttons.${variant}.hover.text`, \"#000\"),\n color: get(theme, `buttons.${variant}.hover.text`, \"#000\"),\n },\n },\n \"&:active:not(:disabled),&.active:not(:disabled)\": {\n background: get(theme, `buttons.${variant}.pressed.background`, \"#fff\"),\n borderColor: get(theme, `buttons.${variant}.pressed.border`, \"#000\"),\n color: get(theme, `buttons.${variant}.pressed.text`, \"#000\"),\n boxShadow: get(theme, `buttons.${variant}.pressed.shadow`, \"none\"),\n \"& .buttonIcon > svg\": {\n fill: get(theme, `buttons.${variant}.pressed.text`, \"#000\"),\n color: get(theme, `buttons.${variant}.pressed.text`, \"#000\"),\n },\n },\n ...smallScreenStyles,\n ...overridePropsParse(sx, theme),\n };\n },\n);\nconst Button: FC<\n ButtonProps & React.ButtonHTMLAttributes\n> = ({\n label,\n variant = \"secondary\",\n icon,\n iconLocation = \"start\",\n secondaryIcon,\n onClick,\n disabled,\n fullWidth,\n collapseOnSmall = true,\n children,\n compact = false,\n className,\n inButtonGroup = false,\n isLoading = false,\n sx,\n ...props\n}) => {\n let iconToPlace: React.ReactNode = null;\n let secondaryIconToPlace: React.ReactNode = null;\n\n if (icon) {\n iconToPlace = {icon};\n }\n\n if (secondaryIcon) {\n secondaryIconToPlace = (\n {secondaryIcon}\n );\n }\n\n if (isLoading) {\n return ;\n }\n\n return (\n \n \n {icon && iconLocation === \"start\" && iconToPlace}\n {(children || label?.trim() !== \"\") && (\n \n {children}\n {children && label ? \" \" : \"\"}\n {label}\n \n )}\n {icon && iconLocation === \"end\" && iconToPlace}\n {secondaryIcon && secondaryIconToPlace}\n \n \n );\n};\n\nexport default Button;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleAlertIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleAlertIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleHelpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleHelpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EyeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EyeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EyeOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EyeOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TriangleAlertIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default TriangleAlertIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport get from \"lodash/get\";\nimport styled, { CSSObject } from \"styled-components\";\n\nimport {\n breakPoints,\n fractionToPerc,\n overridePropsParse,\n} from \"../../global/utils\";\nimport { GridProps } from \"./Grid.types\";\n\nconst CustomDiv = styled.div((props) => {\n let constructProps: CSSObject = {\n boxSizing: \"border-box\",\n };\n\n if (props.container) {\n constructProps = {\n display: \"flex\",\n flexWrap: props.wrap || \"wrap\",\n flexDirection: props.direction || \"row\",\n columnGap: `${props.columnSpacing || 0}px`,\n rowGap: `${props.rowSpacing || 0}px`,\n boxSizing: \"content-box\",\n };\n } else if (props.item) {\n const brPoints = Object.keys(breakPoints);\n\n brPoints.forEach((item, index) => {\n const gridBRElement = get(props, item, false);\n\n const breakpointExists = !!gridBRElement;\n\n if (breakpointExists) {\n let extraWidthBlock = {};\n\n if (typeof gridBRElement === \"number\") {\n extraWidthBlock = {\n flexBasis: fractionToPerc(get(props, item, 12)),\n width: fractionToPerc(get(props, item, 12)),\n };\n }\n\n if (gridBRElement === \"hidden\") {\n let maxWidth = \"\";\n\n if (brPoints[index + 1]) {\n maxWidth = `and (max-width: ${get(\n breakPoints,\n brPoints[index + 1],\n 0,\n )}px)`;\n }\n\n constructProps = {\n ...constructProps,\n [`@media (min-width: ${get(breakPoints, item, 0)}px) ${maxWidth}`]:\n {\n display: \"none\",\n },\n };\n }\n\n constructProps = {\n ...constructProps,\n [`@media (min-width: ${get(breakPoints, item, 0)}px)`]: {\n flexGrow: \"1\",\n ...extraWidthBlock,\n },\n };\n }\n });\n }\n\n return { ...constructProps, ...overridePropsParse(props.sx, props.theme) };\n});\n\nconst Grid: FC = (props) => {\n return {props.children};\n};\n\nexport default Grid;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, {\n FC,\n Fragment,\n HTMLAttributes,\n useEffect,\n useRef,\n useState,\n} from \"react\";\nimport { createPortal } from \"react-dom\";\nimport get from \"lodash/get\";\nimport styled, { css, keyframes } from \"styled-components\";\n\nimport Grid from \"../Grid/Grid\";\nimport CircleHelpIcon from \"../Icons/NewDesignIcons/CircleHelpIcon\";\nimport {\n HelpTipBuild,\n HelpTipConstructProps,\n HelpTipProps,\n} from \"./HelpTip.types\";\n\nconst opacityAnimation = keyframes`\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n`;\nconst HelptipWrapper = styled.span>(\n {\n display: \"inline-flex\",\n position: \"relative\",\n },\n css`\n &:hover {\n & .tooltipElement {\n display: block;\n animation: ${opacityAnimation} 1s;\n }\n }\n `,\n);\n\nconst HelptipItem = styled.div(({ theme, placement }) => {\n const tooltipArrowSize = \"6px\";\n\n const background = get(theme, \"tooltip.background\", \"#737373\");\n const textColor = get(theme, \"tooltip.color\", \"#FFFFFF\");\n\n let placementPosition = {};\n const beforePosition = {\n content: \"' '\",\n left: \"50%\",\n border: \"solid transparent\",\n height: 0,\n width: 0,\n position: \"absolute\",\n pointerEvents: \"none\",\n borderWidth: tooltipArrowSize,\n marginLeft: `calc(${tooltipArrowSize} * -1);`,\n };\n\n switch (placement) {\n case \"top\":\n placementPosition = {\n transform: \"translateX(-50%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n top: \"100%\",\n borderTopColor: background,\n },\n };\n break;\n case \"right\":\n placementPosition = {\n transform: \"translateX(0) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: `calc(${tooltipArrowSize} * -1)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderRightColor: background,\n },\n };\n break;\n case \"left\":\n placementPosition = {\n transform: \"translateX(-100%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: \"auto\",\n right: `calc(${tooltipArrowSize} * -2)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderLeftColor: background,\n },\n };\n break;\n default:\n placementPosition = {\n transform: \"translateX(-50%)\",\n \"&::before\": {\n ...beforePosition,\n bottom: \"100%\",\n borderBottomColor: background,\n },\n };\n }\n\n return {\n position: \"fixed\",\n borderRadius: 4,\n color: textColor,\n background: background,\n lineHeight: 1,\n zIndex: 10001,\n padding: 2,\n fontSize: 12,\n boxShadow: \"#00000050 0px 3px 10px\",\n maxWidth: 350,\n ...placementPosition,\n };\n});\n\nconst HelpTargetItem = styled.div(({ theme, placement }) => {\n const tooltipArrowSize = \"6px\";\n\n const background = get(theme, \"tooltip.background\", \"#737373\");\n\n let placementPosition = {};\n const beforePosition = {\n content: \"' '\",\n left: \"50%\",\n height: 0,\n width: 0,\n position: \"absolute\",\n pointerEvents: \"none\",\n marginLeft: `calc(${tooltipArrowSize} * -1);`,\n };\n\n switch (placement) {\n case \"top\":\n placementPosition = {\n transform: \"translateX(-50%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n top: \"100%\",\n borderTopColor: background,\n },\n };\n break;\n case \"right\":\n placementPosition = {\n transform: \"translateX(0) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: `calc(${tooltipArrowSize} * -1)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderRightColor: background,\n },\n };\n break;\n case \"left\":\n placementPosition = {\n transform: \"translateX(-100%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: \"auto\",\n right: `calc(${tooltipArrowSize} * -2)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderLeftColor: background,\n },\n };\n break;\n default:\n placementPosition = {\n transform: \"translateX(-50%)\",\n \"&::before\": {\n ...beforePosition,\n bottom: \"100%\",\n borderBottomColor: background,\n },\n };\n }\n\n return {\n position: \"fixed\",\n color: background,\n zIndex: 10001,\n ...placementPosition,\n };\n});\n\nconst BaseHelpTip = styled.div(({ theme }) => ({\n border: `1px solid ${get(theme, \"borderColor\", \"#E2E2E2\")}`,\n borderRadius: 2,\n backgroundColor: get(theme, \"boxBackground\", \"#FBFAFA\"),\n paddingLeft: 10,\n paddingTop: 5,\n paddingBottom: 5,\n paddingRight: 10,\n \"& .leftItems\": {\n fontSize: 16,\n fontWeight: \"bold\",\n display: \"flex\",\n alignItems: \"center\",\n \"& .min-icon\": {\n marginRight: 5,\n height: 28,\n width: 38,\n },\n },\n \"& .helpText\": {\n fontSize: 10,\n paddingLeft: 5,\n marginTop: 5,\n color: \"black\",\n },\n}));\n\nexport const HelpTip: FC = ({ children, content, placement }) => {\n const [anchorEl, setAnchorEl] = useState<\n (EventTarget & HTMLSpanElement) | null\n >(null);\n const [helptipVisible, setHelptipVisible] = useState(false);\n const [helptipOpen, setHelptipOpen] = useState(false);\n\n const handlePointerLeave = () => {\n if (helptipOpen) {\n setTimeout(() => {\n setHelptipVisible(false);\n setHelptipOpen(false);\n }, 50000);\n } else {\n setTimeout(() => {\n setHelptipVisible(false);\n }, 1000);\n }\n };\n\n const handleClick = () => {\n if (!helptipOpen) {\n setHelptipVisible(false);\n setHelptipOpen(true);\n }\n };\n\n const HelptipElement: FC = ({\n placement,\n content,\n anchorEl,\n }) => {\n let position = {};\n let calculatedPlacement = placement;\n const boundYLimit = 25;\n const boundXLimit = 175;\n\n if (anchorEl) {\n const bounds = anchorEl.getBoundingClientRect();\n const windowWidth = document.documentElement.offsetWidth;\n const windowHeight = document.documentElement.offsetHeight;\n\n switch (placement) {\n case \"bottom\": {\n const calcPosition = bounds.top + bounds.height + boundYLimit;\n\n if (calcPosition > windowHeight) {\n calculatedPlacement = \"top\";\n }\n break;\n }\n case \"left\": {\n const calcInitPosition = bounds.left - boundXLimit;\n\n if (calcInitPosition < 0) {\n calculatedPlacement = \"right\";\n }\n\n break;\n }\n case \"right\": {\n const calcEndPosition = bounds.left + bounds.width + boundXLimit;\n\n if (calcEndPosition > windowWidth) {\n calculatedPlacement = \"left\";\n }\n break;\n }\n case \"top\": {\n if (bounds.top < boundYLimit) {\n calculatedPlacement = \"bottom\";\n }\n\n break;\n }\n }\n\n switch (calculatedPlacement) {\n case \"bottom\":\n position = {\n top: bounds.top + bounds.height + 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n case \"left\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left - 12,\n };\n break;\n case \"right\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left + bounds.width + 12,\n };\n break;\n case \"top\":\n position = {\n top: bounds.top - bounds.height / 2 - 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n }\n }\n\n return (\n \n {content}\n \n );\n };\n\n const HelptipTarget: FC = ({\n placement,\n anchorEl,\n }) => {\n let position = {};\n let calculatedPlacement = placement;\n const boundYLimit = 45;\n const boundXLimit = 175;\n\n if (anchorEl) {\n const bounds = anchorEl.getBoundingClientRect();\n const windowWidth = document.documentElement.offsetWidth;\n const windowHeight = document.documentElement.offsetHeight;\n\n switch (placement) {\n case \"bottom\": {\n const calcPosition = bounds.top + bounds.height + boundYLimit;\n\n if (calcPosition > windowHeight) {\n calculatedPlacement = \"top\";\n }\n break;\n }\n case \"left\": {\n break;\n }\n case \"right\": {\n const calcEndPosition = bounds.left + bounds.width + boundXLimit;\n\n if (calcEndPosition > windowWidth) {\n calculatedPlacement = \"left\";\n }\n break;\n }\n case \"top\":\n if (bounds.top < boundYLimit) {\n calculatedPlacement = \"bottom\";\n }\n\n break;\n }\n\n switch (calculatedPlacement) {\n case \"bottom\":\n position = {\n top: bounds.top + bounds.height + 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n case \"left\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left - 12,\n };\n break;\n case \"right\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left + bounds.width + 12,\n };\n break;\n case \"top\":\n position = {\n top: bounds.top - bounds.height / 2 - 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n }\n }\n\n return (\n \n \n \n );\n };\n\n function useOutsideAlerter(ref: any) {\n useEffect(() => {\n function handleClickOutside(event: any) {\n if (ref.current && !ref.current.contains(event.target)) {\n setHelptipOpen(false);\n }\n }\n\n document.addEventListener(\"mousedown\", handleClickOutside);\n return () => {\n document.removeEventListener(\"mousedown\", handleClickOutside);\n };\n }, [ref]);\n }\n const wrapperRef = useRef(null);\n useOutsideAlerter(wrapperRef);\n\n return placement ? (\n \n {\n if (!helptipOpen) {\n setAnchorEl(event.currentTarget);\n setHelptipVisible(true);\n }\n }}\n onMouseLeave={handlePointerLeave}\n >\n {children}\n {helptipVisible &&\n !helptipOpen &&\n createPortal(\n }\n anchorEl={anchorEl}\n />,\n document.body,\n )}\n {helptipOpen &&\n createPortal(\n \n \n \n {content}\n \n \n \n }\n anchorEl={anchorEl}\n />,\n document.body,\n )}\n \n \n ) : (\n {children}\n );\n};\n\nexport default HelpTip;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { CSSProperties, FC } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { lightV2 } from \"../../global/themes\";\nimport { overridePropsParse } from \"../../global/utils\";\nimport HelpTip from \"../HelpTip/HelpTip\";\nimport { InputLabelProps } from \"./InputLabel.types\";\n\nconst CustomLabel = styled.label(\n ({ theme, inputSizeMode, orientation, sx }) => {\n let lineHeightVariant: CSSProperties[\"height\"] = \"initial\";\n\n if (orientation === \"horizontal\" && inputSizeMode) {\n switch (inputSizeMode) {\n case \"small\":\n lineHeightVariant = \"28px\";\n break;\n case \"large\":\n lineHeightVariant = \"38px\";\n break;\n }\n }\n\n return {\n color: get(theme, \"commonInput.labelColor\", lightV2.fontColor),\n textAlign: \"left\" as const,\n alignItems: \"flex-start\" as const,\n display: \"flex\",\n userSelect: \"none\",\n whiteSpace: \"nowrap\",\n \"& > span\": {\n display: \"flex\",\n alignItems: \"center\",\n lineHeight: lineHeightVariant,\n minWidth: 180,\n \"&.noMinWidthLabel\": {\n minWidth: \"initial\",\n },\n },\n ...overridePropsParse(sx, theme),\n };\n },\n);\n\nconst InputLabel: FC = ({\n children,\n sx,\n noMinWidth,\n htmlFor,\n helpTip,\n helpTipPlacement,\n orientation = \"horizontal\",\n inputSizeMode,\n ...props\n}) => {\n return (\n \n \n {helpTip ? (\n \n {children}\n \n ) : (\n children\n )}\n \n \n );\n};\n\nexport default InputLabel;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { RefObject, useState } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { overridePropsParse, paddingSizeVariants } from \"../../global/utils\";\nimport Box from \"../Box/Box\";\nimport Button from \"../Button/Button\";\nimport CircleAlertIcon from \"../Icons/NewDesignIcons/CircleAlertIcon\";\nimport CircleCheckIcon from \"../Icons/NewDesignIcons/CircleCheckIcon\";\nimport CircleHelpIcon from \"../Icons/NewDesignIcons/CircleHelpIcon\";\nimport EyeIcon from \"../Icons/NewDesignIcons/EyeIcon\";\nimport EyeOffIcon from \"../Icons/NewDesignIcons/EyeOffIcon\";\nimport TriangleAlertIcon from \"../Icons/NewDesignIcons/TriangleAlertIcon\";\nimport InputLabel from \"../InputLabel/InputLabel\";\nimport Tooltip from \"../Tooltip/Tooltip\";\nimport {\n ExtraInputProps,\n InputBoxProps,\n InputContainerProps,\n} from \"./InputBox.types\";\n\nconst InputBase = styled.input(\n ({\n theme,\n startIcon,\n overlayIcon,\n overlayObject,\n originType,\n sizeMode,\n state,\n }) => {\n let paddingRight = 8;\n const overlayAction =\n overlayIcon || overlayObject || originType === \"password\";\n const overlayState = state !== \"normal\";\n\n if (overlayAction || overlayState) {\n paddingRight = overlayAction && overlayState ? 60 : 30;\n }\n\n return {\n lineHeight: \"20px\",\n height: sizeMode === \"small\" ? 28 : 38,\n boxSizing: \"border-box\",\n width: \"100%\",\n paddingTop: sizeMode === \"small\" ? 4 : 8,\n paddingBottom: sizeMode === \"small\" ? 4 : 8,\n paddingRight: paddingRight,\n paddingLeft: startIcon ? 35 : 8,\n color: theme.colors[\"Color/Neutral/Text/colorTextHeading\"],\n fontSize: 14,\n fontWeight: 400,\n borderWidth: \"1px\",\n borderStyle: \"solid\",\n borderRadius: 4,\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n outline: \"none\",\n transitionDuration: \"0.1s\",\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgFields\"],\n letterSpacing: \"0.16px\",\n \"&.filled\": {\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n },\n \"&::placeholder\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextPlaceholder\"],\n opacity: 1,\n fontWeight: 400,\n letterSpacing: \"0.16px\",\n },\n \"&:hover\": {\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderBold\"],\n },\n \"&:focus\": {\n borderColor: theme.colors[\"Color/Brand/Primary/colorPrimaryBorder\"],\n boxShadow: \"0px 0px 0px 2px rgba(43, 100, 229, 0.30)\",\n },\n \"&:read-only\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextHeading\"],\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgShell\"],\n \"&:placeholder\": {\n color: get(theme, \"inputBox.disabledPlaceholder\", \"#E6EBEB\"),\n },\n },\n \"&::-webkit-outer-spin-button, &::-webkit-inner-spin-button\": {\n WebkitAppearance: \"none\",\n margin: 0,\n },\n \"&[type=number]\": {\n \"-moz-appearance\": \"textfield\",\n },\n \"&:disabled\": {\n cursor: \"not-allowed\",\n userSelect: \"none\",\n color: theme.colors[\"Color/Neutral/Text/colorTextPlaceholder\"],\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n \"&:placeholder\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextPlaceholder\"],\n },\n },\n };\n },\n);\n\nconst InputContainer = styled.div(\n ({ theme, sizeMode, sx }) => ({\n display: \"flex\",\n flexGrow: 1,\n width: \"100%\",\n\n \"& .errorState\": {\n color: theme.colors[\"Color/Brand/Error/colorPrimaryText\"],\n borderColor: theme.colors[\"Color/Brand/Error/colorPrimaryBorder\"],\n },\n \"& .warningState\": {\n color: theme.colors[\"Color/Brand/Warning/colorPrimaryText\"],\n borderColor: theme.colors[\"Color/Brand/Warning/colorPrimaryBorder\"],\n },\n \"& .successState\": {\n color: theme.colors[\"Color/Brand/Success/colorPrimaryText\"],\n borderColor: theme.colors[\"Color/Brand/Success/colorPrimaryBorder\"],\n },\n \"& .textBoxContainer\": {\n width: \"100%\",\n flexGrow: 1,\n position: \"relative\",\n minWidth: 160,\n },\n \"& .tooltipContainer\": {\n marginLeft: 5,\n display: \"flex\",\n alignItems: \"center\",\n \"& .min-icon\": {\n width: 13,\n },\n },\n \"& .overlayAction\": {\n position: \"absolute\",\n right: 1,\n top: 1,\n boxSizing: \"border-box\",\n \"& button\": {\n padding: 6,\n border: 0,\n borderRadius: 0,\n borderTopRightRadius: 3,\n borderBottomRightRadius: 3,\n borderLeft: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"]}`,\n boxShadow: \"none\",\n height: sizeMode === \"small\" ? 26 : 36,\n boxSizing: \"border-box\",\n fontWeight: \"400\",\n \"& .min-icon\": {\n width: 16,\n height: 16,\n color: theme.colors[\"Color/Neutral/Text/colorText\"],\n fill: theme.colors[\"Color/Neutral/Text/colorText\"],\n },\n },\n },\n\n \"& .startOverlayIcon\": {\n position: \"absolute\" as const,\n left: 8,\n top: sizeMode === \"small\" ? 6 : 10,\n \"& svg\": {\n width: 16,\n height: 16,\n color: get(theme, \"inputBox.color\", \"#07193E\"),\n },\n },\n ...overridePropsParse(sx, theme),\n }),\n);\n\nconst InputBox = React.forwardRef<\n React.HTMLAttributes,\n InputBoxProps\n>(\n (\n {\n id,\n tooltip = \"\",\n index,\n type,\n overlayIcon,\n noLabelMinWidth,\n overlayAction,\n overlayObject,\n label = \"\",\n required,\n startIcon,\n className,\n helper,\n state = \"normal\",\n sx,\n helpTip,\n helpTipPlacement,\n sizeMode = \"large\",\n orientation = \"horizontal\",\n onFocus,\n disableErrorUntilFocus = false,\n children,\n value,\n ...props\n },\n ref,\n ) => {\n const [toggleTextInput, setToggleTextInput] = useState(false);\n\n let inputBoxWrapperIcon = overlayIcon;\n let inputBoxWrapperType = type;\n\n if (type === \"password\" && !overlayIcon) {\n inputBoxWrapperIcon = toggleTextInput ? : ;\n inputBoxWrapperType = toggleTextInput ? \"text\" : \"password\";\n }\n\n const [hasReceivedFocus, setHasReceivedFocus] = useState(false);\n\n if (\n !disableErrorUntilFocus &&\n state === \"error\" &&\n !hasReceivedFocus &&\n helper\n ) {\n helper = \"\";\n state = \"normal\";\n }\n\n return (\n ({\n \"& .accessoryIcon\": {\n position: \"absolute\",\n right: overlayIcon || type === \"password\" ? 8 + 29 : 8,\n top: \"50%\",\n transform: \"translateY(-50%)\",\n width: 16,\n height: 16,\n },\n flexDirection: orientation === \"vertical\" ? \"column\" : \"row\",\n \"& .inputLabel.verticalMode\": {\n fontSize: 14,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"20px\",\n letterSpacing: \"0.16px\",\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n marginBottom: paddingSizeVariants.sizeXXS,\n },\n ...sx,\n })}\n className={`inputItem inputBox Base_Normal ${className}`}\n sizeMode={sizeMode}\n >\n {label !== \"\" && (\n \n {label}\n {required ? \"*\" : \"\"}\n {tooltip !== \"\" && (\n \n \n \n \n \n \n \n )}\n \n )}\n\n \n \n {startIcon && {startIcon}}\n {\n setHasReceivedFocus(true);\n if (onFocus) {\n onFocus(e);\n }\n }}\n ref={ref as RefObject | null | undefined}\n {...props}\n />\n {state === \"error\" && (\n \n )}\n {state === \"warning\" && (\n \n )}\n {state === \"success\" && (\n \n )}\n {inputBoxWrapperIcon && (\n \n {\n overlayAction(e);\n }\n : () => setToggleTextInput(!toggleTextInput)\n }\n id={`${id}-button`}\n type={\"button\"}\n icon={inputBoxWrapperIcon}\n />\n \n )}\n {overlayObject && (\n {overlayObject}\n )}\n \n {helper !== undefined && (\n ({\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n marginTop: 4,\n lineHeight: \"16px\",\n minHeight: 16,\n })}\n className={`SM_Normal ${state}State`}\n >\n {helper}\n \n )}\n {children}\n \n \n );\n },\n);\n\nexport default InputBox;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, useEffect, useMemo, useRef, useState } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport DropdownSelector from \"../DropdownSelector/DropdownSelector\";\nimport ChevronDownIcon from \"../Icons/NewDesignIcons/ChevronDownIcon\";\nimport ChevronUpIcon from \"../Icons/NewDesignIcons/ChevronUpIcon\";\nimport { InputContainerProps } from \"../InputBox/InputBox.types\";\nimport { AutocompleteProps } from \"./Autocomplete.types\";\nimport InputBox from \"../InputBox/InputBox\";\n\nconst InputContainer = styled.div(({ theme, sx }) => ({\n display: \"flex\",\n flexGrow: 1,\n width: \"100%\",\n height: 38,\n position: \"relative\",\n ...overridePropsParse(sx, theme),\n}));\n\nconst Autocomplete: FC = ({\n id,\n label = \"\",\n required,\n className,\n tooltip = \"\",\n noLabelMinWidth = false,\n value = \"\",\n sx,\n options,\n onChange,\n disabled = false,\n name,\n placeholder = \"\",\n helpTip,\n helpTipPlacement,\n sizeMode = \"large\",\n orientation = \"horizontal\",\n state = \"normal\",\n readOnly = false,\n helper,\n}) => {\n const baseInputRef = useRef(null);\n\n const [isOpen, setIsOpen] = useState(false);\n const [searchBoxVal, setSearchBoxVal] = useState(\"\");\n const [valueSelected, setValueSelected] = useState(null);\n const [filterVal, setFilterVal] = useState(\"\");\n\n useEffect(() => {\n if (value !== \"\") {\n const index = options.findIndex((option) => option.value === value);\n\n setValueSelected(index);\n setSearchBoxVal(options[index]?.label || \"\");\n }\n }, [options, value]);\n\n const filteredOptions = options.filter((item) =>\n item.label.toLowerCase().includes(filterVal.toLowerCase()),\n );\n\n const startIcon = useMemo(() => {\n const optionWithIcon =\n valueSelected !== null &&\n (options[valueSelected]?.icon || options[valueSelected]?.indicator);\n\n if (!optionWithIcon) {\n return null;\n }\n\n return options[valueSelected]?.indicator\n ? options[valueSelected]?.indicator\n : options[valueSelected].icon;\n }, [options, valueSelected]);\n\n return (\n {\n if (!isOpen) {\n setIsOpen(true);\n }\n }}\n id={`${id}-Autocomplete`}\n >\n {\n setSearchBoxVal(e.target.value);\n setFilterVal(e.target.value);\n }}\n placeholder={placeholder}\n sizeMode={sizeMode}\n helper={helper}\n orientation={orientation}\n state={state}\n readOnly={readOnly}\n overlayIcon={isOpen ? : }\n overlayAction={() => {\n if (!disabled) {\n setIsOpen(!isOpen);\n }\n }}\n startIcon={startIcon}\n onClick={() => {\n if (!disabled) {\n setIsOpen(!isOpen);\n }\n }}\n sx={{\n ...sx,\n \"& .overlayAction > button\": {\n borderLeft: 0,\n backgroundColor: \"transparent\",\n },\n \"& .accessoryIcon\": {\n display: \"none\",\n },\n }}\n ref={baseInputRef}\n />\n {isOpen && (\n {\n setSearchBoxVal(label || \"\");\n setFilterVal(\"\");\n if (id !== undefined) {\n setValueSelected(id);\n }\n onChange(nValue, extraValue);\n }}\n hideTriggerAction={() => {\n setIsOpen(false);\n if (\n (value !== \"\" && searchBoxVal === \"\") ||\n filteredOptions.length === 0\n ) {\n const option = options.find((option) => option.value === value);\n\n setSearchBoxVal(option?.label || \"\");\n }\n }}\n open={isOpen}\n anchorEl={baseInputRef.current}\n useAnchorWidth\n forSelectInput\n />\n )}\n \n );\n};\n\nexport default Autocomplete;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport ArrowLeftIcon from \"../Icons/NewDesignIcons/ArrowLeftIcon\";\nimport { BackLinkProps } from \"./BackLink.types\";\n\nconst BackLinkBasic = styled.button(({ theme, sx }) => ({\n display: \"flex\",\n alignItems: \"center\",\n textDecoration: \"none\",\n justifyContent: \"center\",\n flexDirection: \"row\",\n height: \"30px\",\n paddingLeft: 0,\n background: \"transparent\",\n border: 0,\n cursor: \"pointer\",\n \"& .label\": {\n color: get(theme, \"backLink.color\", \"#073052\"),\n fontSize: 14,\n fontWeight: 600,\n lineHeight: 1,\n paddingTop: 1,\n marginRight: 10,\n },\n \"&:hover .icon\": {\n background: get(theme, \"backLink.hover\", \"#eaedee\"),\n borderRadius: \"2px\",\n },\n \"& .icon\": {\n lineHeight: 1,\n marginRight: \"3px\",\n display: \"flex\",\n alignItems: \"center\",\n width: \"28px\",\n height: \"30px\",\n\n \"& .min-icon\": {\n width: \"17px\",\n height: \"11px\",\n margin: \"auto\",\n color: get(theme, \"backLink.arrow\", \"#081C42\"),\n },\n },\n ...overridePropsParse(sx, theme),\n}));\n\nconst BackLink: FC = ({ label, sx, ...props }) => {\n return (\n \n \n \n \n {label}\n \n );\n};\n\nexport default BackLink;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleSlashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleSlashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst InfoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default InfoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment, useCallback } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { themeColors } from \"../../global/themeColors\";\nimport { paddingSizeVariants } from \"../../global/utils\";\nimport CircleAlertIcon from \"../Icons/NewDesignIcons/CircleAlertIcon\";\nimport CircleCheckIcon from \"../Icons/NewDesignIcons/CircleCheckIcon\";\nimport CircleSlashIcon from \"../Icons/NewDesignIcons/CircleSlashIcon\";\nimport CircleXIcon from \"../Icons/NewDesignIcons/CircleXIcon\";\nimport InfoIcon from \"../Icons/NewDesignIcons/InfoIcon\";\nimport { BadgeConstructProps, BadgeProps } from \"./Badge.types\";\n\nconst BadgeBase = styled.span(\n ({ theme, color, size, badgeStyle, icon, isNumber, sx }) => {\n let textColor =\n badgeStyle === \"bold\"\n ? get(\n theme,\n `badge.${color}.subtleLabel`,\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n )\n : get(\n theme,\n `badge.${color}.boldLabel`,\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n );\n let bgColor =\n badgeStyle === \"bold\"\n ? get(\n theme,\n `badge.${color}.subtleBG`,\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n )\n : get(\n theme,\n `badge.${color}.boldBG`,\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n );\n let borderColor =\n badgeStyle === \"bold\"\n ? get(\n theme,\n `badge.${color}.subtleBG`,\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n )\n : get(\n theme,\n `badge.${color}.boldBG`,\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n );\n\n if (icon === \"dot\" || badgeStyle === \"minimal\") {\n bgColor = \"transparent\";\n textColor = get(theme, `badge.${color}.minimalColor`);\n borderColor =\n icon === \"dot\"\n ? \"transparent\"\n : get(theme, `badge.${color}.minimalColor`);\n }\n\n let padding =\n size === \"small\"\n ? `0 6px`\n : `${paddingSizeVariants.sizeXXS}px ${paddingSizeVariants.sizeXS}px`;\n\n if (size === \"small\" && isNumber) {\n padding = \"0\";\n }\n\n return {\n position: \"relative\",\n margin: 0,\n userSelect: \"none\",\n appearance: \"none\",\n maxWidth: \"100%\",\n fontFamily: \"'Inter', sans-serif\",\n fontSize: 12,\n fontWeight: 600,\n lineHeight: 16,\n display: \"inline-flex\",\n alignItems: \"center\",\n justifyContent: \"center\",\n height: size === \"small\" ? 16 : 24,\n color: textColor,\n backgroundColor: bgColor,\n borderRadius: 16,\n whiteSpace: \"nowrap\",\n cursor: \"default\",\n outline: 0,\n textDecoration: \"none\",\n border: `${borderColor} 1px solid`,\n padding,\n verticalAlign: \"middle\",\n gap: paddingSizeVariants.sizeXXS,\n minWidth: size === \"small\" ? 16 : 28,\n \"& svg\": {\n width: icon === \"dot\" ? 8 : 15,\n height: icon === \"dot\" ? 8 : 15,\n color: textColor,\n fill: textColor,\n },\n \"& span.dot\": {\n display: \"inline-block\",\n width: 8,\n height: 8,\n backgroundColor: textColor,\n borderRadius: \"100%\",\n },\n ...sx,\n };\n },\n);\n\nconst Badge: FC> = ({\n children,\n color = \"none\",\n sx,\n id,\n label,\n size = \"normal\",\n badgeStyle = \"subtle\",\n icon,\n isNumber,\n ...props\n}) => {\n const iconPhase = useCallback((): React.ReactNode => {\n let icnUse: React.ReactNode = null;\n\n if (icon) {\n if (typeof icon === \"boolean\") {\n // We use default icons for each category\n switch (color) {\n case \"none\":\n icnUse = ;\n break;\n case \"info\":\n icnUse = ;\n break;\n case \"success\":\n icnUse = ;\n break;\n case \"warning\":\n icnUse = ;\n break;\n case \"danger\":\n icnUse = ;\n break;\n default:\n icnUse = null;\n }\n } else {\n // In case we want to use a custom icon, and it is not a predefined icon\n icnUse = icon === \"dot\" ? : icon;\n }\n }\n\n return icnUse;\n }, [icon, color]);\n\n return (\n \n {icon && {iconPhase()}}\n \n {label}\n {children}\n \n \n );\n};\nexport default Badge;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { themeColors } from \"../../global/themeColors\";\nimport { overridePropsParse } from \"../../global/utils\";\nimport { IBoxedIconProps } from \"./BoxedIcon.types\";\n\nconst IconContainer = styled.div(({ theme, sx }) => ({\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"center\",\n boxSizing: \"border-box\",\n padding: 16,\n width: 60,\n height: 60,\n minHeight: 60,\n minWidth: 60,\n borderRadius: 12,\n backgroundColor: get(\n theme,\n \"boxedIcon.bgColor\",\n themeColors[\"Color/Neutral/Bg/colorBgSections\"].lightMode,\n ),\n \"& svg\": {\n color: get(\n theme,\n \"boxedIcon.iconColor\",\n themeColors[\"Color/Neutral/Icon/colorIcon\"].lightMode,\n ),\n width: 24,\n height: 24,\n minWidth: 24,\n minHeight: 24,\n },\n ...overridePropsParse(sx, theme),\n}));\n\nconst BoxedIcon: FC = ({ sx, children }) => {\n return {children};\n};\n\nexport default BoxedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React from \"react\";\nimport get from \"lodash/get\";\nimport { DefaultTheme } from \"styled-components\";\n\nimport { lightV2 } from \"../global/themes\";\n\nexport const expandMenuOptionStyles = (\n theme: DefaultTheme,\n inButtonGroup?: boolean,\n icon?: React.ReactNode,\n children?: React.ReactNode,\n) => {\n let paddingValue = \"4px 10px\";\n\n if (inButtonGroup) {\n paddingValue = icon && !children ? \"6px\" : \"4px 12px\";\n }\n\n return {\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"flex-start\",\n gap: 8,\n border: 0,\n borderRadius: 4,\n cursor: \"pointer\",\n width: \"100%\",\n color: get(theme, \"dropdownOptions.optionLabel\", lightV2.colorTextLabel),\n backgroundColor: get(theme, \"dropdownOptions.optionBG\", \"transparent\"),\n padding: paddingValue,\n fontWeight: 400,\n height: 28,\n boxShadow: \"none\",\n textDecoration: \"none\",\n \"&:hover:not(:disabled)\": {\n backgroundColor: get(\n theme,\n \"dropdownOptions.hoverOptionBG\",\n lightV2.colorBgHover,\n ),\n color: get(theme, \"dropdownOptions.optionLabel\", lightV2.colorTextLabel),\n },\n \"&:active:not(:disabled)\": {\n backgroundColor: get(\n theme,\n \"dropdownOptions.activeOptionBG\",\n lightV2.colorBgHover,\n ),\n },\n \"&:disabled\": {\n color: get(\n theme,\n \"dropdownOptions.disabledLabel\",\n lightV2.disabledGreyText,\n ),\n cursor: \"not-allowed\",\n },\n \"&.danger\": {\n color: get(\n theme,\n \"dropdownOptions.dangerLabel\",\n lightV2.errorColorPrimaryText,\n ),\n \"&:hover:not(:disabled)\": {\n color: get(\n theme,\n \"dropdownOptions.dangerLabel\",\n lightV2.errorColorPrimaryText,\n ),\n },\n },\n \"& svg\": {\n width: 16,\n height: 16,\n },\n \"& .menu-icon\": {\n display: \"inline-flex\",\n width: 16,\n height: 16,\n },\n \"& .menu-option\": {\n fontSize: 14,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"20px\",\n letterSpacing: \"0.16px\",\n whiteSpace: \"nowrap\" as const,\n },\n \"& .button-label\": {\n marginLeft: 0,\n },\n };\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, useEffect, useState } from \"react\";\nimport { createPortal } from \"react-dom\";\nimport debounce from \"lodash/debounce\";\nimport get from \"lodash/get\";\nimport styled, { CSSObject } from \"styled-components\";\n\nimport { useEscapeKey } from \"../../global/hooks\";\nimport SelectorContainer from \"../../global/SelectorContainer\";\nimport { themeColors } from \"../../global/themeColors\";\nimport { lightV2 } from \"../../global/themes\";\nimport { overridePropsParse, radioVariants } from \"../../global/utils\";\nimport { expandMenuOptionStyles } from \"../../utils/GlobalUtils\";\nimport { DropdownMainProps, ExpandDropdownProps } from \"./ExpandMenu.types\";\n\nconst DropdownBlock = styled.div(\n ({ theme, sx, forInputOptions }) => ({\n position: \"absolute\",\n display: \"grid\",\n gridTemplateColumns: \"100%\",\n backgroundColor: get(\n theme,\n \"dropdownSelector.backgroundColor\",\n lightV2.white,\n ),\n padding: 8,\n maxHeight: 450,\n minWidth: forInputOptions ? \"initial\" : 180,\n overflowX: \"hidden\",\n overflowY: \"auto\",\n borderRadius: radioVariants.borderRadiusSM,\n border: `1px solid ${get(theme, \"dropdownSelector.border\", lightV2.disabledGrey)}`,\n boxShadow:\n \"0px 2px 8px 0px rgba(156, 163, 175, 0.15), 0px 4px 12px 0px rgba(156, 163, 175, 0.25)\",\n marginTop: forInputOptions ? 0 : 10,\n \"& ul\": {\n padding: 0,\n margin: 0,\n display: \"flex\",\n flexDirection: \"column\",\n width: \"100%\",\n },\n \"& button\": expandMenuOptionStyles(theme),\n \"&::-webkit-scrollbar\": {\n width: 5,\n },\n \"&::-webkit-scrollbar-thumb\": {\n background: themeColors[\"Color/Base/Shark/3\"].lightMode, // Hardcoded color until we decide the correct style for scrollbars\n borderRadius: \"5px\",\n },\n\n \"&::-webkit-scrollbar-track\": {\n background: \"transparent\",\n borderRadius: 0,\n },\n ...overridePropsParse(sx, theme),\n }),\n);\n\nconst calcElementPosition = (\n anchorEl: (EventTarget & HTMLElement) | null,\n anchorOrigin: \"start\" | \"end\" | \"middle\",\n) => {\n if (!anchorEl) {\n return {\n top: 0,\n left: 0,\n width: 0,\n };\n }\n\n const bounds = anchorEl.getBoundingClientRect();\n\n const returnItem: CSSObject = { top: bounds.top + bounds.height };\n\n switch (anchorOrigin) {\n case \"start\":\n returnItem.left = bounds.left;\n returnItem.transform = \"translateX(0%)\";\n break;\n case \"end\":\n returnItem.left = bounds.left + bounds.width;\n returnItem.transform = \"translateX(-100%)\";\n break;\n case \"middle\":\n returnItem.left = bounds.right - bounds.width / 2;\n returnItem.transform = \"translateX(-50%)\";\n break;\n }\n\n return returnItem;\n};\n\nconst DropdownSelector: FC = ({\n hideTriggerAction,\n open,\n anchorEl = null,\n anchorOrigin = \"start\",\n forInputOptions = false,\n children,\n}) => {\n const [coords, setCoords] = useState(null);\n\n useEscapeKey(hideTriggerAction);\n\n useEffect(() => {\n if (open) {\n setCoords(calcElementPosition(anchorEl, anchorOrigin));\n return;\n }\n setCoords(null);\n }, [anchorEl, anchorOrigin, open]);\n\n useEffect(() => {\n const handleResize = () => {\n hideTriggerAction();\n };\n\n const scrollResize = debounce((anchorEl) => {\n if (!anchorEl || !anchorEl.getBoundingClientRect()) {\n return;\n }\n setCoords(calcElementPosition(anchorEl, anchorOrigin));\n }, 300);\n\n window.addEventListener(\"resize\", handleResize);\n window.addEventListener(\"scroll\", () => {\n scrollResize(anchorEl);\n });\n });\n\n if (!open || !coords) {\n return null;\n }\n\n if (!anchorEl) {\n console.warn(\n \"AnchorEl not set. Element will be rendered on the top of the page\",\n );\n }\n\n return createPortal(\n \n \n {children}\n \n ,\n document.body,\n );\n};\n\nexport default DropdownSelector;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment, useState } from \"react\";\n\nimport Button from \"../Button/Button\";\nimport ChevronDownIcon from \"../Icons/NewDesignIcons/ChevronDownIcon\";\nimport ChevronUpIcon from \"../Icons/NewDesignIcons/ChevronUpIcon\";\nimport ExpandDropdown from \"./ExpandDropdown\";\nimport { ExpandMenuProps } from \"./ExpandMenu.types\";\n\nconst ExpandMenu: FC<\n ExpandMenuProps & React.ButtonHTMLAttributes\n> = ({\n id,\n icon,\n iconLocation,\n dropMenuPosition,\n variant,\n name,\n sx,\n label,\n children,\n disabled,\n dropArrow = true,\n compact = false,\n forInputOptions = false,\n inButtonGroup,\n}) => {\n const [expandedMenu, setExpandedMenu] = useState(false);\n const [anchorEl, setAnchorEl] = React.useState<\n (EventTarget & HTMLButtonElement) | null\n >(null);\n\n let secondary = null;\n\n if (dropArrow) {\n secondary = expandedMenu ? (\n \n ) : (\n \n );\n }\n\n return (\n \n {\n setExpandedMenu(!expandedMenu);\n setAnchorEl(e.currentTarget);\n }}\n inButtonGroup={inButtonGroup}\n />\n\n {expandedMenu && (\n {\n setExpandedMenu(false);\n }}\n anchorOrigin={dropMenuPosition}\n anchorEl={anchorEl}\n forInputOptions={forInputOptions}\n >\n {children}\n \n )}\n \n );\n};\n\nexport default ExpandMenu;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport styled from \"styled-components\";\n\nimport { expandMenuOptionStyles } from \"../../utils/GlobalUtils\";\nimport {\n ExpandMenuConstructProps,\n ExpandMenuOptionProps,\n} from \"./ExpandMenu.types\";\n\nconst ExpandMenuOptionBase = styled.button<\n ExpandMenuOptionProps & ExpandMenuConstructProps\n>(({ theme, inButtonGroup = false, icon, parentChildren }) =>\n expandMenuOptionStyles(theme, inButtonGroup, icon, parentChildren),\n);\n\nconst ExpandMenuOption: FC<\n ExpandMenuOptionProps & React.ButtonHTMLAttributes\n> = ({\n children,\n icon,\n sx,\n variant = \"regular\",\n id,\n inButtonGroup = false,\n ...restProps\n}) => {\n return (\n \n {icon && {icon}}\n {children}\n \n );\n};\n\nexport default ExpandMenuOption;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { themeColors } from \"../../global/themeColors\";\nimport { ButtonProps, ConstructProps } from \"../Button/Button.types\";\nimport ExpandMenu from \"../ExpandMenu/ExpandMenu\";\nimport ExpandMenuOption from \"../ExpandMenu/ExpandMenuOption\";\nimport { BreadcrumbsOption, BreadcrumbsOptionProps } from \"./Breadcrumbs.types\";\n\nconst CustomBreadcrumb = styled.button<\n ButtonProps & React.ButtonHTMLAttributes & ConstructProps\n>(({ theme }) => ({\n cursor: \"pointer\",\n display: \"inline-flex\" as const,\n boxSizing: \"border-box\",\n border: 0,\n backgroundColor: \"transparent\",\n padding: \"2px 4px\",\n color: get(\n theme,\n \"breadcrumbs.elementsColor\",\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].lightMode,\n ),\n fontSize: 12,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"16px\",\n letterSpacing: \"0.5px\",\n textOverflow: \"ellipsis\" as const,\n overflow: \"hidden\" as const,\n whiteSpace: \"nowrap\" as const,\n borderRadius: 2,\n height: 20,\n gap: 4,\n \"& .button-icon svg\": {\n width: 16,\n height: 16,\n minWidth: 16,\n minHeight: 16,\n color: get(\n theme,\n \"breadcrumbs.elementsColor\",\n themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n ),\n },\n \"&.current\": {\n cursor: \"default\",\n color: get(\n theme,\n \"breadcrumbs.selectedColor\",\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].lightMode,\n ),\n \"& .button-icon svg\": {\n color: get(\n theme,\n \"breadcrumbs.selectedColor\",\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].lightMode,\n ),\n },\n },\n \"&:not(.current):hover\": {\n backgroundColor: get(\n theme,\n \"breadcrumbs.hoverBG\",\n themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n ),\n color: get(\n theme,\n \"breadcrumbs.hoverColor\",\n themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n ),\n textDecoration: \"underline\",\n \"& .button-icon svg\": {\n color: get(\n theme,\n \"breadcrumbs.hoverColor\",\n themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n ),\n },\n },\n}));\n\nconst BreadcrumbButton: FC<\n BreadcrumbsOptionProps & React.ButtonHTMLAttributes\n> = ({\n label,\n icon,\n iconLocation = \"start\",\n onClick,\n onClickOption,\n disabled,\n children,\n className,\n current,\n subOptions,\n ...props\n}) => {\n const clickFunction = (option: BreadcrumbsOption) => {\n if (onClickOption) {\n onClickOption(option.to);\n }\n\n if (option.onClick) {\n option.onClick(option.to);\n }\n };\n\n let iconToPlace: React.ReactNode = null;\n let expandMenu = null;\n\n if (icon) {\n iconToPlace = {icon};\n }\n\n if (subOptions) {\n expandMenu = (\n ({\n display: \"flex\",\n alignItems: \"center\",\n height: 20,\n width: 20,\n padding: \"2px 4px\",\n borderRadius: 2,\n fontSize: 12,\n gap: 4,\n transitionDuration: \"0s\",\n \"& .button-label\": {\n display: \"none\",\n marginLeft: 0,\n },\n color: get(\n theme,\n \"breadcrumbs.elementsColor\",\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].lightMode,\n ),\n \"&:hover\": {\n backgroundColor: get(\n theme,\n \"breadcrumbs.hoverBG\",\n themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n ),\n color: get(\n theme,\n \"breadcrumbs.hoverColor\",\n themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n ),\n textDecoration: \"underline\",\n \"& .button-icon svg\": {\n color: get(\n theme,\n \"breadcrumbs.hoverColor\",\n themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n ),\n },\n },\n \"& .buttonIcon > svg\": {\n color: get(\n theme,\n \"breadcrumbs.elementsColor\",\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].lightMode,\n ),\n width: 16,\n height: 16,\n },\n })}\n compact\n >\n {subOptions.map((option, index) => (\n clickFunction(option)}\n icon={option.icon}\n disabled={option.disabled}\n >\n {option.label}\n \n ))}\n \n );\n }\n\n return (\n \n \n \n {icon && (\n \n {icon && iconLocation === \"start\" && iconToPlace}\n \n )}\n {children ||\n (label && (\n \n {children}\n {children && label ? \" \" : \"\"}\n {label}\n \n ))}\n {icon && iconLocation === \"end\" && iconToPlace}\n \n \n {expandMenu}\n \n );\n};\n\nexport default BreadcrumbButton;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EllipsisIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EllipsisIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { themeColors } from \"../../global/themeColors\";\nimport { overridePropsParse } from \"../../global/utils\";\nimport Box from \"../Box/Box\";\nimport Button from \"../Button/Button\";\nimport ExpandMenu from \"../ExpandMenu/ExpandMenu\";\nimport ExpandMenuOption from \"../ExpandMenu/ExpandMenuOption\";\nimport ChevronLeftIcon from \"../Icons/NewDesignIcons/ChevronLeftIcon\";\nimport EllipsisIcon from \"../Icons/NewDesignIcons/EllipsisIcon\";\nimport BreadcrumbButton from \"./BreadcrumbButton\";\nimport {\n BreadcrumbsContainerProps,\n BreadcrumbsOption,\n BreadcrumbsProps,\n} from \"./Breadcrumbs.types\";\n\nconst BoxParent = styled.div(({ theme, sx }) => {\n return {\n boxSizing: \"border-box\",\n flexBasis: \"100%\",\n width: \"100%\",\n fontSize: 12,\n fontWeight: \"bold\",\n height: 38,\n display: \"flex\",\n alignItems: \"center\",\n marginRight: 10,\n \"& .breadcrumbsList\": {\n display: \"flex\",\n flexWrap: \"nowrap\",\n flexGrow: 1,\n textAlign: \"left\" as const,\n marginLeft: 15,\n marginRight: 10,\n overflow: \"hidden\",\n userSelect: \"none\",\n \"& .divider\": {\n boxSizing: \"content-box\",\n display: \"inline-flex\",\n justifyContent: \"center\",\n width: 12,\n minWidth: 12,\n color: get(\n theme,\n \"elementsColor\",\n themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n ),\n fontSize: 12,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"16px\",\n letterSpacing: \"0.5px\",\n padding: \"2px 4px\",\n },\n \"& svg\": {\n color: get(\n theme,\n \"elementsColor\",\n themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n ),\n \"&:hover\": {\n color: get(\n theme,\n \"hoverColor\",\n themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n ),\n },\n },\n \"& .last\": {\n pointerEvents: \"none\",\n },\n },\n \"& .slashSpacingStyle\": {\n margin: \"0 5px\",\n },\n ...overridePropsParse(sx, theme),\n };\n});\n\nconst Breadcrumbs: FC = ({\n sx,\n goBackFunction,\n options,\n displayLastItems = false,\n onClickOption,\n markCurrentItem = false,\n children,\n}) => {\n const hasCollapsedOpts =\n typeof displayLastItems === \"number\" &&\n options.length - 1 > displayLastItems &&\n options.length > 0;\n\n let collapsedOptions = null;\n\n const clickFunction = (option: BreadcrumbsOption) => {\n if (onClickOption) {\n onClickOption(option.to);\n }\n\n if (option.onClick) {\n option.onClick(option.to);\n }\n };\n\n const Divider = () => {\n return /;\n };\n\n // Collapsed options\n if (hasCollapsedOpts && options.length > displayLastItems - 1) {\n const colOpts = options.slice(1, displayLastItems * -1);\n\n collapsedOptions = (\n }\n variant={\"secondary-ghost\"}\n sx={{\n height: 20,\n padding: \"2px 4px\",\n borderRadius: 2,\n }}\n dropArrow={false}\n compact\n >\n {colOpts.map((option, index) => (\n clickFunction(option)}\n >\n {option.label}\n \n ))}\n \n );\n }\n\n const itSlide = hasCollapsedOpts\n ? options.slice(displayLastItems * -1)\n : options;\n\n return (\n \n {goBackFunction && (\n }\n onClick={goBackFunction}\n iconLocation={\"start\"}\n compact\n sx={{\n width: 28,\n height: 28,\n }}\n />\n )}\n \n {hasCollapsedOpts ? (\n \n clickFunction(options[0])}\n onClickOption={onClickOption}\n icon={options[0].icon!}\n >\n {options[0].label}\n \n \n {collapsedOptions}\n \n {itSlide.map((itm, index) => {\n const lastItem = index === itSlide.length - 1;\n\n return (\n \n {index !== 0 && }\n clickFunction(itm)}\n onClickOption={onClickOption}\n className={`${lastItem && !itm.subOptions ? \"last\" : \"\"}`}\n icon={itm.icon!}\n current={lastItem && markCurrentItem}\n label={itm.label}\n />\n \n );\n })}\n \n ) : (\n \n {itSlide.map((itm, index) => {\n const lastItem = index === options.length - 1;\n\n return (\n \n {index !== 0 && }\n {\n clickFunction(itm);\n }}\n onClickOption={onClickOption}\n className={`${lastItem && !itm.subOptions ? \"last\" : \"\"}`}\n icon={itm.icon!}\n current={lastItem && markCurrentItem}\n subOptions={itm.subOptions}\n label={itm.label}\n />\n \n );\n })}\n {children!}\n \n )}\n \n \n );\n};\n\nexport default Breadcrumbs;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { cloneElement, FC, isValidElement } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport { themeColors } from \"../../global/themeColors\";\nimport { lightV2 } from \"../../global/themes\";\nimport { overridePropsParse } from \"../../global/utils\";\nimport { ButtonProps } from \"../Button/Button.types\";\nimport Loader from \"../Loader/Loader\";\nimport { ButtonGroupProps } from \"./ButtonGroup.types\";\n\nconst ButtonGroupMain = styled.div(({ theme, sx }) => ({\n display: \"inline-flex\",\n flexDirection: \"row\" as const,\n border: `1px solid ${get(theme, \"buttonGroup.border\", themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].lightMode)}`,\n backgroundColor: get(theme, \"buttonGroup.background\", lightV2.bgColorBgShell),\n borderRadius: 4,\n overflow: \"hidden\",\n width: \"initial\",\n height: 28,\n boxSizing: \"border-box\" as const,\n \"& > *:not(:last-child)\": {\n borderRight: `1px solid ${get(theme, \"buttonGroup.border\", themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].lightMode)}`,\n },\n \"& button\": {\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"center\",\n boxShadow: \"none\",\n border: 0,\n borderRadius: 0,\n fontSize: 14,\n lineHeight: \"20px\",\n fontStyle: \"normal\",\n fontWeight: 400,\n letterSpacing: \"0.16px\",\n fontFamily: \"'Geist', sans-serif\",\n boxSizing: \"border-box\",\n color: get(\n theme,\n \"buttonGroup.labelColor\",\n themeColors[\"Color/Neutral/Text/colorTextSecondary\"].lightMode,\n ),\n height: 26,\n background: \"transparent\",\n \"& .buttonIcon\": {\n height: 16,\n \"& > svg\": {\n width: 16,\n height: 16,\n minWidth: 16,\n minHeight: 16,\n color: get(\n theme,\n \"buttonGroup.labelColor\",\n themeColors[\"Color/Neutral/Text/colorTextSecondary\"].lightMode,\n ),\n },\n },\n \"&.button-secondary\": {\n color: get(\n theme,\n \"buttonGroup.secondaryLabelColor\",\n themeColors[\"Color/Brand/Error/colorPrimary\"].lightMode,\n ),\n \"& .buttonIcon > svg\": {\n color: get(\n theme,\n \"buttonGroup.secondaryLabelColor\",\n themeColors[\"Color/Brand/Error/colorPrimary\"].lightMode,\n ),\n },\n },\n \"& .button-label, & .menu-option\": {\n whiteSpace: \"nowrap\",\n },\n \"&:disabled\": {\n cursor: \"not-allowed\",\n color: get(\n theme,\n \"buttonGroup.disabledLabelColor\",\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n ),\n backgroundColor: get(\n theme,\n \"buttonGroup.disabledBackground\",\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n ),\n \"& .buttonIcon > svg\": {\n color: get(\n theme,\n \"buttonGroup.disabledLabelColor\",\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n ),\n },\n },\n \"&:hover:not(:disabled)\": {\n background: get(\n theme,\n \"buttonGroup.hoverBackground\",\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n ),\n color: get(\n theme,\n \"buttonGroup.hoverLabelColor\",\n themeColors[\"Color/Neutral/Text/colorTextSecondary\"].lightMode,\n ),\n borderColor: get(\n theme,\n \"buttonGroup.border\",\n themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].lightMode,\n ),\n boxShadow: \"none\",\n \"& .buttonIcon > svg\": {\n color: get(\n theme,\n \"buttonGroup.hoverLabelColor\",\n themeColors[\"Color/Neutral/Text/colorTextSecondary\"].lightMode,\n ),\n },\n \"&.button-secondary\": {\n color: get(\n theme,\n \"buttonGroup.secondaryLabelColor\",\n themeColors[\"Color/Brand/Error/colorPrimary\"].lightMode,\n ),\n \"& .buttonIcon > svg\": {\n color: get(\n theme,\n \"buttonGroup.secondaryLabelColor\",\n themeColors[\"Color/Brand/Error/colorPrimary\"].lightMode,\n ),\n },\n },\n },\n \"&:active\": {\n backgroundColor: get(\n theme,\n \"buttonGroup.activeBackground\",\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n ),\n color: get(\n theme,\n \"buttonGroup.activeLabelColor\",\n themeColors[\"Color/Neutral/Text/colorTextSecondary\"].lightMode,\n ),\n borderColor: get(\n theme,\n \"buttonGroup.border\",\n themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].lightMode,\n ),\n boxShadow: \"none\",\n \"& .buttonIcon > svg\": {\n color: get(\n theme,\n \"buttonGroup.activeLabelColor\",\n themeColors[\"Color/Neutral/Text/colorTextSecondary\"].lightMode,\n ),\n },\n },\n \"&.selected:not(:disabled)\": {\n backgroundColor: get(\n theme,\n \"buttonGroup.selectedBackground\",\n themeColors[\"Color/Brand/Control/colorBgActive\"].lightMode,\n ),\n color: get(\n theme,\n \"buttonGroup.selectedLabelColor\",\n themeColors[\"Color/Brand/Info/colorPrimaryActive\"].lightMode,\n ),\n \"& .buttonIcon > svg\": {\n color: get(\n theme,\n \"buttonGroup.selectedLabelColor\",\n themeColors[\"Color/Brand/Info/colorPrimaryActive\"].lightMode,\n ),\n },\n \"&:hover\": {\n backgroundColor: get(\n theme,\n \"buttonGroup.selectedBackground\",\n themeColors[\"Color/Brand/Control/colorBgActive\"].lightMode,\n ),\n color: get(\n theme,\n \"buttonGroup.selectedLabelColor\",\n themeColors[\"Color/Brand/Info/colorPrimaryActive\"].lightMode,\n ),\n \"& .buttonIcon > svg\": {\n color: get(\n theme,\n \"buttonGroup.selectedLabelColor\",\n themeColors[\"Color/Brand/Info/colorPrimaryActive\"].lightMode,\n ),\n },\n },\n },\n },\n ...overridePropsParse(sx, theme),\n}));\n\nconst ButtonGroup: FC = ({\n sx,\n children,\n isLoading,\n ...restProps\n}) => {\n if (isLoading) {\n return ;\n }\n\n return (\n \n {React.Children.map(children, (child) => {\n // Ensure the child is a valid ButtonProps and pass the prop\n if (isValidElement(child)) {\n return cloneElement(child, { inButtonGroup: true });\n }\n return child;\n })}\n \n );\n};\n\nexport default ButtonGroup;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, HTMLAttributes } from \"react\";\nimport styled from \"styled-components\";\n\nimport { OverrideTheme } from \"./global.types\";\nimport { breakPoints, overridePropsParse } from \"./utils\";\n\nexport interface FieldContainerProps {\n children: React.ReactNode;\n className?: string;\n sx?: OverrideTheme;\n}\n\nconst MainContainer = styled.div<\n HTMLAttributes & FieldContainerProps\n>(({ sx, theme }) => ({\n position: \"relative\",\n display: \"flex\",\n flexWrap: \"wrap\",\n width: \"100%\",\n flexBasis: \"100%\",\n [`@media (max-width: ${breakPoints.sm})`]: {\n flexFlow: \"column\",\n },\n \"& .tooltipContainer\": {\n marginLeft: 5,\n display: \"flex\",\n alignItems: \"center\",\n \"& .min-icon\": {\n width: 13,\n },\n },\n ...overridePropsParse(sx, theme),\n}));\n\nexport const FieldContainer: FC = ({\n children,\n sx,\n className,\n}) => {\n return (\n \n {children}\n \n );\n};\n\nexport default FieldContainer;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\n\nimport FieldContainer from \"../../global/FieldContainer\";\nimport { themeColors } from \"../../global/themeColors\";\nimport { overridePropsParse } from \"../../global/utils\";\nimport CheckIcon from \"../Icons/NewDesignIcons/CheckIcon\";\nimport CircleHelpIcon from \"../Icons/NewDesignIcons/CircleHelpIcon\";\nimport InputLabel from \"../InputLabel/InputLabel\";\nimport { InputLabelProps } from \"../InputLabel/InputLabel.types\";\nimport Tooltip from \"../Tooltip/Tooltip\";\nimport { CheckboxProps } from \"./Checkbox.types\";\n\nconst CheckboxItem = styled.label(({ sx, theme }) => ({\n position: \"relative\",\n \"& input\": {\n display: \"none\",\n },\n \"& .checkbox\": {\n position: \"relative\",\n display: \"block\",\n width: 16,\n height: 16,\n borderRadius: 4,\n border: `1px solid ${get(theme, \"checkbox.checkBoxBorder\", themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode)}`,\n backgroundColor: get(\n theme,\n \"checkbox.checkBoxBackground\",\n themeColors[\"Color/Neutral/Bg/colorBgFields\"].lightMode,\n ),\n boxSizing: \"border-box\" as const,\n \"&:hover:not(:disabled)\": {\n borderColor: get(\n theme,\n \"checkbox.checkBoxHoverBorder\",\n themeColors[\"Color/Neutral/Border/colorBorderBold\"].lightMode,\n ),\n },\n \"& .icon-overlay\": {\n display: \"none\",\n },\n },\n \"input:checked ~ .checkbox\": {\n borderColor: get(\n theme,\n \"checkbox.checkBoxActiveBorder\",\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n ),\n backgroundColor: get(\n theme,\n \"checkbox.checkBoxActiveColor\",\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n ),\n overflow: \"hidden\",\n \"&:before\": {\n content: \"' '\",\n position: \"absolute\",\n display: \"block\",\n width: 16,\n height: 16,\n borderRadius: 4,\n top: \"50%\",\n left: \"50%\",\n transform: \"translateX(-50%) translateY(-50%)\",\n },\n \"& .icon-overlay\": {\n display: \"block\",\n },\n \"&:hover\": {\n borderColor: get(\n theme,\n \"checkbox.checkBoxActiveHoverBorder\",\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n ),\n backgroundColor: get(\n theme,\n \"checkbox.checkBoxActiveHoverBackground\",\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n ),\n },\n },\n \"input:disabled\": {\n \"& ~ .checkbox\": {\n border: `1px solid ${get(theme, \"checkbox.disabledBorder\", themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode)}`,\n backgroundColor: get(\n theme,\n \"checkbox.disabledBackground\",\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n ),\n \"&:hover\": {\n borderColor: get(\n theme,\n \"checkbox.disabledBorder\",\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n ),\n backgroundColor: get(\n theme,\n \"checkbox.disabledBackground\",\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n ),\n },\n },\n },\n \"& .icon-overlay\": {\n color: get(\n theme,\n \"checkbox.checkBoxActiveCheckboxColor\",\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n ),\n position: \"absolute\",\n width: 14,\n height: 14,\n \"&.disabled\": {\n color: get(\n theme,\n \"checkbox.disabledColor\",\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n ),\n },\n },\n ...overridePropsParse(sx, theme),\n}));\n\nconst Checkbox: FC<\n CheckboxProps & React.InputHTMLAttributes\n> = ({\n tooltip,\n label,\n id,\n overrideLabelClasses,\n sx,\n className,\n helpTip,\n helpTipPlacement,\n checked,\n disabled,\n ...props\n}) => {\n return (\n \n e.stopPropagation()}>\n \n \n \n \n \n {label !== \"\" && (\n \n {label}\n {tooltip && tooltip !== \"\" && (\n
\n \n \n \n
\n )}\n \n )}\n \n );\n};\n\nexport default Checkbox;\n","function _extends() {\n return _extends = Object.assign ? Object.assign.bind() : function (n) {\n for (var e = 1; e < arguments.length; e++) {\n var t = arguments[e];\n for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);\n }\n return n;\n }, _extends.apply(null, arguments);\n}\nexport { _extends as default };","function _objectWithoutPropertiesLoose(r, e) {\n if (null == r) return {};\n var t = {};\n for (var n in r) if ({}.hasOwnProperty.call(r, n)) {\n if (e.includes(n)) continue;\n t[n] = r[n];\n }\n return t;\n}\nexport { _objectWithoutPropertiesLoose as default };","/**\n * @typedef {import('./info.js').Info} Info\n * @typedef {Record} Properties\n * @typedef {Record} Normal\n */\n\nexport class Schema {\n /**\n * @constructor\n * @param {Properties} property\n * @param {Normal} normal\n * @param {string} [space]\n */\n constructor(property, normal, space) {\n this.property = property\n this.normal = normal\n if (space) {\n this.space = space\n }\n }\n}\n\n/** @type {Properties} */\nSchema.prototype.property = {}\n/** @type {Normal} */\nSchema.prototype.normal = {}\n/** @type {string|null} */\nSchema.prototype.space = null\n","/**\n * @typedef {import('./schema.js').Properties} Properties\n * @typedef {import('./schema.js').Normal} Normal\n */\n\nimport {Schema} from './schema.js'\n\n/**\n * @param {Schema[]} definitions\n * @param {string} [space]\n * @returns {Schema}\n */\nexport function merge(definitions, space) {\n /** @type {Properties} */\n const property = {}\n /** @type {Normal} */\n const normal = {}\n let index = -1\n\n while (++index < definitions.length) {\n Object.assign(property, definitions[index].property)\n Object.assign(normal, definitions[index].normal)\n }\n\n return new Schema(property, normal, space)\n}\n","/**\n * @param {string} value\n * @returns {string}\n */\nexport function normalize(value) {\n return value.toLowerCase()\n}\n","export class Info {\n /**\n * @constructor\n * @param {string} property\n * @param {string} attribute\n */\n constructor(property, attribute) {\n /** @type {string} */\n this.property = property\n /** @type {string} */\n this.attribute = attribute\n }\n}\n\n/** @type {string|null} */\nInfo.prototype.space = null\nInfo.prototype.boolean = false\nInfo.prototype.booleanish = false\nInfo.prototype.overloadedBoolean = false\nInfo.prototype.number = false\nInfo.prototype.commaSeparated = false\nInfo.prototype.spaceSeparated = false\nInfo.prototype.commaOrSpaceSeparated = false\nInfo.prototype.mustUseProperty = false\nInfo.prototype.defined = false\n","let powers = 0\n\nexport const boolean = increment()\nexport const booleanish = increment()\nexport const overloadedBoolean = increment()\nexport const number = increment()\nexport const spaceSeparated = increment()\nexport const commaSeparated = increment()\nexport const commaOrSpaceSeparated = increment()\n\nfunction increment() {\n return 2 ** ++powers\n}\n","import {Info} from './info.js'\nimport * as types from './types.js'\n\n/** @type {Array} */\n// @ts-expect-error: hush.\nconst checks = Object.keys(types)\n\nexport class DefinedInfo extends Info {\n /**\n * @constructor\n * @param {string} property\n * @param {string} attribute\n * @param {number|null} [mask]\n * @param {string} [space]\n */\n constructor(property, attribute, mask, space) {\n let index = -1\n\n super(property, attribute)\n\n mark(this, 'space', space)\n\n if (typeof mask === 'number') {\n while (++index < checks.length) {\n const check = checks[index]\n mark(this, checks[index], (mask & types[check]) === types[check])\n }\n }\n }\n}\n\nDefinedInfo.prototype.defined = true\n\n/**\n * @param {DefinedInfo} values\n * @param {string} key\n * @param {unknown} value\n */\nfunction mark(values, key, value) {\n if (value) {\n // @ts-expect-error: assume `value` matches the expected value of `key`.\n values[key] = value\n }\n}\n","/**\n * @typedef {import('./schema.js').Properties} Properties\n * @typedef {import('./schema.js').Normal} Normal\n *\n * @typedef {Record} Attributes\n *\n * @typedef {Object} Definition\n * @property {Record} properties\n * @property {(attributes: Attributes, property: string) => string} transform\n * @property {string} [space]\n * @property {Attributes} [attributes]\n * @property {Array} [mustUseProperty]\n */\n\nimport {normalize} from '../normalize.js'\nimport {Schema} from './schema.js'\nimport {DefinedInfo} from './defined-info.js'\n\nconst own = {}.hasOwnProperty\n\n/**\n * @param {Definition} definition\n * @returns {Schema}\n */\nexport function create(definition) {\n /** @type {Properties} */\n const property = {}\n /** @type {Normal} */\n const normal = {}\n /** @type {string} */\n let prop\n\n for (prop in definition.properties) {\n if (own.call(definition.properties, prop)) {\n const value = definition.properties[prop]\n const info = new DefinedInfo(\n prop,\n definition.transform(definition.attributes || {}, prop),\n value,\n definition.space\n )\n\n if (\n definition.mustUseProperty &&\n definition.mustUseProperty.includes(prop)\n ) {\n info.mustUseProperty = true\n }\n\n property[prop] = info\n\n normal[normalize(prop)] = prop\n normal[normalize(info.attribute)] = prop\n }\n }\n\n return new Schema(property, normal, definition.space)\n}\n","import {create} from './util/create.js'\n\nexport const xlink = create({\n space: 'xlink',\n transform(_, prop) {\n return 'xlink:' + prop.slice(5).toLowerCase()\n },\n properties: {\n xLinkActuate: null,\n xLinkArcRole: null,\n xLinkHref: null,\n xLinkRole: null,\n xLinkShow: null,\n xLinkTitle: null,\n xLinkType: null\n }\n})\n","import {create} from './util/create.js'\n\nexport const xml = create({\n space: 'xml',\n transform(_, prop) {\n return 'xml:' + prop.slice(3).toLowerCase()\n },\n properties: {xmlLang: null, xmlBase: null, xmlSpace: null}\n})\n","/**\n * @param {Record} attributes\n * @param {string} attribute\n * @returns {string}\n */\nexport function caseSensitiveTransform(attributes, attribute) {\n return attribute in attributes ? attributes[attribute] : attribute\n}\n","import {caseSensitiveTransform} from './case-sensitive-transform.js'\n\n/**\n * @param {Record} attributes\n * @param {string} property\n * @returns {string}\n */\nexport function caseInsensitiveTransform(attributes, property) {\n return caseSensitiveTransform(attributes, property.toLowerCase())\n}\n","import {create} from './util/create.js'\nimport {caseInsensitiveTransform} from './util/case-insensitive-transform.js'\n\nexport const xmlns = create({\n space: 'xmlns',\n attributes: {xmlnsxlink: 'xmlns:xlink'},\n transform: caseInsensitiveTransform,\n properties: {xmlns: null, xmlnsXLink: null}\n})\n","import {booleanish, number, spaceSeparated} from './util/types.js'\nimport {create} from './util/create.js'\n\nexport const aria = create({\n transform(_, prop) {\n return prop === 'role' ? prop : 'aria-' + prop.slice(4).toLowerCase()\n },\n properties: {\n ariaActiveDescendant: null,\n ariaAtomic: booleanish,\n ariaAutoComplete: null,\n ariaBusy: booleanish,\n ariaChecked: booleanish,\n ariaColCount: number,\n ariaColIndex: number,\n ariaColSpan: number,\n ariaControls: spaceSeparated,\n ariaCurrent: null,\n ariaDescribedBy: spaceSeparated,\n ariaDetails: null,\n ariaDisabled: booleanish,\n ariaDropEffect: spaceSeparated,\n ariaErrorMessage: null,\n ariaExpanded: booleanish,\n ariaFlowTo: spaceSeparated,\n ariaGrabbed: booleanish,\n ariaHasPopup: null,\n ariaHidden: booleanish,\n ariaInvalid: null,\n ariaKeyShortcuts: null,\n ariaLabel: null,\n ariaLabelledBy: spaceSeparated,\n ariaLevel: number,\n ariaLive: null,\n ariaModal: booleanish,\n ariaMultiLine: booleanish,\n ariaMultiSelectable: booleanish,\n ariaOrientation: null,\n ariaOwns: spaceSeparated,\n ariaPlaceholder: null,\n ariaPosInSet: number,\n ariaPressed: booleanish,\n ariaReadOnly: booleanish,\n ariaRelevant: null,\n ariaRequired: booleanish,\n ariaRoleDescription: spaceSeparated,\n ariaRowCount: number,\n ariaRowIndex: number,\n ariaRowSpan: number,\n ariaSelected: booleanish,\n ariaSetSize: number,\n ariaSort: null,\n ariaValueMax: number,\n ariaValueMin: number,\n ariaValueNow: number,\n ariaValueText: null,\n role: null\n }\n})\n","import {\n boolean,\n overloadedBoolean,\n booleanish,\n number,\n spaceSeparated,\n commaSeparated\n} from './util/types.js'\nimport {create} from './util/create.js'\nimport {caseInsensitiveTransform} from './util/case-insensitive-transform.js'\n\nexport const html = create({\n space: 'html',\n attributes: {\n acceptcharset: 'accept-charset',\n classname: 'class',\n htmlfor: 'for',\n httpequiv: 'http-equiv'\n },\n transform: caseInsensitiveTransform,\n mustUseProperty: ['checked', 'multiple', 'muted', 'selected'],\n properties: {\n // Standard Properties.\n abbr: null,\n accept: commaSeparated,\n acceptCharset: spaceSeparated,\n accessKey: spaceSeparated,\n action: null,\n allow: null,\n allowFullScreen: boolean,\n allowPaymentRequest: boolean,\n allowUserMedia: boolean,\n alt: null,\n as: null,\n async: boolean,\n autoCapitalize: null,\n autoComplete: spaceSeparated,\n autoFocus: boolean,\n autoPlay: boolean,\n blocking: spaceSeparated,\n capture: null,\n charSet: null,\n checked: boolean,\n cite: null,\n className: spaceSeparated,\n cols: number,\n colSpan: null,\n content: null,\n contentEditable: booleanish,\n controls: boolean,\n controlsList: spaceSeparated,\n coords: number | commaSeparated,\n crossOrigin: null,\n data: null,\n dateTime: null,\n decoding: null,\n default: boolean,\n defer: boolean,\n dir: null,\n dirName: null,\n disabled: boolean,\n download: overloadedBoolean,\n draggable: booleanish,\n encType: null,\n enterKeyHint: null,\n fetchPriority: null,\n form: null,\n formAction: null,\n formEncType: null,\n formMethod: null,\n formNoValidate: boolean,\n formTarget: null,\n headers: spaceSeparated,\n height: number,\n hidden: boolean,\n high: number,\n href: null,\n hrefLang: null,\n htmlFor: spaceSeparated,\n httpEquiv: spaceSeparated,\n id: null,\n imageSizes: null,\n imageSrcSet: null,\n inert: boolean,\n inputMode: null,\n integrity: null,\n is: null,\n isMap: boolean,\n itemId: null,\n itemProp: spaceSeparated,\n itemRef: spaceSeparated,\n itemScope: boolean,\n itemType: spaceSeparated,\n kind: null,\n label: null,\n lang: null,\n language: null,\n list: null,\n loading: null,\n loop: boolean,\n low: number,\n manifest: null,\n max: null,\n maxLength: number,\n media: null,\n method: null,\n min: null,\n minLength: number,\n multiple: boolean,\n muted: boolean,\n name: null,\n nonce: null,\n noModule: boolean,\n noValidate: boolean,\n onAbort: null,\n onAfterPrint: null,\n onAuxClick: null,\n onBeforeMatch: null,\n onBeforePrint: null,\n onBeforeToggle: null,\n onBeforeUnload: null,\n onBlur: null,\n onCancel: null,\n onCanPlay: null,\n onCanPlayThrough: null,\n onChange: null,\n onClick: null,\n onClose: null,\n onContextLost: null,\n onContextMenu: null,\n onContextRestored: null,\n onCopy: null,\n onCueChange: null,\n onCut: null,\n onDblClick: null,\n onDrag: null,\n onDragEnd: null,\n onDragEnter: null,\n onDragExit: null,\n onDragLeave: null,\n onDragOver: null,\n onDragStart: null,\n onDrop: null,\n onDurationChange: null,\n onEmptied: null,\n onEnded: null,\n onError: null,\n onFocus: null,\n onFormData: null,\n onHashChange: null,\n onInput: null,\n onInvalid: null,\n onKeyDown: null,\n onKeyPress: null,\n onKeyUp: null,\n onLanguageChange: null,\n onLoad: null,\n onLoadedData: null,\n onLoadedMetadata: null,\n onLoadEnd: null,\n onLoadStart: null,\n onMessage: null,\n onMessageError: null,\n onMouseDown: null,\n onMouseEnter: null,\n onMouseLeave: null,\n onMouseMove: null,\n onMouseOut: null,\n onMouseOver: null,\n onMouseUp: null,\n onOffline: null,\n onOnline: null,\n onPageHide: null,\n onPageShow: null,\n onPaste: null,\n onPause: null,\n onPlay: null,\n onPlaying: null,\n onPopState: null,\n onProgress: null,\n onRateChange: null,\n onRejectionHandled: null,\n onReset: null,\n onResize: null,\n onScroll: null,\n onScrollEnd: null,\n onSecurityPolicyViolation: null,\n onSeeked: null,\n onSeeking: null,\n onSelect: null,\n onSlotChange: null,\n onStalled: null,\n onStorage: null,\n onSubmit: null,\n onSuspend: null,\n onTimeUpdate: null,\n onToggle: null,\n onUnhandledRejection: null,\n onUnload: null,\n onVolumeChange: null,\n onWaiting: null,\n onWheel: null,\n open: boolean,\n optimum: number,\n pattern: null,\n ping: spaceSeparated,\n placeholder: null,\n playsInline: boolean,\n popover: null,\n popoverTarget: null,\n popoverTargetAction: null,\n poster: null,\n preload: null,\n readOnly: boolean,\n referrerPolicy: null,\n rel: spaceSeparated,\n required: boolean,\n reversed: boolean,\n rows: number,\n rowSpan: number,\n sandbox: spaceSeparated,\n scope: null,\n scoped: boolean,\n seamless: boolean,\n selected: boolean,\n shadowRootClonable: boolean,\n shadowRootDelegatesFocus: boolean,\n shadowRootMode: null,\n shape: null,\n size: number,\n sizes: null,\n slot: null,\n span: number,\n spellCheck: booleanish,\n src: null,\n srcDoc: null,\n srcLang: null,\n srcSet: null,\n start: number,\n step: null,\n style: null,\n tabIndex: number,\n target: null,\n title: null,\n translate: null,\n type: null,\n typeMustMatch: boolean,\n useMap: null,\n value: booleanish,\n width: number,\n wrap: null,\n writingSuggestions: null,\n\n // Legacy.\n // See: https://html.spec.whatwg.org/#other-elements,-attributes-and-apis\n align: null, // Several. Use CSS `text-align` instead,\n aLink: null, // ``. Use CSS `a:active {color}` instead\n archive: spaceSeparated, // ``. List of URIs to archives\n axis: null, // `` and ``. Use `scope` on ``\n background: null, // ``. Use CSS `background-image` instead\n bgColor: null, // `` and table elements. Use CSS `background-color` instead\n border: number, // ``. Use CSS `border-width` instead,\n borderColor: null, // `
`. Use CSS `border-color` instead,\n bottomMargin: number, // ``\n cellPadding: null, // `
`\n cellSpacing: null, // `
`\n char: null, // Several table elements. When `align=char`, sets the character to align on\n charOff: null, // Several table elements. When `char`, offsets the alignment\n classId: null, // ``\n clear: null, // `
`. Use CSS `clear` instead\n code: null, // ``\n codeBase: null, // ``\n codeType: null, // ``\n color: null, // `` and `
`. Use CSS instead\n compact: boolean, // Lists. Use CSS to reduce space between items instead\n declare: boolean, // ``\n event: null, // `