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

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.
@@ -115279,7 +115279,7 @@
115279
115279
  ],
115280
115280
  "required": false,
115281
115281
  "type": {
115282
- "name": "string | Blob"
115282
+ "name": "string"
115283
115283
  }
115284
115284
  },
115285
115285
  "defaultChecked": {
@@ -118676,10 +118676,6 @@
118676
118676
  {
118677
118677
  "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
118678
118678
  "name": "ImgHTMLAttributes"
118679
- },
118680
- {
118681
- "fileName": "flow/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_babel-plugin-macros@3.1.0_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.97.3/node_modules/next/dist/types.d.ts",
118682
- "name": "ImgHTMLAttributes"
118683
118679
  }
118684
118680
  ],
118685
118681
  "required": false,
@@ -149693,281 +149689,6 @@
149693
149689
  }
149694
149690
  }
149695
149691
  },
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
149692
  {
149972
149693
  "tags": {
149973
149694
  "flr-generate": "all"
@@ -155527,6 +155248,281 @@
155527
155248
  }
155528
155249
  }
155529
155250
  },
155251
+ {
155252
+ "tags": {
155253
+ "flr-generate": "all"
155254
+ },
155255
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
155256
+ "description": "",
155257
+ "displayName": "FileField",
155258
+ "methods": [],
155259
+ "props": {
155260
+ "onChange": {
155261
+ "defaultValue": null,
155262
+ "description": "Handler that is called when the file input changes.",
155263
+ "name": "onChange",
155264
+ "parent": {
155265
+ "fileName": "components/src/components/FileField/FileField.tsx",
155266
+ "name": "FileFieldProps"
155267
+ },
155268
+ "declarations": [
155269
+ {
155270
+ "fileName": "components/src/components/FileField/FileField.tsx",
155271
+ "name": "FileFieldProps"
155272
+ }
155273
+ ],
155274
+ "required": false,
155275
+ "type": {
155276
+ "name": "FileInputOnChangeHandler"
155277
+ }
155278
+ },
155279
+ "isReadOnly": {
155280
+ "defaultValue": null,
155281
+ "description": "Whether the component is read only.",
155282
+ "name": "isReadOnly",
155283
+ "parent": {
155284
+ "fileName": "components/src/components/FileField/FileField.tsx",
155285
+ "name": "FileFieldProps"
155286
+ },
155287
+ "declarations": [
155288
+ {
155289
+ "fileName": "components/src/components/FileField/FileField.tsx",
155290
+ "name": "FileFieldProps"
155291
+ }
155292
+ ],
155293
+ "required": false,
155294
+ "type": {
155295
+ "name": "boolean"
155296
+ }
155297
+ },
155298
+ "children": {
155299
+ "defaultValue": null,
155300
+ "description": "",
155301
+ "name": "children",
155302
+ "declarations": [
155303
+ {
155304
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155305
+ "name": "TypeLiteral"
155306
+ }
155307
+ ],
155308
+ "required": false,
155309
+ "type": {
155310
+ "name": "ReactNode"
155311
+ }
155312
+ },
155313
+ "wrapWith": {
155314
+ "defaultValue": null,
155315
+ "description": "",
155316
+ "name": "wrapWith",
155317
+ "parent": {
155318
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
155319
+ "name": "FlowComponentProps"
155320
+ },
155321
+ "declarations": [
155322
+ {
155323
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
155324
+ "name": "FlowComponentProps"
155325
+ }
155326
+ ],
155327
+ "required": false,
155328
+ "type": {
155329
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
155330
+ }
155331
+ },
155332
+ "tunnel": {
155333
+ "defaultValue": null,
155334
+ "description": "@internal",
155335
+ "name": "tunnel",
155336
+ "parent": {
155337
+ "fileName": "components/src/lib/types/props.ts",
155338
+ "name": "PropsWithTunnel"
155339
+ },
155340
+ "declarations": [
155341
+ {
155342
+ "fileName": "components/src/lib/types/props.ts",
155343
+ "name": "PropsWithTunnel"
155344
+ }
155345
+ ],
155346
+ "required": false,
155347
+ "type": {
155348
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
155349
+ }
155350
+ },
155351
+ "ref": {
155352
+ "defaultValue": null,
155353
+ "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}",
155354
+ "name": "ref",
155355
+ "parent": {
155356
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155357
+ "name": "RefAttributes"
155358
+ },
155359
+ "declarations": [
155360
+ {
155361
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155362
+ "name": "RefAttributes"
155363
+ }
155364
+ ],
155365
+ "required": false,
155366
+ "type": {
155367
+ "name": "Ref<HTMLSpanElement>"
155368
+ }
155369
+ },
155370
+ "key": {
155371
+ "defaultValue": null,
155372
+ "description": "",
155373
+ "name": "key",
155374
+ "parent": {
155375
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155376
+ "name": "Attributes"
155377
+ },
155378
+ "declarations": [
155379
+ {
155380
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155381
+ "name": "Attributes"
155382
+ }
155383
+ ],
155384
+ "required": false,
155385
+ "type": {
155386
+ "name": "Key | null"
155387
+ }
155388
+ },
155389
+ "name": {
155390
+ "defaultValue": null,
155391
+ "description": "",
155392
+ "name": "name",
155393
+ "parent": {
155394
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155395
+ "name": "InputHTMLAttributes"
155396
+ },
155397
+ "declarations": [
155398
+ {
155399
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155400
+ "name": "InputHTMLAttributes"
155401
+ }
155402
+ ],
155403
+ "required": false,
155404
+ "type": {
155405
+ "name": "string"
155406
+ }
155407
+ },
155408
+ "accept": {
155409
+ "defaultValue": null,
155410
+ "description": "",
155411
+ "name": "accept",
155412
+ "parent": {
155413
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155414
+ "name": "InputHTMLAttributes"
155415
+ },
155416
+ "declarations": [
155417
+ {
155418
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155419
+ "name": "InputHTMLAttributes"
155420
+ }
155421
+ ],
155422
+ "required": false,
155423
+ "type": {
155424
+ "name": "string"
155425
+ }
155426
+ },
155427
+ "multiple": {
155428
+ "defaultValue": null,
155429
+ "description": "",
155430
+ "name": "multiple",
155431
+ "parent": {
155432
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155433
+ "name": "InputHTMLAttributes"
155434
+ },
155435
+ "declarations": [
155436
+ {
155437
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155438
+ "name": "InputHTMLAttributes"
155439
+ }
155440
+ ],
155441
+ "required": false,
155442
+ "type": {
155443
+ "name": "boolean"
155444
+ }
155445
+ },
155446
+ "validationBehavior": {
155447
+ "defaultValue": {
155448
+ "value": "'native'"
155449
+ },
155450
+ "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.",
155451
+ "name": "validationBehavior",
155452
+ "parent": {
155453
+ "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",
155454
+ "name": "RACValidation"
155455
+ },
155456
+ "declarations": [
155457
+ {
155458
+ "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",
155459
+ "name": "RACValidation"
155460
+ }
155461
+ ],
155462
+ "required": false,
155463
+ "type": {
155464
+ "name": "\"native\" | \"aria\""
155465
+ }
155466
+ },
155467
+ "isDisabled": {
155468
+ "defaultValue": null,
155469
+ "description": "Whether the input is disabled.",
155470
+ "name": "isDisabled",
155471
+ "parent": {
155472
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155473
+ "name": "InputBase"
155474
+ },
155475
+ "declarations": [
155476
+ {
155477
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155478
+ "name": "InputBase"
155479
+ }
155480
+ ],
155481
+ "required": false,
155482
+ "type": {
155483
+ "name": "boolean"
155484
+ }
155485
+ },
155486
+ "isRequired": {
155487
+ "defaultValue": null,
155488
+ "description": "Whether user input is required on the input before form submission.",
155489
+ "name": "isRequired",
155490
+ "parent": {
155491
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155492
+ "name": "Validation"
155493
+ },
155494
+ "declarations": [
155495
+ {
155496
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155497
+ "name": "Validation"
155498
+ }
155499
+ ],
155500
+ "required": false,
155501
+ "type": {
155502
+ "name": "boolean"
155503
+ }
155504
+ },
155505
+ "isInvalid": {
155506
+ "defaultValue": null,
155507
+ "description": "Whether the value is invalid.",
155508
+ "name": "isInvalid",
155509
+ "parent": {
155510
+ "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",
155511
+ "name": "TextFieldProps"
155512
+ },
155513
+ "declarations": [
155514
+ {
155515
+ "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",
155516
+ "name": "TextFieldProps"
155517
+ }
155518
+ ],
155519
+ "required": false,
155520
+ "type": {
155521
+ "name": "boolean"
155522
+ }
155523
+ }
155524
+ }
155525
+ },
155530
155526
  {
155531
155527
  "tags": {
155532
155528
  "flr-generate": "all"
@@ -219573,7 +219569,7 @@
219573
219569
  ],
219574
219570
  "required": false,
219575
219571
  "type": {
219576
- "name": "ShadowRoot | Document"
219572
+ "name": "Document | ShadowRoot"
219577
219573
  }
219578
219574
  },
219579
219575
  "initialState": {
@@ -231134,6 +231130,127 @@
231134
231130
  }
231135
231131
  }
231136
231132
  },
231133
+ {
231134
+ "tags": {
231135
+ "flr-generate": "all"
231136
+ },
231137
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
231138
+ "description": "",
231139
+ "displayName": "Align",
231140
+ "methods": [],
231141
+ "props": {
231142
+ "children": {
231143
+ "defaultValue": null,
231144
+ "description": "",
231145
+ "name": "children",
231146
+ "declarations": [
231147
+ {
231148
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231149
+ "name": "TypeLiteral"
231150
+ }
231151
+ ],
231152
+ "required": false,
231153
+ "type": {
231154
+ "name": "ReactNode"
231155
+ }
231156
+ },
231157
+ "className": {
231158
+ "defaultValue": null,
231159
+ "description": "The elements class name.",
231160
+ "name": "className",
231161
+ "parent": {
231162
+ "fileName": "components/src/lib/types/props.ts",
231163
+ "name": "PropsWithClassName"
231164
+ },
231165
+ "declarations": [
231166
+ {
231167
+ "fileName": "components/src/lib/types/props.ts",
231168
+ "name": "PropsWithClassName"
231169
+ }
231170
+ ],
231171
+ "required": false,
231172
+ "type": {
231173
+ "name": "string"
231174
+ }
231175
+ },
231176
+ "wrapWith": {
231177
+ "defaultValue": null,
231178
+ "description": "",
231179
+ "name": "wrapWith",
231180
+ "parent": {
231181
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231182
+ "name": "FlowComponentProps"
231183
+ },
231184
+ "declarations": [
231185
+ {
231186
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231187
+ "name": "FlowComponentProps"
231188
+ }
231189
+ ],
231190
+ "required": false,
231191
+ "type": {
231192
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
231193
+ }
231194
+ },
231195
+ "tunnel": {
231196
+ "defaultValue": null,
231197
+ "description": "@internal",
231198
+ "name": "tunnel",
231199
+ "parent": {
231200
+ "fileName": "components/src/lib/types/props.ts",
231201
+ "name": "PropsWithTunnel"
231202
+ },
231203
+ "declarations": [
231204
+ {
231205
+ "fileName": "components/src/lib/types/props.ts",
231206
+ "name": "PropsWithTunnel"
231207
+ }
231208
+ ],
231209
+ "required": false,
231210
+ "type": {
231211
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
231212
+ }
231213
+ },
231214
+ "ref": {
231215
+ "defaultValue": null,
231216
+ "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}",
231217
+ "name": "ref",
231218
+ "parent": {
231219
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231220
+ "name": "RefAttributes"
231221
+ },
231222
+ "declarations": [
231223
+ {
231224
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231225
+ "name": "RefAttributes"
231226
+ }
231227
+ ],
231228
+ "required": false,
231229
+ "type": {
231230
+ "name": "Ref<HTMLSpanElement>"
231231
+ }
231232
+ },
231233
+ "key": {
231234
+ "defaultValue": null,
231235
+ "description": "",
231236
+ "name": "key",
231237
+ "parent": {
231238
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231239
+ "name": "Attributes"
231240
+ },
231241
+ "declarations": [
231242
+ {
231243
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231244
+ "name": "Attributes"
231245
+ }
231246
+ ],
231247
+ "required": false,
231248
+ "type": {
231249
+ "name": "Key | null"
231250
+ }
231251
+ }
231252
+ }
231253
+ },
231137
231254
  {
231138
231255
  "tags": {
231139
231256
  "flr-generate": "all"
@@ -231270,127 +231387,6 @@
231270
231387
  }
231271
231388
  }
231272
231389
  },
231273
- {
231274
- "tags": {
231275
- "flr-generate": "all"
231276
- },
231277
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
231278
- "description": "",
231279
- "displayName": "Align",
231280
- "methods": [],
231281
- "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
- "className": {
231298
- "defaultValue": null,
231299
- "description": "The elements class name.",
231300
- "name": "className",
231301
- "parent": {
231302
- "fileName": "components/src/lib/types/props.ts",
231303
- "name": "PropsWithClassName"
231304
- },
231305
- "declarations": [
231306
- {
231307
- "fileName": "components/src/lib/types/props.ts",
231308
- "name": "PropsWithClassName"
231309
- }
231310
- ],
231311
- "required": false,
231312
- "type": {
231313
- "name": "string"
231314
- }
231315
- },
231316
- "wrapWith": {
231317
- "defaultValue": null,
231318
- "description": "",
231319
- "name": "wrapWith",
231320
- "parent": {
231321
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231322
- "name": "FlowComponentProps"
231323
- },
231324
- "declarations": [
231325
- {
231326
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231327
- "name": "FlowComponentProps"
231328
- }
231329
- ],
231330
- "required": false,
231331
- "type": {
231332
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
231333
- }
231334
- },
231335
- "tunnel": {
231336
- "defaultValue": null,
231337
- "description": "@internal",
231338
- "name": "tunnel",
231339
- "parent": {
231340
- "fileName": "components/src/lib/types/props.ts",
231341
- "name": "PropsWithTunnel"
231342
- },
231343
- "declarations": [
231344
- {
231345
- "fileName": "components/src/lib/types/props.ts",
231346
- "name": "PropsWithTunnel"
231347
- }
231348
- ],
231349
- "required": false,
231350
- "type": {
231351
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
231352
- }
231353
- },
231354
- "ref": {
231355
- "defaultValue": null,
231356
- "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}",
231357
- "name": "ref",
231358
- "parent": {
231359
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231360
- "name": "RefAttributes"
231361
- },
231362
- "declarations": [
231363
- {
231364
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231365
- "name": "RefAttributes"
231366
- }
231367
- ],
231368
- "required": false,
231369
- "type": {
231370
- "name": "Ref<HTMLSpanElement>"
231371
- }
231372
- },
231373
- "key": {
231374
- "defaultValue": null,
231375
- "description": "",
231376
- "name": "key",
231377
- "parent": {
231378
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231379
- "name": "Attributes"
231380
- },
231381
- "declarations": [
231382
- {
231383
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
231384
- "name": "Attributes"
231385
- }
231386
- ],
231387
- "required": false,
231388
- "type": {
231389
- "name": "Key | null"
231390
- }
231391
- }
231392
- }
231393
- },
231394
231390
  {
231395
231391
  "tags": {
231396
231392
  "flr-generate": "all"
@@ -265998,10 +265994,10 @@
265998
265994
  "name": "() => StringIterator<string>"
265999
265995
  }
266000
265996
  },
266001
- "__@unscopables@1531": {
265997
+ "__@unscopables@1517": {
266002
265998
  "defaultValue": null,
266003
265999
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
266004
- "name": "__@unscopables@1531",
266000
+ "name": "__@unscopables@1517",
266005
266001
  "parent": {
266006
266002
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
266007
266003
  "name": "Array"
@@ -266830,10 +266826,10 @@
266830
266826
  "name": "() => StringIterator<string>"
266831
266827
  }
266832
266828
  },
266833
- "__@unscopables@1531": {
266829
+ "__@unscopables@1517": {
266834
266830
  "defaultValue": null,
266835
266831
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
266836
- "name": "__@unscopables@1531",
266832
+ "name": "__@unscopables@1517",
266837
266833
  "parent": {
266838
266834
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
266839
266835
  "name": "Array"
@@ -267662,10 +267658,10 @@
267662
267658
  "name": "() => StringIterator<string>"
267663
267659
  }
267664
267660
  },
267665
- "__@unscopables@1531": {
267661
+ "__@unscopables@1517": {
267666
267662
  "defaultValue": null,
267667
267663
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
267668
- "name": "__@unscopables@1531",
267664
+ "name": "__@unscopables@1517",
267669
267665
  "parent": {
267670
267666
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
267671
267667
  "name": "Array"
@@ -268494,10 +268490,10 @@
268494
268490
  "name": "() => StringIterator<string>"
268495
268491
  }
268496
268492
  },
268497
- "__@unscopables@1531": {
268493
+ "__@unscopables@1517": {
268498
268494
  "defaultValue": null,
268499
268495
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
268500
- "name": "__@unscopables@1531",
268496
+ "name": "__@unscopables@1517",
268501
268497
  "parent": {
268502
268498
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
268503
268499
  "name": "Array"
@@ -269326,10 +269322,10 @@
269326
269322
  "name": "() => StringIterator<string>"
269327
269323
  }
269328
269324
  },
269329
- "__@unscopables@1531": {
269325
+ "__@unscopables@1517": {
269330
269326
  "defaultValue": null,
269331
269327
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
269332
- "name": "__@unscopables@1531",
269328
+ "name": "__@unscopables@1517",
269333
269329
  "parent": {
269334
269330
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
269335
269331
  "name": "Array"
@@ -305229,9 +305225,9 @@
305229
305225
  "tags": {
305230
305226
  "flr-generate": "all"
305231
305227
  },
305232
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
305228
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
305233
305229
  "description": "",
305234
- "displayName": "Radio",
305230
+ "displayName": "RadioButton",
305235
305231
  "methods": [],
305236
305232
  "props": {
305237
305233
  "id": {
@@ -307119,9 +307115,9 @@
307119
307115
  "tags": {
307120
307116
  "flr-generate": "all"
307121
307117
  },
307122
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
307118
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
307123
307119
  "description": "",
307124
- "displayName": "RadioButton",
307120
+ "displayName": "Radio",
307125
307121
  "methods": [],
307126
307122
  "props": {
307127
307123
  "id": {
@@ -309005,6 +309001,144 @@
309005
309001
  }
309006
309002
  }
309007
309003
  },
309004
+ {
309005
+ "tags": {},
309006
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
309007
+ "description": "",
309008
+ "displayName": "PopoverTrigger",
309009
+ "methods": [],
309010
+ "props": {
309011
+ "isDefaultOpen": {
309012
+ "defaultValue": null,
309013
+ "description": "Whether the overlay should be open initially.",
309014
+ "name": "isDefaultOpen",
309015
+ "parent": {
309016
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
309017
+ "name": "OverlayTriggerProps"
309018
+ },
309019
+ "declarations": [
309020
+ {
309021
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
309022
+ "name": "OverlayTriggerProps"
309023
+ }
309024
+ ],
309025
+ "required": false,
309026
+ "type": {
309027
+ "name": "boolean"
309028
+ }
309029
+ },
309030
+ "controller": {
309031
+ "defaultValue": null,
309032
+ "description": "A controller to control the state of the overlay.",
309033
+ "name": "controller",
309034
+ "parent": {
309035
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
309036
+ "name": "OverlayTriggerProps"
309037
+ },
309038
+ "declarations": [
309039
+ {
309040
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
309041
+ "name": "OverlayTriggerProps"
309042
+ }
309043
+ ],
309044
+ "required": false,
309045
+ "type": {
309046
+ "name": "OverlayController"
309047
+ }
309048
+ },
309049
+ "wrapWith": {
309050
+ "defaultValue": null,
309051
+ "description": "",
309052
+ "name": "wrapWith",
309053
+ "parent": {
309054
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309055
+ "name": "FlowComponentProps"
309056
+ },
309057
+ "declarations": [
309058
+ {
309059
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309060
+ "name": "FlowComponentProps"
309061
+ }
309062
+ ],
309063
+ "required": false,
309064
+ "type": {
309065
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309066
+ }
309067
+ },
309068
+ "tunnel": {
309069
+ "defaultValue": null,
309070
+ "description": "@internal",
309071
+ "name": "tunnel",
309072
+ "parent": {
309073
+ "fileName": "components/src/lib/types/props.ts",
309074
+ "name": "PropsWithTunnel"
309075
+ },
309076
+ "declarations": [
309077
+ {
309078
+ "fileName": "components/src/lib/types/props.ts",
309079
+ "name": "PropsWithTunnel"
309080
+ }
309081
+ ],
309082
+ "required": false,
309083
+ "type": {
309084
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
309085
+ }
309086
+ },
309087
+ "ref": {
309088
+ "defaultValue": null,
309089
+ "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}",
309090
+ "name": "ref",
309091
+ "parent": {
309092
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309093
+ "name": "RefAttributes"
309094
+ },
309095
+ "declarations": [
309096
+ {
309097
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309098
+ "name": "RefAttributes"
309099
+ }
309100
+ ],
309101
+ "required": false,
309102
+ "type": {
309103
+ "name": "Ref<HTMLSpanElement>"
309104
+ }
309105
+ },
309106
+ "key": {
309107
+ "defaultValue": null,
309108
+ "description": "",
309109
+ "name": "key",
309110
+ "parent": {
309111
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309112
+ "name": "Attributes"
309113
+ },
309114
+ "declarations": [
309115
+ {
309116
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309117
+ "name": "Attributes"
309118
+ }
309119
+ ],
309120
+ "required": false,
309121
+ "type": {
309122
+ "name": "Key | null"
309123
+ }
309124
+ },
309125
+ "children": {
309126
+ "defaultValue": null,
309127
+ "description": "",
309128
+ "name": "children",
309129
+ "declarations": [
309130
+ {
309131
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309132
+ "name": "TypeLiteral"
309133
+ }
309134
+ ],
309135
+ "required": false,
309136
+ "type": {
309137
+ "name": "ReactNode"
309138
+ }
309139
+ }
309140
+ }
309141
+ },
309008
309142
  {
309009
309143
  "tags": {},
309010
309144
  "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
@@ -309033,144 +309167,6 @@
309033
309167
  }
309034
309168
  }
309035
309169
  },
309036
- {
309037
- "tags": {},
309038
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
309039
- "description": "",
309040
- "displayName": "PopoverTrigger",
309041
- "methods": [],
309042
- "props": {
309043
- "isDefaultOpen": {
309044
- "defaultValue": null,
309045
- "description": "Whether the overlay should be open initially.",
309046
- "name": "isDefaultOpen",
309047
- "parent": {
309048
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
309049
- "name": "OverlayTriggerProps"
309050
- },
309051
- "declarations": [
309052
- {
309053
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
309054
- "name": "OverlayTriggerProps"
309055
- }
309056
- ],
309057
- "required": false,
309058
- "type": {
309059
- "name": "boolean"
309060
- }
309061
- },
309062
- "controller": {
309063
- "defaultValue": null,
309064
- "description": "A controller to control the state of the overlay.",
309065
- "name": "controller",
309066
- "parent": {
309067
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
309068
- "name": "OverlayTriggerProps"
309069
- },
309070
- "declarations": [
309071
- {
309072
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
309073
- "name": "OverlayTriggerProps"
309074
- }
309075
- ],
309076
- "required": false,
309077
- "type": {
309078
- "name": "OverlayController"
309079
- }
309080
- },
309081
- "wrapWith": {
309082
- "defaultValue": null,
309083
- "description": "",
309084
- "name": "wrapWith",
309085
- "parent": {
309086
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309087
- "name": "FlowComponentProps"
309088
- },
309089
- "declarations": [
309090
- {
309091
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
309092
- "name": "FlowComponentProps"
309093
- }
309094
- ],
309095
- "required": false,
309096
- "type": {
309097
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
309098
- }
309099
- },
309100
- "tunnel": {
309101
- "defaultValue": null,
309102
- "description": "@internal",
309103
- "name": "tunnel",
309104
- "parent": {
309105
- "fileName": "components/src/lib/types/props.ts",
309106
- "name": "PropsWithTunnel"
309107
- },
309108
- "declarations": [
309109
- {
309110
- "fileName": "components/src/lib/types/props.ts",
309111
- "name": "PropsWithTunnel"
309112
- }
309113
- ],
309114
- "required": false,
309115
- "type": {
309116
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
309117
- }
309118
- },
309119
- "ref": {
309120
- "defaultValue": null,
309121
- "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}",
309122
- "name": "ref",
309123
- "parent": {
309124
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309125
- "name": "RefAttributes"
309126
- },
309127
- "declarations": [
309128
- {
309129
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309130
- "name": "RefAttributes"
309131
- }
309132
- ],
309133
- "required": false,
309134
- "type": {
309135
- "name": "Ref<HTMLSpanElement>"
309136
- }
309137
- },
309138
- "key": {
309139
- "defaultValue": null,
309140
- "description": "",
309141
- "name": "key",
309142
- "parent": {
309143
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309144
- "name": "Attributes"
309145
- },
309146
- "declarations": [
309147
- {
309148
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309149
- "name": "Attributes"
309150
- }
309151
- ],
309152
- "required": false,
309153
- "type": {
309154
- "name": "Key | null"
309155
- }
309156
- },
309157
- "children": {
309158
- "defaultValue": null,
309159
- "description": "",
309160
- "name": "children",
309161
- "declarations": [
309162
- {
309163
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
309164
- "name": "TypeLiteral"
309165
- }
309166
- ],
309167
- "required": false,
309168
- "type": {
309169
- "name": "ReactNode"
309170
- }
309171
- }
309172
- }
309173
- },
309174
309170
  {
309175
309171
  "tags": {
309176
309172
  "flr-generate": "all"
@@ -309349,55 +309345,6 @@
309349
309345
  }
309350
309346
  }
309351
309347
  },
309352
- {
309353
- "tags": {
309354
- "internal": ""
309355
- },
309356
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309357
- "description": "",
309358
- "displayName": "ValidationResultEntry",
309359
- "methods": [],
309360
- "props": {
309361
- "result": {
309362
- "defaultValue": null,
309363
- "description": "",
309364
- "name": "result",
309365
- "parent": {
309366
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309367
- "name": "Props"
309368
- },
309369
- "declarations": [
309370
- {
309371
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309372
- "name": "Props"
309373
- }
309374
- ],
309375
- "required": true,
309376
- "type": {
309377
- "name": "Partial<RuleValidationResult>"
309378
- }
309379
- },
309380
- "unspecifiedRules": {
309381
- "defaultValue": null,
309382
- "description": "",
309383
- "name": "unspecifiedRules",
309384
- "parent": {
309385
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309386
- "name": "Props"
309387
- },
309388
- "declarations": [
309389
- {
309390
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309391
- "name": "Props"
309392
- }
309393
- ],
309394
- "required": false,
309395
- "type": {
309396
- "name": "boolean"
309397
- }
309398
- }
309399
- }
309400
- },
309401
309348
  {
309402
309349
  "tags": {},
309403
309350
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
@@ -309483,6 +309430,55 @@
309483
309430
  }
309484
309431
  }
309485
309432
  },
309433
+ {
309434
+ "tags": {
309435
+ "internal": ""
309436
+ },
309437
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309438
+ "description": "",
309439
+ "displayName": "ValidationResultEntry",
309440
+ "methods": [],
309441
+ "props": {
309442
+ "result": {
309443
+ "defaultValue": null,
309444
+ "description": "",
309445
+ "name": "result",
309446
+ "parent": {
309447
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309448
+ "name": "Props"
309449
+ },
309450
+ "declarations": [
309451
+ {
309452
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309453
+ "name": "Props"
309454
+ }
309455
+ ],
309456
+ "required": true,
309457
+ "type": {
309458
+ "name": "Partial<RuleValidationResult>"
309459
+ }
309460
+ },
309461
+ "unspecifiedRules": {
309462
+ "defaultValue": null,
309463
+ "description": "",
309464
+ "name": "unspecifiedRules",
309465
+ "parent": {
309466
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309467
+ "name": "Props"
309468
+ },
309469
+ "declarations": [
309470
+ {
309471
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
309472
+ "name": "Props"
309473
+ }
309474
+ ],
309475
+ "required": false,
309476
+ "type": {
309477
+ "name": "boolean"
309478
+ }
309479
+ }
309480
+ }
309481
+ },
309486
309482
  {
309487
309483
  "tags": {
309488
309484
  "internal": ""
@@ -318774,56 +318770,56 @@
318774
318770
  },
318775
318771
  {
318776
318772
  "tags": {},
318777
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318773
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318778
318774
  "description": "",
318779
- "displayName": "FileSizeText",
318775
+ "displayName": "DeleteButton",
318780
318776
  "methods": [],
318781
318777
  "props": {
318782
- "sizeInBytes": {
318778
+ "onDelete": {
318783
318779
  "defaultValue": null,
318784
318780
  "description": "",
318785
- "name": "sizeInBytes",
318781
+ "name": "onDelete",
318786
318782
  "parent": {
318787
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318783
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318788
318784
  "name": "Props"
318789
318785
  },
318790
318786
  "declarations": [
318791
318787
  {
318792
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318788
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318793
318789
  "name": "Props"
318794
318790
  }
318795
318791
  ],
318796
318792
  "required": true,
318797
318793
  "type": {
318798
- "name": "number"
318794
+ "name": "() => void"
318799
318795
  }
318800
318796
  }
318801
318797
  }
318802
318798
  },
318803
318799
  {
318804
318800
  "tags": {},
318805
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318801
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318806
318802
  "description": "",
318807
- "displayName": "DeleteButton",
318803
+ "displayName": "FileSizeText",
318808
318804
  "methods": [],
318809
318805
  "props": {
318810
- "onDelete": {
318806
+ "sizeInBytes": {
318811
318807
  "defaultValue": null,
318812
318808
  "description": "",
318813
- "name": "onDelete",
318809
+ "name": "sizeInBytes",
318814
318810
  "parent": {
318815
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318811
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318816
318812
  "name": "Props"
318817
318813
  },
318818
318814
  "declarations": [
318819
318815
  {
318820
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
318816
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
318821
318817
  "name": "Props"
318822
318818
  }
318823
318819
  ],
318824
318820
  "required": true,
318825
318821
  "type": {
318826
- "name": "() => void"
318822
+ "name": "number"
318827
318823
  }
318828
318824
  }
318829
318825
  }