@mittwald/flow-react-components 0.2.0-alpha.625 → 0.2.0-alpha.627

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.
@@ -207482,53 +207482,6 @@
207482
207482
  }
207483
207483
  }
207484
207484
  },
207485
- {
207486
- "tags": {
207487
- "flr-generate": "all"
207488
- },
207489
- "filePath": "src/components/Color/Color.tsx",
207490
- "description": "",
207491
- "displayName": "Color",
207492
- "methods": [],
207493
- "props": {
207494
- "color": {
207495
- "defaultValue": {
207496
- "value": "\"blue\""
207497
- },
207498
- "description": "The color of the element.",
207499
- "name": "color",
207500
- "parent": {
207501
- "fileName": "src/components/Color/Color.tsx",
207502
- "name": "ColorProps"
207503
- },
207504
- "declarations": [
207505
- {
207506
- "fileName": "src/components/Color/Color.tsx",
207507
- "name": "ColorProps"
207508
- }
207509
- ],
207510
- "required": false,
207511
- "type": {
207512
- "name": "FlowWithCustomColor"
207513
- }
207514
- },
207515
- "children": {
207516
- "defaultValue": null,
207517
- "description": "",
207518
- "name": "children",
207519
- "declarations": [
207520
- {
207521
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
207522
- "name": "TypeLiteral"
207523
- }
207524
- ],
207525
- "required": false,
207526
- "type": {
207527
- "name": "ReactNode"
207528
- }
207529
- }
207530
- }
207531
- },
207532
207485
  {
207533
207486
  "tags": {
207534
207487
  "flr-generate": "all"
@@ -213025,6 +212978,53 @@
213025
212978
  }
213026
212979
  }
213027
212980
  },
212981
+ {
212982
+ "tags": {
212983
+ "flr-generate": "all"
212984
+ },
212985
+ "filePath": "src/components/Color/Color.tsx",
212986
+ "description": "",
212987
+ "displayName": "Color",
212988
+ "methods": [],
212989
+ "props": {
212990
+ "color": {
212991
+ "defaultValue": {
212992
+ "value": "\"blue\""
212993
+ },
212994
+ "description": "The color of the element.",
212995
+ "name": "color",
212996
+ "parent": {
212997
+ "fileName": "src/components/Color/Color.tsx",
212998
+ "name": "ColorProps"
212999
+ },
213000
+ "declarations": [
213001
+ {
213002
+ "fileName": "src/components/Color/Color.tsx",
213003
+ "name": "ColorProps"
213004
+ }
213005
+ ],
213006
+ "required": false,
213007
+ "type": {
213008
+ "name": "FlowWithCustomColor"
213009
+ }
213010
+ },
213011
+ "children": {
213012
+ "defaultValue": null,
213013
+ "description": "",
213014
+ "name": "children",
213015
+ "declarations": [
213016
+ {
213017
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
213018
+ "name": "TypeLiteral"
213019
+ }
213020
+ ],
213021
+ "required": false,
213022
+ "type": {
213023
+ "name": "ReactNode"
213024
+ }
213025
+ }
213026
+ }
213027
+ },
213028
213028
  {
213029
213029
  "tags": {
213030
213030
  "flr-generate": "all"
@@ -282164,23 +282164,23 @@
282164
282164
  "tags": {
282165
282165
  "flr-generate": "all"
282166
282166
  },
282167
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
282167
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
282168
282168
  "description": "",
282169
- "displayName": "TableHeader",
282169
+ "displayName": "TableRow",
282170
282170
  "methods": [],
282171
282171
  "props": {
282172
282172
  "columns": {
282173
282173
  "defaultValue": null,
282174
- "description": "A list of table columns.",
282174
+ "description": "A list of columns used when dynamically rendering cells.",
282175
282175
  "name": "columns",
282176
282176
  "parent": {
282177
282177
  "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",
282178
- "name": "TableHeaderProps"
282178
+ "name": "RowProps"
282179
282179
  },
282180
282180
  "declarations": [
282181
282181
  {
282182
282182
  "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",
282183
- "name": "TableHeaderProps"
282183
+ "name": "RowProps"
282184
282184
  }
282185
282185
  ],
282186
282186
  "required": false,
@@ -282207,6 +282207,25 @@
282207
282207
  "name": "ReactNode"
282208
282208
  }
282209
282209
  },
282210
+ "value": {
282211
+ "defaultValue": null,
282212
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
282213
+ "name": "value",
282214
+ "parent": {
282215
+ "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",
282216
+ "name": "MenuItemProps"
282217
+ },
282218
+ "declarations": [
282219
+ {
282220
+ "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",
282221
+ "name": "MenuItemProps"
282222
+ }
282223
+ ],
282224
+ "required": false,
282225
+ "type": {
282226
+ "name": "object"
282227
+ }
282228
+ },
282210
282229
  "dependencies": {
282211
282230
  "defaultValue": null,
282212
282231
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -282226,6 +282245,82 @@
282226
282245
  "name": "readonly any[]"
282227
282246
  }
282228
282247
  },
282248
+ "textValue": {
282249
+ "defaultValue": null,
282250
+ "description": "A string representation of the item's contents, used for features like typeahead.",
282251
+ "name": "textValue",
282252
+ "parent": {
282253
+ "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",
282254
+ "name": "ListBoxItemProps"
282255
+ },
282256
+ "declarations": [
282257
+ {
282258
+ "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",
282259
+ "name": "ListBoxItemProps"
282260
+ }
282261
+ ],
282262
+ "required": false,
282263
+ "type": {
282264
+ "name": "string"
282265
+ }
282266
+ },
282267
+ "isDisabled": {
282268
+ "defaultValue": null,
282269
+ "description": "Whether the item is disabled.",
282270
+ "name": "isDisabled",
282271
+ "parent": {
282272
+ "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",
282273
+ "name": "ListBoxItemProps"
282274
+ },
282275
+ "declarations": [
282276
+ {
282277
+ "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",
282278
+ "name": "ListBoxItemProps"
282279
+ }
282280
+ ],
282281
+ "required": false,
282282
+ "type": {
282283
+ "name": "boolean"
282284
+ }
282285
+ },
282286
+ "onAction": {
282287
+ "defaultValue": null,
282288
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
282289
+ "name": "onAction",
282290
+ "parent": {
282291
+ "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",
282292
+ "name": "ListBoxItemProps"
282293
+ },
282294
+ "declarations": [
282295
+ {
282296
+ "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",
282297
+ "name": "ListBoxItemProps"
282298
+ }
282299
+ ],
282300
+ "required": false,
282301
+ "type": {
282302
+ "name": "(() => void)"
282303
+ }
282304
+ },
282305
+ "id": {
282306
+ "defaultValue": null,
282307
+ "description": "The unique id of the item.",
282308
+ "name": "id",
282309
+ "parent": {
282310
+ "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",
282311
+ "name": "MenuItemProps"
282312
+ },
282313
+ "declarations": [
282314
+ {
282315
+ "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",
282316
+ "name": "MenuItemProps"
282317
+ }
282318
+ ],
282319
+ "required": false,
282320
+ "type": {
282321
+ "name": "Key"
282322
+ }
282323
+ },
282229
282324
  "className": {
282230
282325
  "defaultValue": null,
282231
282326
  "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.",
@@ -282264,6 +282359,158 @@
282264
282359
  "name": "StyleOrFunction<TooltipRenderProps>"
282265
282360
  }
282266
282361
  },
282362
+ "href": {
282363
+ "defaultValue": null,
282364
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
282365
+ "name": "href",
282366
+ "parent": {
282367
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282368
+ "name": "LinkDOMProps"
282369
+ },
282370
+ "declarations": [
282371
+ {
282372
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282373
+ "name": "LinkDOMProps"
282374
+ }
282375
+ ],
282376
+ "required": false,
282377
+ "type": {
282378
+ "name": "string"
282379
+ }
282380
+ },
282381
+ "hrefLang": {
282382
+ "defaultValue": null,
282383
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
282384
+ "name": "hrefLang",
282385
+ "parent": {
282386
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282387
+ "name": "LinkDOMProps"
282388
+ },
282389
+ "declarations": [
282390
+ {
282391
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282392
+ "name": "LinkDOMProps"
282393
+ }
282394
+ ],
282395
+ "required": false,
282396
+ "type": {
282397
+ "name": "string"
282398
+ }
282399
+ },
282400
+ "target": {
282401
+ "defaultValue": null,
282402
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
282403
+ "name": "target",
282404
+ "parent": {
282405
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282406
+ "name": "LinkDOMProps"
282407
+ },
282408
+ "declarations": [
282409
+ {
282410
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282411
+ "name": "LinkDOMProps"
282412
+ }
282413
+ ],
282414
+ "required": false,
282415
+ "type": {
282416
+ "name": "HTMLAttributeAnchorTarget"
282417
+ }
282418
+ },
282419
+ "rel": {
282420
+ "defaultValue": null,
282421
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
282422
+ "name": "rel",
282423
+ "parent": {
282424
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282425
+ "name": "LinkDOMProps"
282426
+ },
282427
+ "declarations": [
282428
+ {
282429
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282430
+ "name": "LinkDOMProps"
282431
+ }
282432
+ ],
282433
+ "required": false,
282434
+ "type": {
282435
+ "name": "string"
282436
+ }
282437
+ },
282438
+ "download": {
282439
+ "defaultValue": null,
282440
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
282441
+ "name": "download",
282442
+ "parent": {
282443
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282444
+ "name": "LinkDOMProps"
282445
+ },
282446
+ "declarations": [
282447
+ {
282448
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282449
+ "name": "LinkDOMProps"
282450
+ }
282451
+ ],
282452
+ "required": false,
282453
+ "type": {
282454
+ "name": "string | boolean"
282455
+ }
282456
+ },
282457
+ "ping": {
282458
+ "defaultValue": null,
282459
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
282460
+ "name": "ping",
282461
+ "parent": {
282462
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282463
+ "name": "LinkDOMProps"
282464
+ },
282465
+ "declarations": [
282466
+ {
282467
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282468
+ "name": "LinkDOMProps"
282469
+ }
282470
+ ],
282471
+ "required": false,
282472
+ "type": {
282473
+ "name": "string"
282474
+ }
282475
+ },
282476
+ "referrerPolicy": {
282477
+ "defaultValue": null,
282478
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
282479
+ "name": "referrerPolicy",
282480
+ "parent": {
282481
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282482
+ "name": "LinkDOMProps"
282483
+ },
282484
+ "declarations": [
282485
+ {
282486
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282487
+ "name": "LinkDOMProps"
282488
+ }
282489
+ ],
282490
+ "required": false,
282491
+ "type": {
282492
+ "name": "HTMLAttributeReferrerPolicy"
282493
+ }
282494
+ },
282495
+ "routerOptions": {
282496
+ "defaultValue": null,
282497
+ "description": "Options for the configured client side router.",
282498
+ "name": "routerOptions",
282499
+ "parent": {
282500
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282501
+ "name": "LinkDOMProps"
282502
+ },
282503
+ "declarations": [
282504
+ {
282505
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282506
+ "name": "LinkDOMProps"
282507
+ }
282508
+ ],
282509
+ "required": false,
282510
+ "type": {
282511
+ "name": "undefined"
282512
+ }
282513
+ },
282267
282514
  "onHoverStart": {
282268
282515
  "defaultValue": null,
282269
282516
  "description": "Handler that is called when a hover interaction starts.",
@@ -282321,6 +282568,120 @@
282321
282568
  "name": "((isHovering: boolean) => void)"
282322
282569
  }
282323
282570
  },
282571
+ "onPress": {
282572
+ "defaultValue": null,
282573
+ "description": "Handler that is called when the press is released over the target.",
282574
+ "name": "onPress",
282575
+ "parent": {
282576
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282577
+ "name": "PressEvents"
282578
+ },
282579
+ "declarations": [
282580
+ {
282581
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282582
+ "name": "PressEvents"
282583
+ }
282584
+ ],
282585
+ "required": false,
282586
+ "type": {
282587
+ "name": "((e: PressEvent) => void)"
282588
+ }
282589
+ },
282590
+ "onPressStart": {
282591
+ "defaultValue": null,
282592
+ "description": "Handler that is called when a press interaction starts.",
282593
+ "name": "onPressStart",
282594
+ "parent": {
282595
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282596
+ "name": "PressEvents"
282597
+ },
282598
+ "declarations": [
282599
+ {
282600
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282601
+ "name": "PressEvents"
282602
+ }
282603
+ ],
282604
+ "required": false,
282605
+ "type": {
282606
+ "name": "((e: PressEvent) => void)"
282607
+ }
282608
+ },
282609
+ "onPressEnd": {
282610
+ "defaultValue": null,
282611
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
282612
+ "name": "onPressEnd",
282613
+ "parent": {
282614
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282615
+ "name": "PressEvents"
282616
+ },
282617
+ "declarations": [
282618
+ {
282619
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282620
+ "name": "PressEvents"
282621
+ }
282622
+ ],
282623
+ "required": false,
282624
+ "type": {
282625
+ "name": "((e: PressEvent) => void)"
282626
+ }
282627
+ },
282628
+ "onPressChange": {
282629
+ "defaultValue": null,
282630
+ "description": "Handler that is called when the press state changes.",
282631
+ "name": "onPressChange",
282632
+ "parent": {
282633
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282634
+ "name": "PressEvents"
282635
+ },
282636
+ "declarations": [
282637
+ {
282638
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282639
+ "name": "PressEvents"
282640
+ }
282641
+ ],
282642
+ "required": false,
282643
+ "type": {
282644
+ "name": "((isPressed: boolean) => void)"
282645
+ }
282646
+ },
282647
+ "onPressUp": {
282648
+ "defaultValue": null,
282649
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
282650
+ "name": "onPressUp",
282651
+ "parent": {
282652
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282653
+ "name": "PressEvents"
282654
+ },
282655
+ "declarations": [
282656
+ {
282657
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282658
+ "name": "PressEvents"
282659
+ }
282660
+ ],
282661
+ "required": false,
282662
+ "type": {
282663
+ "name": "((e: PressEvent) => void)"
282664
+ }
282665
+ },
282666
+ "onClick": {
282667
+ "defaultValue": null,
282668
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
282669
+ "name": "onClick",
282670
+ "parent": {
282671
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282672
+ "name": "PressEvents"
282673
+ },
282674
+ "declarations": [
282675
+ {
282676
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
282677
+ "name": "PressEvents"
282678
+ }
282679
+ ],
282680
+ "required": false,
282681
+ "type": {
282682
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
282683
+ }
282684
+ },
282324
282685
  "dir": {
282325
282686
  "defaultValue": null,
282326
282687
  "description": "",
@@ -282416,25 +282777,6 @@
282416
282777
  "name": "\"yes\" | \"no\""
282417
282778
  }
282418
282779
  },
282419
- "onClick": {
282420
- "defaultValue": null,
282421
- "description": "",
282422
- "name": "onClick",
282423
- "parent": {
282424
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282425
- "name": "GlobalDOMEvents"
282426
- },
282427
- "declarations": [
282428
- {
282429
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
282430
- "name": "GlobalDOMEvents"
282431
- }
282432
- ],
282433
- "required": false,
282434
- "type": {
282435
- "name": "MouseEventHandler<HTMLDivElement>"
282436
- }
282437
- },
282438
282780
  "onClickCapture": {
282439
282781
  "defaultValue": null,
282440
282782
  "description": "",
@@ -283631,6 +283973,21 @@
283631
283973
  "type": {
283632
283974
  "name": "TransitionEventHandler<HTMLDivElement>"
283633
283975
  }
283976
+ },
283977
+ "footer": {
283978
+ "defaultValue": null,
283979
+ "description": "@internal",
283980
+ "name": "footer",
283981
+ "declarations": [
283982
+ {
283983
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
283984
+ "name": "TypeLiteral"
283985
+ }
283986
+ ],
283987
+ "required": false,
283988
+ "type": {
283989
+ "name": "boolean"
283990
+ }
283634
283991
  }
283635
283992
  }
283636
283993
  },
@@ -283638,23 +283995,23 @@
283638
283995
  "tags": {
283639
283996
  "flr-generate": "all"
283640
283997
  },
283641
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
283998
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
283642
283999
  "description": "",
283643
- "displayName": "TableRow",
284000
+ "displayName": "TableHeader",
283644
284001
  "methods": [],
283645
284002
  "props": {
283646
284003
  "columns": {
283647
284004
  "defaultValue": null,
283648
- "description": "A list of table columns.",
284005
+ "description": "A list of columns used when dynamically rendering cells.",
283649
284006
  "name": "columns",
283650
284007
  "parent": {
283651
284008
  "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",
283652
- "name": "TableHeaderProps"
284009
+ "name": "RowProps"
283653
284010
  },
283654
284011
  "declarations": [
283655
284012
  {
283656
284013
  "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",
283657
- "name": "TableHeaderProps"
284014
+ "name": "RowProps"
283658
284015
  }
283659
284016
  ],
283660
284017
  "required": false,
@@ -283681,25 +284038,6 @@
283681
284038
  "name": "ReactNode"
283682
284039
  }
283683
284040
  },
283684
- "value": {
283685
- "defaultValue": null,
283686
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
283687
- "name": "value",
283688
- "parent": {
283689
- "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",
283690
- "name": "MenuItemProps"
283691
- },
283692
- "declarations": [
283693
- {
283694
- "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",
283695
- "name": "MenuItemProps"
283696
- }
283697
- ],
283698
- "required": false,
283699
- "type": {
283700
- "name": "object"
283701
- }
283702
- },
283703
284041
  "dependencies": {
283704
284042
  "defaultValue": null,
283705
284043
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -283719,82 +284057,6 @@
283719
284057
  "name": "readonly any[]"
283720
284058
  }
283721
284059
  },
283722
- "textValue": {
283723
- "defaultValue": null,
283724
- "description": "A string representation of the item's contents, used for features like typeahead.",
283725
- "name": "textValue",
283726
- "parent": {
283727
- "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",
283728
- "name": "ListBoxItemProps"
283729
- },
283730
- "declarations": [
283731
- {
283732
- "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",
283733
- "name": "ListBoxItemProps"
283734
- }
283735
- ],
283736
- "required": false,
283737
- "type": {
283738
- "name": "string"
283739
- }
283740
- },
283741
- "isDisabled": {
283742
- "defaultValue": null,
283743
- "description": "Whether the item is disabled.",
283744
- "name": "isDisabled",
283745
- "parent": {
283746
- "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",
283747
- "name": "ListBoxItemProps"
283748
- },
283749
- "declarations": [
283750
- {
283751
- "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",
283752
- "name": "ListBoxItemProps"
283753
- }
283754
- ],
283755
- "required": false,
283756
- "type": {
283757
- "name": "boolean"
283758
- }
283759
- },
283760
- "onAction": {
283761
- "defaultValue": null,
283762
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
283763
- "name": "onAction",
283764
- "parent": {
283765
- "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",
283766
- "name": "ListBoxItemProps"
283767
- },
283768
- "declarations": [
283769
- {
283770
- "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",
283771
- "name": "ListBoxItemProps"
283772
- }
283773
- ],
283774
- "required": false,
283775
- "type": {
283776
- "name": "(() => void)"
283777
- }
283778
- },
283779
- "id": {
283780
- "defaultValue": null,
283781
- "description": "The unique id of the item.",
283782
- "name": "id",
283783
- "parent": {
283784
- "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",
283785
- "name": "MenuItemProps"
283786
- },
283787
- "declarations": [
283788
- {
283789
- "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",
283790
- "name": "MenuItemProps"
283791
- }
283792
- ],
283793
- "required": false,
283794
- "type": {
283795
- "name": "Key"
283796
- }
283797
- },
283798
284060
  "className": {
283799
284061
  "defaultValue": null,
283800
284062
  "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.",
@@ -283833,158 +284095,6 @@
283833
284095
  "name": "StyleOrFunction<TooltipRenderProps>"
283834
284096
  }
283835
284097
  },
283836
- "href": {
283837
- "defaultValue": null,
283838
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
283839
- "name": "href",
283840
- "parent": {
283841
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283842
- "name": "LinkDOMProps"
283843
- },
283844
- "declarations": [
283845
- {
283846
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283847
- "name": "LinkDOMProps"
283848
- }
283849
- ],
283850
- "required": false,
283851
- "type": {
283852
- "name": "string"
283853
- }
283854
- },
283855
- "hrefLang": {
283856
- "defaultValue": null,
283857
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
283858
- "name": "hrefLang",
283859
- "parent": {
283860
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283861
- "name": "LinkDOMProps"
283862
- },
283863
- "declarations": [
283864
- {
283865
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283866
- "name": "LinkDOMProps"
283867
- }
283868
- ],
283869
- "required": false,
283870
- "type": {
283871
- "name": "string"
283872
- }
283873
- },
283874
- "target": {
283875
- "defaultValue": null,
283876
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
283877
- "name": "target",
283878
- "parent": {
283879
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283880
- "name": "LinkDOMProps"
283881
- },
283882
- "declarations": [
283883
- {
283884
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283885
- "name": "LinkDOMProps"
283886
- }
283887
- ],
283888
- "required": false,
283889
- "type": {
283890
- "name": "HTMLAttributeAnchorTarget"
283891
- }
283892
- },
283893
- "rel": {
283894
- "defaultValue": null,
283895
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
283896
- "name": "rel",
283897
- "parent": {
283898
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283899
- "name": "LinkDOMProps"
283900
- },
283901
- "declarations": [
283902
- {
283903
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283904
- "name": "LinkDOMProps"
283905
- }
283906
- ],
283907
- "required": false,
283908
- "type": {
283909
- "name": "string"
283910
- }
283911
- },
283912
- "download": {
283913
- "defaultValue": null,
283914
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
283915
- "name": "download",
283916
- "parent": {
283917
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283918
- "name": "LinkDOMProps"
283919
- },
283920
- "declarations": [
283921
- {
283922
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283923
- "name": "LinkDOMProps"
283924
- }
283925
- ],
283926
- "required": false,
283927
- "type": {
283928
- "name": "string | boolean"
283929
- }
283930
- },
283931
- "ping": {
283932
- "defaultValue": null,
283933
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
283934
- "name": "ping",
283935
- "parent": {
283936
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283937
- "name": "LinkDOMProps"
283938
- },
283939
- "declarations": [
283940
- {
283941
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283942
- "name": "LinkDOMProps"
283943
- }
283944
- ],
283945
- "required": false,
283946
- "type": {
283947
- "name": "string"
283948
- }
283949
- },
283950
- "referrerPolicy": {
283951
- "defaultValue": null,
283952
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
283953
- "name": "referrerPolicy",
283954
- "parent": {
283955
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283956
- "name": "LinkDOMProps"
283957
- },
283958
- "declarations": [
283959
- {
283960
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283961
- "name": "LinkDOMProps"
283962
- }
283963
- ],
283964
- "required": false,
283965
- "type": {
283966
- "name": "HTMLAttributeReferrerPolicy"
283967
- }
283968
- },
283969
- "routerOptions": {
283970
- "defaultValue": null,
283971
- "description": "Options for the configured client side router.",
283972
- "name": "routerOptions",
283973
- "parent": {
283974
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283975
- "name": "LinkDOMProps"
283976
- },
283977
- "declarations": [
283978
- {
283979
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
283980
- "name": "LinkDOMProps"
283981
- }
283982
- ],
283983
- "required": false,
283984
- "type": {
283985
- "name": "undefined"
283986
- }
283987
- },
283988
284098
  "onHoverStart": {
283989
284099
  "defaultValue": null,
283990
284100
  "description": "Handler that is called when a hover interaction starts.",
@@ -284042,120 +284152,6 @@
284042
284152
  "name": "((isHovering: boolean) => void)"
284043
284153
  }
284044
284154
  },
284045
- "onPress": {
284046
- "defaultValue": null,
284047
- "description": "Handler that is called when the press is released over the target.",
284048
- "name": "onPress",
284049
- "parent": {
284050
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284051
- "name": "PressEvents"
284052
- },
284053
- "declarations": [
284054
- {
284055
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284056
- "name": "PressEvents"
284057
- }
284058
- ],
284059
- "required": false,
284060
- "type": {
284061
- "name": "((e: PressEvent) => void)"
284062
- }
284063
- },
284064
- "onPressStart": {
284065
- "defaultValue": null,
284066
- "description": "Handler that is called when a press interaction starts.",
284067
- "name": "onPressStart",
284068
- "parent": {
284069
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284070
- "name": "PressEvents"
284071
- },
284072
- "declarations": [
284073
- {
284074
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284075
- "name": "PressEvents"
284076
- }
284077
- ],
284078
- "required": false,
284079
- "type": {
284080
- "name": "((e: PressEvent) => void)"
284081
- }
284082
- },
284083
- "onPressEnd": {
284084
- "defaultValue": null,
284085
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
284086
- "name": "onPressEnd",
284087
- "parent": {
284088
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284089
- "name": "PressEvents"
284090
- },
284091
- "declarations": [
284092
- {
284093
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284094
- "name": "PressEvents"
284095
- }
284096
- ],
284097
- "required": false,
284098
- "type": {
284099
- "name": "((e: PressEvent) => void)"
284100
- }
284101
- },
284102
- "onPressChange": {
284103
- "defaultValue": null,
284104
- "description": "Handler that is called when the press state changes.",
284105
- "name": "onPressChange",
284106
- "parent": {
284107
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284108
- "name": "PressEvents"
284109
- },
284110
- "declarations": [
284111
- {
284112
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284113
- "name": "PressEvents"
284114
- }
284115
- ],
284116
- "required": false,
284117
- "type": {
284118
- "name": "((isPressed: boolean) => void)"
284119
- }
284120
- },
284121
- "onPressUp": {
284122
- "defaultValue": null,
284123
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
284124
- "name": "onPressUp",
284125
- "parent": {
284126
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284127
- "name": "PressEvents"
284128
- },
284129
- "declarations": [
284130
- {
284131
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284132
- "name": "PressEvents"
284133
- }
284134
- ],
284135
- "required": false,
284136
- "type": {
284137
- "name": "((e: PressEvent) => void)"
284138
- }
284139
- },
284140
- "onClick": {
284141
- "defaultValue": null,
284142
- "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
284143
- "name": "onClick",
284144
- "parent": {
284145
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284146
- "name": "PressEvents"
284147
- },
284148
- "declarations": [
284149
- {
284150
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
284151
- "name": "PressEvents"
284152
- }
284153
- ],
284154
- "required": false,
284155
- "type": {
284156
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
284157
- }
284158
- },
284159
284155
  "dir": {
284160
284156
  "defaultValue": null,
284161
284157
  "description": "",
@@ -284251,6 +284247,25 @@
284251
284247
  "name": "\"yes\" | \"no\""
284252
284248
  }
284253
284249
  },
284250
+ "onClick": {
284251
+ "defaultValue": null,
284252
+ "description": "",
284253
+ "name": "onClick",
284254
+ "parent": {
284255
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
284256
+ "name": "GlobalDOMEvents"
284257
+ },
284258
+ "declarations": [
284259
+ {
284260
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
284261
+ "name": "GlobalDOMEvents"
284262
+ }
284263
+ ],
284264
+ "required": false,
284265
+ "type": {
284266
+ "name": "MouseEventHandler<HTMLDivElement>"
284267
+ }
284268
+ },
284254
284269
  "onClickCapture": {
284255
284270
  "defaultValue": null,
284256
284271
  "description": "",
@@ -285447,21 +285462,6 @@
285447
285462
  "type": {
285448
285463
  "name": "TransitionEventHandler<HTMLDivElement>"
285449
285464
  }
285450
- },
285451
- "footer": {
285452
- "defaultValue": null,
285453
- "description": "@internal",
285454
- "name": "footer",
285455
- "declarations": [
285456
- {
285457
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
285458
- "name": "TypeLiteral"
285459
- }
285460
- ],
285461
- "required": false,
285462
- "type": {
285463
- "name": "boolean"
285464
- }
285465
285465
  }
285466
285466
  }
285467
285467
  },
@@ -285476,16 +285476,16 @@
285476
285476
  "props": {
285477
285477
  "columns": {
285478
285478
  "defaultValue": null,
285479
- "description": "A list of table columns.",
285479
+ "description": "A list of columns used when dynamically rendering cells.",
285480
285480
  "name": "columns",
285481
285481
  "parent": {
285482
285482
  "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",
285483
- "name": "TableHeaderProps"
285483
+ "name": "RowProps"
285484
285484
  },
285485
285485
  "declarations": [
285486
285486
  {
285487
285487
  "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",
285488
- "name": "TableHeaderProps"
285488
+ "name": "RowProps"
285489
285489
  }
285490
285490
  ],
285491
285491
  "required": false,
@@ -297872,67 +297872,71 @@
297872
297872
  }
297873
297873
  },
297874
297874
  {
297875
- "tags": {},
297876
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297875
+ "tags": {
297876
+ "internal": ""
297877
+ },
297878
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297877
297879
  "description": "",
297878
- "displayName": "ValidationResultButton",
297880
+ "displayName": "TogglePasswordVisibilityButton",
297879
297881
  "methods": [],
297880
297882
  "props": {
297881
- "policyValidationResult": {
297882
- "defaultValue": null,
297883
+ "isDisabled": {
297884
+ "defaultValue": {
297885
+ "value": "false"
297886
+ },
297883
297887
  "description": "",
297884
- "name": "policyValidationResult",
297888
+ "name": "isDisabled",
297885
297889
  "parent": {
297886
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297890
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297887
297891
  "name": "Props"
297888
297892
  },
297889
297893
  "declarations": [
297890
297894
  {
297891
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297895
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297892
297896
  "name": "Props"
297893
297897
  }
297894
297898
  ],
297895
297899
  "required": false,
297896
297900
  "type": {
297897
- "name": "ResolvedPolicyValidationResult"
297901
+ "name": "boolean"
297898
297902
  }
297899
297903
  },
297900
- "isDisabled": {
297904
+ "isVisible": {
297901
297905
  "defaultValue": null,
297902
297906
  "description": "",
297903
- "name": "isDisabled",
297907
+ "name": "isVisible",
297904
297908
  "parent": {
297905
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297909
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297906
297910
  "name": "Props"
297907
297911
  },
297908
297912
  "declarations": [
297909
297913
  {
297910
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297914
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297911
297915
  "name": "Props"
297912
297916
  }
297913
297917
  ],
297914
- "required": false,
297918
+ "required": true,
297915
297919
  "type": {
297916
297920
  "name": "boolean"
297917
297921
  }
297918
297922
  },
297919
- "isEmptyValue": {
297923
+ "onPress": {
297920
297924
  "defaultValue": null,
297921
297925
  "description": "",
297922
- "name": "isEmptyValue",
297926
+ "name": "onPress",
297923
297927
  "parent": {
297924
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297928
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297925
297929
  "name": "Props"
297926
297930
  },
297927
297931
  "declarations": [
297928
297932
  {
297929
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297933
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297930
297934
  "name": "Props"
297931
297935
  }
297932
297936
  ],
297933
297937
  "required": true,
297934
297938
  "type": {
297935
- "name": "boolean"
297939
+ "name": "ActionFn"
297936
297940
  }
297937
297941
  },
297938
297942
  "className": {
@@ -297957,71 +297961,67 @@
297957
297961
  }
297958
297962
  },
297959
297963
  {
297960
- "tags": {
297961
- "internal": ""
297962
- },
297963
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297964
+ "tags": {},
297965
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297964
297966
  "description": "",
297965
- "displayName": "TogglePasswordVisibilityButton",
297967
+ "displayName": "ValidationResultButton",
297966
297968
  "methods": [],
297967
297969
  "props": {
297968
- "isDisabled": {
297969
- "defaultValue": {
297970
- "value": "false"
297971
- },
297970
+ "policyValidationResult": {
297971
+ "defaultValue": null,
297972
297972
  "description": "",
297973
- "name": "isDisabled",
297973
+ "name": "policyValidationResult",
297974
297974
  "parent": {
297975
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297975
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297976
297976
  "name": "Props"
297977
297977
  },
297978
297978
  "declarations": [
297979
297979
  {
297980
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297980
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297981
297981
  "name": "Props"
297982
297982
  }
297983
297983
  ],
297984
297984
  "required": false,
297985
297985
  "type": {
297986
- "name": "boolean"
297986
+ "name": "ResolvedPolicyValidationResult"
297987
297987
  }
297988
297988
  },
297989
- "isVisible": {
297989
+ "isDisabled": {
297990
297990
  "defaultValue": null,
297991
297991
  "description": "",
297992
- "name": "isVisible",
297992
+ "name": "isDisabled",
297993
297993
  "parent": {
297994
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297994
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
297995
297995
  "name": "Props"
297996
297996
  },
297997
297997
  "declarations": [
297998
297998
  {
297999
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
297999
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
298000
298000
  "name": "Props"
298001
298001
  }
298002
298002
  ],
298003
- "required": true,
298003
+ "required": false,
298004
298004
  "type": {
298005
298005
  "name": "boolean"
298006
298006
  }
298007
298007
  },
298008
- "onPress": {
298008
+ "isEmptyValue": {
298009
298009
  "defaultValue": null,
298010
298010
  "description": "",
298011
- "name": "onPress",
298011
+ "name": "isEmptyValue",
298012
298012
  "parent": {
298013
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
298013
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
298014
298014
  "name": "Props"
298015
298015
  },
298016
298016
  "declarations": [
298017
298017
  {
298018
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
298018
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
298019
298019
  "name": "Props"
298020
298020
  }
298021
298021
  ],
298022
298022
  "required": true,
298023
298023
  "type": {
298024
- "name": "ActionFn"
298024
+ "name": "boolean"
298025
298025
  }
298026
298026
  },
298027
298027
  "className": {
@@ -307247,174 +307247,19 @@
307247
307247
  "name": "Key | null"
307248
307248
  }
307249
307249
  },
307250
- "children": {
307251
- "defaultValue": null,
307252
- "description": "",
307253
- "name": "children",
307254
- "declarations": [
307255
- {
307256
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307257
- "name": "TypeLiteral"
307258
- }
307259
- ],
307260
- "required": false,
307261
- "type": {
307262
- "name": "ReactNode"
307263
- }
307264
- }
307265
- }
307266
- },
307267
- {
307268
- "tags": {
307269
- "flr-generate": "all"
307270
- },
307271
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307272
- "description": "",
307273
- "displayName": "ContextMenuSection",
307274
- "methods": [],
307275
- "props": {
307276
- "children": {
307277
- "defaultValue": null,
307278
- "description": "",
307279
- "name": "children",
307280
- "declarations": [
307281
- {
307282
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307283
- "name": "TypeLiteral"
307284
- }
307285
- ],
307286
- "required": false,
307287
- "type": {
307288
- "name": "ReactNode"
307289
- }
307290
- },
307291
- "wrapWith": {
307292
- "defaultValue": null,
307293
- "description": "",
307294
- "name": "wrapWith",
307295
- "parent": {
307296
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
307297
- "name": "FlowComponentProps"
307298
- },
307299
- "declarations": [
307300
- {
307301
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
307302
- "name": "FlowComponentProps"
307303
- }
307304
- ],
307305
- "required": false,
307306
- "type": {
307307
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
307308
- }
307309
- },
307310
- "tunnelId": {
307311
- "defaultValue": null,
307312
- "description": "@internal",
307313
- "name": "tunnelId",
307314
- "parent": {
307315
- "fileName": "components/src/lib/types/props.ts",
307316
- "name": "PropsWithTunnel"
307317
- },
307318
- "declarations": [
307319
- {
307320
- "fileName": "components/src/lib/types/props.ts",
307321
- "name": "PropsWithTunnel"
307322
- }
307323
- ],
307324
- "required": false,
307325
- "type": {
307326
- "name": "string | null"
307327
- }
307328
- },
307329
- "ref": {
307330
- "defaultValue": null,
307331
- "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}",
307332
- "name": "ref",
307333
- "parent": {
307334
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307335
- "name": "RefAttributes"
307336
- },
307337
- "declarations": [
307338
- {
307339
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307340
- "name": "RefAttributes"
307341
- }
307342
- ],
307343
- "required": false,
307344
- "type": {
307345
- "name": "Ref<HTMLSpanElement>"
307346
- }
307347
- },
307348
- "key": {
307349
- "defaultValue": null,
307350
- "description": "",
307351
- "name": "key",
307352
- "parent": {
307353
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307354
- "name": "Attributes"
307355
- },
307356
- "declarations": [
307357
- {
307358
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307359
- "name": "Attributes"
307360
- }
307361
- ],
307362
- "required": false,
307363
- "type": {
307364
- "name": "Key | null"
307365
- }
307366
- },
307367
- "selectedKeys": {
307368
- "defaultValue": null,
307369
- "description": "The currently selected keys in the collection (controlled).",
307370
- "name": "selectedKeys",
307371
- "parent": {
307372
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307373
- "name": "MultipleSelection"
307374
- },
307375
- "declarations": [
307376
- {
307377
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307378
- "name": "MultipleSelection"
307379
- }
307380
- ],
307381
- "required": false,
307382
- "type": {
307383
- "name": "\"all\" | Iterable<Key>"
307384
- }
307385
- },
307386
- "defaultSelectedKeys": {
307387
- "defaultValue": null,
307388
- "description": "The initial selected keys in the collection (uncontrolled).",
307389
- "name": "defaultSelectedKeys",
307390
- "parent": {
307391
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307392
- "name": "MultipleSelection"
307393
- },
307394
- "declarations": [
307395
- {
307396
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307397
- "name": "MultipleSelection"
307398
- }
307399
- ],
307400
- "required": false,
307401
- "type": {
307402
- "name": "\"all\" | Iterable<Key>"
307403
- }
307404
- },
307405
- "selectionMode": {
307250
+ "children": {
307406
307251
  "defaultValue": null,
307407
307252
  "description": "",
307408
- "name": "selectionMode",
307253
+ "name": "children",
307409
307254
  "declarations": [
307410
307255
  {
307411
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307256
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307412
307257
  "name": "TypeLiteral"
307413
307258
  }
307414
307259
  ],
307415
307260
  "required": false,
307416
307261
  "type": {
307417
- "name": "ContextMenuSelectionMode"
307262
+ "name": "ReactNode"
307418
307263
  }
307419
307264
  }
307420
307265
  }
@@ -307559,6 +307404,161 @@
307559
307404
  }
307560
307405
  }
307561
307406
  },
307407
+ {
307408
+ "tags": {
307409
+ "flr-generate": "all"
307410
+ },
307411
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307412
+ "description": "",
307413
+ "displayName": "ContextMenuSection",
307414
+ "methods": [],
307415
+ "props": {
307416
+ "children": {
307417
+ "defaultValue": null,
307418
+ "description": "",
307419
+ "name": "children",
307420
+ "declarations": [
307421
+ {
307422
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307423
+ "name": "TypeLiteral"
307424
+ }
307425
+ ],
307426
+ "required": false,
307427
+ "type": {
307428
+ "name": "ReactNode"
307429
+ }
307430
+ },
307431
+ "wrapWith": {
307432
+ "defaultValue": null,
307433
+ "description": "",
307434
+ "name": "wrapWith",
307435
+ "parent": {
307436
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
307437
+ "name": "FlowComponentProps"
307438
+ },
307439
+ "declarations": [
307440
+ {
307441
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
307442
+ "name": "FlowComponentProps"
307443
+ }
307444
+ ],
307445
+ "required": false,
307446
+ "type": {
307447
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
307448
+ }
307449
+ },
307450
+ "tunnelId": {
307451
+ "defaultValue": null,
307452
+ "description": "@internal",
307453
+ "name": "tunnelId",
307454
+ "parent": {
307455
+ "fileName": "components/src/lib/types/props.ts",
307456
+ "name": "PropsWithTunnel"
307457
+ },
307458
+ "declarations": [
307459
+ {
307460
+ "fileName": "components/src/lib/types/props.ts",
307461
+ "name": "PropsWithTunnel"
307462
+ }
307463
+ ],
307464
+ "required": false,
307465
+ "type": {
307466
+ "name": "string | null"
307467
+ }
307468
+ },
307469
+ "ref": {
307470
+ "defaultValue": null,
307471
+ "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}",
307472
+ "name": "ref",
307473
+ "parent": {
307474
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307475
+ "name": "RefAttributes"
307476
+ },
307477
+ "declarations": [
307478
+ {
307479
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307480
+ "name": "RefAttributes"
307481
+ }
307482
+ ],
307483
+ "required": false,
307484
+ "type": {
307485
+ "name": "Ref<HTMLSpanElement>"
307486
+ }
307487
+ },
307488
+ "key": {
307489
+ "defaultValue": null,
307490
+ "description": "",
307491
+ "name": "key",
307492
+ "parent": {
307493
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307494
+ "name": "Attributes"
307495
+ },
307496
+ "declarations": [
307497
+ {
307498
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
307499
+ "name": "Attributes"
307500
+ }
307501
+ ],
307502
+ "required": false,
307503
+ "type": {
307504
+ "name": "Key | null"
307505
+ }
307506
+ },
307507
+ "selectedKeys": {
307508
+ "defaultValue": null,
307509
+ "description": "The currently selected keys in the collection (controlled).",
307510
+ "name": "selectedKeys",
307511
+ "parent": {
307512
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307513
+ "name": "MultipleSelection"
307514
+ },
307515
+ "declarations": [
307516
+ {
307517
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307518
+ "name": "MultipleSelection"
307519
+ }
307520
+ ],
307521
+ "required": false,
307522
+ "type": {
307523
+ "name": "\"all\" | Iterable<Key>"
307524
+ }
307525
+ },
307526
+ "defaultSelectedKeys": {
307527
+ "defaultValue": null,
307528
+ "description": "The initial selected keys in the collection (uncontrolled).",
307529
+ "name": "defaultSelectedKeys",
307530
+ "parent": {
307531
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307532
+ "name": "MultipleSelection"
307533
+ },
307534
+ "declarations": [
307535
+ {
307536
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/selection.d.ts",
307537
+ "name": "MultipleSelection"
307538
+ }
307539
+ ],
307540
+ "required": false,
307541
+ "type": {
307542
+ "name": "\"all\" | Iterable<Key>"
307543
+ }
307544
+ },
307545
+ "selectionMode": {
307546
+ "defaultValue": null,
307547
+ "description": "",
307548
+ "name": "selectionMode",
307549
+ "declarations": [
307550
+ {
307551
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
307552
+ "name": "TypeLiteral"
307553
+ }
307554
+ ],
307555
+ "required": false,
307556
+ "type": {
307557
+ "name": "ContextMenuSelectionMode"
307558
+ }
307559
+ }
307560
+ }
307561
+ },
307562
307562
  {
307563
307563
  "tags": {
307564
307564
  "flr-generate": "all"
@@ -340873,34 +340873,6 @@
340873
340873
  }
340874
340874
  }
340875
340875
  },
340876
- {
340877
- "tags": {},
340878
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340879
- "description": "",
340880
- "displayName": "ListItemSkeletonView",
340881
- "methods": [],
340882
- "props": {
340883
- "viewMode": {
340884
- "defaultValue": null,
340885
- "description": "",
340886
- "name": "viewMode",
340887
- "parent": {
340888
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340889
- "name": "ListItemSkeletonViewProps"
340890
- },
340891
- "declarations": [
340892
- {
340893
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340894
- "name": "ListItemSkeletonViewProps"
340895
- }
340896
- ],
340897
- "required": true,
340898
- "type": {
340899
- "name": "ListViewMode"
340900
- }
340901
- }
340902
- }
340903
- },
340904
340876
  {
340905
340877
  "tags": {},
340906
340878
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -340986,5 +340958,33 @@
340986
340958
  }
340987
340959
  }
340988
340960
  }
340961
+ },
340962
+ {
340963
+ "tags": {},
340964
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340965
+ "description": "",
340966
+ "displayName": "ListItemSkeletonView",
340967
+ "methods": [],
340968
+ "props": {
340969
+ "viewMode": {
340970
+ "defaultValue": null,
340971
+ "description": "",
340972
+ "name": "viewMode",
340973
+ "parent": {
340974
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340975
+ "name": "ListItemSkeletonViewProps"
340976
+ },
340977
+ "declarations": [
340978
+ {
340979
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340980
+ "name": "ListItemSkeletonViewProps"
340981
+ }
340982
+ ],
340983
+ "required": true,
340984
+ "type": {
340985
+ "name": "ListViewMode"
340986
+ }
340987
+ }
340988
+ }
340989
340989
  }
340990
340990
  ]