@mittwald/flow-react-components 0.2.0-alpha.431 → 0.2.0-alpha.433
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 +8 -0
- package/dist/assets/doc-properties.json +132 -132
- package/package.json +4 -4
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.433](https://github.com/mittwald/flow/compare/0.2.0-alpha.432...0.2.0-alpha.433) (2025-08-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.432](https://github.com/mittwald/flow/compare/0.2.0-alpha.431...0.2.0-alpha.432) (2025-08-25)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
13
|
+
|
|
6
14
|
# [0.2.0-alpha.431](https://github.com/mittwald/flow/compare/0.2.0-alpha.430...0.2.0-alpha.431) (2025-08-22)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -321350,138 +321350,6 @@
|
|
|
321350
321350
|
}
|
|
321351
321351
|
}
|
|
321352
321352
|
},
|
|
321353
|
-
{
|
|
321354
|
-
"tags": {},
|
|
321355
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
321356
|
-
"description": "",
|
|
321357
|
-
"displayName": "Item",
|
|
321358
|
-
"methods": [],
|
|
321359
|
-
"props": {
|
|
321360
|
-
"id": {
|
|
321361
|
-
"defaultValue": null,
|
|
321362
|
-
"description": "",
|
|
321363
|
-
"name": "id",
|
|
321364
|
-
"parent": {
|
|
321365
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
321366
|
-
"name": "Props"
|
|
321367
|
-
},
|
|
321368
|
-
"declarations": [
|
|
321369
|
-
{
|
|
321370
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
321371
|
-
"name": "Props"
|
|
321372
|
-
}
|
|
321373
|
-
],
|
|
321374
|
-
"required": true,
|
|
321375
|
-
"type": {
|
|
321376
|
-
"name": "Key"
|
|
321377
|
-
}
|
|
321378
|
-
},
|
|
321379
|
-
"data": {
|
|
321380
|
-
"defaultValue": null,
|
|
321381
|
-
"description": "",
|
|
321382
|
-
"name": "data",
|
|
321383
|
-
"parent": {
|
|
321384
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
321385
|
-
"name": "Props"
|
|
321386
|
-
},
|
|
321387
|
-
"declarations": [
|
|
321388
|
-
{
|
|
321389
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
321390
|
-
"name": "Props"
|
|
321391
|
-
}
|
|
321392
|
-
],
|
|
321393
|
-
"required": true,
|
|
321394
|
-
"type": {
|
|
321395
|
-
"name": "never"
|
|
321396
|
-
}
|
|
321397
|
-
},
|
|
321398
|
-
"children": {
|
|
321399
|
-
"defaultValue": null,
|
|
321400
|
-
"description": "",
|
|
321401
|
-
"name": "children",
|
|
321402
|
-
"declarations": [
|
|
321403
|
-
{
|
|
321404
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
321405
|
-
"name": "TypeLiteral"
|
|
321406
|
-
}
|
|
321407
|
-
],
|
|
321408
|
-
"required": false,
|
|
321409
|
-
"type": {
|
|
321410
|
-
"name": "ReactNode"
|
|
321411
|
-
}
|
|
321412
|
-
}
|
|
321413
|
-
}
|
|
321414
|
-
},
|
|
321415
|
-
{
|
|
321416
|
-
"tags": {},
|
|
321417
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
321418
|
-
"description": "",
|
|
321419
|
-
"displayName": "ItemContainer",
|
|
321420
|
-
"methods": [],
|
|
321421
|
-
"props": {
|
|
321422
|
-
"id": {
|
|
321423
|
-
"defaultValue": null,
|
|
321424
|
-
"description": "",
|
|
321425
|
-
"name": "id",
|
|
321426
|
-
"parent": {
|
|
321427
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
321428
|
-
"name": "Props"
|
|
321429
|
-
},
|
|
321430
|
-
"declarations": [
|
|
321431
|
-
{
|
|
321432
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
321433
|
-
"name": "Props"
|
|
321434
|
-
}
|
|
321435
|
-
],
|
|
321436
|
-
"required": true,
|
|
321437
|
-
"type": {
|
|
321438
|
-
"name": "Key"
|
|
321439
|
-
}
|
|
321440
|
-
},
|
|
321441
|
-
"data": {
|
|
321442
|
-
"defaultValue": null,
|
|
321443
|
-
"description": "",
|
|
321444
|
-
"name": "data",
|
|
321445
|
-
"parent": {
|
|
321446
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
321447
|
-
"name": "Props"
|
|
321448
|
-
},
|
|
321449
|
-
"declarations": [
|
|
321450
|
-
{
|
|
321451
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
321452
|
-
"name": "Props"
|
|
321453
|
-
}
|
|
321454
|
-
],
|
|
321455
|
-
"required": true,
|
|
321456
|
-
"type": {
|
|
321457
|
-
"name": "never"
|
|
321458
|
-
}
|
|
321459
|
-
},
|
|
321460
|
-
"children": {
|
|
321461
|
-
"defaultValue": null,
|
|
321462
|
-
"description": "",
|
|
321463
|
-
"name": "children",
|
|
321464
|
-
"declarations": [
|
|
321465
|
-
{
|
|
321466
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
321467
|
-
"name": "TypeLiteral"
|
|
321468
|
-
}
|
|
321469
|
-
],
|
|
321470
|
-
"required": false,
|
|
321471
|
-
"type": {
|
|
321472
|
-
"name": "ReactNode"
|
|
321473
|
-
}
|
|
321474
|
-
}
|
|
321475
|
-
}
|
|
321476
|
-
},
|
|
321477
|
-
{
|
|
321478
|
-
"tags": {},
|
|
321479
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
321480
|
-
"description": "",
|
|
321481
|
-
"displayName": "FallbackItems",
|
|
321482
|
-
"methods": [],
|
|
321483
|
-
"props": {}
|
|
321484
|
-
},
|
|
321485
321353
|
{
|
|
321486
321354
|
"tags": {
|
|
321487
321355
|
"flr-generate": "all"
|
|
@@ -325156,6 +325024,138 @@
|
|
|
325156
325024
|
}
|
|
325157
325025
|
}
|
|
325158
325026
|
},
|
|
325027
|
+
{
|
|
325028
|
+
"tags": {},
|
|
325029
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
325030
|
+
"description": "",
|
|
325031
|
+
"displayName": "Item",
|
|
325032
|
+
"methods": [],
|
|
325033
|
+
"props": {
|
|
325034
|
+
"id": {
|
|
325035
|
+
"defaultValue": null,
|
|
325036
|
+
"description": "",
|
|
325037
|
+
"name": "id",
|
|
325038
|
+
"parent": {
|
|
325039
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
325040
|
+
"name": "Props"
|
|
325041
|
+
},
|
|
325042
|
+
"declarations": [
|
|
325043
|
+
{
|
|
325044
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
325045
|
+
"name": "Props"
|
|
325046
|
+
}
|
|
325047
|
+
],
|
|
325048
|
+
"required": true,
|
|
325049
|
+
"type": {
|
|
325050
|
+
"name": "Key"
|
|
325051
|
+
}
|
|
325052
|
+
},
|
|
325053
|
+
"data": {
|
|
325054
|
+
"defaultValue": null,
|
|
325055
|
+
"description": "",
|
|
325056
|
+
"name": "data",
|
|
325057
|
+
"parent": {
|
|
325058
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
325059
|
+
"name": "Props"
|
|
325060
|
+
},
|
|
325061
|
+
"declarations": [
|
|
325062
|
+
{
|
|
325063
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
325064
|
+
"name": "Props"
|
|
325065
|
+
}
|
|
325066
|
+
],
|
|
325067
|
+
"required": true,
|
|
325068
|
+
"type": {
|
|
325069
|
+
"name": "never"
|
|
325070
|
+
}
|
|
325071
|
+
},
|
|
325072
|
+
"children": {
|
|
325073
|
+
"defaultValue": null,
|
|
325074
|
+
"description": "",
|
|
325075
|
+
"name": "children",
|
|
325076
|
+
"declarations": [
|
|
325077
|
+
{
|
|
325078
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
325079
|
+
"name": "TypeLiteral"
|
|
325080
|
+
}
|
|
325081
|
+
],
|
|
325082
|
+
"required": false,
|
|
325083
|
+
"type": {
|
|
325084
|
+
"name": "ReactNode"
|
|
325085
|
+
}
|
|
325086
|
+
}
|
|
325087
|
+
}
|
|
325088
|
+
},
|
|
325089
|
+
{
|
|
325090
|
+
"tags": {},
|
|
325091
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
325092
|
+
"description": "",
|
|
325093
|
+
"displayName": "ItemContainer",
|
|
325094
|
+
"methods": [],
|
|
325095
|
+
"props": {
|
|
325096
|
+
"id": {
|
|
325097
|
+
"defaultValue": null,
|
|
325098
|
+
"description": "",
|
|
325099
|
+
"name": "id",
|
|
325100
|
+
"parent": {
|
|
325101
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
325102
|
+
"name": "Props"
|
|
325103
|
+
},
|
|
325104
|
+
"declarations": [
|
|
325105
|
+
{
|
|
325106
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
325107
|
+
"name": "Props"
|
|
325108
|
+
}
|
|
325109
|
+
],
|
|
325110
|
+
"required": true,
|
|
325111
|
+
"type": {
|
|
325112
|
+
"name": "Key"
|
|
325113
|
+
}
|
|
325114
|
+
},
|
|
325115
|
+
"data": {
|
|
325116
|
+
"defaultValue": null,
|
|
325117
|
+
"description": "",
|
|
325118
|
+
"name": "data",
|
|
325119
|
+
"parent": {
|
|
325120
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
325121
|
+
"name": "Props"
|
|
325122
|
+
},
|
|
325123
|
+
"declarations": [
|
|
325124
|
+
{
|
|
325125
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
325126
|
+
"name": "Props"
|
|
325127
|
+
}
|
|
325128
|
+
],
|
|
325129
|
+
"required": true,
|
|
325130
|
+
"type": {
|
|
325131
|
+
"name": "never"
|
|
325132
|
+
}
|
|
325133
|
+
},
|
|
325134
|
+
"children": {
|
|
325135
|
+
"defaultValue": null,
|
|
325136
|
+
"description": "",
|
|
325137
|
+
"name": "children",
|
|
325138
|
+
"declarations": [
|
|
325139
|
+
{
|
|
325140
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
325141
|
+
"name": "TypeLiteral"
|
|
325142
|
+
}
|
|
325143
|
+
],
|
|
325144
|
+
"required": false,
|
|
325145
|
+
"type": {
|
|
325146
|
+
"name": "ReactNode"
|
|
325147
|
+
}
|
|
325148
|
+
}
|
|
325149
|
+
}
|
|
325150
|
+
},
|
|
325151
|
+
{
|
|
325152
|
+
"tags": {},
|
|
325153
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
325154
|
+
"description": "",
|
|
325155
|
+
"displayName": "FallbackItems",
|
|
325156
|
+
"methods": [],
|
|
325157
|
+
"props": {}
|
|
325158
|
+
},
|
|
325159
325159
|
{
|
|
325160
325160
|
"tags": {},
|
|
325161
325161
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.433",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@internationalized/string-compiler": "^3.2.6",
|
|
59
59
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
60
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
60
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.433",
|
|
61
61
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
62
62
|
"@react-aria/form": "^3.1.0",
|
|
63
63
|
"@react-aria/live-announcer": "^3.4.4",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@faker-js/faker": "^9.9.0",
|
|
100
100
|
"@internationalized/date": "^3.8.2",
|
|
101
101
|
"@mittwald/flow-core": "",
|
|
102
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
102
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.433",
|
|
103
103
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
104
104
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
105
105
|
"@mittwald/typescript-config": "",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"optional": true
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "1852af426c289803e45ff8d25f5031b52c6adae0"
|
|
176
176
|
}
|