@mittwald/flow-react-components 0.2.0-alpha.298 → 0.2.0-alpha.299
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 +114 -172
- 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.299](https://github.com/mittwald/flow/compare/0.2.0-alpha.298...0.2.0-alpha.299) (2025-06-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.298](https://github.com/mittwald/flow/compare/0.2.0-alpha.297...0.2.0-alpha.298) (2025-06-25)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -500,65 +500,7 @@
|
|
|
500
500
|
"description": "",
|
|
501
501
|
"displayName": "TunnelEntry",
|
|
502
502
|
"methods": [],
|
|
503
|
-
"props": {
|
|
504
|
-
"id": {
|
|
505
|
-
"defaultValue": null,
|
|
506
|
-
"description": "",
|
|
507
|
-
"name": "id",
|
|
508
|
-
"parent": {
|
|
509
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
510
|
-
"name": "TunnelEntryProps"
|
|
511
|
-
},
|
|
512
|
-
"declarations": [
|
|
513
|
-
{
|
|
514
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
515
|
-
"name": "TunnelEntryProps"
|
|
516
|
-
}
|
|
517
|
-
],
|
|
518
|
-
"required": false,
|
|
519
|
-
"type": {
|
|
520
|
-
"name": "string"
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
"children": {
|
|
524
|
-
"defaultValue": null,
|
|
525
|
-
"description": "",
|
|
526
|
-
"name": "children",
|
|
527
|
-
"parent": {
|
|
528
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
529
|
-
"name": "TunnelEntryProps"
|
|
530
|
-
},
|
|
531
|
-
"declarations": [
|
|
532
|
-
{
|
|
533
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
534
|
-
"name": "TunnelEntryProps"
|
|
535
|
-
}
|
|
536
|
-
],
|
|
537
|
-
"required": false,
|
|
538
|
-
"type": {
|
|
539
|
-
"name": "TunnelEntryChildren"
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
"staticEntryId": {
|
|
543
|
-
"defaultValue": null,
|
|
544
|
-
"description": "Static entry ID instead of generated ID by `useId`",
|
|
545
|
-
"name": "staticEntryId",
|
|
546
|
-
"parent": {
|
|
547
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
548
|
-
"name": "TunnelEntryProps"
|
|
549
|
-
},
|
|
550
|
-
"declarations": [
|
|
551
|
-
{
|
|
552
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
553
|
-
"name": "TunnelEntryProps"
|
|
554
|
-
}
|
|
555
|
-
],
|
|
556
|
-
"required": false,
|
|
557
|
-
"type": {
|
|
558
|
-
"name": "string"
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
}
|
|
503
|
+
"props": {}
|
|
562
504
|
},
|
|
563
505
|
{
|
|
564
506
|
"tags": {
|
|
@@ -181374,68 +181316,6 @@
|
|
|
181374
181316
|
}
|
|
181375
181317
|
}
|
|
181376
181318
|
},
|
|
181377
|
-
{
|
|
181378
|
-
"tags": {},
|
|
181379
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
|
|
181380
|
-
"description": "",
|
|
181381
|
-
"displayName": "Activity",
|
|
181382
|
-
"methods": [],
|
|
181383
|
-
"props": {
|
|
181384
|
-
"isActive": {
|
|
181385
|
-
"defaultValue": null,
|
|
181386
|
-
"description": "",
|
|
181387
|
-
"name": "isActive",
|
|
181388
|
-
"parent": {
|
|
181389
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
181390
|
-
"name": "ActivityProps"
|
|
181391
|
-
},
|
|
181392
|
-
"declarations": [
|
|
181393
|
-
{
|
|
181394
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
181395
|
-
"name": "ActivityProps"
|
|
181396
|
-
}
|
|
181397
|
-
],
|
|
181398
|
-
"required": false,
|
|
181399
|
-
"type": {
|
|
181400
|
-
"name": "boolean"
|
|
181401
|
-
}
|
|
181402
|
-
},
|
|
181403
|
-
"inactiveDelay": {
|
|
181404
|
-
"defaultValue": null,
|
|
181405
|
-
"description": "",
|
|
181406
|
-
"name": "inactiveDelay",
|
|
181407
|
-
"parent": {
|
|
181408
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
181409
|
-
"name": "ActivityProps"
|
|
181410
|
-
},
|
|
181411
|
-
"declarations": [
|
|
181412
|
-
{
|
|
181413
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
181414
|
-
"name": "ActivityProps"
|
|
181415
|
-
}
|
|
181416
|
-
],
|
|
181417
|
-
"required": false,
|
|
181418
|
-
"type": {
|
|
181419
|
-
"name": "number"
|
|
181420
|
-
}
|
|
181421
|
-
},
|
|
181422
|
-
"children": {
|
|
181423
|
-
"defaultValue": null,
|
|
181424
|
-
"description": "",
|
|
181425
|
-
"name": "children",
|
|
181426
|
-
"declarations": [
|
|
181427
|
-
{
|
|
181428
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
181429
|
-
"name": "TypeLiteral"
|
|
181430
|
-
}
|
|
181431
|
-
],
|
|
181432
|
-
"required": false,
|
|
181433
|
-
"type": {
|
|
181434
|
-
"name": "ReactNode"
|
|
181435
|
-
}
|
|
181436
|
-
}
|
|
181437
|
-
}
|
|
181438
|
-
},
|
|
181439
181319
|
{
|
|
181440
181320
|
"tags": {
|
|
181441
181321
|
"flr-generate": "all",
|
|
@@ -186825,6 +186705,68 @@
|
|
|
186825
186705
|
}
|
|
186826
186706
|
}
|
|
186827
186707
|
},
|
|
186708
|
+
{
|
|
186709
|
+
"tags": {},
|
|
186710
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
|
|
186711
|
+
"description": "",
|
|
186712
|
+
"displayName": "Activity",
|
|
186713
|
+
"methods": [],
|
|
186714
|
+
"props": {
|
|
186715
|
+
"isActive": {
|
|
186716
|
+
"defaultValue": null,
|
|
186717
|
+
"description": "",
|
|
186718
|
+
"name": "isActive",
|
|
186719
|
+
"parent": {
|
|
186720
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186721
|
+
"name": "ActivityProps"
|
|
186722
|
+
},
|
|
186723
|
+
"declarations": [
|
|
186724
|
+
{
|
|
186725
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186726
|
+
"name": "ActivityProps"
|
|
186727
|
+
}
|
|
186728
|
+
],
|
|
186729
|
+
"required": false,
|
|
186730
|
+
"type": {
|
|
186731
|
+
"name": "boolean"
|
|
186732
|
+
}
|
|
186733
|
+
},
|
|
186734
|
+
"inactiveDelay": {
|
|
186735
|
+
"defaultValue": null,
|
|
186736
|
+
"description": "",
|
|
186737
|
+
"name": "inactiveDelay",
|
|
186738
|
+
"parent": {
|
|
186739
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186740
|
+
"name": "ActivityProps"
|
|
186741
|
+
},
|
|
186742
|
+
"declarations": [
|
|
186743
|
+
{
|
|
186744
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186745
|
+
"name": "ActivityProps"
|
|
186746
|
+
}
|
|
186747
|
+
],
|
|
186748
|
+
"required": false,
|
|
186749
|
+
"type": {
|
|
186750
|
+
"name": "number"
|
|
186751
|
+
}
|
|
186752
|
+
},
|
|
186753
|
+
"children": {
|
|
186754
|
+
"defaultValue": null,
|
|
186755
|
+
"description": "",
|
|
186756
|
+
"name": "children",
|
|
186757
|
+
"declarations": [
|
|
186758
|
+
{
|
|
186759
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
186760
|
+
"name": "TypeLiteral"
|
|
186761
|
+
}
|
|
186762
|
+
],
|
|
186763
|
+
"required": false,
|
|
186764
|
+
"type": {
|
|
186765
|
+
"name": "ReactNode"
|
|
186766
|
+
}
|
|
186767
|
+
}
|
|
186768
|
+
}
|
|
186769
|
+
},
|
|
186828
186770
|
{
|
|
186829
186771
|
"tags": {
|
|
186830
186772
|
"flr-generate": "all"
|
|
@@ -253857,6 +253799,14 @@
|
|
|
253857
253799
|
}
|
|
253858
253800
|
}
|
|
253859
253801
|
},
|
|
253802
|
+
{
|
|
253803
|
+
"tags": {},
|
|
253804
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
253805
|
+
"description": "",
|
|
253806
|
+
"displayName": "FallbackItems",
|
|
253807
|
+
"methods": [],
|
|
253808
|
+
"props": {}
|
|
253809
|
+
},
|
|
253860
253810
|
{
|
|
253861
253811
|
"tags": {},
|
|
253862
253812
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
|
|
@@ -253981,14 +253931,6 @@
|
|
|
253981
253931
|
}
|
|
253982
253932
|
}
|
|
253983
253933
|
},
|
|
253984
|
-
{
|
|
253985
|
-
"tags": {},
|
|
253986
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
|
|
253987
|
-
"description": "",
|
|
253988
|
-
"displayName": "FallbackItems",
|
|
253989
|
-
"methods": [],
|
|
253990
|
-
"props": {}
|
|
253991
|
-
},
|
|
253992
253934
|
{
|
|
253993
253935
|
"tags": {},
|
|
253994
253936
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
@@ -255243,6 +255185,49 @@
|
|
|
255243
255185
|
}
|
|
255244
255186
|
}
|
|
255245
255187
|
},
|
|
255188
|
+
{
|
|
255189
|
+
"tags": {},
|
|
255190
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
255191
|
+
"description": "",
|
|
255192
|
+
"displayName": "useGridItemProps",
|
|
255193
|
+
"methods": [],
|
|
255194
|
+
"props": {
|
|
255195
|
+
"data": {
|
|
255196
|
+
"defaultValue": null,
|
|
255197
|
+
"description": "",
|
|
255198
|
+
"name": "data",
|
|
255199
|
+
"parent": {
|
|
255200
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
255201
|
+
"name": "P"
|
|
255202
|
+
},
|
|
255203
|
+
"declarations": [
|
|
255204
|
+
{
|
|
255205
|
+
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
255206
|
+
"name": "P"
|
|
255207
|
+
}
|
|
255208
|
+
],
|
|
255209
|
+
"required": true,
|
|
255210
|
+
"type": {
|
|
255211
|
+
"name": "never"
|
|
255212
|
+
}
|
|
255213
|
+
},
|
|
255214
|
+
"children": {
|
|
255215
|
+
"defaultValue": null,
|
|
255216
|
+
"description": "",
|
|
255217
|
+
"name": "children",
|
|
255218
|
+
"declarations": [
|
|
255219
|
+
{
|
|
255220
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
255221
|
+
"name": "TypeLiteral"
|
|
255222
|
+
}
|
|
255223
|
+
],
|
|
255224
|
+
"required": false,
|
|
255225
|
+
"type": {
|
|
255226
|
+
"name": "ReactNode"
|
|
255227
|
+
}
|
|
255228
|
+
}
|
|
255229
|
+
}
|
|
255230
|
+
},
|
|
255246
255231
|
{
|
|
255247
255232
|
"tags": {},
|
|
255248
255233
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.tsx",
|
|
@@ -260716,49 +260701,6 @@
|
|
|
260716
260701
|
}
|
|
260717
260702
|
}
|
|
260718
260703
|
},
|
|
260719
|
-
{
|
|
260720
|
-
"tags": {},
|
|
260721
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
260722
|
-
"description": "",
|
|
260723
|
-
"displayName": "useGridItemProps",
|
|
260724
|
-
"methods": [],
|
|
260725
|
-
"props": {
|
|
260726
|
-
"data": {
|
|
260727
|
-
"defaultValue": null,
|
|
260728
|
-
"description": "",
|
|
260729
|
-
"name": "data",
|
|
260730
|
-
"parent": {
|
|
260731
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
260732
|
-
"name": "P"
|
|
260733
|
-
},
|
|
260734
|
-
"declarations": [
|
|
260735
|
-
{
|
|
260736
|
-
"fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
260737
|
-
"name": "P"
|
|
260738
|
-
}
|
|
260739
|
-
],
|
|
260740
|
-
"required": true,
|
|
260741
|
-
"type": {
|
|
260742
|
-
"name": "never"
|
|
260743
|
-
}
|
|
260744
|
-
},
|
|
260745
|
-
"children": {
|
|
260746
|
-
"defaultValue": null,
|
|
260747
|
-
"description": "",
|
|
260748
|
-
"name": "children",
|
|
260749
|
-
"declarations": [
|
|
260750
|
-
{
|
|
260751
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
260752
|
-
"name": "TypeLiteral"
|
|
260753
|
-
}
|
|
260754
|
-
],
|
|
260755
|
-
"required": false,
|
|
260756
|
-
"type": {
|
|
260757
|
-
"name": "ReactNode"
|
|
260758
|
-
}
|
|
260759
|
-
}
|
|
260760
|
-
}
|
|
260761
|
-
},
|
|
260762
260704
|
{
|
|
260763
260705
|
"tags": {},
|
|
260764
260706
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.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.299",
|
|
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
|
"@chakra-ui/live-region": "^2.1.0",
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
60
|
"@mittwald/password-tools-js": "^2.1.4",
|
|
61
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
61
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.299",
|
|
62
62
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
63
63
|
"@react-aria/form": "^3.0.16",
|
|
64
64
|
"@react-aria/utils": "^3.29.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@faker-js/faker": "^9.8.0",
|
|
100
100
|
"@internationalized/date": "^3.8.1",
|
|
101
101
|
"@mittwald/flow-core": "",
|
|
102
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
102
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.299",
|
|
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": "",
|
|
@@ -181,5 +181,5 @@
|
|
|
181
181
|
"optional": true
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
|
-
"gitHead": "
|
|
184
|
+
"gitHead": "8bc9e25fba14aec55a7ef11cca651f0fbacbf25d"
|
|
185
185
|
}
|