@ckbox/components 2.10.1 → 2.11.0-rc.1

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.ForwardRefExoticComponent<Props$3G & React$1.RefAttributes<HTMLDivElement>>;
12
- interface Props$3G {
11
+ declare const Avatar: React$1.ForwardRefExoticComponent<Props$3J & React$1.RefAttributes<HTMLDivElement>>;
12
+ interface Props$3J {
13
13
  /**
14
14
  * ID used for determining color.
15
15
  */
@@ -174,7 +174,7 @@ declare const Warning: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
174
174
 
175
175
  declare const WarningAmberOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
176
176
 
177
- interface Props$3F {
177
+ interface Props$3I {
178
178
  /**
179
179
  * Toggles optional icon animation.
180
180
  */
@@ -189,15 +189,15 @@ interface Props$3F {
189
189
  'data-testid'?: string;
190
190
  }
191
191
 
192
- declare const ArrowRightOutlinedAnimated: React$1.FC<Props$3F>;
192
+ declare const ArrowRightOutlinedAnimated: React$1.FC<Props$3I>;
193
193
 
194
- declare const SettingsOutlinedAnimated: React$1.FC<Props$3F>;
194
+ declare const SettingsOutlinedAnimated: React$1.FC<Props$3I>;
195
195
 
196
- declare const SortAscending: React$1.FC<Props$3F>;
196
+ declare const SortAscending: React$1.FC<Props$3I>;
197
197
 
198
- declare const SortDescending: React$1.FC<Props$3F>;
198
+ declare const SortDescending: React$1.FC<Props$3I>;
199
199
 
200
- declare const Spinner: React$1.FC<Props$3F>;
200
+ declare const Spinner: React$1.FC<Props$3I>;
201
201
 
202
202
  declare const icons$1_AccessTimeOutlined: typeof AccessTimeOutlined;
203
203
  declare const icons$1_AddOutlined: typeof AddOutlined;
@@ -368,8 +368,8 @@ type IconName = keyof typeof icons$1;
368
368
  type IconSize = 'small' | 'base' | 'medium' | 'big' | 'bigger' | 'biggest' | 'humongous';
369
369
  type IconColor = 'accent' | 'danger' | 'default' | 'disabled' | 'muted' | 'success' | 'warning';
370
370
 
371
- declare const Icon: React$1.FC<Props$3E>;
372
- interface Props$3E {
371
+ declare const Icon: React$1.FC<Props$3H>;
372
+ interface Props$3H {
373
373
  /**
374
374
  * Toggles optional icon animation.
375
375
  */
@@ -399,8 +399,8 @@ interface Props$3E {
399
399
  size?: IconSize;
400
400
  }
401
401
 
402
- declare const ActionBanner: React$1.FC<Props$3D>;
403
- interface Props$3D {
402
+ declare const ActionBanner: React$1.FC<Props$3G>;
403
+ interface Props$3G {
404
404
  /**
405
405
  * Icon displayed for action button.
406
406
  */
@@ -419,8 +419,8 @@ interface Props$3D {
419
419
  actionLabel: string;
420
420
  }
421
421
 
422
- declare const Bottombar: React$1.ForwardRefExoticComponent<Props$3C & React$1.RefAttributes<HTMLDivElement>>;
423
- interface Props$3C {
422
+ declare const Bottombar: React$1.ForwardRefExoticComponent<Props$3F & React$1.RefAttributes<HTMLDivElement>>;
423
+ interface Props$3F {
424
424
  /**
425
425
  * Main content of the component.
426
426
  */
@@ -439,8 +439,8 @@ type ButtonSize = 'tiny' | 'small' | 'medium' | 'large';
439
439
  type ButtonType = 'fill' | 'outline' | 'plain' | 'link';
440
440
  type ButtonColor = 'action' | 'success' | 'danger' | 'neutral';
441
441
 
442
- declare const Button: React$1.ForwardRefExoticComponent<Props$3B & React$1.RefAttributes<HTMLButtonElement>>;
443
- interface Props$3B {
442
+ declare const Button: React$1.ForwardRefExoticComponent<Props$3E & React$1.RefAttributes<HTMLButtonElement>>;
443
+ interface Props$3E {
444
444
  /**
445
445
  * Applies active styling.
446
446
  */
@@ -489,6 +489,10 @@ interface Props$3B {
489
489
  * Render method for icon to be shown next to content.
490
490
  */
491
491
  iconRender?: IconRenderProp;
492
+ /**
493
+ * Displays accent dot in the top right corner of icon.
494
+ */
495
+ accentDot?: boolean;
492
496
  /**
493
497
  * Allows to pass custom content.
494
498
  */
@@ -535,24 +539,24 @@ interface Props$3B {
535
539
  disabledLabelWrapping?: boolean;
536
540
  }
537
541
 
538
- declare const ButtonGroup: React$1.FC<Props$3A>;
539
- interface Props$3A {
542
+ declare const ButtonGroup: React$1.FC<Props$3D>;
543
+ interface Props$3D {
540
544
  /**
541
545
  * Button components.
542
546
  */
543
547
  children: React$1.ReactNode;
544
548
  }
545
549
 
546
- declare const ButtonRow: React$1.FC<Props$3z>;
547
- interface Props$3z {
550
+ declare const ButtonRow: React$1.FC<Props$3C>;
551
+ interface Props$3C {
548
552
  /**
549
553
  * Button components.
550
554
  */
551
555
  children: React$1.ReactNode;
552
556
  }
553
557
 
554
- declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$3y & React$1.RefAttributes<HTMLButtonElement>>;
555
- interface Props$3y {
558
+ declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$3B & React$1.RefAttributes<HTMLButtonElement>>;
559
+ interface Props$3B {
556
560
  /**
557
561
  * Component's label.
558
562
  */
@@ -575,8 +579,8 @@ interface Props$3y {
575
579
  onClick?: () => void;
576
580
  }
577
581
 
578
- declare const CoreUploaderProgressPanel: ({ error, errorMessage, completed, actionIcon, actionLabel, onAction, id, title, thumbnailSrc, value, assetSize, displayThumbnail, }: Props$3x) => React$1.JSX.Element;
579
- interface Props$3x {
582
+ declare const CoreUploaderProgressPanel: ({ error, errorMessage, completed, actionIcon, actionLabel, onAction, id, title, thumbnailSrc, value, assetSize, displayThumbnail, }: Props$3A) => React$1.JSX.Element;
583
+ interface Props$3A {
580
584
  /**
581
585
  * Source string used for thumbnail.
582
586
  */
@@ -631,8 +635,8 @@ interface Props$3x {
631
635
  actionIcon?: IconName;
632
636
  }
633
637
 
634
- declare const CoreUploaderWorkingArea: React$1.ForwardRefExoticComponent<Props$3w & React$1.RefAttributes<HTMLDivElement>>;
635
- interface Props$3w {
638
+ declare const CoreUploaderWorkingArea: React$1.ForwardRefExoticComponent<Props$3z & React$1.RefAttributes<HTMLDivElement>>;
639
+ interface Props$3z {
636
640
  /**
637
641
  * Label displayed by component.
638
642
  */
@@ -651,8 +655,8 @@ interface Props$3w {
651
655
  uploadButton: React$1.ReactNode;
652
656
  }
653
657
 
654
- declare const CoreUploaderErrorPanel: ({ children, errorTitle, errorSubTitle }: Props$3v) => React$1.JSX.Element;
655
- interface Props$3v {
658
+ declare const CoreUploaderErrorPanel: ({ children, errorTitle, errorSubTitle }: Props$3y) => React$1.JSX.Element;
659
+ interface Props$3y {
656
660
  /**
657
661
  * Content displayed inside error panel.
658
662
  */
@@ -667,8 +671,8 @@ interface Props$3v {
667
671
  errorSubTitle: string;
668
672
  }
669
673
 
670
- declare const CoreUploaderView: ({ header, footer }: Props$3u) => React$1.JSX.Element;
671
- interface Props$3u {
674
+ declare const CoreUploaderView: ({ header, footer }: Props$3x) => React$1.JSX.Element;
675
+ interface Props$3x {
672
676
  /**
673
677
  * Content displayed as header element.
674
678
  */
@@ -679,8 +683,8 @@ interface Props$3u {
679
683
  footer?: React$1.ReactNode;
680
684
  }
681
685
 
682
- declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$3t & React$1.RefAttributes<HTMLDivElement>>;
683
- interface Props$3t {
686
+ declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$3w & React$1.RefAttributes<HTMLDivElement>>;
687
+ interface Props$3w {
684
688
  /**
685
689
  * Main content of the component.
686
690
  */
@@ -699,8 +703,8 @@ interface Props$3t {
699
703
  titleId?: string;
700
704
  }
701
705
 
702
- declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$3s & React$1.RefAttributes<HTMLDivElement>>;
703
- interface Props$3s {
706
+ declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$3v & React$1.RefAttributes<HTMLDivElement>>;
707
+ interface Props$3v {
704
708
  /**
705
709
  * Main content of the component.
706
710
  */
@@ -711,8 +715,8 @@ interface Props$3s {
711
715
  className?: string;
712
716
  }
713
717
 
714
- declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$3r & React$1.RefAttributes<HTMLDivElement>>;
715
- interface Props$3r {
718
+ declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$3u & React$1.RefAttributes<HTMLDivElement>>;
719
+ interface Props$3u {
716
720
  /**
717
721
  * Main content of the component.
718
722
  */
@@ -731,8 +735,8 @@ interface Props$3r {
731
735
  id?: string;
732
736
  }
733
737
 
734
- declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$3q & React$1.RefAttributes<HTMLDivElement>>;
735
- interface Props$3q {
738
+ declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$3t & React$1.RefAttributes<HTMLDivElement>>;
739
+ interface Props$3t {
736
740
  /**
737
741
  * Main content of the component.
738
742
  */
@@ -743,8 +747,8 @@ interface Props$3q {
743
747
  className?: string;
744
748
  }
745
749
 
746
- declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$3p & React$1.RefAttributes<HTMLButtonElement>>;
747
- interface Props$3p {
750
+ declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$3s & React$1.RefAttributes<HTMLButtonElement>>;
751
+ interface Props$3s {
748
752
  /**
749
753
  * Close button's label.
750
754
  */
@@ -755,8 +759,8 @@ interface Props$3p {
755
759
  className?: string;
756
760
  }
757
761
 
758
- declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$3o & React$1.RefAttributes<HTMLDivElement>>;
759
- interface Props$3o {
762
+ declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$3r & React$1.RefAttributes<HTMLDivElement>>;
763
+ interface Props$3r {
760
764
  /**
761
765
  * Main content of the component.
762
766
  */
@@ -767,16 +771,16 @@ interface Props$3o {
767
771
  className?: string;
768
772
  }
769
773
 
770
- declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$3n & React$1.RefAttributes<HTMLDivElement>>;
771
- interface Props$3n {
774
+ declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$3q & React$1.RefAttributes<HTMLDivElement>>;
775
+ interface Props$3q {
772
776
  /**
773
777
  * Sets root header class.
774
778
  */
775
779
  className?: string;
776
780
  }
777
781
 
778
- declare const DialogNext: React$1.ForwardRefExoticComponent<Props$3m & React$1.RefAttributes<HTMLDivElement>>;
779
- interface Props$3m {
782
+ declare const DialogNext: React$1.ForwardRefExoticComponent<Props$3p & React$1.RefAttributes<HTMLDivElement>>;
783
+ interface Props$3p {
780
784
  /**
781
785
  * Main content of the component.
782
786
  */
@@ -815,16 +819,16 @@ interface Props$3m {
815
819
  alert?: boolean;
816
820
  }
817
821
 
818
- declare const DialogActions: React$1.FC<Props$3l>;
819
- interface Props$3l {
822
+ declare const DialogActions: React$1.FC<Props$3o>;
823
+ interface Props$3o {
820
824
  /**
821
825
  * Main content of the component.
822
826
  */
823
827
  children: React$1.ReactNode;
824
828
  }
825
829
 
826
- declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$3k & React$1.RefAttributes<HTMLDivElement>>;
827
- interface Props$3k extends React$1.HTMLAttributes<HTMLDivElement> {
830
+ declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$3n & React$1.RefAttributes<HTMLDivElement>>;
831
+ interface Props$3n extends React$1.HTMLAttributes<HTMLDivElement> {
828
832
  /**
829
833
  * Main content of the component.
830
834
  */
@@ -835,8 +839,8 @@ interface Props$3k extends React$1.HTMLAttributes<HTMLDivElement> {
835
839
  overflow?: boolean;
836
840
  }
837
841
 
838
- declare const DialogFooter: React$1.FC<Props$3j>;
839
- interface Props$3j {
842
+ declare const DialogFooter: React$1.FC<Props$3m>;
843
+ interface Props$3m {
840
844
  /**
841
845
  * Main content of the component.
842
846
  */
@@ -852,8 +856,8 @@ interface Props$3j {
852
856
  }[];
853
857
  }
854
858
 
855
- declare const DialogHeader: React$1.FC<Props$3i>;
856
- interface Props$3i {
859
+ declare const DialogHeader: React$1.FC<Props$3l>;
860
+ interface Props$3l {
857
861
  /**
858
862
  * Sets focus on close button on mount.
859
863
  */
@@ -876,8 +880,8 @@ interface Props$3i {
876
880
  type?: 'success' | 'error' | 'info';
877
881
  }
878
882
 
879
- declare const DialogProgressHeader: React$1.FC<Props$3h>;
880
- interface Props$3h {
883
+ declare const DialogProgressHeader: React$1.FC<Props$3k>;
884
+ interface Props$3k {
881
885
  /**
882
886
  * Sets focus on close button on mount.
883
887
  */
@@ -908,16 +912,16 @@ interface Props$3h {
908
912
  title?: string;
909
913
  }
910
914
 
911
- declare const DialogRow: React$1.FC<Props$3g>;
912
- interface Props$3g extends React$1.HTMLAttributes<HTMLDivElement> {
915
+ declare const DialogRow: React$1.FC<Props$3j>;
916
+ interface Props$3j extends React$1.HTMLAttributes<HTMLDivElement> {
913
917
  /**
914
918
  * Main content of the component.
915
919
  */
916
920
  children: React$1.ReactNode;
917
921
  }
918
922
 
919
- declare const DialogSection: React$1.FC<Props$3f>;
920
- interface Props$3f {
923
+ declare const DialogSection: React$1.FC<Props$3i>;
924
+ interface Props$3i {
921
925
  /**
922
926
  * Main content of the component.
923
927
  */
@@ -1036,35 +1040,35 @@ interface DialogProps extends DialogSwitchProps {
1036
1040
  * Entry component for the dialog.
1037
1041
  * Initializes selected dialog mode and optionally adds common options and draggability if needed.
1038
1042
  */
1039
- declare const Dialog: React$1.FC<Props$3e>;
1040
- type Props$3e = DialogProps;
1043
+ declare const Dialog: React$1.FC<Props$3h>;
1044
+ type Props$3h = DialogProps;
1041
1045
 
1042
- interface Props$3d {
1046
+ interface Props$3g {
1043
1047
  /**
1044
1048
  * Sets root class.
1045
1049
  */
1046
1050
  className: string;
1047
1051
  }
1048
1052
 
1049
- declare const Zip: React$1.FC<Props$3d>;
1053
+ declare const Zip: React$1.FC<Props$3g>;
1050
1054
 
1051
- declare const Empty: React$1.FC<Props$3d>;
1055
+ declare const Empty: React$1.FC<Props$3g>;
1052
1056
 
1053
- declare const Excel: React$1.FC<Props$3d>;
1057
+ declare const Excel: React$1.FC<Props$3g>;
1054
1058
 
1055
- declare const Img: React$1.FC<Props$3d>;
1059
+ declare const Img: React$1.FC<Props$3g>;
1056
1060
 
1057
- declare const Movie: React$1.FC<Props$3d>;
1061
+ declare const Movie: React$1.FC<Props$3g>;
1058
1062
 
1059
- declare const Music: React$1.FC<Props$3d>;
1063
+ declare const Music: React$1.FC<Props$3g>;
1060
1064
 
1061
- declare const Pdf: React$1.FC<Props$3d>;
1065
+ declare const Pdf: React$1.FC<Props$3g>;
1062
1066
 
1063
- declare const Ppt: React$1.FC<Props$3d>;
1067
+ declare const Ppt: React$1.FC<Props$3g>;
1064
1068
 
1065
- declare const Txt: React$1.FC<Props$3d>;
1069
+ declare const Txt: React$1.FC<Props$3g>;
1066
1070
 
1067
- declare const Word: React$1.FC<Props$3d>;
1071
+ declare const Word: React$1.FC<Props$3g>;
1068
1072
 
1069
1073
  declare const icons_Empty: typeof Empty;
1070
1074
  declare const icons_Excel: typeof Excel;
@@ -1090,9 +1094,9 @@ declare namespace icons {
1090
1094
  };
1091
1095
  }
1092
1096
 
1093
- declare const DocIcon: React$1.FC<Props$3c>;
1097
+ declare const DocIcon: React$1.FC<Props$3f>;
1094
1098
  type DocIconName = keyof typeof icons;
1095
- interface Props$3c {
1099
+ interface Props$3f {
1096
1100
  /**
1097
1101
  * Name of selected icon.
1098
1102
  */
@@ -1103,8 +1107,8 @@ interface Props$3c {
1103
1107
  limitSize?: boolean;
1104
1108
  }
1105
1109
 
1106
- declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$3b & React$1.RefAttributes<HTMLElement>>;
1107
- interface Props$3b {
1110
+ declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$3e & React$1.RefAttributes<HTMLElement>>;
1111
+ interface Props$3e {
1108
1112
  /**
1109
1113
  * Main content of the component.
1110
1114
  */
@@ -1127,8 +1131,8 @@ interface Props$3b {
1127
1131
  'data-visible'?: boolean;
1128
1132
  }
1129
1133
 
1130
- declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$3a & React$1.RefAttributes<HTMLDivElement>>;
1131
- interface Props$3a {
1134
+ declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$3d & React$1.RefAttributes<HTMLDivElement>>;
1135
+ interface Props$3d {
1132
1136
  /**
1133
1137
  * Sets item as active.
1134
1138
  */
@@ -1183,8 +1187,8 @@ interface Props$3a {
1183
1187
  onCheckboxClick?: React$1.MouseEventHandler<HTMLButtonElement>;
1184
1188
  }
1185
1189
 
1186
- declare const Gallery: React$1.FC<Props$39>;
1187
- interface Props$39 {
1190
+ declare const Gallery: React$1.FC<Props$3c>;
1191
+ interface Props$3c {
1188
1192
  /**
1189
1193
  * Main content of the component.
1190
1194
  */
@@ -1203,8 +1207,8 @@ interface Props$39 {
1203
1207
  zoom?: number;
1204
1208
  }
1205
1209
 
1206
- declare const Link: React$1.FC<Props$38>;
1207
- interface Props$38 {
1210
+ declare const Link: React$1.FC<Props$3b>;
1211
+ interface Props$3b {
1208
1212
  /**
1209
1213
  * URL to pass to the link element.
1210
1214
  */
@@ -1215,16 +1219,16 @@ interface Props$38 {
1215
1219
  children: React$1.ReactNode;
1216
1220
  }
1217
1221
 
1218
- declare const MenuColumn: React$1.FC<Props$37>;
1219
- interface Props$37 {
1222
+ declare const MenuColumn: React$1.FC<Props$3a>;
1223
+ interface Props$3a {
1220
1224
  /**
1221
1225
  * Main content of the component.
1222
1226
  */
1223
1227
  children: React$1.ReactNode;
1224
1228
  }
1225
1229
 
1226
- declare const MenuItem: React$1.FC<Props$36>;
1227
- interface Props$36 {
1230
+ declare const MenuItem: React$1.FC<Props$39>;
1231
+ interface Props$39 {
1228
1232
  /**
1229
1233
  * Disables auto-close on click.
1230
1234
  */
@@ -1255,8 +1259,8 @@ interface Props$36 {
1255
1259
  onClick?: () => void;
1256
1260
  }
1257
1261
 
1258
- declare const MenuLabel: React$1.FC<Props$35>;
1259
- interface Props$35 {
1262
+ declare const MenuLabel: React$1.FC<Props$38>;
1263
+ interface Props$38 {
1260
1264
  /**
1261
1265
  * Main content of the component.
1262
1266
  */
@@ -1275,8 +1279,8 @@ interface Props$35 {
1275
1279
  margin?: boolean;
1276
1280
  }
1277
1281
 
1278
- declare const MenuSubSection: React$1.FC<Props$34>;
1279
- interface Props$34 {
1282
+ declare const MenuSubSection: React$1.FC<Props$37>;
1283
+ interface Props$37 {
1280
1284
  /**
1281
1285
  * Main content of the component.
1282
1286
  */
@@ -1303,8 +1307,8 @@ interface Props$34 {
1303
1307
  title: string;
1304
1308
  }
1305
1309
 
1306
- declare const MenuSection: React$1.FC<Props$33>;
1307
- interface Props$33 {
1310
+ declare const MenuSection: React$1.FC<Props$36>;
1311
+ interface Props$36 {
1308
1312
  /**
1309
1313
  * Main content of the component.
1310
1314
  */
@@ -1323,8 +1327,8 @@ interface Props$33 {
1323
1327
  compact?: boolean;
1324
1328
  }
1325
1329
 
1326
- declare const MenuSearchInput: React$1.ForwardRefExoticComponent<Props$32 & React$1.RefAttributes<HTMLInputElement>>;
1327
- interface Props$32 {
1330
+ declare const MenuSearchInput: React$1.ForwardRefExoticComponent<Props$35 & React$1.RefAttributes<HTMLInputElement>>;
1331
+ interface Props$35 {
1328
1332
  /**
1329
1333
  * Input's name to register.
1330
1334
  */
@@ -1355,8 +1359,8 @@ interface Props$32 {
1355
1359
  compact?: boolean;
1356
1360
  }
1357
1361
 
1358
- declare const MenuItemButton: React$1.FC<Props$31>;
1359
- interface Props$31 {
1362
+ declare const MenuItemButton: React$1.FC<Props$34>;
1363
+ interface Props$34 {
1360
1364
  /**
1361
1365
  * Main content.
1362
1366
  */
@@ -1367,8 +1371,8 @@ interface Props$31 {
1367
1371
  onClick?: () => void;
1368
1372
  }
1369
1373
 
1370
- declare const MenuFooterButton: React$1.FC<Props$30>;
1371
- interface Props$30 {
1374
+ declare const MenuFooterButton: React$1.FC<Props$33>;
1375
+ interface Props$33 {
1372
1376
  /**
1373
1377
  * Main content.
1374
1378
  */
@@ -1396,16 +1400,16 @@ type PopperAnchorRef = HTMLElement | null | undefined;
1396
1400
  type PopperOffsetValue = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
1397
1401
  type PopperOffset = [PopperOffsetValue, PopperOffsetValue];
1398
1402
 
1399
- declare const PopperArrow: React__default.FC<Props$2$>;
1400
- interface Props$2$ {
1403
+ declare const PopperArrow: React__default.FC<Props$32>;
1404
+ interface Props$32 {
1401
1405
  /**
1402
1406
  * Sets arrow size.
1403
1407
  */
1404
1408
  size?: 'sm' | 'md';
1405
1409
  }
1406
1410
 
1407
- declare const Popper: React__default.ForwardRefExoticComponent<Props$2_ & React__default.RefAttributes<HTMLElement>>;
1408
- interface Props$2_ {
1411
+ declare const Popper: React__default.ForwardRefExoticComponent<Props$31 & React__default.RefAttributes<HTMLElement>>;
1412
+ interface Props$31 {
1409
1413
  /**
1410
1414
  * Anchor element. Popper will be mounted to this element.
1411
1415
  */
@@ -1444,8 +1448,8 @@ interface Props$2_ {
1444
1448
  onKeyDown?: React__default.KeyboardEventHandler;
1445
1449
  }
1446
1450
 
1447
- declare const Menu: React$1.ForwardRefExoticComponent<Props$2Z & React$1.RefAttributes<HTMLDivElement>>;
1448
- interface Props$2Z {
1451
+ declare const Menu: React$1.ForwardRefExoticComponent<Props$30 & React$1.RefAttributes<HTMLDivElement>>;
1452
+ interface Props$30 {
1449
1453
  /**
1450
1454
  * Anchor element.
1451
1455
  */
@@ -1476,16 +1480,16 @@ interface Props$2Z {
1476
1480
  sameWidth?: boolean;
1477
1481
  }
1478
1482
 
1479
- declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$2Y & React$1.RefAttributes<HTMLDivElement>>;
1480
- interface Props$2Y {
1483
+ declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$2$ & React$1.RefAttributes<HTMLDivElement>>;
1484
+ interface Props$2$ {
1481
1485
  /**
1482
1486
  * Main content of the component.
1483
1487
  */
1484
1488
  children?: React$1.ReactNode;
1485
1489
  }
1486
1490
 
1487
- declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$2X & React$1.RefAttributes<HTMLLIElement>>;
1488
- interface Props$2X {
1491
+ declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$2_ & React$1.RefAttributes<HTMLLIElement>>;
1492
+ interface Props$2_ {
1489
1493
  /**
1490
1494
  * Main content of the component.
1491
1495
  */
@@ -1504,8 +1508,8 @@ interface Props$2X {
1504
1508
  isLoading?: boolean;
1505
1509
  }
1506
1510
 
1507
- declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$2W & React$1.RefAttributes<HTMLDivElement>>;
1508
- interface Props$2W {
1511
+ declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$2Z & React$1.RefAttributes<HTMLDivElement>>;
1512
+ interface Props$2Z {
1509
1513
  /**
1510
1514
  * Main content of the component.
1511
1515
  */
@@ -1520,8 +1524,8 @@ interface Props$2W {
1520
1524
  type: 'error' | 'warning';
1521
1525
  }
1522
1526
 
1523
- declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$2V & React$1.RefAttributes<HTMLDivElement>>;
1524
- interface Props$2V {
1527
+ declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$2Y & React$1.RefAttributes<HTMLDivElement>>;
1528
+ interface Props$2Y {
1525
1529
  /**
1526
1530
  * Main content of the component.
1527
1531
  */
@@ -1532,8 +1536,8 @@ interface Props$2V {
1532
1536
  id?: string;
1533
1537
  }
1534
1538
 
1535
- declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$2U & React$1.RefAttributes<HTMLDivElement>>;
1536
- interface Props$2U {
1539
+ declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$2X & React$1.RefAttributes<HTMLDivElement>>;
1540
+ interface Props$2X {
1537
1541
  /**
1538
1542
  * Main content of the component.
1539
1543
  */
@@ -1544,8 +1548,8 @@ interface Props$2U {
1544
1548
  id?: string;
1545
1549
  }
1546
1550
 
1547
- declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$2T & React$1.RefAttributes<HTMLDivElement>>;
1548
- interface Props$2T {
1551
+ declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$2W & React$1.RefAttributes<HTMLDivElement>>;
1552
+ interface Props$2W {
1549
1553
  /**
1550
1554
  * Sets the dialog content ID.
1551
1555
  */
@@ -1560,16 +1564,16 @@ interface Props$2T {
1560
1564
  children: React$1.ReactNode;
1561
1565
  }
1562
1566
 
1563
- declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$2S & React$1.RefAttributes<HTMLLIElement>>;
1564
- interface Props$2S {
1567
+ declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$2V & React$1.RefAttributes<HTMLLIElement>>;
1568
+ interface Props$2V {
1565
1569
  /**
1566
1570
  * Item to display in the list.
1567
1571
  */
1568
1572
  children: React$1.ReactNode;
1569
1573
  }
1570
1574
 
1571
- declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$2R & React$1.RefAttributes<HTMLDivElement>>;
1572
- interface Props$2R {
1575
+ declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$2U & React$1.RefAttributes<HTMLDivElement>>;
1576
+ interface Props$2U {
1573
1577
  /**
1574
1578
  * Main content of the component.
1575
1579
  */
@@ -1580,16 +1584,16 @@ interface Props$2R {
1580
1584
  spaceBetween?: boolean;
1581
1585
  }
1582
1586
 
1583
- declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$2Q & React$1.RefAttributes<HTMLDivElement>>;
1584
- interface Props$2Q {
1587
+ declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$2T & React$1.RefAttributes<HTMLDivElement>>;
1588
+ interface Props$2T {
1585
1589
  /**
1586
1590
  * Main content of the component.
1587
1591
  */
1588
1592
  children?: React$1.ReactNode;
1589
1593
  }
1590
1594
 
1591
- declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$2P & React$1.RefAttributes<HTMLDivElement>>;
1592
- interface Props$2P {
1595
+ declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$2S & React$1.RefAttributes<HTMLDivElement>>;
1596
+ interface Props$2S {
1593
1597
  /**
1594
1598
  * Enables the top border accent.
1595
1599
  */
@@ -1601,7 +1605,7 @@ interface Props$2P {
1601
1605
  /**
1602
1606
  * Name of selected icon.
1603
1607
  */
1604
- icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$3E>;
1608
+ icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$3H>;
1605
1609
  /**
1606
1610
  * Optional sub title of the modal.
1607
1611
  */
@@ -1616,8 +1620,8 @@ interface Props$2P {
1616
1620
  titleId?: string;
1617
1621
  }
1618
1622
 
1619
- declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$2O & React$1.RefAttributes<HTMLDivElement>>;
1620
- interface Props$2O {
1623
+ declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$2R & React$1.RefAttributes<HTMLDivElement>>;
1624
+ interface Props$2R {
1621
1625
  /**
1622
1626
  * Main content of the component.
1623
1627
  */
@@ -1715,8 +1719,8 @@ interface NavbarContext {
1715
1719
  declare const NavbarContext: React$1.Context<NavbarContext>;
1716
1720
  declare const useNavbarCtx: () => NavbarContext;
1717
1721
 
1718
- declare const NavbarItem: React$1.ForwardRefExoticComponent<Props$2N & React$1.RefAttributes<HTMLDivElement>>;
1719
- interface Props$2N {
1722
+ declare const NavbarItem: React$1.ForwardRefExoticComponent<Props$2Q & React$1.RefAttributes<HTMLDivElement>>;
1723
+ interface Props$2Q {
1720
1724
  /**
1721
1725
  * Applies active styling.
1722
1726
  */
@@ -1783,8 +1787,8 @@ interface Props$2N {
1783
1787
  onDelete?: () => void;
1784
1788
  }
1785
1789
 
1786
- declare const NavbarItemContainer: React$1.FC<Props$2M>;
1787
- interface Props$2M {
1790
+ declare const NavbarItemContainer: React$1.FC<Props$2P>;
1791
+ interface Props$2P {
1788
1792
  /**
1789
1793
  * Marks container as active.
1790
1794
  */
@@ -1795,8 +1799,8 @@ interface Props$2M {
1795
1799
  children: React$1.ReactNode;
1796
1800
  }
1797
1801
 
1798
- declare const NavbarItemContent: React$1.FC<Props$2L>;
1799
- interface Props$2L {
1802
+ declare const NavbarItemContent: React$1.FC<Props$2O>;
1803
+ interface Props$2O {
1800
1804
  /**
1801
1805
  * Adds enter / exit animation.
1802
1806
  */
@@ -1815,8 +1819,8 @@ interface Props$2L {
1815
1819
  hidden?: boolean;
1816
1820
  }
1817
1821
 
1818
- declare const NavbarItemLabel: React$1.FC<Props$2K>;
1819
- interface Props$2K {
1822
+ declare const NavbarItemLabel: React$1.FC<Props$2N>;
1823
+ interface Props$2N {
1820
1824
  /**
1821
1825
  * Toggles icon animation if parent item is hovered.
1822
1826
  */
@@ -1828,11 +1832,11 @@ interface Props$2K {
1828
1832
  /**
1829
1833
  * Displayed icon.
1830
1834
  */
1831
- icon?: React$1.ReactElement<Props$3E>;
1835
+ icon?: React$1.ReactElement<Props$3H>;
1832
1836
  }
1833
1837
 
1834
- declare const NavbarItemsGroup: React$1.FC<Props$2J>;
1835
- interface Props$2J {
1838
+ declare const NavbarItemsGroup: React$1.FC<Props$2M>;
1839
+ interface Props$2M {
1836
1840
  /**
1837
1841
  * Animates group on collapse.
1838
1842
  */
@@ -1851,8 +1855,8 @@ interface Props$2J {
1851
1855
  level?: number;
1852
1856
  }
1853
1857
 
1854
- declare const NavbarLink: React$1.FC<Props$2I>;
1855
- interface Props$2I {
1858
+ declare const NavbarLink: React$1.FC<Props$2L>;
1859
+ interface Props$2L {
1856
1860
  /**
1857
1861
  * Renders link content.
1858
1862
  */
@@ -1865,8 +1869,8 @@ interface Props$2I {
1865
1869
  href?: string;
1866
1870
  }
1867
1871
 
1868
- declare const NavbarScrollableContent: React$1.FC<Props$2H>;
1869
- interface Props$2H {
1872
+ declare const NavbarScrollableContent: React$1.FC<Props$2K>;
1873
+ interface Props$2K {
1870
1874
  /**
1871
1875
  * Main content of the component.
1872
1876
  */
@@ -1875,8 +1879,8 @@ interface Props$2H {
1875
1879
 
1876
1880
  declare const NavbarSeparator: React$1.FC;
1877
1881
 
1878
- declare const NavbarToggleButton: React$1.FC<Props$2G>;
1879
- interface Props$2G {
1882
+ declare const NavbarToggleButton: React$1.FC<Props$2J>;
1883
+ interface Props$2J {
1880
1884
  /**
1881
1885
  * Label shown when navbar will collapse.
1882
1886
  */
@@ -1891,8 +1895,8 @@ interface Props$2G {
1891
1895
  openLabel?: string;
1892
1896
  }
1893
1897
 
1894
- declare const Navbar: React$1.FC<Props$2F>;
1895
- interface Props$2F {
1898
+ declare const Navbar: React$1.FC<Props$2I>;
1899
+ interface Props$2I {
1896
1900
  /**
1897
1901
  * Labels navigation element.
1898
1902
  */
@@ -1911,8 +1915,8 @@ interface Props$2F {
1911
1915
  onActiveItemFocus?: () => void;
1912
1916
  }
1913
1917
 
1914
- declare const Modal: React$1.FC<Props$2E>;
1915
- interface Props$2E {
1918
+ declare const Modal: React$1.FC<Props$2H>;
1919
+ interface Props$2H {
1916
1920
  /**
1917
1921
  * Optional children.
1918
1922
  */
@@ -1935,16 +1939,16 @@ interface Props$2E {
1935
1939
  variant?: 'transparent' | 'semi-transparent';
1936
1940
  }
1937
1941
 
1938
- declare const PanelActions: React$1.FC<Props$2D>;
1939
- interface Props$2D {
1942
+ declare const PanelActions: React$1.FC<Props$2G>;
1943
+ interface Props$2G {
1940
1944
  /**
1941
1945
  * Main content of the component.
1942
1946
  */
1943
1947
  children?: React$1.ReactNode;
1944
1948
  }
1945
1949
 
1946
- declare const PanelCheckbox: React$1.FC<Props$2C>;
1947
- interface Props$2C {
1950
+ declare const PanelCheckbox: React$1.FC<Props$2F>;
1951
+ interface Props$2F {
1948
1952
  /**
1949
1953
  * Sets current input's value.
1950
1954
  */
@@ -1963,16 +1967,16 @@ interface Props$2C {
1963
1967
  description?: React$1.ReactNode;
1964
1968
  }
1965
1969
 
1966
- declare const PanelColumn: React$1.FC<Props$2B>;
1967
- interface Props$2B {
1970
+ declare const PanelColumn: React$1.FC<Props$2E>;
1971
+ interface Props$2E {
1968
1972
  /**
1969
1973
  * Main content of the component.
1970
1974
  */
1971
1975
  children: React$1.ReactNode;
1972
1976
  }
1973
1977
 
1974
- declare const PanelContent: React$1.ForwardRefExoticComponent<Props$2A & React$1.RefAttributes<HTMLDivElement>>;
1975
- interface Props$2A {
1978
+ declare const PanelContent: React$1.ForwardRefExoticComponent<Props$2D & React$1.RefAttributes<HTMLDivElement>>;
1979
+ interface Props$2D {
1976
1980
  /**
1977
1981
  * Main content of the component.
1978
1982
  */
@@ -1991,8 +1995,8 @@ interface Props$2A {
1991
1995
  header?: string;
1992
1996
  }
1993
1997
 
1994
- declare const PanelContentProp: React$1.FC<Props$2z>;
1995
- interface Props$2z {
1998
+ declare const PanelContentProp: React$1.FC<Props$2C>;
1999
+ interface Props$2C {
1996
2000
  /**
1997
2001
  * Property label.
1998
2002
  */
@@ -2005,8 +2009,8 @@ interface Props$2z {
2005
2009
 
2006
2010
  declare const PanelDragHandle: React$1.ForwardRefExoticComponent<React$1.RefAttributes<HTMLDivElement>>;
2007
2011
 
2008
- declare const PanelList: React$1.FC<Props$2y>;
2009
- interface Props$2y {
2012
+ declare const PanelList: React$1.FC<Props$2B>;
2013
+ interface Props$2B {
2010
2014
  /**
2011
2015
  * Main content.
2012
2016
  */
@@ -2021,16 +2025,16 @@ interface Props$2y {
2021
2025
  toolbarLoading?: boolean;
2022
2026
  }
2023
2027
 
2024
- declare const PanelListDivider: React$1.FC<Props$2x>;
2025
- interface Props$2x {
2028
+ declare const PanelListDivider: React$1.FC<Props$2A>;
2029
+ interface Props$2A {
2026
2030
  /**
2027
2031
  * Toggles component opacity.
2028
2032
  */
2029
2033
  opaque?: boolean;
2030
2034
  }
2031
2035
 
2032
- declare const PanelSide: React$1.FC<Props$2w>;
2033
- interface Props$2w {
2036
+ declare const PanelSide: React$1.FC<Props$2z>;
2037
+ interface Props$2z {
2034
2038
  /**
2035
2039
  * Custom content rendered instead of icon.
2036
2040
  */
@@ -2052,8 +2056,8 @@ interface Props$2w {
2052
2056
  verticalSpacing?: boolean;
2053
2057
  }
2054
2058
 
2055
- declare const PanelSkeleton: React$1.FC<Props$2v>;
2056
- interface Props$2v {
2059
+ declare const PanelSkeleton: React$1.FC<Props$2y>;
2060
+ interface Props$2y {
2057
2061
  /**
2058
2062
  * Number of loading blocks.
2059
2063
  */
@@ -2068,8 +2072,8 @@ interface Props$2v {
2068
2072
  spacing?: boolean;
2069
2073
  }
2070
2074
 
2071
- declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$2u & React$1.RefAttributes<HTMLDivElement>>;
2072
- interface Props$2u extends Omit<Props$2A, 'children'> {
2075
+ declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$2x & React$1.RefAttributes<HTMLDivElement>>;
2076
+ interface Props$2x extends Omit<Props$2D, 'children'> {
2073
2077
  /**
2074
2078
  * Panel's title.
2075
2079
  */
@@ -2084,8 +2088,8 @@ interface Props$2u extends Omit<Props$2A, 'children'> {
2084
2088
  tooltip?: string;
2085
2089
  }
2086
2090
 
2087
- declare const PanelDescriptionItem: React$1.FC<Props$2t>;
2088
- interface Props$2t {
2091
+ declare const PanelDescriptionItem: React$1.FC<Props$2w>;
2092
+ interface Props$2w {
2089
2093
  /**
2090
2094
  * Main components content.
2091
2095
  */
@@ -2171,8 +2175,8 @@ declare const useListDnd: (initItems: ListDndItem[]) => {
2171
2175
  setDraggable: ListDndSetDraggable;
2172
2176
  };
2173
2177
 
2174
- declare const SortableDndListItem: React$1.FC<Props$2s>;
2175
- interface Props$2s {
2178
+ declare const SortableDndListItem: React$1.FC<Props$2v>;
2179
+ interface Props$2v {
2176
2180
  /**
2177
2181
  * Current item's index in a list.
2178
2182
  */
@@ -2214,8 +2218,8 @@ interface SortableDndListContextShape {
2214
2218
  onDragEnd?: ListDndOnDragEnd;
2215
2219
  }
2216
2220
 
2217
- declare const SortableDndList: React$1.FC<Props$2r>;
2218
- interface Props$2r extends SortableDndListContextShape {
2221
+ declare const SortableDndList: React$1.FC<Props$2u>;
2222
+ interface Props$2u extends SortableDndListContextShape {
2219
2223
  /**
2220
2224
  * Main content of the component.
2221
2225
  */
@@ -2233,8 +2237,8 @@ interface PanelContextShape extends Partial<ListDndChildProps> {
2233
2237
  edit?: boolean;
2234
2238
  }
2235
2239
 
2236
- declare const Panel: React$1.ForwardRefExoticComponent<Props$2q & React$1.RefAttributes<HTMLDivElement>>;
2237
- interface Props$2q extends PanelContextShape {
2240
+ declare const Panel: React$1.ForwardRefExoticComponent<Props$2t & React$1.RefAttributes<HTMLDivElement>>;
2241
+ interface Props$2t extends PanelContextShape {
2238
2242
  /**
2239
2243
  * Main content of the component.
2240
2244
  */
@@ -2253,8 +2257,8 @@ interface Props$2q extends PanelContextShape {
2253
2257
  elevated?: boolean;
2254
2258
  }
2255
2259
 
2256
- declare const Pagination: React$1.FC<Props$2p>;
2257
- interface Props$2p {
2260
+ declare const Pagination: React$1.FC<Props$2s>;
2261
+ interface Props$2s {
2258
2262
  /**
2259
2263
  * Disables interaction with pagination.
2260
2264
  */
@@ -2297,24 +2301,24 @@ interface Props$2p {
2297
2301
  prevPageLabel?: string;
2298
2302
  }
2299
2303
 
2300
- declare const Permissions: React$1.FC<Props$2o>;
2301
- interface Props$2o {
2304
+ declare const Permissions: React$1.FC<Props$2r>;
2305
+ interface Props$2r {
2302
2306
  /**
2303
2307
  * Main content of the component.
2304
2308
  */
2305
2309
  children: React$1.ReactNode;
2306
2310
  }
2307
2311
 
2308
- declare const PermissionsPanel: ({ children }: Props$2n) => React$1.JSX.Element;
2309
- interface Props$2n {
2312
+ declare const PermissionsPanel: ({ children }: Props$2q) => React$1.JSX.Element;
2313
+ interface Props$2q {
2310
2314
  /**
2311
2315
  * Main content of the component.
2312
2316
  */
2313
2317
  children?: React$1.ReactNode;
2314
2318
  }
2315
2319
 
2316
- declare const PermissionsTitle: React$1.FC<Props$2m>;
2317
- interface Props$2m {
2320
+ declare const PermissionsTitle: React$1.FC<Props$2p>;
2321
+ interface Props$2p {
2318
2322
  /**
2319
2323
  * Flag to enable select all mode.
2320
2324
  */
@@ -2339,24 +2343,24 @@ interface Props$2m {
2339
2343
  onSelectAll?: (checked: boolean) => void;
2340
2344
  }
2341
2345
 
2342
- declare const PermissionsContent: ({ children }: Props$2l) => React$1.JSX.Element;
2343
- interface Props$2l {
2346
+ declare const PermissionsContent: ({ children }: Props$2o) => React$1.JSX.Element;
2347
+ interface Props$2o {
2344
2348
  /**
2345
2349
  * Main content of the component.
2346
2350
  */
2347
2351
  children: React$1.ReactNode;
2348
2352
  }
2349
2353
 
2350
- declare const PermissionsForm: ({ children }: Props$2k) => React$1.JSX.Element;
2351
- interface Props$2k {
2354
+ declare const PermissionsForm: ({ children }: Props$2n) => React$1.JSX.Element;
2355
+ interface Props$2n {
2352
2356
  /**
2353
2357
  * Main content of the component.
2354
2358
  */
2355
2359
  children: React$1.ReactNode;
2356
2360
  }
2357
2361
 
2358
- declare const PermissionsFormGroup: ({ children, title, isCompact }: Props$2j) => React$1.JSX.Element;
2359
- interface Props$2j {
2362
+ declare const PermissionsFormGroup: ({ children, title, isCompact }: Props$2m) => React$1.JSX.Element;
2363
+ interface Props$2m {
2360
2364
  /**
2361
2365
  * Title of the form group.
2362
2366
  */
@@ -2371,8 +2375,8 @@ interface Props$2j {
2371
2375
  isCompact?: boolean;
2372
2376
  }
2373
2377
 
2374
- declare const PermissionsFormInput: ({ checked, label, tooltip, onChange }: Props$2i) => React$1.JSX.Element;
2375
- interface Props$2i {
2378
+ declare const PermissionsFormInput: ({ checked, label, tooltip, onChange }: Props$2l) => React$1.JSX.Element;
2379
+ interface Props$2l {
2376
2380
  /**
2377
2381
  * Flag to indicate if the input is checked.
2378
2382
  */
@@ -2393,16 +2397,16 @@ interface Props$2i {
2393
2397
  onChange: (checked: boolean) => void;
2394
2398
  }
2395
2399
 
2396
- declare const PermissionsActions: ({ children }: Props$2h) => React$1.JSX.Element;
2397
- interface Props$2h {
2400
+ declare const PermissionsActions: ({ children }: Props$2k) => React$1.JSX.Element;
2401
+ interface Props$2k {
2398
2402
  /**
2399
2403
  * Main content of the component.
2400
2404
  */
2401
2405
  children?: React$1.ReactNode;
2402
2406
  }
2403
2407
 
2404
- declare const PermissionsScopeHeader: React$1.FC<Props$2g>;
2405
- interface Props$2g {
2408
+ declare const PermissionsScopeHeader: React$1.FC<Props$2j>;
2409
+ interface Props$2j {
2406
2410
  /**
2407
2411
  * Description label to display.
2408
2412
  */
@@ -2413,8 +2417,8 @@ interface Props$2g {
2413
2417
  children: React$1.ReactNode;
2414
2418
  }
2415
2419
 
2416
- declare const PermissionsScopeList: React$1.FC<Props$2f>;
2417
- interface Props$2f {
2420
+ declare const PermissionsScopeList: React$1.FC<Props$2i>;
2421
+ interface Props$2i {
2418
2422
  /**
2419
2423
  * Description label to display.
2420
2424
  */
@@ -2425,8 +2429,8 @@ interface Props$2f {
2425
2429
  children: React$1.ReactNode;
2426
2430
  }
2427
2431
 
2428
- declare const PermissionTag: ({ active, children }: Props$2e) => React$1.JSX.Element;
2429
- interface Props$2e {
2432
+ declare const PermissionTag: ({ active, children }: Props$2h) => React$1.JSX.Element;
2433
+ interface Props$2h {
2430
2434
  /**
2431
2435
  * Toggles active state of the component.
2432
2436
  */
@@ -2442,8 +2446,8 @@ type PermissionMap = {
2442
2446
  [key in PermissionName]: boolean;
2443
2447
  };
2444
2448
 
2445
- declare const PermissionsManagementPanelHeader: React$1.FC<Props$2d>;
2446
- interface Props$2d {
2449
+ declare const PermissionsManagementPanelHeader: React$1.FC<Props$2g>;
2450
+ interface Props$2g {
2447
2451
  /**
2448
2452
  * Title to display.
2449
2453
  */
@@ -2462,8 +2466,8 @@ interface Props$2d {
2462
2466
  onClose: () => void;
2463
2467
  }
2464
2468
 
2465
- declare const PermissionsManagementPanelRulesHeader: React$1.FC<Props$2c>;
2466
- interface Props$2c {
2469
+ declare const PermissionsManagementPanelRulesHeader: React$1.FC<Props$2f>;
2470
+ interface Props$2f {
2467
2471
  /**
2468
2472
  * Title to display.
2469
2473
  */
@@ -2474,16 +2478,16 @@ interface Props$2c {
2474
2478
  children: React$1.ReactNode;
2475
2479
  }
2476
2480
 
2477
- declare const PermissionsManagementPanel: React$1.FC<Props$2b>;
2478
- interface Props$2b {
2481
+ declare const PermissionsManagementPanel: React$1.FC<Props$2e>;
2482
+ interface Props$2e {
2479
2483
  /**
2480
2484
  * Main content of the component.
2481
2485
  */
2482
2486
  children: React$1.ReactNode;
2483
2487
  }
2484
2488
 
2485
- declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$2a & React$1.RefAttributes<HTMLDivElement>>;
2486
- interface Props$2a {
2489
+ declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$2d & React$1.RefAttributes<HTMLDivElement>>;
2490
+ interface Props$2d {
2487
2491
  /**
2488
2492
  * Additional info rendered close to a title.
2489
2493
  */
@@ -2526,8 +2530,8 @@ interface Props$2a {
2526
2530
  navigationLabel?: string;
2527
2531
  }
2528
2532
 
2529
- declare const PropertiesTableRow: React$1.FC<Props$29>;
2530
- interface Props$29 {
2533
+ declare const PropertiesTableRow: React$1.FC<Props$2c>;
2534
+ interface Props$2c {
2531
2535
  /**
2532
2536
  * Item's label.
2533
2537
  */
@@ -2538,16 +2542,16 @@ interface Props$29 {
2538
2542
  value: React$1.ReactNode;
2539
2543
  }
2540
2544
 
2541
- declare const PropertiesTable: React$1.FC<Props$28>;
2542
- interface Props$28 {
2545
+ declare const PropertiesTable: React$1.FC<Props$2b>;
2546
+ interface Props$2b {
2543
2547
  /**
2544
2548
  * Main content of the component.
2545
2549
  */
2546
2550
  children: React$1.ReactNode;
2547
2551
  }
2548
2552
 
2549
- declare const ResponsiveImageFit: React$1.FC<Props$27>;
2550
- interface Props$27 {
2553
+ declare const ResponsiveImageFit: React$1.FC<Props$2a>;
2554
+ interface Props$2a {
2551
2555
  /**
2552
2556
  * Image alt text.
2553
2557
  */
@@ -2586,8 +2590,8 @@ interface Props$27 {
2586
2590
  sizes?: number;
2587
2591
  }
2588
2592
 
2589
- declare const ResponsiveImageFallback: React$1.FC<Props$26>;
2590
- interface Props$26 {
2593
+ declare const ResponsiveImageFallback: React$1.FC<Props$29>;
2594
+ interface Props$29 {
2591
2595
  /**
2592
2596
  * Indicates if cover is allowed for the image.
2593
2597
  */
@@ -2614,8 +2618,8 @@ interface Props$26 {
2614
2618
  showFallback?: boolean;
2615
2619
  }
2616
2620
 
2617
- declare const ResponsiveImageScalable: React$1.FC<Props$25>;
2618
- interface Props$25 {
2621
+ declare const ResponsiveImageScalable: React$1.FC<Props$28>;
2622
+ interface Props$28 {
2619
2623
  /**
2620
2624
  * Image alt text.
2621
2625
  */
@@ -2664,8 +2668,8 @@ interface Props$25 {
2664
2668
 
2665
2669
  declare const ResponsiveImageSkeleton: React$1.FC;
2666
2670
 
2667
- declare const ResponsiveImage: React$1.FC<Props$24>;
2668
- interface Props$24 {
2671
+ declare const ResponsiveImage: React$1.FC<Props$27>;
2672
+ interface Props$27 {
2669
2673
  /**
2670
2674
  * List of available breakpoints.
2671
2675
  */
@@ -2688,8 +2692,8 @@ interface Props$24 {
2688
2692
  loader?: React$1.ReactNode;
2689
2693
  }
2690
2694
 
2691
- declare const Skeleton: React$1.FC<Props$23>;
2692
- interface Props$23 {
2695
+ declare const Skeleton: React$1.FC<Props$26>;
2696
+ interface Props$26 {
2693
2697
  /**
2694
2698
  * Optional class name. It overrides class responsible for background color.
2695
2699
  */
@@ -2704,8 +2708,8 @@ interface Props$23 {
2704
2708
  width?: string;
2705
2709
  }
2706
2710
 
2707
- declare const SortButton: React$1.FC<Props$22>;
2708
- interface Props$22 {
2711
+ declare const SortButton: React$1.FC<Props$25>;
2712
+ interface Props$25 {
2709
2713
  /**
2710
2714
  * Button's aria label.
2711
2715
  */
@@ -2732,8 +2736,8 @@ interface Props$22 {
2732
2736
  sizing?: ButtonSize;
2733
2737
  }
2734
2738
 
2735
- declare const SwitchView: React$1.FC<Props$21>;
2736
- interface Props$21 {
2739
+ declare const SwitchView: React$1.FC<Props$24>;
2740
+ interface Props$24 {
2737
2741
  /**
2738
2742
  * Main content of the component.
2739
2743
  */
@@ -2744,8 +2748,8 @@ interface Props$21 {
2744
2748
  id?: string | string[];
2745
2749
  }
2746
2750
 
2747
- declare const Switch: React$1.FC<Props$20>;
2748
- interface Props$20 {
2751
+ declare const Switch: React$1.FC<Props$23>;
2752
+ interface Props$23 {
2749
2753
  /**
2750
2754
  * Main content of the component.
2751
2755
  */
@@ -2756,8 +2760,8 @@ interface Props$20 {
2756
2760
  match?: string;
2757
2761
  }
2758
2762
 
2759
- declare const SwitchInput: React$1.FC<Props$1$>;
2760
- interface Props$1$ {
2763
+ declare const SwitchInput: React$1.FC<Props$22>;
2764
+ interface Props$22 {
2761
2765
  /**
2762
2766
  * Sets current input's value.
2763
2767
  */
@@ -2776,8 +2780,8 @@ interface Props$1$ {
2776
2780
  onChange: (checked: boolean) => void;
2777
2781
  }
2778
2782
 
2779
- declare const TagList: React$1.FC<Props$1_>;
2780
- interface Props$1_ {
2783
+ declare const TagList: React$1.FC<Props$21>;
2784
+ interface Props$21 {
2781
2785
  /**
2782
2786
  * Main content of the component.
2783
2787
  */
@@ -2788,8 +2792,8 @@ interface Props$1_ {
2788
2792
  className?: string;
2789
2793
  }
2790
2794
 
2791
- declare const TagLabel: React$1.FC<Props$1Z>;
2792
- interface Props$1Z {
2795
+ declare const TagLabel: React$1.FC<Props$20>;
2796
+ interface Props$20 {
2793
2797
  /**
2794
2798
  * Emphasizes tag content.
2795
2799
  */
@@ -2800,8 +2804,8 @@ interface Props$1Z {
2800
2804
  children: React$1.ReactNode;
2801
2805
  }
2802
2806
 
2803
- declare const Tag: React$1.ForwardRefExoticComponent<Props$1Y & React$1.RefAttributes<HTMLDivElement>>;
2804
- interface Props$1Y {
2807
+ declare const Tag: React$1.ForwardRefExoticComponent<Props$1$ & React$1.RefAttributes<HTMLDivElement>>;
2808
+ interface Props$1$ {
2805
2809
  /**
2806
2810
  * Sets component's children.
2807
2811
  */
@@ -2832,8 +2836,8 @@ interface Props$1Y {
2832
2836
  removeLabel?: string;
2833
2837
  }
2834
2838
 
2835
- declare const TagInput: React$1.FC<Props$1X>;
2836
- interface Props$1X {
2839
+ declare const TagInput: React$1.FC<Props$1_>;
2840
+ interface Props$1_ {
2837
2841
  /**
2838
2842
  * Input's class name.
2839
2843
  */
@@ -2885,8 +2889,8 @@ interface Props$1X {
2885
2889
  disabled?: boolean;
2886
2890
  }
2887
2891
 
2888
- declare const Tab: React$1.FC<Props$1W>;
2889
- interface Props$1W {
2892
+ declare const Tab: React$1.FC<Props$1Z>;
2893
+ interface Props$1Z {
2890
2894
  /**
2891
2895
  * Main content.
2892
2896
  */
@@ -2909,8 +2913,8 @@ interface Props$1W {
2909
2913
  variant?: 'default' | 'fullscreen';
2910
2914
  }
2911
2915
 
2912
- declare const TabPanel: React$1.FC<Props$1V>;
2913
- interface Props$1V {
2916
+ declare const TabPanel: React$1.FC<Props$1Y>;
2917
+ interface Props$1Y {
2914
2918
  /**
2915
2919
  * Main content of the component.
2916
2920
  */
@@ -2929,8 +2933,8 @@ interface Props$1V {
2929
2933
  className?: string;
2930
2934
  }
2931
2935
 
2932
- declare const Tabs: React$1.FC<Props$1U>;
2933
- interface Props$1U {
2936
+ declare const Tabs: React$1.FC<Props$1X>;
2937
+ interface Props$1X {
2934
2938
  /**
2935
2939
  * Currently selected tab.
2936
2940
  */
@@ -2945,8 +2949,8 @@ interface Props$1U {
2945
2949
  onSelect?: (id: string) => void;
2946
2950
  }
2947
2951
 
2948
- declare const Tooltip: React$1.FC<Props$1T>;
2949
- interface Props$1T {
2952
+ declare const Tooltip: React$1.FC<Props$1W>;
2953
+ interface Props$1W {
2950
2954
  /**
2951
2955
  * Main content of the component.
2952
2956
  * It must be a single child that accepts `ref`.
@@ -2972,8 +2976,8 @@ interface Props$1T {
2972
2976
  wrap?: boolean;
2973
2977
  }
2974
2978
 
2975
- declare const TopbarAction: React$1.FC<Props$1S>;
2976
- interface Props$1S {
2979
+ declare const TopbarAction: React$1.FC<Props$1V>;
2980
+ interface Props$1V {
2977
2981
  /**
2978
2982
  * Applies active styling.
2979
2983
  */
@@ -3004,8 +3008,8 @@ interface Props$1S {
3004
3008
  onClick?: () => void;
3005
3009
  }
3006
3010
 
3007
- declare const Topbar: React$1.FC<Props$1R>;
3008
- interface Props$1R {
3011
+ declare const Topbar: React$1.FC<Props$1U>;
3012
+ interface Props$1U {
3009
3013
  /**
3010
3014
  * Main content of the component.
3011
3015
  */
@@ -4070,6 +4074,22 @@ declare const useDownload: (root?: HTMLElement | null) => {
4070
4074
  downloadIframeFile: (downloadUrl: string) => void;
4071
4075
  };
4072
4076
 
4077
+ interface UseTypewriterOptions {
4078
+ /**
4079
+ * Speed of typing in milliseconds.
4080
+ */
4081
+ typingSpeed?: number;
4082
+ /**
4083
+ * Speed of deleting in milliseconds.
4084
+ */
4085
+ deletingSpeed?: number;
4086
+ /**
4087
+ * Time to pause before starting to delete in milliseconds.
4088
+ */
4089
+ pauseTime?: number;
4090
+ }
4091
+ declare const useTypewriter: (labels: string[] | undefined, options?: UseTypewriterOptions) => string;
4092
+
4073
4093
  /**
4074
4094
  * Defines validators that can be used to check various user inputs.
4075
4095
  * They are intended to be used downstream to build validation rules for HTML forms.
@@ -4170,8 +4190,8 @@ declare namespace validators_d {
4170
4190
  };
4171
4191
  }
4172
4192
 
4173
- declare const ViewDialog: React$1.FC<Props$1Q>;
4174
- interface Props$1Q {
4193
+ declare const ViewDialog: React$1.FC<Props$1T>;
4194
+ interface Props$1T {
4175
4195
  /**
4176
4196
  * Main content of the component.
4177
4197
  */
@@ -4234,8 +4254,8 @@ interface Props$1Q {
4234
4254
  label?: string;
4235
4255
  }
4236
4256
 
4237
- declare const UIProvider: React$1.FC<Props$1P>;
4238
- interface Props$1P {
4257
+ declare const UIProvider: React$1.FC<Props$1S>;
4258
+ interface Props$1S {
4239
4259
  /**
4240
4260
  * Main content.
4241
4261
  */
@@ -4263,7 +4283,7 @@ interface Props$1P {
4263
4283
  /**
4264
4284
  * Dialog mode options.
4265
4285
  */
4266
- dialog?: Omit<Props$1Q, 'children'>;
4286
+ dialog?: Omit<Props$1T, 'children'>;
4267
4287
  /**
4268
4288
  * Name of selected theme.
4269
4289
  */
@@ -4286,16 +4306,16 @@ interface Props$1P {
4286
4306
  choosableFileExtensions?: string[];
4287
4307
  }
4288
4308
 
4289
- declare const View: React$1.FC<Props$1O>;
4290
- interface Props$1O {
4309
+ declare const View: React$1.FC<Props$1R>;
4310
+ interface Props$1R {
4291
4311
  /**
4292
4312
  * Sets component's children.
4293
4313
  */
4294
4314
  children?: React$1.ReactNode;
4295
4315
  }
4296
4316
 
4297
- declare const ViewContent: React$1.ForwardRefExoticComponent<Props$1N & React$1.RefAttributes<HTMLDivElement>>;
4298
- interface Props$1N {
4317
+ declare const ViewContent: React$1.ForwardRefExoticComponent<Props$1Q & React$1.RefAttributes<HTMLDivElement>>;
4318
+ interface Props$1Q {
4299
4319
  /**
4300
4320
  * Sets component's children.
4301
4321
  */
@@ -4318,8 +4338,8 @@ interface Props$1N {
4318
4338
  spacing?: 'xl';
4319
4339
  }
4320
4340
 
4321
- declare const ViewContentBar: React$1.FC<Props$1M>;
4322
- interface Props$1M {
4341
+ declare const ViewContentBar: React$1.FC<Props$1P>;
4342
+ interface Props$1P {
4323
4343
  /**
4324
4344
  * Sets component's children.
4325
4345
  */
@@ -4330,32 +4350,32 @@ interface Props$1M {
4330
4350
  justify?: 'start' | 'end';
4331
4351
  }
4332
4352
 
4333
- declare const ViewContentWrapper: React$1.FC<Props$1L>;
4334
- interface Props$1L {
4353
+ declare const ViewContentWrapper: React$1.FC<Props$1O>;
4354
+ interface Props$1O {
4335
4355
  /**
4336
4356
  * Sets component's children.
4337
4357
  */
4338
4358
  children?: React$1.ReactNode;
4339
4359
  }
4340
4360
 
4341
- declare const ViewFooter: React$1.FC<Props$1K>;
4342
- interface Props$1K {
4361
+ declare const ViewFooter: React$1.FC<Props$1N>;
4362
+ interface Props$1N {
4343
4363
  /**
4344
4364
  * Sets component's children.
4345
4365
  */
4346
4366
  children?: React$1.ReactNode;
4347
4367
  }
4348
4368
 
4349
- declare const ViewHeader: React$1.FC<Props$1J>;
4350
- interface Props$1J {
4369
+ declare const ViewHeader: React$1.FC<Props$1M>;
4370
+ interface Props$1M {
4351
4371
  /**
4352
4372
  * Sets component's children.
4353
4373
  */
4354
4374
  children?: React$1.ReactNode;
4355
4375
  }
4356
4376
 
4357
- declare const ViewPaper: React$1.ForwardRefExoticComponent<Props$1I & React$1.RefAttributes<HTMLDivElement>>;
4358
- interface Props$1I {
4377
+ declare const ViewPaper: React$1.ForwardRefExoticComponent<Props$1L & React$1.RefAttributes<HTMLDivElement>>;
4378
+ interface Props$1L {
4359
4379
  /**
4360
4380
  * Sets component's children.
4361
4381
  */
@@ -4366,16 +4386,16 @@ interface Props$1I {
4366
4386
  variant?: 'default' | 'fullscreen';
4367
4387
  }
4368
4388
 
4369
- declare const ViewSideContent: React$1.FC<Props$1H>;
4370
- interface Props$1H {
4389
+ declare const ViewSideContent: React$1.FC<Props$1K>;
4390
+ interface Props$1K {
4371
4391
  /**
4372
4392
  * Sets component's children.
4373
4393
  */
4374
4394
  children?: React$1.ReactNode;
4375
4395
  }
4376
4396
 
4377
- declare const ViewWrapper: React$1.FC<Props$1G>;
4378
- interface Props$1G {
4397
+ declare const ViewWrapper: React$1.FC<Props$1J>;
4398
+ interface Props$1J {
4379
4399
  /**
4380
4400
  * Main content of the component.
4381
4401
  */
@@ -4386,8 +4406,8 @@ interface Props$1G {
4386
4406
  navbar?: React$1.ReactNode;
4387
4407
  }
4388
4408
 
4389
- declare const RangeSlider: React$1.FC<Props$1F>;
4390
- type Props$1F = {
4409
+ declare const RangeSlider: React$1.FC<Props$1I>;
4410
+ type Props$1I = {
4391
4411
  /**
4392
4412
  * Slider value.
4393
4413
  */
@@ -4420,8 +4440,8 @@ type Props$1F = {
4420
4440
  showLabels?: boolean;
4421
4441
  };
4422
4442
 
4423
- declare const FormFeedback: React$1.FC<Props$1E>;
4424
- type Props$1E = {
4443
+ declare const FormFeedback: React$1.FC<Props$1H>;
4444
+ type Props$1H = {
4425
4445
  /**
4426
4446
  * Main content of the component.
4427
4447
  */
@@ -4436,8 +4456,8 @@ type Props$1E = {
4436
4456
  warning?: boolean;
4437
4457
  };
4438
4458
 
4439
- declare const FormGroup: React$1.FC<Props$1D>;
4440
- interface Props$1D {
4459
+ declare const FormGroup: React$1.FC<Props$1G>;
4460
+ interface Props$1G {
4441
4461
  /**
4442
4462
  * Main content of the component.
4443
4463
  */
@@ -4448,24 +4468,24 @@ interface Props$1D {
4448
4468
  halfWidth?: boolean;
4449
4469
  }
4450
4470
 
4451
- declare const FormGroupColumn: React$1.FC<Props$1C>;
4452
- interface Props$1C {
4471
+ declare const FormGroupColumn: React$1.FC<Props$1F>;
4472
+ interface Props$1F {
4453
4473
  /**
4454
4474
  * Main content of the component.
4455
4475
  */
4456
4476
  children: React$1.ReactNode;
4457
4477
  }
4458
4478
 
4459
- declare const FormGroupInfo: React$1.FC<Props$1B>;
4460
- interface Props$1B {
4479
+ declare const FormGroupInfo: React$1.FC<Props$1E>;
4480
+ interface Props$1E {
4461
4481
  /**
4462
4482
  * Main content of the component.
4463
4483
  */
4464
4484
  children: React$1.ReactNode;
4465
4485
  }
4466
4486
 
4467
- declare const FormInputLabel: React$1.FC<Props$1A>;
4468
- type Props$1A = {
4487
+ declare const FormInputLabel: React$1.FC<Props$1D>;
4488
+ type Props$1D = {
4469
4489
  /**
4470
4490
  * Main content of the component.
4471
4491
  */
@@ -4484,8 +4504,8 @@ type Props$1A = {
4484
4504
  iconName?: IconName;
4485
4505
  };
4486
4506
 
4487
- declare const Form: React$1.ForwardRefExoticComponent<Props$1z & React$1.RefAttributes<HTMLFormElement>>;
4488
- type Props$1z = {
4507
+ declare const Form: React$1.ForwardRefExoticComponent<Props$1C & React$1.RefAttributes<HTMLFormElement>>;
4508
+ type Props$1C = {
4489
4509
  /**
4490
4510
  * Main content of the component.
4491
4511
  */
@@ -4508,8 +4528,8 @@ type Props$1z = {
4508
4528
  onSubmit: React$1.FormEventHandler<HTMLFormElement>;
4509
4529
  };
4510
4530
 
4511
- declare const EmptyViewLabel: React$1.FC<Props$1y>;
4512
- interface Props$1y {
4531
+ declare const EmptyViewLabel: React$1.FC<Props$1B>;
4532
+ interface Props$1B {
4513
4533
  /**
4514
4534
  * Main content of the component.
4515
4535
  */
@@ -4520,8 +4540,8 @@ interface Props$1y {
4520
4540
  muted?: boolean;
4521
4541
  }
4522
4542
 
4523
- declare const EmptyView: React$1.ForwardRefExoticComponent<Props$1x & React$1.RefAttributes<HTMLDivElement>>;
4524
- interface Props$1x {
4543
+ declare const EmptyView: React$1.ForwardRefExoticComponent<Props$1A & React$1.RefAttributes<HTMLDivElement>>;
4544
+ interface Props$1A {
4525
4545
  /**
4526
4546
  * Adds active styling.
4527
4547
  */
@@ -4544,8 +4564,8 @@ interface Props$1x {
4544
4564
  type?: 'dropzone' | 'default';
4545
4565
  }
4546
4566
 
4547
- declare const Ellipsis: React$1.FC<Props$1w>;
4548
- interface Props$1w {
4567
+ declare const Ellipsis: React$1.FC<Props$1z>;
4568
+ interface Props$1z {
4549
4569
  /**
4550
4570
  * Items to display.
4551
4571
  */
@@ -4556,8 +4576,8 @@ interface Props$1w {
4556
4576
  maxVisibleItems?: number;
4557
4577
  }
4558
4578
 
4559
- declare const FilePreviewActions: React$1.FC<Props$1v>;
4560
- interface Props$1v {
4579
+ declare const FilePreviewActions: React$1.FC<Props$1y>;
4580
+ interface Props$1y {
4561
4581
  /**
4562
4582
  * Label of the back button.
4563
4583
  */
@@ -4572,33 +4592,33 @@ interface Props$1v {
4572
4592
  title: string;
4573
4593
  }
4574
4594
 
4575
- declare const FilePreviewColumn: React$1.FC<Props$1u>;
4576
- interface Props$1u {
4595
+ declare const FilePreviewColumn: React$1.FC<Props$1x>;
4596
+ interface Props$1x {
4577
4597
  /**
4578
4598
  * Main content of the component.
4579
4599
  */
4580
4600
  children: React$1.ReactNode;
4581
4601
  }
4582
4602
 
4583
- declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$1t & React$1.RefAttributes<HTMLDivElement>>;
4584
- interface Props$1t {
4603
+ declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$1w & React$1.RefAttributes<HTMLDivElement>>;
4604
+ interface Props$1w {
4585
4605
  /**
4586
4606
  * Main content of the component.
4587
4607
  */
4588
4608
  children: React$1.ReactNode;
4589
4609
  }
4590
4610
 
4591
- declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$1s & React$1.RefAttributes<HTMLDivElement>>;
4592
- interface Props$1s {
4611
+ declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$1v & React$1.RefAttributes<HTMLDivElement>>;
4612
+ interface Props$1v {
4593
4613
  /**
4594
4614
  * Main content of the component.
4595
4615
  */
4596
4616
  children: React$1.ReactNode;
4597
4617
  }
4598
4618
 
4599
- declare const FilePreviewNavButton: React$1.FC<Props$1r>;
4619
+ declare const FilePreviewNavButton: React$1.FC<Props$1u>;
4600
4620
  type Side = 'left' | 'right';
4601
- interface Props$1r {
4621
+ interface Props$1u {
4602
4622
  /**
4603
4623
  * Disables button.
4604
4624
  */
@@ -4621,16 +4641,16 @@ interface Props$1r {
4621
4641
  tooltipPlacement?: PopperPlacement;
4622
4642
  }
4623
4643
 
4624
- declare const FilePreviewTooltip: React$1.FC<Props$1q>;
4625
- interface Props$1q {
4644
+ declare const FilePreviewTooltip: React$1.FC<Props$1t>;
4645
+ interface Props$1t {
4626
4646
  /**
4627
4647
  * Main content of the tooltip.
4628
4648
  */
4629
4649
  children?: React$1.ReactNode;
4630
4650
  }
4631
4651
 
4632
- declare const FilePreview: React$1.ForwardRefExoticComponent<Props$1p & React$1.RefAttributes<HTMLDivElement>>;
4633
- interface Props$1p {
4652
+ declare const FilePreview: React$1.ForwardRefExoticComponent<Props$1s & React$1.RefAttributes<HTMLDivElement>>;
4653
+ interface Props$1s {
4634
4654
  /**
4635
4655
  * Main content of the component.
4636
4656
  */
@@ -4680,8 +4700,8 @@ interface SelectionAreaCoords {
4680
4700
  height: number;
4681
4701
  }
4682
4702
 
4683
- declare const SelectionArea: React$1.FC<Props$1o>;
4684
- interface Props$1o {
4703
+ declare const SelectionArea: React$1.FC<Props$1r>;
4704
+ interface Props$1r {
4685
4705
  /**
4686
4706
  * Selection area container.
4687
4707
  */
@@ -4783,8 +4803,8 @@ type SelectToggleHandler = (opt: SelectOption) => void;
4783
4803
  */
4784
4804
  type SelectKeyboardNextIdGetter = (options: SelectOption[], currentIndex: number) => SelectOption | undefined;
4785
4805
 
4786
- declare const SelectListboxGrid: React$1.FC<Props$1n>;
4787
- interface Props$1n {
4806
+ declare const SelectListboxGrid: React$1.FC<Props$1q>;
4807
+ interface Props$1q {
4788
4808
  /**
4789
4809
  * Main content of the component.
4790
4810
  */
@@ -4795,8 +4815,8 @@ interface Props$1n {
4795
4815
  noOptionsLabel?: string;
4796
4816
  }
4797
4817
 
4798
- declare const Select: React$1.FC<Props$1m>;
4799
- interface Props$1m {
4818
+ declare const Select: React$1.FC<Props$1p>;
4819
+ interface Props$1p {
4800
4820
  /**
4801
4821
  * Aria label for clear button.
4802
4822
  */
@@ -4883,8 +4903,8 @@ interface Props$1m {
4883
4903
  size?: 'base' | 'small' | 'medium';
4884
4904
  }
4885
4905
 
4886
- declare const Notifications: React$1.FC<Props$1l>;
4887
- interface Props$1l {
4906
+ declare const Notifications: React$1.FC<Props$1o>;
4907
+ interface Props$1o {
4888
4908
  /**
4889
4909
  * Container's position will be adjusted in accordance with provided element's height.
4890
4910
  */
@@ -4897,11 +4917,11 @@ interface Props$1l {
4897
4917
 
4898
4918
  type NotificationType = 'success' | 'error' | 'warning';
4899
4919
 
4900
- declare const Notification: React$1.FC<Props$1k>;
4920
+ declare const Notification: React$1.FC<Props$1n>;
4901
4921
  /**
4902
4922
  * `Notification` component is rendered as part of `TransitionGroup` and therefore gets transition props in addition to its regular props.
4903
4923
  */
4904
- type Props$1k = Partial<TransitionProps> & {
4924
+ type Props$1n = Partial<TransitionProps> & {
4905
4925
  /**
4906
4926
  * Main content of the component.
4907
4927
  */
@@ -4928,8 +4948,8 @@ type Props$1k = Partial<TransitionProps> & {
4928
4948
  type: NotificationType;
4929
4949
  };
4930
4950
 
4931
- declare const CopyableInput: React$1.FC<Props$1j>;
4932
- interface Props$1j {
4951
+ declare const CopyableInput: React$1.FC<Props$1m>;
4952
+ interface Props$1m {
4933
4953
  /**
4934
4954
  * Unique input's id.
4935
4955
  */
@@ -4952,8 +4972,8 @@ interface Props$1j {
4952
4972
  labelCopied: string;
4953
4973
  }
4954
4974
 
4955
- declare const CopyableLabel: React$1.FC<Props$1i>;
4956
- interface Props$1i {
4975
+ declare const CopyableLabel: React$1.FC<Props$1l>;
4976
+ interface Props$1l {
4957
4977
  /**
4958
4978
  * Label's text. This text will be copied to clipboard upon clicking on the label.
4959
4979
  */
@@ -4972,8 +4992,8 @@ interface Props$1i {
4972
4992
  labelCopied: string;
4973
4993
  }
4974
4994
 
4975
- declare const CopyButton: React$1.FC<Props$1h>;
4976
- interface Props$1h {
4995
+ declare const CopyButton: React$1.FC<Props$1k>;
4996
+ interface Props$1k {
4977
4997
  /**
4978
4998
  * Value to be copied to clipboard.
4979
4999
  */
@@ -5046,8 +5066,8 @@ interface ContainerQueryContext {
5046
5066
  declare const ContainerQueryContext: React$1.Context<ContainerQueryContext>;
5047
5067
  declare const useContainerQuery: () => ContainerQueryContext;
5048
5068
 
5049
- declare const ContainerQueryProvider: React$1.FC<Props$1g>;
5050
- interface Props$1g {
5069
+ declare const ContainerQueryProvider: React$1.FC<Props$1j>;
5070
+ interface Props$1j {
5051
5071
  /**
5052
5072
  * Maps breakpoint keys to width values. Each key corresponds to minimum value (in px).
5053
5073
  */
@@ -5062,8 +5082,8 @@ interface Props$1g {
5062
5082
  containerEl?: HTMLElement | null;
5063
5083
  }
5064
5084
 
5065
- declare const ContainerQuery: React$1.FC<Props$1f>;
5066
- interface Props$1f {
5085
+ declare const ContainerQuery: React$1.FC<Props$1i>;
5086
+ interface Props$1i {
5067
5087
  /**
5068
5088
  * Main content of the component.
5069
5089
  */
@@ -5087,8 +5107,8 @@ interface FixedContext {
5087
5107
  declare const FixedContext: React$1.Context<FixedContext>;
5088
5108
  declare const useFixedCtx: () => FixedContext;
5089
5109
 
5090
- declare const FixedProvider: React$1.FC<Props$1e>;
5091
- interface Props$1e {
5110
+ declare const FixedProvider: React$1.FC<Props$1h>;
5111
+ interface Props$1h {
5092
5112
  /**
5093
5113
  * Main content of the component.
5094
5114
  */
@@ -5100,16 +5120,16 @@ interface Props$1e {
5100
5120
  rootEl?: HTMLElement | null;
5101
5121
  }
5102
5122
 
5103
- declare const Fixed: React$1.FC<Props$1d>;
5104
- interface Props$1d {
5123
+ declare const Fixed: React$1.FC<Props$1g>;
5124
+ interface Props$1g {
5105
5125
  /**
5106
5126
  * Main content of the component.
5107
5127
  */
5108
5128
  children: React$1.ReactNode;
5109
5129
  }
5110
5130
 
5111
- declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$1c & React$1.RefAttributes<HTMLButtonElement>>;
5112
- interface Props$1c extends Props$3B {
5131
+ declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$1f & React$1.RefAttributes<HTMLButtonElement>>;
5132
+ interface Props$1f extends Props$3E {
5113
5133
  /**
5114
5134
  * Delays loader appearance. Defaults to `true`.
5115
5135
  */
@@ -5124,8 +5144,8 @@ interface Props$1c extends Props$3B {
5124
5144
  loaderPosition?: 'left' | 'center' | 'right';
5125
5145
  }
5126
5146
 
5127
- declare const ListItem: React$1.FC<Props$1b>;
5128
- interface Props$1b {
5147
+ declare const ListItem: React$1.FC<Props$1e>;
5148
+ interface Props$1e {
5129
5149
  /**
5130
5150
  * Main content of the component.
5131
5151
  */
@@ -5136,16 +5156,16 @@ interface Props$1b {
5136
5156
  onClick?: () => void;
5137
5157
  }
5138
5158
 
5139
- declare const ListItemActions: React$1.FC<Props$1a>;
5140
- interface Props$1a {
5159
+ declare const ListItemActions: React$1.FC<Props$1d>;
5160
+ interface Props$1d {
5141
5161
  /**
5142
5162
  * Main content of the component.
5143
5163
  */
5144
5164
  children: React$1.ReactNode;
5145
5165
  }
5146
5166
 
5147
- declare const ListItemContent: React$1.FC<Props$19>;
5148
- interface Props$19 {
5167
+ declare const ListItemContent: React$1.FC<Props$1c>;
5168
+ interface Props$1c {
5149
5169
  /**
5150
5170
  * Main content of the component.
5151
5171
  */
@@ -5156,8 +5176,8 @@ interface Props$19 {
5156
5176
  muted?: boolean;
5157
5177
  }
5158
5178
 
5159
- declare const List: React$1.FC<Props$18>;
5160
- interface Props$18 {
5179
+ declare const List: React$1.FC<Props$1b>;
5180
+ interface Props$1b {
5161
5181
  /**
5162
5182
  * Main content of the component.
5163
5183
  */
@@ -5168,32 +5188,44 @@ interface Props$18 {
5168
5188
  className?: string;
5169
5189
  }
5170
5190
 
5171
- declare const SearchDialogActions: React$1.FC<Props$17>;
5172
- interface Props$17 {
5191
+ declare const SearchDialogActions: React$1.FC<Props$1a>;
5192
+ interface Props$1a {
5173
5193
  /**
5174
5194
  * Main content of the component.
5175
5195
  */
5176
5196
  children: React$1.ReactNode;
5177
5197
  }
5178
5198
 
5179
- declare const SearchDialogContent: React$1.FC<Props$16>;
5180
- interface Props$16 {
5199
+ declare const SearchDialogAiHelpBanner: React$1.FC<Props$19>;
5200
+ interface Props$19 {
5201
+ /**
5202
+ * Content to be displayed in the banner.
5203
+ */
5204
+ content?: string;
5205
+ /**
5206
+ * List of examples to be displayed using a typewriter effect.
5207
+ */
5208
+ examples?: string[];
5209
+ }
5210
+
5211
+ declare const SearchDialogContent: React$1.FC<Props$18>;
5212
+ interface Props$18 {
5181
5213
  /**
5182
5214
  * Main content of the component.
5183
5215
  */
5184
5216
  children: React$1.ReactNode;
5185
5217
  }
5186
5218
 
5187
- declare const SearchDialogFallback: React$1.FC<Props$15>;
5188
- interface Props$15 {
5219
+ declare const SearchDialogFallback: React$1.FC<Props$17>;
5220
+ interface Props$17 {
5189
5221
  /**
5190
5222
  * Main content of the component.
5191
5223
  */
5192
5224
  children: React$1.ReactNode;
5193
5225
  }
5194
5226
 
5195
- declare const SearchDialogHeader: React$1.FC<Props$14>;
5196
- interface Props$14 {
5227
+ declare const SearchDialogHeader: React$1.FC<Props$16>;
5228
+ interface Props$16 {
5197
5229
  /**
5198
5230
  * Optional action rendered next to close button.
5199
5231
  */
@@ -5216,8 +5248,8 @@ interface Props$14 {
5216
5248
  onSubmit?: React$1.FormEventHandler;
5217
5249
  }
5218
5250
 
5219
- declare const SearchDialogInput: React$1.ForwardRefExoticComponent<Props$13 & React$1.RefAttributes<HTMLInputElement>>;
5220
- interface Props$13 {
5251
+ declare const SearchDialogInput: React$1.ForwardRefExoticComponent<Props$15 & React$1.RefAttributes<HTMLInputElement>>;
5252
+ interface Props$15 {
5221
5253
  /**
5222
5254
  * Input's name to register.
5223
5255
  */
@@ -5244,8 +5276,16 @@ interface Props$13 {
5244
5276
  value?: string;
5245
5277
  }
5246
5278
 
5247
- declare const SearchDialogSection: React$1.FC<Props$12>;
5248
- interface Props$12 {
5279
+ declare const SearchDialogLabel: React$1.FC<Props$14>;
5280
+ interface Props$14 {
5281
+ /**
5282
+ * Main content of the component.
5283
+ */
5284
+ label: React$1.ReactNode;
5285
+ }
5286
+
5287
+ declare const SearchDialogSection: React$1.FC<Props$13>;
5288
+ interface Props$13 {
5249
5289
  /**
5250
5290
  * Main content of the component.
5251
5291
  */
@@ -5260,6 +5300,34 @@ interface Props$12 {
5260
5300
  headerButtons?: React$1.ReactNode;
5261
5301
  }
5262
5302
 
5303
+ declare const SearchDialogToggle: React$1.ForwardRefExoticComponent<Props$12 & React$1.RefAttributes<HTMLDivElement>>;
5304
+ interface Props$12 {
5305
+ /**
5306
+ * Sets current toggle's value.
5307
+ */
5308
+ checked: boolean;
5309
+ /**
5310
+ * Optional icon name to display before the label.
5311
+ */
5312
+ icon?: IconName;
5313
+ /**
5314
+ * Optional id for the underlying input. If not provided, a unique id will be generated.
5315
+ */
5316
+ id?: string;
5317
+ /**
5318
+ * Label text displayed next to the toggle.
5319
+ */
5320
+ label?: string;
5321
+ /**
5322
+ * Underlying input's name.
5323
+ */
5324
+ name?: string;
5325
+ /**
5326
+ * Callback invoked upon value's change.
5327
+ */
5328
+ onChange: (checked: boolean) => void;
5329
+ }
5330
+
5263
5331
  declare const SearchDialog: React$1.FC<Props$11>;
5264
5332
  interface Props$11 {
5265
5333
  /**
@@ -5477,11 +5545,11 @@ interface Props$Q {
5477
5545
  /**
5478
5546
  * Optional button.
5479
5547
  */
5480
- button?: React$1.ReactElement<Props$3B> | null;
5548
+ button?: React$1.ReactElement<Props$3E> | null;
5481
5549
  /**
5482
5550
  * Optional icon.
5483
5551
  */
5484
- icon?: React$1.ReactElement<Props$3E> | ((props: Props$3E) => React$1.ReactNode) | null;
5552
+ icon?: React$1.ReactElement<Props$3H> | ((props: Props$3H) => React$1.ReactNode) | null;
5485
5553
  }
5486
5554
 
5487
5555
  declare const NavigationDialogItemLabel: React$1.FC<Props$P>;
@@ -5493,7 +5561,7 @@ interface Props$P {
5493
5561
  /**
5494
5562
  * Displayed icon.
5495
5563
  */
5496
- icon?: React$1.ReactElement<Props$3E>;
5564
+ icon?: React$1.ReactElement<Props$3H>;
5497
5565
  }
5498
5566
 
5499
5567
  declare const NavigationDialog: React$1.ForwardRefExoticComponent<Props$O & React$1.RefAttributes<HTMLDivElement>>;
@@ -5919,7 +5987,7 @@ interface Props$K {
5919
5987
  title?: string;
5920
5988
  }
5921
5989
 
5922
- declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$3B, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
5990
+ declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$3E, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
5923
5991
 
5924
5992
  declare const ImageEditorButtonsGroup: React$1.ForwardRefExoticComponent<Props$J & React$1.RefAttributes<HTMLDivElement>>;
5925
5993
  interface Props$J {
@@ -5994,7 +6062,7 @@ interface Props$E {
5994
6062
  /**
5995
6063
  * Icon to display.
5996
6064
  */
5997
- icon?: React$1.ReactElement<Props$3E>;
6065
+ icon?: React$1.ReactElement<Props$3H>;
5998
6066
  }
5999
6067
 
6000
6068
  declare const ImageEditorCropCardFreeform: React$1.ForwardRefExoticComponent<Props$D & React$1.RefAttributes<HTMLDivElement>>;
@@ -6006,7 +6074,7 @@ interface Props$D {
6006
6074
  /**
6007
6075
  * Icon to display
6008
6076
  */
6009
- icon?: React$1.ReactElement<Props$3E>;
6077
+ icon?: React$1.ReactElement<Props$3H>;
6010
6078
  }
6011
6079
 
6012
6080
  declare const ImageEditorCropCardList: React$1.ForwardRefExoticComponent<Props$C & React$1.RefAttributes<HTMLDivElement>>;
@@ -6026,7 +6094,7 @@ interface Props$B {
6026
6094
  /**
6027
6095
  * Icon to display
6028
6096
  */
6029
- icon?: React$1.ReactElement<Props$3E>;
6097
+ icon?: React$1.ReactElement<Props$3H>;
6030
6098
  }
6031
6099
 
6032
6100
  declare const ImageEditorDemoLabel: React$1.FC<Props$A>;
@@ -6041,9 +6109,9 @@ interface Props$A {
6041
6109
  creditHref?: string;
6042
6110
  }
6043
6111
 
6044
- declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$3B, 'children' | 'onClick'>>;
6112
+ declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$3E, 'children' | 'onClick'>>;
6045
6113
 
6046
- declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$3B, 'children' | 'onClick'>>;
6114
+ declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$3E, 'children' | 'onClick'>>;
6047
6115
 
6048
6116
  declare const ImageEditorLoader: React$1.ForwardRefExoticComponent<Props$z & React$1.RefAttributes<HTMLDivElement>>;
6049
6117
  interface Props$z {
@@ -6121,7 +6189,7 @@ interface Props$u {
6121
6189
  placeholder?: string;
6122
6190
  }
6123
6191
 
6124
- declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$3B, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
6192
+ declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$3E, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
6125
6193
 
6126
6194
  declare const ImageEditorResizeDimensions: React$1.ForwardRefExoticComponent<Props$t & React$1.RefAttributes<HTMLDivElement>>;
6127
6195
  interface Props$t {
@@ -6139,9 +6207,9 @@ interface Props$t {
6139
6207
  widthInput: React$1.ReactNode;
6140
6208
  }
6141
6209
 
6142
- declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$3B, 'children' | 'onClick'>>;
6210
+ declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$3E, 'children' | 'onClick'>>;
6143
6211
 
6144
- declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$3B, 'children' | 'onClick'>>;
6212
+ declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$3E, 'children' | 'onClick'>>;
6145
6213
 
6146
6214
  declare const ImageEditorSaveDialog: React$1.ForwardRefExoticComponent<Props$s & React$1.RefAttributes<HTMLDivElement>>;
6147
6215
  interface Props$s {
@@ -6175,7 +6243,7 @@ interface Props$q {
6175
6243
  title?: string;
6176
6244
  }
6177
6245
 
6178
- declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$3B, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
6246
+ declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$3E, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
6179
6247
 
6180
6248
  declare const ImageEditorSaveDialogHeader: React$1.ForwardRefExoticComponent<Props$p & React$1.RefAttributes<HTMLDivElement>>;
6181
6249
  interface Props$p {
@@ -6201,7 +6269,7 @@ interface Props$o {
6201
6269
  alt: string;
6202
6270
  }
6203
6271
 
6204
- declare const ImageEditorSaveDialogInfo: React$1.ForwardRefExoticComponent<Props$1z & React$1.RefAttributes<HTMLFormElement>>;
6272
+ declare const ImageEditorSaveDialogInfo: React$1.ForwardRefExoticComponent<Props$1C & React$1.RefAttributes<HTMLFormElement>>;
6205
6273
 
6206
6274
  declare const ImageEditorSaveDialogPreview: React$1.ForwardRefExoticComponent<Props$n & React$1.RefAttributes<HTMLDivElement>>;
6207
6275
  interface Props$n {
@@ -6211,7 +6279,7 @@ interface Props$n {
6211
6279
  children?: React$1.ReactNode;
6212
6280
  }
6213
6281
 
6214
- declare const ImageEditorSaveDialogSaveButton: React$1.ForwardRefExoticComponent<Props$1c & React$1.RefAttributes<HTMLButtonElement>>;
6282
+ declare const ImageEditorSaveDialogSaveButton: React$1.ForwardRefExoticComponent<Props$1f & React$1.RefAttributes<HTMLButtonElement>>;
6215
6283
 
6216
6284
  declare const ImageEditorSaveDialogSection: React$1.ForwardRefExoticComponent<Props$m & React$1.RefAttributes<HTMLDivElement>>;
6217
6285
  interface Props$m {
@@ -6445,7 +6513,7 @@ interface Props$d {
6445
6513
  /**
6446
6514
  * Icon to display.
6447
6515
  */
6448
- icon?: React$1.ReactElement<Props$3E>;
6516
+ icon?: React$1.ReactElement<Props$3H>;
6449
6517
  /**
6450
6518
  * Unique ID of a tab.
6451
6519
  */
@@ -6664,5 +6732,5 @@ interface Props {
6664
6732
  closeLabel?: string;
6665
6733
  }
6666
6734
 
6667
- export { ActionBanner, Avatar, Banner, Bottombar, Button, ButtonGroup, ButtonRow, 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, CoreUploaderErrorPanel, CoreUploaderProgressPanel, CoreUploaderView, CoreUploaderWorkingArea, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogNext, DialogNextCloseButton, DialogNextColumn, DialogNextContent, DialogNextFooter, DialogNextHeader, DialogNextSeparator, DialogNextTitle, DialogProgressHeader, DialogRow, DialogSection, DocIcon, Drawer, DrawerActions, DrawerContent, DrawerHeader, DrawerSection, Ellipsis, EmptyView, EmptyViewLabel, FileInput, FilePreview, FilePreviewActions, FilePreviewColumn, FilePreviewContent, FilePreviewHoverable, FilePreviewNavButton, FilePreviewTooltip, Fixed, FixedContext, FixedProvider, Form, FormFeedback, FormGroup, FormGroupColumn, FormGroupInfo, FormInputLabel, Gallery, GalleryFigure, GalleryItem, Icon, ImageEditor, ImageEditorActions, ImageEditorApplyButton, ImageEditorButtonsGroup, ImageEditorButtonsRow, ImageEditorCanvas, ImageEditorContent, ImageEditorContext, ImageEditorCropBoxDimensions, ImageEditorCropCard, ImageEditorCropCardFreeform, ImageEditorCropCardList, ImageEditorCropCardOriginal, ImageEditorDemoLabel, ImageEditorDimensionsInput, ImageEditorFlipHorizontalButton, ImageEditorFlipVerticalButton, ImageEditorLoader, ImageEditorMenu, ImageEditorMenuContainer, ImageEditorMenuSection, ImageEditorMenuSubSection, 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, Link, List, ListItem, ListItemActions, ListItemContent, LoadingButton, Menu, MenuColumn, MenuFooterButton, MenuItem, MenuItemButton, MenuLabel, MenuSearchInput, 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, Modal as Overlay, Pagination, Panel, PanelActions, PanelCheckbox, PanelColumn, PanelContent, PanelContentProp, PanelDescriptionItem, PanelDragHandle, PanelList, PanelListDivider, PanelSide, PanelSkeleton, PanelTitle, PdfViewer, PermissionTag, Permissions, PermissionsActions, PermissionsContent, PermissionsForm, PermissionsFormGroup, PermissionsFormInput, PermissionsManagementPanel, PermissionsManagementPanelHeader, PermissionsManagementPanelRulesHeader, PermissionsPanel, PermissionsScopeHeader, PermissionsScopeList, PermissionsTitle, Pill, Pills, Popper, PopperArrow, PopperContext, ProgressPanel, PropertiesTable, PropertiesTableRow, RangeSlider, ResponsiveImage, ResponsiveImageFallback, ResponsiveImageFit, ResponsiveImageScalable, ResponsiveImageSkeleton, SearchDialog, SearchDialogActions, SearchDialogContent, SearchDialogFallback, SearchDialogHeader, SearchDialogInput, SearchDialogSection, Select, SelectListboxGrid, SelectionArea, Skeleton, SortButton, SortableDndList, SortableDndListItem, Switch, SwitchInput, SwitchView, Tab, TabPanel, Table, TableBody, TableCell, TableContainer, TableDatetimeCell, TableHead, TableHeader, TablePagination, TableRow, TableToolbar, Tabs, Tag, TagInput, TagLabel, TagList, TextEllipsis, TextField, TextFieldInput, Textarea, Tooltip, Topbar, TopbarAction, UIContext, UIProvider, View, ViewContent, ViewContentBar, ViewContentWrapper, ViewDialog, ViewFooter, ViewHeader, ViewPaper, ViewSideContent, ViewWrapper, 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 };
6668
- export type { ButtonColor, ButtonSize, ButtonType, CropperDimensions, CropperLockedDimension, Dimensions, DocIconName, DragDimensionsHandler, DragHandler, DraggableOptions, DraggableState, DropFile, DropItem, IconColor, IconName, Props$3E as IconProps, IconRenderProp, IconRenderer, IconSize, ImageEditorEditingResult, ImageEditorPresetGroup, ImageEditorPresetOption, KeyAction, KeyCombination, KeyEventLike, KeyModifier, KeyProps, ListDndChildProps, ListDndItem, ListDndItemHookProps, ListDndMoveItem, ListDndOnDragEnd, ListDndSetDraggable, ListDndSetDraggablePartial, ListboxProps, OnScrollHandler, PermissionMap, PermissionName, PopperAnchorRef, PopperOffset, PopperOffsetValue, PopperPlacement, Props$3E as Props, RInterval, ResizeOptions, ScrollCoordsConfig, ScrollOptions, SelectKeyboardNavProps, SelectKeyboardNextIdGetter, SelectOption, SelectRenderableOption, SelectSection, SelectToggleHandler, SelectionAreaCoords, Props$f as TextareaProps, Props$1P as UIProviderProps, UseFilesDropProps, Props$1Q as ViewDialogProps, XYCoord };
6735
+ export { ActionBanner, Avatar, Banner, Bottombar, Button, ButtonGroup, ButtonRow, 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, CoreUploaderErrorPanel, CoreUploaderProgressPanel, CoreUploaderView, CoreUploaderWorkingArea, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogNext, DialogNextCloseButton, DialogNextColumn, DialogNextContent, DialogNextFooter, DialogNextHeader, DialogNextSeparator, DialogNextTitle, DialogProgressHeader, DialogRow, DialogSection, DocIcon, Drawer, DrawerActions, DrawerContent, DrawerHeader, DrawerSection, Ellipsis, EmptyView, EmptyViewLabel, FileInput, FilePreview, FilePreviewActions, FilePreviewColumn, FilePreviewContent, FilePreviewHoverable, FilePreviewNavButton, FilePreviewTooltip, Fixed, FixedContext, FixedProvider, Form, FormFeedback, FormGroup, FormGroupColumn, FormGroupInfo, FormInputLabel, Gallery, GalleryFigure, GalleryItem, Icon, ImageEditor, ImageEditorActions, ImageEditorApplyButton, ImageEditorButtonsGroup, ImageEditorButtonsRow, ImageEditorCanvas, ImageEditorContent, ImageEditorContext, ImageEditorCropBoxDimensions, ImageEditorCropCard, ImageEditorCropCardFreeform, ImageEditorCropCardList, ImageEditorCropCardOriginal, ImageEditorDemoLabel, ImageEditorDimensionsInput, ImageEditorFlipHorizontalButton, ImageEditorFlipVerticalButton, ImageEditorLoader, ImageEditorMenu, ImageEditorMenuContainer, ImageEditorMenuSection, ImageEditorMenuSubSection, 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, Link, List, ListItem, ListItemActions, ListItemContent, LoadingButton, Menu, MenuColumn, MenuFooterButton, MenuItem, MenuItemButton, MenuLabel, MenuSearchInput, 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, Modal as Overlay, Pagination, Panel, PanelActions, PanelCheckbox, PanelColumn, PanelContent, PanelContentProp, PanelDescriptionItem, PanelDragHandle, PanelList, PanelListDivider, PanelSide, PanelSkeleton, PanelTitle, PdfViewer, PermissionTag, Permissions, PermissionsActions, PermissionsContent, PermissionsForm, PermissionsFormGroup, PermissionsFormInput, PermissionsManagementPanel, PermissionsManagementPanelHeader, PermissionsManagementPanelRulesHeader, PermissionsPanel, PermissionsScopeHeader, PermissionsScopeList, PermissionsTitle, Pill, Pills, Popper, PopperArrow, PopperContext, ProgressPanel, PropertiesTable, PropertiesTableRow, RangeSlider, ResponsiveImage, ResponsiveImageFallback, ResponsiveImageFit, ResponsiveImageScalable, ResponsiveImageSkeleton, SearchDialog, SearchDialogActions, SearchDialogAiHelpBanner, SearchDialogContent, SearchDialogFallback, SearchDialogHeader, SearchDialogInput, SearchDialogLabel, SearchDialogSection, SearchDialogToggle, Select, SelectListboxGrid, SelectionArea, Skeleton, SortButton, SortableDndList, SortableDndListItem, Switch, SwitchInput, SwitchView, Tab, TabPanel, Table, TableBody, TableCell, TableContainer, TableDatetimeCell, TableHead, TableHeader, TablePagination, TableRow, TableToolbar, Tabs, Tag, TagInput, TagLabel, TagList, TextEllipsis, TextField, TextFieldInput, Textarea, Tooltip, Topbar, TopbarAction, UIContext, UIProvider, View, ViewContent, ViewContentBar, ViewContentWrapper, ViewDialog, ViewFooter, ViewHeader, ViewPaper, ViewSideContent, ViewWrapper, 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, useTypewriter, useUIContext, validators_d as validators, writeTextToClipboard, writeToClipboard };
6736
+ export type { ButtonColor, ButtonSize, ButtonType, CropperDimensions, CropperLockedDimension, Dimensions, DocIconName, DragDimensionsHandler, DragHandler, DraggableOptions, DraggableState, DropFile, DropItem, IconColor, IconName, Props$3H as IconProps, IconRenderProp, IconRenderer, IconSize, ImageEditorEditingResult, ImageEditorPresetGroup, ImageEditorPresetOption, KeyAction, KeyCombination, KeyEventLike, KeyModifier, KeyProps, ListDndChildProps, ListDndItem, ListDndItemHookProps, ListDndMoveItem, ListDndOnDragEnd, ListDndSetDraggable, ListDndSetDraggablePartial, ListboxProps, OnScrollHandler, PermissionMap, PermissionName, PopperAnchorRef, PopperOffset, PopperOffsetValue, PopperPlacement, Props$3H as Props, RInterval, ResizeOptions, ScrollCoordsConfig, ScrollOptions, SelectKeyboardNavProps, SelectKeyboardNextIdGetter, SelectOption, SelectRenderableOption, SelectSection, SelectToggleHandler, SelectionAreaCoords, Props$f as TextareaProps, Props$1S as UIProviderProps, UseFilesDropProps, UseTypewriterOptions, Props$1T as ViewDialogProps, XYCoord };