@mittwald/flow-react-components 0.2.0-alpha.587 → 0.2.0-alpha.588
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 +4 -0
- package/dist/assets/doc-properties.json +132 -132
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.588](https://github.com/mittwald/flow/compare/0.2.0-alpha.587...0.2.0-alpha.588) (2025-12-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.587](https://github.com/mittwald/flow/compare/0.2.0-alpha.586...0.2.0-alpha.587) (2025-12-08)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -330390,138 +330390,6 @@
|
|
|
330390
330390
|
}
|
|
330391
330391
|
}
|
|
330392
330392
|
},
|
|
330393
|
-
{
|
|
330394
|
-
"tags": {},
|
|
330395
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
330396
|
-
"description": "",
|
|
330397
|
-
"displayName": "Item",
|
|
330398
|
-
"methods": [],
|
|
330399
|
-
"props": {
|
|
330400
|
-
"id": {
|
|
330401
|
-
"defaultValue": null,
|
|
330402
|
-
"description": "",
|
|
330403
|
-
"name": "id",
|
|
330404
|
-
"parent": {
|
|
330405
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
330406
|
-
"name": "Props"
|
|
330407
|
-
},
|
|
330408
|
-
"declarations": [
|
|
330409
|
-
{
|
|
330410
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
330411
|
-
"name": "Props"
|
|
330412
|
-
}
|
|
330413
|
-
],
|
|
330414
|
-
"required": true,
|
|
330415
|
-
"type": {
|
|
330416
|
-
"name": "Key"
|
|
330417
|
-
}
|
|
330418
|
-
},
|
|
330419
|
-
"data": {
|
|
330420
|
-
"defaultValue": null,
|
|
330421
|
-
"description": "",
|
|
330422
|
-
"name": "data",
|
|
330423
|
-
"parent": {
|
|
330424
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
330425
|
-
"name": "Props"
|
|
330426
|
-
},
|
|
330427
|
-
"declarations": [
|
|
330428
|
-
{
|
|
330429
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
330430
|
-
"name": "Props"
|
|
330431
|
-
}
|
|
330432
|
-
],
|
|
330433
|
-
"required": true,
|
|
330434
|
-
"type": {
|
|
330435
|
-
"name": "never"
|
|
330436
|
-
}
|
|
330437
|
-
},
|
|
330438
|
-
"children": {
|
|
330439
|
-
"defaultValue": null,
|
|
330440
|
-
"description": "",
|
|
330441
|
-
"name": "children",
|
|
330442
|
-
"declarations": [
|
|
330443
|
-
{
|
|
330444
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
|
|
330445
|
-
"name": "TypeLiteral"
|
|
330446
|
-
}
|
|
330447
|
-
],
|
|
330448
|
-
"required": false,
|
|
330449
|
-
"type": {
|
|
330450
|
-
"name": "ReactNode"
|
|
330451
|
-
}
|
|
330452
|
-
}
|
|
330453
|
-
}
|
|
330454
|
-
},
|
|
330455
|
-
{
|
|
330456
|
-
"tags": {},
|
|
330457
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
330458
|
-
"description": "",
|
|
330459
|
-
"displayName": "ItemContainer",
|
|
330460
|
-
"methods": [],
|
|
330461
|
-
"props": {
|
|
330462
|
-
"id": {
|
|
330463
|
-
"defaultValue": null,
|
|
330464
|
-
"description": "",
|
|
330465
|
-
"name": "id",
|
|
330466
|
-
"parent": {
|
|
330467
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
330468
|
-
"name": "Props"
|
|
330469
|
-
},
|
|
330470
|
-
"declarations": [
|
|
330471
|
-
{
|
|
330472
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
330473
|
-
"name": "Props"
|
|
330474
|
-
}
|
|
330475
|
-
],
|
|
330476
|
-
"required": true,
|
|
330477
|
-
"type": {
|
|
330478
|
-
"name": "Key"
|
|
330479
|
-
}
|
|
330480
|
-
},
|
|
330481
|
-
"data": {
|
|
330482
|
-
"defaultValue": null,
|
|
330483
|
-
"description": "",
|
|
330484
|
-
"name": "data",
|
|
330485
|
-
"parent": {
|
|
330486
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
330487
|
-
"name": "Props"
|
|
330488
|
-
},
|
|
330489
|
-
"declarations": [
|
|
330490
|
-
{
|
|
330491
|
-
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
330492
|
-
"name": "Props"
|
|
330493
|
-
}
|
|
330494
|
-
],
|
|
330495
|
-
"required": true,
|
|
330496
|
-
"type": {
|
|
330497
|
-
"name": "never"
|
|
330498
|
-
}
|
|
330499
|
-
},
|
|
330500
|
-
"children": {
|
|
330501
|
-
"defaultValue": null,
|
|
330502
|
-
"description": "",
|
|
330503
|
-
"name": "children",
|
|
330504
|
-
"declarations": [
|
|
330505
|
-
{
|
|
330506
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
|
|
330507
|
-
"name": "TypeLiteral"
|
|
330508
|
-
}
|
|
330509
|
-
],
|
|
330510
|
-
"required": false,
|
|
330511
|
-
"type": {
|
|
330512
|
-
"name": "ReactNode"
|
|
330513
|
-
}
|
|
330514
|
-
}
|
|
330515
|
-
}
|
|
330516
|
-
},
|
|
330517
|
-
{
|
|
330518
|
-
"tags": {},
|
|
330519
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
330520
|
-
"description": "",
|
|
330521
|
-
"displayName": "FallbackItems",
|
|
330522
|
-
"methods": [],
|
|
330523
|
-
"props": {}
|
|
330524
|
-
},
|
|
330525
330393
|
{
|
|
330526
330394
|
"tags": {
|
|
330527
330395
|
"flr-generate": "all"
|
|
@@ -334211,6 +334079,138 @@
|
|
|
334211
334079
|
}
|
|
334212
334080
|
}
|
|
334213
334081
|
},
|
|
334082
|
+
{
|
|
334083
|
+
"tags": {},
|
|
334084
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
334085
|
+
"description": "",
|
|
334086
|
+
"displayName": "Item",
|
|
334087
|
+
"methods": [],
|
|
334088
|
+
"props": {
|
|
334089
|
+
"id": {
|
|
334090
|
+
"defaultValue": null,
|
|
334091
|
+
"description": "",
|
|
334092
|
+
"name": "id",
|
|
334093
|
+
"parent": {
|
|
334094
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
334095
|
+
"name": "Props"
|
|
334096
|
+
},
|
|
334097
|
+
"declarations": [
|
|
334098
|
+
{
|
|
334099
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
334100
|
+
"name": "Props"
|
|
334101
|
+
}
|
|
334102
|
+
],
|
|
334103
|
+
"required": true,
|
|
334104
|
+
"type": {
|
|
334105
|
+
"name": "Key"
|
|
334106
|
+
}
|
|
334107
|
+
},
|
|
334108
|
+
"data": {
|
|
334109
|
+
"defaultValue": null,
|
|
334110
|
+
"description": "",
|
|
334111
|
+
"name": "data",
|
|
334112
|
+
"parent": {
|
|
334113
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
334114
|
+
"name": "Props"
|
|
334115
|
+
},
|
|
334116
|
+
"declarations": [
|
|
334117
|
+
{
|
|
334118
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
334119
|
+
"name": "Props"
|
|
334120
|
+
}
|
|
334121
|
+
],
|
|
334122
|
+
"required": true,
|
|
334123
|
+
"type": {
|
|
334124
|
+
"name": "never"
|
|
334125
|
+
}
|
|
334126
|
+
},
|
|
334127
|
+
"children": {
|
|
334128
|
+
"defaultValue": null,
|
|
334129
|
+
"description": "",
|
|
334130
|
+
"name": "children",
|
|
334131
|
+
"declarations": [
|
|
334132
|
+
{
|
|
334133
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
|
|
334134
|
+
"name": "TypeLiteral"
|
|
334135
|
+
}
|
|
334136
|
+
],
|
|
334137
|
+
"required": false,
|
|
334138
|
+
"type": {
|
|
334139
|
+
"name": "ReactNode"
|
|
334140
|
+
}
|
|
334141
|
+
}
|
|
334142
|
+
}
|
|
334143
|
+
},
|
|
334144
|
+
{
|
|
334145
|
+
"tags": {},
|
|
334146
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
334147
|
+
"description": "",
|
|
334148
|
+
"displayName": "ItemContainer",
|
|
334149
|
+
"methods": [],
|
|
334150
|
+
"props": {
|
|
334151
|
+
"id": {
|
|
334152
|
+
"defaultValue": null,
|
|
334153
|
+
"description": "",
|
|
334154
|
+
"name": "id",
|
|
334155
|
+
"parent": {
|
|
334156
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
334157
|
+
"name": "Props"
|
|
334158
|
+
},
|
|
334159
|
+
"declarations": [
|
|
334160
|
+
{
|
|
334161
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
334162
|
+
"name": "Props"
|
|
334163
|
+
}
|
|
334164
|
+
],
|
|
334165
|
+
"required": true,
|
|
334166
|
+
"type": {
|
|
334167
|
+
"name": "Key"
|
|
334168
|
+
}
|
|
334169
|
+
},
|
|
334170
|
+
"data": {
|
|
334171
|
+
"defaultValue": null,
|
|
334172
|
+
"description": "",
|
|
334173
|
+
"name": "data",
|
|
334174
|
+
"parent": {
|
|
334175
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
334176
|
+
"name": "Props"
|
|
334177
|
+
},
|
|
334178
|
+
"declarations": [
|
|
334179
|
+
{
|
|
334180
|
+
"fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
334181
|
+
"name": "Props"
|
|
334182
|
+
}
|
|
334183
|
+
],
|
|
334184
|
+
"required": true,
|
|
334185
|
+
"type": {
|
|
334186
|
+
"name": "never"
|
|
334187
|
+
}
|
|
334188
|
+
},
|
|
334189
|
+
"children": {
|
|
334190
|
+
"defaultValue": null,
|
|
334191
|
+
"description": "",
|
|
334192
|
+
"name": "children",
|
|
334193
|
+
"declarations": [
|
|
334194
|
+
{
|
|
334195
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
|
|
334196
|
+
"name": "TypeLiteral"
|
|
334197
|
+
}
|
|
334198
|
+
],
|
|
334199
|
+
"required": false,
|
|
334200
|
+
"type": {
|
|
334201
|
+
"name": "ReactNode"
|
|
334202
|
+
}
|
|
334203
|
+
}
|
|
334204
|
+
}
|
|
334205
|
+
},
|
|
334206
|
+
{
|
|
334207
|
+
"tags": {},
|
|
334208
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
334209
|
+
"description": "",
|
|
334210
|
+
"displayName": "FallbackItems",
|
|
334211
|
+
"methods": [],
|
|
334212
|
+
"props": {}
|
|
334213
|
+
},
|
|
334214
334214
|
{
|
|
334215
334215
|
"tags": {},
|
|
334216
334216
|
"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.588",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@internationalized/string-compiler": "^3.2.6",
|
|
62
62
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
63
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
63
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.588",
|
|
64
64
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
65
65
|
"@react-aria/form": "^3.1.2",
|
|
66
66
|
"@react-aria/live-announcer": "^3.4.4",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@faker-js/faker": "^10.1.0",
|
|
106
106
|
"@internationalized/date": "^3.10.0",
|
|
107
107
|
"@mittwald/flow-core": "",
|
|
108
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
108
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.588",
|
|
109
109
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
110
110
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
111
111
|
"@mittwald/typescript-config": "",
|
|
@@ -174,5 +174,5 @@
|
|
|
174
174
|
"optional": true
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
|
-
"gitHead": "
|
|
177
|
+
"gitHead": "15ee8ff548b0503c0d7c86fe604dfb80368aa00c"
|
|
178
178
|
}
|