@rango-dev/ui 0.1.14-next.8 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/ui.cjs.development.js +3 -3
- package/dist/ui.cjs.development.js.map +1 -1
- package/dist/ui.cjs.production.min.js +1 -1
- package/dist/ui.cjs.production.min.js.map +1 -1
- package/dist/ui.esm.js +3 -3
- package/dist/ui.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Modal/Modal.tsx +3 -2
package/dist/ui.esm.js
CHANGED
|
@@ -3450,7 +3450,8 @@ var BackDrop = /*#__PURE__*/styled('div', {
|
|
|
3450
3450
|
left: '0',
|
|
3451
3451
|
width: '100vw',
|
|
3452
3452
|
height: '100vh',
|
|
3453
|
-
backgroundColor: 'rgba(0,0,0,.1)'
|
|
3453
|
+
backgroundColor: 'rgba(0,0,0,.1)',
|
|
3454
|
+
zIndex: 10
|
|
3454
3455
|
});
|
|
3455
3456
|
var ModalContainer = /*#__PURE__*/styled('div', {
|
|
3456
3457
|
backgroundColor: '$background',
|
|
@@ -3458,8 +3459,7 @@ var ModalContainer = /*#__PURE__*/styled('div', {
|
|
|
3458
3459
|
padding: '$16 $16',
|
|
3459
3460
|
display: 'flex',
|
|
3460
3461
|
flexDirection: 'column',
|
|
3461
|
-
|
|
3462
|
-
zIndex: 10
|
|
3462
|
+
zIndex: 20
|
|
3463
3463
|
});
|
|
3464
3464
|
var Row = /*#__PURE__*/styled('div', {
|
|
3465
3465
|
display: 'flex',
|