@mittwald/flow-react-components 0.2.0-alpha.356 → 0.2.0-alpha.358

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.
Files changed (29) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +2 -2
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/ChartTooltip/components/TooltipContent.mjs +5 -10
  5. package/dist/js/components/src/components/ChartTooltip/components/TooltipContent.mjs.map +1 -1
  6. package/dist/js/components/src/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.mjs +18 -0
  7. package/dist/js/components/src/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.mjs.map +1 -0
  8. package/dist/js/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.mjs +7 -1
  9. package/dist/js/components/src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.mjs.map +1 -1
  10. package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs +1 -12
  11. package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
  12. package/dist/js/default.mjs +1 -0
  13. package/dist/js/default.mjs.map +1 -1
  14. package/dist/js/flr-universal.mjs +1 -0
  15. package/dist/js/flr-universal.mjs.map +1 -1
  16. package/dist/types/components/ChartTooltip/components/TooltipContent.d.ts.map +1 -1
  17. package/dist/types/components/PasswordCreationField/index.d.ts +1 -0
  18. package/dist/types/components/PasswordCreationField/index.d.ts.map +1 -1
  19. package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts +3 -0
  20. package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts.map +1 -0
  21. package/dist/types/components/PasswordCreationField/stories/Default.stories.d.ts.map +1 -1
  22. package/dist/types/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.d.ts +2 -2
  23. package/dist/types/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.d.ts.map +1 -1
  24. package/dist/types/integrations/react-hook-form/components/Field/Field.d.ts.map +1 -1
  25. package/package.json +4 -4
  26. package/dist/js/components/src/components/ChartTooltip/ChartTooltip.module.scss.mjs +0 -9
  27. package/dist/js/components/src/components/ChartTooltip/ChartTooltip.module.scss.mjs.map +0 -1
  28. package/dist/js/components/src/components/Popover/components/PopoverTip/PopoverTip.mjs +0 -15
  29. package/dist/js/components/src/components/Popover/components/PopoverTip/PopoverTip.mjs.map +0 -1
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.358](https://github.com/mittwald/flow/compare/0.2.0-alpha.357...0.2.0-alpha.358) (2025-07-24)
7
+
8
+ ### Features
9
+
10
+ * **ChartTooltip:** remove tip from chart tooltip ([#1779](https://github.com/mittwald/flow/issues/1779)) ([a4388db](https://github.com/mittwald/flow/commit/a4388dbcd60a2bd67894a9eb6c08bf3ea65d9055))
11
+
12
+ # [0.2.0-alpha.357](https://github.com/mittwald/flow/compare/0.2.0-alpha.356...0.2.0-alpha.357) (2025-07-23)
13
+
14
+ ### Bug Fixes
15
+
16
+ * **PasswordCreationField:** Fix ButtonState on invalid field ([#1777](https://github.com/mittwald/flow/issues/1777)) ([6aa32bf](https://github.com/mittwald/flow/commit/6aa32bf20d146678801c24649f67d927518816a6))
17
+
6
18
  # [0.2.0-alpha.356](https://github.com/mittwald/flow/compare/0.2.0-alpha.355...0.2.0-alpha.356) (2025-07-23)
7
19
 
8
20
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -214600,7 +214600,7 @@
214600
214600
  ],
214601
214601
  "required": true,
214602
214602
  "type": {
214603
- "name": "MutableRefObject<boolean>"
214603
+ "name": "RefObject<boolean>"
214604
214604
  }
214605
214605
  },
214606
214606
  "children": {
@@ -224910,7 +224910,7 @@
224910
224910
  },
224911
224911
  {
224912
224912
  "tags": {},
224913
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTip/PopoverTip.tsx",
224913
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
224914
224914
  "description": "",
224915
224915
  "displayName": "PopoverTip",
224916
224916
  "methods": [],