Skip to content

Commit

Permalink
Merge branch 'main' into fluid-listbox
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 21, 2022
2 parents cb61953 + 5e676fd commit 0f1fc05
Show file tree
Hide file tree
Showing 11 changed files with 216 additions and 522 deletions.
94 changes: 93 additions & 1 deletion packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,99 @@ Map {
},
},
"FileUploader" => Object {
"displayName": "ClassWrapper(FileUploader)",
"contextType": Object {
"$$typeof": Symbol(react.context),
},
"defaultProps": Object {
"accept": Array [],
"buttonKind": "primary",
"buttonLabel": "",
"disabled": false,
"filenameStatus": "uploading",
"iconDescription": undefined,
"multiple": false,
"onClick": [Function],
},
"propTypes": Object {
"accept": Object {
"args": Array [
Object {
"type": "string",
},
],
"type": "arrayOf",
},
"buttonKind": Object {
"args": Array [
Array [
"primary",
"secondary",
"danger",
"ghost",
"danger--primary",
"danger--ghost",
"danger--tertiary",
"tertiary",
],
],
"type": "oneOf",
},
"buttonLabel": Object {
"type": "string",
},
"className": Object {
"type": "string",
},
"disabled": Object {
"type": "bool",
},
"filenameStatus": Object {
"args": Array [
Array [
"edit",
"complete",
"uploading",
],
],
"isRequired": true,
"type": "oneOf",
},
"iconDescription": Object {
"isRequired": true,
"type": "string",
},
"labelDescription": Object {
"type": "string",
},
"labelTitle": Object {
"type": "string",
},
"multiple": Object {
"type": "bool",
},
"name": Object {
"type": "string",
},
"onChange": Object {
"type": "func",
},
"onClick": Object {
"type": "func",
},
"onDelete": Object {
"type": "func",
},
"size": Object {
"args": Array [
Array [
"sm",
"md",
"lg",
],
],
"type": "oneOf",
},
},
},
"FileUploaderButton" => Object {
"propTypes": Object {
Expand Down
202 changes: 0 additions & 202 deletions packages/react/src/components/FileUploader/FileUploader-story.js

This file was deleted.

Loading

0 comments on commit 0f1fc05

Please sign in to comment.