diff --git a/dist/esm/index.js b/dist/esm/index.js
index bf74c3fe..6749f684 100644
--- a/dist/esm/index.js
+++ b/dist/esm/index.js
@@ -3084,7 +3084,7 @@ const hn = require("../assets/fonts/Geist/Geist-Black.woff2"),
return (
s && (p = (a && "" !== a) || i ? "4px 12px" : "6px"),
{
- borderRadius: 6,
+ borderRadius: 4,
cursor: "pointer",
height: C ? 28 : 36,
fontFamily: "'Geist', sans-serif",
@@ -3105,14 +3105,18 @@ const hn = require("../assets/fonts/Geist/Geist-Black.woff2"),
boxShadow: mn(e, `buttons.${n}.enabled.shadow`, "none"),
"& .button-label": { whiteSpace: t ? "normal" : "nowrap", ...d },
"& .buttonIcon": {
- display: "block",
+ display: "flex",
height: 16,
width: 16,
+ minWidth: 16,
+ minHeight: 16,
+ justifyContent: "center",
+ alignItems: "center",
"& > svg": {
fill: mn(e, `buttons.${n}.enabled.text`, "#000"),
color: mn(e, `buttons.${n}.enabled.text`, "#000"),
- width: 14,
- height: 14,
+ width: 16,
+ height: 16,
},
},
"&:disabled": {
@@ -5343,7 +5347,7 @@ const Tr = ({
override: n = {},
glContext: r,
failIfMajorPerformanceCaveat: o = !1,
- benchmarksURL: a = "https://unpkg.com/detect-gpu@5.0.39/dist/benchmarks",
+ benchmarksURL: a = "https://unpkg.com/detect-gpu@5.0.40/dist/benchmarks",
} = {}) =>
vr(void 0, void 0, void 0, function* () {
const l = {};
@@ -16531,6 +16535,7 @@ const aC = p.div(({}) => ({
borderLeft: `1px solid ${e.colors["Color/Neutral/Border/colorBorderSubtle"]}`,
boxShadow: "none",
height: "small" === t ? 26 : 36,
+ boxSizing: "border-box",
"& .min-icon": {
width: 16,
height: 16,
@@ -82670,6 +82675,7 @@ const P6 = p.div(({ theme: e }) => ({
"buttonGroup.border",
b["Color/Neutral/Border/colorBorderMinimal"].lightMode,
),
+ boxShadow: "none",
"& .buttonIcon > svg": {
color: mn(
e,
@@ -82708,6 +82714,7 @@ const P6 = p.div(({ theme: e }) => ({
"buttonGroup.border",
b["Color/Neutral/Border/colorBorderMinimal"].lightMode,
),
+ boxShadow: "none",
"& .buttonIcon > svg": {
color: mn(
e,
diff --git a/dist/esm/index.js.map b/dist/esm/index.js.map
index d4521b54..5d4185e4 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","../../node_modules/@emotion/memoize/dist/emotion-memoize.esm.js","../../node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js","../../../src/global/themes.ts","../../../src/components/ThemeHandler/ThemeHandler.tsx","../../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/components/GlobalStyles/GlobalStyles.tsx","../../../src/components/Loader/Loader.utils.ts","../../../src/components/Loader/Loader.tsx","../../../src/components/Button/Button.tsx","../../../src/components/ApplicationLogo/Logos/LogoBase/LogoBase.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleStandard.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleAGPL.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleEnterprise.tsx","../../../src/components/ApplicationLogo/Logos/Operator/Operator.tsx","../../../src/components/ApplicationLogo/Logos/DirectPV/DirectPV.tsx","../../../src/components/ApplicationLogo/Logos/KES/KES.tsx","../../../src/components/ApplicationLogo/Logos/SUBNET/SUBNET.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleSingle.tsx","../../../src/components/ApplicationLogo/Logos/SubnetOPS/SubnetOPS.tsx","../../../src/components/ApplicationLogo/Logos/Cloud/Cloud.tsx","../../../src/components/ApplicationLogo/Logos/Releases/Releases.tsx","../../../src/components/ApplicationLogo/Logos/VMBroker/VMBroker.tsx","../../../src/components/ApplicationLogo/Logos/Eureka/EurekaNew.tsx","../../../src/components/ApplicationLogo/Logos/Eureka/Eureka.tsx","../../../src/components/ApplicationLogo/Logos/KMS/KMS.tsx","../../../src/components/ApplicationLogo/Logos/LoadBalancer/LoadBalancer.tsx","../../../src/components/ApplicationLogo/Logos/IndexLogo/IndexLogo.tsx","../../../src/components/ApplicationLogo/Logos/Cache/Cache.tsx","../../../src/components/ApplicationLogo/Logos/Monitor/Monitor.tsx","../../../src/components/ApplicationLogo/Logos/Observe/Observe.tsx","../../../src/components/ApplicationLogo/Logos/MissionControl/MissionControl.tsx","../../../src/components/ApplicationLogo/Logos/Console/GlobalConsole.tsx","../../../src/components/ThemedLogo/ThemedLogo.tsx","../../../src/components/ApplicationLogo/Logos/Enterprise/Enterprise.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/ApplicationLogo.tsx","../../../src/components/Grid/Grid.tsx","../../node_modules/detect-gpu/dist/detect-gpu.esm.js","../../../src/components/Box/Box.tsx","../../../src/components/LoginWrapper/LoginWrapper.tsx","../../../src/components/PageHeader/PageHeader.tsx","../../../src/components/Tooltip/Tooltip.tsx","../../../src/components/Icons/NewDesignIcons/CircleHelpIcon.tsx","../../../src/components/HelpTip/HelpTip.tsx","../../../src/components/InputLabel/InputLabel.tsx","../../../src/global/FieldContainer.tsx","../../../src/components/Icons/NewDesignIcons/CheckIcon.tsx","../../../src/components/Checkbox/Checkbox.tsx","../../../src/components/IconButton/IconButton.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/@babel/runtime/helpers/esm/extends.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/objectWithoutPropertiesLoose.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","../../node_modules/lodash/isString.js","../../node_modules/lodash/_overArg.js","../../node_modules/lodash/_getPrototype.js","../../node_modules/lodash/isPlainObject.js","../../../src/components/DataTable/DataTable.types.ts","../../../src/components/Icons/NewDesignIcons/DownloadIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrashIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShareIcon.tsx","../../../src/components/Icons/NewDesignIcons/EyeIcon.tsx","../../../src/components/Icons/NewDesignIcons/PencilIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldEllipsisIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareTerminalIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/EraserIcon.tsx","../../../src/components/DataTable/TableActionButton.tsx","../../../src/components/Icons/NewDesignIcons/ChevronUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronDownIcon.tsx","../../../src/components/DataTable/DataTable.utils.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/DataTable/ColumnsSelector.tsx","../../../src/components/Icons/NewDesignIcons/Columns3Icon.tsx","../../../src/components/DataTable/DataTable.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftIcon.tsx","../../../src/components/BackLink/BackLink.tsx","../../../src/components/BoxedIcon/BoxedIcon.tsx","../../../src/components/ScreenTitle/ScreenTitle.tsx","../../../src/components/HelpBox/HelpBox.tsx","../../../src/components/SectionTitle/SectionTitle.tsx","../../../src/components/FormLayout/FormLayout.tsx","../../../src/components/PageLayout/PageLayout.tsx","../../../src/components/MainContainer/MainContainer.tsx","../../../src/components/Icons/NewDesignIcons/EyeOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/TriangleAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleCheckIcon.tsx","../../../src/components/InputBox/InputBox.tsx","../../../src/global/hooks.ts","../../../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/ActionsList/ObjectActionButton.tsx","../../../src/components/ActionsList/ActionsList.tsx","../../../src/components/SimpleHeader/SimpleHeader.tsx","../../../src/components/Icons/NewDesignIcons/XIcon.tsx","../../../src/components/ModalBox/ModalBox.tsx","../../../src/components/Switch/Switch.tsx","../../../src/components/DropdownSelector/DropdownSelector.tsx","../../../src/components/Icons/NewDesignIcons/AArrowDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/AArrowUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ALargeSmallIcon.tsx","../../../src/components/Icons/NewDesignIcons/AccessibilityIcon.tsx","../../../src/components/Icons/NewDesignIcons/ActivityIcon.tsx","../../../src/components/Icons/NewDesignIcons/AirVentIcon.tsx","../../../src/components/Icons/NewDesignIcons/AirplayIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmSmokeIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlbumIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignCenterHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignCenterVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignCenterIcon.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/AppWindowMacIcon.tsx","../../../src/components/Icons/NewDesignIcons/AppWindowIcon.tsx","../../../src/components/Icons/NewDesignIcons/AppleIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArchiveRestoreIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArchiveXIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArchiveIcon.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/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/ArrowDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftToLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightToLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightIcon.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/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/ArrowUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowsUpFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/AsteriskIcon.tsx","../../../src/components/Icons/NewDesignIcons/AtSignIcon.tsx","../../../src/components/Icons/NewDesignIcons/AtomIcon.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/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/BadgeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BaggageClaimIcon.tsx","../../../src/components/Icons/NewDesignIcons/BanIcon.tsx","../../../src/components/Icons/NewDesignIcons/BananaIcon.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/BatteryLowIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryMediumIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeakerIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeanOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeanIcon.tsx","../../../src/components/Icons/NewDesignIcons/BedDoubleIcon.tsx","../../../src/components/Icons/NewDesignIcons/BedSingleIcon.tsx","../../../src/components/Icons/NewDesignIcons/BedIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeefIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeerIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellElectricIcon.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/BellIcon.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/BluetoothOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BluetoothSearchingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BluetoothIcon.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/BookImageIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookKeyIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookMarkedIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookOpenCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookOpenTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookOpenIcon.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/BookIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkXIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoomBoxIcon.tsx","../../../src/components/Icons/NewDesignIcons/BotMessageSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/BotIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoxSelectIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoxIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoxesIcon.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/BriefcaseMedicalIcon.tsx","../../../src/components/Icons/NewDesignIcons/BriefcaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/BringToFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrushIcon.tsx","../../../src/components/Icons/NewDesignIcons/BucketIcon.tsx","../../../src/components/Icons/NewDesignIcons/BugOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BugPlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/BugIcon.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/CakeSliceIcon.tsx","../../../src/components/Icons/NewDesignIcons/CakeIcon.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/CalendarIcon.tsx","../../../src/components/Icons/NewDesignIcons/CameraOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CameraIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandlestickChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandyCaneIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandyOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandyIcon.tsx","../../../src/components/Icons/NewDesignIcons/CannabisIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaptionsOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaptionsIcon.tsx","../../../src/components/Icons/NewDesignIcons/CarFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/CarTaxiFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/CarIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaravanIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaretFilledIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaretIcon.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/ChevronRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsDownUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsLeftRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsRightLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsRightIcon.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/CigaretteOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CigaretteIcon.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/CircleParkingOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleParkingIcon.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/CircleSlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleStopIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleUserRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleUserIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleXIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleIcon.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/ClipboardListIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPasteIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPenLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPenIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardTypeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardXIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardIcon.tsx","../../../src/components/Icons/NewDesignIcons/Clock1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock10Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock11Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock12Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock4Icon.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/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/CloudMoonRainIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudMoonIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudRainWindIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudRainIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudSnowIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudSunRainIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudSunIcon.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/CodeXmlIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodepenIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodesandboxIcon.tsx","../../../src/components/Icons/NewDesignIcons/CoffeeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CogIcon.tsx","../../../src/components/Icons/NewDesignIcons/CoinsIcon.tsx","../../../src/components/Icons/NewDesignIcons/CollapseIcon.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/ContactRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContactIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContainerIcon.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/CopyMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopySlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyXIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyleftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyrightIcon.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/CrossIcon.tsx","../../../src/components/Icons/NewDesignIcons/CrosshairIcon.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/DatabaseBackupIcon.tsx","../../../src/components/Icons/NewDesignIcons/DatabaseZapIcon.tsx","../../../src/components/Icons/NewDesignIcons/DatabaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/DeleteIcon.tsx","../../../src/components/Icons/NewDesignIcons/DessertIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiameterIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiamondPercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiamondIcon.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/DnaOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/DnaIcon.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/EarOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarthLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarthIcon.tsx","../../../src/components/Icons/NewDesignIcons/EclipseIcon.tsx","../../../src/components/Icons/NewDesignIcons/EggFriedIcon.tsx","../../../src/components/Icons/NewDesignIcons/EggOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/EggIcon.tsx","../../../src/components/Icons/NewDesignIcons/EllipsisVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/EqualNotIcon.tsx","../../../src/components/Icons/NewDesignIcons/EqualIcon.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/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/FilePenLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilePenIcon.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/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/FileIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilesIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilmIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilterXIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilterIcon.tsx","../../../src/components/Icons/NewDesignIcons/FingerprintIcon.tsx","../../../src/components/Icons/NewDesignIcons/FireExtinguisherIcon.tsx","../../../src/components/Icons/NewDesignIcons/FishSymbolIcon.tsx","../../../src/components/Icons/NewDesignIcons/FishIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagTriangleLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagTriangleRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlameKindlingIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlameIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlashlightOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlashlightIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlaskConicalOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlaskConicalIcon.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/FoldHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FoldVerticalIcon.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/FolderInputIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderKanbanIcon.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/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/FolderIcon.tsx","../../../src/components/Icons/NewDesignIcons/FoldersIcon.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/GitBranchPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitBranchIcon.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/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/GithubIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitlabIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlassWaterIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlassesIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlobeLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlobeIcon.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/GripVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GripIcon.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/HandMetalIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandPlatterIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandshakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardDriveDownloadIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardDriveUploadIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardDriveIcon.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/HeartOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartPulseIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartIcon.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/HopOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/HopIcon.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/ImageMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImagePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImagesIcon.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/InfoIcon.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/KeyRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeySquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyboardMusicIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyboardIcon.tsx","../../../src/components/Icons/NewDesignIcons/KubernetesSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampCeilingIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampDeskIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampFloorIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampWallDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampWallUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampIcon.tsx","../../../src/components/Icons/NewDesignIcons/LandPlotIcon.tsx","../../../src/components/Icons/NewDesignIcons/LandmarkIcon.tsx","../../../src/components/Icons/NewDesignIcons/LanguagesIcon.tsx","../../../src/components/Icons/NewDesignIcons/LaptopMinimalIcon.tsx","../../../src/components/Icons/NewDesignIcons/LaptopIcon.tsx","../../../src/components/Icons/NewDesignIcons/LassoSelectIcon.tsx","../../../src/components/Icons/NewDesignIcons/LassoIcon.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/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/LightbulbOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/LightbulbIcon.tsx","../../../src/components/Icons/NewDesignIcons/LineChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/Link2OffIcon.tsx","../../../src/components/Icons/NewDesignIcons/Link2Icon.tsx","../../../src/components/Icons/NewDesignIcons/LinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/LinkedinIcon.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/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/ListIcon.tsx","../../../src/components/Icons/NewDesignIcons/LoaderCircleIcon.tsx","../../../src/components/Icons/NewDesignIcons/LoaderIcon.tsx","../../../src/components/Icons/NewDesignIcons/LocateFixedIcon.tsx","../../../src/components/Icons/NewDesignIcons/LocateOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/LocateIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockKeyholeOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockKeyholeIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockIcon.tsx","../../../src/components/Icons/NewDesignIcons/LogInIcon.tsx","../../../src/components/Icons/NewDesignIcons/LogOutIcon.tsx","../../../src/components/Icons/NewDesignIcons/LollipopIcon.tsx","../../../src/components/Icons/NewDesignIcons/LuggageIcon.tsx","../../../src/components/Icons/NewDesignIcons/MagnetIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailCheckIcon.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/MailWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailXIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailboxIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailsIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapPinOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapPinIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapPinnedIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapIcon.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/MegaphoneOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MegaphoneIcon.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/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/MessageCircleIcon.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/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/MessageSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessagesSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicVocalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicroscopeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicrowaveIcon.tsx","../../../src/components/Icons/NewDesignIcons/MilestoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/MilkOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MilkIcon.tsx","../../../src/components/Icons/NewDesignIcons/Minimize2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MinimizeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MinIOIcon.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/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/MonitorIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoonStarIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoonIcon.tsx","../../../src/components/Icons/NewDesignIcons/MountainSnowIcon.tsx","../../../src/components/Icons/NewDesignIcons/MountainIcon.tsx","../../../src/components/Icons/NewDesignIcons/MousePointer2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MousePointerClickIcon.tsx","../../../src/components/Icons/NewDesignIcons/MousePointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/MouseIcon.tsx","../../../src/components/Icons/NewDesignIcons/Move3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDiagonal2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDiagonalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveIcon.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/Navigation2OffIcon.tsx","../../../src/components/Icons/NewDesignIcons/Navigation2Icon.tsx","../../../src/components/Icons/NewDesignIcons/NavigationOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/NavigationIcon.tsx","../../../src/components/Icons/NewDesignIcons/NetworkIcon.tsx","../../../src/components/Icons/NewDesignIcons/NewspaperIcon.tsx","../../../src/components/Icons/NewDesignIcons/NfcIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookPenIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookTabsIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotepadTextDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotepadTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/NutOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/NutIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonPauseIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonXIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonIcon.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/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/PackageIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaintBucketIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaintRollerIcon.tsx","../../../src/components/Icons/NewDesignIcons/Paintbrush2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PaintbrushIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaletteIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelsLeftBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelsRightBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelsTopLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaperclipIcon.tsx","../../../src/components/Icons/NewDesignIcons/ParenthesesIcon.tsx","../../../src/components/Icons/NewDesignIcons/ParkingMeterIcon.tsx","../../../src/components/Icons/NewDesignIcons/PartyPopperIcon.tsx","../../../src/components/Icons/NewDesignIcons/PauseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PawPrintIcon.tsx","../../../src/components/Icons/NewDesignIcons/PcCaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PenLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/PenToolIcon.tsx","../../../src/components/Icons/NewDesignIcons/PenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PencilLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/PencilRulerIcon.tsx","../../../src/components/Icons/NewDesignIcons/PentagonIcon.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/PhoneIncomingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneMissedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneOutgoingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/PiIcon.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/PilcrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/PillIcon.tsx","../../../src/components/Icons/NewDesignIcons/PinOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PinIcon.tsx","../../../src/components/Icons/NewDesignIcons/PipetteIcon.tsx","../../../src/components/Icons/NewDesignIcons/PizzaIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlaneLandingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlaneTakeoffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlaneIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/Plug2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PlugZap2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PlugZapIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlugIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/PocketKnifeIcon.tsx","../../../src/components/Icons/NewDesignIcons/PocketIcon.tsx","../../../src/components/Icons/NewDesignIcons/PodcastIcon.tsx","../../../src/components/Icons/NewDesignIcons/PointerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/PopcornIcon.tsx","../../../src/components/Icons/NewDesignIcons/PopsicleIcon.tsx","../../../src/components/Icons/NewDesignIcons/PoundSterlingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PowerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PowerIcon.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/RadioReceiverIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadioTowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadioIcon.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/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/ReceiptIcon.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/RefreshCWOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefreshCWIcon.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/RotateCCWSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCWSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/RouteOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/RouteIcon.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/ScanLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScatterChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/SchoolIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScissorsLineDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScissorsIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScreenShareOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScreenShareIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScrollTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScrollIcon.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/SearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/SendHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SendToBackIcon.tsx","../../../src/components/Icons/NewDesignIcons/SendIcon.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/ServerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ServerIcon.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/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/ShieldIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShipWheelIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShipIcon.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/SignalLowIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalMediumIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalZeroIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignpostBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignpostIcon.tsx","../../../src/components/Icons/NewDesignIcons/SirenIcon.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/SmartphoneNfcIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmartphoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmilePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmileIcon.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/SquareArrowDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowDownIcon.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/SquareArrowUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowUpIcon.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/SquareKanbanIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareLibraryIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMenuIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMousePointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareParkingOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareParkingIcon.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/SquareUserRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareUserIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareXIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareIcon.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/StarOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/StarIcon.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/SunDimIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunMediumIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunMoonIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunSnowIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunriseIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunsetIcon.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/TablePropertiesIcon.tsx","../../../src/components/Icons/NewDesignIcons/TableRowsSplitIcon.tsx","../../../src/components/Icons/NewDesignIcons/TableIcon.tsx","../../../src/components/Icons/NewDesignIcons/TabletSmartphoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/TabletIcon.tsx","../../../src/components/Icons/NewDesignIcons/TabletsIcon.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/TentTreeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TentIcon.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/TextCursorInputIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextCursorIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextQuoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextSelectIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextIcon.tsx","../../../src/components/Icons/NewDesignIcons/TheaterIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThermometerSnowflakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThermometerSunIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThermometerIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThumbsDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThumbsUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketCheckIcon.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/TicketIcon.tsx","../../../src/components/Icons/NewDesignIcons/TimerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/TimerResetIcon.tsx","../../../src/components/Icons/NewDesignIcons/TimerIcon.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/TouchpadOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/TouchpadIcon.tsx","../../../src/components/Icons/NewDesignIcons/TowerControlIcon.tsx","../../../src/components/Icons/NewDesignIcons/ToyBrickIcon.tsx","../../../src/components/Icons/NewDesignIcons/TractorIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrafficConeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrainFrontTunnelIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrainFrontIcon.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/TriangleRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/TriangleIcon.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/UmbrellaOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/UmbrellaIcon.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/UserMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundCogIcon.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/UserRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserXIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserIcon.tsx","../../../src/components/Icons/NewDesignIcons/UsersRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/UsersIcon.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/VibrateOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/VibrateIcon.tsx","../../../src/components/Icons/NewDesignIcons/VideoOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/VideoIcon.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/VolumeXIcon.tsx","../../../src/components/Icons/NewDesignIcons/VolumeIcon.tsx","../../../src/components/Icons/NewDesignIcons/VoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/WalletCardsIcon.tsx","../../../src/components/Icons/NewDesignIcons/WalletMinimalIcon.tsx","../../../src/components/Icons/NewDesignIcons/WalletIcon.tsx","../../../src/components/Icons/NewDesignIcons/WallpaperIcon.tsx","../../../src/components/Icons/NewDesignIcons/WandSparklesIcon.tsx","../../../src/components/Icons/NewDesignIcons/WandIcon.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/WebhookOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WebhookIcon.tsx","../../../src/components/Icons/NewDesignIcons/WeightIcon.tsx","../../../src/components/Icons/NewDesignIcons/WheatOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WheatIcon.tsx","../../../src/components/Icons/NewDesignIcons/WholeWordIcon.tsx","../../../src/components/Icons/NewDesignIcons/WifiOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WifiIcon.tsx","../../../src/components/Icons/NewDesignIcons/WindIcon.tsx","../../../src/components/Icons/NewDesignIcons/WineOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WineIcon.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/ZapOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZapIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZoomInIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZoomOutIcon.tsx","../../../src/components/Select/Select.tsx","../../../src/components/RadioGroup/RadioGroup.tsx","../../../src/components/ReadBox/ReadBox.tsx","../../../src/components/CommentBox/CommentBox.tsx","../../../src/components/Menu/Horizontal/SubItemsBox.tsx","../../../src/components/Menu/Horizontal/HorizontalMenuItem.tsx","../../../src/components/Menu/Horizontal/HorizontalMenu.tsx","../../../src/components/Menu/Vertical/MenuItem.tsx","../../../src/components/Menu/Vertical/MenuSectionHeader.tsx","../../../src/components/Menu/Vertical/VerticalMenu.tsx","../../../src/components/Menu/MobileMenu/MobileMenuList.tsx","../../../src/components/Menu/MobileMenu/MobileMenu.tsx","../../../src/components/Menu/Menu.tsx","../../../src/components/ExpandOptionsButton/ExpandOptionsButton.tsx","../../../src/components/Tabs/TabPanel.tsx","../../../src/components/Tabs/TabButton.tsx","../../../src/components/Tabs/Tabs.tsx","../../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/Tag/Tag.tsx","../../../src/components/ActionLink/ActionLink.tsx","../../../src/components/ValuePair/ValuePair.tsx","../../../src/components/ProgressBar/ProgressBar.tsx","../../../src/components/FileSelector/FileSelector.tsx","../../../src/components/FileSelector/FileSelector.utils.ts","../../../src/components/SizeChart/SizeChart.tsx","../../../src/components/Snackbar/Snackbar.tsx","../../../src/components/Accordion/Accordion.tsx","../../../src/components/Autocomplete/Autocomplete.tsx","../../../src/components/NotificationCount/NotificationCount.tsx","../../../src/components/Wizard/WizardPage.tsx","../../../src/components/Wizard/Wizard.tsx","../../../src/components/InformativeMessage/InformativeMessage.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/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/digits.js","../../node_modules/luxon/src/impl/tokenParser.js","../../node_modules/luxon/src/datetime.js","../../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/DateTimeInput/DateSelector.tsx","../../../src/components/DateTimeInput/TimeSelector.tsx","../../../src/components/DateTimeInput/DateTimeSelector.tsx","../../../src/components/DateTimeInput/DateTimeInput.tsx","../../../src/components/Link/Link.tsx","../../../src/components/Slider/Slider.tsx","../../../src/components/ButtonGroup/ButtonGroup.tsx","../../node_modules/lodash/lodash.js","../../../src/components/FormActionsTray/FormActionsTray.tsx","../../../src/components/Pill/Pill.tsx","../../../src/components/SearchBox/SearchBox.tsx","../../../src/components/Badge/Badge.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/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/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 \"0 1px 2px 0 rgba(0, 0, 0, 0.8), 0 4px 12px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.7)\",\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};\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 { ColorVariant, IBytesCalc, OverrideTheme } from \"./global.types\";\nimport { themeColors } from \"./themeColors\";\nimport { DefaultTheme } from \"styled-components\";\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","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 { 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, 0px -2px 3px 0px #0B2CA2 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, 0px -2px 3px 0px #0B2CA2 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, 0px -2px 3px 0px #981701 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, 0px -2px 3px 0px #981701 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/Brand/Neutral/colorPrimaryBorder\"].lightMode,\n checkBoxBackground: \"transparent\",\n checkBoxHoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n checkBoxHoverBackground:\n themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n checkBoxFocusBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n checkBoxFocusBackground: themeColors[\"Color/Neutral/colorBgBase\"].lightMode,\n checkBoxFocusShadow: \"\",\n checkBoxActiveColor:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n checkBoxActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n checkBoxActiveBackground:\n themeColors[\"Color/Neutral/colorBgBase\"].lightMode,\n disabledBorder:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBorder\"].lightMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n disabledColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBorder\"].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: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorText\"].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: lightV2.fontColor,\n backgroundColor: lightV2.white,\n hoverBG: lightV2.menuSelectionColor,\n selectedBGColor: lightV2.menuSelectionColor,\n selectedTextColor: lightV2.fontColor,\n optionTextColor: lightV2.fontColor,\n disabledText: lightV2.disabledGreyText,\n border: lightV2.disabledGrey,\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};\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/Brand/Neutral/colorPrimaryBorder\"].darkMode,\n checkBoxBackground: \"transparent\",\n checkBoxHoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n checkBoxHoverBackground:\n themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n checkBoxFocusBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n checkBoxFocusBackground: themeColors[\"Color/Neutral/colorBgBase\"].darkMode,\n checkBoxFocusShadow: \"\",\n checkBoxActiveColor:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n checkBoxActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n checkBoxActiveBackground: themeColors[\"Color/Neutral/colorBgBase\"].darkMode,\n disabledBorder:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBorder\"].darkMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n disabledColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBorder\"].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/colorTextLabel\"].darkMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorText\"].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: darkColors.dark,\n backgroundColor: darkColors.sectionOneBG,\n hoverBG: darkColors.mainGrey,\n selectedBGColor: darkColors.bulletColor,\n selectedTextColor: darkColors.mainWhite,\n optionTextColor: darkColors.defaultFontColor,\n disabledText: darkColors.disabledGrey,\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};\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\";\nimport { ThemeHandlerProps } from \"./ThemeHandler.types\";\nimport { darkTheme, lightTheme } from \"../../global/themes\";\nimport { ThemeDefinitionProps } from \"../../global/global.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","/**\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 { createGlobalStyle } from \"styled-components\";\nimport get from \"lodash/get\";\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","import { 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 styled, { css } from \"styled-components\";\nimport get from \"lodash/get\";\nimport {\n animation1,\n animation10,\n animation11,\n animation2,\n animation3,\n animation4,\n animation5,\n animation6,\n animation7,\n animation8,\n animation9,\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\";\nimport { ButtonProps, ConstructProps } from \"./Button.types\";\nimport { breakPoints, overridePropsParse } from \"../../global/utils\";\nimport Loader from \"../Loader/Loader\";\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 = !label || label === \"\" ? notLabel : withLabel;\n\n if (inButtonGroup) {\n paddingValue =\n (!label || label === \"\") && !parentChildren ? \"6px\" : \"4px 12px\";\n }\n\n return {\n borderRadius: 6,\n cursor: \"pointer\",\n height: compact ? 28 : 36,\n fontFamily: \"'Geist', sans-serif\",\n fontWeight: compact ? \"normal\" : \"600\",\n fontSize: 14,\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: \"block\",\n height: 16,\n width: 16,\n\n \"& > svg\": {\n fill: get(theme, `buttons.${variant}.enabled.text`, \"#000\"),\n color: get(theme, `buttons.${variant}.enabled.text`, \"#000\"),\n width: 14,\n height: 14,\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) 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 styled from \"styled-components\";\nimport get from \"lodash/get\";\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) 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 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\";\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\";\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\";\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\";\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) 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 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) 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 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\";\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\";\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\";\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\";\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\";\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, SVGProps } from \"react\";\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) 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 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) 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\";\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\";\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) 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\";\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) 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\";\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) 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\";\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\";\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) 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\";\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) 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 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\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\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) 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\";\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) 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\";\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\";\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\";\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) 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 { ApplicationLogoProps } from \"./ApplicationLogo.types\";\nimport ConsoleStandard from \"./Logos/Console/ConsoleStandard\";\nimport ConsoleAGPL from \"./Logos/Console/ConsoleAGPL\";\nimport ConsoleEnterprise from \"./Logos/Console/ConsoleEnterprise\";\nimport Operator from \"./Logos/Operator/Operator\";\nimport DirectPV from \"./Logos/DirectPV/DirectPV\";\nimport KES from \"./Logos/KES/KES\";\nimport SUBNET from \"./Logos/SUBNET/SUBNET\";\nimport ConsoleSingle from \"./Logos/Console/ConsoleSingle\";\nimport SubnetOPS from \"./Logos/SubnetOPS/SubnetOPS\";\nimport Cloud from \"./Logos/Cloud/Cloud\";\nimport Releases from \"./Logos/Releases/Releases\";\nimport VMBroker from \"./Logos/VMBroker/VMBroker\";\nimport EurekaNew from \"./Logos/Eureka/EurekaNew\";\nimport Eureka from \"./Logos/Eureka/Eureka\";\nimport KMS from \"./Logos/KMS/KMS\";\nimport LoadBalancer from \"./Logos/LoadBalancer/LoadBalancer\";\nimport IndexLogo from \"./Logos/IndexLogo/IndexLogo\";\nimport Cache from \"./Logos/Cache/Cache\";\nimport Monitor from \"./Logos/Monitor/Monitor\";\nimport Observe from \"./Logos/Observe/Observe\";\nimport MissionControl from \"./Logos/MissionControl/MissionControl\";\nimport GlobalConsole from \"./Logos/Console/GlobalConsole\";\nimport ThemedLogo from \"../ThemedLogo/ThemedLogo\";\nimport Enterprise from \"./Logos/Enterprise/Enterprise\";\nimport MinIOEnterprise from \"./Logos/MinIO/MinIOEnterprise\";\nimport MinIOEnterpriseOS from \"./Logos/MinIO/MinIOEnterpriseOS\";\nimport MinIOEnterpriseOSVertical from \"./Logos/MinIO/MinIOEnterpriseOSVertical\";\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","// 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 styled, { CSSObject } from \"styled-components\";\nimport get from \"lodash/get\";\nimport { GridProps } from \"./Grid.types\";\nimport {\n breakPoints,\n fractionToPerc,\n overridePropsParse,\n} from \"../../global/utils\";\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}px` || 0,\n rowGap: `${props.rowSpacing}px` || 0,\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","function e(e,t,r,n){return new(r||(r=Promise))((function(o,a){function i(e){try{d(n.next(e))}catch(e){a(e)}}function c(e){try{d(n.throw(e))}catch(e){a(e)}}function d(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(i,c)}d((n=n.apply(e,t||[])).next())}))}\"function\"==typeof SuppressedError&&SuppressedError;const t=[\"geforce 320m\",\"geforce 8600\",\"geforce 8600m gt\",\"geforce 8800 gs\",\"geforce 8800 gt\",\"geforce 9400\",\"geforce 9400m g\",\"geforce 9400m\",\"geforce 9600m gt\",\"geforce 9600m\",\"geforce fx go5200\",\"geforce gt 120\",\"geforce gt 130\",\"geforce gt 330m\",\"geforce gtx 285\",\"google swiftshader\",\"intel g41\",\"intel g45\",\"intel gma 4500mhd\",\"intel gma x3100\",\"intel hd 3000\",\"intel q45\",\"legacy\",\"mali-2\",\"mali-3\",\"mali-4\",\"quadro fx 1500\",\"quadro fx 4\",\"quadro fx 5\",\"radeon hd 2400\",\"radeon hd 2600\",\"radeon hd 4670\",\"radeon hd 4850\",\"radeon hd 4870\",\"radeon hd 5670\",\"radeon hd 5750\",\"radeon hd 6290\",\"radeon hd 6300\",\"radeon hd 6310\",\"radeon hd 6320\",\"radeon hd 6490m\",\"radeon hd 6630m\",\"radeon hd 6750m\",\"radeon hd 6770m\",\"radeon hd 6970m\",\"sgx 543\",\"sgx543\"];function r(e){return e=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 n=\"undefined\"==typeof window,o=(()=>{if(n)return;const{userAgent:e,platform:t,maxTouchPoints:r}=window.navigator,o=/(iphone|ipod|ipad)/i.test(e),a=\"iPad\"===t||\"MacIntel\"===t&&r>0&&!window.MSStream;return{isIpad:a,isMobile:/android/i.test(e)||o||a,isSafari12:/Version\\/12.+Safari/.test(e),isFirefox:/Firefox/.test(e)}})();function a(e,t,r){if(!r)return[t];const n=function(e){const t=\"\\n precision highp float;\\n attribute vec3 aPosition;\\n varying float vvv;\\n void main() {\\n vvv = 0.31622776601683794;\\n gl_Position = vec4(aPosition, 1.0);\\n }\\n \",r=\"\\n precision highp float;\\n varying float vvv;\\n void main() {\\n vec4 enc = vec4(1.0, 255.0, 65025.0, 16581375.0) * vvv;\\n enc = fract(enc);\\n enc -= enc.yzww * vec4(1.0 / 255.0, 1.0 / 255.0, 1.0 / 255.0, 0.0);\\n gl_FragColor = enc;\\n }\\n \",n=e.createShader(35633),o=e.createShader(35632),a=e.createProgram();if(!(o&&n&&a))return;e.shaderSource(n,t),e.shaderSource(o,r),e.compileShader(n),e.compileShader(o),e.attachShader(a,n),e.attachShader(a,o),e.linkProgram(a),e.detachShader(a,n),e.detachShader(a,o),e.deleteShader(n),e.deleteShader(o),e.useProgram(a);const i=e.createBuffer();e.bindBuffer(34962,i),e.bufferData(34962,new Float32Array([-1,-1,0,3,-1,0,-1,3,0]),35044);const c=e.getAttribLocation(a,\"aPosition\");e.vertexAttribPointer(c,3,5126,!1,0,0),e.enableVertexAttribArray(c),e.clearColor(1,1,1,1),e.clear(16384),e.viewport(0,0,1,1),e.drawArrays(4,0,3);const d=new Uint8Array(4);return e.readPixels(0,0,1,1,6408,5121,d),e.deleteProgram(a),e.deleteBuffer(i),d.join(\"\")}(e),a=\"801621810\",i=\"8016218135\",c=\"80162181161\",d=(null==o?void 0:o.isIpad)?[[\"a7\",c,12],[\"a8\",i,15],[\"a8x\",i,15],[\"a9\",i,15],[\"a9x\",i,15],[\"a10\",i,15],[\"a10x\",i,15],[\"a12\",a,15],[\"a12x\",a,15],[\"a12z\",a,15],[\"a14\",a,15],[\"a15\",a,15],[\"m1\",a,15],[\"m2\",a,15]]:[[\"a7\",c,12],[\"a8\",i,12],[\"a9\",i,15],[\"a10\",i,15],[\"a11\",a,15],[\"a12\",a,15],[\"a13\",a,15],[\"a14\",a,15],[\"a15\",a,15],[\"a16\",a,15],[\"a17\",a,15]];let l;\"80162181255\"===n?l=d.filter((([,,e])=>e>=14)):(l=d.filter((([,e])=>e===n)),l.length||(l=d));return l.map((([e])=>`apple ${e} gpu`))}class i extends Error{constructor(e){super(e),Object.setPrototypeOf(this,new.target.prototype)}}const c=[],d=[];function l(e,t){if(e===t)return 0;const r=e;e.length>t.length&&(e=t,t=r);let n=e.length,o=t.length;for(;n>0&&e.charCodeAt(~-n)===t.charCodeAt(~-o);)n--,o--;let a,i=0;for(;if?s>f?f+1:s:s>l?l+1:s;return f}function s(e){return null!=e}const f=({mobileTiers:c=[0,15,30,60],desktopTiers:d=[0,15,30,60],override:f={},glContext:u,failIfMajorPerformanceCaveat:g=!1,benchmarksURL:h=\"https://unpkg.com/detect-gpu@5.0.39/dist/benchmarks\"}={})=>e(void 0,void 0,void 0,(function*(){const p={};if(n)return{tier:0,type:\"SSR\"};const{isIpad:m=!!(null==o?void 0:o.isIpad),isMobile:v=!!(null==o?void 0:o.isMobile),screenSize:w=window.screen,loadBenchmarks:x=(t=>e(void 0,void 0,void 0,(function*(){const e=yield fetch(`${h}/${t}`).then((e=>e.json()));if(parseInt(e.shift().split(\".\")[0],10)<4)throw new i(\"Detect GPU benchmark data is out of date. Please update to version 4x\");return e})))}=f;let{renderer:A}=f;const P=(e,t,r,n,o)=>({device:o,fps:n,gpu:r,isMobile:v,tier:e,type:t});let S,b=\"\";if(A)A=r(A),S=[A];else{const e=u||function(e,t=!1){const r={alpha:!1,antialias:!1,depth:!1,failIfMajorPerformanceCaveat:t,powerPreference:\"high-performance\",stencil:!1};e&&delete r.powerPreference;const n=window.document.createElement(\"canvas\"),o=n.getContext(\"webgl\",r)||n.getContext(\"experimental-webgl\",r);return null!=o?o:void 0}(null==o?void 0:o.isSafari12,g);if(!e)return P(0,\"WEBGL_UNSUPPORTED\");const t=(null==o?void 0:o.isFirefox)?null:e.getExtension(\"WEBGL_debug_renderer_info\");if(A=t?e.getParameter(t.UNMASKED_RENDERER_WEBGL):e.getParameter(e.RENDERER),!A)return P(1,\"FALLBACK\");b=A,A=r(A),S=function(e,t,r){return\"apple gpu\"===t?a(e,t,r):[t]}(e,A,v)}const E=(yield Promise.all(S.map((function(t){var r;return e(this,void 0,void 0,(function*(){const e=(e=>{const t=v?[\"adreno\",\"apple\",\"mali-t\",\"mali\",\"nvidia\",\"powervr\",\"samsung\"]:[\"intel\",\"apple\",\"amd\",\"radeon\",\"nvidia\",\"geforce\",\"adreno\"];for(const r of t)if(e.includes(r))return r})(t);if(!e)return;const n=`${v?\"m\":\"d\"}-${e}${m?\"-ipad\":\"\"}.json`,o=p[n]=null!==(r=p[n])&&void 0!==r?r:x(n);let a;try{a=yield o}catch(e){if(e instanceof i)throw e;return}const c=function(e){var t;const r=(e=e.replace(/\\([^)]+\\)/,\"\")).match(/\\d+/)||e.match(/(\\W|^)([A-Za-z]{1,3})(\\W|$)/g);return null!==(t=null==r?void 0:r.join(\"\").replace(/\\W|amd/g,\"\"))&&void 0!==t?t:\"\"}(t);let d=a.filter((([,e])=>e===c));d.length||(d=a.filter((([e])=>e.includes(t))));const s=d.length;if(0===s)return;const f=t.split(/[.,()\\[\\]/\\s]/g).sort().filter(((e,t,r)=>0===t||e!==r[t-1])).join(\" \");let u,[g,,,,h]=s>1?d.map((e=>[e,l(f,e[2])])).sort((([,e],[,t])=>e-t))[0][0]:d[0],A=Number.MAX_VALUE;const{devicePixelRatio:P}=window,S=w.width*P*w.height*P;for(const e of h){const[t,r]=e,n=t*r,o=Math.abs(S-n);oe===r?t-n:e-r));if(!E.length){const e=t.find((e=>A.includes(e)));return e?P(0,\"BLOCKLISTED\",e):P(1,\"FALLBACK\",`${A} (${b})`)}const[,y,C,L]=E[0];if(-1===y)return P(0,\"BLOCKLISTED\",C,y,L);const M=v?c:d;let $=0;for(let e=0;e=M[e]&&($=e);return P($,\"BENCHMARK\",C,y,L)}));export{f as getGPUTier};\n//# sourceMappingURL=detect-gpu.esm.js.map\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 styled from \"styled-components\";\nimport get from \"lodash/get\";\nimport { BoxProps } from \"./Box.types\";\nimport { lightV2 } from \"../../global/themes\";\nimport { overridePropsParse } from \"../../global/utils\";\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) 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, useEffect, useState } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\nimport { getGPUTier } from \"detect-gpu\";\nimport ApplicationLogo from \"../ApplicationLogo/ApplicationLogo\";\nimport { LoginWrapperProps } from \"./LoginWrapper.types\";\nimport { breakPoints } from \"../../global/utils\";\nimport Box from \"../Box/Box\";\nimport { lightV2 } from \"../../global/themes\";\n\nconst bgVideo = require(\"../assets/video/videoBG.mp4\");\nconst poster = require(\"../assets/background/loginAnimationPoster.png\");\n\nconst CustomLogin = styled.div(({ theme }) => {\n return {\n width: \"100vw\",\n height: \"100vh\",\n position: \"relative\",\n backgroundColor: get(theme, \"login.promoBG\", \"#000110\"),\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"flex-end\",\n overflow: \"hidden\",\n \"& .mainContainer\": {\n width: \"100%\",\n maxWidth: 1120,\n display: \"flex\",\n justifyContent: \"space-between\",\n marginRight: 120,\n paddingLeft: 30,\n gap: 30,\n zIndex: 500,\n \"& .promoContainer\": {\n width: \"100%\",\n maxWidth: \"580px\",\n \"& .promoHeader\": {\n color: get(theme, \"login.promoHeader\", lightV2.white),\n fontSize: \"44px\",\n textAlign: \"left\",\n fontWeight: \"700\",\n lineHeight: \"49px\",\n letterSpacing: \"0.16px\",\n },\n \"& .promoInfo\": {\n marginTop: \"31px\",\n maxWidth: \"542px\",\n color: get(theme, \"login.promoText\", lightV2.white),\n fontSize: \"14px\",\n textAlign: \"left\",\n fontWeight: 400,\n lineHeight: \"20px\",\n letterSpacing: \"0.16px\",\n textShadow: \"0 0 5ppx #000\",\n \"& a\": {\n color: get(theme, \"login.promoText\", lightV2.white),\n textDecoration: \"none\",\n fontWeight: \"bold\",\n \"&:hover\": {\n textDecoration: \"underline\",\n },\n },\n },\n },\n \"& .loginForm\": {\n backgroundColor: get(theme, \"login.formBF\", lightV2.white),\n width: 405,\n minHeight: 540,\n borderRadius: 16,\n border: `1px solid ${get(theme, \"login.formBorder\", lightV2.disabledGrey)}`,\n boxShadow: get(theme, \"login.formShadow\", \"none\"),\n boxSizing: \"border-box\",\n padding: \"48px 46px\",\n \"& .logoContainer\": {\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"flex-start\",\n marginBottom: 40,\n \"& svg\": {\n width: \"100%\",\n maxWidth: 250,\n },\n },\n \"& .footer\": {\n display: \"flex\",\n padding: \"35px 0\",\n textAlign: \"center\",\n alignItems: \"flex-end\",\n justifyContent: \"center\",\n color: get(theme, \"login.footerElements\", \"#000\"),\n fontSize: \"14px\",\n textDecoration: \"none\",\n },\n },\n [`@media (max-width: ${get(breakPoints, \"md\", 0)}px)`]: {\n marginRight: \"initial\",\n maxWidth: \"initial\",\n paddingLeft: 0,\n \"& .promoContainer\": {\n display: \"none\",\n marginRight: 0,\n maxWidth: \"initial\",\n width: \"100%\",\n },\n \"& .loginForm\": {\n width: \"100%\",\n height: \"100vh\",\n borderRadius: 0,\n },\n },\n },\n \"& .videoContainer\": {\n position: \"absolute\",\n width: \"100%\",\n height: \"auto\",\n minHeight: 200,\n bottom: \"0\",\n right: 0,\n filter: get(theme, \"login.bgFilter\", \"none\"),\n transform: \"rotateY(180deg)\",\n\n \"& .videoBG\": {\n width: \"100%\",\n height: \"auto\",\n minHeight: 200,\n position: \"absolute\",\n bottom: -200,\n right: 0,\n filter: get(theme, \"login.bgFilter\", \"none\"),\n \"&:before\": {\n position: \"absolute\",\n width: \"100%\",\n height: 60,\n display: \"block\",\n content: \"' '\",\n background:\n \"linear-gradient(to bottom, rgba(0,1,16,1) 0%,rgba(0,0,0,0.02) 100%)\",\n top: 0,\n },\n \"&:after\": {\n position: \"absolute\",\n width: 120,\n height: \"100%\",\n display: \"block\",\n content: \"' '\",\n background:\n \"linear-gradient(to right, rgba(0,1,16,1) 0%,rgba(0,0,0,0.02) 100%)\",\n top: 0,\n },\n \"& .videoBG\": {\n width: \"100%\",\n },\n },\n [`@media (max-width: ${get(breakPoints, \"md\", 0)}px)`]: {\n display: \"none\",\n },\n },\n };\n});\n\nconst LoginWrapper: FC = ({\n logoProps,\n form,\n formFooter,\n promoInfo,\n promoHeader,\n backgroundAnimation = true,\n}) => {\n const [GPUAvailable, setGPUAvailable] = useState(false);\n\n useEffect(() => {\n (async () => {\n const gpuTier = await getGPUTier();\n\n setGPUAvailable(!!gpuTier.gpu && gpuTier.tier >= 2);\n return;\n })();\n }, []);\n\n return (\n \n \n {(promoInfo || promoHeader) && (\n \n {promoHeader}\n {promoInfo}\n \n )}\n \n \n \n \n \n {form}\n {formFooter && {formFooter}}\n \n \n \n \n {GPUAvailable && backgroundAnimation ? (\n \n ) : (\n \n )}\n \n \n );\n};\n\nexport default LoginWrapper;\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\";\nimport get from \"lodash/get\";\nimport { PageHeaderConstruct, PageHeaderProps } from \"./PageHeader.types\";\nimport Grid from \"../Grid/Grid\";\nimport { breakPoints, overridePropsParse } from \"../../global/utils\";\n\nconst ParentContainer = styled.div<\n PageHeaderConstruct & HTMLAttributes\n>(({ theme, sx }) => ({\n display: \"flex\",\n flexDirection: \"row\",\n width: \"100%\",\n left: 0,\n flexWrap: \"wrap\",\n justifyContent: \"space-between\",\n [`@media (max-width: ${get(breakPoints, \"md\", 0)}px)`]: {\n \"& > div\": {\n margin: \"4px 0\",\n padding: \"0 20px,\",\n },\n },\n paddingLeft: 32,\n paddingRight: 32,\n borderBottom: 0,\n paddingTop: 24,\n paddingBottom: 0,\n marginBottom: 0,\n alignItems: \"start\",\n \"& .page-header-label\": {\n color: \"#21242B\",\n fontSize: 24,\n fontStyle: \" normal\",\n fontWeight: \"bold\",\n lineHeight: \" 28px\",\n },\n ...overridePropsParse(sx, theme),\n}));\n\nconst LabelContainer = styled.div>(\n ({ theme }) => ({\n color: get(theme, `pageHeader.color`, \"#000\"),\n fontSize: 20,\n paddingLeft: 0,\n display: \"flex\",\n flexGrow: 1,\n marginRight: 0,\n \"& a\": {\n color: get(theme, `pageHeader.color`, \"#000\"),\n textDecoration: \"none\",\n },\n }),\n);\n\nconst MiddleContainer = styled.div>(() => ({\n display: \"flex\",\n justifyContent: \"center\",\n alignItems: \"center\",\n flexGrow: 1,\n margin: \"0 10px\",\n}));\n\nconst ActionsContainer = styled.div>(() => ({\n display: \"flex\",\n justifyContent: \"flex-end\",\n paddingRight: 0,\n flexGrow: 1,\n marginLeft: 10,\n gap: 8,\n}));\n\nconst PageHeader: FC> = ({\n label,\n middleComponent,\n actions,\n sx,\n ...restProps\n}) => {\n return (\n \n \n {label}\n \n {middleComponent && (\n \n {middleComponent}\n \n )}\n \n {actions}\n \n \n );\n};\n\nexport default PageHeader;\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 styled, { css, keyframes } from \"styled-components\";\nimport { createPortal } from \"react-dom\";\nimport get from \"lodash/get\";\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 case \"left\":\n const calcInitPosition = bounds.left - boundXLimit;\n\n if (calcInitPosition < 0) {\n calculatedPlacement = \"right\";\n }\n\n break;\n case \"right\":\n const calcEndPosition = bounds.left + bounds.width + boundXLimit;\n\n if (calcEndPosition > windowWidth) {\n calculatedPlacement = \"left\";\n }\n break;\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 {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) 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);\nexport default CircleHelpIcon;\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 styled, { css, keyframes } from \"styled-components\";\nimport { createPortal } from \"react-dom\";\nimport get from \"lodash/get\";\nimport {\n HelpTipBuild,\n HelpTipConstructProps,\n HelpTipProps,\n} from \"./HelpTip.types\";\nimport Grid from \"../Grid/Grid\";\nimport CircleHelpIcon from \"../Icons/NewDesignIcons/CircleHelpIcon\";\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 helptipOpen\n ? setTimeout(() => {\n setHelptipVisible(false);\n setHelptipOpen(false);\n }, 50000)\n : setTimeout(() => {\n setHelptipVisible(false);\n }, 1000);\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 case \"left\":\n const calcInitPosition = bounds.left - boundXLimit;\n\n if (calcInitPosition < 0) {\n calculatedPlacement = \"right\";\n }\n\n break;\n case \"right\":\n const calcEndPosition = bounds.left + bounds.width + boundXLimit;\n\n if (calcEndPosition > windowWidth) {\n calculatedPlacement = \"left\";\n }\n break;\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 {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 case \"left\":\n const calcInitPosition = bounds.left - boundXLimit;\n\n if (calcInitPosition < 0) {\n }\n\n break;\n case \"right\":\n const calcEndPosition = bounds.left + bounds.width + boundXLimit;\n\n if (calcEndPosition > windowWidth) {\n calculatedPlacement = \"left\";\n }\n break;\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, { FC, Fragment } from \"react\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\nimport { InputLabelProps } from \"./InputLabel.types\";\nimport HelpTip from \"../HelpTip/HelpTip\";\nimport { lightV2 } from \"../../global/themes\";\nimport { overridePropsParse } from \"../../global/utils\";\n\nconst CustomLabel = styled.label(({ theme, sx }) => ({\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 minWidth: 160,\n \"&.noMinWidthLabel\": {\n minWidth: \"initial\",\n },\n },\n ...overridePropsParse(sx, theme),\n}));\n\nconst InputLabel: FC = ({\n children,\n sx,\n noMinWidth,\n htmlFor,\n helpTip,\n helpTipPlacement,\n orientation = \"horizontal\",\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, { FC, HTMLAttributes } from \"react\";\nimport { breakPoints, overridePropsParse } from \"./utils\";\nimport styled from \"styled-components\";\nimport { OverrideTheme } from \"./global.types\";\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);\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, Fragment } from \"react\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\nimport { CheckboxProps } from \"./Checkbox.types\";\nimport InputLabel from \"../InputLabel/InputLabel\";\nimport { InputLabelProps } from \"../InputLabel/InputLabel.types\";\nimport FieldContainer from \"../../global/FieldContainer\";\nimport Tooltip from \"../Tooltip/Tooltip\";\nimport { overridePropsParse } from \"../../global/utils\";\nimport { themeColors } from \"../../global/themeColors\";\nimport CheckIcon from \"../Icons/NewDesignIcons/CheckIcon\";\nimport CircleHelpIcon from \"../Icons/NewDesignIcons/CircleHelpIcon\";\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: 18,\n height: 18,\n borderRadius: 4,\n border: `1px solid ${get(theme, \"checkbox.checkBoxBorder\", themeColors[\"Color/Brand/Neutral/colorPrimaryBorder\"].lightMode)}`,\n boxSizing: \"border-box\" as const,\n \"&:hover\": {\n borderColor: get(\n theme,\n \"checkbox.checkBoxHoverBorder\",\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].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/colorPrimaryBorder\"].lightMode,\n ),\n \"&:before\": {\n content: \"' '\",\n position: \"absolute\",\n display: \"block\",\n width: 18,\n height: 18,\n backgroundColor: get(\n theme,\n \"checkbox.checkBoxActiveColor\",\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n ),\n borderRadius: 4,\n top: \"50%\",\n left: \"50%\",\n transform: \"translateX(-50%) translateY(-50%)\",\n },\n \"& .icon-overlay\": {\n display: \"block\",\n },\n },\n \"input:disabled\": {\n \"& ~ .checkbox\": {\n border: `1px solid ${get(theme, \"checkbox.disabledBorder\", \"#B4B4B4\")}`,\n },\n \"&:checked ~ .checkbox\": {\n \"&:before\": {\n backgroundColor: get(theme, \"checkbox.disabledColor\", \"#D5D7D7\"),\n },\n },\n },\n \"& .icon-overlay\": {\n color: themeColors[\"Color/Base/White\"].lightMode,\n position: \"absolute\",\n width: 16,\n height: 16,\n top: \"50%\",\n left: \"50%\",\n transform: \"translateX(-50%) translateY(-50%)\",\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 ...props\n}) => {\n return (\n \n e.stopPropagation()}>\n \n \n \n \n \n {label !== \"\" && (\n \n {label}\n {tooltip && tooltip !== \"\" && (\n