@mittwald/flow-react-components 0.2.0-alpha.301 → 0.2.0-alpha.302
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 +211 -211
- 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.302](https://github.com/mittwald/flow/compare/0.2.0-alpha.301...0.2.0-alpha.302) (2025-06-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.301](https://github.com/mittwald/flow/compare/0.2.0-alpha.300...0.2.0-alpha.301) (2025-06-25)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -169623,9 +169623,9 @@
|
|
|
169623
169623
|
"tags": {
|
|
169624
169624
|
"flr-generate": "all"
|
|
169625
169625
|
},
|
|
169626
|
-
"filePath": "src/components/
|
|
169626
|
+
"filePath": "src/components/CartesianGrid/CartesianGrid.tsx",
|
|
169627
169627
|
"description": "",
|
|
169628
|
-
"displayName": "
|
|
169628
|
+
"displayName": "CartesianGrid",
|
|
169629
169629
|
"methods": [],
|
|
169630
169630
|
"props": {
|
|
169631
169631
|
"className": {
|
|
@@ -169647,42 +169647,61 @@
|
|
|
169647
169647
|
"name": "string"
|
|
169648
169648
|
}
|
|
169649
169649
|
},
|
|
169650
|
-
"
|
|
169650
|
+
"strokeDasharray": {
|
|
169651
169651
|
"defaultValue": null,
|
|
169652
169652
|
"description": "",
|
|
169653
|
-
"name": "
|
|
169653
|
+
"name": "strokeDasharray",
|
|
169654
169654
|
"parent": {
|
|
169655
|
-
"fileName": "flow/node_modules/.pnpm
|
|
169656
|
-
"name": "
|
|
169655
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
169656
|
+
"name": "SVGAttributes"
|
|
169657
169657
|
},
|
|
169658
169658
|
"declarations": [
|
|
169659
169659
|
{
|
|
169660
|
-
"fileName": "flow/node_modules/.pnpm
|
|
169661
|
-
"name": "
|
|
169660
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
169661
|
+
"name": "SVGAttributes"
|
|
169662
169662
|
}
|
|
169663
169663
|
],
|
|
169664
169664
|
"required": false,
|
|
169665
169665
|
"type": {
|
|
169666
|
-
"name": "
|
|
169666
|
+
"name": "string | number"
|
|
169667
169667
|
}
|
|
169668
169668
|
},
|
|
169669
|
-
"
|
|
169669
|
+
"horizontal": {
|
|
169670
169670
|
"defaultValue": null,
|
|
169671
|
-
"description": "
|
|
169672
|
-
"name": "
|
|
169671
|
+
"description": "",
|
|
169672
|
+
"name": "horizontal",
|
|
169673
169673
|
"parent": {
|
|
169674
|
-
"fileName": "
|
|
169675
|
-
"name": "
|
|
169674
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
169675
|
+
"name": "CartesianGridProps"
|
|
169676
169676
|
},
|
|
169677
169677
|
"declarations": [
|
|
169678
169678
|
{
|
|
169679
|
-
"fileName": "
|
|
169680
|
-
"name": "
|
|
169679
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
169680
|
+
"name": "CartesianGridProps"
|
|
169681
169681
|
}
|
|
169682
169682
|
],
|
|
169683
169683
|
"required": false,
|
|
169684
169684
|
"type": {
|
|
169685
|
-
"name": "
|
|
169685
|
+
"name": "GridLineType"
|
|
169686
|
+
}
|
|
169687
|
+
},
|
|
169688
|
+
"vertical": {
|
|
169689
|
+
"defaultValue": null,
|
|
169690
|
+
"description": "",
|
|
169691
|
+
"name": "vertical",
|
|
169692
|
+
"parent": {
|
|
169693
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
169694
|
+
"name": "CartesianGridProps"
|
|
169695
|
+
},
|
|
169696
|
+
"declarations": [
|
|
169697
|
+
{
|
|
169698
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
169699
|
+
"name": "CartesianGridProps"
|
|
169700
|
+
}
|
|
169701
|
+
],
|
|
169702
|
+
"required": false,
|
|
169703
|
+
"type": {
|
|
169704
|
+
"name": "GridLineType"
|
|
169686
169705
|
}
|
|
169687
169706
|
}
|
|
169688
169707
|
}
|
|
@@ -169691,9 +169710,9 @@
|
|
|
169691
169710
|
"tags": {
|
|
169692
169711
|
"flr-generate": "all"
|
|
169693
169712
|
},
|
|
169694
|
-
"filePath": "src/components/
|
|
169713
|
+
"filePath": "src/components/ChartLegend/ChartLegend.tsx",
|
|
169695
169714
|
"description": "",
|
|
169696
|
-
"displayName": "
|
|
169715
|
+
"displayName": "ChartLegend",
|
|
169697
169716
|
"methods": [],
|
|
169698
169717
|
"props": {
|
|
169699
169718
|
"className": {
|
|
@@ -169715,61 +169734,42 @@
|
|
|
169715
169734
|
"name": "string"
|
|
169716
169735
|
}
|
|
169717
169736
|
},
|
|
169718
|
-
"
|
|
169719
|
-
"defaultValue": null,
|
|
169720
|
-
"description": "",
|
|
169721
|
-
"name": "strokeDasharray",
|
|
169722
|
-
"parent": {
|
|
169723
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
169724
|
-
"name": "SVGAttributes"
|
|
169725
|
-
},
|
|
169726
|
-
"declarations": [
|
|
169727
|
-
{
|
|
169728
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
169729
|
-
"name": "SVGAttributes"
|
|
169730
|
-
}
|
|
169731
|
-
],
|
|
169732
|
-
"required": false,
|
|
169733
|
-
"type": {
|
|
169734
|
-
"name": "string | number"
|
|
169735
|
-
}
|
|
169736
|
-
},
|
|
169737
|
-
"horizontal": {
|
|
169737
|
+
"verticalAlign": {
|
|
169738
169738
|
"defaultValue": null,
|
|
169739
169739
|
"description": "",
|
|
169740
|
-
"name": "
|
|
169740
|
+
"name": "verticalAlign",
|
|
169741
169741
|
"parent": {
|
|
169742
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/
|
|
169743
|
-
"name": "
|
|
169742
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
169743
|
+
"name": "InternalProps"
|
|
169744
169744
|
},
|
|
169745
169745
|
"declarations": [
|
|
169746
169746
|
{
|
|
169747
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/
|
|
169748
|
-
"name": "
|
|
169747
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
|
|
169748
|
+
"name": "InternalProps"
|
|
169749
169749
|
}
|
|
169750
169750
|
],
|
|
169751
169751
|
"required": false,
|
|
169752
169752
|
"type": {
|
|
169753
|
-
"name": "
|
|
169753
|
+
"name": "VerticalAlignmentType"
|
|
169754
169754
|
}
|
|
169755
169755
|
},
|
|
169756
|
-
"
|
|
169756
|
+
"formatter": {
|
|
169757
169757
|
"defaultValue": null,
|
|
169758
|
-
"description": "",
|
|
169759
|
-
"name": "
|
|
169758
|
+
"description": "A formatter function for the texts of the Legend. Can be used for purposes\nlike translations.",
|
|
169759
|
+
"name": "formatter",
|
|
169760
169760
|
"parent": {
|
|
169761
|
-
"fileName": "
|
|
169762
|
-
"name": "
|
|
169761
|
+
"fileName": "src/components/ChartLegend/ChartLegend.tsx",
|
|
169762
|
+
"name": "WithChartLegendFormatters"
|
|
169763
169763
|
},
|
|
169764
169764
|
"declarations": [
|
|
169765
169765
|
{
|
|
169766
|
-
"fileName": "
|
|
169767
|
-
"name": "
|
|
169766
|
+
"fileName": "src/components/ChartLegend/ChartLegend.tsx",
|
|
169767
|
+
"name": "WithChartLegendFormatters"
|
|
169768
169768
|
}
|
|
169769
169769
|
],
|
|
169770
169770
|
"required": false,
|
|
169771
169771
|
"type": {
|
|
169772
|
-
"name": "
|
|
169772
|
+
"name": "ChartLegendFormatter"
|
|
169773
169773
|
}
|
|
169774
169774
|
}
|
|
169775
169775
|
}
|
|
@@ -186763,68 +186763,6 @@
|
|
|
186763
186763
|
}
|
|
186764
186764
|
}
|
|
186765
186765
|
},
|
|
186766
|
-
{
|
|
186767
|
-
"tags": {},
|
|
186768
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
|
|
186769
|
-
"description": "",
|
|
186770
|
-
"displayName": "Activity",
|
|
186771
|
-
"methods": [],
|
|
186772
|
-
"props": {
|
|
186773
|
-
"isActive": {
|
|
186774
|
-
"defaultValue": null,
|
|
186775
|
-
"description": "",
|
|
186776
|
-
"name": "isActive",
|
|
186777
|
-
"parent": {
|
|
186778
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186779
|
-
"name": "ActivityProps"
|
|
186780
|
-
},
|
|
186781
|
-
"declarations": [
|
|
186782
|
-
{
|
|
186783
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186784
|
-
"name": "ActivityProps"
|
|
186785
|
-
}
|
|
186786
|
-
],
|
|
186787
|
-
"required": false,
|
|
186788
|
-
"type": {
|
|
186789
|
-
"name": "boolean"
|
|
186790
|
-
}
|
|
186791
|
-
},
|
|
186792
|
-
"inactiveDelay": {
|
|
186793
|
-
"defaultValue": null,
|
|
186794
|
-
"description": "",
|
|
186795
|
-
"name": "inactiveDelay",
|
|
186796
|
-
"parent": {
|
|
186797
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186798
|
-
"name": "ActivityProps"
|
|
186799
|
-
},
|
|
186800
|
-
"declarations": [
|
|
186801
|
-
{
|
|
186802
|
-
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186803
|
-
"name": "ActivityProps"
|
|
186804
|
-
}
|
|
186805
|
-
],
|
|
186806
|
-
"required": false,
|
|
186807
|
-
"type": {
|
|
186808
|
-
"name": "number"
|
|
186809
|
-
}
|
|
186810
|
-
},
|
|
186811
|
-
"children": {
|
|
186812
|
-
"defaultValue": null,
|
|
186813
|
-
"description": "",
|
|
186814
|
-
"name": "children",
|
|
186815
|
-
"declarations": [
|
|
186816
|
-
{
|
|
186817
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
186818
|
-
"name": "TypeLiteral"
|
|
186819
|
-
}
|
|
186820
|
-
],
|
|
186821
|
-
"required": false,
|
|
186822
|
-
"type": {
|
|
186823
|
-
"name": "ReactNode"
|
|
186824
|
-
}
|
|
186825
|
-
}
|
|
186826
|
-
}
|
|
186827
|
-
},
|
|
186828
186766
|
{
|
|
186829
186767
|
"tags": {
|
|
186830
186768
|
"flr-generate": "all"
|
|
@@ -186967,6 +186905,68 @@
|
|
|
186967
186905
|
}
|
|
186968
186906
|
}
|
|
186969
186907
|
},
|
|
186908
|
+
{
|
|
186909
|
+
"tags": {},
|
|
186910
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
|
|
186911
|
+
"description": "",
|
|
186912
|
+
"displayName": "Activity",
|
|
186913
|
+
"methods": [],
|
|
186914
|
+
"props": {
|
|
186915
|
+
"isActive": {
|
|
186916
|
+
"defaultValue": null,
|
|
186917
|
+
"description": "",
|
|
186918
|
+
"name": "isActive",
|
|
186919
|
+
"parent": {
|
|
186920
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186921
|
+
"name": "ActivityProps"
|
|
186922
|
+
},
|
|
186923
|
+
"declarations": [
|
|
186924
|
+
{
|
|
186925
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186926
|
+
"name": "ActivityProps"
|
|
186927
|
+
}
|
|
186928
|
+
],
|
|
186929
|
+
"required": false,
|
|
186930
|
+
"type": {
|
|
186931
|
+
"name": "boolean"
|
|
186932
|
+
}
|
|
186933
|
+
},
|
|
186934
|
+
"inactiveDelay": {
|
|
186935
|
+
"defaultValue": null,
|
|
186936
|
+
"description": "",
|
|
186937
|
+
"name": "inactiveDelay",
|
|
186938
|
+
"parent": {
|
|
186939
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186940
|
+
"name": "ActivityProps"
|
|
186941
|
+
},
|
|
186942
|
+
"declarations": [
|
|
186943
|
+
{
|
|
186944
|
+
"fileName": "components/src/components/Activity/Activity.tsx",
|
|
186945
|
+
"name": "ActivityProps"
|
|
186946
|
+
}
|
|
186947
|
+
],
|
|
186948
|
+
"required": false,
|
|
186949
|
+
"type": {
|
|
186950
|
+
"name": "number"
|
|
186951
|
+
}
|
|
186952
|
+
},
|
|
186953
|
+
"children": {
|
|
186954
|
+
"defaultValue": null,
|
|
186955
|
+
"description": "",
|
|
186956
|
+
"name": "children",
|
|
186957
|
+
"declarations": [
|
|
186958
|
+
{
|
|
186959
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
186960
|
+
"name": "TypeLiteral"
|
|
186961
|
+
}
|
|
186962
|
+
],
|
|
186963
|
+
"required": false,
|
|
186964
|
+
"type": {
|
|
186965
|
+
"name": "ReactNode"
|
|
186966
|
+
}
|
|
186967
|
+
}
|
|
186968
|
+
}
|
|
186969
|
+
},
|
|
186970
186970
|
{
|
|
186971
186971
|
"tags": {},
|
|
186972
186972
|
"filePath": "src/components/Action/ActionStateContext.tsx",
|
|
@@ -224782,27 +224782,23 @@
|
|
|
224782
224782
|
}
|
|
224783
224783
|
},
|
|
224784
224784
|
{
|
|
224785
|
-
"tags": {
|
|
224786
|
-
|
|
224787
|
-
},
|
|
224788
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
224785
|
+
"tags": {},
|
|
224786
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
224789
224787
|
"description": "",
|
|
224790
|
-
"displayName": "
|
|
224788
|
+
"displayName": "PasswordGenerateButton",
|
|
224791
224789
|
"methods": [],
|
|
224792
224790
|
"props": {
|
|
224793
224791
|
"isDisabled": {
|
|
224794
|
-
"defaultValue":
|
|
224795
|
-
"value": "false"
|
|
224796
|
-
},
|
|
224792
|
+
"defaultValue": null,
|
|
224797
224793
|
"description": "",
|
|
224798
224794
|
"name": "isDisabled",
|
|
224799
224795
|
"parent": {
|
|
224800
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
224796
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
224801
224797
|
"name": "Props"
|
|
224802
224798
|
},
|
|
224803
224799
|
"declarations": [
|
|
224804
224800
|
{
|
|
224805
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
224801
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
224806
224802
|
"name": "Props"
|
|
224807
224803
|
}
|
|
224808
224804
|
],
|
|
@@ -224811,40 +224807,21 @@
|
|
|
224811
224807
|
"name": "boolean"
|
|
224812
224808
|
}
|
|
224813
224809
|
},
|
|
224814
|
-
"
|
|
224815
|
-
"defaultValue": null,
|
|
224816
|
-
"description": "",
|
|
224817
|
-
"name": "isVisible",
|
|
224818
|
-
"parent": {
|
|
224819
|
-
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
224820
|
-
"name": "Props"
|
|
224821
|
-
},
|
|
224822
|
-
"declarations": [
|
|
224823
|
-
{
|
|
224824
|
-
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
224825
|
-
"name": "Props"
|
|
224826
|
-
}
|
|
224827
|
-
],
|
|
224828
|
-
"required": true,
|
|
224829
|
-
"type": {
|
|
224830
|
-
"name": "boolean"
|
|
224831
|
-
}
|
|
224832
|
-
},
|
|
224833
|
-
"onPress": {
|
|
224810
|
+
"onGeneratePasswordAction": {
|
|
224834
224811
|
"defaultValue": null,
|
|
224835
224812
|
"description": "",
|
|
224836
|
-
"name": "
|
|
224813
|
+
"name": "onGeneratePasswordAction",
|
|
224837
224814
|
"parent": {
|
|
224838
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
224815
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
224839
224816
|
"name": "Props"
|
|
224840
224817
|
},
|
|
224841
224818
|
"declarations": [
|
|
224842
224819
|
{
|
|
224843
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
224820
|
+
"fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
|
|
224844
224821
|
"name": "Props"
|
|
224845
224822
|
}
|
|
224846
224823
|
],
|
|
224847
|
-
"required":
|
|
224824
|
+
"required": false,
|
|
224848
224825
|
"type": {
|
|
224849
224826
|
"name": "ActionFn"
|
|
224850
224827
|
}
|
|
@@ -224871,23 +224848,27 @@
|
|
|
224871
224848
|
}
|
|
224872
224849
|
},
|
|
224873
224850
|
{
|
|
224874
|
-
"tags": {
|
|
224875
|
-
|
|
224851
|
+
"tags": {
|
|
224852
|
+
"internal": ""
|
|
224853
|
+
},
|
|
224854
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
224876
224855
|
"description": "",
|
|
224877
|
-
"displayName": "
|
|
224856
|
+
"displayName": "TogglePasswordVisibilityButton",
|
|
224878
224857
|
"methods": [],
|
|
224879
224858
|
"props": {
|
|
224880
224859
|
"isDisabled": {
|
|
224881
|
-
"defaultValue":
|
|
224860
|
+
"defaultValue": {
|
|
224861
|
+
"value": "false"
|
|
224862
|
+
},
|
|
224882
224863
|
"description": "",
|
|
224883
224864
|
"name": "isDisabled",
|
|
224884
224865
|
"parent": {
|
|
224885
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
224866
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
224886
224867
|
"name": "Props"
|
|
224887
224868
|
},
|
|
224888
224869
|
"declarations": [
|
|
224889
224870
|
{
|
|
224890
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
224871
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
224891
224872
|
"name": "Props"
|
|
224892
224873
|
}
|
|
224893
224874
|
],
|
|
@@ -224896,21 +224877,40 @@
|
|
|
224896
224877
|
"name": "boolean"
|
|
224897
224878
|
}
|
|
224898
224879
|
},
|
|
224899
|
-
"
|
|
224880
|
+
"isVisible": {
|
|
224900
224881
|
"defaultValue": null,
|
|
224901
224882
|
"description": "",
|
|
224902
|
-
"name": "
|
|
224883
|
+
"name": "isVisible",
|
|
224903
224884
|
"parent": {
|
|
224904
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
224885
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
224905
224886
|
"name": "Props"
|
|
224906
224887
|
},
|
|
224907
224888
|
"declarations": [
|
|
224908
224889
|
{
|
|
224909
|
-
"fileName": "components/src/components/PasswordCreationField/components/
|
|
224890
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
224910
224891
|
"name": "Props"
|
|
224911
224892
|
}
|
|
224912
224893
|
],
|
|
224913
|
-
"required":
|
|
224894
|
+
"required": true,
|
|
224895
|
+
"type": {
|
|
224896
|
+
"name": "boolean"
|
|
224897
|
+
}
|
|
224898
|
+
},
|
|
224899
|
+
"onPress": {
|
|
224900
|
+
"defaultValue": null,
|
|
224901
|
+
"description": "",
|
|
224902
|
+
"name": "onPress",
|
|
224903
|
+
"parent": {
|
|
224904
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
224905
|
+
"name": "Props"
|
|
224906
|
+
},
|
|
224907
|
+
"declarations": [
|
|
224908
|
+
{
|
|
224909
|
+
"fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
|
|
224910
|
+
"name": "Props"
|
|
224911
|
+
}
|
|
224912
|
+
],
|
|
224913
|
+
"required": true,
|
|
224914
224914
|
"type": {
|
|
224915
224915
|
"name": "ActionFn"
|
|
224916
224916
|
}
|
|
@@ -232358,43 +232358,34 @@
|
|
|
232358
232358
|
},
|
|
232359
232359
|
{
|
|
232360
232360
|
"tags": {},
|
|
232361
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/
|
|
232361
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
232362
232362
|
"description": "",
|
|
232363
|
-
"displayName": "
|
|
232363
|
+
"displayName": "Avatar",
|
|
232364
232364
|
"methods": [],
|
|
232365
232365
|
"props": {
|
|
232366
|
-
"
|
|
232366
|
+
"type": {
|
|
232367
232367
|
"defaultValue": null,
|
|
232368
232368
|
"description": "",
|
|
232369
|
-
"name": "
|
|
232369
|
+
"name": "type",
|
|
232370
232370
|
"parent": {
|
|
232371
|
-
"fileName": "components/src/components/FileCard/components/
|
|
232371
|
+
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
232372
232372
|
"name": "Props"
|
|
232373
232373
|
},
|
|
232374
232374
|
"declarations": [
|
|
232375
232375
|
{
|
|
232376
|
-
"fileName": "components/src/components/FileCard/components/
|
|
232376
|
+
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
232377
232377
|
"name": "Props"
|
|
232378
232378
|
}
|
|
232379
232379
|
],
|
|
232380
|
-
"required":
|
|
232380
|
+
"required": false,
|
|
232381
232381
|
"type": {
|
|
232382
|
-
"name": "
|
|
232382
|
+
"name": "string"
|
|
232383
232383
|
}
|
|
232384
|
-
}
|
|
232385
|
-
|
|
232386
|
-
},
|
|
232387
|
-
{
|
|
232388
|
-
"tags": {},
|
|
232389
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
232390
|
-
"description": "",
|
|
232391
|
-
"displayName": "Avatar",
|
|
232392
|
-
"methods": [],
|
|
232393
|
-
"props": {
|
|
232394
|
-
"type": {
|
|
232384
|
+
},
|
|
232385
|
+
"imageSrc": {
|
|
232395
232386
|
"defaultValue": null,
|
|
232396
232387
|
"description": "",
|
|
232397
|
-
"name": "
|
|
232388
|
+
"name": "imageSrc",
|
|
232398
232389
|
"parent": {
|
|
232399
232390
|
"fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
|
|
232400
232391
|
"name": "Props"
|
|
@@ -232409,24 +232400,33 @@
|
|
|
232409
232400
|
"type": {
|
|
232410
232401
|
"name": "string"
|
|
232411
232402
|
}
|
|
232412
|
-
}
|
|
232413
|
-
|
|
232403
|
+
}
|
|
232404
|
+
}
|
|
232405
|
+
},
|
|
232406
|
+
{
|
|
232407
|
+
"tags": {},
|
|
232408
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
232409
|
+
"description": "",
|
|
232410
|
+
"displayName": "DeleteButton",
|
|
232411
|
+
"methods": [],
|
|
232412
|
+
"props": {
|
|
232413
|
+
"onDelete": {
|
|
232414
232414
|
"defaultValue": null,
|
|
232415
232415
|
"description": "",
|
|
232416
|
-
"name": "
|
|
232416
|
+
"name": "onDelete",
|
|
232417
232417
|
"parent": {
|
|
232418
|
-
"fileName": "components/src/components/FileCard/components/
|
|
232418
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
232419
232419
|
"name": "Props"
|
|
232420
232420
|
},
|
|
232421
232421
|
"declarations": [
|
|
232422
232422
|
{
|
|
232423
|
-
"fileName": "components/src/components/FileCard/components/
|
|
232423
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
232424
232424
|
"name": "Props"
|
|
232425
232425
|
}
|
|
232426
232426
|
],
|
|
232427
|
-
"required":
|
|
232427
|
+
"required": true,
|
|
232428
232428
|
"type": {
|
|
232429
|
-
"name": "
|
|
232429
|
+
"name": "() => void"
|
|
232430
232430
|
}
|
|
232431
232431
|
}
|
|
232432
232432
|
}
|
|
@@ -242463,30 +242463,6 @@
|
|
|
242463
242463
|
"methods": [],
|
|
242464
242464
|
"props": {}
|
|
242465
242465
|
},
|
|
242466
|
-
{
|
|
242467
|
-
"tags": {},
|
|
242468
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
242469
|
-
"description": "",
|
|
242470
|
-
"displayName": "BreadcrumbItem",
|
|
242471
|
-
"methods": [],
|
|
242472
|
-
"props": {
|
|
242473
|
-
"children": {
|
|
242474
|
-
"defaultValue": null,
|
|
242475
|
-
"description": "",
|
|
242476
|
-
"name": "children",
|
|
242477
|
-
"declarations": [
|
|
242478
|
-
{
|
|
242479
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
242480
|
-
"name": "TypeLiteral"
|
|
242481
|
-
}
|
|
242482
|
-
],
|
|
242483
|
-
"required": false,
|
|
242484
|
-
"type": {
|
|
242485
|
-
"name": "ReactNode"
|
|
242486
|
-
}
|
|
242487
|
-
}
|
|
242488
|
-
}
|
|
242489
|
-
},
|
|
242490
242466
|
{
|
|
242491
242467
|
"tags": {},
|
|
242492
242468
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AreaChart/components/AreaDot/AreaDot.tsx",
|
|
@@ -252000,6 +251976,30 @@
|
|
|
252000
251976
|
}
|
|
252001
251977
|
}
|
|
252002
251978
|
},
|
|
251979
|
+
{
|
|
251980
|
+
"tags": {},
|
|
251981
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
|
|
251982
|
+
"description": "",
|
|
251983
|
+
"displayName": "BreadcrumbItem",
|
|
251984
|
+
"methods": [],
|
|
251985
|
+
"props": {
|
|
251986
|
+
"children": {
|
|
251987
|
+
"defaultValue": null,
|
|
251988
|
+
"description": "",
|
|
251989
|
+
"name": "children",
|
|
251990
|
+
"declarations": [
|
|
251991
|
+
{
|
|
251992
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
251993
|
+
"name": "TypeLiteral"
|
|
251994
|
+
}
|
|
251995
|
+
],
|
|
251996
|
+
"required": false,
|
|
251997
|
+
"type": {
|
|
251998
|
+
"name": "ReactNode"
|
|
251999
|
+
}
|
|
252000
|
+
}
|
|
252001
|
+
}
|
|
252002
|
+
},
|
|
252003
252003
|
{
|
|
252004
252004
|
"tags": {
|
|
252005
252005
|
"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.302",
|
|
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.302",
|
|
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.302",
|
|
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": "9fb8359c6ba2011499a6ba6f557720cb3b9cc0d3"
|
|
185
185
|
}
|