@mittwald/flow-react-components 0.2.0-alpha.56 → 0.2.0-alpha.58
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,18 @@
|
|
|
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.58](https://github.com/mittwald/flow/compare/0.2.0-alpha.57...0.2.0-alpha.58) (2025-02-25)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **List:** list item layout with only heading and action ([#1216](https://github.com/mittwald/flow/issues/1216)) ([cd21379](https://github.com/mittwald/flow/commit/cd213793f7b6fb1fff8dec4c2dc840e6f9cb3fd3))
|
|
11
|
+
|
|
12
|
+
# [0.2.0-alpha.57](https://github.com/mittwald/flow/compare/0.2.0-alpha.56...0.2.0-alpha.57) (2025-02-25)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* field description visibility in form fields ([#1215](https://github.com/mittwald/flow/issues/1215)) ([34995e5](https://github.com/mittwald/flow/commit/34995e55cb01dab2efe366c67385f8206825887a))
|
|
17
|
+
|
|
6
18
|
# [0.2.0-alpha.56](https://github.com/mittwald/flow/compare/0.2.0-alpha.55...0.2.0-alpha.56) (2025-02-25)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
|
@@ -72316,6 +72316,52 @@
|
|
|
72316
72316
|
}
|
|
72317
72317
|
}
|
|
72318
72318
|
},
|
|
72319
|
+
{
|
|
72320
|
+
"tags": {
|
|
72321
|
+
"flr-generate": "all",
|
|
72322
|
+
"flr-clear-props-context": ""
|
|
72323
|
+
},
|
|
72324
|
+
"filePath": "src/components/LabeledValue/LabeledValue.tsx",
|
|
72325
|
+
"description": "",
|
|
72326
|
+
"displayName": "LabeledValue",
|
|
72327
|
+
"methods": [],
|
|
72328
|
+
"props": {
|
|
72329
|
+
"children": {
|
|
72330
|
+
"defaultValue": null,
|
|
72331
|
+
"description": "",
|
|
72332
|
+
"name": "children",
|
|
72333
|
+
"declarations": [
|
|
72334
|
+
{
|
|
72335
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
72336
|
+
"name": "TypeLiteral"
|
|
72337
|
+
}
|
|
72338
|
+
],
|
|
72339
|
+
"required": false,
|
|
72340
|
+
"type": {
|
|
72341
|
+
"name": "ReactNode"
|
|
72342
|
+
}
|
|
72343
|
+
},
|
|
72344
|
+
"className": {
|
|
72345
|
+
"defaultValue": null,
|
|
72346
|
+
"description": "The elements class name.",
|
|
72347
|
+
"name": "className",
|
|
72348
|
+
"parent": {
|
|
72349
|
+
"fileName": "src/lib/types/props.ts",
|
|
72350
|
+
"name": "PropsWithClassName"
|
|
72351
|
+
},
|
|
72352
|
+
"declarations": [
|
|
72353
|
+
{
|
|
72354
|
+
"fileName": "src/lib/types/props.ts",
|
|
72355
|
+
"name": "PropsWithClassName"
|
|
72356
|
+
}
|
|
72357
|
+
],
|
|
72358
|
+
"required": false,
|
|
72359
|
+
"type": {
|
|
72360
|
+
"name": "string"
|
|
72361
|
+
}
|
|
72362
|
+
}
|
|
72363
|
+
}
|
|
72364
|
+
},
|
|
72319
72365
|
{
|
|
72320
72366
|
"tags": {
|
|
72321
72367
|
"flr-generate": "all",
|
|
@@ -83056,52 +83102,6 @@
|
|
|
83056
83102
|
}
|
|
83057
83103
|
}
|
|
83058
83104
|
},
|
|
83059
|
-
{
|
|
83060
|
-
"tags": {
|
|
83061
|
-
"flr-generate": "all",
|
|
83062
|
-
"flr-clear-props-context": ""
|
|
83063
|
-
},
|
|
83064
|
-
"filePath": "src/components/LabeledValue/LabeledValue.tsx",
|
|
83065
|
-
"description": "",
|
|
83066
|
-
"displayName": "LabeledValue",
|
|
83067
|
-
"methods": [],
|
|
83068
|
-
"props": {
|
|
83069
|
-
"children": {
|
|
83070
|
-
"defaultValue": null,
|
|
83071
|
-
"description": "",
|
|
83072
|
-
"name": "children",
|
|
83073
|
-
"declarations": [
|
|
83074
|
-
{
|
|
83075
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
83076
|
-
"name": "TypeLiteral"
|
|
83077
|
-
}
|
|
83078
|
-
],
|
|
83079
|
-
"required": false,
|
|
83080
|
-
"type": {
|
|
83081
|
-
"name": "ReactNode"
|
|
83082
|
-
}
|
|
83083
|
-
},
|
|
83084
|
-
"className": {
|
|
83085
|
-
"defaultValue": null,
|
|
83086
|
-
"description": "The elements class name.",
|
|
83087
|
-
"name": "className",
|
|
83088
|
-
"parent": {
|
|
83089
|
-
"fileName": "src/lib/types/props.ts",
|
|
83090
|
-
"name": "PropsWithClassName"
|
|
83091
|
-
},
|
|
83092
|
-
"declarations": [
|
|
83093
|
-
{
|
|
83094
|
-
"fileName": "src/lib/types/props.ts",
|
|
83095
|
-
"name": "PropsWithClassName"
|
|
83096
|
-
}
|
|
83097
|
-
],
|
|
83098
|
-
"required": false,
|
|
83099
|
-
"type": {
|
|
83100
|
-
"name": "string"
|
|
83101
|
-
}
|
|
83102
|
-
}
|
|
83103
|
-
}
|
|
83104
|
-
},
|
|
83105
83105
|
{
|
|
83106
83106
|
"tags": {
|
|
83107
83107
|
"flr-generate": "all",
|
|
@@ -195879,114 +195879,6 @@
|
|
|
195879
195879
|
}
|
|
195880
195880
|
}
|
|
195881
195881
|
},
|
|
195882
|
-
{
|
|
195883
|
-
"tags": {
|
|
195884
|
-
"flr-generate": "all"
|
|
195885
|
-
},
|
|
195886
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
|
|
195887
|
-
"description": "",
|
|
195888
|
-
"displayName": "MenuTrigger",
|
|
195889
|
-
"methods": [],
|
|
195890
|
-
"props": {
|
|
195891
|
-
"children": {
|
|
195892
|
-
"defaultValue": null,
|
|
195893
|
-
"description": "",
|
|
195894
|
-
"name": "children",
|
|
195895
|
-
"parent": {
|
|
195896
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
195897
|
-
"name": "MenuTriggerProps"
|
|
195898
|
-
},
|
|
195899
|
-
"declarations": [
|
|
195900
|
-
{
|
|
195901
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
195902
|
-
"name": "MenuTriggerProps"
|
|
195903
|
-
}
|
|
195904
|
-
],
|
|
195905
|
-
"required": true,
|
|
195906
|
-
"type": {
|
|
195907
|
-
"name": "ReactNode"
|
|
195908
|
-
}
|
|
195909
|
-
},
|
|
195910
|
-
"trigger": {
|
|
195911
|
-
"defaultValue": {
|
|
195912
|
-
"value": "'press'"
|
|
195913
|
-
},
|
|
195914
|
-
"description": "How the menu is triggered.",
|
|
195915
|
-
"name": "trigger",
|
|
195916
|
-
"parent": {
|
|
195917
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
|
|
195918
|
-
"name": "MenuTriggerProps"
|
|
195919
|
-
},
|
|
195920
|
-
"declarations": [
|
|
195921
|
-
{
|
|
195922
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
|
|
195923
|
-
"name": "MenuTriggerProps"
|
|
195924
|
-
}
|
|
195925
|
-
],
|
|
195926
|
-
"required": false,
|
|
195927
|
-
"type": {
|
|
195928
|
-
"name": "MenuTriggerType"
|
|
195929
|
-
}
|
|
195930
|
-
},
|
|
195931
|
-
"isOpen": {
|
|
195932
|
-
"defaultValue": null,
|
|
195933
|
-
"description": "Whether the overlay is open by default (controlled).",
|
|
195934
|
-
"name": "isOpen",
|
|
195935
|
-
"parent": {
|
|
195936
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
195937
|
-
"name": "OverlayTriggerProps"
|
|
195938
|
-
},
|
|
195939
|
-
"declarations": [
|
|
195940
|
-
{
|
|
195941
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
195942
|
-
"name": "OverlayTriggerProps"
|
|
195943
|
-
}
|
|
195944
|
-
],
|
|
195945
|
-
"required": false,
|
|
195946
|
-
"type": {
|
|
195947
|
-
"name": "boolean"
|
|
195948
|
-
}
|
|
195949
|
-
},
|
|
195950
|
-
"defaultOpen": {
|
|
195951
|
-
"defaultValue": null,
|
|
195952
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
195953
|
-
"name": "defaultOpen",
|
|
195954
|
-
"parent": {
|
|
195955
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
195956
|
-
"name": "OverlayTriggerProps"
|
|
195957
|
-
},
|
|
195958
|
-
"declarations": [
|
|
195959
|
-
{
|
|
195960
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
195961
|
-
"name": "OverlayTriggerProps"
|
|
195962
|
-
}
|
|
195963
|
-
],
|
|
195964
|
-
"required": false,
|
|
195965
|
-
"type": {
|
|
195966
|
-
"name": "boolean"
|
|
195967
|
-
}
|
|
195968
|
-
},
|
|
195969
|
-
"onOpenChange": {
|
|
195970
|
-
"defaultValue": null,
|
|
195971
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
195972
|
-
"name": "onOpenChange",
|
|
195973
|
-
"parent": {
|
|
195974
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
195975
|
-
"name": "OverlayTriggerProps"
|
|
195976
|
-
},
|
|
195977
|
-
"declarations": [
|
|
195978
|
-
{
|
|
195979
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
195980
|
-
"name": "OverlayTriggerProps"
|
|
195981
|
-
}
|
|
195982
|
-
],
|
|
195983
|
-
"required": false,
|
|
195984
|
-
"type": {
|
|
195985
|
-
"name": "((isOpen: boolean) => void)"
|
|
195986
|
-
}
|
|
195987
|
-
}
|
|
195988
|
-
}
|
|
195989
|
-
},
|
|
195990
195882
|
{
|
|
195991
195883
|
"tags": {
|
|
195992
195884
|
"flr-generate": "all"
|
|
@@ -201390,6 +201282,114 @@
|
|
|
201390
201282
|
}
|
|
201391
201283
|
}
|
|
201392
201284
|
},
|
|
201285
|
+
{
|
|
201286
|
+
"tags": {
|
|
201287
|
+
"flr-generate": "all"
|
|
201288
|
+
},
|
|
201289
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
|
|
201290
|
+
"description": "",
|
|
201291
|
+
"displayName": "MenuTrigger",
|
|
201292
|
+
"methods": [],
|
|
201293
|
+
"props": {
|
|
201294
|
+
"children": {
|
|
201295
|
+
"defaultValue": null,
|
|
201296
|
+
"description": "",
|
|
201297
|
+
"name": "children",
|
|
201298
|
+
"parent": {
|
|
201299
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
201300
|
+
"name": "MenuTriggerProps"
|
|
201301
|
+
},
|
|
201302
|
+
"declarations": [
|
|
201303
|
+
{
|
|
201304
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
201305
|
+
"name": "MenuTriggerProps"
|
|
201306
|
+
}
|
|
201307
|
+
],
|
|
201308
|
+
"required": true,
|
|
201309
|
+
"type": {
|
|
201310
|
+
"name": "ReactNode"
|
|
201311
|
+
}
|
|
201312
|
+
},
|
|
201313
|
+
"trigger": {
|
|
201314
|
+
"defaultValue": {
|
|
201315
|
+
"value": "'press'"
|
|
201316
|
+
},
|
|
201317
|
+
"description": "How the menu is triggered.",
|
|
201318
|
+
"name": "trigger",
|
|
201319
|
+
"parent": {
|
|
201320
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
|
|
201321
|
+
"name": "MenuTriggerProps"
|
|
201322
|
+
},
|
|
201323
|
+
"declarations": [
|
|
201324
|
+
{
|
|
201325
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
|
|
201326
|
+
"name": "MenuTriggerProps"
|
|
201327
|
+
}
|
|
201328
|
+
],
|
|
201329
|
+
"required": false,
|
|
201330
|
+
"type": {
|
|
201331
|
+
"name": "MenuTriggerType"
|
|
201332
|
+
}
|
|
201333
|
+
},
|
|
201334
|
+
"isOpen": {
|
|
201335
|
+
"defaultValue": null,
|
|
201336
|
+
"description": "Whether the overlay is open by default (controlled).",
|
|
201337
|
+
"name": "isOpen",
|
|
201338
|
+
"parent": {
|
|
201339
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
201340
|
+
"name": "OverlayTriggerProps"
|
|
201341
|
+
},
|
|
201342
|
+
"declarations": [
|
|
201343
|
+
{
|
|
201344
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
201345
|
+
"name": "OverlayTriggerProps"
|
|
201346
|
+
}
|
|
201347
|
+
],
|
|
201348
|
+
"required": false,
|
|
201349
|
+
"type": {
|
|
201350
|
+
"name": "boolean"
|
|
201351
|
+
}
|
|
201352
|
+
},
|
|
201353
|
+
"defaultOpen": {
|
|
201354
|
+
"defaultValue": null,
|
|
201355
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
201356
|
+
"name": "defaultOpen",
|
|
201357
|
+
"parent": {
|
|
201358
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
201359
|
+
"name": "OverlayTriggerProps"
|
|
201360
|
+
},
|
|
201361
|
+
"declarations": [
|
|
201362
|
+
{
|
|
201363
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
201364
|
+
"name": "OverlayTriggerProps"
|
|
201365
|
+
}
|
|
201366
|
+
],
|
|
201367
|
+
"required": false,
|
|
201368
|
+
"type": {
|
|
201369
|
+
"name": "boolean"
|
|
201370
|
+
}
|
|
201371
|
+
},
|
|
201372
|
+
"onOpenChange": {
|
|
201373
|
+
"defaultValue": null,
|
|
201374
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
201375
|
+
"name": "onOpenChange",
|
|
201376
|
+
"parent": {
|
|
201377
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
201378
|
+
"name": "OverlayTriggerProps"
|
|
201379
|
+
},
|
|
201380
|
+
"declarations": [
|
|
201381
|
+
{
|
|
201382
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
201383
|
+
"name": "OverlayTriggerProps"
|
|
201384
|
+
}
|
|
201385
|
+
],
|
|
201386
|
+
"required": false,
|
|
201387
|
+
"type": {
|
|
201388
|
+
"name": "((isOpen: boolean) => void)"
|
|
201389
|
+
}
|
|
201390
|
+
}
|
|
201391
|
+
}
|
|
201392
|
+
},
|
|
201393
201393
|
{
|
|
201394
201394
|
"tags": {},
|
|
201395
201395
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
@@ -223366,34 +223366,6 @@
|
|
|
223366
223366
|
}
|
|
223367
223367
|
}
|
|
223368
223368
|
},
|
|
223369
|
-
{
|
|
223370
|
-
"tags": {},
|
|
223371
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
223372
|
-
"description": "",
|
|
223373
|
-
"displayName": "ListItemSkeletonView",
|
|
223374
|
-
"methods": [],
|
|
223375
|
-
"props": {
|
|
223376
|
-
"viewMode": {
|
|
223377
|
-
"defaultValue": null,
|
|
223378
|
-
"description": "",
|
|
223379
|
-
"name": "viewMode",
|
|
223380
|
-
"parent": {
|
|
223381
|
-
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
223382
|
-
"name": "ListItemSkeletonViewProps"
|
|
223383
|
-
},
|
|
223384
|
-
"declarations": [
|
|
223385
|
-
{
|
|
223386
|
-
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
223387
|
-
"name": "ListItemSkeletonViewProps"
|
|
223388
|
-
}
|
|
223389
|
-
],
|
|
223390
|
-
"required": true,
|
|
223391
|
-
"type": {
|
|
223392
|
-
"name": "ListViewMode"
|
|
223393
|
-
}
|
|
223394
|
-
}
|
|
223395
|
-
}
|
|
223396
|
-
},
|
|
223397
223369
|
{
|
|
223398
223370
|
"tags": {},
|
|
223399
223371
|
"filePath": "src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|
|
@@ -223479,5 +223451,33 @@
|
|
|
223479
223451
|
}
|
|
223480
223452
|
}
|
|
223481
223453
|
}
|
|
223454
|
+
},
|
|
223455
|
+
{
|
|
223456
|
+
"tags": {},
|
|
223457
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
223458
|
+
"description": "",
|
|
223459
|
+
"displayName": "ListItemSkeletonView",
|
|
223460
|
+
"methods": [],
|
|
223461
|
+
"props": {
|
|
223462
|
+
"viewMode": {
|
|
223463
|
+
"defaultValue": null,
|
|
223464
|
+
"description": "",
|
|
223465
|
+
"name": "viewMode",
|
|
223466
|
+
"parent": {
|
|
223467
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
223468
|
+
"name": "ListItemSkeletonViewProps"
|
|
223469
|
+
},
|
|
223470
|
+
"declarations": [
|
|
223471
|
+
{
|
|
223472
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
223473
|
+
"name": "ListItemSkeletonViewProps"
|
|
223474
|
+
}
|
|
223475
|
+
],
|
|
223476
|
+
"required": true,
|
|
223477
|
+
"type": {
|
|
223478
|
+
"name": "ListViewMode"
|
|
223479
|
+
}
|
|
223480
|
+
}
|
|
223481
|
+
}
|
|
223482
223482
|
}
|
|
223483
223483
|
]
|