@mittwald/flow-react-components 0.2.0-alpha.341 → 0.2.0-alpha.342
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.342](https://github.com/mittwald/flow/compare/0.2.0-alpha.341...0.2.0-alpha.342) (2025-07-14)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **AvatarStack:** fix focus visibility ([#1748](https://github.com/mittwald/flow/issues/1748)) ([59efe34](https://github.com/mittwald/flow/commit/59efe342ea711636f110102997cd8a5f400b48f9))
|
|
11
|
+
* **Chat:** fix responsive controls ([#1744](https://github.com/mittwald/flow/issues/1744)) ([c6c8979](https://github.com/mittwald/flow/commit/c6c897940c361a20fac3660ee9aa1a262f32b575))
|
|
12
|
+
* **LabeledValue:** fix contextual help in label ([#1745](https://github.com/mittwald/flow/issues/1745)) ([25882b8](https://github.com/mittwald/flow/commit/25882b8db1dbbb06ad6724c9e073e20682216ad8))
|
|
13
|
+
|
|
6
14
|
# [0.2.0-alpha.341](https://github.com/mittwald/flow/compare/0.2.0-alpha.340...0.2.0-alpha.341) (2025-07-14)
|
|
7
15
|
|
|
8
16
|
### Features
|
|
@@ -101117,44 +101117,25 @@
|
|
|
101117
101117
|
"flr-generate": "all",
|
|
101118
101118
|
"flr-clear-props-context": ""
|
|
101119
101119
|
},
|
|
101120
|
-
"filePath": "
|
|
101120
|
+
"filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
101121
101121
|
"description": "",
|
|
101122
|
-
"displayName": "
|
|
101122
|
+
"displayName": "HeaderNavigation",
|
|
101123
101123
|
"methods": [],
|
|
101124
101124
|
"props": {
|
|
101125
|
-
"size": {
|
|
101126
|
-
"defaultValue": null,
|
|
101127
|
-
"description": "The font size of the heading.",
|
|
101128
|
-
"name": "size",
|
|
101129
|
-
"parent": {
|
|
101130
|
-
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
101131
|
-
"name": "HeadingProps"
|
|
101132
|
-
},
|
|
101133
|
-
"declarations": [
|
|
101134
|
-
{
|
|
101135
|
-
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
101136
|
-
"name": "HeadingProps"
|
|
101137
|
-
}
|
|
101138
|
-
],
|
|
101139
|
-
"required": false,
|
|
101140
|
-
"type": {
|
|
101141
|
-
"name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
|
|
101142
|
-
}
|
|
101143
|
-
},
|
|
101144
101125
|
"color": {
|
|
101145
101126
|
"defaultValue": {
|
|
101146
101127
|
"value": "\"primary\""
|
|
101147
101128
|
},
|
|
101148
|
-
"description": "The color of the
|
|
101129
|
+
"description": "The color of the header navigation.",
|
|
101149
101130
|
"name": "color",
|
|
101150
101131
|
"parent": {
|
|
101151
|
-
"fileName": "
|
|
101152
|
-
"name": "
|
|
101132
|
+
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
101133
|
+
"name": "HeaderNavigationProps"
|
|
101153
101134
|
},
|
|
101154
101135
|
"declarations": [
|
|
101155
101136
|
{
|
|
101156
|
-
"fileName": "
|
|
101157
|
-
"name": "
|
|
101137
|
+
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
101138
|
+
"name": "HeaderNavigationProps"
|
|
101158
101139
|
}
|
|
101159
101140
|
],
|
|
101160
101141
|
"required": false,
|
|
@@ -101162,44 +101143,42 @@
|
|
|
101162
101143
|
"name": "\"light\" | \"dark\" | \"primary\""
|
|
101163
101144
|
}
|
|
101164
101145
|
},
|
|
101165
|
-
"
|
|
101166
|
-
"defaultValue":
|
|
101167
|
-
|
|
101168
|
-
|
|
101169
|
-
"description": "The text-wrap property of the text.",
|
|
101170
|
-
"name": "wrap",
|
|
101146
|
+
"ref": {
|
|
101147
|
+
"defaultValue": null,
|
|
101148
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
101149
|
+
"name": "ref",
|
|
101171
101150
|
"parent": {
|
|
101172
|
-
"fileName": "
|
|
101173
|
-
"name": "
|
|
101151
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
101152
|
+
"name": "RefAttributes"
|
|
101174
101153
|
},
|
|
101175
101154
|
"declarations": [
|
|
101176
101155
|
{
|
|
101177
|
-
"fileName": "
|
|
101178
|
-
"name": "
|
|
101156
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
101157
|
+
"name": "RefAttributes"
|
|
101179
101158
|
}
|
|
101180
101159
|
],
|
|
101181
101160
|
"required": false,
|
|
101182
101161
|
"type": {
|
|
101183
|
-
"name": "
|
|
101162
|
+
"name": "Ref<HTMLInputElement>"
|
|
101184
101163
|
}
|
|
101185
101164
|
},
|
|
101186
|
-
"
|
|
101165
|
+
"key": {
|
|
101187
101166
|
"defaultValue": null,
|
|
101188
101167
|
"description": "",
|
|
101189
|
-
"name": "
|
|
101168
|
+
"name": "key",
|
|
101190
101169
|
"parent": {
|
|
101191
|
-
"fileName": "flow/node_modules/.pnpm
|
|
101192
|
-
"name": "
|
|
101170
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
101171
|
+
"name": "Attributes"
|
|
101193
101172
|
},
|
|
101194
101173
|
"declarations": [
|
|
101195
101174
|
{
|
|
101196
|
-
"fileName": "flow/node_modules/.pnpm
|
|
101197
|
-
"name": "
|
|
101175
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
101176
|
+
"name": "Attributes"
|
|
101198
101177
|
}
|
|
101199
101178
|
],
|
|
101200
101179
|
"required": false,
|
|
101201
101180
|
"type": {
|
|
101202
|
-
"name": "
|
|
101181
|
+
"name": "Key | null"
|
|
101203
101182
|
}
|
|
101204
101183
|
},
|
|
101205
101184
|
"defaultChecked": {
|
|
@@ -106468,82 +106447,6 @@
|
|
|
106468
106447
|
"type": {
|
|
106469
106448
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
106470
106449
|
}
|
|
106471
|
-
},
|
|
106472
|
-
"wrapWith": {
|
|
106473
|
-
"defaultValue": null,
|
|
106474
|
-
"description": "",
|
|
106475
|
-
"name": "wrapWith",
|
|
106476
|
-
"parent": {
|
|
106477
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
106478
|
-
"name": "FlowComponentProps"
|
|
106479
|
-
},
|
|
106480
|
-
"declarations": [
|
|
106481
|
-
{
|
|
106482
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
106483
|
-
"name": "FlowComponentProps"
|
|
106484
|
-
}
|
|
106485
|
-
],
|
|
106486
|
-
"required": false,
|
|
106487
|
-
"type": {
|
|
106488
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
106489
|
-
}
|
|
106490
|
-
},
|
|
106491
|
-
"tunnelId": {
|
|
106492
|
-
"defaultValue": null,
|
|
106493
|
-
"description": "@internal",
|
|
106494
|
-
"name": "tunnelId",
|
|
106495
|
-
"parent": {
|
|
106496
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
106497
|
-
"name": "PropsWithTunnel"
|
|
106498
|
-
},
|
|
106499
|
-
"declarations": [
|
|
106500
|
-
{
|
|
106501
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
106502
|
-
"name": "PropsWithTunnel"
|
|
106503
|
-
}
|
|
106504
|
-
],
|
|
106505
|
-
"required": false,
|
|
106506
|
-
"type": {
|
|
106507
|
-
"name": "string | null"
|
|
106508
|
-
}
|
|
106509
|
-
},
|
|
106510
|
-
"ref": {
|
|
106511
|
-
"defaultValue": null,
|
|
106512
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
106513
|
-
"name": "ref",
|
|
106514
|
-
"parent": {
|
|
106515
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106516
|
-
"name": "RefAttributes"
|
|
106517
|
-
},
|
|
106518
|
-
"declarations": [
|
|
106519
|
-
{
|
|
106520
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106521
|
-
"name": "RefAttributes"
|
|
106522
|
-
}
|
|
106523
|
-
],
|
|
106524
|
-
"required": false,
|
|
106525
|
-
"type": {
|
|
106526
|
-
"name": "Ref<HTMLInputElement>"
|
|
106527
|
-
}
|
|
106528
|
-
},
|
|
106529
|
-
"key": {
|
|
106530
|
-
"defaultValue": null,
|
|
106531
|
-
"description": "",
|
|
106532
|
-
"name": "key",
|
|
106533
|
-
"parent": {
|
|
106534
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106535
|
-
"name": "Attributes"
|
|
106536
|
-
},
|
|
106537
|
-
"declarations": [
|
|
106538
|
-
{
|
|
106539
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
106540
|
-
"name": "Attributes"
|
|
106541
|
-
}
|
|
106542
|
-
],
|
|
106543
|
-
"required": false,
|
|
106544
|
-
"type": {
|
|
106545
|
-
"name": "Key | null"
|
|
106546
|
-
}
|
|
106547
106450
|
}
|
|
106548
106451
|
}
|
|
106549
106452
|
},
|
|
@@ -106552,25 +106455,44 @@
|
|
|
106552
106455
|
"flr-generate": "all",
|
|
106553
106456
|
"flr-clear-props-context": ""
|
|
106554
106457
|
},
|
|
106555
|
-
"filePath": "src/components/
|
|
106458
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
|
|
106556
106459
|
"description": "",
|
|
106557
|
-
"displayName": "
|
|
106460
|
+
"displayName": "Heading",
|
|
106558
106461
|
"methods": [],
|
|
106559
106462
|
"props": {
|
|
106463
|
+
"size": {
|
|
106464
|
+
"defaultValue": null,
|
|
106465
|
+
"description": "The font size of the heading.",
|
|
106466
|
+
"name": "size",
|
|
106467
|
+
"parent": {
|
|
106468
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
106469
|
+
"name": "HeadingProps"
|
|
106470
|
+
},
|
|
106471
|
+
"declarations": [
|
|
106472
|
+
{
|
|
106473
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
106474
|
+
"name": "HeadingProps"
|
|
106475
|
+
}
|
|
106476
|
+
],
|
|
106477
|
+
"required": false,
|
|
106478
|
+
"type": {
|
|
106479
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
|
|
106480
|
+
}
|
|
106481
|
+
},
|
|
106560
106482
|
"color": {
|
|
106561
106483
|
"defaultValue": {
|
|
106562
106484
|
"value": "\"primary\""
|
|
106563
106485
|
},
|
|
106564
|
-
"description": "The color of the
|
|
106486
|
+
"description": "The color of the heading.",
|
|
106565
106487
|
"name": "color",
|
|
106566
106488
|
"parent": {
|
|
106567
|
-
"fileName": "src/components/
|
|
106568
|
-
"name": "
|
|
106489
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
106490
|
+
"name": "HeadingProps"
|
|
106569
106491
|
},
|
|
106570
106492
|
"declarations": [
|
|
106571
106493
|
{
|
|
106572
|
-
"fileName": "src/components/
|
|
106573
|
-
"name": "
|
|
106494
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
106495
|
+
"name": "HeadingProps"
|
|
106574
106496
|
}
|
|
106575
106497
|
],
|
|
106576
106498
|
"required": false,
|
|
@@ -106578,42 +106500,44 @@
|
|
|
106578
106500
|
"name": "\"light\" | \"dark\" | \"primary\""
|
|
106579
106501
|
}
|
|
106580
106502
|
},
|
|
106581
|
-
"
|
|
106582
|
-
"defaultValue":
|
|
106583
|
-
|
|
106584
|
-
|
|
106503
|
+
"wrap": {
|
|
106504
|
+
"defaultValue": {
|
|
106505
|
+
"value": "undefined"
|
|
106506
|
+
},
|
|
106507
|
+
"description": "The text-wrap property of the text.",
|
|
106508
|
+
"name": "wrap",
|
|
106585
106509
|
"parent": {
|
|
106586
|
-
"fileName": "
|
|
106587
|
-
"name": "
|
|
106510
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
106511
|
+
"name": "HeadingProps"
|
|
106588
106512
|
},
|
|
106589
106513
|
"declarations": [
|
|
106590
106514
|
{
|
|
106591
|
-
"fileName": "
|
|
106592
|
-
"name": "
|
|
106515
|
+
"fileName": "components/src/components/Heading/Heading.tsx",
|
|
106516
|
+
"name": "HeadingProps"
|
|
106593
106517
|
}
|
|
106594
106518
|
],
|
|
106595
106519
|
"required": false,
|
|
106596
106520
|
"type": {
|
|
106597
|
-
"name": "
|
|
106521
|
+
"name": "\"wrap\" | \"balance\""
|
|
106598
106522
|
}
|
|
106599
106523
|
},
|
|
106600
|
-
"
|
|
106524
|
+
"level": {
|
|
106601
106525
|
"defaultValue": null,
|
|
106602
106526
|
"description": "",
|
|
106603
|
-
"name": "
|
|
106527
|
+
"name": "level",
|
|
106604
106528
|
"parent": {
|
|
106605
|
-
"fileName": "flow/node_modules/.pnpm
|
|
106606
|
-
"name": "
|
|
106529
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
106530
|
+
"name": "HeadingProps"
|
|
106607
106531
|
},
|
|
106608
106532
|
"declarations": [
|
|
106609
106533
|
{
|
|
106610
|
-
"fileName": "flow/node_modules/.pnpm
|
|
106611
|
-
"name": "
|
|
106534
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.10.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
106535
|
+
"name": "HeadingProps"
|
|
106612
106536
|
}
|
|
106613
106537
|
],
|
|
106614
106538
|
"required": false,
|
|
106615
106539
|
"type": {
|
|
106616
|
-
"name": "
|
|
106540
|
+
"name": "number"
|
|
106617
106541
|
}
|
|
106618
106542
|
},
|
|
106619
106543
|
"defaultChecked": {
|
|
@@ -111882,6 +111806,82 @@
|
|
|
111882
111806
|
"type": {
|
|
111883
111807
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
111884
111808
|
}
|
|
111809
|
+
},
|
|
111810
|
+
"wrapWith": {
|
|
111811
|
+
"defaultValue": null,
|
|
111812
|
+
"description": "",
|
|
111813
|
+
"name": "wrapWith",
|
|
111814
|
+
"parent": {
|
|
111815
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
111816
|
+
"name": "FlowComponentProps"
|
|
111817
|
+
},
|
|
111818
|
+
"declarations": [
|
|
111819
|
+
{
|
|
111820
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
111821
|
+
"name": "FlowComponentProps"
|
|
111822
|
+
}
|
|
111823
|
+
],
|
|
111824
|
+
"required": false,
|
|
111825
|
+
"type": {
|
|
111826
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
111827
|
+
}
|
|
111828
|
+
},
|
|
111829
|
+
"tunnelId": {
|
|
111830
|
+
"defaultValue": null,
|
|
111831
|
+
"description": "@internal",
|
|
111832
|
+
"name": "tunnelId",
|
|
111833
|
+
"parent": {
|
|
111834
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
111835
|
+
"name": "PropsWithTunnel"
|
|
111836
|
+
},
|
|
111837
|
+
"declarations": [
|
|
111838
|
+
{
|
|
111839
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
111840
|
+
"name": "PropsWithTunnel"
|
|
111841
|
+
}
|
|
111842
|
+
],
|
|
111843
|
+
"required": false,
|
|
111844
|
+
"type": {
|
|
111845
|
+
"name": "string | null"
|
|
111846
|
+
}
|
|
111847
|
+
},
|
|
111848
|
+
"ref": {
|
|
111849
|
+
"defaultValue": null,
|
|
111850
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
111851
|
+
"name": "ref",
|
|
111852
|
+
"parent": {
|
|
111853
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
111854
|
+
"name": "RefAttributes"
|
|
111855
|
+
},
|
|
111856
|
+
"declarations": [
|
|
111857
|
+
{
|
|
111858
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
111859
|
+
"name": "RefAttributes"
|
|
111860
|
+
}
|
|
111861
|
+
],
|
|
111862
|
+
"required": false,
|
|
111863
|
+
"type": {
|
|
111864
|
+
"name": "Ref<HTMLInputElement>"
|
|
111865
|
+
}
|
|
111866
|
+
},
|
|
111867
|
+
"key": {
|
|
111868
|
+
"defaultValue": null,
|
|
111869
|
+
"description": "",
|
|
111870
|
+
"name": "key",
|
|
111871
|
+
"parent": {
|
|
111872
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
111873
|
+
"name": "Attributes"
|
|
111874
|
+
},
|
|
111875
|
+
"declarations": [
|
|
111876
|
+
{
|
|
111877
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
111878
|
+
"name": "Attributes"
|
|
111879
|
+
}
|
|
111880
|
+
],
|
|
111881
|
+
"required": false,
|
|
111882
|
+
"type": {
|
|
111883
|
+
"name": "Key | null"
|
|
111884
|
+
}
|
|
111885
111885
|
}
|
|
111886
111886
|
}
|
|
111887
111887
|
},
|