@redocly/theme 0.44.2 → 0.44.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/Admonition/Admonition.js +1 -2
- package/lib/components/ApiOnboarding/AppCustomAttributes.js +1 -2
- package/lib/components/Badge/Badge.js +1 -2
- package/lib/components/Breadcrumbs/Breadcrumb.js +1 -2
- package/lib/components/Breadcrumbs/Breadcrumbs.js +1 -2
- package/lib/components/Button/Button.js +2 -2
- package/lib/components/Buttons/EditPageButton.js +1 -2
- package/lib/components/Buttons/EmailButton.js +1 -2
- package/lib/components/Buttons/NewTabButton.js +1 -2
- package/lib/components/Catalog/Catalog.d.ts +1 -1
- package/lib/components/Catalog/Catalog.js +1 -1
- package/lib/components/Catalog/CatalogActions.js +1 -2
- package/lib/components/Catalog/CatalogCard.js +1 -2
- package/lib/components/Catalog/CatalogHighlight.js +2 -2
- package/lib/components/Catalog/CatalogInfoBlock.js +1 -2
- package/lib/components/CodeBlock/CodeBlock.js +1 -2
- package/lib/components/CodeBlock/CodeBlockContainer.js +1 -2
- package/lib/components/CodeBlock/CodeBlockControls.js +1 -2
- package/lib/components/CodeBlock/CodeBlockTabs.js +1 -2
- package/lib/components/ColorModeSwitcher/ColorModeIcon.js +1 -2
- package/lib/components/ColorModeSwitcher/ColorModeSwitcher.js +1 -2
- package/lib/components/Dropdown/Dropdown.js +1 -2
- package/lib/components/Dropdown/DropdownMenu.js +1 -2
- package/lib/components/Dropdown/DropdownMenuItem.js +1 -2
- package/lib/components/Feedback/Comment.js +1 -2
- package/lib/components/Feedback/Feedback.js +1 -2
- package/lib/components/Feedback/Mood.js +2 -2
- package/lib/components/Feedback/Rating.js +2 -2
- package/lib/components/Feedback/Reasons.js +1 -2
- package/lib/components/Feedback/ReportDialog.js +1 -2
- package/lib/components/Feedback/Scale.js +2 -2
- package/lib/components/Feedback/Sentiment.js +1 -2
- package/lib/components/Feedback/Stars.js +1 -2
- package/lib/components/Filter/Filter.js +1 -2
- package/lib/components/Filter/FilterCheckboxes.js +1 -2
- package/lib/components/Filter/FilterContent.js +1 -2
- package/lib/components/Filter/FilterDateRange.js +1 -2
- package/lib/components/Filter/FilterInput.js +1 -2
- package/lib/components/Filter/FilterOption.js +1 -2
- package/lib/components/Filter/FilterOptionLabel.js +1 -2
- package/lib/components/Filter/FilterOptions.js +1 -2
- package/lib/components/Filter/FilterPopover.js +1 -2
- package/lib/components/Filter/FilterSelect.js +1 -2
- package/lib/components/Filter/FilterTitle.js +1 -2
- package/lib/components/Footer/Footer.js +1 -2
- package/lib/components/Footer/FooterColumn.js +1 -2
- package/lib/components/Footer/FooterCopyright.js +1 -2
- package/lib/components/Footer/FooterItem.js +1 -2
- package/lib/components/Footer/FooterLogo.js +1 -2
- package/lib/components/Image/Image.js +1 -2
- package/lib/components/JsonViewer/helpers.js +1 -2
- package/lib/components/LanguagePicker/LanguagePicker.js +1 -2
- package/lib/components/LastUpdated/LastUpdated.js +1 -2
- package/lib/components/Link/Link.js +1 -2
- package/lib/components/Loaders/Loading.js +1 -2
- package/lib/components/Loaders/SpinnerLoader.js +1 -2
- package/lib/components/Logo/Logo.js +1 -2
- package/lib/components/Markdown/Markdown.d.ts +1 -9
- package/lib/components/Markdown/styles/headingAnchor.js +1 -2
- package/lib/components/Menu/Menu.js +1 -2
- package/lib/components/Menu/MenuContainer.js +1 -2
- package/lib/components/Menu/MenuItem.js +1 -2
- package/lib/components/Menu/MenuMobile.js +1 -2
- package/lib/components/Navbar/Navbar.js +1 -2
- package/lib/components/Navbar/NavbarItem.js +1 -2
- package/lib/components/Navbar/NavbarLogo.js +1 -2
- package/lib/components/Navbar/NavbarMenu.js +1 -2
- package/lib/components/PageNavigation/NextButton.js +1 -2
- package/lib/components/PageNavigation/PageNavigation.js +1 -2
- package/lib/components/PageNavigation/PreviousButton.js +1 -2
- package/lib/components/Panel/Panel.js +1 -2
- package/lib/components/Portal/Portal.js +1 -2
- package/lib/components/Product/Product.js +1 -2
- package/lib/components/Product/ProductPicker.js +1 -2
- package/lib/components/Search/FilterFields/SearchFilterFieldSelect.js +1 -2
- package/lib/components/Search/FilterFields/SearchFilterFieldTags.js +1 -2
- package/lib/components/Search/Search.js +1 -2
- package/lib/components/Search/SearchDialog.js +1 -2
- package/lib/components/Search/SearchFilter.js +1 -2
- package/lib/components/Search/SearchFilterField.js +1 -2
- package/lib/components/Search/SearchGroups.js +1 -2
- package/lib/components/Search/SearchHighlight.js +1 -2
- package/lib/components/Search/SearchInput.js +1 -2
- package/lib/components/Search/SearchItem.js +1 -2
- package/lib/components/Search/SearchRecent.js +1 -2
- package/lib/components/Search/SearchShortcut.js +1 -2
- package/lib/components/Search/SearchSuggestedPages.js +1 -2
- package/lib/components/Search/SearchTrigger.js +1 -2
- package/lib/components/Select/Select.d.ts +1 -1
- package/lib/components/Select/Select.js +2 -2
- package/lib/components/Select/SelectInput.js +2 -2
- package/lib/components/Sidebar/Sidebar.js +1 -2
- package/lib/components/SidebarActions/styled.d.ts +5 -5
- package/lib/components/SidebarLogo/SidebarLogo.js +1 -2
- package/lib/components/Switch/Switch.js +1 -2
- package/lib/components/TableOfContent/TableOfContent.js +1 -2
- package/lib/components/Tag/Tag.js +1 -2
- package/lib/components/Tooltip/Tooltip.js +2 -2
- package/lib/components/UserMenu/LoginButton.js +1 -2
- package/lib/components/UserMenu/LogoutMenuItem.js +1 -2
- package/lib/components/UserMenu/UserAvatar.js +1 -2
- package/lib/components/UserMenu/UserInfoMenuItem.js +1 -2
- package/lib/components/UserMenu/UserMenu.js +1 -2
- package/lib/components/UserMenu/UserMenuMobile.js +1 -2
- package/lib/components/VersionPicker/VersionPicker.js +2 -2
- package/lib/core/contexts/ThemeDataContext.d.ts +0 -1
- package/lib/core/hooks/__mocks__/search/use-recent-searches.d.ts +0 -1
- package/lib/core/hooks/__mocks__/search/use-search-filter.d.ts +0 -1
- package/lib/core/hooks/__mocks__/search/use-suggested-pages.d.ts +0 -1
- package/lib/core/hooks/__mocks__/use-controlled-state.d.ts +0 -1
- package/lib/core/hooks/__mocks__/use-mobile-menu.d.ts +0 -1
- package/lib/core/hooks/__mocks__/use-theme-config.d.ts +0 -1
- package/lib/core/hooks/__mocks__/use-theme-hooks.d.ts +0 -1
- package/lib/core/hooks/feedback/use-report-dialog.js +1 -2
- package/lib/core/hooks/menu/__mocks__/use-mobile-menu-items.d.ts +0 -1
- package/lib/core/hooks/menu/use-collapse.d.ts +1 -1
- package/lib/core/hooks/menu/use-collapse.js +6 -7
- package/lib/core/hooks/menu/use-menu-item-expanded.js +1 -2
- package/lib/core/hooks/menu/use-mobile-menu-items.d.ts +2 -2
- package/lib/core/hooks/menu/use-nested-menu.js +1 -2
- package/lib/core/hooks/search/use-search-dialog.js +1 -2
- package/lib/core/hooks/search/use-search-filter.js +1 -2
- package/lib/core/hooks/use-active-heading.js +1 -2
- package/lib/core/hooks/use-active-section-id.js +1 -2
- package/lib/core/hooks/use-codeblock-tabs-controls.js +1 -2
- package/lib/core/hooks/use-controlled-state.js +1 -2
- package/lib/core/hooks/use-dialog-hotkeys.js +1 -2
- package/lib/core/hooks/use-focus-trap.js +1 -2
- package/lib/core/hooks/use-full-height.js +1 -2
- package/lib/core/hooks/use-language-picker.js +1 -2
- package/lib/core/hooks/use-mobile-menu.js +1 -2
- package/lib/core/hooks/use-modal-scroll-lock.js +1 -2
- package/lib/core/hooks/use-navbar-height.js +1 -2
- package/lib/core/hooks/use-outside-click.js +1 -2
- package/lib/core/hooks/use-product-picker.js +1 -2
- package/lib/core/hooks/use-tabs.d.ts +0 -1
- package/lib/core/hooks/use-tabs.js +1 -2
- package/lib/core/hooks/use-theme-config.js +1 -2
- package/lib/core/templates/Markdown.js +1 -1
- package/lib/core/utils/args-typecheck.js +2 -3
- package/lib/core/utils/attribute-parser.js +1 -2
- package/lib/core/utils/change-text-casing.js +1 -2
- package/lib/core/utils/class-names.js +1 -2
- package/lib/core/utils/color.js +1 -2
- package/lib/core/utils/details.js +1 -2
- package/lib/core/utils/dom.js +2 -2
- package/lib/core/utils/format-date-without-timezone.js +1 -2
- package/lib/core/utils/get-navbar-element.js +1 -2
- package/lib/core/utils/highlight.js +3 -4
- package/lib/core/utils/is-url.js +1 -2
- package/lib/core/utils/js-utils.js +3 -4
- package/lib/core/utils/load-and-navigate.js +4 -5
- package/lib/core/utils/markdoc.js +1 -2
- package/lib/core/utils/menu.js +2 -2
- package/lib/core/utils/replace-hash-in-color.js +1 -2
- package/lib/core/utils/text-transform.js +1 -2
- package/lib/core/utils/text-trimmer.js +1 -2
- package/lib/core/utils/theme-helpers.js +3 -4
- package/lib/core/utils/toc.js +3 -4
- package/lib/core/utils/type-guards.js +5 -5
- package/lib/core/utils/urls.js +14 -15
- package/lib/core/utils/with-load-progress.js +1 -2
- package/lib/icons/AddIcon/AddIcon.d.ts +3 -3
- package/lib/icons/ArrowLeftIcon/ArrowLeftIcon.d.ts +3 -3
- package/lib/icons/ArrowRightIcon/ArrowRightIcon.d.ts +3 -3
- package/lib/icons/ArrowUpRightIcon/ArrowUpRightIcon.d.ts +3 -3
- package/lib/icons/BareMetalServerIcon/BareMetalServerIcon.d.ts +3 -3
- package/lib/icons/BookmarkAddIcon/BookmarkAddIcon.d.ts +3 -3
- package/lib/icons/CharacterIcon/CharacterIcon.d.ts +3 -3
- package/lib/icons/CheckboxIcon/CheckboxIcon.d.ts +3 -3
- package/lib/icons/CheckmarkFilledIcon/CheckmarkFilledIcon.d.ts +3 -3
- package/lib/icons/CheckmarkIcon/CheckmarkIcon.d.ts +3 -3
- package/lib/icons/ChevronDownIcon/ChevronDownIcon.d.ts +3 -3
- package/lib/icons/ChevronLeftIcon/ChevronLeftIcon.d.ts +3 -3
- package/lib/icons/ChevronRightIcon/ChevronRightIcon.d.ts +3 -3
- package/lib/icons/ChevronUpIcon/ChevronUpIcon.d.ts +3 -3
- package/lib/icons/CircleDashIcon/CircleDashIcon.d.ts +3 -3
- package/lib/icons/CleanIcon/CleanIcon.d.ts +3 -3
- package/lib/icons/CloseFilledIcon/CloseFilledIcon.d.ts +3 -3
- package/lib/icons/CloseIcon/CloseIcon.d.ts +3 -3
- package/lib/icons/CloseOutlineIcon/CloseOutlineIcon.d.ts +3 -3
- package/lib/icons/CloudUploadIcon/CloudUploadIcon.d.ts +3 -3
- package/lib/icons/CodeIcon/CodeIcon.d.ts +3 -3
- package/lib/icons/ContrastIcon/ContrastIcon.d.ts +3 -3
- package/lib/icons/CookieIcon/CookieIcon.d.ts +3 -3
- package/lib/icons/CopyIcon/CopyIcon.d.ts +3 -3
- package/lib/icons/CopyLinkIcon/CopyLinkIcon.d.ts +3 -3
- package/lib/icons/DataFormatIcon/DataFormatIcon.d.ts +3 -3
- package/lib/icons/DatabaseIcon/DatabaseIcon.d.ts +3 -3
- package/lib/icons/DocumentAddIcon/DocumentAddIcon.d.ts +3 -3
- package/lib/icons/DocumentBlankIcon/DocumentBlankIcon.d.ts +3 -3
- package/lib/icons/DocumentIcon/DocumentIcon.d.ts +3 -3
- package/lib/icons/DownloadIcon/DownloadIcon.d.ts +3 -3
- package/lib/icons/EditIcon/EditIcon.d.ts +3 -3
- package/lib/icons/EmailIcon/EmailIcon.d.ts +3 -3
- package/lib/icons/ErrorIcon/ErrorIcon.d.ts +3 -3
- package/lib/icons/ExportIcon/ExportIcon.d.ts +3 -3
- package/lib/icons/FaceDissatisfiedIcon/FaceDissatisfiedIcon.d.ts +3 -3
- package/lib/icons/FaceNeutralIcon/FaceNeutralIcon.d.ts +3 -3
- package/lib/icons/FaceSatisfiedIcon/FaceSatisfiedIcon.d.ts +3 -3
- package/lib/icons/FileIcon/FileIcon.d.ts +3 -3
- package/lib/icons/FileStorageIcon/FileStorageIcon.d.ts +3 -3
- package/lib/icons/FilterIcon/FilterIcon.d.ts +3 -3
- package/lib/icons/FolderAddIcon/FolderAddIcon.d.ts +3 -3
- package/lib/icons/FolderIcon/FolderIcon.d.ts +3 -3
- package/lib/icons/FolderMoveToIcon/FolderMoveToIcon.d.ts +3 -3
- package/lib/icons/GlobalOutlinedIcon/GlobalOutlinedIcon.d.ts +3 -3
- package/lib/icons/GridIcon/GridIcon.d.ts +3 -3
- package/lib/icons/HorizontalViewIcon/HorizontalViewIcon.d.ts +3 -3
- package/lib/icons/IBMCloudHyperProtectCryptoServicesIcon/IBMCloudHyperProtectCryptoServicesIcon.d.ts +3 -3
- package/lib/icons/InformationFilledIcon/InformationFilledIcon.d.ts +3 -3
- package/lib/icons/InformationIcon/InformationIcon.d.ts +3 -3
- package/lib/icons/JsonIcon/JsonIcon.d.ts +3 -3
- package/lib/icons/LaunchIcon/LaunchIcon.d.ts +3 -3
- package/lib/icons/LinkIcon/LinkIcon.d.ts +3 -3
- package/lib/icons/LogoutIcon/LogoutIcon.d.ts +3 -3
- package/lib/icons/MaximizeIcon/MaximizeIcon.d.ts +3 -3
- package/lib/icons/MenuIcon/MenuIcon.d.ts +3 -3
- package/lib/icons/MinimizeIcon/MinimizeIcon.d.ts +3 -3
- package/lib/icons/MobileSidebarIcon/MobileSidebarIcon.d.ts +3 -3
- package/lib/icons/MoonIcon/MoonIcon.d.ts +3 -3
- package/lib/icons/OverflowMenuHorizontalIcon/OverflowMenuHorizontalIcon.d.ts +3 -3
- package/lib/icons/OverflowMenuVerticalIcon/OverflowMenuVerticalIcon.d.ts +3 -3
- package/lib/icons/PlusCustomIcon/PlusCustomIcon.d.ts +3 -3
- package/lib/icons/RecentlyViewedIcon/RecentlyViewedIcon.d.ts +3 -3
- package/lib/icons/RenewIcon/RenewIcon.d.ts +3 -3
- package/lib/icons/ResetIcon/ResetIcon.d.ts +3 -3
- package/lib/icons/RestartIcon/RestartIcon.d.ts +3 -3
- package/lib/icons/RocketIcon/RocketIcon.d.ts +3 -3
- package/lib/icons/SaveIcon/SaveIcon.d.ts +3 -3
- package/lib/icons/SearchIcon/SearchIcon.d.ts +3 -3
- package/lib/icons/SecurityIcon/SecurityIcon.d.ts +3 -3
- package/lib/icons/SettingsIcon/SettingsIcon.d.ts +3 -3
- package/lib/icons/SidePanelCloseIcon/SidePanelCloseIcon.d.ts +3 -3
- package/lib/icons/SidePanelOpenIcon/SidePanelOpenIcon.d.ts +3 -3
- package/lib/icons/Spinner/Spinner.d.ts +3 -4
- package/lib/icons/StarFilledIcon/StarFilledIcon.d.ts +3 -3
- package/lib/icons/StarIcon/StarIcon.d.ts +3 -3
- package/lib/icons/SubtractIcon/SubtractIcon.d.ts +3 -3
- package/lib/icons/SunIcon/SunIcon.d.ts +3 -3
- package/lib/icons/TableBuiltIcon/TableBuiltIcon.d.ts +3 -3
- package/lib/icons/TimeIcon/TimeIcon.d.ts +3 -3
- package/lib/icons/TrashCanIcon/TrashCanIcon.d.ts +3 -3
- package/lib/icons/UserIcon/UserIcon.d.ts +3 -3
- package/lib/icons/ValueVariableIcon/ValueVariableIcon.d.ts +3 -3
- package/lib/icons/VerticalViewIcon/VerticalViewIcon.d.ts +3 -3
- package/lib/icons/ViewIcon/ViewIcon.d.ts +3 -3
- package/lib/icons/ViewOffIcon/ViewOffIcon.d.ts +3 -3
- package/lib/icons/WarningAltIcon/WarningAltIcon.d.ts +3 -3
- package/lib/icons/WarningFilledIcon/WarningFilledIcon.d.ts +3 -3
- package/lib/icons/WarningSquareIcon/WarningSquareIcon.d.ts +3 -3
- package/lib/layouts/DocumentationLayout.js +1 -2
- package/lib/layouts/Forbidden.js +1 -2
- package/lib/layouts/NotFound.js +1 -2
- package/lib/layouts/OIDCForbidden.js +1 -2
- package/lib/layouts/PageLayout.js +1 -2
- package/lib/layouts/RootLayout.js +1 -2
- package/lib/layouts/ThreePanelLayout.js +1 -2
- package/lib/markdoc/components/Admonition/Admonition.js +1 -2
- package/lib/markdoc/components/Cards/Card.js +1 -2
- package/lib/markdoc/components/Cards/CardIcon.js +1 -2
- package/lib/markdoc/components/Cards/CardImage.js +1 -2
- package/lib/markdoc/components/Cards/Cards.js +1 -2
- package/lib/markdoc/components/CodeBlock/CodeBlock.js +1 -2
- package/lib/markdoc/components/Heading/Heading.js +1 -2
- package/lib/markdoc/components/HtmlBlock/HtmlBlock.js +1 -2
- package/lib/markdoc/components/InlineSvg/InlineSvg.js +1 -2
- package/lib/markdoc/components/MarkdocExample/MarkdocExample.js +1 -2
- package/lib/markdoc/components/Mermaid/Mermaid.js +1 -2
- package/lib/markdoc/components/Tabs/Tab.js +2 -2
- package/lib/markdoc/components/Tabs/Tabs.js +2 -2
- package/lib/markdoc/default.d.ts +2 -2
- package/lib/plugin.js +1 -1
- package/package.json +6 -6
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const DownloadIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const EditIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const EmailIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const ErrorIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const ExportIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const FaceDissatisfiedIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const FaceNeutralIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const FaceSatisfiedIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const FileIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const FileStorageIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const FilterIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const FolderAddIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const FolderIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const FolderMoveToIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const GlobalOutlinedIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const GridIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const HorizontalViewIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
package/lib/icons/IBMCloudHyperProtectCryptoServicesIcon/IBMCloudHyperProtectCryptoServicesIcon.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const IBMCloudHyperProtectCryptoServicesIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const InformationFilledIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const InformationIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const JsonIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const LaunchIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const LinkIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const LogoutIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const MaximizeIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const MenuIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const MinimizeIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const MobileSidebarIcon: import("styled-components").StyledComponent<(props: IconProps) => JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const MoonIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const OverflowMenuHorizontalIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const OverflowMenuVerticalIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const PlusCustomIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const RecentlyViewedIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const RenewIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const ResetIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const RestartIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const RocketIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const SaveIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const SearchIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const SecurityIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const SettingsIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const SidePanelCloseIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const SidePanelOpenIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { IconProps } from '../../icons/types';
|
|
3
2
|
export declare const Spinner: import("styled-components").StyledComponent<(props: IconProps) => import("react").JSX.Element, any, {
|
|
4
3
|
'data-component-name': string;
|
|
5
4
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
5
|
+
color?: string;
|
|
6
|
+
size?: string;
|
|
7
|
+
className?: string;
|
|
9
8
|
} & import("react").SVGProps<SVGSVGElement> & {
|
|
10
9
|
'data-component-name': string;
|
|
11
10
|
}, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const StarFilledIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const StarIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const SubtractIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const SunIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const TableBuiltIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|
|
@@ -3,7 +3,7 @@ import type { IconProps } from '../../icons/types';
|
|
|
3
3
|
export declare const TimeIcon: import("styled-components").StyledComponent<(props: IconProps) => React.JSX.Element, any, {
|
|
4
4
|
'data-component-name': string;
|
|
5
5
|
} & {
|
|
6
|
-
color?: string
|
|
7
|
-
size?: string
|
|
8
|
-
className?: string
|
|
6
|
+
color?: string;
|
|
7
|
+
size?: string;
|
|
8
|
+
className?: string;
|
|
9
9
|
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
|