@gouvfr-lasuite/ui-kit 0.23.2 → 0.24.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.
Files changed (33) hide show
  1. package/README.md +4 -1
  2. package/dist/{PdfPreview-BOBDAlTZ.js → PdfPreview-CLFZxX-1.js} +3 -3
  3. package/dist/{PdfPreview-BOBDAlTZ.js.map → PdfPreview-CLFZxX-1.js.map} +1 -1
  4. package/dist/{PdfPreview-C7taj-bH.cjs → PdfPreview-WRGeH0v3.cjs} +2 -2
  5. package/dist/{PdfPreview-C7taj-bH.cjs.map → PdfPreview-WRGeH0v3.cjs.map} +1 -1
  6. package/dist/{ZoomPlus-pBCoSTnV.js → ZoomPlus-BpYaKE3S.js} +285 -185
  7. package/dist/ZoomPlus-BpYaKE3S.js.map +1 -0
  8. package/dist/ZoomPlus-Buc4s50D.cjs +23 -0
  9. package/dist/ZoomPlus-Buc4s50D.cjs.map +1 -0
  10. package/dist/cunningham.ts +5 -0
  11. package/dist/icons.cjs +1 -1
  12. package/dist/icons.cjs.map +1 -1
  13. package/dist/icons.d.ts +63 -0
  14. package/dist/icons.js +1007 -776
  15. package/dist/icons.js.map +1 -1
  16. package/dist/index-8IuJhpRl.cjs +87 -0
  17. package/dist/index-8IuJhpRl.cjs.map +1 -0
  18. package/dist/{index-B6GHSbZ5.js → index-QmW7lImF.js} +5668 -5419
  19. package/dist/index-QmW7lImF.js.map +1 -0
  20. package/dist/index.cjs +1 -1
  21. package/dist/index.d.ts +105 -4
  22. package/dist/index.js +87 -85
  23. package/dist/storybook/preview-files/pdf_with_js.pdf +0 -0
  24. package/dist/storybook/preview-files/pdf_with_js_link.pdf +0 -0
  25. package/dist/storybook/preview-files/pdf_with_links.pdf +0 -0
  26. package/dist/style.css +1 -1
  27. package/package.json +1 -1
  28. package/dist/ZoomPlus-CiQptg56.cjs +0 -23
  29. package/dist/ZoomPlus-CiQptg56.cjs.map +0 -1
  30. package/dist/ZoomPlus-pBCoSTnV.js.map +0 -1
  31. package/dist/index-B6GHSbZ5.js.map +0 -1
  32. package/dist/index-Dw-xw-QF.cjs +0 -87
  33. package/dist/index-Dw-xw-QF.cjs.map +0 -1
package/dist/icons.d.ts CHANGED
@@ -1,5 +1,7 @@
1
1
  import { JSX } from 'react/jsx-runtime';
2
2
 
3
+ export declare const Accessibility: (props: IconSvgProps) => JSX.Element;
4
+
3
5
  export declare const All: (props: IconSvgProps) => JSX.Element;
4
6
 
5
7
  export declare const AndroidLogo: (props: IconSvgProps) => JSX.Element;
@@ -20,6 +22,8 @@ export declare const ArrowDownLeft: (props: IconSvgProps) => JSX.Element;
20
22
 
21
23
  export declare const ArrowDownRight: (props: IconSvgProps) => JSX.Element;
22
24
 
25
+ export declare const ArrowDownWideNarrow: (props: IconSvgProps) => JSX.Element;
26
+
23
27
  export declare const ArrowDropDown: (props: IconSvgProps) => JSX.Element;
24
28
 
25
29
  export declare const ArrowLeft: (props: IconSvgProps) => JSX.Element;
@@ -42,12 +46,18 @@ export declare const ArrowUpDownCircle: (props: IconSvgProps) => JSX.Element;
42
46
 
43
47
  export declare const ArrowUpLeft: (props: IconSvgProps) => JSX.Element;
44
48
 
49
+ export declare const ArrowUpNarrowWide: (props: IconSvgProps) => JSX.Element;
50
+
45
51
  export declare const ArrowUpRight: (props: IconSvgProps) => JSX.Element;
46
52
 
53
+ export declare const AttachFile: (props: IconSvgProps) => JSX.Element;
54
+
47
55
  export declare const BadgeCheck: (props: IconSvgProps) => JSX.Element;
48
56
 
49
57
  export declare const BadgeQuestion: (props: IconSvgProps) => JSX.Element;
50
58
 
59
+ export declare const Ban: (props: IconSvgProps) => JSX.Element;
60
+
51
61
  export declare const Bell: (props: IconSvgProps) => JSX.Element;
52
62
 
53
63
  export declare const BellOff: (props: IconSvgProps) => JSX.Element;
@@ -81,6 +91,7 @@ export declare const Briefcase: (props: IconSvgProps) => JSX.Element;
81
91
 
82
92
  export declare const Bubble: (props: IconSvgProps) => JSX.Element;
83
93
 
94
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
84
95
  export declare const BubbleDashed: (props: IconSvgProps) => JSX.Element;
85
96
 
86
97
  export declare const BubbleEdit: (props: IconSvgProps) => JSX.Element;
@@ -93,6 +104,8 @@ export declare const BubbleText: (props: IconSvgProps) => JSX.Element;
93
104
  /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
94
105
  export declare const BubbleTextNotif: (props: IconSvgProps) => JSX.Element;
95
106
 
107
+ export declare const BubbleXMark: (props: IconSvgProps) => JSX.Element;
108
+
96
109
  export declare const Bug: (props: IconSvgProps) => JSX.Element;
97
110
 
98
111
  export declare const Building: (props: IconSvgProps) => JSX.Element;
@@ -151,6 +164,8 @@ export declare const CircleCheckFilled: (props: IconSvgProps) => JSX.Element;
151
164
 
152
165
  export declare const CircleDot: (props: IconSvgProps) => JSX.Element;
153
166
 
167
+ export declare const CirclePause: (props: IconSvgProps) => JSX.Element;
168
+
154
169
  export declare const Clock: (props: IconSvgProps) => JSX.Element;
155
170
 
156
171
  export declare const ClockArrowCirclepath: (props: IconSvgProps) => JSX.Element;
@@ -242,6 +257,7 @@ export declare const EuroFilled: (props: IconSvgProps) => JSX.Element;
242
257
 
243
258
  export declare const ExternalLink: (props: IconSvgProps) => JSX.Element;
244
259
 
260
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
245
261
  export declare const Eye: (props: IconSvgProps) => JSX.Element;
246
262
 
247
263
  export declare const Face: (props: IconSvgProps) => JSX.Element;
@@ -306,6 +322,8 @@ export declare const FolderPlus: (props: IconSvgProps) => JSX.Element;
306
322
  /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
307
323
  export declare const FolderPublic: (props: IconSvgProps) => JSX.Element;
308
324
 
325
+ export declare const FolderRestricted: (props: IconSvgProps) => JSX.Element;
326
+
309
327
  /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
310
328
  export declare const FolderShared: (props: IconSvgProps) => JSX.Element;
311
329
 
@@ -474,6 +492,9 @@ declare enum IconType {
474
492
 
475
493
  export declare const Identity: (props: IconSvgProps) => JSX.Element;
476
494
 
495
+ export declare const ImageAdd: (props: IconSvgProps) => JSX.Element;
496
+
497
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
477
498
  export declare const ImagePlus: (props: IconSvgProps) => JSX.Element;
478
499
 
479
500
  export declare const ImageSpark: (props: IconSvgProps) => JSX.Element;
@@ -493,12 +514,14 @@ export declare const JusticeFilled: (props: IconSvgProps) => JSX.Element;
493
514
 
494
515
  export declare const Key: (props: IconSvgProps) => JSX.Element;
495
516
 
517
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
496
518
  export declare const Key2: (props: IconSvgProps) => JSX.Element;
497
519
 
498
520
  export declare const Keyboard: (props: IconSvgProps) => JSX.Element;
499
521
 
500
522
  export declare const KeyboardHide: (props: IconSvgProps) => JSX.Element;
501
523
 
524
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
502
525
  export declare const KeyFilled: (props: IconSvgProps) => JSX.Element;
503
526
 
504
527
  export declare const Language: (props: IconSvgProps) => JSX.Element;
@@ -528,6 +551,8 @@ export declare const Mail: (props: IconSvgProps) => JSX.Element;
528
551
 
529
552
  export declare const MailCheckFilled: (props: IconSvgProps) => JSX.Element;
530
553
 
554
+ export declare const MapPin: (props: IconSvgProps) => JSX.Element;
555
+
531
556
  export declare const Maximize: (props: IconSvgProps) => JSX.Element;
532
557
 
533
558
  export declare const Measure: (props: IconSvgProps) => JSX.Element;
@@ -608,6 +633,7 @@ export declare const Pin: (props: IconSvgProps) => JSX.Element;
608
633
 
609
634
  export declare const PinFilled: (props: IconSvgProps) => JSX.Element;
610
635
 
636
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
611
637
  export declare const PinOff: (props: IconSvgProps) => JSX.Element;
612
638
 
613
639
  export declare const Play: (props: IconSvgProps) => JSX.Element;
@@ -622,12 +648,15 @@ export declare const Plus: (props: IconSvgProps) => JSX.Element;
622
648
 
623
649
  export declare const PlusDashed: (props: IconSvgProps) => JSX.Element;
624
650
 
651
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
625
652
  export declare const PlusDashedEdit: (props: IconSvgProps) => JSX.Element;
626
653
 
627
654
  export declare const Present: (props: IconSvgProps) => JSX.Element;
628
655
 
629
656
  export declare const Presentation: (props: IconSvgProps) => JSX.Element;
630
657
 
658
+ export declare const Print: (props: IconSvgProps) => JSX.Element;
659
+
631
660
  export declare const Public: (props: IconSvgProps) => JSX.Element;
632
661
 
633
662
  export declare const Puzzle: (props: IconSvgProps) => JSX.Element;
@@ -668,6 +697,8 @@ export declare const ScreenShareOff: (props: IconSvgProps) => JSX.Element;
668
697
  /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
669
698
  export declare const Sd: (props: IconSvgProps) => JSX.Element;
670
699
 
700
+ export declare const Send: (props: IconSvgProps) => JSX.Element;
701
+
671
702
  export declare const Server: (props: IconSvgProps) => JSX.Element;
672
703
 
673
704
  export declare const Settings: (props: IconSvgProps) => JSX.Element;
@@ -706,10 +737,17 @@ export declare const Show: (props: IconSvgProps) => JSX.Element;
706
737
  /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
707
738
  export declare const Solo: (props: IconSvgProps) => JSX.Element;
708
739
 
740
+ export declare const Sparkle: (props: IconSvgProps) => JSX.Element;
741
+
742
+ export declare const Sparkle2: (props: IconSvgProps) => JSX.Element;
743
+
744
+ /** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
709
745
  export declare const Sparkles2: (props: IconSvgProps) => JSX.Element;
710
746
 
711
747
  export declare const Speaker: (props: IconSvgProps) => JSX.Element;
712
748
 
749
+ export declare const Spotlight: (props: IconSvgProps) => JSX.Element;
750
+
713
751
  export declare const Stack: (props: IconSvgProps) => JSX.Element;
714
752
 
715
753
  export declare const StackTemplate: (props: IconSvgProps) => JSX.Element;
@@ -722,12 +760,28 @@ export declare const StarSlash: (props: IconSvgProps) => JSX.Element;
722
760
 
723
761
  export declare const Strikethrough: (props: IconSvgProps) => JSX.Element;
724
762
 
763
+ export declare const Suggest: (props: IconSvgProps) => JSX.Element;
764
+
725
765
  export declare const Sun: (props: IconSvgProps) => JSX.Element;
726
766
 
727
767
  export declare const Table: (props: IconSvgProps) => JSX.Element;
728
768
 
769
+ export declare const TagAdd: (props: IconSvgProps) => JSX.Element;
770
+
771
+ export declare const TagOff: (props: IconSvgProps) => JSX.Element;
772
+
773
+ export declare const Tchap: (props: IconSvgProps) => JSX.Element;
774
+
729
775
  export declare const TerminalFilled: (props: IconSvgProps) => JSX.Element;
730
776
 
777
+ export declare const TextAlignCenter: (props: IconSvgProps) => JSX.Element;
778
+
779
+ export declare const TextAlignEnd: (props: IconSvgProps) => JSX.Element;
780
+
781
+ export declare const TextAlignJustify: (props: IconSvgProps) => JSX.Element;
782
+
783
+ export declare const TextAlignStart: (props: IconSvgProps) => JSX.Element;
784
+
731
785
  export declare const Thread: (props: IconSvgProps) => JSX.Element;
732
786
 
733
787
  export declare const ThumbDown: (props: IconSvgProps) => JSX.Element;
@@ -773,6 +827,8 @@ export declare const Upload: (props: IconSvgProps) => JSX.Element;
773
827
 
774
828
  export declare const User: (props: IconSvgProps) => JSX.Element;
775
829
 
830
+ export declare const UserAdd: (props: IconSvgProps) => JSX.Element;
831
+
776
832
  export declare const UserCheck: (props: IconSvgProps) => JSX.Element;
777
833
 
778
834
  export declare const UserLock: (props: IconSvgProps) => JSX.Element;
@@ -813,3 +869,10 @@ export declare const ZoomMinus: (props: IconSvgProps) => JSX.Element;
813
869
  export declare const ZoomPlus: (props: IconSvgProps) => JSX.Element;
814
870
 
815
871
  export { }
872
+
873
+
874
+ declare global {
875
+ interface Window {
876
+ __helpMenuCalls: string[];
877
+ }
878
+ }