@mittwald/flow-react-components 0.2.0-alpha.767 → 0.2.0-alpha.768

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.
@@ -47702,91 +47702,11 @@
47702
47702
  "tags": {
47703
47703
  "flr-generate": "all"
47704
47704
  },
47705
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ProgressBar/ProgressBar.tsx",
47705
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/RadioGroup.tsx",
47706
47706
  "description": "",
47707
- "displayName": "ProgressBar",
47707
+ "displayName": "RadioGroup",
47708
47708
  "methods": [],
47709
47709
  "props": {
47710
- "showMaxValue": {
47711
- "defaultValue": null,
47712
- "description": "Whether the max value should be displayed.",
47713
- "name": "showMaxValue",
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": "boolean"
47727
- }
47728
- },
47729
- "size": {
47730
- "defaultValue": {
47731
- "value": "\"m\""
47732
- },
47733
- "description": "The size variant of the progress bar.",
47734
- "name": "size",
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": "\"s\" | \"m\" | \"l\""
47748
- }
47749
- },
47750
- "segments": {
47751
- "defaultValue": null,
47752
- "description": "Divides the fill of the progress bar into segments",
47753
- "name": "segments",
47754
- "parent": {
47755
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47756
- "name": "ProgressBarProps"
47757
- },
47758
- "declarations": [
47759
- {
47760
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47761
- "name": "ProgressBarProps"
47762
- }
47763
- ],
47764
- "required": false,
47765
- "type": {
47766
- "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"
47767
- }
47768
- },
47769
- "showLegend": {
47770
- "defaultValue": {
47771
- "value": ":\ntrue"
47772
- },
47773
- "description": "Whether the legend component is shown when segments are used.",
47774
- "name": "showLegend",
47775
- "parent": {
47776
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47777
- "name": "ProgressBarProps"
47778
- },
47779
- "declarations": [
47780
- {
47781
- "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
47782
- "name": "ProgressBarProps"
47783
- }
47784
- ],
47785
- "required": false,
47786
- "type": {
47787
- "name": "boolean"
47788
- }
47789
- },
47790
47710
  "className": {
47791
47711
  "defaultValue": {
47792
47712
  "value": "'react-aria-Tooltip'"
@@ -49214,67 +49134,234 @@
49214
49134
  "name": "TransitionEventHandler<HTMLDivElement>"
49215
49135
  }
49216
49136
  },
49217
- "minValue": {
49137
+ "validationBehavior": {
49218
49138
  "defaultValue": {
49219
- "value": "0"
49139
+ "value": "'native'"
49220
49140
  },
49221
- "description": "The smallest value allowed for the input.",
49222
- "name": "minValue",
49141
+ "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.",
49142
+ "name": "validationBehavior",
49223
49143
  "parent": {
49224
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49225
- "name": "ProgressBaseProps"
49144
+ "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",
49145
+ "name": "RACValidation"
49226
49146
  },
49227
49147
  "declarations": [
49228
49148
  {
49229
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49230
- "name": "ProgressBaseProps"
49149
+ "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",
49150
+ "name": "RACValidation"
49231
49151
  }
49232
49152
  ],
49233
49153
  "required": false,
49234
49154
  "type": {
49235
- "name": "number"
49155
+ "name": "\"native\" | \"aria\""
49236
49156
  }
49237
49157
  },
49238
- "maxValue": {
49239
- "defaultValue": {
49240
- "value": "100"
49158
+ "isDisabled": {
49159
+ "defaultValue": null,
49160
+ "description": "Whether the input is disabled.",
49161
+ "name": "isDisabled",
49162
+ "parent": {
49163
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49164
+ "name": "InputBase"
49241
49165
  },
49242
- "description": "The largest value allowed for the input.",
49243
- "name": "maxValue",
49166
+ "declarations": [
49167
+ {
49168
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49169
+ "name": "InputBase"
49170
+ }
49171
+ ],
49172
+ "required": false,
49173
+ "type": {
49174
+ "name": "boolean"
49175
+ }
49176
+ },
49177
+ "isReadOnly": {
49178
+ "defaultValue": null,
49179
+ "description": "Whether the input can be selected but not changed by the user.",
49180
+ "name": "isReadOnly",
49244
49181
  "parent": {
49245
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49246
- "name": "ProgressBaseProps"
49182
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49183
+ "name": "InputBase"
49247
49184
  },
49248
49185
  "declarations": [
49249
49186
  {
49250
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49251
- "name": "ProgressBaseProps"
49187
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49188
+ "name": "InputBase"
49252
49189
  }
49253
49190
  ],
49254
49191
  "required": false,
49255
49192
  "type": {
49256
- "name": "number"
49193
+ "name": "boolean"
49257
49194
  }
49258
49195
  },
49259
- "value": {
49260
- "defaultValue": {
49261
- "value": "0"
49196
+ "isRequired": {
49197
+ "defaultValue": null,
49198
+ "description": "Whether user input is required on the input before form submission.",
49199
+ "name": "isRequired",
49200
+ "parent": {
49201
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49202
+ "name": "Validation"
49262
49203
  },
49204
+ "declarations": [
49205
+ {
49206
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49207
+ "name": "Validation"
49208
+ }
49209
+ ],
49210
+ "required": false,
49211
+ "type": {
49212
+ "name": "boolean"
49213
+ }
49214
+ },
49215
+ "isInvalid": {
49216
+ "defaultValue": null,
49217
+ "description": "Whether the input value is invalid.",
49218
+ "name": "isInvalid",
49219
+ "parent": {
49220
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49221
+ "name": "Validation"
49222
+ },
49223
+ "declarations": [
49224
+ {
49225
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49226
+ "name": "Validation"
49227
+ }
49228
+ ],
49229
+ "required": false,
49230
+ "type": {
49231
+ "name": "boolean"
49232
+ }
49233
+ },
49234
+ "validate": {
49235
+ "defaultValue": null,
49236
+ "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.",
49237
+ "name": "validate",
49238
+ "parent": {
49239
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49240
+ "name": "Validation"
49241
+ },
49242
+ "declarations": [
49243
+ {
49244
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49245
+ "name": "Validation"
49246
+ }
49247
+ ],
49248
+ "required": false,
49249
+ "type": {
49250
+ "name": "((value: TimeValue) => true | ValidationError | null)"
49251
+ }
49252
+ },
49253
+ "onFocus": {
49254
+ "defaultValue": null,
49255
+ "description": "Handler that is called when the element receives focus.",
49256
+ "name": "onFocus",
49257
+ "parent": {
49258
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49259
+ "name": "FocusEvents"
49260
+ },
49261
+ "declarations": [
49262
+ {
49263
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49264
+ "name": "FocusEvents"
49265
+ }
49266
+ ],
49267
+ "required": false,
49268
+ "type": {
49269
+ "name": "((e: FocusEvent<Element, Element>) => void)"
49270
+ }
49271
+ },
49272
+ "onBlur": {
49273
+ "defaultValue": null,
49274
+ "description": "Handler that is called when the element loses focus.",
49275
+ "name": "onBlur",
49276
+ "parent": {
49277
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49278
+ "name": "FocusEvents"
49279
+ },
49280
+ "declarations": [
49281
+ {
49282
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49283
+ "name": "FocusEvents"
49284
+ }
49285
+ ],
49286
+ "required": false,
49287
+ "type": {
49288
+ "name": "((e: FocusEvent<Element, Element>) => void)"
49289
+ }
49290
+ },
49291
+ "onFocusChange": {
49292
+ "defaultValue": null,
49293
+ "description": "Handler that is called when the element's focus status changes.",
49294
+ "name": "onFocusChange",
49295
+ "parent": {
49296
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49297
+ "name": "FocusEvents"
49298
+ },
49299
+ "declarations": [
49300
+ {
49301
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
49302
+ "name": "FocusEvents"
49303
+ }
49304
+ ],
49305
+ "required": false,
49306
+ "type": {
49307
+ "name": "((isFocused: boolean) => void)"
49308
+ }
49309
+ },
49310
+ "value": {
49311
+ "defaultValue": null,
49263
49312
  "description": "The current value (controlled).",
49264
49313
  "name": "value",
49265
49314
  "parent": {
49266
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49267
- "name": "ProgressBaseProps"
49315
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49316
+ "name": "ValueBase"
49268
49317
  },
49269
49318
  "declarations": [
49270
49319
  {
49271
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49272
- "name": "ProgressBaseProps"
49320
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49321
+ "name": "ValueBase"
49273
49322
  }
49274
49323
  ],
49275
49324
  "required": false,
49276
49325
  "type": {
49277
- "name": "number"
49326
+ "name": "TimeValue | null"
49327
+ }
49328
+ },
49329
+ "defaultValue": {
49330
+ "defaultValue": null,
49331
+ "description": "The default value (uncontrolled).",
49332
+ "name": "defaultValue",
49333
+ "parent": {
49334
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49335
+ "name": "ValueBase"
49336
+ },
49337
+ "declarations": [
49338
+ {
49339
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49340
+ "name": "ValueBase"
49341
+ }
49342
+ ],
49343
+ "required": false,
49344
+ "type": {
49345
+ "name": "TimeValue | null"
49346
+ }
49347
+ },
49348
+ "onChange": {
49349
+ "defaultValue": null,
49350
+ "description": "Handler that is called when the value changes.",
49351
+ "name": "onChange",
49352
+ "parent": {
49353
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49354
+ "name": "ValueBase"
49355
+ },
49356
+ "declarations": [
49357
+ {
49358
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
49359
+ "name": "ValueBase"
49360
+ }
49361
+ ],
49362
+ "required": false,
49363
+ "type": {
49364
+ "name": "((value: TimeValue | null) => void)"
49278
49365
  }
49279
49366
  },
49280
49367
  "id": {
@@ -49296,112 +49383,116 @@
49296
49383
  "name": "string"
49297
49384
  }
49298
49385
  },
49299
- "slot": {
49386
+ "name": {
49300
49387
  "defaultValue": null,
49301
- "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.",
49302
- "name": "slot",
49388
+ "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).",
49389
+ "name": "name",
49303
49390
  "parent": {
49304
- "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",
49305
- "name": "SlotProps"
49391
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49392
+ "name": "InputDOMProps"
49306
49393
  },
49307
49394
  "declarations": [
49308
49395
  {
49309
- "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",
49310
- "name": "SlotProps"
49396
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49397
+ "name": "InputDOMProps"
49311
49398
  }
49312
49399
  ],
49313
49400
  "required": false,
49314
49401
  "type": {
49315
- "name": "string | null"
49402
+ "name": "string"
49316
49403
  }
49317
49404
  },
49318
- "formatOptions": {
49319
- "defaultValue": {
49320
- "value": "{style: 'percent'}"
49321
- },
49322
- "description": "The display format of the value label.",
49323
- "name": "formatOptions",
49405
+ "form": {
49406
+ "defaultValue": null,
49407
+ "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).",
49408
+ "name": "form",
49324
49409
  "parent": {
49325
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49326
- "name": "ProgressBarBaseProps"
49410
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49411
+ "name": "InputDOMProps"
49327
49412
  },
49328
49413
  "declarations": [
49329
49414
  {
49330
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49331
- "name": "ProgressBarBaseProps"
49415
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49416
+ "name": "InputDOMProps"
49332
49417
  }
49333
49418
  ],
49334
49419
  "required": false,
49335
49420
  "type": {
49336
- "name": "NumberFormatOptions"
49421
+ "name": "string"
49337
49422
  }
49338
49423
  },
49339
- "isIndeterminate": {
49424
+ "slot": {
49340
49425
  "defaultValue": null,
49341
- "description": "Whether presentation is indeterminate when progress isn't known.",
49342
- "name": "isIndeterminate",
49426
+ "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.",
49427
+ "name": "slot",
49343
49428
  "parent": {
49344
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49345
- "name": "ProgressBarProps"
49429
+ "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",
49430
+ "name": "SlotProps"
49346
49431
  },
49347
49432
  "declarations": [
49348
49433
  {
49349
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49350
- "name": "ProgressBarProps"
49434
+ "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",
49435
+ "name": "SlotProps"
49351
49436
  }
49352
49437
  ],
49353
49438
  "required": false,
49354
49439
  "type": {
49355
- "name": "boolean"
49440
+ "name": "string | null"
49356
49441
  }
49357
49442
  },
49358
- "valueLabel": {
49443
+ "aria-errormessage": {
49359
49444
  "defaultValue": null,
49360
- "description": "The content to display as the value's label (e.g. 1 of 4).",
49361
- "name": "valueLabel",
49445
+ "description": "Identifies the element that provides an error message for the object.",
49446
+ "name": "aria-errormessage",
49362
49447
  "parent": {
49363
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49364
- "name": "ProgressBarBaseProps"
49448
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49449
+ "name": "AriaValidationProps"
49365
49450
  },
49366
49451
  "declarations": [
49367
49452
  {
49368
- "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
49369
- "name": "ProgressBarBaseProps"
49453
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
49454
+ "name": "AriaValidationProps"
49370
49455
  }
49371
49456
  ],
49372
49457
  "required": false,
49373
49458
  "type": {
49374
- "name": "ReactNode"
49459
+ "name": "string"
49375
49460
  }
49376
49461
  },
49377
- "children": {
49378
- "defaultValue": null,
49379
- "description": "",
49380
- "name": "children",
49462
+ "orientation": {
49463
+ "defaultValue": {
49464
+ "value": "'vertical'"
49465
+ },
49466
+ "description": "The axis the Radio Button(s) should align with.",
49467
+ "name": "orientation",
49468
+ "parent": {
49469
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
49470
+ "name": "RadioGroupProps"
49471
+ },
49381
49472
  "declarations": [
49382
49473
  {
49383
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
49384
- "name": "TypeLiteral"
49474
+ "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
49475
+ "name": "RadioGroupProps"
49385
49476
  }
49386
49477
  ],
49387
49478
  "required": false,
49388
49479
  "type": {
49389
- "name": "ReactNode"
49480
+ "name": "Orientation"
49390
49481
  }
49391
49482
  },
49392
- "status": {
49483
+ "children": {
49393
49484
  "defaultValue": null,
49394
- "description": "The elements status",
49395
- "name": "status",
49485
+ "description": "",
49486
+ "name": "children",
49396
49487
  "declarations": [
49397
49488
  {
49398
- "fileName": "components/src/lib/types/props.ts",
49489
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
49399
49490
  "name": "TypeLiteral"
49400
49491
  }
49401
49492
  ],
49402
49493
  "required": false,
49403
49494
  "type": {
49404
- "name": "Status"
49495
+ "name": "ReactNode"
49405
49496
  }
49406
49497
  },
49407
49498
  "wrapWith": {
@@ -49479,6 +49570,63 @@
49479
49570
  "type": {
49480
49571
  "name": "Key | null"
49481
49572
  }
49573
+ },
49574
+ "s": {
49575
+ "defaultValue": null,
49576
+ "description": "Column layout for container size s.",
49577
+ "name": "s",
49578
+ "parent": {
49579
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49580
+ "name": "ColumnLayoutProps"
49581
+ },
49582
+ "declarations": [
49583
+ {
49584
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49585
+ "name": "ColumnLayoutProps"
49586
+ }
49587
+ ],
49588
+ "required": false,
49589
+ "type": {
49590
+ "name": "(number | null)[]"
49591
+ }
49592
+ },
49593
+ "m": {
49594
+ "defaultValue": null,
49595
+ "description": "Column layout for container size m.",
49596
+ "name": "m",
49597
+ "parent": {
49598
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49599
+ "name": "ColumnLayoutProps"
49600
+ },
49601
+ "declarations": [
49602
+ {
49603
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49604
+ "name": "ColumnLayoutProps"
49605
+ }
49606
+ ],
49607
+ "required": false,
49608
+ "type": {
49609
+ "name": "(number | null)[]"
49610
+ }
49611
+ },
49612
+ "l": {
49613
+ "defaultValue": null,
49614
+ "description": "Column layout for container size l.",
49615
+ "name": "l",
49616
+ "parent": {
49617
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49618
+ "name": "ColumnLayoutProps"
49619
+ },
49620
+ "declarations": [
49621
+ {
49622
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
49623
+ "name": "ColumnLayoutProps"
49624
+ }
49625
+ ],
49626
+ "required": false,
49627
+ "type": {
49628
+ "name": "(number | null)[]"
49629
+ }
49482
49630
  }
49483
49631
  }
49484
49632
  },
@@ -49486,11 +49634,91 @@
49486
49634
  "tags": {
49487
49635
  "flr-generate": "all"
49488
49636
  },
49489
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/RadioGroup.tsx",
49637
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ProgressBar/ProgressBar.tsx",
49490
49638
  "description": "",
49491
- "displayName": "RadioGroup",
49639
+ "displayName": "ProgressBar",
49492
49640
  "methods": [],
49493
49641
  "props": {
49642
+ "showMaxValue": {
49643
+ "defaultValue": null,
49644
+ "description": "Whether the max value should be displayed.",
49645
+ "name": "showMaxValue",
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": "boolean"
49659
+ }
49660
+ },
49661
+ "size": {
49662
+ "defaultValue": {
49663
+ "value": "\"m\""
49664
+ },
49665
+ "description": "The size variant of the progress bar.",
49666
+ "name": "size",
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": "\"s\" | \"m\" | \"l\""
49680
+ }
49681
+ },
49682
+ "segments": {
49683
+ "defaultValue": null,
49684
+ "description": "Divides the fill of the progress bar into segments",
49685
+ "name": "segments",
49686
+ "parent": {
49687
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49688
+ "name": "ProgressBarProps"
49689
+ },
49690
+ "declarations": [
49691
+ {
49692
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49693
+ "name": "ProgressBarProps"
49694
+ }
49695
+ ],
49696
+ "required": false,
49697
+ "type": {
49698
+ "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"
49699
+ }
49700
+ },
49701
+ "showLegend": {
49702
+ "defaultValue": {
49703
+ "value": ":\ntrue"
49704
+ },
49705
+ "description": "Whether the legend component is shown when segments are used.",
49706
+ "name": "showLegend",
49707
+ "parent": {
49708
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49709
+ "name": "ProgressBarProps"
49710
+ },
49711
+ "declarations": [
49712
+ {
49713
+ "fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
49714
+ "name": "ProgressBarProps"
49715
+ }
49716
+ ],
49717
+ "required": false,
49718
+ "type": {
49719
+ "name": "boolean"
49720
+ }
49721
+ },
49494
49722
  "className": {
49495
49723
  "defaultValue": {
49496
49724
  "value": "'react-aria-Tooltip'"
@@ -50918,234 +51146,67 @@
50918
51146
  "name": "TransitionEventHandler<HTMLDivElement>"
50919
51147
  }
50920
51148
  },
50921
- "validationBehavior": {
51149
+ "minValue": {
50922
51150
  "defaultValue": {
50923
- "value": "'native'"
50924
- },
50925
- "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.",
50926
- "name": "validationBehavior",
50927
- "parent": {
50928
- "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",
50929
- "name": "RACValidation"
50930
- },
50931
- "declarations": [
50932
- {
50933
- "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",
50934
- "name": "RACValidation"
50935
- }
50936
- ],
50937
- "required": false,
50938
- "type": {
50939
- "name": "\"native\" | \"aria\""
50940
- }
50941
- },
50942
- "isDisabled": {
50943
- "defaultValue": null,
50944
- "description": "Whether the input is disabled.",
50945
- "name": "isDisabled",
50946
- "parent": {
50947
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50948
- "name": "InputBase"
50949
- },
50950
- "declarations": [
50951
- {
50952
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50953
- "name": "InputBase"
50954
- }
50955
- ],
50956
- "required": false,
50957
- "type": {
50958
- "name": "boolean"
50959
- }
50960
- },
50961
- "isReadOnly": {
50962
- "defaultValue": null,
50963
- "description": "Whether the input can be selected but not changed by the user.",
50964
- "name": "isReadOnly",
50965
- "parent": {
50966
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50967
- "name": "InputBase"
50968
- },
50969
- "declarations": [
50970
- {
50971
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50972
- "name": "InputBase"
50973
- }
50974
- ],
50975
- "required": false,
50976
- "type": {
50977
- "name": "boolean"
50978
- }
50979
- },
50980
- "isRequired": {
50981
- "defaultValue": null,
50982
- "description": "Whether user input is required on the input before form submission.",
50983
- "name": "isRequired",
50984
- "parent": {
50985
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50986
- "name": "Validation"
50987
- },
50988
- "declarations": [
50989
- {
50990
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
50991
- "name": "Validation"
50992
- }
50993
- ],
50994
- "required": false,
50995
- "type": {
50996
- "name": "boolean"
50997
- }
50998
- },
50999
- "isInvalid": {
51000
- "defaultValue": null,
51001
- "description": "Whether the input value is invalid.",
51002
- "name": "isInvalid",
51003
- "parent": {
51004
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51005
- "name": "Validation"
51006
- },
51007
- "declarations": [
51008
- {
51009
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51010
- "name": "Validation"
51011
- }
51012
- ],
51013
- "required": false,
51014
- "type": {
51015
- "name": "boolean"
51016
- }
51017
- },
51018
- "validate": {
51019
- "defaultValue": null,
51020
- "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.",
51021
- "name": "validate",
51022
- "parent": {
51023
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51024
- "name": "Validation"
51151
+ "value": "0"
51025
51152
  },
51026
- "declarations": [
51027
- {
51028
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51029
- "name": "Validation"
51030
- }
51031
- ],
51032
- "required": false,
51033
- "type": {
51034
- "name": "((value: TimeValue) => true | ValidationError | null)"
51035
- }
51036
- },
51037
- "onFocus": {
51038
- "defaultValue": null,
51039
- "description": "Handler that is called when the element receives focus.",
51040
- "name": "onFocus",
51153
+ "description": "The smallest value allowed for the input.",
51154
+ "name": "minValue",
51041
51155
  "parent": {
51042
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51043
- "name": "FocusEvents"
51156
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51157
+ "name": "ProgressBaseProps"
51044
51158
  },
51045
51159
  "declarations": [
51046
51160
  {
51047
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51048
- "name": "FocusEvents"
51161
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51162
+ "name": "ProgressBaseProps"
51049
51163
  }
51050
51164
  ],
51051
51165
  "required": false,
51052
51166
  "type": {
51053
- "name": "((e: FocusEvent<Element, Element>) => void)"
51167
+ "name": "number"
51054
51168
  }
51055
51169
  },
51056
- "onBlur": {
51057
- "defaultValue": null,
51058
- "description": "Handler that is called when the element loses focus.",
51059
- "name": "onBlur",
51060
- "parent": {
51061
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51062
- "name": "FocusEvents"
51170
+ "maxValue": {
51171
+ "defaultValue": {
51172
+ "value": "100"
51063
51173
  },
51064
- "declarations": [
51065
- {
51066
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51067
- "name": "FocusEvents"
51068
- }
51069
- ],
51070
- "required": false,
51071
- "type": {
51072
- "name": "((e: FocusEvent<Element, Element>) => void)"
51073
- }
51074
- },
51075
- "onFocusChange": {
51076
- "defaultValue": null,
51077
- "description": "Handler that is called when the element's focus status changes.",
51078
- "name": "onFocusChange",
51174
+ "description": "The largest value allowed for the input.",
51175
+ "name": "maxValue",
51079
51176
  "parent": {
51080
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51081
- "name": "FocusEvents"
51177
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51178
+ "name": "ProgressBaseProps"
51082
51179
  },
51083
51180
  "declarations": [
51084
51181
  {
51085
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
51086
- "name": "FocusEvents"
51182
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51183
+ "name": "ProgressBaseProps"
51087
51184
  }
51088
51185
  ],
51089
51186
  "required": false,
51090
51187
  "type": {
51091
- "name": "((isFocused: boolean) => void)"
51188
+ "name": "number"
51092
51189
  }
51093
51190
  },
51094
51191
  "value": {
51095
- "defaultValue": null,
51192
+ "defaultValue": {
51193
+ "value": "0"
51194
+ },
51096
51195
  "description": "The current value (controlled).",
51097
51196
  "name": "value",
51098
51197
  "parent": {
51099
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51100
- "name": "ValueBase"
51101
- },
51102
- "declarations": [
51103
- {
51104
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51105
- "name": "ValueBase"
51106
- }
51107
- ],
51108
- "required": false,
51109
- "type": {
51110
- "name": "TimeValue | null"
51111
- }
51112
- },
51113
- "defaultValue": {
51114
- "defaultValue": null,
51115
- "description": "The default value (uncontrolled).",
51116
- "name": "defaultValue",
51117
- "parent": {
51118
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51119
- "name": "ValueBase"
51120
- },
51121
- "declarations": [
51122
- {
51123
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51124
- "name": "ValueBase"
51125
- }
51126
- ],
51127
- "required": false,
51128
- "type": {
51129
- "name": "TimeValue | null"
51130
- }
51131
- },
51132
- "onChange": {
51133
- "defaultValue": null,
51134
- "description": "Handler that is called when the value changes.",
51135
- "name": "onChange",
51136
- "parent": {
51137
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51138
- "name": "ValueBase"
51198
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51199
+ "name": "ProgressBaseProps"
51139
51200
  },
51140
51201
  "declarations": [
51141
51202
  {
51142
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
51143
- "name": "ValueBase"
51203
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51204
+ "name": "ProgressBaseProps"
51144
51205
  }
51145
51206
  ],
51146
51207
  "required": false,
51147
51208
  "type": {
51148
- "name": "((value: TimeValue | null) => void)"
51209
+ "name": "number"
51149
51210
  }
51150
51211
  },
51151
51212
  "id": {
@@ -51167,116 +51228,112 @@
51167
51228
  "name": "string"
51168
51229
  }
51169
51230
  },
51170
- "name": {
51231
+ "slot": {
51171
51232
  "defaultValue": null,
51172
- "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).",
51173
- "name": "name",
51233
+ "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.",
51234
+ "name": "slot",
51174
51235
  "parent": {
51175
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51176
- "name": "InputDOMProps"
51236
+ "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",
51237
+ "name": "SlotProps"
51177
51238
  },
51178
51239
  "declarations": [
51179
51240
  {
51180
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51181
- "name": "InputDOMProps"
51241
+ "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",
51242
+ "name": "SlotProps"
51182
51243
  }
51183
51244
  ],
51184
51245
  "required": false,
51185
51246
  "type": {
51186
- "name": "string"
51247
+ "name": "string | null"
51187
51248
  }
51188
51249
  },
51189
- "form": {
51190
- "defaultValue": null,
51191
- "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).",
51192
- "name": "form",
51250
+ "formatOptions": {
51251
+ "defaultValue": {
51252
+ "value": "{style: 'percent'}"
51253
+ },
51254
+ "description": "The display format of the value label.",
51255
+ "name": "formatOptions",
51193
51256
  "parent": {
51194
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51195
- "name": "InputDOMProps"
51257
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51258
+ "name": "ProgressBarBaseProps"
51196
51259
  },
51197
51260
  "declarations": [
51198
51261
  {
51199
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51200
- "name": "InputDOMProps"
51262
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51263
+ "name": "ProgressBarBaseProps"
51201
51264
  }
51202
51265
  ],
51203
51266
  "required": false,
51204
51267
  "type": {
51205
- "name": "string"
51268
+ "name": "NumberFormatOptions"
51206
51269
  }
51207
51270
  },
51208
- "slot": {
51271
+ "isIndeterminate": {
51209
51272
  "defaultValue": null,
51210
- "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.",
51211
- "name": "slot",
51273
+ "description": "Whether presentation is indeterminate when progress isn't known.",
51274
+ "name": "isIndeterminate",
51212
51275
  "parent": {
51213
- "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",
51214
- "name": "SlotProps"
51276
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51277
+ "name": "ProgressBarProps"
51215
51278
  },
51216
51279
  "declarations": [
51217
51280
  {
51218
- "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",
51219
- "name": "SlotProps"
51281
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51282
+ "name": "ProgressBarProps"
51220
51283
  }
51221
51284
  ],
51222
51285
  "required": false,
51223
51286
  "type": {
51224
- "name": "string | null"
51287
+ "name": "boolean"
51225
51288
  }
51226
51289
  },
51227
- "aria-errormessage": {
51290
+ "valueLabel": {
51228
51291
  "defaultValue": null,
51229
- "description": "Identifies the element that provides an error message for the object.",
51230
- "name": "aria-errormessage",
51292
+ "description": "The content to display as the value's label (e.g. 1 of 4).",
51293
+ "name": "valueLabel",
51231
51294
  "parent": {
51232
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51233
- "name": "AriaValidationProps"
51295
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51296
+ "name": "ProgressBarBaseProps"
51234
51297
  },
51235
51298
  "declarations": [
51236
51299
  {
51237
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
51238
- "name": "AriaValidationProps"
51300
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.16_react@19.2.4/node_modules/@react-types/progress/src/index.d.ts",
51301
+ "name": "ProgressBarBaseProps"
51239
51302
  }
51240
51303
  ],
51241
51304
  "required": false,
51242
51305
  "type": {
51243
- "name": "string"
51306
+ "name": "ReactNode"
51244
51307
  }
51245
51308
  },
51246
- "orientation": {
51247
- "defaultValue": {
51248
- "value": "'vertical'"
51249
- },
51250
- "description": "The axis the Radio Button(s) should align with.",
51251
- "name": "orientation",
51252
- "parent": {
51253
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
51254
- "name": "RadioGroupProps"
51255
- },
51309
+ "children": {
51310
+ "defaultValue": null,
51311
+ "description": "",
51312
+ "name": "children",
51256
51313
  "declarations": [
51257
51314
  {
51258
- "fileName": "flow/node_modules/.pnpm/@react-types+radio@3.9.2_react@19.2.4/node_modules/@react-types/radio/src/index.d.ts",
51259
- "name": "RadioGroupProps"
51315
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
51316
+ "name": "TypeLiteral"
51260
51317
  }
51261
51318
  ],
51262
51319
  "required": false,
51263
51320
  "type": {
51264
- "name": "Orientation"
51321
+ "name": "ReactNode"
51265
51322
  }
51266
51323
  },
51267
- "children": {
51324
+ "status": {
51268
51325
  "defaultValue": null,
51269
- "description": "",
51270
- "name": "children",
51326
+ "description": "The elements status",
51327
+ "name": "status",
51271
51328
  "declarations": [
51272
51329
  {
51273
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
51330
+ "fileName": "components/src/lib/types/props.ts",
51274
51331
  "name": "TypeLiteral"
51275
51332
  }
51276
51333
  ],
51277
51334
  "required": false,
51278
51335
  "type": {
51279
- "name": "ReactNode"
51336
+ "name": "Status"
51280
51337
  }
51281
51338
  },
51282
51339
  "wrapWith": {
@@ -51354,63 +51411,6 @@
51354
51411
  "type": {
51355
51412
  "name": "Key | null"
51356
51413
  }
51357
- },
51358
- "s": {
51359
- "defaultValue": null,
51360
- "description": "Column layout for container size s.",
51361
- "name": "s",
51362
- "parent": {
51363
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51364
- "name": "ColumnLayoutProps"
51365
- },
51366
- "declarations": [
51367
- {
51368
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51369
- "name": "ColumnLayoutProps"
51370
- }
51371
- ],
51372
- "required": false,
51373
- "type": {
51374
- "name": "(number | null)[]"
51375
- }
51376
- },
51377
- "m": {
51378
- "defaultValue": null,
51379
- "description": "Column layout for container size m.",
51380
- "name": "m",
51381
- "parent": {
51382
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51383
- "name": "ColumnLayoutProps"
51384
- },
51385
- "declarations": [
51386
- {
51387
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51388
- "name": "ColumnLayoutProps"
51389
- }
51390
- ],
51391
- "required": false,
51392
- "type": {
51393
- "name": "(number | null)[]"
51394
- }
51395
- },
51396
- "l": {
51397
- "defaultValue": null,
51398
- "description": "Column layout for container size l.",
51399
- "name": "l",
51400
- "parent": {
51401
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51402
- "name": "ColumnLayoutProps"
51403
- },
51404
- "declarations": [
51405
- {
51406
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
51407
- "name": "ColumnLayoutProps"
51408
- }
51409
- ],
51410
- "required": false,
51411
- "type": {
51412
- "name": "(number | null)[]"
51413
- }
51414
51414
  }
51415
51415
  }
51416
51416
  },
@@ -225873,6 +225873,30 @@
225873
225873
  "methods": [],
225874
225874
  "props": {}
225875
225875
  },
225876
+ {
225877
+ "tags": {},
225878
+ "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
225879
+ "description": "",
225880
+ "displayName": "BrowserOnly",
225881
+ "methods": [],
225882
+ "props": {
225883
+ "children": {
225884
+ "defaultValue": null,
225885
+ "description": "",
225886
+ "name": "children",
225887
+ "declarations": [
225888
+ {
225889
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
225890
+ "name": "TypeLiteral"
225891
+ }
225892
+ ],
225893
+ "required": false,
225894
+ "type": {
225895
+ "name": "ReactNode"
225896
+ }
225897
+ }
225898
+ }
225899
+ },
225876
225900
  {
225877
225901
  "tags": {
225878
225902
  "flr-generate": "all"
@@ -228231,30 +228255,6 @@
228231
228255
  }
228232
228256
  }
228233
228257
  },
228234
- {
228235
- "tags": {},
228236
- "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
228237
- "description": "",
228238
- "displayName": "BrowserOnly",
228239
- "methods": [],
228240
- "props": {
228241
- "children": {
228242
- "defaultValue": null,
228243
- "description": "",
228244
- "name": "children",
228245
- "declarations": [
228246
- {
228247
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
228248
- "name": "TypeLiteral"
228249
- }
228250
- ],
228251
- "required": false,
228252
- "type": {
228253
- "name": "ReactNode"
228254
- }
228255
- }
228256
- }
228257
- },
228258
228258
  {
228259
228259
  "tags": {
228260
228260
  "flr-generate": "all"
@@ -229864,6 +229864,51 @@
229864
229864
  }
229865
229865
  }
229866
229866
  },
229867
+ {
229868
+ "tags": {
229869
+ "flr-generate": "all"
229870
+ },
229871
+ "filePath": "src/components/BigNumber/BigNumber.tsx",
229872
+ "description": "",
229873
+ "displayName": "BigNumber",
229874
+ "methods": [],
229875
+ "props": {
229876
+ "children": {
229877
+ "defaultValue": null,
229878
+ "description": "",
229879
+ "name": "children",
229880
+ "declarations": [
229881
+ {
229882
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
229883
+ "name": "TypeLiteral"
229884
+ }
229885
+ ],
229886
+ "required": false,
229887
+ "type": {
229888
+ "name": "ReactNode"
229889
+ }
229890
+ },
229891
+ "className": {
229892
+ "defaultValue": null,
229893
+ "description": "The elements class name.",
229894
+ "name": "className",
229895
+ "parent": {
229896
+ "fileName": "components/src/lib/types/props.ts",
229897
+ "name": "PropsWithClassName"
229898
+ },
229899
+ "declarations": [
229900
+ {
229901
+ "fileName": "components/src/lib/types/props.ts",
229902
+ "name": "PropsWithClassName"
229903
+ }
229904
+ ],
229905
+ "required": false,
229906
+ "type": {
229907
+ "name": "string"
229908
+ }
229909
+ }
229910
+ }
229911
+ },
229867
229912
  {
229868
229913
  "tags": {
229869
229914
  "flr-generate": "all"
@@ -230063,51 +230108,6 @@
230063
230108
  }
230064
230109
  }
230065
230110
  },
230066
- {
230067
- "tags": {
230068
- "flr-generate": "all"
230069
- },
230070
- "filePath": "src/components/BigNumber/BigNumber.tsx",
230071
- "description": "",
230072
- "displayName": "BigNumber",
230073
- "methods": [],
230074
- "props": {
230075
- "children": {
230076
- "defaultValue": null,
230077
- "description": "",
230078
- "name": "children",
230079
- "declarations": [
230080
- {
230081
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230082
- "name": "TypeLiteral"
230083
- }
230084
- ],
230085
- "required": false,
230086
- "type": {
230087
- "name": "ReactNode"
230088
- }
230089
- },
230090
- "className": {
230091
- "defaultValue": null,
230092
- "description": "The elements class name.",
230093
- "name": "className",
230094
- "parent": {
230095
- "fileName": "components/src/lib/types/props.ts",
230096
- "name": "PropsWithClassName"
230097
- },
230098
- "declarations": [
230099
- {
230100
- "fileName": "components/src/lib/types/props.ts",
230101
- "name": "PropsWithClassName"
230102
- }
230103
- ],
230104
- "required": false,
230105
- "type": {
230106
- "name": "string"
230107
- }
230108
- }
230109
- }
230110
- },
230111
230111
  {
230112
230112
  "tags": {
230113
230113
  "flr-generate": "all"
@@ -230597,28 +230597,24 @@
230597
230597
  "tags": {
230598
230598
  "flr-generate": "all"
230599
230599
  },
230600
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
230600
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
230601
230601
  "description": "",
230602
- "displayName": "AlertText",
230602
+ "displayName": "Align",
230603
230603
  "methods": [],
230604
230604
  "props": {
230605
- "status": {
230605
+ "children": {
230606
230606
  "defaultValue": null,
230607
230607
  "description": "",
230608
- "name": "status",
230609
- "parent": {
230610
- "fileName": "components/src/components/AlertText/AlertText.tsx",
230611
- "name": "AlertTextProps"
230612
- },
230608
+ "name": "children",
230613
230609
  "declarations": [
230614
230610
  {
230615
- "fileName": "components/src/components/AlertText/AlertText.tsx",
230616
- "name": "AlertTextProps"
230611
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230612
+ "name": "TypeLiteral"
230617
230613
  }
230618
230614
  ],
230619
230615
  "required": false,
230620
230616
  "type": {
230621
- "name": "Status | \"unavailable\""
230617
+ "name": "ReactNode"
230622
230618
  }
230623
230619
  },
230624
230620
  "className": {
@@ -230640,21 +230636,6 @@
230640
230636
  "name": "string"
230641
230637
  }
230642
230638
  },
230643
- "children": {
230644
- "defaultValue": null,
230645
- "description": "",
230646
- "name": "children",
230647
- "declarations": [
230648
- {
230649
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230650
- "name": "TypeLiteral"
230651
- }
230652
- ],
230653
- "required": false,
230654
- "type": {
230655
- "name": "ReactNode"
230656
- }
230657
- },
230658
230639
  "wrapWith": {
230659
230640
  "defaultValue": null,
230660
230641
  "description": "",
@@ -230737,24 +230718,28 @@
230737
230718
  "tags": {
230738
230719
  "flr-generate": "all"
230739
230720
  },
230740
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
230721
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
230741
230722
  "description": "",
230742
- "displayName": "Align",
230723
+ "displayName": "AlertText",
230743
230724
  "methods": [],
230744
230725
  "props": {
230745
- "children": {
230726
+ "status": {
230746
230727
  "defaultValue": null,
230747
230728
  "description": "",
230748
- "name": "children",
230729
+ "name": "status",
230730
+ "parent": {
230731
+ "fileName": "components/src/components/AlertText/AlertText.tsx",
230732
+ "name": "AlertTextProps"
230733
+ },
230749
230734
  "declarations": [
230750
230735
  {
230751
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230752
- "name": "TypeLiteral"
230736
+ "fileName": "components/src/components/AlertText/AlertText.tsx",
230737
+ "name": "AlertTextProps"
230753
230738
  }
230754
230739
  ],
230755
230740
  "required": false,
230756
230741
  "type": {
230757
- "name": "ReactNode"
230742
+ "name": "Status | \"unavailable\""
230758
230743
  }
230759
230744
  },
230760
230745
  "className": {
@@ -230776,6 +230761,21 @@
230776
230761
  "name": "string"
230777
230762
  }
230778
230763
  },
230764
+ "children": {
230765
+ "defaultValue": null,
230766
+ "description": "",
230767
+ "name": "children",
230768
+ "declarations": [
230769
+ {
230770
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230771
+ "name": "TypeLiteral"
230772
+ }
230773
+ ],
230774
+ "required": false,
230775
+ "type": {
230776
+ "name": "ReactNode"
230777
+ }
230778
+ },
230779
230779
  "wrapWith": {
230780
230780
  "defaultValue": null,
230781
230781
  "description": "",
@@ -272396,9 +272396,9 @@
272396
272396
  },
272397
272397
  {
272398
272398
  "tags": {},
272399
- "filePath": "src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
272399
+ "filePath": "src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
272400
272400
  "description": "",
272401
- "displayName": "ResetButton",
272401
+ "displayName": "SubmitButton",
272402
272402
  "methods": [],
272403
272403
  "props": {
272404
272404
  "slot": {
@@ -274747,14 +274747,33 @@
274747
274747
  "type": {
274748
274748
  "name": "Key | null"
274749
274749
  }
274750
+ },
274751
+ "showFeedback": {
274752
+ "defaultValue": null,
274753
+ "description": "",
274754
+ "name": "showFeedback",
274755
+ "parent": {
274756
+ "fileName": "components/src/components/Action/types.ts",
274757
+ "name": "ActionProps"
274758
+ },
274759
+ "declarations": [
274760
+ {
274761
+ "fileName": "components/src/components/Action/types.ts",
274762
+ "name": "ActionProps"
274763
+ }
274764
+ ],
274765
+ "required": false,
274766
+ "type": {
274767
+ "name": "boolean"
274768
+ }
274750
274769
  }
274751
274770
  }
274752
274771
  },
274753
274772
  {
274754
274773
  "tags": {},
274755
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
274774
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
274756
274775
  "description": "",
274757
- "displayName": "SubmitButton",
274776
+ "displayName": "ResetButton",
274758
274777
  "methods": [],
274759
274778
  "props": {
274760
274779
  "slot": {
@@ -277103,25 +277122,6 @@
277103
277122
  "type": {
277104
277123
  "name": "Key | null"
277105
277124
  }
277106
- },
277107
- "showFeedback": {
277108
- "defaultValue": null,
277109
- "description": "",
277110
- "name": "showFeedback",
277111
- "parent": {
277112
- "fileName": "components/src/components/Action/types.ts",
277113
- "name": "ActionProps"
277114
- },
277115
- "declarations": [
277116
- {
277117
- "fileName": "components/src/components/Action/types.ts",
277118
- "name": "ActionProps"
277119
- }
277120
- ],
277121
- "required": false,
277122
- "type": {
277123
- "name": "boolean"
277124
- }
277125
277125
  }
277126
277126
  }
277127
277127
  },
@@ -304579,9 +304579,9 @@
304579
304579
  "tags": {
304580
304580
  "flr-generate": "all"
304581
304581
  },
304582
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
304582
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
304583
304583
  "description": "",
304584
- "displayName": "RadioButton",
304584
+ "displayName": "Radio",
304585
304585
  "methods": [],
304586
304586
  "props": {
304587
304587
  "className": {
@@ -306469,9 +306469,9 @@
306469
306469
  "tags": {
306470
306470
  "flr-generate": "all"
306471
306471
  },
306472
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
306472
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
306473
306473
  "description": "",
306474
- "displayName": "Radio",
306474
+ "displayName": "RadioButton",
306475
306475
  "methods": [],
306476
306476
  "props": {
306477
306477
  "className": {
@@ -308355,6 +308355,34 @@
308355
308355
  }
308356
308356
  }
308357
308357
  },
308358
+ {
308359
+ "tags": {},
308360
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308361
+ "description": "",
308362
+ "displayName": "PopoverTip",
308363
+ "methods": [],
308364
+ "props": {
308365
+ "className": {
308366
+ "defaultValue": null,
308367
+ "description": "The elements class name.",
308368
+ "name": "className",
308369
+ "parent": {
308370
+ "fileName": "components/src/lib/types/props.ts",
308371
+ "name": "PropsWithClassName"
308372
+ },
308373
+ "declarations": [
308374
+ {
308375
+ "fileName": "components/src/lib/types/props.ts",
308376
+ "name": "PropsWithClassName"
308377
+ }
308378
+ ],
308379
+ "required": false,
308380
+ "type": {
308381
+ "name": "string"
308382
+ }
308383
+ }
308384
+ }
308385
+ },
308358
308386
  {
308359
308387
  "tags": {},
308360
308388
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
@@ -308493,34 +308521,6 @@
308493
308521
  }
308494
308522
  }
308495
308523
  },
308496
- {
308497
- "tags": {},
308498
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308499
- "description": "",
308500
- "displayName": "PopoverTip",
308501
- "methods": [],
308502
- "props": {
308503
- "className": {
308504
- "defaultValue": null,
308505
- "description": "The elements class name.",
308506
- "name": "className",
308507
- "parent": {
308508
- "fileName": "components/src/lib/types/props.ts",
308509
- "name": "PropsWithClassName"
308510
- },
308511
- "declarations": [
308512
- {
308513
- "fileName": "components/src/lib/types/props.ts",
308514
- "name": "PropsWithClassName"
308515
- }
308516
- ],
308517
- "required": false,
308518
- "type": {
308519
- "name": "string"
308520
- }
308521
- }
308522
- }
308523
- },
308524
308524
  {
308525
308525
  "tags": {
308526
308526
  "flr-generate": "all"
@@ -314715,14 +314715,6 @@
314715
314715
  }
314716
314716
  }
314717
314717
  },
314718
- {
314719
- "tags": {},
314720
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
314721
- "description": "",
314722
- "displayName": "OffCanvasSuspenseFallback",
314723
- "methods": [],
314724
- "props": {}
314725
- },
314726
314718
  {
314727
314719
  "tags": {},
314728
314720
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -314861,6 +314853,14 @@
314861
314853
  }
314862
314854
  }
314863
314855
  },
314856
+ {
314857
+ "tags": {},
314858
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
314859
+ "description": "",
314860
+ "displayName": "OffCanvasSuspenseFallback",
314861
+ "methods": [],
314862
+ "props": {}
314863
+ },
314864
314864
  {
314865
314865
  "tags": {},
314866
314866
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.tsx",
@@ -315224,6 +315224,87 @@
315224
315224
  "methods": [],
315225
315225
  "props": {}
315226
315226
  },
315227
+ {
315228
+ "tags": {},
315229
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
315230
+ "description": "",
315231
+ "displayName": "ListItemView",
315232
+ "methods": [],
315233
+ "props": {
315234
+ "children": {
315235
+ "defaultValue": null,
315236
+ "description": "",
315237
+ "name": "children",
315238
+ "declarations": [
315239
+ {
315240
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
315241
+ "name": "TypeLiteral"
315242
+ }
315243
+ ],
315244
+ "required": false,
315245
+ "type": {
315246
+ "name": "ReactNode"
315247
+ }
315248
+ },
315249
+ "s": {
315250
+ "defaultValue": null,
315251
+ "description": "Column layout for container size s.",
315252
+ "name": "s",
315253
+ "parent": {
315254
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315255
+ "name": "ColumnLayoutProps"
315256
+ },
315257
+ "declarations": [
315258
+ {
315259
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315260
+ "name": "ColumnLayoutProps"
315261
+ }
315262
+ ],
315263
+ "required": false,
315264
+ "type": {
315265
+ "name": "(number | null)[]"
315266
+ }
315267
+ },
315268
+ "m": {
315269
+ "defaultValue": null,
315270
+ "description": "Column layout for container size m.",
315271
+ "name": "m",
315272
+ "parent": {
315273
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315274
+ "name": "ColumnLayoutProps"
315275
+ },
315276
+ "declarations": [
315277
+ {
315278
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315279
+ "name": "ColumnLayoutProps"
315280
+ }
315281
+ ],
315282
+ "required": false,
315283
+ "type": {
315284
+ "name": "(number | null)[]"
315285
+ }
315286
+ },
315287
+ "l": {
315288
+ "defaultValue": null,
315289
+ "description": "Column layout for container size l.",
315290
+ "name": "l",
315291
+ "parent": {
315292
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315293
+ "name": "ColumnLayoutProps"
315294
+ },
315295
+ "declarations": [
315296
+ {
315297
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315298
+ "name": "ColumnLayoutProps"
315299
+ }
315300
+ ],
315301
+ "required": false,
315302
+ "type": {
315303
+ "name": "(number | null)[]"
315304
+ }
315305
+ }
315306
+ }
315307
+ },
315227
315308
  {
315228
315309
  "tags": {
315229
315310
  "flr-generate": "all"
@@ -315347,87 +315428,6 @@
315347
315428
  }
315348
315429
  }
315349
315430
  },
315350
- {
315351
- "tags": {},
315352
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
315353
- "description": "",
315354
- "displayName": "ListItemView",
315355
- "methods": [],
315356
- "props": {
315357
- "children": {
315358
- "defaultValue": null,
315359
- "description": "",
315360
- "name": "children",
315361
- "declarations": [
315362
- {
315363
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
315364
- "name": "TypeLiteral"
315365
- }
315366
- ],
315367
- "required": false,
315368
- "type": {
315369
- "name": "ReactNode"
315370
- }
315371
- },
315372
- "s": {
315373
- "defaultValue": null,
315374
- "description": "Column layout for container size s.",
315375
- "name": "s",
315376
- "parent": {
315377
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315378
- "name": "ColumnLayoutProps"
315379
- },
315380
- "declarations": [
315381
- {
315382
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315383
- "name": "ColumnLayoutProps"
315384
- }
315385
- ],
315386
- "required": false,
315387
- "type": {
315388
- "name": "(number | null)[]"
315389
- }
315390
- },
315391
- "m": {
315392
- "defaultValue": null,
315393
- "description": "Column layout for container size m.",
315394
- "name": "m",
315395
- "parent": {
315396
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315397
- "name": "ColumnLayoutProps"
315398
- },
315399
- "declarations": [
315400
- {
315401
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315402
- "name": "ColumnLayoutProps"
315403
- }
315404
- ],
315405
- "required": false,
315406
- "type": {
315407
- "name": "(number | null)[]"
315408
- }
315409
- },
315410
- "l": {
315411
- "defaultValue": null,
315412
- "description": "Column layout for container size l.",
315413
- "name": "l",
315414
- "parent": {
315415
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315416
- "name": "ColumnLayoutProps"
315417
- },
315418
- "declarations": [
315419
- {
315420
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
315421
- "name": "ColumnLayoutProps"
315422
- }
315423
- ],
315424
- "required": false,
315425
- "type": {
315426
- "name": "(number | null)[]"
315427
- }
315428
- }
315429
- }
315430
- },
315431
315431
  {
315432
315432
  "tags": {},
315433
315433
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
@@ -321319,9 +321319,9 @@
321319
321319
  "tags": {
321320
321320
  "flr-generate": "all"
321321
321321
  },
321322
- "filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
321322
+ "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
321323
321323
  "description": "",
321324
- "displayName": "YAxis",
321324
+ "displayName": "XAxis",
321325
321325
  "methods": [],
321326
321326
  "props": {
321327
321327
  "className": {
@@ -321402,16 +321402,16 @@
321402
321402
  },
321403
321403
  "scale": {
321404
321404
  "defaultValue": null,
321405
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
321405
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
321406
321406
  "name": "scale",
321407
321407
  "parent": {
321408
- "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/YAxis.d.ts",
321409
- "name": "YAxisProps"
321408
+ "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/XAxis.d.ts",
321409
+ "name": "XAxisProps"
321410
321410
  },
321411
321411
  "declarations": [
321412
321412
  {
321413
- "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/YAxis.d.ts",
321414
- "name": "YAxisProps"
321413
+ "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/XAxis.d.ts",
321414
+ "name": "XAxisProps"
321415
321415
  }
321416
321416
  ],
321417
321417
  "required": false,
@@ -321457,18 +321457,37 @@
321457
321457
  "name": "boolean"
321458
321458
  }
321459
321459
  },
321460
+ "allowDataOverflow": {
321461
+ "defaultValue": null,
321462
+ "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
321463
+ "name": "allowDataOverflow",
321464
+ "parent": {
321465
+ "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/util/types.d.ts",
321466
+ "name": "RenderableAxisProps"
321467
+ },
321468
+ "declarations": [
321469
+ {
321470
+ "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/util/types.d.ts",
321471
+ "name": "RenderableAxisProps"
321472
+ }
321473
+ ],
321474
+ "required": false,
321475
+ "type": {
321476
+ "name": "boolean"
321477
+ }
321478
+ },
321460
321479
  "interval": {
321461
321480
  "defaultValue": null,
321462
- "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
321481
+ "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
321463
321482
  "name": "interval",
321464
321483
  "parent": {
321465
- "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/YAxis.d.ts",
321466
- "name": "YAxisProps"
321484
+ "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/XAxis.d.ts",
321485
+ "name": "XAxisProps"
321467
321486
  },
321468
321487
  "declarations": [
321469
321488
  {
321470
- "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/YAxis.d.ts",
321471
- "name": "YAxisProps"
321489
+ "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/XAxis.d.ts",
321490
+ "name": "XAxisProps"
321472
321491
  }
321473
321492
  ],
321474
321493
  "required": false,
@@ -321481,13 +321500,13 @@
321481
321500
  "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
321482
321501
  "name": "minTickGap",
321483
321502
  "parent": {
321484
- "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/YAxis.d.ts",
321485
- "name": "YAxisProps"
321503
+ "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/XAxis.d.ts",
321504
+ "name": "XAxisProps"
321486
321505
  },
321487
321506
  "declarations": [
321488
321507
  {
321489
- "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/YAxis.d.ts",
321490
- "name": "YAxisProps"
321508
+ "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/XAxis.d.ts",
321509
+ "name": "XAxisProps"
321491
321510
  }
321492
321511
  ],
321493
321512
  "required": false,
@@ -321497,16 +321516,16 @@
321497
321516
  },
321498
321517
  "domain": {
321499
321518
  "defaultValue": null,
321500
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
321519
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
321501
321520
  "name": "domain",
321502
321521
  "parent": {
321503
- "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/YAxis.d.ts",
321504
- "name": "YAxisProps"
321522
+ "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/XAxis.d.ts",
321523
+ "name": "XAxisProps"
321505
321524
  },
321506
321525
  "declarations": [
321507
321526
  {
321508
- "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/YAxis.d.ts",
321509
- "name": "YAxisProps"
321527
+ "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/XAxis.d.ts",
321528
+ "name": "XAxisProps"
321510
321529
  }
321511
321530
  ],
321512
321531
  "required": false,
@@ -321558,42 +321577,44 @@
321558
321577
  "tags": {
321559
321578
  "flr-generate": "all"
321560
321579
  },
321561
- "filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
321580
+ "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
321562
321581
  "description": "",
321563
- "displayName": "XAxis",
321582
+ "displayName": "Line",
321564
321583
  "methods": [],
321565
321584
  "props": {
321566
- "className": {
321567
- "defaultValue": null,
321568
- "description": "",
321569
- "name": "className",
321585
+ "color": {
321586
+ "defaultValue": {
321587
+ "value": "\"sea-green\""
321588
+ },
321589
+ "description": "The color of the line.",
321590
+ "name": "color",
321570
321591
  "parent": {
321571
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321572
- "name": "HTMLAttributes"
321592
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
321593
+ "name": "LineProps"
321573
321594
  },
321574
321595
  "declarations": [
321575
321596
  {
321576
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321577
- "name": "HTMLAttributes"
321597
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
321598
+ "name": "LineProps"
321578
321599
  }
321579
321600
  ],
321580
321601
  "required": false,
321581
321602
  "type": {
321582
- "name": "string"
321603
+ "name": "CategoricalWithCustomColor"
321583
321604
  }
321584
321605
  },
321585
- "type": {
321606
+ "className": {
321586
321607
  "defaultValue": null,
321587
321608
  "description": "",
321588
- "name": "type",
321609
+ "name": "className",
321589
321610
  "parent": {
321590
321611
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321591
- "name": "SVGAttributes"
321612
+ "name": "HTMLAttributes"
321592
321613
  },
321593
321614
  "declarations": [
321594
321615
  {
321595
321616
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321596
- "name": "SVGAttributes"
321617
+ "name": "HTMLAttributes"
321597
321618
  }
321598
321619
  ],
321599
321620
  "required": false,
@@ -321601,75 +321622,60 @@
321601
321622
  "name": "string"
321602
321623
  }
321603
321624
  },
321604
- "hide": {
321605
- "defaultValue": null,
321606
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
321607
- "name": "hide",
321608
- "parent": {
321609
- "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/util/types.d.ts",
321610
- "name": "RenderableAxisProps"
321611
- },
321612
- "declarations": [
321613
- {
321614
- "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/util/types.d.ts",
321615
- "name": "RenderableAxisProps"
321616
- }
321617
- ],
321618
- "required": false,
321619
- "type": {
321620
- "name": "boolean"
321621
- }
321622
- },
321623
- "orientation": {
321625
+ "key": {
321624
321626
  "defaultValue": null,
321625
321627
  "description": "",
321626
- "name": "orientation",
321628
+ "name": "key",
321627
321629
  "parent": {
321628
321630
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321629
- "name": "SVGAttributes"
321631
+ "name": "Attributes"
321630
321632
  },
321631
321633
  "declarations": [
321632
321634
  {
321633
321635
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321634
- "name": "SVGAttributes"
321636
+ "name": "Attributes"
321635
321637
  }
321636
321638
  ],
321637
321639
  "required": false,
321638
321640
  "type": {
321639
- "name": "string | number"
321641
+ "name": "Key | null"
321640
321642
  }
321641
321643
  },
321642
- "scale": {
321644
+ "type": {
321643
321645
  "defaultValue": null,
321644
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
321645
- "name": "scale",
321646
+ "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.}",
321647
+ "name": "type",
321646
321648
  "parent": {
321647
- "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/XAxis.d.ts",
321648
- "name": "XAxisProps"
321649
+ "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",
321650
+ "name": "CurveProps"
321649
321651
  },
321650
321652
  "declarations": [
321651
321653
  {
321652
- "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/XAxis.d.ts",
321653
- "name": "XAxisProps"
321654
+ "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",
321655
+ "name": "CurveProps"
321656
+ },
321657
+ {
321658
+ "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",
321659
+ "name": "LineProps"
321654
321660
  }
321655
321661
  ],
321656
321662
  "required": false,
321657
321663
  "type": {
321658
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
321664
+ "name": "CurveType"
321659
321665
  }
321660
321666
  },
321661
321667
  "dataKey": {
321662
321668
  "defaultValue": null,
321663
- "description": "Decides how to extract the value of this Axis 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 Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
321669
+ "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.",
321664
321670
  "name": "dataKey",
321665
321671
  "parent": {
321666
- "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/util/types.d.ts",
321667
- "name": "BaseAxisProps"
321672
+ "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",
321673
+ "name": "LineProps"
321668
321674
  },
321669
321675
  "declarations": [
321670
321676
  {
321671
- "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/util/types.d.ts",
321672
- "name": "BaseAxisProps"
321677
+ "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",
321678
+ "name": "LineProps"
321673
321679
  }
321674
321680
  ],
321675
321681
  "required": false,
@@ -321677,94 +321683,105 @@
321677
321683
  "name": "DataKey<any>"
321678
321684
  }
321679
321685
  },
321680
- "allowDecimals": {
321686
+ "unit": {
321681
321687
  "defaultValue": null,
321682
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
321683
- "name": "allowDecimals",
321688
+ "description": "The unit of data. This option will be used in tooltip.",
321689
+ "name": "unit",
321684
321690
  "parent": {
321685
- "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/util/types.d.ts",
321686
- "name": "RenderableAxisProps"
321691
+ "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",
321692
+ "name": "LineProps"
321687
321693
  },
321688
321694
  "declarations": [
321689
321695
  {
321690
- "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/util/types.d.ts",
321691
- "name": "RenderableAxisProps"
321696
+ "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",
321697
+ "name": "LineProps"
321692
321698
  }
321693
321699
  ],
321694
321700
  "required": false,
321695
321701
  "type": {
321696
- "name": "boolean"
321702
+ "name": "string | number | null"
321697
321703
  }
321698
321704
  },
321699
- "interval": {
321705
+ "xAxisId": {
321700
321706
  "defaultValue": null,
321701
- "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
321702
- "name": "interval",
321707
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
321708
+ "name": "xAxisId",
321703
321709
  "parent": {
321704
- "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/XAxis.d.ts",
321705
- "name": "XAxisProps"
321710
+ "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",
321711
+ "name": "LineProps"
321706
321712
  },
321707
321713
  "declarations": [
321708
321714
  {
321709
- "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/XAxis.d.ts",
321710
- "name": "XAxisProps"
321715
+ "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",
321716
+ "name": "LineProps"
321711
321717
  }
321712
321718
  ],
321713
321719
  "required": false,
321714
321720
  "type": {
321715
- "name": "AxisInterval"
321721
+ "name": "AxisId"
321716
321722
  }
321717
321723
  },
321718
- "minTickGap": {
321724
+ "yAxisId": {
321719
321725
  "defaultValue": null,
321720
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
321721
- "name": "minTickGap",
321726
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
321727
+ "name": "yAxisId",
321722
321728
  "parent": {
321723
- "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/XAxis.d.ts",
321724
- "name": "XAxisProps"
321729
+ "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",
321730
+ "name": "LineProps"
321725
321731
  },
321726
321732
  "declarations": [
321727
321733
  {
321728
- "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/XAxis.d.ts",
321729
- "name": "XAxisProps"
321734
+ "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",
321735
+ "name": "LineProps"
321730
321736
  }
321731
321737
  ],
321732
321738
  "required": false,
321733
321739
  "type": {
321734
- "name": "number"
321740
+ "name": "AxisId"
321735
321741
  }
321736
- },
321737
- "domain": {
321742
+ }
321743
+ }
321744
+ },
321745
+ {
321746
+ "tags": {
321747
+ "flr-generate": "all"
321748
+ },
321749
+ "filePath": "src/components/CartesianChart/components/YAxis/YAxis.tsx",
321750
+ "description": "",
321751
+ "displayName": "YAxis",
321752
+ "methods": [],
321753
+ "props": {
321754
+ "className": {
321738
321755
  "defaultValue": null,
321739
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
321740
- "name": "domain",
321756
+ "description": "",
321757
+ "name": "className",
321741
321758
  "parent": {
321742
- "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/XAxis.d.ts",
321743
- "name": "XAxisProps"
321759
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321760
+ "name": "HTMLAttributes"
321744
321761
  },
321745
321762
  "declarations": [
321746
321763
  {
321747
- "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/XAxis.d.ts",
321748
- "name": "XAxisProps"
321764
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321765
+ "name": "HTMLAttributes"
321749
321766
  }
321750
321767
  ],
321751
321768
  "required": false,
321752
321769
  "type": {
321753
- "name": "AxisDomain"
321770
+ "name": "string"
321754
321771
  }
321755
321772
  },
321756
- "unit": {
321773
+ "type": {
321757
321774
  "defaultValue": null,
321758
- "description": "The unit of data. This option will be used in tooltip.",
321759
- "name": "unit",
321775
+ "description": "",
321776
+ "name": "type",
321760
321777
  "parent": {
321761
- "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/util/types.d.ts",
321762
- "name": "BaseAxisProps"
321778
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321779
+ "name": "SVGAttributes"
321763
321780
  },
321764
321781
  "declarations": [
321765
321782
  {
321766
- "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/util/types.d.ts",
321767
- "name": "BaseAxisProps"
321783
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321784
+ "name": "SVGAttributes"
321768
321785
  }
321769
321786
  ],
321770
321787
  "required": false,
@@ -321772,10 +321789,10 @@
321772
321789
  "name": "string"
321773
321790
  }
321774
321791
  },
321775
- "tickFormatter": {
321792
+ "hide": {
321776
321793
  "defaultValue": null,
321777
- "description": "The formatter function of tick.",
321778
- "name": "tickFormatter",
321794
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
321795
+ "name": "hide",
321779
321796
  "parent": {
321780
321797
  "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/util/types.d.ts",
321781
321798
  "name": "RenderableAxisProps"
@@ -321788,195 +321805,178 @@
321788
321805
  ],
321789
321806
  "required": false,
321790
321807
  "type": {
321791
- "name": "((value: any, index: number) => string)"
321808
+ "name": "boolean"
321792
321809
  }
321793
321810
  },
321794
- "allowDataOverflow": {
321811
+ "orientation": {
321795
321812
  "defaultValue": null,
321796
- "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
321797
- "name": "allowDataOverflow",
321813
+ "description": "",
321814
+ "name": "orientation",
321798
321815
  "parent": {
321799
- "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/util/types.d.ts",
321800
- "name": "RenderableAxisProps"
321816
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321817
+ "name": "SVGAttributes"
321801
321818
  },
321802
321819
  "declarations": [
321803
321820
  {
321804
- "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/util/types.d.ts",
321805
- "name": "RenderableAxisProps"
321821
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321822
+ "name": "SVGAttributes"
321806
321823
  }
321807
321824
  ],
321808
321825
  "required": false,
321809
321826
  "type": {
321810
- "name": "boolean"
321827
+ "name": "string | number"
321811
321828
  }
321812
- }
321813
- }
321814
- },
321815
- {
321816
- "tags": {
321817
- "flr-generate": "all"
321818
- },
321819
- "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
321820
- "description": "",
321821
- "displayName": "Line",
321822
- "methods": [],
321823
- "props": {
321824
- "color": {
321825
- "defaultValue": {
321826
- "value": "\"sea-green\""
321827
- },
321828
- "description": "The color of the line.",
321829
- "name": "color",
321829
+ },
321830
+ "scale": {
321831
+ "defaultValue": null,
321832
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
321833
+ "name": "scale",
321830
321834
  "parent": {
321831
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
321832
- "name": "LineProps"
321835
+ "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/YAxis.d.ts",
321836
+ "name": "YAxisProps"
321833
321837
  },
321834
321838
  "declarations": [
321835
321839
  {
321836
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
321837
- "name": "LineProps"
321840
+ "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/YAxis.d.ts",
321841
+ "name": "YAxisProps"
321838
321842
  }
321839
321843
  ],
321840
321844
  "required": false,
321841
321845
  "type": {
321842
- "name": "CategoricalWithCustomColor"
321846
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
321843
321847
  }
321844
321848
  },
321845
- "className": {
321849
+ "dataKey": {
321846
321850
  "defaultValue": null,
321847
- "description": "",
321848
- "name": "className",
321851
+ "description": "Decides how to extract the value of this Axis 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 Axis.\n\nIf undefined, it will reuse the dataKey of graphical items.",
321852
+ "name": "dataKey",
321849
321853
  "parent": {
321850
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321851
- "name": "HTMLAttributes"
321854
+ "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/util/types.d.ts",
321855
+ "name": "BaseAxisProps"
321852
321856
  },
321853
321857
  "declarations": [
321854
321858
  {
321855
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321856
- "name": "HTMLAttributes"
321859
+ "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/util/types.d.ts",
321860
+ "name": "BaseAxisProps"
321857
321861
  }
321858
321862
  ],
321859
321863
  "required": false,
321860
321864
  "type": {
321861
- "name": "string"
321865
+ "name": "DataKey<any>"
321862
321866
  }
321863
321867
  },
321864
- "key": {
321868
+ "allowDecimals": {
321865
321869
  "defaultValue": null,
321866
- "description": "",
321867
- "name": "key",
321870
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
321871
+ "name": "allowDecimals",
321868
321872
  "parent": {
321869
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321870
- "name": "Attributes"
321873
+ "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/util/types.d.ts",
321874
+ "name": "RenderableAxisProps"
321871
321875
  },
321872
321876
  "declarations": [
321873
321877
  {
321874
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
321875
- "name": "Attributes"
321878
+ "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/util/types.d.ts",
321879
+ "name": "RenderableAxisProps"
321876
321880
  }
321877
321881
  ],
321878
321882
  "required": false,
321879
321883
  "type": {
321880
- "name": "Key | null"
321884
+ "name": "boolean"
321881
321885
  }
321882
321886
  },
321883
- "type": {
321887
+ "interval": {
321884
321888
  "defaultValue": null,
321885
- "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.}",
321886
- "name": "type",
321889
+ "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
321890
+ "name": "interval",
321887
321891
  "parent": {
321888
- "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",
321889
- "name": "CurveProps"
321892
+ "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/YAxis.d.ts",
321893
+ "name": "YAxisProps"
321890
321894
  },
321891
321895
  "declarations": [
321892
321896
  {
321893
- "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",
321894
- "name": "CurveProps"
321895
- },
321896
- {
321897
- "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",
321898
- "name": "LineProps"
321897
+ "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/YAxis.d.ts",
321898
+ "name": "YAxisProps"
321899
321899
  }
321900
321900
  ],
321901
321901
  "required": false,
321902
321902
  "type": {
321903
- "name": "CurveType"
321903
+ "name": "AxisInterval"
321904
321904
  }
321905
321905
  },
321906
- "dataKey": {
321906
+ "minTickGap": {
321907
321907
  "defaultValue": null,
321908
- "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.",
321909
- "name": "dataKey",
321908
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
321909
+ "name": "minTickGap",
321910
321910
  "parent": {
321911
- "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",
321912
- "name": "LineProps"
321911
+ "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/YAxis.d.ts",
321912
+ "name": "YAxisProps"
321913
321913
  },
321914
321914
  "declarations": [
321915
321915
  {
321916
- "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",
321917
- "name": "LineProps"
321916
+ "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/YAxis.d.ts",
321917
+ "name": "YAxisProps"
321918
321918
  }
321919
321919
  ],
321920
321920
  "required": false,
321921
321921
  "type": {
321922
- "name": "DataKey<any>"
321922
+ "name": "number"
321923
321923
  }
321924
321924
  },
321925
- "unit": {
321925
+ "domain": {
321926
321926
  "defaultValue": null,
321927
- "description": "The unit of data. This option will be used in tooltip.",
321928
- "name": "unit",
321927
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
321928
+ "name": "domain",
321929
321929
  "parent": {
321930
- "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",
321931
- "name": "LineProps"
321930
+ "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/YAxis.d.ts",
321931
+ "name": "YAxisProps"
321932
321932
  },
321933
321933
  "declarations": [
321934
321934
  {
321935
- "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",
321936
- "name": "LineProps"
321935
+ "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/YAxis.d.ts",
321936
+ "name": "YAxisProps"
321937
321937
  }
321938
321938
  ],
321939
321939
  "required": false,
321940
321940
  "type": {
321941
- "name": "string | number | null"
321941
+ "name": "AxisDomain"
321942
321942
  }
321943
321943
  },
321944
- "xAxisId": {
321944
+ "unit": {
321945
321945
  "defaultValue": null,
321946
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
321947
- "name": "xAxisId",
321946
+ "description": "The unit of data. This option will be used in tooltip.",
321947
+ "name": "unit",
321948
321948
  "parent": {
321949
- "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",
321950
- "name": "LineProps"
321949
+ "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/util/types.d.ts",
321950
+ "name": "BaseAxisProps"
321951
321951
  },
321952
321952
  "declarations": [
321953
321953
  {
321954
- "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",
321955
- "name": "LineProps"
321954
+ "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/util/types.d.ts",
321955
+ "name": "BaseAxisProps"
321956
321956
  }
321957
321957
  ],
321958
321958
  "required": false,
321959
321959
  "type": {
321960
- "name": "AxisId"
321960
+ "name": "string"
321961
321961
  }
321962
321962
  },
321963
- "yAxisId": {
321963
+ "tickFormatter": {
321964
321964
  "defaultValue": null,
321965
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
321966
- "name": "yAxisId",
321965
+ "description": "The formatter function of tick.",
321966
+ "name": "tickFormatter",
321967
321967
  "parent": {
321968
- "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",
321969
- "name": "LineProps"
321968
+ "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/util/types.d.ts",
321969
+ "name": "RenderableAxisProps"
321970
321970
  },
321971
321971
  "declarations": [
321972
321972
  {
321973
- "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",
321974
- "name": "LineProps"
321973
+ "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/util/types.d.ts",
321974
+ "name": "RenderableAxisProps"
321975
321975
  }
321976
321976
  ],
321977
321977
  "required": false,
321978
321978
  "type": {
321979
- "name": "AxisId"
321979
+ "name": "((value: any, index: number) => string)"
321980
321980
  }
321981
321981
  }
321982
321982
  }