@optifye/dashboard-core 6.9.13 → 6.9.15
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 +13 -4
- package/dist/index.d.mts +430 -238
- package/dist/index.d.ts +430 -238
- package/dist/index.js +1294 -729
- package/dist/index.mjs +1289 -730
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -450,8 +450,8 @@ body {
|
|
|
450
450
|
.-bottom-11 {
|
|
451
451
|
bottom: -2.75rem;
|
|
452
452
|
}
|
|
453
|
-
.-bottom-
|
|
454
|
-
bottom: -
|
|
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-
|
|
484
|
-
top: -
|
|
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
|
}
|