@mittwald/flow-react-components 0.2.0-alpha.546 → 0.2.0-alpha.547

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,65 +54,7 @@
54
54
  "description": "",
55
55
  "displayName": "TunnelEntry",
56
56
  "methods": [],
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
- }
57
+ "props": {}
116
58
  },
117
59
  {
118
60
  "tags": {},
@@ -3891,29 +3833,50 @@
3891
3833
  }
3892
3834
  },
3893
3835
  {
3894
- "tags": {
3895
- "flr-generate": "all"
3896
- },
3897
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
3836
+ "tags": {},
3837
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextFieldBase/TextFieldBase.tsx",
3898
3838
  "description": "",
3899
- "displayName": "TextField",
3839
+ "displayName": "TextFieldBase",
3900
3840
  "methods": [],
3901
3841
  "props": {
3902
- "children": {
3842
+ "input": {
3903
3843
  "defaultValue": null,
3904
- "description": "",
3905
- "name": "children",
3844
+ "description": "The input element",
3845
+ "name": "input",
3846
+ "parent": {
3847
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3848
+ "name": "TextFieldBaseProps"
3849
+ },
3906
3850
  "declarations": [
3907
3851
  {
3908
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
3909
- "name": "TypeLiteral"
3852
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3853
+ "name": "TextFieldBaseProps"
3910
3854
  }
3911
3855
  ],
3912
- "required": false,
3856
+ "required": true,
3913
3857
  "type": {
3914
3858
  "name": "ReactNode"
3915
3859
  }
3916
3860
  },
3861
+ "showCharacterCount": {
3862
+ "defaultValue": null,
3863
+ "description": "Whether a character count should be displayed inside the field description.",
3864
+ "name": "showCharacterCount",
3865
+ "parent": {
3866
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3867
+ "name": "TextFieldBaseProps"
3868
+ },
3869
+ "declarations": [
3870
+ {
3871
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3872
+ "name": "TextFieldBaseProps"
3873
+ }
3874
+ ],
3875
+ "required": false,
3876
+ "type": {
3877
+ "name": "boolean"
3878
+ }
3879
+ },
3917
3880
  "aria-label": {
3918
3881
  "defaultValue": null,
3919
3882
  "description": "Defines a string value that labels the current element.",
@@ -3990,6 +3953,25 @@
3990
3953
  "name": "string"
3991
3954
  }
3992
3955
  },
3956
+ "className": {
3957
+ "defaultValue": null,
3958
+ "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.",
3959
+ "name": "className",
3960
+ "parent": {
3961
+ "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",
3962
+ "name": "StyleRenderProps"
3963
+ },
3964
+ "declarations": [
3965
+ {
3966
+ "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",
3967
+ "name": "StyleRenderProps"
3968
+ }
3969
+ ],
3970
+ "required": false,
3971
+ "type": {
3972
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
3973
+ }
3974
+ },
3993
3975
  "style": {
3994
3976
  "defaultValue": null,
3995
3977
  "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.",
@@ -5320,25 +5302,6 @@
5320
5302
  "name": "TransitionEventHandler<HTMLDivElement>"
5321
5303
  }
5322
5304
  },
5323
- "ref": {
5324
- "defaultValue": null,
5325
- "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}",
5326
- "name": "ref",
5327
- "parent": {
5328
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
5329
- "name": "RefAttributes"
5330
- },
5331
- "declarations": [
5332
- {
5333
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
5334
- "name": "RefAttributes"
5335
- }
5336
- ],
5337
- "required": false,
5338
- "type": {
5339
- "name": "Ref<HTMLInputElement>"
5340
- }
5341
- },
5342
5305
  "validationBehavior": {
5343
5306
  "defaultValue": {
5344
5307
  "value": "'native'"
@@ -5737,7 +5700,7 @@
5737
5700
  ],
5738
5701
  "required": false,
5739
5702
  "type": {
5740
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
5703
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
5741
5704
  }
5742
5705
  },
5743
5706
  "aria-haspopup": {
@@ -6160,165 +6123,102 @@
6160
6123
  "name": "string"
6161
6124
  }
6162
6125
  },
6163
- "showCharacterCount": {
6164
- "defaultValue": null,
6165
- "description": "Whether a character count should be displayed inside the field description.",
6166
- "name": "showCharacterCount",
6167
- "parent": {
6168
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6169
- "name": "TextFieldBaseProps"
6170
- },
6171
- "declarations": [
6172
- {
6173
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6174
- "name": "TextFieldBaseProps"
6175
- }
6176
- ],
6177
- "required": false,
6178
- "type": {
6179
- "name": "boolean"
6180
- }
6181
- },
6182
- "placeholder": {
6126
+ "children": {
6183
6127
  "defaultValue": null,
6184
- "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).",
6185
- "name": "placeholder",
6186
- "parent": {
6187
- "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",
6188
- "name": "InputProps"
6189
- },
6128
+ "description": "",
6129
+ "name": "children",
6190
6130
  "declarations": [
6191
6131
  {
6192
- "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",
6193
- "name": "InputProps"
6132
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6133
+ "name": "TypeLiteral"
6194
6134
  }
6195
6135
  ],
6196
6136
  "required": false,
6197
6137
  "type": {
6198
- "name": "string"
6138
+ "name": "ReactNode"
6199
6139
  }
6200
6140
  },
6201
- "className": {
6141
+ "ref": {
6202
6142
  "defaultValue": null,
6203
- "description": "The elements class name.",
6204
- "name": "className",
6143
+ "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}",
6144
+ "name": "ref",
6205
6145
  "parent": {
6206
- "fileName": "components/src/lib/types/props.ts",
6207
- "name": "PropsWithClassName"
6146
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6147
+ "name": "RefAttributes"
6208
6148
  },
6209
6149
  "declarations": [
6210
6150
  {
6211
- "fileName": "components/src/lib/types/props.ts",
6212
- "name": "PropsWithClassName"
6151
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6152
+ "name": "RefAttributes"
6213
6153
  }
6214
6154
  ],
6215
6155
  "required": false,
6216
6156
  "type": {
6217
- "name": "string"
6157
+ "name": "Ref<HTMLInputElement>"
6218
6158
  }
6219
6159
  },
6220
- "wrapWith": {
6160
+ "FieldErrorView": {
6221
6161
  "defaultValue": null,
6222
6162
  "description": "",
6223
- "name": "wrapWith",
6224
- "parent": {
6225
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
6226
- "name": "FlowComponentProps"
6227
- },
6228
- "declarations": [
6229
- {
6230
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
6231
- "name": "FlowComponentProps"
6232
- }
6233
- ],
6234
- "required": false,
6235
- "type": {
6236
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
6237
- }
6238
- },
6239
- "tunnelId": {
6240
- "defaultValue": null,
6241
- "description": "@internal",
6242
- "name": "tunnelId",
6163
+ "name": "FieldErrorView",
6243
6164
  "parent": {
6244
- "fileName": "components/src/lib/types/props.ts",
6245
- "name": "PropsWithTunnel"
6165
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6166
+ "name": "UseFieldComponent"
6246
6167
  },
6247
6168
  "declarations": [
6248
6169
  {
6249
- "fileName": "components/src/lib/types/props.ts",
6250
- "name": "PropsWithTunnel"
6170
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6171
+ "name": "UseFieldComponent"
6251
6172
  }
6252
6173
  ],
6253
- "required": false,
6174
+ "required": true,
6254
6175
  "type": {
6255
- "name": "string | null"
6176
+ "name": "FC"
6256
6177
  }
6257
6178
  },
6258
- "key": {
6179
+ "FieldErrorCaptureContext": {
6259
6180
  "defaultValue": null,
6260
6181
  "description": "",
6261
- "name": "key",
6182
+ "name": "FieldErrorCaptureContext",
6262
6183
  "parent": {
6263
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6264
- "name": "Attributes"
6184
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6185
+ "name": "UseFieldComponent"
6265
6186
  },
6266
6187
  "declarations": [
6267
6188
  {
6268
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6269
- "name": "Attributes"
6189
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6190
+ "name": "UseFieldComponent"
6270
6191
  }
6271
6192
  ],
6272
- "required": false,
6193
+ "required": true,
6273
6194
  "type": {
6274
- "name": "Key | null"
6195
+ "name": "FC<{ children?: ReactNode; }>"
6275
6196
  }
6276
6197
  }
6277
6198
  }
6278
6199
  },
6279
6200
  {
6280
- "tags": {},
6281
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextFieldBase/TextFieldBase.tsx",
6201
+ "tags": {
6202
+ "flr-generate": "all"
6203
+ },
6204
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
6282
6205
  "description": "",
6283
- "displayName": "TextFieldBase",
6206
+ "displayName": "TextField",
6284
6207
  "methods": [],
6285
6208
  "props": {
6286
- "input": {
6287
- "defaultValue": null,
6288
- "description": "The input element",
6289
- "name": "input",
6290
- "parent": {
6291
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6292
- "name": "TextFieldBaseProps"
6293
- },
6294
- "declarations": [
6295
- {
6296
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6297
- "name": "TextFieldBaseProps"
6298
- }
6299
- ],
6300
- "required": true,
6301
- "type": {
6302
- "name": "ReactNode"
6303
- }
6304
- },
6305
- "showCharacterCount": {
6209
+ "children": {
6306
6210
  "defaultValue": null,
6307
- "description": "Whether a character count should be displayed inside the field description.",
6308
- "name": "showCharacterCount",
6309
- "parent": {
6310
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6311
- "name": "TextFieldBaseProps"
6312
- },
6211
+ "description": "",
6212
+ "name": "children",
6313
6213
  "declarations": [
6314
6214
  {
6315
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6316
- "name": "TextFieldBaseProps"
6215
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
6216
+ "name": "TypeLiteral"
6317
6217
  }
6318
6218
  ],
6319
6219
  "required": false,
6320
6220
  "type": {
6321
- "name": "boolean"
6221
+ "name": "ReactNode"
6322
6222
  }
6323
6223
  },
6324
6224
  "aria-label": {
@@ -6397,25 +6297,6 @@
6397
6297
  "name": "string"
6398
6298
  }
6399
6299
  },
6400
- "className": {
6401
- "defaultValue": null,
6402
- "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.",
6403
- "name": "className",
6404
- "parent": {
6405
- "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",
6406
- "name": "StyleRenderProps"
6407
- },
6408
- "declarations": [
6409
- {
6410
- "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",
6411
- "name": "StyleRenderProps"
6412
- }
6413
- ],
6414
- "required": false,
6415
- "type": {
6416
- "name": "ClassNameOrFunction<TooltipRenderProps>"
6417
- }
6418
- },
6419
6300
  "style": {
6420
6301
  "defaultValue": null,
6421
6302
  "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.",
@@ -7746,6 +7627,25 @@
7746
7627
  "name": "TransitionEventHandler<HTMLDivElement>"
7747
7628
  }
7748
7629
  },
7630
+ "ref": {
7631
+ "defaultValue": null,
7632
+ "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}",
7633
+ "name": "ref",
7634
+ "parent": {
7635
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
7636
+ "name": "RefAttributes"
7637
+ },
7638
+ "declarations": [
7639
+ {
7640
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
7641
+ "name": "RefAttributes"
7642
+ }
7643
+ ],
7644
+ "required": false,
7645
+ "type": {
7646
+ "name": "Ref<HTMLInputElement>"
7647
+ }
7648
+ },
7749
7649
  "validationBehavior": {
7750
7650
  "defaultValue": {
7751
7651
  "value": "'native'"
@@ -8144,7 +8044,7 @@
8144
8044
  ],
8145
8045
  "required": false,
8146
8046
  "type": {
8147
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
8047
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
8148
8048
  }
8149
8049
  },
8150
8050
  "aria-haspopup": {
@@ -8567,76 +8467,118 @@
8567
8467
  "name": "string"
8568
8468
  }
8569
8469
  },
8570
- "children": {
8470
+ "showCharacterCount": {
8571
8471
  "defaultValue": null,
8572
- "description": "",
8573
- "name": "children",
8472
+ "description": "Whether a character count should be displayed inside the field description.",
8473
+ "name": "showCharacterCount",
8474
+ "parent": {
8475
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
8476
+ "name": "TextFieldBaseProps"
8477
+ },
8574
8478
  "declarations": [
8575
8479
  {
8576
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
8577
- "name": "TypeLiteral"
8480
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
8481
+ "name": "TextFieldBaseProps"
8578
8482
  }
8579
8483
  ],
8580
8484
  "required": false,
8581
8485
  "type": {
8582
- "name": "ReactNode"
8486
+ "name": "boolean"
8583
8487
  }
8584
8488
  },
8585
- "ref": {
8489
+ "placeholder": {
8586
8490
  "defaultValue": null,
8587
- "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}",
8588
- "name": "ref",
8491
+ "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).",
8492
+ "name": "placeholder",
8589
8493
  "parent": {
8590
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
8591
- "name": "RefAttributes"
8494
+ "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",
8495
+ "name": "InputProps"
8592
8496
  },
8593
8497
  "declarations": [
8594
8498
  {
8595
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
8596
- "name": "RefAttributes"
8499
+ "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",
8500
+ "name": "InputProps"
8597
8501
  }
8598
8502
  ],
8599
8503
  "required": false,
8600
8504
  "type": {
8601
- "name": "Ref<HTMLInputElement>"
8505
+ "name": "string"
8602
8506
  }
8603
8507
  },
8604
- "FieldErrorView": {
8508
+ "className": {
8509
+ "defaultValue": null,
8510
+ "description": "The elements class name.",
8511
+ "name": "className",
8512
+ "parent": {
8513
+ "fileName": "components/src/lib/types/props.ts",
8514
+ "name": "PropsWithClassName"
8515
+ },
8516
+ "declarations": [
8517
+ {
8518
+ "fileName": "components/src/lib/types/props.ts",
8519
+ "name": "PropsWithClassName"
8520
+ }
8521
+ ],
8522
+ "required": false,
8523
+ "type": {
8524
+ "name": "string"
8525
+ }
8526
+ },
8527
+ "wrapWith": {
8605
8528
  "defaultValue": null,
8606
8529
  "description": "",
8607
- "name": "FieldErrorView",
8530
+ "name": "wrapWith",
8608
8531
  "parent": {
8609
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8610
- "name": "UseFieldComponent"
8532
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
8533
+ "name": "FlowComponentProps"
8611
8534
  },
8612
8535
  "declarations": [
8613
8536
  {
8614
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8615
- "name": "UseFieldComponent"
8537
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
8538
+ "name": "FlowComponentProps"
8616
8539
  }
8617
8540
  ],
8618
- "required": true,
8541
+ "required": false,
8619
8542
  "type": {
8620
- "name": "FC"
8543
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
8621
8544
  }
8622
8545
  },
8623
- "FieldErrorCaptureContext": {
8546
+ "tunnelId": {
8547
+ "defaultValue": null,
8548
+ "description": "@internal",
8549
+ "name": "tunnelId",
8550
+ "parent": {
8551
+ "fileName": "components/src/lib/types/props.ts",
8552
+ "name": "PropsWithTunnel"
8553
+ },
8554
+ "declarations": [
8555
+ {
8556
+ "fileName": "components/src/lib/types/props.ts",
8557
+ "name": "PropsWithTunnel"
8558
+ }
8559
+ ],
8560
+ "required": false,
8561
+ "type": {
8562
+ "name": "string | null"
8563
+ }
8564
+ },
8565
+ "key": {
8624
8566
  "defaultValue": null,
8625
8567
  "description": "",
8626
- "name": "FieldErrorCaptureContext",
8568
+ "name": "key",
8627
8569
  "parent": {
8628
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8629
- "name": "UseFieldComponent"
8570
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
8571
+ "name": "Attributes"
8630
8572
  },
8631
8573
  "declarations": [
8632
8574
  {
8633
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8634
- "name": "UseFieldComponent"
8575
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
8576
+ "name": "Attributes"
8635
8577
  }
8636
8578
  ],
8637
- "required": true,
8579
+ "required": false,
8638
8580
  "type": {
8639
- "name": "FC<{ children?: ReactNode; }>"
8581
+ "name": "Key | null"
8640
8582
  }
8641
8583
  }
8642
8584
  }
@@ -10564,7 +10506,7 @@
10564
10506
  ],
10565
10507
  "required": false,
10566
10508
  "type": {
10567
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
10509
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
10568
10510
  }
10569
10511
  },
10570
10512
  "aria-haspopup": {
@@ -12891,7 +12833,7 @@
12891
12833
  ],
12892
12834
  "required": false,
12893
12835
  "type": {
12894
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
12836
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
12895
12837
  }
12896
12838
  },
12897
12839
  "aria-haspopup": {
@@ -14126,7 +14068,7 @@
14126
14068
  ],
14127
14069
  "required": false,
14128
14070
  "type": {
14129
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
14071
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
14130
14072
  }
14131
14073
  },
14132
14074
  "aria-description": {
@@ -25062,7 +25004,7 @@
25062
25004
  ],
25063
25005
  "required": false,
25064
25006
  "type": {
25065
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
25007
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
25066
25008
  }
25067
25009
  },
25068
25010
  "aria-braillelabel": {
@@ -25252,7 +25194,7 @@
25252
25194
  ],
25253
25195
  "required": false,
25254
25196
  "type": {
25255
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
25197
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
25256
25198
  }
25257
25199
  },
25258
25200
  "aria-describedby": {
@@ -30431,7 +30373,7 @@
30431
30373
  ],
30432
30374
  "required": false,
30433
30375
  "type": {
30434
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
30376
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
30435
30377
  }
30436
30378
  },
30437
30379
  "aria-braillelabel": {
@@ -30621,7 +30563,7 @@
30621
30563
  ],
30622
30564
  "required": false,
30623
30565
  "type": {
30624
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
30566
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
30625
30567
  }
30626
30568
  },
30627
30569
  "aria-describedby": {
@@ -41405,7 +41347,7 @@
41405
41347
  ],
41406
41348
  "required": false,
41407
41349
  "type": {
41408
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
41350
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
41409
41351
  }
41410
41352
  },
41411
41353
  "aria-braillelabel": {
@@ -41595,7 +41537,7 @@
41595
41537
  ],
41596
41538
  "required": false,
41597
41539
  "type": {
41598
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
41540
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
41599
41541
  }
41600
41542
  },
41601
41543
  "aria-describedby": {
@@ -47460,7 +47402,7 @@
47460
47402
  ],
47461
47403
  "required": false,
47462
47404
  "type": {
47463
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
47405
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
47464
47406
  }
47465
47407
  },
47466
47408
  "aria-haspopup": {
@@ -55747,7 +55689,7 @@
55747
55689
  ],
55748
55690
  "required": false,
55749
55691
  "type": {
55750
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
55692
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
55751
55693
  }
55752
55694
  },
55753
55695
  "aria-haspopup": {
@@ -63882,7 +63824,7 @@
63882
63824
  ],
63883
63825
  "required": false,
63884
63826
  "type": {
63885
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
63827
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
63886
63828
  }
63887
63829
  },
63888
63830
  "aria-braillelabel": {
@@ -64072,7 +64014,7 @@
64072
64014
  ],
64073
64015
  "required": false,
64074
64016
  "type": {
64075
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
64017
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
64076
64018
  }
64077
64019
  },
64078
64020
  "aria-describedby": {
@@ -69336,7 +69278,7 @@
69336
69278
  ],
69337
69279
  "required": false,
69338
69280
  "type": {
69339
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
69281
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
69340
69282
  }
69341
69283
  },
69342
69284
  "aria-braillelabel": {
@@ -69526,7 +69468,7 @@
69526
69468
  ],
69527
69469
  "required": false,
69528
69470
  "type": {
69529
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
69471
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
69530
69472
  }
69531
69473
  },
69532
69474
  "aria-describedby": {
@@ -74663,7 +74605,7 @@
74663
74605
  ],
74664
74606
  "required": false,
74665
74607
  "type": {
74666
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
74608
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
74667
74609
  }
74668
74610
  },
74669
74611
  "aria-braillelabel": {
@@ -74853,7 +74795,7 @@
74853
74795
  ],
74854
74796
  "required": false,
74855
74797
  "type": {
74856
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
74798
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
74857
74799
  }
74858
74800
  },
74859
74801
  "aria-describedby": {
@@ -83197,7 +83139,7 @@
83197
83139
  ],
83198
83140
  "required": false,
83199
83141
  "type": {
83200
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
83142
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
83201
83143
  }
83202
83144
  },
83203
83145
  "aria-haspopup": {
@@ -85640,7 +85582,7 @@
85640
85582
  ],
85641
85583
  "required": false,
85642
85584
  "type": {
85643
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
85585
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
85644
85586
  }
85645
85587
  },
85646
85588
  "aria-haspopup": {
@@ -86210,7 +86152,7 @@
86210
86152
  ],
86211
86153
  "required": false,
86212
86154
  "type": {
86213
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
86155
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
86214
86156
  }
86215
86157
  },
86216
86158
  "aria-description": {
@@ -97147,7 +97089,7 @@
97147
97089
  ],
97148
97090
  "required": false,
97149
97091
  "type": {
97150
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
97092
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
97151
97093
  }
97152
97094
  },
97153
97095
  "aria-braillelabel": {
@@ -97337,7 +97279,7 @@
97337
97279
  ],
97338
97280
  "required": false,
97339
97281
  "type": {
97340
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
97282
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
97341
97283
  }
97342
97284
  },
97343
97285
  "aria-describedby": {
@@ -103165,7 +103107,7 @@
103165
103107
  ],
103166
103108
  "required": false,
103167
103109
  "type": {
103168
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
103110
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
103169
103111
  }
103170
103112
  },
103171
103113
  "aria-haspopup": {
@@ -104419,7 +104361,7 @@
104419
104361
  ],
104420
104362
  "required": false,
104421
104363
  "type": {
104422
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
104364
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
104423
104365
  }
104424
104366
  },
104425
104367
  "aria-description": {
@@ -108074,7 +108016,7 @@
108074
108016
  ],
108075
108017
  "required": false,
108076
108018
  "type": {
108077
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
108019
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
108078
108020
  }
108079
108021
  },
108080
108022
  "aria-braillelabel": {
@@ -108264,7 +108206,7 @@
108264
108206
  ],
108265
108207
  "required": false,
108266
108208
  "type": {
108267
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
108209
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
108268
108210
  }
108269
108211
  },
108270
108212
  "aria-describedby": {
@@ -114134,7 +114076,7 @@
114134
114076
  ],
114135
114077
  "required": false,
114136
114078
  "type": {
114137
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
114079
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
114138
114080
  }
114139
114081
  },
114140
114082
  "aria-haspopup": {
@@ -115464,7 +115406,7 @@
115464
115406
  ],
115465
115407
  "required": false,
115466
115408
  "type": {
115467
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
115409
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
115468
115410
  }
115469
115411
  },
115470
115412
  "aria-description": {
@@ -119205,7 +119147,7 @@
119205
119147
  ],
119206
119148
  "required": false,
119207
119149
  "type": {
119208
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
119150
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
119209
119151
  }
119210
119152
  },
119211
119153
  "aria-braillelabel": {
@@ -119395,7 +119337,7 @@
119395
119337
  ],
119396
119338
  "required": false,
119397
119339
  "type": {
119398
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
119340
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
119399
119341
  }
119400
119342
  },
119401
119343
  "aria-describedby": {
@@ -124994,7 +124936,7 @@
124994
124936
  ],
124995
124937
  "required": false,
124996
124938
  "type": {
124997
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
124939
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
124998
124940
  }
124999
124941
  },
125000
124942
  "aria-haspopup": {
@@ -125583,7 +125525,7 @@
125583
125525
  ],
125584
125526
  "required": false,
125585
125527
  "type": {
125586
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
125528
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
125587
125529
  }
125588
125530
  },
125589
125531
  "aria-description": {
@@ -133840,7 +133782,7 @@
133840
133782
  ],
133841
133783
  "required": false,
133842
133784
  "type": {
133843
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
133785
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
133844
133786
  }
133845
133787
  },
133846
133788
  "aria-braillelabel": {
@@ -134030,7 +133972,7 @@
134030
133972
  ],
134031
133973
  "required": false,
134032
133974
  "type": {
134033
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
133975
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
134034
133976
  }
134035
133977
  },
134036
133978
  "aria-describedby": {
@@ -139249,7 +139191,7 @@
139249
139191
  ],
139250
139192
  "required": false,
139251
139193
  "type": {
139252
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
139194
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
139253
139195
  }
139254
139196
  },
139255
139197
  "aria-braillelabel": {
@@ -139439,7 +139381,7 @@
139439
139381
  ],
139440
139382
  "required": false,
139441
139383
  "type": {
139442
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
139384
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
139443
139385
  }
139444
139386
  },
139445
139387
  "aria-describedby": {
@@ -144576,7 +144518,7 @@
144576
144518
  ],
144577
144519
  "required": false,
144578
144520
  "type": {
144579
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
144521
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
144580
144522
  }
144581
144523
  },
144582
144524
  "aria-braillelabel": {
@@ -144766,7 +144708,7 @@
144766
144708
  ],
144767
144709
  "required": false,
144768
144710
  "type": {
144769
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
144711
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
144770
144712
  }
144771
144713
  },
144772
144714
  "aria-describedby": {
@@ -150211,7 +150153,7 @@
150211
150153
  ],
150212
150154
  "required": false,
150213
150155
  "type": {
150214
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
150156
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
150215
150157
  }
150216
150158
  },
150217
150159
  "aria-braillelabel": {
@@ -150401,7 +150343,7 @@
150401
150343
  ],
150402
150344
  "required": false,
150403
150345
  "type": {
150404
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
150346
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
150405
150347
  }
150406
150348
  },
150407
150349
  "aria-describedby": {
@@ -156641,7 +156583,7 @@
156641
156583
  ],
156642
156584
  "required": false,
156643
156585
  "type": {
156644
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
156586
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
156645
156587
  }
156646
156588
  },
156647
156589
  "aria-haspopup": {
@@ -157895,7 +157837,7 @@
157895
157837
  ],
157896
157838
  "required": false,
157897
157839
  "type": {
157898
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
157840
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
157899
157841
  }
157900
157842
  },
157901
157843
  "aria-description": {
@@ -161689,7 +161631,7 @@
161689
161631
  ],
161690
161632
  "required": false,
161691
161633
  "type": {
161692
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
161634
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
161693
161635
  }
161694
161636
  },
161695
161637
  "aria-braillelabel": {
@@ -161879,7 +161821,7 @@
161879
161821
  ],
161880
161822
  "required": false,
161881
161823
  "type": {
161882
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
161824
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
161883
161825
  }
161884
161826
  },
161885
161827
  "aria-describedby": {
@@ -169204,7 +169146,7 @@
169204
169146
  ],
169205
169147
  "required": false,
169206
169148
  "type": {
169207
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
169149
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
169208
169150
  }
169209
169151
  },
169210
169152
  "aria-haspopup": {
@@ -170439,7 +170381,7 @@
170439
170381
  ],
170440
170382
  "required": false,
170441
170383
  "type": {
170442
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
170384
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
170443
170385
  }
170444
170386
  },
170445
170387
  "aria-description": {
@@ -174054,7 +173996,7 @@
174054
173996
  ],
174055
173997
  "required": false,
174056
173998
  "type": {
174057
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
173999
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
174058
174000
  }
174059
174001
  },
174060
174002
  "aria-braillelabel": {
@@ -174244,7 +174186,7 @@
174244
174186
  ],
174245
174187
  "required": false,
174246
174188
  "type": {
174247
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
174189
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
174248
174190
  }
174249
174191
  },
174250
174192
  "aria-describedby": {
@@ -187546,7 +187488,7 @@
187546
187488
  ],
187547
187489
  "required": false,
187548
187490
  "type": {
187549
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
187491
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
187550
187492
  }
187551
187493
  },
187552
187494
  "aria-braillelabel": {
@@ -187736,7 +187678,7 @@
187736
187678
  ],
187737
187679
  "required": false,
187738
187680
  "type": {
187739
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
187681
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
187740
187682
  }
187741
187683
  },
187742
187684
  "aria-describedby": {
@@ -193829,7 +193771,7 @@
193829
193771
  ],
193830
193772
  "required": false,
193831
193773
  "type": {
193832
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
193774
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
193833
193775
  }
193834
193776
  },
193835
193777
  "aria-disabled": {
@@ -199501,7 +199443,7 @@
199501
199443
  ],
199502
199444
  "required": false,
199503
199445
  "type": {
199504
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
199446
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
199505
199447
  }
199506
199448
  },
199507
199449
  "aria-braillelabel": {
@@ -199691,7 +199633,7 @@
199691
199633
  ],
199692
199634
  "required": false,
199693
199635
  "type": {
199694
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
199636
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
199695
199637
  }
199696
199638
  },
199697
199639
  "aria-describedby": {
@@ -207279,7 +207221,7 @@
207279
207221
  ],
207280
207222
  "required": false,
207281
207223
  "type": {
207282
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
207224
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
207283
207225
  }
207284
207226
  },
207285
207227
  "aria-braillelabel": {
@@ -207469,7 +207411,7 @@
207469
207411
  ],
207470
207412
  "required": false,
207471
207413
  "type": {
207472
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
207414
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
207473
207415
  }
207474
207416
  },
207475
207417
  "aria-describedby": {
@@ -219236,7 +219178,7 @@
219236
219178
  ],
219237
219179
  "required": false,
219238
219180
  "type": {
219239
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
219181
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
219240
219182
  }
219241
219183
  },
219242
219184
  "aria-expanded": {
@@ -224992,7 +224934,7 @@
224992
224934
  ],
224993
224935
  "required": false,
224994
224936
  "type": {
224995
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
224937
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
224996
224938
  }
224997
224939
  },
224998
224940
  "aria-haspopup": {
@@ -225581,7 +225523,7 @@
225581
225523
  ],
225582
225524
  "required": false,
225583
225525
  "type": {
225584
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
225526
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
225585
225527
  }
225586
225528
  },
225587
225529
  "aria-description": {
@@ -233936,7 +233878,7 @@
233936
233878
  ],
233937
233879
  "required": false,
233938
233880
  "type": {
233939
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
233881
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
233940
233882
  }
233941
233883
  },
233942
233884
  "aria-braillelabel": {
@@ -234126,7 +234068,7 @@
234126
234068
  ],
234127
234069
  "required": false,
234128
234070
  "type": {
234129
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
234071
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
234130
234072
  }
234131
234073
  },
234132
234074
  "aria-describedby": {
@@ -239835,7 +239777,7 @@
239835
239777
  ],
239836
239778
  "required": false,
239837
239779
  "type": {
239838
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
239780
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
239839
239781
  }
239840
239782
  },
239841
239783
  "aria-braillelabel": {
@@ -240025,7 +239967,7 @@
240025
239967
  ],
240026
239968
  "required": false,
240027
239969
  "type": {
240028
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
239970
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
240029
239971
  }
240030
239972
  },
240031
239973
  "aria-describedby": {
@@ -245143,7 +245085,7 @@
245143
245085
  ],
245144
245086
  "required": false,
245145
245087
  "type": {
245146
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
245088
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
245147
245089
  }
245148
245090
  },
245149
245091
  "aria-braillelabel": {
@@ -245333,7 +245275,7 @@
245333
245275
  ],
245334
245276
  "required": false,
245335
245277
  "type": {
245336
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
245278
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
245337
245279
  }
245338
245280
  },
245339
245281
  "aria-describedby": {
@@ -251028,7 +250970,7 @@
251028
250970
  ],
251029
250971
  "required": false,
251030
250972
  "type": {
251031
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
250973
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
251032
250974
  }
251033
250975
  },
251034
250976
  "aria-braillelabel": {
@@ -251218,7 +251160,7 @@
251218
251160
  ],
251219
251161
  "required": false,
251220
251162
  "type": {
251221
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
251163
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
251222
251164
  }
251223
251165
  },
251224
251166
  "aria-describedby": {
@@ -256693,10 +256635,10 @@
256693
256635
  "name": "() => ArrayIterator<any>"
256694
256636
  }
256695
256637
  },
256696
- "__@unscopables@3171": {
256638
+ "__@unscopables@3166": {
256697
256639
  "defaultValue": null,
256698
256640
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
256699
- "name": "__@unscopables@3171",
256641
+ "name": "__@unscopables@3166",
256700
256642
  "parent": {
256701
256643
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
256702
256644
  "name": "Array"
@@ -257529,10 +257471,10 @@
257529
257471
  "name": "() => ArrayIterator<any>"
257530
257472
  }
257531
257473
  },
257532
- "__@unscopables@3171": {
257474
+ "__@unscopables@3166": {
257533
257475
  "defaultValue": null,
257534
257476
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
257535
- "name": "__@unscopables@3171",
257477
+ "name": "__@unscopables@3166",
257536
257478
  "parent": {
257537
257479
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
257538
257480
  "name": "Array"
@@ -258365,10 +258307,10 @@
258365
258307
  "name": "() => ArrayIterator<any>"
258366
258308
  }
258367
258309
  },
258368
- "__@unscopables@3171": {
258310
+ "__@unscopables@3166": {
258369
258311
  "defaultValue": null,
258370
258312
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258371
- "name": "__@unscopables@3171",
258313
+ "name": "__@unscopables@3166",
258372
258314
  "parent": {
258373
258315
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258374
258316
  "name": "Array"
@@ -259101,7 +259043,7 @@
259101
259043
  ],
259102
259044
  "required": false,
259103
259045
  "type": {
259104
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
259046
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
259105
259047
  }
259106
259048
  },
259107
259049
  "aria-expanded": {
@@ -281743,7 +281685,7 @@
281743
281685
  ],
281744
281686
  "required": false,
281745
281687
  "type": {
281746
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
281688
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
281747
281689
  }
281748
281690
  },
281749
281691
  "aria-braillelabel": {
@@ -281933,7 +281875,7 @@
281933
281875
  ],
281934
281876
  "required": false,
281935
281877
  "type": {
281936
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
281878
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
281937
281879
  }
281938
281880
  },
281939
281881
  "aria-describedby": {
@@ -293706,7 +293648,7 @@
293706
293648
  ],
293707
293649
  "required": false,
293708
293650
  "type": {
293709
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
293651
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
293710
293652
  }
293711
293653
  },
293712
293654
  "aria-haspopup": {
@@ -294278,7 +294220,7 @@
294278
294220
  ],
294279
294221
  "required": false,
294280
294222
  "type": {
294281
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
294223
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
294282
294224
  }
294283
294225
  },
294284
294226
  "aria-description": {
@@ -301344,7 +301286,7 @@
301344
301286
  ],
301345
301287
  "required": false,
301346
301288
  "type": {
301347
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
301289
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
301348
301290
  }
301349
301291
  },
301350
301292
  "aria-braillelabel": {
@@ -301534,7 +301476,7 @@
301534
301476
  ],
301535
301477
  "required": false,
301536
301478
  "type": {
301537
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
301479
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
301538
301480
  }
301539
301481
  },
301540
301482
  "aria-describedby": {
@@ -312608,7 +312550,7 @@
312608
312550
  ],
312609
312551
  "required": false,
312610
312552
  "type": {
312611
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
312553
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
312612
312554
  }
312613
312555
  },
312614
312556
  "aria-haspopup": {
@@ -313881,7 +313823,7 @@
313881
313823
  ],
313882
313824
  "required": false,
313883
313825
  "type": {
313884
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
313826
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
313885
313827
  }
313886
313828
  },
313887
313829
  "aria-description": {
@@ -318850,7 +318792,7 @@
318850
318792
  ],
318851
318793
  "required": false,
318852
318794
  "type": {
318853
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
318795
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
318854
318796
  }
318855
318797
  },
318856
318798
  "aria-haspopup": {
@@ -320123,7 +320065,7 @@
320123
320065
  ],
320124
320066
  "required": false,
320125
320067
  "type": {
320126
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
320068
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
320127
320069
  }
320128
320070
  },
320129
320071
  "aria-description": {
@@ -324395,6 +324337,194 @@
324395
324337
  }
324396
324338
  }
324397
324339
  },
324340
+ {
324341
+ "tags": {
324342
+ "flr-generate": "all"
324343
+ },
324344
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
324345
+ "description": "",
324346
+ "displayName": "ListItemViewContent",
324347
+ "methods": [],
324348
+ "props": {
324349
+ "children": {
324350
+ "defaultValue": null,
324351
+ "description": "",
324352
+ "name": "children",
324353
+ "declarations": [
324354
+ {
324355
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
324356
+ "name": "TypeLiteral"
324357
+ }
324358
+ ],
324359
+ "required": false,
324360
+ "type": {
324361
+ "name": "ReactNode"
324362
+ }
324363
+ },
324364
+ "s": {
324365
+ "defaultValue": null,
324366
+ "description": "Column layout for container size s.",
324367
+ "name": "s",
324368
+ "parent": {
324369
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
324370
+ "name": "ColumnLayoutProps"
324371
+ },
324372
+ "declarations": [
324373
+ {
324374
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
324375
+ "name": "ColumnLayoutProps"
324376
+ }
324377
+ ],
324378
+ "required": false,
324379
+ "type": {
324380
+ "name": "(number | null)[]"
324381
+ }
324382
+ },
324383
+ "m": {
324384
+ "defaultValue": null,
324385
+ "description": "Column layout for container size m.",
324386
+ "name": "m",
324387
+ "parent": {
324388
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
324389
+ "name": "ColumnLayoutProps"
324390
+ },
324391
+ "declarations": [
324392
+ {
324393
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
324394
+ "name": "ColumnLayoutProps"
324395
+ }
324396
+ ],
324397
+ "required": false,
324398
+ "type": {
324399
+ "name": "(number | null)[]"
324400
+ }
324401
+ },
324402
+ "l": {
324403
+ "defaultValue": null,
324404
+ "description": "Column layout for container size l.",
324405
+ "name": "l",
324406
+ "parent": {
324407
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
324408
+ "name": "ColumnLayoutProps"
324409
+ },
324410
+ "declarations": [
324411
+ {
324412
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
324413
+ "name": "ColumnLayoutProps"
324414
+ }
324415
+ ],
324416
+ "required": false,
324417
+ "type": {
324418
+ "name": "(number | null)[]"
324419
+ }
324420
+ },
324421
+ "title": {
324422
+ "defaultValue": null,
324423
+ "description": "",
324424
+ "name": "title",
324425
+ "declarations": [
324426
+ {
324427
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
324428
+ "name": "TypeLiteral"
324429
+ }
324430
+ ],
324431
+ "required": false,
324432
+ "type": {
324433
+ "name": "ReactNode"
324434
+ }
324435
+ },
324436
+ "subTitle": {
324437
+ "defaultValue": null,
324438
+ "description": "",
324439
+ "name": "subTitle",
324440
+ "declarations": [
324441
+ {
324442
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
324443
+ "name": "TypeLiteral"
324444
+ }
324445
+ ],
324446
+ "required": false,
324447
+ "type": {
324448
+ "name": "ReactNode"
324449
+ }
324450
+ },
324451
+ "avatar": {
324452
+ "defaultValue": null,
324453
+ "description": "",
324454
+ "name": "avatar",
324455
+ "declarations": [
324456
+ {
324457
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
324458
+ "name": "TypeLiteral"
324459
+ }
324460
+ ],
324461
+ "required": false,
324462
+ "type": {
324463
+ "name": "ReactNode"
324464
+ }
324465
+ },
324466
+ "button": {
324467
+ "defaultValue": null,
324468
+ "description": "",
324469
+ "name": "button",
324470
+ "declarations": [
324471
+ {
324472
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
324473
+ "name": "TypeLiteral"
324474
+ }
324475
+ ],
324476
+ "required": false,
324477
+ "type": {
324478
+ "name": "ReactNode"
324479
+ }
324480
+ },
324481
+ "bottom": {
324482
+ "defaultValue": null,
324483
+ "description": "",
324484
+ "name": "bottom",
324485
+ "declarations": [
324486
+ {
324487
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
324488
+ "name": "TypeLiteral"
324489
+ }
324490
+ ],
324491
+ "required": false,
324492
+ "type": {
324493
+ "name": "ReactNode"
324494
+ }
324495
+ },
324496
+ "checkbox": {
324497
+ "defaultValue": null,
324498
+ "description": "",
324499
+ "name": "checkbox",
324500
+ "declarations": [
324501
+ {
324502
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
324503
+ "name": "TypeLiteral"
324504
+ }
324505
+ ],
324506
+ "required": false,
324507
+ "type": {
324508
+ "name": "ReactNode"
324509
+ }
324510
+ },
324511
+ "viewMode": {
324512
+ "defaultValue": null,
324513
+ "description": "",
324514
+ "name": "viewMode",
324515
+ "declarations": [
324516
+ {
324517
+ "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
324518
+ "name": "TypeLiteral"
324519
+ }
324520
+ ],
324521
+ "required": false,
324522
+ "type": {
324523
+ "name": "ListViewMode"
324524
+ }
324525
+ }
324526
+ }
324527
+ },
324398
324528
  {
324399
324529
  "tags": {
324400
324530
  "flr-generate": "all"
@@ -328216,194 +328346,6 @@
328216
328346
  "methods": [],
328217
328347
  "props": {}
328218
328348
  },
328219
- {
328220
- "tags": {
328221
- "flr-generate": "all"
328222
- },
328223
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328224
- "description": "",
328225
- "displayName": "ListItemViewContent",
328226
- "methods": [],
328227
- "props": {
328228
- "children": {
328229
- "defaultValue": null,
328230
- "description": "",
328231
- "name": "children",
328232
- "declarations": [
328233
- {
328234
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
328235
- "name": "TypeLiteral"
328236
- }
328237
- ],
328238
- "required": false,
328239
- "type": {
328240
- "name": "ReactNode"
328241
- }
328242
- },
328243
- "s": {
328244
- "defaultValue": null,
328245
- "description": "Column layout for container size s.",
328246
- "name": "s",
328247
- "parent": {
328248
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328249
- "name": "ColumnLayoutProps"
328250
- },
328251
- "declarations": [
328252
- {
328253
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328254
- "name": "ColumnLayoutProps"
328255
- }
328256
- ],
328257
- "required": false,
328258
- "type": {
328259
- "name": "(number | null)[]"
328260
- }
328261
- },
328262
- "m": {
328263
- "defaultValue": null,
328264
- "description": "Column layout for container size m.",
328265
- "name": "m",
328266
- "parent": {
328267
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328268
- "name": "ColumnLayoutProps"
328269
- },
328270
- "declarations": [
328271
- {
328272
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328273
- "name": "ColumnLayoutProps"
328274
- }
328275
- ],
328276
- "required": false,
328277
- "type": {
328278
- "name": "(number | null)[]"
328279
- }
328280
- },
328281
- "l": {
328282
- "defaultValue": null,
328283
- "description": "Column layout for container size l.",
328284
- "name": "l",
328285
- "parent": {
328286
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328287
- "name": "ColumnLayoutProps"
328288
- },
328289
- "declarations": [
328290
- {
328291
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
328292
- "name": "ColumnLayoutProps"
328293
- }
328294
- ],
328295
- "required": false,
328296
- "type": {
328297
- "name": "(number | null)[]"
328298
- }
328299
- },
328300
- "title": {
328301
- "defaultValue": null,
328302
- "description": "",
328303
- "name": "title",
328304
- "declarations": [
328305
- {
328306
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328307
- "name": "TypeLiteral"
328308
- }
328309
- ],
328310
- "required": false,
328311
- "type": {
328312
- "name": "ReactNode"
328313
- }
328314
- },
328315
- "subTitle": {
328316
- "defaultValue": null,
328317
- "description": "",
328318
- "name": "subTitle",
328319
- "declarations": [
328320
- {
328321
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328322
- "name": "TypeLiteral"
328323
- }
328324
- ],
328325
- "required": false,
328326
- "type": {
328327
- "name": "ReactNode"
328328
- }
328329
- },
328330
- "avatar": {
328331
- "defaultValue": null,
328332
- "description": "",
328333
- "name": "avatar",
328334
- "declarations": [
328335
- {
328336
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328337
- "name": "TypeLiteral"
328338
- }
328339
- ],
328340
- "required": false,
328341
- "type": {
328342
- "name": "ReactNode"
328343
- }
328344
- },
328345
- "button": {
328346
- "defaultValue": null,
328347
- "description": "",
328348
- "name": "button",
328349
- "declarations": [
328350
- {
328351
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328352
- "name": "TypeLiteral"
328353
- }
328354
- ],
328355
- "required": false,
328356
- "type": {
328357
- "name": "ReactNode"
328358
- }
328359
- },
328360
- "bottom": {
328361
- "defaultValue": null,
328362
- "description": "",
328363
- "name": "bottom",
328364
- "declarations": [
328365
- {
328366
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328367
- "name": "TypeLiteral"
328368
- }
328369
- ],
328370
- "required": false,
328371
- "type": {
328372
- "name": "ReactNode"
328373
- }
328374
- },
328375
- "checkbox": {
328376
- "defaultValue": null,
328377
- "description": "",
328378
- "name": "checkbox",
328379
- "declarations": [
328380
- {
328381
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328382
- "name": "TypeLiteral"
328383
- }
328384
- ],
328385
- "required": false,
328386
- "type": {
328387
- "name": "ReactNode"
328388
- }
328389
- },
328390
- "viewMode": {
328391
- "defaultValue": null,
328392
- "description": "",
328393
- "name": "viewMode",
328394
- "declarations": [
328395
- {
328396
- "fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
328397
- "name": "TypeLiteral"
328398
- }
328399
- ],
328400
- "required": false,
328401
- "type": {
328402
- "name": "ListViewMode"
328403
- }
328404
- }
328405
- }
328406
- },
328407
328349
  {
328408
328350
  "tags": {},
328409
328351
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
@@ -329326,7 +329268,7 @@
329326
329268
  ],
329327
329269
  "required": false,
329328
329270
  "type": {
329329
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
329271
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
329330
329272
  }
329331
329273
  },
329332
329274
  "aria-expanded": {
@@ -332732,7 +332674,7 @@
332732
332674
  ],
332733
332675
  "required": false,
332734
332676
  "type": {
332735
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
332677
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
332736
332678
  }
332737
332679
  },
332738
332680
  "aria-haspopup": {
@@ -333967,7 +333909,7 @@
333967
333909
  ],
333968
333910
  "required": false,
333969
333911
  "type": {
333970
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
333912
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
333971
333913
  }
333972
333914
  },
333973
333915
  "aria-description": {