@rango-dev/ui 0.1.14-next.7 → 0.1.14-next.9

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/dist/ui.esm.js CHANGED
@@ -3377,12 +3377,14 @@ var CheckboxRoot = /*#__PURE__*/styled(Root$1, {
3377
3377
  alignItems: 'center',
3378
3378
  justifyContent: 'center',
3379
3379
  marginRight: '$2',
3380
- backgroundColor: '$neutral-100'
3380
+ backgroundColor: '$neutral-100',
3381
+ cursor: 'pointer'
3381
3382
  });
3382
3383
  var Label$1 = /*#__PURE__*/styled('label', {
3383
3384
  color: '$foreground',
3384
3385
  fontSize: '$m',
3385
- marginLeft: '$8'
3386
+ marginLeft: '$8',
3387
+ cursor: 'pointer'
3386
3388
  });
3387
3389
  function Checkbox(_ref) {
3388
3390
  var label = _ref.label,
@@ -3448,7 +3450,8 @@ var BackDrop = /*#__PURE__*/styled('div', {
3448
3450
  left: '0',
3449
3451
  width: '100vw',
3450
3452
  height: '100vh',
3451
- backgroundColor: 'rgba(0,0,0,.1)'
3453
+ backgroundColor: 'rgba(0,0,0,.1)',
3454
+ zIndex: 10
3452
3455
  });
3453
3456
  var ModalContainer = /*#__PURE__*/styled('div', {
3454
3457
  backgroundColor: '$background',
@@ -3456,8 +3459,7 @@ var ModalContainer = /*#__PURE__*/styled('div', {
3456
3459
  padding: '$16 $16',
3457
3460
  display: 'flex',
3458
3461
  flexDirection: 'column',
3459
- boxShadow: '$s',
3460
- zIndex: 10
3462
+ zIndex: 20
3461
3463
  });
3462
3464
  var Row = /*#__PURE__*/styled('div', {
3463
3465
  display: 'flex',