@ckbox/components 2.5.2 → 2.6.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.d.ts CHANGED
@@ -8,8 +8,8 @@ import { TransitionProps } from 'react-transition-group/Transition';
8
8
  import Cropper$1 from 'cropperjs';
9
9
  import * as react_dnd from 'react-dnd';
10
10
 
11
- declare const Avatar: React$1.FC<Props$3s>;
12
- interface Props$3s {
11
+ declare const Avatar: React$1.FC<Props$3t>;
12
+ interface Props$3t {
13
13
  /**
14
14
  * ID used for determining color.
15
15
  */
@@ -28,8 +28,8 @@ interface Props$3s {
28
28
  showFullName?: boolean;
29
29
  }
30
30
 
31
- declare const Bottombar: React$1.ForwardRefExoticComponent<Props$3r & React$1.RefAttributes<HTMLDivElement>>;
32
- interface Props$3r {
31
+ declare const Bottombar: React$1.ForwardRefExoticComponent<Props$3s & React$1.RefAttributes<HTMLDivElement>>;
32
+ interface Props$3s {
33
33
  /**
34
34
  * Main content of the component.
35
35
  */
@@ -182,7 +182,7 @@ declare const Warning: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
182
182
 
183
183
  declare const WarningAmberOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
184
184
 
185
- interface Props$3q {
185
+ interface Props$3r {
186
186
  /**
187
187
  * Toggles optional icon animation.
188
188
  */
@@ -197,15 +197,15 @@ interface Props$3q {
197
197
  'data-testid'?: string;
198
198
  }
199
199
 
200
- declare const ArrowRightOutlinedAnimated: React$1.FC<Props$3q>;
200
+ declare const ArrowRightOutlinedAnimated: React$1.FC<Props$3r>;
201
201
 
202
- declare const SettingsOutlinedAnimated: React$1.FC<Props$3q>;
202
+ declare const SettingsOutlinedAnimated: React$1.FC<Props$3r>;
203
203
 
204
- declare const SortAscending: React$1.FC<Props$3q>;
204
+ declare const SortAscending: React$1.FC<Props$3r>;
205
205
 
206
- declare const SortDescending: React$1.FC<Props$3q>;
206
+ declare const SortDescending: React$1.FC<Props$3r>;
207
207
 
208
- declare const Spinner: React$1.FC<Props$3q>;
208
+ declare const Spinner: React$1.FC<Props$3r>;
209
209
 
210
210
  declare const icons$1_AccessTimeOutlined: typeof AccessTimeOutlined;
211
211
  declare const icons$1_AddOutlined: typeof AddOutlined;
@@ -291,8 +291,8 @@ type IconName = keyof typeof icons$1;
291
291
  type IconSize = 'small' | 'base' | 'medium' | 'big' | 'bigger' | 'humongous';
292
292
  type IconColor = 'accent' | 'danger' | 'default' | 'disabled' | 'muted' | 'success' | 'warning';
293
293
 
294
- declare const Icon: React$1.FC<Props$3p>;
295
- interface Props$3p {
294
+ declare const Icon: React$1.FC<Props$3q>;
295
+ interface Props$3q {
296
296
  /**
297
297
  * Toggles optional icon animation.
298
298
  */
@@ -322,8 +322,8 @@ interface Props$3p {
322
322
  size?: IconSize;
323
323
  }
324
324
 
325
- declare const Button: React$1.ForwardRefExoticComponent<Props$3o & React$1.RefAttributes<HTMLButtonElement>>;
326
- interface Props$3o {
325
+ declare const Button: React$1.ForwardRefExoticComponent<Props$3p & React$1.RefAttributes<HTMLButtonElement>>;
326
+ interface Props$3p {
327
327
  /**
328
328
  * Applies active styling.
329
329
  */
@@ -418,24 +418,24 @@ interface Props$3o {
418
418
  disabledLabelWrapping?: boolean;
419
419
  }
420
420
 
421
- declare const ButtonGroup: React$1.FC<Props$3n>;
422
- interface Props$3n {
421
+ declare const ButtonGroup: React$1.FC<Props$3o>;
422
+ interface Props$3o {
423
423
  /**
424
424
  * Button components.
425
425
  */
426
426
  children: React$1.ReactNode;
427
427
  }
428
428
 
429
- declare const ButtonRow: React$1.FC<Props$3m>;
430
- interface Props$3m {
429
+ declare const ButtonRow: React$1.FC<Props$3n>;
430
+ interface Props$3n {
431
431
  /**
432
432
  * Button components.
433
433
  */
434
434
  children: React$1.ReactNode;
435
435
  }
436
436
 
437
- declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$3l & React$1.RefAttributes<HTMLButtonElement>>;
438
- interface Props$3l {
437
+ declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$3m & React$1.RefAttributes<HTMLButtonElement>>;
438
+ interface Props$3m {
439
439
  /**
440
440
  * Component's label.
441
441
  */
@@ -458,8 +458,8 @@ interface Props$3l {
458
458
  onClick?: () => void;
459
459
  }
460
460
 
461
- declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$3k & React$1.RefAttributes<HTMLDivElement>>;
462
- interface Props$3k {
461
+ declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$3l & React$1.RefAttributes<HTMLDivElement>>;
462
+ interface Props$3l {
463
463
  /**
464
464
  * Main content of the component.
465
465
  */
@@ -478,8 +478,8 @@ interface Props$3k {
478
478
  titleId?: string;
479
479
  }
480
480
 
481
- declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$3j & React$1.RefAttributes<HTMLDivElement>>;
482
- interface Props$3j {
481
+ declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$3k & React$1.RefAttributes<HTMLDivElement>>;
482
+ interface Props$3k {
483
483
  /**
484
484
  * Main content of the component.
485
485
  */
@@ -490,8 +490,8 @@ interface Props$3j {
490
490
  className?: string;
491
491
  }
492
492
 
493
- declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$3i & React$1.RefAttributes<HTMLDivElement>>;
494
- interface Props$3i {
493
+ declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$3j & React$1.RefAttributes<HTMLDivElement>>;
494
+ interface Props$3j {
495
495
  /**
496
496
  * Main content of the component.
497
497
  */
@@ -510,8 +510,8 @@ interface Props$3i {
510
510
  id?: string;
511
511
  }
512
512
 
513
- declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$3h & React$1.RefAttributes<HTMLDivElement>>;
514
- interface Props$3h {
513
+ declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$3i & React$1.RefAttributes<HTMLDivElement>>;
514
+ interface Props$3i {
515
515
  /**
516
516
  * Main content of the component.
517
517
  */
@@ -522,8 +522,8 @@ interface Props$3h {
522
522
  className?: string;
523
523
  }
524
524
 
525
- declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$3g & React$1.RefAttributes<HTMLButtonElement>>;
526
- interface Props$3g {
525
+ declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$3h & React$1.RefAttributes<HTMLButtonElement>>;
526
+ interface Props$3h {
527
527
  /**
528
528
  * Close button's label.
529
529
  */
@@ -534,8 +534,8 @@ interface Props$3g {
534
534
  className?: string;
535
535
  }
536
536
 
537
- declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$3f & React$1.RefAttributes<HTMLDivElement>>;
538
- interface Props$3f {
537
+ declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$3g & React$1.RefAttributes<HTMLDivElement>>;
538
+ interface Props$3g {
539
539
  /**
540
540
  * Main content of the component.
541
541
  */
@@ -546,16 +546,16 @@ interface Props$3f {
546
546
  className?: string;
547
547
  }
548
548
 
549
- declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$3e & React$1.RefAttributes<HTMLDivElement>>;
550
- interface Props$3e {
549
+ declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$3f & React$1.RefAttributes<HTMLDivElement>>;
550
+ interface Props$3f {
551
551
  /**
552
552
  * Sets root header class.
553
553
  */
554
554
  className?: string;
555
555
  }
556
556
 
557
- declare const DialogNext: React$1.ForwardRefExoticComponent<Props$3d & React$1.RefAttributes<HTMLDivElement>>;
558
- interface Props$3d {
557
+ declare const DialogNext: React$1.ForwardRefExoticComponent<Props$3e & React$1.RefAttributes<HTMLDivElement>>;
558
+ interface Props$3e {
559
559
  /**
560
560
  * Main content of the component.
561
561
  */
@@ -594,16 +594,16 @@ interface Props$3d {
594
594
  alert?: boolean;
595
595
  }
596
596
 
597
- declare const DialogActions: React$1.FC<Props$3c>;
598
- interface Props$3c {
597
+ declare const DialogActions: React$1.FC<Props$3d>;
598
+ interface Props$3d {
599
599
  /**
600
600
  * Main content of the component.
601
601
  */
602
602
  children: React$1.ReactNode;
603
603
  }
604
604
 
605
- declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$3b & React$1.RefAttributes<HTMLDivElement>>;
606
- interface Props$3b extends React$1.HTMLAttributes<HTMLDivElement> {
605
+ declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$3c & React$1.RefAttributes<HTMLDivElement>>;
606
+ interface Props$3c extends React$1.HTMLAttributes<HTMLDivElement> {
607
607
  /**
608
608
  * Main content of the component.
609
609
  */
@@ -614,8 +614,8 @@ interface Props$3b extends React$1.HTMLAttributes<HTMLDivElement> {
614
614
  overflow?: boolean;
615
615
  }
616
616
 
617
- declare const DialogFooter: React$1.FC<Props$3a>;
618
- interface Props$3a {
617
+ declare const DialogFooter: React$1.FC<Props$3b>;
618
+ interface Props$3b {
619
619
  /**
620
620
  * Main content of the component.
621
621
  */
@@ -631,8 +631,8 @@ interface Props$3a {
631
631
  }[];
632
632
  }
633
633
 
634
- declare const DialogHeader: React$1.FC<Props$39>;
635
- interface Props$39 {
634
+ declare const DialogHeader: React$1.FC<Props$3a>;
635
+ interface Props$3a {
636
636
  /**
637
637
  * Sets focus on close button on mount.
638
638
  */
@@ -655,8 +655,8 @@ interface Props$39 {
655
655
  type?: 'success' | 'error' | 'info';
656
656
  }
657
657
 
658
- declare const DialogProgressHeader: React$1.FC<Props$38>;
659
- interface Props$38 {
658
+ declare const DialogProgressHeader: React$1.FC<Props$39>;
659
+ interface Props$39 {
660
660
  /**
661
661
  * Sets focus on close button on mount.
662
662
  */
@@ -687,16 +687,16 @@ interface Props$38 {
687
687
  title?: string;
688
688
  }
689
689
 
690
- declare const DialogRow: React$1.FC<Props$37>;
691
- interface Props$37 extends React$1.HTMLAttributes<HTMLDivElement> {
690
+ declare const DialogRow: React$1.FC<Props$38>;
691
+ interface Props$38 extends React$1.HTMLAttributes<HTMLDivElement> {
692
692
  /**
693
693
  * Main content of the component.
694
694
  */
695
695
  children: React$1.ReactNode;
696
696
  }
697
697
 
698
- declare const DialogSection: React$1.FC<Props$36>;
699
- interface Props$36 {
698
+ declare const DialogSection: React$1.FC<Props$37>;
699
+ interface Props$37 {
700
700
  /**
701
701
  * Main content of the component.
702
702
  */
@@ -815,35 +815,35 @@ interface DialogProps extends DialogSwitchProps {
815
815
  * Entry component for the dialog.
816
816
  * Initializes selected dialog mode and optionally adds common options and draggability if needed.
817
817
  */
818
- declare const Dialog: React$1.FC<Props$35>;
819
- type Props$35 = DialogProps;
818
+ declare const Dialog: React$1.FC<Props$36>;
819
+ type Props$36 = DialogProps;
820
820
 
821
- interface Props$34 {
821
+ interface Props$35 {
822
822
  /**
823
823
  * Sets root class.
824
824
  */
825
825
  className: string;
826
826
  }
827
827
 
828
- declare const Zip: React$1.FC<Props$34>;
828
+ declare const Zip: React$1.FC<Props$35>;
829
829
 
830
- declare const Empty: React$1.FC<Props$34>;
830
+ declare const Empty: React$1.FC<Props$35>;
831
831
 
832
- declare const Excel: React$1.FC<Props$34>;
832
+ declare const Excel: React$1.FC<Props$35>;
833
833
 
834
- declare const Img: React$1.FC<Props$34>;
834
+ declare const Img: React$1.FC<Props$35>;
835
835
 
836
- declare const Movie: React$1.FC<Props$34>;
836
+ declare const Movie: React$1.FC<Props$35>;
837
837
 
838
- declare const Music: React$1.FC<Props$34>;
838
+ declare const Music: React$1.FC<Props$35>;
839
839
 
840
- declare const Pdf: React$1.FC<Props$34>;
840
+ declare const Pdf: React$1.FC<Props$35>;
841
841
 
842
- declare const Ppt: React$1.FC<Props$34>;
842
+ declare const Ppt: React$1.FC<Props$35>;
843
843
 
844
- declare const Txt: React$1.FC<Props$34>;
844
+ declare const Txt: React$1.FC<Props$35>;
845
845
 
846
- declare const Word: React$1.FC<Props$34>;
846
+ declare const Word: React$1.FC<Props$35>;
847
847
 
848
848
  declare const icons_Empty: typeof Empty;
849
849
  declare const icons_Excel: typeof Excel;
@@ -858,9 +858,9 @@ declare namespace icons {
858
858
  export { Zip as Archive, icons_Empty as Empty, icons_Excel as Excel, icons_Img as Img, icons_Movie as Movie, icons_Music as Music, icons_Pdf as Pdf, icons_Ppt as Ppt, icons_Txt as Txt, icons_Word as Word };
859
859
  }
860
860
 
861
- declare const DocIcon: React$1.FC<Props$33>;
861
+ declare const DocIcon: React$1.FC<Props$34>;
862
862
  type DocIconName = keyof typeof icons;
863
- interface Props$33 {
863
+ interface Props$34 {
864
864
  /**
865
865
  * Name of selected icon.
866
866
  */
@@ -871,8 +871,8 @@ interface Props$33 {
871
871
  limitSize?: boolean;
872
872
  }
873
873
 
874
- declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$32 & React$1.RefAttributes<HTMLElement>>;
875
- interface Props$32 {
874
+ declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$33 & React$1.RefAttributes<HTMLElement>>;
875
+ interface Props$33 {
876
876
  /**
877
877
  * Main content of the component.
878
878
  */
@@ -887,8 +887,8 @@ interface Props$32 {
887
887
  'data-visible'?: boolean;
888
888
  }
889
889
 
890
- declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$31 & React$1.RefAttributes<HTMLDivElement>>;
891
- interface Props$31 {
890
+ declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$32 & React$1.RefAttributes<HTMLDivElement>>;
891
+ interface Props$32 {
892
892
  /**
893
893
  * Sets item as active.
894
894
  */
@@ -943,8 +943,8 @@ interface Props$31 {
943
943
  onCheckboxClick?: React$1.MouseEventHandler<HTMLButtonElement>;
944
944
  }
945
945
 
946
- declare const Gallery: React$1.FC<Props$30>;
947
- interface Props$30 {
946
+ declare const Gallery: React$1.FC<Props$31>;
947
+ interface Props$31 {
948
948
  /**
949
949
  * Main content of the component.
950
950
  */
@@ -963,8 +963,8 @@ interface Props$30 {
963
963
  zoom?: number;
964
964
  }
965
965
 
966
- declare const Link: React$1.FC<Props$2$>;
967
- interface Props$2$ {
966
+ declare const Link: React$1.FC<Props$30>;
967
+ interface Props$30 {
968
968
  /**
969
969
  * URL to pass to the link element.
970
970
  */
@@ -975,8 +975,8 @@ interface Props$2$ {
975
975
  children: React$1.ReactNode;
976
976
  }
977
977
 
978
- declare const MenuItem: React$1.FC<Props$2_>;
979
- interface Props$2_ {
978
+ declare const MenuItem: React$1.FC<Props$2$>;
979
+ interface Props$2$ {
980
980
  /**
981
981
  * Disables auto-close on click.
982
982
  */
@@ -1003,8 +1003,8 @@ interface Props$2_ {
1003
1003
  onClick?: () => void;
1004
1004
  }
1005
1005
 
1006
- declare const MenuSubSection: React$1.FC<Props$2Z>;
1007
- interface Props$2Z {
1006
+ declare const MenuSubSection: React$1.FC<Props$2_>;
1007
+ interface Props$2_ {
1008
1008
  /**
1009
1009
  * Main content of the component.
1010
1010
  */
@@ -1031,8 +1031,8 @@ interface Props$2Z {
1031
1031
  title: string;
1032
1032
  }
1033
1033
 
1034
- declare const MenuSection: React$1.FC<Props$2Y>;
1035
- interface Props$2Y {
1034
+ declare const MenuSection: React$1.FC<Props$2Z>;
1035
+ interface Props$2Z {
1036
1036
  /**
1037
1037
  * Main content of the component.
1038
1038
  */
@@ -1064,16 +1064,16 @@ type PopperAnchorRef = HTMLElement | null | undefined;
1064
1064
  type PopperOffsetValue = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
1065
1065
  type PopperOffset = [PopperOffsetValue, PopperOffsetValue];
1066
1066
 
1067
- declare const PopperArrow: React__default.FC<Props$2X>;
1068
- interface Props$2X {
1067
+ declare const PopperArrow: React__default.FC<Props$2Y>;
1068
+ interface Props$2Y {
1069
1069
  /**
1070
1070
  * Sets arrow size.
1071
1071
  */
1072
1072
  size?: 'sm' | 'md';
1073
1073
  }
1074
1074
 
1075
- declare const Popper: React__default.ForwardRefExoticComponent<Props$2W & React__default.RefAttributes<HTMLElement>>;
1076
- interface Props$2W {
1075
+ declare const Popper: React__default.ForwardRefExoticComponent<Props$2X & React__default.RefAttributes<HTMLElement>>;
1076
+ interface Props$2X {
1077
1077
  /**
1078
1078
  * Anchor element. Popper will be mounted to this element.
1079
1079
  */
@@ -1112,8 +1112,8 @@ interface Props$2W {
1112
1112
  onKeyDown?: React__default.KeyboardEventHandler;
1113
1113
  }
1114
1114
 
1115
- declare const Menu: React$1.ForwardRefExoticComponent<Props$2V & React$1.RefAttributes<HTMLDivElement>>;
1116
- interface Props$2V {
1115
+ declare const Menu: React$1.ForwardRefExoticComponent<Props$2W & React$1.RefAttributes<HTMLDivElement>>;
1116
+ interface Props$2W {
1117
1117
  /**
1118
1118
  * Anchor element.
1119
1119
  */
@@ -1144,16 +1144,16 @@ interface Props$2V {
1144
1144
  sameWidth?: boolean;
1145
1145
  }
1146
1146
 
1147
- declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$2U & React$1.RefAttributes<HTMLDivElement>>;
1148
- interface Props$2U {
1147
+ declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$2V & React$1.RefAttributes<HTMLDivElement>>;
1148
+ interface Props$2V {
1149
1149
  /**
1150
1150
  * Main content of the component.
1151
1151
  */
1152
1152
  children?: React$1.ReactNode;
1153
1153
  }
1154
1154
 
1155
- declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$2T & React$1.RefAttributes<HTMLLIElement>>;
1156
- interface Props$2T {
1155
+ declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$2U & React$1.RefAttributes<HTMLLIElement>>;
1156
+ interface Props$2U {
1157
1157
  /**
1158
1158
  * Main content of the component.
1159
1159
  */
@@ -1172,8 +1172,8 @@ interface Props$2T {
1172
1172
  isLoading?: boolean;
1173
1173
  }
1174
1174
 
1175
- declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$2S & React$1.RefAttributes<HTMLDivElement>>;
1176
- interface Props$2S {
1175
+ declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$2T & React$1.RefAttributes<HTMLDivElement>>;
1176
+ interface Props$2T {
1177
1177
  /**
1178
1178
  * Main content of the component.
1179
1179
  */
@@ -1188,8 +1188,8 @@ interface Props$2S {
1188
1188
  type: 'error' | 'warning';
1189
1189
  }
1190
1190
 
1191
- declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$2R & React$1.RefAttributes<HTMLDivElement>>;
1192
- interface Props$2R {
1191
+ declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$2S & React$1.RefAttributes<HTMLDivElement>>;
1192
+ interface Props$2S {
1193
1193
  /**
1194
1194
  * Main content of the component.
1195
1195
  */
@@ -1200,8 +1200,8 @@ interface Props$2R {
1200
1200
  id?: string;
1201
1201
  }
1202
1202
 
1203
- declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$2Q & React$1.RefAttributes<HTMLDivElement>>;
1204
- interface Props$2Q {
1203
+ declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$2R & React$1.RefAttributes<HTMLDivElement>>;
1204
+ interface Props$2R {
1205
1205
  /**
1206
1206
  * Main content of the component.
1207
1207
  */
@@ -1212,8 +1212,8 @@ interface Props$2Q {
1212
1212
  id?: string;
1213
1213
  }
1214
1214
 
1215
- declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$2P & React$1.RefAttributes<HTMLDivElement>>;
1216
- interface Props$2P {
1215
+ declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$2Q & React$1.RefAttributes<HTMLDivElement>>;
1216
+ interface Props$2Q {
1217
1217
  /**
1218
1218
  * Sets the dialog content ID.
1219
1219
  */
@@ -1228,16 +1228,16 @@ interface Props$2P {
1228
1228
  children: React$1.ReactNode;
1229
1229
  }
1230
1230
 
1231
- declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$2O & React$1.RefAttributes<HTMLLIElement>>;
1232
- interface Props$2O {
1231
+ declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$2P & React$1.RefAttributes<HTMLLIElement>>;
1232
+ interface Props$2P {
1233
1233
  /**
1234
1234
  * Item to display in the list.
1235
1235
  */
1236
1236
  children: React$1.ReactNode;
1237
1237
  }
1238
1238
 
1239
- declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$2N & React$1.RefAttributes<HTMLDivElement>>;
1240
- interface Props$2N {
1239
+ declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$2O & React$1.RefAttributes<HTMLDivElement>>;
1240
+ interface Props$2O {
1241
1241
  /**
1242
1242
  * Main content of the component.
1243
1243
  */
@@ -1248,16 +1248,16 @@ interface Props$2N {
1248
1248
  spaceBetween?: boolean;
1249
1249
  }
1250
1250
 
1251
- declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$2M & React$1.RefAttributes<HTMLDivElement>>;
1252
- interface Props$2M {
1251
+ declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$2N & React$1.RefAttributes<HTMLDivElement>>;
1252
+ interface Props$2N {
1253
1253
  /**
1254
1254
  * Main content of the component.
1255
1255
  */
1256
1256
  children?: React$1.ReactNode;
1257
1257
  }
1258
1258
 
1259
- declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$2L & React$1.RefAttributes<HTMLDivElement>>;
1260
- interface Props$2L {
1259
+ declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$2M & React$1.RefAttributes<HTMLDivElement>>;
1260
+ interface Props$2M {
1261
1261
  /**
1262
1262
  * Enables the top border accent.
1263
1263
  */
@@ -1269,7 +1269,7 @@ interface Props$2L {
1269
1269
  /**
1270
1270
  * Name of selected icon.
1271
1271
  */
1272
- icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$3p>;
1272
+ icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$3q>;
1273
1273
  /**
1274
1274
  * Optional sub title of the modal.
1275
1275
  */
@@ -1284,8 +1284,8 @@ interface Props$2L {
1284
1284
  titleId?: string;
1285
1285
  }
1286
1286
 
1287
- declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$2K & React$1.RefAttributes<HTMLDivElement>>;
1288
- interface Props$2K {
1287
+ declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$2L & React$1.RefAttributes<HTMLDivElement>>;
1288
+ interface Props$2L {
1289
1289
  /**
1290
1290
  * Main content of the component.
1291
1291
  */
@@ -1383,8 +1383,8 @@ interface NavbarContext {
1383
1383
  declare const NavbarContext: React$1.Context<NavbarContext>;
1384
1384
  declare const useNavbarCtx: () => NavbarContext;
1385
1385
 
1386
- declare const NavbarItem: React$1.FC<Props$2J>;
1387
- interface Props$2J {
1386
+ declare const NavbarItem: React$1.FC<Props$2K>;
1387
+ interface Props$2K {
1388
1388
  /**
1389
1389
  * Applies active styling.
1390
1390
  */
@@ -1451,8 +1451,8 @@ interface Props$2J {
1451
1451
  onDelete?: () => void;
1452
1452
  }
1453
1453
 
1454
- declare const NavbarItemContainer: React$1.FC<Props$2I>;
1455
- interface Props$2I {
1454
+ declare const NavbarItemContainer: React$1.FC<Props$2J>;
1455
+ interface Props$2J {
1456
1456
  /**
1457
1457
  * Marks container as active.
1458
1458
  */
@@ -1463,8 +1463,8 @@ interface Props$2I {
1463
1463
  children: React$1.ReactNode;
1464
1464
  }
1465
1465
 
1466
- declare const NavbarItemContent: React$1.FC<Props$2H>;
1467
- interface Props$2H {
1466
+ declare const NavbarItemContent: React$1.FC<Props$2I>;
1467
+ interface Props$2I {
1468
1468
  /**
1469
1469
  * Adds enter / exit animation.
1470
1470
  */
@@ -1483,8 +1483,8 @@ interface Props$2H {
1483
1483
  hidden?: boolean;
1484
1484
  }
1485
1485
 
1486
- declare const NavbarItemLabel: React$1.FC<Props$2G>;
1487
- interface Props$2G {
1486
+ declare const NavbarItemLabel: React$1.FC<Props$2H>;
1487
+ interface Props$2H {
1488
1488
  /**
1489
1489
  * Toggles icon animation if parent item is hovered.
1490
1490
  */
@@ -1496,11 +1496,11 @@ interface Props$2G {
1496
1496
  /**
1497
1497
  * Displayed icon.
1498
1498
  */
1499
- icon?: React$1.ReactElement<Props$3p>;
1499
+ icon?: React$1.ReactElement<Props$3q>;
1500
1500
  }
1501
1501
 
1502
- declare const NavbarItemsGroup: React$1.FC<Props$2F>;
1503
- interface Props$2F {
1502
+ declare const NavbarItemsGroup: React$1.FC<Props$2G>;
1503
+ interface Props$2G {
1504
1504
  /**
1505
1505
  * Animates group on collapse.
1506
1506
  */
@@ -1519,8 +1519,8 @@ interface Props$2F {
1519
1519
  level?: number;
1520
1520
  }
1521
1521
 
1522
- declare const NavbarLink: React$1.FC<Props$2E>;
1523
- interface Props$2E {
1522
+ declare const NavbarLink: React$1.FC<Props$2F>;
1523
+ interface Props$2F {
1524
1524
  /**
1525
1525
  * Renders link content.
1526
1526
  */
@@ -1533,8 +1533,8 @@ interface Props$2E {
1533
1533
  href?: string;
1534
1534
  }
1535
1535
 
1536
- declare const NavbarScrollableContent: React$1.FC<Props$2D>;
1537
- interface Props$2D {
1536
+ declare const NavbarScrollableContent: React$1.FC<Props$2E>;
1537
+ interface Props$2E {
1538
1538
  /**
1539
1539
  * Main content of the component.
1540
1540
  */
@@ -1543,8 +1543,8 @@ interface Props$2D {
1543
1543
 
1544
1544
  declare const NavbarSeparator: React$1.FC;
1545
1545
 
1546
- declare const NavbarToggleButton: React$1.FC<Props$2C>;
1547
- interface Props$2C {
1546
+ declare const NavbarToggleButton: React$1.FC<Props$2D>;
1547
+ interface Props$2D {
1548
1548
  /**
1549
1549
  * Label shown when navbar will collapse.
1550
1550
  */
@@ -1559,8 +1559,8 @@ interface Props$2C {
1559
1559
  openLabel?: string;
1560
1560
  }
1561
1561
 
1562
- declare const Navbar: React$1.FC<Props$2B>;
1563
- interface Props$2B {
1562
+ declare const Navbar: React$1.FC<Props$2C>;
1563
+ interface Props$2C {
1564
1564
  /**
1565
1565
  * Labels navigation element.
1566
1566
  */
@@ -1579,8 +1579,8 @@ interface Props$2B {
1579
1579
  onActiveItemFocus?: () => void;
1580
1580
  }
1581
1581
 
1582
- declare const Modal: React$1.FC<Props$2A>;
1583
- interface Props$2A {
1582
+ declare const Modal: React$1.FC<Props$2B>;
1583
+ interface Props$2B {
1584
1584
  /**
1585
1585
  * Optional children.
1586
1586
  */
@@ -1603,14 +1603,34 @@ interface Props$2A {
1603
1603
  variant?: 'transparent' | 'semi-transparent';
1604
1604
  }
1605
1605
 
1606
- declare const PanelActions: React$1.FC<Props$2z>;
1607
- interface Props$2z {
1606
+ declare const PanelActions: React$1.FC<Props$2A>;
1607
+ interface Props$2A {
1608
1608
  /**
1609
1609
  * Main content of the component.
1610
1610
  */
1611
1611
  children?: React$1.ReactNode;
1612
1612
  }
1613
1613
 
1614
+ declare const PanelCheckbox: React$1.FC<Props$2z>;
1615
+ interface Props$2z {
1616
+ /**
1617
+ * Sets current input's value.
1618
+ */
1619
+ checked: boolean;
1620
+ /**
1621
+ * Callback invoked upon value's change.
1622
+ */
1623
+ onChange: (checked: boolean) => void;
1624
+ /**
1625
+ * Label of the input element.
1626
+ */
1627
+ label?: string;
1628
+ /**
1629
+ * Description of the input element.
1630
+ */
1631
+ description?: React$1.ReactNode;
1632
+ }
1633
+
1614
1634
  declare const PanelColumn: React$1.FC<Props$2y>;
1615
1635
  interface Props$2y {
1616
1636
  /**
@@ -2461,7 +2481,7 @@ interface Props$1V {
2461
2481
  /**
2462
2482
  * Sets tag size.
2463
2483
  */
2464
- size?: 'sm' | 'md';
2484
+ size?: 'xs' | 'sm' | 'md';
2465
2485
  /**
2466
2486
  * Sets tag as removable.
2467
2487
  */
@@ -3697,6 +3717,7 @@ declare const useScrollDnd: (container?: HTMLElement | null, type?: string) => v
3697
3717
  */
3698
3718
  declare const useDownload: (root?: HTMLElement | null) => {
3699
3719
  downloadFile: (downloadUrl: string) => void;
3720
+ downloadIframeFile: (downloadUrl: string) => void;
3700
3721
  };
3701
3722
 
3702
3723
  /**
@@ -4716,7 +4737,7 @@ interface Props$1a {
4716
4737
  }
4717
4738
 
4718
4739
  declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$19 & React$1.RefAttributes<HTMLButtonElement>>;
4719
- interface Props$19 extends Props$3o {
4740
+ interface Props$19 extends Props$3p {
4720
4741
  /**
4721
4742
  * Delays loader appearance. Defaults to `true`.
4722
4743
  */
@@ -5080,11 +5101,11 @@ interface Props$N {
5080
5101
  /**
5081
5102
  * Optional button.
5082
5103
  */
5083
- button?: React$1.ReactElement<Props$3o> | null;
5104
+ button?: React$1.ReactElement<Props$3p> | null;
5084
5105
  /**
5085
5106
  * Optional icon.
5086
5107
  */
5087
- icon?: React$1.ReactElement<Props$3p> | ((props: Props$3p) => React$1.ReactNode) | null;
5108
+ icon?: React$1.ReactElement<Props$3q> | ((props: Props$3q) => React$1.ReactNode) | null;
5088
5109
  }
5089
5110
 
5090
5111
  declare const NavigationDialogItemLabel: React$1.FC<Props$M>;
@@ -5096,7 +5117,7 @@ interface Props$M {
5096
5117
  /**
5097
5118
  * Displayed icon.
5098
5119
  */
5099
- icon?: React$1.ReactElement<Props$3p>;
5120
+ icon?: React$1.ReactElement<Props$3q>;
5100
5121
  }
5101
5122
 
5102
5123
  declare const NavigationDialog: React$1.ForwardRefExoticComponent<Props$L & React$1.RefAttributes<HTMLDivElement>>;
@@ -5522,7 +5543,7 @@ interface Props$H {
5522
5543
  title?: string;
5523
5544
  }
5524
5545
 
5525
- declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$3o, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
5546
+ declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$3p, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
5526
5547
 
5527
5548
  declare const ImageEditorButtonsGroup: React$1.ForwardRefExoticComponent<Props$G & React$1.RefAttributes<HTMLDivElement>>;
5528
5549
  interface Props$G {
@@ -5597,7 +5618,7 @@ interface Props$B {
5597
5618
  /**
5598
5619
  * Icon to display.
5599
5620
  */
5600
- icon?: React$1.ReactElement<Props$3p>;
5621
+ icon?: React$1.ReactElement<Props$3q>;
5601
5622
  }
5602
5623
 
5603
5624
  declare const ImageEditorCropCardFreeform: React$1.ForwardRefExoticComponent<Props$A & React$1.RefAttributes<HTMLDivElement>>;
@@ -5609,7 +5630,7 @@ interface Props$A {
5609
5630
  /**
5610
5631
  * Icon to display
5611
5632
  */
5612
- icon?: React$1.ReactElement<Props$3p>;
5633
+ icon?: React$1.ReactElement<Props$3q>;
5613
5634
  }
5614
5635
 
5615
5636
  declare const ImageEditorCropCardList: React$1.ForwardRefExoticComponent<Props$z & React$1.RefAttributes<HTMLDivElement>>;
@@ -5629,7 +5650,7 @@ interface Props$y {
5629
5650
  /**
5630
5651
  * Icon to display
5631
5652
  */
5632
- icon?: React$1.ReactElement<Props$3p>;
5653
+ icon?: React$1.ReactElement<Props$3q>;
5633
5654
  }
5634
5655
 
5635
5656
  declare const ImageEditorDemoLabel: React$1.FC<Props$x>;
@@ -5644,9 +5665,9 @@ interface Props$x {
5644
5665
  creditHref?: string;
5645
5666
  }
5646
5667
 
5647
- declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$3o, 'children' | 'onClick'>>;
5668
+ declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$3p, 'children' | 'onClick'>>;
5648
5669
 
5649
- declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$3o, 'children' | 'onClick'>>;
5670
+ declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$3p, 'children' | 'onClick'>>;
5650
5671
 
5651
5672
  declare const ImageEditorLoader: React$1.ForwardRefExoticComponent<Props$w & React$1.RefAttributes<HTMLDivElement>>;
5652
5673
  interface Props$w {
@@ -5724,7 +5745,7 @@ interface Props$r {
5724
5745
  placeholder?: string;
5725
5746
  }
5726
5747
 
5727
- declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$3o, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
5748
+ declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$3p, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
5728
5749
 
5729
5750
  declare const ImageEditorResizeDimensions: React$1.ForwardRefExoticComponent<Props$q & React$1.RefAttributes<HTMLDivElement>>;
5730
5751
  interface Props$q {
@@ -5742,9 +5763,9 @@ interface Props$q {
5742
5763
  widthInput: React$1.ReactNode;
5743
5764
  }
5744
5765
 
5745
- declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$3o, 'children' | 'onClick'>>;
5766
+ declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$3p, 'children' | 'onClick'>>;
5746
5767
 
5747
- declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$3o, 'children' | 'onClick'>>;
5768
+ declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$3p, 'children' | 'onClick'>>;
5748
5769
 
5749
5770
  declare const ImageEditorSaveDialog: React$1.ForwardRefExoticComponent<Props$p & React$1.RefAttributes<HTMLDivElement>>;
5750
5771
  interface Props$p {
@@ -5778,7 +5799,7 @@ interface Props$n {
5778
5799
  title?: string;
5779
5800
  }
5780
5801
 
5781
- declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$3o, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
5802
+ declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$3p, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
5782
5803
 
5783
5804
  declare const ImageEditorSaveDialogHeader: React$1.ForwardRefExoticComponent<Props$m & React$1.RefAttributes<HTMLDivElement>>;
5784
5805
  interface Props$m {
@@ -6048,7 +6069,7 @@ interface Props$a {
6048
6069
  /**
6049
6070
  * Icon to display.
6050
6071
  */
6051
- icon?: React$1.ReactElement<Props$3p>;
6072
+ icon?: React$1.ReactElement<Props$3q>;
6052
6073
  /**
6053
6074
  * Unique ID of a tab.
6054
6075
  */
@@ -6163,4 +6184,4 @@ interface Props {
6163
6184
  className?: string;
6164
6185
  }
6165
6186
 
6166
- export { Avatar, Bottombar, Button, type ButtonColor, ButtonGroup, ButtonRow, type ButtonSize, type ButtonType, COLLAPSE_THRESHOLD, CONTAINER_QUERY_BREAKPOINTS, CROPPER_FLIP_FACTOR, CROPPER_FULL_ROTATION, CROPPER_INIT_SCALE, CROPPER_MIN_ZOOM_VALUE, CROPPER_ROTATION_ANGLE, CROPPER_ZOOM_FACTOR, CROPPER_ZOOM_STEP, CROPPER_ZOOM_STEP_FINE, CROPPER_ZOOM_THRESHOLD, Checkbox, CheckboxLabel, CircularLoader, ContainerQuery, ContainerQueryProvider, CopyButton, CopyableInput, CopyableLabel, type CropperDimensions, type CropperLockedDimension, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogNext, DialogNextCloseButton, DialogNextColumn, DialogNextContent, DialogNextFooter, DialogNextHeader, DialogNextSeparator, DialogNextTitle, DialogProgressHeader, DialogRow, DialogSection, type Dimensions, DocIcon, type DocIconName, type DragDimensionsHandler, type DragHandler, type DraggableOptions, type DraggableState, Drawer, DrawerActions, DrawerContent, DrawerHeader, DrawerSection, type DropFile, type DropItem, Ellipsis, EmptyView, EmptyViewLabel, FileInput, FilePreview, FilePreviewActions, FilePreviewColumn, FilePreviewContent, FilePreviewHoverable, FilePreviewNavButton, FilePreviewTooltip, Fixed, FixedContext, FixedProvider, Form, FormFeedback, FormGroup, FormGroupColumn, FormGroupInfo, FormInputLabel, Gallery, GalleryFigure, GalleryItem, Icon, type IconColor, type IconName, type IconRenderProp, type IconRenderer, type IconSize, ImageEditor, ImageEditorActions, ImageEditorApplyButton, ImageEditorButtonsGroup, ImageEditorButtonsRow, ImageEditorCanvas, ImageEditorContent, ImageEditorContext, ImageEditorCropBoxDimensions, ImageEditorCropCard, ImageEditorCropCardFreeform, ImageEditorCropCardList, ImageEditorCropCardOriginal, ImageEditorDemoLabel, ImageEditorDimensionsInput, type ImageEditorEditingResult, ImageEditorFlipHorizontalButton, ImageEditorFlipVerticalButton, ImageEditorLoader, ImageEditorMenu, ImageEditorMenuContainer, ImageEditorMenuSection, ImageEditorMenuSubSection, type ImageEditorPresetGroup, type ImageEditorPresetOption, ImageEditorPresetSelect, ImageEditorPreviewContext, ImageEditorResetButton, ImageEditorResizeDimensions, ImageEditorRotateLeftButton, ImageEditorRotateRightButton, ImageEditorSaveDialog, ImageEditorSaveDialogActions, ImageEditorSaveDialogCanvas, ImageEditorPreviewCloseButton as ImageEditorSaveDialogCloseButton, ImageEditorSaveDialogHeader, ImageEditorSaveDialogImage, ImageEditorSaveDialogInfo, ImageEditorSaveDialogPreview, ImageEditorSaveDialogSaveButton, ImageEditorSaveDialogSection, ImageEditorToolbar, ImageEditorToolbarFlipHorizontalButton, ImageEditorToolbarFlipVerticalButton, ImageEditorToolbarImageSize, ImageEditorToolbarRotateLeftButton, ImageEditorToolbarRotateRightButton, ImageEditorToolbarSection, ImageEditorToolbarZoomInButton, ImageEditorToolbarZoomOutButton, ImageEditorToolbarZoomValue, ImageEditorWorkspace, type KeyAction, type KeyCombination, type KeyEventLike, type KeyModifier, type KeyProps, Link, List, type ListDndChildProps, type ListDndItem, type ListDndItemHookProps, type ListDndMoveItem, type ListDndOnDragEnd, type ListDndSetDraggable, type ListDndSetDraggablePartial, ListItem, ListItemActions, ListItemContent, type ListboxProps, LoadingButton, Menu, MenuItem, MenuSection, MenuSubSection, ModalDialog, ModalDialogActionContent, ModalDialogActionItem, ModalDialogCallout, ModalDialogContent, ModalDialogContentColumn, ModalDialogFooter, ModalDialogFooterAction, ModalDialogHeader, ModalDialogList, ModalDialogListItem, MouseEventButton, NAVBAR_COLLAPSED_WIDTH, NAVBAR_LOADING_DELAY, NAVBAR_MAX_WIDTH, NAVBAR_MIN_WIDTH, NAVBAR_PREVIEW_TIMEOUT, Navbar, NavbarContext, NavbarItem, NavbarItemContainer, NavbarItemContent, NavbarItemLabel, NavbarItemsGroup, NavbarLink, NavbarScrollableContent, NavbarSeparator, NavbarToggleButton, NavigationDialog, NavigationDialogContent, NavigationDialogFallbackContent, NavigationDialogFooter, NavigationDialogHeader, NavigationDialogItem, NavigationDialogItemAction, NavigationDialogItemLabel, Notification, Notifications, type OnScrollHandler, Modal as Overlay, Pagination, Panel, PanelActions, PanelColumn, PanelContent, PanelContentProp, PanelDescriptionItem, PanelDragHandle, PanelList, PanelListDivider, PanelSide, PanelSkeleton, PanelTitle, PdfViewer, type PermissionMap, type PermissionName, PermissionTag, Permissions, PermissionsActions, PermissionsContent, PermissionsForm, PermissionsFormGroup, PermissionsFormInput, PermissionsManagementPanel, PermissionsManagementPanelHeader, PermissionsManagementPanelRulesHeader, PermissionsPanel, PermissionsScopeHeader, PermissionsScopeList, PermissionsTitle, Pill, Pills, Popper, type PopperAnchorRef, PopperArrow, PopperContext, type PopperOffset, type PopperOffsetValue, type PopperPlacement, ProgressPanel, PropertiesTable, PropertiesTableRow, type Props$3p as Props, type RInterval, RangeSlider, type ResizeOptions, ResponsiveImage, ResponsiveImageFallback, ResponsiveImageFit, ResponsiveImageScalable, ResponsiveImageSkeleton, type ScrollCoordsConfig, type ScrollOptions, SearchDialog, SearchDialogActions, SearchDialogContent, SearchDialogFallback, SearchDialogHeader, SearchDialogInput, SearchDialogSection, Select, type SelectKeyboardNavProps, type SelectKeyboardNextIdGetter, SelectListboxGrid, type SelectOption, type SelectRenderableOption, type SelectSection, type SelectToggleHandler, SelectionArea, type SelectionAreaCoords, Skeleton, SortButton, SortableDndList, SortableDndListItem, Switch, SwitchInput, SwitchView, Tab, TabPanel, Table, TableBody, TableCell, TableContainer, TableHead, TableHeader, TableRow, TableToolbar, Tabs, Tag, TagInput, TagLabel, TagList, TextEllipsis, TextField, TextFieldInput, Textarea, type Props$c as TextareaProps, Tooltip, Topbar, TopbarAction, UIContext, UIProvider, type Props$1M as UIProviderProps, type UseFilesDropProps, View, ViewContent, ViewContentBar, ViewContentWrapper, ViewDialog, type Props$1N as ViewDialogProps, ViewFooter, ViewHeader, ViewPaper, ViewSideContent, ViewWrapper, type XYCoord, areItemsIdentical, base64FromBlurHash, checkIfDropFilesHaveFolders, clamp, clsx, formatTimeDistance, getAllFileEntries, getAllFiles, getClampedDimension, getClampedDimensions, getKeyHandler, getPixelCountFromImageBlob, getScrollVectors, getStandardDeviation, getValidChildren, hasOwnProperty, imageEditorContextDefaultValue, imageEditorPreviewContextDefaultValue, isClipboardItemSupported, matchesCombination, navbarContextInitProps, noOp, rInterval, readAllDirectoryEntries, readEntriesPromise, readFromClipboard, tryReadFromClipboard, tryWriteTextToClipboard, tryWriteToClipboard, uiContextInitProps, useBatchUpdate, useClickAway, useContainerKeyDown, useContainerQuery, useCropper, useCropperCrop, useCropperRotate, useCropperScale, useCropperZoom, useDeferredLoader, useDeferredUnmount, useDelay, useDownload, useDraggable, useElementVisibility, useFilesDrop, useFixedCtx, useForkRef, useGridSelection, useImageEditorContext, useImageEditorPreviewContext, useIsMounted, useIsomorphicLayoutEffect, useItemsOverflow, useListDnd, useNavbarCtx, usePopperCtx, useResettableTimeout, useResize, useResponsiveSizes, useScaleDown, useScroll, useScrollDnd, useToggle, useUIContext, validators_d as validators, writeTextToClipboard, writeToClipboard };
6187
+ export { Avatar, Bottombar, Button, type ButtonColor, ButtonGroup, ButtonRow, type ButtonSize, type ButtonType, COLLAPSE_THRESHOLD, CONTAINER_QUERY_BREAKPOINTS, CROPPER_FLIP_FACTOR, CROPPER_FULL_ROTATION, CROPPER_INIT_SCALE, CROPPER_MIN_ZOOM_VALUE, CROPPER_ROTATION_ANGLE, CROPPER_ZOOM_FACTOR, CROPPER_ZOOM_STEP, CROPPER_ZOOM_STEP_FINE, CROPPER_ZOOM_THRESHOLD, Checkbox, CheckboxLabel, CircularLoader, ContainerQuery, ContainerQueryProvider, CopyButton, CopyableInput, CopyableLabel, type CropperDimensions, type CropperLockedDimension, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogNext, DialogNextCloseButton, DialogNextColumn, DialogNextContent, DialogNextFooter, DialogNextHeader, DialogNextSeparator, DialogNextTitle, DialogProgressHeader, DialogRow, DialogSection, type Dimensions, DocIcon, type DocIconName, type DragDimensionsHandler, type DragHandler, type DraggableOptions, type DraggableState, Drawer, DrawerActions, DrawerContent, DrawerHeader, DrawerSection, type DropFile, type DropItem, Ellipsis, EmptyView, EmptyViewLabel, FileInput, FilePreview, FilePreviewActions, FilePreviewColumn, FilePreviewContent, FilePreviewHoverable, FilePreviewNavButton, FilePreviewTooltip, Fixed, FixedContext, FixedProvider, Form, FormFeedback, FormGroup, FormGroupColumn, FormGroupInfo, FormInputLabel, Gallery, GalleryFigure, GalleryItem, Icon, type IconColor, type IconName, type IconRenderProp, type IconRenderer, type IconSize, ImageEditor, ImageEditorActions, ImageEditorApplyButton, ImageEditorButtonsGroup, ImageEditorButtonsRow, ImageEditorCanvas, ImageEditorContent, ImageEditorContext, ImageEditorCropBoxDimensions, ImageEditorCropCard, ImageEditorCropCardFreeform, ImageEditorCropCardList, ImageEditorCropCardOriginal, ImageEditorDemoLabel, ImageEditorDimensionsInput, type ImageEditorEditingResult, ImageEditorFlipHorizontalButton, ImageEditorFlipVerticalButton, ImageEditorLoader, ImageEditorMenu, ImageEditorMenuContainer, ImageEditorMenuSection, ImageEditorMenuSubSection, type ImageEditorPresetGroup, type ImageEditorPresetOption, ImageEditorPresetSelect, ImageEditorPreviewContext, ImageEditorResetButton, ImageEditorResizeDimensions, ImageEditorRotateLeftButton, ImageEditorRotateRightButton, ImageEditorSaveDialog, ImageEditorSaveDialogActions, ImageEditorSaveDialogCanvas, ImageEditorPreviewCloseButton as ImageEditorSaveDialogCloseButton, ImageEditorSaveDialogHeader, ImageEditorSaveDialogImage, ImageEditorSaveDialogInfo, ImageEditorSaveDialogPreview, ImageEditorSaveDialogSaveButton, ImageEditorSaveDialogSection, ImageEditorToolbar, ImageEditorToolbarFlipHorizontalButton, ImageEditorToolbarFlipVerticalButton, ImageEditorToolbarImageSize, ImageEditorToolbarRotateLeftButton, ImageEditorToolbarRotateRightButton, ImageEditorToolbarSection, ImageEditorToolbarZoomInButton, ImageEditorToolbarZoomOutButton, ImageEditorToolbarZoomValue, ImageEditorWorkspace, type KeyAction, type KeyCombination, type KeyEventLike, type KeyModifier, type KeyProps, Link, List, type ListDndChildProps, type ListDndItem, type ListDndItemHookProps, type ListDndMoveItem, type ListDndOnDragEnd, type ListDndSetDraggable, type ListDndSetDraggablePartial, ListItem, ListItemActions, ListItemContent, type ListboxProps, LoadingButton, Menu, MenuItem, MenuSection, MenuSubSection, ModalDialog, ModalDialogActionContent, ModalDialogActionItem, ModalDialogCallout, ModalDialogContent, ModalDialogContentColumn, ModalDialogFooter, ModalDialogFooterAction, ModalDialogHeader, ModalDialogList, ModalDialogListItem, MouseEventButton, NAVBAR_COLLAPSED_WIDTH, NAVBAR_LOADING_DELAY, NAVBAR_MAX_WIDTH, NAVBAR_MIN_WIDTH, NAVBAR_PREVIEW_TIMEOUT, Navbar, NavbarContext, NavbarItem, NavbarItemContainer, NavbarItemContent, NavbarItemLabel, NavbarItemsGroup, NavbarLink, NavbarScrollableContent, NavbarSeparator, NavbarToggleButton, NavigationDialog, NavigationDialogContent, NavigationDialogFallbackContent, NavigationDialogFooter, NavigationDialogHeader, NavigationDialogItem, NavigationDialogItemAction, NavigationDialogItemLabel, Notification, Notifications, type OnScrollHandler, Modal as Overlay, Pagination, Panel, PanelActions, PanelCheckbox, PanelColumn, PanelContent, PanelContentProp, PanelDescriptionItem, PanelDragHandle, PanelList, PanelListDivider, PanelSide, PanelSkeleton, PanelTitle, PdfViewer, type PermissionMap, type PermissionName, PermissionTag, Permissions, PermissionsActions, PermissionsContent, PermissionsForm, PermissionsFormGroup, PermissionsFormInput, PermissionsManagementPanel, PermissionsManagementPanelHeader, PermissionsManagementPanelRulesHeader, PermissionsPanel, PermissionsScopeHeader, PermissionsScopeList, PermissionsTitle, Pill, Pills, Popper, type PopperAnchorRef, PopperArrow, PopperContext, type PopperOffset, type PopperOffsetValue, type PopperPlacement, ProgressPanel, PropertiesTable, PropertiesTableRow, type Props$3q as Props, type RInterval, RangeSlider, type ResizeOptions, ResponsiveImage, ResponsiveImageFallback, ResponsiveImageFit, ResponsiveImageScalable, ResponsiveImageSkeleton, type ScrollCoordsConfig, type ScrollOptions, SearchDialog, SearchDialogActions, SearchDialogContent, SearchDialogFallback, SearchDialogHeader, SearchDialogInput, SearchDialogSection, Select, type SelectKeyboardNavProps, type SelectKeyboardNextIdGetter, SelectListboxGrid, type SelectOption, type SelectRenderableOption, type SelectSection, type SelectToggleHandler, SelectionArea, type SelectionAreaCoords, Skeleton, SortButton, SortableDndList, SortableDndListItem, Switch, SwitchInput, SwitchView, Tab, TabPanel, Table, TableBody, TableCell, TableContainer, TableHead, TableHeader, TableRow, TableToolbar, Tabs, Tag, TagInput, TagLabel, TagList, TextEllipsis, TextField, TextFieldInput, Textarea, type Props$c as TextareaProps, Tooltip, Topbar, TopbarAction, UIContext, UIProvider, type Props$1M as UIProviderProps, type UseFilesDropProps, View, ViewContent, ViewContentBar, ViewContentWrapper, ViewDialog, type Props$1N as ViewDialogProps, ViewFooter, ViewHeader, ViewPaper, ViewSideContent, ViewWrapper, type XYCoord, areItemsIdentical, base64FromBlurHash, checkIfDropFilesHaveFolders, clamp, clsx, formatTimeDistance, getAllFileEntries, getAllFiles, getClampedDimension, getClampedDimensions, getKeyHandler, getPixelCountFromImageBlob, getScrollVectors, getStandardDeviation, getValidChildren, hasOwnProperty, imageEditorContextDefaultValue, imageEditorPreviewContextDefaultValue, isClipboardItemSupported, matchesCombination, navbarContextInitProps, noOp, rInterval, readAllDirectoryEntries, readEntriesPromise, readFromClipboard, tryReadFromClipboard, tryWriteTextToClipboard, tryWriteToClipboard, uiContextInitProps, useBatchUpdate, useClickAway, useContainerKeyDown, useContainerQuery, useCropper, useCropperCrop, useCropperRotate, useCropperScale, useCropperZoom, useDeferredLoader, useDeferredUnmount, useDelay, useDownload, useDraggable, useElementVisibility, useFilesDrop, useFixedCtx, useForkRef, useGridSelection, useImageEditorContext, useImageEditorPreviewContext, useIsMounted, useIsomorphicLayoutEffect, useItemsOverflow, useListDnd, useNavbarCtx, usePopperCtx, useResettableTimeout, useResize, useResponsiveSizes, useScaleDown, useScroll, useScrollDnd, useToggle, useUIContext, validators_d as validators, writeTextToClipboard, writeToClipboard };