@delightui/components 0.1.86 → 0.1.87

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.
@@ -4384,7 +4384,13 @@ span.flatpickr-weekday {
4384
4384
  --modal-color: var(--slide-out-panel-color);
4385
4385
  --modal-content-height: 100%;
4386
4386
  }
4387
-
4387
+ .SlideOutPanel-module_slideOutPanel__eBr9a .SlideOutPanel-module_form__lv6bn {
4388
+ height: 100%;
4389
+ width: 100%;
4390
+ min-height: 0;
4391
+ display: flex;
4392
+ flex-direction: column;
4393
+ }
4388
4394
  .SlideOutPanel-module_slideOutPanel--right__I8eTm {
4389
4395
  top: 0;
4390
4396
  right: -100%;
@@ -4392,16 +4398,13 @@ span.flatpickr-weekday {
4392
4398
  left: initial;
4393
4399
  height: 100vh;
4394
4400
  }
4395
-
4396
4401
  .SlideOutPanel-module_slideOutPanel--right__I8eTm.SlideOutPanel-module_open__Q-ONw {
4397
4402
  right: 0;
4398
4403
  opacity: 1;
4399
4404
  }
4400
-
4401
4405
  .SlideOutPanel-module_slideOutPanel--right__I8eTm.SlideOutPanel-module_slideOutPanel--small__FNO8Q, .SlideOutPanel-module_slideOutPanel--right__I8eTm.SlideOutPanel-module_slideOutPanel--medium__9-tzL, .SlideOutPanel-module_slideOutPanel--right__I8eTm.SlideOutPanel-module_slideOutPanel--large__7RHyd {
4402
4406
  width: var(--slide-out-panel-width);
4403
4407
  }
4404
-
4405
4408
  .SlideOutPanel-module_slideOutPanel--left__oBPI2 {
4406
4409
  top: 0;
4407
4410
  right: auto;
@@ -4409,16 +4412,13 @@ span.flatpickr-weekday {
4409
4412
  left: -100%;
4410
4413
  height: 100vh;
4411
4414
  }
4412
-
4413
4415
  .SlideOutPanel-module_slideOutPanel--left__oBPI2.SlideOutPanel-module_open__Q-ONw {
4414
4416
  left: 0;
4415
4417
  opacity: 1;
4416
4418
  }
4417
-
4418
4419
  .SlideOutPanel-module_slideOutPanel--left__oBPI2.SlideOutPanel-module_slideOutPanel--small__FNO8Q, .SlideOutPanel-module_slideOutPanel--left__oBPI2.SlideOutPanel-module_slideOutPanel--medium__9-tzL, .SlideOutPanel-module_slideOutPanel--left__oBPI2.SlideOutPanel-module_slideOutPanel--large__7RHyd {
4419
4420
  width: var(--slide-out-panel-width);
4420
4421
  }
4421
-
4422
4422
  .SlideOutPanel-module_slideOutPanel--top__4e54e {
4423
4423
  top: -100%;
4424
4424
  left: 0;
@@ -4426,16 +4426,13 @@ span.flatpickr-weekday {
4426
4426
  bottom: initial;
4427
4427
  width: 100vw;
4428
4428
  }
4429
-
4430
4429
  .SlideOutPanel-module_slideOutPanel--top__4e54e.SlideOutPanel-module_open__Q-ONw {
4431
4430
  top: 0;
4432
4431
  opacity: 1;
4433
4432
  }
4434
-
4435
4433
  .SlideOutPanel-module_slideOutPanel--top__4e54e.SlideOutPanel-module_slideOutPanel--small__FNO8Q, .SlideOutPanel-module_slideOutPanel--top__4e54e.SlideOutPanel-module_slideOutPanel--medium__9-tzL, .SlideOutPanel-module_slideOutPanel--top__4e54e.SlideOutPanel-module_slideOutPanel--large__7RHyd {
4436
4434
  height: var(--slide-out-panel-height);
4437
4435
  }
4438
-
4439
4436
  .SlideOutPanel-module_slideOutPanel--bottom__E3bRO {
4440
4437
  top: auto;
4441
4438
  top: initial;
@@ -4443,12 +4440,10 @@ span.flatpickr-weekday {
4443
4440
  bottom: -100%;
4444
4441
  width: 100vw;
4445
4442
  }
4446
-
4447
4443
  .SlideOutPanel-module_slideOutPanel--bottom__E3bRO.SlideOutPanel-module_open__Q-ONw {
4448
4444
  bottom: 0;
4449
4445
  opacity: 1;
4450
4446
  }
4451
-
4452
4447
  .SlideOutPanel-module_slideOutPanel--bottom__E3bRO.SlideOutPanel-module_slideOutPanel--small__FNO8Q, .SlideOutPanel-module_slideOutPanel--bottom__E3bRO.SlideOutPanel-module_slideOutPanel--medium__9-tzL, .SlideOutPanel-module_slideOutPanel--bottom__E3bRO.SlideOutPanel-module_slideOutPanel--large__7RHyd {
4453
4448
  height: var(--slide-out-panel-height);
4454
4449
  }