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