@mittwald/flow-react-components 0.2.0-alpha.170 → 0.2.0-alpha.171
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 +268 -268
- 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.171](https://github.com/mittwald/flow/compare/0.2.0-alpha.170...0.2.0-alpha.171) (2025-05-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.170](https://github.com/mittwald/flow/compare/0.2.0-alpha.169...0.2.0-alpha.170) (2025-05-06)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -120640,106 +120640,6 @@
|
|
|
120640
120640
|
}
|
|
120641
120641
|
}
|
|
120642
120642
|
},
|
|
120643
|
-
{
|
|
120644
|
-
"tags": {},
|
|
120645
|
-
"filePath": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120646
|
-
"description": "",
|
|
120647
|
-
"displayName": "FileDropZone",
|
|
120648
|
-
"methods": [],
|
|
120649
|
-
"props": {
|
|
120650
|
-
"onChange": {
|
|
120651
|
-
"defaultValue": null,
|
|
120652
|
-
"description": "",
|
|
120653
|
-
"name": "onChange",
|
|
120654
|
-
"parent": {
|
|
120655
|
-
"fileName": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120656
|
-
"name": "FileDropZoneProps"
|
|
120657
|
-
},
|
|
120658
|
-
"declarations": [
|
|
120659
|
-
{
|
|
120660
|
-
"fileName": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120661
|
-
"name": "FileDropZoneProps"
|
|
120662
|
-
}
|
|
120663
|
-
],
|
|
120664
|
-
"required": false,
|
|
120665
|
-
"type": {
|
|
120666
|
-
"name": "FileInputOnChangeHandler"
|
|
120667
|
-
}
|
|
120668
|
-
},
|
|
120669
|
-
"className": {
|
|
120670
|
-
"defaultValue": null,
|
|
120671
|
-
"description": "The elements class name.",
|
|
120672
|
-
"name": "className",
|
|
120673
|
-
"parent": {
|
|
120674
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
120675
|
-
"name": "PropsWithClassName"
|
|
120676
|
-
},
|
|
120677
|
-
"declarations": [
|
|
120678
|
-
{
|
|
120679
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
120680
|
-
"name": "PropsWithClassName"
|
|
120681
|
-
}
|
|
120682
|
-
],
|
|
120683
|
-
"required": false,
|
|
120684
|
-
"type": {
|
|
120685
|
-
"name": "string"
|
|
120686
|
-
}
|
|
120687
|
-
},
|
|
120688
|
-
"children": {
|
|
120689
|
-
"defaultValue": null,
|
|
120690
|
-
"description": "",
|
|
120691
|
-
"name": "children",
|
|
120692
|
-
"declarations": [
|
|
120693
|
-
{
|
|
120694
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120695
|
-
"name": "TypeLiteral"
|
|
120696
|
-
}
|
|
120697
|
-
],
|
|
120698
|
-
"required": false,
|
|
120699
|
-
"type": {
|
|
120700
|
-
"name": "ReactNode"
|
|
120701
|
-
}
|
|
120702
|
-
},
|
|
120703
|
-
"accept": {
|
|
120704
|
-
"defaultValue": null,
|
|
120705
|
-
"description": "",
|
|
120706
|
-
"name": "accept",
|
|
120707
|
-
"parent": {
|
|
120708
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120709
|
-
"name": "InputHTMLAttributes"
|
|
120710
|
-
},
|
|
120711
|
-
"declarations": [
|
|
120712
|
-
{
|
|
120713
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120714
|
-
"name": "InputHTMLAttributes"
|
|
120715
|
-
}
|
|
120716
|
-
],
|
|
120717
|
-
"required": false,
|
|
120718
|
-
"type": {
|
|
120719
|
-
"name": "string"
|
|
120720
|
-
}
|
|
120721
|
-
},
|
|
120722
|
-
"multiple": {
|
|
120723
|
-
"defaultValue": null,
|
|
120724
|
-
"description": "",
|
|
120725
|
-
"name": "multiple",
|
|
120726
|
-
"parent": {
|
|
120727
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120728
|
-
"name": "InputHTMLAttributes"
|
|
120729
|
-
},
|
|
120730
|
-
"declarations": [
|
|
120731
|
-
{
|
|
120732
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120733
|
-
"name": "InputHTMLAttributes"
|
|
120734
|
-
}
|
|
120735
|
-
],
|
|
120736
|
-
"required": false,
|
|
120737
|
-
"type": {
|
|
120738
|
-
"name": "boolean"
|
|
120739
|
-
}
|
|
120740
|
-
}
|
|
120741
|
-
}
|
|
120742
|
-
},
|
|
120743
120643
|
{
|
|
120744
120644
|
"tags": {
|
|
120745
120645
|
"flr-generate": "all",
|
|
@@ -120997,6 +120897,106 @@
|
|
|
120997
120897
|
}
|
|
120998
120898
|
}
|
|
120999
120899
|
},
|
|
120900
|
+
{
|
|
120901
|
+
"tags": {},
|
|
120902
|
+
"filePath": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120903
|
+
"description": "",
|
|
120904
|
+
"displayName": "FileDropZone",
|
|
120905
|
+
"methods": [],
|
|
120906
|
+
"props": {
|
|
120907
|
+
"onChange": {
|
|
120908
|
+
"defaultValue": null,
|
|
120909
|
+
"description": "",
|
|
120910
|
+
"name": "onChange",
|
|
120911
|
+
"parent": {
|
|
120912
|
+
"fileName": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120913
|
+
"name": "FileDropZoneProps"
|
|
120914
|
+
},
|
|
120915
|
+
"declarations": [
|
|
120916
|
+
{
|
|
120917
|
+
"fileName": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120918
|
+
"name": "FileDropZoneProps"
|
|
120919
|
+
}
|
|
120920
|
+
],
|
|
120921
|
+
"required": false,
|
|
120922
|
+
"type": {
|
|
120923
|
+
"name": "FileInputOnChangeHandler"
|
|
120924
|
+
}
|
|
120925
|
+
},
|
|
120926
|
+
"className": {
|
|
120927
|
+
"defaultValue": null,
|
|
120928
|
+
"description": "The elements class name.",
|
|
120929
|
+
"name": "className",
|
|
120930
|
+
"parent": {
|
|
120931
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
120932
|
+
"name": "PropsWithClassName"
|
|
120933
|
+
},
|
|
120934
|
+
"declarations": [
|
|
120935
|
+
{
|
|
120936
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
120937
|
+
"name": "PropsWithClassName"
|
|
120938
|
+
}
|
|
120939
|
+
],
|
|
120940
|
+
"required": false,
|
|
120941
|
+
"type": {
|
|
120942
|
+
"name": "string"
|
|
120943
|
+
}
|
|
120944
|
+
},
|
|
120945
|
+
"children": {
|
|
120946
|
+
"defaultValue": null,
|
|
120947
|
+
"description": "",
|
|
120948
|
+
"name": "children",
|
|
120949
|
+
"declarations": [
|
|
120950
|
+
{
|
|
120951
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120952
|
+
"name": "TypeLiteral"
|
|
120953
|
+
}
|
|
120954
|
+
],
|
|
120955
|
+
"required": false,
|
|
120956
|
+
"type": {
|
|
120957
|
+
"name": "ReactNode"
|
|
120958
|
+
}
|
|
120959
|
+
},
|
|
120960
|
+
"accept": {
|
|
120961
|
+
"defaultValue": null,
|
|
120962
|
+
"description": "",
|
|
120963
|
+
"name": "accept",
|
|
120964
|
+
"parent": {
|
|
120965
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120966
|
+
"name": "InputHTMLAttributes"
|
|
120967
|
+
},
|
|
120968
|
+
"declarations": [
|
|
120969
|
+
{
|
|
120970
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120971
|
+
"name": "InputHTMLAttributes"
|
|
120972
|
+
}
|
|
120973
|
+
],
|
|
120974
|
+
"required": false,
|
|
120975
|
+
"type": {
|
|
120976
|
+
"name": "string"
|
|
120977
|
+
}
|
|
120978
|
+
},
|
|
120979
|
+
"multiple": {
|
|
120980
|
+
"defaultValue": null,
|
|
120981
|
+
"description": "",
|
|
120982
|
+
"name": "multiple",
|
|
120983
|
+
"parent": {
|
|
120984
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120985
|
+
"name": "InputHTMLAttributes"
|
|
120986
|
+
},
|
|
120987
|
+
"declarations": [
|
|
120988
|
+
{
|
|
120989
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120990
|
+
"name": "InputHTMLAttributes"
|
|
120991
|
+
}
|
|
120992
|
+
],
|
|
120993
|
+
"required": false,
|
|
120994
|
+
"type": {
|
|
120995
|
+
"name": "boolean"
|
|
120996
|
+
}
|
|
120997
|
+
}
|
|
120998
|
+
}
|
|
120999
|
+
},
|
|
121000
121000
|
{
|
|
121001
121001
|
"tags": {
|
|
121002
121002
|
"flr-generate": "all",
|
|
@@ -166512,6 +166512,70 @@
|
|
|
166512
166512
|
}
|
|
166513
166513
|
}
|
|
166514
166514
|
},
|
|
166515
|
+
{
|
|
166516
|
+
"tags": {
|
|
166517
|
+
"flr-generate": "all"
|
|
166518
|
+
},
|
|
166519
|
+
"filePath": "src/components/Chat/Chat.tsx",
|
|
166520
|
+
"description": "",
|
|
166521
|
+
"displayName": "Chat",
|
|
166522
|
+
"methods": [],
|
|
166523
|
+
"props": {
|
|
166524
|
+
"height": {
|
|
166525
|
+
"defaultValue": null,
|
|
166526
|
+
"description": "",
|
|
166527
|
+
"name": "height",
|
|
166528
|
+
"parent": {
|
|
166529
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
166530
|
+
"name": "ChatProps"
|
|
166531
|
+
},
|
|
166532
|
+
"declarations": [
|
|
166533
|
+
{
|
|
166534
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
166535
|
+
"name": "ChatProps"
|
|
166536
|
+
}
|
|
166537
|
+
],
|
|
166538
|
+
"required": false,
|
|
166539
|
+
"type": {
|
|
166540
|
+
"name": "Height<string | number>"
|
|
166541
|
+
}
|
|
166542
|
+
},
|
|
166543
|
+
"children": {
|
|
166544
|
+
"defaultValue": null,
|
|
166545
|
+
"description": "",
|
|
166546
|
+
"name": "children",
|
|
166547
|
+
"declarations": [
|
|
166548
|
+
{
|
|
166549
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166550
|
+
"name": "TypeLiteral"
|
|
166551
|
+
}
|
|
166552
|
+
],
|
|
166553
|
+
"required": false,
|
|
166554
|
+
"type": {
|
|
166555
|
+
"name": "ReactNode"
|
|
166556
|
+
}
|
|
166557
|
+
},
|
|
166558
|
+
"className": {
|
|
166559
|
+
"defaultValue": null,
|
|
166560
|
+
"description": "The elements class name.",
|
|
166561
|
+
"name": "className",
|
|
166562
|
+
"parent": {
|
|
166563
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
166564
|
+
"name": "PropsWithClassName"
|
|
166565
|
+
},
|
|
166566
|
+
"declarations": [
|
|
166567
|
+
{
|
|
166568
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
166569
|
+
"name": "PropsWithClassName"
|
|
166570
|
+
}
|
|
166571
|
+
],
|
|
166572
|
+
"required": false,
|
|
166573
|
+
"type": {
|
|
166574
|
+
"name": "string"
|
|
166575
|
+
}
|
|
166576
|
+
}
|
|
166577
|
+
}
|
|
166578
|
+
},
|
|
166515
166579
|
{
|
|
166516
166580
|
"tags": {
|
|
166517
166581
|
"flr-generate": "all"
|
|
@@ -166595,70 +166659,6 @@
|
|
|
166595
166659
|
}
|
|
166596
166660
|
}
|
|
166597
166661
|
},
|
|
166598
|
-
{
|
|
166599
|
-
"tags": {
|
|
166600
|
-
"flr-generate": "all"
|
|
166601
|
-
},
|
|
166602
|
-
"filePath": "src/components/Chat/Chat.tsx",
|
|
166603
|
-
"description": "",
|
|
166604
|
-
"displayName": "Chat",
|
|
166605
|
-
"methods": [],
|
|
166606
|
-
"props": {
|
|
166607
|
-
"height": {
|
|
166608
|
-
"defaultValue": null,
|
|
166609
|
-
"description": "",
|
|
166610
|
-
"name": "height",
|
|
166611
|
-
"parent": {
|
|
166612
|
-
"fileName": "src/components/Chat/Chat.tsx",
|
|
166613
|
-
"name": "ChatProps"
|
|
166614
|
-
},
|
|
166615
|
-
"declarations": [
|
|
166616
|
-
{
|
|
166617
|
-
"fileName": "src/components/Chat/Chat.tsx",
|
|
166618
|
-
"name": "ChatProps"
|
|
166619
|
-
}
|
|
166620
|
-
],
|
|
166621
|
-
"required": false,
|
|
166622
|
-
"type": {
|
|
166623
|
-
"name": "Height<string | number>"
|
|
166624
|
-
}
|
|
166625
|
-
},
|
|
166626
|
-
"children": {
|
|
166627
|
-
"defaultValue": null,
|
|
166628
|
-
"description": "",
|
|
166629
|
-
"name": "children",
|
|
166630
|
-
"declarations": [
|
|
166631
|
-
{
|
|
166632
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166633
|
-
"name": "TypeLiteral"
|
|
166634
|
-
}
|
|
166635
|
-
],
|
|
166636
|
-
"required": false,
|
|
166637
|
-
"type": {
|
|
166638
|
-
"name": "ReactNode"
|
|
166639
|
-
}
|
|
166640
|
-
},
|
|
166641
|
-
"className": {
|
|
166642
|
-
"defaultValue": null,
|
|
166643
|
-
"description": "The elements class name.",
|
|
166644
|
-
"name": "className",
|
|
166645
|
-
"parent": {
|
|
166646
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
166647
|
-
"name": "PropsWithClassName"
|
|
166648
|
-
},
|
|
166649
|
-
"declarations": [
|
|
166650
|
-
{
|
|
166651
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
166652
|
-
"name": "PropsWithClassName"
|
|
166653
|
-
}
|
|
166654
|
-
],
|
|
166655
|
-
"required": false,
|
|
166656
|
-
"type": {
|
|
166657
|
-
"name": "string"
|
|
166658
|
-
}
|
|
166659
|
-
}
|
|
166660
|
-
}
|
|
166661
|
-
},
|
|
166662
166662
|
{
|
|
166663
166663
|
"tags": {
|
|
166664
166664
|
"flr-generate": "all"
|
|
@@ -168406,6 +168406,110 @@
|
|
|
168406
168406
|
}
|
|
168407
168407
|
}
|
|
168408
168408
|
},
|
|
168409
|
+
{
|
|
168410
|
+
"tags": {
|
|
168411
|
+
"flr-generate": "all"
|
|
168412
|
+
},
|
|
168413
|
+
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168414
|
+
"description": "",
|
|
168415
|
+
"displayName": "AvatarStack",
|
|
168416
|
+
"methods": [],
|
|
168417
|
+
"props": {
|
|
168418
|
+
"totalCount": {
|
|
168419
|
+
"defaultValue": null,
|
|
168420
|
+
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
168421
|
+
"name": "totalCount",
|
|
168422
|
+
"parent": {
|
|
168423
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168424
|
+
"name": "AvatarStackProps"
|
|
168425
|
+
},
|
|
168426
|
+
"declarations": [
|
|
168427
|
+
{
|
|
168428
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168429
|
+
"name": "AvatarStackProps"
|
|
168430
|
+
}
|
|
168431
|
+
],
|
|
168432
|
+
"required": false,
|
|
168433
|
+
"type": {
|
|
168434
|
+
"name": "number"
|
|
168435
|
+
}
|
|
168436
|
+
},
|
|
168437
|
+
"onCountPress": {
|
|
168438
|
+
"defaultValue": null,
|
|
168439
|
+
"description": "The onPress action of the additional items count element",
|
|
168440
|
+
"name": "onCountPress",
|
|
168441
|
+
"parent": {
|
|
168442
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168443
|
+
"name": "AvatarStackProps"
|
|
168444
|
+
},
|
|
168445
|
+
"declarations": [
|
|
168446
|
+
{
|
|
168447
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168448
|
+
"name": "AvatarStackProps"
|
|
168449
|
+
}
|
|
168450
|
+
],
|
|
168451
|
+
"required": false,
|
|
168452
|
+
"type": {
|
|
168453
|
+
"name": "(() => void)"
|
|
168454
|
+
}
|
|
168455
|
+
},
|
|
168456
|
+
"size": {
|
|
168457
|
+
"defaultValue": {
|
|
168458
|
+
"value": "\"m\""
|
|
168459
|
+
},
|
|
168460
|
+
"description": "The size of the avatars inside the stack.",
|
|
168461
|
+
"name": "size",
|
|
168462
|
+
"parent": {
|
|
168463
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168464
|
+
"name": "AvatarStackProps"
|
|
168465
|
+
},
|
|
168466
|
+
"declarations": [
|
|
168467
|
+
{
|
|
168468
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168469
|
+
"name": "AvatarStackProps"
|
|
168470
|
+
}
|
|
168471
|
+
],
|
|
168472
|
+
"required": false,
|
|
168473
|
+
"type": {
|
|
168474
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
168475
|
+
}
|
|
168476
|
+
},
|
|
168477
|
+
"className": {
|
|
168478
|
+
"defaultValue": null,
|
|
168479
|
+
"description": "The elements class name.",
|
|
168480
|
+
"name": "className",
|
|
168481
|
+
"parent": {
|
|
168482
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
168483
|
+
"name": "PropsWithClassName"
|
|
168484
|
+
},
|
|
168485
|
+
"declarations": [
|
|
168486
|
+
{
|
|
168487
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
168488
|
+
"name": "PropsWithClassName"
|
|
168489
|
+
}
|
|
168490
|
+
],
|
|
168491
|
+
"required": false,
|
|
168492
|
+
"type": {
|
|
168493
|
+
"name": "string"
|
|
168494
|
+
}
|
|
168495
|
+
},
|
|
168496
|
+
"children": {
|
|
168497
|
+
"defaultValue": null,
|
|
168498
|
+
"description": "",
|
|
168499
|
+
"name": "children",
|
|
168500
|
+
"declarations": [
|
|
168501
|
+
{
|
|
168502
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
168503
|
+
"name": "TypeLiteral"
|
|
168504
|
+
}
|
|
168505
|
+
],
|
|
168506
|
+
"required": false,
|
|
168507
|
+
"type": {
|
|
168508
|
+
"name": "ReactNode"
|
|
168509
|
+
}
|
|
168510
|
+
}
|
|
168511
|
+
}
|
|
168512
|
+
},
|
|
168409
168513
|
{
|
|
168410
168514
|
"tags": {
|
|
168411
168515
|
"flr-generate": "all",
|
|
@@ -168587,110 +168691,6 @@
|
|
|
168587
168691
|
}
|
|
168588
168692
|
}
|
|
168589
168693
|
},
|
|
168590
|
-
{
|
|
168591
|
-
"tags": {
|
|
168592
|
-
"flr-generate": "all"
|
|
168593
|
-
},
|
|
168594
|
-
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168595
|
-
"description": "",
|
|
168596
|
-
"displayName": "AvatarStack",
|
|
168597
|
-
"methods": [],
|
|
168598
|
-
"props": {
|
|
168599
|
-
"totalCount": {
|
|
168600
|
-
"defaultValue": null,
|
|
168601
|
-
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
168602
|
-
"name": "totalCount",
|
|
168603
|
-
"parent": {
|
|
168604
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168605
|
-
"name": "AvatarStackProps"
|
|
168606
|
-
},
|
|
168607
|
-
"declarations": [
|
|
168608
|
-
{
|
|
168609
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168610
|
-
"name": "AvatarStackProps"
|
|
168611
|
-
}
|
|
168612
|
-
],
|
|
168613
|
-
"required": false,
|
|
168614
|
-
"type": {
|
|
168615
|
-
"name": "number"
|
|
168616
|
-
}
|
|
168617
|
-
},
|
|
168618
|
-
"onCountPress": {
|
|
168619
|
-
"defaultValue": null,
|
|
168620
|
-
"description": "The onPress action of the additional items count element",
|
|
168621
|
-
"name": "onCountPress",
|
|
168622
|
-
"parent": {
|
|
168623
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168624
|
-
"name": "AvatarStackProps"
|
|
168625
|
-
},
|
|
168626
|
-
"declarations": [
|
|
168627
|
-
{
|
|
168628
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168629
|
-
"name": "AvatarStackProps"
|
|
168630
|
-
}
|
|
168631
|
-
],
|
|
168632
|
-
"required": false,
|
|
168633
|
-
"type": {
|
|
168634
|
-
"name": "(() => void)"
|
|
168635
|
-
}
|
|
168636
|
-
},
|
|
168637
|
-
"size": {
|
|
168638
|
-
"defaultValue": {
|
|
168639
|
-
"value": "\"m\""
|
|
168640
|
-
},
|
|
168641
|
-
"description": "The size of the avatars inside the stack.",
|
|
168642
|
-
"name": "size",
|
|
168643
|
-
"parent": {
|
|
168644
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168645
|
-
"name": "AvatarStackProps"
|
|
168646
|
-
},
|
|
168647
|
-
"declarations": [
|
|
168648
|
-
{
|
|
168649
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168650
|
-
"name": "AvatarStackProps"
|
|
168651
|
-
}
|
|
168652
|
-
],
|
|
168653
|
-
"required": false,
|
|
168654
|
-
"type": {
|
|
168655
|
-
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
168656
|
-
}
|
|
168657
|
-
},
|
|
168658
|
-
"className": {
|
|
168659
|
-
"defaultValue": null,
|
|
168660
|
-
"description": "The elements class name.",
|
|
168661
|
-
"name": "className",
|
|
168662
|
-
"parent": {
|
|
168663
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
168664
|
-
"name": "PropsWithClassName"
|
|
168665
|
-
},
|
|
168666
|
-
"declarations": [
|
|
168667
|
-
{
|
|
168668
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
168669
|
-
"name": "PropsWithClassName"
|
|
168670
|
-
}
|
|
168671
|
-
],
|
|
168672
|
-
"required": false,
|
|
168673
|
-
"type": {
|
|
168674
|
-
"name": "string"
|
|
168675
|
-
}
|
|
168676
|
-
},
|
|
168677
|
-
"children": {
|
|
168678
|
-
"defaultValue": null,
|
|
168679
|
-
"description": "",
|
|
168680
|
-
"name": "children",
|
|
168681
|
-
"declarations": [
|
|
168682
|
-
{
|
|
168683
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
168684
|
-
"name": "TypeLiteral"
|
|
168685
|
-
}
|
|
168686
|
-
],
|
|
168687
|
-
"required": false,
|
|
168688
|
-
"type": {
|
|
168689
|
-
"name": "ReactNode"
|
|
168690
|
-
}
|
|
168691
|
-
}
|
|
168692
|
-
}
|
|
168693
|
-
},
|
|
168694
168694
|
{
|
|
168695
168695
|
"tags": {
|
|
168696
168696
|
"flr-generate": "all"
|
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.171",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@chakra-ui/live-region": "^2.1.0",
|
|
55
55
|
"@internationalized/string-compiler": "^3.2.6",
|
|
56
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
56
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.171",
|
|
57
57
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
58
58
|
"@react-aria/form": "^3.0.14",
|
|
59
59
|
"@react-aria/utils": "^3.28.1",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@faker-js/faker": "^9.6.0",
|
|
94
94
|
"@internationalized/date": "^3.7.0",
|
|
95
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
95
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.171",
|
|
96
96
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
97
97
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
98
98
|
"@mittwald/typescript-config": "",
|
|
@@ -173,5 +173,5 @@
|
|
|
173
173
|
"optional": true
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
|
-
"gitHead": "
|
|
176
|
+
"gitHead": "34e7b3a92f8324e9915b076a2aa8b1a212d5035f"
|
|
177
177
|
}
|