@aws-amplify/ui-react 6.8.1 → 6.9.1

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 (66) hide show
  1. package/dist/esm/PrimitiveCatalog.mjs +28 -13
  2. package/dist/esm/components/ThemeProvider/ThemeProvider.mjs +2 -5
  3. package/dist/esm/primitives/DropZone/DropZoneChildren.mjs +3 -7
  4. package/dist/esm/primitives/Menu/Menu.mjs +2 -5
  5. package/dist/esm/primitives/Menu/MenuItem.mjs +2 -5
  6. package/dist/esm/primitives/SliderField/SliderField.mjs +7 -12
  7. package/dist/esm/version.mjs +1 -1
  8. package/dist/index.js +21 -42
  9. package/dist/internal.js +28 -13
  10. package/dist/types/components/AccountSettings/ChangePassword/ChangePassword.d.ts +2 -2
  11. package/dist/types/components/AccountSettings/DeleteUser/DeleteUser.d.ts +2 -2
  12. package/dist/types/components/Authenticator/Authenticator.d.ts +13 -13
  13. package/dist/types/components/Authenticator/ConfirmSignIn/ConfirmSignIn.d.ts +2 -2
  14. package/dist/types/components/Authenticator/ConfirmSignUp/ConfirmSignUp.d.ts +2 -2
  15. package/dist/types/components/Authenticator/FederatedSignIn/FederatedSignIn.d.ts +2 -2
  16. package/dist/types/components/Authenticator/FederatedSignIn/FederatedSignInButtons/FederatedSignInButton.d.ts +2 -2
  17. package/dist/types/components/Authenticator/ForceNewPassword/ForceNewPassword.d.ts +5 -5
  18. package/dist/types/components/Authenticator/ForgotPassword/ConfirmResetPassword.d.ts +4 -4
  19. package/dist/types/components/Authenticator/ForgotPassword/ForgotPassword.d.ts +4 -4
  20. package/dist/types/components/Authenticator/RouteContainer/RouteContainer.d.ts +2 -2
  21. package/dist/types/components/Authenticator/RouteContainer/types.d.ts +0 -1
  22. package/dist/types/components/Authenticator/Router/Router.d.ts +2 -2
  23. package/dist/types/components/Authenticator/SetupTotp/SetupTotp.d.ts +4 -4
  24. package/dist/types/components/Authenticator/SignIn/SignIn.d.ts +2 -2
  25. package/dist/types/components/Authenticator/SignUp/SignUp.d.ts +3 -3
  26. package/dist/types/components/Authenticator/VerifyUser/ConfirmVerifyUser.d.ts +2 -2
  27. package/dist/types/components/Authenticator/VerifyUser/VerifyUser.d.ts +4 -4
  28. package/dist/types/components/Authenticator/hooks/useCustomComponents/defaultComponents.d.ts +3 -4
  29. package/dist/types/components/Authenticator/shared/ConfirmSignInFooter.d.ts +2 -2
  30. package/dist/types/components/Authenticator/shared/ConfirmationCodeInput.d.ts +2 -2
  31. package/dist/types/components/Authenticator/shared/FormField.d.ts +2 -2
  32. package/dist/types/components/Authenticator/shared/FormFields.d.ts +2 -2
  33. package/dist/types/components/Authenticator/shared/RemoteErrorMessage.d.ts +2 -2
  34. package/dist/types/components/Authenticator/shared/SignInSignUpTabs.d.ts +2 -2
  35. package/dist/types/components/Authenticator/shared/TwoButtonSubmitFooter.d.ts +3 -3
  36. package/dist/types/components/Authenticator/withAuthenticator.d.ts +1 -1
  37. package/dist/types/components/FilterChildren/FilterChildren.d.ts +1 -1
  38. package/dist/types/components/ThemeProvider/ComponentStyle.d.ts +1 -1
  39. package/dist/types/components/ThemeProvider/GlobalStyle.d.ts +1 -1
  40. package/dist/types/components/ThemeProvider/Style.d.ts +1 -1
  41. package/dist/types/components/ThemeProvider/ThemeProvider.d.ts +1 -1
  42. package/dist/types/components/ThemeProvider/ThemeStyle.d.ts +1 -1
  43. package/dist/types/components/shared/ValidationErrors.d.ts +2 -2
  44. package/dist/types/primitives/Alert/AlertIcon.d.ts +2 -2
  45. package/dist/types/primitives/Collection/Collection.d.ts +2 -2
  46. package/dist/types/primitives/DropZone/DropZone.d.ts +4 -4
  47. package/dist/types/primitives/DropZone/DropZoneChildren.d.ts +10 -9
  48. package/dist/types/primitives/DropZone/DropZoneProvider.d.ts +1 -1
  49. package/dist/types/primitives/Icon/context/IconsProvider.d.ts +1 -1
  50. package/dist/types/primitives/Icon/icons/types.d.ts +1 -2
  51. package/dist/types/primitives/Pagination/usePaginationItems.d.ts +2 -2
  52. package/dist/types/primitives/types/autocomplete.d.ts +1 -1
  53. package/dist/types/primitives/types/button.d.ts +0 -1
  54. package/dist/types/primitives/types/collection.d.ts +2 -2
  55. package/dist/types/primitives/types/field.d.ts +0 -1
  56. package/dist/types/primitives/types/fieldGroup.d.ts +0 -1
  57. package/dist/types/primitives/types/image.d.ts +0 -1
  58. package/dist/types/primitives/types/label.d.ts +0 -1
  59. package/dist/types/primitives/types/rating.d.ts +2 -3
  60. package/dist/types/primitives/types/style.d.ts +0 -1
  61. package/dist/types/primitives/types/switchField.d.ts +0 -1
  62. package/dist/types/primitives/types/textArea.d.ts +0 -1
  63. package/dist/types/primitives/types/view.d.ts +20 -28
  64. package/dist/types/primitives/utils/primitiveWithForwardRef.d.ts +2 -1
  65. package/dist/types/version.d.ts +1 -1
  66. package/package.json +9 -10
@@ -1 +1 @@
1
- export declare const VERSION = "6.8.1";
1
+ export declare const VERSION = "6.9.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react",
3
- "version": "6.8.1",
3
+ "version": "6.9.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -55,11 +55,11 @@
55
55
  "typecheck": "tsc --noEmit"
56
56
  },
57
57
  "dependencies": {
58
- "@aws-amplify/ui": "6.7.2",
59
- "@aws-amplify/ui-react-core": "3.2.1",
60
- "@radix-ui/react-direction": "1.0.0",
61
- "@radix-ui/react-dropdown-menu": "1.0.0",
62
- "@radix-ui/react-slider": "1.0.0",
58
+ "@aws-amplify/ui": "6.8.1",
59
+ "@aws-amplify/ui-react-core": "3.3.1",
60
+ "@radix-ui/react-direction": "^1.1.0",
61
+ "@radix-ui/react-dropdown-menu": "^2.1.4",
62
+ "@radix-ui/react-slider": "^1.2.2",
63
63
  "@xstate/react": "^3.2.2",
64
64
  "lodash": "4.17.21",
65
65
  "qrcode": "1.5.0",
@@ -68,8 +68,8 @@
68
68
  "peerDependencies": {
69
69
  "@aws-amplify/core": "*",
70
70
  "aws-amplify": "^6.9.0",
71
- "react": "^16.14.0 || ^17.0 || ^18.0",
72
- "react-dom": "^16.14.0 || ^17.0 || ^18.0"
71
+ "react": "^16.14.0 || ^17.0 || ^18.0 || ^19",
72
+ "react-dom": "^16.14 || ^17 || ^18 || ^19"
73
73
  },
74
74
  "peerDependenciesMeta": {
75
75
  "aws-amplify": {
@@ -79,8 +79,7 @@
79
79
  "devDependencies": {
80
80
  "@svgr/core": "^5.5.0",
81
81
  "@types/qrcode": "^1.4.2",
82
- "jest-matchmedia-mock": "^1.1.0",
83
- "react-router-dom": "^6.2.1"
82
+ "jest-matchmedia-mock": "^1.1.0"
84
83
  },
85
84
  "sideEffects": [
86
85
  "dist/**/*.css"