From 7920378789e396b48011eed774133aa08347e0ce Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 27 May 2023 13:43:36 +0300 Subject: [PATCH] Add CSS typings Closes #2195 --- .../Activity/Blocklist/BlocklistRow.css.d.ts | 9 ++++++ .../History/Details/HistoryDetails.css.d.ts | 7 +++++ .../Details/HistoryDetailsModal.css.d.ts | 7 +++++ .../History/HistoryEventTypeCell.css.d.ts | 7 +++++ .../src/Activity/History/HistoryRow.css.d.ts | 11 +++++++ .../src/Activity/Queue/ProtocolLabel.css.d.ts | 8 +++++ frontend/src/Activity/Queue/QueueRow.css.d.ts | 10 +++++++ .../Activity/Queue/QueueStatusCell.css.d.ts | 7 +++++ .../Queue/RemoveQueueItemsModal.css.d.ts | 7 +++++ .../src/Activity/Queue/TimeleftCell.css.d.ts | 7 +++++ .../src/App/AppUpdatedModalContent.css.d.ts | 9 ++++++ frontend/src/App/ConnectionLostModal.css.d.ts | 7 +++++ .../Delete/DeleteAuthorModalContent.css.d.ts | 9 ++++++ .../Details/AuthorAlternateTitles.css.d.ts | 7 +++++ .../src/Author/Details/AuthorDetails.css.d.ts | 17 +++++++++++ .../Details/AuthorDetailsHeader.css.d.ts | 29 +++++++++++++++++++ .../Details/AuthorDetailsLinks.css.d.ts | 9 ++++++ .../Details/AuthorDetailsSeason.css.d.ts | 23 +++++++++++++++ .../Details/AuthorDetailsSeries.css.d.ts | 24 +++++++++++++++ frontend/src/Author/Details/BookRow.css.d.ts | 13 +++++++++ .../src/Author/Details/BookStatus.css.d.ts | 7 +++++ .../Edit/EditAuthorModalContent.css.d.ts | 8 +++++ .../RetagAuthorModalContent.css.d.ts | 12 ++++++++ .../Author/Editor/AuthorEditorFooter.css.d.ts | 16 ++++++++++ .../Editor/AuthorEditorFooterLabel.css.d.ts | 8 +++++ .../Delete/DeleteAuthorModalContent.css.d.ts | 9 ++++++ .../OrganizeAuthorModalContent.css.d.ts | 8 +++++ .../Editor/Tags/TagsModalContent.css.d.ts | 9 ++++++ .../Author/History/AuthorHistoryRow.css.d.ts | 9 ++++++ .../src/Author/Index/AuthorIndex.css.d.ts | 13 +++++++++ .../Author/Index/AuthorIndexFooter.css.d.ts | 14 +++++++++ .../Overview/AuthorIndexOverview.css.d.ts | 19 ++++++++++++ .../Overview/AuthorIndexOverviewInfo.css.d.ts | 7 +++++ .../AuthorIndexOverviewInfoRow.css.d.ts | 8 +++++ .../Overview/AuthorIndexOverviews.css.d.ts | 7 +++++ .../Index/Posters/AuthorIndexPoster.css.d.ts | 18 ++++++++++++ .../Posters/AuthorIndexPosterInfo.css.d.ts | 7 +++++ .../Index/Posters/AuthorIndexPosters.css.d.ts | 7 +++++ .../AuthorIndexProgressBar.css.d.ts | 8 +++++ .../Index/Table/AuthorIndexHeader.css.d.ts | 25 ++++++++++++++++ .../Index/Table/AuthorIndexRow.css.d.ts | 28 ++++++++++++++++++ .../Index/Table/AuthorIndexTable.css.d.ts | 7 +++++ .../Index/Table/AuthorStatusCell.css.d.ts | 8 +++++ .../MoveAuthor/MoveAuthorModal.css.d.ts | 7 +++++ frontend/src/Author/NoAuthor.css.d.ts | 8 +++++ frontend/src/Book/BookSearchCell.css.d.ts | 7 +++++ .../Delete/DeleteBookModalContent.css.d.ts | 9 ++++++ .../src/Book/Details/BookDetails.css.d.ts | 16 ++++++++++ .../Book/Details/BookDetailsHeader.css.d.ts | 26 +++++++++++++++++ .../Book/Details/BookDetailsLinks.css.d.ts | 9 ++++++ .../src/Book/Editor/BookEditorFooter.css.d.ts | 14 +++++++++ .../Editor/BookEditorFooterLabel.css.d.ts | 8 +++++ .../Delete/DeleteBookModalContent.css.d.ts | 8 +++++ frontend/src/Book/Index/BookIndex.css.d.ts | 13 +++++++++ .../src/Book/Index/BookIndexFooter.css.d.ts | 14 +++++++++ .../Index/Overview/BookIndexOverview.css.d.ts | 19 ++++++++++++ .../Overview/BookIndexOverviewInfo.css.d.ts | 7 +++++ .../BookIndexOverviewInfoRow.css.d.ts | 8 +++++ .../Overview/BookIndexOverviews.css.d.ts | 7 +++++ .../Index/Posters/BookIndexPoster.css.d.ts | 18 ++++++++++++ .../Posters/BookIndexPosterInfo.css.d.ts | 7 +++++ .../Index/Posters/BookIndexPosters.css.d.ts | 7 +++++ .../ProgressBar/BookIndexProgressBar.css.d.ts | 8 +++++ .../Book/Index/Table/BookIndexHeader.css.d.ts | 20 +++++++++++++ .../Book/Index/Table/BookIndexRow.css.d.ts | 26 +++++++++++++++++ .../Book/Index/Table/BookIndexTable.css.d.ts | 7 +++++ .../Book/Index/Table/BookStatusCell.css.d.ts | 8 +++++ .../Editor/BookFileActionsCell.css.d.ts | 7 +++++ .../Editor/BookFileEditorRow.css.d.ts | 10 +++++++ .../BookFileEditorTableContent.css.d.ts | 9 ++++++ frontend/src/BookFile/FileDetails.css.d.ts | 8 +++++ frontend/src/Bookshelf/Bookshelf.css.d.ts | 10 +++++++ frontend/src/Bookshelf/BookshelfBook.css.d.ts | 12 ++++++++ .../src/Bookshelf/BookshelfFooter.css.d.ts | 9 ++++++ frontend/src/Bookshelf/BookshelfRow.css.d.ts | 13 +++++++++ .../Bookshelf/BookshelfTableHeader.css.d.ts | 10 +++++++ frontend/src/Calendar/Agenda/Agenda.css.d.ts | 7 +++++ .../src/Calendar/Agenda/AgendaEvent.css.d.ts | 21 ++++++++++++++ frontend/src/Calendar/Calendar.css.d.ts | 8 +++++ frontend/src/Calendar/CalendarPage.css.d.ts | 9 ++++++ .../src/Calendar/Day/CalendarDay.css.d.ts | 11 +++++++ .../src/Calendar/Day/CalendarDays.css.d.ts | 11 +++++++ frontend/src/Calendar/Day/DayOfWeek.css.d.ts | 9 ++++++ frontend/src/Calendar/Day/DaysOfWeek.css.d.ts | 7 +++++ .../Calendar/Events/CalendarEvent.css.d.ts | 18 ++++++++++++ .../Calendar/Header/CalendarHeader.css.d.ts | 14 +++++++++ frontend/src/Calendar/Legend/Legend.css.d.ts | 7 +++++ .../Calendar/Legend/LegendIconItem.css.d.ts | 8 +++++ .../src/Calendar/Legend/LegendItem.css.d.ts | 14 +++++++++ frontend/src/Components/Alert.css.d.ts | 11 +++++++ frontend/src/Components/Card.css.d.ts | 9 ++++++ .../Components/CircularProgressBar.css.d.ts | 9 ++++++ .../DescriptionList/DescriptionList.css.d.ts | 7 +++++ .../DescriptionListItemDescription.css.d.ts | 7 +++++ .../DescriptionListItemTitle.css.d.ts | 7 +++++ .../src/Components/DragPreviewLayer.css.d.ts | 7 +++++ .../Error/ErrorBoundaryError.css.d.ts | 11 +++++++ frontend/src/Components/FieldSet.css.d.ts | 8 +++++ .../FileBrowser/FileBrowserModal.css.d.ts | 7 +++++ .../FileBrowserModalContent.css.d.ts | 12 ++++++++ .../FileBrowser/FileBrowserRow.css.d.ts | 7 +++++ .../DateFilterBuilderRowValue.css.d.ts | 9 ++++++ .../FilterBuilderModalContent.css.d.ts | 10 +++++++ .../Filter/Builder/FilterBuilderRow.css.d.ts | 10 +++++++ .../Builder/FilterBuilderRowValueTag.css.d.ts | 10 +++++++ .../CustomFilters/CustomFilter.css.d.ts | 9 ++++++ .../CustomFiltersModalContent.css.d.ts | 7 +++++ .../Components/Form/AutoSuggestInput.css.d.ts | 15 ++++++++++ .../Components/Form/BookshelfInput.css.d.ts | 8 +++++ .../src/Components/Form/CaptchaInput.css.d.ts | 12 ++++++++ .../src/Components/Form/CheckInput.css.d.ts | 18 ++++++++++++ .../src/Components/Form/DeviceInput.css.d.ts | 8 +++++ .../Form/EnhancedSelectInput.css.d.ts | 22 ++++++++++++++ .../Form/EnhancedSelectInputOption.css.d.ts | 14 +++++++++ .../EnhancedSelectInputSelectedValue.css.d.ts | 8 +++++ frontend/src/Components/Form/Form.css.d.ts | 7 +++++ .../src/Components/Form/FormGroup.css.d.ts | 11 +++++++ .../Components/Form/FormInputButton.css.d.ts | 8 +++++ .../Components/Form/FormInputGroup.css.d.ts | 14 +++++++++ .../Form/FormInputHelpText.css.d.ts | 12 ++++++++ .../src/Components/Form/FormLabel.css.d.ts | 11 +++++++ .../Form/HintedSelectInputOption.css.d.ts | 9 ++++++ .../HintedSelectInputSelectedValue.css.d.ts | 9 ++++++ .../Form/KeyValueListInput.css.d.ts | 10 +++++++ .../Form/KeyValueListInputItem.css.d.ts | 11 +++++++ .../Components/Form/PasswordInput.css.d.ts | 7 +++++ .../src/Components/Form/PathInput.css.d.ts | 10 +++++++ .../Form/RootFolderSelectInputOption.css.d.ts | 10 +++++++ ...ootFolderSelectInputSelectedValue.css.d.ts | 9 ++++++ .../src/Components/Form/SelectInput.css.d.ts | 10 +++++++ .../src/Components/Form/TagInput.css.d.ts | 11 +++++++ .../Components/Form/TagInputInput.css.d.ts | 7 +++++ .../src/Components/Form/TagInputTag.css.d.ts | 7 +++++ .../src/Components/Form/TextArea.css.d.ts | 10 +++++++ .../src/Components/Form/TextInput.css.d.ts | 11 +++++++ .../src/Components/Form/UMaskInput.css.d.ts | 14 +++++++++ frontend/src/Components/HeartRating.css.d.ts | 7 +++++ frontend/src/Components/Icon.css.d.ts | 14 +++++++++ frontend/src/Components/Label.css.d.ts | 19 ++++++++++++ frontend/src/Components/Link/Button.css.d.ts | 18 ++++++++++++ .../Components/Link/ClipboardButton.css.d.ts | 10 +++++++ .../src/Components/Link/IconButton.css.d.ts | 8 +++++ frontend/src/Components/Link/Link.css.d.ts | 8 +++++ .../Components/Link/SpinnerButton.css.d.ts | 11 +++++++ .../Link/SpinnerErrorButton.css.d.ts | 10 +++++++ .../Loading/LoadingIndicator.css.d.ts | 9 ++++++ .../Loading/LoadingMessage.css.d.ts | 7 +++++ frontend/src/Components/Marquee.css.d.ts | 9 ++++++ .../src/Components/Menu/FilterMenu.css.d.ts | 7 +++++ frontend/src/Components/Menu/Menu.css.d.ts | 7 +++++ .../src/Components/Menu/MenuButton.css.d.ts | 8 +++++ .../src/Components/Menu/MenuContent.css.d.ts | 8 +++++ .../src/Components/Menu/MenuItem.css.d.ts | 8 +++++ .../Menu/MenuItemSeparator.css.d.ts | 7 +++++ .../Components/Menu/PageMenuButton.css.d.ts | 8 +++++ .../Components/Menu/SelectedMenuItem.css.d.ts | 9 ++++++ .../Menu/ToolbarMenuButton.css.d.ts | 10 +++++++ frontend/src/Components/Modal/Modal.css.d.ts | 15 ++++++++++ .../src/Components/Modal/ModalBody.css.d.ts | 9 ++++++ .../Components/Modal/ModalContent.css.d.ts | 8 +++++ .../src/Components/Modal/ModalError.css.d.ts | 8 +++++ .../src/Components/Modal/ModalFooter.css.d.ts | 7 +++++ .../src/Components/Modal/ModalHeader.css.d.ts | 7 +++++ .../Components/MonitorToggleButton.css.d.ts | 8 +++++ frontend/src/Components/NotFound.css.d.ts | 9 ++++++ .../src/Components/Page/ErrorPage.css.d.ts | 8 +++++ .../Page/Header/AuthorSearchInput.css.d.ts | 18 ++++++++++++ .../Page/Header/AuthorSearchResult.css.d.ts | 12 ++++++++ .../Page/Header/BookSearchResult.css.d.ts | 12 ++++++++ .../KeyboardShortcutsModalContent.css.d.ts | 8 +++++ .../Page/Header/PageHeader.css.d.ts | 13 +++++++++ .../Header/PageHeaderActionsMenu.css.d.ts | 8 +++++ .../src/Components/Page/LoadingPage.css.d.ts | 8 +++++ frontend/src/Components/Page/Page.css.d.ts | 8 +++++ .../src/Components/Page/PageContent.css.d.ts | 7 +++++ .../Components/Page/PageContentBody.css.d.ts | 8 +++++ .../Components/Page/PageContentError.css.d.ts | 7 +++++ .../Page/PageContentFooter.css.d.ts | 7 +++++ .../src/Components/Page/PageJumpBar.css.d.ts | 8 +++++ .../Components/Page/PageJumpBarItem.css.d.ts | 7 +++++ .../Page/Sidebar/Messages/Message.css.d.ts | 13 +++++++++ .../Page/Sidebar/Messages/Messages.css.d.ts | 7 +++++ .../Page/Sidebar/PageSidebar.css.d.ts | 8 +++++ .../Page/Sidebar/PageSidebarItem.css.d.ts | 15 ++++++++++ .../Page/Toolbar/PageToolbar.css.d.ts | 7 +++++ .../Page/Toolbar/PageToolbarButton.css.d.ts | 10 +++++++ .../Page/Toolbar/PageToolbarSection.css.d.ts | 13 +++++++++ .../Toolbar/PageToolbarSeparator.css.d.ts | 7 +++++ frontend/src/Components/ProgressBar.css.d.ts | 21 ++++++++++++++ .../Scroller/OverlayScroller.css.d.ts | 9 ++++++ .../src/Components/Scroller/Scroller.css.d.ts | 12 ++++++++ frontend/src/Components/StarRating.css.d.ts | 9 ++++++ .../src/Components/Swipe/SwipeHeader.css.d.ts | 8 +++++ .../Table/Cells/RelativeDateCell.css.d.ts | 7 +++++ .../Table/Cells/TableRowCell.css.d.ts | 7 +++++ .../Table/Cells/TableRowCellButton.css.d.ts | 7 +++++ .../Table/Cells/TableSelectCell.css.d.ts | 8 +++++ .../Table/Cells/VirtualTableRowCell.css.d.ts | 7 +++++ .../Cells/VirtualTableSelectCell.css.d.ts | 8 +++++ frontend/src/Components/Table/Table.css.d.ts | 9 ++++++ .../Components/Table/TableHeaderCell.css.d.ts | 8 +++++ .../TableOptions/TableOptionsColumn.css.d.ts | 13 +++++++++ .../TableOptionsColumnDragPreview.css.d.ts | 7 +++++ .../TableOptionsColumnDragSource.css.d.ts | 10 +++++++ .../TableOptions/TableOptionsModal.css.d.ts | 7 +++++ .../src/Components/Table/TablePager.css.d.ts | 17 +++++++++++ .../src/Components/Table/TableRow.css.d.ts | 7 +++++ .../Components/Table/TableRowButton.css.d.ts | 7 +++++ .../Table/TableSelectAllHeaderCell.css.d.ts | 8 +++++ .../Components/Table/VirtualTable.css.d.ts | 8 +++++ .../Table/VirtualTableHeader.css.d.ts | 7 +++++ .../Table/VirtualTableHeaderCell.css.d.ts | 8 +++++ .../Components/Table/VirtualTableRow.css.d.ts | 7 +++++ .../VirtualTableSelectAllHeaderCell.css.d.ts | 8 +++++ frontend/src/Components/TagList.css.d.ts | 7 +++++ .../src/Components/Tooltip/Popover.css.d.ts | 9 ++++++ .../src/Components/Tooltip/Tooltip.css.d.ts | 19 ++++++++++++ .../Author/SelectAuthorModalContent.css.d.ts | 9 ++++++ .../Author/SelectAuthorRow.css.d.ts | 7 +++++ .../Book/SelectBookModalContent.css.d.ts | 9 ++++++ .../Book/SelectBookRow.css.d.ts | 7 +++++ .../SelectEditionModalContent.css.d.ts | 9 ++++++ ...iveImportSelectFolderModalContent.css.d.ts | 11 +++++++ .../Folder/RecentFolderRow.css.d.ts | 7 +++++ .../InteractiveImportModalContent.css.d.ts | 14 +++++++++ .../Interactive/InteractiveImportRow.css.d.ts | 12 ++++++++ ...teractiveImportRowCellPlaceholder.css.d.ts | 7 +++++ .../SelectReleaseGroupModalContent.css.d.ts | 7 +++++ .../InteractiveSearch.css.d.ts | 8 +++++ .../InteractiveSearchRow.css.d.ts | 17 +++++++++++ .../OrganizePreviewModalContent.css.d.ts | 11 +++++++ .../src/Organize/OrganizePreviewRow.css.d.ts | 9 ++++++ .../Retag/RetagPreviewModalContent.css.d.ts | 15 ++++++++++ frontend/src/Retag/RetagPreviewRow.css.d.ts | 10 +++++++ frontend/src/Search/AddNewItem.css.d.ts | 14 +++++++++ .../Author/AddNewAuthorModalContent.css.d.ts | 19 ++++++++++++ .../Author/AddNewAuthorSearchResult.css.d.ts | 21 ++++++++++++++ .../Book/AddNewBookModalContent.css.d.ts | 26 +++++++++++++++++ .../Book/AddNewBookSearchResult.css.d.ts | 21 ++++++++++++++ .../Common/AddAuthorOptionsForm.css.d.ts | 8 +++++ .../Settings/AdvancedSettingsButton.css.d.ts | 13 +++++++++ .../CustomFormats/CustomFormat.css.d.ts | 14 +++++++++ .../CustomFormats/CustomFormats.css.d.ts | 9 ++++++ .../EditCustomFormatModalContent.css.d.ts | 10 +++++++ .../ExportCustomFormatModalContent.css.d.ts | 7 +++++ .../ImportCustomFormatModalContent.css.d.ts | 7 +++++ .../AddSpecificationItem.css.d.ts | 13 +++++++++ .../AddSpecificationModalContent.css.d.ts | 7 +++++ .../EditSpecificationModalContent.css.d.ts | 7 +++++ .../Specifications/Specification.css.d.ts | 12 ++++++++ .../AddDownloadClientItem.css.d.ts | 13 +++++++++ .../AddDownloadClientModalContent.css.d.ts | 7 +++++ .../DownloadClients/DownloadClient.css.d.ts | 9 ++++++ .../DownloadClients/DownloadClients.css.d.ts | 9 ++++++ .../EditDownloadClientModalContent.css.d.ts | 8 +++++ ...EditRemotePathMappingModalContent.css.d.ts | 8 +++++ .../RemotePathMapping.css.d.ts | 10 +++++++ .../RemotePathMappings.css.d.ts | 11 +++++++ ...itImportListExclusionModalContent.css.d.ts | 8 +++++ .../ImportListExclusion.css.d.ts | 10 +++++++ .../ImportListExclusions.css.d.ts | 11 +++++++ .../ImportLists/AddImportListItem.css.d.ts | 13 +++++++++ .../AddImportListModalContent.css.d.ts | 7 +++++ .../EditImportListModalContent.css.d.ts | 10 +++++++ .../ImportLists/ImportList.css.d.ts | 9 ++++++ .../ImportLists/ImportLists.css.d.ts | 9 ++++++ .../Indexers/Indexers/AddIndexerItem.css.d.ts | 13 +++++++++ .../Indexers/AddIndexerModalContent.css.d.ts | 7 +++++ .../Indexers/EditIndexerModalContent.css.d.ts | 7 +++++ .../Indexers/Indexers/Indexer.css.d.ts | 11 +++++++ .../Indexers/Indexers/Indexers.css.d.ts | 9 ++++++ .../MediaManagement/Naming/Naming.css.d.ts | 7 +++++ .../Naming/NamingModal.css.d.ts | 11 +++++++ .../Naming/NamingOption.css.d.ts | 15 ++++++++++ .../EditRootFolderModalContent.css.d.ts | 9 ++++++ .../RootFolder/RootFolder.css.d.ts | 9 ++++++ .../RootFolder/RootFolders.css.d.ts | 9 ++++++ .../AddNotificationItem.css.d.ts | 13 +++++++++ .../AddNotificationModalContent.css.d.ts | 7 +++++ .../EditNotificationModalContent.css.d.ts | 8 +++++ .../Notifications/Notification.css.d.ts | 9 ++++++ .../NotificationEventItems.css.d.ts | 7 +++++ .../Notifications/Notifications.css.d.ts | 9 ++++++ .../Profiles/Delay/DelayProfile.css.d.ts | 13 +++++++++ .../Delay/DelayProfileDragPreview.css.d.ts | 7 +++++ .../Delay/DelayProfileDragSource.css.d.ts | 10 +++++++ .../Profiles/Delay/DelayProfiles.css.d.ts | 12 ++++++++ .../EditDelayProfileModalContent.css.d.ts | 7 +++++ .../EditMetadataProfileModalContent.css.d.ts | 7 +++++ .../Metadata/MetadataProfile.css.d.ts | 11 +++++++ .../Metadata/MetadataProfiles.css.d.ts | 9 ++++++ .../EditQualityProfileModalContent.css.d.ts | 11 +++++++ .../Profiles/Quality/QualityProfile.css.d.ts | 12 ++++++++ .../Quality/QualityProfileFormatItem.css.d.ts | 12 ++++++++ .../QualityProfileFormatItems.css.d.ts | 11 +++++++ .../Quality/QualityProfileItem.css.d.ts | 18 ++++++++++++ .../QualityProfileItemDragPreview.css.d.ts | 7 +++++ .../QualityProfileItemDragSource.css.d.ts | 10 +++++++ .../Quality/QualityProfileItemGroup.css.d.ts | 23 +++++++++++++++ .../Quality/QualityProfileItems.css.d.ts | 9 ++++++ .../Profiles/Quality/QualityProfiles.css.d.ts | 9 ++++++ .../EditReleaseProfileModalContent.css.d.ts | 7 +++++ .../Profiles/Release/ReleaseProfile.css.d.ts | 9 ++++++ .../Profiles/Release/ReleaseProfiles.css.d.ts | 9 ++++++ .../Definition/QualityDefinition.css.d.ts | 16 ++++++++++ .../Definition/QualityDefinitions.css.d.ts | 14 +++++++++ ...setQualityDefinitionsModalContent.css.d.ts | 7 +++++ frontend/src/Settings/Settings.css.d.ts | 8 +++++ .../Details/TagDetailsModalContent.css.d.ts | 10 +++++++ frontend/src/Settings/Tags/Tag.css.d.ts | 8 +++++ frontend/src/Settings/Tags/Tags.css.d.ts | 7 +++++ frontend/src/System/Backup/BackupRow.css.d.ts | 8 +++++ .../Backup/RestoreBackupModalContent.css.d.ts | 10 +++++++ .../Events/LogsTableDetailsModal.css.d.ts | 7 +++++ .../src/System/Events/LogsTableRow.css.d.ts | 14 +++++++++ .../Logs/Files/LogFilesTableRow.css.d.ts | 7 +++++ .../src/System/Status/About/About.css.d.ts | 7 +++++ .../Status/DiskSpace/DiskSpace.css.d.ts | 7 +++++ .../src/System/Status/Health/Health.css.d.ts | 10 +++++++ frontend/src/System/Status/styles.css.d.ts | 8 +++++ .../Tasks/Queued/QueuedTaskRow.css.d.ts | 15 ++++++++++ .../Tasks/Scheduled/ScheduledTaskRow.css.d.ts | 11 +++++++ .../src/System/Updates/UpdateChanges.css.d.ts | 7 +++++ frontend/src/System/Updates/Updates.css.d.ts | 16 ++++++++++ .../UnmappedFilesTableHeader.css.d.ts | 11 +++++++ .../UnmappedFilesTableRow.css.d.ts | 11 +++++++ frontend/src/index.css.d.ts | 7 +++++ 327 files changed, 3371 insertions(+) create mode 100644 frontend/src/Activity/Blocklist/BlocklistRow.css.d.ts create mode 100644 frontend/src/Activity/History/Details/HistoryDetails.css.d.ts create mode 100644 frontend/src/Activity/History/Details/HistoryDetailsModal.css.d.ts create mode 100644 frontend/src/Activity/History/HistoryEventTypeCell.css.d.ts create mode 100644 frontend/src/Activity/History/HistoryRow.css.d.ts create mode 100644 frontend/src/Activity/Queue/ProtocolLabel.css.d.ts create mode 100644 frontend/src/Activity/Queue/QueueRow.css.d.ts create mode 100644 frontend/src/Activity/Queue/QueueStatusCell.css.d.ts create mode 100644 frontend/src/Activity/Queue/RemoveQueueItemsModal.css.d.ts create mode 100644 frontend/src/Activity/Queue/TimeleftCell.css.d.ts create mode 100644 frontend/src/App/AppUpdatedModalContent.css.d.ts create mode 100644 frontend/src/App/ConnectionLostModal.css.d.ts create mode 100644 frontend/src/Author/Delete/DeleteAuthorModalContent.css.d.ts create mode 100644 frontend/src/Author/Details/AuthorAlternateTitles.css.d.ts create mode 100644 frontend/src/Author/Details/AuthorDetails.css.d.ts create mode 100644 frontend/src/Author/Details/AuthorDetailsHeader.css.d.ts create mode 100644 frontend/src/Author/Details/AuthorDetailsLinks.css.d.ts create mode 100644 frontend/src/Author/Details/AuthorDetailsSeason.css.d.ts create mode 100644 frontend/src/Author/Details/AuthorDetailsSeries.css.d.ts create mode 100644 frontend/src/Author/Details/BookRow.css.d.ts create mode 100644 frontend/src/Author/Details/BookStatus.css.d.ts create mode 100644 frontend/src/Author/Edit/EditAuthorModalContent.css.d.ts create mode 100644 frontend/src/Author/Editor/AudioTags/RetagAuthorModalContent.css.d.ts create mode 100644 frontend/src/Author/Editor/AuthorEditorFooter.css.d.ts create mode 100644 frontend/src/Author/Editor/AuthorEditorFooterLabel.css.d.ts create mode 100644 frontend/src/Author/Editor/Delete/DeleteAuthorModalContent.css.d.ts create mode 100644 frontend/src/Author/Editor/Organize/OrganizeAuthorModalContent.css.d.ts create mode 100644 frontend/src/Author/Editor/Tags/TagsModalContent.css.d.ts create mode 100644 frontend/src/Author/History/AuthorHistoryRow.css.d.ts create mode 100644 frontend/src/Author/Index/AuthorIndex.css.d.ts create mode 100644 frontend/src/Author/Index/AuthorIndexFooter.css.d.ts create mode 100644 frontend/src/Author/Index/Overview/AuthorIndexOverview.css.d.ts create mode 100644 frontend/src/Author/Index/Overview/AuthorIndexOverviewInfo.css.d.ts create mode 100644 frontend/src/Author/Index/Overview/AuthorIndexOverviewInfoRow.css.d.ts create mode 100644 frontend/src/Author/Index/Overview/AuthorIndexOverviews.css.d.ts create mode 100644 frontend/src/Author/Index/Posters/AuthorIndexPoster.css.d.ts create mode 100644 frontend/src/Author/Index/Posters/AuthorIndexPosterInfo.css.d.ts create mode 100644 frontend/src/Author/Index/Posters/AuthorIndexPosters.css.d.ts create mode 100644 frontend/src/Author/Index/ProgressBar/AuthorIndexProgressBar.css.d.ts create mode 100644 frontend/src/Author/Index/Table/AuthorIndexHeader.css.d.ts create mode 100644 frontend/src/Author/Index/Table/AuthorIndexRow.css.d.ts create mode 100644 frontend/src/Author/Index/Table/AuthorIndexTable.css.d.ts create mode 100644 frontend/src/Author/Index/Table/AuthorStatusCell.css.d.ts create mode 100644 frontend/src/Author/MoveAuthor/MoveAuthorModal.css.d.ts create mode 100644 frontend/src/Author/NoAuthor.css.d.ts create mode 100644 frontend/src/Book/BookSearchCell.css.d.ts create mode 100644 frontend/src/Book/Delete/DeleteBookModalContent.css.d.ts create mode 100644 frontend/src/Book/Details/BookDetails.css.d.ts create mode 100644 frontend/src/Book/Details/BookDetailsHeader.css.d.ts create mode 100644 frontend/src/Book/Details/BookDetailsLinks.css.d.ts create mode 100644 frontend/src/Book/Editor/BookEditorFooter.css.d.ts create mode 100644 frontend/src/Book/Editor/BookEditorFooterLabel.css.d.ts create mode 100644 frontend/src/Book/Editor/Delete/DeleteBookModalContent.css.d.ts create mode 100644 frontend/src/Book/Index/BookIndex.css.d.ts create mode 100644 frontend/src/Book/Index/BookIndexFooter.css.d.ts create mode 100644 frontend/src/Book/Index/Overview/BookIndexOverview.css.d.ts create mode 100644 frontend/src/Book/Index/Overview/BookIndexOverviewInfo.css.d.ts create mode 100644 frontend/src/Book/Index/Overview/BookIndexOverviewInfoRow.css.d.ts create mode 100644 frontend/src/Book/Index/Overview/BookIndexOverviews.css.d.ts create mode 100644 frontend/src/Book/Index/Posters/BookIndexPoster.css.d.ts create mode 100644 frontend/src/Book/Index/Posters/BookIndexPosterInfo.css.d.ts create mode 100644 frontend/src/Book/Index/Posters/BookIndexPosters.css.d.ts create mode 100644 frontend/src/Book/Index/ProgressBar/BookIndexProgressBar.css.d.ts create mode 100644 frontend/src/Book/Index/Table/BookIndexHeader.css.d.ts create mode 100644 frontend/src/Book/Index/Table/BookIndexRow.css.d.ts create mode 100644 frontend/src/Book/Index/Table/BookIndexTable.css.d.ts create mode 100644 frontend/src/Book/Index/Table/BookStatusCell.css.d.ts create mode 100644 frontend/src/BookFile/Editor/BookFileActionsCell.css.d.ts create mode 100644 frontend/src/BookFile/Editor/BookFileEditorRow.css.d.ts create mode 100644 frontend/src/BookFile/Editor/BookFileEditorTableContent.css.d.ts create mode 100644 frontend/src/BookFile/FileDetails.css.d.ts create mode 100644 frontend/src/Bookshelf/Bookshelf.css.d.ts create mode 100644 frontend/src/Bookshelf/BookshelfBook.css.d.ts create mode 100644 frontend/src/Bookshelf/BookshelfFooter.css.d.ts create mode 100644 frontend/src/Bookshelf/BookshelfRow.css.d.ts create mode 100644 frontend/src/Bookshelf/BookshelfTableHeader.css.d.ts create mode 100644 frontend/src/Calendar/Agenda/Agenda.css.d.ts create mode 100644 frontend/src/Calendar/Agenda/AgendaEvent.css.d.ts create mode 100644 frontend/src/Calendar/Calendar.css.d.ts create mode 100644 frontend/src/Calendar/CalendarPage.css.d.ts create mode 100644 frontend/src/Calendar/Day/CalendarDay.css.d.ts create mode 100644 frontend/src/Calendar/Day/CalendarDays.css.d.ts create mode 100644 frontend/src/Calendar/Day/DayOfWeek.css.d.ts create mode 100644 frontend/src/Calendar/Day/DaysOfWeek.css.d.ts create mode 100644 frontend/src/Calendar/Events/CalendarEvent.css.d.ts create mode 100644 frontend/src/Calendar/Header/CalendarHeader.css.d.ts create mode 100644 frontend/src/Calendar/Legend/Legend.css.d.ts create mode 100644 frontend/src/Calendar/Legend/LegendIconItem.css.d.ts create mode 100644 frontend/src/Calendar/Legend/LegendItem.css.d.ts create mode 100644 frontend/src/Components/Alert.css.d.ts create mode 100644 frontend/src/Components/Card.css.d.ts create mode 100644 frontend/src/Components/CircularProgressBar.css.d.ts create mode 100644 frontend/src/Components/DescriptionList/DescriptionList.css.d.ts create mode 100644 frontend/src/Components/DescriptionList/DescriptionListItemDescription.css.d.ts create mode 100644 frontend/src/Components/DescriptionList/DescriptionListItemTitle.css.d.ts create mode 100644 frontend/src/Components/DragPreviewLayer.css.d.ts create mode 100644 frontend/src/Components/Error/ErrorBoundaryError.css.d.ts create mode 100644 frontend/src/Components/FieldSet.css.d.ts create mode 100644 frontend/src/Components/FileBrowser/FileBrowserModal.css.d.ts create mode 100644 frontend/src/Components/FileBrowser/FileBrowserModalContent.css.d.ts create mode 100644 frontend/src/Components/FileBrowser/FileBrowserRow.css.d.ts create mode 100644 frontend/src/Components/Filter/Builder/DateFilterBuilderRowValue.css.d.ts create mode 100644 frontend/src/Components/Filter/Builder/FilterBuilderModalContent.css.d.ts create mode 100644 frontend/src/Components/Filter/Builder/FilterBuilderRow.css.d.ts create mode 100644 frontend/src/Components/Filter/Builder/FilterBuilderRowValueTag.css.d.ts create mode 100644 frontend/src/Components/Filter/CustomFilters/CustomFilter.css.d.ts create mode 100644 frontend/src/Components/Filter/CustomFilters/CustomFiltersModalContent.css.d.ts create mode 100644 frontend/src/Components/Form/AutoSuggestInput.css.d.ts create mode 100644 frontend/src/Components/Form/BookshelfInput.css.d.ts create mode 100644 frontend/src/Components/Form/CaptchaInput.css.d.ts create mode 100644 frontend/src/Components/Form/CheckInput.css.d.ts create mode 100644 frontend/src/Components/Form/DeviceInput.css.d.ts create mode 100644 frontend/src/Components/Form/EnhancedSelectInput.css.d.ts create mode 100644 frontend/src/Components/Form/EnhancedSelectInputOption.css.d.ts create mode 100644 frontend/src/Components/Form/EnhancedSelectInputSelectedValue.css.d.ts create mode 100644 frontend/src/Components/Form/Form.css.d.ts create mode 100644 frontend/src/Components/Form/FormGroup.css.d.ts create mode 100644 frontend/src/Components/Form/FormInputButton.css.d.ts create mode 100644 frontend/src/Components/Form/FormInputGroup.css.d.ts create mode 100644 frontend/src/Components/Form/FormInputHelpText.css.d.ts create mode 100644 frontend/src/Components/Form/FormLabel.css.d.ts create mode 100644 frontend/src/Components/Form/HintedSelectInputOption.css.d.ts create mode 100644 frontend/src/Components/Form/HintedSelectInputSelectedValue.css.d.ts create mode 100644 frontend/src/Components/Form/KeyValueListInput.css.d.ts create mode 100644 frontend/src/Components/Form/KeyValueListInputItem.css.d.ts create mode 100644 frontend/src/Components/Form/PasswordInput.css.d.ts create mode 100644 frontend/src/Components/Form/PathInput.css.d.ts create mode 100644 frontend/src/Components/Form/RootFolderSelectInputOption.css.d.ts create mode 100644 frontend/src/Components/Form/RootFolderSelectInputSelectedValue.css.d.ts create mode 100644 frontend/src/Components/Form/SelectInput.css.d.ts create mode 100644 frontend/src/Components/Form/TagInput.css.d.ts create mode 100644 frontend/src/Components/Form/TagInputInput.css.d.ts create mode 100644 frontend/src/Components/Form/TagInputTag.css.d.ts create mode 100644 frontend/src/Components/Form/TextArea.css.d.ts create mode 100644 frontend/src/Components/Form/TextInput.css.d.ts create mode 100644 frontend/src/Components/Form/UMaskInput.css.d.ts create mode 100644 frontend/src/Components/HeartRating.css.d.ts create mode 100644 frontend/src/Components/Icon.css.d.ts create mode 100644 frontend/src/Components/Label.css.d.ts create mode 100644 frontend/src/Components/Link/Button.css.d.ts create mode 100644 frontend/src/Components/Link/ClipboardButton.css.d.ts create mode 100644 frontend/src/Components/Link/IconButton.css.d.ts create mode 100644 frontend/src/Components/Link/Link.css.d.ts create mode 100644 frontend/src/Components/Link/SpinnerButton.css.d.ts create mode 100644 frontend/src/Components/Link/SpinnerErrorButton.css.d.ts create mode 100644 frontend/src/Components/Loading/LoadingIndicator.css.d.ts create mode 100644 frontend/src/Components/Loading/LoadingMessage.css.d.ts create mode 100644 frontend/src/Components/Marquee.css.d.ts create mode 100644 frontend/src/Components/Menu/FilterMenu.css.d.ts create mode 100644 frontend/src/Components/Menu/Menu.css.d.ts create mode 100644 frontend/src/Components/Menu/MenuButton.css.d.ts create mode 100644 frontend/src/Components/Menu/MenuContent.css.d.ts create mode 100644 frontend/src/Components/Menu/MenuItem.css.d.ts create mode 100644 frontend/src/Components/Menu/MenuItemSeparator.css.d.ts create mode 100644 frontend/src/Components/Menu/PageMenuButton.css.d.ts create mode 100644 frontend/src/Components/Menu/SelectedMenuItem.css.d.ts create mode 100644 frontend/src/Components/Menu/ToolbarMenuButton.css.d.ts create mode 100644 frontend/src/Components/Modal/Modal.css.d.ts create mode 100644 frontend/src/Components/Modal/ModalBody.css.d.ts create mode 100644 frontend/src/Components/Modal/ModalContent.css.d.ts create mode 100644 frontend/src/Components/Modal/ModalError.css.d.ts create mode 100644 frontend/src/Components/Modal/ModalFooter.css.d.ts create mode 100644 frontend/src/Components/Modal/ModalHeader.css.d.ts create mode 100644 frontend/src/Components/MonitorToggleButton.css.d.ts create mode 100644 frontend/src/Components/NotFound.css.d.ts create mode 100644 frontend/src/Components/Page/ErrorPage.css.d.ts create mode 100644 frontend/src/Components/Page/Header/AuthorSearchInput.css.d.ts create mode 100644 frontend/src/Components/Page/Header/AuthorSearchResult.css.d.ts create mode 100644 frontend/src/Components/Page/Header/BookSearchResult.css.d.ts create mode 100644 frontend/src/Components/Page/Header/KeyboardShortcutsModalContent.css.d.ts create mode 100644 frontend/src/Components/Page/Header/PageHeader.css.d.ts create mode 100644 frontend/src/Components/Page/Header/PageHeaderActionsMenu.css.d.ts create mode 100644 frontend/src/Components/Page/LoadingPage.css.d.ts create mode 100644 frontend/src/Components/Page/Page.css.d.ts create mode 100644 frontend/src/Components/Page/PageContent.css.d.ts create mode 100644 frontend/src/Components/Page/PageContentBody.css.d.ts create mode 100644 frontend/src/Components/Page/PageContentError.css.d.ts create mode 100644 frontend/src/Components/Page/PageContentFooter.css.d.ts create mode 100644 frontend/src/Components/Page/PageJumpBar.css.d.ts create mode 100644 frontend/src/Components/Page/PageJumpBarItem.css.d.ts create mode 100644 frontend/src/Components/Page/Sidebar/Messages/Message.css.d.ts create mode 100644 frontend/src/Components/Page/Sidebar/Messages/Messages.css.d.ts create mode 100644 frontend/src/Components/Page/Sidebar/PageSidebar.css.d.ts create mode 100644 frontend/src/Components/Page/Sidebar/PageSidebarItem.css.d.ts create mode 100644 frontend/src/Components/Page/Toolbar/PageToolbar.css.d.ts create mode 100644 frontend/src/Components/Page/Toolbar/PageToolbarButton.css.d.ts create mode 100644 frontend/src/Components/Page/Toolbar/PageToolbarSection.css.d.ts create mode 100644 frontend/src/Components/Page/Toolbar/PageToolbarSeparator.css.d.ts create mode 100644 frontend/src/Components/ProgressBar.css.d.ts create mode 100644 frontend/src/Components/Scroller/OverlayScroller.css.d.ts create mode 100644 frontend/src/Components/Scroller/Scroller.css.d.ts create mode 100644 frontend/src/Components/StarRating.css.d.ts create mode 100644 frontend/src/Components/Swipe/SwipeHeader.css.d.ts create mode 100644 frontend/src/Components/Table/Cells/RelativeDateCell.css.d.ts create mode 100644 frontend/src/Components/Table/Cells/TableRowCell.css.d.ts create mode 100644 frontend/src/Components/Table/Cells/TableRowCellButton.css.d.ts create mode 100644 frontend/src/Components/Table/Cells/TableSelectCell.css.d.ts create mode 100644 frontend/src/Components/Table/Cells/VirtualTableRowCell.css.d.ts create mode 100644 frontend/src/Components/Table/Cells/VirtualTableSelectCell.css.d.ts create mode 100644 frontend/src/Components/Table/Table.css.d.ts create mode 100644 frontend/src/Components/Table/TableHeaderCell.css.d.ts create mode 100644 frontend/src/Components/Table/TableOptions/TableOptionsColumn.css.d.ts create mode 100644 frontend/src/Components/Table/TableOptions/TableOptionsColumnDragPreview.css.d.ts create mode 100644 frontend/src/Components/Table/TableOptions/TableOptionsColumnDragSource.css.d.ts create mode 100644 frontend/src/Components/Table/TableOptions/TableOptionsModal.css.d.ts create mode 100644 frontend/src/Components/Table/TablePager.css.d.ts create mode 100644 frontend/src/Components/Table/TableRow.css.d.ts create mode 100644 frontend/src/Components/Table/TableRowButton.css.d.ts create mode 100644 frontend/src/Components/Table/TableSelectAllHeaderCell.css.d.ts create mode 100644 frontend/src/Components/Table/VirtualTable.css.d.ts create mode 100644 frontend/src/Components/Table/VirtualTableHeader.css.d.ts create mode 100644 frontend/src/Components/Table/VirtualTableHeaderCell.css.d.ts create mode 100644 frontend/src/Components/Table/VirtualTableRow.css.d.ts create mode 100644 frontend/src/Components/Table/VirtualTableSelectAllHeaderCell.css.d.ts create mode 100644 frontend/src/Components/TagList.css.d.ts create mode 100644 frontend/src/Components/Tooltip/Popover.css.d.ts create mode 100644 frontend/src/Components/Tooltip/Tooltip.css.d.ts create mode 100644 frontend/src/InteractiveImport/Author/SelectAuthorModalContent.css.d.ts create mode 100644 frontend/src/InteractiveImport/Author/SelectAuthorRow.css.d.ts create mode 100644 frontend/src/InteractiveImport/Book/SelectBookModalContent.css.d.ts create mode 100644 frontend/src/InteractiveImport/Book/SelectBookRow.css.d.ts create mode 100644 frontend/src/InteractiveImport/Edition/SelectEditionModalContent.css.d.ts create mode 100644 frontend/src/InteractiveImport/Folder/InteractiveImportSelectFolderModalContent.css.d.ts create mode 100644 frontend/src/InteractiveImport/Folder/RecentFolderRow.css.d.ts create mode 100644 frontend/src/InteractiveImport/Interactive/InteractiveImportModalContent.css.d.ts create mode 100644 frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css.d.ts create mode 100644 frontend/src/InteractiveImport/Interactive/InteractiveImportRowCellPlaceholder.css.d.ts create mode 100644 frontend/src/InteractiveImport/ReleaseGroup/SelectReleaseGroupModalContent.css.d.ts create mode 100644 frontend/src/InteractiveSearch/InteractiveSearch.css.d.ts create mode 100644 frontend/src/InteractiveSearch/InteractiveSearchRow.css.d.ts create mode 100644 frontend/src/Organize/OrganizePreviewModalContent.css.d.ts create mode 100644 frontend/src/Organize/OrganizePreviewRow.css.d.ts create mode 100644 frontend/src/Retag/RetagPreviewModalContent.css.d.ts create mode 100644 frontend/src/Retag/RetagPreviewRow.css.d.ts create mode 100644 frontend/src/Search/AddNewItem.css.d.ts create mode 100644 frontend/src/Search/Author/AddNewAuthorModalContent.css.d.ts create mode 100644 frontend/src/Search/Author/AddNewAuthorSearchResult.css.d.ts create mode 100644 frontend/src/Search/Book/AddNewBookModalContent.css.d.ts create mode 100644 frontend/src/Search/Book/AddNewBookSearchResult.css.d.ts create mode 100644 frontend/src/Search/Common/AddAuthorOptionsForm.css.d.ts create mode 100644 frontend/src/Settings/AdvancedSettingsButton.css.d.ts create mode 100644 frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.css.d.ts create mode 100644 frontend/src/Settings/CustomFormats/CustomFormats/CustomFormats.css.d.ts create mode 100644 frontend/src/Settings/CustomFormats/CustomFormats/EditCustomFormatModalContent.css.d.ts create mode 100644 frontend/src/Settings/CustomFormats/CustomFormats/ExportCustomFormatModalContent.css.d.ts create mode 100644 frontend/src/Settings/CustomFormats/CustomFormats/ImportCustomFormatModalContent.css.d.ts create mode 100644 frontend/src/Settings/CustomFormats/CustomFormats/Specifications/AddSpecificationItem.css.d.ts create mode 100644 frontend/src/Settings/CustomFormats/CustomFormats/Specifications/AddSpecificationModalContent.css.d.ts create mode 100644 frontend/src/Settings/CustomFormats/CustomFormats/Specifications/EditSpecificationModalContent.css.d.ts create mode 100644 frontend/src/Settings/CustomFormats/CustomFormats/Specifications/Specification.css.d.ts create mode 100644 frontend/src/Settings/DownloadClients/DownloadClients/AddDownloadClientItem.css.d.ts create mode 100644 frontend/src/Settings/DownloadClients/DownloadClients/AddDownloadClientModalContent.css.d.ts create mode 100644 frontend/src/Settings/DownloadClients/DownloadClients/DownloadClient.css.d.ts create mode 100644 frontend/src/Settings/DownloadClients/DownloadClients/DownloadClients.css.d.ts create mode 100644 frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.css.d.ts create mode 100644 frontend/src/Settings/DownloadClients/RemotePathMappings/EditRemotePathMappingModalContent.css.d.ts create mode 100644 frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.css.d.ts create mode 100644 frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMappings.css.d.ts create mode 100644 frontend/src/Settings/ImportLists/ImportListExclusions/EditImportListExclusionModalContent.css.d.ts create mode 100644 frontend/src/Settings/ImportLists/ImportListExclusions/ImportListExclusion.css.d.ts create mode 100644 frontend/src/Settings/ImportLists/ImportListExclusions/ImportListExclusions.css.d.ts create mode 100644 frontend/src/Settings/ImportLists/ImportLists/AddImportListItem.css.d.ts create mode 100644 frontend/src/Settings/ImportLists/ImportLists/AddImportListModalContent.css.d.ts create mode 100644 frontend/src/Settings/ImportLists/ImportLists/EditImportListModalContent.css.d.ts create mode 100644 frontend/src/Settings/ImportLists/ImportLists/ImportList.css.d.ts create mode 100644 frontend/src/Settings/ImportLists/ImportLists/ImportLists.css.d.ts create mode 100644 frontend/src/Settings/Indexers/Indexers/AddIndexerItem.css.d.ts create mode 100644 frontend/src/Settings/Indexers/Indexers/AddIndexerModalContent.css.d.ts create mode 100644 frontend/src/Settings/Indexers/Indexers/EditIndexerModalContent.css.d.ts create mode 100644 frontend/src/Settings/Indexers/Indexers/Indexer.css.d.ts create mode 100644 frontend/src/Settings/Indexers/Indexers/Indexers.css.d.ts create mode 100644 frontend/src/Settings/MediaManagement/Naming/Naming.css.d.ts create mode 100644 frontend/src/Settings/MediaManagement/Naming/NamingModal.css.d.ts create mode 100644 frontend/src/Settings/MediaManagement/Naming/NamingOption.css.d.ts create mode 100644 frontend/src/Settings/MediaManagement/RootFolder/EditRootFolderModalContent.css.d.ts create mode 100644 frontend/src/Settings/MediaManagement/RootFolder/RootFolder.css.d.ts create mode 100644 frontend/src/Settings/MediaManagement/RootFolder/RootFolders.css.d.ts create mode 100644 frontend/src/Settings/Notifications/Notifications/AddNotificationItem.css.d.ts create mode 100644 frontend/src/Settings/Notifications/Notifications/AddNotificationModalContent.css.d.ts create mode 100644 frontend/src/Settings/Notifications/Notifications/EditNotificationModalContent.css.d.ts create mode 100644 frontend/src/Settings/Notifications/Notifications/Notification.css.d.ts create mode 100644 frontend/src/Settings/Notifications/Notifications/NotificationEventItems.css.d.ts create mode 100644 frontend/src/Settings/Notifications/Notifications/Notifications.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Delay/DelayProfile.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Delay/DelayProfileDragPreview.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Delay/DelayProfileDragSource.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Delay/DelayProfiles.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Delay/EditDelayProfileModalContent.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Metadata/EditMetadataProfileModalContent.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Metadata/MetadataProfile.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Metadata/MetadataProfiles.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Quality/EditQualityProfileModalContent.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Quality/QualityProfile.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Quality/QualityProfileFormatItem.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Quality/QualityProfileFormatItems.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Quality/QualityProfileItem.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Quality/QualityProfileItemDragPreview.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Quality/QualityProfileItemDragSource.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Quality/QualityProfileItemGroup.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Quality/QualityProfileItems.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Quality/QualityProfiles.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Release/ReleaseProfile.css.d.ts create mode 100644 frontend/src/Settings/Profiles/Release/ReleaseProfiles.css.d.ts create mode 100644 frontend/src/Settings/Quality/Definition/QualityDefinition.css.d.ts create mode 100644 frontend/src/Settings/Quality/Definition/QualityDefinitions.css.d.ts create mode 100644 frontend/src/Settings/Quality/Reset/ResetQualityDefinitionsModalContent.css.d.ts create mode 100644 frontend/src/Settings/Settings.css.d.ts create mode 100644 frontend/src/Settings/Tags/Details/TagDetailsModalContent.css.d.ts create mode 100644 frontend/src/Settings/Tags/Tag.css.d.ts create mode 100644 frontend/src/Settings/Tags/Tags.css.d.ts create mode 100644 frontend/src/System/Backup/BackupRow.css.d.ts create mode 100644 frontend/src/System/Backup/RestoreBackupModalContent.css.d.ts create mode 100644 frontend/src/System/Events/LogsTableDetailsModal.css.d.ts create mode 100644 frontend/src/System/Events/LogsTableRow.css.d.ts create mode 100644 frontend/src/System/Logs/Files/LogFilesTableRow.css.d.ts create mode 100644 frontend/src/System/Status/About/About.css.d.ts create mode 100644 frontend/src/System/Status/DiskSpace/DiskSpace.css.d.ts create mode 100644 frontend/src/System/Status/Health/Health.css.d.ts create mode 100644 frontend/src/System/Status/styles.css.d.ts create mode 100644 frontend/src/System/Tasks/Queued/QueuedTaskRow.css.d.ts create mode 100644 frontend/src/System/Tasks/Scheduled/ScheduledTaskRow.css.d.ts create mode 100644 frontend/src/System/Updates/UpdateChanges.css.d.ts create mode 100644 frontend/src/System/Updates/Updates.css.d.ts create mode 100644 frontend/src/UnmappedFiles/UnmappedFilesTableHeader.css.d.ts create mode 100644 frontend/src/UnmappedFiles/UnmappedFilesTableRow.css.d.ts create mode 100644 frontend/src/index.css.d.ts diff --git a/frontend/src/Activity/Blocklist/BlocklistRow.css.d.ts b/frontend/src/Activity/Blocklist/BlocklistRow.css.d.ts new file mode 100644 index 000000000..a608ab3d2 --- /dev/null +++ b/frontend/src/Activity/Blocklist/BlocklistRow.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'indexer': string; + 'quality': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Activity/History/Details/HistoryDetails.css.d.ts b/frontend/src/Activity/History/Details/HistoryDetails.css.d.ts new file mode 100644 index 000000000..ff7055b0f --- /dev/null +++ b/frontend/src/Activity/History/Details/HistoryDetails.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'description': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Activity/History/Details/HistoryDetailsModal.css.d.ts b/frontend/src/Activity/History/Details/HistoryDetailsModal.css.d.ts new file mode 100644 index 000000000..a8cc499e2 --- /dev/null +++ b/frontend/src/Activity/History/Details/HistoryDetailsModal.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'markAsFailedButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Activity/History/HistoryEventTypeCell.css.d.ts b/frontend/src/Activity/History/HistoryEventTypeCell.css.d.ts new file mode 100644 index 000000000..c748f6f97 --- /dev/null +++ b/frontend/src/Activity/History/HistoryEventTypeCell.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'cell': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Activity/History/HistoryRow.css.d.ts b/frontend/src/Activity/History/HistoryRow.css.d.ts new file mode 100644 index 000000000..e1f54bc96 --- /dev/null +++ b/frontend/src/Activity/History/HistoryRow.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'customFormatScore': string; + 'details': string; + 'downloadClient': string; + 'indexer': string; + 'releaseGroup': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Activity/Queue/ProtocolLabel.css.d.ts b/frontend/src/Activity/Queue/ProtocolLabel.css.d.ts new file mode 100644 index 000000000..f3b389e3d --- /dev/null +++ b/frontend/src/Activity/Queue/ProtocolLabel.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'torrent': string; + 'usenet': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Activity/Queue/QueueRow.css.d.ts b/frontend/src/Activity/Queue/QueueRow.css.d.ts new file mode 100644 index 000000000..be7fcd916 --- /dev/null +++ b/frontend/src/Activity/Queue/QueueRow.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'progress': string; + 'protocol': string; + 'quality': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Activity/Queue/QueueStatusCell.css.d.ts b/frontend/src/Activity/Queue/QueueStatusCell.css.d.ts new file mode 100644 index 000000000..01f2045fa --- /dev/null +++ b/frontend/src/Activity/Queue/QueueStatusCell.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'status': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Activity/Queue/RemoveQueueItemsModal.css.d.ts b/frontend/src/Activity/Queue/RemoveQueueItemsModal.css.d.ts new file mode 100644 index 000000000..65c237dff --- /dev/null +++ b/frontend/src/Activity/Queue/RemoveQueueItemsModal.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'message': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Activity/Queue/TimeleftCell.css.d.ts b/frontend/src/Activity/Queue/TimeleftCell.css.d.ts new file mode 100644 index 000000000..f5c9402d1 --- /dev/null +++ b/frontend/src/Activity/Queue/TimeleftCell.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'timeleft': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/App/AppUpdatedModalContent.css.d.ts b/frontend/src/App/AppUpdatedModalContent.css.d.ts new file mode 100644 index 000000000..70ddbf6a1 --- /dev/null +++ b/frontend/src/App/AppUpdatedModalContent.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'changes': string; + 'maintenance': string; + 'version': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/App/ConnectionLostModal.css.d.ts b/frontend/src/App/ConnectionLostModal.css.d.ts new file mode 100644 index 000000000..027f2a9a3 --- /dev/null +++ b/frontend/src/App/ConnectionLostModal.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'automatic': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Delete/DeleteAuthorModalContent.css.d.ts b/frontend/src/Author/Delete/DeleteAuthorModalContent.css.d.ts new file mode 100644 index 000000000..e55686abe --- /dev/null +++ b/frontend/src/Author/Delete/DeleteAuthorModalContent.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteFilesMessage': string; + 'pathContainer': string; + 'pathIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Details/AuthorAlternateTitles.css.d.ts b/frontend/src/Author/Details/AuthorAlternateTitles.css.d.ts new file mode 100644 index 000000000..6a526456a --- /dev/null +++ b/frontend/src/Author/Details/AuthorAlternateTitles.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'alternateTitle': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Details/AuthorDetails.css.d.ts b/frontend/src/Author/Details/AuthorDetails.css.d.ts new file mode 100644 index 000000000..e08c9fe88 --- /dev/null +++ b/frontend/src/Author/Details/AuthorDetails.css.d.ts @@ -0,0 +1,17 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'authorNavigationButton': string; + 'authorNavigationButtons': string; + 'authorUpButton': string; + 'contentContainer': string; + 'errorMessage': string; + 'innerContentBody': string; + 'metadataMessage': string; + 'selectedTab': string; + 'tab': string; + 'tabContent': string; + 'tabList': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Details/AuthorDetailsHeader.css.d.ts b/frontend/src/Author/Details/AuthorDetailsHeader.css.d.ts new file mode 100644 index 000000000..df94bf01d --- /dev/null +++ b/frontend/src/Author/Details/AuthorDetailsHeader.css.d.ts @@ -0,0 +1,29 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'alternateTitlesIconContainer': string; + 'authorNavigationButton': string; + 'authorNavigationButtons': string; + 'authorUpButton': string; + 'backdrop': string; + 'backdropOverlay': string; + 'details': string; + 'detailsLabel': string; + 'header': string; + 'headerContent': string; + 'info': string; + 'links': string; + 'monitorToggleButton': string; + 'overview': string; + 'path': string; + 'poster': string; + 'qualityProfileName': string; + 'sizeOnDisk': string; + 'tags': string; + 'title': string; + 'titleContainer': string; + 'titleRow': string; + 'toggleMonitoredContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Details/AuthorDetailsLinks.css.d.ts b/frontend/src/Author/Details/AuthorDetailsLinks.css.d.ts new file mode 100644 index 000000000..9f91f93a4 --- /dev/null +++ b/frontend/src/Author/Details/AuthorDetailsLinks.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'link': string; + 'linkLabel': string; + 'links': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Details/AuthorDetailsSeason.css.d.ts b/frontend/src/Author/Details/AuthorDetailsSeason.css.d.ts new file mode 100644 index 000000000..bb18eb4ea --- /dev/null +++ b/frontend/src/Author/Details/AuthorDetailsSeason.css.d.ts @@ -0,0 +1,23 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actionButton': string; + 'actionMenuIcon': string; + 'actions': string; + 'actionsMenu': string; + 'actionsMenuContent': string; + 'bookCount': string; + 'bookType': string; + 'bookTypeLabel': string; + 'books': string; + 'collapseButtonContainer': string; + 'collapseButtonIcon': string; + 'episodeCountTooltip': string; + 'expandButton': string; + 'expandButtonIcon': string; + 'header': string; + 'left': string; + 'noBooks': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Details/AuthorDetailsSeries.css.d.ts b/frontend/src/Author/Details/AuthorDetailsSeries.css.d.ts new file mode 100644 index 000000000..abb8d1573 --- /dev/null +++ b/frontend/src/Author/Details/AuthorDetailsSeries.css.d.ts @@ -0,0 +1,24 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actionButton': string; + 'actionMenuIcon': string; + 'actions': string; + 'actionsMenu': string; + 'actionsMenuContent': string; + 'bookCount': string; + 'bookType': string; + 'bookTypeLabel': string; + 'books': string; + 'collapseButtonContainer': string; + 'collapseButtonIcon': string; + 'episodeCountTooltip': string; + 'expandButton': string; + 'expandButtonIcon': string; + 'header': string; + 'left': string; + 'noBooks': string; + 'seriesTitle': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Details/BookRow.css.d.ts b/frontend/src/Author/Details/BookRow.css.d.ts new file mode 100644 index 000000000..1a58936a5 --- /dev/null +++ b/frontend/src/Author/Details/BookRow.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'monitored': string; + 'pageCount': string; + 'position': string; + 'rating': string; + 'releaseDate': string; + 'status': string; + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Details/BookStatus.css.d.ts b/frontend/src/Author/Details/BookStatus.css.d.ts new file mode 100644 index 000000000..a49c06d3a --- /dev/null +++ b/frontend/src/Author/Details/BookStatus.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'center': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Edit/EditAuthorModalContent.css.d.ts b/frontend/src/Author/Edit/EditAuthorModalContent.css.d.ts new file mode 100644 index 000000000..238343ae5 --- /dev/null +++ b/frontend/src/Author/Edit/EditAuthorModalContent.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButton': string; + 'labelIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Editor/AudioTags/RetagAuthorModalContent.css.d.ts b/frontend/src/Author/Editor/AudioTags/RetagAuthorModalContent.css.d.ts new file mode 100644 index 000000000..827a8584e --- /dev/null +++ b/frontend/src/Author/Editor/AudioTags/RetagAuthorModalContent.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'message': string; + 'retagIcon': string; + 'searchForNewBookContainer': string; + 'searchForNewBookInput': string; + 'searchForNewBookLabel': string; + 'searchForNewBookLabelContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Editor/AuthorEditorFooter.css.d.ts b/frontend/src/Author/Editor/AuthorEditorFooter.css.d.ts new file mode 100644 index 000000000..57400c9de --- /dev/null +++ b/frontend/src/Author/Editor/AuthorEditorFooter.css.d.ts @@ -0,0 +1,16 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'buttonContainer': string; + 'buttonContainerContent': string; + 'buttons': string; + 'deleteSelectedButton': string; + 'dropdownContainer': string; + 'footer': string; + 'inputContainer': string; + 'organizeSelectedButton': string; + 'selectedAuthorLabel': string; + 'tagsButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Editor/AuthorEditorFooterLabel.css.d.ts b/frontend/src/Author/Editor/AuthorEditorFooterLabel.css.d.ts new file mode 100644 index 000000000..06f814a94 --- /dev/null +++ b/frontend/src/Author/Editor/AuthorEditorFooterLabel.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'label': string; + 'savingIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Editor/Delete/DeleteAuthorModalContent.css.d.ts b/frontend/src/Author/Editor/Delete/DeleteAuthorModalContent.css.d.ts new file mode 100644 index 000000000..bcc2e2492 --- /dev/null +++ b/frontend/src/Author/Editor/Delete/DeleteAuthorModalContent.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'message': string; + 'path': string; + 'pathContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Editor/Organize/OrganizeAuthorModalContent.css.d.ts b/frontend/src/Author/Editor/Organize/OrganizeAuthorModalContent.css.d.ts new file mode 100644 index 000000000..ae2303476 --- /dev/null +++ b/frontend/src/Author/Editor/Organize/OrganizeAuthorModalContent.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'message': string; + 'renameIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Editor/Tags/TagsModalContent.css.d.ts b/frontend/src/Author/Editor/Tags/TagsModalContent.css.d.ts new file mode 100644 index 000000000..9b4321dcc --- /dev/null +++ b/frontend/src/Author/Editor/Tags/TagsModalContent.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'message': string; + 'renameIcon': string; + 'result': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/History/AuthorHistoryRow.css.d.ts b/frontend/src/Author/History/AuthorHistoryRow.css.d.ts new file mode 100644 index 000000000..e3425487e --- /dev/null +++ b/frontend/src/Author/History/AuthorHistoryRow.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'details': string; + 'sourceTitle': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/AuthorIndex.css.d.ts b/frontend/src/Author/Index/AuthorIndex.css.d.ts new file mode 100644 index 000000000..ec08fc921 --- /dev/null +++ b/frontend/src/Author/Index/AuthorIndex.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'bannersInnerContentBody': string; + 'contentBody': string; + 'contentBodyContainer': string; + 'errorMessage': string; + 'pageContentBodyWrapper': string; + 'postersInnerContentBody': string; + 'tableInnerContentBody': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/AuthorIndexFooter.css.d.ts b/frontend/src/Author/Index/AuthorIndexFooter.css.d.ts new file mode 100644 index 000000000..b88d23a6c --- /dev/null +++ b/frontend/src/Author/Index/AuthorIndexFooter.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'continuing': string; + 'ended': string; + 'footer': string; + 'legendItem': string; + 'legendItemColor': string; + 'missingMonitored': string; + 'missingUnmonitored': string; + 'statistics': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Overview/AuthorIndexOverview.css.d.ts b/frontend/src/Author/Index/Overview/AuthorIndexOverview.css.d.ts new file mode 100644 index 000000000..2a9473989 --- /dev/null +++ b/frontend/src/Author/Index/Overview/AuthorIndexOverview.css.d.ts @@ -0,0 +1,19 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'container': string; + 'content': string; + 'details': string; + 'editorSelect': string; + 'ended': string; + 'info': string; + 'link': string; + 'overview': string; + 'poster': string; + 'posterContainer': string; + 'title': string; + 'titleRow': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Overview/AuthorIndexOverviewInfo.css.d.ts b/frontend/src/Author/Index/Overview/AuthorIndexOverviewInfo.css.d.ts new file mode 100644 index 000000000..eb2309a64 --- /dev/null +++ b/frontend/src/Author/Index/Overview/AuthorIndexOverviewInfo.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'infos': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Overview/AuthorIndexOverviewInfoRow.css.d.ts b/frontend/src/Author/Index/Overview/AuthorIndexOverviewInfoRow.css.d.ts new file mode 100644 index 000000000..04f22fc2e --- /dev/null +++ b/frontend/src/Author/Index/Overview/AuthorIndexOverviewInfoRow.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'icon': string; + 'infoRow': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Overview/AuthorIndexOverviews.css.d.ts b/frontend/src/Author/Index/Overview/AuthorIndexOverviews.css.d.ts new file mode 100644 index 000000000..b97436b41 --- /dev/null +++ b/frontend/src/Author/Index/Overview/AuthorIndexOverviews.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'grid': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Posters/AuthorIndexPoster.css.d.ts b/frontend/src/Author/Index/Posters/AuthorIndexPoster.css.d.ts new file mode 100644 index 000000000..8038dfd8f --- /dev/null +++ b/frontend/src/Author/Index/Posters/AuthorIndexPoster.css.d.ts @@ -0,0 +1,18 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'action': string; + 'container': string; + 'content': string; + 'controls': string; + 'editorSelect': string; + 'ended': string; + 'link': string; + 'nextAiring': string; + 'overlayTitle': string; + 'poster': string; + 'posterContainer': string; + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Posters/AuthorIndexPosterInfo.css.d.ts b/frontend/src/Author/Index/Posters/AuthorIndexPosterInfo.css.d.ts new file mode 100644 index 000000000..062365d36 --- /dev/null +++ b/frontend/src/Author/Index/Posters/AuthorIndexPosterInfo.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'info': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Posters/AuthorIndexPosters.css.d.ts b/frontend/src/Author/Index/Posters/AuthorIndexPosters.css.d.ts new file mode 100644 index 000000000..b97436b41 --- /dev/null +++ b/frontend/src/Author/Index/Posters/AuthorIndexPosters.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'grid': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/ProgressBar/AuthorIndexProgressBar.css.d.ts b/frontend/src/Author/Index/ProgressBar/AuthorIndexProgressBar.css.d.ts new file mode 100644 index 000000000..dab280261 --- /dev/null +++ b/frontend/src/Author/Index/ProgressBar/AuthorIndexProgressBar.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'progress': string; + 'progressBar': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Table/AuthorIndexHeader.css.d.ts b/frontend/src/Author/Index/Table/AuthorIndexHeader.css.d.ts new file mode 100644 index 000000000..e7b97726f --- /dev/null +++ b/frontend/src/Author/Index/Table/AuthorIndexHeader.css.d.ts @@ -0,0 +1,25 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'added': string; + 'banner': string; + 'bannerGrow': string; + 'bookCount': string; + 'bookProgress': string; + 'genres': string; + 'lastBook': string; + 'latestBook': string; + 'metadataProfileId': string; + 'nextBook': string; + 'path': string; + 'qualityProfileId': string; + 'ratings': string; + 'sizeOnDisk': string; + 'sortName': string; + 'status': string; + 'tags': string; + 'useSceneNumbering': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Table/AuthorIndexRow.css.d.ts b/frontend/src/Author/Index/Table/AuthorIndexRow.css.d.ts new file mode 100644 index 000000000..ae76e1df1 --- /dev/null +++ b/frontend/src/Author/Index/Table/AuthorIndexRow.css.d.ts @@ -0,0 +1,28 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'added': string; + 'banner': string; + 'bannerGrow': string; + 'bannerImage': string; + 'bookProgress': string; + 'cell': string; + 'checkInput': string; + 'genres': string; + 'lastBook': string; + 'link': string; + 'metadataProfileId': string; + 'nextBook': string; + 'overlayTitle': string; + 'path': string; + 'qualityProfileId': string; + 'ratings': string; + 'sizeOnDisk': string; + 'sortName': string; + 'status': string; + 'tags': string; + 'useSceneNumbering': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Table/AuthorIndexTable.css.d.ts b/frontend/src/Author/Index/Table/AuthorIndexTable.css.d.ts new file mode 100644 index 000000000..fbc2e3b9a --- /dev/null +++ b/frontend/src/Author/Index/Table/AuthorIndexTable.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'tableContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/Index/Table/AuthorStatusCell.css.d.ts b/frontend/src/Author/Index/Table/AuthorStatusCell.css.d.ts new file mode 100644 index 000000000..f7788f04f --- /dev/null +++ b/frontend/src/Author/Index/Table/AuthorStatusCell.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'status': string; + 'statusIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/MoveAuthor/MoveAuthorModal.css.d.ts b/frontend/src/Author/MoveAuthor/MoveAuthorModal.css.d.ts new file mode 100644 index 000000000..0475f5a86 --- /dev/null +++ b/frontend/src/Author/MoveAuthor/MoveAuthorModal.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'doNotMoveButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Author/NoAuthor.css.d.ts b/frontend/src/Author/NoAuthor.css.d.ts new file mode 100644 index 000000000..054af6200 --- /dev/null +++ b/frontend/src/Author/NoAuthor.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'buttonContainer': string; + 'message': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/BookSearchCell.css.d.ts b/frontend/src/Book/BookSearchCell.css.d.ts new file mode 100644 index 000000000..d65ac4339 --- /dev/null +++ b/frontend/src/Book/BookSearchCell.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'BookSearchCell': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Delete/DeleteBookModalContent.css.d.ts b/frontend/src/Book/Delete/DeleteBookModalContent.css.d.ts new file mode 100644 index 000000000..e55686abe --- /dev/null +++ b/frontend/src/Book/Delete/DeleteBookModalContent.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteFilesMessage': string; + 'pathContainer': string; + 'pathIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Details/BookDetails.css.d.ts b/frontend/src/Book/Details/BookDetails.css.d.ts new file mode 100644 index 000000000..5ab38750c --- /dev/null +++ b/frontend/src/Book/Details/BookDetails.css.d.ts @@ -0,0 +1,16 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'bookNavigationButton': string; + 'bookNavigationButtons': string; + 'bookUpButton': string; + 'contentContainer': string; + 'filterIcon': string; + 'innerContentBody': string; + 'selectedTab': string; + 'tab': string; + 'tabContent': string; + 'tabList': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Details/BookDetailsHeader.css.d.ts b/frontend/src/Book/Details/BookDetailsHeader.css.d.ts new file mode 100644 index 000000000..4f0144c2a --- /dev/null +++ b/frontend/src/Book/Details/BookDetailsHeader.css.d.ts @@ -0,0 +1,26 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'alternateTitlesIconContainer': string; + 'backdrop': string; + 'backdropOverlay': string; + 'cover': string; + 'details': string; + 'detailsLabel': string; + 'duration': string; + 'header': string; + 'headerContent': string; + 'info': string; + 'links': string; + 'monitorToggleButton': string; + 'overview': string; + 'qualityProfileName': string; + 'sizeOnDisk': string; + 'tags': string; + 'title': string; + 'titleContainer': string; + 'titleRow': string; + 'toggleMonitoredContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Details/BookDetailsLinks.css.d.ts b/frontend/src/Book/Details/BookDetailsLinks.css.d.ts new file mode 100644 index 000000000..9f91f93a4 --- /dev/null +++ b/frontend/src/Book/Details/BookDetailsLinks.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'link': string; + 'linkLabel': string; + 'links': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Editor/BookEditorFooter.css.d.ts b/frontend/src/Book/Editor/BookEditorFooter.css.d.ts new file mode 100644 index 000000000..f2ec2188f --- /dev/null +++ b/frontend/src/Book/Editor/BookEditorFooter.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'buttonContainer': string; + 'buttonContainerContent': string; + 'buttons': string; + 'deleteSelectedButton': string; + 'inputContainer': string; + 'organizeSelectedButton': string; + 'selectedAuthorLabel': string; + 'tagsButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Editor/BookEditorFooterLabel.css.d.ts b/frontend/src/Book/Editor/BookEditorFooterLabel.css.d.ts new file mode 100644 index 000000000..06f814a94 --- /dev/null +++ b/frontend/src/Book/Editor/BookEditorFooterLabel.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'label': string; + 'savingIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Editor/Delete/DeleteBookModalContent.css.d.ts b/frontend/src/Book/Editor/Delete/DeleteBookModalContent.css.d.ts new file mode 100644 index 000000000..937dceb97 --- /dev/null +++ b/frontend/src/Book/Editor/Delete/DeleteBookModalContent.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteFilesMessage': string; + 'message': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/BookIndex.css.d.ts b/frontend/src/Book/Index/BookIndex.css.d.ts new file mode 100644 index 000000000..ec08fc921 --- /dev/null +++ b/frontend/src/Book/Index/BookIndex.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'bannersInnerContentBody': string; + 'contentBody': string; + 'contentBodyContainer': string; + 'errorMessage': string; + 'pageContentBodyWrapper': string; + 'postersInnerContentBody': string; + 'tableInnerContentBody': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/BookIndexFooter.css.d.ts b/frontend/src/Book/Index/BookIndexFooter.css.d.ts new file mode 100644 index 000000000..b88d23a6c --- /dev/null +++ b/frontend/src/Book/Index/BookIndexFooter.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'continuing': string; + 'ended': string; + 'footer': string; + 'legendItem': string; + 'legendItemColor': string; + 'missingMonitored': string; + 'missingUnmonitored': string; + 'statistics': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Overview/BookIndexOverview.css.d.ts b/frontend/src/Book/Index/Overview/BookIndexOverview.css.d.ts new file mode 100644 index 000000000..2a9473989 --- /dev/null +++ b/frontend/src/Book/Index/Overview/BookIndexOverview.css.d.ts @@ -0,0 +1,19 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'container': string; + 'content': string; + 'details': string; + 'editorSelect': string; + 'ended': string; + 'info': string; + 'link': string; + 'overview': string; + 'poster': string; + 'posterContainer': string; + 'title': string; + 'titleRow': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Overview/BookIndexOverviewInfo.css.d.ts b/frontend/src/Book/Index/Overview/BookIndexOverviewInfo.css.d.ts new file mode 100644 index 000000000..eb2309a64 --- /dev/null +++ b/frontend/src/Book/Index/Overview/BookIndexOverviewInfo.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'infos': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Overview/BookIndexOverviewInfoRow.css.d.ts b/frontend/src/Book/Index/Overview/BookIndexOverviewInfoRow.css.d.ts new file mode 100644 index 000000000..04f22fc2e --- /dev/null +++ b/frontend/src/Book/Index/Overview/BookIndexOverviewInfoRow.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'icon': string; + 'infoRow': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Overview/BookIndexOverviews.css.d.ts b/frontend/src/Book/Index/Overview/BookIndexOverviews.css.d.ts new file mode 100644 index 000000000..b97436b41 --- /dev/null +++ b/frontend/src/Book/Index/Overview/BookIndexOverviews.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'grid': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Posters/BookIndexPoster.css.d.ts b/frontend/src/Book/Index/Posters/BookIndexPoster.css.d.ts new file mode 100644 index 000000000..8038dfd8f --- /dev/null +++ b/frontend/src/Book/Index/Posters/BookIndexPoster.css.d.ts @@ -0,0 +1,18 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'action': string; + 'container': string; + 'content': string; + 'controls': string; + 'editorSelect': string; + 'ended': string; + 'link': string; + 'nextAiring': string; + 'overlayTitle': string; + 'poster': string; + 'posterContainer': string; + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Posters/BookIndexPosterInfo.css.d.ts b/frontend/src/Book/Index/Posters/BookIndexPosterInfo.css.d.ts new file mode 100644 index 000000000..062365d36 --- /dev/null +++ b/frontend/src/Book/Index/Posters/BookIndexPosterInfo.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'info': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Posters/BookIndexPosters.css.d.ts b/frontend/src/Book/Index/Posters/BookIndexPosters.css.d.ts new file mode 100644 index 000000000..b97436b41 --- /dev/null +++ b/frontend/src/Book/Index/Posters/BookIndexPosters.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'grid': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/ProgressBar/BookIndexProgressBar.css.d.ts b/frontend/src/Book/Index/ProgressBar/BookIndexProgressBar.css.d.ts new file mode 100644 index 000000000..dab280261 --- /dev/null +++ b/frontend/src/Book/Index/ProgressBar/BookIndexProgressBar.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'progress': string; + 'progressBar': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Table/BookIndexHeader.css.d.ts b/frontend/src/Book/Index/Table/BookIndexHeader.css.d.ts new file mode 100644 index 000000000..fac7c49eb --- /dev/null +++ b/frontend/src/Book/Index/Table/BookIndexHeader.css.d.ts @@ -0,0 +1,20 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'added': string; + 'authorName': string; + 'bookFileCount': string; + 'genres': string; + 'metadataProfileId': string; + 'path': string; + 'qualityProfileId': string; + 'ratings': string; + 'releaseDate': string; + 'sizeOnDisk': string; + 'status': string; + 'tags': string; + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Table/BookIndexRow.css.d.ts b/frontend/src/Book/Index/Table/BookIndexRow.css.d.ts new file mode 100644 index 000000000..7a3dac026 --- /dev/null +++ b/frontend/src/Book/Index/Table/BookIndexRow.css.d.ts @@ -0,0 +1,26 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'added': string; + 'authorName': string; + 'bannerImage': string; + 'bookFileCount': string; + 'bookProgress': string; + 'cell': string; + 'checkInput': string; + 'genres': string; + 'link': string; + 'metadataProfileId': string; + 'overlayTitle': string; + 'path': string; + 'qualityProfileId': string; + 'ratings': string; + 'releaseDate': string; + 'sizeOnDisk': string; + 'status': string; + 'tags': string; + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Table/BookIndexTable.css.d.ts b/frontend/src/Book/Index/Table/BookIndexTable.css.d.ts new file mode 100644 index 000000000..fbc2e3b9a --- /dev/null +++ b/frontend/src/Book/Index/Table/BookIndexTable.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'tableContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Book/Index/Table/BookStatusCell.css.d.ts b/frontend/src/Book/Index/Table/BookStatusCell.css.d.ts new file mode 100644 index 000000000..f7788f04f --- /dev/null +++ b/frontend/src/Book/Index/Table/BookStatusCell.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'status': string; + 'statusIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/BookFile/Editor/BookFileActionsCell.css.d.ts b/frontend/src/BookFile/Editor/BookFileActionsCell.css.d.ts new file mode 100644 index 000000000..0f432ca4c --- /dev/null +++ b/frontend/src/BookFile/Editor/BookFileActionsCell.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'TrackActionsCell': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/BookFile/Editor/BookFileEditorRow.css.d.ts b/frontend/src/BookFile/Editor/BookFileEditorRow.css.d.ts new file mode 100644 index 000000000..9b999be3b --- /dev/null +++ b/frontend/src/BookFile/Editor/BookFileEditorRow.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'dateAdded': string; + 'path': string; + 'quality': string; + 'size': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/BookFile/Editor/BookFileEditorTableContent.css.d.ts b/frontend/src/BookFile/Editor/BookFileEditorTableContent.css.d.ts new file mode 100644 index 000000000..b5d678f73 --- /dev/null +++ b/frontend/src/BookFile/Editor/BookFileEditorTableContent.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'filesTable': string; + 'selectInput': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/BookFile/FileDetails.css.d.ts b/frontend/src/BookFile/FileDetails.css.d.ts new file mode 100644 index 000000000..b327cff06 --- /dev/null +++ b/frontend/src/BookFile/FileDetails.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'audioTags': string; + 'filename': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Bookshelf/Bookshelf.css.d.ts b/frontend/src/Bookshelf/Bookshelf.css.d.ts new file mode 100644 index 000000000..9937ea245 --- /dev/null +++ b/frontend/src/Bookshelf/Bookshelf.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'contentBody': string; + 'contentBodyContainer': string; + 'pageContentBodyWrapper': string; + 'tableInnerContentBody': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Bookshelf/BookshelfBook.css.d.ts b/frontend/src/Bookshelf/BookshelfBook.css.d.ts new file mode 100644 index 000000000..8aaf215d7 --- /dev/null +++ b/frontend/src/Bookshelf/BookshelfBook.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'allBooks': string; + 'book': string; + 'bookType': string; + 'books': string; + 'info': string; + 'missingWanted': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Bookshelf/BookshelfFooter.css.d.ts b/frontend/src/Bookshelf/BookshelfFooter.css.d.ts new file mode 100644 index 000000000..83e60938b --- /dev/null +++ b/frontend/src/Bookshelf/BookshelfFooter.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'inputContainer': string; + 'label': string; + 'updateSelectedButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Bookshelf/BookshelfRow.css.d.ts b/frontend/src/Bookshelf/BookshelfRow.css.d.ts new file mode 100644 index 000000000..8c9bbbc51 --- /dev/null +++ b/frontend/src/Bookshelf/BookshelfRow.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'books': string; + 'cell': string; + 'monitored': string; + 'selectCell': string; + 'status': string; + 'statusIcon': string; + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Bookshelf/BookshelfTableHeader.css.d.ts b/frontend/src/Bookshelf/BookshelfTableHeader.css.d.ts new file mode 100644 index 000000000..5fad22862 --- /dev/null +++ b/frontend/src/Bookshelf/BookshelfTableHeader.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'bookCount': string; + 'monitored': string; + 'sortName': string; + 'status': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Agenda/Agenda.css.d.ts b/frontend/src/Calendar/Agenda/Agenda.css.d.ts new file mode 100644 index 000000000..44421cc99 --- /dev/null +++ b/frontend/src/Calendar/Agenda/Agenda.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'agenda': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Agenda/AgendaEvent.css.d.ts b/frontend/src/Calendar/Agenda/AgendaEvent.css.d.ts new file mode 100644 index 000000000..3fe127fbe --- /dev/null +++ b/frontend/src/Calendar/Agenda/AgendaEvent.css.d.ts @@ -0,0 +1,21 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'absoluteEpisodeNumber': string; + 'authorName': string; + 'bookSeparator': string; + 'bookTitle': string; + 'date': string; + 'downloaded': string; + 'downloading': string; + 'event': string; + 'eventWrapper': string; + 'missing': string; + 'partial': string; + 'seasonEpisodeNumber': string; + 'time': string; + 'unmonitored': string; + 'unreleased': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Calendar.css.d.ts b/frontend/src/Calendar/Calendar.css.d.ts new file mode 100644 index 000000000..503034402 --- /dev/null +++ b/frontend/src/Calendar/Calendar.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'calendar': string; + 'calendarContent': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/CalendarPage.css.d.ts b/frontend/src/Calendar/CalendarPage.css.d.ts new file mode 100644 index 000000000..943329132 --- /dev/null +++ b/frontend/src/Calendar/CalendarPage.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'calendarInnerPageBody': string; + 'calendarPageBody': string; + 'errorMessage': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Day/CalendarDay.css.d.ts b/frontend/src/Calendar/Day/CalendarDay.css.d.ts new file mode 100644 index 000000000..f32def3dd --- /dev/null +++ b/frontend/src/Calendar/Day/CalendarDay.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'day': string; + 'dayOfMonth': string; + 'isDifferentMonth': string; + 'isSingleDay': string; + 'isToday': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Day/CalendarDays.css.d.ts b/frontend/src/Calendar/Day/CalendarDays.css.d.ts new file mode 100644 index 000000000..ae3e7aebc --- /dev/null +++ b/frontend/src/Calendar/Day/CalendarDays.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'day': string; + 'days': string; + 'forecast': string; + 'month': string; + 'week': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Day/DayOfWeek.css.d.ts b/frontend/src/Calendar/Day/DayOfWeek.css.d.ts new file mode 100644 index 000000000..a377e4a8e --- /dev/null +++ b/frontend/src/Calendar/Day/DayOfWeek.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'dayOfWeek': string; + 'isSingleDay': string; + 'isToday': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Day/DaysOfWeek.css.d.ts b/frontend/src/Calendar/Day/DaysOfWeek.css.d.ts new file mode 100644 index 000000000..5bc224b68 --- /dev/null +++ b/frontend/src/Calendar/Day/DaysOfWeek.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'daysOfWeek': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Events/CalendarEvent.css.d.ts b/frontend/src/Calendar/Events/CalendarEvent.css.d.ts new file mode 100644 index 000000000..2a216daee --- /dev/null +++ b/frontend/src/Calendar/Events/CalendarEvent.css.d.ts @@ -0,0 +1,18 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'absoluteEpisodeNumber': string; + 'authorName': string; + 'bookInfo': string; + 'bookTitle': string; + 'downloaded': string; + 'downloading': string; + 'event': string; + 'info': string; + 'missing': string; + 'statusIcon': string; + 'unmonitored': string; + 'unreleased': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Header/CalendarHeader.css.d.ts b/frontend/src/Calendar/Header/CalendarHeader.css.d.ts new file mode 100644 index 000000000..700b53652 --- /dev/null +++ b/frontend/src/Calendar/Header/CalendarHeader.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'header': string; + 'loading': string; + 'navigationButtons': string; + 'titleDesktop': string; + 'titleMobile': string; + 'todayButton': string; + 'viewButtonsContainer': string; + 'viewMenu': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Legend/Legend.css.d.ts b/frontend/src/Calendar/Legend/Legend.css.d.ts new file mode 100644 index 000000000..19c0339b4 --- /dev/null +++ b/frontend/src/Calendar/Legend/Legend.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'legend': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Legend/LegendIconItem.css.d.ts b/frontend/src/Calendar/Legend/LegendIconItem.css.d.ts new file mode 100644 index 000000000..5d618d24b --- /dev/null +++ b/frontend/src/Calendar/Legend/LegendIconItem.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'icon': string; + 'legendIconItem': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Calendar/Legend/LegendItem.css.d.ts b/frontend/src/Calendar/Legend/LegendItem.css.d.ts new file mode 100644 index 000000000..954aafd90 --- /dev/null +++ b/frontend/src/Calendar/Legend/LegendItem.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'downloaded': string; + 'downloading': string; + 'legendItem': string; + 'missing': string; + 'onAir': string; + 'partial': string; + 'unmonitored': string; + 'unreleased': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Alert.css.d.ts b/frontend/src/Components/Alert.css.d.ts new file mode 100644 index 000000000..daffec2e6 --- /dev/null +++ b/frontend/src/Components/Alert.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'alert': string; + 'danger': string; + 'info': string; + 'success': string; + 'warning': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Card.css.d.ts b/frontend/src/Components/Card.css.d.ts new file mode 100644 index 000000000..fb3ea792e --- /dev/null +++ b/frontend/src/Components/Card.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'card': string; + 'overlay': string; + 'underlay': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/CircularProgressBar.css.d.ts b/frontend/src/Components/CircularProgressBar.css.d.ts new file mode 100644 index 000000000..45179620c --- /dev/null +++ b/frontend/src/Components/CircularProgressBar.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'circularProgressBar': string; + 'circularProgressBarContainer': string; + 'circularProgressBarText': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/DescriptionList/DescriptionList.css.d.ts b/frontend/src/Components/DescriptionList/DescriptionList.css.d.ts new file mode 100644 index 000000000..34c1578a4 --- /dev/null +++ b/frontend/src/Components/DescriptionList/DescriptionList.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'descriptionList': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/DescriptionList/DescriptionListItemDescription.css.d.ts b/frontend/src/Components/DescriptionList/DescriptionListItemDescription.css.d.ts new file mode 100644 index 000000000..ff7055b0f --- /dev/null +++ b/frontend/src/Components/DescriptionList/DescriptionListItemDescription.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'description': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/DescriptionList/DescriptionListItemTitle.css.d.ts b/frontend/src/Components/DescriptionList/DescriptionListItemTitle.css.d.ts new file mode 100644 index 000000000..86bceec06 --- /dev/null +++ b/frontend/src/Components/DescriptionList/DescriptionListItemTitle.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/DragPreviewLayer.css.d.ts b/frontend/src/Components/DragPreviewLayer.css.d.ts new file mode 100644 index 000000000..6944a829d --- /dev/null +++ b/frontend/src/Components/DragPreviewLayer.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'dragLayer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Error/ErrorBoundaryError.css.d.ts b/frontend/src/Components/Error/ErrorBoundaryError.css.d.ts new file mode 100644 index 000000000..1d4e56b65 --- /dev/null +++ b/frontend/src/Components/Error/ErrorBoundaryError.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'container': string; + 'details': string; + 'image': string; + 'imageContainer': string; + 'message': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/FieldSet.css.d.ts b/frontend/src/Components/FieldSet.css.d.ts new file mode 100644 index 000000000..b669ac6d0 --- /dev/null +++ b/frontend/src/Components/FieldSet.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'fieldSet': string; + 'legend': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/FileBrowser/FileBrowserModal.css.d.ts b/frontend/src/Components/FileBrowser/FileBrowserModal.css.d.ts new file mode 100644 index 000000000..5d00cca7e --- /dev/null +++ b/frontend/src/Components/FileBrowser/FileBrowserModal.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'modal': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/FileBrowser/FileBrowserModalContent.css.d.ts b/frontend/src/Components/FileBrowser/FileBrowserModalContent.css.d.ts new file mode 100644 index 000000000..e83c13075 --- /dev/null +++ b/frontend/src/Components/FileBrowser/FileBrowserModalContent.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'faqLink': string; + 'loading': string; + 'mappedDrivesWarning': string; + 'modalBody': string; + 'pathInput': string; + 'scroller': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/FileBrowser/FileBrowserRow.css.d.ts b/frontend/src/Components/FileBrowser/FileBrowserRow.css.d.ts new file mode 100644 index 000000000..127d00928 --- /dev/null +++ b/frontend/src/Components/FileBrowser/FileBrowserRow.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'type': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Filter/Builder/DateFilterBuilderRowValue.css.d.ts b/frontend/src/Components/Filter/Builder/DateFilterBuilderRowValue.css.d.ts new file mode 100644 index 000000000..d391a1f30 --- /dev/null +++ b/frontend/src/Components/Filter/Builder/DateFilterBuilderRowValue.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'container': string; + 'numberInput': string; + 'selectInput': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Filter/Builder/FilterBuilderModalContent.css.d.ts b/frontend/src/Components/Filter/Builder/FilterBuilderModalContent.css.d.ts new file mode 100644 index 000000000..033d2edca --- /dev/null +++ b/frontend/src/Components/Filter/Builder/FilterBuilderModalContent.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'label': string; + 'labelContainer': string; + 'labelInputContainer': string; + 'rows': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Filter/Builder/FilterBuilderRow.css.d.ts b/frontend/src/Components/Filter/Builder/FilterBuilderRow.css.d.ts new file mode 100644 index 000000000..aba698af4 --- /dev/null +++ b/frontend/src/Components/Filter/Builder/FilterBuilderRow.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actionsContainer': string; + 'filterRow': string; + 'inputContainer': string; + 'valueInputContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Filter/Builder/FilterBuilderRowValueTag.css.d.ts b/frontend/src/Components/Filter/Builder/FilterBuilderRowValueTag.css.d.ts new file mode 100644 index 000000000..80bcf1464 --- /dev/null +++ b/frontend/src/Components/Filter/Builder/FilterBuilderRowValueTag.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'isLastTag': string; + 'label': string; + 'or': string; + 'tag': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Filter/CustomFilters/CustomFilter.css.d.ts b/frontend/src/Components/Filter/CustomFilters/CustomFilter.css.d.ts new file mode 100644 index 000000000..af5bfa967 --- /dev/null +++ b/frontend/src/Components/Filter/CustomFilters/CustomFilter.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'customFilter': string; + 'label': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Filter/CustomFilters/CustomFiltersModalContent.css.d.ts b/frontend/src/Components/Filter/CustomFilters/CustomFiltersModalContent.css.d.ts new file mode 100644 index 000000000..b505d0767 --- /dev/null +++ b/frontend/src/Components/Filter/CustomFilters/CustomFiltersModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addButtonContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/AutoSuggestInput.css.d.ts b/frontend/src/Components/Form/AutoSuggestInput.css.d.ts new file mode 100644 index 000000000..2b8f51924 --- /dev/null +++ b/frontend/src/Components/Form/AutoSuggestInput.css.d.ts @@ -0,0 +1,15 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'hasError': string; + 'hasWarning': string; + 'input': string; + 'inputContainer': string; + 'suggestion': string; + 'suggestionHighlighted': string; + 'suggestionsContainer': string; + 'suggestionsContainerOpen': string; + 'suggestionsList': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/BookshelfInput.css.d.ts b/frontend/src/Components/Form/BookshelfInput.css.d.ts new file mode 100644 index 000000000..f612c192d --- /dev/null +++ b/frontend/src/Components/Form/BookshelfInput.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'bookshelfInputWrapper': string; + 'input': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/CaptchaInput.css.d.ts b/frontend/src/Components/Form/CaptchaInput.css.d.ts new file mode 100644 index 000000000..b6844144e --- /dev/null +++ b/frontend/src/Components/Form/CaptchaInput.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'captchaInputWrapper': string; + 'hasButton': string; + 'hasError': string; + 'hasWarning': string; + 'input': string; + 'recaptchaWrapper': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/CheckInput.css.d.ts b/frontend/src/Components/Form/CheckInput.css.d.ts new file mode 100644 index 000000000..bba6b63bb --- /dev/null +++ b/frontend/src/Components/Form/CheckInput.css.d.ts @@ -0,0 +1,18 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'checkbox': string; + 'container': string; + 'dangerIsChecked': string; + 'helpText': string; + 'input': string; + 'isDisabled': string; + 'isIndeterminate': string; + 'isNotChecked': string; + 'label': string; + 'primaryIsChecked': string; + 'successIsChecked': string; + 'warningIsChecked': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/DeviceInput.css.d.ts b/frontend/src/Components/Form/DeviceInput.css.d.ts new file mode 100644 index 000000000..e44e3fce0 --- /dev/null +++ b/frontend/src/Components/Form/DeviceInput.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deviceInputWrapper': string; + 'input': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/EnhancedSelectInput.css.d.ts b/frontend/src/Components/Form/EnhancedSelectInput.css.d.ts new file mode 100644 index 000000000..edcf0079b --- /dev/null +++ b/frontend/src/Components/Form/EnhancedSelectInput.css.d.ts @@ -0,0 +1,22 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'dropdownArrowContainer': string; + 'dropdownArrowContainerDisabled': string; + 'dropdownArrowContainerEditable': string; + 'editableContainer': string; + 'enhancedSelect': string; + 'hasError': string; + 'hasWarning': string; + 'isDisabled': string; + 'loading': string; + 'mobileCloseButton': string; + 'mobileCloseButtonContainer': string; + 'options': string; + 'optionsContainer': string; + 'optionsModal': string; + 'optionsModalBody': string; + 'optionsModalScroller': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/EnhancedSelectInputOption.css.d.ts b/frontend/src/Components/Form/EnhancedSelectInputOption.css.d.ts new file mode 100644 index 000000000..59675cd91 --- /dev/null +++ b/frontend/src/Components/Form/EnhancedSelectInputOption.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'iconContainer': string; + 'isDisabled': string; + 'isHidden': string; + 'isMobile': string; + 'isSelected': string; + 'option': string; + 'optionCheck': string; + 'optionCheckInput': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/EnhancedSelectInputSelectedValue.css.d.ts b/frontend/src/Components/Form/EnhancedSelectInputSelectedValue.css.d.ts new file mode 100644 index 000000000..5377239a8 --- /dev/null +++ b/frontend/src/Components/Form/EnhancedSelectInputSelectedValue.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'isDisabled': string; + 'selectedValue': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/Form.css.d.ts b/frontend/src/Components/Form/Form.css.d.ts new file mode 100644 index 000000000..178f2fec1 --- /dev/null +++ b/frontend/src/Components/Form/Form.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'validationFailures': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/FormGroup.css.d.ts b/frontend/src/Components/Form/FormGroup.css.d.ts new file mode 100644 index 000000000..86145f643 --- /dev/null +++ b/frontend/src/Components/Form/FormGroup.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'extraSmall': string; + 'group': string; + 'large': string; + 'medium': string; + 'small': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/FormInputButton.css.d.ts b/frontend/src/Components/Form/FormInputButton.css.d.ts new file mode 100644 index 000000000..d469cdfe3 --- /dev/null +++ b/frontend/src/Components/Form/FormInputButton.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'button': string; + 'middleButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/FormInputGroup.css.d.ts b/frontend/src/Components/Form/FormInputGroup.css.d.ts new file mode 100644 index 000000000..267257c44 --- /dev/null +++ b/frontend/src/Components/Form/FormInputGroup.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'helpLink': string; + 'inputContainer': string; + 'inputGroup': string; + 'inputGroupContainer': string; + 'inputUnit': string; + 'inputUnitNumber': string; + 'pendingChangesContainer': string; + 'pendingChangesIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/FormInputHelpText.css.d.ts b/frontend/src/Components/Form/FormInputHelpText.css.d.ts new file mode 100644 index 000000000..0e163f134 --- /dev/null +++ b/frontend/src/Components/Form/FormInputHelpText.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'details': string; + 'helpText': string; + 'isCheckInput': string; + 'isError': string; + 'isWarning': string; + 'link': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/FormLabel.css.d.ts b/frontend/src/Components/Form/FormLabel.css.d.ts new file mode 100644 index 000000000..c23dd30a4 --- /dev/null +++ b/frontend/src/Components/Form/FormLabel.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'hasError': string; + 'isAdvanced': string; + 'label': string; + 'large': string; + 'small': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/HintedSelectInputOption.css.d.ts b/frontend/src/Components/Form/HintedSelectInputOption.css.d.ts new file mode 100644 index 000000000..b598ce484 --- /dev/null +++ b/frontend/src/Components/Form/HintedSelectInputOption.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'hintText': string; + 'isMobile': string; + 'optionText': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/HintedSelectInputSelectedValue.css.d.ts b/frontend/src/Components/Form/HintedSelectInputSelectedValue.css.d.ts new file mode 100644 index 000000000..57114fbff --- /dev/null +++ b/frontend/src/Components/Form/HintedSelectInputSelectedValue.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'hintText': string; + 'selectedValue': string; + 'valueText': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/KeyValueListInput.css.d.ts b/frontend/src/Components/Form/KeyValueListInput.css.d.ts new file mode 100644 index 000000000..972f108c9 --- /dev/null +++ b/frontend/src/Components/Form/KeyValueListInput.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'hasError': string; + 'hasWarning': string; + 'inputContainer': string; + 'isFocused': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/KeyValueListInputItem.css.d.ts b/frontend/src/Components/Form/KeyValueListInputItem.css.d.ts new file mode 100644 index 000000000..35baf55cd --- /dev/null +++ b/frontend/src/Components/Form/KeyValueListInputItem.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'buttonWrapper': string; + 'inputWrapper': string; + 'itemContainer': string; + 'keyInput': string; + 'valueInput': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/PasswordInput.css.d.ts b/frontend/src/Components/Form/PasswordInput.css.d.ts new file mode 100644 index 000000000..774807ef4 --- /dev/null +++ b/frontend/src/Components/Form/PasswordInput.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'input': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/PathInput.css.d.ts b/frontend/src/Components/Form/PathInput.css.d.ts new file mode 100644 index 000000000..d44c3dd56 --- /dev/null +++ b/frontend/src/Components/Form/PathInput.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'fileBrowserButton': string; + 'hasFileBrowser': string; + 'inputWrapper': string; + 'pathMatch': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/RootFolderSelectInputOption.css.d.ts b/frontend/src/Components/Form/RootFolderSelectInputOption.css.d.ts new file mode 100644 index 000000000..327affebe --- /dev/null +++ b/frontend/src/Components/Form/RootFolderSelectInputOption.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'freeSpace': string; + 'isMissing': string; + 'isMobile': string; + 'optionText': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/RootFolderSelectInputSelectedValue.css.d.ts b/frontend/src/Components/Form/RootFolderSelectInputSelectedValue.css.d.ts new file mode 100644 index 000000000..682ac91de --- /dev/null +++ b/frontend/src/Components/Form/RootFolderSelectInputSelectedValue.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'freeSpace': string; + 'path': string; + 'selectedValue': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/SelectInput.css.d.ts b/frontend/src/Components/Form/SelectInput.css.d.ts new file mode 100644 index 000000000..fe8fa3069 --- /dev/null +++ b/frontend/src/Components/Form/SelectInput.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'hasError': string; + 'hasWarning': string; + 'isDisabled': string; + 'select': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/TagInput.css.d.ts b/frontend/src/Components/Form/TagInput.css.d.ts new file mode 100644 index 000000000..8b3b412a5 --- /dev/null +++ b/frontend/src/Components/Form/TagInput.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'hasError': string; + 'hasWarning': string; + 'input': string; + 'internalInput': string; + 'isFocused': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/TagInputInput.css.d.ts b/frontend/src/Components/Form/TagInputInput.css.d.ts new file mode 100644 index 000000000..d0a03ef53 --- /dev/null +++ b/frontend/src/Components/Form/TagInputInput.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'inputContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/TagInputTag.css.d.ts b/frontend/src/Components/Form/TagInputTag.css.d.ts new file mode 100644 index 000000000..afd4b333c --- /dev/null +++ b/frontend/src/Components/Form/TagInputTag.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'tag': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/TextArea.css.d.ts b/frontend/src/Components/Form/TextArea.css.d.ts new file mode 100644 index 000000000..59c6aad69 --- /dev/null +++ b/frontend/src/Components/Form/TextArea.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'hasError': string; + 'hasWarning': string; + 'input': string; + 'readOnly': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/TextInput.css.d.ts b/frontend/src/Components/Form/TextInput.css.d.ts new file mode 100644 index 000000000..2c71cfc68 --- /dev/null +++ b/frontend/src/Components/Form/TextInput.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'hasButton': string; + 'hasError': string; + 'hasWarning': string; + 'input': string; + 'readOnly': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Form/UMaskInput.css.d.ts b/frontend/src/Components/Form/UMaskInput.css.d.ts new file mode 100644 index 000000000..2ae8dacad --- /dev/null +++ b/frontend/src/Components/Form/UMaskInput.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'details': string; + 'inputFolder': string; + 'inputUnit': string; + 'inputUnitWrapper': string; + 'inputWrapper': string; + 'readOnly': string; + 'unit': string; + 'value': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/HeartRating.css.d.ts b/frontend/src/Components/HeartRating.css.d.ts new file mode 100644 index 000000000..369f18440 --- /dev/null +++ b/frontend/src/Components/HeartRating.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'heart': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Icon.css.d.ts b/frontend/src/Components/Icon.css.d.ts new file mode 100644 index 000000000..b38646df0 --- /dev/null +++ b/frontend/src/Components/Icon.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'danger': string; + 'default': string; + 'disabled': string; + 'info': string; + 'pink': string; + 'purple': string; + 'success': string; + 'warning': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Label.css.d.ts b/frontend/src/Components/Label.css.d.ts new file mode 100644 index 000000000..1a0b4d9e0 --- /dev/null +++ b/frontend/src/Components/Label.css.d.ts @@ -0,0 +1,19 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'danger': string; + 'default': string; + 'disabled': string; + 'info': string; + 'inverse': string; + 'label': string; + 'large': string; + 'medium': string; + 'outline': string; + 'primary': string; + 'small': string; + 'success': string; + 'warning': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Link/Button.css.d.ts b/frontend/src/Components/Link/Button.css.d.ts new file mode 100644 index 000000000..889864a81 --- /dev/null +++ b/frontend/src/Components/Link/Button.css.d.ts @@ -0,0 +1,18 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'button': string; + 'center': string; + 'danger': string; + 'default': string; + 'large': string; + 'left': string; + 'medium': string; + 'primary': string; + 'right': string; + 'small': string; + 'success': string; + 'warning': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Link/ClipboardButton.css.d.ts b/frontend/src/Components/Link/ClipboardButton.css.d.ts new file mode 100644 index 000000000..c1ad078d8 --- /dev/null +++ b/frontend/src/Components/Link/ClipboardButton.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'button': string; + 'clipboardIconContainer': string; + 'showStateIcon': string; + 'stateIconContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Link/IconButton.css.d.ts b/frontend/src/Components/Link/IconButton.css.d.ts new file mode 100644 index 000000000..cdf6b986a --- /dev/null +++ b/frontend/src/Components/Link/IconButton.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'button': string; + 'isDisabled': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Link/Link.css.d.ts b/frontend/src/Components/Link/Link.css.d.ts new file mode 100644 index 000000000..98ee61d15 --- /dev/null +++ b/frontend/src/Components/Link/Link.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'link': string; + 'to': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Link/SpinnerButton.css.d.ts b/frontend/src/Components/Link/SpinnerButton.css.d.ts new file mode 100644 index 000000000..6f4ea8dc9 --- /dev/null +++ b/frontend/src/Components/Link/SpinnerButton.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'button': string; + 'isSpinning': string; + 'label': string; + 'spinner': string; + 'spinnerContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Link/SpinnerErrorButton.css.d.ts b/frontend/src/Components/Link/SpinnerErrorButton.css.d.ts new file mode 100644 index 000000000..49f156494 --- /dev/null +++ b/frontend/src/Components/Link/SpinnerErrorButton.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'icon': string; + 'iconContainer': string; + 'label': string; + 'showIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Loading/LoadingIndicator.css.d.ts b/frontend/src/Components/Loading/LoadingIndicator.css.d.ts new file mode 100644 index 000000000..390b188b6 --- /dev/null +++ b/frontend/src/Components/Loading/LoadingIndicator.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'loading': string; + 'ripple': string; + 'rippleContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Loading/LoadingMessage.css.d.ts b/frontend/src/Components/Loading/LoadingMessage.css.d.ts new file mode 100644 index 000000000..2e736f404 --- /dev/null +++ b/frontend/src/Components/Loading/LoadingMessage.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'loadingMessage': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Marquee.css.d.ts b/frontend/src/Components/Marquee.css.d.ts new file mode 100644 index 000000000..03a573d95 --- /dev/null +++ b/frontend/src/Components/Marquee.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'container': string; + 'inner': string; + 'toLeft': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Menu/FilterMenu.css.d.ts b/frontend/src/Components/Menu/FilterMenu.css.d.ts new file mode 100644 index 000000000..72f0abe67 --- /dev/null +++ b/frontend/src/Components/Menu/FilterMenu.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'filterMenu': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Menu/Menu.css.d.ts b/frontend/src/Components/Menu/Menu.css.d.ts new file mode 100644 index 000000000..2e3eb2c66 --- /dev/null +++ b/frontend/src/Components/Menu/Menu.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'menu': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Menu/MenuButton.css.d.ts b/frontend/src/Components/Menu/MenuButton.css.d.ts new file mode 100644 index 000000000..266ce22bd --- /dev/null +++ b/frontend/src/Components/Menu/MenuButton.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'isDisabled': string; + 'menuButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Menu/MenuContent.css.d.ts b/frontend/src/Components/Menu/MenuContent.css.d.ts new file mode 100644 index 000000000..773fb7299 --- /dev/null +++ b/frontend/src/Components/Menu/MenuContent.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'menuContent': string; + 'scroller': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Menu/MenuItem.css.d.ts b/frontend/src/Components/Menu/MenuItem.css.d.ts new file mode 100644 index 000000000..63b262d91 --- /dev/null +++ b/frontend/src/Components/Menu/MenuItem.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'isDisabled': string; + 'menuItem': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Menu/MenuItemSeparator.css.d.ts b/frontend/src/Components/Menu/MenuItemSeparator.css.d.ts new file mode 100644 index 000000000..a2cd89fbf --- /dev/null +++ b/frontend/src/Components/Menu/MenuItemSeparator.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'separator': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Menu/PageMenuButton.css.d.ts b/frontend/src/Components/Menu/PageMenuButton.css.d.ts new file mode 100644 index 000000000..567874ce8 --- /dev/null +++ b/frontend/src/Components/Menu/PageMenuButton.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'label': string; + 'menuButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Menu/SelectedMenuItem.css.d.ts b/frontend/src/Components/Menu/SelectedMenuItem.css.d.ts new file mode 100644 index 000000000..a8988ce02 --- /dev/null +++ b/frontend/src/Components/Menu/SelectedMenuItem.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'isNotSelected': string; + 'isSelected': string; + 'item': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Menu/ToolbarMenuButton.css.d.ts b/frontend/src/Components/Menu/ToolbarMenuButton.css.d.ts new file mode 100644 index 000000000..2490246a5 --- /dev/null +++ b/frontend/src/Components/Menu/ToolbarMenuButton.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'indicatorContainer': string; + 'label': string; + 'labelContainer': string; + 'menuButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Modal/Modal.css.d.ts b/frontend/src/Components/Modal/Modal.css.d.ts new file mode 100644 index 000000000..b6576c7de --- /dev/null +++ b/frontend/src/Components/Modal/Modal.css.d.ts @@ -0,0 +1,15 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'extraLarge': string; + 'large': string; + 'medium': string; + 'modal': string; + 'modalBackdrop': string; + 'modalContainer': string; + 'modalOpen': string; + 'modalOpenIOS': string; + 'small': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Modal/ModalBody.css.d.ts b/frontend/src/Components/Modal/ModalBody.css.d.ts new file mode 100644 index 000000000..e9f5787e9 --- /dev/null +++ b/frontend/src/Components/Modal/ModalBody.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'innerModalBody': string; + 'modalBody': string; + 'modalScroller': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Modal/ModalContent.css.d.ts b/frontend/src/Components/Modal/ModalContent.css.d.ts new file mode 100644 index 000000000..357d7d418 --- /dev/null +++ b/frontend/src/Components/Modal/ModalContent.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'closeButton': string; + 'modalContent': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Modal/ModalError.css.d.ts b/frontend/src/Components/Modal/ModalError.css.d.ts new file mode 100644 index 000000000..4b6ad95d9 --- /dev/null +++ b/frontend/src/Components/Modal/ModalError.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'details': string; + 'message': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Modal/ModalFooter.css.d.ts b/frontend/src/Components/Modal/ModalFooter.css.d.ts new file mode 100644 index 000000000..0c8c69290 --- /dev/null +++ b/frontend/src/Components/Modal/ModalFooter.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'modalFooter': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Modal/ModalHeader.css.d.ts b/frontend/src/Components/Modal/ModalHeader.css.d.ts new file mode 100644 index 000000000..3c4c91165 --- /dev/null +++ b/frontend/src/Components/Modal/ModalHeader.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'modalHeader': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/MonitorToggleButton.css.d.ts b/frontend/src/Components/MonitorToggleButton.css.d.ts new file mode 100644 index 000000000..85010f826 --- /dev/null +++ b/frontend/src/Components/MonitorToggleButton.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'isDisabled': string; + 'toggleButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/NotFound.css.d.ts b/frontend/src/Components/NotFound.css.d.ts new file mode 100644 index 000000000..f4f083586 --- /dev/null +++ b/frontend/src/Components/NotFound.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'container': string; + 'image': string; + 'message': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/ErrorPage.css.d.ts b/frontend/src/Components/Page/ErrorPage.css.d.ts new file mode 100644 index 000000000..4e9778f70 --- /dev/null +++ b/frontend/src/Components/Page/ErrorPage.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'page': string; + 'version': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Header/AuthorSearchInput.css.d.ts b/frontend/src/Components/Page/Header/AuthorSearchInput.css.d.ts new file mode 100644 index 000000000..729eafbb8 --- /dev/null +++ b/frontend/src/Components/Page/Header/AuthorSearchInput.css.d.ts @@ -0,0 +1,18 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addNewAuthorSuggestion': string; + 'authorContainer': string; + 'container': string; + 'containerOpen': string; + 'highlighted': string; + 'input': string; + 'list': string; + 'listItem': string; + 'loading': string; + 'ripple': string; + 'sectionTitle': string; + 'wrapper': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Header/AuthorSearchResult.css.d.ts b/frontend/src/Components/Page/Header/AuthorSearchResult.css.d.ts new file mode 100644 index 000000000..dc6697a5a --- /dev/null +++ b/frontend/src/Components/Page/Header/AuthorSearchResult.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'alternateTitle': string; + 'poster': string; + 'result': string; + 'tagContainer': string; + 'title': string; + 'titles': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Header/BookSearchResult.css.d.ts b/frontend/src/Components/Page/Header/BookSearchResult.css.d.ts new file mode 100644 index 000000000..dc6697a5a --- /dev/null +++ b/frontend/src/Components/Page/Header/BookSearchResult.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'alternateTitle': string; + 'poster': string; + 'result': string; + 'tagContainer': string; + 'title': string; + 'titles': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Header/KeyboardShortcutsModalContent.css.d.ts b/frontend/src/Components/Page/Header/KeyboardShortcutsModalContent.css.d.ts new file mode 100644 index 000000000..316ebfc9a --- /dev/null +++ b/frontend/src/Components/Page/Header/KeyboardShortcutsModalContent.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'key': string; + 'shortcut': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Header/PageHeader.css.d.ts b/frontend/src/Components/Page/Header/PageHeader.css.d.ts new file mode 100644 index 000000000..7a982dda7 --- /dev/null +++ b/frontend/src/Components/Page/Header/PageHeader.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'donate': string; + 'header': string; + 'logo': string; + 'logoContainer': string; + 'logoLink': string; + 'right': string; + 'sidebarToggleContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css.d.ts b/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css.d.ts new file mode 100644 index 000000000..7d85bb1b8 --- /dev/null +++ b/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'itemIcon': string; + 'menuButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/LoadingPage.css.d.ts b/frontend/src/Components/Page/LoadingPage.css.d.ts new file mode 100644 index 000000000..561cb4add --- /dev/null +++ b/frontend/src/Components/Page/LoadingPage.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'logoFull': string; + 'page': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Page.css.d.ts b/frontend/src/Components/Page/Page.css.d.ts new file mode 100644 index 000000000..ca4d98808 --- /dev/null +++ b/frontend/src/Components/Page/Page.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'main': string; + 'page': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/PageContent.css.d.ts b/frontend/src/Components/Page/PageContent.css.d.ts new file mode 100644 index 000000000..e2c84ee68 --- /dev/null +++ b/frontend/src/Components/Page/PageContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'content': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/PageContentBody.css.d.ts b/frontend/src/Components/Page/PageContentBody.css.d.ts new file mode 100644 index 000000000..d046e3c4c --- /dev/null +++ b/frontend/src/Components/Page/PageContentBody.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'contentBody': string; + 'innerContentBody': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/PageContentError.css.d.ts b/frontend/src/Components/Page/PageContentError.css.d.ts new file mode 100644 index 000000000..e2c84ee68 --- /dev/null +++ b/frontend/src/Components/Page/PageContentError.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'content': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/PageContentFooter.css.d.ts b/frontend/src/Components/Page/PageContentFooter.css.d.ts new file mode 100644 index 000000000..94884882d --- /dev/null +++ b/frontend/src/Components/Page/PageContentFooter.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'contentFooter': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/PageJumpBar.css.d.ts b/frontend/src/Components/Page/PageJumpBar.css.d.ts new file mode 100644 index 000000000..2ae6ca0b8 --- /dev/null +++ b/frontend/src/Components/Page/PageJumpBar.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'jumpBar': string; + 'jumpBarItems': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/PageJumpBarItem.css.d.ts b/frontend/src/Components/Page/PageJumpBarItem.css.d.ts new file mode 100644 index 000000000..286ed2c3b --- /dev/null +++ b/frontend/src/Components/Page/PageJumpBarItem.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'jumpBarItem': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Sidebar/Messages/Message.css.d.ts b/frontend/src/Components/Page/Sidebar/Messages/Message.css.d.ts new file mode 100644 index 000000000..94cc9f822 --- /dev/null +++ b/frontend/src/Components/Page/Sidebar/Messages/Message.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'error': string; + 'iconContainer': string; + 'info': string; + 'message': string; + 'success': string; + 'text': string; + 'warning': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Sidebar/Messages/Messages.css.d.ts b/frontend/src/Components/Page/Sidebar/Messages/Messages.css.d.ts new file mode 100644 index 000000000..d72aa694c --- /dev/null +++ b/frontend/src/Components/Page/Sidebar/Messages/Messages.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'messages': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Sidebar/PageSidebar.css.d.ts b/frontend/src/Components/Page/Sidebar/PageSidebar.css.d.ts new file mode 100644 index 000000000..7cefa5fb5 --- /dev/null +++ b/frontend/src/Components/Page/Sidebar/PageSidebar.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'sidebar': string; + 'sidebarContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Sidebar/PageSidebarItem.css.d.ts b/frontend/src/Components/Page/Sidebar/PageSidebarItem.css.d.ts new file mode 100644 index 000000000..77e23c767 --- /dev/null +++ b/frontend/src/Components/Page/Sidebar/PageSidebarItem.css.d.ts @@ -0,0 +1,15 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'childLink': string; + 'iconContainer': string; + 'isActiveItem': string; + 'isActiveLink': string; + 'isActiveParentLink': string; + 'item': string; + 'link': string; + 'noIcon': string; + 'status': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Toolbar/PageToolbar.css.d.ts b/frontend/src/Components/Page/Toolbar/PageToolbar.css.d.ts new file mode 100644 index 000000000..0206a85d0 --- /dev/null +++ b/frontend/src/Components/Page/Toolbar/PageToolbar.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'toolbar': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Toolbar/PageToolbarButton.css.d.ts b/frontend/src/Components/Page/Toolbar/PageToolbarButton.css.d.ts new file mode 100644 index 000000000..938b914d9 --- /dev/null +++ b/frontend/src/Components/Page/Toolbar/PageToolbarButton.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'isDisabled': string; + 'label': string; + 'labelContainer': string; + 'toolbarButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Toolbar/PageToolbarSection.css.d.ts b/frontend/src/Components/Page/Toolbar/PageToolbarSection.css.d.ts new file mode 100644 index 000000000..9f01c4e9f --- /dev/null +++ b/frontend/src/Components/Page/Toolbar/PageToolbarSection.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'center': string; + 'left': string; + 'overflowMenuButton': string; + 'overflowMenuItemIcon': string; + 'right': string; + 'section': string; + 'sectionContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Page/Toolbar/PageToolbarSeparator.css.d.ts b/frontend/src/Components/Page/Toolbar/PageToolbarSeparator.css.d.ts new file mode 100644 index 000000000..a2cd89fbf --- /dev/null +++ b/frontend/src/Components/Page/Toolbar/PageToolbarSeparator.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'separator': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/ProgressBar.css.d.ts b/frontend/src/Components/ProgressBar.css.d.ts new file mode 100644 index 000000000..8fccb71f4 --- /dev/null +++ b/frontend/src/Components/ProgressBar.css.d.ts @@ -0,0 +1,21 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'backText': string; + 'backTextContainer': string; + 'container': string; + 'danger': string; + 'frontText': string; + 'frontTextContainer': string; + 'info': string; + 'large': string; + 'medium': string; + 'primary': string; + 'progressBar': string; + 'purple': string; + 'small': string; + 'success': string; + 'warning': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Scroller/OverlayScroller.css.d.ts b/frontend/src/Components/Scroller/OverlayScroller.css.d.ts new file mode 100644 index 000000000..3aba53054 --- /dev/null +++ b/frontend/src/Components/Scroller/OverlayScroller.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'scroller': string; + 'thumb': string; + 'track': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Scroller/Scroller.css.d.ts b/frontend/src/Components/Scroller/Scroller.css.d.ts new file mode 100644 index 000000000..cc9a19803 --- /dev/null +++ b/frontend/src/Components/Scroller/Scroller.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'autoScroll': string; + 'both': string; + 'horizontal': string; + 'none': string; + 'scroller': string; + 'vertical': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/StarRating.css.d.ts b/frontend/src/Components/StarRating.css.d.ts new file mode 100644 index 000000000..04a77c162 --- /dev/null +++ b/frontend/src/Components/StarRating.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'backStar': string; + 'frontStar': string; + 'starRating': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Swipe/SwipeHeader.css.d.ts b/frontend/src/Components/Swipe/SwipeHeader.css.d.ts new file mode 100644 index 000000000..fe03df9b8 --- /dev/null +++ b/frontend/src/Components/Swipe/SwipeHeader.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'container': string; + 'content': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/Cells/RelativeDateCell.css.d.ts b/frontend/src/Components/Table/Cells/RelativeDateCell.css.d.ts new file mode 100644 index 000000000..c748f6f97 --- /dev/null +++ b/frontend/src/Components/Table/Cells/RelativeDateCell.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'cell': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/Cells/TableRowCell.css.d.ts b/frontend/src/Components/Table/Cells/TableRowCell.css.d.ts new file mode 100644 index 000000000..c748f6f97 --- /dev/null +++ b/frontend/src/Components/Table/Cells/TableRowCell.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'cell': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/Cells/TableRowCellButton.css.d.ts b/frontend/src/Components/Table/Cells/TableRowCellButton.css.d.ts new file mode 100644 index 000000000..c748f6f97 --- /dev/null +++ b/frontend/src/Components/Table/Cells/TableRowCellButton.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'cell': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/Cells/TableSelectCell.css.d.ts b/frontend/src/Components/Table/Cells/TableSelectCell.css.d.ts new file mode 100644 index 000000000..b6aee3c85 --- /dev/null +++ b/frontend/src/Components/Table/Cells/TableSelectCell.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'input': string; + 'selectCell': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/Cells/VirtualTableRowCell.css.d.ts b/frontend/src/Components/Table/Cells/VirtualTableRowCell.css.d.ts new file mode 100644 index 000000000..c748f6f97 --- /dev/null +++ b/frontend/src/Components/Table/Cells/VirtualTableRowCell.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'cell': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/Cells/VirtualTableSelectCell.css.d.ts b/frontend/src/Components/Table/Cells/VirtualTableSelectCell.css.d.ts new file mode 100644 index 000000000..16d030638 --- /dev/null +++ b/frontend/src/Components/Table/Cells/VirtualTableSelectCell.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'cell': string; + 'input': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/Table.css.d.ts b/frontend/src/Components/Table/Table.css.d.ts new file mode 100644 index 000000000..6220a5970 --- /dev/null +++ b/frontend/src/Components/Table/Table.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'horizontalScroll': string; + 'table': string; + 'tableContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/TableHeaderCell.css.d.ts b/frontend/src/Components/Table/TableHeaderCell.css.d.ts new file mode 100644 index 000000000..a944c417d --- /dev/null +++ b/frontend/src/Components/Table/TableHeaderCell.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'headerCell': string; + 'sortIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/TableOptions/TableOptionsColumn.css.d.ts b/frontend/src/Components/Table/TableOptions/TableOptionsColumn.css.d.ts new file mode 100644 index 000000000..d17f47db6 --- /dev/null +++ b/frontend/src/Components/Table/TableOptions/TableOptionsColumn.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'checkContainer': string; + 'column': string; + 'dragHandle': string; + 'dragIcon': string; + 'isDragging': string; + 'label': string; + 'notDragable': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/TableOptions/TableOptionsColumnDragPreview.css.d.ts b/frontend/src/Components/Table/TableOptions/TableOptionsColumnDragPreview.css.d.ts new file mode 100644 index 000000000..1f1f3c320 --- /dev/null +++ b/frontend/src/Components/Table/TableOptions/TableOptionsColumnDragPreview.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'dragPreview': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/TableOptions/TableOptionsColumnDragSource.css.d.ts b/frontend/src/Components/Table/TableOptions/TableOptionsColumnDragSource.css.d.ts new file mode 100644 index 000000000..0c3826e8f --- /dev/null +++ b/frontend/src/Components/Table/TableOptions/TableOptionsColumnDragSource.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'columnDragSource': string; + 'columnPlaceholder': string; + 'columnPlaceholderAfter': string; + 'columnPlaceholderBefore': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/TableOptions/TableOptionsModal.css.d.ts b/frontend/src/Components/Table/TableOptions/TableOptionsModal.css.d.ts new file mode 100644 index 000000000..361eeefa1 --- /dev/null +++ b/frontend/src/Components/Table/TableOptions/TableOptionsModal.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'columns': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/TablePager.css.d.ts b/frontend/src/Components/Table/TablePager.css.d.ts new file mode 100644 index 000000000..5c50a2cdd --- /dev/null +++ b/frontend/src/Components/Table/TablePager.css.d.ts @@ -0,0 +1,17 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'controls': string; + 'controlsContainer': string; + 'disabledPageButton': string; + 'loading': string; + 'loadingContainer': string; + 'pageLink': string; + 'pageNumber': string; + 'pageSelect': string; + 'pager': string; + 'records': string; + 'recordsContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/TableRow.css.d.ts b/frontend/src/Components/Table/TableRow.css.d.ts new file mode 100644 index 000000000..d4b245cd1 --- /dev/null +++ b/frontend/src/Components/Table/TableRow.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'row': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/TableRowButton.css.d.ts b/frontend/src/Components/Table/TableRowButton.css.d.ts new file mode 100644 index 000000000..d4b245cd1 --- /dev/null +++ b/frontend/src/Components/Table/TableRowButton.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'row': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/TableSelectAllHeaderCell.css.d.ts b/frontend/src/Components/Table/TableSelectAllHeaderCell.css.d.ts new file mode 100644 index 000000000..ede42755e --- /dev/null +++ b/frontend/src/Components/Table/TableSelectAllHeaderCell.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'input': string; + 'selectAllHeaderCell': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/VirtualTable.css.d.ts b/frontend/src/Components/Table/VirtualTable.css.d.ts new file mode 100644 index 000000000..26af27e05 --- /dev/null +++ b/frontend/src/Components/Table/VirtualTable.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'tableBodyContainer': string; + 'tableContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/VirtualTableHeader.css.d.ts b/frontend/src/Components/Table/VirtualTableHeader.css.d.ts new file mode 100644 index 000000000..b6d43be5a --- /dev/null +++ b/frontend/src/Components/Table/VirtualTableHeader.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'header': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/VirtualTableHeaderCell.css.d.ts b/frontend/src/Components/Table/VirtualTableHeaderCell.css.d.ts new file mode 100644 index 000000000..a944c417d --- /dev/null +++ b/frontend/src/Components/Table/VirtualTableHeaderCell.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'headerCell': string; + 'sortIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/VirtualTableRow.css.d.ts b/frontend/src/Components/Table/VirtualTableRow.css.d.ts new file mode 100644 index 000000000..d4b245cd1 --- /dev/null +++ b/frontend/src/Components/Table/VirtualTableRow.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'row': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Table/VirtualTableSelectAllHeaderCell.css.d.ts b/frontend/src/Components/Table/VirtualTableSelectAllHeaderCell.css.d.ts new file mode 100644 index 000000000..ede42755e --- /dev/null +++ b/frontend/src/Components/Table/VirtualTableSelectAllHeaderCell.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'input': string; + 'selectAllHeaderCell': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/TagList.css.d.ts b/frontend/src/Components/TagList.css.d.ts new file mode 100644 index 000000000..bf5da21eb --- /dev/null +++ b/frontend/src/Components/TagList.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'tags': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Tooltip/Popover.css.d.ts b/frontend/src/Components/Tooltip/Popover.css.d.ts new file mode 100644 index 000000000..26d3bf13c --- /dev/null +++ b/frontend/src/Components/Tooltip/Popover.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'body': string; + 'title': string; + 'tooltipBody': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Components/Tooltip/Tooltip.css.d.ts b/frontend/src/Components/Tooltip/Tooltip.css.d.ts new file mode 100644 index 000000000..59fd7f49a --- /dev/null +++ b/frontend/src/Components/Tooltip/Tooltip.css.d.ts @@ -0,0 +1,19 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'arrow': string; + 'arrowDisabled': string; + 'body': string; + 'bottom': string; + 'default': string; + 'horizontalContainer': string; + 'inverse': string; + 'left': string; + 'right': string; + 'tooltip': string; + 'tooltipContainer': string; + 'top': string; + 'verticalContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/Author/SelectAuthorModalContent.css.d.ts b/frontend/src/InteractiveImport/Author/SelectAuthorModalContent.css.d.ts new file mode 100644 index 000000000..3e7d584e8 --- /dev/null +++ b/frontend/src/InteractiveImport/Author/SelectAuthorModalContent.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'filterInput': string; + 'modalBody': string; + 'scroller': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/Author/SelectAuthorRow.css.d.ts b/frontend/src/InteractiveImport/Author/SelectAuthorRow.css.d.ts new file mode 100644 index 000000000..6951360d3 --- /dev/null +++ b/frontend/src/InteractiveImport/Author/SelectAuthorRow.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'author': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/Book/SelectBookModalContent.css.d.ts b/frontend/src/InteractiveImport/Book/SelectBookModalContent.css.d.ts new file mode 100644 index 000000000..3e7d584e8 --- /dev/null +++ b/frontend/src/InteractiveImport/Book/SelectBookModalContent.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'filterInput': string; + 'modalBody': string; + 'scroller': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/Book/SelectBookRow.css.d.ts b/frontend/src/InteractiveImport/Book/SelectBookRow.css.d.ts new file mode 100644 index 000000000..96911f444 --- /dev/null +++ b/frontend/src/InteractiveImport/Book/SelectBookRow.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'bookRow': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/Edition/SelectEditionModalContent.css.d.ts b/frontend/src/InteractiveImport/Edition/SelectEditionModalContent.css.d.ts new file mode 100644 index 000000000..3e7d584e8 --- /dev/null +++ b/frontend/src/InteractiveImport/Edition/SelectEditionModalContent.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'filterInput': string; + 'modalBody': string; + 'scroller': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/Folder/InteractiveImportSelectFolderModalContent.css.d.ts b/frontend/src/InteractiveImport/Folder/InteractiveImportSelectFolderModalContent.css.d.ts new file mode 100644 index 000000000..46abdcb9b --- /dev/null +++ b/frontend/src/InteractiveImport/Folder/InteractiveImportSelectFolderModalContent.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'button': string; + 'buttonContainer': string; + 'buttonIcon': string; + 'buttonsContainer': string; + 'recentFoldersContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/Folder/RecentFolderRow.css.d.ts b/frontend/src/InteractiveImport/Folder/RecentFolderRow.css.d.ts new file mode 100644 index 000000000..d8ea83dc1 --- /dev/null +++ b/frontend/src/InteractiveImport/Folder/RecentFolderRow.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/Interactive/InteractiveImportModalContent.css.d.ts b/frontend/src/InteractiveImport/Interactive/InteractiveImportModalContent.css.d.ts new file mode 100644 index 000000000..8d9c12a54 --- /dev/null +++ b/frontend/src/InteractiveImport/Interactive/InteractiveImportModalContent.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'bulkSelect': string; + 'errorMessage': string; + 'filterContainer': string; + 'filterText': string; + 'footer': string; + 'importMode': string; + 'leftButtons': string; + 'rightButtons': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css.d.ts b/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css.d.ts new file mode 100644 index 000000000..21de4616c --- /dev/null +++ b/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'additionalFile': string; + 'customFormatTooltip': string; + 'label': string; + 'path': string; + 'quality': string; + 'reprocessing': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/Interactive/InteractiveImportRowCellPlaceholder.css.d.ts b/frontend/src/InteractiveImport/Interactive/InteractiveImportRowCellPlaceholder.css.d.ts new file mode 100644 index 000000000..3ea877dea --- /dev/null +++ b/frontend/src/InteractiveImport/Interactive/InteractiveImportRowCellPlaceholder.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'placeholder': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveImport/ReleaseGroup/SelectReleaseGroupModalContent.css.d.ts b/frontend/src/InteractiveImport/ReleaseGroup/SelectReleaseGroupModalContent.css.d.ts new file mode 100644 index 000000000..3fc49a060 --- /dev/null +++ b/frontend/src/InteractiveImport/ReleaseGroup/SelectReleaseGroupModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'modalBody': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveSearch/InteractiveSearch.css.d.ts b/frontend/src/InteractiveSearch/InteractiveSearch.css.d.ts new file mode 100644 index 000000000..9ba7f72a4 --- /dev/null +++ b/frontend/src/InteractiveSearch/InteractiveSearch.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'filterMenuContainer': string; + 'filteredMessage': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/InteractiveSearch/InteractiveSearchRow.css.d.ts b/frontend/src/InteractiveSearch/InteractiveSearchRow.css.d.ts new file mode 100644 index 000000000..324e15fc3 --- /dev/null +++ b/frontend/src/InteractiveSearch/InteractiveSearchRow.css.d.ts @@ -0,0 +1,17 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'age': string; + 'cell': string; + 'customFormatScore': string; + 'download': string; + 'indexer': string; + 'peers': string; + 'protocol': string; + 'quality': string; + 'rejected': string; + 'size': string; + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Organize/OrganizePreviewModalContent.css.d.ts b/frontend/src/Organize/OrganizePreviewModalContent.css.d.ts new file mode 100644 index 000000000..72e5ac0d1 --- /dev/null +++ b/frontend/src/Organize/OrganizePreviewModalContent.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'path': string; + 'previews': string; + 'selectAllInput': string; + 'selectAllInputContainer': string; + 'trackFormat': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Organize/OrganizePreviewRow.css.d.ts b/frontend/src/Organize/OrganizePreviewRow.css.d.ts new file mode 100644 index 000000000..23d367ce6 --- /dev/null +++ b/frontend/src/Organize/OrganizePreviewRow.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'path': string; + 'row': string; + 'selectedContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Retag/RetagPreviewModalContent.css.d.ts b/frontend/src/Retag/RetagPreviewModalContent.css.d.ts new file mode 100644 index 000000000..1552cc842 --- /dev/null +++ b/frontend/src/Retag/RetagPreviewModalContent.css.d.ts @@ -0,0 +1,15 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'path': string; + 'previews': string; + 'searchForNewBookContainer': string; + 'searchForNewBookInput': string; + 'searchForNewBookLabel': string; + 'searchForNewBookLabelContainer': string; + 'selectAllInput': string; + 'selectAllInputContainer': string; + 'trackFormat': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Retag/RetagPreviewRow.css.d.ts b/frontend/src/Retag/RetagPreviewRow.css.d.ts new file mode 100644 index 000000000..5e1bc5be9 --- /dev/null +++ b/frontend/src/Retag/RetagPreviewRow.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'column': string; + 'path': string; + 'row': string; + 'selectedContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Search/AddNewItem.css.d.ts b/frontend/src/Search/AddNewItem.css.d.ts new file mode 100644 index 000000000..021428cb3 --- /dev/null +++ b/frontend/src/Search/AddNewItem.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'clearLookupButton': string; + 'helpText': string; + 'message': string; + 'noResults': string; + 'searchContainer': string; + 'searchIconContainer': string; + 'searchInput': string; + 'searchResults': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Search/Author/AddNewAuthorModalContent.css.d.ts b/frontend/src/Search/Author/AddNewAuthorModalContent.css.d.ts new file mode 100644 index 000000000..cc2aa8654 --- /dev/null +++ b/frontend/src/Search/Author/AddNewAuthorModalContent.css.d.ts @@ -0,0 +1,19 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addButton': string; + 'container': string; + 'disambiguation': string; + 'info': string; + 'modalFooter': string; + 'name': string; + 'overview': string; + 'poster': string; + 'searchForMissingBooksContainer': string; + 'searchForMissingBooksInput': string; + 'searchForMissingBooksLabel': string; + 'searchForMissingBooksLabelContainer': string; + 'year': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Search/Author/AddNewAuthorSearchResult.css.d.ts b/frontend/src/Search/Author/AddNewAuthorSearchResult.css.d.ts new file mode 100644 index 000000000..b60427b58 --- /dev/null +++ b/frontend/src/Search/Author/AddNewAuthorSearchResult.css.d.ts @@ -0,0 +1,21 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'alreadyExistsIcon': string; + 'content': string; + 'icons': string; + 'mbLink': string; + 'mbLinkIcon': string; + 'name': string; + 'nameContainer': string; + 'nameRow': string; + 'overlay': string; + 'overview': string; + 'poster': string; + 'searchResult': string; + 'titleRow': string; + 'underlay': string; + 'year': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Search/Book/AddNewBookModalContent.css.d.ts b/frontend/src/Search/Book/AddNewBookModalContent.css.d.ts new file mode 100644 index 000000000..e18bdf7c0 --- /dev/null +++ b/frontend/src/Search/Book/AddNewBookModalContent.css.d.ts @@ -0,0 +1,26 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addButton': string; + 'authorName': string; + 'bookCount': string; + 'bookType': string; + 'bookTypeLabel': string; + 'container': string; + 'disambiguation': string; + 'expandButton': string; + 'header': string; + 'info': string; + 'left': string; + 'modalFooter': string; + 'name': string; + 'overview': string; + 'poster': string; + 'searchForNewBookContainer': string; + 'searchForNewBookInput': string; + 'searchForNewBookLabel': string; + 'searchForNewBookLabelContainer': string; + 'series': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Search/Book/AddNewBookSearchResult.css.d.ts b/frontend/src/Search/Book/AddNewBookSearchResult.css.d.ts new file mode 100644 index 000000000..6b9c93161 --- /dev/null +++ b/frontend/src/Search/Book/AddNewBookSearchResult.css.d.ts @@ -0,0 +1,21 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'alreadyExistsIcon': string; + 'content': string; + 'icons': string; + 'mbLink': string; + 'mbLinkIcon': string; + 'overlay': string; + 'overview': string; + 'poster': string; + 'searchResult': string; + 'series': string; + 'title': string; + 'titleContainer': string; + 'titleRow': string; + 'underlay': string; + 'year': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Search/Common/AddAuthorOptionsForm.css.d.ts b/frontend/src/Search/Common/AddAuthorOptionsForm.css.d.ts new file mode 100644 index 000000000..233e68243 --- /dev/null +++ b/frontend/src/Search/Common/AddAuthorOptionsForm.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'hideMetadataProfile': string; + 'labelIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/AdvancedSettingsButton.css.d.ts b/frontend/src/Settings/AdvancedSettingsButton.css.d.ts new file mode 100644 index 000000000..7392c59a9 --- /dev/null +++ b/frontend/src/Settings/AdvancedSettingsButton.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'button': string; + 'disabled': string; + 'enabled': string; + 'indicatorBackground': string; + 'indicatorContainer': string; + 'label': string; + 'labelContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.css.d.ts b/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.css.d.ts new file mode 100644 index 000000000..85c9b5ad3 --- /dev/null +++ b/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormat.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'buttons': string; + 'cloneButton': string; + 'customFormat': string; + 'formats': string; + 'label': string; + 'name': string; + 'nameContainer': string; + 'tooltipLabel': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormats.css.d.ts b/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormats.css.d.ts new file mode 100644 index 000000000..472d6bf42 --- /dev/null +++ b/frontend/src/Settings/CustomFormats/CustomFormats/CustomFormats.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addCustomFormat': string; + 'center': string; + 'customFormats': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/EditCustomFormatModalContent.css.d.ts b/frontend/src/Settings/CustomFormats/CustomFormats/EditCustomFormatModalContent.css.d.ts new file mode 100644 index 000000000..1339caf02 --- /dev/null +++ b/frontend/src/Settings/CustomFormats/CustomFormats/EditCustomFormatModalContent.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addSpecification': string; + 'center': string; + 'deleteButton': string; + 'rightButtons': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/ExportCustomFormatModalContent.css.d.ts b/frontend/src/Settings/CustomFormats/CustomFormats/ExportCustomFormatModalContent.css.d.ts new file mode 100644 index 000000000..9ff9a69ba --- /dev/null +++ b/frontend/src/Settings/CustomFormats/CustomFormats/ExportCustomFormatModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'button': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/ImportCustomFormatModalContent.css.d.ts b/frontend/src/Settings/CustomFormats/CustomFormats/ImportCustomFormatModalContent.css.d.ts new file mode 100644 index 000000000..774807ef4 --- /dev/null +++ b/frontend/src/Settings/CustomFormats/CustomFormats/ImportCustomFormatModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'input': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/AddSpecificationItem.css.d.ts b/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/AddSpecificationItem.css.d.ts new file mode 100644 index 000000000..7f8a93de9 --- /dev/null +++ b/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/AddSpecificationItem.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'name': string; + 'overlay': string; + 'presetsMenu': string; + 'presetsMenuButton': string; + 'specification': string; + 'underlay': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/AddSpecificationModalContent.css.d.ts b/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/AddSpecificationModalContent.css.d.ts new file mode 100644 index 000000000..83fbf5804 --- /dev/null +++ b/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/AddSpecificationModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'specifications': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/EditSpecificationModalContent.css.d.ts b/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/EditSpecificationModalContent.css.d.ts new file mode 100644 index 000000000..c5f0ef8a7 --- /dev/null +++ b/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/EditSpecificationModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/Specification.css.d.ts b/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/Specification.css.d.ts new file mode 100644 index 000000000..24168b89b --- /dev/null +++ b/frontend/src/Settings/CustomFormats/CustomFormats/Specifications/Specification.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'cloneButton': string; + 'customFormat': string; + 'labels': string; + 'name': string; + 'nameContainer': string; + 'tooltipLabel': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/DownloadClients/DownloadClients/AddDownloadClientItem.css.d.ts b/frontend/src/Settings/DownloadClients/DownloadClients/AddDownloadClientItem.css.d.ts new file mode 100644 index 000000000..158cff1be --- /dev/null +++ b/frontend/src/Settings/DownloadClients/DownloadClients/AddDownloadClientItem.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'downloadClient': string; + 'name': string; + 'overlay': string; + 'presetsMenu': string; + 'presetsMenuButton': string; + 'underlay': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/DownloadClients/DownloadClients/AddDownloadClientModalContent.css.d.ts b/frontend/src/Settings/DownloadClients/DownloadClients/AddDownloadClientModalContent.css.d.ts new file mode 100644 index 000000000..de5a807be --- /dev/null +++ b/frontend/src/Settings/DownloadClients/DownloadClients/AddDownloadClientModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'downloadClients': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/DownloadClients/DownloadClients/DownloadClient.css.d.ts b/frontend/src/Settings/DownloadClients/DownloadClients/DownloadClient.css.d.ts new file mode 100644 index 000000000..b32dc3bf0 --- /dev/null +++ b/frontend/src/Settings/DownloadClients/DownloadClients/DownloadClient.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'downloadClient': string; + 'enabled': string; + 'name': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/DownloadClients/DownloadClients/DownloadClients.css.d.ts b/frontend/src/Settings/DownloadClients/DownloadClients/DownloadClients.css.d.ts new file mode 100644 index 000000000..9ede3bd35 --- /dev/null +++ b/frontend/src/Settings/DownloadClients/DownloadClients/DownloadClients.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addDownloadClient': string; + 'center': string; + 'downloadClients': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.css.d.ts b/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.css.d.ts new file mode 100644 index 000000000..37d918628 --- /dev/null +++ b/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButton': string; + 'message': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/DownloadClients/RemotePathMappings/EditRemotePathMappingModalContent.css.d.ts b/frontend/src/Settings/DownloadClients/RemotePathMappings/EditRemotePathMappingModalContent.css.d.ts new file mode 100644 index 000000000..7881f9867 --- /dev/null +++ b/frontend/src/Settings/DownloadClients/RemotePathMappings/EditRemotePathMappingModalContent.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'body': string; + 'deleteButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.css.d.ts b/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.css.d.ts new file mode 100644 index 000000000..c23dadd59 --- /dev/null +++ b/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'host': string; + 'path': string; + 'remotePathMapping': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMappings.css.d.ts b/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMappings.css.d.ts new file mode 100644 index 000000000..f7036ac1e --- /dev/null +++ b/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMappings.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addButton': string; + 'addRemotePathMapping': string; + 'host': string; + 'path': string; + 'remotePathMappingsHeader': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/ImportLists/ImportListExclusions/EditImportListExclusionModalContent.css.d.ts b/frontend/src/Settings/ImportLists/ImportListExclusions/EditImportListExclusionModalContent.css.d.ts new file mode 100644 index 000000000..7881f9867 --- /dev/null +++ b/frontend/src/Settings/ImportLists/ImportListExclusions/EditImportListExclusionModalContent.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'body': string; + 'deleteButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/ImportLists/ImportListExclusions/ImportListExclusion.css.d.ts b/frontend/src/Settings/ImportLists/ImportListExclusions/ImportListExclusion.css.d.ts new file mode 100644 index 000000000..d006a96f0 --- /dev/null +++ b/frontend/src/Settings/ImportLists/ImportListExclusions/ImportListExclusion.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'foreignId': string; + 'importListExclusion': string; + 'name': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/ImportLists/ImportListExclusions/ImportListExclusions.css.d.ts b/frontend/src/Settings/ImportLists/ImportListExclusions/ImportListExclusions.css.d.ts new file mode 100644 index 000000000..397310d60 --- /dev/null +++ b/frontend/src/Settings/ImportLists/ImportListExclusions/ImportListExclusions.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addButton': string; + 'addImportListExclusion': string; + 'foreignId': string; + 'importListExclusionsHeader': string; + 'name': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/ImportLists/ImportLists/AddImportListItem.css.d.ts b/frontend/src/Settings/ImportLists/ImportLists/AddImportListItem.css.d.ts new file mode 100644 index 000000000..8c751ad94 --- /dev/null +++ b/frontend/src/Settings/ImportLists/ImportLists/AddImportListItem.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'list': string; + 'name': string; + 'overlay': string; + 'presetsMenu': string; + 'presetsMenuButton': string; + 'underlay': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/ImportLists/ImportLists/AddImportListModalContent.css.d.ts b/frontend/src/Settings/ImportLists/ImportLists/AddImportListModalContent.css.d.ts new file mode 100644 index 000000000..db174c005 --- /dev/null +++ b/frontend/src/Settings/ImportLists/ImportLists/AddImportListModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'lists': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/ImportLists/ImportLists/EditImportListModalContent.css.d.ts b/frontend/src/Settings/ImportLists/ImportLists/EditImportListModalContent.css.d.ts new file mode 100644 index 000000000..408cea659 --- /dev/null +++ b/frontend/src/Settings/ImportLists/ImportLists/EditImportListModalContent.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButton': string; + 'hideMetadataProfile': string; + 'labelIcon': string; + 'message': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/ImportLists/ImportLists/ImportList.css.d.ts b/frontend/src/Settings/ImportLists/ImportLists/ImportList.css.d.ts new file mode 100644 index 000000000..a0f1a4158 --- /dev/null +++ b/frontend/src/Settings/ImportLists/ImportLists/ImportList.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'enabled': string; + 'list': string; + 'name': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/ImportLists/ImportLists/ImportLists.css.d.ts b/frontend/src/Settings/ImportLists/ImportLists/ImportLists.css.d.ts new file mode 100644 index 000000000..6f9717f8a --- /dev/null +++ b/frontend/src/Settings/ImportLists/ImportLists/ImportLists.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addList': string; + 'center': string; + 'lists': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Indexers/Indexers/AddIndexerItem.css.d.ts b/frontend/src/Settings/Indexers/Indexers/AddIndexerItem.css.d.ts new file mode 100644 index 000000000..a710b22f2 --- /dev/null +++ b/frontend/src/Settings/Indexers/Indexers/AddIndexerItem.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'indexer': string; + 'name': string; + 'overlay': string; + 'presetsMenu': string; + 'presetsMenuButton': string; + 'underlay': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Indexers/Indexers/AddIndexerModalContent.css.d.ts b/frontend/src/Settings/Indexers/Indexers/AddIndexerModalContent.css.d.ts new file mode 100644 index 000000000..1d83495b8 --- /dev/null +++ b/frontend/src/Settings/Indexers/Indexers/AddIndexerModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'indexers': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Indexers/Indexers/EditIndexerModalContent.css.d.ts b/frontend/src/Settings/Indexers/Indexers/EditIndexerModalContent.css.d.ts new file mode 100644 index 000000000..c5f0ef8a7 --- /dev/null +++ b/frontend/src/Settings/Indexers/Indexers/EditIndexerModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Indexers/Indexers/Indexer.css.d.ts b/frontend/src/Settings/Indexers/Indexers/Indexer.css.d.ts new file mode 100644 index 000000000..fc02fe4d5 --- /dev/null +++ b/frontend/src/Settings/Indexers/Indexers/Indexer.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'cloneButton': string; + 'enabled': string; + 'indexer': string; + 'name': string; + 'nameContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Indexers/Indexers/Indexers.css.d.ts b/frontend/src/Settings/Indexers/Indexers/Indexers.css.d.ts new file mode 100644 index 000000000..3448e7b4e --- /dev/null +++ b/frontend/src/Settings/Indexers/Indexers/Indexers.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addIndexer': string; + 'center': string; + 'indexers': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/MediaManagement/Naming/Naming.css.d.ts b/frontend/src/Settings/MediaManagement/Naming/Naming.css.d.ts new file mode 100644 index 000000000..eed487132 --- /dev/null +++ b/frontend/src/Settings/MediaManagement/Naming/Naming.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'namingInput': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/MediaManagement/Naming/NamingModal.css.d.ts b/frontend/src/Settings/MediaManagement/Naming/NamingModal.css.d.ts new file mode 100644 index 000000000..5dd30b0d3 --- /dev/null +++ b/frontend/src/Settings/MediaManagement/Naming/NamingModal.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'footNote': string; + 'groups': string; + 'icon': string; + 'namingSelect': string; + 'namingSelectContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/MediaManagement/Naming/NamingOption.css.d.ts b/frontend/src/Settings/MediaManagement/Naming/NamingOption.css.d.ts new file mode 100644 index 000000000..a060f6218 --- /dev/null +++ b/frontend/src/Settings/MediaManagement/Naming/NamingOption.css.d.ts @@ -0,0 +1,15 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'example': string; + 'footNote': string; + 'isFullFilename': string; + 'large': string; + 'lower': string; + 'option': string; + 'small': string; + 'token': string; + 'upper': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/MediaManagement/RootFolder/EditRootFolderModalContent.css.d.ts b/frontend/src/Settings/MediaManagement/RootFolder/EditRootFolderModalContent.css.d.ts new file mode 100644 index 000000000..995399ce7 --- /dev/null +++ b/frontend/src/Settings/MediaManagement/RootFolder/EditRootFolderModalContent.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButton': string; + 'hideMetadataProfile': string; + 'labelIcon': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/MediaManagement/RootFolder/RootFolder.css.d.ts b/frontend/src/Settings/MediaManagement/RootFolder/RootFolder.css.d.ts new file mode 100644 index 000000000..7f6c11c57 --- /dev/null +++ b/frontend/src/Settings/MediaManagement/RootFolder/RootFolder.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'enabled': string; + 'name': string; + 'rootFolder': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/MediaManagement/RootFolder/RootFolders.css.d.ts b/frontend/src/Settings/MediaManagement/RootFolder/RootFolders.css.d.ts new file mode 100644 index 000000000..124ece64f --- /dev/null +++ b/frontend/src/Settings/MediaManagement/RootFolder/RootFolders.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addRootFolder': string; + 'center': string; + 'rootFolders': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Notifications/Notifications/AddNotificationItem.css.d.ts b/frontend/src/Settings/Notifications/Notifications/AddNotificationItem.css.d.ts new file mode 100644 index 000000000..952689303 --- /dev/null +++ b/frontend/src/Settings/Notifications/Notifications/AddNotificationItem.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'name': string; + 'notification': string; + 'overlay': string; + 'presetsMenu': string; + 'presetsMenuButton': string; + 'underlay': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Notifications/Notifications/AddNotificationModalContent.css.d.ts b/frontend/src/Settings/Notifications/Notifications/AddNotificationModalContent.css.d.ts new file mode 100644 index 000000000..172f4fc5b --- /dev/null +++ b/frontend/src/Settings/Notifications/Notifications/AddNotificationModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'notifications': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Notifications/Notifications/EditNotificationModalContent.css.d.ts b/frontend/src/Settings/Notifications/Notifications/EditNotificationModalContent.css.d.ts new file mode 100644 index 000000000..37d918628 --- /dev/null +++ b/frontend/src/Settings/Notifications/Notifications/EditNotificationModalContent.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButton': string; + 'message': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Notifications/Notifications/Notification.css.d.ts b/frontend/src/Settings/Notifications/Notifications/Notification.css.d.ts new file mode 100644 index 000000000..5c52ad42f --- /dev/null +++ b/frontend/src/Settings/Notifications/Notifications/Notification.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'enabled': string; + 'name': string; + 'notification': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.css.d.ts b/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.css.d.ts new file mode 100644 index 000000000..931fd2781 --- /dev/null +++ b/frontend/src/Settings/Notifications/Notifications/NotificationEventItems.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'events': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Notifications/Notifications/Notifications.css.d.ts b/frontend/src/Settings/Notifications/Notifications/Notifications.css.d.ts new file mode 100644 index 000000000..2607f835d --- /dev/null +++ b/frontend/src/Settings/Notifications/Notifications/Notifications.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addNotification': string; + 'center': string; + 'notifications': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Delay/DelayProfile.css.d.ts b/frontend/src/Settings/Profiles/Delay/DelayProfile.css.d.ts new file mode 100644 index 000000000..4ec05c2d6 --- /dev/null +++ b/frontend/src/Settings/Profiles/Delay/DelayProfile.css.d.ts @@ -0,0 +1,13 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'column': string; + 'delayProfile': string; + 'dragHandle': string; + 'dragIcon': string; + 'editButton': string; + 'isDragging': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Delay/DelayProfileDragPreview.css.d.ts b/frontend/src/Settings/Profiles/Delay/DelayProfileDragPreview.css.d.ts new file mode 100644 index 000000000..1f1f3c320 --- /dev/null +++ b/frontend/src/Settings/Profiles/Delay/DelayProfileDragPreview.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'dragPreview': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Delay/DelayProfileDragSource.css.d.ts b/frontend/src/Settings/Profiles/Delay/DelayProfileDragSource.css.d.ts new file mode 100644 index 000000000..0554ea7e8 --- /dev/null +++ b/frontend/src/Settings/Profiles/Delay/DelayProfileDragSource.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'delayProfileDragSource': string; + 'delayProfilePlaceholder': string; + 'delayProfilePlaceholderAfter': string; + 'delayProfilePlaceholderBefore': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Delay/DelayProfiles.css.d.ts b/frontend/src/Settings/Profiles/Delay/DelayProfiles.css.d.ts new file mode 100644 index 000000000..9c3882693 --- /dev/null +++ b/frontend/src/Settings/Profiles/Delay/DelayProfiles.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addButton': string; + 'addDelayProfile': string; + 'column': string; + 'delayProfiles': string; + 'delayProfilesHeader': string; + 'tags': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Delay/EditDelayProfileModalContent.css.d.ts b/frontend/src/Settings/Profiles/Delay/EditDelayProfileModalContent.css.d.ts new file mode 100644 index 000000000..c5f0ef8a7 --- /dev/null +++ b/frontend/src/Settings/Profiles/Delay/EditDelayProfileModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Metadata/EditMetadataProfileModalContent.css.d.ts b/frontend/src/Settings/Profiles/Metadata/EditMetadataProfileModalContent.css.d.ts new file mode 100644 index 000000000..24232a842 --- /dev/null +++ b/frontend/src/Settings/Profiles/Metadata/EditMetadataProfileModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButtonContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Metadata/MetadataProfile.css.d.ts b/frontend/src/Settings/Profiles/Metadata/MetadataProfile.css.d.ts new file mode 100644 index 000000000..d1d487030 --- /dev/null +++ b/frontend/src/Settings/Profiles/Metadata/MetadataProfile.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'bookTypes': string; + 'cloneButton': string; + 'metadataProfile': string; + 'name': string; + 'nameContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Metadata/MetadataProfiles.css.d.ts b/frontend/src/Settings/Profiles/Metadata/MetadataProfiles.css.d.ts new file mode 100644 index 000000000..c9469d5f3 --- /dev/null +++ b/frontend/src/Settings/Profiles/Metadata/MetadataProfiles.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addMetadataProfile': string; + 'center': string; + 'metadataProfiles': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Quality/EditQualityProfileModalContent.css.d.ts b/frontend/src/Settings/Profiles/Quality/EditQualityProfileModalContent.css.d.ts new file mode 100644 index 000000000..689c2e723 --- /dev/null +++ b/frontend/src/Settings/Profiles/Quality/EditQualityProfileModalContent.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButtonContainer': string; + 'formGroupWrapper': string; + 'formGroupsContainer': string; + 'formatItemLarge': string; + 'formatItemSmall': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Quality/QualityProfile.css.d.ts b/frontend/src/Settings/Profiles/Quality/QualityProfile.css.d.ts new file mode 100644 index 000000000..9eed097eb --- /dev/null +++ b/frontend/src/Settings/Profiles/Quality/QualityProfile.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'cloneButton': string; + 'name': string; + 'nameContainer': string; + 'qualities': string; + 'qualityProfile': string; + 'tooltipLabel': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Quality/QualityProfileFormatItem.css.d.ts b/frontend/src/Settings/Profiles/Quality/QualityProfileFormatItem.css.d.ts new file mode 100644 index 000000000..faa350dcd --- /dev/null +++ b/frontend/src/Settings/Profiles/Quality/QualityProfileFormatItem.css.d.ts @@ -0,0 +1,12 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'formatName': string; + 'formatNameContainer': string; + 'qualityProfileFormatItem': string; + 'qualityProfileFormatItemContainer': string; + 'scoreContainer': string; + 'scoreInput': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Quality/QualityProfileFormatItems.css.d.ts b/frontend/src/Settings/Profiles/Quality/QualityProfileFormatItems.css.d.ts new file mode 100644 index 000000000..75c081099 --- /dev/null +++ b/frontend/src/Settings/Profiles/Quality/QualityProfileFormatItems.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addCustomFormatMessage': string; + 'formats': string; + 'headerContainer': string; + 'headerScore': string; + 'headerTitle': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Quality/QualityProfileItem.css.d.ts b/frontend/src/Settings/Profiles/Quality/QualityProfileItem.css.d.ts new file mode 100644 index 000000000..2f18ba539 --- /dev/null +++ b/frontend/src/Settings/Profiles/Quality/QualityProfileItem.css.d.ts @@ -0,0 +1,18 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'checkInput': string; + 'checkInputContainer': string; + 'createGroupButton': string; + 'dragHandle': string; + 'dragIcon': string; + 'isDragging': string; + 'isInGroup': string; + 'isPreview': string; + 'notAllowed': string; + 'qualityName': string; + 'qualityNameContainer': string; + 'qualityProfileItem': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Quality/QualityProfileItemDragPreview.css.d.ts b/frontend/src/Settings/Profiles/Quality/QualityProfileItemDragPreview.css.d.ts new file mode 100644 index 000000000..1f1f3c320 --- /dev/null +++ b/frontend/src/Settings/Profiles/Quality/QualityProfileItemDragPreview.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'dragPreview': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Quality/QualityProfileItemDragSource.css.d.ts b/frontend/src/Settings/Profiles/Quality/QualityProfileItemDragSource.css.d.ts new file mode 100644 index 000000000..32d2e00a7 --- /dev/null +++ b/frontend/src/Settings/Profiles/Quality/QualityProfileItemDragSource.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'qualityProfileItemDragSource': string; + 'qualityProfileItemPlaceholder': string; + 'qualityProfileItemPlaceholderAfter': string; + 'qualityProfileItemPlaceholderBefore': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Quality/QualityProfileItemGroup.css.d.ts b/frontend/src/Settings/Profiles/Quality/QualityProfileItemGroup.css.d.ts new file mode 100644 index 000000000..73ffeb3e5 --- /dev/null +++ b/frontend/src/Settings/Profiles/Quality/QualityProfileItemGroup.css.d.ts @@ -0,0 +1,23 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'checkInput': string; + 'checkInputContainer': string; + 'deleteGroupButton': string; + 'dragHandle': string; + 'dragIcon': string; + 'editGroups': string; + 'groupQualities': string; + 'isDragging': string; + 'items': string; + 'name': string; + 'nameContainer': string; + 'nameInput': string; + 'notAllowed': string; + 'qualityNameContainer': string; + 'qualityNameLabel': string; + 'qualityProfileItemGroup': string; + 'qualityProfileItemGroupInfo': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Quality/QualityProfileItems.css.d.ts b/frontend/src/Settings/Profiles/Quality/QualityProfileItems.css.d.ts new file mode 100644 index 000000000..159ce7759 --- /dev/null +++ b/frontend/src/Settings/Profiles/Quality/QualityProfileItems.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'editGroupsButton': string; + 'editGroupsButtonIcon': string; + 'qualities': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Quality/QualityProfiles.css.d.ts b/frontend/src/Settings/Profiles/Quality/QualityProfiles.css.d.ts new file mode 100644 index 000000000..f3033cab2 --- /dev/null +++ b/frontend/src/Settings/Profiles/Quality/QualityProfiles.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addQualityProfile': string; + 'center': string; + 'qualityProfiles': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.css.d.ts b/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.css.d.ts new file mode 100644 index 000000000..c5f0ef8a7 --- /dev/null +++ b/frontend/src/Settings/Profiles/Release/EditReleaseProfileModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButton': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Release/ReleaseProfile.css.d.ts b/frontend/src/Settings/Profiles/Release/ReleaseProfile.css.d.ts new file mode 100644 index 000000000..4245884cc --- /dev/null +++ b/frontend/src/Settings/Profiles/Release/ReleaseProfile.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'enabled': string; + 'label': string; + 'releaseProfile': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Profiles/Release/ReleaseProfiles.css.d.ts b/frontend/src/Settings/Profiles/Release/ReleaseProfiles.css.d.ts new file mode 100644 index 000000000..be1ba4596 --- /dev/null +++ b/frontend/src/Settings/Profiles/Release/ReleaseProfiles.css.d.ts @@ -0,0 +1,9 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'addReleaseProfile': string; + 'center': string; + 'releaseProfiles': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Quality/Definition/QualityDefinition.css.d.ts b/frontend/src/Settings/Quality/Definition/QualityDefinition.css.d.ts new file mode 100644 index 000000000..2b92fb212 --- /dev/null +++ b/frontend/src/Settings/Quality/Definition/QualityDefinition.css.d.ts @@ -0,0 +1,16 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'bar': string; + 'handle': string; + 'kilobitsPerSecond': string; + 'quality': string; + 'qualityDefinition': string; + 'sizeInput': string; + 'sizeLimit': string; + 'sizes': string; + 'slider': string; + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Quality/Definition/QualityDefinitions.css.d.ts b/frontend/src/Settings/Quality/Definition/QualityDefinitions.css.d.ts new file mode 100644 index 000000000..2284fb200 --- /dev/null +++ b/frontend/src/Settings/Quality/Definition/QualityDefinitions.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'definitions': string; + 'header': string; + 'kilobitsPerSecond': string; + 'quality': string; + 'sizeLimit': string; + 'sizeLimitHelpText': string; + 'sizeLimitHelpTextContainer': string; + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Quality/Reset/ResetQualityDefinitionsModalContent.css.d.ts b/frontend/src/Settings/Quality/Reset/ResetQualityDefinitionsModalContent.css.d.ts new file mode 100644 index 000000000..651320174 --- /dev/null +++ b/frontend/src/Settings/Quality/Reset/ResetQualityDefinitionsModalContent.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'messageContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Settings.css.d.ts b/frontend/src/Settings/Settings.css.d.ts new file mode 100644 index 000000000..ad1605615 --- /dev/null +++ b/frontend/src/Settings/Settings.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'link': string; + 'summary': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Tags/Details/TagDetailsModalContent.css.d.ts b/frontend/src/Settings/Tags/Details/TagDetailsModalContent.css.d.ts new file mode 100644 index 000000000..81112f53f --- /dev/null +++ b/frontend/src/Settings/Tags/Details/TagDetailsModalContent.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'deleteButton': string; + 'item': string; + 'items': string; + 'restriction': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Tags/Tag.css.d.ts b/frontend/src/Settings/Tags/Tag.css.d.ts new file mode 100644 index 000000000..51d18383e --- /dev/null +++ b/frontend/src/Settings/Tags/Tag.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'label': string; + 'tag': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/Settings/Tags/Tags.css.d.ts b/frontend/src/Settings/Tags/Tags.css.d.ts new file mode 100644 index 000000000..bf5da21eb --- /dev/null +++ b/frontend/src/Settings/Tags/Tags.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'tags': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Backup/BackupRow.css.d.ts b/frontend/src/System/Backup/BackupRow.css.d.ts new file mode 100644 index 000000000..d758c14ca --- /dev/null +++ b/frontend/src/System/Backup/BackupRow.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'type': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Backup/RestoreBackupModalContent.css.d.ts b/frontend/src/System/Backup/RestoreBackupModalContent.css.d.ts new file mode 100644 index 000000000..6603c6533 --- /dev/null +++ b/frontend/src/System/Backup/RestoreBackupModalContent.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'additionalInfo': string; + 'step': string; + 'stepState': string; + 'steps': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Events/LogsTableDetailsModal.css.d.ts b/frontend/src/System/Events/LogsTableDetailsModal.css.d.ts new file mode 100644 index 000000000..09b8fe302 --- /dev/null +++ b/frontend/src/System/Events/LogsTableDetailsModal.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'detailsText': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Events/LogsTableRow.css.d.ts b/frontend/src/System/Events/LogsTableRow.css.d.ts new file mode 100644 index 000000000..c0267e838 --- /dev/null +++ b/frontend/src/System/Events/LogsTableRow.css.d.ts @@ -0,0 +1,14 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'debug': string; + 'error': string; + 'fatal': string; + 'info': string; + 'level': string; + 'trace': string; + 'warn': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Logs/Files/LogFilesTableRow.css.d.ts b/frontend/src/System/Logs/Files/LogFilesTableRow.css.d.ts new file mode 100644 index 000000000..0a1fbfe07 --- /dev/null +++ b/frontend/src/System/Logs/Files/LogFilesTableRow.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'download': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Status/About/About.css.d.ts b/frontend/src/System/Status/About/About.css.d.ts new file mode 100644 index 000000000..34c1578a4 --- /dev/null +++ b/frontend/src/System/Status/About/About.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'descriptionList': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Status/DiskSpace/DiskSpace.css.d.ts b/frontend/src/System/Status/DiskSpace/DiskSpace.css.d.ts new file mode 100644 index 000000000..23a67ff58 --- /dev/null +++ b/frontend/src/System/Status/DiskSpace/DiskSpace.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'space': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Status/Health/Health.css.d.ts b/frontend/src/System/Status/Health/Health.css.d.ts new file mode 100644 index 000000000..f25332f00 --- /dev/null +++ b/frontend/src/System/Status/Health/Health.css.d.ts @@ -0,0 +1,10 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'healthOk': string; + 'legend': string; + 'loading': string; + 'status': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Status/styles.css.d.ts b/frontend/src/System/Status/styles.css.d.ts new file mode 100644 index 000000000..521c670e6 --- /dev/null +++ b/frontend/src/System/Status/styles.css.d.ts @@ -0,0 +1,8 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'logo': string; + 'logoContainer': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Tasks/Queued/QueuedTaskRow.css.d.ts b/frontend/src/System/Tasks/Queued/QueuedTaskRow.css.d.ts new file mode 100644 index 000000000..3bc00b738 --- /dev/null +++ b/frontend/src/System/Tasks/Queued/QueuedTaskRow.css.d.ts @@ -0,0 +1,15 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'commandName': string; + 'duration': string; + 'ended': string; + 'queued': string; + 'started': string; + 'trigger': string; + 'triggerContent': string; + 'userAgent': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Tasks/Scheduled/ScheduledTaskRow.css.d.ts b/frontend/src/System/Tasks/Scheduled/ScheduledTaskRow.css.d.ts new file mode 100644 index 000000000..5b9af5313 --- /dev/null +++ b/frontend/src/System/Tasks/Scheduled/ScheduledTaskRow.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'interval': string; + 'lastDuration': string; + 'lastExecution': string; + 'nextExecution': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Updates/UpdateChanges.css.d.ts b/frontend/src/System/Updates/UpdateChanges.css.d.ts new file mode 100644 index 000000000..86bceec06 --- /dev/null +++ b/frontend/src/System/Updates/UpdateChanges.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'title': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/System/Updates/Updates.css.d.ts b/frontend/src/System/Updates/Updates.css.d.ts new file mode 100644 index 000000000..ed1f5434f --- /dev/null +++ b/frontend/src/System/Updates/Updates.css.d.ts @@ -0,0 +1,16 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'date': string; + 'info': string; + 'label': string; + 'loading': string; + 'message': string; + 'messageContainer': string; + 'space': string; + 'upToDateIcon': string; + 'update': string; + 'version': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/UnmappedFiles/UnmappedFilesTableHeader.css.d.ts b/frontend/src/UnmappedFiles/UnmappedFilesTableHeader.css.d.ts new file mode 100644 index 000000000..551eacade --- /dev/null +++ b/frontend/src/UnmappedFiles/UnmappedFilesTableHeader.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'dateAdded': string; + 'path': string; + 'quality': string; + 'size': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/UnmappedFiles/UnmappedFilesTableRow.css.d.ts b/frontend/src/UnmappedFiles/UnmappedFilesTableRow.css.d.ts new file mode 100644 index 000000000..551eacade --- /dev/null +++ b/frontend/src/UnmappedFiles/UnmappedFilesTableRow.css.d.ts @@ -0,0 +1,11 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + 'actions': string; + 'dateAdded': string; + 'path': string; + 'quality': string; + 'size': string; +} +export const cssExports: CssExports; +export default cssExports; diff --git a/frontend/src/index.css.d.ts b/frontend/src/index.css.d.ts new file mode 100644 index 000000000..132b232e8 --- /dev/null +++ b/frontend/src/index.css.d.ts @@ -0,0 +1,7 @@ +// This file is automatically generated. +// Please do not change this file! +interface CssExports { + +} +export const cssExports: CssExports; +export default cssExports;