@optifye/dashboard-core 6.9.13 → 6.9.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/dist/index.css CHANGED
@@ -450,8 +450,8 @@ body {
450
450
  .-bottom-11 {
451
451
  bottom: -2.75rem;
452
452
  }
453
- .-bottom-2 {
454
- bottom: -0.5rem;
453
+ .-bottom-4 {
454
+ bottom: -1rem;
455
455
  }
456
456
  .-bottom-6 {
457
457
  bottom: -1.5rem;
@@ -480,8 +480,8 @@ body {
480
480
  .-top-10 {
481
481
  top: -2.5rem;
482
482
  }
483
- .-top-2 {
484
- top: -0.5rem;
483
+ .-top-4 {
484
+ top: -1rem;
485
485
  }
486
486
  .-top-7 {
487
487
  top: -1.75rem;
@@ -504,6 +504,9 @@ body {
504
504
  .bottom-4 {
505
505
  bottom: 1rem;
506
506
  }
507
+ .bottom-\[-12px\] {
508
+ bottom: -12px;
509
+ }
507
510
  .bottom-\[15\%\] {
508
511
  bottom: 15%;
509
512
  }
@@ -588,6 +591,9 @@ body {
588
591
  .top-8 {
589
592
  top: 2rem;
590
593
  }
594
+ .top-\[-12px\] {
595
+ top: -12px;
596
+ }
591
597
  .top-full {
592
598
  top: 100%;
593
599
  }
@@ -1384,6 +1390,9 @@ body {
1384
1390
  .max-w-sm {
1385
1391
  max-width: 24rem;
1386
1392
  }
1393
+ .max-w-xl {
1394
+ max-width: 36rem;
1395
+ }
1387
1396
  .max-w-xs {
1388
1397
  max-width: 20rem;
1389
1398
  }
@@ -5016,6 +5025,9 @@ input[type=range]:active::-moz-range-thumb {
5016
5025
  .sm\:w-6 {
5017
5026
  width: 1.5rem;
5018
5027
  }
5028
+ .sm\:w-64 {
5029
+ width: 16rem;
5030
+ }
5019
5031
  .sm\:w-7 {
5020
5032
  width: 1.75rem;
5021
5033
  }