From 009c20bfea1ba09a1ed04fed93aaf17b8c98b948 Mon Sep 17 00:00:00 2001 From: blessedcoolant <54517381+blessedcoolant@users.noreply.github.com> Date: Fri, 30 Jun 2023 08:19:13 +1200 Subject: [PATCH] feat: Add Mantine Form --- invokeai/frontend/web/package.json | 1 + invokeai/frontend/web/yarn.lock | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/invokeai/frontend/web/package.json b/invokeai/frontend/web/package.json index 19cd5e935b..cd86bfdbe8 100644 --- a/invokeai/frontend/web/package.json +++ b/invokeai/frontend/web/package.json @@ -67,6 +67,7 @@ "@fontsource-variable/inter": "^5.0.3", "@fontsource/inter": "^5.0.3", "@mantine/core": "^6.0.14", + "@mantine/form": "^6.0.15", "@mantine/hooks": "^6.0.14", "@reduxjs/toolkit": "^1.9.5", "@roarr/browser-log-writer": "^1.1.5", diff --git a/invokeai/frontend/web/yarn.lock b/invokeai/frontend/web/yarn.lock index 64841bc39f..770cc1ba7d 100644 --- a/invokeai/frontend/web/yarn.lock +++ b/invokeai/frontend/web/yarn.lock @@ -1328,6 +1328,14 @@ react-remove-scroll "^2.5.5" react-textarea-autosize "8.3.4" +"@mantine/form@^6.0.15": + version "6.0.15" + resolved "https://registry.yarnpkg.com/@mantine/form/-/form-6.0.15.tgz#e78d953669888e01d3778ee8f62d469a12668c42" + integrity sha512-Tz4AuZZ/ddGvEh5zJbDyi9PlGqTilJBdCjRGIgs3zn3hQsfg+ku7/NUR5zNB64dcWPJvGKc074y4iopNIl3FWQ== + dependencies: + fast-deep-equal "^3.1.3" + klona "^2.0.5" + "@mantine/hooks@^6.0.14": version "6.0.14" resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-6.0.14.tgz#5f52a75cdd36b14c13a5ffeeedc510d73db76dc0" @@ -4454,6 +4462,11 @@ klaw-sync@^6.0.0: dependencies: graceful-fs "^4.1.11" +klona@^2.0.5: + version "2.0.6" + resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.6.tgz#85bffbf819c03b2f53270412420a4555ef882e22" + integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA== + kolorist@^1.7.0: version "1.8.0" resolved "https://registry.yarnpkg.com/kolorist/-/kolorist-1.8.0.tgz#edddbbbc7894bc13302cdf740af6374d4a04743c"