@helpscout/ui-kit-react 0.1.7 → 0.1.9

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.
@@ -952,7 +952,7 @@
952
952
  ],
953
953
  "required": false,
954
954
  "type": {
955
- "name": "string"
955
+ "name": "AddonProps"
956
956
  }
957
957
  },
958
958
  "state": {
@@ -974,48 +974,67 @@
974
974
  "name": "\"error\" | \"success\" | \"warning\" | null"
975
975
  }
976
976
  },
977
- "onHoverStart": {
977
+ "suffix": {
978
978
  "defaultValue": null,
979
- "description": "Handler that is called when a hover interaction starts.",
980
- "name": "onHoverStart",
979
+ "description": "Render the input with a suffix.",
980
+ "name": "suffix",
981
981
  "parent": {
982
- "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
983
- "name": "HoverEvents"
982
+ "fileName": "ui-kit-react/lib/components/input/input.tsx",
983
+ "name": "InputProps"
984
984
  },
985
985
  "declarations": [
986
986
  {
987
- "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
988
- "name": "HoverEvents"
987
+ "fileName": "ui-kit-react/lib/components/input/input.tsx",
988
+ "name": "InputProps"
989
989
  }
990
990
  ],
991
991
  "required": false,
992
992
  "type": {
993
- "name": "(e: HoverEvent) => void"
993
+ "name": "AddonProps"
994
994
  }
995
995
  },
996
- "onHoverEnd": {
996
+ "className": {
997
997
  "defaultValue": null,
998
- "description": "Handler that is called when a hover interaction ends.",
999
- "name": "onHoverEnd",
998
+ "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.",
999
+ "name": "className",
1000
1000
  "parent": {
1001
- "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
1002
- "name": "HoverEvents"
1001
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
1002
+ "name": "StyleRenderProps"
1003
1003
  },
1004
1004
  "declarations": [
1005
1005
  {
1006
- "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
1007
- "name": "HoverEvents"
1006
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
1007
+ "name": "StyleRenderProps"
1008
1008
  }
1009
1009
  ],
1010
1010
  "required": false,
1011
1011
  "type": {
1012
- "name": "(e: HoverEvent) => void"
1012
+ "name": "(values: InputRenderProps & { defaultClassName: string; }) => string"
1013
1013
  }
1014
1014
  },
1015
- "onHoverChange": {
1015
+ "style": {
1016
1016
  "defaultValue": null,
1017
- "description": "Handler that is called when the hover state changes.",
1018
- "name": "onHoverChange",
1017
+ "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.",
1018
+ "name": "style",
1019
+ "parent": {
1020
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
1021
+ "name": "StyleRenderProps"
1022
+ },
1023
+ "declarations": [
1024
+ {
1025
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
1026
+ "name": "StyleRenderProps"
1027
+ }
1028
+ ],
1029
+ "required": false,
1030
+ "type": {
1031
+ "name": "(values: InputRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties"
1032
+ }
1033
+ },
1034
+ "onHoverStart": {
1035
+ "defaultValue": null,
1036
+ "description": "Handler that is called when a hover interaction starts.",
1037
+ "name": "onHoverStart",
1019
1038
  "parent": {
1020
1039
  "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
1021
1040
  "name": "HoverEvents"
@@ -1028,45 +1047,45 @@
1028
1047
  ],
1029
1048
  "required": false,
1030
1049
  "type": {
1031
- "name": "(isHovering: boolean) => void"
1050
+ "name": "(e: HoverEvent) => void"
1032
1051
  }
1033
1052
  },
1034
- "className": {
1053
+ "onHoverEnd": {
1035
1054
  "defaultValue": null,
1036
- "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.",
1037
- "name": "className",
1055
+ "description": "Handler that is called when a hover interaction ends.",
1056
+ "name": "onHoverEnd",
1038
1057
  "parent": {
1039
- "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
1040
- "name": "StyleRenderProps"
1058
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
1059
+ "name": "HoverEvents"
1041
1060
  },
1042
1061
  "declarations": [
1043
1062
  {
1044
- "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
1045
- "name": "StyleRenderProps"
1063
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
1064
+ "name": "HoverEvents"
1046
1065
  }
1047
1066
  ],
1048
1067
  "required": false,
1049
1068
  "type": {
1050
- "name": "(values: InputRenderProps & { defaultClassName: string; }) => string"
1069
+ "name": "(e: HoverEvent) => void"
1051
1070
  }
1052
1071
  },
1053
- "style": {
1072
+ "onHoverChange": {
1054
1073
  "defaultValue": null,
1055
- "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.",
1056
- "name": "style",
1074
+ "description": "Handler that is called when the hover state changes.",
1075
+ "name": "onHoverChange",
1057
1076
  "parent": {
1058
- "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
1059
- "name": "StyleRenderProps"
1077
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
1078
+ "name": "HoverEvents"
1060
1079
  },
1061
1080
  "declarations": [
1062
1081
  {
1063
- "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
1064
- "name": "StyleRenderProps"
1082
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
1083
+ "name": "HoverEvents"
1065
1084
  }
1066
1085
  ],
1067
1086
  "required": false,
1068
1087
  "type": {
1069
- "name": "(values: InputRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties"
1088
+ "name": "(isHovering: boolean) => void"
1070
1089
  }
1071
1090
  }
1072
1091
  },
@@ -3068,59 +3087,57 @@
3068
3087
  }
3069
3088
  }
3070
3089
  },
3071
- "Text": {
3072
- "as": {
3073
- "defaultValue": {
3074
- "value": "'span'"
3075
- },
3076
- "description": "Optional HTML element type to render as.",
3077
- "name": "as",
3090
+ "Select": {
3091
+ "className": {
3092
+ "defaultValue": null,
3093
+ "description": "Optional class name to apply to the Select.",
3094
+ "name": "className",
3078
3095
  "parent": {
3079
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3080
- "name": "TextProps"
3096
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3097
+ "name": "SelectProps"
3081
3098
  },
3082
3099
  "declarations": [
3083
3100
  {
3084
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3085
- "name": "TextProps"
3101
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3102
+ "name": "SelectProps"
3086
3103
  }
3087
3104
  ],
3088
3105
  "required": false,
3089
3106
  "type": {
3090
- "name": "Element"
3107
+ "name": "string"
3091
3108
  }
3092
3109
  },
3093
- "className": {
3110
+ "filterable": {
3094
3111
  "defaultValue": null,
3095
- "description": "Optional class name to apply to the text.",
3096
- "name": "className",
3112
+ "description": "If true, the select is filterable.",
3113
+ "name": "filterable",
3097
3114
  "parent": {
3098
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3099
- "name": "TextProps"
3115
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3116
+ "name": "SelectProps"
3100
3117
  },
3101
3118
  "declarations": [
3102
3119
  {
3103
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3104
- "name": "TextProps"
3120
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3121
+ "name": "SelectProps"
3105
3122
  }
3106
3123
  ],
3107
3124
  "required": false,
3108
3125
  "type": {
3109
- "name": "string"
3126
+ "name": "boolean"
3110
3127
  }
3111
3128
  },
3112
3129
  "children": {
3113
3130
  "defaultValue": null,
3114
- "description": "The text to display.",
3131
+ "description": "The options to be displayed in the select.",
3115
3132
  "name": "children",
3116
3133
  "parent": {
3117
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3118
- "name": "TextProps"
3134
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3135
+ "name": "SelectProps"
3119
3136
  },
3120
3137
  "declarations": [
3121
3138
  {
3122
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3123
- "name": "TextProps"
3139
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3140
+ "name": "SelectProps"
3124
3141
  }
3125
3142
  ],
3126
3143
  "required": true,
@@ -3128,18 +3145,18 @@
3128
3145
  "name": "ReactNode"
3129
3146
  }
3130
3147
  },
3131
- "id": {
3148
+ "label": {
3132
3149
  "defaultValue": null,
3133
- "description": "The HTML id attribute",
3134
- "name": "id",
3150
+ "description": "The label for the select.",
3151
+ "name": "label",
3135
3152
  "parent": {
3136
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3137
- "name": "TextProps"
3153
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3154
+ "name": "SelectProps"
3138
3155
  },
3139
3156
  "declarations": [
3140
3157
  {
3141
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3142
- "name": "TextProps"
3158
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3159
+ "name": "SelectProps"
3143
3160
  }
3144
3161
  ],
3145
3162
  "required": false,
@@ -3147,141 +3164,177 @@
3147
3164
  "name": "string"
3148
3165
  }
3149
3166
  },
3150
- "tone": {
3167
+ "popoverProps": {
3151
3168
  "defaultValue": null,
3152
- "description": "Optional tone of the text.",
3153
- "name": "tone",
3169
+ "description": "Optional props to pass to the popover.",
3170
+ "name": "popoverProps",
3154
3171
  "parent": {
3155
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3156
- "name": "TextProps"
3172
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3173
+ "name": "SelectProps"
3157
3174
  },
3158
3175
  "declarations": [
3159
3176
  {
3160
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3161
- "name": "TextProps"
3177
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3178
+ "name": "SelectProps"
3162
3179
  }
3163
3180
  ],
3164
3181
  "required": false,
3165
3182
  "type": {
3166
- "name": "\"default\" | \"headline\" | \"dark\" | \"light\" | \"disabled\" | \"critical\" | \"error\" | \"info\" | \"success\" | \"warning\" | null"
3183
+ "name": "PopoverProps"
3167
3184
  }
3168
3185
  },
3169
- "variant": {
3186
+ "onSelectionChange": {
3170
3187
  "defaultValue": null,
3171
- "description": "Optional variant of the text.",
3172
- "name": "variant",
3188
+ "description": "Callback function that is called when the selection changes.",
3189
+ "name": "onSelectionChange",
3173
3190
  "parent": {
3174
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3175
- "name": "TextProps"
3191
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3192
+ "name": "SelectProps"
3176
3193
  },
3177
3194
  "declarations": [
3178
3195
  {
3179
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3180
- "name": "TextProps"
3196
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3197
+ "name": "SelectProps"
3198
+ }
3199
+ ],
3200
+ "required": true,
3201
+ "type": {
3202
+ "name": "(key: string | number | null) => void"
3203
+ }
3204
+ }
3205
+ },
3206
+ "SelectItem": {
3207
+ "id": {
3208
+ "defaultValue": null,
3209
+ "description": "The unique id of the item.",
3210
+ "name": "id",
3211
+ "parent": {
3212
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3213
+ "name": "ListBoxItemProps"
3214
+ },
3215
+ "declarations": [
3216
+ {
3217
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3218
+ "name": "ListBoxItemProps"
3181
3219
  }
3182
3220
  ],
3183
3221
  "required": false,
3184
3222
  "type": {
3185
- "name": "\"heading-lg\" | \"heading-md\" | \"body-md-strong\" | \"body-md\" | \"body-sm\" | null"
3223
+ "name": "Key"
3186
3224
  }
3187
3225
  },
3188
- "visuallyHidden": {
3189
- "defaultValue": {
3190
- "value": false
3226
+ "value": {
3227
+ "defaultValue": null,
3228
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
3229
+ "name": "value",
3230
+ "parent": {
3231
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3232
+ "name": "ListBoxItemProps"
3191
3233
  },
3192
- "description": "Optional boolean to visually hide the text.",
3193
- "name": "visuallyHidden",
3234
+ "declarations": [
3235
+ {
3236
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3237
+ "name": "ListBoxItemProps"
3238
+ }
3239
+ ],
3240
+ "required": false,
3241
+ "type": {
3242
+ "name": "object"
3243
+ }
3244
+ },
3245
+ "textValue": {
3246
+ "defaultValue": null,
3247
+ "description": "A string representation of the item's contents, used for features like typeahead.",
3248
+ "name": "textValue",
3194
3249
  "parent": {
3195
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3196
- "name": "TextProps"
3250
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3251
+ "name": "ListBoxItemProps"
3197
3252
  },
3198
3253
  "declarations": [
3199
3254
  {
3200
- "fileName": "ui-kit-react/lib/components/text/text.tsx",
3201
- "name": "TextProps"
3255
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3256
+ "name": "ListBoxItemProps"
3202
3257
  }
3203
3258
  ],
3204
3259
  "required": false,
3205
3260
  "type": {
3206
- "name": "boolean"
3261
+ "name": "string"
3207
3262
  }
3208
- }
3209
- },
3210
- "TextArea": {
3211
- "state": {
3263
+ },
3264
+ "aria-label": {
3212
3265
  "defaultValue": null,
3213
- "description": "Changes the appearance of the textarea to indicate an error, success, or warning state.",
3214
- "name": "state",
3266
+ "description": "An accessibility label for this item.",
3267
+ "name": "aria-label",
3215
3268
  "parent": {
3216
- "fileName": "ui-kit-react/lib/components/text-area/text-area.tsx",
3217
- "name": "TextAreaProps"
3269
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3270
+ "name": "ListBoxItemProps"
3218
3271
  },
3219
3272
  "declarations": [
3220
3273
  {
3221
- "fileName": "ui-kit-react/lib/components/text-area/text-area.tsx",
3222
- "name": "TextAreaProps"
3274
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3275
+ "name": "ListBoxItemProps"
3223
3276
  }
3224
3277
  ],
3225
3278
  "required": false,
3226
3279
  "type": {
3227
- "name": "\"error\" | \"success\" | \"warning\" | null"
3280
+ "name": "string"
3228
3281
  }
3229
3282
  },
3230
- "onHoverStart": {
3283
+ "isDisabled": {
3231
3284
  "defaultValue": null,
3232
- "description": "Handler that is called when a hover interaction starts.",
3233
- "name": "onHoverStart",
3285
+ "description": "Whether the item is disabled.",
3286
+ "name": "isDisabled",
3234
3287
  "parent": {
3235
- "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3236
- "name": "HoverEvents"
3288
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3289
+ "name": "ListBoxItemProps"
3237
3290
  },
3238
3291
  "declarations": [
3239
3292
  {
3240
- "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3241
- "name": "HoverEvents"
3293
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3294
+ "name": "ListBoxItemProps"
3242
3295
  }
3243
3296
  ],
3244
3297
  "required": false,
3245
3298
  "type": {
3246
- "name": "(e: HoverEvent) => void"
3299
+ "name": "boolean"
3247
3300
  }
3248
3301
  },
3249
- "onHoverEnd": {
3302
+ "onAction": {
3250
3303
  "defaultValue": null,
3251
- "description": "Handler that is called when a hover interaction ends.",
3252
- "name": "onHoverEnd",
3304
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
3305
+ "name": "onAction",
3253
3306
  "parent": {
3254
- "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3255
- "name": "HoverEvents"
3307
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3308
+ "name": "ListBoxItemProps"
3256
3309
  },
3257
3310
  "declarations": [
3258
3311
  {
3259
- "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3260
- "name": "HoverEvents"
3312
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3313
+ "name": "ListBoxItemProps"
3261
3314
  }
3262
3315
  ],
3263
3316
  "required": false,
3264
3317
  "type": {
3265
- "name": "(e: HoverEvent) => void"
3318
+ "name": "() => void"
3266
3319
  }
3267
3320
  },
3268
- "onHoverChange": {
3321
+ "children": {
3269
3322
  "defaultValue": null,
3270
- "description": "Handler that is called when the hover state changes.",
3271
- "name": "onHoverChange",
3323
+ "description": "The children of the component. A function may be provided to alter the children based on component state.",
3324
+ "name": "children",
3272
3325
  "parent": {
3273
- "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3274
- "name": "HoverEvents"
3326
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3327
+ "name": "RenderProps"
3275
3328
  },
3276
3329
  "declarations": [
3277
3330
  {
3278
- "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3279
- "name": "HoverEvents"
3331
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3332
+ "name": "RenderProps"
3280
3333
  }
3281
3334
  ],
3282
3335
  "required": false,
3283
3336
  "type": {
3284
- "name": "(isHovering: boolean) => void"
3337
+ "name": "(values: ListBoxItemRenderProps & { defaultChildren: ReactNode; }) => ReactNode"
3285
3338
  }
3286
3339
  },
3287
3340
  "className": {
@@ -3300,7 +3353,7 @@
3300
3353
  ],
3301
3354
  "required": false,
3302
3355
  "type": {
3303
- "name": "(values: InputRenderProps & { defaultClassName: string; }) => string"
3356
+ "name": "(values: ListBoxItemRenderProps & { defaultClassName: string; }) => string"
3304
3357
  }
3305
3358
  },
3306
3359
  "style": {
@@ -3319,9 +3372,473 @@
3319
3372
  ],
3320
3373
  "required": false,
3321
3374
  "type": {
3322
- "name": "(values: InputRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties"
3375
+ "name": "(values: ListBoxItemRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties"
3323
3376
  }
3324
- }
3377
+ },
3378
+ "href": {
3379
+ "defaultValue": null,
3380
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
3381
+ "name": "href",
3382
+ "parent": {
3383
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3384
+ "name": "LinkDOMProps"
3385
+ },
3386
+ "declarations": [
3387
+ {
3388
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3389
+ "name": "LinkDOMProps"
3390
+ }
3391
+ ],
3392
+ "required": false,
3393
+ "type": {
3394
+ "name": "string"
3395
+ }
3396
+ },
3397
+ "hrefLang": {
3398
+ "defaultValue": null,
3399
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
3400
+ "name": "hrefLang",
3401
+ "parent": {
3402
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3403
+ "name": "LinkDOMProps"
3404
+ },
3405
+ "declarations": [
3406
+ {
3407
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3408
+ "name": "LinkDOMProps"
3409
+ }
3410
+ ],
3411
+ "required": false,
3412
+ "type": {
3413
+ "name": "string"
3414
+ }
3415
+ },
3416
+ "target": {
3417
+ "defaultValue": null,
3418
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
3419
+ "name": "target",
3420
+ "parent": {
3421
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3422
+ "name": "LinkDOMProps"
3423
+ },
3424
+ "declarations": [
3425
+ {
3426
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3427
+ "name": "LinkDOMProps"
3428
+ }
3429
+ ],
3430
+ "required": false,
3431
+ "type": {
3432
+ "name": "HTMLAttributeAnchorTarget"
3433
+ }
3434
+ },
3435
+ "rel": {
3436
+ "defaultValue": null,
3437
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
3438
+ "name": "rel",
3439
+ "parent": {
3440
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3441
+ "name": "LinkDOMProps"
3442
+ },
3443
+ "declarations": [
3444
+ {
3445
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3446
+ "name": "LinkDOMProps"
3447
+ }
3448
+ ],
3449
+ "required": false,
3450
+ "type": {
3451
+ "name": "string"
3452
+ }
3453
+ },
3454
+ "download": {
3455
+ "defaultValue": null,
3456
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
3457
+ "name": "download",
3458
+ "parent": {
3459
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3460
+ "name": "LinkDOMProps"
3461
+ },
3462
+ "declarations": [
3463
+ {
3464
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3465
+ "name": "LinkDOMProps"
3466
+ }
3467
+ ],
3468
+ "required": false,
3469
+ "type": {
3470
+ "name": "string | boolean"
3471
+ }
3472
+ },
3473
+ "ping": {
3474
+ "defaultValue": null,
3475
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
3476
+ "name": "ping",
3477
+ "parent": {
3478
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3479
+ "name": "LinkDOMProps"
3480
+ },
3481
+ "declarations": [
3482
+ {
3483
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3484
+ "name": "LinkDOMProps"
3485
+ }
3486
+ ],
3487
+ "required": false,
3488
+ "type": {
3489
+ "name": "string"
3490
+ }
3491
+ },
3492
+ "referrerPolicy": {
3493
+ "defaultValue": null,
3494
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
3495
+ "name": "referrerPolicy",
3496
+ "parent": {
3497
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3498
+ "name": "LinkDOMProps"
3499
+ },
3500
+ "declarations": [
3501
+ {
3502
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3503
+ "name": "LinkDOMProps"
3504
+ }
3505
+ ],
3506
+ "required": false,
3507
+ "type": {
3508
+ "name": "HTMLAttributeReferrerPolicy"
3509
+ }
3510
+ },
3511
+ "routerOptions": {
3512
+ "defaultValue": null,
3513
+ "description": "Options for the configured client side router.",
3514
+ "name": "routerOptions",
3515
+ "parent": {
3516
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3517
+ "name": "LinkDOMProps"
3518
+ },
3519
+ "declarations": [
3520
+ {
3521
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/dom.d.ts",
3522
+ "name": "LinkDOMProps"
3523
+ }
3524
+ ],
3525
+ "required": false,
3526
+ "type": {
3527
+ "name": "undefined"
3528
+ }
3529
+ },
3530
+ "onHoverStart": {
3531
+ "defaultValue": null,
3532
+ "description": "Handler that is called when a hover interaction starts.",
3533
+ "name": "onHoverStart",
3534
+ "parent": {
3535
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3536
+ "name": "HoverEvents"
3537
+ },
3538
+ "declarations": [
3539
+ {
3540
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3541
+ "name": "HoverEvents"
3542
+ }
3543
+ ],
3544
+ "required": false,
3545
+ "type": {
3546
+ "name": "(e: HoverEvent) => void"
3547
+ }
3548
+ },
3549
+ "onHoverEnd": {
3550
+ "defaultValue": null,
3551
+ "description": "Handler that is called when a hover interaction ends.",
3552
+ "name": "onHoverEnd",
3553
+ "parent": {
3554
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3555
+ "name": "HoverEvents"
3556
+ },
3557
+ "declarations": [
3558
+ {
3559
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3560
+ "name": "HoverEvents"
3561
+ }
3562
+ ],
3563
+ "required": false,
3564
+ "type": {
3565
+ "name": "(e: HoverEvent) => void"
3566
+ }
3567
+ },
3568
+ "onHoverChange": {
3569
+ "defaultValue": null,
3570
+ "description": "Handler that is called when the hover state changes.",
3571
+ "name": "onHoverChange",
3572
+ "parent": {
3573
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3574
+ "name": "HoverEvents"
3575
+ },
3576
+ "declarations": [
3577
+ {
3578
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3579
+ "name": "HoverEvents"
3580
+ }
3581
+ ],
3582
+ "required": false,
3583
+ "type": {
3584
+ "name": "(isHovering: boolean) => void"
3585
+ }
3586
+ }
3587
+ },
3588
+ "Text": {
3589
+ "as": {
3590
+ "defaultValue": {
3591
+ "value": "'span'"
3592
+ },
3593
+ "description": "Optional HTML element type to render as.",
3594
+ "name": "as",
3595
+ "parent": {
3596
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3597
+ "name": "TextProps"
3598
+ },
3599
+ "declarations": [
3600
+ {
3601
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3602
+ "name": "TextProps"
3603
+ }
3604
+ ],
3605
+ "required": false,
3606
+ "type": {
3607
+ "name": "Element"
3608
+ }
3609
+ },
3610
+ "className": {
3611
+ "defaultValue": null,
3612
+ "description": "Optional class name to apply to the text.",
3613
+ "name": "className",
3614
+ "parent": {
3615
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3616
+ "name": "TextProps"
3617
+ },
3618
+ "declarations": [
3619
+ {
3620
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3621
+ "name": "TextProps"
3622
+ }
3623
+ ],
3624
+ "required": false,
3625
+ "type": {
3626
+ "name": "string"
3627
+ }
3628
+ },
3629
+ "children": {
3630
+ "defaultValue": null,
3631
+ "description": "The text to display.",
3632
+ "name": "children",
3633
+ "parent": {
3634
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3635
+ "name": "TextProps"
3636
+ },
3637
+ "declarations": [
3638
+ {
3639
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3640
+ "name": "TextProps"
3641
+ }
3642
+ ],
3643
+ "required": true,
3644
+ "type": {
3645
+ "name": "ReactNode"
3646
+ }
3647
+ },
3648
+ "id": {
3649
+ "defaultValue": null,
3650
+ "description": "The HTML id attribute",
3651
+ "name": "id",
3652
+ "parent": {
3653
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3654
+ "name": "TextProps"
3655
+ },
3656
+ "declarations": [
3657
+ {
3658
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3659
+ "name": "TextProps"
3660
+ }
3661
+ ],
3662
+ "required": false,
3663
+ "type": {
3664
+ "name": "string"
3665
+ }
3666
+ },
3667
+ "tone": {
3668
+ "defaultValue": null,
3669
+ "description": "Optional tone of the text.",
3670
+ "name": "tone",
3671
+ "parent": {
3672
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3673
+ "name": "TextProps"
3674
+ },
3675
+ "declarations": [
3676
+ {
3677
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3678
+ "name": "TextProps"
3679
+ }
3680
+ ],
3681
+ "required": false,
3682
+ "type": {
3683
+ "name": "\"default\" | \"headline\" | \"dark\" | \"light\" | \"disabled\" | \"critical\" | \"error\" | \"info\" | \"success\" | \"warning\" | null"
3684
+ }
3685
+ },
3686
+ "variant": {
3687
+ "defaultValue": null,
3688
+ "description": "Optional variant of the text.",
3689
+ "name": "variant",
3690
+ "parent": {
3691
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3692
+ "name": "TextProps"
3693
+ },
3694
+ "declarations": [
3695
+ {
3696
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3697
+ "name": "TextProps"
3698
+ }
3699
+ ],
3700
+ "required": false,
3701
+ "type": {
3702
+ "name": "\"heading-lg\" | \"heading-md\" | \"body-md-strong\" | \"body-md\" | \"body-sm\" | null"
3703
+ }
3704
+ },
3705
+ "visuallyHidden": {
3706
+ "defaultValue": {
3707
+ "value": false
3708
+ },
3709
+ "description": "Optional boolean to visually hide the text.",
3710
+ "name": "visuallyHidden",
3711
+ "parent": {
3712
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3713
+ "name": "TextProps"
3714
+ },
3715
+ "declarations": [
3716
+ {
3717
+ "fileName": "ui-kit-react/lib/components/text/text.tsx",
3718
+ "name": "TextProps"
3719
+ }
3720
+ ],
3721
+ "required": false,
3722
+ "type": {
3723
+ "name": "boolean"
3724
+ }
3725
+ }
3726
+ },
3727
+ "TextArea": {
3728
+ "state": {
3729
+ "defaultValue": null,
3730
+ "description": "Changes the appearance of the textarea to indicate an error, success, or warning state.",
3731
+ "name": "state",
3732
+ "parent": {
3733
+ "fileName": "ui-kit-react/lib/components/text-area/text-area.tsx",
3734
+ "name": "TextAreaProps"
3735
+ },
3736
+ "declarations": [
3737
+ {
3738
+ "fileName": "ui-kit-react/lib/components/text-area/text-area.tsx",
3739
+ "name": "TextAreaProps"
3740
+ }
3741
+ ],
3742
+ "required": false,
3743
+ "type": {
3744
+ "name": "\"error\" | \"success\" | \"warning\" | null"
3745
+ }
3746
+ },
3747
+ "onHoverStart": {
3748
+ "defaultValue": null,
3749
+ "description": "Handler that is called when a hover interaction starts.",
3750
+ "name": "onHoverStart",
3751
+ "parent": {
3752
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3753
+ "name": "HoverEvents"
3754
+ },
3755
+ "declarations": [
3756
+ {
3757
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3758
+ "name": "HoverEvents"
3759
+ }
3760
+ ],
3761
+ "required": false,
3762
+ "type": {
3763
+ "name": "(e: HoverEvent) => void"
3764
+ }
3765
+ },
3766
+ "onHoverEnd": {
3767
+ "defaultValue": null,
3768
+ "description": "Handler that is called when a hover interaction ends.",
3769
+ "name": "onHoverEnd",
3770
+ "parent": {
3771
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3772
+ "name": "HoverEvents"
3773
+ },
3774
+ "declarations": [
3775
+ {
3776
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3777
+ "name": "HoverEvents"
3778
+ }
3779
+ ],
3780
+ "required": false,
3781
+ "type": {
3782
+ "name": "(e: HoverEvent) => void"
3783
+ }
3784
+ },
3785
+ "onHoverChange": {
3786
+ "defaultValue": null,
3787
+ "description": "Handler that is called when the hover state changes.",
3788
+ "name": "onHoverChange",
3789
+ "parent": {
3790
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3791
+ "name": "HoverEvents"
3792
+ },
3793
+ "declarations": [
3794
+ {
3795
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.23.1_react@18.2.0/node_modules/@react-types/shared/src/events.d.ts",
3796
+ "name": "HoverEvents"
3797
+ }
3798
+ ],
3799
+ "required": false,
3800
+ "type": {
3801
+ "name": "(isHovering: boolean) => void"
3802
+ }
3803
+ },
3804
+ "className": {
3805
+ "defaultValue": null,
3806
+ "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.",
3807
+ "name": "className",
3808
+ "parent": {
3809
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3810
+ "name": "StyleRenderProps"
3811
+ },
3812
+ "declarations": [
3813
+ {
3814
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3815
+ "name": "StyleRenderProps"
3816
+ }
3817
+ ],
3818
+ "required": false,
3819
+ "type": {
3820
+ "name": "(values: InputRenderProps & { defaultClassName: string; }) => string"
3821
+ }
3822
+ },
3823
+ "style": {
3824
+ "defaultValue": null,
3825
+ "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.",
3826
+ "name": "style",
3827
+ "parent": {
3828
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3829
+ "name": "StyleRenderProps"
3830
+ },
3831
+ "declarations": [
3832
+ {
3833
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.2.1_react-dom@18.2.0_react@18.2.0/node_modules/react-aria-components/dist/types.d.ts",
3834
+ "name": "StyleRenderProps"
3835
+ }
3836
+ ],
3837
+ "required": false,
3838
+ "type": {
3839
+ "name": "(values: InputRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties"
3840
+ }
3841
+ }
3325
3842
  },
3326
3843
  "TextAreaField": {
3327
3844
  "label": {
@@ -4353,7 +4870,7 @@
4353
4870
  ],
4354
4871
  "required": false,
4355
4872
  "type": {
4356
- "name": "string"
4873
+ "name": "AddonProps"
4357
4874
  }
4358
4875
  },
4359
4876
  "validationMessage": {