@mittwald/flow-react-components 0.2.0-alpha.611 → 0.2.0-alpha.612

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.
@@ -3891,29 +3891,50 @@
3891
3891
  }
3892
3892
  },
3893
3893
  {
3894
- "tags": {
3895
- "flr-generate": "all"
3896
- },
3897
- "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",
3898
3896
  "description": "",
3899
- "displayName": "TextField",
3897
+ "displayName": "TextFieldBase",
3900
3898
  "methods": [],
3901
3899
  "props": {
3902
- "children": {
3900
+ "input": {
3903
3901
  "defaultValue": null,
3904
- "description": "",
3905
- "name": "children",
3902
+ "description": "The input element",
3903
+ "name": "input",
3904
+ "parent": {
3905
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3906
+ "name": "TextFieldBaseProps"
3907
+ },
3906
3908
  "declarations": [
3907
3909
  {
3908
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
3909
- "name": "TypeLiteral"
3910
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3911
+ "name": "TextFieldBaseProps"
3910
3912
  }
3911
3913
  ],
3912
- "required": false,
3914
+ "required": true,
3913
3915
  "type": {
3914
3916
  "name": "ReactNode"
3915
3917
  }
3916
3918
  },
3919
+ "showCharacterCount": {
3920
+ "defaultValue": null,
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
+ },
3927
+ "declarations": [
3928
+ {
3929
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3930
+ "name": "TextFieldBaseProps"
3931
+ }
3932
+ ],
3933
+ "required": false,
3934
+ "type": {
3935
+ "name": "boolean"
3936
+ }
3937
+ },
3917
3938
  "aria-label": {
3918
3939
  "defaultValue": null,
3919
3940
  "description": "Defines a string value that labels the current element.",
@@ -3990,6 +4011,25 @@
3990
4011
  "name": "string"
3991
4012
  }
3992
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.1_react@19.2.1__react@19.2.1/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.1_react@19.2.1__react@19.2.1/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
+ },
3993
4033
  "style": {
3994
4034
  "defaultValue": null,
3995
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.",
@@ -5320,25 +5360,6 @@
5320
5360
  "name": "TransitionEventHandler<HTMLDivElement>"
5321
5361
  }
5322
5362
  },
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.7/node_modules/@types/react/index.d.ts",
5329
- "name": "RefAttributes"
5330
- },
5331
- "declarations": [
5332
- {
5333
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
5334
- "name": "RefAttributes"
5335
- }
5336
- ],
5337
- "required": false,
5338
- "type": {
5339
- "name": "Ref<HTMLSpanElement>"
5340
- }
5341
- },
5342
5363
  "validationBehavior": {
5343
5364
  "defaultValue": {
5344
5365
  "value": "'native'"
@@ -5737,7 +5758,7 @@
5737
5758
  ],
5738
5759
  "required": false,
5739
5760
  "type": {
5740
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
5761
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
5741
5762
  }
5742
5763
  },
5743
5764
  "aria-haspopup": {
@@ -6160,165 +6181,102 @@
6160
6181
  "name": "string"
6161
6182
  }
6162
6183
  },
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": {
6184
+ "children": {
6183
6185
  "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.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
6188
- "name": "InputProps"
6189
- },
6186
+ "description": "",
6187
+ "name": "children",
6190
6188
  "declarations": [
6191
6189
  {
6192
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
6193
- "name": "InputProps"
6190
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6191
+ "name": "TypeLiteral"
6194
6192
  }
6195
6193
  ],
6196
6194
  "required": false,
6197
6195
  "type": {
6198
- "name": "string"
6196
+ "name": "ReactNode"
6199
6197
  }
6200
6198
  },
6201
- "className": {
6199
+ "ref": {
6202
6200
  "defaultValue": null,
6203
- "description": "The elements class name.",
6204
- "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",
6205
6203
  "parent": {
6206
- "fileName": "components/src/lib/types/props.ts",
6207
- "name": "PropsWithClassName"
6204
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6205
+ "name": "RefAttributes"
6208
6206
  },
6209
6207
  "declarations": [
6210
6208
  {
6211
- "fileName": "components/src/lib/types/props.ts",
6212
- "name": "PropsWithClassName"
6209
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6210
+ "name": "RefAttributes"
6213
6211
  }
6214
6212
  ],
6215
6213
  "required": false,
6216
6214
  "type": {
6217
- "name": "string"
6215
+ "name": "Ref<HTMLSpanElement>"
6218
6216
  }
6219
6217
  },
6220
- "wrapWith": {
6218
+ "FieldErrorView": {
6221
6219
  "defaultValue": null,
6222
6220
  "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",
6221
+ "name": "FieldErrorView",
6243
6222
  "parent": {
6244
- "fileName": "components/src/lib/types/props.ts",
6245
- "name": "PropsWithTunnel"
6223
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6224
+ "name": "UseFieldComponent"
6246
6225
  },
6247
6226
  "declarations": [
6248
6227
  {
6249
- "fileName": "components/src/lib/types/props.ts",
6250
- "name": "PropsWithTunnel"
6228
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6229
+ "name": "UseFieldComponent"
6251
6230
  }
6252
6231
  ],
6253
- "required": false,
6232
+ "required": true,
6254
6233
  "type": {
6255
- "name": "string | null"
6234
+ "name": "FC"
6256
6235
  }
6257
6236
  },
6258
- "key": {
6237
+ "FieldErrorCaptureContext": {
6259
6238
  "defaultValue": null,
6260
6239
  "description": "",
6261
- "name": "key",
6240
+ "name": "FieldErrorCaptureContext",
6262
6241
  "parent": {
6263
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6264
- "name": "Attributes"
6242
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6243
+ "name": "UseFieldComponent"
6265
6244
  },
6266
6245
  "declarations": [
6267
6246
  {
6268
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6269
- "name": "Attributes"
6247
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6248
+ "name": "UseFieldComponent"
6270
6249
  }
6271
6250
  ],
6272
- "required": false,
6251
+ "required": true,
6273
6252
  "type": {
6274
- "name": "Key | null"
6253
+ "name": "FC<{ children?: ReactNode; }>"
6275
6254
  }
6276
6255
  }
6277
6256
  }
6278
6257
  },
6279
6258
  {
6280
- "tags": {},
6281
- "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",
6282
6263
  "description": "",
6283
- "displayName": "TextFieldBase",
6264
+ "displayName": "TextField",
6284
6265
  "methods": [],
6285
6266
  "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": {
6267
+ "children": {
6306
6268
  "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
- },
6269
+ "description": "",
6270
+ "name": "children",
6313
6271
  "declarations": [
6314
6272
  {
6315
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6316
- "name": "TextFieldBaseProps"
6273
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6274
+ "name": "TypeLiteral"
6317
6275
  }
6318
6276
  ],
6319
6277
  "required": false,
6320
6278
  "type": {
6321
- "name": "boolean"
6279
+ "name": "ReactNode"
6322
6280
  }
6323
6281
  },
6324
6282
  "aria-label": {
@@ -6397,25 +6355,6 @@
6397
6355
  "name": "string"
6398
6356
  }
6399
6357
  },
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.1_react@19.2.1__react@19.2.1/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.1_react@19.2.1__react@19.2.1/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
6358
  "style": {
6420
6359
  "defaultValue": null,
6421
6360
  "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 +7685,25 @@
7746
7685
  "name": "TransitionEventHandler<HTMLDivElement>"
7747
7686
  }
7748
7687
  },
7688
+ "ref": {
7689
+ "defaultValue": null,
7690
+ "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}",
7691
+ "name": "ref",
7692
+ "parent": {
7693
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
7694
+ "name": "RefAttributes"
7695
+ },
7696
+ "declarations": [
7697
+ {
7698
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
7699
+ "name": "RefAttributes"
7700
+ }
7701
+ ],
7702
+ "required": false,
7703
+ "type": {
7704
+ "name": "Ref<HTMLSpanElement>"
7705
+ }
7706
+ },
7749
7707
  "validationBehavior": {
7750
7708
  "defaultValue": {
7751
7709
  "value": "'native'"
@@ -8144,7 +8102,7 @@
8144
8102
  ],
8145
8103
  "required": false,
8146
8104
  "type": {
8147
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
8105
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
8148
8106
  }
8149
8107
  },
8150
8108
  "aria-haspopup": {
@@ -8567,76 +8525,118 @@
8567
8525
  "name": "string"
8568
8526
  }
8569
8527
  },
8570
- "children": {
8528
+ "showCharacterCount": {
8571
8529
  "defaultValue": null,
8572
- "description": "",
8573
- "name": "children",
8530
+ "description": "Whether a character count should be displayed inside the field description.",
8531
+ "name": "showCharacterCount",
8532
+ "parent": {
8533
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
8534
+ "name": "TextFieldBaseProps"
8535
+ },
8574
8536
  "declarations": [
8575
8537
  {
8576
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
8577
- "name": "TypeLiteral"
8538
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
8539
+ "name": "TextFieldBaseProps"
8578
8540
  }
8579
8541
  ],
8580
8542
  "required": false,
8581
8543
  "type": {
8582
- "name": "ReactNode"
8544
+ "name": "boolean"
8583
8545
  }
8584
8546
  },
8585
- "ref": {
8547
+ "placeholder": {
8586
8548
  "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",
8549
+ "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).",
8550
+ "name": "placeholder",
8589
8551
  "parent": {
8590
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
8591
- "name": "RefAttributes"
8552
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
8553
+ "name": "InputProps"
8592
8554
  },
8593
8555
  "declarations": [
8594
8556
  {
8595
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
8596
- "name": "RefAttributes"
8557
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
8558
+ "name": "InputProps"
8597
8559
  }
8598
8560
  ],
8599
8561
  "required": false,
8600
8562
  "type": {
8601
- "name": "Ref<HTMLSpanElement>"
8563
+ "name": "string"
8602
8564
  }
8603
8565
  },
8604
- "FieldErrorView": {
8566
+ "className": {
8567
+ "defaultValue": null,
8568
+ "description": "The elements class name.",
8569
+ "name": "className",
8570
+ "parent": {
8571
+ "fileName": "components/src/lib/types/props.ts",
8572
+ "name": "PropsWithClassName"
8573
+ },
8574
+ "declarations": [
8575
+ {
8576
+ "fileName": "components/src/lib/types/props.ts",
8577
+ "name": "PropsWithClassName"
8578
+ }
8579
+ ],
8580
+ "required": false,
8581
+ "type": {
8582
+ "name": "string"
8583
+ }
8584
+ },
8585
+ "wrapWith": {
8605
8586
  "defaultValue": null,
8606
8587
  "description": "",
8607
- "name": "FieldErrorView",
8588
+ "name": "wrapWith",
8608
8589
  "parent": {
8609
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8610
- "name": "UseFieldComponent"
8590
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
8591
+ "name": "FlowComponentProps"
8611
8592
  },
8612
8593
  "declarations": [
8613
8594
  {
8614
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8615
- "name": "UseFieldComponent"
8595
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
8596
+ "name": "FlowComponentProps"
8616
8597
  }
8617
8598
  ],
8618
- "required": true,
8599
+ "required": false,
8619
8600
  "type": {
8620
- "name": "FC"
8601
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
8621
8602
  }
8622
8603
  },
8623
- "FieldErrorCaptureContext": {
8604
+ "tunnelId": {
8605
+ "defaultValue": null,
8606
+ "description": "@internal",
8607
+ "name": "tunnelId",
8608
+ "parent": {
8609
+ "fileName": "components/src/lib/types/props.ts",
8610
+ "name": "PropsWithTunnel"
8611
+ },
8612
+ "declarations": [
8613
+ {
8614
+ "fileName": "components/src/lib/types/props.ts",
8615
+ "name": "PropsWithTunnel"
8616
+ }
8617
+ ],
8618
+ "required": false,
8619
+ "type": {
8620
+ "name": "string | null"
8621
+ }
8622
+ },
8623
+ "key": {
8624
8624
  "defaultValue": null,
8625
8625
  "description": "",
8626
- "name": "FieldErrorCaptureContext",
8626
+ "name": "key",
8627
8627
  "parent": {
8628
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8629
- "name": "UseFieldComponent"
8628
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
8629
+ "name": "Attributes"
8630
8630
  },
8631
8631
  "declarations": [
8632
8632
  {
8633
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8634
- "name": "UseFieldComponent"
8633
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
8634
+ "name": "Attributes"
8635
8635
  }
8636
8636
  ],
8637
- "required": true,
8637
+ "required": false,
8638
8638
  "type": {
8639
- "name": "FC<{ children?: ReactNode; }>"
8639
+ "name": "Key | null"
8640
8640
  }
8641
8641
  }
8642
8642
  }
@@ -10564,7 +10564,7 @@
10564
10564
  ],
10565
10565
  "required": false,
10566
10566
  "type": {
10567
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
10567
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
10568
10568
  }
10569
10569
  },
10570
10570
  "aria-haspopup": {
@@ -12910,7 +12910,7 @@
12910
12910
  ],
12911
12911
  "required": false,
12912
12912
  "type": {
12913
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
12913
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
12914
12914
  }
12915
12915
  },
12916
12916
  "aria-haspopup": {
@@ -14145,7 +14145,7 @@
14145
14145
  ],
14146
14146
  "required": false,
14147
14147
  "type": {
14148
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
14148
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
14149
14149
  }
14150
14150
  },
14151
14151
  "aria-description": {
@@ -25043,7 +25043,7 @@
25043
25043
  ],
25044
25044
  "required": false,
25045
25045
  "type": {
25046
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
25046
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
25047
25047
  }
25048
25048
  },
25049
25049
  "aria-braillelabel": {
@@ -25233,7 +25233,7 @@
25233
25233
  ],
25234
25234
  "required": false,
25235
25235
  "type": {
25236
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
25236
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
25237
25237
  }
25238
25238
  },
25239
25239
  "aria-describedby": {
@@ -30412,7 +30412,7 @@
30412
30412
  ],
30413
30413
  "required": false,
30414
30414
  "type": {
30415
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
30415
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
30416
30416
  }
30417
30417
  },
30418
30418
  "aria-braillelabel": {
@@ -30602,7 +30602,7 @@
30602
30602
  ],
30603
30603
  "required": false,
30604
30604
  "type": {
30605
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
30605
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
30606
30606
  }
30607
30607
  },
30608
30608
  "aria-describedby": {
@@ -41367,7 +41367,7 @@
41367
41367
  ],
41368
41368
  "required": false,
41369
41369
  "type": {
41370
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
41370
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
41371
41371
  }
41372
41372
  },
41373
41373
  "aria-braillelabel": {
@@ -41557,7 +41557,7 @@
41557
41557
  ],
41558
41558
  "required": false,
41559
41559
  "type": {
41560
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
41560
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
41561
41561
  }
41562
41562
  },
41563
41563
  "aria-describedby": {
@@ -47422,7 +47422,7 @@
47422
47422
  ],
47423
47423
  "required": false,
47424
47424
  "type": {
47425
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
47425
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
47426
47426
  }
47427
47427
  },
47428
47428
  "aria-haspopup": {
@@ -55709,7 +55709,7 @@
55709
55709
  ],
55710
55710
  "required": false,
55711
55711
  "type": {
55712
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
55712
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
55713
55713
  }
55714
55714
  },
55715
55715
  "aria-haspopup": {
@@ -63844,7 +63844,7 @@
63844
63844
  ],
63845
63845
  "required": false,
63846
63846
  "type": {
63847
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
63847
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
63848
63848
  }
63849
63849
  },
63850
63850
  "aria-braillelabel": {
@@ -64034,7 +64034,7 @@
64034
64034
  ],
64035
64035
  "required": false,
64036
64036
  "type": {
64037
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
64037
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
64038
64038
  }
64039
64039
  },
64040
64040
  "aria-describedby": {
@@ -69298,7 +69298,7 @@
69298
69298
  ],
69299
69299
  "required": false,
69300
69300
  "type": {
69301
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
69301
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
69302
69302
  }
69303
69303
  },
69304
69304
  "aria-braillelabel": {
@@ -69488,7 +69488,7 @@
69488
69488
  ],
69489
69489
  "required": false,
69490
69490
  "type": {
69491
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
69491
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
69492
69492
  }
69493
69493
  },
69494
69494
  "aria-describedby": {
@@ -74625,7 +74625,7 @@
74625
74625
  ],
74626
74626
  "required": false,
74627
74627
  "type": {
74628
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
74628
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
74629
74629
  }
74630
74630
  },
74631
74631
  "aria-braillelabel": {
@@ -74815,7 +74815,7 @@
74815
74815
  ],
74816
74816
  "required": false,
74817
74817
  "type": {
74818
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
74818
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
74819
74819
  }
74820
74820
  },
74821
74821
  "aria-describedby": {
@@ -83178,7 +83178,7 @@
83178
83178
  ],
83179
83179
  "required": false,
83180
83180
  "type": {
83181
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
83181
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
83182
83182
  }
83183
83183
  },
83184
83184
  "aria-haspopup": {
@@ -85659,7 +85659,7 @@
85659
85659
  ],
85660
85660
  "required": false,
85661
85661
  "type": {
85662
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
85662
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
85663
85663
  }
85664
85664
  },
85665
85665
  "aria-haspopup": {
@@ -86229,7 +86229,7 @@
86229
86229
  ],
86230
86230
  "required": false,
86231
86231
  "type": {
86232
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
86232
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
86233
86233
  }
86234
86234
  },
86235
86235
  "aria-description": {
@@ -97185,7 +97185,7 @@
97185
97185
  ],
97186
97186
  "required": false,
97187
97187
  "type": {
97188
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
97188
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
97189
97189
  }
97190
97190
  },
97191
97191
  "aria-braillelabel": {
@@ -97375,7 +97375,7 @@
97375
97375
  ],
97376
97376
  "required": false,
97377
97377
  "type": {
97378
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
97378
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
97379
97379
  }
97380
97380
  },
97381
97381
  "aria-describedby": {
@@ -103203,7 +103203,7 @@
103203
103203
  ],
103204
103204
  "required": false,
103205
103205
  "type": {
103206
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
103206
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
103207
103207
  }
103208
103208
  },
103209
103209
  "aria-haspopup": {
@@ -104457,7 +104457,7 @@
104457
104457
  ],
104458
104458
  "required": false,
104459
104459
  "type": {
104460
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
104460
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
104461
104461
  }
104462
104462
  },
104463
104463
  "aria-description": {
@@ -108112,7 +108112,7 @@
108112
108112
  ],
108113
108113
  "required": false,
108114
108114
  "type": {
108115
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
108115
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
108116
108116
  }
108117
108117
  },
108118
108118
  "aria-braillelabel": {
@@ -108302,7 +108302,7 @@
108302
108302
  ],
108303
108303
  "required": false,
108304
108304
  "type": {
108305
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
108305
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
108306
108306
  }
108307
108307
  },
108308
108308
  "aria-describedby": {
@@ -114172,7 +114172,7 @@
114172
114172
  ],
114173
114173
  "required": false,
114174
114174
  "type": {
114175
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
114175
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
114176
114176
  }
114177
114177
  },
114178
114178
  "aria-haspopup": {
@@ -115502,7 +115502,7 @@
115502
115502
  ],
115503
115503
  "required": false,
115504
115504
  "type": {
115505
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
115505
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
115506
115506
  }
115507
115507
  },
115508
115508
  "aria-description": {
@@ -119243,7 +119243,7 @@
119243
119243
  ],
119244
119244
  "required": false,
119245
119245
  "type": {
119246
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
119246
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
119247
119247
  }
119248
119248
  },
119249
119249
  "aria-braillelabel": {
@@ -119433,7 +119433,7 @@
119433
119433
  ],
119434
119434
  "required": false,
119435
119435
  "type": {
119436
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
119436
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
119437
119437
  }
119438
119438
  },
119439
119439
  "aria-describedby": {
@@ -125032,7 +125032,7 @@
125032
125032
  ],
125033
125033
  "required": false,
125034
125034
  "type": {
125035
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
125035
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
125036
125036
  }
125037
125037
  },
125038
125038
  "aria-haspopup": {
@@ -125621,7 +125621,7 @@
125621
125621
  ],
125622
125622
  "required": false,
125623
125623
  "type": {
125624
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
125624
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
125625
125625
  }
125626
125626
  },
125627
125627
  "aria-description": {
@@ -133878,7 +133878,7 @@
133878
133878
  ],
133879
133879
  "required": false,
133880
133880
  "type": {
133881
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
133881
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
133882
133882
  }
133883
133883
  },
133884
133884
  "aria-braillelabel": {
@@ -134068,7 +134068,7 @@
134068
134068
  ],
134069
134069
  "required": false,
134070
134070
  "type": {
134071
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
134071
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
134072
134072
  }
134073
134073
  },
134074
134074
  "aria-describedby": {
@@ -139287,7 +139287,7 @@
139287
139287
  ],
139288
139288
  "required": false,
139289
139289
  "type": {
139290
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
139290
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
139291
139291
  }
139292
139292
  },
139293
139293
  "aria-braillelabel": {
@@ -139477,7 +139477,7 @@
139477
139477
  ],
139478
139478
  "required": false,
139479
139479
  "type": {
139480
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
139480
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
139481
139481
  }
139482
139482
  },
139483
139483
  "aria-describedby": {
@@ -144614,7 +144614,7 @@
144614
144614
  ],
144615
144615
  "required": false,
144616
144616
  "type": {
144617
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
144617
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
144618
144618
  }
144619
144619
  },
144620
144620
  "aria-braillelabel": {
@@ -144804,7 +144804,7 @@
144804
144804
  ],
144805
144805
  "required": false,
144806
144806
  "type": {
144807
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
144807
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
144808
144808
  }
144809
144809
  },
144810
144810
  "aria-describedby": {
@@ -150249,7 +150249,7 @@
150249
150249
  ],
150250
150250
  "required": false,
150251
150251
  "type": {
150252
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
150252
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
150253
150253
  }
150254
150254
  },
150255
150255
  "aria-braillelabel": {
@@ -150439,7 +150439,7 @@
150439
150439
  ],
150440
150440
  "required": false,
150441
150441
  "type": {
150442
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
150442
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
150443
150443
  }
150444
150444
  },
150445
150445
  "aria-describedby": {
@@ -156679,7 +156679,7 @@
156679
156679
  ],
156680
156680
  "required": false,
156681
156681
  "type": {
156682
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
156682
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
156683
156683
  }
156684
156684
  },
156685
156685
  "aria-haspopup": {
@@ -157933,7 +157933,7 @@
157933
157933
  ],
157934
157934
  "required": false,
157935
157935
  "type": {
157936
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
157936
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
157937
157937
  }
157938
157938
  },
157939
157939
  "aria-description": {
@@ -161727,7 +161727,7 @@
161727
161727
  ],
161728
161728
  "required": false,
161729
161729
  "type": {
161730
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
161730
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
161731
161731
  }
161732
161732
  },
161733
161733
  "aria-braillelabel": {
@@ -161917,7 +161917,7 @@
161917
161917
  ],
161918
161918
  "required": false,
161919
161919
  "type": {
161920
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
161920
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
161921
161921
  }
161922
161922
  },
161923
161923
  "aria-describedby": {
@@ -169242,7 +169242,7 @@
169242
169242
  ],
169243
169243
  "required": false,
169244
169244
  "type": {
169245
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
169245
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
169246
169246
  }
169247
169247
  },
169248
169248
  "aria-haspopup": {
@@ -170477,7 +170477,7 @@
170477
170477
  ],
170478
170478
  "required": false,
170479
170479
  "type": {
170480
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
170480
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
170481
170481
  }
170482
170482
  },
170483
170483
  "aria-description": {
@@ -174092,7 +174092,7 @@
174092
174092
  ],
174093
174093
  "required": false,
174094
174094
  "type": {
174095
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
174095
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
174096
174096
  }
174097
174097
  },
174098
174098
  "aria-braillelabel": {
@@ -174282,7 +174282,7 @@
174282
174282
  ],
174283
174283
  "required": false,
174284
174284
  "type": {
174285
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
174285
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
174286
174286
  }
174287
174287
  },
174288
174288
  "aria-describedby": {
@@ -188980,7 +188980,7 @@
188980
188980
  ],
188981
188981
  "required": false,
188982
188982
  "type": {
188983
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
188983
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
188984
188984
  }
188985
188985
  },
188986
188986
  "aria-braillelabel": {
@@ -189170,7 +189170,7 @@
189170
189170
  ],
189171
189171
  "required": false,
189172
189172
  "type": {
189173
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
189173
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
189174
189174
  }
189175
189175
  },
189176
189176
  "aria-describedby": {
@@ -195263,7 +195263,7 @@
195263
195263
  ],
195264
195264
  "required": false,
195265
195265
  "type": {
195266
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
195266
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
195267
195267
  }
195268
195268
  },
195269
195269
  "aria-disabled": {
@@ -200935,7 +200935,7 @@
200935
200935
  ],
200936
200936
  "required": false,
200937
200937
  "type": {
200938
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
200938
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
200939
200939
  }
200940
200940
  },
200941
200941
  "aria-braillelabel": {
@@ -201125,7 +201125,7 @@
201125
201125
  ],
201126
201126
  "required": false,
201127
201127
  "type": {
201128
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
201128
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
201129
201129
  }
201130
201130
  },
201131
201131
  "aria-describedby": {
@@ -208675,7 +208675,7 @@
208675
208675
  ],
208676
208676
  "required": false,
208677
208677
  "type": {
208678
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
208678
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
208679
208679
  }
208680
208680
  },
208681
208681
  "aria-braillelabel": {
@@ -208865,7 +208865,7 @@
208865
208865
  ],
208866
208866
  "required": false,
208867
208867
  "type": {
208868
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
208868
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
208869
208869
  }
208870
208870
  },
208871
208871
  "aria-describedby": {
@@ -220575,7 +220575,7 @@
220575
220575
  ],
220576
220576
  "required": false,
220577
220577
  "type": {
220578
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
220578
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
220579
220579
  }
220580
220580
  },
220581
220581
  "aria-expanded": {
@@ -226293,7 +226293,7 @@
226293
226293
  ],
226294
226294
  "required": false,
226295
226295
  "type": {
226296
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
226296
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
226297
226297
  }
226298
226298
  },
226299
226299
  "aria-haspopup": {
@@ -226882,7 +226882,7 @@
226882
226882
  ],
226883
226883
  "required": false,
226884
226884
  "type": {
226885
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
226885
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
226886
226886
  }
226887
226887
  },
226888
226888
  "aria-description": {
@@ -235237,7 +235237,7 @@
235237
235237
  ],
235238
235238
  "required": false,
235239
235239
  "type": {
235240
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
235240
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
235241
235241
  }
235242
235242
  },
235243
235243
  "aria-braillelabel": {
@@ -235427,7 +235427,7 @@
235427
235427
  ],
235428
235428
  "required": false,
235429
235429
  "type": {
235430
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
235430
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
235431
235431
  }
235432
235432
  },
235433
235433
  "aria-describedby": {
@@ -241155,7 +241155,7 @@
241155
241155
  ],
241156
241156
  "required": false,
241157
241157
  "type": {
241158
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
241158
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
241159
241159
  }
241160
241160
  },
241161
241161
  "aria-braillelabel": {
@@ -241345,7 +241345,7 @@
241345
241345
  ],
241346
241346
  "required": false,
241347
241347
  "type": {
241348
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
241348
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
241349
241349
  }
241350
241350
  },
241351
241351
  "aria-describedby": {
@@ -246463,7 +246463,7 @@
246463
246463
  ],
246464
246464
  "required": false,
246465
246465
  "type": {
246466
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
246466
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
246467
246467
  }
246468
246468
  },
246469
246469
  "aria-braillelabel": {
@@ -246653,7 +246653,7 @@
246653
246653
  ],
246654
246654
  "required": false,
246655
246655
  "type": {
246656
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
246656
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
246657
246657
  }
246658
246658
  },
246659
246659
  "aria-describedby": {
@@ -252348,7 +252348,7 @@
252348
252348
  ],
252349
252349
  "required": false,
252350
252350
  "type": {
252351
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
252351
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
252352
252352
  }
252353
252353
  },
252354
252354
  "aria-braillelabel": {
@@ -252538,7 +252538,7 @@
252538
252538
  ],
252539
252539
  "required": false,
252540
252540
  "type": {
252541
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
252541
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
252542
252542
  }
252543
252543
  },
252544
252544
  "aria-describedby": {
@@ -260421,7 +260421,7 @@
260421
260421
  ],
260422
260422
  "required": false,
260423
260423
  "type": {
260424
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
260424
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
260425
260425
  }
260426
260426
  },
260427
260427
  "aria-expanded": {
@@ -264049,7 +264049,7 @@
264049
264049
  ],
264050
264050
  "required": false,
264051
264051
  "type": {
264052
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
264052
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
264053
264053
  }
264054
264054
  },
264055
264055
  "aria-disabled": {
@@ -266321,7 +266321,7 @@
266321
266321
  ],
266322
266322
  "required": false,
266323
266323
  "type": {
266324
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
266324
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
266325
266325
  }
266326
266326
  },
266327
266327
  "aria-disabled": {
@@ -268418,7 +268418,7 @@
268418
268418
  ],
268419
268419
  "required": false,
268420
268420
  "type": {
268421
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
268421
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
268422
268422
  }
268423
268423
  },
268424
268424
  "aria-haspopup": {
@@ -269691,7 +269691,7 @@
269691
269691
  ],
269692
269692
  "required": false,
269693
269693
  "type": {
269694
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
269694
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
269695
269695
  }
269696
269696
  },
269697
269697
  "aria-description": {
@@ -274660,7 +274660,7 @@
274660
274660
  ],
274661
274661
  "required": false,
274662
274662
  "type": {
274663
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
274663
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
274664
274664
  }
274665
274665
  },
274666
274666
  "aria-haspopup": {
@@ -275933,7 +275933,7 @@
275933
275933
  ],
275934
275934
  "required": false,
275935
275935
  "type": {
275936
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
275936
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
275937
275937
  }
275938
275938
  },
275939
275939
  "aria-description": {
@@ -297288,6 +297288,172 @@
297288
297288
  }
297289
297289
  }
297290
297290
  },
297291
+ {
297292
+ "tags": {},
297293
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
297294
+ "description": "",
297295
+ "displayName": "PopoverTrigger",
297296
+ "methods": [],
297297
+ "props": {
297298
+ "isDefaultOpen": {
297299
+ "defaultValue": null,
297300
+ "description": "Whether the overlay should be open initially.",
297301
+ "name": "isDefaultOpen",
297302
+ "parent": {
297303
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297304
+ "name": "OverlayTriggerProps"
297305
+ },
297306
+ "declarations": [
297307
+ {
297308
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297309
+ "name": "OverlayTriggerProps"
297310
+ }
297311
+ ],
297312
+ "required": false,
297313
+ "type": {
297314
+ "name": "boolean"
297315
+ }
297316
+ },
297317
+ "controller": {
297318
+ "defaultValue": null,
297319
+ "description": "A controller to control the state of the overlay.",
297320
+ "name": "controller",
297321
+ "parent": {
297322
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297323
+ "name": "OverlayTriggerProps"
297324
+ },
297325
+ "declarations": [
297326
+ {
297327
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297328
+ "name": "OverlayTriggerProps"
297329
+ }
297330
+ ],
297331
+ "required": false,
297332
+ "type": {
297333
+ "name": "OverlayController"
297334
+ }
297335
+ },
297336
+ "wrapWith": {
297337
+ "defaultValue": null,
297338
+ "description": "",
297339
+ "name": "wrapWith",
297340
+ "parent": {
297341
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
297342
+ "name": "FlowComponentProps"
297343
+ },
297344
+ "declarations": [
297345
+ {
297346
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
297347
+ "name": "FlowComponentProps"
297348
+ }
297349
+ ],
297350
+ "required": false,
297351
+ "type": {
297352
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
297353
+ }
297354
+ },
297355
+ "tunnelId": {
297356
+ "defaultValue": null,
297357
+ "description": "@internal",
297358
+ "name": "tunnelId",
297359
+ "parent": {
297360
+ "fileName": "components/src/lib/types/props.ts",
297361
+ "name": "PropsWithTunnel"
297362
+ },
297363
+ "declarations": [
297364
+ {
297365
+ "fileName": "components/src/lib/types/props.ts",
297366
+ "name": "PropsWithTunnel"
297367
+ }
297368
+ ],
297369
+ "required": false,
297370
+ "type": {
297371
+ "name": "string | null"
297372
+ }
297373
+ },
297374
+ "ref": {
297375
+ "defaultValue": null,
297376
+ "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}",
297377
+ "name": "ref",
297378
+ "parent": {
297379
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297380
+ "name": "RefAttributes"
297381
+ },
297382
+ "declarations": [
297383
+ {
297384
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297385
+ "name": "RefAttributes"
297386
+ }
297387
+ ],
297388
+ "required": false,
297389
+ "type": {
297390
+ "name": "Ref<HTMLSpanElement>"
297391
+ }
297392
+ },
297393
+ "key": {
297394
+ "defaultValue": null,
297395
+ "description": "",
297396
+ "name": "key",
297397
+ "parent": {
297398
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297399
+ "name": "Attributes"
297400
+ },
297401
+ "declarations": [
297402
+ {
297403
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297404
+ "name": "Attributes"
297405
+ }
297406
+ ],
297407
+ "required": false,
297408
+ "type": {
297409
+ "name": "Key | null"
297410
+ }
297411
+ },
297412
+ "children": {
297413
+ "defaultValue": null,
297414
+ "description": "",
297415
+ "name": "children",
297416
+ "declarations": [
297417
+ {
297418
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297419
+ "name": "TypeLiteral"
297420
+ }
297421
+ ],
297422
+ "required": false,
297423
+ "type": {
297424
+ "name": "ReactNode"
297425
+ }
297426
+ }
297427
+ }
297428
+ },
297429
+ {
297430
+ "tags": {},
297431
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
297432
+ "description": "",
297433
+ "displayName": "PopoverTip",
297434
+ "methods": [],
297435
+ "props": {
297436
+ "className": {
297437
+ "defaultValue": null,
297438
+ "description": "The elements class name.",
297439
+ "name": "className",
297440
+ "parent": {
297441
+ "fileName": "components/src/lib/types/props.ts",
297442
+ "name": "PropsWithClassName"
297443
+ },
297444
+ "declarations": [
297445
+ {
297446
+ "fileName": "components/src/lib/types/props.ts",
297447
+ "name": "PropsWithClassName"
297448
+ }
297449
+ ],
297450
+ "required": false,
297451
+ "type": {
297452
+ "name": "string"
297453
+ }
297454
+ }
297455
+ }
297456
+ },
297291
297457
  {
297292
297458
  "tags": {
297293
297459
  "flr-generate": "all"
@@ -297466,172 +297632,6 @@
297466
297632
  }
297467
297633
  }
297468
297634
  },
297469
- {
297470
- "tags": {},
297471
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
297472
- "description": "",
297473
- "displayName": "PopoverTip",
297474
- "methods": [],
297475
- "props": {
297476
- "className": {
297477
- "defaultValue": null,
297478
- "description": "The elements class name.",
297479
- "name": "className",
297480
- "parent": {
297481
- "fileName": "components/src/lib/types/props.ts",
297482
- "name": "PropsWithClassName"
297483
- },
297484
- "declarations": [
297485
- {
297486
- "fileName": "components/src/lib/types/props.ts",
297487
- "name": "PropsWithClassName"
297488
- }
297489
- ],
297490
- "required": false,
297491
- "type": {
297492
- "name": "string"
297493
- }
297494
- }
297495
- }
297496
- },
297497
- {
297498
- "tags": {},
297499
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
297500
- "description": "",
297501
- "displayName": "PopoverTrigger",
297502
- "methods": [],
297503
- "props": {
297504
- "isDefaultOpen": {
297505
- "defaultValue": null,
297506
- "description": "Whether the overlay should be open initially.",
297507
- "name": "isDefaultOpen",
297508
- "parent": {
297509
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297510
- "name": "OverlayTriggerProps"
297511
- },
297512
- "declarations": [
297513
- {
297514
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297515
- "name": "OverlayTriggerProps"
297516
- }
297517
- ],
297518
- "required": false,
297519
- "type": {
297520
- "name": "boolean"
297521
- }
297522
- },
297523
- "controller": {
297524
- "defaultValue": null,
297525
- "description": "A controller to control the state of the overlay.",
297526
- "name": "controller",
297527
- "parent": {
297528
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297529
- "name": "OverlayTriggerProps"
297530
- },
297531
- "declarations": [
297532
- {
297533
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
297534
- "name": "OverlayTriggerProps"
297535
- }
297536
- ],
297537
- "required": false,
297538
- "type": {
297539
- "name": "OverlayController"
297540
- }
297541
- },
297542
- "wrapWith": {
297543
- "defaultValue": null,
297544
- "description": "",
297545
- "name": "wrapWith",
297546
- "parent": {
297547
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
297548
- "name": "FlowComponentProps"
297549
- },
297550
- "declarations": [
297551
- {
297552
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
297553
- "name": "FlowComponentProps"
297554
- }
297555
- ],
297556
- "required": false,
297557
- "type": {
297558
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
297559
- }
297560
- },
297561
- "tunnelId": {
297562
- "defaultValue": null,
297563
- "description": "@internal",
297564
- "name": "tunnelId",
297565
- "parent": {
297566
- "fileName": "components/src/lib/types/props.ts",
297567
- "name": "PropsWithTunnel"
297568
- },
297569
- "declarations": [
297570
- {
297571
- "fileName": "components/src/lib/types/props.ts",
297572
- "name": "PropsWithTunnel"
297573
- }
297574
- ],
297575
- "required": false,
297576
- "type": {
297577
- "name": "string | null"
297578
- }
297579
- },
297580
- "ref": {
297581
- "defaultValue": null,
297582
- "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}",
297583
- "name": "ref",
297584
- "parent": {
297585
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297586
- "name": "RefAttributes"
297587
- },
297588
- "declarations": [
297589
- {
297590
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297591
- "name": "RefAttributes"
297592
- }
297593
- ],
297594
- "required": false,
297595
- "type": {
297596
- "name": "Ref<HTMLSpanElement>"
297597
- }
297598
- },
297599
- "key": {
297600
- "defaultValue": null,
297601
- "description": "",
297602
- "name": "key",
297603
- "parent": {
297604
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297605
- "name": "Attributes"
297606
- },
297607
- "declarations": [
297608
- {
297609
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297610
- "name": "Attributes"
297611
- }
297612
- ],
297613
- "required": false,
297614
- "type": {
297615
- "name": "Key | null"
297616
- }
297617
- },
297618
- "children": {
297619
- "defaultValue": null,
297620
- "description": "",
297621
- "name": "children",
297622
- "declarations": [
297623
- {
297624
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297625
- "name": "TypeLiteral"
297626
- }
297627
- ],
297628
- "required": false,
297629
- "type": {
297630
- "name": "ReactNode"
297631
- }
297632
- }
297633
- }
297634
- },
297635
297635
  {
297636
297636
  "tags": {
297637
297637
  "internal": ""
@@ -297989,6 +297989,93 @@
297989
297989
  }
297990
297990
  }
297991
297991
  },
297992
+ {
297993
+ "tags": {
297994
+ "flr-generate": "all"
297995
+ },
297996
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
297997
+ "description": "",
297998
+ "displayName": "DialogTrigger",
297999
+ "methods": [],
298000
+ "props": {
298001
+ "children": {
298002
+ "defaultValue": null,
298003
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
298004
+ "name": "children",
298005
+ "parent": {
298006
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
298007
+ "name": "TableProps"
298008
+ },
298009
+ "declarations": [
298010
+ {
298011
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
298012
+ "name": "TableProps"
298013
+ }
298014
+ ],
298015
+ "required": false,
298016
+ "type": {
298017
+ "name": "ReactNode"
298018
+ }
298019
+ },
298020
+ "isOpen": {
298021
+ "defaultValue": null,
298022
+ "description": "Whether the element is rendered.",
298023
+ "name": "isOpen",
298024
+ "parent": {
298025
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298026
+ "name": "PositionProps"
298027
+ },
298028
+ "declarations": [
298029
+ {
298030
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298031
+ "name": "PositionProps"
298032
+ }
298033
+ ],
298034
+ "required": false,
298035
+ "type": {
298036
+ "name": "boolean"
298037
+ }
298038
+ },
298039
+ "defaultOpen": {
298040
+ "defaultValue": null,
298041
+ "description": "Whether the overlay is open by default (uncontrolled).",
298042
+ "name": "defaultOpen",
298043
+ "parent": {
298044
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298045
+ "name": "OverlayTriggerProps"
298046
+ },
298047
+ "declarations": [
298048
+ {
298049
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298050
+ "name": "OverlayTriggerProps"
298051
+ }
298052
+ ],
298053
+ "required": false,
298054
+ "type": {
298055
+ "name": "boolean"
298056
+ }
298057
+ },
298058
+ "onOpenChange": {
298059
+ "defaultValue": null,
298060
+ "description": "Handler that is called when the overlay's open state changes.",
298061
+ "name": "onOpenChange",
298062
+ "parent": {
298063
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298064
+ "name": "OverlayTriggerProps"
298065
+ },
298066
+ "declarations": [
298067
+ {
298068
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298069
+ "name": "OverlayTriggerProps"
298070
+ }
298071
+ ],
298072
+ "required": false,
298073
+ "type": {
298074
+ "name": "((isOpen: boolean) => void)"
298075
+ }
298076
+ }
298077
+ }
298078
+ },
297992
298079
  {
297993
298080
  "tags": {
297994
298081
  "flr-generate": "all"
@@ -298173,93 +298260,6 @@
298173
298260
  }
298174
298261
  }
298175
298262
  },
298176
- {
298177
- "tags": {
298178
- "flr-generate": "all"
298179
- },
298180
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
298181
- "description": "",
298182
- "displayName": "DialogTrigger",
298183
- "methods": [],
298184
- "props": {
298185
- "children": {
298186
- "defaultValue": null,
298187
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
298188
- "name": "children",
298189
- "parent": {
298190
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
298191
- "name": "TableProps"
298192
- },
298193
- "declarations": [
298194
- {
298195
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
298196
- "name": "TableProps"
298197
- }
298198
- ],
298199
- "required": false,
298200
- "type": {
298201
- "name": "ReactNode"
298202
- }
298203
- },
298204
- "isOpen": {
298205
- "defaultValue": null,
298206
- "description": "Whether the element is rendered.",
298207
- "name": "isOpen",
298208
- "parent": {
298209
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298210
- "name": "PositionProps"
298211
- },
298212
- "declarations": [
298213
- {
298214
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298215
- "name": "PositionProps"
298216
- }
298217
- ],
298218
- "required": false,
298219
- "type": {
298220
- "name": "boolean"
298221
- }
298222
- },
298223
- "defaultOpen": {
298224
- "defaultValue": null,
298225
- "description": "Whether the overlay is open by default (uncontrolled).",
298226
- "name": "defaultOpen",
298227
- "parent": {
298228
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298229
- "name": "OverlayTriggerProps"
298230
- },
298231
- "declarations": [
298232
- {
298233
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298234
- "name": "OverlayTriggerProps"
298235
- }
298236
- ],
298237
- "required": false,
298238
- "type": {
298239
- "name": "boolean"
298240
- }
298241
- },
298242
- "onOpenChange": {
298243
- "defaultValue": null,
298244
- "description": "Handler that is called when the overlay's open state changes.",
298245
- "name": "onOpenChange",
298246
- "parent": {
298247
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298248
- "name": "OverlayTriggerProps"
298249
- },
298250
- "declarations": [
298251
- {
298252
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
298253
- "name": "OverlayTriggerProps"
298254
- }
298255
- ],
298256
- "required": false,
298257
- "type": {
298258
- "name": "((isOpen: boolean) => void)"
298259
- }
298260
- }
298261
- }
298262
- },
298263
298263
  {
298264
298264
  "tags": {
298265
298265
  "flr-generate": "all"
@@ -299425,7 +299425,7 @@
299425
299425
  ],
299426
299426
  "required": false,
299427
299427
  "type": {
299428
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
299428
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
299429
299429
  }
299430
299430
  },
299431
299431
  "aria-braillelabel": {
@@ -299615,7 +299615,7 @@
299615
299615
  ],
299616
299616
  "required": false,
299617
299617
  "type": {
299618
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
299618
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
299619
299619
  }
299620
299620
  },
299621
299621
  "aria-describedby": {
@@ -306537,77 +306537,6 @@
306537
306537
  }
306538
306538
  }
306539
306539
  },
306540
- {
306541
- "tags": {},
306542
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306543
- "description": "",
306544
- "displayName": "LegendItem",
306545
- "methods": [],
306546
- "props": {
306547
- "color": {
306548
- "defaultValue": null,
306549
- "description": "",
306550
- "name": "color",
306551
- "parent": {
306552
- "fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306553
- "name": "LegendItemProps"
306554
- },
306555
- "declarations": [
306556
- {
306557
- "fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306558
- "name": "LegendItemProps"
306559
- }
306560
- ],
306561
- "required": false,
306562
- "type": {
306563
- "name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
306564
- }
306565
- },
306566
- "children": {
306567
- "defaultValue": null,
306568
- "description": "",
306569
- "name": "children",
306570
- "declarations": [
306571
- {
306572
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
306573
- "name": "TypeLiteral"
306574
- }
306575
- ],
306576
- "required": false,
306577
- "type": {
306578
- "name": "ReactNode"
306579
- }
306580
- }
306581
- }
306582
- },
306583
- {
306584
- "tags": {},
306585
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306586
- "description": "",
306587
- "displayName": "FileSizeText",
306588
- "methods": [],
306589
- "props": {
306590
- "sizeInBytes": {
306591
- "defaultValue": null,
306592
- "description": "",
306593
- "name": "sizeInBytes",
306594
- "parent": {
306595
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306596
- "name": "Props"
306597
- },
306598
- "declarations": [
306599
- {
306600
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306601
- "name": "Props"
306602
- }
306603
- ],
306604
- "required": true,
306605
- "type": {
306606
- "name": "number"
306607
- }
306608
- }
306609
- }
306610
- },
306611
306540
  {
306612
306541
  "tags": {},
306613
306542
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
@@ -306748,66 +306677,71 @@
306748
306677
  },
306749
306678
  {
306750
306679
  "tags": {},
306751
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
306680
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306752
306681
  "description": "",
306753
- "displayName": "Avatar",
306682
+ "displayName": "LegendItem",
306754
306683
  "methods": [],
306755
306684
  "props": {
306756
- "type": {
306685
+ "color": {
306757
306686
  "defaultValue": null,
306758
306687
  "description": "",
306759
- "name": "type",
306688
+ "name": "color",
306760
306689
  "parent": {
306761
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306762
- "name": "Props"
306690
+ "fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306691
+ "name": "LegendItemProps"
306763
306692
  },
306764
306693
  "declarations": [
306765
306694
  {
306766
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306767
- "name": "Props"
306695
+ "fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306696
+ "name": "LegendItemProps"
306768
306697
  }
306769
306698
  ],
306770
306699
  "required": false,
306771
306700
  "type": {
306772
- "name": "string"
306701
+ "name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
306773
306702
  }
306774
306703
  },
306775
- "imageSrc": {
306704
+ "children": {
306776
306705
  "defaultValue": null,
306777
306706
  "description": "",
306778
- "name": "imageSrc",
306779
- "parent": {
306780
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306781
- "name": "Props"
306782
- },
306707
+ "name": "children",
306783
306708
  "declarations": [
306784
306709
  {
306785
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306786
- "name": "Props"
306710
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
306711
+ "name": "TypeLiteral"
306787
306712
  }
306788
306713
  ],
306789
306714
  "required": false,
306790
306715
  "type": {
306791
- "name": "string"
306716
+ "name": "ReactNode"
306792
306717
  }
306793
- },
306794
- "isFailed": {
306718
+ }
306719
+ }
306720
+ },
306721
+ {
306722
+ "tags": {},
306723
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306724
+ "description": "",
306725
+ "displayName": "FileSizeText",
306726
+ "methods": [],
306727
+ "props": {
306728
+ "sizeInBytes": {
306795
306729
  "defaultValue": null,
306796
306730
  "description": "",
306797
- "name": "isFailed",
306731
+ "name": "sizeInBytes",
306798
306732
  "parent": {
306799
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306733
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306800
306734
  "name": "Props"
306801
306735
  },
306802
306736
  "declarations": [
306803
306737
  {
306804
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306738
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306805
306739
  "name": "Props"
306806
306740
  }
306807
306741
  ],
306808
- "required": false,
306742
+ "required": true,
306809
306743
  "type": {
306810
- "name": "boolean"
306744
+ "name": "number"
306811
306745
  }
306812
306746
  }
306813
306747
  }
@@ -306840,6 +306774,72 @@
306840
306774
  }
306841
306775
  }
306842
306776
  },
306777
+ {
306778
+ "tags": {},
306779
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
306780
+ "description": "",
306781
+ "displayName": "Avatar",
306782
+ "methods": [],
306783
+ "props": {
306784
+ "type": {
306785
+ "defaultValue": null,
306786
+ "description": "",
306787
+ "name": "type",
306788
+ "parent": {
306789
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306790
+ "name": "Props"
306791
+ },
306792
+ "declarations": [
306793
+ {
306794
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306795
+ "name": "Props"
306796
+ }
306797
+ ],
306798
+ "required": false,
306799
+ "type": {
306800
+ "name": "string"
306801
+ }
306802
+ },
306803
+ "imageSrc": {
306804
+ "defaultValue": null,
306805
+ "description": "",
306806
+ "name": "imageSrc",
306807
+ "parent": {
306808
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306809
+ "name": "Props"
306810
+ },
306811
+ "declarations": [
306812
+ {
306813
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306814
+ "name": "Props"
306815
+ }
306816
+ ],
306817
+ "required": false,
306818
+ "type": {
306819
+ "name": "string"
306820
+ }
306821
+ },
306822
+ "isFailed": {
306823
+ "defaultValue": null,
306824
+ "description": "",
306825
+ "name": "isFailed",
306826
+ "parent": {
306827
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306828
+ "name": "Props"
306829
+ },
306830
+ "declarations": [
306831
+ {
306832
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306833
+ "name": "Props"
306834
+ }
306835
+ ],
306836
+ "required": false,
306837
+ "type": {
306838
+ "name": "boolean"
306839
+ }
306840
+ }
306841
+ }
306842
+ },
306843
306843
  {
306844
306844
  "tags": {},
306845
306845
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -311426,7 +311426,7 @@
311426
311426
  ],
311427
311427
  "required": false,
311428
311428
  "type": {
311429
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
311429
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
311430
311430
  }
311431
311431
  },
311432
311432
  "aria-haspopup": {
@@ -311998,7 +311998,7 @@
311998
311998
  ],
311999
311999
  "required": false,
312000
312000
  "type": {
312001
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
312001
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
312002
312002
  }
312003
312003
  },
312004
312004
  "aria-description": {
@@ -318833,77 +318833,9 @@
318833
318833
  "tags": {
318834
318834
  "flr-generate": "all"
318835
318835
  },
318836
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.tsx",
318837
- "description": "",
318838
- "displayName": "ChartLegend",
318839
- "methods": [],
318840
- "props": {
318841
- "className": {
318842
- "defaultValue": null,
318843
- "description": "",
318844
- "name": "className",
318845
- "parent": {
318846
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
318847
- "name": "HTMLAttributes"
318848
- },
318849
- "declarations": [
318850
- {
318851
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
318852
- "name": "HTMLAttributes"
318853
- }
318854
- ],
318855
- "required": false,
318856
- "type": {
318857
- "name": "string"
318858
- }
318859
- },
318860
- "verticalAlign": {
318861
- "defaultValue": null,
318862
- "description": "",
318863
- "name": "verticalAlign",
318864
- "parent": {
318865
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
318866
- "name": "DefaultLegendContentProps"
318867
- },
318868
- "declarations": [
318869
- {
318870
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
318871
- "name": "DefaultLegendContentProps"
318872
- }
318873
- ],
318874
- "required": false,
318875
- "type": {
318876
- "name": "VerticalAlignmentType"
318877
- }
318878
- },
318879
- "formatter": {
318880
- "defaultValue": null,
318881
- "description": "A formatter function for the texts of the Legend. Can be used for purposes\nlike translations.",
318882
- "name": "formatter",
318883
- "parent": {
318884
- "fileName": "components/src/components/CartesianChart/components/ChartLegend/ChartLegend.tsx",
318885
- "name": "WithChartLegendFormatters"
318886
- },
318887
- "declarations": [
318888
- {
318889
- "fileName": "components/src/components/CartesianChart/components/ChartLegend/ChartLegend.tsx",
318890
- "name": "WithChartLegendFormatters"
318891
- }
318892
- ],
318893
- "required": false,
318894
- "type": {
318895
- "name": "ChartLegendFormatter"
318896
- }
318897
- }
318898
- }
318899
- },
318900
- {
318901
- "tags": {
318902
- "flr-generate": "all"
318903
- },
318904
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
318836
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.tsx",
318905
318837
  "description": "",
318906
- "displayName": "CartesianGrid",
318838
+ "displayName": "ChartLegend",
318907
318839
  "methods": [],
318908
318840
  "props": {
318909
318841
  "className": {
@@ -318925,61 +318857,42 @@
318925
318857
  "name": "string"
318926
318858
  }
318927
318859
  },
318928
- "horizontal": {
318929
- "defaultValue": null,
318930
- "description": "",
318931
- "name": "horizontal",
318932
- "parent": {
318933
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
318934
- "name": "CartesianGridProps"
318935
- },
318936
- "declarations": [
318937
- {
318938
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
318939
- "name": "CartesianGridProps"
318940
- }
318941
- ],
318942
- "required": false,
318943
- "type": {
318944
- "name": "GridLineType"
318945
- }
318946
- },
318947
- "vertical": {
318860
+ "verticalAlign": {
318948
318861
  "defaultValue": null,
318949
318862
  "description": "",
318950
- "name": "vertical",
318863
+ "name": "verticalAlign",
318951
318864
  "parent": {
318952
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
318953
- "name": "CartesianGridProps"
318865
+ "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
318866
+ "name": "DefaultLegendContentProps"
318954
318867
  },
318955
318868
  "declarations": [
318956
318869
  {
318957
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
318958
- "name": "CartesianGridProps"
318870
+ "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
318871
+ "name": "DefaultLegendContentProps"
318959
318872
  }
318960
318873
  ],
318961
318874
  "required": false,
318962
318875
  "type": {
318963
- "name": "GridLineType"
318876
+ "name": "VerticalAlignmentType"
318964
318877
  }
318965
318878
  },
318966
- "strokeDasharray": {
318879
+ "formatter": {
318967
318880
  "defaultValue": null,
318968
- "description": "",
318969
- "name": "strokeDasharray",
318881
+ "description": "A formatter function for the texts of the Legend. Can be used for purposes\nlike translations.",
318882
+ "name": "formatter",
318970
318883
  "parent": {
318971
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
318972
- "name": "SVGAttributes"
318884
+ "fileName": "components/src/components/CartesianChart/components/ChartLegend/ChartLegend.tsx",
318885
+ "name": "WithChartLegendFormatters"
318973
318886
  },
318974
318887
  "declarations": [
318975
318888
  {
318976
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
318977
- "name": "SVGAttributes"
318889
+ "fileName": "components/src/components/CartesianChart/components/ChartLegend/ChartLegend.tsx",
318890
+ "name": "WithChartLegendFormatters"
318978
318891
  }
318979
318892
  ],
318980
318893
  "required": false,
318981
318894
  "type": {
318982
- "name": "string | number"
318895
+ "name": "ChartLegendFormatter"
318983
318896
  }
318984
318897
  }
318985
318898
  }
@@ -319045,7 +318958,7 @@
319045
318958
  ],
319046
318959
  "required": false,
319047
318960
  "type": {
319048
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
318961
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
319049
318962
  }
319050
318963
  },
319051
318964
  "aria-braillelabel": {
@@ -319235,7 +319148,7 @@
319235
319148
  ],
319236
319149
  "required": false,
319237
319150
  "type": {
319238
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
319151
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
319239
319152
  }
319240
319153
  },
319241
319154
  "aria-describedby": {
@@ -328265,6 +328178,93 @@
328265
328178
  }
328266
328179
  }
328267
328180
  },
328181
+ {
328182
+ "tags": {
328183
+ "flr-generate": "all"
328184
+ },
328185
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
328186
+ "description": "",
328187
+ "displayName": "CartesianGrid",
328188
+ "methods": [],
328189
+ "props": {
328190
+ "className": {
328191
+ "defaultValue": null,
328192
+ "description": "",
328193
+ "name": "className",
328194
+ "parent": {
328195
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
328196
+ "name": "HTMLAttributes"
328197
+ },
328198
+ "declarations": [
328199
+ {
328200
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
328201
+ "name": "HTMLAttributes"
328202
+ }
328203
+ ],
328204
+ "required": false,
328205
+ "type": {
328206
+ "name": "string"
328207
+ }
328208
+ },
328209
+ "horizontal": {
328210
+ "defaultValue": null,
328211
+ "description": "",
328212
+ "name": "horizontal",
328213
+ "parent": {
328214
+ "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
328215
+ "name": "CartesianGridProps"
328216
+ },
328217
+ "declarations": [
328218
+ {
328219
+ "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
328220
+ "name": "CartesianGridProps"
328221
+ }
328222
+ ],
328223
+ "required": false,
328224
+ "type": {
328225
+ "name": "GridLineType"
328226
+ }
328227
+ },
328228
+ "vertical": {
328229
+ "defaultValue": null,
328230
+ "description": "",
328231
+ "name": "vertical",
328232
+ "parent": {
328233
+ "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
328234
+ "name": "CartesianGridProps"
328235
+ },
328236
+ "declarations": [
328237
+ {
328238
+ "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
328239
+ "name": "CartesianGridProps"
328240
+ }
328241
+ ],
328242
+ "required": false,
328243
+ "type": {
328244
+ "name": "GridLineType"
328245
+ }
328246
+ },
328247
+ "strokeDasharray": {
328248
+ "defaultValue": null,
328249
+ "description": "",
328250
+ "name": "strokeDasharray",
328251
+ "parent": {
328252
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
328253
+ "name": "SVGAttributes"
328254
+ },
328255
+ "declarations": [
328256
+ {
328257
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
328258
+ "name": "SVGAttributes"
328259
+ }
328260
+ ],
328261
+ "required": false,
328262
+ "type": {
328263
+ "name": "string | number"
328264
+ }
328265
+ }
328266
+ }
328267
+ },
328268
328268
  {
328269
328269
  "tags": {
328270
328270
  "flr-generate": "all"
@@ -333447,7 +333447,7 @@
333447
333447
  ],
333448
333448
  "required": false,
333449
333449
  "type": {
333450
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
333450
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
333451
333451
  }
333452
333452
  },
333453
333453
  "aria-expanded": {
@@ -336853,7 +336853,7 @@
336853
336853
  ],
336854
336854
  "required": false,
336855
336855
  "type": {
336856
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
336856
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
336857
336857
  }
336858
336858
  },
336859
336859
  "aria-haspopup": {
@@ -338088,7 +338088,7 @@
338088
338088
  ],
338089
338089
  "required": false,
338090
338090
  "type": {
338091
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
338091
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
338092
338092
  }
338093
338093
  },
338094
338094
  "aria-description": {
@@ -340559,6 +340559,49 @@
340559
340559
  }
340560
340560
  }
340561
340561
  },
340562
+ {
340563
+ "tags": {},
340564
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340565
+ "description": "",
340566
+ "displayName": "useGridItemProps",
340567
+ "methods": [],
340568
+ "props": {
340569
+ "data": {
340570
+ "defaultValue": null,
340571
+ "description": "",
340572
+ "name": "data",
340573
+ "parent": {
340574
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340575
+ "name": "P"
340576
+ },
340577
+ "declarations": [
340578
+ {
340579
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340580
+ "name": "P"
340581
+ }
340582
+ ],
340583
+ "required": true,
340584
+ "type": {
340585
+ "name": "never"
340586
+ }
340587
+ },
340588
+ "children": {
340589
+ "defaultValue": null,
340590
+ "description": "",
340591
+ "name": "children",
340592
+ "declarations": [
340593
+ {
340594
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
340595
+ "name": "TypeLiteral"
340596
+ }
340597
+ ],
340598
+ "required": false,
340599
+ "type": {
340600
+ "name": "ReactNode"
340601
+ }
340602
+ }
340603
+ }
340604
+ },
340562
340605
  {
340563
340606
  "tags": {},
340564
340607
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
@@ -340642,30 +340685,11 @@
340642
340685
  },
340643
340686
  {
340644
340687
  "tags": {},
340645
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340688
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
340646
340689
  "description": "",
340647
- "displayName": "useGridItemProps",
340690
+ "displayName": "OptionsButton",
340648
340691
  "methods": [],
340649
340692
  "props": {
340650
- "data": {
340651
- "defaultValue": null,
340652
- "description": "",
340653
- "name": "data",
340654
- "parent": {
340655
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340656
- "name": "P"
340657
- },
340658
- "declarations": [
340659
- {
340660
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340661
- "name": "P"
340662
- }
340663
- ],
340664
- "required": true,
340665
- "type": {
340666
- "name": "never"
340667
- }
340668
- },
340669
340693
  "children": {
340670
340694
  "defaultValue": null,
340671
340695
  "description": "",
@@ -340680,40 +340704,31 @@
340680
340704
  "type": {
340681
340705
  "name": "ReactNode"
340682
340706
  }
340683
- }
340684
- }
340685
- },
340686
- {
340687
- "tags": {},
340688
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340689
- "description": "",
340690
- "displayName": "ListItemSkeletonView",
340691
- "methods": [],
340692
- "props": {
340693
- "viewMode": {
340707
+ },
340708
+ "className": {
340694
340709
  "defaultValue": null,
340695
- "description": "",
340696
- "name": "viewMode",
340710
+ "description": "The elements class name.",
340711
+ "name": "className",
340697
340712
  "parent": {
340698
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340699
- "name": "ListItemSkeletonViewProps"
340713
+ "fileName": "components/src/lib/types/props.ts",
340714
+ "name": "PropsWithClassName"
340700
340715
  },
340701
340716
  "declarations": [
340702
340717
  {
340703
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340704
- "name": "ListItemSkeletonViewProps"
340718
+ "fileName": "components/src/lib/types/props.ts",
340719
+ "name": "PropsWithClassName"
340705
340720
  }
340706
340721
  ],
340707
- "required": true,
340722
+ "required": false,
340708
340723
  "type": {
340709
- "name": "ListViewMode"
340724
+ "name": "string"
340710
340725
  }
340711
340726
  }
340712
340727
  }
340713
340728
  },
340714
340729
  {
340715
340730
  "tags": {},
340716
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
340731
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.tsx",
340717
340732
  "description": "",
340718
340733
  "displayName": "OptionsButton",
340719
340734
  "methods": [],
@@ -340756,43 +340771,28 @@
340756
340771
  },
340757
340772
  {
340758
340773
  "tags": {},
340759
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.tsx",
340774
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340760
340775
  "description": "",
340761
- "displayName": "OptionsButton",
340776
+ "displayName": "ListItemSkeletonView",
340762
340777
  "methods": [],
340763
340778
  "props": {
340764
- "children": {
340779
+ "viewMode": {
340765
340780
  "defaultValue": null,
340766
340781
  "description": "",
340767
- "name": "children",
340768
- "declarations": [
340769
- {
340770
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
340771
- "name": "TypeLiteral"
340772
- }
340773
- ],
340774
- "required": false,
340775
- "type": {
340776
- "name": "ReactNode"
340777
- }
340778
- },
340779
- "className": {
340780
- "defaultValue": null,
340781
- "description": "The elements class name.",
340782
- "name": "className",
340782
+ "name": "viewMode",
340783
340783
  "parent": {
340784
- "fileName": "components/src/lib/types/props.ts",
340785
- "name": "PropsWithClassName"
340784
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340785
+ "name": "ListItemSkeletonViewProps"
340786
340786
  },
340787
340787
  "declarations": [
340788
340788
  {
340789
- "fileName": "components/src/lib/types/props.ts",
340790
- "name": "PropsWithClassName"
340789
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340790
+ "name": "ListItemSkeletonViewProps"
340791
340791
  }
340792
340792
  ],
340793
- "required": false,
340793
+ "required": true,
340794
340794
  "type": {
340795
- "name": "string"
340795
+ "name": "ListViewMode"
340796
340796
  }
340797
340797
  }
340798
340798
  }