Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
/dist

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this to remove the noise around building the packages.
We can always build prior to publishing, without including the built files in the repo.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! Might be better to extract it into a separate PR to uncouple the changes?


12 changes: 0 additions & 12 deletions dist/SearchInput.d.ts

This file was deleted.

12 changes: 0 additions & 12 deletions dist/SearchModal.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions dist/SearchResult.d.ts

This file was deleted.

3,173 changes: 0 additions & 3,173 deletions dist/index.cjs.js

This file was deleted.

7 changes: 0 additions & 7 deletions dist/index.cjs.js.map

This file was deleted.

14 changes: 0 additions & 14 deletions dist/index.d.ts

This file was deleted.

3,173 changes: 0 additions & 3,173 deletions dist/index.esm.js

This file was deleted.

7 changes: 0 additions & 7 deletions dist/index.esm.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/tsconfig.tsbuildinfo

This file was deleted.

42 changes: 0 additions & 42 deletions dist/types.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions dist/useSearch.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions dist/useSearchHistory.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions dist/vui/components/accordion/Accordion.d.ts

This file was deleted.

14 changes: 0 additions & 14 deletions dist/vui/components/accountMenu/AccountMenu.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions dist/vui/components/app/AppContent.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions dist/vui/components/app/AppHeader.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions dist/vui/components/app/AppLayout.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions dist/vui/components/app/appSideNav/AppSideNav.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions dist/vui/components/app/appSideNav/AppSideNavLink.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dist/vui/components/app/appSideNav/AppSideNavSections.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dist/vui/components/app/appSideNav/AppSideNavTree.d.ts

This file was deleted.

22 changes: 0 additions & 22 deletions dist/vui/components/app/types.d.ts

This file was deleted.

14 changes: 0 additions & 14 deletions dist/vui/components/badge/Badge.d.ts

This file was deleted.

22 changes: 0 additions & 22 deletions dist/vui/components/button/BaseButton.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions dist/vui/components/button/ButtonPrimary.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions dist/vui/components/button/ButtonSecondary.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions dist/vui/components/button/ButtonTertiary.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions dist/vui/components/button/IconButton.d.ts

This file was deleted.

4 changes: 0 additions & 4 deletions dist/vui/components/button/createButtonIcon.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions dist/vui/components/button/types.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions dist/vui/components/callout/Callout.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions dist/vui/components/callout/types.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions dist/vui/components/card/Card.d.ts

This file was deleted.

17 changes: 0 additions & 17 deletions dist/vui/components/chat/Chat.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions dist/vui/components/chat/ChatInspector.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions dist/vui/components/chat/ChatPanel.d.ts

This file was deleted.

17 changes: 0 additions & 17 deletions dist/vui/components/chat/ChatSearchResult.d.ts

This file was deleted.

Loading