-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/main' into enhancement/doc-props-gen
* refs/heads/main: (40 commits) chore(release): bump version to 0.1.0-alpha.154 docs(Popover): add Popover story with controller (#534) chore(release): bump version to 0.1.0-alpha.153 fix(Section): update visual level feat(ContextMenu): close context menu on navigation chore(release): bump version to 0.1.0-alpha.152 feat: add navy colors chore(release): bump version to 0.1.0-alpha.151 feat(Icon): add icons (#528) chore(release): bump version to 0.1.0-alpha.150 chore(release): bump version to 0.1.0-alpha.149 chore: downgrade Yarn due to peer dependency errors fix(Popover): Export Popover component chore: update Yarn chore(release): bump version to 0.1.0-alpha.148 chore: update dependencies chore(release): bump version to 0.1.0-alpha.147 docs(GettingStarted): fix typos (#510) chore(release): bump version to 0.1.0-alpha.146 docs(TextField): fix outdated links ... # Conflicts: # .gitignore # .pnp.cjs # packages/docs/package.json # packages/docs/src/content/03-components/content/icon/overview.mdx # yarn.lock
- Loading branch information
Showing
110 changed files
with
6,221 additions
and
4,236 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
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
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
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
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
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
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
{ "bar": "baz" } | ||
{ | ||
"bar": "test with variable {var}", | ||
"bar.simple": "test simple variable" | ||
} |
Oops, something went wrong.