Skip to content

Commit

Permalink
Add hasArrow override
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel committed Mar 9, 2021
1 parent f276846 commit 705ae22
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions packages/colorpickers/.size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"index.cjs.js": {
"bundled": 53045,
"minified": 34923,
"gzipped": 8005
"bundled": 53087,
"minified": 34949,
"gzipped": 8017
},
"index.esm.js": {
"bundled": 49980,
"minified": 32230,
"gzipped": 7866,
"bundled": 50022,
"minified": 32256,
"gzipped": 7878,
"treeshaked": {
"rollup": {
"code": 26404,
"code": 26430,
"import_statements": 845
},
"webpack": {
"code": 29457
"code": 29483
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ ColorpickerDialog.propTypes = {
ColorpickerDialog.defaultProps = {
placement: 'bottom-start',
isAnimated: true,
zIndex: 1000
zIndex: 1000,
hasArrow: false /* TooltipModal override */
};

ColorpickerDialog.displayName = 'ColorpickerDialog';

0 comments on commit 705ae22

Please sign in to comment.