@mittwald/flow-react-components 0.2.0-alpha.348 → 0.2.0-alpha.349
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.
|
@@ -34312,6 +34312,125 @@
|
|
|
34312
34312
|
}
|
|
34313
34313
|
}
|
|
34314
34314
|
},
|
|
34315
|
+
{
|
|
34316
|
+
"tags": {},
|
|
34317
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
34318
|
+
"description": "",
|
|
34319
|
+
"displayName": "Overlay",
|
|
34320
|
+
"methods": [],
|
|
34321
|
+
"props": {
|
|
34322
|
+
"ref": {
|
|
34323
|
+
"defaultValue": null,
|
|
34324
|
+
"description": "",
|
|
34325
|
+
"name": "ref",
|
|
34326
|
+
"parent": {
|
|
34327
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34328
|
+
"name": "OverlayProps"
|
|
34329
|
+
},
|
|
34330
|
+
"declarations": [
|
|
34331
|
+
{
|
|
34332
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34333
|
+
"name": "OverlayProps"
|
|
34334
|
+
}
|
|
34335
|
+
],
|
|
34336
|
+
"required": false,
|
|
34337
|
+
"type": {
|
|
34338
|
+
"name": "Ref<HTMLDivElement>"
|
|
34339
|
+
}
|
|
34340
|
+
},
|
|
34341
|
+
"controller": {
|
|
34342
|
+
"defaultValue": null,
|
|
34343
|
+
"description": "The controller to control the overlay state.",
|
|
34344
|
+
"name": "controller",
|
|
34345
|
+
"parent": {
|
|
34346
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34347
|
+
"name": "OverlayProps"
|
|
34348
|
+
},
|
|
34349
|
+
"declarations": [
|
|
34350
|
+
{
|
|
34351
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34352
|
+
"name": "OverlayProps"
|
|
34353
|
+
}
|
|
34354
|
+
],
|
|
34355
|
+
"required": false,
|
|
34356
|
+
"type": {
|
|
34357
|
+
"name": "OverlayController"
|
|
34358
|
+
}
|
|
34359
|
+
},
|
|
34360
|
+
"isDismissable": {
|
|
34361
|
+
"defaultValue": null,
|
|
34362
|
+
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
34363
|
+
"name": "isDismissable",
|
|
34364
|
+
"parent": {
|
|
34365
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34366
|
+
"name": "OverlayProps"
|
|
34367
|
+
},
|
|
34368
|
+
"declarations": [
|
|
34369
|
+
{
|
|
34370
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34371
|
+
"name": "OverlayProps"
|
|
34372
|
+
}
|
|
34373
|
+
],
|
|
34374
|
+
"required": false,
|
|
34375
|
+
"type": {
|
|
34376
|
+
"name": "boolean"
|
|
34377
|
+
}
|
|
34378
|
+
},
|
|
34379
|
+
"overlayType": {
|
|
34380
|
+
"defaultValue": null,
|
|
34381
|
+
"description": "Whether the overlay is a modal or a light box.",
|
|
34382
|
+
"name": "overlayType",
|
|
34383
|
+
"parent": {
|
|
34384
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34385
|
+
"name": "OverlayProps"
|
|
34386
|
+
},
|
|
34387
|
+
"declarations": [
|
|
34388
|
+
{
|
|
34389
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34390
|
+
"name": "OverlayProps"
|
|
34391
|
+
}
|
|
34392
|
+
],
|
|
34393
|
+
"required": false,
|
|
34394
|
+
"type": {
|
|
34395
|
+
"name": "\"LightBox\" | \"Modal\""
|
|
34396
|
+
}
|
|
34397
|
+
},
|
|
34398
|
+
"children": {
|
|
34399
|
+
"defaultValue": null,
|
|
34400
|
+
"description": "",
|
|
34401
|
+
"name": "children",
|
|
34402
|
+
"declarations": [
|
|
34403
|
+
{
|
|
34404
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
34405
|
+
"name": "TypeLiteral"
|
|
34406
|
+
}
|
|
34407
|
+
],
|
|
34408
|
+
"required": false,
|
|
34409
|
+
"type": {
|
|
34410
|
+
"name": "ReactNode"
|
|
34411
|
+
}
|
|
34412
|
+
},
|
|
34413
|
+
"className": {
|
|
34414
|
+
"defaultValue": null,
|
|
34415
|
+
"description": "The elements class name.",
|
|
34416
|
+
"name": "className",
|
|
34417
|
+
"parent": {
|
|
34418
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
34419
|
+
"name": "PropsWithClassName"
|
|
34420
|
+
},
|
|
34421
|
+
"declarations": [
|
|
34422
|
+
{
|
|
34423
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
34424
|
+
"name": "PropsWithClassName"
|
|
34425
|
+
}
|
|
34426
|
+
],
|
|
34427
|
+
"required": false,
|
|
34428
|
+
"type": {
|
|
34429
|
+
"name": "string"
|
|
34430
|
+
}
|
|
34431
|
+
}
|
|
34432
|
+
}
|
|
34433
|
+
},
|
|
34315
34434
|
{
|
|
34316
34435
|
"tags": {},
|
|
34317
34436
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
|
|
@@ -34956,125 +35075,6 @@
|
|
|
34956
35075
|
}
|
|
34957
35076
|
}
|
|
34958
35077
|
},
|
|
34959
|
-
{
|
|
34960
|
-
"tags": {},
|
|
34961
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
34962
|
-
"description": "",
|
|
34963
|
-
"displayName": "Overlay",
|
|
34964
|
-
"methods": [],
|
|
34965
|
-
"props": {
|
|
34966
|
-
"ref": {
|
|
34967
|
-
"defaultValue": null,
|
|
34968
|
-
"description": "",
|
|
34969
|
-
"name": "ref",
|
|
34970
|
-
"parent": {
|
|
34971
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34972
|
-
"name": "OverlayProps"
|
|
34973
|
-
},
|
|
34974
|
-
"declarations": [
|
|
34975
|
-
{
|
|
34976
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34977
|
-
"name": "OverlayProps"
|
|
34978
|
-
}
|
|
34979
|
-
],
|
|
34980
|
-
"required": false,
|
|
34981
|
-
"type": {
|
|
34982
|
-
"name": "Ref<HTMLDivElement>"
|
|
34983
|
-
}
|
|
34984
|
-
},
|
|
34985
|
-
"controller": {
|
|
34986
|
-
"defaultValue": null,
|
|
34987
|
-
"description": "The controller to control the overlay state.",
|
|
34988
|
-
"name": "controller",
|
|
34989
|
-
"parent": {
|
|
34990
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34991
|
-
"name": "OverlayProps"
|
|
34992
|
-
},
|
|
34993
|
-
"declarations": [
|
|
34994
|
-
{
|
|
34995
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
34996
|
-
"name": "OverlayProps"
|
|
34997
|
-
}
|
|
34998
|
-
],
|
|
34999
|
-
"required": false,
|
|
35000
|
-
"type": {
|
|
35001
|
-
"name": "OverlayController"
|
|
35002
|
-
}
|
|
35003
|
-
},
|
|
35004
|
-
"isDismissable": {
|
|
35005
|
-
"defaultValue": null,
|
|
35006
|
-
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
35007
|
-
"name": "isDismissable",
|
|
35008
|
-
"parent": {
|
|
35009
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
35010
|
-
"name": "OverlayProps"
|
|
35011
|
-
},
|
|
35012
|
-
"declarations": [
|
|
35013
|
-
{
|
|
35014
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
35015
|
-
"name": "OverlayProps"
|
|
35016
|
-
}
|
|
35017
|
-
],
|
|
35018
|
-
"required": false,
|
|
35019
|
-
"type": {
|
|
35020
|
-
"name": "boolean"
|
|
35021
|
-
}
|
|
35022
|
-
},
|
|
35023
|
-
"overlayType": {
|
|
35024
|
-
"defaultValue": null,
|
|
35025
|
-
"description": "Whether the overlay is a modal or a light box.",
|
|
35026
|
-
"name": "overlayType",
|
|
35027
|
-
"parent": {
|
|
35028
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
35029
|
-
"name": "OverlayProps"
|
|
35030
|
-
},
|
|
35031
|
-
"declarations": [
|
|
35032
|
-
{
|
|
35033
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
35034
|
-
"name": "OverlayProps"
|
|
35035
|
-
}
|
|
35036
|
-
],
|
|
35037
|
-
"required": false,
|
|
35038
|
-
"type": {
|
|
35039
|
-
"name": "\"LightBox\" | \"Modal\""
|
|
35040
|
-
}
|
|
35041
|
-
},
|
|
35042
|
-
"children": {
|
|
35043
|
-
"defaultValue": null,
|
|
35044
|
-
"description": "",
|
|
35045
|
-
"name": "children",
|
|
35046
|
-
"declarations": [
|
|
35047
|
-
{
|
|
35048
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
35049
|
-
"name": "TypeLiteral"
|
|
35050
|
-
}
|
|
35051
|
-
],
|
|
35052
|
-
"required": false,
|
|
35053
|
-
"type": {
|
|
35054
|
-
"name": "ReactNode"
|
|
35055
|
-
}
|
|
35056
|
-
},
|
|
35057
|
-
"className": {
|
|
35058
|
-
"defaultValue": null,
|
|
35059
|
-
"description": "The elements class name.",
|
|
35060
|
-
"name": "className",
|
|
35061
|
-
"parent": {
|
|
35062
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
35063
|
-
"name": "PropsWithClassName"
|
|
35064
|
-
},
|
|
35065
|
-
"declarations": [
|
|
35066
|
-
{
|
|
35067
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
35068
|
-
"name": "PropsWithClassName"
|
|
35069
|
-
}
|
|
35070
|
-
],
|
|
35071
|
-
"required": false,
|
|
35072
|
-
"type": {
|
|
35073
|
-
"name": "string"
|
|
35074
|
-
}
|
|
35075
|
-
}
|
|
35076
|
-
}
|
|
35077
|
-
},
|
|
35078
35078
|
{
|
|
35079
35079
|
"tags": {
|
|
35080
35080
|
"flr-generate": "all"
|
|
@@ -117374,7 +117374,7 @@
|
|
|
117374
117374
|
],
|
|
117375
117375
|
"required": false,
|
|
117376
117376
|
"type": {
|
|
117377
|
-
"name": "\"end\" | \"start\" | \"center\""
|
|
117377
|
+
"name": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
|
|
117378
117378
|
}
|
|
117379
117379
|
},
|
|
117380
117380
|
"justify": {
|
|
@@ -145758,6 +145758,89 @@
|
|
|
145758
145758
|
}
|
|
145759
145759
|
}
|
|
145760
145760
|
},
|
|
145761
|
+
{
|
|
145762
|
+
"tags": {
|
|
145763
|
+
"flr-generate": "all"
|
|
145764
|
+
},
|
|
145765
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
|
|
145766
|
+
"description": "",
|
|
145767
|
+
"displayName": "Div",
|
|
145768
|
+
"methods": [],
|
|
145769
|
+
"props": {
|
|
145770
|
+
"children": {
|
|
145771
|
+
"defaultValue": null,
|
|
145772
|
+
"description": "",
|
|
145773
|
+
"name": "children",
|
|
145774
|
+
"declarations": [
|
|
145775
|
+
{
|
|
145776
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145777
|
+
"name": "TypeLiteral"
|
|
145778
|
+
}
|
|
145779
|
+
],
|
|
145780
|
+
"required": false,
|
|
145781
|
+
"type": {
|
|
145782
|
+
"name": "ReactNode"
|
|
145783
|
+
}
|
|
145784
|
+
},
|
|
145785
|
+
"className": {
|
|
145786
|
+
"defaultValue": null,
|
|
145787
|
+
"description": "The elements class name.",
|
|
145788
|
+
"name": "className",
|
|
145789
|
+
"parent": {
|
|
145790
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
145791
|
+
"name": "PropsWithClassName"
|
|
145792
|
+
},
|
|
145793
|
+
"declarations": [
|
|
145794
|
+
{
|
|
145795
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
145796
|
+
"name": "PropsWithClassName"
|
|
145797
|
+
}
|
|
145798
|
+
],
|
|
145799
|
+
"required": false,
|
|
145800
|
+
"type": {
|
|
145801
|
+
"name": "string"
|
|
145802
|
+
}
|
|
145803
|
+
},
|
|
145804
|
+
"ref": {
|
|
145805
|
+
"defaultValue": null,
|
|
145806
|
+
"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}",
|
|
145807
|
+
"name": "ref",
|
|
145808
|
+
"parent": {
|
|
145809
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145810
|
+
"name": "RefAttributes"
|
|
145811
|
+
},
|
|
145812
|
+
"declarations": [
|
|
145813
|
+
{
|
|
145814
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145815
|
+
"name": "RefAttributes"
|
|
145816
|
+
}
|
|
145817
|
+
],
|
|
145818
|
+
"required": false,
|
|
145819
|
+
"type": {
|
|
145820
|
+
"name": "Ref<HTMLInputElement>"
|
|
145821
|
+
}
|
|
145822
|
+
},
|
|
145823
|
+
"key": {
|
|
145824
|
+
"defaultValue": null,
|
|
145825
|
+
"description": "",
|
|
145826
|
+
"name": "key",
|
|
145827
|
+
"parent": {
|
|
145828
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145829
|
+
"name": "Attributes"
|
|
145830
|
+
},
|
|
145831
|
+
"declarations": [
|
|
145832
|
+
{
|
|
145833
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145834
|
+
"name": "Attributes"
|
|
145835
|
+
}
|
|
145836
|
+
],
|
|
145837
|
+
"required": false,
|
|
145838
|
+
"type": {
|
|
145839
|
+
"name": "Key | null"
|
|
145840
|
+
}
|
|
145841
|
+
}
|
|
145842
|
+
}
|
|
145843
|
+
},
|
|
145761
145844
|
{
|
|
145762
145845
|
"tags": {
|
|
145763
145846
|
"flr-generate": "all",
|
|
@@ -146648,89 +146731,6 @@
|
|
|
146648
146731
|
}
|
|
146649
146732
|
}
|
|
146650
146733
|
},
|
|
146651
|
-
{
|
|
146652
|
-
"tags": {
|
|
146653
|
-
"flr-generate": "all"
|
|
146654
|
-
},
|
|
146655
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
|
|
146656
|
-
"description": "",
|
|
146657
|
-
"displayName": "Div",
|
|
146658
|
-
"methods": [],
|
|
146659
|
-
"props": {
|
|
146660
|
-
"children": {
|
|
146661
|
-
"defaultValue": null,
|
|
146662
|
-
"description": "",
|
|
146663
|
-
"name": "children",
|
|
146664
|
-
"declarations": [
|
|
146665
|
-
{
|
|
146666
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
146667
|
-
"name": "TypeLiteral"
|
|
146668
|
-
}
|
|
146669
|
-
],
|
|
146670
|
-
"required": false,
|
|
146671
|
-
"type": {
|
|
146672
|
-
"name": "ReactNode"
|
|
146673
|
-
}
|
|
146674
|
-
},
|
|
146675
|
-
"className": {
|
|
146676
|
-
"defaultValue": null,
|
|
146677
|
-
"description": "The elements class name.",
|
|
146678
|
-
"name": "className",
|
|
146679
|
-
"parent": {
|
|
146680
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
146681
|
-
"name": "PropsWithClassName"
|
|
146682
|
-
},
|
|
146683
|
-
"declarations": [
|
|
146684
|
-
{
|
|
146685
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
146686
|
-
"name": "PropsWithClassName"
|
|
146687
|
-
}
|
|
146688
|
-
],
|
|
146689
|
-
"required": false,
|
|
146690
|
-
"type": {
|
|
146691
|
-
"name": "string"
|
|
146692
|
-
}
|
|
146693
|
-
},
|
|
146694
|
-
"ref": {
|
|
146695
|
-
"defaultValue": null,
|
|
146696
|
-
"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}",
|
|
146697
|
-
"name": "ref",
|
|
146698
|
-
"parent": {
|
|
146699
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
146700
|
-
"name": "RefAttributes"
|
|
146701
|
-
},
|
|
146702
|
-
"declarations": [
|
|
146703
|
-
{
|
|
146704
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
146705
|
-
"name": "RefAttributes"
|
|
146706
|
-
}
|
|
146707
|
-
],
|
|
146708
|
-
"required": false,
|
|
146709
|
-
"type": {
|
|
146710
|
-
"name": "Ref<HTMLInputElement>"
|
|
146711
|
-
}
|
|
146712
|
-
},
|
|
146713
|
-
"key": {
|
|
146714
|
-
"defaultValue": null,
|
|
146715
|
-
"description": "",
|
|
146716
|
-
"name": "key",
|
|
146717
|
-
"parent": {
|
|
146718
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
146719
|
-
"name": "Attributes"
|
|
146720
|
-
},
|
|
146721
|
-
"declarations": [
|
|
146722
|
-
{
|
|
146723
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
146724
|
-
"name": "Attributes"
|
|
146725
|
-
}
|
|
146726
|
-
],
|
|
146727
|
-
"required": false,
|
|
146728
|
-
"type": {
|
|
146729
|
-
"name": "Key | null"
|
|
146730
|
-
}
|
|
146731
|
-
}
|
|
146732
|
-
}
|
|
146733
|
-
},
|
|
146734
146734
|
{
|
|
146735
146735
|
"tags": {
|
|
146736
146736
|
"flr-generate": "all",
|
|
@@ -171956,206 +171956,84 @@
|
|
|
171956
171956
|
"type": {
|
|
171957
171957
|
"name": "Key | null"
|
|
171958
171958
|
}
|
|
171959
|
-
},
|
|
171960
|
-
"filter": {
|
|
171961
|
-
"defaultValue": null,
|
|
171962
|
-
"description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
|
|
171963
|
-
"name": "filter",
|
|
171964
|
-
"parent": {
|
|
171965
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
171966
|
-
"name": "AriaAutocompleteProps"
|
|
171967
|
-
},
|
|
171968
|
-
"declarations": [
|
|
171969
|
-
{
|
|
171970
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
171971
|
-
"name": "AriaAutocompleteProps"
|
|
171972
|
-
}
|
|
171973
|
-
],
|
|
171974
|
-
"required": false,
|
|
171975
|
-
"type": {
|
|
171976
|
-
"name": "((textValue: string, inputValue: string) => boolean)"
|
|
171977
|
-
}
|
|
171978
|
-
},
|
|
171979
|
-
"slot": {
|
|
171980
|
-
"defaultValue": null,
|
|
171981
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
171982
|
-
"name": "slot",
|
|
171983
|
-
"parent": {
|
|
171984
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
171985
|
-
"name": "SlotProps"
|
|
171986
|
-
},
|
|
171987
|
-
"declarations": [
|
|
171988
|
-
{
|
|
171989
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
171990
|
-
"name": "SlotProps"
|
|
171991
|
-
}
|
|
171992
|
-
],
|
|
171993
|
-
"required": false,
|
|
171994
|
-
"type": {
|
|
171995
|
-
"name": "string | null"
|
|
171996
|
-
}
|
|
171997
|
-
},
|
|
171998
|
-
"defaultInputValue": {
|
|
171999
|
-
"defaultValue": null,
|
|
172000
|
-
"description": "The default value of the autocomplete input (uncontrolled).",
|
|
172001
|
-
"name": "defaultInputValue",
|
|
172002
|
-
"parent": {
|
|
172003
|
-
"fileName": "flow/node_modules/.pnpm/@react-stately+autocomplete@3.0.0-beta.2_react@19.1.0/node_modules/@react-stately/autocomplete/dist/types.d.ts",
|
|
172004
|
-
"name": "AutocompleteProps"
|
|
172005
|
-
},
|
|
172006
|
-
"declarations": [
|
|
172007
|
-
{
|
|
172008
|
-
"fileName": "flow/node_modules/.pnpm/@react-stately+autocomplete@3.0.0-beta.2_react@19.1.0/node_modules/@react-stately/autocomplete/dist/types.d.ts",
|
|
172009
|
-
"name": "AutocompleteProps"
|
|
172010
|
-
}
|
|
172011
|
-
],
|
|
172012
|
-
"required": false,
|
|
172013
|
-
"type": {
|
|
172014
|
-
"name": "string"
|
|
172015
|
-
}
|
|
172016
|
-
},
|
|
172017
|
-
"disableAutoFocusFirst": {
|
|
172018
|
-
"defaultValue": {
|
|
172019
|
-
"value": "false"
|
|
172020
|
-
},
|
|
172021
|
-
"description": "Whether or not to focus the first item in the collection after a filter is performed.",
|
|
172022
|
-
"name": "disableAutoFocusFirst",
|
|
172023
|
-
"parent": {
|
|
172024
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
172025
|
-
"name": "AriaAutocompleteProps"
|
|
172026
|
-
},
|
|
172027
|
-
"declarations": [
|
|
172028
|
-
{
|
|
172029
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
172030
|
-
"name": "AriaAutocompleteProps"
|
|
172031
|
-
}
|
|
172032
|
-
],
|
|
172033
|
-
"required": false,
|
|
172034
|
-
"type": {
|
|
172035
|
-
"name": "boolean"
|
|
172036
|
-
}
|
|
172037
|
-
}
|
|
172038
|
-
}
|
|
172039
|
-
},
|
|
172040
|
-
{
|
|
172041
|
-
"tags": {
|
|
172042
|
-
"flr-generate": "all",
|
|
172043
|
-
"flr-clear-props-context": ""
|
|
172044
|
-
},
|
|
172045
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
|
|
172046
|
-
"description": "",
|
|
172047
|
-
"displayName": "Align",
|
|
172048
|
-
"methods": [],
|
|
172049
|
-
"props": {
|
|
172050
|
-
"children": {
|
|
172051
|
-
"defaultValue": null,
|
|
172052
|
-
"description": "",
|
|
172053
|
-
"name": "children",
|
|
172054
|
-
"declarations": [
|
|
172055
|
-
{
|
|
172056
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172057
|
-
"name": "TypeLiteral"
|
|
172058
|
-
}
|
|
172059
|
-
],
|
|
172060
|
-
"required": false,
|
|
172061
|
-
"type": {
|
|
172062
|
-
"name": "ReactNode"
|
|
172063
|
-
}
|
|
172064
|
-
},
|
|
172065
|
-
"className": {
|
|
172066
|
-
"defaultValue": null,
|
|
172067
|
-
"description": "The elements class name.",
|
|
172068
|
-
"name": "className",
|
|
172069
|
-
"parent": {
|
|
172070
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
172071
|
-
"name": "PropsWithClassName"
|
|
172072
|
-
},
|
|
172073
|
-
"declarations": [
|
|
172074
|
-
{
|
|
172075
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
172076
|
-
"name": "PropsWithClassName"
|
|
172077
|
-
}
|
|
172078
|
-
],
|
|
172079
|
-
"required": false,
|
|
172080
|
-
"type": {
|
|
172081
|
-
"name": "string"
|
|
172082
|
-
}
|
|
172083
|
-
},
|
|
172084
|
-
"wrapWith": {
|
|
172085
|
-
"defaultValue": null,
|
|
172086
|
-
"description": "",
|
|
172087
|
-
"name": "wrapWith",
|
|
172088
|
-
"parent": {
|
|
172089
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
172090
|
-
"name": "FlowComponentProps"
|
|
172091
|
-
},
|
|
172092
|
-
"declarations": [
|
|
172093
|
-
{
|
|
172094
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
172095
|
-
"name": "FlowComponentProps"
|
|
172096
|
-
}
|
|
172097
|
-
],
|
|
172098
|
-
"required": false,
|
|
172099
|
-
"type": {
|
|
172100
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
172101
|
-
}
|
|
172102
|
-
},
|
|
172103
|
-
"tunnelId": {
|
|
172104
|
-
"defaultValue": null,
|
|
172105
|
-
"description": "@internal",
|
|
172106
|
-
"name": "tunnelId",
|
|
172107
|
-
"parent": {
|
|
172108
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
172109
|
-
"name": "PropsWithTunnel"
|
|
172110
|
-
},
|
|
172111
|
-
"declarations": [
|
|
172112
|
-
{
|
|
172113
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
172114
|
-
"name": "PropsWithTunnel"
|
|
172115
|
-
}
|
|
172116
|
-
],
|
|
172117
|
-
"required": false,
|
|
172118
|
-
"type": {
|
|
172119
|
-
"name": "string | null"
|
|
172120
|
-
}
|
|
172121
|
-
},
|
|
172122
|
-
"ref": {
|
|
172123
|
-
"defaultValue": null,
|
|
172124
|
-
"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}",
|
|
172125
|
-
"name": "ref",
|
|
172126
|
-
"parent": {
|
|
172127
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172128
|
-
"name": "RefAttributes"
|
|
172129
|
-
},
|
|
172130
|
-
"declarations": [
|
|
172131
|
-
{
|
|
172132
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172133
|
-
"name": "RefAttributes"
|
|
172134
|
-
}
|
|
172135
|
-
],
|
|
172136
|
-
"required": false,
|
|
172137
|
-
"type": {
|
|
172138
|
-
"name": "Ref<HTMLInputElement>"
|
|
172139
|
-
}
|
|
172140
|
-
},
|
|
172141
|
-
"key": {
|
|
172142
|
-
"defaultValue": null,
|
|
172143
|
-
"description": "",
|
|
172144
|
-
"name": "key",
|
|
172145
|
-
"parent": {
|
|
172146
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172147
|
-
"name": "Attributes"
|
|
172148
|
-
},
|
|
172149
|
-
"declarations": [
|
|
172150
|
-
{
|
|
172151
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
172152
|
-
"name": "Attributes"
|
|
172153
|
-
}
|
|
172154
|
-
],
|
|
172155
|
-
"required": false,
|
|
172156
|
-
"type": {
|
|
172157
|
-
"name": "Key | null"
|
|
172158
|
-
}
|
|
171959
|
+
},
|
|
171960
|
+
"filter": {
|
|
171961
|
+
"defaultValue": null,
|
|
171962
|
+
"description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
|
|
171963
|
+
"name": "filter",
|
|
171964
|
+
"parent": {
|
|
171965
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
171966
|
+
"name": "AriaAutocompleteProps"
|
|
171967
|
+
},
|
|
171968
|
+
"declarations": [
|
|
171969
|
+
{
|
|
171970
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
171971
|
+
"name": "AriaAutocompleteProps"
|
|
171972
|
+
}
|
|
171973
|
+
],
|
|
171974
|
+
"required": false,
|
|
171975
|
+
"type": {
|
|
171976
|
+
"name": "((textValue: string, inputValue: string) => boolean)"
|
|
171977
|
+
}
|
|
171978
|
+
},
|
|
171979
|
+
"slot": {
|
|
171980
|
+
"defaultValue": null,
|
|
171981
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
171982
|
+
"name": "slot",
|
|
171983
|
+
"parent": {
|
|
171984
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
171985
|
+
"name": "SlotProps"
|
|
171986
|
+
},
|
|
171987
|
+
"declarations": [
|
|
171988
|
+
{
|
|
171989
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
171990
|
+
"name": "SlotProps"
|
|
171991
|
+
}
|
|
171992
|
+
],
|
|
171993
|
+
"required": false,
|
|
171994
|
+
"type": {
|
|
171995
|
+
"name": "string | null"
|
|
171996
|
+
}
|
|
171997
|
+
},
|
|
171998
|
+
"defaultInputValue": {
|
|
171999
|
+
"defaultValue": null,
|
|
172000
|
+
"description": "The default value of the autocomplete input (uncontrolled).",
|
|
172001
|
+
"name": "defaultInputValue",
|
|
172002
|
+
"parent": {
|
|
172003
|
+
"fileName": "flow/node_modules/.pnpm/@react-stately+autocomplete@3.0.0-beta.2_react@19.1.0/node_modules/@react-stately/autocomplete/dist/types.d.ts",
|
|
172004
|
+
"name": "AutocompleteProps"
|
|
172005
|
+
},
|
|
172006
|
+
"declarations": [
|
|
172007
|
+
{
|
|
172008
|
+
"fileName": "flow/node_modules/.pnpm/@react-stately+autocomplete@3.0.0-beta.2_react@19.1.0/node_modules/@react-stately/autocomplete/dist/types.d.ts",
|
|
172009
|
+
"name": "AutocompleteProps"
|
|
172010
|
+
}
|
|
172011
|
+
],
|
|
172012
|
+
"required": false,
|
|
172013
|
+
"type": {
|
|
172014
|
+
"name": "string"
|
|
172015
|
+
}
|
|
172016
|
+
},
|
|
172017
|
+
"disableAutoFocusFirst": {
|
|
172018
|
+
"defaultValue": {
|
|
172019
|
+
"value": "false"
|
|
172020
|
+
},
|
|
172021
|
+
"description": "Whether or not to focus the first item in the collection after a filter is performed.",
|
|
172022
|
+
"name": "disableAutoFocusFirst",
|
|
172023
|
+
"parent": {
|
|
172024
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
172025
|
+
"name": "AriaAutocompleteProps"
|
|
172026
|
+
},
|
|
172027
|
+
"declarations": [
|
|
172028
|
+
{
|
|
172029
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-beta.5_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
172030
|
+
"name": "AriaAutocompleteProps"
|
|
172031
|
+
}
|
|
172032
|
+
],
|
|
172033
|
+
"required": false,
|
|
172034
|
+
"type": {
|
|
172035
|
+
"name": "boolean"
|
|
172036
|
+
}
|
|
172159
172037
|
}
|
|
172160
172038
|
}
|
|
172161
172039
|
},
|
|
@@ -181612,6 +181490,128 @@
|
|
|
181612
181490
|
}
|
|
181613
181491
|
}
|
|
181614
181492
|
},
|
|
181493
|
+
{
|
|
181494
|
+
"tags": {
|
|
181495
|
+
"flr-generate": "all",
|
|
181496
|
+
"flr-clear-props-context": ""
|
|
181497
|
+
},
|
|
181498
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
|
|
181499
|
+
"description": "",
|
|
181500
|
+
"displayName": "Align",
|
|
181501
|
+
"methods": [],
|
|
181502
|
+
"props": {
|
|
181503
|
+
"children": {
|
|
181504
|
+
"defaultValue": null,
|
|
181505
|
+
"description": "",
|
|
181506
|
+
"name": "children",
|
|
181507
|
+
"declarations": [
|
|
181508
|
+
{
|
|
181509
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
181510
|
+
"name": "TypeLiteral"
|
|
181511
|
+
}
|
|
181512
|
+
],
|
|
181513
|
+
"required": false,
|
|
181514
|
+
"type": {
|
|
181515
|
+
"name": "ReactNode"
|
|
181516
|
+
}
|
|
181517
|
+
},
|
|
181518
|
+
"className": {
|
|
181519
|
+
"defaultValue": null,
|
|
181520
|
+
"description": "The elements class name.",
|
|
181521
|
+
"name": "className",
|
|
181522
|
+
"parent": {
|
|
181523
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
181524
|
+
"name": "PropsWithClassName"
|
|
181525
|
+
},
|
|
181526
|
+
"declarations": [
|
|
181527
|
+
{
|
|
181528
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
181529
|
+
"name": "PropsWithClassName"
|
|
181530
|
+
}
|
|
181531
|
+
],
|
|
181532
|
+
"required": false,
|
|
181533
|
+
"type": {
|
|
181534
|
+
"name": "string"
|
|
181535
|
+
}
|
|
181536
|
+
},
|
|
181537
|
+
"wrapWith": {
|
|
181538
|
+
"defaultValue": null,
|
|
181539
|
+
"description": "",
|
|
181540
|
+
"name": "wrapWith",
|
|
181541
|
+
"parent": {
|
|
181542
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
181543
|
+
"name": "FlowComponentProps"
|
|
181544
|
+
},
|
|
181545
|
+
"declarations": [
|
|
181546
|
+
{
|
|
181547
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
181548
|
+
"name": "FlowComponentProps"
|
|
181549
|
+
}
|
|
181550
|
+
],
|
|
181551
|
+
"required": false,
|
|
181552
|
+
"type": {
|
|
181553
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
181554
|
+
}
|
|
181555
|
+
},
|
|
181556
|
+
"tunnelId": {
|
|
181557
|
+
"defaultValue": null,
|
|
181558
|
+
"description": "@internal",
|
|
181559
|
+
"name": "tunnelId",
|
|
181560
|
+
"parent": {
|
|
181561
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
181562
|
+
"name": "PropsWithTunnel"
|
|
181563
|
+
},
|
|
181564
|
+
"declarations": [
|
|
181565
|
+
{
|
|
181566
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
181567
|
+
"name": "PropsWithTunnel"
|
|
181568
|
+
}
|
|
181569
|
+
],
|
|
181570
|
+
"required": false,
|
|
181571
|
+
"type": {
|
|
181572
|
+
"name": "string | null"
|
|
181573
|
+
}
|
|
181574
|
+
},
|
|
181575
|
+
"ref": {
|
|
181576
|
+
"defaultValue": null,
|
|
181577
|
+
"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}",
|
|
181578
|
+
"name": "ref",
|
|
181579
|
+
"parent": {
|
|
181580
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
181581
|
+
"name": "RefAttributes"
|
|
181582
|
+
},
|
|
181583
|
+
"declarations": [
|
|
181584
|
+
{
|
|
181585
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
181586
|
+
"name": "RefAttributes"
|
|
181587
|
+
}
|
|
181588
|
+
],
|
|
181589
|
+
"required": false,
|
|
181590
|
+
"type": {
|
|
181591
|
+
"name": "Ref<HTMLInputElement>"
|
|
181592
|
+
}
|
|
181593
|
+
},
|
|
181594
|
+
"key": {
|
|
181595
|
+
"defaultValue": null,
|
|
181596
|
+
"description": "",
|
|
181597
|
+
"name": "key",
|
|
181598
|
+
"parent": {
|
|
181599
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
181600
|
+
"name": "Attributes"
|
|
181601
|
+
},
|
|
181602
|
+
"declarations": [
|
|
181603
|
+
{
|
|
181604
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
181605
|
+
"name": "Attributes"
|
|
181606
|
+
}
|
|
181607
|
+
],
|
|
181608
|
+
"required": false,
|
|
181609
|
+
"type": {
|
|
181610
|
+
"name": "Key | null"
|
|
181611
|
+
}
|
|
181612
|
+
}
|
|
181613
|
+
}
|
|
181614
|
+
},
|
|
181615
181615
|
{
|
|
181616
181616
|
"tags": {
|
|
181617
181617
|
"flr-generate": "all",
|
|
@@ -187698,87 +187698,43 @@
|
|
|
187698
187698
|
"tags": {
|
|
187699
187699
|
"flr-generate": "all"
|
|
187700
187700
|
},
|
|
187701
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
187701
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AccentBox/AccentBox.tsx",
|
|
187702
187702
|
"description": "",
|
|
187703
|
-
"displayName": "
|
|
187703
|
+
"displayName": "AccentBox",
|
|
187704
187704
|
"methods": [],
|
|
187705
187705
|
"props": {
|
|
187706
|
-
"
|
|
187707
|
-
"defaultValue": null,
|
|
187708
|
-
"description": "Whether the accordion should be initially expanded.",
|
|
187709
|
-
"name": "defaultExpanded",
|
|
187710
|
-
"parent": {
|
|
187711
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
187712
|
-
"name": "AccordionProps"
|
|
187713
|
-
},
|
|
187714
|
-
"declarations": [
|
|
187715
|
-
{
|
|
187716
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
187717
|
-
"name": "AccordionProps"
|
|
187718
|
-
}
|
|
187719
|
-
],
|
|
187720
|
-
"required": false,
|
|
187721
|
-
"type": {
|
|
187722
|
-
"name": "boolean"
|
|
187723
|
-
}
|
|
187724
|
-
},
|
|
187725
|
-
"variant": {
|
|
187726
|
-
"defaultValue": {
|
|
187727
|
-
"value": "\"default\""
|
|
187728
|
-
},
|
|
187729
|
-
"description": "The visual variant of the accordion.",
|
|
187730
|
-
"name": "variant",
|
|
187731
|
-
"parent": {
|
|
187732
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
187733
|
-
"name": "AccordionProps"
|
|
187734
|
-
},
|
|
187735
|
-
"declarations": [
|
|
187736
|
-
{
|
|
187737
|
-
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
187738
|
-
"name": "AccordionProps"
|
|
187739
|
-
}
|
|
187740
|
-
],
|
|
187741
|
-
"required": false,
|
|
187742
|
-
"type": {
|
|
187743
|
-
"name": "\"default\" | \"outline\""
|
|
187744
|
-
}
|
|
187745
|
-
},
|
|
187746
|
-
"ref": {
|
|
187706
|
+
"color": {
|
|
187747
187707
|
"defaultValue": null,
|
|
187748
|
-
"description": "
|
|
187749
|
-
"name": "
|
|
187708
|
+
"description": "",
|
|
187709
|
+
"name": "color",
|
|
187750
187710
|
"parent": {
|
|
187751
|
-
"fileName": "
|
|
187752
|
-
"name": "
|
|
187711
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
187712
|
+
"name": "AccentBoxProps"
|
|
187753
187713
|
},
|
|
187754
187714
|
"declarations": [
|
|
187755
187715
|
{
|
|
187756
|
-
"fileName": "
|
|
187757
|
-
"name": "
|
|
187716
|
+
"fileName": "components/src/components/AccentBox/AccentBox.tsx",
|
|
187717
|
+
"name": "AccentBoxProps"
|
|
187758
187718
|
}
|
|
187759
187719
|
],
|
|
187760
187720
|
"required": false,
|
|
187761
187721
|
"type": {
|
|
187762
|
-
"name": "
|
|
187722
|
+
"name": "\"neutral\" | \"green\" | \"gradient\" | \"blue\""
|
|
187763
187723
|
}
|
|
187764
187724
|
},
|
|
187765
|
-
"
|
|
187725
|
+
"children": {
|
|
187766
187726
|
"defaultValue": null,
|
|
187767
187727
|
"description": "",
|
|
187768
|
-
"name": "
|
|
187769
|
-
"parent": {
|
|
187770
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
187771
|
-
"name": "Attributes"
|
|
187772
|
-
},
|
|
187728
|
+
"name": "children",
|
|
187773
187729
|
"declarations": [
|
|
187774
187730
|
{
|
|
187775
187731
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
187776
|
-
"name": "
|
|
187732
|
+
"name": "TypeLiteral"
|
|
187777
187733
|
}
|
|
187778
187734
|
],
|
|
187779
187735
|
"required": false,
|
|
187780
187736
|
"type": {
|
|
187781
|
-
"name": "
|
|
187737
|
+
"name": "ReactNode"
|
|
187782
187738
|
}
|
|
187783
187739
|
},
|
|
187784
187740
|
"defaultChecked": {
|
|
@@ -188507,25 +188463,6 @@
|
|
|
188507
188463
|
"name": "string"
|
|
188508
188464
|
}
|
|
188509
188465
|
},
|
|
188510
|
-
"color": {
|
|
188511
|
-
"defaultValue": null,
|
|
188512
|
-
"description": "",
|
|
188513
|
-
"name": "color",
|
|
188514
|
-
"parent": {
|
|
188515
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
188516
|
-
"name": "HTMLAttributes"
|
|
188517
|
-
},
|
|
188518
|
-
"declarations": [
|
|
188519
|
-
{
|
|
188520
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
188521
|
-
"name": "HTMLAttributes"
|
|
188522
|
-
}
|
|
188523
|
-
],
|
|
188524
|
-
"required": false,
|
|
188525
|
-
"type": {
|
|
188526
|
-
"name": "string"
|
|
188527
|
-
}
|
|
188528
|
-
},
|
|
188529
188466
|
"itemProp": {
|
|
188530
188467
|
"defaultValue": null,
|
|
188531
188468
|
"description": "",
|
|
@@ -189837,25 +189774,6 @@
|
|
|
189837
189774
|
"name": "string"
|
|
189838
189775
|
}
|
|
189839
189776
|
},
|
|
189840
|
-
"children": {
|
|
189841
|
-
"defaultValue": null,
|
|
189842
|
-
"description": "",
|
|
189843
|
-
"name": "children",
|
|
189844
|
-
"parent": {
|
|
189845
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
189846
|
-
"name": "DOMAttributes"
|
|
189847
|
-
},
|
|
189848
|
-
"declarations": [
|
|
189849
|
-
{
|
|
189850
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
189851
|
-
"name": "DOMAttributes"
|
|
189852
|
-
}
|
|
189853
|
-
],
|
|
189854
|
-
"required": false,
|
|
189855
|
-
"type": {
|
|
189856
|
-
"name": "ReactNode"
|
|
189857
|
-
}
|
|
189858
|
-
},
|
|
189859
189777
|
"dangerouslySetInnerHTML": {
|
|
189860
189778
|
"defaultValue": null,
|
|
189861
189779
|
"description": "",
|
|
@@ -193066,6 +192984,97 @@
|
|
|
193066
192984
|
"type": {
|
|
193067
192985
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
193068
192986
|
}
|
|
192987
|
+
},
|
|
192988
|
+
"elementType": {
|
|
192989
|
+
"defaultValue": null,
|
|
192990
|
+
"description": "",
|
|
192991
|
+
"name": "elementType",
|
|
192992
|
+
"declarations": [
|
|
192993
|
+
{
|
|
192994
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
192995
|
+
"name": "TypeLiteral"
|
|
192996
|
+
}
|
|
192997
|
+
],
|
|
192998
|
+
"required": false,
|
|
192999
|
+
"type": {
|
|
193000
|
+
"name": "\"div\" | \"article\" | ExoticComponent<{}> | \"section\""
|
|
193001
|
+
}
|
|
193002
|
+
},
|
|
193003
|
+
"wrapWith": {
|
|
193004
|
+
"defaultValue": null,
|
|
193005
|
+
"description": "",
|
|
193006
|
+
"name": "wrapWith",
|
|
193007
|
+
"parent": {
|
|
193008
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
193009
|
+
"name": "FlowComponentProps"
|
|
193010
|
+
},
|
|
193011
|
+
"declarations": [
|
|
193012
|
+
{
|
|
193013
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
193014
|
+
"name": "FlowComponentProps"
|
|
193015
|
+
}
|
|
193016
|
+
],
|
|
193017
|
+
"required": false,
|
|
193018
|
+
"type": {
|
|
193019
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
193020
|
+
}
|
|
193021
|
+
},
|
|
193022
|
+
"tunnelId": {
|
|
193023
|
+
"defaultValue": null,
|
|
193024
|
+
"description": "@internal",
|
|
193025
|
+
"name": "tunnelId",
|
|
193026
|
+
"parent": {
|
|
193027
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
193028
|
+
"name": "PropsWithTunnel"
|
|
193029
|
+
},
|
|
193030
|
+
"declarations": [
|
|
193031
|
+
{
|
|
193032
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
193033
|
+
"name": "PropsWithTunnel"
|
|
193034
|
+
}
|
|
193035
|
+
],
|
|
193036
|
+
"required": false,
|
|
193037
|
+
"type": {
|
|
193038
|
+
"name": "string | null"
|
|
193039
|
+
}
|
|
193040
|
+
},
|
|
193041
|
+
"ref": {
|
|
193042
|
+
"defaultValue": null,
|
|
193043
|
+
"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}",
|
|
193044
|
+
"name": "ref",
|
|
193045
|
+
"parent": {
|
|
193046
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
193047
|
+
"name": "RefAttributes"
|
|
193048
|
+
},
|
|
193049
|
+
"declarations": [
|
|
193050
|
+
{
|
|
193051
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
193052
|
+
"name": "RefAttributes"
|
|
193053
|
+
}
|
|
193054
|
+
],
|
|
193055
|
+
"required": false,
|
|
193056
|
+
"type": {
|
|
193057
|
+
"name": "Ref<HTMLInputElement>"
|
|
193058
|
+
}
|
|
193059
|
+
},
|
|
193060
|
+
"key": {
|
|
193061
|
+
"defaultValue": null,
|
|
193062
|
+
"description": "",
|
|
193063
|
+
"name": "key",
|
|
193064
|
+
"parent": {
|
|
193065
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
193066
|
+
"name": "Attributes"
|
|
193067
|
+
},
|
|
193068
|
+
"declarations": [
|
|
193069
|
+
{
|
|
193070
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
193071
|
+
"name": "Attributes"
|
|
193072
|
+
}
|
|
193073
|
+
],
|
|
193074
|
+
"required": false,
|
|
193075
|
+
"type": {
|
|
193076
|
+
"name": "Key | null"
|
|
193077
|
+
}
|
|
193069
193078
|
}
|
|
193070
193079
|
}
|
|
193071
193080
|
},
|
|
@@ -193073,43 +193082,87 @@
|
|
|
193073
193082
|
"tags": {
|
|
193074
193083
|
"flr-generate": "all"
|
|
193075
193084
|
},
|
|
193076
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
193085
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Accordion/Accordion.tsx",
|
|
193077
193086
|
"description": "",
|
|
193078
|
-
"displayName": "
|
|
193087
|
+
"displayName": "Accordion",
|
|
193079
193088
|
"methods": [],
|
|
193080
193089
|
"props": {
|
|
193081
|
-
"
|
|
193090
|
+
"defaultExpanded": {
|
|
193082
193091
|
"defaultValue": null,
|
|
193083
|
-
"description": "",
|
|
193084
|
-
"name": "
|
|
193092
|
+
"description": "Whether the accordion should be initially expanded.",
|
|
193093
|
+
"name": "defaultExpanded",
|
|
193085
193094
|
"parent": {
|
|
193086
|
-
"fileName": "components/src/components/
|
|
193087
|
-
"name": "
|
|
193095
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
193096
|
+
"name": "AccordionProps"
|
|
193088
193097
|
},
|
|
193089
193098
|
"declarations": [
|
|
193090
193099
|
{
|
|
193091
|
-
"fileName": "components/src/components/
|
|
193092
|
-
"name": "
|
|
193100
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
193101
|
+
"name": "AccordionProps"
|
|
193093
193102
|
}
|
|
193094
193103
|
],
|
|
193095
193104
|
"required": false,
|
|
193096
193105
|
"type": {
|
|
193097
|
-
"name": "
|
|
193106
|
+
"name": "boolean"
|
|
193098
193107
|
}
|
|
193099
193108
|
},
|
|
193100
|
-
"
|
|
193109
|
+
"variant": {
|
|
193110
|
+
"defaultValue": {
|
|
193111
|
+
"value": "\"default\""
|
|
193112
|
+
},
|
|
193113
|
+
"description": "The visual variant of the accordion.",
|
|
193114
|
+
"name": "variant",
|
|
193115
|
+
"parent": {
|
|
193116
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
193117
|
+
"name": "AccordionProps"
|
|
193118
|
+
},
|
|
193119
|
+
"declarations": [
|
|
193120
|
+
{
|
|
193121
|
+
"fileName": "components/src/components/Accordion/Accordion.tsx",
|
|
193122
|
+
"name": "AccordionProps"
|
|
193123
|
+
}
|
|
193124
|
+
],
|
|
193125
|
+
"required": false,
|
|
193126
|
+
"type": {
|
|
193127
|
+
"name": "\"default\" | \"outline\""
|
|
193128
|
+
}
|
|
193129
|
+
},
|
|
193130
|
+
"ref": {
|
|
193131
|
+
"defaultValue": null,
|
|
193132
|
+
"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}",
|
|
193133
|
+
"name": "ref",
|
|
193134
|
+
"parent": {
|
|
193135
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
193136
|
+
"name": "RefAttributes"
|
|
193137
|
+
},
|
|
193138
|
+
"declarations": [
|
|
193139
|
+
{
|
|
193140
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
193141
|
+
"name": "RefAttributes"
|
|
193142
|
+
}
|
|
193143
|
+
],
|
|
193144
|
+
"required": false,
|
|
193145
|
+
"type": {
|
|
193146
|
+
"name": "Ref<HTMLInputElement>"
|
|
193147
|
+
}
|
|
193148
|
+
},
|
|
193149
|
+
"key": {
|
|
193101
193150
|
"defaultValue": null,
|
|
193102
193151
|
"description": "",
|
|
193103
|
-
"name": "
|
|
193152
|
+
"name": "key",
|
|
193153
|
+
"parent": {
|
|
193154
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
193155
|
+
"name": "Attributes"
|
|
193156
|
+
},
|
|
193104
193157
|
"declarations": [
|
|
193105
193158
|
{
|
|
193106
193159
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
193107
|
-
"name": "
|
|
193160
|
+
"name": "Attributes"
|
|
193108
193161
|
}
|
|
193109
193162
|
],
|
|
193110
193163
|
"required": false,
|
|
193111
193164
|
"type": {
|
|
193112
|
-
"name": "
|
|
193165
|
+
"name": "Key | null"
|
|
193113
193166
|
}
|
|
193114
193167
|
},
|
|
193115
193168
|
"defaultChecked": {
|
|
@@ -193838,6 +193891,25 @@
|
|
|
193838
193891
|
"name": "string"
|
|
193839
193892
|
}
|
|
193840
193893
|
},
|
|
193894
|
+
"color": {
|
|
193895
|
+
"defaultValue": null,
|
|
193896
|
+
"description": "",
|
|
193897
|
+
"name": "color",
|
|
193898
|
+
"parent": {
|
|
193899
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
193900
|
+
"name": "HTMLAttributes"
|
|
193901
|
+
},
|
|
193902
|
+
"declarations": [
|
|
193903
|
+
{
|
|
193904
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
193905
|
+
"name": "HTMLAttributes"
|
|
193906
|
+
}
|
|
193907
|
+
],
|
|
193908
|
+
"required": false,
|
|
193909
|
+
"type": {
|
|
193910
|
+
"name": "string"
|
|
193911
|
+
}
|
|
193912
|
+
},
|
|
193841
193913
|
"itemProp": {
|
|
193842
193914
|
"defaultValue": null,
|
|
193843
193915
|
"description": "",
|
|
@@ -195149,6 +195221,25 @@
|
|
|
195149
195221
|
"name": "string"
|
|
195150
195222
|
}
|
|
195151
195223
|
},
|
|
195224
|
+
"children": {
|
|
195225
|
+
"defaultValue": null,
|
|
195226
|
+
"description": "",
|
|
195227
|
+
"name": "children",
|
|
195228
|
+
"parent": {
|
|
195229
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
195230
|
+
"name": "DOMAttributes"
|
|
195231
|
+
},
|
|
195232
|
+
"declarations": [
|
|
195233
|
+
{
|
|
195234
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
195235
|
+
"name": "DOMAttributes"
|
|
195236
|
+
}
|
|
195237
|
+
],
|
|
195238
|
+
"required": false,
|
|
195239
|
+
"type": {
|
|
195240
|
+
"name": "ReactNode"
|
|
195241
|
+
}
|
|
195242
|
+
},
|
|
195152
195243
|
"dangerouslySetInnerHTML": {
|
|
195153
195244
|
"defaultValue": null,
|
|
195154
195245
|
"description": "",
|
|
@@ -198359,97 +198450,6 @@
|
|
|
198359
198450
|
"type": {
|
|
198360
198451
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
198361
198452
|
}
|
|
198362
|
-
},
|
|
198363
|
-
"elementType": {
|
|
198364
|
-
"defaultValue": null,
|
|
198365
|
-
"description": "",
|
|
198366
|
-
"name": "elementType",
|
|
198367
|
-
"declarations": [
|
|
198368
|
-
{
|
|
198369
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
198370
|
-
"name": "TypeLiteral"
|
|
198371
|
-
}
|
|
198372
|
-
],
|
|
198373
|
-
"required": false,
|
|
198374
|
-
"type": {
|
|
198375
|
-
"name": "\"div\" | \"article\" | ExoticComponent<{}> | \"section\""
|
|
198376
|
-
}
|
|
198377
|
-
},
|
|
198378
|
-
"wrapWith": {
|
|
198379
|
-
"defaultValue": null,
|
|
198380
|
-
"description": "",
|
|
198381
|
-
"name": "wrapWith",
|
|
198382
|
-
"parent": {
|
|
198383
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
198384
|
-
"name": "FlowComponentProps"
|
|
198385
|
-
},
|
|
198386
|
-
"declarations": [
|
|
198387
|
-
{
|
|
198388
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
198389
|
-
"name": "FlowComponentProps"
|
|
198390
|
-
}
|
|
198391
|
-
],
|
|
198392
|
-
"required": false,
|
|
198393
|
-
"type": {
|
|
198394
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
198395
|
-
}
|
|
198396
|
-
},
|
|
198397
|
-
"tunnelId": {
|
|
198398
|
-
"defaultValue": null,
|
|
198399
|
-
"description": "@internal",
|
|
198400
|
-
"name": "tunnelId",
|
|
198401
|
-
"parent": {
|
|
198402
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
198403
|
-
"name": "PropsWithTunnel"
|
|
198404
|
-
},
|
|
198405
|
-
"declarations": [
|
|
198406
|
-
{
|
|
198407
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
198408
|
-
"name": "PropsWithTunnel"
|
|
198409
|
-
}
|
|
198410
|
-
],
|
|
198411
|
-
"required": false,
|
|
198412
|
-
"type": {
|
|
198413
|
-
"name": "string | null"
|
|
198414
|
-
}
|
|
198415
|
-
},
|
|
198416
|
-
"ref": {
|
|
198417
|
-
"defaultValue": null,
|
|
198418
|
-
"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}",
|
|
198419
|
-
"name": "ref",
|
|
198420
|
-
"parent": {
|
|
198421
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
198422
|
-
"name": "RefAttributes"
|
|
198423
|
-
},
|
|
198424
|
-
"declarations": [
|
|
198425
|
-
{
|
|
198426
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
198427
|
-
"name": "RefAttributes"
|
|
198428
|
-
}
|
|
198429
|
-
],
|
|
198430
|
-
"required": false,
|
|
198431
|
-
"type": {
|
|
198432
|
-
"name": "Ref<HTMLInputElement>"
|
|
198433
|
-
}
|
|
198434
|
-
},
|
|
198435
|
-
"key": {
|
|
198436
|
-
"defaultValue": null,
|
|
198437
|
-
"description": "",
|
|
198438
|
-
"name": "key",
|
|
198439
|
-
"parent": {
|
|
198440
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
198441
|
-
"name": "Attributes"
|
|
198442
|
-
},
|
|
198443
|
-
"declarations": [
|
|
198444
|
-
{
|
|
198445
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
198446
|
-
"name": "Attributes"
|
|
198447
|
-
}
|
|
198448
|
-
],
|
|
198449
|
-
"required": false,
|
|
198450
|
-
"type": {
|
|
198451
|
-
"name": "Key | null"
|
|
198452
|
-
}
|
|
198453
198453
|
}
|
|
198454
198454
|
}
|
|
198455
198455
|
},
|