Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
bb2cbb0
fix: update sidebar width for screens >= 1280px
mariana-caetano Oct 29, 2025
168317c
build: update dist files
mariana-caetano Oct 29, 2025
ec713be
fix(styles.ts): sidebar position
mariana-caetano Oct 30, 2025
ce89f07
build: update dist files
mariana-caetano Oct 30, 2025
6c18c92
fix(styles.ts): adjust sidebar overflow and height properties
mariana-caetano Oct 30, 2025
9ca19ac
feat: export icons
carolinamenezes Nov 27, 2025
839136c
chore: update build
carolinamenezes Nov 27, 2025
eb77cd7
feat: InfoIcon and DocumentationUpdatesIcon
carolinamenezes Nov 27, 2025
81ed91e
Merge pull request #70 from vtexdocs/feat/export-icons
carolinamenezes Nov 27, 2025
46ce7fe
chore(release): 6.0.28
carolinamenezes Nov 27, 2025
6f71134
feat: migrate icons from helpcenter and devportal
carolinamenezes Nov 28, 2025
516bf7b
Merge pull request #71 from vtexdocs/feat/icons
carolinamenezes Nov 28, 2025
1a87e43
chore(release): 6.0.29
carolinamenezes Nov 28, 2025
34c78b9
fix: GearTroubleshootingIcon
carolinamenezes Nov 28, 2025
c304b55
chore: update build
carolinamenezes Nov 28, 2025
b2f51ec
Merge pull request #72 from vtexdocs/fix/icon-name
carolinamenezes Nov 28, 2025
6263f02
chore(release): 6.0.30
carolinamenezes Nov 28, 2025
5f20e2a
fix: VTEXDevPortalIcon
carolinamenezes Nov 28, 2025
bd028a3
Merge pull request #73 from vtexdocs/fix/icon-export-name
carolinamenezes Nov 28, 2025
32f0028
chore(release): 6.0.31
carolinamenezes Nov 28, 2025
c61918c
fix: VTEXLogoFooter
carolinamenezes Nov 28, 2025
de5ca5b
Merge pull request #74 from vtexdocs/fix/fix-icon-name
carolinamenezes Nov 28, 2025
036dea6
chore(release): 6.0.32
carolinamenezes Nov 28, 2025
211edbc
styles: update word-break behavior
carolinamenezes Dec 5, 2025
b0b5cd4
Merge pull request #75 from vtexdocs/styles/fix-workd-break-behavior
carolinamenezes Dec 5, 2025
c1db3ce
chore(release): 6.0.33
carolinamenezes Dec 5, 2025
0a8ba07
fix: update sidebar width for screens >= 1280px
mariana-caetano Oct 29, 2025
c8e975f
build: update dist files
mariana-caetano Oct 29, 2025
426eb3c
fix(styles.ts): sidebar position
mariana-caetano Oct 30, 2025
e08ae79
build: update dist files
mariana-caetano Oct 30, 2025
3d29cdd
fix(styles.ts): adjust sidebar overflow and height properties
mariana-caetano Oct 30, 2025
83cb0b0
Merge branch 'fix/sidebar' of https://github.com/vtexdocs/components …
mariana-caetano Dec 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.0.33](https://github.com/vtexdocs/components/compare/v6.0.32...v6.0.33) (2025-12-05)

### [6.0.32](https://github.com/vtexdocs/components/compare/v6.0.31...v6.0.32) (2025-11-28)


### Bug Fixes

* VTEXLogoFooter ([c61918c](https://github.com/vtexdocs/components/commit/c61918cec2b8a8b91781ebb85223efd2a4107218))

### [6.0.31](https://github.com/vtexdocs/components/compare/v6.0.30...v6.0.31) (2025-11-28)


### Bug Fixes

* VTEXDevPortalIcon ([5f20e2a](https://github.com/vtexdocs/components/commit/5f20e2a806a05ab50fbc7f7de33319a0d1949b17))

### [6.0.30](https://github.com/vtexdocs/components/compare/v6.0.29...v6.0.30) (2025-11-28)


### Bug Fixes

* GearTroubleshootingIcon ([34c78b9](https://github.com/vtexdocs/components/commit/34c78b943b1cab1f7ca51cd49ccb68a324711260))

### [6.0.29](https://github.com/vtexdocs/components/compare/v6.0.28...v6.0.29) (2025-11-28)


### Features

* migrate icons from helpcenter and devportal ([6f71134](https://github.com/vtexdocs/components/commit/6f71134a99673437ab08755bdbd4cb1a253b4bd3))

### [6.0.28](https://github.com/vtexdocs/components/compare/v6.0.27...v6.0.28) (2025-11-27)


### Features

* export icons ([9ca19ac](https://github.com/vtexdocs/components/commit/9ca19ac4058b52236266221d47bb1fcd42e45f68))
* InfoIcon and DocumentationUpdatesIcon ([eb77cd7](https://github.com/vtexdocs/components/commit/eb77cd7c832688879c191c77760698ef1b0fdeb6))

### [6.0.27](https://github.com/vtexdocs/components/compare/v6.0.26...v6.0.27) (2025-10-07)

### [6.0.26](https://github.com/vtexdocs/components/compare/v6.0.25...v6.0.26) (2025-10-07)
Expand Down
54 changes: 32 additions & 22 deletions dist/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion dist/index.css.map

Large diffs are not rendered by default.

150 changes: 149 additions & 1 deletion dist/index.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ interface InputProps {
}
declare const Input: ({ value, onChange, placeholder, Icon }: InputProps) => react_jsx_runtime.JSX.Element;

declare const getDaysElapsed: (date: Date) => number;

interface Props extends Partial<ContextType> {
children: ReactNode;
/** The navigation array containing the list of documentations shown in the sidebar. */
Expand Down Expand Up @@ -161,4 +163,150 @@ interface AlgoliaConfig {
}
declare const createAlgoliaClient: (config: AlgoliaConfig) => void;

export { CookieBar, CopyLinkButton, FeedbackSection, HamburgerMenu, Input, type Item, LibraryContext, LibraryContextProvider, MarkdownRenderer, Search, createAlgoliaClient as SearchConfig, SearchInput, ShareButton, Sidebar, TableOfContents };
<<<<<<< HEAD
<<<<<<< HEAD
declare const APIGuidesIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const APIReferenceIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const AppDevelopmentIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const ReleaseNotesIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const StorefrontDevelopmentIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const TroubleshootingIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const GearTroubleshootingIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const VTEXIOAppsIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const DocumentationUpdatesIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const HelpCenterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const DeveloperPortalIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const FAQIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const KnownIssueIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const MegaphoneIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const GraphIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const WarningIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const PaperIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const StartHereIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const TutorialsIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const AnnouncementIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const VTEXDevPortalIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const VTEXHelpCenterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const AddedIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const DeprecatedIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const FixedIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const ImprovedIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const RemovedIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const InfoIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const NewIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const EmailIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const FacebookIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const LinkedinIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const LinkIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const ShareIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const TwitterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const GithubIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const CommunityIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const FacebookCircleIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const LinkedinCircleIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const TwitterCircleIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const YoutubeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const IgIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const ChatGPTIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const ClaudeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const GeminiIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const CopilotIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const CloseFilterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const CloseIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const CopyIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const EditIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

interface ExpandedResultsProps extends IconProps {
active: boolean;
}
declare const ExpandedResultsIcon: ({ active }: ExpandedResultsProps) => react_jsx_runtime.JSX.Element;

declare const SearchIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const SideBarToggleIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const GridIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const TrashcanIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const FilterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const MenuIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

interface CheckboxProps extends IconProps {
checked: boolean;
}
declare const CheckboxIcon: (props: CheckboxProps) => react_jsx_runtime.JSX.Element;

declare const ResizeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const ArrowLeftIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const ArrowRightIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const CaretIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const LongArrowIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const VTEXLogoFooter: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const LikeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

declare const LikeSelectedIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;

export { APIGuidesIcon, APIReferenceIcon, AddedIcon, AnnouncementIcon, AppDevelopmentIcon, ArrowLeftIcon, ArrowRightIcon, CaretIcon, ChatGPTIcon, CheckboxIcon, ClaudeIcon, CloseFilterIcon, CloseIcon, CommunityIcon, CookieBar, CopilotIcon, CopyIcon, CopyLinkButton, DeprecatedIcon, DeveloperPortalIcon, DocumentationUpdatesIcon, EditIcon, EmailIcon, ExpandedResultsIcon, FAQIcon, FacebookCircleIcon, FacebookIcon, FeedbackSection, FilterIcon, FixedIcon, GearTroubleshootingIcon, GeminiIcon, GithubIcon, GraphIcon, GridIcon, HamburgerMenu, HelpCenterIcon, ImprovedIcon, InfoIcon, Input, IgIcon as InstagramIcon, type Item, KnownIssueIcon as KnownIssuesIcon, LibraryContext, LibraryContextProvider, LikeIcon, LikeSelectedIcon, LinkIcon, LinkedinCircleIcon, LinkedinIcon, LongArrowIcon, MarkdownRenderer, MegaphoneIcon, MenuIcon, NewIcon, PaperIcon, ReleaseNotesIcon, RemovedIcon, ResizeIcon, Search, createAlgoliaClient as SearchConfig, SearchIcon, SearchInput, ShareButton, ShareIcon, SideBarToggleIcon, Sidebar, StartHereIcon, StorefrontDevelopmentIcon, TableOfContents, TrashcanIcon, TroubleshootingIcon, TutorialsIcon, TwitterCircleIcon, TwitterIcon, VTEXDevPortalIcon, VTEXHelpCenterIcon, VTEXIOAppsIcon, VTEXLogoFooter, WarningIcon, YoutubeIcon, getDaysElapsed };
=======
export { CookieBar, CopyLinkButton, FeedbackSection, HamburgerMenu, Input, Item, LibraryContext, LibraryContextProvider, MarkdownRenderer, Search, createAlgoliaClient as SearchConfig, SearchInput, ShareButton, Sidebar, TableOfContents };
>>>>>>> 168317c (build: update dist files)
=======
export { CookieBar, CopyLinkButton, FeedbackSection, HamburgerMenu, Input, Item, LibraryContext, LibraryContextProvider, MarkdownRenderer, Search, createAlgoliaClient as SearchConfig, SearchInput, ShareButton, Sidebar, TableOfContents };
>>>>>>> 6c18c92718b344c5dce8e17537513ead66107609
Loading