@gouvfr-lasuite/ui-kit 0.22.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ import { Dispatch } from 'react';
8
8
  import { getThemesFromGlobals } from '@gouvfr-lasuite/cunningham-tokens';
9
9
  import { HTMLAttributes } from 'react';
10
10
  import { JSX } from 'react/jsx-runtime';
11
- import { Key as Key_2 } from 'react-stately';
11
+ import { Key } from 'react-stately';
12
12
  import { LabelHTMLAttributes } from 'react';
13
13
  import { MemoExoticComponent } from 'react';
14
14
  import { ModalSize } from '@gouvfr-lasuite/cunningham-react';
@@ -69,8 +69,6 @@ export declare type AddShareUserListProps<UserType> = {
69
69
  onSelectRole: (role: string) => void;
70
70
  };
71
71
 
72
- export declare const All: (props: IconSvgProps) => JSX.Element;
73
-
74
72
  export declare const anctGlobals: {
75
73
  font: {
76
74
  sizes: {
@@ -470,40 +468,6 @@ export declare const anctGlobals: {
470
468
  };
471
469
  };
472
470
 
473
- export declare const Archive: (props: IconSvgProps) => JSX.Element;
474
-
475
- export declare const ArrowCornerDownRight: (props: IconSvgProps) => JSX.Element;
476
-
477
- export declare const ArrowDown: (props: IconSvgProps) => JSX.Element;
478
-
479
- export declare const ArrowDownCircle: (props: IconSvgProps) => JSX.Element;
480
-
481
- export declare const ArrowDownCircleFilled: (props: IconSvgProps) => JSX.Element;
482
-
483
- export declare const ArrowDownLeft: (props: IconSvgProps) => JSX.Element;
484
-
485
- export declare const ArrowDownRight: (props: IconSvgProps) => JSX.Element;
486
-
487
- export declare const ArrowLeft: (props: IconSvgProps) => JSX.Element;
488
-
489
- export declare const ArrowRight: (props: IconSvgProps) => JSX.Element;
490
-
491
- export declare const ArrowSquarepath: (props: IconSvgProps) => JSX.Element;
492
-
493
- export declare const ArrowUp: (props: IconSvgProps) => JSX.Element;
494
-
495
- export declare const ArrowUpCircle: (props: IconSvgProps) => JSX.Element;
496
-
497
- export declare const ArrowUpCircleFilled: (props: IconSvgProps) => JSX.Element;
498
-
499
- export declare const ArrowUpDown: (props: IconSvgProps) => JSX.Element;
500
-
501
- export declare const ArrowUpDownCircle: (props: IconSvgProps) => JSX.Element;
502
-
503
- export declare const ArrowUpLeft: (props: IconSvgProps) => JSX.Element;
504
-
505
- export declare const ArrowUpRight: (props: IconSvgProps) => JSX.Element;
506
-
507
471
  export declare const AudioPlayer: default_2.FC<AudioPlayerProps>;
508
472
 
509
473
  declare interface AudioPlayerProps {
@@ -561,92 +525,8 @@ export declare type BaseTreeViewData<T> = {
561
525
  nodeType?: Exclude<TreeViewNodeTypeEnum, TreeViewNodeTypeEnum.TITLE | TreeViewNodeTypeEnum.SEPARATOR | TreeViewNodeTypeEnum.VIEW_MORE | TreeViewNodeTypeEnum.SIMPLE_NODE>;
562
526
  } & T));
563
527
 
564
- export declare const Bento: (props: IconSvgProps) => JSX.Element;
565
-
566
- export declare const Blur: (props: IconSvgProps) => JSX.Element;
567
-
568
- export declare const Bold: (props: IconSvgProps) => JSX.Element;
569
-
570
- export declare const Bolt: (props: IconSvgProps) => JSX.Element;
571
-
572
- export declare const Book: (props: IconSvgProps) => JSX.Element;
573
-
574
- export declare const Book2: (props: IconSvgProps) => JSX.Element;
575
-
576
- export declare const BookFilled: (props: IconSvgProps) => JSX.Element;
577
-
578
- export declare const BookmarkFilled: (props: IconSvgProps) => JSX.Element;
579
-
580
- export declare const Bubble: (props: IconSvgProps) => JSX.Element;
581
-
582
- export declare const BubbleDashed: (props: IconSvgProps) => JSX.Element;
583
-
584
- export declare const BubbleEdit: (props: IconSvgProps) => JSX.Element;
585
-
586
- export declare const BubbleLock: (props: IconSvgProps) => JSX.Element;
587
-
588
- export declare const BubbleText: (props: IconSvgProps) => JSX.Element;
589
-
590
- export declare const BubbleTextNotif: (props: IconSvgProps) => JSX.Element;
591
-
592
- export declare const Bug: (props: IconSvgProps) => JSX.Element;
593
-
594
- export declare const Building: (props: IconSvgProps) => JSX.Element;
595
-
596
- export declare const BulletedList: (props: IconSvgProps) => JSX.Element;
597
-
598
- export declare const Burger: (props: IconSvgProps) => JSX.Element;
599
-
600
528
  export declare const CALC_EXTENSIONS: string[];
601
529
 
602
- export declare const Calendar: (props: IconSvgProps) => JSX.Element;
603
-
604
- export declare const Calendar2: (props: IconSvgProps) => JSX.Element;
605
-
606
- export declare const CalendarClock: (props: IconSvgProps) => JSX.Element;
607
-
608
- export declare const Callout: (props: IconSvgProps) => JSX.Element;
609
-
610
- export declare const CamOffAlert: (props: IconSvgProps) => JSX.Element;
611
-
612
- export declare const CarFilled: (props: IconSvgProps) => JSX.Element;
613
-
614
- export declare const Change: (props: IconSvgProps) => JSX.Element;
615
-
616
- export declare const ChartFilled: (props: IconSvgProps) => JSX.Element;
617
-
618
- export declare const Checkmark: (props: IconSvgProps) => JSX.Element;
619
-
620
- export declare const Checkmark2: (props: IconSvgProps) => JSX.Element;
621
-
622
- export declare const CheckmarkFilled: (props: IconSvgProps) => JSX.Element;
623
-
624
- export declare const CheckmarkShield: (props: IconSvgProps) => JSX.Element;
625
-
626
- export declare const ChevronDoubleUp: (props: IconSvgProps) => JSX.Element;
627
-
628
- export declare const ChevronDown: (props: IconSvgProps) => JSX.Element;
629
-
630
- export declare const ChevronLeft: (props: IconSvgProps) => JSX.Element;
631
-
632
- export declare const ChevronRight: (props: IconSvgProps) => JSX.Element;
633
-
634
- export declare const ChevronUp: (props: IconSvgProps) => JSX.Element;
635
-
636
- export declare const Clock: (props: IconSvgProps) => JSX.Element;
637
-
638
- export declare const ClockArrowCirclepath: (props: IconSvgProps) => JSX.Element;
639
-
640
- export declare const CloudArrow: (props: IconSvgProps) => JSX.Element;
641
-
642
- export declare const Code: (props: IconSvgProps) => JSX.Element;
643
-
644
- export declare const Color: (props: IconSvgProps) => JSX.Element;
645
-
646
- export declare const Columns2: (props: IconSvgProps) => JSX.Element;
647
-
648
- export declare const Columns3: (props: IconSvgProps) => JSX.Element;
649
-
650
530
  export declare const containerSizeMap: Record<IconSize, number>;
651
531
 
652
532
  export declare const ContextMenu: <T>({ children, options, context, disabled, asChild, onFocus, onBlur, }: ContextMenuProps<T>) => JSX.Element;
@@ -692,16 +572,6 @@ export declare type ContextMenuProps<T = unknown> = {
692
572
 
693
573
  export declare const ContextMenuProvider: ({ children }: PropsWithChildren) => JSX.Element;
694
574
 
695
- export declare const Controls: (props: IconSvgProps) => JSX.Element;
696
-
697
- export declare const Copy: (props: IconSvgProps) => JSX.Element;
698
-
699
- export declare const CsvExport: (props: IconSvgProps) => JSX.Element;
700
-
701
- export declare const CsvImport: (props: IconSvgProps) => JSX.Element;
702
-
703
- export declare const Cube: (props: IconSvgProps) => JSX.Element;
704
-
705
575
  export declare const cunninghamConfig: {
706
576
  themes: {
707
577
  default: any;
@@ -711,8 +581,6 @@ export declare const cunninghamConfig: {
711
581
 
712
582
  export declare const CunninghamProvider: (props: Parameters<typeof CunninghamProvider_2>[0]) => JSX.Element;
713
583
 
714
- export declare const Curlybraces: (props: IconSvgProps) => JSX.Element;
715
-
716
584
  export declare const CustomTabs: ({ tabs, defaultSelectedTab, fullWidth, }: TabsProps) => JSX.Element | null;
717
585
 
718
586
  /**
@@ -720,34 +588,8 @@ export declare const CustomTabs: ({ tabs, defaultSelectedTab, fullWidth, }: Tabs
720
588
  */
721
589
  export declare type CustomTranslations = Partial<Record<TranslationKey, string>>;
722
590
 
723
- export declare const Datagouv: (props: IconSvgProps) => JSX.Element;
724
-
725
591
  export declare const DEFAULT_PDF_WORKER_SRC = "/pdf.worker.mjs";
726
592
 
727
- export declare const Divergence: (props: IconSvgProps) => JSX.Element;
728
-
729
- export declare const Divider: (props: IconSvgProps) => JSX.Element;
730
-
731
- export declare const Doc: (props: IconSvgProps) => JSX.Element;
732
-
733
- export declare const DocAll: (props: IconSvgProps) => JSX.Element;
734
-
735
- export declare const DocLink: (props: IconSvgProps) => JSX.Element;
736
-
737
- export declare const DocMoveIn: (props: IconSvgProps) => JSX.Element;
738
-
739
- export declare const DocMoveOut: (props: IconSvgProps) => JSX.Element;
740
-
741
- export declare const DocPlus: (props: IconSvgProps) => JSX.Element;
742
-
743
- export declare const DocSlash: (props: IconSvgProps) => JSX.Element;
744
-
745
- export declare const Download: (props: IconSvgProps) => JSX.Element;
746
-
747
- export declare const Drive: (props: IconSvgProps) => JSX.Element;
748
-
749
- export declare const DriveAlert: (props: IconSvgProps) => JSX.Element;
750
-
751
593
  export declare const DropdownMenu: ({ options, isOpen, onOpenChange, children, selectedValues, onSelectValue, topMessage, shouldCloseOnInteractOutside, variant, }: PropsWithChildren<DropdownMenuProps>) => JSX.Element;
752
594
 
753
595
  /**
@@ -1182,8 +1024,6 @@ declare type DurationBarProps = {
1182
1024
  handleSeek: (e: React.ChangeEvent<HTMLInputElement>) => void;
1183
1025
  };
1184
1026
 
1185
- export declare const Edit: (props: IconSvgProps) => JSX.Element;
1186
-
1187
1027
  export declare const ErrorPreview: ({ file, onDownload }: ErrorPreviewProps) => JSX.Element;
1188
1028
 
1189
1029
  declare interface ErrorPreviewProps {
@@ -1191,22 +1031,12 @@ declare interface ErrorPreviewProps {
1191
1031
  onDownload?: (file: FilePreviewType) => void;
1192
1032
  }
1193
1033
 
1194
- export declare const EuroFilled: (props: IconSvgProps) => JSX.Element;
1195
-
1196
1034
  /**
1197
1035
  * Utility type that combines TranslationKeys with proper constraint checking.
1198
1036
  * Use this as the main export for generating translation key types.
1199
1037
  */
1200
1038
  declare type ExtractTranslationKeys<T extends TranslationObject> = TranslationKeys<T>;
1201
1039
 
1202
- export declare const Face: (props: IconSvgProps) => JSX.Element;
1203
-
1204
- export declare const FaceRemove: (props: IconSvgProps) => JSX.Element;
1205
-
1206
- export declare const FastBackward: (props: IconSvgProps) => JSX.Element;
1207
-
1208
- export declare const FastForward: (props: IconSvgProps) => JSX.Element;
1209
-
1210
1040
  export declare const FeedbackForm: ({ categories, defaultCategory, showEmailReply, onSend, onCancel, isOpen, onOpenChange, labels: labelsOverride, emailPrivacyUrl, maxFileSize, acceptedFileTypes, isSending, className, placement, shouldFlip, triggerRef: externalTriggerRef, children, }: FeedbackFormProps) => JSX.Element;
1211
1041
 
1212
1042
  export declare type FeedbackFormData = {
@@ -1256,15 +1086,6 @@ export declare type FeedbackFormProps = {
1256
1086
  children?: ReactNode;
1257
1087
  };
1258
1088
 
1259
- declare const File_2: (props: IconSvgProps) => JSX.Element;
1260
- export { File_2 as File }
1261
-
1262
- export declare const FileCheck: (props: IconSvgProps) => JSX.Element;
1263
-
1264
- export declare const FileError: (props: IconSvgProps) => JSX.Element;
1265
-
1266
- export declare const FileFilled: (props: IconSvgProps) => JSX.Element;
1267
-
1268
1089
  /**
1269
1090
  * Used by the FilePreview component to display the file icon.
1270
1091
  * Mirrors the variant in drive that operates on a FilePreviewType
@@ -1283,8 +1104,6 @@ declare type FileIconProps = {
1283
1104
  type?: "mini" | "normal";
1284
1105
  };
1285
1106
 
1286
- export declare const FileImport: (props: IconSvgProps) => JSX.Element;
1287
-
1288
1107
  export declare const FilePreview: ({ isOpen, onClose, title, files, initialIndexFile, openedFileId, sidebarContent, customHeaderActions, headerActionsMenuOptions, onChangeFile, onFileOpen, handleDownloadFile, hideCloseButton, pdfWorkerSrc, onOpenInEditor, }: FilePreviewProps) => JSX.Element | null;
1289
1108
 
1290
1109
  declare interface FilePreviewProps {
@@ -1316,12 +1135,8 @@ export declare type FilePreviewType = {
1316
1135
  isSuspicious?: boolean;
1317
1136
  };
1318
1137
 
1319
- export declare const FileShare: (props: IconSvgProps) => JSX.Element;
1320
-
1321
1138
  export declare const Filter: (props: FilterProps) => JSX.Element;
1322
1139
 
1323
- export declare const FilterNotification: (props: IconSvgProps) => JSX.Element;
1324
-
1325
1140
  export declare type FilterOption = Option_2 & {
1326
1141
  showSeparator?: boolean;
1327
1142
  isChecked?: boolean;
@@ -1332,48 +1147,14 @@ export declare type FilterProps = {
1332
1147
  options: FilterOption[];
1333
1148
  } & SelectProps;
1334
1149
 
1335
- export declare const Folder: (props: IconSvgProps) => JSX.Element;
1336
-
1337
- export declare const FolderDrive: (props: IconSvgProps) => JSX.Element;
1338
-
1339
- export declare const FolderDriveZip: (props: IconSvgProps) => JSX.Element;
1340
-
1341
- export declare const FolderFilled: (props: IconSvgProps) => JSX.Element;
1342
-
1343
- export declare const FolderPerso: (props: IconSvgProps) => JSX.Element;
1344
-
1345
- export declare const FolderPlus: (props: IconSvgProps) => JSX.Element;
1346
-
1347
- export declare const FolderPublic: (props: IconSvgProps) => JSX.Element;
1348
-
1349
- export declare const FolderShared: (props: IconSvgProps) => JSX.Element;
1350
-
1351
- export declare const FolderStar: (props: IconSvgProps) => JSX.Element;
1352
-
1353
- export declare const FoodBred: (props: IconSvgProps) => JSX.Element;
1354
-
1355
- export declare const FoodBrezel: (props: IconSvgProps) => JSX.Element;
1356
-
1357
- export declare const FoodCroissant: (props: IconSvgProps) => JSX.Element;
1358
-
1359
- export declare const FoodGingerbread: (props: IconSvgProps) => JSX.Element;
1360
-
1361
- export declare const FoodPancake: (props: IconSvgProps) => JSX.Element;
1362
-
1363
- export declare const FoodPizza: (props: IconSvgProps) => JSX.Element;
1364
-
1365
- export declare const FoodSpaghetti: (props: IconSvgProps) => JSX.Element;
1366
-
1367
- export declare const FoodWaffle: (props: IconSvgProps) => JSX.Element;
1368
-
1369
1150
  export declare const Footer: ({ externalLinks, legalLinks, license, logo, }: FooterProps) => JSX.Element;
1370
1151
 
1371
1152
  export declare type FooterProps = {
1372
- externalLinks?: readonly Link_2[];
1373
- legalLinks?: readonly Link_2[];
1153
+ externalLinks?: readonly Link[];
1154
+ legalLinks?: readonly Link[];
1374
1155
  license?: {
1375
1156
  label: string;
1376
- link: Link_2;
1157
+ link: Link;
1377
1158
  };
1378
1159
  logo?: {
1379
1160
  src: string;
@@ -1383,18 +1164,6 @@ export declare type FooterProps = {
1383
1164
  };
1384
1165
  };
1385
1166
 
1386
- export declare const FormatText: (props: IconSvgProps) => JSX.Element;
1387
-
1388
- export declare const Gauge: (props: IconSvgProps) => JSX.Element;
1389
-
1390
- export declare const GearFilled: (props: IconSvgProps) => JSX.Element;
1391
-
1392
- export declare const GearRounded: (props: IconSvgProps) => JSX.Element;
1393
-
1394
- export declare const GearRoundedFilled: (props: IconSvgProps) => JSX.Element;
1395
-
1396
- export declare const GearRoundedNotif: (props: IconSvgProps) => JSX.Element;
1397
-
1398
1167
  export declare const getContainerSize: (iconSize: IconSize) => number;
1399
1168
 
1400
1169
  export declare const getExtensionFromName: (str: string) => string | null;
@@ -1421,20 +1190,6 @@ export declare const getUserColor: (name: string) => string;
1421
1190
  */
1422
1191
  export declare const getUserInitials: (name: string) => string;
1423
1192
 
1424
- export declare const Github: (props: IconSvgProps) => JSX.Element;
1425
-
1426
- export declare const Globe: (props: IconSvgProps) => JSX.Element;
1427
-
1428
- export declare const Globe2: (props: IconSvgProps) => JSX.Element;
1429
-
1430
- export declare const GlobeLock: (props: IconSvgProps) => JSX.Element;
1431
-
1432
- export declare const Grip: (props: IconSvgProps) => JSX.Element;
1433
-
1434
- export declare const HandsClap: (props: IconSvgProps) => JSX.Element;
1435
-
1436
- export declare const HandTap: (props: IconSvgProps) => JSX.Element;
1437
-
1438
1193
  export declare const Header: ({ leftIcon, rightIcon, languages, onTogglePanel, isPanelOpen, }: HeaderProps) => JSX.Element;
1439
1194
 
1440
1195
  export declare const headerHeight = 52;
@@ -1447,14 +1202,6 @@ export declare type HeaderProps = {
1447
1202
  isPanelOpen?: boolean;
1448
1203
  };
1449
1204
 
1450
- export declare const Heading1: (props: IconSvgProps) => JSX.Element;
1451
-
1452
- export declare const Heading2: (props: IconSvgProps) => JSX.Element;
1453
-
1454
- export declare const Heading3: (props: IconSvgProps) => JSX.Element;
1455
-
1456
- export declare const Headset: (props: IconSvgProps) => JSX.Element;
1457
-
1458
1205
  export declare const HelpMenu: ({ documentationUrl, onOnboarding, onContactUs, feedbackForm, release, }: HelpMenuProps) => JSX.Element | null;
1459
1206
 
1460
1207
  export declare type HelpMenuFeedbackConfig = {
@@ -1492,66 +1239,14 @@ export declare const Hero: ({ logo, mainButton, banner, title, subtitle, }: {
1492
1239
  subtitle: string;
1493
1240
  }) => JSX.Element;
1494
1241
 
1495
- export declare const Hide: (props: IconSvgProps) => JSX.Element;
1496
-
1497
- declare const Highlight_2: (props: IconSvgProps) => JSX.Element;
1498
- export { Highlight_2 as Highlight }
1499
-
1500
- declare const History_2: (props: IconSvgProps) => JSX.Element;
1501
- export { History_2 as History }
1502
-
1503
1242
  export declare const HomeGutter: ({ children }: {
1504
1243
  children: React.ReactNode;
1505
1244
  }) => JSX.Element;
1506
1245
 
1507
1246
  export declare const HorizontalSeparator: (props: Props_3) => JSX.Element;
1508
1247
 
1509
- export declare const House: (props: IconSvgProps) => JSX.Element;
1510
-
1511
1248
  export declare const Icon: default_2.FC<IconProps>;
1512
1249
 
1513
- export declare const Icon10CircleFilled: (props: IconSvgProps) => JSX.Element;
1514
-
1515
- export declare const Icon11CircleFilled: (props: IconSvgProps) => JSX.Element;
1516
-
1517
- export declare const Icon12CircleFilled: (props: IconSvgProps) => JSX.Element;
1518
-
1519
- export declare const Icon13CircleFilled: (props: IconSvgProps) => JSX.Element;
1520
-
1521
- export declare const Icon14CircleFilled: (props: IconSvgProps) => JSX.Element;
1522
-
1523
- export declare const Icon15CircleFilled: (props: IconSvgProps) => JSX.Element;
1524
-
1525
- export declare const Icon16CircleFilled: (props: IconSvgProps) => JSX.Element;
1526
-
1527
- export declare const Icon17CircleFilled: (props: IconSvgProps) => JSX.Element;
1528
-
1529
- export declare const Icon18CircleFilled: (props: IconSvgProps) => JSX.Element;
1530
-
1531
- export declare const Icon19CircleFilled: (props: IconSvgProps) => JSX.Element;
1532
-
1533
- export declare const Icon1CircleFilled: (props: IconSvgProps) => JSX.Element;
1534
-
1535
- export declare const Icon20CircleFilled: (props: IconSvgProps) => JSX.Element;
1536
-
1537
- export declare const Icon2CircleFilled: (props: IconSvgProps) => JSX.Element;
1538
-
1539
- export declare const Icon3CircleFilled: (props: IconSvgProps) => JSX.Element;
1540
-
1541
- export declare const Icon4CircleFilled: (props: IconSvgProps) => JSX.Element;
1542
-
1543
- export declare const Icon5CircleFilled: (props: IconSvgProps) => JSX.Element;
1544
-
1545
- export declare const Icon6CircleFilled: (props: IconSvgProps) => JSX.Element;
1546
-
1547
- export declare const Icon7CircleFilled: (props: IconSvgProps) => JSX.Element;
1548
-
1549
- export declare const Icon8CircleFilled: (props: IconSvgProps) => JSX.Element;
1550
-
1551
- export declare const Icon9CircleFilled: (props: IconSvgProps) => JSX.Element;
1552
-
1553
- export declare const IconLeftPanel: (props: IconSvgProps) => JSX.Element;
1554
-
1555
1250
  export declare type IconProps = {
1556
1251
  /**
1557
1252
  * The name of the Material Icon to display
@@ -1579,8 +1274,6 @@ export declare type IconProps = {
1579
1274
  [key: string]: unknown;
1580
1275
  };
1581
1276
 
1582
- export declare const IconRightPanel: (props: IconSvgProps) => JSX.Element;
1583
-
1584
1277
  export declare const ICONS: {
1585
1278
  mini: {
1586
1279
  calc: string;
@@ -1631,8 +1324,6 @@ export declare enum IconType {
1631
1324
  FILLED = "filled"
1632
1325
  }
1633
1326
 
1634
- export declare const Identity: (props: IconSvgProps) => JSX.Element;
1635
-
1636
1327
  export declare const ImageViewer: default_2.FC<ImageViewerProps>;
1637
1328
 
1638
1329
  declare interface ImageViewerProps {
@@ -1645,10 +1336,6 @@ declare interface ImageViewerProps {
1645
1336
  zoomStep?: number;
1646
1337
  }
1647
1338
 
1648
- export declare const Info: (props: IconSvgProps) => JSX.Element;
1649
-
1650
- export declare const Info2: (props: IconSvgProps) => JSX.Element;
1651
-
1652
1339
  export declare type InvitationData<UserType, T> = T & {
1653
1340
  id: string;
1654
1341
  role: string;
@@ -1668,18 +1355,6 @@ export declare const isTitle: <T>(node?: TreeViewDataType<T>) => boolean;
1668
1355
 
1669
1356
  export declare const isViewMore: <T>(node?: TreeViewDataType<T>) => boolean;
1670
1357
 
1671
- export declare const Italic: (props: IconSvgProps) => JSX.Element;
1672
-
1673
- export declare const JusticeFilled: (props: IconSvgProps) => JSX.Element;
1674
-
1675
- export declare const Key: (props: IconSvgProps) => JSX.Element;
1676
-
1677
- export declare const Key2: (props: IconSvgProps) => JSX.Element;
1678
-
1679
- export declare const KeyboardHide: (props: IconSvgProps) => JSX.Element;
1680
-
1681
- export declare const KeyFilled: (props: IconSvgProps) => JSX.Element;
1682
-
1683
1358
  export declare const KNOWN_EXTENSIONS: Set<string>;
1684
1359
 
1685
1360
  export declare const Label: ({ children, text, ...props }: LabelHTMLAttributes<HTMLLabelElement> & {
@@ -1741,10 +1416,6 @@ export declare type LanguagesOption = DropdownMenuOption & {
1741
1416
  shortLabel?: string;
1742
1417
  };
1743
1418
 
1744
- export declare const LasuiteFilled: (props: IconSvgProps) => JSX.Element;
1745
-
1746
- export declare const Leaf: (props: IconSvgProps) => JSX.Element;
1747
-
1748
1419
  export declare const LeftPanel: ({ children, isOpen, hasHeader, footer, }: PropsWithChildren<LeftPanelProps>) => JSX.Element;
1749
1420
 
1750
1421
  export declare type LeftPanelProps = {
@@ -1755,9 +1426,7 @@ export declare type LeftPanelProps = {
1755
1426
 
1756
1427
  export declare const LeftSidebarIcon: (props: IconSvgProps) => JSX.Element;
1757
1428
 
1758
- export declare const Link: (props: IconSvgProps) => JSX.Element;
1759
-
1760
- declare type Link_2 = {
1429
+ declare type Link = {
1761
1430
  label: string;
1762
1431
  href: string;
1763
1432
  };
@@ -2250,15 +1919,6 @@ export declare const locales: {
2250
1919
  "nl-NL": any;
2251
1920
  };
2252
1921
 
2253
- declare const Lock_2: (props: IconSvgProps) => JSX.Element;
2254
- export { Lock_2 as Lock }
2255
-
2256
- export declare const Logout: (props: IconSvgProps) => JSX.Element;
2257
-
2258
- export declare const Mail: (props: IconSvgProps) => JSX.Element;
2259
-
2260
- export declare const MailCheckFilled: (props: IconSvgProps) => JSX.Element;
2261
-
2262
1922
  export declare const MainLayout: ({ icon, children, hideLeftPanelOnDesktop, leftPanelContent, leftPanelFooter, rightPanelContent, rightHeaderContent, languages, enableResize, rightPanelIsOpen, ...props }: PropsWithChildren<MainLayoutProps>) => JSX.Element;
2263
1923
 
2264
1924
  export declare type MainLayoutProps = {
@@ -2276,10 +1936,6 @@ export declare type MainLayoutProps = {
2276
1936
  setIsLeftPanelOpen?: (isLeftPanelOpen: boolean) => void;
2277
1937
  };
2278
1938
 
2279
- export declare const Maximize: (props: IconSvgProps) => JSX.Element;
2280
-
2281
- export declare const MegaphoneFilled: (props: IconSvgProps) => JSX.Element;
2282
-
2283
1939
  /**
2284
1940
  * Union type for all menu items
2285
1941
  */
@@ -2309,8 +1965,6 @@ export declare type MenuItemSeparator = {
2309
1965
  type: "separator";
2310
1966
  };
2311
1967
 
2312
- export declare const MicOffAlert: (props: IconSvgProps) => JSX.Element;
2313
-
2314
1968
  export declare const MIME_MAP: {
2315
1969
  calc: string[];
2316
1970
  pdf: string[];
@@ -2337,16 +1991,8 @@ export declare enum MimeCategory {
2337
1991
  GRIST = "grist"
2338
1992
  }
2339
1993
 
2340
- export declare const Minus: (props: IconSvgProps) => JSX.Element;
2341
-
2342
1994
  export { ModalSize }
2343
1995
 
2344
- export declare const MoreCircle: (props: IconSvgProps) => JSX.Element;
2345
-
2346
- export declare const MusicFilled: (props: IconSvgProps) => JSX.Element;
2347
-
2348
- export declare const Mute: (props: IconSvgProps) => JSX.Element;
2349
-
2350
1996
  export { NodeRendererProps }
2351
1997
 
2352
1998
  export declare const NotSupportedPreview: ({ file, onDownload, title, }: NotSupportedPreviewProps) => JSX.Element;
@@ -2357,8 +2003,6 @@ declare interface NotSupportedPreviewProps {
2357
2003
  title?: string;
2358
2004
  }
2359
2005
 
2360
- export declare const NumberedList: (props: IconSvgProps) => JSX.Element;
2361
-
2362
2006
  export declare const OnboardingModal: ({ isOpen, size, appName, mainTitle, steps, initialStep, footerLink, hideContent, onSkip, onComplete, onClose, labels, }: OnboardingModalProps) => JSX.Element | null;
2363
2007
 
2364
2008
  export declare interface OnboardingModalProps {
@@ -2444,46 +2088,8 @@ export declare type PaginatedChildrenResult<T> = {
2444
2088
  pagination?: BaseTreeViewData<T>["pagination"];
2445
2089
  };
2446
2090
 
2447
- export declare const PaletteFilled: (props: IconSvgProps) => JSX.Element;
2448
-
2449
- export declare const Pause: (props: IconSvgProps) => JSX.Element;
2450
-
2451
- export declare const Perso: (props: IconSvgProps) => JSX.Element;
2452
-
2453
- export declare const PersoFilled: (props: IconSvgProps) => JSX.Element;
2454
-
2455
- export declare const Phone: (props: IconSvgProps) => JSX.Element;
2456
-
2457
- export declare const PhoneArrowUpRight: (props: IconSvgProps) => JSX.Element;
2458
-
2459
- export declare const PhoneArrowUpRightFilled: (props: IconSvgProps) => JSX.Element;
2460
-
2461
- export declare const PhoneFilled: (props: IconSvgProps) => JSX.Element;
2462
-
2463
- export declare const Picture: (props: IconSvgProps) => JSX.Element;
2464
-
2465
- export declare const PictureFilled: (props: IconSvgProps) => JSX.Element;
2466
-
2467
- export declare const PictureRemove: (props: IconSvgProps) => JSX.Element;
2468
-
2469
- export declare const Pin: (props: IconSvgProps) => JSX.Element;
2470
-
2471
- export declare const PinFilled: (props: IconSvgProps) => JSX.Element;
2472
-
2473
- export declare const Play: (props: IconSvgProps) => JSX.Element;
2474
-
2475
- export declare const Play2: (props: IconSvgProps) => JSX.Element;
2476
-
2477
2091
  export declare const PlayerPreviewControls: ({ togglePlay, isPlaying, rewind10Seconds, forward10Seconds, volume, isMuted, toggleMute, handleVolumeChange, toggleFullscreen, isFullscreen, showFullscreenBtn, }: PreviewControlsProps) => JSX.Element;
2478
2092
 
2479
- export declare const Plus: (props: IconSvgProps) => JSX.Element;
2480
-
2481
- export declare const PlusDashed: (props: IconSvgProps) => JSX.Element;
2482
-
2483
- export declare const PlusDashedEdit: (props: IconSvgProps) => JSX.Element;
2484
-
2485
- export declare const Present: (props: IconSvgProps) => JSX.Element;
2486
-
2487
2093
  export declare type PreviewControlsProps = {
2488
2094
  togglePlay: () => void;
2489
2095
  isPlaying: boolean;
@@ -2544,14 +2150,6 @@ declare type Props_3 = Omit<AbstractSeparatorProps, "direction">;
2544
2150
 
2545
2151
  declare type Props_4 = Omit<AbstractSeparatorProps, "direction">;
2546
2152
 
2547
- export declare const Public: (props: IconSvgProps) => JSX.Element;
2548
-
2549
- export declare const Puzzle: (props: IconSvgProps) => JSX.Element;
2550
-
2551
- export declare const PuzzleFilled: (props: IconSvgProps) => JSX.Element;
2552
-
2553
- export declare const QuestionMark: (props: IconSvgProps) => JSX.Element;
2554
-
2555
2153
  export declare const QuickSearch: ({ onFilter, inputContent, inputValue, loading, showInput, label, placeholder, children, }: QuickSearchProps) => JSX.Element;
2556
2154
 
2557
2155
  export declare type QuickSearchAction = {
@@ -2600,10 +2198,6 @@ export declare type QuickSearchProps = {
2600
2198
  children?: ReactNode;
2601
2199
  };
2602
2200
 
2603
- export declare const Quote: (props: IconSvgProps) => JSX.Element;
2604
-
2605
- export declare const RectangleRotate: (props: IconSvgProps) => JSX.Element;
2606
-
2607
2201
  export declare const ReleaseNoteModal: ({ steps, ...props }: ReleaseNoteModalProps) => JSX.Element;
2608
2202
 
2609
2203
  export declare interface ReleaseNoteModalProps extends Omit<OnboardingModalProps, "hideContent" | "steps"> {
@@ -2627,20 +2221,12 @@ export declare interface ReleaseNoteStep {
2627
2221
  */
2628
2222
  export declare const removeFileExtension: (filename: string) => string;
2629
2223
 
2630
- export declare const Reply: (props: IconSvgProps) => JSX.Element;
2631
-
2632
2224
  declare type ResponsiveStates = {
2633
2225
  isMobile: boolean;
2634
2226
  isTablet: boolean;
2635
2227
  isDesktop: boolean;
2636
2228
  };
2637
2229
 
2638
- export declare const Retry: (props: IconSvgProps) => JSX.Element;
2639
-
2640
- export declare const RoleUp: (props: IconSvgProps) => JSX.Element;
2641
-
2642
- export declare const Sd: (props: IconSvgProps) => JSX.Element;
2643
-
2644
2230
  export declare const SearchFilter: <T extends SearchFilterItem = SearchFilterItem>(props: SearchFilterProps<T>) => JSX.Element;
2645
2231
 
2646
2232
  export declare type SearchFilterItem = {
@@ -2670,8 +2256,6 @@ declare type SearchUserItemProps<UserType> = {
2670
2256
  user: UserData<UserType>;
2671
2257
  };
2672
2258
 
2673
- export declare const Server: (props: IconSvgProps) => JSX.Element;
2674
-
2675
2259
  export declare type Service = {
2676
2260
  name: string;
2677
2261
  url: string;
@@ -2685,8 +2269,6 @@ declare type ServicesResponse = {
2685
2269
  error?: unknown;
2686
2270
  };
2687
2271
 
2688
- export declare const Shared: (props: IconSvgProps) => JSX.Element;
2689
-
2690
2272
  export declare const ShareInvitationItem: <UserType, InvitationType>({ invitation, roles, updateRole, deleteInvitation, canUpdate, roleTopMessage, }: ShareInvitationItemProps<UserType, InvitationType>) => JSX.Element;
2691
2273
 
2692
2274
  export declare type ShareInvitationItemProps<UserType, InvitationType> = {
@@ -2785,24 +2367,12 @@ export declare type ShareSelectedUserItemProps<UserType> = {
2785
2367
  onRemoveUser: (user: UserData<UserType>) => void;
2786
2368
  };
2787
2369
 
2788
- export declare const ShieldLockFilled: (props: IconSvgProps) => JSX.Element;
2789
-
2790
- export declare const Sparkles2: (props: IconSvgProps) => JSX.Element;
2791
-
2792
2370
  export declare const Spinner: ({ size }: SpinnerProps) => JSX.Element;
2793
2371
 
2794
2372
  declare type SpinnerProps = {
2795
2373
  size?: "sm" | "md" | "lg" | "xl";
2796
2374
  };
2797
2375
 
2798
- export declare const StackTemplate: (props: IconSvgProps) => JSX.Element;
2799
-
2800
- export declare const Star: (props: IconSvgProps) => JSX.Element;
2801
-
2802
- export declare const StarFilled: (props: IconSvgProps) => JSX.Element;
2803
-
2804
- export declare const StarSlash: (props: IconSvgProps) => JSX.Element;
2805
-
2806
2376
  export declare const StorageGauge: ({ used, total, unit, compact, precision, className, ...props }: StorageGaugeProps) => JSX.Element;
2807
2377
 
2808
2378
  declare type StorageGaugeProps = Omit<ButtonHTMLAttributes<HTMLButtonElement>, "children"> & {
@@ -2818,10 +2388,6 @@ declare type StorageGaugeProps = Omit<ButtonHTMLAttributes<HTMLButtonElement>, "
2818
2388
  precision?: number;
2819
2389
  };
2820
2390
 
2821
- export declare const Strikethrough: (props: IconSvgProps) => JSX.Element;
2822
-
2823
- export declare const Sun: (props: IconSvgProps) => JSX.Element;
2824
-
2825
2391
  export declare const SuspiciousPreview: ({ handleDownload, }: SuspiciousPreviewProps) => JSX.Element;
2826
2392
 
2827
2393
  declare interface SuspiciousPreviewProps {
@@ -2835,34 +2401,12 @@ export declare type TabData = {
2835
2401
  content: React.ReactNode;
2836
2402
  };
2837
2403
 
2838
- export declare const Table: (props: IconSvgProps) => JSX.Element;
2839
-
2840
2404
  export declare type TabsProps = {
2841
2405
  tabs: TabData[];
2842
2406
  defaultSelectedTab?: string;
2843
2407
  fullWidth?: boolean;
2844
2408
  };
2845
2409
 
2846
- export declare const TerminalFilled: (props: IconSvgProps) => JSX.Element;
2847
-
2848
- export declare const ThumbDown: (props: IconSvgProps) => JSX.Element;
2849
-
2850
- export declare const ThumbDownFilled: (props: IconSvgProps) => JSX.Element;
2851
-
2852
- export declare const ThumbUp: (props: IconSvgProps) => JSX.Element;
2853
-
2854
- export declare const ThumbUpFilled: (props: IconSvgProps) => JSX.Element;
2855
-
2856
- export declare const TodoList: (props: IconSvgProps) => JSX.Element;
2857
-
2858
- export declare const ToggleHeading1: (props: IconSvgProps) => JSX.Element;
2859
-
2860
- export declare const ToggleHeading2: (props: IconSvgProps) => JSX.Element;
2861
-
2862
- export declare const ToggleHeading3: (props: IconSvgProps) => JSX.Element;
2863
-
2864
- export declare const ToggleList: (props: IconSvgProps) => JSX.Element;
2865
-
2866
2410
  /**
2867
2411
  * All available translation keys extracted from the English translation file.
2868
2412
  * This type represents all possible keys that can be used with the translation system.
@@ -2915,8 +2459,6 @@ declare type TranslationValue = string | {
2915
2459
  [key: string]: TranslationValue;
2916
2460
  };
2917
2461
 
2918
- export declare const Trash: (props: IconSvgProps) => JSX.Element;
2919
-
2920
2462
  export { TreeApi }
2921
2463
 
2922
2464
  export declare const TreeContext: Context<TreeContextType<any> | null>;
@@ -3010,24 +2552,6 @@ export declare type TreeViewProps<T> = {
3010
2552
 
3011
2553
  export declare const TreeViewSeparator: ({ top, left }: CursorProps) => JSX.Element;
3012
2554
 
3013
- export declare const Type: (props: IconSvgProps) => JSX.Element;
3014
-
3015
- export declare const Underline: (props: IconSvgProps) => JSX.Element;
3016
-
3017
- export declare const Undo: (props: IconSvgProps) => JSX.Element;
3018
-
3019
- export declare const UndoCircle: (props: IconSvgProps) => JSX.Element;
3020
-
3021
- export declare const UndoCircleFilled: (props: IconSvgProps) => JSX.Element;
3022
-
3023
- export declare const Unhide: (props: IconSvgProps) => JSX.Element;
3024
-
3025
- export declare const Unpin: (props: IconSvgProps) => JSX.Element;
3026
-
3027
- export declare const UnpinFilled: (props: IconSvgProps) => JSX.Element;
3028
-
3029
- export declare const Upload: (props: IconSvgProps) => JSX.Element;
3030
-
3031
2555
  /**
3032
2556
  * useArrowRoving
3033
2557
  *
@@ -3139,13 +2663,13 @@ export declare const useTree: <T>(initialItems: TreeViewDataType<T>[], refreshCa
3139
2663
  prependToNode: (nodeId: string, newNode: TreeViewDataType<T>) => void;
3140
2664
  moveNode: (nodeId: string, newParentId: string | null, newIndex: number) => void;
3141
2665
  appendToNode: (nodeId: string, newNode: TreeViewDataType<T>) => void;
3142
- move: (key: Key_2, toParentKey: Key_2 | null, index: number) => void;
2666
+ move: (key: Key, toParentKey: Key | null, index: number) => void;
3143
2667
  resetTree: (newItems?: TreeViewDataType<T>[]) => void;
3144
2668
  handleLoadChildren: (nodeId: string) => Promise<never[] | undefined>;
3145
2669
  selectNodeById: (nodeId: string) => void;
3146
2670
  getParent: (nodeId: string) => TreeViewDataType<T> | null;
3147
2671
  getNode: (nodeId: string) => TreeViewDataType<T> | undefined;
3148
- getParentId: (nodeId: string) => Key_2 | null;
2672
+ getParentId: (nodeId: string) => Key | null;
3149
2673
  getAncestors: (nodeId: string) => TreeViewDataType<T>[];
3150
2674
  };
3151
2675
 
@@ -3171,8 +2695,6 @@ declare interface VideoPlayerProps {
3171
2695
  onTimeUpdate?: (currentTime: number) => void;
3172
2696
  }
3173
2697
 
3174
- export declare const Volume2: (props: IconSvgProps) => JSX.Element;
3175
-
3176
2698
  export declare const VolumeBar: ({ volume, isMuted, toggleMute, handleVolumeChange, }: VolumeBarProps) => JSX.Element;
3177
2699
 
3178
2700
  export declare type VolumeBarProps = {
@@ -3182,16 +2704,6 @@ export declare type VolumeBarProps = {
3182
2704
  handleVolumeChange: (newVolume: number) => void;
3183
2705
  };
3184
2706
 
3185
- export declare const VolumeX: (props: IconSvgProps) => JSX.Element;
3186
-
3187
- export declare const WandAndStars: (props: IconSvgProps) => JSX.Element;
3188
-
3189
- export declare const Warning: (props: IconSvgProps) => JSX.Element;
3190
-
3191
- export declare const WarningFilled: (props: IconSvgProps) => JSX.Element;
3192
-
3193
- export declare const Weight: (props: IconSvgProps) => JSX.Element;
3194
-
3195
2707
  export declare const whiteLabelGlobals: {
3196
2708
  font: {
3197
2709
  families: {
@@ -3606,12 +3118,6 @@ declare interface WopiOpenInEditorProps {
3606
3118
  onOpenInEditor: (file: FilePreviewType) => void;
3607
3119
  }
3608
3120
 
3609
- export declare const XMark: (props: IconSvgProps) => JSX.Element;
3610
-
3611
- export declare const Zoom: (props: IconSvgProps) => JSX.Element;
3612
-
3613
- export declare const Zoom1: (props: IconSvgProps) => JSX.Element;
3614
-
3615
3121
  export declare const ZoomControls: ({ zoomOut, zoomIn, resetView, }: ZoomControlsProps) => JSX.Element;
3616
3122
 
3617
3123
  declare interface ZoomControlsProps {
@@ -3620,8 +3126,4 @@ declare interface ZoomControlsProps {
3620
3126
  resetView: () => void;
3621
3127
  }
3622
3128
 
3623
- export declare const ZoomMinus: (props: IconSvgProps) => JSX.Element;
3624
-
3625
- export declare const ZoomPlus: (props: IconSvgProps) => JSX.Element;
3626
-
3627
3129
  export { }