@orfium/ictinus 5.43.7 → 5.43.9
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/Avatar/UserAvatar.js +5 -6
- package/dist/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.js +7 -8
- package/dist/components/Button/Button.js +21 -22
- package/dist/components/ButtonBase/constants.js +1 -7
- package/dist/components/Controls/CheckBox/CheckBox.js +28 -27
- package/dist/components/IconButton/IconButton.js +11 -10
- package/dist/components/Modal/Modal.js +11 -13
- package/dist/components/ProgressIndicator/components/ProgressCircle/ProgressCircle.js +4 -6
- package/dist/components/TopAppBar/TopAppBar.js +15 -18
- package/dist/index.js +233 -239
- package/dist/package.json.d.ts +9 -5
- package/dist/package.json.js +1 -1
- package/dist/src/actions/ActionsContent.d.ts +282 -282
- package/dist/src/actions/ActionsRoot.d.ts +282 -282
- package/dist/src/components/Avatar/UserAvatar.d.ts +1 -2
- package/dist/src/components/Card/Card.d.ts +1 -2
- package/dist/src/components/IconButton/IconButton.d.ts +5 -6
- package/dist/src/components/List/components/ListItemText/ListItemText.style.d.ts +1 -1
- package/dist/src/components/Table/components/TD/TD.d.ts +2 -1
- package/dist/src/data-table/DataTable.d.ts +282 -282
- package/dist/src/data-table/DataTableBody.d.ts +282 -282
- package/dist/src/data-table/DataTableHeader.d.ts +282 -282
- package/dist/src/data-table/DataTableRow.d.ts +565 -565
- package/dist/src/index.d.ts +0 -2
- package/dist/src/skeleton/Skeleton.d.ts +282 -282
- package/dist/src/sprinkles/properties.css.d.ts +374 -368
- package/dist/src/sprinkles/sprinkles.d.ts +626 -626
- package/dist/src/vanilla/Box/Box.d.ts +282 -282
- package/dist/src/vanilla/Box/extractBoxProps.d.ts +2 -2
- package/dist/src/vanilla/Table/Table.d.ts +282 -282
- package/dist/src/vanilla/Table/TableBody.d.ts +282 -282
- package/dist/src/vanilla/Table/TableCell.d.ts +283 -283
- package/dist/src/vanilla/Table/TableFooter.d.ts +282 -282
- package/dist/src/vanilla/Table/TableHeader.d.ts +282 -282
- package/dist/src/vanilla/Table/TableHeaderCell.d.ts +283 -283
- package/dist/src/vanilla/Table/TableRow.d.ts +282 -282
- package/dist/src/vanilla/Text/Text.d.ts +282 -282
- package/dist/src/vanilla/index.d.ts +2 -0
- package/dist/vanilla/Dropdown/Dropdown-css.js +4 -4
- package/dist/vanilla/Menu/Menu-css.js +6 -6
- package/dist/vanilla/Popover/Popover-css.js +5 -5
- package/dist/vanilla/Table/Table-css.js +6 -6
- package/dist/vanilla/Table/TableBody-css.js +3 -3
- package/dist/vanilla/Table/TableCell-css.js +6 -6
- package/dist/vanilla/Table/TableFooter-css.js +3 -3
- package/dist/vanilla/Table/TableHeader-css.js +3 -3
- package/dist/vanilla/Table/TableHeaderCell-css.js +8 -8
- package/dist/vanilla/Table/TableRow-css.js +5 -5
- package/dist/vanilla/Text/Text-css.js +3 -3
- package/dist/vanilla/Tooltip/Tooltip-css.js +8 -8
- package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-DnHrsURs.css +22 -0
- package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-D9ztPyX7.css +4 -0
- package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-D1zKri52.css +70 -0
- package/dist/vanilla/assets/src/data-table/DataTableHeaderCell.css.ts.vanilla-C7WK_qGD.css +36 -0
- package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CVufHmUV.css +1 -0
- package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-BSsSCHAs.css +6 -0
- package/dist/vanilla/assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css +132 -0
- package/dist/vanilla/assets/src/sprinkles/properties.css.ts.vanilla-B7dED1bp.css +10133 -0
- package/dist/vanilla/assets/src/vanilla/Menu/Menu.css.ts.vanilla-DhRi9QUS.css +15 -0
- package/dist/vanilla/assets/src/vanilla/Popover/Popover.css.ts.vanilla-BB6cef57.css +10 -0
- package/dist/vanilla/assets/src/vanilla/Table/Table.css.ts.vanilla-Db6TBYJE.css +21 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-BxpDyemc.css +6 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableCell.css.ts.vanilla-Co5pVJLM.css +28 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableFooter.css.ts.vanilla-Dnf64vox.css +11 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-dHaHXhlt.css +8 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableHeaderCell.css.ts.vanilla-yP3m72Wm.css +25 -0
- package/dist/vanilla/assets/src/vanilla/Table/TableRow.css.ts.vanilla-DEL9kCnn.css +18 -0
- package/dist/vanilla/assets/src/vanilla/Text/Text.css.ts.vanilla-DjvypZTb.css +38 -0
- package/dist/vanilla/assets/src/vanilla/Tooltip/Tooltip.css.ts.vanilla-CUEqitTD.css +39 -0
- package/dist/vanilla/index.d.ts +9763 -30
- package/dist/vanilla/index.js +3 -0
- package/dist/vanilla/package.json.js +1 -1
- package/dist/vanilla/src/actions/ActionsContent-css.js +6 -6
- package/dist/vanilla/src/actions/ActionsRoot-css.js +3 -3
- package/dist/vanilla/src/components/Avatar/UserAvatar.js +4 -6
- package/dist/vanilla/src/components/Button/Button.js +5 -8
- package/dist/vanilla/src/components/ButtonBase/constants.js +1 -7
- package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.js +7 -6
- package/dist/vanilla/src/components/Icon/Icon.js +44 -0
- package/dist/vanilla/src/components/Icon/Icon.style.js +42 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/forward.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/next.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/pause.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/play.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/previous.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/resume.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/rewind.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/audioControls/stop.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/check.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/close.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/columnChooser.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/convert.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/copy.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/delete.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/download.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/edit.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/login.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/logout.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/mediaFile.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/minus.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/plus.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/redo.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/refresh.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/restore.svg.js +19 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/review.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/search.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/share.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/sort.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/sortAscending.svg.js +24 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/sortDescending.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/thumbsDown.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/thumbsUp.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/undo.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/update.svg.js +19 -0
- package/dist/vanilla/src/components/Icon/assets/basicActions/upload.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/analytics.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/dashboard.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/dataset.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/earnings.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/income.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/insight.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/invoice.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/trendingDown.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/dataAndFinance/trendingUp.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/calendar.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/chat.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/delivery.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/details.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/externalLink.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/file.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/filter.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/issue.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/keyword.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/generic/language.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/legal.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/location.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/mail.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/manual.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/moreOptions.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/notification.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/policy.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/report.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/search filled.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/generic/settings.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/generic/tag.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/iconSelector.js +301 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/album.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/artist.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/asset.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/broadcast.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/catalog.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/channel.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/cinema.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/claim.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/composition.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/concert.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/conflict.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/cueSheet.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/digital.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/distribution.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/license.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/playcount.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/publicPerformance.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/publisher.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/radio.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/recordLabel.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/recording.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/television.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/usage.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/work.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/writer.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/musicBusiness/youTube.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/apps.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/arrowDown.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/arrowLeft.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/arrowRight.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/arrowUp.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/chevronDown.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/chevronLeft.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/chevronRight.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/chevronUp.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/menu.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/pageFirst.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/pageLast.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/triangleDown.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/triangleLeft.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/triangleRight.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/navigation/triangleUp.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/audio.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/audioOff.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/bookmark.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/bookmarkOff.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/eye.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/eyeOff.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/favorite.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/favoriteOff.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/flag.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/flagOff.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/freeze.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/image.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/imageOff.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/link.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/lock.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/pair.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/unfreeze.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/unlink.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/unlock.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/unpair.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/video.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/toggledActions/videoOff.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/account.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/entities.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/error.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/help.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/informational.svg.js +18 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/organization.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/pending.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/role.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/statusIndicator.svg.js +20 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/success.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/unverified.svg.js +21 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/user.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/users.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/verified.svg.js +16 -0
- package/dist/vanilla/src/components/Icon/assets/usersAndStatus/warning.svg.js +18 -0
- package/dist/vanilla/src/components/IconButton/IconButton.js +5 -4
- package/dist/vanilla/src/data-table/DataTableBody-css.js +12 -12
- package/dist/vanilla/src/data-table/DataTableCheckbox.js +1 -1
- package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +10 -10
- package/dist/vanilla/src/data-table/DataTableHeaderCell.js +1 -1
- package/dist/vanilla/src/layers/layers-css.js +9 -0
- package/dist/vanilla/src/skeleton/Skeleton-css.js +5 -5
- package/dist/vanilla/src/sprinkles/createSprinklesMerge.js +2 -1
- package/dist/vanilla/src/sprinkles/properties-css.js +6 -6
- package/dist/vanilla/src/sprinkles/sprinkles.js +3 -3
- package/dist/vanilla/src/sprinkles/sprinklesMerge.js +2 -2
- package/package.json +10 -6
- package/.turbo/turbo-build.log +0 -660
- package/CHANGELOG.md +0 -169
- package/codemods/avatarCodemod.ts +0 -53
- package/codemods/buttonCodemod.ts +0 -52
- package/codemods/checkboxCodemod.ts +0 -42
- package/codemods/chipCodemode.ts +0 -45
- package/codemods/drawerCodemod.ts +0 -73
- package/codemods/filterCodemod.ts +0 -29
- package/codemods/globalsCodemod.ts +0 -145
- package/codemods/iconButtonCodemod.ts +0 -54
- package/codemods/iconCodemod.ts +0 -24
- package/codemods/loaderCodemod.ts +0 -47
- package/codemods/menuCodemod.ts +0 -43
- package/codemods/notificationsCodemod.ts +0 -21
- package/codemods/paginationCodemod.ts +0 -36
- package/codemods/radioCodemod.ts +0 -27
- package/codemods/radioGroupCodemod.ts +0 -23
- package/codemods/searchCodemod.ts +0 -38
- package/codemods/selectCodemod.ts +0 -88
- package/codemods/switchCodemod.ts +0 -40
- package/codemods/tableCodemod.ts +0 -24
- package/codemods/textareaCodemod.ts +0 -58
- package/codemods/textfieldCodemod.ts +0 -55
- package/codemods/tooltipCodemod.ts +0 -35
- package/codemods/unchangedIconsCodemod.ts +0 -62
- package/dist/icon/Icon.js +0 -309
- package/dist/icons/AccountIcon.js +0 -8
- package/dist/icons/AlbumIcon.js +0 -8
- package/dist/icons/AnalyticsIcon.js +0 -8
- package/dist/icons/AppsIcon.js +0 -8
- package/dist/icons/ArrowDownIcon.js +0 -8
- package/dist/icons/ArrowLeftIcon.js +0 -8
- package/dist/icons/ArrowRightIcon.js +0 -8
- package/dist/icons/ArrowUpIcon.js +0 -8
- package/dist/icons/ArtistIcon.js +0 -8
- package/dist/icons/AssetIcon.js +0 -8
- package/dist/icons/AudioIcon.js +0 -8
- package/dist/icons/AudioOffIcon.js +0 -13
- package/dist/icons/BookmarkIcon.js +0 -8
- package/dist/icons/BookmarkOffIcon.js +0 -8
- package/dist/icons/BroadcastIcon.js +0 -8
- package/dist/icons/CalendarIcon.js +0 -8
- package/dist/icons/CatalogIcon.js +0 -8
- package/dist/icons/ChannelIcon.js +0 -12
- package/dist/icons/ChatIcon.js +0 -8
- package/dist/icons/CheckIcon.js +0 -8
- package/dist/icons/ChevronDownIcon.js +0 -8
- package/dist/icons/ChevronLeftIcon.js +0 -8
- package/dist/icons/ChevronRightIcon.js +0 -8
- package/dist/icons/ChevronUpIcon.js +0 -8
- package/dist/icons/CinemaIcon.js +0 -8
- package/dist/icons/ClaimIcon.js +0 -8
- package/dist/icons/CloseIcon.js +0 -8
- package/dist/icons/ColumnChooserIcon.js +0 -8
- package/dist/icons/CompositionIcon.js +0 -8
- package/dist/icons/ConcertIcon.js +0 -8
- package/dist/icons/ConflictIcon.js +0 -8
- package/dist/icons/ConvertIcon.js +0 -8
- package/dist/icons/CopyIcon.js +0 -8
- package/dist/icons/CueSheetIcon.js +0 -8
- package/dist/icons/DashboardIcon.js +0 -8
- package/dist/icons/DatasetIcon.js +0 -8
- package/dist/icons/DeleteIcon.js +0 -8
- package/dist/icons/DeliveryIcon.js +0 -8
- package/dist/icons/DetailsIcon.js +0 -8
- package/dist/icons/DigitalIcon.js +0 -8
- package/dist/icons/DistributionIcon.js +0 -8
- package/dist/icons/DownloadIcon.js +0 -8
- package/dist/icons/EarningsIcon.js +0 -8
- package/dist/icons/EditIcon.js +0 -8
- package/dist/icons/EntitiesIcon.js +0 -8
- package/dist/icons/ErrorIcon.js +0 -8
- package/dist/icons/ExternalLinkIcon.js +0 -8
- package/dist/icons/EyeIcon.js +0 -8
- package/dist/icons/EyeOffIcon.js +0 -8
- package/dist/icons/FavoriteIcon.js +0 -8
- package/dist/icons/FavoriteOffIcon.js +0 -8
- package/dist/icons/FileIcon.js +0 -8
- package/dist/icons/FilterIcon.js +0 -8
- package/dist/icons/FlagIcon.js +0 -8
- package/dist/icons/FlagOffIcon.js +0 -8
- package/dist/icons/ForwardIcon.js +0 -8
- package/dist/icons/FreezeIcon.js +0 -8
- package/dist/icons/HelpIcon.js +0 -8
- package/dist/icons/ImageIcon.js +0 -8
- package/dist/icons/ImageOffIcon.js +0 -11
- package/dist/icons/IncomeIcon.js +0 -8
- package/dist/icons/InformationalIcon.js +0 -8
- package/dist/icons/InsightIcon.js +0 -8
- package/dist/icons/InvoiceIcon.js +0 -8
- package/dist/icons/IssueIcon.js +0 -8
- package/dist/icons/KeywordIcon.js +0 -8
- package/dist/icons/LanguageIcon.js +0 -8
- package/dist/icons/LegalIcon.js +0 -8
- package/dist/icons/LicenseIcon.js +0 -8
- package/dist/icons/LinkIcon.js +0 -8
- package/dist/icons/LocationIcon.js +0 -8
- package/dist/icons/LockIcon.js +0 -8
- package/dist/icons/LoginIcon.js +0 -8
- package/dist/icons/LogoutIcon.js +0 -8
- package/dist/icons/MailIcon.js +0 -8
- package/dist/icons/ManualIcon.js +0 -8
- package/dist/icons/MediaFileIcon.js +0 -8
- package/dist/icons/MenuIcon.js +0 -8
- package/dist/icons/MinusIcon.js +0 -8
- package/dist/icons/MoreOptionsIcon.js +0 -12
- package/dist/icons/NextIcon.js +0 -8
- package/dist/icons/NotificationIcon.js +0 -8
- package/dist/icons/OrganizationIcon.js +0 -8
- package/dist/icons/PageFirstIcon.js +0 -8
- package/dist/icons/PageLastIcon.js +0 -8
- package/dist/icons/PairIcon.js +0 -8
- package/dist/icons/PauseIcon.js +0 -8
- package/dist/icons/PendingIcon.js +0 -8
- package/dist/icons/PlayIcon.js +0 -8
- package/dist/icons/PlaycountIcon.js +0 -8
- package/dist/icons/PlusIcon.js +0 -8
- package/dist/icons/PolicyIcon.js +0 -8
- package/dist/icons/PreviousIcon.js +0 -8
- package/dist/icons/PublicPerformanceIcon.js +0 -8
- package/dist/icons/PublisherIcon.js +0 -11
- package/dist/icons/RadioIcon.js +0 -8
- package/dist/icons/RecordLabelIcon.js +0 -8
- package/dist/icons/RecordingIcon.js +0 -8
- package/dist/icons/RedoIcon.js +0 -8
- package/dist/icons/RefreshIcon.js +0 -8
- package/dist/icons/ReportIcon.js +0 -8
- package/dist/icons/RestoreIcon.js +0 -11
- package/dist/icons/ResumeIcon.js +0 -11
- package/dist/icons/ReviewIcon.js +0 -8
- package/dist/icons/RewindIcon.js +0 -8
- package/dist/icons/RoleIcon.js +0 -8
- package/dist/icons/SearchFilledIcon.js +0 -8
- package/dist/icons/SearchIcon.js +0 -8
- package/dist/icons/SettingsIcon.js +0 -8
- package/dist/icons/ShareIcon.js +0 -8
- package/dist/icons/SortAscendingIcon.js +0 -12
- package/dist/icons/SortDescendingIcon.js +0 -12
- package/dist/icons/SortIcon.js +0 -11
- package/dist/icons/StatusIndicatorIcon.js +0 -8
- package/dist/icons/StopIcon.js +0 -8
- package/dist/icons/SuccessIcon.js +0 -8
- package/dist/icons/TagIcon.js +0 -8
- package/dist/icons/TelevisionIcon.js +0 -8
- package/dist/icons/ThumbsDownIcon.js +0 -8
- package/dist/icons/ThumbsUpIcon.js +0 -8
- package/dist/icons/TrendingDownIcon.js +0 -8
- package/dist/icons/TrendingUpIcon.js +0 -8
- package/dist/icons/TriangleDownIcon.js +0 -8
- package/dist/icons/TriangleLeftIcon.js +0 -8
- package/dist/icons/TriangleRightIcon.js +0 -8
- package/dist/icons/TriangleUpIcon.js +0 -8
- package/dist/icons/UndoIcon.js +0 -8
- package/dist/icons/UnfreezeIcon.js +0 -11
- package/dist/icons/UnlinkIcon.js +0 -8
- package/dist/icons/UnlockIcon.js +0 -8
- package/dist/icons/UnpairIcon.js +0 -8
- package/dist/icons/UnverifiedIcon.js +0 -11
- package/dist/icons/UpdateIcon.js +0 -11
- package/dist/icons/UploadIcon.js +0 -8
- package/dist/icons/UsageIcon.js +0 -8
- package/dist/icons/UserIcon.js +0 -8
- package/dist/icons/UsersIcon.js +0 -13
- package/dist/icons/VerifiedIcon.js +0 -8
- package/dist/icons/VideoIcon.js +0 -8
- package/dist/icons/VideoOffIcon.js +0 -11
- package/dist/icons/WarningIcon.js +0 -8
- package/dist/icons/WorkIcon.js +0 -8
- package/dist/icons/WriterIcon.js +0 -12
- package/dist/icons/YouTubeIcon.js +0 -8
- package/dist/layers/layers.css.js +0 -9
- package/dist/layers/layers.css.ts.vanilla.css +0 -1
- package/dist/sprinkles/createSprinklesMerge.js +0 -27
- package/dist/sprinkles/properties.css.js +0 -9
- package/dist/sprinkles/properties.css.ts.vanilla.css +0 -1
- package/dist/sprinkles/sprinkles.js +0 -8
- package/dist/sprinkles/sprinklesMerge.js +0 -6
- package/dist/utils/cn.js +0 -7
- package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-BVxWvGVF.css +0 -22
- package/dist/vanilla/assets/src/actions/ActionsRoot.css.ts.vanilla-B5JvX1-v.css +0 -4
- package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-B8JRxzQ8.css +0 -70
- package/dist/vanilla/assets/src/data-table/DataTableHeaderCell.css.ts.vanilla-B2HJ86a7.css +0 -36
- package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CBkaYCBT.css +0 -1
- package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-CNzX69JK.css +0 -6
- package/dist/vanilla/assets/src/sprinkles/properties.css.ts.vanilla-CRlOneec.css +0 -10127
- package/dist/vanilla/assets/src/vanilla/Menu/Menu.css.ts.vanilla-C4DzWzim.css +0 -15
- package/dist/vanilla/assets/src/vanilla/Popover/Popover.css.ts.vanilla-CVYpB1bf.css +0 -10
- package/dist/vanilla/assets/src/vanilla/Table/Table.css.ts.vanilla-D8zK7RSt.css +0 -21
- package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-BWkZ_Hqu.css +0 -6
- package/dist/vanilla/assets/src/vanilla/Table/TableCell.css.ts.vanilla-BmF3z2D_.css +0 -28
- package/dist/vanilla/assets/src/vanilla/Table/TableFooter.css.ts.vanilla-CpsnDIuH.css +0 -11
- package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-2yw_MsU1.css +0 -8
- package/dist/vanilla/assets/src/vanilla/Table/TableHeaderCell.css.ts.vanilla-CZtubUTB.css +0 -25
- package/dist/vanilla/assets/src/vanilla/Table/TableRow.css.ts.vanilla-B1NNK8v8.css +0 -18
- package/dist/vanilla/assets/src/vanilla/Text/Text.css.ts.vanilla-cv9I-28W.css +0 -38
- package/dist/vanilla/assets/src/vanilla/Tooltip/Tooltip.css.ts.vanilla-nRPDcOsw.css +0 -39
- package/dist/vanilla/assets/src/vanilla-extract/global.css.ts.vanilla-BHTgxO8_.css +0 -124
- package/dist/vanilla-extract/global.css.ts.vanilla.css +0 -1
- package/eslint.config.mjs +0 -176
- package/postcss.config.mjs +0 -13
- package/rollup.config.mjs +0 -66
- package/src/actions/ActionsContent.css.ts +0 -52
- package/src/actions/ActionsContent.tsx +0 -19
- package/src/actions/ActionsRoot.css.ts +0 -8
- package/src/actions/ActionsRoot.tsx +0 -19
- package/src/actions/index.ts +0 -2
- package/src/components/Avatar/Avatar.style.ts +0 -124
- package/src/components/Avatar/Avatar.tsx +0 -38
- package/src/components/Avatar/Avatar.types.ts +0 -24
- package/src/components/Avatar/AvatarStack/AvatarStack.style.ts +0 -25
- package/src/components/Avatar/AvatarStack/AvatarStack.tsx +0 -49
- package/src/components/Avatar/AvatarStack/AvatarStack.types.ts +0 -12
- package/src/components/Avatar/AvatarStack/index.ts +0 -2
- package/src/components/Avatar/AvatarStack/utils.ts +0 -10
- package/src/components/Avatar/UserAvatar.tsx +0 -18
- package/src/components/Avatar/index.ts +0 -3
- package/src/components/Box/Box.style.ts +0 -3
- package/src/components/Box/Box.test.ts +0 -98
- package/src/components/Box/Box.tsx +0 -57
- package/src/components/Box/Box.types.ts +0 -336
- package/src/components/Box/Box.utilities.ts +0 -171
- package/src/components/Box/index.ts +0 -3
- package/src/components/Breadcrumb/BackToItem/BackToItem.tsx +0 -25
- package/src/components/Breadcrumb/BackToItem/index.ts +0 -1
- package/src/components/Breadcrumb/Breadcrumb.style.ts +0 -16
- package/src/components/Breadcrumb/Breadcrumb.tsx +0 -79
- package/src/components/Breadcrumb/Breadcrumb.types.ts +0 -16
- package/src/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.style.ts +0 -25
- package/src/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.tsx +0 -35
- package/src/components/Breadcrumb/BreadcrumbItem/index.ts +0 -1
- package/src/components/Breadcrumb/index.ts +0 -3
- package/src/components/Broadcast/Broadcast.style.ts +0 -132
- package/src/components/Broadcast/Broadcast.tsx +0 -89
- package/src/components/Broadcast/Broadcast.types.ts +0 -43
- package/src/components/Broadcast/index.ts +0 -1
- package/src/components/Broadcast/tests/Broadcast.test.tsx +0 -71
- package/src/components/Button/Button.tsx +0 -57
- package/src/components/Button/Button.types.ts +0 -5
- package/src/components/Button/ButtonLoader/ButtonLoader.style.ts +0 -49
- package/src/components/Button/ButtonLoader/ButtonLoader.tsx +0 -20
- package/src/components/Button/ButtonLoader/index.ts +0 -2
- package/src/components/Button/index.ts +0 -2
- package/src/components/ButtonBase/ButtonBase.style.ts +0 -94
- package/src/components/ButtonBase/ButtonBase.tsx +0 -102
- package/src/components/ButtonBase/constants.ts +0 -43
- package/src/components/ButtonBase/index.ts +0 -2
- package/src/components/Card/Card.style.ts +0 -17
- package/src/components/Card/Card.tsx +0 -25
- package/src/components/Card/index.ts +0 -2
- package/src/components/Chart/BarChart/BarChart.tsx +0 -154
- package/src/components/Chart/BarChart/components/CustomLabel/CustomLabel.tsx +0 -35
- package/src/components/Chart/BarChart/components/CustomLabel/index.ts +0 -1
- package/src/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.style.ts +0 -36
- package/src/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.tsx +0 -47
- package/src/components/Chart/BarChart/components/CustomTooltip/index.ts +0 -1
- package/src/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.style.ts +0 -45
- package/src/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.tsx +0 -31
- package/src/components/Chart/BarChart/components/CustomTooltipContent/index.ts +0 -1
- package/src/components/Chart/BarChart/index.ts +0 -1
- package/src/components/Chart/BarChart/utils.ts +0 -69
- package/src/components/Chart/DonutChart/DonutChart.tsx +0 -50
- package/src/components/Chart/DonutChart/components/CustomLabel/CustomLabel.style.ts +0 -16
- package/src/components/Chart/DonutChart/components/CustomLabel/CustomLabel.tsx +0 -45
- package/src/components/Chart/DonutChart/components/CustomLabel/index.ts +0 -1
- package/src/components/Chart/DonutChart/index.ts +0 -1
- package/src/components/Chart/LineChart/LineChart.test.ts +0 -33
- package/src/components/Chart/LineChart/LineChart.tsx +0 -103
- package/src/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.style.ts +0 -40
- package/src/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.tsx +0 -32
- package/src/components/Chart/LineChart/components/CustomTooltip/index.ts +0 -1
- package/src/components/Chart/LineChart/components/GradientLine/GradientLine.tsx +0 -17
- package/src/components/Chart/LineChart/components/GradientLine/index.ts +0 -1
- package/src/components/Chart/LineChart/index.ts +0 -1
- package/src/components/Chart/LineChart/mockedData.ts +0 -43
- package/src/components/Chart/LineChart/story.utils.ts +0 -13
- package/src/components/Chart/LineChart/utils.ts +0 -33
- package/src/components/Chart/Wrapper.tsx +0 -31
- package/src/components/Controls/CheckBox/CheckBox.style.ts +0 -84
- package/src/components/Controls/CheckBox/CheckBox.test.tsx +0 -86
- package/src/components/Controls/CheckBox/CheckBox.tsx +0 -98
- package/src/components/Controls/CheckBox/__snapshots__/CheckBox.stories.storyshot +0 -2410
- package/src/components/Controls/CheckBox/__snapshots__/CheckBox.test.tsx.snap +0 -145
- package/src/components/Controls/CheckBox/index.ts +0 -2
- package/src/components/Controls/ControlLabel/ControlHelpText.tsx +0 -16
- package/src/components/Controls/ControlLabel/ControlLabel.style.ts +0 -39
- package/src/components/Controls/ControlLabel/ControlLabelText.tsx +0 -18
- package/src/components/Controls/ControlLabel/index.ts +0 -2
- package/src/components/Controls/Controls.types.ts +0 -12
- package/src/components/Controls/Radio/Radio.style.ts +0 -96
- package/src/components/Controls/Radio/Radio.test.tsx +0 -62
- package/src/components/Controls/Radio/Radio.tsx +0 -73
- package/src/components/Controls/Radio/__snapshots__/Radio.stories.storyshot +0 -2659
- package/src/components/Controls/Radio/__snapshots__/Radio.test.tsx.snap +0 -122
- package/src/components/Controls/Radio/components/RadioGroup/RadioGroup.tsx +0 -42
- package/src/components/Controls/Radio/components/RadioGroup/RadioGroupContext.ts +0 -6
- package/src/components/Controls/Radio/components/RadioGroup/index.ts +0 -2
- package/src/components/Controls/Radio/index.ts +0 -2
- package/src/components/Controls/Switch/Switch.style.ts +0 -91
- package/src/components/Controls/Switch/Switch.test.tsx +0 -53
- package/src/components/Controls/Switch/Switch.tsx +0 -84
- package/src/components/Controls/Switch/__snapshots__/Switch.test.tsx.snap +0 -141
- package/src/components/Controls/Switch/index.ts +0 -2
- package/src/components/Controls/index.ts +0 -5
- package/src/components/DatePicker/DatePickInput/DatePickInput.style.ts +0 -47
- package/src/components/DatePicker/DatePickInput/DatePickInput.tsx +0 -165
- package/src/components/DatePicker/DatePickInput/index.ts +0 -2
- package/src/components/DatePicker/DatePicker.style.ts +0 -15
- package/src/components/DatePicker/DatePicker.test.tsx +0 -346
- package/src/components/DatePicker/DatePicker.tsx +0 -231
- package/src/components/DatePicker/DatePicker.types.ts +0 -57
- package/src/components/DatePicker/Day/Day.style.ts +0 -111
- package/src/components/DatePicker/Day/Day.test.tsx +0 -97
- package/src/components/DatePicker/Day/Day.tsx +0 -100
- package/src/components/DatePicker/Day/__snapshots__/Day.test.tsx.snap +0 -320
- package/src/components/DatePicker/Day/index.ts +0 -2
- package/src/components/DatePicker/Month/Month.style.ts +0 -32
- package/src/components/DatePicker/Month/Month.test.tsx +0 -96
- package/src/components/DatePicker/Month/Month.tsx +0 -154
- package/src/components/DatePicker/Month/Month.utils.ts +0 -107
- package/src/components/DatePicker/Month/__snapshots__/Month.test.tsx.snap +0 -803
- package/src/components/DatePicker/Month/hooks/useMonthKeyboardNavigation.ts +0 -84
- package/src/components/DatePicker/Month/index.ts +0 -2
- package/src/components/DatePicker/OverlayComponent/OverlayComponent.style.ts +0 -71
- package/src/components/DatePicker/OverlayComponent/OverlayComponent.test.tsx +0 -109
- package/src/components/DatePicker/OverlayComponent/OverlayComponent.tsx +0 -118
- package/src/components/DatePicker/OverlayComponent/__snapshots__/OverlayComponent.test.tsx.snap +0 -3183
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.style.ts +0 -55
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.test.tsx +0 -52
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.tsx +0 -154
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/__snapshots__/MonthWrapper.test.tsx.snap +0 -1098
- package/src/components/DatePicker/OverlayComponent/components/MonthWrapper/index.ts +0 -0
- package/src/components/DatePicker/OverlayComponent/index.ts +0 -2
- package/src/components/DatePicker/OverlayComponent/utils.ts +0 -15
- package/src/components/DatePicker/constants.ts +0 -28
- package/src/components/DatePicker/index.ts +0 -4
- package/src/components/DatePicker/utils.ts +0 -17
- package/src/components/Drawer/Drawer.style.ts +0 -204
- package/src/components/Drawer/Drawer.test.tsx +0 -127
- package/src/components/Drawer/Drawer.tsx +0 -80
- package/src/components/Drawer/Drawer.types.ts +0 -20
- package/src/components/Drawer/DrawerContext.tsx +0 -103
- package/src/components/Drawer/components/DrawerContent/DrawerContent.tsx +0 -26
- package/src/components/Drawer/components/DrawerContent/hooks/useDrawerContentObserver.ts +0 -52
- package/src/components/Drawer/components/DrawerContent/index.ts +0 -1
- package/src/components/Drawer/components/DrawerFooter/DrawerFooter.tsx +0 -20
- package/src/components/Drawer/components/DrawerFooter/index.ts +0 -1
- package/src/components/Drawer/components/DrawerHeader/DrawerHeader.tsx +0 -22
- package/src/components/Drawer/components/DrawerHeader/index.ts +0 -1
- package/src/components/Drawer/components/index.ts +0 -3
- package/src/components/Drawer/index.ts +0 -5
- package/src/components/DropdownButton/DropdownButton.style.ts +0 -90
- package/src/components/DropdownButton/DropdownButton.test.tsx +0 -57
- package/src/components/DropdownButton/DropdownButton.tsx +0 -159
- package/src/components/DropdownButton/index.ts +0 -1
- package/src/components/ExpandCollapse/ExpandCollapse.style.ts +0 -9
- package/src/components/ExpandCollapse/ExpandCollapse.tsx +0 -56
- package/src/components/ExpandCollapse/ExpandCollapse.types.ts +0 -68
- package/src/components/ExpandCollapse/index.ts +0 -3
- package/src/components/ExpandCollapse/useManageContentRef.ts +0 -45
- package/src/components/ExpandCollapse/utils.ts +0 -21
- package/src/components/Filter/Filter.test.tsx +0 -218
- package/src/components/Filter/Filter.tsx +0 -162
- package/src/components/Filter/Filter.types.ts +0 -77
- package/src/components/Filter/StatefulFilter.tsx +0 -37
- package/src/components/Filter/components/FilterButton/FilterButton.style.ts +0 -74
- package/src/components/Filter/components/FilterButton/FilterButton.tsx +0 -101
- package/src/components/Filter/components/FilterButton/index.ts +0 -1
- package/src/components/Filter/components/FilterMenu/FilterMenu.style.ts +0 -15
- package/src/components/Filter/components/FilterMenu/FilterMenu.tsx +0 -78
- package/src/components/Filter/components/FilterMenu/components/FilterSearchField/FilterSearchField.style.ts +0 -31
- package/src/components/Filter/components/FilterMenu/components/FilterSearchField/FilterSearchField.tsx +0 -106
- package/src/components/Filter/components/FilterMenu/components/FilterSearchField/index.ts +0 -1
- package/src/components/Filter/components/FilterMenu/components/Options/Options.style.ts +0 -40
- package/src/components/Filter/components/FilterMenu/components/Options/Options.tsx +0 -94
- package/src/components/Filter/components/FilterMenu/components/Options/index.ts +0 -1
- package/src/components/Filter/components/FilterMenu/index.ts +0 -1
- package/src/components/Filter/constants.ts +0 -39
- package/src/components/Filter/hooks/index.ts +0 -1
- package/src/components/Filter/hooks/useFilterWithSelectionUtils.ts +0 -122
- package/src/components/Filter/index.ts +0 -3
- package/src/components/Icon/Icon.style.ts +0 -52
- package/src/components/Icon/Icon.tsx +0 -68
- package/src/components/Icon/Icon.types.ts +0 -169
- package/src/components/Icon/assets/audioControls/forward.svg +0 -3
- package/src/components/Icon/assets/audioControls/next.svg +0 -3
- package/src/components/Icon/assets/audioControls/pause.svg +0 -3
- package/src/components/Icon/assets/audioControls/play.svg +0 -3
- package/src/components/Icon/assets/audioControls/previous.svg +0 -3
- package/src/components/Icon/assets/audioControls/resume.svg +0 -4
- package/src/components/Icon/assets/audioControls/rewind.svg +0 -3
- package/src/components/Icon/assets/audioControls/stop.svg +0 -3
- package/src/components/Icon/assets/basicActions/check.svg +0 -3
- package/src/components/Icon/assets/basicActions/close.svg +0 -3
- package/src/components/Icon/assets/basicActions/columnChooser.svg +0 -3
- package/src/components/Icon/assets/basicActions/convert.svg +0 -3
- package/src/components/Icon/assets/basicActions/copy.svg +0 -3
- package/src/components/Icon/assets/basicActions/delete.svg +0 -3
- package/src/components/Icon/assets/basicActions/download.svg +0 -3
- package/src/components/Icon/assets/basicActions/edit.svg +0 -3
- package/src/components/Icon/assets/basicActions/login.svg +0 -3
- package/src/components/Icon/assets/basicActions/logout.svg +0 -3
- package/src/components/Icon/assets/basicActions/mediaFile.svg +0 -3
- package/src/components/Icon/assets/basicActions/minus.svg +0 -3
- package/src/components/Icon/assets/basicActions/plus.svg +0 -3
- package/src/components/Icon/assets/basicActions/redo.svg +0 -3
- package/src/components/Icon/assets/basicActions/refresh.svg +0 -3
- package/src/components/Icon/assets/basicActions/restore.svg +0 -4
- package/src/components/Icon/assets/basicActions/review.svg +0 -3
- package/src/components/Icon/assets/basicActions/search.svg +0 -3
- package/src/components/Icon/assets/basicActions/share.svg +0 -3
- package/src/components/Icon/assets/basicActions/sort.svg +0 -4
- package/src/components/Icon/assets/basicActions/sortAscending.svg +0 -5
- package/src/components/Icon/assets/basicActions/sortDescending.svg +0 -5
- package/src/components/Icon/assets/basicActions/thumbsDown.svg +0 -3
- package/src/components/Icon/assets/basicActions/thumbsUp.svg +0 -3
- package/src/components/Icon/assets/basicActions/undo.svg +0 -3
- package/src/components/Icon/assets/basicActions/update.svg +0 -4
- package/src/components/Icon/assets/basicActions/upload.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/analytics.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/dashboard.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/dataset.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/earnings.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/income.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/insight.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/invoice.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/trendingDown.svg +0 -3
- package/src/components/Icon/assets/dataAndFinance/trendingUp.svg +0 -3
- package/src/components/Icon/assets/generic/calendar.svg +0 -3
- package/src/components/Icon/assets/generic/chat.svg +0 -3
- package/src/components/Icon/assets/generic/delivery.svg +0 -3
- package/src/components/Icon/assets/generic/details.svg +0 -3
- package/src/components/Icon/assets/generic/externalLink.svg +0 -3
- package/src/components/Icon/assets/generic/file.svg +0 -3
- package/src/components/Icon/assets/generic/filter.svg +0 -3
- package/src/components/Icon/assets/generic/issue.svg +0 -3
- package/src/components/Icon/assets/generic/keyword.svg +0 -3
- package/src/components/Icon/assets/generic/language.svg +0 -3
- package/src/components/Icon/assets/generic/legal.svg +0 -3
- package/src/components/Icon/assets/generic/location.svg +0 -3
- package/src/components/Icon/assets/generic/mail.svg +0 -3
- package/src/components/Icon/assets/generic/manual.svg +0 -3
- package/src/components/Icon/assets/generic/moreOptions.svg +0 -5
- package/src/components/Icon/assets/generic/notification.svg +0 -3
- package/src/components/Icon/assets/generic/policy.svg +0 -3
- package/src/components/Icon/assets/generic/report.svg +0 -3
- package/src/components/Icon/assets/generic/search filled.svg +0 -3
- package/src/components/Icon/assets/generic/settings.svg +0 -3
- package/src/components/Icon/assets/generic/tag.svg +0 -3
- package/src/components/Icon/assets/iconSelector.ts +0 -312
- package/src/components/Icon/assets/musicBusiness/album.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/artist.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/asset.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/broadcast.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/catalog.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/channel.svg +0 -5
- package/src/components/Icon/assets/musicBusiness/cinema.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/claim.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/composition.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/concert.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/conflict.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/cueSheet.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/digital.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/distribution.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/license.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/playcount.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/publicPerformance.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/publisher.svg +0 -4
- package/src/components/Icon/assets/musicBusiness/radio.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/recordLabel.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/recording.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/television.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/usage.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/work.svg +0 -3
- package/src/components/Icon/assets/musicBusiness/writer.svg +0 -5
- package/src/components/Icon/assets/musicBusiness/youTube.svg +0 -3
- package/src/components/Icon/assets/navigation/apps.svg +0 -3
- package/src/components/Icon/assets/navigation/arrowDown.svg +0 -3
- package/src/components/Icon/assets/navigation/arrowLeft.svg +0 -3
- package/src/components/Icon/assets/navigation/arrowRight.svg +0 -3
- package/src/components/Icon/assets/navigation/arrowUp.svg +0 -3
- package/src/components/Icon/assets/navigation/chevronDown.svg +0 -3
- package/src/components/Icon/assets/navigation/chevronLeft.svg +0 -3
- package/src/components/Icon/assets/navigation/chevronRight.svg +0 -3
- package/src/components/Icon/assets/navigation/chevronUp.svg +0 -3
- package/src/components/Icon/assets/navigation/menu.svg +0 -3
- package/src/components/Icon/assets/navigation/pageFirst.svg +0 -3
- package/src/components/Icon/assets/navigation/pageLast.svg +0 -3
- package/src/components/Icon/assets/navigation/triangleDown.svg +0 -3
- package/src/components/Icon/assets/navigation/triangleLeft.svg +0 -3
- package/src/components/Icon/assets/navigation/triangleRight.svg +0 -3
- package/src/components/Icon/assets/navigation/triangleUp.svg +0 -3
- package/src/components/Icon/assets/toggledActions/audio.svg +0 -3
- package/src/components/Icon/assets/toggledActions/audioOff.svg +0 -6
- package/src/components/Icon/assets/toggledActions/bookmark.svg +0 -3
- package/src/components/Icon/assets/toggledActions/bookmarkOff.svg +0 -3
- package/src/components/Icon/assets/toggledActions/eye.svg +0 -3
- package/src/components/Icon/assets/toggledActions/eyeOff.svg +0 -3
- package/src/components/Icon/assets/toggledActions/favorite.svg +0 -3
- package/src/components/Icon/assets/toggledActions/favoriteOff.svg +0 -3
- package/src/components/Icon/assets/toggledActions/flag.svg +0 -3
- package/src/components/Icon/assets/toggledActions/flagOff.svg +0 -3
- package/src/components/Icon/assets/toggledActions/freeze.svg +0 -3
- package/src/components/Icon/assets/toggledActions/image.svg +0 -3
- package/src/components/Icon/assets/toggledActions/imageOff.svg +0 -4
- package/src/components/Icon/assets/toggledActions/link.svg +0 -3
- package/src/components/Icon/assets/toggledActions/lock.svg +0 -3
- package/src/components/Icon/assets/toggledActions/pair.svg +0 -3
- package/src/components/Icon/assets/toggledActions/unfreeze.svg +0 -4
- package/src/components/Icon/assets/toggledActions/unlink.svg +0 -3
- package/src/components/Icon/assets/toggledActions/unlock.svg +0 -3
- package/src/components/Icon/assets/toggledActions/unpair.svg +0 -3
- package/src/components/Icon/assets/toggledActions/video.svg +0 -3
- package/src/components/Icon/assets/toggledActions/videoOff.svg +0 -4
- package/src/components/Icon/assets/usersAndStatus/account.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/entities.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/error.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/help.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/informational.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/organization.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/pending.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/role.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/statusIndicator.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/success.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/unverified.svg +0 -4
- package/src/components/Icon/assets/usersAndStatus/user.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/users.svg +0 -6
- package/src/components/Icon/assets/usersAndStatus/verified.svg +0 -3
- package/src/components/Icon/assets/usersAndStatus/warning.svg +0 -3
- package/src/components/Icon/constants.ts +0 -199
- package/src/components/Icon/index.ts +0 -5
- package/src/components/IconButton/IconButton.tsx +0 -59
- package/src/components/IconButton/index.ts +0 -2
- package/src/components/InlineAlert/InlineAlert.style.ts +0 -117
- package/src/components/InlineAlert/InlineAlert.tsx +0 -89
- package/src/components/InlineAlert/InlineAlert.types.ts +0 -48
- package/src/components/InlineAlert/index.ts +0 -2
- package/src/components/InlineAlert/tests/InlineAlert.test.tsx +0 -71
- package/src/components/Label/Label.style.ts +0 -42
- package/src/components/Label/Label.tsx +0 -36
- package/src/components/Label/index.ts +0 -2
- package/src/components/Link/Link.style.ts +0 -90
- package/src/components/Link/Link.tsx +0 -58
- package/src/components/Link/Link.types.ts +0 -23
- package/src/components/Link/index.ts +0 -1
- package/src/components/List/List.style.ts +0 -50
- package/src/components/List/List.tsx +0 -168
- package/src/components/List/ListItem.tsx +0 -28
- package/src/components/List/ListSection.tsx +0 -22
- package/src/components/List/Window.tsx +0 -86
- package/src/components/List/components/ListItemAction/ListItemAction.style.ts +0 -10
- package/src/components/List/components/ListItemAction/ListItemAction.tsx +0 -12
- package/src/components/List/components/ListItemAction/index.ts +0 -2
- package/src/components/List/components/ListItemText/ListItemText.style.ts +0 -45
- package/src/components/List/components/ListItemText/ListItemText.tsx +0 -19
- package/src/components/List/components/ListItemText/index.ts +0 -2
- package/src/components/List/components/ListItemWrapper/ListItemWrapper.style.ts +0 -65
- package/src/components/List/components/ListItemWrapper/ListItemWrapper.tsx +0 -49
- package/src/components/List/components/ListItemWrapper/README.md +0 -1
- package/src/components/List/components/ListItemWrapper/index.ts +0 -2
- package/src/components/List/index.ts +0 -7
- package/src/components/List/types.ts +0 -13
- package/src/components/List/utils.tsx +0 -13
- package/src/components/Menu/Menu.style.ts +0 -83
- package/src/components/Menu/Menu.tsx +0 -91
- package/src/components/Menu/MenuItemDivider.tsx +0 -31
- package/src/components/Menu/index.ts +0 -4
- package/src/components/Modal/Modal.style.ts +0 -45
- package/src/components/Modal/Modal.test.tsx +0 -93
- package/src/components/Modal/Modal.tsx +0 -87
- package/src/components/Modal/ModalContent/ModalContent.style.ts +0 -47
- package/src/components/Modal/ModalContent/ModalContent.tsx +0 -78
- package/src/components/Modal/ModalContent/index.ts +0 -1
- package/src/components/Modal/index.ts +0 -1
- package/src/components/MultiTextFieldBase/MultiTextFieldBase.style.ts +0 -111
- package/src/components/MultiTextFieldBase/MultiTextFieldBase.tsx +0 -181
- package/src/components/MultiTextFieldBase/hooks.tsx +0 -97
- package/src/components/MultiTextFieldBase/index.ts +0 -1
- package/src/components/Notification/Banner/Banner.tsx +0 -63
- package/src/components/Notification/Banner/index.tsx +0 -2
- package/src/components/Notification/InlineNotification/InlineNotification.tsx +0 -59
- package/src/components/Notification/InlineNotification/index.tsx +0 -2
- package/src/components/Notification/Notification.style.ts +0 -59
- package/src/components/Notification/Notification.test.tsx +0 -293
- package/src/components/Notification/Notification.tsx +0 -16
- package/src/components/Notification/NotificationVisual/NotificationVisual.style.tsx +0 -14
- package/src/components/Notification/NotificationVisual/NotificationVisual.tsx +0 -58
- package/src/components/Notification/NotificationVisual/index.tsx +0 -2
- package/src/components/Notification/NotificationsContainer/NotificationsContainer.style.tsx +0 -54
- package/src/components/Notification/NotificationsContainer/NotificationsContainer.tsx +0 -31
- package/src/components/Notification/NotificationsContainer/index.ts +0 -2
- package/src/components/Notification/Snackbar/Snackbar.style.ts +0 -55
- package/src/components/Notification/Snackbar/Snackbar.tsx +0 -94
- package/src/components/Notification/Snackbar/index.tsx +0 -2
- package/src/components/Notification/subcomponents/CompactNotification/CompactNotification.style.ts +0 -48
- package/src/components/Notification/subcomponents/CompactNotification/CompactNotification.tsx +0 -118
- package/src/components/Notification/subcomponents/CompactNotification/index.tsx +0 -2
- package/src/components/Notification/subcomponents/NotificationActionsArea/NotificationActionsArea.tsx +0 -43
- package/src/components/Notification/subcomponents/NotificationActionsArea/index.ts +0 -1
- package/src/components/NumberField/NumberField.style.ts +0 -10
- package/src/components/NumberField/NumberField.test.tsx +0 -83
- package/src/components/NumberField/NumberField.tsx +0 -135
- package/src/components/NumberField/components/Stepper/Stepper.style.ts +0 -37
- package/src/components/NumberField/components/Stepper/Stepper.tsx +0 -46
- package/src/components/NumberField/components/Stepper/index.ts +0 -1
- package/src/components/NumberField/index.ts +0 -2
- package/src/components/Pagination/Pagination.tsx +0 -86
- package/src/components/Pagination/index.ts +0 -2
- package/src/components/ProgressIndicator/ProgressIndicator.tsx +0 -25
- package/src/components/ProgressIndicator/ProgressIndicator.types.ts +0 -12
- package/src/components/ProgressIndicator/__snapshots__/ProgressIndicator.stories.storyshot +0 -883
- package/src/components/ProgressIndicator/components/ProgressBar/ProgressBar.style.ts +0 -85
- package/src/components/ProgressIndicator/components/ProgressBar/ProgressBar.tsx +0 -37
- package/src/components/ProgressIndicator/components/ProgressBar/index.ts +0 -1
- package/src/components/ProgressIndicator/components/ProgressCircle/ProgressCircle.style.ts +0 -24
- package/src/components/ProgressIndicator/components/ProgressCircle/ProgressCircle.tsx +0 -60
- package/src/components/ProgressIndicator/components/ProgressCircle/index.ts +0 -1
- package/src/components/ProgressIndicator/index.ts +0 -1
- package/src/components/Search/Search.style.ts +0 -104
- package/src/components/Search/Search.test.tsx +0 -87
- package/src/components/Search/Search.tsx +0 -86
- package/src/components/Search/Search.types.ts +0 -33
- package/src/components/Search/StatefulSearch.tsx +0 -66
- package/src/components/Search/constants.ts +0 -10
- package/src/components/Search/index.ts +0 -3
- package/src/components/Select/Select.style.ts +0 -21
- package/src/components/Select/Select.test.tsx +0 -413
- package/src/components/Select/Select.tsx +0 -406
- package/src/components/Select/StatefulSelect.tsx +0 -36
- package/src/components/Select/components/SelectMenu/SelectMenu.style.tsx +0 -66
- package/src/components/Select/components/SelectMenu/SelectMenu.tsx +0 -119
- package/src/components/Select/components/SelectMenu/index.ts +0 -2
- package/src/components/Select/constants.ts +0 -58
- package/src/components/Select/index.ts +0 -4
- package/src/components/Select/types.ts +0 -74
- package/src/components/Slider/Slider.style.tsx +0 -23
- package/src/components/Slider/Slider.tsx +0 -208
- package/src/components/Slider/components/SliderMark/SliderMark.style.tsx +0 -74
- package/src/components/Slider/components/SliderMark/SliderMark.tsx +0 -54
- package/src/components/Slider/components/SliderMark/index.ts +0 -2
- package/src/components/Slider/components/SliderThumb/SliderThumb.style.tsx +0 -44
- package/src/components/Slider/components/SliderThumb/SliderThumb.tsx +0 -36
- package/src/components/Slider/components/SliderThumb/index.ts +0 -2
- package/src/components/Slider/components/SliderTrack/SliderTrack.style.tsx +0 -14
- package/src/components/Slider/components/SliderTrack/SliderTrack.tsx +0 -58
- package/src/components/Slider/components/SliderTrack/index.ts +0 -2
- package/src/components/Slider/index.ts +0 -2
- package/src/components/TabStepper/TabStepper.tsx +0 -44
- package/src/components/TabStepper/components/TabStep/TabStep.style.ts +0 -29
- package/src/components/TabStepper/components/TabStep/TabStep.tsx +0 -75
- package/src/components/TabStepper/components/TabStep/index.ts +0 -1
- package/src/components/TabStepper/components/TabStepList/TabStepList.style.ts +0 -126
- package/src/components/TabStepper/components/TabStepList/TabStepList.tsx +0 -19
- package/src/components/TabStepper/components/TabStepList/index.ts +0 -1
- package/src/components/TabStepper/components/index.ts +0 -2
- package/src/components/TabStepper/index.ts +0 -3
- package/src/components/TabStepper/types.ts +0 -48
- package/src/components/TabStepper/utils/TabStepperStoryComponents.tsx +0 -8
- package/src/components/Table/Table.style.ts +0 -30
- package/src/components/Table/Table.tsx +0 -167
- package/src/components/Table/components/OptimizedTableRow.tsx +0 -121
- package/src/components/Table/components/TBody/TBody.style.ts +0 -22
- package/src/components/Table/components/TBody/TBody.tsx +0 -25
- package/src/components/Table/components/TBody/index.ts +0 -1
- package/src/components/Table/components/TD/TD.style.ts +0 -64
- package/src/components/Table/components/TD/TD.tsx +0 -64
- package/src/components/Table/components/TD/index.ts +0 -1
- package/src/components/Table/components/TH/TH.style.ts +0 -88
- package/src/components/Table/components/TH/TH.tsx +0 -120
- package/src/components/Table/components/TH/components/SortingButton/SortingButton.style.ts +0 -14
- package/src/components/Table/components/TH/components/SortingButton/SortingButton.tsx +0 -48
- package/src/components/Table/components/TH/components/SortingButton/index.ts +0 -1
- package/src/components/Table/components/TH/components/THOptions/THOptions.style.ts +0 -8
- package/src/components/Table/components/TH/components/THOptions/THOptions.tsx +0 -106
- package/src/components/Table/components/TH/components/THOptions/components/SortingOption.tsx +0 -40
- package/src/components/Table/components/TH/components/THOptions/components/index.ts +0 -1
- package/src/components/Table/components/TH/components/THOptions/index.ts +0 -1
- package/src/components/Table/components/TH/components/index.ts +0 -1
- package/src/components/Table/components/TH/index.ts +0 -1
- package/src/components/Table/components/THead/THead.style.ts +0 -34
- package/src/components/Table/components/THead/THead.tsx +0 -18
- package/src/components/Table/components/THead/index.ts +0 -1
- package/src/components/Table/components/TPagination/TPagination.style.ts +0 -59
- package/src/components/Table/components/TPagination/TPagination.tsx +0 -106
- package/src/components/Table/components/TPagination/index.ts +0 -1
- package/src/components/Table/components/TR/TR.style.ts +0 -33
- package/src/components/Table/components/TR/TR.tsx +0 -39
- package/src/components/Table/components/TR/index.ts +0 -1
- package/src/components/Table/components/TTitle/TTitle.style.ts +0 -33
- package/src/components/Table/components/TTitle/TTitle.tsx +0 -86
- package/src/components/Table/components/TTitle/components/ColumnChooser/ColumnChooser.style.ts +0 -8
- package/src/components/Table/components/TTitle/components/ColumnChooser/ColumnChooser.tsx +0 -152
- package/src/components/Table/components/TTitle/components/ColumnChooser/index.ts +0 -1
- package/src/components/Table/components/TTitle/components/utils.ts +0 -9
- package/src/components/Table/components/TTitle/index.ts +0 -1
- package/src/components/Table/components/index.ts +0 -7
- package/src/components/Table/constants.tsx +0 -8
- package/src/components/Table/hooks/index.ts +0 -1
- package/src/components/Table/hooks/useTable.tsx +0 -243
- package/src/components/Table/index.ts +0 -7
- package/src/components/Table/types.ts +0 -152
- package/src/components/Table/utils/TableStoryComponents.tsx +0 -21
- package/src/components/TableV4/TableRowContext.ts +0 -37
- package/src/components/TableV4/TableV4.style.ts +0 -40
- package/src/components/TableV4/TableV4.test.tsx +0 -232
- package/src/components/TableV4/TableV4.tsx +0 -294
- package/src/components/TableV4/components/ExtendedColumnItem/ExtendedColumnItem.style.tsx +0 -15
- package/src/components/TableV4/components/ExtendedColumnItem/ExtendedColumnItem.tsx +0 -99
- package/src/components/TableV4/components/ExtendedColumnItem/index.ts +0 -2
- package/src/components/TableV4/components/RenderRowOrNestedRow/RenderRowOrNestedRow.style.ts +0 -41
- package/src/components/TableV4/components/RenderRowOrNestedRow/RenderRowOrNestedRow.tsx +0 -178
- package/src/components/TableV4/components/RenderRowOrNestedRow/components/ContentCell/ContentCell.style.ts +0 -11
- package/src/components/TableV4/components/RenderRowOrNestedRow/components/ContentCell/ContentCell.tsx +0 -71
- package/src/components/TableV4/components/RenderRowOrNestedRow/components/ContentCell/index.ts +0 -1
- package/src/components/TableV4/components/RenderRowOrNestedRow/components/ExpandedButtonCell/ExpandedButtonCell.tsx +0 -67
- package/src/components/TableV4/components/RenderRowOrNestedRow/components/ExpandedButtonCell/index.ts +0 -1
- package/src/components/TableV4/components/RenderRowOrNestedRow/index.ts +0 -1
- package/src/components/TableV4/components/TableCell/TableCell.style.tsx +0 -23
- package/src/components/TableV4/components/TableCell/TableCell.tsx +0 -89
- package/src/components/TableV4/components/TableCell/index.ts +0 -2
- package/src/components/TableV4/components/TableCell/utils.tsx +0 -27
- package/src/components/TableV4/components/TableRow/TableRow.tsx +0 -47
- package/src/components/TableV4/components/TableRow/index.ts +0 -2
- package/src/components/TableV4/components/TableRowWrapper/TableRowWrapper.tsx +0 -75
- package/src/components/TableV4/components/TableRowWrapper/index.ts +0 -2
- package/src/components/TableV4/index.ts +0 -3
- package/src/components/TableV4/types.ts +0 -94
- package/src/components/TableV4/utils/TableStoryComponents.tsx +0 -12
- package/src/components/TableV4/utils/index.ts +0 -1
- package/src/components/TableV4/utils/utils.ts +0 -10
- package/src/components/Tabs/Tabs.style.ts +0 -19
- package/src/components/Tabs/Tabs.test.tsx +0 -81
- package/src/components/Tabs/Tabs.tsx +0 -54
- package/src/components/Tabs/components/Tab/Tab.style.ts +0 -12
- package/src/components/Tabs/components/Tab/Tab.tsx +0 -19
- package/src/components/Tabs/components/Tab/index.ts +0 -1
- package/src/components/Tabs/components/TabList/TabList.style.ts +0 -85
- package/src/components/Tabs/components/TabList/TabList.tsx +0 -19
- package/src/components/Tabs/components/TabList/index.ts +0 -1
- package/src/components/Tabs/components/TabPanel/TabPanel.tsx +0 -18
- package/src/components/Tabs/components/TabPanel/index.ts +0 -1
- package/src/components/Tabs/components/TabsContainer/TabsContainer.style.ts +0 -12
- package/src/components/Tabs/components/TabsContainer/TabsContainer.tsx +0 -25
- package/src/components/Tabs/components/TabsContainer/index.ts +0 -1
- package/src/components/Tabs/components/index.ts +0 -4
- package/src/components/Tabs/index.ts +0 -3
- package/src/components/Tabs/types.ts +0 -74
- package/src/components/Tabs/utils/TabsStoryComponents.tsx +0 -8
- package/src/components/Tag/Tag.style.ts +0 -106
- package/src/components/Tag/Tag.test.tsx +0 -94
- package/src/components/Tag/Tag.tsx +0 -53
- package/src/components/Tag/Tag.types.ts +0 -30
- package/src/components/Tag/constants.ts +0 -36
- package/src/components/Tag/hooks/useGetTagUtils.tsx +0 -79
- package/src/components/Tag/index.ts +0 -2
- package/src/components/TextArea/TextArea.style.ts +0 -54
- package/src/components/TextArea/TextArea.tsx +0 -115
- package/src/components/TextArea/index.ts +0 -2
- package/src/components/TextField/TextField.style.ts +0 -34
- package/src/components/TextField/TextField.test.tsx +0 -145
- package/src/components/TextField/TextField.tsx +0 -152
- package/src/components/TextField/components/commons.tsx +0 -13
- package/src/components/TextField/index.ts +0 -2
- package/src/components/TextInputBase/TextInputBase.style.ts +0 -219
- package/src/components/TextInputBase/TextInputBase.tsx +0 -96
- package/src/components/TextInputBase/index.ts +0 -2
- package/src/components/ThemeProvider/Test.tsx +0 -14
- package/src/components/ThemeProvider/ThemeProvider.style.ts +0 -31
- package/src/components/ThemeProvider/ThemeProvider.test.tsx +0 -46
- package/src/components/ThemeProvider/ThemeProvider.tsx +0 -48
- package/src/components/ThemeProvider/index.ts +0 -2
- package/src/components/Toast/Toast.style.ts +0 -127
- package/src/components/Toast/Toast.test.tsx +0 -114
- package/src/components/Toast/Toast.tsx +0 -168
- package/src/components/Toast/Toast.types.ts +0 -51
- package/src/components/Toast/index.ts +0 -2
- package/src/components/ToastV4/ToastV4.style.ts +0 -96
- package/src/components/ToastV4/ToastV4.test.tsx +0 -68
- package/src/components/ToastV4/ToastV4.tsx +0 -112
- package/src/components/ToastV4/index.tsx +0 -2
- package/src/components/Tooltip/Tooltip.style.ts +0 -43
- package/src/components/Tooltip/Tooltip.tsx +0 -49
- package/src/components/Tooltip/Tooltip.types.ts +0 -36
- package/src/components/Tooltip/index.ts +0 -3
- package/src/components/TopAppBar/TopAppBar.style.ts +0 -47
- package/src/components/TopAppBar/TopAppBar.test.tsx +0 -59
- package/src/components/TopAppBar/TopAppBar.tsx +0 -48
- package/src/components/TopAppBar/TopAppBar.types.ts +0 -25
- package/src/components/TopAppBar/__snapshots__/TopAppBar.test.tsx.snap +0 -769
- package/src/components/TopAppBar/components/Logo/Logo.style.ts +0 -27
- package/src/components/TopAppBar/components/Logo/Logo.wrapper.tsx +0 -20
- package/src/components/TopAppBar/components/Logo/index.ts +0 -2
- package/src/components/TopAppBar/components/Search/Search.style.ts +0 -71
- package/src/components/TopAppBar/components/Search/Search.tsx +0 -49
- package/src/components/TopAppBar/components/Search/index.ts +0 -2
- package/src/components/TopAppBar/components/SidebarMenuIcon/SidebarMenuIcon.style.ts +0 -13
- package/src/components/TopAppBar/components/SidebarMenuIcon/SidebarMenuIcon.tsx +0 -21
- package/src/components/TopAppBar/components/SidebarMenuIcon/index.ts +0 -2
- package/src/components/TopAppBar/components/UserMenu/UserMenu.style.ts +0 -12
- package/src/components/TopAppBar/components/UserMenu/UserMenu.tsx +0 -59
- package/src/components/TopAppBar/components/UserMenu/index.ts +0 -2
- package/src/components/TopAppBar/components/index.ts +0 -6
- package/src/components/TopAppBar/index.ts +0 -3
- package/src/components/TruncatedContent/TruncatedContent.style.tsx +0 -7
- package/src/components/TruncatedContent/TruncatedContent.test.tsx +0 -58
- package/src/components/TruncatedContent/TruncatedContent.tsx +0 -75
- package/src/components/TruncatedContent/index.ts +0 -2
- package/src/components/Typography/Typography.config.styles.ts +0 -87
- package/src/components/Typography/Typography.style.ts +0 -75
- package/src/components/Typography/Typography.tsx +0 -108
- package/src/components/Typography/index.ts +0 -4
- package/src/components/Typography/utils.ts +0 -13
- package/src/components/utils/ClickAwayListener/ClickAwayListener.tsx +0 -45
- package/src/components/utils/ClickAwayListener/index.tsx +0 -1
- package/src/components/utils/DropdownOptions/index.tsx +0 -31
- package/src/components/utils/Overlay/Overlay.tsx +0 -196
- package/src/components/utils/Overlay/index.ts +0 -1
- package/src/components/utils/PositionInScreen/PositionInScreen.tsx +0 -58
- package/src/components/utils/PositionInScreen/hooks.ts +0 -158
- package/src/components/utils/PositionInScreen/index.tsx +0 -1
- package/src/components/utils/Slots.tsx +0 -109
- package/src/components/utils/handleSearch.ts +0 -36
- package/src/components/utils/tests/Slots.test.tsx +0 -94
- package/src/components/utils/useDOMRef.ts +0 -49
- package/src/data-table/DataTable.test.tsx +0 -425
- package/src/data-table/DataTable.tsx +0 -52
- package/src/data-table/DataTableBody.css.ts +0 -127
- package/src/data-table/DataTableBody.tsx +0 -330
- package/src/data-table/DataTableBulkActions.tsx +0 -17
- package/src/data-table/DataTableCheckbox.tsx +0 -68
- package/src/data-table/DataTableContext.tsx +0 -27
- package/src/data-table/DataTableCounter.tsx +0 -46
- package/src/data-table/DataTableEditColumns.tsx +0 -90
- package/src/data-table/DataTableHeader.tsx +0 -32
- package/src/data-table/DataTableHeaderCell.css.ts +0 -90
- package/src/data-table/DataTableHeaderCell.tsx +0 -220
- package/src/data-table/DataTableRow.tsx +0 -226
- package/src/data-table/DataTableRowContext.tsx +0 -67
- package/src/data-table/index.ts +0 -7
- package/src/hooks/useBreakpoints.test.ts +0 -40
- package/src/hooks/useBreakpoints.tsx +0 -47
- package/src/hooks/useCheck.ts +0 -25
- package/src/hooks/useCombinedRefs.ts +0 -23
- package/src/hooks/useElementSize.ts +0 -47
- package/src/hooks/useEscape.ts +0 -18
- package/src/hooks/useEventListener.ts +0 -43
- package/src/hooks/useFieldUtils.tsx +0 -55
- package/src/hooks/useIsoMorphicLayoutEffect.ts +0 -5
- package/src/hooks/useKeyboardEvents.ts +0 -78
- package/src/hooks/useLoading.ts +0 -29
- package/src/hooks/useOverlayStack.ts +0 -92
- package/src/hooks/usePagination.ts +0 -62
- package/src/hooks/useTheme.ts +0 -7
- package/src/hooks/useThemeSwitch.tsx +0 -32
- package/src/hooks/useToggle.ts +0 -16
- package/src/hooks/useTypeColorToColorMatch.tsx +0 -101
- package/src/icon/Icon.tsx +0 -312
- package/src/icon/index.ts +0 -1
- package/src/icons/AccountIcon.tsx +0 -14
- package/src/icons/AlbumIcon.tsx +0 -16
- package/src/icons/AnalyticsIcon.tsx +0 -14
- package/src/icons/AppsIcon.tsx +0 -14
- package/src/icons/ArrowDownIcon.tsx +0 -14
- package/src/icons/ArrowLeftIcon.tsx +0 -14
- package/src/icons/ArrowRightIcon.tsx +0 -14
- package/src/icons/ArrowUpIcon.tsx +0 -14
- package/src/icons/ArtistIcon.tsx +0 -14
- package/src/icons/AssetIcon.tsx +0 -14
- package/src/icons/AudioIcon.tsx +0 -14
- package/src/icons/AudioOffIcon.tsx +0 -26
- package/src/icons/BookmarkIcon.tsx +0 -16
- package/src/icons/BookmarkOffIcon.tsx +0 -16
- package/src/icons/BroadcastIcon.tsx +0 -14
- package/src/icons/CalendarIcon.tsx +0 -14
- package/src/icons/CatalogIcon.tsx +0 -14
- package/src/icons/ChannelIcon.tsx +0 -24
- package/src/icons/ChatIcon.tsx +0 -14
- package/src/icons/CheckIcon.tsx +0 -14
- package/src/icons/ChevronDownIcon.tsx +0 -14
- package/src/icons/ChevronLeftIcon.tsx +0 -14
- package/src/icons/ChevronRightIcon.tsx +0 -14
- package/src/icons/ChevronUpIcon.tsx +0 -14
- package/src/icons/CinemaIcon.tsx +0 -14
- package/src/icons/ClaimIcon.tsx +0 -14
- package/src/icons/CloseIcon.tsx +0 -14
- package/src/icons/ColumnChooserIcon.tsx +0 -14
- package/src/icons/CompositionIcon.tsx +0 -14
- package/src/icons/ConcertIcon.tsx +0 -14
- package/src/icons/ConflictIcon.tsx +0 -14
- package/src/icons/ConvertIcon.tsx +0 -14
- package/src/icons/CopyIcon.tsx +0 -14
- package/src/icons/CueSheetIcon.tsx +0 -14
- package/src/icons/DashboardIcon.tsx +0 -14
- package/src/icons/DatasetIcon.tsx +0 -14
- package/src/icons/DeleteIcon.tsx +0 -14
- package/src/icons/DeliveryIcon.tsx +0 -14
- package/src/icons/DetailsIcon.tsx +0 -14
- package/src/icons/DigitalIcon.tsx +0 -16
- package/src/icons/DistributionIcon.tsx +0 -14
- package/src/icons/DownloadIcon.tsx +0 -14
- package/src/icons/EarningsIcon.tsx +0 -14
- package/src/icons/EditIcon.tsx +0 -14
- package/src/icons/EntitiesIcon.tsx +0 -14
- package/src/icons/ErrorIcon.tsx +0 -14
- package/src/icons/ExternalLinkIcon.tsx +0 -14
- package/src/icons/EyeIcon.tsx +0 -14
- package/src/icons/EyeOffIcon.tsx +0 -14
- package/src/icons/FavoriteIcon.tsx +0 -14
- package/src/icons/FavoriteOffIcon.tsx +0 -14
- package/src/icons/FileIcon.tsx +0 -14
- package/src/icons/FilterIcon.tsx +0 -14
- package/src/icons/FlagIcon.tsx +0 -14
- package/src/icons/FlagOffIcon.tsx +0 -14
- package/src/icons/ForwardIcon.tsx +0 -14
- package/src/icons/FreezeIcon.tsx +0 -16
- package/src/icons/HelpIcon.tsx +0 -14
- package/src/icons/ImageIcon.tsx +0 -14
- package/src/icons/ImageOffIcon.tsx +0 -20
- package/src/icons/IncomeIcon.tsx +0 -14
- package/src/icons/InformationalIcon.tsx +0 -16
- package/src/icons/InsightIcon.tsx +0 -14
- package/src/icons/InvoiceIcon.tsx +0 -16
- package/src/icons/IssueIcon.tsx +0 -14
- package/src/icons/KeywordIcon.tsx +0 -16
- package/src/icons/LanguageIcon.tsx +0 -14
- package/src/icons/LegalIcon.tsx +0 -14
- package/src/icons/LicenseIcon.tsx +0 -16
- package/src/icons/LinkIcon.tsx +0 -14
- package/src/icons/LocationIcon.tsx +0 -14
- package/src/icons/LockIcon.tsx +0 -14
- package/src/icons/LoginIcon.tsx +0 -14
- package/src/icons/LogoutIcon.tsx +0 -14
- package/src/icons/MailIcon.tsx +0 -14
- package/src/icons/ManualIcon.tsx +0 -14
- package/src/icons/MediaFileIcon.tsx +0 -14
- package/src/icons/MenuIcon.tsx +0 -14
- package/src/icons/MinusIcon.tsx +0 -14
- package/src/icons/MoreOptionsIcon.tsx +0 -22
- package/src/icons/NextIcon.tsx +0 -14
- package/src/icons/NotificationIcon.tsx +0 -14
- package/src/icons/OrganizationIcon.tsx +0 -14
- package/src/icons/PageFirstIcon.tsx +0 -14
- package/src/icons/PageLastIcon.tsx +0 -14
- package/src/icons/PairIcon.tsx +0 -14
- package/src/icons/PauseIcon.tsx +0 -14
- package/src/icons/PendingIcon.tsx +0 -14
- package/src/icons/PlayIcon.tsx +0 -14
- package/src/icons/PlaycountIcon.tsx +0 -14
- package/src/icons/PlusIcon.tsx +0 -14
- package/src/icons/PolicyIcon.tsx +0 -14
- package/src/icons/PreviousIcon.tsx +0 -14
- package/src/icons/PublicPerformanceIcon.tsx +0 -14
- package/src/icons/PublisherIcon.tsx +0 -20
- package/src/icons/RadioIcon.tsx +0 -14
- package/src/icons/RecordLabelIcon.tsx +0 -16
- package/src/icons/RecordingIcon.tsx +0 -14
- package/src/icons/RedoIcon.tsx +0 -14
- package/src/icons/RefreshIcon.tsx +0 -14
- package/src/icons/ReportIcon.tsx +0 -14
- package/src/icons/RestoreIcon.tsx +0 -18
- package/src/icons/ResumeIcon.tsx +0 -18
- package/src/icons/ReviewIcon.tsx +0 -14
- package/src/icons/RewindIcon.tsx +0 -14
- package/src/icons/RoleIcon.tsx +0 -14
- package/src/icons/SearchFilledIcon.tsx +0 -16
- package/src/icons/SearchIcon.tsx +0 -14
- package/src/icons/SettingsIcon.tsx +0 -14
- package/src/icons/ShareIcon.tsx +0 -14
- package/src/icons/SortAscendingIcon.tsx +0 -24
- package/src/icons/SortDescendingIcon.tsx +0 -24
- package/src/icons/SortIcon.tsx +0 -22
- package/src/icons/StatusIndicatorIcon.tsx +0 -11
- package/src/icons/StopIcon.tsx +0 -14
- package/src/icons/SuccessIcon.tsx +0 -14
- package/src/icons/TagIcon.tsx +0 -14
- package/src/icons/TelevisionIcon.tsx +0 -14
- package/src/icons/ThumbsDownIcon.tsx +0 -14
- package/src/icons/ThumbsUpIcon.tsx +0 -14
- package/src/icons/TrendingDownIcon.tsx +0 -14
- package/src/icons/TrendingUpIcon.tsx +0 -14
- package/src/icons/TriangleDownIcon.tsx +0 -16
- package/src/icons/TriangleLeftIcon.tsx +0 -16
- package/src/icons/TriangleRightIcon.tsx +0 -16
- package/src/icons/TriangleUpIcon.tsx +0 -16
- package/src/icons/UndoIcon.tsx +0 -14
- package/src/icons/UnfreezeIcon.tsx +0 -20
- package/src/icons/UnlinkIcon.tsx +0 -14
- package/src/icons/UnlockIcon.tsx +0 -14
- package/src/icons/UnpairIcon.tsx +0 -14
- package/src/icons/UnverifiedIcon.tsx +0 -20
- package/src/icons/UpdateIcon.tsx +0 -18
- package/src/icons/UploadIcon.tsx +0 -14
- package/src/icons/UsageIcon.tsx +0 -16
- package/src/icons/UserIcon.tsx +0 -14
- package/src/icons/UsersIcon.tsx +0 -26
- package/src/icons/VerifiedIcon.tsx +0 -14
- package/src/icons/VideoIcon.tsx +0 -14
- package/src/icons/VideoOffIcon.tsx +0 -18
- package/src/icons/WarningIcon.tsx +0 -16
- package/src/icons/WorkIcon.tsx +0 -16
- package/src/icons/WriterIcon.tsx +0 -22
- package/src/icons/YouTubeIcon.tsx +0 -16
- package/src/icons/index.ts +0 -144
- package/src/index.ts +0 -290
- package/src/layers/index.ts +0 -1
- package/src/layers/layers.css.ts +0 -10
- package/src/skeleton/Skeleton.css.ts +0 -19
- package/src/skeleton/Skeleton.tsx +0 -34
- package/src/skeleton/index.ts +0 -1
- package/src/sprinkles/createSprinklesMerge.ts +0 -61
- package/src/sprinkles/index.ts +0 -1
- package/src/sprinkles/properties.css.ts +0 -504
- package/src/sprinkles/sprinkles.ts +0 -18
- package/src/sprinkles/sprinklesMerge.ts +0 -4
- package/src/test/index.ts +0 -1
- package/src/test/setup.ts +0 -61
- package/src/test/utils.tsx +0 -25
- package/src/theme/emotion.d.ts +0 -7
- package/src/theme/functions.ts +0 -77
- package/src/theme/index.ts +0 -44
- package/src/theme/overrides.ts +0 -5
- package/src/theme/types.ts +0 -93
- package/src/types.d.ts +0 -21
- package/src/utils/ExtendProps.ts +0 -5
- package/src/utils/cn.ts +0 -5
- package/src/utils/common.ts +0 -36
- package/src/utils/date.ts +0 -19
- package/src/utils/errors.ts +0 -13
- package/src/utils/helpers.ts +0 -51
- package/src/utils/storyshots.ts +0 -37
- package/src/utils/tests/helpers.test.ts +0 -21
- package/src/utils/types.ts +0 -12
- package/src/vanilla/Box/Box.tsx +0 -37
- package/src/vanilla/Box/extractBoxProps.ts +0 -19
- package/src/vanilla/Box/index.ts +0 -2
- package/src/vanilla/Dialog/Dialog.tsx +0 -130
- package/src/vanilla/Dialog/index.ts +0 -1
- package/src/vanilla/Dropdown/Dropdown.css.ts +0 -11
- package/src/vanilla/Dropdown/Dropdown.tsx +0 -78
- package/src/vanilla/Dropdown/index.ts +0 -1
- package/src/vanilla/Menu/Menu.css.ts +0 -42
- package/src/vanilla/Menu/Menu.tsx +0 -136
- package/src/vanilla/Menu/index.ts +0 -1
- package/src/vanilla/Popover/Popover.css.ts +0 -24
- package/src/vanilla/Popover/Popover.tsx +0 -89
- package/src/vanilla/Popover/index.ts +0 -1
- package/src/vanilla/Table/Table.css.ts +0 -61
- package/src/vanilla/Table/Table.tsx +0 -21
- package/src/vanilla/Table/TableBody.css.ts +0 -5
- package/src/vanilla/Table/TableBody.tsx +0 -17
- package/src/vanilla/Table/TableCell.css.ts +0 -81
- package/src/vanilla/Table/TableCell.tsx +0 -53
- package/src/vanilla/Table/TableFooter.css.ts +0 -20
- package/src/vanilla/Table/TableFooter.tsx +0 -17
- package/src/vanilla/Table/TableHeader.css.ts +0 -21
- package/src/vanilla/Table/TableHeader.tsx +0 -22
- package/src/vanilla/Table/TableHeaderCell.css.ts +0 -85
- package/src/vanilla/Table/TableHeaderCell.tsx +0 -53
- package/src/vanilla/Table/TableRow.css.ts +0 -34
- package/src/vanilla/Table/TableRow.tsx +0 -17
- package/src/vanilla/Table/index.ts +0 -7
- package/src/vanilla/Text/Text.css.ts +0 -38
- package/src/vanilla/Text/Text.tsx +0 -33
- package/src/vanilla/Text/index.ts +0 -1
- package/src/vanilla/ThemeProvider/ThemeProvider.tsx +0 -91
- package/src/vanilla/ThemeProvider/index.ts +0 -1
- package/src/vanilla/Tooltip/Tooltip.css.ts +0 -93
- package/src/vanilla/Tooltip/Tooltip.tsx +0 -147
- package/src/vanilla/Tooltip/index.ts +0 -1
- package/src/vanilla/index.ts +0 -13
- package/src/vanilla-extract/global.css.ts +0 -184
- package/src/vanilla-extract/index.ts +0 -12
- package/src/vanilla-extract/style.ts +0 -13
- package/src/version/index.ts +0 -1
- package/src/version/version.ts +0 -1
- package/src/vite-env.d.ts +0 -5
- package/tsconfig.codemods.json +0 -4
- package/tsconfig.json +0 -37
- package/tsconfig.node.json +0 -15
- package/tsconfig.vanilla.json +0 -9
- package/vite.codemods.config.ts +0 -40
- package/vite.config.ts +0 -101
- /package/dist/src/{vanilla-extract → sprinkles}/global.css.d.ts +0 -0
package/src/icons/ChatIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ChatIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M3 13.0901V3.72597C3 3.52028 3.06701 3.34786 3.20103 3.20871C3.33504 3.06957 3.50111 3 3.69923 3H12.9659C13.164 3 13.33 3.06957 13.464 3.20871C13.5981 3.34786 13.6651 3.52028 13.6651 3.72597V10.4701C13.6651 10.6758 13.5981 10.8482 13.464 10.9874C13.33 11.1265 13.164 11.1961 12.9659 11.1961H6.46853C6.06095 11.1961 5.67091 11.3619 5.38816 11.6555L3.69793 13.4104C3.5671 13.5462 3.41807 13.5732 3.25083 13.4914C3.08361 13.4095 3 13.2757 3 13.0901ZM6.52989 14.6586C6.33177 14.6586 6.1657 14.589 6.03168 14.4498C5.89767 14.3107 5.83066 14.1383 5.83066 13.9326C5.83066 13.1963 6.42754 12.5994 7.16383 12.5994H14.757C14.7859 12.5994 14.8136 12.6112 14.8337 12.632C14.9001 12.701 15.0167 12.654 15.0167 12.5582V7.22549C15.0167 6.51941 15.5891 5.94702 16.2952 5.94702C16.5021 5.94702 16.6713 6.01659 16.8028 6.15574C16.9343 6.29488 17 6.46729 17 6.67298V16.5532C17 16.7384 16.9164 16.872 16.7492 16.9538C16.5819 17.0357 16.4329 17.0087 16.3021 16.8729L14.6118 15.118C14.3291 14.8244 13.9391 14.6586 13.5315 14.6586H6.52989Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/CheckIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function CheckIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M7.98578 15C7.86013 15 7.73789 14.9759 7.61906 14.9277C7.50021 14.8796 7.38896 14.8 7.28531 14.6891L3.75302 10.9092C3.58026 10.7244 3.49597 10.5031 3.50015 10.2454C3.50434 9.9877 3.59282 9.76641 3.76558 9.58154C3.93834 9.39666 4.14304 9.30421 4.37969 9.30421C4.61632 9.30421 4.82101 9.39666 4.99377 9.58154L7.98578 12.7832L15.0001 5.27733C15.1729 5.09244 15.3797 5 15.6205 5C15.8613 5 16.0681 5.09244 16.2409 5.27733C16.4136 5.4622 16.5 5.68348 16.5 5.94118C16.5 6.19888 16.4136 6.42016 16.2409 6.60503L8.68626 14.6891C8.5826 14.8 8.47135 14.8796 8.35251 14.9277C8.23368 14.9759 8.11143 15 7.98578 15Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ChevronDownIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M5.29797 8.64196L9.25345 12.6836C9.36392 12.7965 9.48388 12.8774 9.61333 12.9265C9.74278 12.9755 9.87167 13 10 13C10.1339 13 10.2642 12.9755 10.3908 12.9265C10.5175 12.8774 10.6361 12.7965 10.7466 12.6836L14.702 8.64196C14.9007 8.439 15 8.21608 15 7.97322C15 7.73035 14.9007 7.50744 14.702 7.30448C14.5034 7.1015 14.2852 7.00002 14.0475 7.00002C13.8099 7.00002 13.5917 7.1015 13.3931 7.30448L10 10.7714L6.60694 7.30448C6.40831 7.1015 6.19014 7.00002 5.95246 7.00002C5.71477 7.00002 5.49661 7.1015 5.29797 7.30448C5.09932 7.50744 5 7.73035 5 7.97322C5 8.21608 5.09932 8.439 5.29797 8.64196Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ChevronLeftIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M11.3581 14.702L7.31643 10.7466C7.20353 10.6361 7.12257 10.5161 7.07355 10.3867C7.02452 10.2572 7 10.1283 7 10C7 9.86608 7.02452 9.7358 7.07355 9.60915C7.12257 9.48249 7.20353 9.36392 7.31643 9.25345L11.3581 5.29797C11.561 5.09932 11.7839 5 12.0268 5C12.2697 5 12.4926 5.09932 12.6955 5.29797C12.8985 5.49661 13 5.71477 13 5.95246C13 6.19014 12.8985 6.40831 12.6955 6.60694L9.22859 10L12.6955 13.3931C12.8985 13.5917 13 13.8099 13 14.0475C13 14.2852 12.8985 14.5034 12.6955 14.702C12.4926 14.9007 12.2697 15 12.0268 15C11.7839 15 11.561 14.9007 11.3581 14.702Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ChevronRightIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M8.64194 14.702L12.6836 10.7466C12.7965 10.6361 12.8774 10.5161 12.9264 10.3867C12.9755 10.2572 13 10.1283 13 10C13 9.86608 12.9755 9.7358 12.9264 9.60915C12.8774 9.48249 12.7965 9.36392 12.6836 9.25345L8.64194 5.29797C8.43898 5.09932 8.21607 5 7.9732 5C7.73034 5 7.50742 5.09932 7.30446 5.29797C7.10149 5.49661 7 5.71477 7 5.95246C7 6.19014 7.10149 6.40831 7.30446 6.60694L10.7714 10L7.30446 13.3931C7.10149 13.5917 7 13.8099 7 14.0475C7 14.2852 7.10149 14.5034 7.30446 14.702C7.50742 14.9007 7.73034 15 7.9732 15C8.21607 15 8.43898 14.9007 8.64194 14.702Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ChevronUpIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M5.29797 11.358L9.25345 7.31641C9.36392 7.20352 9.48388 7.12256 9.61333 7.07354C9.74278 7.0245 9.87167 6.99998 10 6.99998C10.1339 6.99998 10.2642 7.0245 10.3908 7.07354C10.5175 7.12256 10.6361 7.20352 10.7466 7.31641L14.702 11.358C14.9007 11.561 15 11.7839 15 12.0268C15 12.2696 14.9007 12.4926 14.702 12.6955C14.5034 12.8985 14.2852 13 14.0475 13C13.8099 13 13.5917 12.8985 13.3931 12.6955L10 9.22858L6.60694 12.6955C6.40831 12.8985 6.19014 13 5.95246 13C5.71477 13 5.49661 12.8985 5.29797 12.6955C5.09932 12.4926 5 12.2696 5 12.0268C5 11.7839 5.09932 11.561 5.29797 11.358Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/CinemaIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function CinemaIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M3.47174 4.03302C3.55765 4.01126 3.64589 4.05379 3.68725 4.13218L5.17287 6.94787C5.20748 7.01348 5.27557 7.05454 5.34976 7.05454H7.28398C7.43501 7.05454 7.53154 6.89355 7.4604 6.76033L6.14355 4.29421C6.07241 4.16098 6.16894 4 6.31997 4H7.45808C7.53226 4 7.60035 4.04106 7.63497 4.10667L9.13404 6.94787C9.16866 7.01348 9.23675 7.05454 9.31093 7.05454H11.2452C11.3962 7.05454 11.4927 6.89355 11.4216 6.76033L10.1047 4.29421C10.0336 4.16098 10.1301 4 10.2811 4H11.4193C11.4934 4 11.5615 4.04106 11.5961 4.10667L13.0952 6.94787C13.1298 7.01348 13.1979 7.05454 13.2721 7.05454H15.2063C15.3574 7.05454 15.4539 6.89355 15.3828 6.76033L14.0659 4.29421C13.9948 4.16098 14.0913 4 14.2423 4H16.091C16.6257 4 17.0775 4.17273 17.4465 4.51818C17.8154 4.86364 17.9999 5.28672 17.9999 5.78742V14.2126C17.9999 14.7133 17.8154 15.1364 17.4465 15.4818C17.0775 15.8273 16.6257 16 16.091 16H3.90878C3.37404 16 2.92221 15.8273 2.55328 15.4818C2.18434 15.1364 1.99988 14.7133 1.99988 14.2126V5.78742C1.99988 5.28672 2.14875 4.88788 2.44648 4.59091C2.71366 4.32442 3.05541 4.13846 3.47174 4.03302Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/ClaimIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ClaimIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M6.07708 14.071C6.32302 14.071 6.53457 13.984 6.71173 13.8101C6.88887 13.6361 6.97745 13.4267 6.97745 13.1819C6.97745 12.937 6.89011 12.7264 6.71543 12.55C6.54075 12.3736 6.33044 12.2854 6.08452 12.2854C5.83857 12.2854 5.62703 12.3723 5.44987 12.5463C5.27272 12.7202 5.18415 12.9296 5.18415 13.1745C5.18415 13.4193 5.27149 13.63 5.44617 13.8064C5.62085 13.9828 5.83115 14.071 6.07708 14.071ZM6.02417 6.01725C5.80914 6.01725 5.62341 6.09419 5.46698 6.24807C5.31055 6.40194 5.23233 6.58648 5.23233 6.80172V10.7319C5.23233 10.9471 5.30922 11.1317 5.463 11.2856C5.61678 11.4394 5.80118 11.5164 6.01621 11.5164C6.23124 11.5164 6.41697 11.4394 6.5734 11.2856C6.72984 11.1317 6.80805 10.9471 6.80805 10.7319V6.80172C6.80805 6.58648 6.73116 6.40194 6.57738 6.24807C6.42361 6.09419 6.2392 6.01725 6.02417 6.01725ZM14.1818 13.9827C14.398 13.9827 14.5833 13.9062 14.7379 13.7531C14.8924 13.6 14.9697 13.4164 14.9697 13.2022C14.9697 12.9881 14.8924 12.8032 14.7379 12.6475C14.5833 12.4917 14.398 12.4138 14.1818 12.4138H10.2222C10.0061 12.4138 9.82071 12.4904 9.66618 12.6435C9.51163 12.7966 9.43436 12.9802 9.43436 13.1943C9.43436 13.4084 9.51163 13.5934 9.66618 13.7491C9.82071 13.9049 10.0061 13.9827 10.2222 13.9827H14.1818ZM14.1818 10.7643C14.398 10.7643 14.5833 10.6878 14.7379 10.5347C14.8924 10.3816 14.9697 10.198 14.9697 9.98385C14.9697 9.76974 14.8924 9.58481 14.7379 9.42906C14.5833 9.2733 14.398 9.19542 14.1818 9.19542H10.2222C10.0061 9.19542 9.82071 9.27198 9.66618 9.42509C9.51163 9.57821 9.43436 9.76182 9.43436 9.97592C9.43436 10.19 9.51163 10.375 9.66618 10.5307C9.82071 10.6865 10.0061 10.7643 10.2222 10.7643H14.1818ZM14.1818 7.58618C14.398 7.58618 14.5833 7.50962 14.7379 7.35651C14.8924 7.20339 14.9697 7.01978 14.9697 6.80568C14.9697 6.59157 14.8924 6.40664 14.7379 6.25089C14.5833 6.09513 14.398 6.01725 14.1818 6.01725H10.2222C10.0061 6.01725 9.82071 6.09381 9.66618 6.24692C9.51163 6.40004 9.43436 6.58365 9.43436 6.79775C9.43436 7.01186 9.51163 7.19679 9.66618 7.35254C9.82071 7.5083 10.0061 7.58618 10.2222 7.58618H14.1818ZM3.82441 17C3.31252 17 2.88047 16.8247 2.52828 16.474C2.17609 16.1233 2 15.6931 2 15.1835V4.81655C2 4.30686 2.17609 3.87668 2.52828 3.52601C2.88047 3.17534 3.31252 3 3.82441 3H16.1756C16.6875 3 17.1195 3.17534 17.4717 3.52601C17.8239 3.87668 18 4.30686 18 4.81655V15.1835C18 15.6931 17.8239 16.1233 17.4717 16.474C17.1195 16.8247 16.6875 17 16.1756 17H3.82441Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/CloseIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function CloseIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M10.0442 11.1281L6.40819 14.7495C6.24522 14.9118 6.0561 14.9941 5.84084 14.9965C5.62558 14.9988 5.43411 14.9165 5.26642 14.7495C5.09872 14.5824 5.01487 14.396 5.01487 14.19C5.01487 13.9841 5.09872 13.7976 5.26642 13.6306L8.92076 9.99085L5.24805 6.35114C5.08507 6.18882 5.0024 6.00656 5.00005 5.80435C4.99769 5.60216 5.08035 5.41756 5.24805 5.25054C5.41574 5.08351 5.60297 5 5.80975 5C6.01653 5 6.20377 5.08351 6.37145 5.25054L10.0074 8.85364L13.6067 5.26884C13.7697 5.10651 13.9588 5.02417 14.174 5.02183C14.3893 5.01947 14.5808 5.10181 14.7485 5.26884C14.9162 5.43585 15 5.62843 15 5.84658C15 6.06473 14.9162 6.25731 14.7485 6.42433L11.1309 10.0457L14.7668 13.6672C14.9176 13.8173 14.9941 13.9995 14.9965 14.2139C14.9988 14.4283 14.9223 14.6129 14.7668 14.7678C14.6114 14.9226 14.4303 15 14.2235 15C14.0167 15 13.8356 14.9226 13.6802 14.7678L10.0442 11.1281Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ColumnChooserIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M2.5 15.25V4.75C2.5 4.14583 2.65737 3.61979 2.9721 3.17188C3.28683 2.72396 3.66518 2.5 4.10714 2.5H15.8929C16.3348 2.5 16.7132 2.72396 17.0279 3.17188C17.3426 3.61979 17.5 4.14583 17.5 4.75V15.25C17.5 15.8542 17.3426 16.3802 17.0279 16.8281C16.7132 17.276 16.3348 17.5 15.8929 17.5H4.10714C3.66518 17.5 3.28683 17.276 2.9721 16.8281C2.65737 16.3802 2.5 15.8542 2.5 15.25ZM8.57143 15.9375H11.4286V4.0625H8.57143V15.9375ZM13.0357 15.9375H15.8929V4.0625H13.0357V15.9375Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function CompositionIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M12.7747 16C12.0669 16 11.461 15.756 10.957 15.2681C10.4529 14.7802 10.2009 14.1933 10.2009 13.5074C10.2009 12.8215 10.4527 12.2278 10.9563 11.7263C11.46 11.2248 12.0658 10.974 12.7738 10.974C12.9273 10.974 13.076 10.9963 13.2198 11.0407C13.3636 11.0852 13.5098 11.1519 13.6582 11.2408V4.81816C13.6582 4.58764 13.7394 4.39365 13.9019 4.23618C14.0644 4.07873 14.2645 4 14.5024 4H17.0273C17.2912 4 17.5193 4.09203 17.7115 4.2761C17.9038 4.46016 17.9999 4.68231 17.9999 4.94255C17.9999 5.19829 17.9038 5.41932 17.7115 5.60563C17.5193 5.79194 17.2912 5.8851 17.0273 5.8851H15.3868V13.5065C15.3868 14.1926 15.1284 14.7798 14.6115 15.2679C14.0947 15.756 13.4824 16 12.7747 16ZM2.86418 5.67529C2.62633 5.67529 2.42281 5.59329 2.25365 5.42929C2.08447 5.26528 1.99988 5.06798 1.99988 4.83739C1.99988 4.60679 2.08447 4.40958 2.25365 4.24575C2.42281 4.08192 2.62633 4 2.86418 4H10.7436C10.9815 4 11.185 4.082 11.3542 4.246C11.5233 4.41001 11.6079 4.60731 11.6079 4.8379C11.6079 5.0685 11.5233 5.26571 11.3542 5.42954C11.185 5.59338 10.9815 5.67529 10.7436 5.67529H2.86418ZM2.86418 9.1818C2.62633 9.1818 2.42281 9.09979 2.25365 8.93579C2.08447 8.77178 1.99988 8.57448 1.99988 8.3439C1.99988 8.1133 2.08447 7.91608 2.25365 7.75225C2.42281 7.58842 2.62633 7.5065 2.86418 7.5065H10.7436C10.9815 7.5065 11.185 7.58851 11.3542 7.75251C11.5233 7.91652 11.6079 8.11382 11.6079 8.3444C11.6079 8.575 11.5233 8.77222 11.3542 8.93605C11.185 9.09988 10.9815 9.1818 10.7436 9.1818H2.86418ZM2.86418 12.6493C2.62633 12.6493 2.42281 12.5673 2.25365 12.4033C2.08447 12.2393 1.99988 12.042 1.99988 11.8114C1.99988 11.5808 2.08447 11.3836 2.25365 11.2198C2.42281 11.056 2.62633 10.974 2.86418 10.974H7.52751C7.76537 10.974 7.96888 11.056 8.13804 11.22C8.30722 11.3841 8.39181 11.5814 8.39181 11.8119C8.39181 12.0425 8.30722 12.2398 8.13804 12.4036C7.96888 12.5674 7.76537 12.6493 7.52751 12.6493H2.86418Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ConcertIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M7.9489 12.4265C7.88865 12.6095 8.09636 12.7635 8.2539 12.6527L9.94196 11.4658C9.97672 11.4414 10.0231 11.4416 10.0577 11.4663L11.702 12.6435C11.8593 12.7561 12.0689 12.602 12.0084 12.4183L11.3827 10.5188C11.3691 10.4778 11.3835 10.4327 11.4183 10.407L13.1099 9.16103C13.2653 9.04652 13.1843 8.8 12.9913 8.8H10.9513C10.9086 8.8 10.8707 8.77294 10.8567 8.73262L10.1891 6.79784C10.1271 6.61817 9.87295 6.61817 9.81094 6.79784L9.14325 8.73262C9.12934 8.77294 9.09138 8.8 9.04872 8.8H7C6.8078 8.8 6.72624 9.04468 6.88 9.16L8.54255 10.4069C8.57688 10.4327 8.59096 10.4774 8.57753 10.5182L7.9489 12.4265ZM3.6 16C3.16 16 2.78333 15.8531 2.47 15.5594C2.15667 15.2656 2 14.9125 2 14.5V11.5C2.44 11.5 2.81667 11.3531 3.13 11.0594C3.44333 10.7656 3.6 10.4125 3.6 10C3.6 9.5875 3.44333 9.23438 3.13 8.94063C2.81667 8.64687 2.44 8.5 2 8.5V5.5C2 5.0875 2.15667 4.73438 2.47 4.44063C2.78333 4.14688 3.16 4 3.6 4H16.4C16.84 4 17.2167 4.14688 17.53 4.44063C17.8433 4.73438 18 5.0875 18 5.5V8.5C17.56 8.5 17.1833 8.64687 16.87 8.94063C16.5567 9.23438 16.4 9.5875 16.4 10C16.4 10.4125 16.5567 10.7656 16.87 11.0594C17.1833 11.3531 17.56 11.5 18 11.5V14.5C18 14.9125 17.8433 15.2656 17.53 15.5594C17.2167 15.8531 16.84 16 16.4 16H3.6Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ConflictIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M10.0467 14.8963L12.371 9.42478C12.4483 9.26701 12.4454 9.12678 12.3625 9.00408C12.2795 8.88137 12.1572 8.82002 11.9955 8.82002H10.4272V5.107C10.4272 4.97905 10.3682 4.90521 10.2502 4.88548C10.1322 4.86574 10.0526 4.90423 10.0116 5.00094L7.68722 10.4672C7.60997 10.6253 7.61284 10.7657 7.6958 10.8884C7.77875 11.0111 7.90108 11.0724 8.06277 11.0724H9.63109V14.7905C9.63109 14.9181 9.69008 14.9917 9.80808 15.0114C9.92607 15.0312 10.0056 14.9928 10.0467 14.8963ZM10.0013 18C8.89481 18 7.85478 17.79 6.88122 17.3701C5.90763 16.9502 5.06076 16.3803 4.34059 15.6604C3.62041 14.9405 3.05026 14.094 2.63016 13.1208C2.21005 12.1476 2 11.1078 2 10.0013C2 8.8915 2.21035 7.84835 2.63105 6.87186C3.05175 5.89538 3.62269 5.04596 4.34387 4.32362C5.06506 3.60129 5.91159 3.03343 6.88345 2.62006C7.8553 2.20669 8.89371 2 9.9987 2C11.1084 2 12.1514 2.2066 13.1278 2.61981C14.1042 3.03301 14.9536 3.60072 15.6761 4.32292C16.3986 5.04513 16.9666 5.8944 17.3799 6.87073C17.7933 7.84706 18 8.89025 18 10.0003C18 11.1104 17.7934 12.15 17.3802 13.1192C16.967 14.0884 16.3994 14.9337 15.6773 15.6552C14.9553 16.3766 14.1062 16.9478 13.1301 17.3687C12.1541 17.7896 11.1111 18 10.0013 18Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ConvertIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M4.81209 13.4378L6.4486 15.0618C6.62228 15.2342 6.71048 15.432 6.71321 15.6551C6.71592 15.8783 6.62771 16.0738 6.4486 16.2414C6.27962 16.4138 6.08757 16.5 5.87244 16.5C5.65733 16.5 5.46293 16.4138 5.28925 16.2414L2.30125 13.2973C2.20789 13.199 2.13435 13.0936 2.08061 12.9812C2.02687 12.8687 2 12.7465 2 12.6144C2 12.4823 2.02687 12.36 2.08061 12.2476C2.13435 12.1351 2.20789 12.0325 2.30125 11.9399L5.25993 9.0248C5.42819 8.85782 5.62495 8.77164 5.85019 8.76624C6.07544 8.76087 6.27828 8.84435 6.45872 9.01671C6.63109 9.18906 6.71592 9.38216 6.71321 9.596C6.71048 9.80983 6.62228 10.0029 6.4486 10.1753L4.81209 11.7993H10.0244C10.2512 11.7993 10.4455 11.8792 10.6073 12.0389C10.7691 12.1986 10.85 12.3904 10.85 12.6142C10.85 12.8379 10.7691 13.0312 10.6073 13.1938C10.4455 13.3565 10.2512 13.4378 10.0244 13.4378H4.81209ZM15.1879 8.20067H9.97557C9.74882 8.20067 9.55453 8.12081 9.39272 7.96109C9.23093 7.80137 9.15003 7.60962 9.15003 7.38584C9.15003 7.16204 9.23093 6.96882 9.39272 6.80615C9.55453 6.64349 9.74882 6.56216 9.97557 6.56216H15.1879L13.5514 4.93813C13.3777 4.76578 13.2895 4.56801 13.2868 4.34484C13.2841 4.12166 13.3723 3.92622 13.5514 3.75853C13.7204 3.58618 13.9124 3.5 14.1276 3.5C14.3427 3.5 14.5371 3.58618 14.7108 3.75853L17.6988 6.70273C17.7921 6.80098 17.8657 6.90633 17.9194 7.0188C17.9731 7.13128 18 7.25354 18 7.38561C18 7.51768 17.9731 7.63996 17.9194 7.75243C17.8657 7.86489 17.7921 7.96744 17.6988 8.0601L14.7401 10.9752C14.5769 11.1422 14.385 11.2249 14.1642 11.2232C13.9435 11.2216 13.7429 11.1346 13.5625 10.9623C13.3901 10.7899 13.3053 10.5968 13.308 10.383C13.3107 10.1691 13.3989 9.97605 13.5726 9.80369L15.1879 8.20067Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/CopyIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function CopyIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M11.4893 11.9891C11.7043 11.9891 11.8881 11.9127 12.0409 11.7599C12.1936 11.607 12.27 11.4231 12.27 11.2083V9.7736H13.7046C13.9195 9.7736 14.1034 9.69716 14.2562 9.54428C14.4091 9.39139 14.4855 9.20746 14.4855 8.99251C14.4855 8.77755 14.4091 8.5937 14.2562 8.44098C14.1034 8.28825 13.9195 8.21189 13.7046 8.21189H12.27V6.77724C12.27 6.56235 12.1935 6.37848 12.0406 6.22563C11.8877 6.0728 11.7038 5.99638 11.4889 5.99638C11.2739 5.99638 11.09 6.0728 10.9373 6.22563C10.7846 6.37848 10.7082 6.56235 10.7082 6.77724V8.21189H9.27359C9.05871 8.21189 8.87484 8.28833 8.722 8.44121C8.56915 8.59411 8.49273 8.77803 8.49273 8.99298C8.49273 9.20795 8.56915 9.39179 8.722 9.54452C8.87484 9.69724 9.05871 9.7736 9.27359 9.7736H10.7082V11.2083C10.7082 11.4231 10.7847 11.607 10.9376 11.7599C11.0905 11.9127 11.2744 11.9891 11.4893 11.9891ZM7.29977 14.9855C6.803 14.9855 6.38127 14.8121 6.03457 14.4654C5.68787 14.1187 5.51452 13.697 5.51452 13.2002V4.78526C5.51452 4.28849 5.68787 3.86676 6.03457 3.52006C6.38127 3.17335 6.803 3 7.29977 3H15.7148C16.2115 3 16.6332 3.17335 16.9799 3.52006C17.3266 3.86676 17.5 4.28849 17.5 4.78526V13.2002C17.5 13.697 17.3266 14.1187 16.9799 14.4654C16.6332 14.8121 16.2115 14.9855 15.7148 14.9855H7.29977ZM4.28524 18C3.78849 18 3.36675 17.8267 3.02004 17.48C2.67335 17.1332 2.5 16.7115 2.5 16.2148V7.01891C2.5 6.80402 2.57645 6.62015 2.72934 6.46731C2.88224 6.31447 3.06616 6.23805 3.28111 6.23805C3.49606 6.23805 3.67991 6.31447 3.83265 6.46731C3.98537 6.62015 4.06173 6.80402 4.06173 7.01891V16.2148C4.06173 16.2706 4.08501 16.3219 4.13158 16.3684C4.17815 16.415 4.22937 16.4383 4.28524 16.4383H13.4811C13.696 16.4383 13.8798 16.5147 14.0327 16.6676C14.1855 16.8205 14.262 17.0044 14.262 17.2194C14.262 17.4343 14.1855 17.6182 14.0327 17.7709C13.8798 17.9236 13.696 18 13.4811 18H4.28524Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function CueSheetIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M6.85048 14.1707C7.09966 14.1707 7.31398 14.0822 7.49346 13.9052C7.67295 13.7283 7.76269 13.5152 7.76269 13.266C7.76269 13.0168 7.6742 12.8025 7.49723 12.623C7.32025 12.4436 7.10717 12.3538 6.85799 12.3538C6.60883 12.3538 6.3945 12.4423 6.21501 12.6193C6.03554 12.7963 5.9458 13.0093 5.9458 13.2585C5.9458 13.5077 6.03429 13.722 6.21127 13.9015C6.38825 14.081 6.60132 14.1707 6.85048 14.1707ZM6.85048 10.9084C7.09966 10.9084 7.31398 10.82 7.49346 10.643C7.67295 10.466 7.76269 10.2529 7.76269 10.0038C7.76269 9.75459 7.6742 9.54026 7.49723 9.36077C7.32025 9.18129 7.10717 9.09155 6.85799 9.09155C6.60883 9.09155 6.3945 9.18004 6.21501 9.35702C6.03554 9.534 5.9458 9.74707 5.9458 9.99623C5.9458 10.2454 6.03429 10.4597 6.21127 10.6392C6.38825 10.8187 6.60132 10.9084 6.85048 10.9084ZM6.85048 7.60526C7.09966 7.60526 7.31398 7.51677 7.49346 7.33979C7.67295 7.16281 7.76269 6.94973 7.76269 6.70056C7.76269 6.45139 7.6742 6.23707 7.49723 6.05758C7.32025 5.87809 7.10717 5.78834 6.85799 5.78834C6.60883 5.78834 6.3945 5.87684 6.21501 6.05383C6.03554 6.23081 5.9458 6.44388 5.9458 6.69304C5.9458 6.94222 6.03429 7.15655 6.21127 7.33602C6.38825 7.51551 6.60132 7.60526 6.85048 7.60526ZM9.7717 14.081H13.245C13.464 14.081 13.6517 14.0031 13.8083 13.8472C13.9649 13.6914 14.0432 13.5046 14.0432 13.2868C14.0432 13.0689 13.9649 12.8807 13.8083 12.7222C13.6517 12.5637 13.464 12.4845 13.245 12.4845H9.7717C9.55269 12.4845 9.3649 12.5624 9.20832 12.7182C9.05174 12.874 8.97345 13.0608 8.97345 13.2787C8.97345 13.4966 9.05174 13.6847 9.20832 13.8432C9.3649 14.0017 9.55269 14.081 9.7717 14.081ZM9.7717 10.7778H13.245C13.464 10.7778 13.6517 10.6999 13.8083 10.5441C13.9649 10.3883 14.0432 10.2014 14.0432 9.98356C14.0432 9.7657 13.9649 9.57753 13.8083 9.41904C13.6517 9.26055 13.464 9.1813 13.245 9.1813H9.7717C9.55269 9.1813 9.3649 9.25921 9.20832 9.41501C9.05174 9.57081 8.97345 9.75764 8.97345 9.9755C8.97345 10.1934 9.05174 10.3815 9.20832 10.54C9.3649 10.6985 9.55269 10.7778 9.7717 10.7778ZM9.7717 7.5155H13.245C13.464 7.5155 13.6517 7.4376 13.8083 7.2818C13.9649 7.126 14.0432 6.93917 14.0432 6.72131C14.0432 6.50345 13.9649 6.31527 13.8083 6.15678C13.6517 5.99828 13.464 5.91903 13.245 5.91903H9.7717C9.55269 5.91903 9.3649 5.99694 9.20832 6.15275C9.05174 6.30855 8.97345 6.49538 8.97345 6.71325C8.97345 6.93111 9.05174 7.11928 9.20832 7.27777C9.3649 7.43626 9.55269 7.5155 9.7717 7.5155ZM4.84841 17C4.32979 17 3.89206 16.8216 3.53524 16.4648C3.17841 16.1079 3 15.6702 3 15.1516V4.84842C3 4.32979 3.17841 3.89206 3.53524 3.53524C3.89206 3.17841 4.32979 3 4.84841 3H15.1516C15.6702 3 16.1079 3.17841 16.4648 3.53524C16.8216 3.89206 17 4.32979 17 4.84842V15.1516C17 15.6702 16.8216 16.1079 16.4648 16.4648C16.1079 16.8216 15.6702 17 15.1516 17H4.84841Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function DashboardIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M11.031 6.49573V3.47731C11.031 3.19764 11.1245 2.96485 11.3116 2.77892C11.4986 2.59297 11.7303 2.5 12.0068 2.5H16.5275C16.804 2.5 17.0352 2.59297 17.2211 2.77892C17.407 2.96485 17.5 3.19764 17.5 3.47731V6.49573C17.5 6.77541 17.4065 7.00821 17.2194 7.19414C17.0324 7.38007 16.8007 7.47304 16.5242 7.47304H12.0035C11.7271 7.47304 11.4958 7.38007 11.3099 7.19414C11.124 7.00821 11.031 6.77541 11.031 6.49573ZM2.5 9.93931V3.47021C2.5 3.19528 2.59352 2.96485 2.78055 2.77892C2.96759 2.59297 3.19935 2.5 3.47583 2.5H8.44121C8.71769 2.5 8.9489 2.593 9.13483 2.779C9.32076 2.96498 9.41372 3.19544 9.41372 3.47037V9.93947C9.41372 10.2144 9.32021 10.4448 9.13319 10.6308C8.94616 10.8167 8.7144 10.9097 8.43791 10.9097H3.47252C3.19605 10.9097 2.96485 10.8167 2.77892 10.6307C2.59297 10.4447 2.5 10.2142 2.5 9.93931ZM11.031 16.5296V10.0605C11.031 9.78559 11.1245 9.55516 11.3116 9.36923C11.4986 9.18329 11.7303 9.09031 12.0068 9.09031H16.5275C16.804 9.09031 17.0352 9.18331 17.2211 9.36931C17.407 9.55529 17.5 9.78575 17.5 10.0607V16.5298C17.5 16.8047 17.4065 17.0352 17.2194 17.2211C17.0324 17.407 16.8007 17.5 16.5242 17.5H12.0035C11.7271 17.5 11.4958 17.407 11.3099 17.221C11.124 17.035 11.031 16.8046 11.031 16.5296ZM2.5 16.5227V13.5043C2.5 13.2246 2.59352 12.9918 2.78055 12.8059C2.96759 12.6199 3.19935 12.527 3.47583 12.527H8.44121C8.71769 12.527 8.9489 12.6199 9.13483 12.8059C9.32076 12.9918 9.41372 13.2246 9.41372 13.5043V16.5227C9.41372 16.8024 9.32021 17.0352 9.13319 17.2211C8.94616 17.407 8.7144 17.5 8.43791 17.5H3.47252C3.19605 17.5 2.96485 17.407 2.77892 17.2211C2.59297 17.0352 2.5 16.8024 2.5 16.5227Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function DatasetIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M9.99878 17.5C9.7701 17.5 9.54498 17.4648 9.32342 17.3943C9.10186 17.3238 8.89737 17.2174 8.70993 17.0752L2.87284 12.8572C2.62998 12.6783 2.50576 12.4436 2.50019 12.1529C2.49461 11.8622 2.61419 11.6253 2.85892 11.4422C3.02082 11.3155 3.20961 11.2521 3.42529 11.2521C3.64095 11.2521 3.83112 11.3149 3.99579 11.4406L9.83288 15.6458C9.88302 15.683 9.93872 15.7017 10 15.7017C10.0613 15.7017 10.117 15.683 10.1671 15.6458L16.0042 11.4406C16.1689 11.3149 16.359 11.2521 16.5747 11.2521C16.7904 11.2521 16.9792 11.3155 17.1411 11.4422C17.3858 11.6253 17.5054 11.8622 17.4998 12.1529C17.4942 12.4436 17.37 12.6783 17.1272 12.8572L11.2901 17.0752C11.1021 17.2174 10.8971 17.3238 10.675 17.3943C10.4529 17.4648 10.2275 17.5 9.99878 17.5ZM9.9995 13.1942C9.77034 13.1942 9.54498 13.159 9.32342 13.0885C9.10186 13.018 8.89737 12.9116 8.70993 12.7694L2.9945 8.63138C2.84544 8.52804 2.73749 8.40979 2.67066 8.27663C2.6038 8.14347 2.57038 8.00029 2.57038 7.84709C2.57038 7.69298 2.6038 7.54891 2.67066 7.41488C2.73749 7.28087 2.845 7.16249 2.99317 7.05974L8.70613 2.92584C8.89471 2.78355 9.10029 2.677 9.32288 2.6062C9.54545 2.5354 9.77132 2.5 10.0005 2.5C10.2297 2.5 10.455 2.53524 10.6766 2.60572C10.8981 2.67622 11.1026 2.78258 11.2901 2.92482L17.0055 7.06283C17.1546 7.16617 17.2625 7.28442 17.3293 7.41758C17.3962 7.55072 17.4296 7.69389 17.4296 7.84709C17.4296 8.00122 17.3962 8.1453 17.3293 8.27933C17.2625 8.41334 17.155 8.53172 17.0068 8.63447L11.2939 12.7683C11.1053 12.9106 10.8997 13.0172 10.6771 13.088C10.4545 13.1588 10.2287 13.1942 9.9995 13.1942Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/DeleteIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function DeleteIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M6.07895 17.5C5.51857 17.5 5.04506 17.3088 4.65844 16.9265C4.27181 16.5441 4.07849 16.0758 4.07849 15.5217V5.93703H3.875C3.63421 5.93703 3.42817 5.85231 3.2569 5.68288C3.08563 5.51346 3 5.30965 3 5.07144C3 4.83324 3.08563 4.62951 3.2569 4.46027C3.42817 4.29102 3.63421 4.20639 3.875 4.20639H7.49709C7.49709 3.96388 7.5957 2.92441 7.79292 2.75465C7.99015 2.58488 8.21817 2.5 8.47697 2.5H11.523C11.7818 2.5 12.0098 2.58501 12.2071 2.75503C12.4043 2.92505 12.5029 3.96439 12.5029 4.20639H16.125C16.3658 4.20639 16.5718 4.2911 16.7431 4.46053C16.9144 4.62996 17 4.83378 17 5.07198C17 5.31019 16.9144 5.51392 16.7431 5.68316C16.5718 5.8524 16.3658 5.93703 16.125 5.93703H15.9215V15.5217C15.9215 16.0758 15.7282 16.5441 15.3416 16.9265C14.9549 17.3088 14.4814 17.5 13.921 17.5H6.07895ZM7.43919 12.4407C7.43919 12.6788 7.52485 12.8826 7.69618 13.0519C7.86749 13.2213 8.07358 13.306 8.31446 13.306C8.55532 13.306 8.76132 13.2213 8.93246 13.0519C9.1036 12.8826 9.18918 12.6788 9.18918 12.4407V8.43237C9.18918 8.19425 9.10352 7.9905 8.93219 7.82113C8.76087 7.65175 8.55477 7.56706 8.31391 7.56706C8.07303 7.56706 7.86703 7.65175 7.69589 7.82113C7.52476 7.9905 7.43919 8.19425 7.43919 8.43237V12.4407ZM10.8108 12.4407C10.8108 12.6788 10.8965 12.8826 11.0678 13.0519C11.2391 13.2213 11.4452 13.306 11.6861 13.306C11.927 13.306 12.133 13.2213 12.3041 13.0519C12.4752 12.8826 12.5608 12.6788 12.5608 12.4407V8.43237C12.5608 8.19425 12.4751 7.9905 12.3038 7.82113C12.1325 7.65175 11.9264 7.56706 11.6855 7.56706C11.4447 7.56706 11.2387 7.65175 11.0675 7.82113C10.8964 7.9905 10.8108 8.19425 10.8108 8.43237V12.4407Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function DeliveryIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M11.2728 17.3891L5.80808 15.9775V8.69147H7.38115C7.49052 8.69147 7.60379 8.69948 7.72097 8.7155C7.83813 8.73154 7.94896 8.76407 8.05344 8.81311L11.7268 10.0762C12.4269 10.3384 12.9574 10.6774 13.3182 11.0933C13.679 11.5091 13.8594 11.9302 13.8594 12.3564C13.8594 12.3734 13.8647 12.3833 13.8755 12.3861C13.8862 12.3889 13.8652 12.3904 13.8125 12.3904H12.8883C12.4079 12.3781 11.9236 12.3434 11.4354 12.2864C10.9471 12.2293 10.4736 12.1277 10.0146 11.9816L9.40238 11.8062C9.24713 11.7496 9.10579 11.7545 8.97836 11.821C8.85094 11.8875 8.74915 12.0018 8.67299 12.164C8.59682 12.314 8.59048 12.4601 8.65395 12.6025C8.71741 12.7449 8.83313 12.8444 9.00108 12.901L9.55179 13.1216C10.0605 13.2895 10.5336 13.3946 10.9711 13.4371C11.4085 13.4795 11.9793 13.5007 12.6833 13.5007H15.9993C16.7746 13.5007 17.3018 13.6957 17.5811 14.0856C17.8604 14.4755 18 15.0378 18 15.7724L12.2673 17.4217C12.0915 17.4858 11.9309 17.5105 11.7854 17.4959C11.6399 17.4813 11.4691 17.4457 11.2728 17.3891ZM2 15.8176V9.93335C2 9.58161 2.1201 9.2867 2.36031 9.04859C2.60051 8.8105 2.90271 8.69145 3.26691 8.69145H3.58918C3.94069 8.69145 4.23337 8.81356 4.46722 9.05778C4.70108 9.30202 4.81801 9.59387 4.81801 9.93335V15.8176C4.81801 16.1571 4.70108 16.4489 4.46722 16.6932C4.23337 16.9374 3.94069 17.0595 3.58918 17.0595H3.26691C2.90271 17.0595 2.60051 16.9405 2.36031 16.7024C2.1201 16.4643 2 16.1693 2 15.8176ZM12.6496 5.66727L15.702 2.71944C15.8582 2.56857 16.0288 2.4955 16.2138 2.50021C16.3989 2.50492 16.5671 2.58036 16.7184 2.72652C16.8746 2.8774 16.9528 3.04525 16.9528 3.23007C16.9528 3.4149 16.8746 3.58275 16.7184 3.73362L13.2647 7.08739C13.089 7.25713 12.8839 7.342 12.6496 7.342C12.4152 7.342 12.2102 7.25713 12.0344 7.08739L10.5229 5.60924C10.3715 5.46307 10.2903 5.29711 10.279 5.11135C10.2678 4.92558 10.3403 4.75961 10.4965 4.61345C10.6479 4.45032 10.8261 4.37418 11.0311 4.38503C11.2362 4.39586 11.4144 4.47437 11.5657 4.62053L12.6496 5.66727Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function DetailsIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M4.91498 17.0786C4.6922 17.0786 4.50012 16.9993 4.33873 16.8407C4.1772 16.6821 4.09644 16.4919 4.09644 16.2703C4.09644 16.0485 4.17609 15.8569 4.33539 15.6957C4.4947 15.5343 4.68567 15.4536 4.90831 15.4536H12.4029C12.6257 15.4536 12.8178 15.5329 12.9794 15.6915C13.1407 15.8501 13.2214 16.0403 13.2214 16.2619C13.2214 16.4838 13.1418 16.6753 12.9825 16.8365C12.8233 16.9979 12.6323 17.0786 12.4096 17.0786H4.91498ZM13.9679 12.0786C12.8346 12.0786 11.8748 11.6843 11.0885 10.8957C10.3021 10.1069 9.90894 9.14591 9.90894 8.01257C9.90894 6.87924 10.3032 5.91945 11.0919 5.1332C11.8806 4.34681 12.8416 3.95361 13.975 3.95361C15.1083 3.95361 16.0681 4.34792 16.8544 5.13653C17.6407 5.92528 18.0339 6.88632 18.0339 8.01965C18.0339 9.15299 17.6396 10.1128 16.851 10.899C16.0623 11.6854 15.1012 12.0786 13.9679 12.0786ZM4.90727 10.8286C4.68963 10.8286 4.50012 10.7493 4.33873 10.5907C4.1772 10.4321 4.09644 10.2419 4.09644 10.0203C4.09644 9.79847 4.17616 9.60695 4.3356 9.4457C4.49491 9.28431 4.68602 9.20361 4.90894 9.20361H7.73769C7.95519 9.20361 8.1447 9.28243 8.30623 9.44007C8.46762 9.59757 8.54831 9.78646 8.54831 10.0067C8.54831 10.2181 8.47456 10.4079 8.32706 10.5761C8.17942 10.7444 7.98234 10.8286 7.73581 10.8286H4.90727ZM4.89977 13.9536C4.68713 13.9536 4.50012 13.8743 4.33873 13.7157C4.1772 13.5571 4.09644 13.3669 4.09644 13.1453C4.09644 12.9235 4.17616 12.7319 4.3356 12.5707C4.49491 12.4093 4.68602 12.3286 4.90894 12.3286H9.91977C10.1324 12.3286 10.3194 12.4074 10.4808 12.5651C10.6423 12.7226 10.7231 12.9115 10.7231 13.1317C10.7231 13.3292 10.6528 13.5156 10.5123 13.6907C10.3719 13.866 10.1713 13.9536 9.9106 13.9536H4.89977ZM13.9714 10.2388C14.1753 10.2388 14.3467 10.1693 14.4856 10.0303C14.6246 9.89139 14.6941 9.72 14.6941 9.51611V9.13799C14.6941 8.9341 14.6246 8.76264 14.4856 8.62361C14.3467 8.48459 14.1753 8.41507 13.9714 8.41507C13.7675 8.41507 13.5962 8.48459 13.4573 8.62361C13.3182 8.76264 13.2487 8.9341 13.2487 9.13799V9.51611C13.2487 9.72 13.3182 9.89139 13.4573 10.0303C13.5962 10.1693 13.7675 10.2388 13.9714 10.2388ZM13.9714 7.36715C14.1881 7.36715 14.3707 7.29285 14.5194 7.14424C14.668 6.99563 14.7423 6.81299 14.7423 6.59632C14.7423 6.37965 14.668 6.19702 14.5194 6.0484C14.3707 5.89979 14.1881 5.82549 13.9714 5.82549C13.7548 5.82549 13.5721 5.89979 13.4235 6.0484C13.2749 6.19702 13.2006 6.37965 13.2006 6.59632C13.2006 6.81299 13.2749 6.99563 13.4235 7.14424C13.5721 7.29285 13.7548 7.36715 13.9714 7.36715Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function DigitalIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
fillRule="evenodd"
|
|
9
|
-
clipRule="evenodd"
|
|
10
|
-
d="M2.20432 16.2688C2.34052 16.4229 2.50453 16.5 2.69636 16.5H17.3036C17.4955 16.5 17.6595 16.4229 17.7957 16.2688C17.9319 16.1147 18 15.9291 18 15.712C18 15.4949 17.9319 15.3093 17.7957 15.1552C17.6595 15.0011 17.4955 14.924 17.3036 14.924H15.08V14.1289C15.523 14.1289 15.8991 13.954 16.2083 13.6041C16.5175 13.2543 16.672 12.8287 16.672 12.3274V5.30156C16.672 4.80026 16.5175 4.37467 16.2083 4.0248C15.8991 3.67493 15.523 3.5 15.08 3.5H4.91997C4.47697 3.5 4.10088 3.67493 3.79171 4.0248C3.48253 4.37467 3.32794 4.80026 3.32794 5.30156V12.3274C3.32794 12.8287 3.48253 13.2543 3.79171 13.6041C4.10088 13.954 4.47697 14.1289 4.91997 14.1289V14.924H2.69636C2.50453 14.924 2.34051 15.0011 2.20431 15.1552C2.0681 15.3093 2 15.4949 2 15.712C2 15.9291 2.06811 16.1147 2.20432 16.2688ZM8.52865 11.3187C8.69437 11.4091 8.85678 11.4014 9.01589 11.2956L12.0574 9.34992C12.2059 9.25742 12.2801 9.12201 12.2801 8.94369C12.2801 8.76536 12.2059 8.62995 12.0574 8.53745L9.01589 6.59182C8.85678 6.48596 8.69437 6.47825 8.52865 6.56869C8.36294 6.65914 8.28008 6.80021 8.28008 6.99189V10.8955C8.28008 11.0872 8.36294 11.2282 8.52865 11.3187Z"
|
|
11
|
-
fill="currentColor"
|
|
12
|
-
/>
|
|
13
|
-
</svg>
|
|
14
|
-
</Box>
|
|
15
|
-
);
|
|
16
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function DistributionIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M6.04478 18C5.47306 18 4.98588 17.7913 4.58324 17.3739C4.1806 16.9564 3.97928 16.4496 3.97928 15.8533C3.97928 15.257 4.17975 14.7488 4.5807 14.3289C4.98165 13.9089 5.46852 13.6989 6.0413 13.6989C6.16219 13.6989 6.28204 13.7115 6.40087 13.7366C6.51969 13.7618 6.63958 13.7995 6.76054 13.8498L7.9203 12.3583C7.70121 12.0698 7.55339 11.7758 7.47683 11.4762C7.40029 11.1767 7.36539 10.8434 7.37216 10.4764L5.71883 9.90602C5.53104 10.1725 5.29105 10.3838 4.99886 10.5399C4.70667 10.6961 4.39429 10.7742 4.06174 10.7742C3.489 10.7742 3.00218 10.5655 2.60126 10.1481C2.20034 9.73063 1.99988 9.22377 1.99988 8.62746C1.99988 8.03115 2.20026 7.52302 2.60103 7.10306C3.0018 6.6831 3.48845 6.47312 4.06098 6.47312C4.61976 6.47312 5.10047 6.67718 5.50311 7.0853C5.90575 7.49343 6.11257 7.989 6.12358 8.57203C6.12358 8.58968 6.12252 8.60071 6.12041 8.60512C6.1183 8.60953 6.11724 8.61395 6.11724 8.61836L7.78072 9.23639C7.95158 8.95407 8.17109 8.70726 8.43924 8.49597C8.70738 8.28467 9.01401 8.12608 9.35913 8.0202V6.18326C8.93449 6.04475 8.59149 5.78991 8.33011 5.41874C8.06873 5.04757 7.93805 4.62392 7.93805 4.14779C7.93805 3.55298 8.13814 3.04631 8.53834 2.62779C8.93855 2.20926 9.42451 2 9.99622 2C10.5679 2 11.0551 2.20908 11.4578 2.62724C11.8604 3.04539 12.0617 3.55315 12.0617 4.15052C12.0617 4.62483 11.9321 5.04757 11.6728 5.41874C11.4136 5.78991 11.0695 6.04475 10.6406 6.18326V8.0202C10.9968 8.12608 11.3051 8.27893 11.5656 8.47877C11.8261 8.67859 12.044 8.93113 12.2191 9.23639L13.8825 8.61836C13.8783 8.59806 13.8762 8.58872 13.8762 8.59034V8.57203C13.8982 7.989 14.107 7.49343 14.5027 7.0853C14.8984 6.67718 15.3788 6.47312 15.9441 6.47312C16.5093 6.47312 16.9933 6.68183 17.3959 7.09924C17.7986 7.51666 17.9999 8.02353 17.9999 8.61983C17.9999 9.21614 17.7994 9.72427 17.3985 10.1442C16.9976 10.5642 16.5108 10.7742 15.938 10.7742C15.6069 10.7742 15.2959 10.6961 15.0051 10.5399C14.7143 10.3838 14.473 10.1725 14.2809 9.90602L12.6111 10.4764C12.6179 10.8434 12.5857 11.1778 12.5147 11.4795C12.4436 11.7813 12.2986 12.072 12.0795 12.3517L13.2392 13.8326C13.3602 13.7867 13.4801 13.753 13.5989 13.7314C13.7177 13.7097 13.8376 13.6989 13.9585 13.6989C14.5313 13.6989 15.0181 13.9076 15.4191 14.3251C15.82 14.7425 16.0205 15.2493 16.0205 15.8456C16.0205 16.442 15.8204 16.9501 15.4202 17.37C15.02 17.79 14.534 18 13.9623 18C13.3906 18 12.9034 17.7909 12.5008 17.3727C12.0981 16.9546 11.8968 16.4468 11.8968 15.8495C11.8968 15.6325 11.9222 15.4293 11.9729 15.24C12.0237 15.0508 12.1104 14.8666 12.233 14.6875L11.1063 13.1828C10.7753 13.3469 10.4086 13.4289 10.006 13.4289C9.60353 13.4289 9.23479 13.3469 8.89983 13.1828L7.76673 14.6875C7.88515 14.8666 7.9708 15.0508 8.02367 15.24C8.07653 15.4293 8.10296 15.6325 8.10296 15.8495C8.10296 16.4468 7.90286 16.9546 7.50266 17.3727C7.10245 17.7909 6.61649 18 6.04478 18Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function DownloadIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M6.37009 7.63145C6.54472 7.44798 6.75755 7.3596 7.00858 7.3663C7.25962 7.373 7.47766 7.46808 7.66268 7.65155L9.14866 9.12497V3.36424C9.14866 3.12615 9.23389 2.92258 9.40437 2.75355C9.57484 2.58452 9.78014 2.5 10.0203 2.5C10.2604 2.5 10.4657 2.58452 10.6362 2.75355C10.8066 2.92258 10.8919 3.12615 10.8919 3.36424V9.12497L12.4262 7.60361C12.6008 7.43046 12.8035 7.34724 13.0343 7.35394C13.265 7.36064 13.4703 7.45314 13.6502 7.63145C13.83 7.81491 13.9199 8.0244 13.9199 8.25993C13.9199 8.49543 13.8274 8.70493 13.6424 8.8884L10.6954 11.8105C10.5925 11.9125 10.4821 11.9857 10.3641 12.03C10.2461 12.0743 10.1247 12.0965 9.99999 12.0965C9.87526 12.0965 9.7539 12.0743 9.63592 12.03C9.51793 11.9857 9.40748 11.9125 9.30458 11.8105L6.34982 8.88066C6.17518 8.7075 6.08864 8.50188 6.0902 8.26378C6.09176 8.02569 6.18506 7.81491 6.37009 7.63145ZM2.5 10.872C2.5 10.6339 2.58524 10.4303 2.75571 10.2613C2.92618 10.0922 3.13148 10.0077 3.3716 10.0077C3.61172 10.0077 3.81702 10.0922 3.9875 10.2613C4.15798 10.4303 4.24323 10.6339 4.24323 10.872V15.5241C4.24323 15.586 4.26921 15.6427 4.32118 15.6942C4.37316 15.7457 4.43033 15.7715 4.49271 15.7715H15.5073C15.5696 15.7715 15.6268 15.7457 15.6788 15.6942C15.7308 15.6427 15.7568 15.586 15.7568 15.5241V10.872C15.7568 10.6339 15.842 10.4303 16.0125 10.2613C16.183 10.0922 16.3883 10.0077 16.6284 10.0077C16.8685 10.0077 17.0738 10.0922 17.2443 10.2613C17.4148 10.4303 17.5 10.6339 17.5 10.872V15.5241C17.5 16.0776 17.3074 16.5453 16.9223 16.9272C16.5372 17.3091 16.0655 17.5 15.5073 17.5H4.49271C3.93451 17.5 3.46284 17.3091 3.0777 16.9272C2.69257 16.5453 2.5 16.0776 2.5 15.5241V10.872Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function EarningsIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M6.85426 12.1479C7.02951 12.8021 7.31853 13.3281 7.72133 13.7259C8.12411 14.1237 8.63569 14.3953 9.25605 14.5407V14.835C9.25605 15.0411 9.32525 15.2134 9.46366 15.3518C9.60207 15.4902 9.77434 15.5594 9.98046 15.5594C10.1866 15.5594 10.3588 15.4902 10.4973 15.3518C10.6357 15.2134 10.7049 15.0411 10.7049 14.835V14.5795C11.385 14.4332 11.9563 14.168 12.4188 13.7842C12.8814 13.4003 13.1126 12.8121 13.1126 12.0194C13.1126 11.4498 12.9588 10.9365 12.6511 10.4795C12.3434 10.0224 11.7106 9.6256 10.7527 9.28903C9.94907 9.0102 9.39716 8.7752 9.09694 8.58402C8.79672 8.39283 8.64661 8.12696 8.64661 7.7864C8.64661 7.45879 8.7676 7.19665 9.00958 6.99999C9.25155 6.80332 9.59459 6.70498 10.0387 6.70498C10.4559 6.70498 10.7788 6.81004 11.0074 7.02015C11.2359 7.23026 11.4039 7.48567 11.5115 7.78638L12.8587 7.2457C12.7223 6.78068 12.4609 6.36868 12.0745 6.0097C11.6882 5.65073 11.2446 5.45432 10.7437 5.42045V5.16504C10.7437 4.95891 10.6745 4.78665 10.5361 4.64824C10.3977 4.50983 10.2254 4.44063 10.0193 4.44063C9.81317 4.44063 9.64091 4.50983 9.5025 4.64824C9.36409 4.78665 9.29489 4.95891 9.29489 5.16504V5.42045C8.6327 5.56086 8.11763 5.85212 7.7497 6.29424C7.38176 6.73637 7.19779 7.23375 7.19779 7.7864C7.19779 8.40876 7.38102 8.9171 7.74746 9.31142C8.1139 9.70575 8.68348 10.0398 9.45621 10.3137C10.2817 10.6164 10.8585 10.8815 11.1866 11.109C11.5147 11.3366 11.6788 11.64 11.6788 12.0194C11.6788 12.4546 11.5257 12.7695 11.2195 12.9642C10.9133 13.1588 10.5468 13.2562 10.1201 13.2562C9.68048 13.2562 9.29139 13.1215 8.95283 12.8521C8.61426 12.5828 8.37179 12.1758 8.22541 11.6311L6.85426 12.1479ZM10.0012 18C8.89003 18 7.84987 17.7902 6.88071 17.3705C5.91152 16.9508 5.06568 16.3799 4.34318 15.6577C3.62067 14.9354 3.04949 14.09 2.62965 13.1212C2.2098 12.1524 1.99988 11.1124 1.99988 10.0013C1.99988 8.89015 2.20972 7.84676 2.62939 6.87112C3.04907 5.89547 3.62001 5.04639 4.34221 4.32389C5.06443 3.60138 5.90993 3.03343 6.87871 2.62006C7.84747 2.20669 8.88743 2 9.99858 2C11.1097 2 12.1531 2.2066 13.1288 2.61981C14.1044 3.03301 14.9535 3.60072 15.676 4.32292C16.3985 5.04513 16.9664 5.89387 17.3798 6.86912C17.7932 7.84436 17.9999 8.88755 17.9999 9.9987C17.9999 11.1098 17.7933 12.15 17.3801 13.1192C16.9669 14.0884 16.3992 14.9342 15.677 15.6567C14.9547 16.3792 14.106 16.9504 13.1308 17.3702C12.1555 17.7901 11.1123 18 10.0012 18Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/EditIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function EditIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M5.26469 17C4.9027 17 4.60142 16.8776 4.36085 16.6328C4.12028 16.388 4 16.0814 4 15.7131C4 15.3486 4.12123 15.043 4.36368 14.7963C4.60614 14.5496 4.90648 14.4262 5.26469 14.4262H14.7353C15.0973 14.4262 15.3986 14.5486 15.6391 14.7934C15.8797 15.0382 16 15.3448 16 15.7131C16 16.0776 15.8788 16.3832 15.6363 16.6299C15.3939 16.8766 15.0935 17 14.7353 17H5.26469ZM6.17875 12.9298C5.97815 12.9298 5.80998 12.8607 5.67424 12.7226C5.53848 12.5845 5.4706 12.4133 5.4706 12.2092V10.8314C5.4706 10.7293 5.48588 10.6382 5.51643 10.558C5.54697 10.4778 5.59957 10.3998 5.67424 10.3238L10.7704 5.14967L13.1165 7.53698L8.03166 12.7226C7.95701 12.7986 7.88027 12.8521 7.80146 12.8832C7.72265 12.9143 7.6331 12.9298 7.53279 12.9298H6.17875ZM13.9457 6.71857L11.5996 4.31284L12.7308 3.1917C12.8484 3.06584 12.9887 3.00196 13.1516 3.00004C13.3145 2.99813 13.4548 3.06201 13.5724 3.1917L15.0656 4.71109C15.1832 4.83081 15.2439 4.97201 15.2477 5.1347C15.2515 5.29738 15.1945 5.44165 15.0769 5.5675L13.9457 6.71857Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function EntitiesIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M7.18607 13.2323C7.63907 13.2323 8.02365 13.0732 8.3398 12.7549C8.65596 12.4367 8.81404 12.0511 8.81404 11.5981C8.81404 11.1451 8.65493 10.7605 8.33671 10.4444C8.0185 10.1282 7.63289 9.97014 7.17988 9.97014C6.72688 9.97014 6.3423 10.1292 6.02614 10.4475C5.70999 10.7657 5.55191 11.1513 5.55191 11.6043C5.55191 12.0573 5.71102 12.4419 6.02923 12.758C6.34746 13.0742 6.73307 13.2323 7.18607 13.2323ZM12.8201 13.2323C13.2731 13.2323 13.6577 13.0732 13.9739 12.7549C14.29 12.4367 14.4481 12.0511 14.4481 11.5981C14.4481 11.1451 14.289 10.7605 13.9708 10.4444C13.6525 10.1282 13.2669 9.97014 12.8139 9.97014C12.3609 9.97014 11.9764 10.1292 11.6602 10.4475C11.344 10.7657 11.186 11.1513 11.186 11.6043C11.186 12.0573 11.3451 12.4419 11.6633 12.758C11.9815 13.0742 12.3671 13.2323 12.8201 13.2323ZM10.0031 8.84091C10.4561 8.84091 10.8407 8.6818 11.1568 8.36359C11.473 8.04537 11.6311 7.65977 11.6311 7.20677C11.6311 6.75376 11.4719 6.36917 11.1537 6.05302C10.8355 5.73688 10.4499 5.5788 9.99691 5.5788C9.5439 5.5788 9.15932 5.73791 8.84318 6.05613C8.52703 6.37434 8.36895 6.75995 8.36895 7.21294C8.36895 7.66594 8.52805 8.05052 8.84627 8.36668C9.16448 8.68283 9.55009 8.84091 10.0031 8.84091ZM10.0013 18C8.89481 18 7.85478 17.79 6.88122 17.3701C5.90763 16.9502 5.06076 16.3803 4.34059 15.6604C3.62041 14.9405 3.05026 14.094 2.63016 13.1208C2.21005 12.1476 2 11.1078 2 10.0013C2 8.8915 2.21035 7.84835 2.63105 6.87186C3.05175 5.89538 3.62269 5.04596 4.34387 4.32362C5.06506 3.60129 5.91159 3.03343 6.88345 2.62006C7.8553 2.20669 8.89371 2 9.9987 2C11.1084 2 12.1514 2.2066 13.1278 2.61981C14.1042 3.03301 14.9536 3.60072 15.6761 4.32292C16.3986 5.04513 16.9666 5.8944 17.3799 6.87073C17.7933 7.84706 18 8.89025 18 10.0003C18 11.1104 17.7934 12.15 17.3802 13.1192C16.967 14.0884 16.3994 14.9337 15.6773 15.6552C14.9553 16.3766 14.1062 16.9478 13.1301 17.3687C12.1541 17.7896 11.1111 18 10.0013 18Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/ErrorIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ErrorIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M10 11.3704L12.0185 13.3889C12.2037 13.5741 12.4321 13.6667 12.7037 13.6667C12.9753 13.6667 13.2037 13.5741 13.3889 13.3889C13.5741 13.2037 13.6667 12.9753 13.6667 12.7037C13.6667 12.4321 13.5741 12.2037 13.3889 12.0185L11.3704 10L13.3889 7.98148C13.5741 7.7963 13.6667 7.5679 13.6667 7.2963C13.6667 7.02469 13.5741 6.7963 13.3889 6.61111C13.2037 6.42593 12.9753 6.33333 12.7037 6.33333C12.4321 6.33333 12.2037 6.42593 12.0185 6.61111L10 8.62963L7.98148 6.61111C7.7963 6.42593 7.5679 6.33333 7.2963 6.33333C7.02469 6.33333 6.7963 6.42593 6.61111 6.61111C6.42593 6.7963 6.33333 7.02469 6.33333 7.2963C6.33333 7.5679 6.42593 7.7963 6.61111 7.98148L8.62963 10L6.61111 12.0185C6.42593 12.2037 6.33333 12.4321 6.33333 12.7037C6.33333 12.9753 6.42593 13.2037 6.61111 13.3889C6.7963 13.5741 7.02469 13.6667 7.2963 13.6667C7.5679 13.6667 7.7963 13.5741 7.98148 13.3889L10 11.3704ZM10 18C8.88889 18 7.84877 17.7901 6.87963 17.3704C5.91049 16.9506 5.06481 16.3796 4.34259 15.6574C3.62037 14.9352 3.04938 14.0895 2.62963 13.1204C2.20988 12.1512 2 11.1111 2 10C2 8.88889 2.20988 7.84568 2.62963 6.87037C3.04938 5.89506 3.62037 5.0463 4.34259 4.32407C5.06481 3.60185 5.91049 3.03395 6.87963 2.62037C7.84877 2.20679 8.88889 2 10 2C11.1111 2 12.1543 2.20679 13.1296 2.62037C14.1049 3.03395 14.9537 3.60185 15.6759 4.32407C16.3981 5.0463 16.966 5.89506 17.3796 6.87037C17.7932 7.84568 18 8.88889 18 10C18 11.1111 17.7932 12.1512 17.3796 13.1204C16.966 14.0895 16.3981 14.9352 15.6759 15.6574C14.9537 16.3796 14.1049 16.9506 13.1296 17.3704C12.1543 17.7901 11.1111 18 10 18Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function ExternalLinkIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M10.746 10.459L7.93733 13.2677C7.7719 13.4331 7.57236 13.5145 7.3387 13.5119C7.10505 13.5094 6.9055 13.4253 6.74007 13.2599C6.57465 13.0945 6.49195 12.8932 6.49195 12.6561C6.49195 12.419 6.57465 12.2186 6.74007 12.0549L9.54099 9.25401H7.58064C7.34206 9.25401 7.13794 9.16914 6.96826 8.99941C6.79857 8.82967 6.71372 8.62547 6.71372 8.38683C6.71372 8.14817 6.79857 7.94407 6.96826 7.77451C7.13794 7.60495 7.34206 7.52017 7.58064 7.52017H11.4888C11.7626 7.52017 11.9962 7.61691 12.1896 7.81038C12.3831 8.00385 12.4798 8.23744 12.4798 8.51116V12.4194C12.4798 12.6579 12.395 12.8621 12.2252 13.0318C12.0555 13.2014 11.8513 13.2863 11.6126 13.2863C11.374 13.2863 11.1699 13.2014 11.0003 13.0318C10.8308 12.8621 10.746 12.6579 10.746 12.4194V10.459ZM10.9879 4.23386C10.7493 4.23386 10.5452 4.14898 10.3755 3.97924C10.2058 3.80951 10.121 3.60531 10.121 3.36666C10.121 3.12801 10.2058 2.92391 10.3755 2.75436C10.5452 2.58479 10.7493 2.5 10.9879 2.5H15.518C16.0802 2.5 16.5511 2.68979 16.9306 3.06938C17.3102 3.44895 17.5 3.91983 17.5 4.48202V9.01211C17.5 9.25068 17.4151 9.4548 17.2454 9.62449C17.0756 9.79419 16.8714 9.87903 16.6328 9.87903C16.3941 9.87903 16.19 9.79419 16.0205 9.62449C15.8509 9.4548 15.7661 9.25068 15.7661 9.01211V4.48202C15.7661 4.40964 15.7429 4.35019 15.6963 4.30365C15.6498 4.25712 15.5904 4.23386 15.518 4.23386H10.9879ZM4.48202 17.5C3.92681 17.5 3.45766 17.3085 3.0746 16.9254C2.69153 16.5423 2.5 16.0732 2.5 15.518V3.36694C2.5 3.12836 2.58487 2.92423 2.75462 2.75454C2.92436 2.58485 3.12856 2.5 3.3672 2.5C3.60586 2.5 3.80996 2.58485 3.97952 2.75454C4.14908 2.92423 4.23386 3.12836 4.23386 3.36694V15.518C4.23386 15.58 4.2597 15.6369 4.3114 15.6886C4.3631 15.7403 4.41998 15.7661 4.48202 15.7661H16.6331C16.8716 15.7661 17.0758 15.851 17.2455 16.0208C17.4152 16.1905 17.5 16.3947 17.5 16.6333C17.5 16.872 17.4152 17.0761 17.2455 17.2456C17.0758 17.4152 16.8716 17.5 16.6331 17.5H4.48202Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/EyeIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function EyeIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M10.0017 13.525C10.8989 13.525 11.661 13.1821 12.2879 12.4964C12.9149 11.8106 13.2284 10.9778 13.2284 9.99817C13.2284 9.0185 12.9143 8.18638 12.2863 7.50182C11.6582 6.81725 10.8956 6.47497 9.99832 6.47497C9.1011 6.47497 8.33902 6.81785 7.71207 7.50363C7.08512 8.18942 6.77164 9.02215 6.77164 10.0018C6.77164 10.9815 7.08567 11.8136 7.71373 12.4982C8.3418 13.1827 9.10445 13.525 10.0017 13.525ZM9.99782 11.9732C9.49525 11.9732 9.06879 11.7811 8.71844 11.397C8.36808 11.0128 8.1929 10.5464 8.1929 9.99762C8.1929 9.44887 8.36881 8.98322 8.72061 8.60067C9.07241 8.21811 9.49959 8.02684 10.0022 8.02684C10.5047 8.02684 10.9312 8.21891 11.2816 8.60304C11.6319 8.98716 11.8071 9.45361 11.8071 10.0024C11.8071 10.5511 11.6312 11.0168 11.2794 11.3993C10.9276 11.7819 10.5004 11.9732 9.99782 11.9732ZM10 16C8.37353 16 6.86431 15.5343 5.47236 14.603C4.08039 13.6716 2.98819 12.428 2.19576 10.872C2.122 10.7429 2.07093 10.6049 2.04256 10.458C2.01419 10.3112 2 10.1604 2 10.0058C2 9.85118 2.01419 9.6985 2.04256 9.54776C2.07093 9.39701 2.122 9.2571 2.19576 9.12804C2.98819 7.57203 4.08039 6.32835 5.47236 5.39702C6.86431 4.46567 8.37353 4 10 4C11.6265 4 13.1357 4.46567 14.5276 5.39702C15.9196 6.32835 17.0118 7.57203 17.8042 9.12804C17.878 9.2571 17.9291 9.39508 17.9574 9.54197C17.9858 9.68884 18 9.83958 18 9.9942C18 10.1488 17.9858 10.3015 17.9574 10.4522C17.9291 10.603 17.878 10.7429 17.8042 10.872C17.0118 12.428 15.9196 13.6716 14.5276 14.603C13.1357 15.5343 11.6265 16 10 16Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/EyeOffIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function EyeOffIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M15.2764 17L12.8422 14.468C12.4388 14.621 11.9957 14.7515 11.5128 14.8594C11.0299 14.9673 10.5256 15.0212 10 15.0212C8.24398 15.0212 6.62762 14.5267 5.15094 13.5378C3.67426 12.5488 2.62394 11.2023 2 9.49817C2.20492 8.84332 2.54974 8.20461 3.03447 7.58207C3.51919 6.95953 4.03723 6.40923 4.58858 5.93116L2.74707 4.02219L3.73536 3L16.2646 15.9778L15.2764 17ZM10 12.743C10.1617 12.743 10.3391 12.7204 10.5321 12.6753C10.725 12.6301 10.8826 12.5819 11.0048 12.5305L7.06824 8.45884C7.03057 8.60711 6.98692 8.77677 6.93729 8.96781C6.88767 9.15886 6.86286 9.33564 6.86286 9.49817C6.86286 10.4134 7.16449 11.1831 7.76776 11.807C8.37102 12.431 9.1151 12.743 10 12.743ZM15.3604 13.1379L12.9331 10.6087C13.0011 10.451 13.0521 10.2725 13.0861 10.0734C13.1201 9.87431 13.1371 9.68256 13.1371 9.49817C13.1371 8.5829 12.8355 7.81329 12.2322 7.18932C11.629 6.56535 10.8849 6.25337 10 6.25337C9.82173 6.25337 9.62371 6.27523 9.40594 6.31896C9.18816 6.36267 9.03057 6.40354 8.93317 6.44156L7.03241 4.4827C7.48543 4.29641 7.96601 4.16525 8.47417 4.08921C8.98232 4.01317 9.49093 3.97515 10 3.97515C11.7514 3.97515 13.3618 4.46962 14.8311 5.45855C16.3005 6.4475 17.3568 7.79404 18 9.49817C17.7344 10.2224 17.3735 10.8839 16.9173 11.4827C16.4611 12.0815 15.9421 12.6332 15.3604 13.1379ZM11.745 9.38697L10.0896 7.66334C10.3221 7.65098 10.5369 7.67831 10.734 7.74531C10.9311 7.81232 11.1132 7.92993 11.2805 8.09816C11.4284 8.22933 11.5477 8.41039 11.6382 8.64134C11.7287 8.8723 11.7643 9.12084 11.745 9.38697Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function FavoriteIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M7.63053 14.4626L8.86819 15.567C9.18185 15.8578 9.55912 16.0021 10 16C10.4409 15.9979 10.8181 15.8514 11.1318 15.5606L12.3865 14.4396C13.4799 13.4526 14.5222 12.4249 15.5133 11.3566C16.5044 10.2883 17 9.09611 17 7.78C17 6.7066 16.6238 5.80825 15.8715 5.08495C15.1191 4.36165 14.1955 4 13.1006 4C12.479 4 11.901 4.13157 11.3664 4.39471C10.8319 4.65786 10.3764 4.99475 10 5.4054C9.6236 4.99475 9.16812 4.65786 8.63359 4.39471C8.09904 4.13157 7.52099 4 6.89943 4C5.80454 4 4.88091 4.36165 4.12855 5.08495C3.37618 5.80825 3 6.7066 3 7.78C3 9.08335 3.48466 10.266 4.45398 11.3279C5.4233 12.3898 6.48215 13.4347 7.63053 14.4626Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function FavoriteOffIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M8.86819 15.567L7.63053 14.4626C6.48215 13.4347 5.4233 12.3898 4.45398 11.3279C3.48466 10.266 3 9.08335 3 7.78C3 6.7066 3.37618 5.80825 4.12855 5.08495C4.88091 4.36165 5.80454 4 6.89943 4C7.52099 4 8.09904 4.13157 8.63359 4.39471C9.16812 4.65786 9.6236 4.99475 10 5.4054C10.3764 4.99475 10.8319 4.65786 11.3664 4.39471C11.901 4.13157 12.479 4 13.1006 4C14.1955 4 15.1191 4.36165 15.8715 5.08495C16.6238 5.80825 17 6.7066 17 7.78C17 9.09611 16.5044 10.2883 15.5133 11.3566C14.5222 12.4249 13.4799 13.4526 12.3865 14.4396L11.1318 15.5606C10.8181 15.8514 10.4409 15.9979 10 16C9.55912 16.0021 9.18185 15.8578 8.86819 15.567ZM9.30732 6.94341C9.07556 6.52935 8.75079 6.1729 8.33299 5.87406C7.9152 5.57521 7.44012 5.42578 6.90776 5.42578C6.20873 5.42578 5.62621 5.64683 5.16018 6.08894C4.69416 6.53105 4.46115 7.09552 4.46115 7.78237C4.46115 8.33513 4.63977 8.90461 4.99699 9.49082C5.35422 10.077 5.80402 10.6654 6.3464 11.2558C6.88879 11.8463 7.47539 12.4181 8.10621 12.9711C8.73702 13.5242 9.32254 14.0413 9.86275 14.5226C9.90197 14.5566 9.94771 14.5736 10 14.5736C10.0523 14.5736 10.098 14.5566 10.1372 14.5226C10.6775 14.0413 11.263 13.5242 11.8938 12.9711C12.5246 12.4181 13.1112 11.8463 13.6536 11.2558C14.196 10.6654 14.6458 10.077 15.003 9.49082C15.3602 8.90461 15.5388 8.33513 15.5388 7.78237C15.5388 7.09552 15.3058 6.53105 14.8398 6.08894C14.3738 5.64683 13.7913 5.42578 13.0922 5.42578C12.5599 5.42578 12.082 5.57521 11.6585 5.87406C11.2351 6.1729 10.9131 6.52935 10.6927 6.94341C10.6238 7.07263 10.527 7.17232 10.4021 7.24247C10.2772 7.31261 10.147 7.34769 10.0113 7.34769C9.8757 7.34769 9.7445 7.31261 9.61772 7.24247C9.49095 7.17232 9.38748 7.07263 9.30732 6.94341Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|
package/src/icons/FileIcon.tsx
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Box, type BoxProps } from '../vanilla/Box';
|
|
2
|
-
|
|
3
|
-
export function FileIcon(props: BoxProps) {
|
|
4
|
-
return (
|
|
5
|
-
<Box asChild size="4" {...props}>
|
|
6
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path
|
|
8
|
-
d="M5.78742 18C5.29005 18 4.86781 17.8146 4.52069 17.4439C4.17356 17.0732 4 16.6223 4 16.0911V3.9089C4 3.37772 4.17356 2.92679 4.52069 2.55608C4.86781 2.18536 5.29005 2 5.78742 2H10.6741C10.9173 2 11.1491 2.04986 11.3694 2.14957C11.5898 2.24928 11.7823 2.38762 11.9469 2.5646L15.4713 6.30916C15.637 6.48494 15.7666 6.6905 15.8599 6.92584C15.9533 7.16118 16 7.40869 16 7.66838V16.0911C16 16.6223 15.8264 17.0732 15.4793 17.4439C15.1322 17.8146 14.7099 18 14.2126 18H5.78742ZM10.6546 6.75725C10.6546 7.02004 10.7415 7.24431 10.9155 7.43007C11.0894 7.61583 11.2994 7.70871 11.5455 7.70871H14.4364L10.6546 3.66989V6.75725Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</Box>
|
|
13
|
-
);
|
|
14
|
-
}
|