@mittwald/flow-react-components 0.2.0-alpha.906 → 0.2.0-alpha.915

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 (41) hide show
  1. package/AGENTS.md +1 -1
  2. package/CHANGELOG.md +44 -0
  3. package/MIGRATION.md +26 -0
  4. package/dist/assets/doc-properties.json +1863 -1844
  5. package/dist/css/all-layered.css +3 -0
  6. package/dist/css/all.css +11 -1
  7. package/dist/js/default.mjs +0 -1
  8. package/dist/js/default.mjs.map +1 -1
  9. package/dist/js/flr-universal.mjs +0 -1
  10. package/dist/js/flr-universal.mjs.map +1 -1
  11. package/dist/js/packages/components/src/components/Avatar/Avatar.mjs +22 -6
  12. package/dist/js/packages/components/src/components/Avatar/Avatar.mjs.map +1 -1
  13. package/dist/js/packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs +1 -0
  14. package/dist/js/packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs.map +1 -1
  15. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs +1 -0
  16. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs.map +1 -1
  17. package/dist/js/packages/components/src/components/PasswordCreationField/worker/generatePassword.mjs +1 -0
  18. package/dist/js/packages/components/src/components/PasswordCreationField/worker/generatePassword.mjs.map +1 -1
  19. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/defaultPasswordCreationPolicy.mjs +1 -0
  20. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/defaultPasswordCreationPolicy.mjs.map +1 -1
  21. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.mjs +1 -0
  22. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.mjs.map +1 -1
  23. package/dist/js/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs +1 -1
  24. package/dist/js/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs.map +1 -1
  25. package/dist/js/password-tools.mjs +9 -0
  26. package/dist/js/password-tools.mjs.map +1 -0
  27. package/dist/types/components/Avatar/Avatar.browser.test.d.ts +2 -0
  28. package/dist/types/components/Avatar/Avatar.browser.test.d.ts.map +1 -0
  29. package/dist/types/components/Avatar/Avatar.d.ts +7 -0
  30. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
  31. package/dist/types/components/Avatar/stories/Default.stories.d.ts +1 -0
  32. package/dist/types/components/Avatar/stories/Default.stories.d.ts.map +1 -1
  33. package/dist/types/components/public.d.ts +0 -1
  34. package/dist/types/components/public.d.ts.map +1 -1
  35. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts +1 -0
  36. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts.map +1 -1
  37. package/dist/types/integrations/@mittwald/password-tools-js/passwordCreationFieldExport.test-types.d.ts +2 -0
  38. package/dist/types/integrations/@mittwald/password-tools-js/passwordCreationFieldExport.test-types.d.ts.map +1 -0
  39. package/package.json +9 -8
  40. package/dist/js/@mittwald/password-tools-js.mjs +0 -8
  41. package/dist/js/@mittwald/password-tools-js.mjs.map +0 -1
package/AGENTS.md CHANGED
@@ -204,7 +204,7 @@ Run: `pnpm nx test:unit components`,
204
204
  | `.` (default) | Everything listed **manually** in `src/components/public.ts` — new public components must be added there. |
205
205
  | `./internal` | Advanced internals (`flowComponent`, prop helper types, …). |
206
206
  | `./flr-universal` | Curated subset that works local *and* remote. Adding to `public.ts` does **not** add here. |
207
- | `./nextjs`, `./react-hook-form`, `./mittwald-password-tools-js` | Integrations (`src/integrations/`): wrappers around third-party dependencies that not every consumer should pay for — they get their own export entry instead of entering the core surface. |
207
+ | `./nextjs`, `./react-hook-form`, `./password-tools` | Integrations (`src/integrations/`): wrappers around third-party dependencies that not every consumer should pay for — they get their own export entry instead of entering the core surface. |
208
208
  | `./all.css` | Bundled stylesheet. |
209
209
  | `./doc-properties` | Generated prop metadata for the docs site. |
210
210
 
package/CHANGELOG.md CHANGED
@@ -3,6 +3,50 @@
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.915](https://github.com/mittwald/flow/compare/0.2.0-alpha.914...0.2.0-alpha.915) (2026-07-15)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # [0.2.0-alpha.914](https://github.com/mittwald/flow/compare/0.2.0-alpha.913...0.2.0-alpha.914) (2026-07-15)
11
+
12
+ **Note:** Version bump only for package @mittwald/flow-react-components
13
+
14
+ # [0.2.0-alpha.913](https://github.com/mittwald/flow/compare/0.2.0-alpha.912...0.2.0-alpha.913) (2026-07-15)
15
+
16
+ **Note:** Version bump only for package @mittwald/flow-react-components
17
+
18
+ # [0.2.0-alpha.912](https://github.com/mittwald/flow/compare/0.2.0-alpha.911...0.2.0-alpha.912) (2026-07-15)
19
+
20
+ ### Bug Fixes
21
+
22
+ * **CodeEditor:** fix copy button z-index ([#2649](https://github.com/mittwald/flow/issues/2649)) ([9a806d0](https://github.com/mittwald/flow/commit/9a806d0cad63a1b43e39cacff41005bc7019a89a))
23
+
24
+ # [0.2.0-alpha.911](https://github.com/mittwald/flow/compare/0.2.0-alpha.910...0.2.0-alpha.911) (2026-07-15)
25
+
26
+ ### Bug Fixes
27
+
28
+ * **Avatar:** hide decorative avatars from screen readers and add label prop ([#2648](https://github.com/mittwald/flow/issues/2648)) ([1ddda11](https://github.com/mittwald/flow/commit/1ddda1119b3054eadd60af6e5970996a2219f499))
29
+
30
+ # [0.2.0-alpha.910](https://github.com/mittwald/flow/compare/0.2.0-alpha.909...0.2.0-alpha.910) (2026-07-15)
31
+
32
+ ### Features
33
+
34
+ * **components:** add opt-in layered stylesheet variant (CSS cascade layers) ([#2643](https://github.com/mittwald/flow/issues/2643)) ([4b190c2](https://github.com/mittwald/flow/commit/4b190c2ad574ff2cbaa2385047e98aeb6384541b))
35
+
36
+ # [0.2.0-alpha.909](https://github.com/mittwald/flow/compare/0.2.0-alpha.908...0.2.0-alpha.909) (2026-07-15)
37
+
38
+ **Note:** Version bump only for package @mittwald/flow-react-components
39
+
40
+ # [0.2.0-alpha.908](https://github.com/mittwald/flow/compare/0.2.0-alpha.907...0.2.0-alpha.908) (2026-07-15)
41
+
42
+ ### Bug Fixes
43
+
44
+ * **ci:** fix two flaky visual/browser test failures (firefox hang retry + Modal deflake) ([#2641](https://github.com/mittwald/flow/issues/2641)) ([c6ce4f6](https://github.com/mittwald/flow/commit/c6ce4f69877b9ff04793468dcade412274a7e923))
45
+
46
+ # [0.2.0-alpha.907](https://github.com/mittwald/flow/compare/0.2.0-alpha.906...0.2.0-alpha.907) (2026-07-15)
47
+
48
+ **Note:** Version bump only for package @mittwald/flow-react-components
49
+
6
50
  # [0.2.0-alpha.906](https://github.com/mittwald/flow/compare/0.2.0-alpha.905...0.2.0-alpha.906) (2026-07-14)
7
51
 
8
52
  **Note:** Version bump only for package @mittwald/flow-react-components
package/MIGRATION.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Migrations
2
2
 
3
+ ## From version `0.2.0-alpha.908` to `>=0.2.0-alpha.909`
4
+
5
+ ### PasswordCreationField moved to dedicated export entry
6
+
7
+ `PasswordCreationField` is no longer exported from
8
+ `@mittwald/flow-react-components`.
9
+
10
+ Use `@mittwald/flow-react-components/password-tools` instead:
11
+
12
+ ```diff
13
+ - import { PasswordCreationField } from "@mittwald/flow-react-components";
14
+ + import { PasswordCreationField } from "@mittwald/flow-react-components/password-tools";
15
+ ```
16
+
17
+ ### Use Codemod
18
+
19
+ ```shell
20
+ npx jscodeshift \
21
+ -t https://raw.githubusercontent.com/mittwald/flow/refs/heads/main/packages/codemods/src/transforms/flowAlphaPasswordCreationField.ts \
22
+ --parser tsx \
23
+ src
24
+ ```
25
+
26
+ Replace `src` with your sources folder. If you do not use TypeScript in your
27
+ project, use `--parser jsx`.
28
+
3
29
  ## From version `0.2.0-alpha.779` to `>=0.2.0-alpha.780`
4
30
 
5
31
  ### CartesianChart