@webitel/ui-sdk 25.12.69 → 25.12.71

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.
Files changed (36) hide show
  1. package/dist/{install-Dgy-o5d1.js → install-BUivnNCy.js} +53 -22
  2. package/dist/{plyr-BvpkiyIE.js → plyr-QbaIRdbm.js} +1 -1
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +1 -1
  5. package/dist/ui-sdk.umd.cjs +20 -2
  6. package/dist/{vidstack-Bq6c3Bam-DxNmaF2r.js → vidstack-Bq6c3Bam-DPX2f4W3.js} +2 -2
  7. package/dist/{vidstack-D2pY00kU-Ba13F-qj.js → vidstack-D2pY00kU-DZBArKSs.js} +2 -2
  8. package/dist/{vidstack-DDXt6fpN-ssE3D-cN.js → vidstack-DDXt6fpN-DZEByFh0.js} +1 -1
  9. package/dist/{vidstack-D_-9AA6_-BkWwi4Ip.js → vidstack-D_-9AA6_-CEaEiCb9.js} +1 -1
  10. package/dist/{vidstack-DqAw8m9J-Bgo9IR0P.js → vidstack-DqAw8m9J-DiLnJpqy.js} +1 -1
  11. package/dist/{vidstack-audio-B-v6GP3E.js → vidstack-audio-BbtisONe.js} +2 -2
  12. package/dist/{vidstack-dash-BGGtT17i.js → vidstack-dash-CHjAN1Q9.js} +3 -3
  13. package/dist/{vidstack-google-cast-U0GEUkwq.js → vidstack-google-cast-uP2CzAX2.js} +3 -3
  14. package/dist/{vidstack-hls-CAhMzs_Z.js → vidstack-hls-C-VNarsf.js} +3 -3
  15. package/dist/{vidstack-video-BNlpDS9b.js → vidstack-video-BIsBopdI.js} +2 -2
  16. package/dist/{vidstack-vimeo-B1DbjOpg.js → vidstack-vimeo-BkpKymHD.js} +3 -3
  17. package/dist/{vidstack-youtube-B65vWuCW.js → vidstack-youtube-Dg6LlYdT.js} +2 -2
  18. package/dist/{vuex.esm-bundler-CPZAe6SN.js → vuex.esm-bundler-DUU0qEUt.js} +1 -1
  19. package/package.json +3 -3
  20. package/src/enums/WebitelApplications/SupervisorSections.ts +1 -1
  21. package/src/enums/WebitelApplications/WfmSections.ts +1 -1
  22. package/src/plugins/primevue/theme/components/button/button.js +18 -0
  23. package/types/enums/WebitelApplications/SupervisorSections.d.ts +1 -1
  24. package/types/enums/WebitelApplications/WfmSections.d.ts +1 -1
  25. package/types/locale/en/en.d.ts +1 -1
  26. package/types/locale/es/es.d.ts +4 -4
  27. package/types/locale/i18n.d.ts +33 -33
  28. package/types/locale/index.d.ts +33 -33
  29. package/types/locale/kz/kz.d.ts +4 -4
  30. package/types/locale/pl/pl.d.ts +4 -4
  31. package/types/locale/ro/ro.d.ts +4 -4
  32. package/types/locale/ru/ru.d.ts +4 -4
  33. package/types/locale/uk/uk.d.ts +4 -4
  34. package/types/locale/uz/uz.d.ts +4 -4
  35. package/types/locale/vi/vi.d.ts +4 -4
  36. package/types/plugins/primevue/theme/components/button/button.d.ts +12 -0
@@ -304,7 +304,7 @@ export declare const messages: {
304
304
  sections: {
305
305
  queues: string;
306
306
  agents: string;
307
- activeCalls: string;
307
+ "active-calls": string;
308
308
  };
309
309
  } | {
310
310
  name: string;
@@ -1090,7 +1090,7 @@ export declare const messages: {
1090
1090
  "contact-groups"?: undefined;
1091
1091
  queues?: undefined;
1092
1092
  agents?: undefined;
1093
- activeCalls?: undefined;
1093
+ "active-calls"?: undefined;
1094
1094
  users?: undefined;
1095
1095
  license?: undefined;
1096
1096
  devices?: undefined;
@@ -1143,7 +1143,7 @@ export declare const messages: {
1143
1143
  scorecards?: undefined;
1144
1144
  queues?: undefined;
1145
1145
  agents?: undefined;
1146
- activeCalls?: undefined;
1146
+ "active-calls"?: undefined;
1147
1147
  users?: undefined;
1148
1148
  license?: undefined;
1149
1149
  devices?: undefined;
@@ -1186,7 +1186,7 @@ export declare const messages: {
1186
1186
  sections: {
1187
1187
  queues: string;
1188
1188
  agents: string;
1189
- activeCalls: string;
1189
+ "active-calls": string;
1190
1190
  scorecards?: undefined;
1191
1191
  contacts?: undefined;
1192
1192
  cases?: undefined;
@@ -1284,7 +1284,7 @@ export declare const messages: {
1284
1284
  "service-catalogs"?: undefined;
1285
1285
  sources?: undefined;
1286
1286
  "contact-groups"?: undefined;
1287
- activeCalls?: undefined;
1287
+ "active-calls"?: undefined;
1288
1288
  };
1289
1289
  theCameraIsTurnedOff?: undefined;
1290
1290
  } | {
@@ -2016,7 +2016,7 @@ export declare const messages: {
2016
2016
  "contact-groups"?: undefined;
2017
2017
  queues?: undefined;
2018
2018
  agents?: undefined;
2019
- activeCalls?: undefined;
2019
+ "active-calls"?: undefined;
2020
2020
  users?: undefined;
2021
2021
  license?: undefined;
2022
2022
  devices?: undefined;
@@ -2069,7 +2069,7 @@ export declare const messages: {
2069
2069
  scorecards?: undefined;
2070
2070
  queues?: undefined;
2071
2071
  agents?: undefined;
2072
- activeCalls?: undefined;
2072
+ "active-calls"?: undefined;
2073
2073
  users?: undefined;
2074
2074
  license?: undefined;
2075
2075
  devices?: undefined;
@@ -2112,7 +2112,7 @@ export declare const messages: {
2112
2112
  sections: {
2113
2113
  queues: string;
2114
2114
  agents: string;
2115
- activeCalls: string;
2115
+ "active-calls": string;
2116
2116
  scorecards?: undefined;
2117
2117
  contacts?: undefined;
2118
2118
  cases?: undefined;
@@ -2210,7 +2210,7 @@ export declare const messages: {
2210
2210
  "service-catalogs"?: undefined;
2211
2211
  sources?: undefined;
2212
2212
  "contact-groups"?: undefined;
2213
- activeCalls?: undefined;
2213
+ "active-calls"?: undefined;
2214
2214
  };
2215
2215
  theCameraIsTurnedOff?: undefined;
2216
2216
  } | {
@@ -2944,7 +2944,7 @@ export declare const messages: {
2944
2944
  "contact-groups"?: undefined;
2945
2945
  queues?: undefined;
2946
2946
  agents?: undefined;
2947
- activeCalls?: undefined;
2947
+ "active-calls"?: undefined;
2948
2948
  users?: undefined;
2949
2949
  license?: undefined;
2950
2950
  devices?: undefined;
@@ -2997,7 +2997,7 @@ export declare const messages: {
2997
2997
  scorecards?: undefined;
2998
2998
  queues?: undefined;
2999
2999
  agents?: undefined;
3000
- activeCalls?: undefined;
3000
+ "active-calls"?: undefined;
3001
3001
  users?: undefined;
3002
3002
  license?: undefined;
3003
3003
  devices?: undefined;
@@ -3040,7 +3040,7 @@ export declare const messages: {
3040
3040
  sections: {
3041
3041
  queues: string;
3042
3042
  agents: string;
3043
- activeCalls: string;
3043
+ "active-calls": string;
3044
3044
  scorecards?: undefined;
3045
3045
  contacts?: undefined;
3046
3046
  cases?: undefined;
@@ -3138,7 +3138,7 @@ export declare const messages: {
3138
3138
  "service-catalogs"?: undefined;
3139
3139
  sources?: undefined;
3140
3140
  "contact-groups"?: undefined;
3141
- activeCalls?: undefined;
3141
+ "active-calls"?: undefined;
3142
3142
  };
3143
3143
  theCameraIsTurnedOff?: undefined;
3144
3144
  } | {
@@ -3870,7 +3870,7 @@ export declare const messages: {
3870
3870
  "contact-groups"?: undefined;
3871
3871
  queues?: undefined;
3872
3872
  agents?: undefined;
3873
- activeCalls?: undefined;
3873
+ "active-calls"?: undefined;
3874
3874
  users?: undefined;
3875
3875
  license?: undefined;
3876
3876
  devices?: undefined;
@@ -3923,7 +3923,7 @@ export declare const messages: {
3923
3923
  scorecards?: undefined;
3924
3924
  queues?: undefined;
3925
3925
  agents?: undefined;
3926
- activeCalls?: undefined;
3926
+ "active-calls"?: undefined;
3927
3927
  users?: undefined;
3928
3928
  license?: undefined;
3929
3929
  devices?: undefined;
@@ -3966,7 +3966,7 @@ export declare const messages: {
3966
3966
  sections: {
3967
3967
  queues: string;
3968
3968
  agents: string;
3969
- activeCalls: string;
3969
+ "active-calls": string;
3970
3970
  scorecards?: undefined;
3971
3971
  contacts?: undefined;
3972
3972
  cases?: undefined;
@@ -4064,7 +4064,7 @@ export declare const messages: {
4064
4064
  "service-catalogs"?: undefined;
4065
4065
  sources?: undefined;
4066
4066
  "contact-groups"?: undefined;
4067
- activeCalls?: undefined;
4067
+ "active-calls"?: undefined;
4068
4068
  };
4069
4069
  theCameraIsTurnedOff?: undefined;
4070
4070
  } | {
@@ -4798,7 +4798,7 @@ export declare const messages: {
4798
4798
  "contact-groups"?: undefined;
4799
4799
  queues?: undefined;
4800
4800
  agents?: undefined;
4801
- activeCalls?: undefined;
4801
+ "active-calls"?: undefined;
4802
4802
  users?: undefined;
4803
4803
  license?: undefined;
4804
4804
  devices?: undefined;
@@ -4851,7 +4851,7 @@ export declare const messages: {
4851
4851
  scorecards?: undefined;
4852
4852
  queues?: undefined;
4853
4853
  agents?: undefined;
4854
- activeCalls?: undefined;
4854
+ "active-calls"?: undefined;
4855
4855
  users?: undefined;
4856
4856
  license?: undefined;
4857
4857
  devices?: undefined;
@@ -4894,7 +4894,7 @@ export declare const messages: {
4894
4894
  sections: {
4895
4895
  queues: string;
4896
4896
  agents: string;
4897
- activeCalls: string;
4897
+ "active-calls": string;
4898
4898
  scorecards?: undefined;
4899
4899
  contacts?: undefined;
4900
4900
  cases?: undefined;
@@ -4992,7 +4992,7 @@ export declare const messages: {
4992
4992
  "service-catalogs"?: undefined;
4993
4993
  sources?: undefined;
4994
4994
  "contact-groups"?: undefined;
4995
- activeCalls?: undefined;
4995
+ "active-calls"?: undefined;
4996
4996
  };
4997
4997
  theCameraIsTurnedOff?: undefined;
4998
4998
  } | {
@@ -5726,7 +5726,7 @@ export declare const messages: {
5726
5726
  "contact-groups"?: undefined;
5727
5727
  queues?: undefined;
5728
5728
  agents?: undefined;
5729
- activeCalls?: undefined;
5729
+ "active-calls"?: undefined;
5730
5730
  users?: undefined;
5731
5731
  license?: undefined;
5732
5732
  devices?: undefined;
@@ -5779,7 +5779,7 @@ export declare const messages: {
5779
5779
  scorecards?: undefined;
5780
5780
  queues?: undefined;
5781
5781
  agents?: undefined;
5782
- activeCalls?: undefined;
5782
+ "active-calls"?: undefined;
5783
5783
  users?: undefined;
5784
5784
  license?: undefined;
5785
5785
  devices?: undefined;
@@ -5822,7 +5822,7 @@ export declare const messages: {
5822
5822
  sections: {
5823
5823
  queues: string;
5824
5824
  agents: string;
5825
- activeCalls: string;
5825
+ "active-calls": string;
5826
5826
  scorecards?: undefined;
5827
5827
  contacts?: undefined;
5828
5828
  cases?: undefined;
@@ -5920,7 +5920,7 @@ export declare const messages: {
5920
5920
  "service-catalogs"?: undefined;
5921
5921
  sources?: undefined;
5922
5922
  "contact-groups"?: undefined;
5923
- activeCalls?: undefined;
5923
+ "active-calls"?: undefined;
5924
5924
  };
5925
5925
  theCameraIsTurnedOff?: undefined;
5926
5926
  } | {
@@ -6655,7 +6655,7 @@ export declare const messages: {
6655
6655
  "contact-groups"?: undefined;
6656
6656
  queues?: undefined;
6657
6657
  agents?: undefined;
6658
- activeCalls?: undefined;
6658
+ "active-calls"?: undefined;
6659
6659
  users?: undefined;
6660
6660
  license?: undefined;
6661
6661
  devices?: undefined;
@@ -6708,7 +6708,7 @@ export declare const messages: {
6708
6708
  scorecards?: undefined;
6709
6709
  queues?: undefined;
6710
6710
  agents?: undefined;
6711
- activeCalls?: undefined;
6711
+ "active-calls"?: undefined;
6712
6712
  users?: undefined;
6713
6713
  license?: undefined;
6714
6714
  devices?: undefined;
@@ -6751,7 +6751,7 @@ export declare const messages: {
6751
6751
  sections: {
6752
6752
  queues: string;
6753
6753
  agents: string;
6754
- activeCalls: string;
6754
+ "active-calls": string;
6755
6755
  scorecards?: undefined;
6756
6756
  contacts?: undefined;
6757
6757
  cases?: undefined;
@@ -6849,7 +6849,7 @@ export declare const messages: {
6849
6849
  "service-catalogs"?: undefined;
6850
6850
  sources?: undefined;
6851
6851
  "contact-groups"?: undefined;
6852
- activeCalls?: undefined;
6852
+ "active-calls"?: undefined;
6853
6853
  };
6854
6854
  theCameraIsTurnedOff?: undefined;
6855
6855
  } | {
@@ -7583,7 +7583,7 @@ export declare const messages: {
7583
7583
  "contact-groups"?: undefined;
7584
7584
  queues?: undefined;
7585
7585
  agents?: undefined;
7586
- activeCalls?: undefined;
7586
+ "active-calls"?: undefined;
7587
7587
  users?: undefined;
7588
7588
  license?: undefined;
7589
7589
  devices?: undefined;
@@ -7636,7 +7636,7 @@ export declare const messages: {
7636
7636
  scorecards?: undefined;
7637
7637
  queues?: undefined;
7638
7638
  agents?: undefined;
7639
- activeCalls?: undefined;
7639
+ "active-calls"?: undefined;
7640
7640
  users?: undefined;
7641
7641
  license?: undefined;
7642
7642
  devices?: undefined;
@@ -7679,7 +7679,7 @@ export declare const messages: {
7679
7679
  sections: {
7680
7680
  queues: string;
7681
7681
  agents: string;
7682
- activeCalls: string;
7682
+ "active-calls": string;
7683
7683
  scorecards?: undefined;
7684
7684
  contacts?: undefined;
7685
7685
  cases?: undefined;
@@ -7777,7 +7777,7 @@ export declare const messages: {
7777
7777
  "service-catalogs"?: undefined;
7778
7778
  sources?: undefined;
7779
7779
  "contact-groups"?: undefined;
7780
- activeCalls?: undefined;
7780
+ "active-calls"?: undefined;
7781
7781
  };
7782
7782
  theCameraIsTurnedOff?: undefined;
7783
7783
  } | {
@@ -314,7 +314,7 @@ declare namespace _default {
314
314
  "contact-groups"?: undefined;
315
315
  queues?: undefined;
316
316
  agents?: undefined;
317
- activeCalls?: undefined;
317
+ "active-calls"?: undefined;
318
318
  users?: undefined;
319
319
  license?: undefined;
320
320
  devices?: undefined;
@@ -367,7 +367,7 @@ declare namespace _default {
367
367
  scorecards?: undefined;
368
368
  queues?: undefined;
369
369
  agents?: undefined;
370
- activeCalls?: undefined;
370
+ "active-calls"?: undefined;
371
371
  users?: undefined;
372
372
  license?: undefined;
373
373
  devices?: undefined;
@@ -410,7 +410,7 @@ declare namespace _default {
410
410
  sections: {
411
411
  queues: string;
412
412
  agents: string;
413
- activeCalls: string;
413
+ "active-calls": string;
414
414
  scorecards?: undefined;
415
415
  contacts?: undefined;
416
416
  cases?: undefined;
@@ -508,7 +508,7 @@ declare namespace _default {
508
508
  "service-catalogs"?: undefined;
509
509
  sources?: undefined;
510
510
  "contact-groups"?: undefined;
511
- activeCalls?: undefined;
511
+ "active-calls"?: undefined;
512
512
  };
513
513
  theCameraIsTurnedOff?: undefined;
514
514
  } | {
@@ -314,7 +314,7 @@ declare namespace _default {
314
314
  "contact-groups"?: undefined;
315
315
  queues?: undefined;
316
316
  agents?: undefined;
317
- activeCalls?: undefined;
317
+ "active-calls"?: undefined;
318
318
  users?: undefined;
319
319
  license?: undefined;
320
320
  devices?: undefined;
@@ -367,7 +367,7 @@ declare namespace _default {
367
367
  scorecards?: undefined;
368
368
  queues?: undefined;
369
369
  agents?: undefined;
370
- activeCalls?: undefined;
370
+ "active-calls"?: undefined;
371
371
  users?: undefined;
372
372
  license?: undefined;
373
373
  devices?: undefined;
@@ -410,7 +410,7 @@ declare namespace _default {
410
410
  sections: {
411
411
  queues: string;
412
412
  agents: string;
413
- activeCalls: string;
413
+ "active-calls": string;
414
414
  scorecards?: undefined;
415
415
  contacts?: undefined;
416
416
  cases?: undefined;
@@ -508,7 +508,7 @@ declare namespace _default {
508
508
  "service-catalogs"?: undefined;
509
509
  sources?: undefined;
510
510
  "contact-groups"?: undefined;
511
- activeCalls?: undefined;
511
+ "active-calls"?: undefined;
512
512
  };
513
513
  theCameraIsTurnedOff?: undefined;
514
514
  } | {
@@ -314,7 +314,7 @@ declare namespace _default {
314
314
  "contact-groups"?: undefined;
315
315
  queues?: undefined;
316
316
  agents?: undefined;
317
- activeCalls?: undefined;
317
+ "active-calls"?: undefined;
318
318
  users?: undefined;
319
319
  license?: undefined;
320
320
  devices?: undefined;
@@ -367,7 +367,7 @@ declare namespace _default {
367
367
  scorecards?: undefined;
368
368
  queues?: undefined;
369
369
  agents?: undefined;
370
- activeCalls?: undefined;
370
+ "active-calls"?: undefined;
371
371
  users?: undefined;
372
372
  license?: undefined;
373
373
  devices?: undefined;
@@ -410,7 +410,7 @@ declare namespace _default {
410
410
  sections: {
411
411
  queues: string;
412
412
  agents: string;
413
- activeCalls: string;
413
+ "active-calls": string;
414
414
  scorecards?: undefined;
415
415
  contacts?: undefined;
416
416
  cases?: undefined;
@@ -508,7 +508,7 @@ declare namespace _default {
508
508
  "service-catalogs"?: undefined;
509
509
  sources?: undefined;
510
510
  "contact-groups"?: undefined;
511
- activeCalls?: undefined;
511
+ "active-calls"?: undefined;
512
512
  };
513
513
  theCameraIsTurnedOff?: undefined;
514
514
  } | {
@@ -312,7 +312,7 @@ declare namespace _default {
312
312
  "contact-groups"?: undefined;
313
313
  queues?: undefined;
314
314
  agents?: undefined;
315
- activeCalls?: undefined;
315
+ "active-calls"?: undefined;
316
316
  users?: undefined;
317
317
  license?: undefined;
318
318
  devices?: undefined;
@@ -365,7 +365,7 @@ declare namespace _default {
365
365
  scorecards?: undefined;
366
366
  queues?: undefined;
367
367
  agents?: undefined;
368
- activeCalls?: undefined;
368
+ "active-calls"?: undefined;
369
369
  users?: undefined;
370
370
  license?: undefined;
371
371
  devices?: undefined;
@@ -408,7 +408,7 @@ declare namespace _default {
408
408
  sections: {
409
409
  queues: string;
410
410
  agents: string;
411
- activeCalls: string;
411
+ "active-calls": string;
412
412
  scorecards?: undefined;
413
413
  contacts?: undefined;
414
414
  cases?: undefined;
@@ -506,7 +506,7 @@ declare namespace _default {
506
506
  "service-catalogs"?: undefined;
507
507
  sources?: undefined;
508
508
  "contact-groups"?: undefined;
509
- activeCalls?: undefined;
509
+ "active-calls"?: undefined;
510
510
  };
511
511
  theCameraIsTurnedOff?: undefined;
512
512
  } | {
@@ -312,7 +312,7 @@ declare namespace _default {
312
312
  "contact-groups"?: undefined;
313
313
  queues?: undefined;
314
314
  agents?: undefined;
315
- activeCalls?: undefined;
315
+ "active-calls"?: undefined;
316
316
  users?: undefined;
317
317
  license?: undefined;
318
318
  devices?: undefined;
@@ -365,7 +365,7 @@ declare namespace _default {
365
365
  scorecards?: undefined;
366
366
  queues?: undefined;
367
367
  agents?: undefined;
368
- activeCalls?: undefined;
368
+ "active-calls"?: undefined;
369
369
  users?: undefined;
370
370
  license?: undefined;
371
371
  devices?: undefined;
@@ -408,7 +408,7 @@ declare namespace _default {
408
408
  sections: {
409
409
  queues: string;
410
410
  agents: string;
411
- activeCalls: string;
411
+ "active-calls": string;
412
412
  scorecards?: undefined;
413
413
  contacts?: undefined;
414
414
  cases?: undefined;
@@ -506,7 +506,7 @@ declare namespace _default {
506
506
  "service-catalogs"?: undefined;
507
507
  sources?: undefined;
508
508
  "contact-groups"?: undefined;
509
- activeCalls?: undefined;
509
+ "active-calls"?: undefined;
510
510
  };
511
511
  theCameraIsTurnedOff?: undefined;
512
512
  } | {
@@ -315,7 +315,7 @@ declare namespace _default {
315
315
  "contact-groups"?: undefined;
316
316
  queues?: undefined;
317
317
  agents?: undefined;
318
- activeCalls?: undefined;
318
+ "active-calls"?: undefined;
319
319
  users?: undefined;
320
320
  license?: undefined;
321
321
  devices?: undefined;
@@ -368,7 +368,7 @@ declare namespace _default {
368
368
  scorecards?: undefined;
369
369
  queues?: undefined;
370
370
  agents?: undefined;
371
- activeCalls?: undefined;
371
+ "active-calls"?: undefined;
372
372
  users?: undefined;
373
373
  license?: undefined;
374
374
  devices?: undefined;
@@ -411,7 +411,7 @@ declare namespace _default {
411
411
  sections: {
412
412
  queues: string;
413
413
  agents: string;
414
- activeCalls: string;
414
+ "active-calls": string;
415
415
  scorecards?: undefined;
416
416
  contacts?: undefined;
417
417
  cases?: undefined;
@@ -509,7 +509,7 @@ declare namespace _default {
509
509
  "service-catalogs"?: undefined;
510
510
  sources?: undefined;
511
511
  "contact-groups"?: undefined;
512
- activeCalls?: undefined;
512
+ "active-calls"?: undefined;
513
513
  };
514
514
  theCameraIsTurnedOff?: undefined;
515
515
  } | {
@@ -314,7 +314,7 @@ declare namespace _default {
314
314
  "contact-groups"?: undefined;
315
315
  queues?: undefined;
316
316
  agents?: undefined;
317
- activeCalls?: undefined;
317
+ "active-calls"?: undefined;
318
318
  users?: undefined;
319
319
  license?: undefined;
320
320
  devices?: undefined;
@@ -367,7 +367,7 @@ declare namespace _default {
367
367
  scorecards?: undefined;
368
368
  queues?: undefined;
369
369
  agents?: undefined;
370
- activeCalls?: undefined;
370
+ "active-calls"?: undefined;
371
371
  users?: undefined;
372
372
  license?: undefined;
373
373
  devices?: undefined;
@@ -410,7 +410,7 @@ declare namespace _default {
410
410
  sections: {
411
411
  queues: string;
412
412
  agents: string;
413
- activeCalls: string;
413
+ "active-calls": string;
414
414
  scorecards?: undefined;
415
415
  contacts?: undefined;
416
416
  cases?: undefined;
@@ -508,7 +508,7 @@ declare namespace _default {
508
508
  "service-catalogs"?: undefined;
509
509
  sources?: undefined;
510
510
  "contact-groups"?: undefined;
511
- activeCalls?: undefined;
511
+ "active-calls"?: undefined;
512
512
  };
513
513
  theCameraIsTurnedOff?: undefined;
514
514
  } | {
@@ -219,6 +219,12 @@ declare namespace button {
219
219
  borderColor: string;
220
220
  color: string;
221
221
  };
222
+ disabled: {
223
+ hoverBackground: string;
224
+ activeBackground: string;
225
+ borderColor: string;
226
+ color: string;
227
+ };
222
228
  };
223
229
  text: {
224
230
  primary: {
@@ -444,6 +450,12 @@ declare namespace button {
444
450
  borderColor: string;
445
451
  color: string;
446
452
  };
453
+ disabled: {
454
+ hoverBackground: string;
455
+ activeBackground: string;
456
+ borderColor: string;
457
+ color: string;
458
+ };
447
459
  };
448
460
  text: {
449
461
  primary: {