@mittwald/flow-react-components 0.2.0-alpha.693 → 0.2.0-alpha.694

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.
@@ -47662,91 +47662,11 @@
47662
47662
  "tags": {
47663
47663
  "flr-generate": "all"
47664
47664
  },
47665
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ProgressBar/ProgressBar.tsx",
47665
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/RadioGroup.tsx",
47666
47666
  "description": "",
47667
- "displayName": "ProgressBar",
47667
+ "displayName": "RadioGroup",
47668
47668
  "methods": [],
47669
47669
  "props": {
47670
- "showMaxValue": {
47671
- "defaultValue": null,
47672
- "description": "Whether the max value should be displayed.",
47673
- "name": "showMaxValue",
47674
- "parent": {
47675
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47676
- "name": "ProgressBarProps"
47677
- },
47678
- "declarations": [
47679
- {
47680
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47681
- "name": "ProgressBarProps"
47682
- }
47683
- ],
47684
- "required": false,
47685
- "type": {
47686
- "name": "boolean"
47687
- }
47688
- },
47689
- "size": {
47690
- "defaultValue": {
47691
- "value": "\"m\""
47692
- },
47693
- "description": "The size variant of the progress bar.",
47694
- "name": "size",
47695
- "parent": {
47696
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47697
- "name": "ProgressBarProps"
47698
- },
47699
- "declarations": [
47700
- {
47701
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47702
- "name": "ProgressBarProps"
47703
- }
47704
- ],
47705
- "required": false,
47706
- "type": {
47707
- "name": "\"s\" | \"m\" | \"l\""
47708
- }
47709
- },
47710
- "segments": {
47711
- "defaultValue": null,
47712
- "description": "Divides the fill of the progress bar into segments",
47713
- "name": "segments",
47714
- "parent": {
47715
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47716
- "name": "ProgressBarProps"
47717
- },
47718
- "declarations": [
47719
- {
47720
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47721
- "name": "ProgressBarProps"
47722
- }
47723
- ],
47724
- "required": false,
47725
- "type": {
47726
- "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
47727
- }
47728
- },
47729
- "showLegend": {
47730
- "defaultValue": {
47731
- "value": ":\ntrue"
47732
- },
47733
- "description": "Whether the legend component is shown when segments are used.",
47734
- "name": "showLegend",
47735
- "parent": {
47736
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47737
- "name": "ProgressBarProps"
47738
- },
47739
- "declarations": [
47740
- {
47741
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47742
- "name": "ProgressBarProps"
47743
- }
47744
- ],
47745
- "required": false,
47746
- "type": {
47747
- "name": "boolean"
47748
- }
47749
- },
47750
47670
  "className": {
47751
47671
  "defaultValue": {
47752
47672
  "value": "'react-aria-Tooltip'"
@@ -49174,67 +49094,234 @@
49174
49094
  "name": "TransitionEventHandler<HTMLDivElement>"
49175
49095
  }
49176
49096
  },
49177
- "minValue": {
49097
+ "validationBehavior": {
49178
49098
  "defaultValue": {
49179
- "value": "0"
49099
+ "value": "'native'"
49180
49100
  },
49181
- "description": "The smallest value allowed for the input.",
49182
- "name": "minValue",
49101
+ "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.",
49102
+ "name": "validationBehavior",
49183
49103
  "parent": {
49184
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49185
- "name": "ProgressBaseProps"
49104
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
49105
+ "name": "RACValidation"
49186
49106
  },
49187
49107
  "declarations": [
49188
49108
  {
49189
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49190
- "name": "ProgressBaseProps"
49109
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
49110
+ "name": "RACValidation"
49191
49111
  }
49192
49112
  ],
49193
49113
  "required": false,
49194
49114
  "type": {
49195
- "name": "number"
49115
+ "name": "\"native\" | \"aria\""
49196
49116
  }
49197
49117
  },
49198
- "maxValue": {
49199
- "defaultValue": {
49200
- "value": "100"
49118
+ "isDisabled": {
49119
+ "defaultValue": null,
49120
+ "description": "Whether the input is disabled.",
49121
+ "name": "isDisabled",
49122
+ "parent": {
49123
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49124
+ "name": "InputBase"
49201
49125
  },
49202
- "description": "The largest value allowed for the input.",
49203
- "name": "maxValue",
49126
+ "declarations": [
49127
+ {
49128
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49129
+ "name": "InputBase"
49130
+ }
49131
+ ],
49132
+ "required": false,
49133
+ "type": {
49134
+ "name": "boolean"
49135
+ }
49136
+ },
49137
+ "isReadOnly": {
49138
+ "defaultValue": null,
49139
+ "description": "Whether the input can be selected but not changed by the user.",
49140
+ "name": "isReadOnly",
49204
49141
  "parent": {
49205
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49206
- "name": "ProgressBaseProps"
49142
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49143
+ "name": "InputBase"
49207
49144
  },
49208
49145
  "declarations": [
49209
49146
  {
49210
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49211
- "name": "ProgressBaseProps"
49147
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49148
+ "name": "InputBase"
49212
49149
  }
49213
49150
  ],
49214
49151
  "required": false,
49215
49152
  "type": {
49216
- "name": "number"
49153
+ "name": "boolean"
49217
49154
  }
49218
49155
  },
49219
- "value": {
49220
- "defaultValue": {
49221
- "value": "0"
49156
+ "isRequired": {
49157
+ "defaultValue": null,
49158
+ "description": "Whether user input is required on the input before form submission.",
49159
+ "name": "isRequired",
49160
+ "parent": {
49161
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49162
+ "name": "Validation"
49222
49163
  },
49164
+ "declarations": [
49165
+ {
49166
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49167
+ "name": "Validation"
49168
+ }
49169
+ ],
49170
+ "required": false,
49171
+ "type": {
49172
+ "name": "boolean"
49173
+ }
49174
+ },
49175
+ "isInvalid": {
49176
+ "defaultValue": null,
49177
+ "description": "Whether the input value is invalid.",
49178
+ "name": "isInvalid",
49179
+ "parent": {
49180
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49181
+ "name": "Validation"
49182
+ },
49183
+ "declarations": [
49184
+ {
49185
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49186
+ "name": "Validation"
49187
+ }
49188
+ ],
49189
+ "required": false,
49190
+ "type": {
49191
+ "name": "boolean"
49192
+ }
49193
+ },
49194
+ "validate": {
49195
+ "defaultValue": null,
49196
+ "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.",
49197
+ "name": "validate",
49198
+ "parent": {
49199
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49200
+ "name": "Validation"
49201
+ },
49202
+ "declarations": [
49203
+ {
49204
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49205
+ "name": "Validation"
49206
+ }
49207
+ ],
49208
+ "required": false,
49209
+ "type": {
49210
+ "name": "((value: TimeValue) => true | ValidationError | null)"
49211
+ }
49212
+ },
49213
+ "onFocus": {
49214
+ "defaultValue": null,
49215
+ "description": "Handler that is called when the element receives focus.",
49216
+ "name": "onFocus",
49217
+ "parent": {
49218
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49219
+ "name": "FocusEvents"
49220
+ },
49221
+ "declarations": [
49222
+ {
49223
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49224
+ "name": "FocusEvents"
49225
+ }
49226
+ ],
49227
+ "required": false,
49228
+ "type": {
49229
+ "name": "((e: FocusEvent<Element, Element>) => void)"
49230
+ }
49231
+ },
49232
+ "onBlur": {
49233
+ "defaultValue": null,
49234
+ "description": "Handler that is called when the element loses focus.",
49235
+ "name": "onBlur",
49236
+ "parent": {
49237
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49238
+ "name": "FocusEvents"
49239
+ },
49240
+ "declarations": [
49241
+ {
49242
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49243
+ "name": "FocusEvents"
49244
+ }
49245
+ ],
49246
+ "required": false,
49247
+ "type": {
49248
+ "name": "((e: FocusEvent<Element, Element>) => void)"
49249
+ }
49250
+ },
49251
+ "onFocusChange": {
49252
+ "defaultValue": null,
49253
+ "description": "Handler that is called when the element's focus status changes.",
49254
+ "name": "onFocusChange",
49255
+ "parent": {
49256
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49257
+ "name": "FocusEvents"
49258
+ },
49259
+ "declarations": [
49260
+ {
49261
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49262
+ "name": "FocusEvents"
49263
+ }
49264
+ ],
49265
+ "required": false,
49266
+ "type": {
49267
+ "name": "((isFocused: boolean) => void)"
49268
+ }
49269
+ },
49270
+ "value": {
49271
+ "defaultValue": null,
49223
49272
  "description": "The current value (controlled).",
49224
49273
  "name": "value",
49225
49274
  "parent": {
49226
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49227
- "name": "ProgressBaseProps"
49275
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49276
+ "name": "ValueBase"
49228
49277
  },
49229
49278
  "declarations": [
49230
49279
  {
49231
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49232
- "name": "ProgressBaseProps"
49280
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49281
+ "name": "ValueBase"
49233
49282
  }
49234
49283
  ],
49235
49284
  "required": false,
49236
49285
  "type": {
49237
- "name": "number"
49286
+ "name": "TimeValue | null"
49287
+ }
49288
+ },
49289
+ "defaultValue": {
49290
+ "defaultValue": null,
49291
+ "description": "The default value (uncontrolled).",
49292
+ "name": "defaultValue",
49293
+ "parent": {
49294
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49295
+ "name": "ValueBase"
49296
+ },
49297
+ "declarations": [
49298
+ {
49299
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49300
+ "name": "ValueBase"
49301
+ }
49302
+ ],
49303
+ "required": false,
49304
+ "type": {
49305
+ "name": "TimeValue | null"
49306
+ }
49307
+ },
49308
+ "onChange": {
49309
+ "defaultValue": null,
49310
+ "description": "Handler that is called when the value changes.",
49311
+ "name": "onChange",
49312
+ "parent": {
49313
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49314
+ "name": "ValueBase"
49315
+ },
49316
+ "declarations": [
49317
+ {
49318
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49319
+ "name": "ValueBase"
49320
+ }
49321
+ ],
49322
+ "required": false,
49323
+ "type": {
49324
+ "name": "((value: TimeValue | null) => void)"
49238
49325
  }
49239
49326
  },
49240
49327
  "id": {
@@ -49256,6 +49343,44 @@
49256
49343
  "name": "string"
49257
49344
  }
49258
49345
  },
49346
+ "name": {
49347
+ "defaultValue": null,
49348
+ "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).",
49349
+ "name": "name",
49350
+ "parent": {
49351
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49352
+ "name": "InputDOMProps"
49353
+ },
49354
+ "declarations": [
49355
+ {
49356
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49357
+ "name": "InputDOMProps"
49358
+ }
49359
+ ],
49360
+ "required": false,
49361
+ "type": {
49362
+ "name": "string"
49363
+ }
49364
+ },
49365
+ "form": {
49366
+ "defaultValue": null,
49367
+ "description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
49368
+ "name": "form",
49369
+ "parent": {
49370
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49371
+ "name": "InputDOMProps"
49372
+ },
49373
+ "declarations": [
49374
+ {
49375
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49376
+ "name": "InputDOMProps"
49377
+ }
49378
+ ],
49379
+ "required": false,
49380
+ "type": {
49381
+ "name": "string"
49382
+ }
49383
+ },
49259
49384
  "slot": {
49260
49385
  "defaultValue": null,
49261
49386
  "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.",
@@ -49275,63 +49400,44 @@
49275
49400
  "name": "string | null"
49276
49401
  }
49277
49402
  },
49278
- "formatOptions": {
49279
- "defaultValue": {
49280
- "value": "{style: 'percent'}"
49281
- },
49282
- "description": "The display format of the value label.",
49283
- "name": "formatOptions",
49284
- "parent": {
49285
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49286
- "name": "ProgressBarBaseProps"
49287
- },
49288
- "declarations": [
49289
- {
49290
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49291
- "name": "ProgressBarBaseProps"
49292
- }
49293
- ],
49294
- "required": false,
49295
- "type": {
49296
- "name": "NumberFormatOptions"
49297
- }
49298
- },
49299
- "isIndeterminate": {
49403
+ "aria-errormessage": {
49300
49404
  "defaultValue": null,
49301
- "description": "Whether presentation is indeterminate when progress isn't known.",
49302
- "name": "isIndeterminate",
49405
+ "description": "Identifies the element that provides an error message for the object.",
49406
+ "name": "aria-errormessage",
49303
49407
  "parent": {
49304
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49305
- "name": "ProgressBarProps"
49408
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49409
+ "name": "AriaValidationProps"
49306
49410
  },
49307
49411
  "declarations": [
49308
49412
  {
49309
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49310
- "name": "ProgressBarProps"
49413
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49414
+ "name": "AriaValidationProps"
49311
49415
  }
49312
49416
  ],
49313
49417
  "required": false,
49314
49418
  "type": {
49315
- "name": "boolean"
49419
+ "name": "string"
49316
49420
  }
49317
49421
  },
49318
- "valueLabel": {
49319
- "defaultValue": null,
49320
- "description": "The content to display as the value's label (e.g. 1 of 4).",
49321
- "name": "valueLabel",
49422
+ "orientation": {
49423
+ "defaultValue": {
49424
+ "value": "'vertical'"
49425
+ },
49426
+ "description": "The axis the Radio Button(s) should align with.",
49427
+ "name": "orientation",
49322
49428
  "parent": {
49323
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49324
- "name": "ProgressBarBaseProps"
49429
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
49430
+ "name": "RadioGroupProps"
49325
49431
  },
49326
49432
  "declarations": [
49327
49433
  {
49328
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49329
- "name": "ProgressBarBaseProps"
49434
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
49435
+ "name": "RadioGroupProps"
49330
49436
  }
49331
49437
  ],
49332
49438
  "required": false,
49333
49439
  "type": {
49334
- "name": "ReactNode"
49440
+ "name": "Orientation"
49335
49441
  }
49336
49442
  },
49337
49443
  "children": {
@@ -49349,21 +49455,6 @@
49349
49455
  "name": "ReactNode"
49350
49456
  }
49351
49457
  },
49352
- "status": {
49353
- "defaultValue": null,
49354
- "description": "The elements status",
49355
- "name": "status",
49356
- "declarations": [
49357
- {
49358
- "fileName": "components/src/lib/types/props.ts",
49359
- "name": "TypeLiteral"
49360
- }
49361
- ],
49362
- "required": false,
49363
- "type": {
49364
- "name": "Status"
49365
- }
49366
- },
49367
49458
  "wrapWith": {
49368
49459
  "defaultValue": null,
49369
49460
  "description": "",
@@ -49439,6 +49530,63 @@
49439
49530
  "type": {
49440
49531
  "name": "Key | null"
49441
49532
  }
49533
+ },
49534
+ "s": {
49535
+ "defaultValue": null,
49536
+ "description": "Column layout for container size s.",
49537
+ "name": "s",
49538
+ "parent": {
49539
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49540
+ "name": "ColumnLayoutProps"
49541
+ },
49542
+ "declarations": [
49543
+ {
49544
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49545
+ "name": "ColumnLayoutProps"
49546
+ }
49547
+ ],
49548
+ "required": false,
49549
+ "type": {
49550
+ "name": "(number | null)[]"
49551
+ }
49552
+ },
49553
+ "m": {
49554
+ "defaultValue": null,
49555
+ "description": "Column layout for container size m.",
49556
+ "name": "m",
49557
+ "parent": {
49558
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49559
+ "name": "ColumnLayoutProps"
49560
+ },
49561
+ "declarations": [
49562
+ {
49563
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49564
+ "name": "ColumnLayoutProps"
49565
+ }
49566
+ ],
49567
+ "required": false,
49568
+ "type": {
49569
+ "name": "(number | null)[]"
49570
+ }
49571
+ },
49572
+ "l": {
49573
+ "defaultValue": null,
49574
+ "description": "Column layout for container size l.",
49575
+ "name": "l",
49576
+ "parent": {
49577
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49578
+ "name": "ColumnLayoutProps"
49579
+ },
49580
+ "declarations": [
49581
+ {
49582
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49583
+ "name": "ColumnLayoutProps"
49584
+ }
49585
+ ],
49586
+ "required": false,
49587
+ "type": {
49588
+ "name": "(number | null)[]"
49589
+ }
49442
49590
  }
49443
49591
  }
49444
49592
  },
@@ -49446,11 +49594,91 @@
49446
49594
  "tags": {
49447
49595
  "flr-generate": "all"
49448
49596
  },
49449
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/RadioGroup.tsx",
49597
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ProgressBar/ProgressBar.tsx",
49450
49598
  "description": "",
49451
- "displayName": "RadioGroup",
49599
+ "displayName": "ProgressBar",
49452
49600
  "methods": [],
49453
49601
  "props": {
49602
+ "showMaxValue": {
49603
+ "defaultValue": null,
49604
+ "description": "Whether the max value should be displayed.",
49605
+ "name": "showMaxValue",
49606
+ "parent": {
49607
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49608
+ "name": "ProgressBarProps"
49609
+ },
49610
+ "declarations": [
49611
+ {
49612
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49613
+ "name": "ProgressBarProps"
49614
+ }
49615
+ ],
49616
+ "required": false,
49617
+ "type": {
49618
+ "name": "boolean"
49619
+ }
49620
+ },
49621
+ "size": {
49622
+ "defaultValue": {
49623
+ "value": "\"m\""
49624
+ },
49625
+ "description": "The size variant of the progress bar.",
49626
+ "name": "size",
49627
+ "parent": {
49628
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49629
+ "name": "ProgressBarProps"
49630
+ },
49631
+ "declarations": [
49632
+ {
49633
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49634
+ "name": "ProgressBarProps"
49635
+ }
49636
+ ],
49637
+ "required": false,
49638
+ "type": {
49639
+ "name": "\"s\" | \"m\" | \"l\""
49640
+ }
49641
+ },
49642
+ "segments": {
49643
+ "defaultValue": null,
49644
+ "description": "Divides the fill of the progress bar into segments",
49645
+ "name": "segments",
49646
+ "parent": {
49647
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49648
+ "name": "ProgressBarProps"
49649
+ },
49650
+ "declarations": [
49651
+ {
49652
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49653
+ "name": "ProgressBarProps"
49654
+ }
49655
+ ],
49656
+ "required": false,
49657
+ "type": {
49658
+ "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
49659
+ }
49660
+ },
49661
+ "showLegend": {
49662
+ "defaultValue": {
49663
+ "value": ":\ntrue"
49664
+ },
49665
+ "description": "Whether the legend component is shown when segments are used.",
49666
+ "name": "showLegend",
49667
+ "parent": {
49668
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49669
+ "name": "ProgressBarProps"
49670
+ },
49671
+ "declarations": [
49672
+ {
49673
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49674
+ "name": "ProgressBarProps"
49675
+ }
49676
+ ],
49677
+ "required": false,
49678
+ "type": {
49679
+ "name": "boolean"
49680
+ }
49681
+ },
49454
49682
  "className": {
49455
49683
  "defaultValue": {
49456
49684
  "value": "'react-aria-Tooltip'"
@@ -50878,234 +51106,67 @@
50878
51106
  "name": "TransitionEventHandler<HTMLDivElement>"
50879
51107
  }
50880
51108
  },
50881
- "validationBehavior": {
51109
+ "minValue": {
50882
51110
  "defaultValue": {
50883
- "value": "'native'"
50884
- },
50885
- "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.",
50886
- "name": "validationBehavior",
50887
- "parent": {
50888
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
50889
- "name": "RACValidation"
50890
- },
50891
- "declarations": [
50892
- {
50893
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
50894
- "name": "RACValidation"
50895
- }
50896
- ],
50897
- "required": false,
50898
- "type": {
50899
- "name": "\"native\" | \"aria\""
50900
- }
50901
- },
50902
- "isDisabled": {
50903
- "defaultValue": null,
50904
- "description": "Whether the input is disabled.",
50905
- "name": "isDisabled",
50906
- "parent": {
50907
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50908
- "name": "InputBase"
50909
- },
50910
- "declarations": [
50911
- {
50912
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50913
- "name": "InputBase"
50914
- }
50915
- ],
50916
- "required": false,
50917
- "type": {
50918
- "name": "boolean"
50919
- }
50920
- },
50921
- "isReadOnly": {
50922
- "defaultValue": null,
50923
- "description": "Whether the input can be selected but not changed by the user.",
50924
- "name": "isReadOnly",
50925
- "parent": {
50926
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50927
- "name": "InputBase"
50928
- },
50929
- "declarations": [
50930
- {
50931
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50932
- "name": "InputBase"
50933
- }
50934
- ],
50935
- "required": false,
50936
- "type": {
50937
- "name": "boolean"
50938
- }
50939
- },
50940
- "isRequired": {
50941
- "defaultValue": null,
50942
- "description": "Whether user input is required on the input before form submission.",
50943
- "name": "isRequired",
50944
- "parent": {
50945
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50946
- "name": "Validation"
50947
- },
50948
- "declarations": [
50949
- {
50950
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50951
- "name": "Validation"
50952
- }
50953
- ],
50954
- "required": false,
50955
- "type": {
50956
- "name": "boolean"
50957
- }
50958
- },
50959
- "isInvalid": {
50960
- "defaultValue": null,
50961
- "description": "Whether the input value is invalid.",
50962
- "name": "isInvalid",
50963
- "parent": {
50964
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50965
- "name": "Validation"
50966
- },
50967
- "declarations": [
50968
- {
50969
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50970
- "name": "Validation"
50971
- }
50972
- ],
50973
- "required": false,
50974
- "type": {
50975
- "name": "boolean"
50976
- }
50977
- },
50978
- "validate": {
50979
- "defaultValue": null,
50980
- "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.",
50981
- "name": "validate",
50982
- "parent": {
50983
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50984
- "name": "Validation"
51111
+ "value": "0"
50985
51112
  },
50986
- "declarations": [
50987
- {
50988
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50989
- "name": "Validation"
50990
- }
50991
- ],
50992
- "required": false,
50993
- "type": {
50994
- "name": "((value: TimeValue) => true | ValidationError | null)"
50995
- }
50996
- },
50997
- "onFocus": {
50998
- "defaultValue": null,
50999
- "description": "Handler that is called when the element receives focus.",
51000
- "name": "onFocus",
51113
+ "description": "The smallest value allowed for the input.",
51114
+ "name": "minValue",
51001
51115
  "parent": {
51002
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51003
- "name": "FocusEvents"
51116
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51117
+ "name": "ProgressBaseProps"
51004
51118
  },
51005
51119
  "declarations": [
51006
51120
  {
51007
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51008
- "name": "FocusEvents"
51121
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51122
+ "name": "ProgressBaseProps"
51009
51123
  }
51010
51124
  ],
51011
51125
  "required": false,
51012
51126
  "type": {
51013
- "name": "((e: FocusEvent<Element, Element>) => void)"
51127
+ "name": "number"
51014
51128
  }
51015
51129
  },
51016
- "onBlur": {
51017
- "defaultValue": null,
51018
- "description": "Handler that is called when the element loses focus.",
51019
- "name": "onBlur",
51020
- "parent": {
51021
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51022
- "name": "FocusEvents"
51130
+ "maxValue": {
51131
+ "defaultValue": {
51132
+ "value": "100"
51023
51133
  },
51024
- "declarations": [
51025
- {
51026
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51027
- "name": "FocusEvents"
51028
- }
51029
- ],
51030
- "required": false,
51031
- "type": {
51032
- "name": "((e: FocusEvent<Element, Element>) => void)"
51033
- }
51034
- },
51035
- "onFocusChange": {
51036
- "defaultValue": null,
51037
- "description": "Handler that is called when the element's focus status changes.",
51038
- "name": "onFocusChange",
51134
+ "description": "The largest value allowed for the input.",
51135
+ "name": "maxValue",
51039
51136
  "parent": {
51040
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51041
- "name": "FocusEvents"
51137
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51138
+ "name": "ProgressBaseProps"
51042
51139
  },
51043
51140
  "declarations": [
51044
51141
  {
51045
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51046
- "name": "FocusEvents"
51142
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51143
+ "name": "ProgressBaseProps"
51047
51144
  }
51048
51145
  ],
51049
51146
  "required": false,
51050
51147
  "type": {
51051
- "name": "((isFocused: boolean) => void)"
51148
+ "name": "number"
51052
51149
  }
51053
51150
  },
51054
51151
  "value": {
51055
- "defaultValue": null,
51152
+ "defaultValue": {
51153
+ "value": "0"
51154
+ },
51056
51155
  "description": "The current value (controlled).",
51057
51156
  "name": "value",
51058
51157
  "parent": {
51059
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51060
- "name": "ValueBase"
51061
- },
51062
- "declarations": [
51063
- {
51064
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51065
- "name": "ValueBase"
51066
- }
51067
- ],
51068
- "required": false,
51069
- "type": {
51070
- "name": "TimeValue | null"
51071
- }
51072
- },
51073
- "defaultValue": {
51074
- "defaultValue": null,
51075
- "description": "The default value (uncontrolled).",
51076
- "name": "defaultValue",
51077
- "parent": {
51078
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51079
- "name": "ValueBase"
51080
- },
51081
- "declarations": [
51082
- {
51083
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51084
- "name": "ValueBase"
51085
- }
51086
- ],
51087
- "required": false,
51088
- "type": {
51089
- "name": "TimeValue | null"
51090
- }
51091
- },
51092
- "onChange": {
51093
- "defaultValue": null,
51094
- "description": "Handler that is called when the value changes.",
51095
- "name": "onChange",
51096
- "parent": {
51097
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51098
- "name": "ValueBase"
51158
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51159
+ "name": "ProgressBaseProps"
51099
51160
  },
51100
51161
  "declarations": [
51101
51162
  {
51102
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51103
- "name": "ValueBase"
51163
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51164
+ "name": "ProgressBaseProps"
51104
51165
  }
51105
51166
  ],
51106
51167
  "required": false,
51107
51168
  "type": {
51108
- "name": "((value: TimeValue | null) => void)"
51169
+ "name": "number"
51109
51170
  }
51110
51171
  },
51111
51172
  "id": {
@@ -51127,116 +51188,112 @@
51127
51188
  "name": "string"
51128
51189
  }
51129
51190
  },
51130
- "name": {
51191
+ "slot": {
51131
51192
  "defaultValue": null,
51132
- "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).",
51133
- "name": "name",
51193
+ "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.",
51194
+ "name": "slot",
51134
51195
  "parent": {
51135
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51136
- "name": "InputDOMProps"
51196
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
51197
+ "name": "SlotProps"
51137
51198
  },
51138
51199
  "declarations": [
51139
51200
  {
51140
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51141
- "name": "InputDOMProps"
51201
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
51202
+ "name": "SlotProps"
51142
51203
  }
51143
51204
  ],
51144
51205
  "required": false,
51145
51206
  "type": {
51146
- "name": "string"
51207
+ "name": "string | null"
51147
51208
  }
51148
51209
  },
51149
- "form": {
51150
- "defaultValue": null,
51151
- "description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
51152
- "name": "form",
51210
+ "formatOptions": {
51211
+ "defaultValue": {
51212
+ "value": "{style: 'percent'}"
51213
+ },
51214
+ "description": "The display format of the value label.",
51215
+ "name": "formatOptions",
51153
51216
  "parent": {
51154
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51155
- "name": "InputDOMProps"
51217
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51218
+ "name": "ProgressBarBaseProps"
51156
51219
  },
51157
51220
  "declarations": [
51158
51221
  {
51159
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51160
- "name": "InputDOMProps"
51222
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51223
+ "name": "ProgressBarBaseProps"
51161
51224
  }
51162
51225
  ],
51163
51226
  "required": false,
51164
51227
  "type": {
51165
- "name": "string"
51228
+ "name": "NumberFormatOptions"
51166
51229
  }
51167
51230
  },
51168
- "slot": {
51231
+ "isIndeterminate": {
51169
51232
  "defaultValue": null,
51170
- "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.",
51171
- "name": "slot",
51233
+ "description": "Whether presentation is indeterminate when progress isn't known.",
51234
+ "name": "isIndeterminate",
51172
51235
  "parent": {
51173
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
51174
- "name": "SlotProps"
51236
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51237
+ "name": "ProgressBarProps"
51175
51238
  },
51176
51239
  "declarations": [
51177
51240
  {
51178
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
51179
- "name": "SlotProps"
51241
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51242
+ "name": "ProgressBarProps"
51180
51243
  }
51181
51244
  ],
51182
51245
  "required": false,
51183
51246
  "type": {
51184
- "name": "string | null"
51247
+ "name": "boolean"
51185
51248
  }
51186
51249
  },
51187
- "aria-errormessage": {
51250
+ "valueLabel": {
51188
51251
  "defaultValue": null,
51189
- "description": "Identifies the element that provides an error message for the object.",
51190
- "name": "aria-errormessage",
51252
+ "description": "The content to display as the value's label (e.g. 1 of 4).",
51253
+ "name": "valueLabel",
51191
51254
  "parent": {
51192
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51193
- "name": "AriaValidationProps"
51255
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51256
+ "name": "ProgressBarBaseProps"
51194
51257
  },
51195
51258
  "declarations": [
51196
51259
  {
51197
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51198
- "name": "AriaValidationProps"
51260
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51261
+ "name": "ProgressBarBaseProps"
51199
51262
  }
51200
51263
  ],
51201
51264
  "required": false,
51202
51265
  "type": {
51203
- "name": "string"
51266
+ "name": "ReactNode"
51204
51267
  }
51205
51268
  },
51206
- "orientation": {
51207
- "defaultValue": {
51208
- "value": "'vertical'"
51209
- },
51210
- "description": "The axis the Radio Button(s) should align with.",
51211
- "name": "orientation",
51212
- "parent": {
51213
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
51214
- "name": "RadioGroupProps"
51215
- },
51269
+ "children": {
51270
+ "defaultValue": null,
51271
+ "description": "",
51272
+ "name": "children",
51216
51273
  "declarations": [
51217
51274
  {
51218
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
51219
- "name": "RadioGroupProps"
51275
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
51276
+ "name": "TypeLiteral"
51220
51277
  }
51221
51278
  ],
51222
51279
  "required": false,
51223
51280
  "type": {
51224
- "name": "Orientation"
51281
+ "name": "ReactNode"
51225
51282
  }
51226
51283
  },
51227
- "children": {
51284
+ "status": {
51228
51285
  "defaultValue": null,
51229
- "description": "",
51230
- "name": "children",
51286
+ "description": "The elements status",
51287
+ "name": "status",
51231
51288
  "declarations": [
51232
51289
  {
51233
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
51290
+ "fileName": "components/src/lib/types/props.ts",
51234
51291
  "name": "TypeLiteral"
51235
51292
  }
51236
51293
  ],
51237
51294
  "required": false,
51238
51295
  "type": {
51239
- "name": "ReactNode"
51296
+ "name": "Status"
51240
51297
  }
51241
51298
  },
51242
51299
  "wrapWith": {
@@ -51314,63 +51371,6 @@
51314
51371
  "type": {
51315
51372
  "name": "Key | null"
51316
51373
  }
51317
- },
51318
- "s": {
51319
- "defaultValue": null,
51320
- "description": "Column layout for container size s.",
51321
- "name": "s",
51322
- "parent": {
51323
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51324
- "name": "ColumnLayoutProps"
51325
- },
51326
- "declarations": [
51327
- {
51328
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51329
- "name": "ColumnLayoutProps"
51330
- }
51331
- ],
51332
- "required": false,
51333
- "type": {
51334
- "name": "(number | null)[]"
51335
- }
51336
- },
51337
- "m": {
51338
- "defaultValue": null,
51339
- "description": "Column layout for container size m.",
51340
- "name": "m",
51341
- "parent": {
51342
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51343
- "name": "ColumnLayoutProps"
51344
- },
51345
- "declarations": [
51346
- {
51347
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51348
- "name": "ColumnLayoutProps"
51349
- }
51350
- ],
51351
- "required": false,
51352
- "type": {
51353
- "name": "(number | null)[]"
51354
- }
51355
- },
51356
- "l": {
51357
- "defaultValue": null,
51358
- "description": "Column layout for container size l.",
51359
- "name": "l",
51360
- "parent": {
51361
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51362
- "name": "ColumnLayoutProps"
51363
- },
51364
- "declarations": [
51365
- {
51366
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51367
- "name": "ColumnLayoutProps"
51368
- }
51369
- ],
51370
- "required": false,
51371
- "type": {
51372
- "name": "(number | null)[]"
51373
- }
51374
51374
  }
51375
51375
  }
51376
51376
  },
@@ -219991,6 +219991,30 @@
219991
219991
  "methods": [],
219992
219992
  "props": {}
219993
219993
  },
219994
+ {
219995
+ "tags": {},
219996
+ "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
219997
+ "description": "",
219998
+ "displayName": "BrowserOnly",
219999
+ "methods": [],
220000
+ "props": {
220001
+ "children": {
220002
+ "defaultValue": null,
220003
+ "description": "",
220004
+ "name": "children",
220005
+ "declarations": [
220006
+ {
220007
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
220008
+ "name": "TypeLiteral"
220009
+ }
220010
+ ],
220011
+ "required": false,
220012
+ "type": {
220013
+ "name": "ReactNode"
220014
+ }
220015
+ }
220016
+ }
220017
+ },
219994
220018
  {
219995
220019
  "tags": {
219996
220020
  "flr-generate": "all"
@@ -222349,30 +222373,6 @@
222349
222373
  }
222350
222374
  }
222351
222375
  },
222352
- {
222353
- "tags": {},
222354
- "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
222355
- "description": "",
222356
- "displayName": "BrowserOnly",
222357
- "methods": [],
222358
- "props": {
222359
- "children": {
222360
- "defaultValue": null,
222361
- "description": "",
222362
- "name": "children",
222363
- "declarations": [
222364
- {
222365
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
222366
- "name": "TypeLiteral"
222367
- }
222368
- ],
222369
- "required": false,
222370
- "type": {
222371
- "name": "ReactNode"
222372
- }
222373
- }
222374
- }
222375
- },
222376
222376
  {
222377
222377
  "tags": {
222378
222378
  "flr-generate": "all"
@@ -258413,10 +258413,10 @@
258413
258413
  "name": "() => ArrayIterator<any>"
258414
258414
  }
258415
258415
  },
258416
- "__@unscopables@3186": {
258416
+ "__@unscopables@3218": {
258417
258417
  "defaultValue": null,
258418
258418
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258419
- "name": "__@unscopables@3186",
258419
+ "name": "__@unscopables@3218",
258420
258420
  "parent": {
258421
258421
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258422
258422
  "name": "Array"
@@ -259249,10 +259249,10 @@
259249
259249
  "name": "() => ArrayIterator<any>"
259250
259250
  }
259251
259251
  },
259252
- "__@unscopables@3186": {
259252
+ "__@unscopables@3218": {
259253
259253
  "defaultValue": null,
259254
259254
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
259255
- "name": "__@unscopables@3186",
259255
+ "name": "__@unscopables@3218",
259256
259256
  "parent": {
259257
259257
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
259258
259258
  "name": "Array"
@@ -260085,10 +260085,10 @@
260085
260085
  "name": "() => ArrayIterator<any>"
260086
260086
  }
260087
260087
  },
260088
- "__@unscopables@3186": {
260088
+ "__@unscopables@3218": {
260089
260089
  "defaultValue": null,
260090
260090
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
260091
- "name": "__@unscopables@3186",
260091
+ "name": "__@unscopables@3218",
260092
260092
  "parent": {
260093
260093
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
260094
260094
  "name": "Array"
@@ -260921,10 +260921,10 @@
260921
260921
  "name": "() => ArrayIterator<any>"
260922
260922
  }
260923
260923
  },
260924
- "__@unscopables@3186": {
260924
+ "__@unscopables@3218": {
260925
260925
  "defaultValue": null,
260926
260926
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
260927
- "name": "__@unscopables@3186",
260927
+ "name": "__@unscopables@3218",
260928
260928
  "parent": {
260929
260929
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
260930
260930
  "name": "Array"
@@ -261757,10 +261757,10 @@
261757
261757
  "name": "() => ArrayIterator<any>"
261758
261758
  }
261759
261759
  },
261760
- "__@unscopables@3186": {
261760
+ "__@unscopables@3218": {
261761
261761
  "defaultValue": null,
261762
261762
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
261763
- "name": "__@unscopables@3186",
261763
+ "name": "__@unscopables@3218",
261764
261764
  "parent": {
261765
261765
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
261766
261766
  "name": "Array"
@@ -270559,6 +270559,25 @@
270559
270559
  "name": "boolean"
270560
270560
  }
270561
270561
  },
270562
+ "autoReset": {
270563
+ "defaultValue": null,
270564
+ "description": "",
270565
+ "name": "autoReset",
270566
+ "parent": {
270567
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
270568
+ "name": "FormProps"
270569
+ },
270570
+ "declarations": [
270571
+ {
270572
+ "fileName": "components/src/integrations/react-hook-form/components/Form/Form.tsx",
270573
+ "name": "FormProps"
270574
+ }
270575
+ ],
270576
+ "required": false,
270577
+ "type": {
270578
+ "name": "boolean | FormAutoResetOptions"
270579
+ }
270580
+ },
270562
270581
  "children": {
270563
270582
  "defaultValue": null,
270564
270583
  "description": "",
@@ -276798,30 +276817,6 @@
276798
276817
  }
276799
276818
  }
276800
276819
  },
276801
- {
276802
- "tags": {},
276803
- "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
276804
- "description": "",
276805
- "displayName": "RouterProvider",
276806
- "methods": [],
276807
- "props": {
276808
- "children": {
276809
- "defaultValue": null,
276810
- "description": "",
276811
- "name": "children",
276812
- "declarations": [
276813
- {
276814
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
276815
- "name": "TypeLiteral"
276816
- }
276817
- ],
276818
- "required": false,
276819
- "type": {
276820
- "name": "ReactNode"
276821
- }
276822
- }
276823
- }
276824
- },
276825
276820
  {
276826
276821
  "tags": {
276827
276822
  "deprecated": "Use RouterProvider instead"
@@ -282324,6 +282319,30 @@
282324
282319
  }
282325
282320
  }
282326
282321
  },
282322
+ {
282323
+ "tags": {},
282324
+ "filePath": "src/integrations/nextjs/components/RouterProvider/RouterProvider.tsx",
282325
+ "description": "",
282326
+ "displayName": "RouterProvider",
282327
+ "methods": [],
282328
+ "props": {
282329
+ "children": {
282330
+ "defaultValue": null,
282331
+ "description": "",
282332
+ "name": "children",
282333
+ "declarations": [
282334
+ {
282335
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
282336
+ "name": "TypeLiteral"
282337
+ }
282338
+ ],
282339
+ "required": false,
282340
+ "type": {
282341
+ "name": "ReactNode"
282342
+ }
282343
+ }
282344
+ }
282345
+ },
282327
282346
  {
282328
282347
  "tags": {
282329
282348
  "flr-generate": "all"
@@ -284267,6 +284286,72 @@
284267
284286
  }
284268
284287
  }
284269
284288
  },
284289
+ {
284290
+ "tags": {},
284291
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
284292
+ "description": "",
284293
+ "displayName": "TabList",
284294
+ "methods": [],
284295
+ "props": {
284296
+ "selection": {
284297
+ "defaultValue": null,
284298
+ "description": "",
284299
+ "name": "selection",
284300
+ "parent": {
284301
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284302
+ "name": "Props"
284303
+ },
284304
+ "declarations": [
284305
+ {
284306
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284307
+ "name": "Props"
284308
+ }
284309
+ ],
284310
+ "required": true,
284311
+ "type": {
284312
+ "name": "Key | undefined"
284313
+ }
284314
+ },
284315
+ "onContextMenuSelectionChange": {
284316
+ "defaultValue": null,
284317
+ "description": "",
284318
+ "name": "onContextMenuSelectionChange",
284319
+ "parent": {
284320
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284321
+ "name": "Props"
284322
+ },
284323
+ "declarations": [
284324
+ {
284325
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284326
+ "name": "Props"
284327
+ }
284328
+ ],
284329
+ "required": true,
284330
+ "type": {
284331
+ "name": "(key: Key) => void"
284332
+ }
284333
+ },
284334
+ "disabledKeys": {
284335
+ "defaultValue": null,
284336
+ "description": "",
284337
+ "name": "disabledKeys",
284338
+ "parent": {
284339
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284340
+ "name": "Props"
284341
+ },
284342
+ "declarations": [
284343
+ {
284344
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
284345
+ "name": "Props"
284346
+ }
284347
+ ],
284348
+ "required": false,
284349
+ "type": {
284350
+ "name": "Iterable<Key>"
284351
+ }
284352
+ }
284353
+ }
284354
+ },
284270
284355
  {
284271
284356
  "tags": {
284272
284357
  "flr-generate": "all"
@@ -285760,72 +285845,6 @@
285760
285845
  }
285761
285846
  }
285762
285847
  },
285763
- {
285764
- "tags": {},
285765
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
285766
- "description": "",
285767
- "displayName": "TabList",
285768
- "methods": [],
285769
- "props": {
285770
- "selection": {
285771
- "defaultValue": null,
285772
- "description": "",
285773
- "name": "selection",
285774
- "parent": {
285775
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
285776
- "name": "Props"
285777
- },
285778
- "declarations": [
285779
- {
285780
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
285781
- "name": "Props"
285782
- }
285783
- ],
285784
- "required": true,
285785
- "type": {
285786
- "name": "Key | undefined"
285787
- }
285788
- },
285789
- "onContextMenuSelectionChange": {
285790
- "defaultValue": null,
285791
- "description": "",
285792
- "name": "onContextMenuSelectionChange",
285793
- "parent": {
285794
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
285795
- "name": "Props"
285796
- },
285797
- "declarations": [
285798
- {
285799
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
285800
- "name": "Props"
285801
- }
285802
- ],
285803
- "required": true,
285804
- "type": {
285805
- "name": "(key: Key) => void"
285806
- }
285807
- },
285808
- "disabledKeys": {
285809
- "defaultValue": null,
285810
- "description": "",
285811
- "name": "disabledKeys",
285812
- "parent": {
285813
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
285814
- "name": "Props"
285815
- },
285816
- "declarations": [
285817
- {
285818
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
285819
- "name": "Props"
285820
- }
285821
- ],
285822
- "required": false,
285823
- "type": {
285824
- "name": "Iterable<Key>"
285825
- }
285826
- }
285827
- }
285828
- },
285829
285848
  {
285830
285849
  "tags": {
285831
285850
  "flr-generate": "all"
@@ -297452,9 +297471,9 @@
297452
297471
  "tags": {
297453
297472
  "flr-generate": "all"
297454
297473
  },
297455
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
297474
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
297456
297475
  "description": "",
297457
- "displayName": "RadioButton",
297476
+ "displayName": "Radio",
297458
297477
  "methods": [],
297459
297478
  "props": {
297460
297479
  "className": {
@@ -299342,9 +299361,9 @@
299342
299361
  "tags": {
299343
299362
  "flr-generate": "all"
299344
299363
  },
299345
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
299364
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
299346
299365
  "description": "",
299347
- "displayName": "Radio",
299366
+ "displayName": "RadioButton",
299348
299367
  "methods": [],
299349
299368
  "props": {
299350
299369
  "className": {
@@ -301228,6 +301247,34 @@
301228
301247
  }
301229
301248
  }
301230
301249
  },
301250
+ {
301251
+ "tags": {},
301252
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
301253
+ "description": "",
301254
+ "displayName": "PopoverTip",
301255
+ "methods": [],
301256
+ "props": {
301257
+ "className": {
301258
+ "defaultValue": null,
301259
+ "description": "The elements class name.",
301260
+ "name": "className",
301261
+ "parent": {
301262
+ "fileName": "components/src/lib/types/props.ts",
301263
+ "name": "PropsWithClassName"
301264
+ },
301265
+ "declarations": [
301266
+ {
301267
+ "fileName": "components/src/lib/types/props.ts",
301268
+ "name": "PropsWithClassName"
301269
+ }
301270
+ ],
301271
+ "required": false,
301272
+ "type": {
301273
+ "name": "string"
301274
+ }
301275
+ }
301276
+ }
301277
+ },
301231
301278
  {
301232
301279
  "tags": {},
301233
301280
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
@@ -301366,34 +301413,6 @@
301366
301413
  }
301367
301414
  }
301368
301415
  },
301369
- {
301370
- "tags": {},
301371
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
301372
- "description": "",
301373
- "displayName": "PopoverTip",
301374
- "methods": [],
301375
- "props": {
301376
- "className": {
301377
- "defaultValue": null,
301378
- "description": "The elements class name.",
301379
- "name": "className",
301380
- "parent": {
301381
- "fileName": "components/src/lib/types/props.ts",
301382
- "name": "PropsWithClassName"
301383
- },
301384
- "declarations": [
301385
- {
301386
- "fileName": "components/src/lib/types/props.ts",
301387
- "name": "PropsWithClassName"
301388
- }
301389
- ],
301390
- "required": false,
301391
- "type": {
301392
- "name": "string"
301393
- }
301394
- }
301395
- }
301396
- },
301397
301416
  {
301398
301417
  "tags": {
301399
301418
  "flr-generate": "all"
@@ -301622,71 +301641,67 @@
301622
301641
  }
301623
301642
  },
301624
301643
  {
301625
- "tags": {
301626
- "internal": ""
301627
- },
301628
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301644
+ "tags": {},
301645
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301629
301646
  "description": "",
301630
- "displayName": "TogglePasswordVisibilityButton",
301647
+ "displayName": "ValidationResultButton",
301631
301648
  "methods": [],
301632
301649
  "props": {
301633
- "isDisabled": {
301634
- "defaultValue": {
301635
- "value": "false"
301636
- },
301650
+ "policyValidationResult": {
301651
+ "defaultValue": null,
301637
301652
  "description": "",
301638
- "name": "isDisabled",
301653
+ "name": "policyValidationResult",
301639
301654
  "parent": {
301640
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301655
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301641
301656
  "name": "Props"
301642
301657
  },
301643
301658
  "declarations": [
301644
301659
  {
301645
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301660
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301646
301661
  "name": "Props"
301647
301662
  }
301648
301663
  ],
301649
301664
  "required": false,
301650
301665
  "type": {
301651
- "name": "boolean"
301666
+ "name": "ResolvedPolicyValidationResult"
301652
301667
  }
301653
301668
  },
301654
- "isVisible": {
301669
+ "isDisabled": {
301655
301670
  "defaultValue": null,
301656
301671
  "description": "",
301657
- "name": "isVisible",
301672
+ "name": "isDisabled",
301658
301673
  "parent": {
301659
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301674
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301660
301675
  "name": "Props"
301661
301676
  },
301662
301677
  "declarations": [
301663
301678
  {
301664
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301679
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301665
301680
  "name": "Props"
301666
301681
  }
301667
301682
  ],
301668
- "required": true,
301683
+ "required": false,
301669
301684
  "type": {
301670
301685
  "name": "boolean"
301671
301686
  }
301672
301687
  },
301673
- "onPress": {
301688
+ "isEmptyValue": {
301674
301689
  "defaultValue": null,
301675
301690
  "description": "",
301676
- "name": "onPress",
301691
+ "name": "isEmptyValue",
301677
301692
  "parent": {
301678
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301693
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301679
301694
  "name": "Props"
301680
301695
  },
301681
301696
  "declarations": [
301682
301697
  {
301683
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301698
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301684
301699
  "name": "Props"
301685
301700
  }
301686
301701
  ],
301687
301702
  "required": true,
301688
301703
  "type": {
301689
- "name": "ActionFn"
301704
+ "name": "boolean"
301690
301705
  }
301691
301706
  },
301692
301707
  "className": {
@@ -301711,67 +301726,71 @@
301711
301726
  }
301712
301727
  },
301713
301728
  {
301714
- "tags": {},
301715
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301729
+ "tags": {
301730
+ "internal": ""
301731
+ },
301732
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301716
301733
  "description": "",
301717
- "displayName": "ValidationResultButton",
301734
+ "displayName": "TogglePasswordVisibilityButton",
301718
301735
  "methods": [],
301719
301736
  "props": {
301720
- "policyValidationResult": {
301721
- "defaultValue": null,
301737
+ "isDisabled": {
301738
+ "defaultValue": {
301739
+ "value": "false"
301740
+ },
301722
301741
  "description": "",
301723
- "name": "policyValidationResult",
301742
+ "name": "isDisabled",
301724
301743
  "parent": {
301725
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301744
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301726
301745
  "name": "Props"
301727
301746
  },
301728
301747
  "declarations": [
301729
301748
  {
301730
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301749
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301731
301750
  "name": "Props"
301732
301751
  }
301733
301752
  ],
301734
301753
  "required": false,
301735
301754
  "type": {
301736
- "name": "ResolvedPolicyValidationResult"
301755
+ "name": "boolean"
301737
301756
  }
301738
301757
  },
301739
- "isDisabled": {
301758
+ "isVisible": {
301740
301759
  "defaultValue": null,
301741
301760
  "description": "",
301742
- "name": "isDisabled",
301761
+ "name": "isVisible",
301743
301762
  "parent": {
301744
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301763
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301745
301764
  "name": "Props"
301746
301765
  },
301747
301766
  "declarations": [
301748
301767
  {
301749
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301768
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301750
301769
  "name": "Props"
301751
301770
  }
301752
301771
  ],
301753
- "required": false,
301772
+ "required": true,
301754
301773
  "type": {
301755
301774
  "name": "boolean"
301756
301775
  }
301757
301776
  },
301758
- "isEmptyValue": {
301777
+ "onPress": {
301759
301778
  "defaultValue": null,
301760
301779
  "description": "",
301761
- "name": "isEmptyValue",
301780
+ "name": "onPress",
301762
301781
  "parent": {
301763
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301782
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301764
301783
  "name": "Props"
301765
301784
  },
301766
301785
  "declarations": [
301767
301786
  {
301768
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
301787
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
301769
301788
  "name": "Props"
301770
301789
  }
301771
301790
  ],
301772
301791
  "required": true,
301773
301792
  "type": {
301774
- "name": "boolean"
301793
+ "name": "ActionFn"
301775
301794
  }
301776
301795
  },
301777
301796
  "className": {
@@ -301929,6 +301948,93 @@
301929
301948
  }
301930
301949
  }
301931
301950
  },
301951
+ {
301952
+ "tags": {
301953
+ "flr-generate": "all"
301954
+ },
301955
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
301956
+ "description": "",
301957
+ "displayName": "DialogTrigger",
301958
+ "methods": [],
301959
+ "props": {
301960
+ "children": {
301961
+ "defaultValue": null,
301962
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
301963
+ "name": "children",
301964
+ "parent": {
301965
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
301966
+ "name": "TableProps"
301967
+ },
301968
+ "declarations": [
301969
+ {
301970
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
301971
+ "name": "TableProps"
301972
+ }
301973
+ ],
301974
+ "required": false,
301975
+ "type": {
301976
+ "name": "ReactNode"
301977
+ }
301978
+ },
301979
+ "isOpen": {
301980
+ "defaultValue": null,
301981
+ "description": "Whether the element is rendered.",
301982
+ "name": "isOpen",
301983
+ "parent": {
301984
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
301985
+ "name": "PositionProps"
301986
+ },
301987
+ "declarations": [
301988
+ {
301989
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
301990
+ "name": "PositionProps"
301991
+ }
301992
+ ],
301993
+ "required": false,
301994
+ "type": {
301995
+ "name": "boolean"
301996
+ }
301997
+ },
301998
+ "defaultOpen": {
301999
+ "defaultValue": null,
302000
+ "description": "Whether the overlay is open by default (uncontrolled).",
302001
+ "name": "defaultOpen",
302002
+ "parent": {
302003
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302004
+ "name": "OverlayTriggerProps"
302005
+ },
302006
+ "declarations": [
302007
+ {
302008
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302009
+ "name": "OverlayTriggerProps"
302010
+ }
302011
+ ],
302012
+ "required": false,
302013
+ "type": {
302014
+ "name": "boolean"
302015
+ }
302016
+ },
302017
+ "onOpenChange": {
302018
+ "defaultValue": null,
302019
+ "description": "Handler that is called when the overlay's open state changes.",
302020
+ "name": "onOpenChange",
302021
+ "parent": {
302022
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302023
+ "name": "OverlayTriggerProps"
302024
+ },
302025
+ "declarations": [
302026
+ {
302027
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302028
+ "name": "OverlayTriggerProps"
302029
+ }
302030
+ ],
302031
+ "required": false,
302032
+ "type": {
302033
+ "name": "((isOpen: boolean) => void)"
302034
+ }
302035
+ }
302036
+ }
302037
+ },
301932
302038
  {
301933
302039
  "tags": {
301934
302040
  "flr-generate": "all"
@@ -302113,93 +302219,6 @@
302113
302219
  }
302114
302220
  }
302115
302221
  },
302116
- {
302117
- "tags": {
302118
- "flr-generate": "all"
302119
- },
302120
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
302121
- "description": "",
302122
- "displayName": "DialogTrigger",
302123
- "methods": [],
302124
- "props": {
302125
- "children": {
302126
- "defaultValue": null,
302127
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
302128
- "name": "children",
302129
- "parent": {
302130
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
302131
- "name": "TableProps"
302132
- },
302133
- "declarations": [
302134
- {
302135
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
302136
- "name": "TableProps"
302137
- }
302138
- ],
302139
- "required": false,
302140
- "type": {
302141
- "name": "ReactNode"
302142
- }
302143
- },
302144
- "isOpen": {
302145
- "defaultValue": null,
302146
- "description": "Whether the element is rendered.",
302147
- "name": "isOpen",
302148
- "parent": {
302149
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302150
- "name": "PositionProps"
302151
- },
302152
- "declarations": [
302153
- {
302154
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302155
- "name": "PositionProps"
302156
- }
302157
- ],
302158
- "required": false,
302159
- "type": {
302160
- "name": "boolean"
302161
- }
302162
- },
302163
- "defaultOpen": {
302164
- "defaultValue": null,
302165
- "description": "Whether the overlay is open by default (uncontrolled).",
302166
- "name": "defaultOpen",
302167
- "parent": {
302168
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302169
- "name": "OverlayTriggerProps"
302170
- },
302171
- "declarations": [
302172
- {
302173
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302174
- "name": "OverlayTriggerProps"
302175
- }
302176
- ],
302177
- "required": false,
302178
- "type": {
302179
- "name": "boolean"
302180
- }
302181
- },
302182
- "onOpenChange": {
302183
- "defaultValue": null,
302184
- "description": "Handler that is called when the overlay's open state changes.",
302185
- "name": "onOpenChange",
302186
- "parent": {
302187
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302188
- "name": "OverlayTriggerProps"
302189
- },
302190
- "declarations": [
302191
- {
302192
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.4/node_modules/@react-types/overlays/src/index.d.ts",
302193
- "name": "OverlayTriggerProps"
302194
- }
302195
- ],
302196
- "required": false,
302197
- "type": {
302198
- "name": "((isOpen: boolean) => void)"
302199
- }
302200
- }
302201
- }
302202
- },
302203
302222
  {
302204
302223
  "tags": {
302205
302224
  "flr-generate": "all"
@@ -313357,175 +313376,6 @@
313357
313376
  }
313358
313377
  }
313359
313378
  },
313360
- {
313361
- "tags": {
313362
- "flr-generate": "all"
313363
- },
313364
- "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
313365
- "description": "",
313366
- "displayName": "Line",
313367
- "methods": [],
313368
- "props": {
313369
- "color": {
313370
- "defaultValue": {
313371
- "value": "\"sea-green\""
313372
- },
313373
- "description": "The color of the line.",
313374
- "name": "color",
313375
- "parent": {
313376
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313377
- "name": "LineProps"
313378
- },
313379
- "declarations": [
313380
- {
313381
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313382
- "name": "LineProps"
313383
- }
313384
- ],
313385
- "required": false,
313386
- "type": {
313387
- "name": "CategoricalWithCustomColor"
313388
- }
313389
- },
313390
- "className": {
313391
- "defaultValue": null,
313392
- "description": "",
313393
- "name": "className",
313394
- "parent": {
313395
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313396
- "name": "HTMLAttributes"
313397
- },
313398
- "declarations": [
313399
- {
313400
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313401
- "name": "HTMLAttributes"
313402
- }
313403
- ],
313404
- "required": false,
313405
- "type": {
313406
- "name": "string"
313407
- }
313408
- },
313409
- "key": {
313410
- "defaultValue": null,
313411
- "description": "",
313412
- "name": "key",
313413
- "parent": {
313414
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313415
- "name": "Attributes"
313416
- },
313417
- "declarations": [
313418
- {
313419
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313420
- "name": "Attributes"
313421
- }
313422
- ],
313423
- "required": false,
313424
- "type": {
313425
- "name": "Key | null"
313426
- }
313427
- },
313428
- "type": {
313429
- "defaultValue": null,
313430
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
313431
- "name": "type",
313432
- "parent": {
313433
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313434
- "name": "CurveProps"
313435
- },
313436
- "declarations": [
313437
- {
313438
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313439
- "name": "CurveProps"
313440
- },
313441
- {
313442
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313443
- "name": "LineProps"
313444
- }
313445
- ],
313446
- "required": false,
313447
- "type": {
313448
- "name": "CurveType"
313449
- }
313450
- },
313451
- "dataKey": {
313452
- "defaultValue": null,
313453
- "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
313454
- "name": "dataKey",
313455
- "parent": {
313456
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313457
- "name": "LineProps"
313458
- },
313459
- "declarations": [
313460
- {
313461
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313462
- "name": "LineProps"
313463
- }
313464
- ],
313465
- "required": false,
313466
- "type": {
313467
- "name": "DataKey<any>"
313468
- }
313469
- },
313470
- "unit": {
313471
- "defaultValue": null,
313472
- "description": "The unit of data. This option will be used in tooltip.",
313473
- "name": "unit",
313474
- "parent": {
313475
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313476
- "name": "LineProps"
313477
- },
313478
- "declarations": [
313479
- {
313480
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313481
- "name": "LineProps"
313482
- }
313483
- ],
313484
- "required": false,
313485
- "type": {
313486
- "name": "string | number | null"
313487
- }
313488
- },
313489
- "xAxisId": {
313490
- "defaultValue": null,
313491
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
313492
- "name": "xAxisId",
313493
- "parent": {
313494
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313495
- "name": "LineProps"
313496
- },
313497
- "declarations": [
313498
- {
313499
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313500
- "name": "LineProps"
313501
- }
313502
- ],
313503
- "required": false,
313504
- "type": {
313505
- "name": "AxisId"
313506
- }
313507
- },
313508
- "yAxisId": {
313509
- "defaultValue": null,
313510
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
313511
- "name": "yAxisId",
313512
- "parent": {
313513
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313514
- "name": "LineProps"
313515
- },
313516
- "declarations": [
313517
- {
313518
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313519
- "name": "LineProps"
313520
- }
313521
- ],
313522
- "required": false,
313523
- "type": {
313524
- "name": "AxisId"
313525
- }
313526
- }
313527
- }
313528
- },
313529
313379
  {
313530
313380
  "tags": {
313531
313381
  "flr-generate": "all"
@@ -313784,6 +313634,175 @@
313784
313634
  }
313785
313635
  }
313786
313636
  },
313637
+ {
313638
+ "tags": {
313639
+ "flr-generate": "all"
313640
+ },
313641
+ "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
313642
+ "description": "",
313643
+ "displayName": "Line",
313644
+ "methods": [],
313645
+ "props": {
313646
+ "color": {
313647
+ "defaultValue": {
313648
+ "value": "\"sea-green\""
313649
+ },
313650
+ "description": "The color of the line.",
313651
+ "name": "color",
313652
+ "parent": {
313653
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313654
+ "name": "LineProps"
313655
+ },
313656
+ "declarations": [
313657
+ {
313658
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313659
+ "name": "LineProps"
313660
+ }
313661
+ ],
313662
+ "required": false,
313663
+ "type": {
313664
+ "name": "CategoricalWithCustomColor"
313665
+ }
313666
+ },
313667
+ "className": {
313668
+ "defaultValue": null,
313669
+ "description": "",
313670
+ "name": "className",
313671
+ "parent": {
313672
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313673
+ "name": "HTMLAttributes"
313674
+ },
313675
+ "declarations": [
313676
+ {
313677
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313678
+ "name": "HTMLAttributes"
313679
+ }
313680
+ ],
313681
+ "required": false,
313682
+ "type": {
313683
+ "name": "string"
313684
+ }
313685
+ },
313686
+ "key": {
313687
+ "defaultValue": null,
313688
+ "description": "",
313689
+ "name": "key",
313690
+ "parent": {
313691
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313692
+ "name": "Attributes"
313693
+ },
313694
+ "declarations": [
313695
+ {
313696
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313697
+ "name": "Attributes"
313698
+ }
313699
+ ],
313700
+ "required": false,
313701
+ "type": {
313702
+ "name": "Key | null"
313703
+ }
313704
+ },
313705
+ "type": {
313706
+ "defaultValue": null,
313707
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
313708
+ "name": "type",
313709
+ "parent": {
313710
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313711
+ "name": "CurveProps"
313712
+ },
313713
+ "declarations": [
313714
+ {
313715
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313716
+ "name": "CurveProps"
313717
+ },
313718
+ {
313719
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313720
+ "name": "LineProps"
313721
+ }
313722
+ ],
313723
+ "required": false,
313724
+ "type": {
313725
+ "name": "CurveType"
313726
+ }
313727
+ },
313728
+ "dataKey": {
313729
+ "defaultValue": null,
313730
+ "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
313731
+ "name": "dataKey",
313732
+ "parent": {
313733
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313734
+ "name": "LineProps"
313735
+ },
313736
+ "declarations": [
313737
+ {
313738
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313739
+ "name": "LineProps"
313740
+ }
313741
+ ],
313742
+ "required": false,
313743
+ "type": {
313744
+ "name": "DataKey<any>"
313745
+ }
313746
+ },
313747
+ "unit": {
313748
+ "defaultValue": null,
313749
+ "description": "The unit of data. This option will be used in tooltip.",
313750
+ "name": "unit",
313751
+ "parent": {
313752
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313753
+ "name": "LineProps"
313754
+ },
313755
+ "declarations": [
313756
+ {
313757
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313758
+ "name": "LineProps"
313759
+ }
313760
+ ],
313761
+ "required": false,
313762
+ "type": {
313763
+ "name": "string | number | null"
313764
+ }
313765
+ },
313766
+ "xAxisId": {
313767
+ "defaultValue": null,
313768
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
313769
+ "name": "xAxisId",
313770
+ "parent": {
313771
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313772
+ "name": "LineProps"
313773
+ },
313774
+ "declarations": [
313775
+ {
313776
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313777
+ "name": "LineProps"
313778
+ }
313779
+ ],
313780
+ "required": false,
313781
+ "type": {
313782
+ "name": "AxisId"
313783
+ }
313784
+ },
313785
+ "yAxisId": {
313786
+ "defaultValue": null,
313787
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
313788
+ "name": "yAxisId",
313789
+ "parent": {
313790
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313791
+ "name": "LineProps"
313792
+ },
313793
+ "declarations": [
313794
+ {
313795
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313796
+ "name": "LineProps"
313797
+ }
313798
+ ],
313799
+ "required": false,
313800
+ "type": {
313801
+ "name": "AxisId"
313802
+ }
313803
+ }
313804
+ }
313805
+ },
313787
313806
  {
313788
313807
  "tags": {
313789
313808
  "internal": ""
@@ -337207,53 +337226,6 @@
337207
337226
  "methods": [],
337208
337227
  "props": {}
337209
337228
  },
337210
- {
337211
- "tags": {},
337212
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337213
- "description": "",
337214
- "displayName": "SearchField",
337215
- "methods": [],
337216
- "props": {
337217
- "search": {
337218
- "defaultValue": null,
337219
- "description": "",
337220
- "name": "search",
337221
- "parent": {
337222
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337223
- "name": "Props"
337224
- },
337225
- "declarations": [
337226
- {
337227
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337228
- "name": "Props"
337229
- }
337230
- ],
337231
- "required": true,
337232
- "type": {
337233
- "name": "Search<never>"
337234
- }
337235
- },
337236
- "className": {
337237
- "defaultValue": null,
337238
- "description": "The elements class name.",
337239
- "name": "className",
337240
- "parent": {
337241
- "fileName": "components/src/lib/types/props.ts",
337242
- "name": "PropsWithClassName"
337243
- },
337244
- "declarations": [
337245
- {
337246
- "fileName": "components/src/lib/types/props.ts",
337247
- "name": "PropsWithClassName"
337248
- }
337249
- ],
337250
- "required": false,
337251
- "type": {
337252
- "name": "string"
337253
- }
337254
- }
337255
- }
337256
- },
337257
337229
  {
337258
337230
  "tags": {},
337259
337231
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
@@ -337378,6 +337350,53 @@
337378
337350
  "methods": [],
337379
337351
  "props": {}
337380
337352
  },
337353
+ {
337354
+ "tags": {},
337355
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337356
+ "description": "",
337357
+ "displayName": "SearchField",
337358
+ "methods": [],
337359
+ "props": {
337360
+ "search": {
337361
+ "defaultValue": null,
337362
+ "description": "",
337363
+ "name": "search",
337364
+ "parent": {
337365
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337366
+ "name": "Props"
337367
+ },
337368
+ "declarations": [
337369
+ {
337370
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
337371
+ "name": "Props"
337372
+ }
337373
+ ],
337374
+ "required": true,
337375
+ "type": {
337376
+ "name": "Search<never>"
337377
+ }
337378
+ },
337379
+ "className": {
337380
+ "defaultValue": null,
337381
+ "description": "The elements class name.",
337382
+ "name": "className",
337383
+ "parent": {
337384
+ "fileName": "components/src/lib/types/props.ts",
337385
+ "name": "PropsWithClassName"
337386
+ },
337387
+ "declarations": [
337388
+ {
337389
+ "fileName": "components/src/lib/types/props.ts",
337390
+ "name": "PropsWithClassName"
337391
+ }
337392
+ ],
337393
+ "required": false,
337394
+ "type": {
337395
+ "name": "string"
337396
+ }
337397
+ }
337398
+ }
337399
+ },
337381
337400
  {
337382
337401
  "tags": {},
337383
337402
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",