-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gh): clean up ci-check workflow (#10370)
* chore(gh): clean up ci-check workflow * chore(snapshot): udpate cwc snapshots --------- Co-authored-by: Anna Wen <[email protected]>
- Loading branch information
Showing
12 changed files
with
411 additions
and
369 deletions.
There are no files selected for viewing
89 changes: 89 additions & 0 deletions
89
web-components/packages/carbon-web-components/tests/snapshots/cds-button.md
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,89 @@ | ||
# `cds-button` | ||
|
||
## `Misc attributes` | ||
|
||
#### `should render with minimum attributes for <button>` | ||
|
||
``` | ||
<button | ||
class="cds--btn cds--btn--lg cds--btn--primary" | ||
id="button" | ||
part="button" | ||
type="button" | ||
> | ||
<slot> | ||
</slot> | ||
<slot name="icon"> | ||
</slot> | ||
</button> | ||
``` | ||
|
||
#### `should render with various attributes for <button>` | ||
|
||
``` | ||
<button | ||
class="cds--btn cds--btn--lg cds--btn--primary" | ||
id="button" | ||
part="button" | ||
type="button" | ||
> | ||
<slot> | ||
</slot> | ||
<slot name="icon"> | ||
</slot> | ||
</button> | ||
``` | ||
|
||
#### `should render with minimum attributes for <a>` | ||
|
||
``` | ||
<button | ||
class="cds--btn cds--btn--lg cds--btn--primary" | ||
id="button" | ||
part="button" | ||
type="button" | ||
> | ||
<slot> | ||
</slot> | ||
<slot name="icon"> | ||
</slot> | ||
</button> | ||
``` | ||
|
||
#### `should render with various attributes for <a>` | ||
|
||
``` | ||
<button | ||
class="cds--btn cds--btn--lg cds--btn--primary" | ||
id="button" | ||
part="button" | ||
type="button" | ||
> | ||
<slot> | ||
</slot> | ||
<slot name="icon"> | ||
</slot> | ||
</button> | ||
``` | ||
|
||
#### `should render disabled state for <a>` | ||
|
||
``` | ||
<button | ||
class="cds--btn cds--btn--lg cds--btn--primary" | ||
id="button" | ||
part="button" | ||
type="button" | ||
> | ||
<slot> | ||
</slot> | ||
<slot name="icon"> | ||
</slot> | ||
</button> | ||
``` | ||
|
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
Oops, something went wrong.