Closed nilgradisnik closed 3 years ago
Package | Diff | ESM | Prev ESM | CJS | Prev CJS |
---|---|---|---|---|---|
core | +0.0% | 570.87 KB | 570.69 KB | 715.98 KB | 715.76 KB |
Compared to master. File sizes are unminified and ungzipped.
View raw build stats
{
"apollo": {
"esm": 10832,
"lib": 14147
},
"app-shell": {
"esm": 12906,
"lib": 19874
},
"composer": {
"esm": 68247,
"lib": 101805
},
"core": {
"esm": 584388,
"lib": 732939
},
"forms": {
"esm": 37350,
"lib": 49298
},
"icons": {
"esm": 156355,
"lib": 205626
},
"layouts": {
"esm": 15298,
"lib": 20770
},
"metrics": {
"esm": 5467,
"lib": 7729
},
"test-utils": {
"esm": 4279,
"lib": 5937
}
}
{
"apollo": {
"esm": 10832,
"lib": 14147
},
"app-shell": {
"esm": 12906,
"lib": 19874
},
"composer": {
"esm": 68247,
"lib": 101805
},
"core": {
"esm": 584567,
"lib": 733164
},
"forms": {
"esm": 37350,
"lib": 49298
},
"icons": {
"esm": 156355,
"lib": 205626
},
"layouts": {
"esm": 15298,
"lib": 20770
},
"metrics": {
"esm": 5467,
"lib": 7729
},
"test-utils": {
"esm": 4279,
"lib": 5937
}
}
to: @williaster @alecklandgraf
Description
Allow for optional
zIndex
to be passed to Modal.Motivation and Context
We want to override z-index for Modals that are in a Lighbox component where a recent change increased the z-index https://github.com/airbnb/lunar/pull/411. This allows to bring such Modals to the front.
Testing
Tested in storybook
Screenshots
Checklist