Skip to content

Commit

Permalink
chore(snapshots): snapshots update
Browse files Browse the repository at this point in the history
  • Loading branch information
cgirani committed Dec 15, 2023
1 parent 804401a commit dc8708f
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/react/.storybook/__snapshots__/Welcome.story.storyshot
Original file line number Diff line number Diff line change
Expand Up @@ -3879,6 +3879,21 @@ exports[`Storybook Snapshot tests and console checks Storyshots 0 - Overview/Get
CardCodeEditor
</div>
</div>
<div
className="bx--structured-list-row"
role="row"
>
<div
className="bx--structured-list-td"
role="cell"
/>
<div
className="bx--structured-list-td"
role="cell"
>
CodeEditor
</div>
</div>
<div
className="bx--structured-list-row"
role="row"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,76 @@ Map {
},
},
},
"CodeEditor" => Object {
"defaultProps": Object {
"accept": Array [
".css",
],
"disabled": false,
"hasUpload": false,
"i18n": Object {
"copyBtnDescription": "Copy content",
"copyBtnFeedBack": "Copied",
"uploadBtnDescription": "Upload your file",
},
"initialValue": null,
"language": "css",
"light": false,
"onCodeEditorChange": null,
"onCopy": null,
"testId": "code-editor",
},
"propTypes": Object {
"accept": Object {
"args": Array [
Object {
"type": "string",
},
],
"type": "arrayOf",
},
"disabled": Object {
"type": "bool",
},
"hasUpload": Object {
"type": "bool",
},
"i18n": Object {
"args": Array [
Object {
"copyBtnDescription": Object {
"type": "string",
},
"copyBtnFeedBack": Object {
"type": "string",
},
"uploadBtnDescription": Object {
"type": "string",
},
},
],
"type": "shape",
},
"initialValue": Object {
"type": "string",
},
"language": Object {
"type": "string",
},
"light": Object {
"type": "bool",
},
"onCodeEditorChange": Object {
"type": "func",
},
"onCopy": Object {
"type": "func",
},
"testId": Object {
"type": "string",
},
},
},
"EmptyTable" => Object {
"defaultProps": Object {
"id": "EmptyTable",
Expand Down

0 comments on commit dc8708f

Please sign in to comment.