@helpscout/ui-kit-react 0.1.1 → 0.1.3

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 (58) hide show
  1. package/dist/lib/components/badge/badge.d.ts +1 -0
  2. package/dist/lib/components/badge/badge.d.ts.map +1 -1
  3. package/dist/lib/components/button/button.d.ts +1 -0
  4. package/dist/lib/components/button/button.d.ts.map +1 -1
  5. package/dist/lib/components/button-group/button-group.d.ts +14 -0
  6. package/dist/lib/components/button-group/button-group.d.ts.map +1 -0
  7. package/dist/lib/components/button-group/button-group.test.d.ts +2 -0
  8. package/dist/lib/components/button-group/button-group.test.d.ts.map +1 -0
  9. package/dist/lib/components/divider/divider.d.ts +5 -0
  10. package/dist/lib/components/divider/divider.d.ts.map +1 -0
  11. package/dist/lib/components/divider/divider.test.d.ts +2 -0
  12. package/dist/lib/components/divider/divider.test.d.ts.map +1 -0
  13. package/dist/lib/components/icon/icon.d.ts +18 -0
  14. package/dist/lib/components/icon/icon.d.ts.map +1 -0
  15. package/dist/lib/components/icon/icon.test.d.ts +2 -0
  16. package/dist/lib/components/icon/icon.test.d.ts.map +1 -0
  17. package/dist/lib/components/input/input.d.ts +1 -0
  18. package/dist/lib/components/input/input.d.ts.map +1 -1
  19. package/dist/lib/components/label/label.d.ts +1 -0
  20. package/dist/lib/components/label/label.d.ts.map +1 -1
  21. package/dist/lib/components/link/link.d.ts +1 -0
  22. package/dist/lib/components/link/link.d.ts.map +1 -1
  23. package/dist/lib/components/list/list.d.ts +21 -0
  24. package/dist/lib/components/list/list.d.ts.map +1 -0
  25. package/dist/lib/components/list/list.test.d.ts +2 -0
  26. package/dist/lib/components/list/list.test.d.ts.map +1 -0
  27. package/dist/lib/components/{numberfield/numberfield.d.ts → number-field/number-field.d.ts} +2 -1
  28. package/dist/lib/components/number-field/number-field.d.ts.map +1 -0
  29. package/dist/lib/components/number-field/number-field.test.d.ts +2 -0
  30. package/dist/lib/components/number-field/number-field.test.d.ts.map +1 -0
  31. package/dist/lib/components/text/text.d.ts +1 -0
  32. package/dist/lib/components/text/text.d.ts.map +1 -1
  33. package/dist/lib/components/text-area/text-area.d.ts +14 -0
  34. package/dist/lib/components/text-area/text-area.d.ts.map +1 -0
  35. package/dist/lib/components/text-area/text-area.test.d.ts +2 -0
  36. package/dist/lib/components/text-area/text-area.test.d.ts.map +1 -0
  37. package/dist/lib/components/text-area-field/text-area-field.d.ts +23 -0
  38. package/dist/lib/components/text-area-field/text-area-field.d.ts.map +1 -0
  39. package/dist/lib/components/text-area-field/text-area-field.test.d.ts +2 -0
  40. package/dist/lib/components/text-area-field/text-area-field.test.d.ts.map +1 -0
  41. package/dist/lib/components/text-field/text-field.d.ts +1 -0
  42. package/dist/lib/components/text-field/text-field.d.ts.map +1 -1
  43. package/dist/lib/components/theme/theme.d.ts +1 -0
  44. package/dist/lib/components/theme/theme.d.ts.map +1 -1
  45. package/dist/lib/components/thumbnail/thumbnail.d.ts +2 -1
  46. package/dist/lib/components/thumbnail/thumbnail.d.ts.map +1 -1
  47. package/dist/lib/components/validation-alert/validation-alert.d.ts +1 -0
  48. package/dist/lib/components/validation-alert/validation-alert.d.ts.map +1 -1
  49. package/dist/lib/ui-kit-react.d.ts +7 -1
  50. package/dist/lib/ui-kit-react.d.ts.map +1 -1
  51. package/dist/prop-types.json +1181 -0
  52. package/dist/ui-kit-react.css +1 -1
  53. package/dist/ui-kit-react.js +14905 -12251
  54. package/dist/ui-kit-react.umd.cjs +145 -53
  55. package/package.json +3 -2
  56. package/dist/lib/components/numberfield/numberfield.d.ts.map +0 -1
  57. package/dist/lib/components/numberfield/numberfield.test.d.ts +0 -2
  58. package/dist/lib/components/numberfield/numberfield.test.d.ts.map +0 -1
@@ -809,6 +809,111 @@
809
809
  }
810
810
  }
811
811
  },
812
+ "ButtonGroup": {
813
+ "children": {
814
+ "defaultValue": null,
815
+ "description": "The button components to group together.",
816
+ "name": "children",
817
+ "parent": {
818
+ "fileName": "ui-kit-react/lib/components/button-group/button-group.tsx",
819
+ "name": "ButtonGroupProps"
820
+ },
821
+ "declarations": [
822
+ {
823
+ "fileName": "ui-kit-react/lib/components/button-group/button-group.tsx",
824
+ "name": "ButtonGroupProps"
825
+ }
826
+ ],
827
+ "required": true,
828
+ "type": {
829
+ "name": "ReactNode"
830
+ }
831
+ }
832
+ },
833
+ "ButtonGroupItem": {
834
+ "children": {
835
+ "defaultValue": null,
836
+ "description": "A single button component within the group.",
837
+ "name": "children",
838
+ "parent": {
839
+ "fileName": "ui-kit-react/lib/components/button-group/button-group.tsx",
840
+ "name": "ButtonGroupItemProps"
841
+ },
842
+ "declarations": [
843
+ {
844
+ "fileName": "ui-kit-react/lib/components/button-group/button-group.tsx",
845
+ "name": "ButtonGroupItemProps"
846
+ }
847
+ ],
848
+ "required": true,
849
+ "type": {
850
+ "name": "ReactElement<any, string | JSXElementConstructor<any>>"
851
+ }
852
+ },
853
+ "expand": {
854
+ "defaultValue": {
855
+ "value": true
856
+ },
857
+ "description": "Whether the button component should be expanded or shrunk to exact fit.",
858
+ "name": "expand",
859
+ "parent": {
860
+ "fileName": "ui-kit-react/lib/components/button-group/button-group.tsx",
861
+ "name": "ButtonGroupItemProps"
862
+ },
863
+ "declarations": [
864
+ {
865
+ "fileName": "ui-kit-react/lib/components/button-group/button-group.tsx",
866
+ "name": "ButtonGroupItemProps"
867
+ }
868
+ ],
869
+ "required": false,
870
+ "type": {
871
+ "name": "boolean"
872
+ }
873
+ }
874
+ },
875
+ "Icon": {
876
+ "icon": {
877
+ "defaultValue": null,
878
+ "description": "The icon component to render.",
879
+ "name": "icon",
880
+ "parent": {
881
+ "fileName": "ui-kit-react/lib/components/icon/icon.tsx",
882
+ "name": "IconProps"
883
+ },
884
+ "declarations": [
885
+ {
886
+ "fileName": "ui-kit-react/lib/components/icon/icon.tsx",
887
+ "name": "IconProps"
888
+ }
889
+ ],
890
+ "required": true,
891
+ "type": {
892
+ "name": "ComponentType<{}>"
893
+ }
894
+ },
895
+ "size": {
896
+ "defaultValue": {
897
+ "value": "md"
898
+ },
899
+ "description": "Optional size of the icon.",
900
+ "name": "size",
901
+ "parent": {
902
+ "fileName": "ui-kit-react/lib/components/icon/icon.tsx",
903
+ "name": "IconProps"
904
+ },
905
+ "declarations": [
906
+ {
907
+ "fileName": "ui-kit-react/lib/components/icon/icon.tsx",
908
+ "name": "IconProps"
909
+ }
910
+ ],
911
+ "required": false,
912
+ "type": {
913
+ "name": "\"xs\" | \"sm\" | \"md\" | \"lg\" | null"
914
+ }
915
+ }
916
+ },
812
917
  "Input": {
813
918
  "state": {
814
919
  "defaultValue": null,
@@ -1499,6 +1604,48 @@
1499
1604
  }
1500
1605
  }
1501
1606
  },
1607
+ "List": {
1608
+ "children": {
1609
+ "defaultValue": null,
1610
+ "description": "The list items to render",
1611
+ "name": "children",
1612
+ "parent": {
1613
+ "fileName": "ui-kit-react/lib/components/list/list.tsx",
1614
+ "name": "ListProps"
1615
+ },
1616
+ "declarations": [
1617
+ {
1618
+ "fileName": "ui-kit-react/lib/components/list/list.tsx",
1619
+ "name": "ListProps"
1620
+ }
1621
+ ],
1622
+ "required": true,
1623
+ "type": {
1624
+ "name": "ReactNode"
1625
+ }
1626
+ },
1627
+ "decoration": {
1628
+ "defaultValue": {
1629
+ "value": "none"
1630
+ },
1631
+ "description": "Optional decoration for each list item",
1632
+ "name": "decoration",
1633
+ "parent": {
1634
+ "fileName": "ui-kit-react/lib/components/list/list.tsx",
1635
+ "name": "ListProps"
1636
+ },
1637
+ "declarations": [
1638
+ {
1639
+ "fileName": "ui-kit-react/lib/components/list/list.tsx",
1640
+ "name": "ListProps"
1641
+ }
1642
+ ],
1643
+ "required": false,
1644
+ "type": {
1645
+ "name": "\"none\" | \"bullet\" | \"numbered\" | null"
1646
+ }
1647
+ }
1648
+ },
1502
1649
  "NumberField": {
1503
1650
  "decrementAriaLabel": {
1504
1651
  "defaultValue": null,
@@ -2421,6 +2568,1040 @@
2421
2568
  }
2422
2569
  }
2423
2570
  },
2571
+ "TextArea": {
2572
+ "state": {
2573
+ "defaultValue": null,
2574
+ "description": "Changes the appearance of the textarea to indicate an error, success, or warning state.",
2575
+ "name": "state",
2576
+ "parent": {
2577
+ "fileName": "ui-kit-react/lib/components/text-area/text-area.tsx",
2578
+ "name": "TextAreaProps"
2579
+ },
2580
+ "declarations": [
2581
+ {
2582
+ "fileName": "ui-kit-react/lib/components/text-area/text-area.tsx",
2583
+ "name": "TextAreaProps"
2584
+ }
2585
+ ],
2586
+ "required": false,
2587
+ "type": {
2588
+ "name": "\"error\" | \"success\" | \"warning\" | null"
2589
+ }
2590
+ },
2591
+ "onHoverStart": {
2592
+ "defaultValue": null,
2593
+ "description": "Handler that is called when a hover interaction starts.",
2594
+ "name": "onHoverStart",
2595
+ "parent": {
2596
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
2597
+ "name": "HoverEvents"
2598
+ },
2599
+ "declarations": [
2600
+ {
2601
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
2602
+ "name": "HoverEvents"
2603
+ }
2604
+ ],
2605
+ "required": false,
2606
+ "type": {
2607
+ "name": "(e: HoverEvent) => void"
2608
+ }
2609
+ },
2610
+ "onHoverEnd": {
2611
+ "defaultValue": null,
2612
+ "description": "Handler that is called when a hover interaction ends.",
2613
+ "name": "onHoverEnd",
2614
+ "parent": {
2615
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
2616
+ "name": "HoverEvents"
2617
+ },
2618
+ "declarations": [
2619
+ {
2620
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
2621
+ "name": "HoverEvents"
2622
+ }
2623
+ ],
2624
+ "required": false,
2625
+ "type": {
2626
+ "name": "(e: HoverEvent) => void"
2627
+ }
2628
+ },
2629
+ "onHoverChange": {
2630
+ "defaultValue": null,
2631
+ "description": "Handler that is called when the hover state changes.",
2632
+ "name": "onHoverChange",
2633
+ "parent": {
2634
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
2635
+ "name": "HoverEvents"
2636
+ },
2637
+ "declarations": [
2638
+ {
2639
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
2640
+ "name": "HoverEvents"
2641
+ }
2642
+ ],
2643
+ "required": false,
2644
+ "type": {
2645
+ "name": "(isHovering: boolean) => void"
2646
+ }
2647
+ },
2648
+ "className": {
2649
+ "defaultValue": null,
2650
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
2651
+ "name": "className",
2652
+ "parent": {
2653
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
2654
+ "name": "StyleRenderProps"
2655
+ },
2656
+ "declarations": [
2657
+ {
2658
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
2659
+ "name": "StyleRenderProps"
2660
+ }
2661
+ ],
2662
+ "required": false,
2663
+ "type": {
2664
+ "name": "(values: InputRenderProps) => string"
2665
+ }
2666
+ },
2667
+ "style": {
2668
+ "defaultValue": null,
2669
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
2670
+ "name": "style",
2671
+ "parent": {
2672
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
2673
+ "name": "StyleRenderProps"
2674
+ },
2675
+ "declarations": [
2676
+ {
2677
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
2678
+ "name": "StyleRenderProps"
2679
+ }
2680
+ ],
2681
+ "required": false,
2682
+ "type": {
2683
+ "name": "(values: InputRenderProps) => CSSProperties"
2684
+ }
2685
+ }
2686
+ },
2687
+ "TextAreaField": {
2688
+ "label": {
2689
+ "defaultValue": null,
2690
+ "description": "The label for the textarea.",
2691
+ "name": "label",
2692
+ "parent": {
2693
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2694
+ "name": "TextAreaFieldProps"
2695
+ },
2696
+ "declarations": [
2697
+ {
2698
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2699
+ "name": "TextAreaFieldProps"
2700
+ }
2701
+ ],
2702
+ "required": false,
2703
+ "type": {
2704
+ "name": "string"
2705
+ }
2706
+ },
2707
+ "description": {
2708
+ "defaultValue": null,
2709
+ "description": "Shows a description under the label.",
2710
+ "name": "description",
2711
+ "parent": {
2712
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2713
+ "name": "TextAreaFieldProps"
2714
+ },
2715
+ "declarations": [
2716
+ {
2717
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2718
+ "name": "TextAreaFieldProps"
2719
+ }
2720
+ ],
2721
+ "required": false,
2722
+ "type": {
2723
+ "name": "string"
2724
+ }
2725
+ },
2726
+ "isDisabled": {
2727
+ "defaultValue": null,
2728
+ "description": "Controls if the textarea is disabled.",
2729
+ "name": "isDisabled",
2730
+ "parent": {
2731
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2732
+ "name": "TextAreaFieldProps"
2733
+ },
2734
+ "declarations": [
2735
+ {
2736
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2737
+ "name": "TextAreaFieldProps"
2738
+ }
2739
+ ],
2740
+ "required": false,
2741
+ "type": {
2742
+ "name": "boolean"
2743
+ }
2744
+ },
2745
+ "placeholder": {
2746
+ "defaultValue": null,
2747
+ "description": "Shows a placeholder in the textarea.",
2748
+ "name": "placeholder",
2749
+ "parent": {
2750
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2751
+ "name": "TextAreaFieldProps"
2752
+ },
2753
+ "declarations": [
2754
+ {
2755
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2756
+ "name": "TextAreaFieldProps"
2757
+ }
2758
+ ],
2759
+ "required": false,
2760
+ "type": {
2761
+ "name": "string"
2762
+ }
2763
+ },
2764
+ "rows": {
2765
+ "defaultValue": {
2766
+ "value": 2
2767
+ },
2768
+ "description": "Height of textarea based on number of visible rows.",
2769
+ "name": "rows",
2770
+ "parent": {
2771
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2772
+ "name": "TextAreaFieldProps"
2773
+ },
2774
+ "declarations": [
2775
+ {
2776
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2777
+ "name": "TextAreaFieldProps"
2778
+ }
2779
+ ],
2780
+ "required": false,
2781
+ "type": {
2782
+ "name": "number"
2783
+ }
2784
+ },
2785
+ "validationMessage": {
2786
+ "defaultValue": null,
2787
+ "description": "Show a validation message under the textarea.",
2788
+ "name": "validationMessage",
2789
+ "parent": {
2790
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2791
+ "name": "TextAreaFieldProps"
2792
+ },
2793
+ "declarations": [
2794
+ {
2795
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2796
+ "name": "TextAreaFieldProps"
2797
+ }
2798
+ ],
2799
+ "required": false,
2800
+ "type": {
2801
+ "name": "string"
2802
+ }
2803
+ },
2804
+ "validationState": {
2805
+ "defaultValue": null,
2806
+ "description": "Changes the appearance of the textarea.",
2807
+ "name": "validationState",
2808
+ "parent": {
2809
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2810
+ "name": "TextAreaFieldProps"
2811
+ },
2812
+ "declarations": [
2813
+ {
2814
+ "fileName": "ui-kit-react/lib/components/text-area-field/text-area-field.tsx",
2815
+ "name": "TextAreaFieldProps"
2816
+ }
2817
+ ],
2818
+ "required": false,
2819
+ "type": {
2820
+ "name": "\"error\" | \"success\" | \"warning\""
2821
+ }
2822
+ },
2823
+ "validationBehavior": {
2824
+ "defaultValue": {
2825
+ "value": "'native'"
2826
+ },
2827
+ "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
2828
+ "name": "validationBehavior",
2829
+ "parent": {
2830
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
2831
+ "name": "RACValidation"
2832
+ },
2833
+ "declarations": [
2834
+ {
2835
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
2836
+ "name": "RACValidation"
2837
+ }
2838
+ ],
2839
+ "required": false,
2840
+ "type": {
2841
+ "name": "\"native\" | \"aria\""
2842
+ }
2843
+ },
2844
+ "aria-activedescendant": {
2845
+ "defaultValue": null,
2846
+ "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
2847
+ "name": "aria-activedescendant",
2848
+ "parent": {
2849
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+textfield@3.9.1_react@18.2.0/node_modules/@react-types/textfield/src/index.d.ts",
2850
+ "name": "AriaTextFieldProps"
2851
+ },
2852
+ "declarations": [
2853
+ {
2854
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+textfield@3.9.1_react@18.2.0/node_modules/@react-types/textfield/src/index.d.ts",
2855
+ "name": "AriaTextFieldProps"
2856
+ }
2857
+ ],
2858
+ "required": false,
2859
+ "type": {
2860
+ "name": "string"
2861
+ }
2862
+ },
2863
+ "aria-autocomplete": {
2864
+ "defaultValue": null,
2865
+ "description": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made.",
2866
+ "name": "aria-autocomplete",
2867
+ "parent": {
2868
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+textfield@3.9.1_react@18.2.0/node_modules/@react-types/textfield/src/index.d.ts",
2869
+ "name": "AriaTextFieldProps"
2870
+ },
2871
+ "declarations": [
2872
+ {
2873
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+textfield@3.9.1_react@18.2.0/node_modules/@react-types/textfield/src/index.d.ts",
2874
+ "name": "AriaTextFieldProps"
2875
+ }
2876
+ ],
2877
+ "required": false,
2878
+ "type": {
2879
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
2880
+ }
2881
+ },
2882
+ "aria-haspopup": {
2883
+ "defaultValue": null,
2884
+ "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
2885
+ "name": "aria-haspopup",
2886
+ "parent": {
2887
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+textfield@3.9.1_react@18.2.0/node_modules/@react-types/textfield/src/index.d.ts",
2888
+ "name": "AriaTextFieldProps"
2889
+ },
2890
+ "declarations": [
2891
+ {
2892
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+textfield@3.9.1_react@18.2.0/node_modules/@react-types/textfield/src/index.d.ts",
2893
+ "name": "AriaTextFieldProps"
2894
+ }
2895
+ ],
2896
+ "required": false,
2897
+ "type": {
2898
+ "name": "boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
2899
+ }
2900
+ },
2901
+ "isReadOnly": {
2902
+ "defaultValue": null,
2903
+ "description": "Whether the input can be selected but not changed by the user.",
2904
+ "name": "isReadOnly",
2905
+ "parent": {
2906
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
2907
+ "name": "InputBase"
2908
+ },
2909
+ "declarations": [
2910
+ {
2911
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
2912
+ "name": "InputBase"
2913
+ }
2914
+ ],
2915
+ "required": false,
2916
+ "type": {
2917
+ "name": "boolean"
2918
+ }
2919
+ },
2920
+ "isRequired": {
2921
+ "defaultValue": null,
2922
+ "description": "Whether user input is required on the input before form submission.",
2923
+ "name": "isRequired",
2924
+ "parent": {
2925
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
2926
+ "name": "Validation"
2927
+ },
2928
+ "declarations": [
2929
+ {
2930
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
2931
+ "name": "Validation"
2932
+ }
2933
+ ],
2934
+ "required": false,
2935
+ "type": {
2936
+ "name": "boolean"
2937
+ }
2938
+ },
2939
+ "validate": {
2940
+ "defaultValue": null,
2941
+ "description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
2942
+ "name": "validate",
2943
+ "parent": {
2944
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
2945
+ "name": "Validation"
2946
+ },
2947
+ "declarations": [
2948
+ {
2949
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
2950
+ "name": "Validation"
2951
+ }
2952
+ ],
2953
+ "required": false,
2954
+ "type": {
2955
+ "name": "(value: string) => true | ValidationError | null"
2956
+ }
2957
+ },
2958
+ "autoFocus": {
2959
+ "defaultValue": null,
2960
+ "description": "Whether the element should receive focus on render.",
2961
+ "name": "autoFocus",
2962
+ "parent": {
2963
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
2964
+ "name": "FocusableProps"
2965
+ },
2966
+ "declarations": [
2967
+ {
2968
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
2969
+ "name": "FocusableProps"
2970
+ }
2971
+ ],
2972
+ "required": false,
2973
+ "type": {
2974
+ "name": "boolean"
2975
+ }
2976
+ },
2977
+ "onFocus": {
2978
+ "defaultValue": null,
2979
+ "description": "Handler that is called when the element receives focus.",
2980
+ "name": "onFocus",
2981
+ "parent": {
2982
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
2983
+ "name": "FocusEvents"
2984
+ },
2985
+ "declarations": [
2986
+ {
2987
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
2988
+ "name": "FocusEvents"
2989
+ }
2990
+ ],
2991
+ "required": false,
2992
+ "type": {
2993
+ "name": "(e: FocusEvent<Element, Element>) => void"
2994
+ }
2995
+ },
2996
+ "onBlur": {
2997
+ "defaultValue": null,
2998
+ "description": "Handler that is called when the element loses focus.",
2999
+ "name": "onBlur",
3000
+ "parent": {
3001
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3002
+ "name": "FocusEvents"
3003
+ },
3004
+ "declarations": [
3005
+ {
3006
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3007
+ "name": "FocusEvents"
3008
+ }
3009
+ ],
3010
+ "required": false,
3011
+ "type": {
3012
+ "name": "(e: FocusEvent<Element, Element>) => void"
3013
+ }
3014
+ },
3015
+ "onFocusChange": {
3016
+ "defaultValue": null,
3017
+ "description": "Handler that is called when the element's focus status changes.",
3018
+ "name": "onFocusChange",
3019
+ "parent": {
3020
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3021
+ "name": "FocusEvents"
3022
+ },
3023
+ "declarations": [
3024
+ {
3025
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3026
+ "name": "FocusEvents"
3027
+ }
3028
+ ],
3029
+ "required": false,
3030
+ "type": {
3031
+ "name": "(isFocused: boolean) => void"
3032
+ }
3033
+ },
3034
+ "onKeyDown": {
3035
+ "defaultValue": null,
3036
+ "description": "Handler that is called when a key is pressed.",
3037
+ "name": "onKeyDown",
3038
+ "parent": {
3039
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3040
+ "name": "KeyboardEvents"
3041
+ },
3042
+ "declarations": [
3043
+ {
3044
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3045
+ "name": "KeyboardEvents"
3046
+ }
3047
+ ],
3048
+ "required": false,
3049
+ "type": {
3050
+ "name": "(e: KeyboardEvent) => void"
3051
+ }
3052
+ },
3053
+ "onKeyUp": {
3054
+ "defaultValue": null,
3055
+ "description": "Handler that is called when a key is released.",
3056
+ "name": "onKeyUp",
3057
+ "parent": {
3058
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3059
+ "name": "KeyboardEvents"
3060
+ },
3061
+ "declarations": [
3062
+ {
3063
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3064
+ "name": "KeyboardEvents"
3065
+ }
3066
+ ],
3067
+ "required": false,
3068
+ "type": {
3069
+ "name": "(e: KeyboardEvent) => void"
3070
+ }
3071
+ },
3072
+ "value": {
3073
+ "defaultValue": null,
3074
+ "description": "The current value (controlled).",
3075
+ "name": "value",
3076
+ "parent": {
3077
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
3078
+ "name": "ValueBase"
3079
+ },
3080
+ "declarations": [
3081
+ {
3082
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
3083
+ "name": "ValueBase"
3084
+ }
3085
+ ],
3086
+ "required": false,
3087
+ "type": {
3088
+ "name": "string"
3089
+ }
3090
+ },
3091
+ "defaultValue": {
3092
+ "defaultValue": null,
3093
+ "description": "The default value (uncontrolled).",
3094
+ "name": "defaultValue",
3095
+ "parent": {
3096
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
3097
+ "name": "ValueBase"
3098
+ },
3099
+ "declarations": [
3100
+ {
3101
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
3102
+ "name": "ValueBase"
3103
+ }
3104
+ ],
3105
+ "required": false,
3106
+ "type": {
3107
+ "name": "string"
3108
+ }
3109
+ },
3110
+ "onChange": {
3111
+ "defaultValue": null,
3112
+ "description": "Handler that is called when the value changes.",
3113
+ "name": "onChange",
3114
+ "parent": {
3115
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
3116
+ "name": "ValueBase"
3117
+ },
3118
+ "declarations": [
3119
+ {
3120
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/inputs.d.ts",
3121
+ "name": "ValueBase"
3122
+ }
3123
+ ],
3124
+ "required": false,
3125
+ "type": {
3126
+ "name": "(value: string) => void"
3127
+ }
3128
+ },
3129
+ "aria-label": {
3130
+ "defaultValue": null,
3131
+ "description": "Defines a string value that labels the current element.",
3132
+ "name": "aria-label",
3133
+ "parent": {
3134
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3135
+ "name": "AriaLabelingProps"
3136
+ },
3137
+ "declarations": [
3138
+ {
3139
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3140
+ "name": "AriaLabelingProps"
3141
+ }
3142
+ ],
3143
+ "required": false,
3144
+ "type": {
3145
+ "name": "string"
3146
+ }
3147
+ },
3148
+ "aria-labelledby": {
3149
+ "defaultValue": null,
3150
+ "description": "Identifies the element (or elements) that labels the current element.",
3151
+ "name": "aria-labelledby",
3152
+ "parent": {
3153
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3154
+ "name": "AriaLabelingProps"
3155
+ },
3156
+ "declarations": [
3157
+ {
3158
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3159
+ "name": "AriaLabelingProps"
3160
+ }
3161
+ ],
3162
+ "required": false,
3163
+ "type": {
3164
+ "name": "string"
3165
+ }
3166
+ },
3167
+ "aria-describedby": {
3168
+ "defaultValue": null,
3169
+ "description": "Identifies the element (or elements) that describes the object.",
3170
+ "name": "aria-describedby",
3171
+ "parent": {
3172
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3173
+ "name": "AriaLabelingProps"
3174
+ },
3175
+ "declarations": [
3176
+ {
3177
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3178
+ "name": "AriaLabelingProps"
3179
+ }
3180
+ ],
3181
+ "required": false,
3182
+ "type": {
3183
+ "name": "string"
3184
+ }
3185
+ },
3186
+ "aria-details": {
3187
+ "defaultValue": null,
3188
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
3189
+ "name": "aria-details",
3190
+ "parent": {
3191
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3192
+ "name": "AriaLabelingProps"
3193
+ },
3194
+ "declarations": [
3195
+ {
3196
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3197
+ "name": "AriaLabelingProps"
3198
+ }
3199
+ ],
3200
+ "required": false,
3201
+ "type": {
3202
+ "name": "string"
3203
+ }
3204
+ },
3205
+ "excludeFromTabOrder": {
3206
+ "defaultValue": null,
3207
+ "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
3208
+ "name": "excludeFromTabOrder",
3209
+ "parent": {
3210
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3211
+ "name": "FocusableDOMProps"
3212
+ },
3213
+ "declarations": [
3214
+ {
3215
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3216
+ "name": "FocusableDOMProps"
3217
+ }
3218
+ ],
3219
+ "required": false,
3220
+ "type": {
3221
+ "name": "boolean"
3222
+ }
3223
+ },
3224
+ "id": {
3225
+ "defaultValue": null,
3226
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
3227
+ "name": "id",
3228
+ "parent": {
3229
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3230
+ "name": "DOMProps"
3231
+ },
3232
+ "declarations": [
3233
+ {
3234
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3235
+ "name": "DOMProps"
3236
+ }
3237
+ ],
3238
+ "required": false,
3239
+ "type": {
3240
+ "name": "string"
3241
+ }
3242
+ },
3243
+ "autoComplete": {
3244
+ "defaultValue": null,
3245
+ "description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
3246
+ "name": "autoComplete",
3247
+ "parent": {
3248
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3249
+ "name": "TextInputDOMProps"
3250
+ },
3251
+ "declarations": [
3252
+ {
3253
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3254
+ "name": "TextInputDOMProps"
3255
+ }
3256
+ ],
3257
+ "required": false,
3258
+ "type": {
3259
+ "name": "string"
3260
+ }
3261
+ },
3262
+ "maxLength": {
3263
+ "defaultValue": null,
3264
+ "description": "The maximum number of characters supported by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
3265
+ "name": "maxLength",
3266
+ "parent": {
3267
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3268
+ "name": "TextInputDOMProps"
3269
+ },
3270
+ "declarations": [
3271
+ {
3272
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3273
+ "name": "TextInputDOMProps"
3274
+ }
3275
+ ],
3276
+ "required": false,
3277
+ "type": {
3278
+ "name": "number"
3279
+ }
3280
+ },
3281
+ "minLength": {
3282
+ "defaultValue": null,
3283
+ "description": "The minimum number of characters required by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
3284
+ "name": "minLength",
3285
+ "parent": {
3286
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3287
+ "name": "TextInputDOMProps"
3288
+ },
3289
+ "declarations": [
3290
+ {
3291
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3292
+ "name": "TextInputDOMProps"
3293
+ }
3294
+ ],
3295
+ "required": false,
3296
+ "type": {
3297
+ "name": "number"
3298
+ }
3299
+ },
3300
+ "pattern": {
3301
+ "defaultValue": null,
3302
+ "description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
3303
+ "name": "pattern",
3304
+ "parent": {
3305
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3306
+ "name": "TextInputDOMProps"
3307
+ },
3308
+ "declarations": [
3309
+ {
3310
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3311
+ "name": "TextInputDOMProps"
3312
+ }
3313
+ ],
3314
+ "required": false,
3315
+ "type": {
3316
+ "name": "string"
3317
+ }
3318
+ },
3319
+ "name": {
3320
+ "defaultValue": null,
3321
+ "description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
3322
+ "name": "name",
3323
+ "parent": {
3324
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3325
+ "name": "InputDOMProps"
3326
+ },
3327
+ "declarations": [
3328
+ {
3329
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3330
+ "name": "InputDOMProps"
3331
+ }
3332
+ ],
3333
+ "required": false,
3334
+ "type": {
3335
+ "name": "string"
3336
+ }
3337
+ },
3338
+ "onCopy": {
3339
+ "defaultValue": null,
3340
+ "description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
3341
+ "name": "onCopy",
3342
+ "parent": {
3343
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3344
+ "name": "TextInputDOMEvents"
3345
+ },
3346
+ "declarations": [
3347
+ {
3348
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3349
+ "name": "TextInputDOMEvents"
3350
+ }
3351
+ ],
3352
+ "required": false,
3353
+ "type": {
3354
+ "name": "ClipboardEventHandler<HTMLInputElement>"
3355
+ }
3356
+ },
3357
+ "onCut": {
3358
+ "defaultValue": null,
3359
+ "description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
3360
+ "name": "onCut",
3361
+ "parent": {
3362
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3363
+ "name": "TextInputDOMEvents"
3364
+ },
3365
+ "declarations": [
3366
+ {
3367
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3368
+ "name": "TextInputDOMEvents"
3369
+ }
3370
+ ],
3371
+ "required": false,
3372
+ "type": {
3373
+ "name": "ClipboardEventHandler<HTMLInputElement>"
3374
+ }
3375
+ },
3376
+ "onPaste": {
3377
+ "defaultValue": null,
3378
+ "description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
3379
+ "name": "onPaste",
3380
+ "parent": {
3381
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3382
+ "name": "TextInputDOMEvents"
3383
+ },
3384
+ "declarations": [
3385
+ {
3386
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3387
+ "name": "TextInputDOMEvents"
3388
+ }
3389
+ ],
3390
+ "required": false,
3391
+ "type": {
3392
+ "name": "ClipboardEventHandler<HTMLInputElement>"
3393
+ }
3394
+ },
3395
+ "onCompositionStart": {
3396
+ "defaultValue": null,
3397
+ "description": "Handler that is called when a text composition system starts a new text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
3398
+ "name": "onCompositionStart",
3399
+ "parent": {
3400
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3401
+ "name": "TextInputDOMEvents"
3402
+ },
3403
+ "declarations": [
3404
+ {
3405
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3406
+ "name": "TextInputDOMEvents"
3407
+ }
3408
+ ],
3409
+ "required": false,
3410
+ "type": {
3411
+ "name": "CompositionEventHandler<HTMLInputElement>"
3412
+ }
3413
+ },
3414
+ "onCompositionEnd": {
3415
+ "defaultValue": null,
3416
+ "description": "Handler that is called when a text composition system completes or cancels the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
3417
+ "name": "onCompositionEnd",
3418
+ "parent": {
3419
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3420
+ "name": "TextInputDOMEvents"
3421
+ },
3422
+ "declarations": [
3423
+ {
3424
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3425
+ "name": "TextInputDOMEvents"
3426
+ }
3427
+ ],
3428
+ "required": false,
3429
+ "type": {
3430
+ "name": "CompositionEventHandler<HTMLInputElement>"
3431
+ }
3432
+ },
3433
+ "onCompositionUpdate": {
3434
+ "defaultValue": null,
3435
+ "description": "Handler that is called when a new character is received in the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
3436
+ "name": "onCompositionUpdate",
3437
+ "parent": {
3438
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3439
+ "name": "TextInputDOMEvents"
3440
+ },
3441
+ "declarations": [
3442
+ {
3443
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3444
+ "name": "TextInputDOMEvents"
3445
+ }
3446
+ ],
3447
+ "required": false,
3448
+ "type": {
3449
+ "name": "CompositionEventHandler<HTMLInputElement>"
3450
+ }
3451
+ },
3452
+ "onSelect": {
3453
+ "defaultValue": null,
3454
+ "description": "Handler that is called when text in the input is selected. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
3455
+ "name": "onSelect",
3456
+ "parent": {
3457
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3458
+ "name": "TextInputDOMEvents"
3459
+ },
3460
+ "declarations": [
3461
+ {
3462
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3463
+ "name": "TextInputDOMEvents"
3464
+ }
3465
+ ],
3466
+ "required": false,
3467
+ "type": {
3468
+ "name": "ReactEventHandler<HTMLInputElement>"
3469
+ }
3470
+ },
3471
+ "onBeforeInput": {
3472
+ "defaultValue": null,
3473
+ "description": "Handler that is called when the input value is about to be modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
3474
+ "name": "onBeforeInput",
3475
+ "parent": {
3476
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3477
+ "name": "TextInputDOMEvents"
3478
+ },
3479
+ "declarations": [
3480
+ {
3481
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3482
+ "name": "TextInputDOMEvents"
3483
+ }
3484
+ ],
3485
+ "required": false,
3486
+ "type": {
3487
+ "name": "FormEventHandler<HTMLInputElement>"
3488
+ }
3489
+ },
3490
+ "onInput": {
3491
+ "defaultValue": null,
3492
+ "description": "Handler that is called when the input value is modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
3493
+ "name": "onInput",
3494
+ "parent": {
3495
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3496
+ "name": "TextInputDOMEvents"
3497
+ },
3498
+ "declarations": [
3499
+ {
3500
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3501
+ "name": "TextInputDOMEvents"
3502
+ }
3503
+ ],
3504
+ "required": false,
3505
+ "type": {
3506
+ "name": "FormEventHandler<HTMLInputElement>"
3507
+ }
3508
+ },
3509
+ "aria-errormessage": {
3510
+ "defaultValue": null,
3511
+ "description": "Identifies the element that provides an error message for the object.",
3512
+ "name": "aria-errormessage",
3513
+ "parent": {
3514
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3515
+ "name": "AriaValidationProps"
3516
+ },
3517
+ "declarations": [
3518
+ {
3519
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.22.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3520
+ "name": "AriaValidationProps"
3521
+ }
3522
+ ],
3523
+ "required": false,
3524
+ "type": {
3525
+ "name": "string"
3526
+ }
3527
+ },
3528
+ "style": {
3529
+ "defaultValue": null,
3530
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
3531
+ "name": "style",
3532
+ "parent": {
3533
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3534
+ "name": "StyleRenderProps"
3535
+ },
3536
+ "declarations": [
3537
+ {
3538
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3539
+ "name": "StyleRenderProps"
3540
+ }
3541
+ ],
3542
+ "required": false,
3543
+ "type": {
3544
+ "name": "(values: TextFieldRenderProps) => CSSProperties"
3545
+ }
3546
+ },
3547
+ "className": {
3548
+ "defaultValue": null,
3549
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
3550
+ "name": "className",
3551
+ "parent": {
3552
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3553
+ "name": "StyleRenderProps"
3554
+ },
3555
+ "declarations": [
3556
+ {
3557
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3558
+ "name": "StyleRenderProps"
3559
+ }
3560
+ ],
3561
+ "required": false,
3562
+ "type": {
3563
+ "name": "(values: TextFieldRenderProps) => string"
3564
+ }
3565
+ },
3566
+ "children": {
3567
+ "defaultValue": null,
3568
+ "description": "The children of the component. A function may be provided to alter the children based on component state.",
3569
+ "name": "children",
3570
+ "parent": {
3571
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3572
+ "name": "RenderProps"
3573
+ },
3574
+ "declarations": [
3575
+ {
3576
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3577
+ "name": "RenderProps"
3578
+ }
3579
+ ],
3580
+ "required": false,
3581
+ "type": {
3582
+ "name": "(values: TextFieldRenderProps) => ReactNode"
3583
+ }
3584
+ },
3585
+ "slot": {
3586
+ "defaultValue": null,
3587
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
3588
+ "name": "slot",
3589
+ "parent": {
3590
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3591
+ "name": "SlotProps"
3592
+ },
3593
+ "declarations": [
3594
+ {
3595
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.1.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3596
+ "name": "SlotProps"
3597
+ }
3598
+ ],
3599
+ "required": false,
3600
+ "type": {
3601
+ "name": "string | null"
3602
+ }
3603
+ }
3604
+ },
2424
3605
  "TextField": {
2425
3606
  "label": {
2426
3607
  "defaultValue": null,