@moul-dev/ui 2026.8.27 → 2026.9.2-3.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.
@@ -3,23 +3,36 @@ export declare const styles: Readonly<{
3
3
  readonly sidebar: Readonly<{
4
4
  readonly display: stylex.StyleXClassNameFor<"display", "flex">;
5
5
  readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
6
- readonly height: stylex.StyleXClassNameFor<"height", `calc(100% - ${stylex.StyleXVar<string>} * 2)`>;
7
- readonly marginBlock: stylex.StyleXClassNameFor<"marginBlock", string>;
8
- readonly marginInlineStart: stylex.StyleXClassNameFor<"marginInlineStart", string>;
9
- readonly marginInlineEnd: stylex.StyleXClassNameFor<"marginInlineEnd", 0>;
10
6
  readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
11
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "width, background-color, border-color, box-shadow">;
12
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "0.25s">;
13
- readonly transitionTimingFunction: stylex.StyleXClassNameFor<"transitionTimingFunction", "cubic-bezier(0.4, 0, 0.2, 1)">;
14
7
  readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
15
8
  readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
16
9
  readonly position: stylex.StyleXClassNameFor<"position", "relative">;
17
10
  readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", string>;
18
11
  readonly color: stylex.StyleXClassNameFor<"color", string>;
19
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
12
+ }>;
13
+ readonly sidebarResponsive: Readonly<{
14
+ readonly display: stylex.StyleXClassNameFor<"display", "flex" | "none">;
15
+ }>;
16
+ readonly sidebarFramed: Readonly<{
17
+ readonly height: stylex.StyleXClassNameFor<"height", "auto" | `calc(100% - ${stylex.StyleXVar<string>} * 2)`>;
18
+ readonly marginBlock: stylex.StyleXClassNameFor<"marginBlock", string | 0>;
19
+ readonly marginInlineStart: stylex.StyleXClassNameFor<"marginInlineStart", string | 0>;
20
+ readonly marginInlineEnd: stylex.StyleXClassNameFor<"marginInlineEnd", 0>;
21
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string | 0>;
20
22
  readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
21
23
  readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
22
24
  }>;
25
+ readonly sidebarUnframed: Readonly<{
26
+ readonly height: stylex.StyleXClassNameFor<"height", "auto" | `calc(100% - ${stylex.StyleXVar<string>} * 2)`>;
27
+ readonly marginBlock: stylex.StyleXClassNameFor<"marginBlock", string | 0>;
28
+ readonly marginInlineStart: stylex.StyleXClassNameFor<"marginInlineStart", string | 0>;
29
+ readonly marginInlineEnd: stylex.StyleXClassNameFor<"marginInlineEnd", 0>;
30
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 0>;
31
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>;
32
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
33
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "transparent">;
34
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
35
+ }>;
23
36
  readonly expanded: Readonly<{
24
37
  readonly width: stylex.StyleXClassNameFor<"width", "var(--sidebar-width, 260px)">;
25
38
  }>;
@@ -496,6 +509,7 @@ export declare const styles: Readonly<{
496
509
  }>;
497
510
  readonly layout: Readonly<{
498
511
  readonly display: stylex.StyleXClassNameFor<"display", "flex">;
512
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column" | "row">;
499
513
  readonly height: stylex.StyleXClassNameFor<"height", "100%">;
500
514
  readonly maxHeight: stylex.StyleXClassNameFor<"maxHeight", "100%">;
501
515
  readonly width: stylex.StyleXClassNameFor<"width", "100%">;
@@ -504,16 +518,303 @@ export declare const styles: Readonly<{
504
518
  readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", string>;
505
519
  readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
506
520
  readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
521
+ readonly gap: stylex.StyleXClassNameFor<"gap", string | 0>;
522
+ }>;
523
+ readonly layoutStatic: Readonly<{
524
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "row">;
507
525
  readonly gap: stylex.StyleXClassNameFor<"gap", string>;
508
526
  }>;
527
+ readonly layoutMobile: Readonly<{
528
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
529
+ readonly gap: stylex.StyleXClassNameFor<"gap", 0>;
530
+ }>;
509
531
  readonly mainContent: Readonly<{
510
532
  readonly flex: stylex.StyleXClassNameFor<"flex", 1>;
511
533
  readonly display: stylex.StyleXClassNameFor<"display", "flex">;
512
534
  readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
513
- readonly height: stylex.StyleXClassNameFor<"height", "100%">;
514
535
  readonly overflowY: stylex.StyleXClassNameFor<"overflowY", "auto">;
515
536
  readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
537
+ readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", string>;
538
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
539
+ readonly minWidth: stylex.StyleXClassNameFor<"minWidth", 0>;
540
+ }>;
541
+ readonly mainContentMobileNav: Readonly<{
542
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", 0 | `calc(env(safe-area-inset-bottom, 0px) + ${stylex.StyleXVar<string>} * 2.5)`>;
543
+ }>;
544
+ readonly mainContentMobileWithHeader: Readonly<{
545
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", 0 | `calc(${stylex.StyleXVar<string>} * 2)`>;
546
+ }>;
547
+ readonly mainUnframed: Readonly<{
548
+ readonly height: stylex.StyleXClassNameFor<"height", "100%">;
549
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
550
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string | 0>;
551
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>;
552
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
553
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "transparent">;
554
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 0>;
555
+ readonly margin: stylex.StyleXClassNameFor<"margin", 0>;
556
+ }>;
557
+ readonly mainFramed: Readonly<{
558
+ readonly height: stylex.StyleXClassNameFor<"height", "100%" | `calc(100% - ${stylex.StyleXVar<string>} * 2)`>;
559
+ readonly marginBlock: stylex.StyleXClassNameFor<"marginBlock", string | 0>;
560
+ readonly marginInlineEnd: stylex.StyleXClassNameFor<"marginInlineEnd", string | 0>;
561
+ readonly marginInlineStart: stylex.StyleXClassNameFor<"marginInlineStart", 0>;
562
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string | 0>;
563
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0 | "1px">;
564
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
565
+ readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
566
+ }>;
567
+ readonly mainSolid: Readonly<{
568
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
569
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
570
+ }>;
571
+ readonly mainGlass: Readonly<{
572
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
573
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
574
+ readonly '@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))': stylex.StyleXClassNameFor<"@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))", {
575
+ readonly backgroundColor: stylex.StyleXVar<string>;
576
+ readonly borderColor: stylex.StyleXVar<string>;
577
+ readonly backdropFilter: "blur(20px)";
578
+ readonly WebkitBackdropFilter: "blur(20px)";
579
+ }>;
580
+ }>;
581
+ readonly mobileTopBar: Readonly<{
582
+ readonly display: stylex.StyleXClassNameFor<"display", "flex" | "none">;
583
+ readonly position: stylex.StyleXClassNameFor<"position", "absolute">;
584
+ readonly insetBlockStart: stylex.StyleXClassNameFor<"insetBlockStart", 0>;
585
+ readonly insetInline: stylex.StyleXClassNameFor<"insetInline", 0>;
586
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 40>;
587
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
588
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "space-between">;
589
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
590
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
591
+ readonly minHeight: stylex.StyleXClassNameFor<"minHeight", "56px">;
592
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
593
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
594
+ readonly borderBlockEndWidth: stylex.StyleXClassNameFor<"borderBlockEndWidth", "1px">;
595
+ readonly borderBlockEndStyle: stylex.StyleXClassNameFor<"borderBlockEndStyle", "solid">;
596
+ readonly borderBlockEndColor: stylex.StyleXClassNameFor<"borderBlockEndColor", string>;
597
+ readonly '@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))': stylex.StyleXClassNameFor<"@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))", {
598
+ readonly backgroundColor: stylex.StyleXVar<string>;
599
+ readonly borderBlockEndColor: stylex.StyleXVar<string>;
600
+ readonly backdropFilter: "blur(20px)";
601
+ readonly WebkitBackdropFilter: "blur(20px)";
602
+ }>;
603
+ }>;
604
+ readonly mobileTopBarContent: Readonly<{
605
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
606
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
607
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
608
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "space-between">;
609
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
610
+ }>;
611
+ readonly mobileBottomNavContainer: Readonly<{
612
+ readonly display: stylex.StyleXClassNameFor<"display", "flex" | "none">;
613
+ readonly position: stylex.StyleXClassNameFor<"position", "fixed">;
614
+ readonly insetBlockEnd: stylex.StyleXClassNameFor<"insetBlockEnd", `calc(env(safe-area-inset-bottom, 0px) + ${stylex.StyleXVar<string>})`>;
615
+ readonly insetInline: stylex.StyleXClassNameFor<"insetInline", 0>;
616
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
617
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
618
+ readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">;
619
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 50>;
620
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
621
+ }>;
622
+ readonly mobileBottomNav: Readonly<{
623
+ readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "auto">;
624
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
625
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
626
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "space-around">;
627
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
628
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
629
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
630
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
631
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
632
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
633
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
634
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
635
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
636
+ readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "420px">;
637
+ readonly width: stylex.StyleXClassNameFor<"width", "auto">;
638
+ readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "240px">;
639
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
640
+ readonly transformOrigin: stylex.StyleXClassNameFor<"transformOrigin", "bottom center">;
641
+ readonly '@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))': stylex.StyleXClassNameFor<"@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))", {
642
+ readonly backgroundColor: stylex.StyleXVar<string>;
643
+ readonly borderColor: stylex.StyleXVar<string>;
644
+ readonly backdropFilter: "blur(24px)";
645
+ readonly WebkitBackdropFilter: "blur(24px)";
646
+ }>;
647
+ }>;
648
+ readonly mobileNavItem: Readonly<{
649
+ readonly position: stylex.StyleXClassNameFor<"position", "relative">;
650
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
651
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
652
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
653
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
654
+ readonly gap: stylex.StyleXClassNameFor<"gap", "2px">;
655
+ readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "52px">;
656
+ readonly minHeight: stylex.StyleXClassNameFor<"minHeight", "44px">;
657
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
658
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
659
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
660
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
661
+ readonly textDecoration: stylex.StyleXClassNameFor<"textDecoration", "none">;
662
+ readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
663
+ readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">;
664
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
665
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 1>;
666
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
516
667
  readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
668
+ readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
669
+ }>;
670
+ readonly mobileNavItemActive: Readonly<{
671
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
672
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
673
+ }>;
674
+ readonly mobileNavActivePill: Readonly<{
675
+ readonly position: stylex.StyleXClassNameFor<"position", "absolute">;
676
+ readonly insetBlock: stylex.StyleXClassNameFor<"insetBlock", 0>;
677
+ readonly insetInline: stylex.StyleXClassNameFor<"insetInline", 0>;
678
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
679
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
680
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", -1>;
681
+ }>;
682
+ readonly mobileNavIcon: Readonly<{
683
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
684
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
685
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
686
+ readonly width: stylex.StyleXClassNameFor<"width", "22px">;
687
+ readonly height: stylex.StyleXClassNameFor<"height", "22px">;
688
+ readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
689
+ }>;
690
+ readonly mobileNavLabel: Readonly<{
691
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
692
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
693
+ readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "center">;
694
+ readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">;
695
+ readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
696
+ readonly textOverflow: stylex.StyleXClassNameFor<"textOverflow", "ellipsis">;
697
+ readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "64px">;
698
+ readonly display: stylex.StyleXClassNameFor<"display", "block">;
699
+ }>;
700
+ readonly mobileNavMoreButton: Readonly<{
701
+ readonly position: stylex.StyleXClassNameFor<"position", "relative">;
702
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
703
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
704
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
705
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
706
+ readonly gap: stylex.StyleXClassNameFor<"gap", "2px">;
707
+ readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "52px">;
708
+ readonly minHeight: stylex.StyleXClassNameFor<"minHeight", "44px">;
709
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
710
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
711
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
712
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
713
+ readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
714
+ readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">;
715
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
716
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 1>;
717
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
718
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
719
+ readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
720
+ }>;
721
+ readonly mobileDrawerOverlay: Readonly<{
722
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
723
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
724
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "flex-end">;
725
+ }>;
726
+ readonly mobileDrawerModal: Readonly<{
727
+ readonly width: stylex.StyleXClassNameFor<"width", "100vw">;
728
+ readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100vw">;
729
+ readonly marginBlockEnd: stylex.StyleXClassNameFor<"marginBlockEnd", 0>;
730
+ readonly marginBlockStart: stylex.StyleXClassNameFor<"marginBlockStart", "auto">;
731
+ readonly marginInline: stylex.StyleXClassNameFor<"marginInline", 0>;
732
+ readonly borderTopLeftRadius: stylex.StyleXClassNameFor<"borderTopLeftRadius", string>;
733
+ readonly borderTopRightRadius: stylex.StyleXClassNameFor<"borderTopRightRadius", string>;
734
+ readonly borderBottomLeftRadius: stylex.StyleXClassNameFor<"borderBottomLeftRadius", 0>;
735
+ readonly borderBottomRightRadius: stylex.StyleXClassNameFor<"borderBottomRightRadius", 0>;
736
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>;
737
+ readonly borderBlockStartWidth: stylex.StyleXClassNameFor<"borderBlockStartWidth", "1px">;
738
+ readonly borderBlockStartStyle: stylex.StyleXClassNameFor<"borderBlockStartStyle", "solid">;
739
+ readonly borderBlockStartColor: stylex.StyleXClassNameFor<"borderBlockStartColor", string>;
740
+ readonly maxHeight: stylex.StyleXClassNameFor<"maxHeight", "85dvh">;
741
+ readonly height: stylex.StyleXClassNameFor<"height", "auto">;
742
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
743
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
744
+ readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
745
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
746
+ readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
747
+ }>;
748
+ readonly mobileDrawerDialog: Readonly<{
749
+ readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
750
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
751
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
752
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
753
+ readonly maxHeight: stylex.StyleXClassNameFor<"maxHeight", "85dvh">;
754
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
755
+ readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
756
+ }>;
757
+ readonly mobileDrawerHeader: Readonly<{
758
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
759
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
760
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
761
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
762
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
763
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
764
+ readonly borderBlockEndWidth: stylex.StyleXClassNameFor<"borderBlockEndWidth", "1px">;
765
+ readonly borderBlockEndStyle: stylex.StyleXClassNameFor<"borderBlockEndStyle", "solid">;
766
+ readonly borderBlockEndColor: stylex.StyleXClassNameFor<"borderBlockEndColor", string>;
767
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
768
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
769
+ readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
770
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
771
+ }>;
772
+ readonly mobileDrawerHeaderRow: Readonly<{
773
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
774
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
775
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
776
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
777
+ }>;
778
+ readonly mobileDrawerTitle: Readonly<{
779
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
780
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
781
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
782
+ readonly margin: stylex.StyleXClassNameFor<"margin", 0>;
783
+ }>;
784
+ readonly mobileDrawerBody: Readonly<{
785
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
786
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
787
+ readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
517
788
  readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
789
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", `calc(max(${stylex.StyleXVar<string>}, env(safe-area-inset-bottom, ${stylex.StyleXVar<string>})) + ${stylex.StyleXVar<string>})`>;
790
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
791
+ readonly overflowY: stylex.StyleXClassNameFor<"overflowY", "auto">;
792
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
793
+ }>;
794
+ readonly mobileDrawerContent: Readonly<{
795
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
796
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
797
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
798
+ }>;
799
+ readonly mobileDrawerGroup: Readonly<{
800
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
801
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
802
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
803
+ }>;
804
+ readonly mobileDrawerGroupTitle: Readonly<{
805
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
806
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
807
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
808
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
809
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
810
+ readonly textTransform: stylex.StyleXClassNameFor<"textTransform", "uppercase">;
811
+ readonly letterSpacing: stylex.StyleXClassNameFor<"letterSpacing", "0.05em">;
812
+ }>;
813
+ readonly mobileDrawerFooter: Readonly<{
814
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
815
+ readonly borderBlockStartWidth: stylex.StyleXClassNameFor<"borderBlockStartWidth", "1px">;
816
+ readonly borderBlockStartStyle: stylex.StyleXClassNameFor<"borderBlockStartStyle", "solid">;
817
+ readonly borderBlockStartColor: stylex.StyleXClassNameFor<"borderBlockStartColor", string>;
818
+ readonly marginBlockStart: stylex.StyleXClassNameFor<"marginBlockStart", string>;
518
819
  }>;
519
820
  }>;
@@ -1,2 +1,2 @@
1
- export type { SidebarAsideProps, SidebarBrandProps, SidebarDividerProps, SidebarFooterProps, SidebarGroupProps, SidebarHeaderProps, SidebarItemProps, SidebarMainProps, SidebarProps, SidebarUserProps, } from './Sidebar';
1
+ export type { SidebarAsideProps, SidebarBrandProps, SidebarDividerProps, SidebarFooterProps, SidebarGroupProps, SidebarHeaderProps, SidebarItemProps, SidebarLayout, SidebarMainProps, SidebarProps, SidebarUserProps, } from './Sidebar';
2
2
  export { Sidebar, SidebarAside, SidebarBrand, SidebarDivider, SidebarFooter, SidebarGroup, SidebarHeader, SidebarItem, SidebarMain, SidebarUser, useSidebar, } from './Sidebar';
@@ -39,8 +39,26 @@ export declare const styles: Readonly<{
39
39
  readonly borderInlineEndColor: stylex.StyleXClassNameFor<"borderInlineEndColor", string>;
40
40
  }>;
41
41
  readonly tabListTertiary: Readonly<{
42
- readonly borderBlockEndStyle: stylex.StyleXClassNameFor<"borderBlockEndStyle", "none">;
43
- readonly borderInlineEndStyle: stylex.StyleXClassNameFor<"borderInlineEndStyle", "none">;
42
+ readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">;
43
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
44
+ readonly width: stylex.StyleXClassNameFor<"width", "fit-content">;
45
+ readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100%">;
46
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
47
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
48
+ readonly padding: stylex.StyleXClassNameFor<"padding", string>;
49
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
50
+ readonly borderBlockStartWidth: stylex.StyleXClassNameFor<"borderBlockStartWidth", "1px">;
51
+ readonly borderBlockStartStyle: stylex.StyleXClassNameFor<"borderBlockStartStyle", "solid">;
52
+ readonly borderBlockStartColor: stylex.StyleXClassNameFor<"borderBlockStartColor", string>;
53
+ readonly borderBlockEndWidth: stylex.StyleXClassNameFor<"borderBlockEndWidth", "1px">;
54
+ readonly borderBlockEndStyle: stylex.StyleXClassNameFor<"borderBlockEndStyle", "solid">;
55
+ readonly borderBlockEndColor: stylex.StyleXClassNameFor<"borderBlockEndColor", string>;
56
+ readonly borderInlineStartWidth: stylex.StyleXClassNameFor<"borderInlineStartWidth", "1px">;
57
+ readonly borderInlineStartStyle: stylex.StyleXClassNameFor<"borderInlineStartStyle", "solid">;
58
+ readonly borderInlineStartColor: stylex.StyleXClassNameFor<"borderInlineStartColor", string>;
59
+ readonly borderInlineEndWidth: stylex.StyleXClassNameFor<"borderInlineEndWidth", "1px">;
60
+ readonly borderInlineEndStyle: stylex.StyleXClassNameFor<"borderInlineEndStyle", "solid">;
61
+ readonly borderInlineEndColor: stylex.StyleXClassNameFor<"borderInlineEndColor", string>;
44
62
  }>;
45
63
  readonly tab: Readonly<{
46
64
  readonly position: stylex.StyleXClassNameFor<"position", "relative">;
@@ -86,6 +104,10 @@ export declare const styles: Readonly<{
86
104
  }>;
87
105
  readonly tabTertiary: Readonly<{
88
106
  readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
107
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
108
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
109
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
110
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
89
111
  readonly ':hover': stylex.StyleXClassNameFor<":hover", {
90
112
  readonly color: stylex.StyleXVar<string>;
91
113
  }>;
@@ -98,6 +120,7 @@ export declare const styles: Readonly<{
98
120
  }>;
99
121
  readonly tabTertiarySelected: Readonly<{
100
122
  readonly color: stylex.StyleXClassNameFor<"color", string>;
123
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
101
124
  }>;
102
125
  readonly tabDisabled: Readonly<{
103
126
  readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.4>;
@@ -142,10 +165,24 @@ export declare const styles: Readonly<{
142
165
  readonly height: stylex.StyleXClassNameFor<"height", "100%">;
143
166
  readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
144
167
  readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
168
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
169
+ readonly borderBlockStartWidth: stylex.StyleXClassNameFor<"borderBlockStartWidth", "1px">;
170
+ readonly borderBlockStartStyle: stylex.StyleXClassNameFor<"borderBlockStartStyle", "solid">;
171
+ readonly borderBlockStartColor: stylex.StyleXClassNameFor<"borderBlockStartColor", string>;
172
+ readonly borderBlockEndWidth: stylex.StyleXClassNameFor<"borderBlockEndWidth", "1px">;
173
+ readonly borderBlockEndStyle: stylex.StyleXClassNameFor<"borderBlockEndStyle", "solid">;
174
+ readonly borderBlockEndColor: stylex.StyleXClassNameFor<"borderBlockEndColor", string>;
175
+ readonly borderInlineStartWidth: stylex.StyleXClassNameFor<"borderInlineStartWidth", "1px">;
176
+ readonly borderInlineStartStyle: stylex.StyleXClassNameFor<"borderInlineStartStyle", "solid">;
177
+ readonly borderInlineStartColor: stylex.StyleXClassNameFor<"borderInlineStartColor", string>;
178
+ readonly borderInlineEndWidth: stylex.StyleXClassNameFor<"borderInlineEndWidth", "1px">;
179
+ readonly borderInlineEndStyle: stylex.StyleXClassNameFor<"borderInlineEndStyle", "solid">;
180
+ readonly borderInlineEndColor: stylex.StyleXClassNameFor<"borderInlineEndColor", string>;
181
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
145
182
  readonly zIndex: stylex.StyleXClassNameFor<"zIndex", -1>;
146
183
  readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "translate, width, height">;
147
184
  readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "0.25s">;
148
- readonly transitionTimingFunction: stylex.StyleXClassNameFor<"transitionTimingFunction", "ease-in-out">;
185
+ readonly transitionTimingFunction: stylex.StyleXClassNameFor<"transitionTimingFunction", "cubic-bezier(0.16, 1, 0.3, 1)">;
149
186
  }>;
150
187
  readonly tabPanels: Readonly<{
151
188
  readonly position: stylex.StyleXClassNameFor<"position", "relative">;
@@ -1,10 +1,12 @@
1
- export declare const version = "2026.08.27";
1
+ export declare const version = "2026.09.23.1";
2
2
  export { Alert } from './components/Alert';
3
3
  export type { AlertProps, AlertVariant } from './components/Alert/Alert';
4
4
  export { AlertDialog, AlertDialogBody, AlertDialogFooter, AlertDialogHeader, } from './components/AlertDialog';
5
5
  export type { AlertDialogBodyProps, AlertDialogFooterProps, AlertDialogHeaderProps, AlertDialogProps, } from './components/AlertDialog/AlertDialog';
6
6
  export type { AreaChartProps } from './components/AreaChart';
7
7
  export { AreaChart } from './components/AreaChart';
8
+ export type { AutocompleteEmptyStateProps, AutocompleteItemProps, AutocompleteListProps, AutocompleteMode, AutocompletePopoverProps, AutocompleteProps, AutocompleteSectionProps, AutocompleteSize, Filter, } from './components/Autocomplete';
9
+ export { Autocomplete, AutocompleteContext, AutocompleteEmptyState, AutocompleteItem, AutocompleteList, AutocompletePopover, AutocompleteSection, AutocompleteStateContext, useAutocompleteInnerContext, useFilter, } from './components/Autocomplete';
8
10
  export type { AvatarGroupContextValue, AvatarGroupProps, AvatarProps, AvatarShape, AvatarSize, AvatarStatus, AvatarStatusPosition, } from './components/Avatar';
9
11
  export { Avatar, AvatarGroup, AvatarGroupContext } from './components/Avatar';
10
12
  export { Badge } from './components/Badge';
@@ -41,8 +43,8 @@ export { Description } from './components/Description';
41
43
  export type { DescriptionProps } from './components/Description/Description';
42
44
  export type { DoughnutChartProps } from './components/DoughnutChart';
43
45
  export { DoughnutChart } from './components/DoughnutChart';
44
- export type { DrawerBodyProps, DrawerCloseButtonProps, DrawerDialogProps, DrawerFooterProps, DrawerHeaderProps, DrawerOverlayProps, DrawerPlacement, DrawerProps, DrawerSize, DrawerTitleProps, } from './components/Drawer';
45
- export { Drawer, DrawerBody, DrawerCloseButton, DrawerDialog, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerTitle, } from './components/Drawer';
46
+ export type { DrawerBodyProps, DrawerCloseButtonProps, DrawerDialogProps, DrawerFooterProps, DrawerHandleProps, DrawerHeaderProps, DrawerOverlayProps, DrawerPlacement, DrawerProps, DrawerSize, DrawerTitleProps, } from './components/Drawer';
47
+ export { Drawer, DrawerBody, DrawerCloseButton, DrawerDialog, DrawerFooter, DrawerGrabHandle, DrawerHandle, DrawerHeader, DrawerOverlay, DrawerTitle, useDrawer, } from './components/Drawer';
46
48
  export type { EmptyStateActionsProps, EmptyStateAlign, EmptyStateDescriptionProps, EmptyStateIconProps, EmptyStateProps, EmptyStateSize, EmptyStateTitleProps, EmptyStateVariant, } from './components/EmptyState';
47
49
  export { EmptyState, EmptyStateActions, EmptyStateDescription, EmptyStateIcon, EmptyStateTitle, } from './components/EmptyState';
48
50
  export { ErrorMessage } from './components/ErrorMessage';
@@ -61,6 +63,8 @@ export type { LineChartProps } from './components/LineChart';
61
63
  export { LineChart } from './components/LineChart';
62
64
  export { Link } from './components/Link';
63
65
  export type { LinkProps } from './components/Link/Link';
66
+ export type { DropIndicatorProps, ListBoxItemProps, ListBoxLayout, ListBoxLoadMoreItemProps, ListBoxOrientation, ListBoxProps, ListBoxSectionProps, ListBoxSize, ListBoxVariant, } from './components/ListBox';
67
+ export { DropIndicator, Header, ListBox, ListBoxItem, ListBoxLoadMoreItem, ListBoxSection, Text, } from './components/ListBox';
64
68
  export type { HighlightTextProps, LogAttributeChipProps, LogFilterLevel, LogItem, LogLevel, LogLevelBadgeProps, LogsProps, LogsViewerProps, } from './components/LogsViewer';
65
69
  export { HighlightText, LogAttributeChip, LogLevelBadge, Logs, LogsViewer, normalizeLogLevel, parseAttributes, parseLogLine, parseLogs, SERVER_LOG_RAW, SERVER_LOGS, stripAttributes, } from './components/LogsViewer';
66
70
  export { Modal, ModalBody, ModalDialog, ModalFooter, ModalHeader, ModalOverlay, } from './components/Modal';
@@ -83,7 +87,7 @@ export { Select, SelectItem, SelectPopover, SelectSection, SelectValue, } from '
83
87
  export type { SelectItemProps, SelectPopoverProps, SelectProps, SelectSectionProps, } from './components/Select/Select';
84
88
  export { Separator } from './components/Separator';
85
89
  export type { SeparatorProps } from './components/Separator/Separator';
86
- export type { SidebarAsideProps, SidebarBrandProps, SidebarDividerProps, SidebarFooterProps, SidebarGroupProps, SidebarHeaderProps, SidebarItemProps, SidebarMainProps, SidebarProps, SidebarUserProps, } from './components/Sidebar';
90
+ export type { SidebarAsideProps, SidebarBrandProps, SidebarDividerProps, SidebarFooterProps, SidebarGroupProps, SidebarHeaderProps, SidebarItemProps, SidebarLayout, SidebarMainProps, SidebarProps, SidebarUserProps, } from './components/Sidebar';
87
91
  export { Sidebar, SidebarAside, SidebarBrand, SidebarDivider, SidebarFooter, SidebarGroup, SidebarHeader, SidebarItem, SidebarMain, SidebarUser, useSidebar, } from './components/Sidebar';
88
92
  export { Skeleton } from './components/Skeleton';
89
93
  export type { SkeletonProps, SkeletonShape, SkeletonVariant, } from './components/Skeleton/Skeleton';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moul-dev/ui",
3
- "version": "2026.08.27",
3
+ "version": "2026.09.23.1",
4
4
  "description": "Accessible, zero-runtime React component library built on React Aria and StyleX",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -74,6 +74,7 @@
74
74
  "@phosphor-icons/react": "^2.1.10",
75
75
  "@stylexjs/stylex": "^0.19.0",
76
76
  "input-otp": "^1.4.2",
77
+ "motion": "^13.4.1",
77
78
  "react-aria": "^3.50.0",
78
79
  "react-aria-components": "^1.19.0",
79
80
  "recharts": "^3.9.2"