@helpscout/ui-kit-react 0.1.8 → 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.
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../lib/components/input/input.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAElE,OAAO,EAGL,KAAK,UAAU,IAAI,aAAa,EACjC,MAAM,uBAAuB,CAAC;AA+B/B,QAAA,MAAM,WAAW;;;8EAYf,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AAEjE,KAAK,UAAU,GAAG,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;AAE3C,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC;IAC/D,8CAA8C;IAC9C,KAAK,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAEnC,sCAAsC;IACtC,MAAM,CAAC,EAAE,UAAU,CAAC;IAEpB,2FAA2F;IAC3F,KAAK,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAEnC,sCAAsC;IACtC,MAAM,CAAC,EAAE,UAAU,CAAA;CACpB;AAqBD,wBAAgB,KAAK,CAAC,EACpB,SAAS,EACT,KAAc,EACd,QAAQ,EACR,MAAM,EACN,KAAK,EACL,MAAM,EACN,GAAG,KAAK,EACT,EAAE,UAAU,GAAG,GAAG,CAAC,OAAO,CAmB1B;yBA3Be,KAAK"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../lib/components/input/input.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAElE,OAAO,EAGL,KAAK,UAAU,IAAI,aAAa,EACjC,MAAM,uBAAuB,CAAC;AA+B/B,QAAA,MAAM,WAAW;;;8EAYf,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AAEjE,KAAK,UAAU,GAAG,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;AAE3C,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC;IAC/D,8CAA8C;IAC9C,KAAK,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAEnC,sCAAsC;IACtC,MAAM,CAAC,EAAE,UAAU,CAAC;IAEpB,2FAA2F;IAC3F,KAAK,CAAC,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAEnC,sCAAsC;IACtC,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB;AAqBD,wBAAgB,KAAK,CAAC,EACpB,SAAS,EACT,KAAc,EACd,QAAQ,EACR,MAAM,EACN,KAAK,EACL,MAAM,EACN,GAAG,KAAK,EACT,EAAE,UAAU,GAAG,GAAG,CAAC,OAAO,CAmB1B;yBA3Be,KAAK"}
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ import type { ListBoxItemProps } from "react-aria-components";
3
+ import { PopoverProps } from "react-aria-components";
4
+ interface SelectProps {
5
+ /** Optional class name to apply to the Select. */
6
+ className?: string;
7
+ /** If true, the select is filterable. */
8
+ filterable?: boolean;
9
+ /** The options to be displayed in the select. */
10
+ children: React.ReactNode;
11
+ /** The label for the select. */
12
+ label?: string;
13
+ /** Optional props to pass to the popover. */
14
+ popoverProps?: PopoverProps;
15
+ /** Callback function that is called when the selection changes. */
16
+ onSelectionChange: (key: string | number | null) => void;
17
+ }
18
+ declare function Select({ filterable, children, className, label, popoverProps, ...rest }: SelectProps): import("react/jsx-runtime").JSX.Element;
19
+ declare function SelectItem(props: ListBoxItemProps): import("react/jsx-runtime").JSX.Element;
20
+ export { Select, SelectItem, type SelectProps };
21
+ //# sourceMappingURL=select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../lib/components/select/select.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,EAKL,YAAY,EAGb,MAAM,uBAAuB,CAAC;AAa/B,UAAU,WAAW;IACnB,kDAAkD;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,yCAAyC;IACzC,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,iDAAiD;IACjD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,6CAA6C;IAC7C,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B,mEAAmE;IACnE,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CAC1D;AAED,iBAAS,MAAM,CAAC,EACd,UAAU,EACV,QAAQ,EACR,SAAS,EACT,KAAK,EACL,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,WAAW,2CA2Bb;AAUD,iBAAS,UAAU,CAAC,KAAK,EAAE,gBAAgB,2CAE1C;AAED,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,WAAW,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=select.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select.test.d.ts","sourceRoot":"","sources":["../../../../lib/components/select/select.test.tsx"],"names":[],"mappings":""}
@@ -9,6 +9,7 @@ export { Link, type LinkProps, type LinkVariantProps, } from "./components/link/
9
9
  export { List, ListItem, type ListProps, type ListVariantProps, } from "./components/list/list";
10
10
  export { Menu, MenuItem, MenuTrigger, type MenuProps, } from "./components/menu/menu";
11
11
  export { NumberField, type NumberFieldProps, } from "./components/number-field/number-field";
12
+ export { Select, SelectItem, type SelectProps, } from "./components/select/select";
12
13
  export { Text, type TextProps, type TextVariantProps, } from "./components/text/text";
13
14
  export { TextArea, type TextAreaProps, type TextAreaVariantProps, } from "./components/text-area/text-area";
14
15
  export { TextAreaField, type TextAreaFieldProps, } from "./components/text-area-field/text-area-field";
@@ -1 +1 @@
1
- {"version":3,"file":"ui-kit-react.d.ts","sourceRoot":"","sources":["../../lib/ui-kit-react.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,KAAK,UAAU,EACf,KAAK,iBAAiB,GACvB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,MAAM,EACN,KAAK,WAAW,EAChB,KAAK,kBAAkB,GACxB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,WAAW,EACX,eAAe,EACf,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,GAC1B,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EACL,IAAI,EACJ,KAAK,SAAS,EACd,KAAK,gBAAgB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,KAAK,EACL,KAAK,UAAU,EACf,KAAK,iBAAiB,GACvB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,KAAK,EACL,gBAAgB,EAChB,UAAU,EACV,KAAK,UAAU,EACf,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,eAAe,GACrB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,IAAI,EACJ,KAAK,SAAS,EACd,KAAK,gBAAgB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,KAAK,SAAS,EACd,KAAK,gBAAgB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,KAAK,SAAS,GACf,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,WAAW,EACX,KAAK,gBAAgB,GACtB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,IAAI,EACJ,KAAK,SAAS,EACd,KAAK,gBAAgB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,QAAQ,EACR,KAAK,aAAa,EAClB,KAAK,oBAAoB,GAC1B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,GACxB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,SAAS,EACT,KAAK,cAAc,GACpB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EACL,SAAS,EACT,KAAK,cAAc,EACnB,KAAK,qBAAqB,GAC3B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACjE,OAAO,EACL,eAAe,EACf,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,GACjC,MAAM,gDAAgD,CAAC"}
1
+ {"version":3,"file":"ui-kit-react.d.ts","sourceRoot":"","sources":["../../lib/ui-kit-react.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,KAAK,UAAU,EACf,KAAK,iBAAiB,GACvB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,MAAM,EACN,KAAK,WAAW,EAChB,KAAK,kBAAkB,GACxB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,WAAW,EACX,eAAe,EACf,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,GAC1B,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EACL,IAAI,EACJ,KAAK,SAAS,EACd,KAAK,gBAAgB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,KAAK,EACL,KAAK,UAAU,EACf,KAAK,iBAAiB,GACvB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,KAAK,EACL,gBAAgB,EAChB,UAAU,EACV,KAAK,UAAU,EACf,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,eAAe,GACrB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,IAAI,EACJ,KAAK,SAAS,EACd,KAAK,gBAAgB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,KAAK,SAAS,EACd,KAAK,gBAAgB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,KAAK,SAAS,GACf,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,WAAW,EACX,KAAK,gBAAgB,GACtB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,MAAM,EACN,UAAU,EACV,KAAK,WAAW,GACjB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,IAAI,EACJ,KAAK,SAAS,EACd,KAAK,gBAAgB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,QAAQ,EACR,KAAK,aAAa,EAClB,KAAK,oBAAoB,GAC1B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,GACxB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,SAAS,EACT,KAAK,cAAc,GACpB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EACL,SAAS,EACT,KAAK,cAAc,EACnB,KAAK,qBAAqB,GAC3B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACjE,OAAO,EACL,eAAe,EACf,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,GACjC,MAAM,gDAAgD,CAAC"}
@@ -3087,6 +3087,504 @@
3087
3087
  }
3088
3088
  }
3089
3089
  },
3090
+ "Select": {
3091
+ "className": {
3092
+ "defaultValue": null,
3093
+ "description": "Optional class name to apply to the Select.",
3094
+ "name": "className",
3095
+ "parent": {
3096
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3097
+ "name": "SelectProps"
3098
+ },
3099
+ "declarations": [
3100
+ {
3101
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3102
+ "name": "SelectProps"
3103
+ }
3104
+ ],
3105
+ "required": false,
3106
+ "type": {
3107
+ "name": "string"
3108
+ }
3109
+ },
3110
+ "filterable": {
3111
+ "defaultValue": null,
3112
+ "description": "If true, the select is filterable.",
3113
+ "name": "filterable",
3114
+ "parent": {
3115
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3116
+ "name": "SelectProps"
3117
+ },
3118
+ "declarations": [
3119
+ {
3120
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3121
+ "name": "SelectProps"
3122
+ }
3123
+ ],
3124
+ "required": false,
3125
+ "type": {
3126
+ "name": "boolean"
3127
+ }
3128
+ },
3129
+ "children": {
3130
+ "defaultValue": null,
3131
+ "description": "The options to be displayed in the select.",
3132
+ "name": "children",
3133
+ "parent": {
3134
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3135
+ "name": "SelectProps"
3136
+ },
3137
+ "declarations": [
3138
+ {
3139
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3140
+ "name": "SelectProps"
3141
+ }
3142
+ ],
3143
+ "required": true,
3144
+ "type": {
3145
+ "name": "ReactNode"
3146
+ }
3147
+ },
3148
+ "label": {
3149
+ "defaultValue": null,
3150
+ "description": "The label for the select.",
3151
+ "name": "label",
3152
+ "parent": {
3153
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3154
+ "name": "SelectProps"
3155
+ },
3156
+ "declarations": [
3157
+ {
3158
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3159
+ "name": "SelectProps"
3160
+ }
3161
+ ],
3162
+ "required": false,
3163
+ "type": {
3164
+ "name": "string"
3165
+ }
3166
+ },
3167
+ "popoverProps": {
3168
+ "defaultValue": null,
3169
+ "description": "Optional props to pass to the popover.",
3170
+ "name": "popoverProps",
3171
+ "parent": {
3172
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3173
+ "name": "SelectProps"
3174
+ },
3175
+ "declarations": [
3176
+ {
3177
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3178
+ "name": "SelectProps"
3179
+ }
3180
+ ],
3181
+ "required": false,
3182
+ "type": {
3183
+ "name": "PopoverProps"
3184
+ }
3185
+ },
3186
+ "onSelectionChange": {
3187
+ "defaultValue": null,
3188
+ "description": "Callback function that is called when the selection changes.",
3189
+ "name": "onSelectionChange",
3190
+ "parent": {
3191
+ "fileName": "ui-kit-react/lib/components/select/select.tsx",
3192
+ "name": "SelectProps"
3193
+ },
3194
+ "declarations": [
3195
+ {
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"
3219
+ }
3220
+ ],
3221
+ "required": false,
3222
+ "type": {
3223
+ "name": "Key"
3224
+ }
3225
+ },
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"
3233
+ },
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",
3249
+ "parent": {
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"
3252
+ },
3253
+ "declarations": [
3254
+ {
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"
3257
+ }
3258
+ ],
3259
+ "required": false,
3260
+ "type": {
3261
+ "name": "string"
3262
+ }
3263
+ },
3264
+ "aria-label": {
3265
+ "defaultValue": null,
3266
+ "description": "An accessibility label for this item.",
3267
+ "name": "aria-label",
3268
+ "parent": {
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"
3271
+ },
3272
+ "declarations": [
3273
+ {
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"
3276
+ }
3277
+ ],
3278
+ "required": false,
3279
+ "type": {
3280
+ "name": "string"
3281
+ }
3282
+ },
3283
+ "isDisabled": {
3284
+ "defaultValue": null,
3285
+ "description": "Whether the item is disabled.",
3286
+ "name": "isDisabled",
3287
+ "parent": {
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"
3290
+ },
3291
+ "declarations": [
3292
+ {
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"
3295
+ }
3296
+ ],
3297
+ "required": false,
3298
+ "type": {
3299
+ "name": "boolean"
3300
+ }
3301
+ },
3302
+ "onAction": {
3303
+ "defaultValue": null,
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",
3306
+ "parent": {
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"
3309
+ },
3310
+ "declarations": [
3311
+ {
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"
3314
+ }
3315
+ ],
3316
+ "required": false,
3317
+ "type": {
3318
+ "name": "() => void"
3319
+ }
3320
+ },
3321
+ "children": {
3322
+ "defaultValue": null,
3323
+ "description": "The children of the component. A function may be provided to alter the children based on component state.",
3324
+ "name": "children",
3325
+ "parent": {
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"
3328
+ },
3329
+ "declarations": [
3330
+ {
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"
3333
+ }
3334
+ ],
3335
+ "required": false,
3336
+ "type": {
3337
+ "name": "(values: ListBoxItemRenderProps & { defaultChildren: ReactNode; }) => ReactNode"
3338
+ }
3339
+ },
3340
+ "className": {
3341
+ "defaultValue": null,
3342
+ "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.",
3343
+ "name": "className",
3344
+ "parent": {
3345
+ "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",
3346
+ "name": "StyleRenderProps"
3347
+ },
3348
+ "declarations": [
3349
+ {
3350
+ "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",
3351
+ "name": "StyleRenderProps"
3352
+ }
3353
+ ],
3354
+ "required": false,
3355
+ "type": {
3356
+ "name": "(values: ListBoxItemRenderProps & { defaultClassName: string; }) => string"
3357
+ }
3358
+ },
3359
+ "style": {
3360
+ "defaultValue": null,
3361
+ "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.",
3362
+ "name": "style",
3363
+ "parent": {
3364
+ "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",
3365
+ "name": "StyleRenderProps"
3366
+ },
3367
+ "declarations": [
3368
+ {
3369
+ "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",
3370
+ "name": "StyleRenderProps"
3371
+ }
3372
+ ],
3373
+ "required": false,
3374
+ "type": {
3375
+ "name": "(values: ListBoxItemRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties"
3376
+ }
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
+ },
3090
3588
  "Text": {
3091
3589
  "as": {
3092
3590
  "defaultValue": {