@mittwald/flow-react-components 0.2.0-alpha.559 → 0.2.0-alpha.560

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.
@@ -1,4 +1,14 @@
1
1
  [
2
+ {
3
+ "tags": {
4
+ "flr-generate": "all"
5
+ },
6
+ "filePath": "src/components/TunnelEntry/TunnelEntry.tsx",
7
+ "description": "",
8
+ "displayName": "TunnelEntry",
9
+ "methods": [],
10
+ "props": {}
11
+ },
2
12
  {
3
13
  "tags": {},
4
14
  "filePath": "src/components/Wrap/Wrap.tsx",
@@ -46,16 +56,6 @@
46
56
  }
47
57
  }
48
58
  },
49
- {
50
- "tags": {
51
- "flr-generate": "all"
52
- },
53
- "filePath": "src/components/TunnelEntry/TunnelEntry.tsx",
54
- "description": "",
55
- "displayName": "TunnelEntry",
56
- "methods": [],
57
- "props": {}
58
- },
59
59
  {
60
60
  "tags": {},
61
61
  "filePath": "src/components/TranslationProvider/TranslationProvider.tsx",
@@ -81273,264 +81273,6 @@
81273
81273
  }
81274
81274
  }
81275
81275
  },
81276
- {
81277
- "tags": {
81278
- "flr-generate": "all"
81279
- },
81280
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
81281
- "description": "",
81282
- "displayName": "Markdown",
81283
- "methods": [],
81284
- "props": {
81285
- "color": {
81286
- "defaultValue": null,
81287
- "description": "The color schema of the markdown component.",
81288
- "name": "color",
81289
- "parent": {
81290
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81291
- "name": "MarkdownProps"
81292
- },
81293
- "declarations": [
81294
- {
81295
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81296
- "name": "MarkdownProps"
81297
- }
81298
- ],
81299
- "required": false,
81300
- "type": {
81301
- "name": "\"light\" | \"dark\" | \"default\""
81302
- }
81303
- },
81304
- "headingOffset": {
81305
- "defaultValue": {
81306
- "value": "0"
81307
- },
81308
- "description": "Shifts all heading levels by the given offset.",
81309
- "name": "headingOffset",
81310
- "parent": {
81311
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81312
- "name": "MarkdownProps"
81313
- },
81314
- "declarations": [
81315
- {
81316
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81317
- "name": "MarkdownProps"
81318
- }
81319
- ],
81320
- "required": false,
81321
- "type": {
81322
- "name": "number"
81323
- }
81324
- },
81325
- "style": {
81326
- "defaultValue": null,
81327
- "description": "@internal",
81328
- "name": "style",
81329
- "parent": {
81330
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81331
- "name": "MarkdownProps"
81332
- },
81333
- "declarations": [
81334
- {
81335
- "fileName": "components/src/components/Markdown/Markdown.tsx",
81336
- "name": "MarkdownProps"
81337
- }
81338
- ],
81339
- "required": false,
81340
- "type": {
81341
- "name": "CSSProperties"
81342
- }
81343
- },
81344
- "ref": {
81345
- "defaultValue": null,
81346
- "description": "",
81347
- "name": "ref",
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": "RefObject<HTMLDivElement>"
81361
- }
81362
- },
81363
- "className": {
81364
- "defaultValue": null,
81365
- "description": "The elements class name.",
81366
- "name": "className",
81367
- "parent": {
81368
- "fileName": "components/src/lib/types/props.ts",
81369
- "name": "PropsWithClassName"
81370
- },
81371
- "declarations": [
81372
- {
81373
- "fileName": "components/src/lib/types/props.ts",
81374
- "name": "PropsWithClassName"
81375
- }
81376
- ],
81377
- "required": false,
81378
- "type": {
81379
- "name": "string"
81380
- }
81381
- },
81382
- "children": {
81383
- "defaultValue": null,
81384
- "description": "Markdown.",
81385
- "name": "children",
81386
- "declarations": [
81387
- {
81388
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
81389
- "name": "TypeLiteral"
81390
- }
81391
- ],
81392
- "required": false,
81393
- "type": {
81394
- "name": "string | null"
81395
- }
81396
- },
81397
- "allowElement": {
81398
- "defaultValue": null,
81399
- "description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
81400
- "name": "allowElement",
81401
- "declarations": [
81402
- {
81403
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
81404
- "name": "TypeLiteral"
81405
- }
81406
- ],
81407
- "required": false,
81408
- "type": {
81409
- "name": "AllowElement | null"
81410
- }
81411
- },
81412
- "allowedElements": {
81413
- "defaultValue": null,
81414
- "description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
81415
- "name": "allowedElements",
81416
- "declarations": [
81417
- {
81418
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
81419
- "name": "TypeLiteral"
81420
- }
81421
- ],
81422
- "required": false,
81423
- "type": {
81424
- "name": "readonly string[] | null"
81425
- }
81426
- },
81427
- "disallowedElements": {
81428
- "defaultValue": null,
81429
- "description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
81430
- "name": "disallowedElements",
81431
- "declarations": [
81432
- {
81433
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
81434
- "name": "TypeLiteral"
81435
- }
81436
- ],
81437
- "required": false,
81438
- "type": {
81439
- "name": "readonly string[] | null"
81440
- }
81441
- },
81442
- "rehypePlugins": {
81443
- "defaultValue": null,
81444
- "description": "List of rehype plugins to use.",
81445
- "name": "rehypePlugins",
81446
- "declarations": [
81447
- {
81448
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
81449
- "name": "TypeLiteral"
81450
- }
81451
- ],
81452
- "required": false,
81453
- "type": {
81454
- "name": "PluggableList | null"
81455
- }
81456
- },
81457
- "remarkPlugins": {
81458
- "defaultValue": null,
81459
- "description": "List of remark plugins to use.",
81460
- "name": "remarkPlugins",
81461
- "declarations": [
81462
- {
81463
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
81464
- "name": "TypeLiteral"
81465
- }
81466
- ],
81467
- "required": false,
81468
- "type": {
81469
- "name": "PluggableList | null"
81470
- }
81471
- },
81472
- "remarkRehypeOptions": {
81473
- "defaultValue": null,
81474
- "description": "Options to pass through to `remark-rehype`.",
81475
- "name": "remarkRehypeOptions",
81476
- "declarations": [
81477
- {
81478
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
81479
- "name": "TypeLiteral"
81480
- }
81481
- ],
81482
- "required": false,
81483
- "type": {
81484
- "name": "Readonly<Options> | null"
81485
- }
81486
- },
81487
- "skipHtml": {
81488
- "defaultValue": null,
81489
- "description": "Ignore HTML in markdown completely (default: `false`).",
81490
- "name": "skipHtml",
81491
- "declarations": [
81492
- {
81493
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
81494
- "name": "TypeLiteral"
81495
- }
81496
- ],
81497
- "required": false,
81498
- "type": {
81499
- "name": "boolean | null"
81500
- }
81501
- },
81502
- "unwrapDisallowed": {
81503
- "defaultValue": null,
81504
- "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.",
81505
- "name": "unwrapDisallowed",
81506
- "declarations": [
81507
- {
81508
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
81509
- "name": "TypeLiteral"
81510
- }
81511
- ],
81512
- "required": false,
81513
- "type": {
81514
- "name": "boolean | null"
81515
- }
81516
- },
81517
- "urlTransform": {
81518
- "defaultValue": null,
81519
- "description": "Change URLs (default: `defaultUrlTransform`)",
81520
- "name": "urlTransform",
81521
- "declarations": [
81522
- {
81523
- "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
81524
- "name": "TypeLiteral"
81525
- }
81526
- ],
81527
- "required": false,
81528
- "type": {
81529
- "name": "UrlTransform | null"
81530
- }
81531
- }
81532
- }
81533
- },
81534
81276
  {
81535
81277
  "tags": {
81536
81278
  "flr-generate": "all"
@@ -84071,6 +83813,264 @@
84071
83813
  }
84072
83814
  }
84073
83815
  },
83816
+ {
83817
+ "tags": {
83818
+ "flr-generate": "all"
83819
+ },
83820
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
83821
+ "description": "",
83822
+ "displayName": "Markdown",
83823
+ "methods": [],
83824
+ "props": {
83825
+ "color": {
83826
+ "defaultValue": null,
83827
+ "description": "The color schema of the markdown component.",
83828
+ "name": "color",
83829
+ "parent": {
83830
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83831
+ "name": "MarkdownProps"
83832
+ },
83833
+ "declarations": [
83834
+ {
83835
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83836
+ "name": "MarkdownProps"
83837
+ }
83838
+ ],
83839
+ "required": false,
83840
+ "type": {
83841
+ "name": "\"light\" | \"dark\" | \"default\""
83842
+ }
83843
+ },
83844
+ "headingOffset": {
83845
+ "defaultValue": {
83846
+ "value": "0"
83847
+ },
83848
+ "description": "Shifts all heading levels by the given offset.",
83849
+ "name": "headingOffset",
83850
+ "parent": {
83851
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83852
+ "name": "MarkdownProps"
83853
+ },
83854
+ "declarations": [
83855
+ {
83856
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83857
+ "name": "MarkdownProps"
83858
+ }
83859
+ ],
83860
+ "required": false,
83861
+ "type": {
83862
+ "name": "number"
83863
+ }
83864
+ },
83865
+ "style": {
83866
+ "defaultValue": null,
83867
+ "description": "@internal",
83868
+ "name": "style",
83869
+ "parent": {
83870
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83871
+ "name": "MarkdownProps"
83872
+ },
83873
+ "declarations": [
83874
+ {
83875
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83876
+ "name": "MarkdownProps"
83877
+ }
83878
+ ],
83879
+ "required": false,
83880
+ "type": {
83881
+ "name": "CSSProperties"
83882
+ }
83883
+ },
83884
+ "ref": {
83885
+ "defaultValue": null,
83886
+ "description": "",
83887
+ "name": "ref",
83888
+ "parent": {
83889
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83890
+ "name": "MarkdownProps"
83891
+ },
83892
+ "declarations": [
83893
+ {
83894
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
83895
+ "name": "MarkdownProps"
83896
+ }
83897
+ ],
83898
+ "required": false,
83899
+ "type": {
83900
+ "name": "RefObject<HTMLDivElement>"
83901
+ }
83902
+ },
83903
+ "className": {
83904
+ "defaultValue": null,
83905
+ "description": "The elements class name.",
83906
+ "name": "className",
83907
+ "parent": {
83908
+ "fileName": "components/src/lib/types/props.ts",
83909
+ "name": "PropsWithClassName"
83910
+ },
83911
+ "declarations": [
83912
+ {
83913
+ "fileName": "components/src/lib/types/props.ts",
83914
+ "name": "PropsWithClassName"
83915
+ }
83916
+ ],
83917
+ "required": false,
83918
+ "type": {
83919
+ "name": "string"
83920
+ }
83921
+ },
83922
+ "children": {
83923
+ "defaultValue": null,
83924
+ "description": "Markdown.",
83925
+ "name": "children",
83926
+ "declarations": [
83927
+ {
83928
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
83929
+ "name": "TypeLiteral"
83930
+ }
83931
+ ],
83932
+ "required": false,
83933
+ "type": {
83934
+ "name": "string | null"
83935
+ }
83936
+ },
83937
+ "allowElement": {
83938
+ "defaultValue": null,
83939
+ "description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
83940
+ "name": "allowElement",
83941
+ "declarations": [
83942
+ {
83943
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
83944
+ "name": "TypeLiteral"
83945
+ }
83946
+ ],
83947
+ "required": false,
83948
+ "type": {
83949
+ "name": "AllowElement | null"
83950
+ }
83951
+ },
83952
+ "allowedElements": {
83953
+ "defaultValue": null,
83954
+ "description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
83955
+ "name": "allowedElements",
83956
+ "declarations": [
83957
+ {
83958
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
83959
+ "name": "TypeLiteral"
83960
+ }
83961
+ ],
83962
+ "required": false,
83963
+ "type": {
83964
+ "name": "readonly string[] | null"
83965
+ }
83966
+ },
83967
+ "disallowedElements": {
83968
+ "defaultValue": null,
83969
+ "description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
83970
+ "name": "disallowedElements",
83971
+ "declarations": [
83972
+ {
83973
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
83974
+ "name": "TypeLiteral"
83975
+ }
83976
+ ],
83977
+ "required": false,
83978
+ "type": {
83979
+ "name": "readonly string[] | null"
83980
+ }
83981
+ },
83982
+ "rehypePlugins": {
83983
+ "defaultValue": null,
83984
+ "description": "List of rehype plugins to use.",
83985
+ "name": "rehypePlugins",
83986
+ "declarations": [
83987
+ {
83988
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
83989
+ "name": "TypeLiteral"
83990
+ }
83991
+ ],
83992
+ "required": false,
83993
+ "type": {
83994
+ "name": "PluggableList | null"
83995
+ }
83996
+ },
83997
+ "remarkPlugins": {
83998
+ "defaultValue": null,
83999
+ "description": "List of remark plugins to use.",
84000
+ "name": "remarkPlugins",
84001
+ "declarations": [
84002
+ {
84003
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
84004
+ "name": "TypeLiteral"
84005
+ }
84006
+ ],
84007
+ "required": false,
84008
+ "type": {
84009
+ "name": "PluggableList | null"
84010
+ }
84011
+ },
84012
+ "remarkRehypeOptions": {
84013
+ "defaultValue": null,
84014
+ "description": "Options to pass through to `remark-rehype`.",
84015
+ "name": "remarkRehypeOptions",
84016
+ "declarations": [
84017
+ {
84018
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
84019
+ "name": "TypeLiteral"
84020
+ }
84021
+ ],
84022
+ "required": false,
84023
+ "type": {
84024
+ "name": "Readonly<Options> | null"
84025
+ }
84026
+ },
84027
+ "skipHtml": {
84028
+ "defaultValue": null,
84029
+ "description": "Ignore HTML in markdown completely (default: `false`).",
84030
+ "name": "skipHtml",
84031
+ "declarations": [
84032
+ {
84033
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
84034
+ "name": "TypeLiteral"
84035
+ }
84036
+ ],
84037
+ "required": false,
84038
+ "type": {
84039
+ "name": "boolean | null"
84040
+ }
84041
+ },
84042
+ "unwrapDisallowed": {
84043
+ "defaultValue": null,
84044
+ "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.",
84045
+ "name": "unwrapDisallowed",
84046
+ "declarations": [
84047
+ {
84048
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
84049
+ "name": "TypeLiteral"
84050
+ }
84051
+ ],
84052
+ "required": false,
84053
+ "type": {
84054
+ "name": "boolean | null"
84055
+ }
84056
+ },
84057
+ "urlTransform": {
84058
+ "defaultValue": null,
84059
+ "description": "Change URLs (default: `defaultUrlTransform`)",
84060
+ "name": "urlTransform",
84061
+ "declarations": [
84062
+ {
84063
+ "fileName": "flow/node_modules/.pnpm/react-markdown@10.1.0_@types+react@19.2.2_react@19.2.0/node_modules/react-markdown/lib/index.d.ts",
84064
+ "name": "TypeLiteral"
84065
+ }
84066
+ ],
84067
+ "required": false,
84068
+ "type": {
84069
+ "name": "UrlTransform | null"
84070
+ }
84071
+ }
84072
+ }
84073
+ },
84074
84074
  {
84075
84075
  "tags": {
84076
84076
  "flr-generate": "all"
@@ -256804,10 +256804,10 @@
256804
256804
  "name": "(index: number, value: any) => any[]"
256805
256805
  }
256806
256806
  },
256807
- "__@iterator@103": {
256807
+ "__@iterator@105": {
256808
256808
  "defaultValue": null,
256809
256809
  "description": "Iterator",
256810
- "name": "__@iterator@103",
256810
+ "name": "__@iterator@105",
256811
256811
  "parent": {
256812
256812
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
256813
256813
  "name": "Array"
@@ -256823,10 +256823,10 @@
256823
256823
  "name": "() => ArrayIterator<any>"
256824
256824
  }
256825
256825
  },
256826
- "__@unscopables@3177": {
256826
+ "__@unscopables@3175": {
256827
256827
  "defaultValue": null,
256828
256828
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
256829
- "name": "__@unscopables@3177",
256829
+ "name": "__@unscopables@3175",
256830
256830
  "parent": {
256831
256831
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
256832
256832
  "name": "Array"
@@ -257640,10 +257640,10 @@
257640
257640
  "name": "(index: number, value: any) => any[]"
257641
257641
  }
257642
257642
  },
257643
- "__@iterator@103": {
257643
+ "__@iterator@105": {
257644
257644
  "defaultValue": null,
257645
257645
  "description": "Iterator",
257646
- "name": "__@iterator@103",
257646
+ "name": "__@iterator@105",
257647
257647
  "parent": {
257648
257648
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
257649
257649
  "name": "Array"
@@ -257659,10 +257659,10 @@
257659
257659
  "name": "() => ArrayIterator<any>"
257660
257660
  }
257661
257661
  },
257662
- "__@unscopables@3177": {
257662
+ "__@unscopables@3175": {
257663
257663
  "defaultValue": null,
257664
257664
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
257665
- "name": "__@unscopables@3177",
257665
+ "name": "__@unscopables@3175",
257666
257666
  "parent": {
257667
257667
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
257668
257668
  "name": "Array"
@@ -258476,10 +258476,10 @@
258476
258476
  "name": "(index: number, value: any) => any[]"
258477
258477
  }
258478
258478
  },
258479
- "__@iterator@103": {
258479
+ "__@iterator@105": {
258480
258480
  "defaultValue": null,
258481
258481
  "description": "Iterator",
258482
- "name": "__@iterator@103",
258482
+ "name": "__@iterator@105",
258483
258483
  "parent": {
258484
258484
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts",
258485
258485
  "name": "Array"
@@ -258495,10 +258495,10 @@
258495
258495
  "name": "() => ArrayIterator<any>"
258496
258496
  }
258497
258497
  },
258498
- "__@unscopables@3177": {
258498
+ "__@unscopables@3175": {
258499
258499
  "defaultValue": null,
258500
258500
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258501
- "name": "__@unscopables@3177",
258501
+ "name": "__@unscopables@3175",
258502
258502
  "parent": {
258503
258503
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258504
258504
  "name": "Array"
@@ -286242,51 +286242,6 @@
286242
286242
  }
286243
286243
  }
286244
286244
  },
286245
- {
286246
- "tags": {
286247
- "flr-generate": "all"
286248
- },
286249
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.tsx",
286250
- "description": "",
286251
- "displayName": "MessageSeparator",
286252
- "methods": [],
286253
- "props": {
286254
- "children": {
286255
- "defaultValue": null,
286256
- "description": "",
286257
- "name": "children",
286258
- "declarations": [
286259
- {
286260
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
286261
- "name": "TypeLiteral"
286262
- }
286263
- ],
286264
- "required": false,
286265
- "type": {
286266
- "name": "ReactNode"
286267
- }
286268
- },
286269
- "className": {
286270
- "defaultValue": null,
286271
- "description": "The elements class name.",
286272
- "name": "className",
286273
- "parent": {
286274
- "fileName": "components/src/lib/types/props.ts",
286275
- "name": "PropsWithClassName"
286276
- },
286277
- "declarations": [
286278
- {
286279
- "fileName": "components/src/lib/types/props.ts",
286280
- "name": "PropsWithClassName"
286281
- }
286282
- ],
286283
- "required": false,
286284
- "type": {
286285
- "name": "string"
286286
- }
286287
- }
286288
- }
286289
- },
286290
286245
  {
286291
286246
  "tags": {},
286292
286247
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.tsx",
@@ -289166,6 +289121,51 @@
289166
289121
  }
289167
289122
  }
289168
289123
  },
289124
+ {
289125
+ "tags": {
289126
+ "flr-generate": "all"
289127
+ },
289128
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.tsx",
289129
+ "description": "",
289130
+ "displayName": "MessageSeparator",
289131
+ "methods": [],
289132
+ "props": {
289133
+ "children": {
289134
+ "defaultValue": null,
289135
+ "description": "",
289136
+ "name": "children",
289137
+ "declarations": [
289138
+ {
289139
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
289140
+ "name": "TypeLiteral"
289141
+ }
289142
+ ],
289143
+ "required": false,
289144
+ "type": {
289145
+ "name": "ReactNode"
289146
+ }
289147
+ },
289148
+ "className": {
289149
+ "defaultValue": null,
289150
+ "description": "The elements class name.",
289151
+ "name": "className",
289152
+ "parent": {
289153
+ "fileName": "components/src/lib/types/props.ts",
289154
+ "name": "PropsWithClassName"
289155
+ },
289156
+ "declarations": [
289157
+ {
289158
+ "fileName": "components/src/lib/types/props.ts",
289159
+ "name": "PropsWithClassName"
289160
+ }
289161
+ ],
289162
+ "required": false,
289163
+ "type": {
289164
+ "name": "string"
289165
+ }
289166
+ }
289167
+ }
289168
+ },
289169
289169
  {
289170
289170
  "tags": {},
289171
289171
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",