@mittwald/flow-react-components 0.2.0-alpha.801 → 0.2.0-alpha.803

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.
Files changed (40) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/assets/doc-properties.json +799 -761
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/@mittwald/password-tools-js.mjs +1 -1
  5. package/dist/js/_virtual/_.locale.json@aaaa2422dd023a875e13abc0d3d178ce.mjs +26 -0
  6. package/dist/js/_virtual/_.locale.json@aaaa2422dd023a875e13abc0d3d178ce.mjs.map +1 -0
  7. package/dist/js/flr-universal.mjs +5 -3
  8. package/dist/js/flr-universal.mjs.map +1 -1
  9. package/dist/js/packages/components/src/components/Calendar/Calendar.module.scss.mjs +5 -1
  10. package/dist/js/packages/components/src/components/Calendar/Calendar.module.scss.mjs.map +1 -1
  11. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/RangeCalendar.mjs +40 -6
  12. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/RangeCalendar.mjs.map +1 -1
  13. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/helpers/useCalendarDateRangePresets.mjs +186 -0
  14. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/helpers/useCalendarDateRangePresets.mjs.map +1 -0
  15. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/types.mjs.map +1 -1
  16. package/dist/js/packages/components/src/components/DatePicker/DatePicker.mjs +10 -1
  17. package/dist/js/packages/components/src/components/DatePicker/DatePicker.mjs.map +1 -1
  18. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.mjs +24 -9
  19. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.mjs.map +1 -1
  20. package/dist/js/packages/components/src/components/Label/Label.mjs +4 -4
  21. package/dist/js/packages/components/src/components/Label/Label.mjs.map +1 -1
  22. package/dist/js/packages/components/src/components/Label/Label.module.scss.mjs +2 -2
  23. package/dist/js/packages/components/src/components/List/model/filter/DateRangeFilter.mjs +10 -0
  24. package/dist/js/packages/components/src/components/List/model/filter/DateRangeFilter.mjs.map +1 -1
  25. package/dist/js/packages/components/src/components/Switch/Switch.mjs +2 -2
  26. package/dist/js/packages/components/src/components/Switch/Switch.mjs.map +1 -1
  27. package/dist/types/components/Calendar/components/RangeCalendar/RangeCalendar.d.ts +2 -1
  28. package/dist/types/components/Calendar/components/RangeCalendar/RangeCalendar.d.ts.map +1 -1
  29. package/dist/types/components/Calendar/components/RangeCalendar/helpers/useCalendarDateRangePresets.d.ts +8 -0
  30. package/dist/types/components/Calendar/components/RangeCalendar/helpers/useCalendarDateRangePresets.d.ts.map +1 -0
  31. package/dist/types/components/Calendar/components/RangeCalendar/types.d.ts +1 -0
  32. package/dist/types/components/Calendar/components/RangeCalendar/types.d.ts.map +1 -1
  33. package/dist/types/components/DatePicker/DatePicker.d.ts.map +1 -1
  34. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +2 -0
  35. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
  36. package/dist/types/components/DateRangePicker/stories/Default.stories.d.ts +2 -0
  37. package/dist/types/components/DateRangePicker/stories/Default.stories.d.ts.map +1 -1
  38. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts +1 -1
  39. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts.map +1 -1
  40. package/package.json +7 -7
@@ -81330,6 +81330,266 @@
81330
81330
  }
81331
81331
  }
81332
81332
  },
81333
+ {
81334
+ "tags": {
81335
+ "flr-generate": "all"
81336
+ },
81337
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
81338
+ "description": "",
81339
+ "displayName": "Markdown",
81340
+ "methods": [],
81341
+ "props": {
81342
+ "color": {
81343
+ "defaultValue": {
81344
+ "value": "\"default\""
81345
+ },
81346
+ "description": "The color schema of the markdown component.",
81347
+ "name": "color",
81348
+ "parent": {
81349
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
81350
+ "name": "MarkdownProps"
81351
+ },
81352
+ "declarations": [
81353
+ {
81354
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
81355
+ "name": "MarkdownProps"
81356
+ }
81357
+ ],
81358
+ "required": false,
81359
+ "type": {
81360
+ "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
81361
+ }
81362
+ },
81363
+ "headingOffset": {
81364
+ "defaultValue": {
81365
+ "value": "0"
81366
+ },
81367
+ "description": "Shifts all heading levels by the given offset.",
81368
+ "name": "headingOffset",
81369
+ "parent": {
81370
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
81371
+ "name": "MarkdownProps"
81372
+ },
81373
+ "declarations": [
81374
+ {
81375
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
81376
+ "name": "MarkdownProps"
81377
+ }
81378
+ ],
81379
+ "required": false,
81380
+ "type": {
81381
+ "name": "number"
81382
+ }
81383
+ },
81384
+ "style": {
81385
+ "defaultValue": null,
81386
+ "description": "@internal",
81387
+ "name": "style",
81388
+ "parent": {
81389
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
81390
+ "name": "MarkdownProps"
81391
+ },
81392
+ "declarations": [
81393
+ {
81394
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
81395
+ "name": "MarkdownProps"
81396
+ }
81397
+ ],
81398
+ "required": false,
81399
+ "type": {
81400
+ "name": "CSSProperties"
81401
+ }
81402
+ },
81403
+ "ref": {
81404
+ "defaultValue": null,
81405
+ "description": "",
81406
+ "name": "ref",
81407
+ "parent": {
81408
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
81409
+ "name": "MarkdownProps"
81410
+ },
81411
+ "declarations": [
81412
+ {
81413
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
81414
+ "name": "MarkdownProps"
81415
+ }
81416
+ ],
81417
+ "required": false,
81418
+ "type": {
81419
+ "name": "Ref<HTMLDivElement>"
81420
+ }
81421
+ },
81422
+ "className": {
81423
+ "defaultValue": null,
81424
+ "description": "The elements class name.",
81425
+ "name": "className",
81426
+ "parent": {
81427
+ "fileName": "components/src/lib/types/props.ts",
81428
+ "name": "PropsWithClassName"
81429
+ },
81430
+ "declarations": [
81431
+ {
81432
+ "fileName": "components/src/lib/types/props.ts",
81433
+ "name": "PropsWithClassName"
81434
+ }
81435
+ ],
81436
+ "required": false,
81437
+ "type": {
81438
+ "name": "string"
81439
+ }
81440
+ },
81441
+ "children": {
81442
+ "defaultValue": null,
81443
+ "description": "Markdown.",
81444
+ "name": "children",
81445
+ "declarations": [
81446
+ {
81447
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81448
+ "name": "TypeLiteral"
81449
+ }
81450
+ ],
81451
+ "required": false,
81452
+ "type": {
81453
+ "name": "string | null"
81454
+ }
81455
+ },
81456
+ "allowElement": {
81457
+ "defaultValue": null,
81458
+ "description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
81459
+ "name": "allowElement",
81460
+ "declarations": [
81461
+ {
81462
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81463
+ "name": "TypeLiteral"
81464
+ }
81465
+ ],
81466
+ "required": false,
81467
+ "type": {
81468
+ "name": "AllowElement | null"
81469
+ }
81470
+ },
81471
+ "allowedElements": {
81472
+ "defaultValue": null,
81473
+ "description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
81474
+ "name": "allowedElements",
81475
+ "declarations": [
81476
+ {
81477
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81478
+ "name": "TypeLiteral"
81479
+ }
81480
+ ],
81481
+ "required": false,
81482
+ "type": {
81483
+ "name": "readonly string[] | null"
81484
+ }
81485
+ },
81486
+ "disallowedElements": {
81487
+ "defaultValue": null,
81488
+ "description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
81489
+ "name": "disallowedElements",
81490
+ "declarations": [
81491
+ {
81492
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81493
+ "name": "TypeLiteral"
81494
+ }
81495
+ ],
81496
+ "required": false,
81497
+ "type": {
81498
+ "name": "readonly string[] | null"
81499
+ }
81500
+ },
81501
+ "rehypePlugins": {
81502
+ "defaultValue": null,
81503
+ "description": "List of rehype plugins to use.",
81504
+ "name": "rehypePlugins",
81505
+ "declarations": [
81506
+ {
81507
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81508
+ "name": "TypeLiteral"
81509
+ }
81510
+ ],
81511
+ "required": false,
81512
+ "type": {
81513
+ "name": "PluggableList | null"
81514
+ }
81515
+ },
81516
+ "remarkPlugins": {
81517
+ "defaultValue": null,
81518
+ "description": "List of remark plugins to use.",
81519
+ "name": "remarkPlugins",
81520
+ "declarations": [
81521
+ {
81522
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81523
+ "name": "TypeLiteral"
81524
+ }
81525
+ ],
81526
+ "required": false,
81527
+ "type": {
81528
+ "name": "PluggableList | null"
81529
+ }
81530
+ },
81531
+ "remarkRehypeOptions": {
81532
+ "defaultValue": null,
81533
+ "description": "Options to pass through to `remark-rehype`.",
81534
+ "name": "remarkRehypeOptions",
81535
+ "declarations": [
81536
+ {
81537
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81538
+ "name": "TypeLiteral"
81539
+ }
81540
+ ],
81541
+ "required": false,
81542
+ "type": {
81543
+ "name": "Readonly<Options> | null"
81544
+ }
81545
+ },
81546
+ "skipHtml": {
81547
+ "defaultValue": null,
81548
+ "description": "Ignore HTML in markdown completely (default: `false`).",
81549
+ "name": "skipHtml",
81550
+ "declarations": [
81551
+ {
81552
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81553
+ "name": "TypeLiteral"
81554
+ }
81555
+ ],
81556
+ "required": false,
81557
+ "type": {
81558
+ "name": "boolean | null"
81559
+ }
81560
+ },
81561
+ "unwrapDisallowed": {
81562
+ "defaultValue": null,
81563
+ "description": "Extract (unwrap) what’s in disallowed elements (default: `false`);\nnormally when say `strong` is not allowed, it and it’s children are dropped,\nwith `unwrapDisallowed` the element itself is replaced by its children.",
81564
+ "name": "unwrapDisallowed",
81565
+ "declarations": [
81566
+ {
81567
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81568
+ "name": "TypeLiteral"
81569
+ }
81570
+ ],
81571
+ "required": false,
81572
+ "type": {
81573
+ "name": "boolean | null"
81574
+ }
81575
+ },
81576
+ "urlTransform": {
81577
+ "defaultValue": null,
81578
+ "description": "Change URLs (default: `defaultUrlTransform`)",
81579
+ "name": "urlTransform",
81580
+ "declarations": [
81581
+ {
81582
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
81583
+ "name": "TypeLiteral"
81584
+ }
81585
+ ],
81586
+ "required": false,
81587
+ "type": {
81588
+ "name": "UrlTransform | null"
81589
+ }
81590
+ }
81591
+ }
81592
+ },
81333
81593
  {
81334
81594
  "tags": {
81335
81595
  "flr-generate": "all"
@@ -83853,266 +84113,6 @@
83853
84113
  }
83854
84114
  }
83855
84115
  },
83856
- {
83857
- "tags": {
83858
- "flr-generate": "all"
83859
- },
83860
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
83861
- "description": "",
83862
- "displayName": "Markdown",
83863
- "methods": [],
83864
- "props": {
83865
- "color": {
83866
- "defaultValue": {
83867
- "value": "\"default\""
83868
- },
83869
- "description": "The color schema of the markdown component.",
83870
- "name": "color",
83871
- "parent": {
83872
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83873
- "name": "MarkdownProps"
83874
- },
83875
- "declarations": [
83876
- {
83877
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83878
- "name": "MarkdownProps"
83879
- }
83880
- ],
83881
- "required": false,
83882
- "type": {
83883
- "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
83884
- }
83885
- },
83886
- "headingOffset": {
83887
- "defaultValue": {
83888
- "value": "0"
83889
- },
83890
- "description": "Shifts all heading levels by the given offset.",
83891
- "name": "headingOffset",
83892
- "parent": {
83893
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83894
- "name": "MarkdownProps"
83895
- },
83896
- "declarations": [
83897
- {
83898
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83899
- "name": "MarkdownProps"
83900
- }
83901
- ],
83902
- "required": false,
83903
- "type": {
83904
- "name": "number"
83905
- }
83906
- },
83907
- "style": {
83908
- "defaultValue": null,
83909
- "description": "@internal",
83910
- "name": "style",
83911
- "parent": {
83912
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83913
- "name": "MarkdownProps"
83914
- },
83915
- "declarations": [
83916
- {
83917
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83918
- "name": "MarkdownProps"
83919
- }
83920
- ],
83921
- "required": false,
83922
- "type": {
83923
- "name": "CSSProperties"
83924
- }
83925
- },
83926
- "ref": {
83927
- "defaultValue": null,
83928
- "description": "",
83929
- "name": "ref",
83930
- "parent": {
83931
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83932
- "name": "MarkdownProps"
83933
- },
83934
- "declarations": [
83935
- {
83936
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83937
- "name": "MarkdownProps"
83938
- }
83939
- ],
83940
- "required": false,
83941
- "type": {
83942
- "name": "Ref<HTMLDivElement>"
83943
- }
83944
- },
83945
- "className": {
83946
- "defaultValue": null,
83947
- "description": "The elements class name.",
83948
- "name": "className",
83949
- "parent": {
83950
- "fileName": "components/src/lib/types/props.ts",
83951
- "name": "PropsWithClassName"
83952
- },
83953
- "declarations": [
83954
- {
83955
- "fileName": "components/src/lib/types/props.ts",
83956
- "name": "PropsWithClassName"
83957
- }
83958
- ],
83959
- "required": false,
83960
- "type": {
83961
- "name": "string"
83962
- }
83963
- },
83964
- "children": {
83965
- "defaultValue": null,
83966
- "description": "Markdown.",
83967
- "name": "children",
83968
- "declarations": [
83969
- {
83970
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
83971
- "name": "TypeLiteral"
83972
- }
83973
- ],
83974
- "required": false,
83975
- "type": {
83976
- "name": "string | null"
83977
- }
83978
- },
83979
- "allowElement": {
83980
- "defaultValue": null,
83981
- "description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
83982
- "name": "allowElement",
83983
- "declarations": [
83984
- {
83985
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
83986
- "name": "TypeLiteral"
83987
- }
83988
- ],
83989
- "required": false,
83990
- "type": {
83991
- "name": "AllowElement | null"
83992
- }
83993
- },
83994
- "allowedElements": {
83995
- "defaultValue": null,
83996
- "description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
83997
- "name": "allowedElements",
83998
- "declarations": [
83999
- {
84000
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84001
- "name": "TypeLiteral"
84002
- }
84003
- ],
84004
- "required": false,
84005
- "type": {
84006
- "name": "readonly string[] | null"
84007
- }
84008
- },
84009
- "disallowedElements": {
84010
- "defaultValue": null,
84011
- "description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
84012
- "name": "disallowedElements",
84013
- "declarations": [
84014
- {
84015
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84016
- "name": "TypeLiteral"
84017
- }
84018
- ],
84019
- "required": false,
84020
- "type": {
84021
- "name": "readonly string[] | null"
84022
- }
84023
- },
84024
- "rehypePlugins": {
84025
- "defaultValue": null,
84026
- "description": "List of rehype plugins to use.",
84027
- "name": "rehypePlugins",
84028
- "declarations": [
84029
- {
84030
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84031
- "name": "TypeLiteral"
84032
- }
84033
- ],
84034
- "required": false,
84035
- "type": {
84036
- "name": "PluggableList | null"
84037
- }
84038
- },
84039
- "remarkPlugins": {
84040
- "defaultValue": null,
84041
- "description": "List of remark plugins to use.",
84042
- "name": "remarkPlugins",
84043
- "declarations": [
84044
- {
84045
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84046
- "name": "TypeLiteral"
84047
- }
84048
- ],
84049
- "required": false,
84050
- "type": {
84051
- "name": "PluggableList | null"
84052
- }
84053
- },
84054
- "remarkRehypeOptions": {
84055
- "defaultValue": null,
84056
- "description": "Options to pass through to `remark-rehype`.",
84057
- "name": "remarkRehypeOptions",
84058
- "declarations": [
84059
- {
84060
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84061
- "name": "TypeLiteral"
84062
- }
84063
- ],
84064
- "required": false,
84065
- "type": {
84066
- "name": "Readonly<Options> | null"
84067
- }
84068
- },
84069
- "skipHtml": {
84070
- "defaultValue": null,
84071
- "description": "Ignore HTML in markdown completely (default: `false`).",
84072
- "name": "skipHtml",
84073
- "declarations": [
84074
- {
84075
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84076
- "name": "TypeLiteral"
84077
- }
84078
- ],
84079
- "required": false,
84080
- "type": {
84081
- "name": "boolean | null"
84082
- }
84083
- },
84084
- "unwrapDisallowed": {
84085
- "defaultValue": null,
84086
- "description": "Extract (unwrap) what’s in disallowed elements (default: `false`);\nnormally when say `strong` is not allowed, it and it’s children are dropped,\nwith `unwrapDisallowed` the element itself is replaced by its children.",
84087
- "name": "unwrapDisallowed",
84088
- "declarations": [
84089
- {
84090
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84091
- "name": "TypeLiteral"
84092
- }
84093
- ],
84094
- "required": false,
84095
- "type": {
84096
- "name": "boolean | null"
84097
- }
84098
- },
84099
- "urlTransform": {
84100
- "defaultValue": null,
84101
- "description": "Change URLs (default: `defaultUrlTransform`)",
84102
- "name": "urlTransform",
84103
- "declarations": [
84104
- {
84105
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.10_react@19.2.4/node_modules/react-markdown/lib/index.d.ts",
84106
- "name": "TypeLiteral"
84107
- }
84108
- ],
84109
- "required": false,
84110
- "type": {
84111
- "name": "UrlTransform | null"
84112
- }
84113
- }
84114
- }
84115
- },
84116
84116
  {
84117
84117
  "tags": {
84118
84118
  "flr-generate": "all"
@@ -155031,23 +155031,23 @@
155031
155031
  "tags": {
155032
155032
  "flr-generate": "all"
155033
155033
  },
155034
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
155034
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
155035
155035
  "description": "",
155036
- "displayName": "FileDropZone",
155036
+ "displayName": "FileField",
155037
155037
  "methods": [],
155038
155038
  "props": {
155039
155039
  "onChange": {
155040
155040
  "defaultValue": null,
155041
- "description": "",
155041
+ "description": "Handler that is called when the file input changes.",
155042
155042
  "name": "onChange",
155043
155043
  "parent": {
155044
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155045
- "name": "FileDropZoneProps"
155044
+ "fileName": "components/src/components/FileField/FileField.tsx",
155045
+ "name": "FileFieldProps"
155046
155046
  },
155047
155047
  "declarations": [
155048
155048
  {
155049
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155050
- "name": "FileDropZoneProps"
155049
+ "fileName": "components/src/components/FileField/FileField.tsx",
155050
+ "name": "FileFieldProps"
155051
155051
  }
155052
155052
  ],
155053
155053
  "required": false,
@@ -155060,13 +155060,13 @@
155060
155060
  "description": "Whether the component is read only.",
155061
155061
  "name": "isReadOnly",
155062
155062
  "parent": {
155063
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155064
- "name": "FileDropZoneProps"
155063
+ "fileName": "components/src/components/FileField/FileField.tsx",
155064
+ "name": "FileFieldProps"
155065
155065
  },
155066
155066
  "declarations": [
155067
155067
  {
155068
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155069
- "name": "FileDropZoneProps"
155068
+ "fileName": "components/src/components/FileField/FileField.tsx",
155069
+ "name": "FileFieldProps"
155070
155070
  }
155071
155071
  ],
155072
155072
  "required": false,
@@ -155074,23 +155074,19 @@
155074
155074
  "name": "boolean"
155075
155075
  }
155076
155076
  },
155077
- "className": {
155077
+ "children": {
155078
155078
  "defaultValue": null,
155079
- "description": "The elements class name.",
155080
- "name": "className",
155081
- "parent": {
155082
- "fileName": "components/src/lib/types/props.ts",
155083
- "name": "PropsWithClassName"
155084
- },
155079
+ "description": "",
155080
+ "name": "children",
155085
155081
  "declarations": [
155086
155082
  {
155087
- "fileName": "components/src/lib/types/props.ts",
155088
- "name": "PropsWithClassName"
155083
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155084
+ "name": "TypeLiteral"
155089
155085
  }
155090
155086
  ],
155091
155087
  "required": false,
155092
155088
  "type": {
155093
- "name": "string"
155089
+ "name": "ReactNode"
155094
155090
  }
155095
155091
  },
155096
155092
  "wrapWith": {
@@ -155169,21 +155165,6 @@
155169
155165
  "name": "Key | null"
155170
155166
  }
155171
155167
  },
155172
- "children": {
155173
- "defaultValue": null,
155174
- "description": "",
155175
- "name": "children",
155176
- "declarations": [
155177
- {
155178
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155179
- "name": "TypeLiteral"
155180
- }
155181
- ],
155182
- "required": false,
155183
- "type": {
155184
- "name": "ReactNode"
155185
- }
155186
- },
155187
155168
  "name": {
155188
155169
  "defaultValue": null,
155189
155170
  "description": "",
@@ -155241,18 +155222,77 @@
155241
155222
  "name": "boolean"
155242
155223
  }
155243
155224
  },
155225
+ "validationBehavior": {
155226
+ "defaultValue": {
155227
+ "value": "'native'"
155228
+ },
155229
+ "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
155230
+ "name": "validationBehavior",
155231
+ "parent": {
155232
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155233
+ "name": "RACValidation"
155234
+ },
155235
+ "declarations": [
155236
+ {
155237
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155238
+ "name": "RACValidation"
155239
+ }
155240
+ ],
155241
+ "required": false,
155242
+ "type": {
155243
+ "name": "\"native\" | \"aria\""
155244
+ }
155245
+ },
155244
155246
  "isDisabled": {
155245
155247
  "defaultValue": null,
155246
- "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
155248
+ "description": "Whether the input is disabled.",
155247
155249
  "name": "isDisabled",
155248
155250
  "parent": {
155249
- "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
155250
- "name": "DropOptions"
155251
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155252
+ "name": "InputBase"
155251
155253
  },
155252
155254
  "declarations": [
155253
155255
  {
155254
- "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
155255
- "name": "DropOptions"
155256
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155257
+ "name": "InputBase"
155258
+ }
155259
+ ],
155260
+ "required": false,
155261
+ "type": {
155262
+ "name": "boolean"
155263
+ }
155264
+ },
155265
+ "isRequired": {
155266
+ "defaultValue": null,
155267
+ "description": "Whether user input is required on the input before form submission.",
155268
+ "name": "isRequired",
155269
+ "parent": {
155270
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155271
+ "name": "Validation"
155272
+ },
155273
+ "declarations": [
155274
+ {
155275
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155276
+ "name": "Validation"
155277
+ }
155278
+ ],
155279
+ "required": false,
155280
+ "type": {
155281
+ "name": "boolean"
155282
+ }
155283
+ },
155284
+ "isInvalid": {
155285
+ "defaultValue": null,
155286
+ "description": "Whether the value is invalid.",
155287
+ "name": "isInvalid",
155288
+ "parent": {
155289
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155290
+ "name": "TextFieldProps"
155291
+ },
155292
+ "declarations": [
155293
+ {
155294
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155295
+ "name": "TextFieldProps"
155256
155296
  }
155257
155297
  ],
155258
155298
  "required": false,
@@ -155266,23 +155306,23 @@
155266
155306
  "tags": {
155267
155307
  "flr-generate": "all"
155268
155308
  },
155269
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
155309
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
155270
155310
  "description": "",
155271
- "displayName": "FileField",
155311
+ "displayName": "FileDropZone",
155272
155312
  "methods": [],
155273
155313
  "props": {
155274
155314
  "onChange": {
155275
155315
  "defaultValue": null,
155276
- "description": "Handler that is called when the file input changes.",
155316
+ "description": "",
155277
155317
  "name": "onChange",
155278
155318
  "parent": {
155279
- "fileName": "components/src/components/FileField/FileField.tsx",
155280
- "name": "FileFieldProps"
155319
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155320
+ "name": "FileDropZoneProps"
155281
155321
  },
155282
155322
  "declarations": [
155283
155323
  {
155284
- "fileName": "components/src/components/FileField/FileField.tsx",
155285
- "name": "FileFieldProps"
155324
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155325
+ "name": "FileDropZoneProps"
155286
155326
  }
155287
155327
  ],
155288
155328
  "required": false,
@@ -155295,13 +155335,13 @@
155295
155335
  "description": "Whether the component is read only.",
155296
155336
  "name": "isReadOnly",
155297
155337
  "parent": {
155298
- "fileName": "components/src/components/FileField/FileField.tsx",
155299
- "name": "FileFieldProps"
155338
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155339
+ "name": "FileDropZoneProps"
155300
155340
  },
155301
155341
  "declarations": [
155302
155342
  {
155303
- "fileName": "components/src/components/FileField/FileField.tsx",
155304
- "name": "FileFieldProps"
155343
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
155344
+ "name": "FileDropZoneProps"
155305
155345
  }
155306
155346
  ],
155307
155347
  "required": false,
@@ -155309,19 +155349,23 @@
155309
155349
  "name": "boolean"
155310
155350
  }
155311
155351
  },
155312
- "children": {
155352
+ "className": {
155313
155353
  "defaultValue": null,
155314
- "description": "",
155315
- "name": "children",
155354
+ "description": "The elements class name.",
155355
+ "name": "className",
155356
+ "parent": {
155357
+ "fileName": "components/src/lib/types/props.ts",
155358
+ "name": "PropsWithClassName"
155359
+ },
155316
155360
  "declarations": [
155317
155361
  {
155318
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155319
- "name": "TypeLiteral"
155362
+ "fileName": "components/src/lib/types/props.ts",
155363
+ "name": "PropsWithClassName"
155320
155364
  }
155321
155365
  ],
155322
155366
  "required": false,
155323
155367
  "type": {
155324
- "name": "ReactNode"
155368
+ "name": "string"
155325
155369
  }
155326
155370
  },
155327
155371
  "wrapWith": {
@@ -155400,6 +155444,21 @@
155400
155444
  "name": "Key | null"
155401
155445
  }
155402
155446
  },
155447
+ "children": {
155448
+ "defaultValue": null,
155449
+ "description": "",
155450
+ "name": "children",
155451
+ "declarations": [
155452
+ {
155453
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
155454
+ "name": "TypeLiteral"
155455
+ }
155456
+ ],
155457
+ "required": false,
155458
+ "type": {
155459
+ "name": "ReactNode"
155460
+ }
155461
+ },
155403
155462
  "name": {
155404
155463
  "defaultValue": null,
155405
155464
  "description": "",
@@ -155457,77 +155516,18 @@
155457
155516
  "name": "boolean"
155458
155517
  }
155459
155518
  },
155460
- "validationBehavior": {
155461
- "defaultValue": {
155462
- "value": "'native'"
155463
- },
155464
- "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
155465
- "name": "validationBehavior",
155466
- "parent": {
155467
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155468
- "name": "RACValidation"
155469
- },
155470
- "declarations": [
155471
- {
155472
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155473
- "name": "RACValidation"
155474
- }
155475
- ],
155476
- "required": false,
155477
- "type": {
155478
- "name": "\"native\" | \"aria\""
155479
- }
155480
- },
155481
155519
  "isDisabled": {
155482
155520
  "defaultValue": null,
155483
- "description": "Whether the input is disabled.",
155521
+ "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
155484
155522
  "name": "isDisabled",
155485
155523
  "parent": {
155486
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155487
- "name": "InputBase"
155488
- },
155489
- "declarations": [
155490
- {
155491
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155492
- "name": "InputBase"
155493
- }
155494
- ],
155495
- "required": false,
155496
- "type": {
155497
- "name": "boolean"
155498
- }
155499
- },
155500
- "isRequired": {
155501
- "defaultValue": null,
155502
- "description": "Whether user input is required on the input before form submission.",
155503
- "name": "isRequired",
155504
- "parent": {
155505
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155506
- "name": "Validation"
155507
- },
155508
- "declarations": [
155509
- {
155510
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
155511
- "name": "Validation"
155512
- }
155513
- ],
155514
- "required": false,
155515
- "type": {
155516
- "name": "boolean"
155517
- }
155518
- },
155519
- "isInvalid": {
155520
- "defaultValue": null,
155521
- "description": "Whether the value is invalid.",
155522
- "name": "isInvalid",
155523
- "parent": {
155524
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155525
- "name": "TextFieldProps"
155524
+ "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
155525
+ "name": "DropOptions"
155526
155526
  },
155527
155527
  "declarations": [
155528
155528
  {
155529
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
155530
- "name": "TextFieldProps"
155529
+ "fileName": "flow/node_modules/.pnpm/@react-aria+dnd@3.11.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/dnd/dist/types.d.ts",
155530
+ "name": "DropOptions"
155531
155531
  }
155532
155532
  ],
155533
155533
  "required": false,
@@ -180701,6 +180701,25 @@
180701
180701
  "displayName": "DateRangePicker",
180702
180702
  "methods": [],
180703
180703
  "props": {
180704
+ "withDatePickerPresets": {
180705
+ "defaultValue": null,
180706
+ "description": "",
180707
+ "name": "withDatePickerPresets",
180708
+ "parent": {
180709
+ "fileName": "components/src/components/DateRangePicker/DateRangePicker.tsx",
180710
+ "name": "DateRangePickerProps"
180711
+ },
180712
+ "declarations": [
180713
+ {
180714
+ "fileName": "components/src/components/DateRangePicker/DateRangePicker.tsx",
180715
+ "name": "DateRangePickerProps"
180716
+ }
180717
+ ],
180718
+ "required": false,
180719
+ "type": {
180720
+ "name": "boolean | DateRangePresets"
180721
+ }
180722
+ },
180704
180723
  "translate": {
180705
180724
  "defaultValue": null,
180706
180725
  "description": "",
@@ -221586,9 +221605,9 @@
221586
221605
  "tags": {
221587
221606
  "flr-generate": "all"
221588
221607
  },
221589
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
221608
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Checkbox/Checkbox.tsx",
221590
221609
  "description": "",
221591
- "displayName": "CheckboxButton",
221610
+ "displayName": "Checkbox",
221592
221611
  "methods": [],
221593
221612
  "props": {
221594
221613
  "inputClassName": {
@@ -223744,9 +223763,9 @@
223744
223763
  "tags": {
223745
223764
  "flr-generate": "all"
223746
223765
  },
223747
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Checkbox/Checkbox.tsx",
223766
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
223748
223767
  "description": "",
223749
- "displayName": "Checkbox",
223768
+ "displayName": "CheckboxButton",
223750
223769
  "methods": [],
223751
223770
  "props": {
223752
223771
  "inputClassName": {
@@ -304964,9 +304983,9 @@
304964
304983
  "tags": {
304965
304984
  "flr-generate": "all"
304966
304985
  },
304967
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
304986
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
304968
304987
  "description": "",
304969
- "displayName": "Radio",
304988
+ "displayName": "RadioButton",
304970
304989
  "methods": [],
304971
304990
  "props": {
304972
304991
  "translate": {
@@ -306854,9 +306873,9 @@
306854
306873
  "tags": {
306855
306874
  "flr-generate": "all"
306856
306875
  },
306857
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
306876
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
306858
306877
  "description": "",
306859
- "displayName": "RadioButton",
306878
+ "displayName": "Radio",
306860
306879
  "methods": [],
306861
306880
  "props": {
306862
306881
  "translate": {
@@ -308878,6 +308897,34 @@
308878
308897
  }
308879
308898
  }
308880
308899
  },
308900
+ {
308901
+ "tags": {},
308902
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
308903
+ "description": "",
308904
+ "displayName": "PopoverTip",
308905
+ "methods": [],
308906
+ "props": {
308907
+ "className": {
308908
+ "defaultValue": null,
308909
+ "description": "The elements class name.",
308910
+ "name": "className",
308911
+ "parent": {
308912
+ "fileName": "components/src/lib/types/props.ts",
308913
+ "name": "PropsWithClassName"
308914
+ },
308915
+ "declarations": [
308916
+ {
308917
+ "fileName": "components/src/lib/types/props.ts",
308918
+ "name": "PropsWithClassName"
308919
+ }
308920
+ ],
308921
+ "required": false,
308922
+ "type": {
308923
+ "name": "string"
308924
+ }
308925
+ }
308926
+ }
308927
+ },
308881
308928
  {
308882
308929
  "tags": {
308883
308930
  "flr-generate": "all"
@@ -309056,34 +309103,6 @@
309056
309103
  }
309057
309104
  }
309058
309105
  },
309059
- {
309060
- "tags": {},
309061
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
309062
- "description": "",
309063
- "displayName": "PopoverTip",
309064
- "methods": [],
309065
- "props": {
309066
- "className": {
309067
- "defaultValue": null,
309068
- "description": "The elements class name.",
309069
- "name": "className",
309070
- "parent": {
309071
- "fileName": "components/src/lib/types/props.ts",
309072
- "name": "PropsWithClassName"
309073
- },
309074
- "declarations": [
309075
- {
309076
- "fileName": "components/src/lib/types/props.ts",
309077
- "name": "PropsWithClassName"
309078
- }
309079
- ],
309080
- "required": false,
309081
- "type": {
309082
- "name": "string"
309083
- }
309084
- }
309085
- }
309086
- },
309087
309106
  {
309088
309107
  "tags": {
309089
309108
  "internal": ""
@@ -309134,71 +309153,67 @@
309134
309153
  }
309135
309154
  },
309136
309155
  {
309137
- "tags": {
309138
- "internal": ""
309139
- },
309140
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309156
+ "tags": {},
309157
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309141
309158
  "description": "",
309142
- "displayName": "TogglePasswordVisibilityButton",
309159
+ "displayName": "ValidationResultButton",
309143
309160
  "methods": [],
309144
309161
  "props": {
309145
- "isDisabled": {
309146
- "defaultValue": {
309147
- "value": "false"
309148
- },
309162
+ "policyValidationResult": {
309163
+ "defaultValue": null,
309149
309164
  "description": "",
309150
- "name": "isDisabled",
309165
+ "name": "policyValidationResult",
309151
309166
  "parent": {
309152
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309167
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309153
309168
  "name": "Props"
309154
309169
  },
309155
309170
  "declarations": [
309156
309171
  {
309157
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309172
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309158
309173
  "name": "Props"
309159
309174
  }
309160
309175
  ],
309161
309176
  "required": false,
309162
309177
  "type": {
309163
- "name": "boolean"
309178
+ "name": "ResolvedPolicyValidationResult"
309164
309179
  }
309165
309180
  },
309166
- "isVisible": {
309181
+ "isDisabled": {
309167
309182
  "defaultValue": null,
309168
309183
  "description": "",
309169
- "name": "isVisible",
309184
+ "name": "isDisabled",
309170
309185
  "parent": {
309171
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309186
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309172
309187
  "name": "Props"
309173
309188
  },
309174
309189
  "declarations": [
309175
309190
  {
309176
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309191
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309177
309192
  "name": "Props"
309178
309193
  }
309179
309194
  ],
309180
- "required": true,
309195
+ "required": false,
309181
309196
  "type": {
309182
309197
  "name": "boolean"
309183
309198
  }
309184
309199
  },
309185
- "onPress": {
309200
+ "isEmptyValue": {
309186
309201
  "defaultValue": null,
309187
309202
  "description": "",
309188
- "name": "onPress",
309203
+ "name": "isEmptyValue",
309189
309204
  "parent": {
309190
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309205
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309191
309206
  "name": "Props"
309192
309207
  },
309193
309208
  "declarations": [
309194
309209
  {
309195
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309210
+ "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309196
309211
  "name": "Props"
309197
309212
  }
309198
309213
  ],
309199
309214
  "required": true,
309200
309215
  "type": {
309201
- "name": "ActionFn"
309216
+ "name": "boolean"
309202
309217
  }
309203
309218
  },
309204
309219
  "className": {
@@ -309223,67 +309238,71 @@
309223
309238
  }
309224
309239
  },
309225
309240
  {
309226
- "tags": {},
309227
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309241
+ "tags": {
309242
+ "internal": ""
309243
+ },
309244
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309228
309245
  "description": "",
309229
- "displayName": "ValidationResultButton",
309246
+ "displayName": "TogglePasswordVisibilityButton",
309230
309247
  "methods": [],
309231
309248
  "props": {
309232
- "policyValidationResult": {
309233
- "defaultValue": null,
309249
+ "isDisabled": {
309250
+ "defaultValue": {
309251
+ "value": "false"
309252
+ },
309234
309253
  "description": "",
309235
- "name": "policyValidationResult",
309254
+ "name": "isDisabled",
309236
309255
  "parent": {
309237
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309256
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309238
309257
  "name": "Props"
309239
309258
  },
309240
309259
  "declarations": [
309241
309260
  {
309242
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309261
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309243
309262
  "name": "Props"
309244
309263
  }
309245
309264
  ],
309246
309265
  "required": false,
309247
309266
  "type": {
309248
- "name": "ResolvedPolicyValidationResult"
309267
+ "name": "boolean"
309249
309268
  }
309250
309269
  },
309251
- "isDisabled": {
309270
+ "isVisible": {
309252
309271
  "defaultValue": null,
309253
309272
  "description": "",
309254
- "name": "isDisabled",
309273
+ "name": "isVisible",
309255
309274
  "parent": {
309256
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309275
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309257
309276
  "name": "Props"
309258
309277
  },
309259
309278
  "declarations": [
309260
309279
  {
309261
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309280
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309262
309281
  "name": "Props"
309263
309282
  }
309264
309283
  ],
309265
- "required": false,
309284
+ "required": true,
309266
309285
  "type": {
309267
309286
  "name": "boolean"
309268
309287
  }
309269
309288
  },
309270
- "isEmptyValue": {
309289
+ "onPress": {
309271
309290
  "defaultValue": null,
309272
309291
  "description": "",
309273
- "name": "isEmptyValue",
309292
+ "name": "onPress",
309274
309293
  "parent": {
309275
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309294
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309276
309295
  "name": "Props"
309277
309296
  },
309278
309297
  "declarations": [
309279
309298
  {
309280
- "fileName": "components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
309299
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
309281
309300
  "name": "Props"
309282
309301
  }
309283
309302
  ],
309284
309303
  "required": true,
309285
309304
  "type": {
309286
- "name": "boolean"
309305
+ "name": "ActionFn"
309287
309306
  }
309288
309307
  },
309289
309308
  "className": {
@@ -321931,6 +321950,175 @@
321931
321950
  }
321932
321951
  }
321933
321952
  },
321953
+ {
321954
+ "tags": {
321955
+ "flr-generate": "all"
321956
+ },
321957
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
321958
+ "description": "",
321959
+ "displayName": "Line",
321960
+ "methods": [],
321961
+ "props": {
321962
+ "dataKey": {
321963
+ "defaultValue": null,
321964
+ "description": "",
321965
+ "name": "dataKey",
321966
+ "parent": {
321967
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
321968
+ "name": "LineProps"
321969
+ },
321970
+ "declarations": [
321971
+ {
321972
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
321973
+ "name": "LineProps"
321974
+ }
321975
+ ],
321976
+ "required": false,
321977
+ "type": {
321978
+ "name": "DataKey<ChartDataValue>"
321979
+ }
321980
+ },
321981
+ "color": {
321982
+ "defaultValue": {
321983
+ "value": "\"sea-green\""
321984
+ },
321985
+ "description": "The color of the line.",
321986
+ "name": "color",
321987
+ "parent": {
321988
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
321989
+ "name": "LineProps"
321990
+ },
321991
+ "declarations": [
321992
+ {
321993
+ "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
321994
+ "name": "LineProps"
321995
+ }
321996
+ ],
321997
+ "required": false,
321998
+ "type": {
321999
+ "name": "CategoricalWithCustomColor"
322000
+ }
322001
+ },
322002
+ "className": {
322003
+ "defaultValue": null,
322004
+ "description": "",
322005
+ "name": "className",
322006
+ "parent": {
322007
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322008
+ "name": "HTMLAttributes"
322009
+ },
322010
+ "declarations": [
322011
+ {
322012
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322013
+ "name": "HTMLAttributes"
322014
+ }
322015
+ ],
322016
+ "required": false,
322017
+ "type": {
322018
+ "name": "string"
322019
+ }
322020
+ },
322021
+ "key": {
322022
+ "defaultValue": null,
322023
+ "description": "",
322024
+ "name": "key",
322025
+ "parent": {
322026
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322027
+ "name": "Attributes"
322028
+ },
322029
+ "declarations": [
322030
+ {
322031
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322032
+ "name": "Attributes"
322033
+ }
322034
+ ],
322035
+ "required": false,
322036
+ "type": {
322037
+ "name": "Key | null"
322038
+ }
322039
+ },
322040
+ "type": {
322041
+ "defaultValue": null,
322042
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
322043
+ "name": "type",
322044
+ "parent": {
322045
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322046
+ "name": "CurveProps"
322047
+ },
322048
+ "declarations": [
322049
+ {
322050
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322051
+ "name": "CurveProps"
322052
+ },
322053
+ {
322054
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322055
+ "name": "LineProps"
322056
+ }
322057
+ ],
322058
+ "required": false,
322059
+ "type": {
322060
+ "name": "CurveType"
322061
+ }
322062
+ },
322063
+ "unit": {
322064
+ "defaultValue": null,
322065
+ "description": "The unit of data. This option will be used in tooltip.",
322066
+ "name": "unit",
322067
+ "parent": {
322068
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322069
+ "name": "LineProps"
322070
+ },
322071
+ "declarations": [
322072
+ {
322073
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322074
+ "name": "LineProps"
322075
+ }
322076
+ ],
322077
+ "required": false,
322078
+ "type": {
322079
+ "name": "string | number | null"
322080
+ }
322081
+ },
322082
+ "xAxisId": {
322083
+ "defaultValue": null,
322084
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
322085
+ "name": "xAxisId",
322086
+ "parent": {
322087
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322088
+ "name": "LineProps"
322089
+ },
322090
+ "declarations": [
322091
+ {
322092
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322093
+ "name": "LineProps"
322094
+ }
322095
+ ],
322096
+ "required": false,
322097
+ "type": {
322098
+ "name": "AxisId"
322099
+ }
322100
+ },
322101
+ "yAxisId": {
322102
+ "defaultValue": null,
322103
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
322104
+ "name": "yAxisId",
322105
+ "parent": {
322106
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322107
+ "name": "LineProps"
322108
+ },
322109
+ "declarations": [
322110
+ {
322111
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322112
+ "name": "LineProps"
322113
+ }
322114
+ ],
322115
+ "required": false,
322116
+ "type": {
322117
+ "name": "AxisId"
322118
+ }
322119
+ }
322120
+ }
322121
+ },
321934
322122
  {
321935
322123
  "tags": {
321936
322124
  "flr-generate": "all"
@@ -322181,175 +322369,6 @@
322181
322369
  }
322182
322370
  }
322183
322371
  },
322184
- {
322185
- "tags": {
322186
- "flr-generate": "all"
322187
- },
322188
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Line/Line.tsx",
322189
- "description": "",
322190
- "displayName": "Line",
322191
- "methods": [],
322192
- "props": {
322193
- "dataKey": {
322194
- "defaultValue": null,
322195
- "description": "",
322196
- "name": "dataKey",
322197
- "parent": {
322198
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322199
- "name": "LineProps"
322200
- },
322201
- "declarations": [
322202
- {
322203
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322204
- "name": "LineProps"
322205
- }
322206
- ],
322207
- "required": false,
322208
- "type": {
322209
- "name": "DataKey<ChartDataValue>"
322210
- }
322211
- },
322212
- "color": {
322213
- "defaultValue": {
322214
- "value": "\"sea-green\""
322215
- },
322216
- "description": "The color of the line.",
322217
- "name": "color",
322218
- "parent": {
322219
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322220
- "name": "LineProps"
322221
- },
322222
- "declarations": [
322223
- {
322224
- "fileName": "components/src/components/CartesianChart/components/Line/Line.tsx",
322225
- "name": "LineProps"
322226
- }
322227
- ],
322228
- "required": false,
322229
- "type": {
322230
- "name": "CategoricalWithCustomColor"
322231
- }
322232
- },
322233
- "className": {
322234
- "defaultValue": null,
322235
- "description": "",
322236
- "name": "className",
322237
- "parent": {
322238
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322239
- "name": "HTMLAttributes"
322240
- },
322241
- "declarations": [
322242
- {
322243
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322244
- "name": "HTMLAttributes"
322245
- }
322246
- ],
322247
- "required": false,
322248
- "type": {
322249
- "name": "string"
322250
- }
322251
- },
322252
- "key": {
322253
- "defaultValue": null,
322254
- "description": "",
322255
- "name": "key",
322256
- "parent": {
322257
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322258
- "name": "Attributes"
322259
- },
322260
- "declarations": [
322261
- {
322262
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
322263
- "name": "Attributes"
322264
- }
322265
- ],
322266
- "required": false,
322267
- "type": {
322268
- "name": "Key | null"
322269
- }
322270
- },
322271
- "type": {
322272
- "defaultValue": null,
322273
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
322274
- "name": "type",
322275
- "parent": {
322276
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322277
- "name": "CurveProps"
322278
- },
322279
- "declarations": [
322280
- {
322281
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
322282
- "name": "CurveProps"
322283
- },
322284
- {
322285
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322286
- "name": "LineProps"
322287
- }
322288
- ],
322289
- "required": false,
322290
- "type": {
322291
- "name": "CurveType"
322292
- }
322293
- },
322294
- "unit": {
322295
- "defaultValue": null,
322296
- "description": "The unit of data. This option will be used in tooltip.",
322297
- "name": "unit",
322298
- "parent": {
322299
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322300
- "name": "LineProps"
322301
- },
322302
- "declarations": [
322303
- {
322304
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322305
- "name": "LineProps"
322306
- }
322307
- ],
322308
- "required": false,
322309
- "type": {
322310
- "name": "string | number | null"
322311
- }
322312
- },
322313
- "xAxisId": {
322314
- "defaultValue": null,
322315
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
322316
- "name": "xAxisId",
322317
- "parent": {
322318
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322319
- "name": "LineProps"
322320
- },
322321
- "declarations": [
322322
- {
322323
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322324
- "name": "LineProps"
322325
- }
322326
- ],
322327
- "required": false,
322328
- "type": {
322329
- "name": "AxisId"
322330
- }
322331
- },
322332
- "yAxisId": {
322333
- "defaultValue": null,
322334
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
322335
- "name": "yAxisId",
322336
- "parent": {
322337
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322338
- "name": "LineProps"
322339
- },
322340
- "declarations": [
322341
- {
322342
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
322343
- "name": "LineProps"
322344
- }
322345
- ],
322346
- "required": false,
322347
- "type": {
322348
- "name": "AxisId"
322349
- }
322350
- }
322351
- }
322352
- },
322353
322372
  {
322354
322373
  "tags": {},
322355
322374
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
@@ -343699,6 +343718,25 @@
343699
343718
  "type": {
343700
343719
  "name": "((identifier: CalendarIdentifier) => Calendar)"
343701
343720
  }
343721
+ },
343722
+ "withDatePickerPresets": {
343723
+ "defaultValue": null,
343724
+ "description": "",
343725
+ "name": "withDatePickerPresets",
343726
+ "parent": {
343727
+ "fileName": "components/src/components/DateRangePicker/DateRangePicker.tsx",
343728
+ "name": "DateRangePickerProps"
343729
+ },
343730
+ "declarations": [
343731
+ {
343732
+ "fileName": "components/src/components/DateRangePicker/DateRangePicker.tsx",
343733
+ "name": "DateRangePickerProps"
343734
+ }
343735
+ ],
343736
+ "required": false,
343737
+ "type": {
343738
+ "name": "boolean | DateRangePresets"
343739
+ }
343702
343740
  }
343703
343741
  }
343704
343742
  },
@@ -343938,138 +343976,6 @@
343938
343976
  }
343939
343977
  }
343940
343978
  },
343941
- {
343942
- "tags": {},
343943
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
343944
- "description": "",
343945
- "displayName": "Item",
343946
- "methods": [],
343947
- "props": {
343948
- "id": {
343949
- "defaultValue": null,
343950
- "description": "",
343951
- "name": "id",
343952
- "parent": {
343953
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
343954
- "name": "Props"
343955
- },
343956
- "declarations": [
343957
- {
343958
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
343959
- "name": "Props"
343960
- }
343961
- ],
343962
- "required": true,
343963
- "type": {
343964
- "name": "Key"
343965
- }
343966
- },
343967
- "data": {
343968
- "defaultValue": null,
343969
- "description": "",
343970
- "name": "data",
343971
- "parent": {
343972
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
343973
- "name": "Props"
343974
- },
343975
- "declarations": [
343976
- {
343977
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
343978
- "name": "Props"
343979
- }
343980
- ],
343981
- "required": true,
343982
- "type": {
343983
- "name": "never"
343984
- }
343985
- },
343986
- "children": {
343987
- "defaultValue": null,
343988
- "description": "",
343989
- "name": "children",
343990
- "declarations": [
343991
- {
343992
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
343993
- "name": "TypeLiteral"
343994
- }
343995
- ],
343996
- "required": false,
343997
- "type": {
343998
- "name": "ReactNode"
343999
- }
344000
- }
344001
- }
344002
- },
344003
- {
344004
- "tags": {},
344005
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
344006
- "description": "",
344007
- "displayName": "ItemContainer",
344008
- "methods": [],
344009
- "props": {
344010
- "id": {
344011
- "defaultValue": null,
344012
- "description": "",
344013
- "name": "id",
344014
- "parent": {
344015
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
344016
- "name": "Props"
344017
- },
344018
- "declarations": [
344019
- {
344020
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
344021
- "name": "Props"
344022
- }
344023
- ],
344024
- "required": true,
344025
- "type": {
344026
- "name": "Key"
344027
- }
344028
- },
344029
- "data": {
344030
- "defaultValue": null,
344031
- "description": "",
344032
- "name": "data",
344033
- "parent": {
344034
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
344035
- "name": "Props"
344036
- },
344037
- "declarations": [
344038
- {
344039
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
344040
- "name": "Props"
344041
- }
344042
- ],
344043
- "required": true,
344044
- "type": {
344045
- "name": "never"
344046
- }
344047
- },
344048
- "children": {
344049
- "defaultValue": null,
344050
- "description": "",
344051
- "name": "children",
344052
- "declarations": [
344053
- {
344054
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
344055
- "name": "TypeLiteral"
344056
- }
344057
- ],
344058
- "required": false,
344059
- "type": {
344060
- "name": "ReactNode"
344061
- }
344062
- }
344063
- }
344064
- },
344065
- {
344066
- "tags": {},
344067
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
344068
- "description": "",
344069
- "displayName": "FallbackItems",
344070
- "methods": [],
344071
- "props": {}
344072
- },
344073
343979
  {
344074
343980
  "tags": {
344075
343981
  "flr-generate": "all"
@@ -347763,6 +347669,138 @@
347763
347669
  }
347764
347670
  }
347765
347671
  },
347672
+ {
347673
+ "tags": {},
347674
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
347675
+ "description": "",
347676
+ "displayName": "FallbackItems",
347677
+ "methods": [],
347678
+ "props": {}
347679
+ },
347680
+ {
347681
+ "tags": {},
347682
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
347683
+ "description": "",
347684
+ "displayName": "Item",
347685
+ "methods": [],
347686
+ "props": {
347687
+ "id": {
347688
+ "defaultValue": null,
347689
+ "description": "",
347690
+ "name": "id",
347691
+ "parent": {
347692
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
347693
+ "name": "Props"
347694
+ },
347695
+ "declarations": [
347696
+ {
347697
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
347698
+ "name": "Props"
347699
+ }
347700
+ ],
347701
+ "required": true,
347702
+ "type": {
347703
+ "name": "Key"
347704
+ }
347705
+ },
347706
+ "data": {
347707
+ "defaultValue": null,
347708
+ "description": "",
347709
+ "name": "data",
347710
+ "parent": {
347711
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
347712
+ "name": "Props"
347713
+ },
347714
+ "declarations": [
347715
+ {
347716
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
347717
+ "name": "Props"
347718
+ }
347719
+ ],
347720
+ "required": true,
347721
+ "type": {
347722
+ "name": "never"
347723
+ }
347724
+ },
347725
+ "children": {
347726
+ "defaultValue": null,
347727
+ "description": "",
347728
+ "name": "children",
347729
+ "declarations": [
347730
+ {
347731
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
347732
+ "name": "TypeLiteral"
347733
+ }
347734
+ ],
347735
+ "required": false,
347736
+ "type": {
347737
+ "name": "ReactNode"
347738
+ }
347739
+ }
347740
+ }
347741
+ },
347742
+ {
347743
+ "tags": {},
347744
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
347745
+ "description": "",
347746
+ "displayName": "ItemContainer",
347747
+ "methods": [],
347748
+ "props": {
347749
+ "id": {
347750
+ "defaultValue": null,
347751
+ "description": "",
347752
+ "name": "id",
347753
+ "parent": {
347754
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
347755
+ "name": "Props"
347756
+ },
347757
+ "declarations": [
347758
+ {
347759
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
347760
+ "name": "Props"
347761
+ }
347762
+ ],
347763
+ "required": true,
347764
+ "type": {
347765
+ "name": "Key"
347766
+ }
347767
+ },
347768
+ "data": {
347769
+ "defaultValue": null,
347770
+ "description": "",
347771
+ "name": "data",
347772
+ "parent": {
347773
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
347774
+ "name": "Props"
347775
+ },
347776
+ "declarations": [
347777
+ {
347778
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
347779
+ "name": "Props"
347780
+ }
347781
+ ],
347782
+ "required": true,
347783
+ "type": {
347784
+ "name": "never"
347785
+ }
347786
+ },
347787
+ "children": {
347788
+ "defaultValue": null,
347789
+ "description": "",
347790
+ "name": "children",
347791
+ "declarations": [
347792
+ {
347793
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
347794
+ "name": "TypeLiteral"
347795
+ }
347796
+ ],
347797
+ "required": false,
347798
+ "type": {
347799
+ "name": "ReactNode"
347800
+ }
347801
+ }
347802
+ }
347803
+ },
347766
347804
  {
347767
347805
  "tags": {},
347768
347806
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",