@veeqo/ui 6.1.0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/DateRangePicker/DateRangePicker.d.ts +1 -1
- package/dist/components/DateRangePicker/types.d.ts +0 -1
- package/dist/components/RangeCalendar/RangeCalendar.d.ts +6 -4
- package/dist/components/RangeCalendar/components/CalendarGrid/CalendarGrid.d.ts +10 -0
- package/dist/components/RangeCalendar/components/CalendarGrid/index.d.ts +1 -0
- package/dist/components/RangeCalendar/components/CalendarGrid/subCalendars/DodecadeCalendar.d.ts +7 -0
- package/dist/components/RangeCalendar/components/CalendarGrid/subCalendars/DodecadeCalendar.test.d.ts +1 -0
- package/dist/components/RangeCalendar/components/{CalendarGrid.d.ts → CalendarGrid/subCalendars/MonthCalendar.d.ts} +1 -1
- package/dist/components/RangeCalendar/components/CalendarGrid/subCalendars/YearCalendar.d.ts +6 -0
- package/dist/components/RangeCalendar/components/CalendarGrid/subCalendars/YearCalendar.test.d.ts +1 -0
- package/dist/components/RangeCalendar/components/CalendarGrid/subCalendars/index.d.ts +3 -0
- package/dist/components/RangeCalendar/components/CalendarGrid/subCalendars/styled.d.ts +1 -0
- package/dist/components/RangeCalendar/components/CalendarGrid/subCalendars/utils.d.ts +6 -0
- package/dist/components/RangeCalendar/components/CalendarHeader.d.ts +9 -0
- package/dist/components/RangeCalendar/components/CalendarHeading.d.ts +7 -0
- package/dist/components/RangeCalendar/components/utils.d.ts +6 -0
- package/dist/components/RangeCalendar/data/constants.d.ts +4 -0
- package/dist/components/RangeCalendar/data/useRangeCalendar.d.ts +14 -0
- package/dist/components/RangeCalendar/types.d.ts +5 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../src/components/BaseContainer/BaseContainer.ts","../src/components/Text/utils.ts","../src/theme/modules/colors.ts","../src/theme/modules/breakpoints.ts","../src/theme/modules/radius.ts","../src/theme/modules/shadows.ts","../src/theme/modules/sizes.ts","../src/theme/modules/text.ts","../src/theme/index.ts","../src/theme/modules/layers.ts","../src/components/Text/Text.ts","../src/components/Accordion/styled.ts","../src/tempIcons/UpArrowIcon.tsx","../src/components/Accordion/Accordion.tsx","../node_modules/tslib/tslib.es6.js","../src/components/Loader/TailSpin.tsx","../src/components/Loader/Grid.tsx","../src/components/Loader/ThreeDots.tsx","../src/components/Loader/Loader.tsx","../src/components/Button/components/styled.ts","../src/tempIcons/DropdownIcon.tsx","../src/components/Button/Button.tsx","../src/components/CardHeader/styled.ts","../src/tempIcons/DownArrowIcon.tsx","../src/tempIcons/CrossIcon.tsx","../src/components/CardHeader/CardHeader.tsx","../src/components/Card/styled.ts","../src/components/Card/Card.tsx","../src/components/Dropdown/styled.ts","../src/utils/generateId.ts","../src/components/Portal/Portal.tsx","../src/components/Popover/styled.ts","../src/utils/buildClassnames.ts","../src/utils/color.ts","../src/utils/isExternalLink.ts","../src/components/Popover/hooks/useUpdateAriaAnchor.ts","../src/components/Popover/hooks/useHandleFocus.ts","../src/components/Popover/Popover.tsx","../src/components/Dropdown/DropdownPopover.tsx","../src/components/Dropdown/Dropdown.tsx","../src/hooks/useClickOutside.ts","../src/hooks/useDebounce.ts","../src/hooks/useDropdown.ts","../src/hooks/useFocusVisible.tsx","../src/hooks/useHover.ts","../src/hooks/useIsOverflowing.ts","../src/hooks/useTabs.ts","../src/hooks/useId.ts","../src/components/RangeCalendar/components/utils.ts","../src/components/ActionMenu/styled.ts","../src/components/ActionMenu/ActionMenu.tsx","../src/components/Stack/Alignments.ts","../src/components/Stack/Stack.tsx","../src/components/Alert/styled.ts","../src/tempIcons/AttentionIcon.tsx","../src/tempIcons/HelpIcon.tsx","../src/tempIcons/InfoIcon.tsx","../src/tempIcons/SuccessIcon.tsx","../src/components/Alert/constants.ts","../src/tempIcons/WarningIcon.tsx","../src/tempIcons/RecommendIcon.tsx","../src/components/Alert/Alert.tsx","../src/components/Anchor/styled.ts","../src/components/Anchor/Anchor.tsx","../src/components/AnimatedDropdown/components/styled.ts","../src/components/AnimatedDropdown/components/BasicDropdown.tsx","../src/components/AnimatedDropdown/styled.ts","../src/components/AnimatedDropdown/AnimatedDropdown.tsx","../src/components/AnimatedDropdown/hooks/useClickAway.ts","../src/components/Avatar/styled.ts","../src/components/Avatar/Avatar.tsx","../src/components/Tooltip/components/styled.ts","../src/components/Tooltip/types.ts","../src/components/Tooltip/components/TooltipPopover.tsx","../src/components/Tooltip/Tooltip.tsx","../src/components/Badge/styled.ts","../src/components/Badge/Badge.tsx","../src/components/Banner/styled.ts","../src/components/Banner/Banner.tsx","../src/components/Breadcrumbs/components/styled.ts","../src/tempIcons/RightArrowIcon.tsx","../src/components/Breadcrumbs/components/Breadcrumb.tsx","../src/components/Breadcrumbs/Breadcrumbs.tsx","../src/components/RangeCalendar/components/CalendarGrid.tsx","../src/components/RangeCalendar/components/StyledRangeCalendar/buttonStyles.ts","../src/components/RangeCalendar/components/StyledRangeCalendar/calendarCellStyles.ts","../src/components/RangeCalendar/components/StyledRangeCalendar/headerStyles.ts","../src/components/RangeCalendar/components/StyledRangeCalendar/StyledRangeCalendar.ts","../src/tempIcons/LeftArrowIcon.tsx","../src/components/RangeCalendar/RangeCalendar.tsx","../src/components/Choice/components/styled.ts","../src/components/Choice/Choice.tsx","../src/components/Checkbox/styled.ts","../src/components/Checkbox/Checkbox.tsx","../src/components/Radio/styled.ts","../src/components/Radio/Radio.tsx","../src/components/ChoiceList/styled.ts","../src/components/ChoiceList/ChoiceList.tsx","../src/tempIcons/ClipboardIcon.tsx","../src/components/CopyToClipboard/CopyToClipboard.tsx","../src/hoc/withLabels/styled.ts","../src/hoc/withLabels/withLabels.tsx","../src/hoc/withDeprecated.tsx","../src/components/DateRangeInput/styled.ts","../src/components/DateRangeInput/index.ts","../src/components/DateRangeInput/DateRangeInput.tsx","../src/components/Select/styled.ts","../src/components/Select/Select.tsx","../src/components/Toggle/styled.ts","../src/components/Toggle/Toggle.tsx","../src/components/DateRangePicker/components/constants.ts","../src/components/DateRangePicker/components/ComparePreviousPeriod.tsx","../src/components/DateRangePicker/constants.ts","../src/components/DateRangePicker/utils.ts","../src/components/DateRangePicker/components/Divider.tsx","../src/components/DateRangePicker/DateRangePicker.tsx","../src/components/DataTable/utils/alignmentToFlex.ts","../src/components/DataTable/utils/parseWidth.ts","../src/components/DataTable/utils/generateTableCss.ts","../src/components/DataTable/utils/sumAll.ts","../src/components/DataTable/types.ts","../src/tempIcons/DoubleArrowIconIcon.tsx","../src/tempIcons/ArrowUpIcon.tsx","../src/tempIcons/ArrowDownIcon.tsx","../src/components/DataTable/utils/GetSortIcon.tsx","../src/components/DataTable/hooks/useCellWidths.ts","../src/components/DataTable/utils/customEventEmitter.ts","../src/components/DataTable/hooks/useColumnWidths.ts","../src/components/DataTable/utils/getColumnWidth.ts","../src/components/DataTable/hooks/useColumns.ts","../src/components/DataTable/hooks/useDragToScroll.ts","../src/components/DataTable/hooks/useNested.ts","../src/components/DataTable/hooks/useScrollPosition.ts","../src/components/DataTable/constants.ts","../src/components/DataTable/components/Header.ts","../src/components/DataTable/components/SelectionHeader.tsx","../src/components/DataTable/components/Cell.ts","../src/components/DataTable/components/SelectionCell.tsx","../src/components/DataTable/hooks/useSelection.tsx","../src/components/DataTable/components/ColumnHeader.tsx","../src/components/DataTable/components/ColumnDivider.tsx","../src/components/DataTable/renderers/renderHeader.tsx","../src/components/DataTable/utils/getNextSortState.ts","../src/components/DataTable/components/LoadingCellContent.ts","../src/components/DataTable/components/ActionBar.tsx","../src/tempIcons/VisibilityIcon.tsx","../src/tempIcons/VisibilityOffIcon.tsx","../src/tempIcons/ReorderIcon.tsx","../src/components/DataTable/components/EmptyBodyContent.ts","../src/components/DataTable/components/NoWrap.ts","../src/components/DataTable/components/Row.ts","../src/components/DataTable/components/ScrollContainer.ts","../src/components/DataTable/components/TableGrid.ts","../src/components/DataTable/components/Truncate.ts","../src/components/DataTable/components/Wrapper.ts","../src/components/DataTable/components/StickyHead.tsx","../src/components/DataTable/utils/getRowState.ts","../src/components/DataTable/DataTable.tsx","../src/components/DataTable/renderers/renderLoadingCell.tsx","../src/components/DataTable/renderers/renderCell.ts","../src/components/DataTable/renderers/renderNestedCell.tsx","../src/components/DataTable/renderers/renderFooter.tsx","../src/components/DataTable/components/ColumnMenu.tsx","../src/components/DescriptionList/DescriptionList.tsx","../src/components/DetailPage/styled.ts","../src/components/DetailPage/DetailPage.tsx","../src/components/InputGroup/index.ts","../src/components/types.ts","../src/components/TextField/styled.ts","../src/components/TextField/TextField.tsx","../src/components/TextField/index.ts","../src/components/DimensionsInput/styled.ts","../src/utils/blockInvalidCharacters.ts","../src/utils/invalidCharactersNumeric.ts","../src/components/DimensionsInput/DimensionsInput.tsx","../src/components/FilterTag/styled.ts","../src/components/FilterTag/FilterTag.tsx","../src/components/Grid/index.ts","../src/components/Image/components/PlaceholderImage.tsx","../src/components/Image/components/styled.ts","../src/components/Image/utils.ts","../src/components/Image/Image.tsx","../src/components/LegacyDataTable/utils/constants.tsx","../src/tempIcons/CalendarIcon.tsx","../src/tempIcons/FailIcon.tsx","../src/components/LegacyDataTable/styled.ts","../src/components/LegacyDataTable/SpecificState/styled.ts","../src/components/LegacyDataTable/SpecificState/SpecificState.tsx","../src/components/LegacyDataTable/cells/styled.ts","../src/components/LegacyDataTable/cells/ClickableCell.tsx","../src/components/LegacyDataTable/cells/EditableCell.tsx","../src/components/LegacyDataTable/SkeletonContent/SkeletonContent.tsx","../src/components/LegacyDataTable/cells/SkeletonCell.tsx","../src/components/LegacyDataTable/utils/hooks.ts","../src/components/LegacyDataTable/StickyHeader.tsx","../src/components/LegacyDataTable/utils/index.ts","../src/components/LegacyDataTable/cells/SkeletonHeaderCell.tsx","../src/tempIcons/DoubleArrowAscIcon.tsx","../src/tempIcons/DoubleArrowDescIcon.tsx","../src/components/LegacyDataTable/LegacyDataTable.tsx","../src/components/LoginWithAmazonButton/styled.ts","../src/components/LoginWithAmazonButton/LoginWithAmazonButton.tsx","../src/components/Modal/components/styled.ts","../src/components/Modal/types.ts","../src/components/Modal/components/Dialog/constants.ts","../src/components/Modal/components/Dialog/styled.ts","../src/components/Modal/components/Dialog/Dialog.tsx","../src/components/Modal/Modal.tsx","../src/components/Pagination/styled.ts","../src/components/Pagination/components.tsx","../src/components/Pagination/hooks/usePagination.ts","../src/tempIcons/StartArrowIcon.tsx","../src/tempIcons/EndArrowIcon.tsx","../src/components/Pagination/Pagination.tsx","../src/components/Stepper/styled.ts","../src/components/Stepper/Stepper.tsx","../src/components/PriceInput/styled.ts","../src/components/PriceInput/PriceInput.tsx","../src/components/ScreenReaderOnly/ScreenReaderOnly.tsx","../src/components/Search/styled.ts","../src/tempIcons/SearchIcon.tsx","../src/components/Search/Search.tsx","../src/components/SegmentedControl/styled.ts","../src/components/SegmentedControl/SegmentedControl.tsx","../src/components/ShortcutKeys/styled.ts","../src/components/ShortcutKeys/utils.ts","../src/components/ShortcutKeys/ShortcutKeys.tsx","../src/components/SimpleTable/styled.ts","../src/components/SimpleTable/SimpleTable.tsx","../src/components/Skeleton/Skeleton.tsx","../src/components/Slider/styled.ts","../src/components/Slider/Slider.tsx","../src/components/Tag/Tag.ts","../src/components/ToastsLayout/components/styled.ts","../src/components/ToastsLayout/components/Toast.tsx","../src/tempIcons/MergeIcon.tsx","../src/components/ToastsLayout/ToastsLayout.tsx","../src/components/ToggleButton/styled.ts","../src/components/ToggleButton/ToggleButton.tsx","../src/components/UploadFile/styled.tsx","../src/components/UploadFile/constants.ts","../src/components/UploadFile/UploadGraphic.tsx","../src/components/UploadFile/components/UploadCopy/UploadCopy.tsx","../src/components/UploadFile/components/UploadFileErrors/UploadFileErrors.tsx","../src/components/UploadFile/components/UploadedFile/styled.ts","../src/components/UploadFile/components/UploadedFile/UploadedFile.tsx","../src/components/UploadFile/UploadFile.tsx","../src/components/UploadFile/utils/getFileSizeString/getFileSizeString.ts","../src/components/UploadFile/utils/getValidTypesString/getValidTypesString.ts","../src/components/UploadFile/utils/getTypePropForInputEl/getTypePropForInputEl.ts","../src/components/UploadFile/utils/setInputElFile/setInputElFile.ts","../src/components/VideoModal/components/styled.ts","../src/components/VideoModal/components/Popup.tsx","../src/components/VideoModal/styled.ts","../src/components/VideoModal/VideoModal.tsx","../src/components/View/types.ts","../src/components/View/styled.ts","../src/tempIcons/EditIcon.tsx","../src/components/View/View.tsx","../src/components/ViewTab/types.ts","../src/tempIcons/ThreeDotsIcon.tsx","../src/components/ViewTab/styled.ts","../src/components/ViewTab/ViewTab.tsx","../src/components/ViewsContainer/styled.ts","../src/components/ViewsContainer/hooks/useSetScrollPosition.ts","../src/components/ViewsContainer/utils.ts","../src/components/ViewsContainer/ViewsContainer.tsx","../src/components/WeightInput/styled.ts","../src/components/WeightInput/WeightInput.tsx","../src/components/WeightInput/types.ts"],"sourcesContent":["import styled from 'styled-components';\nexport const BaseContainer = styled.div.withConfig({ displayName: \"vui--BaseContainer\", componentId: \"vui--jtpszk\" }) `box-sizing:border-box;position:relative;margin:0;padding:0;`;\n//# sourceMappingURL=BaseContainer.js.map","const componentMap = {\n inputLabel: 'label',\n inputLabelSmall: 'label',\n headingSmall: 'h3',\n headingMedium: 'h3',\n headingLarge: 'h2',\n headingXL: 'h1',\n headingXXL: 'h1',\n // Deprecated, but quickfix for A11y.\n button: 'button',\n buttonSmall: 'button',\n};\nexport const getComponentOverride = (as, variant) => {\n if (as)\n return as;\n if (variant)\n return componentMap[variant];\n return undefined;\n};\n//# sourceMappingURL=utils.js.map","export const colors = {\n brand: {\n blue: {\n lightest: '#E4F0F9',\n light: '#93C6E8',\n base: '#4CA1D9',\n dark: '#3878A2',\n darkest: '#1A384B',\n },\n peach: {\n lightest: '#FDECE9',\n light: '#F8B2A9',\n base: '#F48070',\n dark: '#B65F53',\n darkest: '#562D27',\n },\n },\n neutral: {\n ink: {\n lightest: '#959FA8',\n light: '#637381',\n base: '#37424D',\n dark: '#1B2126',\n },\n grey: {\n lightest: '#FAFAFB',\n light: '#F2F3F5',\n base: '#DFE3E8',\n dark: '#CDD1D5',\n },\n greyBlue: {\n lightest: '#AAC5D8',\n light: '#558BB1',\n base: '#406885',\n dark: '#1E313E',\n },\n },\n secondary: {\n red: {\n lightest: '#FDEEEE',\n light: '#F7BCBC',\n base: '#EB5757',\n dark: '#A53D3D',\n darkest: '#5E2323',\n },\n yellow: {\n lightest: '#FFF6D9',\n light: '#FFE999',\n base: '#FFC900',\n dark: '#BF9600',\n darkest: '#594600',\n },\n green: {\n lightest: '#E9F7EF',\n light: '#BEE7CF',\n base: '#27AE60',\n dark: '#1B7A43',\n darkest: '#104626',\n },\n lime: {\n lightest: '#F6FAEB',\n light: '#DBEBAE',\n base: '#A5CD35',\n dark: '#7B9927',\n darkest: '#394712',\n },\n teal: {\n lightest: '#E5F8F5',\n light: '#99E5D7',\n base: '#00BD9A',\n dark: '#00715C',\n darkest: '#00392E',\n },\n aqua: {\n lightest: '#EEFAFE',\n light: '#BBEBFA',\n base: '#56CCF2',\n dark: '#3C8FA9',\n darkest: '#225261',\n },\n purple: {\n lightest: '#F6EFFC',\n light: '#D9C0F1',\n base: '#A162DD',\n dark: '#694090',\n darkest: '#38224D',\n },\n blue: {\n lightest: '#D9EBF8',\n light: '#80BCE8',\n base: '#0079D1',\n dark: '#005A9C',\n darkest: '#003053',\n },\n pink: {\n lightest: '#FFF1FC',\n light: '#FFC7F3',\n base: '#FFA3EB',\n dark: '#BF7AB0',\n darkest: '#593852',\n },\n orange: {\n lightest: '#FEF5ED',\n light: '#FAD6B7',\n base: '#F2994A',\n dark: '#9D6330',\n darkest: '#613D1E',\n },\n },\n system: {\n scrollbar: {\n thumb: 'rgba(99, 115, 129, .5)',\n background: 'transparent',\n },\n },\n};\n//# sourceMappingURL=colors.js.map","export const breakpoints = {\n mobile: '640px',\n tablet: '720px',\n lgTablet: '960px',\n desktop: '1280px',\n lgDesktop: '1440px',\n};\n//# sourceMappingURL=breakpoints.js.map","export const radius = {\n sm: '0.125rem',\n base: '0.25rem',\n md: '0.5rem',\n lg: '0.75rem',\n full: '50%',\n};\n//# sourceMappingURL=radius.js.map","export var Shadows;\n(function (Shadows) {\n Shadows[\"sm\"] = \"0px 1px 3px rgba(55, 66, 77, 0.15)\";\n Shadows[\"base\"] = \"0px 4px 6px rgba(27, 33, 38, 0.2)\";\n Shadows[\"md\"] = \"0px 10px 15px rgba(27, 33, 38, 0.2)\";\n Shadows[\"lg\"] = \"0px 20px 25px rgba(27, 33, 38, 0.2)\";\n})(Shadows || (Shadows = {}));\n//# sourceMappingURL=shadows.js.map","var SizeAlias;\n(function (SizeAlias) {\n SizeAlias[\"none\"] = \"none\";\n SizeAlias[\"line\"] = \"line\";\n SizeAlias[\"xs\"] = \"xs\";\n SizeAlias[\"sm\"] = \"sm\";\n SizeAlias[\"base\"] = \"base\";\n SizeAlias[\"md\"] = \"md\";\n SizeAlias[\"lg\"] = \"lg\";\n SizeAlias[\"xl\"] = \"xl\";\n SizeAlias[\"xxl\"] = \"xxl\";\n})(SizeAlias || (SizeAlias = {}));\nfunction buildSizeScale({ increment, unit, count }) {\n const sizes = {};\n /* eslint-disable-next-line no-plusplus */\n for (let i = 0; i <= count; i++) {\n const value = i * increment;\n sizes[i] = `${value}${unit}`;\n }\n return sizes;\n}\nexport const sizeScale = buildSizeScale({ increment: 0.25, unit: 'rem', count: 20 });\nexport const sizeAliases = {\n [SizeAlias.none]: '0',\n [SizeAlias.line]: '1px',\n [SizeAlias.xs]: sizeScale[1],\n [SizeAlias.sm]: sizeScale[2],\n [SizeAlias.base]: sizeScale[4],\n [SizeAlias.md]: sizeScale[6],\n [SizeAlias.lg]: sizeScale[8],\n [SizeAlias.xl]: sizeScale[12],\n [SizeAlias.xxl]: sizeScale[16],\n};\nexport const sizes = Object.assign(Object.assign({}, sizeAliases), sizeScale);\n//# sourceMappingURL=sizes.js.map","import { colors } from './colors';\nexport const common = {\n fontFamily: 'Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol',\n};\nexport const text = {\n headingXXL: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '40px',\n lineHeight: '56px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.022rem',\n },\n headingXL: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '28px',\n lineHeight: '40px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.02rem',\n },\n headingLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '24px',\n lineHeight: '32px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.019rem',\n },\n headingMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.017rem',\n },\n headingSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '16px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n headingTable: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n subheadingLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '-0.017rem',\n },\n subheadingMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n subheadingSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n subheadingSmallBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n body: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n bodySmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n bodyBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n bodyBoldDark: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.dark,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n bodySmallBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n button: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.secondary.blue.base,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n buttonSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.blue.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n linkLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.017rem',\n },\n linkMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.011rem',\n },\n link: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.006rem',\n },\n linkSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '0',\n },\n inputLabel: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n inputLabelSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n hintText: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n placeholder: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n placeholderSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n placeholderCode: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0.5rem',\n },\n placeholderCodeSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0.375rem',\n },\n error: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.red.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n errorSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.red.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n successSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.green.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n};\n//# sourceMappingURL=text.js.map","import { colors } from './modules/colors';\nimport { breakpoints } from './modules/breakpoints';\nimport { layers } from './modules/layers';\nimport { radius } from './modules/radius';\nimport { Shadows } from './modules/shadows';\nimport { sizes } from './modules/sizes';\nimport { text, common } from './modules/text';\nexport const theme = Object.assign(Object.assign({}, common), { breakpoints,\n colors,\n layers,\n radius, shadows: Shadows, sizes,\n text });\n//# sourceMappingURL=index.js.map","export const layers = {\n base: 0,\n popup: 1000,\n modal: 2000,\n tooltip: 3000,\n};\n//# sourceMappingURL=layers.js.map","import styled from 'styled-components';\nimport { getComponentOverride } from './utils';\nimport { theme } from '../../theme';\nconst { text, colors, fontFamily } = theme;\nexport const Text = styled.span.attrs(({ as, variant }) => ({\n as: getComponentOverride(as, variant),\n})).withConfig({ displayName: \"vui--Text\", componentId: \"vui--p74sf8\" }) `box-sizing:border-box;display:inline-block;margin:0;padding:0;font-style:normal;font-weight:normal;font-size:12px;font-family:${fontFamily};line-height:16px;color:#37424d;${({ variant }) => (variant === 'button' || variant === 'buttonSmall') &&\n `\n cursor: pointer;\n background-color: transparent;\n border: 0;\n `} ${({ variant, muted = false }) => {\n if (!variant)\n return '';\n const color = muted ? colors.neutral.ink.lightest : text[variant].color;\n return `\n font-family: ${text[variant].fontFamily};\n font-style: ${text[variant].fontStyle};\n font-weight: ${text[variant].fontWeight};\n font-size: ${text[variant].fontSize};\n line-height: ${text[variant].lineHeight};\n color: ${color};\n text-decoration: ${text[variant].textDecoration};\n letter-spacing: ${text[variant].letterSpacing};\n `;\n}}`;\n//# sourceMappingURL=Text.js.map","import styled from 'styled-components';\nimport { motion } from 'framer-motion';\nimport { BaseContainer } from '../BaseContainer';\nimport { Text } from '../Text';\nimport { theme } from '../../theme';\nimport { sizes } from '../../theme/modules/sizes';\nconst TapBarChild = styled(BaseContainer).withConfig({ displayName: \"vui--TapBarChild\", componentId: \"vui--3ngcs3\" }) `display:flex;flex-direction:row;align-items:center;`;\nconst Left = styled(TapBarChild).withConfig({ displayName: \"vui--Left\", componentId: \"vui--sjvmul\" }) `svg{margin-right:12px;height:${sizes.base};width:${sizes.base};color:${({ glyphColor }) => glyphColor};}`;\nconst Right = styled(TapBarChild).withConfig({ displayName: \"vui--Right\", componentId: \"vui--1mm1lxm\" }) `justify-content:flex-end;flex-grow:2;`;\n/**\n * Due to unique behaviour observed in Safari, we override the outline property when\n * the accordion is focussed.\n */\nconst AccordionSummary = styled.summary.withConfig({ displayName: \"vui--AccordionSummary\", componentId: \"vui--1moens1\" }) `display:flex;flex-direction:column;padding:12px;border-radius:4px;user-select:none;cursor:pointer;border:1px solid ${theme.colors.neutral.grey.dark};:focus{outline:none;box-shadow:0 0 0 2px ${theme.colors.secondary.blue.light};}:active{box-shadow:0 0 0 2px ${theme.colors.secondary.blue.light};}`;\nconst Top = styled(BaseContainer).withConfig({ displayName: \"vui--Top\", componentId: \"vui--7euo6s\" }) `display:flex;flex-direction:row;align-items:center;height:16px;`;\nconst Description = styled(Text).withConfig({ displayName: \"vui--Description\", componentId: \"vui--1snn6nn\" }) `margin-top:8px;`;\nconst AccordionContent = styled(motion(BaseContainer)).withConfig({ displayName: \"vui--AccordionContent\", componentId: \"vui--to1g7a\" }) `margin-top:4px;background:rgba(217, 235, 248, 0.5);padding:10px 26px;`;\nconst AccordionDetails = styled.details.withConfig({ displayName: \"vui--AccordionDetails\", componentId: \"vui--g3berv\" }) `summary{list-style-type:none;::-webkit-details-marker{display:none;}}`;\nconst UnstyledAccordionContent = styled(motion(BaseContainer)).withConfig({ displayName: \"vui--UnstyledAccordionContent\", componentId: \"vui--59wczx\" }) ``;\nconst UnstyledAccordionSummary = styled.summary.withConfig({ displayName: \"vui--UnstyledAccordionSummary\", componentId: \"vui--fyolu6\" }) `&:focus{outline:none;box-shadow:0 0 0 2px ${theme.colors.secondary.blue.light};}`;\nexport { AccordionSummary, Top, Text, Left, Right, Description, AccordionDetails, AccordionContent, UnstyledAccordionContent, UnstyledAccordionSummary, };\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { sizes } from '../theme/modules/sizes';\nexport const UpArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", role: \"presentation\", height: sizes.md }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M4.91021 10.47L7.97021 7.4167L11.0302 10.47L11.9702 9.53003L7.97021 5.53003L3.97021 9.53003L4.91021 10.47Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=UpArrowIcon.js.map","import React, { useState } from 'react';\nimport { motion } from 'framer-motion';\nimport { Top, Text, Left, Right, Description, AccordionDetails, AccordionContent, AccordionSummary, UnstyledAccordionSummary, UnstyledAccordionContent, } from './styled';\nimport { colors } from '../../theme/modules/colors';\nimport { UpArrowIcon } from '../../tempIcons/UpArrowIcon';\nexport const Accordion = ({ className, children, label, iconSlot, glyphColor = colors.neutral.ink.lightest, timeout = 350, description, shouldOpenOnMount, variant = 'default', summaryTextVariant = 'body', }) => {\n const [shouldOpen, setShouldOpen] = useState(!!shouldOpenOnMount);\n const handleOpen = () => setShouldOpen(!shouldOpen);\n const FRAMER_MOTION_CONFIG = {\n initial: { opacity: 0 },\n exit: { opacity: 0 },\n animate: { opacity: 1 },\n transition: { from: 0, type: 'tween', duration: timeout / 1000 },\n };\n if (variant === 'unstyled') {\n return (React.createElement(AccordionDetails, { open: !!shouldOpenOnMount, className: className },\n React.createElement(UnstyledAccordionSummary, { onClick: handleOpen },\n React.createElement(Top, null,\n React.createElement(Left, { glyphColor: glyphColor },\n iconSlot,\n React.createElement(Text, { variant: summaryTextVariant }, label)),\n React.createElement(Right, null,\n React.createElement(motion.span, { animate: {\n rotate: shouldOpen ? 180 : 0,\n } },\n React.createElement(UpArrowIcon, { name: shouldOpen ? 'downArrow' : 'upArrow' })))),\n !!description && React.createElement(Description, { variant: \"hintText\" }, description)),\n shouldOpen && (React.createElement(UnstyledAccordionContent, Object.assign({}, FRAMER_MOTION_CONFIG), children))));\n }\n return (React.createElement(AccordionDetails, { open: !!shouldOpenOnMount, className: className },\n React.createElement(AccordionSummary, { onClick: handleOpen },\n React.createElement(Top, null,\n React.createElement(Left, { glyphColor: glyphColor },\n iconSlot,\n React.createElement(Text, { variant: summaryTextVariant }, label)),\n React.createElement(Right, null,\n React.createElement(motion.span, { animate: {\n rotate: shouldOpen ? 180 : 0,\n } },\n React.createElement(UpArrowIcon, { name: shouldOpen ? 'downArrow' : 'upArrow' })))),\n !!description && React.createElement(Description, { variant: \"hintText\" }, description)),\n shouldOpen && React.createElement(AccordionContent, Object.assign({}, FRAMER_MOTION_CONFIG), children)));\n};\n//# sourceMappingURL=Accordion.js.map","/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n function next() {\r\n while (env.stack.length) {\r\n var rec = env.stack.pop();\r\n try {\r\n var result = rec.dispose && rec.dispose.call(rec.value);\r\n if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n};\r\n","import React from 'react';\nexport const TailSpin = ({ width, height, className, color, label }) => (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 38 38\", xmlns: \"http://www.w3.org/2000/svg\", \"aria-label\": label },\n React.createElement(\"defs\", null,\n React.createElement(\"linearGradient\", { x1: \"8.042%\", y1: \"0%\", x2: \"65.682%\", y2: \"23.865%\", id: \"a\" },\n React.createElement(\"stop\", { stopColor: color, stopOpacity: \"0\", offset: \"0%\" }),\n React.createElement(\"stop\", { stopColor: color, stopOpacity: \".631\", offset: \"63.146%\" }),\n React.createElement(\"stop\", { stopColor: color, offset: \"100%\" }))),\n React.createElement(\"g\", { fill: \"none\", fillRule: \"evenodd\" },\n React.createElement(\"g\", { transform: \"translate(1 1)\" },\n React.createElement(\"path\", { d: \"M36 18c0-9.94-8.06-18-18-18\", id: \"Oval-2\", stroke: color, strokeWidth: \"2\" },\n React.createElement(\"animateTransform\", { attributeName: \"transform\", type: \"rotate\", from: \"0 18 18\", to: \"360 18 18\", dur: \"0.9s\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { fill: \"#fff\", cx: \"36\", cy: \"18\", r: \"1\" },\n React.createElement(\"animateTransform\", { attributeName: \"transform\", type: \"rotate\", from: \"0 18 18\", to: \"360 18 18\", dur: \"0.9s\", repeatCount: \"indefinite\" }))))));\n//# sourceMappingURL=TailSpin.js.map","import React from 'react';\nexport const Grid = ({ width, height, className, color, label }) => (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 105 105\", fill: color, \"aria-label\": label },\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"0s\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"100ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"300ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"600ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"800ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"400ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"700ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"500ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"200ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" }))));\n//# sourceMappingURL=Grid.js.map","import React from 'react';\nexport const ThreeDots = ({ width, height, className, color, label }) => (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 120 30\", xmlns: \"http://www.w3.org/2000/svg\", fill: color, \"aria-label\": label },\n React.createElement(\"circle\", { cx: \"15\", cy: \"15\", r: \"15\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"15\", to: \"15\", begin: \"0s\", dur: \"0.8s\", values: \"15;9;15\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"1\", to: \"1\", begin: \"0s\", dur: \"0.8s\", values: \"1;.5;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"60\", cy: \"15\", r: \"9\", attributeName: \"fillOpacity\", from: \"1\", to: \"0.3\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"9\", to: \"9\", begin: \"0s\", dur: \"0.8s\", values: \"9;15;9\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"0.5\", to: \"0.5\", begin: \"0s\", dur: \"0.8s\", values: \".5;1;.5\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"105\", cy: \"15\", r: \"15\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"15\", to: \"15\", begin: \"0s\", dur: \"0.8s\", values: \"15;9;15\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"1\", to: \"1\", begin: \"0s\", dur: \"0.8s\", values: \"1;.5;1\", calcMode: \"linear\", repeatCount: \"indefinite\" }))));\n//# sourceMappingURL=ThreeDots.js.map","import React from 'react';\nimport { TailSpin } from './TailSpin';\nimport { Grid } from './Grid';\nimport { ThreeDots } from './ThreeDots';\nexport const Loader = ({ className, height = 24, width = 24, color = '#588CB0', type = 'TailSpin', }) => {\n switch (type) {\n case 'Grid': {\n return React.createElement(Grid, { className: className, height: height, width: width, color: color });\n }\n case 'ThreeDots': {\n return React.createElement(ThreeDots, { className: className, height: height, width: width, color: color });\n }\n case 'TailSpin':\n default: {\n return React.createElement(TailSpin, { className: className, height: height, width: width, color: color });\n }\n }\n};\n//# sourceMappingURL=Loader.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { sizes } from '../../../theme/modules/sizes';\nexport const MainContent = styled.span.withConfig({ displayName: \"vui--MainContent\", componentId: \"vui--exbqdz\" }) `display:inline-flex;align-items:center;gap:${({ hasText }) => (hasText ? '8px' : '4px')};${({ $loading }) => ($loading ? 'opacity: 0;' : null)};svg{width:${({ size }) => sizes[size]};height:${({ size }) => sizes[size]};}`;\nconst BaseButton = styled.button.withConfig({ displayName: \"vui--BaseButton\", componentId: \"vui--nvz516\" }) `position:relative;box-sizing:border-box;appearance:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:${theme.fontFamily};font-weight:400;border:1px solid;background-color:transparent;white-space:nowrap;${(props) => {\n let height = '40px';\n let paddingLeft = '24px';\n let paddingRight = '24px';\n let borderRadius = '8px';\n let fontSize = '16px';\n let outlineWidth = '4px';\n if (props.hasIcon) {\n paddingLeft = '16px';\n }\n if (props.hasDropdown) {\n paddingRight = '16px';\n }\n if (props.size === 'sm') {\n height = '32px';\n paddingLeft = '16px';\n paddingRight = '16px';\n borderRadius = '4px';\n fontSize = '14px';\n outlineWidth = '2px';\n if (props.hasIcon) {\n paddingLeft = '8px';\n }\n if (props.hasDropdown) {\n paddingRight = '8px';\n }\n }\n if (!props.hasText) {\n paddingLeft = '8px';\n paddingRight = '8px';\n }\n return `\n --outline-width: ${outlineWidth};\n\n height: ${height};\n padding-left: ${paddingLeft};\n padding-right: ${paddingRight};\n border-radius: ${borderRadius};\n font-size: ${fontSize};\n line-height: ${fontSize};\n `;\n}} &:hover{cursor:pointer;}&:disabled{pointer-events:none;cursor:unset !important;}`;\nexport const DefaultButton = styled(BaseButton).withConfig({ displayName: \"vui--DefaultButton\", componentId: \"vui--1xzjfje\" }) `border-color:${theme.colors.neutral.grey.dark};background-color:white;box-shadow:0 1px 3px rgba(55, 66, 77, 0.15);color:${({ hasText }) => hasText ? theme.colors.neutral.ink.base : theme.colors.secondary.blue.base};&:hover{background-color:${theme.colors.neutral.grey.lightest};}&:active{background-color:${theme.colors.neutral.grey.lightest};border-color:${theme.colors.secondary.blue.base};box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};}&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};outline:0;}&:disabled{box-shadow:none !important;background-color:${theme.colors.neutral.grey.base} !important;border-color:${theme.colors.neutral.grey.base} !important;color:${theme.colors.neutral.ink.light} !important;}`;\nexport const DefaultDestructiveButton = styled(DefaultButton).withConfig({ displayName: \"vui--DefaultDestructiveButton\", componentId: \"vui--1ixaf03\" }) `color:${theme.colors.secondary.red.base};&:hover{color:${theme.colors.secondary.red.dark};}&:active{border-color:${theme.colors.secondary.red.base};box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.red.light};color:${theme.colors.secondary.red.dark};}&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.red.light};}`;\nexport const PrimaryButton = styled(DefaultButton).withConfig({ displayName: \"vui--PrimaryButton\", componentId: \"vui--16w0ufk\" }) `background-color:${theme.colors.secondary.blue.base};border-color:${theme.colors.secondary.blue.base};color:white;&:hover{background-color:${theme.colors.secondary.blue.dark};border-color:${theme.colors.secondary.blue.dark};}&:active{background-color:${theme.colors.secondary.blue.dark};border-color:${theme.colors.secondary.blue.dark};box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};}&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};}`;\nexport const PrimaryDestructiveButton = styled(PrimaryButton).withConfig({ displayName: \"vui--PrimaryDestructiveButton\", componentId: \"vui--1w3lv3r\" }) `background-color:${theme.colors.secondary.red.base};border-color:${theme.colors.secondary.red.base};color:white;&:hover{background-color:${theme.colors.secondary.red.dark};border-color:${theme.colors.secondary.red.dark};}&:active{background-color:${theme.colors.secondary.red.dark};border-color:${theme.colors.secondary.red.dark};box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.red.light};}&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.red.light};}`;\nexport const FlatButton = styled(BaseButton).withConfig({ displayName: \"vui--FlatButton\", componentId: \"vui--fqczse\" }) `border-color:transparent;box-shadow:none;color:${theme.colors.neutral.ink.base};&:hover{background-color:${theme.colors.neutral.grey.light};}&:active{background-color:${theme.colors.neutral.grey.light};box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};}&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};outline:0;}&:disabled{background-color:transparent;border-color:transparent;}`;\nexport const UnstyledButton = styled.button.withConfig({ displayName: \"vui--UnstyledButton\", componentId: \"vui--1fxilc\" }) `appearance:none;border:0;background-color:transparent;padding:0;font:inherit;&:hover{cursor:pointer;}`;\nexport const LinkButton = styled(UnstyledButton).withConfig({ displayName: \"vui--LinkButton\", componentId: \"vui--z932nb\" }) `display:inline-flex;flex-direction:row;align-items:center;font-family:${theme.text.link.fontFamily};font-size:${theme.text.link.fontSize};line-height:${theme.text.link.fontSize};font-weight:${theme.text.link.fontWeight};line-height:${theme.text.link.lineHeight};text-decoration:${theme.text.link.textDecoration};color:${theme.colors.secondary.blue.base};&:hover{color:${theme.colors.secondary.blue.dark};}& > * + *{margin-left:${theme.sizes.xs};}&:focus-visible{outline:0;box-shadow:0 0 0 4px white,0 0 0 8px ${theme.colors.secondary.blue.light};border-radius:4px;}`;\nexport const LoadingWrapper = styled.div.withConfig({ displayName: \"vui--LoadingWrapper\", componentId: \"vui--1qt232p\" }) `position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;margin-left:0;`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nexport const DropdownIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M4 6L8 10L12 6H4Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=DropdownIcon.js.map","import { __rest } from \"tslib\";\nimport React, { forwardRef } from 'react';\nimport { Loader } from '../Loader';\nimport { DefaultButton, DefaultDestructiveButton, PrimaryButton, PrimaryDestructiveButton, FlatButton, LinkButton, UnstyledButton, LoadingWrapper, MainContent, } from './components/styled';\nimport { DropdownIcon } from '../../tempIcons/DropdownIcon';\nconst variantMap = {\n default: DefaultButton,\n primary: PrimaryButton,\n destructive: DefaultDestructiveButton,\n primaryDestructive: PrimaryDestructiveButton,\n flat: FlatButton,\n link: LinkButton,\n unstyled: UnstyledButton,\n};\nexport const Button = forwardRef((_a, ref) => {\n var { className, children, icon, variant = 'default', size = 'base', dropdown = false, loading = false } = _a, otherProps = __rest(_a, [\"className\", \"children\", \"icon\", \"variant\", \"size\", \"dropdown\", \"loading\"]);\n if (variant === 'unstyled') {\n return (React.createElement(UnstyledButton, Object.assign({ ref: ref, className: className }, otherProps), children));\n }\n const VariantButton = variantMap[variant];\n const hasChildren = children !== undefined;\n const hasIcon = !!icon;\n return (React.createElement(VariantButton, Object.assign({ ref: ref, className: className, size: size, hasText: hasChildren, hasIcon: hasIcon, hasDropdown: dropdown }, otherProps),\n (hasChildren || hasIcon) && (React.createElement(MainContent, { \"$loading\": loading, hasText: !!children, size: children || size === 'sm' ? 'base' : 'md' },\n icon && icon,\n children !== undefined && children,\n dropdown && React.createElement(DropdownIcon, null))),\n loading && (React.createElement(LoadingWrapper, null,\n React.createElement(Loader, null)))));\n});\n//# sourceMappingURL=Button.js.map","import styled from 'styled-components';\nimport { sizes } from '../../theme/modules/sizes';\nexport const Header = styled.header.withConfig({ displayName: \"vui--Header\", componentId: \"vui--oa1a54\" }) `padding-top:${sizes.md};padding-right:${sizes.md};padding-left:${sizes.md};margin-bottom:${sizes.md};& > * + *{margin-top:${sizes.xs};}`;\nexport const HeaderGrid = styled.div.withConfig({ displayName: \"vui--HeaderGrid\", componentId: \"vui--129vg5d\" }) `/*${sizes.base}*/display:flex;justify-content:flex-end;align-items:center;& > *:first-child{flex:1;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { sizes } from '../theme/modules/sizes';\nexport const DownArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", role: \"presentation\", height: sizes.md }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11.0302 5.52997L7.97021 8.5833L4.91021 5.52997L3.97021 6.46997L7.97021 10.47L11.9702 6.46997L11.0302 5.52997Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=DownArrowIcon.js.map","import React from 'react';\nexport const CrossIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", role: \"presentation\", height: 24, width: 24 }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M19 6.51071L17.4893 5L11.5 10.9893L5.51071 5L4 6.51071L9.98929 12.5L4 18.4893L5.51071 20L11.5 14.0107L17.4893 20L19 18.4893L13.0107 12.5L19 6.51071Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=CrossIcon.js.map","import React from 'react';\nimport { Text } from '../Text';\nimport { Button } from '../Button';\nimport { Header, HeaderGrid } from './styled';\nimport { DownArrowIcon } from '../../tempIcons/DownArrowIcon';\nimport { UpArrowIcon } from '../../tempIcons/UpArrowIcon';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nexport const CardHeader = ({ id, title, subtitle, headerVariant = 'headingSmall', action, ActionSlot, isCollapsed, onClickCollapse, onClickClose, }) => (React.createElement(Header, null,\n React.createElement(HeaderGrid, null,\n React.createElement(Text, { id: id, variant: headerVariant }, title),\n action && (React.createElement(Button, { variant: \"link\", onClick: action.onClick }, action.title)),\n ActionSlot,\n onClickCollapse && (React.createElement(Button, { variant: \"flat\", icon: isCollapsed ? React.createElement(DownArrowIcon, null) : React.createElement(UpArrowIcon, null), onClick: onClickCollapse })),\n onClickClose && (React.createElement(Button, { variant: \"flat\", icon: React.createElement(CrossIcon, null), onClick: onClickClose, \"aria-label\": \"Close\" }))),\n subtitle && React.createElement(Text, { variant: \"subheadingSmall\" }, subtitle)));\n//# sourceMappingURL=CardHeader.js.map","import styled from 'styled-components';\nimport { motion } from 'framer-motion';\nimport { Shadows } from '../../theme/modules/shadows';\nimport { colors } from '../../theme/modules/colors';\nimport { sizes } from '../../theme/modules/sizes';\nimport { radius } from '../../theme/modules/radius';\nimport { text } from '../../theme/modules/text';\nconst { grey } = colors.neutral;\nconst elevationShadowMap = {\n 0: 'none',\n 1: Shadows.sm,\n 2: Shadows.base,\n 3: Shadows.md,\n 4: Shadows.lg,\n};\nconst accents = {\n info: colors.secondary.blue.base,\n success: colors.secondary.green.base,\n error: colors.secondary.red.base,\n};\nexport const Footer = styled.footer.withConfig({ displayName: \"vui--Footer\", componentId: \"vui--livrdi\" }) `margin-top:${sizes.base};padding:${sizes.md};z-index:2;`;\nexport const Section = styled.section.withConfig({ displayName: \"vui--Section\", componentId: \"vui--z99ese\" }) `padding-right:${sizes.md};padding-left:${sizes.md};margin-top:${sizes.md};margin-bottom:${sizes.md};font-family:${text.body.fontFamily};font-size:${text.body.fontSize};font-weight:${text.body.fontWeight};line-height:${text.body.lineHeight};color:${text.body.color};& + &{border-top:${sizes.line} solid ${grey.base};padding-top:${sizes.md};}`;\nexport const FullBleed = styled.div.withConfig({ displayName: \"vui--FullBleed\", componentId: \"vui--1lgjeo7\" }) `margin-left:-${sizes.md};margin-right:-${sizes.md};`;\nexport const Body = styled(motion.div).withConfig({ displayName: \"vui--Body\", componentId: \"vui--pfgeh3\" }) `overflow-y:hidden;&:not(:first-child)> ${Section}:first-child{margin-top:0;}`;\nexport const Surface = styled.div.withConfig({ displayName: \"vui--Surface\", componentId: \"vui--g1wpqa\" }) `position:relative;width:100%;background-color:white;border:${sizes.line} solid ${grey.base};box-shadow:${(props) => props.elevation !== undefined ? elevationShadowMap[props.elevation] : Shadows.sm};border-radius:${radius.md};overflow:hidden;box-sizing:border-box;${({ accent }) => accent &&\n `\n &::after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: ${sizes.xs};\n background-color: ${accents[accent]};\n }\n `}`;\n//# sourceMappingURL=styled.js.map","import React, { useState } from 'react';\nimport { CardHeader } from '../CardHeader';\nimport { Surface, Body, FullBleed, Footer, Section } from './styled';\nconst collapseAnimationVariants = {\n expanded: { height: 'auto' },\n collapsed: { height: 0 },\n};\nexport const Card = ({ className, style, title, subtitle, HeaderActionSlot, action, collapsable, elevation, accent, children, onClose, renderFooter, }) => {\n const [isCollapsed, setIsCollapsed] = useState(false);\n const toggleCollapsed = () => {\n setIsCollapsed(!isCollapsed);\n };\n const headerMarkup = title && (React.createElement(CardHeader, { title: title, subtitle: subtitle, ActionSlot: HeaderActionSlot, action: action, onClickClose: onClose, isCollapsed: isCollapsed, onClickCollapse: collapsable ? toggleCollapsed : undefined }));\n const showBody = (collapsable && !isCollapsed) || !collapsable;\n const bodyMarkup = (React.createElement(Body, { animate: showBody ? 'expanded' : 'collapsed', variants: collapseAnimationVariants, transition: { duration: 0.3, ease: 'easeOut' } },\n React.createElement(Section, null, children)));\n const footerMarkup = renderFooter !== undefined && React.createElement(Footer, null, renderFooter());\n return (React.createElement(Surface, { className: className, style: style, elevation: elevation, accent: accent },\n headerMarkup,\n bodyMarkup,\n footerMarkup));\n};\nCard.Surface = Surface;\nCard.Section = Section;\nCard.FullBleed = FullBleed;\nCard.Footer = Footer;\n//# sourceMappingURL=Card.js.map","import styled from 'styled-components';\nimport { motion } from 'framer-motion';\nimport { theme } from '../../theme';\nimport { Card } from '../Card';\nexport const DropdownContainer = styled(motion(Card.Surface)).withConfig({ displayName: \"vui--DropdownContainer\", componentId: \"vui--1yrw4mw\" }) `display:inline-flex;flex-direction:column;overflow:hidden;background-color:white;box-shadow:1px 4px 15px ${theme.colors.neutral.grey.base};border-radius:${theme.radius.base};padding:${theme.sizes.base};`;\n//# sourceMappingURL=styled.js.map","import { uid } from 'uid/secure';\nexport const generateId = (prefix) => {\n const randomId = uid();\n if (!prefix)\n return randomId;\n return `${prefix}-${randomId}`;\n};\n//# sourceMappingURL=generateId.js.map","import { PureComponent } from 'react';\nimport { createPortal } from 'react-dom';\nimport { generateId } from '../../utils/generateId';\n/**\n * The portal component renders content on the document `body` unless `rootElementRef` is passed.\n */\nexport class Portal extends PureComponent {\n constructor(props) {\n super(props);\n this.id = generateId('portal');\n this.portalNode = null;\n this.state = {\n isMounted: false,\n };\n }\n componentDidMount() {\n const { rootElementRef } = this.props;\n this.portalNode = document.createElement('div');\n this.portalNode.setAttribute('id', `portal-${this.id}`);\n this.portalNode.style.cssText = 'position: absolute; top: 0; left: 0;';\n if (rootElementRef) {\n rootElementRef === null || rootElementRef === void 0 ? void 0 : rootElementRef.appendChild(this.portalNode);\n }\n else {\n document.body.appendChild(this.portalNode);\n }\n this.setState({ isMounted: true });\n }\n componentWillUnmount() {\n if (this.portalNode) {\n const { rootElementRef } = this.props;\n if (rootElementRef) {\n rootElementRef.removeChild(this.portalNode);\n }\n else {\n document.body.removeChild(this.portalNode);\n }\n }\n }\n render() {\n const { children } = this.props;\n const { isMounted } = this.state;\n return this.portalNode && isMounted ? createPortal(children, this.portalNode) : null;\n }\n}\n//# sourceMappingURL=Portal.js.map","import styled from 'styled-components';\nexport const PopoverDialog = styled.dialog.withConfig({ displayName: \"vui--PopoverDialog\", componentId: \"vui--kmoo2l\" }) `z-index:${({ zIndex }) => zIndex + 1};padding:0;margin:0;border:none;background:transparent;`;\nexport const Backdrop = styled.div.withConfig({ displayName: \"vui--Backdrop\", componentId: \"vui--9esryp\" }) `position:fixed;top:0;right:0;bottom:0;left:0;z-index:${({ zIndex }) => zIndex};`;\n//# sourceMappingURL=styled.js.map","export const buildClassnames = (names) => names.filter(Boolean).join(' ');\n//# sourceMappingURL=buildClassnames.js.map","/**\n * A function to convert hex color to rgb.\n */\nexport const hexToRgb = (hex) => {\n const shorthandRegex = /^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;\n const hexTmp = hex.replace(shorthandRegex, (m, r, g, b) => r + r + g + g + b + b);\n const result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hexTmp);\n return result\n ? {\n r: parseInt(result[1], 16),\n g: parseInt(result[2], 16),\n b: parseInt(result[3], 16),\n }\n : null;\n};\n/**\n * A function to get a hex color with opacity, after converting to `rgba`.\n * @param hex color in hex format\n */\nexport const getOpaqueHexColor = (hex, opacity) => {\n const rgb = hexToRgb(hex);\n if (!rgb)\n return hex;\n return `rgba(${rgb.r}, ${rgb.g}, ${rgb.b}, ${opacity})`;\n};\n//# sourceMappingURL=color.js.map","export const defaultAllowedHostnames = ['app.veeqo.com'];\n/**\n * Check if a URL/path string is an external link\n * @param {string} urlOrPath - URL or path\n * @param {string[]} allowedHostnames - List of allowed hostnames - default: ['app.veeqo.com']\n\n * @returns {Boolean}\n */\nexport function isExternalLink(urlOrPath, allowedHostnames = defaultAllowedHostnames) {\n // Check if the string starts with 'http://' or 'https://'\n if (urlOrPath.startsWith('http://') || urlOrPath.startsWith('https://')) {\n const { hostname: urlHostname } = new URL(urlOrPath);\n // Compare the hostname to a list of allowed hostnames\n return !allowedHostnames.some((hostname) => urlHostname.toLowerCase() === hostname.toLowerCase());\n }\n // Check if the string starts with '//'\n if (urlOrPath.startsWith('//')) {\n const { hostname } = new URL(`http:${urlOrPath}`);\n // Compare the hostname to a list of allowed hostnames (case-insensitive)\n return !allowedHostnames.some((allowedHostname) => hostname.toLowerCase() === allowedHostname.toLowerCase());\n }\n // It's a partial path, consider it internal\n return false;\n}\n//# sourceMappingURL=isExternalLink.js.map","/* eslint-disable no-console */\n/* eslint-disable consistent-return */\nimport { useEffect } from 'react';\n/**\n * Update the anchor element to sent the required attributes if they haven't already set them.\n *\n * This allows current, inaccesible usages to be improved.\n */\nexport const useUpdateAriaAnchor = ({ anchorElement, popoverId }) => {\n useEffect(() => {\n if (!anchorElement)\n return;\n // Try and set aria-expanded on the anchor.\n try {\n if (!anchorElement.hasAttribute('aria-expanded')) {\n console.warn('Popover - aria-expanded not set on anchor element.', anchorElement);\n anchorElement.setAttribute('aria-expanded', 'true');\n }\n }\n catch (_) {\n console.warn(`Unable to update aria-expanded for popover anchor to: ${true}`);\n }\n // Try and set aria controls, unless it already exists.\n try {\n if (!anchorElement.hasAttribute('aria-controls')) {\n console.warn('Popover - aria-controls not set on anchor element.', anchorElement);\n anchorElement.setAttribute('aria-controls', popoverId);\n }\n }\n catch (_) {\n console.warn(`Unable to set aria-controls for popover id: ${popoverId}`);\n }\n // Try and set aria-haspopup, unless it already exists.\n try {\n if (!anchorElement.hasAttribute('aria-haspopup')) {\n console.warn('Popover - aria-haspopup not set on anchor element.', anchorElement);\n anchorElement.setAttribute('aria-haspopup', 'dialog');\n }\n }\n catch (_) {\n console.warn(`Unable to set aria-haspopup for popover id: ${popoverId}`);\n }\n // On unmount set aria-expanded to false\n return () => {\n try {\n anchorElement.setAttribute('aria-expanded', 'false');\n }\n catch (_) {\n console.warn(`Unable to update aria-expanded for popover anchor to: ${false}`);\n }\n };\n }, [anchorElement, popoverId]);\n};\n//# sourceMappingURL=useUpdateAriaAnchor.js.map","import { useEffect } from 'react';\nconst TABBABLE_SELECTORS = 'input:not([disabled]), summary:not([disabled]), a[href]:not([disabled]), button:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex=\"-1\"]):not([disabled])';\nexport const useHandleFocus = ({ popperElement, anchorElement, onClose, disableFocusLock = false, }) => {\n /**\n * Focuses first element, when this gets rendered for the first time.\n */\n useEffect(() => {\n if (!popperElement || disableFocusLock)\n return;\n const focusableElements = popperElement.querySelectorAll(TABBABLE_SELECTORS);\n if (focusableElements.length < 1)\n return;\n setTimeout(() => {\n focusableElements[0].focus();\n }, 0);\n }, [popperElement, disableFocusLock]);\n /**\n * Sets up tabbing into the popover.\n *\n * When the popover is open (pre-requisite for this being ran), and the user clicks `TAB`\n * then the tab should move **into** the popover, instead of the natural tab order.\n */\n useEffect(() => {\n if (!popperElement || !popperElement)\n return;\n const focusWithinPopper = (event) => {\n if (event.key === 'Tab' && !event.shiftKey) {\n const focusableElements = popperElement.querySelectorAll(TABBABLE_SELECTORS);\n // When nothing is focusable within the popover, close popover and allow natural tab order.\n if (focusableElements.length < 1) {\n onClose();\n return;\n }\n focusableElements[0].focus();\n event.stopPropagation();\n event.preventDefault();\n }\n };\n // When tab occurs on ref focus, if focusable elements in popover focus first.\n anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.addEventListener('keydown', focusWithinPopper);\n // eslint-disable-next-line consistent-return\n return () => anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.removeEventListener('keydown', focusWithinPopper);\n }, [anchorElement, popperElement, onClose]);\n /**\n * Creates focus trap within the popover itself. Stopping users tabbing back to outside the\n * popover, or forward past the last scrollable element within.\n */\n const handleFocusTrap = (event) => {\n const focusableElements = popperElement.querySelectorAll(TABBABLE_SELECTORS);\n const firstElement = focusableElements[0];\n const lastElement = focusableElements[focusableElements.length - 1];\n // If shift tabbing (BACK) and on the first element, loop to last element.\n if (event.shiftKey && document.activeElement === firstElement) {\n event.preventDefault();\n lastElement.focus();\n // If tabbing (FORWARD) and on the last element, loop to first element.\n }\n else if (!event.shiftKey && document.activeElement === lastElement) {\n event.preventDefault();\n firstElement.focus();\n }\n };\n const handleKeyDown = (event) => {\n if (!popperElement)\n return;\n // Handle escape\n if (event.key === 'Escape') {\n onClose();\n // Check we should enforce focus trap.\n }\n else if (!disableFocusLock && event.key === 'Tab') {\n handleFocusTrap(event);\n }\n };\n return {\n handleKeyDown,\n };\n};\n//# sourceMappingURL=useHandleFocus.js.map","import { __rest } from \"tslib\";\n/* eslint-disable consistent-return */\nimport React, { useState, useEffect, useMemo } from 'react';\nimport { usePopper } from 'react-popper';\nimport ResizeObserver from 'resize-observer-polyfill';\nimport { Portal } from '../Portal';\nimport { theme } from '../../theme';\nimport { PopoverDialog, Backdrop } from './styled';\nimport { generateId } from '../../utils';\nimport { useUpdateAriaAnchor } from './hooks/useUpdateAriaAnchor';\nimport { useHandleFocus } from './hooks/useHandleFocus';\nexport const Popover = (_a) => {\n var { id: passedId, children, zIndex = theme.layers.popup, placement = 'bottom', anchorElement, rootElementRef, onShouldClose, style, disableFocusLock, removeBackdrop = false, useAnchorWidth } = _a, dialogProps = __rest(_a, [\"id\", \"children\", \"zIndex\", \"placement\", \"anchorElement\", \"rootElementRef\", \"onShouldClose\", \"style\", \"disableFocusLock\", \"removeBackdrop\", \"useAnchorWidth\"]);\n // Set up PopperJS\n const [popperElement, setPopperElement] = useState(null);\n const { styles, attributes, update } = usePopper(anchorElement, popperElement, { placement });\n // Setup popover id to use passed, or generate its' own.\n const id = useMemo(() => passedId || generateId('popover'), [passedId]);\n // Check and update aria for anchor, only works once this has rendered for the first time though.\n useUpdateAriaAnchor({ anchorElement, popoverId: id });\n const onClose = () => {\n anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.focus();\n onShouldClose === null || onShouldClose === void 0 ? void 0 : onShouldClose();\n };\n const { handleKeyDown } = useHandleFocus({\n popperElement,\n anchorElement,\n onClose,\n disableFocusLock,\n });\n /**\n * When content size is changed, force popper update\n */\n useEffect(() => {\n if (!update || !popperElement)\n return;\n const resizeObserver = new ResizeObserver(update);\n resizeObserver.observe(popperElement);\n return () => resizeObserver.disconnect();\n }, [update, popperElement]);\n /**\n * When window is resized, force popper update\n */\n useEffect(() => {\n if (!update)\n return;\n window.addEventListener('resize', update);\n return () => window.removeEventListener('resize', update);\n }, [update]);\n return (React.createElement(Portal, { rootElementRef: rootElementRef },\n !removeBackdrop && (React.createElement(Backdrop, { onClick: onClose, zIndex: zIndex, \"data-testid\": \"popover-backdrop\" })),\n React.createElement(PopoverDialog, Object.assign({ open: true, id: id, zIndex: zIndex, ref: setPopperElement, style: Object.assign(Object.assign(Object.assign({}, styles.popper), style), (useAnchorWidth ? { minWidth: anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.clientWidth } : {})), onKeyDown: handleKeyDown }, attributes.popper, dialogProps), children)));\n};\n//# sourceMappingURL=Popover.js.map","import { __rest } from \"tslib\";\nimport React, { useEffect } from 'react';\nimport { AnimatePresence } from 'framer-motion';\nimport { DropdownContainer } from './styled';\nimport { Popover } from '../Popover';\nexport const DropdownPopover = (_a) => {\n var { id, children, className, style, reversed, anchorElement, useAnchorWidth, onShouldClose } = _a, popoverProps = __rest(_a, [\"id\", \"children\", \"className\", \"style\", \"reversed\", \"anchorElement\", \"useAnchorWidth\", \"onShouldClose\"]);\n useEffect(() => () => anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.focus(), [anchorElement]); // Re-focus anchor when closed.\n return (React.createElement(Popover, Object.assign({ id: id, \"data-testid\": id, anchorElement: anchorElement, onShouldClose: onShouldClose, useAnchorWidth: useAnchorWidth, placement: \"bottom-start\" }, popoverProps),\n React.createElement(AnimatePresence, null,\n React.createElement(DropdownContainer, { className: className, style: style, useAnchorWidth: useAnchorWidth, reversed: reversed, initial: { opacity: 0, y: -6 }, animate: { opacity: 1, y: 0 }, exit: { opacity: 0, y: -6 }, transition: { duration: 0.2 } }, children))));\n};\n//# sourceMappingURL=DropdownPopover.js.map","import { __rest } from \"tslib\";\nimport React, { useRef } from 'react';\nimport { Button } from '../Button';\nimport { DropdownPopover } from './DropdownPopover';\nexport const Dropdown = (_a) => {\n var { id, shouldShow, setShouldShow, ctaIconSlot, ctaProps } = _a, dropdownProps = __rest(_a, [\"id\", \"shouldShow\", \"setShouldShow\", \"ctaIconSlot\", \"ctaProps\"]);\n const anchorRef = useRef(null);\n return (React.createElement(React.Fragment, null,\n React.createElement(Button, Object.assign({ ref: anchorRef, \"aria-haspopup\": \"dialog\", \"aria-expanded\": shouldShow, \"aria-controls\": id, onClick: () => setShouldShow === null || setShouldShow === void 0 ? void 0 : setShouldShow(!shouldShow), icon: ctaIconSlot, dropdown: true }, ctaProps)),\n shouldShow && (React.createElement(DropdownPopover, Object.assign({ id: id, anchorElement: anchorRef.current, onShouldClose: () => setShouldShow === null || setShouldShow === void 0 ? void 0 : setShouldShow(false) }, dropdownProps)))));\n};\n//# sourceMappingURL=Dropdown.js.map","import { useCallback, useEffect, useRef } from 'react';\n/**\n * Close a menu or modal by clicking out of it\n */\nexport const useClickOutside = (isOpen, onClose) => {\n const ref = useRef(null);\n const escapeListener = useCallback((e) => {\n if (e.key === 'Escape') {\n onClose === null || onClose === void 0 ? void 0 : onClose();\n }\n }, [onClose]);\n const clickListener = useCallback((e) => {\n if (!ref.current.contains(e.target)) {\n onClose === null || onClose === void 0 ? void 0 : onClose();\n }\n }, [onClose]);\n useEffect(() => {\n if (isOpen) {\n document.addEventListener('click', clickListener);\n document.addEventListener('keyup', escapeListener);\n return () => {\n document.removeEventListener('click', clickListener);\n document.removeEventListener('keyup', escapeListener);\n };\n }\n return undefined;\n }, [clickListener, escapeListener, isOpen]);\n return ref;\n};\n//# sourceMappingURL=useClickOutside.js.map","import { useState, useEffect } from 'react';\nexport const useDebounce = (value, timeout) => {\n const [state, setState] = useState(value);\n useEffect(() => {\n // Set timeout to run after delay\n const handler = setTimeout(() => setState(value), timeout);\n // clear the setTimeout listener on unMount\n return () => clearTimeout(handler);\n }, [value, timeout]);\n return state;\n};\n//# sourceMappingURL=useDebounce.js.map","import { useState, useCallback } from 'react';\nexport const useDropdown = ({ anchorElement } = {}) => {\n const [shouldShowDropdown, setShouldShowDropdown] = useState(false);\n const toggleShouldShowDropdown = useCallback(() => setShouldShowDropdown(!shouldShowDropdown), [shouldShowDropdown, setShouldShowDropdown]);\n const closeDropdown = useCallback(() => {\n setShouldShowDropdown(false);\n // Refocus anchor element after closing dropdown.\n setTimeout(() => {\n anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.focus();\n }, 0);\n }, [setShouldShowDropdown, anchorElement]);\n return {\n shouldShowDropdown,\n toggleShouldShowDropdown,\n setShouldShowDropdown,\n closeDropdown,\n };\n};\n//# sourceMappingURL=useDropdown.js.map","import React, { useEffect, useState } from 'react';\n// A React hook based on: https://github.com/WICG/focus-visible\nexport const FocusVisibleContext = React.createContext({\n hadKeyboardEvent: true,\n isInitialized: false,\n});\nexport function FocusVisibleManager({ children }) {\n const [hadKeyboardEvent, setHadKeyboardEvent] = useState(true);\n useEffect(() => {\n function onPointerDown() {\n setHadKeyboardEvent(false);\n }\n /**\n * When the polfyill first loads, assume the user is in keyboard modality.\n * If any event is received from a pointing device (e.g. mouse, pointer,\n * touch), turn off keyboard modality.\n * This accounts for situations where focus enters the page from the URL bar.\n * @param {Event} e\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n function onInitialPointerMove(e) {\n // Work around a Safari quirk that fires a mousemove on <html> whenever the\n // window blurs, even if you're tabbing out of the page. ¯\\_(ツ)_/¯\n if (e.target.nodeName && e.target.nodeName.toLowerCase() === 'html') {\n return;\n }\n setHadKeyboardEvent(false);\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n removeInitialPointerMoveListeners();\n }\n /**\n * Add a group of listeners to detect usage of any pointing devices.\n * These listeners will be added when the polyfill first loads, and anytime\n * the window is blurred, so that they are active when the window regains\n * focus.\n */\n function addInitialPointerMoveListeners() {\n document.addEventListener('mousemove', onInitialPointerMove);\n document.addEventListener('mousedown', onInitialPointerMove);\n document.addEventListener('mouseup', onInitialPointerMove);\n document.addEventListener('pointermove', onInitialPointerMove);\n document.addEventListener('pointerdown', onInitialPointerMove);\n document.addEventListener('pointerup', onInitialPointerMove);\n document.addEventListener('touchmove', onInitialPointerMove);\n document.addEventListener('touchstart', onInitialPointerMove);\n document.addEventListener('touchend', onInitialPointerMove);\n }\n function removeInitialPointerMoveListeners() {\n document.removeEventListener('mousemove', onInitialPointerMove);\n document.removeEventListener('mousedown', onInitialPointerMove);\n document.removeEventListener('mouseup', onInitialPointerMove);\n document.removeEventListener('pointermove', onInitialPointerMove);\n document.removeEventListener('pointerdown', onInitialPointerMove);\n document.removeEventListener('pointerup', onInitialPointerMove);\n document.removeEventListener('touchmove', onInitialPointerMove);\n document.removeEventListener('touchstart', onInitialPointerMove);\n document.removeEventListener('touchend', onInitialPointerMove);\n }\n /**\n * If the most recent user interaction was via the keyboard;\n * and the key press did not include a meta, alt/option, or control key;\n * then the modality is keyboard. Otherwise, the modality is not keyboard.\n * Apply `focus-visible` to any current active element and keep track\n * of our keyboard modality state with `hadKeyboardEvent`.\n * @param {KeyboardEvent} e\n */\n function onKeyDown(e) {\n if (e.metaKey || e.altKey || e.ctrlKey) {\n return;\n }\n setHadKeyboardEvent(true);\n }\n /**\n * If the user changes tabs, keep track of whether or not the previously\n * focused element had .focus-visible.\n * @param {Event} e\n */\n function onVisibilityChange() {\n if (document.visibilityState === 'hidden') {\n // If the tab becomes active again, the browser will handle calling focus\n // on the element (Safari actually calls it twice).\n // If this tab change caused a blur on an element with focus-visible,\n // re-apply the class when the user switches back to the tab.\n setHadKeyboardEvent(true);\n addInitialPointerMoveListeners();\n }\n }\n // For some kinds of state, we are interested in changes at the global scope\n // only. For example, global pointer input, global key presses and global\n // visibility change should affect the state at every scope:\n document.addEventListener('keydown', onKeyDown, true);\n document.addEventListener('mousedown', onPointerDown, true);\n document.addEventListener('pointerdown', onPointerDown, true);\n document.addEventListener('touchstart', onPointerDown, true);\n document.addEventListener('visibilitychange', onVisibilityChange, true);\n addInitialPointerMoveListeners();\n return () => {\n document.removeEventListener('keydown', onKeyDown, true);\n document.removeEventListener('mousedown', onPointerDown, true);\n document.removeEventListener('pointerdown', onPointerDown, true);\n document.removeEventListener('touchstart', onPointerDown, true);\n document.removeEventListener('visibilitychange', onVisibilityChange, true);\n removeInitialPointerMoveListeners();\n };\n }, [setHadKeyboardEvent]);\n return (\n // eslint-disable-next-line react/jsx-no-constructed-context-values\n React.createElement(FocusVisibleContext.Provider, { value: { hadKeyboardEvent, isInitialized: true } }, children));\n}\nexport function useFocusVisible() {\n const [isFocused, setIsFocused] = React.useState(false);\n const { hadKeyboardEvent, isInitialized } = React.useContext(FocusVisibleContext);\n const onFocus = React.useCallback(() => {\n if (!isFocused)\n setIsFocused(true);\n }, [isFocused]);\n const onBlur = React.useCallback(() => {\n if (isFocused)\n setIsFocused(false);\n }, [isFocused]);\n let focusVisible;\n if (isInitialized) {\n focusVisible = hadKeyboardEvent && isFocused;\n }\n else {\n // Fallback to focused when the `FocusVisibleManager` is not used.\n focusVisible = isFocused;\n }\n return React.useMemo(() => ({\n focusVisible,\n onFocus,\n onBlur,\n }), [focusVisible, onBlur, onFocus]);\n}\n//# sourceMappingURL=useFocusVisible.js.map","import { useState, useCallback } from 'react';\nexport const useHover = (initialState = false) => {\n const [isHovered, setIsHovered] = useState(initialState);\n const handleEnter = useCallback(() => setIsHovered(true), [setIsHovered]);\n const handleLeave = useCallback(() => setIsHovered(false), [setIsHovered]);\n return [isHovered, handleEnter, handleLeave];\n};\n//# sourceMappingURL=useHover.js.map","import { useEffect, useState } from 'react';\n/**\n * A hook to check if a component's contents are overflowing from its boundaries\n * (scrollbar is visible).\n */\nexport const useIsOverflowing = (ref) => {\n const [isOverflowing, setIsOverflowing] = useState(false);\n const [isAtBottom, setIsAtBottom] = useState(false);\n useEffect(() => {\n if (!ref)\n return;\n const resizeObserver = new ResizeObserver(() => {\n const hasOverflow = ref.scrollHeight > ref.clientHeight;\n setIsOverflowing(hasOverflow);\n });\n resizeObserver.observe(ref);\n // eslint-disable-next-line consistent-return\n return () => { resizeObserver.disconnect(); };\n }, [ref]);\n const onScroll = (event) => {\n if (!ref)\n return;\n const { scrollTop, scrollHeight, clientHeight } = event.target;\n setIsAtBottom(scrollHeight - scrollTop - clientHeight <= 0);\n };\n return { isOverflowing: isOverflowing && !isAtBottom, onScroll };\n};\n//# sourceMappingURL=useIsOverflowing.js.map","import { useState } from 'react';\nexport const useTabs = (tabs, config) => {\n const { defaultActiveIndex = 0 } = config || {};\n const [listOfTabs] = useState(tabs);\n const [active, setActive] = useState(listOfTabs[defaultActiveIndex]);\n return [\n active,\n (key) => {\n const newActiveTab = listOfTabs.find((tab) => tab.key === key);\n if (newActiveTab) {\n setActive(newActiveTab);\n }\n },\n ];\n};\n//# sourceMappingURL=useTabs.js.map","import { useMemo } from 'react';\nimport { generateId } from '../utils';\nexport const useId = ({ id, prefix }) => useMemo(() => id || generateId(prefix), [id, prefix]);\n//# sourceMappingURL=useId.js.map","export const getTextStyles = (textTheme) => `\n font-family: ${textTheme.fontFamily};\n font-style: ${textTheme.fontStyle};\n font-weight: ${textTheme.fontWeight};\n font-size: ${textTheme.fontSize};\n line-height: ${textTheme.lineHeight};\n color: ${textTheme.color};\n text-decoration: ${textTheme.textDecoration};\n letter-spacing: ${textTheme.letterSpacing};\n`;\n//# sourceMappingURL=utils.js.map","import { MenuItem as AriaMenuItem, Section as AriaSection } from 'react-aria-components';\nimport styled from 'styled-components';\nimport { theme } from '../../theme';\nimport { getTextStyles } from '../RangeCalendar/components/utils';\nexport const MenuItem = styled(AriaMenuItem).withConfig({ displayName: \"vui--MenuItem\", componentId: \"vui--1vhrzmz\" }) `display:grid;grid-template-areas:'label''description';cursor:pointer;margin:${theme.sizes.xs};padding:${theme.sizes.sm};border-radius:${theme.radius.base};outline:0;&:is(a){${getTextStyles(theme.text.link)}}&:is(div){${getTextStyles(theme.text.body)}}white-space:nowrap;&[data-focused]{color:${theme.colors.secondary.blue.base};box-shadow:0 0 0 4px ${theme.colors.secondary.blue.light};}&[data-hovered]{background-color:${theme.colors.neutral.grey.light};}&[data-disabled]{cursor:not-allowed;background-color:${theme.colors.neutral.grey.lightest};color:${theme.colors.neutral.ink.light};}[slot='label']{grid-area:label;}[slot='description']{grid-area:description;color:${theme.colors.neutral.ink.light};font-size:12px;}`;\nexport const Section = styled(AriaSection).withConfig({ displayName: \"vui--Section\", componentId: \"vui--1lpesff\" }) `&:not(:first-child){margin-top:0.5rem;border-top:1px solid ${theme.colors.neutral.grey.base};padding-top:0.5rem;}`;\n//# sourceMappingURL=styled.js.map","import React, { useState } from 'react';\nimport { Menu, Text } from 'react-aria-components';\nimport { Dropdown } from '../Dropdown';\nimport { useId } from '../../hooks';\nimport { MenuItem, Section } from './styled';\nexport const ActionMenu = ({ id, menuLabel, ctaProps, actions, children }) => {\n var _a;\n const [shouldShow, setShouldShow] = useState(false);\n const idComputed = useId({ id, prefix: 'action-menu' });\n const onKeyDown = (e) => {\n if (e.code === 'Escape' || e.code === 'Tab')\n setShouldShow(false);\n e.preventDefault();\n };\n return (React.createElement(Dropdown, { id: idComputed, style: { padding: '0' }, shouldShow: shouldShow, setShouldShow: setShouldShow, ctaProps: Object.assign({ size: 'sm' }, ctaProps), useAnchorWidth: true, onKeyDown: onKeyDown },\n React.createElement(Menu, { onClose: () => setShouldShow(false), \"aria-label\": menuLabel || ((_a = ctaProps.children) === null || _a === void 0 ? void 0 : _a.toString()) }, actions === null || actions === void 0 ? void 0 :\n actions.map((action) => {\n var _a;\n return (React.createElement(MenuItem, Object.assign({}, action, { key: action.id || ((_a = action.children) === null || _a === void 0 ? void 0 : _a.toString()) })));\n }),\n children)));\n};\nActionMenu.Item = MenuItem;\nActionMenu.Section = Section;\nActionMenu.Text = Text;\n//# sourceMappingURL=ActionMenu.js.map","export var Alignments;\n(function (Alignments) {\n Alignments[\"start\"] = \"flex-start\";\n Alignments[\"center\"] = \"center\";\n Alignments[\"end\"] = \"flex-end\";\n Alignments[\"stretch\"] = \"stretch\";\n Alignments[\"between\"] = \"space-between\";\n Alignments[\"around\"] = \"space-around\";\n})(Alignments || (Alignments = {}));\n//# sourceMappingURL=Alignments.js.map","import styled from 'styled-components';\nimport { Alignments } from './Alignments';\nimport { theme } from '../../theme';\n/**\n * Layout component.\n */\nexport const Stack = styled.div.withConfig({ displayName: \"vui--Stack\", componentId: \"vui--1mxdupo\" }) `display:flex;${(props) => {\n const { direction = 'vertical', alignX = 'start', alignY = 'start', spacing = 'base' } = props;\n let alignItems;\n let justifyContent;\n let flexDirection;\n let itemFlex;\n let marginTop = '';\n let marginLeft = '';\n if (direction === 'vertical') {\n alignItems = alignX && Alignments[alignX];\n justifyContent = alignY && Alignments[alignY];\n marginTop = theme.sizes[spacing];\n flexDirection = 'column';\n }\n else {\n alignItems = alignY && Alignments[alignY];\n justifyContent = alignX && Alignments[alignX];\n marginLeft = theme.sizes[spacing];\n flexDirection = 'row';\n }\n // These options result in 'justify-content: stretch' which doesn't exist,\n // so instead we set the flex of child elements\n if ((direction === 'vertical' && alignY === 'stretch') ||\n (direction === 'horizontal' && alignX === 'stretch')) {\n itemFlex = 1;\n }\n return `\n align-items: ${alignItems};\n justify-content: ${justifyContent};\n flex-direction: ${flexDirection};\n\n & > * {\n flex: ${itemFlex};\n }\n\n & > * + * {\n margin-top: ${marginTop};\n margin-left: ${marginLeft};\n }\n `;\n}}`;\nStack.displayName = 'Stack';\n//# sourceMappingURL=Stack.js.map","import styled from 'styled-components';\nimport { Stack } from '../Stack';\nimport { theme } from '../../theme';\nexport const AlertContainer = styled(Stack).attrs({\n direction: 'horizontal',\n alignX: 'between',\n alignY: 'top',\n spacing: 0,\n}).withConfig({ displayName: \"vui--AlertContainer\", componentId: \"vui--u8ngai\" }) `border:1px solid ${({ colours: { primary } }) => primary};border-radius:${theme.radius.base};background-color:${({ colours: { background } }) => background};`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nexport const AttentionIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11 15H13V17H11V15ZM11 7H13V13H11V7ZM11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=AttentionIcon.js.map","import React from 'react';\nexport const HelpIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11 18H13V16H11V18ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=HelpIcon.js.map","import React from 'react';\nexport const InfoIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z\", fill: \"currentColor\" }),\n React.createElement(\"circle\", { cx: \"12\", cy: \"7\", r: \"1\", fill: \"currentColor\" }),\n React.createElement(\"path\", { d: \"M10 16H11V11H10V10H13V16H14V17H10V16Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=InfoIcon.js.map","import React from 'react';\nexport const SuccessIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM14.7708 8L10.0856 13.2468L8.22925 11.1679L7 12.5445L10.0856 16L16 9.37661L14.7708 8ZM20.1818 12C20.1818 16.5187 16.5187 20.1818 12 20.1818C7.48131 20.1818 3.81818 16.5187 3.81818 12C3.81818 7.48131 7.48131 3.81818 12 3.81818C16.5187 3.81818 20.1818 7.48131 20.1818 12Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=SuccessIcon.js.map","import { AttentionIcon } from '../../tempIcons/AttentionIcon';\nimport { HelpIcon } from '../../tempIcons/HelpIcon';\nimport { InfoIcon } from '../../tempIcons/InfoIcon';\nimport { RecommendIcon } from '../../tempIcons/RecommendIcon';\nimport { SuccessIcon } from '../../tempIcons/SuccessIcon';\nimport { WarningIcon } from '../../tempIcons/WarningIcon';\nimport { theme } from '../../theme';\nexport const SpacingMap = {\n base: theme.sizes.base,\n sm: theme.sizes[3],\n xs: theme.sizes.sm,\n};\nexport const IconSizeMap = {\n base: theme.sizes.md,\n sm: theme.sizes[5],\n xs: theme.sizes[5],\n};\nexport const IconMap = {\n default: InfoIcon,\n error: AttentionIcon,\n success: SuccessIcon,\n info: HelpIcon,\n warning: WarningIcon,\n recommend: RecommendIcon,\n};\nexport const ColourMap = {\n default: {\n primary: theme.colors.neutral.ink.base,\n background: theme.colors.neutral.grey.lightest,\n },\n error: {\n primary: theme.colors.secondary.red.base,\n background: theme.colors.secondary.red.lightest,\n },\n success: {\n primary: theme.colors.secondary.green.base,\n background: theme.colors.secondary.green.lightest,\n },\n info: {\n primary: theme.colors.secondary.blue.base,\n background: theme.colors.secondary.blue.lightest,\n },\n warning: {\n primary: theme.colors.secondary.orange.base,\n background: theme.colors.secondary.orange.lightest,\n },\n recommend: {\n primary: theme.colors.secondary.purple.dark,\n background: theme.colors.secondary.purple.lightest,\n },\n};\n//# sourceMappingURL=constants.js.map","import React from 'react';\nexport const WarningIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M0 0h24v24H0z\", fill: \"none\" }),\n React.createElement(\"path\", { d: \"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z\" })));\n//# sourceMappingURL=WarningIcon.js.map","import React from 'react';\nexport const RecommendIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 22 22\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M18 8L19.25 5.25L22 4L19.25 2.75L18 0L16.75 2.75L14 4L16.75 5.25L18 8Z\", fill: \"#694090\" }),\n React.createElement(\"path\", { d: \"M18 14L16.75 16.75L14 18L16.75 19.25L18 22L19.25 19.25L22 18L19.25 16.75L18 14Z\", fill: \"#694090\" }),\n React.createElement(\"path\", { d: \"M10.5 8.5L8 3L5.5 8.5L0 11L5.5 13.5L8 19L10.5 13.5L16 11L10.5 8.5ZM8.99 11.99L8 14.17L7.01 11.99L4.83 11L7.01 10.01L8 7.83L8.99 10.01L11.17 11L8.99 11.99Z\", fill: \"#694090\" })));\n//# sourceMappingURL=RecommendIcon.js.map","import { __rest } from \"tslib\";\n/* eslint-disable react/destructuring-assignment */\nimport React from 'react';\nimport { AlertContainer } from './styled';\nimport { ColourMap, IconMap, IconSizeMap, SpacingMap } from './constants';\nimport { Text } from '../Text';\nimport { theme } from '../../theme';\nimport { Stack } from '../Stack';\nimport { Button } from '../Button';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nexport const Alert = (_a) => {\n var { size = 'base', variant = 'default', colours: passedColours, rightActions, title, titleSlot, message, children, iconSlot, onClickClose } = _a, divProps = __rest(_a, [\"size\", \"variant\", \"colours\", \"rightActions\", \"title\", \"titleSlot\", \"message\", \"children\", \"iconSlot\", \"onClickClose\"]);\n const colours = passedColours !== null && passedColours !== void 0 ? passedColours : ColourMap[variant];\n const IconSlot = iconSlot || IconMap[variant];\n const isXsSize = size === 'xs';\n return (React.createElement(AlertContainer, Object.assign({ colours: colours, direction: \"horizontal\", alignX: \"between\", spacing: \"0\" }, divProps),\n React.createElement(Stack, { direction: \"horizontal\", alignY: isXsSize ? 'center' : 'start', style: { margin: SpacingMap[size], gap: SpacingMap[size] }, spacing: 0 },\n React.createElement(IconSlot, { \"aria-hidden\": true, style: {\n minWidth: IconSizeMap[size],\n minHeight: IconSizeMap[size],\n width: IconSizeMap[size],\n height: IconSizeMap[size],\n }, color: colours.primary }),\n React.createElement(Stack, { direction: \"vertical\", spacing: isXsSize ? 0 : 'xs' },\n titleSlot || (React.createElement(Text, { variant: isXsSize ? 'bodySmallBold' : 'bodyBold', style: size === 'base' ? { lineHeight: '24px' } : {} }, title)),\n children || React.createElement(Text, { variant: isXsSize ? 'bodySmall' : 'body' }, message))),\n React.createElement(Stack, { direction: \"horizontal\", alignX: \"end\", spacing: 0, style: {\n margin: isXsSize ? undefined : theme.sizes[3],\n gap: isXsSize ? undefined : SpacingMap[size],\n alignItems: 'center',\n } },\n rightActions && (React.createElement(Stack, { alignY: \"center\", spacing: 0, style: { gap: SpacingMap[size] } }, rightActions.map((_a) => {\n var { label } = _a, actionProps = __rest(_a, [\"label\"]);\n return (React.createElement(Button, Object.assign({ key: label, type: \"button\", size: \"sm\" }, actionProps), label));\n }))),\n onClickClose && (React.createElement(Stack, { alignY: isXsSize ? 'center' : 'start', style: { height: '100%', padding: isXsSize ? theme.sizes.xs : undefined } },\n React.createElement(Button, { variant: \"flat\", icon: React.createElement(CrossIcon, null), onClick: onClickClose, \"aria-label\": \"Close\", size: \"sm\" }))))));\n};\n//# sourceMappingURL=Alert.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nexport const CommonAnchor = styled.a.withConfig({ displayName: \"vui--CommonAnchor\", componentId: \"vui--14i39s8\" }) `box-sizing:border-box;display:inline-flex;margin:0;padding:0;font-family:${theme.text.link.fontFamily};font-style:${theme.text.link.fontStyle};font-weight:${theme.text.link.fontWeight};font-size:${theme.text.link.fontSize};line-height:${theme.text.link.lineHeight};color:${theme.colors.secondary.blue.base};text-decoration:${theme.text.link.textDecoration};&:hover{color:${theme.colors.secondary.blue.dark};}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { CommonAnchor } from './styled';\nimport { defaultAllowedHostnames, isExternalLink } from '../../utils/isExternalLink';\nexport const Anchor = (_a) => {\n var { children, href, rel, allowedHostnames = defaultAllowedHostnames } = _a, props = __rest(_a, [\"children\", \"href\", \"rel\", \"allowedHostnames\"]);\n // Determine if the link is external based on the allowed hostnames\n const isExternal = isExternalLink(href, allowedHostnames);\n // Set default rel property for external links\n const setDefaultRelValue = rel || (isExternal ? 'noopener noreferrer' : undefined);\n return (React.createElement(CommonAnchor, Object.assign({ href: href, rel: setDefaultRelValue }, props), children));\n};\n//# sourceMappingURL=Anchor.js.map","import styled from 'styled-components';\nimport { BaseContainer } from '../../BaseContainer/BaseContainer';\nexport const Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--r1m0qe\" }) `display:inline-flex;background-color:#ffffff;box-shadow:1px 4px 15px rgba(27, 33, 38, 0.25);border-radius:4px;overflow:hidden;`;\n//# sourceMappingURL=styled.js.map","import React, { forwardRef } from 'react';\nimport { Container } from './styled';\nexport const BasicDropdown = forwardRef((props, ref) => {\n const { children, className, role } = props;\n return (React.createElement(Container, { className: className, ref: ref, role: role }, children));\n});\n//# sourceMappingURL=BasicDropdown.js.map","import styled from 'styled-components';\nimport { BasicDropdown } from './components/BasicDropdown';\nimport { BaseContainer as BasicContainer } from '../BaseContainer/BaseContainer';\nimport { theme } from '../../theme';\nconst Container = styled(BasicContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--q4276w\" }) `display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;`;\nconst Wrap = styled(BasicContainer).withConfig({ displayName: \"vui--Wrap\", componentId: \"vui--cfebb1\" }) `display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-width:100%;`;\nconst Dropdown = styled(BasicDropdown).withConfig({ displayName: \"vui--Dropdown\", componentId: \"vui--u4w0zl\" }) `flex-direction:column;position:absolute;z-index:${theme.layers.popup};${(props) => (props.reversed ? 'bottom: 8px;' : 'top: 6px;')} &.dropdown-enter{opacity:0;transform:translateY(-6px);}&.dropdown-enter-active{opacity:1;transition:all 200ms;transform:translateY(0px);}&.dropdown-exit{opacity:1;transform:translateY(0px);}&.dropdown-exit-active{opacity:0;transition:all 200ms;transform:translateY(-6px);}`;\nexport { Wrap, Dropdown, Container };\n//# sourceMappingURL=styled.js.map","import React, { useRef } from 'react';\nimport { CSSTransition } from 'react-transition-group';\nimport { Wrap, Dropdown, Container } from './styled';\nimport { useClickAway } from './hooks/useClickAway';\nexport const AnimatedDropdown = ({ cta, shouldShowDropdown, children, className = 'animated-dropdown', reversed = false, onClickAway = () => { }, timeout = 350, transitionClassnames = 'dropdown', onClick, onMouseEnter, onMouseLeave, }) => {\n const dropdownRef = useRef(null);\n useClickAway(dropdownRef, (event) => {\n if (shouldShowDropdown) {\n onClickAway(event);\n }\n });\n return (React.createElement(Container, { className: `${className}-container ${className}`, onClick: onClick, onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, ref: dropdownRef },\n !reversed && cta,\n React.createElement(Wrap, { className: `${className}-wrap ${className}` },\n React.createElement(CSSTransition, { in: shouldShowDropdown, timeout: timeout, classNames: transitionClassnames, unmountOnExit: true },\n React.createElement(Dropdown, { role: \"dialog\", reversed: reversed, className: `${className}-basic-dropdown ${className}` }, children))),\n reversed && cta));\n};\n//# sourceMappingURL=AnimatedDropdown.js.map","import { useEffect } from 'react';\nexport const useClickAway = (ref, onClickAway) => {\n useEffect(() => {\n const handleClickAway = (event) => {\n if (ref.current && !ref.current.contains(event.target)) {\n onClickAway(event);\n }\n };\n document.addEventListener('mousedown', handleClickAway);\n return () => {\n document.removeEventListener('mousedown', handleClickAway);\n };\n }, [ref, onClickAway]);\n};\n//# sourceMappingURL=useClickAway.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nexport const AvatarSC = styled.div.withConfig({ displayName: \"vui--AvatarSC\", componentId: \"vui--1gxc5tv\" }) `width:${(props) => props.width};height:${(props) => props.width};border:3px solid ${theme.colors.neutral.grey.base};color:${(props) => props.textColor};background-color:${(props) => props.bgColor};cursor:pointer;border-radius:50%;display:flex;justify-content:center;align-items:center;background-size:cover;span{font-family:${theme.text.bodySmallBold.fontFamily};font-weight:${theme.text.bodySmallBold.fontWeight};font-size:${theme.text.bodySmallBold.fontSize};line-height:${theme.text.bodySmallBold.lineHeight};}`;\n//# sourceMappingURL=styled.js.map","/* eslint-disable react/no-array-index-key */\nimport React from 'react';\nimport { theme } from '../../theme';\nimport { AvatarSC } from './styled';\nexport const Avatar = ({ width = '40px', name = 'Veeqo', bgColor = theme.colors.secondary.blue.base, textColor = '#ffffff', }) => {\n const userInitials = name.toUpperCase().match(/\\b(\\w)/g);\n return (React.createElement(AvatarSC, { width: width, bgColor: bgColor, textColor: textColor, className: \"avatar\" }, userInitials === null || userInitials === void 0 ? void 0 : userInitials.slice(0, 2).map((initial, i) => React.createElement(\"span\", { key: `${initial}-${i}` }, initial))));\n};\n//# sourceMappingURL=Avatar.js.map","import styled from 'styled-components';\nimport { Text } from '../../Text';\nimport { theme } from '../../../theme';\nconst Container = styled.div.withConfig({ displayName: \"vui--Container\", componentId: \"vui--1exlfc5\" }) `display:inline-block;`;\nconst Hoverable = styled(Container).withConfig({ displayName: \"vui--Hoverable\", componentId: \"vui--up3fpq\" }) ``;\nconst TooltipText = styled(Text).withConfig({ displayName: \"vui--TooltipText\", componentId: \"vui--gpqzg1\" }) `color:${theme.colors.neutral.grey.lightest};white-space:pre-line;overflow-wrap:break-word;display:inline;`;\nconst Triangle = styled.div.withConfig({ displayName: \"vui--Triangle\", componentId: \"vui--1f7lcs5\" }) `background-color:#333;height:16px;width:16px;position:absolute;transform:rotate(45deg);z-index:12;`;\nconst Tip = styled.div.withConfig({ displayName: \"vui--Tip\", componentId: \"vui--143ip1u\" }) `transition:${({ duration }) => `opacity ${duration}ms`};&.tip-enter{opacity:0;}&.tip-enter-active{opacity:1;}&[data-popper-placement^='top-start'] > #veeqo-components-triangle{left:8px;bottom:0px;}&[data-popper-placement^='top-end'] > #veeqo-components-triangle{right:8px;bottom:0px;}&[data-popper-placement^='bottom-start'] > #veeqo-components-triangle{left:8px;top:-4px;}&[data-popper-placement^='bottom-end'] > #veeqo-components-triangle{right:8px;top:-4px;}`;\nconst Wrap = styled(Container).withConfig({ displayName: \"vui--Wrap\", componentId: \"vui--e33d0s\" }) `font-size:14px;overflow:hidden;padding:16px 20px;border-radius:4px;box-shadow:0 6px 1em -0.5em rgba(0, 0, 0, 0.35);background:#333;color:#fff;z-index:10;min-width:${({ tipMinWidth }) => tipMinWidth}px;max-width:${({ tipMaxWidth }) => tipMaxWidth}px;`;\nexport { Container, TooltipText, Tip, Hoverable, Wrap, Triangle };\n//# sourceMappingURL=styled.js.map","export var Sides;\n(function (Sides) {\n Sides[\"BOTTOM\"] = \"bottom\";\n Sides[\"TOP\"] = \"top\";\n})(Sides || (Sides = {}));\n//# sourceMappingURL=types.js.map","import React, { useState } from 'react';\nimport { usePopper } from 'react-popper';\nimport { Tip, TooltipText, Triangle, Wrap } from './styled';\nimport { Sides } from '../types';\nimport { theme } from '../../../theme';\nconst defaultConfig = {\n duration: 400,\n side: Sides.TOP,\n triangleOffset: 8,\n tipMinWidth: 60,\n tipMaxWidth: 340,\n};\nexport const TooltipPopover = ({ content, text, hoverableElement, config, reversed, withTriangle, classNames, }) => {\n const [popperElement, setPopperElement] = useState(null);\n const usedConfig = Object.assign(Object.assign({}, defaultConfig), config);\n const { duration, side, triangleOffset, tipMinWidth, tipMaxWidth } = usedConfig;\n const { styles, attributes } = usePopper(hoverableElement, popperElement, {\n placement: `${side}-${reversed ? 'end' : 'start'}`,\n modifiers: [\n {\n name: 'offset',\n options: {\n offset: [0, 10],\n },\n },\n ],\n });\n const tooltipStyles = Object.assign(Object.assign({}, styles.popper), { zIndex: theme.layers.tooltip });\n return (React.createElement(Tip, Object.assign({ className: classNames.tip, ref: setPopperElement, duration: duration, triangleOffsetSize: triangleOffset, style: tooltipStyles }, attributes.popper, { role: \"tooltip\" }),\n React.createElement(Wrap, { className: classNames.wrap, tipMinWidth: tipMinWidth, tipMaxWidth: tipMaxWidth }, content !== null && content !== void 0 ? content : React.createElement(TooltipText, null, text)),\n withTriangle && React.createElement(Triangle, { id: \"veeqo-components-triangle\", className: classNames.triangle })));\n};\n//# sourceMappingURL=TooltipPopover.js.map","import React, { useState } from 'react';\nimport ReactDOM from 'react-dom';\nimport { Container, Hoverable } from './components/styled';\nimport { TooltipPopover } from './components/TooltipPopover';\nexport const Tooltip = ({ children, text, content, config, reversed = false, className, withTriangle, initialShouldShow = false, useReactPortal = true, }) => {\n const [shouldShow, setShouldShow] = useState(initialShouldShow);\n const [hoverableElement, setHoverableElement] = useState(null);\n const hasText = text ? text.trim().length > 0 : false;\n const classNames = {\n container: className && `${className} ${className}-container`,\n tip: className && `${className}-tip`,\n wrap: className && `${className}-wrap`,\n triangle: className && `${className}-triangle`,\n hoverable: className && `${className}-hoverable`,\n };\n const hasContent = !!(content || hasText);\n if (!hasContent)\n return children;\n const show = () => setShouldShow(true);\n const hide = () => setShouldShow(false);\n const tooltipMarkup = shouldShow && hasContent && (React.createElement(TooltipPopover, { classNames: classNames, hoverableElement: hoverableElement, config: config, reversed: reversed, withTriangle: withTriangle, text: text, content: content }));\n return (React.createElement(Container, { className: classNames.container },\n useReactPortal ? ReactDOM.createPortal(tooltipMarkup, document.body) : tooltipMarkup,\n React.createElement(Hoverable, { ref: setHoverableElement, className: classNames.hoverable, onMouseEnter: show, onMouseLeave: hide }, children)));\n};\n//# sourceMappingURL=Tooltip.js.map","import styled from 'styled-components';\nimport { BaseContainer } from '../BaseContainer';\nimport { text } from '../../theme/modules/text';\nimport { colors } from '../../theme/modules/colors';\nimport { sizes } from '../../theme/modules/sizes';\nconst BaseBadge = styled(BaseContainer).withConfig({ displayName: \"vui--BaseBadge\", componentId: \"vui--1l3fzu\" }) `display:inline-flex;align-items:center;vertical-align:middle;gap:4px;padding:0.35em 0.65em;font-family:${text.bodySmall.fontFamily};font-weight:${text.bodySmall.fontWeight};font-size:75%;line-height:16px;border-radius:0.75rem;border:${(props) => (props.hideBorder ? 'none' : '1px solid transparent')};cursor:default;svg{width:${sizes.base};height:${sizes.base};}`;\nexport const DefaultBadge = styled(BaseBadge).withConfig({ displayName: \"vui--DefaultBadge\", componentId: \"vui--rwc6j0\" }) `background-color:inherit;border-color:${colors.secondary.blue.base};color:${colors.secondary.blue.base};`;\nexport const PrimaryBadge = styled(BaseBadge).withConfig({ displayName: \"vui--PrimaryBadge\", componentId: \"vui--1fakkjy\" }) `border-color:${colors.secondary.blue.base};background-color:${colors.secondary.blue.lightest};color:${colors.secondary.blue.base};`;\nexport const WarningBadge = styled(BaseBadge).withConfig({ displayName: \"vui--WarningBadge\", componentId: \"vui--1r2egf1\" }) `border-color:${colors.secondary.yellow.base};background-color:${colors.secondary.yellow.lightest};color:${colors.secondary.orange.dark};`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Tooltip } from '../Tooltip';\nimport { DefaultBadge, PrimaryBadge, WarningBadge } from './styled';\nimport { buildClassnames } from '../../utils/buildClassnames';\nconst variantMap = {\n default: DefaultBadge,\n primary: PrimaryBadge,\n warning: WarningBadge,\n};\nexport const Badge = ({ variant = 'default', hideBorder = false, iconSlot, tooltip, className, e2eClassName, children, }) => {\n const BadgeVariant = variantMap[variant];\n return (React.createElement(Tooltip, { text: tooltip },\n React.createElement(BadgeVariant, { className: buildClassnames([className, e2eClassName]), hideBorder: hideBorder },\n iconSlot && iconSlot,\n children && React.createElement(\"span\", null, children))));\n};\n//# sourceMappingURL=Badge.js.map","import styled from 'styled-components';\nimport { Text } from '../Text';\nimport { BaseContainer } from '../BaseContainer';\nimport { sizes } from '../../theme/modules/sizes';\nconst BannerLayout = styled(BaseContainer).withConfig({ displayName: \"vui--BannerLayout\", componentId: \"vui--c6sp3u\" }) `display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:20px 24px 24px 24px;border-radius:4px;${({ accentColor }) => accentColor &&\n `\n box-shadow: 0px 1px 3px rgba(55, 66, 77, 0.15), inset 4px 0px 0px ${accentColor};\n `} background-color:${({ backgroundColor }) => backgroundColor || 'white'};`;\nconst Row = styled(BaseContainer).withConfig({ displayName: \"vui--Row\", componentId: \"vui--1rdjrmx\" }) `display:flex;flex-direction:row;`;\nconst Col = styled(BaseContainer).withConfig({ displayName: \"vui--Col\", componentId: \"vui--1ttgibs\" }) `display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;`;\nexport const IconCol = styled(Col).withConfig({ displayName: \"vui--IconCol\", componentId: \"vui--1z6c5f\" }) `svg{width:${sizes.md};height:${sizes.md};color:${({ accentColor }) => accentColor};}`;\nexport const ChildContainer = styled(BaseContainer).withConfig({ displayName: \"vui--ChildContainer\", componentId: \"vui--kn3qcr\" }) `width:100%;`;\nconst HeaderCol = styled(Col).withConfig({ displayName: \"vui--HeaderCol\", componentId: \"vui--1nlkkdb\" }) `flex-grow:2;margin-right:12px;`;\nconst StyledText = styled(Text).withConfig({ displayName: \"vui--StyledText\", componentId: \"vui--1ioilg\" }) `position:relative;top:-2px;`;\nexport { BannerLayout as Pill, StyledText as Text, Row, Col, HeaderCol };\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { colors } from '../../theme/modules/colors';\nimport { Pill, Text, Row, Col, HeaderCol, ChildContainer, IconCol } from './styled';\nimport { Button } from '../Button';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { sizes } from '../../theme/modules/sizes';\nconst accentColors = {\n help: colors.secondary.blue.base,\n info: colors.neutral.ink.base,\n error: colors.secondary.red.base,\n success: colors.secondary.green.base,\n};\n/**\n * The `Banner` component was previously called `Alert` (and similarly `Pill`).\n */\nexport const Banner = (_a) => {\n var { type = 'info', text, icon, onClose, className, header, children, backgroundColor = 'white' } = _a, props = __rest(_a, [\"type\", \"text\", \"icon\", \"onClose\", \"className\", \"header\", \"children\", \"backgroundColor\"]);\n const accentColor = accentColors[type];\n return (React.createElement(Pill, Object.assign({ accentColor: accentColor, className: className, backgroundColor: backgroundColor }, props),\n React.createElement(Row, null,\n icon && (React.createElement(IconCol, { style: { marginRight: sizes.md }, accentColor: accentColor }, icon)),\n children ? (React.createElement(ChildContainer, null, children)) : (React.createElement(React.Fragment, null,\n React.createElement(HeaderCol, null, header || React.createElement(Text, { variant: \"headingSmall\" }, text)),\n React.createElement(Col, null, onClose && (React.createElement(Button, { variant: \"flat\", \"aria-label\": \"Close\", icon: React.createElement(CrossIcon, null), onClick: onClose }))))))));\n};\n//# sourceMappingURL=Banner.js.map","import styled from 'styled-components';\nimport { text } from '../../../theme/modules/text';\nexport const BreadcrumbsSC = styled.ul.withConfig({ displayName: \"vui--BreadcrumbsSC\", componentId: \"vui--1kzms7s\" }) `list-style:none;padding:0;margin:0;display:flex;align-items:center;font-family:${text.body.fontFamily};font-weight:${text.body.fontWeight};font-size:${text.body.fontSize};line-height:${text.body.lineHeight};`;\nexport const BreadcrumbSC = styled.li.withConfig({ displayName: \"vui--BreadcrumbSC\", componentId: \"vui--17agc2w\" }) `display:flex;align-items:center;.separator{display:flex;align-items:center;padding:0px 0.4rem;}a{color:inherit;text-decoration:none;text-transform:capitalize;}a:hover{text-decoration:underline;}span{font-weight:600;text-transform:capitalize;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nexport const RightArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5.99994 11.06L9.05327 8L5.99994 4.94L6.93994 4L10.9399 8L6.93994 12L5.99994 11.06Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=RightArrowIcon.js.map","import React from 'react';\nimport { BreadcrumbSC } from './styled';\nexport const Breadcrumb = ({ children, title, LinkComponent, href }) => {\n if (LinkComponent) {\n return (React.createElement(BreadcrumbSC, { className: \"breadcrumb\" },\n React.createElement(LinkComponent, { href: href }, title),\n children));\n }\n return (React.createElement(BreadcrumbSC, { className: \"breadcrumb\" },\n title,\n children));\n};\n//# sourceMappingURL=Breadcrumb.js.map","import React from 'react';\nimport { BreadcrumbsSC } from './components/styled';\nimport { RightArrowIcon } from '../../tempIcons/RightArrowIcon';\nimport { sizes } from '../../theme/modules/sizes';\nimport { Breadcrumb } from './components/Breadcrumb';\nconst DefaultSeparator = () => (React.createElement(RightArrowIcon, { className: \"separator\", width: sizes.base, height: sizes.base }));\nconst DefaultLink = ({ children, href }) => React.createElement(\"a\", { href: href }, children);\nconst BreadcrumbText = ({ children }) => React.createElement(\"span\", null, children);\nexport const Breadcrumbs = ({ items, Separator = React.createElement(DefaultSeparator, null), LinkComponent = DefaultLink, }) => (React.createElement(BreadcrumbsSC, { className: \"breadcrumbs\" }, items.map((item, i) => (React.createElement(Breadcrumb, { key: item.title, title: item.title, href: item.pathname, LinkComponent: i !== items.length - 1 ? LinkComponent : BreadcrumbText }, items.length !== i + 1 && Separator)))));\n//# sourceMappingURL=Breadcrumbs.js.map","import React from 'react';\nimport { CalendarGrid as AriaCalendarGrid, CalendarHeaderCell, CalendarGridHeader, CalendarGridBody, CalendarCell, } from 'react-aria-components';\nexport const CalendarGrid = (props) => (React.createElement(AriaCalendarGrid, Object.assign({ weekdayStyle: \"short\" }, props),\n React.createElement(CalendarGridHeader, null, (day) => React.createElement(CalendarHeaderCell, null, day.slice(0, 2))),\n React.createElement(CalendarGridBody, null, (date) => React.createElement(CalendarCell, { date: date }))));\n//# sourceMappingURL=CalendarGrid.js.map","import { css } from 'styled-components';\nimport { theme } from '../../../../theme';\nexport const buttonStyles = css `.react-aria-Button{color:${theme.colors.neutral.ink.base};background-color:transparent;border-color:transparent;box-shadow:none;cursor:pointer;height:40px;padding:0 8px;border-radius:8px;font-size:16px;line-height:16px;outline:0;--outline-width:4px;svg{width:${theme.sizes.base};height:${theme.sizes.base};}&:active,&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};}&:active,&:hover{background-color:${theme.colors.neutral.grey.light};}&:disabled{background-color:transparent;border-color:transparent;user-select:none;color:${theme.colors.neutral.grey.base};cursor:default;}}`;\n//# sourceMappingURL=buttonStyles.js.map","import { css } from 'styled-components';\nimport { theme } from '../../../../theme';\nexport const calenderCellStyles = css `.react-aria-CalendarCell{width:32px;line-height:32px;border-radius:${theme.radius.base};cursor:pointer;text-align:center;&[data-hovered]{background-color:${theme.colors.neutral.grey.base};}&[data-focus-visible],&:focus-visible{outline:2px solid ${theme.colors.secondary.blue.light};}&[data-selected]{background:${theme.colors.secondary.blue.base};color:white;border-radius:0;&[data-focus-visible]{outline-color:${theme.colors.secondary.blue.light};outline-offset:-3px;}}&[data-unavailable]{cursor:not-allowed;}&[data-outside-month],&[data-disabled]{cursor:not-allowed;}&[data-unavailable]{text-decoration:line-through;color:${theme.colors.secondary.red.base};&:hover{background-color:inherit;}}&[data-outside-month],&[data-disabled]{color:${theme.colors.neutral.ink.lightest};}&[data-selection-start],&[data-selection-end]{background:${theme.colors.secondary.blue.dark};}&[data-selection-start][data-selection-end]{background-color:${theme.colors.secondary.blue.base};}&[data-selection-start]{border-start-start-radius:6px;border-end-start-radius:6px;}&[data-selection-end]{border-start-end-radius:6px;border-end-end-radius:6px;}}`;\n//# sourceMappingURL=calendarCellStyles.js.map","import { css } from 'styled-components';\nimport { theme } from '../../../../theme';\nimport { getTextStyles } from '../utils';\nexport const headerStyles = css `& header{display:flex;align-items:center;margin:0 4px 0.5rem 4px;.react-aria-Heading{flex:1;margin:0;text-align:center;${getTextStyles(theme.text.headingSmall)}}}.react-aria-CalendarHeaderCell{padding-bottom:${theme.sizes.sm};}`;\n//# sourceMappingURL=headerStyles.js.map","import { RangeCalendar } from 'react-aria-components';\nimport styled from 'styled-components';\nimport { theme } from '../../../../theme';\nimport { buttonStyles } from './buttonStyles';\nimport { calenderCellStyles } from './calendarCellStyles';\nimport { headerStyles } from './headerStyles';\nexport const StyledRangeCalendar = styled(RangeCalendar).withConfig({ displayName: \"vui--StyledRangeCalendar\", componentId: \"vui--1nu8m35\" }) `width:fit-content;max-width:100%;color:${theme.colors.neutral.ink.base};font-size:14px;font-family:${theme.fontFamily};${headerStyles} ${buttonStyles} ${calenderCellStyles} & table{border-collapse:collapse;height:fit-content;& td{padding:0;}}`;\n//# sourceMappingURL=StyledRangeCalendar.js.map","import React from 'react';\nexport const LeftArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M10.44 11.06L7.38667 8L10.44 4.94L9.5 4L5.5 8L9.5 12L10.44 11.06Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=LeftArrowIcon.js.map","import { __rest } from \"tslib\";\nimport React, { useCallback, useEffect } from 'react';\nimport { isWeekend } from '@internationalized/date';\nimport { Button, Heading, useLocale } from 'react-aria-components';\nimport { CalendarGrid } from './components/CalendarGrid';\nimport { StyledRangeCalendar } from './components/StyledRangeCalendar';\nimport { RightArrowIcon } from '../../tempIcons/RightArrowIcon';\nimport { LeftArrowIcon } from '../../tempIcons/LeftArrowIcon';\nimport { theme } from '../../theme';\nexport const RangeCalendar = (_a) => {\n var _b;\n var { disabledRanges = [], disallowWeekends = false, isMultiMonth = false } = _a, props = __rest(_a, [\"disabledRanges\", \"disallowWeekends\", \"isMultiMonth\"]);\n const [focusedDate, setFocusedDate] = React.useState((_b = props.value) === null || _b === void 0 ? void 0 : _b.start);\n const { locale } = useLocale();\n const isDateUnavailable = useCallback((date) => (disallowWeekends ? isWeekend(date, locale) : false) ||\n disabledRanges.some((interval) => date.compare(interval[0]) >= 0 && date.compare(interval[1]) <= 0), [disabledRanges, disallowWeekends, locale]);\n useEffect(() => {\n var _a;\n setFocusedDate((_a = props.value) === null || _a === void 0 ? void 0 : _a.start);\n }, [props.value]);\n return (React.createElement(StyledRangeCalendar, Object.assign({ focusedValue: focusedDate, onFocusChange: setFocusedDate, isDateUnavailable: isDateUnavailable, visibleDuration: isMultiMonth ? { months: 2 } : undefined }, props),\n React.createElement(\"header\", null,\n React.createElement(Button, { slot: \"previous\" },\n React.createElement(LeftArrowIcon, null)),\n React.createElement(Heading, null),\n React.createElement(Button, { slot: \"next\" },\n React.createElement(RightArrowIcon, null))),\n isMultiMonth ? (React.createElement(\"div\", { style: { display: 'flex', gap: theme.sizes.sm, overflow: 'auto' } },\n React.createElement(CalendarGrid, null),\n React.createElement(CalendarGrid, { offset: { months: 1 } }))) : (React.createElement(CalendarGrid, null))));\n};\n//# sourceMappingURL=RangeCalendar.js.map","import styled from 'styled-components';\nimport { Tooltip } from '../../Tooltip';\nimport { theme } from '../../../theme';\nconst alignMap = {\n top: 'flex-start',\n center: 'center',\n};\nexport const RootLayout = styled.div.withConfig({ displayName: \"vui--RootLayout\", componentId: \"vui--11nf17l\" }) `display:flex;align-items:center;& > * + *{margin-left:${theme.sizes.base};}`;\nexport const InputLayout = styled.div.withConfig({ displayName: \"vui--InputLayout\", componentId: \"vui--1yac6kr\" }) `align-self:stretch;display:flex;align-items:${(props) => alignMap[props.align]};`;\nexport const AccessoryLayout = styled.div.withConfig({ displayName: \"vui--AccessoryLayout\", componentId: \"vui--qbgrc7\" }) `align-self:center;display:flex;align-items:center;`;\nexport const TextLayout = styled.div.withConfig({ displayName: \"vui--TextLayout\", componentId: \"vui--1uu3ed5\" }) `flex:1;& > * + *{margin-top:${theme.sizes.sm};}`;\nexport const HintText = styled.div.withConfig({ displayName: \"vui--HintText\", componentId: \"vui--lz8nl\" }) `font-family:${theme.fontFamily};font-size:${theme.sizes[3]};line-height:${theme.sizes[4]};color:${theme.colors.neutral.ink.light};`;\nexport const ErrorText = styled.div.withConfig({ displayName: \"vui--ErrorText\", componentId: \"vui--piugtf\" }) `font-family:${theme.text.error.fontFamily};font-size:${theme.text.error.fontSize};font-weight:${theme.text.error.fontWeight};line-height:${theme.text.error.lineHeight};color:${theme.text.error.color};`;\nexport const Wrapper = styled.label.withConfig({ displayName: \"vui--Wrapper\", componentId: \"vui--2wdtq1\" }) `box-sizing:border-box;&:hover{cursor:${(props) => (props.disabled ? 'default' : 'pointer')};}`;\nexport const BorderedWrapper = styled(Wrapper).withConfig({ displayName: \"vui--BorderedWrapper\", componentId: \"vui--1an42ms\" }) `border:2px solid ${theme.colors.neutral.grey.dark};border-radius:${theme.radius.md};padding:${theme.sizes.base} 0.75rem;&:hover{border-color:${theme.colors.secondary.blue.base};}`;\nexport const BlockTooltip = styled(Tooltip).withConfig({ displayName: \"vui--BlockTooltip\", componentId: \"vui--1ifrill\" }) `display:block;&-hoverable{display:block;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Stack } from '../Stack';\nimport { theme } from '../../theme';\nimport { Wrapper, BorderedWrapper, RootLayout, InputLayout, AccessoryLayout, TextLayout, HintText, ErrorText, BlockTooltip, } from './components/styled';\nimport { HelpIcon } from '../../tempIcons/HelpIcon';\nimport { Text } from '../Text';\nconst generateClassNames = (prefix) => ({\n hint: prefix ? 'choice__hint' : undefined,\n label: prefix ? 'choice__label' : undefined,\n tooltip: prefix ? 'choice__tooltip' : undefined,\n error: prefix ? 'choice__error' : undefined,\n});\nexport const Choice = ({ id, className, label, hint, tooltip, error, bordered, Badge, Accessory, Footer, children, disabled = false, labelVariant = 'body', inputPosition = 'left', }) => {\n const classNames = generateClassNames(className);\n const contentMarkup = (React.createElement(RootLayout, null,\n inputPosition === 'left' && (React.createElement(InputLayout, { align: Accessory ? 'center' : 'top' }, children)),\n Accessory && React.createElement(AccessoryLayout, null, Accessory),\n label || hint || error || Badge || Footer ? (React.createElement(TextLayout, null,\n React.createElement(Stack, { direction: \"horizontal\", alignY: \"center\", spacing: \"sm\" },\n Badge,\n label && (React.createElement(Text, { variant: labelVariant, className: classNames.label }, label)),\n tooltip && (React.createElement(BlockTooltip, { text: tooltip, className: classNames.tooltip },\n React.createElement(HelpIcon, { name: \"help\", width: theme.sizes.base, color: theme.colors.neutral.ink.lightest })))),\n hint && React.createElement(HintText, { className: classNames.hint }, hint),\n error && React.createElement(ErrorText, { className: classNames.error }, error),\n Footer)) : null,\n inputPosition === 'right' && (React.createElement(InputLayout, { align: Accessory ? 'center' : 'top' }, children))));\n if (bordered) {\n return (React.createElement(BorderedWrapper, { disabled: disabled, htmlFor: id, className: className }, contentMarkup));\n }\n return (React.createElement(Wrapper, { disabled: disabled, htmlFor: id, className: className }, contentMarkup));\n};\n//# sourceMappingURL=Choice.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nconst { colors, sizes, radius } = theme;\nexport const Input = styled.input.withConfig({ displayName: \"vui--Input\", componentId: \"vui--hippn5\" }) `appearance:none;width:18px;height:18px;background-color:transparent;border:2px solid ${colors.neutral.ink.lightest};border-radius:${radius.base};cursor:pointer;flex-shrink:0;transition:box-shadow 0.1s,background-color 0.1s;&:checked{background-color:${colors.secondary.blue.base};border-color:${colors.secondary.blue.base};background-image:url(\"data:image/svg+xml;utf-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.56846 16.3657L3.86697 11.6642L2.2998 13.2313L8.56846 19.5L22.0013 6.06716L20.4341 4.5L8.56846 16.3657Z' fill='white' /></svg>\");background-repeat:no-repeat;background-size:${sizes[4]};background-position:center;}&:hover{border-color:${colors.secondary.blue.base};}&:active{border-color:${colors.secondary.blue.base};}&:focus{box-shadow:0 0 0 4px ${colors.secondary.blue.light};outline:0;}&:indeterminate{background-color:${colors.secondary.blue.base};border-color:${colors.secondary.blue.base};background-image:url(\"data:image/svg+xml;utf-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='5' y='11' width='14' height='3' fill='white'/></svg>\");background-repeat:no-repeat;background-size:${sizes[4]};background-position:center;}&:disabled{box-shadow:none;background-color:${colors.neutral.grey.base};border-color:${colors.neutral.grey.base};color:${colors.neutral.ink.light};cursor:default;}&:checked:disabled{background-image:url(\"data:image/svg+xml;utf-8,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M8.56846 16.3657L3.86697 11.6642L2.2998 13.2313L8.56846 19.5L22.0013 6.06716L20.4341 4.5L8.56846 16.3657Z' fill='%23637381' /></svg>\");}&:indeterminate:disabled{background-image:url(\"data:image/svg+xml;utf-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='5' y='11' width='14' height='3' fill='%23637381'/></svg>\");}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React, { useCallback, useEffect, useMemo, useRef } from 'react';\nimport { Choice } from '../Choice';\nimport { Input } from './styled';\nimport { generateId } from '../../utils/generateId';\nexport const Checkbox = (_a) => {\n var { checked, indeterminate, value, name, disabled, ariaLabel, className, onChange } = _a, otherProps = __rest(_a, [\"checked\", \"indeterminate\", \"value\", \"name\", \"disabled\", \"ariaLabel\", \"className\", \"onChange\"]);\n const id = useMemo(() => generateId('checkbox'), []);\n const checkboxRef = useRef(null);\n const handleChange = useCallback((e) => {\n onChange(e.currentTarget.checked, value);\n }, [onChange, value]);\n useEffect(() => {\n if (!checkboxRef.current)\n return;\n if (indeterminate === true) {\n checkboxRef.current.indeterminate = true;\n return;\n }\n checkboxRef.current.indeterminate = false;\n }, [indeterminate]);\n return (React.createElement(Choice, Object.assign({ id: id, disabled: disabled, className: className }, otherProps),\n React.createElement(Input, { ref: checkboxRef, id: id, type: \"checkbox\", checked: checked, value: value, name: name, disabled: disabled, \"aria-label\": ariaLabel, onChange: handleChange })));\n};\n//# sourceMappingURL=Checkbox.js.map","import styled from 'styled-components';\nexport const Input = styled.input.withConfig({ displayName: \"vui--Input\", componentId: \"vui--1e1oks4\" }) `appearance:none;box-sizing:border-box;flex-shrink:0;width:18px;height:18px;margin:3px;background-color:transparent;border:2px solid #637381;border-radius:50%;outline:none;cursor:pointer;flex-shrink:0;transition:box-shadow 0.1s;&:checked{position:relative;border-color:#0079d1;}&:checked::before{content:'';width:10px;height:10px;position:absolute;top:2px;left:2px;background-color:#0079d1;border-radius:50%;}&:hover{border-color:#0079d1;}&:active{border-color:#0079d1;}&:focus{box-shadow:0 0 0 4px #80bce8;outline:0;}&:disabled{box-shadow:none;background-color:#dfe3e8;border-color:#959fa8;cursor:default;}&:disabled::before{background-color:#637381;}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React, { forwardRef, useCallback } from 'react';\nimport { Choice } from '../Choice';\nimport { Input } from './styled';\nimport { generateId } from '../../utils/generateId';\nexport const Radio = forwardRef((_a, ref) => {\n var { checked, value, name, disabled, onChange, id, children } = _a, otherProps = __rest(_a, [\"checked\", \"value\", \"name\", \"disabled\", \"onChange\", \"id\", \"children\"]);\n const handleChange = useCallback((e) => {\n onChange(e.currentTarget.checked, value);\n }, [onChange, value]);\n const componentId = id !== null && id !== void 0 ? id : generateId('radio');\n return (React.createElement(Choice, Object.assign({ id: componentId, disabled: disabled }, otherProps),\n React.createElement(Input, { id: componentId, type: \"radio\", checked: checked, value: value, name: name, disabled: disabled, onChange: handleChange, ref: ref }),\n children));\n});\n//# sourceMappingURL=Radio.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nexport const Fieldset = styled.fieldset.withConfig({ displayName: \"vui--Fieldset\", componentId: \"vui--bygv6o\" }) `padding:0;display:flex;flex-direction:column;border:0;& > * + *{margin-top:16px;}`;\nexport const Legend = styled.legend.withConfig({ displayName: \"vui--Legend\", componentId: \"vui--18baj4v\" }) `font-family:${theme.text.inputLabel.fontFamily};font-size:${theme.text.inputLabel.fontSize};font-style:${theme.text.inputLabel.fontStyle};font-weight:${theme.text.inputLabel.fontWeight};line-height:${theme.text.inputLabel.lineHeight};text-decoration:${theme.text.inputLabel.textDecoration};color:${theme.text.inputLabel.color};`;\n//# sourceMappingURL=styled.js.map","import React, { Component } from 'react';\nimport { Radio } from '../Radio';\nimport { Checkbox } from '../Checkbox';\nimport { Fieldset, Legend } from './styled';\nexport class ChoiceList extends Component {\n constructor() {\n super(...arguments);\n this.handleChange = (value, checked) => {\n const { allowMultiple } = this.props;\n if (allowMultiple) {\n this.handleChangeMultiple(value, checked);\n return;\n }\n this.handleChangeSingle(value, checked);\n };\n this.handleChangeSingle = (value, checked) => {\n const { onChange } = this.props;\n if (checked) {\n onChange([value]);\n }\n };\n this.handleChangeMultiple = (value, checked) => {\n const { selected, onChange } = this.props;\n let newSelected = [];\n if (checked) {\n newSelected = [...selected, value];\n }\n else {\n newSelected = selected.filter((selectedValue) => selectedValue !== value);\n }\n onChange(newSelected);\n };\n }\n render() {\n const { allowMultiple, options, selected, title, disabled, bordered } = this.props;\n const InputComponent = allowMultiple ? Checkbox : Radio;\n return (React.createElement(Fieldset, { disabled: disabled },\n title && React.createElement(Legend, null, title),\n options.map((option) => (React.createElement(InputComponent, Object.assign({ key: option.value, bordered: bordered, checked: selected.includes(option.value), onChange: (checked) => this.handleChange(option.value, checked) }, option))))));\n }\n}\n//# sourceMappingURL=ChoiceList.js.map","import React from 'react';\nexport const ClipboardIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M19 3H14.82C14.4 1.84 13.3 1 12 1C10.7 1 9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V21C3 22.1 3.9 23 5 23H19C20.1 23 21 22.1 21 21V5C21 3.9 20.1 3 19 3ZM12 3C12.55 3 13 3.45 13 4C13 4.55 12.55 5 12 5C11.45 5 11 4.55 11 4C11 3.45 11.45 3 12 3ZM19 21H5V5H7V8H17V5H19V21Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=ClipboardIcon.js.map","import React, { useCallback } from 'react';\nimport styled from 'styled-components';\nimport { Tooltip } from '../Tooltip';\nimport { colors } from '../../theme/modules/colors';\nimport { SuccessIcon } from '../../tempIcons/SuccessIcon';\nimport { sizes } from '../../theme/modules/sizes';\nimport { Button } from '../Button';\nimport { ClipboardIcon } from '../../tempIcons/ClipboardIcon';\nconst iconSizes = { width: sizes.base, height: sizes.base };\n/**\n * Created in here to fix orders table sizes. Bad pattern to use in main button component, as\n * touch target is below A11y guidelines.\n */\nconst XSButton = styled(Button).withConfig({ displayName: \"vui--XSButton\", componentId: \"vui--e6p1xr\" }) `padding:1px;height:unset;span{height:${sizes.base};width:${sizes.base};top:unset;}`;\n/**\n * A dynamic button to facilitate copying text to a users' keyboard when clicked.\n */\nexport const CopyToClipboard = ({ className, text, onCopy }) => {\n const [copied, setCopied] = React.useState(false);\n const handleCopy = useCallback(() => {\n navigator.clipboard.writeText(text);\n if (onCopy)\n onCopy();\n setCopied(true);\n setTimeout(() => setCopied(false), 2500);\n }, [onCopy, text]);\n return (React.createElement(Tooltip, { text: copied ? 'Copied!' : 'Copy to clipboard' },\n React.createElement(XSButton, { variant: \"flat\", size: \"sm\", className: className, \"aria-label\": `${copied ? 'Copied' : 'Copy'} \"${text}\" to clipboard`, icon: copied ? (React.createElement(SuccessIcon, Object.assign({ color: colors.secondary.green.base }, iconSizes))) : (React.createElement(ClipboardIcon, Object.assign({ color: colors.secondary.blue.base }, iconSizes))), onClick: handleCopy })));\n};\n//# sourceMappingURL=CopyToClipboard.js.map","import styled from 'styled-components';\nimport { Stack } from '../../components/Stack';\nimport { Tooltip } from '../../components/Tooltip';\nimport { theme } from '../../theme';\nexport const Label = styled.label.withConfig({ displayName: \"vui--Label\", componentId: \"vui--qydg5r\" }) `display:block;font-family:${theme.text.inputLabel.fontFamily};font-size:${theme.text.inputLabel.fontSize};font-weight:${theme.text.inputLabel.fontWeight};line-height:${theme.text.inputLabel.lineHeight};color:${theme.text.inputLabel.color};`;\nexport const Hint = styled.span.withConfig({ displayName: \"vui--Hint\", componentId: \"vui--1p3i1v3\" }) `display:block;font-family:${theme.fontFamily};font-size:${theme.sizes[3]};line-height:${theme.sizes[4]};color:${theme.colors.neutral.ink.light};`;\nexport const Error = styled.span.withConfig({ displayName: \"vui--Error\", componentId: \"vui--9vxkaw\" }) `display:block;font-family:${theme.text.error.fontFamily};font-size:${theme.text.error.fontSize};font-weight:${theme.text.error.fontWeight};line-height:${theme.text.error.lineHeight};color:${theme.text.error.color};&::before{content:'';position:absolute;top:0;bottom:0;left:calc(${theme.sizes[2]} * -1);width:2px;background-color:${theme.colors.secondary.red.base};}`;\nexport const RootStack = styled(Stack).withConfig({ displayName: \"vui--RootStack\", componentId: \"vui--10dmq2i\" }) `position:relative;`;\nexport const BlockTooltip = styled(Tooltip).withConfig({ displayName: \"vui--BlockTooltip\", componentId: \"vui--1haf85r\" }) `display:block;&-hoverable{display:flex;}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { theme } from '../../theme';\nimport { Stack } from '../../components/Stack';\nimport { RootStack, Label, Hint, Error, BlockTooltip } from './styled';\nimport { HelpIcon } from '../../tempIcons/HelpIcon';\nimport { useId } from '../../hooks/useId';\nexport const withLabels = (Component) => (_a) => {\n var { label, hint, error, tooltip } = _a, otherProps = __rest(_a, [\"label\", \"hint\", \"error\", \"tooltip\"]);\n const componentId = useId({ id: otherProps === null || otherProps === void 0 ? void 0 : otherProps.id, prefix: Component.name });\n if (!label)\n return React.createElement(Component, Object.assign({ hasError: !!error }, otherProps));\n return (React.createElement(RootStack, { spacing: \"sm\", alignX: \"stretch\" },\n React.createElement(\"div\", { style: { marginBottom: theme.sizes.xs } },\n React.createElement(Stack, { direction: \"horizontal\", alignY: \"center\", spacing: \"sm\" },\n React.createElement(Label, { id: `${componentId}-label`, htmlFor: componentId }, label),\n tooltip && (React.createElement(BlockTooltip, { text: tooltip },\n React.createElement(HelpIcon, { width: theme.sizes.base, height: theme.sizes.base, color: theme.colors.neutral.ink.light })))),\n hint && React.createElement(Hint, null, hint)),\n React.createElement(Component, Object.assign({ id: componentId, hasError: !!error }, otherProps)),\n error && React.createElement(Error, null, error)));\n};\n//# sourceMappingURL=withLabels.js.map","import React, { useEffect } from 'react';\nexport const withDeprecated = (Component) => (props) => {\n useEffect(() => {\n // eslint-disable-next-line no-console\n console.warn(`${Component.name} is deprecated.`);\n }, []);\n return React.createElement(Component, Object.assign({}, props));\n};\n//# sourceMappingURL=withDeprecated.js.map","import styled from 'styled-components';\nimport { Group } from 'react-aria-components';\nimport { theme } from '../../theme';\nimport { getTextStyles } from '../RangeCalendar/components/utils';\nexport const DateRangeGroup = styled(Group).withConfig({ displayName: \"vui--DateRangeGroup\", componentId: \"vui--hv19xg\" }) `${getTextStyles(theme.text.body)} display:flex;align-items:center;border:1px solid ${theme.colors.neutral.ink.lightest};border-radius:${theme.radius.base};gap:${theme.sizes.xs};padding:${theme.sizes.sm};margin-top:${theme.sizes.sm};&[data-focus-within]{box-shadow:0 0 0 4px ${theme.colors.secondary.blue.light};}&:has(*[data-invalid]){box-shadow:0 0 0 4px ${theme.colors.secondary.red.light};border:1px solid ${theme.colors.secondary.red.base};}${({ $hasError }) => !!$hasError &&\n `\n box-shadow: 0 0 0 4px ${theme.colors.secondary.red.light};\n border: 1px solid ${theme.colors.secondary.red.base};\n `} *[data-placeholder],*[data-placeholder] + div,*:has(*[data-placeholder])~ .date-range-input-splitter{color:${theme.colors.neutral.ink.lightest};}&[data-disabled]{cursor:not-allowed;background-color:${theme.colors.neutral.grey.light};.react-aria-DateInput .react-aria-DateSegment,.date-range-input-splitter{cursor:not-allowed;color:${theme.colors.neutral.ink.light};}}.react-aria-DateInput{display:flex;align-items:center;cursor:text;caret-color:transparent;.react-aria-DateSegment{padding:0 1px;border-radius:${theme.radius.base};&[data-invalid]{color:${theme.colors.secondary.red.base};}&[data-focused]{color:white;background-color:${theme.colors.secondary.blue.dark};&[data-invalid]{background-color:${theme.colors.secondary.red.lightest};}}&[data-invalid]{font-weight:bold;color:${theme.colors.secondary.red.dark};}&:focus-visible{outline:none;}}}`;\n//# sourceMappingURL=styled.js.map","import { withLabels } from '../../hoc';\nimport { DateRangeInput as BasicDateRangeInput } from './DateRangeInput';\nexport const DateRangeInput = withLabels(BasicDateRangeInput);\n//# sourceMappingURL=index.js.map","import React from 'react';\nimport { DateField, DateInput, DateSegment } from 'react-aria-components';\nimport { DateRangeGroup } from './styled';\nexport const DateRangeInput = ({ id, className, style, shouldForceLeadingZeros = true, hasError, minValue, maxvalue, startValue, endValue, isDisabled, isReadOnly, 'aria-label': ariaLabel, 'aria-describedby': ariaDescribedBy, 'aria-labelledby': ariaLabelledBy, onChangeStartDate, onChangeEndDate, }) => (React.createElement(DateRangeGroup, { style: style, className: className, \"aria-label\": ariaLabel, \"aria-describedby\": ariaDescribedBy, \"aria-labelledby\": ariaLabelledBy !== null && ariaLabelledBy !== void 0 ? ariaLabelledBy : `${id}-label`, \"$hasError\": hasError, isDisabled: isDisabled },\n React.createElement(DateField, { shouldForceLeadingZeros: shouldForceLeadingZeros, onChange: onChangeStartDate, value: startValue, minValue: minValue, maxValue: maxvalue, \"aria-describedby\": ariaDescribedBy, \"aria-labelledby\": ariaLabelledBy !== null && ariaLabelledBy !== void 0 ? ariaLabelledBy : `${id}-label`, \"aria-label\": \"start date\", isDisabled: isDisabled, isReadOnly: isReadOnly },\n React.createElement(DateInput, { slot: \"start\" }, (segment) => React.createElement(DateSegment, { segment: segment }))),\n React.createElement(\"span\", { className: \"date-range-input-splitter\", \"aria-hidden\": \"true\" }, \"-\"),\n React.createElement(DateField, { shouldForceLeadingZeros: shouldForceLeadingZeros, onChange: onChangeEndDate, value: endValue, minValue: minValue, maxValue: maxvalue, \"aria-describedby\": ariaDescribedBy, \"aria-labelledby\": ariaLabelledBy !== null && ariaLabelledBy !== void 0 ? ariaLabelledBy : `${id}-label`, \"aria-label\": \"end date\", isDisabled: isDisabled, isReadOnly: isReadOnly },\n React.createElement(DateInput, { slot: \"end\" }, (segment) => React.createElement(DateSegment, { segment: segment })))));\n//# sourceMappingURL=DateRangeInput.js.map","import styled from 'styled-components';\nexport const SelectInput = styled.select.withConfig({ displayName: \"vui--SelectInput\", componentId: \"vui--1v4mu6a\" }) `box-sizing:border-box;appearance:none;display:flex;align-items:center;justify-content:center;padding:0 2.5rem 0 0.5rem;border-radius:4px;background-color:white;border:1px solid #959fa8;color:#1b2126;background-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fillRule='evenodd' clipRule='evenodd' d='M4 6L8 10L12 6H4Z' fill='currentColor' /%3E%3C/svg%3E\");background-repeat:no-repeat;background-position:right 0.5em top 50%,0 0;${({ sizeVariant }) => {\n let height = '40px';\n let fontSize = '14px';\n if (sizeVariant === 'sm') {\n height = '32px';\n fontSize = '12px';\n }\n return `\n height: ${height};\n font-size: ${fontSize};\n `;\n}} &:focus{border-color:#0079d1;box-shadow:0 0 0 4px #80bce8;outline:0;}&:invalid{border-color:#eb5757;box-shadow:0 0 0 4px #f7bcbc;outline:0;}&:disabled{box-shadow:none;background-color:#f2f3f5;border-color:#959fa8;color:#637381;cursor:not-allowed;}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React, { forwardRef, useCallback } from 'react';\nimport { SelectInput } from './styled';\nimport { withLabels } from '../../hoc';\nexport const Select = withLabels(forwardRef((_a, ref) => {\n var { className, options, value, onChange, size, disabled, hasError } = _a, otherProps = __rest(_a, [\"className\", \"options\", \"value\", \"onChange\", \"size\", \"disabled\", \"hasError\"]);\n const handleChange = useCallback((e) => {\n if (!onChange)\n return;\n onChange(e.currentTarget.value);\n }, [onChange]);\n return (React.createElement(SelectInput, Object.assign({ className: className, sizeVariant: size, value: value !== null && value !== void 0 ? value : undefined, onChange: handleChange, disabled: disabled, hasError: hasError, ref: ref }, otherProps), !!options &&\n options.map((option) => (React.createElement(\"option\", { key: option.label, value: option.value, disabled: option.disabled, hidden: option.hidden }, option.label)))));\n}));\nSelect.displayName = 'Select';\n//# sourceMappingURL=Select.js.map","import styled from 'styled-components';\nimport { BaseContainer } from '../BaseContainer';\nimport { theme } from '../../theme';\nconst Slider = styled.span.withConfig({ displayName: \"vui--Slider\", componentId: \"vui--x03mdi\" }) `content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:18px;background-color:#cdd1d5;-webkit-transition:0.3s;transition:0.3s;&:after{content:'';position:absolute;border-radius:50%;background-color:${({ disabled, switched }) => disabled && switched ? theme.colors.secondary.blue.lightest : 'white'};-webkit-transition:0.3s;transition:0.3s;}`;\nconst Input = styled.input.withConfig({ displayName: \"vui--Input\", componentId: \"vui--1ccelw2\" }) `width:100%;height:100%;border-radius:${theme.radius.base};z-index:2;margin:0;cursor:${({ disabled }) => (disabled ? 'not-allowed' : 'pointer')};&:focus-visible + ${Slider}{box-shadow:0 0 0 4px ${theme.colors.brand.blue.light};}&:checked + ${Slider}{background-color:#0079d1;}&:disabled + ${Slider}{background-color:${theme.colors.neutral.grey.base};}&:checked:disabled + ${Slider}{background-color:${theme.colors.secondary.blue.light};}`;\nconst Switch = styled.span.withConfig({ displayName: \"vui--Switch\", componentId: \"vui--13yy1uj\" }) `display:flex;position:relative;height:${({ small }) => (small ? '28px' : '36px')};width:${({ small }) => (small ? '56px' : '72px')};z-index:1;input{position:absolute;opacity:0;}${Slider}:after{height:${({ small }) => (small ? '22px' : '28px')};width:${({ small }) => (small ? '22px' : '28px')};left:${({ small }) => (small ? '3px' : '4px')};bottom:${({ small }) => (small ? '3px' : '4px')};}${Input}:checked + ${Slider}{&:after,svg{-webkit-transform:translateX(${({ small }) => (small ? '28px' : '36px')});-ms-transform:translateX(${({ small }) => (small ? '28px' : '36px')});transform:translateX(${({ small }) => (small ? '28px' : '36px')});}}`;\nconst Wrapper = styled(BaseContainer).withConfig({ displayName: \"vui--Wrapper\", componentId: \"vui--69792q\" }) `display:inline-block;user-select:none;`;\nexport { Switch, Slider, Input, Wrapper };\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React, { forwardRef } from 'react';\nimport { Input, Slider, Switch, Wrapper } from './styled';\nimport { Choice } from '../Choice';\n/**\n * A toggle switch component, use-cases should provide a label, wrap with a custom one or pass in an aria-label.\n */\nexport const Toggle = forwardRef((_a, ref) => {\n var { id = 'testid', className, name, switched, small, onClick = () => { }, disabled, ariaLabel, inputPosition = 'right' } = _a, choiceProps = __rest(_a, [\"id\", \"className\", \"name\", \"switched\", \"small\", \"onClick\", \"disabled\", \"ariaLabel\", \"inputPosition\"]);\n return (React.createElement(Choice, Object.assign({ id: id, inputPosition: inputPosition }, choiceProps),\n React.createElement(Wrapper, { className: className, disabled: disabled },\n React.createElement(Switch, { small: small, disabled: disabled, className: className },\n React.createElement(Input, { id: id, role: \"switch\", type: \"checkbox\", name: name, \"aria-label\": ariaLabel, checked: !!switched, onChange: (e) => (disabled ? undefined : onClick(e)), disabled: disabled, ref: ref }),\n React.createElement(Slider, { switched: switched, disabled: disabled })))));\n});\n//# sourceMappingURL=Toggle.js.map","export const DEFAULT_PREVIOUS_PERIOD_OPTIONS = [\n { label: 'Previous Day', value: 'PREVIOUS_DAY' },\n { label: 'Previous Week', value: 'PREVIOUS_WEEK' },\n { label: 'Previous Month', value: 'PREVIOUS_MONTH' },\n { label: 'Previous Year', value: 'PREVIOUS_YEAR' },\n];\n//# sourceMappingURL=constants.js.map","import React, { useEffect, useState } from 'react';\nimport { Toggle } from '../../Toggle';\nimport { Text } from '../../Text';\nimport { Select } from '../../Select';\nimport { theme } from '../../../theme';\nimport { DEFAULT_PREVIOUS_PERIOD_OPTIONS } from './constants';\nexport const ComparePreviousPeriod = ({ options = DEFAULT_PREVIOUS_PERIOD_OPTIONS, selectedPreviousPeriod, setSelectedPreviousPeriod, }) => {\n const [showCompareSelect, setShowCompareSelect] = useState(!!selectedPreviousPeriod);\n const findAndSelectOption = (newValue) => {\n const newOption = options.find(({ value }) => value === newValue);\n if (newOption)\n setSelectedPreviousPeriod === null || setSelectedPreviousPeriod === void 0 ? void 0 : setSelectedPreviousPeriod(newOption);\n };\n const toggleShowSelect = () => {\n // When toggled off, unselect show previous period.\n if (showCompareSelect)\n setSelectedPreviousPeriod === null || setSelectedPreviousPeriod === void 0 ? void 0 : setSelectedPreviousPeriod(null);\n setShowCompareSelect(!showCompareSelect);\n };\n // If no option is currently selected, we set to the first option provided.\n useEffect(() => {\n if (!selectedPreviousPeriod)\n setSelectedPreviousPeriod === null || setSelectedPreviousPeriod === void 0 ? void 0 : setSelectedPreviousPeriod(options[0]);\n }, [selectedPreviousPeriod, setSelectedPreviousPeriod, options]);\n return (React.createElement(React.Fragment, null,\n React.createElement(Text, { variant: \"inputLabel\", style: {\n display: 'flex',\n alignItems: 'center',\n gap: theme.sizes.sm,\n whiteSpace: 'nowrap',\n } },\n React.createElement(Toggle, { small: true, switched: showCompareSelect, onClick: toggleShowSelect }),\n \"Compare previous period\"),\n showCompareSelect && (React.createElement(Select, { \"aria-label\": \"Period to compare against\", options: options, \n // To avoid screen jumping (before useEffect kicks in, default value to first option)\n value: (selectedPreviousPeriod === null || selectedPreviousPeriod === void 0 ? void 0 : selectedPreviousPeriod.value) || options[0].value, onChange: findAndSelectOption }))));\n};\n//# sourceMappingURL=ComparePreviousPeriod.js.map","import { CalendarDate, endOfMonth, getLocalTimeZone, now, startOfMonth, startOfWeek, startOfYear, } from '@internationalized/date';\nexport var DateRanges;\n(function (DateRanges) {\n DateRanges[\"TODAY\"] = \"TODAY\";\n DateRanges[\"YESTERDAY\"] = \"YESTERDAY\";\n DateRanges[\"LAST_7_DAYS\"] = \"LAST_7_DAYS\";\n DateRanges[\"LAST_30_DAYS\"] = \"LAST_30_DAYS\";\n DateRanges[\"LAST_90_DAYS\"] = \"LAST_90_DAYS\";\n DateRanges[\"LAST_MONTH\"] = \"LAST_MONTH\";\n DateRanges[\"LAST_12_MONTHS\"] = \"LAST_12_MONTHS\";\n DateRanges[\"WEEK_TO_DATE\"] = \"WEEK_TO_DATE\";\n DateRanges[\"MONTH_TO_DATE\"] = \"MONTH_TO_DATE\";\n DateRanges[\"YEAR_TO_DATE\"] = \"YEAR_TO_DATE\";\n})(DateRanges || (DateRanges = {}));\nexport const timeRangeToDateRange = (range) => {\n const { start, end } = range;\n const startDate = new CalendarDate(start.year, start.month, start.day);\n const endDate = new CalendarDate(end.year, end.month, end.day);\n return { start: startDate, end: endDate };\n};\nexport const getDateRange = (option) => {\n // Getting today every time function is called. Don't want this to be stale\n const today = now(getLocalTimeZone());\n let dateRange;\n switch (option) {\n case DateRanges.TODAY:\n dateRange = { start: today, end: today };\n break;\n case DateRanges.YESTERDAY:\n dateRange = {\n start: today.subtract({ days: 1 }),\n end: today.subtract({ days: 1 }),\n };\n break;\n case DateRanges.LAST_7_DAYS:\n dateRange = {\n start: today.subtract({ days: 7 }),\n end: today,\n };\n break;\n case DateRanges.LAST_30_DAYS:\n dateRange = {\n start: today.subtract({ days: 30 }),\n end: today,\n };\n break;\n case DateRanges.LAST_90_DAYS:\n dateRange = { start: today.subtract({ days: 90 }), end: today };\n break;\n case DateRanges.LAST_MONTH: {\n const lastMonth = startOfMonth(today.subtract({ months: 1 }));\n dateRange = { start: lastMonth, end: endOfMonth(lastMonth) };\n break;\n }\n case DateRanges.LAST_12_MONTHS: {\n const lastMonth = startOfMonth(today.subtract({ months: 1 }));\n dateRange = {\n start: startOfMonth(lastMonth).subtract({ months: 12 }),\n end: endOfMonth(lastMonth),\n };\n break;\n }\n case DateRanges.WEEK_TO_DATE:\n dateRange = { start: startOfWeek(today, navigator.language), end: today };\n break;\n case DateRanges.MONTH_TO_DATE:\n dateRange = { start: startOfMonth(today), end: today };\n break;\n case DateRanges.YEAR_TO_DATE:\n dateRange = { start: startOfYear(today), end: today };\n break;\n default:\n return null;\n }\n return timeRangeToDateRange(dateRange);\n};\nexport const DATE_RANGE_OPTIONS = [\n { label: 'Custom', value: 'CUSTOM', disabled: true },\n { label: 'Today', value: DateRanges.TODAY },\n { label: 'Yesterday', value: DateRanges.YESTERDAY },\n { label: 'Last 7 Days', value: DateRanges.LAST_7_DAYS },\n { label: 'Last 30 Days', value: DateRanges.LAST_30_DAYS },\n { label: 'Last 90 Days', value: DateRanges.LAST_90_DAYS },\n { label: 'Last Month', value: DateRanges.LAST_MONTH },\n { label: 'Last 12 Months', value: DateRanges.LAST_12_MONTHS },\n { label: 'Week to Date', value: DateRanges.WEEK_TO_DATE },\n { label: 'Month to Date', value: DateRanges.MONTH_TO_DATE },\n { label: 'Year to Date', value: DateRanges.YEAR_TO_DATE },\n];\nexport const checkForMatchingPreset = (selectedRange) => DATE_RANGE_OPTIONS.reduce((match, option) => {\n if (option.hidden || match)\n return match; // Skip hidden options or if a match is already found\n const optionDateRange = getDateRange(option.value);\n if (!optionDateRange)\n return match; // Skip when no match.\n const { start: optionStart, end: optionEnd } = optionDateRange;\n if (selectedRange.start.compare(optionStart) === 0 &&\n selectedRange.end.compare(optionEnd) === 0) {\n return option;\n }\n return match;\n}, undefined);\nexport const DEFAULT_SELECTION = DateRanges.LAST_30_DAYS;\nexport const DEFAULT_RANGE = getDateRange(DEFAULT_SELECTION);\nexport const DEFAULT_PRESET = DATE_RANGE_OPTIONS.find(({ value }) => value === DEFAULT_SELECTION);\n//# sourceMappingURL=constants.js.map","export const checkIfDateRangeInvalid = ({ disabledRanges, selectedRange, }) => {\n if (!selectedRange || !disabledRanges || disabledRanges.length === 0)\n return false;\n const { start: presortStart, end: presortEnd } = selectedRange;\n const [start, end] = [presortStart, presortEnd].sort();\n return disabledRanges.some(([disabledStart, disabledEnd]) => (start >= disabledStart && start <= disabledEnd) || // Case 1: selectedRange.start is within the disabledRange\n (end >= disabledStart && end <= disabledEnd) || // Case 2: selectedRange.end is within the disabledRange\n (start <= disabledStart && end >= disabledEnd));\n};\n//# sourceMappingURL=utils.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const Divider = styled.div.withConfig({ displayName: \"vui--Divider\", componentId: \"vui--ssvmxc\" }) `margin:0 -${theme.sizes.base};border-top:1px solid ${theme.colors.neutral.grey.base};`;\n//# sourceMappingURL=Divider.js.map","import { __rest } from \"tslib\";\nimport React, { useCallback, useEffect, useMemo } from 'react';\nimport { Button } from '../Button';\nimport { Select } from '../Select';\nimport { DateRangeInput } from '../DateRangeInput';\nimport { RangeCalendar } from '../RangeCalendar';\nimport { Card } from '../Card';\nimport { theme } from '../../theme';\nimport { Stack } from '../Stack';\nimport { ComparePreviousPeriod } from './components/ComparePreviousPeriod';\nimport { DATE_RANGE_OPTIONS, DateRanges, checkForMatchingPreset, getDateRange } from './constants';\nimport { checkIfDateRangeInvalid } from './utils';\nimport { Divider } from './components/Divider';\nexport const DateRangePicker = (_a) => {\n var { \n // Style props\n className, style, isDisabled, \n // Customizable options\n isMultiMonth = false, showDatePresets = true, onReset, \n // Calendar props\n disabledRanges, selectedPreset, setSelectedPreset, selectedRange, setSelectedRange, \n // Previous period props\n 'aria-describedby': ariaDescribedBy, 'aria-label': ariaLabel } = _a, previousPeriodProps = __rest(_a, [\"className\", \"style\", \"isDisabled\", \"isMultiMonth\", \"showDatePresets\", \"onReset\", \"disabledRanges\", \"selectedPreset\", \"setSelectedPreset\", \"selectedRange\", \"setSelectedRange\", 'aria-describedby', 'aria-label']);\n const updateRangePreset = (selectedValue) => {\n setSelectedRange(getDateRange(DateRanges[selectedValue]));\n setSelectedPreset(DATE_RANGE_OPTIONS.find(({ value }) => value === selectedValue) || DATE_RANGE_OPTIONS[0]);\n };\n const updateDateSegment = useCallback((slot) => (value) => {\n const newRange = {\n start: slot === 'start' ? value : selectedRange === null || selectedRange === void 0 ? void 0 : selectedRange.start,\n end: slot === 'end' ? value : selectedRange === null || selectedRange === void 0 ? void 0 : selectedRange.end,\n };\n setSelectedRange(newRange);\n }, [selectedRange === null || selectedRange === void 0 ? void 0 : selectedRange.end, selectedRange === null || selectedRange === void 0 ? void 0 : selectedRange.start, setSelectedRange]);\n const isDateRangeInvalid = useMemo(() => checkIfDateRangeInvalid({ disabledRanges, selectedRange }), [disabledRanges, selectedRange]);\n // Memoize finding preset since checkForMatchingPreset isn't quick.\n const matchedPreset = useMemo(() => {\n if (!selectedRange)\n return null;\n return checkForMatchingPreset(selectedRange);\n }, [selectedRange]);\n useEffect(() => {\n if (matchedPreset)\n setSelectedPreset(matchedPreset); // If selected value is a preset, set it.\n else\n setSelectedPreset(DATE_RANGE_OPTIONS[0]); // Otherwise, select \"custom\" option.\n }, [matchedPreset, setSelectedPreset]);\n return (React.createElement(Stack, { direction: \"vertical\", alignX: \"stretch\", spacing: \"0\", style: Object.assign({ gap: theme.sizes.base }, style), className: className, \"aria-describedby\": ariaDescribedBy, \"aria-label\": ariaLabel },\n showDatePresets && (React.createElement(Select, { disabled: isDisabled, label: \"Date Range\", options: DATE_RANGE_OPTIONS, value: selectedPreset === null || selectedPreset === void 0 ? void 0 : selectedPreset.value, onChange: updateRangePreset })),\n React.createElement(DateRangeInput, { isDisabled: isDisabled, label: \"Start date - End date\", onChangeStartDate: updateDateSegment('start'), onChangeEndDate: updateDateSegment('end'), startValue: selectedRange && selectedRange.start, endValue: selectedRange && selectedRange.end, error: isDateRangeInvalid ? 'Range contains invalid dates' : undefined }),\n previousPeriodProps.showPreviousPeriod && React.createElement(ComparePreviousPeriod, Object.assign({}, previousPeriodProps)),\n React.createElement(Divider, null),\n React.createElement(Stack, { alignX: \"center\" },\n React.createElement(RangeCalendar, { \"aria-label\": \"Selected Date Range\", isDisabled: isDisabled, isMultiMonth: isMultiMonth, value: selectedRange, onChange: setSelectedRange, disabledRanges: disabledRanges })),\n !!onReset && (React.createElement(React.Fragment, null,\n React.createElement(Divider, null),\n React.createElement(Card.Footer, { style: { display: 'flex', justifyContent: 'end', padding: 0, margin: 0 } },\n React.createElement(Button, { variant: \"default\", size: \"sm\", onClick: onReset, disabled: isDisabled }, \"Reset\"))))));\n};\n//# sourceMappingURL=DateRangePicker.js.map","export function alignmentToFlex(align) {\n switch (align) {\n case 'left':\n return 'flex-start';\n case 'center':\n return 'center';\n case 'right':\n return 'flex-end';\n default:\n return 'flex-start';\n }\n}\n//# sourceMappingURL=alignmentToFlex.js.map","export function parseWidth(width, fallback) {\n switch (typeof width) {\n case 'string':\n return width;\n case 'number':\n return `${width}px`;\n case 'object':\n return `minmax(${parseWidth(width.min, 'max-content')}, ${parseWidth(width.max)})`;\n default:\n return fallback || '1fr';\n }\n}\n//# sourceMappingURL=parseWidth.js.map","import { theme } from '../../../theme';\nimport { parseWidth } from './parseWidth';\nimport { sumAllAfterIndex, sumAllBeforeIndex } from './sumAll';\nexport function generateTableCss({ pinnedLeft, pinnedRight, cellWidths, scrollPosition, visible, stripingMode, }) {\n const pinnedLeftStyles = pinnedLeft.map((_, index) => `\n th:nth-child(${index + 1}),\n td:nth-child(${index + 1}) {\n position: sticky;\n left: ${cellWidths ? sumAllBeforeIndex(cellWidths, index + 1) : 0}px;\n z-index: 2;\n }\n `);\n const pinnedRightStyles = pinnedRight.map((_, index) => `\n th:nth-last-child(${index + 1}),\n td:nth-last-child(${index + 1}) {\n position: sticky;\n right: ${cellWidths ? sumAllAfterIndex(cellWidths, cellWidths.length - index) : 0}px;\n }\n `);\n const isLeftShadowVisible = scrollPosition !== 'start' && scrollPosition !== 'none';\n const leftShadow = `\n th:nth-child(${pinnedLeft.length})::after,\n td:nth-child(${pinnedLeft.length})::after {\n position: absolute;\n transform: translate(100%);\n top: 0;\n right: 0;\n bottom: -1px;\n width: 30px;\n content: \"\";\n pointer-events: none;\n box-sizing: border-box;\n box-shadow: ${isLeftShadowVisible ? 'inset 10px 0 10px -8px rgb(0 0 0 / 25%)' : 'none'};\n }\n `;\n const isRightShadowVisible = scrollPosition !== 'end' && scrollPosition !== 'none';\n const rightShadow = `\n th:nth-last-child(${pinnedRight.length})::after,\n td:nth-last-child(${pinnedRight.length})::after {\n position: absolute;\n transform: translate(-100%);\n top: 0;\n left: 0;\n bottom: -1px;\n width: 30px;\n content: \"\";\n pointer-events: none;\n box-sizing: border-box;\n box-shadow: ${isRightShadowVisible ? 'inset -10px 0 10px -8px rgb(0 0 0 / 25%)' : 'none'};\n }\n `;\n const stripingRow = `\n tr:nth-child(odd) > td {\n background-color: ${theme.colors.neutral.grey.lightest};\n }\n\n tr + tr > td {\n border-top: 1px solid ${theme.colors.neutral.grey.base};\n }\n `;\n const stripingNested = `\n tbody:nth-of-type(odd) > tr > td {\n background-color: ${theme.colors.neutral.grey.lightest};\n }\n\n tbody + tbody > tr:first-child > td {\n border-top: 1px solid ${theme.colors.neutral.grey.base};\n }\n `;\n return `\n grid-template-columns: ${visible.map((col) => parseWidth(col.width)).join(' ')};\n\n th::after, td::after {\n transition: box-shadow .3s;\n }\n\n ${pinnedLeft.length > 0 ? pinnedLeftStyles : ''}\n ${pinnedRight.length > 0 ? pinnedRightStyles : ''}\n\n ${leftShadow}\n ${rightShadow}\n\n ${stripingMode === 'nested' ? stripingNested : stripingRow}\n `;\n}\n//# sourceMappingURL=generateTableCss.js.map","export function sumAllBeforeIndex(array, index) {\n return array.slice(0, index - 1).reduce((acc, val) => acc + val, 0);\n}\nexport function sumAllAfterIndex(array, index) {\n return array.slice(index).reduce((acc, val) => acc + val, 0);\n}\n//# sourceMappingURL=sumAll.js.map","/* Sorting */\nexport var SortDirection;\n(function (SortDirection) {\n SortDirection[\"ascending\"] = \"ascending\";\n SortDirection[\"descending\"] = \"descending\";\n})(SortDirection || (SortDirection = {}));\n//# sourceMappingURL=types.js.map","import React from 'react';\nexport const DoubleArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5 10L8 13L11 10H5Z\", fill: \"currentColor\" }),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11 6L8 3L5 6L11 6Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=DoubleArrowIconIcon.js.map","import React from 'react';\nexport const ArrowUpIcon = (props) => {\n return (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M13 20V7.83L18.59 13.42L20 12L12 4L4 12L5.41 13.41L11 7.83L11 20H13Z\", fill: \"currentColor\" })));\n};\n//# sourceMappingURL=ArrowUpIcon.js.map","import React from 'react';\nexport const ArrowDownIcon = (props) => {\n return (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M11 4V16.17L5.41 10.58L4 12L12 20L20 12L18.59 10.59L13 16.17L13 4H11Z\", fill: \"currentColor\" })));\n};\n//# sourceMappingURL=ArrowDownIcon.js.map","import React from 'react';\nimport { theme } from '../../../theme';\nimport { SortDirection } from '../types';\nimport { DoubleArrowIcon } from '../../../tempIcons/DoubleArrowIconIcon';\nimport { ArrowUpIcon } from '../../../tempIcons/ArrowUpIcon';\nimport { ArrowDownIcon } from '../../../tempIcons/ArrowDownIcon';\nexport const GetSortIcon = ({ sortState, columnId, size }) => {\n if (!sortState || sortState.columnId !== columnId)\n return React.createElement(DoubleArrowIcon, { size: size });\n if (sortState.direction === SortDirection.ascending) {\n return React.createElement(ArrowUpIcon, { color: theme.colors.neutral.ink.dark, size: size });\n }\n return React.createElement(ArrowDownIcon, { color: theme.colors.neutral.ink.dark, size: size });\n};\n//# sourceMappingURL=GetSortIcon.js.map","/* eslint-disable react-hooks/exhaustive-deps */\nimport { useEffect, useState } from 'react';\nimport throttle from 'lodash.throttle';\nimport ResizeObserver from 'resize-observer-polyfill';\nexport function useCellWidths(tableRef, containerRef) {\n const [cellWidths, setCellWidths] = useState([]);\n const updateCellWidths = () => {\n if (!tableRef.current)\n return;\n const cells = tableRef.current.querySelectorAll('tbody tr:first-child td');\n const widths = Array.from(cells).map((cell) => cell.getBoundingClientRect().width);\n setCellWidths(widths);\n };\n useEffect(() => {\n updateCellWidths();\n }, [tableRef.current]);\n // Update cell widths when container is resized.\n useEffect(() => {\n if (!containerRef.current)\n return;\n const resizeObserverCallback = throttle(updateCellWidths, 50); // Throttle events\n const resizeObserver = new ResizeObserver(resizeObserverCallback);\n resizeObserver.observe(containerRef.current);\n // eslint-disable-next-line consistent-return\n return () => resizeObserver.disconnect();\n }, [containerRef.current]);\n return cellWidths;\n}\n//# sourceMappingURL=useCellWidths.js.map","class CustomEvent extends Event {\n constructor(eventType, data) {\n super(eventType, { bubbles: true, cancelable: true });\n this.data = data;\n }\n}\nexport const customEventEmitter = (eventType, data) => {\n const evt = new CustomEvent(eventType, data);\n document.dispatchEvent(evt);\n};\n//# sourceMappingURL=customEventEmitter.js.map","import { useEffect, useState } from 'react';\nimport { customEventEmitter } from '../utils/customEventEmitter';\nexport const useColumnWidths = ({ tableRef, columns, columnIds, }) => {\n const getColumnWidths = (cols) => cols.reduce((obj, item) => {\n // eslint-disable-next-line no-param-reassign\n obj[item.id] = item.width;\n return obj;\n }, {});\n const [columnWidths, setColumnWidths] = useState(getColumnWidths(columns));\n const setColumnWidth = ({ columnId, width }) => {\n const calculateWidth = (column, lastColumn) => {\n var _a, _b, _c;\n if (lastColumn)\n return columnWidths[column.id] || column.width;\n const val = columnWidths[column.id] ||\n column.width ||\n ((_c = (_b = (_a = tableRef.current) === null || _a === void 0 ? void 0 : _a.querySelector(`th[data-columnid=\"${column.id}\"]`)) === null || _b === void 0 ? void 0 : _b.getBoundingClientRect()) === null || _c === void 0 ? void 0 : _c.width) ||\n undefined;\n return val;\n };\n const newColumnWidths = Object.assign({}, columnWidths);\n columns.forEach((column, i) => {\n const lastColumn = i === columns.length - 1;\n const newWidth = column.id === columnId ? width : calculateWidth(column, lastColumn);\n newColumnWidths[column.id] = newWidth;\n });\n setColumnWidths(newColumnWidths);\n customEventEmitter('columnWidthUpdated', {\n tableRef,\n // eslint-disable-next-line @typescript-eslint/no-shadow\n columnWidths: newColumnWidths,\n });\n };\n useEffect(() => {\n const widths = getColumnWidths(columns);\n const newColumnWidths = Object.assign({}, columnWidths);\n Object.keys(widths).forEach((key) => {\n if (typeof columnWidths[key] === undefined) {\n newColumnWidths[key] = widths[key];\n }\n });\n setColumnWidths(newColumnWidths);\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [JSON.stringify(columnIds)]);\n return {\n setColumnWidth,\n columnWidths,\n };\n};\n//# sourceMappingURL=useColumnWidths.js.map","export function getColumnWidth(columnId, columnWidths, columns) {\n if (columnWidths[columnId]) {\n return columnWidths[columnId];\n }\n const column = columns.find((col) => col.id === columnId);\n return column === null || column === void 0 ? void 0 : column.width;\n}\n//# sourceMappingURL=getColumnWidth.js.map","import { useCallback } from 'react';\nimport { useColumnWidths } from './useColumnWidths';\nimport { getColumnWidth } from '../utils/getColumnWidth';\nexport function useColumns(columns, tableRef, onResizeColumns) {\n const { columnWidths, setColumnWidth: originalSetColumnWidth } = useColumnWidths({\n tableRef,\n columns,\n columnIds: columns.map(({ id }) => id),\n });\n const newColumns = columns.map((column) => (Object.assign(Object.assign({}, column), { width: columnWidths[column.id] || column.width })));\n const setColumnWidth = useCallback(({ columnId, width }) => {\n originalSetColumnWidth({ columnId, width });\n if (onResizeColumns) {\n const updatedColumnWidths = columns.map(({ id }) => ({\n id,\n columnWidth: id === columnId ? width : getColumnWidth(id, columnWidths, columns),\n }));\n onResizeColumns(updatedColumnWidths);\n }\n }, [originalSetColumnWidth, onResizeColumns, columns, columnWidths]);\n const visible = newColumns.filter((col) => col.hidden !== true);\n const pinnedLeft = visible.filter((col) => col.pinned === 'left');\n const pinnedRight = visible.filter((col) => col.pinned === 'right');\n const notPinned = visible.filter((col) => col.pinned === 'none' || !col.pinned);\n return {\n visible: [...pinnedLeft, ...notPinned, ...pinnedRight],\n pinnedLeft,\n pinnedRight,\n setColumnWidth,\n };\n}\n//# sourceMappingURL=useColumns.js.map","import { useEffect } from 'react';\nexport function useDragToScroll(targetRef) {\n useEffect(() => {\n if (!targetRef.current)\n return;\n let isDragging = false;\n const scrollTarget = targetRef.current;\n const position = {\n left: 0,\n x: 0,\n };\n const mouseMoveHandler = (e) => {\n if (!scrollTarget)\n return;\n const dx = e.clientX - position.x;\n scrollTarget.scrollLeft = position.left - dx;\n if (!isDragging) {\n scrollTarget.style.cursor = 'grabbing';\n scrollTarget.style.userSelect = 'none';\n }\n isDragging = true;\n };\n const mouseUpHandler = () => {\n document.removeEventListener('mousemove', mouseMoveHandler);\n document.removeEventListener('mouseup', mouseUpHandler);\n isDragging = false;\n if (!scrollTarget)\n return;\n scrollTarget.style.removeProperty('cursor');\n scrollTarget.style.removeProperty('user-select');\n };\n const mouseDownHandler = (e) => {\n if (!scrollTarget)\n return;\n position.left = scrollTarget.scrollLeft;\n position.x = e.clientX;\n document.addEventListener('mousemove', mouseMoveHandler);\n document.addEventListener('mouseup', mouseUpHandler);\n };\n scrollTarget.addEventListener('mousedown', mouseDownHandler);\n /* eslint-disable-next-line consistent-return */\n return () => scrollTarget === null || scrollTarget === void 0 ? void 0 : scrollTarget.removeEventListener('mousedown', mouseDownHandler);\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [targetRef.current]);\n}\n//# sourceMappingURL=useDragToScroll.js.map","import { useState } from 'react';\nexport function useNested() {\n const [expandedRowIds, setExpandedRowIds] = useState([]);\n // TODO: Memoise this\n const setExpanded = (expanded, rowId) => {\n if (!rowId)\n return;\n if (expanded) {\n // Add rowId to expandedRowIds\n if (expandedRowIds.includes(rowId))\n return;\n const rowIds = [...expandedRowIds, rowId];\n setExpandedRowIds(rowIds);\n }\n else {\n // Remove rowIds from expandedRowIds\n const index = expandedRowIds.findIndex((id) => id === rowId);\n if (index < 0)\n return;\n const rowIds = [...expandedRowIds];\n rowIds.splice(index, 1);\n setExpandedRowIds(rowIds);\n }\n };\n return {\n nestedTableProps: {\n expandedRowIds,\n setExpanded,\n },\n };\n}\n//# sourceMappingURL=useNested.js.map","/* eslint-disable consistent-return */\n/* eslint-disable react-hooks/exhaustive-deps */\nimport { useEffect, useState } from 'react';\nimport ResizeObserver from 'resize-observer-polyfill';\nimport throttle from 'lodash.throttle';\nexport function useScrollPosition(containerRef) {\n const [scrollPosition, setScrollPosition] = useState('start');\n const updateScrollPosition = () => {\n if (!containerRef.current)\n return;\n const { width } = containerRef.current.getBoundingClientRect();\n const { scrollLeft, scrollWidth } = containerRef.current;\n if (scrollWidth < width) {\n setScrollPosition('none');\n return;\n }\n if (scrollLeft === 0) {\n setScrollPosition('start');\n return;\n }\n if (scrollLeft + width >= scrollWidth) {\n setScrollPosition('end');\n return;\n }\n setScrollPosition('middle');\n };\n useEffect(() => {\n if (!containerRef.current)\n return;\n containerRef.current.addEventListener('scroll', updateScrollPosition);\n return () => { var _a; return (_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.removeEventListener('scroll', updateScrollPosition); };\n }, [containerRef.current]);\n useEffect(() => {\n if (!containerRef.current)\n return;\n const resizeObserverCallback = throttle(updateScrollPosition, 50);\n const resizeObserver = new ResizeObserver(resizeObserverCallback);\n resizeObserver.observe(containerRef.current);\n return () => resizeObserver.disconnect();\n }, [containerRef.current]);\n return { scrollPosition, containerRef };\n}\n//# sourceMappingURL=useScrollPosition.js.map","export const defaultCellSpacing = 3;\nexport const headerCellHeight = '56px';\nexport const footerCellHeight = '56px';\n//# sourceMappingURL=constants.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { alignmentToFlex } from '../utils';\nimport { defaultCellSpacing, headerCellHeight } from '../constants';\nexport const Header = styled.th.withConfig({ displayName: \"vui--Header\", componentId: \"vui--12e6ib8\" }) `height:${headerCellHeight};position:relative;display:flex;align-items:center;justify-content:${({ align = 'left' }) => alignmentToFlex(align)};z-index:${({ zIndex = 0 }) => zIndex};background-color:white;padding-left:${({ spacing = defaultCellSpacing }) => theme.sizes[spacing]};padding-right:${({ spacing = defaultCellSpacing }) => theme.sizes[spacing]};border-bottom:1px solid ${theme.colors.neutral.grey.base};grid-column-end:${({ span = 1 }) => `span ${span}`};`;\n//# sourceMappingURL=Header.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { Checkbox } from '../../Checkbox';\nimport { Header } from './Header';\nexport function SelectionHeader(_a) {\n var { selected, indeterminate, onChange, selectionMode } = _a, headerProps = __rest(_a, [\"selected\", \"indeterminate\", \"onChange\", \"selectionMode\"]);\n if (selectionMode === 'single')\n return React.createElement(Header, Object.assign({}, headerProps));\n return (React.createElement(Header, Object.assign({}, headerProps),\n React.createElement(Checkbox, { checked: selected, indeterminate: indeterminate, onChange: onChange })));\n}\n//# sourceMappingURL=SelectionHeader.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { alignmentToFlex } from '../utils';\nimport { defaultCellSpacing, footerCellHeight } from '../constants';\nexport const Cell = styled.td.withConfig({ displayName: \"vui--Cell\", componentId: \"vui--1oz46st\" }) `display:flex;align-items:center;justify-content:${({ align = 'left' }) => alignmentToFlex(align)};background-color:white;padding-bottom:var(--density);padding-top:var(--density);padding-left:${({ spacing = defaultCellSpacing }) => theme.sizes[spacing]};padding-right:${({ spacing = defaultCellSpacing }) => theme.sizes[spacing]};color:${theme.text.bodySmall.color};font-family:${theme.text.bodySmall.fontFamily};font-size:${theme.text.bodySmall.fontSize};font-style:${theme.text.bodySmall.fontStyle};font-weight:${theme.text.bodySmall.fontWeight};line-height:${theme.text.bodySmall.lineHeight};grid-column-end:${({ span = 1 }) => `span ${span}`};tfoot &{min-height:${footerCellHeight};border-top:1px solid ${theme.colors.secondary.blue.base};background-color:${theme.colors.neutral.grey.lightest};}`;\n//# sourceMappingURL=Cell.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { Checkbox } from '../../Checkbox';\nimport { Radio } from '../../Radio';\nimport { Cell } from './Cell';\nexport function SelectionCell(_a) {\n var { selected, rowId, onChange, selectionMode, disabled } = _a, cellProps = __rest(_a, [\"selected\", \"rowId\", \"onChange\", \"selectionMode\", \"disabled\"]);\n if (selectionMode === 'single') {\n return (React.createElement(Cell, Object.assign({}, cellProps),\n React.createElement(Radio, { value: rowId, checked: selected, disabled: disabled, onChange: onChange })));\n }\n return (React.createElement(Cell, Object.assign({}, cellProps),\n React.createElement(Checkbox, { value: rowId, checked: selected, disabled: disabled, onChange: onChange })));\n}\n//# sourceMappingURL=SelectionCell.js.map","/* eslint-disable react/destructuring-assignment */\nimport React from 'react';\nimport { SelectionHeader } from '../components/SelectionHeader';\nimport { SelectionCell } from '../components/SelectionCell';\nconst emptySelectionState = [[], () => { }];\nexport function useSelection({ selectionMode = 'multiple', selectionState, enabledRowIds, }) {\n const selectionEnabled = !!selectionState;\n const [selectedRowIds, setSelectedRowIds] = selectionState || emptySelectionState;\n // TODO: Memoise this\n const setSelected = (selected, rowId) => {\n if (rowId === undefined || rowId === null)\n return; // Can't use falsey, must allow number 0\n if (selected && selectionMode === 'single') {\n // Replace selectedRowIds with only the current rowId\n setSelectedRowIds([rowId]);\n return;\n }\n if (selected) {\n // Add rowId to selectedRowIds\n if (selectedRowIds.includes(rowId))\n return;\n const rowIds = [...selectedRowIds, rowId];\n setSelectedRowIds(rowIds);\n }\n else {\n // Remove rowIds from selectedRowIds\n const index = selectedRowIds.findIndex((id) => id === rowId);\n if (index < 0)\n return;\n const rowIds = [...selectedRowIds];\n rowIds.splice(index, 1);\n setSelectedRowIds(rowIds);\n }\n };\n // TODO: Memoise this\n const toggleAllSelected = () => {\n if (selectedRowIds.length === enabledRowIds.length) {\n setSelectedRowIds([]);\n return;\n }\n setSelectedRowIds(enabledRowIds);\n };\n // TODO: Memoise this\n const selectionColumn = {\n id: 'selection',\n title: 'Selection',\n width: '40px',\n align: 'center',\n pinned: 'left',\n renderHeader: (column, headerProps) => (React.createElement(SelectionHeader, Object.assign({}, headerProps, { selected: selectedRowIds.length === enabledRowIds.length, indeterminate: selectedRowIds.length > 0 && selectedRowIds.length < enabledRowIds.length, onChange: toggleAllSelected, selectionMode: selectionMode }))),\n renderCell: (row, cellProps, actions, rowState) => (React.createElement(SelectionCell, Object.assign({}, cellProps, { rowId: row.id, selected: rowState.selected, onChange: actions.setSelected, selectionMode: selectionMode, disabled: rowState.disabled }))),\n };\n return {\n selectionEnabled,\n selectedRowIds,\n selectionColumn,\n setSelected,\n };\n}\n//# sourceMappingURL=useSelection.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const SortIndicator = styled.div.withConfig({ displayName: \"vui--SortIndicator\", componentId: \"vui--o7masx\" }) `width:20px;height:20px;display:flex;align-items:center;justify-content:center;background-color:white;color:${theme.colors.neutral.ink.lightest};`;\nexport const HeaderContent = styled.span.withConfig({ displayName: \"vui--HeaderContent\", componentId: \"vui--vlccds\" }) `display:flex;height:28px;align-items:center;gap:4px;white-space:nowrap;color:${theme.text.headingTable.color};font-family:${theme.text.headingTable.fontFamily};font-size:${theme.text.headingTable.fontSize};font-style:${theme.text.headingTable.fontStyle};font-weight:${theme.text.headingTable.fontWeight};line-height:${theme.text.headingTable.lineHeight};`;\nexport const ClickableHeaderContent = styled(HeaderContent).attrs(() => ({\n as: 'button',\n type: 'button',\n})).withConfig({ displayName: \"vui--ClickableHeaderContent\", componentId: \"vui--xbox8h\" }) `appearance:none;padding:0;border:0;border-radius:4px;background-color:transparent;&:not(:disabled):hover{cursor:pointer;}&:hover ${SortIndicator}{background-color:${theme.colors.neutral.grey.light};color:${theme.colors.neutral.ink.base};}&:focus-visible{outline:0;box-shadow:0px 0px 0px 2px ${theme.colors.secondary.blue.light};}`;\n//# sourceMappingURL=ColumnHeader.js.map","import React, { createRef } from 'react';\nimport styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const ResizerBar = styled.div.withConfig({ displayName: \"vui--ResizerBar\", componentId: \"vui--115ilx\" }) `position:absolute;right:0;top:37.5%;width:1px;background:${theme.colors.neutral.grey.dark};min-height:25%;cursor:col-resize;&::before{content:'';position:absolute;top:-150%;left:0;width:12px;min-height:400%;z-index:1;transform:translateX(-6px);}`;\nexport const ColumnDivider = ({ columnId, setColumnWidth, minWidth }) => {\n const ref = createRef();\n const padding = 24;\n const mouseMove = (event) => {\n const { minTranslate, dragDivider, dragInitX } = window.tableHeaders;\n const translate = Math.max(event.clientX - (dragInitX || 0), minTranslate || 0);\n dragDivider.parentElement.parentElement.classList.add('hideHeaderDetails');\n dragDivider.style.transform = `translateX(${translate}px)`;\n };\n const minTranslate = () => {\n const { parentElement } = window.tableHeaders.dragDivider;\n const contentWidth = parentElement\n .querySelector('.headerContent')\n .getBoundingClientRect().width;\n const currWidth = parentElement.getBoundingClientRect().width;\n return contentWidth - currWidth + padding;\n };\n const calculateWidth = ({ event }) => {\n const { dragInitX, dragDivider } = window.tableHeaders;\n const { parentElement } = dragDivider;\n const initWidth = parentElement === null || parentElement === void 0 ? void 0 : parentElement.getBoundingClientRect().width;\n const contentWidth = parentElement\n .querySelector('.headerContent')\n .getBoundingClientRect().width;\n const finalWidth = minWidth && contentWidth < minWidth ? minWidth : contentWidth;\n const deltaX = (event.clientX || 0) - (dragInitX || 0);\n return Math.max((initWidth || 0) + deltaX, finalWidth + padding);\n };\n const mouseUp = (event) => {\n window.removeEventListener('mouseup', mouseUp);\n window.removeEventListener('dragend', mouseUp);\n window.removeEventListener('mousemove', mouseMove);\n window.removeEventListener('drag', mouseMove);\n setColumnWidth === null || setColumnWidth === void 0 ? void 0 : setColumnWidth({ columnId, width: calculateWidth({ event }) });\n if (window.tableHeaders) {\n window.tableHeaders.dragDivider.style.transform = 'translateX(0)';\n window.tableHeaders.dragDivider.parentElement.style.justifyContent = '';\n window.tableHeaders.dragInitX = undefined;\n window.tableHeaders.minTranslate = undefined;\n window.tableHeaders.dragDivider.parentElement.parentElement.classList.remove('hideHeaderDetails');\n }\n };\n const trackMouseStart = (event) => {\n if (event.button !== 0 && event.type !== 'dragstart')\n return;\n window.tableHeaders = {\n dragInitX: event.clientX,\n dragDivider: ref.current,\n };\n window.tableHeaders.minTranslate = minTranslate();\n window.addEventListener('mouseup', mouseUp);\n window.addEventListener('dragend', mouseUp);\n window.addEventListener('mousemove', mouseMove);\n window.addEventListener('drag', mouseMove);\n };\n return (React.createElement(ResizerBar, { ref: ref, className: \"th-divider\", onMouseDown: trackMouseStart, onDragStart: trackMouseStart }));\n};\n//# sourceMappingURL=ColumnDivider.js.map","import React from 'react';\nimport { Tooltip } from '../../Tooltip';\nimport { Header } from '../components/Header';\nimport { HeaderContent, ClickableHeaderContent, SortIndicator } from '../components/ColumnHeader';\nimport { getNextSortState, GetSortIcon } from '../utils';\nimport { ColumnDivider } from '../components/ColumnDivider';\n/**\n * Default renderer for table header cells\n *\n * @param column Column configuration object\n * @returns Header cell instance\n */\nexport function renderHeader({ column, sortState, onChangeSort, resizeableColumns, setColumnWidth, columnCount = 1, columnI = 0, }) {\n if (column.sortable && !sortState) {\n throw new Error(`Column '${column.id}' is configured to be sortable but the 'sortState' prop is missing.`);\n }\n if (column.hidden) {\n return null;\n }\n const headerProps = {\n key: column.id.toString(),\n id: `datatable-header-${column.id}`,\n 'data-columnid': String(column.id),\n role: 'columnheader',\n align: column.align,\n spacing: column.spacing,\n className: column.sortable ? 'sortable' : undefined,\n };\n // If defined, use custom renderer\n if (column.renderHeader) {\n return column.renderHeader(column, headerProps);\n }\n const handleClickSort = () => {\n if (!sortState) {\n console.log('DataGrid::renderHeader::handleClickSort - sortState is not defined');\n return;\n }\n const nextSortState = getNextSortState({ sortState, columnId: column.id });\n if (!onChangeSort) {\n console.log('DataGrid::renderHeader::handleClickSort - onChangeSort is not defined');\n return;\n }\n onChangeSort(nextSortState);\n };\n const ColumnHeaderContent = column.sortable ? ClickableHeaderContent : HeaderContent;\n const columnHeaderProps = column.sortable ? { onClick: handleClickSort } : {};\n return (React.createElement(Header, Object.assign({}, headerProps, { zIndex: 3 }),\n React.createElement(Tooltip, { text: column.tooltip },\n React.createElement(ColumnHeaderContent, Object.assign({}, columnHeaderProps, { className: \"headerContent\" }),\n column.icon && column.icon,\n column.title && React.createElement(\"span\", null, column.title),\n column.sortable && (React.createElement(SortIndicator, null,\n React.createElement(GetSortIcon, { sortState: sortState, columnId: column.id, size: 5 }))))),\n resizeableColumns && columnI < columnCount - 1 && (React.createElement(ColumnDivider, { columnId: column.id, setColumnWidth: setColumnWidth, minWidth: column === null || column === void 0 ? void 0 : column.resizeMinWidth }))));\n}\n//# sourceMappingURL=renderHeader.js.map","import { SortDirection } from '../types';\nexport function getNextSortState({ sortState, columnId }) {\n const isColumnSame = sortState.columnId === columnId;\n const isDefaultDirection = sortState.direction === SortDirection.ascending;\n let newSortDirection = SortDirection.ascending;\n if (isColumnSame && isDefaultDirection) {\n newSortDirection = SortDirection.descending;\n }\n return { columnId, direction: newSortDirection };\n}\n//# sourceMappingURL=getNextSortState.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\n/* Loading content shimmer animation */\nconst shimmerLight = theme.colors.neutral.grey.base;\nconst shimmerDark = theme.colors.neutral.grey.dark;\nexport const LoadingCellContent = styled.div.withConfig({ displayName: \"vui--LoadingCellContent\", componentId: \"vui--1mf4ayh\" }) `height:20px;width:75%;border-radius:${theme.radius.base};background:${shimmerLight};background-image:linear-gradient(\\n to right,\\n ${shimmerLight} 0%,\\n ${shimmerDark} 20%,\\n ${shimmerLight} 40%,\\n ${shimmerLight} 100%\\n );background-repeat:no-repeat;background-size:800px 104px;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholderShimmer;animation-timing-function:linear;@keyframes placeholderShimmer{0%{background-position:-468px 0;}100%{background-position:468px 0;}}`;\n//# sourceMappingURL=LoadingCellContent.js.map","import React, { useEffect, useState } from 'react';\nimport styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { renderHeader } from '../renderers/renderHeader';\nimport { headerCellHeight } from '../constants';\nconst Container = styled.div.withConfig({ displayName: \"vui--Container\", componentId: \"vui--1feqxrw\" }) `display:grid;grid-template-columns:auto 1fr;align-items:center;position:absolute;top:0;left:0;right:0;z-index:50;height:${headerCellHeight};background-color:white;`;\nconst Content = styled.div.withConfig({ displayName: \"vui--Content\", componentId: \"vui--dbz7t3\" }) `width:100%;height:100%;display:flex;align-items:center;padding:0 0.5rem;border-bottom:1px solid ${theme.colors.neutral.grey.base};& > *{flex:1;}`;\nexport function ActionBar({ selectionColumn, intersectionTargetRef, containerRef, children, }) {\n var _a;\n const [isSticky, setIsSticky] = useState(false);\n useEffect(() => {\n if (!intersectionTargetRef.current)\n return;\n const callback = (entries) => {\n entries.forEach((entry) => {\n setIsSticky(!entry.isIntersecting);\n });\n };\n const intersectionObserver = new IntersectionObserver(callback);\n intersectionObserver.observe(intersectionTargetRef.current);\n /* eslint-disable-next-line consistent-return */\n return () => intersectionObserver.disconnect();\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [intersectionTargetRef.current]);\n const containerRect = (_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect();\n const defaultPositionStyles = {\n position: 'absolute',\n top: 0,\n left: 0,\n right: 0,\n };\n const stickyPositionStyles = {\n position: 'fixed',\n top: 0,\n left: containerRect === null || containerRect === void 0 ? void 0 : containerRect.left,\n width: containerRect === null || containerRect === void 0 ? void 0 : containerRect.width,\n };\n const style = isSticky ? stickyPositionStyles : defaultPositionStyles;\n return (React.createElement(Container, { style: style },\n renderHeader({ column: selectionColumn }),\n React.createElement(Content, null, children)));\n}\n//# sourceMappingURL=ActionBar.js.map","import React from 'react';\nexport const VisiblityIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M12 4.5C7 4.5 2.73 7.61 1 12C2.73 16.39 7 19.5 12 19.5C17 19.5 21.27 16.39 23 12C21.27 7.61 17 4.5 12 4.5ZM12 17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7C14.76 7 17 9.24 17 12C17 14.76 14.76 17 12 17ZM12 9C10.34 9 9 10.34 9 12C9 13.66 10.34 15 12 15C13.66 15 15 13.66 15 12C15 10.34 13.66 9 12 9Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=VisibilityIcon.js.map","import React from 'react';\nexport const VisiblityOffIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M12 7C14.76 7 17 9.24 17 12C17 12.65 16.87 13.26 16.64 13.83L19.56 16.75C21.07 15.49 22.26 13.86 22.99 12C21.26 7.61 16.99 4.5 11.99 4.5C10.59 4.5 9.25 4.75 8.01 5.2L10.17 7.36C10.74 7.13 11.35 7 12 7ZM2 4.27L4.28 6.55L4.74 7.01C3.08 8.3 1.78 10.02 1 12C2.73 16.39 7 19.5 12 19.5C13.55 19.5 15.03 19.2 16.38 18.66L16.8 19.08L19.73 22L21 20.73L3.27 3L2 4.27ZM7.53 9.8L9.08 11.35C9.03 11.56 9 11.78 9 12C9 13.66 10.34 15 12 15C12.22 15 12.44 14.97 12.65 14.92L14.2 16.47C13.53 16.8 12.79 17 12 17C9.24 17 7 14.76 7 12C7 11.21 7.2 10.47 7.53 9.8ZM11.84 9.02L14.99 12.17L15.01 12.01C15.01 10.35 13.67 9.01 12.01 9.01L11.84 9.02Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=VisibilityOffIcon.js.map","import React from 'react';\nexport const ReorderIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M3 15H21V13H3V15ZM3 19H21V17H3V19ZM3 11H21V9H3V11ZM3 5V7H21V5H3Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=ReorderIcon.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const EmptyBodyContent = styled.div.withConfig({ displayName: \"vui--EmptyBodyContent\", componentId: \"vui--grzgy2\" }) `padding-top:${theme.sizes.lg};padding-bottom:${theme.sizes.lg};grid-column:${({ columnCount }) => `1 / span ${columnCount}`};display:flex;flex-direction:column;align-items:center;justify-content:center;gap:${theme.sizes.md};`;\nexport const EmptyBodyGlyphWrapper = styled.div.withConfig({ displayName: \"vui--EmptyBodyGlyphWrapper\", componentId: \"vui--1uqall4\" }) `padding:${theme.sizes.md};background-color:${theme.colors.neutral.grey.light};border-radius:${theme.radius.full};`;\n//# sourceMappingURL=EmptyBodyContent.js.map","import styled from 'styled-components';\nexport const NoWrap = styled.div.withConfig({ displayName: \"vui--NoWrap\", componentId: \"vui--208yv4\" }) `white-space:nowrap;`;\n//# sourceMappingURL=NoWrap.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const Row = styled.tr.withConfig({ displayName: \"vui--Row\", componentId: \"vui--ryxbs1\" }) `display:contents;${({ selected }) => selected &&\n `\n &&&& > td {\n background-color: ${theme.colors.brand.blue.lightest};\n }\n `};${({ accentColor }) => accentColor &&\n `\n &> *:first-child {\n position: relative;\n }\n\n & > *:first-child::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 4px;\n background-color: ${accentColor};\n }\n `}`;\n//# sourceMappingURL=Row.js.map","import styled from 'styled-components';\nexport const ScrollContainer = styled.div.withConfig({ displayName: \"vui--ScrollContainer\", componentId: \"vui--1bx96p0\" }) `position:relative;width:100%;overflow-x:auto;overflow-y:hidden;`;\n//# sourceMappingURL=ScrollContainer.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nconst defaultDensity = 'base';\nexport const TableGrid = styled.table.withConfig({ displayName: \"vui--TableGrid\", componentId: \"vui--1fsix8g\" }) `min-width:100%;width:max-content;display:grid;& thead,& tbody,& tfoot{display:contents;}--density:${theme.sizes[defaultDensity]};&& tr:hover td{background-color:#f2f8fc;}${({ css }) => css}`;\n//# sourceMappingURL=TableGrid.js.map","import styled from 'styled-components';\nexport const Truncate = styled.div.withConfig({ displayName: \"vui--Truncate\", componentId: \"vui--14fzkum\" }) `overflow:hidden;text-overflow:ellipsis;white-space:nowrap;`;\n//# sourceMappingURL=Truncate.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nconst borderModeStyles = {\n full: `border-width: 1px; border-radius: ${theme.radius.base};`,\n vertical: 'border-width: 0; border-top-width: 1px; border-bottom-width: 1px;',\n none: 'border-width: 0;',\n};\nexport const Wrapper = styled.div.withConfig({ displayName: \"vui--Wrapper\", componentId: \"vui--5gfhdd\" }) `width:100%;position:relative;border-style:solid;border-color:${theme.colors.neutral.grey.dark};${({ borderMode = 'full' }) => borderModeStyles[borderMode]} &,& *{box-sizing:border-box;}.hideHeaderDetails th{> *{opacity:0.1;}.th-divider{opacity:1;}}`;\n//# sourceMappingURL=Wrapper.js.map","/* eslint-disable react-hooks/exhaustive-deps */\nimport React, { useEffect, useRef, useState } from 'react';\nimport throttle from 'lodash.throttle';\nimport ResizeObserver from 'resize-observer-polyfill';\nimport { theme } from '../../../theme';\nimport { headerCellHeight } from '../constants';\nimport { TableGrid } from './TableGrid';\nexport function StickyHead({ children, intersectionTargetRef, containerRef, cellWidths, tableCss, }) {\n const stickyContainerRef = useRef(null);\n const [isVisible, setIsVisible] = useState(false);\n const [containerRect, setContainerRect] = useState({\n top: 0,\n left: 0,\n width: 0,\n height: 0,\n });\n const updateContainerDimensions = () => {\n var _a;\n const targetRect = (_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect();\n const newRect = {\n left: (targetRect === null || targetRect === void 0 ? void 0 : targetRect.left) || 0,\n width: (targetRect === null || targetRect === void 0 ? void 0 : targetRect.width) || 0,\n top: 0,\n height: 48,\n };\n setContainerRect(newRect);\n };\n const updateContainerScrollPosition = () => {\n var _a;\n if (!containerRef.current)\n return;\n const xScrollOffset = containerRef.current.scrollLeft;\n (_a = stickyContainerRef.current) === null || _a === void 0 ? void 0 : _a.scrollTo(xScrollOffset, 0);\n };\n // Configure intersection observer to toggle sticky header on/off\n useEffect(() => {\n if (!intersectionTargetRef.current)\n return;\n const options = {\n threshold: 1.0,\n };\n const intersectionCallback = (entries) => {\n entries.forEach((entry) => {\n setIsVisible(!entry.isIntersecting);\n });\n };\n const intersectionObserver = new IntersectionObserver(intersectionCallback, options);\n intersectionObserver.observe(intersectionTargetRef.current);\n return () => intersectionObserver.disconnect(); // eslint-disable-line consistent-return\n }, [intersectionTargetRef.current]);\n // Calculate sticky header position and size to match table container\n useEffect(() => {\n if (!isVisible)\n return;\n if (!containerRef.current)\n return;\n updateContainerDimensions();\n }, [containerRef.current, isVisible]);\n // Update dimensions when container element is resized\n useEffect(() => {\n if (!isVisible)\n return;\n if (!containerRef.current)\n return;\n const resizeObserverCallback = throttle(updateContainerDimensions, 33); // Throttle events\n const resizeObserver = new ResizeObserver(resizeObserverCallback);\n resizeObserver.observe(containerRef.current);\n return () => resizeObserver.disconnect(); // eslint-disable-line consistent-return\n }, [containerRef.current, isVisible]);\n // Sync container scrolling\n useEffect(() => {\n updateContainerScrollPosition();\n }, [isVisible]);\n useEffect(() => {\n var _a;\n (_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.addEventListener('scroll', updateContainerScrollPosition);\n return () => {\n var _a;\n (_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.removeEventListener('scroll', updateContainerScrollPosition);\n };\n }, [containerRef.current]);\n // Render sticky header\n if (!isVisible)\n return null;\n const containerStyle = Object.assign(Object.assign({}, containerRect), { height: headerCellHeight, position: 'fixed', zIndex: 5, overflowX: 'hidden', overflowY: 'hidden', borderBottom: `1px solid ${theme.colors.neutral.grey.base}` });\n // Generate styles to sync sticky columns with \"real\" columns\n const columnsCss = cellWidths\n .map((width, index) => `\n & th:nth-child(${index + 1}) {\n width: ${width}px;\n }\n `)\n .join('');\n // Append to generated table styles\n const allCss = tableCss + columnsCss;\n return (React.createElement(\"div\", { style: containerStyle, ref: stickyContainerRef },\n React.createElement(TableGrid, { css: allCss },\n React.createElement(\"thead\", null, children))));\n}\n//# sourceMappingURL=StickyHead.js.map","export const getRowState = (rowId, { selectedRowIds, expandedRowIds, disabledRowIds, }) => {\n const rowState = {\n selected: (selectedRowIds === null || selectedRowIds === void 0 ? void 0 : selectedRowIds.includes(rowId)) || false,\n expanded: (expandedRowIds === null || expandedRowIds === void 0 ? void 0 : expandedRowIds.includes(rowId)) || false,\n disabled: (disabledRowIds === null || disabledRowIds === void 0 ? void 0 : disabledRowIds.includes(rowId)) || false,\n };\n return rowState;\n};\n//# sourceMappingURL=getRowState.js.map","/* eslint-disable jsx-a11y/no-redundant-roles */\nimport React, { useRef } from 'react';\nimport { Stack } from '../Stack';\nimport { Text } from '../Text';\nimport { generateTableCss } from './utils';\nimport { useCellWidths, useColumns, useDragToScroll, useScrollPosition, useSelection, } from './hooks';\nimport { renderCell, renderFooter, renderHeader, renderLoadingCell, renderNestedCell, } from './renderers';\nimport { ActionBar } from './components/ActionBar';\nimport { Cell } from './components/Cell';\nimport { ColumnMenu } from './components/ColumnMenu';\nimport { EmptyBodyContent, EmptyBodyGlyphWrapper } from './components/EmptyBodyContent';\nimport { Header } from './components/Header';\nimport { NoWrap } from './components/NoWrap';\nimport { Row } from './components/Row';\nimport { ScrollContainer } from './components/ScrollContainer';\nimport { TableGrid } from './components/TableGrid';\nimport { Truncate } from './components/Truncate';\nimport { Wrapper } from './components/Wrapper';\nimport { SelectionCell } from './components/SelectionCell';\nimport { SelectionHeader } from './components/SelectionHeader';\nimport { StickyHead } from './components/StickyHead';\nimport { getRowState } from './utils/getRowState';\nimport { InfoIcon } from '../../tempIcons/InfoIcon';\nconst defaultEmptyState = {\n icon: React.createElement(InfoIcon, { width: 48, height: 48 }),\n heading: 'No results',\n};\nconst emptyAction = () => { };\nexport const DataTable = ({ ActionBarSlot, borderMode, columns: initialColumns, emptyState = defaultEmptyState, expandedRowIds, loading, loadingRowCount, onChangeSort, rows, disabledRowIds, selectionMode, selectionState, setExpanded, sortState, stripingMode, enableStickyHeader, resizeableColumns, onResizeColumns, }) => {\n // Refs\n const scrollContainerRef = useRef(null);\n const tableRef = useRef(null);\n const intersectionTargetRef = useRef(null);\n useDragToScroll(scrollContainerRef);\n // Configure row selection\n const enabledRowIds = rows.map((row) => row.id).filter((id) => !(disabledRowIds === null || disabledRowIds === void 0 ? void 0 : disabledRowIds.includes(id)));\n const { selectionEnabled, selectedRowIds, selectionColumn, setSelected } = useSelection({\n selectionMode,\n selectionState,\n enabledRowIds,\n });\n // Assign actions\n const actions = {\n setSelected: setSelected || emptyAction,\n setExpanded: setExpanded || emptyAction,\n };\n // Process columns\n const columnsWithSelection = [selectionColumn, ...initialColumns];\n const allColumns = selectionEnabled ? columnsWithSelection : initialColumns;\n const cellWidths = useCellWidths(tableRef, scrollContainerRef);\n const { visible, pinnedLeft, pinnedRight, setColumnWidth } = useColumns(allColumns, tableRef, onResizeColumns);\n const adjustedCellWidths = cellWidths.length === visible.length\n ? visible.map((col, i) => Number.isNaN(col.width || '') ? cellWidths[i] : col.width)\n : cellWidths;\n // Generate styles\n const { scrollPosition } = useScrollPosition(scrollContainerRef);\n const tableCss = generateTableCss({\n pinnedLeft,\n pinnedRight,\n cellWidths: adjustedCellWidths,\n scrollPosition,\n visible,\n stripingMode,\n });\n // Render states\n if (loading) {\n const loadingRows = new Array(loadingRowCount).fill(true).map(() => ({\n // generate random ID forcing all rows to re-render avoid animation de-sync\n id: Math.random() * 1000,\n data: null,\n }));\n return (React.createElement(Wrapper, { borderMode: borderMode },\n React.createElement(ScrollContainer, { ref: scrollContainerRef },\n React.createElement(TableGrid, { css: tableCss, ref: tableRef, role: \"table\" },\n React.createElement(\"thead\", { role: \"rowgroup\" },\n React.createElement(Row, { role: \"row\" }, visible.map((column, i) => renderHeader({\n column,\n sortState,\n onChangeSort,\n resizeableColumns,\n setColumnWidth,\n columnCount: visible.length,\n columnI: i,\n })))),\n React.createElement(\"tbody\", { role: \"rowgroup\" }, loadingRows.map((row) => (React.createElement(Row, { key: row.id }, visible.map((col) => renderLoadingCell(row, col))))))))));\n }\n if (rows.length === 0) {\n return (React.createElement(Wrapper, { borderMode: borderMode },\n React.createElement(ScrollContainer, { ref: scrollContainerRef },\n React.createElement(TableGrid, { css: tableCss, ref: tableRef, role: \"table\" },\n React.createElement(\"thead\", { role: \"rowgroup\" },\n React.createElement(Row, { role: \"row\" }, visible.map((column, i) => renderHeader({\n column,\n sortState,\n onChangeSort,\n resizeableColumns,\n setColumnWidth,\n columnCount: visible.length,\n columnI: i,\n })))),\n React.createElement(\"tbody\", { role: \"rowgroup\" },\n React.createElement(EmptyBodyContent, { columnCount: visible.length },\n React.createElement(EmptyBodyGlyphWrapper, null, emptyState.icon),\n React.createElement(Stack, { spacing: \"sm\", alignX: \"center\" },\n React.createElement(Text, { variant: \"headingMedium\" }, emptyState.heading),\n emptyState.subheading && (React.createElement(Text, { variant: \"subheadingMedium\" }, emptyState.subheading)))))))));\n }\n const renderRow = (row) => {\n const { e2eClassName = '', accentColor } = row;\n const rowState = getRowState(row.id, { selectedRowIds, expandedRowIds, disabledRowIds });\n return (React.createElement(Row, Object.assign({ role: \"row\", key: row.id, accentColor: accentColor, className: e2eClassName }, rowState), visible.map((col) => renderCell(row, col, actions, rowState))));\n };\n const renderNestedRow = (nestedRow, rowId) => {\n var _a, _b;\n const nestedRowE2eClassName = (_b = (_a = nestedRow === null || nestedRow === void 0 ? void 0 : nestedRow.data) === null || _a === void 0 ? void 0 : _a.e2eClassNames) === null || _b === void 0 ? void 0 : _b.row;\n const rowState = getRowState(rowId, { selectedRowIds, expandedRowIds, disabledRowIds });\n return (React.createElement(Row, { role: \"row\", key: nestedRow.id, className: nestedRowE2eClassName }, visible.map((col) => renderNestedCell(nestedRow, col, rowState))));\n };\n const renderSection = (row) => {\n var _a;\n const isExpanded = expandedRowIds === null || expandedRowIds === void 0 ? void 0 : expandedRowIds.includes(row.id);\n return (React.createElement(\"tbody\", { role: \"rowgroup\", key: row.id },\n renderRow(row),\n isExpanded && ((_a = row.nestedRows) === null || _a === void 0 ? void 0 : _a.map((nestedRow) => renderNestedRow(nestedRow, row.id)))));\n };\n const renderBody = () => {\n const hasNestedRows = !!expandedRowIds;\n const hasMultipleSections = hasNestedRows && stripingMode === 'nested';\n if (hasMultipleSections) {\n return rows.map(renderSection);\n }\n if (hasNestedRows) {\n return (React.createElement(\"tbody\", { role: \"rowgroup\" }, rows.map((row) => {\n var _a;\n const rowElement = renderRow(row);\n const isExpanded = expandedRowIds === null || expandedRowIds === void 0 ? void 0 : expandedRowIds.includes(row.id);\n const nestedRowElements = (isExpanded &&\n ((_a = row.nestedRows) === null || _a === void 0 ? void 0 : _a.map((nestedRow) => renderNestedRow(nestedRow, row.id)))) ||\n [];\n return [rowElement, ...nestedRowElements];\n })));\n }\n return React.createElement(\"tbody\", { role: \"rowgroup\" }, rows.map(renderRow));\n };\n const headersMarkup = (React.createElement(Row, { role: \"row\" }, visible.map((column, i) => renderHeader({\n column,\n sortState,\n onChangeSort,\n resizeableColumns,\n setColumnWidth,\n columnCount: visible.length,\n columnI: i,\n }))));\n const shouldRenderFooter = initialColumns.some((column) => !!column.renderFooter);\n const shouldRenderActionBar = selectedRowIds.length > 0 && !!ActionBarSlot;\n return (React.createElement(Wrapper, { borderMode: borderMode },\n shouldRenderActionBar && (React.createElement(ActionBar, { selectionColumn: selectionColumn, intersectionTargetRef: intersectionTargetRef, containerRef: scrollContainerRef }, ActionBarSlot)),\n React.createElement(ScrollContainer, { ref: scrollContainerRef },\n enableStickyHeader && (React.createElement(StickyHead, { tableCss: tableCss, intersectionTargetRef: intersectionTargetRef, containerRef: scrollContainerRef, cellWidths: adjustedCellWidths }, headersMarkup)),\n React.createElement(\"div\", { ref: intersectionTargetRef, style: { height: 0 } }),\n React.createElement(TableGrid, { css: tableCss, ref: tableRef, role: \"table\" },\n React.createElement(\"thead\", { role: \"rowgroup\" }, headersMarkup),\n renderBody(),\n shouldRenderFooter && (React.createElement(\"tfoot\", { role: \"rowgroup\" },\n React.createElement(Row, { role: \"row\" }, visible.map((column) => renderFooter({ column })))))))));\n};\nDataTable.defaultProps = {\n loading: false,\n loadingRowCount: 5,\n selectionMode: 'multiple',\n stripingMode: 'row',\n enableStickyHeader: true,\n};\nDataTable.Cell = Cell;\nDataTable.ColumnMenu = ColumnMenu;\nDataTable.SelectionCell = SelectionCell;\nDataTable.SelectionHeader = SelectionHeader;\nDataTable.Header = Header;\nDataTable.Truncate = Truncate;\nDataTable.NoWrap = NoWrap;\n//# sourceMappingURL=DataTable.js.map","import React from 'react';\nimport { Cell } from '../components/Cell';\nimport { LoadingCellContent } from '../components/LoadingCellContent';\n/**\n * Default renderer for loading cells\n * @param row\n * @param column\n * @returns\n */\nexport function renderLoadingCell(row, column) {\n if (column.hidden === true) {\n return null;\n }\n const cellProps = {\n align: column.align,\n key: `${row.id}-${column.id}`,\n role: 'cell',\n spacing: column.spacing,\n };\n return (React.createElement(Cell, Object.assign({}, cellProps),\n React.createElement(LoadingCellContent, null)));\n}\n//# sourceMappingURL=renderLoadingCell.js.map","/**\n * Default renderer for table cells\n *\n * @param row\n * @param column\n * @returns\n */\nexport function renderCell(row, column, actions, rowState) {\n if (column.hidden) {\n return null;\n }\n const cellProps = {\n align: column.align,\n key: `${row.id}-${column.id}`,\n role: 'cell',\n spacing: column.spacing,\n span: column.span,\n };\n return column.renderCell(row, cellProps, actions, rowState);\n}\n//# sourceMappingURL=renderCell.js.map","import React from 'react';\nimport { Cell } from '../components/Cell';\n/**\n * Default renderer for table cells in nested rows\n *\n * @param nestedRow\n * @param column\n * @returns\n */\nexport function renderNestedCell(nestedRow, column, rowState) {\n if (column.hidden) {\n return null;\n }\n const cellProps = {\n align: column.align,\n key: `${nestedRow.id}-${column.id}`,\n role: 'cell',\n spacing: column.spacing,\n };\n if (!column.renderNestedCell) {\n return React.createElement(Cell, Object.assign({}, cellProps));\n }\n return column.renderNestedCell(nestedRow, cellProps, rowState);\n}\n//# sourceMappingURL=renderNestedCell.js.map","import React from 'react';\nimport { Cell } from '../components/Cell';\n/**\n * Default renderer for table footer cells\n *\n * @param column Column configuration object\n * @returns Footer cell instance\n */\nexport function renderFooter({ column }) {\n if (column.hidden) {\n return null;\n }\n const footerProps = {\n key: column.id,\n role: 'cell',\n align: column.align,\n spacing: column.spacing,\n };\n if (!column.renderFooter) {\n return React.createElement(Cell, Object.assign({}, footerProps));\n }\n return column.renderFooter(column, footerProps);\n}\n//# sourceMappingURL=renderFooter.js.map","import React, { useState } from 'react';\nimport { Button } from '../../Button';\nimport { Card } from '../../Card';\nimport { Popover } from '../../Popover';\nimport { Stack } from '../../Stack';\nimport { theme } from '../../../theme';\nimport { VisiblityIcon } from '../../../tempIcons/VisibilityIcon';\nimport { VisiblityOffIcon } from '../../../tempIcons/VisibilityOffIcon';\nimport { ReorderIcon } from '../../../tempIcons/ReorderIcon';\nexport function ColumnMenu({ columns, columnGroups, setColumns }) {\n const [popoverAnchor, setPopoverAnchor] = useState(null);\n const [showPopover, setShowPopover] = useState(false);\n const columnEntries = columns.map((column) => [column.id, column]);\n const columnsMap = Object.fromEntries(columnEntries);\n const groups = columnGroups.map((group) => group.map((columnId) => columnsMap[columnId]));\n const setHidden = (groupIndex, hidden) => {\n const columnIds = groups[groupIndex].map((column) => column.id);\n const newColumns = [...columns];\n columnIds.forEach((columnId) => {\n const index = newColumns.findIndex((column) => column.id === columnId);\n if (index < 0)\n return;\n newColumns[index] = Object.assign(Object.assign({}, newColumns[index]), { hidden });\n });\n setColumns(newColumns);\n };\n return (React.createElement(React.Fragment, null,\n React.createElement(Button, { ref: setPopoverAnchor, dropdown: true, onClick: () => setShowPopover(true) }, \"Columns\"),\n showPopover && (React.createElement(Popover, { anchorElement: popoverAnchor, onShouldClose: () => setShowPopover(false) },\n React.createElement(Card, { style: { width: 600 } },\n React.createElement(Stack, { alignX: \"stretch\", spacing: \"sm\" }, groups.map((group, groupIndex) => (React.createElement(Stack, { key: group[0].id, direction: \"horizontal\", alignY: \"center\", spacing: \"sm\", style: {\n border: '1px solid black',\n padding: 8,\n } },\n React.createElement(Button, { variant: \"flat\", icon: React.createElement(ReorderIcon, null) }),\n React.createElement(Stack, { spacing: \"sm\", style: { flex: 1 } }, group.map((column) => (React.createElement(\"div\", { key: column.id }, column.title)))),\n React.createElement(Stack, { direction: \"horizontal\", spacing: \"sm\" }, group[0].hidden ? (React.createElement(Button, { variant: \"flat\", icon: React.createElement(VisiblityOffIcon, null), onClick: () => setHidden(groupIndex, false), style: { color: theme.colors.neutral.ink.lightest } })) : (React.createElement(Button, { variant: \"flat\", icon: React.createElement(VisiblityIcon, null), onClick: () => setHidden(groupIndex, true) }))))))))))));\n}\n//# sourceMappingURL=ColumnMenu.js.map","import React from 'react';\nimport styled from 'styled-components';\nimport { theme } from '../../theme';\nconst List = styled.dl.withConfig({ displayName: \"vui--List\", componentId: \"vui--syirga\" }) `margin:unset;& > * + *{margin-top:${theme.sizes.base};}`;\nconst Item = styled.div.withConfig({ displayName: \"vui--Item\", componentId: \"vui--dz7dgm\" }) `& > * + *{margin-top:${theme.sizes.xs};}`;\nconst ItemRow = styled.div.withConfig({ displayName: \"vui--ItemRow\", componentId: \"vui--1b0o5wp\" }) `display:flex;justify-content:space-between;& > * + *{margin-left:${theme.sizes.base};}`;\nconst DescriptionContainer = styled.div.withConfig({ displayName: \"vui--DescriptionContainer\", componentId: \"vui--foltw8\" }) `text-align:right;& > * + *{margin-top:${theme.sizes.xs};}`;\nconst Term = styled.dt.withConfig({ displayName: \"vui--Term\", componentId: \"vui--s2cfux\" }) `font-family:${theme.text.bodyBold.fontFamily};font-size:${theme.text.bodyBold.fontSize};font-weight:${theme.text.bodyBold.fontWeight};line-height:${theme.text.bodyBold.lineHeight};color:${theme.text.bodyBold.color};`;\nconst Description = styled.dd.withConfig({ displayName: \"vui--Description\", componentId: \"vui--1915ejg\" }) `margin-left:unset;font-family:${theme.text.body.fontFamily};font-size:${theme.text.body.fontSize};font-weight:${theme.text.body.fontWeight};line-height:${theme.text.body.lineHeight};color:${theme.text.body.color};`;\nexport const DescriptionList = ({ items, horizontal }) => {\n const renderDescription = (description) => {\n if (Array.isArray(description)) {\n return description.map((d) => React.createElement(Description, { key: d }, d));\n }\n return React.createElement(Description, null, description);\n };\n const renderItem = (item) => {\n if (horizontal) {\n return (React.createElement(ItemRow, { key: item.term },\n React.createElement(Term, null, item.term),\n React.createElement(DescriptionContainer, null, renderDescription(item.description))));\n }\n return (React.createElement(Item, { key: item.term },\n React.createElement(Term, null, item.term),\n renderDescription(item.description)));\n };\n return React.createElement(List, null, items.map(renderItem));\n};\n//# sourceMappingURL=DescriptionList.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nconst { sizes, colors } = theme;\nexport const ColumnGrid = styled.div.withConfig({ displayName: \"vui--ColumnGrid\", componentId: \"vui--2wnu9m\" }) `width:100%;display:grid;grid-template-columns:${({ showSidebar = true }) => showSidebar ? `calc(100% - 312px - ${sizes.md}) 312px` : '100% 312px'};align-items:flex-start;grid-gap:${sizes.md};transition:all 0.2s ease-in-out;& > *:nth-child(2){opacity:${({ showSidebar = true }) => (showSidebar ? '1.0' : '0')};transition:opacity 0.2s;}`;\nexport const ContentContainer = styled.div.withConfig({ displayName: \"vui--ContentContainer\", componentId: \"vui--nvukr5\" }) `width:100%;box-sizing:border-box;padding:${sizes.md};overflow-x:hidden;background-color:${colors.neutral.grey.lightest};`;\n//# sourceMappingURL=styled.js.map","import React, { useState } from 'react';\nimport { ColumnGrid, ContentContainer } from './styled';\nexport const DetailPage = ({ renderHeader, children }) => {\n const [shouldShowSidebar, setShouldShowSidebar] = useState(true);\n const toggleSidebar = () => setShouldShowSidebar(!shouldShowSidebar);\n return (React.createElement(\"main\", null,\n renderHeader(toggleSidebar, shouldShowSidebar),\n React.createElement(ContentContainer, null,\n React.createElement(ColumnGrid, { showSidebar: shouldShowSidebar }, children))));\n};\n//# sourceMappingURL=DetailPage.js.map","import styled from 'styled-components';\nexport const InputGroup = styled.div.withConfig({ displayName: \"vui--InputGroup\", componentId: \"vui--1w0e9jz\" }) `display:flex;& > *{margin-left:0;margin-right:0;box-shadow:none;}& > *:not(:last-child){border-right-width:0 !important;}& > *:hover{}& > *:focus,& > *:active{z-index:5;border-right-width:1px !important;}& > *:focus + *,& > *:active + *{border-left-width:0 !important;}& > *:not(:first-child):not(:last-child){border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;}& > *:first-child{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}& > *:last-child{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important;}`;\n//# sourceMappingURL=index.js.map","export var ComponentSize;\n(function (ComponentSize) {\n ComponentSize[\"base\"] = \"base\";\n ComponentSize[\"sm\"] = \"sm\";\n})(ComponentSize || (ComponentSize = {}));\n//# sourceMappingURL=types.js.map","import styled, { css } from 'styled-components';\nimport { theme } from '../../theme';\nconst pseudoStates = ({ hasError, inputSize }) => css `&{--outline-size:${inputSize === 'sm' ? '2px' : '4px'};}&:focus{border-color:#0079d1;box-shadow:0 0 0 var(--outline-size)#80bce8;outline:0;}&:invalid{border-color:#eb5757;box-shadow:0 0 0 var(--outline-size)#f7bcbc;}&:disabled{box-shadow:none;background-color:#f2f3f5;border-color:#959fa8;color:#637381;}${hasError &&\n `\n &,\n &:focus {\n border-color: #EB5757;\n }\n\n &:focus {\n box-shadow: 0 0 0 var(--outline-size) #F7BCBC;\n }\n `}`;\nexport const Input = styled.input.withConfig({ displayName: \"vui--Input\", componentId: \"vui--3jt15a\" }) `font-family:${theme.fontFamily};box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:0 12px;border-radius:4px;border:1px solid #959fa8;color:#1b2126;${({ inputSize }) => {\n let height = '40px';\n let fontSize = '14px';\n if (inputSize === 'sm') {\n height = '32px';\n fontSize = '12px';\n }\n return `\n height: ${height};\n font-size: ${fontSize};\n `;\n}} ${pseudoStates} &::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}&[type='number']{-moz-appearance:textfield;width:8ch;text-align:right;}`;\nexport const Textarea = styled.textarea.withConfig({ displayName: \"vui--Textarea\", componentId: \"vui--1k04ik\" }) `box-sizing:border-box;width:100%;padding:8px;border-radius:4px;border:1px solid #959fa8;color:#1b2126;${pseudoStates}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React, { useCallback, forwardRef } from 'react';\nimport { generateId } from '../../utils/generateId';\nimport { Input, Textarea } from './styled';\nimport { ComponentSize } from '../types';\nconst NUMBER_REGEX = /^-?[0-9]*\\.?[0-9]+$/;\nexport const TextField = forwardRef((_a, ref) => {\n var { id, className, disabled = false, hasError, max, min, multiline = false, name, onChange, pattern, placeholder, rows = '3', size = ComponentSize.base, step, type = 'text', value, spellCheck = false } = _a, otherProps = __rest(_a, [\"id\", \"className\", \"disabled\", \"hasError\", \"max\", \"min\", \"multiline\", \"name\", \"onChange\", \"pattern\", \"placeholder\", \"rows\", \"size\", \"step\", \"type\", \"value\", \"spellCheck\"]);\n const handleChange = useCallback((event) => {\n if (!onChange)\n return;\n const newValue = event.currentTarget.value;\n if (newValue === '') {\n onChange(newValue);\n return;\n }\n if (type !== 'number') {\n onChange(newValue);\n return;\n }\n const reg = new RegExp(NUMBER_REGEX);\n if (!reg.test(newValue)) {\n return;\n }\n onChange(newValue);\n }, [onChange, type]);\n const componentId = id !== null && id !== void 0 ? id : generateId('textfield');\n if (type === 'text' && multiline) {\n return (React.createElement(Textarea, Object.assign({ className: className, disabled: disabled, hasError: hasError, id: componentId, name: name, onChange: handleChange, placeholder: placeholder, rows: rows, value: value, spellCheck: spellCheck, ref: ref }, otherProps)));\n }\n return (React.createElement(Input, Object.assign({ className: className, disabled: disabled, hasError: hasError, id: componentId, inputSize: size, max: max, min: min, name: name, \"aria-label\": name, onChange: handleChange, placeholder: placeholder, step: step, type: type, value: value, spellCheck: spellCheck, ref: ref }, otherProps)));\n});\n//# sourceMappingURL=TextField.js.map","import { withLabels } from '../../hoc';\nimport { TextField as StandardTextField } from './TextField';\nexport const TextField = withLabels(StandardTextField);\nTextField.displayName = 'TextField';\n//# sourceMappingURL=index.js.map","import styled from 'styled-components';\nimport { Text } from '../Text';\nimport { TextField } from '../TextField';\nimport { Button } from '../Button';\nimport { BaseContainer } from '../BaseContainer';\nimport { theme } from '../../theme';\nconst Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--oxhxoy\" }) `display:flex;flex-direction:column;position:relative;`;\nconst Row = styled(BaseContainer).withConfig({ displayName: \"vui--Row\", componentId: \"vui--w9sg63\" }) `display:flex;align-items:center;margin-top:4px;gap:8px;`;\nconst StyledTextField = styled(TextField).withConfig({ displayName: \"vui--StyledTextField\", componentId: \"vui--1dp86fg\" }) `width:52px;margin:0;padding:0 6px;&&&{text-align:left;border-color:${theme.colors.neutral.ink.lightest};}`;\nconst StyledButton = styled(Button).withConfig({ displayName: \"vui--StyledButton\", componentId: \"vui--1h9einl\" }) `padding:0 6px;border-color:${theme.colors.neutral.ink.lightest};`;\nconst Label = styled(Text).withConfig({ displayName: \"vui--Label\", componentId: \"vui--2iwwsg\" }) ``;\nconst Error = styled.span.withConfig({ displayName: \"vui--Error\", componentId: \"vui--1ln478r\" }) `display:block;font-family:${theme.text.error.fontFamily};font-size:${theme.text.error.fontSize};font-weight:${theme.text.error.fontWeight};line-height:${theme.text.error.lineHeight};color:${theme.text.error.color};&::before{content:'';position:absolute;top:0;bottom:0;left:calc(${theme.sizes[2]} * -1);width:2px;background-color:${theme.colors.secondary.red.base};}`;\nconst Hint = styled.span.withConfig({ displayName: \"vui--Hint\", componentId: \"vui--5lfadq\" }) `display:block;font-family:${theme.fontFamily};font-size:${theme.sizes[3]};line-height:${theme.sizes[4]};color:${theme.colors.neutral.ink.light};`;\nexport { Container, Row, Error, Hint, StyledTextField as TextField, StyledButton as Button, Label };\n//# sourceMappingURL=styled.js.map","export const blockInvalidCharacters = (e, invalidList) => {\n if (invalidList.includes(e.key))\n e.preventDefault();\n};\n//# sourceMappingURL=blockInvalidCharacters.js.map","export const invalidCharsList = ['-', '+', 'E', 'e'];\n//# sourceMappingURL=invalidCharactersNumeric.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { InputGroup } from '../InputGroup';\nimport { ComponentSize } from '../types';\nimport { withLabels } from '../../hoc';\nimport { Container, Row, TextField, Button } from './styled';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { theme } from '../../theme';\nimport { blockInvalidCharacters } from '../../utils/blockInvalidCharacters';\nimport { invalidCharsList } from '../../utils/invalidCharactersNumeric';\nconst blockInvalidChars = (e) => blockInvalidCharacters(e, invalidCharsList);\nexport const DimensionsInput = withLabels((_a) => {\n var { size = ComponentSize.base, handleChangeHeight, handleChangeWidth, handleChangeLength, className, height, width, length, unit } = _a, rest = __rest(_a, [\"size\", \"handleChangeHeight\", \"handleChangeWidth\", \"handleChangeLength\", \"className\", \"height\", \"width\", \"length\", \"unit\"]);\n return (React.createElement(Container, { className: className },\n React.createElement(Row, null,\n React.createElement(TextField, Object.assign({ onChange: handleChangeLength, size: size, name: \"length\", type: \"number\", placeholder: \"L\", value: length, min: \"0\", step: \"any\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(CrossIcon, { height: theme.sizes.base, width: theme.sizes.base }),\n React.createElement(TextField, Object.assign({ onChange: handleChangeWidth, size: size, name: \"width\", type: \"number\", placeholder: \"W\", value: width, min: \"0\", step: \"any\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(CrossIcon, { height: theme.sizes.base, width: theme.sizes.base }),\n React.createElement(InputGroup, null,\n React.createElement(TextField, Object.assign({ onChange: handleChangeHeight, size: size, name: \"height\", type: \"number\", placeholder: \"H\", value: height, min: \"0\", step: \"any\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(Button, { size: size }, unit)))));\n});\nDimensionsInput.displayName = 'DimensionsInput';\n//# sourceMappingURL=DimensionsInput.js.map","import styled from 'styled-components';\nimport { colors } from '../../theme/modules/colors';\nimport { BaseContainer } from '../BaseContainer';\nimport { Text } from '../Text';\nimport { AnimatedDropdown } from '../AnimatedDropdown';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { DownArrowIcon } from '../../tempIcons/DownArrowIcon';\nimport { sizes } from '../../theme/modules/sizes';\nimport { theme } from '../../theme';\nconst Container = styled(BaseContainer).attrs({\n as: 'button',\n}).withConfig({ displayName: \"vui--Container\", componentId: \"vui--1tebbdi\" }) `display:inline-flex;flex-direction:row;align-items:center;background-color:${colors.neutral.grey.base};padding:4px 8px;cursor:pointer;border:1px solid ${colors.neutral.grey.dark};border-radius:4px;svg{width:${sizes.base};height:${sizes.base};}&:focus{outline:none;box-shadow:0 0 0 2px ${theme.colors.secondary.blue.light};}`;\nconst NonSelectableText = styled(Text).withConfig({ displayName: \"vui--NonSelectableText\", componentId: \"vui--qz697a\" }) `user-select:none;`;\nconst GroupLabel = styled(NonSelectableText).withConfig({ displayName: \"vui--GroupLabel\", componentId: \"vui--17i198i\" }) `margin-right:4px;`;\nconst MainIcon = styled(DownArrowIcon).withConfig({ displayName: \"vui--MainIcon\", componentId: \"vui--rxq762\" }) `margin-left:4px;transform:rotate(${(props) => (props.$shouldShow ? '180deg' : '0')});width:10px;height:10px;`;\nconst StyledCrossIcon = styled(CrossIcon).withConfig({ displayName: \"vui--StyledCrossIcon\", componentId: \"vui--1o2zyml\" }) `margin-left:4px;height:10px;width:10px;`;\nconst Content = styled(BaseContainer).withConfig({ displayName: \"vui--Content\", componentId: \"vui--6n2anv\" }) `display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;`;\nconst Header = styled(BaseContainer).withConfig({ displayName: \"vui--Header\", componentId: \"vui--n9war0\" }) `display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:12px 18px;border-bottom:1px solid ${colors.neutral.grey.base};svg{color:${({ color }) => color};width:${sizes[5]};height:${sizes[5]};margin-right:10px;}`;\nexport { Container, Text, AnimatedDropdown as Dropdown, GroupLabel, Content, Header, MainIcon, StyledCrossIcon as CrossIcon, };\n//# sourceMappingURL=styled.js.map","import React, { useCallback, useState } from 'react';\nimport { useDropdown } from '../../hooks';\nimport { colors } from '../../theme/modules/colors';\nimport { Container, Text, Dropdown, GroupLabel, MainIcon, CrossIcon, Content, Header, } from './styled';\nimport { buildClassnames } from '../../utils/buildClassnames';\nimport { useHandleFocus } from '../Popover/hooks/useHandleFocus';\nconst generateClassNames = (prefix) => ({\n filterTagDropdown: prefix ? `${prefix}-filter-tag-dropdown` : undefined,\n container: prefix ? `${prefix}-container` : undefined,\n cross: prefix ? `${prefix}-cross` : undefined,\n});\nexport const FilterTag = ({ className, e2eClassName, label, text, iconSlot, fill = colors.secondary.blue.base, content, footer, header, onClickAway, onClick, shouldCloseOnClickAway = true, }) => {\n const classNames = generateClassNames(className);\n const e2eClassNames = generateClassNames(e2eClassName);\n const [anchorElement, setAnchorElement] = useState(null);\n const [popperElement, setPopperElement] = useState(null);\n const { shouldShowDropdown, toggleShouldShowDropdown, closeDropdown } = useDropdown({\n anchorElement,\n });\n const { handleKeyDown } = useHandleFocus({\n popperElement,\n anchorElement,\n onClose: closeDropdown,\n });\n const handleClick = useCallback((event) => {\n if (shouldShowDropdown)\n closeDropdown();\n else\n toggleShouldShowDropdown();\n if (onClickAway && shouldShowDropdown)\n onClickAway(event);\n }, [shouldShowDropdown, closeDropdown, toggleShouldShowDropdown, onClickAway]);\n const handleClickAway = useCallback((event) => {\n // Escape hatch to apply custom behavior when clicked away\n if (onClickAway)\n onClickAway(event, closeDropdown);\n // Default clickAway behavior (closes the dropdown)\n if (shouldCloseOnClickAway)\n closeDropdown();\n }, [onClickAway, closeDropdown, shouldCloseOnClickAway]);\n const shouldShowSimple = !content;\n if (shouldShowSimple) {\n return (React.createElement(Container, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.container]), onClick: onClick },\n label && React.createElement(GroupLabel, { variant: \"subheadingSmallBold\" }, `${label}:`),\n React.createElement(Text, null, text),\n React.createElement(CrossIcon, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.cross, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.cross]), name: \"cross\", size: \"base\", color: colors.neutral.ink.base })));\n }\n return (React.createElement(Dropdown, { className: classNames.filterTagDropdown, shouldShowDropdown: shouldShowDropdown, onClickAway: handleClickAway, cta: React.createElement(Container, { className: classNames.container, onClick: handleClick, ref: setAnchorElement },\n label && React.createElement(GroupLabel, { variant: \"subheadingSmallBold\" }, `${label}:`),\n React.createElement(Text, null, text),\n React.createElement(MainIcon, { color: colors.neutral.ink.base, name: \"downArrow\", \"$shouldShow\": shouldShowDropdown })) },\n React.createElement(Content, { ref: setPopperElement, onKeyDown: handleKeyDown },\n React.createElement(Header, { color: fill }, header || (React.createElement(React.Fragment, null,\n iconSlot,\n React.createElement(Text, { variant: \"bodyBold\" }, label)))),\n content,\n footer)));\n};\n//# sourceMappingURL=FilterTag.js.map","import styled from 'styled-components';\nimport { BaseContainer } from '../BaseContainer';\nimport { sizes } from '../../theme/modules/sizes';\nexport const Grid = styled(BaseContainer).withConfig({ displayName: \"vui--Grid\", componentId: \"vui--12w0ynf\" }) `display:grid;grid-template-columns:repeat(${({ columns }) => columns}, 1fr);grid-gap:${({ spacing = 'base' }) => (spacing ? sizes[spacing] : 0)};`;\n//# sourceMappingURL=index.js.map","import React from 'react';\nexport const PlaceholderImage = (props) => (React.createElement(\"svg\", Object.assign({ width: \"24\", height: \"24\", viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M21.3333 0C22.8 0 24 1.2 24 2.66667V21.3333C24 22.8 22.8 24 21.3333 24H2.66667C1.2 24 0 22.8 0 21.3333V2.66667C0 1.2 1.2 0 2.66667 0H21.3333ZM10.6667 18.0133L7.33333 14L2.66667 20H21.3333L15.3333 12L10.6667 18.0133Z\", fill: \"#CDD1D5\" })));\n//# sourceMappingURL=PlaceholderImage.js.map","import styled from 'styled-components';\nexport const Container = styled.div.withConfig({ displayName: \"vui--Container\", componentId: \"vui--yyvmx7\" }) ``;\nexport const CommonImage = styled.img.withConfig({ displayName: \"vui--CommonImage\", componentId: \"vui--exntyx\" }) `box-sizing:border-box;cursor:${({ previewEnabled }) => (previewEnabled ? 'zoom-in' : 'default')};`;\nexport const PreviewImageContainer = styled.div.withConfig({ displayName: \"vui--PreviewImageContainer\", componentId: \"vui--jt8oew\" }) `z-index:10;background-color:transparent;`;\nexport const PreviewImage = styled.img.withConfig({ displayName: \"vui--PreviewImage\", componentId: \"vui--xulm2g\" }) `box-shadow:0 4px 12px rgba(27, 33, 38, 0.2);`;\n//# sourceMappingURL=styled.js.map","export const generateClassNames = (prefix) => ({\n container: prefix ? `${prefix}-image-container` : undefined,\n image: prefix ? `${prefix}-image` : undefined,\n placeholder: prefix ? `${prefix}-image-placeholder` : undefined,\n previewImageContainer: prefix ? `${prefix}-image-preview-container` : undefined,\n});\n//# sourceMappingURL=utils.js.map","import React, { useState, useCallback } from 'react';\nimport { usePopper } from 'react-popper';\nimport { createPortal } from 'react-dom';\nimport { PlaceholderImage } from './components/PlaceholderImage';\nimport { Container, CommonImage, PreviewImageContainer, PreviewImage } from './components/styled';\nimport { generateClassNames } from './utils';\nimport { buildClassnames } from '../../utils/buildClassnames';\nexport const Image = ({ src, alt = '', className, e2eClassName, width, height, previewWidth, previewHeight, previewPlacement = 'right', previewEnabled = false, placeholder, placeholderWidth, placeholderHeight, disablePlaceholder = false, }) => {\n const classNames = generateClassNames(className);\n const e2eClassNames = generateClassNames(e2eClassName);\n const [isPreviewOpen, setIsPreviewOpen] = useState(false);\n const [imageState, setImageState] = useState({ isLoaded: false, isError: false });\n const [referenceElement, setReferenceElement] = React.useState(null);\n const [popperElement, setPopperElement] = React.useState(null);\n const { styles, attributes } = usePopper(referenceElement, popperElement, {\n placement: previewPlacement,\n modifiers: [\n {\n name: 'offset',\n options: {\n offset: [0, 12],\n },\n },\n ],\n });\n const openImagePreview = useCallback(() => (previewEnabled ? setIsPreviewOpen(true) : {}), [previewEnabled]);\n const closeImagePreview = useCallback(() => (previewEnabled ? setIsPreviewOpen(false) : {}), [previewEnabled]);\n const onLoad = () => setImageState({ isLoaded: true, isError: false });\n const onError = () => setImageState({ isLoaded: true, isError: true });\n const isImageHidden = !imageState.isLoaded || imageState.isError;\n return (React.createElement(Container, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.container, className]) },\n React.createElement(CommonImage, { src: src, alt: alt, className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.image, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.image]), width: width, height: height, onLoad: onLoad, onError: onError, previewEnabled: previewEnabled, onMouseEnter: openImagePreview, onMouseLeave: closeImagePreview, style: isImageHidden ? { display: 'none' } : {}, ref: setReferenceElement }),\n !disablePlaceholder &&\n isImageHidden &&\n (placeholder || (React.createElement(PlaceholderImage, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.placeholder, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.placeholder]), width: placeholderWidth || width, height: placeholderHeight || height }))),\n isPreviewOpen &&\n createPortal(React.createElement(PreviewImageContainer, Object.assign({ ref: setPopperElement, style: styles.popper }, attributes.popper, { className: buildClassnames([\n classNames === null || classNames === void 0 ? void 0 : classNames.previewImageContainer,\n e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.previewImageContainer,\n ]) }),\n React.createElement(PreviewImage, { src: src, alt: \"\", width: previewWidth, height: previewHeight })), document.body)));\n};\n//# sourceMappingURL=Image.js.map","import React from 'react';\nimport { CalanderIcon } from '../../../tempIcons/CalendarIcon';\nimport { FailIcon } from '../../../tempIcons/FailIcon';\nconst iconSize = { width: 64, height: 64 };\nexport const defaultEmptyState = {\n icon: React.createElement(CalanderIcon, Object.assign({}, iconSize)),\n title: 'No data found',\n};\nexport const defaultErrorState = {\n icon: React.createElement(FailIcon, Object.assign({}, iconSize)),\n title: 'An error occurred when creating the table',\n subTitle: \"Please, try reloading the page once. If this doesn't solve the problem, contact support\",\n};\nexport var ScrollPosition;\n(function (ScrollPosition) {\n ScrollPosition[\"start\"] = \"start\";\n ScrollPosition[\"middle\"] = \"middle\";\n ScrollPosition[\"end\"] = \"End\";\n ScrollPosition[\"none\"] = \"none\";\n})(ScrollPosition || (ScrollPosition = {}));\n//# sourceMappingURL=constants.js.map","import React from 'react';\nexport const CalanderIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M18.3333 5.7H17.5V4H15.8333V5.7H9.16667V4H7.5V5.7H6.66667C5.74167 5.7 5.00833 6.465 5.00833 7.4L5 19.3C5 20.235 5.74167 21 6.66667 21H18.3333C19.25 21 20 20.235 20 19.3V7.4C20 6.465 19.25 5.7 18.3333 5.7ZM10.0002 11.65H8.3335V13.35H10.0002V11.65ZM13.3332 11.65H11.6665V13.35H13.3332V11.65ZM15 11.65H16.6667V13.35H15V11.65ZM6.6665 19.3H18.3332V9.94998H6.6665V19.3Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=CalendarIcon.js.map","import React from 'react';\nexport const FailIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12.0001 20.1818C16.5187 20.1818 20.1819 16.5187 20.1819 12C20.1819 7.4813 16.5187 3.81818 12.0001 3.81818C7.48136 3.81818 3.81824 7.4813 3.81824 12C3.81824 16.5187 7.48136 20.1818 12.0001 20.1818ZM16.3536 8.80575L13.1593 12L16.3536 15.1943L15.1943 16.3536L12 13.1593L8.80575 16.3536L7.64648 15.1943L10.8408 12L7.64648 8.80575L8.80575 7.64648L12 10.8408L15.1943 7.64648L16.3536 8.80575ZM8.80571 16L8.80575 16L12 12.8058L12 12.8057L8.80571 16ZM15.1943 16L15.1943 16L16 15.1943L16 15.1943L15.1943 16ZM16 8.80575L12.8058 12L12.8057 12L16 8.80571L16 8.80575Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=FailIcon.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nimport { ScrollPosition } from './utils/constants';\nconst { text, sizes } = theme;\nconst { blue } = theme.colors.secondary;\nconst { grey } = theme.colors.neutral;\nconst { scrollbar } = theme.colors.system;\nconst fixedColumnShadow = `\n position: absolute;\n top: 0;\n bottom: -1px;\n width: 30px;\n content: \"\";\n pointer-events: none;\n box-sizing: border-box;\n transition: box-shadow .3s;\n`;\nconst startFixedColumnShadow = `\n box-shadow: inset 10px 0 10px -8px rgb(0 0 0 / 25%);\n`;\nconst endFixedColumnShadow = `\n box-shadow: inset -10px 0 10px -8px rgb(0 0 0 / 25%);\n`;\nexport const TooltipContent = styled.div.withConfig({ displayName: \"vui--TooltipContent\", componentId: \"vui--11ytygc\" }) `display:flex;flex-direction:row;align-items:center;`;\nexport const Wrapper = styled.div.withConfig({ displayName: \"vui--Wrapper\", componentId: \"vui--1g4i0cu\" }) `width:100%;overflow-x:${(props) => (props.scrollDisabled ? 'hidden' : 'auto')};overflow-y:hidden;position:relative;border-top:1px solid ${grey.dark};border-bottom:1px solid ${grey.dark};${({ showScrollbar }) => showScrollbar\n ? `\n scrollbar-width: auto;\n\n &::-webkit-scrollbar {\n margin-top: 10px;\n width: 6px;\n height: 6px;\n }\n \n &::-webkit-scrollbar-track {\n background: ${scrollbar.background}; \n }\n \n &::-webkit-scrollbar-thumb {\n background: ${scrollbar.thumb};\n border-radius: 4px; \n }\n `\n : ''} ${({ scrollDisabled, lastStartFixedColumnsIndex, firstEndFixedColumnsIndex, scrollPosition }) => scrollDisabled\n ? ''\n : `\n td:nth-child(${lastStartFixedColumnsIndex}):after,\n th:nth-child(${lastStartFixedColumnsIndex}):after {\n right: 0;\n transform: translate(100%);\n ${fixedColumnShadow};\n\n ${scrollPosition === ScrollPosition.middle || scrollPosition === ScrollPosition.end\n ? startFixedColumnShadow\n : ''};\n };\n\n td:nth-last-child(${firstEndFixedColumnsIndex}):after,\n th:nth-last-child(${firstEndFixedColumnsIndex}):after {\n left: 0;\n transform: translate(-100%);\n ${fixedColumnShadow};\n\n ${scrollPosition === ScrollPosition.start || scrollPosition === ScrollPosition.middle\n ? endFixedColumnShadow\n : ''};\n };\n `}`;\nexport const WrapperBordered = styled(Wrapper).withConfig({ displayName: \"vui--WrapperBordered\", componentId: \"vui--wtdkab\" }) `border:1px solid ${grey.dark};border-radius:4px;`;\nexport const Head = styled.thead.withConfig({ displayName: \"vui--Head\", componentId: \"vui--1j5avrf\" }) `background-color:white;`;\nexport const Body = styled.tbody.withConfig({ displayName: \"vui--Body\", componentId: \"vui--n8uysg\" }) `tr{${({ fixedColumnsStyle }) => fixedColumnsStyle};}& + & > tr:first-child > td{border-top:1px solid ${grey.base};}tr:not(:first-child)> td{border-top:1px solid transparent;}&&& tr:hover td{background-color:#ebf4fb;}`;\nexport const Foot = styled.tfoot.withConfig({ displayName: \"vui--Foot\", componentId: \"vui--qckqty\" }) `& td{background-color:${grey.lightest};padding:1.5rem 1rem;border-top:1px solid ${blue.base};}`;\nexport const Row = styled.tr.withConfig({ displayName: \"vui--Row\", componentId: \"vui--10drh9k\" }) `&.hidden{visibility:collapse;}${({ accentColor }) => accentColor &&\n `\n & > td:first-child::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 4px;\n background-color: ${accentColor}; \n }\n `}`;\nexport const Cell = styled.td.withConfig({ displayName: \"vui--Cell\", componentId: \"vui--tljl4p\" }) `position:relative;padding:1.25rem 1rem;text-align:${({ align }) => align || 'left'};background-color:white;font-family:${text.bodySmall.fontFamily};font-size:${text.bodySmall.fontSize};font-weight:${text.bodySmall.fontWeight};color:${text.bodySmall.color};line-height:${sizes.base};width:${({ grow }) => (grow ? '100%' : 'auto')};& > *{vertical-align:middle;}`;\nexport const HeaderCell = styled(Cell).attrs({\n as: 'th',\n}).withConfig({ displayName: \"vui--HeaderCell\", componentId: \"vui--10p2duv\" }) `user-select:none;border-bottom:1px solid ${grey.dark};font-family:${text.bodySmallBold.fontFamily};font-size:${text.bodySmallBold.fontSize};font-weight:${text.bodySmallBold.fontWeight};color:${text.bodySmallBold.color};& span{white-space:pre-line;}&.sortable:hover{cursor:pointer;background-color:${grey.light};}`;\nconst alignmentMap = {\n left: 'flex-start',\n center: 'center',\n right: 'flex-end',\n};\nexport const HeaderCellLayout = styled.div.withConfig({ displayName: \"vui--HeaderCellLayout\", componentId: \"vui--13i0t50\" }) `display:flex;align-items:center;justify-content:${({ align }) => (align ? alignmentMap[align] : 'flex-start')};& > * + *{margin-left:0.25rem;}`;\nexport const Table = styled.table.withConfig({ displayName: \"vui--Table\", componentId: \"vui--1bp83gy\" }) `width:100%;border-spacing:0;table-layout:${({ isFixedLayout }) => (isFixedLayout ? 'fixed' : 'auto')};${({ striped }) => striped &&\n `\n & ${Body}:nth-child(even) td {\n background-color: ${grey.lightest};\n }\n `} & *{box-sizing:border-box;${({ tableLoading }) => tableLoading &&\n `\n user-select: none;\n pointer-events: none;\n `}}${({ noWrap }) => noWrap &&\n `\n & ${HeaderCell}, & ${HeaderCell} span {\n white-space: nowrap;\n }\n `}`;\nexport const Footer = styled.tfoot.withConfig({ displayName: \"vui--Footer\", componentId: \"vui--44p3gi\" }) `tr{${({ fixedColumnsStyle }) => fixedColumnsStyle};}& ${Cell}{border-top:1px solid ${grey.dark};background-color:${grey.lightest};padding-top:${sizes.base};padding-bottom:${sizes.base};line-height:2rem;}`;\nexport const StickyHeaderWrapper = styled.div.withConfig({ displayName: \"vui--StickyHeaderWrapper\", componentId: \"vui--wokb93\" }) `position:fixed;top:0;z-index:2;overflow-x:hidden;`;\nexport const FakeHeaderTable = styled(Table).withConfig({ displayName: \"vui--FakeHeaderTable\", componentId: \"vui--6s4d56\" }) ``;\n//# sourceMappingURL=styled.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { BaseContainer } from '../../BaseContainer';\nimport { Text } from '../../Text';\nconst SpecificStateContainer = styled(BaseContainer).withConfig({ displayName: \"vui--SpecificStateContainer\", componentId: \"vui--991hgo\" }) `display:flex;flex-direction:column;justify-content:center;align-items:center;height:${(props) => props.height}px;background:white;`;\nconst EllipseContainer = styled(BaseContainer).withConfig({ displayName: \"vui--EllipseContainer\", componentId: \"vui--1oi4ebm\" }) `display:flex;justify-content:center;align-items:center;width:120px;height:120px;border-radius:100px;background:${theme.colors.neutral.grey.base};svg{width:64px !important;height:64px !important;}`;\nconst TitleText = styled(Text).withConfig({ displayName: \"vui--TitleText\", componentId: \"vui--pj8i0k\" }) `margin-top:24px;`;\nconst SubTitleText = styled(Text).withConfig({ displayName: \"vui--SubTitleText\", componentId: \"vui--19x6udv\" }) `margin-top:8px;`;\nexport { SpecificStateContainer, EllipseContainer, TitleText, SubTitleText };\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { SpecificStateContainer, EllipseContainer, TitleText, SubTitleText } from './styled';\nexport const SpecificState = ({ height, icon, title, subTitle }) => (React.createElement(SpecificStateContainer, { height: height },\n React.createElement(EllipseContainer, null, icon),\n React.createElement(TitleText, { variant: \"headingLarge\" }, title),\n subTitle && React.createElement(SubTitleText, { variant: \"subheadingMedium\" }, subTitle)));\n//# sourceMappingURL=SpecificState.js.map","/* eslint-disable import/prefer-default-export */\nimport styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const CellButton = styled.button.withConfig({ displayName: \"vui--CellButton\", componentId: \"vui--1w0np52\" }) `appearance:none;border:0;background-color:transparent;font:inherit;display:inline-block;box-sizing:border-box;width:calc(100% + 1.5rem);margin:-0.75rem -0.75rem;padding:0.75rem 0.75rem;text-align:inherit;line-height:${theme.sizes.base};border-radius:${theme.radius.base};&:hover{cursor:pointer;background-color:${theme.colors.secondary.blue.lightest};}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { CellButton } from './styled';\nimport { Cell } from '../styled';\nconst ClickableButton = styled(CellButton).withConfig({ displayName: \"vui--ClickableButton\", componentId: \"vui--1b7t5il\" }) `color:${theme.text.link.color};text-decoration:${theme.text.link.textDecoration};`;\nexport const ClickableCell = (_a) => {\n var { onClick, children } = _a, otherProps = __rest(_a, [\"onClick\", \"children\"]);\n return (React.createElement(Cell, Object.assign({}, otherProps),\n React.createElement(ClickableButton, { onClick: onClick }, children)));\n};\n//# sourceMappingURL=ClickableCell.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport styled from 'styled-components';\nimport { CellButton } from './styled';\nimport { Cell } from '../styled';\nconst Content = styled.div.withConfig({ displayName: \"vui--Content\", componentId: \"vui--n24x0f\" }) `text-align:inherit;border-bottom:1px dotted black;`;\nexport const EditableCell = (_a) => {\n var { onClick, children } = _a, otherProps = __rest(_a, [\"onClick\", \"children\"]);\n return (React.createElement(Cell, Object.assign({}, otherProps),\n React.createElement(CellButton, { onClick: onClick },\n React.createElement(Content, null, children))));\n};\n//# sourceMappingURL=EditableCell.js.map","import React from 'react';\nimport styled from 'styled-components';\nimport { theme } from '../../../theme';\nconst { grey } = theme.colors.neutral;\nconst SkeletonContentWrapper = styled.div.withConfig({ displayName: \"vui--SkeletonContentWrapper\", componentId: \"vui--oakirc\" }) `height:16px;width:100%;`;\nconst SkeletonContentComponent = styled.div.withConfig({ displayName: \"vui--SkeletonContentComponent\", componentId: \"vui--dbfg3y\" }) `display:inline-block;color:transparent;border-radius:4px;animation-duration:${({ isLoading = true }) => (isLoading ? '1s' : 0)};animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:linear-gradient(to right, ${grey.base} 8%, ${grey.dark} 15%, ${grey.base} 33%);background-size:800px 104px;border:0;width:100%;height:100%;@keyframes placeHolderShimmer{0%{background-position:-380px 0;}100%{background-position:380px 0;}}`;\nexport const SkeletonContent = ({ isLoading, style }) => (React.createElement(SkeletonContentWrapper, { style: style },\n React.createElement(SkeletonContentComponent, { isLoading: isLoading })));\n//# sourceMappingURL=SkeletonContent.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { Cell } from '../styled';\nimport { SkeletonContent } from '../SkeletonContent';\nexport const SkeletonCell = (_a) => {\n var { style } = _a, otherProps = __rest(_a, [\"style\"]);\n return (React.createElement(Cell, Object.assign({}, otherProps),\n React.createElement(SkeletonContent, { style: style })));\n};\nSkeletonCell.defaultProps = {\n style: {},\n};\n//# sourceMappingURL=SkeletonCell.js.map","import { useCallback, useEffect, useState } from 'react';\nexport const useStickyHeader = (tableRef, topOffset) => {\n const [isSticky, setIsSticky] = useState(false);\n const handleScrollChange = useCallback(({ top, bottom }) => {\n let sticky = isSticky;\n if (top <= (topOffset || 0) && bottom > 0) {\n sticky = !isSticky ? true : sticky;\n }\n else {\n sticky = isSticky ? false : sticky;\n }\n if (sticky !== isSticky)\n setIsSticky(sticky);\n }, [isSticky, topOffset]);\n useEffect(() => {\n const onScroll = () => {\n var _a;\n if (tableRef.current) {\n handleScrollChange((_a = tableRef.current) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect());\n }\n };\n window.addEventListener('scroll', onScroll);\n return () => {\n window.removeEventListener('scroll', onScroll);\n };\n }, [handleScrollChange, tableRef]);\n return { isSticky };\n};\n//# sourceMappingURL=hooks.js.map","import React, { useState } from 'react';\nimport { useScroll } from 'react-use';\nimport { FakeHeaderTable, StickyHeaderWrapper } from './styled';\nimport { useStickyHeader } from './utils/hooks';\nexport const StickyHeader = ({ renderHeader, tableRef, wrapperRef, isFixedLayout, wrapperStyle, }) => {\n var _a;\n const [headerWrapperRef, setHeaderWrapperRef] = useState(null);\n const { isSticky } = useStickyHeader(tableRef, parseInt(typeof (wrapperStyle === null || wrapperStyle === void 0 ? void 0 : wrapperStyle.top) === 'string' ? wrapperStyle === null || wrapperStyle === void 0 ? void 0 : wrapperStyle.top : `${wrapperStyle === null || wrapperStyle === void 0 ? void 0 : wrapperStyle.top}`, 10));\n // here we use 2, because we also have borders on each side by 1 px\n const wrapperWidth = (((_a = wrapperRef.current) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect().width) || 0) - 2;\n // we use it just to re-render header to update scroll\n // so we don't need to get any value from this hook\n useScroll(wrapperRef);\n const updateScroll = (ref) => {\n var _a;\n const scrollLeft = ((_a = wrapperRef.current) === null || _a === void 0 ? void 0 : _a.scrollLeft) || 0;\n if (ref) {\n // eslint-disable-next-line no-param-reassign\n ref.scrollLeft = scrollLeft;\n return;\n }\n if (headerWrapperRef)\n headerWrapperRef.scrollLeft = scrollLeft;\n };\n updateScroll();\n return isSticky ? (React.createElement(StickyHeaderWrapper, { ref: (ref) => {\n setHeaderWrapperRef(ref);\n updateScroll(ref);\n }, style: Object.assign({ width: wrapperWidth }, wrapperStyle) },\n React.createElement(FakeHeaderTable, { style: { tableLayout: isFixedLayout ? 'fixed' : 'auto' } }, renderHeader()))) : null;\n};\n//# sourceMappingURL=StickyHeader.js.map","export const convertFixedColumnInlineStyleToStyled = (fixedColumnsStyle) => {\n const styles = [];\n fixedColumnsStyle.forEach(({ index, style }) => styles.push(`\n > td:${style.left !== undefined ? 'nth-child' : 'nth-last-child'}(${Math.abs(index)}) {\n position: sticky;\n ${style.left !== undefined ? 'left' : 'right'}: ${style.left !== undefined ? style.left : style.right}px;\n z-index: ${style.zIndex};\n }\n `));\n return styles.join('\\n\\n');\n};\n//# sourceMappingURL=index.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { HeaderCell } from '../styled';\nimport { SkeletonContent } from '../SkeletonContent';\nexport const SkeletonHeaderCell = (_a) => {\n var { style, width, isLoading } = _a, otherProps = __rest(_a, [\"style\", \"width\", \"isLoading\"]);\n return (React.createElement(HeaderCell, Object.assign({}, otherProps, { style: { width } }),\n React.createElement(SkeletonContent, { style: style, isLoading: isLoading })));\n};\n//# sourceMappingURL=SkeletonHeaderCell.js.map","import React from 'react';\nexport const DoubleArrowAscIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5 10L8 13L11 10H5Z\", fill: \"#959FA8\" }),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11 6L8 3L5 6L11 6Z\", fill: \"#0079D1\" })));\n//# sourceMappingURL=DoubleArrowAscIcon.js.map","import React from 'react';\nexport const DoubleArrowDescIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5 10L8 13L11 10H5Z\", fill: \"#0079D1\" }),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11 6L8 3L5 6L11 6Z\", fill: \"#959FA8\" })));\n//# sourceMappingURL=DoubleArrowDescIcon.js.map","import React, { useRef, useEffect, useState, useCallback, useMemo } from 'react';\nimport { Checkbox } from '../Checkbox';\nimport { Radio } from '../Radio';\nimport { Tooltip } from '../Tooltip';\nimport { theme } from '../../theme';\nimport { Wrapper, WrapperBordered, Table, Head, Body, Row, Cell, HeaderCell, HeaderCellLayout, Footer, TooltipContent, } from './styled';\nimport { SpecificState } from './SpecificState';\nimport { ClickableCell, EditableCell } from './cells';\nimport { SkeletonCell } from './cells/SkeletonCell';\nimport { defaultEmptyState, defaultErrorState, ScrollPosition } from './utils/constants';\nimport { StickyHeader } from './StickyHeader';\nimport { convertFixedColumnInlineStyleToStyled } from './utils';\nimport { SkeletonHeaderCell } from './cells/SkeletonHeaderCell';\nimport { SkeletonContent } from './SkeletonContent';\nimport { DoubleArrowIcon } from '../../tempIcons/DoubleArrowIconIcon';\nimport { DoubleArrowAscIcon } from '../../tempIcons/DoubleArrowAscIcon';\nimport { DoubleArrowDescIcon } from '../../tempIcons/DoubleArrowDescIcon';\nexport const IconUnsorted = () => (React.createElement(DoubleArrowIcon, { width: theme.sizes.base, height: theme.sizes.base, color: \"lightgrey\" }));\nexport const IconSortAsc = () => (React.createElement(DoubleArrowAscIcon, { width: theme.sizes.base, height: theme.sizes.base, color: \"lightgrey\" }));\nexport const IconSortDesc = () => (React.createElement(DoubleArrowDescIcon, { width: theme.sizes.base, height: theme.sizes.base, color: \"lightgrey\" }));\n/**\n * @deprecated\n *\n * Use DataTable instead\n */\nexport const LegacyDataTable = ({ borderless = false, striped = true, noWrap = false, showScrollbar = false, headers, rows, renderRow, renderNestedRow, expandedRowIds, renderLoadingRow, renderFooterRow, renderFooterLoadingRow, omitFooterSelectionCell = false, selectedRowIds, disabledSelectionInputRowIds, selectionMode = 'multiple', onChangeSelectedRowIds, sortColumnId, sortDirection, onChangeSort, isError = false, isLoading = false, skeletonRowsNumber = 5, isHeaderSticky = true, stickyHeaderStyle, customSpecificState, bodyHeightInSpecificStates = 375, startFixedColumnsNumber, endFixedColumnsNumber, }) => {\n const WrapperComponent = borderless ? Wrapper : WrapperBordered;\n const isEmpty = rows ? rows.length === 0 : false;\n const isFixedLayout = Boolean(startFixedColumnsNumber || endFixedColumnsNumber);\n const isFixedColumnsNotEnabled = !startFixedColumnsNumber && !endFixedColumnsNumber;\n const tableRef = useRef(null);\n const wrapperRef = useRef(null);\n const selectionColumnWidth = 58;\n const [scrollPosition, setScrollPosition] = useState(ScrollPosition.none);\n useEffect(() => {\n var _a;\n let refValue = null;\n const handleScroll = () => {\n if (!wrapperRef.current || isFixedColumnsNotEnabled)\n return;\n const el = wrapperRef.current;\n const scrollWidth = el.scrollWidth + 2; // 2 here is 2px which adds by border\n const { scrollLeft } = el;\n const { width } = el.getBoundingClientRect();\n const scrollValue = scrollLeft + width;\n if (scrollWidth === width)\n setScrollPosition(ScrollPosition.none);\n else if (scrollLeft === 0)\n setScrollPosition(ScrollPosition.start);\n else if (scrollLeft > 0 && scrollValue < scrollWidth)\n setScrollPosition(ScrollPosition.middle);\n else if (scrollValue === scrollWidth)\n setScrollPosition(ScrollPosition.end);\n };\n if (wrapperRef.current) {\n refValue = wrapperRef.current;\n handleScroll();\n (_a = wrapperRef.current) === null || _a === void 0 ? void 0 : _a.addEventListener('scroll', handleScroll);\n }\n return () => {\n refValue === null || refValue === void 0 ? void 0 : refValue.removeEventListener('scroll', handleScroll);\n };\n }, [tableRef, isFixedColumnsNotEnabled]);\n const castWidthToNumber = useCallback((width) => {\n if (typeof width === 'string') {\n // eslint-disable-next-line no-console\n console.error(\"You can only use a numeric value in the 'width' property when you use fixed columns\");\n return null;\n }\n if (width === undefined) {\n // eslint-disable-next-line no-console\n console.error(\"You should provide numeric value in the 'width' attribute in all fixed columns when you use fixed columns\");\n return null;\n }\n return width;\n }, []);\n const generateFixedColumnInlineStyle = useCallback((index, offset, side) => ({\n index: side === 'left' ? index : -index,\n style: {\n position: 'sticky',\n [side]: offset,\n zIndex: 1,\n },\n }), []);\n const generateFixedColumnsStyle = useCallback(() => {\n if (!headers || isLoading)\n return null;\n const startColumns = [];\n const endColumns = [];\n let totalStartOffset = 0;\n let totalEndOffset = 0;\n if (startFixedColumnsNumber) {\n if (selectedRowIds) {\n startColumns.push(generateFixedColumnInlineStyle(1, totalStartOffset, 'left'));\n totalStartOffset += selectionColumnWidth;\n }\n for (let i = 0; i < startFixedColumnsNumber; i += 1) {\n const headerWidth = castWidthToNumber(headers[i].width);\n if (headerWidth) {\n startColumns.push(generateFixedColumnInlineStyle(selectedRowIds ? i + 2 : i + 1, totalStartOffset, 'left'));\n totalStartOffset += headerWidth;\n }\n }\n }\n if (endFixedColumnsNumber) {\n for (let i = 0; i < endFixedColumnsNumber; i += 1) {\n const headerWidth = castWidthToNumber(headers.slice(-i - 1)[0].width);\n if (headerWidth) {\n endColumns.push(generateFixedColumnInlineStyle(i + 1, totalEndOffset, 'right'));\n totalEndOffset += headerWidth;\n }\n }\n }\n if (startColumns.length === 0 && endColumns.length === 0)\n return null;\n return [...startColumns, ...endColumns];\n }, [\n isLoading,\n castWidthToNumber,\n endFixedColumnsNumber,\n generateFixedColumnInlineStyle,\n headers,\n startFixedColumnsNumber,\n selectedRowIds,\n ]);\n const fixedColumnsStyle = useMemo(() => generateFixedColumnsStyle(), [generateFixedColumnsStyle]);\n const handleSelectRow = useCallback((checked, row) => {\n if (!selectedRowIds || !onChangeSelectedRowIds)\n return;\n if (checked) {\n if (selectionMode === 'single') {\n onChangeSelectedRowIds([row.id]);\n return;\n }\n onChangeSelectedRowIds([...selectedRowIds, row.id]);\n return;\n }\n const newSelectedRowIds = [...selectedRowIds];\n const index = newSelectedRowIds.findIndex((id) => id === row.id);\n newSelectedRowIds.splice(index, 1);\n onChangeSelectedRowIds(newSelectedRowIds);\n }, [onChangeSelectedRowIds, selectedRowIds, selectionMode]);\n const handleSelectAll = useCallback(() => {\n if (!selectedRowIds || !onChangeSelectedRowIds)\n return;\n if (selectedRowIds.length === rows.length) {\n onChangeSelectedRowIds([]);\n return;\n }\n const rowIds = rows.map((row) => row.id);\n onChangeSelectedRowIds(rowIds);\n }, [onChangeSelectedRowIds, rows, selectedRowIds]);\n const handleClickSortableHeader = useCallback((columnId) => {\n if (sortColumnId === undefined || onChangeSort === undefined)\n return;\n let nextColumnId = sortColumnId;\n let nextDirection = 'ascending';\n if (sortDirection === 'ascending') {\n nextDirection = 'descending';\n }\n if (columnId !== sortColumnId) {\n nextColumnId = columnId;\n nextDirection = 'ascending';\n }\n onChangeSort(nextColumnId, nextDirection);\n }, [onChangeSort, sortColumnId, sortDirection]);\n const renderHeaderCell = useCallback((header, style) => {\n let className = '';\n let onClick = () => { };\n let sortIcon = React.createElement(IconUnsorted, null);\n const { tooltip, align, icon, title, sortable, id } = header;\n if (sortable) {\n className = 'sortable';\n onClick = () => handleClickSortableHeader(id);\n if (sortColumnId === id) {\n sortIcon = sortDirection === 'ascending' ? React.createElement(IconSortAsc, null) : React.createElement(IconSortDesc, null);\n }\n }\n const headerContents = (React.createElement(HeaderCellLayout, { align: align },\n icon && icon,\n title && React.createElement(\"span\", null, title),\n sortable && sortIcon));\n return (React.createElement(HeaderCell, { key: id, id: `data-table-header-${id}`, className: className, onClick: onClick, align: header.align, grow: header.grow, style: Object.assign({ width: header.width || 'auto' }, style) }, tooltip ? (React.createElement(Tooltip, { text: tooltip },\n React.createElement(TooltipContent, null, headerContents))) : (headerContents)));\n }, [handleClickSortableHeader, sortColumnId, sortDirection]);\n const renderSkeletonHeaderCell = useCallback((header, style) => (React.createElement(SkeletonHeaderCell, { key: header.id, width: header.width || 'auto', style: style, isLoading: isLoading })), [isLoading]);\n const renderHeader = useCallback(() => {\n if (!headers)\n return null;\n const styles = generateFixedColumnsStyle();\n const selectionCellStyle = styles ? styles[0].style : {};\n return (React.createElement(Head, null,\n React.createElement(Row, null,\n selectedRowIds && (React.createElement(HeaderCell, { style: Object.assign({ width: selectionColumnWidth }, selectionCellStyle) }, selectionMode === 'multiple' && (React.createElement(Checkbox, { checked: (rows.length > 0 && (selectedRowIds === null || selectedRowIds === void 0 ? void 0 : selectedRowIds.length) === rows.length) || false, onChange: handleSelectAll, disabled: (disabledSelectionInputRowIds && disabledSelectionInputRowIds.length > 0) ||\n isLoading ||\n isEmpty, ariaLabel: \"Select all\" })))),\n headers.map((header, index) => {\n const startHeaderIndex = selectedRowIds ? index + 2 : index + 1;\n const endHeaderIndex = index - headers.length;\n const headerCellStyle = styles === null || styles === void 0 ? void 0 : styles.find((style) => style.index === startHeaderIndex || style.index === endHeaderIndex);\n return header.skeleton && (isLoading || isError || isEmpty)\n ? renderSkeletonHeaderCell(header, header.skeletonStyle || {})\n : renderHeaderCell(header, (headerCellStyle === null || headerCellStyle === void 0 ? void 0 : headerCellStyle.style) || {});\n }))));\n }, [\n generateFixedColumnsStyle,\n handleSelectAll,\n headers,\n isEmpty,\n isError,\n isLoading,\n renderSkeletonHeaderCell,\n renderHeaderCell,\n rows.length,\n selectedRowIds,\n selectionMode,\n disabledSelectionInputRowIds,\n ]);\n const renderSelectionInput = useCallback((isSelected, row) => {\n const inputProps = {\n checked: isSelected,\n onChange: (checked) => handleSelectRow(checked, row),\n disabled: (disabledSelectionInputRowIds === null || disabledSelectionInputRowIds === void 0 ? void 0 : disabledSelectionInputRowIds.includes(row.id)) || false,\n };\n if (selectionMode === 'single') {\n return React.createElement(Radio, Object.assign({}, inputProps));\n }\n return React.createElement(Checkbox, Object.assign({}, inputProps));\n }, [handleSelectRow, selectionMode, disabledSelectionInputRowIds]);\n const renderSkeletonSelectionInput = useCallback((rowIndex) => {\n const generalStyle = {\n width: 18,\n height: 18,\n margin: 3,\n animationDuration: '0s',\n };\n if (selectionMode === 'single') {\n return (React.createElement(SkeletonCell, { key: rowIndex === undefined ? null : `radio-skeleton-${rowIndex}`, style: Object.assign(Object.assign({}, generalStyle), { borderRadius: '50%' }) }));\n }\n return (React.createElement(SkeletonCell, { key: rowIndex === undefined ? null : `checkbox-skeleton-${rowIndex}`, style: Object.assign(Object.assign({}, generalStyle), { borderRadius: '0.25rem' }) }));\n }, [selectionMode]);\n const getNestedRow = useCallback((nestedRow, isHidden) => {\n var _a, _b;\n if (!renderNestedRow)\n return null;\n const content = renderNestedRow(nestedRow);\n if (!content)\n return null;\n const nestedRowE2eClassName = ((_b = (_a = nestedRow === null || nestedRow === void 0 ? void 0 : nestedRow.data) === null || _a === void 0 ? void 0 : _a.e2eClassNames) === null || _b === void 0 ? void 0 : _b.row) || '';\n return (React.createElement(Row, { key: nestedRow.id, className: `${nestedRowE2eClassName} ${isHidden ? 'hidden' : ''}` },\n selectedRowIds && React.createElement(Cell, null),\n content));\n }, [renderNestedRow, selectedRowIds]);\n const renderDefaultLoadingRow = useCallback((rowIndex) => {\n if (!headers)\n return React.createElement(SkeletonCell, null);\n // Otherwise render a cell for each column\n const cells = headers.map((header) => React.createElement(SkeletonCell, { key: `${rowIndex}-${header.id}` }));\n if (selectedRowIds)\n cells.unshift(renderSkeletonSelectionInput(rowIndex));\n return cells;\n }, [headers, renderSkeletonSelectionInput, selectedRowIds]);\n const getFooter = () => {\n if (!renderFooterRow)\n return null;\n if (isLoading && !renderFooterLoadingRow)\n return null;\n if (!isLoading && isEmpty)\n return null;\n return (React.createElement(Footer, { fixedColumnsStyle: convertFixedColumnInlineStyleToStyled(fixedColumnsStyle || []) },\n React.createElement(Row, null,\n selectedRowIds && !omitFooterSelectionCell && React.createElement(Cell, null),\n !isLoading && renderFooterRow(rows),\n isLoading && renderFooterLoadingRow && renderFooterLoadingRow())));\n };\n let lastStartFixedColumnsIndex = startFixedColumnsNumber;\n if (selectedRowIds && lastStartFixedColumnsIndex)\n lastStartFixedColumnsIndex += 1;\n const renderedRows = useMemo(() => rows.map((row) => {\n var _a, _b, _c;\n const { data } = row;\n const isSelected = selectedRowIds ? selectedRowIds.includes(row.id) : false;\n const isExpanded = expandedRowIds ? expandedRowIds.includes(row.id) : true;\n const bodyClassName = (_a = data === null || data === void 0 ? void 0 : data.e2eClassNames) === null || _a === void 0 ? void 0 : _a.body;\n const rowE2eClassName = (_c = (_b = data === null || data === void 0 ? void 0 : data.e2eClassNames) === null || _b === void 0 ? void 0 : _b.row) !== null && _c !== void 0 ? _c : '';\n const rowClassName = isSelected ? `selected ${rowE2eClassName}` : `${rowE2eClassName}`;\n return (React.createElement(Body, { key: row.id, className: bodyClassName, fixedColumnsStyle: convertFixedColumnInlineStyleToStyled(fixedColumnsStyle || []) },\n React.createElement(Row, { key: row.id, className: rowClassName, accentColor: row.accentColor },\n selectedRowIds && React.createElement(Cell, null, renderSelectionInput(isSelected, row)),\n renderRow(row)),\n row.nestedRows && row.nestedRows.map((item) => getNestedRow(item, !isExpanded))));\n }), [\n rows,\n expandedRowIds,\n fixedColumnsStyle,\n getNestedRow,\n renderRow,\n renderSelectionInput,\n selectedRowIds,\n ]);\n /* Loading state */\n if (isLoading) {\n const loadingRows = [];\n for (let i = 0; i < skeletonRowsNumber; i += 1) {\n loadingRows.push(React.createElement(Body, { key: `loading-row-${i}`, fixedColumnsStyle: convertFixedColumnInlineStyleToStyled(fixedColumnsStyle || []) },\n React.createElement(Row, null, renderLoadingRow ? (React.createElement(React.Fragment, null,\n selectedRowIds && renderSkeletonSelectionInput(),\n renderLoadingRow())) : (renderDefaultLoadingRow(i)))));\n }\n return (React.createElement(WrapperComponent, { ref: wrapperRef, scrollDisabled: true, scrollPosition: scrollPosition, lastStartFixedColumnsIndex: lastStartFixedColumnsIndex, firstEndFixedColumnsIndex: endFixedColumnsNumber },\n isHeaderSticky && headers && (React.createElement(StickyHeader, { renderHeader: renderHeader, tableRef: tableRef, wrapperRef: wrapperRef, isFixedLayout: isFixedLayout, wrapperStyle: stickyHeaderStyle })),\n React.createElement(Table, { ref: tableRef, striped: striped, noWrap: noWrap, tableLoading: true, isFixedLayout: isFixedLayout },\n renderHeader(),\n loadingRows,\n getFooter())));\n }\n /* Empty & Error states */\n if (isEmpty || isError) {\n let specificStateValues = defaultEmptyState;\n if (customSpecificState)\n specificStateValues = customSpecificState;\n else if (isError)\n specificStateValues = defaultErrorState;\n return (React.createElement(WrapperComponent, { scrollDisabled: true },\n React.createElement(Table, { ref: tableRef, striped: striped, noWrap: noWrap, tableLoading: false, isFixedLayout: isFixedLayout },\n renderHeader(),\n getFooter()),\n React.createElement(SpecificState, Object.assign({ height: bodyHeightInSpecificStates }, specificStateValues))));\n }\n /* Populated state */\n return (React.createElement(WrapperComponent, { scrollDisabled: false, ref: wrapperRef, scrollPosition: scrollPosition, lastStartFixedColumnsIndex: lastStartFixedColumnsIndex, firstEndFixedColumnsIndex: endFixedColumnsNumber, showScrollbar: showScrollbar },\n isHeaderSticky && headers && (React.createElement(StickyHeader, { renderHeader: renderHeader, tableRef: tableRef, wrapperRef: wrapperRef, isFixedLayout: isFixedLayout, wrapperStyle: stickyHeaderStyle })),\n React.createElement(Table, { ref: tableRef, striped: striped, noWrap: noWrap, tableLoading: false, isFixedLayout: isFixedLayout },\n renderHeader(),\n renderedRows,\n getFooter())));\n};\nLegacyDataTable.Cell = Cell;\nLegacyDataTable.ClickableCell = ClickableCell;\nLegacyDataTable.EditableCell = EditableCell;\nLegacyDataTable.SkeletonCell = SkeletonCell;\nLegacyDataTable.SkeletonContent = SkeletonContent;\n//# sourceMappingURL=LegacyDataTable.js.map","import styled from 'styled-components';\nexport const LoginButton = styled.button.withConfig({ displayName: \"vui--LoginButton\", componentId: \"vui--9ns5xb\" }) `background:none;border:none;padding:0;cursor:pointer;img{width:156px;height:32px;}`;\n//# sourceMappingURL=styled.js.map","import React, { useState } from 'react';\nimport { LoginButton } from './styled';\nconst buttonImg = 'https://images-na.ssl-images-amazon.com/images/G/01/lwa/btnLWA_gold_312x64.png';\nconst buttonPressedImg = 'https://images-na.ssl-images-amazon.com/images/G/01/lwa/btnLWA_gold_312x64_pressed.png';\nexport const buttonDescription = 'Log in with Amazon';\n/**\n * Image used in this button is to comply with official\n * Amazon button guidelines (https://developer.amazon.com/docs/login-with-amazon/button.html#android-images).\n */\nexport const LoginWithAmazonButton = (props) => {\n const [image, setImage] = useState(buttonImg);\n const handleMouseDown = () => {\n setImage(buttonPressedImg);\n };\n const handleMouseUp = () => {\n setImage(buttonImg);\n };\n return (React.createElement(LoginButton, Object.assign({ onMouseDown: handleMouseDown, onMouseUp: handleMouseUp, \"aria-label\": buttonDescription }, props),\n React.createElement(\"img\", { src: image, alt: buttonDescription })));\n};\n//# sourceMappingURL=LoginWithAmazonButton.js.map","import styled, { createGlobalStyle } from 'styled-components';\nimport { Card } from '../../Card';\nimport { theme } from '../../../theme';\nexport const NonScrollableBody = createGlobalStyle `body{overflow:hidden;scrollbar-gutter:stable;}`;\nexport const MainSection = styled.section.withConfig({ displayName: \"vui--MainSection\", componentId: \"vui--1ox4j2c\" }) `flex:1;overflow-y:auto;${({ fullBleed }) => !fullBleed && `padding: 0 ${theme.sizes.md};`} ${({ isScrollable }) => isScrollable &&\n `\n & + ${Card.Footer} {\n box-shadow: 0px 10px 15px 0px ${theme.colors.neutral.ink.dark};\n }\n `}`;\n//# sourceMappingURL=styled.js.map","/**\n * Type guard to check if a header slot has been passed to the component.\n */\nexport const hasHeaderSlot = (props) => {\n return !!props.headerSlot;\n};\n/**\n * Type guard to check if a footer slot has been passed to the component.\n */\nexport const hasFooterSlot = (props) => {\n return !!props.footerSlot;\n};\n//# sourceMappingURL=types.js.map","import { breakpoints } from '../../../../theme/modules/breakpoints';\nexport const heightMap = {\n xs: '84vh',\n sm: '72vh',\n base: '84vh',\n lg: '96vh',\n};\nexport const widthMap = {\n [breakpoints.mobile]: {\n xs: '60vw',\n sm: '72vw',\n base: '100vw',\n lg: '100vw',\n },\n [breakpoints.tablet]: {\n xs: '60vw',\n sm: '72vw',\n base: '100vw',\n lg: '100vw',\n },\n [breakpoints.lgTablet]: {\n xs: '48vw',\n sm: '56vw',\n base: '88vw',\n lg: '100vw',\n },\n [breakpoints.desktop]: {\n xs: '36vw',\n sm: '44vw',\n base: '72vw',\n lg: '88vw',\n },\n [breakpoints.lgDesktop]: {\n xs: '32vw',\n sm: '40vw',\n base: '52vw',\n lg: '80vw',\n },\n};\nexport const fullScreenBreakpointMap = {\n xs: breakpoints.mobile,\n sm: breakpoints.mobile,\n base: breakpoints.tablet,\n lg: breakpoints.lgTablet,\n};\n//# sourceMappingURL=constants.js.map","import styled from 'styled-components';\nimport { motion } from 'framer-motion';\nimport { getOpaqueHexColor } from '../../../../utils/color';\nimport { Card } from '../../../Card';\nimport { theme } from '../../../../theme';\nimport { fullScreenBreakpointMap, heightMap, widthMap } from './constants';\nimport { MainSection } from '../styled';\nconst { breakpoints } = theme;\nexport const StyledDialog = styled(motion.dialog).attrs({\n initial: { opacity: 0, y: -50, bounce: 0 },\n exit: { opacity: 0, y: -50, bounce: 0 },\n animate: { opacity: 1, y: 0, bounce: 0 },\n transition: { type: 'tween', duration: 0.25 },\n}).withConfig({ displayName: \"vui--StyledDialog\", componentId: \"vui--1ohvs0u\" }) `padding:0;border:none;border-radius:${theme.sizes.sm};box-shadow:${theme.shadows.lg};min-width:464px;&::backdrop{animation:fadeIn 0.25s ease forwards;}& > ${Card.Surface}{display:flex;flex-direction:column;${({ variant }) => `max-height: ${heightMap[variant]};`} ${MainSection}{padding-bottom:${theme.sizes.md};}${Card.Footer}{margin-top:0;}}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}@media (min-width: calc(${breakpoints.mobile} + 1px))and (max-width: ${breakpoints.tablet}){max-width:${({ variant }) => widthMap[breakpoints.tablet][variant]};}@media (min-width: ${breakpoints.tablet})and (max-width: ${breakpoints.lgTablet}){max-width:${({ variant }) => widthMap[breakpoints.lgTablet][variant]};}@media (min-width: ${breakpoints.lgTablet})and (max-width: ${breakpoints.desktop}){max-width:${({ variant }) => widthMap[breakpoints.desktop][variant]};}@media (min-width: ${breakpoints.desktop}){max-width:${({ variant }) => widthMap[breakpoints.lgDesktop][variant]};}@media (max-width: ${({ variant }) => fullScreenBreakpointMap[variant]}){margin:0;width:100%;max-width:100vw;max-height:100vh;&,& > ${Card.Surface}{border-radius:0;height:100%;width:100%;max-height:unset;}}&::backdrop{background-color:${getOpaqueHexColor(theme.colors.neutral.ink.base, 0.5)};}&:not([open]){display:block;position:fixed;top:0;left:0;right:0;bottom:0;transform:translate(-50%, -50%);}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { StyledDialog } from './styled';\nexport const Dialog = React.forwardRef((_a, ref) => {\n var rest = __rest(_a, []);\n return React.createElement(StyledDialog, Object.assign({ ref: ref }, rest));\n});\n//# sourceMappingURL=Dialog.js.map","import { __rest } from \"tslib\";\n/* eslint-disable react/destructuring-assignment */\nimport React, { useEffect, useRef, useState } from 'react';\nimport { AnimatePresence } from 'framer-motion';\nimport { MainSection, NonScrollableBody } from './components/styled';\nimport { hasFooterSlot, hasHeaderSlot } from './types';\nimport { Dialog } from './components/Dialog/Dialog';\nimport { useIsOverflowing } from '../../hooks/useIsOverflowing';\nimport { Button } from '../Button';\nimport { Card } from '../Card';\nimport { CardHeader } from '../CardHeader';\nimport { Stack } from '../Stack';\nexport const Modal = (props) => {\n const { shouldShow, showHeaderCloseButton = true, fullBleed = false, variant = 'base', onClose: parentOnClose, children, } = props;\n const modalRef = useRef(null);\n const [mainSectionRef, setMainSectionRef] = useState(null);\n useEffect(() => {\n var _a, _b;\n if (shouldShow) {\n (_a = modalRef.current) === null || _a === void 0 ? void 0 : _a.removeAttribute('open'); // Allows for conditional rendering.\n (_b = modalRef.current) === null || _b === void 0 ? void 0 : _b.showModal();\n }\n }, [shouldShow]);\n const { isOverflowing: isContentOverflowing, onScroll } = useIsOverflowing(mainSectionRef);\n const onClose = () => {\n var _a;\n (_a = modalRef.current) === null || _a === void 0 ? void 0 : _a.close();\n parentOnClose();\n };\n return (React.createElement(AnimatePresence, null, shouldShow && (React.createElement(\"div\", { \"data-testid\": \"dialog-wrapper\" },\n React.createElement(NonScrollableBody, null),\n React.createElement(Dialog, { ref: modalRef, onClose: onClose, variant: variant, \"aria-describedby\": \"modal_title\" },\n React.createElement(Card.Surface, null,\n hasHeaderSlot(props) ? (props.headerSlot) : (React.createElement(CardHeader, Object.assign({ id: \"modal_title\", headerVariant: \"headingLarge\", title: props.headerTitle, subtitle: props.headerSubtitle }, (showHeaderCloseButton && { onClickClose: onClose })))),\n React.createElement(MainSection, { onScroll: onScroll, ref: setMainSectionRef, isScrollable: isContentOverflowing, fullBleed: fullBleed }, children),\n hasFooterSlot(props) && props.footerSlot,\n !hasFooterSlot(props) && (props.leftActions || props.rightActions) && (React.createElement(Card.Footer, null,\n React.createElement(Stack, { direction: \"horizontal\", alignX: props.leftActions ? 'between' : 'end' },\n props.leftActions && (React.createElement(Stack, { direction: \"horizontal\", alignX: \"start\", \"data-testid\": \"left-actions-container\" }, props.leftActions.map((_a) => {\n var { label } = _a, actionProps = __rest(_a, [\"label\"]);\n return (React.createElement(Button, Object.assign({ key: label, type: \"button\" }, actionProps), label));\n }))),\n props.rightActions && (React.createElement(Stack, { direction: \"horizontal\", alignX: \"end\", \"data-testid\": \"right-actions-container\" }, props.rightActions.map((_a) => {\n var { label } = _a, actionProps = __rest(_a, [\"label\"]);\n return (React.createElement(Button, Object.assign({ key: label, type: \"button\" }, actionProps), label));\n }))))))))))));\n};\n//# sourceMappingURL=Modal.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nimport { Stack } from '../Stack';\nimport { Button } from '../Button';\nimport { TextField } from '../TextField';\nexport const PageLimitContainer = styled(Stack).withConfig({ displayName: \"vui--PageLimitContainer\", componentId: \"vui--11yg0z2\" }) `width:${theme.sizes.lg};height:30px;background-color:${theme.colors.neutral.grey.light};border:1px solid ${theme.colors.neutral.grey.base};border-radius:${theme.sizes.xs};`;\nexport const PaginationButton = styled(Button).withConfig({ displayName: \"vui--PaginationButton\", componentId: \"vui--1xoa6c5\" }) `color:${theme.colors.neutral.ink.base};width:32px;height:32px;svg{width:24px;height:24px;}`;\nexport const PageInput = styled(TextField).withConfig({ displayName: \"vui--PageInput\", componentId: \"vui--vpfeol\" }) `&[type='number']{width:5.5ch;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Text } from '../Text';\nimport { PageLimitContainer } from './styled';\nexport const PageCount = ({ count }) => (React.createElement(React.Fragment, null,\n React.createElement(\"div\", null,\n React.createElement(Text, { variant: \"bodySmall\", \"aria-hidden\": true }, \"/\")),\n React.createElement(PageLimitContainer, { alignX: \"center\", alignY: \"center\", \"aria-hidden\": true },\n React.createElement(Text, { variant: \"bodySmall\" }, count))));\n//# sourceMappingURL=components.js.map","import { useEffect, useState } from 'react';\n/**\n * A hook to handle pagination state.\n */\nexport const usePagination = ({ currentPage, totalPagesCount, handleChangePage, }) => {\n const [pageInputValue, setPageInputValue] = useState(`${currentPage}`);\n /**\n * When a new value is passed into the component we update the local state, meaning the input\n * value gets updated.\n */\n useEffect(() => {\n setPageInputValue(`${currentPage}`);\n }, [currentPage]);\n const validatePageValue = (value) => value >= 1 && value <= totalPagesCount;\n const checkAndSetLocalPage = (newPage) => {\n if (validatePageValue(newPage))\n setPageInputValue(`${newPage}`);\n };\n /**\n * A function to handle changes to the input, a string will be passed int. We check for an empty\n * string and directly set that, otherwise we validate the input number is within range.\n * @param newValue The new string input value.\n */\n const handleInputChange = (newValue) => {\n if (!newValue)\n setPageInputValue(newValue);\n const intValue = parseInt(newValue, 10);\n checkAndSetLocalPage(intValue);\n };\n /**\n * A function to increment the current page, using callback from props. Local state will update\n * when a new `currentPage` is passed.\n */\n const handleIncrement = () => {\n if (validatePageValue(currentPage + 1))\n handleChangePage(currentPage + 1);\n };\n /**\n * A function to decrement the current page, using callback from props. Local state will update\n * when a new `currentPage` is passed.\n */\n const handleDecrement = () => {\n if (validatePageValue(currentPage - 1))\n handleChangePage(currentPage - 1);\n };\n /**\n * When the input is unfocussed we want to update parent or local state depending on 3 cases:\n * 1. Local page input is '', reset it to the currentPage\n * 2. Local page input is the same as passed by prop, catch and do nothing.\n * 3. Local state has a new value, convert it, validate it and potentially send to parent via\n * `handlePageChange`\n */\n const handleSubmit = () => {\n if (!pageInputValue)\n setPageInputValue(`${currentPage}`);\n if (pageInputValue === `${currentPage}`)\n return;\n const newValue = parseInt(pageInputValue, 10);\n if (validatePageValue(newValue))\n handleChangePage(newValue);\n };\n /**\n * When the user submits the form, either pressing enter or a screenreader shortcut we prevent\n * default action and try and send update.\n * @param event The event fired from the form when submitting.\n */\n const handleFormSubmit = (event) => {\n event.preventDefault();\n handleSubmit();\n };\n return {\n pageInputValue,\n handleIncrement,\n handleDecrement,\n handleInputChange,\n handleSubmit,\n handleFormSubmit,\n };\n};\n//# sourceMappingURL=usePagination.js.map","import React from 'react';\nexport const StartArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M11.6434 11.06L8.59004 8L11.6434 4.94L10.7034 4L6.70337 8L10.7034 12L11.6434 11.06Z\", fill: \"currentColor\" }),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M4.37004 12L4.37004 4L5.70337 4L5.70337 12L4.37004 12Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=StartArrowIcon.js.map","import React from 'react';\nexport const EndArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M4.33661 11.06L7.38994 8L4.33661 4.94L5.27661 4L9.27661 8L5.27661 12L4.33661 11.06Z\", fill: \"currentColor\" }),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11.67 4L11.67 12L10.3367 12L10.3367 4L11.67 4Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=EndArrowIcon.js.map","import React from 'react';\nimport { Stack } from '../Stack';\nimport { PageInput, PaginationButton } from './styled';\nimport { PageCount } from './components';\nimport { usePagination } from './hooks/usePagination';\nimport { RightArrowIcon } from '../../tempIcons/RightArrowIcon';\nimport { StartArrowIcon } from '../../tempIcons/StartArrowIcon';\nimport { LeftArrowIcon } from '../../tempIcons/LeftArrowIcon';\nimport { EndArrowIcon } from '../../tempIcons/EndArrowIcon';\nimport { ComponentSize } from '../types';\nexport const Pagination = ({ testId, e2eClassName, currentPage, totalPagesCount, handleChangePage, }) => {\n const { pageInputValue, handleIncrement, handleDecrement, handleFormSubmit, handleInputChange, handleSubmit, } = usePagination({\n currentPage,\n totalPagesCount,\n handleChangePage,\n });\n /**\n * A function to go back to the first page, provided we aren't already there.\n */\n const handleSkipBack = () => {\n if (currentPage !== 1)\n handleChangePage(1);\n };\n /**\n * A function to go to the last page, provided we aren't already there.\n */\n const handleSkipToEnd = () => {\n if (currentPage !== totalPagesCount)\n handleChangePage(totalPagesCount);\n };\n return (React.createElement(Stack, { direction: \"horizontal\", alignY: \"center\", spacing: \"xs\", \"data-testid\": testId, className: e2eClassName },\n React.createElement(PaginationButton, { onClick: handleSkipBack, icon: React.createElement(StartArrowIcon, null), size: \"sm\", \"aria-label\": \"go to first page\" }),\n React.createElement(PaginationButton, { onClick: handleDecrement, icon: React.createElement(LeftArrowIcon, null), size: \"sm\", \"aria-label\": \"go to previous page\", \"aria-disabled\": currentPage <= 1 }),\n React.createElement(\"form\", { onSubmit: handleFormSubmit },\n React.createElement(PageInput, { \"aria-live\": \"polite\", \"aria-label\": `page ${currentPage} of ${totalPagesCount}`, size: ComponentSize.sm, type: \"number\", value: pageInputValue, min: \"1\", max: `${totalPagesCount}`, onChange: handleInputChange, onBlur: handleSubmit })),\n React.createElement(PageCount, { count: totalPagesCount }),\n React.createElement(PaginationButton, { onClick: handleIncrement, icon: React.createElement(RightArrowIcon, null), size: \"sm\", \"aria-label\": \"go to next page\", \"aria-disabled\": currentPage >= totalPagesCount }),\n React.createElement(PaginationButton, { onClick: handleSkipToEnd, icon: React.createElement(EndArrowIcon, null), size: \"sm\", \"aria-label\": \"go to last page\", \"aria-disabled\": currentPage >= totalPagesCount })));\n};\n//# sourceMappingURL=Pagination.js.map","import styled from 'styled-components';\nexport const Container = styled.div.withConfig({ displayName: \"vui--Container\", componentId: \"vui--1y4bw67\" }) `box-sizing:border-box;display:inline-flex;flex-direction:column;height:${({ size }) => (size === 'sm' ? '32px' : '40px')};border-radius:4px;${({ size }) => size === 'sm'\n ? `svg { width: 14px !important; height: 14px !important; };\n\n > button { padding: 0 6px };`\n : ''};& > *:first-child{border-bottom-width:0;}& > *:active,& > *:focus{border-width:1px;}& > *:active + *,& > *:focus + *{border-top-width:0;}& > *:focus,& > *:active{z-index:5;}& > *:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit;}& > *:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;}`;\nexport const StepButton = styled.button.withConfig({ displayName: \"vui--StepButton\", componentId: \"vui--z17r9v\" }) `appearance:none;flex:1;border:0;display:flex;justify-content:center;align-items:center;padding:0 8px;background-color:white;border:1px solid #959fa8;&:hover{cursor:pointer;background-color:#fafafb;}&:active:not(:disabled){background-color:#fafafb;border-color:#0079d1;box-shadow:0 0 0 4px #80bce8;}&:focus{box-shadow:0 0 0 4px #80bce8;outline:0;}&:disabled{background-color:#f2f3f5;border-color:#959fa8;color:#637381;cursor:not-allowed;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { theme } from '../../theme';\nimport { Container, StepButton } from './styled';\nimport { DownArrowIcon } from '../../tempIcons/DownArrowIcon';\nimport { UpArrowIcon } from '../../tempIcons/UpArrowIcon';\nexport const Stepper = ({ onIncrement, onDecrement, disabled = false, size }) => (React.createElement(Container, { size: size },\n React.createElement(StepButton, { type: \"button\", onClick: onIncrement, disabled: disabled },\n React.createElement(UpArrowIcon, { height: theme.sizes.base, width: theme.sizes.base, color: theme.colors.neutral.ink.base })),\n React.createElement(StepButton, { type: \"button\", onClick: onDecrement, disabled: disabled },\n React.createElement(DownArrowIcon, { height: theme.sizes.base, width: theme.sizes.base, color: theme.colors.neutral.ink.base }))));\n//# sourceMappingURL=Stepper.js.map","import styled from 'styled-components';\nimport { TextField } from '../TextField';\nimport { BaseContainer } from '../BaseContainer';\nimport { Text } from '../Text';\nimport { InputGroup } from '../InputGroup';\nimport { theme } from '../../theme';\nexport const StyledTextField = styled(TextField).withConfig({ displayName: \"vui--StyledTextField\", componentId: \"vui--8gyz01\" }) `color:${theme.colors.neutral.ink.dark};width:100%;&:focus{box-shadow:none;border-color:none;border-right-width:0;border-color:${theme.colors.neutral.ink.lightest};}`;\nexport const PrefixContainer = styled(BaseContainer).withConfig({ displayName: \"vui--PrefixContainer\", componentId: \"vui--fsc9el\" }) `user-select:none;border:1px solid ${theme.colors.neutral.ink.lightest};border-radius:4px;display:flex;align-items:center;justify-content:center;width:${({ size }) => (size === 'sm' ? '30px' : '36px')};background-color:${({ disabled }) => (disabled ? theme.colors.neutral.grey.light : 'white')};flex-shrink:0;${({ size }) => (size === 'sm' ? '> span { font-size: 12px }' : '')};&:active{z-index:0;border-right-width:0;+ input{z-index:0;border-left-width:1px;}}`;\nexport const PrefixText = styled(Text).withConfig({ displayName: \"vui--PrefixText\", componentId: \"vui--w81sf\" }) `font-size:14px;`;\nexport const PriceInputGroup = styled(InputGroup).withConfig({ displayName: \"vui--PriceInputGroup\", componentId: \"vui--jpuoo1\" }) `display:inline-flex;border-radius:4px;min-width:125px;width:100%;${({ hasError }) => hasError &&\n `\n box-shadow: 0 0 0 4px ${theme.colors.secondary.red.light};\n\n > * {\n border-top-color: ${theme.colors.secondary.red.base};\n border-bottom-color: ${theme.colors.secondary.red.base};\n }\n\n > *:first-child {\n border-left-color: ${theme.colors.secondary.red.base};\n }\n\n > div:last-child {\n > button:first-child {\n border-top-color: ${theme.colors.secondary.red.base};\n border-right-color: ${theme.colors.secondary.red.base};\n }\n\n > button:last-child {\n border-right-color: ${theme.colors.secondary.red.base};\n border-bottom-color: ${theme.colors.secondary.red.base};\n }\n }\n `} &:focus-within{outline:0;box-shadow:${({ hasError }) => hasError ? '' : `0 0 0 4px ${theme.colors.secondary.blue.light}`};}&:focus-within > *{border-top-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};border-bottom-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};}&:focus-within > *:first-child{border-left-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};}&:focus-within > div:last-child{> button:first-child{border-top-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};border-right-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};}> button:last-child{border-right-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};border-bottom-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};}}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { ComponentSize } from '../types';\nimport { Stepper } from '../Stepper';\nimport { PriceInputGroup, StyledTextField, PrefixContainer, PrefixText } from './styled';\nimport { withLabels } from '../../hoc';\nconst fractionDigits = 2;\nfunction stringToFixed(price) {\n const floatPrice = parseFloat(price.replace(',', '.'));\n return floatPrice.toFixed(fractionDigits);\n}\nexport const PriceInput = withLabels((_a) => {\n var { className = '', hasError, currency, disabled = false, onChange, onPriceChange, priceValue, step = '0.1', size = ComponentSize.base } = _a, otherProps = __rest(_a, [\"className\", \"hasError\", \"currency\", \"disabled\", \"onChange\", \"onPriceChange\", \"priceValue\", \"step\", \"size\"]);\n const handleChange = (value) => onChange(value.replace(/[a-zA-Z]/g, '').replace(',', '.'));\n const handleBlur = (e) => {\n const target = e.target;\n const { value } = target;\n if (!value) {\n onPriceChange('');\n return;\n }\n const roundedValue = stringToFixed(value);\n onPriceChange(roundedValue);\n };\n const handleIncrement = (callback = onPriceChange) => {\n const currentPrice = parseFloat(priceValue) || 0;\n const currentStep = parseFloat(step);\n callback((currentPrice + currentStep).toFixed(fractionDigits));\n };\n const handleDecrement = (callback = onPriceChange) => {\n const currentPrice = parseFloat(priceValue) || 0;\n const currentStep = parseFloat(step);\n callback((currentPrice - currentStep).toFixed(fractionDigits));\n };\n const handleKeyDown = (e) => {\n const { key } = e;\n const target = e.target;\n const isInForm = target.form;\n if (!isInForm) {\n if (key === 'Enter')\n target.blur();\n }\n if (key === 'ArrowUp')\n handleIncrement(onChange);\n if (key === 'ArrowDown')\n handleDecrement(onChange);\n };\n return (React.createElement(PriceInputGroup, { className: className, hasError: hasError },\n React.createElement(PrefixContainer, { disabled: disabled, size: size },\n React.createElement(PrefixText, { variant: \"hintText\" }, currency)),\n React.createElement(StyledTextField, Object.assign({ placeholder: \"0.00\", type: \"currency\", value: priceValue, step: step, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, disabled: disabled, size: size }, otherProps)),\n React.createElement(Stepper, { onIncrement: () => handleIncrement(), onDecrement: () => handleDecrement(), disabled: disabled, size: size })));\n});\nPriceInput.displayName = 'PriceInput';\n//# sourceMappingURL=PriceInput.js.map","import React from 'react';\nimport styled from 'styled-components';\nconst ScreenReaderOnlyElement = styled.span.withConfig({ displayName: \"vui--ScreenReaderOnlyElement\", componentId: \"vui--ejkp56\" }) `position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;`;\n/**\n * The `ScreenReaderOnly` component is used to render content that is only visible to screen readers and assistive technologies. This component can be useful for providing additional context or information to users who rely on screen readers, while keeping the content visually hidden from sighted users.\n * * **This is not a replacement for `aria-label`.**\n *\n * Note: aria-label is intended for interactive elements or for elements made interactive via other ARIA declarations when there's no visible text in the DOM to serve as a label.\n *\n * In general, screen reader-only content should be reserved for information that is apparent visually but not apparent to blind screen reader users.\n *\n * **Example use cases:**\n * - Adding instructional cues and indicators\n * - Search input that is clearly a search bar to sighted users (search icon, etc.). A hidden, associated `<label>` element with \"Search orders\"\n * - Skip to links to take the user to the main content (still need to be visibile when focused)\n * - Breadcrumb navigation, making it clear with a \"you are here\" screen reader text\n */\nexport const ScreenReaderOnly = ({ children }) => {\n return React.createElement(ScreenReaderOnlyElement, null, children);\n};\n//# sourceMappingURL=ScreenReaderOnly.js.map","import styled from 'styled-components';\nimport { TextField } from '../TextField';\nimport { BaseContainer } from '../BaseContainer';\nimport { Loader } from '../Loader';\nconst Input = styled(TextField).withConfig({ displayName: \"vui--Input\", componentId: \"vui--je6y84\" }) `flex-grow:2;margin-top:0;margin-bottom:0;`;\nconst IconContainer = styled.div.withConfig({ displayName: \"vui--IconContainer\", componentId: \"vui--113gfe8\" }) `position:absolute;`;\nconst Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--18q9h8i\" }) `position:relative;display:flex;justify-content:flex-start;align-items:center;border-radius:0.25rem;${({ iconPosition }) => {\n let padding = 'padding-right: 2.5rem;';\n let position = 'right: 0.5rem;';\n if (iconPosition === 'left') {\n padding = 'padding-left: 2.5rem';\n position = 'left: 0.5rem;';\n }\n return `\n & ${Input} {\n ${padding}\n }\n\n & ${IconContainer} {\n ${position}\n }\n `;\n}}`;\nexport { Container, Input, IconContainer, Loader };\n//# sourceMappingURL=styled.js.map","import React from 'react';\nexport const SearchIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M14.3819 13.6918H15.1498L20 18.5517L18.5517 20L13.6918 15.1498V14.3819L13.4294 14.1098C12.3213 15.0623 10.8828 15.6358 9.3179 15.6358C5.82847 15.6358 3 12.8073 3 9.3179C3 5.82847 5.82847 3 9.3179 3C12.8073 3 15.6358 5.82847 15.6358 9.3179C15.6358 10.8828 15.0623 12.3213 14.1098 13.4294L14.3819 13.6918ZM4.94397 9.3179C4.94397 11.7381 6.89766 13.6918 9.3179 13.6918C11.7381 13.6918 13.6918 11.7381 13.6918 9.3179C13.6918 6.89766 11.7381 4.94397 9.3179 4.94397C6.89766 4.94397 4.94397 6.89766 4.94397 9.3179Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=SearchIcon.js.map","import React from 'react';\nimport { Button } from '../Button';\nimport { theme } from '../../theme';\nimport { Container, Input, IconContainer, Loader } from './styled';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { SearchIcon } from '../../tempIcons/SearchIcon';\nimport { sizes } from '../../theme/modules/sizes';\nexport const Search = ({ type = 'text', disabled = false, onClearClick, onChange, onBlur, onFocus, onKeyUp, onKeyDown, onKeyPress, value = '', error, placeholder = '', className = '', name, isLoading = false, fill, reversed = false, autoComplete = 'on', size = 'base', }) => {\n const shouldShowClear = value && value.length > 0;\n const renderIcon = () => {\n if (isLoading) {\n return React.createElement(Loader, { height: 24, color: fill || theme.colors.secondary.blue.base });\n }\n if (shouldShowClear && onClearClick) {\n return (React.createElement(Button, { variant: \"unstyled\", onClick: onClearClick, style: { display: 'flex' }, \"aria-label\": \"Clear text\", type: \"button\" },\n React.createElement(CrossIcon, { color: fill || theme.colors.neutral.ink.dark })));\n }\n return (React.createElement(Button, { variant: \"unstyled\", onClick: () => onChange(value), style: { display: 'flex' }, \"aria-label\": \"Search\", type: \"button\" },\n React.createElement(SearchIcon, { color: fill || theme.colors.neutral.ink.dark, height: sizes.md, width: sizes.md })));\n };\n return (React.createElement(Container, { className: className, iconPosition: reversed ? 'left' : 'right' },\n React.createElement(Input, { size: size, type: type, value: value, onChange: onChange, onBlur: onBlur, onFocus: onFocus, onKeyUp: onKeyUp, onKeyDown: onKeyDown, onKeyPress: onKeyPress, placeholder: placeholder, name: name, disabled: disabled, error: error, autoComplete: autoComplete }),\n React.createElement(IconContainer, null, renderIcon())));\n};\n//# sourceMappingURL=Search.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nimport { BaseContainer } from '../BaseContainer';\nconst buttonBackgroundColor = theme.colors.neutral.grey.lightest;\nconst buttonBorderColor = theme.colors.neutral.grey.dark;\nconst activeButtonColor = theme.colors.secondary.blue.dark;\nexport const SegmentedControlContainer = styled(BaseContainer).withConfig({ displayName: \"vui--SegmentedControlContainer\", componentId: \"vui--s4yyqq\" }) `display:flex;flex-direction:row;> button{border-radius:0;box-shadow:none;:active{background-color:${buttonBackgroundColor};border-color:${buttonBorderColor};box-shadow:none;}:focus{box-shadow:0 0 0 4px ${theme.colors.secondary.blue.light};outline:0;z-index:1;}}> .veeqo-components-active-button{:active{background-color:${activeButtonColor};border-color:${activeButtonColor};}}> button:not(:first-child){border-left:none;}> .veeqo-components-active-button + button{border-left:1px solid ${theme.colors.neutral.grey.dark};}> button:first-child{border-radius:20px 0px 0px 20px;}> button:last-child{border-radius:0px 20px 20px 0px;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Button } from '../Button';\nimport { SegmentedControlContainer } from './styled';\nexport const SegmentedControl = ({ options, selected, className, onChange, }) => (React.createElement(SegmentedControlContainer, { className: className ? `${className}-container` : undefined }, options.map((option) => (React.createElement(Button, { type: \"button\", \"aria-pressed\": option.value === selected, variant: option.value === selected ? 'primary' : 'default', key: option.key, onClick: () => onChange(option.value), disabled: option.disabled, className: option.value === selected ? 'veeqo-components-active-button' : '' }, option.label)))));\n//# sourceMappingURL=SegmentedControl.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nexport const ShortcutKeysContainer = styled.div.withConfig({ displayName: \"vui--ShortcutKeysContainer\", componentId: \"vui--t1odf6\" }) `--kbdTextColor:${(props) => (props.$inverse ? '#ffffff' : '')};box-sizing:border-box;display:flex;align-items:center;gap:4px;color:var(--kbdTextColor, ${theme.colors.neutral.ink.base});font-family:${theme.text.bodySmall.fontFamily};font-style:${theme.text.bodySmall.fontStyle};font-size:${theme.text.bodySmall.fontSize};line-height:${theme.text.bodySmall.lineHeight};font-weight:${theme.text.bodySmall.fontWeight};text-decoration:${theme.text.bodySmall.textDecoration};letter-spacing:${theme.text.bodySmall.letterSpacing};`;\nexport const Kbd = styled.kbd.withConfig({ displayName: \"vui--Kbd\", componentId: \"vui--651mmm\" }) `box-sizing:border-box;color:var(--kbdTextColor, ${theme.colors.neutral.ink.base});display:grid;place-items:center;text-transform:capitalize;border:1px solid var(--kbdTextColor, ${theme.colors.neutral.ink.base});border-radius:3px;padding:1px 3px;font-size:inherit;line-height:inherit;min-width:20px;font-family:${theme.text.bodySmall.fontFamily};font-style:${theme.text.bodySmall.fontStyle};`;\n//# sourceMappingURL=styled.js.map","// Map of UTF-16 characters to be used for modifier keys\nexport const ValidModifierKeysMap = {\n command: '⌘',\n windows: '⊞',\n shift: '⇧',\n ctrl: '⌃',\n option: '⌥',\n alt: 'alt',\n enter: '↵',\n delete: '⌫',\n escape: 'esc',\n up: '↑',\n right: '→',\n down: '↓',\n left: '←',\n space: 'space',\n};\n// Map of labels to be used for modifier keys\nexport const ValidModifierKeyssLabelMap = {\n command: 'Command',\n windows: 'Windows',\n shift: 'Shift',\n ctrl: 'Control',\n option: 'Option',\n alt: 'Alt',\n enter: 'Enter',\n delete: 'Delete',\n escape: 'Escape',\n up: 'Up',\n right: 'Right',\n down: 'Down',\n left: 'Left',\n space: 'Space',\n};\n// An example array of potential shortcut actions\nexport const exampleStorybookShortcutActions = [\n {\n label: 'Shortcut modal',\n mac: 'shift+?',\n windows: 'shift+?',\n },\n {\n label: 'Change view',\n mac: 'shift+option+1',\n windows: 'shift+alt+1',\n },\n {\n label: 'Search',\n mac: 'shift+space',\n windows: 'shift+space',\n },\n {\n label: 'Select all orders in the page',\n mac: 'shift+a',\n windows: 'shift+a',\n },\n {\n label: 'Select first row',\n mac: 'shift+1',\n windows: 'shift+1',\n },\n {\n label: 'Next order',\n mac: 'down',\n windows: 'down',\n },\n {\n label: 'Slect next order',\n mac: 'shift+down',\n windows: 'shift+down',\n },\n {\n label: 'Previous order',\n mac: 'up',\n windows: 'up',\n },\n {\n label: 'Select previous order',\n mac: 'shift+up',\n windows: 'shift+up',\n },\n {\n label: 'Use scale',\n mac: 'shift+w',\n windows: 'shift+w',\n },\n {\n label: 'Refresh rates',\n mac: 'shift+r',\n windows: 'shift+r',\n },\n {\n label: 'Buy label and Print documents',\n mac: 'shift+b',\n windows: 'shift+b',\n },\n {\n label: 'Clear filters',\n mac: 'shift+c',\n windows: 'shift+c',\n },\n {\n label: 'Invoice',\n mac: 'shift+i',\n windows: 'shift+i',\n },\n {\n label: 'Packing slip',\n mac: 'shift+p',\n windows: 'shift+p',\n },\n {\n label: 'Shipping label',\n mac: 'shift+s',\n windows: 'shift+s',\n },\n {\n label: 'Return label',\n mac: 'shift+r',\n windows: 'shift+r',\n },\n {\n label: 'Integrated Invoice with Shipping label',\n mac: 'shift+k',\n windows: 'shift+k',\n },\n {\n label: 'Integrated Packing Slip with Shipping Label',\n mac: 'shift+l',\n windows: 'shift+l',\n },\n];\n//# sourceMappingURL=utils.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { ShortcutKeysContainer, Kbd } from './styled';\nimport { ValidModifierKeyssLabelMap, ValidModifierKeysMap } from './utils';\n/**\n * ShortcutKeys UI component\n *\n * Renders a keyboard shortcut string by splitting it on \"+\" and rendering each\n * key to a <kbd> component.\n *\n * Criteria for `shortcut` prop:\n * - ValidModifierKeys MUST always come before other keys e.g. `shift+a` is valid, `a+shift` is invalid\n * - If it's not a modifier key it must be a singular key e.g. `a`, `2` is valid and `a2` or `abcde` is invalid etc.\n * - A limit of 3 key combinations separated between the '+' symbol e.g. `shift+ctrl+a` is valid, `shift+ctrl+a+b` is invalid\n *\n */\nexport const ShortcutKeys = (_a) => {\n var { shortcut, label, inverse = false, displayLabel = false } = _a, props = __rest(_a, [\"shortcut\", \"label\", \"inverse\", \"displayLabel\"]);\n // Split the keys into individual <Kbd /> components\n const keysToRender = shortcut.split('+');\n // Replace modifier keys with the corresponding UTF-16 character if available.\n const keysToRenderComponents = keysToRender.map((key) => {\n if (ValidModifierKeysMap[key]) {\n return (React.createElement(Kbd, { key: `Key: ${key}`, \"aria-label\": ValidModifierKeyssLabelMap[key] }, ValidModifierKeysMap[key]));\n }\n return React.createElement(Kbd, { key: `Key: ${key}` }, key);\n });\n // Combine the <Kbd /> components to sit inside a single <ShortcutKeysContainer /> component.\n const shortcutElements = keysToRenderComponents.reduce((previousKbdElement, currentKbdElement) => (React.createElement(React.Fragment, null,\n previousKbdElement,\n \"+\",\n currentKbdElement)));\n return (React.createElement(ShortcutKeysContainer, Object.assign({ \"aria-label\": label, \"$inverse\": inverse }, props),\n shortcutElements,\n \" \",\n displayLabel ? React.createElement(\"span\", null, label) : null));\n};\n//# sourceMappingURL=ShortcutKeys.js.map","import styled from 'styled-components';\nimport { sizes } from '../../theme/modules/sizes';\nimport { text } from '../../theme/modules/text';\nimport { colors } from '../../theme/modules/colors';\nconst { blue } = colors.secondary;\nconst { grey } = colors.neutral;\nexport const TableHeader = styled.thead.withConfig({ displayName: \"vui--TableHeader\", componentId: \"vui--o0sot\" }) `background-color:white;`;\nexport const TableBody = styled.tbody.withConfig({ displayName: \"vui--TableBody\", componentId: \"vui--nuzcgp\" }) `&&& tr:hover td{background-color:${blue.lightest};}`;\nexport const TableRow = styled.tr.withConfig({ displayName: \"vui--TableRow\", componentId: \"vui--1uhgfx1\" }) ``;\nexport const TableCell = styled.td.withConfig({ displayName: \"vui--TableCell\", componentId: \"vui--s41x8b\" }) `position:relative;padding:1.25rem 1rem;text-align:${({ align }) => align || 'left'};background-color:white;font-family:${text.bodySmall.fontFamily};font-size:${text.bodySmall.fontSize};font-weight:${text.bodySmall.fontWeight};color:${text.bodySmall.color};line-height:${sizes.base};& > *{vertical-align:middle;}`;\nexport const TableHeaderCell = styled(TableCell).attrs({\n as: 'th',\n}).withConfig({ displayName: \"vui--TableHeaderCell\", componentId: \"vui--2nps2x\" }) `border-bottom:1px solid ${grey.dark};font-family:${text.bodySmallBold.fontFamily};font-size:${text.bodySmallBold.fontSize};font-weight:${text.bodySmallBold.fontWeight};color:${text.bodySmallBold.color};`;\nexport const Table = styled.table.withConfig({ displayName: \"vui--Table\", componentId: \"vui--lcbl46\" }) `width:100%;border-spacing:0;${({ striped }) => striped &&\n `\n & ${TableBody} tr:nth-child(even) td {\n background-color: ${grey.lightest};\n }\n `}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { TableBody, TableCell, TableHeader, TableRow, TableHeaderCell, Table } from './styled';\n/**\n * A simple table component which provides flexible, pre-styled table elements.\n */\nexport const SimpleTable = ({ striped = true, className, children }) => (React.createElement(Table, { striped: striped, className: className }, children));\nSimpleTable.Header = TableHeader;\nSimpleTable.Body = TableBody;\nSimpleTable.Row = TableRow;\nSimpleTable.HeaderCell = TableHeaderCell;\nSimpleTable.Cell = TableCell;\n//# sourceMappingURL=SimpleTable.js.map","import styled from 'styled-components';\nimport { BaseContainer } from '../BaseContainer';\nexport const Skeleton = styled(BaseContainer).attrs(() => ({\n 'aria-hidden': true,\n})).withConfig({ displayName: \"vui--Skeleton\", componentId: \"vui--7bl1ak\" }) `display:block;background:#f6f7f8;background:linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);background-size:2500px 104px;cursor:progress;border-radius:4px;${({ width = '', height = '' }) => `\n width: ${width || '100%'};\n min-width: ${width};\n height: ${height || '20px'};\n min-height: ${height};\n `};@media (prefers-reduced-motion: no-preference){animation-duration:2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;}@keyframes placeHolderShimmer{0%{background-position:-1080px 0;}100%{background-position:1080px 0;}}`;\nSkeleton.displayName = 'Skeleton';\n//# sourceMappingURL=Skeleton.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nconst TRACK_HEIGHT = 4;\nconst BORDER_SIZE = 4;\nconst SLIDER_SIZE = 12;\nconst ADDITIONAL_PADDING = 2;\nconst SliderContainer = styled.div.withConfig({ displayName: \"vui--SliderContainer\", componentId: \"vui--103oce3\" }) `min-width:128px;display:inline-block;position:relative;padding:${SLIDER_SIZE / 2 + ADDITIONAL_PADDING}px 0px;`;\nconst SliderTrack = styled.div.withConfig({ displayName: \"vui--SliderTrack\", componentId: \"vui--1ctzbzj\" }) `background:${theme.colors.neutral.grey.base};height:${TRACK_HEIGHT}px;border-radius:20px;`;\nconst SliderDiv = styled.div.withConfig({ displayName: \"vui--SliderDiv\", componentId: \"vui--1tltjvk\" }) `position:absolute;top:-${(SLIDER_SIZE - TRACK_HEIGHT) / 2 - ADDITIONAL_PADDING * 2}px;left:${(props) => `${props.left}%`};width:${SLIDER_SIZE}px;height:${SLIDER_SIZE}px;background:white;border:${BORDER_SIZE}px solid ${theme.colors.secondary.blue.base};border-radius:50%;touch-action:none;cursor:pointer;margin-left:-${SLIDER_SIZE}px;&:active,&:focus,&:focus-visible,&:focus-within{box-shadow:0 0 0 4px ${theme.colors.secondary.blue.light};}`;\nconst SliderRange = styled(SliderTrack).withConfig({ displayName: \"vui--SliderRange\", componentId: \"vui--t3v3py\" }) `position:relative;width:${(props) => `${props.width}%`};left:${(props) => `${props.left}%`};background:${theme.colors.secondary.blue.light};bottom:${TRACK_HEIGHT}px;border-radius:0;`;\nexport { SliderContainer, SliderTrack, SliderRange, SliderDiv };\n//# sourceMappingURL=styled.js.map","import React, { useCallback, useEffect, useRef, useState } from 'react';\nimport { SliderContainer, SliderTrack, SliderRange, SliderDiv } from './styled';\nimport { buildClassnames } from '../../utils/buildClassnames';\nconst generateClassNames = (prefix) => ({\n container: prefix ? `${prefix}-slider-container` : undefined,\n sliderRange: prefix ? `${prefix}-slider-range` : undefined,\n slider: prefix ? `${prefix}-slider` : undefined,\n startSlider: prefix ? `${prefix}-start-slider` : undefined,\n endSlider: prefix ? `${prefix}-end-slider` : undefined,\n});\nexport const Slider = ({ id, value, min, max, step = 1, onChange, className, e2eClassName, onSlideStart = () => { }, onSlideEnd = () => { }, }) => {\n const [isDragging, setIsDragging] = useState(false);\n const [draggingSliderIndex, setDraggingSliderIndex] = useState(-1);\n const containerRef = useRef(null);\n const startSliderRef = useRef(null);\n const endSliderRef = useRef(null);\n const classNames = generateClassNames(className);\n const e2eClassNames = generateClassNames(e2eClassName);\n const handleMouseMove = useCallback((e) => {\n var _a;\n if (!isDragging || !containerRef.current)\n return;\n const sliderValue = draggingSliderIndex > -1 ? value[draggingSliderIndex] : value;\n const containerSize = containerRef.current.getBoundingClientRect();\n // slider position relative to the container in percents\n const handleValue = ((e.pageX - containerSize.x) * 100) / containerSize.width;\n // current value by slider position\n let newValue = (max - min) * (handleValue / 100) + min;\n const diff = sliderValue - newValue;\n // use to apply step to new value\n if (diff > 0) {\n newValue = sliderValue + Math.ceil(newValue / step - sliderValue / step) * step;\n }\n if (diff < 0) {\n newValue = sliderValue + Math.floor(newValue / step - sliderValue / step) * step;\n }\n if (sliderValue === newValue)\n return;\n if (newValue > max)\n newValue = max;\n if (newValue < min)\n newValue = min;\n if (Array.isArray(value)) {\n if (draggingSliderIndex === 0 && newValue > value[1])\n [, newValue] = value;\n if (draggingSliderIndex === 1 && newValue < value[0])\n [newValue] = value;\n }\n // used to fix 0.30000000000000004 problem\n const decimalPlaces = step.toString().includes('.')\n ? (_a = step.toString().split('.').pop()) === null || _a === void 0 ? void 0 : _a.length\n : 0;\n newValue = Number(newValue.toFixed(decimalPlaces));\n let resultValue;\n if (Array.isArray(value)) {\n resultValue = draggingSliderIndex === 0 ? [newValue, value[1]] : [value[0], newValue];\n }\n else {\n resultValue = newValue;\n }\n onChange(resultValue);\n if (Array.isArray(resultValue) && resultValue[0] === resultValue[1]) {\n if (draggingSliderIndex === 0)\n setDraggingSliderIndex(1);\n if (draggingSliderIndex === 1)\n setDraggingSliderIndex(0);\n }\n }, [draggingSliderIndex, isDragging, max, min, onChange, step, value]);\n const handleMouseUp = useCallback(() => {\n setIsDragging(false);\n onSlideEnd();\n }, [onSlideEnd]);\n const handleMouseDown = useCallback((e, index) => {\n setIsDragging(true);\n onSlideStart();\n if (typeof index === 'number')\n setDraggingSliderIndex(index);\n e.preventDefault();\n }, [onSlideStart]);\n useEffect(() => {\n const handleStartSliderMouseDown = (e) => handleMouseDown(e, Array.isArray(value) ? 0 : 1);\n const handleEndSliderMouseDown = (e) => handleMouseDown(e, 1);\n const startSliderEl = startSliderRef.current;\n const endSliderEl = endSliderRef.current;\n startSliderEl === null || startSliderEl === void 0 ? void 0 : startSliderEl.addEventListener('mousedown', handleStartSliderMouseDown);\n endSliderEl === null || endSliderEl === void 0 ? void 0 : endSliderEl.addEventListener('mousedown', handleEndSliderMouseDown);\n document.addEventListener('mousemove', handleMouseMove);\n document.addEventListener('mouseup', handleMouseUp);\n return () => {\n startSliderEl === null || startSliderEl === void 0 ? void 0 : startSliderEl.removeEventListener('mousedown', handleStartSliderMouseDown);\n endSliderEl === null || endSliderEl === void 0 ? void 0 : endSliderEl.removeEventListener('mousedown', handleEndSliderMouseDown);\n document.removeEventListener('mousemove', handleMouseMove);\n document.removeEventListener('mouseup', handleMouseUp);\n };\n }, [handleMouseDown, handleMouseMove, handleMouseUp, value]);\n const renderSlider = (left, valueNow, index) => {\n let sliderClassName;\n if (typeof index === 'number') {\n sliderClassName = buildClassnames(index === 0\n ? [classNames === null || classNames === void 0 ? void 0 : classNames.startSlider, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.startSlider]\n : [classNames === null || classNames === void 0 ? void 0 : classNames.endSlider, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.endSlider]);\n }\n else {\n sliderClassName = buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.slider, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.slider]);\n }\n return (React.createElement(SliderDiv, { role: \"slider\", ref: index === 1 ? endSliderRef : startSliderRef, className: sliderClassName, left: left, \"aria-valuemin\": min, \"aria-valuemax\": max, \"aria-valuenow\": valueNow }));\n };\n const renderRangeSlider = (rangeSliderValue) => {\n // handle value used to get slider position relative to container from value\n const handleValueStart = ((rangeSliderValue[0] < min ? 0 : rangeSliderValue[0] - min) * 100) / (max - min);\n const handleValueEnd = ((rangeSliderValue[1] > max ? 100 : rangeSliderValue[1] - min) * 100) / (max - min);\n const rangeWidth = handleValueEnd - handleValueStart;\n return (React.createElement(React.Fragment, null,\n React.createElement(SliderRange, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.sliderRange, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.sliderRange]), left: handleValueStart, width: rangeWidth }),\n renderSlider(handleValueStart, rangeSliderValue[0], 0),\n renderSlider(handleValueEnd, rangeSliderValue[1], 1)));\n };\n const renderSingleSlider = (sliderValue) => {\n if (Array.isArray(value))\n return renderRangeSlider(value);\n let handleValue;\n if (value > max)\n handleValue = 100;\n else if (value < min)\n handleValue = 0;\n else\n handleValue = ((sliderValue - min) * 100) / (max - min);\n return renderSlider(handleValue, sliderValue);\n };\n let render;\n if (Array.isArray(value))\n render = renderRangeSlider(value);\n else\n render = renderSingleSlider(value);\n return (React.createElement(SliderContainer, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.container]), id: id, ref: containerRef },\n React.createElement(SliderTrack, null),\n render));\n};\n//# sourceMappingURL=Slider.js.map","import styled from 'styled-components';\nimport { colors } from '../../theme/modules/colors';\nimport { BaseContainer } from '../BaseContainer';\nexport const Tag = styled(BaseContainer).withConfig({ displayName: \"vui--Tag\", componentId: \"vui--1rdo7hk\" }) `display:inline-flex;flex-direction:row;justify-content:center;align-items:center;border-radius:4px;padding:4px 8px;${({ backgroundColor, color }) => `\n color: ${color !== null && color !== void 0 ? color : colors.neutral.ink.base};\n background-color: ${backgroundColor !== null && backgroundColor !== void 0 ? backgroundColor : colors.neutral.grey.base};\n `}`;\n//# sourceMappingURL=Tag.js.map","import styled from 'styled-components';\nimport { Stack } from '../../Stack';\nimport { BaseContainer } from '../../BaseContainer';\nimport { Text } from '../../Text';\nimport { theme } from '../../../theme';\nimport { sizes } from '../../../theme/modules/sizes';\nexport const ToastsLayoutContainer = styled(Stack).withConfig({ displayName: \"vui--ToastsLayoutContainer\", componentId: \"vui--1iztsl9\" }) `position:fixed;bottom:24px;width:100%;pointer-events:none;z-index:${theme.layers.tooltip};`;\nexport const Toast = styled(Stack).withConfig({ displayName: \"vui--Toast\", componentId: \"vui--1o64628\" }) `background-color:${theme.colors.neutral.ink.dark};padding:12px 24px 12px 12px;box-shadow:${theme.shadows.lg};border-radius:${theme.radius.md};pointer-events:auto;z-index:40;min-width:${({ minWidth }) => minWidth};max-width:80vw;&.veeqo-components-toast-enter{transform:translateY(12px);opacity:0;}&.veeqo-components-toast-enter-active{transform:translateY(0);opacity:1;transition:500ms ease;}&.veeqo-components-toast-exit{transform:${({ last }) => (last ? 'translateY(0)' : 'translateX(0)')};opacity:1;}&.veeqo-components-toast-exit-active{transform:${({ last }) => (last ? 'translateY(12px)' : 'translateX(12px)')};opacity:0;transition:500ms ease;}`;\nexport const IconWrap = styled(BaseContainer).withConfig({ displayName: \"vui--IconWrap\", componentId: \"vui--1nmtetq\" }) `display:flex;flex-direction:row;align-items:center;justify-content:center;height:40px;width:40px;border-radius:${theme.radius.md};background-color:${({ color }) => color};color:#fff;svg{width:${sizes.md};height:${sizes.md};}`;\nexport const ContentStack = styled(Stack).withConfig({ displayName: \"vui--ContentStack\", componentId: \"vui--fvpujj\" }) `flex-grow:1;`;\nexport const StyledText = styled(Text).withConfig({ displayName: \"vui--StyledText\", componentId: \"vui--ppieao\" }) `color:white;font-size:16px;`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { colors } from '../../../theme/modules/colors';\nimport { IconWrap, Toast as ToastContainer, StyledText as Text, ContentStack } from './styled';\nimport { buildClassnames } from '../../../utils/buildClassnames';\nimport { Button } from '../../Button';\nimport { SuccessIcon } from '../../../tempIcons/SuccessIcon';\nimport { InfoIcon } from '../../../tempIcons/InfoIcon';\nimport { AttentionIcon } from '../../../tempIcons/AttentionIcon';\nimport { MergeIcon } from '../../../tempIcons/MergeIcon';\nimport { CrossIcon } from '../../../tempIcons/CrossIcon';\nconst toastTypes = {\n info: {\n accentColor: colors.brand.blue.base,\n icon: React.createElement(InfoIcon, null),\n },\n success: {\n accentColor: colors.secondary.green.base,\n icon: React.createElement(SuccessIcon, null),\n },\n error: {\n accentColor: colors.secondary.red.base,\n icon: React.createElement(AttentionIcon, null),\n },\n merge: {\n accentColor: colors.secondary.purple.base,\n icon: React.createElement(MergeIcon, null),\n },\n};\nconst generateClassNames = (prefix) => ({\n container: prefix ? `${prefix}-toast-container` : undefined,\n icon: prefix ? `${prefix}-toast-icon` : undefined,\n closeIcon: prefix ? `${prefix}-toast-close-icon` : undefined,\n});\nexport const Toast = ({ className, e2eClassName, type, iconSlot, text, last, minWidth, cta, onClose, }) => {\n const classNames = generateClassNames(className);\n const e2eClassNames = generateClassNames(e2eClassName);\n return (React.createElement(ToastContainer, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.container]), direction: \"horizontal\", alignY: \"center\", minWidth: minWidth, last: last },\n React.createElement(IconWrap, { color: toastTypes[type].accentColor, className: buildClassnames([classNames.icon, e2eClassNames.icon]) }, iconSlot !== null && iconSlot !== void 0 ? iconSlot : toastTypes[type].icon),\n React.createElement(ContentStack, { direction: \"horizontal\", alignY: \"center\", alignX: \"between\" },\n React.createElement(Text, { variant: \"body\" }, text),\n cta),\n React.createElement(Button, { variant: \"flat\", icon: React.createElement(CrossIcon, { color: \"white\" }), onClick: onClose, \"aria-label\": \"Close\" })));\n};\n//# sourceMappingURL=Toast.js.map","import React from 'react';\nexport const MergeIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M10.9887 6.82229H6.84911L12.1714 1.5L17.4937 6.82229H13.3541V14.4036L6.25774 21.5L4.59009 19.8323L10.9887 13.4338V6.82229ZM19.7527 19.8323L18.0851 21.5L14.0519 17.4669L15.7196 15.7992L19.7527 19.8323Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=MergeIcon.js.map","import { CSSTransition, TransitionGroup } from 'react-transition-group';\nimport React, { useEffect } from 'react';\nimport { createPortal } from 'react-dom';\nimport { ToastsLayoutContainer } from './components/styled';\nimport { Toast } from './components/Toast';\nexport const ToastsLayout = ({ className, e2eClassName, toasts, minWidth = '50vw', max = 3, onClose, }) => {\n useEffect(() => {\n if (max && toasts.length > max)\n onClose(toasts[0].key);\n }, [toasts, max, onClose]);\n return createPortal(React.createElement(ToastsLayoutContainer, { direction: \"vertical\", alignX: \"center\", spacing: 4 },\n React.createElement(TransitionGroup, { component: null }, [...toasts].reverse().map((toast, index) => (React.createElement(CSSTransition, { key: toast.key, timeout: 500, classNames: \"veeqo-components-toast\" },\n React.createElement(Toast, Object.assign({ className: className, e2eClassName: e2eClassName, minWidth: minWidth, last: index === toasts.length - 1, onClose: () => onClose(toast.key) }, toast))))))), document.body);\n};\n//# sourceMappingURL=ToastsLayout.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nexport const StyledButton = styled.button.withConfig({ displayName: \"vui--StyledButton\", componentId: \"vui--x718nd\" }) `user-select:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-family:${theme.fontFamily};font-weight:400;border:1px solid;box-shadow:0 1px 3px rgba(55, 66, 77, 0.15);${({ size, checked }) => {\n let height = '40px';\n let paddingLeft = '24px';\n let paddingRight = '24px';\n let borderRadius = '8px';\n let fontSize = '16px';\n let outlineWidth = '4px';\n let backgroundColor = 'white';\n let borderColor = '#CDD1D5';\n let color = '#37424D';\n if (size === 'sm') {\n height = '32px';\n paddingLeft = '16px';\n paddingRight = '16px';\n borderRadius = '4px';\n fontSize = '14px';\n outlineWidth = '2px';\n }\n if (checked) {\n backgroundColor = '#0079D1';\n borderColor = '#0079D1';\n color = 'white';\n }\n return `\n --outline-width: ${outlineWidth};\n\n height: ${height};\n padding-left: ${paddingLeft};\n padding-right: ${paddingRight};\n border-radius: ${borderRadius};\n font-size: ${fontSize};\n\n background-color: ${backgroundColor};\n border-color: ${borderColor};\n color: ${color};\n `;\n}} & > * + *{margin-left:8px;}&:hover{cursor:pointer;background-color:${({ checked }) => (checked ? '#005A9C' : '#FAFAFB')};}&:active{background-color:${({ checked }) => (checked ? '#005A9C' : '#FAFAFB')};border-color:${({ checked }) => (checked ? '#005A9C' : '#0079D1')};box-shadow:0 0 0 var(--outline-width)#80bce8;}&:focus{box-shadow:0 0 0 var(--outline-width)#80bce8;outline:0;}&:disabled{cursor:unset;box-shadow:none;background-color:#dfe3e8;border-color:#dfe3e8;color:#637381;}& > span{position:relative;top:-1px;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { StyledButton } from './styled';\nexport const ToggleButton = ({ children, checked, size = 'base', disabled = false, onChange, }) => (React.createElement(StyledButton, { type: \"button\", checked: checked, size: size, disabled: disabled, \"aria-pressed\": checked, tabIndex: \"0\", onClick: () => onChange(!checked) }, children));\n//# sourceMappingURL=ToggleButton.js.map","import styled from 'styled-components';\nimport { colors } from '../../theme/modules/colors';\nimport { radius } from '../../theme/modules/radius';\nimport { sizes } from '../../theme/modules/sizes';\nexport const DropZoneContainer = styled.div.withConfig({ displayName: \"vui--DropZoneContainer\", componentId: \"vui--17v0v3c\" }) `display:flex;align-items:center;justify-content:center;padding:${sizes.md};border-radius:${radius.base};input[type='file']{position:absolute;opacity:0;width:1px;height:1px;cursor:pointer;}cursor:pointer;border:2px dashed ${colors.neutral.ink.lightest};background-color:${colors.neutral.grey.lightest};:hover{border:2px dashed ${colors.secondary.blue.base};background-color:${colors.secondary.blue.lightest};}:active{border:2px dashed ${colors.secondary.blue.base};box-shadow:0 0 0 4px ${colors.secondary.blue.light};background-color:${colors.secondary.blue.lightest};}:focus-within{border:2px dashed ${colors.secondary.blue.base};box-shadow:0 0 0 4px ${colors.secondary.blue.light};background-color:${colors.secondary.blue.lightest};}&:has(input:invalid){border:2px dashed ${colors.secondary.red.base};:hover{border:2px dashed ${colors.secondary.red.base};background-color:${colors.secondary.red.lightest};}:active{border:2px dashed ${colors.secondary.red.base};box-shadow:0 0 0 4px ${colors.secondary.red.light};background-color:${colors.secondary.red.lightest};}:focus-within{border:2px dashed ${colors.secondary.red.base};box-shadow:0 0 0 4px ${colors.secondary.red.light};background-color:${colors.secondary.red.lightest};}}&:has(input:disabled){cursor:not-allowed;box-shadow:none;background-color:${colors.neutral.grey.light};border-color:${colors.neutral.ink.lightest};color:${colors.neutral.ink.light};}`;\n//# sourceMappingURL=styled.js.map","export var AcceptedFileTypes;\n(function (AcceptedFileTypes) {\n AcceptedFileTypes[\"CSV\"] = \".csv\";\n AcceptedFileTypes[\"JPEG\"] = \".jpeg\";\n AcceptedFileTypes[\"JPG\"] = \".jpg\";\n AcceptedFileTypes[\"GIF\"] = \".gif\";\n AcceptedFileTypes[\"PNG\"] = \".png\";\n})(AcceptedFileTypes || (AcceptedFileTypes = {}));\nexport var FileSizeUnit;\n(function (FileSizeUnit) {\n FileSizeUnit[\"KB\"] = \"KB\";\n FileSizeUnit[\"MB\"] = \"MB\";\n})(FileSizeUnit || (FileSizeUnit = {}));\nexport var InputState;\n(function (InputState) {\n InputState[\"VALID\"] = \"\";\n InputState[\"INVALID_FORMAT\"] = \"File is incorrect format\";\n InputState[\"INVALID_SIZE\"] = \"File size is too big\";\n InputState[\"INVALID_FORMAT_AND_SIZE\"] = \"File is incorrect format and too big\";\n})(InputState || (InputState = {}));\n//# sourceMappingURL=constants.js.map","import React from 'react';\nexport const UploadGraphic = () => (React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: \"56\", height: \"56\", fill: \"none\", role: \"presentation\" },\n React.createElement(\"path\", { fill: \"#fff\", d: \"M0 28C0 12.536 12.536 0 28 0s28 12.536 28 28-12.536 28-28 28S0 43.464 0 28\" }),\n React.createElement(\"path\", { fill: \"#37424D\", d: \"M22.5 36c-1.517 0-2.812-.525-3.887-1.575-1.075-1.05-1.613-2.333-1.613-3.85 0-1.3.392-2.458 1.175-3.475s1.808-1.667 3.075-1.95c.417-1.533 1.25-2.775 2.5-3.725C25 20.475 26.417 20 28 20c1.95 0 3.604.68 4.962 2.038C34.322 23.396 35 25.05 35 27c1.15.133 2.104.63 2.862 1.488A4.407 4.407 0 0 1 39 31.5c0 1.25-.437 2.313-1.312 3.188C36.812 35.562 35.75 36 34.5 36H29c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 27 34v-5.15l-1.6 1.55L24 29l4-4 4 4-1.4 1.4-1.6-1.55V34h5.5c.7 0 1.292-.242 1.775-.725.483-.483.725-1.075.725-1.775s-.242-1.292-.725-1.775C35.792 29.242 35.2 29 34.5 29H33v-2c0-1.383-.487-2.562-1.462-3.538C30.562 22.489 29.383 22 28 22s-2.562.488-3.538 1.462C23.489 24.438 23 25.618 23 27h-.5c-.967 0-1.792.342-2.475 1.025A3.372 3.372 0 0 0 19 30.5c0 .967.342 1.792 1.025 2.475A3.372 3.372 0 0 0 22.5 34H25v2z\" })));\n//# sourceMappingURL=UploadGraphic.js.map","import React from 'react';\nimport { UploadGraphic } from '../../UploadGraphic';\nimport { sizes } from '../../../../theme/modules/sizes';\nimport { Stack } from '../../../Stack';\nimport { Text } from '../../../Text';\nexport const UploadCopy = () => (React.createElement(Stack, { alignX: \"center\", alignY: \"center\", spacing: \"sm\", style: { pointerEvents: 'none' } },\n React.createElement(UploadGraphic, null),\n React.createElement(Text, { variant: \"subheadingSmall\", style: { paddingTop: sizes.sm } }, \"Browse files or drag them here\")));\n//# sourceMappingURL=UploadCopy.js.map","import React from 'react';\nimport { Stack } from '../../../Stack';\nimport { Text } from '../../../Text';\nexport const UploadFileErrors = ({ acceptedTypesCopy, maxSizeCopy }) => {\n if (!acceptedTypesCopy && !maxSizeCopy)\n return null;\n return (React.createElement(Stack, { alignX: \"start\", spacing: \"xs\" },\n acceptedTypesCopy && React.createElement(Text, { variant: \"errorSmall\" },\n \"Invalid format (\",\n acceptedTypesCopy,\n \")\"),\n maxSizeCopy && React.createElement(Text, { variant: \"errorSmall\" },\n \"File is too big (\",\n maxSizeCopy,\n \")\")));\n};\n//# sourceMappingURL=UploadFileErrors.js.map","import styled from 'styled-components';\nimport { Text } from '../../../Text';\nimport { colors } from '../../../../theme/modules/colors';\nimport { radius } from '../../../../theme/modules/radius';\nimport { sizes } from '../../../../theme/modules/sizes';\nimport { Stack } from '../../../Stack';\nexport const SingleLineText = styled(Text).withConfig({ displayName: \"vui--SingleLineText\", componentId: \"vui--1aguyhc\" }) `display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;`;\nexport const UploadedFilesListStack = styled(Stack).withConfig({ displayName: \"vui--UploadedFilesListStack\", componentId: \"vui--1g0ca18\" }) `border:1px solid ${colors.neutral.ink.lightest};border-radius:${radius.base};padding:${sizes.xs};${Text}{padding-left:${sizes.xs};}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Button } from '../../../Button';\nimport { CrossIcon } from '../../../../tempIcons/CrossIcon';\nimport { SingleLineText, UploadedFilesListStack } from './styled';\nexport const UploadedFile = ({ file, resetSelection, disabled }) => {\n if (!file)\n return null;\n return (React.createElement(UploadedFilesListStack, { alignX: \"between\", direction: \"horizontal\", alignY: \"center\" },\n React.createElement(SingleLineText, { variant: \"body\" }, file === null || file === void 0 ? void 0 : file.name),\n React.createElement(Button, { size: \"sm\", variant: \"flat\", onClick: resetSelection, icon: React.createElement(CrossIcon, null), \"aria-label\": \"Remove file\", disabled: disabled })));\n};\n//# sourceMappingURL=UploadedFile.js.map","import { __rest } from \"tslib\";\nimport React, { useCallback, useEffect, useState, forwardRef, useImperativeHandle, useRef, } from 'react';\nimport { DropZoneContainer } from './styled';\nimport { InputState, FileSizeUnit } from './constants';\nimport { UploadCopy } from './components/UploadCopy/UploadCopy';\nimport { setInputElFile } from './utils/setInputElFile/setInputElFile';\nimport { getFileSizeString, getTypePropForInputEl, getValidTypesString } from './utils';\nimport { Hint, Label, RootStack } from '../../hoc/withLabels/styled';\nimport { Stack } from '../Stack';\nimport { UploadFileErrors } from './components/UploadFileErrors/UploadFileErrors';\nimport { UploadedFile } from './components/UploadedFile/UploadedFile';\nimport { sizes } from '../../theme/modules/sizes';\nexport const UploadFile = forwardRef((_a, outerRef) => {\n var { id, name, maxBytes = 1000000, format = FileSizeUnit.MB, fileTypes, label = 'Upload file', required, disabled } = _a, otherProps = __rest(_a, [\"id\", \"name\", \"maxBytes\", \"format\", \"fileTypes\", \"label\", \"required\", \"disabled\"]);\n const inputRef = useRef(null);\n useImperativeHandle(outerRef, () => inputRef.current, []);\n const [file, setFile] = useState();\n const [errorState, setErrorState] = useState(InputState.VALID);\n const isInvalidFormat = errorState === InputState.INVALID_FORMAT || errorState === InputState.INVALID_FORMAT_AND_SIZE;\n const isOverMaxSize = errorState === InputState.INVALID_SIZE || errorState === InputState.INVALID_FORMAT_AND_SIZE;\n // Computed properties based on params\n const maxSizeCopy = getFileSizeString({ maxBytes, format });\n const acceptedTypesCopy = getValidTypesString({ fileTypes });\n const acceptedTypesForInputEl = getTypePropForInputEl({ fileTypes });\n const clearFileSelection = () => {\n var _a;\n if ((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.value)\n inputRef.current.value = '';\n };\n // Tracks error states within the input element itself, using preset\n // error messages and assigns these to the input component based on the file\n const setInputValidation = ({ overMaxSize, invalidFormat, }) => {\n var _a;\n let error = InputState.VALID;\n if (invalidFormat && !overMaxSize) {\n error = InputState.INVALID_FORMAT;\n }\n else if (!invalidFormat && overMaxSize) {\n error = InputState.INVALID_SIZE;\n }\n else if (invalidFormat && overMaxSize) {\n error = InputState.INVALID_FORMAT_AND_SIZE;\n }\n (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.setCustomValidity(error);\n setErrorState(error);\n };\n // Processes file and updates the UI appropriately:\n const updateFiles = useCallback((files) => {\n if (!files.length) {\n setInputValidation({ invalidFormat: true });\n return;\n }\n const [newFile] = files;\n const hasExceededMaxSize = newFile.size > maxBytes;\n const [, extension] = newFile.type.split('/');\n const isTypeValid = fileTypes.find((validType) => validType.substring(1) === extension);\n const hasInvalidFormat = !isTypeValid;\n if (hasExceededMaxSize || hasInvalidFormat) {\n // Empty the inputRef's read-only fileList by clearing the value attribute,\n // since we have an invalid input.\n clearFileSelection();\n }\n else {\n // Update the files attribute of the input el, with the new file(s)\n setInputElFile({ fileList: files, elementId: id });\n }\n setInputValidation({\n invalidFormat: hasInvalidFormat,\n overMaxSize: hasExceededMaxSize,\n });\n setFile(newFile);\n }, [fileTypes, id, maxBytes]);\n // For focussing of input el and updating drop UI\n const onDragEnter = (event) => {\n var _a;\n event.preventDefault();\n (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();\n };\n // For unfocussing of input el and updating drop UI\n const onDragLeave = (event) => {\n var _a;\n event.preventDefault();\n (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.blur();\n };\n // Prevents default browser behaviour\n const onDragOver = (event) => event.preventDefault();\n // Process file when dropped into eligible area\n const onDrop = (event) => {\n event.preventDefault();\n // Prevent reactions on dragging events that do not contain files\n if (!event.dataTransfer.files.length)\n return;\n updateFiles(event.dataTransfer.files);\n };\n // Removes input el's files, clears errors and removes file from react component\n const resetSelection = useCallback(() => {\n clearFileSelection();\n setFile(undefined);\n setInputValidation({\n invalidFormat: false,\n overMaxSize: false,\n });\n }, []);\n // Updates UI based on a native file input change. Attached via useEffect below\n const onInputChange = useCallback(() => {\n var _a;\n const files = (_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.files;\n if ((files === null || files === void 0 ? void 0 : files.length) && (files === null || files === void 0 ? void 0 : files.length) > 0)\n updateFiles(files);\n else\n resetSelection();\n }, [resetSelection, updateFiles]);\n useEffect(() => {\n const ref = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current;\n ref === null || ref === void 0 ? void 0 : ref.addEventListener('change', onInputChange);\n ref === null || ref === void 0 ? void 0 : ref.addEventListener('cancel', resetSelection);\n return () => {\n ref === null || ref === void 0 ? void 0 : ref.removeEventListener('change', onInputChange);\n ref === null || ref === void 0 ? void 0 : ref.removeEventListener('cancel', resetSelection);\n };\n }, [onInputChange, resetSelection]);\n return (React.createElement(RootStack, { spacing: \"sm\", alignX: \"stretch\" },\n React.createElement(Label, { htmlFor: id },\n label,\n React.createElement(Stack, { spacing: 3, alignX: \"stretch\", style: { paddingTop: sizes.sm } },\n React.createElement(Hint, null,\n React.createElement(\"div\", null, acceptedTypesCopy),\n React.createElement(\"div\", null, maxSizeCopy)),\n React.createElement(DropZoneContainer, { onDrop: onDrop, onDragEnter: onDragEnter, onDragOver: onDragOver, onDragLeave: onDragLeave },\n React.createElement(UploadCopy, null),\n React.createElement(\"input\", Object.assign({ ref: inputRef, id: id, type: \"file\", accept: acceptedTypesForInputEl, name: name, required: required, disabled: disabled }, otherProps))))),\n React.createElement(Stack, { alignX: \"stretch\", spacing: \"sm\" },\n React.createElement(UploadedFile, { file: file, resetSelection: resetSelection, disabled: disabled }),\n React.createElement(UploadFileErrors, { acceptedTypesCopy: isInvalidFormat ? acceptedTypesCopy : undefined, maxSizeCopy: isOverMaxSize ? maxSizeCopy : undefined }))));\n});\n//# sourceMappingURL=UploadFile.js.map","import { FileSizeUnit } from '../../constants';\n/**\n * Constructs a string intended to be consumed by an <input> element of type \"file\". This string\n * should go inside the accept property\n *\n * E.g.\n *\n * const maxSizeCopy = getFileSizeString({\n * maxBytes: 10000,\n * format: FileSizeUnit.MB\n * });\n *\n * Where @constant maxSizeCopy would equal \"Max size: 1 MB\"\n *\n * @param fileTypes - A list of file types, each value being of @type AcceptedFileTypes\n * the returned string\n */\nexport const getFileSizeString = ({ maxBytes, format, baseString }) => {\n const base = baseString == null ? 'Max size: ' : baseString;\n switch (format) {\n case FileSizeUnit.KB:\n return `${base}${Number(maxBytes) / 1000} KB`;\n case FileSizeUnit.MB:\n return `${base}${Number(maxBytes) / 1000000} MB`;\n default:\n return `${base}${Number(maxBytes) / 1000} KB`;\n }\n};\n//# sourceMappingURL=getFileSizeString.js.map","import { AcceptedFileTypes } from '../../constants';\n/**\n * Constructs a user-friendly string of accepted types valid for the UploadFile component based on the\n * fileTypes list passed as parameter.\n *\n * E.g.\n *\n * const validTypesCopy = getValidTypesString({\n * fileTypes: [\n * AcceptedFileTypes.CSV,\n * ]\n * });\n *\n * Where @constant validTypesCopy would equal \"Valid types: CSV\"\n *\n * @param fileTypes - A list of file types, each value being of @type AcceptedFileTypes\n * @param baseString - An optional string to override the default value of 'Valid types: ' prefixed to\n * the returned string\n */\nexport const getValidTypesString = ({ fileTypes, baseString }) => {\n let base = baseString == null ? 'Valid types: ' : baseString;\n fileTypes.forEach((fileType, index, list) => {\n const iterable = list.length > 1;\n const isLast = index === list.length - 1 && iterable;\n const isPenultimate = index === list.length - 2 && iterable;\n if (isLast)\n base += ' and ';\n switch (fileType) {\n case AcceptedFileTypes.CSV:\n base += 'CSV';\n break;\n case AcceptedFileTypes.GIF:\n base += 'GIF';\n break;\n case AcceptedFileTypes.JPEG:\n base += 'JPEG';\n break;\n case AcceptedFileTypes.JPG:\n base += 'JPG';\n break;\n case AcceptedFileTypes.PNG:\n base += 'PNG';\n break;\n default:\n break;\n }\n if (!isPenultimate && !isLast && list.length > 2)\n base += ', ';\n });\n return base;\n};\n//# sourceMappingURL=getValidTypesString.js.map","/**\n * Constructs a string intended to be consumed by an <input> element of type \"file\". This string\n * should go inside the accept property.\n *\n * E.g.\n *\n * const inputElAcceptProperty = getTypePropForInputEl({\n * fileTypes: [\n * AcceptedFileTypes.CSV,\n * ]\n * });\n *\n * Where @constant inputElAcceptProperty would equal \".csv\"\n *\n * @param fileTypes - A list of file types, each value being of @type AcceptedFileTypes\n * the returned string\n */\nexport const getTypePropForInputEl = ({ fileTypes }) => {\n if (fileTypes.length === 1)\n return fileTypes[0];\n let base = '';\n fileTypes.forEach((fileType, index, list) => {\n const isLastElement = list.length - 1 === index && list.length > 1;\n if (isLastElement)\n base += `${fileType}`;\n else\n base += `${fileType}, `;\n });\n return base.trim();\n};\n//# sourceMappingURL=getTypePropForInputEl.js.map","/**\n * Updates the value of the files attribute held within an input elment. Used during DnD operations where\n * the input element's files need to kept in sync and updated.\n *\n * @param fileList - A list of files, typically extracted from the \"files\" attribute of an input element\n * @param elementId - The ID of the input element\n */\nexport const setInputElFile = ({ fileList, elementId }) => {\n const inputEl = document.getElementById(elementId);\n if (fileList.length) {\n inputEl.files = fileList;\n }\n};\n//# sourceMappingURL=setInputElFile.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { BaseContainer } from '../../BaseContainer';\nconst commonStyles = `\n position: fixed;\n height: 100%;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n`;\nexport const Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--1xg3v52\" }) `${commonStyles} display:${(props) => (props.shouldShow ? 'initial' : 'none')};z-index:${theme.layers.modal};`;\nexport const Shadow = styled(BaseContainer).withConfig({ displayName: \"vui--Shadow\", componentId: \"vui--nz3cc\" }) `${commonStyles} background-color:rgba(55,66,77,0.5);`;\nexport const Wrap = styled(BaseContainer).withConfig({ displayName: \"vui--Wrap\", componentId: \"vui--1pbqe6\" }) `position:relative;height:100%;width:100%;z-index:1;`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\n// @ts-ignore\nimport ScrollLock from 'react-scrolllock-configurable';\nimport { Portal } from '../../Portal';\nimport { Container, Shadow, Wrap } from './styled';\nimport { buildClassnames } from '../../../utils/buildClassnames';\nconst WithPortal = ({ usePortal, children }) => (\n// eslint-disable-next-line react/jsx-no-useless-fragment\nReact.createElement(React.Fragment, null, usePortal ? React.createElement(Portal, null, children) : children));\nexport const Popup = ({ className, children = null, shouldShow = false, usePortal = true, }) => (React.createElement(WithPortal, { usePortal: usePortal },\n React.createElement(Container, { className: buildClassnames([`${className}-container`, className]), shouldShow: shouldShow },\n React.createElement(Shadow, null),\n React.createElement(ScrollLock, { isActive: shouldShow },\n React.createElement(Wrap, { className: buildClassnames([`${className}-wrap`, className]) }, children)))));\n//# sourceMappingURL=Popup.js.map","import styled from 'styled-components';\nimport { Button } from '../Button';\nexport const PopupContent = styled.div.withConfig({ displayName: \"vui--PopupContent\", componentId: \"vui--17gmyeh\" }) `display:flex;justify-content:center;align-items:center;height:100%;`;\nexport const VideoWrapper = styled.div.withConfig({ displayName: \"vui--VideoWrapper\", componentId: \"vui--rcrl58\" }) `position:relative;iframe{width:57vw;height:calc(57vw * 0.5625);border-radius:8px;}`;\nexport const ButtonSC = styled(Button).withConfig({ displayName: \"vui--ButtonSC\", componentId: \"vui--srigr3\" }) `position:absolute;top:0px;right:-45px;`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Popup } from './components/Popup';\nimport { PopupContent, VideoWrapper, ButtonSC } from './styled';\nimport { useClickOutside } from '../../hooks';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nexport const VideoModal = ({ id, youtubeVideoId, showVideoModal, handleCloseClick, }) => {\n const ref = useClickOutside(showVideoModal, handleCloseClick);\n return (React.createElement(Popup, { shouldShow: showVideoModal, className: `${id}-video` },\n React.createElement(PopupContent, { \"data-testid\": \"video-modal_popup-content\", className: `video-modal--${showVideoModal ? 'visible' : 'hidden'}` },\n React.createElement(VideoWrapper, { ref: ref },\n React.createElement(\"iframe\", { title: `${id}-video`, src: `https://www.youtube.com/embed/${youtubeVideoId}`, frameBorder: \"0\", allow: \"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\", allowFullScreen: true }),\n React.createElement(ButtonSC, { variant: \"flat\", onClick: handleCloseClick, \"data-testid\": \"video-modal--close\", icon: React.createElement(CrossIcon, { color: \"white\" }) })))));\n};\n//# sourceMappingURL=VideoModal.js.map","export var ViewTypes;\n(function (ViewTypes) {\n ViewTypes[\"saved\"] = \"saved\";\n ViewTypes[\"fixed\"] = \"fixed\";\n ViewTypes[\"draft\"] = \"draft\";\n})(ViewTypes || (ViewTypes = {}));\n//# sourceMappingURL=types.js.map","import styled from 'styled-components';\nimport { colors } from '../../theme/modules/colors';\nimport { Text } from '../Text';\nimport { BaseContainer } from '../BaseContainer';\nimport { sizes } from '../../theme/modules/sizes';\nconst Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--1vyyfhh\" }) `padding:14px 24px;`;\nconst CounterText = styled(Text).withConfig({ displayName: \"vui--CounterText\", componentId: \"vui--ycgtn6\" }) `line-height:1;`;\nconst Contour = styled(BaseContainer).withConfig({ displayName: \"vui--Contour\", componentId: \"vui--zy3oaf\" }) `position:relative;display:flex;flex-direction:row;align-items:center;height:40px;border-radius:4px;padding:0 12px;border:1px solid transparent;cursor:pointer;${({ colourPalette, customTextColour }) => `\n &:hover {\n border: 1px solid ${colourPalette.base};\n background-color: ${colourPalette.lightest};\n }\n\n ${Text} {\n color: ${customTextColour !== null && customTextColour !== void 0 ? customTextColour : colors.neutral.ink.dark};\n }\n `} ${({ active, colourPalette }) => active &&\n `\n background-color: ${colourPalette.lightest};\n `}`;\nconst CounterContainer = styled(Text).withConfig({ displayName: \"vui--CounterContainer\", componentId: \"vui--chq9kr\" }) `display:inline-flex;flex-direction:row;justify-content:center;align-items:center;border-radius:4px;padding:2px 4px;min-width:20px;height:20px;margin-left:8px;${({ active, colourPalette }) => active &&\n `\n background-color: ${colourPalette.base};\n\n & > ${CounterText} {\n color: #fff;\n }\n `}`;\nconst IconStyling = {\n style: {\n marginLeft: sizes.xs,\n padding: sizes.xs,\n height: sizes.base,\n width: sizes.base,\n },\n};\nexport const CustomIconWrapper = styled.div.withConfig({ displayName: \"vui--CustomIconWrapper\", componentId: \"vui--yu7dwm\" }) `display:flex;align-items:center;margin-right:${sizes.sm};svg{height:${sizes.base};width:${sizes.base};}`;\nexport { Container, Contour, Text, CounterContainer, CounterText, IconStyling };\n//# sourceMappingURL=styled.js.map","import React from 'react';\nexport const EditIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M3 18.0418V21.9996H6.95778L18.6306 10.3273L14.6728 6.36952L3 18.0418ZM21.6913 7.2661C22.1029 6.85501 22.1029 6.19011 21.6913 5.7785L19.2216 3.30831C18.81 2.89723 18.1451 2.89723 17.7335 3.30831L15.8021 5.23971L19.7599 9.19749L21.6913 7.2661Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=EditIcon.js.map","import React, { useCallback } from 'react';\nimport { useHover } from '../../hooks';\nimport { colors } from '../../theme/modules/colors';\nimport { ViewTypes } from './types';\nimport { Container, Contour, CounterContainer, CounterText, CustomIconWrapper, IconStyling, Text, } from './styled';\nimport { buildClassnames } from '../../utils/buildClassnames';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { EditIcon } from '../../tempIcons/EditIcon';\nconst generateClassNames = (prefix) => ({\n delete: prefix ? `${prefix}-delete` : undefined,\n options: prefix ? `${prefix}-options` : undefined,\n edit: prefix ? `${prefix}-edit` : undefined,\n container: prefix ? `${prefix}-container` : undefined,\n active: prefix ? `${prefix}-active` : undefined,\n counter: prefix ? `${prefix}-counter` : undefined,\n});\n/**\n *\n * @deprecated\n *\n * use ViewTab component instead\n *\n */\nexport const View = ({ id, iconSlot, name, type, className, colourPalette = colors.secondary.blue, customTextColour, count, active = false, onClick, onDelete, onEdit, e2eClassName, }) => {\n const classNames = generateClassNames(className);\n const e2eClassNames = generateClassNames(e2eClassName);\n const [isHovered, handleEnter, handleLeave] = useHover();\n const handleClick = useCallback(() => onClick(id), [id, onClick]);\n const handleDelete = useCallback((event) => {\n event.stopPropagation();\n if (onDelete)\n onDelete(id);\n }, [onDelete, id]);\n const handleEdit = useCallback((event) => {\n event.stopPropagation();\n if (onEdit)\n onEdit(id);\n }, [onEdit, id]);\n const isDraft = type === ViewTypes.draft;\n const isSaved = type === ViewTypes.saved;\n const fill = active ? colors.neutral.ink.dark : colors.neutral.ink.base;\n return (React.createElement(Container, { className: `${buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.container])} ${(active && (e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.active)) || ''}`, onClick: handleClick },\n React.createElement(Contour, { active: active, onMouseEnter: handleEnter, onMouseLeave: handleLeave, colourPalette: colourPalette, customTextColour: customTextColour },\n iconSlot && React.createElement(CustomIconWrapper, null, iconSlot),\n React.createElement(Text, { variant: \"bodyBold\" }, name),\n count && (React.createElement(CounterContainer, { active: active || isHovered, colourPalette: colourPalette, customTextColour: customTextColour },\n React.createElement(CounterText, { className: e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.counter, variant: \"subheadingSmall\" }, count))),\n isDraft && (React.createElement(CrossIcon, Object.assign({}, IconStyling, { color: fill, className: e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.delete, onClick: handleDelete }))),\n isSaved && active && (React.createElement(EditIcon, Object.assign({}, IconStyling, { color: fill, className: e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.edit, onClick: handleEdit }))))));\n};\n//# sourceMappingURL=View.js.map","export var ViewTabTypes;\n(function (ViewTabTypes) {\n ViewTabTypes[\"saved\"] = \"saved\";\n ViewTabTypes[\"fixed\"] = \"fixed\";\n ViewTabTypes[\"draft\"] = \"draft\";\n})(ViewTabTypes || (ViewTabTypes = {}));\n//# sourceMappingURL=types.js.map","import React from 'react';\nexport const ThreeDotsIcon = (props) => (React.createElement(\"svg\", Object.assign({ xmlns: \"http://www.w3.org/2000/svg\", width: \"12\", height: \"4\", fill: \"none\", viewBox: \"0 -4 12 12\", role: \"presentation\" }, props),\n React.createElement(\"path\", { fill: \"currentColor\", d: \"M2 .667C1.267.667.667 1.267.667 2S1.267 3.333 2 3.333c.734 0 1.334-.6 1.334-1.333S2.734.667 2 .667m8 0c-.733 0-1.333.6-1.333 1.333s.6 1.333 1.333 1.333c.734 0 1.334-.6 1.334-1.333S10.734.667 10 .667m-4 0c-.733 0-1.333.6-1.333 1.333S5.267 3.333 6 3.333c.734 0 1.334-.6 1.334-1.333S6.734.667 6 .667\" })));\n//# sourceMappingURL=ThreeDotsIcon.js.map","import styled from 'styled-components';\nimport { colors } from '../../theme/modules/colors';\nimport { Text } from '../Text';\nimport { BaseContainer } from '../BaseContainer';\nimport { sizes } from '../../theme/modules/sizes';\nimport { ThreeDotsIcon } from '../../tempIcons/ThreeDotsIcon';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { FlatButton } from '../Button/components/styled';\nimport { theme } from '../../theme';\nconst CounterText = styled(Text).withConfig({ displayName: \"vui--CounterText\", componentId: \"vui--13z4q4k\" }) `line-height:1;`;\nconst ThreeDotsIconStyling = styled(ThreeDotsIcon).withConfig({ displayName: \"vui--ThreeDotsIconStyling\", componentId: \"vui--lo8tpb\" }) ``;\nconst CrossIconStyling = styled(CrossIcon).withConfig({ displayName: \"vui--CrossIconStyling\", componentId: \"vui--u5oj4b\" }) ``;\nconst CounterContainer = styled(Text).withConfig({ displayName: \"vui--CounterContainer\", componentId: \"vui--1nbpnol\" }) `display:inline-flex;flex-direction:row;justify-content:center;align-items:center;border-radius:4px;padding:2px 4px;min-width:20px;height:20px;margin-left:8px;${({ active, colourPalette }) => active &&\n `\n background-color: ${colourPalette.dark};\n\n & > ${CounterText} {\n color: ${colors.neutral.grey.lightest};\n }\n `}`;\nconst Contour = styled(BaseContainer).withConfig({ displayName: \"vui--Contour\", componentId: \"vui--1fc3r48\" }) `position:relative;display:flex;flex-direction:row;align-items:center;height:40px;border-radius:4px;padding:${theme.sizes.sm};border:1px solid transparent;cursor:pointer;background-color:transparent;${({ customTextColour }) => `\n\n &:hover {\n background-color: ${colors.neutral.grey.base};\n & > ${CounterContainer} {\n background-color: ${colors.neutral.grey.base};\n & > ${CounterText} {\n color: ${colors.neutral.ink.base};\n }\n }\n & > ${Text} {\n color: ${customTextColour !== null && customTextColour !== void 0 ? customTextColour : colors.neutral.ink.dark};\n }\n & > ${ThreeDotsIconStyling} {\n color: ${colors.neutral.ink.dark};\n }\n & > ${CrossIconStyling} {\n color: ${colors.neutral.ink.dark};\n }\n }\n\n & > ${Text} {\n color: ${customTextColour !== null && customTextColour !== void 0 ? customTextColour : colors.neutral.ink.dark};\n }\n `} ${({ active, colourPalette, customTextColour }) => active &&\n `\n background-color: ${colourPalette.lightest};\n\n & > ${ThreeDotsIconStyling} {\n color: ${colourPalette.dark};\n }\n & > ${CrossIconStyling} {\n color: ${colourPalette.dark};\n }\n\n & > ${Text} {\n color: ${customTextColour !== null && customTextColour !== void 0 ? customTextColour : colourPalette.dark};\n }\n `}`;\nconst ViewButton = styled(FlatButton).withConfig({ displayName: \"vui--ViewButton\", componentId: \"vui--i4ro1b\" }) `padding:${theme.sizes.sm};box-sizing:border-box;border-radius:4px;border:none;position:relative;margin:0;padding:0;${({ customTextColour }) => `\n &:focus-visible {\n ${Contour} {\n background-color: ${colors.neutral.grey.base};\n & > ${CounterContainer} {\n background-color: ${colors.neutral.grey.base};\n & > ${CounterText} {\n color: ${colors.neutral.ink.base};\n }\n }\n & > ${Text} {\n color: ${customTextColour !== null && customTextColour !== void 0 ? customTextColour : colors.neutral.ink.dark};\n }\n & > ${ThreeDotsIconStyling} {\n color: ${colors.neutral.ink.dark};\n }\n & > ${CrossIconStyling} {\n color: ${colors.neutral.ink.dark};\n }\n }\n `}`;\nconst IconStyling = {\n style: {\n marginLeft: sizes.xs,\n padding: sizes.xs,\n height: sizes.base,\n width: sizes.base,\n },\n};\nexport const CustomIconWrapper = styled.div.withConfig({ displayName: \"vui--CustomIconWrapper\", componentId: \"vui--1cuc9yu\" }) `display:flex;align-items:center;margin-right:${sizes.sm};svg{height:${sizes.base};width:${sizes.base};}`;\nexport { ViewButton, Contour, Text, CounterContainer, CounterText, IconStyling, ThreeDotsIconStyling, CrossIconStyling, };\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { useHover } from '../../hooks';\nimport { colors } from '../../theme/modules/colors';\nimport { ViewTabTypes } from './types';\nimport { Contour, CounterContainer, CounterText, CrossIconStyling, CustomIconWrapper, IconStyling, Text, ThreeDotsIconStyling, ViewButton, } from './styled';\nimport { buildClassnames } from '../../utils/buildClassnames';\nconst generateClassNames = (prefix) => ({\n delete: prefix ? `${prefix}-delete` : undefined,\n edit: prefix ? `${prefix}-edit` : undefined,\n container: prefix ? `${prefix}-view` : undefined,\n active: prefix ? `${prefix}-active` : undefined,\n counter: prefix ? `${prefix}-counter` : undefined,\n});\nexport const ViewTab = React.forwardRef((_a, ref) => {\n var { id, iconSlot, name, type, className, colourPalette = colors.secondary.blue, customTextColour, count, active = false, onClick, subAction, ariaContext } = _a, props = __rest(_a, [\"id\", \"iconSlot\", \"name\", \"type\", \"className\", \"colourPalette\", \"customTextColour\", \"count\", \"active\", \"onClick\", \"subAction\", \"ariaContext\"]);\n const classNames = generateClassNames(className);\n const [isHovered, handleEnter, handleLeave] = useHover();\n const action = active && subAction ? subAction : onClick;\n const handleAction = () => action(id);\n const isDraft = type === ViewTabTypes.draft;\n const isSaved = type === ViewTabTypes.saved;\n const getLabelAction = () => {\n if (active && isDraft)\n return 'Delete';\n if (active && isSaved)\n return 'Edit';\n return '';\n };\n return (React.createElement(ViewButton, Object.assign({ className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container]), onClick: handleAction, role: \"tab\", \"aria-selected\": active, \"aria-label\": `${getLabelAction()} ${name} view ${count ? `with ${count} ${ariaContext}` : ''}`, customTextColour: customTextColour, ref: ref }, props),\n React.createElement(Contour, { active: active, onMouseEnter: handleEnter, onMouseLeave: handleLeave, colourPalette: colourPalette, customTextColour: customTextColour },\n iconSlot && React.createElement(CustomIconWrapper, null, iconSlot),\n React.createElement(Text, { variant: \"bodyBold\" }, name),\n count !== undefined && count !== null && (React.createElement(CounterContainer, { \"data-testid\": \"countContainer\", active: active || isHovered, colourPalette: colourPalette, customTextColour: customTextColour },\n React.createElement(CounterText, { variant: \"subheadingSmall\" }, count))),\n isDraft && React.createElement(CrossIconStyling, Object.assign({}, IconStyling, { \"aria-label\": \"delete icon\" })),\n isSaved && active && React.createElement(ThreeDotsIconStyling, Object.assign({}, IconStyling, { \"aria-label\": \"edit icon\" })))));\n});\n//# sourceMappingURL=ViewTab.js.map","import styled from 'styled-components';\nimport { Stack } from '../Stack';\nimport { Button } from '../Button';\nimport { LeftArrowIcon } from '../../tempIcons/LeftArrowIcon';\nimport { RightArrowIcon } from '../../tempIcons/RightArrowIcon';\nimport { colors } from '../../theme/modules/colors';\nimport { ThreeDotsIcon } from '../../tempIcons/ThreeDotsIcon';\nimport { InputGroup } from '../InputGroup';\nexport const ViewsWrapper = styled(Stack).withConfig({ displayName: \"vui--ViewsWrapper\", componentId: \"vui--x8ukf0\" }) `overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;::-webkit-scrollbar{display:none;}gap:8px;height:inherit;padding:8px 6px 8px 12px;margin-left:0;`;\nexport const Container = styled(Stack).withConfig({ displayName: \"vui--Container\", componentId: \"vui--mlh8wa\" }) `background-color:${colors.neutral.grey.lightest};`;\nexport const StyledLeftIcon = styled(LeftArrowIcon).withConfig({ displayName: \"vui--StyledLeftIcon\", componentId: \"vui--193620d\" }) `color:${colors.neutral.ink.base};`;\nexport const StyledRightIcon = styled(RightArrowIcon).withConfig({ displayName: \"vui--StyledRightIcon\", componentId: \"vui--erlipg\" }) `color:${colors.neutral.ink.base};`;\nexport const StyledMenuIcon = styled(ThreeDotsIcon).withConfig({ displayName: \"vui--StyledMenuIcon\", componentId: \"vui--eg23b0\" }) `color:${colors.neutral.ink.base};`;\nexport const StyledMenuButton = styled(Button).withConfig({ displayName: \"vui--StyledMenuButton\", componentId: \"vui--1o9jbht\" }) `background-color:white;&:hover{background-color:${colors.neutral.grey.lightest};}`;\nexport const StyledLeftButton = styled(Button).withConfig({ displayName: \"vui--StyledLeftButton\", componentId: \"vui--wtwmiz\" }) `background-color:white;&:disabled{background-color:white;${StyledLeftIcon}{color:${colors.neutral.ink.lightest};}}&:hover{background-color:${colors.neutral.grey.lightest};}`;\nexport const StyledRightButton = styled(Button).withConfig({ displayName: \"vui--StyledRightButton\", componentId: \"vui--1ycuwov\" }) `background-color:white;&:disabled{background-color:white;${StyledRightIcon}{color:${colors.neutral.ink.lightest};}}&:hover{background-color:${colors.neutral.grey.lightest};}`;\nexport const StyledInputGroup = styled(InputGroup).withConfig({ displayName: \"vui--StyledInputGroup\", componentId: \"vui--l3ez4z\" }) `padding-right:8px;margin-left:0;& > *:first-child:last-child{border-radius:4px !important;}`;\n//# sourceMappingURL=styled.js.map","import { useCallback, useEffect, useState } from 'react';\nimport { usePrevious } from 'react-use';\nimport { createViewPositionArray, getNextViewPosition, getPrevViewPosition } from '../utils';\nexport const useSetScrollPosition = (containerRef, children) => {\n var _a;\n const [leftDisabled, setLeftDisabled] = useState(true);\n const [rightDisabled, setRightDisabled] = useState(false);\n const [viewStartPositions, setViewStartPositions] = useState([]);\n const activeTab = (_a = containerRef === null || containerRef === void 0 ? void 0 : containerRef.current) === null || _a === void 0 ? void 0 : _a.querySelector('[aria-selected = true]');\n const prevActiveTab = usePrevious(activeTab);\n const handleScroll = useCallback(() => {\n var _a, _b, _c, _d, _e, _f, _g, _h;\n if (((_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.scrollLeft) > 0) {\n setLeftDisabled(false);\n }\n else {\n if (document.getElementById('left-arrow') === document.activeElement) {\n (_b = document.getElementById('right-arrow')) === null || _b === void 0 ? void 0 : _b.focus();\n }\n setLeftDisabled(true);\n }\n const maxScrollWidth = (_d = (_c = containerRef.current) === null || _c === void 0 ? void 0 : _c.scrollWidth) !== null && _d !== void 0 ? _d : 0;\n const maxClientWidth = (_f = (_e = containerRef.current) === null || _e === void 0 ? void 0 : _e.clientWidth) !== null && _f !== void 0 ? _f : 0;\n const maxScrollLeft = maxScrollWidth - maxClientWidth;\n // -10 to prevent javascript assertion errors on floating points\n if (((_g = containerRef.current) === null || _g === void 0 ? void 0 : _g.scrollLeft) >= maxScrollLeft - 10) {\n if (document.getElementById('right-arrow') === document.activeElement) {\n (_h = document.getElementById('left-arrow')) === null || _h === void 0 ? void 0 : _h.focus();\n }\n setRightDisabled(true);\n }\n else {\n setRightDisabled(false);\n }\n }, [containerRef]);\n const handleResize = useCallback(() => {\n if (!containerRef.current)\n return;\n if (containerRef.current.scrollWidth - containerRef.current.getBoundingClientRect().width < 5) {\n setRightDisabled(true);\n }\n else {\n setRightDisabled(false);\n }\n }, [containerRef]);\n const toNextScrollPosition = useCallback(() => {\n const newPosition = getNextViewPosition(viewStartPositions, containerRef.current.scrollLeft, containerRef.current.clientWidth);\n containerRef.current.scrollTo({\n left: newPosition,\n top: 0,\n behavior: 'smooth',\n });\n }, [containerRef, viewStartPositions]);\n const toPrevScrollPosition = useCallback(() => {\n const newPosition = getPrevViewPosition(viewStartPositions, containerRef.current.scrollLeft);\n containerRef.current.scrollTo({\n left: newPosition,\n top: 0,\n behavior: 'smooth',\n });\n }, [containerRef, viewStartPositions]);\n useEffect(() => {\n var _a, _b, _c, _d, _e, _f, _g;\n if (!(containerRef === null || containerRef === void 0 ? void 0 : containerRef.current))\n return;\n if (((_a = containerRef.current.children) === null || _a === void 0 ? void 0 : _a.length) &&\n ((_b = containerRef.current.children) === null || _b === void 0 ? void 0 : _b.length) !== viewStartPositions.length &&\n viewStartPositions.length > 0 &&\n viewStartPositions.length < children.length) {\n // scrolls to the last view, when a new item is added\n containerRef.current.scrollTo({\n left: containerRef.current.scrollWidth - containerRef.current.clientWidth,\n top: 0,\n behavior: 'smooth',\n });\n // computes the x position of the new item\n setViewStartPositions([\n ...viewStartPositions,\n viewStartPositions[viewStartPositions.length - 1] +\n ((_d = (_c = containerRef.current.children[viewStartPositions.length - 1]) === null || _c === void 0 ? void 0 : _c.getBoundingClientRect().x) !== null && _d !== void 0 ? _d : 0) -\n 20,\n ]);\n }\n if (((_e = containerRef.current.children) === null || _e === void 0 ? void 0 : _e.length) && viewStartPositions.length === 0) {\n setViewStartPositions(createViewPositionArray(containerRef.current));\n }\n // scrolls to active tab when page loads\n if (activeTab !== prevActiveTab &&\n activeTab !== null &&\n ((_f = containerRef.current.children) === null || _f === void 0 ? void 0 : _f.length) === viewStartPositions.length) {\n const index = Array.from(containerRef.current.children).indexOf(activeTab);\n containerRef.current.scrollTo({\n left: viewStartPositions[index],\n top: 0,\n behavior: 'smooth',\n });\n }\n handleResize();\n window.addEventListener('resize', handleResize);\n (_g = containerRef.current) === null || _g === void 0 ? void 0 : _g.addEventListener('scroll', handleScroll);\n // eslint-disable-next-line consistent-return\n return () => {\n window.removeEventListener('resize', handleResize);\n };\n }, [\n containerRef,\n children,\n handleResize,\n handleScroll,\n viewStartPositions,\n activeTab,\n prevActiveTab,\n ]);\n return { rightDisabled, leftDisabled, toNextScrollPosition, toPrevScrollPosition };\n};\n//# sourceMappingURL=useSetScrollPosition.js.map","/**\n * A function to get the 3rd next scroll value using an array of start positions\n */\nexport const getNextViewPosition = (viewPositionsArray, currentScroll, containerWidth) => {\n // eslint-disable-next-line no-plusplus\n for (let i = 0; i < viewPositionsArray.length; i++) {\n if (viewPositionsArray[i + 3] === undefined) {\n return currentScroll - containerWidth;\n }\n if (viewPositionsArray[i] >= currentScroll) {\n return viewPositionsArray[i + 3];\n }\n }\n return currentScroll - containerWidth; // if currentScroll is greater than the last ViewTab's start position, the new ScrollLeft value is 0.\n};\n/**\n * A function to get the 3rd previous scoll value using an array of start positions\n */\nexport const getPrevViewPosition = (viewPositionsArray, currentScroll) => {\n const reverseArray = viewPositionsArray.slice().reverse();\n // eslint-disable-next-line no-plusplus\n for (let i = 0; i < viewPositionsArray.length; i++) {\n if (reverseArray[i + 3] === undefined) {\n return 0;\n }\n if (reverseArray[i] < currentScroll) {\n return reverseArray[i + 3];\n }\n }\n return 0; // if currentScroll is less than the first ViewTab's start position, the new ScrollLeft value is 0.\n};\n/**\n * This produces an array of all x positions of child elements\n */\nexport const createViewPositionArray = (containerRef) => {\n const viewPositions = Object.values(containerRef.children).map((el) => {\n // -20 so movement stops at beginning of view, due to x value not accounting for padding\n return el.getBoundingClientRect().x - 20;\n });\n return viewPositions;\n};\n//# sourceMappingURL=utils.js.map","import React, { useRef } from 'react';\nimport { Container, StyledLeftButton, StyledLeftIcon, StyledMenuButton, StyledMenuIcon, StyledRightButton, StyledRightIcon, StyledInputGroup, ViewsWrapper, } from './styled';\nimport { useSetScrollPosition } from './hooks/useSetScrollPosition';\nexport const ViewsContainer = React.forwardRef(({ children, onClickMenu, ariaMenuControls, ariaMenuExpanded }, menuRef) => {\n const viewsRef = useRef(null);\n const { rightDisabled, leftDisabled, toNextScrollPosition, toPrevScrollPosition } = useSetScrollPosition(viewsRef, children);\n return (React.createElement(Container, { direction: \"horizontal\", alignY: \"center\", alignX: \"between\" },\n React.createElement(ViewsWrapper, { ref: viewsRef, id: \"views\", role: \"tablist\", alignY: \"center\", direction: \"horizontal\" }, children),\n React.createElement(StyledInputGroup, null,\n (!leftDisabled || !rightDisabled) && (React.createElement(React.Fragment, null,\n React.createElement(StyledLeftButton, { id: \"left-arrow\", icon: React.createElement(StyledLeftIcon, null), disabled: leftDisabled, onClick: toPrevScrollPosition, variant: \"flat\", \"aria-label\": \"move views to the left\" }),\n React.createElement(StyledRightButton, { id: \"right-arrow\", icon: React.createElement(StyledRightIcon, null), disabled: rightDisabled, onClick: toNextScrollPosition, variant: \"flat\", \"aria-label\": \"move views to the right\" }))),\n React.createElement(StyledMenuButton, { icon: React.createElement(StyledMenuIcon, null), variant: \"flat\", onClick: onClickMenu, \"aria-label\": \"open menu\", \"aria-controls\": ariaMenuControls, \"aria-expanded\": ariaMenuExpanded, \"aria-haspopup\": ariaMenuControls ? 'dialog' : undefined, ref: menuRef }))));\n});\n//# sourceMappingURL=ViewsContainer.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nimport { Button } from '../Button';\nimport { TextField } from '../TextField';\nimport { BaseContainer } from '../BaseContainer';\nconst Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--18asccd\" }) `display:flex;flex-direction:column;position:relative;`;\nconst Row = styled(BaseContainer).withConfig({ displayName: \"vui--Row\", componentId: \"vui--hefld1\" }) `display:flex;flex-direction:row;`;\nconst StyledTextField = styled(TextField).withConfig({ displayName: \"vui--StyledTextField\", componentId: \"vui--1w2y0ok\" }) `&&&{text-align:left;width:52px;}`;\nconst StyledButton = styled(Button).withConfig({ displayName: \"vui--StyledButton\", componentId: \"vui--fqwvpz\" }) `padding:0 4px;border-color:${theme.colors.neutral.ink.lightest};margin-right:4px;${(props) => props.hasError &&\n `\n border-color: ${theme.colors.secondary.red.base};\n `};`;\nexport { Container, Row, StyledTextField as TextField, StyledButton as Button };\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { isWeightImperial, isWeightMetric } from './types';\nimport { ComponentSize } from '../types';\nimport { InputGroup } from '../InputGroup';\nimport { withLabels } from '../../hoc';\nimport { Container, TextField, Row, Button } from './styled';\nimport { blockInvalidCharacters } from '../../utils/blockInvalidCharacters';\nimport { invalidCharsList } from '../../utils/invalidCharactersNumeric';\nconst blockInvalidChars = (e) => blockInvalidCharacters(e, invalidCharsList);\nexport const WeightInput = withLabels((_a) => {\n var { size = ComponentSize.base, hasError, className } = _a, rest = __rest(_a, [\"size\", \"hasError\", \"className\"]);\n return (React.createElement(Container, { className: className },\n React.createElement(Row, null,\n isWeightMetric(rest) && (React.createElement(InputGroup, null,\n React.createElement(TextField, Object.assign({ size: size, onChange: rest.handleChangeGram, name: \"gram\", type: \"number\", value: rest.gram, hasError: hasError, min: \"0\", step: \"any\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(Button, { hasError: hasError, size: size }, \"g\"))),\n isWeightImperial(rest) && (React.createElement(React.Fragment, null,\n React.createElement(InputGroup, null,\n React.createElement(TextField, Object.assign({ size: size, onChange: rest.handleChangePound, name: \"pound\", type: \"number\", value: rest.pound, hasError: hasError, step: \"any\", min: \"0\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(Button, { hasError: hasError, size: size }, \"lb\")),\n React.createElement(InputGroup, null,\n React.createElement(TextField, Object.assign({ size: size, onChange: rest.handleChangeOunce, name: \"ounce\", type: \"number\", value: rest.ounce, hasError: hasError, min: \"0\", step: \"any\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(Button, { hasError: hasError, size: size }, \"oz\")))))));\n});\nWeightInput.displayName = 'WeightInput';\nWeightInput.defaultProps = {\n weightUnit: 'lb',\n};\n//# sourceMappingURL=WeightInput.js.map","export const isWeightMetric = (props) => {\n return props.weightUnit === 'g';\n};\nexport const isWeightImperial = (props) => {\n return props.weightUnit === 'lb' || props.weightUnit === 'oz';\n};\n//# sourceMappingURL=types.js.map"],"names":["BaseContainer","styled","div","withConfig","displayName","componentId","componentMap","inputLabel","inputLabelSmall","headingSmall","headingMedium","headingLarge","headingXL","headingXXL","button","buttonSmall","getComponentOverride","as","variant","colors","brand","blue","lightest","light","base","dark","darkest","peach","neutral","ink","grey","greyBlue","secondary","red","yellow","green","lime","teal","aqua","purple","pink","orange","system","scrollbar","thumb","background","breakpoints","mobile","tablet","lgTablet","desktop","lgDesktop","radius","sm","md","lg","full","Shadows","SizeAlias","sizeScale","increment","unit","count","sizes","i","value","buildSizeScale","sizeAliases","none","line","xs","xl","xxl","Object","assign","common","fontFamily","text","fontStyle","fontWeight","fontSize","lineHeight","color","textDecoration","letterSpacing","headingTable","subheadingLarge","subheadingMedium","subheadingSmall","subheadingSmallBold","body","bodySmall","bodyBold","bodyBoldDark","bodySmallBold","linkLarge","linkMedium","link","linkSmall","hintText","placeholder","placeholderSmall","placeholderCode","placeholderCodeSmall","error","errorSmall","successSmall","theme","layers","popup","modal","tooltip","shadows","Text","span","attrs","muted","TapBarChild","Left","glyphColor","Right","AccordionSummary","summary","Top","Description","AccordionContent","motion","AccordionDetails","details","UnstyledAccordionContent","UnstyledAccordionSummary","UpArrowIcon","props","React","createElement","viewBox","fill","xmlns","role","height","fillRule","clipRule","d","Accordion","className","children","label","iconSlot","timeout","description","shouldOpenOnMount","summaryTextVariant","shouldOpen","setShouldOpen","useState","handleOpen","FRAMER_MOTION_CONFIG","initial","opacity","exit","animate","transition","from","type","duration","open","onClick","rotate","name","__rest","s","e","t","p","prototype","hasOwnProperty","call","indexOf","getOwnPropertySymbols","length","propertyIsEnumerable","SuppressedError","TailSpin","width","x1","y1","x2","y2","id","stopColor","stopOpacity","offset","transform","stroke","strokeWidth","attributeName","to","dur","repeatCount","cx","cy","r","Grid","begin","values","calcMode","ThreeDots","Loader","MainContent","hasText","$loading","size","BaseButton","paddingLeft","paddingRight","borderRadius","outlineWidth","hasIcon","hasDropdown","DefaultButton","DefaultDestructiveButton","PrimaryButton","PrimaryDestructiveButton","FlatButton","UnstyledButton","LinkButton","LoadingWrapper","DropdownIcon","variantMap","default","primary","destructive","primaryDestructive","flat","unstyled","Button","forwardRef","_a","ref","icon","dropdown","loading","otherProps","VariantButton","hasChildren","undefined","Header","header","HeaderGrid","DownArrowIcon","CrossIcon","CardHeader","title","subtitle","headerVariant","action","ActionSlot","isCollapsed","onClickCollapse","onClickClose","elevationShadowMap","accents","info","success","Footer","footer","Section","section","FullBleed","Body","Surface","elevation","accent","collapseAnimationVariants","expanded","collapsed","Card","style","HeaderActionSlot","collapsable","onClose","renderFooter","setIsCollapsed","headerMarkup","showBody","bodyMarkup","variants","ease","footerMarkup","DropdownContainer","generateId","prefix","randomId","uid","Portal","PureComponent","constructor","super","this","portalNode","state","isMounted","componentDidMount","rootElementRef","document","setAttribute","cssText","appendChild","setState","componentWillUnmount","removeChild","render","createPortal","PopoverDialog","dialog","zIndex","Backdrop","buildClassnames","names","filter","Boolean","join","hexToRgb","hex","hexTmp","replace","m","g","b","result","exec","parseInt","getOpaqueHexColor","rgb","defaultAllowedHostnames","isExternalLink","urlOrPath","allowedHostnames","startsWith","hostname","urlHostname","URL","some","toLowerCase","allowedHostname","TABBABLE_SELECTORS","useHandleFocus","popperElement","anchorElement","disableFocusLock","useEffect","focusableElements","querySelectorAll","setTimeout","focus","focusWithinPopper","event","key","shiftKey","stopPropagation","preventDefault","addEventListener","removeEventListener","handleKeyDown","firstElement","lastElement","activeElement","handleFocusTrap","Popover","passedId","placement","onShouldClose","removeBackdrop","useAnchorWidth","dialogProps","setPopperElement","styles","attributes","update","usePopper","useMemo","popoverId","hasAttribute","console","warn","_","useUpdateAriaAnchor","resizeObserver","ResizeObserver","observe","disconnect","window","popper","minWidth","clientWidth","onKeyDown","DropdownPopover","reversed","popoverProps","AnimatePresence","y","Dropdown","shouldShow","setShouldShow","ctaIconSlot","ctaProps","dropdownProps","anchorRef","useRef","Fragment","current","useClickOutside","isOpen","escapeListener","useCallback","clickListener","contains","target","useDebounce","handler","clearTimeout","useDropdown","shouldShowDropdown","setShouldShowDropdown","toggleShouldShowDropdown","closeDropdown","FocusVisibleContext","createContext","hadKeyboardEvent","isInitialized","FocusVisibleManager","setHadKeyboardEvent","onPointerDown","onInitialPointerMove","nodeName","removeInitialPointerMoveListeners","addInitialPointerMoveListeners","metaKey","altKey","ctrlKey","onVisibilityChange","visibilityState","Provider","useFocusVisible","isFocused","setIsFocused","useContext","onFocus","onBlur","focusVisible","useHover","initialState","isHovered","setIsHovered","useIsOverflowing","isOverflowing","setIsOverflowing","isAtBottom","setIsAtBottom","hasOverflow","scrollHeight","clientHeight","onScroll","scrollTop","useTabs","tabs","config","defaultActiveIndex","listOfTabs","active","setActive","newActiveTab","find","tab","useId","getTextStyles","textTheme","MenuItem","AriaMenuItem","AriaSection","ActionMenu","menuLabel","actions","idComputed","padding","code","Menu","toString","map","Alignments","Item","Stack","direction","alignX","alignY","spacing","alignItems","justifyContent","flexDirection","itemFlex","marginTop","marginLeft","AlertContainer","colours","AttentionIcon","HelpIcon","InfoIcon","SuccessIcon","SpacingMap","IconSizeMap","IconMap","warning","recommend","ColourMap","Alert","passedColours","rightActions","titleSlot","message","divProps","IconSlot","isXsSize","margin","gap","minHeight","actionProps","CommonAnchor","a","Anchor","href","rel","isExternal","setDefaultRelValue","Container","BasicDropdown","BasicContainer","Wrap","AnimatedDropdown","cta","onClickAway","transitionClassnames","onMouseEnter","onMouseLeave","dropdownRef","handleClickAway","useClickAway","CSSTransition","in","classNames","unmountOnExit","AvatarSC","textColor","bgColor","Avatar","userInitials","toUpperCase","match","slice","Hoverable","TooltipText","Triangle","Tip","tipMinWidth","tipMaxWidth","Sides","defaultConfig","side","TOP","triangleOffset","TooltipPopover","content","hoverableElement","withTriangle","usedConfig","modifiers","options","tooltipStyles","tip","triangleOffsetSize","wrap","triangle","Tooltip","initialShouldShow","useReactPortal","setHoverableElement","trim","container","hoverable","hasContent","tooltipMarkup","ReactDOM","BaseBadge","hideBorder","Badge","e2eClassName","BadgeVariant","BannerLayout","accentColor","backgroundColor","Row","Col","IconCol","ChildContainer","HeaderCol","StyledText","accentColors","help","Banner","Pill","marginRight","BreadcrumbsSC","ul","BreadcrumbSC","li","RightArrowIcon","Breadcrumb","LinkComponent","DefaultSeparator","DefaultLink","BreadcrumbText","Breadcrumbs","items","Separator","item","pathname","CalendarGrid","AriaCalendarGrid","weekdayStyle","CalendarGridHeader","day","CalendarHeaderCell","CalendarGridBody","date","CalendarCell","buttonStyles","css","calenderCellStyles","headerStyles","StyledRangeCalendar","RangeCalendar","LeftArrowIcon","_b","disabledRanges","disallowWeekends","isMultiMonth","focusedDate","setFocusedDate","start","locale","useLocale","isDateUnavailable","isWeekend","interval","compare","focusedValue","onFocusChange","visibleDuration","months","slot","Heading","display","overflow","alignMap","top","center","RootLayout","InputLayout","align","AccessoryLayout","TextLayout","HintText","ErrorText","Wrapper","disabled","BorderedWrapper","BlockTooltip","Choice","hint","bordered","Accessory","labelVariant","inputPosition","contentMarkup","htmlFor","Input","input","Checkbox","checked","indeterminate","ariaLabel","onChange","checkboxRef","handleChange","currentTarget","Radio","Fieldset","fieldset","Legend","legend","ChoiceList","Component","arguments","allowMultiple","handleChangeMultiple","handleChangeSingle","selected","newSelected","selectedValue","InputComponent","option","includes","ClipboardIcon","iconSizes","XSButton","CopyToClipboard","onCopy","copied","setCopied","handleCopy","navigator","clipboard","writeText","Label","Hint","Error","RootStack","withLabels","marginBottom","hasError","withDeprecated","DateRangeGroup","Group","$hasError","DateRangeInput","shouldForceLeadingZeros","minValue","maxvalue","startValue","endValue","isDisabled","isReadOnly","ariaDescribedBy","ariaLabelledBy","onChangeStartDate","onChangeEndDate","DateField","maxValue","DateInput","segment","DateSegment","SelectInput","select","sizeVariant","Select","hidden","Slider","switched","Switch","small","Toggle","choiceProps","DEFAULT_PREVIOUS_PERIOD_OPTIONS","ComparePreviousPeriod","selectedPreviousPeriod","setSelectedPreviousPeriod","showCompareSelect","setShowCompareSelect","whiteSpace","newValue","newOption","DateRanges","getDateRange","today","now","getLocalTimeZone","dateRange","TODAY","end","YESTERDAY","subtract","days","LAST_7_DAYS","LAST_30_DAYS","LAST_90_DAYS","LAST_MONTH","lastMonth","startOfMonth","endOfMonth","LAST_12_MONTHS","WEEK_TO_DATE","startOfWeek","language","MONTH_TO_DATE","YEAR_TO_DATE","startOfYear","range","CalendarDate","year","month","timeRangeToDateRange","DATE_RANGE_OPTIONS","DEFAULT_SELECTION","DEFAULT_RANGE","DEFAULT_PRESET","checkIfDateRangeInvalid","selectedRange","presortStart","presortEnd","sort","disabledStart","disabledEnd","Divider","DateRangePicker","showDatePresets","onReset","selectedPreset","setSelectedPreset","setSelectedRange","previousPeriodProps","updateDateSegment","newRange","isDateRangeInvalid","matchedPreset","reduce","optionDateRange","optionStart","optionEnd","checkForMatchingPreset","showPreviousPeriod","alignmentToFlex","parseWidth","fallback","min","max","generateTableCss","pinnedLeft","pinnedRight","cellWidths","scrollPosition","visible","stripingMode","pinnedLeftStyles","index","array","acc","val","sumAllBeforeIndex","pinnedRightStyles","sumAllAfterIndex","isLeftShadowVisible","leftShadow","isRightShadowVisible","rightShadow","stripingRow","stripingNested","col","SortDirection","DoubleArrowIcon","ArrowUpIcon","ArrowDownIcon","GetSortIcon","sortState","columnId","ascending","useCellWidths","tableRef","containerRef","setCellWidths","updateCellWidths","cells","widths","Array","cell","getBoundingClientRect","resizeObserverCallback","throttle","CustomEvent","Event","eventType","data","bubbles","cancelable","useColumnWidths","columns","columnIds","getColumnWidths","cols","obj","columnWidths","setColumnWidths","newColumnWidths","keys","forEach","JSON","stringify","setColumnWidth","column","lastColumn","newWidth","_c","querySelector","calculateWidth","evt","dispatchEvent","customEventEmitter","getColumnWidth","useColumns","onResizeColumns","originalSetColumnWidth","newColumns","updatedColumnWidths","columnWidth","pinned","notPinned","useDragToScroll","targetRef","isDragging","scrollTarget","position","left","x","mouseMoveHandler","dx","clientX","scrollLeft","cursor","userSelect","mouseUpHandler","removeProperty","mouseDownHandler","useNested","expandedRowIds","setExpandedRowIds","nestedTableProps","setExpanded","rowId","rowIds","findIndex","splice","useScrollPosition","setScrollPosition","updateScrollPosition","scrollWidth","headerCellHeight","th","SelectionHeader","selectionMode","headerProps","Cell","td","SelectionCell","cellProps","emptySelectionState","useSelection","selectionState","enabledRowIds","selectionEnabled","selectedRowIds","setSelectedRowIds","toggleAllSelected","selectionColumn","renderHeader","renderCell","row","rowState","setSelected","SortIndicator","HeaderContent","ClickableHeaderContent","ResizerBar","ColumnDivider","createRef","mouseMove","minTranslate","dragDivider","dragInitX","tableHeaders","translate","Math","parentElement","classList","add","initWidth","contentWidth","finalWidth","deltaX","mouseUp","remove","trackMouseStart","onMouseDown","onDragStart","onChangeSort","resizeableColumns","columnCount","columnI","sortable","String","ColumnHeaderContent","columnHeaderProps","log","nextSortState","isColumnSame","isDefaultDirection","newSortDirection","descending","getNextSortState","resizeMinWidth","shimmerLight","shimmerDark","LoadingCellContent","Content","ActionBar","intersectionTargetRef","isSticky","setIsSticky","intersectionObserver","IntersectionObserver","entries","entry","isIntersecting","containerRect","stickyPositionStyles","right","VisiblityIcon","VisiblityOffIcon","ReorderIcon","EmptyBodyContent","EmptyBodyGlyphWrapper","NoWrap","tr","ScrollContainer","TableGrid","table","Truncate","borderModeStyles","vertical","borderMode","StickyHead","tableCss","stickyContainerRef","isVisible","setIsVisible","setContainerRect","updateContainerDimensions","targetRect","newRect","updateContainerScrollPosition","xScrollOffset","scrollTo","threshold","containerStyle","overflowX","overflowY","borderBottom","allCss","getRowState","disabledRowIds","defaultEmptyState","heading","emptyAction","DataTable","ActionBarSlot","initialColumns","emptyState","loadingRowCount","rows","enableStickyHeader","scrollContainerRef","columnsWithSelection","allColumns","adjustedCellWidths","Number","isNaN","loadingRows","random","renderLoadingCell","subheading","renderRow","renderNestedRow","nestedRow","nestedRowE2eClassName","e2eClassNames","renderNestedCell","renderSection","isExpanded","nestedRows","headersMarkup","shouldRenderFooter","shouldRenderActionBar","hasNestedRows","renderBody","footerProps","defaultProps","ColumnMenu","columnGroups","setColumns","popoverAnchor","setPopoverAnchor","showPopover","setShowPopover","columnEntries","columnsMap","fromEntries","groups","group","setHidden","groupIndex","border","flex","List","dl","ItemRow","DescriptionContainer","Term","dt","dd","DescriptionList","horizontal","renderDescription","isArray","term","ColumnGrid","showSidebar","ContentContainer","DetailPage","shouldShowSidebar","setShouldShowSidebar","InputGroup","ComponentSize","pseudoStates","inputSize","Textarea","textarea","NUMBER_REGEX","TextField","multiline","pattern","step","spellCheck","RegExp","test","StyledTextField","StyledButton","blockInvalidCharacters","invalidList","invalidCharsList","blockInvalidChars","DimensionsInput","handleChangeHeight","handleChangeWidth","handleChangeLength","rest","NonSelectableText","GroupLabel","MainIcon","$shouldShow","StyledCrossIcon","generateClassNames","filterTagDropdown","cross","FilterTag","shouldCloseOnClickAway","setAnchorElement","handleClick","PlaceholderImage","CommonImage","img","previewEnabled","PreviewImageContainer","PreviewImage","image","previewImageContainer","Image","src","alt","previewWidth","previewHeight","previewPlacement","placeholderWidth","placeholderHeight","disablePlaceholder","isPreviewOpen","setIsPreviewOpen","imageState","setImageState","isLoaded","isError","referenceElement","setReferenceElement","openImagePreview","closeImagePreview","isImageHidden","onLoad","onError","iconSize","defaultErrorState","subTitle","ScrollPosition","fixedColumnShadow","TooltipContent","scrollDisabled","showScrollbar","lastStartFixedColumnsIndex","firstEndFixedColumnsIndex","middle","WrapperBordered","Head","thead","tbody","fixedColumnsStyle","tfoot","grow","HeaderCell","alignmentMap","HeaderCellLayout","Table","isFixedLayout","striped","tableLoading","noWrap","StickyHeaderWrapper","FakeHeaderTable","SpecificStateContainer","EllipseContainer","TitleText","SubTitleText","SpecificState","CellButton","ClickableButton","SkeletonContentWrapper","SkeletonContentComponent","isLoading","SkeletonContent","SkeletonCell","StickyHeader","wrapperRef","wrapperStyle","headerWrapperRef","setHeaderWrapperRef","topOffset","handleScrollChange","bottom","sticky","useStickyHeader","wrapperWidth","useScroll","updateScroll","tableLayout","convertFixedColumnInlineStyleToStyled","push","abs","SkeletonHeaderCell","DoubleArrowAscIcon","DoubleArrowDescIcon","IconUnsorted","IconSortAsc","IconSortDesc","LegacyDataTable","borderless","headers","renderLoadingRow","renderFooterRow","renderFooterLoadingRow","omitFooterSelectionCell","disabledSelectionInputRowIds","onChangeSelectedRowIds","sortColumnId","sortDirection","skeletonRowsNumber","isHeaderSticky","stickyHeaderStyle","customSpecificState","bodyHeightInSpecificStates","startFixedColumnsNumber","endFixedColumnsNumber","WrapperComponent","isEmpty","isFixedColumnsNotEnabled","refValue","handleScroll","el","scrollValue","castWidthToNumber","generateFixedColumnInlineStyle","generateFixedColumnsStyle","startColumns","endColumns","totalStartOffset","totalEndOffset","headerWidth","handleSelectRow","newSelectedRowIds","handleSelectAll","handleClickSortableHeader","nextColumnId","nextDirection","renderHeaderCell","sortIcon","headerContents","renderSkeletonHeaderCell","selectionCellStyle","startHeaderIndex","endHeaderIndex","headerCellStyle","skeleton","skeletonStyle","renderSelectionInput","isSelected","inputProps","renderSkeletonSelectionInput","rowIndex","generalStyle","animationDuration","getNestedRow","isHidden","renderDefaultLoadingRow","unshift","getFooter","renderedRows","bodyClassName","rowE2eClassName","rowClassName","specificStateValues","ClickableCell","EditableCell","LoginButton","buttonImg","buttonDescription","LoginWithAmazonButton","setImage","onMouseUp","NonScrollableBody","createGlobalStyle","MainSection","fullBleed","isScrollable","hasFooterSlot","footerSlot","heightMap","widthMap","fullScreenBreakpointMap","StyledDialog","bounce","Dialog","Modal","showHeaderCloseButton","parentOnClose","modalRef","mainSectionRef","setMainSectionRef","removeAttribute","showModal","isContentOverflowing","close","headerSlot","hasHeaderSlot","headerTitle","headerSubtitle","leftActions","PageLimitContainer","PaginationButton","PageInput","PageCount","usePagination","currentPage","totalPagesCount","handleChangePage","pageInputValue","setPageInputValue","validatePageValue","handleSubmit","handleIncrement","handleDecrement","handleInputChange","intValue","newPage","handleFormSubmit","StartArrowIcon","EndArrowIcon","Pagination","testId","onSubmit","StepButton","Stepper","onIncrement","onDecrement","PrefixContainer","PrefixText","PriceInputGroup","PriceInput","currency","onPriceChange","priceValue","callback","parseFloat","toFixed","roundedValue","form","blur","ScreenReaderOnlyElement","ScreenReaderOnly","IconContainer","iconPosition","SearchIcon","Search","onClearClick","onKeyUp","onKeyPress","autoComplete","shouldShowClear","buttonBackgroundColor","buttonBorderColor","activeButtonColor","SegmentedControlContainer","SegmentedControl","ShortcutKeysContainer","$inverse","Kbd","kbd","ValidModifierKeysMap","command","windows","shift","ctrl","enter","delete","escape","up","down","space","ValidModifierKeyssLabelMap","ShortcutKeys","shortcut","inverse","displayLabel","shortcutElements","split","previousKbdElement","currentKbdElement","TableHeader","TableBody","TableRow","TableCell","TableHeaderCell","SimpleTable","Skeleton","SliderContainer","SLIDER_SIZE","SliderTrack","SliderDiv","SliderRange","sliderRange","slider","startSlider","endSlider","onSlideStart","onSlideEnd","setIsDragging","draggingSliderIndex","setDraggingSliderIndex","startSliderRef","endSliderRef","handleMouseMove","sliderValue","containerSize","pageX","diff","ceil","floor","decimalPlaces","pop","resultValue","handleMouseUp","handleMouseDown","handleStartSliderMouseDown","handleEndSliderMouseDown","startSliderEl","endSliderEl","renderSlider","valueNow","sliderClassName","renderRangeSlider","rangeSliderValue","handleValueStart","handleValueEnd","rangeWidth","handleValue","renderSingleSlider","Tag","ToastsLayoutContainer","Toast","last","IconWrap","ContentStack","toastTypes","merge","closeIcon","ToastContainer","ToastsLayout","toasts","TransitionGroup","component","reverse","toast","borderColor","ToggleButton","tabIndex","DropZoneContainer","AcceptedFileTypes","FileSizeUnit","InputState","UploadGraphic","UploadCopy","pointerEvents","paddingTop","UploadFileErrors","acceptedTypesCopy","maxSizeCopy","SingleLineText","UploadedFilesListStack","UploadedFile","file","resetSelection","UploadFile","outerRef","maxBytes","format","MB","fileTypes","required","inputRef","useImperativeHandle","setFile","errorState","setErrorState","VALID","isInvalidFormat","INVALID_FORMAT","INVALID_FORMAT_AND_SIZE","isOverMaxSize","INVALID_SIZE","baseString","KB","getFileSizeString","fileType","list","iterable","isLast","isPenultimate","CSV","GIF","JPEG","JPG","PNG","getValidTypesString","acceptedTypesForInputEl","isLastElement","getTypePropForInputEl","clearFileSelection","setInputValidation","overMaxSize","invalidFormat","setCustomValidity","updateFiles","files","newFile","hasExceededMaxSize","extension","hasInvalidFormat","validType","substring","fileList","elementId","inputEl","getElementById","setInputElFile","onInputChange","onDrop","dataTransfer","onDragEnter","onDragOver","onDragLeave","accept","commonStyles","Shadow","WithPortal","usePortal","Popup","ScrollLock","isActive","PopupContent","VideoWrapper","ButtonSC","VideoModal","youtubeVideoId","showVideoModal","handleCloseClick","frameBorder","allow","allowFullScreen","ViewTypes","CounterText","Contour","colourPalette","customTextColour","CounterContainer","IconStyling","CustomIconWrapper","EditIcon","edit","counter","View","onDelete","onEdit","handleEnter","handleLeave","handleDelete","handleEdit","isDraft","draft","isSaved","saved","ViewTabTypes","ThreeDotsIcon","ThreeDotsIconStyling","CrossIconStyling","ViewButton","ViewTab","subAction","ariaContext","ViewsWrapper","StyledLeftIcon","StyledRightIcon","StyledMenuIcon","StyledMenuButton","StyledLeftButton","StyledRightButton","StyledInputGroup","useSetScrollPosition","leftDisabled","setLeftDisabled","rightDisabled","setRightDisabled","viewStartPositions","setViewStartPositions","activeTab","prevActiveTab","usePrevious","_d","_e","_f","_g","_h","maxScrollLeft","handleResize","toNextScrollPosition","newPosition","viewPositionsArray","currentScroll","containerWidth","getNextViewPosition","behavior","toPrevScrollPosition","reverseArray","getPrevViewPosition","createViewPositionArray","ViewsContainer","onClickMenu","ariaMenuControls","ariaMenuExpanded","menuRef","viewsRef","WeightInput","weightUnit","handleChangeGram","gram","isWeightImperial","handleChangePound","pound","handleChangeOunce","ounce"],"mappings":"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","x_google_ignoreList":[14]}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../src/components/BaseContainer/BaseContainer.ts","../src/components/Text/utils.ts","../src/theme/modules/colors.ts","../src/theme/modules/breakpoints.ts","../src/theme/modules/radius.ts","../src/theme/modules/shadows.ts","../src/theme/modules/sizes.ts","../src/theme/modules/text.ts","../src/theme/index.ts","../src/theme/modules/layers.ts","../src/components/Text/Text.ts","../src/components/Accordion/styled.ts","../src/tempIcons/UpArrowIcon.tsx","../src/components/Accordion/Accordion.tsx","../node_modules/tslib/tslib.es6.js","../src/components/Loader/TailSpin.tsx","../src/components/Loader/Grid.tsx","../src/components/Loader/ThreeDots.tsx","../src/components/Loader/Loader.tsx","../src/components/Button/components/styled.ts","../src/tempIcons/DropdownIcon.tsx","../src/components/Button/Button.tsx","../src/components/CardHeader/styled.ts","../src/tempIcons/DownArrowIcon.tsx","../src/tempIcons/CrossIcon.tsx","../src/components/CardHeader/CardHeader.tsx","../src/components/Card/styled.ts","../src/components/Card/Card.tsx","../src/components/Dropdown/styled.ts","../src/utils/generateId.ts","../src/components/Portal/Portal.tsx","../src/components/Popover/styled.ts","../src/utils/buildClassnames.ts","../src/utils/color.ts","../src/utils/isExternalLink.ts","../src/components/Popover/hooks/useUpdateAriaAnchor.ts","../src/components/Popover/hooks/useHandleFocus.ts","../src/components/Popover/Popover.tsx","../src/components/Dropdown/DropdownPopover.tsx","../src/components/Dropdown/Dropdown.tsx","../src/hooks/useClickOutside.ts","../src/hooks/useDebounce.ts","../src/hooks/useDropdown.ts","../src/hooks/useFocusVisible.tsx","../src/hooks/useHover.ts","../src/hooks/useIsOverflowing.ts","../src/hooks/useTabs.ts","../src/hooks/useId.ts","../src/components/RangeCalendar/components/utils.ts","../src/components/ActionMenu/styled.ts","../src/components/ActionMenu/ActionMenu.tsx","../src/components/Stack/Alignments.ts","../src/components/Stack/Stack.tsx","../src/components/Alert/styled.ts","../src/tempIcons/AttentionIcon.tsx","../src/tempIcons/HelpIcon.tsx","../src/tempIcons/InfoIcon.tsx","../src/tempIcons/SuccessIcon.tsx","../src/components/Alert/constants.ts","../src/tempIcons/WarningIcon.tsx","../src/tempIcons/RecommendIcon.tsx","../src/components/Alert/Alert.tsx","../src/components/Anchor/styled.ts","../src/components/Anchor/Anchor.tsx","../src/components/AnimatedDropdown/components/styled.ts","../src/components/AnimatedDropdown/components/BasicDropdown.tsx","../src/components/AnimatedDropdown/styled.ts","../src/components/AnimatedDropdown/AnimatedDropdown.tsx","../src/components/AnimatedDropdown/hooks/useClickAway.ts","../src/components/Avatar/styled.ts","../src/components/Avatar/Avatar.tsx","../src/components/Tooltip/components/styled.ts","../src/components/Tooltip/types.ts","../src/components/Tooltip/components/TooltipPopover.tsx","../src/components/Tooltip/Tooltip.tsx","../src/components/Badge/styled.ts","../src/components/Badge/Badge.tsx","../src/components/Banner/styled.ts","../src/components/Banner/Banner.tsx","../src/components/Breadcrumbs/components/styled.ts","../src/tempIcons/RightArrowIcon.tsx","../src/components/Breadcrumbs/components/Breadcrumb.tsx","../src/components/Breadcrumbs/Breadcrumbs.tsx","../src/components/RangeCalendar/components/StyledRangeCalendar/buttonStyles.ts","../src/components/RangeCalendar/components/StyledRangeCalendar/calendarCellStyles.ts","../src/components/RangeCalendar/components/StyledRangeCalendar/headerStyles.ts","../src/components/RangeCalendar/components/StyledRangeCalendar/StyledRangeCalendar.ts","../src/components/Grid/index.ts","../src/components/RangeCalendar/components/CalendarGrid/subCalendars/styled.ts","../src/components/RangeCalendar/components/CalendarGrid/subCalendars/DodecadeCalendar.tsx","../src/components/RangeCalendar/components/CalendarGrid/subCalendars/utils.ts","../src/components/RangeCalendar/components/CalendarGrid/subCalendars/YearCalendar.tsx","../src/components/RangeCalendar/components/CalendarGrid/subCalendars/MonthCalendar.tsx","../src/components/RangeCalendar/types.ts","../src/components/RangeCalendar/components/CalendarGrid/CalendarGrid.tsx","../src/components/RangeCalendar/data/constants.ts","../src/tempIcons/LeftArrowIcon.tsx","../src/components/RangeCalendar/components/CalendarHeading.tsx","../src/components/RangeCalendar/components/CalendarHeader.tsx","../src/components/RangeCalendar/RangeCalendar.tsx","../src/components/RangeCalendar/data/useRangeCalendar.ts","../src/components/Choice/components/styled.ts","../src/components/Choice/Choice.tsx","../src/components/Checkbox/styled.ts","../src/components/Checkbox/Checkbox.tsx","../src/components/Radio/styled.ts","../src/components/Radio/Radio.tsx","../src/components/ChoiceList/styled.ts","../src/components/ChoiceList/ChoiceList.tsx","../src/tempIcons/ClipboardIcon.tsx","../src/components/CopyToClipboard/CopyToClipboard.tsx","../src/hoc/withLabels/styled.ts","../src/hoc/withLabels/withLabels.tsx","../src/hoc/withDeprecated.tsx","../src/components/DateRangeInput/styled.ts","../src/components/DateRangeInput/index.ts","../src/components/DateRangeInput/DateRangeInput.tsx","../src/components/Select/styled.ts","../src/components/Select/Select.tsx","../src/components/Toggle/styled.ts","../src/components/Toggle/Toggle.tsx","../src/components/DateRangePicker/components/constants.ts","../src/components/DateRangePicker/components/ComparePreviousPeriod.tsx","../src/components/DateRangePicker/constants.ts","../src/components/DateRangePicker/utils.ts","../src/components/DateRangePicker/components/Divider.tsx","../src/components/DateRangePicker/DateRangePicker.tsx","../src/components/DataTable/utils/alignmentToFlex.ts","../src/components/DataTable/utils/parseWidth.ts","../src/components/DataTable/utils/generateTableCss.ts","../src/components/DataTable/utils/sumAll.ts","../src/components/DataTable/types.ts","../src/tempIcons/DoubleArrowIconIcon.tsx","../src/tempIcons/ArrowUpIcon.tsx","../src/tempIcons/ArrowDownIcon.tsx","../src/components/DataTable/utils/GetSortIcon.tsx","../src/components/DataTable/hooks/useCellWidths.ts","../src/components/DataTable/utils/customEventEmitter.ts","../src/components/DataTable/hooks/useColumnWidths.ts","../src/components/DataTable/utils/getColumnWidth.ts","../src/components/DataTable/hooks/useColumns.ts","../src/components/DataTable/hooks/useDragToScroll.ts","../src/components/DataTable/hooks/useNested.ts","../src/components/DataTable/hooks/useScrollPosition.ts","../src/components/DataTable/constants.ts","../src/components/DataTable/components/Header.ts","../src/components/DataTable/components/SelectionHeader.tsx","../src/components/DataTable/components/Cell.ts","../src/components/DataTable/components/SelectionCell.tsx","../src/components/DataTable/hooks/useSelection.tsx","../src/components/DataTable/components/ColumnHeader.tsx","../src/components/DataTable/components/ColumnDivider.tsx","../src/components/DataTable/renderers/renderHeader.tsx","../src/components/DataTable/utils/getNextSortState.ts","../src/components/DataTable/components/LoadingCellContent.ts","../src/components/DataTable/components/ActionBar.tsx","../src/tempIcons/VisibilityIcon.tsx","../src/tempIcons/VisibilityOffIcon.tsx","../src/tempIcons/ReorderIcon.tsx","../src/components/DataTable/components/EmptyBodyContent.ts","../src/components/DataTable/components/NoWrap.ts","../src/components/DataTable/components/Row.ts","../src/components/DataTable/components/ScrollContainer.ts","../src/components/DataTable/components/TableGrid.ts","../src/components/DataTable/components/Truncate.ts","../src/components/DataTable/components/Wrapper.ts","../src/components/DataTable/components/StickyHead.tsx","../src/components/DataTable/utils/getRowState.ts","../src/components/DataTable/DataTable.tsx","../src/components/DataTable/renderers/renderLoadingCell.tsx","../src/components/DataTable/renderers/renderCell.ts","../src/components/DataTable/renderers/renderNestedCell.tsx","../src/components/DataTable/renderers/renderFooter.tsx","../src/components/DataTable/components/ColumnMenu.tsx","../src/components/DescriptionList/DescriptionList.tsx","../src/components/DetailPage/styled.ts","../src/components/DetailPage/DetailPage.tsx","../src/components/InputGroup/index.ts","../src/components/types.ts","../src/components/TextField/styled.ts","../src/components/TextField/TextField.tsx","../src/components/TextField/index.ts","../src/components/DimensionsInput/styled.ts","../src/utils/blockInvalidCharacters.ts","../src/utils/invalidCharactersNumeric.ts","../src/components/DimensionsInput/DimensionsInput.tsx","../src/components/FilterTag/styled.ts","../src/components/FilterTag/FilterTag.tsx","../src/components/Image/components/PlaceholderImage.tsx","../src/components/Image/components/styled.ts","../src/components/Image/utils.ts","../src/components/Image/Image.tsx","../src/components/LegacyDataTable/utils/constants.tsx","../src/tempIcons/CalendarIcon.tsx","../src/tempIcons/FailIcon.tsx","../src/components/LegacyDataTable/styled.ts","../src/components/LegacyDataTable/SpecificState/styled.ts","../src/components/LegacyDataTable/SpecificState/SpecificState.tsx","../src/components/LegacyDataTable/cells/styled.ts","../src/components/LegacyDataTable/cells/ClickableCell.tsx","../src/components/LegacyDataTable/cells/EditableCell.tsx","../src/components/LegacyDataTable/SkeletonContent/SkeletonContent.tsx","../src/components/LegacyDataTable/cells/SkeletonCell.tsx","../src/components/LegacyDataTable/utils/hooks.ts","../src/components/LegacyDataTable/StickyHeader.tsx","../src/components/LegacyDataTable/utils/index.ts","../src/components/LegacyDataTable/cells/SkeletonHeaderCell.tsx","../src/tempIcons/DoubleArrowAscIcon.tsx","../src/tempIcons/DoubleArrowDescIcon.tsx","../src/components/LegacyDataTable/LegacyDataTable.tsx","../src/components/LoginWithAmazonButton/styled.ts","../src/components/LoginWithAmazonButton/LoginWithAmazonButton.tsx","../src/components/Modal/components/styled.ts","../src/components/Modal/types.ts","../src/components/Modal/components/Dialog/constants.ts","../src/components/Modal/components/Dialog/styled.ts","../src/components/Modal/components/Dialog/Dialog.tsx","../src/components/Modal/Modal.tsx","../src/components/Pagination/styled.ts","../src/components/Pagination/components.tsx","../src/components/Pagination/hooks/usePagination.ts","../src/tempIcons/StartArrowIcon.tsx","../src/tempIcons/EndArrowIcon.tsx","../src/components/Pagination/Pagination.tsx","../src/components/Stepper/styled.ts","../src/components/Stepper/Stepper.tsx","../src/components/PriceInput/styled.ts","../src/components/PriceInput/PriceInput.tsx","../src/components/ScreenReaderOnly/ScreenReaderOnly.tsx","../src/components/Search/styled.ts","../src/tempIcons/SearchIcon.tsx","../src/components/Search/Search.tsx","../src/components/SegmentedControl/styled.ts","../src/components/SegmentedControl/SegmentedControl.tsx","../src/components/ShortcutKeys/styled.ts","../src/components/ShortcutKeys/utils.ts","../src/components/ShortcutKeys/ShortcutKeys.tsx","../src/components/SimpleTable/styled.ts","../src/components/SimpleTable/SimpleTable.tsx","../src/components/Skeleton/Skeleton.tsx","../src/components/Slider/styled.ts","../src/components/Slider/Slider.tsx","../src/components/Tag/Tag.ts","../src/components/ToastsLayout/components/styled.ts","../src/components/ToastsLayout/components/Toast.tsx","../src/tempIcons/MergeIcon.tsx","../src/components/ToastsLayout/ToastsLayout.tsx","../src/components/ToggleButton/styled.ts","../src/components/ToggleButton/ToggleButton.tsx","../src/components/UploadFile/styled.tsx","../src/components/UploadFile/constants.ts","../src/components/UploadFile/UploadGraphic.tsx","../src/components/UploadFile/components/UploadCopy/UploadCopy.tsx","../src/components/UploadFile/components/UploadFileErrors/UploadFileErrors.tsx","../src/components/UploadFile/components/UploadedFile/styled.ts","../src/components/UploadFile/components/UploadedFile/UploadedFile.tsx","../src/components/UploadFile/UploadFile.tsx","../src/components/UploadFile/utils/getFileSizeString/getFileSizeString.ts","../src/components/UploadFile/utils/getValidTypesString/getValidTypesString.ts","../src/components/UploadFile/utils/getTypePropForInputEl/getTypePropForInputEl.ts","../src/components/UploadFile/utils/setInputElFile/setInputElFile.ts","../src/components/VideoModal/components/styled.ts","../src/components/VideoModal/components/Popup.tsx","../src/components/VideoModal/styled.ts","../src/components/VideoModal/VideoModal.tsx","../src/components/View/types.ts","../src/components/View/styled.ts","../src/tempIcons/EditIcon.tsx","../src/components/View/View.tsx","../src/components/ViewTab/types.ts","../src/tempIcons/ThreeDotsIcon.tsx","../src/components/ViewTab/styled.ts","../src/components/ViewTab/ViewTab.tsx","../src/components/ViewsContainer/styled.ts","../src/components/ViewsContainer/hooks/useSetScrollPosition.ts","../src/components/ViewsContainer/utils.ts","../src/components/ViewsContainer/ViewsContainer.tsx","../src/components/WeightInput/styled.ts","../src/components/WeightInput/WeightInput.tsx","../src/components/WeightInput/types.ts"],"sourcesContent":["import styled from 'styled-components';\nexport const BaseContainer = styled.div.withConfig({ displayName: \"vui--BaseContainer\", componentId: \"vui--jtpszk\" }) `box-sizing:border-box;position:relative;margin:0;padding:0;`;\n//# sourceMappingURL=BaseContainer.js.map","const componentMap = {\n inputLabel: 'label',\n inputLabelSmall: 'label',\n headingSmall: 'h3',\n headingMedium: 'h3',\n headingLarge: 'h2',\n headingXL: 'h1',\n headingXXL: 'h1',\n // Deprecated, but quickfix for A11y.\n button: 'button',\n buttonSmall: 'button',\n};\nexport const getComponentOverride = (as, variant) => {\n if (as)\n return as;\n if (variant)\n return componentMap[variant];\n return undefined;\n};\n//# sourceMappingURL=utils.js.map","export const colors = {\n brand: {\n blue: {\n lightest: '#E4F0F9',\n light: '#93C6E8',\n base: '#4CA1D9',\n dark: '#3878A2',\n darkest: '#1A384B',\n },\n peach: {\n lightest: '#FDECE9',\n light: '#F8B2A9',\n base: '#F48070',\n dark: '#B65F53',\n darkest: '#562D27',\n },\n },\n neutral: {\n ink: {\n lightest: '#959FA8',\n light: '#637381',\n base: '#37424D',\n dark: '#1B2126',\n },\n grey: {\n lightest: '#FAFAFB',\n light: '#F2F3F5',\n base: '#DFE3E8',\n dark: '#CDD1D5',\n },\n greyBlue: {\n lightest: '#AAC5D8',\n light: '#558BB1',\n base: '#406885',\n dark: '#1E313E',\n },\n },\n secondary: {\n red: {\n lightest: '#FDEEEE',\n light: '#F7BCBC',\n base: '#EB5757',\n dark: '#A53D3D',\n darkest: '#5E2323',\n },\n yellow: {\n lightest: '#FFF6D9',\n light: '#FFE999',\n base: '#FFC900',\n dark: '#BF9600',\n darkest: '#594600',\n },\n green: {\n lightest: '#E9F7EF',\n light: '#BEE7CF',\n base: '#27AE60',\n dark: '#1B7A43',\n darkest: '#104626',\n },\n lime: {\n lightest: '#F6FAEB',\n light: '#DBEBAE',\n base: '#A5CD35',\n dark: '#7B9927',\n darkest: '#394712',\n },\n teal: {\n lightest: '#E5F8F5',\n light: '#99E5D7',\n base: '#00BD9A',\n dark: '#00715C',\n darkest: '#00392E',\n },\n aqua: {\n lightest: '#EEFAFE',\n light: '#BBEBFA',\n base: '#56CCF2',\n dark: '#3C8FA9',\n darkest: '#225261',\n },\n purple: {\n lightest: '#F6EFFC',\n light: '#D9C0F1',\n base: '#A162DD',\n dark: '#694090',\n darkest: '#38224D',\n },\n blue: {\n lightest: '#D9EBF8',\n light: '#80BCE8',\n base: '#0079D1',\n dark: '#005A9C',\n darkest: '#003053',\n },\n pink: {\n lightest: '#FFF1FC',\n light: '#FFC7F3',\n base: '#FFA3EB',\n dark: '#BF7AB0',\n darkest: '#593852',\n },\n orange: {\n lightest: '#FEF5ED',\n light: '#FAD6B7',\n base: '#F2994A',\n dark: '#9D6330',\n darkest: '#613D1E',\n },\n },\n system: {\n scrollbar: {\n thumb: 'rgba(99, 115, 129, .5)',\n background: 'transparent',\n },\n },\n};\n//# sourceMappingURL=colors.js.map","export const breakpoints = {\n mobile: '640px',\n tablet: '720px',\n lgTablet: '960px',\n desktop: '1280px',\n lgDesktop: '1440px',\n};\n//# sourceMappingURL=breakpoints.js.map","export const radius = {\n sm: '0.125rem',\n base: '0.25rem',\n md: '0.5rem',\n lg: '0.75rem',\n full: '50%',\n};\n//# sourceMappingURL=radius.js.map","export var Shadows;\n(function (Shadows) {\n Shadows[\"sm\"] = \"0px 1px 3px rgba(55, 66, 77, 0.15)\";\n Shadows[\"base\"] = \"0px 4px 6px rgba(27, 33, 38, 0.2)\";\n Shadows[\"md\"] = \"0px 10px 15px rgba(27, 33, 38, 0.2)\";\n Shadows[\"lg\"] = \"0px 20px 25px rgba(27, 33, 38, 0.2)\";\n})(Shadows || (Shadows = {}));\n//# sourceMappingURL=shadows.js.map","var SizeAlias;\n(function (SizeAlias) {\n SizeAlias[\"none\"] = \"none\";\n SizeAlias[\"line\"] = \"line\";\n SizeAlias[\"xs\"] = \"xs\";\n SizeAlias[\"sm\"] = \"sm\";\n SizeAlias[\"base\"] = \"base\";\n SizeAlias[\"md\"] = \"md\";\n SizeAlias[\"lg\"] = \"lg\";\n SizeAlias[\"xl\"] = \"xl\";\n SizeAlias[\"xxl\"] = \"xxl\";\n})(SizeAlias || (SizeAlias = {}));\nfunction buildSizeScale({ increment, unit, count }) {\n const sizes = {};\n /* eslint-disable-next-line no-plusplus */\n for (let i = 0; i <= count; i++) {\n const value = i * increment;\n sizes[i] = `${value}${unit}`;\n }\n return sizes;\n}\nexport const sizeScale = buildSizeScale({ increment: 0.25, unit: 'rem', count: 20 });\nexport const sizeAliases = {\n [SizeAlias.none]: '0',\n [SizeAlias.line]: '1px',\n [SizeAlias.xs]: sizeScale[1],\n [SizeAlias.sm]: sizeScale[2],\n [SizeAlias.base]: sizeScale[4],\n [SizeAlias.md]: sizeScale[6],\n [SizeAlias.lg]: sizeScale[8],\n [SizeAlias.xl]: sizeScale[12],\n [SizeAlias.xxl]: sizeScale[16],\n};\nexport const sizes = Object.assign(Object.assign({}, sizeAliases), sizeScale);\n//# sourceMappingURL=sizes.js.map","import { colors } from './colors';\nexport const common = {\n fontFamily: 'Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol',\n};\nexport const text = {\n headingXXL: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '40px',\n lineHeight: '56px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.022rem',\n },\n headingXL: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '28px',\n lineHeight: '40px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.02rem',\n },\n headingLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '24px',\n lineHeight: '32px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.019rem',\n },\n headingMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.017rem',\n },\n headingSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '16px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n headingTable: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n subheadingLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '-0.017rem',\n },\n subheadingMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n subheadingSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n subheadingSmallBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n body: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n bodySmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n bodyBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n bodyBoldDark: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.dark,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n bodySmallBold: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n button: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.secondary.blue.base,\n textDecoration: 'none',\n letterSpacing: '-0.011rem',\n },\n buttonSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.blue.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n linkLarge: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '20px',\n lineHeight: '28px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.017rem',\n },\n linkMedium: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '16px',\n lineHeight: '24px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.011rem',\n },\n link: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '-0.006rem',\n },\n linkSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.blue.base,\n textDecoration: 'underline',\n letterSpacing: '0',\n },\n inputLabel: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n inputLabelSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n hintText: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.light,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n placeholder: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n placeholderSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n placeholderCode: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0.5rem',\n },\n placeholderCodeSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 'normal',\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.neutral.ink.lightest,\n textDecoration: 'none',\n letterSpacing: '0.375rem',\n },\n error: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '14px',\n lineHeight: '20px',\n color: colors.secondary.red.base,\n textDecoration: 'none',\n letterSpacing: '-0.006rem',\n },\n errorSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.red.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n successSmall: {\n fontFamily: common.fontFamily,\n fontStyle: 'normal',\n fontWeight: 600,\n fontSize: '12px',\n lineHeight: '16px',\n color: colors.secondary.green.base,\n textDecoration: 'none',\n letterSpacing: '0',\n },\n};\n//# sourceMappingURL=text.js.map","import { colors } from './modules/colors';\nimport { breakpoints } from './modules/breakpoints';\nimport { layers } from './modules/layers';\nimport { radius } from './modules/radius';\nimport { Shadows } from './modules/shadows';\nimport { sizes } from './modules/sizes';\nimport { text, common } from './modules/text';\nexport const theme = Object.assign(Object.assign({}, common), { breakpoints,\n colors,\n layers,\n radius, shadows: Shadows, sizes,\n text });\n//# sourceMappingURL=index.js.map","export const layers = {\n base: 0,\n popup: 1000,\n modal: 2000,\n tooltip: 3000,\n};\n//# sourceMappingURL=layers.js.map","import styled from 'styled-components';\nimport { getComponentOverride } from './utils';\nimport { theme } from '../../theme';\nconst { text, colors, fontFamily } = theme;\nexport const Text = styled.span.attrs(({ as, variant }) => ({\n as: getComponentOverride(as, variant),\n})).withConfig({ displayName: \"vui--Text\", componentId: \"vui--p74sf8\" }) `box-sizing:border-box;display:inline-block;margin:0;padding:0;font-style:normal;font-weight:normal;font-size:12px;font-family:${fontFamily};line-height:16px;color:#37424d;${({ variant }) => (variant === 'button' || variant === 'buttonSmall') &&\n `\n cursor: pointer;\n background-color: transparent;\n border: 0;\n `} ${({ variant, muted = false }) => {\n if (!variant)\n return '';\n const color = muted ? colors.neutral.ink.lightest : text[variant].color;\n return `\n font-family: ${text[variant].fontFamily};\n font-style: ${text[variant].fontStyle};\n font-weight: ${text[variant].fontWeight};\n font-size: ${text[variant].fontSize};\n line-height: ${text[variant].lineHeight};\n color: ${color};\n text-decoration: ${text[variant].textDecoration};\n letter-spacing: ${text[variant].letterSpacing};\n `;\n}}`;\n//# sourceMappingURL=Text.js.map","import styled from 'styled-components';\nimport { motion } from 'framer-motion';\nimport { BaseContainer } from '../BaseContainer';\nimport { Text } from '../Text';\nimport { theme } from '../../theme';\nimport { sizes } from '../../theme/modules/sizes';\nconst TapBarChild = styled(BaseContainer).withConfig({ displayName: \"vui--TapBarChild\", componentId: \"vui--3ngcs3\" }) `display:flex;flex-direction:row;align-items:center;`;\nconst Left = styled(TapBarChild).withConfig({ displayName: \"vui--Left\", componentId: \"vui--sjvmul\" }) `svg{margin-right:12px;height:${sizes.base};width:${sizes.base};color:${({ glyphColor }) => glyphColor};}`;\nconst Right = styled(TapBarChild).withConfig({ displayName: \"vui--Right\", componentId: \"vui--1mm1lxm\" }) `justify-content:flex-end;flex-grow:2;`;\n/**\n * Due to unique behaviour observed in Safari, we override the outline property when\n * the accordion is focussed.\n */\nconst AccordionSummary = styled.summary.withConfig({ displayName: \"vui--AccordionSummary\", componentId: \"vui--1moens1\" }) `display:flex;flex-direction:column;padding:12px;border-radius:4px;user-select:none;cursor:pointer;border:1px solid ${theme.colors.neutral.grey.dark};:focus{outline:none;box-shadow:0 0 0 2px ${theme.colors.secondary.blue.light};}:active{box-shadow:0 0 0 2px ${theme.colors.secondary.blue.light};}`;\nconst Top = styled(BaseContainer).withConfig({ displayName: \"vui--Top\", componentId: \"vui--7euo6s\" }) `display:flex;flex-direction:row;align-items:center;height:16px;`;\nconst Description = styled(Text).withConfig({ displayName: \"vui--Description\", componentId: \"vui--1snn6nn\" }) `margin-top:8px;`;\nconst AccordionContent = styled(motion(BaseContainer)).withConfig({ displayName: \"vui--AccordionContent\", componentId: \"vui--to1g7a\" }) `margin-top:4px;background:rgba(217, 235, 248, 0.5);padding:10px 26px;`;\nconst AccordionDetails = styled.details.withConfig({ displayName: \"vui--AccordionDetails\", componentId: \"vui--g3berv\" }) `summary{list-style-type:none;::-webkit-details-marker{display:none;}}`;\nconst UnstyledAccordionContent = styled(motion(BaseContainer)).withConfig({ displayName: \"vui--UnstyledAccordionContent\", componentId: \"vui--59wczx\" }) ``;\nconst UnstyledAccordionSummary = styled.summary.withConfig({ displayName: \"vui--UnstyledAccordionSummary\", componentId: \"vui--fyolu6\" }) `&:focus{outline:none;box-shadow:0 0 0 2px ${theme.colors.secondary.blue.light};}`;\nexport { AccordionSummary, Top, Text, Left, Right, Description, AccordionDetails, AccordionContent, UnstyledAccordionContent, UnstyledAccordionSummary, };\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { sizes } from '../theme/modules/sizes';\nexport const UpArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", role: \"presentation\", height: sizes.md }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M4.91021 10.47L7.97021 7.4167L11.0302 10.47L11.9702 9.53003L7.97021 5.53003L3.97021 9.53003L4.91021 10.47Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=UpArrowIcon.js.map","import React, { useState } from 'react';\nimport { motion } from 'framer-motion';\nimport { Top, Text, Left, Right, Description, AccordionDetails, AccordionContent, AccordionSummary, UnstyledAccordionSummary, UnstyledAccordionContent, } from './styled';\nimport { colors } from '../../theme/modules/colors';\nimport { UpArrowIcon } from '../../tempIcons/UpArrowIcon';\nexport const Accordion = ({ className, children, label, iconSlot, glyphColor = colors.neutral.ink.lightest, timeout = 350, description, shouldOpenOnMount, variant = 'default', summaryTextVariant = 'body', }) => {\n const [shouldOpen, setShouldOpen] = useState(!!shouldOpenOnMount);\n const handleOpen = () => setShouldOpen(!shouldOpen);\n const FRAMER_MOTION_CONFIG = {\n initial: { opacity: 0 },\n exit: { opacity: 0 },\n animate: { opacity: 1 },\n transition: { from: 0, type: 'tween', duration: timeout / 1000 },\n };\n if (variant === 'unstyled') {\n return (React.createElement(AccordionDetails, { open: !!shouldOpenOnMount, className: className },\n React.createElement(UnstyledAccordionSummary, { onClick: handleOpen },\n React.createElement(Top, null,\n React.createElement(Left, { glyphColor: glyphColor },\n iconSlot,\n React.createElement(Text, { variant: summaryTextVariant }, label)),\n React.createElement(Right, null,\n React.createElement(motion.span, { animate: {\n rotate: shouldOpen ? 180 : 0,\n } },\n React.createElement(UpArrowIcon, { name: shouldOpen ? 'downArrow' : 'upArrow' })))),\n !!description && React.createElement(Description, { variant: \"hintText\" }, description)),\n shouldOpen && (React.createElement(UnstyledAccordionContent, Object.assign({}, FRAMER_MOTION_CONFIG), children))));\n }\n return (React.createElement(AccordionDetails, { open: !!shouldOpenOnMount, className: className },\n React.createElement(AccordionSummary, { onClick: handleOpen },\n React.createElement(Top, null,\n React.createElement(Left, { glyphColor: glyphColor },\n iconSlot,\n React.createElement(Text, { variant: summaryTextVariant }, label)),\n React.createElement(Right, null,\n React.createElement(motion.span, { animate: {\n rotate: shouldOpen ? 180 : 0,\n } },\n React.createElement(UpArrowIcon, { name: shouldOpen ? 'downArrow' : 'upArrow' })))),\n !!description && React.createElement(Description, { variant: \"hintText\" }, description)),\n shouldOpen && React.createElement(AccordionContent, Object.assign({}, FRAMER_MOTION_CONFIG), children)));\n};\n//# sourceMappingURL=Accordion.js.map","/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n function next() {\r\n while (env.stack.length) {\r\n var rec = env.stack.pop();\r\n try {\r\n var result = rec.dispose && rec.dispose.call(rec.value);\r\n if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n};\r\n","import React from 'react';\nexport const TailSpin = ({ width, height, className, color, label }) => (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 38 38\", xmlns: \"http://www.w3.org/2000/svg\", \"aria-label\": label },\n React.createElement(\"defs\", null,\n React.createElement(\"linearGradient\", { x1: \"8.042%\", y1: \"0%\", x2: \"65.682%\", y2: \"23.865%\", id: \"a\" },\n React.createElement(\"stop\", { stopColor: color, stopOpacity: \"0\", offset: \"0%\" }),\n React.createElement(\"stop\", { stopColor: color, stopOpacity: \".631\", offset: \"63.146%\" }),\n React.createElement(\"stop\", { stopColor: color, offset: \"100%\" }))),\n React.createElement(\"g\", { fill: \"none\", fillRule: \"evenodd\" },\n React.createElement(\"g\", { transform: \"translate(1 1)\" },\n React.createElement(\"path\", { d: \"M36 18c0-9.94-8.06-18-18-18\", id: \"Oval-2\", stroke: color, strokeWidth: \"2\" },\n React.createElement(\"animateTransform\", { attributeName: \"transform\", type: \"rotate\", from: \"0 18 18\", to: \"360 18 18\", dur: \"0.9s\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { fill: \"#fff\", cx: \"36\", cy: \"18\", r: \"1\" },\n React.createElement(\"animateTransform\", { attributeName: \"transform\", type: \"rotate\", from: \"0 18 18\", to: \"360 18 18\", dur: \"0.9s\", repeatCount: \"indefinite\" }))))));\n//# sourceMappingURL=TailSpin.js.map","import React from 'react';\nexport const Grid = ({ width, height, className, color, label }) => (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 105 105\", fill: color, \"aria-label\": label },\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"0s\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"100ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"300ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"600ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"12.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"800ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"52.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"400ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"12.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"700ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"52.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"500ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"92.5\", cy: \"92.5\", r: \"12.5\" },\n React.createElement(\"animate\", { attributeName: \"fill-opacity\", begin: \"200ms\", dur: \"1s\", values: \"1;.2;1\", calcMode: \"linear\", repeatCount: \"indefinite\" }))));\n//# sourceMappingURL=Grid.js.map","import React from 'react';\nexport const ThreeDots = ({ width, height, className, color, label }) => (React.createElement(\"svg\", { width: width, height: height, className: className, viewBox: \"0 0 120 30\", xmlns: \"http://www.w3.org/2000/svg\", fill: color, \"aria-label\": label },\n React.createElement(\"circle\", { cx: \"15\", cy: \"15\", r: \"15\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"15\", to: \"15\", begin: \"0s\", dur: \"0.8s\", values: \"15;9;15\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"1\", to: \"1\", begin: \"0s\", dur: \"0.8s\", values: \"1;.5;1\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"60\", cy: \"15\", r: \"9\", attributeName: \"fillOpacity\", from: \"1\", to: \"0.3\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"9\", to: \"9\", begin: \"0s\", dur: \"0.8s\", values: \"9;15;9\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"0.5\", to: \"0.5\", begin: \"0s\", dur: \"0.8s\", values: \".5;1;.5\", calcMode: \"linear\", repeatCount: \"indefinite\" })),\n React.createElement(\"circle\", { cx: \"105\", cy: \"15\", r: \"15\" },\n React.createElement(\"animate\", { attributeName: \"r\", from: \"15\", to: \"15\", begin: \"0s\", dur: \"0.8s\", values: \"15;9;15\", calcMode: \"linear\", repeatCount: \"indefinite\" }),\n React.createElement(\"animate\", { attributeName: \"fillOpacity\", from: \"1\", to: \"1\", begin: \"0s\", dur: \"0.8s\", values: \"1;.5;1\", calcMode: \"linear\", repeatCount: \"indefinite\" }))));\n//# sourceMappingURL=ThreeDots.js.map","import React from 'react';\nimport { TailSpin } from './TailSpin';\nimport { Grid } from './Grid';\nimport { ThreeDots } from './ThreeDots';\nexport const Loader = ({ className, height = 24, width = 24, color = '#588CB0', type = 'TailSpin', }) => {\n switch (type) {\n case 'Grid': {\n return React.createElement(Grid, { className: className, height: height, width: width, color: color });\n }\n case 'ThreeDots': {\n return React.createElement(ThreeDots, { className: className, height: height, width: width, color: color });\n }\n case 'TailSpin':\n default: {\n return React.createElement(TailSpin, { className: className, height: height, width: width, color: color });\n }\n }\n};\n//# sourceMappingURL=Loader.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { sizes } from '../../../theme/modules/sizes';\nexport const MainContent = styled.span.withConfig({ displayName: \"vui--MainContent\", componentId: \"vui--exbqdz\" }) `display:inline-flex;align-items:center;gap:${({ hasText }) => (hasText ? '8px' : '4px')};${({ $loading }) => ($loading ? 'opacity: 0;' : null)};svg{width:${({ size }) => sizes[size]};height:${({ size }) => sizes[size]};}`;\nconst BaseButton = styled.button.withConfig({ displayName: \"vui--BaseButton\", componentId: \"vui--nvz516\" }) `position:relative;box-sizing:border-box;appearance:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:${theme.fontFamily};font-weight:400;border:1px solid;background-color:transparent;white-space:nowrap;${(props) => {\n let height = '40px';\n let paddingLeft = '24px';\n let paddingRight = '24px';\n let borderRadius = '8px';\n let fontSize = '16px';\n let outlineWidth = '4px';\n if (props.hasIcon) {\n paddingLeft = '16px';\n }\n if (props.hasDropdown) {\n paddingRight = '16px';\n }\n if (props.size === 'sm') {\n height = '32px';\n paddingLeft = '16px';\n paddingRight = '16px';\n borderRadius = '4px';\n fontSize = '14px';\n outlineWidth = '2px';\n if (props.hasIcon) {\n paddingLeft = '8px';\n }\n if (props.hasDropdown) {\n paddingRight = '8px';\n }\n }\n if (!props.hasText) {\n paddingLeft = '8px';\n paddingRight = '8px';\n }\n return `\n --outline-width: ${outlineWidth};\n\n height: ${height};\n padding-left: ${paddingLeft};\n padding-right: ${paddingRight};\n border-radius: ${borderRadius};\n font-size: ${fontSize};\n line-height: ${fontSize};\n `;\n}} &:hover{cursor:pointer;}&:disabled{pointer-events:none;cursor:unset !important;}`;\nexport const DefaultButton = styled(BaseButton).withConfig({ displayName: \"vui--DefaultButton\", componentId: \"vui--1xzjfje\" }) `border-color:${theme.colors.neutral.grey.dark};background-color:white;box-shadow:0 1px 3px rgba(55, 66, 77, 0.15);color:${({ hasText }) => hasText ? theme.colors.neutral.ink.base : theme.colors.secondary.blue.base};&:hover{background-color:${theme.colors.neutral.grey.lightest};}&:active{background-color:${theme.colors.neutral.grey.lightest};border-color:${theme.colors.secondary.blue.base};box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};}&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};outline:0;}&:disabled{box-shadow:none !important;background-color:${theme.colors.neutral.grey.base} !important;border-color:${theme.colors.neutral.grey.base} !important;color:${theme.colors.neutral.ink.light} !important;}`;\nexport const DefaultDestructiveButton = styled(DefaultButton).withConfig({ displayName: \"vui--DefaultDestructiveButton\", componentId: \"vui--1ixaf03\" }) `color:${theme.colors.secondary.red.base};&:hover{color:${theme.colors.secondary.red.dark};}&:active{border-color:${theme.colors.secondary.red.base};box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.red.light};color:${theme.colors.secondary.red.dark};}&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.red.light};}`;\nexport const PrimaryButton = styled(DefaultButton).withConfig({ displayName: \"vui--PrimaryButton\", componentId: \"vui--16w0ufk\" }) `background-color:${theme.colors.secondary.blue.base};border-color:${theme.colors.secondary.blue.base};color:white;&:hover{background-color:${theme.colors.secondary.blue.dark};border-color:${theme.colors.secondary.blue.dark};}&:active{background-color:${theme.colors.secondary.blue.dark};border-color:${theme.colors.secondary.blue.dark};box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};}&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};}`;\nexport const PrimaryDestructiveButton = styled(PrimaryButton).withConfig({ displayName: \"vui--PrimaryDestructiveButton\", componentId: \"vui--1w3lv3r\" }) `background-color:${theme.colors.secondary.red.base};border-color:${theme.colors.secondary.red.base};color:white;&:hover{background-color:${theme.colors.secondary.red.dark};border-color:${theme.colors.secondary.red.dark};}&:active{background-color:${theme.colors.secondary.red.dark};border-color:${theme.colors.secondary.red.dark};box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.red.light};}&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.red.light};}`;\nexport const FlatButton = styled(BaseButton).withConfig({ displayName: \"vui--FlatButton\", componentId: \"vui--fqczse\" }) `border-color:transparent;box-shadow:none;color:${theme.colors.neutral.ink.base};&:hover{background-color:${theme.colors.neutral.grey.light};}&:active{background-color:${theme.colors.neutral.grey.light};box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};}&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};outline:0;}&:disabled{background-color:transparent;border-color:transparent;}`;\nexport const UnstyledButton = styled.button.withConfig({ displayName: \"vui--UnstyledButton\", componentId: \"vui--1fxilc\" }) `appearance:none;border:0;background-color:transparent;padding:0;font:inherit;&:hover{cursor:pointer;}`;\nexport const LinkButton = styled(UnstyledButton).withConfig({ displayName: \"vui--LinkButton\", componentId: \"vui--z932nb\" }) `display:inline-flex;flex-direction:row;align-items:center;font-family:${theme.text.link.fontFamily};font-size:${theme.text.link.fontSize};line-height:${theme.text.link.fontSize};font-weight:${theme.text.link.fontWeight};line-height:${theme.text.link.lineHeight};text-decoration:${theme.text.link.textDecoration};color:${theme.colors.secondary.blue.base};&:hover{color:${theme.colors.secondary.blue.dark};}& > * + *{margin-left:${theme.sizes.xs};}&:focus-visible{outline:0;box-shadow:0 0 0 4px white,0 0 0 8px ${theme.colors.secondary.blue.light};border-radius:4px;}`;\nexport const LoadingWrapper = styled.div.withConfig({ displayName: \"vui--LoadingWrapper\", componentId: \"vui--1qt232p\" }) `position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;margin-left:0;`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nexport const DropdownIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M4 6L8 10L12 6H4Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=DropdownIcon.js.map","import { __rest } from \"tslib\";\nimport React, { forwardRef } from 'react';\nimport { Loader } from '../Loader';\nimport { DefaultButton, DefaultDestructiveButton, PrimaryButton, PrimaryDestructiveButton, FlatButton, LinkButton, UnstyledButton, LoadingWrapper, MainContent, } from './components/styled';\nimport { DropdownIcon } from '../../tempIcons/DropdownIcon';\nconst variantMap = {\n default: DefaultButton,\n primary: PrimaryButton,\n destructive: DefaultDestructiveButton,\n primaryDestructive: PrimaryDestructiveButton,\n flat: FlatButton,\n link: LinkButton,\n unstyled: UnstyledButton,\n};\nexport const Button = forwardRef((_a, ref) => {\n var { className, children, icon, variant = 'default', size = 'base', dropdown = false, loading = false } = _a, otherProps = __rest(_a, [\"className\", \"children\", \"icon\", \"variant\", \"size\", \"dropdown\", \"loading\"]);\n if (variant === 'unstyled') {\n return (React.createElement(UnstyledButton, Object.assign({ ref: ref, className: className }, otherProps), children));\n }\n const VariantButton = variantMap[variant];\n const hasChildren = children !== undefined;\n const hasIcon = !!icon;\n return (React.createElement(VariantButton, Object.assign({ ref: ref, className: className, size: size, hasText: hasChildren, hasIcon: hasIcon, hasDropdown: dropdown }, otherProps),\n (hasChildren || hasIcon) && (React.createElement(MainContent, { \"$loading\": loading, hasText: !!children, size: children || size === 'sm' ? 'base' : 'md' },\n icon && icon,\n children !== undefined && children,\n dropdown && React.createElement(DropdownIcon, null))),\n loading && (React.createElement(LoadingWrapper, null,\n React.createElement(Loader, null)))));\n});\n//# sourceMappingURL=Button.js.map","import styled from 'styled-components';\nimport { sizes } from '../../theme/modules/sizes';\nexport const Header = styled.header.withConfig({ displayName: \"vui--Header\", componentId: \"vui--oa1a54\" }) `padding-top:${sizes.md};padding-right:${sizes.md};padding-left:${sizes.md};margin-bottom:${sizes.md};& > * + *{margin-top:${sizes.xs};}`;\nexport const HeaderGrid = styled.div.withConfig({ displayName: \"vui--HeaderGrid\", componentId: \"vui--129vg5d\" }) `/*${sizes.base}*/display:flex;justify-content:flex-end;align-items:center;& > *:first-child{flex:1;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { sizes } from '../theme/modules/sizes';\nexport const DownArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", role: \"presentation\", height: sizes.md }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11.0302 5.52997L7.97021 8.5833L4.91021 5.52997L3.97021 6.46997L7.97021 10.47L11.9702 6.46997L11.0302 5.52997Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=DownArrowIcon.js.map","import React from 'react';\nexport const CrossIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", role: \"presentation\", height: 24, width: 24 }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M19 6.51071L17.4893 5L11.5 10.9893L5.51071 5L4 6.51071L9.98929 12.5L4 18.4893L5.51071 20L11.5 14.0107L17.4893 20L19 18.4893L13.0107 12.5L19 6.51071Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=CrossIcon.js.map","import React from 'react';\nimport { Text } from '../Text';\nimport { Button } from '../Button';\nimport { Header, HeaderGrid } from './styled';\nimport { DownArrowIcon } from '../../tempIcons/DownArrowIcon';\nimport { UpArrowIcon } from '../../tempIcons/UpArrowIcon';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nexport const CardHeader = ({ id, title, subtitle, headerVariant = 'headingSmall', action, ActionSlot, isCollapsed, onClickCollapse, onClickClose, }) => (React.createElement(Header, null,\n React.createElement(HeaderGrid, null,\n React.createElement(Text, { id: id, variant: headerVariant }, title),\n action && (React.createElement(Button, { variant: \"link\", onClick: action.onClick }, action.title)),\n ActionSlot,\n onClickCollapse && (React.createElement(Button, { variant: \"flat\", icon: isCollapsed ? React.createElement(DownArrowIcon, null) : React.createElement(UpArrowIcon, null), onClick: onClickCollapse })),\n onClickClose && (React.createElement(Button, { variant: \"flat\", icon: React.createElement(CrossIcon, null), onClick: onClickClose, \"aria-label\": \"Close\" }))),\n subtitle && React.createElement(Text, { variant: \"subheadingSmall\" }, subtitle)));\n//# sourceMappingURL=CardHeader.js.map","import styled from 'styled-components';\nimport { motion } from 'framer-motion';\nimport { Shadows } from '../../theme/modules/shadows';\nimport { colors } from '../../theme/modules/colors';\nimport { sizes } from '../../theme/modules/sizes';\nimport { radius } from '../../theme/modules/radius';\nimport { text } from '../../theme/modules/text';\nconst { grey } = colors.neutral;\nconst elevationShadowMap = {\n 0: 'none',\n 1: Shadows.sm,\n 2: Shadows.base,\n 3: Shadows.md,\n 4: Shadows.lg,\n};\nconst accents = {\n info: colors.secondary.blue.base,\n success: colors.secondary.green.base,\n error: colors.secondary.red.base,\n};\nexport const Footer = styled.footer.withConfig({ displayName: \"vui--Footer\", componentId: \"vui--livrdi\" }) `margin-top:${sizes.base};padding:${sizes.md};z-index:2;`;\nexport const Section = styled.section.withConfig({ displayName: \"vui--Section\", componentId: \"vui--z99ese\" }) `padding-right:${sizes.md};padding-left:${sizes.md};margin-top:${sizes.md};margin-bottom:${sizes.md};font-family:${text.body.fontFamily};font-size:${text.body.fontSize};font-weight:${text.body.fontWeight};line-height:${text.body.lineHeight};color:${text.body.color};& + &{border-top:${sizes.line} solid ${grey.base};padding-top:${sizes.md};}`;\nexport const FullBleed = styled.div.withConfig({ displayName: \"vui--FullBleed\", componentId: \"vui--1lgjeo7\" }) `margin-left:-${sizes.md};margin-right:-${sizes.md};`;\nexport const Body = styled(motion.div).withConfig({ displayName: \"vui--Body\", componentId: \"vui--pfgeh3\" }) `overflow-y:hidden;&:not(:first-child)> ${Section}:first-child{margin-top:0;}`;\nexport const Surface = styled.div.withConfig({ displayName: \"vui--Surface\", componentId: \"vui--g1wpqa\" }) `position:relative;width:100%;background-color:white;border:${sizes.line} solid ${grey.base};box-shadow:${(props) => props.elevation !== undefined ? elevationShadowMap[props.elevation] : Shadows.sm};border-radius:${radius.md};overflow:hidden;box-sizing:border-box;${({ accent }) => accent &&\n `\n &::after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: ${sizes.xs};\n background-color: ${accents[accent]};\n }\n `}`;\n//# sourceMappingURL=styled.js.map","import React, { useState } from 'react';\nimport { CardHeader } from '../CardHeader';\nimport { Surface, Body, FullBleed, Footer, Section } from './styled';\nconst collapseAnimationVariants = {\n expanded: { height: 'auto' },\n collapsed: { height: 0 },\n};\nexport const Card = ({ className, style, title, subtitle, HeaderActionSlot, action, collapsable, elevation, accent, children, onClose, renderFooter, }) => {\n const [isCollapsed, setIsCollapsed] = useState(false);\n const toggleCollapsed = () => {\n setIsCollapsed(!isCollapsed);\n };\n const headerMarkup = title && (React.createElement(CardHeader, { title: title, subtitle: subtitle, ActionSlot: HeaderActionSlot, action: action, onClickClose: onClose, isCollapsed: isCollapsed, onClickCollapse: collapsable ? toggleCollapsed : undefined }));\n const showBody = (collapsable && !isCollapsed) || !collapsable;\n const bodyMarkup = (React.createElement(Body, { animate: showBody ? 'expanded' : 'collapsed', variants: collapseAnimationVariants, transition: { duration: 0.3, ease: 'easeOut' } },\n React.createElement(Section, null, children)));\n const footerMarkup = renderFooter !== undefined && React.createElement(Footer, null, renderFooter());\n return (React.createElement(Surface, { className: className, style: style, elevation: elevation, accent: accent },\n headerMarkup,\n bodyMarkup,\n footerMarkup));\n};\nCard.Surface = Surface;\nCard.Section = Section;\nCard.FullBleed = FullBleed;\nCard.Footer = Footer;\n//# sourceMappingURL=Card.js.map","import styled from 'styled-components';\nimport { motion } from 'framer-motion';\nimport { theme } from '../../theme';\nimport { Card } from '../Card';\nexport const DropdownContainer = styled(motion(Card.Surface)).withConfig({ displayName: \"vui--DropdownContainer\", componentId: \"vui--1yrw4mw\" }) `display:inline-flex;flex-direction:column;overflow:hidden;background-color:white;box-shadow:1px 4px 15px ${theme.colors.neutral.grey.base};border-radius:${theme.radius.base};padding:${theme.sizes.base};`;\n//# sourceMappingURL=styled.js.map","import { uid } from 'uid/secure';\nexport const generateId = (prefix) => {\n const randomId = uid();\n if (!prefix)\n return randomId;\n return `${prefix}-${randomId}`;\n};\n//# sourceMappingURL=generateId.js.map","import { PureComponent } from 'react';\nimport { createPortal } from 'react-dom';\nimport { generateId } from '../../utils/generateId';\n/**\n * The portal component renders content on the document `body` unless `rootElementRef` is passed.\n */\nexport class Portal extends PureComponent {\n constructor(props) {\n super(props);\n this.id = generateId('portal');\n this.portalNode = null;\n this.state = {\n isMounted: false,\n };\n }\n componentDidMount() {\n const { rootElementRef } = this.props;\n this.portalNode = document.createElement('div');\n this.portalNode.setAttribute('id', `portal-${this.id}`);\n this.portalNode.style.cssText = 'position: absolute; top: 0; left: 0;';\n if (rootElementRef) {\n rootElementRef === null || rootElementRef === void 0 ? void 0 : rootElementRef.appendChild(this.portalNode);\n }\n else {\n document.body.appendChild(this.portalNode);\n }\n this.setState({ isMounted: true });\n }\n componentWillUnmount() {\n if (this.portalNode) {\n const { rootElementRef } = this.props;\n if (rootElementRef) {\n rootElementRef.removeChild(this.portalNode);\n }\n else {\n document.body.removeChild(this.portalNode);\n }\n }\n }\n render() {\n const { children } = this.props;\n const { isMounted } = this.state;\n return this.portalNode && isMounted ? createPortal(children, this.portalNode) : null;\n }\n}\n//# sourceMappingURL=Portal.js.map","import styled from 'styled-components';\nexport const PopoverDialog = styled.dialog.withConfig({ displayName: \"vui--PopoverDialog\", componentId: \"vui--kmoo2l\" }) `z-index:${({ zIndex }) => zIndex + 1};padding:0;margin:0;border:none;background:transparent;`;\nexport const Backdrop = styled.div.withConfig({ displayName: \"vui--Backdrop\", componentId: \"vui--9esryp\" }) `position:fixed;top:0;right:0;bottom:0;left:0;z-index:${({ zIndex }) => zIndex};`;\n//# sourceMappingURL=styled.js.map","export const buildClassnames = (names) => names.filter(Boolean).join(' ');\n//# sourceMappingURL=buildClassnames.js.map","/**\n * A function to convert hex color to rgb.\n */\nexport const hexToRgb = (hex) => {\n const shorthandRegex = /^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;\n const hexTmp = hex.replace(shorthandRegex, (m, r, g, b) => r + r + g + g + b + b);\n const result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hexTmp);\n return result\n ? {\n r: parseInt(result[1], 16),\n g: parseInt(result[2], 16),\n b: parseInt(result[3], 16),\n }\n : null;\n};\n/**\n * A function to get a hex color with opacity, after converting to `rgba`.\n * @param hex color in hex format\n */\nexport const getOpaqueHexColor = (hex, opacity) => {\n const rgb = hexToRgb(hex);\n if (!rgb)\n return hex;\n return `rgba(${rgb.r}, ${rgb.g}, ${rgb.b}, ${opacity})`;\n};\n//# sourceMappingURL=color.js.map","export const defaultAllowedHostnames = ['app.veeqo.com'];\n/**\n * Check if a URL/path string is an external link\n * @param {string} urlOrPath - URL or path\n * @param {string[]} allowedHostnames - List of allowed hostnames - default: ['app.veeqo.com']\n\n * @returns {Boolean}\n */\nexport function isExternalLink(urlOrPath, allowedHostnames = defaultAllowedHostnames) {\n // Check if the string starts with 'http://' or 'https://'\n if (urlOrPath.startsWith('http://') || urlOrPath.startsWith('https://')) {\n const { hostname: urlHostname } = new URL(urlOrPath);\n // Compare the hostname to a list of allowed hostnames\n return !allowedHostnames.some((hostname) => urlHostname.toLowerCase() === hostname.toLowerCase());\n }\n // Check if the string starts with '//'\n if (urlOrPath.startsWith('//')) {\n const { hostname } = new URL(`http:${urlOrPath}`);\n // Compare the hostname to a list of allowed hostnames (case-insensitive)\n return !allowedHostnames.some((allowedHostname) => hostname.toLowerCase() === allowedHostname.toLowerCase());\n }\n // It's a partial path, consider it internal\n return false;\n}\n//# sourceMappingURL=isExternalLink.js.map","/* eslint-disable no-console */\n/* eslint-disable consistent-return */\nimport { useEffect } from 'react';\n/**\n * Update the anchor element to sent the required attributes if they haven't already set them.\n *\n * This allows current, inaccesible usages to be improved.\n */\nexport const useUpdateAriaAnchor = ({ anchorElement, popoverId }) => {\n useEffect(() => {\n if (!anchorElement)\n return;\n // Try and set aria-expanded on the anchor.\n try {\n if (!anchorElement.hasAttribute('aria-expanded')) {\n console.warn('Popover - aria-expanded not set on anchor element.', anchorElement);\n anchorElement.setAttribute('aria-expanded', 'true');\n }\n }\n catch (_) {\n console.warn(`Unable to update aria-expanded for popover anchor to: ${true}`);\n }\n // Try and set aria controls, unless it already exists.\n try {\n if (!anchorElement.hasAttribute('aria-controls')) {\n console.warn('Popover - aria-controls not set on anchor element.', anchorElement);\n anchorElement.setAttribute('aria-controls', popoverId);\n }\n }\n catch (_) {\n console.warn(`Unable to set aria-controls for popover id: ${popoverId}`);\n }\n // Try and set aria-haspopup, unless it already exists.\n try {\n if (!anchorElement.hasAttribute('aria-haspopup')) {\n console.warn('Popover - aria-haspopup not set on anchor element.', anchorElement);\n anchorElement.setAttribute('aria-haspopup', 'dialog');\n }\n }\n catch (_) {\n console.warn(`Unable to set aria-haspopup for popover id: ${popoverId}`);\n }\n // On unmount set aria-expanded to false\n return () => {\n try {\n anchorElement.setAttribute('aria-expanded', 'false');\n }\n catch (_) {\n console.warn(`Unable to update aria-expanded for popover anchor to: ${false}`);\n }\n };\n }, [anchorElement, popoverId]);\n};\n//# sourceMappingURL=useUpdateAriaAnchor.js.map","import { useEffect } from 'react';\nconst TABBABLE_SELECTORS = 'input:not([disabled]), summary:not([disabled]), a[href]:not([disabled]), button:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex=\"-1\"]):not([disabled])';\nexport const useHandleFocus = ({ popperElement, anchorElement, onClose, disableFocusLock = false, }) => {\n /**\n * Focuses first element, when this gets rendered for the first time.\n */\n useEffect(() => {\n if (!popperElement || disableFocusLock)\n return;\n const focusableElements = popperElement.querySelectorAll(TABBABLE_SELECTORS);\n if (focusableElements.length < 1)\n return;\n setTimeout(() => {\n focusableElements[0].focus();\n }, 0);\n }, [popperElement, disableFocusLock]);\n /**\n * Sets up tabbing into the popover.\n *\n * When the popover is open (pre-requisite for this being ran), and the user clicks `TAB`\n * then the tab should move **into** the popover, instead of the natural tab order.\n */\n useEffect(() => {\n if (!popperElement || !popperElement)\n return;\n const focusWithinPopper = (event) => {\n if (event.key === 'Tab' && !event.shiftKey) {\n const focusableElements = popperElement.querySelectorAll(TABBABLE_SELECTORS);\n // When nothing is focusable within the popover, close popover and allow natural tab order.\n if (focusableElements.length < 1) {\n onClose();\n return;\n }\n focusableElements[0].focus();\n event.stopPropagation();\n event.preventDefault();\n }\n };\n // When tab occurs on ref focus, if focusable elements in popover focus first.\n anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.addEventListener('keydown', focusWithinPopper);\n // eslint-disable-next-line consistent-return\n return () => anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.removeEventListener('keydown', focusWithinPopper);\n }, [anchorElement, popperElement, onClose]);\n /**\n * Creates focus trap within the popover itself. Stopping users tabbing back to outside the\n * popover, or forward past the last scrollable element within.\n */\n const handleFocusTrap = (event) => {\n const focusableElements = popperElement.querySelectorAll(TABBABLE_SELECTORS);\n const firstElement = focusableElements[0];\n const lastElement = focusableElements[focusableElements.length - 1];\n // If shift tabbing (BACK) and on the first element, loop to last element.\n if (event.shiftKey && document.activeElement === firstElement) {\n event.preventDefault();\n lastElement.focus();\n // If tabbing (FORWARD) and on the last element, loop to first element.\n }\n else if (!event.shiftKey && document.activeElement === lastElement) {\n event.preventDefault();\n firstElement.focus();\n }\n };\n const handleKeyDown = (event) => {\n if (!popperElement)\n return;\n // Handle escape\n if (event.key === 'Escape') {\n onClose();\n // Check we should enforce focus trap.\n }\n else if (!disableFocusLock && event.key === 'Tab') {\n handleFocusTrap(event);\n }\n };\n return {\n handleKeyDown,\n };\n};\n//# sourceMappingURL=useHandleFocus.js.map","import { __rest } from \"tslib\";\n/* eslint-disable consistent-return */\nimport React, { useState, useEffect, useMemo } from 'react';\nimport { usePopper } from 'react-popper';\nimport ResizeObserver from 'resize-observer-polyfill';\nimport { Portal } from '../Portal';\nimport { theme } from '../../theme';\nimport { PopoverDialog, Backdrop } from './styled';\nimport { generateId } from '../../utils';\nimport { useUpdateAriaAnchor } from './hooks/useUpdateAriaAnchor';\nimport { useHandleFocus } from './hooks/useHandleFocus';\nexport const Popover = (_a) => {\n var { id: passedId, children, zIndex = theme.layers.popup, placement = 'bottom', anchorElement, rootElementRef, onShouldClose, style, disableFocusLock, removeBackdrop = false, useAnchorWidth } = _a, dialogProps = __rest(_a, [\"id\", \"children\", \"zIndex\", \"placement\", \"anchorElement\", \"rootElementRef\", \"onShouldClose\", \"style\", \"disableFocusLock\", \"removeBackdrop\", \"useAnchorWidth\"]);\n // Set up PopperJS\n const [popperElement, setPopperElement] = useState(null);\n const { styles, attributes, update } = usePopper(anchorElement, popperElement, { placement });\n // Setup popover id to use passed, or generate its' own.\n const id = useMemo(() => passedId || generateId('popover'), [passedId]);\n // Check and update aria for anchor, only works once this has rendered for the first time though.\n useUpdateAriaAnchor({ anchorElement, popoverId: id });\n const onClose = () => {\n anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.focus();\n onShouldClose === null || onShouldClose === void 0 ? void 0 : onShouldClose();\n };\n const { handleKeyDown } = useHandleFocus({\n popperElement,\n anchorElement,\n onClose,\n disableFocusLock,\n });\n /**\n * When content size is changed, force popper update\n */\n useEffect(() => {\n if (!update || !popperElement)\n return;\n const resizeObserver = new ResizeObserver(update);\n resizeObserver.observe(popperElement);\n return () => resizeObserver.disconnect();\n }, [update, popperElement]);\n /**\n * When window is resized, force popper update\n */\n useEffect(() => {\n if (!update)\n return;\n window.addEventListener('resize', update);\n return () => window.removeEventListener('resize', update);\n }, [update]);\n return (React.createElement(Portal, { rootElementRef: rootElementRef },\n !removeBackdrop && (React.createElement(Backdrop, { onClick: onClose, zIndex: zIndex, \"data-testid\": \"popover-backdrop\" })),\n React.createElement(PopoverDialog, Object.assign({ open: true, id: id, zIndex: zIndex, ref: setPopperElement, style: Object.assign(Object.assign(Object.assign({}, styles.popper), style), (useAnchorWidth ? { minWidth: anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.clientWidth } : {})), onKeyDown: handleKeyDown }, attributes.popper, dialogProps), children)));\n};\n//# sourceMappingURL=Popover.js.map","import { __rest } from \"tslib\";\nimport React, { useEffect } from 'react';\nimport { AnimatePresence } from 'framer-motion';\nimport { DropdownContainer } from './styled';\nimport { Popover } from '../Popover';\nexport const DropdownPopover = (_a) => {\n var { id, children, className, style, reversed, anchorElement, useAnchorWidth, onShouldClose } = _a, popoverProps = __rest(_a, [\"id\", \"children\", \"className\", \"style\", \"reversed\", \"anchorElement\", \"useAnchorWidth\", \"onShouldClose\"]);\n useEffect(() => () => anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.focus(), [anchorElement]); // Re-focus anchor when closed.\n return (React.createElement(Popover, Object.assign({ id: id, \"data-testid\": id, anchorElement: anchorElement, onShouldClose: onShouldClose, useAnchorWidth: useAnchorWidth, placement: \"bottom-start\" }, popoverProps),\n React.createElement(AnimatePresence, null,\n React.createElement(DropdownContainer, { className: className, style: style, useAnchorWidth: useAnchorWidth, reversed: reversed, initial: { opacity: 0, y: -6 }, animate: { opacity: 1, y: 0 }, exit: { opacity: 0, y: -6 }, transition: { duration: 0.2 } }, children))));\n};\n//# sourceMappingURL=DropdownPopover.js.map","import { __rest } from \"tslib\";\nimport React, { useRef } from 'react';\nimport { Button } from '../Button';\nimport { DropdownPopover } from './DropdownPopover';\nexport const Dropdown = (_a) => {\n var { id, shouldShow, setShouldShow, ctaIconSlot, ctaProps } = _a, dropdownProps = __rest(_a, [\"id\", \"shouldShow\", \"setShouldShow\", \"ctaIconSlot\", \"ctaProps\"]);\n const anchorRef = useRef(null);\n return (React.createElement(React.Fragment, null,\n React.createElement(Button, Object.assign({ ref: anchorRef, \"aria-haspopup\": \"dialog\", \"aria-expanded\": shouldShow, \"aria-controls\": id, onClick: () => setShouldShow === null || setShouldShow === void 0 ? void 0 : setShouldShow(!shouldShow), icon: ctaIconSlot, dropdown: true }, ctaProps)),\n shouldShow && (React.createElement(DropdownPopover, Object.assign({ id: id, anchorElement: anchorRef.current, onShouldClose: () => setShouldShow === null || setShouldShow === void 0 ? void 0 : setShouldShow(false) }, dropdownProps)))));\n};\n//# sourceMappingURL=Dropdown.js.map","import { useCallback, useEffect, useRef } from 'react';\n/**\n * Close a menu or modal by clicking out of it\n */\nexport const useClickOutside = (isOpen, onClose) => {\n const ref = useRef(null);\n const escapeListener = useCallback((e) => {\n if (e.key === 'Escape') {\n onClose === null || onClose === void 0 ? void 0 : onClose();\n }\n }, [onClose]);\n const clickListener = useCallback((e) => {\n if (!ref.current.contains(e.target)) {\n onClose === null || onClose === void 0 ? void 0 : onClose();\n }\n }, [onClose]);\n useEffect(() => {\n if (isOpen) {\n document.addEventListener('click', clickListener);\n document.addEventListener('keyup', escapeListener);\n return () => {\n document.removeEventListener('click', clickListener);\n document.removeEventListener('keyup', escapeListener);\n };\n }\n return undefined;\n }, [clickListener, escapeListener, isOpen]);\n return ref;\n};\n//# sourceMappingURL=useClickOutside.js.map","import { useState, useEffect } from 'react';\nexport const useDebounce = (value, timeout) => {\n const [state, setState] = useState(value);\n useEffect(() => {\n // Set timeout to run after delay\n const handler = setTimeout(() => setState(value), timeout);\n // clear the setTimeout listener on unMount\n return () => clearTimeout(handler);\n }, [value, timeout]);\n return state;\n};\n//# sourceMappingURL=useDebounce.js.map","import { useState, useCallback } from 'react';\nexport const useDropdown = ({ anchorElement } = {}) => {\n const [shouldShowDropdown, setShouldShowDropdown] = useState(false);\n const toggleShouldShowDropdown = useCallback(() => setShouldShowDropdown(!shouldShowDropdown), [shouldShowDropdown, setShouldShowDropdown]);\n const closeDropdown = useCallback(() => {\n setShouldShowDropdown(false);\n // Refocus anchor element after closing dropdown.\n setTimeout(() => {\n anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.focus();\n }, 0);\n }, [setShouldShowDropdown, anchorElement]);\n return {\n shouldShowDropdown,\n toggleShouldShowDropdown,\n setShouldShowDropdown,\n closeDropdown,\n };\n};\n//# sourceMappingURL=useDropdown.js.map","import React, { useEffect, useState } from 'react';\n// A React hook based on: https://github.com/WICG/focus-visible\nexport const FocusVisibleContext = React.createContext({\n hadKeyboardEvent: true,\n isInitialized: false,\n});\nexport function FocusVisibleManager({ children }) {\n const [hadKeyboardEvent, setHadKeyboardEvent] = useState(true);\n useEffect(() => {\n function onPointerDown() {\n setHadKeyboardEvent(false);\n }\n /**\n * When the polfyill first loads, assume the user is in keyboard modality.\n * If any event is received from a pointing device (e.g. mouse, pointer,\n * touch), turn off keyboard modality.\n * This accounts for situations where focus enters the page from the URL bar.\n * @param {Event} e\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n function onInitialPointerMove(e) {\n // Work around a Safari quirk that fires a mousemove on <html> whenever the\n // window blurs, even if you're tabbing out of the page. ¯\\_(ツ)_/¯\n if (e.target.nodeName && e.target.nodeName.toLowerCase() === 'html') {\n return;\n }\n setHadKeyboardEvent(false);\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n removeInitialPointerMoveListeners();\n }\n /**\n * Add a group of listeners to detect usage of any pointing devices.\n * These listeners will be added when the polyfill first loads, and anytime\n * the window is blurred, so that they are active when the window regains\n * focus.\n */\n function addInitialPointerMoveListeners() {\n document.addEventListener('mousemove', onInitialPointerMove);\n document.addEventListener('mousedown', onInitialPointerMove);\n document.addEventListener('mouseup', onInitialPointerMove);\n document.addEventListener('pointermove', onInitialPointerMove);\n document.addEventListener('pointerdown', onInitialPointerMove);\n document.addEventListener('pointerup', onInitialPointerMove);\n document.addEventListener('touchmove', onInitialPointerMove);\n document.addEventListener('touchstart', onInitialPointerMove);\n document.addEventListener('touchend', onInitialPointerMove);\n }\n function removeInitialPointerMoveListeners() {\n document.removeEventListener('mousemove', onInitialPointerMove);\n document.removeEventListener('mousedown', onInitialPointerMove);\n document.removeEventListener('mouseup', onInitialPointerMove);\n document.removeEventListener('pointermove', onInitialPointerMove);\n document.removeEventListener('pointerdown', onInitialPointerMove);\n document.removeEventListener('pointerup', onInitialPointerMove);\n document.removeEventListener('touchmove', onInitialPointerMove);\n document.removeEventListener('touchstart', onInitialPointerMove);\n document.removeEventListener('touchend', onInitialPointerMove);\n }\n /**\n * If the most recent user interaction was via the keyboard;\n * and the key press did not include a meta, alt/option, or control key;\n * then the modality is keyboard. Otherwise, the modality is not keyboard.\n * Apply `focus-visible` to any current active element and keep track\n * of our keyboard modality state with `hadKeyboardEvent`.\n * @param {KeyboardEvent} e\n */\n function onKeyDown(e) {\n if (e.metaKey || e.altKey || e.ctrlKey) {\n return;\n }\n setHadKeyboardEvent(true);\n }\n /**\n * If the user changes tabs, keep track of whether or not the previously\n * focused element had .focus-visible.\n * @param {Event} e\n */\n function onVisibilityChange() {\n if (document.visibilityState === 'hidden') {\n // If the tab becomes active again, the browser will handle calling focus\n // on the element (Safari actually calls it twice).\n // If this tab change caused a blur on an element with focus-visible,\n // re-apply the class when the user switches back to the tab.\n setHadKeyboardEvent(true);\n addInitialPointerMoveListeners();\n }\n }\n // For some kinds of state, we are interested in changes at the global scope\n // only. For example, global pointer input, global key presses and global\n // visibility change should affect the state at every scope:\n document.addEventListener('keydown', onKeyDown, true);\n document.addEventListener('mousedown', onPointerDown, true);\n document.addEventListener('pointerdown', onPointerDown, true);\n document.addEventListener('touchstart', onPointerDown, true);\n document.addEventListener('visibilitychange', onVisibilityChange, true);\n addInitialPointerMoveListeners();\n return () => {\n document.removeEventListener('keydown', onKeyDown, true);\n document.removeEventListener('mousedown', onPointerDown, true);\n document.removeEventListener('pointerdown', onPointerDown, true);\n document.removeEventListener('touchstart', onPointerDown, true);\n document.removeEventListener('visibilitychange', onVisibilityChange, true);\n removeInitialPointerMoveListeners();\n };\n }, [setHadKeyboardEvent]);\n return (\n // eslint-disable-next-line react/jsx-no-constructed-context-values\n React.createElement(FocusVisibleContext.Provider, { value: { hadKeyboardEvent, isInitialized: true } }, children));\n}\nexport function useFocusVisible() {\n const [isFocused, setIsFocused] = React.useState(false);\n const { hadKeyboardEvent, isInitialized } = React.useContext(FocusVisibleContext);\n const onFocus = React.useCallback(() => {\n if (!isFocused)\n setIsFocused(true);\n }, [isFocused]);\n const onBlur = React.useCallback(() => {\n if (isFocused)\n setIsFocused(false);\n }, [isFocused]);\n let focusVisible;\n if (isInitialized) {\n focusVisible = hadKeyboardEvent && isFocused;\n }\n else {\n // Fallback to focused when the `FocusVisibleManager` is not used.\n focusVisible = isFocused;\n }\n return React.useMemo(() => ({\n focusVisible,\n onFocus,\n onBlur,\n }), [focusVisible, onBlur, onFocus]);\n}\n//# sourceMappingURL=useFocusVisible.js.map","import { useState, useCallback } from 'react';\nexport const useHover = (initialState = false) => {\n const [isHovered, setIsHovered] = useState(initialState);\n const handleEnter = useCallback(() => setIsHovered(true), [setIsHovered]);\n const handleLeave = useCallback(() => setIsHovered(false), [setIsHovered]);\n return [isHovered, handleEnter, handleLeave];\n};\n//# sourceMappingURL=useHover.js.map","import { useEffect, useState } from 'react';\n/**\n * A hook to check if a component's contents are overflowing from its boundaries\n * (scrollbar is visible).\n */\nexport const useIsOverflowing = (ref) => {\n const [isOverflowing, setIsOverflowing] = useState(false);\n const [isAtBottom, setIsAtBottom] = useState(false);\n useEffect(() => {\n if (!ref)\n return;\n const resizeObserver = new ResizeObserver(() => {\n const hasOverflow = ref.scrollHeight > ref.clientHeight;\n setIsOverflowing(hasOverflow);\n });\n resizeObserver.observe(ref);\n // eslint-disable-next-line consistent-return\n return () => { resizeObserver.disconnect(); };\n }, [ref]);\n const onScroll = (event) => {\n if (!ref)\n return;\n const { scrollTop, scrollHeight, clientHeight } = event.target;\n setIsAtBottom(scrollHeight - scrollTop - clientHeight <= 0);\n };\n return { isOverflowing: isOverflowing && !isAtBottom, onScroll };\n};\n//# sourceMappingURL=useIsOverflowing.js.map","import { useState } from 'react';\nexport const useTabs = (tabs, config) => {\n const { defaultActiveIndex = 0 } = config || {};\n const [listOfTabs] = useState(tabs);\n const [active, setActive] = useState(listOfTabs[defaultActiveIndex]);\n return [\n active,\n (key) => {\n const newActiveTab = listOfTabs.find((tab) => tab.key === key);\n if (newActiveTab) {\n setActive(newActiveTab);\n }\n },\n ];\n};\n//# sourceMappingURL=useTabs.js.map","import { useMemo } from 'react';\nimport { generateId } from '../utils';\nexport const useId = ({ id, prefix }) => useMemo(() => id || generateId(prefix), [id, prefix]);\n//# sourceMappingURL=useId.js.map","export const getTextStyles = (textTheme) => `\n font-family: ${textTheme.fontFamily};\n font-style: ${textTheme.fontStyle};\n font-weight: ${textTheme.fontWeight};\n font-size: ${textTheme.fontSize};\n line-height: ${textTheme.lineHeight};\n color: ${textTheme.color};\n text-decoration: ${textTheme.textDecoration};\n letter-spacing: ${textTheme.letterSpacing};\n`;\n/**\n * Replaces all words with the first three letter of that word. All numbers are left alone.\n *\n * @example \"January 2023\" => \"Jan 2023\"\n */\nexport const trimMonths = (dateString) => dateString.replace(/\\b(\\w{1,3})(\\w*)\\b/g, (entireMatch, group) => {\n if (/\\d/.test(entireMatch))\n return entireMatch; // Move on if numbers are in word.\n return group; // Just return first 3 letters otherwise.\n});\n//# sourceMappingURL=utils.js.map","import { MenuItem as AriaMenuItem, Section as AriaSection } from 'react-aria-components';\nimport styled from 'styled-components';\nimport { theme } from '../../theme';\nimport { getTextStyles } from '../RangeCalendar/components/utils';\nexport const MenuItem = styled(AriaMenuItem).withConfig({ displayName: \"vui--MenuItem\", componentId: \"vui--1vhrzmz\" }) `display:grid;grid-template-areas:'label''description';cursor:pointer;margin:${theme.sizes.xs};padding:${theme.sizes.sm};border-radius:${theme.radius.base};outline:0;&:is(a){${getTextStyles(theme.text.link)}}&:is(div){${getTextStyles(theme.text.body)}}white-space:nowrap;&[data-focused]{color:${theme.colors.secondary.blue.base};box-shadow:0 0 0 4px ${theme.colors.secondary.blue.light};}&[data-hovered]{background-color:${theme.colors.neutral.grey.light};}&[data-disabled]{cursor:not-allowed;background-color:${theme.colors.neutral.grey.lightest};color:${theme.colors.neutral.ink.light};}[slot='label']{grid-area:label;}[slot='description']{grid-area:description;color:${theme.colors.neutral.ink.light};font-size:12px;}`;\nexport const Section = styled(AriaSection).withConfig({ displayName: \"vui--Section\", componentId: \"vui--1lpesff\" }) `&:not(:first-child){margin-top:0.5rem;border-top:1px solid ${theme.colors.neutral.grey.base};padding-top:0.5rem;}`;\n//# sourceMappingURL=styled.js.map","import React, { useState } from 'react';\nimport { Menu, Text } from 'react-aria-components';\nimport { Dropdown } from '../Dropdown';\nimport { useId } from '../../hooks';\nimport { MenuItem, Section } from './styled';\nexport const ActionMenu = ({ id, menuLabel, ctaProps, actions, children }) => {\n var _a;\n const [shouldShow, setShouldShow] = useState(false);\n const idComputed = useId({ id, prefix: 'action-menu' });\n const onKeyDown = (e) => {\n if (e.code === 'Escape' || e.code === 'Tab')\n setShouldShow(false);\n e.preventDefault();\n };\n return (React.createElement(Dropdown, { id: idComputed, style: { padding: '0' }, shouldShow: shouldShow, setShouldShow: setShouldShow, ctaProps: Object.assign({ size: 'sm' }, ctaProps), useAnchorWidth: true, onKeyDown: onKeyDown },\n React.createElement(Menu, { onClose: () => setShouldShow(false), \"aria-label\": menuLabel || ((_a = ctaProps.children) === null || _a === void 0 ? void 0 : _a.toString()) }, actions === null || actions === void 0 ? void 0 :\n actions.map((action) => {\n var _a;\n return (React.createElement(MenuItem, Object.assign({}, action, { key: action.id || ((_a = action.children) === null || _a === void 0 ? void 0 : _a.toString()) })));\n }),\n children)));\n};\nActionMenu.Item = MenuItem;\nActionMenu.Section = Section;\nActionMenu.Text = Text;\n//# sourceMappingURL=ActionMenu.js.map","export var Alignments;\n(function (Alignments) {\n Alignments[\"start\"] = \"flex-start\";\n Alignments[\"center\"] = \"center\";\n Alignments[\"end\"] = \"flex-end\";\n Alignments[\"stretch\"] = \"stretch\";\n Alignments[\"between\"] = \"space-between\";\n Alignments[\"around\"] = \"space-around\";\n})(Alignments || (Alignments = {}));\n//# sourceMappingURL=Alignments.js.map","import styled from 'styled-components';\nimport { Alignments } from './Alignments';\nimport { theme } from '../../theme';\n/**\n * Layout component.\n */\nexport const Stack = styled.div.withConfig({ displayName: \"vui--Stack\", componentId: \"vui--1mxdupo\" }) `display:flex;${(props) => {\n const { direction = 'vertical', alignX = 'start', alignY = 'start', spacing = 'base' } = props;\n let alignItems;\n let justifyContent;\n let flexDirection;\n let itemFlex;\n let marginTop = '';\n let marginLeft = '';\n if (direction === 'vertical') {\n alignItems = alignX && Alignments[alignX];\n justifyContent = alignY && Alignments[alignY];\n marginTop = theme.sizes[spacing];\n flexDirection = 'column';\n }\n else {\n alignItems = alignY && Alignments[alignY];\n justifyContent = alignX && Alignments[alignX];\n marginLeft = theme.sizes[spacing];\n flexDirection = 'row';\n }\n // These options result in 'justify-content: stretch' which doesn't exist,\n // so instead we set the flex of child elements\n if ((direction === 'vertical' && alignY === 'stretch') ||\n (direction === 'horizontal' && alignX === 'stretch')) {\n itemFlex = 1;\n }\n return `\n align-items: ${alignItems};\n justify-content: ${justifyContent};\n flex-direction: ${flexDirection};\n\n & > * {\n flex: ${itemFlex};\n }\n\n & > * + * {\n margin-top: ${marginTop};\n margin-left: ${marginLeft};\n }\n `;\n}}`;\nStack.displayName = 'Stack';\n//# sourceMappingURL=Stack.js.map","import styled from 'styled-components';\nimport { Stack } from '../Stack';\nimport { theme } from '../../theme';\nexport const AlertContainer = styled(Stack).attrs({\n direction: 'horizontal',\n alignX: 'between',\n alignY: 'top',\n spacing: 0,\n}).withConfig({ displayName: \"vui--AlertContainer\", componentId: \"vui--u8ngai\" }) `border:1px solid ${({ colours: { primary } }) => primary};border-radius:${theme.radius.base};background-color:${({ colours: { background } }) => background};`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nexport const AttentionIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11 15H13V17H11V15ZM11 7H13V13H11V7ZM11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=AttentionIcon.js.map","import React from 'react';\nexport const HelpIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11 18H13V16H11V18ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=HelpIcon.js.map","import React from 'react';\nexport const InfoIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12Z\", fill: \"currentColor\" }),\n React.createElement(\"circle\", { cx: \"12\", cy: \"7\", r: \"1\", fill: \"currentColor\" }),\n React.createElement(\"path\", { d: \"M10 16H11V11H10V10H13V16H14V17H10V16Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=InfoIcon.js.map","import React from 'react';\nexport const SuccessIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM14.7708 8L10.0856 13.2468L8.22925 11.1679L7 12.5445L10.0856 16L16 9.37661L14.7708 8ZM20.1818 12C20.1818 16.5187 16.5187 20.1818 12 20.1818C7.48131 20.1818 3.81818 16.5187 3.81818 12C3.81818 7.48131 7.48131 3.81818 12 3.81818C16.5187 3.81818 20.1818 7.48131 20.1818 12Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=SuccessIcon.js.map","import { AttentionIcon } from '../../tempIcons/AttentionIcon';\nimport { HelpIcon } from '../../tempIcons/HelpIcon';\nimport { InfoIcon } from '../../tempIcons/InfoIcon';\nimport { RecommendIcon } from '../../tempIcons/RecommendIcon';\nimport { SuccessIcon } from '../../tempIcons/SuccessIcon';\nimport { WarningIcon } from '../../tempIcons/WarningIcon';\nimport { theme } from '../../theme';\nexport const SpacingMap = {\n base: theme.sizes.base,\n sm: theme.sizes[3],\n xs: theme.sizes.sm,\n};\nexport const IconSizeMap = {\n base: theme.sizes.md,\n sm: theme.sizes[5],\n xs: theme.sizes[5],\n};\nexport const IconMap = {\n default: InfoIcon,\n error: AttentionIcon,\n success: SuccessIcon,\n info: HelpIcon,\n warning: WarningIcon,\n recommend: RecommendIcon,\n};\nexport const ColourMap = {\n default: {\n primary: theme.colors.neutral.ink.base,\n background: theme.colors.neutral.grey.lightest,\n },\n error: {\n primary: theme.colors.secondary.red.base,\n background: theme.colors.secondary.red.lightest,\n },\n success: {\n primary: theme.colors.secondary.green.base,\n background: theme.colors.secondary.green.lightest,\n },\n info: {\n primary: theme.colors.secondary.blue.base,\n background: theme.colors.secondary.blue.lightest,\n },\n warning: {\n primary: theme.colors.secondary.orange.base,\n background: theme.colors.secondary.orange.lightest,\n },\n recommend: {\n primary: theme.colors.secondary.purple.dark,\n background: theme.colors.secondary.purple.lightest,\n },\n};\n//# sourceMappingURL=constants.js.map","import React from 'react';\nexport const WarningIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"currentColor\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M0 0h24v24H0z\", fill: \"none\" }),\n React.createElement(\"path\", { d: \"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z\" })));\n//# sourceMappingURL=WarningIcon.js.map","import React from 'react';\nexport const RecommendIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 22 22\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M18 8L19.25 5.25L22 4L19.25 2.75L18 0L16.75 2.75L14 4L16.75 5.25L18 8Z\", fill: \"#694090\" }),\n React.createElement(\"path\", { d: \"M18 14L16.75 16.75L14 18L16.75 19.25L18 22L19.25 19.25L22 18L19.25 16.75L18 14Z\", fill: \"#694090\" }),\n React.createElement(\"path\", { d: \"M10.5 8.5L8 3L5.5 8.5L0 11L5.5 13.5L8 19L10.5 13.5L16 11L10.5 8.5ZM8.99 11.99L8 14.17L7.01 11.99L4.83 11L7.01 10.01L8 7.83L8.99 10.01L11.17 11L8.99 11.99Z\", fill: \"#694090\" })));\n//# sourceMappingURL=RecommendIcon.js.map","import { __rest } from \"tslib\";\n/* eslint-disable react/destructuring-assignment */\nimport React from 'react';\nimport { AlertContainer } from './styled';\nimport { ColourMap, IconMap, IconSizeMap, SpacingMap } from './constants';\nimport { Text } from '../Text';\nimport { theme } from '../../theme';\nimport { Stack } from '../Stack';\nimport { Button } from '../Button';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nexport const Alert = (_a) => {\n var { size = 'base', variant = 'default', colours: passedColours, rightActions, title, titleSlot, message, children, iconSlot, onClickClose } = _a, divProps = __rest(_a, [\"size\", \"variant\", \"colours\", \"rightActions\", \"title\", \"titleSlot\", \"message\", \"children\", \"iconSlot\", \"onClickClose\"]);\n const colours = passedColours !== null && passedColours !== void 0 ? passedColours : ColourMap[variant];\n const IconSlot = iconSlot || IconMap[variant];\n const isXsSize = size === 'xs';\n return (React.createElement(AlertContainer, Object.assign({ colours: colours, direction: \"horizontal\", alignX: \"between\", spacing: \"0\" }, divProps),\n React.createElement(Stack, { direction: \"horizontal\", alignY: isXsSize ? 'center' : 'start', style: { margin: SpacingMap[size], gap: SpacingMap[size] }, spacing: 0 },\n React.createElement(IconSlot, { \"aria-hidden\": true, style: {\n minWidth: IconSizeMap[size],\n minHeight: IconSizeMap[size],\n width: IconSizeMap[size],\n height: IconSizeMap[size],\n }, color: colours.primary }),\n React.createElement(Stack, { direction: \"vertical\", spacing: isXsSize ? 0 : 'xs' },\n titleSlot || (React.createElement(Text, { variant: isXsSize ? 'bodySmallBold' : 'bodyBold', style: size === 'base' ? { lineHeight: '24px' } : {} }, title)),\n children || React.createElement(Text, { variant: isXsSize ? 'bodySmall' : 'body' }, message))),\n React.createElement(Stack, { direction: \"horizontal\", alignX: \"end\", spacing: 0, style: {\n margin: isXsSize ? undefined : theme.sizes[3],\n gap: isXsSize ? undefined : SpacingMap[size],\n alignItems: 'center',\n } },\n rightActions && (React.createElement(Stack, { alignY: \"center\", spacing: 0, style: { gap: SpacingMap[size] } }, rightActions.map((_a) => {\n var { label } = _a, actionProps = __rest(_a, [\"label\"]);\n return (React.createElement(Button, Object.assign({ key: label, type: \"button\", size: \"sm\" }, actionProps), label));\n }))),\n onClickClose && (React.createElement(Stack, { alignY: isXsSize ? 'center' : 'start', style: { height: '100%', padding: isXsSize ? theme.sizes.xs : undefined } },\n React.createElement(Button, { variant: \"flat\", icon: React.createElement(CrossIcon, null), onClick: onClickClose, \"aria-label\": \"Close\", size: \"sm\" }))))));\n};\n//# sourceMappingURL=Alert.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nexport const CommonAnchor = styled.a.withConfig({ displayName: \"vui--CommonAnchor\", componentId: \"vui--14i39s8\" }) `box-sizing:border-box;display:inline-flex;margin:0;padding:0;font-family:${theme.text.link.fontFamily};font-style:${theme.text.link.fontStyle};font-weight:${theme.text.link.fontWeight};font-size:${theme.text.link.fontSize};line-height:${theme.text.link.lineHeight};color:${theme.colors.secondary.blue.base};text-decoration:${theme.text.link.textDecoration};&:hover{color:${theme.colors.secondary.blue.dark};}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { CommonAnchor } from './styled';\nimport { defaultAllowedHostnames, isExternalLink } from '../../utils/isExternalLink';\nexport const Anchor = (_a) => {\n var { children, href, rel, allowedHostnames = defaultAllowedHostnames } = _a, props = __rest(_a, [\"children\", \"href\", \"rel\", \"allowedHostnames\"]);\n // Determine if the link is external based on the allowed hostnames\n const isExternal = isExternalLink(href, allowedHostnames);\n // Set default rel property for external links\n const setDefaultRelValue = rel || (isExternal ? 'noopener noreferrer' : undefined);\n return (React.createElement(CommonAnchor, Object.assign({ href: href, rel: setDefaultRelValue }, props), children));\n};\n//# sourceMappingURL=Anchor.js.map","import styled from 'styled-components';\nimport { BaseContainer } from '../../BaseContainer/BaseContainer';\nexport const Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--r1m0qe\" }) `display:inline-flex;background-color:#ffffff;box-shadow:1px 4px 15px rgba(27, 33, 38, 0.25);border-radius:4px;overflow:hidden;`;\n//# sourceMappingURL=styled.js.map","import React, { forwardRef } from 'react';\nimport { Container } from './styled';\nexport const BasicDropdown = forwardRef((props, ref) => {\n const { children, className, role } = props;\n return (React.createElement(Container, { className: className, ref: ref, role: role }, children));\n});\n//# sourceMappingURL=BasicDropdown.js.map","import styled from 'styled-components';\nimport { BasicDropdown } from './components/BasicDropdown';\nimport { BaseContainer as BasicContainer } from '../BaseContainer/BaseContainer';\nimport { theme } from '../../theme';\nconst Container = styled(BasicContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--q4276w\" }) `display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;`;\nconst Wrap = styled(BasicContainer).withConfig({ displayName: \"vui--Wrap\", componentId: \"vui--cfebb1\" }) `display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-width:100%;`;\nconst Dropdown = styled(BasicDropdown).withConfig({ displayName: \"vui--Dropdown\", componentId: \"vui--u4w0zl\" }) `flex-direction:column;position:absolute;z-index:${theme.layers.popup};${(props) => (props.reversed ? 'bottom: 8px;' : 'top: 6px;')} &.dropdown-enter{opacity:0;transform:translateY(-6px);}&.dropdown-enter-active{opacity:1;transition:all 200ms;transform:translateY(0px);}&.dropdown-exit{opacity:1;transform:translateY(0px);}&.dropdown-exit-active{opacity:0;transition:all 200ms;transform:translateY(-6px);}`;\nexport { Wrap, Dropdown, Container };\n//# sourceMappingURL=styled.js.map","import React, { useRef } from 'react';\nimport { CSSTransition } from 'react-transition-group';\nimport { Wrap, Dropdown, Container } from './styled';\nimport { useClickAway } from './hooks/useClickAway';\nexport const AnimatedDropdown = ({ cta, shouldShowDropdown, children, className = 'animated-dropdown', reversed = false, onClickAway = () => { }, timeout = 350, transitionClassnames = 'dropdown', onClick, onMouseEnter, onMouseLeave, }) => {\n const dropdownRef = useRef(null);\n useClickAway(dropdownRef, (event) => {\n if (shouldShowDropdown) {\n onClickAway(event);\n }\n });\n return (React.createElement(Container, { className: `${className}-container ${className}`, onClick: onClick, onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, ref: dropdownRef },\n !reversed && cta,\n React.createElement(Wrap, { className: `${className}-wrap ${className}` },\n React.createElement(CSSTransition, { in: shouldShowDropdown, timeout: timeout, classNames: transitionClassnames, unmountOnExit: true },\n React.createElement(Dropdown, { role: \"dialog\", reversed: reversed, className: `${className}-basic-dropdown ${className}` }, children))),\n reversed && cta));\n};\n//# sourceMappingURL=AnimatedDropdown.js.map","import { useEffect } from 'react';\nexport const useClickAway = (ref, onClickAway) => {\n useEffect(() => {\n const handleClickAway = (event) => {\n if (ref.current && !ref.current.contains(event.target)) {\n onClickAway(event);\n }\n };\n document.addEventListener('mousedown', handleClickAway);\n return () => {\n document.removeEventListener('mousedown', handleClickAway);\n };\n }, [ref, onClickAway]);\n};\n//# sourceMappingURL=useClickAway.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nexport const AvatarSC = styled.div.withConfig({ displayName: \"vui--AvatarSC\", componentId: \"vui--1gxc5tv\" }) `width:${(props) => props.width};height:${(props) => props.width};border:3px solid ${theme.colors.neutral.grey.base};color:${(props) => props.textColor};background-color:${(props) => props.bgColor};cursor:pointer;border-radius:50%;display:flex;justify-content:center;align-items:center;background-size:cover;span{font-family:${theme.text.bodySmallBold.fontFamily};font-weight:${theme.text.bodySmallBold.fontWeight};font-size:${theme.text.bodySmallBold.fontSize};line-height:${theme.text.bodySmallBold.lineHeight};}`;\n//# sourceMappingURL=styled.js.map","/* eslint-disable react/no-array-index-key */\nimport React from 'react';\nimport { theme } from '../../theme';\nimport { AvatarSC } from './styled';\nexport const Avatar = ({ width = '40px', name = 'Veeqo', bgColor = theme.colors.secondary.blue.base, textColor = '#ffffff', }) => {\n const userInitials = name.toUpperCase().match(/\\b(\\w)/g);\n return (React.createElement(AvatarSC, { width: width, bgColor: bgColor, textColor: textColor, className: \"avatar\" }, userInitials === null || userInitials === void 0 ? void 0 : userInitials.slice(0, 2).map((initial, i) => React.createElement(\"span\", { key: `${initial}-${i}` }, initial))));\n};\n//# sourceMappingURL=Avatar.js.map","import styled from 'styled-components';\nimport { Text } from '../../Text';\nimport { theme } from '../../../theme';\nconst Container = styled.div.withConfig({ displayName: \"vui--Container\", componentId: \"vui--1exlfc5\" }) `display:inline-block;`;\nconst Hoverable = styled(Container).withConfig({ displayName: \"vui--Hoverable\", componentId: \"vui--up3fpq\" }) ``;\nconst TooltipText = styled(Text).withConfig({ displayName: \"vui--TooltipText\", componentId: \"vui--gpqzg1\" }) `color:${theme.colors.neutral.grey.lightest};white-space:pre-line;overflow-wrap:break-word;display:inline;`;\nconst Triangle = styled.div.withConfig({ displayName: \"vui--Triangle\", componentId: \"vui--1f7lcs5\" }) `background-color:#333;height:16px;width:16px;position:absolute;transform:rotate(45deg);z-index:12;`;\nconst Tip = styled.div.withConfig({ displayName: \"vui--Tip\", componentId: \"vui--143ip1u\" }) `transition:${({ duration }) => `opacity ${duration}ms`};&.tip-enter{opacity:0;}&.tip-enter-active{opacity:1;}&[data-popper-placement^='top-start'] > #veeqo-components-triangle{left:8px;bottom:0px;}&[data-popper-placement^='top-end'] > #veeqo-components-triangle{right:8px;bottom:0px;}&[data-popper-placement^='bottom-start'] > #veeqo-components-triangle{left:8px;top:-4px;}&[data-popper-placement^='bottom-end'] > #veeqo-components-triangle{right:8px;top:-4px;}`;\nconst Wrap = styled(Container).withConfig({ displayName: \"vui--Wrap\", componentId: \"vui--e33d0s\" }) `font-size:14px;overflow:hidden;padding:16px 20px;border-radius:4px;box-shadow:0 6px 1em -0.5em rgba(0, 0, 0, 0.35);background:#333;color:#fff;z-index:10;min-width:${({ tipMinWidth }) => tipMinWidth}px;max-width:${({ tipMaxWidth }) => tipMaxWidth}px;`;\nexport { Container, TooltipText, Tip, Hoverable, Wrap, Triangle };\n//# sourceMappingURL=styled.js.map","export var Sides;\n(function (Sides) {\n Sides[\"BOTTOM\"] = \"bottom\";\n Sides[\"TOP\"] = \"top\";\n})(Sides || (Sides = {}));\n//# sourceMappingURL=types.js.map","import React, { useState } from 'react';\nimport { usePopper } from 'react-popper';\nimport { Tip, TooltipText, Triangle, Wrap } from './styled';\nimport { Sides } from '../types';\nimport { theme } from '../../../theme';\nconst defaultConfig = {\n duration: 400,\n side: Sides.TOP,\n triangleOffset: 8,\n tipMinWidth: 60,\n tipMaxWidth: 340,\n};\nexport const TooltipPopover = ({ content, text, hoverableElement, config, reversed, withTriangle, classNames, }) => {\n const [popperElement, setPopperElement] = useState(null);\n const usedConfig = Object.assign(Object.assign({}, defaultConfig), config);\n const { duration, side, triangleOffset, tipMinWidth, tipMaxWidth } = usedConfig;\n const { styles, attributes } = usePopper(hoverableElement, popperElement, {\n placement: `${side}-${reversed ? 'end' : 'start'}`,\n modifiers: [\n {\n name: 'offset',\n options: {\n offset: [0, 10],\n },\n },\n ],\n });\n const tooltipStyles = Object.assign(Object.assign({}, styles.popper), { zIndex: theme.layers.tooltip });\n return (React.createElement(Tip, Object.assign({ className: classNames.tip, ref: setPopperElement, duration: duration, triangleOffsetSize: triangleOffset, style: tooltipStyles }, attributes.popper, { role: \"tooltip\" }),\n React.createElement(Wrap, { className: classNames.wrap, tipMinWidth: tipMinWidth, tipMaxWidth: tipMaxWidth }, content !== null && content !== void 0 ? content : React.createElement(TooltipText, null, text)),\n withTriangle && React.createElement(Triangle, { id: \"veeqo-components-triangle\", className: classNames.triangle })));\n};\n//# sourceMappingURL=TooltipPopover.js.map","import React, { useState } from 'react';\nimport ReactDOM from 'react-dom';\nimport { Container, Hoverable } from './components/styled';\nimport { TooltipPopover } from './components/TooltipPopover';\nexport const Tooltip = ({ children, text, content, config, reversed = false, className, withTriangle, initialShouldShow = false, useReactPortal = true, }) => {\n const [shouldShow, setShouldShow] = useState(initialShouldShow);\n const [hoverableElement, setHoverableElement] = useState(null);\n const hasText = text ? text.trim().length > 0 : false;\n const classNames = {\n container: className && `${className} ${className}-container`,\n tip: className && `${className}-tip`,\n wrap: className && `${className}-wrap`,\n triangle: className && `${className}-triangle`,\n hoverable: className && `${className}-hoverable`,\n };\n const hasContent = !!(content || hasText);\n if (!hasContent)\n return children;\n const show = () => setShouldShow(true);\n const hide = () => setShouldShow(false);\n const tooltipMarkup = shouldShow && hasContent && (React.createElement(TooltipPopover, { classNames: classNames, hoverableElement: hoverableElement, config: config, reversed: reversed, withTriangle: withTriangle, text: text, content: content }));\n return (React.createElement(Container, { className: classNames.container },\n useReactPortal ? ReactDOM.createPortal(tooltipMarkup, document.body) : tooltipMarkup,\n React.createElement(Hoverable, { ref: setHoverableElement, className: classNames.hoverable, onMouseEnter: show, onMouseLeave: hide }, children)));\n};\n//# sourceMappingURL=Tooltip.js.map","import styled from 'styled-components';\nimport { BaseContainer } from '../BaseContainer';\nimport { text } from '../../theme/modules/text';\nimport { colors } from '../../theme/modules/colors';\nimport { sizes } from '../../theme/modules/sizes';\nconst BaseBadge = styled(BaseContainer).withConfig({ displayName: \"vui--BaseBadge\", componentId: \"vui--1l3fzu\" }) `display:inline-flex;align-items:center;vertical-align:middle;gap:4px;padding:0.35em 0.65em;font-family:${text.bodySmall.fontFamily};font-weight:${text.bodySmall.fontWeight};font-size:75%;line-height:16px;border-radius:0.75rem;border:${(props) => (props.hideBorder ? 'none' : '1px solid transparent')};cursor:default;svg{width:${sizes.base};height:${sizes.base};}`;\nexport const DefaultBadge = styled(BaseBadge).withConfig({ displayName: \"vui--DefaultBadge\", componentId: \"vui--rwc6j0\" }) `background-color:inherit;border-color:${colors.secondary.blue.base};color:${colors.secondary.blue.base};`;\nexport const PrimaryBadge = styled(BaseBadge).withConfig({ displayName: \"vui--PrimaryBadge\", componentId: \"vui--1fakkjy\" }) `border-color:${colors.secondary.blue.base};background-color:${colors.secondary.blue.lightest};color:${colors.secondary.blue.base};`;\nexport const WarningBadge = styled(BaseBadge).withConfig({ displayName: \"vui--WarningBadge\", componentId: \"vui--1r2egf1\" }) `border-color:${colors.secondary.yellow.base};background-color:${colors.secondary.yellow.lightest};color:${colors.secondary.orange.dark};`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Tooltip } from '../Tooltip';\nimport { DefaultBadge, PrimaryBadge, WarningBadge } from './styled';\nimport { buildClassnames } from '../../utils/buildClassnames';\nconst variantMap = {\n default: DefaultBadge,\n primary: PrimaryBadge,\n warning: WarningBadge,\n};\nexport const Badge = ({ variant = 'default', hideBorder = false, iconSlot, tooltip, className, e2eClassName, children, }) => {\n const BadgeVariant = variantMap[variant];\n return (React.createElement(Tooltip, { text: tooltip },\n React.createElement(BadgeVariant, { className: buildClassnames([className, e2eClassName]), hideBorder: hideBorder },\n iconSlot && iconSlot,\n children && React.createElement(\"span\", null, children))));\n};\n//# sourceMappingURL=Badge.js.map","import styled from 'styled-components';\nimport { Text } from '../Text';\nimport { BaseContainer } from '../BaseContainer';\nimport { sizes } from '../../theme/modules/sizes';\nconst BannerLayout = styled(BaseContainer).withConfig({ displayName: \"vui--BannerLayout\", componentId: \"vui--c6sp3u\" }) `display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:20px 24px 24px 24px;border-radius:4px;${({ accentColor }) => accentColor &&\n `\n box-shadow: 0px 1px 3px rgba(55, 66, 77, 0.15), inset 4px 0px 0px ${accentColor};\n `} background-color:${({ backgroundColor }) => backgroundColor || 'white'};`;\nconst Row = styled(BaseContainer).withConfig({ displayName: \"vui--Row\", componentId: \"vui--1rdjrmx\" }) `display:flex;flex-direction:row;`;\nconst Col = styled(BaseContainer).withConfig({ displayName: \"vui--Col\", componentId: \"vui--1ttgibs\" }) `display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;`;\nexport const IconCol = styled(Col).withConfig({ displayName: \"vui--IconCol\", componentId: \"vui--1z6c5f\" }) `svg{width:${sizes.md};height:${sizes.md};color:${({ accentColor }) => accentColor};}`;\nexport const ChildContainer = styled(BaseContainer).withConfig({ displayName: \"vui--ChildContainer\", componentId: \"vui--kn3qcr\" }) `width:100%;`;\nconst HeaderCol = styled(Col).withConfig({ displayName: \"vui--HeaderCol\", componentId: \"vui--1nlkkdb\" }) `flex-grow:2;margin-right:12px;`;\nconst StyledText = styled(Text).withConfig({ displayName: \"vui--StyledText\", componentId: \"vui--1ioilg\" }) `position:relative;top:-2px;`;\nexport { BannerLayout as Pill, StyledText as Text, Row, Col, HeaderCol };\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { colors } from '../../theme/modules/colors';\nimport { Pill, Text, Row, Col, HeaderCol, ChildContainer, IconCol } from './styled';\nimport { Button } from '../Button';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { sizes } from '../../theme/modules/sizes';\nconst accentColors = {\n help: colors.secondary.blue.base,\n info: colors.neutral.ink.base,\n error: colors.secondary.red.base,\n success: colors.secondary.green.base,\n};\n/**\n * The `Banner` component was previously called `Alert` (and similarly `Pill`).\n */\nexport const Banner = (_a) => {\n var { type = 'info', text, icon, onClose, className, header, children, backgroundColor = 'white' } = _a, props = __rest(_a, [\"type\", \"text\", \"icon\", \"onClose\", \"className\", \"header\", \"children\", \"backgroundColor\"]);\n const accentColor = accentColors[type];\n return (React.createElement(Pill, Object.assign({ accentColor: accentColor, className: className, backgroundColor: backgroundColor }, props),\n React.createElement(Row, null,\n icon && (React.createElement(IconCol, { style: { marginRight: sizes.md }, accentColor: accentColor }, icon)),\n children ? (React.createElement(ChildContainer, null, children)) : (React.createElement(React.Fragment, null,\n React.createElement(HeaderCol, null, header || React.createElement(Text, { variant: \"headingSmall\" }, text)),\n React.createElement(Col, null, onClose && (React.createElement(Button, { variant: \"flat\", \"aria-label\": \"Close\", icon: React.createElement(CrossIcon, null), onClick: onClose }))))))));\n};\n//# sourceMappingURL=Banner.js.map","import styled from 'styled-components';\nimport { text } from '../../../theme/modules/text';\nexport const BreadcrumbsSC = styled.ul.withConfig({ displayName: \"vui--BreadcrumbsSC\", componentId: \"vui--1kzms7s\" }) `list-style:none;padding:0;margin:0;display:flex;align-items:center;font-family:${text.body.fontFamily};font-weight:${text.body.fontWeight};font-size:${text.body.fontSize};line-height:${text.body.lineHeight};`;\nexport const BreadcrumbSC = styled.li.withConfig({ displayName: \"vui--BreadcrumbSC\", componentId: \"vui--17agc2w\" }) `display:flex;align-items:center;.separator{display:flex;align-items:center;padding:0px 0.4rem;}a{color:inherit;text-decoration:none;text-transform:capitalize;}a:hover{text-decoration:underline;}span{font-weight:600;text-transform:capitalize;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nexport const RightArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5.99994 11.06L9.05327 8L5.99994 4.94L6.93994 4L10.9399 8L6.93994 12L5.99994 11.06Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=RightArrowIcon.js.map","import React from 'react';\nimport { BreadcrumbSC } from './styled';\nexport const Breadcrumb = ({ children, title, LinkComponent, href }) => {\n if (LinkComponent) {\n return (React.createElement(BreadcrumbSC, { className: \"breadcrumb\" },\n React.createElement(LinkComponent, { href: href }, title),\n children));\n }\n return (React.createElement(BreadcrumbSC, { className: \"breadcrumb\" },\n title,\n children));\n};\n//# sourceMappingURL=Breadcrumb.js.map","import React from 'react';\nimport { BreadcrumbsSC } from './components/styled';\nimport { RightArrowIcon } from '../../tempIcons/RightArrowIcon';\nimport { sizes } from '../../theme/modules/sizes';\nimport { Breadcrumb } from './components/Breadcrumb';\nconst DefaultSeparator = () => (React.createElement(RightArrowIcon, { className: \"separator\", width: sizes.base, height: sizes.base }));\nconst DefaultLink = ({ children, href }) => React.createElement(\"a\", { href: href }, children);\nconst BreadcrumbText = ({ children }) => React.createElement(\"span\", null, children);\nexport const Breadcrumbs = ({ items, Separator = React.createElement(DefaultSeparator, null), LinkComponent = DefaultLink, }) => (React.createElement(BreadcrumbsSC, { className: \"breadcrumbs\" }, items.map((item, i) => (React.createElement(Breadcrumb, { key: item.title, title: item.title, href: item.pathname, LinkComponent: i !== items.length - 1 ? LinkComponent : BreadcrumbText }, items.length !== i + 1 && Separator)))));\n//# sourceMappingURL=Breadcrumbs.js.map","import { css } from 'styled-components';\nimport { theme } from '../../../../theme';\nexport const buttonStyles = css `.react-aria-Button{color:${theme.colors.neutral.ink.base};background-color:transparent;border-color:transparent;box-shadow:none;cursor:pointer;height:40px;padding:0 8px;border-radius:8px;font-size:16px;line-height:16px;outline:0;--outline-width:4px;svg{width:${theme.sizes.base};height:${theme.sizes.base};}&:active,&:focus-visible{box-shadow:0 0 0 var(--outline-width)${theme.colors.secondary.blue.light};}&:active,&:hover{background-color:${theme.colors.neutral.grey.light};}&:disabled{background-color:transparent;border-color:transparent;user-select:none;color:${theme.colors.neutral.grey.base};cursor:default;}}`;\n//# sourceMappingURL=buttonStyles.js.map","import { css } from 'styled-components';\nimport { theme } from '../../../../theme';\nexport const calenderCellStyles = css `.react-aria-CalendarCell{width:30px;line-height:30px;border-radius:${theme.radius.md};border:1px solid transparent;cursor:pointer;text-align:center;&[data-hovered]{background-color:${theme.colors.neutral.grey.base};}&[data-focus-visible],&[data-focused]{outline:2px solid ${theme.colors.secondary.blue.light};}&[data-selected]{background:${theme.colors.secondary.blue.base};color:white;border-radius:0;&[data-focus-visible]{outline-color:${theme.colors.secondary.blue.light};}}&[data-outside-month],&[data-disabled]{cursor:not-allowed;}&[data-unavailable]{cursor:not-allowed;text-decoration:line-through;color:${theme.colors.secondary.red.dark};&:hover{background-color:inherit;}}&[data-outside-month],&[data-disabled]{color:${theme.colors.neutral.ink.lightest};}&[data-selection-start]{border-start-start-radius:6px;border-end-start-radius:6px;}&[data-selection-end]{border-start-end-radius:6px;border-end-end-radius:6px;}}`;\n//# sourceMappingURL=calendarCellStyles.js.map","import { css } from 'styled-components';\nimport { theme } from '../../../../theme';\nimport { getTextStyles } from '../utils';\nexport const headerStyles = css `& header{display:flex;align-items:center;margin:0 4px 0.5rem 4px;.react-aria-Heading{flex:1;margin:0;text-align:center;${getTextStyles(theme.text.headingSmall)}}}.react-aria-CalendarHeaderCell{padding-bottom:${theme.sizes.sm};}`;\n//# sourceMappingURL=headerStyles.js.map","import { RangeCalendar } from 'react-aria-components';\nimport styled from 'styled-components';\nimport { theme } from '../../../../theme';\nimport { buttonStyles } from './buttonStyles';\nimport { calenderCellStyles } from './calendarCellStyles';\nimport { headerStyles } from './headerStyles';\nexport const StyledRangeCalendar = styled(RangeCalendar).withConfig({ displayName: \"vui--StyledRangeCalendar\", componentId: \"vui--1nu8m35\" }) `width:fit-content;max-width:100%;min-width:225px;color:${theme.colors.neutral.ink.base};font-size:14px;font-family:${theme.fontFamily};${headerStyles} ${buttonStyles} ${calenderCellStyles} & table{height:fit-content;border-collapse:separate;border-spacing:0 ${theme.sizes.xs};& td{padding:0;&:has(div[data-today='true']){& > div{border:1px solid ${theme.colors.neutral.ink.lightest};}&:has(div[data-selected]){background-color:${theme.colors.secondary.blue.base};& > div{border:1px solid ${theme.colors.secondary.blue.darkest};border-radius:${theme.radius.md};}&:has(div[data-selection-start]){border-start-start-radius:6px;border-end-start-radius:6px;}&:has(div[data-selection-end]){border-start-end-radius:6px;border-end-end-radius:6px;}}}}}`;\n//# sourceMappingURL=StyledRangeCalendar.js.map","import styled from 'styled-components';\nimport { BaseContainer } from '../BaseContainer';\nimport { sizes } from '../../theme/modules/sizes';\nexport const Grid = styled(BaseContainer).withConfig({ displayName: \"vui--Grid\", componentId: \"vui--12w0ynf\" }) `display:grid;grid-template-columns:repeat(${({ columns }) => columns}, 1fr);grid-gap:${({ spacing = 'base' }) => (spacing ? sizes[spacing] : 0)};`;\n//# sourceMappingURL=index.js.map","import styled from 'styled-components';\nimport { theme } from '../../../../../theme';\nimport { getTextStyles } from '../../utils';\nexport const SubCalendarOption = styled.button.withConfig({ displayName: \"vui--SubCalendarOption\", componentId: \"vui--1ezfgmx\" }) `display:flex;flex-direction:column;justify-content:center;align-items:center;${getTextStyles(theme.text.body)};width:60px;height:32px;padding:0;border:none;outline:none;border-radius:${theme.radius.md};background-color:white;&:hover{cursor:pointer;background-color:${theme.colors.neutral.grey.base};}&:focus-visible,&:active{color:white;background-color:${theme.colors.secondary.blue.base};&:not([data-selected]){outline:2px solid ${theme.colors.secondary.blue.light};}}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Grid } from '../../../../Grid';\nimport { SubCalendarOption } from './styled';\nimport { getYearsAround } from './utils';\nexport const DodecadeCalendar = ({ currentYear, onFocusYear }) => (React.createElement(Grid, { columns: 3, spacing: \"sm\", role: \"grid\" }, getYearsAround(currentYear).map((year) => (React.createElement(SubCalendarOption, { key: `year-option-${year}`, \"aria-label\": `Go to ${year}`, onClick: onFocusYear(year) }, year)))));\n//# sourceMappingURL=DodecadeCalendar.js.map","/**\n * Gets a range of years around a given year.\n * @param year The year to get the range around.\n * @returns An array of years around the given year.\n */\nexport const getYearsAround = (year) => Array.from({ length: 12 }, (_, i) => year - 5 + i);\n//# sourceMappingURL=utils.js.map","import React from 'react';\nimport { Grid } from '../../../../Grid';\nimport { SubCalendarOption } from './styled';\nconst MONTHS = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];\nexport const YearCalendar = ({ onFocusMonth }) => {\n return (React.createElement(Grid, { columns: 3, spacing: \"sm\", role: \"grid\" }, MONTHS.map((month, monthIndex) => (React.createElement(SubCalendarOption, { key: `month-option-${month}`, \"aria-label\": `Go to ${month}`, onClick: onFocusMonth(monthIndex) }, month)))));\n};\n//# sourceMappingURL=YearCalendar.js.map","import { getLocalTimeZone, today } from '@internationalized/date';\nimport React from 'react';\nimport { CalendarGrid as AriaCalendarGrid, CalendarHeaderCell, CalendarGridHeader, CalendarGridBody, CalendarCell, } from 'react-aria-components';\nexport const MonthCalendar = (props) => {\n const todayDate = today(getLocalTimeZone());\n return (React.createElement(AriaCalendarGrid, Object.assign({ weekdayStyle: \"short\" }, props),\n React.createElement(CalendarGridHeader, null, (day) => React.createElement(CalendarHeaderCell, null, day.slice(0, 2))),\n React.createElement(CalendarGridBody, null, (date) => React.createElement(CalendarCell, { date: date, \"data-today\": date.compare(todayDate) === 0 }))));\n};\n//# sourceMappingURL=MonthCalendar.js.map","export var CalendarLevel;\n(function (CalendarLevel) {\n CalendarLevel[CalendarLevel[\"DODECADE\"] = 0] = \"DODECADE\";\n CalendarLevel[CalendarLevel[\"YEAR\"] = 1] = \"YEAR\";\n CalendarLevel[CalendarLevel[\"MONTH\"] = 2] = \"MONTH\";\n})(CalendarLevel || (CalendarLevel = {}));\n//# sourceMappingURL=types.js.map","import React from 'react';\nimport { MonthCalendar, YearCalendar, DodecadeCalendar } from './subCalendars';\nimport { CalendarLevel } from '../../types';\nexport const CalendarGrid = ({ level, currentYear, onFocusMonth, onFocusYear, }) => {\n if (level === CalendarLevel.YEAR) {\n return React.createElement(YearCalendar, { onFocusMonth: onFocusMonth });\n }\n if (level === CalendarLevel.DODECADE) {\n return React.createElement(DodecadeCalendar, { currentYear: currentYear, onFocusYear: onFocusYear });\n }\n return React.createElement(MonthCalendar, null);\n};\n//# sourceMappingURL=CalendarGrid.js.map","import { CalendarLevel } from '../types';\nexport const visibleDurationMap = {\n [CalendarLevel.DODECADE]: { years: 10 },\n [CalendarLevel.YEAR]: { years: 1 },\n [CalendarLevel.MONTH]: { months: 1 },\n};\nexport const levelMoveLabelMap = {\n [CalendarLevel.DODECADE]: 'View Day Selection',\n [CalendarLevel.YEAR]: 'View Year Selection',\n [CalendarLevel.MONTH]: 'View Month Selection',\n};\n//# sourceMappingURL=constants.js.map","import React from 'react';\nexport const LeftArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M10.44 11.06L7.38667 8L10.44 4.94L9.5 4L5.5 8L9.5 12L10.44 11.06Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=LeftArrowIcon.js.map","import { __rest } from \"tslib\";\nimport React, { forwardRef, useMemo } from 'react';\nimport { HeadingContext, useContextProps } from 'react-aria-components';\nimport { Text } from '../../Text';\nimport { CalendarLevel } from '../types';\nimport { trimMonths } from './utils';\nexport const CalendarHeading = forwardRef((props, ref) => {\n const [updatedProps, refUpdated] = useContextProps(props, ref, HeadingContext);\n const { children: generatedTitle, level, currentYear } = updatedProps, rest = __rest(updatedProps, [\"children\", \"level\", \"currentYear\"]);\n const text = useMemo(() => {\n if (level === CalendarLevel.DODECADE)\n return `${currentYear - 5} - ${currentYear + 6}`;\n if (level === CalendarLevel.YEAR)\n return currentYear.toString();\n return trimMonths(generatedTitle);\n }, [level, currentYear, generatedTitle]);\n return (React.createElement(Text, Object.assign({ variant: \"headingSmall\" }, rest, { ref: refUpdated, style: { whiteSpace: 'nowrap' } }), text));\n});\n//# sourceMappingURL=CalendarHeading.js.map","import React from 'react';\nimport { Button } from 'react-aria-components';\nimport { Button as VQBtn } from '../../Button';\nimport { RightArrowIcon } from '../../../tempIcons/RightArrowIcon';\nimport { LeftArrowIcon } from '../../../tempIcons/LeftArrowIcon';\nimport { Stack } from '../../Stack';\nimport { UpArrowIcon } from '../../../tempIcons/UpArrowIcon';\nimport { DownArrowIcon } from '../../../tempIcons/DownArrowIcon';\nimport { CalendarLevel } from '../types';\nimport { levelMoveLabelMap } from '../data/constants';\nimport { CalendarHeading } from './CalendarHeading';\nexport const CalendarHeader = ({ level, currentYear, handleSwitchLevel }) => (React.createElement(Stack, { as: \"header\", direction: \"horizontal\", alignX: \"between\", alignY: \"center\", spacing: \"0\" },\n React.createElement(Button, { slot: \"previous\" },\n React.createElement(LeftArrowIcon, null)),\n React.createElement(Stack, { direction: \"horizontal\", alignY: \"center\", alignX: \"stretch\", spacing: \"xs\", style: { margin: '0 4px' } },\n React.createElement(CalendarHeading, { level: level, currentYear: currentYear }),\n React.createElement(VQBtn, { \"aria-label\": levelMoveLabelMap[level], variant: \"flat\", icon: level === CalendarLevel.DODECADE ? React.createElement(UpArrowIcon, null) : React.createElement(DownArrowIcon, null), size: \"sm\", onClick: handleSwitchLevel })),\n React.createElement(Button, { slot: \"next\" },\n React.createElement(RightArrowIcon, null))));\n//# sourceMappingURL=CalendarHeader.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { StyledRangeCalendar } from './components/StyledRangeCalendar';\nimport { CalendarGrid } from './components/CalendarGrid';\nimport { visibleDurationMap } from './data/constants';\nimport { useRangeCalendarState } from './data/useRangeCalendar';\nimport { CalendarHeader } from './components/CalendarHeader';\nexport const RangeCalendar = (_a) => {\n var { disabledRanges = [], disallowWeekends = false, value, onChange } = _a, props = __rest(_a, [\"disabledRanges\", \"disallowWeekends\", \"value\", \"onChange\"]);\n const { level, focusedDate, setFocusedDate, currentYear, isDateUnavailable, onFocusMonth, onFocusYear, handleSwitchLevel, } = useRangeCalendarState(value, disabledRanges, disallowWeekends);\n return (React.createElement(StyledRangeCalendar, Object.assign({ focusedValue: focusedDate, onFocusChange: setFocusedDate, isDateUnavailable: isDateUnavailable, visibleDuration: visibleDurationMap[level], value: value, onChange: onChange }, props),\n React.createElement(CalendarHeader, { currentYear: currentYear, level: level, handleSwitchLevel: handleSwitchLevel }),\n React.createElement(CalendarGrid, { level: level, currentYear: currentYear, onFocusMonth: onFocusMonth, onFocusYear: onFocusYear })));\n};\n//# sourceMappingURL=RangeCalendar.js.map","import { useState, useEffect, useCallback } from 'react';\nimport { CalendarDate, getLocalTimeZone, isWeekend, today } from '@internationalized/date';\nimport { useLocale } from 'react-aria-components';\nimport { CalendarLevel } from '../types';\nexport const useRangeCalendarState = (initialValue, disabledRanges, disallowWeekends) => {\n const [level, setLevel] = useState(CalendarLevel.MONTH);\n const [focusedDate, setFocusedDate] = useState((initialValue === null || initialValue === void 0 ? void 0 : initialValue.start) || today(getLocalTimeZone()));\n const { locale } = useLocale();\n const handleSwitchLevel = () => {\n if (level === CalendarLevel.MONTH) {\n setLevel(CalendarLevel.YEAR);\n }\n else if (level === CalendarLevel.YEAR) {\n setLevel(CalendarLevel.DODECADE);\n }\n else {\n setLevel(CalendarLevel.MONTH);\n }\n };\n const isDateUnavailable = useCallback((date) => (disallowWeekends ? isWeekend(date, locale) : false) ||\n disabledRanges.some((interval) => date.compare(interval[0]) >= 0 && date.compare(interval[1]) <= 0), [disabledRanges, disallowWeekends, locale]);\n useEffect(() => {\n if (initialValue)\n setFocusedDate(initialValue.start);\n }, [initialValue]);\n const currentYear = (focusedDate === null || focusedDate === void 0 ? void 0 : focusedDate.year) || (initialValue === null || initialValue === void 0 ? void 0 : initialValue.start.year) || new Date().getFullYear();\n const currentMonth = (focusedDate === null || focusedDate === void 0 ? void 0 : focusedDate.month) || (initialValue === null || initialValue === void 0 ? void 0 : initialValue.start.month) || new Date().getMonth() + 1;\n const onFocusMonth = (monthIndex) => () => {\n setFocusedDate(new CalendarDate(currentYear, monthIndex + 1, 1));\n setLevel(CalendarLevel.MONTH);\n };\n const onFocusYear = (year) => () => {\n setFocusedDate(new CalendarDate(year, currentMonth, 1));\n setLevel(CalendarLevel.YEAR);\n };\n return {\n level,\n focusedDate,\n setFocusedDate,\n currentYear,\n isDateUnavailable,\n onFocusMonth,\n onFocusYear,\n handleSwitchLevel,\n };\n};\n//# sourceMappingURL=useRangeCalendar.js.map","import styled from 'styled-components';\nimport { Tooltip } from '../../Tooltip';\nimport { theme } from '../../../theme';\nconst alignMap = {\n top: 'flex-start',\n center: 'center',\n};\nexport const RootLayout = styled.div.withConfig({ displayName: \"vui--RootLayout\", componentId: \"vui--11nf17l\" }) `display:flex;align-items:center;& > * + *{margin-left:${theme.sizes.base};}`;\nexport const InputLayout = styled.div.withConfig({ displayName: \"vui--InputLayout\", componentId: \"vui--1yac6kr\" }) `align-self:stretch;display:flex;align-items:${(props) => alignMap[props.align]};`;\nexport const AccessoryLayout = styled.div.withConfig({ displayName: \"vui--AccessoryLayout\", componentId: \"vui--qbgrc7\" }) `align-self:center;display:flex;align-items:center;`;\nexport const TextLayout = styled.div.withConfig({ displayName: \"vui--TextLayout\", componentId: \"vui--1uu3ed5\" }) `flex:1;& > * + *{margin-top:${theme.sizes.sm};}`;\nexport const HintText = styled.div.withConfig({ displayName: \"vui--HintText\", componentId: \"vui--lz8nl\" }) `font-family:${theme.fontFamily};font-size:${theme.sizes[3]};line-height:${theme.sizes[4]};color:${theme.colors.neutral.ink.light};`;\nexport const ErrorText = styled.div.withConfig({ displayName: \"vui--ErrorText\", componentId: \"vui--piugtf\" }) `font-family:${theme.text.error.fontFamily};font-size:${theme.text.error.fontSize};font-weight:${theme.text.error.fontWeight};line-height:${theme.text.error.lineHeight};color:${theme.text.error.color};`;\nexport const Wrapper = styled.label.withConfig({ displayName: \"vui--Wrapper\", componentId: \"vui--2wdtq1\" }) `box-sizing:border-box;&:hover{cursor:${(props) => (props.disabled ? 'default' : 'pointer')};}`;\nexport const BorderedWrapper = styled(Wrapper).withConfig({ displayName: \"vui--BorderedWrapper\", componentId: \"vui--1an42ms\" }) `border:2px solid ${theme.colors.neutral.grey.dark};border-radius:${theme.radius.md};padding:${theme.sizes.base} 0.75rem;&:hover{border-color:${theme.colors.secondary.blue.base};}`;\nexport const BlockTooltip = styled(Tooltip).withConfig({ displayName: \"vui--BlockTooltip\", componentId: \"vui--1ifrill\" }) `display:block;&-hoverable{display:block;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Stack } from '../Stack';\nimport { theme } from '../../theme';\nimport { Wrapper, BorderedWrapper, RootLayout, InputLayout, AccessoryLayout, TextLayout, HintText, ErrorText, BlockTooltip, } from './components/styled';\nimport { HelpIcon } from '../../tempIcons/HelpIcon';\nimport { Text } from '../Text';\nconst generateClassNames = (prefix) => ({\n hint: prefix ? 'choice__hint' : undefined,\n label: prefix ? 'choice__label' : undefined,\n tooltip: prefix ? 'choice__tooltip' : undefined,\n error: prefix ? 'choice__error' : undefined,\n});\nexport const Choice = ({ id, className, label, hint, tooltip, error, bordered, Badge, Accessory, Footer, children, disabled = false, labelVariant = 'body', inputPosition = 'left', }) => {\n const classNames = generateClassNames(className);\n const contentMarkup = (React.createElement(RootLayout, null,\n inputPosition === 'left' && (React.createElement(InputLayout, { align: Accessory ? 'center' : 'top' }, children)),\n Accessory && React.createElement(AccessoryLayout, null, Accessory),\n label || hint || error || Badge || Footer ? (React.createElement(TextLayout, null,\n React.createElement(Stack, { direction: \"horizontal\", alignY: \"center\", spacing: \"sm\" },\n Badge,\n label && (React.createElement(Text, { variant: labelVariant, className: classNames.label }, label)),\n tooltip && (React.createElement(BlockTooltip, { text: tooltip, className: classNames.tooltip },\n React.createElement(HelpIcon, { name: \"help\", width: theme.sizes.base, color: theme.colors.neutral.ink.lightest })))),\n hint && React.createElement(HintText, { className: classNames.hint }, hint),\n error && React.createElement(ErrorText, { className: classNames.error }, error),\n Footer)) : null,\n inputPosition === 'right' && (React.createElement(InputLayout, { align: Accessory ? 'center' : 'top' }, children))));\n if (bordered) {\n return (React.createElement(BorderedWrapper, { disabled: disabled, htmlFor: id, className: className }, contentMarkup));\n }\n return (React.createElement(Wrapper, { disabled: disabled, htmlFor: id, className: className }, contentMarkup));\n};\n//# sourceMappingURL=Choice.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nconst { colors, sizes, radius } = theme;\nexport const Input = styled.input.withConfig({ displayName: \"vui--Input\", componentId: \"vui--hippn5\" }) `appearance:none;width:18px;height:18px;background-color:transparent;border:2px solid ${colors.neutral.ink.lightest};border-radius:${radius.base};cursor:pointer;flex-shrink:0;transition:box-shadow 0.1s,background-color 0.1s;&:checked{background-color:${colors.secondary.blue.base};border-color:${colors.secondary.blue.base};background-image:url(\"data:image/svg+xml;utf-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.56846 16.3657L3.86697 11.6642L2.2998 13.2313L8.56846 19.5L22.0013 6.06716L20.4341 4.5L8.56846 16.3657Z' fill='white' /></svg>\");background-repeat:no-repeat;background-size:${sizes[4]};background-position:center;}&:hover{border-color:${colors.secondary.blue.base};}&:active{border-color:${colors.secondary.blue.base};}&:focus{box-shadow:0 0 0 4px ${colors.secondary.blue.light};outline:0;}&:indeterminate{background-color:${colors.secondary.blue.base};border-color:${colors.secondary.blue.base};background-image:url(\"data:image/svg+xml;utf-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='5' y='11' width='14' height='3' fill='white'/></svg>\");background-repeat:no-repeat;background-size:${sizes[4]};background-position:center;}&:disabled{box-shadow:none;background-color:${colors.neutral.grey.base};border-color:${colors.neutral.grey.base};color:${colors.neutral.ink.light};cursor:default;}&:checked:disabled{background-image:url(\"data:image/svg+xml;utf-8,<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M8.56846 16.3657L3.86697 11.6642L2.2998 13.2313L8.56846 19.5L22.0013 6.06716L20.4341 4.5L8.56846 16.3657Z' fill='%23637381' /></svg>\");}&:indeterminate:disabled{background-image:url(\"data:image/svg+xml;utf-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='5' y='11' width='14' height='3' fill='%23637381'/></svg>\");}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React, { useCallback, useEffect, useMemo, useRef } from 'react';\nimport { Choice } from '../Choice';\nimport { Input } from './styled';\nimport { generateId } from '../../utils/generateId';\nexport const Checkbox = (_a) => {\n var { checked, indeterminate, value, name, disabled, ariaLabel, className, onChange } = _a, otherProps = __rest(_a, [\"checked\", \"indeterminate\", \"value\", \"name\", \"disabled\", \"ariaLabel\", \"className\", \"onChange\"]);\n const id = useMemo(() => generateId('checkbox'), []);\n const checkboxRef = useRef(null);\n const handleChange = useCallback((e) => {\n onChange(e.currentTarget.checked, value);\n }, [onChange, value]);\n useEffect(() => {\n if (!checkboxRef.current)\n return;\n if (indeterminate === true) {\n checkboxRef.current.indeterminate = true;\n return;\n }\n checkboxRef.current.indeterminate = false;\n }, [indeterminate]);\n return (React.createElement(Choice, Object.assign({ id: id, disabled: disabled, className: className }, otherProps),\n React.createElement(Input, { ref: checkboxRef, id: id, type: \"checkbox\", checked: checked, value: value, name: name, disabled: disabled, \"aria-label\": ariaLabel, onChange: handleChange })));\n};\n//# sourceMappingURL=Checkbox.js.map","import styled from 'styled-components';\nexport const Input = styled.input.withConfig({ displayName: \"vui--Input\", componentId: \"vui--1e1oks4\" }) `appearance:none;box-sizing:border-box;flex-shrink:0;width:18px;height:18px;margin:3px;background-color:transparent;border:2px solid #637381;border-radius:50%;outline:none;cursor:pointer;flex-shrink:0;transition:box-shadow 0.1s;&:checked{position:relative;border-color:#0079d1;}&:checked::before{content:'';width:10px;height:10px;position:absolute;top:2px;left:2px;background-color:#0079d1;border-radius:50%;}&:hover{border-color:#0079d1;}&:active{border-color:#0079d1;}&:focus{box-shadow:0 0 0 4px #80bce8;outline:0;}&:disabled{box-shadow:none;background-color:#dfe3e8;border-color:#959fa8;cursor:default;}&:disabled::before{background-color:#637381;}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React, { forwardRef, useCallback } from 'react';\nimport { Choice } from '../Choice';\nimport { Input } from './styled';\nimport { generateId } from '../../utils/generateId';\nexport const Radio = forwardRef((_a, ref) => {\n var { checked, value, name, disabled, onChange, id, children } = _a, otherProps = __rest(_a, [\"checked\", \"value\", \"name\", \"disabled\", \"onChange\", \"id\", \"children\"]);\n const handleChange = useCallback((e) => {\n onChange(e.currentTarget.checked, value);\n }, [onChange, value]);\n const componentId = id !== null && id !== void 0 ? id : generateId('radio');\n return (React.createElement(Choice, Object.assign({ id: componentId, disabled: disabled }, otherProps),\n React.createElement(Input, { id: componentId, type: \"radio\", checked: checked, value: value, name: name, disabled: disabled, onChange: handleChange, ref: ref }),\n children));\n});\n//# sourceMappingURL=Radio.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nexport const Fieldset = styled.fieldset.withConfig({ displayName: \"vui--Fieldset\", componentId: \"vui--bygv6o\" }) `padding:0;display:flex;flex-direction:column;border:0;& > * + *{margin-top:16px;}`;\nexport const Legend = styled.legend.withConfig({ displayName: \"vui--Legend\", componentId: \"vui--18baj4v\" }) `font-family:${theme.text.inputLabel.fontFamily};font-size:${theme.text.inputLabel.fontSize};font-style:${theme.text.inputLabel.fontStyle};font-weight:${theme.text.inputLabel.fontWeight};line-height:${theme.text.inputLabel.lineHeight};text-decoration:${theme.text.inputLabel.textDecoration};color:${theme.text.inputLabel.color};`;\n//# sourceMappingURL=styled.js.map","import React, { Component } from 'react';\nimport { Radio } from '../Radio';\nimport { Checkbox } from '../Checkbox';\nimport { Fieldset, Legend } from './styled';\nexport class ChoiceList extends Component {\n constructor() {\n super(...arguments);\n this.handleChange = (value, checked) => {\n const { allowMultiple } = this.props;\n if (allowMultiple) {\n this.handleChangeMultiple(value, checked);\n return;\n }\n this.handleChangeSingle(value, checked);\n };\n this.handleChangeSingle = (value, checked) => {\n const { onChange } = this.props;\n if (checked) {\n onChange([value]);\n }\n };\n this.handleChangeMultiple = (value, checked) => {\n const { selected, onChange } = this.props;\n let newSelected = [];\n if (checked) {\n newSelected = [...selected, value];\n }\n else {\n newSelected = selected.filter((selectedValue) => selectedValue !== value);\n }\n onChange(newSelected);\n };\n }\n render() {\n const { allowMultiple, options, selected, title, disabled, bordered } = this.props;\n const InputComponent = allowMultiple ? Checkbox : Radio;\n return (React.createElement(Fieldset, { disabled: disabled },\n title && React.createElement(Legend, null, title),\n options.map((option) => (React.createElement(InputComponent, Object.assign({ key: option.value, bordered: bordered, checked: selected.includes(option.value), onChange: (checked) => this.handleChange(option.value, checked) }, option))))));\n }\n}\n//# sourceMappingURL=ChoiceList.js.map","import React from 'react';\nexport const ClipboardIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M19 3H14.82C14.4 1.84 13.3 1 12 1C10.7 1 9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V21C3 22.1 3.9 23 5 23H19C20.1 23 21 22.1 21 21V5C21 3.9 20.1 3 19 3ZM12 3C12.55 3 13 3.45 13 4C13 4.55 12.55 5 12 5C11.45 5 11 4.55 11 4C11 3.45 11.45 3 12 3ZM19 21H5V5H7V8H17V5H19V21Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=ClipboardIcon.js.map","import React, { useCallback } from 'react';\nimport styled from 'styled-components';\nimport { Tooltip } from '../Tooltip';\nimport { colors } from '../../theme/modules/colors';\nimport { SuccessIcon } from '../../tempIcons/SuccessIcon';\nimport { sizes } from '../../theme/modules/sizes';\nimport { Button } from '../Button';\nimport { ClipboardIcon } from '../../tempIcons/ClipboardIcon';\nconst iconSizes = { width: sizes.base, height: sizes.base };\n/**\n * Created in here to fix orders table sizes. Bad pattern to use in main button component, as\n * touch target is below A11y guidelines.\n */\nconst XSButton = styled(Button).withConfig({ displayName: \"vui--XSButton\", componentId: \"vui--e6p1xr\" }) `padding:1px;height:unset;span{height:${sizes.base};width:${sizes.base};top:unset;}`;\n/**\n * A dynamic button to facilitate copying text to a users' keyboard when clicked.\n */\nexport const CopyToClipboard = ({ className, text, onCopy }) => {\n const [copied, setCopied] = React.useState(false);\n const handleCopy = useCallback(() => {\n navigator.clipboard.writeText(text);\n if (onCopy)\n onCopy();\n setCopied(true);\n setTimeout(() => setCopied(false), 2500);\n }, [onCopy, text]);\n return (React.createElement(Tooltip, { text: copied ? 'Copied!' : 'Copy to clipboard' },\n React.createElement(XSButton, { variant: \"flat\", size: \"sm\", className: className, \"aria-label\": `${copied ? 'Copied' : 'Copy'} \"${text}\" to clipboard`, icon: copied ? (React.createElement(SuccessIcon, Object.assign({ color: colors.secondary.green.base }, iconSizes))) : (React.createElement(ClipboardIcon, Object.assign({ color: colors.secondary.blue.base }, iconSizes))), onClick: handleCopy })));\n};\n//# sourceMappingURL=CopyToClipboard.js.map","import styled from 'styled-components';\nimport { Stack } from '../../components/Stack';\nimport { Tooltip } from '../../components/Tooltip';\nimport { theme } from '../../theme';\nexport const Label = styled.label.withConfig({ displayName: \"vui--Label\", componentId: \"vui--qydg5r\" }) `display:block;font-family:${theme.text.inputLabel.fontFamily};font-size:${theme.text.inputLabel.fontSize};font-weight:${theme.text.inputLabel.fontWeight};line-height:${theme.text.inputLabel.lineHeight};color:${theme.text.inputLabel.color};`;\nexport const Hint = styled.span.withConfig({ displayName: \"vui--Hint\", componentId: \"vui--1p3i1v3\" }) `display:block;font-family:${theme.fontFamily};font-size:${theme.sizes[3]};line-height:${theme.sizes[4]};color:${theme.colors.neutral.ink.light};`;\nexport const Error = styled.span.withConfig({ displayName: \"vui--Error\", componentId: \"vui--9vxkaw\" }) `display:block;font-family:${theme.text.error.fontFamily};font-size:${theme.text.error.fontSize};font-weight:${theme.text.error.fontWeight};line-height:${theme.text.error.lineHeight};color:${theme.text.error.color};&::before{content:'';position:absolute;top:0;bottom:0;left:calc(${theme.sizes[2]} * -1);width:2px;background-color:${theme.colors.secondary.red.base};}`;\nexport const RootStack = styled(Stack).withConfig({ displayName: \"vui--RootStack\", componentId: \"vui--10dmq2i\" }) `position:relative;`;\nexport const BlockTooltip = styled(Tooltip).withConfig({ displayName: \"vui--BlockTooltip\", componentId: \"vui--1haf85r\" }) `display:block;&-hoverable{display:flex;}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { theme } from '../../theme';\nimport { Stack } from '../../components/Stack';\nimport { RootStack, Label, Hint, Error, BlockTooltip } from './styled';\nimport { HelpIcon } from '../../tempIcons/HelpIcon';\nimport { useId } from '../../hooks/useId';\nexport const withLabels = (Component) => (_a) => {\n var { label, hint, error, tooltip } = _a, otherProps = __rest(_a, [\"label\", \"hint\", \"error\", \"tooltip\"]);\n const componentId = useId({ id: otherProps === null || otherProps === void 0 ? void 0 : otherProps.id, prefix: Component.name });\n if (!label)\n return React.createElement(Component, Object.assign({ hasError: !!error }, otherProps));\n return (React.createElement(RootStack, { spacing: \"sm\", alignX: \"stretch\" },\n React.createElement(\"div\", { style: { marginBottom: theme.sizes.xs } },\n React.createElement(Stack, { direction: \"horizontal\", alignY: \"center\", spacing: \"sm\" },\n React.createElement(Label, { id: `${componentId}-label`, htmlFor: componentId }, label),\n tooltip && (React.createElement(BlockTooltip, { text: tooltip },\n React.createElement(HelpIcon, { width: theme.sizes.base, height: theme.sizes.base, color: theme.colors.neutral.ink.light })))),\n hint && React.createElement(Hint, null, hint)),\n React.createElement(Component, Object.assign({ id: componentId, hasError: !!error }, otherProps)),\n error && React.createElement(Error, null, error)));\n};\n//# sourceMappingURL=withLabels.js.map","import React, { useEffect } from 'react';\nexport const withDeprecated = (Component) => (props) => {\n useEffect(() => {\n // eslint-disable-next-line no-console\n console.warn(`${Component.name} is deprecated.`);\n }, []);\n return React.createElement(Component, Object.assign({}, props));\n};\n//# sourceMappingURL=withDeprecated.js.map","import styled from 'styled-components';\nimport { Group } from 'react-aria-components';\nimport { theme } from '../../theme';\nimport { getTextStyles } from '../RangeCalendar/components/utils';\nexport const DateRangeGroup = styled(Group).withConfig({ displayName: \"vui--DateRangeGroup\", componentId: \"vui--hv19xg\" }) `${getTextStyles(theme.text.body)} display:flex;align-items:center;border:1px solid ${theme.colors.neutral.ink.lightest};border-radius:${theme.radius.base};gap:${theme.sizes.xs};padding:${theme.sizes.sm};margin-top:${theme.sizes.sm};&[data-focus-within]{box-shadow:0 0 0 4px ${theme.colors.secondary.blue.light};}&:has(*[data-invalid]){box-shadow:0 0 0 4px ${theme.colors.secondary.red.light};border:1px solid ${theme.colors.secondary.red.base};}${({ $hasError }) => !!$hasError &&\n `\n box-shadow: 0 0 0 4px ${theme.colors.secondary.red.light};\n border: 1px solid ${theme.colors.secondary.red.base};\n `} *[data-placeholder],*[data-placeholder] + div,*:has(*[data-placeholder])~ .date-range-input-splitter{color:${theme.colors.neutral.ink.lightest};}&[data-disabled]{cursor:not-allowed;background-color:${theme.colors.neutral.grey.light};.react-aria-DateInput .react-aria-DateSegment,.date-range-input-splitter{cursor:not-allowed;color:${theme.colors.neutral.ink.light};}}.react-aria-DateInput{display:flex;align-items:center;cursor:text;caret-color:transparent;.react-aria-DateSegment{padding:0 1px;border-radius:${theme.radius.base};&[data-invalid]{color:${theme.colors.secondary.red.base};}&[data-focused]{color:white;background-color:${theme.colors.secondary.blue.dark};&[data-invalid]{background-color:${theme.colors.secondary.red.lightest};}}&[data-invalid]{font-weight:bold;color:${theme.colors.secondary.red.dark};}&:focus-visible{outline:none;}}}`;\n//# sourceMappingURL=styled.js.map","import { withLabels } from '../../hoc';\nimport { DateRangeInput as BasicDateRangeInput } from './DateRangeInput';\nexport const DateRangeInput = withLabels(BasicDateRangeInput);\n//# sourceMappingURL=index.js.map","import React from 'react';\nimport { DateField, DateInput, DateSegment } from 'react-aria-components';\nimport { DateRangeGroup } from './styled';\nexport const DateRangeInput = ({ id, className, style, shouldForceLeadingZeros = true, hasError, minValue, maxvalue, startValue, endValue, isDisabled, isReadOnly, 'aria-label': ariaLabel, 'aria-describedby': ariaDescribedBy, 'aria-labelledby': ariaLabelledBy, onChangeStartDate, onChangeEndDate, }) => (React.createElement(DateRangeGroup, { style: style, className: className, \"aria-label\": ariaLabel, \"aria-describedby\": ariaDescribedBy, \"aria-labelledby\": ariaLabelledBy !== null && ariaLabelledBy !== void 0 ? ariaLabelledBy : `${id}-label`, \"$hasError\": hasError, isDisabled: isDisabled },\n React.createElement(DateField, { shouldForceLeadingZeros: shouldForceLeadingZeros, onChange: onChangeStartDate, value: startValue, minValue: minValue, maxValue: maxvalue, \"aria-describedby\": ariaDescribedBy, \"aria-labelledby\": ariaLabelledBy !== null && ariaLabelledBy !== void 0 ? ariaLabelledBy : `${id}-label`, \"aria-label\": \"start date\", isDisabled: isDisabled, isReadOnly: isReadOnly },\n React.createElement(DateInput, { slot: \"start\" }, (segment) => React.createElement(DateSegment, { segment: segment }))),\n React.createElement(\"span\", { className: \"date-range-input-splitter\", \"aria-hidden\": \"true\" }, \"-\"),\n React.createElement(DateField, { shouldForceLeadingZeros: shouldForceLeadingZeros, onChange: onChangeEndDate, value: endValue, minValue: minValue, maxValue: maxvalue, \"aria-describedby\": ariaDescribedBy, \"aria-labelledby\": ariaLabelledBy !== null && ariaLabelledBy !== void 0 ? ariaLabelledBy : `${id}-label`, \"aria-label\": \"end date\", isDisabled: isDisabled, isReadOnly: isReadOnly },\n React.createElement(DateInput, { slot: \"end\" }, (segment) => React.createElement(DateSegment, { segment: segment })))));\n//# sourceMappingURL=DateRangeInput.js.map","import styled from 'styled-components';\nexport const SelectInput = styled.select.withConfig({ displayName: \"vui--SelectInput\", componentId: \"vui--1v4mu6a\" }) `box-sizing:border-box;appearance:none;display:flex;align-items:center;justify-content:center;padding:0 2.5rem 0 0.5rem;border-radius:4px;background-color:white;border:1px solid #959fa8;color:#1b2126;background-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fillRule='evenodd' clipRule='evenodd' d='M4 6L8 10L12 6H4Z' fill='currentColor' /%3E%3C/svg%3E\");background-repeat:no-repeat;background-position:right 0.5em top 50%,0 0;${({ sizeVariant }) => {\n let height = '40px';\n let fontSize = '14px';\n if (sizeVariant === 'sm') {\n height = '32px';\n fontSize = '12px';\n }\n return `\n height: ${height};\n font-size: ${fontSize};\n `;\n}} &:focus{border-color:#0079d1;box-shadow:0 0 0 4px #80bce8;outline:0;}&:invalid{border-color:#eb5757;box-shadow:0 0 0 4px #f7bcbc;outline:0;}&:disabled{box-shadow:none;background-color:#f2f3f5;border-color:#959fa8;color:#637381;cursor:not-allowed;}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React, { forwardRef, useCallback } from 'react';\nimport { SelectInput } from './styled';\nimport { withLabels } from '../../hoc';\nexport const Select = withLabels(forwardRef((_a, ref) => {\n var { className, options, value, onChange, size, disabled, hasError } = _a, otherProps = __rest(_a, [\"className\", \"options\", \"value\", \"onChange\", \"size\", \"disabled\", \"hasError\"]);\n const handleChange = useCallback((e) => {\n if (!onChange)\n return;\n onChange(e.currentTarget.value);\n }, [onChange]);\n return (React.createElement(SelectInput, Object.assign({ className: className, sizeVariant: size, value: value !== null && value !== void 0 ? value : undefined, onChange: handleChange, disabled: disabled, hasError: hasError, ref: ref }, otherProps), !!options &&\n options.map((option) => (React.createElement(\"option\", { key: option.label, value: option.value, disabled: option.disabled, hidden: option.hidden }, option.label)))));\n}));\nSelect.displayName = 'Select';\n//# sourceMappingURL=Select.js.map","import styled from 'styled-components';\nimport { BaseContainer } from '../BaseContainer';\nimport { theme } from '../../theme';\nconst Slider = styled.span.withConfig({ displayName: \"vui--Slider\", componentId: \"vui--x03mdi\" }) `content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:18px;background-color:#cdd1d5;-webkit-transition:0.3s;transition:0.3s;&:after{content:'';position:absolute;border-radius:50%;background-color:${({ disabled, switched }) => disabled && switched ? theme.colors.secondary.blue.lightest : 'white'};-webkit-transition:0.3s;transition:0.3s;}`;\nconst Input = styled.input.withConfig({ displayName: \"vui--Input\", componentId: \"vui--1ccelw2\" }) `width:100%;height:100%;border-radius:${theme.radius.base};z-index:2;margin:0;cursor:${({ disabled }) => (disabled ? 'not-allowed' : 'pointer')};&:focus-visible + ${Slider}{box-shadow:0 0 0 4px ${theme.colors.brand.blue.light};}&:checked + ${Slider}{background-color:#0079d1;}&:disabled + ${Slider}{background-color:${theme.colors.neutral.grey.base};}&:checked:disabled + ${Slider}{background-color:${theme.colors.secondary.blue.light};}`;\nconst Switch = styled.span.withConfig({ displayName: \"vui--Switch\", componentId: \"vui--13yy1uj\" }) `display:flex;position:relative;height:${({ small }) => (small ? '28px' : '36px')};width:${({ small }) => (small ? '56px' : '72px')};z-index:1;input{position:absolute;opacity:0;}${Slider}:after{height:${({ small }) => (small ? '22px' : '28px')};width:${({ small }) => (small ? '22px' : '28px')};left:${({ small }) => (small ? '3px' : '4px')};bottom:${({ small }) => (small ? '3px' : '4px')};}${Input}:checked + ${Slider}{&:after,svg{-webkit-transform:translateX(${({ small }) => (small ? '28px' : '36px')});-ms-transform:translateX(${({ small }) => (small ? '28px' : '36px')});transform:translateX(${({ small }) => (small ? '28px' : '36px')});}}`;\nconst Wrapper = styled(BaseContainer).withConfig({ displayName: \"vui--Wrapper\", componentId: \"vui--69792q\" }) `display:inline-block;user-select:none;`;\nexport { Switch, Slider, Input, Wrapper };\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React, { forwardRef } from 'react';\nimport { Input, Slider, Switch, Wrapper } from './styled';\nimport { Choice } from '../Choice';\n/**\n * A toggle switch component, use-cases should provide a label, wrap with a custom one or pass in an aria-label.\n */\nexport const Toggle = forwardRef((_a, ref) => {\n var { id = 'testid', className, name, switched, small, onClick = () => { }, disabled, ariaLabel, inputPosition = 'right' } = _a, choiceProps = __rest(_a, [\"id\", \"className\", \"name\", \"switched\", \"small\", \"onClick\", \"disabled\", \"ariaLabel\", \"inputPosition\"]);\n return (React.createElement(Choice, Object.assign({ id: id, inputPosition: inputPosition }, choiceProps),\n React.createElement(Wrapper, { className: className, disabled: disabled },\n React.createElement(Switch, { small: small, disabled: disabled, className: className },\n React.createElement(Input, { id: id, role: \"switch\", type: \"checkbox\", name: name, \"aria-label\": ariaLabel, checked: !!switched, onChange: (e) => (disabled ? undefined : onClick(e)), disabled: disabled, ref: ref }),\n React.createElement(Slider, { switched: switched, disabled: disabled })))));\n});\n//# sourceMappingURL=Toggle.js.map","export const DEFAULT_PREVIOUS_PERIOD_OPTIONS = [\n { label: 'Previous Day', value: 'PREVIOUS_DAY' },\n { label: 'Previous Week', value: 'PREVIOUS_WEEK' },\n { label: 'Previous Month', value: 'PREVIOUS_MONTH' },\n { label: 'Previous Year', value: 'PREVIOUS_YEAR' },\n];\n//# sourceMappingURL=constants.js.map","import React, { useEffect, useState } from 'react';\nimport { Toggle } from '../../Toggle';\nimport { Text } from '../../Text';\nimport { Select } from '../../Select';\nimport { theme } from '../../../theme';\nimport { DEFAULT_PREVIOUS_PERIOD_OPTIONS } from './constants';\nexport const ComparePreviousPeriod = ({ options = DEFAULT_PREVIOUS_PERIOD_OPTIONS, selectedPreviousPeriod, setSelectedPreviousPeriod, }) => {\n const [showCompareSelect, setShowCompareSelect] = useState(!!selectedPreviousPeriod);\n const findAndSelectOption = (newValue) => {\n const newOption = options.find(({ value }) => value === newValue);\n if (newOption)\n setSelectedPreviousPeriod === null || setSelectedPreviousPeriod === void 0 ? void 0 : setSelectedPreviousPeriod(newOption);\n };\n const toggleShowSelect = () => {\n // When toggled off, unselect show previous period.\n if (showCompareSelect)\n setSelectedPreviousPeriod === null || setSelectedPreviousPeriod === void 0 ? void 0 : setSelectedPreviousPeriod(null);\n setShowCompareSelect(!showCompareSelect);\n };\n // If no option is currently selected, we set to the first option provided.\n useEffect(() => {\n if (!selectedPreviousPeriod)\n setSelectedPreviousPeriod === null || setSelectedPreviousPeriod === void 0 ? void 0 : setSelectedPreviousPeriod(options[0]);\n }, [selectedPreviousPeriod, setSelectedPreviousPeriod, options]);\n return (React.createElement(React.Fragment, null,\n React.createElement(Text, { variant: \"inputLabel\", style: {\n display: 'flex',\n alignItems: 'center',\n gap: theme.sizes.sm,\n whiteSpace: 'nowrap',\n } },\n React.createElement(Toggle, { small: true, switched: showCompareSelect, onClick: toggleShowSelect }),\n \"Compare previous period\"),\n showCompareSelect && (React.createElement(Select, { \"aria-label\": \"Period to compare against\", options: options, \n // To avoid screen jumping (before useEffect kicks in, default value to first option)\n value: (selectedPreviousPeriod === null || selectedPreviousPeriod === void 0 ? void 0 : selectedPreviousPeriod.value) || options[0].value, onChange: findAndSelectOption }))));\n};\n//# sourceMappingURL=ComparePreviousPeriod.js.map","import { CalendarDate, endOfMonth, getLocalTimeZone, now, startOfMonth, startOfWeek, startOfYear, } from '@internationalized/date';\nexport var DateRanges;\n(function (DateRanges) {\n DateRanges[\"TODAY\"] = \"TODAY\";\n DateRanges[\"YESTERDAY\"] = \"YESTERDAY\";\n DateRanges[\"LAST_7_DAYS\"] = \"LAST_7_DAYS\";\n DateRanges[\"LAST_30_DAYS\"] = \"LAST_30_DAYS\";\n DateRanges[\"LAST_90_DAYS\"] = \"LAST_90_DAYS\";\n DateRanges[\"LAST_MONTH\"] = \"LAST_MONTH\";\n DateRanges[\"LAST_12_MONTHS\"] = \"LAST_12_MONTHS\";\n DateRanges[\"WEEK_TO_DATE\"] = \"WEEK_TO_DATE\";\n DateRanges[\"MONTH_TO_DATE\"] = \"MONTH_TO_DATE\";\n DateRanges[\"YEAR_TO_DATE\"] = \"YEAR_TO_DATE\";\n})(DateRanges || (DateRanges = {}));\nexport const timeRangeToDateRange = (range) => {\n const { start, end } = range;\n const startDate = new CalendarDate(start.year, start.month, start.day);\n const endDate = new CalendarDate(end.year, end.month, end.day);\n return { start: startDate, end: endDate };\n};\nexport const getDateRange = (option) => {\n // Getting today every time function is called. Don't want this to be stale\n const today = now(getLocalTimeZone());\n let dateRange;\n switch (option) {\n case DateRanges.TODAY:\n dateRange = { start: today, end: today };\n break;\n case DateRanges.YESTERDAY:\n dateRange = {\n start: today.subtract({ days: 1 }),\n end: today.subtract({ days: 1 }),\n };\n break;\n case DateRanges.LAST_7_DAYS:\n dateRange = {\n start: today.subtract({ days: 7 }),\n end: today,\n };\n break;\n case DateRanges.LAST_30_DAYS:\n dateRange = {\n start: today.subtract({ days: 30 }),\n end: today,\n };\n break;\n case DateRanges.LAST_90_DAYS:\n dateRange = { start: today.subtract({ days: 90 }), end: today };\n break;\n case DateRanges.LAST_MONTH: {\n const lastMonth = startOfMonth(today.subtract({ months: 1 }));\n dateRange = { start: lastMonth, end: endOfMonth(lastMonth) };\n break;\n }\n case DateRanges.LAST_12_MONTHS: {\n const lastMonth = startOfMonth(today.subtract({ months: 1 }));\n dateRange = {\n start: startOfMonth(lastMonth).subtract({ months: 12 }),\n end: endOfMonth(lastMonth),\n };\n break;\n }\n case DateRanges.WEEK_TO_DATE:\n dateRange = { start: startOfWeek(today, navigator.language), end: today };\n break;\n case DateRanges.MONTH_TO_DATE:\n dateRange = { start: startOfMonth(today), end: today };\n break;\n case DateRanges.YEAR_TO_DATE:\n dateRange = { start: startOfYear(today), end: today };\n break;\n default:\n return null;\n }\n return timeRangeToDateRange(dateRange);\n};\nexport const DATE_RANGE_OPTIONS = [\n { label: 'Custom', value: 'CUSTOM', disabled: true },\n { label: 'Today', value: DateRanges.TODAY },\n { label: 'Yesterday', value: DateRanges.YESTERDAY },\n { label: 'Last 7 Days', value: DateRanges.LAST_7_DAYS },\n { label: 'Last 30 Days', value: DateRanges.LAST_30_DAYS },\n { label: 'Last 90 Days', value: DateRanges.LAST_90_DAYS },\n { label: 'Last Month', value: DateRanges.LAST_MONTH },\n { label: 'Last 12 Months', value: DateRanges.LAST_12_MONTHS },\n { label: 'Week to Date', value: DateRanges.WEEK_TO_DATE },\n { label: 'Month to Date', value: DateRanges.MONTH_TO_DATE },\n { label: 'Year to Date', value: DateRanges.YEAR_TO_DATE },\n];\nexport const checkForMatchingPreset = (selectedRange) => DATE_RANGE_OPTIONS.reduce((match, option) => {\n if (option.hidden || match)\n return match; // Skip hidden options or if a match is already found\n const optionDateRange = getDateRange(option.value);\n if (!optionDateRange)\n return match; // Skip when no match.\n const { start: optionStart, end: optionEnd } = optionDateRange;\n if (selectedRange.start.compare(optionStart) === 0 &&\n selectedRange.end.compare(optionEnd) === 0) {\n return option;\n }\n return match;\n}, undefined);\nexport const DEFAULT_SELECTION = DateRanges.LAST_30_DAYS;\nexport const DEFAULT_RANGE = getDateRange(DEFAULT_SELECTION);\nexport const DEFAULT_PRESET = DATE_RANGE_OPTIONS.find(({ value }) => value === DEFAULT_SELECTION);\n//# sourceMappingURL=constants.js.map","export const checkIfDateRangeInvalid = ({ disabledRanges, selectedRange, }) => {\n if (!selectedRange || !disabledRanges || disabledRanges.length === 0)\n return false;\n const { start: presortStart, end: presortEnd } = selectedRange;\n const [start, end] = [presortStart, presortEnd].sort();\n return disabledRanges.some(([disabledStart, disabledEnd]) => (start >= disabledStart && start <= disabledEnd) || // Case 1: selectedRange.start is within the disabledRange\n (end >= disabledStart && end <= disabledEnd) || // Case 2: selectedRange.end is within the disabledRange\n (start <= disabledStart && end >= disabledEnd));\n};\n//# sourceMappingURL=utils.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const Divider = styled.div.withConfig({ displayName: \"vui--Divider\", componentId: \"vui--ssvmxc\" }) `margin:0 -${theme.sizes.base};border-top:1px solid ${theme.colors.neutral.grey.base};`;\n//# sourceMappingURL=Divider.js.map","import { __rest } from \"tslib\";\nimport React, { useCallback, useEffect, useMemo } from 'react';\nimport { Button } from '../Button';\nimport { Select } from '../Select';\nimport { DateRangeInput } from '../DateRangeInput';\nimport { RangeCalendar } from '../RangeCalendar';\nimport { Card } from '../Card';\nimport { theme } from '../../theme';\nimport { Stack } from '../Stack';\nimport { ComparePreviousPeriod } from './components/ComparePreviousPeriod';\nimport { DATE_RANGE_OPTIONS, DateRanges, checkForMatchingPreset, getDateRange } from './constants';\nimport { checkIfDateRangeInvalid } from './utils';\nimport { Divider } from './components/Divider';\nexport const DateRangePicker = (_a) => {\n var { \n // Style props\n className, style, isDisabled, \n // Customizable options\n showDatePresets = true, onReset, \n // Calendar props\n disabledRanges, selectedPreset, setSelectedPreset, selectedRange, setSelectedRange, \n // Previous period props\n 'aria-describedby': ariaDescribedBy, 'aria-label': ariaLabel } = _a, previousPeriodProps = __rest(_a, [\"className\", \"style\", \"isDisabled\", \"showDatePresets\", \"onReset\", \"disabledRanges\", \"selectedPreset\", \"setSelectedPreset\", \"selectedRange\", \"setSelectedRange\", 'aria-describedby', 'aria-label']);\n const updateRangePreset = (selectedValue) => {\n setSelectedRange(getDateRange(DateRanges[selectedValue]));\n setSelectedPreset(DATE_RANGE_OPTIONS.find(({ value }) => value === selectedValue) || DATE_RANGE_OPTIONS[0]);\n };\n const updateDateSegment = useCallback((slot) => (value) => {\n const newRange = {\n start: slot === 'start' ? value : selectedRange === null || selectedRange === void 0 ? void 0 : selectedRange.start,\n end: slot === 'end' ? value : selectedRange === null || selectedRange === void 0 ? void 0 : selectedRange.end,\n };\n setSelectedRange(newRange);\n }, [selectedRange === null || selectedRange === void 0 ? void 0 : selectedRange.end, selectedRange === null || selectedRange === void 0 ? void 0 : selectedRange.start, setSelectedRange]);\n const isDateRangeInvalid = useMemo(() => checkIfDateRangeInvalid({ disabledRanges, selectedRange }), [disabledRanges, selectedRange]);\n // Memoize finding preset since checkForMatchingPreset isn't quick.\n const matchedPreset = useMemo(() => {\n if (!selectedRange)\n return null;\n return checkForMatchingPreset(selectedRange);\n }, [selectedRange]);\n useEffect(() => {\n if (matchedPreset)\n setSelectedPreset(matchedPreset); // If selected value is a preset, set it.\n else\n setSelectedPreset(DATE_RANGE_OPTIONS[0]); // Otherwise, select \"custom\" option.\n }, [matchedPreset, setSelectedPreset]);\n return (React.createElement(Stack, { direction: \"vertical\", alignX: \"stretch\", spacing: \"0\", style: Object.assign({ gap: theme.sizes.base }, style), className: className, \"aria-describedby\": ariaDescribedBy, \"aria-label\": ariaLabel },\n showDatePresets && (React.createElement(Select, { disabled: isDisabled, label: \"Date Range\", options: DATE_RANGE_OPTIONS, value: selectedPreset === null || selectedPreset === void 0 ? void 0 : selectedPreset.value, onChange: updateRangePreset })),\n React.createElement(DateRangeInput, { isDisabled: isDisabled, label: \"Start date - End date\", onChangeStartDate: updateDateSegment('start'), onChangeEndDate: updateDateSegment('end'), startValue: selectedRange && selectedRange.start, endValue: selectedRange && selectedRange.end, error: isDateRangeInvalid ? 'Range contains invalid dates' : undefined }),\n previousPeriodProps.showPreviousPeriod && React.createElement(ComparePreviousPeriod, Object.assign({}, previousPeriodProps)),\n React.createElement(Divider, null),\n React.createElement(Stack, { alignX: \"center\" },\n React.createElement(RangeCalendar, { \"aria-label\": \"Selected Date Range\", isDisabled: isDisabled, value: selectedRange, onChange: setSelectedRange, disabledRanges: disabledRanges })),\n !!onReset && (React.createElement(React.Fragment, null,\n React.createElement(Divider, null),\n React.createElement(Card.Footer, { style: { display: 'flex', justifyContent: 'end', padding: 0, margin: 0 } },\n React.createElement(Button, { variant: \"default\", size: \"sm\", onClick: onReset, disabled: isDisabled }, \"Reset\"))))));\n};\n//# sourceMappingURL=DateRangePicker.js.map","export function alignmentToFlex(align) {\n switch (align) {\n case 'left':\n return 'flex-start';\n case 'center':\n return 'center';\n case 'right':\n return 'flex-end';\n default:\n return 'flex-start';\n }\n}\n//# sourceMappingURL=alignmentToFlex.js.map","export function parseWidth(width, fallback) {\n switch (typeof width) {\n case 'string':\n return width;\n case 'number':\n return `${width}px`;\n case 'object':\n return `minmax(${parseWidth(width.min, 'max-content')}, ${parseWidth(width.max)})`;\n default:\n return fallback || '1fr';\n }\n}\n//# sourceMappingURL=parseWidth.js.map","import { theme } from '../../../theme';\nimport { parseWidth } from './parseWidth';\nimport { sumAllAfterIndex, sumAllBeforeIndex } from './sumAll';\nexport function generateTableCss({ pinnedLeft, pinnedRight, cellWidths, scrollPosition, visible, stripingMode, }) {\n const pinnedLeftStyles = pinnedLeft.map((_, index) => `\n th:nth-child(${index + 1}),\n td:nth-child(${index + 1}) {\n position: sticky;\n left: ${cellWidths ? sumAllBeforeIndex(cellWidths, index + 1) : 0}px;\n z-index: 2;\n }\n `);\n const pinnedRightStyles = pinnedRight.map((_, index) => `\n th:nth-last-child(${index + 1}),\n td:nth-last-child(${index + 1}) {\n position: sticky;\n right: ${cellWidths ? sumAllAfterIndex(cellWidths, cellWidths.length - index) : 0}px;\n }\n `);\n const isLeftShadowVisible = scrollPosition !== 'start' && scrollPosition !== 'none';\n const leftShadow = `\n th:nth-child(${pinnedLeft.length})::after,\n td:nth-child(${pinnedLeft.length})::after {\n position: absolute;\n transform: translate(100%);\n top: 0;\n right: 0;\n bottom: -1px;\n width: 30px;\n content: \"\";\n pointer-events: none;\n box-sizing: border-box;\n box-shadow: ${isLeftShadowVisible ? 'inset 10px 0 10px -8px rgb(0 0 0 / 25%)' : 'none'};\n }\n `;\n const isRightShadowVisible = scrollPosition !== 'end' && scrollPosition !== 'none';\n const rightShadow = `\n th:nth-last-child(${pinnedRight.length})::after,\n td:nth-last-child(${pinnedRight.length})::after {\n position: absolute;\n transform: translate(-100%);\n top: 0;\n left: 0;\n bottom: -1px;\n width: 30px;\n content: \"\";\n pointer-events: none;\n box-sizing: border-box;\n box-shadow: ${isRightShadowVisible ? 'inset -10px 0 10px -8px rgb(0 0 0 / 25%)' : 'none'};\n }\n `;\n const stripingRow = `\n tr:nth-child(odd) > td {\n background-color: ${theme.colors.neutral.grey.lightest};\n }\n\n tr + tr > td {\n border-top: 1px solid ${theme.colors.neutral.grey.base};\n }\n `;\n const stripingNested = `\n tbody:nth-of-type(odd) > tr > td {\n background-color: ${theme.colors.neutral.grey.lightest};\n }\n\n tbody + tbody > tr:first-child > td {\n border-top: 1px solid ${theme.colors.neutral.grey.base};\n }\n `;\n return `\n grid-template-columns: ${visible.map((col) => parseWidth(col.width)).join(' ')};\n\n th::after, td::after {\n transition: box-shadow .3s;\n }\n\n ${pinnedLeft.length > 0 ? pinnedLeftStyles : ''}\n ${pinnedRight.length > 0 ? pinnedRightStyles : ''}\n\n ${leftShadow}\n ${rightShadow}\n\n ${stripingMode === 'nested' ? stripingNested : stripingRow}\n `;\n}\n//# sourceMappingURL=generateTableCss.js.map","export function sumAllBeforeIndex(array, index) {\n return array.slice(0, index - 1).reduce((acc, val) => acc + val, 0);\n}\nexport function sumAllAfterIndex(array, index) {\n return array.slice(index).reduce((acc, val) => acc + val, 0);\n}\n//# sourceMappingURL=sumAll.js.map","/* Sorting */\nexport var SortDirection;\n(function (SortDirection) {\n SortDirection[\"ascending\"] = \"ascending\";\n SortDirection[\"descending\"] = \"descending\";\n})(SortDirection || (SortDirection = {}));\n//# sourceMappingURL=types.js.map","import React from 'react';\nexport const DoubleArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5 10L8 13L11 10H5Z\", fill: \"currentColor\" }),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11 6L8 3L5 6L11 6Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=DoubleArrowIconIcon.js.map","import React from 'react';\nexport const ArrowUpIcon = (props) => {\n return (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M13 20V7.83L18.59 13.42L20 12L12 4L4 12L5.41 13.41L11 7.83L11 20H13Z\", fill: \"currentColor\" })));\n};\n//# sourceMappingURL=ArrowUpIcon.js.map","import React from 'react';\nexport const ArrowDownIcon = (props) => {\n return (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M11 4V16.17L5.41 10.58L4 12L12 20L20 12L18.59 10.59L13 16.17L13 4H11Z\", fill: \"currentColor\" })));\n};\n//# sourceMappingURL=ArrowDownIcon.js.map","import React from 'react';\nimport { theme } from '../../../theme';\nimport { SortDirection } from '../types';\nimport { DoubleArrowIcon } from '../../../tempIcons/DoubleArrowIconIcon';\nimport { ArrowUpIcon } from '../../../tempIcons/ArrowUpIcon';\nimport { ArrowDownIcon } from '../../../tempIcons/ArrowDownIcon';\nexport const GetSortIcon = ({ sortState, columnId, size }) => {\n if (!sortState || sortState.columnId !== columnId)\n return React.createElement(DoubleArrowIcon, { size: size });\n if (sortState.direction === SortDirection.ascending) {\n return React.createElement(ArrowUpIcon, { color: theme.colors.neutral.ink.dark, size: size });\n }\n return React.createElement(ArrowDownIcon, { color: theme.colors.neutral.ink.dark, size: size });\n};\n//# sourceMappingURL=GetSortIcon.js.map","/* eslint-disable react-hooks/exhaustive-deps */\nimport { useEffect, useState } from 'react';\nimport throttle from 'lodash.throttle';\nimport ResizeObserver from 'resize-observer-polyfill';\nexport function useCellWidths(tableRef, containerRef) {\n const [cellWidths, setCellWidths] = useState([]);\n const updateCellWidths = () => {\n if (!tableRef.current)\n return;\n const cells = tableRef.current.querySelectorAll('tbody tr:first-child td');\n const widths = Array.from(cells).map((cell) => cell.getBoundingClientRect().width);\n setCellWidths(widths);\n };\n useEffect(() => {\n updateCellWidths();\n }, [tableRef.current]);\n // Update cell widths when container is resized.\n useEffect(() => {\n if (!containerRef.current)\n return;\n const resizeObserverCallback = throttle(updateCellWidths, 50); // Throttle events\n const resizeObserver = new ResizeObserver(resizeObserverCallback);\n resizeObserver.observe(containerRef.current);\n // eslint-disable-next-line consistent-return\n return () => resizeObserver.disconnect();\n }, [containerRef.current]);\n return cellWidths;\n}\n//# sourceMappingURL=useCellWidths.js.map","class CustomEvent extends Event {\n constructor(eventType, data) {\n super(eventType, { bubbles: true, cancelable: true });\n this.data = data;\n }\n}\nexport const customEventEmitter = (eventType, data) => {\n const evt = new CustomEvent(eventType, data);\n document.dispatchEvent(evt);\n};\n//# sourceMappingURL=customEventEmitter.js.map","import { useEffect, useState } from 'react';\nimport { customEventEmitter } from '../utils/customEventEmitter';\nexport const useColumnWidths = ({ tableRef, columns, columnIds, }) => {\n const getColumnWidths = (cols) => cols.reduce((obj, item) => {\n // eslint-disable-next-line no-param-reassign\n obj[item.id] = item.width;\n return obj;\n }, {});\n const [columnWidths, setColumnWidths] = useState(getColumnWidths(columns));\n const setColumnWidth = ({ columnId, width }) => {\n const calculateWidth = (column, lastColumn) => {\n var _a, _b, _c;\n if (lastColumn)\n return columnWidths[column.id] || column.width;\n const val = columnWidths[column.id] ||\n column.width ||\n ((_c = (_b = (_a = tableRef.current) === null || _a === void 0 ? void 0 : _a.querySelector(`th[data-columnid=\"${column.id}\"]`)) === null || _b === void 0 ? void 0 : _b.getBoundingClientRect()) === null || _c === void 0 ? void 0 : _c.width) ||\n undefined;\n return val;\n };\n const newColumnWidths = Object.assign({}, columnWidths);\n columns.forEach((column, i) => {\n const lastColumn = i === columns.length - 1;\n const newWidth = column.id === columnId ? width : calculateWidth(column, lastColumn);\n newColumnWidths[column.id] = newWidth;\n });\n setColumnWidths(newColumnWidths);\n customEventEmitter('columnWidthUpdated', {\n tableRef,\n // eslint-disable-next-line @typescript-eslint/no-shadow\n columnWidths: newColumnWidths,\n });\n };\n useEffect(() => {\n const widths = getColumnWidths(columns);\n const newColumnWidths = Object.assign({}, columnWidths);\n Object.keys(widths).forEach((key) => {\n if (typeof columnWidths[key] === undefined) {\n newColumnWidths[key] = widths[key];\n }\n });\n setColumnWidths(newColumnWidths);\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [JSON.stringify(columnIds)]);\n return {\n setColumnWidth,\n columnWidths,\n };\n};\n//# sourceMappingURL=useColumnWidths.js.map","export function getColumnWidth(columnId, columnWidths, columns) {\n if (columnWidths[columnId]) {\n return columnWidths[columnId];\n }\n const column = columns.find((col) => col.id === columnId);\n return column === null || column === void 0 ? void 0 : column.width;\n}\n//# sourceMappingURL=getColumnWidth.js.map","import { useCallback } from 'react';\nimport { useColumnWidths } from './useColumnWidths';\nimport { getColumnWidth } from '../utils/getColumnWidth';\nexport function useColumns(columns, tableRef, onResizeColumns) {\n const { columnWidths, setColumnWidth: originalSetColumnWidth } = useColumnWidths({\n tableRef,\n columns,\n columnIds: columns.map(({ id }) => id),\n });\n const newColumns = columns.map((column) => (Object.assign(Object.assign({}, column), { width: columnWidths[column.id] || column.width })));\n const setColumnWidth = useCallback(({ columnId, width }) => {\n originalSetColumnWidth({ columnId, width });\n if (onResizeColumns) {\n const updatedColumnWidths = columns.map(({ id }) => ({\n id,\n columnWidth: id === columnId ? width : getColumnWidth(id, columnWidths, columns),\n }));\n onResizeColumns(updatedColumnWidths);\n }\n }, [originalSetColumnWidth, onResizeColumns, columns, columnWidths]);\n const visible = newColumns.filter((col) => col.hidden !== true);\n const pinnedLeft = visible.filter((col) => col.pinned === 'left');\n const pinnedRight = visible.filter((col) => col.pinned === 'right');\n const notPinned = visible.filter((col) => col.pinned === 'none' || !col.pinned);\n return {\n visible: [...pinnedLeft, ...notPinned, ...pinnedRight],\n pinnedLeft,\n pinnedRight,\n setColumnWidth,\n };\n}\n//# sourceMappingURL=useColumns.js.map","import { useEffect } from 'react';\nexport function useDragToScroll(targetRef) {\n useEffect(() => {\n if (!targetRef.current)\n return;\n let isDragging = false;\n const scrollTarget = targetRef.current;\n const position = {\n left: 0,\n x: 0,\n };\n const mouseMoveHandler = (e) => {\n if (!scrollTarget)\n return;\n const dx = e.clientX - position.x;\n scrollTarget.scrollLeft = position.left - dx;\n if (!isDragging) {\n scrollTarget.style.cursor = 'grabbing';\n scrollTarget.style.userSelect = 'none';\n }\n isDragging = true;\n };\n const mouseUpHandler = () => {\n document.removeEventListener('mousemove', mouseMoveHandler);\n document.removeEventListener('mouseup', mouseUpHandler);\n isDragging = false;\n if (!scrollTarget)\n return;\n scrollTarget.style.removeProperty('cursor');\n scrollTarget.style.removeProperty('user-select');\n };\n const mouseDownHandler = (e) => {\n if (!scrollTarget)\n return;\n position.left = scrollTarget.scrollLeft;\n position.x = e.clientX;\n document.addEventListener('mousemove', mouseMoveHandler);\n document.addEventListener('mouseup', mouseUpHandler);\n };\n scrollTarget.addEventListener('mousedown', mouseDownHandler);\n /* eslint-disable-next-line consistent-return */\n return () => scrollTarget === null || scrollTarget === void 0 ? void 0 : scrollTarget.removeEventListener('mousedown', mouseDownHandler);\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [targetRef.current]);\n}\n//# sourceMappingURL=useDragToScroll.js.map","import { useState } from 'react';\nexport function useNested() {\n const [expandedRowIds, setExpandedRowIds] = useState([]);\n // TODO: Memoise this\n const setExpanded = (expanded, rowId) => {\n if (!rowId)\n return;\n if (expanded) {\n // Add rowId to expandedRowIds\n if (expandedRowIds.includes(rowId))\n return;\n const rowIds = [...expandedRowIds, rowId];\n setExpandedRowIds(rowIds);\n }\n else {\n // Remove rowIds from expandedRowIds\n const index = expandedRowIds.findIndex((id) => id === rowId);\n if (index < 0)\n return;\n const rowIds = [...expandedRowIds];\n rowIds.splice(index, 1);\n setExpandedRowIds(rowIds);\n }\n };\n return {\n nestedTableProps: {\n expandedRowIds,\n setExpanded,\n },\n };\n}\n//# sourceMappingURL=useNested.js.map","/* eslint-disable consistent-return */\n/* eslint-disable react-hooks/exhaustive-deps */\nimport { useEffect, useState } from 'react';\nimport ResizeObserver from 'resize-observer-polyfill';\nimport throttle from 'lodash.throttle';\nexport function useScrollPosition(containerRef) {\n const [scrollPosition, setScrollPosition] = useState('start');\n const updateScrollPosition = () => {\n if (!containerRef.current)\n return;\n const { width } = containerRef.current.getBoundingClientRect();\n const { scrollLeft, scrollWidth } = containerRef.current;\n if (scrollWidth < width) {\n setScrollPosition('none');\n return;\n }\n if (scrollLeft === 0) {\n setScrollPosition('start');\n return;\n }\n if (scrollLeft + width >= scrollWidth) {\n setScrollPosition('end');\n return;\n }\n setScrollPosition('middle');\n };\n useEffect(() => {\n if (!containerRef.current)\n return;\n containerRef.current.addEventListener('scroll', updateScrollPosition);\n return () => { var _a; return (_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.removeEventListener('scroll', updateScrollPosition); };\n }, [containerRef.current]);\n useEffect(() => {\n if (!containerRef.current)\n return;\n const resizeObserverCallback = throttle(updateScrollPosition, 50);\n const resizeObserver = new ResizeObserver(resizeObserverCallback);\n resizeObserver.observe(containerRef.current);\n return () => resizeObserver.disconnect();\n }, [containerRef.current]);\n return { scrollPosition, containerRef };\n}\n//# sourceMappingURL=useScrollPosition.js.map","export const defaultCellSpacing = 3;\nexport const headerCellHeight = '56px';\nexport const footerCellHeight = '56px';\n//# sourceMappingURL=constants.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { alignmentToFlex } from '../utils';\nimport { defaultCellSpacing, headerCellHeight } from '../constants';\nexport const Header = styled.th.withConfig({ displayName: \"vui--Header\", componentId: \"vui--12e6ib8\" }) `height:${headerCellHeight};position:relative;display:flex;align-items:center;justify-content:${({ align = 'left' }) => alignmentToFlex(align)};z-index:${({ zIndex = 0 }) => zIndex};background-color:white;padding-left:${({ spacing = defaultCellSpacing }) => theme.sizes[spacing]};padding-right:${({ spacing = defaultCellSpacing }) => theme.sizes[spacing]};border-bottom:1px solid ${theme.colors.neutral.grey.base};grid-column-end:${({ span = 1 }) => `span ${span}`};`;\n//# sourceMappingURL=Header.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { Checkbox } from '../../Checkbox';\nimport { Header } from './Header';\nexport function SelectionHeader(_a) {\n var { selected, indeterminate, onChange, selectionMode } = _a, headerProps = __rest(_a, [\"selected\", \"indeterminate\", \"onChange\", \"selectionMode\"]);\n if (selectionMode === 'single')\n return React.createElement(Header, Object.assign({}, headerProps));\n return (React.createElement(Header, Object.assign({}, headerProps),\n React.createElement(Checkbox, { checked: selected, indeterminate: indeterminate, onChange: onChange })));\n}\n//# sourceMappingURL=SelectionHeader.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { alignmentToFlex } from '../utils';\nimport { defaultCellSpacing, footerCellHeight } from '../constants';\nexport const Cell = styled.td.withConfig({ displayName: \"vui--Cell\", componentId: \"vui--1oz46st\" }) `display:flex;align-items:center;justify-content:${({ align = 'left' }) => alignmentToFlex(align)};background-color:white;padding-bottom:var(--density);padding-top:var(--density);padding-left:${({ spacing = defaultCellSpacing }) => theme.sizes[spacing]};padding-right:${({ spacing = defaultCellSpacing }) => theme.sizes[spacing]};color:${theme.text.bodySmall.color};font-family:${theme.text.bodySmall.fontFamily};font-size:${theme.text.bodySmall.fontSize};font-style:${theme.text.bodySmall.fontStyle};font-weight:${theme.text.bodySmall.fontWeight};line-height:${theme.text.bodySmall.lineHeight};grid-column-end:${({ span = 1 }) => `span ${span}`};tfoot &{min-height:${footerCellHeight};border-top:1px solid ${theme.colors.secondary.blue.base};background-color:${theme.colors.neutral.grey.lightest};}`;\n//# sourceMappingURL=Cell.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { Checkbox } from '../../Checkbox';\nimport { Radio } from '../../Radio';\nimport { Cell } from './Cell';\nexport function SelectionCell(_a) {\n var { selected, rowId, onChange, selectionMode, disabled } = _a, cellProps = __rest(_a, [\"selected\", \"rowId\", \"onChange\", \"selectionMode\", \"disabled\"]);\n if (selectionMode === 'single') {\n return (React.createElement(Cell, Object.assign({}, cellProps),\n React.createElement(Radio, { value: rowId, checked: selected, disabled: disabled, onChange: onChange })));\n }\n return (React.createElement(Cell, Object.assign({}, cellProps),\n React.createElement(Checkbox, { value: rowId, checked: selected, disabled: disabled, onChange: onChange })));\n}\n//# sourceMappingURL=SelectionCell.js.map","/* eslint-disable react/destructuring-assignment */\nimport React from 'react';\nimport { SelectionHeader } from '../components/SelectionHeader';\nimport { SelectionCell } from '../components/SelectionCell';\nconst emptySelectionState = [[], () => { }];\nexport function useSelection({ selectionMode = 'multiple', selectionState, enabledRowIds, }) {\n const selectionEnabled = !!selectionState;\n const [selectedRowIds, setSelectedRowIds] = selectionState || emptySelectionState;\n // TODO: Memoise this\n const setSelected = (selected, rowId) => {\n if (rowId === undefined || rowId === null)\n return; // Can't use falsey, must allow number 0\n if (selected && selectionMode === 'single') {\n // Replace selectedRowIds with only the current rowId\n setSelectedRowIds([rowId]);\n return;\n }\n if (selected) {\n // Add rowId to selectedRowIds\n if (selectedRowIds.includes(rowId))\n return;\n const rowIds = [...selectedRowIds, rowId];\n setSelectedRowIds(rowIds);\n }\n else {\n // Remove rowIds from selectedRowIds\n const index = selectedRowIds.findIndex((id) => id === rowId);\n if (index < 0)\n return;\n const rowIds = [...selectedRowIds];\n rowIds.splice(index, 1);\n setSelectedRowIds(rowIds);\n }\n };\n // TODO: Memoise this\n const toggleAllSelected = () => {\n if (selectedRowIds.length === enabledRowIds.length) {\n setSelectedRowIds([]);\n return;\n }\n setSelectedRowIds(enabledRowIds);\n };\n // TODO: Memoise this\n const selectionColumn = {\n id: 'selection',\n title: 'Selection',\n width: '40px',\n align: 'center',\n pinned: 'left',\n renderHeader: (column, headerProps) => (React.createElement(SelectionHeader, Object.assign({}, headerProps, { selected: selectedRowIds.length === enabledRowIds.length, indeterminate: selectedRowIds.length > 0 && selectedRowIds.length < enabledRowIds.length, onChange: toggleAllSelected, selectionMode: selectionMode }))),\n renderCell: (row, cellProps, actions, rowState) => (React.createElement(SelectionCell, Object.assign({}, cellProps, { rowId: row.id, selected: rowState.selected, onChange: actions.setSelected, selectionMode: selectionMode, disabled: rowState.disabled }))),\n };\n return {\n selectionEnabled,\n selectedRowIds,\n selectionColumn,\n setSelected,\n };\n}\n//# sourceMappingURL=useSelection.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const SortIndicator = styled.div.withConfig({ displayName: \"vui--SortIndicator\", componentId: \"vui--o7masx\" }) `width:20px;height:20px;display:flex;align-items:center;justify-content:center;background-color:white;color:${theme.colors.neutral.ink.lightest};`;\nexport const HeaderContent = styled.span.withConfig({ displayName: \"vui--HeaderContent\", componentId: \"vui--vlccds\" }) `display:flex;height:28px;align-items:center;gap:4px;white-space:nowrap;color:${theme.text.headingTable.color};font-family:${theme.text.headingTable.fontFamily};font-size:${theme.text.headingTable.fontSize};font-style:${theme.text.headingTable.fontStyle};font-weight:${theme.text.headingTable.fontWeight};line-height:${theme.text.headingTable.lineHeight};`;\nexport const ClickableHeaderContent = styled(HeaderContent).attrs(() => ({\n as: 'button',\n type: 'button',\n})).withConfig({ displayName: \"vui--ClickableHeaderContent\", componentId: \"vui--xbox8h\" }) `appearance:none;padding:0;border:0;border-radius:4px;background-color:transparent;&:not(:disabled):hover{cursor:pointer;}&:hover ${SortIndicator}{background-color:${theme.colors.neutral.grey.light};color:${theme.colors.neutral.ink.base};}&:focus-visible{outline:0;box-shadow:0px 0px 0px 2px ${theme.colors.secondary.blue.light};}`;\n//# sourceMappingURL=ColumnHeader.js.map","import React, { createRef } from 'react';\nimport styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const ResizerBar = styled.div.withConfig({ displayName: \"vui--ResizerBar\", componentId: \"vui--115ilx\" }) `position:absolute;right:0;top:37.5%;width:1px;background:${theme.colors.neutral.grey.dark};min-height:25%;cursor:col-resize;&::before{content:'';position:absolute;top:-150%;left:0;width:12px;min-height:400%;z-index:1;transform:translateX(-6px);}`;\nexport const ColumnDivider = ({ columnId, setColumnWidth, minWidth }) => {\n const ref = createRef();\n const padding = 24;\n const mouseMove = (event) => {\n const { minTranslate, dragDivider, dragInitX } = window.tableHeaders;\n const translate = Math.max(event.clientX - (dragInitX || 0), minTranslate || 0);\n dragDivider.parentElement.parentElement.classList.add('hideHeaderDetails');\n dragDivider.style.transform = `translateX(${translate}px)`;\n };\n const minTranslate = () => {\n const { parentElement } = window.tableHeaders.dragDivider;\n const contentWidth = parentElement\n .querySelector('.headerContent')\n .getBoundingClientRect().width;\n const currWidth = parentElement.getBoundingClientRect().width;\n return contentWidth - currWidth + padding;\n };\n const calculateWidth = ({ event }) => {\n const { dragInitX, dragDivider } = window.tableHeaders;\n const { parentElement } = dragDivider;\n const initWidth = parentElement === null || parentElement === void 0 ? void 0 : parentElement.getBoundingClientRect().width;\n const contentWidth = parentElement\n .querySelector('.headerContent')\n .getBoundingClientRect().width;\n const finalWidth = minWidth && contentWidth < minWidth ? minWidth : contentWidth;\n const deltaX = (event.clientX || 0) - (dragInitX || 0);\n return Math.max((initWidth || 0) + deltaX, finalWidth + padding);\n };\n const mouseUp = (event) => {\n window.removeEventListener('mouseup', mouseUp);\n window.removeEventListener('dragend', mouseUp);\n window.removeEventListener('mousemove', mouseMove);\n window.removeEventListener('drag', mouseMove);\n setColumnWidth === null || setColumnWidth === void 0 ? void 0 : setColumnWidth({ columnId, width: calculateWidth({ event }) });\n if (window.tableHeaders) {\n window.tableHeaders.dragDivider.style.transform = 'translateX(0)';\n window.tableHeaders.dragDivider.parentElement.style.justifyContent = '';\n window.tableHeaders.dragInitX = undefined;\n window.tableHeaders.minTranslate = undefined;\n window.tableHeaders.dragDivider.parentElement.parentElement.classList.remove('hideHeaderDetails');\n }\n };\n const trackMouseStart = (event) => {\n if (event.button !== 0 && event.type !== 'dragstart')\n return;\n window.tableHeaders = {\n dragInitX: event.clientX,\n dragDivider: ref.current,\n };\n window.tableHeaders.minTranslate = minTranslate();\n window.addEventListener('mouseup', mouseUp);\n window.addEventListener('dragend', mouseUp);\n window.addEventListener('mousemove', mouseMove);\n window.addEventListener('drag', mouseMove);\n };\n return (React.createElement(ResizerBar, { ref: ref, className: \"th-divider\", onMouseDown: trackMouseStart, onDragStart: trackMouseStart }));\n};\n//# sourceMappingURL=ColumnDivider.js.map","import React from 'react';\nimport { Tooltip } from '../../Tooltip';\nimport { Header } from '../components/Header';\nimport { HeaderContent, ClickableHeaderContent, SortIndicator } from '../components/ColumnHeader';\nimport { getNextSortState, GetSortIcon } from '../utils';\nimport { ColumnDivider } from '../components/ColumnDivider';\n/**\n * Default renderer for table header cells\n *\n * @param column Column configuration object\n * @returns Header cell instance\n */\nexport function renderHeader({ column, sortState, onChangeSort, resizeableColumns, setColumnWidth, columnCount = 1, columnI = 0, }) {\n if (column.sortable && !sortState) {\n throw new Error(`Column '${column.id}' is configured to be sortable but the 'sortState' prop is missing.`);\n }\n if (column.hidden) {\n return null;\n }\n const headerProps = {\n key: column.id.toString(),\n id: `datatable-header-${column.id}`,\n 'data-columnid': String(column.id),\n role: 'columnheader',\n align: column.align,\n spacing: column.spacing,\n className: column.sortable ? 'sortable' : undefined,\n };\n // If defined, use custom renderer\n if (column.renderHeader) {\n return column.renderHeader(column, headerProps);\n }\n const handleClickSort = () => {\n if (!sortState) {\n console.log('DataGrid::renderHeader::handleClickSort - sortState is not defined');\n return;\n }\n const nextSortState = getNextSortState({ sortState, columnId: column.id });\n if (!onChangeSort) {\n console.log('DataGrid::renderHeader::handleClickSort - onChangeSort is not defined');\n return;\n }\n onChangeSort(nextSortState);\n };\n const ColumnHeaderContent = column.sortable ? ClickableHeaderContent : HeaderContent;\n const columnHeaderProps = column.sortable ? { onClick: handleClickSort } : {};\n return (React.createElement(Header, Object.assign({}, headerProps, { zIndex: 3 }),\n React.createElement(Tooltip, { text: column.tooltip },\n React.createElement(ColumnHeaderContent, Object.assign({}, columnHeaderProps, { className: \"headerContent\" }),\n column.icon && column.icon,\n column.title && React.createElement(\"span\", null, column.title),\n column.sortable && (React.createElement(SortIndicator, null,\n React.createElement(GetSortIcon, { sortState: sortState, columnId: column.id, size: 5 }))))),\n resizeableColumns && columnI < columnCount - 1 && (React.createElement(ColumnDivider, { columnId: column.id, setColumnWidth: setColumnWidth, minWidth: column === null || column === void 0 ? void 0 : column.resizeMinWidth }))));\n}\n//# sourceMappingURL=renderHeader.js.map","import { SortDirection } from '../types';\nexport function getNextSortState({ sortState, columnId }) {\n const isColumnSame = sortState.columnId === columnId;\n const isDefaultDirection = sortState.direction === SortDirection.ascending;\n let newSortDirection = SortDirection.ascending;\n if (isColumnSame && isDefaultDirection) {\n newSortDirection = SortDirection.descending;\n }\n return { columnId, direction: newSortDirection };\n}\n//# sourceMappingURL=getNextSortState.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\n/* Loading content shimmer animation */\nconst shimmerLight = theme.colors.neutral.grey.base;\nconst shimmerDark = theme.colors.neutral.grey.dark;\nexport const LoadingCellContent = styled.div.withConfig({ displayName: \"vui--LoadingCellContent\", componentId: \"vui--1mf4ayh\" }) `height:20px;width:75%;border-radius:${theme.radius.base};background:${shimmerLight};background-image:linear-gradient(\\n to right,\\n ${shimmerLight} 0%,\\n ${shimmerDark} 20%,\\n ${shimmerLight} 40%,\\n ${shimmerLight} 100%\\n );background-repeat:no-repeat;background-size:800px 104px;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholderShimmer;animation-timing-function:linear;@keyframes placeholderShimmer{0%{background-position:-468px 0;}100%{background-position:468px 0;}}`;\n//# sourceMappingURL=LoadingCellContent.js.map","import React, { useEffect, useState } from 'react';\nimport styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { renderHeader } from '../renderers/renderHeader';\nimport { headerCellHeight } from '../constants';\nconst Container = styled.div.withConfig({ displayName: \"vui--Container\", componentId: \"vui--1feqxrw\" }) `display:grid;grid-template-columns:auto 1fr;align-items:center;position:absolute;top:0;left:0;right:0;z-index:50;height:${headerCellHeight};background-color:white;`;\nconst Content = styled.div.withConfig({ displayName: \"vui--Content\", componentId: \"vui--dbz7t3\" }) `width:100%;height:100%;display:flex;align-items:center;padding:0 0.5rem;border-bottom:1px solid ${theme.colors.neutral.grey.base};& > *{flex:1;}`;\nexport function ActionBar({ selectionColumn, intersectionTargetRef, containerRef, children, }) {\n var _a;\n const [isSticky, setIsSticky] = useState(false);\n useEffect(() => {\n if (!intersectionTargetRef.current)\n return;\n const callback = (entries) => {\n entries.forEach((entry) => {\n setIsSticky(!entry.isIntersecting);\n });\n };\n const intersectionObserver = new IntersectionObserver(callback);\n intersectionObserver.observe(intersectionTargetRef.current);\n /* eslint-disable-next-line consistent-return */\n return () => intersectionObserver.disconnect();\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [intersectionTargetRef.current]);\n const containerRect = (_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect();\n const defaultPositionStyles = {\n position: 'absolute',\n top: 0,\n left: 0,\n right: 0,\n };\n const stickyPositionStyles = {\n position: 'fixed',\n top: 0,\n left: containerRect === null || containerRect === void 0 ? void 0 : containerRect.left,\n width: containerRect === null || containerRect === void 0 ? void 0 : containerRect.width,\n };\n const style = isSticky ? stickyPositionStyles : defaultPositionStyles;\n return (React.createElement(Container, { style: style },\n renderHeader({ column: selectionColumn }),\n React.createElement(Content, null, children)));\n}\n//# sourceMappingURL=ActionBar.js.map","import React from 'react';\nexport const VisiblityIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M12 4.5C7 4.5 2.73 7.61 1 12C2.73 16.39 7 19.5 12 19.5C17 19.5 21.27 16.39 23 12C21.27 7.61 17 4.5 12 4.5ZM12 17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7C14.76 7 17 9.24 17 12C17 14.76 14.76 17 12 17ZM12 9C10.34 9 9 10.34 9 12C9 13.66 10.34 15 12 15C13.66 15 15 13.66 15 12C15 10.34 13.66 9 12 9Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=VisibilityIcon.js.map","import React from 'react';\nexport const VisiblityOffIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M12 7C14.76 7 17 9.24 17 12C17 12.65 16.87 13.26 16.64 13.83L19.56 16.75C21.07 15.49 22.26 13.86 22.99 12C21.26 7.61 16.99 4.5 11.99 4.5C10.59 4.5 9.25 4.75 8.01 5.2L10.17 7.36C10.74 7.13 11.35 7 12 7ZM2 4.27L4.28 6.55L4.74 7.01C3.08 8.3 1.78 10.02 1 12C2.73 16.39 7 19.5 12 19.5C13.55 19.5 15.03 19.2 16.38 18.66L16.8 19.08L19.73 22L21 20.73L3.27 3L2 4.27ZM7.53 9.8L9.08 11.35C9.03 11.56 9 11.78 9 12C9 13.66 10.34 15 12 15C12.22 15 12.44 14.97 12.65 14.92L14.2 16.47C13.53 16.8 12.79 17 12 17C9.24 17 7 14.76 7 12C7 11.21 7.2 10.47 7.53 9.8ZM11.84 9.02L14.99 12.17L15.01 12.01C15.01 10.35 13.67 9.01 12.01 9.01L11.84 9.02Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=VisibilityOffIcon.js.map","import React from 'react';\nexport const ReorderIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M3 15H21V13H3V15ZM3 19H21V17H3V19ZM3 11H21V9H3V11ZM3 5V7H21V5H3Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=ReorderIcon.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const EmptyBodyContent = styled.div.withConfig({ displayName: \"vui--EmptyBodyContent\", componentId: \"vui--grzgy2\" }) `padding-top:${theme.sizes.lg};padding-bottom:${theme.sizes.lg};grid-column:${({ columnCount }) => `1 / span ${columnCount}`};display:flex;flex-direction:column;align-items:center;justify-content:center;gap:${theme.sizes.md};`;\nexport const EmptyBodyGlyphWrapper = styled.div.withConfig({ displayName: \"vui--EmptyBodyGlyphWrapper\", componentId: \"vui--1uqall4\" }) `padding:${theme.sizes.md};background-color:${theme.colors.neutral.grey.light};border-radius:${theme.radius.full};`;\n//# sourceMappingURL=EmptyBodyContent.js.map","import styled from 'styled-components';\nexport const NoWrap = styled.div.withConfig({ displayName: \"vui--NoWrap\", componentId: \"vui--208yv4\" }) `white-space:nowrap;`;\n//# sourceMappingURL=NoWrap.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const Row = styled.tr.withConfig({ displayName: \"vui--Row\", componentId: \"vui--ryxbs1\" }) `display:contents;${({ selected }) => selected &&\n `\n &&&& > td {\n background-color: ${theme.colors.brand.blue.lightest};\n }\n `};${({ accentColor }) => accentColor &&\n `\n &> *:first-child {\n position: relative;\n }\n\n & > *:first-child::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 4px;\n background-color: ${accentColor};\n }\n `}`;\n//# sourceMappingURL=Row.js.map","import styled from 'styled-components';\nexport const ScrollContainer = styled.div.withConfig({ displayName: \"vui--ScrollContainer\", componentId: \"vui--1bx96p0\" }) `position:relative;width:100%;overflow-x:auto;overflow-y:hidden;`;\n//# sourceMappingURL=ScrollContainer.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nconst defaultDensity = 'base';\nexport const TableGrid = styled.table.withConfig({ displayName: \"vui--TableGrid\", componentId: \"vui--1fsix8g\" }) `min-width:100%;width:max-content;display:grid;& thead,& tbody,& tfoot{display:contents;}--density:${theme.sizes[defaultDensity]};&& tr:hover td{background-color:#f2f8fc;}${({ css }) => css}`;\n//# sourceMappingURL=TableGrid.js.map","import styled from 'styled-components';\nexport const Truncate = styled.div.withConfig({ displayName: \"vui--Truncate\", componentId: \"vui--14fzkum\" }) `overflow:hidden;text-overflow:ellipsis;white-space:nowrap;`;\n//# sourceMappingURL=Truncate.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nconst borderModeStyles = {\n full: `border-width: 1px; border-radius: ${theme.radius.base};`,\n vertical: 'border-width: 0; border-top-width: 1px; border-bottom-width: 1px;',\n none: 'border-width: 0;',\n};\nexport const Wrapper = styled.div.withConfig({ displayName: \"vui--Wrapper\", componentId: \"vui--5gfhdd\" }) `width:100%;position:relative;border-style:solid;border-color:${theme.colors.neutral.grey.dark};${({ borderMode = 'full' }) => borderModeStyles[borderMode]} &,& *{box-sizing:border-box;}.hideHeaderDetails th{> *{opacity:0.1;}.th-divider{opacity:1;}}`;\n//# sourceMappingURL=Wrapper.js.map","/* eslint-disable react-hooks/exhaustive-deps */\nimport React, { useEffect, useRef, useState } from 'react';\nimport throttle from 'lodash.throttle';\nimport ResizeObserver from 'resize-observer-polyfill';\nimport { theme } from '../../../theme';\nimport { headerCellHeight } from '../constants';\nimport { TableGrid } from './TableGrid';\nexport function StickyHead({ children, intersectionTargetRef, containerRef, cellWidths, tableCss, }) {\n const stickyContainerRef = useRef(null);\n const [isVisible, setIsVisible] = useState(false);\n const [containerRect, setContainerRect] = useState({\n top: 0,\n left: 0,\n width: 0,\n height: 0,\n });\n const updateContainerDimensions = () => {\n var _a;\n const targetRect = (_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect();\n const newRect = {\n left: (targetRect === null || targetRect === void 0 ? void 0 : targetRect.left) || 0,\n width: (targetRect === null || targetRect === void 0 ? void 0 : targetRect.width) || 0,\n top: 0,\n height: 48,\n };\n setContainerRect(newRect);\n };\n const updateContainerScrollPosition = () => {\n var _a;\n if (!containerRef.current)\n return;\n const xScrollOffset = containerRef.current.scrollLeft;\n (_a = stickyContainerRef.current) === null || _a === void 0 ? void 0 : _a.scrollTo(xScrollOffset, 0);\n };\n // Configure intersection observer to toggle sticky header on/off\n useEffect(() => {\n if (!intersectionTargetRef.current)\n return;\n const options = {\n threshold: 1.0,\n };\n const intersectionCallback = (entries) => {\n entries.forEach((entry) => {\n setIsVisible(!entry.isIntersecting);\n });\n };\n const intersectionObserver = new IntersectionObserver(intersectionCallback, options);\n intersectionObserver.observe(intersectionTargetRef.current);\n return () => intersectionObserver.disconnect(); // eslint-disable-line consistent-return\n }, [intersectionTargetRef.current]);\n // Calculate sticky header position and size to match table container\n useEffect(() => {\n if (!isVisible)\n return;\n if (!containerRef.current)\n return;\n updateContainerDimensions();\n }, [containerRef.current, isVisible]);\n // Update dimensions when container element is resized\n useEffect(() => {\n if (!isVisible)\n return;\n if (!containerRef.current)\n return;\n const resizeObserverCallback = throttle(updateContainerDimensions, 33); // Throttle events\n const resizeObserver = new ResizeObserver(resizeObserverCallback);\n resizeObserver.observe(containerRef.current);\n return () => resizeObserver.disconnect(); // eslint-disable-line consistent-return\n }, [containerRef.current, isVisible]);\n // Sync container scrolling\n useEffect(() => {\n updateContainerScrollPosition();\n }, [isVisible]);\n useEffect(() => {\n var _a;\n (_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.addEventListener('scroll', updateContainerScrollPosition);\n return () => {\n var _a;\n (_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.removeEventListener('scroll', updateContainerScrollPosition);\n };\n }, [containerRef.current]);\n // Render sticky header\n if (!isVisible)\n return null;\n const containerStyle = Object.assign(Object.assign({}, containerRect), { height: headerCellHeight, position: 'fixed', zIndex: 5, overflowX: 'hidden', overflowY: 'hidden', borderBottom: `1px solid ${theme.colors.neutral.grey.base}` });\n // Generate styles to sync sticky columns with \"real\" columns\n const columnsCss = cellWidths\n .map((width, index) => `\n & th:nth-child(${index + 1}) {\n width: ${width}px;\n }\n `)\n .join('');\n // Append to generated table styles\n const allCss = tableCss + columnsCss;\n return (React.createElement(\"div\", { style: containerStyle, ref: stickyContainerRef },\n React.createElement(TableGrid, { css: allCss },\n React.createElement(\"thead\", null, children))));\n}\n//# sourceMappingURL=StickyHead.js.map","export const getRowState = (rowId, { selectedRowIds, expandedRowIds, disabledRowIds, }) => {\n const rowState = {\n selected: (selectedRowIds === null || selectedRowIds === void 0 ? void 0 : selectedRowIds.includes(rowId)) || false,\n expanded: (expandedRowIds === null || expandedRowIds === void 0 ? void 0 : expandedRowIds.includes(rowId)) || false,\n disabled: (disabledRowIds === null || disabledRowIds === void 0 ? void 0 : disabledRowIds.includes(rowId)) || false,\n };\n return rowState;\n};\n//# sourceMappingURL=getRowState.js.map","/* eslint-disable jsx-a11y/no-redundant-roles */\nimport React, { useRef } from 'react';\nimport { Stack } from '../Stack';\nimport { Text } from '../Text';\nimport { generateTableCss } from './utils';\nimport { useCellWidths, useColumns, useDragToScroll, useScrollPosition, useSelection, } from './hooks';\nimport { renderCell, renderFooter, renderHeader, renderLoadingCell, renderNestedCell, } from './renderers';\nimport { ActionBar } from './components/ActionBar';\nimport { Cell } from './components/Cell';\nimport { ColumnMenu } from './components/ColumnMenu';\nimport { EmptyBodyContent, EmptyBodyGlyphWrapper } from './components/EmptyBodyContent';\nimport { Header } from './components/Header';\nimport { NoWrap } from './components/NoWrap';\nimport { Row } from './components/Row';\nimport { ScrollContainer } from './components/ScrollContainer';\nimport { TableGrid } from './components/TableGrid';\nimport { Truncate } from './components/Truncate';\nimport { Wrapper } from './components/Wrapper';\nimport { SelectionCell } from './components/SelectionCell';\nimport { SelectionHeader } from './components/SelectionHeader';\nimport { StickyHead } from './components/StickyHead';\nimport { getRowState } from './utils/getRowState';\nimport { InfoIcon } from '../../tempIcons/InfoIcon';\nconst defaultEmptyState = {\n icon: React.createElement(InfoIcon, { width: 48, height: 48 }),\n heading: 'No results',\n};\nconst emptyAction = () => { };\nexport const DataTable = ({ ActionBarSlot, borderMode, columns: initialColumns, emptyState = defaultEmptyState, expandedRowIds, loading, loadingRowCount, onChangeSort, rows, disabledRowIds, selectionMode, selectionState, setExpanded, sortState, stripingMode, enableStickyHeader, resizeableColumns, onResizeColumns, }) => {\n // Refs\n const scrollContainerRef = useRef(null);\n const tableRef = useRef(null);\n const intersectionTargetRef = useRef(null);\n useDragToScroll(scrollContainerRef);\n // Configure row selection\n const enabledRowIds = rows.map((row) => row.id).filter((id) => !(disabledRowIds === null || disabledRowIds === void 0 ? void 0 : disabledRowIds.includes(id)));\n const { selectionEnabled, selectedRowIds, selectionColumn, setSelected } = useSelection({\n selectionMode,\n selectionState,\n enabledRowIds,\n });\n // Assign actions\n const actions = {\n setSelected: setSelected || emptyAction,\n setExpanded: setExpanded || emptyAction,\n };\n // Process columns\n const columnsWithSelection = [selectionColumn, ...initialColumns];\n const allColumns = selectionEnabled ? columnsWithSelection : initialColumns;\n const cellWidths = useCellWidths(tableRef, scrollContainerRef);\n const { visible, pinnedLeft, pinnedRight, setColumnWidth } = useColumns(allColumns, tableRef, onResizeColumns);\n const adjustedCellWidths = cellWidths.length === visible.length\n ? visible.map((col, i) => Number.isNaN(col.width || '') ? cellWidths[i] : col.width)\n : cellWidths;\n // Generate styles\n const { scrollPosition } = useScrollPosition(scrollContainerRef);\n const tableCss = generateTableCss({\n pinnedLeft,\n pinnedRight,\n cellWidths: adjustedCellWidths,\n scrollPosition,\n visible,\n stripingMode,\n });\n // Render states\n if (loading) {\n const loadingRows = new Array(loadingRowCount).fill(true).map(() => ({\n // generate random ID forcing all rows to re-render avoid animation de-sync\n id: Math.random() * 1000,\n data: null,\n }));\n return (React.createElement(Wrapper, { borderMode: borderMode },\n React.createElement(ScrollContainer, { ref: scrollContainerRef },\n React.createElement(TableGrid, { css: tableCss, ref: tableRef, role: \"table\" },\n React.createElement(\"thead\", { role: \"rowgroup\" },\n React.createElement(Row, { role: \"row\" }, visible.map((column, i) => renderHeader({\n column,\n sortState,\n onChangeSort,\n resizeableColumns,\n setColumnWidth,\n columnCount: visible.length,\n columnI: i,\n })))),\n React.createElement(\"tbody\", { role: \"rowgroup\" }, loadingRows.map((row) => (React.createElement(Row, { key: row.id }, visible.map((col) => renderLoadingCell(row, col))))))))));\n }\n if (rows.length === 0) {\n return (React.createElement(Wrapper, { borderMode: borderMode },\n React.createElement(ScrollContainer, { ref: scrollContainerRef },\n React.createElement(TableGrid, { css: tableCss, ref: tableRef, role: \"table\" },\n React.createElement(\"thead\", { role: \"rowgroup\" },\n React.createElement(Row, { role: \"row\" }, visible.map((column, i) => renderHeader({\n column,\n sortState,\n onChangeSort,\n resizeableColumns,\n setColumnWidth,\n columnCount: visible.length,\n columnI: i,\n })))),\n React.createElement(\"tbody\", { role: \"rowgroup\" },\n React.createElement(EmptyBodyContent, { columnCount: visible.length },\n React.createElement(EmptyBodyGlyphWrapper, null, emptyState.icon),\n React.createElement(Stack, { spacing: \"sm\", alignX: \"center\" },\n React.createElement(Text, { variant: \"headingMedium\" }, emptyState.heading),\n emptyState.subheading && (React.createElement(Text, { variant: \"subheadingMedium\" }, emptyState.subheading)))))))));\n }\n const renderRow = (row) => {\n const { e2eClassName = '', accentColor } = row;\n const rowState = getRowState(row.id, { selectedRowIds, expandedRowIds, disabledRowIds });\n return (React.createElement(Row, Object.assign({ role: \"row\", key: row.id, accentColor: accentColor, className: e2eClassName }, rowState), visible.map((col) => renderCell(row, col, actions, rowState))));\n };\n const renderNestedRow = (nestedRow, rowId) => {\n var _a, _b;\n const nestedRowE2eClassName = (_b = (_a = nestedRow === null || nestedRow === void 0 ? void 0 : nestedRow.data) === null || _a === void 0 ? void 0 : _a.e2eClassNames) === null || _b === void 0 ? void 0 : _b.row;\n const rowState = getRowState(rowId, { selectedRowIds, expandedRowIds, disabledRowIds });\n return (React.createElement(Row, { role: \"row\", key: nestedRow.id, className: nestedRowE2eClassName }, visible.map((col) => renderNestedCell(nestedRow, col, rowState))));\n };\n const renderSection = (row) => {\n var _a;\n const isExpanded = expandedRowIds === null || expandedRowIds === void 0 ? void 0 : expandedRowIds.includes(row.id);\n return (React.createElement(\"tbody\", { role: \"rowgroup\", key: row.id },\n renderRow(row),\n isExpanded && ((_a = row.nestedRows) === null || _a === void 0 ? void 0 : _a.map((nestedRow) => renderNestedRow(nestedRow, row.id)))));\n };\n const renderBody = () => {\n const hasNestedRows = !!expandedRowIds;\n const hasMultipleSections = hasNestedRows && stripingMode === 'nested';\n if (hasMultipleSections) {\n return rows.map(renderSection);\n }\n if (hasNestedRows) {\n return (React.createElement(\"tbody\", { role: \"rowgroup\" }, rows.map((row) => {\n var _a;\n const rowElement = renderRow(row);\n const isExpanded = expandedRowIds === null || expandedRowIds === void 0 ? void 0 : expandedRowIds.includes(row.id);\n const nestedRowElements = (isExpanded &&\n ((_a = row.nestedRows) === null || _a === void 0 ? void 0 : _a.map((nestedRow) => renderNestedRow(nestedRow, row.id)))) ||\n [];\n return [rowElement, ...nestedRowElements];\n })));\n }\n return React.createElement(\"tbody\", { role: \"rowgroup\" }, rows.map(renderRow));\n };\n const headersMarkup = (React.createElement(Row, { role: \"row\" }, visible.map((column, i) => renderHeader({\n column,\n sortState,\n onChangeSort,\n resizeableColumns,\n setColumnWidth,\n columnCount: visible.length,\n columnI: i,\n }))));\n const shouldRenderFooter = initialColumns.some((column) => !!column.renderFooter);\n const shouldRenderActionBar = selectedRowIds.length > 0 && !!ActionBarSlot;\n return (React.createElement(Wrapper, { borderMode: borderMode },\n shouldRenderActionBar && (React.createElement(ActionBar, { selectionColumn: selectionColumn, intersectionTargetRef: intersectionTargetRef, containerRef: scrollContainerRef }, ActionBarSlot)),\n React.createElement(ScrollContainer, { ref: scrollContainerRef },\n enableStickyHeader && (React.createElement(StickyHead, { tableCss: tableCss, intersectionTargetRef: intersectionTargetRef, containerRef: scrollContainerRef, cellWidths: adjustedCellWidths }, headersMarkup)),\n React.createElement(\"div\", { ref: intersectionTargetRef, style: { height: 0 } }),\n React.createElement(TableGrid, { css: tableCss, ref: tableRef, role: \"table\" },\n React.createElement(\"thead\", { role: \"rowgroup\" }, headersMarkup),\n renderBody(),\n shouldRenderFooter && (React.createElement(\"tfoot\", { role: \"rowgroup\" },\n React.createElement(Row, { role: \"row\" }, visible.map((column) => renderFooter({ column })))))))));\n};\nDataTable.defaultProps = {\n loading: false,\n loadingRowCount: 5,\n selectionMode: 'multiple',\n stripingMode: 'row',\n enableStickyHeader: true,\n};\nDataTable.Cell = Cell;\nDataTable.ColumnMenu = ColumnMenu;\nDataTable.SelectionCell = SelectionCell;\nDataTable.SelectionHeader = SelectionHeader;\nDataTable.Header = Header;\nDataTable.Truncate = Truncate;\nDataTable.NoWrap = NoWrap;\n//# sourceMappingURL=DataTable.js.map","import React from 'react';\nimport { Cell } from '../components/Cell';\nimport { LoadingCellContent } from '../components/LoadingCellContent';\n/**\n * Default renderer for loading cells\n * @param row\n * @param column\n * @returns\n */\nexport function renderLoadingCell(row, column) {\n if (column.hidden === true) {\n return null;\n }\n const cellProps = {\n align: column.align,\n key: `${row.id}-${column.id}`,\n role: 'cell',\n spacing: column.spacing,\n };\n return (React.createElement(Cell, Object.assign({}, cellProps),\n React.createElement(LoadingCellContent, null)));\n}\n//# sourceMappingURL=renderLoadingCell.js.map","/**\n * Default renderer for table cells\n *\n * @param row\n * @param column\n * @returns\n */\nexport function renderCell(row, column, actions, rowState) {\n if (column.hidden) {\n return null;\n }\n const cellProps = {\n align: column.align,\n key: `${row.id}-${column.id}`,\n role: 'cell',\n spacing: column.spacing,\n span: column.span,\n };\n return column.renderCell(row, cellProps, actions, rowState);\n}\n//# sourceMappingURL=renderCell.js.map","import React from 'react';\nimport { Cell } from '../components/Cell';\n/**\n * Default renderer for table cells in nested rows\n *\n * @param nestedRow\n * @param column\n * @returns\n */\nexport function renderNestedCell(nestedRow, column, rowState) {\n if (column.hidden) {\n return null;\n }\n const cellProps = {\n align: column.align,\n key: `${nestedRow.id}-${column.id}`,\n role: 'cell',\n spacing: column.spacing,\n };\n if (!column.renderNestedCell) {\n return React.createElement(Cell, Object.assign({}, cellProps));\n }\n return column.renderNestedCell(nestedRow, cellProps, rowState);\n}\n//# sourceMappingURL=renderNestedCell.js.map","import React from 'react';\nimport { Cell } from '../components/Cell';\n/**\n * Default renderer for table footer cells\n *\n * @param column Column configuration object\n * @returns Footer cell instance\n */\nexport function renderFooter({ column }) {\n if (column.hidden) {\n return null;\n }\n const footerProps = {\n key: column.id,\n role: 'cell',\n align: column.align,\n spacing: column.spacing,\n };\n if (!column.renderFooter) {\n return React.createElement(Cell, Object.assign({}, footerProps));\n }\n return column.renderFooter(column, footerProps);\n}\n//# sourceMappingURL=renderFooter.js.map","import React, { useState } from 'react';\nimport { Button } from '../../Button';\nimport { Card } from '../../Card';\nimport { Popover } from '../../Popover';\nimport { Stack } from '../../Stack';\nimport { theme } from '../../../theme';\nimport { VisiblityIcon } from '../../../tempIcons/VisibilityIcon';\nimport { VisiblityOffIcon } from '../../../tempIcons/VisibilityOffIcon';\nimport { ReorderIcon } from '../../../tempIcons/ReorderIcon';\nexport function ColumnMenu({ columns, columnGroups, setColumns }) {\n const [popoverAnchor, setPopoverAnchor] = useState(null);\n const [showPopover, setShowPopover] = useState(false);\n const columnEntries = columns.map((column) => [column.id, column]);\n const columnsMap = Object.fromEntries(columnEntries);\n const groups = columnGroups.map((group) => group.map((columnId) => columnsMap[columnId]));\n const setHidden = (groupIndex, hidden) => {\n const columnIds = groups[groupIndex].map((column) => column.id);\n const newColumns = [...columns];\n columnIds.forEach((columnId) => {\n const index = newColumns.findIndex((column) => column.id === columnId);\n if (index < 0)\n return;\n newColumns[index] = Object.assign(Object.assign({}, newColumns[index]), { hidden });\n });\n setColumns(newColumns);\n };\n return (React.createElement(React.Fragment, null,\n React.createElement(Button, { ref: setPopoverAnchor, dropdown: true, onClick: () => setShowPopover(true) }, \"Columns\"),\n showPopover && (React.createElement(Popover, { anchorElement: popoverAnchor, onShouldClose: () => setShowPopover(false) },\n React.createElement(Card, { style: { width: 600 } },\n React.createElement(Stack, { alignX: \"stretch\", spacing: \"sm\" }, groups.map((group, groupIndex) => (React.createElement(Stack, { key: group[0].id, direction: \"horizontal\", alignY: \"center\", spacing: \"sm\", style: {\n border: '1px solid black',\n padding: 8,\n } },\n React.createElement(Button, { variant: \"flat\", icon: React.createElement(ReorderIcon, null) }),\n React.createElement(Stack, { spacing: \"sm\", style: { flex: 1 } }, group.map((column) => (React.createElement(\"div\", { key: column.id }, column.title)))),\n React.createElement(Stack, { direction: \"horizontal\", spacing: \"sm\" }, group[0].hidden ? (React.createElement(Button, { variant: \"flat\", icon: React.createElement(VisiblityOffIcon, null), onClick: () => setHidden(groupIndex, false), style: { color: theme.colors.neutral.ink.lightest } })) : (React.createElement(Button, { variant: \"flat\", icon: React.createElement(VisiblityIcon, null), onClick: () => setHidden(groupIndex, true) }))))))))))));\n}\n//# sourceMappingURL=ColumnMenu.js.map","import React from 'react';\nimport styled from 'styled-components';\nimport { theme } from '../../theme';\nconst List = styled.dl.withConfig({ displayName: \"vui--List\", componentId: \"vui--syirga\" }) `margin:unset;& > * + *{margin-top:${theme.sizes.base};}`;\nconst Item = styled.div.withConfig({ displayName: \"vui--Item\", componentId: \"vui--dz7dgm\" }) `& > * + *{margin-top:${theme.sizes.xs};}`;\nconst ItemRow = styled.div.withConfig({ displayName: \"vui--ItemRow\", componentId: \"vui--1b0o5wp\" }) `display:flex;justify-content:space-between;& > * + *{margin-left:${theme.sizes.base};}`;\nconst DescriptionContainer = styled.div.withConfig({ displayName: \"vui--DescriptionContainer\", componentId: \"vui--foltw8\" }) `text-align:right;& > * + *{margin-top:${theme.sizes.xs};}`;\nconst Term = styled.dt.withConfig({ displayName: \"vui--Term\", componentId: \"vui--s2cfux\" }) `font-family:${theme.text.bodyBold.fontFamily};font-size:${theme.text.bodyBold.fontSize};font-weight:${theme.text.bodyBold.fontWeight};line-height:${theme.text.bodyBold.lineHeight};color:${theme.text.bodyBold.color};`;\nconst Description = styled.dd.withConfig({ displayName: \"vui--Description\", componentId: \"vui--1915ejg\" }) `margin-left:unset;font-family:${theme.text.body.fontFamily};font-size:${theme.text.body.fontSize};font-weight:${theme.text.body.fontWeight};line-height:${theme.text.body.lineHeight};color:${theme.text.body.color};`;\nexport const DescriptionList = ({ items, horizontal }) => {\n const renderDescription = (description) => {\n if (Array.isArray(description)) {\n return description.map((d) => React.createElement(Description, { key: d }, d));\n }\n return React.createElement(Description, null, description);\n };\n const renderItem = (item) => {\n if (horizontal) {\n return (React.createElement(ItemRow, { key: item.term },\n React.createElement(Term, null, item.term),\n React.createElement(DescriptionContainer, null, renderDescription(item.description))));\n }\n return (React.createElement(Item, { key: item.term },\n React.createElement(Term, null, item.term),\n renderDescription(item.description)));\n };\n return React.createElement(List, null, items.map(renderItem));\n};\n//# sourceMappingURL=DescriptionList.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nconst { sizes, colors } = theme;\nexport const ColumnGrid = styled.div.withConfig({ displayName: \"vui--ColumnGrid\", componentId: \"vui--2wnu9m\" }) `width:100%;display:grid;grid-template-columns:${({ showSidebar = true }) => showSidebar ? `calc(100% - 312px - ${sizes.md}) 312px` : '100% 312px'};align-items:flex-start;grid-gap:${sizes.md};transition:all 0.2s ease-in-out;& > *:nth-child(2){opacity:${({ showSidebar = true }) => (showSidebar ? '1.0' : '0')};transition:opacity 0.2s;}`;\nexport const ContentContainer = styled.div.withConfig({ displayName: \"vui--ContentContainer\", componentId: \"vui--nvukr5\" }) `width:100%;box-sizing:border-box;padding:${sizes.md};overflow-x:hidden;background-color:${colors.neutral.grey.lightest};`;\n//# sourceMappingURL=styled.js.map","import React, { useState } from 'react';\nimport { ColumnGrid, ContentContainer } from './styled';\nexport const DetailPage = ({ renderHeader, children }) => {\n const [shouldShowSidebar, setShouldShowSidebar] = useState(true);\n const toggleSidebar = () => setShouldShowSidebar(!shouldShowSidebar);\n return (React.createElement(\"main\", null,\n renderHeader(toggleSidebar, shouldShowSidebar),\n React.createElement(ContentContainer, null,\n React.createElement(ColumnGrid, { showSidebar: shouldShowSidebar }, children))));\n};\n//# sourceMappingURL=DetailPage.js.map","import styled from 'styled-components';\nexport const InputGroup = styled.div.withConfig({ displayName: \"vui--InputGroup\", componentId: \"vui--1w0e9jz\" }) `display:flex;& > *{margin-left:0;margin-right:0;box-shadow:none;}& > *:not(:last-child){border-right-width:0 !important;}& > *:hover{}& > *:focus,& > *:active{z-index:5;border-right-width:1px !important;}& > *:focus + *,& > *:active + *{border-left-width:0 !important;}& > *:not(:first-child):not(:last-child){border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;}& > *:first-child{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}& > *:last-child{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important;}`;\n//# sourceMappingURL=index.js.map","export var ComponentSize;\n(function (ComponentSize) {\n ComponentSize[\"base\"] = \"base\";\n ComponentSize[\"sm\"] = \"sm\";\n})(ComponentSize || (ComponentSize = {}));\n//# sourceMappingURL=types.js.map","import styled, { css } from 'styled-components';\nimport { theme } from '../../theme';\nconst pseudoStates = ({ hasError, inputSize }) => css `&{--outline-size:${inputSize === 'sm' ? '2px' : '4px'};}&:focus{border-color:#0079d1;box-shadow:0 0 0 var(--outline-size)#80bce8;outline:0;}&:invalid{border-color:#eb5757;box-shadow:0 0 0 var(--outline-size)#f7bcbc;}&:disabled{box-shadow:none;background-color:#f2f3f5;border-color:#959fa8;color:#637381;}${hasError &&\n `\n &,\n &:focus {\n border-color: #EB5757;\n }\n\n &:focus {\n box-shadow: 0 0 0 var(--outline-size) #F7BCBC;\n }\n `}`;\nexport const Input = styled.input.withConfig({ displayName: \"vui--Input\", componentId: \"vui--3jt15a\" }) `font-family:${theme.fontFamily};box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:0 12px;border-radius:4px;border:1px solid #959fa8;color:#1b2126;${({ inputSize }) => {\n let height = '40px';\n let fontSize = '14px';\n if (inputSize === 'sm') {\n height = '32px';\n fontSize = '12px';\n }\n return `\n height: ${height};\n font-size: ${fontSize};\n `;\n}} ${pseudoStates} &::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}&[type='number']{-moz-appearance:textfield;width:8ch;text-align:right;}`;\nexport const Textarea = styled.textarea.withConfig({ displayName: \"vui--Textarea\", componentId: \"vui--1k04ik\" }) `box-sizing:border-box;width:100%;padding:8px;border-radius:4px;border:1px solid #959fa8;color:#1b2126;${pseudoStates}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React, { useCallback, forwardRef } from 'react';\nimport { generateId } from '../../utils/generateId';\nimport { Input, Textarea } from './styled';\nimport { ComponentSize } from '../types';\nconst NUMBER_REGEX = /^-?[0-9]*\\.?[0-9]+$/;\nexport const TextField = forwardRef((_a, ref) => {\n var { id, className, disabled = false, hasError, max, min, multiline = false, name, onChange, pattern, placeholder, rows = '3', size = ComponentSize.base, step, type = 'text', value, spellCheck = false } = _a, otherProps = __rest(_a, [\"id\", \"className\", \"disabled\", \"hasError\", \"max\", \"min\", \"multiline\", \"name\", \"onChange\", \"pattern\", \"placeholder\", \"rows\", \"size\", \"step\", \"type\", \"value\", \"spellCheck\"]);\n const handleChange = useCallback((event) => {\n if (!onChange)\n return;\n const newValue = event.currentTarget.value;\n if (newValue === '') {\n onChange(newValue);\n return;\n }\n if (type !== 'number') {\n onChange(newValue);\n return;\n }\n const reg = new RegExp(NUMBER_REGEX);\n if (!reg.test(newValue)) {\n return;\n }\n onChange(newValue);\n }, [onChange, type]);\n const componentId = id !== null && id !== void 0 ? id : generateId('textfield');\n if (type === 'text' && multiline) {\n return (React.createElement(Textarea, Object.assign({ className: className, disabled: disabled, hasError: hasError, id: componentId, name: name, onChange: handleChange, placeholder: placeholder, rows: rows, value: value, spellCheck: spellCheck, ref: ref }, otherProps)));\n }\n return (React.createElement(Input, Object.assign({ className: className, disabled: disabled, hasError: hasError, id: componentId, inputSize: size, max: max, min: min, name: name, \"aria-label\": name, onChange: handleChange, placeholder: placeholder, step: step, type: type, value: value, spellCheck: spellCheck, ref: ref }, otherProps)));\n});\n//# sourceMappingURL=TextField.js.map","import { withLabels } from '../../hoc';\nimport { TextField as StandardTextField } from './TextField';\nexport const TextField = withLabels(StandardTextField);\nTextField.displayName = 'TextField';\n//# sourceMappingURL=index.js.map","import styled from 'styled-components';\nimport { Text } from '../Text';\nimport { TextField } from '../TextField';\nimport { Button } from '../Button';\nimport { BaseContainer } from '../BaseContainer';\nimport { theme } from '../../theme';\nconst Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--oxhxoy\" }) `display:flex;flex-direction:column;position:relative;`;\nconst Row = styled(BaseContainer).withConfig({ displayName: \"vui--Row\", componentId: \"vui--w9sg63\" }) `display:flex;align-items:center;margin-top:4px;gap:8px;`;\nconst StyledTextField = styled(TextField).withConfig({ displayName: \"vui--StyledTextField\", componentId: \"vui--1dp86fg\" }) `width:52px;margin:0;padding:0 6px;&&&{text-align:left;border-color:${theme.colors.neutral.ink.lightest};}`;\nconst StyledButton = styled(Button).withConfig({ displayName: \"vui--StyledButton\", componentId: \"vui--1h9einl\" }) `padding:0 6px;border-color:${theme.colors.neutral.ink.lightest};`;\nconst Label = styled(Text).withConfig({ displayName: \"vui--Label\", componentId: \"vui--2iwwsg\" }) ``;\nconst Error = styled.span.withConfig({ displayName: \"vui--Error\", componentId: \"vui--1ln478r\" }) `display:block;font-family:${theme.text.error.fontFamily};font-size:${theme.text.error.fontSize};font-weight:${theme.text.error.fontWeight};line-height:${theme.text.error.lineHeight};color:${theme.text.error.color};&::before{content:'';position:absolute;top:0;bottom:0;left:calc(${theme.sizes[2]} * -1);width:2px;background-color:${theme.colors.secondary.red.base};}`;\nconst Hint = styled.span.withConfig({ displayName: \"vui--Hint\", componentId: \"vui--5lfadq\" }) `display:block;font-family:${theme.fontFamily};font-size:${theme.sizes[3]};line-height:${theme.sizes[4]};color:${theme.colors.neutral.ink.light};`;\nexport { Container, Row, Error, Hint, StyledTextField as TextField, StyledButton as Button, Label };\n//# sourceMappingURL=styled.js.map","export const blockInvalidCharacters = (e, invalidList) => {\n if (invalidList.includes(e.key))\n e.preventDefault();\n};\n//# sourceMappingURL=blockInvalidCharacters.js.map","export const invalidCharsList = ['-', '+', 'E', 'e'];\n//# sourceMappingURL=invalidCharactersNumeric.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { InputGroup } from '../InputGroup';\nimport { ComponentSize } from '../types';\nimport { withLabels } from '../../hoc';\nimport { Container, Row, TextField, Button } from './styled';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { theme } from '../../theme';\nimport { blockInvalidCharacters } from '../../utils/blockInvalidCharacters';\nimport { invalidCharsList } from '../../utils/invalidCharactersNumeric';\nconst blockInvalidChars = (e) => blockInvalidCharacters(e, invalidCharsList);\nexport const DimensionsInput = withLabels((_a) => {\n var { size = ComponentSize.base, handleChangeHeight, handleChangeWidth, handleChangeLength, className, height, width, length, unit } = _a, rest = __rest(_a, [\"size\", \"handleChangeHeight\", \"handleChangeWidth\", \"handleChangeLength\", \"className\", \"height\", \"width\", \"length\", \"unit\"]);\n return (React.createElement(Container, { className: className },\n React.createElement(Row, null,\n React.createElement(TextField, Object.assign({ onChange: handleChangeLength, size: size, name: \"length\", type: \"number\", placeholder: \"L\", value: length, min: \"0\", step: \"any\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(CrossIcon, { height: theme.sizes.base, width: theme.sizes.base }),\n React.createElement(TextField, Object.assign({ onChange: handleChangeWidth, size: size, name: \"width\", type: \"number\", placeholder: \"W\", value: width, min: \"0\", step: \"any\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(CrossIcon, { height: theme.sizes.base, width: theme.sizes.base }),\n React.createElement(InputGroup, null,\n React.createElement(TextField, Object.assign({ onChange: handleChangeHeight, size: size, name: \"height\", type: \"number\", placeholder: \"H\", value: height, min: \"0\", step: \"any\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(Button, { size: size }, unit)))));\n});\nDimensionsInput.displayName = 'DimensionsInput';\n//# sourceMappingURL=DimensionsInput.js.map","import styled from 'styled-components';\nimport { colors } from '../../theme/modules/colors';\nimport { BaseContainer } from '../BaseContainer';\nimport { Text } from '../Text';\nimport { AnimatedDropdown } from '../AnimatedDropdown';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { DownArrowIcon } from '../../tempIcons/DownArrowIcon';\nimport { sizes } from '../../theme/modules/sizes';\nimport { theme } from '../../theme';\nconst Container = styled(BaseContainer).attrs({\n as: 'button',\n}).withConfig({ displayName: \"vui--Container\", componentId: \"vui--1tebbdi\" }) `display:inline-flex;flex-direction:row;align-items:center;background-color:${colors.neutral.grey.base};padding:4px 8px;cursor:pointer;border:1px solid ${colors.neutral.grey.dark};border-radius:4px;svg{width:${sizes.base};height:${sizes.base};}&:focus{outline:none;box-shadow:0 0 0 2px ${theme.colors.secondary.blue.light};}`;\nconst NonSelectableText = styled(Text).withConfig({ displayName: \"vui--NonSelectableText\", componentId: \"vui--qz697a\" }) `user-select:none;`;\nconst GroupLabel = styled(NonSelectableText).withConfig({ displayName: \"vui--GroupLabel\", componentId: \"vui--17i198i\" }) `margin-right:4px;`;\nconst MainIcon = styled(DownArrowIcon).withConfig({ displayName: \"vui--MainIcon\", componentId: \"vui--rxq762\" }) `margin-left:4px;transform:rotate(${(props) => (props.$shouldShow ? '180deg' : '0')});width:10px;height:10px;`;\nconst StyledCrossIcon = styled(CrossIcon).withConfig({ displayName: \"vui--StyledCrossIcon\", componentId: \"vui--1o2zyml\" }) `margin-left:4px;height:10px;width:10px;`;\nconst Content = styled(BaseContainer).withConfig({ displayName: \"vui--Content\", componentId: \"vui--6n2anv\" }) `display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;`;\nconst Header = styled(BaseContainer).withConfig({ displayName: \"vui--Header\", componentId: \"vui--n9war0\" }) `display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:12px 18px;border-bottom:1px solid ${colors.neutral.grey.base};svg{color:${({ color }) => color};width:${sizes[5]};height:${sizes[5]};margin-right:10px;}`;\nexport { Container, Text, AnimatedDropdown as Dropdown, GroupLabel, Content, Header, MainIcon, StyledCrossIcon as CrossIcon, };\n//# sourceMappingURL=styled.js.map","import React, { useCallback, useState } from 'react';\nimport { useDropdown } from '../../hooks';\nimport { colors } from '../../theme/modules/colors';\nimport { Container, Text, Dropdown, GroupLabel, MainIcon, CrossIcon, Content, Header, } from './styled';\nimport { buildClassnames } from '../../utils/buildClassnames';\nimport { useHandleFocus } from '../Popover/hooks/useHandleFocus';\nconst generateClassNames = (prefix) => ({\n filterTagDropdown: prefix ? `${prefix}-filter-tag-dropdown` : undefined,\n container: prefix ? `${prefix}-container` : undefined,\n cross: prefix ? `${prefix}-cross` : undefined,\n});\nexport const FilterTag = ({ className, e2eClassName, label, text, iconSlot, fill = colors.secondary.blue.base, content, footer, header, onClickAway, onClick, shouldCloseOnClickAway = true, }) => {\n const classNames = generateClassNames(className);\n const e2eClassNames = generateClassNames(e2eClassName);\n const [anchorElement, setAnchorElement] = useState(null);\n const [popperElement, setPopperElement] = useState(null);\n const { shouldShowDropdown, toggleShouldShowDropdown, closeDropdown } = useDropdown({\n anchorElement,\n });\n const { handleKeyDown } = useHandleFocus({\n popperElement,\n anchorElement,\n onClose: closeDropdown,\n });\n const handleClick = useCallback((event) => {\n if (shouldShowDropdown)\n closeDropdown();\n else\n toggleShouldShowDropdown();\n if (onClickAway && shouldShowDropdown)\n onClickAway(event);\n }, [shouldShowDropdown, closeDropdown, toggleShouldShowDropdown, onClickAway]);\n const handleClickAway = useCallback((event) => {\n // Escape hatch to apply custom behavior when clicked away\n if (onClickAway)\n onClickAway(event, closeDropdown);\n // Default clickAway behavior (closes the dropdown)\n if (shouldCloseOnClickAway)\n closeDropdown();\n }, [onClickAway, closeDropdown, shouldCloseOnClickAway]);\n const shouldShowSimple = !content;\n if (shouldShowSimple) {\n return (React.createElement(Container, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.container]), onClick: onClick },\n label && React.createElement(GroupLabel, { variant: \"subheadingSmallBold\" }, `${label}:`),\n React.createElement(Text, null, text),\n React.createElement(CrossIcon, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.cross, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.cross]), name: \"cross\", size: \"base\", color: colors.neutral.ink.base })));\n }\n return (React.createElement(Dropdown, { className: classNames.filterTagDropdown, shouldShowDropdown: shouldShowDropdown, onClickAway: handleClickAway, cta: React.createElement(Container, { className: classNames.container, onClick: handleClick, ref: setAnchorElement },\n label && React.createElement(GroupLabel, { variant: \"subheadingSmallBold\" }, `${label}:`),\n React.createElement(Text, null, text),\n React.createElement(MainIcon, { color: colors.neutral.ink.base, name: \"downArrow\", \"$shouldShow\": shouldShowDropdown })) },\n React.createElement(Content, { ref: setPopperElement, onKeyDown: handleKeyDown },\n React.createElement(Header, { color: fill }, header || (React.createElement(React.Fragment, null,\n iconSlot,\n React.createElement(Text, { variant: \"bodyBold\" }, label)))),\n content,\n footer)));\n};\n//# sourceMappingURL=FilterTag.js.map","import React from 'react';\nexport const PlaceholderImage = (props) => (React.createElement(\"svg\", Object.assign({ width: \"24\", height: \"24\", viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M21.3333 0C22.8 0 24 1.2 24 2.66667V21.3333C24 22.8 22.8 24 21.3333 24H2.66667C1.2 24 0 22.8 0 21.3333V2.66667C0 1.2 1.2 0 2.66667 0H21.3333ZM10.6667 18.0133L7.33333 14L2.66667 20H21.3333L15.3333 12L10.6667 18.0133Z\", fill: \"#CDD1D5\" })));\n//# sourceMappingURL=PlaceholderImage.js.map","import styled from 'styled-components';\nexport const Container = styled.div.withConfig({ displayName: \"vui--Container\", componentId: \"vui--yyvmx7\" }) ``;\nexport const CommonImage = styled.img.withConfig({ displayName: \"vui--CommonImage\", componentId: \"vui--exntyx\" }) `box-sizing:border-box;cursor:${({ previewEnabled }) => (previewEnabled ? 'zoom-in' : 'default')};`;\nexport const PreviewImageContainer = styled.div.withConfig({ displayName: \"vui--PreviewImageContainer\", componentId: \"vui--jt8oew\" }) `z-index:10;background-color:transparent;`;\nexport const PreviewImage = styled.img.withConfig({ displayName: \"vui--PreviewImage\", componentId: \"vui--xulm2g\" }) `box-shadow:0 4px 12px rgba(27, 33, 38, 0.2);`;\n//# sourceMappingURL=styled.js.map","export const generateClassNames = (prefix) => ({\n container: prefix ? `${prefix}-image-container` : undefined,\n image: prefix ? `${prefix}-image` : undefined,\n placeholder: prefix ? `${prefix}-image-placeholder` : undefined,\n previewImageContainer: prefix ? `${prefix}-image-preview-container` : undefined,\n});\n//# sourceMappingURL=utils.js.map","import React, { useState, useCallback } from 'react';\nimport { usePopper } from 'react-popper';\nimport { createPortal } from 'react-dom';\nimport { PlaceholderImage } from './components/PlaceholderImage';\nimport { Container, CommonImage, PreviewImageContainer, PreviewImage } from './components/styled';\nimport { generateClassNames } from './utils';\nimport { buildClassnames } from '../../utils/buildClassnames';\nexport const Image = ({ src, alt = '', className, e2eClassName, width, height, previewWidth, previewHeight, previewPlacement = 'right', previewEnabled = false, placeholder, placeholderWidth, placeholderHeight, disablePlaceholder = false, }) => {\n const classNames = generateClassNames(className);\n const e2eClassNames = generateClassNames(e2eClassName);\n const [isPreviewOpen, setIsPreviewOpen] = useState(false);\n const [imageState, setImageState] = useState({ isLoaded: false, isError: false });\n const [referenceElement, setReferenceElement] = React.useState(null);\n const [popperElement, setPopperElement] = React.useState(null);\n const { styles, attributes } = usePopper(referenceElement, popperElement, {\n placement: previewPlacement,\n modifiers: [\n {\n name: 'offset',\n options: {\n offset: [0, 12],\n },\n },\n ],\n });\n const openImagePreview = useCallback(() => (previewEnabled ? setIsPreviewOpen(true) : {}), [previewEnabled]);\n const closeImagePreview = useCallback(() => (previewEnabled ? setIsPreviewOpen(false) : {}), [previewEnabled]);\n const onLoad = () => setImageState({ isLoaded: true, isError: false });\n const onError = () => setImageState({ isLoaded: true, isError: true });\n const isImageHidden = !imageState.isLoaded || imageState.isError;\n return (React.createElement(Container, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.container, className]) },\n React.createElement(CommonImage, { src: src, alt: alt, className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.image, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.image]), width: width, height: height, onLoad: onLoad, onError: onError, previewEnabled: previewEnabled, onMouseEnter: openImagePreview, onMouseLeave: closeImagePreview, style: isImageHidden ? { display: 'none' } : {}, ref: setReferenceElement }),\n !disablePlaceholder &&\n isImageHidden &&\n (placeholder || (React.createElement(PlaceholderImage, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.placeholder, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.placeholder]), width: placeholderWidth || width, height: placeholderHeight || height }))),\n isPreviewOpen &&\n createPortal(React.createElement(PreviewImageContainer, Object.assign({ ref: setPopperElement, style: styles.popper }, attributes.popper, { className: buildClassnames([\n classNames === null || classNames === void 0 ? void 0 : classNames.previewImageContainer,\n e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.previewImageContainer,\n ]) }),\n React.createElement(PreviewImage, { src: src, alt: \"\", width: previewWidth, height: previewHeight })), document.body)));\n};\n//# sourceMappingURL=Image.js.map","import React from 'react';\nimport { CalanderIcon } from '../../../tempIcons/CalendarIcon';\nimport { FailIcon } from '../../../tempIcons/FailIcon';\nconst iconSize = { width: 64, height: 64 };\nexport const defaultEmptyState = {\n icon: React.createElement(CalanderIcon, Object.assign({}, iconSize)),\n title: 'No data found',\n};\nexport const defaultErrorState = {\n icon: React.createElement(FailIcon, Object.assign({}, iconSize)),\n title: 'An error occurred when creating the table',\n subTitle: \"Please, try reloading the page once. If this doesn't solve the problem, contact support\",\n};\nexport var ScrollPosition;\n(function (ScrollPosition) {\n ScrollPosition[\"start\"] = \"start\";\n ScrollPosition[\"middle\"] = \"middle\";\n ScrollPosition[\"end\"] = \"End\";\n ScrollPosition[\"none\"] = \"none\";\n})(ScrollPosition || (ScrollPosition = {}));\n//# sourceMappingURL=constants.js.map","import React from 'react';\nexport const CalanderIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M18.3333 5.7H17.5V4H15.8333V5.7H9.16667V4H7.5V5.7H6.66667C5.74167 5.7 5.00833 6.465 5.00833 7.4L5 19.3C5 20.235 5.74167 21 6.66667 21H18.3333C19.25 21 20 20.235 20 19.3V7.4C20 6.465 19.25 5.7 18.3333 5.7ZM10.0002 11.65H8.3335V13.35H10.0002V11.65ZM13.3332 11.65H11.6665V13.35H13.3332V11.65ZM15 11.65H16.6667V13.35H15V11.65ZM6.6665 19.3H18.3332V9.94998H6.6665V19.3Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=CalendarIcon.js.map","import React from 'react';\nexport const FailIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12.0001 20.1818C16.5187 20.1818 20.1819 16.5187 20.1819 12C20.1819 7.4813 16.5187 3.81818 12.0001 3.81818C7.48136 3.81818 3.81824 7.4813 3.81824 12C3.81824 16.5187 7.48136 20.1818 12.0001 20.1818ZM16.3536 8.80575L13.1593 12L16.3536 15.1943L15.1943 16.3536L12 13.1593L8.80575 16.3536L7.64648 15.1943L10.8408 12L7.64648 8.80575L8.80575 7.64648L12 10.8408L15.1943 7.64648L16.3536 8.80575ZM8.80571 16L8.80575 16L12 12.8058L12 12.8057L8.80571 16ZM15.1943 16L15.1943 16L16 15.1943L16 15.1943L15.1943 16ZM16 8.80575L12.8058 12L12.8057 12L16 8.80571L16 8.80575Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=FailIcon.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nimport { ScrollPosition } from './utils/constants';\nconst { text, sizes } = theme;\nconst { blue } = theme.colors.secondary;\nconst { grey } = theme.colors.neutral;\nconst { scrollbar } = theme.colors.system;\nconst fixedColumnShadow = `\n position: absolute;\n top: 0;\n bottom: -1px;\n width: 30px;\n content: \"\";\n pointer-events: none;\n box-sizing: border-box;\n transition: box-shadow .3s;\n`;\nconst startFixedColumnShadow = `\n box-shadow: inset 10px 0 10px -8px rgb(0 0 0 / 25%);\n`;\nconst endFixedColumnShadow = `\n box-shadow: inset -10px 0 10px -8px rgb(0 0 0 / 25%);\n`;\nexport const TooltipContent = styled.div.withConfig({ displayName: \"vui--TooltipContent\", componentId: \"vui--11ytygc\" }) `display:flex;flex-direction:row;align-items:center;`;\nexport const Wrapper = styled.div.withConfig({ displayName: \"vui--Wrapper\", componentId: \"vui--1g4i0cu\" }) `width:100%;overflow-x:${(props) => (props.scrollDisabled ? 'hidden' : 'auto')};overflow-y:hidden;position:relative;border-top:1px solid ${grey.dark};border-bottom:1px solid ${grey.dark};${({ showScrollbar }) => showScrollbar\n ? `\n scrollbar-width: auto;\n\n &::-webkit-scrollbar {\n margin-top: 10px;\n width: 6px;\n height: 6px;\n }\n \n &::-webkit-scrollbar-track {\n background: ${scrollbar.background}; \n }\n \n &::-webkit-scrollbar-thumb {\n background: ${scrollbar.thumb};\n border-radius: 4px; \n }\n `\n : ''} ${({ scrollDisabled, lastStartFixedColumnsIndex, firstEndFixedColumnsIndex, scrollPosition }) => scrollDisabled\n ? ''\n : `\n td:nth-child(${lastStartFixedColumnsIndex}):after,\n th:nth-child(${lastStartFixedColumnsIndex}):after {\n right: 0;\n transform: translate(100%);\n ${fixedColumnShadow};\n\n ${scrollPosition === ScrollPosition.middle || scrollPosition === ScrollPosition.end\n ? startFixedColumnShadow\n : ''};\n };\n\n td:nth-last-child(${firstEndFixedColumnsIndex}):after,\n th:nth-last-child(${firstEndFixedColumnsIndex}):after {\n left: 0;\n transform: translate(-100%);\n ${fixedColumnShadow};\n\n ${scrollPosition === ScrollPosition.start || scrollPosition === ScrollPosition.middle\n ? endFixedColumnShadow\n : ''};\n };\n `}`;\nexport const WrapperBordered = styled(Wrapper).withConfig({ displayName: \"vui--WrapperBordered\", componentId: \"vui--wtdkab\" }) `border:1px solid ${grey.dark};border-radius:4px;`;\nexport const Head = styled.thead.withConfig({ displayName: \"vui--Head\", componentId: \"vui--1j5avrf\" }) `background-color:white;`;\nexport const Body = styled.tbody.withConfig({ displayName: \"vui--Body\", componentId: \"vui--n8uysg\" }) `tr{${({ fixedColumnsStyle }) => fixedColumnsStyle};}& + & > tr:first-child > td{border-top:1px solid ${grey.base};}tr:not(:first-child)> td{border-top:1px solid transparent;}&&& tr:hover td{background-color:#ebf4fb;}`;\nexport const Foot = styled.tfoot.withConfig({ displayName: \"vui--Foot\", componentId: \"vui--qckqty\" }) `& td{background-color:${grey.lightest};padding:1.5rem 1rem;border-top:1px solid ${blue.base};}`;\nexport const Row = styled.tr.withConfig({ displayName: \"vui--Row\", componentId: \"vui--10drh9k\" }) `&.hidden{visibility:collapse;}${({ accentColor }) => accentColor &&\n `\n & > td:first-child::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 4px;\n background-color: ${accentColor}; \n }\n `}`;\nexport const Cell = styled.td.withConfig({ displayName: \"vui--Cell\", componentId: \"vui--tljl4p\" }) `position:relative;padding:1.25rem 1rem;text-align:${({ align }) => align || 'left'};background-color:white;font-family:${text.bodySmall.fontFamily};font-size:${text.bodySmall.fontSize};font-weight:${text.bodySmall.fontWeight};color:${text.bodySmall.color};line-height:${sizes.base};width:${({ grow }) => (grow ? '100%' : 'auto')};& > *{vertical-align:middle;}`;\nexport const HeaderCell = styled(Cell).attrs({\n as: 'th',\n}).withConfig({ displayName: \"vui--HeaderCell\", componentId: \"vui--10p2duv\" }) `user-select:none;border-bottom:1px solid ${grey.dark};font-family:${text.bodySmallBold.fontFamily};font-size:${text.bodySmallBold.fontSize};font-weight:${text.bodySmallBold.fontWeight};color:${text.bodySmallBold.color};& span{white-space:pre-line;}&.sortable:hover{cursor:pointer;background-color:${grey.light};}`;\nconst alignmentMap = {\n left: 'flex-start',\n center: 'center',\n right: 'flex-end',\n};\nexport const HeaderCellLayout = styled.div.withConfig({ displayName: \"vui--HeaderCellLayout\", componentId: \"vui--13i0t50\" }) `display:flex;align-items:center;justify-content:${({ align }) => (align ? alignmentMap[align] : 'flex-start')};& > * + *{margin-left:0.25rem;}`;\nexport const Table = styled.table.withConfig({ displayName: \"vui--Table\", componentId: \"vui--1bp83gy\" }) `width:100%;border-spacing:0;table-layout:${({ isFixedLayout }) => (isFixedLayout ? 'fixed' : 'auto')};${({ striped }) => striped &&\n `\n & ${Body}:nth-child(even) td {\n background-color: ${grey.lightest};\n }\n `} & *{box-sizing:border-box;${({ tableLoading }) => tableLoading &&\n `\n user-select: none;\n pointer-events: none;\n `}}${({ noWrap }) => noWrap &&\n `\n & ${HeaderCell}, & ${HeaderCell} span {\n white-space: nowrap;\n }\n `}`;\nexport const Footer = styled.tfoot.withConfig({ displayName: \"vui--Footer\", componentId: \"vui--44p3gi\" }) `tr{${({ fixedColumnsStyle }) => fixedColumnsStyle};}& ${Cell}{border-top:1px solid ${grey.dark};background-color:${grey.lightest};padding-top:${sizes.base};padding-bottom:${sizes.base};line-height:2rem;}`;\nexport const StickyHeaderWrapper = styled.div.withConfig({ displayName: \"vui--StickyHeaderWrapper\", componentId: \"vui--wokb93\" }) `position:fixed;top:0;z-index:2;overflow-x:hidden;`;\nexport const FakeHeaderTable = styled(Table).withConfig({ displayName: \"vui--FakeHeaderTable\", componentId: \"vui--6s4d56\" }) ``;\n//# sourceMappingURL=styled.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { BaseContainer } from '../../BaseContainer';\nimport { Text } from '../../Text';\nconst SpecificStateContainer = styled(BaseContainer).withConfig({ displayName: \"vui--SpecificStateContainer\", componentId: \"vui--991hgo\" }) `display:flex;flex-direction:column;justify-content:center;align-items:center;height:${(props) => props.height}px;background:white;`;\nconst EllipseContainer = styled(BaseContainer).withConfig({ displayName: \"vui--EllipseContainer\", componentId: \"vui--1oi4ebm\" }) `display:flex;justify-content:center;align-items:center;width:120px;height:120px;border-radius:100px;background:${theme.colors.neutral.grey.base};svg{width:64px !important;height:64px !important;}`;\nconst TitleText = styled(Text).withConfig({ displayName: \"vui--TitleText\", componentId: \"vui--pj8i0k\" }) `margin-top:24px;`;\nconst SubTitleText = styled(Text).withConfig({ displayName: \"vui--SubTitleText\", componentId: \"vui--19x6udv\" }) `margin-top:8px;`;\nexport { SpecificStateContainer, EllipseContainer, TitleText, SubTitleText };\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { SpecificStateContainer, EllipseContainer, TitleText, SubTitleText } from './styled';\nexport const SpecificState = ({ height, icon, title, subTitle }) => (React.createElement(SpecificStateContainer, { height: height },\n React.createElement(EllipseContainer, null, icon),\n React.createElement(TitleText, { variant: \"headingLarge\" }, title),\n subTitle && React.createElement(SubTitleText, { variant: \"subheadingMedium\" }, subTitle)));\n//# sourceMappingURL=SpecificState.js.map","/* eslint-disable import/prefer-default-export */\nimport styled from 'styled-components';\nimport { theme } from '../../../theme';\nexport const CellButton = styled.button.withConfig({ displayName: \"vui--CellButton\", componentId: \"vui--1w0np52\" }) `appearance:none;border:0;background-color:transparent;font:inherit;display:inline-block;box-sizing:border-box;width:calc(100% + 1.5rem);margin:-0.75rem -0.75rem;padding:0.75rem 0.75rem;text-align:inherit;line-height:${theme.sizes.base};border-radius:${theme.radius.base};&:hover{cursor:pointer;background-color:${theme.colors.secondary.blue.lightest};}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { CellButton } from './styled';\nimport { Cell } from '../styled';\nconst ClickableButton = styled(CellButton).withConfig({ displayName: \"vui--ClickableButton\", componentId: \"vui--1b7t5il\" }) `color:${theme.text.link.color};text-decoration:${theme.text.link.textDecoration};`;\nexport const ClickableCell = (_a) => {\n var { onClick, children } = _a, otherProps = __rest(_a, [\"onClick\", \"children\"]);\n return (React.createElement(Cell, Object.assign({}, otherProps),\n React.createElement(ClickableButton, { onClick: onClick }, children)));\n};\n//# sourceMappingURL=ClickableCell.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport styled from 'styled-components';\nimport { CellButton } from './styled';\nimport { Cell } from '../styled';\nconst Content = styled.div.withConfig({ displayName: \"vui--Content\", componentId: \"vui--n24x0f\" }) `text-align:inherit;border-bottom:1px dotted black;`;\nexport const EditableCell = (_a) => {\n var { onClick, children } = _a, otherProps = __rest(_a, [\"onClick\", \"children\"]);\n return (React.createElement(Cell, Object.assign({}, otherProps),\n React.createElement(CellButton, { onClick: onClick },\n React.createElement(Content, null, children))));\n};\n//# sourceMappingURL=EditableCell.js.map","import React from 'react';\nimport styled from 'styled-components';\nimport { theme } from '../../../theme';\nconst { grey } = theme.colors.neutral;\nconst SkeletonContentWrapper = styled.div.withConfig({ displayName: \"vui--SkeletonContentWrapper\", componentId: \"vui--oakirc\" }) `height:16px;width:100%;`;\nconst SkeletonContentComponent = styled.div.withConfig({ displayName: \"vui--SkeletonContentComponent\", componentId: \"vui--dbfg3y\" }) `display:inline-block;color:transparent;border-radius:4px;animation-duration:${({ isLoading = true }) => (isLoading ? '1s' : 0)};animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:linear-gradient(to right, ${grey.base} 8%, ${grey.dark} 15%, ${grey.base} 33%);background-size:800px 104px;border:0;width:100%;height:100%;@keyframes placeHolderShimmer{0%{background-position:-380px 0;}100%{background-position:380px 0;}}`;\nexport const SkeletonContent = ({ isLoading, style }) => (React.createElement(SkeletonContentWrapper, { style: style },\n React.createElement(SkeletonContentComponent, { isLoading: isLoading })));\n//# sourceMappingURL=SkeletonContent.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { Cell } from '../styled';\nimport { SkeletonContent } from '../SkeletonContent';\nexport const SkeletonCell = (_a) => {\n var { style } = _a, otherProps = __rest(_a, [\"style\"]);\n return (React.createElement(Cell, Object.assign({}, otherProps),\n React.createElement(SkeletonContent, { style: style })));\n};\nSkeletonCell.defaultProps = {\n style: {},\n};\n//# sourceMappingURL=SkeletonCell.js.map","import { useCallback, useEffect, useState } from 'react';\nexport const useStickyHeader = (tableRef, topOffset) => {\n const [isSticky, setIsSticky] = useState(false);\n const handleScrollChange = useCallback(({ top, bottom }) => {\n let sticky = isSticky;\n if (top <= (topOffset || 0) && bottom > 0) {\n sticky = !isSticky ? true : sticky;\n }\n else {\n sticky = isSticky ? false : sticky;\n }\n if (sticky !== isSticky)\n setIsSticky(sticky);\n }, [isSticky, topOffset]);\n useEffect(() => {\n const onScroll = () => {\n var _a;\n if (tableRef.current) {\n handleScrollChange((_a = tableRef.current) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect());\n }\n };\n window.addEventListener('scroll', onScroll);\n return () => {\n window.removeEventListener('scroll', onScroll);\n };\n }, [handleScrollChange, tableRef]);\n return { isSticky };\n};\n//# sourceMappingURL=hooks.js.map","import React, { useState } from 'react';\nimport { useScroll } from 'react-use';\nimport { FakeHeaderTable, StickyHeaderWrapper } from './styled';\nimport { useStickyHeader } from './utils/hooks';\nexport const StickyHeader = ({ renderHeader, tableRef, wrapperRef, isFixedLayout, wrapperStyle, }) => {\n var _a;\n const [headerWrapperRef, setHeaderWrapperRef] = useState(null);\n const { isSticky } = useStickyHeader(tableRef, parseInt(typeof (wrapperStyle === null || wrapperStyle === void 0 ? void 0 : wrapperStyle.top) === 'string' ? wrapperStyle === null || wrapperStyle === void 0 ? void 0 : wrapperStyle.top : `${wrapperStyle === null || wrapperStyle === void 0 ? void 0 : wrapperStyle.top}`, 10));\n // here we use 2, because we also have borders on each side by 1 px\n const wrapperWidth = (((_a = wrapperRef.current) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect().width) || 0) - 2;\n // we use it just to re-render header to update scroll\n // so we don't need to get any value from this hook\n useScroll(wrapperRef);\n const updateScroll = (ref) => {\n var _a;\n const scrollLeft = ((_a = wrapperRef.current) === null || _a === void 0 ? void 0 : _a.scrollLeft) || 0;\n if (ref) {\n // eslint-disable-next-line no-param-reassign\n ref.scrollLeft = scrollLeft;\n return;\n }\n if (headerWrapperRef)\n headerWrapperRef.scrollLeft = scrollLeft;\n };\n updateScroll();\n return isSticky ? (React.createElement(StickyHeaderWrapper, { ref: (ref) => {\n setHeaderWrapperRef(ref);\n updateScroll(ref);\n }, style: Object.assign({ width: wrapperWidth }, wrapperStyle) },\n React.createElement(FakeHeaderTable, { style: { tableLayout: isFixedLayout ? 'fixed' : 'auto' } }, renderHeader()))) : null;\n};\n//# sourceMappingURL=StickyHeader.js.map","export const convertFixedColumnInlineStyleToStyled = (fixedColumnsStyle) => {\n const styles = [];\n fixedColumnsStyle.forEach(({ index, style }) => styles.push(`\n > td:${style.left !== undefined ? 'nth-child' : 'nth-last-child'}(${Math.abs(index)}) {\n position: sticky;\n ${style.left !== undefined ? 'left' : 'right'}: ${style.left !== undefined ? style.left : style.right}px;\n z-index: ${style.zIndex};\n }\n `));\n return styles.join('\\n\\n');\n};\n//# sourceMappingURL=index.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { HeaderCell } from '../styled';\nimport { SkeletonContent } from '../SkeletonContent';\nexport const SkeletonHeaderCell = (_a) => {\n var { style, width, isLoading } = _a, otherProps = __rest(_a, [\"style\", \"width\", \"isLoading\"]);\n return (React.createElement(HeaderCell, Object.assign({}, otherProps, { style: { width } }),\n React.createElement(SkeletonContent, { style: style, isLoading: isLoading })));\n};\n//# sourceMappingURL=SkeletonHeaderCell.js.map","import React from 'react';\nexport const DoubleArrowAscIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5 10L8 13L11 10H5Z\", fill: \"#959FA8\" }),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11 6L8 3L5 6L11 6Z\", fill: \"#0079D1\" })));\n//# sourceMappingURL=DoubleArrowAscIcon.js.map","import React from 'react';\nexport const DoubleArrowDescIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5 10L8 13L11 10H5Z\", fill: \"#0079D1\" }),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11 6L8 3L5 6L11 6Z\", fill: \"#959FA8\" })));\n//# sourceMappingURL=DoubleArrowDescIcon.js.map","import React, { useRef, useEffect, useState, useCallback, useMemo } from 'react';\nimport { Checkbox } from '../Checkbox';\nimport { Radio } from '../Radio';\nimport { Tooltip } from '../Tooltip';\nimport { theme } from '../../theme';\nimport { Wrapper, WrapperBordered, Table, Head, Body, Row, Cell, HeaderCell, HeaderCellLayout, Footer, TooltipContent, } from './styled';\nimport { SpecificState } from './SpecificState';\nimport { ClickableCell, EditableCell } from './cells';\nimport { SkeletonCell } from './cells/SkeletonCell';\nimport { defaultEmptyState, defaultErrorState, ScrollPosition } from './utils/constants';\nimport { StickyHeader } from './StickyHeader';\nimport { convertFixedColumnInlineStyleToStyled } from './utils';\nimport { SkeletonHeaderCell } from './cells/SkeletonHeaderCell';\nimport { SkeletonContent } from './SkeletonContent';\nimport { DoubleArrowIcon } from '../../tempIcons/DoubleArrowIconIcon';\nimport { DoubleArrowAscIcon } from '../../tempIcons/DoubleArrowAscIcon';\nimport { DoubleArrowDescIcon } from '../../tempIcons/DoubleArrowDescIcon';\nexport const IconUnsorted = () => (React.createElement(DoubleArrowIcon, { width: theme.sizes.base, height: theme.sizes.base, color: \"lightgrey\" }));\nexport const IconSortAsc = () => (React.createElement(DoubleArrowAscIcon, { width: theme.sizes.base, height: theme.sizes.base, color: \"lightgrey\" }));\nexport const IconSortDesc = () => (React.createElement(DoubleArrowDescIcon, { width: theme.sizes.base, height: theme.sizes.base, color: \"lightgrey\" }));\n/**\n * @deprecated\n *\n * Use DataTable instead\n */\nexport const LegacyDataTable = ({ borderless = false, striped = true, noWrap = false, showScrollbar = false, headers, rows, renderRow, renderNestedRow, expandedRowIds, renderLoadingRow, renderFooterRow, renderFooterLoadingRow, omitFooterSelectionCell = false, selectedRowIds, disabledSelectionInputRowIds, selectionMode = 'multiple', onChangeSelectedRowIds, sortColumnId, sortDirection, onChangeSort, isError = false, isLoading = false, skeletonRowsNumber = 5, isHeaderSticky = true, stickyHeaderStyle, customSpecificState, bodyHeightInSpecificStates = 375, startFixedColumnsNumber, endFixedColumnsNumber, }) => {\n const WrapperComponent = borderless ? Wrapper : WrapperBordered;\n const isEmpty = rows ? rows.length === 0 : false;\n const isFixedLayout = Boolean(startFixedColumnsNumber || endFixedColumnsNumber);\n const isFixedColumnsNotEnabled = !startFixedColumnsNumber && !endFixedColumnsNumber;\n const tableRef = useRef(null);\n const wrapperRef = useRef(null);\n const selectionColumnWidth = 58;\n const [scrollPosition, setScrollPosition] = useState(ScrollPosition.none);\n useEffect(() => {\n var _a;\n let refValue = null;\n const handleScroll = () => {\n if (!wrapperRef.current || isFixedColumnsNotEnabled)\n return;\n const el = wrapperRef.current;\n const scrollWidth = el.scrollWidth + 2; // 2 here is 2px which adds by border\n const { scrollLeft } = el;\n const { width } = el.getBoundingClientRect();\n const scrollValue = scrollLeft + width;\n if (scrollWidth === width)\n setScrollPosition(ScrollPosition.none);\n else if (scrollLeft === 0)\n setScrollPosition(ScrollPosition.start);\n else if (scrollLeft > 0 && scrollValue < scrollWidth)\n setScrollPosition(ScrollPosition.middle);\n else if (scrollValue === scrollWidth)\n setScrollPosition(ScrollPosition.end);\n };\n if (wrapperRef.current) {\n refValue = wrapperRef.current;\n handleScroll();\n (_a = wrapperRef.current) === null || _a === void 0 ? void 0 : _a.addEventListener('scroll', handleScroll);\n }\n return () => {\n refValue === null || refValue === void 0 ? void 0 : refValue.removeEventListener('scroll', handleScroll);\n };\n }, [tableRef, isFixedColumnsNotEnabled]);\n const castWidthToNumber = useCallback((width) => {\n if (typeof width === 'string') {\n // eslint-disable-next-line no-console\n console.error(\"You can only use a numeric value in the 'width' property when you use fixed columns\");\n return null;\n }\n if (width === undefined) {\n // eslint-disable-next-line no-console\n console.error(\"You should provide numeric value in the 'width' attribute in all fixed columns when you use fixed columns\");\n return null;\n }\n return width;\n }, []);\n const generateFixedColumnInlineStyle = useCallback((index, offset, side) => ({\n index: side === 'left' ? index : -index,\n style: {\n position: 'sticky',\n [side]: offset,\n zIndex: 1,\n },\n }), []);\n const generateFixedColumnsStyle = useCallback(() => {\n if (!headers || isLoading)\n return null;\n const startColumns = [];\n const endColumns = [];\n let totalStartOffset = 0;\n let totalEndOffset = 0;\n if (startFixedColumnsNumber) {\n if (selectedRowIds) {\n startColumns.push(generateFixedColumnInlineStyle(1, totalStartOffset, 'left'));\n totalStartOffset += selectionColumnWidth;\n }\n for (let i = 0; i < startFixedColumnsNumber; i += 1) {\n const headerWidth = castWidthToNumber(headers[i].width);\n if (headerWidth) {\n startColumns.push(generateFixedColumnInlineStyle(selectedRowIds ? i + 2 : i + 1, totalStartOffset, 'left'));\n totalStartOffset += headerWidth;\n }\n }\n }\n if (endFixedColumnsNumber) {\n for (let i = 0; i < endFixedColumnsNumber; i += 1) {\n const headerWidth = castWidthToNumber(headers.slice(-i - 1)[0].width);\n if (headerWidth) {\n endColumns.push(generateFixedColumnInlineStyle(i + 1, totalEndOffset, 'right'));\n totalEndOffset += headerWidth;\n }\n }\n }\n if (startColumns.length === 0 && endColumns.length === 0)\n return null;\n return [...startColumns, ...endColumns];\n }, [\n isLoading,\n castWidthToNumber,\n endFixedColumnsNumber,\n generateFixedColumnInlineStyle,\n headers,\n startFixedColumnsNumber,\n selectedRowIds,\n ]);\n const fixedColumnsStyle = useMemo(() => generateFixedColumnsStyle(), [generateFixedColumnsStyle]);\n const handleSelectRow = useCallback((checked, row) => {\n if (!selectedRowIds || !onChangeSelectedRowIds)\n return;\n if (checked) {\n if (selectionMode === 'single') {\n onChangeSelectedRowIds([row.id]);\n return;\n }\n onChangeSelectedRowIds([...selectedRowIds, row.id]);\n return;\n }\n const newSelectedRowIds = [...selectedRowIds];\n const index = newSelectedRowIds.findIndex((id) => id === row.id);\n newSelectedRowIds.splice(index, 1);\n onChangeSelectedRowIds(newSelectedRowIds);\n }, [onChangeSelectedRowIds, selectedRowIds, selectionMode]);\n const handleSelectAll = useCallback(() => {\n if (!selectedRowIds || !onChangeSelectedRowIds)\n return;\n if (selectedRowIds.length === rows.length) {\n onChangeSelectedRowIds([]);\n return;\n }\n const rowIds = rows.map((row) => row.id);\n onChangeSelectedRowIds(rowIds);\n }, [onChangeSelectedRowIds, rows, selectedRowIds]);\n const handleClickSortableHeader = useCallback((columnId) => {\n if (sortColumnId === undefined || onChangeSort === undefined)\n return;\n let nextColumnId = sortColumnId;\n let nextDirection = 'ascending';\n if (sortDirection === 'ascending') {\n nextDirection = 'descending';\n }\n if (columnId !== sortColumnId) {\n nextColumnId = columnId;\n nextDirection = 'ascending';\n }\n onChangeSort(nextColumnId, nextDirection);\n }, [onChangeSort, sortColumnId, sortDirection]);\n const renderHeaderCell = useCallback((header, style) => {\n let className = '';\n let onClick = () => { };\n let sortIcon = React.createElement(IconUnsorted, null);\n const { tooltip, align, icon, title, sortable, id } = header;\n if (sortable) {\n className = 'sortable';\n onClick = () => handleClickSortableHeader(id);\n if (sortColumnId === id) {\n sortIcon = sortDirection === 'ascending' ? React.createElement(IconSortAsc, null) : React.createElement(IconSortDesc, null);\n }\n }\n const headerContents = (React.createElement(HeaderCellLayout, { align: align },\n icon && icon,\n title && React.createElement(\"span\", null, title),\n sortable && sortIcon));\n return (React.createElement(HeaderCell, { key: id, id: `data-table-header-${id}`, className: className, onClick: onClick, align: header.align, grow: header.grow, style: Object.assign({ width: header.width || 'auto' }, style) }, tooltip ? (React.createElement(Tooltip, { text: tooltip },\n React.createElement(TooltipContent, null, headerContents))) : (headerContents)));\n }, [handleClickSortableHeader, sortColumnId, sortDirection]);\n const renderSkeletonHeaderCell = useCallback((header, style) => (React.createElement(SkeletonHeaderCell, { key: header.id, width: header.width || 'auto', style: style, isLoading: isLoading })), [isLoading]);\n const renderHeader = useCallback(() => {\n if (!headers)\n return null;\n const styles = generateFixedColumnsStyle();\n const selectionCellStyle = styles ? styles[0].style : {};\n return (React.createElement(Head, null,\n React.createElement(Row, null,\n selectedRowIds && (React.createElement(HeaderCell, { style: Object.assign({ width: selectionColumnWidth }, selectionCellStyle) }, selectionMode === 'multiple' && (React.createElement(Checkbox, { checked: (rows.length > 0 && (selectedRowIds === null || selectedRowIds === void 0 ? void 0 : selectedRowIds.length) === rows.length) || false, onChange: handleSelectAll, disabled: (disabledSelectionInputRowIds && disabledSelectionInputRowIds.length > 0) ||\n isLoading ||\n isEmpty, ariaLabel: \"Select all\" })))),\n headers.map((header, index) => {\n const startHeaderIndex = selectedRowIds ? index + 2 : index + 1;\n const endHeaderIndex = index - headers.length;\n const headerCellStyle = styles === null || styles === void 0 ? void 0 : styles.find((style) => style.index === startHeaderIndex || style.index === endHeaderIndex);\n return header.skeleton && (isLoading || isError || isEmpty)\n ? renderSkeletonHeaderCell(header, header.skeletonStyle || {})\n : renderHeaderCell(header, (headerCellStyle === null || headerCellStyle === void 0 ? void 0 : headerCellStyle.style) || {});\n }))));\n }, [\n generateFixedColumnsStyle,\n handleSelectAll,\n headers,\n isEmpty,\n isError,\n isLoading,\n renderSkeletonHeaderCell,\n renderHeaderCell,\n rows.length,\n selectedRowIds,\n selectionMode,\n disabledSelectionInputRowIds,\n ]);\n const renderSelectionInput = useCallback((isSelected, row) => {\n const inputProps = {\n checked: isSelected,\n onChange: (checked) => handleSelectRow(checked, row),\n disabled: (disabledSelectionInputRowIds === null || disabledSelectionInputRowIds === void 0 ? void 0 : disabledSelectionInputRowIds.includes(row.id)) || false,\n };\n if (selectionMode === 'single') {\n return React.createElement(Radio, Object.assign({}, inputProps));\n }\n return React.createElement(Checkbox, Object.assign({}, inputProps));\n }, [handleSelectRow, selectionMode, disabledSelectionInputRowIds]);\n const renderSkeletonSelectionInput = useCallback((rowIndex) => {\n const generalStyle = {\n width: 18,\n height: 18,\n margin: 3,\n animationDuration: '0s',\n };\n if (selectionMode === 'single') {\n return (React.createElement(SkeletonCell, { key: rowIndex === undefined ? null : `radio-skeleton-${rowIndex}`, style: Object.assign(Object.assign({}, generalStyle), { borderRadius: '50%' }) }));\n }\n return (React.createElement(SkeletonCell, { key: rowIndex === undefined ? null : `checkbox-skeleton-${rowIndex}`, style: Object.assign(Object.assign({}, generalStyle), { borderRadius: '0.25rem' }) }));\n }, [selectionMode]);\n const getNestedRow = useCallback((nestedRow, isHidden) => {\n var _a, _b;\n if (!renderNestedRow)\n return null;\n const content = renderNestedRow(nestedRow);\n if (!content)\n return null;\n const nestedRowE2eClassName = ((_b = (_a = nestedRow === null || nestedRow === void 0 ? void 0 : nestedRow.data) === null || _a === void 0 ? void 0 : _a.e2eClassNames) === null || _b === void 0 ? void 0 : _b.row) || '';\n return (React.createElement(Row, { key: nestedRow.id, className: `${nestedRowE2eClassName} ${isHidden ? 'hidden' : ''}` },\n selectedRowIds && React.createElement(Cell, null),\n content));\n }, [renderNestedRow, selectedRowIds]);\n const renderDefaultLoadingRow = useCallback((rowIndex) => {\n if (!headers)\n return React.createElement(SkeletonCell, null);\n // Otherwise render a cell for each column\n const cells = headers.map((header) => React.createElement(SkeletonCell, { key: `${rowIndex}-${header.id}` }));\n if (selectedRowIds)\n cells.unshift(renderSkeletonSelectionInput(rowIndex));\n return cells;\n }, [headers, renderSkeletonSelectionInput, selectedRowIds]);\n const getFooter = () => {\n if (!renderFooterRow)\n return null;\n if (isLoading && !renderFooterLoadingRow)\n return null;\n if (!isLoading && isEmpty)\n return null;\n return (React.createElement(Footer, { fixedColumnsStyle: convertFixedColumnInlineStyleToStyled(fixedColumnsStyle || []) },\n React.createElement(Row, null,\n selectedRowIds && !omitFooterSelectionCell && React.createElement(Cell, null),\n !isLoading && renderFooterRow(rows),\n isLoading && renderFooterLoadingRow && renderFooterLoadingRow())));\n };\n let lastStartFixedColumnsIndex = startFixedColumnsNumber;\n if (selectedRowIds && lastStartFixedColumnsIndex)\n lastStartFixedColumnsIndex += 1;\n const renderedRows = useMemo(() => rows.map((row) => {\n var _a, _b, _c;\n const { data } = row;\n const isSelected = selectedRowIds ? selectedRowIds.includes(row.id) : false;\n const isExpanded = expandedRowIds ? expandedRowIds.includes(row.id) : true;\n const bodyClassName = (_a = data === null || data === void 0 ? void 0 : data.e2eClassNames) === null || _a === void 0 ? void 0 : _a.body;\n const rowE2eClassName = (_c = (_b = data === null || data === void 0 ? void 0 : data.e2eClassNames) === null || _b === void 0 ? void 0 : _b.row) !== null && _c !== void 0 ? _c : '';\n const rowClassName = isSelected ? `selected ${rowE2eClassName}` : `${rowE2eClassName}`;\n return (React.createElement(Body, { key: row.id, className: bodyClassName, fixedColumnsStyle: convertFixedColumnInlineStyleToStyled(fixedColumnsStyle || []) },\n React.createElement(Row, { key: row.id, className: rowClassName, accentColor: row.accentColor },\n selectedRowIds && React.createElement(Cell, null, renderSelectionInput(isSelected, row)),\n renderRow(row)),\n row.nestedRows && row.nestedRows.map((item) => getNestedRow(item, !isExpanded))));\n }), [\n rows,\n expandedRowIds,\n fixedColumnsStyle,\n getNestedRow,\n renderRow,\n renderSelectionInput,\n selectedRowIds,\n ]);\n /* Loading state */\n if (isLoading) {\n const loadingRows = [];\n for (let i = 0; i < skeletonRowsNumber; i += 1) {\n loadingRows.push(React.createElement(Body, { key: `loading-row-${i}`, fixedColumnsStyle: convertFixedColumnInlineStyleToStyled(fixedColumnsStyle || []) },\n React.createElement(Row, null, renderLoadingRow ? (React.createElement(React.Fragment, null,\n selectedRowIds && renderSkeletonSelectionInput(),\n renderLoadingRow())) : (renderDefaultLoadingRow(i)))));\n }\n return (React.createElement(WrapperComponent, { ref: wrapperRef, scrollDisabled: true, scrollPosition: scrollPosition, lastStartFixedColumnsIndex: lastStartFixedColumnsIndex, firstEndFixedColumnsIndex: endFixedColumnsNumber },\n isHeaderSticky && headers && (React.createElement(StickyHeader, { renderHeader: renderHeader, tableRef: tableRef, wrapperRef: wrapperRef, isFixedLayout: isFixedLayout, wrapperStyle: stickyHeaderStyle })),\n React.createElement(Table, { ref: tableRef, striped: striped, noWrap: noWrap, tableLoading: true, isFixedLayout: isFixedLayout },\n renderHeader(),\n loadingRows,\n getFooter())));\n }\n /* Empty & Error states */\n if (isEmpty || isError) {\n let specificStateValues = defaultEmptyState;\n if (customSpecificState)\n specificStateValues = customSpecificState;\n else if (isError)\n specificStateValues = defaultErrorState;\n return (React.createElement(WrapperComponent, { scrollDisabled: true },\n React.createElement(Table, { ref: tableRef, striped: striped, noWrap: noWrap, tableLoading: false, isFixedLayout: isFixedLayout },\n renderHeader(),\n getFooter()),\n React.createElement(SpecificState, Object.assign({ height: bodyHeightInSpecificStates }, specificStateValues))));\n }\n /* Populated state */\n return (React.createElement(WrapperComponent, { scrollDisabled: false, ref: wrapperRef, scrollPosition: scrollPosition, lastStartFixedColumnsIndex: lastStartFixedColumnsIndex, firstEndFixedColumnsIndex: endFixedColumnsNumber, showScrollbar: showScrollbar },\n isHeaderSticky && headers && (React.createElement(StickyHeader, { renderHeader: renderHeader, tableRef: tableRef, wrapperRef: wrapperRef, isFixedLayout: isFixedLayout, wrapperStyle: stickyHeaderStyle })),\n React.createElement(Table, { ref: tableRef, striped: striped, noWrap: noWrap, tableLoading: false, isFixedLayout: isFixedLayout },\n renderHeader(),\n renderedRows,\n getFooter())));\n};\nLegacyDataTable.Cell = Cell;\nLegacyDataTable.ClickableCell = ClickableCell;\nLegacyDataTable.EditableCell = EditableCell;\nLegacyDataTable.SkeletonCell = SkeletonCell;\nLegacyDataTable.SkeletonContent = SkeletonContent;\n//# sourceMappingURL=LegacyDataTable.js.map","import styled from 'styled-components';\nexport const LoginButton = styled.button.withConfig({ displayName: \"vui--LoginButton\", componentId: \"vui--9ns5xb\" }) `background:none;border:none;padding:0;cursor:pointer;img{width:156px;height:32px;}`;\n//# sourceMappingURL=styled.js.map","import React, { useState } from 'react';\nimport { LoginButton } from './styled';\nconst buttonImg = 'https://images-na.ssl-images-amazon.com/images/G/01/lwa/btnLWA_gold_312x64.png';\nconst buttonPressedImg = 'https://images-na.ssl-images-amazon.com/images/G/01/lwa/btnLWA_gold_312x64_pressed.png';\nexport const buttonDescription = 'Log in with Amazon';\n/**\n * Image used in this button is to comply with official\n * Amazon button guidelines (https://developer.amazon.com/docs/login-with-amazon/button.html#android-images).\n */\nexport const LoginWithAmazonButton = (props) => {\n const [image, setImage] = useState(buttonImg);\n const handleMouseDown = () => {\n setImage(buttonPressedImg);\n };\n const handleMouseUp = () => {\n setImage(buttonImg);\n };\n return (React.createElement(LoginButton, Object.assign({ onMouseDown: handleMouseDown, onMouseUp: handleMouseUp, \"aria-label\": buttonDescription }, props),\n React.createElement(\"img\", { src: image, alt: buttonDescription })));\n};\n//# sourceMappingURL=LoginWithAmazonButton.js.map","import styled, { createGlobalStyle } from 'styled-components';\nimport { Card } from '../../Card';\nimport { theme } from '../../../theme';\nexport const NonScrollableBody = createGlobalStyle `body{overflow:hidden;scrollbar-gutter:stable;}`;\nexport const MainSection = styled.section.withConfig({ displayName: \"vui--MainSection\", componentId: \"vui--1ox4j2c\" }) `flex:1;overflow-y:auto;${({ fullBleed }) => !fullBleed && `padding: 0 ${theme.sizes.md};`} ${({ isScrollable }) => isScrollable &&\n `\n & + ${Card.Footer} {\n box-shadow: 0px 10px 15px 0px ${theme.colors.neutral.ink.dark};\n }\n `}`;\n//# sourceMappingURL=styled.js.map","/**\n * Type guard to check if a header slot has been passed to the component.\n */\nexport const hasHeaderSlot = (props) => {\n return !!props.headerSlot;\n};\n/**\n * Type guard to check if a footer slot has been passed to the component.\n */\nexport const hasFooterSlot = (props) => {\n return !!props.footerSlot;\n};\n//# sourceMappingURL=types.js.map","import { breakpoints } from '../../../../theme/modules/breakpoints';\nexport const heightMap = {\n xs: '84vh',\n sm: '72vh',\n base: '84vh',\n lg: '96vh',\n};\nexport const widthMap = {\n [breakpoints.mobile]: {\n xs: '60vw',\n sm: '72vw',\n base: '100vw',\n lg: '100vw',\n },\n [breakpoints.tablet]: {\n xs: '60vw',\n sm: '72vw',\n base: '100vw',\n lg: '100vw',\n },\n [breakpoints.lgTablet]: {\n xs: '48vw',\n sm: '56vw',\n base: '88vw',\n lg: '100vw',\n },\n [breakpoints.desktop]: {\n xs: '36vw',\n sm: '44vw',\n base: '72vw',\n lg: '88vw',\n },\n [breakpoints.lgDesktop]: {\n xs: '32vw',\n sm: '40vw',\n base: '52vw',\n lg: '80vw',\n },\n};\nexport const fullScreenBreakpointMap = {\n xs: breakpoints.mobile,\n sm: breakpoints.mobile,\n base: breakpoints.tablet,\n lg: breakpoints.lgTablet,\n};\n//# sourceMappingURL=constants.js.map","import styled from 'styled-components';\nimport { motion } from 'framer-motion';\nimport { getOpaqueHexColor } from '../../../../utils/color';\nimport { Card } from '../../../Card';\nimport { theme } from '../../../../theme';\nimport { fullScreenBreakpointMap, heightMap, widthMap } from './constants';\nimport { MainSection } from '../styled';\nconst { breakpoints } = theme;\nexport const StyledDialog = styled(motion.dialog).attrs({\n initial: { opacity: 0, y: -50, bounce: 0 },\n exit: { opacity: 0, y: -50, bounce: 0 },\n animate: { opacity: 1, y: 0, bounce: 0 },\n transition: { type: 'tween', duration: 0.25 },\n}).withConfig({ displayName: \"vui--StyledDialog\", componentId: \"vui--1ohvs0u\" }) `padding:0;border:none;border-radius:${theme.sizes.sm};box-shadow:${theme.shadows.lg};min-width:464px;&::backdrop{animation:fadeIn 0.25s ease forwards;}& > ${Card.Surface}{display:flex;flex-direction:column;${({ variant }) => `max-height: ${heightMap[variant]};`} ${MainSection}{padding-bottom:${theme.sizes.md};}${Card.Footer}{margin-top:0;}}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}@media (min-width: calc(${breakpoints.mobile} + 1px))and (max-width: ${breakpoints.tablet}){max-width:${({ variant }) => widthMap[breakpoints.tablet][variant]};}@media (min-width: ${breakpoints.tablet})and (max-width: ${breakpoints.lgTablet}){max-width:${({ variant }) => widthMap[breakpoints.lgTablet][variant]};}@media (min-width: ${breakpoints.lgTablet})and (max-width: ${breakpoints.desktop}){max-width:${({ variant }) => widthMap[breakpoints.desktop][variant]};}@media (min-width: ${breakpoints.desktop}){max-width:${({ variant }) => widthMap[breakpoints.lgDesktop][variant]};}@media (max-width: ${({ variant }) => fullScreenBreakpointMap[variant]}){margin:0;width:100%;max-width:100vw;max-height:100vh;&,& > ${Card.Surface}{border-radius:0;height:100%;width:100%;max-height:unset;}}&::backdrop{background-color:${getOpaqueHexColor(theme.colors.neutral.ink.base, 0.5)};}&:not([open]){display:block;position:fixed;top:0;left:0;right:0;bottom:0;transform:translate(-50%, -50%);}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { StyledDialog } from './styled';\nexport const Dialog = React.forwardRef((_a, ref) => {\n var rest = __rest(_a, []);\n return React.createElement(StyledDialog, Object.assign({ ref: ref }, rest));\n});\n//# sourceMappingURL=Dialog.js.map","import { __rest } from \"tslib\";\n/* eslint-disable react/destructuring-assignment */\nimport React, { useEffect, useRef, useState } from 'react';\nimport { AnimatePresence } from 'framer-motion';\nimport { MainSection, NonScrollableBody } from './components/styled';\nimport { hasFooterSlot, hasHeaderSlot } from './types';\nimport { Dialog } from './components/Dialog/Dialog';\nimport { useIsOverflowing } from '../../hooks/useIsOverflowing';\nimport { Button } from '../Button';\nimport { Card } from '../Card';\nimport { CardHeader } from '../CardHeader';\nimport { Stack } from '../Stack';\nexport const Modal = (props) => {\n const { shouldShow, showHeaderCloseButton = true, fullBleed = false, variant = 'base', onClose: parentOnClose, children, } = props;\n const modalRef = useRef(null);\n const [mainSectionRef, setMainSectionRef] = useState(null);\n useEffect(() => {\n var _a, _b;\n if (shouldShow) {\n (_a = modalRef.current) === null || _a === void 0 ? void 0 : _a.removeAttribute('open'); // Allows for conditional rendering.\n (_b = modalRef.current) === null || _b === void 0 ? void 0 : _b.showModal();\n }\n }, [shouldShow]);\n const { isOverflowing: isContentOverflowing, onScroll } = useIsOverflowing(mainSectionRef);\n const onClose = () => {\n var _a;\n (_a = modalRef.current) === null || _a === void 0 ? void 0 : _a.close();\n parentOnClose();\n };\n return (React.createElement(AnimatePresence, null, shouldShow && (React.createElement(\"div\", { \"data-testid\": \"dialog-wrapper\" },\n React.createElement(NonScrollableBody, null),\n React.createElement(Dialog, { ref: modalRef, onClose: onClose, variant: variant, \"aria-describedby\": \"modal_title\" },\n React.createElement(Card.Surface, null,\n hasHeaderSlot(props) ? (props.headerSlot) : (React.createElement(CardHeader, Object.assign({ id: \"modal_title\", headerVariant: \"headingLarge\", title: props.headerTitle, subtitle: props.headerSubtitle }, (showHeaderCloseButton && { onClickClose: onClose })))),\n React.createElement(MainSection, { onScroll: onScroll, ref: setMainSectionRef, isScrollable: isContentOverflowing, fullBleed: fullBleed }, children),\n hasFooterSlot(props) && props.footerSlot,\n !hasFooterSlot(props) && (props.leftActions || props.rightActions) && (React.createElement(Card.Footer, null,\n React.createElement(Stack, { direction: \"horizontal\", alignX: props.leftActions ? 'between' : 'end' },\n props.leftActions && (React.createElement(Stack, { direction: \"horizontal\", alignX: \"start\", \"data-testid\": \"left-actions-container\" }, props.leftActions.map((_a) => {\n var { label } = _a, actionProps = __rest(_a, [\"label\"]);\n return (React.createElement(Button, Object.assign({ key: label, type: \"button\" }, actionProps), label));\n }))),\n props.rightActions && (React.createElement(Stack, { direction: \"horizontal\", alignX: \"end\", \"data-testid\": \"right-actions-container\" }, props.rightActions.map((_a) => {\n var { label } = _a, actionProps = __rest(_a, [\"label\"]);\n return (React.createElement(Button, Object.assign({ key: label, type: \"button\" }, actionProps), label));\n }))))))))))));\n};\n//# sourceMappingURL=Modal.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nimport { Stack } from '../Stack';\nimport { Button } from '../Button';\nimport { TextField } from '../TextField';\nexport const PageLimitContainer = styled(Stack).withConfig({ displayName: \"vui--PageLimitContainer\", componentId: \"vui--11yg0z2\" }) `width:${theme.sizes.lg};height:30px;background-color:${theme.colors.neutral.grey.light};border:1px solid ${theme.colors.neutral.grey.base};border-radius:${theme.sizes.xs};`;\nexport const PaginationButton = styled(Button).withConfig({ displayName: \"vui--PaginationButton\", componentId: \"vui--1xoa6c5\" }) `color:${theme.colors.neutral.ink.base};width:32px;height:32px;svg{width:24px;height:24px;}`;\nexport const PageInput = styled(TextField).withConfig({ displayName: \"vui--PageInput\", componentId: \"vui--vpfeol\" }) `&[type='number']{width:5.5ch;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Text } from '../Text';\nimport { PageLimitContainer } from './styled';\nexport const PageCount = ({ count }) => (React.createElement(React.Fragment, null,\n React.createElement(\"div\", null,\n React.createElement(Text, { variant: \"bodySmall\", \"aria-hidden\": true }, \"/\")),\n React.createElement(PageLimitContainer, { alignX: \"center\", alignY: \"center\", \"aria-hidden\": true },\n React.createElement(Text, { variant: \"bodySmall\" }, count))));\n//# sourceMappingURL=components.js.map","import { useEffect, useState } from 'react';\n/**\n * A hook to handle pagination state.\n */\nexport const usePagination = ({ currentPage, totalPagesCount, handleChangePage, }) => {\n const [pageInputValue, setPageInputValue] = useState(`${currentPage}`);\n /**\n * When a new value is passed into the component we update the local state, meaning the input\n * value gets updated.\n */\n useEffect(() => {\n setPageInputValue(`${currentPage}`);\n }, [currentPage]);\n const validatePageValue = (value) => value >= 1 && value <= totalPagesCount;\n const checkAndSetLocalPage = (newPage) => {\n if (validatePageValue(newPage))\n setPageInputValue(`${newPage}`);\n };\n /**\n * A function to handle changes to the input, a string will be passed int. We check for an empty\n * string and directly set that, otherwise we validate the input number is within range.\n * @param newValue The new string input value.\n */\n const handleInputChange = (newValue) => {\n if (!newValue)\n setPageInputValue(newValue);\n const intValue = parseInt(newValue, 10);\n checkAndSetLocalPage(intValue);\n };\n /**\n * A function to increment the current page, using callback from props. Local state will update\n * when a new `currentPage` is passed.\n */\n const handleIncrement = () => {\n if (validatePageValue(currentPage + 1))\n handleChangePage(currentPage + 1);\n };\n /**\n * A function to decrement the current page, using callback from props. Local state will update\n * when a new `currentPage` is passed.\n */\n const handleDecrement = () => {\n if (validatePageValue(currentPage - 1))\n handleChangePage(currentPage - 1);\n };\n /**\n * When the input is unfocussed we want to update parent or local state depending on 3 cases:\n * 1. Local page input is '', reset it to the currentPage\n * 2. Local page input is the same as passed by prop, catch and do nothing.\n * 3. Local state has a new value, convert it, validate it and potentially send to parent via\n * `handlePageChange`\n */\n const handleSubmit = () => {\n if (!pageInputValue)\n setPageInputValue(`${currentPage}`);\n if (pageInputValue === `${currentPage}`)\n return;\n const newValue = parseInt(pageInputValue, 10);\n if (validatePageValue(newValue))\n handleChangePage(newValue);\n };\n /**\n * When the user submits the form, either pressing enter or a screenreader shortcut we prevent\n * default action and try and send update.\n * @param event The event fired from the form when submitting.\n */\n const handleFormSubmit = (event) => {\n event.preventDefault();\n handleSubmit();\n };\n return {\n pageInputValue,\n handleIncrement,\n handleDecrement,\n handleInputChange,\n handleSubmit,\n handleFormSubmit,\n };\n};\n//# sourceMappingURL=usePagination.js.map","import React from 'react';\nexport const StartArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { d: \"M11.6434 11.06L8.59004 8L11.6434 4.94L10.7034 4L6.70337 8L10.7034 12L11.6434 11.06Z\", fill: \"currentColor\" }),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M4.37004 12L4.37004 4L5.70337 4L5.70337 12L4.37004 12Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=StartArrowIcon.js.map","import React from 'react';\nexport const EndArrowIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 16 16\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M4.33661 11.06L7.38994 8L4.33661 4.94L5.27661 4L9.27661 8L5.27661 12L4.33661 11.06Z\", fill: \"currentColor\" }),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11.67 4L11.67 12L10.3367 12L10.3367 4L11.67 4Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=EndArrowIcon.js.map","import React from 'react';\nimport { Stack } from '../Stack';\nimport { PageInput, PaginationButton } from './styled';\nimport { PageCount } from './components';\nimport { usePagination } from './hooks/usePagination';\nimport { RightArrowIcon } from '../../tempIcons/RightArrowIcon';\nimport { StartArrowIcon } from '../../tempIcons/StartArrowIcon';\nimport { LeftArrowIcon } from '../../tempIcons/LeftArrowIcon';\nimport { EndArrowIcon } from '../../tempIcons/EndArrowIcon';\nimport { ComponentSize } from '../types';\nexport const Pagination = ({ testId, e2eClassName, currentPage, totalPagesCount, handleChangePage, }) => {\n const { pageInputValue, handleIncrement, handleDecrement, handleFormSubmit, handleInputChange, handleSubmit, } = usePagination({\n currentPage,\n totalPagesCount,\n handleChangePage,\n });\n /**\n * A function to go back to the first page, provided we aren't already there.\n */\n const handleSkipBack = () => {\n if (currentPage !== 1)\n handleChangePage(1);\n };\n /**\n * A function to go to the last page, provided we aren't already there.\n */\n const handleSkipToEnd = () => {\n if (currentPage !== totalPagesCount)\n handleChangePage(totalPagesCount);\n };\n return (React.createElement(Stack, { direction: \"horizontal\", alignY: \"center\", spacing: \"xs\", \"data-testid\": testId, className: e2eClassName },\n React.createElement(PaginationButton, { onClick: handleSkipBack, icon: React.createElement(StartArrowIcon, null), size: \"sm\", \"aria-label\": \"go to first page\" }),\n React.createElement(PaginationButton, { onClick: handleDecrement, icon: React.createElement(LeftArrowIcon, null), size: \"sm\", \"aria-label\": \"go to previous page\", \"aria-disabled\": currentPage <= 1 }),\n React.createElement(\"form\", { onSubmit: handleFormSubmit },\n React.createElement(PageInput, { \"aria-live\": \"polite\", \"aria-label\": `page ${currentPage} of ${totalPagesCount}`, size: ComponentSize.sm, type: \"number\", value: pageInputValue, min: \"1\", max: `${totalPagesCount}`, onChange: handleInputChange, onBlur: handleSubmit })),\n React.createElement(PageCount, { count: totalPagesCount }),\n React.createElement(PaginationButton, { onClick: handleIncrement, icon: React.createElement(RightArrowIcon, null), size: \"sm\", \"aria-label\": \"go to next page\", \"aria-disabled\": currentPage >= totalPagesCount }),\n React.createElement(PaginationButton, { onClick: handleSkipToEnd, icon: React.createElement(EndArrowIcon, null), size: \"sm\", \"aria-label\": \"go to last page\", \"aria-disabled\": currentPage >= totalPagesCount })));\n};\n//# sourceMappingURL=Pagination.js.map","import styled from 'styled-components';\nexport const Container = styled.div.withConfig({ displayName: \"vui--Container\", componentId: \"vui--1y4bw67\" }) `box-sizing:border-box;display:inline-flex;flex-direction:column;height:${({ size }) => (size === 'sm' ? '32px' : '40px')};border-radius:4px;${({ size }) => size === 'sm'\n ? `svg { width: 14px !important; height: 14px !important; };\n\n > button { padding: 0 6px };`\n : ''};& > *:first-child{border-bottom-width:0;}& > *:active,& > *:focus{border-width:1px;}& > *:active + *,& > *:focus + *{border-top-width:0;}& > *:focus,& > *:active{z-index:5;}& > *:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit;}& > *:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;}`;\nexport const StepButton = styled.button.withConfig({ displayName: \"vui--StepButton\", componentId: \"vui--z17r9v\" }) `appearance:none;flex:1;border:0;display:flex;justify-content:center;align-items:center;padding:0 8px;background-color:white;border:1px solid #959fa8;&:hover{cursor:pointer;background-color:#fafafb;}&:active:not(:disabled){background-color:#fafafb;border-color:#0079d1;box-shadow:0 0 0 4px #80bce8;}&:focus{box-shadow:0 0 0 4px #80bce8;outline:0;}&:disabled{background-color:#f2f3f5;border-color:#959fa8;color:#637381;cursor:not-allowed;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { theme } from '../../theme';\nimport { Container, StepButton } from './styled';\nimport { DownArrowIcon } from '../../tempIcons/DownArrowIcon';\nimport { UpArrowIcon } from '../../tempIcons/UpArrowIcon';\nexport const Stepper = ({ onIncrement, onDecrement, disabled = false, size }) => (React.createElement(Container, { size: size },\n React.createElement(StepButton, { type: \"button\", onClick: onIncrement, disabled: disabled },\n React.createElement(UpArrowIcon, { height: theme.sizes.base, width: theme.sizes.base, color: theme.colors.neutral.ink.base })),\n React.createElement(StepButton, { type: \"button\", onClick: onDecrement, disabled: disabled },\n React.createElement(DownArrowIcon, { height: theme.sizes.base, width: theme.sizes.base, color: theme.colors.neutral.ink.base }))));\n//# sourceMappingURL=Stepper.js.map","import styled from 'styled-components';\nimport { TextField } from '../TextField';\nimport { BaseContainer } from '../BaseContainer';\nimport { Text } from '../Text';\nimport { InputGroup } from '../InputGroup';\nimport { theme } from '../../theme';\nexport const StyledTextField = styled(TextField).withConfig({ displayName: \"vui--StyledTextField\", componentId: \"vui--8gyz01\" }) `color:${theme.colors.neutral.ink.dark};width:100%;&:focus{box-shadow:none;border-color:none;border-right-width:0;border-color:${theme.colors.neutral.ink.lightest};}`;\nexport const PrefixContainer = styled(BaseContainer).withConfig({ displayName: \"vui--PrefixContainer\", componentId: \"vui--fsc9el\" }) `user-select:none;border:1px solid ${theme.colors.neutral.ink.lightest};border-radius:4px;display:flex;align-items:center;justify-content:center;width:${({ size }) => (size === 'sm' ? '30px' : '36px')};background-color:${({ disabled }) => (disabled ? theme.colors.neutral.grey.light : 'white')};flex-shrink:0;${({ size }) => (size === 'sm' ? '> span { font-size: 12px }' : '')};&:active{z-index:0;border-right-width:0;+ input{z-index:0;border-left-width:1px;}}`;\nexport const PrefixText = styled(Text).withConfig({ displayName: \"vui--PrefixText\", componentId: \"vui--w81sf\" }) `font-size:14px;`;\nexport const PriceInputGroup = styled(InputGroup).withConfig({ displayName: \"vui--PriceInputGroup\", componentId: \"vui--jpuoo1\" }) `display:inline-flex;border-radius:4px;min-width:125px;width:100%;${({ hasError }) => hasError &&\n `\n box-shadow: 0 0 0 4px ${theme.colors.secondary.red.light};\n\n > * {\n border-top-color: ${theme.colors.secondary.red.base};\n border-bottom-color: ${theme.colors.secondary.red.base};\n }\n\n > *:first-child {\n border-left-color: ${theme.colors.secondary.red.base};\n }\n\n > div:last-child {\n > button:first-child {\n border-top-color: ${theme.colors.secondary.red.base};\n border-right-color: ${theme.colors.secondary.red.base};\n }\n\n > button:last-child {\n border-right-color: ${theme.colors.secondary.red.base};\n border-bottom-color: ${theme.colors.secondary.red.base};\n }\n }\n `} &:focus-within{outline:0;box-shadow:${({ hasError }) => hasError ? '' : `0 0 0 4px ${theme.colors.secondary.blue.light}`};}&:focus-within > *{border-top-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};border-bottom-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};}&:focus-within > *:first-child{border-left-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};}&:focus-within > div:last-child{> button:first-child{border-top-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};border-right-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};}> button:last-child{border-right-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};border-bottom-color:${({ hasError }) => hasError ? theme.colors.secondary.red.base : theme.colors.secondary.blue.base};}}`;\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { ComponentSize } from '../types';\nimport { Stepper } from '../Stepper';\nimport { PriceInputGroup, StyledTextField, PrefixContainer, PrefixText } from './styled';\nimport { withLabels } from '../../hoc';\nconst fractionDigits = 2;\nfunction stringToFixed(price) {\n const floatPrice = parseFloat(price.replace(',', '.'));\n return floatPrice.toFixed(fractionDigits);\n}\nexport const PriceInput = withLabels((_a) => {\n var { className = '', hasError, currency, disabled = false, onChange, onPriceChange, priceValue, step = '0.1', size = ComponentSize.base } = _a, otherProps = __rest(_a, [\"className\", \"hasError\", \"currency\", \"disabled\", \"onChange\", \"onPriceChange\", \"priceValue\", \"step\", \"size\"]);\n const handleChange = (value) => onChange(value.replace(/[a-zA-Z]/g, '').replace(',', '.'));\n const handleBlur = (e) => {\n const target = e.target;\n const { value } = target;\n if (!value) {\n onPriceChange('');\n return;\n }\n const roundedValue = stringToFixed(value);\n onPriceChange(roundedValue);\n };\n const handleIncrement = (callback = onPriceChange) => {\n const currentPrice = parseFloat(priceValue) || 0;\n const currentStep = parseFloat(step);\n callback((currentPrice + currentStep).toFixed(fractionDigits));\n };\n const handleDecrement = (callback = onPriceChange) => {\n const currentPrice = parseFloat(priceValue) || 0;\n const currentStep = parseFloat(step);\n callback((currentPrice - currentStep).toFixed(fractionDigits));\n };\n const handleKeyDown = (e) => {\n const { key } = e;\n const target = e.target;\n const isInForm = target.form;\n if (!isInForm) {\n if (key === 'Enter')\n target.blur();\n }\n if (key === 'ArrowUp')\n handleIncrement(onChange);\n if (key === 'ArrowDown')\n handleDecrement(onChange);\n };\n return (React.createElement(PriceInputGroup, { className: className, hasError: hasError },\n React.createElement(PrefixContainer, { disabled: disabled, size: size },\n React.createElement(PrefixText, { variant: \"hintText\" }, currency)),\n React.createElement(StyledTextField, Object.assign({ placeholder: \"0.00\", type: \"currency\", value: priceValue, step: step, onChange: handleChange, onBlur: handleBlur, onKeyDown: handleKeyDown, disabled: disabled, size: size }, otherProps)),\n React.createElement(Stepper, { onIncrement: () => handleIncrement(), onDecrement: () => handleDecrement(), disabled: disabled, size: size })));\n});\nPriceInput.displayName = 'PriceInput';\n//# sourceMappingURL=PriceInput.js.map","import React from 'react';\nimport styled from 'styled-components';\nconst ScreenReaderOnlyElement = styled.span.withConfig({ displayName: \"vui--ScreenReaderOnlyElement\", componentId: \"vui--ejkp56\" }) `position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;`;\n/**\n * The `ScreenReaderOnly` component is used to render content that is only visible to screen readers and assistive technologies. This component can be useful for providing additional context or information to users who rely on screen readers, while keeping the content visually hidden from sighted users.\n * * **This is not a replacement for `aria-label`.**\n *\n * Note: aria-label is intended for interactive elements or for elements made interactive via other ARIA declarations when there's no visible text in the DOM to serve as a label.\n *\n * In general, screen reader-only content should be reserved for information that is apparent visually but not apparent to blind screen reader users.\n *\n * **Example use cases:**\n * - Adding instructional cues and indicators\n * - Search input that is clearly a search bar to sighted users (search icon, etc.). A hidden, associated `<label>` element with \"Search orders\"\n * - Skip to links to take the user to the main content (still need to be visibile when focused)\n * - Breadcrumb navigation, making it clear with a \"you are here\" screen reader text\n */\nexport const ScreenReaderOnly = ({ children }) => {\n return React.createElement(ScreenReaderOnlyElement, null, children);\n};\n//# sourceMappingURL=ScreenReaderOnly.js.map","import styled from 'styled-components';\nimport { TextField } from '../TextField';\nimport { BaseContainer } from '../BaseContainer';\nimport { Loader } from '../Loader';\nconst Input = styled(TextField).withConfig({ displayName: \"vui--Input\", componentId: \"vui--je6y84\" }) `flex-grow:2;margin-top:0;margin-bottom:0;`;\nconst IconContainer = styled.div.withConfig({ displayName: \"vui--IconContainer\", componentId: \"vui--113gfe8\" }) `position:absolute;`;\nconst Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--18q9h8i\" }) `position:relative;display:flex;justify-content:flex-start;align-items:center;border-radius:0.25rem;${({ iconPosition }) => {\n let padding = 'padding-right: 2.5rem;';\n let position = 'right: 0.5rem;';\n if (iconPosition === 'left') {\n padding = 'padding-left: 2.5rem';\n position = 'left: 0.5rem;';\n }\n return `\n & ${Input} {\n ${padding}\n }\n\n & ${IconContainer} {\n ${position}\n }\n `;\n}}`;\nexport { Container, Input, IconContainer, Loader };\n//# sourceMappingURL=styled.js.map","import React from 'react';\nexport const SearchIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M14.3819 13.6918H15.1498L20 18.5517L18.5517 20L13.6918 15.1498V14.3819L13.4294 14.1098C12.3213 15.0623 10.8828 15.6358 9.3179 15.6358C5.82847 15.6358 3 12.8073 3 9.3179C3 5.82847 5.82847 3 9.3179 3C12.8073 3 15.6358 5.82847 15.6358 9.3179C15.6358 10.8828 15.0623 12.3213 14.1098 13.4294L14.3819 13.6918ZM4.94397 9.3179C4.94397 11.7381 6.89766 13.6918 9.3179 13.6918C11.7381 13.6918 13.6918 11.7381 13.6918 9.3179C13.6918 6.89766 11.7381 4.94397 9.3179 4.94397C6.89766 4.94397 4.94397 6.89766 4.94397 9.3179Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=SearchIcon.js.map","import React from 'react';\nimport { Button } from '../Button';\nimport { theme } from '../../theme';\nimport { Container, Input, IconContainer, Loader } from './styled';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { SearchIcon } from '../../tempIcons/SearchIcon';\nimport { sizes } from '../../theme/modules/sizes';\nexport const Search = ({ type = 'text', disabled = false, onClearClick, onChange, onBlur, onFocus, onKeyUp, onKeyDown, onKeyPress, value = '', error, placeholder = '', className = '', name, isLoading = false, fill, reversed = false, autoComplete = 'on', size = 'base', }) => {\n const shouldShowClear = value && value.length > 0;\n const renderIcon = () => {\n if (isLoading) {\n return React.createElement(Loader, { height: 24, color: fill || theme.colors.secondary.blue.base });\n }\n if (shouldShowClear && onClearClick) {\n return (React.createElement(Button, { variant: \"unstyled\", onClick: onClearClick, style: { display: 'flex' }, \"aria-label\": \"Clear text\", type: \"button\" },\n React.createElement(CrossIcon, { color: fill || theme.colors.neutral.ink.dark })));\n }\n return (React.createElement(Button, { variant: \"unstyled\", onClick: () => onChange(value), style: { display: 'flex' }, \"aria-label\": \"Search\", type: \"button\" },\n React.createElement(SearchIcon, { color: fill || theme.colors.neutral.ink.dark, height: sizes.md, width: sizes.md })));\n };\n return (React.createElement(Container, { className: className, iconPosition: reversed ? 'left' : 'right' },\n React.createElement(Input, { size: size, type: type, value: value, onChange: onChange, onBlur: onBlur, onFocus: onFocus, onKeyUp: onKeyUp, onKeyDown: onKeyDown, onKeyPress: onKeyPress, placeholder: placeholder, name: name, disabled: disabled, error: error, autoComplete: autoComplete }),\n React.createElement(IconContainer, null, renderIcon())));\n};\n//# sourceMappingURL=Search.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nimport { BaseContainer } from '../BaseContainer';\nconst buttonBackgroundColor = theme.colors.neutral.grey.lightest;\nconst buttonBorderColor = theme.colors.neutral.grey.dark;\nconst activeButtonColor = theme.colors.secondary.blue.dark;\nexport const SegmentedControlContainer = styled(BaseContainer).withConfig({ displayName: \"vui--SegmentedControlContainer\", componentId: \"vui--s4yyqq\" }) `display:flex;flex-direction:row;> button{border-radius:0;box-shadow:none;:active{background-color:${buttonBackgroundColor};border-color:${buttonBorderColor};box-shadow:none;}:focus{box-shadow:0 0 0 4px ${theme.colors.secondary.blue.light};outline:0;z-index:1;}}> .veeqo-components-active-button{:active{background-color:${activeButtonColor};border-color:${activeButtonColor};}}> button:not(:first-child){border-left:none;}> .veeqo-components-active-button + button{border-left:1px solid ${theme.colors.neutral.grey.dark};}> button:first-child{border-radius:20px 0px 0px 20px;}> button:last-child{border-radius:0px 20px 20px 0px;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Button } from '../Button';\nimport { SegmentedControlContainer } from './styled';\nexport const SegmentedControl = ({ options, selected, className, onChange, }) => (React.createElement(SegmentedControlContainer, { className: className ? `${className}-container` : undefined }, options.map((option) => (React.createElement(Button, { type: \"button\", \"aria-pressed\": option.value === selected, variant: option.value === selected ? 'primary' : 'default', key: option.key, onClick: () => onChange(option.value), disabled: option.disabled, className: option.value === selected ? 'veeqo-components-active-button' : '' }, option.label)))));\n//# sourceMappingURL=SegmentedControl.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nexport const ShortcutKeysContainer = styled.div.withConfig({ displayName: \"vui--ShortcutKeysContainer\", componentId: \"vui--t1odf6\" }) `--kbdTextColor:${(props) => (props.$inverse ? '#ffffff' : '')};box-sizing:border-box;display:flex;align-items:center;gap:4px;color:var(--kbdTextColor, ${theme.colors.neutral.ink.base});font-family:${theme.text.bodySmall.fontFamily};font-style:${theme.text.bodySmall.fontStyle};font-size:${theme.text.bodySmall.fontSize};line-height:${theme.text.bodySmall.lineHeight};font-weight:${theme.text.bodySmall.fontWeight};text-decoration:${theme.text.bodySmall.textDecoration};letter-spacing:${theme.text.bodySmall.letterSpacing};`;\nexport const Kbd = styled.kbd.withConfig({ displayName: \"vui--Kbd\", componentId: \"vui--651mmm\" }) `box-sizing:border-box;color:var(--kbdTextColor, ${theme.colors.neutral.ink.base});display:grid;place-items:center;text-transform:capitalize;border:1px solid var(--kbdTextColor, ${theme.colors.neutral.ink.base});border-radius:3px;padding:1px 3px;font-size:inherit;line-height:inherit;min-width:20px;font-family:${theme.text.bodySmall.fontFamily};font-style:${theme.text.bodySmall.fontStyle};`;\n//# sourceMappingURL=styled.js.map","// Map of UTF-16 characters to be used for modifier keys\nexport const ValidModifierKeysMap = {\n command: '⌘',\n windows: '⊞',\n shift: '⇧',\n ctrl: '⌃',\n option: '⌥',\n alt: 'alt',\n enter: '↵',\n delete: '⌫',\n escape: 'esc',\n up: '↑',\n right: '→',\n down: '↓',\n left: '←',\n space: 'space',\n};\n// Map of labels to be used for modifier keys\nexport const ValidModifierKeyssLabelMap = {\n command: 'Command',\n windows: 'Windows',\n shift: 'Shift',\n ctrl: 'Control',\n option: 'Option',\n alt: 'Alt',\n enter: 'Enter',\n delete: 'Delete',\n escape: 'Escape',\n up: 'Up',\n right: 'Right',\n down: 'Down',\n left: 'Left',\n space: 'Space',\n};\n// An example array of potential shortcut actions\nexport const exampleStorybookShortcutActions = [\n {\n label: 'Shortcut modal',\n mac: 'shift+?',\n windows: 'shift+?',\n },\n {\n label: 'Change view',\n mac: 'shift+option+1',\n windows: 'shift+alt+1',\n },\n {\n label: 'Search',\n mac: 'shift+space',\n windows: 'shift+space',\n },\n {\n label: 'Select all orders in the page',\n mac: 'shift+a',\n windows: 'shift+a',\n },\n {\n label: 'Select first row',\n mac: 'shift+1',\n windows: 'shift+1',\n },\n {\n label: 'Next order',\n mac: 'down',\n windows: 'down',\n },\n {\n label: 'Slect next order',\n mac: 'shift+down',\n windows: 'shift+down',\n },\n {\n label: 'Previous order',\n mac: 'up',\n windows: 'up',\n },\n {\n label: 'Select previous order',\n mac: 'shift+up',\n windows: 'shift+up',\n },\n {\n label: 'Use scale',\n mac: 'shift+w',\n windows: 'shift+w',\n },\n {\n label: 'Refresh rates',\n mac: 'shift+r',\n windows: 'shift+r',\n },\n {\n label: 'Buy label and Print documents',\n mac: 'shift+b',\n windows: 'shift+b',\n },\n {\n label: 'Clear filters',\n mac: 'shift+c',\n windows: 'shift+c',\n },\n {\n label: 'Invoice',\n mac: 'shift+i',\n windows: 'shift+i',\n },\n {\n label: 'Packing slip',\n mac: 'shift+p',\n windows: 'shift+p',\n },\n {\n label: 'Shipping label',\n mac: 'shift+s',\n windows: 'shift+s',\n },\n {\n label: 'Return label',\n mac: 'shift+r',\n windows: 'shift+r',\n },\n {\n label: 'Integrated Invoice with Shipping label',\n mac: 'shift+k',\n windows: 'shift+k',\n },\n {\n label: 'Integrated Packing Slip with Shipping Label',\n mac: 'shift+l',\n windows: 'shift+l',\n },\n];\n//# sourceMappingURL=utils.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { ShortcutKeysContainer, Kbd } from './styled';\nimport { ValidModifierKeyssLabelMap, ValidModifierKeysMap } from './utils';\n/**\n * ShortcutKeys UI component\n *\n * Renders a keyboard shortcut string by splitting it on \"+\" and rendering each\n * key to a <kbd> component.\n *\n * Criteria for `shortcut` prop:\n * - ValidModifierKeys MUST always come before other keys e.g. `shift+a` is valid, `a+shift` is invalid\n * - If it's not a modifier key it must be a singular key e.g. `a`, `2` is valid and `a2` or `abcde` is invalid etc.\n * - A limit of 3 key combinations separated between the '+' symbol e.g. `shift+ctrl+a` is valid, `shift+ctrl+a+b` is invalid\n *\n */\nexport const ShortcutKeys = (_a) => {\n var { shortcut, label, inverse = false, displayLabel = false } = _a, props = __rest(_a, [\"shortcut\", \"label\", \"inverse\", \"displayLabel\"]);\n // Split the keys into individual <Kbd /> components\n const keysToRender = shortcut.split('+');\n // Replace modifier keys with the corresponding UTF-16 character if available.\n const keysToRenderComponents = keysToRender.map((key) => {\n if (ValidModifierKeysMap[key]) {\n return (React.createElement(Kbd, { key: `Key: ${key}`, \"aria-label\": ValidModifierKeyssLabelMap[key] }, ValidModifierKeysMap[key]));\n }\n return React.createElement(Kbd, { key: `Key: ${key}` }, key);\n });\n // Combine the <Kbd /> components to sit inside a single <ShortcutKeysContainer /> component.\n const shortcutElements = keysToRenderComponents.reduce((previousKbdElement, currentKbdElement) => (React.createElement(React.Fragment, null,\n previousKbdElement,\n \"+\",\n currentKbdElement)));\n return (React.createElement(ShortcutKeysContainer, Object.assign({ \"aria-label\": label, \"$inverse\": inverse }, props),\n shortcutElements,\n \" \",\n displayLabel ? React.createElement(\"span\", null, label) : null));\n};\n//# sourceMappingURL=ShortcutKeys.js.map","import styled from 'styled-components';\nimport { sizes } from '../../theme/modules/sizes';\nimport { text } from '../../theme/modules/text';\nimport { colors } from '../../theme/modules/colors';\nconst { blue } = colors.secondary;\nconst { grey } = colors.neutral;\nexport const TableHeader = styled.thead.withConfig({ displayName: \"vui--TableHeader\", componentId: \"vui--o0sot\" }) `background-color:white;`;\nexport const TableBody = styled.tbody.withConfig({ displayName: \"vui--TableBody\", componentId: \"vui--nuzcgp\" }) `&&& tr:hover td{background-color:${blue.lightest};}`;\nexport const TableRow = styled.tr.withConfig({ displayName: \"vui--TableRow\", componentId: \"vui--1uhgfx1\" }) ``;\nexport const TableCell = styled.td.withConfig({ displayName: \"vui--TableCell\", componentId: \"vui--s41x8b\" }) `position:relative;padding:1.25rem 1rem;text-align:${({ align }) => align || 'left'};background-color:white;font-family:${text.bodySmall.fontFamily};font-size:${text.bodySmall.fontSize};font-weight:${text.bodySmall.fontWeight};color:${text.bodySmall.color};line-height:${sizes.base};& > *{vertical-align:middle;}`;\nexport const TableHeaderCell = styled(TableCell).attrs({\n as: 'th',\n}).withConfig({ displayName: \"vui--TableHeaderCell\", componentId: \"vui--2nps2x\" }) `border-bottom:1px solid ${grey.dark};font-family:${text.bodySmallBold.fontFamily};font-size:${text.bodySmallBold.fontSize};font-weight:${text.bodySmallBold.fontWeight};color:${text.bodySmallBold.color};`;\nexport const Table = styled.table.withConfig({ displayName: \"vui--Table\", componentId: \"vui--lcbl46\" }) `width:100%;border-spacing:0;${({ striped }) => striped &&\n `\n & ${TableBody} tr:nth-child(even) td {\n background-color: ${grey.lightest};\n }\n `}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { TableBody, TableCell, TableHeader, TableRow, TableHeaderCell, Table } from './styled';\n/**\n * A simple table component which provides flexible, pre-styled table elements.\n */\nexport const SimpleTable = ({ striped = true, className, children }) => (React.createElement(Table, { striped: striped, className: className }, children));\nSimpleTable.Header = TableHeader;\nSimpleTable.Body = TableBody;\nSimpleTable.Row = TableRow;\nSimpleTable.HeaderCell = TableHeaderCell;\nSimpleTable.Cell = TableCell;\n//# sourceMappingURL=SimpleTable.js.map","import styled from 'styled-components';\nimport { BaseContainer } from '../BaseContainer';\nexport const Skeleton = styled(BaseContainer).attrs(() => ({\n 'aria-hidden': true,\n})).withConfig({ displayName: \"vui--Skeleton\", componentId: \"vui--7bl1ak\" }) `display:block;background:#f6f7f8;background:linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);background-size:2500px 104px;cursor:progress;border-radius:4px;${({ width = '', height = '' }) => `\n width: ${width || '100%'};\n min-width: ${width};\n height: ${height || '20px'};\n min-height: ${height};\n `};@media (prefers-reduced-motion: no-preference){animation-duration:2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;}@keyframes placeHolderShimmer{0%{background-position:-1080px 0;}100%{background-position:1080px 0;}}`;\nSkeleton.displayName = 'Skeleton';\n//# sourceMappingURL=Skeleton.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nconst TRACK_HEIGHT = 4;\nconst BORDER_SIZE = 4;\nconst SLIDER_SIZE = 12;\nconst ADDITIONAL_PADDING = 2;\nconst SliderContainer = styled.div.withConfig({ displayName: \"vui--SliderContainer\", componentId: \"vui--103oce3\" }) `min-width:128px;display:inline-block;position:relative;padding:${SLIDER_SIZE / 2 + ADDITIONAL_PADDING}px 0px;`;\nconst SliderTrack = styled.div.withConfig({ displayName: \"vui--SliderTrack\", componentId: \"vui--1ctzbzj\" }) `background:${theme.colors.neutral.grey.base};height:${TRACK_HEIGHT}px;border-radius:20px;`;\nconst SliderDiv = styled.div.withConfig({ displayName: \"vui--SliderDiv\", componentId: \"vui--1tltjvk\" }) `position:absolute;top:-${(SLIDER_SIZE - TRACK_HEIGHT) / 2 - ADDITIONAL_PADDING * 2}px;left:${(props) => `${props.left}%`};width:${SLIDER_SIZE}px;height:${SLIDER_SIZE}px;background:white;border:${BORDER_SIZE}px solid ${theme.colors.secondary.blue.base};border-radius:50%;touch-action:none;cursor:pointer;margin-left:-${SLIDER_SIZE}px;&:active,&:focus,&:focus-visible,&:focus-within{box-shadow:0 0 0 4px ${theme.colors.secondary.blue.light};}`;\nconst SliderRange = styled(SliderTrack).withConfig({ displayName: \"vui--SliderRange\", componentId: \"vui--t3v3py\" }) `position:relative;width:${(props) => `${props.width}%`};left:${(props) => `${props.left}%`};background:${theme.colors.secondary.blue.light};bottom:${TRACK_HEIGHT}px;border-radius:0;`;\nexport { SliderContainer, SliderTrack, SliderRange, SliderDiv };\n//# sourceMappingURL=styled.js.map","import React, { useCallback, useEffect, useRef, useState } from 'react';\nimport { SliderContainer, SliderTrack, SliderRange, SliderDiv } from './styled';\nimport { buildClassnames } from '../../utils/buildClassnames';\nconst generateClassNames = (prefix) => ({\n container: prefix ? `${prefix}-slider-container` : undefined,\n sliderRange: prefix ? `${prefix}-slider-range` : undefined,\n slider: prefix ? `${prefix}-slider` : undefined,\n startSlider: prefix ? `${prefix}-start-slider` : undefined,\n endSlider: prefix ? `${prefix}-end-slider` : undefined,\n});\nexport const Slider = ({ id, value, min, max, step = 1, onChange, className, e2eClassName, onSlideStart = () => { }, onSlideEnd = () => { }, }) => {\n const [isDragging, setIsDragging] = useState(false);\n const [draggingSliderIndex, setDraggingSliderIndex] = useState(-1);\n const containerRef = useRef(null);\n const startSliderRef = useRef(null);\n const endSliderRef = useRef(null);\n const classNames = generateClassNames(className);\n const e2eClassNames = generateClassNames(e2eClassName);\n const handleMouseMove = useCallback((e) => {\n var _a;\n if (!isDragging || !containerRef.current)\n return;\n const sliderValue = draggingSliderIndex > -1 ? value[draggingSliderIndex] : value;\n const containerSize = containerRef.current.getBoundingClientRect();\n // slider position relative to the container in percents\n const handleValue = ((e.pageX - containerSize.x) * 100) / containerSize.width;\n // current value by slider position\n let newValue = (max - min) * (handleValue / 100) + min;\n const diff = sliderValue - newValue;\n // use to apply step to new value\n if (diff > 0) {\n newValue = sliderValue + Math.ceil(newValue / step - sliderValue / step) * step;\n }\n if (diff < 0) {\n newValue = sliderValue + Math.floor(newValue / step - sliderValue / step) * step;\n }\n if (sliderValue === newValue)\n return;\n if (newValue > max)\n newValue = max;\n if (newValue < min)\n newValue = min;\n if (Array.isArray(value)) {\n if (draggingSliderIndex === 0 && newValue > value[1])\n [, newValue] = value;\n if (draggingSliderIndex === 1 && newValue < value[0])\n [newValue] = value;\n }\n // used to fix 0.30000000000000004 problem\n const decimalPlaces = step.toString().includes('.')\n ? (_a = step.toString().split('.').pop()) === null || _a === void 0 ? void 0 : _a.length\n : 0;\n newValue = Number(newValue.toFixed(decimalPlaces));\n let resultValue;\n if (Array.isArray(value)) {\n resultValue = draggingSliderIndex === 0 ? [newValue, value[1]] : [value[0], newValue];\n }\n else {\n resultValue = newValue;\n }\n onChange(resultValue);\n if (Array.isArray(resultValue) && resultValue[0] === resultValue[1]) {\n if (draggingSliderIndex === 0)\n setDraggingSliderIndex(1);\n if (draggingSliderIndex === 1)\n setDraggingSliderIndex(0);\n }\n }, [draggingSliderIndex, isDragging, max, min, onChange, step, value]);\n const handleMouseUp = useCallback(() => {\n setIsDragging(false);\n onSlideEnd();\n }, [onSlideEnd]);\n const handleMouseDown = useCallback((e, index) => {\n setIsDragging(true);\n onSlideStart();\n if (typeof index === 'number')\n setDraggingSliderIndex(index);\n e.preventDefault();\n }, [onSlideStart]);\n useEffect(() => {\n const handleStartSliderMouseDown = (e) => handleMouseDown(e, Array.isArray(value) ? 0 : 1);\n const handleEndSliderMouseDown = (e) => handleMouseDown(e, 1);\n const startSliderEl = startSliderRef.current;\n const endSliderEl = endSliderRef.current;\n startSliderEl === null || startSliderEl === void 0 ? void 0 : startSliderEl.addEventListener('mousedown', handleStartSliderMouseDown);\n endSliderEl === null || endSliderEl === void 0 ? void 0 : endSliderEl.addEventListener('mousedown', handleEndSliderMouseDown);\n document.addEventListener('mousemove', handleMouseMove);\n document.addEventListener('mouseup', handleMouseUp);\n return () => {\n startSliderEl === null || startSliderEl === void 0 ? void 0 : startSliderEl.removeEventListener('mousedown', handleStartSliderMouseDown);\n endSliderEl === null || endSliderEl === void 0 ? void 0 : endSliderEl.removeEventListener('mousedown', handleEndSliderMouseDown);\n document.removeEventListener('mousemove', handleMouseMove);\n document.removeEventListener('mouseup', handleMouseUp);\n };\n }, [handleMouseDown, handleMouseMove, handleMouseUp, value]);\n const renderSlider = (left, valueNow, index) => {\n let sliderClassName;\n if (typeof index === 'number') {\n sliderClassName = buildClassnames(index === 0\n ? [classNames === null || classNames === void 0 ? void 0 : classNames.startSlider, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.startSlider]\n : [classNames === null || classNames === void 0 ? void 0 : classNames.endSlider, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.endSlider]);\n }\n else {\n sliderClassName = buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.slider, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.slider]);\n }\n return (React.createElement(SliderDiv, { role: \"slider\", ref: index === 1 ? endSliderRef : startSliderRef, className: sliderClassName, left: left, \"aria-valuemin\": min, \"aria-valuemax\": max, \"aria-valuenow\": valueNow }));\n };\n const renderRangeSlider = (rangeSliderValue) => {\n // handle value used to get slider position relative to container from value\n const handleValueStart = ((rangeSliderValue[0] < min ? 0 : rangeSliderValue[0] - min) * 100) / (max - min);\n const handleValueEnd = ((rangeSliderValue[1] > max ? 100 : rangeSliderValue[1] - min) * 100) / (max - min);\n const rangeWidth = handleValueEnd - handleValueStart;\n return (React.createElement(React.Fragment, null,\n React.createElement(SliderRange, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.sliderRange, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.sliderRange]), left: handleValueStart, width: rangeWidth }),\n renderSlider(handleValueStart, rangeSliderValue[0], 0),\n renderSlider(handleValueEnd, rangeSliderValue[1], 1)));\n };\n const renderSingleSlider = (sliderValue) => {\n if (Array.isArray(value))\n return renderRangeSlider(value);\n let handleValue;\n if (value > max)\n handleValue = 100;\n else if (value < min)\n handleValue = 0;\n else\n handleValue = ((sliderValue - min) * 100) / (max - min);\n return renderSlider(handleValue, sliderValue);\n };\n let render;\n if (Array.isArray(value))\n render = renderRangeSlider(value);\n else\n render = renderSingleSlider(value);\n return (React.createElement(SliderContainer, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.container]), id: id, ref: containerRef },\n React.createElement(SliderTrack, null),\n render));\n};\n//# sourceMappingURL=Slider.js.map","import styled from 'styled-components';\nimport { colors } from '../../theme/modules/colors';\nimport { BaseContainer } from '../BaseContainer';\nexport const Tag = styled(BaseContainer).withConfig({ displayName: \"vui--Tag\", componentId: \"vui--1rdo7hk\" }) `display:inline-flex;flex-direction:row;justify-content:center;align-items:center;border-radius:4px;padding:4px 8px;${({ backgroundColor, color }) => `\n color: ${color !== null && color !== void 0 ? color : colors.neutral.ink.base};\n background-color: ${backgroundColor !== null && backgroundColor !== void 0 ? backgroundColor : colors.neutral.grey.base};\n `}`;\n//# sourceMappingURL=Tag.js.map","import styled from 'styled-components';\nimport { Stack } from '../../Stack';\nimport { BaseContainer } from '../../BaseContainer';\nimport { Text } from '../../Text';\nimport { theme } from '../../../theme';\nimport { sizes } from '../../../theme/modules/sizes';\nexport const ToastsLayoutContainer = styled(Stack).withConfig({ displayName: \"vui--ToastsLayoutContainer\", componentId: \"vui--1iztsl9\" }) `position:fixed;bottom:24px;width:100%;pointer-events:none;z-index:${theme.layers.tooltip};`;\nexport const Toast = styled(Stack).withConfig({ displayName: \"vui--Toast\", componentId: \"vui--1o64628\" }) `background-color:${theme.colors.neutral.ink.dark};padding:12px 24px 12px 12px;box-shadow:${theme.shadows.lg};border-radius:${theme.radius.md};pointer-events:auto;z-index:40;min-width:${({ minWidth }) => minWidth};max-width:80vw;&.veeqo-components-toast-enter{transform:translateY(12px);opacity:0;}&.veeqo-components-toast-enter-active{transform:translateY(0);opacity:1;transition:500ms ease;}&.veeqo-components-toast-exit{transform:${({ last }) => (last ? 'translateY(0)' : 'translateX(0)')};opacity:1;}&.veeqo-components-toast-exit-active{transform:${({ last }) => (last ? 'translateY(12px)' : 'translateX(12px)')};opacity:0;transition:500ms ease;}`;\nexport const IconWrap = styled(BaseContainer).withConfig({ displayName: \"vui--IconWrap\", componentId: \"vui--1nmtetq\" }) `display:flex;flex-direction:row;align-items:center;justify-content:center;height:40px;width:40px;border-radius:${theme.radius.md};background-color:${({ color }) => color};color:#fff;svg{width:${sizes.md};height:${sizes.md};}`;\nexport const ContentStack = styled(Stack).withConfig({ displayName: \"vui--ContentStack\", componentId: \"vui--fvpujj\" }) `flex-grow:1;`;\nexport const StyledText = styled(Text).withConfig({ displayName: \"vui--StyledText\", componentId: \"vui--ppieao\" }) `color:white;font-size:16px;`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { colors } from '../../../theme/modules/colors';\nimport { IconWrap, Toast as ToastContainer, StyledText as Text, ContentStack } from './styled';\nimport { buildClassnames } from '../../../utils/buildClassnames';\nimport { Button } from '../../Button';\nimport { SuccessIcon } from '../../../tempIcons/SuccessIcon';\nimport { InfoIcon } from '../../../tempIcons/InfoIcon';\nimport { AttentionIcon } from '../../../tempIcons/AttentionIcon';\nimport { MergeIcon } from '../../../tempIcons/MergeIcon';\nimport { CrossIcon } from '../../../tempIcons/CrossIcon';\nconst toastTypes = {\n info: {\n accentColor: colors.brand.blue.base,\n icon: React.createElement(InfoIcon, null),\n },\n success: {\n accentColor: colors.secondary.green.base,\n icon: React.createElement(SuccessIcon, null),\n },\n error: {\n accentColor: colors.secondary.red.base,\n icon: React.createElement(AttentionIcon, null),\n },\n merge: {\n accentColor: colors.secondary.purple.base,\n icon: React.createElement(MergeIcon, null),\n },\n};\nconst generateClassNames = (prefix) => ({\n container: prefix ? `${prefix}-toast-container` : undefined,\n icon: prefix ? `${prefix}-toast-icon` : undefined,\n closeIcon: prefix ? `${prefix}-toast-close-icon` : undefined,\n});\nexport const Toast = ({ className, e2eClassName, type, iconSlot, text, last, minWidth, cta, onClose, }) => {\n const classNames = generateClassNames(className);\n const e2eClassNames = generateClassNames(e2eClassName);\n return (React.createElement(ToastContainer, { className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.container]), direction: \"horizontal\", alignY: \"center\", minWidth: minWidth, last: last },\n React.createElement(IconWrap, { color: toastTypes[type].accentColor, className: buildClassnames([classNames.icon, e2eClassNames.icon]) }, iconSlot !== null && iconSlot !== void 0 ? iconSlot : toastTypes[type].icon),\n React.createElement(ContentStack, { direction: \"horizontal\", alignY: \"center\", alignX: \"between\" },\n React.createElement(Text, { variant: \"body\" }, text),\n cta),\n React.createElement(Button, { variant: \"flat\", icon: React.createElement(CrossIcon, { color: \"white\" }), onClick: onClose, \"aria-label\": \"Close\" })));\n};\n//# sourceMappingURL=Toast.js.map","import React from 'react';\nexport const MergeIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M10.9887 6.82229H6.84911L12.1714 1.5L17.4937 6.82229H13.3541V14.4036L6.25774 21.5L4.59009 19.8323L10.9887 13.4338V6.82229ZM19.7527 19.8323L18.0851 21.5L14.0519 17.4669L15.7196 15.7992L19.7527 19.8323Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=MergeIcon.js.map","import { CSSTransition, TransitionGroup } from 'react-transition-group';\nimport React, { useEffect } from 'react';\nimport { createPortal } from 'react-dom';\nimport { ToastsLayoutContainer } from './components/styled';\nimport { Toast } from './components/Toast';\nexport const ToastsLayout = ({ className, e2eClassName, toasts, minWidth = '50vw', max = 3, onClose, }) => {\n useEffect(() => {\n if (max && toasts.length > max)\n onClose(toasts[0].key);\n }, [toasts, max, onClose]);\n return createPortal(React.createElement(ToastsLayoutContainer, { direction: \"vertical\", alignX: \"center\", spacing: 4 },\n React.createElement(TransitionGroup, { component: null }, [...toasts].reverse().map((toast, index) => (React.createElement(CSSTransition, { key: toast.key, timeout: 500, classNames: \"veeqo-components-toast\" },\n React.createElement(Toast, Object.assign({ className: className, e2eClassName: e2eClassName, minWidth: minWidth, last: index === toasts.length - 1, onClose: () => onClose(toast.key) }, toast))))))), document.body);\n};\n//# sourceMappingURL=ToastsLayout.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nexport const StyledButton = styled.button.withConfig({ displayName: \"vui--StyledButton\", componentId: \"vui--x718nd\" }) `user-select:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-family:${theme.fontFamily};font-weight:400;border:1px solid;box-shadow:0 1px 3px rgba(55, 66, 77, 0.15);${({ size, checked }) => {\n let height = '40px';\n let paddingLeft = '24px';\n let paddingRight = '24px';\n let borderRadius = '8px';\n let fontSize = '16px';\n let outlineWidth = '4px';\n let backgroundColor = 'white';\n let borderColor = '#CDD1D5';\n let color = '#37424D';\n if (size === 'sm') {\n height = '32px';\n paddingLeft = '16px';\n paddingRight = '16px';\n borderRadius = '4px';\n fontSize = '14px';\n outlineWidth = '2px';\n }\n if (checked) {\n backgroundColor = '#0079D1';\n borderColor = '#0079D1';\n color = 'white';\n }\n return `\n --outline-width: ${outlineWidth};\n\n height: ${height};\n padding-left: ${paddingLeft};\n padding-right: ${paddingRight};\n border-radius: ${borderRadius};\n font-size: ${fontSize};\n\n background-color: ${backgroundColor};\n border-color: ${borderColor};\n color: ${color};\n `;\n}} & > * + *{margin-left:8px;}&:hover{cursor:pointer;background-color:${({ checked }) => (checked ? '#005A9C' : '#FAFAFB')};}&:active{background-color:${({ checked }) => (checked ? '#005A9C' : '#FAFAFB')};border-color:${({ checked }) => (checked ? '#005A9C' : '#0079D1')};box-shadow:0 0 0 var(--outline-width)#80bce8;}&:focus{box-shadow:0 0 0 var(--outline-width)#80bce8;outline:0;}&:disabled{cursor:unset;box-shadow:none;background-color:#dfe3e8;border-color:#dfe3e8;color:#637381;}& > span{position:relative;top:-1px;}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { StyledButton } from './styled';\nexport const ToggleButton = ({ children, checked, size = 'base', disabled = false, onChange, }) => (React.createElement(StyledButton, { type: \"button\", checked: checked, size: size, disabled: disabled, \"aria-pressed\": checked, tabIndex: \"0\", onClick: () => onChange(!checked) }, children));\n//# sourceMappingURL=ToggleButton.js.map","import styled from 'styled-components';\nimport { colors } from '../../theme/modules/colors';\nimport { radius } from '../../theme/modules/radius';\nimport { sizes } from '../../theme/modules/sizes';\nexport const DropZoneContainer = styled.div.withConfig({ displayName: \"vui--DropZoneContainer\", componentId: \"vui--17v0v3c\" }) `display:flex;align-items:center;justify-content:center;padding:${sizes.md};border-radius:${radius.base};input[type='file']{position:absolute;opacity:0;width:1px;height:1px;cursor:pointer;}cursor:pointer;border:2px dashed ${colors.neutral.ink.lightest};background-color:${colors.neutral.grey.lightest};:hover{border:2px dashed ${colors.secondary.blue.base};background-color:${colors.secondary.blue.lightest};}:active{border:2px dashed ${colors.secondary.blue.base};box-shadow:0 0 0 4px ${colors.secondary.blue.light};background-color:${colors.secondary.blue.lightest};}:focus-within{border:2px dashed ${colors.secondary.blue.base};box-shadow:0 0 0 4px ${colors.secondary.blue.light};background-color:${colors.secondary.blue.lightest};}&:has(input:invalid){border:2px dashed ${colors.secondary.red.base};:hover{border:2px dashed ${colors.secondary.red.base};background-color:${colors.secondary.red.lightest};}:active{border:2px dashed ${colors.secondary.red.base};box-shadow:0 0 0 4px ${colors.secondary.red.light};background-color:${colors.secondary.red.lightest};}:focus-within{border:2px dashed ${colors.secondary.red.base};box-shadow:0 0 0 4px ${colors.secondary.red.light};background-color:${colors.secondary.red.lightest};}}&:has(input:disabled){cursor:not-allowed;box-shadow:none;background-color:${colors.neutral.grey.light};border-color:${colors.neutral.ink.lightest};color:${colors.neutral.ink.light};}`;\n//# sourceMappingURL=styled.js.map","export var AcceptedFileTypes;\n(function (AcceptedFileTypes) {\n AcceptedFileTypes[\"CSV\"] = \".csv\";\n AcceptedFileTypes[\"JPEG\"] = \".jpeg\";\n AcceptedFileTypes[\"JPG\"] = \".jpg\";\n AcceptedFileTypes[\"GIF\"] = \".gif\";\n AcceptedFileTypes[\"PNG\"] = \".png\";\n})(AcceptedFileTypes || (AcceptedFileTypes = {}));\nexport var FileSizeUnit;\n(function (FileSizeUnit) {\n FileSizeUnit[\"KB\"] = \"KB\";\n FileSizeUnit[\"MB\"] = \"MB\";\n})(FileSizeUnit || (FileSizeUnit = {}));\nexport var InputState;\n(function (InputState) {\n InputState[\"VALID\"] = \"\";\n InputState[\"INVALID_FORMAT\"] = \"File is incorrect format\";\n InputState[\"INVALID_SIZE\"] = \"File size is too big\";\n InputState[\"INVALID_FORMAT_AND_SIZE\"] = \"File is incorrect format and too big\";\n})(InputState || (InputState = {}));\n//# sourceMappingURL=constants.js.map","import React from 'react';\nexport const UploadGraphic = () => (React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: \"56\", height: \"56\", fill: \"none\", role: \"presentation\" },\n React.createElement(\"path\", { fill: \"#fff\", d: \"M0 28C0 12.536 12.536 0 28 0s28 12.536 28 28-12.536 28-28 28S0 43.464 0 28\" }),\n React.createElement(\"path\", { fill: \"#37424D\", d: \"M22.5 36c-1.517 0-2.812-.525-3.887-1.575-1.075-1.05-1.613-2.333-1.613-3.85 0-1.3.392-2.458 1.175-3.475s1.808-1.667 3.075-1.95c.417-1.533 1.25-2.775 2.5-3.725C25 20.475 26.417 20 28 20c1.95 0 3.604.68 4.962 2.038C34.322 23.396 35 25.05 35 27c1.15.133 2.104.63 2.862 1.488A4.407 4.407 0 0 1 39 31.5c0 1.25-.437 2.313-1.312 3.188C36.812 35.562 35.75 36 34.5 36H29c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 27 34v-5.15l-1.6 1.55L24 29l4-4 4 4-1.4 1.4-1.6-1.55V34h5.5c.7 0 1.292-.242 1.775-.725.483-.483.725-1.075.725-1.775s-.242-1.292-.725-1.775C35.792 29.242 35.2 29 34.5 29H33v-2c0-1.383-.487-2.562-1.462-3.538C30.562 22.489 29.383 22 28 22s-2.562.488-3.538 1.462C23.489 24.438 23 25.618 23 27h-.5c-.967 0-1.792.342-2.475 1.025A3.372 3.372 0 0 0 19 30.5c0 .967.342 1.792 1.025 2.475A3.372 3.372 0 0 0 22.5 34H25v2z\" })));\n//# sourceMappingURL=UploadGraphic.js.map","import React from 'react';\nimport { UploadGraphic } from '../../UploadGraphic';\nimport { sizes } from '../../../../theme/modules/sizes';\nimport { Stack } from '../../../Stack';\nimport { Text } from '../../../Text';\nexport const UploadCopy = () => (React.createElement(Stack, { alignX: \"center\", alignY: \"center\", spacing: \"sm\", style: { pointerEvents: 'none' } },\n React.createElement(UploadGraphic, null),\n React.createElement(Text, { variant: \"subheadingSmall\", style: { paddingTop: sizes.sm } }, \"Browse files or drag them here\")));\n//# sourceMappingURL=UploadCopy.js.map","import React from 'react';\nimport { Stack } from '../../../Stack';\nimport { Text } from '../../../Text';\nexport const UploadFileErrors = ({ acceptedTypesCopy, maxSizeCopy }) => {\n if (!acceptedTypesCopy && !maxSizeCopy)\n return null;\n return (React.createElement(Stack, { alignX: \"start\", spacing: \"xs\" },\n acceptedTypesCopy && React.createElement(Text, { variant: \"errorSmall\" },\n \"Invalid format (\",\n acceptedTypesCopy,\n \")\"),\n maxSizeCopy && React.createElement(Text, { variant: \"errorSmall\" },\n \"File is too big (\",\n maxSizeCopy,\n \")\")));\n};\n//# sourceMappingURL=UploadFileErrors.js.map","import styled from 'styled-components';\nimport { Text } from '../../../Text';\nimport { colors } from '../../../../theme/modules/colors';\nimport { radius } from '../../../../theme/modules/radius';\nimport { sizes } from '../../../../theme/modules/sizes';\nimport { Stack } from '../../../Stack';\nexport const SingleLineText = styled(Text).withConfig({ displayName: \"vui--SingleLineText\", componentId: \"vui--1aguyhc\" }) `display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;`;\nexport const UploadedFilesListStack = styled(Stack).withConfig({ displayName: \"vui--UploadedFilesListStack\", componentId: \"vui--1g0ca18\" }) `border:1px solid ${colors.neutral.ink.lightest};border-radius:${radius.base};padding:${sizes.xs};${Text}{padding-left:${sizes.xs};}`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Button } from '../../../Button';\nimport { CrossIcon } from '../../../../tempIcons/CrossIcon';\nimport { SingleLineText, UploadedFilesListStack } from './styled';\nexport const UploadedFile = ({ file, resetSelection, disabled }) => {\n if (!file)\n return null;\n return (React.createElement(UploadedFilesListStack, { alignX: \"between\", direction: \"horizontal\", alignY: \"center\" },\n React.createElement(SingleLineText, { variant: \"body\" }, file === null || file === void 0 ? void 0 : file.name),\n React.createElement(Button, { size: \"sm\", variant: \"flat\", onClick: resetSelection, icon: React.createElement(CrossIcon, null), \"aria-label\": \"Remove file\", disabled: disabled })));\n};\n//# sourceMappingURL=UploadedFile.js.map","import { __rest } from \"tslib\";\nimport React, { useCallback, useEffect, useState, forwardRef, useImperativeHandle, useRef, } from 'react';\nimport { DropZoneContainer } from './styled';\nimport { InputState, FileSizeUnit } from './constants';\nimport { UploadCopy } from './components/UploadCopy/UploadCopy';\nimport { setInputElFile } from './utils/setInputElFile/setInputElFile';\nimport { getFileSizeString, getTypePropForInputEl, getValidTypesString } from './utils';\nimport { Hint, Label, RootStack } from '../../hoc/withLabels/styled';\nimport { Stack } from '../Stack';\nimport { UploadFileErrors } from './components/UploadFileErrors/UploadFileErrors';\nimport { UploadedFile } from './components/UploadedFile/UploadedFile';\nimport { sizes } from '../../theme/modules/sizes';\nexport const UploadFile = forwardRef((_a, outerRef) => {\n var { id, name, maxBytes = 1000000, format = FileSizeUnit.MB, fileTypes, label = 'Upload file', required, disabled } = _a, otherProps = __rest(_a, [\"id\", \"name\", \"maxBytes\", \"format\", \"fileTypes\", \"label\", \"required\", \"disabled\"]);\n const inputRef = useRef(null);\n useImperativeHandle(outerRef, () => inputRef.current, []);\n const [file, setFile] = useState();\n const [errorState, setErrorState] = useState(InputState.VALID);\n const isInvalidFormat = errorState === InputState.INVALID_FORMAT || errorState === InputState.INVALID_FORMAT_AND_SIZE;\n const isOverMaxSize = errorState === InputState.INVALID_SIZE || errorState === InputState.INVALID_FORMAT_AND_SIZE;\n // Computed properties based on params\n const maxSizeCopy = getFileSizeString({ maxBytes, format });\n const acceptedTypesCopy = getValidTypesString({ fileTypes });\n const acceptedTypesForInputEl = getTypePropForInputEl({ fileTypes });\n const clearFileSelection = () => {\n var _a;\n if ((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.value)\n inputRef.current.value = '';\n };\n // Tracks error states within the input element itself, using preset\n // error messages and assigns these to the input component based on the file\n const setInputValidation = ({ overMaxSize, invalidFormat, }) => {\n var _a;\n let error = InputState.VALID;\n if (invalidFormat && !overMaxSize) {\n error = InputState.INVALID_FORMAT;\n }\n else if (!invalidFormat && overMaxSize) {\n error = InputState.INVALID_SIZE;\n }\n else if (invalidFormat && overMaxSize) {\n error = InputState.INVALID_FORMAT_AND_SIZE;\n }\n (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.setCustomValidity(error);\n setErrorState(error);\n };\n // Processes file and updates the UI appropriately:\n const updateFiles = useCallback((files) => {\n if (!files.length) {\n setInputValidation({ invalidFormat: true });\n return;\n }\n const [newFile] = files;\n const hasExceededMaxSize = newFile.size > maxBytes;\n const [, extension] = newFile.type.split('/');\n const isTypeValid = fileTypes.find((validType) => validType.substring(1) === extension);\n const hasInvalidFormat = !isTypeValid;\n if (hasExceededMaxSize || hasInvalidFormat) {\n // Empty the inputRef's read-only fileList by clearing the value attribute,\n // since we have an invalid input.\n clearFileSelection();\n }\n else {\n // Update the files attribute of the input el, with the new file(s)\n setInputElFile({ fileList: files, elementId: id });\n }\n setInputValidation({\n invalidFormat: hasInvalidFormat,\n overMaxSize: hasExceededMaxSize,\n });\n setFile(newFile);\n }, [fileTypes, id, maxBytes]);\n // For focussing of input el and updating drop UI\n const onDragEnter = (event) => {\n var _a;\n event.preventDefault();\n (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();\n };\n // For unfocussing of input el and updating drop UI\n const onDragLeave = (event) => {\n var _a;\n event.preventDefault();\n (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.blur();\n };\n // Prevents default browser behaviour\n const onDragOver = (event) => event.preventDefault();\n // Process file when dropped into eligible area\n const onDrop = (event) => {\n event.preventDefault();\n // Prevent reactions on dragging events that do not contain files\n if (!event.dataTransfer.files.length)\n return;\n updateFiles(event.dataTransfer.files);\n };\n // Removes input el's files, clears errors and removes file from react component\n const resetSelection = useCallback(() => {\n clearFileSelection();\n setFile(undefined);\n setInputValidation({\n invalidFormat: false,\n overMaxSize: false,\n });\n }, []);\n // Updates UI based on a native file input change. Attached via useEffect below\n const onInputChange = useCallback(() => {\n var _a;\n const files = (_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.files;\n if ((files === null || files === void 0 ? void 0 : files.length) && (files === null || files === void 0 ? void 0 : files.length) > 0)\n updateFiles(files);\n else\n resetSelection();\n }, [resetSelection, updateFiles]);\n useEffect(() => {\n const ref = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current;\n ref === null || ref === void 0 ? void 0 : ref.addEventListener('change', onInputChange);\n ref === null || ref === void 0 ? void 0 : ref.addEventListener('cancel', resetSelection);\n return () => {\n ref === null || ref === void 0 ? void 0 : ref.removeEventListener('change', onInputChange);\n ref === null || ref === void 0 ? void 0 : ref.removeEventListener('cancel', resetSelection);\n };\n }, [onInputChange, resetSelection]);\n return (React.createElement(RootStack, { spacing: \"sm\", alignX: \"stretch\" },\n React.createElement(Label, { htmlFor: id },\n label,\n React.createElement(Stack, { spacing: 3, alignX: \"stretch\", style: { paddingTop: sizes.sm } },\n React.createElement(Hint, null,\n React.createElement(\"div\", null, acceptedTypesCopy),\n React.createElement(\"div\", null, maxSizeCopy)),\n React.createElement(DropZoneContainer, { onDrop: onDrop, onDragEnter: onDragEnter, onDragOver: onDragOver, onDragLeave: onDragLeave },\n React.createElement(UploadCopy, null),\n React.createElement(\"input\", Object.assign({ ref: inputRef, id: id, type: \"file\", accept: acceptedTypesForInputEl, name: name, required: required, disabled: disabled }, otherProps))))),\n React.createElement(Stack, { alignX: \"stretch\", spacing: \"sm\" },\n React.createElement(UploadedFile, { file: file, resetSelection: resetSelection, disabled: disabled }),\n React.createElement(UploadFileErrors, { acceptedTypesCopy: isInvalidFormat ? acceptedTypesCopy : undefined, maxSizeCopy: isOverMaxSize ? maxSizeCopy : undefined }))));\n});\n//# sourceMappingURL=UploadFile.js.map","import { FileSizeUnit } from '../../constants';\n/**\n * Constructs a string intended to be consumed by an <input> element of type \"file\". This string\n * should go inside the accept property\n *\n * E.g.\n *\n * const maxSizeCopy = getFileSizeString({\n * maxBytes: 10000,\n * format: FileSizeUnit.MB\n * });\n *\n * Where @constant maxSizeCopy would equal \"Max size: 1 MB\"\n *\n * @param fileTypes - A list of file types, each value being of @type AcceptedFileTypes\n * the returned string\n */\nexport const getFileSizeString = ({ maxBytes, format, baseString }) => {\n const base = baseString == null ? 'Max size: ' : baseString;\n switch (format) {\n case FileSizeUnit.KB:\n return `${base}${Number(maxBytes) / 1000} KB`;\n case FileSizeUnit.MB:\n return `${base}${Number(maxBytes) / 1000000} MB`;\n default:\n return `${base}${Number(maxBytes) / 1000} KB`;\n }\n};\n//# sourceMappingURL=getFileSizeString.js.map","import { AcceptedFileTypes } from '../../constants';\n/**\n * Constructs a user-friendly string of accepted types valid for the UploadFile component based on the\n * fileTypes list passed as parameter.\n *\n * E.g.\n *\n * const validTypesCopy = getValidTypesString({\n * fileTypes: [\n * AcceptedFileTypes.CSV,\n * ]\n * });\n *\n * Where @constant validTypesCopy would equal \"Valid types: CSV\"\n *\n * @param fileTypes - A list of file types, each value being of @type AcceptedFileTypes\n * @param baseString - An optional string to override the default value of 'Valid types: ' prefixed to\n * the returned string\n */\nexport const getValidTypesString = ({ fileTypes, baseString }) => {\n let base = baseString == null ? 'Valid types: ' : baseString;\n fileTypes.forEach((fileType, index, list) => {\n const iterable = list.length > 1;\n const isLast = index === list.length - 1 && iterable;\n const isPenultimate = index === list.length - 2 && iterable;\n if (isLast)\n base += ' and ';\n switch (fileType) {\n case AcceptedFileTypes.CSV:\n base += 'CSV';\n break;\n case AcceptedFileTypes.GIF:\n base += 'GIF';\n break;\n case AcceptedFileTypes.JPEG:\n base += 'JPEG';\n break;\n case AcceptedFileTypes.JPG:\n base += 'JPG';\n break;\n case AcceptedFileTypes.PNG:\n base += 'PNG';\n break;\n default:\n break;\n }\n if (!isPenultimate && !isLast && list.length > 2)\n base += ', ';\n });\n return base;\n};\n//# sourceMappingURL=getValidTypesString.js.map","/**\n * Constructs a string intended to be consumed by an <input> element of type \"file\". This string\n * should go inside the accept property.\n *\n * E.g.\n *\n * const inputElAcceptProperty = getTypePropForInputEl({\n * fileTypes: [\n * AcceptedFileTypes.CSV,\n * ]\n * });\n *\n * Where @constant inputElAcceptProperty would equal \".csv\"\n *\n * @param fileTypes - A list of file types, each value being of @type AcceptedFileTypes\n * the returned string\n */\nexport const getTypePropForInputEl = ({ fileTypes }) => {\n if (fileTypes.length === 1)\n return fileTypes[0];\n let base = '';\n fileTypes.forEach((fileType, index, list) => {\n const isLastElement = list.length - 1 === index && list.length > 1;\n if (isLastElement)\n base += `${fileType}`;\n else\n base += `${fileType}, `;\n });\n return base.trim();\n};\n//# sourceMappingURL=getTypePropForInputEl.js.map","/**\n * Updates the value of the files attribute held within an input elment. Used during DnD operations where\n * the input element's files need to kept in sync and updated.\n *\n * @param fileList - A list of files, typically extracted from the \"files\" attribute of an input element\n * @param elementId - The ID of the input element\n */\nexport const setInputElFile = ({ fileList, elementId }) => {\n const inputEl = document.getElementById(elementId);\n if (fileList.length) {\n inputEl.files = fileList;\n }\n};\n//# sourceMappingURL=setInputElFile.js.map","import styled from 'styled-components';\nimport { theme } from '../../../theme';\nimport { BaseContainer } from '../../BaseContainer';\nconst commonStyles = `\n position: fixed;\n height: 100%;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n`;\nexport const Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--1xg3v52\" }) `${commonStyles} display:${(props) => (props.shouldShow ? 'initial' : 'none')};z-index:${theme.layers.modal};`;\nexport const Shadow = styled(BaseContainer).withConfig({ displayName: \"vui--Shadow\", componentId: \"vui--nz3cc\" }) `${commonStyles} background-color:rgba(55,66,77,0.5);`;\nexport const Wrap = styled(BaseContainer).withConfig({ displayName: \"vui--Wrap\", componentId: \"vui--1pbqe6\" }) `position:relative;height:100%;width:100%;z-index:1;`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\n// @ts-ignore\nimport ScrollLock from 'react-scrolllock-configurable';\nimport { Portal } from '../../Portal';\nimport { Container, Shadow, Wrap } from './styled';\nimport { buildClassnames } from '../../../utils/buildClassnames';\nconst WithPortal = ({ usePortal, children }) => (\n// eslint-disable-next-line react/jsx-no-useless-fragment\nReact.createElement(React.Fragment, null, usePortal ? React.createElement(Portal, null, children) : children));\nexport const Popup = ({ className, children = null, shouldShow = false, usePortal = true, }) => (React.createElement(WithPortal, { usePortal: usePortal },\n React.createElement(Container, { className: buildClassnames([`${className}-container`, className]), shouldShow: shouldShow },\n React.createElement(Shadow, null),\n React.createElement(ScrollLock, { isActive: shouldShow },\n React.createElement(Wrap, { className: buildClassnames([`${className}-wrap`, className]) }, children)))));\n//# sourceMappingURL=Popup.js.map","import styled from 'styled-components';\nimport { Button } from '../Button';\nexport const PopupContent = styled.div.withConfig({ displayName: \"vui--PopupContent\", componentId: \"vui--17gmyeh\" }) `display:flex;justify-content:center;align-items:center;height:100%;`;\nexport const VideoWrapper = styled.div.withConfig({ displayName: \"vui--VideoWrapper\", componentId: \"vui--rcrl58\" }) `position:relative;iframe{width:57vw;height:calc(57vw * 0.5625);border-radius:8px;}`;\nexport const ButtonSC = styled(Button).withConfig({ displayName: \"vui--ButtonSC\", componentId: \"vui--srigr3\" }) `position:absolute;top:0px;right:-45px;`;\n//# sourceMappingURL=styled.js.map","import React from 'react';\nimport { Popup } from './components/Popup';\nimport { PopupContent, VideoWrapper, ButtonSC } from './styled';\nimport { useClickOutside } from '../../hooks';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nexport const VideoModal = ({ id, youtubeVideoId, showVideoModal, handleCloseClick, }) => {\n const ref = useClickOutside(showVideoModal, handleCloseClick);\n return (React.createElement(Popup, { shouldShow: showVideoModal, className: `${id}-video` },\n React.createElement(PopupContent, { \"data-testid\": \"video-modal_popup-content\", className: `video-modal--${showVideoModal ? 'visible' : 'hidden'}` },\n React.createElement(VideoWrapper, { ref: ref },\n React.createElement(\"iframe\", { title: `${id}-video`, src: `https://www.youtube.com/embed/${youtubeVideoId}`, frameBorder: \"0\", allow: \"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\", allowFullScreen: true }),\n React.createElement(ButtonSC, { variant: \"flat\", onClick: handleCloseClick, \"data-testid\": \"video-modal--close\", icon: React.createElement(CrossIcon, { color: \"white\" }) })))));\n};\n//# sourceMappingURL=VideoModal.js.map","export var ViewTypes;\n(function (ViewTypes) {\n ViewTypes[\"saved\"] = \"saved\";\n ViewTypes[\"fixed\"] = \"fixed\";\n ViewTypes[\"draft\"] = \"draft\";\n})(ViewTypes || (ViewTypes = {}));\n//# sourceMappingURL=types.js.map","import styled from 'styled-components';\nimport { colors } from '../../theme/modules/colors';\nimport { Text } from '../Text';\nimport { BaseContainer } from '../BaseContainer';\nimport { sizes } from '../../theme/modules/sizes';\nconst Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--1vyyfhh\" }) `padding:14px 24px;`;\nconst CounterText = styled(Text).withConfig({ displayName: \"vui--CounterText\", componentId: \"vui--ycgtn6\" }) `line-height:1;`;\nconst Contour = styled(BaseContainer).withConfig({ displayName: \"vui--Contour\", componentId: \"vui--zy3oaf\" }) `position:relative;display:flex;flex-direction:row;align-items:center;height:40px;border-radius:4px;padding:0 12px;border:1px solid transparent;cursor:pointer;${({ colourPalette, customTextColour }) => `\n &:hover {\n border: 1px solid ${colourPalette.base};\n background-color: ${colourPalette.lightest};\n }\n\n ${Text} {\n color: ${customTextColour !== null && customTextColour !== void 0 ? customTextColour : colors.neutral.ink.dark};\n }\n `} ${({ active, colourPalette }) => active &&\n `\n background-color: ${colourPalette.lightest};\n `}`;\nconst CounterContainer = styled(Text).withConfig({ displayName: \"vui--CounterContainer\", componentId: \"vui--chq9kr\" }) `display:inline-flex;flex-direction:row;justify-content:center;align-items:center;border-radius:4px;padding:2px 4px;min-width:20px;height:20px;margin-left:8px;${({ active, colourPalette }) => active &&\n `\n background-color: ${colourPalette.base};\n\n & > ${CounterText} {\n color: #fff;\n }\n `}`;\nconst IconStyling = {\n style: {\n marginLeft: sizes.xs,\n padding: sizes.xs,\n height: sizes.base,\n width: sizes.base,\n },\n};\nexport const CustomIconWrapper = styled.div.withConfig({ displayName: \"vui--CustomIconWrapper\", componentId: \"vui--yu7dwm\" }) `display:flex;align-items:center;margin-right:${sizes.sm};svg{height:${sizes.base};width:${sizes.base};}`;\nexport { Container, Contour, Text, CounterContainer, CounterText, IconStyling };\n//# sourceMappingURL=styled.js.map","import React from 'react';\nexport const EditIcon = (props) => (React.createElement(\"svg\", Object.assign({ viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\" }, props),\n React.createElement(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M3 18.0418V21.9996H6.95778L18.6306 10.3273L14.6728 6.36952L3 18.0418ZM21.6913 7.2661C22.1029 6.85501 22.1029 6.19011 21.6913 5.7785L19.2216 3.30831C18.81 2.89723 18.1451 2.89723 17.7335 3.30831L15.8021 5.23971L19.7599 9.19749L21.6913 7.2661Z\", fill: \"currentColor\" })));\n//# sourceMappingURL=EditIcon.js.map","import React, { useCallback } from 'react';\nimport { useHover } from '../../hooks';\nimport { colors } from '../../theme/modules/colors';\nimport { ViewTypes } from './types';\nimport { Container, Contour, CounterContainer, CounterText, CustomIconWrapper, IconStyling, Text, } from './styled';\nimport { buildClassnames } from '../../utils/buildClassnames';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { EditIcon } from '../../tempIcons/EditIcon';\nconst generateClassNames = (prefix) => ({\n delete: prefix ? `${prefix}-delete` : undefined,\n options: prefix ? `${prefix}-options` : undefined,\n edit: prefix ? `${prefix}-edit` : undefined,\n container: prefix ? `${prefix}-container` : undefined,\n active: prefix ? `${prefix}-active` : undefined,\n counter: prefix ? `${prefix}-counter` : undefined,\n});\n/**\n *\n * @deprecated\n *\n * use ViewTab component instead\n *\n */\nexport const View = ({ id, iconSlot, name, type, className, colourPalette = colors.secondary.blue, customTextColour, count, active = false, onClick, onDelete, onEdit, e2eClassName, }) => {\n const classNames = generateClassNames(className);\n const e2eClassNames = generateClassNames(e2eClassName);\n const [isHovered, handleEnter, handleLeave] = useHover();\n const handleClick = useCallback(() => onClick(id), [id, onClick]);\n const handleDelete = useCallback((event) => {\n event.stopPropagation();\n if (onDelete)\n onDelete(id);\n }, [onDelete, id]);\n const handleEdit = useCallback((event) => {\n event.stopPropagation();\n if (onEdit)\n onEdit(id);\n }, [onEdit, id]);\n const isDraft = type === ViewTypes.draft;\n const isSaved = type === ViewTypes.saved;\n const fill = active ? colors.neutral.ink.dark : colors.neutral.ink.base;\n return (React.createElement(Container, { className: `${buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container, e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.container])} ${(active && (e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.active)) || ''}`, onClick: handleClick },\n React.createElement(Contour, { active: active, onMouseEnter: handleEnter, onMouseLeave: handleLeave, colourPalette: colourPalette, customTextColour: customTextColour },\n iconSlot && React.createElement(CustomIconWrapper, null, iconSlot),\n React.createElement(Text, { variant: \"bodyBold\" }, name),\n count && (React.createElement(CounterContainer, { active: active || isHovered, colourPalette: colourPalette, customTextColour: customTextColour },\n React.createElement(CounterText, { className: e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.counter, variant: \"subheadingSmall\" }, count))),\n isDraft && (React.createElement(CrossIcon, Object.assign({}, IconStyling, { color: fill, className: e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.delete, onClick: handleDelete }))),\n isSaved && active && (React.createElement(EditIcon, Object.assign({}, IconStyling, { color: fill, className: e2eClassNames === null || e2eClassNames === void 0 ? void 0 : e2eClassNames.edit, onClick: handleEdit }))))));\n};\n//# sourceMappingURL=View.js.map","export var ViewTabTypes;\n(function (ViewTabTypes) {\n ViewTabTypes[\"saved\"] = \"saved\";\n ViewTabTypes[\"fixed\"] = \"fixed\";\n ViewTabTypes[\"draft\"] = \"draft\";\n})(ViewTabTypes || (ViewTabTypes = {}));\n//# sourceMappingURL=types.js.map","import React from 'react';\nexport const ThreeDotsIcon = (props) => (React.createElement(\"svg\", Object.assign({ xmlns: \"http://www.w3.org/2000/svg\", width: \"12\", height: \"4\", fill: \"none\", viewBox: \"0 -4 12 12\", role: \"presentation\" }, props),\n React.createElement(\"path\", { fill: \"currentColor\", d: \"M2 .667C1.267.667.667 1.267.667 2S1.267 3.333 2 3.333c.734 0 1.334-.6 1.334-1.333S2.734.667 2 .667m8 0c-.733 0-1.333.6-1.333 1.333s.6 1.333 1.333 1.333c.734 0 1.334-.6 1.334-1.333S10.734.667 10 .667m-4 0c-.733 0-1.333.6-1.333 1.333S5.267 3.333 6 3.333c.734 0 1.334-.6 1.334-1.333S6.734.667 6 .667\" })));\n//# sourceMappingURL=ThreeDotsIcon.js.map","import styled from 'styled-components';\nimport { colors } from '../../theme/modules/colors';\nimport { Text } from '../Text';\nimport { BaseContainer } from '../BaseContainer';\nimport { sizes } from '../../theme/modules/sizes';\nimport { ThreeDotsIcon } from '../../tempIcons/ThreeDotsIcon';\nimport { CrossIcon } from '../../tempIcons/CrossIcon';\nimport { FlatButton } from '../Button/components/styled';\nimport { theme } from '../../theme';\nconst CounterText = styled(Text).withConfig({ displayName: \"vui--CounterText\", componentId: \"vui--13z4q4k\" }) `line-height:1;`;\nconst ThreeDotsIconStyling = styled(ThreeDotsIcon).withConfig({ displayName: \"vui--ThreeDotsIconStyling\", componentId: \"vui--lo8tpb\" }) ``;\nconst CrossIconStyling = styled(CrossIcon).withConfig({ displayName: \"vui--CrossIconStyling\", componentId: \"vui--u5oj4b\" }) ``;\nconst CounterContainer = styled(Text).withConfig({ displayName: \"vui--CounterContainer\", componentId: \"vui--1nbpnol\" }) `display:inline-flex;flex-direction:row;justify-content:center;align-items:center;border-radius:4px;padding:2px 4px;min-width:20px;height:20px;margin-left:8px;${({ active, colourPalette }) => active &&\n `\n background-color: ${colourPalette.dark};\n\n & > ${CounterText} {\n color: ${colors.neutral.grey.lightest};\n }\n `}`;\nconst Contour = styled(BaseContainer).withConfig({ displayName: \"vui--Contour\", componentId: \"vui--1fc3r48\" }) `position:relative;display:flex;flex-direction:row;align-items:center;height:40px;border-radius:4px;padding:${theme.sizes.sm};border:1px solid transparent;cursor:pointer;background-color:transparent;${({ customTextColour }) => `\n\n &:hover {\n background-color: ${colors.neutral.grey.base};\n & > ${CounterContainer} {\n background-color: ${colors.neutral.grey.base};\n & > ${CounterText} {\n color: ${colors.neutral.ink.base};\n }\n }\n & > ${Text} {\n color: ${customTextColour !== null && customTextColour !== void 0 ? customTextColour : colors.neutral.ink.dark};\n }\n & > ${ThreeDotsIconStyling} {\n color: ${colors.neutral.ink.dark};\n }\n & > ${CrossIconStyling} {\n color: ${colors.neutral.ink.dark};\n }\n }\n\n & > ${Text} {\n color: ${customTextColour !== null && customTextColour !== void 0 ? customTextColour : colors.neutral.ink.dark};\n }\n `} ${({ active, colourPalette, customTextColour }) => active &&\n `\n background-color: ${colourPalette.lightest};\n\n & > ${ThreeDotsIconStyling} {\n color: ${colourPalette.dark};\n }\n & > ${CrossIconStyling} {\n color: ${colourPalette.dark};\n }\n\n & > ${Text} {\n color: ${customTextColour !== null && customTextColour !== void 0 ? customTextColour : colourPalette.dark};\n }\n `}`;\nconst ViewButton = styled(FlatButton).withConfig({ displayName: \"vui--ViewButton\", componentId: \"vui--i4ro1b\" }) `padding:${theme.sizes.sm};box-sizing:border-box;border-radius:4px;border:none;position:relative;margin:0;padding:0;${({ customTextColour }) => `\n &:focus-visible {\n ${Contour} {\n background-color: ${colors.neutral.grey.base};\n & > ${CounterContainer} {\n background-color: ${colors.neutral.grey.base};\n & > ${CounterText} {\n color: ${colors.neutral.ink.base};\n }\n }\n & > ${Text} {\n color: ${customTextColour !== null && customTextColour !== void 0 ? customTextColour : colors.neutral.ink.dark};\n }\n & > ${ThreeDotsIconStyling} {\n color: ${colors.neutral.ink.dark};\n }\n & > ${CrossIconStyling} {\n color: ${colors.neutral.ink.dark};\n }\n }\n `}`;\nconst IconStyling = {\n style: {\n marginLeft: sizes.xs,\n padding: sizes.xs,\n height: sizes.base,\n width: sizes.base,\n },\n};\nexport const CustomIconWrapper = styled.div.withConfig({ displayName: \"vui--CustomIconWrapper\", componentId: \"vui--1cuc9yu\" }) `display:flex;align-items:center;margin-right:${sizes.sm};svg{height:${sizes.base};width:${sizes.base};}`;\nexport { ViewButton, Contour, Text, CounterContainer, CounterText, IconStyling, ThreeDotsIconStyling, CrossIconStyling, };\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { useHover } from '../../hooks';\nimport { colors } from '../../theme/modules/colors';\nimport { ViewTabTypes } from './types';\nimport { Contour, CounterContainer, CounterText, CrossIconStyling, CustomIconWrapper, IconStyling, Text, ThreeDotsIconStyling, ViewButton, } from './styled';\nimport { buildClassnames } from '../../utils/buildClassnames';\nconst generateClassNames = (prefix) => ({\n delete: prefix ? `${prefix}-delete` : undefined,\n edit: prefix ? `${prefix}-edit` : undefined,\n container: prefix ? `${prefix}-view` : undefined,\n active: prefix ? `${prefix}-active` : undefined,\n counter: prefix ? `${prefix}-counter` : undefined,\n});\nexport const ViewTab = React.forwardRef((_a, ref) => {\n var { id, iconSlot, name, type, className, colourPalette = colors.secondary.blue, customTextColour, count, active = false, onClick, subAction, ariaContext } = _a, props = __rest(_a, [\"id\", \"iconSlot\", \"name\", \"type\", \"className\", \"colourPalette\", \"customTextColour\", \"count\", \"active\", \"onClick\", \"subAction\", \"ariaContext\"]);\n const classNames = generateClassNames(className);\n const [isHovered, handleEnter, handleLeave] = useHover();\n const action = active && subAction ? subAction : onClick;\n const handleAction = () => action(id);\n const isDraft = type === ViewTabTypes.draft;\n const isSaved = type === ViewTabTypes.saved;\n const getLabelAction = () => {\n if (active && isDraft)\n return 'Delete';\n if (active && isSaved)\n return 'Edit';\n return '';\n };\n return (React.createElement(ViewButton, Object.assign({ className: buildClassnames([classNames === null || classNames === void 0 ? void 0 : classNames.container]), onClick: handleAction, role: \"tab\", \"aria-selected\": active, \"aria-label\": `${getLabelAction()} ${name} view ${count ? `with ${count} ${ariaContext}` : ''}`, customTextColour: customTextColour, ref: ref }, props),\n React.createElement(Contour, { active: active, onMouseEnter: handleEnter, onMouseLeave: handleLeave, colourPalette: colourPalette, customTextColour: customTextColour },\n iconSlot && React.createElement(CustomIconWrapper, null, iconSlot),\n React.createElement(Text, { variant: \"bodyBold\" }, name),\n count !== undefined && count !== null && (React.createElement(CounterContainer, { \"data-testid\": \"countContainer\", active: active || isHovered, colourPalette: colourPalette, customTextColour: customTextColour },\n React.createElement(CounterText, { variant: \"subheadingSmall\" }, count))),\n isDraft && React.createElement(CrossIconStyling, Object.assign({}, IconStyling, { \"aria-label\": \"delete icon\" })),\n isSaved && active && React.createElement(ThreeDotsIconStyling, Object.assign({}, IconStyling, { \"aria-label\": \"edit icon\" })))));\n});\n//# sourceMappingURL=ViewTab.js.map","import styled from 'styled-components';\nimport { Stack } from '../Stack';\nimport { Button } from '../Button';\nimport { LeftArrowIcon } from '../../tempIcons/LeftArrowIcon';\nimport { RightArrowIcon } from '../../tempIcons/RightArrowIcon';\nimport { colors } from '../../theme/modules/colors';\nimport { ThreeDotsIcon } from '../../tempIcons/ThreeDotsIcon';\nimport { InputGroup } from '../InputGroup';\nexport const ViewsWrapper = styled(Stack).withConfig({ displayName: \"vui--ViewsWrapper\", componentId: \"vui--x8ukf0\" }) `overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;::-webkit-scrollbar{display:none;}gap:8px;height:inherit;padding:8px 6px 8px 12px;margin-left:0;`;\nexport const Container = styled(Stack).withConfig({ displayName: \"vui--Container\", componentId: \"vui--mlh8wa\" }) `background-color:${colors.neutral.grey.lightest};`;\nexport const StyledLeftIcon = styled(LeftArrowIcon).withConfig({ displayName: \"vui--StyledLeftIcon\", componentId: \"vui--193620d\" }) `color:${colors.neutral.ink.base};`;\nexport const StyledRightIcon = styled(RightArrowIcon).withConfig({ displayName: \"vui--StyledRightIcon\", componentId: \"vui--erlipg\" }) `color:${colors.neutral.ink.base};`;\nexport const StyledMenuIcon = styled(ThreeDotsIcon).withConfig({ displayName: \"vui--StyledMenuIcon\", componentId: \"vui--eg23b0\" }) `color:${colors.neutral.ink.base};`;\nexport const StyledMenuButton = styled(Button).withConfig({ displayName: \"vui--StyledMenuButton\", componentId: \"vui--1o9jbht\" }) `background-color:white;&:hover{background-color:${colors.neutral.grey.lightest};}`;\nexport const StyledLeftButton = styled(Button).withConfig({ displayName: \"vui--StyledLeftButton\", componentId: \"vui--wtwmiz\" }) `background-color:white;&:disabled{background-color:white;${StyledLeftIcon}{color:${colors.neutral.ink.lightest};}}&:hover{background-color:${colors.neutral.grey.lightest};}`;\nexport const StyledRightButton = styled(Button).withConfig({ displayName: \"vui--StyledRightButton\", componentId: \"vui--1ycuwov\" }) `background-color:white;&:disabled{background-color:white;${StyledRightIcon}{color:${colors.neutral.ink.lightest};}}&:hover{background-color:${colors.neutral.grey.lightest};}`;\nexport const StyledInputGroup = styled(InputGroup).withConfig({ displayName: \"vui--StyledInputGroup\", componentId: \"vui--l3ez4z\" }) `padding-right:8px;margin-left:0;& > *:first-child:last-child{border-radius:4px !important;}`;\n//# sourceMappingURL=styled.js.map","import { useCallback, useEffect, useState } from 'react';\nimport { usePrevious } from 'react-use';\nimport { createViewPositionArray, getNextViewPosition, getPrevViewPosition } from '../utils';\nexport const useSetScrollPosition = (containerRef, children) => {\n var _a;\n const [leftDisabled, setLeftDisabled] = useState(true);\n const [rightDisabled, setRightDisabled] = useState(false);\n const [viewStartPositions, setViewStartPositions] = useState([]);\n const activeTab = (_a = containerRef === null || containerRef === void 0 ? void 0 : containerRef.current) === null || _a === void 0 ? void 0 : _a.querySelector('[aria-selected = true]');\n const prevActiveTab = usePrevious(activeTab);\n const handleScroll = useCallback(() => {\n var _a, _b, _c, _d, _e, _f, _g, _h;\n if (((_a = containerRef.current) === null || _a === void 0 ? void 0 : _a.scrollLeft) > 0) {\n setLeftDisabled(false);\n }\n else {\n if (document.getElementById('left-arrow') === document.activeElement) {\n (_b = document.getElementById('right-arrow')) === null || _b === void 0 ? void 0 : _b.focus();\n }\n setLeftDisabled(true);\n }\n const maxScrollWidth = (_d = (_c = containerRef.current) === null || _c === void 0 ? void 0 : _c.scrollWidth) !== null && _d !== void 0 ? _d : 0;\n const maxClientWidth = (_f = (_e = containerRef.current) === null || _e === void 0 ? void 0 : _e.clientWidth) !== null && _f !== void 0 ? _f : 0;\n const maxScrollLeft = maxScrollWidth - maxClientWidth;\n // -10 to prevent javascript assertion errors on floating points\n if (((_g = containerRef.current) === null || _g === void 0 ? void 0 : _g.scrollLeft) >= maxScrollLeft - 10) {\n if (document.getElementById('right-arrow') === document.activeElement) {\n (_h = document.getElementById('left-arrow')) === null || _h === void 0 ? void 0 : _h.focus();\n }\n setRightDisabled(true);\n }\n else {\n setRightDisabled(false);\n }\n }, [containerRef]);\n const handleResize = useCallback(() => {\n if (!containerRef.current)\n return;\n if (containerRef.current.scrollWidth - containerRef.current.getBoundingClientRect().width < 5) {\n setRightDisabled(true);\n }\n else {\n setRightDisabled(false);\n }\n }, [containerRef]);\n const toNextScrollPosition = useCallback(() => {\n const newPosition = getNextViewPosition(viewStartPositions, containerRef.current.scrollLeft, containerRef.current.clientWidth);\n containerRef.current.scrollTo({\n left: newPosition,\n top: 0,\n behavior: 'smooth',\n });\n }, [containerRef, viewStartPositions]);\n const toPrevScrollPosition = useCallback(() => {\n const newPosition = getPrevViewPosition(viewStartPositions, containerRef.current.scrollLeft);\n containerRef.current.scrollTo({\n left: newPosition,\n top: 0,\n behavior: 'smooth',\n });\n }, [containerRef, viewStartPositions]);\n useEffect(() => {\n var _a, _b, _c, _d, _e, _f, _g;\n if (!(containerRef === null || containerRef === void 0 ? void 0 : containerRef.current))\n return;\n if (((_a = containerRef.current.children) === null || _a === void 0 ? void 0 : _a.length) &&\n ((_b = containerRef.current.children) === null || _b === void 0 ? void 0 : _b.length) !== viewStartPositions.length &&\n viewStartPositions.length > 0 &&\n viewStartPositions.length < children.length) {\n // scrolls to the last view, when a new item is added\n containerRef.current.scrollTo({\n left: containerRef.current.scrollWidth - containerRef.current.clientWidth,\n top: 0,\n behavior: 'smooth',\n });\n // computes the x position of the new item\n setViewStartPositions([\n ...viewStartPositions,\n viewStartPositions[viewStartPositions.length - 1] +\n ((_d = (_c = containerRef.current.children[viewStartPositions.length - 1]) === null || _c === void 0 ? void 0 : _c.getBoundingClientRect().x) !== null && _d !== void 0 ? _d : 0) -\n 20,\n ]);\n }\n if (((_e = containerRef.current.children) === null || _e === void 0 ? void 0 : _e.length) && viewStartPositions.length === 0) {\n setViewStartPositions(createViewPositionArray(containerRef.current));\n }\n // scrolls to active tab when page loads\n if (activeTab !== prevActiveTab &&\n activeTab !== null &&\n ((_f = containerRef.current.children) === null || _f === void 0 ? void 0 : _f.length) === viewStartPositions.length) {\n const index = Array.from(containerRef.current.children).indexOf(activeTab);\n containerRef.current.scrollTo({\n left: viewStartPositions[index],\n top: 0,\n behavior: 'smooth',\n });\n }\n handleResize();\n window.addEventListener('resize', handleResize);\n (_g = containerRef.current) === null || _g === void 0 ? void 0 : _g.addEventListener('scroll', handleScroll);\n // eslint-disable-next-line consistent-return\n return () => {\n window.removeEventListener('resize', handleResize);\n };\n }, [\n containerRef,\n children,\n handleResize,\n handleScroll,\n viewStartPositions,\n activeTab,\n prevActiveTab,\n ]);\n return { rightDisabled, leftDisabled, toNextScrollPosition, toPrevScrollPosition };\n};\n//# sourceMappingURL=useSetScrollPosition.js.map","/**\n * A function to get the 3rd next scroll value using an array of start positions\n */\nexport const getNextViewPosition = (viewPositionsArray, currentScroll, containerWidth) => {\n // eslint-disable-next-line no-plusplus\n for (let i = 0; i < viewPositionsArray.length; i++) {\n if (viewPositionsArray[i + 3] === undefined) {\n return currentScroll - containerWidth;\n }\n if (viewPositionsArray[i] >= currentScroll) {\n return viewPositionsArray[i + 3];\n }\n }\n return currentScroll - containerWidth; // if currentScroll is greater than the last ViewTab's start position, the new ScrollLeft value is 0.\n};\n/**\n * A function to get the 3rd previous scoll value using an array of start positions\n */\nexport const getPrevViewPosition = (viewPositionsArray, currentScroll) => {\n const reverseArray = viewPositionsArray.slice().reverse();\n // eslint-disable-next-line no-plusplus\n for (let i = 0; i < viewPositionsArray.length; i++) {\n if (reverseArray[i + 3] === undefined) {\n return 0;\n }\n if (reverseArray[i] < currentScroll) {\n return reverseArray[i + 3];\n }\n }\n return 0; // if currentScroll is less than the first ViewTab's start position, the new ScrollLeft value is 0.\n};\n/**\n * This produces an array of all x positions of child elements\n */\nexport const createViewPositionArray = (containerRef) => {\n const viewPositions = Object.values(containerRef.children).map((el) => {\n // -20 so movement stops at beginning of view, due to x value not accounting for padding\n return el.getBoundingClientRect().x - 20;\n });\n return viewPositions;\n};\n//# sourceMappingURL=utils.js.map","import React, { useRef } from 'react';\nimport { Container, StyledLeftButton, StyledLeftIcon, StyledMenuButton, StyledMenuIcon, StyledRightButton, StyledRightIcon, StyledInputGroup, ViewsWrapper, } from './styled';\nimport { useSetScrollPosition } from './hooks/useSetScrollPosition';\nexport const ViewsContainer = React.forwardRef(({ children, onClickMenu, ariaMenuControls, ariaMenuExpanded }, menuRef) => {\n const viewsRef = useRef(null);\n const { rightDisabled, leftDisabled, toNextScrollPosition, toPrevScrollPosition } = useSetScrollPosition(viewsRef, children);\n return (React.createElement(Container, { direction: \"horizontal\", alignY: \"center\", alignX: \"between\" },\n React.createElement(ViewsWrapper, { ref: viewsRef, id: \"views\", role: \"tablist\", alignY: \"center\", direction: \"horizontal\" }, children),\n React.createElement(StyledInputGroup, null,\n (!leftDisabled || !rightDisabled) && (React.createElement(React.Fragment, null,\n React.createElement(StyledLeftButton, { id: \"left-arrow\", icon: React.createElement(StyledLeftIcon, null), disabled: leftDisabled, onClick: toPrevScrollPosition, variant: \"flat\", \"aria-label\": \"move views to the left\" }),\n React.createElement(StyledRightButton, { id: \"right-arrow\", icon: React.createElement(StyledRightIcon, null), disabled: rightDisabled, onClick: toNextScrollPosition, variant: \"flat\", \"aria-label\": \"move views to the right\" }))),\n React.createElement(StyledMenuButton, { icon: React.createElement(StyledMenuIcon, null), variant: \"flat\", onClick: onClickMenu, \"aria-label\": \"open menu\", \"aria-controls\": ariaMenuControls, \"aria-expanded\": ariaMenuExpanded, \"aria-haspopup\": ariaMenuControls ? 'dialog' : undefined, ref: menuRef }))));\n});\n//# sourceMappingURL=ViewsContainer.js.map","import styled from 'styled-components';\nimport { theme } from '../../theme';\nimport { Button } from '../Button';\nimport { TextField } from '../TextField';\nimport { BaseContainer } from '../BaseContainer';\nconst Container = styled(BaseContainer).withConfig({ displayName: \"vui--Container\", componentId: \"vui--18asccd\" }) `display:flex;flex-direction:column;position:relative;`;\nconst Row = styled(BaseContainer).withConfig({ displayName: \"vui--Row\", componentId: \"vui--hefld1\" }) `display:flex;flex-direction:row;`;\nconst StyledTextField = styled(TextField).withConfig({ displayName: \"vui--StyledTextField\", componentId: \"vui--1w2y0ok\" }) `&&&{text-align:left;width:52px;}`;\nconst StyledButton = styled(Button).withConfig({ displayName: \"vui--StyledButton\", componentId: \"vui--fqwvpz\" }) `padding:0 4px;border-color:${theme.colors.neutral.ink.lightest};margin-right:4px;${(props) => props.hasError &&\n `\n border-color: ${theme.colors.secondary.red.base};\n `};`;\nexport { Container, Row, StyledTextField as TextField, StyledButton as Button };\n//# sourceMappingURL=styled.js.map","import { __rest } from \"tslib\";\nimport React from 'react';\nimport { isWeightImperial, isWeightMetric } from './types';\nimport { ComponentSize } from '../types';\nimport { InputGroup } from '../InputGroup';\nimport { withLabels } from '../../hoc';\nimport { Container, TextField, Row, Button } from './styled';\nimport { blockInvalidCharacters } from '../../utils/blockInvalidCharacters';\nimport { invalidCharsList } from '../../utils/invalidCharactersNumeric';\nconst blockInvalidChars = (e) => blockInvalidCharacters(e, invalidCharsList);\nexport const WeightInput = withLabels((_a) => {\n var { size = ComponentSize.base, hasError, className } = _a, rest = __rest(_a, [\"size\", \"hasError\", \"className\"]);\n return (React.createElement(Container, { className: className },\n React.createElement(Row, null,\n isWeightMetric(rest) && (React.createElement(InputGroup, null,\n React.createElement(TextField, Object.assign({ size: size, onChange: rest.handleChangeGram, name: \"gram\", type: \"number\", value: rest.gram, hasError: hasError, min: \"0\", step: \"any\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(Button, { hasError: hasError, size: size }, \"g\"))),\n isWeightImperial(rest) && (React.createElement(React.Fragment, null,\n React.createElement(InputGroup, null,\n React.createElement(TextField, Object.assign({ size: size, onChange: rest.handleChangePound, name: \"pound\", type: \"number\", value: rest.pound, hasError: hasError, step: \"any\", min: \"0\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(Button, { hasError: hasError, size: size }, \"lb\")),\n React.createElement(InputGroup, null,\n React.createElement(TextField, Object.assign({ size: size, onChange: rest.handleChangeOunce, name: \"ounce\", type: \"number\", value: rest.ounce, hasError: hasError, min: \"0\", step: \"any\", onKeyDown: blockInvalidChars }, rest)),\n React.createElement(Button, { hasError: hasError, size: size }, \"oz\")))))));\n});\nWeightInput.displayName = 'WeightInput';\nWeightInput.defaultProps = {\n weightUnit: 'lb',\n};\n//# sourceMappingURL=WeightInput.js.map","export const isWeightMetric = (props) => {\n return props.weightUnit === 'g';\n};\nexport const isWeightImperial = (props) => {\n return props.weightUnit === 'lb' || props.weightUnit === 'oz';\n};\n//# sourceMappingURL=types.js.map"],"names":["BaseContainer","styled","div","withConfig","displayName","componentId","componentMap","inputLabel","inputLabelSmall","headingSmall","headingMedium","headingLarge","headingXL","headingXXL","button","buttonSmall","getComponentOverride","as","variant","colors","brand","blue","lightest","light","base","dark","darkest","peach","neutral","ink","grey","greyBlue","secondary","red","yellow","green","lime","teal","aqua","purple","pink","orange","system","scrollbar","thumb","background","breakpoints","mobile","tablet","lgTablet","desktop","lgDesktop","radius","sm","md","lg","full","Shadows","SizeAlias","sizeScale","increment","unit","count","sizes","i","value","buildSizeScale","sizeAliases","none","line","xs","xl","xxl","Object","assign","common","fontFamily","text","fontStyle","fontWeight","fontSize","lineHeight","color","textDecoration","letterSpacing","headingTable","subheadingLarge","subheadingMedium","subheadingSmall","subheadingSmallBold","body","bodySmall","bodyBold","bodyBoldDark","bodySmallBold","linkLarge","linkMedium","link","linkSmall","hintText","placeholder","placeholderSmall","placeholderCode","placeholderCodeSmall","error","errorSmall","successSmall","theme","layers","popup","modal","tooltip","shadows","Text","span","attrs","muted","TapBarChild","Left","glyphColor","Right","AccordionSummary","summary","Top","Description","AccordionContent","motion","AccordionDetails","details","UnstyledAccordionContent","UnstyledAccordionSummary","UpArrowIcon","props","React","createElement","viewBox","fill","xmlns","role","height","fillRule","clipRule","d","Accordion","className","children","label","iconSlot","timeout","description","shouldOpenOnMount","summaryTextVariant","shouldOpen","setShouldOpen","useState","handleOpen","FRAMER_MOTION_CONFIG","initial","opacity","exit","animate","transition","from","type","duration","open","onClick","rotate","name","__rest","s","e","t","p","prototype","hasOwnProperty","call","indexOf","getOwnPropertySymbols","length","propertyIsEnumerable","SuppressedError","TailSpin","width","x1","y1","x2","y2","id","stopColor","stopOpacity","offset","transform","stroke","strokeWidth","attributeName","to","dur","repeatCount","cx","cy","r","Grid","begin","values","calcMode","ThreeDots","Loader","MainContent","hasText","$loading","size","BaseButton","paddingLeft","paddingRight","borderRadius","outlineWidth","hasIcon","hasDropdown","DefaultButton","DefaultDestructiveButton","PrimaryButton","PrimaryDestructiveButton","FlatButton","UnstyledButton","LinkButton","LoadingWrapper","DropdownIcon","variantMap","default","primary","destructive","primaryDestructive","flat","unstyled","Button","forwardRef","_a","ref","icon","dropdown","loading","otherProps","VariantButton","hasChildren","undefined","Header","header","HeaderGrid","DownArrowIcon","CrossIcon","CardHeader","title","subtitle","headerVariant","action","ActionSlot","isCollapsed","onClickCollapse","onClickClose","elevationShadowMap","accents","info","success","Footer","footer","Section","section","FullBleed","Body","Surface","elevation","accent","collapseAnimationVariants","expanded","collapsed","Card","style","HeaderActionSlot","collapsable","onClose","renderFooter","setIsCollapsed","headerMarkup","showBody","bodyMarkup","variants","ease","footerMarkup","DropdownContainer","generateId","prefix","randomId","uid","Portal","PureComponent","constructor","super","this","portalNode","state","isMounted","componentDidMount","rootElementRef","document","setAttribute","cssText","appendChild","setState","componentWillUnmount","removeChild","render","createPortal","PopoverDialog","dialog","zIndex","Backdrop","buildClassnames","names","filter","Boolean","join","hexToRgb","hex","hexTmp","replace","m","g","b","result","exec","parseInt","getOpaqueHexColor","rgb","defaultAllowedHostnames","isExternalLink","urlOrPath","allowedHostnames","startsWith","hostname","urlHostname","URL","some","toLowerCase","allowedHostname","TABBABLE_SELECTORS","useHandleFocus","popperElement","anchorElement","disableFocusLock","useEffect","focusableElements","querySelectorAll","setTimeout","focus","focusWithinPopper","event","key","shiftKey","stopPropagation","preventDefault","addEventListener","removeEventListener","handleKeyDown","firstElement","lastElement","activeElement","handleFocusTrap","Popover","passedId","placement","onShouldClose","removeBackdrop","useAnchorWidth","dialogProps","setPopperElement","styles","attributes","update","usePopper","useMemo","popoverId","hasAttribute","console","warn","_","useUpdateAriaAnchor","resizeObserver","ResizeObserver","observe","disconnect","window","popper","minWidth","clientWidth","onKeyDown","DropdownPopover","reversed","popoverProps","AnimatePresence","y","Dropdown","shouldShow","setShouldShow","ctaIconSlot","ctaProps","dropdownProps","anchorRef","useRef","Fragment","current","useClickOutside","isOpen","escapeListener","useCallback","clickListener","contains","target","useDebounce","handler","clearTimeout","useDropdown","shouldShowDropdown","setShouldShowDropdown","toggleShouldShowDropdown","closeDropdown","FocusVisibleContext","createContext","hadKeyboardEvent","isInitialized","FocusVisibleManager","setHadKeyboardEvent","onPointerDown","onInitialPointerMove","nodeName","removeInitialPointerMoveListeners","addInitialPointerMoveListeners","metaKey","altKey","ctrlKey","onVisibilityChange","visibilityState","Provider","useFocusVisible","isFocused","setIsFocused","useContext","onFocus","onBlur","focusVisible","useHover","initialState","isHovered","setIsHovered","useIsOverflowing","isOverflowing","setIsOverflowing","isAtBottom","setIsAtBottom","hasOverflow","scrollHeight","clientHeight","onScroll","scrollTop","useTabs","tabs","config","defaultActiveIndex","listOfTabs","active","setActive","newActiveTab","find","tab","useId","getTextStyles","textTheme","MenuItem","AriaMenuItem","AriaSection","ActionMenu","menuLabel","actions","idComputed","padding","code","Menu","toString","map","Alignments","Item","Stack","direction","alignX","alignY","spacing","alignItems","justifyContent","flexDirection","itemFlex","marginTop","marginLeft","AlertContainer","colours","AttentionIcon","HelpIcon","InfoIcon","SuccessIcon","SpacingMap","IconSizeMap","IconMap","warning","recommend","ColourMap","Alert","passedColours","rightActions","titleSlot","message","divProps","IconSlot","isXsSize","margin","gap","minHeight","actionProps","CommonAnchor","a","Anchor","href","rel","isExternal","setDefaultRelValue","Container","BasicDropdown","BasicContainer","Wrap","AnimatedDropdown","cta","onClickAway","transitionClassnames","onMouseEnter","onMouseLeave","dropdownRef","handleClickAway","useClickAway","CSSTransition","in","classNames","unmountOnExit","AvatarSC","textColor","bgColor","Avatar","userInitials","toUpperCase","match","slice","Hoverable","TooltipText","Triangle","Tip","tipMinWidth","tipMaxWidth","Sides","defaultConfig","side","TOP","triangleOffset","TooltipPopover","content","hoverableElement","withTriangle","usedConfig","modifiers","options","tooltipStyles","tip","triangleOffsetSize","wrap","triangle","Tooltip","initialShouldShow","useReactPortal","setHoverableElement","trim","container","hoverable","hasContent","tooltipMarkup","ReactDOM","BaseBadge","hideBorder","Badge","e2eClassName","BadgeVariant","BannerLayout","accentColor","backgroundColor","Row","Col","IconCol","ChildContainer","HeaderCol","StyledText","accentColors","help","Banner","Pill","marginRight","BreadcrumbsSC","ul","BreadcrumbSC","li","RightArrowIcon","Breadcrumb","LinkComponent","DefaultSeparator","DefaultLink","BreadcrumbText","Breadcrumbs","items","Separator","item","pathname","buttonStyles","css","calenderCellStyles","headerStyles","StyledRangeCalendar","RangeCalendar","columns","SubCalendarOption","DodecadeCalendar","currentYear","onFocusYear","year","Array","MONTHS","YearCalendar","onFocusMonth","month","monthIndex","MonthCalendar","todayDate","today","getLocalTimeZone","AriaCalendarGrid","weekdayStyle","CalendarGridHeader","day","CalendarHeaderCell","CalendarGridBody","date","CalendarCell","compare","CalendarLevel","CalendarGrid","level","YEAR","DODECADE","visibleDurationMap","years","MONTH","months","levelMoveLabelMap","LeftArrowIcon","CalendarHeading","updatedProps","refUpdated","useContextProps","HeadingContext","generatedTitle","rest","entireMatch","group","test","whiteSpace","CalendarHeader","handleSwitchLevel","slot","VQBtn","disabledRanges","disallowWeekends","onChange","focusedDate","setFocusedDate","isDateUnavailable","initialValue","setLevel","start","locale","useLocale","isWeekend","interval","Date","getFullYear","currentMonth","getMonth","CalendarDate","useRangeCalendarState","focusedValue","onFocusChange","visibleDuration","alignMap","top","center","RootLayout","InputLayout","align","AccessoryLayout","TextLayout","HintText","ErrorText","Wrapper","disabled","BorderedWrapper","BlockTooltip","Choice","hint","bordered","Accessory","labelVariant","inputPosition","contentMarkup","htmlFor","Input","input","Checkbox","checked","indeterminate","ariaLabel","checkboxRef","handleChange","currentTarget","Radio","Fieldset","fieldset","Legend","legend","ChoiceList","Component","arguments","allowMultiple","handleChangeMultiple","handleChangeSingle","selected","newSelected","selectedValue","InputComponent","option","includes","ClipboardIcon","iconSizes","XSButton","CopyToClipboard","onCopy","copied","setCopied","handleCopy","navigator","clipboard","writeText","Label","Hint","Error","RootStack","withLabels","marginBottom","hasError","withDeprecated","DateRangeGroup","Group","$hasError","DateRangeInput","shouldForceLeadingZeros","minValue","maxvalue","startValue","endValue","isDisabled","isReadOnly","ariaDescribedBy","ariaLabelledBy","onChangeStartDate","onChangeEndDate","DateField","maxValue","DateInput","segment","DateSegment","SelectInput","select","sizeVariant","Select","hidden","Slider","switched","Switch","small","Toggle","choiceProps","DEFAULT_PREVIOUS_PERIOD_OPTIONS","ComparePreviousPeriod","selectedPreviousPeriod","setSelectedPreviousPeriod","showCompareSelect","setShowCompareSelect","display","newValue","newOption","DateRanges","getDateRange","now","dateRange","TODAY","end","YESTERDAY","subtract","days","LAST_7_DAYS","LAST_30_DAYS","LAST_90_DAYS","LAST_MONTH","lastMonth","startOfMonth","endOfMonth","LAST_12_MONTHS","WEEK_TO_DATE","startOfWeek","language","MONTH_TO_DATE","YEAR_TO_DATE","startOfYear","range","timeRangeToDateRange","DATE_RANGE_OPTIONS","DEFAULT_SELECTION","DEFAULT_RANGE","DEFAULT_PRESET","checkIfDateRangeInvalid","selectedRange","presortStart","presortEnd","sort","disabledStart","disabledEnd","Divider","DateRangePicker","showDatePresets","onReset","selectedPreset","setSelectedPreset","setSelectedRange","previousPeriodProps","updateDateSegment","newRange","isDateRangeInvalid","matchedPreset","reduce","optionDateRange","optionStart","optionEnd","checkForMatchingPreset","showPreviousPeriod","alignmentToFlex","parseWidth","fallback","min","max","generateTableCss","pinnedLeft","pinnedRight","cellWidths","scrollPosition","visible","stripingMode","pinnedLeftStyles","index","array","acc","val","sumAllBeforeIndex","pinnedRightStyles","sumAllAfterIndex","isLeftShadowVisible","leftShadow","isRightShadowVisible","rightShadow","stripingRow","stripingNested","col","SortDirection","DoubleArrowIcon","ArrowUpIcon","ArrowDownIcon","GetSortIcon","sortState","columnId","ascending","useCellWidths","tableRef","containerRef","setCellWidths","updateCellWidths","cells","widths","cell","getBoundingClientRect","resizeObserverCallback","throttle","CustomEvent","Event","eventType","data","bubbles","cancelable","useColumnWidths","columnIds","getColumnWidths","cols","obj","columnWidths","setColumnWidths","newColumnWidths","keys","forEach","JSON","stringify","setColumnWidth","column","lastColumn","newWidth","_b","_c","querySelector","calculateWidth","evt","dispatchEvent","customEventEmitter","getColumnWidth","useColumns","onResizeColumns","originalSetColumnWidth","newColumns","updatedColumnWidths","columnWidth","pinned","notPinned","useDragToScroll","targetRef","isDragging","scrollTarget","position","left","x","mouseMoveHandler","dx","clientX","scrollLeft","cursor","userSelect","mouseUpHandler","removeProperty","mouseDownHandler","useNested","expandedRowIds","setExpandedRowIds","nestedTableProps","setExpanded","rowId","rowIds","findIndex","splice","useScrollPosition","setScrollPosition","updateScrollPosition","scrollWidth","headerCellHeight","th","SelectionHeader","selectionMode","headerProps","Cell","td","SelectionCell","cellProps","emptySelectionState","useSelection","selectionState","enabledRowIds","selectionEnabled","selectedRowIds","setSelectedRowIds","toggleAllSelected","selectionColumn","renderHeader","renderCell","row","rowState","setSelected","SortIndicator","HeaderContent","ClickableHeaderContent","ResizerBar","ColumnDivider","createRef","mouseMove","minTranslate","dragDivider","dragInitX","tableHeaders","translate","Math","parentElement","classList","add","initWidth","contentWidth","finalWidth","deltaX","mouseUp","remove","trackMouseStart","onMouseDown","onDragStart","onChangeSort","resizeableColumns","columnCount","columnI","sortable","String","ColumnHeaderContent","columnHeaderProps","log","nextSortState","isColumnSame","isDefaultDirection","newSortDirection","descending","getNextSortState","resizeMinWidth","shimmerLight","shimmerDark","LoadingCellContent","Content","ActionBar","intersectionTargetRef","isSticky","setIsSticky","intersectionObserver","IntersectionObserver","entries","entry","isIntersecting","containerRect","stickyPositionStyles","right","VisiblityIcon","VisiblityOffIcon","ReorderIcon","EmptyBodyContent","EmptyBodyGlyphWrapper","NoWrap","tr","ScrollContainer","TableGrid","table","Truncate","borderModeStyles","vertical","borderMode","StickyHead","tableCss","stickyContainerRef","isVisible","setIsVisible","setContainerRect","updateContainerDimensions","targetRect","newRect","updateContainerScrollPosition","xScrollOffset","scrollTo","threshold","containerStyle","overflowX","overflowY","borderBottom","allCss","getRowState","disabledRowIds","defaultEmptyState","heading","emptyAction","DataTable","ActionBarSlot","initialColumns","emptyState","loadingRowCount","rows","enableStickyHeader","scrollContainerRef","columnsWithSelection","allColumns","adjustedCellWidths","Number","isNaN","loadingRows","random","renderLoadingCell","subheading","renderRow","renderNestedRow","nestedRow","nestedRowE2eClassName","e2eClassNames","renderNestedCell","renderSection","isExpanded","nestedRows","headersMarkup","shouldRenderFooter","shouldRenderActionBar","hasNestedRows","renderBody","footerProps","defaultProps","ColumnMenu","columnGroups","setColumns","popoverAnchor","setPopoverAnchor","showPopover","setShowPopover","columnEntries","columnsMap","fromEntries","groups","setHidden","groupIndex","border","flex","List","dl","ItemRow","DescriptionContainer","Term","dt","dd","DescriptionList","horizontal","renderDescription","isArray","term","ColumnGrid","showSidebar","ContentContainer","DetailPage","shouldShowSidebar","setShouldShowSidebar","InputGroup","ComponentSize","pseudoStates","inputSize","Textarea","textarea","NUMBER_REGEX","TextField","multiline","pattern","step","spellCheck","RegExp","StyledTextField","StyledButton","blockInvalidCharacters","invalidList","invalidCharsList","blockInvalidChars","DimensionsInput","handleChangeHeight","handleChangeWidth","handleChangeLength","NonSelectableText","GroupLabel","MainIcon","$shouldShow","StyledCrossIcon","generateClassNames","filterTagDropdown","cross","FilterTag","shouldCloseOnClickAway","setAnchorElement","handleClick","PlaceholderImage","CommonImage","img","previewEnabled","PreviewImageContainer","PreviewImage","image","previewImageContainer","Image","src","alt","previewWidth","previewHeight","previewPlacement","placeholderWidth","placeholderHeight","disablePlaceholder","isPreviewOpen","setIsPreviewOpen","imageState","setImageState","isLoaded","isError","referenceElement","setReferenceElement","openImagePreview","closeImagePreview","isImageHidden","onLoad","onError","iconSize","defaultErrorState","subTitle","ScrollPosition","fixedColumnShadow","TooltipContent","scrollDisabled","showScrollbar","lastStartFixedColumnsIndex","firstEndFixedColumnsIndex","middle","WrapperBordered","Head","thead","tbody","fixedColumnsStyle","tfoot","grow","HeaderCell","alignmentMap","HeaderCellLayout","Table","isFixedLayout","striped","tableLoading","noWrap","StickyHeaderWrapper","FakeHeaderTable","SpecificStateContainer","EllipseContainer","TitleText","SubTitleText","SpecificState","CellButton","ClickableButton","SkeletonContentWrapper","SkeletonContentComponent","isLoading","SkeletonContent","SkeletonCell","StickyHeader","wrapperRef","wrapperStyle","headerWrapperRef","setHeaderWrapperRef","topOffset","handleScrollChange","bottom","sticky","useStickyHeader","wrapperWidth","useScroll","updateScroll","tableLayout","convertFixedColumnInlineStyleToStyled","push","abs","SkeletonHeaderCell","DoubleArrowAscIcon","DoubleArrowDescIcon","IconUnsorted","IconSortAsc","IconSortDesc","LegacyDataTable","borderless","headers","renderLoadingRow","renderFooterRow","renderFooterLoadingRow","omitFooterSelectionCell","disabledSelectionInputRowIds","onChangeSelectedRowIds","sortColumnId","sortDirection","skeletonRowsNumber","isHeaderSticky","stickyHeaderStyle","customSpecificState","bodyHeightInSpecificStates","startFixedColumnsNumber","endFixedColumnsNumber","WrapperComponent","isEmpty","isFixedColumnsNotEnabled","refValue","handleScroll","el","scrollValue","castWidthToNumber","generateFixedColumnInlineStyle","generateFixedColumnsStyle","startColumns","endColumns","totalStartOffset","totalEndOffset","headerWidth","handleSelectRow","newSelectedRowIds","handleSelectAll","handleClickSortableHeader","nextColumnId","nextDirection","renderHeaderCell","sortIcon","headerContents","renderSkeletonHeaderCell","selectionCellStyle","startHeaderIndex","endHeaderIndex","headerCellStyle","skeleton","skeletonStyle","renderSelectionInput","isSelected","inputProps","renderSkeletonSelectionInput","rowIndex","generalStyle","animationDuration","getNestedRow","isHidden","renderDefaultLoadingRow","unshift","getFooter","renderedRows","bodyClassName","rowE2eClassName","rowClassName","specificStateValues","ClickableCell","EditableCell","LoginButton","buttonImg","buttonDescription","LoginWithAmazonButton","setImage","onMouseUp","NonScrollableBody","createGlobalStyle","MainSection","fullBleed","isScrollable","hasFooterSlot","footerSlot","heightMap","widthMap","fullScreenBreakpointMap","StyledDialog","bounce","Dialog","Modal","showHeaderCloseButton","parentOnClose","modalRef","mainSectionRef","setMainSectionRef","removeAttribute","showModal","isContentOverflowing","close","headerSlot","hasHeaderSlot","headerTitle","headerSubtitle","leftActions","PageLimitContainer","PaginationButton","PageInput","PageCount","usePagination","currentPage","totalPagesCount","handleChangePage","pageInputValue","setPageInputValue","validatePageValue","handleSubmit","handleIncrement","handleDecrement","handleInputChange","intValue","newPage","handleFormSubmit","StartArrowIcon","EndArrowIcon","Pagination","testId","onSubmit","StepButton","Stepper","onIncrement","onDecrement","PrefixContainer","PrefixText","PriceInputGroup","PriceInput","currency","onPriceChange","priceValue","callback","parseFloat","toFixed","roundedValue","form","blur","ScreenReaderOnlyElement","ScreenReaderOnly","IconContainer","iconPosition","SearchIcon","Search","onClearClick","onKeyUp","onKeyPress","autoComplete","shouldShowClear","buttonBackgroundColor","buttonBorderColor","activeButtonColor","SegmentedControlContainer","SegmentedControl","ShortcutKeysContainer","$inverse","Kbd","kbd","ValidModifierKeysMap","command","windows","shift","ctrl","enter","delete","escape","up","down","space","ValidModifierKeyssLabelMap","ShortcutKeys","shortcut","inverse","displayLabel","shortcutElements","split","previousKbdElement","currentKbdElement","TableHeader","TableBody","TableRow","TableCell","TableHeaderCell","SimpleTable","Skeleton","SliderContainer","SLIDER_SIZE","SliderTrack","SliderDiv","SliderRange","sliderRange","slider","startSlider","endSlider","onSlideStart","onSlideEnd","setIsDragging","draggingSliderIndex","setDraggingSliderIndex","startSliderRef","endSliderRef","handleMouseMove","sliderValue","containerSize","pageX","diff","ceil","floor","decimalPlaces","pop","resultValue","handleMouseUp","handleMouseDown","handleStartSliderMouseDown","handleEndSliderMouseDown","startSliderEl","endSliderEl","renderSlider","valueNow","sliderClassName","renderRangeSlider","rangeSliderValue","handleValueStart","handleValueEnd","rangeWidth","handleValue","renderSingleSlider","Tag","ToastsLayoutContainer","Toast","last","IconWrap","ContentStack","toastTypes","merge","closeIcon","ToastContainer","ToastsLayout","toasts","TransitionGroup","component","reverse","toast","borderColor","ToggleButton","tabIndex","DropZoneContainer","AcceptedFileTypes","FileSizeUnit","InputState","UploadGraphic","UploadCopy","pointerEvents","paddingTop","UploadFileErrors","acceptedTypesCopy","maxSizeCopy","SingleLineText","UploadedFilesListStack","UploadedFile","file","resetSelection","UploadFile","outerRef","maxBytes","format","MB","fileTypes","required","inputRef","useImperativeHandle","setFile","errorState","setErrorState","VALID","isInvalidFormat","INVALID_FORMAT","INVALID_FORMAT_AND_SIZE","isOverMaxSize","INVALID_SIZE","baseString","KB","getFileSizeString","fileType","list","iterable","isLast","isPenultimate","CSV","GIF","JPEG","JPG","PNG","getValidTypesString","acceptedTypesForInputEl","isLastElement","getTypePropForInputEl","clearFileSelection","setInputValidation","overMaxSize","invalidFormat","setCustomValidity","updateFiles","files","newFile","hasExceededMaxSize","extension","hasInvalidFormat","validType","substring","fileList","elementId","inputEl","getElementById","setInputElFile","onInputChange","onDrop","dataTransfer","onDragEnter","onDragOver","onDragLeave","accept","commonStyles","Shadow","WithPortal","usePortal","Popup","ScrollLock","isActive","PopupContent","VideoWrapper","ButtonSC","VideoModal","youtubeVideoId","showVideoModal","handleCloseClick","frameBorder","allow","allowFullScreen","ViewTypes","CounterText","Contour","colourPalette","customTextColour","CounterContainer","IconStyling","CustomIconWrapper","EditIcon","edit","counter","View","onDelete","onEdit","handleEnter","handleLeave","handleDelete","handleEdit","isDraft","draft","isSaved","saved","ViewTabTypes","ThreeDotsIcon","ThreeDotsIconStyling","CrossIconStyling","ViewButton","ViewTab","subAction","ariaContext","ViewsWrapper","StyledLeftIcon","StyledRightIcon","StyledMenuIcon","StyledMenuButton","StyledLeftButton","StyledRightButton","StyledInputGroup","useSetScrollPosition","leftDisabled","setLeftDisabled","rightDisabled","setRightDisabled","viewStartPositions","setViewStartPositions","activeTab","prevActiveTab","usePrevious","_d","_e","_f","_g","_h","maxScrollLeft","handleResize","toNextScrollPosition","newPosition","viewPositionsArray","currentScroll","containerWidth","getNextViewPosition","behavior","toPrevScrollPosition","reverseArray","getPrevViewPosition","createViewPositionArray","ViewsContainer","onClickMenu","ariaMenuControls","ariaMenuExpanded","menuRef","viewsRef","WeightInput","weightUnit","handleChangeGram","gram","isWeightImperial","handleChangePound","pound","handleChangeOunce","ounce"],"mappings":"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","x_google_ignoreList":[14]}
|