Skip to content

Commit

Permalink
Merge branch 'master' into stickyHeaderFix
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Aug 4, 2020
2 parents 49fa051 + f5d666f commit 3228bc9
Show file tree
Hide file tree
Showing 8 changed files with 7,182 additions and 7,150 deletions.
14,315 changes: 7,165 additions & 7,150 deletions packages/pictograms/master/pictogram-master.ai

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Map {
"defaultProps": Object {
"disabled": false,
"kind": "primary",
"size": "default",
"tabIndex": 0,
"type": "button",
},
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/components/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ Button.defaultProps = {
type: 'button',
disabled: false,
kind: 'primary',
size: 'default',
};

export default Button;
Original file line number Diff line number Diff line change
Expand Up @@ -2051,6 +2051,7 @@ exports[`DataTable should render 1`] = `
"render": [Function],
}
}
size="default"
tabIndex={0}
type="button"
>
Expand Down Expand Up @@ -2120,6 +2121,7 @@ exports[`DataTable should render 1`] = `
"render": [Function],
}
}
size="default"
tabIndex={0}
type="button"
>
Expand Down Expand Up @@ -2189,6 +2191,7 @@ exports[`DataTable should render 1`] = `
"render": [Function],
}
}
size="default"
tabIndex={0}
type="button"
>
Expand Down Expand Up @@ -2244,6 +2247,7 @@ exports[`DataTable should render 1`] = `
disabled={false}
kind="primary"
onClick={[Function]}
size="default"
tabIndex={-1}
type="button"
>
Expand Down Expand Up @@ -3045,6 +3049,7 @@ exports[`DataTable sticky header should render 1`] = `
"render": [Function],
}
}
size="default"
tabIndex={0}
type="button"
>
Expand Down Expand Up @@ -3114,6 +3119,7 @@ exports[`DataTable sticky header should render 1`] = `
"render": [Function],
}
}
size="default"
tabIndex={0}
type="button"
>
Expand Down Expand Up @@ -3183,6 +3189,7 @@ exports[`DataTable sticky header should render 1`] = `
"render": [Function],
}
}
size="default"
tabIndex={0}
type="button"
>
Expand Down Expand Up @@ -3238,6 +3245,7 @@ exports[`DataTable sticky header should render 1`] = `
disabled={false}
kind="primary"
onClick={[Function]}
size="default"
tabIndex={-1}
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exports[`DataTable.TableBatchAction should render 1`] = `
"render": [Function],
}
}
size="default"
tabIndex={0}
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ exports[`DataTable.TableBatchActions should render 1`] = `
disabled={false}
kind="primary"
onClick={[MockFunction]}
size="default"
tabIndex={-1}
type="button"
>
Expand Down Expand Up @@ -81,6 +82,7 @@ exports[`DataTable.TableBatchActions should render 2`] = `
disabled={false}
kind="primary"
onClick={[MockFunction]}
size="default"
tabIndex={0}
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exports[`ModalWrapper should render 1`] = `
iconDescription="Provide icon description if icon is used"
kind="primary"
onClick={[Function]}
size="default"
tabIndex={0}
type="button"
>
Expand Down Expand Up @@ -155,6 +156,7 @@ exports[`ModalWrapper should render 1`] = `
disabled={false}
kind="secondary"
onClick={[Function]}
size="default"
tabIndex={0}
type="button"
>
Expand All @@ -172,6 +174,7 @@ exports[`ModalWrapper should render 1`] = `
disabled={false}
kind="primary"
onClick={[Function]}
size="default"
tabIndex={0}
type="button"
>
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/components/Tag/Tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const Tag = ({
{children !== null && children !== undefined ? children : TYPES[type]}
</span>
<button
type="button"
className={`${prefix}--tag__close-icon`}
onClick={handleClose}
disabled={disabled}
Expand Down

0 comments on commit 3228bc9

Please sign in to comment.