@mittwald/flow-react-components 0.2.0-alpha.34 → 0.2.0-alpha.37
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 +178 -0
- package/dist/assets/doc-properties.json +27675 -27557
- package/dist/css/all.css +1 -1
- package/dist/js/components/Align/Align.mjs +6 -1
- package/dist/js/components/Align/Align.mjs.map +1 -1
- package/dist/js/components/Align/Align.module.scss.mjs +3 -1
- package/dist/js/components/Align/Align.module.scss.mjs.map +1 -1
- package/dist/js/components/FileCard/components/DeleteButton/DeleteButton.mjs +0 -1
- package/dist/js/components/FileCard/components/DeleteButton/DeleteButton.mjs.map +1 -1
- package/dist/js/components/Image/Image.mjs +7 -4
- package/dist/js/components/Image/Image.mjs.map +1 -1
- package/dist/js/components/Image/Image.module.scss.mjs +9 -0
- package/dist/js/components/Image/Image.module.scss.mjs.map +1 -0
- package/dist/js/components/Table/Table.module.scss.mjs +1 -0
- package/dist/js/components/Table/Table.module.scss.mjs.map +1 -1
- package/dist/js/components/Table/components/TableCell/TableCell.mjs +12 -2
- package/dist/js/components/Table/components/TableCell/TableCell.mjs.map +1 -1
- package/dist/js/components/Table/components/TableColumn/TableColumn.mjs +6 -2
- package/dist/js/components/Table/components/TableColumn/TableColumn.mjs.map +1 -1
- package/dist/js/components/Tabs/Tabs.mjs +17 -6
- package/dist/js/components/Tabs/Tabs.mjs.map +1 -1
- package/dist/js/components/Text/Text.mjs +7 -1
- package/dist/js/components/Text/Text.mjs.map +1 -1
- package/dist/js/components/Text/Text.module.scss.mjs +4 -1
- package/dist/js/components/Text/Text.module.scss.mjs.map +1 -1
- package/dist/js/integrations/react-hook-form/components/Field/Field.mjs +8 -2
- package/dist/js/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
- package/dist/types/components/Align/Align.d.ts.map +1 -1
- package/dist/types/components/Align/stories/TextContextualHelp.stories.d.ts +7 -0
- package/dist/types/components/Align/stories/TextContextualHelp.stories.d.ts.map +1 -0
- package/dist/types/components/FileCard/components/DeleteButton/DeleteButton.d.ts.map +1 -1
- package/dist/types/components/Image/Image.d.ts +4 -2
- package/dist/types/components/Image/Image.d.ts.map +1 -1
- package/dist/types/components/Image/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Image/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/LabeledValue/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/LabeledValue/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/List/typedList.d.ts +1 -1
- package/dist/types/components/Section/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/SegmentedControl/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/SegmentedControl/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Table/components/TableCell/TableCell.d.ts +2 -0
- package/dist/types/components/Table/components/TableCell/TableCell.d.ts.map +1 -1
- package/dist/types/components/Table/components/TableColumn/TableColumn.d.ts +4 -1
- package/dist/types/components/Table/components/TableColumn/TableColumn.d.ts.map +1 -1
- package/dist/types/components/Table/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Table/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Tabs/Tabs.d.ts +2 -2
- package/dist/types/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/types/components/Text/Text.d.ts +1 -0
- package/dist/types/components/Text/Text.d.ts.map +1 -1
- package/dist/types/components/Text/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Text/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/Field.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/Default.stories.d.ts.map +1 -1
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.37](https://github.com/mittwald/flow/compare/0.2.0-alpha.36...0.2.0-alpha.37) (2025-02-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.36](https://github.com/mittwald/flow/compare/0.2.0-alpha.35...0.2.0-alpha.36) (2025-02-18)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
13
|
+
|
|
14
|
+
# [0.2.0-alpha.35](https://github.com/mittwald/flow/compare/0.1.0-alpha.432...0.2.0-alpha.35) (2025-02-18)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
17
|
+
|
|
6
18
|
# [0.2.0-alpha.34](https://github.com/mittwald/flow/compare/0.2.0-alpha.33...0.2.0-alpha.34) (2025-02-11)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
|
@@ -915,6 +927,172 @@ All notable changes to this project will be documented in this file. See
|
|
|
915
927
|
All notable changes to this project will be documented in this file. See
|
|
916
928
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
917
929
|
|
|
930
|
+
# [0.1.0-alpha.422](https://github.com/mittwald/flow/compare/0.1.0-alpha.421...0.1.0-alpha.422) (2025-02-12)
|
|
931
|
+
|
|
932
|
+
### Features
|
|
933
|
+
|
|
934
|
+
- **table:** add option to horizontally center columns
|
|
935
|
+
([#1147](https://github.com/mittwald/flow/issues/1147))
|
|
936
|
+
([a1f8752](https://github.com/mittwald/flow/commit/a1f875216faa01d1147b12baedcb50b6f9d2abda))
|
|
937
|
+
|
|
938
|
+
# Change Log
|
|
939
|
+
|
|
940
|
+
All notable changes to this project will be documented in this file. See
|
|
941
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
942
|
+
|
|
943
|
+
# [0.1.0-alpha.421](https://github.com/mittwald/flow/compare/0.1.0-alpha.420...0.1.0-alpha.421) (2025-02-12)
|
|
944
|
+
|
|
945
|
+
### Features
|
|
946
|
+
|
|
947
|
+
- **Align:** add support for text and contextualHelp
|
|
948
|
+
([#1169](https://github.com/mittwald/flow/issues/1169))
|
|
949
|
+
([9f408ff](https://github.com/mittwald/flow/commit/9f408ff95405cc9c10177f5280cf5287248473b0))
|
|
950
|
+
|
|
951
|
+
# Change Log
|
|
952
|
+
|
|
953
|
+
All notable changes to this project will be documented in this file. See
|
|
954
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
955
|
+
|
|
956
|
+
# [0.1.0-alpha.432](https://github.com/mittwald/flow/compare/0.1.0-alpha.431...0.1.0-alpha.432) (2025-02-18)
|
|
957
|
+
|
|
958
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
959
|
+
|
|
960
|
+
# Change Log
|
|
961
|
+
|
|
962
|
+
All notable changes to this project will be documented in this file. See
|
|
963
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
964
|
+
|
|
965
|
+
# [0.1.0-alpha.431](https://github.com/mittwald/flow/compare/0.1.0-alpha.430...0.1.0-alpha.431) (2025-02-18)
|
|
966
|
+
|
|
967
|
+
### Bug Fixes
|
|
968
|
+
|
|
969
|
+
- **Field:** Fix Checkbox is not reacting to Form defaultValue bug
|
|
970
|
+
([#1191](https://github.com/mittwald/flow/issues/1191))
|
|
971
|
+
([bea6bfb](https://github.com/mittwald/flow/commit/bea6bfb26bb4a718f54082db740e9f45b8aa1ef7))
|
|
972
|
+
|
|
973
|
+
# Change Log
|
|
974
|
+
|
|
975
|
+
All notable changes to this project will be documented in this file. See
|
|
976
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
977
|
+
|
|
978
|
+
# [0.1.0-alpha.430](https://github.com/mittwald/flow/compare/0.1.0-alpha.429...0.1.0-alpha.430) (2025-02-17)
|
|
979
|
+
|
|
980
|
+
### Features
|
|
981
|
+
|
|
982
|
+
- **Text:** add align property
|
|
983
|
+
([#1186](https://github.com/mittwald/flow/issues/1186))
|
|
984
|
+
([141d516](https://github.com/mittwald/flow/commit/141d516107f980371a0a9fc9f0b01abd1e4aeb6f))
|
|
985
|
+
|
|
986
|
+
# Change Log
|
|
987
|
+
|
|
988
|
+
All notable changes to this project will be documented in this file. See
|
|
989
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
990
|
+
|
|
991
|
+
# [0.1.0-alpha.429](https://github.com/mittwald/flow/compare/0.1.0-alpha.428...0.1.0-alpha.429) (2025-02-17)
|
|
992
|
+
|
|
993
|
+
### Bug Fixes
|
|
994
|
+
|
|
995
|
+
- **Tabs:** fix onSelectionChange not working
|
|
996
|
+
([#1181](https://github.com/mittwald/flow/issues/1181))
|
|
997
|
+
([761c4a0](https://github.com/mittwald/flow/commit/761c4a0e6a24ca0842b7282df736f9e03c10bb9d))
|
|
998
|
+
|
|
999
|
+
# Change Log
|
|
1000
|
+
|
|
1001
|
+
All notable changes to this project will be documented in this file. See
|
|
1002
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1003
|
+
|
|
1004
|
+
# [0.1.0-alpha.428](https://github.com/mittwald/flow/compare/0.1.0-alpha.427...0.1.0-alpha.428) (2025-02-14)
|
|
1005
|
+
|
|
1006
|
+
### Features
|
|
1007
|
+
|
|
1008
|
+
- **LabeledValue:** support button in labeled value
|
|
1009
|
+
([#1175](https://github.com/mittwald/flow/issues/1175))
|
|
1010
|
+
([3a8f699](https://github.com/mittwald/flow/commit/3a8f699ba17e749b57e9337904920a8607356137))
|
|
1011
|
+
|
|
1012
|
+
# Change Log
|
|
1013
|
+
|
|
1014
|
+
All notable changes to this project will be documented in this file. See
|
|
1015
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1016
|
+
|
|
1017
|
+
# [0.1.0-alpha.427](https://github.com/mittwald/flow/compare/0.1.0-alpha.426...0.1.0-alpha.427) (2025-02-14)
|
|
1018
|
+
|
|
1019
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
1020
|
+
|
|
1021
|
+
# Change Log
|
|
1022
|
+
|
|
1023
|
+
All notable changes to this project will be documented in this file. See
|
|
1024
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1025
|
+
|
|
1026
|
+
# [0.1.0-alpha.426](https://github.com/mittwald/flow/compare/0.1.0-alpha.425...0.1.0-alpha.426) (2025-02-14)
|
|
1027
|
+
|
|
1028
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
1029
|
+
|
|
1030
|
+
# Change Log
|
|
1031
|
+
|
|
1032
|
+
All notable changes to this project will be documented in this file. See
|
|
1033
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1034
|
+
|
|
1035
|
+
# [0.1.0-alpha.425](https://github.com/mittwald/flow/compare/0.1.0-alpha.424...0.1.0-alpha.425) (2025-02-14)
|
|
1036
|
+
|
|
1037
|
+
### Bug Fixes
|
|
1038
|
+
|
|
1039
|
+
- **SegmentedControl:** fix disabled segments
|
|
1040
|
+
([#1174](https://github.com/mittwald/flow/issues/1174))
|
|
1041
|
+
([fdb3ff0](https://github.com/mittwald/flow/commit/fdb3ff07ae92fbc1e575267e4a493989d003d547))
|
|
1042
|
+
|
|
1043
|
+
# Change Log
|
|
1044
|
+
|
|
1045
|
+
All notable changes to this project will be documented in this file. See
|
|
1046
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1047
|
+
|
|
1048
|
+
# [0.1.0-alpha.424](https://github.com/mittwald/flow/compare/0.1.0-alpha.423...0.1.0-alpha.424) (2025-02-14)
|
|
1049
|
+
|
|
1050
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
1051
|
+
|
|
1052
|
+
# Change Log
|
|
1053
|
+
|
|
1054
|
+
All notable changes to this project will be documented in this file. See
|
|
1055
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1056
|
+
|
|
1057
|
+
# [0.1.0-alpha.423](https://github.com/mittwald/flow/compare/0.1.0-alpha.422...0.1.0-alpha.423) (2025-02-14)
|
|
1058
|
+
|
|
1059
|
+
### Bug Fixes
|
|
1060
|
+
|
|
1061
|
+
- **Field:** Fix Switch is not reacting to Form defaultValue bug
|
|
1062
|
+
([#1171](https://github.com/mittwald/flow/issues/1171))
|
|
1063
|
+
([72a63f4](https://github.com/mittwald/flow/commit/72a63f467be3a206fbbfe77010395a1be060388d))
|
|
1064
|
+
|
|
1065
|
+
# Change Log
|
|
1066
|
+
|
|
1067
|
+
All notable changes to this project will be documented in this file. See
|
|
1068
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1069
|
+
|
|
1070
|
+
# [0.1.0-alpha.422](https://github.com/mittwald/flow/compare/0.1.0-alpha.421...0.1.0-alpha.422) (2025-02-12)
|
|
1071
|
+
|
|
1072
|
+
### Features
|
|
1073
|
+
|
|
1074
|
+
- **table:** add option to horizontally center columns
|
|
1075
|
+
([#1147](https://github.com/mittwald/flow/issues/1147))
|
|
1076
|
+
([a1f8752](https://github.com/mittwald/flow/commit/a1f875216faa01d1147b12baedcb50b6f9d2abda))
|
|
1077
|
+
|
|
1078
|
+
# Change Log
|
|
1079
|
+
|
|
1080
|
+
All notable changes to this project will be documented in this file. See
|
|
1081
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1082
|
+
|
|
1083
|
+
# [0.1.0-alpha.421](https://github.com/mittwald/flow/compare/0.1.0-alpha.420...0.1.0-alpha.421) (2025-02-12)
|
|
1084
|
+
|
|
1085
|
+
### Features
|
|
1086
|
+
|
|
1087
|
+
- **Align:** add support for text and contextualHelp
|
|
1088
|
+
([#1169](https://github.com/mittwald/flow/issues/1169))
|
|
1089
|
+
([9f408ff](https://github.com/mittwald/flow/commit/9f408ff95405cc9c10177f5280cf5287248473b0))
|
|
1090
|
+
|
|
1091
|
+
# Change Log
|
|
1092
|
+
|
|
1093
|
+
All notable changes to this project will be documented in this file. See
|
|
1094
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1095
|
+
|
|
918
1096
|
# [0.1.0-alpha.420](https://github.com/mittwald/flow/compare/0.1.0-alpha.419...0.1.0-alpha.420) (2025-02-10)
|
|
919
1097
|
|
|
920
1098
|
### Bug Fixes
|