@mittwald/flow-react-components 0.2.0-alpha.820 → 0.2.0-alpha.821

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.
@@ -149693,281 +149693,6 @@
149693
149693
  }
149694
149694
  }
149695
149695
  },
149696
- {
149697
- "tags": {
149698
- "flr-generate": "all"
149699
- },
149700
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
149701
- "description": "",
149702
- "displayName": "FileField",
149703
- "methods": [],
149704
- "props": {
149705
- "onChange": {
149706
- "defaultValue": null,
149707
- "description": "Handler that is called when the file input changes.",
149708
- "name": "onChange",
149709
- "parent": {
149710
- "fileName": "components/src/components/FileField/FileField.tsx",
149711
- "name": "FileFieldProps"
149712
- },
149713
- "declarations": [
149714
- {
149715
- "fileName": "components/src/components/FileField/FileField.tsx",
149716
- "name": "FileFieldProps"
149717
- }
149718
- ],
149719
- "required": false,
149720
- "type": {
149721
- "name": "FileInputOnChangeHandler"
149722
- }
149723
- },
149724
- "isReadOnly": {
149725
- "defaultValue": null,
149726
- "description": "Whether the component is read only.",
149727
- "name": "isReadOnly",
149728
- "parent": {
149729
- "fileName": "components/src/components/FileField/FileField.tsx",
149730
- "name": "FileFieldProps"
149731
- },
149732
- "declarations": [
149733
- {
149734
- "fileName": "components/src/components/FileField/FileField.tsx",
149735
- "name": "FileFieldProps"
149736
- }
149737
- ],
149738
- "required": false,
149739
- "type": {
149740
- "name": "boolean"
149741
- }
149742
- },
149743
- "children": {
149744
- "defaultValue": null,
149745
- "description": "",
149746
- "name": "children",
149747
- "declarations": [
149748
- {
149749
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149750
- "name": "TypeLiteral"
149751
- }
149752
- ],
149753
- "required": false,
149754
- "type": {
149755
- "name": "ReactNode"
149756
- }
149757
- },
149758
- "wrapWith": {
149759
- "defaultValue": null,
149760
- "description": "",
149761
- "name": "wrapWith",
149762
- "parent": {
149763
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
149764
- "name": "FlowComponentProps"
149765
- },
149766
- "declarations": [
149767
- {
149768
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
149769
- "name": "FlowComponentProps"
149770
- }
149771
- ],
149772
- "required": false,
149773
- "type": {
149774
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
149775
- }
149776
- },
149777
- "tunnel": {
149778
- "defaultValue": null,
149779
- "description": "@internal",
149780
- "name": "tunnel",
149781
- "parent": {
149782
- "fileName": "components/src/lib/types/props.ts",
149783
- "name": "PropsWithTunnel"
149784
- },
149785
- "declarations": [
149786
- {
149787
- "fileName": "components/src/lib/types/props.ts",
149788
- "name": "PropsWithTunnel"
149789
- }
149790
- ],
149791
- "required": false,
149792
- "type": {
149793
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
149794
- }
149795
- },
149796
- "ref": {
149797
- "defaultValue": null,
149798
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
149799
- "name": "ref",
149800
- "parent": {
149801
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149802
- "name": "RefAttributes"
149803
- },
149804
- "declarations": [
149805
- {
149806
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149807
- "name": "RefAttributes"
149808
- }
149809
- ],
149810
- "required": false,
149811
- "type": {
149812
- "name": "Ref<HTMLSpanElement>"
149813
- }
149814
- },
149815
- "key": {
149816
- "defaultValue": null,
149817
- "description": "",
149818
- "name": "key",
149819
- "parent": {
149820
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149821
- "name": "Attributes"
149822
- },
149823
- "declarations": [
149824
- {
149825
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149826
- "name": "Attributes"
149827
- }
149828
- ],
149829
- "required": false,
149830
- "type": {
149831
- "name": "Key | null"
149832
- }
149833
- },
149834
- "name": {
149835
- "defaultValue": null,
149836
- "description": "",
149837
- "name": "name",
149838
- "parent": {
149839
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149840
- "name": "InputHTMLAttributes"
149841
- },
149842
- "declarations": [
149843
- {
149844
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149845
- "name": "InputHTMLAttributes"
149846
- }
149847
- ],
149848
- "required": false,
149849
- "type": {
149850
- "name": "string"
149851
- }
149852
- },
149853
- "accept": {
149854
- "defaultValue": null,
149855
- "description": "",
149856
- "name": "accept",
149857
- "parent": {
149858
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149859
- "name": "InputHTMLAttributes"
149860
- },
149861
- "declarations": [
149862
- {
149863
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149864
- "name": "InputHTMLAttributes"
149865
- }
149866
- ],
149867
- "required": false,
149868
- "type": {
149869
- "name": "string"
149870
- }
149871
- },
149872
- "multiple": {
149873
- "defaultValue": null,
149874
- "description": "",
149875
- "name": "multiple",
149876
- "parent": {
149877
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149878
- "name": "InputHTMLAttributes"
149879
- },
149880
- "declarations": [
149881
- {
149882
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
149883
- "name": "InputHTMLAttributes"
149884
- }
149885
- ],
149886
- "required": false,
149887
- "type": {
149888
- "name": "boolean"
149889
- }
149890
- },
149891
- "validationBehavior": {
149892
- "defaultValue": {
149893
- "value": "'native'"
149894
- },
149895
- "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.",
149896
- "name": "validationBehavior",
149897
- "parent": {
149898
- "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",
149899
- "name": "RACValidation"
149900
- },
149901
- "declarations": [
149902
- {
149903
- "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",
149904
- "name": "RACValidation"
149905
- }
149906
- ],
149907
- "required": false,
149908
- "type": {
149909
- "name": "\"native\" | \"aria\""
149910
- }
149911
- },
149912
- "isDisabled": {
149913
- "defaultValue": null,
149914
- "description": "Whether the input is disabled.",
149915
- "name": "isDisabled",
149916
- "parent": {
149917
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
149918
- "name": "InputBase"
149919
- },
149920
- "declarations": [
149921
- {
149922
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
149923
- "name": "InputBase"
149924
- }
149925
- ],
149926
- "required": false,
149927
- "type": {
149928
- "name": "boolean"
149929
- }
149930
- },
149931
- "isRequired": {
149932
- "defaultValue": null,
149933
- "description": "Whether user input is required on the input before form submission.",
149934
- "name": "isRequired",
149935
- "parent": {
149936
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
149937
- "name": "Validation"
149938
- },
149939
- "declarations": [
149940
- {
149941
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
149942
- "name": "Validation"
149943
- }
149944
- ],
149945
- "required": false,
149946
- "type": {
149947
- "name": "boolean"
149948
- }
149949
- },
149950
- "isInvalid": {
149951
- "defaultValue": null,
149952
- "description": "Whether the value is invalid.",
149953
- "name": "isInvalid",
149954
- "parent": {
149955
- "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",
149956
- "name": "TextFieldProps"
149957
- },
149958
- "declarations": [
149959
- {
149960
- "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",
149961
- "name": "TextFieldProps"
149962
- }
149963
- ],
149964
- "required": false,
149965
- "type": {
149966
- "name": "boolean"
149967
- }
149968
- }
149969
- }
149970
- },
149971
149696
  {
149972
149697
  "tags": {
149973
149698
  "flr-generate": "all"
@@ -155527,6 +155252,281 @@
155527
155252
  }
155528
155253
  }
155529
155254
  },
155255
+ {
155256
+ "tags": {
155257
+ "flr-generate": "all"
155258
+ },
155259
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
155260
+ "description": "",
155261
+ "displayName": "FileField",
155262
+ "methods": [],
155263
+ "props": {
155264
+ "onChange": {
155265
+ "defaultValue": null,
155266
+ "description": "Handler that is called when the file input changes.",
155267
+ "name": "onChange",
155268
+ "parent": {
155269
+ "fileName": "components/src/components/FileField/FileField.tsx",
155270
+ "name": "FileFieldProps"
155271
+ },
155272
+ "declarations": [
155273
+ {
155274
+ "fileName": "components/src/components/FileField/FileField.tsx",
155275
+ "name": "FileFieldProps"
155276
+ }
155277
+ ],
155278
+ "required": false,
155279
+ "type": {
155280
+ "name": "FileInputOnChangeHandler"
155281
+ }
155282
+ },
155283
+ "isReadOnly": {
155284
+ "defaultValue": null,
155285
+ "description": "Whether the component is read only.",
155286
+ "name": "isReadOnly",
155287
+ "parent": {
155288
+ "fileName": "components/src/components/FileField/FileField.tsx",
155289
+ "name": "FileFieldProps"
155290
+ },
155291
+ "declarations": [
155292
+ {
155293
+ "fileName": "components/src/components/FileField/FileField.tsx",
155294
+ "name": "FileFieldProps"
155295
+ }
155296
+ ],
155297
+ "required": false,
155298
+ "type": {
155299
+ "name": "boolean"
155300
+ }
155301
+ },
155302
+ "children": {
155303
+ "defaultValue": null,
155304
+ "description": "",
155305
+ "name": "children",
155306
+ "declarations": [
155307
+ {
155308
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155309
+ "name": "TypeLiteral"
155310
+ }
155311
+ ],
155312
+ "required": false,
155313
+ "type": {
155314
+ "name": "ReactNode"
155315
+ }
155316
+ },
155317
+ "wrapWith": {
155318
+ "defaultValue": null,
155319
+ "description": "",
155320
+ "name": "wrapWith",
155321
+ "parent": {
155322
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
155323
+ "name": "FlowComponentProps"
155324
+ },
155325
+ "declarations": [
155326
+ {
155327
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
155328
+ "name": "FlowComponentProps"
155329
+ }
155330
+ ],
155331
+ "required": false,
155332
+ "type": {
155333
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
155334
+ }
155335
+ },
155336
+ "tunnel": {
155337
+ "defaultValue": null,
155338
+ "description": "@internal",
155339
+ "name": "tunnel",
155340
+ "parent": {
155341
+ "fileName": "components/src/lib/types/props.ts",
155342
+ "name": "PropsWithTunnel"
155343
+ },
155344
+ "declarations": [
155345
+ {
155346
+ "fileName": "components/src/lib/types/props.ts",
155347
+ "name": "PropsWithTunnel"
155348
+ }
155349
+ ],
155350
+ "required": false,
155351
+ "type": {
155352
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
155353
+ }
155354
+ },
155355
+ "ref": {
155356
+ "defaultValue": null,
155357
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
155358
+ "name": "ref",
155359
+ "parent": {
155360
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155361
+ "name": "RefAttributes"
155362
+ },
155363
+ "declarations": [
155364
+ {
155365
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155366
+ "name": "RefAttributes"
155367
+ }
155368
+ ],
155369
+ "required": false,
155370
+ "type": {
155371
+ "name": "Ref<HTMLSpanElement>"
155372
+ }
155373
+ },
155374
+ "key": {
155375
+ "defaultValue": null,
155376
+ "description": "",
155377
+ "name": "key",
155378
+ "parent": {
155379
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155380
+ "name": "Attributes"
155381
+ },
155382
+ "declarations": [
155383
+ {
155384
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155385
+ "name": "Attributes"
155386
+ }
155387
+ ],
155388
+ "required": false,
155389
+ "type": {
155390
+ "name": "Key | null"
155391
+ }
155392
+ },
155393
+ "name": {
155394
+ "defaultValue": null,
155395
+ "description": "",
155396
+ "name": "name",
155397
+ "parent": {
155398
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155399
+ "name": "InputHTMLAttributes"
155400
+ },
155401
+ "declarations": [
155402
+ {
155403
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155404
+ "name": "InputHTMLAttributes"
155405
+ }
155406
+ ],
155407
+ "required": false,
155408
+ "type": {
155409
+ "name": "string"
155410
+ }
155411
+ },
155412
+ "accept": {
155413
+ "defaultValue": null,
155414
+ "description": "",
155415
+ "name": "accept",
155416
+ "parent": {
155417
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155418
+ "name": "InputHTMLAttributes"
155419
+ },
155420
+ "declarations": [
155421
+ {
155422
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155423
+ "name": "InputHTMLAttributes"
155424
+ }
155425
+ ],
155426
+ "required": false,
155427
+ "type": {
155428
+ "name": "string"
155429
+ }
155430
+ },
155431
+ "multiple": {
155432
+ "defaultValue": null,
155433
+ "description": "",
155434
+ "name": "multiple",
155435
+ "parent": {
155436
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155437
+ "name": "InputHTMLAttributes"
155438
+ },
155439
+ "declarations": [
155440
+ {
155441
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155442
+ "name": "InputHTMLAttributes"
155443
+ }
155444
+ ],
155445
+ "required": false,
155446
+ "type": {
155447
+ "name": "boolean"
155448
+ }
155449
+ },
155450
+ "validationBehavior": {
155451
+ "defaultValue": {
155452
+ "value": "'native'"
155453
+ },
155454
+ "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.",
155455
+ "name": "validationBehavior",
155456
+ "parent": {
155457
+ "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",
155458
+ "name": "RACValidation"
155459
+ },
155460
+ "declarations": [
155461
+ {
155462
+ "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",
155463
+ "name": "RACValidation"
155464
+ }
155465
+ ],
155466
+ "required": false,
155467
+ "type": {
155468
+ "name": "\"native\" | \"aria\""
155469
+ }
155470
+ },
155471
+ "isDisabled": {
155472
+ "defaultValue": null,
155473
+ "description": "Whether the input is disabled.",
155474
+ "name": "isDisabled",
155475
+ "parent": {
155476
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155477
+ "name": "InputBase"
155478
+ },
155479
+ "declarations": [
155480
+ {
155481
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155482
+ "name": "InputBase"
155483
+ }
155484
+ ],
155485
+ "required": false,
155486
+ "type": {
155487
+ "name": "boolean"
155488
+ }
155489
+ },
155490
+ "isRequired": {
155491
+ "defaultValue": null,
155492
+ "description": "Whether user input is required on the input before form submission.",
155493
+ "name": "isRequired",
155494
+ "parent": {
155495
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155496
+ "name": "Validation"
155497
+ },
155498
+ "declarations": [
155499
+ {
155500
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155501
+ "name": "Validation"
155502
+ }
155503
+ ],
155504
+ "required": false,
155505
+ "type": {
155506
+ "name": "boolean"
155507
+ }
155508
+ },
155509
+ "isInvalid": {
155510
+ "defaultValue": null,
155511
+ "description": "Whether the value is invalid.",
155512
+ "name": "isInvalid",
155513
+ "parent": {
155514
+ "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",
155515
+ "name": "TextFieldProps"
155516
+ },
155517
+ "declarations": [
155518
+ {
155519
+ "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",
155520
+ "name": "TextFieldProps"
155521
+ }
155522
+ ],
155523
+ "required": false,
155524
+ "type": {
155525
+ "name": "boolean"
155526
+ }
155527
+ }
155528
+ }
155529
+ },
155530
155530
  {
155531
155531
  "tags": {
155532
155532
  "flr-generate": "all"
@@ -231138,11 +231138,26 @@
231138
231138
  "tags": {
231139
231139
  "flr-generate": "all"
231140
231140
  },
231141
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
231141
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
231142
231142
  "description": "",
231143
- "displayName": "AlertText",
231143
+ "displayName": "Align",
231144
231144
  "methods": [],
231145
231145
  "props": {
231146
+ "children": {
231147
+ "defaultValue": null,
231148
+ "description": "",
231149
+ "name": "children",
231150
+ "declarations": [
231151
+ {
231152
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231153
+ "name": "TypeLiteral"
231154
+ }
231155
+ ],
231156
+ "required": false,
231157
+ "type": {
231158
+ "name": "ReactNode"
231159
+ }
231160
+ },
231146
231161
  "className": {
231147
231162
  "defaultValue": null,
231148
231163
  "description": "The elements class name.",
@@ -231162,21 +231177,6 @@
231162
231177
  "name": "string"
231163
231178
  }
231164
231179
  },
231165
- "children": {
231166
- "defaultValue": null,
231167
- "description": "",
231168
- "name": "children",
231169
- "declarations": [
231170
- {
231171
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231172
- "name": "TypeLiteral"
231173
- }
231174
- ],
231175
- "required": false,
231176
- "type": {
231177
- "name": "ReactNode"
231178
- }
231179
- },
231180
231180
  "wrapWith": {
231181
231181
  "defaultValue": null,
231182
231182
  "description": "",
@@ -231252,21 +231252,6 @@
231252
231252
  "type": {
231253
231253
  "name": "Key | null"
231254
231254
  }
231255
- },
231256
- "status": {
231257
- "defaultValue": null,
231258
- "description": "The elements status",
231259
- "name": "status",
231260
- "declarations": [
231261
- {
231262
- "fileName": "components/src/lib/types/props.ts",
231263
- "name": "TypeLiteral"
231264
- }
231265
- ],
231266
- "required": false,
231267
- "type": {
231268
- "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
231269
- }
231270
231255
  }
231271
231256
  }
231272
231257
  },
@@ -231274,26 +231259,11 @@
231274
231259
  "tags": {
231275
231260
  "flr-generate": "all"
231276
231261
  },
231277
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
231262
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertText/AlertText.tsx",
231278
231263
  "description": "",
231279
- "displayName": "Align",
231264
+ "displayName": "AlertText",
231280
231265
  "methods": [],
231281
231266
  "props": {
231282
- "children": {
231283
- "defaultValue": null,
231284
- "description": "",
231285
- "name": "children",
231286
- "declarations": [
231287
- {
231288
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231289
- "name": "TypeLiteral"
231290
- }
231291
- ],
231292
- "required": false,
231293
- "type": {
231294
- "name": "ReactNode"
231295
- }
231296
- },
231297
231267
  "className": {
231298
231268
  "defaultValue": null,
231299
231269
  "description": "The elements class name.",
@@ -231313,6 +231283,21 @@
231313
231283
  "name": "string"
231314
231284
  }
231315
231285
  },
231286
+ "children": {
231287
+ "defaultValue": null,
231288
+ "description": "",
231289
+ "name": "children",
231290
+ "declarations": [
231291
+ {
231292
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231293
+ "name": "TypeLiteral"
231294
+ }
231295
+ ],
231296
+ "required": false,
231297
+ "type": {
231298
+ "name": "ReactNode"
231299
+ }
231300
+ },
231316
231301
  "wrapWith": {
231317
231302
  "defaultValue": null,
231318
231303
  "description": "",
@@ -231388,6 +231373,21 @@
231388
231373
  "type": {
231389
231374
  "name": "Key | null"
231390
231375
  }
231376
+ },
231377
+ "status": {
231378
+ "defaultValue": null,
231379
+ "description": "The elements status",
231380
+ "name": "status",
231381
+ "declarations": [
231382
+ {
231383
+ "fileName": "components/src/lib/types/props.ts",
231384
+ "name": "TypeLiteral"
231385
+ }
231386
+ ],
231387
+ "required": false,
231388
+ "type": {
231389
+ "name": "\"info\" | \"success\" | \"warning\" | \"danger\" | \"unavailable\""
231390
+ }
231391
231391
  }
231392
231392
  }
231393
231393
  },
@@ -272990,9 +272990,9 @@
272990
272990
  },
272991
272991
  {
272992
272992
  "tags": {},
272993
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
272993
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
272994
272994
  "description": "",
272995
- "displayName": "SubmitButton",
272995
+ "displayName": "ResetButton",
272996
272996
  "methods": [],
272997
272997
  "props": {
272998
272998
  "slot": {
@@ -275341,33 +275341,14 @@
275341
275341
  "type": {
275342
275342
  "name": "Key | null"
275343
275343
  }
275344
- },
275345
- "showFeedback": {
275346
- "defaultValue": null,
275347
- "description": "",
275348
- "name": "showFeedback",
275349
- "parent": {
275350
- "fileName": "components/src/components/Action/types.ts",
275351
- "name": "ActionProps"
275352
- },
275353
- "declarations": [
275354
- {
275355
- "fileName": "components/src/components/Action/types.ts",
275356
- "name": "ActionProps"
275357
- }
275358
- ],
275359
- "required": false,
275360
- "type": {
275361
- "name": "boolean"
275362
- }
275363
275344
  }
275364
275345
  }
275365
275346
  },
275366
275347
  {
275367
275348
  "tags": {},
275368
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.tsx",
275349
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.tsx",
275369
275350
  "description": "",
275370
- "displayName": "ResetButton",
275351
+ "displayName": "SubmitButton",
275371
275352
  "methods": [],
275372
275353
  "props": {
275373
275354
  "slot": {
@@ -277716,6 +277697,25 @@
277716
277697
  "type": {
277717
277698
  "name": "Key | null"
277718
277699
  }
277700
+ },
277701
+ "showFeedback": {
277702
+ "defaultValue": null,
277703
+ "description": "",
277704
+ "name": "showFeedback",
277705
+ "parent": {
277706
+ "fileName": "components/src/components/Action/types.ts",
277707
+ "name": "ActionProps"
277708
+ },
277709
+ "declarations": [
277710
+ {
277711
+ "fileName": "components/src/components/Action/types.ts",
277712
+ "name": "ActionProps"
277713
+ }
277714
+ ],
277715
+ "required": false,
277716
+ "type": {
277717
+ "name": "boolean"
277718
+ }
277719
277719
  }
277720
277720
  }
277721
277721
  },
@@ -277772,108 +277772,23 @@
277772
277772
  },
277773
277773
  {
277774
277774
  "tags": {},
277775
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277776
- "description": "",
277777
- "displayName": "FormContext",
277778
- "methods": [],
277779
- "props": {
277780
- "value": {
277781
- "defaultValue": null,
277782
- "description": "",
277783
- "name": "value",
277784
- "parent": {
277785
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277786
- "name": "ProviderProps"
277787
- },
277788
- "declarations": [
277789
- {
277790
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277791
- "name": "ProviderProps"
277792
- }
277793
- ],
277794
- "required": true,
277795
- "type": {
277796
- "name": "FormContext<FieldValues> | undefined"
277797
- }
277798
- },
277799
- "children": {
277800
- "defaultValue": null,
277801
- "description": "",
277802
- "name": "children",
277803
- "parent": {
277804
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277805
- "name": "DOMAttributes"
277806
- },
277807
- "declarations": [
277808
- {
277809
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277810
- "name": "DOMAttributes"
277811
- }
277812
- ],
277813
- "required": false,
277814
- "type": {
277815
- "name": "ReactNode"
277816
- }
277817
- }
277818
- }
277819
- },
277820
- {
277821
- "tags": {},
277822
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277775
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
277823
277776
  "description": "",
277824
- "displayName": "FormContextProvider",
277777
+ "displayName": "FormSubmitAction",
277825
277778
  "methods": [],
277826
277779
  "props": {
277827
- "form": {
277828
- "defaultValue": null,
277829
- "description": "",
277830
- "name": "form",
277831
- "parent": {
277832
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277833
- "name": "FormContextProviderProps"
277834
- },
277835
- "declarations": [
277836
- {
277837
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277838
- "name": "FormContextProviderProps"
277839
- }
277840
- ],
277841
- "required": true,
277842
- "type": {
277843
- "name": "UseFormReturn"
277844
- }
277845
- },
277846
- "id": {
277847
- "defaultValue": null,
277848
- "description": "",
277849
- "name": "id",
277850
- "parent": {
277851
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277852
- "name": "FormContextProviderProps"
277853
- },
277854
- "declarations": [
277855
- {
277856
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277857
- "name": "FormContextProviderProps"
277858
- }
277859
- ],
277860
- "required": true,
277861
- "type": {
277862
- "name": "string"
277863
- }
277864
- },
277865
- "isReadOnly": {
277780
+ "showFeedback": {
277866
277781
  "defaultValue": null,
277867
277782
  "description": "",
277868
- "name": "isReadOnly",
277783
+ "name": "showFeedback",
277869
277784
  "parent": {
277870
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277871
- "name": "FormContextProviderProps"
277785
+ "fileName": "components/src/components/Action/types.ts",
277786
+ "name": "ActionProps"
277872
277787
  },
277873
277788
  "declarations": [
277874
277789
  {
277875
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277876
- "name": "FormContextProviderProps"
277790
+ "fileName": "components/src/components/Action/types.ts",
277791
+ "name": "ActionProps"
277877
277792
  }
277878
277793
  ],
277879
277794
  "required": false,
@@ -277881,44 +277796,6 @@
277881
277796
  "name": "boolean"
277882
277797
  }
277883
277798
  },
277884
- "onAfterSuccessFeedback": {
277885
- "defaultValue": null,
277886
- "description": "",
277887
- "name": "onAfterSuccessFeedback",
277888
- "parent": {
277889
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277890
- "name": "FormContextProviderProps"
277891
- },
277892
- "declarations": [
277893
- {
277894
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277895
- "name": "FormContextProviderProps"
277896
- }
277897
- ],
277898
- "required": false,
277899
- "type": {
277900
- "name": "AfterFormSubmitCallback"
277901
- }
277902
- },
277903
- "rootErrorController": {
277904
- "defaultValue": null,
277905
- "description": "",
277906
- "name": "rootErrorController",
277907
- "parent": {
277908
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277909
- "name": "FormContextProviderProps"
277910
- },
277911
- "declarations": [
277912
- {
277913
- "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277914
- "name": "FormContextProviderProps"
277915
- }
277916
- ],
277917
- "required": true,
277918
- "type": {
277919
- "name": "FormRootErrorController"
277920
- }
277921
- },
277922
277799
  "children": {
277923
277800
  "defaultValue": null,
277924
277801
  "description": "",
@@ -277938,9 +277815,9 @@
277938
277815
  },
277939
277816
  {
277940
277817
  "tags": {},
277941
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
277818
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
277942
277819
  "description": "",
277943
- "displayName": "FormSubmitAction",
277820
+ "displayName": "FormResetAction",
277944
277821
  "methods": [],
277945
277822
  "props": {
277946
277823
  "showFeedback": {
@@ -277981,11 +277858,64 @@
277981
277858
  },
277982
277859
  {
277983
277860
  "tags": {},
277984
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.tsx",
277861
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277985
277862
  "description": "",
277986
- "displayName": "FormResetAction",
277863
+ "displayName": "FormAction",
277987
277864
  "methods": [],
277988
277865
  "props": {
277866
+ "reset": {
277867
+ "defaultValue": null,
277868
+ "description": "",
277869
+ "name": "reset",
277870
+ "parent": {
277871
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277872
+ "name": "FormActionProps"
277873
+ },
277874
+ "declarations": [
277875
+ {
277876
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277877
+ "name": "FormActionProps"
277878
+ }
277879
+ ],
277880
+ "required": false,
277881
+ "type": {
277882
+ "name": "boolean"
277883
+ }
277884
+ },
277885
+ "submit": {
277886
+ "defaultValue": null,
277887
+ "description": "",
277888
+ "name": "submit",
277889
+ "parent": {
277890
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277891
+ "name": "FormActionProps"
277892
+ },
277893
+ "declarations": [
277894
+ {
277895
+ "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277896
+ "name": "FormActionProps"
277897
+ }
277898
+ ],
277899
+ "required": false,
277900
+ "type": {
277901
+ "name": "boolean"
277902
+ }
277903
+ },
277904
+ "children": {
277905
+ "defaultValue": null,
277906
+ "description": "",
277907
+ "name": "children",
277908
+ "declarations": [
277909
+ {
277910
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277911
+ "name": "TypeLiteral"
277912
+ }
277913
+ ],
277914
+ "required": false,
277915
+ "type": {
277916
+ "name": "ReactNode"
277917
+ }
277918
+ },
277989
277919
  "showFeedback": {
277990
277920
  "defaultValue": null,
277991
277921
  "description": "",
@@ -278004,15 +277934,47 @@
278004
277934
  "type": {
278005
277935
  "name": "boolean"
278006
277936
  }
277937
+ }
277938
+ }
277939
+ },
277940
+ {
277941
+ "tags": {},
277942
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
277943
+ "description": "",
277944
+ "displayName": "FormContext",
277945
+ "methods": [],
277946
+ "props": {
277947
+ "value": {
277948
+ "defaultValue": null,
277949
+ "description": "",
277950
+ "name": "value",
277951
+ "parent": {
277952
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277953
+ "name": "ProviderProps"
277954
+ },
277955
+ "declarations": [
277956
+ {
277957
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277958
+ "name": "ProviderProps"
277959
+ }
277960
+ ],
277961
+ "required": true,
277962
+ "type": {
277963
+ "name": "FormContext<FieldValues> | undefined"
277964
+ }
278007
277965
  },
278008
277966
  "children": {
278009
277967
  "defaultValue": null,
278010
277968
  "description": "",
278011
277969
  "name": "children",
277970
+ "parent": {
277971
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
277972
+ "name": "DOMAttributes"
277973
+ },
278012
277974
  "declarations": [
278013
277975
  {
278014
277976
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278015
- "name": "TypeLiteral"
277977
+ "name": "DOMAttributes"
278016
277978
  }
278017
277979
  ],
278018
277980
  "required": false,
@@ -278024,42 +277986,61 @@
278024
277986
  },
278025
277987
  {
278026
277988
  "tags": {},
278027
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
277989
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278028
277990
  "description": "",
278029
- "displayName": "FormAction",
277991
+ "displayName": "FormContextProvider",
278030
277992
  "methods": [],
278031
277993
  "props": {
278032
- "reset": {
277994
+ "form": {
278033
277995
  "defaultValue": null,
278034
277996
  "description": "",
278035
- "name": "reset",
277997
+ "name": "form",
278036
277998
  "parent": {
278037
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
278038
- "name": "FormActionProps"
277999
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278000
+ "name": "FormContextProviderProps"
278039
278001
  },
278040
278002
  "declarations": [
278041
278003
  {
278042
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
278043
- "name": "FormActionProps"
278004
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278005
+ "name": "FormContextProviderProps"
278044
278006
  }
278045
278007
  ],
278046
- "required": false,
278008
+ "required": true,
278047
278009
  "type": {
278048
- "name": "boolean"
278010
+ "name": "UseFormReturn"
278049
278011
  }
278050
278012
  },
278051
- "submit": {
278013
+ "id": {
278052
278014
  "defaultValue": null,
278053
278015
  "description": "",
278054
- "name": "submit",
278016
+ "name": "id",
278055
278017
  "parent": {
278056
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
278057
- "name": "FormActionProps"
278018
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278019
+ "name": "FormContextProviderProps"
278058
278020
  },
278059
278021
  "declarations": [
278060
278022
  {
278061
- "fileName": "components/src/integrations/react-hook-form/components/FormAction/FormAction.tsx",
278062
- "name": "FormActionProps"
278023
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278024
+ "name": "FormContextProviderProps"
278025
+ }
278026
+ ],
278027
+ "required": true,
278028
+ "type": {
278029
+ "name": "string"
278030
+ }
278031
+ },
278032
+ "isReadOnly": {
278033
+ "defaultValue": null,
278034
+ "description": "",
278035
+ "name": "isReadOnly",
278036
+ "parent": {
278037
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278038
+ "name": "FormContextProviderProps"
278039
+ },
278040
+ "declarations": [
278041
+ {
278042
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278043
+ "name": "FormContextProviderProps"
278063
278044
  }
278064
278045
  ],
278065
278046
  "required": false,
@@ -278067,38 +278048,57 @@
278067
278048
  "name": "boolean"
278068
278049
  }
278069
278050
  },
278070
- "children": {
278051
+ "onAfterSuccessFeedback": {
278071
278052
  "defaultValue": null,
278072
278053
  "description": "",
278073
- "name": "children",
278054
+ "name": "onAfterSuccessFeedback",
278055
+ "parent": {
278056
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278057
+ "name": "FormContextProviderProps"
278058
+ },
278074
278059
  "declarations": [
278075
278060
  {
278076
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278077
- "name": "TypeLiteral"
278061
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278062
+ "name": "FormContextProviderProps"
278078
278063
  }
278079
278064
  ],
278080
278065
  "required": false,
278081
278066
  "type": {
278082
- "name": "ReactNode"
278067
+ "name": "AfterFormSubmitCallback"
278083
278068
  }
278084
278069
  },
278085
- "showFeedback": {
278070
+ "rootErrorController": {
278086
278071
  "defaultValue": null,
278087
278072
  "description": "",
278088
- "name": "showFeedback",
278073
+ "name": "rootErrorController",
278089
278074
  "parent": {
278090
- "fileName": "components/src/components/Action/types.ts",
278091
- "name": "ActionProps"
278075
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278076
+ "name": "FormContextProviderProps"
278092
278077
  },
278093
278078
  "declarations": [
278094
278079
  {
278095
- "fileName": "components/src/components/Action/types.ts",
278096
- "name": "ActionProps"
278080
+ "fileName": "components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
278081
+ "name": "FormContextProviderProps"
278082
+ }
278083
+ ],
278084
+ "required": true,
278085
+ "type": {
278086
+ "name": "FormRootErrorController"
278087
+ }
278088
+ },
278089
+ "children": {
278090
+ "defaultValue": null,
278091
+ "description": "",
278092
+ "name": "children",
278093
+ "declarations": [
278094
+ {
278095
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
278096
+ "name": "TypeLiteral"
278097
278097
  }
278098
278098
  ],
278099
278099
  "required": false,
278100
278100
  "type": {
278101
- "name": "boolean"
278101
+ "name": "ReactNode"
278102
278102
  }
278103
278103
  }
278104
278104
  }
@@ -290175,72 +290175,6 @@
290175
290175
  }
290176
290176
  }
290177
290177
  },
290178
- {
290179
- "tags": {},
290180
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
290181
- "description": "",
290182
- "displayName": "TabList",
290183
- "methods": [],
290184
- "props": {
290185
- "selection": {
290186
- "defaultValue": null,
290187
- "description": "",
290188
- "name": "selection",
290189
- "parent": {
290190
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290191
- "name": "Props"
290192
- },
290193
- "declarations": [
290194
- {
290195
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290196
- "name": "Props"
290197
- }
290198
- ],
290199
- "required": true,
290200
- "type": {
290201
- "name": "Key | undefined"
290202
- }
290203
- },
290204
- "onContextMenuSelectionChange": {
290205
- "defaultValue": null,
290206
- "description": "",
290207
- "name": "onContextMenuSelectionChange",
290208
- "parent": {
290209
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290210
- "name": "Props"
290211
- },
290212
- "declarations": [
290213
- {
290214
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290215
- "name": "Props"
290216
- }
290217
- ],
290218
- "required": true,
290219
- "type": {
290220
- "name": "(key: Key) => void"
290221
- }
290222
- },
290223
- "disabledKeys": {
290224
- "defaultValue": null,
290225
- "description": "",
290226
- "name": "disabledKeys",
290227
- "parent": {
290228
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290229
- "name": "Props"
290230
- },
290231
- "declarations": [
290232
- {
290233
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
290234
- "name": "Props"
290235
- }
290236
- ],
290237
- "required": false,
290238
- "type": {
290239
- "name": "Iterable<Key>"
290240
- }
290241
- }
290242
- }
290243
- },
290244
290178
  {
290245
290179
  "tags": {
290246
290180
  "flr-generate": "all"
@@ -291998,6 +291932,72 @@
291998
291932
  }
291999
291933
  }
292000
291934
  },
291935
+ {
291936
+ "tags": {},
291937
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
291938
+ "description": "",
291939
+ "displayName": "TabList",
291940
+ "methods": [],
291941
+ "props": {
291942
+ "selection": {
291943
+ "defaultValue": null,
291944
+ "description": "",
291945
+ "name": "selection",
291946
+ "parent": {
291947
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291948
+ "name": "Props"
291949
+ },
291950
+ "declarations": [
291951
+ {
291952
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291953
+ "name": "Props"
291954
+ }
291955
+ ],
291956
+ "required": true,
291957
+ "type": {
291958
+ "name": "Key | undefined"
291959
+ }
291960
+ },
291961
+ "onContextMenuSelectionChange": {
291962
+ "defaultValue": null,
291963
+ "description": "",
291964
+ "name": "onContextMenuSelectionChange",
291965
+ "parent": {
291966
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291967
+ "name": "Props"
291968
+ },
291969
+ "declarations": [
291970
+ {
291971
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291972
+ "name": "Props"
291973
+ }
291974
+ ],
291975
+ "required": true,
291976
+ "type": {
291977
+ "name": "(key: Key) => void"
291978
+ }
291979
+ },
291980
+ "disabledKeys": {
291981
+ "defaultValue": null,
291982
+ "description": "",
291983
+ "name": "disabledKeys",
291984
+ "parent": {
291985
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291986
+ "name": "Props"
291987
+ },
291988
+ "declarations": [
291989
+ {
291990
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291991
+ "name": "Props"
291992
+ }
291993
+ ],
291994
+ "required": false,
291995
+ "type": {
291996
+ "name": "Iterable<Key>"
291997
+ }
291998
+ }
291999
+ }
292000
+ },
292001
292001
  {
292002
292002
  "tags": {
292003
292003
  "flr-generate": "all"
@@ -305229,9 +305229,9 @@
305229
305229
  "tags": {
305230
305230
  "flr-generate": "all"
305231
305231
  },
305232
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
305232
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
305233
305233
  "description": "",
305234
- "displayName": "Radio",
305234
+ "displayName": "RadioButton",
305235
305235
  "methods": [],
305236
305236
  "props": {
305237
305237
  "id": {
@@ -307119,9 +307119,9 @@
307119
307119
  "tags": {
307120
307120
  "flr-generate": "all"
307121
307121
  },
307122
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
307122
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
307123
307123
  "description": "",
307124
- "displayName": "RadioButton",
307124
+ "displayName": "Radio",
307125
307125
  "methods": [],
307126
307126
  "props": {
307127
307127
  "id": {
@@ -318800,34 +318800,6 @@
318800
318800
  }
318801
318801
  }
318802
318802
  },
318803
- {
318804
- "tags": {},
318805
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318806
- "description": "",
318807
- "displayName": "DeleteButton",
318808
- "methods": [],
318809
- "props": {
318810
- "onDelete": {
318811
- "defaultValue": null,
318812
- "description": "",
318813
- "name": "onDelete",
318814
- "parent": {
318815
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318816
- "name": "Props"
318817
- },
318818
- "declarations": [
318819
- {
318820
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318821
- "name": "Props"
318822
- }
318823
- ],
318824
- "required": true,
318825
- "type": {
318826
- "name": "() => void"
318827
- }
318828
- }
318829
- }
318830
- },
318831
318803
  {
318832
318804
  "tags": {},
318833
318805
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -318894,6 +318866,34 @@
318894
318866
  }
318895
318867
  }
318896
318868
  },
318869
+ {
318870
+ "tags": {},
318871
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318872
+ "description": "",
318873
+ "displayName": "DeleteButton",
318874
+ "methods": [],
318875
+ "props": {
318876
+ "onDelete": {
318877
+ "defaultValue": null,
318878
+ "description": "",
318879
+ "name": "onDelete",
318880
+ "parent": {
318881
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318882
+ "name": "Props"
318883
+ },
318884
+ "declarations": [
318885
+ {
318886
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318887
+ "name": "Props"
318888
+ }
318889
+ ],
318890
+ "required": true,
318891
+ "type": {
318892
+ "name": "() => void"
318893
+ }
318894
+ }
318895
+ }
318896
+ },
318897
318897
  {
318898
318898
  "tags": {},
318899
318899
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -322504,256 +322504,6 @@
322504
322504
  }
322505
322505
  }
322506
322506
  },
322507
- {
322508
- "tags": {
322509
- "flr-generate": "all"
322510
- },
322511
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
322512
- "description": "",
322513
- "displayName": "XAxis",
322514
- "methods": [],
322515
- "props": {
322516
- "className": {
322517
- "defaultValue": null,
322518
- "description": "",
322519
- "name": "className",
322520
- "parent": {
322521
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322522
- "name": "HTMLAttributes"
322523
- },
322524
- "declarations": [
322525
- {
322526
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322527
- "name": "HTMLAttributes"
322528
- }
322529
- ],
322530
- "required": false,
322531
- "type": {
322532
- "name": "string"
322533
- }
322534
- },
322535
- "type": {
322536
- "defaultValue": null,
322537
- "description": "",
322538
- "name": "type",
322539
- "parent": {
322540
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322541
- "name": "SVGAttributes"
322542
- },
322543
- "declarations": [
322544
- {
322545
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322546
- "name": "SVGAttributes"
322547
- }
322548
- ],
322549
- "required": false,
322550
- "type": {
322551
- "name": "string"
322552
- }
322553
- },
322554
- "hide": {
322555
- "defaultValue": null,
322556
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
322557
- "name": "hide",
322558
- "parent": {
322559
- "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",
322560
- "name": "RenderableAxisProps"
322561
- },
322562
- "declarations": [
322563
- {
322564
- "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",
322565
- "name": "RenderableAxisProps"
322566
- }
322567
- ],
322568
- "required": false,
322569
- "type": {
322570
- "name": "boolean"
322571
- }
322572
- },
322573
- "orientation": {
322574
- "defaultValue": null,
322575
- "description": "",
322576
- "name": "orientation",
322577
- "parent": {
322578
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322579
- "name": "SVGAttributes"
322580
- },
322581
- "declarations": [
322582
- {
322583
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322584
- "name": "SVGAttributes"
322585
- }
322586
- ],
322587
- "required": false,
322588
- "type": {
322589
- "name": "string | number"
322590
- }
322591
- },
322592
- "scale": {
322593
- "defaultValue": null,
322594
- "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} />",
322595
- "name": "scale",
322596
- "parent": {
322597
- "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",
322598
- "name": "XAxisProps"
322599
- },
322600
- "declarations": [
322601
- {
322602
- "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",
322603
- "name": "XAxisProps"
322604
- }
322605
- ],
322606
- "required": false,
322607
- "type": {
322608
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
322609
- }
322610
- },
322611
- "allowDecimals": {
322612
- "defaultValue": null,
322613
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
322614
- "name": "allowDecimals",
322615
- "parent": {
322616
- "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",
322617
- "name": "RenderableAxisProps"
322618
- },
322619
- "declarations": [
322620
- {
322621
- "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",
322622
- "name": "RenderableAxisProps"
322623
- }
322624
- ],
322625
- "required": false,
322626
- "type": {
322627
- "name": "boolean"
322628
- }
322629
- },
322630
- "interval": {
322631
- "defaultValue": null,
322632
- "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",
322633
- "name": "interval",
322634
- "parent": {
322635
- "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",
322636
- "name": "XAxisProps"
322637
- },
322638
- "declarations": [
322639
- {
322640
- "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",
322641
- "name": "XAxisProps"
322642
- }
322643
- ],
322644
- "required": false,
322645
- "type": {
322646
- "name": "AxisInterval"
322647
- }
322648
- },
322649
- "minTickGap": {
322650
- "defaultValue": null,
322651
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
322652
- "name": "minTickGap",
322653
- "parent": {
322654
- "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",
322655
- "name": "XAxisProps"
322656
- },
322657
- "declarations": [
322658
- {
322659
- "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",
322660
- "name": "XAxisProps"
322661
- }
322662
- ],
322663
- "required": false,
322664
- "type": {
322665
- "name": "number"
322666
- }
322667
- },
322668
- "domain": {
322669
- "defaultValue": null,
322670
- "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 />",
322671
- "name": "domain",
322672
- "parent": {
322673
- "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",
322674
- "name": "XAxisProps"
322675
- },
322676
- "declarations": [
322677
- {
322678
- "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",
322679
- "name": "XAxisProps"
322680
- }
322681
- ],
322682
- "required": false,
322683
- "type": {
322684
- "name": "AxisDomain"
322685
- }
322686
- },
322687
- "unit": {
322688
- "defaultValue": null,
322689
- "description": "The unit of data. This option will be used in tooltip.",
322690
- "name": "unit",
322691
- "parent": {
322692
- "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",
322693
- "name": "BaseAxisProps"
322694
- },
322695
- "declarations": [
322696
- {
322697
- "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",
322698
- "name": "BaseAxisProps"
322699
- }
322700
- ],
322701
- "required": false,
322702
- "type": {
322703
- "name": "string"
322704
- }
322705
- },
322706
- "allowDataOverflow": {
322707
- "defaultValue": null,
322708
- "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",
322709
- "name": "allowDataOverflow",
322710
- "parent": {
322711
- "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",
322712
- "name": "RenderableAxisProps"
322713
- },
322714
- "declarations": [
322715
- {
322716
- "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",
322717
- "name": "RenderableAxisProps"
322718
- }
322719
- ],
322720
- "required": false,
322721
- "type": {
322722
- "name": "boolean"
322723
- }
322724
- },
322725
- "dataKey": {
322726
- "defaultValue": null,
322727
- "description": "",
322728
- "name": "dataKey",
322729
- "declarations": [
322730
- {
322731
- "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
322732
- "name": "TypeLiteral"
322733
- }
322734
- ],
322735
- "required": false,
322736
- "type": {
322737
- "name": "DataKey<ChartDataValue>"
322738
- }
322739
- },
322740
- "tickFormatter": {
322741
- "defaultValue": null,
322742
- "description": "",
322743
- "name": "tickFormatter",
322744
- "declarations": [
322745
- {
322746
- "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
322747
- "name": "TypeLiteral"
322748
- }
322749
- ],
322750
- "required": false,
322751
- "type": {
322752
- "name": "((value: unknown, index: number) => string)"
322753
- }
322754
- }
322755
- }
322756
- },
322757
322507
  {
322758
322508
  "tags": {
322759
322509
  "flr-generate": "all"
@@ -332791,12 +332541,11 @@
332791
332541
  },
332792
332542
  {
332793
332543
  "tags": {
332794
- "deprecated": "Use ChartGrid",
332795
332544
  "flr-generate": "all"
332796
332545
  },
332797
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
332546
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
332798
332547
  "description": "",
332799
- "displayName": "CartesianGrid",
332548
+ "displayName": "XAxis",
332800
332549
  "methods": [],
332801
332550
  "props": {
332802
332551
  "className": {
@@ -332818,48 +332567,48 @@
332818
332567
  "name": "string"
332819
332568
  }
332820
332569
  },
332821
- "horizontal": {
332570
+ "type": {
332822
332571
  "defaultValue": null,
332823
- "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
332824
- "name": "horizontal",
332572
+ "description": "",
332573
+ "name": "type",
332825
332574
  "parent": {
332826
- "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/CartesianGrid.d.ts",
332827
- "name": "CartesianGridProps"
332575
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332576
+ "name": "SVGAttributes"
332828
332577
  },
332829
332578
  "declarations": [
332830
332579
  {
332831
- "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/CartesianGrid.d.ts",
332832
- "name": "CartesianGridProps"
332580
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332581
+ "name": "SVGAttributes"
332833
332582
  }
332834
332583
  ],
332835
332584
  "required": false,
332836
332585
  "type": {
332837
- "name": "GridLineType"
332586
+ "name": "string"
332838
332587
  }
332839
332588
  },
332840
- "vertical": {
332589
+ "hide": {
332841
332590
  "defaultValue": null,
332842
- "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
332843
- "name": "vertical",
332591
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
332592
+ "name": "hide",
332844
332593
  "parent": {
332845
- "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/CartesianGrid.d.ts",
332846
- "name": "CartesianGridProps"
332594
+ "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",
332595
+ "name": "RenderableAxisProps"
332847
332596
  },
332848
332597
  "declarations": [
332849
332598
  {
332850
- "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/CartesianGrid.d.ts",
332851
- "name": "CartesianGridProps"
332599
+ "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",
332600
+ "name": "RenderableAxisProps"
332852
332601
  }
332853
332602
  ],
332854
332603
  "required": false,
332855
332604
  "type": {
332856
- "name": "GridLineType"
332605
+ "name": "boolean"
332857
332606
  }
332858
332607
  },
332859
- "strokeDasharray": {
332608
+ "orientation": {
332860
332609
  "defaultValue": null,
332861
332610
  "description": "",
332862
- "name": "strokeDasharray",
332611
+ "name": "orientation",
332863
332612
  "parent": {
332864
332613
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
332865
332614
  "name": "SVGAttributes"
@@ -332874,6 +332623,169 @@
332874
332623
  "type": {
332875
332624
  "name": "string | number"
332876
332625
  }
332626
+ },
332627
+ "scale": {
332628
+ "defaultValue": null,
332629
+ "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} />",
332630
+ "name": "scale",
332631
+ "parent": {
332632
+ "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",
332633
+ "name": "XAxisProps"
332634
+ },
332635
+ "declarations": [
332636
+ {
332637
+ "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",
332638
+ "name": "XAxisProps"
332639
+ }
332640
+ ],
332641
+ "required": false,
332642
+ "type": {
332643
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
332644
+ }
332645
+ },
332646
+ "allowDecimals": {
332647
+ "defaultValue": null,
332648
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
332649
+ "name": "allowDecimals",
332650
+ "parent": {
332651
+ "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",
332652
+ "name": "RenderableAxisProps"
332653
+ },
332654
+ "declarations": [
332655
+ {
332656
+ "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",
332657
+ "name": "RenderableAxisProps"
332658
+ }
332659
+ ],
332660
+ "required": false,
332661
+ "type": {
332662
+ "name": "boolean"
332663
+ }
332664
+ },
332665
+ "interval": {
332666
+ "defaultValue": null,
332667
+ "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",
332668
+ "name": "interval",
332669
+ "parent": {
332670
+ "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",
332671
+ "name": "XAxisProps"
332672
+ },
332673
+ "declarations": [
332674
+ {
332675
+ "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",
332676
+ "name": "XAxisProps"
332677
+ }
332678
+ ],
332679
+ "required": false,
332680
+ "type": {
332681
+ "name": "AxisInterval"
332682
+ }
332683
+ },
332684
+ "minTickGap": {
332685
+ "defaultValue": null,
332686
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
332687
+ "name": "minTickGap",
332688
+ "parent": {
332689
+ "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",
332690
+ "name": "XAxisProps"
332691
+ },
332692
+ "declarations": [
332693
+ {
332694
+ "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",
332695
+ "name": "XAxisProps"
332696
+ }
332697
+ ],
332698
+ "required": false,
332699
+ "type": {
332700
+ "name": "number"
332701
+ }
332702
+ },
332703
+ "domain": {
332704
+ "defaultValue": null,
332705
+ "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 />",
332706
+ "name": "domain",
332707
+ "parent": {
332708
+ "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",
332709
+ "name": "XAxisProps"
332710
+ },
332711
+ "declarations": [
332712
+ {
332713
+ "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",
332714
+ "name": "XAxisProps"
332715
+ }
332716
+ ],
332717
+ "required": false,
332718
+ "type": {
332719
+ "name": "AxisDomain"
332720
+ }
332721
+ },
332722
+ "unit": {
332723
+ "defaultValue": null,
332724
+ "description": "The unit of data. This option will be used in tooltip.",
332725
+ "name": "unit",
332726
+ "parent": {
332727
+ "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",
332728
+ "name": "BaseAxisProps"
332729
+ },
332730
+ "declarations": [
332731
+ {
332732
+ "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",
332733
+ "name": "BaseAxisProps"
332734
+ }
332735
+ ],
332736
+ "required": false,
332737
+ "type": {
332738
+ "name": "string"
332739
+ }
332740
+ },
332741
+ "allowDataOverflow": {
332742
+ "defaultValue": null,
332743
+ "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",
332744
+ "name": "allowDataOverflow",
332745
+ "parent": {
332746
+ "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",
332747
+ "name": "RenderableAxisProps"
332748
+ },
332749
+ "declarations": [
332750
+ {
332751
+ "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",
332752
+ "name": "RenderableAxisProps"
332753
+ }
332754
+ ],
332755
+ "required": false,
332756
+ "type": {
332757
+ "name": "boolean"
332758
+ }
332759
+ },
332760
+ "dataKey": {
332761
+ "defaultValue": null,
332762
+ "description": "",
332763
+ "name": "dataKey",
332764
+ "declarations": [
332765
+ {
332766
+ "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
332767
+ "name": "TypeLiteral"
332768
+ }
332769
+ ],
332770
+ "required": false,
332771
+ "type": {
332772
+ "name": "DataKey<ChartDataValue>"
332773
+ }
332774
+ },
332775
+ "tickFormatter": {
332776
+ "defaultValue": null,
332777
+ "description": "",
332778
+ "name": "tickFormatter",
332779
+ "declarations": [
332780
+ {
332781
+ "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
332782
+ "name": "TypeLiteral"
332783
+ }
332784
+ ],
332785
+ "required": false,
332786
+ "type": {
332787
+ "name": "((value: unknown, index: number) => string)"
332788
+ }
332877
332789
  }
332878
332790
  }
332879
332791
  },
@@ -342445,6 +342357,94 @@
342445
342357
  }
342446
342358
  }
342447
342359
  },
342360
+ {
342361
+ "tags": {
342362
+ "deprecated": "Use ChartGrid",
342363
+ "flr-generate": "all"
342364
+ },
342365
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
342366
+ "description": "",
342367
+ "displayName": "CartesianGrid",
342368
+ "methods": [],
342369
+ "props": {
342370
+ "className": {
342371
+ "defaultValue": null,
342372
+ "description": "",
342373
+ "name": "className",
342374
+ "parent": {
342375
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
342376
+ "name": "HTMLAttributes"
342377
+ },
342378
+ "declarations": [
342379
+ {
342380
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
342381
+ "name": "HTMLAttributes"
342382
+ }
342383
+ ],
342384
+ "required": false,
342385
+ "type": {
342386
+ "name": "string"
342387
+ }
342388
+ },
342389
+ "horizontal": {
342390
+ "defaultValue": null,
342391
+ "description": "If set false, no horizontal grid lines will be drawn.\n@defaultValue true",
342392
+ "name": "horizontal",
342393
+ "parent": {
342394
+ "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/CartesianGrid.d.ts",
342395
+ "name": "CartesianGridProps"
342396
+ },
342397
+ "declarations": [
342398
+ {
342399
+ "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/CartesianGrid.d.ts",
342400
+ "name": "CartesianGridProps"
342401
+ }
342402
+ ],
342403
+ "required": false,
342404
+ "type": {
342405
+ "name": "GridLineType"
342406
+ }
342407
+ },
342408
+ "vertical": {
342409
+ "defaultValue": null,
342410
+ "description": "If set false, no vertical grid lines will be drawn.\n@defaultValue true",
342411
+ "name": "vertical",
342412
+ "parent": {
342413
+ "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/CartesianGrid.d.ts",
342414
+ "name": "CartesianGridProps"
342415
+ },
342416
+ "declarations": [
342417
+ {
342418
+ "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/CartesianGrid.d.ts",
342419
+ "name": "CartesianGridProps"
342420
+ }
342421
+ ],
342422
+ "required": false,
342423
+ "type": {
342424
+ "name": "GridLineType"
342425
+ }
342426
+ },
342427
+ "strokeDasharray": {
342428
+ "defaultValue": null,
342429
+ "description": "",
342430
+ "name": "strokeDasharray",
342431
+ "parent": {
342432
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
342433
+ "name": "SVGAttributes"
342434
+ },
342435
+ "declarations": [
342436
+ {
342437
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
342438
+ "name": "SVGAttributes"
342439
+ }
342440
+ ],
342441
+ "required": false,
342442
+ "type": {
342443
+ "name": "string | number"
342444
+ }
342445
+ }
342446
+ }
342447
+ },
342448
342448
  {
342449
342449
  "tags": {
342450
342450
  "flr-generate": "all"
@@ -348257,6 +348257,14 @@
348257
348257
  }
348258
348258
  }
348259
348259
  },
348260
+ {
348261
+ "tags": {},
348262
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
348263
+ "description": "",
348264
+ "displayName": "FallbackItems",
348265
+ "methods": [],
348266
+ "props": {}
348267
+ },
348260
348268
  {
348261
348269
  "tags": {},
348262
348270
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
@@ -348381,14 +348389,6 @@
348381
348389
  }
348382
348390
  }
348383
348391
  },
348384
- {
348385
- "tags": {},
348386
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
348387
- "description": "",
348388
- "displayName": "FallbackItems",
348389
- "methods": [],
348390
- "props": {}
348391
- },
348392
348392
  {
348393
348393
  "tags": {},
348394
348394
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",