Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Export VS Code Design System #292

Merged
merged 2 commits into from
Nov 4, 2021
Merged

Conversation

hawkticehurst
Copy link
Member

Description of changes

Fix a bug where the contents of src/vscode-design-system.ts and src/custom-elements.ts were not being exported by the package.

Also rename FASTDesignSystem to VSCodeDesignSystem in src/index-rollup.ts.

@hawkticehurst hawkticehurst merged commit 3184944 into microsoft:main Nov 4, 2021
@hawkticehurst hawkticehurst deleted the fast branch November 4, 2021 17:22
@@ -12,5 +12,5 @@ export * from './index';
* Only available if the components are added through a script tag
* rather than a module/build system.
*/
export const FASTDesignSystem =
export const VSCodeDesignSystem =
Copy link
Member

Choose a reason for hiding this comment

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

@hawkticehurst sorry I missed this!

Copy link
Member Author

Choose a reason for hiding this comment

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

No worries at all! Easy enough to fix :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants