-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 8091-listbox-translatewithid
- Loading branch information
Showing
31 changed files
with
321 additions
and
119 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ async function fetchLatestFromUpstream() { | |
'[email protected]:carbon-design-system/carbon.git', | ||
]); | ||
} | ||
await execa('git', ['fetch', 'upstream', 'master', '--tags']); | ||
await execa('git', ['fetch', 'upstream', 'main', '--tags']); | ||
} | ||
|
||
module.exports = { | ||
|
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,20 +1,21 @@ | ||
<!-- | ||
<!-- | ||
Copyright IBM Corp. 2016, 2018 | ||
This source code is licensed under the Apache-2.0 license found in the | ||
LICENSE file in the root directory of this source tree. | ||
--> | ||
|
||
{{#if overlay}}<div class="{{@root.prefix}}--loading-overlay">{{/if}} | ||
<div data-loading class="{{@root.prefix}}--loading{{#if small}} {{@root.prefix}}--loading--small{{/if}}"> | ||
<svg class="{{@root.prefix}}--loading__svg" viewBox="-75 -75 150 150"> | ||
<title>Loading</title> | ||
{{#if small}} | ||
<circle class="{{@root.prefix}}--loading__background" cx="0" cy="0" r="26.8125" /> | ||
<circle class="{{@root.prefix}}--loading__stroke" cx="0" cy="0" r="26.8125" /> | ||
{{else}} | ||
<circle class="{{@root.prefix}}--loading__stroke" cx="0" cy="0" r="37.5" /> | ||
{{/if}} | ||
</svg> | ||
</div> | ||
{{#if overlay}}</div>{{/if}} | ||
<div data-loading class="{{@root.prefix}}--loading{{#if small}} {{@root.prefix}}--loading--small{{/if}}"> | ||
<svg class="{{@root.prefix}}--loading__svg" viewBox="0 0 100 100"> | ||
<title>Loading</title> | ||
{{#if small}} | ||
<circle class="{{@root.prefix}}--loading__background" cx="50%" cy="50%" r="42" /> | ||
<circle class="{{@root.prefix}}--loading__stroke" cx="50%" cy="50%" r="42" /> | ||
{{else}} | ||
<circle class="{{@root.prefix}}--loading__stroke" cx="50%" cy="50%" r="44" /> | ||
{{/if}} | ||
</svg> | ||
</div> | ||
{{#if overlay}} | ||
</div>{{/if}} |
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Welcome | ||
|
||
- [Carbon Website](https://www.carbondesignsystem.com/) | ||
- [IBM Design Language](https://www.ibm.com/design/language/) | ||
|
||
## Other Frameworks | ||
|
||
- [Carbon Angular](https://angular.carbondesignsystem.com) | ||
- [Carbon Vue](http://vue.carbondesignsystem.com) | ||
|
||
## Feedback | ||
|
||
Help us improve the documentation by providing feedback, asking questions on | ||
Slack, or updating the mdx files file on | ||
[GitHub](https://github.com/carbon-design-system/carbon/tree/main/packages/react/src/components). |
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
Oops, something went wrong.