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

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.2.0-alpha.559](https://github.com/mittwald/flow/compare/0.2.0-alpha.558...0.2.0-alpha.559) (2025-11-18)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # [0.2.0-alpha.558](https://github.com/mittwald/flow/compare/0.2.0-alpha.557...0.2.0-alpha.558) (2025-11-17)
11
+
12
+ **Note:** Version bump only for package @mittwald/flow-react-components
13
+
6
14
  # [0.2.0-alpha.557](https://github.com/mittwald/flow/compare/0.2.0-alpha.556...0.2.0-alpha.557) (2025-11-13)
7
15
 
8
16
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -54,65 +54,7 @@
54
54
  "description": "",
55
55
  "displayName": "TunnelEntry",
56
56
  "methods": [],
57
- "props": {
58
- "id": {
59
- "defaultValue": null,
60
- "description": "",
61
- "name": "id",
62
- "parent": {
63
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
64
- "name": "TunnelEntryProps"
65
- },
66
- "declarations": [
67
- {
68
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
69
- "name": "TunnelEntryProps"
70
- }
71
- ],
72
- "required": false,
73
- "type": {
74
- "name": "string"
75
- }
76
- },
77
- "children": {
78
- "defaultValue": null,
79
- "description": "",
80
- "name": "children",
81
- "parent": {
82
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
83
- "name": "TunnelEntryProps"
84
- },
85
- "declarations": [
86
- {
87
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
88
- "name": "TunnelEntryProps"
89
- }
90
- ],
91
- "required": false,
92
- "type": {
93
- "name": "TunnelEntryChildren"
94
- }
95
- },
96
- "staticEntryId": {
97
- "defaultValue": null,
98
- "description": "Static entry ID instead of generated ID by `useId`",
99
- "name": "staticEntryId",
100
- "parent": {
101
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
102
- "name": "TunnelEntryProps"
103
- },
104
- "declarations": [
105
- {
106
- "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
107
- "name": "TunnelEntryProps"
108
- }
109
- ],
110
- "required": false,
111
- "type": {
112
- "name": "string"
113
- }
114
- }
115
- }
57
+ "props": {}
116
58
  },
117
59
  {
118
60
  "tags": {},
@@ -81331,6 +81273,264 @@
81331
81273
  }
81332
81274
  }
81333
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
+ },
81334
81534
  {
81335
81535
  "tags": {
81336
81536
  "flr-generate": "all"
@@ -83871,264 +84071,6 @@
83871
84071
  }
83872
84072
  }
83873
84073
  },
83874
- {
83875
- "tags": {
83876
- "flr-generate": "all"
83877
- },
83878
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Markdown/Markdown.tsx",
83879
- "description": "",
83880
- "displayName": "Markdown",
83881
- "methods": [],
83882
- "props": {
83883
- "color": {
83884
- "defaultValue": null,
83885
- "description": "The color schema of the markdown component.",
83886
- "name": "color",
83887
- "parent": {
83888
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83889
- "name": "MarkdownProps"
83890
- },
83891
- "declarations": [
83892
- {
83893
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83894
- "name": "MarkdownProps"
83895
- }
83896
- ],
83897
- "required": false,
83898
- "type": {
83899
- "name": "\"light\" | \"dark\" | \"default\""
83900
- }
83901
- },
83902
- "headingOffset": {
83903
- "defaultValue": {
83904
- "value": "0"
83905
- },
83906
- "description": "Shifts all heading levels by the given offset.",
83907
- "name": "headingOffset",
83908
- "parent": {
83909
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83910
- "name": "MarkdownProps"
83911
- },
83912
- "declarations": [
83913
- {
83914
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83915
- "name": "MarkdownProps"
83916
- }
83917
- ],
83918
- "required": false,
83919
- "type": {
83920
- "name": "number"
83921
- }
83922
- },
83923
- "style": {
83924
- "defaultValue": null,
83925
- "description": "@internal",
83926
- "name": "style",
83927
- "parent": {
83928
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83929
- "name": "MarkdownProps"
83930
- },
83931
- "declarations": [
83932
- {
83933
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83934
- "name": "MarkdownProps"
83935
- }
83936
- ],
83937
- "required": false,
83938
- "type": {
83939
- "name": "CSSProperties"
83940
- }
83941
- },
83942
- "ref": {
83943
- "defaultValue": null,
83944
- "description": "",
83945
- "name": "ref",
83946
- "parent": {
83947
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83948
- "name": "MarkdownProps"
83949
- },
83950
- "declarations": [
83951
- {
83952
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83953
- "name": "MarkdownProps"
83954
- }
83955
- ],
83956
- "required": false,
83957
- "type": {
83958
- "name": "RefObject<HTMLDivElement>"
83959
- }
83960
- },
83961
- "className": {
83962
- "defaultValue": null,
83963
- "description": "The elements class name.",
83964
- "name": "className",
83965
- "parent": {
83966
- "fileName": "components/src/lib/types/props.ts",
83967
- "name": "PropsWithClassName"
83968
- },
83969
- "declarations": [
83970
- {
83971
- "fileName": "components/src/lib/types/props.ts",
83972
- "name": "PropsWithClassName"
83973
- }
83974
- ],
83975
- "required": false,
83976
- "type": {
83977
- "name": "string"
83978
- }
83979
- },
83980
- "children": {
83981
- "defaultValue": null,
83982
- "description": "Markdown.",
83983
- "name": "children",
83984
- "declarations": [
83985
- {
83986
- "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",
83987
- "name": "TypeLiteral"
83988
- }
83989
- ],
83990
- "required": false,
83991
- "type": {
83992
- "name": "string | null"
83993
- }
83994
- },
83995
- "allowElement": {
83996
- "defaultValue": null,
83997
- "description": "Filter elements (optional);\n`allowedElements` / `disallowedElements` is used first.",
83998
- "name": "allowElement",
83999
- "declarations": [
84000
- {
84001
- "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",
84002
- "name": "TypeLiteral"
84003
- }
84004
- ],
84005
- "required": false,
84006
- "type": {
84007
- "name": "AllowElement | null"
84008
- }
84009
- },
84010
- "allowedElements": {
84011
- "defaultValue": null,
84012
- "description": "Tag names to allow (default: all tag names);\ncannot combine w/ `disallowedElements`.",
84013
- "name": "allowedElements",
84014
- "declarations": [
84015
- {
84016
- "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",
84017
- "name": "TypeLiteral"
84018
- }
84019
- ],
84020
- "required": false,
84021
- "type": {
84022
- "name": "readonly string[] | null"
84023
- }
84024
- },
84025
- "disallowedElements": {
84026
- "defaultValue": null,
84027
- "description": "Tag names to disallow (default: `[]`);\ncannot combine w/ `allowedElements`.",
84028
- "name": "disallowedElements",
84029
- "declarations": [
84030
- {
84031
- "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",
84032
- "name": "TypeLiteral"
84033
- }
84034
- ],
84035
- "required": false,
84036
- "type": {
84037
- "name": "readonly string[] | null"
84038
- }
84039
- },
84040
- "rehypePlugins": {
84041
- "defaultValue": null,
84042
- "description": "List of rehype plugins to use.",
84043
- "name": "rehypePlugins",
84044
- "declarations": [
84045
- {
84046
- "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",
84047
- "name": "TypeLiteral"
84048
- }
84049
- ],
84050
- "required": false,
84051
- "type": {
84052
- "name": "PluggableList | null"
84053
- }
84054
- },
84055
- "remarkPlugins": {
84056
- "defaultValue": null,
84057
- "description": "List of remark plugins to use.",
84058
- "name": "remarkPlugins",
84059
- "declarations": [
84060
- {
84061
- "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",
84062
- "name": "TypeLiteral"
84063
- }
84064
- ],
84065
- "required": false,
84066
- "type": {
84067
- "name": "PluggableList | null"
84068
- }
84069
- },
84070
- "remarkRehypeOptions": {
84071
- "defaultValue": null,
84072
- "description": "Options to pass through to `remark-rehype`.",
84073
- "name": "remarkRehypeOptions",
84074
- "declarations": [
84075
- {
84076
- "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",
84077
- "name": "TypeLiteral"
84078
- }
84079
- ],
84080
- "required": false,
84081
- "type": {
84082
- "name": "Readonly<Options> | null"
84083
- }
84084
- },
84085
- "skipHtml": {
84086
- "defaultValue": null,
84087
- "description": "Ignore HTML in markdown completely (default: `false`).",
84088
- "name": "skipHtml",
84089
- "declarations": [
84090
- {
84091
- "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",
84092
- "name": "TypeLiteral"
84093
- }
84094
- ],
84095
- "required": false,
84096
- "type": {
84097
- "name": "boolean | null"
84098
- }
84099
- },
84100
- "unwrapDisallowed": {
84101
- "defaultValue": null,
84102
- "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.",
84103
- "name": "unwrapDisallowed",
84104
- "declarations": [
84105
- {
84106
- "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",
84107
- "name": "TypeLiteral"
84108
- }
84109
- ],
84110
- "required": false,
84111
- "type": {
84112
- "name": "boolean | null"
84113
- }
84114
- },
84115
- "urlTransform": {
84116
- "defaultValue": null,
84117
- "description": "Change URLs (default: `defaultUrlTransform`)",
84118
- "name": "urlTransform",
84119
- "declarations": [
84120
- {
84121
- "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",
84122
- "name": "TypeLiteral"
84123
- }
84124
- ],
84125
- "required": false,
84126
- "type": {
84127
- "name": "UrlTransform | null"
84128
- }
84129
- }
84130
- }
84131
- },
84132
84074
  {
84133
84075
  "tags": {
84134
84076
  "flr-generate": "all"
@@ -256881,10 +256823,10 @@
256881
256823
  "name": "() => ArrayIterator<any>"
256882
256824
  }
256883
256825
  },
256884
- "__@unscopables@3182": {
256826
+ "__@unscopables@3177": {
256885
256827
  "defaultValue": null,
256886
256828
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
256887
- "name": "__@unscopables@3182",
256829
+ "name": "__@unscopables@3177",
256888
256830
  "parent": {
256889
256831
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
256890
256832
  "name": "Array"
@@ -257717,10 +257659,10 @@
257717
257659
  "name": "() => ArrayIterator<any>"
257718
257660
  }
257719
257661
  },
257720
- "__@unscopables@3182": {
257662
+ "__@unscopables@3177": {
257721
257663
  "defaultValue": null,
257722
257664
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
257723
- "name": "__@unscopables@3182",
257665
+ "name": "__@unscopables@3177",
257724
257666
  "parent": {
257725
257667
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
257726
257668
  "name": "Array"
@@ -258553,10 +258495,10 @@
258553
258495
  "name": "() => ArrayIterator<any>"
258554
258496
  }
258555
258497
  },
258556
- "__@unscopables@3182": {
258498
+ "__@unscopables@3177": {
258557
258499
  "defaultValue": null,
258558
258500
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258559
- "name": "__@unscopables@3182",
258501
+ "name": "__@unscopables@3177",
258560
258502
  "parent": {
258561
258503
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258562
258504
  "name": "Array"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.557",
3
+ "version": "0.2.0-alpha.559",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@internationalized/string-compiler": "^3.2.6",
60
60
  "@mittwald/password-tools-js": "3.0.0-alpha.18",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.557",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.559",
62
62
  "@mittwald/react-use-promise": "^4.2.2",
63
63
  "@react-aria/form": "^3.1.2",
64
64
  "@react-aria/live-announcer": "^3.4.4",
@@ -102,7 +102,7 @@
102
102
  "@faker-js/faker": "^10.1.0",
103
103
  "@internationalized/date": "^3.10.0",
104
104
  "@mittwald/flow-core": "",
105
- "@mittwald/flow-design-tokens": "0.2.0-alpha.557",
105
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.559",
106
106
  "@mittwald/react-use-promise": "^4.2.2",
107
107
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
108
108
  "@mittwald/typescript-config": "",
@@ -175,5 +175,5 @@
175
175
  "optional": true
176
176
  }
177
177
  },
178
- "gitHead": "84da9dd6574d9247a81dc16657341fc00f09298f"
178
+ "gitHead": "2ca21fae95485d97dfa10c81aa7e5e34d5ee5594"
179
179
  }