@mittwald/flow-react-components 0.2.0-alpha.66 → 0.2.0-alpha.68

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.
@@ -166448,168 +166448,6 @@
166448
166448
  }
166449
166449
  }
166450
166450
  },
166451
- {
166452
- "tags": {
166453
- "flr-generate": "all",
166454
- "flr-clear-props-context": ""
166455
- },
166456
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
166457
- "description": "",
166458
- "displayName": "Avatar",
166459
- "methods": [],
166460
- "props": {
166461
- "size": {
166462
- "defaultValue": {
166463
- "value": "\"m\""
166464
- },
166465
- "description": "The size of the avatar.",
166466
- "name": "size",
166467
- "parent": {
166468
- "fileName": "components/src/components/Avatar/Avatar.tsx",
166469
- "name": "AvatarProps"
166470
- },
166471
- "declarations": [
166472
- {
166473
- "fileName": "components/src/components/Avatar/Avatar.tsx",
166474
- "name": "AvatarProps"
166475
- }
166476
- ],
166477
- "required": false,
166478
- "type": {
166479
- "name": "\"s\" | \"m\" | \"l\" | \"xs\""
166480
- }
166481
- },
166482
- "color": {
166483
- "defaultValue": null,
166484
- "description": "The color of icons and initials inside the avatar.",
166485
- "name": "color",
166486
- "parent": {
166487
- "fileName": "components/src/components/Avatar/Avatar.tsx",
166488
- "name": "AvatarProps"
166489
- },
166490
- "declarations": [
166491
- {
166492
- "fileName": "components/src/components/Avatar/Avatar.tsx",
166493
- "name": "AvatarProps"
166494
- }
166495
- ],
166496
- "required": false,
166497
- "type": {
166498
- "name": "\"blue\" | \"violet\" | \"teal\" | \"lilac\" | \"green\""
166499
- }
166500
- },
166501
- "children": {
166502
- "defaultValue": null,
166503
- "description": "",
166504
- "name": "children",
166505
- "declarations": [
166506
- {
166507
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
166508
- "name": "TypeLiteral"
166509
- }
166510
- ],
166511
- "required": false,
166512
- "type": {
166513
- "name": "ReactNode"
166514
- }
166515
- },
166516
- "className": {
166517
- "defaultValue": null,
166518
- "description": "The elements class name.",
166519
- "name": "className",
166520
- "parent": {
166521
- "fileName": "src/lib/types/props.ts",
166522
- "name": "PropsWithClassName"
166523
- },
166524
- "declarations": [
166525
- {
166526
- "fileName": "src/lib/types/props.ts",
166527
- "name": "PropsWithClassName"
166528
- }
166529
- ],
166530
- "required": false,
166531
- "type": {
166532
- "name": "string"
166533
- }
166534
- },
166535
- "wrapWith": {
166536
- "defaultValue": null,
166537
- "description": "",
166538
- "name": "wrapWith",
166539
- "parent": {
166540
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
166541
- "name": "FlowComponentProps"
166542
- },
166543
- "declarations": [
166544
- {
166545
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
166546
- "name": "FlowComponentProps"
166547
- }
166548
- ],
166549
- "required": false,
166550
- "type": {
166551
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
166552
- }
166553
- },
166554
- "tunnelId": {
166555
- "defaultValue": null,
166556
- "description": "@internal",
166557
- "name": "tunnelId",
166558
- "parent": {
166559
- "fileName": "src/lib/types/props.ts",
166560
- "name": "PropsWithTunnel"
166561
- },
166562
- "declarations": [
166563
- {
166564
- "fileName": "src/lib/types/props.ts",
166565
- "name": "PropsWithTunnel"
166566
- }
166567
- ],
166568
- "required": false,
166569
- "type": {
166570
- "name": "string | null"
166571
- }
166572
- },
166573
- "ref": {
166574
- "defaultValue": null,
166575
- "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}",
166576
- "name": "ref",
166577
- "parent": {
166578
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
166579
- "name": "RefAttributes"
166580
- },
166581
- "declarations": [
166582
- {
166583
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
166584
- "name": "RefAttributes"
166585
- }
166586
- ],
166587
- "required": false,
166588
- "type": {
166589
- "name": "Ref<HTMLDivElement>"
166590
- }
166591
- },
166592
- "key": {
166593
- "defaultValue": null,
166594
- "description": "",
166595
- "name": "key",
166596
- "parent": {
166597
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
166598
- "name": "Attributes"
166599
- },
166600
- "declarations": [
166601
- {
166602
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
166603
- "name": "Attributes"
166604
- }
166605
- ],
166606
- "required": false,
166607
- "type": {
166608
- "name": "Key | null"
166609
- }
166610
- }
166611
- }
166612
- },
166613
166451
  {
166614
166452
  "tags": {
166615
166453
  "flr-generate": "all",
@@ -175985,11 +175823,51 @@
175985
175823
  "flr-generate": "all",
175986
175824
  "flr-clear-props-context": ""
175987
175825
  },
175988
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
175826
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
175989
175827
  "description": "",
175990
- "displayName": "AlertBadge",
175828
+ "displayName": "Avatar",
175991
175829
  "methods": [],
175992
175830
  "props": {
175831
+ "size": {
175832
+ "defaultValue": {
175833
+ "value": "\"m\""
175834
+ },
175835
+ "description": "The size of the avatar.",
175836
+ "name": "size",
175837
+ "parent": {
175838
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
175839
+ "name": "AvatarProps"
175840
+ },
175841
+ "declarations": [
175842
+ {
175843
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
175844
+ "name": "AvatarProps"
175845
+ }
175846
+ ],
175847
+ "required": false,
175848
+ "type": {
175849
+ "name": "\"s\" | \"m\" | \"l\" | \"xs\""
175850
+ }
175851
+ },
175852
+ "color": {
175853
+ "defaultValue": null,
175854
+ "description": "The color of icons and initials inside the avatar.",
175855
+ "name": "color",
175856
+ "parent": {
175857
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
175858
+ "name": "AvatarProps"
175859
+ },
175860
+ "declarations": [
175861
+ {
175862
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
175863
+ "name": "AvatarProps"
175864
+ }
175865
+ ],
175866
+ "required": false,
175867
+ "type": {
175868
+ "name": "\"blue\" | \"violet\" | \"teal\" | \"lilac\" | \"green\""
175869
+ }
175870
+ },
175993
175871
  "children": {
175994
175872
  "defaultValue": null,
175995
175873
  "description": "",
@@ -176005,19 +175883,23 @@
176005
175883
  "name": "ReactNode"
176006
175884
  }
176007
175885
  },
176008
- "status": {
175886
+ "className": {
176009
175887
  "defaultValue": null,
176010
- "description": "The elements status",
176011
- "name": "status",
175888
+ "description": "The elements class name.",
175889
+ "name": "className",
175890
+ "parent": {
175891
+ "fileName": "src/lib/types/props.ts",
175892
+ "name": "PropsWithClassName"
175893
+ },
176012
175894
  "declarations": [
176013
175895
  {
176014
175896
  "fileName": "src/lib/types/props.ts",
176015
- "name": "TypeLiteral"
175897
+ "name": "PropsWithClassName"
176016
175898
  }
176017
175899
  ],
176018
175900
  "required": false,
176019
175901
  "type": {
176020
- "name": "Status"
175902
+ "name": "string"
176021
175903
  }
176022
175904
  },
176023
175905
  "wrapWith": {
@@ -176058,25 +175940,6 @@
176058
175940
  "name": "string | null"
176059
175941
  }
176060
175942
  },
176061
- "className": {
176062
- "defaultValue": null,
176063
- "description": "The elements class name.",
176064
- "name": "className",
176065
- "parent": {
176066
- "fileName": "src/lib/types/props.ts",
176067
- "name": "PropsWithClassName"
176068
- },
176069
- "declarations": [
176070
- {
176071
- "fileName": "src/lib/types/props.ts",
176072
- "name": "PropsWithClassName"
176073
- }
176074
- ],
176075
- "required": false,
176076
- "type": {
176077
- "name": "string"
176078
- }
176079
- },
176080
175943
  "ref": {
176081
175944
  "defaultValue": null,
176082
175945
  "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}",
@@ -176122,28 +175985,165 @@
176122
175985
  "flr-generate": "all",
176123
175986
  "flr-clear-props-context": ""
176124
175987
  },
176125
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Alert/Alert.tsx",
175988
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
176126
175989
  "description": "",
176127
- "displayName": "Alert",
175990
+ "displayName": "AlertBadge",
176128
175991
  "methods": [],
176129
175992
  "props": {
176130
- "ref": {
175993
+ "children": {
176131
175994
  "defaultValue": null,
176132
- "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}",
176133
- "name": "ref",
176134
- "parent": {
176135
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
176136
- "name": "RefAttributes"
176137
- },
175995
+ "description": "",
175996
+ "name": "children",
176138
175997
  "declarations": [
176139
175998
  {
176140
175999
  "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
176141
- "name": "RefAttributes"
176000
+ "name": "TypeLiteral"
176142
176001
  }
176143
176002
  ],
176144
176003
  "required": false,
176145
176004
  "type": {
176146
- "name": "Ref<HTMLElement>"
176005
+ "name": "ReactNode"
176006
+ }
176007
+ },
176008
+ "status": {
176009
+ "defaultValue": null,
176010
+ "description": "The elements status",
176011
+ "name": "status",
176012
+ "declarations": [
176013
+ {
176014
+ "fileName": "src/lib/types/props.ts",
176015
+ "name": "TypeLiteral"
176016
+ }
176017
+ ],
176018
+ "required": false,
176019
+ "type": {
176020
+ "name": "Status"
176021
+ }
176022
+ },
176023
+ "wrapWith": {
176024
+ "defaultValue": null,
176025
+ "description": "",
176026
+ "name": "wrapWith",
176027
+ "parent": {
176028
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
176029
+ "name": "FlowComponentProps"
176030
+ },
176031
+ "declarations": [
176032
+ {
176033
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
176034
+ "name": "FlowComponentProps"
176035
+ }
176036
+ ],
176037
+ "required": false,
176038
+ "type": {
176039
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
176040
+ }
176041
+ },
176042
+ "tunnelId": {
176043
+ "defaultValue": null,
176044
+ "description": "@internal",
176045
+ "name": "tunnelId",
176046
+ "parent": {
176047
+ "fileName": "src/lib/types/props.ts",
176048
+ "name": "PropsWithTunnel"
176049
+ },
176050
+ "declarations": [
176051
+ {
176052
+ "fileName": "src/lib/types/props.ts",
176053
+ "name": "PropsWithTunnel"
176054
+ }
176055
+ ],
176056
+ "required": false,
176057
+ "type": {
176058
+ "name": "string | null"
176059
+ }
176060
+ },
176061
+ "className": {
176062
+ "defaultValue": null,
176063
+ "description": "The elements class name.",
176064
+ "name": "className",
176065
+ "parent": {
176066
+ "fileName": "src/lib/types/props.ts",
176067
+ "name": "PropsWithClassName"
176068
+ },
176069
+ "declarations": [
176070
+ {
176071
+ "fileName": "src/lib/types/props.ts",
176072
+ "name": "PropsWithClassName"
176073
+ }
176074
+ ],
176075
+ "required": false,
176076
+ "type": {
176077
+ "name": "string"
176078
+ }
176079
+ },
176080
+ "ref": {
176081
+ "defaultValue": null,
176082
+ "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}",
176083
+ "name": "ref",
176084
+ "parent": {
176085
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
176086
+ "name": "RefAttributes"
176087
+ },
176088
+ "declarations": [
176089
+ {
176090
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
176091
+ "name": "RefAttributes"
176092
+ }
176093
+ ],
176094
+ "required": false,
176095
+ "type": {
176096
+ "name": "Ref<HTMLDivElement>"
176097
+ }
176098
+ },
176099
+ "key": {
176100
+ "defaultValue": null,
176101
+ "description": "",
176102
+ "name": "key",
176103
+ "parent": {
176104
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
176105
+ "name": "Attributes"
176106
+ },
176107
+ "declarations": [
176108
+ {
176109
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
176110
+ "name": "Attributes"
176111
+ }
176112
+ ],
176113
+ "required": false,
176114
+ "type": {
176115
+ "name": "Key | null"
176116
+ }
176117
+ }
176118
+ }
176119
+ },
176120
+ {
176121
+ "tags": {
176122
+ "flr-generate": "all",
176123
+ "flr-clear-props-context": ""
176124
+ },
176125
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Alert/Alert.tsx",
176126
+ "description": "",
176127
+ "displayName": "Alert",
176128
+ "methods": [],
176129
+ "props": {
176130
+ "ref": {
176131
+ "defaultValue": null,
176132
+ "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}",
176133
+ "name": "ref",
176134
+ "parent": {
176135
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
176136
+ "name": "RefAttributes"
176137
+ },
176138
+ "declarations": [
176139
+ {
176140
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
176141
+ "name": "RefAttributes"
176142
+ }
176143
+ ],
176144
+ "required": false,
176145
+ "type": {
176146
+ "name": "Ref<HTMLElement>"
176147
176147
  }
176148
176148
  },
176149
176149
  "key": {
@@ -195099,6 +195099,144 @@
195099
195099
  }
195100
195100
  }
195101
195101
  },
195102
+ {
195103
+ "tags": {},
195104
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
195105
+ "description": "",
195106
+ "displayName": "PopoverTrigger",
195107
+ "methods": [],
195108
+ "props": {
195109
+ "isDefaultOpen": {
195110
+ "defaultValue": null,
195111
+ "description": "Whether the overlay should be open initially.",
195112
+ "name": "isDefaultOpen",
195113
+ "parent": {
195114
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
195115
+ "name": "OverlayTriggerProps"
195116
+ },
195117
+ "declarations": [
195118
+ {
195119
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
195120
+ "name": "OverlayTriggerProps"
195121
+ }
195122
+ ],
195123
+ "required": false,
195124
+ "type": {
195125
+ "name": "boolean"
195126
+ }
195127
+ },
195128
+ "controller": {
195129
+ "defaultValue": null,
195130
+ "description": "A controller to control the state of the overlay.",
195131
+ "name": "controller",
195132
+ "parent": {
195133
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
195134
+ "name": "OverlayTriggerProps"
195135
+ },
195136
+ "declarations": [
195137
+ {
195138
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
195139
+ "name": "OverlayTriggerProps"
195140
+ }
195141
+ ],
195142
+ "required": false,
195143
+ "type": {
195144
+ "name": "OverlayController"
195145
+ }
195146
+ },
195147
+ "wrapWith": {
195148
+ "defaultValue": null,
195149
+ "description": "",
195150
+ "name": "wrapWith",
195151
+ "parent": {
195152
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
195153
+ "name": "FlowComponentProps"
195154
+ },
195155
+ "declarations": [
195156
+ {
195157
+ "fileName": "src/lib/componentFactory/flowComponent.tsx",
195158
+ "name": "FlowComponentProps"
195159
+ }
195160
+ ],
195161
+ "required": false,
195162
+ "type": {
195163
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
195164
+ }
195165
+ },
195166
+ "tunnelId": {
195167
+ "defaultValue": null,
195168
+ "description": "@internal",
195169
+ "name": "tunnelId",
195170
+ "parent": {
195171
+ "fileName": "src/lib/types/props.ts",
195172
+ "name": "PropsWithTunnel"
195173
+ },
195174
+ "declarations": [
195175
+ {
195176
+ "fileName": "src/lib/types/props.ts",
195177
+ "name": "PropsWithTunnel"
195178
+ }
195179
+ ],
195180
+ "required": false,
195181
+ "type": {
195182
+ "name": "string | null"
195183
+ }
195184
+ },
195185
+ "children": {
195186
+ "defaultValue": null,
195187
+ "description": "",
195188
+ "name": "children",
195189
+ "declarations": [
195190
+ {
195191
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
195192
+ "name": "TypeLiteral"
195193
+ }
195194
+ ],
195195
+ "required": false,
195196
+ "type": {
195197
+ "name": "ReactNode"
195198
+ }
195199
+ },
195200
+ "ref": {
195201
+ "defaultValue": null,
195202
+ "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}",
195203
+ "name": "ref",
195204
+ "parent": {
195205
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
195206
+ "name": "RefAttributes"
195207
+ },
195208
+ "declarations": [
195209
+ {
195210
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
195211
+ "name": "RefAttributes"
195212
+ }
195213
+ ],
195214
+ "required": false,
195215
+ "type": {
195216
+ "name": "Ref<HTMLDivElement>"
195217
+ }
195218
+ },
195219
+ "key": {
195220
+ "defaultValue": null,
195221
+ "description": "",
195222
+ "name": "key",
195223
+ "parent": {
195224
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
195225
+ "name": "Attributes"
195226
+ },
195227
+ "declarations": [
195228
+ {
195229
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
195230
+ "name": "Attributes"
195231
+ }
195232
+ ],
195233
+ "required": false,
195234
+ "type": {
195235
+ "name": "Key | null"
195236
+ }
195237
+ }
195238
+ }
195239
+ },
195102
195240
  {
195103
195241
  "tags": {
195104
195242
  "flr-generate": "all",
@@ -195582,144 +195720,6 @@
195582
195720
  }
195583
195721
  }
195584
195722
  },
195585
- {
195586
- "tags": {},
195587
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
195588
- "description": "",
195589
- "displayName": "PopoverTrigger",
195590
- "methods": [],
195591
- "props": {
195592
- "isDefaultOpen": {
195593
- "defaultValue": null,
195594
- "description": "Whether the overlay should be open initially.",
195595
- "name": "isDefaultOpen",
195596
- "parent": {
195597
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
195598
- "name": "OverlayTriggerProps"
195599
- },
195600
- "declarations": [
195601
- {
195602
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
195603
- "name": "OverlayTriggerProps"
195604
- }
195605
- ],
195606
- "required": false,
195607
- "type": {
195608
- "name": "boolean"
195609
- }
195610
- },
195611
- "controller": {
195612
- "defaultValue": null,
195613
- "description": "A controller to control the state of the overlay.",
195614
- "name": "controller",
195615
- "parent": {
195616
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
195617
- "name": "OverlayTriggerProps"
195618
- },
195619
- "declarations": [
195620
- {
195621
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
195622
- "name": "OverlayTriggerProps"
195623
- }
195624
- ],
195625
- "required": false,
195626
- "type": {
195627
- "name": "OverlayController"
195628
- }
195629
- },
195630
- "wrapWith": {
195631
- "defaultValue": null,
195632
- "description": "",
195633
- "name": "wrapWith",
195634
- "parent": {
195635
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
195636
- "name": "FlowComponentProps"
195637
- },
195638
- "declarations": [
195639
- {
195640
- "fileName": "src/lib/componentFactory/flowComponent.tsx",
195641
- "name": "FlowComponentProps"
195642
- }
195643
- ],
195644
- "required": false,
195645
- "type": {
195646
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
195647
- }
195648
- },
195649
- "tunnelId": {
195650
- "defaultValue": null,
195651
- "description": "@internal",
195652
- "name": "tunnelId",
195653
- "parent": {
195654
- "fileName": "src/lib/types/props.ts",
195655
- "name": "PropsWithTunnel"
195656
- },
195657
- "declarations": [
195658
- {
195659
- "fileName": "src/lib/types/props.ts",
195660
- "name": "PropsWithTunnel"
195661
- }
195662
- ],
195663
- "required": false,
195664
- "type": {
195665
- "name": "string | null"
195666
- }
195667
- },
195668
- "children": {
195669
- "defaultValue": null,
195670
- "description": "",
195671
- "name": "children",
195672
- "declarations": [
195673
- {
195674
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
195675
- "name": "TypeLiteral"
195676
- }
195677
- ],
195678
- "required": false,
195679
- "type": {
195680
- "name": "ReactNode"
195681
- }
195682
- },
195683
- "ref": {
195684
- "defaultValue": null,
195685
- "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}",
195686
- "name": "ref",
195687
- "parent": {
195688
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
195689
- "name": "RefAttributes"
195690
- },
195691
- "declarations": [
195692
- {
195693
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
195694
- "name": "RefAttributes"
195695
- }
195696
- ],
195697
- "required": false,
195698
- "type": {
195699
- "name": "Ref<HTMLDivElement>"
195700
- }
195701
- },
195702
- "key": {
195703
- "defaultValue": null,
195704
- "description": "",
195705
- "name": "key",
195706
- "parent": {
195707
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
195708
- "name": "Attributes"
195709
- },
195710
- "declarations": [
195711
- {
195712
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
195713
- "name": "Attributes"
195714
- }
195715
- ],
195716
- "required": false,
195717
- "type": {
195718
- "name": "Key | null"
195719
- }
195720
- }
195721
- }
195722
- },
195723
195723
  {
195724
195724
  "tags": {
195725
195725
  "flr-generate": "all"