@optifye/dashboard-core 6.11.28 → 6.11.29

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
@@ -447,6 +447,10 @@ body {
447
447
  left: -0.125rem;
448
448
  right: -0.125rem;
449
449
  }
450
+ .inset-x-0 {
451
+ left: 0px;
452
+ right: 0px;
453
+ }
450
454
  .inset-y-0 {
451
455
  top: 0px;
452
456
  bottom: 0px;
@@ -661,6 +665,9 @@ body {
661
665
  .z-\[100\] {
662
666
  z-index: 100;
663
667
  }
668
+ .z-\[1\] {
669
+ z-index: 1;
670
+ }
664
671
  .z-\[60\] {
665
672
  z-index: 60;
666
673
  }
@@ -749,6 +756,10 @@ body {
749
756
  margin-left: auto;
750
757
  margin-right: auto;
751
758
  }
759
+ .mx-px {
760
+ margin-left: 1px;
761
+ margin-right: 1px;
762
+ }
752
763
  .my-1 {
753
764
  margin-top: 0.25rem;
754
765
  margin-bottom: 0.25rem;
@@ -1802,6 +1813,9 @@ body {
1802
1813
  .cursor-default {
1803
1814
  cursor: default;
1804
1815
  }
1816
+ .cursor-grab {
1817
+ cursor: grab;
1818
+ }
1805
1819
  .cursor-help {
1806
1820
  cursor: help;
1807
1821
  }
@@ -3922,6 +3936,10 @@ body {
3922
3936
  .p-8 {
3923
3937
  padding: 2rem;
3924
3938
  }
3939
+ .px-0\.5 {
3940
+ padding-left: 0.125rem;
3941
+ padding-right: 0.125rem;
3942
+ }
3925
3943
  .px-1 {
3926
3944
  padding-left: 0.25rem;
3927
3945
  padding-right: 0.25rem;
@@ -4255,6 +4273,9 @@ body {
4255
4273
  .font-extrabold {
4256
4274
  font-weight: 800;
4257
4275
  }
4276
+ .font-light {
4277
+ font-weight: 300;
4278
+ }
4258
4279
  .font-medium {
4259
4280
  font-weight: 500;
4260
4281
  }
@@ -4850,6 +4871,14 @@ body {
4850
4871
  var(--tw-ring-shadow, 0 0 #0000),
4851
4872
  var(--tw-shadow);
4852
4873
  }
4874
+ .shadow-\[0_8px_30px_rgba\(0\,0\,0\,0\.08\)\,0_2px_8px_rgba\(0\,0\,0\,0\.04\)\] {
4875
+ --tw-shadow: 0 8px 30px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.04);
4876
+ --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color), 0 2px 8px var(--tw-shadow-color);
4877
+ box-shadow:
4878
+ var(--tw-ring-offset-shadow, 0 0 #0000),
4879
+ var(--tw-ring-shadow, 0 0 #0000),
4880
+ var(--tw-shadow);
4881
+ }
4853
4882
  .shadow-inner {
4854
4883
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
4855
4884
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
@@ -5730,6 +5759,10 @@ input[type=range]:active::-moz-range-thumb {
5730
5759
  --tw-text-opacity: 1;
5731
5760
  color: rgb(0 123 255 / var(--tw-text-opacity, 1));
5732
5761
  }
5762
+ .hover\:text-blue-500:hover {
5763
+ --tw-text-opacity: 1;
5764
+ color: rgb(59 130 246 / var(--tw-text-opacity, 1));
5765
+ }
5733
5766
  .hover\:text-blue-600:hover {
5734
5767
  --tw-text-opacity: 1;
5735
5768
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
@@ -6068,6 +6101,9 @@ input[type=range]:active::-moz-range-thumb {
6068
6101
  --tw-scale-y: 0.99;
6069
6102
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
6070
6103
  }
6104
+ .active\:cursor-grabbing:active {
6105
+ cursor: grabbing;
6106
+ }
6071
6107
  .active\:bg-blue-800:active {
6072
6108
  --tw-bg-opacity: 1;
6073
6109
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
@@ -6275,6 +6311,9 @@ input[type=range]:active::-moz-range-thumb {
6275
6311
  .sm\:right-4 {
6276
6312
  right: 1rem;
6277
6313
  }
6314
+ .sm\:right-auto {
6315
+ right: auto;
6316
+ }
6278
6317
  .sm\:top-0 {
6279
6318
  top: 0px;
6280
6319
  }
@@ -6468,6 +6507,9 @@ input[type=range]:active::-moz-range-thumb {
6468
6507
  .sm\:w-\[180px\] {
6469
6508
  width: 180px;
6470
6509
  }
6510
+ .sm\:w-\[264px\] {
6511
+ width: 264px;
6512
+ }
6471
6513
  .sm\:w-\[320px\] {
6472
6514
  width: 320px;
6473
6515
  }
package/dist/index.d.mts CHANGED
@@ -8743,6 +8743,8 @@ interface FileManagerFiltersProps {
8743
8743
  clipClassifications?: Record<string, ClipClassification>;
8744
8744
  idleTimeVlmEnabled?: boolean;
8745
8745
  showPercentileCycleFilters?: boolean;
8746
+ prefetchedClipMetadata?: Record<string, ClipMetadata[]>;
8747
+ activeCategoryLoading?: boolean;
8746
8748
  }
8747
8749
  declare const FileManagerFilters: React__default.FC<FileManagerFiltersProps>;
8748
8750
 
package/dist/index.d.ts CHANGED
@@ -8743,6 +8743,8 @@ interface FileManagerFiltersProps {
8743
8743
  clipClassifications?: Record<string, ClipClassification>;
8744
8744
  idleTimeVlmEnabled?: boolean;
8745
8745
  showPercentileCycleFilters?: boolean;
8746
+ prefetchedClipMetadata?: Record<string, ClipMetadata[]>;
8747
+ activeCategoryLoading?: boolean;
8746
8748
  }
8747
8749
  declare const FileManagerFilters: React__default.FC<FileManagerFiltersProps>;
8748
8750