@mittwald/flow-react-components 0.2.0-alpha.566 → 0.2.0-alpha.567

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.
@@ -54,7 +54,65 @@
54
54
  "description": "",
55
55
  "displayName": "TunnelEntry",
56
56
  "methods": [],
57
- "props": {}
57
+ "props": {
58
+ "id": {
59
+ "defaultValue": null,
60
+ "description": "",
61
+ "name": "id",
62
+ "parent": {
63
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
64
+ "name": "TunnelEntryProps"
65
+ },
66
+ "declarations": [
67
+ {
68
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
69
+ "name": "TunnelEntryProps"
70
+ }
71
+ ],
72
+ "required": false,
73
+ "type": {
74
+ "name": "string"
75
+ }
76
+ },
77
+ "children": {
78
+ "defaultValue": null,
79
+ "description": "",
80
+ "name": "children",
81
+ "parent": {
82
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
83
+ "name": "TunnelEntryProps"
84
+ },
85
+ "declarations": [
86
+ {
87
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
88
+ "name": "TunnelEntryProps"
89
+ }
90
+ ],
91
+ "required": false,
92
+ "type": {
93
+ "name": "TunnelEntryChildren"
94
+ }
95
+ },
96
+ "staticEntryId": {
97
+ "defaultValue": null,
98
+ "description": "Static entry ID instead of generated ID by `useId`",
99
+ "name": "staticEntryId",
100
+ "parent": {
101
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
102
+ "name": "TunnelEntryProps"
103
+ },
104
+ "declarations": [
105
+ {
106
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
107
+ "name": "TunnelEntryProps"
108
+ }
109
+ ],
110
+ "required": false,
111
+ "type": {
112
+ "name": "string"
113
+ }
114
+ }
115
+ }
58
116
  },
59
117
  {
60
118
  "tags": {},
@@ -3833,46 +3891,48 @@
3833
3891
  }
3834
3892
  },
3835
3893
  {
3836
- "tags": {
3837
- "flr-generate": "all"
3838
- },
3839
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
3894
+ "tags": {},
3895
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextFieldBase/TextFieldBase.tsx",
3840
3896
  "description": "",
3841
- "displayName": "TextField",
3897
+ "displayName": "TextFieldBase",
3842
3898
  "methods": [],
3843
3899
  "props": {
3844
- "inputContext": {
3900
+ "input": {
3845
3901
  "defaultValue": null,
3846
- "description": "@internal",
3847
- "name": "inputContext",
3902
+ "description": "The input element",
3903
+ "name": "input",
3848
3904
  "parent": {
3849
- "fileName": "components/src/components/TextField/TextField.tsx",
3850
- "name": "TextFieldProps"
3905
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3906
+ "name": "TextFieldBaseProps"
3851
3907
  },
3852
3908
  "declarations": [
3853
3909
  {
3854
- "fileName": "components/src/components/TextField/TextField.tsx",
3855
- "name": "TextFieldProps"
3910
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3911
+ "name": "TextFieldBaseProps"
3856
3912
  }
3857
3913
  ],
3858
- "required": false,
3914
+ "required": true,
3859
3915
  "type": {
3860
- "name": "Context<any>"
3916
+ "name": "ReactNode"
3861
3917
  }
3862
3918
  },
3863
- "children": {
3919
+ "showCharacterCount": {
3864
3920
  "defaultValue": null,
3865
- "description": "",
3866
- "name": "children",
3921
+ "description": "Whether a character count should be displayed inside the field description.",
3922
+ "name": "showCharacterCount",
3923
+ "parent": {
3924
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3925
+ "name": "TextFieldBaseProps"
3926
+ },
3867
3927
  "declarations": [
3868
3928
  {
3869
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
3870
- "name": "TypeLiteral"
3929
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3930
+ "name": "TextFieldBaseProps"
3871
3931
  }
3872
3932
  ],
3873
3933
  "required": false,
3874
3934
  "type": {
3875
- "name": "ReactNode"
3935
+ "name": "boolean"
3876
3936
  }
3877
3937
  },
3878
3938
  "aria-label": {
@@ -3951,6 +4011,25 @@
3951
4011
  "name": "string"
3952
4012
  }
3953
4013
  },
4014
+ "className": {
4015
+ "defaultValue": null,
4016
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
4017
+ "name": "className",
4018
+ "parent": {
4019
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
4020
+ "name": "StyleRenderProps"
4021
+ },
4022
+ "declarations": [
4023
+ {
4024
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
4025
+ "name": "StyleRenderProps"
4026
+ }
4027
+ ],
4028
+ "required": false,
4029
+ "type": {
4030
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
4031
+ }
4032
+ },
3954
4033
  "style": {
3955
4034
  "defaultValue": null,
3956
4035
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -5281,25 +5360,6 @@
5281
5360
  "name": "TransitionEventHandler<HTMLDivElement>"
5282
5361
  }
5283
5362
  },
5284
- "ref": {
5285
- "defaultValue": null,
5286
- "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}",
5287
- "name": "ref",
5288
- "parent": {
5289
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
5290
- "name": "RefAttributes"
5291
- },
5292
- "declarations": [
5293
- {
5294
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
5295
- "name": "RefAttributes"
5296
- }
5297
- ],
5298
- "required": false,
5299
- "type": {
5300
- "name": "Ref<HTMLInputElement>"
5301
- }
5302
- },
5303
5363
  "validationBehavior": {
5304
5364
  "defaultValue": {
5305
5365
  "value": "'native'"
@@ -5698,7 +5758,7 @@
5698
5758
  ],
5699
5759
  "required": false,
5700
5760
  "type": {
5701
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
5761
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
5702
5762
  }
5703
5763
  },
5704
5764
  "aria-haspopup": {
@@ -6121,165 +6181,121 @@
6121
6181
  "name": "string"
6122
6182
  }
6123
6183
  },
6124
- "showCharacterCount": {
6125
- "defaultValue": null,
6126
- "description": "Whether a character count should be displayed inside the field description.",
6127
- "name": "showCharacterCount",
6128
- "parent": {
6129
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6130
- "name": "TextFieldBaseProps"
6131
- },
6132
- "declarations": [
6133
- {
6134
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6135
- "name": "TextFieldBaseProps"
6136
- }
6137
- ],
6138
- "required": false,
6139
- "type": {
6140
- "name": "boolean"
6141
- }
6142
- },
6143
- "placeholder": {
6184
+ "children": {
6144
6185
  "defaultValue": null,
6145
- "description": "Temporary text that occupies the text input when it is empty.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/placeholder).",
6146
- "name": "placeholder",
6147
- "parent": {
6148
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
6149
- "name": "InputProps"
6150
- },
6186
+ "description": "",
6187
+ "name": "children",
6151
6188
  "declarations": [
6152
6189
  {
6153
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
6154
- "name": "InputProps"
6190
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6191
+ "name": "TypeLiteral"
6155
6192
  }
6156
6193
  ],
6157
6194
  "required": false,
6158
6195
  "type": {
6159
- "name": "string"
6196
+ "name": "ReactNode"
6160
6197
  }
6161
6198
  },
6162
- "className": {
6199
+ "ref": {
6163
6200
  "defaultValue": null,
6164
- "description": "The elements class name.",
6165
- "name": "className",
6201
+ "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}",
6202
+ "name": "ref",
6166
6203
  "parent": {
6167
- "fileName": "components/src/lib/types/props.ts",
6168
- "name": "PropsWithClassName"
6204
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6205
+ "name": "RefAttributes"
6169
6206
  },
6170
6207
  "declarations": [
6171
6208
  {
6172
- "fileName": "components/src/lib/types/props.ts",
6173
- "name": "PropsWithClassName"
6209
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6210
+ "name": "RefAttributes"
6174
6211
  }
6175
6212
  ],
6176
6213
  "required": false,
6177
6214
  "type": {
6178
- "name": "string"
6215
+ "name": "Ref<HTMLInputElement>"
6179
6216
  }
6180
6217
  },
6181
- "wrapWith": {
6218
+ "FieldErrorView": {
6182
6219
  "defaultValue": null,
6183
6220
  "description": "",
6184
- "name": "wrapWith",
6185
- "parent": {
6186
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
6187
- "name": "FlowComponentProps"
6188
- },
6189
- "declarations": [
6190
- {
6191
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
6192
- "name": "FlowComponentProps"
6193
- }
6194
- ],
6195
- "required": false,
6196
- "type": {
6197
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
6198
- }
6199
- },
6200
- "tunnelId": {
6201
- "defaultValue": null,
6202
- "description": "@internal",
6203
- "name": "tunnelId",
6221
+ "name": "FieldErrorView",
6204
6222
  "parent": {
6205
- "fileName": "components/src/lib/types/props.ts",
6206
- "name": "PropsWithTunnel"
6223
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6224
+ "name": "UseFieldComponent"
6207
6225
  },
6208
6226
  "declarations": [
6209
6227
  {
6210
- "fileName": "components/src/lib/types/props.ts",
6211
- "name": "PropsWithTunnel"
6228
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6229
+ "name": "UseFieldComponent"
6212
6230
  }
6213
6231
  ],
6214
- "required": false,
6232
+ "required": true,
6215
6233
  "type": {
6216
- "name": "string | null"
6234
+ "name": "FC"
6217
6235
  }
6218
6236
  },
6219
- "key": {
6237
+ "FieldErrorCaptureContext": {
6220
6238
  "defaultValue": null,
6221
6239
  "description": "",
6222
- "name": "key",
6240
+ "name": "FieldErrorCaptureContext",
6223
6241
  "parent": {
6224
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6225
- "name": "Attributes"
6242
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6243
+ "name": "UseFieldComponent"
6226
6244
  },
6227
6245
  "declarations": [
6228
6246
  {
6229
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6230
- "name": "Attributes"
6247
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6248
+ "name": "UseFieldComponent"
6231
6249
  }
6232
6250
  ],
6233
- "required": false,
6251
+ "required": true,
6234
6252
  "type": {
6235
- "name": "Key | null"
6253
+ "name": "FC<{ children?: ReactNode; }>"
6236
6254
  }
6237
6255
  }
6238
6256
  }
6239
6257
  },
6240
6258
  {
6241
- "tags": {},
6242
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextFieldBase/TextFieldBase.tsx",
6259
+ "tags": {
6260
+ "flr-generate": "all"
6261
+ },
6262
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
6243
6263
  "description": "",
6244
- "displayName": "TextFieldBase",
6264
+ "displayName": "TextField",
6245
6265
  "methods": [],
6246
6266
  "props": {
6247
- "input": {
6267
+ "inputContext": {
6248
6268
  "defaultValue": null,
6249
- "description": "The input element",
6250
- "name": "input",
6269
+ "description": "@internal",
6270
+ "name": "inputContext",
6251
6271
  "parent": {
6252
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6253
- "name": "TextFieldBaseProps"
6272
+ "fileName": "components/src/components/TextField/TextField.tsx",
6273
+ "name": "TextFieldProps"
6254
6274
  },
6255
6275
  "declarations": [
6256
6276
  {
6257
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6258
- "name": "TextFieldBaseProps"
6277
+ "fileName": "components/src/components/TextField/TextField.tsx",
6278
+ "name": "TextFieldProps"
6259
6279
  }
6260
6280
  ],
6261
- "required": true,
6281
+ "required": false,
6262
6282
  "type": {
6263
- "name": "ReactNode"
6283
+ "name": "Context<any>"
6264
6284
  }
6265
6285
  },
6266
- "showCharacterCount": {
6286
+ "children": {
6267
6287
  "defaultValue": null,
6268
- "description": "Whether a character count should be displayed inside the field description.",
6269
- "name": "showCharacterCount",
6270
- "parent": {
6271
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6272
- "name": "TextFieldBaseProps"
6273
- },
6288
+ "description": "",
6289
+ "name": "children",
6274
6290
  "declarations": [
6275
6291
  {
6276
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6277
- "name": "TextFieldBaseProps"
6292
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6293
+ "name": "TypeLiteral"
6278
6294
  }
6279
6295
  ],
6280
6296
  "required": false,
6281
6297
  "type": {
6282
- "name": "boolean"
6298
+ "name": "ReactNode"
6283
6299
  }
6284
6300
  },
6285
6301
  "aria-label": {
@@ -6358,25 +6374,6 @@
6358
6374
  "name": "string"
6359
6375
  }
6360
6376
  },
6361
- "className": {
6362
- "defaultValue": null,
6363
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
6364
- "name": "className",
6365
- "parent": {
6366
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
6367
- "name": "StyleRenderProps"
6368
- },
6369
- "declarations": [
6370
- {
6371
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
6372
- "name": "StyleRenderProps"
6373
- }
6374
- ],
6375
- "required": false,
6376
- "type": {
6377
- "name": "ClassNameOrFunction<TooltipRenderProps>"
6378
- }
6379
- },
6380
6377
  "style": {
6381
6378
  "defaultValue": null,
6382
6379
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -7707,6 +7704,25 @@
7707
7704
  "name": "TransitionEventHandler<HTMLDivElement>"
7708
7705
  }
7709
7706
  },
7707
+ "ref": {
7708
+ "defaultValue": null,
7709
+ "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}",
7710
+ "name": "ref",
7711
+ "parent": {
7712
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
7713
+ "name": "RefAttributes"
7714
+ },
7715
+ "declarations": [
7716
+ {
7717
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
7718
+ "name": "RefAttributes"
7719
+ }
7720
+ ],
7721
+ "required": false,
7722
+ "type": {
7723
+ "name": "Ref<HTMLInputElement>"
7724
+ }
7725
+ },
7710
7726
  "validationBehavior": {
7711
7727
  "defaultValue": {
7712
7728
  "value": "'native'"
@@ -8105,7 +8121,7 @@
8105
8121
  ],
8106
8122
  "required": false,
8107
8123
  "type": {
8108
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
8124
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
8109
8125
  }
8110
8126
  },
8111
8127
  "aria-haspopup": {
@@ -8528,76 +8544,118 @@
8528
8544
  "name": "string"
8529
8545
  }
8530
8546
  },
8531
- "children": {
8547
+ "showCharacterCount": {
8532
8548
  "defaultValue": null,
8533
- "description": "",
8534
- "name": "children",
8549
+ "description": "Whether a character count should be displayed inside the field description.",
8550
+ "name": "showCharacterCount",
8551
+ "parent": {
8552
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
8553
+ "name": "TextFieldBaseProps"
8554
+ },
8535
8555
  "declarations": [
8536
8556
  {
8537
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
8538
- "name": "TypeLiteral"
8557
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
8558
+ "name": "TextFieldBaseProps"
8539
8559
  }
8540
8560
  ],
8541
8561
  "required": false,
8542
8562
  "type": {
8543
- "name": "ReactNode"
8563
+ "name": "boolean"
8544
8564
  }
8545
8565
  },
8546
- "ref": {
8566
+ "placeholder": {
8547
8567
  "defaultValue": null,
8548
- "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}",
8549
- "name": "ref",
8568
+ "description": "Temporary text that occupies the text input when it is empty.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/placeholder).",
8569
+ "name": "placeholder",
8550
8570
  "parent": {
8551
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
8552
- "name": "RefAttributes"
8571
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
8572
+ "name": "InputProps"
8553
8573
  },
8554
8574
  "declarations": [
8555
8575
  {
8556
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
8557
- "name": "RefAttributes"
8576
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
8577
+ "name": "InputProps"
8558
8578
  }
8559
8579
  ],
8560
8580
  "required": false,
8561
8581
  "type": {
8562
- "name": "Ref<HTMLInputElement>"
8582
+ "name": "string"
8563
8583
  }
8564
8584
  },
8565
- "FieldErrorView": {
8585
+ "className": {
8586
+ "defaultValue": null,
8587
+ "description": "The elements class name.",
8588
+ "name": "className",
8589
+ "parent": {
8590
+ "fileName": "components/src/lib/types/props.ts",
8591
+ "name": "PropsWithClassName"
8592
+ },
8593
+ "declarations": [
8594
+ {
8595
+ "fileName": "components/src/lib/types/props.ts",
8596
+ "name": "PropsWithClassName"
8597
+ }
8598
+ ],
8599
+ "required": false,
8600
+ "type": {
8601
+ "name": "string"
8602
+ }
8603
+ },
8604
+ "wrapWith": {
8566
8605
  "defaultValue": null,
8567
8606
  "description": "",
8568
- "name": "FieldErrorView",
8607
+ "name": "wrapWith",
8569
8608
  "parent": {
8570
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8571
- "name": "UseFieldComponent"
8609
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
8610
+ "name": "FlowComponentProps"
8572
8611
  },
8573
8612
  "declarations": [
8574
8613
  {
8575
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8576
- "name": "UseFieldComponent"
8614
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
8615
+ "name": "FlowComponentProps"
8577
8616
  }
8578
8617
  ],
8579
- "required": true,
8618
+ "required": false,
8580
8619
  "type": {
8581
- "name": "FC"
8620
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
8582
8621
  }
8583
8622
  },
8584
- "FieldErrorCaptureContext": {
8623
+ "tunnelId": {
8624
+ "defaultValue": null,
8625
+ "description": "@internal",
8626
+ "name": "tunnelId",
8627
+ "parent": {
8628
+ "fileName": "components/src/lib/types/props.ts",
8629
+ "name": "PropsWithTunnel"
8630
+ },
8631
+ "declarations": [
8632
+ {
8633
+ "fileName": "components/src/lib/types/props.ts",
8634
+ "name": "PropsWithTunnel"
8635
+ }
8636
+ ],
8637
+ "required": false,
8638
+ "type": {
8639
+ "name": "string | null"
8640
+ }
8641
+ },
8642
+ "key": {
8585
8643
  "defaultValue": null,
8586
8644
  "description": "",
8587
- "name": "FieldErrorCaptureContext",
8645
+ "name": "key",
8588
8646
  "parent": {
8589
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8590
- "name": "UseFieldComponent"
8647
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
8648
+ "name": "Attributes"
8591
8649
  },
8592
8650
  "declarations": [
8593
8651
  {
8594
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8595
- "name": "UseFieldComponent"
8652
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
8653
+ "name": "Attributes"
8596
8654
  }
8597
8655
  ],
8598
- "required": true,
8656
+ "required": false,
8599
8657
  "type": {
8600
- "name": "FC<{ children?: ReactNode; }>"
8658
+ "name": "Key | null"
8601
8659
  }
8602
8660
  }
8603
8661
  }
@@ -10525,7 +10583,7 @@
10525
10583
  ],
10526
10584
  "required": false,
10527
10585
  "type": {
10528
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
10586
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
10529
10587
  }
10530
10588
  },
10531
10589
  "aria-haspopup": {
@@ -12871,7 +12929,7 @@
12871
12929
  ],
12872
12930
  "required": false,
12873
12931
  "type": {
12874
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
12932
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
12875
12933
  }
12876
12934
  },
12877
12935
  "aria-haspopup": {
@@ -14106,7 +14164,7 @@
14106
14164
  ],
14107
14165
  "required": false,
14108
14166
  "type": {
14109
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
14167
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
14110
14168
  }
14111
14169
  },
14112
14170
  "aria-description": {
@@ -25042,7 +25100,7 @@
25042
25100
  ],
25043
25101
  "required": false,
25044
25102
  "type": {
25045
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
25103
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
25046
25104
  }
25047
25105
  },
25048
25106
  "aria-braillelabel": {
@@ -25232,7 +25290,7 @@
25232
25290
  ],
25233
25291
  "required": false,
25234
25292
  "type": {
25235
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
25293
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
25236
25294
  }
25237
25295
  },
25238
25296
  "aria-describedby": {
@@ -30411,7 +30469,7 @@
30411
30469
  ],
30412
30470
  "required": false,
30413
30471
  "type": {
30414
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
30472
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
30415
30473
  }
30416
30474
  },
30417
30475
  "aria-braillelabel": {
@@ -30601,7 +30659,7 @@
30601
30659
  ],
30602
30660
  "required": false,
30603
30661
  "type": {
30604
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
30662
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
30605
30663
  }
30606
30664
  },
30607
30665
  "aria-describedby": {
@@ -41385,7 +41443,7 @@
41385
41443
  ],
41386
41444
  "required": false,
41387
41445
  "type": {
41388
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
41446
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
41389
41447
  }
41390
41448
  },
41391
41449
  "aria-braillelabel": {
@@ -41575,7 +41633,7 @@
41575
41633
  ],
41576
41634
  "required": false,
41577
41635
  "type": {
41578
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
41636
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
41579
41637
  }
41580
41638
  },
41581
41639
  "aria-describedby": {
@@ -47440,7 +47498,7 @@
47440
47498
  ],
47441
47499
  "required": false,
47442
47500
  "type": {
47443
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
47501
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
47444
47502
  }
47445
47503
  },
47446
47504
  "aria-haspopup": {
@@ -55727,7 +55785,7 @@
55727
55785
  ],
55728
55786
  "required": false,
55729
55787
  "type": {
55730
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
55788
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
55731
55789
  }
55732
55790
  },
55733
55791
  "aria-haspopup": {
@@ -63881,7 +63939,7 @@
63881
63939
  ],
63882
63940
  "required": false,
63883
63941
  "type": {
63884
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
63942
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
63885
63943
  }
63886
63944
  },
63887
63945
  "aria-braillelabel": {
@@ -64071,7 +64129,7 @@
64071
64129
  ],
64072
64130
  "required": false,
64073
64131
  "type": {
64074
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
64132
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
64075
64133
  }
64076
64134
  },
64077
64135
  "aria-describedby": {
@@ -69335,7 +69393,7 @@
69335
69393
  ],
69336
69394
  "required": false,
69337
69395
  "type": {
69338
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
69396
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
69339
69397
  }
69340
69398
  },
69341
69399
  "aria-braillelabel": {
@@ -69525,7 +69583,7 @@
69525
69583
  ],
69526
69584
  "required": false,
69527
69585
  "type": {
69528
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
69586
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
69529
69587
  }
69530
69588
  },
69531
69589
  "aria-describedby": {
@@ -74662,7 +74720,7 @@
74662
74720
  ],
74663
74721
  "required": false,
74664
74722
  "type": {
74665
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
74723
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
74666
74724
  }
74667
74725
  },
74668
74726
  "aria-braillelabel": {
@@ -74852,7 +74910,7 @@
74852
74910
  ],
74853
74911
  "required": false,
74854
74912
  "type": {
74855
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
74913
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
74856
74914
  }
74857
74915
  },
74858
74916
  "aria-describedby": {
@@ -83196,7 +83254,7 @@
83196
83254
  ],
83197
83255
  "required": false,
83198
83256
  "type": {
83199
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
83257
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
83200
83258
  }
83201
83259
  },
83202
83260
  "aria-haspopup": {
@@ -85696,7 +85754,7 @@
85696
85754
  ],
85697
85755
  "required": false,
85698
85756
  "type": {
85699
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
85757
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
85700
85758
  }
85701
85759
  },
85702
85760
  "aria-haspopup": {
@@ -86266,7 +86324,7 @@
86266
86324
  ],
86267
86325
  "required": false,
86268
86326
  "type": {
86269
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
86327
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
86270
86328
  }
86271
86329
  },
86272
86330
  "aria-description": {
@@ -97203,7 +97261,7 @@
97203
97261
  ],
97204
97262
  "required": false,
97205
97263
  "type": {
97206
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
97264
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
97207
97265
  }
97208
97266
  },
97209
97267
  "aria-braillelabel": {
@@ -97393,7 +97451,7 @@
97393
97451
  ],
97394
97452
  "required": false,
97395
97453
  "type": {
97396
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
97454
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
97397
97455
  }
97398
97456
  },
97399
97457
  "aria-describedby": {
@@ -103221,7 +103279,7 @@
103221
103279
  ],
103222
103280
  "required": false,
103223
103281
  "type": {
103224
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
103282
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
103225
103283
  }
103226
103284
  },
103227
103285
  "aria-haspopup": {
@@ -104475,7 +104533,7 @@
104475
104533
  ],
104476
104534
  "required": false,
104477
104535
  "type": {
104478
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
104536
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
104479
104537
  }
104480
104538
  },
104481
104539
  "aria-description": {
@@ -108130,7 +108188,7 @@
108130
108188
  ],
108131
108189
  "required": false,
108132
108190
  "type": {
108133
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
108191
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
108134
108192
  }
108135
108193
  },
108136
108194
  "aria-braillelabel": {
@@ -108320,7 +108378,7 @@
108320
108378
  ],
108321
108379
  "required": false,
108322
108380
  "type": {
108323
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
108381
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
108324
108382
  }
108325
108383
  },
108326
108384
  "aria-describedby": {
@@ -114190,7 +114248,7 @@
114190
114248
  ],
114191
114249
  "required": false,
114192
114250
  "type": {
114193
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
114251
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
114194
114252
  }
114195
114253
  },
114196
114254
  "aria-haspopup": {
@@ -115520,7 +115578,7 @@
115520
115578
  ],
115521
115579
  "required": false,
115522
115580
  "type": {
115523
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
115581
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
115524
115582
  }
115525
115583
  },
115526
115584
  "aria-description": {
@@ -119261,7 +119319,7 @@
119261
119319
  ],
119262
119320
  "required": false,
119263
119321
  "type": {
119264
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
119322
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
119265
119323
  }
119266
119324
  },
119267
119325
  "aria-braillelabel": {
@@ -119451,7 +119509,7 @@
119451
119509
  ],
119452
119510
  "required": false,
119453
119511
  "type": {
119454
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
119512
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
119455
119513
  }
119456
119514
  },
119457
119515
  "aria-describedby": {
@@ -125050,7 +125108,7 @@
125050
125108
  ],
125051
125109
  "required": false,
125052
125110
  "type": {
125053
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
125111
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
125054
125112
  }
125055
125113
  },
125056
125114
  "aria-haspopup": {
@@ -125639,7 +125697,7 @@
125639
125697
  ],
125640
125698
  "required": false,
125641
125699
  "type": {
125642
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
125700
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
125643
125701
  }
125644
125702
  },
125645
125703
  "aria-description": {
@@ -133896,7 +133954,7 @@
133896
133954
  ],
133897
133955
  "required": false,
133898
133956
  "type": {
133899
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
133957
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
133900
133958
  }
133901
133959
  },
133902
133960
  "aria-braillelabel": {
@@ -134086,7 +134144,7 @@
134086
134144
  ],
134087
134145
  "required": false,
134088
134146
  "type": {
134089
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
134147
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
134090
134148
  }
134091
134149
  },
134092
134150
  "aria-describedby": {
@@ -139305,7 +139363,7 @@
139305
139363
  ],
139306
139364
  "required": false,
139307
139365
  "type": {
139308
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
139366
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
139309
139367
  }
139310
139368
  },
139311
139369
  "aria-braillelabel": {
@@ -139495,7 +139553,7 @@
139495
139553
  ],
139496
139554
  "required": false,
139497
139555
  "type": {
139498
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
139556
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
139499
139557
  }
139500
139558
  },
139501
139559
  "aria-describedby": {
@@ -144632,7 +144690,7 @@
144632
144690
  ],
144633
144691
  "required": false,
144634
144692
  "type": {
144635
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
144693
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
144636
144694
  }
144637
144695
  },
144638
144696
  "aria-braillelabel": {
@@ -144822,7 +144880,7 @@
144822
144880
  ],
144823
144881
  "required": false,
144824
144882
  "type": {
144825
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
144883
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
144826
144884
  }
144827
144885
  },
144828
144886
  "aria-describedby": {
@@ -150267,7 +150325,7 @@
150267
150325
  ],
150268
150326
  "required": false,
150269
150327
  "type": {
150270
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
150328
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
150271
150329
  }
150272
150330
  },
150273
150331
  "aria-braillelabel": {
@@ -150457,7 +150515,7 @@
150457
150515
  ],
150458
150516
  "required": false,
150459
150517
  "type": {
150460
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
150518
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
150461
150519
  }
150462
150520
  },
150463
150521
  "aria-describedby": {
@@ -156716,7 +156774,7 @@
156716
156774
  ],
156717
156775
  "required": false,
156718
156776
  "type": {
156719
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
156777
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
156720
156778
  }
156721
156779
  },
156722
156780
  "aria-haspopup": {
@@ -157970,7 +158028,7 @@
157970
158028
  ],
157971
158029
  "required": false,
157972
158030
  "type": {
157973
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
158031
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
157974
158032
  }
157975
158033
  },
157976
158034
  "aria-description": {
@@ -161764,7 +161822,7 @@
161764
161822
  ],
161765
161823
  "required": false,
161766
161824
  "type": {
161767
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
161825
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
161768
161826
  }
161769
161827
  },
161770
161828
  "aria-braillelabel": {
@@ -161954,7 +162012,7 @@
161954
162012
  ],
161955
162013
  "required": false,
161956
162014
  "type": {
161957
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
162015
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
161958
162016
  }
161959
162017
  },
161960
162018
  "aria-describedby": {
@@ -169279,7 +169337,7 @@
169279
169337
  ],
169280
169338
  "required": false,
169281
169339
  "type": {
169282
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
169340
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
169283
169341
  }
169284
169342
  },
169285
169343
  "aria-haspopup": {
@@ -170514,7 +170572,7 @@
170514
170572
  ],
170515
170573
  "required": false,
170516
170574
  "type": {
170517
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
170575
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
170518
170576
  }
170519
170577
  },
170520
170578
  "aria-description": {
@@ -174129,7 +174187,7 @@
174129
174187
  ],
174130
174188
  "required": false,
174131
174189
  "type": {
174132
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
174190
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
174133
174191
  }
174134
174192
  },
174135
174193
  "aria-braillelabel": {
@@ -174319,7 +174377,7 @@
174319
174377
  ],
174320
174378
  "required": false,
174321
174379
  "type": {
174322
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
174380
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
174323
174381
  }
174324
174382
  },
174325
174383
  "aria-describedby": {
@@ -187621,7 +187679,7 @@
187621
187679
  ],
187622
187680
  "required": false,
187623
187681
  "type": {
187624
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
187682
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
187625
187683
  }
187626
187684
  },
187627
187685
  "aria-braillelabel": {
@@ -187811,7 +187869,7 @@
187811
187869
  ],
187812
187870
  "required": false,
187813
187871
  "type": {
187814
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
187872
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
187815
187873
  }
187816
187874
  },
187817
187875
  "aria-describedby": {
@@ -193904,7 +193962,7 @@
193904
193962
  ],
193905
193963
  "required": false,
193906
193964
  "type": {
193907
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
193965
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
193908
193966
  }
193909
193967
  },
193910
193968
  "aria-disabled": {
@@ -199576,7 +199634,7 @@
199576
199634
  ],
199577
199635
  "required": false,
199578
199636
  "type": {
199579
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
199637
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
199580
199638
  }
199581
199639
  },
199582
199640
  "aria-braillelabel": {
@@ -199766,7 +199824,7 @@
199766
199824
  ],
199767
199825
  "required": false,
199768
199826
  "type": {
199769
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
199827
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
199770
199828
  }
199771
199829
  },
199772
199830
  "aria-describedby": {
@@ -203833,71 +203891,6 @@
203833
203891
  }
203834
203892
  }
203835
203893
  },
203836
- {
203837
- "tags": {
203838
- "flr-generate": "all",
203839
- "flr-ignore-props": "componentProps"
203840
- },
203841
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentPropsContextProvider/ComponentPropsContextProvider.tsx",
203842
- "description": "",
203843
- "displayName": "ComponentPropsContextProvider",
203844
- "methods": [],
203845
- "props": {
203846
- "componentProps": {
203847
- "defaultValue": null,
203848
- "description": "",
203849
- "name": "componentProps",
203850
- "parent": {
203851
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
203852
- "name": "ComponentPropsContextProviderProps"
203853
- },
203854
- "declarations": [
203855
- {
203856
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
203857
- "name": "ComponentPropsContextProviderProps"
203858
- }
203859
- ],
203860
- "required": false,
203861
- "type": {
203862
- "name": "PropsContext"
203863
- }
203864
- },
203865
- "levelModel": {
203866
- "defaultValue": null,
203867
- "description": "",
203868
- "name": "levelModel",
203869
- "parent": {
203870
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
203871
- "name": "ComponentPropsContextProviderProps"
203872
- },
203873
- "declarations": [
203874
- {
203875
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
203876
- "name": "ComponentPropsContextProviderProps"
203877
- }
203878
- ],
203879
- "required": false,
203880
- "type": {
203881
- "name": "PropsContextLevelMode"
203882
- }
203883
- },
203884
- "children": {
203885
- "defaultValue": null,
203886
- "description": "",
203887
- "name": "children",
203888
- "declarations": [
203889
- {
203890
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
203891
- "name": "TypeLiteral"
203892
- }
203893
- ],
203894
- "required": false,
203895
- "type": {
203896
- "name": "ReactNode"
203897
- }
203898
- }
203899
- }
203900
- },
203901
203894
  {
203902
203895
  "tags": {
203903
203896
  "flr-generate": "all"
@@ -206134,6 +206127,71 @@
206134
206127
  }
206135
206128
  }
206136
206129
  },
206130
+ {
206131
+ "tags": {
206132
+ "flr-generate": "all",
206133
+ "flr-ignore-props": "componentProps"
206134
+ },
206135
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ComponentPropsContextProvider/ComponentPropsContextProvider.tsx",
206136
+ "description": "",
206137
+ "displayName": "ComponentPropsContextProvider",
206138
+ "methods": [],
206139
+ "props": {
206140
+ "componentProps": {
206141
+ "defaultValue": null,
206142
+ "description": "",
206143
+ "name": "componentProps",
206144
+ "parent": {
206145
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
206146
+ "name": "ComponentPropsContextProviderProps"
206147
+ },
206148
+ "declarations": [
206149
+ {
206150
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
206151
+ "name": "ComponentPropsContextProviderProps"
206152
+ }
206153
+ ],
206154
+ "required": false,
206155
+ "type": {
206156
+ "name": "PropsContext"
206157
+ }
206158
+ },
206159
+ "levelModel": {
206160
+ "defaultValue": null,
206161
+ "description": "",
206162
+ "name": "levelModel",
206163
+ "parent": {
206164
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
206165
+ "name": "ComponentPropsContextProviderProps"
206166
+ },
206167
+ "declarations": [
206168
+ {
206169
+ "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
206170
+ "name": "ComponentPropsContextProviderProps"
206171
+ }
206172
+ ],
206173
+ "required": false,
206174
+ "type": {
206175
+ "name": "PropsContextLevelMode"
206176
+ }
206177
+ },
206178
+ "children": {
206179
+ "defaultValue": null,
206180
+ "description": "",
206181
+ "name": "children",
206182
+ "declarations": [
206183
+ {
206184
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
206185
+ "name": "TypeLiteral"
206186
+ }
206187
+ ],
206188
+ "required": false,
206189
+ "type": {
206190
+ "name": "ReactNode"
206191
+ }
206192
+ }
206193
+ }
206194
+ },
206137
206195
  {
206138
206196
  "tags": {
206139
206197
  "flr-generate": "all"
@@ -207373,7 +207431,7 @@
207373
207431
  ],
207374
207432
  "required": false,
207375
207433
  "type": {
207376
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
207434
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
207377
207435
  }
207378
207436
  },
207379
207437
  "aria-braillelabel": {
@@ -207563,7 +207621,7 @@
207563
207621
  ],
207564
207622
  "required": false,
207565
207623
  "type": {
207566
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
207624
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
207567
207625
  }
207568
207626
  },
207569
207627
  "aria-describedby": {
@@ -219328,7 +219386,7 @@
219328
219386
  ],
219329
219387
  "required": false,
219330
219388
  "type": {
219331
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
219389
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
219332
219390
  }
219333
219391
  },
219334
219392
  "aria-expanded": {
@@ -225122,7 +225180,7 @@
225122
225180
  ],
225123
225181
  "required": false,
225124
225182
  "type": {
225125
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
225183
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
225126
225184
  }
225127
225185
  },
225128
225186
  "aria-haspopup": {
@@ -225711,7 +225769,7 @@
225711
225769
  ],
225712
225770
  "required": false,
225713
225771
  "type": {
225714
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
225772
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
225715
225773
  }
225716
225774
  },
225717
225775
  "aria-description": {
@@ -234066,7 +234124,7 @@
234066
234124
  ],
234067
234125
  "required": false,
234068
234126
  "type": {
234069
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
234127
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
234070
234128
  }
234071
234129
  },
234072
234130
  "aria-braillelabel": {
@@ -234256,7 +234314,7 @@
234256
234314
  ],
234257
234315
  "required": false,
234258
234316
  "type": {
234259
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
234317
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
234260
234318
  }
234261
234319
  },
234262
234320
  "aria-describedby": {
@@ -239965,7 +240023,7 @@
239965
240023
  ],
239966
240024
  "required": false,
239967
240025
  "type": {
239968
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
240026
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
239969
240027
  }
239970
240028
  },
239971
240029
  "aria-braillelabel": {
@@ -240155,7 +240213,7 @@
240155
240213
  ],
240156
240214
  "required": false,
240157
240215
  "type": {
240158
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
240216
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
240159
240217
  }
240160
240218
  },
240161
240219
  "aria-describedby": {
@@ -245273,7 +245331,7 @@
245273
245331
  ],
245274
245332
  "required": false,
245275
245333
  "type": {
245276
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
245334
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
245277
245335
  }
245278
245336
  },
245279
245337
  "aria-braillelabel": {
@@ -245463,7 +245521,7 @@
245463
245521
  ],
245464
245522
  "required": false,
245465
245523
  "type": {
245466
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
245524
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
245467
245525
  }
245468
245526
  },
245469
245527
  "aria-describedby": {
@@ -251158,7 +251216,7 @@
251158
251216
  ],
251159
251217
  "required": false,
251160
251218
  "type": {
251161
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
251219
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
251162
251220
  }
251163
251221
  },
251164
251222
  "aria-braillelabel": {
@@ -251348,7 +251406,7 @@
251348
251406
  ],
251349
251407
  "required": false,
251350
251408
  "type": {
251351
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
251409
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
251352
251410
  }
251353
251411
  },
251354
251412
  "aria-describedby": {
@@ -256823,10 +256881,10 @@
256823
256881
  "name": "() => ArrayIterator<any>"
256824
256882
  }
256825
256883
  },
256826
- "__@unscopables@3175": {
256884
+ "__@unscopables@3182": {
256827
256885
  "defaultValue": null,
256828
256886
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
256829
- "name": "__@unscopables@3175",
256887
+ "name": "__@unscopables@3182",
256830
256888
  "parent": {
256831
256889
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
256832
256890
  "name": "Array"
@@ -257659,10 +257717,10 @@
257659
257717
  "name": "() => ArrayIterator<any>"
257660
257718
  }
257661
257719
  },
257662
- "__@unscopables@3175": {
257720
+ "__@unscopables@3182": {
257663
257721
  "defaultValue": null,
257664
257722
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
257665
- "name": "__@unscopables@3175",
257723
+ "name": "__@unscopables@3182",
257666
257724
  "parent": {
257667
257725
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
257668
257726
  "name": "Array"
@@ -258495,10 +258553,10 @@
258495
258553
  "name": "() => ArrayIterator<any>"
258496
258554
  }
258497
258555
  },
258498
- "__@unscopables@3175": {
258556
+ "__@unscopables@3182": {
258499
258557
  "defaultValue": null,
258500
258558
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258501
- "name": "__@unscopables@3175",
258559
+ "name": "__@unscopables@3182",
258502
258560
  "parent": {
258503
258561
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258504
258562
  "name": "Array"
@@ -259231,7 +259289,7 @@
259231
259289
  ],
259232
259290
  "required": false,
259233
259291
  "type": {
259234
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
259292
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
259235
259293
  }
259236
259294
  },
259237
259295
  "aria-expanded": {
@@ -281873,7 +281931,7 @@
281873
281931
  ],
281874
281932
  "required": false,
281875
281933
  "type": {
281876
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
281934
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
281877
281935
  }
281878
281936
  },
281879
281937
  "aria-braillelabel": {
@@ -282063,7 +282121,7 @@
282063
282121
  ],
282064
282122
  "required": false,
282065
282123
  "type": {
282066
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
282124
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
282067
282125
  }
282068
282126
  },
282069
282127
  "aria-describedby": {
@@ -293836,7 +293894,7 @@
293836
293894
  ],
293837
293895
  "required": false,
293838
293896
  "type": {
293839
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
293897
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
293840
293898
  }
293841
293899
  },
293842
293900
  "aria-haspopup": {
@@ -294408,7 +294466,7 @@
294408
294466
  ],
294409
294467
  "required": false,
294410
294468
  "type": {
294411
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
294469
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
294412
294470
  }
294413
294471
  },
294414
294472
  "aria-description": {
@@ -301455,7 +301513,7 @@
301455
301513
  ],
301456
301514
  "required": false,
301457
301515
  "type": {
301458
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
301516
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
301459
301517
  }
301460
301518
  },
301461
301519
  "aria-braillelabel": {
@@ -301645,7 +301703,7 @@
301645
301703
  ],
301646
301704
  "required": false,
301647
301705
  "type": {
301648
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
301706
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
301649
301707
  }
301650
301708
  },
301651
301709
  "aria-describedby": {
@@ -312875,7 +312933,7 @@
312875
312933
  ],
312876
312934
  "required": false,
312877
312935
  "type": {
312878
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
312936
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
312879
312937
  }
312880
312938
  },
312881
312939
  "aria-disabled": {
@@ -315147,7 +315205,7 @@
315147
315205
  ],
315148
315206
  "required": false,
315149
315207
  "type": {
315150
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
315208
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
315151
315209
  }
315152
315210
  },
315153
315211
  "aria-disabled": {
@@ -317244,7 +317302,7 @@
317244
317302
  ],
317245
317303
  "required": false,
317246
317304
  "type": {
317247
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
317305
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
317248
317306
  }
317249
317307
  },
317250
317308
  "aria-haspopup": {
@@ -318517,7 +318575,7 @@
318517
318575
  ],
318518
318576
  "required": false,
318519
318577
  "type": {
318520
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
318578
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
318521
318579
  }
318522
318580
  },
318523
318581
  "aria-description": {
@@ -323486,7 +323544,7 @@
323486
323544
  ],
323487
323545
  "required": false,
323488
323546
  "type": {
323489
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
323547
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
323490
323548
  }
323491
323549
  },
323492
323550
  "aria-haspopup": {
@@ -324759,7 +324817,7 @@
324759
324817
  ],
324760
324818
  "required": false,
324761
324819
  "type": {
324762
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
324820
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
324763
324821
  }
324764
324822
  },
324765
324823
  "aria-description": {
@@ -329219,138 +329277,6 @@
329219
329277
  }
329220
329278
  }
329221
329279
  },
329222
- {
329223
- "tags": {},
329224
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
329225
- "description": "",
329226
- "displayName": "Item",
329227
- "methods": [],
329228
- "props": {
329229
- "id": {
329230
- "defaultValue": null,
329231
- "description": "",
329232
- "name": "id",
329233
- "parent": {
329234
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
329235
- "name": "Props"
329236
- },
329237
- "declarations": [
329238
- {
329239
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
329240
- "name": "Props"
329241
- }
329242
- ],
329243
- "required": true,
329244
- "type": {
329245
- "name": "Key"
329246
- }
329247
- },
329248
- "data": {
329249
- "defaultValue": null,
329250
- "description": "",
329251
- "name": "data",
329252
- "parent": {
329253
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
329254
- "name": "Props"
329255
- },
329256
- "declarations": [
329257
- {
329258
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
329259
- "name": "Props"
329260
- }
329261
- ],
329262
- "required": true,
329263
- "type": {
329264
- "name": "never"
329265
- }
329266
- },
329267
- "children": {
329268
- "defaultValue": null,
329269
- "description": "",
329270
- "name": "children",
329271
- "declarations": [
329272
- {
329273
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
329274
- "name": "TypeLiteral"
329275
- }
329276
- ],
329277
- "required": false,
329278
- "type": {
329279
- "name": "ReactNode"
329280
- }
329281
- }
329282
- }
329283
- },
329284
- {
329285
- "tags": {},
329286
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
329287
- "description": "",
329288
- "displayName": "ItemContainer",
329289
- "methods": [],
329290
- "props": {
329291
- "id": {
329292
- "defaultValue": null,
329293
- "description": "",
329294
- "name": "id",
329295
- "parent": {
329296
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
329297
- "name": "Props"
329298
- },
329299
- "declarations": [
329300
- {
329301
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
329302
- "name": "Props"
329303
- }
329304
- ],
329305
- "required": true,
329306
- "type": {
329307
- "name": "Key"
329308
- }
329309
- },
329310
- "data": {
329311
- "defaultValue": null,
329312
- "description": "",
329313
- "name": "data",
329314
- "parent": {
329315
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
329316
- "name": "Props"
329317
- },
329318
- "declarations": [
329319
- {
329320
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
329321
- "name": "Props"
329322
- }
329323
- ],
329324
- "required": true,
329325
- "type": {
329326
- "name": "never"
329327
- }
329328
- },
329329
- "children": {
329330
- "defaultValue": null,
329331
- "description": "",
329332
- "name": "children",
329333
- "declarations": [
329334
- {
329335
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
329336
- "name": "TypeLiteral"
329337
- }
329338
- ],
329339
- "required": false,
329340
- "type": {
329341
- "name": "ReactNode"
329342
- }
329343
- }
329344
- }
329345
- },
329346
- {
329347
- "tags": {},
329348
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
329349
- "description": "",
329350
- "displayName": "FallbackItems",
329351
- "methods": [],
329352
- "props": {}
329353
- },
329354
329280
  {
329355
329281
  "tags": {
329356
329282
  "flr-generate": "all"
@@ -333040,6 +332966,138 @@
333040
332966
  }
333041
332967
  }
333042
332968
  },
332969
+ {
332970
+ "tags": {},
332971
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
332972
+ "description": "",
332973
+ "displayName": "Item",
332974
+ "methods": [],
332975
+ "props": {
332976
+ "id": {
332977
+ "defaultValue": null,
332978
+ "description": "",
332979
+ "name": "id",
332980
+ "parent": {
332981
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
332982
+ "name": "Props"
332983
+ },
332984
+ "declarations": [
332985
+ {
332986
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
332987
+ "name": "Props"
332988
+ }
332989
+ ],
332990
+ "required": true,
332991
+ "type": {
332992
+ "name": "Key"
332993
+ }
332994
+ },
332995
+ "data": {
332996
+ "defaultValue": null,
332997
+ "description": "",
332998
+ "name": "data",
332999
+ "parent": {
333000
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333001
+ "name": "Props"
333002
+ },
333003
+ "declarations": [
333004
+ {
333005
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333006
+ "name": "Props"
333007
+ }
333008
+ ],
333009
+ "required": true,
333010
+ "type": {
333011
+ "name": "never"
333012
+ }
333013
+ },
333014
+ "children": {
333015
+ "defaultValue": null,
333016
+ "description": "",
333017
+ "name": "children",
333018
+ "declarations": [
333019
+ {
333020
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
333021
+ "name": "TypeLiteral"
333022
+ }
333023
+ ],
333024
+ "required": false,
333025
+ "type": {
333026
+ "name": "ReactNode"
333027
+ }
333028
+ }
333029
+ }
333030
+ },
333031
+ {
333032
+ "tags": {},
333033
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
333034
+ "description": "",
333035
+ "displayName": "ItemContainer",
333036
+ "methods": [],
333037
+ "props": {
333038
+ "id": {
333039
+ "defaultValue": null,
333040
+ "description": "",
333041
+ "name": "id",
333042
+ "parent": {
333043
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333044
+ "name": "Props"
333045
+ },
333046
+ "declarations": [
333047
+ {
333048
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333049
+ "name": "Props"
333050
+ }
333051
+ ],
333052
+ "required": true,
333053
+ "type": {
333054
+ "name": "Key"
333055
+ }
333056
+ },
333057
+ "data": {
333058
+ "defaultValue": null,
333059
+ "description": "",
333060
+ "name": "data",
333061
+ "parent": {
333062
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333063
+ "name": "Props"
333064
+ },
333065
+ "declarations": [
333066
+ {
333067
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
333068
+ "name": "Props"
333069
+ }
333070
+ ],
333071
+ "required": true,
333072
+ "type": {
333073
+ "name": "never"
333074
+ }
333075
+ },
333076
+ "children": {
333077
+ "defaultValue": null,
333078
+ "description": "",
333079
+ "name": "children",
333080
+ "declarations": [
333081
+ {
333082
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
333083
+ "name": "TypeLiteral"
333084
+ }
333085
+ ],
333086
+ "required": false,
333087
+ "type": {
333088
+ "name": "ReactNode"
333089
+ }
333090
+ }
333091
+ }
333092
+ },
333093
+ {
333094
+ "tags": {},
333095
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
333096
+ "description": "",
333097
+ "displayName": "FallbackItems",
333098
+ "methods": [],
333099
+ "props": {}
333100
+ },
333043
333101
  {
333044
333102
  "tags": {},
333045
333103
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
@@ -333962,7 +334020,7 @@
333962
334020
  ],
333963
334021
  "required": false,
333964
334022
  "type": {
333965
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
334023
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
333966
334024
  }
333967
334025
  },
333968
334026
  "aria-expanded": {
@@ -337368,7 +337426,7 @@
337368
337426
  ],
337369
337427
  "required": false,
337370
337428
  "type": {
337371
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
337429
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
337372
337430
  }
337373
337431
  },
337374
337432
  "aria-haspopup": {
@@ -338603,7 +338661,7 @@
338603
338661
  ],
338604
338662
  "required": false,
338605
338663
  "type": {
338606
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
338664
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
338607
338665
  }
338608
338666
  },
338609
338667
  "aria-description": {