@optifye/dashboard-core 6.11.47 → 6.12.0
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 +25 -0
- package/dist/index.d.mts +481 -89
- package/dist/index.d.ts +481 -89
- package/dist/index.js +5288 -3412
- package/dist/index.mjs +3185 -1320
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -410,6 +410,9 @@ body {
|
|
|
410
410
|
.invisible {
|
|
411
411
|
visibility: hidden;
|
|
412
412
|
}
|
|
413
|
+
.collapse {
|
|
414
|
+
visibility: collapse;
|
|
415
|
+
}
|
|
413
416
|
.static {
|
|
414
417
|
position: static;
|
|
415
418
|
}
|
|
@@ -2746,6 +2749,9 @@ body {
|
|
|
2746
2749
|
--tw-bg-opacity: 1;
|
|
2747
2750
|
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
|
|
2748
2751
|
}
|
|
2752
|
+
.bg-blue-50\/30 {
|
|
2753
|
+
background-color: rgb(239 246 255 / 0.3);
|
|
2754
|
+
}
|
|
2749
2755
|
.bg-blue-50\/50 {
|
|
2750
2756
|
background-color: rgb(239 246 255 / 0.5);
|
|
2751
2757
|
}
|
|
@@ -4051,6 +4057,9 @@ body {
|
|
|
4051
4057
|
padding-top: 2rem;
|
|
4052
4058
|
padding-bottom: 2rem;
|
|
4053
4059
|
}
|
|
4060
|
+
.pb-0 {
|
|
4061
|
+
padding-bottom: 0px;
|
|
4062
|
+
}
|
|
4054
4063
|
.pb-1 {
|
|
4055
4064
|
padding-bottom: 0.25rem;
|
|
4056
4065
|
}
|
|
@@ -4855,6 +4864,14 @@ body {
|
|
|
4855
4864
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
4856
4865
|
var(--tw-shadow);
|
|
4857
4866
|
}
|
|
4867
|
+
.shadow-\[0_0_4px_rgba\(34\,197\,94\,0\.6\)\] {
|
|
4868
|
+
--tw-shadow: 0 0 4px rgba(34,197,94,0.6);
|
|
4869
|
+
--tw-shadow-colored: 0 0 4px var(--tw-shadow-color);
|
|
4870
|
+
box-shadow:
|
|
4871
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
4872
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
4873
|
+
var(--tw-shadow);
|
|
4874
|
+
}
|
|
4858
4875
|
.shadow-\[0_2px_10px_-3px_rgba\(6\,81\,237\,0\.1\)\] {
|
|
4859
4876
|
--tw-shadow: 0 2px 10px -3px rgba(6,81,237,0.1);
|
|
4860
4877
|
--tw-shadow-colored: 0 2px 10px -3px var(--tw-shadow-color);
|
|
@@ -5273,6 +5290,11 @@ body {
|
|
|
5273
5290
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
5274
5291
|
transition-duration: 150ms;
|
|
5275
5292
|
}
|
|
5293
|
+
.transition-\[width\] {
|
|
5294
|
+
transition-property: width;
|
|
5295
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
5296
|
+
transition-duration: 150ms;
|
|
5297
|
+
}
|
|
5276
5298
|
.transition-all {
|
|
5277
5299
|
transition-property: all;
|
|
5278
5300
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -6513,6 +6535,9 @@ input[type=range]:active::-moz-range-thumb {
|
|
|
6513
6535
|
.sm\:min-w-\[180px\] {
|
|
6514
6536
|
min-width: 180px;
|
|
6515
6537
|
}
|
|
6538
|
+
.sm\:min-w-\[90px\] {
|
|
6539
|
+
min-width: 90px;
|
|
6540
|
+
}
|
|
6516
6541
|
.sm\:max-w-\[150px\] {
|
|
6517
6542
|
max-width: 150px;
|
|
6518
6543
|
}
|