@optifye/dashboard-core 6.10.29 → 6.10.31

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,9 +447,6 @@ body {
447
447
  top: 0px;
448
448
  bottom: 0px;
449
449
  }
450
- .-bottom-0\.5 {
451
- bottom: -0.125rem;
452
- }
453
450
  .-bottom-1 {
454
451
  bottom: -0.25rem;
455
452
  }
@@ -474,9 +471,6 @@ body {
474
471
  .-left-6 {
475
472
  left: -1.5rem;
476
473
  }
477
- .-right-0\.5 {
478
- right: -0.125rem;
479
- }
480
474
  .-right-1 {
481
475
  right: -0.25rem;
482
476
  }
@@ -788,6 +782,9 @@ body {
788
782
  .-mt-8 {
789
783
  margin-top: -2rem;
790
784
  }
785
+ .-mt-\[1px\] {
786
+ margin-top: -1px;
787
+ }
791
788
  .mb-0\.5 {
792
789
  margin-bottom: 0.125rem;
793
790
  }
@@ -1454,6 +1451,9 @@ body {
1454
1451
  .max-w-\[140px\] {
1455
1452
  max-width: 140px;
1456
1453
  }
1454
+ .max-w-\[150px\] {
1455
+ max-width: 150px;
1456
+ }
1457
1457
  .max-w-\[180px\] {
1458
1458
  max-width: 180px;
1459
1459
  }
@@ -1833,6 +1833,11 @@ body {
1833
1833
  .gap-y-12 {
1834
1834
  row-gap: 3rem;
1835
1835
  }
1836
+ .-space-x-4 > :not([hidden]) ~ :not([hidden]) {
1837
+ --tw-space-x-reverse: 0;
1838
+ margin-right: calc(-1rem * var(--tw-space-x-reverse));
1839
+ margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
1840
+ }
1836
1841
  .space-x-1 > :not([hidden]) ~ :not([hidden]) {
1837
1842
  --tw-space-x-reverse: 0;
1838
1843
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
@@ -2143,6 +2148,9 @@ body {
2143
2148
  --tw-border-opacity: 1;
2144
2149
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
2145
2150
  }
2151
+ .border-blue-100\/50 {
2152
+ border-color: rgb(219 234 254 / 0.5);
2153
+ }
2146
2154
  .border-blue-200 {
2147
2155
  --tw-border-opacity: 1;
2148
2156
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
@@ -2456,6 +2464,10 @@ body {
2456
2464
  --tw-bg-opacity: 1;
2457
2465
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
2458
2466
  }
2467
+ .bg-amber-200 {
2468
+ --tw-bg-opacity: 1;
2469
+ background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
2470
+ }
2459
2471
  .bg-amber-400 {
2460
2472
  --tw-bg-opacity: 1;
2461
2473
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
@@ -2510,10 +2522,6 @@ body {
2510
2522
  --tw-bg-opacity: 1;
2511
2523
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
2512
2524
  }
2513
- .bg-blue-300 {
2514
- --tw-bg-opacity: 1;
2515
- background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
2516
- }
2517
2525
  .bg-blue-400 {
2518
2526
  --tw-bg-opacity: 1;
2519
2527
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
@@ -2522,6 +2530,9 @@ body {
2522
2530
  --tw-bg-opacity: 1;
2523
2531
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
2524
2532
  }
2533
+ .bg-blue-50\/50 {
2534
+ background-color: rgb(239 246 255 / 0.5);
2535
+ }
2525
2536
  .bg-blue-50\/60 {
2526
2537
  background-color: rgb(239 246 255 / 0.6);
2527
2538
  }
@@ -3761,9 +3772,6 @@ body {
3761
3772
  .pr-2 {
3762
3773
  padding-right: 0.5rem;
3763
3774
  }
3764
- .pr-2\.5 {
3765
- padding-right: 0.625rem;
3766
- }
3767
3775
  .pr-3 {
3768
3776
  padding-right: 0.75rem;
3769
3777
  }
@@ -3960,6 +3968,14 @@ body {
3960
3968
  --tw-text-opacity: 1;
3961
3969
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
3962
3970
  }
3971
+ .text-amber-200 {
3972
+ --tw-text-opacity: 1;
3973
+ color: rgb(253 230 138 / var(--tw-text-opacity, 1));
3974
+ }
3975
+ .text-amber-300 {
3976
+ --tw-text-opacity: 1;
3977
+ color: rgb(252 211 77 / var(--tw-text-opacity, 1));
3978
+ }
3963
3979
  .text-amber-400 {
3964
3980
  --tw-text-opacity: 1;
3965
3981
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
@@ -4027,6 +4043,10 @@ body {
4027
4043
  --tw-text-opacity: 1;
4028
4044
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
4029
4045
  }
4046
+ .text-gray-200 {
4047
+ --tw-text-opacity: 1;
4048
+ color: rgb(229 231 235 / var(--tw-text-opacity, 1));
4049
+ }
4030
4050
  .text-gray-300 {
4031
4051
  --tw-text-opacity: 1;
4032
4052
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
@@ -4328,6 +4348,9 @@ body {
4328
4348
  .opacity-60 {
4329
4349
  opacity: 0.6;
4330
4350
  }
4351
+ .opacity-70 {
4352
+ opacity: 0.7;
4353
+ }
4331
4354
  .opacity-75 {
4332
4355
  opacity: 0.75;
4333
4356
  }
@@ -4513,6 +4536,10 @@ body {
4513
4536
  .ring-\[\#FFB020\]\/20 {
4514
4537
  --tw-ring-color: rgb(255 176 32 / 0.2);
4515
4538
  }
4539
+ .ring-amber-100 {
4540
+ --tw-ring-opacity: 1;
4541
+ --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
4542
+ }
4516
4543
  .ring-amber-600\/30 {
4517
4544
  --tw-ring-color: rgb(217 119 6 / 0.3);
4518
4545
  }
@@ -4548,6 +4575,9 @@ body {
4548
4575
  .ring-cyan-300\/30 {
4549
4576
  --tw-ring-color: rgb(103 232 249 / 0.3);
4550
4577
  }
4578
+ .ring-emerald-500\/10 {
4579
+ --tw-ring-color: rgb(16 185 129 / 0.1);
4580
+ }
4551
4581
  .ring-emerald-500\/20 {
4552
4582
  --tw-ring-color: rgb(16 185 129 / 0.2);
4553
4583
  }
@@ -4872,8 +4902,8 @@ input[type=range]:active::-moz-range-thumb {
4872
4902
  --tw-border-opacity: 1;
4873
4903
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
4874
4904
  }
4875
- .hover\:z-50:hover {
4876
- z-index: 50;
4905
+ .hover\:z-10:hover {
4906
+ z-index: 10;
4877
4907
  }
4878
4908
  .hover\:-translate-y-0\.5:hover {
4879
4909
  --tw-translate-y: -0.125rem;
@@ -4884,9 +4914,9 @@ input[type=range]:active::-moz-range-thumb {
4884
4914
  --tw-scale-y: 1.05;
4885
4915
  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));
4886
4916
  }
4887
- .hover\:scale-150:hover {
4888
- --tw-scale-x: 1.5;
4889
- --tw-scale-y: 1.5;
4917
+ .hover\:scale-110:hover {
4918
+ --tw-scale-x: 1.1;
4919
+ --tw-scale-y: 1.1;
4890
4920
  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));
4891
4921
  }
4892
4922
  .hover\:scale-\[1\.005\]:hover {
@@ -4904,6 +4934,10 @@ input[type=range]:active::-moz-range-thumb {
4904
4934
  --tw-scale-y: 1.02;
4905
4935
  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));
4906
4936
  }
4937
+ .hover\:border-amber-300:hover {
4938
+ --tw-border-opacity: 1;
4939
+ border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
4940
+ }
4907
4941
  .hover\:border-blue-300:hover {
4908
4942
  --tw-border-opacity: 1;
4909
4943
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
@@ -4912,10 +4946,6 @@ input[type=range]:active::-moz-range-thumb {
4912
4946
  --tw-border-opacity: 1;
4913
4947
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
4914
4948
  }
4915
- .hover\:border-gray-200:hover {
4916
- --tw-border-opacity: 1;
4917
- border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
4918
- }
4919
4949
  .hover\:border-gray-300:hover {
4920
4950
  --tw-border-opacity: 1;
4921
4951
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
@@ -5596,6 +5626,9 @@ input[type=range]:active::-moz-range-thumb {
5596
5626
  --tw-text-opacity: 1;
5597
5627
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
5598
5628
  }
5629
+ .group\/avatar:hover .group-hover\/avatar\:opacity-100 {
5630
+ opacity: 1;
5631
+ }
5599
5632
  .group:hover .group-hover\:opacity-0 {
5600
5633
  opacity: 0;
5601
5634
  }
@@ -5648,12 +5681,6 @@ input[type=range]:active::-moz-range-thumb {
5648
5681
  .sm\:inset-auto {
5649
5682
  inset: auto;
5650
5683
  }
5651
- .sm\:-bottom-1 {
5652
- bottom: -0.25rem;
5653
- }
5654
- .sm\:-right-1 {
5655
- right: -0.25rem;
5656
- }
5657
5684
  .sm\:bottom-2 {
5658
5685
  bottom: 0.5rem;
5659
5686
  }
@@ -5796,9 +5823,6 @@ input[type=range]:active::-moz-range-thumb {
5796
5823
  .sm\:h-7 {
5797
5824
  height: 1.75rem;
5798
5825
  }
5799
- .sm\:h-8 {
5800
- height: 2rem;
5801
- }
5802
5826
  .sm\:h-9 {
5803
5827
  height: 2.25rem;
5804
5828
  }
@@ -5856,9 +5880,6 @@ input[type=range]:active::-moz-range-thumb {
5856
5880
  .sm\:w-7 {
5857
5881
  width: 1.75rem;
5858
5882
  }
5859
- .sm\:w-8 {
5860
- width: 2rem;
5861
- }
5862
5883
  .sm\:w-9 {
5863
5884
  width: 2.25rem;
5864
5885
  }
@@ -6122,6 +6143,9 @@ input[type=range]:active::-moz-range-thumb {
6122
6143
  .sm\:pb-0 {
6123
6144
  padding-bottom: 0px;
6124
6145
  }
6146
+ .sm\:pb-10 {
6147
+ padding-bottom: 2.5rem;
6148
+ }
6125
6149
  .sm\:pb-32 {
6126
6150
  padding-bottom: 8rem;
6127
6151
  }
@@ -6134,9 +6158,6 @@ input[type=range]:active::-moz-range-thumb {
6134
6158
  .sm\:pr-2 {
6135
6159
  padding-right: 0.5rem;
6136
6160
  }
6137
- .sm\:pr-4 {
6138
- padding-right: 1rem;
6139
- }
6140
6161
  .sm\:text-left {
6141
6162
  text-align: left;
6142
6163
  }
@@ -6161,9 +6182,6 @@ input[type=range]:active::-moz-range-thumb {
6161
6182
  .sm\:text-\[11px\] {
6162
6183
  font-size: 11px;
6163
6184
  }
6164
- .sm\:text-\[9px\] {
6165
- font-size: 9px;
6166
- }
6167
6185
  .sm\:text-base {
6168
6186
  font-size: 1rem;
6169
6187
  line-height: 1.5rem;
@@ -6187,9 +6205,6 @@ input[type=range]:active::-moz-range-thumb {
6187
6205
  .sm\:tracking-wider {
6188
6206
  letter-spacing: 0.05em;
6189
6207
  }
6190
- .sm\:tracking-widest {
6191
- letter-spacing: 0.1em;
6192
- }
6193
6208
  .sm\:placeholder-gray-500::-moz-placeholder {
6194
6209
  --tw-placeholder-opacity: 1;
6195
6210
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
@@ -6275,9 +6290,6 @@ input[type=range]:active::-moz-range-thumb {
6275
6290
  .md\:h-8 {
6276
6291
  height: 2rem;
6277
6292
  }
6278
- .md\:h-9 {
6279
- height: 2.25rem;
6280
- }
6281
6293
  .md\:h-\[35vh\] {
6282
6294
  height: 35vh;
6283
6295
  }
@@ -6302,9 +6314,6 @@ input[type=range]:active::-moz-range-thumb {
6302
6314
  .md\:w-8 {
6303
6315
  width: 2rem;
6304
6316
  }
6305
- .md\:w-9 {
6306
- width: 2.25rem;
6307
- }
6308
6317
  .md\:w-\[220px\] {
6309
6318
  width: 220px;
6310
6319
  }
@@ -6472,15 +6481,6 @@ input[type=range]:active::-moz-range-thumb {
6472
6481
  .lg\:hidden {
6473
6482
  display: none;
6474
6483
  }
6475
- .lg\:h-10 {
6476
- height: 2.5rem;
6477
- }
6478
- .lg\:h-3 {
6479
- height: 0.75rem;
6480
- }
6481
- .lg\:h-3\.5 {
6482
- height: 0.875rem;
6483
- }
6484
6484
  .lg\:h-7 {
6485
6485
  height: 1.75rem;
6486
6486
  }
@@ -6496,12 +6496,6 @@ input[type=range]:active::-moz-range-thumb {
6496
6496
  .lg\:min-h-\[220px\] {
6497
6497
  min-height: 220px;
6498
6498
  }
6499
- .lg\:w-10 {
6500
- width: 2.5rem;
6501
- }
6502
- .lg\:w-3 {
6503
- width: 0.75rem;
6504
- }
6505
6499
  .lg\:w-5\/12 {
6506
6500
  width: 41.666667%;
6507
6501
  }
@@ -6562,9 +6556,6 @@ input[type=range]:active::-moz-range-thumb {
6562
6556
  .lg\:gap-2 {
6563
6557
  gap: 0.5rem;
6564
6558
  }
6565
- .lg\:gap-3 {
6566
- gap: 0.75rem;
6567
- }
6568
6559
  .lg\:gap-4 {
6569
6560
  gap: 1rem;
6570
6561
  }
@@ -6636,21 +6627,18 @@ input[type=range]:active::-moz-range-thumb {
6636
6627
  font-size: 1.875rem;
6637
6628
  line-height: 2.25rem;
6638
6629
  }
6630
+ .lg\:text-4xl {
6631
+ font-size: 2.25rem;
6632
+ line-height: 2.5rem;
6633
+ }
6639
6634
  .lg\:text-7xl {
6640
6635
  font-size: 4.5rem;
6641
6636
  line-height: 1;
6642
6637
  }
6643
- .lg\:text-\[10px\] {
6644
- font-size: 10px;
6645
- }
6646
6638
  .lg\:text-base {
6647
6639
  font-size: 1rem;
6648
6640
  line-height: 1.5rem;
6649
6641
  }
6650
- .lg\:text-sm {
6651
- font-size: 0.875rem;
6652
- line-height: 1.25rem;
6653
- }
6654
6642
  .lg\:text-xl {
6655
6643
  font-size: 1.25rem;
6656
6644
  line-height: 1.75rem;
@@ -6670,27 +6658,9 @@ input[type=range]:active::-moz-range-thumb {
6670
6658
  .xl\:mt-0 {
6671
6659
  margin-top: 0px;
6672
6660
  }
6673
- .xl\:h-12 {
6674
- height: 3rem;
6675
- }
6676
- .xl\:h-3\.5 {
6677
- height: 0.875rem;
6678
- }
6679
- .xl\:w-12 {
6680
- width: 3rem;
6681
- }
6682
- .xl\:w-3\.5 {
6683
- width: 0.875rem;
6684
- }
6685
6661
  .xl\:grid-cols-4 {
6686
6662
  grid-template-columns: repeat(4, minmax(0, 1fr));
6687
6663
  }
6688
- .xl\:gap-3 {
6689
- gap: 0.75rem;
6690
- }
6691
- .xl\:pr-6 {
6692
- padding-right: 1.5rem;
6693
- }
6694
6664
  .xl\:text-3xl {
6695
6665
  font-size: 1.875rem;
6696
6666
  line-height: 2.25rem;
package/dist/index.d.mts CHANGED
@@ -1081,6 +1081,8 @@ interface WeeklyTopPerformerRecord {
1081
1081
  top_performer_id: string;
1082
1082
  recipient_user_id: string;
1083
1083
  recipient_name?: string | null;
1084
+ first_name?: string | null;
1085
+ last_name?: string | null;
1084
1086
  profile_photo_url?: string | null;
1085
1087
  period_start: string;
1086
1088
  period_end: string;
@@ -3264,6 +3266,9 @@ declare function isUrlPermanentlyFailed(url: string): boolean;
3264
3266
  declare function useHlsStream(videoRef: React.RefObject<HTMLVideoElement | null>, { src, shouldPlay, onFatalError, hlsConfig }: UseHlsStreamOptions): {
3265
3267
  restartKey: number;
3266
3268
  isNativeHls: boolean;
3269
+ isStale: boolean;
3270
+ staleReason: string | null;
3271
+ lastSegmentTimestampMs: number | null;
3267
3272
  };
3268
3273
 
3269
3274
  interface UseHlsStreamWithCroppingOptions {
@@ -3283,6 +3288,9 @@ declare function useHlsStreamWithCropping(videoRef: React.RefObject<HTMLVideoEle
3283
3288
  isCanvasRendering: boolean;
3284
3289
  restartKey: number;
3285
3290
  isNativeHls: boolean;
3291
+ isStale: boolean;
3292
+ staleReason: string | null;
3293
+ lastSegmentTimestampMs: number | null;
3286
3294
  };
3287
3295
 
3288
3296
  interface UseThreadsResult {
@@ -4197,6 +4205,22 @@ declare const useWorkspaceHealthById: (workspaceId: string, options?: UseWorkspa
4197
4205
  refetch: () => Promise<void>;
4198
4206
  };
4199
4207
 
4208
+ interface WorkspaceHealthLastSeen {
4209
+ lastHeartbeat: string | null;
4210
+ timeSinceLastUpdate: string;
4211
+ isHealthy: boolean;
4212
+ }
4213
+ interface UseWorkspaceHealthLastSeenOptions {
4214
+ refreshInterval?: number;
4215
+ }
4216
+ interface UseWorkspaceHealthLastSeenResult {
4217
+ lastSeenByWorkspaceId: Record<string, WorkspaceHealthLastSeen>;
4218
+ isLoading: boolean;
4219
+ error: string | null;
4220
+ refetch: () => void;
4221
+ }
4222
+ declare const useWorkspaceHealthLastSeen: (workspaceIds: string[], options?: UseWorkspaceHealthLastSeenOptions) => UseWorkspaceHealthLastSeenResult;
4223
+
4200
4224
  /**
4201
4225
  * Workspace health status data from workspace_health_status table
4202
4226
  */
@@ -4618,6 +4642,7 @@ interface LineSupervisor {
4618
4642
  interface UseSupervisorsByLineIdsResult {
4619
4643
  supervisorNamesByLineId: Map<string, string>;
4620
4644
  supervisorsByLineId: Map<string, LineSupervisor[]>;
4645
+ allSupervisorsMap: Map<string, LineSupervisor>;
4621
4646
  isLoading: boolean;
4622
4647
  error: Error | null;
4623
4648
  refetch: () => Promise<void>;
@@ -7787,6 +7812,7 @@ interface VideoCardProps {
7787
7812
  className?: string;
7788
7813
  compact?: boolean;
7789
7814
  displayName?: string;
7815
+ lastSeenLabel?: string;
7790
7816
  onMouseEnter?: () => void;
7791
7817
  onMouseLeave?: () => void;
7792
7818
  }
@@ -8497,6 +8523,28 @@ declare const BackButton: React__default.FC<BackButtonProps>;
8497
8523
  */
8498
8524
  declare const BackButtonMinimal: React__default.FC<BackButtonProps>;
8499
8525
 
8526
+ interface FittingTitleProps {
8527
+ /**
8528
+ * The text content to display and fit
8529
+ */
8530
+ title: string;
8531
+ /**
8532
+ * Additional CSS classes for the text element
8533
+ */
8534
+ className?: string;
8535
+ /**
8536
+ * The element type to render. Defaults to 'h3'
8537
+ */
8538
+ as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span' | 'div';
8539
+ }
8540
+ /**
8541
+ * FittingTitle component automatically reduces font size to fit its container
8542
+ * on a single line, rather than truncating with ellipsis or wrapping.
8543
+ *
8544
+ * This ensures the entire title is visible while maintaining a clean, single-line layout.
8545
+ */
8546
+ declare const FittingTitle: React__default.FC<FittingTitleProps>;
8547
+
8500
8548
  interface InlineEditableTextProps {
8501
8549
  value: string;
8502
8550
  onSave: (newValue: string) => Promise<void>;
@@ -9569,4 +9617,4 @@ interface ThreadSidebarProps {
9569
9617
  }
9570
9618
  declare const ThreadSidebar: React__default.FC<ThreadSidebarProps>;
9571
9619
 
9572
- export { ACTION_NAMES, AIAgentView, AcceptInvite, type AcceptInviteProps, AcceptInviteView, type AcceptInviteViewProps, type AccessControlReturn, type Action, type ActionName, type ActionService, type ActionThreshold, type ActiveBreak, AdvancedFilterDialog, AdvancedFilterPanel, type AnalyticsConfig, type AssignUserToFactoriesInput, type AssignUserToLinesInput, AudioService, AuthCallback, type AuthCallbackProps, AuthCallbackView, type AuthCallbackViewProps, type AuthConfig, AuthProvider, AuthService, type AuthUser, AuthenticatedBottleneckClipsView, AuthenticatedFactoryView, AuthenticatedHelpView, AuthenticatedHomeView, AuthenticatedShiftsView, AuthenticatedTargetsView, AuthenticatedTicketsView, AuthenticatedWorkspaceHealthView, AvatarUpload, type AvatarUploadProps, type AwardBadgeType, type AwardNotificationRecord, type AwardNotificationType, type AwardRecord, type AwardType, AxelNotificationPopup, type AxelNotificationPopupProps, AxelOrb, type AxelOrbProps, type AxelSuggestion, BackButton, BackButtonMinimal, BarChart, type BarChartDataItem, type BarChartProps, type BarProps, BaseHistoryCalendar, type BaseHistoryCalendarProps, type BaseLineMetric, type BasePerformanceMetric, BottleneckClipsModal, type BottleneckClipsModalProps, type BottleneckClipsNavigationParams, BottleneckClipsView, type BottleneckClipsViewProps, type BottleneckFilterType, type BottleneckVideo, type BottleneckVideoData, BottlenecksContent, type BottlenecksContentProps, type BreadcrumbItem, type Break, BreakNotificationPopup, type BreakNotificationPopupProps, type BreakRowProps, type CacheEntryWithPrefetch, CachePrefetchStatus, type CachePrefetchStatusCallback, type CalendarShiftData, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChangeRoleDialog, type ChangeRoleDialogProps, type ChatMessage, type ChatThread, type CleanupFunction, type ClipCounts, type ClipCountsWithIndex, ClipFilterProvider, type ClipFilterState, type ClipsConfig, CompactWorkspaceHealthCard, type CompanyUsageReport, type CompanyUser, type CompanyUserUsageSummary, type CompanyUserWithDetails, type ComponentOverride, ConfirmRemoveUserDialog, type ConfirmRemoveUserDialogProps, CongratulationsOverlay, type CongratulationsOverlayProps, type CoreComponents, type CreateInvitationInput, type CropConfig, CroppedHlsVideoPlayer, type CroppedHlsVideoPlayerProps, CroppedVideoPlayer, type CroppedVideoPlayerProps, type CurrentShiftResult, CycleTimeChart, type CycleTimeChartProps, CycleTimeOverTimeChart, type CycleTimeOverTimeChartProps, DEFAULT_ANALYTICS_CONFIG, DEFAULT_AUTH_CONFIG, DEFAULT_CONFIG, DEFAULT_DATABASE_CONFIG, DEFAULT_DATE_TIME_CONFIG, DEFAULT_ENDPOINTS_CONFIG, DEFAULT_ENTITY_CONFIG, DEFAULT_HOME_VIEW_CONFIG, DEFAULT_MAP_VIEW_CONFIG, DEFAULT_SHIFT_CONFIG, DEFAULT_SHIFT_DATA, DEFAULT_THEME_CONFIG, DEFAULT_VIDEO_CONFIG, DEFAULT_WORKSPACE_CONFIG, DEFAULT_WORKSPACE_POSITIONS, type DashboardConfig, DashboardHeader, type DashboardKPIs, DashboardLayout, type DashboardLayoutProps, DashboardOverridesProvider, DashboardProvider, type DashboardService, type DatabaseConfig, DateDisplay, type DateKeyRange, type DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayData, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, type DiagnosisOption$1 as DiagnosisOption, DiagnosisVideoModal, type DynamicLineShiftConfig, EmptyStateMessage, type EmptyStateMessageProps, EncouragementOverlay, type EndpointsConfig, type EntityConfig, type ErrorCallback$1 as ErrorCallback, type ExtendedCacheMetrics, type Factory, FactoryAssignmentDropdown, type FactoryAssignmentDropdownProps, type FactoryOverviewMetrics, FactoryView, type FactoryViewProps, type FetchIdleTimeReasonsParams, FileManagerFilters, FileManagerFilters as FileManagerFiltersProps, FilterDialogTrigger, FirstTimeLoginDebug, FirstTimeLoginHandler, type FormatNumberOptions, type FullyIndexedCallback$1 as FullyIndexedCallback, GaugeChart, type GaugeChartProps, GridComponentsPlaceholder, HamburgerButton, type HamburgerButtonProps, Header, type HeaderProps, type HealthAlertConfig, type HealthAlertHistory, HealthDateShiftSelector, type HealthFilterOptions, type HealthMetrics, type HealthStatus, HealthStatusGrid, HealthStatusIndicator, type HealthSummary, HelpView, type HelpViewProps, type HistoricWorkspaceMetrics, type HistoryCalendarProps, HlsVideoPlayer, type HlsVideoPlayerProps, type HlsVideoPlayerRef, HomeView, type HomeViewConfig, type HookOverride, type HourlyAchievement, HourlyOutputChart, type HourlyOutputChartProps, type HourlyPerformance, type IPrefetchManager, type ISTDateProps, ISTTimer, type ISTTimerProps, type IdleTimeClipMetadata, type IdleTimeReason, type IdleTimeReasonData, type IdleTimeReasonsData, type IdleTimeReasonsResponse, ImprovementCenterView, InlineEditableText, InteractiveOnboardingTour, InvitationService, type InvitationWithDetails, InvitationsTable, InviteUserDialog, KPICard, type KPICardProps, KPIDetailViewWithDisplayNames as KPIDetailView, type KPIDetailViewProps, KPIGrid, type KPIGridProps, KPIHeader, type KPIHeaderProps, KPISection, type KPITrend, KPIsOverviewView, type KPIsOverviewViewProps, LINE_1_UUID, LINE_2_UUID, LargeOutputProgressChart, type LargeOutputProgressChartProps, LeaderboardDetailViewWithDisplayNames as LeaderboardDetailView, type LeaderboardDetailViewProps, type LeaderboardEntry, Legend, LineAssignmentDropdown, type LineAssignmentDropdownProps, LineChart, type LineChartDataItem, type LineChartProps, type LineDetails, type LineDisplayData, LineHistoryCalendar, type LineHistoryCalendarProps, type LineInfo, type LineMetrics, LineMonthlyHistory, type LineMonthlyHistoryProps, type LineMonthlyMetric, LineMonthlyPdfGenerator, type LineMonthlyPdfGeneratorProps, type LineNavigationParams, LinePdfExportButton, type LinePdfExportButtonProps, LinePdfGenerator, type LinePdfGeneratorProps, type LineProps, type LineRecord, type LineShiftConfig, type LineShiftInfo, type LineSnapshot, type LineSupervisor, type LineThreshold, LineWhatsAppShareButton, type LineWhatsAppShareProps, LinesService, LiveTimer, LoadingInline, LoadingInline as LoadingInlineProps, LoadingOverlay, LoadingPage, LoadingSkeleton, LoadingSkeleton as LoadingSkeletonProps, LoadingState, LoadingState as LoadingStateProps, LoginPage, type LoginPageProps, LoginView, type LoginViewProps, Logo, type LogoProps, MainLayout, type MainLayoutProps, MapGridView, type MapViewConfig, type Metric, MetricCard, type MetricCardProps$1 as MetricCardProps, type MetricsError, MinimalOnboardingPopup, type MixpanelSessionOptions, MobileMenuProvider, type MobileMenuProviderProps, type MonthWeekRange, type NavItem, type NavItemTrackingEvent, type NavigationMethod, NewClipsNotification, type NewClipsNotificationProps, NoWorkspaceData, OnboardingDemo, OnboardingTour, type OperatorData, type OperatorInfo, OptifyeAgentClient, type OptifyeAgentContext, type OptifyeAgentRequest, type OptifyeAgentResponse, OptifyeLogoLoader, OutputProgressChart, type OutputProgressChartProps, type OverridesMap, type OverviewLineMetric, type OverviewWorkspaceMetric, PageHeader, type PageHeaderProps, type PageOverride, PieChart, type PieChartProps, PlayPauseIndicator, type PlayPauseIndicatorProps, type PoorPerformingWorkspace, PrefetchConfigurationError, PrefetchError, PrefetchEvents, type PrefetchKey, type PrefetchManagerConfig, type PrefetchManagerStats, type PrefetchOptions, type PrefetchParams$1 as PrefetchParams, type PrefetchRequest, type PrefetchResult, PrefetchStatus$1 as PrefetchStatus, type PrefetchStatusResult, type PrefetchSubscriptionCallbacks, PrefetchTimeoutError, type ProfileMenuItem, ProfileView, type QualityMetric, type QualityOverview, type QualityService, type RateLimitOptions, type RateLimitResult, type RealtimeLineMetricsProps, type RealtimeService, RegistryProvider, type RenderReadyCallback$1 as RenderReadyCallback, RoleBadge, type RoutePath, type S3ClipsAPIParams, S3ClipsSupabaseService as S3ClipsService, type S3Config, type S3ListObjectsParams, S3Service, type S3ServiceConfig, type SKU, type SKUConfig, type SKUCreateInput, type SKUListProps, SKUManagementView, type SKUModalProps, type SKUSelectorProps, type SKUUpdateInput, type SOPCategory$1 as SOPCategory, SOPComplianceChart, type SOPComplianceChartProps, SSEChatClient, type SSEEvent, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SessionTracker, SessionTrackingContext, SessionTrackingProvider, SettingsPopup, type SettingsPopupItem, type ShiftConfig, type ShiftConfiguration, type ShiftConfigurationRecord, type ShiftData, type ShiftDefinition, ShiftDisplay, type ShiftHistoryData, type ShiftHoursMap, type ShiftLineGroup, type ShiftPanelProps, type ShiftSummaryData, type ShiftTime, ShiftsView, type ShiftsViewProps, SideNavBar, type SideNavBarProps, SignupWithInvitation, type SignupWithInvitationProps, SilentErrorBoundary, type SimpleLine, SimpleOnboardingPopup, SingleVideoStream, type SingleVideoStreamProps, Skeleton, type StatusChangeCallback$1 as StatusChangeCallback, type StorageService, type StreamProxyConfig, type SubscriberId, SubscriptionManager, SubscriptionManagerProvider, type SupabaseClient, SupabaseProvider, type Supervisor, type SupervisorAssignment, type SupervisorConfig, SupervisorDropdown, type SupervisorDropdownProps, type SupervisorLine, type SupervisorManagementData, SupervisorManagementView, type SupervisorManagementViewProps, SupervisorService, type Target, TargetWorkspaceGrid, type TargetWorkspaceGridProps, TargetsViewWithDisplayNames as TargetsView, type TargetsViewProps, type TeamManagementPermissions, TeamManagementView, type TeamManagementViewProps, TeamUsagePdfGenerator, type TeamUsagePdfGeneratorProps, type ThemeColorValue, type ThemeConfig, ThreadSidebar, TicketHistory, TicketHistoryService, type TicketsConfig, TicketsView, type TicketsViewProps, TimeDisplay, TimePickerDropdown, Timer, TimezoneProvider, TimezoneService, type TodayUsage, type TodayUsageData, type TodayUsageReport, type TopPerformerRecord, type TrackingEventProperties, type TrendDirection, type UnderperformingWorkspace, type UnderperformingWorkspaces, type UpdateUserNameInput, type UpdateUserProfileInput, type UpdateUserRoleInput, type UptimeDetails, type UptimeStatus, type UsageBreakdown, type UseActiveBreaksResult, type UseAllWorkspaceMetricsOptions, type UseClipTypesResult, type UseCompanyUsersUsageOptions, type UseCompanyUsersUsageReturn, type UseDashboardMetricsProps, type UseDynamicShiftConfigResult, type UseFormatNumberResult, type UseIdleTimeReasonsProps, type UseIdleTimeReasonsResult, type UseLineShiftConfigResult, type UseLineWorkspaceMetricsOptions, type UseMessagesResult, type UseMultiLineShiftConfigsResult, type UsePrefetchClipCountsOptions$1 as UsePrefetchClipCountsOptions, type UsePrefetchClipCountsResult$1 as UsePrefetchClipCountsResult, type UseRealtimeLineMetricsProps, type UseSupervisorsByLineIdsResult, type UseTargetsOptions, type UseThreadsResult, type UseTicketHistoryReturn, type UseUserUsageOptions, type UseUserUsageReturn, type UseWorkspaceHealthByIdOptions, type UseWorkspaceHealthStatusReturn, type UseWorkspaceOperatorsOptions, type UseWorkspaceUptimeTimelineOptions, type UseWorkspaceUptimeTimelineResult, UserAvatar, type UserAvatarProps, type UserInvitation, UserManagementService, UserManagementTable, type UserProfileConfig, type UserRole, type UserRoleLevel, UserService, type UserUsageDetail, UserUsageDetailModal, type UserUsageDetailModalProps, type UserUsageInfo, UserUsageStats, type UserUsageStatsProps, type UserUsageSummary, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, VideoGridView, type VideoIndex, type VideoIndexEntry, type VideoMetadata, VideoPlayer, type VideoPlayerProps, type VideoPlayerRef, VideoPreloader, type VideoSeverity, type VideoSummary, type VideoType, WORKSPACE_POSITIONS, type WeeklyTopPerformerRecord, type WhatsAppSendResult, WhatsAppShareButton, type WhatsAppShareButtonProps, type WhatsappService, type Workspace, type WorkspaceActionUpdate, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig$1 as WorkspaceConfig, type WorkspaceCropRect, WrappedComponent as WorkspaceDetailView, type WorkspaceDetailedMetrics, WorkspaceDisplayNameExample, type WorkspaceDowntimeSegment, WorkspaceGrid, WorkspaceGridItem, type WorkspaceGridItemProps, type WorkspaceGridPosition, type WorkspaceHealth, WorkspaceHealthCard, type WorkspaceHealthInfo, type WorkspaceHealthStatusData, _default as WorkspaceHealthView, type WorkspaceHealthWithStatus, WorkspaceHistoryCalendar, WorkspaceMetricCards, WorkspaceMetricCardsImpl, type WorkspaceMetricCardsProps, type WorkspaceMetrics, WorkspaceMonthlyDataFetcher, type WorkspaceMonthlyDataFetcherProps, WorkspaceMonthlyHistory, type WorkspaceMonthlyMetric, WorkspaceMonthlyPdfGenerator, type WorkspaceMonthlyPdfGeneratorProps, type WorkspaceNavigationParams, WorkspacePdfExportButton, type WorkspacePdfExportButtonProps, WorkspacePdfGenerator, type WorkspacePdfGeneratorProps, type WorkspacePosition, type WorkspaceQualityData, type WorkspaceUptimeTimeline, type WorkspaceUptimeTimelinePoint, type WorkspaceUrlMapping, type WorkspaceVideoStream, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, aggregateKPIsFromLineMetricsRows, apiUtils, areAllLinesOnSameShift, authCoreService, authOTPService, authRateLimitService, awardsService, buildDateKey, buildKPIsFromLineMetricsRow, buildShiftGroupsKey, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearSentryContext, clearWorkspaceDisplayNamesCache, cn, createDefaultKPIs, createInvitationService, createLinesService, createSessionTracker, createStorageService, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserManagementService, createUserService, dashboardService, deleteThread, fetchIdleTimeReasons, filterDataByDateKeyRange, forceRefreshWorkspaceDisplayNames, formatAwardMonth, formatDateInZone, formatDateKeyForDisplay, formatDateTimeInZone, formatDuration, formatISTDate, formatIdleTime, formatRangeLabel, formatReasonLabel, formatRelativeTime, formatTimeInZone, fromUrlFriendlyName, getAllLineDisplayNames, getAllThreadMessages, getAllWorkspaceDisplayNamesAsync, getAllWorkspaceDisplayNamesSnapshot, getAnonClient, getAvailableShiftIds, getAwardBadgeType, getAwardDescription, getAwardTitle, getBrowserName, getCameraNumber, getCompanyMetricsTableName, getConfigurableShortWorkspaceDisplayName, getConfigurableWorkspaceDisplayName, getConfiguredLineIds, getCoreSessionRecordingProperties, getCoreSessionReplayUrl, getCurrentShift, getCurrentShiftForLine, getCurrentTimeInZone, getDashboardHeaderTimeInZone, getDateKeyFromDate, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getInitials, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getMonthKeyBounds, getMonthWeekRanges, getNextUpdateInterval, getOperationalDate, getReasonColor, getS3SignedUrl, getS3VideoSrc, getShiftData, getShiftNameById, getShiftWorkDurationSeconds, getShortShiftName, getShortWorkspaceDisplayName, getShortWorkspaceDisplayNameAsync, getStoredWorkspaceMappings, getSubscriptionManager, getThreadMessages, getUniformShiftGroup, getUserThreads, getUserThreadsPaginated, getWorkspaceDisplayName, getWorkspaceDisplayNameAsync, getWorkspaceDisplayNamesMap, getWorkspaceFromUrl, getWorkspaceNavigationParams, groupLinesByShift, hasAnyShiftData, identifyCoreUser, initializeCoreMixpanel, isFullMonthRange, isLegacyConfiguration, isPrefetchError, isSafari, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, normalizeDateKeyRange, optifyeAgentClient, parseDateKeyToDate, parseS3Uri, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSubscriptionManager, s3VideoPreloader, setSentryUserContext, setSentryWorkspaceContext, shuffleArray, simulateApiDelay, skuService, startCoreSessionRecording, stopCoreSessionRecording, storeWorkspaceMapping, streamProxyConfig, subscribeWorkspaceDisplayNames, throttledReloadDashboard, toUrlFriendlyName, trackCoreEvent, trackCorePageView, transformToChartData, updateThreadTitle, upsertWorkspaceDisplayNameInCache, useAccessControl, useActiveBreaks, useActiveLineId, useAllWorkspaceMetrics, useAnalyticsConfig, useAppTimezone, useAudioService, useAuth, useAuthConfig, useAxelNotifications, useCanSaveTargets, useClipFilter, useClipTypes, useClipTypesWithCounts, useClipsInit, useCompanyUsersUsage, useComponentOverride, useCustomConfig, useDashboardConfig, useDashboardMetrics, useDatabaseConfig, useDateFormatter, useDateTimeConfig, useDynamicShiftConfig, useEndpointsConfig, useEntityConfig, useFactoryOverviewMetrics, useFeatureFlags, useFormatNumber, useHasLineAccess, useHideMobileHeader, useHistoricWorkspaceMetrics, useHlsStream, useHlsStreamWithCropping, useHookOverride, useHourEndTimer, useHourlyTargetAchievements, useHourlyTargetMisses, useIdleTimeClipClassifications, useIdleTimeReasons, useLeaderboardMetrics, useLineDetailedMetrics, useLineKPIs, useLineMetrics, useLineShiftConfig, useLineSupervisor, useLineWorkspaceMetrics, useLines, useMessages, useMetrics, useMobileMenu, useMultiLineShiftConfigs, useNavigation, useOperationalShiftKey, useOptionalSupabase, useOverrides, usePageOverride, usePrefetchClipCounts, useRealtimeLineMetrics, useRegistry, useSKUs, useSessionKeepAlive, useSessionTracking, useSessionTrackingContext, useShiftConfig, useShiftGroups, useShifts, useSubscriptionManager, useSubscriptionManagerSafe, useSupabase, useSupabaseClient, useSupervisorsByLineIds, useTargets, useTeamManagementPermissions, useTheme, useThemeConfig, useThreads, useTicketHistory, useTimezoneContext, useUserLineAccess, useUserUsage, useVideoConfig, useWorkspaceConfig, useWorkspaceDetailedMetrics, useWorkspaceDisplayName, useWorkspaceDisplayNames, useWorkspaceDisplayNamesMap, useWorkspaceHealthById, useWorkspaceHealthStatus, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, useWorkspaceUptimeTimeline, useWorkspaceVideoStreams, userService, videoPrefetchManager, videoPreloader, weeklyTopPerformerService, whatsappService, withAccessControl, withAuth, withRegistry, withTimezone, workspaceHealthService, workspaceService };
9620
+ export { ACTION_NAMES, AIAgentView, AcceptInvite, type AcceptInviteProps, AcceptInviteView, type AcceptInviteViewProps, type AccessControlReturn, type Action, type ActionName, type ActionService, type ActionThreshold, type ActiveBreak, AdvancedFilterDialog, AdvancedFilterPanel, type AnalyticsConfig, type AssignUserToFactoriesInput, type AssignUserToLinesInput, AudioService, AuthCallback, type AuthCallbackProps, AuthCallbackView, type AuthCallbackViewProps, type AuthConfig, AuthProvider, AuthService, type AuthUser, AuthenticatedBottleneckClipsView, AuthenticatedFactoryView, AuthenticatedHelpView, AuthenticatedHomeView, AuthenticatedShiftsView, AuthenticatedTargetsView, AuthenticatedTicketsView, AuthenticatedWorkspaceHealthView, AvatarUpload, type AvatarUploadProps, type AwardBadgeType, type AwardNotificationRecord, type AwardNotificationType, type AwardRecord, type AwardType, AxelNotificationPopup, type AxelNotificationPopupProps, AxelOrb, type AxelOrbProps, type AxelSuggestion, BackButton, BackButtonMinimal, BarChart, type BarChartDataItem, type BarChartProps, type BarProps, BaseHistoryCalendar, type BaseHistoryCalendarProps, type BaseLineMetric, type BasePerformanceMetric, BottleneckClipsModal, type BottleneckClipsModalProps, type BottleneckClipsNavigationParams, BottleneckClipsView, type BottleneckClipsViewProps, type BottleneckFilterType, type BottleneckVideo, type BottleneckVideoData, BottlenecksContent, type BottlenecksContentProps, type BreadcrumbItem, type Break, BreakNotificationPopup, type BreakNotificationPopupProps, type BreakRowProps, type CacheEntryWithPrefetch, CachePrefetchStatus, type CachePrefetchStatusCallback, type CalendarShiftData, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChangeRoleDialog, type ChangeRoleDialogProps, type ChatMessage, type ChatThread, type CleanupFunction, type ClipCounts, type ClipCountsWithIndex, ClipFilterProvider, type ClipFilterState, type ClipsConfig, CompactWorkspaceHealthCard, type CompanyUsageReport, type CompanyUser, type CompanyUserUsageSummary, type CompanyUserWithDetails, type ComponentOverride, ConfirmRemoveUserDialog, type ConfirmRemoveUserDialogProps, CongratulationsOverlay, type CongratulationsOverlayProps, type CoreComponents, type CreateInvitationInput, type CropConfig, CroppedHlsVideoPlayer, type CroppedHlsVideoPlayerProps, CroppedVideoPlayer, type CroppedVideoPlayerProps, type CurrentShiftResult, CycleTimeChart, type CycleTimeChartProps, CycleTimeOverTimeChart, type CycleTimeOverTimeChartProps, DEFAULT_ANALYTICS_CONFIG, DEFAULT_AUTH_CONFIG, DEFAULT_CONFIG, DEFAULT_DATABASE_CONFIG, DEFAULT_DATE_TIME_CONFIG, DEFAULT_ENDPOINTS_CONFIG, DEFAULT_ENTITY_CONFIG, DEFAULT_HOME_VIEW_CONFIG, DEFAULT_MAP_VIEW_CONFIG, DEFAULT_SHIFT_CONFIG, DEFAULT_SHIFT_DATA, DEFAULT_THEME_CONFIG, DEFAULT_VIDEO_CONFIG, DEFAULT_WORKSPACE_CONFIG, DEFAULT_WORKSPACE_POSITIONS, type DashboardConfig, DashboardHeader, type DashboardKPIs, DashboardLayout, type DashboardLayoutProps, DashboardOverridesProvider, DashboardProvider, type DashboardService, type DatabaseConfig, DateDisplay, type DateKeyRange, type DateTimeConfig, DateTimeDisplay, type DateTimeDisplayProps, type DayData, type DayHistoryData, type DaySummaryData, DebugAuth, DebugAuthView, DetailedHealthStatus, type DiagnosisOption$1 as DiagnosisOption, DiagnosisVideoModal, type DynamicLineShiftConfig, EmptyStateMessage, type EmptyStateMessageProps, EncouragementOverlay, type EndpointsConfig, type EntityConfig, type ErrorCallback$1 as ErrorCallback, type ExtendedCacheMetrics, type Factory, FactoryAssignmentDropdown, type FactoryAssignmentDropdownProps, type FactoryOverviewMetrics, FactoryView, type FactoryViewProps, type FetchIdleTimeReasonsParams, FileManagerFilters, FileManagerFilters as FileManagerFiltersProps, FilterDialogTrigger, FirstTimeLoginDebug, FirstTimeLoginHandler, FittingTitle, type FormatNumberOptions, type FullyIndexedCallback$1 as FullyIndexedCallback, GaugeChart, type GaugeChartProps, GridComponentsPlaceholder, HamburgerButton, type HamburgerButtonProps, Header, type HeaderProps, type HealthAlertConfig, type HealthAlertHistory, HealthDateShiftSelector, type HealthFilterOptions, type HealthMetrics, type HealthStatus, HealthStatusGrid, HealthStatusIndicator, type HealthSummary, HelpView, type HelpViewProps, type HistoricWorkspaceMetrics, type HistoryCalendarProps, HlsVideoPlayer, type HlsVideoPlayerProps, type HlsVideoPlayerRef, HomeView, type HomeViewConfig, type HookOverride, type HourlyAchievement, HourlyOutputChart, type HourlyOutputChartProps, type HourlyPerformance, type IPrefetchManager, type ISTDateProps, ISTTimer, type ISTTimerProps, type IdleTimeClipMetadata, type IdleTimeReason, type IdleTimeReasonData, type IdleTimeReasonsData, type IdleTimeReasonsResponse, ImprovementCenterView, InlineEditableText, InteractiveOnboardingTour, InvitationService, type InvitationWithDetails, InvitationsTable, InviteUserDialog, KPICard, type KPICardProps, KPIDetailViewWithDisplayNames as KPIDetailView, type KPIDetailViewProps, KPIGrid, type KPIGridProps, KPIHeader, type KPIHeaderProps, KPISection, type KPITrend, KPIsOverviewView, type KPIsOverviewViewProps, LINE_1_UUID, LINE_2_UUID, LargeOutputProgressChart, type LargeOutputProgressChartProps, LeaderboardDetailViewWithDisplayNames as LeaderboardDetailView, type LeaderboardDetailViewProps, type LeaderboardEntry, Legend, LineAssignmentDropdown, type LineAssignmentDropdownProps, LineChart, type LineChartDataItem, type LineChartProps, type LineDetails, type LineDisplayData, LineHistoryCalendar, type LineHistoryCalendarProps, type LineInfo, type LineMetrics, LineMonthlyHistory, type LineMonthlyHistoryProps, type LineMonthlyMetric, LineMonthlyPdfGenerator, type LineMonthlyPdfGeneratorProps, type LineNavigationParams, LinePdfExportButton, type LinePdfExportButtonProps, LinePdfGenerator, type LinePdfGeneratorProps, type LineProps, type LineRecord, type LineShiftConfig, type LineShiftInfo, type LineSnapshot, type LineSupervisor, type LineThreshold, LineWhatsAppShareButton, type LineWhatsAppShareProps, LinesService, LiveTimer, LoadingInline, LoadingInline as LoadingInlineProps, LoadingOverlay, LoadingPage, LoadingSkeleton, LoadingSkeleton as LoadingSkeletonProps, LoadingState, LoadingState as LoadingStateProps, LoginPage, type LoginPageProps, LoginView, type LoginViewProps, Logo, type LogoProps, MainLayout, type MainLayoutProps, MapGridView, type MapViewConfig, type Metric, MetricCard, type MetricCardProps$1 as MetricCardProps, type MetricsError, MinimalOnboardingPopup, type MixpanelSessionOptions, MobileMenuProvider, type MobileMenuProviderProps, type MonthWeekRange, type NavItem, type NavItemTrackingEvent, type NavigationMethod, NewClipsNotification, type NewClipsNotificationProps, NoWorkspaceData, OnboardingDemo, OnboardingTour, type OperatorData, type OperatorInfo, OptifyeAgentClient, type OptifyeAgentContext, type OptifyeAgentRequest, type OptifyeAgentResponse, OptifyeLogoLoader, OutputProgressChart, type OutputProgressChartProps, type OverridesMap, type OverviewLineMetric, type OverviewWorkspaceMetric, PageHeader, type PageHeaderProps, type PageOverride, PieChart, type PieChartProps, PlayPauseIndicator, type PlayPauseIndicatorProps, type PoorPerformingWorkspace, PrefetchConfigurationError, PrefetchError, PrefetchEvents, type PrefetchKey, type PrefetchManagerConfig, type PrefetchManagerStats, type PrefetchOptions, type PrefetchParams$1 as PrefetchParams, type PrefetchRequest, type PrefetchResult, PrefetchStatus$1 as PrefetchStatus, type PrefetchStatusResult, type PrefetchSubscriptionCallbacks, PrefetchTimeoutError, type ProfileMenuItem, ProfileView, type QualityMetric, type QualityOverview, type QualityService, type RateLimitOptions, type RateLimitResult, type RealtimeLineMetricsProps, type RealtimeService, RegistryProvider, type RenderReadyCallback$1 as RenderReadyCallback, RoleBadge, type RoutePath, type S3ClipsAPIParams, S3ClipsSupabaseService as S3ClipsService, type S3Config, type S3ListObjectsParams, S3Service, type S3ServiceConfig, type SKU, type SKUConfig, type SKUCreateInput, type SKUListProps, SKUManagementView, type SKUModalProps, type SKUSelectorProps, type SKUUpdateInput, type SOPCategory$1 as SOPCategory, SOPComplianceChart, type SOPComplianceChartProps, SSEChatClient, type SSEEvent, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SessionTracker, SessionTrackingContext, SessionTrackingProvider, SettingsPopup, type SettingsPopupItem, type ShiftConfig, type ShiftConfiguration, type ShiftConfigurationRecord, type ShiftData, type ShiftDefinition, ShiftDisplay, type ShiftHistoryData, type ShiftHoursMap, type ShiftLineGroup, type ShiftPanelProps, type ShiftSummaryData, type ShiftTime, ShiftsView, type ShiftsViewProps, SideNavBar, type SideNavBarProps, SignupWithInvitation, type SignupWithInvitationProps, SilentErrorBoundary, type SimpleLine, SimpleOnboardingPopup, SingleVideoStream, type SingleVideoStreamProps, Skeleton, type StatusChangeCallback$1 as StatusChangeCallback, type StorageService, type StreamProxyConfig, type SubscriberId, SubscriptionManager, SubscriptionManagerProvider, type SupabaseClient, SupabaseProvider, type Supervisor, type SupervisorAssignment, type SupervisorConfig, SupervisorDropdown, type SupervisorDropdownProps, type SupervisorLine, type SupervisorManagementData, SupervisorManagementView, type SupervisorManagementViewProps, SupervisorService, type Target, TargetWorkspaceGrid, type TargetWorkspaceGridProps, TargetsViewWithDisplayNames as TargetsView, type TargetsViewProps, type TeamManagementPermissions, TeamManagementView, type TeamManagementViewProps, TeamUsagePdfGenerator, type TeamUsagePdfGeneratorProps, type ThemeColorValue, type ThemeConfig, ThreadSidebar, TicketHistory, TicketHistoryService, type TicketsConfig, TicketsView, type TicketsViewProps, TimeDisplay, TimePickerDropdown, Timer, TimezoneProvider, TimezoneService, type TodayUsage, type TodayUsageData, type TodayUsageReport, type TopPerformerRecord, type TrackingEventProperties, type TrendDirection, type UnderperformingWorkspace, type UnderperformingWorkspaces, type UpdateUserNameInput, type UpdateUserProfileInput, type UpdateUserRoleInput, type UptimeDetails, type UptimeStatus, type UsageBreakdown, type UseActiveBreaksResult, type UseAllWorkspaceMetricsOptions, type UseClipTypesResult, type UseCompanyUsersUsageOptions, type UseCompanyUsersUsageReturn, type UseDashboardMetricsProps, type UseDynamicShiftConfigResult, type UseFormatNumberResult, type UseIdleTimeReasonsProps, type UseIdleTimeReasonsResult, type UseLineShiftConfigResult, type UseLineWorkspaceMetricsOptions, type UseMessagesResult, type UseMultiLineShiftConfigsResult, type UsePrefetchClipCountsOptions$1 as UsePrefetchClipCountsOptions, type UsePrefetchClipCountsResult$1 as UsePrefetchClipCountsResult, type UseRealtimeLineMetricsProps, type UseSupervisorsByLineIdsResult, type UseTargetsOptions, type UseThreadsResult, type UseTicketHistoryReturn, type UseUserUsageOptions, type UseUserUsageReturn, type UseWorkspaceHealthByIdOptions, type UseWorkspaceHealthStatusReturn, type UseWorkspaceOperatorsOptions, type UseWorkspaceUptimeTimelineOptions, type UseWorkspaceUptimeTimelineResult, UserAvatar, type UserAvatarProps, type UserInvitation, UserManagementService, UserManagementTable, type UserProfileConfig, type UserRole, type UserRoleLevel, UserService, type UserUsageDetail, UserUsageDetailModal, type UserUsageDetailModalProps, type UserUsageInfo, UserUsageStats, type UserUsageStatsProps, type UserUsageSummary, VideoCard, type VideoConfig, type VideoCroppingConfig, type VideoCroppingRect, VideoGridView, type VideoIndex, type VideoIndexEntry, type VideoMetadata, VideoPlayer, type VideoPlayerProps, type VideoPlayerRef, VideoPreloader, type VideoSeverity, type VideoSummary, type VideoType, WORKSPACE_POSITIONS, type WeeklyTopPerformerRecord, type WhatsAppSendResult, WhatsAppShareButton, type WhatsAppShareButtonProps, type WhatsappService, type Workspace, type WorkspaceActionUpdate, WorkspaceCard, type WorkspaceCardProps, type WorkspaceConfig$1 as WorkspaceConfig, type WorkspaceCropRect, WrappedComponent as WorkspaceDetailView, type WorkspaceDetailedMetrics, WorkspaceDisplayNameExample, type WorkspaceDowntimeSegment, WorkspaceGrid, WorkspaceGridItem, type WorkspaceGridItemProps, type WorkspaceGridPosition, type WorkspaceHealth, WorkspaceHealthCard, type WorkspaceHealthInfo, type WorkspaceHealthStatusData, _default as WorkspaceHealthView, type WorkspaceHealthWithStatus, WorkspaceHistoryCalendar, WorkspaceMetricCards, WorkspaceMetricCardsImpl, type WorkspaceMetricCardsProps, type WorkspaceMetrics, WorkspaceMonthlyDataFetcher, type WorkspaceMonthlyDataFetcherProps, WorkspaceMonthlyHistory, type WorkspaceMonthlyMetric, WorkspaceMonthlyPdfGenerator, type WorkspaceMonthlyPdfGeneratorProps, type WorkspaceNavigationParams, WorkspacePdfExportButton, type WorkspacePdfExportButtonProps, WorkspacePdfGenerator, type WorkspacePdfGeneratorProps, type WorkspacePosition, type WorkspaceQualityData, type WorkspaceUptimeTimeline, type WorkspaceUptimeTimelinePoint, type WorkspaceUrlMapping, type WorkspaceVideoStream, WorkspaceWhatsAppShareButton, type WorkspaceWhatsAppShareProps, actionService, aggregateKPIsFromLineMetricsRows, apiUtils, areAllLinesOnSameShift, authCoreService, authOTPService, authRateLimitService, awardsService, buildDateKey, buildKPIsFromLineMetricsRow, buildShiftGroupsKey, checkRateLimit, clearAllRateLimits, clearRateLimit, clearS3VideoCache, clearS3VideoFromCache, clearSentryContext, clearWorkspaceDisplayNamesCache, cn, createDefaultKPIs, createInvitationService, createLinesService, createSessionTracker, createStorageService, createStreamProxyHandler, createSupabaseClient, createSupervisorService, createThrottledReload, createUserManagementService, createUserService, dashboardService, deleteThread, fetchIdleTimeReasons, filterDataByDateKeyRange, forceRefreshWorkspaceDisplayNames, formatAwardMonth, formatDateInZone, formatDateKeyForDisplay, formatDateTimeInZone, formatDuration, formatISTDate, formatIdleTime, formatRangeLabel, formatReasonLabel, formatRelativeTime, formatTimeInZone, fromUrlFriendlyName, getAllLineDisplayNames, getAllThreadMessages, getAllWorkspaceDisplayNamesAsync, getAllWorkspaceDisplayNamesSnapshot, getAnonClient, getAvailableShiftIds, getAwardBadgeType, getAwardDescription, getAwardTitle, getBrowserName, getCameraNumber, getCompanyMetricsTableName, getConfigurableShortWorkspaceDisplayName, getConfigurableWorkspaceDisplayName, getConfiguredLineIds, getCoreSessionRecordingProperties, getCoreSessionReplayUrl, getCurrentShift, getCurrentShiftForLine, getCurrentTimeInZone, getDashboardHeaderTimeInZone, getDateKeyFromDate, getDaysDifferenceInZone, getDefaultCameraStreamUrl, getDefaultLineId, getDefaultTabForWorkspace, getInitials, getLineDisplayName, getManufacturingInsights, getMetricsTablePrefix, getMonthKeyBounds, getMonthWeekRanges, getNextUpdateInterval, getOperationalDate, getReasonColor, getS3SignedUrl, getS3VideoSrc, getShiftData, getShiftNameById, getShiftWorkDurationSeconds, getShortShiftName, getShortWorkspaceDisplayName, getShortWorkspaceDisplayNameAsync, getStoredWorkspaceMappings, getSubscriptionManager, getThreadMessages, getUniformShiftGroup, getUserThreads, getUserThreadsPaginated, getWorkspaceDisplayName, getWorkspaceDisplayNameAsync, getWorkspaceDisplayNamesMap, getWorkspaceFromUrl, getWorkspaceNavigationParams, groupLinesByShift, hasAnyShiftData, identifyCoreUser, initializeCoreMixpanel, isFullMonthRange, isLegacyConfiguration, isPrefetchError, isSafari, isTransitionPeriod, isUrlPermanentlyFailed, isValidFactoryViewConfiguration, isValidLineInfoPayload, isValidPrefetchParams, isValidPrefetchStatus, isValidWorkspaceDetailedMetricsPayload, isValidWorkspaceMetricsPayload, isWorkspaceDisplayNamesLoaded, isWorkspaceDisplayNamesLoading, linesService, mergeWithDefaultConfig, migrateLegacyConfiguration, normalizeDateKeyRange, optifyeAgentClient, parseDateKeyToDate, parseS3Uri, preInitializeWorkspaceDisplayNames, preloadS3Video, preloadS3VideoUrl, preloadS3VideosUrl, preloadVideoUrl, preloadVideosUrl, qualityService, realtimeService, refreshWorkspaceDisplayNames, resetCoreMixpanel, resetFailedUrl, resetSubscriptionManager, s3VideoPreloader, setSentryUserContext, setSentryWorkspaceContext, shuffleArray, simulateApiDelay, skuService, startCoreSessionRecording, stopCoreSessionRecording, storeWorkspaceMapping, streamProxyConfig, subscribeWorkspaceDisplayNames, throttledReloadDashboard, toUrlFriendlyName, trackCoreEvent, trackCorePageView, transformToChartData, updateThreadTitle, upsertWorkspaceDisplayNameInCache, useAccessControl, useActiveBreaks, useActiveLineId, useAllWorkspaceMetrics, useAnalyticsConfig, useAppTimezone, useAudioService, useAuth, useAuthConfig, useAxelNotifications, useCanSaveTargets, useClipFilter, useClipTypes, useClipTypesWithCounts, useClipsInit, useCompanyUsersUsage, useComponentOverride, useCustomConfig, useDashboardConfig, useDashboardMetrics, useDatabaseConfig, useDateFormatter, useDateTimeConfig, useDynamicShiftConfig, useEndpointsConfig, useEntityConfig, useFactoryOverviewMetrics, useFeatureFlags, useFormatNumber, useHasLineAccess, useHideMobileHeader, useHistoricWorkspaceMetrics, useHlsStream, useHlsStreamWithCropping, useHookOverride, useHourEndTimer, useHourlyTargetAchievements, useHourlyTargetMisses, useIdleTimeClipClassifications, useIdleTimeReasons, useLeaderboardMetrics, useLineDetailedMetrics, useLineKPIs, useLineMetrics, useLineShiftConfig, useLineSupervisor, useLineWorkspaceMetrics, useLines, useMessages, useMetrics, useMobileMenu, useMultiLineShiftConfigs, useNavigation, useOperationalShiftKey, useOptionalSupabase, useOverrides, usePageOverride, usePrefetchClipCounts, useRealtimeLineMetrics, useRegistry, useSKUs, useSessionKeepAlive, useSessionTracking, useSessionTrackingContext, useShiftConfig, useShiftGroups, useShifts, useSubscriptionManager, useSubscriptionManagerSafe, useSupabase, useSupabaseClient, useSupervisorsByLineIds, useTargets, useTeamManagementPermissions, useTheme, useThemeConfig, useThreads, useTicketHistory, useTimezoneContext, useUserLineAccess, useUserUsage, useVideoConfig, useWorkspaceConfig, useWorkspaceDetailedMetrics, useWorkspaceDisplayName, useWorkspaceDisplayNames, useWorkspaceDisplayNamesMap, useWorkspaceHealthById, useWorkspaceHealthLastSeen, useWorkspaceHealthStatus, useWorkspaceMetrics, useWorkspaceNavigation, useWorkspaceOperators, useWorkspaceUptimeTimeline, useWorkspaceVideoStreams, userService, videoPrefetchManager, videoPreloader, weeklyTopPerformerService, whatsappService, withAccessControl, withAuth, withRegistry, withTimezone, workspaceHealthService, workspaceService };