-
Notifications
You must be signed in to change notification settings - Fork 158
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
51 changed files
with
748 additions
and
411 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+21.6 KB
.yarn/cache/@babel-helper-compilation-targets-npm-7.21.4-0264973d6a-bf9c7d3e7e.zip
Binary file not shown.
Binary file added
BIN
+9.22 KB
...ache/@babel-plugin-transform-react-constant-elements-npm-7.21.3-d44daed759-1ca5cfaa65.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.99 KB
.yarn/cache/@svgr-babel-plugin-add-jsx-attribute-npm-5.4.0-7f1e614ce1-1c538cf312.zip
Binary file not shown.
Binary file added
BIN
+3.64 KB
.yarn/cache/@svgr-babel-plugin-remove-jsx-attribute-npm-5.4.0-81b60827fa-ad2231bfcb.zip
Binary file not shown.
Binary file added
BIN
+3.54 KB
.../cache/@svgr-babel-plugin-remove-jsx-empty-expression-npm-5.0.1-61d6aef206-175c8f13dd.zip
Binary file not shown.
Binary file added
BIN
+3.89 KB
.../cache/@svgr-babel-plugin-replace-jsx-attribute-value-npm-5.0.1-b13516ed13-68f4e2a5b9.zip
Binary file not shown.
Binary file added
BIN
+4.35 KB
.yarn/cache/@svgr-babel-plugin-svg-dynamic-title-npm-5.4.0-6e508e9c0a-c46feb5245.zip
Binary file not shown.
Binary file added
BIN
+3.66 KB
.yarn/cache/@svgr-babel-plugin-svg-em-dimensions-npm-5.4.0-0229e38da4-0d19b26147.zip
Binary file not shown.
Binary file added
BIN
+4.52 KB
...n/cache/@svgr-babel-plugin-transform-react-native-svg-npm-5.4.0-62f0a6e8dc-8ac5dc9fb2.zip
Binary file not shown.
Binary file added
BIN
+5.95 KB
.yarn/cache/@svgr-babel-plugin-transform-svg-component-npm-5.5.0-82fe1aa0d7-94c3fed490.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+14.4 KB
.yarn/cache/@svgr-hast-util-to-babel-ast-npm-5.5.0-fef404b2de-a03c1c7ab9.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
89 changes: 89 additions & 0 deletions
89
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.