@orfium/ictinus 5.43.0 → 5.43.2
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/.turbo/turbo-build.log +601 -899
- package/CHANGELOG.md +12 -0
- package/dist/components/Avatar/Avatar.js +5 -5
- package/dist/components/Avatar/UserAvatar.js +11 -0
- package/dist/components/Button/Button.js +23 -23
- package/dist/components/ButtonBase/ButtonBase.js +31 -18
- package/dist/components/ButtonBase/ButtonBase.style.js +23 -21
- package/dist/components/ButtonBase/constants.js +7 -1
- package/dist/components/Controls/CheckBox/CheckBox.js +27 -28
- package/dist/components/Controls/CheckBox/CheckBox.style.js +3 -3
- package/dist/components/DatePicker/constants.js +8 -11
- package/dist/components/DatePicker/utils.js +3 -4
- package/dist/components/Filter/components/FilterButton/FilterButton.js +1 -1
- package/dist/components/IconButton/IconButton.js +13 -14
- package/dist/components/Table/constants.js +4 -5
- package/dist/components/TextField/TextField.js +14 -21
- package/dist/icon/Icon.js +309 -0
- package/dist/icons/AccountIcon.js +8 -0
- package/dist/icons/AlbumIcon.js +8 -0
- package/dist/icons/AnalyticsIcon.js +8 -0
- package/dist/icons/AppsIcon.js +8 -0
- package/dist/icons/ArrowDownIcon.js +8 -0
- package/dist/icons/ArrowLeftIcon.js +8 -0
- package/dist/icons/ArrowRightIcon.js +8 -0
- package/dist/icons/ArrowUpIcon.js +8 -0
- package/dist/icons/ArtistIcon.js +8 -0
- package/dist/icons/AssetIcon.js +8 -0
- package/dist/icons/AudioIcon.js +8 -0
- package/dist/icons/AudioOffIcon.js +13 -0
- package/dist/icons/BookmarkIcon.js +8 -0
- package/dist/icons/BookmarkOffIcon.js +8 -0
- package/dist/icons/BroadcastIcon.js +8 -0
- package/dist/icons/CalendarIcon.js +8 -0
- package/dist/icons/CatalogIcon.js +8 -0
- package/dist/icons/ChannelIcon.js +12 -0
- package/dist/icons/ChatIcon.js +8 -0
- package/dist/icons/CheckIcon.js +8 -0
- package/dist/icons/ChevronDownIcon.js +8 -0
- package/dist/icons/ChevronLeftIcon.js +8 -0
- package/dist/icons/ChevronRightIcon.js +8 -0
- package/dist/icons/ChevronUpIcon.js +8 -0
- package/dist/icons/CinemaIcon.js +8 -0
- package/dist/icons/ClaimIcon.js +8 -0
- package/dist/icons/CloseIcon.js +8 -0
- package/dist/icons/ColumnChooserIcon.js +8 -0
- package/dist/icons/CompositionIcon.js +8 -0
- package/dist/icons/ConcertIcon.js +8 -0
- package/dist/icons/ConflictIcon.js +8 -0
- package/dist/icons/ConvertIcon.js +8 -0
- package/dist/icons/CopyIcon.js +8 -0
- package/dist/icons/CueSheetIcon.js +8 -0
- package/dist/icons/DashboardIcon.js +8 -0
- package/dist/icons/DatasetIcon.js +8 -0
- package/dist/icons/DeleteIcon.js +8 -0
- package/dist/icons/DeliveryIcon.js +8 -0
- package/dist/icons/DetailsIcon.js +8 -0
- package/dist/icons/DigitalIcon.js +8 -0
- package/dist/icons/DistributionIcon.js +8 -0
- package/dist/icons/DownloadIcon.js +8 -0
- package/dist/icons/EarningsIcon.js +8 -0
- package/dist/icons/EditIcon.js +8 -0
- package/dist/icons/EntitiesIcon.js +8 -0
- package/dist/icons/ErrorIcon.js +8 -0
- package/dist/icons/ExternalLinkIcon.js +8 -0
- package/dist/icons/EyeIcon.js +8 -0
- package/dist/icons/EyeOffIcon.js +8 -0
- package/dist/icons/FavoriteIcon.js +8 -0
- package/dist/icons/FavoriteOffIcon.js +8 -0
- package/dist/icons/FileIcon.js +8 -0
- package/dist/icons/FilterIcon.js +8 -0
- package/dist/icons/FlagIcon.js +8 -0
- package/dist/icons/FlagOffIcon.js +8 -0
- package/dist/icons/ForwardIcon.js +8 -0
- package/dist/icons/FreezeIcon.js +8 -0
- package/dist/icons/HelpIcon.js +8 -0
- package/dist/icons/ImageIcon.js +8 -0
- package/dist/icons/ImageOffIcon.js +11 -0
- package/dist/icons/IncomeIcon.js +8 -0
- package/dist/icons/InformationalIcon.js +8 -0
- package/dist/icons/InsightIcon.js +8 -0
- package/dist/icons/InvoiceIcon.js +8 -0
- package/dist/icons/IssueIcon.js +8 -0
- package/dist/icons/KeywordIcon.js +8 -0
- package/dist/icons/LanguageIcon.js +8 -0
- package/dist/icons/LegalIcon.js +8 -0
- package/dist/icons/LicenseIcon.js +8 -0
- package/dist/icons/LinkIcon.js +8 -0
- package/dist/icons/LocationIcon.js +8 -0
- package/dist/icons/LockIcon.js +8 -0
- package/dist/icons/LoginIcon.js +8 -0
- package/dist/icons/LogoutIcon.js +8 -0
- package/dist/icons/MailIcon.js +8 -0
- package/dist/icons/ManualIcon.js +8 -0
- package/dist/icons/MediaFileIcon.js +8 -0
- package/dist/icons/MenuIcon.js +8 -0
- package/dist/icons/MinusIcon.js +8 -0
- package/dist/icons/MoreOptionsIcon.js +12 -0
- package/dist/icons/NextIcon.js +8 -0
- package/dist/icons/NotificationIcon.js +8 -0
- package/dist/icons/OrganizationIcon.js +8 -0
- package/dist/icons/PageFirstIcon.js +8 -0
- package/dist/icons/PageLastIcon.js +8 -0
- package/dist/icons/PairIcon.js +8 -0
- package/dist/icons/PauseIcon.js +8 -0
- package/dist/icons/PendingIcon.js +8 -0
- package/dist/icons/PlayIcon.js +8 -0
- package/dist/icons/PlaycountIcon.js +8 -0
- package/dist/icons/PlusIcon.js +8 -0
- package/dist/icons/PolicyIcon.js +8 -0
- package/dist/icons/PreviousIcon.js +8 -0
- package/dist/icons/PublicPerformanceIcon.js +8 -0
- package/dist/icons/PublisherIcon.js +11 -0
- package/dist/icons/RadioIcon.js +8 -0
- package/dist/icons/RecordLabelIcon.js +8 -0
- package/dist/icons/RecordingIcon.js +8 -0
- package/dist/icons/RedoIcon.js +8 -0
- package/dist/icons/RefreshIcon.js +8 -0
- package/dist/icons/ReportIcon.js +8 -0
- package/dist/icons/RestoreIcon.js +11 -0
- package/dist/icons/ResumeIcon.js +11 -0
- package/dist/icons/ReviewIcon.js +8 -0
- package/dist/icons/RewindIcon.js +8 -0
- package/dist/icons/RoleIcon.js +8 -0
- package/dist/icons/SearchFilledIcon.js +8 -0
- package/dist/icons/SearchIcon.js +8 -0
- package/dist/icons/SettingsIcon.js +8 -0
- package/dist/icons/ShareIcon.js +8 -0
- package/dist/icons/SortAscendingIcon.js +12 -0
- package/dist/icons/SortDescendingIcon.js +12 -0
- package/dist/icons/SortIcon.js +11 -0
- package/dist/icons/StatusIndicatorIcon.js +8 -0
- package/dist/icons/StopIcon.js +8 -0
- package/dist/icons/SuccessIcon.js +8 -0
- package/dist/icons/TagIcon.js +8 -0
- package/dist/icons/TelevisionIcon.js +8 -0
- package/dist/icons/ThumbsDownIcon.js +8 -0
- package/dist/icons/ThumbsUpIcon.js +8 -0
- package/dist/icons/TrendingDownIcon.js +8 -0
- package/dist/icons/TrendingUpIcon.js +8 -0
- package/dist/icons/TriangleDownIcon.js +8 -0
- package/dist/icons/TriangleLeftIcon.js +8 -0
- package/dist/icons/TriangleRightIcon.js +8 -0
- package/dist/icons/TriangleUpIcon.js +8 -0
- package/dist/icons/UndoIcon.js +8 -0
- package/dist/icons/UnfreezeIcon.js +11 -0
- package/dist/icons/UnlinkIcon.js +8 -0
- package/dist/icons/UnlockIcon.js +8 -0
- package/dist/icons/UnpairIcon.js +8 -0
- package/dist/icons/UnverifiedIcon.js +11 -0
- package/dist/icons/UpdateIcon.js +11 -0
- package/dist/icons/UploadIcon.js +8 -0
- package/dist/icons/UsageIcon.js +8 -0
- package/dist/icons/UserIcon.js +8 -0
- package/dist/icons/UsersIcon.js +13 -0
- package/dist/icons/VerifiedIcon.js +8 -0
- package/dist/icons/VideoIcon.js +8 -0
- package/dist/icons/VideoOffIcon.js +11 -0
- package/dist/icons/WarningIcon.js +8 -0
- package/dist/icons/WorkIcon.js +8 -0
- package/dist/icons/WriterIcon.js +12 -0
- package/dist/icons/YouTubeIcon.js +8 -0
- package/dist/index.js +240 -246
- package/dist/package.json.d.ts +24 -18
- package/dist/{packages/ictinus/package.json.js → package.json.js} +1 -1
- package/dist/sprinkles/properties.css.js +1 -1
- package/dist/sprinkles/properties.css.ts.vanilla.css +1 -1
- package/dist/src/actions/ActionsContent.css.d.ts +11 -0
- package/dist/src/actions/ActionsContent.d.ts +420 -0
- package/dist/src/actions/ActionsRoot.css.d.ts +6 -0
- package/dist/src/actions/ActionsRoot.d.ts +417 -0
- package/dist/src/actions/index.d.ts +2 -0
- package/dist/src/components/Avatar/UserAvatar.d.ts +2 -0
- package/dist/src/components/ButtonBase/ButtonBase.style.d.ts +0 -7
- package/dist/src/components/ButtonBase/constants.d.ts +6 -0
- package/dist/src/components/DatePicker/DatePicker.test.d.ts +3 -1
- package/dist/src/components/DatePicker/constants.d.ts +0 -40
- package/dist/src/components/DatePicker/utils.d.ts +0 -3
- package/dist/src/components/ExpandCollapse/ExpandCollapse.types.d.ts +6 -7
- package/dist/src/components/IconButton/IconButton.d.ts +3 -3
- package/dist/src/components/Link/Link.d.ts +1 -1
- package/dist/src/components/Link/Link.types.d.ts +2 -3
- package/dist/src/components/Table/constants.d.ts +0 -28
- package/dist/src/data-table/DataTable.d.ts +428 -0
- package/dist/src/data-table/DataTableBody.css.d.ts +20 -0
- package/dist/src/data-table/DataTableBody.d.ts +425 -0
- package/dist/src/data-table/DataTableCheckbox.d.ts +14 -0
- package/dist/src/data-table/DataTableContext.d.ts +12 -0
- package/dist/src/data-table/DataTableEditColumns.d.ts +1 -0
- package/dist/src/data-table/DataTableHeader.d.ts +417 -0
- package/dist/src/data-table/DataTableHeaderCell.css.d.ts +20 -0
- package/dist/src/data-table/DataTableHeaderCell.d.ts +10 -0
- package/dist/src/data-table/DataTableRow.d.ts +851 -0
- package/dist/src/data-table/DataTableRowContext.d.ts +17 -0
- package/dist/src/data-table/index.d.ts +5 -0
- package/dist/src/index.d.ts +1 -5
- package/dist/src/sprinkles/properties.css.d.ts +356 -340
- package/dist/src/sprinkles/sprinkles.d.ts +738 -706
- package/dist/src/test/utils.d.ts +1 -2
- package/dist/src/utils/common.d.ts +0 -7
- package/dist/src/vanilla/Box/Box.d.ts +287 -281
- package/dist/src/vanilla/Box/extractBoxProps.d.ts +2 -2
- package/dist/src/vanilla/Dropdown/Dropdown.css.d.ts +5 -0
- package/dist/src/vanilla/Table/Table.d.ts +287 -281
- package/dist/src/vanilla/Table/TableBody.d.ts +287 -281
- package/dist/src/vanilla/Table/TableCell.d.ts +287 -281
- package/dist/src/vanilla/Table/TableFooter.d.ts +287 -281
- package/dist/src/vanilla/Table/TableHeader.d.ts +287 -281
- package/dist/src/vanilla/Table/TableHeaderCell.css.d.ts +1 -0
- package/dist/src/vanilla/Table/TableHeaderCell.d.ts +287 -281
- package/dist/src/vanilla/Table/TableRow.d.ts +287 -281
- package/dist/src/vanilla/Text/Text.d.ts +287 -281
- package/dist/src/vanilla/index.d.ts +1 -0
- package/dist/src/vanilla-extract/index.d.ts +1 -0
- package/dist/src/version/index.d.ts +1 -0
- package/dist/src/version/version.d.ts +1 -0
- package/dist/vanilla/Box/Box.js +1 -1
- package/dist/vanilla/Dropdown/Dropdown-css.js +8 -0
- package/dist/vanilla/Dropdown/Dropdown.js +4 -2
- package/dist/vanilla/Menu/Menu-css.js +4 -4
- package/dist/vanilla/Menu/Menu.js +2 -2
- package/dist/vanilla/Popover/Popover-css.js +3 -3
- package/dist/vanilla/Popover/Popover.js +1 -1
- package/dist/vanilla/Table/Table-css.js +4 -4
- package/dist/vanilla/Table/Table.js +2 -3
- package/dist/vanilla/Table/TableCell-css.js +4 -4
- package/dist/vanilla/Table/TableCell.js +0 -2
- package/dist/vanilla/Table/TableHeaderCell-css.js +6 -6
- package/dist/vanilla/Table/TableRow-css.js +4 -4
- package/dist/vanilla/ThemeProvider/ThemeProvider.js +1 -1
- package/dist/vanilla/Tooltip/Tooltip-css.js +3 -3
- package/dist/vanilla/Tooltip/Tooltip.js +1 -1
- package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-BVxWvGVF.css +22 -0
- package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-B5JvX1-v.css +4 -0
- package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-B8JRxzQ8.css +70 -0
- package/dist/vanilla/assets/src/data-table/DataTableHeaderCell.css.ts.vanilla-B2HJ86a7.css +36 -0
- package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-CFXZ9U7a.css → properties.css.ts.vanilla-C8hqLKur.css} +3196 -3181
- package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-DHGpcMTl.css → TableHeaderCell.css.ts.vanilla-CZtubUTB.css} +7 -13
- package/dist/vanilla/assets/src/vanilla/Table/TableRow.css.ts.vanilla-B1NNK8v8.css +18 -0
- package/dist/vanilla/assets/src/vanilla-extract/{global.css.ts.vanilla-yNiirHQ2.css → global.css.ts.vanilla-BHTgxO8_.css} +1 -1
- package/dist/vanilla/index.d.ts +1381 -41
- package/dist/vanilla/index.js +5 -0
- package/dist/vanilla/package.json.js +1 -1
- package/dist/vanilla/src/actions/ActionsContent-css.js +10 -0
- package/dist/vanilla/src/actions/ActionsContent.js +15 -0
- package/dist/vanilla/src/actions/ActionsRoot-css.js +7 -0
- package/dist/vanilla/src/actions/ActionsRoot.js +15 -0
- package/dist/vanilla/src/components/Avatar/Avatar.js +34 -0
- package/dist/vanilla/src/components/Avatar/Avatar.style.js +116 -0
- package/dist/vanilla/src/components/Avatar/UserAvatar.js +24 -0
- package/dist/vanilla/src/components/Box/Box.js +42 -0
- package/dist/vanilla/src/components/Box/Box.style.js +5 -0
- package/dist/vanilla/src/components/Box/Box.utilities.js +132 -0
- package/dist/vanilla/src/components/Button/Button.js +32 -0
- package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.js +9 -0
- package/dist/vanilla/src/components/Button/ButtonLoader/ButtonLoader.style.js +46 -0
- package/dist/vanilla/src/components/ButtonBase/ButtonBase.js +62 -0
- package/dist/vanilla/src/components/ButtonBase/ButtonBase.style.js +74 -0
- package/dist/vanilla/src/components/ButtonBase/constants.js +40 -0
- package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.js +79 -0
- package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.style.js +77 -0
- package/dist/vanilla/src/components/Controls/ControlLabel/ControlHelpText.js +8 -0
- package/dist/vanilla/src/components/Controls/ControlLabel/ControlLabel.style.js +23 -0
- package/dist/vanilla/src/components/Controls/ControlLabel/ControlLabelText.js +8 -0
- package/dist/vanilla/src/components/Controls/Radio/Radio.js +52 -0
- package/dist/vanilla/src/components/Controls/Radio/Radio.style.js +91 -0
- package/dist/vanilla/src/components/Controls/Radio/components/RadioGroup/RadioGroup.js +25 -0
- package/dist/vanilla/src/components/Controls/Radio/components/RadioGroup/RadioGroupContext.js +6 -0
- package/dist/vanilla/src/components/Controls/Switch/Switch.js +71 -0
- package/dist/vanilla/src/components/Controls/Switch/Switch.style.js +82 -0
- package/dist/vanilla/src/components/IconButton/IconButton.js +30 -0
- package/dist/vanilla/src/components/Typography/utils.js +13 -0
- package/dist/vanilla/src/components/utils/Slots.js +12 -0
- package/dist/vanilla/src/components/utils/useDOMRef.js +12 -0
- package/dist/vanilla/src/data-table/DataTable.js +23 -0
- package/dist/vanilla/src/data-table/DataTableBody-css.js +16 -0
- package/dist/vanilla/src/data-table/DataTableBody.js +235 -0
- package/dist/vanilla/src/data-table/DataTableCheckbox.js +48 -0
- package/dist/vanilla/src/data-table/DataTableContext.js +19 -0
- package/dist/vanilla/src/data-table/DataTableEditColumns.js +82 -0
- package/dist/vanilla/src/data-table/DataTableHeader.js +33 -0
- package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +14 -0
- package/dist/vanilla/src/data-table/DataTableHeaderCell.js +197 -0
- package/dist/vanilla/src/data-table/DataTableRow.js +159 -0
- package/dist/vanilla/src/data-table/DataTableRowContext.js +22 -0
- package/dist/vanilla/src/hooks/useCombinedRefs.js +20 -0
- package/dist/vanilla/src/hooks/useTheme.js +7 -0
- package/dist/vanilla/src/sprinkles/properties-css.js +5 -5
- package/dist/vanilla/src/theme/functions.js +64 -0
- package/dist/vanilla/src/utils/date.js +13 -0
- package/dist/vanilla/src/utils/helpers.js +7 -0
- package/dist/vanilla-extract/global.css.ts.vanilla.css +1 -1
- package/package.json +23 -17
- package/src/actions/ActionsContent.css.ts +52 -0
- package/src/actions/ActionsContent.tsx +19 -0
- package/src/actions/ActionsRoot.css.ts +8 -0
- package/src/actions/ActionsRoot.tsx +19 -0
- package/src/actions/index.ts +2 -0
- package/src/components/Avatar/Avatar.tsx +1 -1
- package/src/components/Avatar/UserAvatar.tsx +18 -0
- package/src/components/Button/Button.tsx +13 -17
- package/src/components/ButtonBase/ButtonBase.style.ts +3 -12
- package/src/components/ButtonBase/ButtonBase.tsx +3 -2
- package/src/components/ButtonBase/constants.ts +7 -0
- package/src/components/Controls/CheckBox/CheckBox.style.ts +1 -0
- package/src/components/Controls/CheckBox/CheckBox.tsx +11 -10
- package/src/components/Controls/CheckBox/__snapshots__/CheckBox.test.tsx.snap +9 -27
- package/src/components/DatePicker/DatePicker.test.tsx +29 -1
- package/src/components/DatePicker/OverlayComponent/__snapshots__/OverlayComponent.test.tsx.snap +432 -505
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/__snapshots__/MonthWrapper.test.tsx.snap +152 -190
- package/src/components/DatePicker/constants.ts +0 -41
- package/src/components/DatePicker/utils.ts +0 -30
- package/src/components/ExpandCollapse/ExpandCollapse.types.ts +7 -7
- package/src/components/Filter/components/FilterButton/FilterButton.tsx +1 -1
- package/src/components/IconButton/IconButton.tsx +8 -8
- package/src/components/Link/Link.types.ts +3 -3
- package/src/components/Table/constants.tsx +0 -342
- package/src/components/TextField/TextField.tsx +4 -8
- package/src/components/TopAppBar/__snapshots__/TopAppBar.test.tsx.snap +54 -128
- package/src/data-table/DataTable.tsx +36 -0
- package/src/data-table/DataTableBody.css.ts +127 -0
- package/src/data-table/DataTableBody.tsx +282 -0
- package/src/data-table/DataTableCheckbox.tsx +68 -0
- package/src/data-table/DataTableContext.tsx +27 -0
- package/src/data-table/DataTableEditColumns.tsx +88 -0
- package/src/data-table/DataTableHeader.tsx +32 -0
- package/src/data-table/DataTableHeaderCell.css.ts +90 -0
- package/src/data-table/DataTableHeaderCell.tsx +214 -0
- package/src/data-table/DataTableRow.tsx +216 -0
- package/src/data-table/DataTableRowContext.tsx +38 -0
- package/src/data-table/index.ts +5 -0
- package/src/data-table/react-table.d.ts +12 -0
- package/src/hooks/useBreakpoints.test.ts +1 -1
- package/src/index.ts +1 -5
- package/src/sprinkles/properties.css.ts +2 -1
- package/src/test/setup.ts +8 -0
- package/src/test/utils.tsx +1 -2
- package/src/utils/common.ts +0 -106
- package/src/vanilla/Box/Box.tsx +1 -1
- package/src/vanilla/Dropdown/Dropdown.css.ts +11 -0
- package/src/vanilla/Dropdown/Dropdown.tsx +3 -1
- package/src/vanilla/Table/Table.tsx +3 -5
- package/src/vanilla/Table/TableCell.css.ts +1 -0
- package/src/vanilla/Table/TableCell.tsx +0 -2
- package/src/vanilla/Table/TableHeaderCell.css.ts +3 -9
- package/src/vanilla/Table/TableRow.css.ts +10 -1
- package/src/vanilla/ThemeProvider/ThemeProvider.tsx +1 -1
- package/src/vanilla/index.ts +1 -0
- package/src/vanilla-extract/global.css.ts +1 -1
- package/src/vanilla-extract/index.ts +9 -0
- package/src/version/index.ts +1 -0
- package/src/version/version.ts +1 -0
- package/dist/_virtual/AsymmetricMatcher.js +0 -4
- package/dist/_virtual/ConvertAnsi.js +0 -4
- package/dist/_virtual/DOMCollection.js +0 -4
- package/dist/_virtual/DOMElement.js +0 -4
- package/dist/_virtual/Immutable.js +0 -4
- package/dist/_virtual/ReactElement.js +0 -4
- package/dist/_virtual/ReactTestComponent.js +0 -4
- package/dist/_virtual/___vite-browser-external.js +0 -6
- package/dist/_virtual/__vite-browser-external.js +0 -4
- package/dist/_virtual/_commonjsHelpers.js +0 -33
- package/dist/_virtual/alertRole.js +0 -4
- package/dist/_virtual/alertdialogRole.js +0 -4
- package/dist/_virtual/applicationRole.js +0 -4
- package/dist/_virtual/ariaAbstractRoles.js +0 -4
- package/dist/_virtual/ariaDpubRoles.js +0 -4
- package/dist/_virtual/ariaGraphicsRoles.js +0 -4
- package/dist/_virtual/ariaLiteralRoles.js +0 -4
- package/dist/_virtual/ariaPropsMap.js +0 -4
- package/dist/_virtual/articleRole.js +0 -4
- package/dist/_virtual/bannerRole.js +0 -4
- package/dist/_virtual/blockquoteRole.js +0 -4
- package/dist/_virtual/buttonRole.js +0 -4
- package/dist/_virtual/captionRole.js +0 -4
- package/dist/_virtual/cellRole.js +0 -4
- package/dist/_virtual/checkboxRole.js +0 -4
- package/dist/_virtual/codeRole.js +0 -4
- package/dist/_virtual/collections.js +0 -4
- package/dist/_virtual/columnheaderRole.js +0 -4
- package/dist/_virtual/comboboxRole.js +0 -4
- package/dist/_virtual/commandRole.js +0 -4
- package/dist/_virtual/complementaryRole.js +0 -4
- package/dist/_virtual/compositeRole.js +0 -4
- package/dist/_virtual/contentinfoRole.js +0 -4
- package/dist/_virtual/definitionRole.js +0 -4
- package/dist/_virtual/deletionRole.js +0 -4
- package/dist/_virtual/dialogRole.js +0 -4
- package/dist/_virtual/directoryRole.js +0 -4
- package/dist/_virtual/docAbstractRole.js +0 -4
- package/dist/_virtual/docAcknowledgmentsRole.js +0 -4
- package/dist/_virtual/docAfterwordRole.js +0 -4
- package/dist/_virtual/docAppendixRole.js +0 -4
- package/dist/_virtual/docBacklinkRole.js +0 -4
- package/dist/_virtual/docBiblioentryRole.js +0 -4
- package/dist/_virtual/docBibliographyRole.js +0 -4
- package/dist/_virtual/docBibliorefRole.js +0 -4
- package/dist/_virtual/docChapterRole.js +0 -4
- package/dist/_virtual/docColophonRole.js +0 -4
- package/dist/_virtual/docConclusionRole.js +0 -4
- package/dist/_virtual/docCoverRole.js +0 -4
- package/dist/_virtual/docCreditRole.js +0 -4
- package/dist/_virtual/docCreditsRole.js +0 -4
- package/dist/_virtual/docDedicationRole.js +0 -4
- package/dist/_virtual/docEndnoteRole.js +0 -4
- package/dist/_virtual/docEndnotesRole.js +0 -4
- package/dist/_virtual/docEpigraphRole.js +0 -4
- package/dist/_virtual/docEpilogueRole.js +0 -4
- package/dist/_virtual/docErrataRole.js +0 -4
- package/dist/_virtual/docExampleRole.js +0 -4
- package/dist/_virtual/docFootnoteRole.js +0 -4
- package/dist/_virtual/docForewordRole.js +0 -4
- package/dist/_virtual/docGlossaryRole.js +0 -4
- package/dist/_virtual/docGlossrefRole.js +0 -4
- package/dist/_virtual/docIndexRole.js +0 -4
- package/dist/_virtual/docIntroductionRole.js +0 -4
- package/dist/_virtual/docNoterefRole.js +0 -4
- package/dist/_virtual/docNoticeRole.js +0 -4
- package/dist/_virtual/docPagebreakRole.js +0 -4
- package/dist/_virtual/docPagelistRole.js +0 -4
- package/dist/_virtual/docPartRole.js +0 -4
- package/dist/_virtual/docPrefaceRole.js +0 -4
- package/dist/_virtual/docPrologueRole.js +0 -4
- package/dist/_virtual/docPullquoteRole.js +0 -4
- package/dist/_virtual/docQnaRole.js +0 -4
- package/dist/_virtual/docSubtitleRole.js +0 -4
- package/dist/_virtual/docTipRole.js +0 -4
- package/dist/_virtual/docTocRole.js +0 -4
- package/dist/_virtual/documentRole.js +0 -4
- package/dist/_virtual/domMap.js +0 -4
- package/dist/_virtual/elementRoleMap.js +0 -4
- package/dist/_virtual/emphasisRole.js +0 -4
- package/dist/_virtual/escapeHTML.js +0 -4
- package/dist/_virtual/feedRole.js +0 -4
- package/dist/_virtual/figureRole.js +0 -4
- package/dist/_virtual/formRole.js +0 -4
- package/dist/_virtual/genericRole.js +0 -4
- package/dist/_virtual/graphicsDocumentRole.js +0 -4
- package/dist/_virtual/graphicsObjectRole.js +0 -4
- package/dist/_virtual/graphicsSymbolRole.js +0 -4
- package/dist/_virtual/gridRole.js +0 -4
- package/dist/_virtual/gridcellRole.js +0 -4
- package/dist/_virtual/groupRole.js +0 -4
- package/dist/_virtual/headingRole.js +0 -4
- package/dist/_virtual/imgRole.js +0 -4
- package/dist/_virtual/index.js +0 -5
- package/dist/_virtual/index10.js +0 -4
- package/dist/_virtual/index2.js +0 -5
- package/dist/_virtual/index3.js +0 -4
- package/dist/_virtual/index4.js +0 -4
- package/dist/_virtual/index5.js +0 -4
- package/dist/_virtual/index6.js +0 -4
- package/dist/_virtual/index7.js +0 -4
- package/dist/_virtual/index8.js +0 -4
- package/dist/_virtual/index9.js +0 -4
- package/dist/_virtual/inputRole.js +0 -4
- package/dist/_virtual/insertionRole.js +0 -4
- package/dist/_virtual/iterationDecorator.js +0 -4
- package/dist/_virtual/iteratorProxy.js +0 -4
- package/dist/_virtual/landmarkRole.js +0 -4
- package/dist/_virtual/linkRole.js +0 -4
- package/dist/_virtual/listRole.js +0 -4
- package/dist/_virtual/listboxRole.js +0 -4
- package/dist/_virtual/listitemRole.js +0 -4
- package/dist/_virtual/logRole.js +0 -4
- package/dist/_virtual/lz-string.js +0 -7
- package/dist/_virtual/lz-string2.js +0 -4
- package/dist/_virtual/mainRole.js +0 -4
- package/dist/_virtual/markup.js +0 -4
- package/dist/_virtual/marqueeRole.js +0 -4
- package/dist/_virtual/mathRole.js +0 -4
- package/dist/_virtual/menuRole.js +0 -4
- package/dist/_virtual/menubarRole.js +0 -4
- package/dist/_virtual/menuitemRole.js +0 -4
- package/dist/_virtual/menuitemcheckboxRole.js +0 -4
- package/dist/_virtual/menuitemradioRole.js +0 -4
- package/dist/_virtual/meterRole.js +0 -4
- package/dist/_virtual/navigationRole.js +0 -4
- package/dist/_virtual/noneRole.js +0 -4
- package/dist/_virtual/noteRole.js +0 -4
- package/dist/_virtual/optionRole.js +0 -4
- package/dist/_virtual/paragraphRole.js +0 -4
- package/dist/_virtual/presentationRole.js +0 -4
- package/dist/_virtual/progressbarRole.js +0 -4
- package/dist/_virtual/radioRole.js +0 -4
- package/dist/_virtual/radiogroupRole.js +0 -4
- package/dist/_virtual/rangeRole.js +0 -4
- package/dist/_virtual/regionRole.js +0 -4
- package/dist/_virtual/roleElementMap.js +0 -4
- package/dist/_virtual/rolesMap.js +0 -4
- package/dist/_virtual/roletypeRole.js +0 -4
- package/dist/_virtual/rowRole.js +0 -4
- package/dist/_virtual/rowgroupRole.js +0 -4
- package/dist/_virtual/rowheaderRole.js +0 -4
- package/dist/_virtual/scrollbarRole.js +0 -4
- package/dist/_virtual/searchRole.js +0 -4
- package/dist/_virtual/searchboxRole.js +0 -4
- package/dist/_virtual/sectionRole.js +0 -4
- package/dist/_virtual/sectionheadRole.js +0 -4
- package/dist/_virtual/selectRole.js +0 -4
- package/dist/_virtual/separatorRole.js +0 -4
- package/dist/_virtual/sliderRole.js +0 -4
- package/dist/_virtual/spinbuttonRole.js +0 -4
- package/dist/_virtual/statusRole.js +0 -4
- package/dist/_virtual/strongRole.js +0 -4
- package/dist/_virtual/structureRole.js +0 -4
- package/dist/_virtual/subscriptRole.js +0 -4
- package/dist/_virtual/superscriptRole.js +0 -4
- package/dist/_virtual/switchRole.js +0 -4
- package/dist/_virtual/tabRole.js +0 -4
- package/dist/_virtual/tableRole.js +0 -4
- package/dist/_virtual/tablistRole.js +0 -4
- package/dist/_virtual/tabpanelRole.js +0 -4
- package/dist/_virtual/termRole.js +0 -4
- package/dist/_virtual/textboxRole.js +0 -4
- package/dist/_virtual/timeRole.js +0 -4
- package/dist/_virtual/timerRole.js +0 -4
- package/dist/_virtual/toolbarRole.js +0 -4
- package/dist/_virtual/tooltipRole.js +0 -4
- package/dist/_virtual/treeRole.js +0 -4
- package/dist/_virtual/treegridRole.js +0 -4
- package/dist/_virtual/treeitemRole.js +0 -4
- package/dist/_virtual/widgetRole.js +0 -4
- package/dist/_virtual/windowRole.js +0 -4
- package/dist/components/Avatar/assets/user-avatar.svg.js +0 -5
- package/dist/components/Button/Button.style.js +0 -10
- package/dist/components/Navigation/Directory/Directory.js +0 -17
- package/dist/components/Navigation/Directory/Directory.style.js +0 -16
- package/dist/components/Navigation/Directory/MenuItem/MenuItem.js +0 -45
- package/dist/components/Navigation/Navigation.js +0 -15
- package/dist/components/Navigation/Navigation.style.js +0 -7
- package/dist/hooks/useLocationToGetCurrentMenuItem.js +0 -13
- package/dist/hooks/useSearchQueryParams.js +0 -13
- package/dist/node_modules/.pnpm/@testing-library_dom@9.3.4/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js +0 -2034
- package/dist/node_modules/.pnpm/@testing-library_react@14.3.1_@types_react@18.3.24_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@testing-library/react/dist/@testing-library/react.esm.js +0 -186
- package/dist/node_modules/.pnpm/ansi-regex@5.0.1/node_modules/ansi-regex/index.js +0 -13
- package/dist/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.js +0 -110
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/ariaPropsMap.js +0 -240
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/domMap.js +0 -389
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/elementRoleMap.js +0 -155
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/commandRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js +0 -30
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/inputRole.js +0 -34
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js +0 -31
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js +0 -60
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js +0 -42
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/selectRole.js +0 -29
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/structureRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/abstract/windowRole.js +0 -29
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js +0 -29
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js +0 -56
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js +0 -20
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js +0 -99
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js +0 -35
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js +0 -35
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js +0 -33
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js +0 -35
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js +0 -35
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js +0 -37
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js +0 -48
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js +0 -52
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js +0 -33
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/alertRole.js +0 -35
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/applicationRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/articleRole.js +0 -35
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/bannerRole.js +0 -33
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/buttonRole.js +0 -109
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/captionRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/cellRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js +0 -50
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/codeRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js +0 -38
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js +0 -140
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js +0 -33
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/definitionRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/deletionRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/dialogRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/directoryRole.js +0 -29
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/documentRole.js +0 -36
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/feedRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/figureRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/formRole.js +0 -54
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/genericRole.js +0 -37
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/gridRole.js +0 -39
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js +0 -45
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/groupRole.js +0 -45
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/headingRole.js +0 -61
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/imgRole.js +0 -50
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/insertionRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/linkRole.js +0 -55
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/listRole.js +0 -42
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/listboxRole.js +0 -78
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/listitemRole.js +0 -42
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/logRole.js +0 -29
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/mainRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/mathRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuRole.js +0 -49
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menubarRole.js +0 -34
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js +0 -53
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js +0 -34
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js +0 -34
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/meterRole.js +0 -33
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/navigationRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/noneRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/noteRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/optionRole.js +0 -49
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/presentationRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js +0 -39
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/radioRole.js +0 -42
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js +0 -37
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/regionRole.js +0 -54
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/rowRole.js +0 -40
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js +0 -42
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js +0 -47
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js +0 -36
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/searchRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js +0 -39
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/separatorRole.js +0 -39
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/sliderRole.js +0 -47
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js +0 -43
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/statusRole.js +0 -35
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/strongRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/switchRole.js +0 -34
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tabRole.js +0 -34
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tableRole.js +0 -35
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tablistRole.js +0 -36
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/termRole.js +0 -37
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/textboxRole.js +0 -107
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/timeRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/timerRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js +0 -34
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/treeRole.js +0 -33
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/treegridRole.js +0 -27
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js +0 -32
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/index.js +0 -30
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/roleElementMap.js +0 -149
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/rolesMap.js +0 -170
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/util/iterationDecorator.js +0 -30
- package/dist/node_modules/.pnpm/aria-query@5.1.3/node_modules/aria-query/lib/util/iteratorProxy.js +0 -33
- package/dist/node_modules/.pnpm/array-buffer-byte-length@1.0.2/node_modules/array-buffer-byte-length/index.js +0 -14
- package/dist/node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js +0 -16
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js +0 -14
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js +0 -15
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js +0 -7
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js +0 -7
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js +0 -18
- package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js +0 -7
- package/dist/node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/callBound.js +0 -15
- package/dist/node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js +0 -22
- package/dist/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js +0 -21
- package/dist/node_modules/.pnpm/deep-equal@2.2.3/node_modules/deep-equal/index.js +0 -186
- package/dist/node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js +0 -39
- package/dist/node_modules/.pnpm/define-properties@1.2.1/node_modules/define-properties/index.js +0 -29
- package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-description.js +0 -63
- package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-name-and-description.js +0 -271
- package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/accessible-name.js +0 -12
- package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/getRole.js +0 -168
- package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/polyfills/SetLike.js +0 -85
- package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/polyfills/array.from.js +0 -24
- package/dist/node_modules/.pnpm/dom-accessibility-api@0.5.16/node_modules/dom-accessibility-api/dist/util.js +0 -82
- package/dist/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js +0 -29
- package/dist/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js +0 -16
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js +0 -7
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js +0 -7
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js +0 -7
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js +0 -7
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js +0 -7
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js +0 -7
- package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js +0 -7
- package/dist/node_modules/.pnpm/es-get-iterator@1.1.3/node_modules/es-get-iterator/index.js +0 -108
- package/dist/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js +0 -7
- package/dist/node_modules/.pnpm/for-each@0.3.5/node_modules/for-each/index.js +0 -28
- package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js +0 -48
- package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js +0 -11
- package/dist/node_modules/.pnpm/functions-have-names@1.2.3/node_modules/functions-have-names/index.js +0 -30
- package/dist/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js +0 -265
- package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js +0 -11
- package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -7
- package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js +0 -21
- package/dist/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js +0 -7
- package/dist/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js +0 -17
- package/dist/node_modules/.pnpm/has-bigints@1.1.0/node_modules/has-bigints/index.js +0 -12
- package/dist/node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js +0 -21
- package/dist/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js +0 -13
- package/dist/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js +0 -33
- package/dist/node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js +0 -13
- package/dist/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js +0 -11
- package/dist/node_modules/.pnpm/internal-slot@1.1.0/node_modules/internal-slot/index.js +0 -56
- package/dist/node_modules/.pnpm/is-arguments@1.2.0/node_modules/is-arguments/index.js +0 -18
- package/dist/node_modules/.pnpm/is-array-buffer@3.0.5/node_modules/is-array-buffer/index.js +0 -25
- package/dist/node_modules/.pnpm/is-bigint@1.1.0/node_modules/is-bigint/index.js +0 -27
- package/dist/node_modules/.pnpm/is-boolean-object@1.2.2/node_modules/is-boolean-object/index.js +0 -20
- package/dist/node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js +0 -75
- package/dist/node_modules/.pnpm/is-date-object@1.1.0/node_modules/is-date-object/index.js +0 -20
- package/dist/node_modules/.pnpm/is-map@2.0.3/node_modules/is-map/index.js +0 -30
- package/dist/node_modules/.pnpm/is-number-object@1.1.1/node_modules/is-number-object/index.js +0 -20
- package/dist/node_modules/.pnpm/is-regex@1.2.1/node_modules/is-regex/index.js +0 -51
- package/dist/node_modules/.pnpm/is-set@2.0.3/node_modules/is-set/index.js +0 -30
- package/dist/node_modules/.pnpm/is-shared-array-buffer@1.0.4/node_modules/is-shared-array-buffer/index.js +0 -21
- package/dist/node_modules/.pnpm/is-string@1.1.1/node_modules/is-string/index.js +0 -20
- package/dist/node_modules/.pnpm/is-symbol@1.1.1/node_modules/is-symbol/index.js +0 -33
- package/dist/node_modules/.pnpm/is-weakmap@2.0.2/node_modules/is-weakmap/index.js +0 -30
- package/dist/node_modules/.pnpm/is-weakset@2.0.4/node_modules/is-weakset/index.js +0 -34
- package/dist/node_modules/.pnpm/isarray@2.0.5/node_modules/isarray/index.js +0 -12
- package/dist/node_modules/.pnpm/lz-string@1.5.0/node_modules/lz-string/libs/lz-string.js +0 -202
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js +0 -7
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js +0 -7
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js +0 -9
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js +0 -7
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js +0 -7
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js +0 -7
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js +0 -7
- package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js +0 -13
- package/dist/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect/index.js +0 -376
- package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/implementation.js +0 -14
- package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/index.js +0 -19
- package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/polyfill.js +0 -13
- package/dist/node_modules/.pnpm/object-is@1.1.6/node_modules/object-is/shim.js +0 -19
- package/dist/node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/implementation.js +0 -92
- package/dist/node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/index.js +0 -26
- package/dist/node_modules/.pnpm/object-keys@1.1.1/node_modules/object-keys/isArguments.js +0 -13
- package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/implementation.js +0 -36
- package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/index.js +0 -21
- package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/polyfill.js +0 -32
- package/dist/node_modules/.pnpm/object.assign@4.1.7/node_modules/object.assign/shim.js +0 -21
- package/dist/node_modules/.pnpm/possible-typed-array-names@1.1.0/node_modules/possible-typed-array-names/index.js +0 -20
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/collections.js +0 -79
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/index.js +0 -279
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js +0 -41
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ConvertAnsi.js +0 -70
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/DOMCollection.js +0 -39
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/DOMElement.js +0 -71
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/Immutable.js +0 -118
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ReactElement.js +0 -99
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/ReactTestComponent.js +0 -48
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/lib/escapeHTML.js +0 -15
- package/dist/node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/plugins/lib/markup.js +0 -50
- package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/implementation.js +0 -17
- package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/index.js +0 -19
- package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/polyfill.js +0 -30
- package/dist/node_modules/.pnpm/regexp.prototype.flags@1.5.4/node_modules/regexp.prototype.flags/shim.js +0 -24
- package/dist/node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.js +0 -19
- package/dist/node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js +0 -38
- package/dist/node_modules/.pnpm/set-function-name@2.0.2/node_modules/set-function-name/index.js +0 -31
- package/dist/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list/index.js +0 -64
- package/dist/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map/index.js +0 -40
- package/dist/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap/index.js +0 -43
- package/dist/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel/index.js +0 -35
- package/dist/node_modules/.pnpm/stop-iteration-iterator@1.1.0/node_modules/stop-iteration-iterator/index.js +0 -45
- package/dist/node_modules/.pnpm/which-boxed-primitive@1.1.1/node_modules/which-boxed-primitive/index.js +0 -28
- package/dist/node_modules/.pnpm/which-collection@1.0.2/node_modules/which-collection/index.js +0 -26
- package/dist/node_modules/.pnpm/which-typed-array@1.1.19/node_modules/which-typed-array/index.js +0 -81
- package/dist/src/components/Button/Button.style.d.ts +0 -6
- package/dist/src/components/Navigation/Directory/Directory.d.ts +0 -5
- package/dist/src/components/Navigation/Directory/Directory.style.d.ts +0 -10
- package/dist/src/components/Navigation/Directory/MenuItem/MenuItem.d.ts +0 -11
- package/dist/src/components/Navigation/Directory/index.d.ts +0 -1
- package/dist/src/components/Navigation/Navigation.d.ts +0 -14
- package/dist/src/components/Navigation/Navigation.style.d.ts +0 -2
- package/dist/src/components/Navigation/Navigation.test.d.ts +0 -1
- package/dist/src/components/Navigation/index.d.ts +0 -3
- package/dist/src/components/Navigation/types.d.ts +0 -12
- package/dist/src/components/Select/storyUtils.d.ts +0 -5
- package/dist/src/components/TabStepper/constants.d.ts +0 -2
- package/dist/src/components/Tabs/constants.d.ts +0 -17
- package/dist/src/components/Tooltip/utils.d.ts +0 -3
- package/dist/src/hooks/__tests__/useSearchQueryParams.test.d.ts +0 -1
- package/dist/src/hooks/index.d.ts +0 -1
- package/dist/src/hooks/storyUtils/DemoUseSearchQueryParams.d.ts +0 -6
- package/dist/src/hooks/useLocationToGetCurrentMenuItem.d.ts +0 -4
- package/dist/src/hooks/useSearchQueryParams.d.ts +0 -2
- package/dist/utils/common.js +0 -6
- package/dist/vanilla/assets/src/vanilla/Table/TableRow.css.ts.vanilla-CZN81sTW.css +0 -10
- package/src/components/Avatar/assets/user-avatar.svg +0 -4
- package/src/components/Button/Button.style.ts +0 -10
- package/src/components/Navigation/Directory/Directory.style.ts +0 -123
- package/src/components/Navigation/Directory/Directory.tsx +0 -36
- package/src/components/Navigation/Directory/MenuItem/MenuItem.tsx +0 -115
- package/src/components/Navigation/Directory/index.ts +0 -1
- package/src/components/Navigation/Navigation.style.ts +0 -22
- package/src/components/Navigation/Navigation.test.tsx +0 -53
- package/src/components/Navigation/Navigation.tsx +0 -37
- package/src/components/Navigation/index.ts +0 -3
- package/src/components/Navigation/types.ts +0 -17
- package/src/components/Select/storyUtils.ts +0 -48
- package/src/components/TabStepper/constants.tsx +0 -46
- package/src/components/Tabs/constants.tsx +0 -54
- package/src/components/Tooltip/utils.ts +0 -11
- package/src/hooks/__tests__/useSearchQueryParams.test.ts +0 -29
- package/src/hooks/index.ts +0 -1
- package/src/hooks/storyUtils/DemoUseSearchQueryParams.tsx +0 -30
- package/src/hooks/useLocationToGetCurrentMenuItem.ts +0 -29
- package/src/hooks/useSearchQueryParams.ts +0 -16
|
@@ -26,44 +26,3 @@ export const CALENDAR_DEFAULT_OPTIONS: ExtraOption[] = [
|
|
|
26
26
|
dates: [currentDay],
|
|
27
27
|
},
|
|
28
28
|
];
|
|
29
|
-
|
|
30
|
-
/** Stories constants */
|
|
31
|
-
|
|
32
|
-
export const mockDate = currentDay;
|
|
33
|
-
export const rangePickerOptions = [true, false];
|
|
34
|
-
export const filterTypeOptions = ['preset', 'added'] as const;
|
|
35
|
-
|
|
36
|
-
export const disableDates = {
|
|
37
|
-
days: [
|
|
38
|
-
mockDate.toDate(),
|
|
39
|
-
mockDate.subtract(1, 'day').toDate(),
|
|
40
|
-
mockDate.subtract(2, 'day').toDate(),
|
|
41
|
-
mockDate.subtract(4, 'day').toDate(),
|
|
42
|
-
],
|
|
43
|
-
};
|
|
44
|
-
export const options = {
|
|
45
|
-
'Disable days of week (only Monday)': { daysOfWeek: [0, 2, 3, 4, 5, 6] },
|
|
46
|
-
'Disable dates after this day': { after: mockDate },
|
|
47
|
-
'Disable dates before this day': { before: mockDate },
|
|
48
|
-
'Disable dates before and after a date (-/+ 7 days)': {
|
|
49
|
-
before: mockDate.subtract(7, 'day').toDate(),
|
|
50
|
-
after: mockDate.add(7, 'day').toDate(),
|
|
51
|
-
},
|
|
52
|
-
'Enable dates from/to a date (7 days)': {
|
|
53
|
-
before: mockDate.subtract(7, 'day').toDate(),
|
|
54
|
-
after: mockDate.add(7, 'day').toDate(),
|
|
55
|
-
},
|
|
56
|
-
'Array of disabled dates(Today, last 2 days, and the 4th day to today)': disableDates,
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export const dateFormatOptions = {
|
|
60
|
-
"Enables system's locale format": undefined,
|
|
61
|
-
'MM/DD/YYYY': 'MM/DD/YYYY',
|
|
62
|
-
'DD/MM/YYYY': 'DD/MM/YYYY',
|
|
63
|
-
'MMMM D, YYYY': 'MMMM D, YYYY',
|
|
64
|
-
'dddd, MMMM D, YYYY': 'dddd, MMMM D, YYYY',
|
|
65
|
-
'M/D/YYYY': 'M/D/YYYY',
|
|
66
|
-
'MMM D, YYYY': 'MMM D, YYYY',
|
|
67
|
-
'ddd, MMM D, YYYY': 'ddd, MMM D, YYYY',
|
|
68
|
-
'DD MMM YYYY': 'DD MMM YYYY',
|
|
69
|
-
};
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { KEYBOARD_EVENT_KEYS } from 'hooks/useKeyboardEvents';
|
|
2
1
|
import type { Dayjs } from 'utils/date';
|
|
3
2
|
import dayjs from 'utils/date';
|
|
4
|
-
|
|
5
3
|
import type { Range } from './OverlayComponent/OverlayComponent';
|
|
6
|
-
import { fireEvent } from '@testing-library/react';
|
|
7
4
|
|
|
8
5
|
const fakeDate = dayjs('11-03-2020 12:00:00');
|
|
9
6
|
const getDefaultDate = (date?: undefined | Dayjs) =>
|
|
@@ -18,30 +15,3 @@ export const initDates = (value: { from?: Date; to?: Date }): Range => {
|
|
|
18
15
|
to: value.to ? dayjs(value.to) : undefined,
|
|
19
16
|
};
|
|
20
17
|
};
|
|
21
|
-
|
|
22
|
-
export const clickOnElement = (element: HTMLElement, key: string, charCode: number) =>
|
|
23
|
-
fireEvent.keyDown(element, {
|
|
24
|
-
key: key,
|
|
25
|
-
code: key,
|
|
26
|
-
charCode: charCode,
|
|
27
|
-
});
|
|
28
|
-
|
|
29
|
-
export const navigateOnElement = (
|
|
30
|
-
element: HTMLElement,
|
|
31
|
-
path: (keyof typeof KEYBOARD_EVENT_KEYS)[]
|
|
32
|
-
) => {
|
|
33
|
-
path.forEach((key) => {
|
|
34
|
-
switch (key) {
|
|
35
|
-
case KEYBOARD_EVENT_KEYS.ArrowLeft:
|
|
36
|
-
return clickOnElement(element, KEYBOARD_EVENT_KEYS.ArrowLeft, 37);
|
|
37
|
-
case KEYBOARD_EVENT_KEYS.ArrowUp:
|
|
38
|
-
return clickOnElement(element, KEYBOARD_EVENT_KEYS.ArrowUp, 38);
|
|
39
|
-
case KEYBOARD_EVENT_KEYS.ArrowRight:
|
|
40
|
-
return clickOnElement(element, KEYBOARD_EVENT_KEYS.ArrowRight, 39);
|
|
41
|
-
case KEYBOARD_EVENT_KEYS.ArrowDown:
|
|
42
|
-
return clickOnElement(element, KEYBOARD_EVENT_KEYS.ArrowDown, 40);
|
|
43
|
-
default:
|
|
44
|
-
return null;
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import type
|
|
1
|
+
|
|
2
|
+
import { type ElementType, type ReactElement, type ReactEventHandler, type ReactNode } from 'react';
|
|
3
3
|
import type { TestProps } from 'utils/types';
|
|
4
4
|
|
|
5
5
|
export type SharedProps = {
|
|
@@ -7,14 +7,14 @@ export type SharedProps = {
|
|
|
7
7
|
* A function accepting a click handler and a boolean representing the current expansion state. Returns the elements containing the text and the
|
|
8
8
|
* expand/collapse button
|
|
9
9
|
* */
|
|
10
|
-
textAndControl: (x:
|
|
10
|
+
textAndControl: (x: ReactEventHandler, y: boolean) => ReactElement;
|
|
11
11
|
/**
|
|
12
12
|
* The type of the component that wraps the action and content. Must be able to hold a
|
|
13
13
|
* `data-testid` prop
|
|
14
14
|
*
|
|
15
15
|
* @default div
|
|
16
16
|
*/
|
|
17
|
-
component?:
|
|
17
|
+
component?: ElementType;
|
|
18
18
|
/**
|
|
19
19
|
* Initial expansion state.
|
|
20
20
|
*
|
|
@@ -31,12 +31,12 @@ export type SharedProps = {
|
|
|
31
31
|
* A function accepting a boolean representing the current expansion state. Returns the
|
|
32
32
|
* collapsible/expandable content. Mutually exclusive with children.
|
|
33
33
|
*/
|
|
34
|
-
content?: (x: boolean) =>
|
|
34
|
+
content?: (x: boolean) => ReactNode;
|
|
35
35
|
/**
|
|
36
36
|
* A function accepting a boolean representing the current expansion state. Returns the
|
|
37
37
|
* collapsible/expandable content. Mutually exclusive with content.
|
|
38
38
|
*/
|
|
39
|
-
children?: (x: boolean) =>
|
|
39
|
+
children?: (x: boolean) => ReactNode;
|
|
40
40
|
} & TestProps;
|
|
41
41
|
|
|
42
42
|
export type ExternalProps = {
|
|
@@ -49,7 +49,7 @@ export type ExternalProps = {
|
|
|
49
49
|
/**
|
|
50
50
|
* Change handler for the case when the component is controlled
|
|
51
51
|
*/
|
|
52
|
-
onChange:
|
|
52
|
+
onChange: ReactEventHandler;
|
|
53
53
|
};
|
|
54
54
|
|
|
55
55
|
export type InternalProps = {
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { vars } from '@orfium/tokens';
|
|
4
3
|
import type { PrimitiveButtonTypes } from 'components/Button/Button.types';
|
|
5
4
|
import type { ButtonBaseProps } from 'components/ButtonBase/ButtonBase';
|
|
6
5
|
import ButtonBase from 'components/ButtonBase/ButtonBase';
|
|
7
|
-
import {
|
|
8
|
-
import type
|
|
9
|
-
import Icon from '../Icon';
|
|
6
|
+
import { BUTTON_ICON_COLOR } from 'components/ButtonBase/constants';
|
|
7
|
+
import { Icon, type IconProps } from '../../icon';
|
|
10
8
|
|
|
11
9
|
export type IconButtonShape = 'circle' | 'square';
|
|
12
10
|
|
|
@@ -17,7 +15,7 @@ export type IconButtonProps = Omit<
|
|
|
17
15
|
/** This property defines the type of the IconButton */
|
|
18
16
|
type?: PrimitiveButtonTypes;
|
|
19
17
|
/** This property defines witch icon to use */
|
|
20
|
-
iconName:
|
|
18
|
+
iconName: IconProps['name'];
|
|
21
19
|
/** This property defines the shape of the IconButton */
|
|
22
20
|
shape?: IconButtonShape;
|
|
23
21
|
};
|
|
@@ -25,8 +23,6 @@ export type IconButtonProps = Omit<
|
|
|
25
23
|
const IconButton = React.forwardRef<HTMLButtonElement, IconButtonProps>((props, ref) => {
|
|
26
24
|
const { iconName, size = 'normal', type = 'primary', shape = 'circle', dataTestPrefixId } = props;
|
|
27
25
|
|
|
28
|
-
const iconColor = BUTTON_COLOR[type].text;
|
|
29
|
-
|
|
30
26
|
return (
|
|
31
27
|
<ButtonBase
|
|
32
28
|
{...props}
|
|
@@ -35,7 +31,11 @@ const IconButton = React.forwardRef<HTMLButtonElement, IconButtonProps>((props,
|
|
|
35
31
|
shape={shape}
|
|
36
32
|
dataTestPrefixId={dataTestPrefixId ? `${dataTestPrefixId}-icon-` : 'icon-'}
|
|
37
33
|
>
|
|
38
|
-
<Icon
|
|
34
|
+
<Icon
|
|
35
|
+
size={size === 'compact' ? 'sm' : 'md'}
|
|
36
|
+
name={iconName}
|
|
37
|
+
color={BUTTON_ICON_COLOR[type]}
|
|
38
|
+
/>
|
|
39
39
|
</ButtonBase>
|
|
40
40
|
);
|
|
41
41
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import type { AnchorHTMLAttributes } from 'react';
|
|
1
|
+
|
|
2
|
+
import type { AnchorHTMLAttributes, ElementType } from 'react';
|
|
3
3
|
|
|
4
4
|
import type { AcceptedIconNames } from 'components/Icon';
|
|
5
5
|
|
|
@@ -17,7 +17,7 @@ export type LinkProps = AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
|
17
17
|
/** Whether the link is disabled*/
|
|
18
18
|
isDisabled?: boolean;
|
|
19
19
|
/** The component used for the root node */
|
|
20
|
-
component?:
|
|
20
|
+
component?: ElementType;
|
|
21
21
|
/** Data Test Id prefix **/
|
|
22
22
|
dataTestPrefixId?: string;
|
|
23
23
|
};
|
|
@@ -1,348 +1,6 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/naming-convention */
|
|
2
|
-
import type { SortingState } from '@tanstack/react-table';
|
|
3
|
-
import Typography from 'components/Typography';
|
|
4
|
-
import type React from 'react';
|
|
5
|
-
import type { TableColumn, TableRow } from './types';
|
|
6
|
-
|
|
7
1
|
export const ACTIONS_CELL_WIDTH = 52;
|
|
8
2
|
export const ACTIONS_BAR_HEIGHT = 44;
|
|
9
3
|
|
|
10
|
-
export type SimpleData = {
|
|
11
|
-
firstName: string;
|
|
12
|
-
lastName: string | undefined;
|
|
13
|
-
age: number | undefined;
|
|
14
|
-
job: string | undefined | React.JSX.Element;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const contentAlignOptions = ['left', 'center', 'right'];
|
|
18
|
-
|
|
19
|
-
export const simpleColumns: TableColumn<SimpleData>[] = [
|
|
20
|
-
{ id: 'firstName', header: 'First Name' },
|
|
21
|
-
{ id: 'lastName', header: 'Last Name' },
|
|
22
|
-
{ id: 'age', header: 'Age' },
|
|
23
|
-
{ id: 'job', header: 'Job' },
|
|
24
|
-
];
|
|
25
|
-
|
|
26
|
-
export const groupedColumns = [
|
|
27
|
-
{
|
|
28
|
-
id: 'personalDetails',
|
|
29
|
-
header: 'Personal Details',
|
|
30
|
-
columns: [
|
|
31
|
-
{ id: 'firstName', header: 'First Name' },
|
|
32
|
-
{ id: 'lastName', header: 'Last Name' },
|
|
33
|
-
],
|
|
34
|
-
},
|
|
35
|
-
{ id: 'age', header: 'Age' },
|
|
36
|
-
{ id: 'job', header: 'Job' },
|
|
37
|
-
];
|
|
38
|
-
|
|
39
|
-
const getDetails = (name: string) => {
|
|
40
|
-
{
|
|
41
|
-
return (
|
|
42
|
-
<div css={{ padding: '16px', display: 'flex', flexDirection: 'column', gap: '16px' }}>
|
|
43
|
-
<Typography variant="label01">Famous Quotes</Typography>
|
|
44
|
-
{Object.keys(quotes[name]).map((__, index) => (
|
|
45
|
-
<Typography key={index} type="active" isItalic>
|
|
46
|
-
{quotes[name][index + 1]}
|
|
47
|
-
</Typography>
|
|
48
|
-
))}
|
|
49
|
-
</div>
|
|
50
|
-
);
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
export const sortDataByKey = (data, key, order = 'asc') => {
|
|
55
|
-
const returnData = [...data];
|
|
56
|
-
|
|
57
|
-
return returnData.sort((a, b) => {
|
|
58
|
-
const valueA = a.cells[key];
|
|
59
|
-
const valueB = b.cells[key];
|
|
60
|
-
|
|
61
|
-
const comparison =
|
|
62
|
-
key === 'age'
|
|
63
|
-
? parseInt(valueA, 10) - parseInt(valueB, 10)
|
|
64
|
-
: valueA < valueB
|
|
65
|
-
? -1
|
|
66
|
-
: valueA > valueB
|
|
67
|
-
? 1
|
|
68
|
-
: 0;
|
|
69
|
-
|
|
70
|
-
return order === 'desc' ? -comparison : comparison;
|
|
71
|
-
});
|
|
72
|
-
};
|
|
73
|
-
|
|
74
|
-
export const sortedData = (data, sorting: SortingState) => {
|
|
75
|
-
const { id = undefined, desc = undefined } = sorting?.length ? sorting[0] : {};
|
|
76
|
-
|
|
77
|
-
if (id) {
|
|
78
|
-
return sortDataByKey(data, id, desc ? 'desc' : 'asc');
|
|
79
|
-
} else {
|
|
80
|
-
return data;
|
|
81
|
-
}
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
export const multiSortDataByKey = (data, keys) => {
|
|
85
|
-
const returnData =
|
|
86
|
-
keys.length === 0
|
|
87
|
-
? data
|
|
88
|
-
: data.sort((a, b) => {
|
|
89
|
-
for (const { id, desc } of keys) {
|
|
90
|
-
const valueA = a.cells[id];
|
|
91
|
-
const valueB = b.cells[id];
|
|
92
|
-
|
|
93
|
-
let comparison;
|
|
94
|
-
if (id === 'age') {
|
|
95
|
-
comparison = parseInt(valueA, 10) - parseInt(valueB, 10);
|
|
96
|
-
} else {
|
|
97
|
-
comparison = valueA < valueB ? -1 : valueA > valueB ? 1 : 0;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
if (comparison !== 0) {
|
|
101
|
-
return desc ? -comparison : comparison;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
return 0;
|
|
106
|
-
});
|
|
107
|
-
|
|
108
|
-
return returnData;
|
|
109
|
-
};
|
|
110
|
-
|
|
111
|
-
const quotes = {
|
|
112
|
-
rachel: {
|
|
113
|
-
1: "It's like all my life everyone has always told me, 'You're a shoe! You're a shoe! You're a shoe!' Well, what if I don't want to be a shoe? What if I want to be a purse, you know, or a hat!",
|
|
114
|
-
2: 'I got off the plane.',
|
|
115
|
-
3: 'Oh, you know what? I am gonna go get one of those job things.',
|
|
116
|
-
},
|
|
117
|
-
ross: {
|
|
118
|
-
1: 'We were on a break!',
|
|
119
|
-
2: 'Pivot! Pivot! Pivot!',
|
|
120
|
-
3: 'Hi, I’m Ross. I’m divorced, and I have a son.',
|
|
121
|
-
},
|
|
122
|
-
monica: {
|
|
123
|
-
1: 'Welcome to the real world! It sucks. You’re gonna love it.',
|
|
124
|
-
2: 'I KNOW!',
|
|
125
|
-
3: 'Rules are good! Rules help control the fun!',
|
|
126
|
-
},
|
|
127
|
-
chandler: {
|
|
128
|
-
1: 'Could I BE any more...?',
|
|
129
|
-
2: 'I’m not great at the advice. Can I interest you in a sarcastic comment?',
|
|
130
|
-
3: 'I say more dumb things before 9 a.m. than most people say all day.',
|
|
131
|
-
},
|
|
132
|
-
joey: {
|
|
133
|
-
1: "How you doin'?",
|
|
134
|
-
2: 'Joey doesn’t share food!',
|
|
135
|
-
3: "It's a moo point. It's like a cow's opinion; it doesn't matter. It's moo.",
|
|
136
|
-
},
|
|
137
|
-
phoebe: {
|
|
138
|
-
1: 'Smelly Cat, Smelly Cat, what are they feeding you?',
|
|
139
|
-
2: 'Oh, I wish I could, but I don’t want to.',
|
|
140
|
-
3: 'They don’t know that we know they know we know.',
|
|
141
|
-
},
|
|
142
|
-
gunther: {
|
|
143
|
-
1: 'I love you...in a really, really big, pretend-to-like-your-taste-in-music, let-you-eat-the-last-piece-of-cheesecake, hold-a-radio-over-my-head-outside-your-window, unfortunate way that makes me hate you, love you.',
|
|
144
|
-
},
|
|
145
|
-
janice: { 1: 'Oh. My. God.' },
|
|
146
|
-
richard: {
|
|
147
|
-
1: 'You know, I see what you are doing. You are just pointing out all the things that are wrong with me.',
|
|
148
|
-
},
|
|
149
|
-
estelle: { 1: 'Acting is weird' },
|
|
150
|
-
mike: {
|
|
151
|
-
1: 'I’d rather be with you in an ordinary life than without you in an extraordinary one.',
|
|
152
|
-
},
|
|
153
|
-
charlie: {
|
|
154
|
-
1: 'This is so humiliating. You would never see this at Princeton. You would see it at Yale, but never at Princeton.',
|
|
155
|
-
},
|
|
156
|
-
emily: {
|
|
157
|
-
1: 'My name is Emily Waltham. Emily, as in Emily Dickinson. Waltham, as in Waltham, Massachusetts. And I have never met you before in my life.',
|
|
158
|
-
},
|
|
159
|
-
carol: { 1: 'Fine by me!' },
|
|
160
|
-
frank: { 1: 'Can you believe it? Three babies! I mean, it’s like a dream come true.' },
|
|
161
|
-
barry: { 1: 'Well, at least she had the chance to leave a man at the altar.' },
|
|
162
|
-
mrHeckles: { 1: 'You are disturbing my oboe practice.' },
|
|
163
|
-
tag: { 1: 'Im the king of bad birthday presents.' },
|
|
164
|
-
pete: { 1: 'I want to be the Ultimate Fighting Champion.' },
|
|
165
|
-
paul: {
|
|
166
|
-
1: 'Hey, I was young once too. I remember I used to sneak around, having fun, getting into trouble.',
|
|
167
|
-
},
|
|
168
|
-
};
|
|
169
|
-
|
|
170
|
-
export const simpleData = (isDetailed?: boolean): TableRow<SimpleData>[] => [
|
|
171
|
-
{
|
|
172
|
-
cells: {
|
|
173
|
-
firstName: 'Rachel',
|
|
174
|
-
lastName: 'Green',
|
|
175
|
-
age: 30,
|
|
176
|
-
job: 'Fashion Executive',
|
|
177
|
-
},
|
|
178
|
-
...(isDetailed && { details: getDetails('rachel') }),
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
cells: {
|
|
182
|
-
firstName: 'Ross',
|
|
183
|
-
lastName: 'Geller',
|
|
184
|
-
age: 32,
|
|
185
|
-
job: 'Paleontologist',
|
|
186
|
-
},
|
|
187
|
-
...(isDetailed && { details: getDetails('ross') }),
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
cells: { firstName: 'Monica', lastName: 'Geller', age: 31, job: 'Chef' },
|
|
191
|
-
...(isDetailed && { details: getDetails('monica') }),
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
cells: { firstName: 'Chandler', lastName: 'Bing', age: 32, job: '?' },
|
|
195
|
-
...(isDetailed && { details: getDetails('chandler') }),
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
cells: {
|
|
199
|
-
firstName: 'Joey',
|
|
200
|
-
lastName: 'Tribbiani',
|
|
201
|
-
age: 30,
|
|
202
|
-
job: 'Actor',
|
|
203
|
-
},
|
|
204
|
-
...(isDetailed && { details: getDetails('joey') }),
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
cells: {
|
|
208
|
-
firstName: 'Phoebe',
|
|
209
|
-
lastName: 'Buffay',
|
|
210
|
-
age: 31,
|
|
211
|
-
job: 'Massage Therapist',
|
|
212
|
-
},
|
|
213
|
-
...(isDetailed && { details: getDetails('phoebe') }),
|
|
214
|
-
},
|
|
215
|
-
];
|
|
216
|
-
|
|
217
|
-
export const moreData = (isDetailed?: boolean): TableRow<SimpleData>[] => [
|
|
218
|
-
{
|
|
219
|
-
cells: {
|
|
220
|
-
firstName: 'Gunther',
|
|
221
|
-
lastName: undefined,
|
|
222
|
-
age: 35,
|
|
223
|
-
job: 'Central Perk Manager',
|
|
224
|
-
},
|
|
225
|
-
...(isDetailed && { details: getDetails('gunther') }),
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
cells: {
|
|
229
|
-
firstName: 'Janice',
|
|
230
|
-
lastName: 'Litman-Foralnik',
|
|
231
|
-
age: 35,
|
|
232
|
-
job: 'Personal Shopper',
|
|
233
|
-
},
|
|
234
|
-
...(isDetailed && { details: getDetails('janice') }),
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
cells: {
|
|
238
|
-
firstName: 'Richard',
|
|
239
|
-
lastName: 'Burke',
|
|
240
|
-
age: 50,
|
|
241
|
-
job: 'Ophthalmologist',
|
|
242
|
-
},
|
|
243
|
-
...(isDetailed && { details: getDetails('richard') }),
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
cells: {
|
|
247
|
-
firstName: 'Estelle',
|
|
248
|
-
lastName: 'Leonard',
|
|
249
|
-
age: undefined,
|
|
250
|
-
job: 'Talent Agent',
|
|
251
|
-
},
|
|
252
|
-
...(isDetailed && { details: getDetails('estelle') }),
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
cells: {
|
|
256
|
-
firstName: 'Mike',
|
|
257
|
-
lastName: 'Hannigan',
|
|
258
|
-
age: 31,
|
|
259
|
-
job: undefined,
|
|
260
|
-
},
|
|
261
|
-
...(isDetailed && { details: getDetails('mike') }),
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
cells: {
|
|
265
|
-
firstName: 'Charlie',
|
|
266
|
-
lastName: 'Wheeler',
|
|
267
|
-
age: 28,
|
|
268
|
-
job: 'Paleontologist',
|
|
269
|
-
},
|
|
270
|
-
...(isDetailed && { details: getDetails('charlie') }),
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
cells: {
|
|
274
|
-
firstName: 'Emily',
|
|
275
|
-
lastName: 'Waltham',
|
|
276
|
-
age: 28,
|
|
277
|
-
job: undefined,
|
|
278
|
-
},
|
|
279
|
-
...(isDetailed && { details: getDetails('emily') }),
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
cells: {
|
|
283
|
-
firstName: 'Carol',
|
|
284
|
-
lastName: 'Willick',
|
|
285
|
-
age: 35,
|
|
286
|
-
job: undefined,
|
|
287
|
-
},
|
|
288
|
-
...(isDetailed && { details: getDetails('carol') }),
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
cells: {
|
|
292
|
-
firstName: 'Frank',
|
|
293
|
-
lastName: 'Buffay Jr.',
|
|
294
|
-
age: 29,
|
|
295
|
-
job: undefined,
|
|
296
|
-
},
|
|
297
|
-
...(isDetailed && { details: getDetails('frank') }),
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
cells: {
|
|
301
|
-
firstName: 'Barry',
|
|
302
|
-
lastName: 'Farber',
|
|
303
|
-
age: 30,
|
|
304
|
-
job: 'Orthodontist',
|
|
305
|
-
},
|
|
306
|
-
...(isDetailed && { details: getDetails('barry') }),
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
cells: {
|
|
310
|
-
firstName: 'Mr. Heckles',
|
|
311
|
-
lastName: undefined,
|
|
312
|
-
age: 60,
|
|
313
|
-
job: 'Retired',
|
|
314
|
-
},
|
|
315
|
-
...(isDetailed && { details: getDetails('mrHeckles') }),
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
cells: {
|
|
319
|
-
firstName: 'Tag',
|
|
320
|
-
lastName: 'Jones',
|
|
321
|
-
age: 24,
|
|
322
|
-
job: 'Assistant',
|
|
323
|
-
},
|
|
324
|
-
...(isDetailed && { details: getDetails('tag') }),
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
cells: {
|
|
328
|
-
firstName: 'Pete',
|
|
329
|
-
lastName: 'Becker',
|
|
330
|
-
age: 32,
|
|
331
|
-
job: 'Software Engineer',
|
|
332
|
-
},
|
|
333
|
-
...(isDetailed && { details: getDetails('pete') }),
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
cells: {
|
|
337
|
-
firstName: 'Paul',
|
|
338
|
-
lastName: 'Stevens',
|
|
339
|
-
age: 50,
|
|
340
|
-
job: 'Lawyer',
|
|
341
|
-
},
|
|
342
|
-
...(isDetailed && { details: getDetails('paul') }),
|
|
343
|
-
},
|
|
344
|
-
];
|
|
345
|
-
|
|
346
4
|
export const contentAlignToFlex = {
|
|
347
5
|
left: 'flex-start',
|
|
348
6
|
center: 'center',
|
|
@@ -8,7 +8,8 @@ import { omit } from 'lodash-es';
|
|
|
8
8
|
import type { InputHTMLAttributes } from 'react';
|
|
9
9
|
import React, { useRef } from 'react';
|
|
10
10
|
import isEqual from 'react-fast-compare';
|
|
11
|
-
|
|
11
|
+
// TODO: this allows backwards compatibility for React 19. Migrate to a more popular library
|
|
12
|
+
import InputMask from '@mona-health/react-input-mask';
|
|
12
13
|
import { generateUniqueID } from 'utils/helpers';
|
|
13
14
|
import type { TestProps } from 'utils/types';
|
|
14
15
|
import Label from '../Label';
|
|
@@ -81,20 +82,16 @@ const TextField = React.forwardRef<HTMLInputElement, TextFieldProps>((props, ref
|
|
|
81
82
|
});
|
|
82
83
|
|
|
83
84
|
const inputProps = {
|
|
84
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
85
85
|
readOnly: isLocked || isReadOnly,
|
|
86
86
|
css: inputStyle({ label, placeholder, isLocked, isDisabled, size }),
|
|
87
87
|
...(size === 'normal'
|
|
88
88
|
? { placeholder: placeholder ? `${placeholder} ${isRequired ? '*' : ''}` : label }
|
|
89
89
|
: { placeholder: ' ' }),
|
|
90
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
91
90
|
required: isRequired,
|
|
92
91
|
id: id,
|
|
93
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
94
92
|
disabled: isDisabled || isLocked,
|
|
95
93
|
onInput: onInput,
|
|
96
94
|
'data-testid': rest.dataTestId ? `input_${rest.dataTestId}` : 'input',
|
|
97
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
98
95
|
'aria-invalid': status?.type === 'error',
|
|
99
96
|
'aria-describedby': hintMessageId,
|
|
100
97
|
...omit(rest, 'dataTestId'),
|
|
@@ -120,12 +117,11 @@ const TextField = React.forwardRef<HTMLInputElement, TextFieldProps>((props, ref
|
|
|
120
117
|
<TextInputBase {...props} status={{ ...status, id: hintMessageId }} sx={sx}>
|
|
121
118
|
<div css={{ display: 'flex', flex: 1 }}>
|
|
122
119
|
{mask ? (
|
|
123
|
-
// @ts-expect-error - too complex
|
|
124
120
|
<InputMask
|
|
125
121
|
{...inputProps}
|
|
122
|
+
ref={combinedRefs}
|
|
126
123
|
mask={mask}
|
|
127
|
-
|
|
128
|
-
inputRef={combinedRefs}
|
|
124
|
+
maskPlaceholder={' '}
|
|
129
125
|
dangerouslySetInnerHTML={undefined}
|
|
130
126
|
/>
|
|
131
127
|
) : (
|