-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(IDE): add jetbrains and vscode settings related to interactive d…
…emo json schema (#327) * docs(IDE): add jetbrains and vscode settings related to interactive demo json schema * fix: update .idea/jsonSchemas.xml * fix(tokens): update body sm typography tokens * fix(web-icons): include observed attributes in the type declarations * chore(web-components): bump version to v0.6.0 * chore(web-icons): bump version to v0.2.2 --------- Co-authored-by: mimshins <[email protected]>
- Loading branch information
Showing
3 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"json.schemas": [ | ||
{ | ||
"fileMatch": [ "packages/web-components/src/**/doc/interactive-demo.config.json" ], | ||
"url": "https://raw.githubusercontent.com/Tap30/web-components/refs/heads/main/internals/doc-helpers/schema.json" | ||
} | ||
] | ||
} | ||
|