diff --git a/front/App.tsx b/front/App.tsx
index 9921778..2639d50 100644
--- a/front/App.tsx
+++ b/front/App.tsx
@@ -1,5 +1,4 @@
-import { Provider as PaperProvider } from 'react-native-paper';
-import Theme from './Theme';
+import { NativeBaseProvider } from "native-base";
import React from 'react';
import { QueryClient, QueryClientProvider } from 'react-query';
import { Provider } from 'react-redux';
@@ -12,9 +11,9 @@ export default function App() {
return (
-
+
-
+
);
diff --git a/front/Navigation.tsx b/front/Navigation.tsx
index 38daade..6085d4f 100644
--- a/front/Navigation.tsx
+++ b/front/Navigation.tsx
@@ -19,7 +19,7 @@ export const publicRoutes =
;
export const Router = () => {
- const isAuthentified = useSelector((state) => state.user.token !== undefined)
+ const isAuthentified = useSelector((state) => state.user.token === undefined)
return (
diff --git a/front/components/SongCard.tsx b/front/components/SongCard.tsx
index 121796c..db686a2 100644
--- a/front/components/SongCard.tsx
+++ b/front/components/SongCard.tsx
@@ -1,7 +1,5 @@
import React from "react";
-import { View } from "react-native";
-import { Card, Text, Title } from "react-native-paper";
-
+import { Box, VStack, Text, AspectRatio, Image } from 'native-base';
type SongCardProps = {
albumCover: string;
songTitle: string;
@@ -12,19 +10,17 @@ const SongCard = (props: SongCardProps) => {
const { albumCover, songTitle, artistName } = props
return (
-
-
-
-
-
- {songTitle}
-
-
- {artistName}
-
-
-
-
+
+
+
+
+ {songTitle}
+
+
+ {artistName}
+
+
+
);
}
diff --git a/front/package.json b/front/package.json
index 249eb5f..49a1782 100644
--- a/front/package.json
+++ b/front/package.json
@@ -29,6 +29,7 @@
"i18next": "^21.8.16",
"jest": "^26.6.3",
"jest-expo": "^45.0.1",
+ "native-base": "^3.4.17",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.18.3",
diff --git a/front/views/HomeView/HomeView.tsx b/front/views/HomeView/HomeView.tsx
index 4d2d2cd..9cebc23 100644
--- a/front/views/HomeView/HomeView.tsx
+++ b/front/views/HomeView/HomeView.tsx
@@ -1,57 +1,62 @@
import React from "react";
-import { FlatList, ScrollView, View } from "react-native";
-import { Button, ProgressBar, Text } from "react-native-paper";
import { useQuery } from "react-query";
import API from "../../API";
import LoadingComponent from "../../components/Loading";
+import { Box, ScrollView, useBreakpointValue, Text, VStack, Progress, Button, HStack } from 'native-base';
import SongCard from "../../components/SongCard";
+import { FlatGrid } from 'react-native-super-grid';
+
+const ProgressBar = ({ xp }: { xp: number}) => {
+ const level = Math.floor(xp / 1000);
+ const nextLevel = level + 1;
+ const nextLevelThreshold = nextLevel * 1000;
+ const progessValue = 100 * xp / nextLevelThreshold;
+ return
+ Niveau {level}
+
+
+
+ {xp} / {nextLevelThreshold} bonnes notes
+
+}
const HomeView = () => {
+ const flexDirection = useBreakpointValue({ base: 'column', xl: "row"});
const userQuery = useQuery(['user'], () => API.getUserInfo());
if (!userQuery.data) {
- return
+ return
-
+
}
- return
-
- Bievenue { userQuery.data.name }!
-
- Niveau {userQuery.data.xp / 1000}
-
- {userQuery.data.xp} / {(Math.floor(userQuery.data.xp / 1000) + 1) * 1000} Bonnes notes
-
-
-
-
- Next step
- }
- keyExtractor={(item) => item.toString()}
- />
-
-
- This is the left section This is the left sectionThis is the left sectionThis is the left sectionThis is the left section
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ return
+
+
+ Bienvenue {userQuery.data.name}!
+
+
+
+
+
+
+ Passer à l'étape supérieure
+
+
+ }
+ spacing={20}
+ />
+
+
+
+
+
+
+
+
+
+
}
export default HomeView;
diff --git a/front/yarn.lock b/front/yarn.lock
index 1696a12..e06eadd 100644
--- a/front/yarn.lock
+++ b/front/yarn.lock
@@ -1040,6 +1040,13 @@
dependencies:
regenerator-runtime "^0.13.4"
+"@babel/runtime@^7.8.7":
+ version "7.19.0"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.0.tgz#22b11c037b094d27a8a2504ea4dcff00f50e2259"
+ integrity sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==
+ dependencies:
+ regenerator-runtime "^0.13.4"
+
"@babel/template@^7.0.0", "@babel/template@^7.18.10", "@babel/template@^7.18.6", "@babel/template@^7.3.3":
version "7.18.10"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
@@ -1438,6 +1445,45 @@
find-up "^5.0.0"
js-yaml "^4.1.0"
+"@formatjs/ecma402-abstract@1.12.0":
+ version "1.12.0"
+ resolved "https://registry.yarnpkg.com/@formatjs/ecma402-abstract/-/ecma402-abstract-1.12.0.tgz#2fb5e8983d5fae2fad9ec6c77aec1803c2b88d8e"
+ integrity sha512-0/wm9b7brUD40kx7KSE0S532T8EfH06Zc41rGlinoNyYXnuusR6ull2x63iFJgVXgwahm42hAW7dcYdZ+llZzA==
+ dependencies:
+ "@formatjs/intl-localematcher" "0.2.31"
+ tslib "2.4.0"
+
+"@formatjs/fast-memoize@1.2.6":
+ version "1.2.6"
+ resolved "https://registry.yarnpkg.com/@formatjs/fast-memoize/-/fast-memoize-1.2.6.tgz#a442970db7e9634af556919343261a7bbe5e88c3"
+ integrity sha512-9CWZ3+wCkClKHX+i5j+NyoBVqGf0pIskTo6Xl6ihGokYM2yqSSS68JIgeo+99UIHc+7vi9L3/SDSz/dWI9SNlA==
+ dependencies:
+ tslib "2.4.0"
+
+"@formatjs/icu-messageformat-parser@2.1.8":
+ version "2.1.8"
+ resolved "https://registry.yarnpkg.com/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.1.8.tgz#45cb678da4c760009b52fe6ca2c13aedbc200fee"
+ integrity sha512-T1R/UtPSCdznwjlfIJDl9XnjZdcFap+rPJrKC9uATr/sUdziVad3SfRQFf50JOuHptbk6knz+VdiYdApek4Sag==
+ dependencies:
+ "@formatjs/ecma402-abstract" "1.12.0"
+ "@formatjs/icu-skeleton-parser" "1.3.13"
+ tslib "2.4.0"
+
+"@formatjs/icu-skeleton-parser@1.3.13":
+ version "1.3.13"
+ resolved "https://registry.yarnpkg.com/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.13.tgz#f7e186e72ed73c3272d22a3aacb646e77368b099"
+ integrity sha512-qb1kxnA4ep76rV+d9JICvZBThBpK5X+nh1dLmmIReX72QyglicsaOmKEcdcbp7/giCWfhVs6CXPVA2JJ5/ZvAw==
+ dependencies:
+ "@formatjs/ecma402-abstract" "1.12.0"
+ tslib "2.4.0"
+
+"@formatjs/intl-localematcher@0.2.31":
+ version "0.2.31"
+ resolved "https://registry.yarnpkg.com/@formatjs/intl-localematcher/-/intl-localematcher-0.2.31.tgz#aada2b1e58211460cedba56889e3c489117eb6eb"
+ integrity sha512-9QTjdSBpQ7wHShZgsNzNig5qT3rCPvmZogS/wXZzKotns5skbXgs0I7J8cuN0PPqXyynvNVuN+iOKhNS2eb+ZA==
+ dependencies:
+ tslib "2.4.0"
+
"@gar/promisify@^1.0.1":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
@@ -1460,6 +1506,35 @@
dependencies:
"@hapi/hoek" "^9.0.0"
+"@internationalized/date@^3.0.1":
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/@internationalized/date/-/date-3.0.1.tgz#66332e9ca8f59b7be010ca65d946bca430ba4b66"
+ integrity sha512-E/3lASs4mAeJ2Z2ye6ab7eUD0bPUfTeNVTAv6IS+ne9UtMu9Uepb9A1U2Ae0hDr6WAlBuvUtrakaxEdYB9TV6Q==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+
+"@internationalized/message@^3.0.9":
+ version "3.0.9"
+ resolved "https://registry.yarnpkg.com/@internationalized/message/-/message-3.0.9.tgz#52bc20debe5296375d66ffcf56c3df5d8118a37d"
+ integrity sha512-yHQggKWUuSvj1GznVtie4tcYq+xMrkd/lTKCFHp6gG18KbIliDw+UI7sL9+yJPGuWiR083xuLyyhzqiPbNOEww==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ intl-messageformat "^10.1.0"
+
+"@internationalized/number@^3.1.1":
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.1.1.tgz#160584316741de4381689ab759001603ee17b595"
+ integrity sha512-dBxCQKIxvsZvW2IBt3KsqrCfaw2nV6o6a8xsloJn/hjW0ayeyhKuiiMtTwW3/WGNPP7ZRyDbtuiUEjMwif1ENQ==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+
+"@internationalized/string@^3.0.0":
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/@internationalized/string/-/string-3.0.0.tgz#de563871e1b19e4d0ce3246ec18d25da1a73db73"
+ integrity sha512-NUSr4u+mNu5BysXFeVWZW4kvjXylPkU/YYqaWzdNuz1eABfehFiZTEYhWAAMzI3U8DTxfqF9PM3zyhk5gcfz6w==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+
"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -1790,6 +1865,404 @@
mkdirp "^1.0.4"
rimraf "^3.0.2"
+"@react-aria/checkbox@^3.2.1":
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/checkbox/-/checkbox-3.6.0.tgz#5c09f7be3de2d91e2f6ab0f14d2e588793afc1da"
+ integrity sha512-E2MZoMZhtHtlS1mYjxTI29JRq4s3Y6d92KHj7tzvcC308d4Bzz0IHJd0bMz/8whoNteU02pQyZ3rDAcGf92bHQ==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/label" "^3.4.2"
+ "@react-aria/toggle" "^3.4.0"
+ "@react-aria/utils" "^3.14.0"
+ "@react-stately/checkbox" "^3.3.0"
+ "@react-stately/toggle" "^3.4.2"
+ "@react-types/checkbox" "^3.4.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-aria/combobox@^3.0.0-alpha.1":
+ version "3.4.2"
+ resolved "https://registry.yarnpkg.com/@react-aria/combobox/-/combobox-3.4.2.tgz#ad24c7a3c7425f1f668051dbe970e79b60ca0735"
+ integrity sha512-LFB0L2WLR7hc5J2c36jdgekHigLv4PwZfNRlh+B4VX474pS9Zt33F0FIrCKsYZA8xXzvM+lXr4POjwsoBhmnJw==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/i18n" "^3.6.1"
+ "@react-aria/interactions" "^3.12.0"
+ "@react-aria/listbox" "^3.7.0"
+ "@react-aria/live-announcer" "^3.1.1"
+ "@react-aria/menu" "^3.6.2"
+ "@react-aria/overlays" "^3.11.0"
+ "@react-aria/selection" "^3.11.0"
+ "@react-aria/textfield" "^3.7.2"
+ "@react-aria/utils" "^3.14.0"
+ "@react-stately/collections" "^3.4.4"
+ "@react-stately/combobox" "^3.2.2"
+ "@react-stately/layout" "^3.8.0"
+ "@react-types/button" "^3.6.2"
+ "@react-types/combobox" "^3.5.4"
+ "@react-types/shared" "^3.15.0"
+
+"@react-aria/focus@3.2.3":
+ version "3.2.3"
+ resolved "https://registry.yarnpkg.com/@react-aria/focus/-/focus-3.2.3.tgz#3e4137498a7fb5235d056c30fd94ab4a82e73aea"
+ integrity sha512-+OWmJMivrq3f8ApWihH1KJYqYj3rZV34YJORacBohcAsF1Qd1V1/P+w3dMkf24kV0wqAiWePCF1FwgnrL/rYzQ==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/interactions" "^3.3.0"
+ "@react-aria/utils" "^3.4.0"
+ "@react-types/shared" "^3.3.0"
+ clsx "^1.1.1"
+
+"@react-aria/focus@^3.2.3", "@react-aria/focus@^3.9.0":
+ version "3.9.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/focus/-/focus-3.9.0.tgz#fa4478eebdc3c199a0529470f1d7b36608ef0d10"
+ integrity sha512-DwesjEjWjFfwAwzv9qeqkyKZNPAYmPa3UrygxzmXeKEg2JpaACGZPxRcmT2EFJFEDbX8daQDEeRGyLO49o5agg==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/interactions" "^3.12.0"
+ "@react-aria/utils" "^3.14.0"
+ "@react-types/shared" "^3.15.0"
+ clsx "^1.1.1"
+
+"@react-aria/i18n@^3.2.0", "@react-aria/i18n@^3.3.0", "@react-aria/i18n@^3.6.1":
+ version "3.6.1"
+ resolved "https://registry.yarnpkg.com/@react-aria/i18n/-/i18n-3.6.1.tgz#b97e78e3ec040a5ca08d166033f2d358ef1af4c5"
+ integrity sha512-kAetWsj9HOqwaqLhmFU2udhZ+4QGGYkQOgGBJYdrB7GfLZQ1GPBlZjv3QFdkX4oSf/k9cFqgftxvVQQDYZLOew==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@internationalized/date" "^3.0.1"
+ "@internationalized/message" "^3.0.9"
+ "@internationalized/number" "^3.1.1"
+ "@internationalized/string" "^3.0.0"
+ "@react-aria/ssr" "^3.3.0"
+ "@react-aria/utils" "^3.14.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-aria/interactions@^3.12.0", "@react-aria/interactions@^3.3.0", "@react-aria/interactions@^3.3.2":
+ version "3.12.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/interactions/-/interactions-3.12.0.tgz#b16a392c3dc23351c8fd33a16cef0ef93dc4682d"
+ integrity sha512-KcKurjPZwme9ggvGQjbjqZtZtuyXipTBVMHUah9a3+Dz7vXxhRg5vFaEdM79oQnNsrGFW5xS6SKBehl/JG6BMw==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/utils" "^3.14.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-aria/label@^3.1.1", "@react-aria/label@^3.4.2":
+ version "3.4.2"
+ resolved "https://registry.yarnpkg.com/@react-aria/label/-/label-3.4.2.tgz#c66761891aa7aabe1893608f367c1bab0b8b2d28"
+ integrity sha512-ctygLrA4yY31440UMZdw21Iz4ogXupLJB5xpTU1KFXcvybSu+H3gvVCOJu1jFwR12bTKnkVogTWT6wwVYH2nFw==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/utils" "^3.14.0"
+ "@react-types/label" "^3.7.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-aria/listbox@^3.2.4", "@react-aria/listbox@^3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/listbox/-/listbox-3.7.0.tgz#8155dd485981658b44c756b45172974534f4a69a"
+ integrity sha512-XUWg+ll9LmzJB3WzAklwJY5A/YuRTWd5UM/WSL34aV1O6P/IdLW697Xvr6fpHWMPtkIUeNB6teAAT2M98iWx5Q==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/focus" "^3.9.0"
+ "@react-aria/interactions" "^3.12.0"
+ "@react-aria/label" "^3.4.2"
+ "@react-aria/selection" "^3.11.0"
+ "@react-aria/utils" "^3.14.0"
+ "@react-stately/collections" "^3.4.4"
+ "@react-stately/list" "^3.5.4"
+ "@react-types/listbox" "^3.3.4"
+ "@react-types/shared" "^3.15.0"
+
+"@react-aria/live-announcer@^3.0.0-alpha.0", "@react-aria/live-announcer@^3.1.1":
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/@react-aria/live-announcer/-/live-announcer-3.1.1.tgz#40f340f6794fca42682fb308fe750ff56bf7c07f"
+ integrity sha512-e7b+dRh1SUTla42vzjdbhGYkeLD7E6wIYjYaHW9zZ37rBkSqLHUhTigh3eT3k5NxFlDD/uRxTYuwaFnWQgR+4g==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+
+"@react-aria/menu@^3.6.2":
+ version "3.6.2"
+ resolved "https://registry.yarnpkg.com/@react-aria/menu/-/menu-3.6.2.tgz#9061a603075dcb25bc916843a697d6c5dcb5c69b"
+ integrity sha512-uBZHGuFAtOdoocBVZzoBpZQFJmkt5axlEUKjBgh2BuR5JX8aZiSxyKnfgAeb3aDEi9PZpOp6RWxHzOMBRg4TsA==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/i18n" "^3.6.1"
+ "@react-aria/interactions" "^3.12.0"
+ "@react-aria/overlays" "^3.11.0"
+ "@react-aria/selection" "^3.11.0"
+ "@react-aria/utils" "^3.14.0"
+ "@react-stately/collections" "^3.4.4"
+ "@react-stately/menu" "^3.4.2"
+ "@react-stately/tree" "^3.3.4"
+ "@react-types/button" "^3.6.2"
+ "@react-types/menu" "^3.7.2"
+ "@react-types/shared" "^3.15.0"
+
+"@react-aria/overlays@^3.11.0", "@react-aria/overlays@^3.6.1", "@react-aria/overlays@^3.7.0":
+ version "3.11.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/overlays/-/overlays-3.11.0.tgz#9ecab7fbaf88b7c315215d55a3eb1ae1aa5b78f2"
+ integrity sha512-NqLqxSiEW9AuUPcEHCIp2lHH1moNxlkP0CkuUMkT2/T5MCPm/Iq+uD53VSR+NyeCWU/aGH3ykj2kq9NSITJkOA==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/focus" "^3.9.0"
+ "@react-aria/i18n" "^3.6.1"
+ "@react-aria/interactions" "^3.12.0"
+ "@react-aria/ssr" "^3.3.0"
+ "@react-aria/utils" "^3.14.0"
+ "@react-aria/visually-hidden" "^3.5.0"
+ "@react-stately/overlays" "^3.4.2"
+ "@react-types/button" "^3.6.2"
+ "@react-types/overlays" "^3.6.4"
+ "@react-types/shared" "^3.15.0"
+
+"@react-aria/radio@^3.1.2":
+ version "3.4.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/radio/-/radio-3.4.0.tgz#4cc930dee71b3bae70f9ceaed7085f7db4d448b4"
+ integrity sha512-DUccHQxfI0PikXXQKarh/hLS/G+ZzfdQ00/sd57jzWsuRyukb+WywQhud29p5uO3wT33/MH9LZgSmb9dlvfabQ==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/focus" "^3.9.0"
+ "@react-aria/i18n" "^3.6.1"
+ "@react-aria/interactions" "^3.12.0"
+ "@react-aria/label" "^3.4.2"
+ "@react-aria/utils" "^3.14.0"
+ "@react-stately/radio" "^3.6.0"
+ "@react-types/radio" "^3.3.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-aria/selection@^3.11.0", "@react-aria/selection@^3.3.1", "@react-aria/selection@^3.3.2":
+ version "3.11.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/selection/-/selection-3.11.0.tgz#5d3457e9ea2a5aae4f8abf799da92c723d04172d"
+ integrity sha512-2Qcv0PxXqOrYYT1oL+TOaB+lE/jhIPzVEPHVmf8HYzEMP5WBYP8Q+R9no5s8x++b1W0DsbUVwmk9szY48O9Bmw==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/focus" "^3.9.0"
+ "@react-aria/i18n" "^3.6.1"
+ "@react-aria/interactions" "^3.12.0"
+ "@react-aria/utils" "^3.14.0"
+ "@react-stately/collections" "^3.4.4"
+ "@react-stately/selection" "^3.11.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-aria/slider@^3.0.1":
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/@react-aria/slider/-/slider-3.2.2.tgz#85884a33f9012e2487acac7c11387566eae87c9c"
+ integrity sha512-jSzCEcHJEhLoirjJed1u9gr4WTKvZRVjgcpfTfYeV+wMDlINBawxglJ6zBUsv6OW7REPCS+N7TGxX714+oR6Hw==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/focus" "^3.9.0"
+ "@react-aria/i18n" "^3.6.1"
+ "@react-aria/interactions" "^3.12.0"
+ "@react-aria/label" "^3.4.2"
+ "@react-aria/utils" "^3.14.0"
+ "@react-stately/radio" "^3.6.0"
+ "@react-stately/slider" "^3.2.2"
+ "@react-types/radio" "^3.3.0"
+ "@react-types/shared" "^3.15.0"
+ "@react-types/slider" "^3.3.0"
+
+"@react-aria/ssr@^3.0.1", "@react-aria/ssr@^3.3.0":
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.3.0.tgz#25e81daf0c7a270a4a891159d8d984578e4512d8"
+ integrity sha512-yNqUDuOVZIUGP81R87BJVi/ZUZp/nYOBXbPsRe7oltJOfErQZD+UezMpw4vM2KRz18cURffvmC8tJ6JTeyDtaQ==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+
+"@react-aria/tabs@3.0.0-alpha.2":
+ version "3.0.0-alpha.2"
+ resolved "https://registry.yarnpkg.com/@react-aria/tabs/-/tabs-3.0.0-alpha.2.tgz#3b931d9c752c2dca4c2a1b975248b0ee751077a2"
+ integrity sha512-yHpz1HujxBcMq8e4jrHkkowzrJwuVyssCB+DuA91kt6LC0eIMZsDZY9tEhhOq+TyOhI3nbyXaDKJG6y1qB0A5A==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/i18n" "^3.2.0"
+ "@react-aria/interactions" "^3.3.2"
+ "@react-aria/selection" "^3.3.1"
+ "@react-aria/utils" "^3.4.1"
+ "@react-stately/list" "^3.2.2"
+ "@react-stately/tabs" "3.0.0-alpha.0"
+ "@react-types/shared" "^3.2.1"
+ "@react-types/tabs" "3.0.0-alpha.2"
+
+"@react-aria/textfield@^3.7.2":
+ version "3.7.2"
+ resolved "https://registry.yarnpkg.com/@react-aria/textfield/-/textfield-3.7.2.tgz#07602775964aa7b78fedb817c42142c899e46aba"
+ integrity sha512-GSzjSEMdLMcQmjxOKmTaphbfMan91J/VhYGkFYEYAwcSoVMjBsIl8VUOjZQ3+7LowQ0mOS4gE7ADigRj1w2f/Q==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/focus" "^3.9.0"
+ "@react-aria/label" "^3.4.2"
+ "@react-aria/utils" "^3.14.0"
+ "@react-types/shared" "^3.15.0"
+ "@react-types/textfield" "^3.6.0"
+
+"@react-aria/toggle@^3.4.0":
+ version "3.4.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/toggle/-/toggle-3.4.0.tgz#70f6a3be688130c31dad63dfb59b3027ccbebea6"
+ integrity sha512-kQ/CuStB64QcQtT5Kovj4cJ234CotH5et77CP9ctsT37w5lc/t4iDWDTJxf2ju9atPeMh+efqsnRY34lhK2cBA==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/focus" "^3.9.0"
+ "@react-aria/interactions" "^3.12.0"
+ "@react-aria/utils" "^3.14.0"
+ "@react-stately/toggle" "^3.4.2"
+ "@react-types/checkbox" "^3.4.0"
+ "@react-types/shared" "^3.15.0"
+ "@react-types/switch" "^3.2.4"
+
+"@react-aria/utils@^3.14.0", "@react-aria/utils@^3.3.0", "@react-aria/utils@^3.4.0", "@react-aria/utils@^3.4.1", "@react-aria/utils@^3.6.0":
+ version "3.14.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/utils/-/utils-3.14.0.tgz#87877e89e959c8b6299da953ec3a7167de2192c3"
+ integrity sha512-DHgmwNBNEhnb6DEYYAfbt99wprBqJJOBBeIpQ2g3+pxwlw4BZ+v4Qr+rDD0ZibWV0mYzt8zOhZ9StpId7iTF0Q==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/ssr" "^3.3.0"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/shared" "^3.15.0"
+ clsx "^1.1.1"
+
+"@react-aria/visually-hidden@^3.2.1", "@react-aria/visually-hidden@^3.5.0":
+ version "3.5.0"
+ resolved "https://registry.yarnpkg.com/@react-aria/visually-hidden/-/visually-hidden-3.5.0.tgz#aa8669545464cdb6a4b2ba47c9695d1405864a06"
+ integrity sha512-tF/kCZCGv1yebwgH21cKbhjSV5CmB5/SAHOUM5YkO5V/lIFjaPtywcamIPI8F0JSfrwGF/Z9EqvqBxvIYGRlCA==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/interactions" "^3.12.0"
+ "@react-aria/utils" "^3.14.0"
+ "@react-types/shared" "^3.15.0"
+ clsx "^1.1.1"
+
+"@react-native-aria/button@^0.2.4":
+ version "0.2.4"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/button/-/button-0.2.4.tgz#ce0c994449011f4b852a222afd90e027fb839de0"
+ integrity sha512-wlu6SXI20U+N4fbPX8oh9pkL9hx8W41+cra3fa3s2xfQ6czT4KAkyvSsr1ALUBH4dRkoxxSPOcGJMGnq2K3djw==
+ dependencies:
+ "@react-aria/utils" "^3.6.0"
+ "@react-native-aria/interactions" "^0.2.3"
+ "@react-stately/toggle" "^3.2.1"
+ "@react-types/checkbox" "^3.2.1"
+
+"@react-native-aria/checkbox@^0.2.2":
+ version "0.2.3"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/checkbox/-/checkbox-0.2.3.tgz#b6c99c215677df872f1bb4e596b54573f1c7a5f0"
+ integrity sha512-YtWtXGg5tvOaV6v1CmbusXoOZvGRAVYygms9qNeUF7/B8/iDNGSKjlxHE5LVOLRtJO/B9ndZnr6RkL326ceyng==
+ dependencies:
+ "@react-aria/checkbox" "^3.2.1"
+ "@react-aria/utils" "^3.6.0"
+ "@react-native-aria/toggle" "^0.2.3"
+ "@react-native-aria/utils" "^0.2.6"
+ "@react-stately/toggle" "^3.2.1"
+
+"@react-native-aria/combobox@^0.2.4-alpha.0":
+ version "0.2.4-alpha.1"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/combobox/-/combobox-0.2.4-alpha.1.tgz#2ec7c5c2e87aba4dda62e494a4c3538066275e2b"
+ integrity sha512-MOxKMKVus9MsOL3l+mNRDYHeVr5kj5fYnretLofWh/dHBO2W5H7H70ZfOPDEr9s+vgaBBjHCtbbfOiimKRk6Kg==
+ dependencies:
+ "@react-aria/combobox" "^3.0.0-alpha.1"
+ "@react-aria/live-announcer" "^3.0.0-alpha.0"
+ "@react-aria/overlays" "^3.6.1"
+ "@react-aria/utils" "^3.6.0"
+ "@react-native-aria/utils" "^0.2.6"
+ "@react-types/button" "^3.3.1"
+
+"@react-native-aria/focus@^0.2.6":
+ version "0.2.7"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/focus/-/focus-0.2.7.tgz#fd339d5ec8384cee6afe0c0115a528f360d04a27"
+ integrity sha512-7Ol8AoTzEN7qC4t4AzclPzjQZ0oRkNBePmVBm2lAQwOnmkKwa+TdiVGtU7MgvsQxUV3aTTMY2Nu1Z5YwCwhUkA==
+ dependencies:
+ "@react-aria/focus" "^3.2.3"
+
+"@react-native-aria/interactions@^0.2.2", "@react-native-aria/interactions@^0.2.3", "@react-native-aria/interactions@^0.2.7":
+ version "0.2.8"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/interactions/-/interactions-0.2.8.tgz#5ced4bd3391c647699fa79275472f784a44c2488"
+ integrity sha512-+LsLghBnp1fEVdLdIZGfE2izbZS0GPwc7eyiLHndnAXwXdLmyDRw71UCEjsUuNh7SO7BBR5QjHlk0cTHmyynQg==
+ dependencies:
+ "@react-aria/interactions" "^3.3.2"
+ "@react-aria/utils" "^3.6.0"
+ "@react-native-aria/utils" "^0.2.6"
+
+"@react-native-aria/listbox@^0.2.4-alpha.3":
+ version "0.2.4-alpha.3"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/listbox/-/listbox-0.2.4-alpha.3.tgz#1a8df0de6c932c8143ea73e43713a5d37070203c"
+ integrity sha512-e/y+Wdoyy/PbpFj4DVYDYMsKI+uUqnZ/0yLByqHQvzs8Ys8o69CQkyEYzHhxvFT5lCLegkLbuQN2cJd8bYNQsA==
+ dependencies:
+ "@react-aria/interactions" "^3.3.2"
+ "@react-aria/label" "^3.1.1"
+ "@react-aria/listbox" "^3.2.4"
+ "@react-aria/selection" "^3.3.2"
+ "@react-aria/utils" "^3.6.0"
+ "@react-native-aria/interactions" "^0.2.2"
+ "@react-native-aria/utils" "^0.2.6"
+ "@react-types/listbox" "^3.1.1"
+ "@react-types/shared" "^3.4.0"
+
+"@react-native-aria/overlays@0.3.3-rc.0":
+ version "0.3.3-rc.0"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/overlays/-/overlays-0.3.3-rc.0.tgz#9041ddd6f151e6edb50c971d29920c458aa41459"
+ integrity sha512-RgaIYIHMltt0RdMrVwfXLAVxc22TIUY1Yx07HbQRMdt4LcSmU8pyp5CEtJ/MQCXceuqocnXfsUxyHOSnfhmfpA==
+ dependencies:
+ "@react-aria/interactions" "^3.3.2"
+ "@react-aria/overlays" "^3.7.0"
+ "@react-native-aria/utils" "^0.2.8"
+ "@react-stately/overlays" "^3.1.1"
+ "@react-types/overlays" "^3.4.0"
+ dom-helpers "^5.0.0"
+
+"@react-native-aria/radio@^0.2.4":
+ version "0.2.5"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/radio/-/radio-0.2.5.tgz#436d3abdbb48bcaf6e9c5c045ff9c5bf87b71248"
+ integrity sha512-kTfCjRMZH+Z2C70VxjomPO8eXBcHPa5zcuOUotyhR10WsrKZJlwwnA75t2xDq8zsxKnABJRfThv7rSlAjkFSeg==
+ dependencies:
+ "@react-aria/radio" "^3.1.2"
+ "@react-aria/utils" "^3.6.0"
+ "@react-native-aria/interactions" "^0.2.3"
+ "@react-native-aria/utils" "^0.2.6"
+ "@react-stately/radio" "^3.2.1"
+ "@react-types/radio" "^3.1.1"
+
+"@react-native-aria/slider@^0.2.5-alpha.1":
+ version "0.2.5-alpha.2"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/slider/-/slider-0.2.5-alpha.2.tgz#e613c2ac338de8d8ef8999ed664ea743174ee8da"
+ integrity sha512-eYCAGEgcmgs2x5yC1q3edq/VpZWd8P9x1ZoB6uhiyIpDViTDFTz82IWTK0jrbHC70WxWfoY+876VjiKzbjyNxw==
+ dependencies:
+ "@react-aria/focus" "^3.2.3"
+ "@react-aria/interactions" "^3.3.2"
+ "@react-aria/label" "^3.1.1"
+ "@react-aria/slider" "^3.0.1"
+ "@react-aria/utils" "^3.6.0"
+ "@react-native-aria/utils" "^0.2.6"
+ "@react-stately/slider" "^3.0.1"
+
+"@react-native-aria/tabs@^0.2.7":
+ version "0.2.8"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/tabs/-/tabs-0.2.8.tgz#8b721261a277fe0459154f70c25b81e23217c864"
+ integrity sha512-coAiaj9NFFh8vYr/kiugqLwip8IhB6m2dL/GXPcmbK0WH531pIPXKSwgePjniETJtEP84L4PYCTZ705pRlVN8A==
+ dependencies:
+ "@react-aria/selection" "^3.3.1"
+ "@react-aria/tabs" "3.0.0-alpha.2"
+ "@react-native-aria/interactions" "^0.2.7"
+ "@react-native-aria/utils" "^0.2.7"
+ "@react-stately/tabs" "3.0.0-alpha.1"
+ "@react-types/tabs" "3.0.0-alpha.2"
+
+"@react-native-aria/toggle@^0.2.3":
+ version "0.2.3"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/toggle/-/toggle-0.2.3.tgz#a387f03480aa0d97dc0191acbcae66122f7bcf7f"
+ integrity sha512-3aOlchMxpR0b2h3Z7V0aYZaQMVJD6uKOWKWJm82VsLrni4iDnDX/mLv30ujuuK3+LclUhVlJd2kRuCl+xnf3XQ==
+ dependencies:
+ "@react-aria/focus" "^3.2.3"
+ "@react-aria/utils" "^3.6.0"
+ "@react-native-aria/interactions" "^0.2.3"
+ "@react-native-aria/utils" "^0.2.6"
+ "@react-stately/toggle" "^3.2.1"
+ "@react-types/checkbox" "^3.2.1"
+
+"@react-native-aria/utils@^0.2.6", "@react-native-aria/utils@^0.2.7", "@react-native-aria/utils@^0.2.8":
+ version "0.2.8"
+ resolved "https://registry.yarnpkg.com/@react-native-aria/utils/-/utils-0.2.8.tgz#da433606506125483080f18dbcd97b526ca46fd5"
+ integrity sha512-x375tG1itv3irLFRnURLsdK2djuvhFJHizSDUtLCo8skQwfjslED5t4sUkQ49di4G850gaVJz0fCcCx/pHX7CA==
+ dependencies:
+ "@react-aria/ssr" "^3.0.1"
+ "@react-aria/utils" "^3.3.0"
+
"@react-native-community/cli-debugger-ui@^7.0.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-7.0.3.tgz#3eeeacc5a43513cbcae56e5e965d77726361bcb4"
@@ -2016,6 +2489,364 @@
dependencies:
nanoid "^3.1.23"
+"@react-stately/checkbox@3.0.3":
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.0.3.tgz#18ee6bd3b544334b6f853bb5c5f7017ac3bb9c37"
+ integrity sha512-amT889DTLdbjAVjZ9j9TytN73PszynGIspKi1QSUCvXeA2OVyCwShxhV0Pn7yYX8cMinvGXrjhWdhn0nhYeMdg==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/toggle" "^3.2.3"
+ "@react-stately/utils" "^3.2.2"
+ "@react-types/checkbox" "^3.2.3"
+
+"@react-stately/checkbox@^3.3.0":
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.3.0.tgz#31cb5dedbb10b9ab7358f79228f34d09e0f1bf5f"
+ integrity sha512-hYFJzEoreAmUKkcgd3ErDXtEqp65pfawfcygOr/3pe7MUGzl+MaauVUOg6Dh02Bxt+mdSX4mQXbJSfvm+8bmfA==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/toggle" "^3.4.2"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/checkbox" "^3.4.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-stately/collections@3.3.0":
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/@react-stately/collections/-/collections-3.3.0.tgz#d1e66077b47a8b6a9abcac66f1052d4b8851ce47"
+ integrity sha512-Y8Pfugw/tYbcR9F6GTiTkd9O4FiXErxi5aDLSZ/knS6v0pvr3EHsC3T7jLW+48dSNrwl+HkMe5ECMhWSUA1jRQ==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-types/shared" "^3.2.1"
+
+"@react-stately/collections@^3.4.4":
+ version "3.4.4"
+ resolved "https://registry.yarnpkg.com/@react-stately/collections/-/collections-3.4.4.tgz#9df0b690bac0d3a95bc01352937ec74160c6bd29"
+ integrity sha512-gryUYCe6uzqE0ea5frTwOxOPpx/6Z42PRk7KetOh3ddN3Ts0j8XQP08jP1IB/7BC1QidrkHWvDCqGHxRiEjiIg==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-types/shared" "^3.15.0"
+
+"@react-stately/combobox@3.0.0-alpha.1":
+ version "3.0.0-alpha.1"
+ resolved "https://registry.yarnpkg.com/@react-stately/combobox/-/combobox-3.0.0-alpha.1.tgz#d3240ba528b021965998950a615e715c2eccbcee"
+ integrity sha512-v0DNGLx0KGvNgBbXoSKzfHGcy65eP0Wx4uY3dqj+u9k3ru2BEvIqB8fo6CWhQqu8VHBX4AlhoxcyrloIKvjD/g==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/list" "^3.2.2"
+ "@react-stately/menu" "^3.1.0"
+ "@react-stately/select" "^3.1.0"
+ "@react-stately/utils" "^3.2.0"
+ "@react-types/combobox" "3.0.0-alpha.1"
+ "@react-types/shared" "^3.4.0"
+
+"@react-stately/combobox@^3.2.2":
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/@react-stately/combobox/-/combobox-3.2.2.tgz#fe331d75f6dca24fb03057b6657114f51043511f"
+ integrity sha512-kUMxgXskrtwdeEExZkJ9CjF4EJANetj+7970cOevCpy6ePCdrvdgO6+0cMrVvSgZeMaMDZXDIbbF7fqA6w0uXQ==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/list" "^3.5.4"
+ "@react-stately/menu" "^3.4.2"
+ "@react-stately/select" "^3.3.2"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/combobox" "^3.5.4"
+ "@react-types/shared" "^3.15.0"
+
+"@react-stately/layout@^3.8.0":
+ version "3.8.0"
+ resolved "https://registry.yarnpkg.com/@react-stately/layout/-/layout-3.8.0.tgz#f57a7c7b02783a5983c3902bbb26977408665cd9"
+ integrity sha512-0cUlkjY42YaGa0u8Z8CgNx8PIsm06zr0cr3HESCfHmvuOOR2q707PcqAd6kKuF/4NjHU4MVfuGp5z9Sm/lnjlA==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/virtualizer" "^3.3.1"
+ "@react-types/grid" "^3.1.4"
+ "@react-types/shared" "^3.15.0"
+ "@react-types/table" "^3.3.2"
+
+"@react-stately/list@^3.2.2", "@react-stately/list@^3.5.4":
+ version "3.5.4"
+ resolved "https://registry.yarnpkg.com/@react-stately/list/-/list-3.5.4.tgz#0282c1925aaed33bb0e32b90d0e1524ee82399d8"
+ integrity sha512-AB0r2RevKVAP2AOQM1JRuCVjS2UUxMJFshA53t8pV+OSVWeyirYccsMR49mWwU60ZnxYqBWVMN+Pl7NTPTnT8w==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/collections" "^3.4.4"
+ "@react-stately/selection" "^3.11.0"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/shared" "^3.15.0"
+
+"@react-stately/menu@^3.1.0", "@react-stately/menu@^3.4.2":
+ version "3.4.2"
+ resolved "https://registry.yarnpkg.com/@react-stately/menu/-/menu-3.4.2.tgz#5bb6847c9bf4a6140d561114b5f8709a4df12a51"
+ integrity sha512-vFC8EloVEcqf6sgiP6ABIkC41ytjoJiGtj7Ws5OS7PvZNyxxDgJr4V0O3Pxd1T0AjlHCloBbojnvoTRwZiSr/A==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/overlays" "^3.4.2"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/menu" "^3.7.2"
+ "@react-types/shared" "^3.15.0"
+
+"@react-stately/overlays@^3.1.1", "@react-stately/overlays@^3.4.2":
+ version "3.4.2"
+ resolved "https://registry.yarnpkg.com/@react-stately/overlays/-/overlays-3.4.2.tgz#c6df94a65551137075263eeef70beba8b90b52a0"
+ integrity sha512-UTCnn0aT+JL4ZhYPQYUWHwhmuR2T3vKTFUEZeZN9sTuDCctg08VfGoASJx8qofqkLwYJXeb8D5PMhhTDPiUQPw==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/overlays" "^3.6.4"
+
+"@react-stately/radio@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@react-stately/radio/-/radio-3.2.1.tgz#d3fb0b28c2e7accdee47912c9802ab4a886a3092"
+ integrity sha512-WGYMWCDJQOicFLf+bW2CbAnlRWaqsUd028WpsS41GWyIx/w7DVpUeGFwTSvyCXC5SCQZuambsWHgXNz8Ng5WIA==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/utils" "^3.1.1"
+ "@react-types/radio" "^3.1.1"
+
+"@react-stately/radio@^3.2.1", "@react-stately/radio@^3.6.0":
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/@react-stately/radio/-/radio-3.6.0.tgz#85846c0d3bd906cddccfb897eb900a5fd527d962"
+ integrity sha512-hzNwIapDSnbk5mCim/AgHQTtHRgy2QiW95okfVnGflzO7nnws8WH/s2Va4f7UupWObPv8XTqHADUEng86mVBJA==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/radio" "^3.3.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-stately/select@^3.1.0", "@react-stately/select@^3.3.2":
+ version "3.3.2"
+ resolved "https://registry.yarnpkg.com/@react-stately/select/-/select-3.3.2.tgz#c2e1e72a6f67e7a79a9e6ffbed75ca1847248d98"
+ integrity sha512-/C9fW7HT+V9XnmSTiZZqH5cn+ifY9vdXvIKDbUyna98lFHtDgn7i/UvD5edunOGY0qqSMIO3kJ6/BiNg+gpn6Q==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/collections" "^3.4.4"
+ "@react-stately/list" "^3.5.4"
+ "@react-stately/menu" "^3.4.2"
+ "@react-stately/selection" "^3.11.0"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/select" "^3.6.4"
+ "@react-types/shared" "^3.15.0"
+
+"@react-stately/selection@^3.11.0":
+ version "3.11.0"
+ resolved "https://registry.yarnpkg.com/@react-stately/selection/-/selection-3.11.0.tgz#50945d87dadd0d08505b37f1bb319d0c783d2037"
+ integrity sha512-cBgDzH+AY+bMEROJbcZFdhbMk0vgiwyqBB8ZKLtCL7EOHs2xeynTAohRM+/t27U/tF91o4qHPFo67Tkxrd16Bg==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/collections" "^3.4.4"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/shared" "^3.15.0"
+
+"@react-stately/slider@3.0.1":
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/@react-stately/slider/-/slider-3.0.1.tgz#076c149947ae45f5eda30178b368ad0c4052f2a3"
+ integrity sha512-gGpfdVbTmdsOvrmZvFx4hJ5b7nczvAWdHR/tFFJKfxH0/V8NudZ5hGnawY84R3x+OvgV+tKUfifEUKA+oJyG5w==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/i18n" "^3.3.0"
+ "@react-aria/utils" "^3.6.0"
+ "@react-stately/utils" "^3.2.0"
+ "@react-types/slider" "^3.0.1"
+
+"@react-stately/slider@^3.0.1", "@react-stately/slider@^3.2.2":
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/@react-stately/slider/-/slider-3.2.2.tgz#3da9175453fc2b49e72910e8f0f0f8038d6e680d"
+ integrity sha512-LIgS+6L9PSUanj0stWql5KEEdm28LBTscm3cxBq177aaKhoKu+MvplItmoMeZjXnjwpRBliiZ7hWAJHyCDFE+g==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/i18n" "^3.6.1"
+ "@react-aria/utils" "^3.14.0"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/shared" "^3.15.0"
+ "@react-types/slider" "^3.3.0"
+
+"@react-stately/tabs@3.0.0-alpha.0":
+ version "3.0.0-alpha.0"
+ resolved "https://registry.yarnpkg.com/@react-stately/tabs/-/tabs-3.0.0-alpha.0.tgz#41451c7957ab2773fc4edb78ec02fcb94c6ab226"
+ integrity sha512-QJZ9N7DT89RkP18btvQhJvxWuv/JkSwtm14ftfk+5LBbzyxyLsD2KP6jDrNhXgmkRMmIyEaMt2w2VmI6fQ6UAA==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/list" "^3.2.2"
+ "@react-stately/utils" "^3.0.0-alpha.1"
+ "@react-types/tabs" "3.0.0-alpha.2"
+
+"@react-stately/tabs@3.0.0-alpha.1":
+ version "3.0.0-alpha.1"
+ resolved "https://registry.yarnpkg.com/@react-stately/tabs/-/tabs-3.0.0-alpha.1.tgz#b166ca9733ebebcc3bb2223116b8b070af104812"
+ integrity sha512-aEG5lVLqmfx7A/dS5gkPXmD2ERAo69RtC0aHPo/Dw1XjzalYyo6QbQ5WtiuQxsCVx/naWGEJCcMEAD5/vt+cUQ==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/list" "^3.2.2"
+ "@react-stately/utils" "^3.2.0"
+ "@react-types/tabs" "3.0.0-alpha.2"
+
+"@react-stately/toggle@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@react-stately/toggle/-/toggle-3.2.1.tgz#8b10b5eb99c3c4df2c36d17a5f23b77773ed7722"
+ integrity sha512-gZVuJ8OYoATUoXzdprsyx6O1w3wCrN+J0KnjhrjjKTrBG68n3pZH0p6dM0XpsaCzlSv0UgNa4fhHS3dYfr/ovw==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/utils" "^3.1.1"
+ "@react-types/checkbox" "^3.2.1"
+ "@react-types/shared" "^3.2.1"
+
+"@react-stately/toggle@^3.2.1", "@react-stately/toggle@^3.2.3", "@react-stately/toggle@^3.4.2":
+ version "3.4.2"
+ resolved "https://registry.yarnpkg.com/@react-stately/toggle/-/toggle-3.4.2.tgz#8c70922ad559d9ef32ecf3cc3d122a66eb858f0d"
+ integrity sha512-+pO13Ap/tj4optu6VjQrEAaAoZvJAEwarMUaZvrkc0kdvMTNPdiT/2vhN32yvsSW0ssuFqToa3jMrTylCbpo8w==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/checkbox" "^3.4.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-stately/tree@^3.3.4":
+ version "3.3.4"
+ resolved "https://registry.yarnpkg.com/@react-stately/tree/-/tree-3.3.4.tgz#2b71436dd7ed3bd42983f4fd29a9417f947876f9"
+ integrity sha512-CBgXvwa9qYBsJuxrAiVgGnm48eSxLe/6OjPMwH1pWf4s383Mx73MbbN4fS0oWDeXBVgdqz5/Xg/p8nvPIvl3WQ==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-stately/collections" "^3.4.4"
+ "@react-stately/selection" "^3.11.0"
+ "@react-stately/utils" "^3.5.1"
+ "@react-types/shared" "^3.15.0"
+
+"@react-stately/utils@^3.0.0-alpha.1", "@react-stately/utils@^3.1.1", "@react-stately/utils@^3.2.0", "@react-stately/utils@^3.2.2", "@react-stately/utils@^3.5.1":
+ version "3.5.1"
+ resolved "https://registry.yarnpkg.com/@react-stately/utils/-/utils-3.5.1.tgz#502de762e5d33e892347c5f58053674e06d3bc92"
+ integrity sha512-INeQ5Er2Jm+db8Py4upKBtgfzp3UYgwXYmbU/XJn49Xw27ktuimH9e37qP3bgHaReb5L3g8IrGs38tJUpnGPHA==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+
+"@react-stately/virtualizer@^3.3.1":
+ version "3.3.1"
+ resolved "https://registry.yarnpkg.com/@react-stately/virtualizer/-/virtualizer-3.3.1.tgz#1e41f4beeb879b4445b662c1a21d23dd18dbb5ef"
+ integrity sha512-1bjvrLLto3TewJRfe4bCrRKYUAdE6lPB9fn3kQhpxbWb4KW1Xl7ar/waL7JDzpwxTBbwzbxCS6nL03YxSt5tIw==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@react-aria/utils" "^3.14.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/button@^3.3.1", "@react-types/button@^3.6.2":
+ version "3.6.2"
+ resolved "https://registry.yarnpkg.com/@react-types/button/-/button-3.6.2.tgz#72d617deb0f76bd01a570ef28306ac1482c58a67"
+ integrity sha512-qgrYT6yiGVuZSPbzeDT6kTREQVxzJ9p5chV+JX7G5Rpjl2vyUDkEhZ5V/AHLKguBALgFaWJvjtwejHQ7FtycTw==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/checkbox@^3.2.1", "@react-types/checkbox@^3.2.3", "@react-types/checkbox@^3.4.0":
+ version "3.4.0"
+ resolved "https://registry.yarnpkg.com/@react-types/checkbox/-/checkbox-3.4.0.tgz#f2d6acabdf953cf2f7b8b874dab9ac8ae1c020fa"
+ integrity sha512-ZDqbtAYWWSGPjL4ydinaWHrD65Qft9yEGA6BCKQTxdJCgxiXxgGkA3pI7Sxwk+OulR+O0CYJ1JROExM9cSJyyQ==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/combobox@3.0.0-alpha.1":
+ version "3.0.0-alpha.1"
+ resolved "https://registry.yarnpkg.com/@react-types/combobox/-/combobox-3.0.0-alpha.1.tgz#4c390d11bc52c248fda92dc7e755f6dc2dc71b82"
+ integrity sha512-td8pZmzZx5L32DuJ5iQk0Y4DNPerHWc2NXjx88jiQGxtorzvfrIQRKh3sy13PH7AMplGSEdAxG0llfCKrIy0Ow==
+ dependencies:
+ "@react-types/shared" "^3.4.0"
+
+"@react-types/combobox@^3.5.4":
+ version "3.5.4"
+ resolved "https://registry.yarnpkg.com/@react-types/combobox/-/combobox-3.5.4.tgz#a911302f49c24629fb86105cd82a7b18172a7520"
+ integrity sha512-boVrxvARZBuhZSmhcaShty/JXaJRKNm3fx0zKcqyfB8iFpszltMfv2w23cRzc8BVA5bA6RRTsiKf8hEjkqFnxg==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/grid@^3.1.4":
+ version "3.1.4"
+ resolved "https://registry.yarnpkg.com/@react-types/grid/-/grid-3.1.4.tgz#2275b2f83716e4a0f8aab3e53c5cbc27734b7531"
+ integrity sha512-i9f2VEnlex5BFV/AdSUGg71xoukn2i/XT2VLxUXUagy23gFxKJk9Xr3BT9bw+pRRLPwm/Ib+h9ELUdgi8lUAKA==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/label@^3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@react-types/label/-/label-3.7.0.tgz#ecdff8ea9e37cc6c3b8e8446d2d46095e36ca000"
+ integrity sha512-33iQQ3aC34+yKECvSHJ8DDWwd32rm2TZhABX513DYwuCupIxs+BrgHvcfp2YLmz2Fh5UTMSfJXDA74Tbd0XwLg==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/listbox@^3.1.1", "@react-types/listbox@^3.3.4":
+ version "3.3.4"
+ resolved "https://registry.yarnpkg.com/@react-types/listbox/-/listbox-3.3.4.tgz#4ebf1158c882f87b504b6f0947dff95729789f1e"
+ integrity sha512-/wKUxIj/F7JekEFpsxQS4Za3OqwKop3orD67tmJh9xD8Abcj+YjGVNrjQuBvbq1hzTPgefNrb42Y4aqnqZojIg==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/menu@^3.7.2":
+ version "3.7.2"
+ resolved "https://registry.yarnpkg.com/@react-types/menu/-/menu-3.7.2.tgz#04a0447f791a7ffa0a6c8dc160cbff3bbeeedefd"
+ integrity sha512-BXMWrT3VCP6NTf0y7v1YYqRJNXkUKLzGXI+n7Qv9+aiZZfd3NNMyk20byHczhFoT2yuCcU5xhyOXzkxSo6ew3A==
+ dependencies:
+ "@react-types/overlays" "^3.6.4"
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/overlays@^3.4.0", "@react-types/overlays@^3.6.4":
+ version "3.6.4"
+ resolved "https://registry.yarnpkg.com/@react-types/overlays/-/overlays-3.6.4.tgz#4ae4d7b3b38c45d122b0ca2dc88a57f08e89fd0e"
+ integrity sha512-REC4IyDUHS5WhwxMxcvTo+LdrvlSYpJKjyYkPFtJoDBpM3gmXfakTY3KW6K5eZkFv3TnmXjDF9Q2yboEk2u6WQ==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/radio@^3.1.1", "@react-types/radio@^3.3.0":
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/@react-types/radio/-/radio-3.3.0.tgz#618f836c87d07b0828a660c0565b5149c049039c"
+ integrity sha512-aF4OpGjd9/xuRnDSDJnmwzLvvOENUWSHQc//wp8rViCWf1uinY4wHI/J3uEhodhsUPAKmrqvUagphRoyXWZA8A==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/select@^3.6.4":
+ version "3.6.4"
+ resolved "https://registry.yarnpkg.com/@react-types/select/-/select-3.6.4.tgz#47ddd3d114b030089e96fc97d6895b1408f85c43"
+ integrity sha512-lbiv7XUEdByluILjEAYVZic2uq4pU0BzW+qZ+sBCYn7v8q2hxXP7T0C6OamzfgXokQHhJ6247JDk7kugqXKL4Q==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/shared@^3.15.0", "@react-types/shared@^3.2.1", "@react-types/shared@^3.3.0", "@react-types/shared@^3.4.0":
+ version "3.15.0"
+ resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.15.0.tgz#a4a78f36bc8daaefe6e9a9df1f453271639c2233"
+ integrity sha512-hwuE4BmgswqP+HRDSLMj7DcnYOCCK+ZRuKnc9AVhXS4LBrwRSkdUkNvXhgvqF5tav7IqTpG9pBYMR9wedehuhA==
+
+"@react-types/slider@^3.0.1", "@react-types/slider@^3.3.0":
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/@react-types/slider/-/slider-3.3.0.tgz#95d5b8bc73aadbd8b8a09eb936e8b2b4a5b412d5"
+ integrity sha512-GOYcPhFW4XCHflUlBzZAVVza3Jv2q4xUHrF26Mo1x/7L6/aeABR4Pu/Jjh47pKG7g2MvDYaUv5L1Cui2VywuFA==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/switch@^3.2.4":
+ version "3.2.4"
+ resolved "https://registry.yarnpkg.com/@react-types/switch/-/switch-3.2.4.tgz#6853793032da50415be1abbac1374fca08ea5e44"
+ integrity sha512-LFrt8fbEu2QXoZ9FLYLmorCMTrQ3WmvkKpRYaMSj81COxXwIHbByZlH/nzL278fU40GkZGXz2f6ffEYeuc9Vcg==
+ dependencies:
+ "@react-types/checkbox" "^3.4.0"
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/table@^3.3.2":
+ version "3.3.2"
+ resolved "https://registry.yarnpkg.com/@react-types/table/-/table-3.3.2.tgz#58491920d76d5436bad0193f269743b842b115c5"
+ integrity sha512-BIYehWSfvPRkneKKKB7YEWD4wZAVVLBf2N0M2jjsVdshK9ZpjQPgOMI6YKjiWGC/ZLZFrAysKRploaIw4Cb+TQ==
+ dependencies:
+ "@react-types/grid" "^3.1.4"
+ "@react-types/shared" "^3.15.0"
+
+"@react-types/tabs@3.0.0-alpha.2":
+ version "3.0.0-alpha.2"
+ resolved "https://registry.yarnpkg.com/@react-types/tabs/-/tabs-3.0.0-alpha.2.tgz#f18c71f4843ae2117b41fdb012f89cc2dd43adf4"
+ integrity sha512-HQNS2plzuNhKPo88OGEW2Ja9aLeiWqgNqEemSxh0KAjkA8IsvDGaoQEpr9ZQIyBZ3PQIljvOpEJ/IwHU5LztrQ==
+ dependencies:
+ "@react-types/shared" "^3.2.1"
+
+"@react-types/textfield@^3.6.0":
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/@react-types/textfield/-/textfield-3.6.0.tgz#87c7166a045443067a33c56c50962e6899d505c8"
+ integrity sha512-fEa/lTqpWBn7ZE0cDsc700OhTBAxiy8ifm8AQcLYfZuRX4zqRoMpkXMWN0XMjYfoZzNrS0LJJ6pLBHTwrlXWWA==
+ dependencies:
+ "@react-types/shared" "^3.15.0"
+
"@reduxjs/toolkit@^1.8.3":
version "1.8.5"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.8.5.tgz#c14bece03ee08be88467f22dc0ecf9cf875527cd"
@@ -2171,6 +3002,18 @@
expect "^28.0.0"
pretty-format "^28.0.0"
+"@types/lodash.has@^4.5.6":
+ version "4.5.7"
+ resolved "https://registry.yarnpkg.com/@types/lodash.has/-/lodash.has-4.5.7.tgz#9e1c3da3ee67f68fadc3d168ffdf8e11a3f3ccd3"
+ integrity sha512-nfbAzRbsZBdzSAkL9iiLy4SQk89uuFcXBFwZ7pf6oZhBgPvNys8BY5Twp/w8XvZKGt1o6cAa85wX4QhqO3uQ7A==
+ dependencies:
+ "@types/lodash" "*"
+
+"@types/lodash@*":
+ version "4.14.186"
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.186.tgz#862e5514dd7bd66ada6c70ee5fce844b06c8ee97"
+ integrity sha512-eHcVlLXP0c2FlMPm56ITode2AgLMSa6aJ05JTTbYbI+7EMkCEE5qk2E41d5g2lCVTqRe0GnnRFurmlCsDODrPw==
+
"@types/node@*":
version "18.7.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.14.tgz#0fe081752a3333392d00586d815485a17c2cf3c9"
@@ -2238,6 +3081,11 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
+"@types/use-subscription@^1.0.0":
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/@types/use-subscription/-/use-subscription-1.0.0.tgz#d146f8d834f70f50d48bd8246a481d096f11db19"
+ integrity sha512-0WWZ5GUDKMXUY/1zy4Ur5/zsC0s/B+JjXfHdkvx6JgDNZzZV5eW+KKhDqsTGyqX56uh99gwGwbsKbVwkcVIKQA==
+
"@types/use-sync-external-store@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43"
@@ -3115,6 +3963,11 @@ clone@^2.1.2:
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==
+clsx@^1.1.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
+ integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
+
co@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -3585,6 +4438,14 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"
+dom-helpers@^5.0.0:
+ version "5.2.1"
+ resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.1.tgz#d9400536b2bf8225ad98fe052e029451ac40e902"
+ integrity sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==
+ dependencies:
+ "@babel/runtime" "^7.8.7"
+ csstype "^3.0.2"
+
domexception@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"
@@ -4696,6 +5557,16 @@ internal-ip@4.3.0:
default-gateway "^4.2.0"
ipaddr.js "^1.9.0"
+intl-messageformat@^10.1.0:
+ version "10.1.5"
+ resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-10.1.5.tgz#ec053e0367ee5e4d40a9448ddbb9fff143266a9d"
+ integrity sha512-bDQz81oQ6TkQp1pSnlBK36ahGL5/tLb0+3hSiG/1/SnVbz5NWPQTqaPx2cT7nmGujDrPn9pQ0ik8RWE8v1lzEw==
+ dependencies:
+ "@formatjs/ecma402-abstract" "1.12.0"
+ "@formatjs/fast-memoize" "1.2.6"
+ "@formatjs/icu-messageformat-parser" "2.1.8"
+ tslib "2.4.0"
+
invariant@*, invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
@@ -5831,11 +6702,66 @@ locate-path@^6.0.0:
dependencies:
p-locate "^5.0.0"
+lodash.clonedeep@^4.5.0:
+ version "4.5.0"
+ resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
+ integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==
+
lodash.debounce@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
+lodash.get@^4.4.2:
+ version "4.4.2"
+ resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
+ integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==
+
+lodash.has@^4.5.2:
+ version "4.5.2"
+ resolved "https://registry.yarnpkg.com/lodash.has/-/lodash.has-4.5.2.tgz#d19f4dc1095058cccbe2b0cdf4ee0fe4aa37c862"
+ integrity sha512-rnYUdIo6xRCJnQmbVFEwcxF144erlD+M3YcJUVesflU9paQaE8p+fJDcIQrlMYbxoANFL+AB9hZrzSBBk5PL+g==
+
+lodash.isempty@^4.4.0:
+ version "4.4.0"
+ resolved "https://registry.yarnpkg.com/lodash.isempty/-/lodash.isempty-4.4.0.tgz#6f86cbedd8be4ec987be9aaf33c9684db1b31e7e"
+ integrity sha512-oKMuF3xEeqDltrGMfDxAPGIVMSSRv8tbRSODbrs4KGsRRLEhrW8N8Rd4DRgB2+621hY8A8XwwrTVhXWpxFvMzg==
+
+lodash.isequal@^4.5.0:
+ version "4.5.0"
+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
+ integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
+
+lodash.isnil@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/lodash.isnil/-/lodash.isnil-4.0.0.tgz#49e28cd559013458c814c5479d3c663a21bfaa6c"
+ integrity sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==
+
+lodash.merge@^4.6.2:
+ version "4.6.2"
+ resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
+ integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
+
+lodash.mergewith@^4.6.2:
+ version "4.6.2"
+ resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
+ integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
+
+lodash.omit@^4.5.0:
+ version "4.5.0"
+ resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
+ integrity sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==
+
+lodash.omitby@^4.6.0:
+ version "4.6.0"
+ resolved "https://registry.yarnpkg.com/lodash.omitby/-/lodash.omitby-4.6.0.tgz#5c15ff4754ad555016b53c041311e8f079204791"
+ integrity sha512-5OrRcIVR75M288p4nbI2WLAf3ndw2GD9fyNv3Bc15+WCxJDdZ4lYndSxGd7hnG6PVjiJTeJE2dHEGhIuKGicIQ==
+
+lodash.pick@^4.4.0:
+ version "4.4.0"
+ resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
+ integrity sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==
+
lodash.throttle@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
@@ -6428,6 +7354,50 @@ nanomatch@^1.2.9:
snapdragon "^0.8.1"
to-regex "^3.0.1"
+native-base@^3.4.17:
+ version "3.4.17"
+ resolved "https://registry.yarnpkg.com/native-base/-/native-base-3.4.17.tgz#d2ce41cc43175b9d6df6c63c9eb7e0e88b83bf8e"
+ integrity sha512-tAySi0e42xRTEJcNWH61+B8FS+OyC1891joSBivE3DjZQLxbMHnhYbY7BXIqJnisIuNs1RFjl5MLWzTRxB4RZA==
+ dependencies:
+ "@react-aria/focus" "3.2.3"
+ "@react-aria/utils" "^3.6.0"
+ "@react-aria/visually-hidden" "^3.2.1"
+ "@react-native-aria/button" "^0.2.4"
+ "@react-native-aria/checkbox" "^0.2.2"
+ "@react-native-aria/combobox" "^0.2.4-alpha.0"
+ "@react-native-aria/focus" "^0.2.6"
+ "@react-native-aria/interactions" "^0.2.2"
+ "@react-native-aria/listbox" "^0.2.4-alpha.3"
+ "@react-native-aria/overlays" "0.3.3-rc.0"
+ "@react-native-aria/radio" "^0.2.4"
+ "@react-native-aria/slider" "^0.2.5-alpha.1"
+ "@react-native-aria/tabs" "^0.2.7"
+ "@react-native-aria/utils" "^0.2.8"
+ "@react-stately/checkbox" "3.0.3"
+ "@react-stately/collections" "3.3.0"
+ "@react-stately/combobox" "3.0.0-alpha.1"
+ "@react-stately/radio" "3.2.1"
+ "@react-stately/slider" "3.0.1"
+ "@react-stately/tabs" "3.0.0-alpha.1"
+ "@react-stately/toggle" "3.2.1"
+ "@types/lodash.has" "^4.5.6"
+ "@types/use-subscription" "^1.0.0"
+ lodash.clonedeep "^4.5.0"
+ lodash.get "^4.4.2"
+ lodash.has "^4.5.2"
+ lodash.isempty "^4.4.0"
+ lodash.isequal "^4.5.0"
+ lodash.isnil "^4.0.0"
+ lodash.merge "^4.6.2"
+ lodash.mergewith "^4.6.2"
+ lodash.omit "^4.5.0"
+ lodash.omitby "^4.6.0"
+ lodash.pick "^4.4.0"
+ react-native-keyboard-aware-scroll-view "^0.9.5"
+ stable-hash "^0.0.2"
+ tinycolor2 "^1.4.2"
+ use-subscription "^1.8.0"
+
natural-compare@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -7016,7 +7986,7 @@ prompts@^2.0.1, prompts@^2.2.1, prompts@^2.3.2, prompts@^2.4.0:
kleur "^3.0.3"
sisteransi "^1.0.5"
-prop-types@*, prop-types@^15.6.0:
+prop-types@*, prop-types@^15.6.0, prop-types@^15.6.2:
version "15.8.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -7158,11 +8128,19 @@ react-native-gradle-plugin@^0.0.6:
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz#b61a9234ad2f61430937911003cddd7e15c72b45"
integrity sha512-eIlgtsmDp1jLC24dRn43hB3kEcZVqx6DUQbR0N1ABXGnMEafm9I3V3dUUeD1vh+Dy5WqijSoEwLNUPLgu5zDMg==
-react-native-iphone-x-helper@^1.3.1:
+react-native-iphone-x-helper@^1.0.3, react-native-iphone-x-helper@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz#20c603e9a0e765fd6f97396638bdeb0e5a60b010"
integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
+react-native-keyboard-aware-scroll-view@^0.9.5:
+ version "0.9.5"
+ resolved "https://registry.yarnpkg.com/react-native-keyboard-aware-scroll-view/-/react-native-keyboard-aware-scroll-view-0.9.5.tgz#e2e9665d320c188e6b1f22f151b94eb358bf9b71"
+ integrity sha512-XwfRn+T/qBH9WjTWIBiJD2hPWg0yJvtaEw6RtPCa5/PYHabzBaWxYBOl0usXN/368BL1XktnZPh8C2lmTpOREA==
+ dependencies:
+ prop-types "^15.6.2"
+ react-native-iphone-x-helper "^1.0.3"
+
react-native-paper@^4.12.4:
version "4.12.4"
resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-4.12.4.tgz#c04ce40d225dc267b7ee32be705dd553f44e0c0c"
@@ -7974,6 +8952,11 @@ ssri@^8.0.1:
dependencies:
minipass "^3.1.1"
+stable-hash@^0.0.2:
+ version "0.0.2"
+ resolved "https://registry.yarnpkg.com/stable-hash/-/stable-hash-0.0.2.tgz#a909deaa5b9d430b100ca0a10132a533f2665e94"
+ integrity sha512-tPwQ3c1rLIwbJpq59duoznegEbmgfV630C2n4R4G96LKBFljgK8j+O9AxjqB6cAzu4gE7s4pByrLWtZel8E+Mg==
+
stack-utils@^2.0.2, stack-utils@^2.0.3:
version "2.0.5"
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5"
@@ -8268,6 +9251,11 @@ through@2:
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
+tinycolor2@^1.4.2:
+ version "1.4.2"
+ resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803"
+ integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==
+
tmp@^0.0.33:
version "0.0.33"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -8359,16 +9347,16 @@ ts-interface-checker@^0.1.9:
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
+tslib@2.4.0, tslib@^2.0.1, tslib@^2.1.0:
+ version "2.4.0"
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
+ integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
+
tslib@^1.10.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
-tslib@^2.0.1, tslib@^2.1.0:
- version "2.4.0"
- resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
- integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
-
type-check@~0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
@@ -8589,6 +9577,13 @@ use-latest-callback@^0.1.5:
dependencies:
object-assign "^4.1.1"
+use-subscription@^1.8.0:
+ version "1.8.0"
+ resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.8.0.tgz#f118938c29d263c2bce12fc5585d3fe694d4dbce"
+ integrity sha512-LISuG0/TmmoDoCRmV5XAqYkd3UCBNM0ML3gGBndze65WITcsExCD3DTvXXTLyNcOC0heFQZzluW88bN/oC1DQQ==
+ dependencies:
+ use-sync-external-store "^1.2.0"
+
use-sync-external-store@^1.0.0, use-sync-external-store@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"